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

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

html {
    height: 100%;
}

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

/* SOCIAL COLORS START */

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

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

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

.tiktok {
    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;
    width: 100% !important;
}

.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: #28A0D8 !important;
    color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #1a2b49;
    /*    text-align: justify;*/

    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    margin-bottom: 15px;
    border-radius: 10px;
}

.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: #222;
}

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

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

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

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

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

.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 {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

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

.burger-nav.transparent {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

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

.burger-nav.absolute {
    position: absolute;
    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;
    border-bottom: solid 1px #ddd;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@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 {
    display: block;
}

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

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

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

.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: #fff;
    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: #222;
    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: #222 !important;
    border-radius: 5px;
    position: relative;
    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: #eee;
}

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

.bn-menu-links a:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    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;
    position: relative;
    border: none;
    background: #FE9506;
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.main-btn.small {
    height: calc(40px / 1.4);
}

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

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

.main-btn>span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0rem;
    position: relative;
    z-index: 10;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.main-btn.small>span {
    font-size: 0.8rem;
    text-transform: unset;
}

.main-btn>span>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.main-btn.small>span>i {
    font-size: 1rem;
    min-width: 20px;
    height: 20px;
}

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

.main-btn.full-height {
    height: 100%;
}

.main-btn.no-radius {
    border-radius: 0;
}

.nav-top {
    padding: 10px 0;
    background: #56819F;
}

.nav-top>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-top>.container>.left,
.nav-top>.container>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.nt-contact i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6 20px;
    border: solid 1px #ddd;
    border-radius: 15%;
    margin-right: 10px;
    color: #ddd !important;
}

.nt-contact a {
    display: block;
    font-size: 13px;
    line-height: 1.6 18px;
    color: #fff !important;
}

.nt-contact a:hover {
    text-decoration: underline !important;
}

.nt-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.nt-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6 20px;
    border: solid 1px #ddd;
    border-radius: 15%;
    margin-right: 10px;
    color: #ddd !important;
}

.nt-social a:hover {
    color: #222 !important;
}

.nt-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nt-local .dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 20px;
    border: solid 1px #ddd;
    border-radius: 20px;
    /*font-size: 14px;
    line-height: 1.6 20px; */
    color: #222 !important;
    background: #fff;
}

.nt-local .dropdown-toggle:hover {
    background: #fafafa;
}

.nt-local .dropdown:first-child .dropdown-toggle {
    border-radius: 0 0 0 20px;
}

.nt-local .dropdown:last-child .dropdown-toggle {
    border-radius: 0 20px 20px 0;
    border-left: none;
}

.nt-local .dropdown-menu {
    margin: 0 !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 5px 0;
    min-width: unset;
    background: #fff;
}

.nt-local .dropdown-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.6 20px;
    color: #444 !important;
    padding: 5px 15px;
    background: #fff;
}

.nt-local .dropdown-menu a:hover {
    background: #fafafa;
}


/* 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: #1e264b;
    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: #007dc1;
    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: #f5a10b;
    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: 15px 0;
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 1px #ddd;
}

.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: 1.5rem;
    line-height: 2.75rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a2b49;
    margin: 0;
    letter-spacing: 0.1px;
}

.bcrumb_slogan {
    font-size: 75% !important;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.bcrumb .links>a {
    display: block;
    font-size: 12px;
    line-height: 1.25rem;
    color: #333 !important;
    margin-right: 15px;
    position: relative;
}

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

.bcrumb .links>a:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    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: 20px;
}

.smb {
    margin-bottom: 20px;
}

.smth {
    margin-top: 10px;
}

.smbh {
    margin-bottom: 10px;
}

.dmt {
    margin-top: 10px;
}

.dmb {
    margin-bottom: 10px;
}

.dml {
    margin-left: 10px;
}

.dmr {
    margin-right: 10px;
}

.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: #56809E !important;
}

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

/* CONTACT NAV 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: #fff;
    border: solid 1px #ddd;
    color: #000 !important;
    border-radius: 3px;
}

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

.pagination ul li.active a {
    background: #6BAB64;
    border-color: #6BAB64;
    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: 1.6
    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: 0;
}

.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: 1.6;
    white-space: nowrap;
}

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



/* Main Dropdown START ------------------------------ */

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

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px;
    border: solid 1px transparent;
    border-radius: 5px;
    color: #000;
}

.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: 0;
}

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

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

/* Main Dropdown END ------------------------------ */
.nav-top-dd>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 600;
    padding-left: 16px;
    position: relative;
}

.nav-top-dd>.dropdown-toggle>i {
    margin-right: 0px;
    font-size: 29px;
}


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

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

.nav-top-dd>.dropdown-menu>a>i {
    margin-right: 5px;
}

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

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

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

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

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

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

.hli-favorite {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 20;
    font-size: 1.8rem;
    color: #fff !important;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}

.hli-favorite>i:last-child {
    display: none;
}

.hli-favorite.active>i:first-child {
    display: none;
}

.hli-favorite.active>i:last-child {
    display: block;
    color: #eb0013;
}

.lightback {
    background: #1e264b;
    border-bottom: solid 1px #ECE2D9;
    padding: 50px 0;
}

.check {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 0px;
}


.passenger-menu {
    margin: 0 !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    border: solid 1px #ddd;
    border-radius: 0;
    padding: 10px;
    min-width: unset;
    width: 100%;
}

.ftr-contact i {
    position: absolute;
    transform: translate(-118%, -20%);
    color: #fff !important;
    font-size: 20px;
}

.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: 1.6;
    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:hover {
    transform: scale(1.1);
    opacity: 0.5;
}

/* 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;
    font-size: 12px;
}

.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 #e2e2e2;
    background: #fff;
    border-radius: 2px;
    padding: 6px 8px;
    resize: none;
    font-size: 12px;
    line-height: 1.3;
    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: #222;
}

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

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

.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: red;
}

.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: green;
    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 #bbb;
    background: #fff;
    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: #56809E;
    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: #222;
}

/* CHECKBOX GROUP END */

#main-nav {
    background: #fff;
    padding: 10px 0;
    z-index: 999;
}

.navbar-brand {
    padding: 0;
}

#main-nav .navbar-nav .nav-item {
    margin-right: 10px;
}

#main-nav .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #25539D !important;
    font-size: 12px;
    line-height: 1.6 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#main-nav .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    margin: 0;
    border: solid 1px #e5e5e5;
    border-radius: 0;
    left: unset;
    right: 0;
}

#main-nav .navbar-nav .nav-item .dropdown-menu>a {
    display: block;
}

.dropdown-toggle::after {
    content: none;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle {
    position: relative;
    padding-right: 20px;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 20px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

#main-nav .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]:before {
    content: "\f106";
}

.main-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 75px;
    z-index: 999;
    background: linear-gradient(341deg, #56819f 1.3333%, #6bab64 33.3333%, #a8dbff 100%);
    transition: all 0.4s ease;
    margin: 0;
}

.main-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: navfixed;
    animation-duration: 0.4s;
    background: linear-gradient(341deg, #56819f 1.3333%, #6bab64 33.3333%, #a8dbff 100%);
}

.main-nav.nav-fixed .nav-logo img {
    height: 60px;
}

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

    100% {
        margin-top: 0;
    }
}

.main-nav>.still {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.main-nav>.still>.left {
    flex-flow: column;
}


.nav-logo img {
    height: 60px;
}

.nav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 50px;
}

.nav-links a {
    display: block;
    font-size: 17px;
    line-height: 1.6 18px;
    margin-right: 17px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}

.nav-links a:hover {
    color: #3c3c3c !important;
}

.nav-links a.active {
    color: #222 !important;
}

.main-btn {
    border: solid 1px #007dc1;
    padding: 0.5625rem 1rem;
    border-radius: 5px;
    color: #FFF !important;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.2s ease 0s !important;
    background: #007dc1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.nav-links .main-btn {
    border: solid 1px #56819F;
    padding: 10px 20px;
    border-radius: 30px;
    color: #56819F !important;
    font-size: 14px;
    line-height: 1.6 20px;
    font-weight: 600;
    transition: 0.2s ease 0s !important;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}

.main-btn:hover {
    background: #f5a10b;
    border-color: #f5a10b;
    color: #FFF;
}

.nav-links .main-btn:hover {
    background: #28A0D8;
    color: #fff !important;
}

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

.main-slider-container {
    width: 100%;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

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

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

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


.main-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;
}

.main-slider-buttons>div {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    background: none;
    pointer-events: all;
}

.main-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6 30px;
    color: #fff;
}

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

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

.main-slider-buttons-2 {
    position: absolute;
    top: 45%;
    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;
}

.main-slider-buttons-2>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.main-slider-buttons-2>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6 30px;
    color: #fff;
}

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

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

.main-slider-buttons-3 {
    position: absolute;
    top: 45%;
    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;
}

.main-slider-buttons-3>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.main-slider-buttons-3>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6 30px;
    color: #fff;
}

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

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

.slide-desc {
    position: absolute;
    top: 45%;
    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: 1.6;
    padding-bottom: 0;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px #1b1b1b;
}

.slide-desc .desc {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    color: #ccc;
    padding-bottom: 120px;
    margin-top: 10px;
    text-shadow: 2px 2px #1b1b1b;
}

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

.slide-form-tabs {
    width: fit-content;
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
}

.slide-form-tabs a {
    padding: 10px;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.3;
    transition: 0.2s ease 0s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222;
}

.slide-form-tabs a:last-child {
    margin-right: 0;
}

.slide-form-tabs a.active {
    box-shadow: rgba(71, 98, 137, 0.2) 0px 0px 8px 0px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    padding: 10px;
        color: #777 !important;
}

.slide-form-in>button {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 30px;
    border: none;
    background: #9FC39B;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.slide-form-in>button:hover {
    background: #5d9057;
}


.slide-form-in {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}



.slide-group {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 2px 4px;
    height: 100%;

}

.slide-group>span {
    position: absolute;
    left: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    top: 10px;
    z-index: 2;
    pointer-events: none;
}

.slide-group>span i {
    color: #56819F;
    position: relative;
    font-size: 24px;
}



.slide-group>input,
.slide-group>.dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    padding: 0 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    background: #fff;
    text-align: left;
    color: #222 !important;
}



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

.main-slider-items {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 8;
}

.main-slider-items .slide-title {
    display: block;
    font-size: 34px;
    line-height: 1.6;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.main-slider-items .slide-desc {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.passenger-menu {
    padding: 10px;
}

.passenger-line {
    margin-bottom: 10px;
}

.passenger-line label {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    font-weight: 600;
    margin-bottom: 2px;
}

.input-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.input-group button {
    border: none;
    background: #56819F !important;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 0;
    transition: 0.2s ease 0s;
    border-radius: 50%;
}

.input-group>div {
    margin: 0 !important;
}

.input-group button:hover {
    background: #0D648C !important;
}

.input-group input {
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    border: solid 1px #ddd;
    box-shadow: none !important;
    height: 100%;
}

/* MAIN SLIDER END */

.bn-open,
.bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 40px;
    height: 40px;
    background: #6BAB64;
    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: #222 !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: #eee;
}

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


.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: 0 0 0 0;
}

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



.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: #56809E;
    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: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin: 12px 0 18px;

    position: relative;
    text-align: center;
}


.main-desc {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 20px;
}

.region-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    transition: 0.4s ease 0s;
    border-radius: 5px;
    background: #fff;
    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%);
    border-bottom: solid 1px #282828;
}

.region-item>.price {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    background: #56809E;
    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: 10px;
    padding-left: 60px;
    position: relative;
    transition: 0.4s ease 0s;
}

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

.region-item>.desc>.airport {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    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: #000;
    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: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #56809E;
    border: solid 1px #56809E;
    transition: 0.4s ease 0s;
    border-radius: 5px;
}

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

.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%;
    background: #56809E;
    color: #fff;
    margin-bottom: 15px;
    border: solid 2px #f5f5f5;
    outline: solid 5px #ccc !important;
    font-size: 30px;
    line-height: 36px;
}

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

.badge-item>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

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

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

.blog-item>.img>.date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #56809E;
    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;
    border-bottom: solid 1px #333;
    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: #eee;
}

.blog-item>.desc>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    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: #444;
    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: #222 !important;
    margin-bottom: 10px;
}

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

.ftr-title {
    font-size: 16px;
    line-height: 22px;
    color: #222;
    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: #444 !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: #fff;
    border: solid 1px #ddd;
    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: #222;
    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: #444;
    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: #444;
    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: #56809E;
    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 #ddd;
}

.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: "\F0415";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    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:after {
    content: none;
}

.nav-top-dd>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
    background: #fff;
    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: #222 !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: #eee;
}

.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: #56809E;
    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;
    margin: 10px 0;
}

.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: #fff;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px transparent;
    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: 300px;
    width: 200px;
    display: block;
    position: relative;
    margin-right: 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px transparent;
}

.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;
    border-radius: 5px;
}

.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: #fdfdfd;
    border: solid 1px #eeeeee9c;
}

.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: #56809E;
    font-weight: 600;
    padding: 10px 15px;
    border: solid 1px #eee;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 10px;
}

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

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

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

.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: 25%;
    width: 25%;
    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: #bbb;
}

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

.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: #bbb;
}

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

.steps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    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: #007dc1;
    color: #fff;
}





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

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

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

.tsteps-nav>.item.active:before {
    background: #56809E;
}

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

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

.tsteps-nav>.item.active:after {
    background: #56809E;
}

.tsteps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

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

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

.tsteps-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;
}

.tsteps-nav>.item.active>div {
    background: #56809E;
    color: #fff;
}




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

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

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

.tsteps-nav>.item.active:before {
    background: #56809E;
}

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

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

.tsteps-nav>.item.active:after {
    background: #56809E;
}

.tsteps-nav>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    border-radius: 5px;
    position: relative;
}

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

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

.tsteps-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;
}

.tsteps-nav>.item.active>div {
    background: #56809E;
    color: #fff;
}




.form-box {
    background: #fff;
    border: solid 1px #eeeeee9c;
    padding: 20px;
    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: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.form-box .title-in {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    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: #fff;
    border: solid 1px #bbbbbb42;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 12px;
}

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

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

.srs-vehicle-img {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    border: solid 1px transparent;
    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: cover;
    border-radius: 5px;
}

.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: #56809E;
    border-radius: 3px;
    margin-right: 8px;
}

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

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

.price-lines>.title {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    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: #222;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.price-lines>.item>span:last-child {
    text-align: right;
    color: #6BAB64;
    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: #444;
    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: #444;
    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: #6BAB64;
    font-weight: 600;
}

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

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

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

.payment-tabs {
    display: flex;
    justify-content: center;
    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: #eee;
    border-color: #56809E;
}

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

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

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

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

.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 {
    min-width: 245px !important;
}

.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: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.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: #000;
}

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

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

.rez-number-box>span:last-child {
    display: block;
    padding: 10px 15px;
    background: none;
    border: solid 2px #ddd;
    color: #56809E;
    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 {
    background: #fff;
    border-radius: 5px;
}

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

.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: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.side-links {
    display: block;
}

.side-links>a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #000 !important;
    padding: 5px 10px;

    margin-bottom: 5px;
    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 {
    font-weight: 500;
    text-decoration: underline !important;
}

.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: #000;
    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: #888;
}

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

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

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

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

.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: #56809E;
    border-color: #56809E;
}

.soru-body {
    display: block;
}

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

.soru-body>.inner>p {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    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: 12px;
    line-height: 18px;
    color: #444 !important;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.03);
    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;
}


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

.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; */
    margin-top: 10px;
    border: solid 1px transparent;
    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: #56809E;
    min-width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 6px;
}

.page-contacts>.item>a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #444 !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: #fff;
    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;
}

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

.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: #444;
    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: #222;
    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: #56809E;
    margin-right: 5px;
}

.slider-form {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 20px;
    border: solid 5px rgba(0, 0, 0, 0.2);
}


.travel-item-all {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.travel-item-all.list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.travel-item-all.list>.travel-item-container {
    min-width: 300px;
    width: 300px;
}

.travel-item-container>.title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 8px 3px;
    background: #0000005c;
    pointer-events: none;
}

.travel-item-all.list>.desc {
    width: calc(100% - 300px);
}

.travel-item-all>.id-line {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.travel-item-all>.id-line>span {
    display: block;
    padding: 5px 10px;
    border: solid 1px #9FC39B;
    background: #9FC39B;
    color: #fff;
}

.travel-item-all.list .price {
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 0;
    z-index: 20;
}

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

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

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

.travel-item-all>.desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
}

.travel-item-all>.desc .specs {
    display: block;
}

.travel-item-all>.desc .specs>.description {
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #618198;
    letter-spacing: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.travel-item-all>.desc .specs>.little-more {
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin: 10px 0;
    font-weight: 600;
    color: #618198;
    letter-spacing: normal;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.travel-item-all>.desc .specs>.little-more a {
    color: #424242 !important;
}

.travel-item-all>.desc .specs>span:last-child {
    margin-bottom: 0;
}

.travel-item-all>.desc .specs>span>i {
    font-size: 17px;
    min-width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #007dc1;
}

.travel-item-all>.desc>.right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.travel-item-all .add-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    color: #666 !important;
    font-size: 20px;
    line-height: 1.6;
    transition: 0.2s ease 0s;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.travel-item-all>.desc>.right>.item-id {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.travel-item-all>.desc>.right>.item-id>b {
    color: #222;
    font-weight: 400;
    margin-left: 4px;
}

.travel-item-all .add-favorite:hover {
    background: #fbfbfb;
    color: #222 !important;
}

.travel-item-all .price {
    display: block;
    padding: 5px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    color: #133b58;
    background: #fff;
    text-align: start;
    position: absolute;
    top: 152px;
    right: 15px;
    border-top-left-radius: 5px;

}

.travel-item-all .price>small {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.travel-item-all.list>.travel-item-container {
    min-width: 300px;
    width: 300px;
}


.travel-item-container>.title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 8px 3px;
    background: #0000005c;
    pointer-events: none;
}



.travel-item {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 185px;
    width: 100%;
    object-fit: cover;

}

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



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


footer {
    background: #000;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #1e264b;
    border-top: solid 1px #fff;
}

.ftr-bottom {
    padding: 5px 0;

}

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

.ftr-bottom span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    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;
}

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

.ftr-logo img {
    height: 100px;
}

.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: .875rem;
    line-height: 1.6;
    color: #ccc !important;
    font-weight: 400;
    margin-bottom: 10px;
}

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

.ftr-title {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: 600;
}

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

.ftr-links>a {
    display: block;
    font-size: .875rem;
    line-height: 1.6;
    color: #ccc !important;
    font-weight: 400;
    margin-bottom: 10px;
}

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

.ftr-cards {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.ftr-social a {
    width: 35px;
    height: 30px;
    margin-right: 12px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.ftr-social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 22px;
}


.i-region-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(700 / 1280 * 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}



.i-region-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    opacity: 0.1;
    transition: 0.2s;
}




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

.i-region-item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}

.i-region-item .i-region-desc {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    z-index: 12;
    margin-bottom: 0;
}


.i-region-item .i-region-desc small {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding-left: 34px;
}




.little-title {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    color: #565656;
    position: relative;
    text-align: left;
    letter-spacing: normal;
}




.tourlist-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.tourlist-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720 / 1280 * 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

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

.tourlist-item>.content {
    margin-bottom: -5px;
}

.tourlist-item>.content>.title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tourlist-item>.content>.specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tourlist-item>.content>.specs>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.tourlist-item>.content>.specs>div>i {
    color: #56819F;
    margin-right: 5px;
}

.tourlist-item>.content>.specs>div>span {
    display: block;
    color: #222;
}

.tourlist-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: -10px;
    pointer-events: none;
    margin-bottom: 20px;
}

.tourlist-slider-buttons {
    justify-content: center;
}

.tourlist-slider-buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    background: #56819F;
    pointer-events: all;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease 0s;
}

.tourlist-slider-buttons>div {
    margin: 0 5px;
}

.tourlist-slider-buttons>div:hover {
    background: #93a8b7;
}

.slider-container {
    display: block;
    position: relative;
}

.carlist-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}

.carlist-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(1000 / 1280 * 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

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

.carlist-item>.content {
    margin-bottom: -5px;
}

.carlist-item>.content>.title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.carlist-item>.content>.specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.carlist-item>.content>.specs>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border: solid 1px #ddd;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.6;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.carlist-item>.content>.specs>div>i {
    color: #56819F;
    margin-right: 5px;
}

.carlist-item>.content>.specs>div>span {
    display: block;
    color: #222;
}

.carlist-slider-buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: -10px;
    pointer-events: none;
    margin-bottom: 20px;
}

.carlist-slider-buttons {
    justify-content: center;
}

.carlist-slider-buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    background: #9FC39B;
    pointer-events: all;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease 0s;
}

.carlist-slider-buttons>div {
    margin: 0 5px;
}

.carlist-slider-buttons>div:hover {
    background: #74aa6e;
}


.mn-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 22px;
    color: #424242 !important;
}

.mn-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.6;
    color: #424242 !important;
    padding: 5px 10px;
    white-space: nowrap;
    margin: 0;
    background-color: #fff;
    border-radius: 2px;
}

.mn-dropdown>.dropdown-menu>a:last-child {
    border-bottom: none;
}

.mn-dropdown>.dropdown-menu>a:hover {
    background: #ddd;
}

.nav-top-cc>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 18px;
    position: relative;
}

.nav-top-cc>.dropdown-toggle>i {
    margin-right: 0px;
    font-size: 20px;
}


.nav-top-cc>.dropdown-menu {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
    background: #fff;
    margin-top: -3px;
    left: unset !important;
    right: -50px;
    padding: 0;
}

.nav-top-cc>.dropdown-menu>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    color: #424242 !important;
    font-weight: 600;
    padding: 5px 15px;
}

.nav-top-cc>.dropdown-menu>a>i {
    margin-right: 5px;
}

.nav-top-cc>.dropdown-menu>a:hover {
    background: #ddd;
}


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

.main-slider-container>.tns-outer>.tns-controls>button {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    font-size: 14px;
    line-height: 1.6;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    border: none;
    border-radius: 50%;
}

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

/*.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 1.6
    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: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 8px;
    color: #222 !important;
    white-space: nowrap;
}

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

.side-login {
    background: #ddd;
    padding: 15px;
    border-radius: 5px;
}


.inpage-slider-container {
    display: block;
    width: 100%;
    position: relative;
}

.inpage-slider-container>.tns-outer>button {
    display: none;
}

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

.inpage-slider-container>.tns-outer>.tns-controls>button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    pointer-events: all;
    border: none;
}

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

.inpage-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-specs {
    display: block;
    margin-bottom: 0px;
}

.tour-specs .tour-spec:last-child {
    margin: 0;
}

.tour-spec {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #fafafa;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow-y: hidden;
    margin-bottom: 20px;
}

.tour-spec>.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    border-right: solid 1px #ddd;
}

.tour-spec>.left>i {
    color: #fff;
    background: #6BAB64;
    margin-right: 10px;
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
}

.tour-spec>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.tour-spec>span.price {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
}

.tour-calc-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tour-calc-line>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding: 5px 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.tour-calc-line>span i {
    color: #6BAB64;
    font-size: 18px;
}


.tour-calc-line>.right {
    width: 40%;
    display: block;
    padding: 10px;
}

.tour-calc-line .price {
    background: none;
    width: 100%;
    padding: 5px 1px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.blog-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-spec .left,
.blog-spec .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-spec .left span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

.blog-spec .left span i {
    color: #888;
}

.blog-spec .right a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    background: #006391;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.blog-spec .right a:hover {
    background: #28a0d8 !important;
}

.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: #444 !important;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 5 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;
}

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

#copy_box:hover {
    background: #f7f7f7;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    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 {
    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: #666 !important;
}

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

.modal-bottom {
    padding: 15px;
}


.tourspec-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.tourspec-item>i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    margin-right: 5px;
}

.tourspec-item>span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
}

.tourspec-box {
    padding: 8px;
    padding-bottom: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.mavibox {
    padding: 20px;
    padding-bottom: 5px;
    background: #c6def3;
    border-radius: 10px;
    border: solid 1px #eee;
    margin-bottom: 10px;
}


.child-age {
    width: 100% !important;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.child-age>.cocuk-box {

    width: 100%;
}

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

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

.top-nav {
    padding: 5px 0;
    background: #000;
    border-bottom: solid 1px var(--border-color);
}

.top-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-flex>.left,
.top-nav-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-nav-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-nav-contact>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    border-radius: var(--small-border-radius);
    font-size: 0.9rem;
    margin-right: 5px;
}

.top-nav-contact>a {
    display: block;
    font-size: 0.9rem;
    color: #fff;
}

.top-nav-contact>a:hover {
    text-decoration: underline !important;
}

.top-nav-dropdown {
    display: block;
    position: relative;
}

.top-nav-dropdown>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color: #fff !important;
    white-space: nowrap;
}

.top-nav-dropdown>a:hover>span {
    text-decoration: underline !important;
}

.top-nav-dropdown>.dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    padding: 5px 0;
    background: var(--background-color);
    border: solid 1px var(--border-color);
}

.top-nav-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color: #fff !important;
    padding: 5px 10px;
    white-space: nowrap;
    background: #000;
}

.top-nav-dropdown>.dropdown-menu>a:hover>span {
    text-decoration: underline !important;
}

.bank-item {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.bank-item>.img {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: calc(720/1280*100%);
    border-bottom: solid 1px #ddd;
}

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

.bank-item>h3 {
    background: #D6A866;
    display: block;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
}

.bank-item>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    background: #eee;
    border-bottom: solid 1px #ddd;
    text-align: center;
    padding: 5px 10px;
}

.bank-item>span:last-child {
    border-bottom: none;
}




.sitenav-top {
    background: #fff;
    z-index: 99;
    position: relative;

}

.snt-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.snt-flex>.left,
.snt-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    margin-right: 40px;

}

.snt-logo img {
       width: 200px;
    /* height: 60px; */
}

.site-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-links>a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.site-links>a:not(:last-child) {
    margin-right: 30px;
}

.site-links>a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-15px - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(255 255 255 / 100%);
    pointer-events: none;
    transform: translate(0, -50%);
}

.site-links>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: 0.2s ease 0s;
}

.site-links>a:hover:before {
    width: 100%;
}

.mobile-menu-open {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    background: #7BB88E;
    color: #0D0D3B !important;
    font-size: 20px;
    line-height: 26px;
    border-radius: 4px;
}

.snt-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.snt-contact>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #0D0D3B !important;
    background: #7BB88E;
    border-radius: 2px;
    margin-right: 4px;
}

.snt-contact>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    font-weight: 600;
}

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

.fvr-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fvr-contact>a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #fff !important;
    /*    background: #7BB88E;*/
    font-weight: 600;
}


.fvr-contact>a>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;

    border-radius: 2px;
}


.fvr-contact>a:hover {
    color: red !important;

}


/* Burger Nav Flex START ------------------------------ */
.burger-nav {
    background: #fff;
    display: none;

}

.burger-nav .bn-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-nav .bn-flex>.left,
.burger-nav .bn-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Burger Nav Flex END ------------------------------ */

/* Burger Nav Logo START ------------------------------ */

.burger-nav .bn-logo {
    display: block;
}

.burger-nav .bn-logo>img {
    height: 60px;
}

.burger-nav.transparent .bn-logo>img {
    filter: contrast(0) brightness(2);
}

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

/* Burger Nav Logo END ------------------------------ */

/* Burger Nav Elements START ------------------------------ */

.bn-open,
.bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    min-width: 50px;
    height: 50px;
    background: #f5a10b;
    color: #fff !important;
    border-radius: 4px;
    border: none;
}

.burger-nav .bn-close {
    background: firebrick;
    border: none;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.fixed .bn-open {
    color: #222 !important;
}

.burger-nav .bn-links-desktop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.burger-nav .bn-links-desktop>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #888 !important;
    padding: 5px 0;
    margin-right: 20px;
    transition: 0.2s ease 0s;
}

.burger-nav .bn-links-desktop>a:last-child {
    margin-right: 0;
}

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

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

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

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

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

/* Burger Nav Elements END ------------------------------ */

/* Burger Nav Mobile Menu START ------------------------------ */

.bn-menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
    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: 0;
    transform: translate(100%, 0);
    width: 400px;
    max-width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.bn-menu-box.left {
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
}

.bn-menu-container.active .bn-menu-box {
    transform: translate(0, 0);
}

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

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

.bn-menu .bn-menu-links>a {
    display: block;
    position: relative;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222 !important;
    padding-right: 40px;
    transition: 0.2s ease 0s;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.bn-menu .bn-menu-links>a:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    text-align: center;
    transform: translate(0, -50%);
}

.bn-menu .bn-menu-links>a.active:after {
    content: "\F035C";
}

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

.bn-menu .bn-menu-links>a:hover {
    color: #222 !important;
}

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

.bn-menu .bn-menu-link-dropdown>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #888 !important;
    transition: 0.2s ease 0s;
}

.bn-menu .bn-menu-link-dropdown>a:last-child {
    margin-bottom: 0;
}

.bn-menu .bn-menu-link-dropdown>a:hover {
    color: #222 !important;
}

/* Burger Nav Mobile Menu END ------------------------------ */


.bg-class {
    background-color: red;
    background: linear-gradient(341deg, #56819f 1.3333%, #6bab64 33.3333%, #a8dbff 100%);
}

#sideForm {
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
    border: 1px solid #d9d9d9;
    padding: 1.3rem;
    background-color: rgba(230, 239, 235, .25);
    border-radius: 10px;
}

.shareBox {
    margin: 10 auto;
    padding: 15px 0;
    font-size: 13px;
    border-radius: 10px;
}

.disclaimerBox {
    padding: 0.75rem 1rem;
    background: #EAFBF7;
    border-radius: 0.5rem;
    font-weight: 400;
    line-height: 1.3125rem;
    font-size: 0.75rem;
    margin-top: 15px;
}

.disclaimerBox .satir {
    margin-bottom: 0.75rem;
}

.disclaimerBox i.DisIcon {
    float: left;
    margin-right: 9px;
    font-size: 13px;
}

.panel-text .midTitle {
    font-size: 0.95rem;
    line-height: 1.375rem;
    font-weight: 600;
    display: flex;
    margin: 8px 0 4px;
}

.panel-text .midTitle i {
    font-size: 24px;
    text-align: center;
    margin-right: 8px;
}

.panel-text .midText {

    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #63687a;
    margin-bottom: 22px;
    margin-left: 38px;
}

.panel-text .midText .price {
    font-size: 1.375rem;
    font-weight: 600;
    font-size: 14px;
}

/* 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: 1px 2px;
    padding-left: 40px;
    max-width: 200px;
    border-bottom: solid 1px #ddd;
}

.iti__country.iti__highlight {
    background: #eee;
}

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

.iti__dial-code {
    font-size: 14px;
    line-height: 20px;
    margin-left: 25px;
    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: 100%;
    border-right: solid 1px #ddd;
    border-radius: 5px;
}

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

.iti-mobile .iti__country-list {
    max-width: 250px;
}

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





.prd-slider-container {
    display: block;
    position: relative;
    width: 100%;
}

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

.prd-slider-buttons>div {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    pointer-events: all;
    border-radius: 5px;
}

.prd-slider-buttons>div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Material Design Icons";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.prd-slider-buttons>div.prev:before {
    /*    content: "\f104";*/
    content: "\F0141";
}

.prd-slider-buttons>div.next:before {
    /*    content: "\f105";*/
    content: "\F0142";
}

.prd-slider {
    margin-bottom: 10px;
    border: solid 1px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(2/4*100%);
}

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

.prd-thumb {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.prd-thumb:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 2px rgba(255, 255, 255, 0.6);
    outline: solid 2px #829D14 !important;
    z-index: 10;
    opacity: 0;
}

.swiper-slide-thumb-active .prd-thumb:before {
    opacity: 1;
}

.prd-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-thumb:hover:after {
    opacity: 1;
}

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

.prd-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s ease 0s;
}

.prd-slide:hover:after {
    opacity: 1;
}

.swiper-pointer-events {
    touch-action: pan-x;
}

.stat-tag {
    position: absolute;
    top: 0;
    left: 15px;
    background: #68A56B;
    z-index: 10;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;

}

.select2-results__group,
.select2-results__option {
    font-size: 12px !important;
}

h2.SidePrice {
    font-size: 1.75rem;
    font-weight: 700;
}

h2 .EstPrice {
    font-size: 9px;
}

.video-background {
    width: 100%;
    height: calc(80vh - 125px);
    position: relative;
}

.video-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.3;
    pointer-events: none;
}

.video-background>.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.inpage-form {
    padding: 10px;
    padding-top: 35px;
    border-radius: 5px;
    background: rgba(250, 250, 250, 0.31);
}


.tab-group {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-blend-mode: multiply;
    background: rgba(255, 255, 255, 0.894);
    border-radius: 5px;
}

.form-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 10px 20px;
    width: 100%;
    border: none;
    background: #f5a10b;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.2s ease 0s;
    margin-top: 10px;
    border-radius: 10px;
}

.f-white {
    color: #fff !important;
}

.contact-whatsapp {
    display: flex;
    width: 100%;
    height: 50px;
    background: #25d366;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px;
    transition: 0.2s ease;
}


.contact-whatsapp:hover{
    color: #fff !important;
    background: #12f567;
    transform: scale(1.05);
}