* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #EBF0F4;
}

.logo {
    width: 130px;
    height: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.header {
    /* background: url(../images/IMG_0176-law.jpg) no-repeat center; */
    background-size: cover;
    padding: 10px 0;
    min-height: 650px;
}

#brand-header .navbar .cart_icon {
    margin-top: 1rem;
}

.header_middle {
    font-family: Avenir Next, Helvetica, Arial, serif;
    font-weight: 600;
    left: 12%;
    padding: 0 0 0 7%;
}

.header_middle .col-md-4 {
    color: #EDF0F3;
    width: 28.333333% !important;
}

.header_middle .col-md-4 a,
.header-icon {
    color: #375A8E;
}

.bg-default {
    background-color: #FFFFFF !important;
}

.searchbar-wrapper-resort {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 10%;
}

.searchbar-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 8%;
}

#searchbar {
    font-family: Gilroy;
    -webkit-box-shadow: 0 20px 100px 10px rgba(24, 33, 77, .05);
    box-shadow: 0 20px 100px 10px rgba(24, 33, 77, .05);
    border-radius: 20px;
    padding: 35px 30px 34px;
    width: 90%;
    margin: 0 auto;
}

.searchbar-wrapper-resort .search-type {
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 117, 255, .0898711);
    box-shadow: 0 4px 10px rgba(0, 117, 255, .0898711);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 10px 50px;
    width: auto;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
    transform: translate(-50%, calc(-50% - 5px));
}

.searchbar-wrapper .search-type {
    display: flex;
    background: #ffffff96;
    -webkit-box-shadow: 0 4px 10px rgba(0, 117, 255, .0898711);
    box-shadow: 0 4px 10px rgba(0, 117, 255, .0898711);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 4px 8px;
    width: auto;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
    transform: translate(-50%, calc(-50% - 5px));
}


/*  */

.search-type .nav {
    flex-wrap: nowrap !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ffffff3b;
    border-color: #ffffff3b #ffffff3b #ffffff3b;
    border-bottom: 2px solid #ffffff3b;
    color: #1c3c6b !important;
}

.search-type .nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.search-type .nav-item {
    margin: 0 10px;
    color: #EDF0F3;
    font-weight: bold !important;
}

.search-type .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #ffffff;
    isolation: isolate;
    border-bottom: 2px solid #387871;
}

.flight-type-wrapper label.radio {
    cursor: pointer;
}

.flight-type-wrapper .nav-item .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000000 !important;
    background-color: transparent !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000000 !important;
    background-color: #ffffff00 !important;
}

.bar {
    display: flex;
}

.tour-search div.box {
    padding: 0px 30px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.tour .tour-search div.date,
.tour .tour-search div.location {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.tour .box span.label {
    text-transform: uppercase;
    color: #1c3c6b;
    margin-bottom: 4px;
}

.tour .bar div.box .label {
    font-size: 20px;
    line-height: 14px;
    font-weight: 1000;
    display: block;
}

.tour .bar div.box .value {
    font-size: 1.2857142857rem;
    line-height: 24px;
    font-weight: 700;
    color: #1c3c6b;
}

.tour .location-suggestion {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 12px rgba(51, 65, 80, .06), 0 14px 44px rgba(51, 65, 80, .11);
    box-shadow: 0 8px 12px rgba(51, 65, 80, .06), 0 14px 44px rgba(51, 65, 80, .11);
    z-index: 10;
    overflow-y: auto;
}

.tour .location-suggestion .input-wrapper {
    padding: 10px 15px;
}

.tour .location-suggestion .input-wrapper input[type=text] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 20px;
    top: 0;
    background-color: #fff;
    background-image: url(../images/svg/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0;
}

.tour .location-suggestion .input-wrapper input[type=text]:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.tour .tour-search div.location {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.tour .location-suggestion .location-list {
    max-height: 300px;
    overflow-y: auto;
    border-top: 1px solid #dbdde0;
}

.tour .location-suggestion .location-list .location {
    padding: 10px 15px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tour .location-suggestion .location-list .location .icon {
    min-width: 16px;
    margin: 0 10px 0 0;
    text-align: center;
}

.tour .location-suggestion .location-list .location:hover {
    background-color: rgba(188, 201, 220, .4);
}

#searchbar .search-btn-container button.search-btn {
    border: 0;
    background-color: #1c3c6b;
    color: #fff;
    border-radius: 10px;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    outline: none;
}

.custom-tour-wrapper {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tour-request-bar {
    width: 550px;
}

.custom-tour-wrapper .tour-request-bar.brand {
    background-color: #1c3c6b;
    color: #fff;
    border-radius: 8px;
}

.customized_tour {
    font-size: 16px;
    font-weight: 600;
    font-family: Gilroy;
}

.custom-request {
    margin-top: 100px;
}

.btn-secondary {
    font-weight: 600;
    border-color: #1c3c6b !important;
    background-color: #1c3c6b !important;
    color: #FFF !important;
}


/* hot_deals */

.hot_deals h4 {
    font-size: 1.72rem;
    line-height: 30px;
    font-weight: 600;
}

.hot_deals .content {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 220px;
    width: 95%;
}

.hot_deals .content .code-wrapper {
    background-color: #ecf3fe;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    display: flex;
}

.hot_deals .content .code-wrapper img {
    height: 20px;
    width: auto;
}

.hot_deals .content .code-wrapper .code-tag {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 500;
    color: #1c3c6b;
    padding-left: 5px;
    vertical-align: text-top;
    font-family: Gilroy;
}

.hot_deals .content .text-wrapper .title {
    color: #1c3c6b;
    font-size: 1.2857142857rem;
    line-height: 22px;
    font-weight: 600;
    font-family: Gilroy;
}

.hot_deals .content .text-wrapper .subtext {
    color: #22292f;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 400;
}

.hot_deals .content .btn-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.hot_deals .content .btn-wrapper .brand-btn {
    background: #1c3c6b;
    color: #FFF;
    text-align: right;
    padding: 12px 15px;
    border-radius: 8px;
    border: 0;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 600;
    font-family: Gilroy;
    text-decoration: none !important;
}

.fa-arrow-up {
    transform: rotate(45deg);
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 15px !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #ffffff;
    border-radius: 50%;
    border: 0;
    color: #1c3c6b;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    margin: 10px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
    background-color: #1c3c6b;
    color: #ffffff;
}

.gz-resort-content {
    border-radius: 5px;
    min-width: calc(50% - 25px);
    position: relative;
}

.gz-resort-content .content-placeholder {
    position: relative;
    height: 300px;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}

.gz-resort-content .content-placeholder .navigation-btn {
    font-size: .8571428571rem;
    line-height: 18px;
    font-weight: 600;
    position: absolute;
    bottom: -5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff96;
    border: 0;
    -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .16);
    border-radius: 100px;
    color: #1c3c6b;
    padding: 2px 16px;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
}

.gz-promotion-content {
    border-radius: 5px;
    min-width: calc(50% - 25px);
    position: relative;
    margin-right: 15px;
}

.gz-promotion-content .content-placeholder {
    position: relative;
    height: 150px;
    background-size: cover;
    border-radius: 15px;
}

.gz-promotion-content .content-placeholder .navigation-btn {
    font-size: .8571428571rem;
    line-height: 18px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .16);
    border-radius: 100px;
    color: #1c3c6b;
    padding: 2px 16px;
    cursor: pointer;
    outline: none;
    text-decoration: none !important;
}

.gz-resort-content .content-placeholder picture,
.gz-promotion-content .content-placeholder picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.gz-resort-content .content-placeholder img,
.gz-resort-content .content-placeholder picture,
.gz-promotion-content .content-placeholder img,
.gz-promotion-content .content-placeholder picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.popular_tours_section h2,
.popular_destinations_section h2 {
    margin: 0 0 15px;
    color: #1c3c6b;
    font-size: 1.7142857143rem;
    line-height: 40px;
    font-weight: 600;
    font-family: Gilroy;
}

.popular_tours_slider .content-wrapper,
.popular_destinations_slider .content-wrapper {
    width: 100%;
    height: 200px;
    background-color: #dbdde0;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease-out;
}

.popular_tours_slider .content-wrapper:hover .image-placeholder img,
.popular_destinations_slider .content-wrapper:hover .image-placeholder img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.popular_tours_slider .content-wrapper .image-placeholder,
.popular_destinations_slider .content-wrapper .image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #a1d0ff, rgba(2, 39, 72, .9098039215686274));
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
}

.popular_tours_slider .content-wrapper .image-placeholder img,
.popular_destinations_slider .content-wrapper .image-placeholder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.popular_tours_slider .content-wrapper .contents,
.popular_destinations_slider .content-wrapper .contents {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000000;
    padding: 5px 10px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 0 0 5px 5px;
}

.popular_tours_slider .content-wrapper .contents .title,
.popular_destinations_slider .content-wrapper .contents .title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    background: #3b8e8975;
    padding: 2px;
}


/* footer */

#footer {
    background-color: #368883;
    padding: 1.5rem 0;
    margin: 4rem 0 0;
    color: #fff;
}

#footer h6 {
    font-size: 1.1428571429rem;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

#footer .footer-contact,
#footer .footer-links {
    list-style: none;
    padding-left: 0;
    text-decoration: none;
}

#footer .footer-contact .footer-link,
#footer .footer-links .footer-link {
    display: block;
    margin-bottom: 6px;
}

#footer .footer-contact .footer-link a,
#footer .footer-links .footer-link a {
    font-size: 1rem;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

#footer .payment-methods {
    list-style: none;
    padding-left: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#footer .payment-methods li {
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s ease-out;
}

#footer .payment-methods li:hover {
    transform: scale(1.2);
}

#footer .social-icons {
    padding-left: 0;
}

#footer .social-icons .social-icon {
    display: inline-block;
    text-align: center;
}

#footer .social-icons .social-icon a {
    color: #fff;
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 40px;
    font-weight: 400;
}

#footer .social-icons .social-icon a .icon {
    background: hsla(0, 0%, 100%, .2);
    margin-right: 10px;
    border-radius: 100%;
    width: 40px;
    line-height: 40px;
}


/* header Bottom */

#header-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}

#header-bottom ul.nav {
    padding: 10px 0 5px;
}

#header-bottom ul.nav li,
#header-bottom ul.nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-bottom ul.nav li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

#header-bottom ul.nav li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #052e59;
    text-decoration: none;
    font-size: 14px;
}

#header-bottom ul.nav li,
#header-bottom ul.nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-bottom ul.nav li a.active img,
#header-bottom ul.nav li a img.active {
    display: none;
}

#header-bottom ul.nav li a img {
    display: block;
    margin-bottom: 2px;
    max-height: 20px;
    max-width: 20px;
}

#header-bottom ul.nav li a.active img.active,
#header-bottom ul.nav li a.active img.alt-active {
    display: block;
}

.page-title {
    border-radius: 5px;
    color: #1c3c6b;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 29px 0px rgba(0, 0, 0, 0.75);
    font-weight: bold;
}

.resort-item {
    background: #dae6f0;
    border-radius: 10px;
    border: 1px solid #d2d9e3;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}

.cart-item {
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    float: left;
    color: #1c3c6b;
}

.room-item {
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    float: left;
}

.btn-primary {
    color: #fff;
    background-color: #1c3c6b;
    border-color: #1c3c6b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #284b80;
    border-color: #284b80;
}

.btn-primary:active {
    color: #fff;
    background-color: #1c3c6b;
    border-color: #1c3c6b;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: #1C3C6B;
    color: #FFF;
}