@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size:14px;
}
a{
    text-decoration: none;
}
h1,
h2 {
    font-weight: 600
}
.h2, h2 {
    font-size: 21px;
}
.h4, h4 {
    font-size: 16px;
    color: #1972b5;
    font-weight: bold;
}

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

header li a {
    color: #707070;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #69b342;
    opacity: 1; /* Firefox */

}

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

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #69b342;
}

.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: 12px !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:hover,
a:focus {
    text-decoration: none;

}

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

.top-bar ul li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

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

.top-bar {
    float: right;
    line-height: 55px;
}

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

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

.member_login {
    background: #4ba8de;
    background: -moz-linear-gradient(top, #4ba8de 1%, #1d3c75 100%);
    background: -webkit-linear-gradient(top, #4ba8de 1%, #1d3c75 100%);
    background: linear-gradient(to bottom, #4ba8de 1%, #1d3c75 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4ba8de', endColorstr='#1d3c75', GradientType=0);
    color: #FFF;
    border: none;
}

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

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

.member_login a {
    color: #fff;
    font-size: 14px;
}

.member_login .close {
    margin: 0px;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    min-width:15px;
}

.member_login a:hover {
    color: #fff;
    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: 10px;
}

.member_login .form-group .form-control {
    border-radius: 0px;
    box-shadow: none;
}

.member_login .form-group label {
    font-weight: 600;
}

.btn-sign_in {
    background: #69b342;
    color: #fff;
    font-size: 14px !important;
    border-radius: 0px;
    border: 1px solid #69b342;
    padding: 5px 20px;
    font-weight: 500;
    width: 100%;
}

.btn-sign_in:hover,
.btn-sign_in:focus {
    color: #fff !important;
    border: 1px solid #69b342;
    text-decoration: none !important;
}

.btn-reg {
    background: none;
    font-size: 14px !important;
    color: #fff;
    padding: 5px 0px;
    border: 1px solid #FFF;
    border-radius: 0px;
}

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

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

.main-menu .navbar {
    margin: 0;
    min-height: initial;
    border: none;
}

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

.main-menu .navbar-nav>li>a {
    font-size: 17px;
    text-align: center;
    padding: 15px 0;
    color: #FFF;
    font-weight:bold;
}


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

.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: calc(100% / 5);
    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;
    border: none;
}

.main-menu .dropdown-menu>li>a:focus,
.main-menu .dropdown-menu>li>a:hover {
    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;
}

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

    margin: 5px;
    line-height: 40px;
}
.main-menu .navbar .dropdown-menu li::after {
    content: "";
    background: #81d8a6;
    width: 125px;
    height: 1px;
    display: block;
}
ul.menu-promo li::after {
    display: none;
}
.main-menu .navbar .dropdown-menu li a { 
    color: #000;
    font-size: 12px;
}
.main-menu .navbar .dropdown-menu {
    min-width: 280px;
    box-shadow: 0px 16px 20px 0px rgba(0,0,0,0.2);
}
.nav > li.dropdown.open .dropdown-menu {
    position: absolute;
    width: 100%;
    background-image: url("/templates/atcmain/images/bg_gradient_green.png");
    background-position: center 100px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
}
.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-bottom: 40px;
}

.deals-thumb {
    position: relative;
    color: #FFF;
    padding: 0px;
    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;
}

.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;
    position: relative;
}

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

.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: #ffffff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

footer ul {
    padding: 0px;
}
footer ul li{
    line-height: 20px;
}

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

footer ul li a:hover {
    color:#fff !important;
    text-decoration:underline;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
footer ul li a:visited
{color:#fff !important;}

footer ul li a:active
{color:#fff !important;}

.divider
{
    width:87%;


}

.ftr-btm {

}

.ftr-btm img {
    width: 75%;
}

.ftr-btm p {

    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size:14px;
}

.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: #4aa6dc;
}

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

.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: #4aa6dc;
    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: #63a93e;
    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;
}


/* innet table css*/
.inner-table 
{border:1px solid #52b046;
 background-color: #fff;
}

.inner-table th
{background-color:#eefdec;
 text-align:center;
 padding:10px;
 border-right:1px solid #52b046;}

.inner-table td
{border-right:1px solid #52b046;
 padding:10px;}

.inner-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

/* 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-form {
    position: absolute;
    top: 20%;
    width: 100%;
    right: 0px;
    left: 0px;


}

.booking-form .tab-content {
    background: #4ba8de;
    background: repeating-linear-gradient(347.21deg, rgba(103, 196, 129, 0.61), rgba(8, 97, 163, 0.61));
    /*    background: -moz-linear-gradient(top, #4ba8de 1%, #1d3c75 100%);
        background: -webkit-linear-gradient(top, #4ba8de 1%, #1d3c75 100%);
        background: linear-gradient(to bottom, #4ba8de 1%, #1d3c75 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4ba8de', endColorstr='#1d3c75', GradientType=0);*/
    color: #FFF;
    padding: 10px 10px;
    min-height: 220px;
    position: relative;
    z-index: 10;
}

.booking-form .form-control {
    border: none;
    border-radius: 5px;
    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: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 20px;
    z-index: 9999;
}

.booking-form .form-control.hasDatepicker {
    background: #fff;
    border: none;
    border-radius: 3px;
}

.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: 11px;
    line-height: 20px;
}

.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 {
    padding: 10px 20px!important;
    font-size: 13px!important;
    border: none;
    width: 100%;
    margin-top:1rem!important;
    line-height: 1rem;
}

.search-btn:hover {

    background: #69b342;
}

.search-btn:focus {
    color: #fff;
    border: 1px solid #69b342;
    background: #69b342;
    outline: none;
}

.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%/3 - 10px);
    flex-grow: 1;
    margin: 0 5px;
}
.booking-form .nav-tabs>li:last-child {
    margin-right: 0 !important;
}

.booking-form .nav-tabs>li.active {
    border: none !important;
}
.booking-form .nav-tabs>li a {
    padding: 8px 0;
    position: relative;
    display: block;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff!important;
    text-align: center;
    border-bottom:1px solid;
}
.nav-link.active{
    background-color: rgb(132, 172, 196)!important;
    color: #fff!important;
    border:none!important;
    border-radius: 5px;
}

.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:hover {
    background-color: rgba(132, 172, 196, 1);
    color: #fff;
    border: none;
}

.booking-form .nav-tabs>li a:hover {
    background-color: transparent;
    border-bottom-color:#fff;
}
.nav-link:hover{
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color:transparent!important; ;
}
.booking-form .nav-tabs {
    border: 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;
}

.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 {
    padding: 0px;
}

.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;
    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;
}
.offerLeft {
    top: 40px;
    left: -30px;
    width: 250px;
}
.offerTop {
    top: 40px;
    right: -30px;
    width: 250px;
}
.offerBottomleft {
    left: 40px;
    bottom: -20px;
    width: 180px;
    height: 100px;
}
.offerBottomright {
    right: 40px;
    bottom: -20px;
    width: 180px;
    height: 110px;
}
.offerText{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* Sub-page styles END */

@media screen and (max-width:1400px) {
    .cards{
        min-height: 304px!important;
    }
}
@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;
        margin-bottom: 25px;
    }
    .cards{
        min-height: 327px!important;
    }
}

@media screen and (max-width:1024px) {
    .divider
    {width:100%;}
    .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) {
    .cards{
        min-height: 255px!important;
    }
    .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;
    }
    .offerBottomleft
    {
        bottom: 0px;
    }
    .offerBottomright
    {
        bottom: 0px;
    }
}

@media screen and (max-width:767px) {

    .custombestfare_header{
        margin-top: 40px;
        margin-bottom: -31px;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        margin: 0 auto 10px;
    }
    .top-bar {
        float: none;
        text-align: center;
    }
    .navbar-toggle {
        background: #0063ad;
        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 {

        padding: 10px 10px;
        border-bottom: 1px dotted #ccc;
    }
    .nav > li.dropdown.open .dropdown-menu {
        position: relative;
    }
    .main-menu .navbar .dropdown-menu li {
        text-align: center;
    }
    .main-menu .navbar .dropdown-menu li::after {
        width: 100%;
    }
    .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%;
    }
    .city-price {
        width: 100%;
    }
    .container-fluid.slider {
        padding: 0px;
    }
    .nopad-xs {
        padding: 0px;
    }
    footer h3 {
        margin-bottom: 10px;
    }
    .city-name {
        left: 15px;
    }
    .ftr-btm {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-color: rgba(75,155,142,1);
    }
    .ftr-btm img {
        display: 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:hover,
    .booking-form .nav-tabs>li a:hover {
        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;
    }
    .offerLeft {
        left: 0;
    }
    .offerTop {
        right: 0;
        top: 0;
    }
    .offerBottomleft {

    }
    .offerBottomright {

    }
}

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

@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: 98px;
        font-size: 8.5px;
    }
    .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;
    }
}


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

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

.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;
}
.navbar-background {
    background-color: #4279b3;
    position: absolute;
    z-index: 15;
    width: 100%;
}
.footer-bg {

    margin-top: 90px;
    padding-top: 35px;

    background: url('/templates/atcmain/images/bg_gradient_footer.png') no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.green-wave-bg {
    background-image: url("/templates/atcmain/images/bg_gradient_green.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.blue-wave-bg {
    /*    background-image: url("/templates/atcmain/images/bg_gradient_blue.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,
        rgba(255,255,255,1)), url("/templates/atcmain/images/bg_gradient_blue.png");
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-default .navbar-nav>li>a {
    width: 200px;
    font-weight: bold;
}
.mega-dropdown {
    position: static !important;
    width: 100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: absolute;
    /*width: 100%;*/
    background-image: url("/templates/atcmain/images/bg_gradient_green.png");
    background-position: center 100px;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding: 15px 0;*/
}

/*.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}*/
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.dropdown.mega-dropdown.show {
    background-color: white;
}
.main-menu .nav .show>a, .main-menu .nav .show>a:focus, .main-menu .nav .show>a:hover {
    color: rgba(45, 108, 174, 0.92);
}
/*.nav > li.dropdown.open { position: static; }
.nav > li.dropdown.open .dropdown-menu {
  position: fixed; display:table; width: 100%; text-align: center; top: 40px; left:0; right:0; }
.dropdown-menu>li { display: table-cell; }*/

.dropdown-menu>li { display: inline-block; }
.dropdown.mega-dropdown { position:static; }
/*.dropdown-container { position:static; }*/

.rounded {
    border-radius: 5px;
}
.shadow-md {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.20);
}
.shadow-lg-menu {
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
}
.thumbnail .caption {

    color: #fff;
    position: absolute;
    background: #4ba8de;
    background: repeating-linear-gradient(347.21deg, rgba(103, 196, 129, 0.61), rgba(8, 97, 163, 0.61));
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
}

.caption h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: lighter;
}
.nopad {
    padding: 0;
    margin: 0;
}
.mt5{
    margin-top: 5px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-border {
    border: none !important;
}
.bg-light-f {
    background-color: #FFF!important;
}
.icon-services {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    align-content: end;
    alignment-baseline: after-edge;
    width: 75px;
}
.search {
    line-height: 55px;
}
.offerText > p {
    margin: 0;
}
.offerLeft .offerText {
    margin-left: 45px;
}
.offerRight .offerText {
    margin-left: 45px;
}
.height-100 {
    height: 100px;
}
.ibe-pad {
    padding: 0 5px;
}
.ibe-pad h4
{color:#fff;}
#mod-search-searchword88 {
    background-color: #eee;
    border-radius: 5px;
    border: none;
    width: 130px;
    height: 25px;
    background-image: url("../images/ic_search.svg");
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
    background-size: 15px;
    text-indent: 15px;
}
.h3, h3 {
    font-size: 24px;
    color: #0063ad;
    font-weight: bold;
}
.icon-plane {
    display: block;
    background-image: url("../images/ic_airplane.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.icon-calendar {
    display: block;
    background-image: url("../images/ic_calendar.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.breadcrumb>li+li:before {
    content:none;}

.breadcrumb a
{color:#69b342;}

.breadcrumb>.active {
    font-weight: bold;
    color:#69b342;
}

.item-image > img {
    width: 100%;
}
.destination-header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    width: 100%;
    text-align: center;
    top: 40%;
    color: white;
}
text-right {
    text-align: right;
}
.category-desc {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 65%;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.page-header {
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
    color: #1972b5;
}
.subimgText {
    position: absolute;
    margin-left: auto;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.selected > a:first-child {
    color: #437bb4 !important;
    background-color: #fff;
}
.lang-active {
    display: none !important;
}
.endmenu {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 0;
}
.endmenu li {
    float: left;
    margin: 10px;
}
.cards {
    min-height: 255px;
}
/*media max-width 1200*/

.item-page li
{list-style-type: disc;}

/*.play-ic {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    text-align: center;*/
/*    margin: auto;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 70px;*/
/*}*/

video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}
.contact-details ul
{padding-left:0 !important; }

.inner-pages .form-header
{padding-bottom:15px;}

.osmap-items ul {
    margin:0px !important;
    padding-left: 0;
}

.osmap-items ul .level_1
{margin-left:10px !important;
}
.osmap-items .level_1 li a 
{color:#707070 !important;
}
.osmap-item-separator
{display:none;}

.btn-success {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.multi-buttons {
    display: flex;
}
div#btnAddRouteArea {
    margin: 0px 10px 10px 5px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.tracking-button {
    background-color: #2772b1;
    border-radius: 5px;
    padding: 5px 15px;
}
.tracking-button a {
    color: white;
}
.hide {
    display: none;
}
.hasDatepicker::placeholder {
    color: black;
}