@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

body {
    overflow: hidden;
}
#cardPackage img {
    object-fit:cover  !important;
}
.galaxia-loading-page {
    background-color: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    color: #FFFFFF;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 3rem 0;
}

#faq {
    padding: 0 0 10rem;
}

#faq button {
    all: unset;
}

#faq .accordion .card {
    border: 0.1rem solid #C4C4C4;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    overflow: hidden;
    margin: 0 0 1.5rem;
    width: 100%;
}

#faq .accordion .card .card-header {
    border: none;
    padding: 0;
    height: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#faq .accordion .card .card-header button {
    background: #FDA014 url("http://icons.iconarchive.com/icons/icons8/ios7/512/User-Interface-Minus-icon.png") no-repeat 98.5% center/contain;
    color: #FFFFFF;
    width: 100%;
    padding: 2.3rem 0;
    padding-left: 1rem;
}

#faq .accordion .card .card-header button span {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    text-transform: upperCase;
}

#faq .accordion .card .card-header button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#faq .accordion .card .card-header button.collapsed {
    background: #FFFFFF url("https://image.flaticon.com/icons/png/128/61/61112.png") no-repeat 98.5% center/15px 15px;
    color: #FDA014;
}

#faq .accordion .card .card-header button.collapsed span {
    font-weight: 500;
    font-size: 2rem;
    text-transform: upperCase;
}

#faq .accordion .card .card-body {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 155%;
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

#faq .support-text {
    font-size: 1.6rem;
    letter-spacing: .05rem;
    margin: 0;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Hind';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    min-height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    font-family: 'Hind';
}

body, html, h1, h2, h3, h5, h6, p, span, a {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fafafa;
}

i {
    font: normal normal normal 14px/1 FontAwesome;
}

#headerGal {
    min-height: 75vh;
    height: 75vh;
    background-color: #fafafa;
}

#headerGal .swiper-container {
    width: 100%;
    min-height: 75vh;
    height: 75vh;
}

#headerGal .swiper-container #galaBar {
    position: relative;
    bottom: 0;
    position: absolute;
    height: 10rem;
    background-color: rgba(0, 85, 165, 0.527);
    z-index: 10000;
    width: 100%;
}

#headerGal .swiper-container #galaBar #wrapper {
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

#headerGal .swiper-container #galaBar #wrapper #companyGala {
    width: 60%;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #galaBar #wrapper #companyGala {
        display: none;
    }
}

#headerGal .swiper-container #galaBar #wrapper #companyGala #logosGala {
    background-color: white;
    width: 612px;
    height: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#headerGal .swiper-container #galaBar #wrapper #companyGala #logosGala div  {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#headerGal .swiper-container #galaBar #wrapper #companyGala #logosGala div img {
    width: 70%;
}

#headerGal .swiper-container #galaBar #wrapper #inquGala {
    width: 40%;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #galaBar #wrapper #inquGala {
        width: 100%;
    }
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala {
    width: 60%;
    height: inherit;
}
@media(min-width:768px) and (max-width:1200px){
    #headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala {
        display:none;
    }
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala {
    position: relative;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    padding-left: 5rem;
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala:before {
    content: "";
    position: absolute;
    left: -1rem;
    padding: 3rem;
    background: url("../../assets/img/iconz/plan.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala h5 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala h5 {
        font-size: 1.5rem;
    }
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala h6 {
    font-size: 2.3rem;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #galaBar #wrapper #inquGala #leftSideGala #wordsGala h6 {
        font-size: 1.5rem;
    }
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #rightSideGala {
    width: 40%;
    /* width: 62%; */
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #rightSideGala .custmize-trip , .custmize-trip {
    background-color: #FDA014;
    border: 0;
    width: 100%;
    height: 4rem;
    color: white;
    padding: 1rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #galaBar #wrapper #inquGala #rightSideGala .custmize-trip , .custmize-trip {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

#headerGal .swiper-container #galaBar #wrapper #inquGala #rightSideGala .custmize-trip:hover {
    background-color: #F78F1E;
}
 
.custmize-trip:hover {
    background-color: #F78F1E;
    color:#ffffff;
}

#headerGal .swiper-container #upperHeaderGala {
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    z-index: 1000000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#headerGal .swiper-container #upperHeaderGala #mainHead {
    height: 20rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #upperHeaderGala #mainHead {
        height: 30rem;
    }
}

#headerGal .swiper-container #upperHeaderGala #mainHead h1 {
    font-weight: 400;
    letter-spacing: 0px;
    color: white;
    font-size: 42px;
}
#headerGal .swiper-container #upperHeaderGala #mainHead h5 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #upperHeaderGala #mainHead h1 {
        font-size: 30px;
        text-align: center;
        letter-spacing: 0;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
}



@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #upperHeaderGala #mainHead h5 {
        font-size: 15px;
        text-align: center;
        letter-spacing: 0;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
}

#headerGal .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#headerGal .swiper-container .swiper-pagination {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 10px;
    right: 15%;
    width: auto !important;
    left: auto !important;
    margin: 0;
    display:none;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container .swiper-pagination {
        display: none;
    }
}

#headerGal .swiper-container .swiper-pagination-bullet {
    margin-bottom: 1rem !important;
    padding: 5px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#headerGal .swiper-container .swiper-pagination-bullet-active {
    color: #fff;
    background: #FDA014;
}

#headerGal .swiper-container #searchCardGala {
    background-color: white;
    height: 5rem;
    width: 80rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.281);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.281);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.281);
    display:none;
}

@media only screen and (max-width: 767px) {
    #headerGal .swiper-container #searchCardGala {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        width: 40rem;
    }
}

#headerGal .swiper-container #searchCardGala div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

#headerGal .swiper-container #searchCardGala #destinationGala {
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}

#headerGal .swiper-container #searchCardGala #destinationGala .selectize-input {
    border: 0;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}

#headerGal .swiper-container #searchCardGala #destinationGala .selectize-input input {
    padding-left: 1.5rem !important;
    width: 100% !important;
}

#headerGal .swiper-container #searchCardGala #destinationGala .selectize-dropdown {
    height: auto;
    z-index: 10000000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#headerGal .swiper-container #searchCardGala #destinationGala .selectize-dropdown .selectize-dropdown-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#headerGal .swiper-container #searchCardGala #destinationGala .selectize-dropdown .selectize-dropdown-content .data-selectable {
    height: 2rem;
}

#headerGal .swiper-container #searchCardGala #budgetGala .selectize-input {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    position: absolute;
    border: 0;
}

#headerGal .swiper-container #searchCardGala #budgetGala .selectize-input input {
    width: 100% !important;
}

#headerGal .swiper-container #searchCardGala #budgetGala .selectize-dropdown {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#headerGal .swiper-container #searchCardGala #budgetGala .selectize-dropdown .selectize-dropdown-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#headerGal .swiper-container #searchCardGala #budgetGala .selectize-dropdown .selectize-dropdown-content .data-selectable {
    height: 2rem;
}

#headerGal .swiper-container #searchCardGala #gooGala {
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#headerGal .swiper-container #searchCardGala #gooGala div {
    width: 50%;
    height: 100%;
}

#headerGal .swiper-container #searchCardGala #gooGala div h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #3477B7;
    text-transform: uppercase;
}

#headerGal .swiper-container #searchCardGala #gooGala button {
    width: 50%;
    height: 100%;
    background-color: #FDA014;
    border: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#headerGal .swiper-container #searchCardGala #gooGala button:hover {
    background-color: #F78F1E;
}

#headerGal .swiper-container #searchCardGala #gooGala button i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 25px;
    color: white;
}

#bannerGala {
    height: 212px;
    padding-top: 2rem;
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#bannerGala img {
    height: 15rem;
    width: 100%;
}

#hotTravelDeals {
    background-color: #fafafa;
}

#hotTravelDeals #gridGala .rowGala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 20rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala {
        height: auto;
        margin-bottom: 0;
    }
}

#hotTravelDeals #gridGala .rowGala .columnGala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    height: inherit;
    cursor: pointer;
}

@media (min-width: 768px) {

    #hotTravelDeals #gridGala .rowGala {
        height: auto;
    }

    #hotTravelDeals #gridGala .rowGala .columnGala {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 347px) and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(1) {
        margin-right: 0.9rem !important;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(2) {
        margin-right: 0;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(4) {
        margin-right: 0.9rem !important;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(5) {
        margin-right: 0;
    }
}

@media (max-width: 380px) {
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(1) {
        margin-right: 0;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(2) {
        margin-right: 0;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(4) {
        margin-right: 0;
    }
    #hotTravelDeals #gridGala .rowGala .columnGala:nth-child(5) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .columnGala {
        margin-bottom: 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#hotTravelDeals #gridGala .rowGala .twoColumnGala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-right: 1rem;
    height: inherit;
    cursor: pointer;
}

#hotTravelDeals #gridGala .rowGala .two-columnGala-resp{
    display:none;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .twoColumnGala {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 155px;
        display:none;
    }
    #hotTravelDeals #gridGala .rowGala .two-columnGala-resp{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 100%;
        display:block;

    }
}

#hotTravelDeals #gridGala .rowGala .gridCardGala {
    position: relative;
    min-width:150px;
    width: 100%;

    height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: bottom !important;
    z-index: 0;
    /*padding-left: 2rem;*/
    height: 20rem;
    overflow: hidden;
    -webkit-transform: all 0.5s ease;
    -moz-transform: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    -o-transform: all 0.5s ease;
    transform: all 0.5s ease;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    padding-left: 2rem;
    height: inherit;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala:before {
    content: "";
    position: absolute;
    bottom: -29rem;
    left: -35rem;
    bottom: -10rem;
    padding: 3rem;
    height: 20rem;
    width: 40rem;
    background-color: #104466e7;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala:hover:before {
    left: -12rem;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala {
    padding-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala {
        padding-top: 5rem;
    }
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .topLeftGala {
    margin: 0;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .topLeftGala span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .topLeftGala span {
        font-size: 1.2rem;
    }
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .midLeftGala h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: white !important;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .midLeftGala h1 {
        font-size: 1.6rem;
    }
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .rankingGala {
    margin: 0;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .rankingGala ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .rankingGala ul .star {
    margin-right: 0.5rem;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .rankingGala ul .star i {
    font-size: 12px;
    padding: 0;
    color: #FDA014;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .leftGala .rankingGala ul .checked {
    color: #FDA014;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .rightGala {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: inherit;
    padding-bottom: 3rem;
    display: none;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .rightGala .price {
    position: relative;
    bottom: 1rem;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #104366;
    width: 9rem;
    height: 4rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#hotTravelDeals #gridGala .rowGala .gridCardGala .dataGala .rightGala .price span {
    font-weight: 600;
    font-size: 2rem;
}

#hotTravelDeals #gridGala .rowGala .overLay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /*background-color: rgba(52, 120, 183, 0.5);*/
    background-image:-webkit-linear-gradient(bottom right, #631316, #15262f, #571a1c);
    z-index: -1 !important;
    opacity:0.3;
}

#slidersGala {
    margin-top: -2rem !important;
    background-color: #fafafa;
    padding-bottom: 2rem !important;
}

#slidersGala .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#slidersGala .row .col-md-8 {
    padding: 0 !important;
}

#slidersGala .row .col-md-4 {
    padding: 0 !important;
}

@media only screen and (max-width: 767px) {
    #slidersGala {
        display: block;
    }
}

#slidersGala #slideOra .sliderOraGala {
    /*width: 100% !important;*/
    overflow: hidden;
    height: 20rem;
    width: 98.5% !important;
}
@media only screen and (max-width: 767px) {
    #slidersGala #slideOra .sliderOraGala  {
        width: 100% !important;
    }
}

#slidersGala #slideOra .sliderOraGala .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.5rem;
    cursor: pointer;
}

#slidersGala #slideOra .sliderOraGala .swiper-slide h1 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.9rem;
}

#slidersGala #slideOra .sliderOraGala .swiper-slide span {
    background-color: #104366;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #slidersGala #slideOra .sliderOraGala .swiper-slide span {
        font-size: 1.5rem;
    }
}

#slidersGala #slideOra .sliderOraGala .swiper-slide span h1 {
    padding-left: 1rem;
    color: #FDA014;
    font-weight: 600;
    position: relative;
    font-size: 1.5rem;
    text-transform: lowercase;
}

#slidersGala #slideOra .sliderOraGala .swiper-slide span h1:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 0.1rem;
    background-color: red;
    opacity: 1;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#slidersGala #slideOra .sliderOraGala .swiper-slide .sale {
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    height: 3rem;
    background-color: #FDA014;
    font-size: 1.5rem;
    font-weight: 400;
    width: 10rem;
    color: white;
}

#slidersGala #slideOra .sliderOraGala .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(52, 120, 183, 0.5);*/
    background-image:-webkit-linear-gradient(bottom right, #631316, #15262f, #571a1c);
    left: 0;
    top: 0;
    z-index: -1;
    opacity:0.3;
}

#slidersGala #rightBanner {
    /*margin-left: 1rem;*/
    height: 22rem;

}

@media only screen and (max-width: 767px) {
    #slidersGala #rightBanner {
        margin-left: 0rem;
    }
}

#slidersGala #rightBanner .vertical-container {
    height: 100%;
    overflow: hidden;
    width: 98.5%;
    /*width:100%;*/
}

@media only screen and (max-width: 767px) {
    #slidersGala #rightBanner .vertical-container {
        width: 100%;
    }
}

#slidersGala #rightBanner .vertical-container .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    background-position: center;
    z-indeX: 0;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}

#slidersGala #rightBanner .vertical-container .swiper-slide .sale {
    position: absolute;
    text-align: center;
    color: white;
    right: -3rem;
    top: 3rem;
    background-color: #FDA014;
    width: 15rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slidersGala #rightBanner .vertical-container .swiper-slide .left-sale {
    position: absolute;
    text-align: center;
    color: white;
    left: -3rem;
    top: 3rem;
    background-color: #FDA014;
    width: 15rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#slidersGala #rightBanner .vertical-container .swiper-slide .sale-horizontal {
    position: absolute;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    height: 3rem;
    background-color: #FDA014;
    font-size: 1.5rem;
    font-weight: 400;
    width: 13rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slidersGala #rightBanner .vertical-container .swiper-slide .left-sale-horizontal {
    position: absolute;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    right: 0;
    height: 3rem;
    background-color: #FDA014;
    font-size: 1.5rem;
    font-weight: 400;
    width: 13rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


#slidersGala #rightBanner .vertical-container .swiper-slide .sale span {
    font-weight: 500;
}

#slidersGala #rightBanner .vertical-container .swiper-slide .verticleData {
    height: 60%;
   
}
#slidersGala #rightBanner .vertical-container .swiper-slide a{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    #slidersGala #rightBanner .vertical-container .swiper-slide .verticleData {
        height: 0%;
        margin-top: 5rem;
    }
}

#slidersGala #rightBanner .vertical-container .swiper-slide .verticleData h1 {
    color: white;
    text-transform: uppercase;
    /*padding-left: 1rem;*/
    font-size: 1.4rem;
    background-color: #104366;
    display: inline-block;
    /*width: 70%;*/
    /*padding-top: 1rem;*/

    width: 100%;

    padding: 1rem;
    position: absolute;
    margin: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    #slidersGala #rightBanner .vertical-container .swiper-slide .verticleData h1 {
        width: 100%;
        font-size: 1.2rem;
        padding: 1rem;
        position: absolute;
        margin: 0;
        bottom: 0;
    }
}

#slidersGala #rightBanner .vertical-container .swiper-slide .verticleData p {
    padding-left: 1rem;
    display: none;
    color: white;
    height: 3rem;
    width: 30rem;
    font-size: 1rem;
    font-weight: 600;
}

#slidersGala #rightBanner .vertical-container .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 120, 183, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}

#whyUs {
    background-color: #005187;
    position: relative;
    height: 9rem;
    overflow: hidden;
    z-index: -2;
}

@media only screen and (max-width: 1050px) {
    #whyUs {
        display: none;
    }
}

#whyUs:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20rem;
    width: 70%;
    height: 100%;
    padding: 2rem;
    background-color: #FDA014;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -ms-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    z-index: -1;
}

@media only screen and (max-width: 1649px) {
    #whyUs:after {
        right: -15rem;
    }
}

@media only screen and (max-width: 1439px) {
    #whyUs:after {
        right: -10rem;
    }
}

#whyUs .whyUsDataGala {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 9rem;
}

#whyUs .whyUsDataGala .whyUsDataLeftGala {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    width: 40%;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#whyUs .whyUsDataGala .whyUsDataLeftGala h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-style: italic;
}

#whyUs .whyUsDataGala .whyUsDataLeftGala h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    right: 10rem;
    font-style: italic;
}

#whyUs .whyUsDataGala .whyUsDataLeftGala h2 span {
    font-weight: 600;
    color: #FDA014;
    letter-spacing: 1px;
}

#whyUs .whyUsDataGala .whyUsDataRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#whyUs .whyUsDataGala .whyUsDataRight .why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 33.3%;
    max-height: 80%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#whyUs .whyUsDataGala .whyUsDataRight .why .leftWhy {
    height: inherit;
    min-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#whyUs .whyUsDataGala .whyUsDataRight .why .leftWhy i {
    font-size: 4rem;
    color: #F9F9F9;
}

#whyUs .whyUsDataGala .whyUsDataRight .why .rightWhy {
    padding-left: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
}

#whyUs .whyUsDataGala .whyUsDataRight .why .rightWhy h3 {
    color: #F9F9F9;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: 1.5px;
}

#whyUs .whyUsDataGala .whyUsDataRight .why .rightWhy span {
    margin: 0;
    padding: 0;
    color: #F9F9F9;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 18rem !important;
}

#hotTravelPackage {
    background-color: #fafafa !important;
}
@media only screen and (max-width: 899px) {
    #hotTravelPackage{
        margin-bottom:3rem;
    }
}

#hotTravelPackage .CardContainerGala {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards {
    width: 100%;
    height: 39rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 900px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards {
        height: auto;
    }
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers {
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 400px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 900px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-webkit-flex-direction: column;*/
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        flex-wrap:wrap;
        padding: 0 !important;
    }
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef {
    position: relative;
    height: auto;
    /*width: 250px;*/
    width: 24%;
}

@media (min-width: 901px) and (max-width: 1199px) {

    #hotTravelPackage {
        margin-bottom: 25rem;
    }

    #parralaxAccumark {
        margin-top: 32rem;
    }

    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers {
        display: block;
    }

    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef {
        margin: 0 1%;
        padding-bottom: 3rem;
        width: 48%;
        float: left;
    }
}

@media only screen and (max-width: 900px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef {
        margin: auto;
        padding-bottom: 1rem;
        width: 48%;
    }
}
@media only screen and (max-width: 767px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef {
        margin: auto;
        padding-bottom: 3rem;
        width: 100%;
    }
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef:hover {
    z-index: 950;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard {
    background-color: white;
    height: 338.67px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 15px 20px 0px rgba(34, 34, 34, 0.157);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard:hover {
    position: absolute;
    /* -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); */
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.253);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.253);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.253);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* height: 400px;
    width: 300px; */
    width: 100%;
}

@media only screen and (max-width: 980px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard:hover {
        position: relative;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        height: 338.67px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .extra-width{width:100%;}
}
#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard:hover .upperCardPackage:before {
    background-color: rgba(52, 120, 183, 0.6);
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard:hover .upperCardPackage p {
    opacity: 1;
    bottom: 0;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage {
    height: 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* padding-top: 1rem; */
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage {
        padding-left: 0;
        padding-top: 0rem;
    }
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(52, 120, 183, 0.2);
    width: 100%;
    padding: 5rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage p {
    color: white;
    font-size: 1.3rem;
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    opacity: 0;
    position: relative;
    bottom: -100%;
    background-color: rgba(52, 120, 183, 0.5);
    height: 105%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage p {
        width: 100%;
        font-size: 1.4rem;
        padding: 1rem;
    }
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 35%;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .dataOfPackage {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .dataOfPackage span {
    padding-left: 0.5rem;
    color: #FDA014;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .dataOfPackage span:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    left: -0.5rem;
    color: #3477B7;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .dataOfPackage h1 {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 1.6rem;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .priceAndButton {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .priceAndButton .price {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .priceAndButton .price span {
    font-size: 2.5rem;
    font-weight: 600;
    color: #FDA014;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .priceAndButton .btnCardPackage {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .downCardPackage .priceAndButton .btnCardPackage a {
    text-decoration: none;
    background-color: #0055A5;
    color: white;
    width: 9rem;
    height: 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#topDestinationsGala {
    padding-bottom: 3rem;
    background-color: white;
    padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    #topDestinationsGala {
        display: none;
    }
}

#topDestinationsGala #topDestinationsGrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#topDestinationsGala #topDestinationsGrid .destinationGala {
    position: relative;
    width: 33.2%;
    height: 25rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    cursor: pointer;
}

#topDestinationsGala #topDestinationsGrid .destinationGala:hover:before {
    background-color: rgba(52, 120, 183, 0.6);
}

#topDestinationsGala #topDestinationsGrid .destinationGala:hover h1 {
    opacity: 1;
}

#topDestinationsGala #topDestinationsGrid .destinationGala h1 {
    color: white;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

#topDestinationsGala #topDestinationsGrid .destinationGala:before {
    content: '';
    position: absolute;
    padding: 2rem;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 120, 183, 0.2);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#parralaxAccumark {
    background-image: url("/images/acamar.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 518px;
    position: relative;
    z-index: 0;
    background-size: 100% 100%;
}

@media only screen and (max-width: 1024px) {
    #parralaxAccumark {
        /*-webkit-transform: scale(0.88);*/
        /*-moz-transform: scale(0.88);*/
        /*-ms-transform: scale(0.88);*/
        /*-o-transform: scale(0.88);*/
        /*transform: scale(0.88);*/
        background-attachment: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center;
        margin-bottom: 5rem;
        height: 550px;
        /*-webkit-border-radius: 15px;*/
        /*-moz-border-radius: 15px;*/
        /*border-radius: 15px;*/
    }
}

#parralaxAccumark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(14, 43, 72, 0.555);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark:before {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
}

#parralaxAccumark .innerDataParralax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 518px;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax {
        height: 410px;
    }
}

#parralaxAccumark .innerDataParralax .dataPara {
    height: 318px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft {
    width: 70%;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .ratingGala {
    width: 5rem;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .ratingGala ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .ratingGala ul .star {
    margin-right: 0.7rem;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .ratingGala ul .star i {
    font-size: 20px;
    padding: 0;
    color: #FDA014;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .ratingGala ul .checked {
    color: #FDB714;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .headGala h1 {
    color: white;
    font-size: 45px;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    text-shadow: 0px 6px 5px rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .headGala h1 {
        font-size: 19px;
        letter-spacing: 2px;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .headGala h2 {
    font-size: 33px;
    color: #FDA014;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    padding: 0;
    margin: 0;
    text-shadow: 0px 6px 5px rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .headGala h2 {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 400px;
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz {
        height: 25rem;
        width: 38rem;
    }
}

@media only screen and (max-width: 399px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        height: 26rem;
        width: 23rem;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    -webkit-transform: scale(0.8) translateX(-6rem);
    -moz-transform: scale(0.8) translateX(-6rem);
    -ms-transform: scale(0.8) translateX(-6rem);
    -o-transform: scale(0.8) translateX(-6rem);
    transform: scale(0.8) translateX(-6rem);
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 399px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul .wifi:before {
    background-image: url("/assets/img/iconz/icon-01.png");
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul .pool:before {
    background-image: url("/assets/img/iconz/pool.png");
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul .board:before {
    background-image: url("/assets/img/iconz/board.png");
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul .Acceiplty:before {
    background-image: url("/assets/img/iconz/tv.png");
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul li {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    color: white;
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul li {
        width: 50%;
        height: 11rem;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .iconz ul li:before {
    content: "";
    position: absolute;
    top: -8rem;
    background-color: #FDB714;
    padding: 5rem 5rem;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background-repeat: no-repeat;
    background-position: center;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .description {
    padding-top: 3rem;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .description p {
    color: white;
    width: 60rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .description p {
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataLeft .leftData .description p {
        width: 145%;
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight {
    width: 30%;
    height: 100%;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .smCircle {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #FDB714;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 2rem;
    width: 110px;
    height: 110px;
    border: 5px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.8) translateY(0)   translateX(-7px);
    -moz-transform: scale(0.8) translateY(0)   translateX(-7px);
    -ms-transform: scale(0.8) translateY(0)   translateX(-7px);
    -o-transform: scale(0.8) translateY(0)   translateX(-7px);
    transform: scale(0.8) translateY(0)   translateX(-7px);
    cursor: pointer;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .smCircle:hover .saleWrapper {
    -webkit-transform: rotate(360deg) scale(0.9) translateX(-7px);
    -moz-transform: rotate(360deg) scale(0.9) translateX(-7px);
    -ms-transform: rotate(360deg) scale(0.9) translateX(-7px);
    -o-transform: rotate(360deg) scale(0.9) translateX(-7px);
    transform: rotate(360deg) scale(0.9) translateX(-7px);
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .smCircle .saleWrapper {
    -webkit-transform: rotate(0) scale(0.9) translateX(-7px);
    -moz-transform: rotate(0) scale(0.9) translateX(-7px);
    -ms-transform: rotate(0) scale(0.9) translateX(-7px);
    -o-transform: rotate(0) scale(0.9) translateX(-7px);
    transform: rotate(0) scale(0.9) translateX(-7px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .smCircle .saleWrapper span {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .smCircle .saleWrapper h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: white;
    font-size: 3rem;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 2rem;
    width: 200px;
    height: 200px;
    -webkit-transform: scale(1.3) translateX(3rem);
    -moz-transform: scale(1.3) translateX(3rem);
    -ms-transform: scale(1.3) translateX(3rem);
    -o-transform: scale(1.3) translateX(3rem);
    transform: scale(1.3) translateX(3rem);
    border: 7px solid #FDB714;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    transition: all 0.51s ease;
}
@media only screen and (max-width: 1000px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle {
        -webkit-transform: scale(0.8) translateX(7rem)translateY(-8rem);
        -moz-transform: scale(0.8) translateX(7rem)translateY(-8rem);
        -ms-transform: scale(0.8) translateX(7rem)translateY(-8rem);
        -o-transform: scale(0.8) translateX(7rem)translateY(-8rem);
        transform: scale(0.8) translateX(7rem)translateY(-8rem);
    }
}
@media only screen and (max-width: 767px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle {
        -webkit-transform: scale(0.45) translateX(-9rem);
        -moz-transform: scale(0.45) translateX(-9rem);
        -ms-transform: scale(0.45) translateX(-9rem);
        -o-transform: scale(0.45) translateX(-9rem);
        transform: scale(0.45) translateX(-9rem);
    }
}


@media only screen and (max-width: 399px) {
    #parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle {
        -webkit-transform: scale(0.5) translateX(-18rem) translateY(25rem);
        -moz-transform: scale(0.5) translateX(-18rem) translateY(25rem);
        -ms-transform: scale(0.5) translateX(-18rem) translateY(25rem);
        -o-transform: scale(0.5) translateX(-18rem) translateY(25rem);
        transform: scale(0.5) translateX(-18rem) translateY(25rem);
    }
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle:hover {
    background-color: #FDB714;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle:hover .priceWrapper h1 {
    color: white;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle .priceWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle .priceWrapper h1 {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 0;
    padding: 0;
    font-size: 5rem;
    font-weight: 600;
    color: #FDB714;
}

#parralaxAccumark .innerDataParralax .dataPara .innerDataRight .circleWrapper .bigCircle .priceWrapper span {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#infoGala {
    width: 100%;
    height: 40rem;
    background-color: white !important;
}

@media only screen and (max-width: 1050px) {
    #infoGala {
        display: none;
    }
}

#infoGala .infoSectionGala {
    height: 40rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: white !important;
}

#infoGala .infoSectionGala .parts {
    height: 80%;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
}

#infoGala .infoSectionGala .parts .part {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#infoGala .infoSectionGala .parts .part .cardInoGala {
    width: 90%;
    background-color: white;
    height: 55%;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .image {
    height: 100%;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .image img {
    height: 60%;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard {
    -webkit-transform: scale(0.9) translateX(-3rem);
    -moz-transform: scale(0.9) translateX(-3rem);
    -ms-transform: scale(0.9) translateX(-3rem);
    -o-transform: scale(0.9) translateX(-3rem);
    transform: scale(0.9) translateX(-3rem);
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard .inCardGala {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard .inCardGala h2 {
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    padding-bottom: 0.2rem;
    text-transform: uppercase;
    color: #005187;
}

#infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard .inCardGala p {
    padding: 0;
    margin: 0;
    font-size: 1.16rem;
    width: 90%;
    font-weight: 600;
    color: #1f394b;
}
@media(min-width:768px){
    #infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard .inCardGala p{
        font-size: 1.5rem;
    }
    #infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .dataCard{
        transform: scale(0.9) translateX(-3rem) translateY(-9px);
    }
    #infoGala .infoSectionGala .parts .part .cardInoGala .innderCard .image{
        align-items: start;
    }
}

#footerTop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 25rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1050px) {
    #footerTop {
        display: none;
    }
}

#footerTop .lowerGala {
    background-color: orange;
    height: 48%;
}

#footerTop .lowerGala .dataIn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#footerTop .lowerGala .dataIn .imgWrapper {
    position: relative;
    top: -16rem;
    left: 0;
    height: 100%;
    width: 50%;
}

#footerTop .lowerGala .dataIn .imgWrapper img {
    position: absolute;
    left: 16rem;
    height: 28rem;
}

#footerTop .lowerGala .dataIn .another {
    width: 50%;
}

#footerTop .lowerGala .dataIn .another .innerdiv {
    width: 50rem;
    background-color: #0055A5;
    height: 12rem;
    position: relative;
}

#footerTop .lowerGala .dataIn .another .innerdiv .upperData {
    position: absolute;
    top: -10rem;
    left: -18rem;
}

#footerTop .lowerGala .dataIn .another .innerdiv .upperData h1 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #005187;
    letter-spacing: 2px;
}

#footerTop .lowerGala .dataIn .another .innerdiv .upperData h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #005187;
}

#footerTop .lowerGala .dataIn .another .innerdiv .downData {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#footerTop .lowerGala .dataIn .another .innerdiv .downData div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 13rem;
}

#footerTop .lowerGala .dataIn .another .innerdiv .downData div .divWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80%;
    width: 100%;
}

#footerTop .lowerGala .dataIn .another .innerdiv .downData div .divWrapper h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 2.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footerTop .lowerGala .dataIn .another .innerdiv .downData div .divWrapper h5 {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 2.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
}

#footer {
    background-color: #1a2837;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1038px) {
    #footer {
        height: auto;
    }
}

#footer .footerUpper {
    height: 25%;
    border-bottom: 1px solid #ffffff4d;
}

@media only screen and (max-width: 1038px) {
    #footer .footerUpper {
        height: 8rem;
    }
}

#footer .footerDown {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#footer .footerDown .aboutUsGala {
    /*width: 33.3%;*/
    width: 30%;
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .aboutUsGala {
        width: 100%;
    }
}

#footer .footerDown .aboutUsGala .galaxiaLogo {
    height: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .aboutUsGala .galaxiaLogo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 1rem;
        padding-top: 1.5rem;
    }
}

#footer .footerDown .aboutUsGala .galaxiaLogo img {
    height: 80%;
}

#footer .footerDown .aboutUsGala .paragraph {
    height: 52%;
}

#footer .footerDown .aboutUsGala .paragraph p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: white;
    /*width: 80%;*/
    width: 90%;
    line-height: 18px;
    padding-bottom:1rem;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .aboutUsGala .paragraph p {
        width: 80%;
        margin: auto;
    }
}

#footer .footerDown .aboutUsGala .socialinksGala {
    height: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .aboutUsGala .socialinksGala {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1rem;
    }
}

#footer .footerDown .aboutUsGala .socialinksGala ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footerDown .linksGala {
    /*width: 41.6%;*/
    width: 50%;
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .linksGala {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        width: 100%;
    }
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .linksGala .ListCoulmn .headFooterGala h5 {
        font-size: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer .footerDown .linksGala .ListCoulmn {
    width: 33.3%;
}

#footer .footerDown .linksGala .ListCoulmn .headFooterGala {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer .footerDown .linksGala .ListCoulmn .listFooterGala ul {
    list-style: none;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .linksGala .ListCoulmn .listFooterGala ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#footer .footerDown .linksGala .ListCoulmn .listFooterGala ul .reorder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer .footerDown .linksGala .ListCoulmn .listFooterGala ul .reorder a {
    font-size: 12px;
    color: white;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .linksGala .ListCoulmn .listFooterGala ul .reorder a {
        font-size: 10px;
    }
}

#footer .footerDown .linksGala .ListCoulmn .listFooterGala ul .reorder a:before {
    content: "-";
    padding-right: 1rem;
}

#footer .footerDown .linksGala .ListCoulmn .listFooterGala ul .reorder a:hover {
    color: #f78f1e;
}

#footer .footerDown .end {
    width: 20%;
    height: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        text-align: right;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .end {
        width: 100%;
    }
}

#footer .footerDown .end .footerPic {
    height: 77%;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .end .footerPic {
        text-align: center;
        padding: 2rem 1rem;
    }
}

#footer .footerDown .end .footerIcon {
    height: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1038px) {
    #footer .footerDown .end .footerIcon {
        text-align: center;
        padding-bottom: 2rem;
    }
}

#footer .footerDown .end .footerIcon span {
    color: white;
    font-size: 12px;
    font-weight: 500;
}

#footer .footerDown .end .footerIcon ul {
    list-style: none;
}

#footerBar {
    background-color: #005187;
    height: 3rem;
}

#footerBar .copyRights {
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: whitesmoke;
    padding-top: 0.5rem;
}

@media only screen and (max-width: 1038px) {
    #footerBar .copyRights span {
        font-size: 12px;
    }
}

#footerBar .copyRights a {
    color: white;
}

@media only screen and (max-width: 1038px) {
    #footerBar .copyRights a {
        font-size: 12px;
    }
}

#footerBar .copyRights a:hover {
    color: #f78f1e;
}

i {
    font-size: large;
    padding: 0.5rem;
    color: white;
}

i:hover {
    color: #f78f1e;
}

#upperfooter {
    background: green;
    height: 32rem;
}

#upperfooter .allCobtent {
    width: 100%;
}

#upperfooter .allCobtent .upperDev {
    height: 60%;
}

#about-us .repostion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#about-us .repostion .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #f4363f;
    padding-top: 5rem;
}

#about-us .repostion .title span {
    font-size: 44px;
    font-weight: 600;
}

#about-us .repostion .sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #005187;
}

#about-us .repostion .sub-title span {
    font-weight: 500;
    font-size: 3rem;
}

#about-us .repostion .pragraph-area {
    padding-top: 5rem;
}

#about-us .repostion .pragraph-area .p {
    color: gray;
    font-weight: 500;
}

#about-us .repostion .pragraph-area .top-title {
    color: #005187;
    text-transform: uppercase;
}

#about-us .repostion .pragraph-area .upper-title {
    color: black;
}

.tourb2-ab-p4-com h4 span {
    color: #f78f1e !important;
}

.tourb2-ab-p4-text h4.subtitle {
    text-transform: none;
}

.tourb2-ab-p4-com i {
    color: #005288 !important;
}

.tourb2-ab-p1-left h3 {
    padding-bottom: 2rem;
}

.tourb2-ab-p-4.com-colo-abou .scale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
@media(max-width:768px){
    .tourb2-ab-p-4.com-colo-abou .scale{
        transform: scale(1);
        padding-top: 2rem;
    }
}

.tourb2-ab-p-4 {
    padding: 0px 0px 70px 0px !important;
}

@media only screen and (max-width: 767px) {
    .tourb2-ab-p1-left {
        font-size: smaller;
    }
}

@media only screen and (max-width: 767px) {
    .tourb2-ab-p1 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .spe-title {
        margin-bottom: 15px;
    }
    .spe-title h2{
        font-size: 25px;
    }
    .spe-title h2 span{
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .tourb2-ab-p4-com i {
        display: none;
    }
}

#stick {
    width: 35rem !important;
    display: block;
}

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

        margin-top: -1rem !important;
        margin-bottom: 0 !important;
        width: auto !important;
    }
}

#stick #inquire-now {
    -webkit-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 7px 0 rgba(179, 47, 47, 0.5);
    position: relative;
    background-color: white;
    padding: 0px 2rem;
    padding-top: 2rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: -2rem;
}

@media only screen and (max-width: 767px) {
    #stick #inquire-now {
        -webkit-transform: scale(0.84) translateX(-6%);
        -moz-transform: scale(0.84) translateX(-6%);
        -ms-transform: scale(0.84) translateX(-6%);
        -o-transform: scale(0.84)translateX(-6%);
        transform: scale(0.84) translateX(-6%);
        top: -6rem;
        width: 111%;
    }
}

#stick #inquire-now .form-header {
    height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    #stick #inquire-now .form-header {
        height: 6rem;
    }
}

#stick #inquire-now .form-header h4 {
    font-size: 3rem;
    color: #FDA014;
}

#stick #inquire-now .form-header h4 span {
    color: #005187;
    font-size: 3rem;
    font-weight: 600;
}

#stick #inquire-now form .text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#stick #inquire-now form .text-area input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
}

#stick #inquire-now form .text-area label {
    padding-top: 1rem;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

#stick #inquire-now form .text-area select {
    display: block !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
}

#stick #inquire-now form .text-area .discription-text {
    height: auto !important;
    margin-top: 2rem;
    background: white;
}

#stick #inquire-now form .text-area .cheakbox {
    left: 0px !important;
    padding-right: 1rem;
    opacity: 1 !important;
    position: static !important;
}

#stick #inquire-now form .form-inline label {
    padding-top: 1rem;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

#stick #inquire-now form .form-inline .div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#stick #inquire-now form .form-inline .div .code {
    display: block !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
    width: 35%;
}

#stick #inquire-now form .form-inline .div input.phone {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
    width: 60%;
}

#stick #inquire-now form .child-inline {
    padding-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#stick #inquire-now form .child-inline .top {
    margin-bottom: 0px !important;
    line-height: 0px !important;
}

#stick #inquire-now form .child-inline .down {
    font-size: 11px;
}

#stick #inquire-now form .child-inline .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 38%;
}

#stick #inquire-now form .child-inline .inputs #moins {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fDA014 !important;
    background: white;
    font-weight: 500;
}

#stick #inquire-now form .child-inline .inputs #count {
    height: 25px;
    width: 10%;
    background: transparent;
    border: 0;
    font-size: 14px !important;
}

#stick #inquire-now form .child-inline .inputs #plus {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fDA014 !important;
    background: white;
    font-weight: 500;
}

#stick #inquire-now form .cheakbox-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#stick #inquire-now form .cheakbox-area .form-cheakbox {
    padding-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#stick #inquire-now form .cheakbox-area .form-cheakbox label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

#stick #inquire-now form .cheakbox-area .form-cheakbox input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
    display: none;
}

#stick #inquire-now form .cheakbox-area input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: 3.5rem;
}

#stick #inquire-now form .confirm-buttom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
}

#stick #inquire-now form .confirm-buttom input {
    position: absolute;
    height: 5rem !important;
    width: 100% !important;
    background: #FDA014;
    font-size: 16px !important;
    font-weight: 600;
    color: white;
    border: 0;
    -webkit-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#stick #inquire-now form .confirm-buttom input:hover {
    background: #104466e7;
}

#myCarousel1 {
    margin-bottom: 4rem;
}

#simmilarListingGala {
    position: relative;
    height: auto;
    /*width: 35rem;*/
    /*padding: 2rem;*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: white;
    margin-top: 7rem;
    /*border: 1px solid #dadada;*/
    /*border-radius: 4px;*/
}

#simmilarListingGala .listingGalaHead {
    height: 5rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    text-transform: uppercase;
}

#simmilarListingGala .listingGalaHead h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 28px;
    /*text-shadow: 4px 4px 5px #808080;*/
}

#simmilarListingGala .itemGalaListing {
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #f9f9f9;*/
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 1rem;*/
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    /*border: 3px solid #ccc;*/
    padding: 16px;
    /*border-radius: 5px;*/
    /*box-shadow: 0px 7px 16px #CCC;*/
}

#simmilarListingGala .itemGalaListing #imgItemGalaListing {
    width: 30%;
    height: 8rem;
}

#simmilarListingGala .itemGalaListing #imgItemGalaListing img {
    width: 100%;
    height: 100%;
}

#simmilarListingGala .itemGalaListing #linksandDataItemGalaListing {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 2rem;
}

#simmilarListingGala .itemGalaListing #linksandDataItemGalaListing h4 {
    margin: 0;
    padding: 0;
    color: black;
    font-weight: 500;
}

#simmilarListingGala .itemGalaListing #linksandDataItemGalaListing h6 {
    color: #FDA014;
    margin: 0;
    padding: 0;
    font-size: 1.9rem;
}

#simmilarListingGala .itemGalaListing #linksandDataItemGalaListing h6 span {
    color: black;
    padding-left: 1rem;
}

#information {
    background: white;
    margin-top: 3rem;
}

#information .info-header {
    padding-bottom: 2rem;
}
#information .info-header p{
    
    line-height: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: unset;
}
#information .info-header p  span{
    
    line-height: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: unset;
}
#information .info-header ul{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 4rem;
}
#information .info-header ul li{
    font-size: unset;
    line-height: unset;
    font-family: 'Poppins', sans-serif;
    font-weight: unset;
}
@media only screen and (max-width: 767px) {
    #information .info-header p {
        font-size: smaller;
    }
}

#information .info-header hr {
    margin-top: 1rem !important;
    height: 2px;
}

#information .info-header h2 {
    color: #FDA014 !important;
}

#information .info-header .subtitle {
    color: #747272;
}

#information .info-header .inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#information .info-header .inline .column {
    width: 33.33%;
    padding-right: 1rem;
    position: relative;
    margin: 2rem 0rem;
}

#information .info-header .inline .column .header {
    position: absolute;
    bottom: 0.5rem;
    opacity: 0.5;
    background: black;
    width: 100%;
}

#information .resizing {
    margin-top: 3rem;
    background: #f9f9f9;
    -webkit-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    height: 40rem;
}

#information .resizing .header {
    padding: 1rem 0 2rem 0;
}

#information .resizing ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#information .resizing ul a {
    color: black;
}

#information .resizing ul li {
    display: table-row;
}

#information .resizing ul img {
    float: left;
    margin: 0 0 10px 0;
    padding: 2px;
    vertical-align: middle;
    padding-right: 1.5rem;
}

#information .resizing ul .pragraph {
    font-size: 14px;
    line-height: 1.7rem;
    padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
    #information .resizing ul .pragraph {
        font-size: small;
    }
}

#secondNav {
    background-color: white;
    min-height: 5rem;
    display: none;
    position: fixed;
    z-index: 100000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0px 10px grey;
}

@media only screen and (max-width: 991px) {
    #secondNav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 5rem;
        
        
        
    }
}

#secondNav #mobileCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#secondNav #mobileCont #smallLogo {
    width: 50%;
    min-height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    #secondNav #mobileCont #smallLogo {
        min-height: 5rem !important;
    }
}

#secondNav #mobileCont #smallLogo img {
    width: 50%;
}
@media (max-width:768px){
    #secondNav #mobileCont #smallLogo img {
        width: 70%;
    }
}

#secondNav #mobileCont #button {
    width: 50%;
    min-height: 5rem;
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    
}

.open {
    right: 0 !important;
}

#smallMen {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding-top: 6rem;
    position: fixed;
    z-index: 999;
    background-color: #fafafa;
    height: 130vh;
    right: -100%;
    /*padding-top: 60px !important;*/
    padding-top: 15% !important;
}

#smallMen #insideMen ul {
    list-style: none;
}

#smallMen #insideMen .static-menu {
    width: 100%;
    max-width: 360px;
    margin: 2rem auto;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#smallMen #insideMen .static-menu a {
    color: gray;
}

#smallMen #insideMen .static-menu .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    color: #4D4D4D;
    font-family: 'LatoBold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#smallMen #insideMen .static-menu .link a {
    color: gray;
}

#smallMen #insideMen .static-menu .link:hover {
    color: red;
}

#smallMen #insideMen .static-menu .static-link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    color: #4D4D4D;
    font-family: 'LatoBold', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#smallMen #insideMen .static-menu .static-link:hover {
    color: red;
}

#smallMen #insideMen .static-menu li .sub-menu {
    padding-left: 1rem;
    background-color: #fafafa;
}

#smallMen #insideMen .static-menu li .sub-menu li {
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: red;
    padding-left: 0.2rem;
    padding: 2rem 2rem;
}

#smallMen #insideMen .static-menu li .sub-menu li:before {
    content: '-';
    padding-right: 0.2rem;
}

#smallMen #insideMen .static-menu li .open .link {
    color: red;
}

#smallMen #insideMen .static-menu li .open i {
    color: red;
}

#smallMen #insideMen .static-menu li:hover i {
    color: red;
}

#smallMen #insideMen .static-menu li i {
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 18px;
    color: #4d4d4d;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 12px;
    left: auto;
    font-size: 16px;
}

#smallMen #insideMen .static-menu li:last-child() .link {
    border-bottom: 0;
}

#smallMen #insideMen .static-menu li:last-child() .static-link {
    border-bottom: 0;
}

#separator {
    background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
    #separator {
        display: none;
    }
}

.container-fluid {
    padding: 0 !important;
}

hr {
    margin-top: 7rem;
}

section {
    padding-top: 2rem !important;
}

section #upperTitleGala {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 3rem;
}


section #upperTitleGala .titleGala {
    width: 80%;
    height: inherit;
}
@media(min-width:768px) and (max-width:1000px){
    section #upperTitleGala .titleGala{
        width:75%;
    }
    #hotTravelPackage .CardContainerGala .HotTravelPackagesCards .swiper-wrappers .swiper-slidef #hotTravelPackagesCard .upperCardPackage p{
        font-size:1.1rem;
    }
}

section #upperTitleGala .titleGala h1 {
    position: relative;
    left: 5rem;
    display: inline-block;
    font-weight: 400;
    color: #005187;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 900px) {
    section #upperTitleGala .titleGala h1 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: relative;
        font-size:larger;
        font-size: 1.4rem !important;
    }

    section #upperTitleGala .titleGala h1 span {
        font-size: 1.3rem !important;
    }
}

section #upperTitleGala .titleGala h1 span {
    font-weight: 600;
    /*padding-left: 0.8rem;*/
    color: #FDA014;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*letter-spacing: -0.2px;*/
    font-size: 2rem;
}

section #upperTitleGala .titleGala:before {
    content: '';
    background: url("../../assets/img/iconz/galaxiaTours.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.5rem;
    padding: 2rem;
}

section #upperTitleGala .seeMoreGala {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    height: inherit;
    width: 17%;
    font-weight: 500;
    background-color: #FDA014;
}
@media(min-width:768px) and (max-width:1000px){
    section #upperTitleGala .seeMoreGala{
        width:%;
    }
}

@media only screen and (max-width: 767px) {
    section #upperTitleGala .seeMoreGala {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    section #upperTitleGala .seeMoreGala {
        width: 50%;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        position: relative;
        right: -2rem;
    }
}

section #upperTitleGala .seeMoreGala a {
    cursor: pointer;
    color: white;
    font-weight: 600;
    width: 15rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

section #upperTitleGala .seeMoreGala a:before {
    content: "\f00e";
    font: normal normal normal 20px/1 FontAwesome;
    padding-right: 0.5rem;
    position: relative;
    top: 0.3rem;
}

section #upperTitleGala .description {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: -1rem;
}

section #upperTitleGala .description h2 {
    /*text-transform: capitalize;*/
    font-size: 1.2rem;
    color: #0e2b48;
    display: inline-block;
    padding: 1rem;
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    section #upperTitleGala .description h2 {
        padding: 1.2rem;
    }
}
@media only screen and (min-width: 767px) {
    section #upperTitleGala .description h2 {
        margin-left:4rem;
    }
}

#buuter {
    background-color: white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    height: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#buuter .container {
    padding: 0;
}

#buuter #buuterData {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15rem;
    position: relative;
}

@media (max-width: 900px) {
    #buuter #buuterData {
        display: block;
        margin-top: 9rem;
    }
}

#buuter #buuterData #inData {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15rem;
    width: 80%;
}

@media (max-width: 900px) {
    #buuter #buuterData #inData {
        display: block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    #buuter #buuterData #inData {
        position: relative;
        width: 100%;
        /* left: -146px; */
    }
}

@media (max-width: 500px) {
    #buuter #buuterData #inData {
        position: relative;
        width: 100%;
        left: -39px;
    }
}

#buuter #buuterData #inData h1 {
    margin: 0;
    padding: 0;
    padding-left: 9rem;
    font-weight: 600;
    color: #005187;
    margin-bottom:1rem;
}



#buuter #buuterData #inData h1:before {
    content: '';
    background: url("../img/iconz/galaxiaTours.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 4rem;
    padding: 2rem;
    /* top: 3.9rem; */
}
@media only screen and (max-width: 767px) {
    #buuter #buuterData #inData h1:before {
        display: none;
    }
}
@media (max-width:900px) {

    .disnone{
        margin: 0px;
    }
}
@media(max-width:768px){
    #buuter #buuterData #inData h1:before {
        position: absolute;
        top: -9px;
    }

}
@media(max-width:500px){

    #buuter #buuterData #inData h1 {
        font-size: 20px;
        padding-left: 6rem;
    }
}


#buuter #buuterData #inData #downData {
    font-weight: 500;
    padding-left: 4.5rem;
}

@media (max-width: 900px) {
    #buuter #buuterData #inData #downData {
        padding-left: 6rem;
        /*padding: 1.5rem;*/
    }
}

#buuter #buuterData #inData #downData .location {
    font-weight: inherit;
    color: #FDA014;
}

#buuter #buuterData #inData #downData .location:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 1rem;
    color: #005187;
}

#buuter #buuterData #inData #downData .tourType {
    font-weight: inherit;
    text-transform: capitalize;
    color: #FDA014;
}

#buuter #buuterData #inData #downData .tourType:before {
    content: '|';
    padding-Right: 1rem;
    color: #005187;
}

#buuter #buuterData #inData #downData .tourType:after {
    content: "|";
    color: #005187;
}

#buuter #buuterData #inData #downData .duration {
    font-weight: inherit;
    color: #FDA014;
}

#buuter #buuterData #inData #downData .duration:before {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #005187;
}

#buuter #buuterData #divbtn {
    width: 34%;
    height: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

  #buuter #buuterData #divbtn #packPrice {
        position: relative;
        top: 0rem;
        right: -5.2rem;
        background-color: rgba(253,160,20,0.78);
        height: 150%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 5rem; }

@media only screen and (max-width: 992px) {
    #buuter #buuterData #divbtn #packPrice {
        display: none;
    }
}

#buuter #buuterData #divbtn #packPrice:before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.8rem;
    width: 3%;
    height: 7.5%;
    background-color: #c76700;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    opacity: 0.9;
}

#buuter #buuterData #divbtn #packPrice span {
    color: white;
    text-transform: uppercase;
}

#buuter #buuterData #divbtn #packPrice h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 5rem;
}

#buuter #buuterData #divbtn button {
    background-color: #FDA014;
    border: 0;
    width: 15rem;
    height: 4rem;
    color: white;
    font-weight: 500;
    font-size: 1.2rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#cuuter {
    padding-top: 1rem !important;
    background-color: white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 2px 10px 0px rgba(34, 34, 34, 0.157);
    height: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #cuuter {
        /*height: 20rem;*/
        height: auto;
    }
}

#cuuter .container {
    padding: 0;
}

#cuuter #cutterData {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.5rem;
    position: relative;
}
@media(max-width:767px){
    #cuuter #cutterData {
        left:1rem;
    }
}

#cuuter #cutterData #inData h1 {
    padding-top: 1.3rem;
}

#cuuter #cutterData #inData #downData {
    font-weight: 500;
    padding-left: 1rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#cuuter #cutterData #inData #downData .location {
    font-weight: inherit;
    color: #FDA014;
}

#cuuter #cutterData #inData #downData .location:before {
    content: '\f041';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 1rem;
    color: #005187;
}

#cuuter #cutterData #inData #downData .tourType {
    font-weight: inherit;
    text-transform: capitalize;
    color: #FDA014;
}

#cuuter #cutterData #inData #downData .tourType:before {
    content: '|';
    padding-Right: 1rem;
    color: #005187;
}

#cuuter #cutterData #inData #downData .tourType:after {
    content: "|";
    color: #005187;
}

#cuuter #cutterData #inData #downData .duration {
    font-weight: inherit;
    color: #FDA014;
}

#cuuter #cutterData #inData #downData .duration:before {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #005187;
}

#cuuter #cutterData h1 {
    margin: 0;
    padding: 0;
    padding-left: 4rem;
    font-weight: 600;
    color: #005187;
    font-size: medium;
}

#cuuter #cutterData h1:before {
    content: '';
    background: url("../img/iconz/galaxiaTours.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.8rem;
    left: -1rem;
    padding: 2rem;
}

@media only screen and (max-width: 767px) {
    #cuuter #cutterData h1:before {
        display: none;
        
    }
}

#cuuter #cutterData button {
    background-color: #FDA014;
    border: 0;
    width: 20rem;
    height: 4rem;
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

@media only screen and (max-width: 767px) {
    #cuuter #cutterData button {
        display: none;
    }
}

#cuuter #desco p {
    font-weight: 500;
    color: #1a2837;
    font-size: 1.5rem;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
    #cuuter #desco p {
        /*padding: 0 4rem;*/
        padding: 0 2rem;


    }
}

#distenationCard {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#distenationCard h4 {
    color: #005187;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 600;
}

#distenationCard #para {
    padding-top: 1rem;
    background-color: #fafafa;
    color: #1a2837;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
}

#whyThisDestination {
    display: none;
    border-top: 1px solid #ccc;
    background-color: #3477B7;
    position: relative;
    z-index: 0;
}

#whyThisDestination:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/backquestions.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
    top: 0;
}

#whyThisDestination h2 {
    color: white;
}

#whyThisDestination #blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#whyThisDestination #blocks .block {
    padding-top: 3rem;
    width: 30%;
    background-color: white;
    border: 1px solid #ccc;
    height: 30rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#whyThisDestination #blocks .block #icon {
    height: 50%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#whyThisDestination #blocks .block #icon i {
    border: dashed #00518769 1px;
    width: 12.5rem;
    height: 12.5rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

#whyThisDestination #blocks .block #icon i:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: normal normal normal 5rem/1 FontAwesome;
    color: #005187;
}

#whyThisDestination #blocks .block #icon .honesty:before {
    content: "\f2b5";
}

#whyThisDestination #blocks .block #icon .inovation:before {
    content: "\f0eb";
}

#whyThisDestination #blocks .block #icon .avail:before {
    content: "\f017";
}

#whyThisDestination #blocks .block #words {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    padding-top: 1rem;
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#whyThisDestination #blocks .block #words h1 {
    font-weight: 400;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #FDA014;
    letter-spacing: 2px;
}

#whyThisDestination #blocks .block #words p {
    padding-top: 1rem;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 15px;
    width: 27rem;
    text-align: center;
    font-weight: 400;
}

#choosePackage .container {
    padding: 0;
}

#choosePackage #filter {
    padding-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    #choosePackage #filter {
        display: none !important;
    }
}

#choosePackage #filter .count {
    height: 100%;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #choosePackage #filter .count {
        padding: 1rem;
        height: unset;
    }
}

#choosePackage #filter .count h1 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    #choosePackage #filter .count h1 {
        padding: 1rem;
        font-size: 1.6rem;
    }
}

#choosePackage #filter .select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0rem 0rem 1rem;
}

#choosePackage #filter .select select {
    display: inline-block;
    width: 15rem;
}

#choosePackage #screen {
    padding-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
    #choosePackage #screen {
        border-top: none;
    }
}

#choosePackage #screen #results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

#choosePackage #screen #results #cardPackage {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 24%;
    height: 46rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
}
@media (max-width:768px){
    #choosePackage #screen #results #cardPackage{
        height: 48rem;
    }
}
#choosePackage #screen #results #cardPackage #upperCardPackage {
    position: relative;
    height: 40%;
}

#choosePackage #screen #results #cardPackage #upperCardPackage img {
    width: 100%;
    height: 100%;
}

#choosePackage #screen #results #cardPackage #upperCardPackage #price {
    position: absolute;
    bottom: -4px;
    left: -2rem;
    background-color: #FDA014;
    width: 14rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

#choosePackage #screen #results #cardPackage #upperCardPackage #price span {
    color: white;
    font-weight: 600;
    font-size: 2.2rem;
    padding-left: 0px;
}

#choosePackage #screen #results #cardPackage #footerCardPackage {
    height: 60%;
    background-color: white;
    padding-top: 1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #name {
    height: 5%;
    height:19%;
    height:10%;
    margin-bottom: 10px;

}
#choosePackage #screen #results #cardPackage #footerCardPackage #type {
    height:28%;
    margin-bottom: 00px;

}
#choosePackage #screen #results #cardPackage #footerCardPackage #type ul{
    padding: 0;
    
    justify-content: left !important;
}
#choosePackage #screen #results #cardPackage #footerCardPackage .show-gap {
    height: 5%;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #name span {
    color: #0055a5;
    font-weight: 600;
    font-size: 1.7rem;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #days {
    height: 10%;
  
}
  @media (max-width:525px){
    #choosePackage #screen #results #cardPackage #footerCardPackage #days{
    height:17%;
}
}
 @media (max-width:992px){
    #choosePackage #screen #results #cardPackage #footerCardPackage #days{
    height:17%;
}
}
#choosePackage #screen #results #cardPackage #footerCardPackage #days .days {
    color: #FDA014;
    font-size: 1.2rem;
    font-weight: 600;
}
@media  (min-width:923px) and (max-width:1120px){
    #choosePackage #screen #results #cardPackage #footerCardPackage #name span{
        font-size: 1.3rem;
    }
    #choosePackage #screen #results #cardPackage #footerCardPackage #discription p{
        font-size: 1.2rem;
    }

}

#choosePackage #screen #results #cardPackage #footerCardPackage #days .days:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 0.5rem;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #days .days:after {
    content: "|";
}

#choosePackage #screen #results #cardPackage #footerCardPackage #days .tour {
    color: #FDA014;
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 0.5rem;
    text-transform: capitalize;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #discription {
    padding-top: 1rem;
    /* height: 60%;
    height: 52%; */
    height: 42%;
    position: relative;
    overflow: hidden;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #discription p {
    font-size: 13px !important ;
    line-height: 2rem !important;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #goPack {
    height: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #goPack a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 9rem;
    height: 3rem;
    background-color: #0055A5;
    color: white;
}

#choosePackage #screen #results #cardPackage #footerCardPackage #goPack button {
    background-color: #005187;
    border: 0;
    width: 10rem;
    height: 3rem;
    color: white;
    font-weight: 600;
}

.acora {
    padding: 0 !important;
    margin: 0 !important;
}

#leftContainerWrapper .theAccor {
    width: 100%;
    list-style: none;
}

#leftContainerWrapper .theAccor .panel {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding: 2rem 0;
    margin-bottom: 0;
}

#leftContainerWrapper .theAccor .panel a {
    font-size: 15px !important;
    margin-bottom: 1rem;
    margin-left: 2.3rem;
    padding-top: 3rem;
    background: none;
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    #leftContainerWrapper .theAccor .panel a {
        font-size: 2rem;
        padding: 10px 20px;
    }
}

#leftContainerWrapper .theAccor .panel a:before {
    content: "\f0fe";
    font: normal normal normal 24px/1 FontAwesome;
    padding-right: 1rem;
    color: #F78F1E;
}

#leftContainerWrapper .theAccor .panel a:hover {
    background-color: white;
}

#leftContainerWrapper .theAccor .panel a:focus {
    background-color: white;
}

#leftContainerWrapper .theAccor .panel a ul {
    list-style: none !important;
    width: 100%;
    height: 100%;
}

#leftContainerWrapper .theAccor .panel a ul li #included {
    padding-top: 3rem;
}

#leftContainerWrapper .theAccor .panel a ul li #included ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
}

#leftContainerWrapper .theAccor .panel a ul li #included ul li {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 30px;
    margin-bottom: 0;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #leftContainerWrapper .theAccor .panel a ul li #included ul li {
        font-size: 1rem;
        padding-left: 10px;
    }
}

#leftContainerWrapper .theAccor .panel a ul li #included ul li:nth-child(2n+1) {
    background-color: rgba(238, 238, 238, 0.486);
}

#leftContainerWrapper .theAccor .panel a ul li #included ul li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: green;
    padding-right: 1rem;
}

#leftContainerWrapper .theAccor .panel a ul li #notIncluded {
    padding-top: 3rem;
}

#leftContainerWrapper .theAccor .panel a ul li #notIncluded ul {
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    position: relative;
}

#leftContainerWrapper .theAccor .panel a ul li #notIncluded ul li {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 30px;
    margin-bottom: 0;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #leftContainerWrapper .theAccor .panel a ul li #notIncluded ul li {
        font-size: 1rem;
        padding-left: 10px;
    }
}

#leftContainerWrapper .theAccor .panel a ul li #notIncluded ul li:nth-child(2n+1) {
    background-color: rgba(238, 238, 238, 0.486);
}

#leftContainerWrapper .theAccor .panel a ul li #notIncluded ul li:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: darkred;
    padding-right: 1rem;
}

#customizeYourTrip {
    position: relative;
    width: 35rem;
    height: 25rem;
    background-image: url("../img/customizeTrip.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 4rem;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#customizeYourTrip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 120, 183, 0.2);
    width: 100%;
    height: 100%;
    z-index: -1;
}

#customizeYourTrip h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px black;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#customizeYourTrip span {
    color: #104366;
    font-size: 5rem;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.246);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#customizeYourTrip a {
    font-size: 4rem;
    background-color: #FDA014;
    text-decoration: none;
    color: white;
    width: 20rem;
    height: 5rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

#idTabs {
    -webkit-box-pack: center !important;
    -webkit-justify-ctabsontent: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (max-width: 900px) {
    #idTabs {
        display: none !important;
    }
}

#idTabsi {
    margin-left: 2rem;
    position: sticky;
    z-index: 10000;
    top: 8%;
    background: #fff;
}

@media (max-width: 900px) {
    #idTabsi {
        display: none !important;
        
    }
}

@media (max-width: 900px) {
    .tour_head1 h3 {
        margin-top: 0px;
    }
}
.tour_head1 .itenary span {
    color:#f78f1e;
}
@media (min-width: 992px) and (max-width:1200px) {
    #idTabsi , #idTabs{
        display: none !important;
    }
    #buuter #buuterData #divbtn #packPrice{
        right: -4.2rem;
    }
}

#leftContainerWrapper #imageLeft div {
    width: 48%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
    padding: none;
    margin: none;
    margin-bottom: 0.8rem;
}

@media (max-width: 900px) {
    #leftContainerWrapper #imageLeft div {
        width: 100%;
        background: center;
        background-repeat: no-repeat;
         background-size: 100% 100%;
    }
}

@media (max-width: 900px) {
    #parag {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .d-info-pack-days {
        /*text-align: center;*/
        /*margin: auto;*/
    }
}

@media (max-width: 900px) {
    #ContBodyPar {
        text-align: center;
    }
}

@media (max-width: 900px) {
    #hotel, #place {
        margin: 1rem auto;
    }
}

@media only screen and (max-width: 1024px) {
    #hotel, #place {
        margin: 1rem 0;
    }
}

#leftContainerWrapper #footerContent div i {
    color: gray;
}

#leftContainerWrapper #footerContent div i :hover {
    color: #f78f1e !important;
}

@media (max-width: 900px) {
    #leftContainerWrapper #footerContent div i {
        /*padding-right: 0rem;*/
    }
}

@media (max-width: 992px) {
    #leftContainerWrapper .tabs label {
        width: 50%;
    }
}

@media (max-width: 992px) {
    #stick {
        margin: 5rem auto;

        /*width: 58rem;*/
        width: 92% !important;
    }
}
@media (min-width: 992px) and (max-width:1300px) {
    #stick , #customizeYourTrip , #packPrice {

        width: 27rem !important;
    }



}

@media (max-width: 992px) {
    #customizeYourTrip, #simmilarListingGala, #footerTop {
        display: none;
    }
}

.tab-table {
    position: relative;
    background-color: white;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 1rem 3rem;
    /* margin-bottom: 4rem; */
    padding-bottom: 4rem;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .tab-table {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .responsive {
        display: none;
    }
}

.mb {
    margin-bottom: 5rem;
}

.border {
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px;
    text-align: center;
}

@media (max-width: 900px) {
    .border {
        margin: 15px;
    }
}

.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px !important;
}

@media (max-width: 900px) {
    .nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.nav-tabs > li > a {
    color: #ffffff;
    background-color: #005187;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #f78f1e !important;
}

.border-bottom {
    border-bottom: 1px solid #f78f1e;
    padding-bottom: 10px;
}

.acaca {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-left: 0.3rem;
    padding-top: 3rem;
    background: none;
    color: #005187;
    padding-bottom: 3rem;
    font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.m-bottom {
    margin-bottom: 5rem;
}

#accordion .panel {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #f81ac1;
    /*border: 1px solid #ececec;*/
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
}

#accordion .panel-title a.collapsed {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #676767;
    -webkit-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.3);
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #f81ac1;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    color: #676767;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

#accordion .panel-title a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}

#accordion .panel-body {
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}

/******************* Accordion Demo - 9 *****************/
.accordion9 {
    display: none;
}

@media (max-width: 900px) {
    .accordion9 {
        display: block;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.accordion9 .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 2rem;
}

.accordion9 .panel-heading {
    padding: 0;
}

.accordion9 .panel-title {
    position: relative;
}

.accordion9 .panel-title a {
    color: #fff;
    background: #fff;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 10px 13px 50px;
}

.accordion9 .panel-title a.collapsed {
    color: #ffffff;
    background: #fff;
}

.accordion9 .panel-title a:before,
.accordion9 .panel-title a.collapsed:before {
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 16px 16px;
    color: #F78F1E;
    background: #005187;
}

.accordion9 .panel-title a.collapsed:before {
    content: "+";
}

.accordion9 .panel-body {
    color: #828282;
    font-size: 14px;
    line-height: 26px;
}

.accordion9 .text {
    font-size: 15px;
    color: #005187;
}

.accordion9 .text::before {
    font: normal normal normal 24px/1 FontAwesome;
    padding-right: 1rem;
    color: #F78F1E;
    content: '\f0d6 ';
}

.accordion9 .panel-title::before {
    content: '';
    position: absolute;
    right: 1rem;
    top: 0;
    width: 20%;
    height: 0.1rem;
    background-color: orange;
    -webkit-transform: skew(60deg);
    -moz-transform: skew(60deg);
    -ms-transform: skew(60deg);
    -o-transform: skew(60deg);
    transform: skew(60deg);
}

@media only screen and (max-width: 767px) {
    #cont {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #msg {
        height: 30rem;
    }
}

@media only screen and (max-width: 767px) {
    .dir-rat-form {
        overflow: unset;
    }
}

@media only screen and (max-width: 767px) {
    .new-con3 {
        padding-bottom: 3rem;
    }
}

.icon-galaxia {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    list-style: none !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2rem;
}

.icon-list-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
}

.icon-list-new i {
    font-size: 25px;
    color: #F78F1E;
}

@media only screen and (max-width: 992px) {
    #cardPackage {
        width: 48% !important;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 525px) {
    #cardPackage {
        width: 100% !important;
        flex-wrap: nowrap;
    }
}

#leftContainerWrapper #imageLeft div h4 {
    width: 100%;
}


#leftContainerWrapper .new-prices .one-col {
    width: 100%;
    padding: 0.6rem;
    box-shadow: 2px 2px 5px gray;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 3px;
    
}

#leftContainerWrapper .new-prices .one-col p{
    color: black;
    margin: 0;
}
#leftContainerWrapper .new-prices .one-col .price{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f78f1e;
    position: absolute;
    padding: 0.7rem;
    border-radius: 50%;
    left: -18px;
    top: -17px;
    box-shadow: 2px 2px 5px gray;
}
#leftContainerWrapper .new-prices .one-col .price p{
    color: white;
}
#leftContainerWrapper .fixed-price{
    background: white;
    box-shadow: 2px 2px 5px gray;
    border-radius: 5px;
    overflow: hidden;
}
#leftContainerWrapper .fixed-price .title{
    width: 100%;
    
    
    padding: 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
    
}
#leftContainerWrapper .fixed-price .title p{
    margin: 0;
    font-weight: 600;
    color:#F78F1E ;
    padding-left: 2rem;
    font-size:20px;
}
#leftContainerWrapper .fixed-price .rmv-p{
    padding: 0 !important;
}
#leftContainerWrapper .fixed-price .price-style{
    background: #F78F1E;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 1rem;
   
}
#leftContainerWrapper .fixed-price .price-style p{
    background: #F78F1E;
    color: white;
    font-weight: 600;
    margin: 0;
    font-size:20px;
}
@media   (min-width: 992px) and  (max-width: 1150px) {
    #leftContainerWrapper .new-prices .one-col p{
       font-size: 12px;
    }
}
@media only screen and (max-width: 992px) {
    #leftContainerWrapper .new-prices .one-col{
        margin: 1rem 0;
    }
    #leftContainerWrapper .new-prices .one-col .price{
        display: flex;
    justify-content: center;
    align-items: center;
    background: #f78f1e;
    position: absolute;
    padding: 0.7rem;
    border-radius: 5px;
    left: 0px;
    top: 0px;
    box-shadow: none;
    }
}
@media only screen and (max-width: 767px) {
    .carousel-control.right {
        right: 0rem;
    }
    
}

.desti {
    top: auto !important;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .tab-pane .border {
        width: 100%;
        margin: 15px 0px !important;
    }
}

.hotel-gal-arr {
    width: 26px !important;
    height: 24px !important;
}

@media only screen and (max-width: 767px) {
    .carousel-control.left {
        left: -3.5rem;

    }
}

@media only screen and (max-width: 767px) {
    .hotel-com-color {
        padding: 3rem 0rem;
    }
}

.photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: 0;
}

.photos img {
    display: block;
    float: left;
    flex: 0 0 auto;
    background-color: #fff;
}

.gallery {
    color: #005187;
    margin-bottom: 20px;
    margin-top: 20px;
    background-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 22px;
    padding-top: 2rem;

}

.gallery:before {
    content: '\f03e';
    font: normal normal normal 24px/1 FontAwesome;
    padding-right: 1rem;
    color: #F78F1E;
}
.termsandconditions {
    color: #005187;
    margin-bottom: 20px;
    margin-top: 20px;
    background-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 22px;
    padding-top: 2rem;

}

.termsandconditions:before {
    content: '\f19c';
    font: normal normal normal 24px/1 FontAwesome;
    padding-right: 1rem;
    color: #F78F1E;
}

#idTabs div a {
    font-size: 12px;
    color: #fff;
}
#idTabsi div {
    background: #005187;
    height: 100%;
    width: auto;
    margin-right: 0.5rem;
    margin-top:0 ;
    padding: 0 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 145px; */
}
@media only screen and (max-width: 1024px) {
    .full-size {
        width: 100%;
        padding: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .read-more-destinations-btn {
        width: 100% !important;
    }
}
/*new filter*/
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f68e1e;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #f68e1e;
}
.filterr{
    margin-top: 3rem;
    margin-bottom: 3rem;;
}
.clickable{
    cursor: pointer;
}
.btn-danger , .btn-danger:hover , .btn-danger:focus{
    color: #fff;
    background-color: #f68e1e;
    border-color: #f68e1e;
    border-radius: 0px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.pure-material-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.pure-material-checkbox:hover > input {
    opacity: 0.04;
}

.pure-material-checkbox > input:focus {
    opacity: 0.12;
}

.pure-material-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.pure-material-checkbox > input:disabled {
    opacity: 0;
}

.pure-material-checkbox > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

#cardPackage {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 37rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    -moz-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157);
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.157); }
#cardPackage #upperCardPackage {
    position: relative;
    height: 40%; }
#cardPackage #upperCardPackage img {
    width: 100%;
    height: 100%; }
#cardPackage #upperCardPackage #price {
    position: absolute;
    bottom: -4px;
    left: -2rem;
    background-color: #FDA014;
    width: 14rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
#cardPackage #upperCardPackage #price span {
    color: white;
    font-weight: 600;
    font-size: 2.2rem;
    padding-left: 0px; }
#cardPackage #footerCardPackage {
    height: 60%;
    background-color: white;
    padding-top: 1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
#name {
    height: 5%;
    height:26%;}
#name span {
    color: #0055a5;
    font-weight: 600;
    font-size: 1.5rem; }
#days {
    height: 5%; }
#days .days {
    color: #FDA014;
    font-size: 1.2rem;
    font-weight: 600; }
#days .days:before {
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 0.5rem; }
#days .days:after {
    content: "|"; }
#days .tour {
    color: #FDA014;
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 0.5rem;
    text-transform: capitalize; }
#discription {
    padding-top: 1rem;
    height: 60%;
    position: relative;
    overflow: hidden; }
#discription p {
    font-size: 14px;
    font-size: 13px !important;
    line-height: 15px;
    line-height:2rem !important;}
#goPack {
    height: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem; }
#goPack a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 9rem;
    height: 3rem;
    background-color: #0055A5;
    color: white; }
#goPack button {
    background-color: #005187;
    border: 0;
    width: 10rem;
    height: 3rem;
    color: white;
    font-weight: 600; }

.rmv{
    padding:0;
}

@media only screen and (max-width: 767px) {
    #hotTravelDeals #gridGala .rowGala .index-responsive {
        margin-right:0px;
    }
}

.lightss .img-gellay {
    max-width: 180px ;
    height: 160px  ;
    margin-bottom: 1rem ;
}
.lightss .photo-gallery {
    color:#313437;
    background-color:#fff;
}

.lightss .photo-gallery p {
    color:#7d8285;
}

.lightss .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

.lightss .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.lightss .photo-gallery .intro p {
    margin-bottom:0;
}

.lightss .photo-gallery .photos {
    padding-bottom:20px;
}

.lightss .photo-gallery .item {
    padding:0px;

}

a.lb-close {
    position: absolute;
    right: 10%;
    top: 1rem;
    z-index: 99999;
    cursor: pointer;
}

.lightss .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 17px;
    left:0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00000047 !important;
    color: #fff;
    text-align: center;
}
.padding-none{
    padding: 0px;
}
@media (max-width:767px) {
    .lightss .photo-gallery h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

@media(max-width:900px) {
    .lightss .img-gellay {
        height: auto;
        min-height: fit-content ;
        max-width: 100%;
    }
    .padding-none{
        width: 100%;
    }
}
@media(max-width:320px){
    div#lightbox {
        top: 2100% !important ;
    }

}

.activess{
    color:#f78f1e;
    opacity: 1 !important;
}
a{
    cursor: pointer;
}
.form-group {
    margin: 15px  0  !important;
}
.new-con p a {
    color: #333;
    line-height: 2;
}
.new-con p  {
    color: #333;
    line-height: 2;
}
.img-logoo{
    cursor: pointer;
}
.p-des{
    margin: 0 0 0px;
    padding: 10px 0;
}
@media(max-width:900px) {
    .btn-disnone{
        display: none;
    }
    #cuuter #cutterData h1{
        padding-left: 1rem;
    }
    #cuuter .container {
        padding: 0;
        padding-bottom: 3rem;
    }

    .icon-galaxia {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important;

    }
}
.mm1-s3 {
    display: flex;
}

.nav-pills{
    margin: 5rem 4rem 0;
}
@media(max-width:560px) {
   .nav-pills{
       display:flex;
      margin: 5rem 0rem 0;
    }

}
.marggin{
    margin: 5rem 5rem 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FDA014;
    border: 0;
    width: 20rem;
    height: 4rem;
    color: white;
    font-weight: 600;
    font-size: 1.6rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    text-align: center;
    border-radius: 0;
}

.nav > li > a {
    color: #0a2444;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}
a.text-color-tab {
    background-color: #eee;
    border: 0;
    width: 15rem;
    height: 4rem;
    color: white;
    font-weight: 500;
    font-size: 1.2rem;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    text-align: center;
    border-radius: 0;
}
.mar-none{
    margin-top: 0;
}
.hotel .heading{
    background: url(../images/umbrella.png) no-repeat left center;
    padding-left: 25px;
    color: #005187;
    margin-bottom: 20px;
    margin-top: 20px;
    background-size: 16px;
    font-weight: 600;
    font-size: 22px;

}

/*************new************/
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video{
    height:360px;
}
.OFICINA1 h1{
    text-align: center;
    margin: 5rem 0;
    position: relative;
    color: #003768;
}
.OFICINA1 h1::before{
    content: " ";
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    background-color: #fc9e15;
    width: 10rem;
    margin: auto;
    height: 5px;
}
.location i{
    width: 6rem;
    height: 6rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    background: #ececec;
    color: #105c8f;
    border: 5px solid #fff;
    margin-right: 2rem;
    transition: all 0.5s ease-in;

}
.location i:hover{
    border: 0px solid #fff;
    line-height: 5.5rem;
}
.location h4{
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.location p{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom:6rem;
}
.OFICINA1 .embed-responsive-4by3 {
    padding-bottom: 40%;
}
.contaact h1{
    text-align: center;
    margin: 3rem 0;
    position: relative;
    color: #003768;
}
.contaact input , .contaact textarea{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    margin-bottom: 1rem;
    height: 50px;
}
.contaact textarea{
    height: 80px;
    border-top:0;
    box-shadow: none;
}
.contaact input:active , input:focus{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color:#000;
    outline: none;
}

.form-control:focus {
    border-color:#ddd ;
    outline: 0;;
    box-shadow: none
}
.contaact .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 50%;
    margin-bottom: 2rem;
    height: 50px;
}
.contaact .btn-primary:hover {
    color: #337ab7;
    background-color: transparent;
    border-color: #337ab7;
    width: 50%;
    margin-bottom: 2rem;
    height: 50px;
}
@media(max-width:900px){
    .OFICINA1 h1.top{
        margin-top:10rem;
    }
    .location p {
        font-size: 12px;
    }
    .sec-2 p {
        font-size: 7px;
    }

}
.tabs-price{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0;
    margin: 20px 0;
}
.tabs-price ul.nav.nav-tabs{
    background-color: #dddddd;
    margin:0;
}
.tabs-price .nav-tabs > li.active > a{
    color: #fff !important;
    background-color: #f78f1e !important;
    border:0;
    border-top: 2px solid #005187 !important;
    border-radius: 0;
    margin-right: 0;
   
}
.tabs-price .details-nav > li.active > a{
    color: #fff !;
    background-color: #f78f1e ;
    border:0;
    border-radius: 0;
    margin-right: 0;
   
}
.tabs-price .details-nav > li.active > a{
    color: #fff ;
    background-color: #005187 !important;
   
   
}

.tabs-price .nav > li > a {
    color: #fff;
    margin-right: 0;
    font-size: 1.2rem;
    background-color: #005187;
    padding: 0.5rem 5rem;
    border:0;
    border-radius: 0;
    border-top: 2px solid #ddd;

}
.padd-margin{
    padding:0px;
}
.color-font{
    text-align:left;
    padding-bottom: 0rem;

}
.color-font i{
    color:#fda014;
    margin:auto;
    font-size: medium;
}
.margin-row p{
    margin: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
.tabs-price .nav-tabs > li > a i {
    color: #ddd;
    font-size: 36px;
    width: auto;
    margin-right: 0;
}
.margin-row{
    margin:1rem 0 0 0 ;
}
.tabs-price .nav-tabs > li.active > a > i, .nav-tabs > li.active > a > i:focus {
    color: #fff !important;
    background-color:transparent;
    font-size: 36px;
    width: auto;
    margin-right: 0;

}
.tab-bottom .nav > li > a {
    background-color:#fda014;
    color:#fff !important;
    margin: 25px 0 0 0;
    margin: 0 0 0 0;
}
.trip-val{
    display:flex;
    padding-top:2rem;
    padding-left: 3rem;
    
}
.trip-val i{
    font-size:26px;
}
.trip-val p {
   font-size: 16px;
    padding-top: 0.8rem;
    color: #f78f1e;
    padding-left: 1rem;
    font-weight: 600;

}
.tab-bottom  .nav-tabs > li.active > a{
    color: #005187 ;
    border-top: 0px;
    background-color: #fda014 ;
    
}
.tab-bottom thead {
    border-bottom: 1px solid #d0d0d0;
    background-color: #005187;
    color: #fff;
}
li.next{
   
    width:unset;
     width:33.333%;
}
#tabTwo4 li.next{
     width:25%;
}
@media(max-width:768px){
    #tabTwo4 li span{
        font-size: 11px;
    }
    
}

.tabs-price .nav > li > a{
    padding: 0.5rem 0rem;
}
.table > thead > tr > th{
    width:25% !important;
}
.icon-home:before {
    content: '\e82f';
    display:none !important;
}
@media(max-width:900px){
    .tabs-price .nav > li > a {
        padding: 0.5rem 2rem;
        
    }
}
@media(max-width:540px){
    .tabs-price .nav > li > a {
        padding: 0.5rem 0rem;
        font-size:10px;
        min-height:57px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-home::before {
        content: '';
        display:none !important;
    }
    
    .tabs-price .nav > li > a > span.text{
        font-size: 12.5px;
    }
    .tab-pane table tr th{
        font-size: 10px;
    }
     .tab-pane table tbody tr td{
         font-size: 12px;
     }
}
@media(max-width:375px){
    .icon-home i{
        font-size: 35px !important;
    }
    @media(max-width:340px){
        .icon-home i{
            font-size: 20px !important;
        }
    }
}



/* faq page css style */
#faq .about-title-style{
    padding-top: 2rem;
}
#faq .wrapper{
    width:100%;
  }
  @media(max-width:992px){
    #faq .wrapper{
     width:100%;
   } 
   }

#faq .panel-title-faq>a, #faq .panel-title-faq>a:active{
	display:block;
	padding:15px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
    text-decoration:none;
    background-image: linear-gradient(to right,  #fa8000 , #ffa200 );
}
#faq .panel {
    box-shadow: 0px 1px 5px grey;
}
#faq .panel-heading-faq  a:before {
    /* font-family: 'Glyphicons Halflings'; */
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f077";
    float: right;
    transition: all 0.5s;
    color: white;
 }
#faq .panel-heading-faq.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
    transform: rotate(180deg);
    color: white;

   
} 


/* End faq page css style */

#terms .panel {
background-color: #fafafa;
}
#terms .panel-body{
    border: 1px solid #ffa200 !important;
    
    border-radius: 5px;
    box-shadow: 0px 0px 8px grey;
    padding:1.5rem 15px;
}
#terms .colabse-style{
    font-size: larger;
    color: #253d52;
}
 
#terms .panel-title-terms>a{
	display:block;
	padding:15px;
  color:#005187;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:1px;
    text-decoration:none;
    background: #fafafa;
}
#terms .panel-title-terms>a:active{
    color:#fa8000 !important;
}

#terms .panel-heading-terms  a {
   
   
    color: #005187;
 }
#terms .panel-heading-terms.active a {
	
    color: #fa8000 !important;

   
} 
/* faq page css style */

#terms .pages-img-banner img , #faq .pages-img-banner img, #Privacy .pages-img-banner img{
    width: 100%; 
    height: 450px;
    padding-bottom: 2rem;
}
@media(max-width:980px){
    #terms .pages-img-banner img , #faq .pages-img-banner img, #Privacy .pages-img-banner img{
        height: auto;
    }
    #faq .panel-title-faq>a, #faq .panel-title-faq>a:active{
        
        padding: 11px;
        
        font-size: 12px;
        
        
        letter-spacing: 0px;
        word-spacing: 0px;
        text-decoration: none;
        background-image: linear-gradient(to right, #fa8000 , #ffa200 );
    }
}

/* End of terms and condition page */

/* /////////////////////////////////////////////// */

#section1 {padding-top:50px;height:500px;color: #fff; background-color: #1E88E5;}
#section2 {padding-top:50px;height:500px;color: #fff; background-color: #673ab7;}
#section3 {padding-top:50px;height:500px;color: #fff; background-color: #ff9800;}
#section41 {padding-top:50px;height:500px;color: #fff; background-color: #00bcd4;}
#section42 {padding-top:50px;height:500px;color: #fff; background-color: #009688;}











