/* Cleaned Charter Travel CSS - comments removed, duplicate identical blocks removed, formatting normalised. */

body {
    color: #1e1e67;
    font-family: "Montserrat";
    font-size: 16px;
}

a {
    color: #1e1e67;
}

p {
    text-align: center;
    font-size: 16px;
}





/*----- Charter Travel Responsive Navigation -----*/

.ct-nav,
.ct-nav *,
.ct-mobile-header,
.ct-mobile-header * {
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    box-sizing: border-box;
}

.ct-nav {
    display: block;
    width: 100%;
    background: #0b2f57;
    position: relative;
    z-index: 1000;
}

.ct-nav-inner {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.site-menu,
.site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-menu {
    display: block;
    text-align: center;
}

.site-menu > li {
    display: inline-block;
    position: relative;
}

.site-menu a {
    display: block;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.site-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.site-menu > li > a:hover {
    background: #123f6b;
    color: #fff;
}

.site-menu .menu-text {
    display: inline-block;
}

.desktop-caret {
    font-size: 11px;
    opacity: 0.7;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.site-menu li:hover > a .desktop-caret {
    transform: translateX(3px);
}

/* Desktop dropdowns */

.site-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    z-index: 9999;
    text-align: left;
}

.site-menu li:hover > .submenu {
    display: block;
}

.site-menu .submenu li {
    display: block;
    position: relative;
}

.site-menu .submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333 !important;
    background: #fff;
    padding: 11px 17px;
    border-bottom: 1px solid #eee;
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
}

.site-menu .submenu a:hover {
    background: #f5f5f5;
    color: #000 !important;
}

.site-menu .submenu .submenu {
    top: 0;
    left: 100%;
}

.submenu-toggle,
.ct-menu-toggle {
    display: none;
}

.ct-enquire {
    float: right;
}

/*----- End Charter Travel Responsive Navigation -----*/

/*----- Holidays Deal Box Styles START -----*/
.deal-box-h {
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    float: left;
    position: relative;
    padding: 6px;
    height: auto;
    margin-bottom: 6px;
}

.top-box-left-h {
    width: 44%;
    float: left;
}

.top-box-right-h {
    width: 56%;
    float: right;
}

.bottom-box-left-h {
    width: 67%;
    float: left;
}

.bottom-box-right-h {
    width: 33%;
    float: right;
}

.image-box-h {
    width: 198px;
    height: 134px;
}

.hotel-name-h {
    font-size: 17px;
}

.place-h {
    text-align: left;
    font-size: 14px;
    padding-right: 8px;
    float: left;
}

.hotel-info-h {
    font-size: 14px;
    float: left;
    padding-right: 14px;
}

.depart-date-h {
    float: left;
    padding-right: 14px;
    font-size: 13px;
}

.days-h {
    float: left;
    padding-right: 14px;
    font-size: 14px;
}

.plane-logo-h {
    float: left;
    font-size: 13px;
    padding-top: 5px;
}

.price-text-h {
    float: right;
    font-size: 27px;
    margin-left: 10px;
}

.blue-button-h {
    float: right;
    margin-bottom: 2px;
}

.flight-button-h {
    padding: 2px !important;
    font-size: 11px !important;
    background: linear-gradient(180deg, rgba(9,136,21,1) 23%, rgba(50,156,11,1) 100%) !important;
    color: white !important;
    border-radius: 0.3125rem !important;
}

.map-marker-h,
.bed-h,
.calendar-h,
.clock-o-h,
.plane-h {
    color: #d2cbc4;
    font-size: 19px;
}

.btn {
    padding: 3px 4px;
    font-size: 14px;
}
/*----- Holidays Deal Box Styles END -----*/
/*----- Holidays Deal Box Responsive Styles START -----*/
@media only screen and (max-width: 1480px) {
    /* Holidays Deal Box */
    .top-box-right-h {
        width: 52%;
    }

    .top-box-left-h {
        width: 48%;
    }

    .hotel-name-h {
        font-size: 18px;
    }

    .hotel-info-h {
        height: auto;
    }
}

@media only screen and (max-width: 1200px) {
    /* Holidays Deal Box */
    .top-box-right-h {
        width: 52%;
    }

    .top-box-left-h {
        width: 48%;
    }

    .hotel-name-h {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1179px) {
    /* Holidays Deal Box */
    .place-h {
        font-size: 13px;
    }

    .hotel-name-h {
        font-size: 14px;
    }

    .hotel-info-h {
        font-size: 12px;
    }

    .image-box-h {
        width: 165px;
        height: 104px;
    }

    .map-marker-h,
    .calendar-h,
    .clock-o-h,
    .plane-h,
    .bed-h {
        font-size: 15px;
    }

    .top-box-left-h {
        width: 35%;
    }

    .top-box-right-h {
        width: 60%;
    }

    .depart-date-h {
        padding-left: 17px;
    }

    .plane-logo-h {
        padding-top: 0;
    }
}

@media only screen and (max-width: 912px) {
    /* Holidays Deal Box */
    .deal-box-h {
        width: 100%;
        margin-bottom: 10px;
    }

    .hotel-info-h,
    .days-h,
    .depart-date-h {
        font-size: 12px;
    }

    .depart-date-h {
        padding-left: 0;
    }

    .bottom-box-left-h {
        width: 57%;
        float: left;
    }

    .bottom-box-right-h {
        width: 43%;
        float: left;
    }

    .image-box-h {
        width: 119px;
        height: 82px;
    }
}

@media only screen and (max-width: 768px) {
    /* Holidays Deal Box */
    .depart-date-h {
        padding-left: 0;
    }

    .days-h {
        padding-right: 23px;
    }
}

/*----- Holidays Deal Box Responsive Styles END -----*/



.charter-blue-bg {
    background-color: #1c385d;
}

.navbar-header {
    background-color: #1c385d;
}

div.dropdown-menu>div>UL>LI>A {
    background: #1c385d;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: white !important;
}

#charterHeader {
    height: 120px !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: black !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: bold;
}

.btn-subHeader {
    background-color: #cecece;
    color: #1c385d !important;
    font-weight: 800;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1c385d !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #1c385d !important;
}

.navbar-header>.subTel {
    color: #1c385d !important;
}

.enqform {
    background: rgba(9,28,46,0.55);
}

.navbar-default .navbar-nav>li>a {
    color: #1c385d;
}

.charter-lgblue-bg {
    background-color: #f7f7f7;
}

.charter-vlgblue-bg {
    background-color: #f5fbff;
}

h1.side_lines span, h2.side_lines span {
    background-color: #f7f7f7;
    font-weight: 500;
}

.h1, .h2, .h3, h1, h2 {
    margin-bottom: 20px;
    text-align: center;
}

.main-page-label h1 {
    font-family: "Montserrat" !important;
    padding-bottom: 20px;
}

h2 {
    font-size: 28px;
}

h3 {
    padding-left: 17px;
    margin-bottom: 25px;
    text-align: center;
}

.main-page-label {
    background-color: #fff;
}

#breadcrumb {
    font-size: 14px;
}

.home-page section, .destination-home-page section, .region-home-page section {
    padding: 23px 0;
}

.btn-enquire-now {
    font-size: 100%;
}

.blog-image {
    width: 384px;
    height: 257px;
}

.carousel-indicators {
    display: block;
}

#haveYourSay .carousel-indicators {
    left: 60px;
}

.haveYourSay {
    background: #14b0f7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.verticalcarousel {
    width: 100%;
    margin: 0px auto;
}

.card-vertical {
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #ccc;
    height: 315px;
    background: white;
    width: 220px;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: auto;
}

.image-wrapper .box-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-wrapper .text-overlay {
    position: absolute;
    top: 42%;
    height: 58%;
    width: 100%;
    text-align: center;
    color: white;
    background: linear-gradient(-180deg, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.80) 100%);
}

.image-wrapper .text-overlay .overlay-text {
    margin: 5px 0;
    color: white;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

.image-wrapper .text-overlay .overlay-text-title {
    margin: 5px 0;
    color: white;
    font-size: 21px;
    padding-top: 44px;
}

.vertical-blue-top-strip {
    background: linear-gradient(0deg, #26a0da 49%, #314755 89%, #314755 100%) !important;
    position: absolute;
    top: 0px;
    width: 100%;
}

.villa-blue-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 623px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.villa-blue-image {
    width: 100%;
    height: auto;
}

.villa-blue-border {
    border-bottom: 3px solid #248fb5;
    padding-top: 238px;
}

.villa-blue-title {
    font-size: 24px;
    font-family: Playfair Display;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 18px;
}

.villa-strip-box {
    text-align: center;
    padding-top: 13px;
    width: 99%;
    position: relative;
    height: 51px;
    color: purple;
    background: #fafafa;
}

.villa-strip-bed {
    padding-right: 30px;
}

.villa-strip-bath {
    padding: 0px;
}

.villa-strip-occupancy {
    padding-left: 30px;
}

.villa-strip-box-switch {
    text-align: center;
    padding-top: 5px;
    width: 99%;
    position: relative;
    height: 38px;
    color: purple;
    background: #fafafa;
}

.villa-strip-bed-switch {
    padding-right: 30px;
}

.villa-strip-bath-switch {
    padding: 0px;
}

.villa-strip-occupancy-switch {
    padding-left: 30px;
}

.villa-blue-content {
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 388px;
}

.villa-location-icon {
    padding-top: 10px;
    position: absolute;
    top: 517px;
    left: 93px;
    width: 170px;
}

.villa-blue-button-position {
    position: absolute;
    left: 70px;
    bottom: 20px;
}

.villa-blue-button {
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left: 59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
}

.int-gold-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 548px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.int-gold-button {
    padding: 7px 6px;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #cecece;
    font-size: 16px;
}

.int-gold-content {
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.int-gold-button-position {
    position: absolute;
    left: 70px;
    bottom: 10px;
}

.int-gold-h2 {
    font-size: 21px;
    font-family: "Montserrat" !important;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.int-gold-border {
    border-bottom: 3px solid #cecece;
    padding-top: 173px;
}

.itin-card-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: auto;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.pointer {
    width: 200px;
    height: 40px;
    position: absolute;
    background: #e10000;
    bottom: 10px;
    color: white;
    box-shadow: 0 1px 6px 0 rgb(0 0 0);
    right: 137px;
    padding-left: 15px;
    padding-top: 3px;
}

.pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #e10000;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -3px !important;
}

.hotel-blue-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 584px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.hotel-blue-image {
    width: 100%;
    height: auto;
}

.hotel-blue-border {
    border-bottom: 3px solid #248fb5;
    padding-top: 238px;
}

.hotel-blue-title {
    font-size: 24px;
    font-family: "Montserrat" !important;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.hotel-blue-content {
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hotel-tag {
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: 18px;
    bottom: 78px;
    font-size: 12px;
    width: 100%;
}

.hotel-icon {
    width: 241px;
    color: purple;
}

.hotel-blue-button-position {
    position: absolute;
    left: 70px;
    bottom: 20px;
}

.hotel-blue-button {
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left: 59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
}

.accord-margin {
    margin-bottom: 10px;
}

.suitcase ul {
    list-style: none;
    padding: 0;
}

.suitcase li {
    padding-left: 8px;
}

.suitcase li::marker {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.pointer-column {
    right: 98px;
}

.accordion__content__text__title {
    padding-left: 0px;
    margin-top: 1%;
}

.accordion__content__text__horizontal-line {
    border: none;
    border-bottom: 1px solid #1e1e67;
    margin: 2% 2% 2% 0%;
}

@media (min-width: 1920px) {
    .ctn-box-text {
        right: 910px;
    }
}

.btn-blue {
    background-color: #284f85;
    color: #fff;
    border: 1px solid #14b0f7;
    padding: 3px 2px;
    font-size: 14px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #284f85;
    height: 30px;
    width: 100px;
    font-size: 16px;
    padding: -1px;
    opacity: 1;
}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform 0s ease-in-out;
}

.line-up-with-p {
    padding-left: 17px;
}

.itinimagemap {
    float: left;
    width: 400px;
    padding-right: 20px;
}

.enqform {
    position: absolute;
    height: 412px;
    margin-top: 30px;
}

.static-enquiry-form {
    position: absolute;
    top: 212px;
    left: 19%;
}

.trusted-logo {
    margin-left: 102px;
}

.trusted-text {
    text-align: center;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
}

#carousel-custom {
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-control.right {
    background-image: none;
    top: 53%;
    right: -13px;
    bottom: 65px;
    margin-top: 53px;
    line-height: 54px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control.left {
    background-image: none;
    top: 23%;
    right: 0px;
    left: -47px;
    margin-top: 54px;
    line-height: 54px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    font-size: 25px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.topleft {
    background-image: none;
    top: 46%;
    right: 0px;
    left: -44px;
    margin-top: 54px;
    line-height: 54px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.arrow-top-banner {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 11px;
}

.arrow-small-banner {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 9px;
}

.right {
    transform: rotate(157deg);
    -webkit-transform: rotate(-561deg);
    position: absolute;
    top: 40px;
    left: 33px;
}

.right-home {
    transform: rotate(157deg);
    -webkit-transform: rotate(-561deg);
    position: absolute;
    top: 30px;
    left: 33px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(67deg);
    position: absolute;
    top: 10px;
    left: 25px;
}

.right-large {
    transform: rotate(157deg);
    -webkit-transform: rotate(-561deg);
    position: absolute;
    top: 158px;
    left: 29px;
}

.left-large {
    transform: rotate(135deg);
    -webkit-transform: rotate(67deg);
    position: absolute;
    top: 10px;
    left: 25px;
}

.topleft {
    transform: rotate(135deg);
    -webkit-transform: rotate(67deg);
}

.carousel-inner.item {
    display: none;
    -webkit-transition: 0.2s ease-in-out left;
    -moz-transition: 0.2s ease-in-out left;
    -o-transition: 0.2s ease-in-out left;
    transition: 0.2s ease-in-out left;
}

.btn-white {
    color: #1e1e67;
    background-color: #fff;
    border: 3px solid #284f85;
    text-transform: uppercase;
}

.itin-card-border {
    border-bottom: 3px solid #cecece;
    padding-top: 1px;
}

#text {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 112.23px;
}

a:active {
    color: #ffd323;
}

.readbutton {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.whyheight {
    height: 300px;
}

.whypaddingleft {
    padding-left: 0px;
}

.whybondsbox {
    height: 80px;
    padding-left: 46px;
    padding-top: 55px;
}

.whylogo1 {
    position: absolute;
    left: 50px;
    top: 74px;
}

.whylogo2 {
    position: absolute;
    left: 260px;
    top: 70px;
}

.whylogo3 {
    position: absolute;
    left: 52px;
    top: 143px;
}

.whylogo4 {
    position: absolute;
    left: 260px;
    top: 140px;
}

.whylogo5 {
    position: absolute;
    left: 50px;
    top: 210px;
}

.whylogo6 {
    position: absolute;
    left: 260px;
    top: 210px;
}

.whyabta {
    float: left;
    height: 58px;
    width: 120px;
}

.whyatol {
    float: left;
    height: 58px;
    width: 108px;
}

.whyiata {
    float: left;
    height: 58px;
    width: 120px;
    padding-left: 11px;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.panel-body {
    background-color: white;
    height: auto;
    color: #1e1e67;
}

.panel-footer {
    background-color: #fff;
    border-top: 0px solid #ddd;
}

.special_offer {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    background-color: white;
}

.inspire {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.carousel-box {
    padding: 10px;
    margin-bottom: 15px;
    background: rgba(225,225,225,0.65);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    margin-top: 144px;
    margin-right: 25px;
    text-align: center;
}

.carousel-box-1 {
    padding: 10px;
    margin-bottom: 15px;
    background: rgba(225,225,225,0.80);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    position: absolute;
    left: 56%;
    top: 213px;
    font-family: "Montserrat" !important;
    text-align: center;
    max-width: 525px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.carousel-box-frontpage {
    padding: 10px;
    margin-bottom: 15px;
    background: rgba(225,225,225,0.80);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    font-family: "Montserrat" !important;
    float: right;
    margin-right: 25px;
    text-align: center;
    max-width: 525px;
    padding-bottom: 30px;
}

.carousel-box:link {
    background: red;
    text-decoration: none !important;
}

.carousel-box:visited {
    background: red;
    text-decoration: none !important;
}

.carousel-box:hover {
    background: red;
    text-decoration: none !important;
}

.carousel-box:active {
    background: blue;
    text-decoration: none !important;
}

.ctn-shaded {
    background: rgba(9,28,46,.3);
    height: 200px;
    margin-top: 92px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    margin-left: 240px;
    margin-right: 240px;
    display: none;
}

.ctn-main-text, .ctn-alt-text, .ctn-price-text, .ctn-box-text {
    line-height: 0.5em;
}

.ctn-main-text SPAN {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.0em;
    color: #fff;
    letter-spacing: 0.0625em;
    text-align: center;
    width: 100%;
    top: 110px;
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.ctn-alt-text SPAN {
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: 0.0625em;
    width: 100%;
    text-align: center;
    top: 170px;
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.ctn-price-text SPAN {
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: 0.0625em;
    text-align: center;
    width: 100%;
    top: 220px;
    position: absolute;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.ctn-box-text {
    background: #E10000;
    padding: 15px 9px 15px 10px;
    position: absolute;
    bottom: 120px;
    border-radius: 5px;
    transition: transform 250ms;
    right: 47%;
    color: white;
    font-size: 24px;
}

.cta-main-text, .cta-alt-text, .cta-price-text {
    display: block;
    line-height: 0.5em;
}

.cta-main-text SPAN, .cta-alt-text SPAN, .cta-price-text SPAN {
    display: inline;
}

.cta-main-text SPAN {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.0em;
    color: #fff;
    letter-spacing: 0.0625em;
    text-align: center;
}

.cta-alt-text SPAN {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: 0.0625em;
}

.cta-price-text SPAN {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5em;
    letter-spacing: 0.0625em;
    text-align: center;
}

.btn-enquire {
    color: #1e1e67;
    padding: 2px 3px;
    font-size: 17px;
    background-color: white;
    border: 1px solid #14b0f7;
}

.btn-red {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,1.2);
}

.text-danger {
    color: #14b0f7;
}

#quote blockquote p, #quote blockquote footer {
    padding: 0px 40px;
}

blockquote {
    padding: 20px 5px 33px 5px;
}

#quote blockquote:after {
    font-size: 80px;
    margin-bottom: 8px;
}

#quote blockquote:before {
    font-size: 80px;
    margin-top: -30px;
}

#quote blockquote {
    background-color: #fdfcdd;
    color: #14b0f7;
}

#quote blockquote p, #quote blockquote footer {
    color: #1e1e67;
}

.smallatol {
    float: left;
    height: 59px;
    width: auto;
    padding-left: 10px;
}

.smallabta {
    float: left;
    height: 59px;
    width: auto;
    padding-left: 10px;
}

.smalliata {
    float: left;
    height: 59px;
    width: auto;
    padding-left: 10px;
}

.smalllogobox {
    height: 67px;
    margin-left: 11px;
    padding-right: 69px;
    padding-top: 10px;
}

.hj-2-mobile-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    padding: 3px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

.hj-2-mobile-image {
    width: 100%;
    height: auto;
}

.hj-2-mobile-title {
    width: 190px;
}

.hj-2-mobile-text {
    color: white;
    position: absolute;
    top: 30px;
    font-size: 24px;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(9,28,46,.3);
    width: 226px;
    height: auto;
    font-family: "Montserrat" !important;
    width: 97%;
}

.hj-2-on-image {
    font-size: 24px;
    padding: 0px 6px;
    background: rgba(9,28,46,.3);
    font-weight: 500;
    width: 97%;
    font-family: "Montserrat" !important;
}

.hj-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
}

.hj-image {
    width: 100%;
    height: auto;
}

.hj-title {
    width: 190px;
}

.hj-title-small {
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
}

.hj-title-2-lines {
    width: 340px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.hj-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 125px;
}

.hj-image-desktop {
    float: left;
    width: 154px;
    height: auto;
}

.hj-title-desktop {
    width: 190px;
    float: right;
    margin-top: -146px;
}

.hj-title-small-desktop {
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
}

.hj-title-2-lines-desktop {
    width: 179px;
    padding-top: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    float: right;
    padding-left: 15px;
}

.btn-small {
    padding: 1px 1px;
    font-size: 15px;
}

.hj-button-desktop {
    width: 170px;
    padding-top: 10px;
    float: right;
    margin-top: 3px;
}

.hj-button-dining-plan {
    width: 125px;
    text-align: right;
}

.hj-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
    font-size: 15px;
}

.hdhm-box {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: auto;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.hdhm-text-on-image {
    background: orange;
    width: 258px;
    height: 43px;
    position: absolute;
    color: white;
    top: 31px;
    font-size: 19px;
    padding-top: 6px;
    padding-left: 5px;
}

.hdhm-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.int-box {
    background-color: #fdfcdd;
    padding: 10px;
    text-align: left;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.int-image {
    width: 100%;
    height: auto;
}

.int-title {
    width: 190px;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 540;
}

.int-content {
    width: 100%;
    height: 50px;
}

.int-button {
    width: 100px;
    height: 50px;
    padding-top: 10px;
}

.int-fp-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
}

.int-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 125px;
}

.switch-int-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 400px;
}

.switch-int-title-2-lines-desktop {
    width: 336px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top: 14px;
}

.switch-int-button-desktop {
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 18px;
}

.switch-int-image-desktop {
    height: auto;
}

.switch-int-content-desktop {
    font-size: 14px;
    padding-top: 7px;
}

.switch-int-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #14b0f7;
    color: #fff;
    font-size: 15px;
}

.switch-white-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    min-height: 597px;
}

.switch-white-title-2-lines-desktop {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    padding-top: 14px;
    font-family: "Montserrat" !important;
}

.switch-white-button-desktop {
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 18px;
}

.switch-white-image-desktop {
    height: auto;
}

.switch-white-content-desktop {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #1e1e67;
    background-color: #fff;
    padding-top: 20px;
}

.switch-white-fp-btn-desktop {
    display: inline-block;
    padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #284f85;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.switch-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}

.switch-width-white-box-desktop {
    width: 100%;
    height: 242px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    margin-bottom: 10px;
}

.switch-width-white-title-2-lines-desktop {
    position: absolute;
    left: 354px;
    top: 4px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
}

.switch-width-white-button-desktop {
    position: absolute;
    top: 190px;
    left: 237px;
}

.switch-width-white-image-desktop {
    height: auto;
}

.switch-width-white-image {
    width: 310px;
    height: 220px;
}

.switch-width-white-content-desktop {
    position: absolute;
    font-size: 17px;
    width: 377px;
    padding-top: 16px;
    font-weight: 100;
}

.switch-width-white-fp-btn-desktop {
    display: inline-block;
    padding: 3px 19px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.switch-width-white-fp-btn-desktop:hover {
    background-color: #9dddfb;
    color: #FFF;
}

.switch-width-white-arrow {
    position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 0px;
    left: 117px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #14b0f7;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.switch-white-arrow {
    position: absolute;
    padding: 3px 6px 3px 4px;
    bottom: 7px;
    left: 150px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #284f85;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.switch-button-text {
    color: white;
}

.int-box-desktop-white {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 125px;
}

.int-image-desktop {
    float: left;
    width: 154px;
    height: auto;
}

.int-title-desktop {
    width: 190px;
    float: right;
    margin-top: -146px;
}

.int-title-small-desktop {
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
}

.int-title-2-lines-desktop {
    width: 185px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    float: right;
    padding-left: 10px;
}

.int-content-desktop {
    font-size: 14px;
    padding-top: 7px;
}

.int-button-desktop {
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 269px;
}

.int-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #1c385d;
    color: #fff;
    font-size: 15px;
}

.white-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #284f85;
    color: #fff;
    font-size: 15px;
}

.special-box {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.32);
}

.cardwrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.cardcarousel {
    width: 100%;
    margin: 0px auto;
}

.card-header {
    position: relative;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev {
    left: 15px !important;
    z-index: 10 !important;
}

.slick-next {
    right: 39px !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
    font-size: 53px !important;
}

.slick-prev, .slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card {
    border: 2px solid #cccfff;
    box-shadow: 1px 1px 9px #ccc;
    height: auto;
    background: white;
}

.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.card-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px;
    min-height: 141px;
}

.card-content {
    padding: 10px;
    height: auto;
}

.card-content-hotel {
    padding: 10px;
    min-height: 395px;
}

.card-title {
    font-size: 22px;
    font-weight: 300;
    font-family: sans-serif;
    padding-top: 10px;
}

.card-button {
    display: inline-block;
    padding: 3px 8px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #04084b;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
}

.card-clear-button {
    display: inline-block;
    padding: 3px 8px 3px 7px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #02075d;
    padding: 2px 3px;
    font-size: 17px;
    background-color: white;
    border: 1px solid #14b0f7 !important;
    width: 100%;
}

.hotel-blue {
    background-color: #248fb5 !important;
    color: white !important;
}

.hotel-border {
    border-bottom: 3px solid #248fb5;
    padding-top: 1px;
}

.star-padding {
    padding-top: 10px;
}

.card-footer {
    background-color: #fff;
    border-top: 0px solid #ddd;
    padding: 10px 10px;
    position: relative;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-pointer {
    left: 0px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
    font-size: 17px !important;
}

.special-button {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.special-heading {
    background-color: #14b0f7;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.special-body {
    background-color: #fff;
    padding: 10px;
}

.special-id-text {
    padding-top: 10px;
    color: red;
    font-size: 15px;
    padding-bottom: 8px;
}

.special-id {
    background-color: #fff;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}

.special-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #FF0000;
    color: #fff;
    font-size: 15px;
}

.special-button-desktop {
    position: absolute;
    padding: 7px 6px;
    bottom: 4px;
    left: 323px;
}

.white-button-desktop {
    position: absolute;
    padding: 7px 6px;
    bottom: 19px;
    left: 344px;
}

.price-box {
    margin-bottom: 33px;
    margin-left: 61px;
}

.price-from-box {
    float: left;
    margin-left: 16px;
    margin-right: 8px;
    margin-top: -1px;
}

.total-price-box {
    float: left;
    margin-top: -4px;
}

.per-person-box {
    float: left;
    margin-left: 10px;
    margin-top: 1px;
}

.special-box-desktop {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 125px;
}

.special-image-desktop {
    float: left;
    width: 154px;
    height: auto;
}

.special-title-desktop {
    width: 190px;
    float: right;
    margin-top: -146px;
}

.special-title-small-desktop {
    width: 190px;
    font-size: 15px;
    margin-top: -12px;
    float: right;
}

.special-title-2-lines-desktop {
    width: 176px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    float: right;
    padding-left: 10px;
    font-family: "Montserrat" !important;
}

.special-content-desktop {
    font-size: 14px;
    padding-top: 7px;
}

.special-pricetag {
    font-size: 14px;
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 168px;
    color: red;
    top: 80px;
}

.special-date-range {
    font-size: 12px;
    position: absolute;
    padding: 7px 6px;
    bottom: 20px;
    left: 170px;
    top: 66px;
    color: black;
}

.special-fp-btn-desktop {
    display: inline-block;
    padding: 1px 3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #284f85;
    color: #fff;
    font-size: 15px;
}

.col-features {
    float: right;
    width: 50%;
}

.col-3-images {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: left;
    width: 49%;
}

.disney-copyright {
    font-size: 12px;
    margin-top: -17px;
    color: #fff;
    padding-left: 5px;
}

.disney-copyright-desktop {
    font-size: 10px;
    margin-top: -17px;
    color: #fff;
    padding-left: 3px;
}

.disney-video {
    float: left;
    width: 42.33%;
}

.disney-content {
    float: right;
    width: 56.33%;
}

ul.ears {
    list-style-image: url("https://www.chartertravel.co.uk/responsive/cms/assets/img/region-general/logos-for-website/blue-mickey-ears-18px.jpg");
}

ul.cirle {
    list-style-type: cirle;
}

.panel-heading {
    background-color: #14b0f7;
}

.priceLabel {
    font-size: 18px;
}

.label-red {
    background-color: #284f85;
}

.yellow-text-box {
    background: rgba(9,28,46,0.82530);
    padding: 10px 0 10px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    border: 2px solid #1c385d;
}

.quote-ref-box {
    background-color: #fff;
    height: 63px;
    margin-top: -8px;
    margin-bottom: 10px;
}

.promote-box-image {
    margin-left: 156px;
}

.col-video {
    float: left;
    width: 42.33%;
}

.col-content {
    float: right;
    width: 56.33%;
}

.image-zoom-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.image-zoom-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .5s ease;
    will-change: transform;
}

.image-zoom-box:hover img {
    transform: scale(1.4);
}

.imgparent {
    background: #fdfcdd;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 125px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.imgchild {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchild a:link {
    display: none;
    font-size: 30px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    height: 50px;
    cursor: pointer;
}

.imgchild a:hover {
    color: #ffffff !important;
}

.imgchild a:visited {
    color: #ffffff !important;
}

.imgparent:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparent:hover a, .imgparent:focus a {
    display: block;
}

.imgchild:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48,186,587,0.75);
}

.imgparentregion {
    text-align: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.imgchildregion {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.imgchildregion a:link {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
}

.imgchildregion a:hover {
    color: #ffffff !important;
}

.imgchildregion a:visited {
    color: #ffffff !important;
}

.imgparentregion:hover .imgchild:before, .imgparent:focus .imgchild:before {
    display: block;
}

.imgparentregion:hover a, .imgparent:focus a {
    display: block;
}

.imgchildregion:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48,186,587,0.75);
}

.front-page-top-box-4 {
    height: 176px;
    width: 100%;
    background: #de163b;
}

.image-text-box {
    position: relative;
    text-align: center;
    color: white;
}

.image-main-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(9,28,46,.3);
    right: -38%;
    font-size: 27px;
    font-family: "Montserrat" !important;
    color: #fff;
}

.image-more-text {
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: -25%;
    font-size: 20px;
    font-family: josefin sans;
    color: #fff;
}

.first-line-text {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 83px;
    left: 50px;
    font-weight: 800;
    z-index: 1;
}

.second-line-text {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 117px;
    left: 49px;
    font-weight: 800;
    z-index: 1;
}

.one-box-offer-red {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 180px;
    background-color: #e10000;
    left: 50px;
    padding: 5px;
    font-weight: 500;
    z-index: 1;
}

.one-box-offer-blue {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 180px;
    background-color: #1e0662;
    left: 50px;
    padding: 5px;
    font-weight: 500;
    z-index: 1;
}

.read-more-btn {
    display: none;
}

.bottom-white-title-2-lines-desktop {
    font-size: 24px;
    margin-top: 10px;
}

.bottom-white-box-desktop {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    min-height: 556px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
}

.first-line-text-small {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 35px;
    left: 22px;
    font-weight: 800;
    z-index: 1;
}

.second-line-text-small {
    font-size: 37px;
    color: #fff;
    position: absolute;
    top: 66px;
    left: 22px;
    font-weight: 800;
    z-index: 1;
}

.one-box-offer-red-small {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 125px;
    background-color: #e10000;
    left: 22px;
    padding: 3px;
    font-weight: 500;
    z-index: 1;
}

.one-box-offer-blue-small {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 125px;
    background-color: #1e0662;
    left: 22px;
    padding: 3px;
    font-weight: 500;
    z-index: 1;
}

.universal-box {
    margin-right: 5px;
    height: 355px;
}

.modal-dialog {
    width: 97%;
}

.close {
    position: absolute;
    top: -25px;
    z-index: 999;
    font-size: 9rem;
    font-weight: normal;
    color: #fff000;
    opacity: 1;
}

#image {
    max-width: 100%;
}

.fixed-h280 {
    min-height: 280px;
}

.fixed-h400 {
    min-height: 400px;
}

.blueitinerarybutton {
    font-size: 22px;
}

.blueitinerarybutton a:visited {
    color: #fff !important;
}

.blueitinerarybutton a:link {
    color: #fff !important;
}

.special-main-box {
    background: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    height: 135px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
}

.mobile-top-text-banner {
    padding: 10px;
    margin-bottom: 15px;
    background: rgba(225,225,225,0.65);
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    float: right;
    margin-top: 28px;
    margin-right: 25px;
    margin-left: 25px;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
}

.tick-text-box {
    background: rgba(225,225,225,0.80);
    height: 204px;
    width: 303px;
    position: absolute;
    top: 18%;
    left: 18%;
}

ul.tick {
    font-size: 18px;
    position: absolute;
    left: -5px;
    padding-top: 7px;
}

.villa-banner-box {
    padding-left: 30px;
    padding-right: 30px;
    height: 300px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    font-weight: 800;
    position: relative;
}

.villa-banner-image {
    height: 288px;
    width: 539px;
}

.villa-banner-text-top {
    color: white;
    font-size: 22px;
    position: absolute;
    left: 191px;
    top: 20px;
}

.villa-banner-list-text {
    color: white;
    font-size: 39px;
    position: absolute;
    left: 158px;
    top: 95px;
    text-align: left;
}

.villa-banner-highlight-text {
    color: blue;
    position: absolute;
    top: 97px;
    left: 374px;
    font-weight: 800;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 31px;
}

.villa-banner-bottom-text {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 265px;
    left: 173px;
}

.villa-banner-red-button {
    position: absolute;
    top: 217px;
    left: 416px;
}

@media only screen and (max-width: 1399px) {
    .ctn-box-text {
        right: 41%;
        font-size: 24px;
    }

    .pointer {
        right: 70px;
    }

    .switch-width-white-box-desktop {
        width: 100%;
        height: 223px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .switch-width-white-title-2-lines-desktop {
        left: 298px;
        top: 3px;
        font-size: 25px;
    }

    .switch-width-white-button-desktop {
        top: 174px;
        left: 171px;
    }

    .switch-width-white-image-desktop {
        height: auto;
    }

    .switch-width-white-image {
        width: 277px;
        height: 202px;
    }

    .switch-width-white-content-desktop {
        font-size: 16px;
        width: 314px;
        padding-top: 5px;
    }

    .block-with-text {
        overflow: hidden;
        position: relative;
        line-height: 1.42em;
        max-height: 134px;
    }

    .block-with-text+.block-with-text {
        margin-top: 10px;
    }

    .block-with-text:before {
        content: "...";
        position: absolute;
        right: 23px;
        bottom: -4px;
    }

    .block-with-text:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

    .switch-width-white-fp-btn-desktop {
        padding: 3px 19px 3px 7px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .switch-width-white-arrow {
        bottom: 0px;
        left: 101px;
        font-size: 16px;
    }

    .hj-2-mobile-box {
        font-size: 20px;
    }

    .front-page-top-box-4 {
        height: 142px;
    }

    .int-content-desktop {
        font-size: 12px;
    }

    .static-enquiry-form {
        top: 260px;
        left: 5%;
    }

    .right-large {
        left: 39px;
    }

    .left-large {
        top: -2px;
        left: 39px;
    }

    .right {
        left: 39px;
    }

    .left {
        top: -2px;
        left: 39px;
    }

    .one-box-offer-red {
        font-size: 27px;
        top: 173px;
    }

    .tick-text-box {
        top: 13%;
        left: 13%;
    }

    .image-main-text {
        font-size: 22px;
    }

    .image-more-text {
        font-size: 18px;
    }

    .smalllogobox {
        padding-left: 0px;
        padding-right: 17px;
    }

    .carousel-box-1 {
        top: 256px;
    }

    .hj-title-2-lines-desktop {
        width: 140px;
        font-size: 15px;
        padding-left: 9px;
    }

    .hj-image-desktop {
        width: 133px;
    }

    .hj-button-desktop {
        width: 133px;
    }

    .int-title-2-lines-desktop {
        width: 150px;
        font-size: 14px;
        padding-left: 9px;
    }

    .int-image-desktop {
        width: 122px;
    }

    .int-button-desktop {
        bottom: 19px;
        left: 205px;
    }

    .imgparent {
        width: 100%;
        margin: 20px 0px;
    }

    .universal-box {
        height: 390px;
    }

    .btn-enquire-now {
        font-size: 77%;
    }

    .fixed-h280 {
        min-height: 330px;
    }

    .fixed-h400 {
        min-height: 420px;
    }

    .switch-int-title-2-lines-desktop {
        width: 274px;
        font-size: 22px;
    }

    .switch-white-title-2-lines-desktop {
        width: 274px;
        font-size: 22px;
    }

    .special-image-desktop {
        float: left;
        width: 129px;
        height: auto;
    }

    .special-date-range {
        font-size: 12px;
        position: absolute;
        padding: 7px 6px;
        bottom: 20px;
        left: 142px;
        top: 60px;
        color: black;
    }

    .white-button-desktop {
        left: 264px;
    }

    .special-button-desktop {
        left: 264px;
        top: 89px;
    }

    .special-title-2-lines-desktop {
        width: 144px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.1;
        float: right;
        padding-left: 10px;
    }

    .special-pricetag {
        font-size: 14px;
        position: absolute;
        padding: 7px 6px;
        bottom: 13px;
        left: 138px;
        color: red;
        top: 85px;
    }

    .cta-main-text SPAN {
        font-size: 36px;
    }

    .cta-alt-text SPAN {
        font-size: 23px;
    }

    .cta-price-text SPAN {
        font-size: 23px;
    }

    .ctn-main-text SPAN {
        font-size: 36px;
    }

    .ctn-alt-text SPAN {
        font-size: 23px;
    }

    .ctn-price-text SPAN {
        font-size: 23px;
    }

    .hotel-blue-border-switch {
        padding-top: 194px;
    }

    .hotel-tag-switch {
        font-size: 12px;
    }

    .hotel-blue-button-position-switch {
        left: 33px;
    }
}

@media (max-width: 1024px) {
    .int-gold-border {
        padding-top: 140px;
    }

    .static-enquiry-form {
        top: 257px;
    }

    .carousel-box-1 {
        margin-right: 15px;
    }

    .villa-strip-bath {
        left: 95px;
    }

    .hotel-blue-border-switch-star {
        padding-top: 194px;
    }

    .hotel-blue-button-switch-star {
        left: 26px;
    }

    .panel {
        float: left;
    }

    .pointer-column {
        right: 41px;
    }
}

@media (max-width: 600px) {
    .mobile-top-text-banner {
        display: none;
    }
}

.readbutton {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 993px) {
    .int-gold-border {
        padding-top: 230px;
    }

    .navbar {
        font-size: 12px;
    }

    .slick-dots {
        display: none !important;
    }

    .panel {
        width: 100%;
        float: left;
    }

    .panel-body {
        height: auto;
    }

    .card-pointer {
        padding-top: 2px !important;
    }

    .ctn-main-text SPAN {
        font-size: 25px;
        font-weight: 800;
        line-height: 1.5em;
    }

    .ctn-alt-text SPAN {
        font-size: 15px;
    }

    .ctn-price-text SPAN {
        font-size: 15px;
    }

    .blog-image {
        width: 100%;
        height: 100%;
    }

    .hotel-blue-border-switch-star {
        padding-top: 228px;
    }

    .hotel-blue-button-switch-star {
        left: 54px;
    }

    .pointer {
        height: 32px;
        right: 41px;
    }

    .pointer:after {
        border-left: 21px solid transparent;
        border-top: 12px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .pointer:before {
        border-left: 21px solid #e10000;
        border-top: 12px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .special_offer {
        font-size: 17px;
    }

    .switch-width-white-content-desktop {
        width: 417px;
    }

    .front-page-top-box-4 {
        height: 231px;
    }

    .right {
        top: -10px;
        left: 22px;
    }

    .right-large {
        top: 159px;
        left: 59px;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: -4px !important;
        margin-left: -12px !important;
    }

    .herostatic {
        height: 460px !important;
    }

    .smalllogobox {
        padding-left: 8px;
        padding-right: 44px;
    }

    .smallatol {
        height: 35px;
        width: auto;
        padding-left: 2px;
    }

    .smallabta {
        height: 35px;
        width: auto;
    }

    .smalliata {
        height: 35px;
        width: auto;
    }

    .enqform {
        width: 399px;
    }

    .trusted-logo {
        margin-left: 52px;
    }

    .hj-box {
        height: 520px;
    }

    .hj-title {
        float: right;
        margin-top: -146px;
    }

    .hj-title-small {
        width: 190px;
        font-size: 15px;
        float: right;
        margin-top: -12px;
    }

    .hj-image {
        float: left;
        width: 100%;
        height: auto;
    }

    .hj-title-2-lines {
        float: right;
        padding-left: 15px;
        padding-top: 10px;
    }

    .hj-title-2-lines-desktop {
        width: 165px;
        font-size: 15px;
        padding-left: 9px;
    }

    .hj-image-desktop {
        width: 155px;
    }

    .hj-button-desktop {
        width: 160px;
    }

    .int-title-2-lines-desktop {
        width: 170px;
        font-size: 17px;
        padding-left: 9px;
    }

    .int-image-desktop {
        width: 155px;
    }

    .int-button-desktop {
        bottom: 20px;
        left: 252px;
    }

    .col-video {
        width: 100%;
    }

    .col-content {
        width: 100%;
    }

    .carousel-box {
        margin-top: 120px;
        margin-right: 25px;
    }

    .ctn-alt-text SPAN {
        font-size: 30px;
    }

    .ctn-price-text SPAN {
        font-size: 28px;
    }

    .cta-main-text SPAN {
        font-size: 39px;
        font-weight: 800;
        line-height: 1.5em;
    }

    .cta-alt-text SPAN {
        font-size: 15px;
    }

    .cta-price-text SPAN {
        font-size: 15px;
    }

    .itinimagemap {
        float: none;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .special-image-desktop {
        width: 155px;
    }

    .special-pricetag {
        left: 169px;
        top: 90px;
    }

    .special-date-range {
        left: 169px;
        top: 74px;
    }

    .white-button-desktop {
        left: 264px;
    }

    .special-button-desktop {
        left: 314px;
        top: 93px;
    }

    .switch-int-title-2-lines-desktop {
        width: 335px;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.1;
        padding-top: 14px;
    }

    .switch-int-button-desktop {
        position: absolute;
        padding: 7px 6px;
        bottom: 20px;
        left: 22px;
    }

    .switch-int-image-desktop {
        height: auto;
    }

    .switch-int-content-desktop {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 335px;
    }

    .switch-int-box-desktop {
        background: #fdfcdd;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
        height: auto;
        margin-bottom: 20px;
        padding: 10px;
        text-align: left;
        height: 400px;
    }

    .switch-white-title-2-lines-desktop {
        width: 335px;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.1;
        padding-top: 14px;
    }

    .switch-white-button-desktop {
        position: absolute;
        padding: 7px 6px;
        bottom: 20px;
        left: 22px;
    }

    .switch-white-image-desktop {
        height: auto;
    }

    .switch-white-content-desktop {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 335px;
    }

    .bottom-white-content-desktop {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 335px;
    }

    .switch-white-box-desktop {
        background: #fff;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
        min-height: 556px;
        margin-bottom: 20px;
        padding: 10px;
        text-align: left;
    }

    .bottom-white-box-desktop {
        background: #fff;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
        min-height: auto;
        margin-bottom: 20px;
        padding: 10px;
        text-align: left;
    }

    .int-box {
        height: 193px;
        padding: 0px;
    }

    .int-image {
        width: 289px;
    }

    .int-title {
        width: 360px;
        float: right;
        margin-top: -193px;
        text-align: left;
        font-size: 20px;
        font-weight: 400;
    }

    .int-content {
        width: 359px;
        height: 25px;
        float: right;
        font-size: 12px;
        padding-right: 10px;
        margin-top: -151px;
    }

    .int-button {
        width: 359px;
        float: right;
        margin-top: -82px;
    }

    .price-box {
        margin-left: 213px;
    }

    .special-title-2-lines-desktop {
        width: 170px;
    }

    .universal-box {
        height: 522px;
    }

    .fixed-h280 {
        min-height: 430px;
    }

    .fixed-h400 {
        min-height: 570px;
    }
}

@media only screen and (max-width: 475px) {
    .villa-strip-box-switch {
        width: 57%;
        position: absolute;
        height: 31px;
        left: 163px;
        top: 45px;
    }

    .villa-strip-bed-switch {
        left: 5px;
        top: 7px;
        font-size: 12px;
    }

    .villa-strip-occupancy-switch {
        right: 98px;
        top: 7px;
        font-size: 12px;
    }

    .villa-strip-bath-switch {
        left: 150px;
        font-size: 12px;
        top: 8px;
        left: 162px;
    }

    .villa-strip-bath {
        left: 104px;
    }

    .villa-blue-border {
        padding-top: 228px;
    }

    .villa-blue-button {
        left: 47px;
    }

    .villa-location-icon {
        left: 80px;
    }

    .image-wrapper img {
        width: 200px;
        height: 315px;
    }

    .image-wrapper .text-overlay .overlay-text {
        font-size: 12px;
    }

    .image-wrapper .text-overlay .overlay-text-title {
        font-size: 17px;
        padding-top: 56px;
    }

    .pointer-column {
        right: 95px;
    }

    .card-content-hotel {
        padding: 10px;
        min-height: 366px;
    }

    .card-text {
        font-size: 13px;
    }

    .card-title {
        font-size: 16px;
    }

    .card {
        border: 2px solid #fff;
        box-shadow: 1px 1px 15px #ccc;
        background: white;
    }

    .card-pointer {
        padding-left: 0px !important;
        padding-top: 7px !important;
        font-size: 16px !important;
    }

    .slick-prev {
        left: 10px !important;
    }

    .panel {
        width: 100%;
    }

    .ctn-box-text {
        padding: 11px 10px 12px 10px;
        bottom: 111px;
        right: 154px;
        font-size: 15px;
    }

    .ctn-shaded {
        background: rgba(9,28,46,.33);
        height: 125px;
        margin-top: 97px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }

    .ctn-main-text SPAN {
        font-size: 30px;
        top: 45px;
    }

    .ctn-alt-text SPAN {
        font-size: 21px;
        top: 92px;
    }

    .ctn-price-text SPAN {
        font-size: 17px;
        top: 132px;
    }

    .carousel-inner {
        max-height: 288px;
    }

    .int-gold-box {
        height: 359px;
        font-size: 14px;
    }

    .mobile-2-col {
        margin-left: 9px;
        margin-right: -19px;
        padding-left: 7px;
    }

    .int-gold-border {
        padding-top: 119px;
    }

    .int-gold-h2 {
        font-size: 19px;
        padding: 0px 7px;
    }

    .int-gold-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .int-gold-button-position {
        left: 44px;
        bottom: 10px;
    }

    .int-gold-button {
        padding: 5px 5px;
        font-size: 14px;
    }

    .int-gold-border {
        padding-top: 127px;
    }

    .int-gold-button-position {
        left: 33px;
    }

    .charter-lgblue-bg {
        background-color: #e2f2f8;
    }

    .charter-vlgblue-bg {
        background-color: #f7f7f7;
    }

    h1.side_lines span, h2.side_lines span {
        background-color: #e2f2f8;
    }

    .hdhm-box {
        margin-bottom: 10px;
        padding: 3px;
        position: relative;
    }

    .hdhm-text-on-image {
        width: 128px;
        height: 19px;
        top: 21px;
        font-size: 9px;
        padding-top: 3px;
        padding-left: 3px;
    }

    .hdhm-title {
        width: 170px;
        font-size: 15px;
        text-align: left;
    }

    .pointer {
        width: 204px;
        height: 32px;
        right: 145px;
        font-size: 17px;
    }

    .pointer:after {
        border-left: 21px solid transparent;
        border-top: 12px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .pointer:before {
        border-left: 21px solid #e10000;
        border-top: 12px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .villa-banner-box {
        height: 228px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .villa-banner-image {
        height: auto;
        width: 100%;
    }

    .villa-banner-text-top {
        font-size: 14px;
        left: 44px;
        top: 20px;
    }

    .villa-banner-list-text {
        font-size: 16px;
        left: 43px;
        top: 76px;
    }

    .villa-banner-highlight-text {
        top: 75px;
        left: 170px;
        font-size: 18px;
    }

    .villa-banner-bottom-text {
        font-size: 11px;
        top: 204px;
        left: 45px;
    }

    .villa-banner-red-button {
        position: absolute;
        top: 155px;
        left: 121px;
        font-size: 14px;
    }

    .first-line-text {
        font-size: 21px;
        top: 35px;
        left: 19px;
    }

    .second-line-text {
        font-size: 26px;
        top: 64px;
        left: 18px;
    }

    .one-box-offer-red {
        font-size: 22px;
        top: 101px;
        left: 17px;
    }

    .one-box-offer-blue {
        font-size: 22px;
        top: 101px;
        left: 17px;
    }

    .first-line-text-small {
        font-size: 21px;
        top: 35px;
        left: 19px;
    }

    .second-line-text-small {
        font-size: 26px;
        top: 64px;
        left: 18px;
    }

    .one-box-offer-red-small {
        font-size: 22px;
        top: 101px;
        left: 17px;
    }

    .one-box-offer-blue-small {
        font-size: 22px;
        top: 101px;
        left: 17px;
    }

    .tick-text-box {
        height: 133px;
        width: 241px;
        top: 18%;
        left: 16%;
    }

    ul.tick {
        font-size: 14px;
        padding-top: 0px;
    }

    .right {
        top: 15px;
        left: 37px;
    }

    .right-home {
        top: 26px;
        left: 47px;
    }

    .right-large {
        top: 15px;
        left: 37px;
    }

    .front-page-top-box-4 {
        height: 105px;
    }

    .image-main-text {
        font-size: 16px;
    }

    .image-more-text {
        font-size: 12px;
    }

    .herostatic {
        height: 380px !important;
    }

    #carousel-form {
        display: none;
    }

    .form-heading {
        display: none;
    }

    .static-enquiry-form {
        display: none;
    }

    .smalllogobox {
        padding-left: 45px;
        padding-right: 44px;
    }

    .smallatol {
        height: 35px;
        width: auto;
        padding-left: 2px;
    }

    .smallabta {
        height: 35px;
        width: auto;
    }

    .smalliata {
        height: 35px;
        width: auto;
    }

    .carousel-box-1 {
        left: 48px;
        top: 56px;
    }

    .navbar-toggle {
        margin-right: 12px;
    }

    .hero-form {
        width: 100%;
        height: auto;
    }

    .hero-form .item {
        height: 325px;
    }

    .switch-int-box-desktop {
        height: auto;
    }

    .switch-int-box-desktop-white {
        height: 99px;
    }

    .switch-int-title-2-lines-desktop {
        width: 220px;
        position: absolute;
        left: 189px;
        top: -5px;
        font-size: 18px;
    }

    .switch-int-content-desktop {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 178px;
        font-size: 13px;
        height: 49px;
        padding-top: 5px;
        font-size: 13px;
    }

    .switch-int-image-desktop {
        width: 155px;
    }

    .switch-int-button-desktop {
        left: 92px;
        top: 90px;
    }

    .switch-button-text {
        display: none;
    }

    .switch-int-fp-btn-desktop {
        padding: 0px 0px 0px 0px;
    }

    .switch-int-arrow {
        bottom: -15px;
        left: 85px;
    }

    .bottom-white-box-desktop {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-white-title-2-lines-desktop {
        width: 100%;
        font-size: 18px;
        margin-top: 10px;
    }

    .bottom-white-content-desktop {
        display: none;
        font-size: 13px;
    }

    .bottom-white-content-desktop.expanded {
        display: block;
    }

    .bottom-white-image-desktop {
        width: 100%;
        margin-bottom: 10px;
    }

    .read-more-btn {
        display: block;
        background-color: #1e1e67;
        color: #fff;
        border: none;
        font-size: 16px;
        border-radius: 3px;
        cursor: pointer;
        margin-top: 10px;
    }

    .read-more-btn:hover {
        background-color: #007bff;
    }

    .bottom-button-text {
        display: none;
    }

    .switch-white-box-desktop {
        min-height: auto;
    }

    .switch-white-box-desktop-white {
        height: 99px;
    }

    .switch-white-title-2-lines-desktop {
        width: 209px;
        position: absolute;
        left: 189px;
        top: -5px;
        font-size: 18px;
    }

    .switch-white-content-desktop {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 178px;
        font-size: 13px;
        height: 43px;
        padding-top: 5px;
        font-size: 13px;
    }

    .switch-white-image-desktop {
        width: 155px;
    }

    .switch-white-button-desktop {
        left: 92px;
        top: 90px;
    }

    .switch-white-fp-btn-desktop {
        padding: 0px 0px 0px 0px;
    }

    .switch-white-arrow {
        bottom: -22px;
        left: 89px;
    }

    .switch-width-white-box-desktop {
        height: auto;
    }

    .switch-width-white-box-desktop-white {
        height: 99px;
    }

    .switch-width-white-title-2-lines-desktop {
        width: 199px;
        position: absolute;
        left: 173px;
        top: 5px;
        font-size: 18px;
    }

    .switch-width-white-content-desktop {
        max-width: 158px;
        font-size: 13px;
        height: 43px;
        padding-top: 5px;
    }

    .switch-width-white-image-desktop {
        width: 155px;
    }

    .switch-width-white-image {
        width: 155px;
        height: auto;
    }

    .switch-width-white-button-desktop {
        left: 94px;
        top: 71px;
    }

    .switch-width-button-text {
        display: none;
    }

    .switch-width-white-fp-btn-desktop {
        padding: 0px 0px 0px 0px;
    }

    .switch-width-white-arrow {
        bottom: -15px;
        left: 85px;
    }

    .block-with-text:before {
        right: 0px;
        bottom: 1px;
    }

    .whyheight {
        height: 300px;
    }

    .whypaddingleft {
        padding-left: 0px;
    }

    .whybondsbox {
        height: 70px;
        padding-left: 21px;
        padding-top: 30px;
    }

    .whylogo1 {
        left: 0px;
        top: 74px;
    }

    .whylogo2 {
        left: 230px;
        top: 70px;
    }

    .whylogo3 {
        left: 0px;
        top: 143px;
    }

    .whylogo4 {
        left: 230px;
        top: 140px;
    }

    .whylogo5 {
        left: 0px;
        top: 210px;
    }

    .whylogo6 {
        left: 230px;
        top: 210px;
    }

    .whyabta {
        float: left;
        height: 47px;
        width: 100px;
    }

    .whyatol {
        height: 47px;
        width: 91px;
    }

    .whyiata {
        height: 47px;
        width: 100px;
    }

    .arrow {
        border: solid white;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 9px;
    }

    .hj-2-mobile-box {
        padding: 2px;
    }

    .hj-2-mobile-text {
        font-size: 13px;
        width: 90%;
        height: auto;
    }

    .hj-2-mobile-image {
        width: 100%;
        height: auto;
    }

    .hj-2-mobile-title {
        width: 158px;
    }

    .hj-2-on-image {
        top: 10px;
        font-size: 14px;
        padding: 0px 4px;
        font-weight: 500;
        width: 90%;
    }

    .panel-body {
        min-height: 100%;
    }

    .imgparent {
        margin: 7px 0px;
    }

    .col-features {
        float: none;
        width: 100%;
    }

    .col-3-images {
        float: none;
        width: 100%;
    }

    .trusted-logo {
        margin-left: 137px;
    }

    .carousel-control.right {
        width: 36px;
        height: 36px;
        top: 49%;
        right: -15px;
        line-height: 30px;
        color: gray;
    }

    .carousel-control.left {
        width: 36px;
        height: 36px;
        top: 39%;
        left: 4px;
        line-height: 30px;
        color: gray;
    }

    .carousel-inner img {
        max-height: 218px;
    }

    .price-from {
        margin-bottom: -35px;
    }

    .hj-box {
        padding: 0px;
        height: 90px;
        margin-bottom: 10px;
    }

    .hj-image {
        float: left;
        width: 134px;
        height: 90px;
    }

    .hj-title {
        float: right;
        padding-top: 11px;
        margin-top: 0px;
    }

    .hj-title-2-lines {
        width: 190px;
        padding-left: 0px;
        padding-right: 10px;
        padding-top: 20px;
        font-size: 20px;
    }

    .int-box {
        height: 99px;
    }

    .int-image {
        width: 148px;
    }

    .int-title {
        width: 180px;
        margin-top: -109px;
    }

    .int-content {
        width: 180px;
        margin-top: -71px;
    }

    .int-button {
        width: 180px;
        margin-top: -44px;
    }

    .btn-small {
        padding: 1px 1px;
        font-size: 15px;
    }

    .int-fp-btn {
        padding: 1px 1px;
        font-size: 12px;
        background-color: #14b0f7;
    }

    .special_offer {
        margin: 5px;
    }

    .price-box {
        margin-left: 68px;
    }

    .special-heading {
        font-size: 24px;
    }

    .special-title-2-lines-desktop {
        font-size: 17px;
        width: 185px;
    }

    .int-button-desktop {
        bottom: 4px;
        left: 277px;
    }

    .int-content-desktop {
        font-size: 13px;
    }

    .universal-box {
        height: auto;
    }

    .fixed-h400 {
        min-height: 100%;
    }

    .fixed-h280 {
        min-height: 100%;
    }

    .special-main-box {
        padding: 10px;
        width: 100%;
    }

    .special-date-range {
        left: 168px;
        top: 74px;
    }

    .special-pricetag {
        left: 168px;
        top: 84px;
    }

    .btn-enquire-now {
        font-size: 12px;
    }

    .white-button-desktop {
        left: 364px;
        bottom: 5px;
    }

    .special-button-desktop {
        left: 332px;
    }

    .int-title-2-lines-desktop {
        width: 200px;
    }

    /* Holidays Deal Box */
    .top-box-left-h {
        width: 40%;
    }

    .image-box-h {
        width: 160px;
        height: 105px;
    }

    .blue-button-h {
        margin-bottom: 27px;
    }

    .bottom-box-left-h {
        width: 63%;
    }

    .bottom-box-right-h {
        width: 37%;
    }

    .flight-button-h {
        font-size: 12px !important;
    }

    .price-text-h {
        font-size: 22px;
    }
}

@media only screen and (max-width: 395px) {
    .switch-white-arrow {
        bottom: -24px;
        left: 68px;
    }

    .villa-strip-bath {
        left: 85px;
    }

    .villa-strip-occupancy-switch {
        right: 83px;
    }

    .villa-strip-box-switch {
        width: 53%;
    }

    .villa-strip-bath-switch {
        left: 138px;
    }

    .image-wrapper img {
        width: 185px;
        height: 315px;
    }

    .special-button-desktop {
        left: 332px;
    }

    .special-title-2-lines-desktop {
        width: 185px;
    }

    .pointer {
        right: 118px;
    }

    .int-gold-border {
        padding-top: 112px;
    }

    .switch-width-white-button-desktop {
        left: 62px;
    }

    .switch-width-white-content-desktop {
        max-width: 144px;
    }

    .switch-int-content-desktop {
        max-width: 144px;
    }

    .switch-int-title-2-lines-desktop {
        width: 165px;
    }

    .switch-white-content-desktop {
        max-width: 144px;
    }

    .switch-white-arrow {
        bottom: -19px;
        left: 85px;
    }

    .switch-white-button-desktop {
        left: 60px;
    }

    .switch-white-title-2-lines-desktop {
        width: 169px;
    }

    .special-image-desktop {
        width: 153px;
    }

    .special-date-range {
        left: 167px;
        top: 85px;
    }

    .special-pricetag {
        left: 167px;
        top: 99px;
    }

    .white-button-desktop {
        left: 346px;
    }

    .special-button-desktop {
        left: 318px;
    }

    .int-image-desktop {
        width: 148px;
    }

    .int-title-2-lines-desktop {
        width: 176px;
    }

    .int-button-desktop {
        bottom: 4px;
        left: 258px;
    }

    .int-fp-btn-desktop {
        font-size: 13px;
    }

    .whypaddingleft {
        padding-left: 10px;
        padding-right: 10px;
    }

    .whylogo1 {
        left: 0px;
        top: 74px;
    }

    .whylogo2 {
        left: 196px;
        top: 70px;
    }

    .whylogo3 {
        left: 0px;
        top: 143px;
    }

    .whylogo4 {
        left: 196px;
        top: 140px;
    }

    .whylogo5 {
        left: 0px;
        top: 210px;
    }

    .whylogo6 {
        left: 196px;
        top: 210px;
    }

    .whyabta {
        float: left;
        height: 47px;
        width: 100px;
    }

    .whyatol {
        height: 47px;
        width: 86px;
    }

    .whyiata {
        height: 47px;
        width: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .special-id {
        height: auto;
        margin-top: 10px;
    }

    .white-button-desktop {
        left: 323px;
        bottom: 1px;
    }

    .special-button-desktop {
        left: 320px;
    }

    .special-title-2-lines-desktop {
        width: 154px;
        font-size: 15px;
    }

    .whylogo1 {
        left: 0px;
        top: 74px;
    }

    .whylogo2 {
        left: 196px;
        top: 70px;
    }

    .whylogo3 {
        left: 0px;
        top: 143px;
    }

    .whylogo4 {
        left: 196px;
        top: 140px;
    }

    .whylogo5 {
        left: 0px;
        top: 210px;
    }

    .whylogo6 {
        left: 196px;
        top: 210px;
    }

    .whyabta {
        float: left;
        height: 47px;
        width: 100px;
    }

    .whyatol {
        height: 47px;
        width: 86px;
    }

    .whyiata {
        height: 47px;
        width: 100px;
    }

    /* Holidays Deal Box */
    .hotel-name-h,
    .hotel-info-h,
    .place-h {
        font-size: 11px;
    }

    .image-box-h {
        width: 126px;
        height: 85px;
    }

    .map-marker-h,
    .calendar-h,
    .clock-o-h,
    .plane-h,
    .bed-h {
        font-size: 14px;
    }

    .top-box-left-h {
        width: 35%;
    }

    .top-box-right-h {
        width: 56%;
    }

    .depart-date-h {
        padding-left: 10px;
    }

    .blue-button-h {
        right: 6px;
        bottom: 5px;
    }

    .price-text-h {
        right: -8px;
    }
}

@media only screen and (max-width: 360px) {
    .carousel-inner {
        height: 207px;
    }

    .switch-white-title-2-lines-desktop {
        width: 154px;
    }

    .switch-white-arrow {
        bottom: -22px;
        left: 72px;
        padding: 0px 5px 0px 4px;
    }

    .navbar-brand {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .pointer {
        right: 92px;
    }

    .smalllogobox {
        padding-left: 2px;
        padding-right: 31px;
    }

    .switch-int-title-2-lines-desktop {
        left: 150px;
    }

    .whybondsbox {
        padding-top: 6px;
    }

    .whylogo1 {
        left: 0px;
        top: 74px;
    }

    .whylogo2 {
        left: 154px;
        top: 70px;
    }

    .whylogo3 {
        left: 0px;
        top: 143px;
    }

    .whylogo4 {
        left: 154px;
        top: 140px;
    }

    .whylogo5 {
        left: 0px;
        top: 210px;
    }

    .whylogo6 {
        left: 154px;
        top: 210px;
    }

    .whyabta {
        height: 41px;
        width: 88px;
    }

    .whyatol {
        height: 36px;
        width: 65px;
    }

    .whyiata {
        height: 46px;
        width: 96px;
    }

    .carousel-inner img {
        max-height: 181px;
    }

    .trusted-logo {
        margin-left: 111px;
    }

    .hj-title {
        width: 150px;
    }

    .hj-title-small {
        width: 149px;
    }

    .hj-title-2-lines {
        width: 144px;
        padding-left: 0px;
        padding-right: 5px;
        margin-top: -11px;
    }

    .hj-box-desktop {
        height: 100px;
    }

    .hj-title-2-lines-desktop {
        width: 150px;
        font-size: 15px;
    }

    .hj-image-desktop {
        width: 120px;
    }

    .hj-button-desktop {
        width: 140px;
        padding-top: 2px;
    }

    .hj-2-mobile-title {
        width: 127px;
    }

    .int-box {
        height: 99px;
    }

    .int-title {
        width: 130px;
        line-height: 1;
        margin-top: -105px;
    }

    .int-content {
        width: 130px;
        display: none;
    }

    .int-button {
        width: 130px;
        position: absolute;
        right: -26px;
    }

    .switch-int-box-desktop {
        height: 99px;
    }

    .switch-int-box-desktop-white {
        height: 99px;
    }

    .switch-int-title-2-lines-desktop {
        width: 152px;
    }

    .switch-int-content-desktop {
        display: none;
    }

    .switch-int-image-desktop {
        width: 118px;
    }

    .switch-int-button-desktop {
        left: 186px;
    }

    .switch-white-box-desktop {
        height: 99px;
    }

    .switch-white-box-desktop-white {
        height: 99px;
    }

    .switch-white-title-2-lines-desktop {
        width: 152px;
        position: absolute;
        left: 151px;
        top: -6px;
    }

    .switch-white-content-desktop {
        display: none;
    }

    .bottom-white-box-desktop {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .switch-white-image-desktop {
        width: 118px;
    }

    .switch-white-button-desktop {
        left: 8px;
    }

    .switch-button-text {
        display: none;
    }

    .switch-white-fp-btn-desktop {
        padding: 0px 0px 0px 0px;
    }

    .switch-white-fp-btn-desktop {
        background-color: #14b0f7;
        color: #fff;
    }

    .switch-white-fp-btn-desktop:hover {
        background-color: #9dddfb;
        color: #FFF;
    }

    .switch-white-arrow {
        bottom: 6px;
        left: 117px;
    }

    .int-box-desktop {
        height: 99px;
    }

    .int-box-desktop-white {
        height: 99px;
    }

    .int-title-2-lines-desktop {
        width: 128px;
    }

    .int-content-desktop {
        display: none;
    }

    .int-image-desktop {
        width: 111px;
    }

    .int-button-desktop {
        left: 174px;
    }

    .special-id {
        min-width: 100%;
    }

    .special-title-2-lines-desktop {
        width: 150px;
    }

    .special-box-desktop {
        height: 114px;
    }

    .special-title-2-lines-desktop {
        width: 131px;
        font-size: 14px;
    }

    .special-image-desktop {
        width: 139px;
    }

    .special-date-range {
        font-size: 11px;
        top: 63px;
        left: 153px;
    }

    .special-pricetag {
        top: 79px;
        left: 153px;
        font-size: 11px;
    }
}

.copyrightimage {
    position: absolute;
    bottom: -1px;
    color: white;
    font-size: 12px;
    right: 4px;
    top: 1px;
}

.score {
    display: block;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.score .stars-active {
    color: #EEBD01;
    display: inline-block;
}

.hotel-blue-box-switch-star {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 493px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.hotel-blue-image-switch-star {
    width: 100%;
    height: auto;
}

.hotel-blue-border-switch-star {
    border-bottom: 3px solid #248fb5;
    padding-top: 238px;
}

.hotel-blue-title-switch-star {
    font-size: 24px;
    font-family: "Montserrat" !important;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.hotel-blue-location-star {
    padding-top: 10px;
}

.hotel-blue-content-switch-star {
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hotel-tag-switch-star {
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: 102px;
    bottom: 78px;
}

.hotel-icon-switch-star {
    width: 241px;
    color: purple;
}

.hotel-blue-button-position-switch-star {
    position: absolute;
    left: 70px;
    bottom: 10px;
}

.hotel-blue-button-switch-star {
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left: 59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 475px) {
    .hotel-blue-box-switch-star {
        height: 135px;
    }

    .hotel-blue-image-switch-star {
        width: 155px;
    }

    .hotel-blue-border-switch-star {
        display: none;
    }

    .hotel-blue-title-switch-star {
        margin-top: 4px;
        font-size: 17px;
        padding: 0px 3px;
    }

    .hotel-blue-location-star {
        padding-top: 0px;
        font-size: 15px;
        position: absolute;
        left: 200px;
        bottom: 62px;
    }

    .hotel-blue-content-switch-star {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        position: absolute;
        width: 180px;
        left: 158px;
        bottom: 11px;
    }

    .hotel-icon-switch-star {
        font-size: 15px;
    }

    .hotel-tag-switch-star {
        display: none;
    }

    .hotel-blue-button-position-switch-star {
        left: 92px;
        top: 90px;
    }

    .hotel-blue-button-switch-star {
        bottom: -7px;
        padding: 0px 17px;
        left: -89px;
        font-size: 16px;
        width: 155px;
    }

    .copyrightimage {
        font-size: 8px;
    }
}

@media only screen and (max-width: 320px) {
    .hotel-blue-content-switch-star {
        width: 138px;
    }

    .hotel-blue-location-star {
        left: 179px;
        bottom: 55px;
    }
}

.hotel-blue-box-switch {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    height: 584px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
}

.hotel-blue-image-switch {
    width: 100%;
    height: auto;
}

.hotel-blue-border-switch {
    border-bottom: 3px solid #248fb5;
    padding-top: 238px;
}

.hotel-blue-title-switch {
    font-size: 24px;
    font-family: "Montserrat" !important;
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.hotel-blue-location {
    padding-top: 10px;
}

.hotel-blue-content-switch {
    padding: 3px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hotel-tag-switch {
    text-align: center;
    padding-top: 20px;
    position: absolute;
    left: 18px;
    bottom: 63px;
    width: 100%;
    font-size: 13px;
}

.hotel-icon-switch {
    width: 241px;
    color: purple;
}

.hotel-blue-button-position-switch {
    position: absolute;
    left: 70px;
    bottom: 20px;
}

.hotel-blue-button-switch {
    position: absolute;
    bottom: 0px;
    padding: 5px 17px;
    margin-bottom: 0;
    font-weight: 400;
    left: 59px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #248fb5;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 420px) {
    .hotel-blue-border {
        padding-top: 229px;
    }

    .hotel-blue-box-switch {
        height: 140px;
    }

    .hotel-blue-image-switch {
        width: 155px;
    }

    .hotel-blue-border-switch {
        display: none;
    }

    .hotel-blue-title-switch {
        margin-top: 4px;
        font-size: 17px;
        padding: 0px 3px;
    }

    .hotel-blue-location {
        padding-top: 0px;
        font-size: 15px;
        position: absolute;
        left: 6px;
        bottom: 6px;
    }

    .hotel-blue-content-switch {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }

    .hotel-icon-switch {
        font-size: 15px;
    }

    .hotel-tag-switch {
        display: none;
    }

    .hotel-blue-button-position-switch {
        left: 92px;
        top: 90px;
    }

    .hotel-blue-button-switch {
        bottom: -16px;
        padding: 0px 6px;
        left: 130px;
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .re-order .row {
        display: flex;
        display: -ms-flex;
        flex-direction: column;
    }

    .re-order .row .first {
        order: 2;
    }

    .re-order .row .second {
        order: 1;
    }
}

.swiper-container {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.swiper-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #333;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin-left: 4px;
    cursor: pointer;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    background-color: #fff;
    color: #1e1e67;
    overflow: hidden;
    position: relative;
}

.tab_last {
    border-right: 1px solid #333;
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #1c385d;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}

.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #1c385d;
        color: #fff;
        border-top: 1px solid #333;
        margin: 3px;
        padding: 5px 20px;
        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;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }

    .swiper-button-next {
        right: 10px !important;
    }

    .swiper-button-prev {
        left: 10px !important;
    }
}

.small-button-on-image {
    height: 24px;
    width: 65px;
    background-color: black;
    border-radius: 10%;
    display: block;
    border: 1px solid grey;
    position: absolute;
    left: 13px;
    top: 12px;
    z-index: 10;
    color: yellow;
    font-family: "Caveat";
}

.inside-small-button-on-image {
    top: 16px;
    font-size: 14px;
    left: 4px;
    text-align: center;
    font-family: "Caveat";
    padding-left: 2px;
}

.dot-1 {
    height: 60px;
    width: 60px;
    background-color: #e10000;
    border-radius: 50%;
    display: block;
    border: 1px solid grey;
    position: absolute;
    left: 18px;
    top: 13px;
    z-index: 10;
    color: white;
    font-family: "Caveat";
}

.inside-dot-1 {
    position: absolute;
    top: 21px;
    font-size: 14px;
    left: 4px;
    text-align: center;
    font-family: "Caveat";
}

.dot-1-small {
    height: 60px;
    width: 60px;
    background-color: #e10000;
    border-radius: 50%;
    display: block;
    border: 1px solid grey;
    position: absolute;
    left: 18px;
    top: 13px;
    z-index: 10;
    color: white;
    font-family: "Caveat";
}

.inside-dot-1-small {
    position: absolute;
    top: 21px;
    font-size: 14px;
    left: 4px;
    text-align: center;
    font-family: "Caveat";
}

.inside-from-1-small {
    position: absolute;
    top: 4px;
    font-size: 14px;
    left: 14px;
    text-align: center;
    font-family: "Caveat";
}

@media screen and (max-width: 445px) {
    .dot-1-small {
        left: 4px;
        top: 4px;
    }

    .inside-from-1-small {
        top: 6px;
        font-size: 12px;
        left: 11px;
    }

    .inside-dot-1-small {
        top: 21px;
        font-size: 12px;
        left: 3px;
    }

    /* Holidays Deal Box */
    .hotel-name-h {
        font-size: 12px;
        float: none;
    }

    .hotel-info-h,
    .place-h,
    .depart-from-h,
    .arrive-to-h {
        font-size: 12px;
    }

    .image-box-h {
        width: 136px;
        height: 92px;
    }

    .map-marker-h,
    .calendar-h,
    .clock-o-h,
    .plane-h,
    .bed-h {
        font-size: 14px;
    }

    .blue-button-h {
        right: 6px;
        bottom: 5px;
    }

    .bottom-box-left-h {
        width: 62%;
    }

    .bottom-box-right-h {
        width: 38%;
    }
}


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

    /* Charter Travel responsive navigation */

    .ct-nav {
        position: sticky;
        top: 0;
        z-index: 99999;
        background: #0b2f57;
    }

    .ct-mobile-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
        gap: 6px;
        padding: 10px 8px;
        background: #0b2f57;
    }

    .ct-mobile-header a,
    .ct-mobile-header button {
        display: inline-flex !important;
        align-items: center;
        white-space: nowrap;
        color: #fff !important;
        background: none;
        border: 0;
    }

    .ct-mobile-header .navbar-brand {
        font-size: 17px !important;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .ct-mobile-header .subTel,
    .ct-mobile-header .subTel:link,
    .ct-mobile-header .subTel:visited,
    .ct-mobile-header .subTel:hover,
    .ct-mobile-header .subTel:active {
        color: #fff !important;
        font-size: 14px;
        margin-left: 6px;
    }

    .ct-mobile-header #navEnquire {
        background: #e60000 !important;
        color: #fff !important;
        padding: 6px 10px !important;
        border-radius: 2px;
        font-size: 14px;
    }

    .ct-menu-toggle {
        display: inline-block !important;
        position: relative;
        width: 28px;
        height: 22px;
        flex: 0 0 auto;
        padding: 0;
        margin: 0;
    }

    .ct-menu-toggle span,
    .ct-menu-toggle span::before,
    .ct-menu-toggle span::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: all 0.3s ease;
    }

    .ct-menu-toggle span {
        top: 50%;
        transform: translateY(-50%);
    }

    .ct-menu-toggle span::before {
        top: -8px;
    }

    .ct-menu-toggle span::after {
        top: 8px;
    }

    .ct-menu-toggle.open span {
        background: transparent;
    }

    .ct-menu-toggle.open span::before {
        top: 0;
        transform: rotate(45deg);
    }

    .ct-menu-toggle.open span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .site-menu {
        display: none;
        width: 100%;
        max-height: calc(100vh - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #1f5a89;
        text-align: left;
    }

    .site-menu.open {
        display: block;
    }

    .site-menu > li,
    .site-menu li {
        display: block !important;
        width: 100%;
        position: relative;
    }

    .site-menu > li > a,
    .site-menu .submenu a {
        display: block !important;
        width: calc(100% - 44px) !important;
        max-width: calc(100% - 44px) !important;
        box-sizing: border-box !important;
        padding: 14px 10px 14px 16px !important;
        border-bottom: 1px solid rgba(255,255,255,0.18);
        color: #fff !important;
        background: #1f5a89;
        font-size: 14px !important;
        line-height: 1.3;
        white-space: normal !important;
        overflow-wrap: break-word !important;
        text-decoration: none;
    }

    .site-menu a,
    .site-menu a:link,
    .site-menu a:visited,
    .site-menu a:hover,
    .site-menu a:active,
    .site-menu a:focus {
        color: #fff !important;
        outline: none !important;
        box-shadow: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .site-menu a:hover,
    .site-menu a:active,
    .site-menu a:focus {
        background: #1f5a89 !important;
    }

    .site-menu .submenu {
        position: static !important;
        display: none;
        width: 100%;
        background: #174a73;
        box-shadow: none;
    }

    .menu-item.open > .submenu {
        display: block !important;
    }

    .site-menu .submenu a {
        padding-left: 30px !important;
        background: #174a73 !important;
    }

    .site-menu .submenu a:hover,
    .site-menu .submenu a:active,
    .site-menu .submenu a:focus {
        background: #174a73 !important;
    }

    .site-menu .submenu .submenu a {
        padding-left: 45px !important;
        background: #123d61 !important;
    }

    .site-menu .submenu .submenu a:hover,
    .site-menu .submenu .submenu a:active,
    .site-menu .submenu .submenu a:focus {
        background: #123d61 !important;
    }

    .submenu-toggle {
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        min-width: 44px !important;
        height: 50px;
        border: 0;
        background: rgba(255,255,255,0.15);
        color: #fff;
        font-size: 22px;
        z-index: 2;
        -webkit-tap-highlight-color: transparent;
    }

    .desktop-caret {
        display: none !important;
    }

    .ct-enquire {
        display: none;
    }

}
