*html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    letter-spacing: 0
}

body,
html {
    width: 100%;
    height: 100%;
}

.no-padding,
.nopadding {
    padding: 0px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url(/pie/PIE.htc);
}

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

nav ul {
    list-style: none;
}

button {
    font-family: inherit;
}

a img,
:link img,
:visited img {
    border: 0;
}

a:active,
a:focus,
input:active {
    outline: 0;
}

a:active,
a:focus,
input:focus {
    -moz-outline-style: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

ol,
ul {
    list-style: none;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

blockquote,
q {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

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

img {
    vertical-align: middle;
    /*html5ness*/
}

.clearing {
    clear: both;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}

a {
    color: #09415d;
    text-decoration: none !important;
}

a:hover {
    color: #043051;
    text-decoration: none !important;
}


@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir.eot?#iefix') format('embedded-opentype'), url('/fonts/Avenir.otf') format('opentype'), url('/fonts/Avenir.woff') format('woff'), url('/fonts/Avenir.ttf') format('truetype'), url('/fonts/Avenir.svg#Avenir') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-Regular.eot');
    src: url('/fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('/fonts/AvenirNext-Regular.woff') format('woff'),
    url('/fonts/AvenirNext-Regular.ttf') format('truetype'),
    url('/fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-Medium.eot');
    src: url('/fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext-Medium.woff2') format('woff2'),
    url('/fonts/AvenirNext-Medium.woff') format('woff'),
    url('/fonts/AvenirNext-Medium.ttf') format('truetype'),
    url('/fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-DemiBold.eot');
    src: url('/fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext-DemiBold.woff2') format('woff2'),
    url('/fonts/AvenirNext-DemiBold.woff') format('woff'),
    url('/fonts/AvenirNext-DemiBold.ttf') format('truetype'),
    url('/fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-Bold.eot');
    src: url('/fonts/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext-Bold.woff2') format('woff2'),
    url('/fonts/AvenirNext-Bold.woff') format('woff'),
    url('/fonts/AvenirNext-Bold.ttf') format('truetype'),
    url('/fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('/fonts/AvenirNext-Heavy.eot');
    src: url('/fonts/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNext-Heavy.woff2') format('woff2'),
    url('/fonts/AvenirNext-Heavy.woff') format('woff'),
    url('/fonts/AvenirNext-Heavy.ttf') format('truetype'),
    url('/fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    line-height: 1.5;
    overflow-x: hidden;
}

/* start home page */

.menu {

}

.header_btn .Login {
    background: #fff;
    margin-right: 16px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 13px;
    border: 1px solid #0d2e51;
    color: #0d2e51;
    margin-top: 14px;
}

.header_btn .Sign-up {
    background: #0d2e51;
    padding: 5px 10px;
    border-radius: 13px;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #0d2e51;
    color: #fff;
}

/* for mobile*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #0A2D4E;
    background-color: rgba(232, 232, 232, 0.58);
    border-radius: 5px 5px 0 0;
}

.nav>li.dropdown.open {
    position: static;
}

.nav>li.dropdown.open .dropdown-menu {
    display: block;
    width: 400px;
    text-align: left;
    left: 17%;
    right: 0;
}

.dropdown-menu .hover-nav {
    padding: 3px;
}

.dropdown-menu .hover-nav:hover {
    background-color: green;
    border-radius: 5px;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-default {
    border: 0;
    background-color: transparent;
    margin-top: 5px;
}

.navbar ul {
    list-style: none;
    padding-left: 0;

    overflow: hidden;
}

.navbar ul li {

    padding: 0px 5px;
    font-family: 'Avenir Next', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #0d2e51;
}

.navbar-default .navbar-nav>li>a {
    color: #0a2b4b;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0a2b4b;
    background-color: rgba(232, 232, 232, 0.58);
    border-radius: 5px 5px 0 0;
}

.all-menu {

    font-size: 13px;
}

.header_btn {

    border-left: 1px solid lightgray;
    padding-left: 15px;
    height: 57px;
}

.main-container {
    width: 100%;
}

.box_overlay {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    opacity: 0.45;
    pointer-events: none;
    z-index: 2;
}

/* Currency */

.change_currency {
    color: white;
    margin-right: 8px;
    margin-top: 20px;

}

.change_currency .currency_div {
    color: white;
}

.currency_top {
    position: relative;
    z-index: 10000;
    color: #0A2D4E;
}

.currency_top .title {
    color: #0A2D4E;
    padding-left: 2px;
    font-weight: bold;

}

ul.topnav_top {
    list-style: none;

    color: #0A2D4E;
    z-index: 1000;
    margin: 0px;
    cursor: pointer;
}

ul.topnav_top li {

    position: relative;
    list-style-image: none !important;
}

ul.topnav_top li a {
    color: #0A2D4E;
    display: block;
    text-decoration: none;

    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

ul.topnav_top li a:hover {}

ul.topnav_top li span {
    /*--Drop down trigger styles--*/

    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 2px;
    text-align: center;
}

ul.topnav_top li span.subhover2 {
    background-position: right center;
    cursor: pointer;
}

/*--Hover effect for trigger--*/

ul.topnav_top li ul.subnav_top {
    list-style: none;
    position: absolute;
    left: -4px;
    top: 21px;
    background-color: #f5f5f5;
    display: none;

    width: 71px;
    margin-bottom: 0px;
}

ul.topnav_top li ul.subnav_top li {
    padding: 0px;
    /*--Create bevel effect--*/
    clear: both;
    width: 65px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    list-style-image: none !important;
}

html ul.topnav_top li ul.subnav_top li a {
    font-weight: normal;

    width: 60px;
    text-align: left;
    padding-left: 5px;
    color: #0A2D4E;
    text-decoration: none;
}

html ul.topnav_top li ul.subnav_top li a:hover {
    /*--Hover effect for subnav_top links--*/
}

/* End Currency */

/* language select */

.lang_select {
    color: #0A2D4E;

    margin: 5px 15px;
    position: relative;
}

.lang_select img {
    vertical-align: middle !important;
    margin-right: 7px;
    margin-top: -1px;
}

.lang_select .lang_select_box {

    z-index: 100;
}

.lang_select .lang_select_box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.lang_select .lang_select_box ul li {
    cursor: pointer;
}

.lang_select .lang_select_box li a img {
    border: 0px 0 #000000;
}

.lang_contain {
    left: -999em;
    z-index: 2000;

    position: absolute;
    background-color: #f5f5f5;
    padding: 5px !important;
    width: 120px;
}

.lang_contain a {
    color: #0A2D4E;
    text-decoration: none;
    padding: 0px 5px;
}

.lang_select li:hover .lang_contain {
    left: 0px;
}

.lang_select .lang_select_box ul li ul li {
    line-height: 30px;
}

/* end language */
#carousel_new {
    width: 100%;
    min-height: 550px;
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.carousel-inner>.item {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#carousel_new_valentine {
    width: 100%;
    min-height: 400px;
    position: relative;
}

#carousel_new_valentine .carousel-inner>.item {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#carousel_new_valentine .carousel-inner>.carousel-item {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.search_select {
    width: 100%;

    position: relative;
    margin-bottom: 15px;
}

.search_select #destination {
    width: 100%;
    border-radius: 5px;
    height: 35px;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding: 0 10px;
    font-size: 13px;
}

.search_select #price,
#last {
    width: 100%;
    border-radius: 5px;
    height: 35px;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding: 0 10px;
    font-size: 13px;
}

.search_select label {
    margin: 10px 0px;
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.89);
    font-size: 14px;
}

.search_select:before {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    pointer-events: none;
    color: orange;
    top: 47px;
    line-height: 1;
    right: 0px;
    width: 30px;
    text-align: center;
    z-index: 1;
    font-size: 15px;
}

.home_search {
    position: absolute;
    top: 20%;
    width: 100%;
}

.home_search .content {
    width: 100%;
    padding: 25px 60px;

    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 8px;
}

.home_search .content .content-title,
.home_search .content .content-title h1 {
    font-size: 47px;
    color: #fff;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.55);
    text-align: center;
    font-weight: bold;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.home_search .content #go,
.pages_search .content #go {
    width: 100%;

    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ffb700;
    font-weight: bold;
    color: #fff;
    height: 36px;
    margin-top: 39px;
    background: #ffb900;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #ffb900, #ff9300);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #ffb900, #ff9300);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #ffb900, #ff9300);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #ffb900, #ff9300);
    /* Standard syntax */
}

.home_search .content2 {
    width: 100%;

    margin-top: 21px;
    border-radius: 5px;
    background-color: rgba(3, 13, 19, 0.68);
    padding: 10px;
}

.home_search .content2-title {
    color: #ffea00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.home_search .content2-paragraph {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.content2 #sign_up {
    margin-top: 11px;
    width: 165px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #41a5f0;
    color: #fff;
    background: #1187ed;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #1187ed, #41a6f0);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #1187ed, #41a6f0);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #1187ed, #41a6f0);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #1187ed, #41a6f0);
}

.pages_search .content2 {
    width: 100%;

    margin-top: 21px;
    border-radius: 5px;
    background-color: rgba(3, 13, 19, 0.68);
    padding: 10px;
}

.pages_search .content2-title {
    color: #ffea00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.pages_search .content2-paragraph {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.pages_search .search_select label {
    margin: 10px 0px;
    color: #000;
    text-shadow: none !important;
    font-size: 15px;
}

/*home-destination*/

.home_sites_box_title {
    margin-left: 17px;
    color: #272727;
    font-size: 16px;
    margin-bottom: 15px;
}

.home_sites_box_title h2 {
    font-size: 14px;
    line-height: inherit;
}

.home_sites_box {
    width: 100%;
    height: 280px;
    position: relative;
    color: #000;
    border: 10px #fff solid;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.home_sites_box .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    display: none;
}

.home_sites_box .img-hover button {
    font-size: 19px;
    border-radius: 5px;
    border: 1px solid #fff;
    top: calc(50% - 26px);
    left: calc(48% - 51px);
    position: absolute;
    color: #fff;
    padding: 10px 15px;
    background-color: transparent;
}

.home_sites_box:hover .img-hover {
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.top-destination {
    margin: 30px 0px;
    position: relative;

    width: 100%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.1px;
    text-align: left;
    color: #184161;
}

.top-destination h3,
.top-destination h4,
.top-destination h5 {
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;

}

.special-offer_title {
    margin-bottom: 35px;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 29px;
    position: relative;
}

.special-offer_title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #363636;
    display: block;
    left: 9px;
    margin-top: 9px;
}

.home_special_offer {
    width: 100%;

    height: 360px;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 2px 7px 0 #cfcfcf80;
}

.home_special_offer:hover {
    box-shadow: 0px 0px 30px #c6c6c6;
}

.home_special_offer_title {
    width: 100%;

    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
    color: #09415d;
}

.home_special_offer_title a {
    color: #09415d;
}

.home_special_offer_title h3,
.home_special_offer_title h4,
.home_special_offer_title h2 {
    font-size: 17px;
    color: #09415d;
    line-height: 1.45;
}

.home_special_offer .img_container {
    height: 195px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_special_offer_description {
    color: #3a3a3a;
    font-size: 13px;
    height: 80px;
    width: 100%;
    overflow: hidden;
}

.home_special_offer_content {
    padding: 10px;

    width: 100%;
}

.home_special_offer #top-attraction-info {
    font-size: 17px;
    width: 115px;
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #ff9c00, #ff7000);
    background: -o-linear-gradient(90deg, #ff9c00, #ff7000);
    background: -moz-linear-gradient(90deg, #ff9c00, #ff7000);
    background: linear-gradient(90deg, #ff9c00, #ff7000);
    text-align: center;
}

.home_special_offer .short_info {
    font-size: 17px;
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #ff7000, #ff9c00);
    background: -o-linear-gradient(90deg, #ff7000, #ff9c00);
    background: -moz-linear-gradient(90deg, #ff7000, #ff9c00);
    background: linear-gradient(90deg, #ff7000, #ff9c00);
    text-align: center;
}

.home_special_offer#first .short_info#home_short_info {
    background: transparent;
}

.home_special_offer .short_info .price {
    font-weight: bold;
}

.home_special_offer_content .read_more {

    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.home_special_offer_content .read_more a {
    color: #09415d;
}

.special-offer .check {
    background: #60acff;
    width: 16%;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #60acff;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.special-offer #top-attraction {
    background-color: #fff;
}

.home_special_offer#first {
    overflow: hidden;
}

.home_special_offer#first .home_special_offer_description {
    display: none;
}

.home_special_offer#first .home_special_offer_content .read_more {
    display: none;
}

.home_special_offer#first .home_special_offer_content#home {
    width: 100%;
}

.home_special_offer#first .home_special_offer_content {
    z-index: 1;
    background: -webkit-linear-gradient(90deg, #ff7000, #ff9c00);
    background: -o-linear-gradient(90deg, #ff7000, #ff9c00);
    background: -moz-linear-gradient(90deg, #ff7000, #ff9c00);
    background: linear-gradient(90deg, #ff7000, #ff9c00);
    position: absolute;
    bottom: 0px;
}

.home_special_offer#first .short_info {
    z-index: 2;
    padding-bottom: 12px;
    background: linear-gradient(90deg, #ff9c00, #ff7000);
    text-align: center;
}

.home_special_offer#first .img_container {
    height: 360px;
}

.home_special_offer#first .home_special_offer_title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}

.home_special_offer#first .home_special_offer_title a {
    color: #fff;
}

/*footer*/
#footer {

    width: 100%;
}
.footer_top {
    width: 100%;
    background-color: #043051;
    padding: 30px 0px;
    color: #e1eaf7;

}

.footer_top p span {
    display: block;
    color: #fff;
}

.footer_top #email {
    border-top: 1px solid #b5cce9;
    background-color: transparent;
    padding: 10px;
    border-right: 1px solid #b5cce9;
    border-left: 1px solid #b5cce9;
}

.footer_top .footer_links a:hover {
    color: #fff;
}

.footer_top .footer_links a {
    display: block;
    color: #fff;
    margin: 3px 0px;
}

.footer_top .footer_extra a {
    color: #fff;
    display: block;
}

.footer_top .footer-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}

.footer_top .footer-title h6 {
    font-size: 14px;
    line-height: inherit;
}

.input-group .input-group-btn img {
    height: 38px;
}

.footer_top .copyright {
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.social {
    font-size: 14px;
    color: #808182;

    width: auto !important;
}

.social_footer {
    font-size: 14px;
    color: #808182;
}

.social_title {

    height: 32px;
    line-height: 32px;
}

ul.social_list {

    width: 100%;
    margin-top: 10px;
    text-align: center;
}

ul.social_list li {
    margin: 3px;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 12px 8px;
    display: inline-block;
    text-align: center;
}

ul.social_list li i {
    font-size: 16px;
    color: #f6f9fc;
}

.our_clients {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    font-size: 38px;
}

.our_clients:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #363636;
    display: block;
    left: 9px;
    margin-top: 9px;
}

.memphis_partner_container {

    width: 100%;
    padding: 15px 0px 30px 0px;
}

.memphis_partner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.scrollable#slider_partner {
    position: relative;
    overflow: hidden;
    height: 82px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.scrollable .items {
    width: 20000em;
    position: absolute;
}

.memphis_partner_boxes {
    width: 208px;

}

.memphis_partner_box {
    width: 179px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
}

a.browse#partner,
a.browse#why {
    display: block;

    cursor: pointer;
    z-index: 999;
    position: absolute;
    text-align: center;
    top: 14px;
}

a.browse#why {
    top: 100px;
}

/* right */

a.next#partner:before,
a.next#why:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    color: #dddddd;
}

a.next#partner:hover:before,
a.next#why:hover:before {
    color: #dddddd;
}

a.next#partner:active:before,
a.next#why:active:before {
    color: #dddddd;
}

/* left */

a.prev#partner:before,
a.prev#why:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 38px;
    color: #dddddd;
}

a.prev#partner:hover:before,
a.prev#why:hover:before {
    color: #dddddd;
}

a.next#partner,
a.next#why {
    clear: right;
    right: -15px;
}

/* left */

a.prev#partner,
a.prev#why {
    left: -15px;
}

a.prev#why:before,
a.next#why:before {
    background-color: #000;
    opacity: 0.5;
    color: white;
}

a.prev#why:hover:before,
a.next#why:hover:before {
    opacity: 1;
    color: white;
}

/* end of home page*/

/* content of  special search page */

/********************sub content ****************/

#sub_category_top {
    height: 500px;
    border: 0px;
}

#sub_category_top .home_sites_box {
    border: 0px !important;
}

#sub_category_top .home_sites_box_all {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 40%;
    position: relative;
    text-align: center;
    z-index: 3;
}

#sub_category_top .home_sites_box_title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    padding: 10px;
}

#sub_category_top .home_sites_box_title h1 {
    text-align: center;
    font-size: 36px;
    line-height: inherit;
}

#sub_category_top .home_sites_box_desc {
    position: relative;
    width: 80%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000000;
    margin: 10px auto;
}

#sub_category_top .home_sites_box_desc a {
    color: #fff;
    font-weight: bold;
}

#sub_category_top .home_sites_box_desc p {
    text-align: center;
}

/* tools */

#tools {
    /*background:#fbfbfb;*/
    /*padding:5px;*/
    margin-bottom: 15px;

    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    /*border-radius: 7px;
    border: 1px solid #d4d4d4;*/
}

a.bt_filters {
    background-color: #fff;
    padding: 7px;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid #d2d2d2;
    margin-top: 3px;
}

a.bt_filters.active {
    color: #ff8800;
}

/* Drop down select filters */

.styled-select-filters select {
    background: transparent;
    width: 100%;
    padding: 7px 15px;
    border: 0;
    border-radius: 0;
    /*height: 41px;*/
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #888;
}

.styled-select-filters {
    width: 100%;
    overflow: hidden;
    height: 36px;
    padding: 0;
    border: 1px solid #ddd;
    display: block;
    border-radius: 10px;
    font-size: 13px;
    position: relative;
}

.styled-select-filters:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: #09415d;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    right: 10px;
    font-weight: bold;
}

.styled-select-filters select::-ms-expand {
    display: none;
}

.styled-select-filters select:focus {
    outline: none;
}

.home_sites_box#programs {
    height: 350px;
    border: none;
    margin-bottom: 30px;
}

.home_sites_box#programs .home_sites_box_all {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 3;
}

.home_sites_box#programs .home_sites_box_title {
    position: relative;
    width: 88%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    padding: 10px;
}

.home_sites_box#programs .home_sites_box_desc {
    position: relative;
    width: 88%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000000;
    margin: 10px auto;
    font-size: 20px;
    line-height: 20px;
}

.home_sites_box#programs .home_sites_box_title h2 {
    font-size: 18px;
    text-align: center;
}

.home_sites_box#programs .home_sites_box_more {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    border: 0px #fff solid;
    margin: 0px auto;
    padding: 5px 10px;
    background-color: #09415d;
    border-radius: 30px;
    margin-top: 20px;
}

/* end of tool*/

.root_top_data {
    width: 100%;

    background: #f4f3f3;
    padding: 20px;
}

.root_image {
    width: 100%;
    background-repeat: no-repeat;
    height: 345px;
    background-size: cover;
    background-position: center;
}

.root_data_all {
    width: 100%;
    height: 345px;
    position: relative;
}

.root_data_contain {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 3;
}

.root_title {
    margin-bottom: 30px;
}

.root_title h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.root_desc {
    font-size: 18px;
    line-height: 30px;
}

.root_related_boxes {
    width: 265px;

}

.root_related_box {
    width: 235px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 14px;
    color: #737373;
    text-transform: none !important;
}

.root_related_box .root_related_box_title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000;
    bottom: 0;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.root_related_box .root_related_box_title h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: inherit;
}

.home_root .home_root_title,
.home_root .home_root_title h4,
.home_root .home_root_title h6 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.47;
    text-align: left;
}

#sub_category .home_special_offer_content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0c97ff;
}

#sub_category .home_special_offer_content .home_special_offer_description {
    font-size: 13px;
    color: #000;
}

#sub_category .home_sites_box {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 3;
}

#sub_category .home_sites_box_all {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 50%;
    position: relative;
    text-align: center;
    z-index: 3;
}

#sub_category .home_sites_box_title {
    position: relative;
    width: 88%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    padding: 10px;
}

.home_sites_box#sub_category .home_sites_box_title h2,
.home_sites_box#sub_category_top .home_sites_box_title h1 {
    font-size: 32px;
    text-align: center;
}

.home_sites_box#sub_category .home_sites_box_desc {
    font-size: 16px;
    line-height: normal;
    height: 60px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.home_sites_box#sub_category .home_sites_box_desc p,
.home_sites_box#sub_category_top .home_sites_box_desc p {
    text-align: center;
}

.home_sites_box_more {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    border: 1px #fff solid;
    margin: 10px auto;
    padding: 10px;
    display: inline-block;
}

.home_sites_box#sub_category .home_sites_box_more {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    border: 0px #fff solid;
    margin: 0px auto;
    padding: 5px 10px;
    display: inline-block;
    background-color: #e37911;
    border-radius: 30px;
    margin-top: 20px;
}

/* all program list*/

@media (max-width: 767px) {
    .all_programs_list_data_desc {
        height: auto;
    }
    .home_special_offer#first .short_info#home_short_info {
        background: -webkit-linear-gradient(left, #ff9c00, #ff7000) !important;
        background: -o-linear-gradient(left, #ff9c00, #ff7000) !important;
        background: linear-gradient(to right, #ff9c00, #ff7000) !important;
        bottom: 41px;
    }
}

.prog_count {
    font-size: 17px;
    font-weight: bold;
    color: #184161;
}

.all_programs_list_data_desc {

    width: 100%;
    position: relative;
}

.all_programs_list_data_desc p {
    font-size: 13px;
}

.all_programs_list_photo {
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    height: 225px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.all_programs_list_price {
    top: 20px;
    left: 0;
    background-color: #fff;
    color: #ff8500;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    position: absolute;
}

.all_programs_list_price .price {
    margin-left: 7px;
}

.all_programs_list_price .price .convertable {
    padding-right: 10px;
}

.all_programs_list_discount_rate,
.price_box_discount {
    position: absolute;
    right: 0px;
    background-color: red;
    color: #fff;
    border-bottom-left-radius: 100%;
    padding: 5px 5px 15px 15px;
}

.all_programs_list_details {
    background-color: #ff8500;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 0px;
}

.all_programs_list_data {

    width: 100%;
    padding: 15px 0px;
}

.all_programs_list_data h2 {
    color: #09415d;
    font-size: 22px;
    margin-bottom: 15px;
}

.list_offers {
    background-color: rgba(251, 251, 251, 0.8);
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    width: 100%;

    overflow: hidden;
}

.all_programs_list_data_icons {

    width: 100%;
    /*margin: 0px 0px 15px 0px;*/
}

.icons_contain {
    border-left: 1px solid #b0b0b0;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    width: 100%;

    padding-left: 15px;
}

.icons_text {
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 3;

    font-size: 14px;
}

.icons_text:after {
    margin-top: -45px;
    margin-left: -14px;
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    display: block;
}

.icons_icon {
    width: 50px;

    height: 50px;
    padding: 16px 0px 0px 16px;
    position: absolute;
}

.icons_icon:before {
    transform: rotate(45deg);
    content: "";
    left: 7px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-image: initial;
}

.program h1 {
    font-size: 24px;
    color: rgb(44, 44, 44);
    font-weight: bold;
    line-height: 1.47;
    text-align: left;
    margin: 0px;
}

span.glyphicon.glyphicon-chevron-left {
    margin: 0px;
    padding: 0px;

    font-size: 16px;
    left: 15px;
    top: 18px;
}

span.glyphicon.glyphicon-chevron-right {
    margin: 0px;
    padding: 0px;

    font-size: 16px;
    left: 15px;
    top: 18px;
}

/*about memphis*/

form-group {
    padding-bottom: 7px;
    margin: 5px 0 0 0;
}

/* why memphis */

.why_memphis_container {

    width: 100%;
    line-height: normal !important;
    background-color: #fff;
;
    padding-bottom: 50px;
}

.why_memphis {
    width: 100%;

    line-height: normal !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.scrollable#slider_why {
    position: relative;
    overflow: hidden;
    height: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.why_memphis_boxes {
    width: 360px;

}

.why_memphis_box {
    width: 320px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
}

.why_memphis_box a {
    color: #737373 !important;
    text-transform: none !important;
}

.why_memphis_box a:hover {
    color: #09415d !important;
}

.why_memphis_box img {
    border-radius: 50%;
    margin-bottom: 15px;
}

/*a.browse#why {
	display: block;

    cursor: pointer;
    z-index: 999;
    position: absolute;
    background: rgba(0,0,0,0.30);
    padding: 0px 10px 0px 15px;
    text-align: center;
	top: 0;
}*/

/* right */

/*a.next#why:before {
	content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 36px;
	color:#fff;
}
a.next#why:hover:before {
	color:#ccc;
}
a.next#why:active:before {
	color:#fff;
}*/

/* left */

/*a.prev#why:before {
	content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 36px;
	color:#fff;
}
a.prev#why:hover:before {
	color:#ccc;
}
a.prev#why:active:before {
	color:#fff;
}
a.next#why {
	clear: right;
	right: 0;
}
/* left */

/*a.prev#why {
	right: 40px;
}*/

.why_memphis .why_memphis_boxes li {
    color: #000;
    font-size: 14px;
    list-style-type: none;
    display: block;
    padding: 10px;
    line-height: 20px;
}

.why_memphis .why_memphis_boxes li h3 {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.why_memphis .why_memphis_boxes li p {
    color: #000;
    font-size: 14px;
}

.why_memphis .icon {
    margin: auto auto 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #000;
    font-size: 64px;
    color: #000;
}

.program_desc ul {
    list-style: inherit;
    -webkit-padding-start: 40px;
}

.program_new_top {

    width: 100%;
    position: relative;
}

.program_content {
    padding: 15px 0px;

    width: 100%;
}

.program_content .program_desc {
    margin-top: 20px;
}

/* end why memphis */

/*site_home */

.sites_box {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.breadcrumb {
    border-radius: 0px;
    background: none !important;
    color: #ffffff;
    bottom: 0px;
    font-size: 12px !important;
    margin-bottom: 0px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

.breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.breadcrumb a:hover {
    color: #ffffff;
}

.breadcrumb span {
    color: #ffffff;
}

.program .breadcrumb a {
    color: #0d2e51;
}

.program .breadcrumb a:hover {
    color: black;
}

.program .breadcrumb span {
    color: #0d2e51;
}

.sites_box_all {
    width: 100%;
    padding: 0px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 30%;
    position: relative;
    text-align: center;
    z-index: 3;
}

.sites_box_title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    padding: 10px;
}

.sites_box_title h1 {
    width: 100%;
    text-align: center;
    font-size: 47px;
    line-height: inherit;
}

.sites_box_desc {
    position: relative;
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    margin: 10px auto;
}

.sites_box_btn {
    margin: 20px 0px;
    width: 100%;

    text-align: center;
}

.sites_box_btn .Top_Attactions {
    color: #fff;
    background-color: #60acff;
    border: none;
    border-radius: 75px;
    padding: 11px 25px 11px 25px;
    margin-right: 10px;
    font-size: 15px;
    box-shadow: 0px 0px 18px grey;
}

.sites_box_btn .activity {
    color: #a9a9a9;
    background-color: #fff;
    border: none;
    border-radius: 75px;
    padding: 11px 25px 11px 25px;
    font-size: 15px;
    box-shadow: 0px 0px 18px grey;
}

.sites_box_explore_title {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 30px;
    position: relative;
    font-size: 29px;
}

.sites_box_explore_title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #363636;
    display: block;
    left: 9px;
    margin-top: 9px;
}

.sites_box_explore .nav {
    height: 468px;
    background-color: rgba(38, 38, 42, 0.96) !important;
}

.site_img {
    width: 100%;

    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.nav-tabs li.active {
    background-color: #3b638d;
}

.site_img ul li {
    font-size: 17px;
    padding: 5px;
}

.site_img ul li:hover {
    background-color: #3a608a;
}

.site_img .tab-content .tab-pane {
    width: 100%;
    height: 468px;
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center center;
}

.site_img .tab-content .tab-pane .tab-content-title {
    margin-top: 20px;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
}

.site_img .tab-content .tab-pane .tab-content-title h2 {
    font-size: 38px;
    line-height: inherit;
}

.site_img .tab-content .tab-pane .tab-content-desc {
    color: #fff;
    font-size: 17px;
}

.site_img .tab-content .tab-pane .visit {
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 0px 18px grey;
    margin-top: 26px;
    color: #fff;
    background-color: #60acff;
    border: none;
    border-radius: 75px;
    padding: 9px 25px;
}

.site_img .tab-content-all {
    z-index: 3;
    position: relative;
    padding: 25px;
}

/*end of tap*/

/* tap content*/

/*start of activities*/

.sites_box_activities .sites_box_activities_title {
    font-size: 29px;
    color: #000;
}

.sites_box_activities .sites_box_activities_content {
    margin-bottom: 20px;

    width: 100%;
}

.sites_box_activities .home_special_offer {
    margin: 0px 0px 15px 0px;
}

.sites_box_activities_content .sites_box_activities_price {
    border-radius: 8px;
    width: 150px;
    padding: 6px;
    border: 1px solid #d3d3d3;

    color: #333333;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 16px;
    padding-left: 15px;
}

.sites_box_activities_content .arrow:before {
    right: 5%;
    top: 27%;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    pointer-events: none;
    color: #000;
    line-height: 1;
    text-align: center;
    z-index: 1;
    font-size: 21px;
}

.sites_box_activities .line {
    border: none;
    height: 1px;
    background-color: #b2b2b2;
}

.sites_box_activities span {
    font-size: 16px;
}

.site_activities .nav {
    font-size: 16px;
    padding: 5px;
}

.site_activities .nav li {
    border-bottom: 1px solid #e0e0e0;

    width: 100%;
}

.site_activities .nav li:not(.sites_box_activities_Browse):before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    pointer-events: none;
    color: #7ea9e2;
    line-height: 1;
    right: 8px;
    z-index: 1;
    font-size: 14px;
    margin-top: 24px;
}

.site_activities .nav li a {
    color: #000;
}

.site_activities .nav>li>a:focus,
.site_activities .nav>li>a:hover {
    background-color: #fff;
}

.sites_box_activities .line2 {
    border: none;
    height: 1px;
    background-color: #b2b2b2;
}

.site_activities li.sites_box_activities_Browse {
    color: #538dd9 !important;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    background-color: #fbfbfb !important;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.site_activities .nav li.sites_box_activities_Browse a {
    background-color: #fbfbfb;
}

.site_activities li.sites_box_activities_Browse a {
    color: #538dd9;
}

.site_activities li.sites_box_activities_Browse a:hover {
    background-color: #fbfbfb;
}

#info {
    padding: 0;
}

.sites_box_activities .home_special_offer .short_info {
    padding: 0;
    width: 133px;
}

/*recommendation*/

.Recommendations .Recommendations_title {
    font-size: 29px;
    margin-top: 15px;
}

.Recommendations .recommendations_price {
    border-radius: 8px;
    width: 150px;
    padding: 5px;
    border: 1px solid #d3d3d3;
    color: #333333;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.Recommendations .arrow:before {
    left: 45%;
    top: 19%;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    pointer-events: none;
    color: #000;
    line-height: 1;
    text-align: center;
    z-index: 1;
    font-size: 19px;
}

.recommendations_home_special_offer {
    width: 100%;

    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #fff;
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d4;
}

.recommendations_home_special_offer:hover {
    box-shadow: 0px 0px 30px #c6c6c6;
}

.recommendations_home_special_offer_title {
    width: 100%;

    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #09415d;
    text-align: center;
}

.recommendations_home_special_offer_title h3 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: inherit;
}

.recommendations_home_special_offer_title a {
    color: #09415d;
}

.recommendations_home_special_offer_title a:hover,
afocus {
    color: #09415d !important;
}

.recommendations_home_special_offer .img_container {
    height: 195px;
    width: 100%;
    overflow: hidden;
}

.recommendations_home_special_offer_description {
    color: #3a3a3a;
    font-style: 15px;
    height: 56px;
    width: 100%;
    overflow: hidden;
}

.recommendations_home_special_offer_content {
    padding: 0px 17px;

    width: 100%;
}

.recommendations_home_special_offer_description .Check_now {
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 16px;
}

.recommendations_home_special_offer_description .Check_now a {
    color: #ff6c00;
}

.recommendations_home_special_offer_description .Check_now:hover {
    color: #ff6c00;
}

.recommendations_home_special_offer .img_container {
    position: relative;
}

.recommendations_home_special_offer .short_info {
    height: 31px;
    font-size: 17px;
    width: 70px;
    position: absolute;
    top: 0%;
    padding: 5px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #ff9c00, #ff7000);
    background: -o-linear-gradient(90deg, #ff9c00, #ff7000);
    background: -moz-linear-gradient(90deg, #ff9c00, #ff7000);
    background: linear-gradient(90deg, #ff9c00, #ff7000);
    text-align: center;
}

/********nav overlay**********/

.navbar-toggle span {
    display: block;
    width: 20px;
    height: 3px !important;
    background: #1b558d;
}

.navbar-toggle span:nth-child(2n) {
    width: 18px;
    position: relative;
    left: 4px;
}

@media (min-width: 767px) {
    .navbar-collapse.collapse {
        display: inline-block !important;
    }
}

/*@media screen and (max-width: 767px) {
    .navbar-header {
        height: 57px;
    }
    .header_btn .Login {
        margin: 10px auto;
        float: none;
        display: table;
        border-radius: 17px;
        padding: 6px 61px;
        font-size: 14px;
    }
    .header_btn .Sign-up {
        margin: 10px auto;
        float: none;
        display: table;
        border-radius: 15px;
        padding: 5px 53px;
        font-size: 14px;
    }
    .search_site {
        width: 40%;
    }
    .change_currency {
        position: relative;
        bottom: 58px;
        right: 20px;
    }
    .change_currency ul.topnav_top {
        border: none;
    }
    .lang_select {
        bottom: 0px;
        right: 0px;
        width: auto;
        position: relative;

        margin: 5px 10px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: #0392b4;
        border-color: #0392b4;
    }
    #slide-nav.navbar-default {
        width: 100%;
    }
    .header_btn {
        clear: both;
        position: relative;
        width: 100%;
        margin: 10px auto;
        float: none;
        display: table;
    }
    .menu {

        width: 100%;
    }
    ul.nav.navbar-nav {
        position: relative;

        width: 100%;
        margin: auto;
    }
    .navbar-collapse {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .navbar-collapse a {
        font-size: 19px;
        color: #1b558d;
        display: block;
        transition: 0.3s;
    }
    .navbar-collapse ul li {
        display: block;
        float: none;
        text-align: center;
        padding: 11px 5px;
        border-bottom: 1px solid #ece1e1;
        font-weight: 600;
    }
    .navbar-collapse ul li:nth-child(1) {
        border-top: 1px solid #ece1e1;
    }
    .navbar-toggle {
        margin: 12px 0px;
        padding: 9px 0px !important;
    }
    .navbar-toggle .icon-bar:nth-child(2n) {
        font-size: 15px !important;
    }
    .hover-nav a {
        font-size: 16px;
    }
}
*/
@media screen and (max-width: 400px) {
    .search_site {
        width: 35%;
    }
}

/***************************Extra*****************************/

.affix {
    top: 96px;
}

.carousel-control {
    height: 50px;
    width: 50px;
    top: inherit;
    background: #000;
}

a.right.carousel-control {
    left: 50px;
}

#myCarousel {
    overflow: hidden;
    height: 460px;
}

#myCarousel .carousel-inner,
#myCarousel .item {
    height: 100%;
}

#myCarousel .item_data {

    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/*#myCarousel img{
    width:100%;
    height:460px;
}
*/

.viewPhotos {
    border-radius: 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 153px;
    height: 43px;
    font-size: 16px;
    border: none;
    color: black;
    font-weight: bold;
    background: #fff;
    z-index: 100;
}

.program_content_summary,
.program_content_form {
    margin-top: 10px;

    width: 100%;
}

@media(max-width:991px) {
    .program_content_form {
        margin-top: 0px;
    }
}

.program_box_data_book {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-radius: 10px;
    background-color: rgb(251, 251, 251);
    width: 100%;

    top: 0px;
    position: relative;
}

#fixed .program_box_data_book {
    top: -130px;
    z-index: 1000;
}

.program_box_data_book_title {
    font-size: 24px;
    color: rgb(44, 44, 44);
    font-weight: bold;
    line-height: 1.47;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.program_content_summary_title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.47;
    text-align: left;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    padding: 30px 0px 10px 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
}

.program_content_summary_title h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.program_box_data_book_title {
    font-size: 20px;
}
#bookform label,#bookformmodal label, #bookforminstant label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
#bookform input,#bookform select,#bookform textarea,#bookformmodal input,#bookformmodal select,#bookformmodal , #bookforminstant input,#bookforminstant select,#bookforminstant textarea{
    height: 35px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

#bookform textarea,#bookformmodal textarea, #bookforminstant textarea{
    text-align: left;
    line-height: 1.7em;
    background: #fffff3;
}
#bookform input:focus,#bookform select:focus,#bookform textarea:focus,#bookformmodal input:focus,#bookformmodal select:focus,#bookformmodal textarea:focus, #bookforminstant input:focus,#bookforminstant select:focus,#bookforminstant textarea:focus{
    border-color:#09415d;
}

.has-error .form-control {
    border: 1px solid red !important;
}
#bookform input:focus,#bookform select:focus,#bookform textarea:focus,#bookformmodal input:focus,#bookformmodal select:focus,#bookformmodal textarea:focus, #bookforminstant input:focus,#bookforminstant select:focus,#bookforminstant textarea:focus{
    border-color:#09415d;
}

#adults::-webkit-input-placeholder,
#children::-webkit-input-placeholder,
#children_age::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 11px;
}

#adults::-moz-placeholder,
#children::-moz-placeholder,
#children_age::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 11px;
}

#adults:-ms-input-placeholder,
#children:-ms-input-placeholder,
#children_age:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px;
}

#adults:-moz-placeholder,
#children:-moz-placeholder,
#children_age:-moz-placeholder {
    /* Firefox 18- */
    font-size: 11px;
}
#rooms_repeat {
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.new-prices-tbl {

    width: 100%;
    margin: 2px 0px;
}

.new_btn_book {
    width: 100%;
    padding: 8px 0px;
    font-size: 17px;
    margin: 15px 0px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: 0px;
    font-weight: 600;
}

.new_btn_book:hover {
    color: #fff;
}

.prices-enquire-btn {
    font-size: 13px;
    margin: 6px 0px 0px 0px;
}

#submit_tailor {
    background: -webkit-linear-gradient(90deg, #ff9d00, #ff6c00);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #ff9d00, #ff6c00);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #ff9d00, #ff6c00);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #ff9d00, #ff6c00)
}

#submit_book {
    /*
	background-image: -moz-linear-gradient( 0deg, rgb(14,174,242) 0%, rgb(4,129,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(14,174,242) 0%, rgb(4,129,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(14,174,242) 0%, rgb(4,129,255) 100%);*/
    color: #ff8100;
    background: #fff;
    font-weight: 600;
    border: 1px solid #ff8100;
}

#Enquire-button {
    background: -webkit-linear-gradient(90deg, #ff9d00, #ff6c00);
    background: -o-linear-gradient(90deg, #ff9d00, #ff6c00);
    background: -moz-linear-gradient(90deg, #ff9d00, #ff6c00);
    background: linear-gradient(90deg, #ff9d00, #ff6c00);
    color: #fff;
}

#Enquire-footer {
    text-align: center;

    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px !important;
    text-transform: none !important;
}

.program_top_min_price {
    font-size: 24px;
    color: rgb(255, 129, 0);
    font-weight: bold;
    line-height: 1.47;
    text-align: left;

}

.form_select {
    position: relative;
    width: 100%;
}

.form_select:before {
    font-family: 'bootstrap-icons';
    content: "\f282";
    position: absolute;
    pointer-events: none;
    color: #09415d;
    bottom: 20px;
    padding-top: 0px;
    line-height: 1;
    right: 9px;
    width: 12px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    font-size: 20px;
}

.program_icons_all,
.review_data {
    margin-top: 15px;

    width: 100%;
}

.prices_box_title,
.no_reviews a {
    margin-top: 15px;
    font-size: 16px;
    color: rgb(65, 65, 65);
    line-height: 1.47;
    text-align: left;
}

.prices_box_title {
    font-weight: bold;
    padding-left: 15px;
}

.inc-exc {

    width: 100%;
    margin-top: 15px;
    /*    padding-top:20px;
*/
}

.program_box_title,
.title_text {
    font-size: 20px;
}

.program_box_title,
.title_text,
.home_root_title,
.iten {
    font-weight: bold;
}

.program_box_title#reviews {
    border-bottom: 2px solid #DDD;
    padding-bottom: 15px;
}

.program_box .program_box_data li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    color: #02cccd;
    margin-right: 5px;
    font-size: 8px;
    top: -3px;
    margin-left: 5px;
    position: relative;
}

.program_box .program_box_data#include li:before,
.program_box .program_box_data#cruise li:before,
.program_box .program_box_data#cabin li:before,
.program_box .program_box_data li:before {
    content: "\f00c";
    color: #adadad;
    font-size: 13px;
    top: 0px;
}

.program_box .program_box_data#exclude li:before {
    content: "\f00d";
    color: #adadad;
    font-size: 13px;
    top: 0px;
}

.program_realted {
    width: 100%;

    border-top: 2px solid #DDD;
    margin-top: 15px;
}

.home_root_title,
.title_text {
    margin: 30px 0px;
}

.new_related_tours,
.tour_container {
    width: 100%;
    margin-bottom: 20px;
    height: 255px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.tour_container .img_container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.new_related_tours_title h4,
.new_related_tours_title h2,
.tour_title h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    padding: 10px;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.505;
    text-align: left;
}

.new_related_tours_price {
    position: absolute;
    padding: 5px 20px;
    background-color: #FF8C00;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-top: 30px;
}

.home_sites {
    width: 100%;

    position: relative;
    margin-bottom: 30px;
}

.scrollable#slider_sites {
    position: relative;
    overflow: hidden;
    height: 190px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: 48px;
}

.root_related_boxes {
    width: 265px;

}

.root_related_box {
    width: 235px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 14px;
    color: #737373;
    text-transform: none !important;
}

a#sites {
    text-decoration: none !important;
}

a.browse#sites {
    display: block;

    cursor: pointer;
    font-size: 1px;
    margin-top: 20px;
    z-index: 999;
    position: absolute;
}

a.prev#sites:before,
a.next#sites:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 70px;
    color: #09415d;
    position: absolute;
    top: 16px;
}

a.next#sites {
    clear: right;
    right: 0;
}

a.next#sites:before {
    content: '\f105';
    left: -25px;
}

.full_itinerary {
    width: 100%;

    list-style-type: none;
    counter-reset: div-counter;
}

.full_itinerary_box,
.prices_box,
.cruise_iti_repeat,
#reviews2_boxes {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 10px;
    background-color: #fdfdfd;
    padding: 10px;

    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.cruise_iti_repeat{
    cursor: pointer;
}

.full_itinerary_box .itinerary_title {

    width: 100%;
    color: #5c5e62;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
}

.itinerary_title h2,
.itinerary_title h3 {
    font-size: 15px;
    font-weight: bold;
}

.full_itinerary_box .itinerary_desc {
    font-size: 15px;
    padding: 20px 0 0 0;
    border-top: 1px solid #e1e1e1;
    margin: 34px 20px;
}

.full_itinerary_box .itinerary_desc p {
    text-align: justify;
}

.full_itinerary_box .itinerary_title.toggled,
.full_itinerary_box .itinerary_title.toggled h3,
.full_itinerary_box .itinerary_title.toggled h2,
.full_itinerary_box .itinerary_title:hover,
.full_itinerary_box .itinerary_title h3:hover,
.full_itinerary_box .itinerary_title h2:hover {
    color: #000;
}

.itinerary_desc a {
    text-decoration: none !important;
}

.expand {

    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #2aa3db;
}

.expand .glyphicon {
    font-size: 13px;
    color: #2aa3db;
    font-weight: bold;
}

/*.expand.toggled:after {
    content: '\f107';
}*/

/*.expand:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';

    font-size: 26px;
    border-radius: 50%;
    padding: 1px;
    color: #666;
    position: absolute;
    top: -7px;
    margin-left: 5px;
}*/

.full_itinerary_box .itinerary_title.toggled h3:after,
.full_itinerary_box .itinerary_title.toggled h2:after,
.iten.toggled:after {
    content: '\f107';
}

.full_itinerary_box .itinerary_title h3:after,
.full_itinerary_box .itinerary_title h2:after,
.iten:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    text-align: center;
    color: #2aa3db;
    position: absolute;
    right: 15px;
    top: 4px;
}

.iten:after {
    right: 25px;
}

.scroll_pane_new,
.program_box_data,
.prices_box,
.prices_contain,
.new-prices-table,
.all_itinerary,
.program_box_title,
.reviews-header {
    width: 100%;

}

.all_itinerary,
.program_box_data,
.program_box_title {
    margin-top: 15px;
}

.new-hotel-boxes {
    width: 100%;

    margin-top: 12px;
}

.prices_box_title ul li::before {
    all: none;
}

#Arrival2 .ui-datepicker-trigger,
#Departure2 .ui-datepicker-trigger {
    position: absolute;
    bottom: 22px;
    right: 5px;
    border: none;
    background: none;
    color: #09415d;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

.no_reviews {

}

.no_reviews a {
    font-weight: bold;
    text-decoration: none !important;
}

.reviews-header {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    /* margin: 30px 30px; */
    padding-right: 83px;
}

#reviews2 {
    width: 100%;

    margin: 0px 15px;
    margin-top: 30px;
}

.review_box {
    width: 100%;

}

.write,
.all {

}

a.write-btn {
    margin-top: -5px;
    border: 1px solid #2aa3db;
    color: #2aa3db !important;
    background-color: white !important;
    box-shadow: none;
}

a.write-btn:hover,
a.write-btn:focus {
    border-color: #2aa3db !important;
}

#reviews2_boxes {
    padding-top: 15px;
    margin-bottom: 50px;
}

a.all-reviews-btn {
    margin-right: 15px;
    margin-top: -5px;
    border: 1px solid #2aa3db;
    color: white !important;
    background-color: #2aa3db !important;
}

a.all-reviews-btn:hover,
a.all-reviews-btn:focus {
    border-color: #2aa3db !important;
}

.photo {
    text-align: center;
}

.img-circle {
    width: 100px;
}

.date,
.name,
.review_title {
    line-height: 1.47;
    text-align: center;
}

.name,
.review_title {
    margin-top: 15px;
    font-size: 15px;
    color: rgb(65, 65, 65);
    font-weight: bold;
}

.review_title {
    text-align: left;
}

.review_title a {
    color: rgb(65, 65, 65);
}

.program_box .program_box_general_info {

    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.program_box_general_info {
    margin-top: 15px;
}

.program_box .program_box_general_info li {
    list-style-position: inside;
    list-style-image: none !important;

    width: 100%;
    margin-bottom: 15px;
}

.footer_r_boxes {
    margin: 15px 0px;

    width: 100%;
}

.footer_member_slider {
    width: 100%;

    background-color: #f9f9f9;
}

.sign_up_all {

    width: 100%;
    margin: 30px 0px;
}

.beta_chat {
    border-radius: 50%;
    background-color: #35a0eb;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.54);
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    z-index: 5;
    text-align: center;
    padding-top: 16px;
}

.fixed_whatsapp {
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.54);
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 60px;
    height: 60px;
    z-index: 5;
    text-align: center;
    padding-top: 16px;
}

.fixed_whatsapp i {
    color: #fff;
    font-size: 31px;
}

a.fixed_whatsapp i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .beta_chat {
        border-radius: 50%;
        background-color: rgb(53, 160, 235);
        box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.54);
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 60px;
        height: 60px;
        z-index: 5;
        text-align: center;
        padding-top: 16px;
    }
    .beta_chat img {
        width: 35px;
    }
    .fixed_whatsapp {
        border-radius: 50%;
        background-color: #25d366;
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.54);
        position: fixed;
        right: 15px;
        bottom: 85px;
        width: 60px;
        height: 60px;
        z-index: 5;
        text-align: center;
        padding-top: 16px;
    }
}

.dob_input {
    display: -webkit-box;
}

.dob_input select {
    width: auto;
    margin: 0px 10px;
    float: inherit;
}

.dob_input select:first-child {
    width: auto;
    margin: 0px 10px 0px 0px;
    float: inherit;
}

@media (max-width: 767px) {
    #carousel_new {
        min-height: 750px;
    }
    .carousel-inner>.item {
        min-height: 750px;
    }
    #carousel_new_valentine {
        min-height: 400px;
    }
    #carousel_new_valentine .carousel-inner>.item {
        min-height: 400px;
    }
    .home_search {
        top: 10%;
    }
    .home_search .content {
        padding: 15px;
    }
    .home_search .content .content-title,
    .home_search .content .content-title h1 {
        font-size: 35px;
        margin-top: 30px;
    }
    .home_search .content .quick_dest_desc {
        font-size: 10px;
    }
    .search_select #price,
    #last {
        font-size: 11px;
    }
    .search_select #destination {
        font-size: 12px;
    }
    .sites_box_title h1 {
        font-size: 40px;
    }
    #home.top-destination {
        padding: 0px 10px;
    }
    #home.top-destination:after {
        left: 12px
    }
}

.review_order {
    background-color: #fdfdfd;
    padding: 15px;
    margin: 20px 0px;
    border: 1px #ebebeb solid;
    border-radius: 10px;

    width: 100%;
}

.review_order h3,
.review_order h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}

label.error {
    color: red !important;
    font-size: 10px !important;

}
.program_box_data_book_price {
    border: 2px solid #ff9931;
    z-index: 5;

    width: 100%;
    padding: 3px;
    border-radius: 7px 7px 0 0;
    font-size: 26px;
    text-align: center;
    color: #ff8100;
    font-weight: bold;
    background-color: #ffffff;
}

.program_box_data_book_price .convertable {
    font-size: 26px;
}

.program_box_data_book_form {
    width: 100%;

    padding: 20px;
}

#book-form {
    background: #ff8100;
}

.review_order_title {
    font-size: 26px;
    color: rgb(58, 58, 58);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}

.review_order_title_btn {
    color: #fff;
    background-color: #ff9700;
    width: 35px;
    height: 35px;

    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}

.quick_dest {

    width: 100%;
    color: #fff;
}

.home_form {

    width: 100%;
}

.quick_dest_title {

    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.89);
}

.quick_dest_links {

    width: 100%;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.89);
    color: rgb(255, 180, 0);
    font-weight: bold;
}

.quick_dest_links a {
    padding: 0px 8px;
    position: relative;
}

.quick_dest_links a::after {
    content: "-";
    margin-left: 5px;
    position: absolute;
}

.quick_dest_links a:last-child::after {
    content: " ";
}

.quick_dest_links a,
.quick_dest_links a:hover,
.quick_dest_links a:focus {
    color: rgb(255, 180, 0);
}

.quick_dest_desc {

    width: 100%;
    font-size: 15px;
    color: rgb(227, 240, 255);
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.55);
    margin: 15px 0px;
}

.check_out td {
    padding: 5px;
    font-size: 14px;
}

.form_modal .modal-content .modal-header {
    color: rgb(10, 126, 214) !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    padding: 10px !important;
    font-size: 20px !important;
    border-bottom: solid 1px rgb(235, 235, 235) !important;
}

.form_modal .modal-title {
    line-height: 1.2 !important;
    text-align: center !important;
}

.form_modal .modal-content .modal-body {
    padding: 15px !important;
    background: #f8f8f8;
}

.call_modal .modal-content .modal-header {
    color: rgb(10, 126, 214) !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    padding: 10px !important;
    font-size: 20px !important;
    border-bottom: solid 1px rgb(235, 235, 235) !important;
}

.call_modal .modal-title {
    line-height: 1.2 !important;
    text-align: center !important;
}

.call_modal .modal-content .modal-body {
    padding: 15px !important;
}

.or_seperate {
    width: 100%;

    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.cart_img{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.empty_cart_text{
    font-size: 20px;
    color: #656565;
    margin-bottom: 60px;
}

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

    #fixed .program_box_data_book {
        top: auto;
        /*position: fixed;
        max-height: 400px;
        overflow: scroll;*/
    }
    .program_box_data_book {
        position: relative;
        bottom: 0px;
        width: 100%;
        top: auto;
        left: 0px;
        background-color: #f9f9f9;
        border-top: 1px solid #c2c2c2;
        border-radius: 0px;
        font-size: 15px;
        padding: 10px;
    }
    .program_box_data_book_price {
        border: 0px;
        border-radius: 0px;
        font-size: 20px;
        background: transparent;
        color: rgb(255, 129, 0);
    }
    .program_box_data_book_form {
        padding: 0px;
        background-color: transparent!important;
    }
    #submit_book {
        color: #fff;
        background: #ff8100;
        font-weight: 600;
        border: 0px solid #ff8100;
    }
    .new_btn_book {
        width: auto;
        padding: 8px 35px;
        margin: 10px auto;
        border-radius: 30px;
        display: inline-block;
    }
}

.all_programs_list_price#discount {
    background-color: #fff;
    top: 63px;
    color: red;
}

.all_programs_list_price .price#discount {
    color: red;
}

/* FAQ */

.sc-toggle {
    margin: 0 0 10px 0;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #C6C6C6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .20);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .20);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .20);
}

.sc-toggle .title_faq {
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    background: url(/theme/Com2018/img/faq/toggle-title.png) repeat-x 0 0 #F2F2F2;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.sc-toggle .title_faq span {
    padding: 0 35px;
    display: block;
    background-image: url(/theme/Com2018/img/faq/toggle.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

.sc-toggle .toggled span {
    background-position: 15px -78px;
}

.sc-toggle .inner {
    padding: 12px 15px 15px;
    background: url(/theme/Com2018/img/faq/toggle-inner.png) repeat-x 0 0 #FFF;
}

/* end faq */

.full_trip {
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin: 15px 0px;
    overflow: hidden;
    padding: 15px;
}
.all_airlines {
    padding: 15px;
}
.flight_more{
    height: 22px;
    font-weight: 500;
    font-style: normal;
    color: #f5a623;
    cursor: pointer;
    font-size: 18px;
}
.flight_price {
    border-left: 1px dashed #d7d7d7;
    padding-left: 15px;
}
.flight_air_img{

}
.flight_air_name{

    margin: 0px 5px 0px 5px;
    line-height: 26px;
}
.flight_air_name_contain {

    margin-left: 10px;
    width: calc(100% - 46px);
}
.flight_air_name_contain .flight_air_name{
    margin: 0px;
    line-height: normal;
    width: 100%;
}
.trips_container{

    width: 100%;
    margin: 15px 0px;
}
.flight_way_title{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.flight_select_btn{
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    color: #f5a623;
    background-color: #ffffff;
    border: solid 1px #f5a623;
}
.flight_select_btn_selected{
    width: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #f5a623;
    border: solid 1px #f5a623;
}
.flight_h_line {
    width: 100%;
    height: 0px;
    margin: 22px 0px 15px 0px;
    border-bottom: 1px solid #000;

    display: block;
}
.flight_h_line .stops{
    color: #e7194f;
    font-size: 12px;
    margin-top: 10px;

    width: 100%;
    text-align: center;
}
.stop_cr {
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #e7194f;
    top: 15px;
    border-radius: 50%;
    left: calc(50% - 7px);
}
.flight_h_line .direct{
    color: #26cf9e;
    font-size: 12px;
    margin-top: 10px;

    width: 100%;
    text-align: center;
}
.direct_cr {
    width: 14px;
    height: 14px;
    position: absolute;
    background-color: #26cf9e;
    top: 15px;
    border-radius: 50%;
    left: calc(50% - 7px);
}
.flight_to_box {

    display: block;
    position: relative;
    text-align: center;
}
.single_flight {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single_flight:last-child {
    border-bottom: solid 0px #ebebeb;
}
.one_trip {

    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin: 15px 0px;
}
.one_trip:last-child {
    border-bottom: 0px solid #000;
}
.flight_results_all{
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #bebebe;

}
.modal_title_gray {

    margin: 0px 15px 15px 0px;
    font-size: 20px;
    color: #a4a4a4;
}
.modal_title_dates {

    margin: 0px 15px 15px 0px;
    font-size: 20px;
    color: #000000;
}
.done_btn {
    border-radius: 5px !important;
    background-color: #09415d !important;
    color: #fff !important;
}
.prosses_bar {
    position: relative;
    width: 100%;
}
.prosses_bar_num{
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #dddddd;
    font-size: 20px;
    font-weight: bold;
    z-index: 9;
    position: relative;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0px auto;
}
.prosses_bar_num.active{
    background-color: #0c2a4f;
}
.prosses_bar_num.done{
    background-color: #8c9aab;
}
.prosses_bar_box:first-child::after {
    content: "";
    border-bottom: 1px dashed #0d2e51;
    width: 50%;
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
}
.prosses_bar_box:last-child::after {
    width: 50%;
}
.prosses_bar_box::after {
    content: "";
    border-bottom: 1px dashed #0d2e51;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}
.prosses_bar_box{

    width: 25%;
    text-align: center;
    position: relative;
}
.prosses_bar_text{
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 15px 0px;
    color: #c5c5c5;
}
.prosses_bar_text.active{
    color: #0c2a4f;
}
.prosses_bar_text.done{
    color: #8c9aab;
}
.review_order_img{
    width: 100%;
    border-radius: 5px;
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0px;

}
.route {

    width: 100%;
    margin-bottom: 5px;
}
.info {

    width: 100%;
    margin-bottom: 5px;
}
.flight_results_all .one_trip {
    border-bottom: 1px solid #e6e6e6;
}
.btn-number {
    background-color: #fff;
    border: 1px solid #09415d;
    color: #09415d;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.input-number {
    background-color: transparent !important;
    border: 0px !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -moz-appearance: none !important;
    height: 35px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.btn-number[disabled] {
    color: lightgray;
    border-color: lightgray;
    cursor: not-allowed;
}
.review_order_title_prog{
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}
.review_order_title_prog a , .review_order_title_prog a:hover {
    color: #666666;
}
.filter_all_title {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    background-color: #eef8ff;
    color: #043051;
    font-weight: bold;
}

.filter_all_title#multi {
    background-color: #f6f6f6;
    font-size: 15px;
    font-weight: bold;
    color: #043051;
}

.left_filter_all {
    background-color: #fff;
    width: 100%;
    margin: 0 0 15px 0;
}

.left_filter_all_box {
    margin: 15px 0px;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.left_filter_all_box:last-child {
    border-bottom: 0px solid #e9e9e9;
}

.left_filter_all#multi .left_filter_all_box {
    margin: 0;
}

.checkbox .checkbox-material .check {
    border: 2px solid #EEEEEE;
    width: 16px;
    height: 16px;
    border-radius: 0;
}

.radio label .circle {
    border: 1px solid #ebebeb;
    background: #f8f8f8;
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check,
.checkbox input[type=checkbox]:checked~.checkbox-material .check {
    color: #F5A31B;
    border-color: #F5A31B;
}

.checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
.checkbox input[type=checkbox]:checked~.checkbox-material .check:before {
    transform: none;
    border: 1px solid #fff;
    background: #F5A31B;
    margin-top: 0;
    margin-left: 0;
    width: 12px;
    height: 12px;
}

.left_filter_all_box .radio label {
    color: #F5A31B;
    font-size: 14px;
    padding-left: 30px;
}

.radio input[type=radio]:checked~.circle {
    border-color: #F5A31B;
}
.radio input[type=radio]:checked ~ .check {
    background-color: #F5A31B;
}
.left_filter_all_box_title {
    font-size: 16px;
}

.left_filter_all_box .ui-widget-header {
    border: 1px solid #F5A31B;
    background: #F5A31B;
    color: #ffffff;
    font-weight: bold;
}

.left_filter_all_box .ui-widget-content {
    border: 1px solid #F5A31B;
    background: #ffffff;
    color: #ffffff;
}

.left_filter_all_box .ui-slider-horizontal {
    height: 4px;
}

.left_filter_all_box .ui-state-default,
.left_filter_all_box .ui-widget-content .ui-state-default,
.left_filter_all_box .ui-widget-header .ui-state-default {
    border: 2px solid #F5A31B;
    background: #fff;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}

.left_filter_all_box .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
}

.left_filter_all_box .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-tr,
.ui-corner-tl {
    border-radius: 0px;
}

.left_filter_all_box .apply_price {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px;
    border: 1px solid #F5A31B;
    font-weight: bold;
    color: #fff;
    margin-top: 28px;
    background-color: #F5A31B;
    display: block;
    cursor: pointer;
    text-align: center;
}

.left_filter_all_box .slider_range_all {
    width: 100%;
    margin: 5px 0px;
    display: inline-block;
}

.left_filter_all_box .price_range_input {
    width: 100%;
    margin: 5px 0px;
    display: inline-block;
}

.left_filter_all_box .price_range_input input {
    background: transparent;

    padding: 7px;
    width: 100%;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    color: #7B7B7B;
}

.left_filter_all_box .checkbox label,
.left_filter_all_box .radio label {
    font-size: 1rem;
    color: #757575;
}
.search_filters {
    position: relative;
}
.search_filters select {
    appearance: none;
    -moz-appearance: window;
    -webkit-appearance: none;
}

.search_filters#select:before {
    font-family: 'bootstrap-icons';
    content: "\f235";
    position: absolute;
    right: 0;
    font-size: 1rem;
    color: #212121;
    height: 25px;
}

.price_box_room_left {
    background-color: white;
    color: #d0021b;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.program_price_box_room_left {
    font-size: 14px;
    color: #d0021b;
    font-weight: bold;
    line-height: 1.47;
    text-align: left;
    width: 100%;

    margin: 10px 0px;
}

.btn-number {
    background-color: #fff;
    border: 1px solid #09415d;
    color: #09415d;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.input-number {
    background-color: transparent !important;
    border: 0px !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -moz-appearance: none !important;
    height: 35px !important;
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: none !important;
}

.btn-number[disabled] {
    color: lightgray;
    border-color: lightgray;
    cursor: not-allowed;
}

.top_box {
    background-color: #0c2b4f;
    padding: 30px 0px;
    width: 100%;
    margin-bottom: 45px;
}

.top_box_img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.top_box_title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.top_box_desc {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

#build_form label {
    font-size: 16px;
    font-weight: normal;
    color: #0c2b4f;
    margin-bottom: 5px;
}

#build_form input,
#build_form select,
#build_form textarea {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #b7b7b780;
    background-image: none;
    background-color: #ffffff;
    padding: 5px 10px;
}

#build_form .form_select:before {
    content: '\f282';
    color: #09415d;
    font-weight: bold;
    bottom: 25px;
}

#build_form .switch-field {
    overflow: hidden;
    width: 100%;
}

#build_form .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#build_form .switch-field label {

}

#build_form .switch-field label {
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    background-color: #ffffff;
    padding: 5px 15px;
    color: #09415d;
    border: 1px solid #09415d;
}

#build_form .switch-field label:hover {
    cursor: pointer;
}

#build_form .switch-field input:checked+label {
    background-color: #09415d;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    color: #ffffff;
}

#build_form .switch-field label:first-of-type {

}

#build_form .switch-field label:last-of-type {

    margin-left: 20px;
}

#build_form .form-control.error {
    border: 1px solid red;
}

#build_form label.error {
    display: none !important;
}


#search_home label {
    font-size: 16px;
    font-weight: normal;
    color: #0c2b4f;
    margin-bottom: 5px;
}

#search_home input,
#search_home select,
#search_home textarea {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #b7b7b780;
    background-image: none;
    background-color: #ffffff;
    padding: 5px 10px;
}

#search_home .form_select:before {
    content: '\f282';
    color: #09415d;
    font-weight: bold;
    bottom: 25px;
}

#search_home .switch-field {
    overflow: hidden;
    width: 100%;
}

#search_home .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#search_home .switch-field label {

}

#search_home .switch-field label {
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    background-color: #ffffff;
    padding: 5px 15px;
    color: #09415d;
    border: 1px solid #09415d;
}

#search_home .switch-field label:hover {
    cursor: pointer;
}

#search_home .switch-field input:checked+label {
    background-color: #09415d;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    color: #ffffff;
}

#search_home .switch-field label:first-of-type {

}

#search_home .switch-field label:last-of-type {

    margin-left: 20px;
}

#search_home .form-control.error {
    border: 1px solid red;
}

#search_home label.error {
    display: none !important;
}

.sub_label {
    color: #65809f;
    font-size: 14px;
}

.new_btn_inquire {
    background-color: #f5a623;
    border: 0px;
    margin: 15px auto;
    display: table;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 10px 45px;
    font-weight: bold;
}

.top_header {
    background-color: #f4f4f4;
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 40px;
}

.inquire-header-btn {

    position: relative;
    color: #fff;
    padding: 0px 20px;
    margin: 15px 15px 0px 15px;
    border-radius: 13px;
    background-color: #f5a31d;
    line-height: 25px;
    font-size: 14px;
}

.inquire-header-btn:hover,
.inquire-header-btn:focus {
    color: #fff;
}

.new_top_content {
    box-shadow: none;
    background-color: #ffffff;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 0;
}
.new_top_content_all{
    width: 100%;

}
.new_top_content_title {
    width: 100%;
    margin-bottom: 10px;
}

.new_top_content_title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #235187;
    text-transform: none;
    width: 100%;
    line-height: normal;
}

.new_top_content_desc {
    color: #426e90;
    font-size: 14px;
    height: 46px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
#new_top_content_desc_more {
    color: #09415d;

    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}
.home_new_boxes {

    width: 100%;
    margin: 15px 0px;
}

.home_new_box_title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 2.692rem;
    font-weight: bold;
    color: #09415D;
}
.home_new_box_title_list {
    font-size: 15px;

    color: #40484e;
    width: 100%;
}
.home_new_box_title_list_faq {
    font-size: 15px;
    color: #40484e;
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.home_new_box_title_list_faq.toggled {
    height: auto;
}

.home_new_box_title_list li {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.home_new_box_title_list li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #40484e;
    font-size: 10px;
    top: 6px;
    position: absolute;
    left: 8px;
}

.home_new_box_faq {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.home_new_box_faq_title {
    font-size: 1.538rem;
    color: #707070;
    cursor: pointer;
    position: relative;
    padding-right: 55px;
}
.home_new_box_faq_title.toggled {
    color: #F5A31B;
}

.home_new_box_faq_title:before {
    content: "\f4fe";
    font-family: 'bootstrap-icons';
    color: #757575;
    top: -3px;
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
}

.home_new_box_faq_title.toggled:before {
    content: "\f2ea";
    font-family: 'bootstrap-icons';
    color: #757575;
    top: -3px;
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
}

.home_new_box_faq_answer {
    width: 100%;
    font-size: 1.154rem;
    margin: 15px 0px 0px 0px;
    color: #09415D;
    line-height: normal;
    padding-right: 55px;
}

.top_build_form {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #6a6a6a80;
    background-color: #f9f9f9;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;

    position: absolute;
    top: 15px;
    z-index: 1;
}

.top_build_form_title {
    background-color: #0c2b4f;

    font-size: 17px;
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    color: #fff;
}
.top_build_form_title_top {
    color: #ffffff;
}
.top_build_form_title_end {
    color: #f8e71c;
}
.top_build_form_form {

    width: 100%;
    padding: 15px;
}

#top_build_form .form-group {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;

    width: 100%;

}
#top_build_form input, #top_build_form select, #top_build_form textarea{
    background-image: none;
    padding: 7px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 #d6d6d680;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 35px;
    font-size: 14px;

    width: 100%;
}
#top_build_form .form-group .form-control{
    margin-bottom: 8px;
}
#top_build_form input,
#top_build_form select,
#top_build_form textarea {
    background-image: none;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 #d6d6d680;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 30px;
    font-size: 14px;
}

#top_build_form .form_select:before {
    content: '\f282';
    color: #09415d;
    font-weight: bold;
    top: 5px;
    bottom: auto !important;
    right: 7px;
}
#top_build_form .form-group .checkbox label{
    color: #0c2b4f;
    font-size: 13px;
    text-align: left;
}
#top_build_form .checkbox{
    margin-top: 3px;
    margin-bottom: 0px;
}
.new_btn_top_inquire{

    position: relative;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #f5a623;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
}

.confirmation_container {
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 #cacaca80;
    background-color: #ffffff;
    padding: 50px 30px;

    margin: 50px;
    border: 1px solid #f4f4f4;
    width: calc(100% - 100px);
}

.home_new_box_title_list_short {
    font-size: 15px;

    color: #40484e;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .confirmation_container {
        border-radius: 5px;
        box-shadow: 0 2px 7px 0 #cacaca80;
        background-color: #ffffff;
        padding: 20px;

        margin: 20px 0px;
        border: 1px solid #f4f4f4;
        width: 100%;
    }
}

.confirm_related_title {
    font-size: 23px;
    color: #235187;

    width: 100%;
    padding: 30px 0px;
    text-align: center;
    font-weight: bold;
}

.confirm_signup {
    width: 100%;
    margin: 0px auto;
    border-left: 1px solid #dddddd;
    padding: 0px 50px;
}

.confirm_signup_title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #184161;
}

.confirm_signup_btn {
    border: 1px solid #09415d;
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #09415d;
    padding: 5px 15px;
    margin: 15px auto;
    display: table;
    font-weight: bold;
}

.confirm_signup_text {
    font-size: 15px;
    text-align: center;
    color: #20547d;
    margin: 15px auto;
}

#confirm_form .switch-field {
    overflow: hidden;
    width: 100%;
}

#confirm_form .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

#confirm_form .switch-field label {

}

#confirm_form .switch-field label {
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    background-color: #ffffff;
    padding: 5px;
    color: #235187;
    border: 1px solid #235187;
    width: 100%;
    text-align: center;
}

#confirm_form .switch-field label:hover {
    cursor: pointer;
}

#confirm_form .switch-field input:checked+label {
    background-color: #235187;
    border-radius: 5px;
    box-shadow: 0 0px 0px 0 #b7b7b780;
    background-image: none;
    color: #ffffff;
}

.confirm_feedback_title {
    font-size: 20px;
    margin-bottom: 15px;
}

#confirm_form textarea {
    width: 100%;
    margin: 10px 0px;
    border-radius: 3px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    font-size: 15px;
    color: #c7c7c7;
    padding: 5px 10px;
}

#confirm_form textarea:focus {
    color: #000;
}

#confirm_form textarea::-webkit-input-placeholder {
    color: #c7c7c7;
}

#confirm_form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
}

#confirm_form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
}

#confirm_form textarea:-ms-input-placeholder {
    color: #c7c7c7;
}

.confirm_feedback_btn {
    border-radius: 3px;
    background-color: #09415d;

    border: 0px;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
}

.home_special_offer_types {
    font-size: 15px;
    color: #e68f00;

    width: 100%;
}

.home_special_offer_types_box {

    border-right: 1px solid;
    padding-right: 5px;
    margin: 0px 5px 5px 0px;
    line-height: normal;
}

.home_special_offer_types_box:last-child {
    border-right: 0px solid;
    padding-right: 0px;
}

.price_box_list_discount_rate {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #d0021b;
    color: #fff;
    padding: 5px 10px;
    font-size: 17px;
}

.home_special_offer#programs {
    height: 450px;
}

.discount_filter {
    font-size: 13px;
    border-radius: 3px;
    background-color: #d0021b;
    color: #fff;
    padding: 2px 15px;
    position: relative;
    top: 4px;
}

.left_filter_all#multi .checkbox .checkbox-material .check {
    border: 1px solid #ebebeb;
    background: #f8f8f8;
}

.inquire_multi_contain {
    background-color: #fbfdff;
    padding: 30px 0px;
}

.inquire-banner-img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.inquire_banner_title {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    color: #235187;
    font-weight: bold;
}

.inquire_banner_text {
    width: 100%;
    margin-bottom: 45px;
    text-align: center;
    font-size: 18px;
    color: #235187;
}

.ms-drop.bottom {
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.button.ms-choice {
    border: none;
}

.ms-choice>div {
    display: none;
}

.ms-choice {
    border: none;
}

.ms-parent.form-control {
    width: 263px;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #b7b7b780 !important;
    -webkit-box-shadow: 0 2px 4px 0 #b7b7b780 !important;
    background-image: none !important;
    background-color: #fff;
    padding: 5px 10px;
}

.form-group.has-error .ms-parent.form-control {
    box-shadow: 0 2px 4px 0 #b7b7b780 !important;
    -webkit-box-shadow: 0 2px 4px 0 #b7b7b780 !important;
}

.ms-choice>span {
    top: 5px;
    left: 5px;
    right: 20px;
}

.home_bordered_box {
    padding: 15px 0px;
    box-shadow: 0 2px 4px 0 #dddddd80;
    background-color: #ffffff;
}

.slider_new_partner_title {
    font-size: 18px;
    letter-spacing: -1px;
    color: #184161;

    margin-right: 15px;
    width: 100px;
}

.slider_new_partner_container {

    width: calc(100% - 115px);
}

.slider_new_partner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.scrollable#slider_small_partner {
    position: relative;
    overflow: hidden;
    height: 49px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider_new_partner_boxes {
    width: 120px;

}

.slider_new_partner_box {
    width: 100%;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.browse#new_partner {
    display: block;

    cursor: pointer;
    z-index: 999;
    position: absolute;
    text-align: center;
    top: 9px;
}

/* right */

a.next#new_partner:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 21px;
    color: #dddddd;
}

a.next#new_partner:hover:before {
    color: #184161;
}

a.next#new_partner:active:before {
    color: #dddddd;
}

/* left */

a.prev#new_partner:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-size: 21px;
    color: #dddddd;
}

a.prev#new_partner:hover:before {
    color: #184161;
}

a.next#new_partner {
    clear: right;
    right: -15px;
}

/* left */

a.prev#new_partner {
    left: -15px;
}

.inquire_all_container {
    box-shadow: 0 2px 4px 0 #e9e9e980;
    background-color: #fbfdff;
    width: 100%;

    margin-bottom: 15px;
    padding: 15px 15px 0px 15px;
}

.inquire_all_img {

    margin-right: 15px;
    margin-bottom: 15px;
}

.inquire_all_text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.2px;
    color: #235187;

}

.inquire_all_text_small {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1.3px;
    color: #184161;
}

a.inquire_all_btn {
    border-radius: 100px;
    background-color: #235187;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.9px;
    text-align: center;
    color: #ffffff;
    padding: 8px 80px;

    margin: 10px 0px;
}

.top-destination-more {

    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.7px;
    text-align: right;
    color: #09415d;
}

.destinations{
    background: rgb(7,84,141);
    background: -moz-linear-gradient(180deg, rgba(7,84,141,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(7,84,141,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(7,84,141,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07548d",endColorstr="#ffffff",GradientType=1);
    padding-top: 15px;

}

.destination_image{
    height: 160px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    position: relative;
}

.selectbox_text{
    color: #09415d !important;
    font-size: 15px;
}
.test {
    height: 200px;
    width: 200px;
}

.header_cruise {
    text-align: center;
    color: white;
}
.header_cruise--head {
    font-size: 28px;
    margin-top: 10px;
}

.header_cruise--text{
    font-size: 15px;
    margin-bottom: 30px;
}

.shore--text-center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.72);
    font-size: 23px;
    font-weight: 500;
    color: #ffffff;

}
.home_sub_boxs {

    width: 100%;
}

#contact_header {
    height: 300px;
    border: 0px;
}

.contant_us--header {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    color: #184161;
}

.contant_us--line {
    width: 54px;
    height: 3px;
    background-color: #184161;

    margin-top: 14px;
    margin-bottom: 17px;
}

.contant_us--text {
    font-size: 14px;
    text-align: left;
    color: #20547d;
    margin-bottom: 30px;
}

#contactform {
    margin-bottom: 40px;

    width: 100%;
}

#contactform input,
#contactform select,
#contactform textarea,
#contactformmodal input,
#contactformmodal select,
#contactformmodal textarea {
    height: 35px;
    padding: 6px 20px;
    font-size: 14px;
    color: #aeaeae;
    line-height: 1.42857143;
    background-color: #fafafa;
;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

.contact_us--send_btn {

    border-radius: 3px;
    background-color: #09415d;
    padding: 8px 18px 8px 18px;
    margin-top: 20px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
}

.contant_us_all {
    padding: 30px 0px;
    width: 100%;

}

.contact_us--circle {
    box-shadow: 0 2px 6px 0 rgba(208, 208, 208, 0.5);
    background-color: #ffffff;
    position: relative;
    margin: 3px;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 13px 20px;
    display: inline;
    text-align: center;
}

.contacts_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
}

.contact_us--icon_text {
    font-size: 17px;
    text-align: left;
    color: #20547d;
    margin-bottom: 35px;
}

.contact_us--header__right {
    margin-left: 22px;
}

#facebook {
    background-color: #3C5A99;
    border: #3C5A99;
    box-shadow: 0 2px 6px 0 rgba(208, 208, 208, 0.5);
    width: 40px;
    height: 41px;
}

#youtube {
    background-color: #ff0000;
    border: #ff0000;
    width: 40px;
    height: 41px;
}

#twitter {
    background-color: #38A1F3;
    border: #38A1F3;
    width: 40px;
    height: 41px;
}

#instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: none;
    width: 40px;
    height: 41px;
}

#tripadvisor {
    background-color: #00af87;
    border: #00af87;
    width: 40px;
    height: 41px;
}

#aligning_items {
    margin-bottom: 30px;
    text-align: left;
}

#aligning_items li i {
    font-size: 20px;
    color: #ffffff;
}

#align_icons {
    padding-right: 0px;
    text-align: center;
}

#align_text {
    padding-left: 0px;
}

.contant_us--left_border {
    border-left: 1px solid #efefef;
    padding-left: 50px;
}

.contant_us--right_border {
    padding-right: 50px;
}

.image_title {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
}

.header_top {
    margin-top: 15px;
}

.title_high_demand {
    font-size: 20px;
    color: rgb(44, 44, 44);
    font-weight: bold;
    margin: 16px 0px 0px 20px;

}
.high_demand_box{

    border-radius: 1px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    background-color: #1ec658;
    padding: 6px 12px;
    margin-top: 12px;
}

@media only screen and (max-width: 600px) {
    .header__right {
        padding-left: 0px;
        margin-top: 100px;
    }
    .contant_us--left_border {
        border: none;
        padding-left: 0px;
    }
    .header_top {
        margin-top: 15px;
    }
}

.top_box_inquire {
    background-color: rgba(19, 86, 165, 0.83);
    padding: 13px 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: left;
}

.top_box_inquire--img {

    width: 68px;
    margin-right: 10px;
}

.top_box_inquire--text {
    color: white;

    width: calc(100% - 78px);
    padding-top: 15px;
}

.top_box_inquire--header {
    font-size: 28px;
    font-weight: bold;
}

.new-hotel-boxes-img {

    width: 100%;
    height: 85px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-hotel-boxes-img img {

    min-width: 100%;
    min-height: 85px;
    overflow: hidden;
}

.program_info_box {

    width: 100%;
    margin: 10px 0px;
}

.program_info_box_title {

    width: 100%;
    font-weight: bold;
    font-size: 18px;
}

.program_info_box_desc {

    width: 100%;
    font-size: 15px;
}

.program_info_box_desc ul {

    width: 100%;
    padding-left: 15px;
    list-style: disc;
}

.program_info_box_desc ul li {

    width: 100%;
    margin-bottom: 5px !important;
}

.inquire_all_border {
    border: solid 1px #09415d;
    padding: 10px;
    background-color: #fafcff;
    border-radius: 5px;
    margin: 15px 0px;

    width: 100%;
}

.inquire_all_text_blue {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -1.2px;
    color: #09415d;

    vertical-align: middle;
}

.inquire_all_text_small_blue {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #09415d;
}

.inquire_all_btn_blue {
    border-radius: 100px;
    vertical-align: top;
    background-color: #09415d;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 5px 56px;

    margin-top: 10px;
}
a.inquire_all_btn_blue:hover {
    color: #ffffff;
}

.inquire_all_img_blue {

    margin-right: 15px;
    margin-bottom: 15px;
}
.inquire_img_dim{
    width: 45px;
    height: 45px;

    width: 100%;
    padding-left: 15px;
    list-style: disc;
}
.program_info_box_desc ul li{

    width: 100%;
    margin-bottom: 5px !important;
}
#load_more, #load_less {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px 30px;
    cursor: pointer;
    background-color: #09415D;
    border-radius: 10px;
    border: 1px solid #09415D;
    overflow: hidden;
    margin: 15px auto;
    width: max-content;
}
#bookform input, #bookform select, #bookform textarea, #bookformmodal input, #bookformmodal select, #bookformmodal textarea, #bookforminstant input, #bookforminstant select, #bookforminstant textarea{
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
}
#bookforminstant input, #bookforminstant select, #bookforminstant textarea{
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
}
.form-group {
    padding-bottom: 5px;
    margin: 0px;
}
.form-group .form-control {
    margin-bottom: 5px;
}
.form_select:before {
    content: '\f282';
    color: #09415d;
    font-weight: bold;
    top: 10px;
    padding-top: 0px;
}
.program_box_data_book {
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 rgba(155, 155, 155, 0.5);
    background-color: #fbfbfb;
}
.program_box_data_book_price {
    border-radius: 5px 5px 0 0;
    font-size: 25px;
}
.feefowidget-carousel-single-slide-content .feefowidget-stars-row .feefowidget-rating-container {
    top: 0px !important;
}
.programs_hilocals {

    border-radius: 1px;
    border: solid 0.5px #00d29c;
    padding: 5px 9px;
    font-weight: bold;
}
.hilocals_box{

    border-radius: 1px;
    border: solid 0.5px #00d29c;
    padding: 2px 7px;
    font-weight: bold;
    margin-bottom: 5px;
}
.xmas-banner {
    background-image: url(/theme/Com2018/img/xmas-bg.svg);
    background-color: #c80907;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.xmas-banner-title {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: #ffffff;
}
.xmas-banner-btn {
    font-size: 16px;
    font-weight: 600;
    color: #980100;
    border-radius: 39px;
    background-color: #f8e71c;
    display: table;
    margin: 0px auto;
    padding: 5px 25px;
}
.xmas-banner-btn a{
    color: #980100;
    text-decoration: none;
}
.xmas-banner-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
}
.cart_programs_title {
    font-size: 22px;
    font-weight: 500;
    color: #184161;
    text-align: center;
    margin: 15px 0px;
}
.cart_all_tours {
    border-radius: 40.5px;
    border: solid 1px #09415d;
    background-color: #ffffff;
    margin: 30px auto;
    font-size: 22px;
    font-weight: 600;
    color: #09415d;
    text-align: center;
    padding: 10px 45px;
    display: table;
}
.cart_all_tours a{
    color: #09415d;
    text-decoration: none;
}
.new_top_content img {
    width: 100%;
}

.programs_medicalOffers {
    font-family: 'Avenir Next', sans-serif;
    border-radius: 4px;
    background: #ff3e71;

    padding: 5px 15px;
    margin: 10px 0;
}
.programs_medicalOffers-img {

    color: #fff;
    text-align: center;
}
.programs_medicalOffers-title {
    text-align: center;
    color: #fff;
    margin: 0 50px;

    font-size: 21px;
    font-weight: 500;
    line-height: 1.38;
}
.programs_medicalOffers-desc {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.55;

    color: #fff;
    text-align: center;
}
.route_image {
    width: 100%;
    margin: 10px 0;
    text-align: center;

}
