* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0c0c0c;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
    background-color: #fafafa;
}

img.img-mobile-fluid {
    max-width: 90%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container-mid {
    width: 95%;
    margin: auto;
}

img.icon-style {
    float: left;
    margin-top: 10px;
    margin-right: 4px;
}

img.red-icon-left {
    float: left;
    width: 16px;
    padding-top: 7px;
    margin-right: 10px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
/*    background-color: #fff;*/
}

.flytrip-bg {
    height: 100vh;
    background-image: url(../images/man-with-luggage-on-road-during-sunset-163688.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
}

::selection {
    color: #fff;
    background-color: #28467f;
}

::-moz-selection {
    color: #fff;
    background-color: #28467f;
}

.no-padding {
    padding: 0px;
}

.fstdiv {
    position: relative;
    min-height: 34px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.fstdiv.open {
    z-index: 999;
}

.fstdropdown {
    vertical-align: middle;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    cursor: pointer;
    background: #fff;
    z-index: 888;
    overflow: hidden;
    width: 100%;
    outline: none;
    margin-bottom: 15px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    outline: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.fstdiv.open > .fstdropdown {
    position: absolute;
}

img.inclusive-img {
    float: right;
    margin-top: -2rem;
}

input.form-control.date-form-style {
    height: 45px;
    font-size: 14px;
    color: #9c9c9c;
    border-radius: 0px;
    margin-bottom: 15px;
}

.fstdropdown > .fstselected {
    line-height: 26px;
    padding: 10px;
    color: #a7a5a5;
    font-size: 14px;
    outline: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
}

.fstdropdown > .fstselected::after {
    position: absolute;
    top: 50%;
    display: block;
    height: 0;
    margin-top: -3px;
    content: ' ';
    right: 11px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
}

img.fb-img {
    width: 22px;
    margin-top: -4px;
}

.fstdropdown.open > .fstselected {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.fstdropdown.open > .fstselected::after {
    margin-top: -3px;
    border-color: transparent transparent #999;
    border-width: 0 4px 4px;
}

.fstdropdown > .fstlist {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.fstdropdown.open > .fstlist {
    display: block;
}

.fstlist > div {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #f5f5f5;
}

.fstdropdown.open:hover {
    border-color: #66afe9;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -o-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
}

.fstlist > div:hover {
    background-color: #337ab7;
    color: #fff;
}

.fstlist > div.selected {
    background-color: #cdcdcd;
    color: #262626;
}

.fstsearchinput {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    display: none;
}

.fstdropdown.open > .fstsearch {
    display: block;
    padding: 4px;
}

.fstdropdown.open .fstsearchinput {
    display: block;
}

.fstdropdown .hideFst,
.fstdropdown-select.fstcreated {
    display: none;
}

.fstAll {
    width: 100%;
    position: relative;
    background-color: #0090ff;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
    display: none;
}

.fstAll:hover {
    background-color: #337ab7
}

.open .fstAll {
    display: block;
}

label.lable-style {
    color: #595959;
    font-size: 14px;
    font-weight: 500 !important;
    margin-bottom: 0rem;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 15px 0;
    box-shadow: 0 0px 0px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    background-color: #010813 !important;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.booking-engine-main {
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    margin-top: 11rem !important;
    width: 80%;
    margin: auto;
}

h1.holidays-search {
    font-size: 1.5rem;
    font-weight: 800;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 0.8rem;
    margin-bottom: 1rem;
}

button.btn.btn-primary.search-holidays {
    float: left;
    font-size: 14px;
}

.sales-text {
    color: #fe4e26;
    font-size: 1.4rem;
    font-weight: 900 !important;
    line-height: 29px;
}

.sales-text {
    color: #fe4e26;
    font-size: 1.6rem;
    font-weight: 900 !important;
    line-height: 29px;
}

span.phone-text {
    color: #fe4e26;
    font-size: 1.6rem;
    font-weight: 900 !important;
    letter-spacing: -1px;
}

.left-btn {
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    float: left;
    line-height: 37px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
}

.right-btn {
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50px;
    line-height: 37px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
}

img.img-fluid-left {
    width: 54%;
    margin-top: -10px;
}

img.img-fluid-right {
    width: 54%;
    margin-top: -10px;
}

.start-header.scroll-on .navbar-brand img {
    height: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.banner-width {
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem;
    margin: auto;
    width: 100%;
}

.carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
}

.tab-content.hash-color {
    background-color: #343a40;
    margin-bottom: 2rem;
    color: #fff;
}

img.inclusive-img {
    float: right;
    margin-top: -2rem;
}

.enquiry-main.row {
    background-color: #e9ecef;
    padding: 1.2rem;
    width: 94%;
    margin-top: 1rem !important;
    margin: auto;
    border: solid 1px #d0d4d6;
    text-align: left;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.radio-tile-group .input-container {
    position: relative;
    height: 3rem;
    width: 9rem;
    text-align: center;
    margin: 0.3rem;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
    fill: #079ad9;
    width: 3rem;
    height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center !important;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: auto;
    margin-top: 2px;
    text-indent: 5px;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #079ad9;
    border: 2px solid #079ad9;
    color: white;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
    background-color: #079ad9;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
    background-color: #079ad9;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #DEDEDE;
    font-size: 12px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #DEDEDE;
    font-size: 12px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #DEDEDE;
    font-size: 12px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #DEDEDE;
    font-size: 12px;
}

textarea::placeholder {
    color: #DEDEDE;
    font-size: 12px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 100%;
    margin: 0 auto;
}

.carousel .img-box img {
    margin: 0 auto;
    display: block;
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.table .thead-dark th {
    color: #fff;
    background-color: #28467f;
    border-color: #28467f;
}

.carousel .carousel-control {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #b7b7b7;
    text-shadow: none;
    float: left;
    position: initial;
    margin-left: 4px;
}

.carousel-control i {
    font-size: 14px;
    margin-right: 2px
}

.control-align {
    float: right;
    margin-top: 8px;
    width: auto;
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
}

.carousel-indicators li.active {
    border: none;
    background: #888
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    min-height: auto;
}

.carousel-control.left {
    left: auto;
    right: auto;
    float: left;
}

.booking-engine-main {
    background-color: #fff;
    padding: 1.8rem;
    border-radius: 4px;
    margin-top: 11rem !important;
    width: 85%;
    margin: auto;
}

.navigation-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 52px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    /*    padding-right: 0;*/
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    transition: all 200ms linear;
    font-size: 15px;
    font-weight: 500;
    color: #575757 !important;

}

.nav-item:hover .nav-link {
    color: #28467f !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 5px 5px !important;
    display: inline-block;
}

.container {
    max-width: 94%;
}

img.flytrip-logo {
    width: 154px;
    height: auto;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

h1 span {
    display: inline-block;
    opacity: 1;
}

body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
}

body.dark {
    color: #fff;
    background-color: #1f2029;
}

body.dark h1 {
    color: #fff;
}

body.dark h1 span {
    transition-delay: 0ms !important;
}

body.dark p {
    color: #fff;
    transition-delay: 0ms !important;
}

body.dark .bg-light {
    background-color: #fff0 !important;
}

.bg-light {
    background-color: #fff0 !important;
}

body.dark .start-header {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.flytrip-contact-number {
    background-color: #FE4E26;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 6px 18px 4px 18px;
    border-radius: 50px;
    float: left;
}

.ml-md-4,
.mx-md-4 {
    margin-right: 0.5rem;
    color: #fff;
}

.sales {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    text-indent: 22px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    text-align: center;
}

th.day-names {
    font-size: 12px;
    color: #333;
}

.table td,
.table th {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.phone-number {
    float: left;
    padding-top: 13px;
    text-indent: 6px;
    text-align: left;
    text-decoration: none !important;
    font-size: 24px;
}

.header-quote-text {
    color: #fff;
    font-size: 3.3rem;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    float: left;
    margin-top: 13.5rem;
}

span.sav-big {
    background-color: #FE4E26;
    color: #fff;
    padding: 5px 26px 5px 26px;
    border-radius: 50px;
    font-size: 2.5rem;
    margin-top: 0.8rem;
    display: inline-flex;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fe4e26 !important;
}

.carousel {
    position: relative;
    margin-top: 0rem;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-next-icon {
    background-image: none;
}

.flytrip-booking-engine-main {
    width: 94%;
    margin: auto;
    background-color: #fff;
    height: 100px;
    position: relative;
    margin-top: -3.5rem;
    z-index: 999;
    padding: 16px;
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 90% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #adb5bd;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
    outline: none;
    border-bottom: solid 1px #aaa;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-indent: 0px !important;
    padding: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdc;
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-align: left;
    justify-content: normal !important;
    ;
}

select.form-control-select {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    text-indent: 7px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-top: 5px;
    border: solid 1px #fff;
}

label.travel-text {
    font-size: 14px;
    font-weight: 400;
    color: #575757 !important;
    margin-bottom: .2rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #000;
}

input.form-control-input {
    width: 100%;
    height: 35px;
    border-radius: 3px;
    text-indent: 7px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-top: 5px;
    border: solid 1px #fff;
}

textarea.form-control-comment {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    text-indent: 7px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-top: 5px;
    border: 1px solid #d6d4d4;
    padding: 10px;
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*      
       flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

.datepicker > div {
    display: none;
    background-color: #fff;
    padding: 7px;
}

@media screen and (max-width: 768px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;

    }

    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }
}

.btn-primary {
    color: #fff;
    background-color: #fc5630;
    border-color: #fc5630;
    padding: 10px 20px 10px 20px !important;
    height: auto;
    margin-top: 0.5rem;
    font-weight: 500;
}

button.btn.btn-primary-get-best-price {
    color: #fff;
    background-color: #fc5630;
    border-color: #fc5630;
    padding: 6px 20px 8px 20px !important;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
}

button.btn.btn-primary-get-best-price:hover {
    opacity: 0.8;
}

i.fa.fa-calendar {
    position: absolute;
    right: 21px;
    top: 30px;
    font-size: 20px;
    color: #a7a7a7;
}

.form-group {
    margin-bottom: 0rem;
    margin-top: 0.3rem;
}

.container-fluid.clr {
    clear: both;
}

h1.flytrip-heading {
    color: #595959;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    /*    margin-top: 3rem;*/
}

h2.flytrip-heading {
    color: #595959;
    font-size: 22px;
    font-weight: 800;
    margin-top: 1rem;
}

/*
div#multi-item-example {
    margin-top: 2rem;
}
*/

div#multi-item-example-two {
    margin-top: 2rem;
}

div#multi-item-example-three {
    margin-top: 2rem;
}

.controls-top {
    margin-top: -2.5rem;
    float: right;
    width: 90px;
}

/*
i.fa.fa-chevron-left {
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 37px;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
}

i.fa.fa-chevron-right {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    line-height: 37px;
    text-align: center;
}
*/

.flytrip-desti {
    float: left;
    width: 65%;
}

.flytrip-price {
    width: 35%;
    float: left;
    text-align: right;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    box-shadow: 0 5px 5px 0 rgba(47, 47, 47, 0.21);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeaea;
    border-radius: 0rem;
}

h2.destination-name {
    color: #595959;
    font-size: 16px;
    font-weight: 600 !important;
}

h3.hotel-name {
    color: #727272;
    font-size: 12px;
    font-weight: 400 !important;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.container-fluid.blue-color-break {
    background-color: #28467f;
    margin-top: 3rem;
    padding-bottom: 3rem;
}

/*
i.fa.fa-star-o {
    color: #fc5630;
}
*/

p.fare-style {
    color: #fc5630;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: -0.3rem;
    margin-top: -0.5rem;
}

p.per-person {
    color: #727272;
    font-size: 12px;
    font-weight: 400 !important;
    margin-bottom: 0.5rem;
}

a.btn.btn-primary.book-now-btn {
    background-color: #fc5630;
    border: solid 1px #fc5630;
    color: #fff;
    font-size: 13px;
    padding: 10px !important;
    height: auto !IMPORTANT;
    margin-top: 0rem;
    float: right;
    font-weight: 500;
    line-height: 10px !important;
    border-radius: 4px !important;
}

a.btn.btn-primary.book-now-btn:hover {
    background-color: #fff;
    border: solid 1px #adb5bd;
    color: #727272;
    font-size: 13px;
    padding: 10px !important;
    height: auto !IMPORTANT;
    margin-top: 0rem;
    float: right;
    font-weight: 500;
    line-height: 10px !important;
    border-radius: 4px !important;
}

.container-fluid.hash-break {
    background-color: #efecec;
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.carousel-indicators li {
    display: none;
}

h2.white-flytrip-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    padding-top: 3rem;
}

div#multi-item-example-four {
    margin-top: 2rem !important;
}

.facebook-with-confident {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    background-color: #395795;
    border-right: solid 1px #395795;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: solid 1px #395795;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

.facebook-with-confident:hover {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff;
    cursor: pointer;
    background-color: #4062a9;
    border-right: solid 1px #4062a9;
    border-bottom: solid 1px #4062a9;
}

.google-with-confident {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    background-color: #d74937;
    border-right: solid 1px #d74937;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: solid 1px #d74937;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

.google-with-confident:hover {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    font-size: 14px;
    font-weight: 600 !important;
    cursor: pointer;
    background-color: #ea5745;
    border-right: solid 1px #ea5745;
    border-bottom: solid 1px #ea5745;
}

.linkedin-with-confident {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    background-color: #0078b1;
    border-right: solid 1px #0078b1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: solid 1px #0078b1;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

.linkedin-with-confident:hover {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff;
    cursor: pointer;
    background-color: #0685c1;
    border-right: solid 1px #0685c1;
    border-bottom: solid 1px #0685c1;
}

.instagram-with-confident {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    background-color: #de012e;
    border-right: solid 1px #de012e;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: solid 1px #de012e;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

.instagram-with-confident:hover {
    width: 25%;
    float: left;
    padding: 1.5rem;
    text-align: center;
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff;
    cursor: pointer;
    background-color: #c5007c;
    border-right: solid 1px #c5007c;
    border-bottom: solid 1px #c5007c;
}

a.flytrip-hover {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

a.flytrip-hover:hover {
    color: #fff;
    text-decoration: none;
}

i.fa.fa-facebook,
i.fa.fa-google-plus,
i.fa.fa-linkedin,
i.fa.fa-instagram {
    font-size: 18px;
    padding-right: 6px;
}






img.atol-style {
    margin-right: 7px;
}

.dark-footer-bg {
    background-color: #192e55;
    text-align: center;
}

h6.low-text {
    color: #fff;
    margin-top: 10px !important;
    margin-bottom: .1rem;
    font-size: 14px;
}

span.ft-blue-text {
    color: #a2b0cc;
    font-size: 13px;
}

.text-center-bg {
    border-right: solid 1px #2f446b;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.dark-blue-footer{
    background: #192e55;
    text-align: center;
    color: #fff;
    clear: both;
}
.dark-blue-footer .col{
    padding: 0;
}
.dark-blue-footer .footer-content{
    border-right: solid 1px #2f446b;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.dark-blue-footer h6{
    margin-top: 10px !important;
    margin-bottom: .1rem;
    font-size: 14px;
}
.dark-blue-footer p{
    color: #a2b0cc;
    font-size: 13px;
}


.light-footer-bg {
    background-color: #203762;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.clr {
    clear: both;
}

.container-fluid.flytrip-landing-main {
    background-color: #192e55;
    padding: 1rem;
    color: #fff;
    margin-top: 5.5rem;
    margin-bottom: 1.5rem;
}

.calender-align {
    width: 97%;
    margin: auto;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
/*    background-color: #192e55;*/
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

img.icon-bg {
    width: 16px;
    float: left;
    height: 16px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.2rem;
/*    color: #fff;*/
    font-weight: 700;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

/*
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
*/

label.available {
    margin-right: 1rem;
    color: #01b7f2;
    float: left !important;
    width: auto !important;
    font-weight: 500;
}

label.unavailable {
    margin-right: 1rem;
    color: #e05b5b;
    float: left !important;
    width: auto !important;
    font-weight: 500;
}

label.past {
    color: #226ac3;
    float: left !important;
    width: auto !important;
    font-weight: 500;
}

.box {
    width: 15px;
    height: 15px;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    border: solid 1px #cac4c4;
}

.container-menu {
    width: 96%;
    margin: auto;
}

.calendar-legend.calendar_btm_m {
    margin-bottom: 0px;
    text-align: center;
    background-color: #ffffff;
    width: auto;
    display: table-column;
    padding-left: 1.4rem;
}

h1.flytrip-landing-destionation {
    font-size: 1.5rem;
    font-weight: 700;
}

span.org-text {
    color: #ff3b0e;
    font-size: 1.7rem;
}

h2.small-desti-header {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-top: 0.5rem;
    text-align: left;
    margin-bottom: 1rem;
}

.desti-white-break {
    background-color: #192e55;
    float: left;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.nights-main {
    float: left;
    background-color: #fff;
    width: 33%;
    border-right: solid 1px #343a40;
}

.night-text {
    text-align: center;
    background-color: #9ed2ef;
    font-size: 14px;
    padding: 10px;
    font-weight: 500
}

.holiday-deail-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600 !important;
    background-color: #fc5630;
    line-height: 40px;
    margin-top: 2rem;
    text-indent: 10px;
}

h4.included-text {
    color: #444444;
    font-size: 18px;
    font-weight: 600 !important;
    padding-top: 0.5rem;
    margin-bottom: 0.8rem;
}

li.inclided-li {
    margin-left: 1rem;
    line-height: 28px;
}

.white-included {
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.41);
    border: solid 1px #dedede;
    border-right: solid 0px #fff !important;
}

.align-width.row {
    width: 100%;
    margin: auto;
}

.nights-fare {
    text-align: center;
    background-color: #ff3b0e;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

form.form-width {
    width: 86%;
    margin-top: 0rem;
    margin-bottom: 2rem;
    margin: auto;
}

.has-color {
    background-color: #e1e1e1;
    margin: auto;
    width: 100%;
    padding: 5px;
}

select.select-style {
    background-color: #fff;
    height: 30px;
    border: solid 1px #c7c7c7;
    border-radius: 0px;
    font-size: 12px;
    color: #575757;
    padding: 1px;
    font-weight: 500;
    text-indent: 5px;
}

p.para-text {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
}

img.margin-top {
    margin-top: -5px;
}

h3.hotel-desti-name {
    color: #444444;
    font-size: 16px;
    font-weight: 800 !important;
    padding-top: 0rem;
    margin-bottom: 1rem;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

/*
.tab-content {
    padding: 1rem;
    border: 1px solid #ddd;
    top: 0px !important;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}
*/
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 20%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #fc5630 !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    display: block;
    padding: 5px 5px !important;
    background: #28467f;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs {
    color: #fff !important;
    background: #28467f;
}

.nav-link.active {
    background: #fc5630 !important;
}

img.flytrip-img-fluid {
    width: 100%;
}





h6.footer-header {
    color: #fff;
    font-size: 14px;
}

.nav-link-footer {
    transition: all 200ms linear;
    font-size: 13px;
    font-weight: 400;
    color: #a2b0cc !important;
    line-height: 15px;
}

.nav-link-footer {
    position: relative;
    padding: 5px 0px !important;
    display: inline-block;
}

.nav-link-footer:hover {
    text-decoration: none;
    opacity: 0.6 !important;
}

p.footer-para {
    font-size: 13px;
    font-weight: 400;
    color: #a2b0cc !important;
}

.container-fluid.white-space {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

p.hash-footer-para {
    font-size: 14px;
    font-weight: 400;
    color: #333 !important;
}

a.email-style {
    font-size: 13px;
    font-weight: 400;
    color: #a2b0cc !important;
}

a.email-style:hover {
    text-decoration: none;
}

h5.book-text {
    color: #fff;
    font-size: 14px;
    padding-top: 0.2rem;
}

h5.hash-book-text {
    color: #333;
    font-size: 14px;
    padding-top: 0.2rem;
    font-weight: 700;
}

.book-text-center {
    padding: 1.2rem;
}

.travel-right {
    font-size: 11px;
    color: #6a7b9c;
    text-align: left;
    padding-top: 5px;
}

.copy-right {
    font-size: 11px;
    text-align: right;
    color: #6a7b9c;
    padding-top: 5px;
}

.container-fluid.blue-bg-style {
    background-color: #28467f;
    margin-top: 3rem;
    padding-bottom: 3rem;
}

.tabs {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #28467f;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: #fc5630;
    background: #fc5630;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 0px;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        padding: 1rem;
        border: 1px solid #ddd;
        top: 0px !important;
        background-color: #fff;
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    }
}

li.li-style {
    margin-left: 2rem;
    line-height: 27px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 370px;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

ul {
    padding-left: 0;
    margin: 0;
}

.demo .item {
    margin-bottom: 0px;
}

.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

.demo {
    width: 100%;
}

ul li a {
    display: block;
}

li.data-passed {
    float: none;
    position: relative;
    margin: 5px;
    display: inline-flex;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin: auto;
    width: auto;
    text-align: center;
}

.table-responsive {
    overflow-x: hidden;
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: table-column;
    margin: 1rem;
}

li.data-passed .thumbnail {
    position: relative;
    width: 50px;
    height: 45px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    border: solid 1px #867f7f;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    border-radius: 0px;
}

li.data-passed a {
    width: 50px;
    height: 45px;
}

li.data-passed:hover .caption {
    opacity: 1;
    display: block;
    transition: opacity 0.2s linear 0s;
}

.clr {
    clear: both;
}

li.data-passed .caption {
    opacity: 0;
    display: none;
    transition: opacity 0s ease 0s, all 0s ease 0s, all 0s linear 0s;
    position: absolute;
    background-color: #01b7f2;
    top: 0;
    left: 0;
    line-height: normal;
    border-radius: 4px;
    color: #fff;
    width: 50px;
    height: 45px;
    overflow: hidden;
    padding-top: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
}

li.data-passed .caption a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

li.data-request {
    float: left;
    position: relative;
    margin: 5px;
    overflow: hidden;
}

li.data-request .thumbnail {
    position: relative;
    width: 50px;
    height: 45px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    border: solid 1px #867f7f;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0px;
}

li.data-request a {
    width: 50px;
    height: 45px;
}

li.data-request:hover .caption {
    opacity: 1;
    display: block;
    transition: opacity 0.2s linear 0s;
}

li.data-request .caption {
    opacity: 0;
    display: none;
    transition: opacity 0s ease 0s, all 0s ease 0s, all 0s linear 0s;
    position: absolute;
    background-color: #008cb9;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 11px;
    border-radius: 4px;
    color: #fff;
    width: 50px;
    height: 45px;
    overflow: hidden;
    padding-top: 16px;
    text-decoration: none;
}

li.data-request .caption a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

.date-adjust {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.on-requert {
    position: absolute;
    color: #e05b5b;
    font-size: 10px;
    line-height: 8px;
    bottom: 3px;
    width: 100%;
}

li.data-request-fare {
    float: left;
    position: relative;
    margin: 5px;
    overflow: hidden;
}

li.data-request-fare .thumbnail {
    position: relative;
    width: 50px;
    height: 45px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    border: solid 1px #867f7f;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0px;
}

li.data-request-fare a {
    width: 50px;
    height: 45px;
}

li.data-request-fare:hover .caption {
    opacity: 1;
    display: block;
    transition: opacity 0.2s linear 0s;
}

li.data-request-fare .caption {
    opacity: 0;
    display: none;
    transition: opacity 0s ease 0s, all 0s ease 0s, all 0s linear 0s;
    position: absolute;
    background-color: #008cb9;
    top: 0;
    left: 0;
    text-align: center;
    line-height: normal;
    border-radius: 4px;
    color: #fff;
    width: 50px;
    height: 45px;
    overflow: hidden;
    padding-top: 13px;
    text-decoration: none;
}

li.data-request-fare .caption a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

.data-request-fare {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}

.on-requert-fare {
    position: absolute;
    color: #226ac3;
    font-size: 15px;
    line-height: 9px;
    bottom: 6px;
    width: 100%;
}

.style-style {
    width: 400px;
    background-color: #333;
}

.carouseller:before,
.carouseller:after {
    content: " ";
    display: table;
}

.carouseller:after {
    clear: both;
}

.carouseller {
    position: relative;
}

.carouseller [class*="car__"] {
    display: inline-block;
    position: relative;
    margin-left: 0.2564102564102564% !important;
    *margin-left: 0.25109110747408616% !important;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carouseller [class*="car__"]:first-child {
    margin-left: 0 !important;
}

.carouseller [class*="car__"]:nth-child(n+7) {
    display: none;
}

.carouseller .car__by5 {
    width: 1.793789743589745%;
}

.carouseller .car__12 {
    width: 10%;
}

.carouseller .car__6 {
    width: 4.8837948717948715%;
}

.carouseller .car__4 {
    width: 3.1703931623931625%;
}

.carouseller .car__3 {
    width: 2.3136923076923077%;
}

.carouseller .car__2 {
    width: 1.452991452991453%;
}

.carouseller .car__1 {
    width: 0.5982905982905983%;
}

.carouseller .carouseller__list {
    position: relative;
    width: 997.4358974358974%;
}

.carouseller .carouseller__wrap {
    overflow: hidden;
    position: relative;
    margin: 0 35px
}

.carouseller .carouseller__left,
.carouseller .carouseller__right {
    position: absolute;
    margin: 0;
    bottom: 25px;
    background: none repeat scroll 0 0 transparent;
    font-size: 80px;
    opacity: 0.5;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.carouseller .carouseller__left {
    left: 0;
}

.carouseller .carouseller__right {
    right: 0;
}

.carouseller .carouseller__left:hover,
.carouseller .carouseller__:hover {
    opacity: 0.8;
}

/*------Responsive-----------*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .carouseller .car__by5,
    .carouseller .car__12,
    .carouseller .car__6,
    .carouseller .car__4,
    .carouseller .car__3,
    .carouseller .car__2,
    .carouseller .car__1 {
        width: 3.1623931623931625%;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .carouseller .car__by5,
    .carouseller .car__12,
    .carouseller .car__6,
    .carouseller .car__4,
    .carouseller .car__3,
    .carouseller .car__2,
    .carouseller .car__1 {
        width: 4.8717948717948715%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    .carouseller .car__by5,
    .carouseller .car__12,
    .carouseller .car__6,
    .carouseller .car__4,
    .carouseller .car__3,
    .carouseller .car__2,
    7rem,
    .carouseller .car__1 {
        width: 10%;
    }
}

.navigation-wrap.bg-light.start-header.menu-header-two {
    background-color: #000 !important;
}

ul.week-name {
    float: left;
    width: 100%;
}

li.day-names {
    list-style-type: none;
    display: inline-block;
    margin-right: 11px;
    margin-left: 11px;
    margin-bottom: 10px;
    font-weight: 500;
}




/* #Media
================================================== */

@media (max-width: 800px) {
    h1 {
        font-size: 38px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: none;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

.tabs_wrapper {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    background: transparent;
}

ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0px 0 0;
    padding: 0;
    width: 23%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 0px 18px;
    line-height: 40px;
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    background-color: #192e55;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 18px;
    border-bottom: solid 1px #fff;
}

ul.tabs li:hover {
    background: #294d92;
    color: white;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul.tabs li.active {
    background: #355fad;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 500;
}

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -3%;
    width: 70%;
    min-width: 10px;
    text-align: left;
    border: 1px solid #ddd;
    top: 0px !important;
    margin-bottom: 2rem;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}

.tab_content {
    padding: 20px;
    height: 100%;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 800px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px black;
        margin: auto;
        left: 0%;
    }

    .tab_drawer_heading {
        background-color: #192e55;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 5px 9px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        border-bottom: solid 1px #fff;
    }

    .tab_drawer_heading:hover {
        background: #294d92;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        font-weight: 500;
    }

    .d_active {
        background: #355fad;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        font-weight: 500;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        max-width: 100%;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 8rem !important;
        width: 86%;
        margin: auto;
    }

    .form-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .header-quote-text {
        color: #fff;
        font-size: 3rem;
        font-weight: 800;
        line-height: normal;
        width: 100%;
        float: left;
        margin-top: 9rem;
    }

    h1.flytrip-heading {
        color: #595959;
        font-size: 20px;
        font-weight: 800;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .mobile-padding {
        padding: 0px;
    }

    .flytrip-desti {
        float: left;
        width: 66%;
    }

    .flytrip-price {
        width: 34%;
        float: left;
        text-align: right;
    }

    p.fare-style {
        color: #fc5630;
        font-size: 26px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: -0.3rem;
        margin-top: -0.5rem;
    }

    a.btn.btn-primary.book-now-btn {
        background-color: #fc5630;
        border: solid 1px #fc5630;
        color: #fff;
        font-size: 12px;
    }

    a.btn.btn-primary.book-now-btn:hover {
        font-size: 12px;
    }

    .container-fluid.blue-color-break {
        background-color: #28467f;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

    h2.white-flytrip-heading {
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        padding-top: 2rem;
    }

    .controls-top {
        float: right;
        margin-top: -1.5rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    form.form-width {
        width: 90%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    .demo {
        width: 96%;
    }

    li.day-names {
        list-style-type: none;
        display: inline-block;
        margin-right: 7px;
        margin-left: 7px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 12px;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 0 0 6px 6px;
        overflow: hidden;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 0 0 6px 6px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 0 0 6px 6px;
        overflow: hidden;
    }

    .container-menu {
        width: 98%;
        margin: auto;
    }

    i.fa-phone-square {
        float: left;
        font-size: 20px;
        margin-top: 10px;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 0.2rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-right: 0.2rem;
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        margin-top: 14px;
        font-size: 13px;
        font-weight: 700;
    }

    .phone-number {
        float: left;
        padding-top: 14px;
        text-indent: 6px;
        text-align: left;
        text-decoration: none !important;
        font-size: 20px;
    }

    .flytrip-contact-number {
        background-color: #FE4E26;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        padding: 8px 20px 8px 20px;
        border-radius: 50px;
        float: left;
    }

    .sales {
        font-size: 12px;
        font-weight: 500;
        position: absolute;
        text-indent: 25px;
    }

    h1.flytrip-landing-destionation {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.5rem;
        font-weight: 800;
    }

    .table-responsive {
        overflow-x: scroll;
        list-style-type: none;
        text-align: center;
        background-color: #fff;
        width: 90%;
        display: table-column;
        margin: auto;
        margin-top: 1rem;
        clear: both;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 7px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 5px;
    }

    .desti-white-break {
        background-color: #192e55;
        float: left;
        width: 100%;
        margin-top: 1rem;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    p.para-text {
        color: #575757;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 18px;
        width: 97%;
        text-align: justify;
    }

    .enquiry-main.row {
        background-color: #e9ecef;
        padding: 1.2rem;
        width: 96%;
        margin-top: 1rem !important;
        margin: auto;
        border: solid 1px #d0d4d6;
        text-align: left;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 16px;
        font-weight: 800 !important;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        width: 96%;
        padding: 5px;
    }

    .calendar-legend.calendar_btm_m {
        margin-bottom: 0px;
        text-align: center;
        background-color: #ffffff;
        width: auto;
        display: table-column;
        padding-left: 0rem;
    }

    .container-fluid.clr {
        clear: both;
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding: 2rem;
        padding-bottom: 1.5rem;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:767px) {
    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 98%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 98%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
    }

    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .start-header {
        padding: 10px 0;
        background-color: #000 !important;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 6rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1.2rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 98%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 12px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1.2rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 18px;
        text-align: justify;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1.2rem;
        font-weight: 600 !important;
        padding-top: 2rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: block;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: auto;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    .enquiry-main.row {
        background-color: #e9ecef;
        padding: 1.2rem;
        width: auto;
        margin-top: 1rem !important;
        margin: auto;
        border: solid 1px #bcbebf;
        text-align: left;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 13px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .calender-align {
        width: 98%;
        margin: auto;
        text-align: center;
    }

    .container {
        max-width: 98%;
        margin: auto;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        padding: 5px;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:684px) {
    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 98%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 98%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
    }

    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .start-header {
        padding: 10px 0;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 6rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1.2rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 98%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 12px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
    }

    .table-responsive {
        overflow-x: scroll;
        text-align: center;
        list-style-type: none;
        margin: auto;
        display: initial;
        width: 98%;
        margin-top: 2rem;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 18px;
        text-align: justify;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1.2rem;
        font-weight: 600 !important;
        padding-top: 1rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: block;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        padding: 5px;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: 100%;
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 13px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .calender-align {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .container {
        max-width: 100%;
        margin: auto;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        padding: 5px;
    }

    img.flytrip-img-fluid {
        max-width: 100%;
        width: 100%;
    }

    .calendar-legend.calendar_btm_m {
        text-align: center;
        background-color: #ffffff;
        width: 80%;
        display: table-column;
        padding-left: 0rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:414px) {
    .form-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .desti-white-break {
        margin-top: 0rem;
    }

    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 90%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        /*
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 86%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
*/
        display: none;
    }

    .flytrip-bg img {
        display: none;
    }


    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 90%;
    }

    .start-header {
        padding: 10px 0;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 5.5rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.5rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 92%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 13px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 15px;
        text-align: justify;
        margin: auto;
        clear: both;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1rem;
        font-weight: 600 !important;
        padding-top: 1rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: none;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: 100%;
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 11px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .calender-align {
        width: auto;
        margin: auto;
        text-align: center;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        padding: 5px;
    }

    .navigation-wrap.bg-light.start-header.menu-header-two {
        background-color: #000 !important;
        z-index: 999;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:412px) {
    .form-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .desti-white-break {
        margin-top: 0rem;
    }

    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 98%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        /*
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 86%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
*/
        display: none;
    }

    .flytrip-bg img {
        display: none;
    }


    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .start-header {
        padding: 10px 0;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 5.5rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.5rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 98%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 13px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 5px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 15px;
        text-align: justify;
        margin: auto;
        clear: both;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1rem;
        font-weight: 600 !important;
        padding-top: 1rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: none;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: 100%;
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 11px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .calender-align {
        width: auto;
        margin: auto;
        text-align: center;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        padding: 5px;
    }

    .navigation-wrap.bg-light.start-header.menu-header-two {
        background-color: #000 !important;
        z-index: 999;
    }

    .calendar-legend.calendar_btm_m {
        text-align: center;
        background-color: #ffffff;
        width: 100%;
        display: table-column;
        padding-left: 0rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:375px) {
    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 98%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        /*
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 98%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
*/
        display: none;
    }

    .flytrip-bg img {
        display: none;
    }

    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .container {
        max-width: 98%;
    }

    .start-header {
        padding: 10px 0;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 5.5rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.5rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 92%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 13px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: justify;
        padding-bottom: 5px;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1rem;
        font-weight: 600 !important;
        padding-top: 1rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: block;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: 100%;
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 11px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 96%;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        width: 100%;
        padding: 5px;
        margin-bottom: 1rem;
    }

    label.travel-text {
        font-size: 14px;
        font-weight: 400;
        color: #575757 !important;
        margin-bottom: .2rem;
        text-indent: 5px;
    }

    select.select-style {
        background-color: #fff;
        height: 30px;
        border: solid 1px #c7c7c7;
        border-radius: 0px;
        font-size: 12px;
        color: #575757;
        padding: 1px;
        font-weight: 500;
        text-indent: 0px;
        width: 96%;
        float: left;
        margin-left: 0.4rem;
    }

    .table-responsive {
        overflow-x: scroll;
        text-align: center;
        list-style-type: none;
        margin: auto;
        display: initial;
        width: 100%;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        width: 100%;
        padding: 5px;
    }

    .calendar-legend.calendar_btm_m {
        text-align: center;
        background-color: #ffffff;
        width: 100%;
        display: table-column;
        padding-left: 0rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}

@media only screen and (max-width:320px) {
    .flytrip-bg {
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #21427f;
    }

    .booking-engine-main {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 4px;
        margin-top: 6rem !important;
        width: 90%;
        margin: auto;
    }

    .sales-text {
        color: #fe4e26;
        font-size: 1.6rem;
        font-weight: 900 !important;
        line-height: 29px;
        margin-top: 1rem;
    }

    .header-quote-text {
        /*
        color: #fff;
        font-size: 2rem;
        font-weight: 800;
        line-height: normal;
        width: 86%;
        margin: auto;
        margin-top: 1.5rem;
        text-align: center;
        float: none;
*/
        display: none;
    }

    .flytrip-bg img {
        display: none;
    }


    .container-menu {
        width: 100%;
        margin: auto;
    }

    .light-footer-bg {
        background-color: #203762;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        text-align: center;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .copy-right {
        font-size: 11px;
        text-align: center;
        color: #6a7b9c;
        padding-top: 5px;
    }

    span.sav-big {
        background-color: #FE4E26;
        color: #fff;
        padding: 5px 26px 5px 26px;
        border-radius: 50px;
        font-size: 2rem;
        margin-top: 0.4rem;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .container {
        max-width: 98%;
    }

    .start-header {
        padding: 10px 0;
    }

    .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }

    .pl-4,
    .px-4 {
        padding-left: 0.8rem !important;
    }

    .pb-4,
    .py-4 {
        padding-bottom: 0.5rem !important;
    }

    .pt-4,
    .py-4 {
        padding-top: 0.5rem !important;
    }

    .container-fluid.flytrip-landing-main {
        background-color: #192e55;
        padding: 5.5rem 0rem 1rem 1.5rem;
        color: #fff;
        margin-top: 0rem;
        margin-bottom: 0.8rem;
    }

    h1.flytrip-landing-destionation {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.5rem;
    }

    .demo {
        width: 100%;
        margin-bottom: 1rem;
    }

    form.form-width {
        width: 92%;
        margin-top: 0rem;
        margin-bottom: 2rem;
        margin: auto;
    }

    li.day-names {
        font-size: 13px;
    }

    li.data-passed {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    li.data-request-fare {
        float: left;
        position: relative;
        margin: 0px 5px 10px 15px;
        overflow: hidden;
    }

    h2.small-desti-header {
        font-size: 1rem;
        font-weight: 700;
    }

    span.org-text {
        color: #ff3b0e;
        font-size: 1.2rem;
        font-weight: 800;
    }

    p.para-text {
        color: #575757;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: justify;
        padding-bottom: 5px;
    }

    h3.hotel-desti-name {
        color: #444444;
        font-size: 1rem;
        font-weight: 600 !important;
        padding-top: 1rem;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs .nav-link {
        padding: 10px 10px !important;
        background: #28467f;
        border-right: 1px solid #1f3867;
    }

    .tab-button-outer {
        display: block;
    }

    select {
        width: 100%;
        height: 0px;
        display: block;
    }

    #tab-button li {
        display: table-cell;
        width: auto;
    }

    #tab-button li {
        display: block;
        width: auto;
    }

    .carouseller .carouseller__left,
    .carouseller .carouseller__right {
        position: absolute;
        margin: 0;
        bottom: 25px;
        background: none repeat scroll 0 0 transparent;
        font-size: 40px;
    }

    .tab-contents {
        padding: .5em 1em 1em;
        border: 1px solid #ddd;
    }

    .banner-width {
        width: 100%;
        margin-top: 0rem !important;
        margin-bottom: 1rem !important;
        margin: auto;
    }

    img.img-mobile-fluid {
        width: 100%;
    }

    .facebook-with-confident {
        width: 100%;
    }

    .google-with-confident {
        width: 100%;
    }

    .linkedin-with-confident {
        width: 100%;
    }

    .instagram-with-confident {
        width: 100%;
    }

    .facebook-with-confident:hover {
        width: 100%;
    }

    .google-with-confident:hover {
        width: 100%;
    }

    .linkedin-with-confident:hover {
        width: 100%;
    }

    .instagram-with-confident:hover {
        width: 100%;
    }

    .nav-item::before {
        position: absolute;
        display: none;
    }

    .light-footer-bg {
        text-align: center;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 15px;
    }

    p.footer-para {
        font-size: 11px;
        font-weight: 400;
        color: #a2b0cc !important;
        text-align: center;
        line-height: 20px;
    }

    .travel-right {
        font-size: 11px;
        color: #6a7b9c;
        text-align: center;
        padding-top: 5px;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 96%;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        width: 100%;
        padding: 5px;
        margin-bottom: 1rem;
    }

    label.travel-text {
        font-size: 14px;
        font-weight: 400;
        color: #575757 !important;
        margin-bottom: .2rem;
        text-indent: 5px;
    }

    select.select-style {
        background-color: #fff;
        height: 30px;
        border: solid 1px #c7c7c7;
        border-radius: 0px;
        font-size: 12px;
        color: #575757;
        padding: 1px;
        font-weight: 500;
        text-indent: 0px;
        width: 96%;
        float: left;
        margin-left: 0.4rem;
    }

    .table-responsive {
        overflow-x: scroll;
        text-align: center;
        list-style-type: none;
        margin: auto;
        display: initial;
        width: 100%;
    }

    .has-color {
        background-color: #e1e1e1;
        margin: auto;
        width: 100%;
        padding: 5px;
    }

    .calendar-legend.calendar_btm_m {
        text-align: center;
        background-color: #ffffff;
        width: 100%;
        display: table-column;
        padding-left: 0rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .modal-dialog {
        max-width: 100%;
        margin: auto;
        width: 94%;
    }

    .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98% !important;
        pointer-events: auto;
        background-color: #192e55;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin: auto;
    }

    .radio-tile-group .input-container {
        position: relative;
        height: 3rem;
        width: 8rem;
        text-align: center;
        margin: 0.3rem;
    }

    .radio-tile-group .input-container .radio-tile-label {
        text-align: center !important;
        font-size: 9px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        margin-top: 2px;
        text-indent: 0px;
    }
}


/*editing started by issac*/

/* navbar */
@media(min-width: 1025px) and (max-width: 1335px) {

    .navbar-nav .ml-md-4,
    .navbar-nav .mx-md-4 {
        margin-right: 0;
        margin-left: 3px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .flytrip-contact-number {
        font-size: 18px;
        padding: 8px 20px 8px 20px;
    }

    .phone-number {
        font-size: 20px;
    }
}


/*******************************************
*********All Inclusive Section**************
********************************************/


.inclusive .i-card {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.inclusive .item{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.inclusive .i-card:hover {
/*    transform: translateY(-5px);*/
    transition: all 0.3s ease-in-out;
}

.inclusive .card-img {
/*    max-width: 400px;*/
    height: 250px;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
}

.inclusive img {
    display: block;
    position: relative;
    min-height: 100%;
    max-width: none;
    width: calc(100% + 60px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.inclusive .i-card:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inclusive .i-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.inclusive .i-left{
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 45%;
}
.inclusive .i-right{
    text-align: right;
    display: flex;
    flex-direction: column;
    width: 60%;
}

.inclusive h3 {
    font-size: 16px;
    font-weight: 600;
}


.inclusive .rating {
    display: inline-block;
}

.inclusive p {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}
.inclusive .fare-style{
    font-size: 30px;
    font-weight: 800;
}
.i-right span{
    font-size: 12px;
    font-weight: 400;
    color: #727272;
}


.i-btn {
    background: #fc5630;
    padding: 6px 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-out;
}

.i-btn:hover {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in;
    background: #244480;
}

.inclusive .owl-dots.disabled,
.inclusive .owl-nav.disabled {
    display: block !important;
}

.inclusive .owl-carousel {
    position: relative;
}

.inclusive .owl-prev {
    position: absolute;
    top: -12%;
    right: 5%;
    border-radius: 50px;
    background: #fff;
    color: #fc5630;
    border: 0;
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    height: 40px;
    width: 40px;
    line-height: 43px;
    font-size: 24px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inclusive .owl-next {
    position: absolute;
    top: -12%;
    right: 2%;
    border-radius: 50%;
    background: #fff;
    color: #fc5630;
    border: 0;
    box-shadow: 0 5px 10px 0 rgba(47, 47, 47, 0.21);
    height: 40px;
    width: 40px;
    line-height: 43px;
    font-size: 24px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inclusive .owl-carousel .fa {
    color: #fff;
}

.inclusive .owl-carousel i.fa.fa-star-o {
    color: #fff;
}

.inclusive .owl-prev:focus,
.inclusive .owl-next:focus {
    outline: none;
}

@media(max-width:1500px){
        .inclusive .card-img{
        max-height: 190px;
    }
}

@media(max-width:1200px) {
    
    .inclusive .i-card {
        margin-left: 30px;
        margin-right: 0;
    }

    .i-beach .owl-carousel .owl-next {
        right: -15px;
    }
    .inclusive .owl-prev{
        right: 7%;
    }
  
}

@media(max-width:992px) {
    .inclusive .i-card {
        margin-left: 30px;
        margin-right: 0;
    }
    .inclusive .owl-prev{
        right: 9%;
    }
}

@media(max-width:576px) {
    .inclusive .i-card {
        margin-left: 30px;
        margin-right: 0;
    }

    .inclusive .owl-carousel .owl-next {
        right: -15px;
    }
}


/***********************************************
*********All Inclusive Section end**************
************************************************/






/*
not-working

@media (min-width:991px) {
    smooth transition on scroll
    .fixed-top.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-animation: fadeInDown 0.3s ease-out forwards;
        animation: fadeInDown 0.3s ease-out forwards;
        -webkit-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
        background: rgba(39, 35, 35, 0.9);
    }
    .fixed-top.scrolled .navbar-nav li {
        padding: 20px 20px;
        padding-bottom: 12px;
    }
    .fixed-top.scrolled .navbar-nav .btn-md {
        margin-top: -6px;
        background: #fff;
        color: #333;
    }
    .fixed-top.scrolled .navbar-nav .btn-md:hover {
        background: #f4f4f4;
    }
}

.navbar {
    z-index: 5;
    padding: 0 10px;
    margin: 0;
    position: relative;
}

.fixed-top {
    -webkit-animation: fadeInDown 0.3s ease-out forwards;
    animation: fadeInDown 0.3s ease-out forwards;
}
*/


/* font-awesome icons stars */

.fa {
    color: #fc5630;
}

.carousel-item .card-img-top {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.carousel-item .card {
    overflow: hidden;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.carousel-item .card:hover .card-img-top {
    transform: scale(1.05);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.carousel-item .card:hover {
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .15);
}

a.btn.btn-primary.book-now-btn:hover {
    background-color: #244480;
    border-color: #244480;
    color: #fff;
}

/*carousel-heading*/
@media(max-width: 560px) {
    h1.flytrip-heading {
        padding-left: 15px;
    }
}

.mt-90 {
    margin-top: 90px;
}
.mt-120{
    margin-top: 120px;
}
.mt-70 {
    margin-top: 70px;
}

@media (max-width: 560px) {
    .mt-70 {
        margin-top: 30px;
    }
}

/**************************************
***************************************
******layout-3-section******
****************************************
*****************************************/

.no-mar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Recomended items */
/*  */
.recom-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}



.recom-item:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
    width: 53%;
    padding: 30px 0 0 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffffff;
}

.recom-item .recom-item-body:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skew(-15deg) translateX(32px);
    -moz-transform: skew(-15deg) translateX(32px);
    -ms-transform: skew(-15deg) translateX(32px);
    -o-transform: skew(-15deg) translateX(32px);
    transform: skew(-15deg) translateX(32px);
    background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .blog-title {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    color: #404040;
}

.recom-item .recom-item-body .blog-title:hover {
    color: #fe4e26;
}

.recom-item .recom-item-body a:hover {
    text-decoration: none;
}

.recom-item-body ul li {
    margin-right: 2px !important;
}

.recom-item-body .fa {
    font-size: 10px;
}

.recom-item .recom-item-body .recom-price span {
    font-size: 26px;
    color: #424d58;
}

.recom-item .recom-item-body .recom-button {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9b5c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
    color: #424d58;
}

.recom-item .recom-item-body .cws-button {
    min-width: initial;
    padding: 10px 34px;
    padding-right: 16px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.recom-item .recom-item-body .cws-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: -2px;
    bottom: -2px;
    width: 20px;
    background: #ffc107;
    -webkit-transform: skew(-15deg) translateX(8px);
    -moz-transform: skew(-15deg) translateX(8px);
    -ms-transform: skew(-15deg) translateX(8px);
    -o-transform: skew(-15deg) translateX(8px);
    transform: skew(-15deg) translateX(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .cws-button:hover:before {
    /*    background: #424d58;*/
}

.recom-media .fa {
    color: #fff;
}

.recom-item .recom-item-body .action {
    position: absolute;
    z-index: -2;
    top: 30px;
    right: -115px;
    color: #ffffff;
    background: #fe4e26;
    font-size: 16px;
    padding: 6px 15px 6px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

.recom-item .recom-media {
    position: relative;
    z-index: 1;
    width: 47%;
    height: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
}

.recom-item .recom-media .pic img {
    /*    max-width: none;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .location {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recom-item .recom-media:hover {
    width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .cws-button:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
    right: -65px;
}

@media (max-width: 560px) {

    .recom-item {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .recom-item .recom-item-body {
        padding: 15px 0 0 15px;
    }

    .recom-item .recom-item-body .blog-title {
        font-size: 14px;
    }

    .recom-item .recom-item-body .recom-price span {
        font-size: 20px;
    }

    .recom-item .recom-item-body p {
        font-size: 14px;
        line-height: 1.5;
    }

    .recom-item .recom-item-body .recom-button {
        line-height: 30px;
        bottom: 30px;
        left: 10px;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .recom-item .recom-item-body .cws-button {
        min-width: 100%;
        padding: 3px 0 3px 20px;
        right: 2px;
        margin: 0 !important;
    }

    .recom-item .recom-item-body .action {
        top: 20px;
        right: -100px;
        font-size: 14px;
        padding: 2px 10px 2px 20px;
    }

    .recom-item .recom-media .location {
        font-size: 12px;
    }

    .recom-item .recom-media:hover + .recom-item-body .action {
        right: -50px;
    }
}
}

.recom-item .recom-item-body .cws-button {
    min-width: initial;
    padding: 10px 34px;
    padding-right: 16px;
    padding-left: 24px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.cws-button.alt {
    background: #fe4e26;
    color: #ffffff;
}

.cws-button.small {
    line-height: 20px;
    min-width: 120px;
    padding: 8px 20px;
    font-size: 12px;
}

.cws-button {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    min-width: 130px;
    padding: 10px 20px;
    color: #939ea9;
    background: #ffffff;
    border: 2px solid #fe4e26;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer;
}

.recom-item .recom-item-body .cws-button:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: -2px;
    bottom: -2px;
    width: 20px;
    background: #fe4e26;
    -webkit-transform: skew(-15deg) translateX(8px);
    -moz-transform: skew(-15deg) translateX(8px);
    -ms-transform: skew(-15deg) translateX(8px);
    -o-transform: skew(-15deg) translateX(8px);
    transform: skew(-15deg) translateX(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-price {
    color: #b4b4b4;
    margin-top: 10px;
}

.recom-item-body p {
    color: #b4b4b4;
    margin-top: 10px
}

/**************************************
***************************************
******holidays-longhaul-section******
****************************************
*****************************************/

.h-long .col-lg-4 {
    padding: 0 3px;
}

.h-long .long-item {
    overflow: hidden;
    position: relative;
    text-align: center;
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    margin-bottom: 6px;
}

.h-long .long-item:last-child {
    margin-bottom: 6px;
}

.h-long .long-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 85px 20px;
    background: #00000054;
}

.h-long .long-item .overlay-full {
    padding: 215px 20px;
}

.h-long img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h-long .long-item:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.h-long h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.h-long h2 a {
    color: #fff;
}

.h-long h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.h-long .long-item:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.h-long p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.h-long .long-item:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.h-long a:hover {
    text-decoration: none;
}

@media(max-width:560px) {
    .h-long .col-lg-4 {
        padding: 0px 0px !important;
    }

}

/**************************************
***************************************
*********holidays-beach-section*********
****************************************
*****************************************/


.h-beach .h-card {
    box-shadow: 0px 0px 15px #b7b7b7;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}

.h-beach .h-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.h-beach .card-img {
/*    width: 492px;*/
    height: 370px;
    border-radius: 0;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: default;
    background: linear-gradient(45deg, #d60d45 0%, #046b8c 100%);
}

.h-beach img {
    display: block;
    position: relative;
    min-height: 100%;
    max-width: none;
    width: calc(100% + 60px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.h-beach .h-card:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.h-beach .card-body {
    padding: 0;
}

.h-card h2 {
    font-size: 20px;
}

.h-card h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.h-beach .c-top {
    background-color: #21427E;
    text-align: center;
    padding: 10px;
}

.c-top .rating {
    display: inline-block;
}

.c-top p {
    display: inline-block;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 600;
}

.h-beach .c-btm {
    padding: 20px 20px 50px 20px;
    text-align: center;
}

.h-btn {
    background: linear-gradient(135deg, rgba(254, 78, 38, 1) 0%, rgba(254, 78, 38, 1) 45%, rgba(33, 66, 126, 1) 100%);
    padding: 6px 25px;
    color: #fff;
    text-decoration: none;
    transition: all 3s ease-out;
/*
    position: absolute;
    bottom: 20px;
    right: 120px;
*/
}

.h-btn:hover {
    text-decoration: none;
    color: #fff;
    transition: all 3s ease-in;
    background: linear-gradient(135deg, rgba(33, 66, 126, 1) 0%, rgba(254, 78, 38, 1) 45%, rgba(254, 78, 38, 1) 100%);
}

.h-beach .owl-carousel .owl-dots.disabled,
.h-beach .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.h-beach .owl-carousel {
    position: relative;
}

.h-beach .owl-carousel .owl-prev {
    position: absolute;
    top: 25%;
    border-radius: 50px;
    background: #fc5630;
    color: #fff;
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 43px;
    font-size: 24px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.h-beach .owl-carousel .owl-next {
    position: absolute;
    top: 25%;
    right: 0px;
    border-radius: 50%;
    background: #fc5630;
    color: #fff;
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 43px;
    font-size: 24px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.h-beach .owl-carousel .fa {
    color: #fff;
}

.h-beach .owl-carousel i.fa.fa-star-o {
    color: #fff;
}

.h-beach .owl-prev:focus,
.h-beach .owl-next:focus {
    outline: none;
}

@media(max-width:1200px) {
    .h-beach .h-card {
        margin-left: 30px;
        margin-right: 0;
    }

    .h-beach .owl-carousel .owl-next {
        right: -15px;
    }
}

@media(max-width:992px) {
    .h-beach .h-card {
        margin-left: 30px;
        margin-right: 0;
    }
}

@media(max-width:576px) {
    .h-beach .h-card {
        margin-left: 30px;
        margin-right: 0;
    }

    .h-beach .owl-carousel .owl-next {
        right: -15px;
    }
}


/**************************************
***************************************
***********tabs-section*************
****************************************
*****************************************/


.tabs label {
    color: #000;
    width: auto;
}
.tabset {
    margin: 10px;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
    margin-top: -8px;
    border: 1px solid #ccc;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
    background-color: #fff;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    color: #000;
    margin-top: 20px;
    font-size: 18px;
}

.tabset > label::after {
    transition: content 0.5s ease;
    -webkit-transition: content 0.5s ease;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #002269;
}

.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    content: "";
    position: absolute;
    left: 19%;
    bottom: 23px;
    width: 70px;
    height: 2px;
    background: #002269;
    transition: content 0.5s ease;
    -webkit-transition: content 0.5s ease;
    animation: content normal 0.5s ease-in-out 1;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #fc552d;
    background-color: #fff;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}


/**************************************
***************************************
***********flights-section*************
****************************************
*****************************************/

.flights .card {
    margin-right: 10px;
    margin-left: 10px;
}

.flights .card-body {
    position: relative;
    padding: 0;
}

.flights .top-content {
    position: absolute;
    top: -48px;
    left: 0px;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.7);
}

.flights h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fc552d;
}

.flights p {
    font-size: 13px;
    color: #fff;
}

.flights .list-group-item {
    border: none;
    background: #f8f8f8;
    padding: 0;
    border-radius: 0;
}

.flights a {
    color: #000;
    padding: .75rem 1.25rem;
}

.flights a:hover {
    text-decoration: none;
    color: #fff;
}

.flights li:hover {
    background: #002269;
}
.flights-card .card-img{
/*    width: 430px;*/
    height: 275px;
    overflow: hidden;
}
.flights-card .card-img img{
    min-height: 100%;
}

/**************************************
***************************************
*********newsletter-section*********
****************************************
*****************************************/
.newsletter-bg{
    background: #002269;
    margin-top: 50px;
}
.newsletter{
    color: #fff;
    text-align: center;
    padding: 10px;
}
.newsletter .input-group{
    justify-content: center;
}
.newsletter .input-group a{
    background: #fc552d;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
}
.newsletter input{
    width: 30%;
    padding: 5px;
}
.newsletter input:focus{
    outline: none;
    box-shadow: none;
}
.newsletter input::placeholder{
    color: #555;
}



/**************************************
***************************************
*********return-to-top-btn*********
****************************************
*****************************************/


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 50px;
    display: none;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: -webkit-linear-gradient(to right, #F37335, #FDC830);
    background: linear-gradient(to right, #F37335, #FDC830);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    padding: 12px 14px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.modal-call .btn-primary{
    position: fixed;
    bottom: 30px;
    left: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0 !important;
}

/**************************************
***************************************
*********end-of-home-page*********
****************************************
*****************************************/


/**************************************
***************************************
******search-results-page-starts*******
****************************************
*****************************************/



/**************************************
***************************************
*********navbar*********
****************************************
*****************************************/


.nav-holidays {
    background-color: #000 !important;
    z-index: 9;
}




/**************************************
***************************************
*********search-form*********
****************************************
*****************************************/

.header-form .row{
    justify-content: center;
}
.header-form .row .col-md-2{
    padding-left: 0;
    padding-right: 0;
}

.header-form h1 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}

.form-bg {
    background-color: #192e55;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 89px;
}

.header-form .form-btn {
    margin: 5px 11px;
    padding: 12px 35px !important;
    height: 45px;
    border-radius: 0;
}


.header-form .form-group select {
    padding: 8px 20px;
    border-radius: 0;
    height: 45px;
}

.header-form .form-group input {
    margin-bottom: 0;
}

.header-form .form-inline {
    padding-top: 20px;
}

@media(max-width: 768px) {
    .header-form h1 {
        margin-left: 0;
        text-align: center;
    }
}

/**************************************
***************************************
****************sidebar****************
****************************************
*****************************************/

.search-results{
    margin-top: 50px;
}

#sidebar-d .accordion {
    background-color: transparent;
    color: #002269;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 10px;
}

#sidebar-d .accordion:focus {
    outline: none;
}

#sidebar-d .accordion:after {
    content: '\f107';
    font-family: "fontAwesome";
    font-size: 22px;
    color: #002269;
    float: right;
    position: absolute;
    top: -5px;
    right: 0px;
    transition: all 0.4s ease;
}

#sidebar-d .active:after {
    content: "\f106";
    transition: all 0.4s ease;
}

#sidebar-d .panel {
    display: none;
    overflow: hidden;
    transition: all 0.4s ease;
}

#sidebar-d .panel input[type="text"] {
    padding: 5px;
    width: 225px;
}

#sidebar-d li:last-child {
    text-align: center;
    border-bottom: none;
}

#sidebar-d li:last-child ::after {
    display: none;
}

#sidebar-d .list-group-item {
    padding: 10px 20px;
    position: relative;
    border: 0;
    border-bottom: 2px solid #ccc;
}

#sidebar-d a {
    color: #002269;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}


.board-basis label,
.holiday-type label,
.star-rating label,
.resort label,
.trip-advisor-rating label {
    color: #5b5b5b;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}


/* The container */
.custom-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}


/* When the checkbox is checked, add a blue background */
.custom-label input:checked ~ .checkmark {
  background-color: #002269;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-label .checkmark:after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*price-slider*/
#sidebar-d .price-slider #slider-range {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    background: #bbb;
    top: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2)
}

#sidebar-d .price-slider .ui-widget-header {
    border: 1px solid #fc552d;
    /*    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
    background: #fc552d;
    color: #fff;
    font-weight: bold;
}

#sidebar-d .price-slider .ui-state-default,
#sidebar-d .ui-widget-content .ui-state-default {
    border-radius: 0;
    top: -4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#sidebar-d .price-slider .ui-state-default,
#sidebar-d .ui-widget-content .ui-state-default:focus {
    outline: none;
}

#sidebar-d .form-check {
    padding: 0;
}

#filters .filter-btn {
    padding: 6px 26px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    background: #fc552d;
    border: none;
    color: #fff;
}

#filters .filter-btn .fa {
    color: #fff;
}

#filters .accordion {
    background-color: transparent;
    color: #002269;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 10px;
}

#filters .accordion:focus {
    outline: none;
}

#filters .accordion:after {
    content: '\f107';
    font-family: "fontAwesome";
    font-size: 22px;
    color: #002269;
    float: right;
    position: absolute;
    top: -5px;
    right: 0px;
    transition: all 0.4s ease;
}

#filters .active:after {
    content: "\f106";
    transition: all 0.4s ease;
}

#filters .panel {
    display: none;
    overflow: hidden;
    transition: all 0.4s ease;
}

#filters .panel input[type="text"] {
    padding: 5px;
    width: 225px;
}


#filters li:last-child {
    text-align: center;
    border-bottom: none;
}

#filters li:last-child ::after {
    display: none;
}

#filters .list-group-item {
    padding: 10px 20px;
    position: relative;
    border: 0;
    border-bottom: 2px solid #ccc;
}

#filters a {
    color: #002269;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}


/* Base for label styling */
#filters input[type="checkbox"]:not(:checked),
#filters input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

#filters input[type="checkbox"]:not(:checked) + label,
#filters input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
#filters input[type="checkbox"]:not(:checked) + label:before,
#filters input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 0px;
}

/* checked mark aspect */
#filters input[type="checkbox"]:not(:checked) + label:after,
#filters input[type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: 2px;
    font-size: 1.3em;
    line-height: 14px;
    color: #002269;
    transition: all .2s;
}

/* checked mark aspect changes */
#filters input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

#filters input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* accessibility */
#filters input[type="checkbox"]:checked:focus + label:before,
#filters input[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid blue;
}

/*price-slider*/
#filters .price-slider #slider-range {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    background: #bbb;
    top: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2)
}

#filters .price-slider .ui-widget-header {
    border: 1px solid #fc552d;
    background: #fc552d;
    color: #fff;
    font-weight: bold;
}

#filters .price-slider .ui-state-default,
#filters .ui-widget-content .ui-state-default {
    border-radius: 0;
    top: -4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#filters .price-slider .ui-state-default,
#filters .ui-widget-content .ui-state-default:focus {
    outline: none;
}

#sidebar-d {
    display: block;
}

#filters {
    display: none;
}
@media(max-width:992px) {
    #sidebar-d {
        display: none;
    }

    #filters {
        display: block;
    }

    #myDIV {
        display: none;
    }
}

/**************************************
***************************************
*****************media****************
****************************************
*****************************************/


.cards .media {
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    max-width: 710px;
}

.cards .media-img {
    position: relative;
    width: 46%;
    z-index: 1;
    overflow: hidden;
}

.cards .media-img img {
    height: 270px;
    width: 366px;
}

.cards .media-body {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
    width: 54%;
}

.m-content {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-heading h5 {
    margin-bottom: 0;
    color: #002269;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 700;
}

.card-heading h5:hover {
    text-decoration: none;
}

.headline p {
    color: #5b5b5b;
    font-size: 12px;
}

.card-heading,
.rating {
    display: inline-block;
}

.details i.fa.fa-calendar {
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
}

.days li,
.features li {
    position: relative;
    font-size: 12px;
    padding-right: 5px;
    color: #5b5b5b;
}

.days li::after,
.features li::after {
    content: " ";
    position: absolute;
    top: 3px;
    right: -5px;
    height: 12px;
    width: 1px;
    background: #5b5b5b;
}

.days li:last-child::after,
.features li:last-child::after {
    display: none;
}

.days .fa,
.features .fa {
    color: #b5b5b5;
    padding-right: 3px;
}

.price-ul .deposit {
    color: #003cff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-ul .price {
    color: #fc552d;
    font-size: 28px;
    font-weight: 500;
    float: right;
    margin-top: -45px;
}

.details .facilities .btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 25px !important;
    border-radius: 0;
    background-color: #fc552d;
    border: none;
    margin-top: -30px;
}

.details .facilities .btn-primary:hover {
    background-color: #002269;
}

.details .facilities .btn-secondary {
    background-color: transparent;
    padding: 0;
    color: #002269;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    margin-top: -4px;
}

.details .facilities .btn-secondary:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.details .facilities li:last-child {
    margin-right: 0;
    float: right;
}

.details .facilities p,
.price-ul p {
    color: #5b5b5b;
    font-size: 12px;
}

.price-ul span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.offer-btn a {
    max-width: 710px;
    background: #002269;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}

.offer-btn a:hover {
    background: #fc552d;
    color: #fff;
}

@media(max-width:1200px) {
    .cards .media {
        max-width: 710px;
    }
}

@media(max-width:992px) {
    .cards .media {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 700px) {
    .cards .media {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .cards .media-img {
        width: 100%;
    }

    .cards .media-body {
        width: 100%;
    }

    .mt-120 {
        margin-top: 79px;
    }
}


/**************************************
***************************************
******search-results-page-ends*******
****************************************
*****************************************/


/*********************************************
*******************************************
*************deals-page***************
***********************************************
************************************************/



/**************************************
***************************************
******layout-1-section******
****************************************
*****************************************/

.layout-1 {
    margin-top: 89px;
    background-image: url(../img/banner-2-thin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0;
}

/*-- destination list --*/
.destination-list {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.destination-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 8;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.destination-list:hover:after {
    -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.3);
}

.destination-list a {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: block;
    z-index: 12;
}

.layout-1 a:hover {
    text-decoration: none;
}

/*-- destination list hover --*/
.destination-list a:hover::after {
    opacity: 1;
}

.destination-list a:hover h2 {
    top: -3px;
}

.destination-list a:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 0;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.case-studies-summary h2 {
    position: relative;
    line-height: 220px;
    color: #fff;
    margin-bottom: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

/*-- destination grid --*/
.dest-grid {
    min-height: 220px;
    padding-left: 0;
    padding-right: 0;
}

#delcd-destination {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*-- destination grid title --*/
.title-bg {
    text-align: center;
    padding: 2em;
    position: relative;
    width: 100%;
    height: 100%;
    background: #ff9f43;
    z-index: 12;
}

.title-bg-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-bg h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.title-bg span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.title-bg a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 7px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

/*-- tour price --*/
.tour-price h3 {
    margin-bottom: 0;
    margin-top: 15px;
}

.tour-price h2 {
    color: #000;
    font-size: 3em;
    padding: 1em;
    margin: 0;
}

.tour-price .one-1,
.car-price .one-1 {
    border: 2px solid #F78536;
}

/*-- tour cart --*/
#tour-cart-btn {
    text-align: right;
}

#tour-cart-btn a {
    background-color: #F78536;
    color: #fff;
}

#tour-cart-btn a:hover {
    background-color: transparent;
    color: #F78536;
}

/*-- slider button image --*/
.slider-button ul {
    margin-top: 10px;
}

.slider-button img {
    width: 70px;
    height: 70px;
}

.tour-tabs .nav-item {
    border-bottom: 2px solid #F78536;
    margin-right: 8px;
}

/*-- tour review --*/
#reviews i {
    color: #F78536;
}

#reviews span {
    font-weight: bold;
}

#reviews p {
    max-width: 60%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

@media (max-width: 560px) {
    .title-bg h2 {
        font-size: 30px;
    }

    .layout-1 h1 {
        padding-left: 15px;
    }

}
.main-section .no-mar{
    margin-top: 0;
}
.card-offers .card{
    margin-top: 20px;
}
.card-offers img{
    position: relative;
}
.card-offers .top-content{
    color: #fff;
}
.card-offers .details{
    padding: 10px 115px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #002269;
}
.card-offers .discount{
    position: absolute;
    top: 0;
    right: 0;
    background: #fc2;
    padding: 10px 5px;
    text-align: center;
    width: 60px;
}
.card-offers .discount p{
    line-height: 18px;
}
.card-offers .discount span{
    font-size: 20px;
    font-weight: 600;
}

.card-offers .card-body{
    padding: 0;
}
.card-offers .card-content{
    width: 100%;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
}
.card-offers .left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card-offers .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.card-offers .left h6{
    font-size: 13px;
    font-weight: 400;
    color: #555;
}
.card-offers .icons{
    color: #000;
}
.card-offers .icons span{
    padding-right: 5px;
    font-size: 14px;
}
.card-offers .icons .fa{
    color: #555;
    padding-right: 3px;
}
.card-offers .left .call-btn{
    background: #ffcb00;
    border: 1px solid #caa100;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    color: #002269;
    margin-top: 15px;
}
.card-offers .right p{
    font-size: 13px;
    font-weight: 500;
}
.card-offers .right span{
    font-size: 24px;
}
.card-offers .right a{
    margin-top: 35px;
    color: #002269;
    padding: 6px 25px;
    background: #dcdbd9;
    border: 1px solid #b3b2b1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}


/*********************************************
*******************************************
*************deals-page-ends***************
***********************************************
************************************************/





/**************************************
***************************************
*************hotels-page-starts***************
****************************************
*****************************************/

.hotel-section{
    margin-top: 150px;
}
.htl-heading{
    color: #777;
    padding-bottom: 10px;
}
.hoteldetail-item {
    background-color: #FFFFFF;
    position: relative;
    display: inline-block;
    width: 100%;
    color: #777;
    box-shadow: 0 1px 4px rgba(41,51,57,.5);
}
.hoteldetail-item ul .fa{
    color: #777 !important;
}
.hoteldetail-item .fa-calendar{
    font-size: 14px !important;
    position: static !important;
}
.hoteldetail-item .row .no-r{
    padding-right: 0;
}
.hoteldetail-item .row .no-l{
    padding-left: 0;
}
.obf{
    display: flex;
    flex-direction: row;
}
.details_list {
    display: inline-block;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.details_list h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
.rating {
    display: inline-block;
}
.rating i {
    color: #F19C4F;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
}
.flightDetails {
    background: #E8EAEB;
    position: relative;
    display: inline-block;
    width: 100%;
}
.flightDetails .icon {
    position: absolute;
    top: 13px;
    left: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    display: block;
}
.flightDetails .content {
    margin: 0;
    margin-left: 42px;
    background-color: #FFF;
    border: 1px solid #E8EAEB;
    padding: 5px 10px;
    font-size: 13px;
    color: #0A3152;
}
.changeFlt-Txt {
    color: #666 !important;
    text-decoration: none;
    font-size: 12px;
}
.FareList {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #0d47a1;
    position: relative;
    top: 0px;
    left: 0px;
}
.price {
    color: #0d47a1;
    font-size: 35px;
}
.text-blcok {
    color: #0A3152 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.book-btn {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #ec7e22;
    border: 1px solid #ec7e22;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}
.arrow_box {
    position: relative;
    background: #0d47a1;
    text-align: center;
    padding: 12px;
}
.arrow_box:before {
    border-width: 15px;
    margin-left: -20px;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-bottom-color: #0d47a1;
    border-width: 15px;
    margin-left: -20px;
}
.arrow_box p {
    color: #90c9ed;
    font-size: 16px;
}
.arrow_box .fa{
    color: #90c9ed;
}
.arrow_box .phoneNum {
    color: #faf706;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
}
.slider-outer{
    display: flex;
    flex-direction: row;
}
.hotel-img-div{
    display: flex;
    flex-direction: row;
}
.hotel-section .img_list {
    position: relative !important;
    width: auto;
}
/*
.img_list div{
    width: 372px;
}
*/
.img_list div img{
    height: 248px;
}
#hotel-img .owl-nav .owl-prev,
#hotel-img .owl-nav .owl-next{
    position: absolute !important;
    top: 45%;
    border-radius: 0;
    background: #fff;
    color: transparent;
    border: 0px;
    height: 20px;
    width: 15px;
    line-height: 10px;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#hotel-img .owl-nav .owl-prev{
    left: 0;
}
#hotel-img .owl-nav .owl-next{
    right: 0px;
}
.owl-btns{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.owl-btns div{
    width: 40px;
    padding-top: 5px;
}
.htl-list ul{
    padding-top: 5px;
}
.htl-list li{
    position: relative;
    font-size: 13px;
}
.htl-list li::after{
    content: " ";
    position: absolute;
    top: 5px;
    right: -5px;;
    height: 13px;
    width: 1px;
    background: #ccc;
}
.htl-list li:last-child::after{
    display: none;
}
.flight-details .flight-1{
    display: flex;
    align-items: center;
    margin-top: 15px;
        font-size: 12px;
    line-height: 18px;
    position: relative;
}
.flight-details .flight-1::before{
    content: " ";
    position: absolute;
    top: -5px;
    left: -10px;
    background: #ddd;
    height: 1px;
    width: 390px;
}
.flight-1 .left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.flight-1 .time{
        color: #000;
    font-size: 16px;
    font-weight: 600;
}
.flight-1 .mid{
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.flight-1 .mid .plane-line{
    position: relative;
    display: flex;
    align-items: center;
    height: 1px;
    width: 200px;
    background: #777;
}
.flight-1 .plane-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flight-1 .mid img{
    width: 50px;
    margin-right: 10px;
}
.flight-1 .mid .plane-line::after{
    content: "\f072";
    font-family: "fontAwesome";
    font-size: 14px;
    position: absolute;
    right: -14px;
    transform: rotate(45deg);
    color: #ec7c22;
}
.flight-1 .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*
flight modal
*/

.flight-modal-wrapper{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.flight-modal-content .flight-1{
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding-right: 15px;
}
.flight-modal-content .flight-1::before{
    display: none;
}
.flight-1 .left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.flight-1 .time{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.flight-1 .mid{
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.flight-1 .mid .plane-line{
    position: relative;
    display: flex;
    align-items: center;
    height: 1px;
    width: 200px;
    background: #777;
}
.flight-1 .plane-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flight-1 .mid img{
    width: 50px;
    margin-right: 10px;
}
.flight-1 .mid .plane-line::after{
    content: "\f072";
    font-family: "fontAwesome";
    font-size: 14px;
    position: absolute;
    right: -14px;
    transform: rotate(45deg);
    color: #ec7c22;
}
.flight-1 .right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flight-modal-content .day span,
.flight-modal-content .source span{
    color: #777;
    font-weight: 300;
}
.flight-modal-content .time span{
    color: #000;
}
.flight-modal-content .modal-price-btn{
    padding-left: 20px;
    padding-top: 20px;
    border-left: 1px solid #ccc;
}
.flight-modal-content .modal-price-btn p{
    color: #0d47a1;
    font-size: 30px;
    font-weight: 500;
}
.flight-modal-content .modal-price-btn span{
    font-size: 14px;
    color: #ff7e61;
}
.modal-price-btn a{
    padding: 6px 28px !important;
}

.hotel-features{
    border: 1px solid #ccc;
}
.facilities-section h5{
    background: #002269;
    padding: 5px;
    color: #fff;
    margin-bottom: 0;
}
.facilities-ul{
    padding-left: 30px;
    padding-bottom: 10px;
}
.facilities-ul li{
    list-style-type: none;
    color: #333;
    position: relative;
}
.facilities-ul li::before{
    content: "\f046";
    font-family: "fontAwesome";
    position: absolute;
    top: 2px;
    left: -20px;
    font-size: 12px;
}
.hotel-features{
    padding: 10px;
}
.facilities-section h6{
    margin-bottom: 5px;
    margin-top: 10px;
}
#pnlStartRating .fa {
    color: #fc552d;
}
.hotel-img-div .owl-btns div{
    max-width: 355px;
}
.fl-features{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    
}

@media(max-width: 1199px){
   .hotel-img-div .owl-btns{
        display: none;
    }
}

@media(max-width: 992px){
    .flytrip-contact-number{
        display: none;
    }
    .details_list{
        padding-left: 0;
    }
}
@media(max-width: 768px){
    .hotel-section .img_list{
        width: 98%;
    }
    .details_list{
        padding-left: 20px;
    }
    .owl-btns{
        flex-direction: row;
    }
    .obf{
        flex-direction: column;
        align-items: center;
    }
}
/**************************************
***************************************
*************hotels-page-ends***************
****************************************
*****************************************/


/**************************************
***************************************
*************aboutus-starts***************
****************************************
*****************************************/

.aboutus{
    background-image: url(../img/piper-mccorkle-eQe4h6K0YHg-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.aboutus .breadcrumb{
    position: absolute;
    background: transparent;
    left: 150px;
    top: 10px;
}
.aboutus .breadcrumb a,
.aboutus li{
    color: #fff;
    text-decoration: none;
}
.aboutus-main{
    font-size: 16px;
}
.aboutus-main .about-features{
    padding-top: 30px;
}
.aboutus li{
    font-size: 24px;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00365a;
}
.about-features ul{
    list-style: none;
}
.about-features li{
    padding: 5px 0;
}


/**************************************
***************************************
*************aboutus-ends***************
****************************************
*****************************************/



/**************************************
***************************************
*************contactus-starts***************
****************************************
*****************************************/

.contactus{
    background-image: url(../img/piper-mccorkle-eQe4h6K0YHg-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.contactus .breadcrumb{
    position: absolute;
    background: transparent;
    left: 150px;
    top: 10px;
}
.contactus .breadcrumb a,
.contactus li{
    color: #fff;
    text-decoration: none;
}
.contactus li{
    font-size: 24px;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00365a;
}
.contact-widgets{
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin: 20px 0;
}
.contact-widgets .fa{
    font-size: 50px; 
}
.contact-widgets h6{
    color: #28467f;
    font-size: 20px;
}
.contact-widgets p{
    font-size: 16px;
}
@media (min-width: 768px){
.contact-border:before {
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ccc;
    width: 1px;
}
    .contact-border:after {
    position: absolute;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    background-color: #ccc;
    width: 1px;
}
    .contactus-main .row{
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .enquiry-form{
        transform: translate(25%);
    }
    .enquiry input,
    .enquiry textarea{
        min-width: 400px;
    }
}

.enquiry h5{
    margin: 20px 0;
    padding-top: 20px;
}
.enquiry label,
.enquiry textarea{
    color: #111;
    font-size: 15px;
    margin: 10px 0;
}
.enquiry input,
.enquiry textarea{
    border: 1px solid #00365a;
    padding: 6px;
}
.enquiry input:focus,
.enquiry textarea:focus{
    box-shadow: none;
    outline: none;
}



/**************************************
***************************************
*************contactus-ends***************
****************************************
*****************************************/


/**************************************
***************************************
*************tandc-starts***************
****************************************
*****************************************/

.tandc{
    background-image: url(../img/piper-mccorkle-eQe4h6K0YHg-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.tandc .breadcrumb{
    position: absolute;
    background: transparent;
    left: 150px;
    top: 10px;
}
.tandc .breadcrumb a,
.tandc li{
    color: #fff;
    text-decoration: none;
}
.tandc li{
    font-size: 24px;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00365a;
}

.tandc-main{
    line-height: 30px;
    margin: 0 150px;
}
.tandc-main p{
    font-size: 16px;
}
.tandc-accordion {
  background-color: rgb(25,46,85,24%);
  color: #000;
  cursor: pointer;
  padding: 15px;
    margin: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
    position: relative;
}

.tandc .active,
.tandc-accordion:hover {
  background-color: #ccc;
}

.tandc-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tandc-accordion:after {
   content: '\f067'; 
  font-family: 'FontAwesome';
    font-size: 18px;
  color: #000;
    right: 20px;
    top: 10px;
    position: absolute;
}

.tandc-main .active:after {
  content: '\f068'; 
  font-family: 'FontAwesome';
}


/**************************************
***************************************
*************tandc-ends***************
****************************************
*****************************************/























