#main-content {
    min-height: calc(100% - 382px);
}

#spinner {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000001;
    background: #f9f9f9;
}

#spinner img {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 100%;
}

.navbar {
    padding: 1rem 1rem;
    background: white;
}
@media(max-width:550px){
    .navbar{
        padding: 1rem 1rem;
    background: white;
    display: none;
    }

}
.navbar .navbar-brand-logo img {
    width: 22%;
}


.fixed-header-change-bg {
    border-bottom: 1px solid #2b2b2b;
}

.phone-number-header a {
    margin-right: 15px;
    font-size: 26px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

strike:before {
    content: '';
    width: 132px;
    height: 3px;
    background: #f00;
    position: absolute;
    top: 18px;
    left: 0;
}

strike {
    position: relative;
}

div#main-content .top-text h2 {
    text-shadow: #080808 0 1px 2px;
    line-height: 44px;
    margin-bottom: 30px;
}

.contact-page .form-control {
    min-height: 40px;
    margin-bottom: 15px;
    border-radius: 0px;
    background-color: #f8f8f8;
}

.width-full {
    width: 100%;
    min-width: 100%;
}

.contact-page .btn-danger {
    min-height: 50px;
}

.inner-header {
    padding: 100px 0px;
}

.text-pages {
    padding: 50px 0px;
}

.text-pages h2 {
    font-weight: bold;
    text-align: center;
}

.phone-number-header i {
    color: #fff;
    margin: 0 10px;
    vertical-align: -6px;
    font-size: 39px;
    line-height: 51px;
}

.phone-or {
    font-size: 20px;
    padding: 0 15px 0 0;
    color: #fff;
}

.nav-right-toggle {
    margin-left: 130px;
    cursor: pointer;
    z-index: 2001;
    transition: color 0.25s ease-in-out;
    margin-bottom: 0;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    background: #005daa;
}

.nav-right-toggle:before {
    content: "\2630";
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.nav-right-toggle:after {
    content: "MENU";
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}

.nav-right-toggle:hover {
    color: #005daa;
}

[id="nav-right-toggle"] {
    position: absolute;
    display: none;
}

[id="nav-right-toggle"]:checked~.nav-right-toggle {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    border: 0;
}

[id="nav-right-toggle"]:checked~.nav-right {
    right: 0;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

[id="nav-right-toggle"]:checked~.nav-right-toggle:after {
    content: "";
}

[id="nav-right-toggle"]:checked~.nav-right-toggle:before {
    content: "\2715";
    font-size: 25px;
    color: #fff;
}

.nav-right {
    width: 320px;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -320px;
    padding: 15px 20px;
    transition: right 0.3s;
    background: #005daa;
    z-index: 2000;
    overflow-x: hidden;
    border-left: 1px solid #fff;
}

.nav-right .navbar-brand>img {
    position: absolute;
    bottom: 10px;
    left: 140px;
    margin: 0 auto;
}

.nav-right .nav-app {
    color: #005daa !important;
}

.nav-right>ul {
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    list-style: none;
    text-align: left;
}

.nav-right>ul>li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

[id="nav-right-toggle"]:checked~.nav-right>ul>li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-right>ul>li:nth-child(2) {
    transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
}

.nav-right>ul>li:nth-child(3) {
    transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}

.nav-right>ul>li:nth-child(4) {
    transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
}

.nav-right>ul>li:nth-child(5) {
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.nav-right>ul>li:nth-child(6) {
    transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
}

.nav-right>ul>li:nth-child(7) {
    transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
}

.nav-right>ul>li:nth-child(8) {
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
}

.nav-right>ul>li:nth-child(9) {
    transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s;
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
}

.nav-right>ul>li>a {
    display: inline-block;
    position: relative;
    padding: 7px 0;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-decoration: none;
    transition: color 0.5s ease, padding 0.5s ease;
}

.nav-right>ul>li>a:hover,
.nav-right>ul>li>a:focus {
    color: #fff !important;
    padding-left: 15px;
}

.nav-right>ul>li>a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: width 0s ease;
}

.nav-right>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #efefef;
    transition: width 0.5s ease;
}

.nav-right>ul>li>a:hover:before {
    width: 0%;
    background: #fff;
    transition: width 0.5s ease;
}

.nav-right>ul>li>a:hover:after {
    width: 0%;
    background: #fff;
    transition: width 0s ease;
}

[id="nav-right-toggle"]:checked~.mask-content {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .nav-right-toggle:after {
        display: none;
    }
}

@media (max-width: 576px) {
    .right-align {
        margin-left: auto;
    }
    .nav-right-toggle {
    margin-left: 0px !important;
  
}
}

@media (max-width: 767px) {
    .navbar .navbar-brand-logo img {
        width: 30px;
    }
    .phone-number-header .visible-phone {
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 7px 10px;
        font-size: 20px;
    }
    .phone-number-header .visible-phone i {
        margin: 0;
        font-size: 22px;
    }
}

.hiw-modal {
    text-align: center;
}

.hiw-modal button {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: none;
}

@media (max-width: 767px) {
    .hiw-modal button {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

.hiw-modal button:focus {
    box-shadow: none;
}

.hiw-modal .modal-header {
    margin-bottom: 30px;
    height: 75px;
}

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

.hiw-modal .modal-header .close span {
    font-size: 60px;
    font-weight: 100;
    line-height: 45px;
    color: #000;
    cursor: pointer;
}

.hiw-modal .modal-header .close span:focus {
    outline: 0;
}

.hiw-modal .modal-body {
    text-align: left;
}

.hiw-modal .modal-body h3 {
    font-size: 18px;
    font-weight: bold;
}

.hiw-modal .modal-body .how-item-text {
    margin-bottom: 30px;
}

.hiw-modal .modal-footer img {
    width: 200px;
}

.call-me-button button {
    font-size: 20px;
    color: #fff;
    border-color: #005daa;
    background: #005daa;
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.call-me-button button:hover {
    background-color: #005daa;
    color: #fff;
}

.call-me-button button:focus {
    box-shadow: none;
}

.call-me-modal .modal-header {
    border-bottom: 0;
    padding: 10px 10px 0 10px;
}

.call-me-modal .modal-header h2 {
    font-size: 24px;
}

.call-me-modal .modal-header .close {
    cursor: pointer;
    background: none;
    padding: 0;
}

.call-me-modal .modal-header .close:focus {
    box-shadow: none;
    outline: 0;
}

.call-me-modal .modal-header .close span {
    font-size: 60px;
    font-weight: 100;
    line-height: 53px;
    padding-right: 10px;
    color: #000;
    cursor: pointer;
}

.call-me-modal .modal-header .close span:focus {
    box-shadow: none;
    outline: 0;
}

.call-me-modal .modal-body {
    padding: 5px 15px 15px 15px;
}

.call-me-modal .modal-body input {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

.call-me-modal .modal-body button {
    height: 45px;
    width: 40%;
    color: #fff;
    background-color: #005daa;
    border-radius: 2px;
    cursor: pointer;
}

.call-me-modal .modal-body span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
}

.call-me-modal .modal-footer {
    justify-content: flex-start;
}

.call-me-modal .modal-footer a {
    font-size: 22px;
    color: #005daa;
}

#reviewsModal select {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

#reviewsModal textarea {
    margin-bottom: 15px;
    border-radius: 2px;
}

#reviewsModal .modal-header {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 10px;
}

#reviewsModal .modal-body .justify-content-end {
    text-align: right;
}

#reviewsModal .modal-body .rate {
    height: 45px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
}

#reviewsModal .modal-body .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

#reviewsModal .modal-body .rate:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

#reviewsModal .modal-body .rate:not(:checked)>label:before {
    content: "★ ";
}

#reviewsModal .modal-body .rate:not(:checked)>label:hover {
    color: #005daa;
}

#reviewsModal .modal-body .rate:not(:checked)>label:hover~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked+label:hover,
#reviewsModal .modal-body .rate>input:checked~label:hover {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked+label:hover~label,
#reviewsModal .modal-body .rate>input:checked~label:hover~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>label:hover~input:checked~label {
    color: #005daa;
}

#reviewsModal .reviewThankText {
    padding-bottom: 50px;
    text-align: center;
}

#reviewsModal .reviewThankText img {
    width: 100px;
    margin: 50px 0;
}

#reviewsModal .reviewThankText h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

footer {
    background: #005daa;
    font-size: 14px;
}

footer .nav-footer {
    text-align: left;
}

footer .nav-footer a {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    padding-right: 17px;
    font-weight: normal;
}

footer .nav-footer a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    footer .nav-footer a {
        padding: 0 5px;
        font-size: 16px;
    }
}

footer .social-icons {
    text-align: center;
}

footer .social-icons a {
    font-size: 20px;
    line-height: 45px;
    padding: 0 10px;
    color: #005daa;
}

footer .social-icons a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer-icons {
    margin-top: 30px;
    margin-bottom: -20px;
    border-top: 1px solid #005daa;
    text-align: center;
}

footer .footer-icons .paypal-icon,
footer .footer-icons .mastercard-icon,
footer .footer-icons .visa-icon,
footer .footer-icons .amex-icon,
footer .footer-icons .discover-icon {
    width: 65px;
    height: 40px;
    background-size: 65px 40px;
    display: inline-block;
    margin-top: 25px;
}

footer .footer-icons .paypal-icon {
    background-image: url('paypal.html');
}

footer .footer-icons .mastercard-icon {
    background-image: url('mastercard.html');
}

footer .footer-icons .visa-icon {
    background-image: url('visa.html');
}

footer .footer-icons .amex-icon {
    background-image: url('amex.html');
}

footer .footer-icons .discover-icon {
    background-image: url('discover.html');
}

footer .footer-icons .bbb-icon {
    width: 120px;
    height: 40px;
    background-size: 120px 40px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 30px;
    background-image: url('bbb.html');
}

footer .footer-icons .iatan-icon {
    width: 50px;
    height: 40px;
    background-size: 50px 40px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 20px;
    background-image: url('iatan.html');
}

footer .footer-icons .geo-icon {
    width: 165px;
    height: 40px;
    background-size: 165px 40px;
    display: inline-block;
    margin-top: 25px;
    margin-right: 20px;
    background-image: url('geo.html');
}

footer .footer-icons .ssl-icon {
    width: 85px;
    height: 40px;
    background-size: 85px 40px;
    display: inline-block;
    margin-top: 25px;
    margin-right: 30px;
    background-image: url('ssl.html');
}

footer .footer-copyright {}

.f-cpyright {
    background-color: #0b1f66;
    padding: 10px 0px;
}

.text-copy {
    font-size: 13px;
    line-height: 31px;
}

.social-icons a {
    color: #fff;
    margin-left: 8px;
}

footer .footer-copyright a {
    color: #005daa;
}

#flightsd .price-textd h2d {
    text-align: center;
    font-weight: 700;
}

#flightsd .price-textd {
    text-align: center;
}

#flightsd .flights-list-margin-bottomd uld {
    margin-bottom: 30px;
}

#flightsd .flights-listd {
    padding: 20px 15px;
}

#flightsd .flights-listd h3d {
    font-size: 18px;
    padding-bottom: 10px;
}

#flightsd .flights-listd uld {
    -webkit-column-count: 4;
    column-count: 4;
    padding-left: 0;
}

#flightsd .flights-listd uld lid {
    display: block;
    line-height: 32px;
}

#flightsd .flights-listd uld lid ad {
    position: relative;
    font-size: 16px;
    padding-right: 30px;
}

#flightsd .flights-listd uld lid ad:before {
    content: "";
    background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 16.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3C!DOCTYPE svg PUBLIC %22-%2F%2FW3C%2F%2FDTD SVG 1.1%2F%2FEN%22 %22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 width%3D%22512px%22 height%3D%22512px%22 viewBox%3D%220 0 306 306%22 style%3D%22enable-background%3Anew 0 0 306 306%3B%22 xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%09%3Cg id%3D%22chevron-right%22%3E%09%09%3Cpolygon points%3D%2294.35%2C0 58.65%2C35.7 175.95%2C153 58.65%2C270.3 94.35%2C306 247.35%2C153   %22 fill%3D%22%230065b8%22%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    position: absolute;
    height: 9px;
    width: 9px;
    margin-top: 11px;
    background-size: 9px 9px;
}

#flightsd .flights-listd uld lid ad spand {
    padding-left: 15px;
}

@media (max-width: 767px) {
    #flightsd .flights-listd uld {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 991px) {
    #flightsd .price-textd h2d {
        font-size: 26px;
    }
    #flightsd .price-textd pd {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #flightsd .price-textd h2d {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    #flightsd .price-textd h2d {
        font-size: 20px;
    }
}

#reviewsd {
    background-color: #f9f9f9;
}

#reviewsd .reviews-textd {
    text-align: center;
}

@media (max-width: 991px) {
    #reviewsd .reviews-textd h2d {
        font-size: 26px;
    }
    #reviewsd .reviews-textd pd {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #reviewsd .padding-noned {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    #reviewsd .reviews-textd h2d {
        font-size: 20px;
    }
}

#priced {
    padding-bottom: 20px;
}

#priced .price-block-centerd {
    display: flex;
    align-items: center;
    justify-content: center;
}

#priced .price-textd {
    text-align: center;
    padding-bottom: 20px;
}

#priced .price-textd h2d {
    font-weight: 700;
}

#priced .cardd {
    border: 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

#priced .cardd .card-img-topd {
    width: 100%;
    border-radius: 5px;
}

#priced .card-blockd .card-titled {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#priced .card-blockd .btnd {
    background: #fad427;
    color: #333;
    border: 0;
    border-radius: 2px;
    width: 120px;
    padding: 12px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #priced .card-blockd .card-titled {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #priced h2d {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    #priced h2d {
        font-size: 20px;
    }
}

@charset "UTF-8";
.hiw-modal {
    text-align: center;
}

.hiw-modal button {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: none;
}

@media (max-width: 767px) {
    .hiw-modal button {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

.hiw-modal button:focus {
    box-shadow: none;
}

.hiw-modal .modal-header {
    margin-bottom: 30px;
    height: 75px;
}

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

.hiw-modal .modal-header .close span {
    font-size: 60px;
    font-weight: 100;
    line-height: 45px;
    color: #000;
    cursor: pointer;
}

.hiw-modal .modal-header .close span:focus {
    outline: 0;
}

.hiw-modal .modal-body {
    text-align: left;
}

.hiw-modal .modal-body h3 {
    font-size: 18px;
    font-weight: bold;
}

.hiw-modal .modal-body .how-item-text {
    margin-bottom: 30px;
}

.hiw-modal .modal-footer img {
    width: 200px;
}

.call-me-button button {
    font-size: 20px;
    color: #fff;
    border-color: #ff0000;
    ;
    background: #ff0000;
    ;
    padding: 3px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.call-me-button button:hover {
    background-color: #ff0000;
    color: #fff;
}

.call-me-button button:focus {
    box-shadow: none;
}

.call-me-modal .modal-header {
    border-bottom: 0;
    padding: 10px 10px 0 10px;
}

.call-me-modal .modal-header h2 {
    font-size: 24px;
}

.call-me-modal .modal-header .close {
    cursor: pointer;
    background: none;
    padding: 0;
}

.call-me-modal .modal-header .close:focus {
    box-shadow: none;
    outline: 0;
}

.call-me-modal .modal-header .close span {
    font-size: 60px;
    font-weight: 100;
    line-height: 53px;
    padding-right: 10px;
    color: #000;
    cursor: pointer;
}

.call-me-modal .modal-header .close span:focus {
    box-shadow: none;
    outline: 0;
}

.call-me-modal .modal-body {
    padding: 5px 15px 15px 15px;
}

.call-me-modal .modal-body input {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

.call-me-modal .modal-body button {
    height: 45px;
    width: 40%;
    color: #fff;
    background-color: #005daa;
    border-radius: 2px;
    cursor: pointer;
}

.call-me-modal .modal-body span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
}

.call-me-modal .modal-footer {
    justify-content: flex-start;
}

.call-me-modal .modal-footer a {
    font-size: 22px;
    color: #005daa;
}

#reviewsModal select {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 2px;
}

#reviewsModal textarea {
    margin-bottom: 15px;
    border-radius: 2px;
}

#reviewsModal .modal-header {
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin-bottom: 10px;
}

#reviewsModal .modal-body .justify-content-end {
    text-align: right;
}

#reviewsModal .modal-body .rate {
    height: 45px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
}

#reviewsModal .modal-body .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

#reviewsModal .modal-body .rate:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

#reviewsModal .modal-body .rate:not(:checked)>label:before {
    content: "★ ";
}

#reviewsModal .modal-body .rate:not(:checked)>label:hover {
    color: #005daa;
}

#reviewsModal .modal-body .rate:not(:checked)>label:hover~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked+label:hover,
#reviewsModal .modal-body .rate>input:checked~label:hover {
    color: #005daa;
}

#reviewsModal .modal-body .rate>input:checked+label:hover~label,
#reviewsModal .modal-body .rate>input:checked~label:hover~label {
    color: #005daa;
}

#reviewsModal .modal-body .rate>label:hover~input:checked~label {
    color: #005daa;
}

#reviewsModal .reviewThankText {
    padding-bottom: 50px;
    text-align: center;
}

#reviewsModal .reviewThankText img {
    width: 100px;
    margin: 50px 0;
}

#reviewsModal .reviewThankText h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.hiw-modal {
    text-align: center;
}

.hiw-modal button {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: none;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

@media (max-width: 767px) {
    .hiw-modal button {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

.hiw-modal button:focus {
    box-shadow: none;
}

header {
    background: #2b2b2b;
    background-size: cover;
}

header .container {
    padding: 0;
}

header .phone-form-bottom {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    background: none;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    header .phone-form-bottom {
        font-size: 14px;
        text-align: center;
    }
}

header .phone-form-bottom a {
    color: #fff;
    font-size: 26px;
    display: block;
}

@media (max-width: 767px) {
    header .phone-form-bottom a {
        display: inherit;
    }
}

header .top-text {
    text-align: center;
}

header .top-text h1 {
    color: #fff;
    padding: 50px 0 10px 0;
    margin: 0;
    font-size: 65px;
    font-weight: 700;
}

@media (max-width: 991px) {
    header .top-text h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    header .top-text h1 {
        font-size: 28px;
        padding-top: 20px;
    }
}

@media (max-width: 320px) {
    header .top-text h1 {
        font-size: 24px;
    }
}

header .top-text span {
    color: #fff;
    display: block;
    padding-bottom: 30px;
    font-size: 32px;
}

@media (max-width: 991px) {
    header .top-text span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    header .top-text span {
        display: none;
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

header .block-form {
    padding: 0;
}

@media (max-width: 991px) {
    header .block-form {
        padding: 15px 10px;
    }
}

header .block-form .trip-type {
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    header .block-form .trip-type {
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
        margin-left: 0;
    }
}

@media (max-width: 320px) {
    header .block-form .trip-type {
        padding: 0;
    }
}

header .block-form .trip-type a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    margin-right: 20px;
}

@media (max-width: 767px) {
    header .block-form .trip-type a {
        margin-right: 10px;
        margin-left: 10px;
    }
}

header .block-form .trip-type a.active {
    border-bottom: #fff solid 2px;
    padding-bottom: 5px;
    color: #fff;
}

header .block-form .trip-type a:hover {
    border-bottom: #fff solid 2px;
    padding-bottom: 5px;
    color: #fff;
}

header .block-form .form-bg {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

header .block-form .form-bg form .BusinessClassClick {
    background: #fff;
    width: 100%;
    height: 60px;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 3;
    color: #2b2b2b;
}

@media (max-width: 767px) {
    header .block-form .form-bg form .BusinessClassClick {
        display: block;
        margin-top: 10px;
    }
}

header .block-form .form-bg form .BusinessClassClick .fa-angle-down {
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 22px;
}

@media (max-width: 767px) {
    header .block-form .form-bg form .BusinessClassClick .fa-angle-down {
        top: 32px;
    }
}


/*header   .block-form   .form-bg   form   .BusinessClassClick   .traveler {*/


/*background-image: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 18.1.1%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 viewBox%3D%220 0 53.545 53.545%22 style%3D%22enable-background%3Anew 0 0 53.545 53.545%3B%22 xml%3Aspace%3D%22preserve%22 width%3D%22512px%22 height%3D%22512px%22%3E%3Cg%3E%09%3Cg%3E%09%09%3Ccircle cx%3D%2226.686%22 cy%3D%224.507%22 r%3D%224.507%22 fill%3D%22%232b2b2b%22%2F%3E%09%09%3Cpath d%3D%22M28.256%2C11.163c-1.123-0.228-2.344-0.218-3.447%2C0.042c-7.493%2C0.878-9.926%2C9.551-9.239%2C16.164    c0.298%2C2.859%2C4.805%2C2.889%2C4.504%2C0c-0.25-2.41-0.143-6.047%2C1.138-8.632c0%2C3.142%2C0%2C6.284%2C0%2C9.425c0%2C0.111%2C0.011%2C0.215%2C0.016%2C0.322    c-0.003%2C0.051-0.015%2C0.094-0.015%2C0.146c0%2C7.479-0.013%2C14.955-0.322%2C22.428c-0.137%2C3.322%2C5.014%2C3.309%2C5.15%2C0    c0.242-5.857%2C0.303-11.717%2C0.317-17.578c0.244%2C0.016%2C0.488%2C0.016%2C0.732%2C0.002c0.015%2C5.861%2C0.074%2C11.721%2C0.314%2C17.576    c0.137%2C3.309%2C5.288%2C3.322%2C5.15%2C0c-0.309-7.473-0.32-14.949-0.32-22.428c0-0.232-0.031-0.443-0.078-0.646    c-0.007-3.247-0.131-6.497-0.093-9.742c1.534%2C2.597%2C1.674%2C6.558%2C1.408%2C9.125c-0.302%2C2.887%2C4.206%2C2.858%2C4.504%2C0    C38.678%2C20.617%2C36.128%2C11.719%2C28.256%2C11.163z%22 fill%3D%22%232b2b2b%22%2F%3E%09%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/


/*width: 20px;*/


/*height: 20px;*/


/*background-size: 20px 20px;*/


/*position: absolute;*/


/*left: 5px;*/


/*top: 20px; }*/

@media (max-width: 767px) {
    header .block-form .form-bg form .BusinessClassClick .traveler {
        top: 30px;
    }
}

header .block-form .form-bg form .bg-border-gray {
    position: absolute;
    background: #999;
    width: 1px;
    height: 40px;
    top: 10px;
    z-index: 111;
}

header .block-form .form-bg form .form-control:focus,
header .block-form .form-bg form .active-datepicker {
    border-bottom: 3px solid #005daa;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

header .block-form .form-bg form #round-trip-form {
    padding: 0 15px;
}

@media (max-width: 767px) {
    header .block-form .form-bg form #round-trip-form>div:nth-child(1) {
        padding: 0;
        padding-right: 5px;
    }
    header .block-form .form-bg form #round-trip-form>div:nth-child(2) {
        padding: 0;
        padding-left: 5px;
    }
    header .block-form .form-bg form #round-trip-form>div:nth-child(3) {
        padding-top: 10px;
    }
}

header .block-form .form-bg form #round-trip-form .date-input {
    margin: 0;
}

@media (max-width: 767px) {
    header .block-form .form-bg form #round-trip-form .date-input {
        background: #fff;
    }
}

header .block-form .form-bg form #round-trip-form .date-input .depart-rt {
    flex: 0 0 50%;
    max-width: 50%;
}

header .block-form .form-bg form #round-trip-form .date-input .depart-rt input {
    background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 viewBox%3D%220 0 60 60%22 style%3D%22enable-background%3Anew 0 0 60 60%3B%22 xml%3Aspace%3D%22preserve%22 width%3D%22512px%22 height%3D%22512px%22%3E%3Cg%3E%09%3Cpath d%3D%22M57%2C4h-7V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H19V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H3   C2.447%2C4%2C2%2C4.447%2C2%2C5v11v43c0%2C0.553%2C0.447%2C1%2C1%2C1h54c0.553%2C0%2C1-0.447%2C1-1V16V5C58%2C4.447%2C57.553%2C4%2C57%2C4z M43%2C2h5v3v3h-5V5V2z M12%2C2h5   v3v3h-5V5V2z M4%2C6h6v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h22v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h6v9H4V6z    M4%2C58V17h52v41H4z%22 fill%3D%22%239b9b9b%22%2F%3E%09%3Cpath d%3D%22M38%2C23h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h7h2h7h2h9v-9v-2v-7v-2v-9h-9H38z M31%2C25h7v7h-7V25z M38%2C41h-7v-7h7V41z M22%2C34h7v7h-7   V34z M22%2C25h7v7h-7V25z M13%2C25h7v7h-7V25z M13%2C34h7v7h-7V34z M20%2C50h-7v-7h7V50z M29%2C50h-7v-7h7V50z M38%2C50h-7v-7h7V50z M47%2C50h-7   v-7h7V50z M47%2C41h-7v-7h7V41z M47%2C25v7h-7v-7H47z%22 fill%3D%22%239b9b9b%22%2F%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat white 10px 19px;
    background-size: 20px 20px;
    padding-left: 35px;
}

header .block-form .form-bg form #round-trip-form .date-input .return-rt {
    flex: 0 0 50%;
    max-width: 50%;
}

header .block-form .form-bg form #round-trip-form .date-input .return-rt input {
    background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 viewBox%3D%220 0 60 60%22 style%3D%22enable-background%3Anew 0 0 60 60%3B%22 xml%3Aspace%3D%22preserve%22 width%3D%22512px%22 height%3D%22512px%22%3E%3Cg%3E%09%3Cpath d%3D%22M57%2C4h-7V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H19V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H3   C2.447%2C4%2C2%2C4.447%2C2%2C5v11v43c0%2C0.553%2C0.447%2C1%2C1%2C1h54c0.553%2C0%2C1-0.447%2C1-1V16V5C58%2C4.447%2C57.553%2C4%2C57%2C4z M43%2C2h5v3v3h-5V5V2z M12%2C2h5   v3v3h-5V5V2z M4%2C6h6v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h22v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h6v9H4V6z    M4%2C58V17h52v41H4z%22 fill%3D%22%239b9b9b%22%2F%3E%09%3Cpath d%3D%22M38%2C23h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h7h2h7h2h9v-9v-2v-7v-2v-9h-9H38z M31%2C25h7v7h-7V25z M38%2C41h-7v-7h7V41z M22%2C34h7v7h-7   V34z M22%2C25h7v7h-7V25z M13%2C25h7v7h-7V25z M13%2C34h7v7h-7V34z M20%2C50h-7v-7h7V50z M29%2C50h-7v-7h7V50z M38%2C50h-7v-7h7V50z M47%2C50h-7   v-7h7V50z M47%2C41h-7v-7h7V41z M47%2C25v7h-7v-7H47z%22 fill%3D%22%239b9b9b%22%2F%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat white 10px 19px;
    background-size: 20px 20px;
    padding-left: 35px;
}

header .block-form .form-bg form #round-trip-form .date-input .dash {
    width: 2%;
    height: 60px;
    color: #858e95;
    font-size: 20px;
    line-height: 54px;
    z-index: 999;
    position: absolute;
    margin-left: 48%;
}

header .block-form .form-bg form #one-way-form {
    padding: 0 15px;
}

@media (max-width: 767px) {
    header .block-form .form-bg form #one-way-form>div:nth-child(1) {
        padding: 0;
        padding-right: 5px;
    }
    header .block-form .form-bg form #one-way-form>div:nth-child(2) {
        padding: 0;
        padding-left: 5px;
    }
    header .block-form .form-bg form #one-way-form>div:nth-child(3) {
        padding-top: 10px;
    }
}

header .block-form .form-bg form #one-way-form .date-input {
    margin: 0;
}


/*header   .block-form   .form-bg   form   #one-way-form   .date-input   .depart-rt   input {*/


/*background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 viewBox%3D%220 0 60 60%22 style%3D%22enable-background%3Anew 0 0 60 60%3B%22 xml%3Aspace%3D%22preserve%22 width%3D%22512px%22 height%3D%22512px%22%3E%3Cg%3E%09%3Cpath d%3D%22M57%2C4h-7V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H19V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H3   C2.447%2C4%2C2%2C4.447%2C2%2C5v11v43c0%2C0.553%2C0.447%2C1%2C1%2C1h54c0.553%2C0%2C1-0.447%2C1-1V16V5C58%2C4.447%2C57.553%2C4%2C57%2C4z M43%2C2h5v3v3h-5V5V2z M12%2C2h5   v3v3h-5V5V2z M4%2C6h6v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h22v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h6v9H4V6z    M4%2C58V17h52v41H4z%22 fill%3D%22%239b9b9b%22%2F%3E%09%3Cpath d%3D%22M38%2C23h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h7h2h7h2h9v-9v-2v-7v-2v-9h-9H38z M31%2C25h7v7h-7V25z M38%2C41h-7v-7h7V41z M22%2C34h7v7h-7   V34z M22%2C25h7v7h-7V25z M13%2C25h7v7h-7V25z M13%2C34h7v7h-7V34z M20%2C50h-7v-7h7V50z M29%2C50h-7v-7h7V50z M38%2C50h-7v-7h7V50z M47%2C50h-7   v-7h7V50z M47%2C41h-7v-7h7V41z M47%2C25v7h-7v-7H47z%22 fill%3D%22%239b9b9b%22%2F%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat white 10px 19px;*/


/*background-size: 20px 20px;*/


/*padding-left: 35px; }*/

header .block-form .form-bg form #multi-city-form {
    padding: 0 15px;
}

header .block-form .form-bg form #multi-city-form>div {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    header .block-form .form-bg form #multi-city-form>div:nth-child(1) {
        padding: 0;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(2) {
        padding: 0;
        padding-right: 5px;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(3) {
        padding: 0;
        padding-left: 5px;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(6) {
        padding: 0;
        padding-right: 5px;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(7) {
        padding: 0;
        padding-left: 5px;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(10) {
        padding: 0;
        padding-right: 5px;
    }
    header .block-form .form-bg form #multi-city-form>div:nth-child(11) {
        padding: 0;
        padding-left: 5px;
    }
}

header .block-form .form-bg form #multi-city-form .date-input {
    margin: 0;
}


/*header   .block-form   .form-bg   form   #multi-city-form   .date-input   .depart-rt   input {*/


/*background: url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22iso-8859-1%22%3F%3E%3C!-- Generator%3A Adobe Illustrator 19.0.0%2C SVG Export Plug-In . SVG Version%3A 6.00 Build 0)  --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 version%3D%221.1%22 id%3D%22Capa_1%22 x%3D%220px%22 y%3D%220px%22 viewBox%3D%220 0 60 60%22 style%3D%22enable-background%3Anew 0 0 60 60%3B%22 xml%3Aspace%3D%22preserve%22 width%3D%22512px%22 height%3D%22512px%22%3E%3Cg%3E%09%3Cpath d%3D%22M57%2C4h-7V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H19V1c0-0.553-0.447-1-1-1h-7c-0.553%2C0-1%2C0.447-1%2C1v3H3   C2.447%2C4%2C2%2C4.447%2C2%2C5v11v43c0%2C0.553%2C0.447%2C1%2C1%2C1h54c0.553%2C0%2C1-0.447%2C1-1V16V5C58%2C4.447%2C57.553%2C4%2C57%2C4z M43%2C2h5v3v3h-5V5V2z M12%2C2h5   v3v3h-5V5V2z M4%2C6h6v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h22v3c0%2C0.553%2C0.447%2C1%2C1%2C1h7c0.553%2C0%2C1-0.447%2C1-1V6h6v9H4V6z    M4%2C58V17h52v41H4z%22 fill%3D%22%239b9b9b%22%2F%3E%09%3Cpath d%3D%22M38%2C23h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h7h2h7h2h9v-9v-2v-7v-2v-9h-9H38z M31%2C25h7v7h-7V25z M38%2C41h-7v-7h7V41z M22%2C34h7v7h-7   V34z M22%2C25h7v7h-7V25z M13%2C25h7v7h-7V25z M13%2C34h7v7h-7V34z M20%2C50h-7v-7h7V50z M29%2C50h-7v-7h7V50z M38%2C50h-7v-7h7V50z M47%2C50h-7   v-7h7V50z M47%2C41h-7v-7h7V41z M47%2C25v7h-7v-7H47z%22 fill%3D%22%239b9b9b%22%2F%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat white 10px 19px;*/


/*background-size: 20px 20px;*/


/*padding-left: 35px; }*/

header .block-form .form-bg form #multi-city-form .btn-add {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px;
    background: #ffcb02;
    cursor: pointer;
    margin-bottom: -10px;
}

header .block-form .form-bg form #multi-city-form .btn-add span {
    font-weight: bold;
}

header .block-form .form-bg form input {
    height: 60px;
    border-radius: 0px;
    border: 0;
    background-clip: border-box;
}

header .block-form .form-bg form #formLine {
    margin-top: 10px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    header .block-form .form-bg form #formLine {
        padding: 0;
        margin-top: 10px;
    }
    header .block-form .form-bg form #formLine .padding-none {
        padding: 0 15px;
    }
    header .block-form .form-bg form #formLine>div:nth-child(2) {
        margin: 10px 0;
    }
    header .block-form .form-bg form #formLine .xIcon {
        right: 17px;
    }
}

header .block-form .form-bg form #formLine .intl-tel-input {
    position: relative;
    display: block;
}

header .block-form .form-bg form #formLine button {
    height: 60px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background-color: #005daa;
    border-radius: 0;
    cursor: pointer;
}

@media (max-width: 991px) {
    header .block-form .form-bg form #formLine button {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    header .block-form .form-bg form #formLine button {
        margin-top: 10px;
    }
}

header .block-form .form-bg form #formLine .privacy-form {
    display: none;
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    margin-bottom: -10px;
}

header .block-form .form-bg form #errorBox .alert {
    color: #ffffff;
    text-align: center;
    background-color: #e83a3a;
    border-color: #ffcb02;
    margin-top: 15px;
    margin-bottom: 0px;
    border-radius: 4px;
}

header .call-bottom-info {
    display: none;
    padding: 5px 0;
}

header .call-bottom-info span {
    font-size: 20px;
}

header .call-bottom-info span a {
    color: #005daa;
    font-weight: bold;
}

@media (max-width: 767px) {
    header .call-bottom-info span a {
        display: inline-block;
    }
}

#trip-content {
    position: absolute;
    width: 284px;
    top: 137px;
    right: 20px;
    background: #fff;
    z-index: 999;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (max-width: 767px) {
    #trip-content {
        width: 100%;
        top: 130px;
        right: 0;
    }
}

#trip-content .cabin-name {
    margin-top: 10px;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
}

#trip-content .cabin-tabs {
    text-align: left;
    margin: 0;
}

#trip-content .cabin-tabs .arrow {
    position: absolute;
    top: -22px;
    right: 45%;
    color: #fff;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#trip-content .cabin-tabs span {
    padding-left: 15px;
}

#trip-content .cabin-tabs ul {
    list-style-type: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
}

#trip-content .cabin-tabs li {
    color: #fff;
    display: inline-block;
    padding: 5px;
}

@media (max-width: 767px) {
    #trip-content .cabin-tabs li {
        display: block;
    }
}

#trip-content .cabin-tabs li a {
    cursor: pointer;
    padding: 13px 15px;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    width: 118px;
}

@media (max-width: 767px) {
    #trip-content .cabin-tabs li a {
        width: 100%;
    }
}

#trip-content .cabin-tabs li a:hover {
    background: #005daa;
    color: #fff;
}

#trip-content .cabin-tabs li a.active {
    background: #005daa;
    color: #fff;
}

#trip-content .cabin-tabs li a span {
    padding-left: 0;
}

#trip-content .cabin-select {
    margin: 10px 0;
}

#trip-content .cabin-select select {
    color: #333333;
    width: 160px;
    height: 45px;
    margin-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    display: inline-block;
}

#trip-content .cabin-close {
    margin: 20px 0 10px 0;
}

#trip-content .cabin-close button {
    background: #fff;
    height: 45px;
    width: 100%;
    color: #005daa;
    border-color: #005daa;
    margin: 0 15px;
    border-radius: 2px;
    cursor: pointer;
}

.xIcon {
    display: none;
    width: 26px;
    height: 37px;
    position: absolute;
    right: 2px;
    top: 8px;
    cursor: pointer;
    z-index: 5;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAADECAYAAACFi+GsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkM5RDkyMTI1MUYzMTFFNDhGRUVBRjg2NkNBOEFCNTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkM5RDkyMTM1MUYzMTFFNDhGRUVBRjg2NkNBOEFCNTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQzlEOTIxMDUxRjMxMUU0OEZFRUFGODY2Q0E4QUI1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQzlEOTIxMTUxRjMxMUU0OEZFRUFGODY2Q0E4QUI1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plu9q/UAAAhsSURBVHja7FtbTBZHFJ4fUEBBBLVq4QexTUpptBATpQZB0SqUYmPirfSh2gcTn0z1waZV29qHtg9t0qSp1TSpNV5aNTHVEKF4pbQF1AfBQr1BuRRJNUQR5c72fOPZP+u6u//uH9E+zCSf/87smfPNnHPmyurTNE2MZAoTI5wUgSJQBIrgf0lw8eJFra6uznaKvXTpklZdXa2FTFBfXy8aGhpsK1y9ehWNcN2DiM7OTq29vV0MDw+LUaNGiTt37oiwsDBx5coVbXBwUPh8PplHioyMFF1dXaK3t1c0NTXJXuB9XFyciI+P91kR+CorK7XTp0+LoaEhKQwggdCYzAsT5FA2MDAgMjMzxfLly60JSEDr7u4W/f39soJOAEI9j1+dAL0Bud6A8PBwMW7cOBETE2NJENHR0SGOHTsm7t27JyIiIgLKoQjAs64IJMjjGcQw4ZgxY0RRUREIrH0Am9++fVsUFxeL8ePHi76+PnH8+HGxYMECMWHCBFFRUSEFc3JypFxJSYkoLCyUCpHfv3+/9FtSUpI1Af4ZPXq0mDhxohg7dqyPWqjRr0hISJD52NhYaRs8U8u16OhoSRwVFeWjHmuo6xhF6Cq63dbWBltqcBp8gsgiEg2tRLp165aGCOrp6ZHvyDQaWq4Hhy0B7Amh2tpagdbBeRS6ggabtC+Ikc6dOyfDE4QYB2j5/fv3Az6xJYCjIFxQUCAjASY6cuSIWLJkicwjjCGYnZ3to9bLiMvPz0djfPSs7dy5Uzo76Eh26qZZxvzr6AOEJsZAaWkpWqWhyy0tLaK8vFzaubm5WQpSGGswEcK6rKwMvdZgItTVw9uSADaHQHp6uhwwqEAOFWlpaTKSkEfKyMiQ0wQIIAv/IN/Y2PjIqH+EAAMqJSUFlXyU10Dk9/ulD2iOkT6YPHmyj+YcGcJ4hzDFO31k2xLgH3S1qqoKsS4nuNbWVlFTU4NJTMPsiUQKNYx2hChN14E86jr6jcJQO3XqlJy09HADCcymTwfsrMDkhllXn1JQnpeXh5FsPdmp7bsiUASKQBEogidB4GOSrbx8foidu0UjtmCHSdhGC9SwF4IIVl7E+XBWNmxQvo3wuiH/vlcCY1rMv1v416hc77HwSvAJt/w1E0m/SfkJwgeh+EDv+kcGEnM6waYZ9rpJ0KNomAlKLGTKdeWPK2w/JpxnfGoOZf285hY+G5KtHJZbzS33aqIR33hF/HCozKo8j7CKf5O5rIVwinCQcNJc4e0VS1yNgzTCDsJ8C9nnGesIZwjrCX95mYtyCTU2ys1pPsvmuiVAy38mxHowbyzXSQtGgEj6nhAXgg/juK7PiWAhIcvssNyslx865OEZZRbOzGIdtgQrzYVNrTfENP8UMW/2jEAZnlGGdxZppdNkl2curKiqFRge05OnBgZWKj03ttwQv1bX2oW1LYHf6gUUQflzKc/K/PXmdlFZU2enx+9kor4RHcmEdsIL5hfz5syUJmpsbpd59ASOtjFRmxNBjZkgJ2umSPVPFU2wOZsFykGIwIKPTOk3JxPtMxdC+d+tHQHl0if0jDK8s0h7bWfT3QdLEey/m8eCh1RFmEvjQ7PrAV6sJdwJQTnqvMM6HOcizIpvEO56UH6X6zS4nU3PEmZzl92YZTbX8bQvQk/mEl4lLOc5xs9bmFb4mnCYNwKulsKRXzKDvMdyWUxYQEgnTCIM8MBq5pXtJ8yPthpsthvJhP2EQS14GmLZZCtdVsqXEroMCvYRCgl+QhQhlvAil+0xyN0lvBmMYAO3SFfsd7G58rMsEraW79oRrGIBpG+97uAIOwwkq8wEydxFjQVFiNhhMFeykWCfwSxWFacTDhI6We48YZGNrK7rgE6QYrB7so1yKL5O2ExYRyhn+VkW8kmG6EoRXAlpr02LNlsoi+eyz2zq7OX3m8N4ECH96DDgcAC5YFEebyOv61oItjZmS3TpyHg2USebz0omkXW2IdPLmSiXBLryRQ4ykayzzyvBCpZdEUQuQAAf3GJ7TXAxOS7i30NB5Cby700Q/MmZTBcEn/NaESzpuurD+NQi+EQTLOHwsdmFnK7rJOw1zTDQklw4WAsiYxxo0/TCA0GmCi94ZKp4IpMdsPoxTter3S44SS4UJ5kWnE2hLpkY/qMZiVz2g2nJLHazJus+OWDoTbBF/4Ddoh9sX2TctrxEeIbL/+UBeppP/o1PbeOl7k0VgSJQBIpgxI6xmyoeukScQthAWGa49rlGOEr4im+EZfoiR/PcA5z28d3De6Y7JdwAb+SbgTWhHsSXudiDRvO9KdJuLz5IIHzn4iqnnp+/ISR6IVjPJE7KF/Mddh33ZKMXgmWGZzixx6S8gO/6Eg0tX+qFQP+bwT/cysVMoiv/g5BB+MXQ0+RQblvwZxZ831bJivtNyieFep1zmStP4r92LDTcbtkpv+zFREcNzzrJDIZdy496IdhF6LQgOWmjvJvwtRcCOPMtwpCJxM7muBbt8DrZlfIF4WUHmSaOssOh3tnV8IkRh79swiwuv8DRtIvN8/RuHdWKpggUgSJQBIpAESgCRaAIFIEieGIElkco09eDMXwPkS8efA2iH61whvvSeISy+low2Bktl69rUk3lrzDW8AnzbCgmwoXIGQvlxpTKMsu8EuCCY4/tyfHR/2S1R9hc/9gRbGTbB2ybM2dm4CW+uTPZW/eTax8UGjP4vs7qmzuLOlvcEqQbMy6/uUv1YqKeEEI+3IuJcAeREbC5u2/urnkhKDESQLnVN3cmghLXdxU0knFt02iMpCAJo3k6RdZNtz64ySPUbVrLdTyNZNwBLRZOn1c9eFcgHO6Lgs2m+BoNI2w7T3DCMNlt53elTgrUfZEiUASKQBEoAkXgKv0nwAClBZImkv8CdQAAAABJRU5ErkJggg==") no-repeat transparent 0 -148px;
}

.with-padding .xIcon {
    right: 17px;
}

@media (max-width: 767px) {
    .with-padding .xIcon {
        right: 2px;
    }
}

@media (max-width: 767px) {
    .padding-none .xIcon {
        right: 7px;
    }
}

#newsletter {
    padding: 20px;
    border-bottom: solid 1px #005daa;
    background-color: #005daa;
}

@media (max-width: 767px) {
    #newsletter {
        padding: 20px 5px;
    }
}

#newsletter h4 {
    font-size: 26px;
}

#newsletter span {
    font-size: 14px;
}

#newsletter form {
    margin-bottom: 0;
}

#newsletter input {
    height: 45px;
    width: 100%;
    border-radius: 0px;
}

#newsletter button {
    background: #0b1f66;
    height: 45px;
    width: 100%;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-add-oneway,
.btn-remove-oneway {
    margin-top: 10px;
    border-radius: 0px;
}

.form-comm-row.d-block {
    display: flex !important;
}

.flights-list h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #005daa;
}

.btn-form {
    width: 100%;
    background: #0b1f66;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
}

@media (max-width: 320px) {
    #newsletter button {
        padding: 0;
        border-radius: 0;
    }
}

@media (max-width: 320px) {
    #newsletter .col-9 {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #newsletter h4,
    #newsletter span {
        text-align: center;
        display: block;
    }
    #newsletter form {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #service .padding-none {
        padding: 0 15px;
    }
}

#service .service-text {
    text-align: center;
}

#service .service-text h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #005daa;
}

#service .service-text p {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.6;
}

#service .service-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    min-height: 115px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px #ccc !important;
    border-radius: 8px;
    border: solid 1px #ededed;
}

#service .service-block-icon {
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
}

#service .service-block-body {
    margin-left: 20px;
    text-align: left;
}

#service .service-block-body h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

#service .service-block-body p {
    font-size: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    #service .service-text h2 {
        font-size: 26px;
    }
    #service .service-text p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    #service .service-text h2 {
        font-size: 20px;
    }
    #service .service-block-body h4 {
        font-size: 16px;
    }
    #service .service-block-body p {
        font-size: 14px;
    }
}

#app {
        background-color: #0b1f66;
    padding: 50px 0px;
}

@media (max-width: 767px) {
    #app {
        padding: 20px;
    }
}

@media (max-width: 320px) {
    #app {
        padding: 10px 20px;
    }
    #app .container {
        padding: 0;
    }
}

#app .app-text {
    padding-top: 0px;
}

@media (max-width: 991px) {
    #app .app-text {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    #app .app-text {
        padding-top: 0px;
        text-align: center;
    }
}

#app .app-text h3 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 40px;
    color: #fff;
}

@media (max-width: 991px) {
    #app .app-text h3 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    #app .app-text h3 {
        font-size: 26px;
    }
}

@media (max-width: 320px) {
    #app .app-text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

#app .app-text p {
    font-size: 22px;
    margin-bottom: 40px;
    color: #fff;
}

@media (max-width: 991px) {
    #app .app-text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #app .app-text p {
        font-size: 16px;
    }
}

#app .button-block {
    display: flex;
}

#app .button-block .app-button {
    background-image: url('app-store-badge.html');
    background-size: 200px 70px;
    width: 200px;
    height: 70px;
}

@media (max-width: 767px) {
    #app .button-block .app-button {
        margin: 0 auto;
        background-size: 150px 50px;
        width: 150px;
        height: 50px;
        display: block;
    }
}

#app .button-block .app-learn-more {
    width: 200px;
    height: 62px;
    border: 3px solid #fff;
    border-radius: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 29px;
    color: #fff;
    margin-left: 0px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    #app .button-block .app-learn-more {
        background-size: 150px 45px;
        width: 150px;
        height: 47px;
        font-size: 16px;
        padding-top: 10px;
        margin-top: 2px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    #app .button-block .app-learn-more {
        width: 110px;
    }
}

#app .app-phone {
    width: 410px;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    margin-bottom: -10px;
}

@media (max-width: 991px) {
    #app .app-phone {
        width: 200px;
    }
}

#app.app-page-top {
    padding-top: 40px;
    overflow: hidden;
}

#app.app-page-top .app-phone {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 0;
}

#app.app-page-top .app-text {
    padding-top: 100px;
}

@media (max-width: 576px) {
    #app.app-page-top .app-text {
        padding-top: 30px;
    }
}

#reviews {
    background-color: #ffffff;
    padding-bottom: 40px;
}

@media (max-width: 320px) {
    #reviews .my-4 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        padding: 0;
        margin: 0 !important;
    }
}

#reviews .reviews-text {
    text-align: center;
}

#reviews .reviews-text h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

#reviews .reviews-text p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    #reviews .reviews-text h2 {
        font-size: 26px;
    }
    #reviews .reviews-text p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #reviews .padding-none {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    #reviews .reviews-text h2 {
        font-size: 20px;
    }
}

#reviews .customers-block {
    border: 1px solid #e6e6e6;
    background-color: #fff7f7;
    border-radius: 5px;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 333px;
    box-shadow: 0 1px 2px #ccc !important;
}

#reviews .customers-block img {
    background-size: 32px 32px;
    border-radius: 50%;
    display: block;
    margin: -1px;
    overflow: hidden;
    height: 50px;
    width: 50px;
    z-index: 0;
    position: absolute;
}

#reviews .customers-block span {
    font-size: 16px;
    margin-left: 60px;
    font-weight: bold;
}

#reviews .customers-block p {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0px;
}

#reviews .customers-block small {
    display: table;
    margin: 10px 0;
    margin-left: 60px;
    font-size: 14px;
    color: #f3c100;
}

#reviews .customers-block .google-icon {
    background-image: url('google.html');
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
    right: 20px;
}

#reviews .customers-block .review-read-more {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}

.mat-autocomplete-panel {
    min-width: 112px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    max-width: none;
    max-height: 256px;
    position: relative;
    width: 100%
}

.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mat-autocomplete-panel.mat-autocomplete-visible {
    visibility: visible
}

.mat-autocomplete-panel.mat-autocomplete-hidden {
    visibility: hidden
}

@media screen and (-ms-high-contrast:active) {
    .mat-autocomplete-panel {
        outline: solid 1px
    }
}

.autocomplete-wrapper,
.autocomplete-wrapper-two,
.autocomplete-wrapper-nine,
.autocomplete-wrapper-ten,
.autocomplete-wrapper-three,
.autocomplete-wrapper-Four,
.autocomplete-wrapper-five,
.autocomplete-wrapper-six,
.autocomplete-wrapper-seven,
.autocomplete-wrapper-eight {
    position: relative;
    input {
        width: 100%;
    }
}

.autocomplete-results,
.autocomplete-results-two,
.autocomplete-results-nine,
.autocomplete-results-ten,
.autocomplete-results-three,
.autocomplete-results-Four,
.autocomplete-results-five,
.autocomplete-results-six,
.autocomplete-results-seven,
.autocomplete-results-eight {
    position: absolute;
    background: #005daa;
    z-index: 11;
    top: 46px;
    left: 0px;
    font-size: 13px;
    width: 243px;
    border-top-width: 0;
    border-bottom-color: #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result:hover,
.autocomplete-result-two:hover,
.autocomplete-result-nine:hover,
.autocomplete-result-ten:hover,
.autocomplete-result-three:hover,
.autocomplete-result-Four:hover,
.autocomplete-result-five:hover,
.autocomplete-result-six:hover,
.autocomplete-result-seven:hover,
.autocomplete-result-eight:hover {
    background: #2b2b2b;
}

.autocomplete-result,
.autocomplete-result-two,
.autocomplete-result-nine,
.autocomplete-result-ten,
.autocomplete-result-three,
.autocomplete-result-Four,
.autocomplete-result-five,
.autocomplete-result-six,
.autocomplete-result-seven,
.autocomplete-result-eight {
    padding: 12px 15px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    color: #fff;
}

.autocomplete-result:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-two:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-three:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-Four:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-five:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-six:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-seven:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-eight:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-nine:last-child {
    border-bottom-width: 0;
}

.autocomplete-result-ten:last-child {
    border-bottom-width: 0;
}

.autocomplete-location {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-two {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-three {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-Four {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-five {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-six {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-seven {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-eight {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-nine {
    opacity: .8;
    font-size: smaller;
}

.autocomplete-location-ten {
    opacity: .8;
    font-size: smaller;
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results[data-highlight='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: transparent;
        outline: solid 0px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-two[data-highlight-two='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-three[data-highlight-three='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-Four[data-highlight-Four='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-five[data-highlight-five='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-six[data-highlight-six='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-seven[data-highlight-seven='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-eight[data-highlight-eight='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-nine[data-highlight-nine='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

$iPlus: 0;
@for $i from 0 through 7 {
    $iPlus: $i + 1;
    .autocomplete-results-ten[data-highlight-ten='#{$i}']> :nth-child(#{$iPlus}) {
        color: white;
        background: #26C9FF;
        border-bottom-color: #26C9FF;
        outline: solid 1px darken(#26C9FF, 10%);
    }
}

.row-one-way .padding-none {
    display: inline-block;
}

.form-comm-row .depart-rt {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.form-comm-row,
.row-one-way {
    margin-top: 5px;
}

.flights-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 80px;
    float: left;
    width: 100%;
}

.flights-list ul li {
    display: inline-block;
    float: left;
    width: 24%;
    margin-bottom: 10px;
    margin: 8px 5px;
    text-align: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f8fcff;
    box-shadow: 0 1px 2px #ccc !important;
    border-radius: 4px;
    border: dashed 1px #000000;
}

.flights-list ul li a {
    color: #333;
    text-decoration: none;
}

.traveler-div {
    position: relative;
}

.traveler-div .fa-user {
    position: absolute;
    left: 6px;
    top: 35%;
    color: #ddd;
}

#round-trip-form select {
    border-radius: 0px;
    border: 0px;
}

.footer-im {
    padding: 0px;
}

.footer-im li {
    display: inline-block;
}

.footer-im img {
    max-width: 70px;
    margin-top: 10px;
}

.service-box {
    box-shadow: 1px 1px 4px #333;
    padding: 10px;
    font-size: 14px;
    border-top: 3px solid #005daa;
}

.service-box h3 {
    font-size: 17px;
    font-weight: bold;
}

.service-box p {
    line-height: 20px;
}

.service-box ul {
    padding: 0px;
    margin-left: 13px;
}

.service-box img {
    border: 5px solid #005daa;
    border-right: 0px;
    border-left: 0px;
}

#text-section {
    padding: 50px 0px;
    background-color: #fff6f6;
}

#text-section p {
    font-size: 14px;
}

.p-large {
    font-size: 15px !important;
    line-height: 23px;
}

.call-fix-strip {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #005daa;
    width: 100%;
    z-index: 9;
    display: none;
}

.call-fix-strip ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: table;
    min-height: 70px;
}

.call-fix-strip ul li {
    padding: 0px;
    margin: 0px;
    display: table-cell;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding-top: 17px;
    vertical-align: top;
}

.call-fix-strip ul li img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.call-fix-strip ul li:nth-child(2) {
    background-color:white;
    color: #fff;
    text-align: center;
}

.call-fix-strip ul li a {
    color: black;
    font-size: 15px;
}

.call-fix-strip ul li .fa {
    display: block;
    font-size: 20px;
}

.Ptrfix {
    position: absolute;
    left: 0px;
    margin: 0px;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.Ptrfix strong span {
    color: #fff;
    margin: 0px;
    padding: 10px 0;
    display: block;
}

.dispdk {}

.dispdk p {
    font-size: 14px;
    color: #fff;
}

.privacy_content {
    padding: 40px 0;
}

.pvc_cont_ase {}

.pvc_cont_ase h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0 8px 0;
    text-transform: uppercase;
    color: #005daa;
}

.pvc_cont_ase p {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.pvc_cont_ase h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 8px 0;
    padding: 10px 0 0 0;
    color: #005daa;
}

.pvc_cont_ase h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0 8px 0;
    padding: 10px 0 0 0;
}

.pvc_cont_ase ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 6px 0;
}

.pvc_cont_ase ul li {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

.pvc_cont_ase ul li i {
    padding-right: 4px;
    color: #02997a;
}

#text-section h2.mt-4 {
    font-weight: 500;
    font-size: 28px;
    color: #1c1b1b;
    margin: 0 0 15px 0 !important;
}

#text-section h4 strong {
    font-weight: 700;
    font-size: 22px;
    color: #3f51b5;
    margin: 0 0 15px 0 !important;
}

#callme {
    position: fixed;
    left: 3%;
    top: 85%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
    }
}

#mask,
#dialog {
    display: none;
    visibility: hidden;
}

.navbar-brand-logo {
    font-size: 24px !important;
   font-family: Muli,Helvetica,Arial,sans-serif !important;
}

header .block-form .form-bg form input:after {
    background: url(../img/schedule-calendar.png) no-repeat;
    content: "";
    background-position: right;
    width: 20px;
    height: 20px;
    background-size: contain;
    display: none;
    float: right;
    margin-top: -10px;
    visibility: hidden;
}