@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.8px;
}

html {
    height: 100%;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

/* Inputtel START ------------------------------ */

.iti {
    display: block;
    width: 100%;
}

.iti__country-list {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
    max-height: 200px;
}

.iti__country {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    padding: 5px 10px;
    padding-left: 40px;
    max-width: 200px;
    border-bottom: solid 1px #ddd;
}

.iti__country.iti__highlight {
    background: #eee;
}

.iti__country-name {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.iti__dial-code {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.iti__flag-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
}

.iti__flag {
    height: 14px !important;
}

.iti__arrow {
    margin-left: 5px;
    border-top-color: #888;
}

.iti__arrow--up {
    border-bottom-color: #888;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
}

.iti--separate-dial-code .iti__selected-flag {
    background: #fbfbfb;
    padding: 0 10px;
    height: 42px;
    border-right: solid 1px #ddd;
    border-radius: 5px;
}

.iti--separate-dial-code .iti__flag-container:hover .iti__selected-flag {
    background: #eee;
}

/* Inputtel END ------------------------------ */

/* Scrollbars START ------------------------------ */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0,0,0,0.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* Scrollbars END ------------------------------ */

/* SOCIAL COLORS START */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3b5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #cb2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448aff;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #de5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4ec034;
}

/* SOCIAL COLORS END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
    position: relative;
}

.Zebra_DatePicker {
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    border-radius: 0;
    /*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
    border: none;
    border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
    background: #DCB226 !important;
    color: #fff !important;
}


/* ZEBRA DATEPICKER STYLES END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    margin-bottom: -10px;
    font-weight: 400;
    text-align: justify;
}

.panel-text img {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h2 {
    display: block;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h3 {
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h4 {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text h5 {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5px;
    transform: rotate(45deg);
    color: #bbb;
}

/* PANEL TEXT END */

/* BURGER NAV START */

.burger-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    padding: 10px 0;
    mix-blend-mode: normal;
    backdrop-filter: blur(0px);
}

.bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.burger-nav.transparent {
    background: rgba(0,0,0,0.3);
}

.burger-nav.transparent .bn-links-desktop>a {
    color: #fff !important;
}

.burger-nav.absolute {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    padding: 10px 0;
    mix-blend-mode: normal;
    backdrop-filter: blur(1px);
}

.burger-nav.transparent {
    background: none;
}

@keyframes bnFixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.bn-flex>.left,
.bn-flex>.right,
.bn-flex>.center {
    display: flex;
    align-items: center;
}

.bn-flex>.left {
    justify-content: flex-start;
}

.bn-flex>.right {
    justify-content: flex-end;
}

.bn-flex>.center {
    justify-content: center;
}

.bn-logo {
    position: relative;
    top: 40px;
    left: 30px;
    border-radius: 50%;
    z-index: 999;
}

.bn-logo>img {
    height: 120px;
}

.burger-nav.fixed .bn-logo {
    filter: none;
}

.burger-nav.fixed .bn-logo>img {
    height: 120px 
}

.bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}

.bn-links-desktop>a,
.burger-nav.fixed .bn-links-desktop>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
    margin-left: 20px;
    padding: 5px 0;
    position: relative;
    transition: 0.3s ease 0s;
}

.bn-links-desktop>a:first-child {
    margin-left: 0;
}

.bn-links-desktop>a:hover,
.burger-nav.fixed .bn-links-desktop>a:hover {
    color: #222 !important;
}

.bn-menu-container {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
}

.bn-menu-container.active {
    opacity: 1;
    pointer-events: all;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bn-menu-box.active {
    right: 0;
}

.bn-menu {
    display: block;
    width: 400px;
    max-width: 100%;
    height: 100%;
    background: #383e42;
    overflow: hidden;
    padding: 15px;
    overflow-y: auto;
}

.menu-logo img {
    width: 140px;
}

.bn-menu>h2 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
}

.bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.bn-menu-links {
    margin-bottom: 30px;
}

.bn-menu-links a {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    padding-right: 40px;
    transition: 0.2s ease 0s;
    border: solid 1px #ddd;
}

.bn-menu-links a:last-child:before {
    content: none;
}

.bn-menu-links a:hover {
    background: #222;
}

.bn-menu-links a:last-child {
    margin-bottom: 0;
}

.bn-menu-links a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.bn-menu-link-dropdown {
    display: none;
    padding: 15px;
    margin-bottom: 15px;
    background: #181818;
}

.bn-menu-link-dropdown a {
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 10px;
}

/* BURGER NAV END */

/* MAIN BUTTON START */

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 11px 21px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    background: #383e42;
    transition: 0.2s ease 0.1s;
    overflow: hidden;
    border-radius: 5px;
    white-space: nowrap;
}

.main-btn>span {
    position: relative;
    z-index: 10;
}

.main-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #2f4f4f;
    left: -100%;
    transition: 0.2s ease 0.2s;
}

.main-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #252729;
    left: -100%;
    transition: 0.2s ease 0s;
}

.main-btn:hover:before,
.main-btn:hover:after {
    left: 0;
}

.main-btn:hover:before {
    transition: 0.2s ease 0s;
}

.main-btn:hover:after {
    transition: 0.2s ease 0.2s;
}

.main-btn:hover {
    color: #fff !important;
    transition: 0.2s ease 0.2s;
}

.main-btn.full {
    display: flex;
    width: 100%;
}

.main-btn.big {
    font-size: 18px;
    line-height: 24px;
}

.main-btn.small {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
}

.main-btn.ultrasmall {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 14px;
}

.main-btn.smallrad {
    border-radius: 5px;
}

/* MAIN BUTTON END */

/* MAIN BUTTON START 2 */
.main-btn-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 11px 21px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff !important;
    border: none;
    background: #dcb226;
    transition: 0.2s ease 0.1s;
    overflow: hidden;
    border-radius: 5px;
    white-space: nowrap;
}

.main-btn-2>span {
    position: relative;
    z-index: 10;
}

.main-btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #cbaa3b;
    left: -100%;
    transition: 0.2s ease 0.2s;
}

.main-btn-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #d3b962;
    left: -100%;
    transition: 0.2s ease 0s;
}

.main-btn-2:hover:before,
.main-btn-2:hover:after {
    left: 0;
}

.main-btn-2:hover:before {
    transition: 0.2s ease 0s;
}

.main-btn-2:hover:after {
    transition: 0.2s ease 0.2s;
}

.main-btn-2:hover {
    color: #fff !important;
    transition: 0.2s ease 0.2s;
}

.main-btn-2.full {
    display: flex;
    width: 100%;
}

.main-btn-2.big {
    font-size: 18px;
    line-height: 24px;
}

.main-btn-2.small {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
}

.main-btn-2.ultrasmall {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 14px;
}

.main-btn-2.smallrad {
    border-radius: 5px;
}
/* MAIN BUTTON END 2 */

/* SPACES START */

.bcrumb {
    padding: 25px 0;
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: contain !important;
    background: #000 !important;
    background-image: url(../img/material/shattered_light.png) !important;
    margin-top: 140px;
}

.bcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
}

.bcrumb h1 {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    border-top: solid 1px rgba(71,71,71,0.3);
}

.bcrumb .links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    text-align: center;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.bcrumb-in {
    position: relative;
    z-index: 10;
}

.backbanner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.backbanner.btop {
    border-top: solid 1px #333;
}

.backbanner.bbottom {
    border-bottom: solid 1px #333;
}

.backbanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.backbanner-in {
    position: relative;
    z-index: 20;
}

.splitsection {
    padding: 40px 0;
    background: linear-gradient(90deg, #000 50%, #181818 50%);
}

.splitsection-left {
    background: #000;
}

.splitsection-right {
    background: #181818;
}

.splitsection.btop {
    border-top: solid 1px #333;
}

.splitsection.bbottom {
    border-bottom: solid 1px #333;
}

.splitsection-part>.container {
    padding: 0;
}

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px;
}

.dmb {
    margin-bottom: 20px;
}

.dml {
    margin-left: 20px;
}

.dmr {
    margin-right: 20px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

/* SPACES END */

/* CONTACT NAV START */

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-top: solid 1px #ddd;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-right: #ddd;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #F7941E !important;
}

.contact-nav a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
}

/* CONTACT NAV END */

/* FOOTER START */

footer {
    background: #fff;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #383e42;
}

.ftr-bottom {
    padding: 5px 0;
    background: #000;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

/* FOOTER END */

/* PAGINATION START */

.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 2px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 5px;
    background: #383e42;
    border: solid 1px #222;
    color: #fff !important;
    border-radius: 3px;
}

.pagination ul li a:hover {
    background: #2f2f2f;
}

.pagination ul li.active a {
    background: #DCB226;
    border-color: #DCB226;
    color: #fff !important;
}

/* PAGINATON END */

/* MAIN DROPDOWN START */

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border-radius: 5px;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

/* MAIN DROPDOWN END */

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 5px;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #888;
}

.select2-dropdown {
    border-radius: 5px;
    z-index: 3000;
    background: #fff;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    border: 0;
    border-bottom: solid 1px #ddd;
    background: #fff;
    color: #222;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #eee;
    color: #222;
}

.select2-container--default .select2-results__option--selected {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    padding: 5px 10px !important;
    height: unset !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background: rgba(0,0,0,0.3) !important;
    border: solid 1px rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

/* SELECT2 RESET * END */

.live-result {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border: solid 1px #ddd;
    max-height: 300px;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
}

.live-result .title {
    width: 100%;
    background: #28A0D8;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
}

.live-result .item {
    padding: 5px 5px;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    cursor: pointer;
    color: #444;
    border-bottom: solid 1px #eee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-result .item i {
    color: #bbb;
}

.live-result .item:hover {
    background: #f5f5f5;
}

/* FORM GROUP START */

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group>input,
.form-group>.iti>input,
.form-group>textarea,
.form-group>.select2-container .select2-selection--single,
.form-group>.passenger-box {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #222;
}

.form-group>input::placeholder,
.form-group>textarea::placeholder,
.form-group>.iti>input::placeholder {
    opacity: 1;
    color: #aaa;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    padding-left: 2px;
    color: #000;
}

.form-label.extra {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    margin: 0;
    margin-bottom: 2px;
}

.form-label.extra>i {
    min-width: 14px;
    text-align: center;
    margin-right: 4px;
    color: #DCB226;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: red !important;
}

.form-group span.error-label,
.cbox-group span.error-label {
    font-size: 12px;
    line-height: 18px;
    color: #ffb100;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
    font-weight: 600;
}

/* FORM GROUP END */

/* Modal Share START ------------------------------ */

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

#copy_box {
    background: #fff;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #eee;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal Share END ------------------------------ */

/* Modal START ------------------------------ */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* Modal END ------------------------------ */

/* MESSAGE BOX START */

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
    background: #dcb226;
    border-radius: 3px;
}

.msg-box.danger i {
    background: firebrick;
}

.msg-box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

/* MESSAGE BOX END */

/* CHECKBOX GROUP START */

.cbox-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 20px;
    height: 20px;
    border: solid 1px #ddd;
    background: #ddd;
    margin-right: 5px;
    position: relative;
    border-radius: 5px;
}

.cbox-group label>span:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #DCB226;
    border-radius: 2px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group label>span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
}

/* CHECKBOX GROUP END */

/* MAIN SLIDER START */

.main-slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(680/1920*100%);
}

.main-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-desc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 10;
}

.main-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
}

.main-slider-buttons>div {
    width: 40px;
    height: 40px;
    background: #DCB226;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    pointer-events: all;
    margin: 0 5px;
    transition: 0.2s ease 0s;
}

.main-slider-buttons>div:hover {
	background: #ff965c;
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.main-slider-buttons>div.prev:before {
    content: "\f104";
}

.main-slider-buttons>div.next:before {
    content: "\f105";
}

/* MAIN SLIDER END */

.bn-open,
.bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 40px;
    height: 40px;
    background: #DCB226;
    border: none;
    border-radius: 5px;
    padding: 0;
}

.bn-open>span {
    width: calc(100% - 20px);
    height: 2px;
    background: #ddd;
    margin-bottom: 5px;
}

.bn-open>span:last-child {
    margin-bottom: 0;
}

.bn-close {
    min-width: 40px;
    height: 40px;
    position: relative;
}

.bn-close>span {
    display: block;
    width: calc(100% - 20px);
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ddd;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

.bn-close>span:last-child {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.nav-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.nav-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    border: solid 1px #ddd;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #ddd !important;
    transition: 0.2s ease 0s;
    border-radius: 5px;
}

.nav-social>a.colored {
    background: #eee;
    border-color: #eee;
}

.nav-social>a:last-child {
    margin-right: 0;
}

.nav-social>a:hover {
    background: #222;
}

.nav-social>a.colored:hover {
    background: #fff;
    color: #222 !important;
    border-color: #fff;
}

.main-slider-area {
    display: block;
    width: 100%;
    position: relative;
    z-index: 50;
}

.slide-form {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-left: 0;
    pointer-events: none;
    z-index: 20;
}

.sg-content {
    position: relative;
    pointer-events: all;
    border-radius: 5px;
    z-index: 20;
    padding: 0;
}

.sg-content>.row {
    margin-left: 0;
    margin-right: 0;
}

.sg-content>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sg-content>.row>[class*="col-"]:first-child input {
    border-radius: 5px 0 0 5px;
}

.sg-content>.row>[class*="col-"]:last-child button {
    border-radius: 0 5px 5px 0;
}

.slide-group {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

.slide-group>.content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-group>.content>input,
.slide-group>.content>.passenger-box {
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 20px;
    color: #222;
    font-weight: 400;
    width: 100%;
    border: none;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
    transition: 0.2s ease 0s;
    background: #f5f5f5;
}

.passenger-box {
    display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.passenger-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.passenger-box .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.passenger-box>.pb-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    z-index: 20;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    cursor: default;
}

.slide-group>.content>input:hover,
.slide-group>.content>.passenger-box:hover {
    background: #ddd;
}

.slide-group>.content>button {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.slide-group>.content:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: calc(100% - 30px);
    border-right: solid 1px rgba(0,0,0,0.1);
}

.slide-group>.content.noborder:after {
    content: none;
}

.slide-group>.content>.sg-label {
    position: absolute;
    top: 30px;
    left: 60px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    pointer-events: none;
    z-index: 10;
}

.slide-group>.content>i {
    position: absolute;
    top: 24px;
    left: -11px;
    width: 50px;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    color: #383e42;
    transform: translate(0, -50%);
    pointer-events: none;
}

.slide-desc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: translate(0, -50%);
    margin-top: -20px;
    z-index: 10;
    text-align: center;
}

.slide-desc .title {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.slide-desc .desc {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ccc;
    margin-top: 10px;
}

.slide-desc-in {
    pointer-events: all;
}

.main-title {
    display: block;
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

/*.main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    background: #ddd;
    border-radius: 20px;
}*/

.main-desc {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #ddd;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 20px;
}

.region-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s ease 0s;
    border-radius: 5px;
    background: #383e42;
    overflow: hidden;
}

.region-item:hover {
    transform: scale(1.1);
}

.region-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.region-item>.price {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: #DCB226;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 5px;
}

.region-item>.price>small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 4px;
}

.region-item:hover>.img:after {
    width: 0%;
}

.region-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
    transform: scale(1.1);
}

.region-item:hover>.img>img {
    transform: scale(1);
}

.region-item>.desc {
    padding: 6px;
    padding-left: 40px;
    position: relative;
    transition: 0.4s ease 0s;
}

.region-item:hover>.desc {
    background: #222;
}

.region-item>.desc>.airport {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-item>.desc>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.region-item>.desc>i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    color: #DCB226;
    transition: 0.4s ease 0s;
    border-radius: 3px;
}

/*.region-item:hover>.desc>i {
	background: #fff;
	color: #FCCA54;
	border: solid 1px #FCCA54;
}*/

.page-contact-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.page-contact-box>span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
}

.page-contact-box>a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #cc3333 !important;
}

.page-contact-box>a:hover {
    text-decoration: underline !important;
}

.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.badge-item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    height: 60px;
    border-radius: 20%;
    color: #DCB226;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
}

.badge-item>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.badge-item>span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    color: #ddd;
}

.blog-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #222;
    background: #383e42;
    border-radius: 5px;
    overflow: hidden;
}

.blog-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(800/1280*100%);
}

.blog-item>.img > .date {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: #DCB226;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.blog-item>.img > .date > i {
	margin-right: 4px;
	font-size: 12px;
	line-height: 18px;
}

.blog-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.blog-item:hover>.img>img {
    transform: scale(1.1);
}

.blog-item>.desc {
    padding: 20px;
    position: relative;
    transition: 0.4s ease 0s;
}

.blog-item:hover>.desc {
    background: #222;
}

.blog-item>.desc>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #bbb;
}

.blog-item > .desc > .caption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #ddd;
	margin: 0;
}

.ftr-logo {
    margin-bottom: 20px;
}

.ftr-logo img {
    width: 200px;
}

.ftr-contact {
    display: block;
    margin-bottom: 10px;
}

.ftr-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-contact>.item>span,
.ftr-contact>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    margin-bottom: 10px;
}

.ftr-contact>.item>a:hover {
    text-decoration: underline !important;
}

.ftr-title {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
}

.ftr-links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    margin-bottom: 5px;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.nicescroll-cursors {
    pointer-events: all;
}

.comment-slider-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    /* border: solid 1px #555; */
}

.comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    background: #383e42;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 190px;
}

.comment-item>.profile {
    min-width: 60px;
    width: 60px;
    margin-right: 20px;
}

.comment-item>.profile>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    outline: solid 1px #333 !important;
}

.comment-item>.profile>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-item>.content>.top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.comment-item>.content>.top>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-item>.content>.top>.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
    margin-bottom: 5px;
}

.comment-item>.content>.top>.date>i {
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
    color: #cc3333;
}

.comment-item>.content>.top>.date>i:after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border-right: solid 1px #cc3333;
}

.comment-item>.content>.stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.comment-item>.content>.stars>i {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
    margin-right: 5px;
}

.comment-item>.content>.stars>i.active {
    color: limegreen;
}

.comment-item>.content>.desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #bbb;
    width: 100%;
}

.comment-item.limit>.content>.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.comment-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.comment-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #DCB226;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 50%;
}

.comment-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.comment-slider-buttons>div.prev:before {
    content: "\f104";
}

.comment-slider-buttons>div.next:before {
    content: "\f105";
}

.gallery-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    border: solid 1px #222;
}

.gallery-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
}

.gallery-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.gallery-item:hover>.img>img {
    transform: scale(1.1);
}

.gallery-item:hover>.img:before {
    left: 0;
}

.gallery-item>.img:after {
    content: "\f002";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.gallery-item:hover>.img:after {
    background: rgba(0, 0, 0, 0.7);
}

.gallery-item>.desc {
    padding: 5px 10px;
    background: #181818;
    transition: 0.2s ease 0s;
}

.gallery-item:hover>.desc {
	background: #282828;
}

.gallery-item>.desc>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* TripAdvisor Widget START */

.ta-widget {
    display: block;
    margin-bottom: 20px;
}

.ta-widget>.content,
.ta-widget>.content>div {
    width: 100% !important;
    border-radius: 5px;
    overflow: hidden;
}

.ta-widget .cx_brand_refresh {
    background: #222 !important;
    width: 100% !important;
}

.ta-widget a,
.ta-widget * {
    color: #fff !important;
}

.ta-widget .logo {
    background: none !important;
    filter: invert(1);
}

/* TripAdvisor Widget END */

.nav-top-dd>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    font-weight: 600;
    position: relative;
    padding: 5px 15px;
    background: none;
    border: solid 1px #222;
    border-radius: 5px;
    transition: 0.2s ease 0s;
    text-shadow: 2px 2px 2px #000;
}

.nav-top-dd>.dropdown-toggle:hover {
	background: #222;
}

.nav-top-dd>.dropdown-toggle>i {
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
}

.nav-top-dd>.dropdown-toggle:after {
    content: none;
}

.nav-top-dd>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #444;
    background: #222;
    margin-top: 5px;
    left: unset !important;
    right: 0;
}

.nav-top-dd>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 15px;
}

.nav-top-dd>.dropdown-menu>a>i {
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
}

.nav-top-dd>.dropdown-menu>a:hover {
    background: #444;
}

.bn-menu-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
}

.ftr-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ftr-cards>.cards {
    width: 200px;
    margin-right: 20px;
}

.ftr-cards>.secured {
    width: 80px;
}

.gallery-slider-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin-bottom: 20px;
}

.gallery-slider-container .gallery-item {
    margin-bottom: 0;
}

.gallery-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    pointer-events: none;
}

.gallery-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: #DCB226;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 50%;
}

.gallery-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.gallery-slider-buttons>div.prev:before {
    content: "\f104";
}

.gallery-slider-buttons>div.next:before {
    content: "\f105";
}

.page-search {
    position: relative;
    z-index: 50;
    background: #383e42;
}

.page-search .slide-group.rad-left>.content>input,
.page-search .slide-group.rad-right>.content>input,
.page-search .slide-group.rad-left>.content>button,
.page-search .slide-group.rad-right>.content>button {
    border-radius: 0;
}

.page-search .slide-group>.content>input,
.page-search .slide-group>.content>.passenger-box {
    background: #fff;
}

.page-search .sg-content {
    outline: none !important;
}

.page-search .slide-group>.content>input:hover,
.page-search .slide-group>.content>.passenger-box:hover {
    background: #fbfbfb;
}

.vehicle-item {
    background: #383e42;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #222;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    transition: 0.2s ease 0s;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.vehicle-item>.img {
    min-width: 200px;
    width: 200px;
    display: block;
    position: relative;
    margin-right: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    border: solid 1px #222;
}

.vehicle-item>.img>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.vehicle-item>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-item>.price-box {
    min-width: 200px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-left: 15px;
    border-radius: 5px;
    padding: 15px;
    background: #383e42;
    border: solid 1px #222;
}

.vehicle-item>.price-box>.price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border: solid 1px #222;
    background: #222;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 10px;
}

.vehicle-item>.content {
    display: block;
    width: 100%;
    padding: 15px;
    padding-bottom: 5px;
    border: solid 1px #222;
    border-radius: 5px;
}

.vehicle-item>.content>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #222;
}

.vehicle-item>.content>.specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0px;
}

.vehicle-item>.content>.specs>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    background: #e4e4e4;
    border-radius: 5px;
    margin: 0 5px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
}

.vehicle-item>.content>.specs>.item:last-child {
    margin-right: 0;
}

.vehicle-item>.content>.specs>.item>i {
    font-size: 14px;
    line-height: 20px;
    min-width: 18px;
    text-align: center;
    position: relative;
    color: #222;
    margin-right: 4px;
}

.vehicle-item>.content>.specs>.item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.vehicle-item>.content>.specs>.item>div>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.steps-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.steps-nav>.item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33.33%;
    width: 33.33%;
    position: relative;
    padding-bottom: 20px;
}

.steps-nav>.item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: calc(100% - 4px);
    height: 5px;
    background: #383e42;
}

.steps-nav>.item.active:before {
    background: #DCB226;
}

.steps-nav>.item:first-child:before {
    width: calc(50% - 2.5px);
    transform: none;
}

.steps-nav>.item:last-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% + 2px);
    width: calc(50% - 4px);
    height: 5px;
    background: #383e42;
}

.steps-nav>.item.active:after {
    background: #ddd;
}

.steps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #383e42;
    border: solid 1px #222;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.steps-nav>.item>div:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0);
    height: 15px;
    width: 5px;
    background: #bbb;
}

.steps-nav>.item>div>span,
.steps-nav>.item>div>h1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.steps-nav>.item>div>span:first-child {
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    margin-right: 10px;
    border-radius: 2px;
    font-weight: 600;
    display: none;
}

.steps-nav>.item.active>div {
    background: #DCB226;
    color: #fff;
}

.form-box {
    background: #383e42;
    border: solid 1px #222;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-box .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.form-box .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.form-box .title-in {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 10px;
}

.form-box .title~.title-in {
    margin-top: -8px;
}

.form-group.alternate>input,
.form-group.alternate>.iti>input,
.form-group.alternate>textarea,
.form-group.alternate>.select2-container .select2-selection--single,
.form-group.alternate>.passenger-box {
    background: #ddd;
    border: solid 1px #bbb;
}

.form-note {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
}

.step-rez-summary {
    padding: 20px;
    background: #383e42;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.srs-vehicle-img {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    border: solid 1px #222;
    margin-bottom: 10px;
}

.srs-vehicle-img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
}

.srs-vehicle-img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srs-lines {
    display: block;
}

.srs-lines>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.srs-lines>div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.srs-lines>div>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    min-width: 24px;
    height: 24px;
    background: #DCB226;
    border-radius: 3px;
    margin-right: 8px;
}

.srs-lines>div>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
}

.price-lines {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 0;
    background: #222;
    border: solid 1px #222;
    border-radius: 5px;
}

.price-lines>.title {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.price-lines>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.price-lines>.item>span:last-child {
    text-align: right;
    color: #DCB226;
    font-weight: 600;
}

.extra-lines,
.rextra-lines {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
}

.extra-lines>.caption,
.rextra-lines>.caption {
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    margin-bottom: 10px;
}

.extra-lines>.item~.caption,
.rextra-lines>.item~.caption {
    display: none;
}

.extra-lines>.item,
.rextra-lines>.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.extra-lines>.item>span:last-child,
.rextra-lines>.item>span:last-child {
    text-align: right;
    color: #DCB226;
    font-weight: 600;
}

.total-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: #222;
    border-radius: 5px;
    border: solid 1px #222;
}

.total-price>span:first-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    margin-bottom: 2px;
}

.total-price>span:last-child {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #DCB226;
    font-weight: 800;
}

.payment-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    user-select: none;
}

.payment-tabs>.tab {
    width: 50%;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-right: none;
    position: relative;
}

.payment-tabs>.tab:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.payment-tabs>.tab>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-tabs>.tab>input:checked~.inner {
    background: #383e42;
    border-color: #DCB226;
}

.payment-tabs>.tab>.inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    margin: 0;
    background: #222;
    border: solid 1px #ddd;
}

.payment-tabs>.tab>.inner:hover {
    background: #000;
}

.payment-tabs>.tab>.inner>i {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #DCB226;
    margin-right: 10px;
}

.payment-tabs>.tab>.inner>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.payment-panes {
    display: block;
    color: #fff;
}

.payment-panes>.pane {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.credit-card-box {
    padding: 20px;
}

.jp-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-card.jp-card-identified {
    box-shadow: none !important;
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
    background: rgba(0, 0, 0, 0.1) !important;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    letter-spacing: 1px !important;
}

.jp-card .jp-card-back .jp-card-shiny, .jp-card .jp-card-front .jp-card-shiny {
    background: #888 !important;
}

.jp-card .jp-card-back .jp-card-shiny:before, .jp-card .jp-card-front .jp-card-shiny:before {
    background: #aaa !important;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: inherit !important;
    color: #222;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: inherit !important;
    color: #222;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
.jp-card .jp-card-back .jp-card-cvc {
    font-size: 14px !important;
    font-family: inherit !important;
    color: #222;
}

.page-cards {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-cards>.cards {
    width: 150px;
    margin-right: 15px;
}

.page-cards>.secured {
    width: 60px;
}

.main-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #3399CC !important;
}

.main-link:hover {
    text-decoration: underline !important;
}

.rez-complete-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 20px;
    background: #222;
    border-radius: 5px;
}

.rez-complete-box > span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.rez-complete-box > i {
    display: block;
    font-size: 35px;
    line-height: 56px;
    color: red;
    margin-bottom: 10px;
}

.rez-complete-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.rez-complete-box>.head {
    display: block;
    text-align: center;
}

.rez-complete-box>.head>i {
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: green;
    margin-bottom: 10px;
}

.rez-complete-box>.head>.message {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.rez-number-box {
    display: block;
    text-align: center;
}

.rez-number-box>span:first-child {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    background: #222;
}

.rez-number-box>span:last-child {
    display: block;
    padding: 10px 15px;
    background: none;
    border: solid 2px #222;
    color: #DCB226;
    font-weight: 600;
}

.rez-complete-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rez-complete-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 10px;
}

.rez-complete-contact>div>i {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #222;
    background: #cc3333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}

.rez-complete-contact>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}

.rez-complete-contact>div>a:hover {
    text-decoration: underline !important;
}

.page-content {
    padding: 15px;
    background: #383e42;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420/1280*100%);
    border-radius: 5px;
}

.page-banner.nocrop {
    padding-top: calc(720/1280*100%);
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
}

.side-links {
    display: block;
}

.side-links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ddd !important;
    padding: 5px 10px;
    border-radius: 5px;
    background: #444;
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.2s ease 0s;
}

.side-links.hotel-links>a {
    padding-left: 30px;
}

.side-links.hotel-links>a:before {
    content: "\f594";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    text-align: left;
    color: #cc3333;
}

.side-links>a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    text-align: center;
}

.side-links>a:last-child {
    margin-bottom: 0;
}

.side-links>a:hover {
    color: #fff !important;
    background: #DCB226;
}

.page-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3399CC;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.article-info {
    margin-bottom: 20px;
}

.article-info>.title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.article-info>.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.article-info>.bottom>.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
}

.soru-item {
    margin-bottom: 10px;
    border-radius: 5px;
}

.soru-item:last-child {
    border: none;
    margin: 0;
}

.soru-header {
    display: block;
    position: relative;
    color: #fff !important;
    font-weight: 600;
    background: #383e42;
    border: solid 1px #222;
    border-radius: 5px;
    padding: 15px;
    padding-right: calc(15px + 10px + 15px);
    transition: 0.2s ease 0s;
}

.soru-header:hover {
    background: #222;
}

.soru-header h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.soru-header:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: calc(12px + 15px);
    right: 15px;
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 20px;
    width: 10px;
    color: #aaa;
}

.soru-header[aria-expanded="true"]:after {
    content: "\f107";
}

.soru-header[aria-expanded="true"] h3 {
    color: #fff !important;
}

.soru-header[aria-expanded="true"] {
    background: #DCB226;
    border-color: #DCB226;
}

.soru-body {
    display: block;
}

.soru-body>.inner {
    padding-top: 10px;
}

.soru-body>.inner>p {
    display: block;
    padding: 10px 15px;
    background: #383e42;
    border: solid 1px #444;
    border-radius: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: justify;
}

.inpage-contact {
    display: block;
}

.inpage-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0.03);
    border: solid 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.inpage-contact>.item:last-child {
    margin-bottom: 0;
}

.inpage-contact>a.item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.inpage-contact>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    min-width: 55px;
    height: 55px;
    background: #cc3333;
    border-radius: 5px;
    margin-right: 10px;
}

.inpage-contact>.item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
}

.inpage-contact>.item>div>span,
.inpage-contact>.item>div>a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
}

.inpage-contact>.item>div>a:hover {
    text-decoration: underline !important;
}

.form-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Recaptcha Styles START */

.g-recaptcha {
    width: 200px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.g-recaptcha>div {
    margin: -1px;
    height: 75px !important;
}

/* Recaptcha Styles END */

.hotel-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    background: #fff;
    border: #f5f5f5;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.hotel-item:hover {
    background: #eee;
}

.hotel-item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    min-width: 50px;
    height: 50px;
    background: #cc3333;
    border-radius: 5px;
    margin-right: 10px;
}

.hotel-item>div {
    width: 100%;
    overflow: hidden;
}

.hotel-item>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.hotel-item>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000 !important;
}

.hotel-search-line {
    display: block;
    margin-bottom: 20px;
}

.hotel-search-line > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.hotel-search-line > small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
}

.region-hotel-links a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #fff !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #383e42;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.region-hotel-links a:hover {
    text-decoration: underline !important;
}

.region-hotel-links .row {
    margin-left: -5px;
    margin-right: -5px;
}

.region-hotel-links .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.voucher-box {
    background: #fff;
    color: #000;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #bbb;
    letter-spacing: 0.8px;
}

.voucher-box table {
    width: 100%;
}

.voucher-box tr {
    background: #fff;
}

.voucher-box tr.vb-title {
    background: #eee;
    font-weight: 600;
    color: #000;
}

.voucher-box tr.vb-title-in {
    background: #fff;
    font-weight: 600;
    color: #000;
}

.voucher-box tr:not(.vb-title):not(.vb-title-in) td:first-child {
    white-space: nowrap;
    background: #eee;
    font-size: 12px;
    line-height: 18px;
}

.voucher-box tr:not(.vb-title):not(.vb-title-in) td:last-child {
    color: #444;
}

.voucher-box td {
    border: solid 1px #ddd;
    padding: 8px 10px;
    vertical-align: top;
}

.voucher-box td small {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.voucher-box .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.voucher-box .logo {
    margin-bottom: 15px;
}

.voucher-box .logo img {
    width: 200px;
}

.voucher-box .contact {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.voucher-box .contact>a {
    display: block;
    margin: 0 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #cc3333 !important;
}

.voucher-box .contact>a:hover {
    text-decoration: underline !important;
}

.voucher-box .vb-color {
    color: #cc3333 !important;
}

.slide-form-title {
	display: block;
	font-size: 50px;
	line-height: 56px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
	pointer-events: all;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
    margin: 0;
}

.main-slider-area-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 120px;
}

.texture-section {
	padding: 40px 0;
	background-color: #000;
	background-image: url("../img/material/shattered_light.png");
    background-size: contain;
}

.triangle-left {
	position: absolute;
	left: 0;
	background: rgba(255,255,255,0.01);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.triangle-right {
	position: absolute;
	right: 0;
	background: rgba(255,255,255,0.01);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.ftr-bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tunalar-logo,
.tursab-logo {
	min-width: 200px;
}

.tunalar-logo img {
	width: 140px;
}

.tursab-logo img {
	width: 140px;
}

.vehicles-box {
    padding: 20px;
    background: #383e42;
    border-radius: 5px;
}

.page-contacts {
    display: block;
}

.page-contacts > .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-contacts > .item:not(:last-child) {
    margin-bottom: 10px;
}

.page-contacts > .item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #DCB226;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 6px;
}

.page-contacts > .item > a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #ddd !important;
}

.page-contacts > .item > a[href]:hover {
    text-decoration: underline !important;
}

.login-box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.login-box > .title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
    color: #3399CC;
    text-align: center;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.def-link {
    color: #3399CC !important;
    font-size: 14px;
    line-height: 20px;
}

.def-link:hover {
    text-decoration: underline !important;
}

.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login-bottom > .desc {
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.login-section {
    padding: 120px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.login-section > * {
    position: relative;
    z-index: 10;
}

.content-box {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
}

.content-box-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-bottom: solid 1px #ddd;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.content-box-inner {
    padding: 20px;
}

.content-box-inner.small-padding {
    padding: 10px;
}

.side-agency-menu {
    display: block;
}

.side-agency-menu > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    padding: 15px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    transition: 0.2s ease 0s;
}

.side-agency-menu > a:hover {
    background: #eee;
}

.side-agency-menu > a:last-child {
    margin-bottom: 0;
}

.side-agency-menu > a.active {
    background: #0073A1;
    border-color: #0073A1;
    color: #fff !important;
}

.panel-table > table {
    width: 100%;
}

.panel-table > table thead {
    background: #f5f5f5;
}

.panel-table > table thead td {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.panel-table > table td {
    border: solid 1px #ddd;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.panel-table > table tbody td > span {
    display: block;
    border-bottom: solid 1px #ddd;
    width: 100%;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.panel-table > table tbody td > span:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.panel-table > table tbody td > span > b {
    font-weight: 600;
}

.panel-table {
    overflow-x: auto;
}

.login-desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    padding: 10px 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.new-hotel-item {
    display: flex;
    justify-content: stretch;
    align-items: center;
    background: #383e42;
    padding: 5px;
    border: #222;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.new-hotel-item:hover {
    transform: scale(1.05);
    background: #222;
}

.new-hotel-item > .img {
    display: block;
    min-width: 35%;
    width: 35%;
    position: relative;
    padding-top: calc(3/4*35%);
    overflow: hidden;
    border-radius: 3px;
    margin-right: 5px;
}

.new-hotel-item > .img > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-hotel-item > .content {
    display: block;
    width: 100%;
}

.new-hotel-item > .content > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.new-hotel-item > .content > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}

.new-hotel-item > .content > span > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    border-radius: 5px;
    background: #DCB226;
    margin-right: 5px;
}

.slider-form {
    background: #DCB226;
    border-radius: 5px;
    padding: 20px;
    border: solid 1px rgb(221 178 50 / 20%);
}

.main-nav-2 {
    position: relative;
/*    z-index: 999;*/
}

.main-nav-flex-2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.main-nav-flex-2 > .left,
.main-nav-flex-2 > .right {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-nav-links-2 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-nav-links-2 > .item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: 0.2s ease 0s;
    text-shadow: 2px 2px 2px #000;
}

.main-nav-links-2 > .item.colored > a {
    background: var(--main-color);
}

.main-nav-links-2 > .item > a:hover {
    background: var(--transparent-color);
}

.main-nav-links-2 > .item.colored > a:hover {
    background: var(--alternate-color);
}

.main-nav-links-2 > .item:last-child > a {
    border-right: solid 1px var(--border-color);
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: #fff !important;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
}

.whatsapp-fixed {
    right: unset;
    right: 20px;
}

.phone-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: #fff !important;
    background: #DCB226;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease 0s;
    z-index: 999;
}

.phone-fixed {
    right: unset;
    left: 20px;
}
.whatsapp-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

.phone-fixed:hover {
    transform: scale(1.1);
    opacity: 0.5;
}