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

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    letter-spacing: 0.2px;
    font-family: 'Ubuntu', sans-serif;
}

html {
    height: 100%;
}

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

b,
strong {
    font-weight: 500;
}

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

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

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

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

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

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

.iti__country.iti__highlight {
    background: #f5f5f5;
}

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

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

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

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

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

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

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

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

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
    position: relative;
}

.Zebra_DatePicker {
    box-shadow: none;
    border-radius: 2px;
    border: solid 1px #aaa;
    background: #fff;
    color: #222;
}

.Zebra_DatePicker .dp_hover {
    background-color: #f5f5f5 !important;
}

.Zebra_DatePicker .dp_body .dp_disabled {
    color: #bbb;
}

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

.Zebra_DatePicker .dp_timepicker .dp_disabled {
    color: #222 !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_icon {
    filter: none;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
    font-size: 12px;
    line-height: 18px;
}

/* ZEBRA DATEPICKER STYLES END */

.datepicker-group {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* SOCIAL COLORS START */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* SOCIAL COLORS END */

/* PANEL TEXT START */

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: -10px;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.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 */

/* SELECT2 RESET * START */

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

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

.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-dropdown {
    border-radius: 2px;
    z-index: 3000;
    background: #fff;
    border: solid 1px #aaa;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    border: 0;
    border-bottom: solid 1px #eee;
    color: #222;
}

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

.select2-container--default .select2-results__option--selected {
    background: #A6600C !important;
    color: #fff !important;
}

.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: #fff !important;
    border: solid 1px #ccc !important;
    color: #222 !important;
}

/* SELECT2 RESET * END */

/* Burger Nav General START ------------------------------ */

.burger-nav {
    text-align: center;
    display: block;
    position: relative;
    padding: 15px 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

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

.burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    background: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    animation: bn-fixed-anim;
    animation-duration: 0.2s;
}

@keyframes bn-fixed-anim {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

/* Burger Nav General END ------------------------------ */

/* Burger Nav Flex START ------------------------------ */

.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 .bn-flex>.center { 
    align-items: center;
}

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

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

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

.burger-nav .bn-logo>img {
    width: 200px;
}

.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 ------------------------------ */

.burger-nav .bn-open,
.burger-nav .bn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    min-width: 50px;
    height: 50px;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: #fff !important;
    border-radius: 2px;
}

.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: red !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 ------------------------------ */

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

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

.burger-nav .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;
}

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

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

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

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

.burger-nav .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: 2px;
}

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

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

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

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

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

.burger-nav .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;
}

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

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

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

/* Main Button START ------------------------------ */

.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff !important;
    border: solid 1px #A6600C;
    background: #A6600C;
    transition: 0.2s ease 0s;
}

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

.main-btn:hover {
    border-color: #F39622;
    background: #F39622;
    color: #fff !important;
}

.main-btn.line {
    background: none;
    border-color: #A6600C;
    color: #A6600C !important;
}

.main-btn.line:hover {
    background: #A6600C;
    border-color: #A6600C;
    color: #fff !important;
}

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

.main-btn.small {
    padding: 5px 10px;
}

.main-btn.second {
    background: #222;
    border-color: #222;
}

.main-btn.second:hover {
    background: #444;
    border-color: #444;
}

.main-btn.danger {
    background: firebrick;
    border-color: firebrick;
}

.main-btn.danger:hover {
    background: red;
    border-color: red;
}

/* Main Button END ------------------------------ */

/* Spaces START ------------------------------ */

.backgray {
    padding: 40px 0;
    background: #fbfbfb;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.backwhite {
    padding: 40px 0;
    background: #fff;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.smt {
    margin-top: 40px;
}

.smb {
    margin-bottom: 40px;
}

.smth {
    margin-top: 20px;
}

.smbh {
    margin-bottom: 20px;
}

.dmt {
    margin-top: 20px;
}

.dmb {
    margin-bottom: 20px;
}

.dml {
    margin-left: 20px;
}

.dmr {
    margin-right: 20px;
}

.dmth {
    margin-top: 10px;
}

.dmbh {
    margin-bottom: 10px;
}

.dmlh {
    margin-left: 10px;
}

.dmrh {
    margin-right: 10px;
}

/* Spaces END ------------------------------ */

/* Contact Nav START ------------------------------ */

.contact-nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
}

.contact-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    color: #fff !important;
}

.contact-nav a.phone {
    background: #A6600C;
}

.contact-nav a.whatsapp {
    background: #25d366;
}

/* Contact Nav END ------------------------------ */

/* Footer START ------------------------------ */

footer {
    background: #eee;
}

.ftr-content {
    padding-top: 40px;
    border-top: solid 2px #bbb;
    padding-bottom: 0;
}

.ftr-bottom {
    padding: 0;
}

.ftr-bottom>.ftr-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 40px;
}

.ftr-bottom span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #888;
    margin: 5px 0;
}

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

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

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

/* Footer END ------------------------------ */

/* Pagination START ------------------------------ */

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

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

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

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 0;
    background: #fff;
    border: solid 1px #ddd;
    color: #222 !important;
}

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

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

/* Pagination 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: 14px;
    line-height: 20px;
    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: 14px;
    line-height: 20px;
    white-space: nowrap;
}

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

/* Main Dropdown END ------------------------------ */

/* 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 #aaa;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.form-group>input:focus,
.form-group>textarea:focus,
.form-group>.iti>input:focus {
    border-color: #A6600C;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group>.iti>input::placeholder,
.form-group>.select2-container--default .select2-selection--single .select2-selection__placeholder {
    opacity: 1;
    color: #888;
}

.form-label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
    color: #444;
}

.form-group input.error-label,
.form-group textarea.error-label,
.form-group select.error-label~.select2-container .select2-selection--single {
    border-color: firebrick;
}

.form-group span.error-label,
.cbox-group span.error-label {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: calc(100% - 4px);
    left: 4px;
    background: red;
    z-index: 90;
    white-space: nowrap;
    padding: 2px 4px;
}

.form-group span.error-label:before,
.cbox-group span.error-label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 8px;
    border-bottom: solid 4px red;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}

.form-group.fg-icon>input,
.form-group.fg-icon>textarea,
.form-group.fg-icon>.select2-container .select2-selection--single,
.form-group.fg-icon>.passenger-box {
    padding-left: 30px;
}

.form-group.fg-icon>i {
    position: absolute;
    top: 21px;
    transform: translate(0, -50%);
    left: 8px;
    font-size: 14px;
    line-height: 20px;
    width: 18px;
    text-align: center;
    color: #F39622;
}

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

/* 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: 500;
    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;
    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: 14px;
    line-height: 20px;
    background: lightblue;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

/* Message Box END ------------------------------ */

/* Checkbox Group START ------------------------------ */

.cbox-group {
    display: block;
    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: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 10px;
    position: relative;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}

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

.cbox-group input:checked~label>span:first-child {
    border-color: #A6600C;
    background: #A6600C;
}

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

.cbox-group label>span:last-child>a {
    color: #A6600C !important;
    font-weight: 500;
}

.cbox-group label>span:last-child>a:hover {
    text-decoration: underline !important;
}

/* Checkbox Group END ------------------------------ */

.nav-top {
    padding: 5px 0;
    background: #A6600C;
}

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

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

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

.nt-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff !important;
    margin-right: 20px;
    position: relative;
}

.nt-links>a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -10px;
    height: 15px;
    border-right: solid 1px #bbb;
}

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

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

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

.nav-dropdown>.dropdown-toggle {
    padding: 5px 10px;
    border-radius: 5px;
    padding-right: 25px;
    color: #000 !important;
    border: solid 1px #ccc;
    transition: 0.2s ease 0s;
}

.nav-dropdown>.dropdown-toggle>.flag-icon {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

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

.nav-dropdown>.dropdown-toggle:before {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

.nav-dropdown>.dropdown-toggle:hover {
    background: #eee;
}

.nav-dropdown>.dropdown-menu {
    left: unset !important;
    right: 0;
    transform: none !important;
    margin-top: -1px;
    border-radius: 5px;
    padding: 10px 0;
}

.nav-dropdown>.dropdown-menu>a {
    padding: 5px 20px;
}

.nav-dropdown>.dropdown-menu>a:hover {
    background: #f5f5f5;
}

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

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

.nt-support>i {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #A6600C;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    border-radius: 2px;
}

.nt-support>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

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

.form-slogan {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #A6600C;
    margin-bottom: 20px;
}

.form-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.form-tabs>.tab {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666 !important;
    font-weight: 500;
}

.form-tabs>.tab:hover {
    color: #222 !important;
    background: #f5f5f5;
}

.form-tabs>.tab.active {
    background: #A6600C;
    color: #fff !important;
}

.form-panes {
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0;
    background: #fff;
}

.form-panes input,
.form-panes .select2 {
    font-weight: 500;
}

.form-panes .row {
    margin-left: -5px;
    margin-right: -5px;
}

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

.form-panes .form-group {
    margin-bottom: 10px;
}

.main-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.main-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 2px;
    border-radius: 5px;
    background: #A6600C;
    z-index: 2;
}

.transfer-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 2px;
    transition: 0.2s ease 0s;
    overflow: hidden;
}

.transfer-item:hover {
    background: #f5f5f5;
}

.transfer-item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #ddd;
    min-width: 60px;
    font-size: 16px;
    line-height: 22px;
    color: #A6600C;
    margin-right: 10px;
    margin-left: -8px;
    padding-left: 8px;
    transition: 0.2s ease 0s;
    transform: skew(-15deg);
}

.transfer-item>i:before {
    transform: skew(15deg);
}

.transfer-item:hover>i {
    background: #A6600C;
    color: #fff;
}

.transfer-item>div {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

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

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

.showcase {
    position: relative;
    border-bottom: solid 2px #00ACEE;
}

.showcase>img.left-img {
    width: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.showcase>img.right-img {
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.showcase>.container {
    position: relative;
    z-index: 20;
}

.ftr-top {
    border-top: solid 1px #ddd;
    background: #f5f5f5;
}

.ftr-top-links {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.ftr-top-links>a {
    min-width: 25%;
    width: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    color: #A6600C !important;
    position: relative;
}

.ftr-top-links>a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    height: 15px;
    border-right: solid 1px #ccc;
}

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

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

.ftr-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    font-weight: 500;
    color: #000;
}

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

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

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

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

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

.ftr-logo img {
    width: 150px;
    filter: grayscale(1);
}

.ftr-desc {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

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

.ftr-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    border: solid 1px #ccc;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666 !important;
}

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

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

.ftr-payment>.cards {
    margin-right: 5px;
}

.ftr-payment>.cards>img {
    width: 150px;
}

.ftr-payment>.secure>img {
    width: 60px;
}

.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: 2px;
    border: solid 1px #00ACEE;
    cursor: default;
}

.form-group.date-clearable.filled>input {
    padding-right: 40px;
}

.form-group.date-clearable .date-clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: firebrick;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    display: none;
}

.form-group.date-clearable.filled .date-clear {
    display: flex;
}

.form-group.date-clearable .date-clear:hover {
    background: red;
}

.page-form {
    padding-top: 20px;
    background: #eee;
    border-bottom: solid 1px #ccc;
}

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

.result-top .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.result-top .caption {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin: 0;
}

.car-item {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #A6600C;
    outline: solid 1px #fff !important;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.car-item .row {
    margin-left: -5px;
    margin-right: -5px;
    height: 100%;
}

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

.car-item .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border: solid 1px #bbb;
    border-radius: 2px;
}

.car-item .img > i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #A6600C;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

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

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

.car-item .img.tour-item-img {
    padding-top: calc(800/1200*100%);
}

.car-item .img.tour-item-img > img {
    object-fit: cover;
}

.car-item .img.tour-item-img > span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0,0,0,0.7);
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
}

.car-item .desc {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    border-left: solid 1px #bbb;
    border-right: solid 1px #bbb;
    height: 100%;
}

.car-item .desc>h2 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    color: #000;
}

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

.car-item .desc>.specs>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-bottom: 5px;
}

.car-item .desc>.specs>span>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    background: #A6600C;
    color: #fff;
    margin-right: 6px;
    border-radius: 2px;
}

.car-item .desc>.specs>span>b {
    margin-right: 6px;
    color: #222;
}

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

.car-item .price {
    display: block;
}

.car-item .tour-item-desc {
    display: block;
}

.car-item .tour-item-desc > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.car-item .tour-item-desc > .item > span:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    margin-right: 4px;
}

.car-item .tour-item-desc > .item > span:first-child > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    background: #A6600C;
    border-radius: 2px;
    color: #fff;
    margin-right: 6px;
}

.car-item .tour-item-desc > .item > span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.car-item .tour-item-desc > .item:last-child {
    margin-bottom: 0;
}

.car-item .price>.title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 5px;
}

.car-item .price>.total {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #A6600C;
    margin-bottom: 10px;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 2px;
    padding: 10px 15px;
}

.side-box {
    border: solid 1px #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    background: #fff;
    padding: 20px;
}

.step-specs {
    display: block;
}

.step-specs>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    background: #eee;
    border: solid 1px #ddd;
    color: #000;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.step-specs>span:last-child {
    margin-bottom: 0;
}

.step-specs>span:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 16px;
    background: #A6600C;
    color: #fff;
    border-radius: 2px;
}

.form-group-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-group-time>.form-group:nth-child(1) {
    margin-right: -1px;
}

.form-group-time>.form-group:nth-child(1)>.select2-container .select2-selection--single {
    border-radius: 5px 0 0 5px;
}

.form-group-time>.form-group:nth-child(2)>.select2-container .select2-selection--single {
    border-radius: 0 5px 5px 0;
}

.rsv-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.rsv-table {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.rsv-table td {
    border: solid 1px #ccc;
    padding: 10px;
    vertical-align: top;
}

.rsvt-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #666;
}

.rsvt-caption {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}

.rsvt-total-price {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #A6600C;
}

.rsvt-price {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #A6600C;
    font-weight: 500;
}

.tooltip-box {
    display: block;
    position: relative;
}

.tooltip-box>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    font-weight: 500;
    cursor: pointer;
}

.tooltip-box:hover>span {
    text-decoration: underline !important;
}

.tooltip-box>.tooltip-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    max-width: 100vw;
    z-index: 90;
}

.tooltip-box:hover>.tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.cvv-desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.cvv-desc>.img {
    display: block;
    min-width: 100px;
    width: 100px;
    margin-right: 10px;
    border: solid 1px #ddd;
    padding: 5px;
    background: #fff;
}

.cvv-desc>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-radius: 2px;
}

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

.cvv-desc>.desc {
    display: block;
}

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

.rsvt-payment-box {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.payment-img {
    padding: 10px;
}

.payment-img>img {
    width: 100%;
    max-width: 100vw;
}

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

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

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

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

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

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

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

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

.contact-side {
    display: block;
}

.contact-side>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.contact-side>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    min-width: 30px;
    margin-right: 20px;
    text-align: center;
    color: #A6600C;
    position: relative;
}

.contact-side>.item>i:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    border-right: solid 1px #bbb;
    height: 100%;
    transform: translate(0, -50%);
}

.contact-side>.item>span,
.contact-side>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666 !important;
}

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

.social-side {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.social-side>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.social-side>.item:last-child {
    margin-bottom: 0;
}

.social-side>.item>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-side>.item>a>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
    border-radius: 2px;
}

.social-side>.item>a>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #A6600C !important;
}

.social-side>.item>a:hover>span {
    text-decoration: underline !important;
}

.gal-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 10px;
}

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

.gal-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
    transition: 0.2s ease 0s;
}

.gal-item:after {
    content: "\f00e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    color: #A6600C;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    z-index: 4;
    transition: 0.2s ease 0s;
}

.gal-item:hover:before {
    opacity: 0;
}

.gal-item:hover:after {
    background: #A6600C;
    color: #fff;
}

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

.comment-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.comment-item:before {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ddd;
    font-size: 40px;
    line-height: 40px;
}

.comment-item>.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    background: #A6600C;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.comment-item>.avatar>i {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 36px;
    color: #fff;
}

.comment-item>.content {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 20px;
}

.comment-item>.content>.name {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #ccc;
}

.comment-item>.content>.desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}

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

.comment-item>.content>.date {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    margin-top: 10px;
    padding-top: 10px;
    border-top: dashed 1px #ccc;
}

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

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

.soru-header {
    display: block;
    font-weight: 500;
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px 15px;
    position: relative;
    padding-right: 30px;
    border-radius: 2px;
    transition: 0.2s ease 0s;
}

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

.soru-header h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 500;
    color: #A6600C !important;
}

.soru-header:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #A6600C !important;
}

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

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

.soru-body {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

.soru-body p {
    margin: 0;
    padding: 10px 15px;
    display: block;
    text-align: justify;
}

.payment-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.payment-tabs>.tab>label {
    display: block;
    padding: 8px 12px;
    padding-left: 30px;
    border: solid 1px #ddd;
    background: #fbfbfb;
    border-radius: 5px;
    margin: 0;
    color: #666 !important;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.payment-tabs>.tab {
    position: relative;
    margin: 5px 0;
    margin-right: 10px;
}

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

.payment-tabs>.tab>label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #ccc;
}

.payment-tabs>.tab>label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(12px + 4px);
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A6600C;
    opacity: 0;
}

.payment-tabs>.tab.active>label:after {
    opacity: 1;
}

.payment-tabs>.tab:hover>label {
    color: #222 !important;
    background: #f5f5f5;
}

.payment-tabs>.tab.active>label {
    border-color: #A6600C;
    background: #A6600C;
    color: #fff !important;
}

.payment-panes {
    width: 100%;
}

.payment-panes>.pane {
    display: none;
    width: 100%;
}

.payment-panes>.pane.active {
    display: block;
}

.eft-box {
    padding: 10px;
    border: solid 1px #ddd;
}

.eft-desc {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.blog-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    background: #fbfbfb;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.blog-item>.img {
    display: block;
    min-width: 200px;
    width: 200px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

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

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

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

.blog-item>.content {
    padding: 10px;
    overflow: hidden;
}

.blog-item>.content>.title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #A6600C;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item>.content>.title>a {
    color: #A6600C;
}

.blog-item>.content>.title>a:hover {
    text-decoration: underline !important;
}

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

.blog-item>.content>.date>i {
    margin-right: 4px;
}

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

.side-blog {
    display: block;
}

.side-blog>a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px;
    background: #fbfbfb;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    transition: 0.2s ease 0s;
}

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

.side-blog>a:hover {
    background: #f5f5f5;
}

.side-blog>a>.img {
    min-width: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.side-blog>a>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 2px;
    border: solid 1px #ddd;
}

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

.side-blog>a>.desc {
    display: block;
    overflow: hidden;
}

.side-blog>a>.desc>h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #A6600C;
    font-weight: 500;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-blog>a>.desc>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.side-blog>a>.desc>span>i {
    margin-right: 4px;
}

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

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

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

.article-info > .bottom > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.side-tour-specs {
    display: block;
}

.side-tour-specs > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.side-tour-specs > .item:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #ddd;
}

.side-tour-specs > .item:last-child:after {
    content: none;
}

.side-tour-specs > .item:last-child {
    margin-bottom: 0;
}

.side-tour-specs > .item > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 50%;
    width: 50%;
}

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

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

.side-tour-specs > .item > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-left: 10px;
    position: relative;
}

.side-tour-specs > .item > span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 20px;
    border-left: solid 1px #ddd;
}

.side-tour-specs > .item > .price {
    font-weight: 500;
    color: #A6600C;
}

.tour-detail-price {
    display: block;
    width: 100%;
    border: solid 1px #ddd;
    background: #fbfbfb;
    border-radius: 2px;
    padding: 8px 12px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.tour-detail-price > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #A6600C;
    font-weight: 500;
}

.rez-complete-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.rez-complete-box > i {
    font-size: 30px;
    line-height: 36px;
    margin-right: 10px;
    color: #A6600C;
}

.rez-complete-box > span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
}

.rez-complete-info {
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.rez-complete-info > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
}

.rez-complete-info > p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin: 0;
}

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

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

.side-login {
    padding: 20px;
    background: #eee;
    border: solid 1px #ccc;
    border-radius: 2px;
}

.main-link {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #A6600C !important;
    font-weight: 500;
}

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

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

.side-agency-menu > a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    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: #A6600C;
    font-weight: 500;
    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: 500;
}

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

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

.prd-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: 18px;
    line-height: 24px;
    color: #fff;
}

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

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

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

.prd-slide {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(9/16*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(9/16*100%);
    border: solid 1px #ddd;
    border-radius: 2px;
    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.3);
    outline: solid 2px #A6600C !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.1);
    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.1);
    opacity: 0;
    transition: 0.2s ease 0s;
}

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

.extra-box {
    width: 100%;
}

.extra-box-img {
    display: block;
    max-width: 80px;
    min-width: 80px;
    margin-right: 10px;
    position: relative;
}

.extra-box-img > div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(100%);
    border-radius: 5px;
    border: solid 1px #ddd;
}

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

.extra-box-flex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.rsvt-label-caption {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #666;
}
.talha{
    margin-right: 15px;
}

.talha > .dropdown-toggle:before {
    content: none;

}

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

#main_slider {
    clip-path: ellipse(100% 100% at 50% 0%);
}

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

.main-slider-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
}

.main-slider-buttons > div:last-child {
    transform: scaleX(-1);
}

.main-slider-buttons > div:hover {
    background: rgba(0,0,0,0.7);
}

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

.slide-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

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

.slider-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 20;
    pointer-events: none;
}

.slider-form-inner {
    background: rgba(0,0,0,0.5);
    border: solid 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    pointer-events: all;
}

.slider-bottom {
    margin-top: -75px;
    position: relative;
    z-index: 12;
}

.site-tour-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    transition: 0.2s ease 0s;
}

.site-tour-item:hover {
    transform: scale(1.05);
}

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

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

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

.site-tour-item > .content {
    padding: 10px;
}

.site-tour-item > .content > .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 10px 15px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.site-tour-item:hover > .content > .title {
    background: #A6600C;
    color: #fff;
    border-color: #A6600C;
}

.site-quickrez-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    transition: 0.2s ease 0s;
}

.site-quickrez-item:hover {
    transform: scale(1.05);
}

.site-quickrez-item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    width: 34px;
    height: 34px;
    background: #ddd;
    border-radius: 5px;
    color: #A6600C;
    margin-right: 10px;
    transition: 0.2s ease 0s;
}

.site-quickrez-item:hover > i {
    background: #A6600C;
    color: #fff;
    border-color: #A6600C;
}

.site-quickrez-item > div {
    display: block;
}

.site-quickrez-item > div > span:first-child {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #444;
}

.site-quickrez-item > div > span:last-child {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}

.bcrumb {
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

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

.bcrumb .title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

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

.bcrumb .links > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: relative;
}

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

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

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

.nav-phone-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #000 !important;
}

.nav-phone-box:hover > span {
    text-decoration: underline !important;
}

.nav-phone-box > i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    border-radius: 5px;
    background: #A6600C;
    margin-right: 5px;
}

.filter-checks > .cbox-group:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.filter-checks > .cbox-group {
    display: flex;
}

.filter-checks > .cbox-group > label {
    display: flex;
}

.comment-slider-buttons,
.gal-slider-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.comment-slider-buttons > div,
.gal-slider-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background: #A6600C;
    cursor: pointer;
    margin: 0 5px;
    pointer-events: all;
}

.sf-title {
    display: block;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.sf-desc {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    text-align: center;
}

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

.side-rezsum {
    display: block;
}

.side-rezsum > .item:not(:last-child) {
    margin-bottom: 5px;
}

.side-rezsum > .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.side-rezsum > .item > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    min-width: 30px;
    height: 30px;
    background: #F39622;
    border-radius: 3px;
    margin-right: 10px;
}

.side-rezsum > .item > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.side-rezsum > .item > div > small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    white-space: nowrap;
    margin-right: 5px;
}

.side-rezsum > .item > div > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222;
}

.side-rezprice {
    display: block;
}

.side-rezprice .rpitem:not(:last-child) {
    margin-bottom: 5px;
}

.side-rezprice .rpitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.side-rezprice .rpitem > span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.side-rezprice .rpitem > span:last-child {
    font-weight: 500;
    color: #000;
}

.main-about-img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
  box-shadow: var(--box-shadow);
}

.main-about-img.video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.main-about-img > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--main-transition);
}

.main-about-img.video:hover > img {
  transform: scale(1.1);
}

.main-about-img > .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 12;
}

.main-about-img > .content > .title {
  display: block;
  font-size: 2rem;
  font-weight: var(--font-bold);
  font-family: var(--font-family-alternate);
  color: #fff;
  margin-bottom: 10px;
}

.main-about-img > .content > .desc {
  display: block;
  font-size: 1rem;
  font-weight: var(--font-medium);
  color: #fff;
}

.main-about-img > .content > i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 100px;
  width: 150px;
  border-radius: 50%;
  background: var(--main-color);
  margin-top: 10px;
  font-size: 3rem;
  color: #fff;
}


 


.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: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

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

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



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

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


.ftr-tursab {
    display: block;
    margin-bottom: 30px;
}

.ftr-tursab img {
    max-width: 200px;
}