@import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

.search-area {
    position: relative;
    z-index: 10;
}
.search-wrapper {
    margin-top: -115px;
}
.search-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.search-nav {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: -28px;
}
.search-nav .nav-item {
    margin: 5px;
}
.search-nav .nav-link {
    background: rgba(113, 103, 255, 0.15);
    border-radius: 5px;
    padding: 6px 16px;
    font-weight: 700;
    color: #111;
    position: relative;
    transition: none;
}
.search-nav .nav-link i {
    margin-right: 8px;
    color: #EF5A29;
}
.search-nav .nav-link.active i {
    color: #fff;
}
.search-nav .nav-link.active {
    background: #EF5A29;
    font-size: 15px;
}
.search-wrapper .tab-content {
    /* background: #dddddd69; */
    /* background:#052634; */
    /* background: #2D348F; */
    background: linear-gradient(to right, #f15a26, #2b3591);
    padding: 2px 30px 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    /* box-shadow: 0 0 40px 5px rgb(0 0 0/5%); */
}
.search-wrapper .search-box {
    background: #fff;
    padding: 30px 30px 50px;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.filter-option-inner-inner{

    font-size: 10px;
}
.search-wrapper .search-box.flight-search {
    padding-top: 20px;
}
.search-form .form-group {
    position: relative;
    /* padding: 5px 10px; */
    /* border-radius: 5px; */
    /* background: rgba(113, 103, 255, 0.15); */
    /* border: 1px solid #ddd; */
    min-height: 85px;
}

.search-form .form-group label {
    /* color: #111; */
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.search-form .form-control {
    border-radius: 5px;
    padding: 10px 0;
    box-shadow: none;
    /* color: #fff; */
    color: #111;
    /* background: #F8F9FA !important; */
    background: 0 0;
    border: none;
    font-size: 12px;
    font-weight: 500;
    font-weight: 600;
}
.search-form .form-group i {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 12px;
    color: #EF5A29;
    font-weight: 600;
    /* display: none; */
}
.search-form .form-group p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #111;
    /* color: #fff; */
    font-size: 10px;
}
.filter-option-inner{
    font-size: 13px;
}
.search-form-swap {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#flightBooking{
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    padding: 10px;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    border-radius: 5px;
    color: #EF5A29;
}
.search-form-swap i {
    background: #eae8ff;
    font-size: 13px !important;
    position: unset !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #EF5A29;
    display: none;
}
.search-form-date {
    display: flex;
    width: 100%;
}
.search-form-journey{
    width: 100%;
}
.search-form-return{
    width: 100%;
}
.search-form .passenger-total {
    color: #111;
    font-weight: 600 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    padding: 13px 0;
}
.search-form .passenger-box {
    cursor: pointer;
}

.search-form .passenger-box .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 0px 15px;
    width: 291px;
    /* right: -15px !important; */
    /* margin-top: 15px !important; */
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.search-form .static-dropdown.passenger-box .dropdown-menu {
    right: 0 !important;
}
.search-form .passenger-box .dropdown-item:hover {
    background: 0 0;
}
.search-form .passenger-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 5px;
    padding-bottom: 12px; */
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.search-form .passenger-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}
.search-form .passenger-qty button {
    border: none;
    width: 24px;
    height: 24px;
    line-height: 21px;
    border-radius: 50px;
    background: rgba(113, 103, 255, 0.15);
}
.search-form .passenger-qty button i {
    position: unset !important;
    font-size: 11px !important;
}
.passenger-info h6{
    font-size: 13px !important;
    padding-top: 15px;
}
.search-form .passenger-qty input {
    width: 25px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
    color: #111;
}
.search-form .passenger-class-info .form-check {
    margin-top: 10px;
}
.search-form .passenger-class-info .form-check-input {
    box-shadow: none;
    margin-top: 7px;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 5px;
}

/* .search-form .search-btn .theme-btn {
    border-radius: 50px;
    border: 5px solid #fff;
    bottom: -25px;
    left: 50%;
    font-size: 13px;
    padding: 7px 10px;
    white-space: nowrap;
    transform: translateX(-50%);
} */
.search-form .search-btn .theme-btn {
    position: absolute;
    /* border-radius: 50px; */
    border: 2px solid #fff;
    bottom: -29px;
    left: 49%;
    font-size: 12px;
    border-radius: 0 !important;
    /* padding: 8px 10px; */
    padding: 7px 10px;
    white-space: nowrap;
    transform: translateX(-47%);
}
.search-form .flight-type {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}
.search-form .flight-type .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
    border: 2px solid #111;
}

.search-form .flight-type .form-check-label {
    font-weight: 600;
    /* color: #111; */
    color: #fff;
    font-size: 15px;
    width: 100%;
}
.search-wrapper .flight-search-wrapper .tab-content {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    padding: 0;
}
.flight-search .search-form-return {
    display: none;
}
.search-form .flight-multicity-item {
    margin-top: 25px;
    display: none;
}
.search-form .multicity-btn {
    padding-top: 31px;
    padding-bottom: 31px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #111;
}
.search-form .multicity-item-remove {
    color: #111;
}
.search-form .multicity-item-remove i {
    color: #111 !important;
}
@media all and (max-width: 1199px) {
    .search-area .container {
        max-width: 100%;
    }
    .search-form .form-group {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 991px) {
    .search-nav {
        border-radius: 5px;
    }
    .search-nav .nav {
        justify-content: center;
    }
    .search-wrapper .tab-content {
        border-radius: 20px;
    }
    .search-form-swap {
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
    }
}
.ui-widget.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.ui-widget-header .ui-icon {
    background-image: unset;
}
.ui-datepicker .ui-widget-header {
    background: #EF5A29;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.ui-datepicker .ui-datepicker-prev::after {
    content: "\f100";
    left: 5px;
    position: absolute;
    font-family: "font awesome 6 pro";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next::after {
    content: "\f101";
    right: 5px;
    position: absolute;
    font-family: "font awesome 6 pro";
    color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: 0 0;
    font-weight: 600;
    top: 3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    border-radius: 8px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: none;
    background: #111;
    color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #EF5A29;
    color: #fff;
}
.ui-timepicker.ui-widget.ui-widget-content {
    box-shadow: none;
}
.ui-timepicker-standard {
    border: none !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 2 !important;
}
.ui-timepicker-standard a {
    border: none !important;
    transition: none !important;
    border-radius: 8px;
}
.ui-timepicker-standard a#ui-active-item,
.ui-timepicker-standard a:hover {
    background: #EF5A29;
    color: #fff;
}
.price-range-slider {
    margin-bottom: 50px;
}
.price-range-slider .price-range-info {
    margin-bottom: 20px;
}
.priceRange {
    border: 1px solid #ddd !important;
    text-align: center;
    width: 100%; 
    background: 0 0;
    border: none;
    font-weight: 800;
    outline: none;
    color: #EF5A29;
}

.price-range-slider label {
    color: #111;
    font-weight: 500;
}
.price-range-slider .ui-slider-handle {
    top: -0.36em !important;
    border-radius: 50px;
    background: #fff !important;
    border: 4px solid #EF5A29 !important;
    width: 1.1em;
    height: 1.1em;
    outline: none;
}
.price-range-slider .ui-widget.ui-widget-content {
    background: #e6e9ec;
    border: none;
    border-radius: 50px;
    padding: 0;
    height: 0.4em;
}
.price-range-slider .ui-widget-header {
    background: #EF5A29;
}
.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #111;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #111;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
@keyframes ripple-wave {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.destination-area {
    padding-top: 30px;
    position: relative;
}
.destination-item {
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.destination-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    transition: all 0.3s;
    /* background: rgba(13, 35, 62, 0.5); */
    background: rgb(49 48 67 / 17%);
}
.destination-item img {
    border-radius: 15px;
    width: 100%;
    transition: all 0.5s;
}
.destination-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.destination-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.destination-item:hover .destination-info {
    bottom: 15px;
}
.destination-info h4 {
    color: #fff;
    font-size: 25px;
}
.destination-rate {
    font-size: 15px;
    margin-top: 5px;
}
.destination-rate i {
    color: #ffa903;
}
.destination-rate span {
    color: #fff;
    font-weight: 400;
}
.destination-more-info {
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.destination-item:hover .destination-more-info {
    margin-top: 8px;
}
.destination-more-info ul {
    display: flex;
    gap: 10px;
}
.destination-more-info ul li {
    color: #fff;
    font-size: 16px;
}
.destination-more-info ul li i {
    margin-right: 2px;
}
.destination-btn {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    color: #EF5A29 !important;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.destination-item:hover .destination-btn {
    visibility: visible;
    opacity: 1;
}
.destination-2 .destination-info {
    bottom: 15px;
}
.destination-2 .destination-more-info {
    margin-top: 8px;
}
.destination-2 .destination-btn {
    width: unset;
    height: unset;
    line-height: unset;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 500;
}
.destination-2 .destination-btn:hover {
    background: #111;
    color: #fff !important;
}
.destination-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.destination-slider.owl-theme .owl-nav button {
    color: #EF5A29;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}
.destination-slider.owl-theme .owl-nav button:hover {
    background: #EF5A29;
    color: #fff;
}
.destination-slider.owl-theme .owl-nav .owl-prev {
    left: -25px;
}
.destination-slider.owl-theme .owl-nav .owl-next {
    right: -25px;
}
.destination-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.destination-slider .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #EF5A29;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.destination-slider .owl-dots .owl-dot.active span {
    background: #EF5A29;
}
@media all and (max-width: 1399px) {
    .destination-info h4 {
        font-size: 23px;
    }
    .destination-more-info ul li {
        font-size: 15px;
    }
}
@media all and (max-width: 767px) {
    .destination-item img {
        height: 400px;
    }
    .destination-slider.owl-theme .owl-nav {
        display: none;
    }
}
.flight-area {
    position: relative;
}
.flight-area h2{
    margin-bottom: -20px !important;
}
.flight-item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.flight-img {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    height: 350px;
}
.flight-img img {
    border-radius: 12px;
}
.flight-item:hover .flight-img img {
    transform: scale(1.1);
}
.flight-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.flight-img .badge-discount {
    background: #111;
}
.flight-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.flight-title {
    margin-top: 15px;
}
.flight-title-info {
    display: flex;
    align-items: center;
    gap: 7px;
}
.flight-title-info img {
    width: 20px;
}
.flight-title-info h4 {
    font-size: 18px;
}
.flight-title-info a {
    color: #111;
}
.flight-title-info a:hover {
    color: #EF5A29;
}
.flight-title-info a i {
    margin: 0 5px;
    font-size: 16px;
}
.flight-date {
    margin-top: 10px;
    font-weight: 500;
    color: #111;
}
.flight-date i {
    margin-right: 5px;
}
.flight-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.flight-price {
    color: #111;
    font-weight: 500;
}
.flight-price span {
    font-weight: 700;
    color: #111;
    font-size: 19px;
}
.flight-text-btn a {
    /* color: #111; */
    font-weight: 700;
    color: #EF5A29 !important;
}
.flight-text-btn img{
    width: 25px;
}
.flight-text-btn{
    color: #EF5A29;
    font-weight: 600;
}
.tour-text-btn{
    color: #EF5A29;
    font-weight: 600;
}
.flight-text-btn a i {
    font-size: 14px;
}
.flight-text-btn a:hover {
    color: #EF5A29;
}
.hotel-area {
    position: relative;
}
.hotel-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.hotel-img {
    border-radius: 12px;
    position: relative;
}
.hotel-img img {
    border-radius: 12px;
}
.hotel-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.hotel-img .badge-discount {
    background: #111;
}
.hotel-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.hotel-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.hotel-content {
    padding: 20px 15px 10px;
}
.hotel-title a:hover {
    color: #EF5A29;
}
.hotel-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.hotel-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.hotel-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.hotel-rate-review {
    color: #111;
    font-weight: 500;
}
.hotel-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.hotel-price-amount {
    color: #111;
    font-weight: 700;
    font-size: 19px;
}
.hotel-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.hotel-text-btn a {
    color: #111;
    font-weight: 500;
}
.hotel-text-btn a i {
    font-size: 14px;
}
.hotel-text-btn a:hover {
    color: #EF5A29;
}
.hotel-slider .hotel-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}
.hotel-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.hotel-slider.owl-theme .owl-nav button {
    color: #EF5A29;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}
.hotel-slider.owl-theme .owl-nav button:hover {
    background: #EF5A29;
    color: #fff;
}
.hotel-slider.owl-theme .owl-nav .owl-prev {
    left: -25px;
}
.hotel-slider.owl-theme .owl-nav .owl-next {
    right: -25px;
}
.hotel-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.hotel-slider .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #EF5A29;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.hotel-slider .owl-dots .owl-dot.active span {
    background: #EF5A29;
}
.hotel-list .hotel-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hotel-list .hotel-img {
    width: 350px;
}
.hotel-list .hotel-content {
    flex: 1;
}
@media all and (max-width: 767px) {
    .hotel-slider.owl-theme .owl-nav {
        display: none;
    }
    .hotel-list .hotel-item {
        display: block;
    }
    .hotel-list .hotel-img {
        width: 100%;
    }
}
.room-type-item {
    position: relative;
    margin-bottom: 25px;
}
.room-type-item::before {
    content: "";
    position: absolute;
    background: rgba(13, 35, 62, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    left: 0;
    top: 0;
}
.room-type-item img {
    border-radius: 12px;
}
.room-type-item .theme-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    color: #111;
    transform: translate(-50%, -50%);
}
.room-type-item .theme-btn:hover {
    color: #fff;
}
.room-area {
    position: relative;
}
.room-item {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.room-img {
    border-radius: 12px;
    position: relative;
}
.room-img img {
    border-radius: 12px;
}
.room-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.room-img .badge-discount {
    background: #111;
}
.room-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.room-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.room-content {
    padding: 20px 15px 10px;
}
.room-title a:hover {
    color: #EF5A29;
}
.room-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.room-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.room-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.room-rate-review {
    color: #111;
    font-weight: 500;
}
.room-info-list {
    margin-top: 10px;
}
.room-info-list li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}
.room-info-list i {
    color: #EF5A29;
    margin-right: 6px;
}
.room-detail-btn a {
    margin-top: 8px;
    text-decoration: underline;
    color: #EF5A29;
}
.room-detail-btn a:hover {
    color: #111;
}
.room-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.room-price-amount {
    color: #111;
    font-weight: 700;
    font-size: 19px;
}
.room-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.room-text-btn a {
    color: #111;
    font-weight: 500;
}
.room-text-btn a i {
    font-size: 14px;
}
.room-text-btn a:hover {
    color: #EF5A29;
}
.room-select-btn {
    background: #111;
    border-radius: 8px;
    padding: 5px 12px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.room-select-btn .form-check-input {
    margin-top: 7px;
    box-shadow: none;
    border: none;
}
.room-select-btn .form-check-label {
    color: #fff;
    font-weight: 500;
}
.room-list .room-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.room-list .room-img {
    width: 350px;
}
.room-list .room-content {
    flex: 1;
}
.room-list .room-info-list {
    width: 400px;
}
@media all and (max-width: 767px) {
    .room-list .room-item {
        display: block;
    }
    .room-list .room-img {
        width: 100%;
    }
    .room-list .room-info-list {
        width: 100%;
    }
}
.banner-area {
    position: relative;
}
.banner-item {
    position: relative;
}
.banner-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 62, 0.65);
    border-radius: 15px;
    left: 0;
    top: 0;
}
.banner-img img {
    border-radius: 15px;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    text-align: center;
}
.banner-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.banner-content h3 span {
    color: #111;
    font-weight: 700;
}
.banner-content p {
    color: #fff;
    margin: 15px 0;
}
.banner-content .theme-btn {
    margin-top: 10px;
}
@media all and (max-width: 991px) {
    .banner-item {
        margin-bottom: 25px;
    }
}
@media all and (max-width: 767px) {
    .banner-content {
        padding: 15px;
    }
    .banner-img img {
        height: 310px;
    }
    .banner-content h3 {
        font-size: 25px;
    }
}
.tour-area {
    position: relative;
    /* padding-top: 20px; */
}
.tour-area h2{
    margin-bottom: -20px !important;
}
.tour-item {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.tour-item:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tour-img {
    border-radius: 12px;
    position: relative;
}
.tour-img img {
    border-radius: 12px;
    height: 250px;
    width: 100%;
}
.tour-area .tour-img img {
    border-radius: 12px;
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.tour-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.tour-img .badge-discount {
    background: #111;
}
.tour-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.tour-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.tour-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #111;
    font-weight: 500;
}
.tour-content h4 a{
    color: #111 !important;
    text-transform: uppercase !important;
}
.tour-top i {
    color: #EF5A29;
}
.tour-top a:hover {
    color: #EF5A29;
}
.tour-content {
    padding: 0px 15px 10px;
}
.tour-title a:hover {
    color: #EF5A29;
}
.tour-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.tour-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.tour-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.tour-rate-review {
    color: #111;
    font-weight: 500;
}
.tour-duration {
    margin-top: 10px;
    color: #111;
    font-weight: 500;
}
.tour-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.tour-price {
    color: #111;
    font-weight: 500;
}
.tour-price span {
    font-weight: 700;
    color: #111;
    font-size: 19px;
}
.tour-text-btn a {
    color: #111;
    font-weight: 500;
}
.tour-text-btn a i {
    font-size: 14px;
}
.tour-text-btn a:hover {
    color: #EF5A29;
}
.filter-controls {
    margin-bottom: 35px;
}
.filter-btns {
    text-align: center;
}
.filter-btns li {
    display: inline-block;
    background: #fff;
    color: #111;
    margin: 5px;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.filter-btns li.active {
    background: #EF5A29;
    color: #fff;
}
.tour-list .tour-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tour-list .tour-img {
    width: 410px;
}
.tour-list .tour-content {
    flex: 1;
}
@media all and (max-width: 767px) {
    .tour-list .tour-item {
        display: block;
    }
    .tour-list .tour-img {
        width: 100%;
    }
}
.car-area {
    position: relative;
}
.car-item {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.car-img {
    border-radius: 12px;
    position: relative;
}
.car-img img {
    border-radius: 12px;
}
.car-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.car-img .badge-discount {
    background: #111;
}
.car-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.car-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.car-content {
    padding: 20px 15px 10px;
}
.car-title a:hover {
    color: #EF5A29;
}
.car-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.car-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.car-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.car-rate-review {
    color: #111;
    font-weight: 500;
}
.car-info-list {
    margin-top: 10px;
}
.car-info-list li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}
.car-info-list i {
    color: #EF5A29;
    margin-right: 6px;
}
.car-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.car-price-amount {
    color: #111;
    font-weight: 700;
    font-size: 19px;
}
.car-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.car-text-btn a {
    color: #111;
    font-weight: 500;
}
.car-text-btn a i {
    font-size: 14px;
}
.car-text-btn a:hover {
    color: #EF5A29;
}
.car-slider .car-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}
.car-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.car-slider.owl-theme .owl-nav button {
    color: #EF5A29;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}
.car-slider.owl-theme .owl-nav button:hover {
    background: #EF5A29;
    color: #fff;
}
.car-slider.owl-theme .owl-nav .owl-prev {
    left: -25px;
}
.car-slider.owl-theme .owl-nav .owl-next {
    right: -25px;
}
.car-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.car-slider .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #EF5A29;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.car-slider .owl-dots .owl-dot.active span {
    background: #EF5A29;
}
.car-list .car-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.car-list .car-img {
    width: 410px;
}
.car-list .car-content {
    flex: 1;
}
@media all and (max-width: 767px) {
    .car-slider.owl-theme .owl-nav {
        display: none;
    }
    .car-list .car-item {
        display: block;
    }
    .car-list .car-img {
        width: 100%;
    }
}
.activity-area {
    position: relative;
}
.activity-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.activity-img {
    border-radius: 12px;
    position: relative;
}
.activity-img img {
    border-radius: 12px;
}
.activity-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.activity-img .badge-discount {
    background: #111;
}
.activity-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.activity-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.activity-content {
    padding: 20px 15px 10px;
}
.activity-title a:hover {
    color: #EF5A29;
}
.activity-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.activity-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.activity-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.activity-rate-review {
    color: #111;
    font-weight: 500;
}
.activity-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.activity-price-amount {
    color: #111;
    font-weight: 700;
    font-size: 19px;
}
.activity-text-btn a {
    color: #111;
    font-weight: 500;
}
.activity-text-btn a i {
    font-size: 14px;
}
.activity-text-btn a:hover {
    color: #EF5A29;
}
.activity-list .activity-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.activity-list .activity-img {
    width: 350px;
}
.activity-list .activity-content {
    flex: 1;
}
@media all and (max-width: 767px) {
    .activity-list .activity-item {
        display: block;
    }
    .activity-list .activity-img {
        width: 100%;
    }
}
.cruise-area {
    position: relative;
}
.cruise-item {
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.cruise-img {
    border-radius: 12px;
    position: relative;
}
.cruise-img img {
    border-radius: 12px;
}
.cruise-img .badge {
    background: #23bcb9;
    border-radius: 50px;
    padding: 8px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    position: absolute;
    right: 20px;
    top: -15px;
}
.cruise-img .badge-discount {
    background: #111;
}
.cruise-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.cruise-img .add-wishlist:hover {
    background: #111;
    color: #fff;
}
.cruise-content {
    padding: 20px 15px 10px;
}
.cruise-title a:hover {
    color: #EF5A29;
}
.cruise-content p {
    margin: 8px 0;
    color: #111;
    font-weight: 500;
}
.cruise-rate .badge {
    background: #ffa903;
    font-size: 13px;
}
.cruise-rate-type {
    color: #EF5A29;
    font-weight: 500;
    margin: 0 5px;
}
.cruise-rate-review {
    color: #111;
    font-weight: 500;
}
.cruise-info-list {
    margin-top: 10px;
}
.cruise-info-list li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
}
.cruise-info-list i {
    color: #EF5A29;
    margin-right: 6px;
}
.cruise-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 13px;
}
.cruise-price-amount {
    color: #111;
    font-weight: 700;
    font-size: 19px;
}
.cruise-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.cruise-text-btn a {
    color: #111;
    font-weight: 500;
}
.cruise-text-btn a i {
    font-size: 14px;
}
.cruise-text-btn a:hover {
    color: #EF5A29;
}
.cruise-list .cruise-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cruise-list .cruise-img {
    width: 410px;
}
.cruise-list .cruise-content {
    flex: 1;
}
@media all and (max-width: 767px) {
    .cruise-list .cruise-item {
        display: block;
    }
    .cruise-list .cruise-img {
        width: 100%;
    }
}
.listing-header {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.listing-title {
    font-size: 25px;
}
.listing-location {
    color: #111;
    margin: 5px 0;
}
.listing-rate .badge {
    background: #ffa903;
    margin-right: 5px;
}
.listing-rate-type {
    color: #EF5A29;
    font-weight: 500;
}
.listing-rate-review {
    color: #111;
}
.listing-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.listing-feature {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.listing-feature-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(113, 103, 255, 0.2);
    border-radius: 12px;
    font-size: 18px;
    text-align: center;
    color: #EF5A29;
}
.listing-feature-content span {
    color: #111;
}
.listing-highlight {
    margin: 25px 0;
}
.listing-highlight h5 {
    margin-bottom: 15px;
}
.listing-item .list li {
    margin-bottom: 15px;
    padding-left: 18px;
    position: relative;
}
.listing-item .list li::before {
    content: "\e122";
    position: absolute;
    font-family: "font awesome 6 pro";
    font-size: 10px;
    color: #EF5A29;
    font-weight: 700;
    top: 6.7px;
    left: 0;
}
.listing-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.listing-info h5 {
    margin-bottom: 15px;
}
.listing-info .list li {
    padding-left: 0;
}
.listing-info .list li span {
    margin-right: 10px;
    color: #111;
}
.listing-info .list li::before {
    display: none;
}
.listing-included h5 {
    margin-bottom: 15px;
}
.listing-included .list li {
    padding-left: 24px;
}
.listing-included .list li::before {
    content: "\f00c";
    font-size: 16px;
    top: 0;
    color: #09ad95;
}
.listing-notincluded h5 {
    margin-bottom: 15px;
}
.listing-notincluded .list li::before {
    content: "\f00d";
    font-size: 16px;
    top: 0;
    color: #111;
}
.listing-item iframe {
    border-radius: 15px;
    margin-bottom: 15px;
}
.listing-item.faq-area {
    margin-bottom: 35px;
}
.listing-item.faq-area .accordion-item {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-item.faq-area .accordion-body {
    padding-top: 0;
}
.listing-item.faq-area .accordion-button:not(.collapsed) {
    border: none;
}
.listing-amenity-item .list li::before {
    content: "\f00c";
    font-size: 14px;
    top: 0;
    left: 4px;
    color: #09ad95;
}
.listing-amenity-item h6 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.listing-amenity-item h6 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    color: #EF5A29;
    background: rgba(113, 103, 255, 0.1);
}
.listing-amenity-item .list li {
    margin-bottom: 5px;
    padding-left: 25px;
    font-size: 15px;
}
.listing-stop {
    font-weight: 500;
}
.listing-stop .badge {
    background: #09ad95;
}
.listing-flight .flight-booking-time .start-time,
.listing-flight .flight-booking-time .end-time {
    display: flex;
    align-items: center;
    gap: 12px;
}
.listing-flight .flight-booking-time .start-time-text,
.listing-flight .flight-booking-time .end-time-text {
    color: #111;
    font-weight: 700;
}
.listing-flight .flight-destination {
    color: #111;
    font-weight: 500;
}
.listing-flight .flight-booking-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.listing-flight .start-time-icon {
    font-size: 25px;
    color: #111;
}
.listing-flight .flight-stop {
    text-align: center;
}
.listing-flight .flight-stop-number {
    color: #111;
    font-weight: 500;
}
.listing-flight .flight-stop-arrow {
    margin-top: 5px;
    border-top: 2px solid #111;
    position: relative;
    width: 140px;
}
.listing-flight .flight-stop-arrow::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #111 transparent transparent transparent;
    right: -1.5px;
    top: -10.5px;
    transform: scaleY(-1);
}
.listing-flight .flight-has-stop::after {
    content: "\e122";
    position: absolute;
    left: 50%;
    top: -15px;
    font-family: "font awesome 6 pro";
    color: #111;
    font-weight: 700;
}
.listing-flight .flight-booking-return .flight-has-stop::after {
    top: -16px;
}
.listing-flight .flight-booking-duration .duration-text {
    color: #111;
    font-weight: 500;
}
.listing-baggage {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-baggage-check .form-group {
    margin-bottom: 25px;
}
.listing-baggage-check .form-group label {
    color: #111;
    margin-bottom: 5px;
}
.listing-baggage-check .form-group-icon {
    position: relative;
}
.listing-baggage-check .form-group-icon i {
    position: absolute;
    left: 18px;
    top: 12.5px;
}
.listing-baggage-check .form-control {
    padding: 15px 18px 15px 45px;
    border-radius: 12px;
    box-shadow: none;
    color: #111;
}
.listing-baggage-check .nice-select {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 12px;
    border-color: #ced4da;
    padding-left: 45px;
    font-size: 16px;
    color: #111;
    margin-bottom: 25px;
}
.listing-baggage-check .form-control:focus,
.listing-baggage-check .nice-select:focus {
    border-color: #EF5A29;
}
.listing-baggage-check .nice-select .list {
    width: 100%;
    border-radius: 12px;
}
.listing-baggage-check .nice-select:after {
    width: 9px;
    height: 9px;
    margin-top: -7px;
    right: 15px;
}
.listing-slider img {
    border-radius: 15px;
}
.listing-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.listing-slider.owl-theme .owl-nav .owl-prev,
.listing-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #EF5A29;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.listing-slider.owl-theme .owl-nav .owl-prev:hover,
.listing-slider.owl-theme .owl-nav .owl-next:hover {
    background: #EF5A29;
    color: #fff;
}
.listing-slider.owl-theme .owl-nav .owl-prev {
    left: 20px;
}
.listing-slider.owl-theme .owl-nav .owl-next {
    right: 20px;
}
.listing-review-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}
.listing-rating-count {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-rating-count h2 {
    font-weight: 700;
    font-size: 50px;
    color: #EF5A29;
}
.listing-rating-star i {
    color: #f8a611;
}
.listing-rating-count p {
    margin-top: 5px;
}
.listing-rating-range-star i {
    color: #f8a611;
    font-size: 14px;
}
.listing-rating-range-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}
.listing-progress {
    margin: 0 15px;
    width: 300px;
    height: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #e9ecef;
}
.listing-progress-width {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 5px;
    background: #EF5A29;
}
.listing-review {
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
.listing-review h5 {
    margin-bottom: 35px;
}
.listing-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.listing-review-author img {
    width: 60px;
    border-radius: 50%;
}
.listing-review-item {
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.review-reply-item {
    margin-left: 80px;
}
.listing-review-item p {
    margin-top: 10px;
}
.listing-review-author-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.listing-review-author-rating i {
    color: #f8a611;
}
.listing-review-author-info span {
    font-size: 14px;
}
.listing-review-reply {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.review-reaction {
    display: flex;
    gap: 15px;
}
.listing-review-reply a:hover {
    color: #EF5A29;
}
.review-reaction .active {
    color: #111;
}
.listing-review-form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    background: #f5f7fc;
}
.listing-review-form h4 {
    margin-bottom: 20px;
}
.listing-review-form .form-group {
    margin-bottom: 30px;
}
.listing-review-form .form-group .star-label {
    font-weight: 500;
}
.listing-review-form .form-control {
    box-shadow: none;
    padding: 15px 20px;
    border-radius: 12px;
}
.listing-review-form .form-control:focus {
    border-color: #EF5A29;
}
.listing-info-card {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.listing-info-card-body {
    display: flex;
    align-items: center;
    gap: 15px;
}
.listing-info-card-body i {
    color: #EF5A29;
    font-size: 30px;
}
.listing-info-card p {
    margin-top: 10px;
}
.star-rating-wrapper {
    display: inline-block;
}
.star-rating-box {
    direction: rtl !important;
}
.star-rating-box label {
    display: inline-block;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 38px;
    transition: color 0.2s;
}
.star-rating-box input {
    display: none;
}
.star-rating-box label:hover,
.star-rating-box label:hover ~ label,
.star-rating-box input:checked ~ label {
    color: #f8a611;
}
.itinerary-content-box {
    margin-top: 50px;
    margin-bottom: 30px;
}
.itinerary-single-box {
    position: relative;
    padding-left: 110px;
    padding-bottom: 62px;
}
.itinerary-single-box::before {
    position: absolute;
    content: "";
    width: 1px;
    border-left: 2px dashed #EF5A29;
    height: 100%;
    left: 31px;
    top: 10px;
    z-index: -1;
}
.itinerary-single-box img {
    width: 200px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.itinerary-single-box:last-child::before {
    display: none;
}
.itinerary-single-box span {
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #EF5A29;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
}
.itinerary-single-box span::before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0 10px 40px 0 rgb(0 0 0/20%);
    z-index: -1;
}
.itinerary-single-box h4 {
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #EF5A29;
}
.itinerary-single-box h3 {
    display: block;
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.listing-price {
    margin-bottom: 10px;
}
.listing-price-tag {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #EF5A29;
}
.listing-price-amount {
    margin-top: 10px;
    font-weight: 500;
}
.listing-price-amount span {
    font-weight: 600;
    font-size: 23px;
    color: #111;
    margin-left: 5px;
    margin-right: 5px;
}
.listing-side-content .search-form {
    margin-top: 25px;
}
.listing-side-content .search-form .form-group {
    margin-bottom: 20px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.listing-side-btn .theme-btn,
.listing-side-btn .border-btn {
    width: 100%;
}
.listing-side-btn .border-btn {
    border: 2px solid #EF5A29;
    margin-top: 25px;
    text-align: center;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 12px;
}
.listing-side-btn .border-btn:hover {
    background: #EF5A29;
    color: #fff;
}
.listing-side-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    color: #111;
}
.listing-side-share a:hover {
    color: #EF5A29;
}
.listing-side-list li {
    margin: 15px 0;
}
.listing-side-list li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #EF5A29;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 50px;
    text-align: center;
}
.listing-side-list li a {
    font-weight: 500;
}
.listing-side-list li a:hover {
    color: #EF5A29;
}
.listing-side-organizer {
    text-align: center;
}
.listing-side-organizer-img {
    margin-bottom: 15px;
}
.listing-side-organizer-img img {
    border-radius: 50px;
    width: 95px;
}
.listing-side-organizer .theme-btn {
    margin-top: 15px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .listing-rating-range-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .listing-progress {
        margin: 0;
    }
}
@media all and (max-width: 991px) {
    .listing-content {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .listing-header {
        flex-direction: column;
    }
    .listing-review-rating {
        flex-direction: column;
    }
    .listing-rating-range-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .listing-progress {
        margin: 0;
    }
    .listing-review-author-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 15px;
    }
    .review-reply-item {
        margin-left: 30px;
    }
    .listing-flight .flight-booking-time {
        flex-direction: column;
    }
}
.deal-area {
    position: relative;
}
.deal-item {
    margin-bottom: 25px;
}
.deal-1 .deal-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.deal-1 .deal-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deal-1 .deal-title {
    font-size: 22px;
}
.deal-1 .deal-price {
    font-weight: 600;
    color: #111;
    font-size: 22px;
}
.deal-1 .deal-item .theme-btn {
    padding: 6px 15px;
    margin-top: 25px;
}
.deal-2 .deal-item {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.deal-2 .deal-img {
    overflow: hidden;
    border-radius: 15px;
}
.deal-2 .deal-item:hover .deal-img img {
    transform: scale(1.1);
}
.deal-2 .deal-img img {
    border-radius: 15px;
}
.deal-2 .deal-info {
    margin: 10px 0 5px 10px;
}
.deal-2 .deal-title {
    font-size: 20px;
}
.deal-2 .deal-title a:hover {
    color: #EF5A29;
}
.deal-2 .deal-price span {
    font-weight: 600;
    color: #111;
}
.download-area {
    position: relative;
}
.download-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.download-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 500px;
    height: 500px;
    background: #f1f0ff;
    border-radius: 50%;
    z-index: -1;
}
.download-img img {
    width: 63%;
}
.download-feature {
    margin: 20px 0 35px;
}
.download-feature li {
    font-weight: 500;
    margin: 15px 0;
    text-transform: capitalize;
}
.download-feature li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EF5A29;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
}
.download-link a img {
    border-radius: 12px;
    width: 90%;
}
@media all and (max-width: 991px) {
    .download-img {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 767px) {
    .download-img::before {
        width: 280px;
        height: 280px;
        left: 50%;
        transform: translateX(-50%);
    }
    .download-link a:first-child {
        margin-bottom: 15px;
    }
}
.booking-sidebar button{
    border: none;
    background: #EF5A29;
    color: #fff;
    font-weight: 600;
    padding: 8px 22px;
}
.booking-sidebar {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-sidebar .booking-item {
    margin-bottom: 35px;
}
.booking-sidebar .booking-item:last-child {
    margin-bottom: 0;
}
.booking-sidebar .booking-title {
    font-size: 19px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.booking-sidebar .form-check-input {
    margin-top: 6px;
    box-shadow: none;
    border-color: #111;
}
.booking-sidebar .form-check-input:focus {
    border-color: #EF5A29;
}
.booking-sidebar .form-check-label {
    width: 100%;
    color: #111;
}
.booking-sidebar .form-check-label span {
    float: right;
}
.booking-sidebar .form-check {
    margin: 12px 0;
}
.booking-sidebar .flight-time .form-check {
    padding: 10px 15px 10px 38px;
    border-radius: 8px;
    background: rgba(113, 103, 255, 0.1);
}
.booking-sidebar .flight-time .form-check-label i {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.booking-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 25px;
    padding: 10px 10px 2px 15px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ced4da;
    color: #111;
}
.booking-sort-list-grid a.active {
    border-color: #EF5A29;
    color: #EF5A29;
}
.booking-sort .nice-select {
    width: 100%;
    height: 46px;
    line-height: 44px;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    border-color: #ced4da;
    color: #111;
}
.booking-sort .form-control:focus,
.booking-sort .nice-select:focus {
    border-color: #EF5A29;
}
.booking-sort .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%);
}
.booking-sort .nice-select .option.focus,
.booking-sort .nice-select .option.selected.focus,
.booking-sort .nice-select .option:hover {
    background: #f6f6f6;
    color: #EF5A29;
    border-radius: 8px;
}
.booking-sort .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 15px;
}
@media all and (max-width: 767px) {
    .booking-sort {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .booking-sort-box {
        width: 100%;
    }
}
.flight-booking-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    /* padding: 20px 20px 0px; */
    padding: 10px 0 10px 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.flight-booking-item1 {

    position:  relative !important;
}
.flight-booking-wrapper1{
    position: relative;
}
.flight-booking-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flight-booking-item .flight-booking-content {
    display: flex;
    align-items: center;
    gap: 0px !important;
}
.flight-booking-item .flight-booking-airline {
    /* display: flex; */
    align-items: center;
    gap: 12px !important;
	/* padding-right: 4%; */
}
.flight-booking-item .flight-airline-img {
    width: 90px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.flight-booking-item .flight-booking-time .start-time,
.flight-booking-item .flight-booking-time .end-time {
    display: flex;
    align-items: center;
    gap: 40px;
	width: 36%;
}
.flight-booking-item .flight-booking-time .start-time-text,
.flight-booking-item .flight-booking-time .end-time-text {
    color: #111;
    font-weight: 700;
    font-size: 15px;
}
.flight-booking-item .flight-destination {
    color: #111;
    font-weight: 500;
    font-size: 12px !important;
}
.flight-booking-item .flight-booking-time {
    display: flex;
    align-items: center;
    gap: 0px;
	width: 100%;
}
.flight-booking-wrapper .flight-booking-info {
    /* width: 88%; */
}
.flight-booking-item .start-time-icon {
    font-size: 25px;
    color: red;
}
.flight-booking-item .flight-stop {
    text-align: center;
	
	position: relative;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
#hover-container {
    position: relative;
            display: inline-block;
            padding: 5px 20px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
}

#trending-air-container {
    position: relative;
            display: inline-block;
            padding: 5px 60px;
            font-size: 16px;
            font-weight: bold;
            /* cursor: pointer; */
            text-decoration: none;
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .flight-booking-item .flight-booking-price1::before {
        position: absolute;
        content: '';
        top: -20px;
        bottom: -21px;
        /* left: 0; */
        right: 0;
        width: 15%!important;
    }
    
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%; /* Position above the content */
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: red;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-bottom: 5px;
}
#hover-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.flight-booking-item .flight-stop-number {
    color: #111;
    font-weight: 500;
}

.flight-booking-item .flight-stop-arrow {
    margin-top: 5px;
    border-top: 2px solid #111;
    position: relative;
    /* width: 140px; */
}
.flight-booking-item .flight-stop-arrow::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #111 transparent transparent transparent;
    right: -1.5px;
    top: -10.5px;
    transform: scaleY(-1);
}
.flight-booking-item .flight-has-stop::after {
    content: "\e122";
    position: absolute;
    left: 50%;
    top: -15px;
    font-family: "font awesome 6 pro";
    color: #111;
    font-weight: 700;
}
.flight-booking-item .flight-booking-return .flight-has-stop::after {
    top: -16px;
}
.flight-booking-item .flight-booking-duration .duration-text {
    color: #111;
    font-weight: 500;
}
.flight-booking-item .price-info {
    margin-bottom: 0px;
}
.flight-booking-item .price-info .price-amount {
    color: #111;
    font-weight: 600;
    font-size: 20px;
}
.flight-booking-item .price-info .discount-price {
    margin-right: 5px;
    color: #111;
}
.flight-booking-item .flight-booking-price1::before{
    position: absolute;
    content: '';
    top: -20px;
    bottom: -21px;
    /* left: 0; */
    right: 0;
    width: 12%;
    border-left: 1px solid #cfcfcf;
    z-index: -1;
    background: #f1f1f1;
   border-top-right-radius:10px ;
}
.flight-booking-item .flight-booking-price1 {
    /* padding-left: 30px; */
    padding: 0 12px 0 0;
    z-index: 99;
    /* margin-top: -55px; */
    /* border-radius: 0 5px 0 0; */
    text-align: right;
}
.flight-booking-item .flight-booking-price::before{
    position: absolute;
    content: '';
    top: -10px;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    border-left: 1px solid #cfcfcf;
    /* z-index: -1; */
    background: #f1f1f1;
    border-top-right-radius: 10px;
    height: 118%;
}
.flight-booking-item .flight-booking-price {
    /* padding-left: 30px; */
    padding:  25px;
    /* z-index: 99; */
    /* margin-top: -55px; */
    /* border-radius: 0 5px 0 0; */
    position: relative;
    text-align: right;
}
.flight-booking-item .flight-booking-price .theme-btn {
    padding: 7px 18px;
}
.flight-booking-item .flight-booking-return {
    margin-top: 20px;
}
.flight-booking-item .flight-booking-return .flight-stop-arrow::before {
    right: unset;
    left: -1.5px;
    top: -10.8px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #111 transparent;
    transform: scaleY(1);
}
.flight-booking-detail {
    margin-top: 20px;
    /* padding-top: 10px; */
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.flight-booking-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flight-booking-detail-header p {
    color: #111;
}
.flight-booking-detail-header a {
    color: #111;
    font-weight: 500;
}
.flight-booking-detail-header i{
    margin: 0 2px;
}
.flight-booking-detail-wrapper {
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.flight-booking-detail-wrapper .nav-tabs .nav-item .nav-link {
    font-weight: 500;
    color: #111;
    border: none;
    border-bottom: 2px solid transparent;
}
.flight-booking-detail-wrapper .nav-tabs .nav-link.active {
    border-color: #EF5A29;
    color: #EF5A29;
}
.flight-booking-detail-left .flight-booking-airline {
    margin-top: 15px;
    margin-bottom: 35px;
}
.flight-booking-detail-left .flight-airline-model {
    color: #111;
    font-weight: 500;
    font-size: 14px;
}
.flight-booking-detail-left .flight-airline-class {
    color: #111;
    font-weight: 500;
}
.flight-booking-detail-left .flight-full-date {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}
.flight-booking-detail-left .flight-booking-time {
    gap: unset;
    justify-content: space-between;
}
.flight-booking-detail-left .flight-stop-arrow {
    width: 100px;
}
.flight-booking-detail-right {
    position: relative;
    height: 100%;
    padding-bottom: 65px;
}
.flight-booking-detail-info {
    padding-top: 15px;
}
.flight-booking-detail-info .table {
    color: #111;
}
.flight-booking-detail-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    background: rgba(113, 103, 255, 0.1);
    border-radius: 0 0 5px 0;
    left: 0;
    bottom: 0;
    padding: 8px 18px;
    border-radius: 7px;
}
.flight-detail-price-amount {
    color: #111;
    font-weight: 600;
    font-size: 18px;
}
.flight-booking-policy ul li {
    font-size: 14px;
    margin: 6.1px 0;
    color: #111;
}
.flight-grid .flight-booking-wrapper {
    flex-direction: column;
}
.flight-grid .flight-booking-item .flight-booking-content {
    justify-content: space-between;
}
.flight-grid .flight-booking-info {
    width: 100%;
}
.flight-grid .flight-booking-item .flight-booking-price {
    border-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: unset;
    width: 100%;
    margin-top: 30px;
}
.flight-grid .flight-booking-item .price-info {
    margin-bottom: 0;
}
.flight-grid .flight-booking-airline {
    flex-direction: column;
}
.flight-grid .flight-booking-detail-left .flight-booking-airline {
    flex-direction: row;
}
.flight-grid .flight-booking-item .flight-airline-img {
    width: 140px;
}
.flight-grid .flight-booking-detail-info .flight-airline-img {
    width: 80px;
}
.flight-grid .flight-booking-item .flight-airline-img img {
    width: 100%;
}
.flight-grid .flight-booking-item .flight-booking-content {
    flex-direction: column;
    gap: 20px;
}
.flight-grid .flight-booking-item .flight-booking-return {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.flight-grid .flight-booking-detail-left .flight-booking-detail-info {
    padding-bottom: 30px;
}

.airlineimage{
    width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.trending-cityimage{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trending-show-item .trending-img {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* height: 145px; */
    border: 2px solid #9d4a53;
}

@media all and (max-width: 1199px) {
    .flight-booking-wrapper {
        flex-direction: column;
    }
    .flight-booking-item .flight-booking-content {
        justify-content: space-between;
    }
    .flight-booking-info {
        width: 100%;
    }
    .flight-booking-item .flight-booking-price {
        border-left: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: unset;
        width: 100%;
        /* margin-top: 30px; */
    }
    .flight-booking-item .price-info {
        margin-bottom: 0;
    }
    .flight-booking-detail-left .flight-booking-detail-info {
        padding-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .flight-booking-item .flight-airline-img {
        width: 140px;
    }
    .flight-booking-detail-info .flight-booking-airline {
        flex-direction: row;
    }
    .flight-booking-detail-info .flight-airline-img {
        width: 80px;
    }
    .flight-booking-item .flight-airline-img img {
        width: 100%;
    }
    .flight-booking-item .flight-booking-content {
        flex-direction: column;
        gap: 20px;
    }
    .flight-booking-item .flight-booking-time {
        gap: 15px;
    }
    .flight-booking-item .flight-stop-number {
        font-size: 13px;
    }
    .flight-booking-item .flight-stop-arrow {
        width: 100px;
    }
    .flight-booking-item .start-time-icon {
        font-size: 20px;
    }
    .flight-booking-item .flight-booking-time .start-time-text,
    .flight-booking-item .flight-booking-time .end-time-text {
        font-size: 15px;
    }
    .flight-booking-item .flight-destination {
        font-size: 12px;
    }
    .flight-booking-item .flight-booking-return {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}
.cart-area thead tr {
    background: #EF5A29;
    color: #fff;
}
.cart-area thead tr th {
    text-transform: uppercase;
    font-weight: 500;
}
.cart-area thead tr th,
.cart-area thead tr td {
    white-space: nowrap;
    vertical-align: middle;
}
.cart-area tr th,
.cart-area tr td {
    vertical-align: middle;
}
.cart-product {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-product-content {
    flex: 1;
    white-space: nowrap;
}
.cart-product-title {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}
.cart-product-title:hover {
    color: #EF5A29;
}
.cart-img {
    width: 120px;
    height: 120px;
}
.cart-img img {
    width: 100%;
    border-radius: 8px;
}
.cart-product-info span span {
    color: #111;
    font-weight: 500;
}
.cart-area tr td {
    color: #111;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    position: relative;
    padding: 20px 10px;
    font-size: 16px;
}
.cart-qty {
    width: 150px;
}
.cart-qty button {
    color: #111;
    border: 0;
    border-radius: 5px;
    padding: 4px 13px;
}
.cart-qty input {
    width: 50px;
    padding: 4px 13px;
    border-radius: 8px;
    border: none;
    background: #efefef;
    text-align: center;
}
.cart-remove {
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
}
.cart-remove:hover {
    color: #111;
}
.cart-footer {
    margin-top: 40px;
}
.cart-coupon {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
}
.cart-coupon .form-control {
    box-shadow: none;
    padding: 15px;
    border-radius: 10px;
}
.cart-coupon .form-control:focus {
    border-color: #111;
}
.coupon-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 8px 14px;
    color: #fff;
    border: none;
    background: #111;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.coupon-btn:hover {
    background: #EF5A29;
}
.cart-summary li {
    margin-bottom: 10px;
    width: 100%;
}
.cart-summary li span {
    float: right;
}
.cart-summary li strong {
    color: #13275b;
}
.cart-total {
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-total span {
    font-weight: 700;
    color: #fe4b7b;
}
.booking-widget {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-widget-title {
    margin-bottom: 20px;
}
.booking-form .form-group {
    margin-bottom: 20px;
}
.booking-form .form-group label {
    margin-bottom: 5px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
}
.booking-form .form-group .form-control {
    padding: 15px 18px 15px 45px;
    border-radius: 10px;
    box-shadow: none;
    color: #111;
}
.booking-form .form-group .nice-select {
    width: 100%;
    height: 56px;
    line-height: 52px;
    padding-left: 45px;
    border-radius: 10px;
    font-size: 16px;
    color: #111;
    border-color: #ced4da;
}
.booking-form .form-group .nice-select:focus,
.booking-form .form-group .form-control:focus {
    border-color: #EF5A29;
}
.booking-form .form-group .nice-select:after {
    width: 9px;
    height: 9px;
    right: 20px;
    margin-top: -7px;
}
.booking-form .form-group .nice-select .list {
    width: 100%;
    border: none;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-form .form-group-icon {
    position: relative;
}
.booking-form .form-group-icon i {
    position: absolute;
    left: 18px;
    top: 13px;
}
.booking-summary {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-property-img img {
    border-radius: 10px;
}
.booking-property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.booking-property-title h5 {
    margin-bottom: 5px;
    font-size: 20px;
}
.booking-property-title p {
    margin-bottom: 0;
    font-size: 15px;
}
.booking-property-title p i {
    color: #EF5A29;
    margin-right: 5px;
}
.book-edit-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #EF5A29;
    border-radius: 8px;
    color: #fff;
}
.book-edit-btn:hover {
    background: #111;
    color: #fff;
}
.booking-property-rate {
    font-size: 15px;
}
.booking-property-rate .badge {
    background: #ffa903;
    margin-right: 5px;
}
.rate-text {
    color: #646a9b;
}
.rate-type {
    color: #EF5A29;
}
.booking-info-summary {
    margin-top: 25px;
}
.booking-info-summary h5 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.booking-info-summary li {
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
}
.booking-info-summary li span {
    float: right;
    font-weight: 400;
    color: #757f95;
}
.booking-order-info h5 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.booking-order-info {
    margin-top: 30px;
}
.booking-order-info span {
    float: right;
    font-weight: 400;
    color: #757f95;
}
.booking-order-info li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #111;
}
.order-total {
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.order-total span {
    font-weight: 700;
    color: #111;
}
.booking-payment-area .nav-link {
    background: 0 0 !important;
    border: 2px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.booking-payment-area .nav-link::before {
    content: "\f058";
    position: absolute;
    font-family: "font awesome 6 pro";
    font-weight: 700;
    font-size: 20px;
    color: #EF5A29;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    left: 7px;
    top: 0;
    transition: all 0.3s ease-in-out;
}
.booking-payment-area .nav-link.active::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.booking-payment-area .nav-link span {
    color: #111;
}
.payment-card-img {
    padding-top: 15px;
    margin-bottom: 13px;
}
.payment-card-img img {
    width: 30px;
}
.booking-payment-img img {
    width: 130px;
}
.booking-payment-area .nav-link.active {
    border-color: #EF5A29;
}
.booking-confirm-content {
    padding: 50px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-confirm-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #23bcb9;
    color: #fff;
    font-size: 35px;
    border-radius: 50px;
    text-align: center;
}
.booking-confirm-content h3 {
    margin-top: 20px;
}
.booking-confirm-content p {
    margin: 15px 0;
}
.booking-confirm-content .theme-btn {
    margin-top: 15px;
}
.booking-confirm .booking-summary {
    padding: 50px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.booking-confirm .booking-summary-content {
    padding: 80px 0;
}
.booking-confirm .booking-summary-list {
    text-align: left;
}
.booking-confirm .booking-summary-list .text-success {
    color: #23bcb9 !important;
}
.booking-confirm .booking-summary-list h6 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.booking-confirm .booking-summary-list li span {
    float: right;
}
.cancel-booking-note p {
    font-weight: 500;
}
.booking-confirm .theme-btn.cancel-booking {
    background: #111 ;
    margin-left: 15px;
}
.about-area {
    position: relative;
    display: block;
}
.about-left {
    position: relative;
    margin: 0 40px 0 20px;
}
.about-img img {
    border-radius: 15px;
    margin-top: 35px;
}
.about-img::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border: 8px solid #EF5A29;
    border-radius: 0 0 0 20px;
    left: -20px;
    bottom: -20px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: -1;
}
.about-shape {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}
.about-experience {
    background: #EF5A29;
    position: absolute;
    border-radius: 15px 15px 0 0;
    left: 50px;
    bottom: 0;
    padding: 20px;
}
.about-experience h1 {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
}
.about-experience .about-experience-text {
    color: #fff;
    font-weight: 500;
}
.about-right {
    position: relative;
    display: block;
}
.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 35px;
}
.about-list {
    position: relative;
    display: block;
}
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.about-list li .about-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li .about-icon span {
    font-size: 20px;
    color: #EF5A29;
}
.about-bottom {
    display: flex;
    align-items: center;
    gap: 25px;
}
.about-call {
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-call-icon {
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 50px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.about-call-content span {
    font-weight: 500;
    color: #111;
}
.about-call-number {
    font-size: 22px;
}
.about-call-number a {
    color: #EF5A29;
}
@media all and (max-width: 991px) {
    .about-left {
        margin-bottom: 60px;
    }
    .about-experience {
        bottom: -20px;
    }
}
@media all and (max-width: 768px) {
    .about-bottom {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
}
.service-area {
    position: relative;
    display: block;
    overflow: hidden;
}
.service-item {
    position: relative;
    padding: 30px 15px;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    z-index: 1;
}
.service-content {
    position: relative;
}
.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #EF5A29;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.service-icon i {
    color: #fff;
    font-size: 40px;
    line-height: 1;
}
.service-icon img {
    width: 70px;
}
.service-arrow {
    margin-top: 25px;
}
.service-title a {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}
.service-title a:hover {
    color: #EF5A29;
}
.service-arrow a {
    width: 50px;
    height: 50px;
    line-height: 43px;
    border-radius: 50px;
    border: 3px solid #EF5A29;
    color: #EF5A29;
    font-size: 20px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.service-item:hover .service-arrow a {
    background: #EF5A29;
}
.service-item .service-arrow a i {
    transition: all 0.5s ease-in-out;
}
.service-item:hover .service-arrow a i {
    color: #fff;
}
.service-single-wrapper .widget-title {
    font-weight: 600;
}
.service-single-list i {
    color: #EF5A29;
    margin-right: 10px;
}
.service-download a {
    border: 2px solid #EF5A29;
    padding: 10px 20px;
    color: #111;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.service-download a i {
    margin-right: 10px;
}
.service-download a:hover {
    background-color: #EF5A29;
    color: #fff;
}
.service-details h3 {
    color: #111;
    font-weight: 600;
}
.service-details img {
    border-radius: 15px;
}
.feature-area {
    position: relative;
}
.feature-item {
    padding: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ddd;
    min-height: 300px;
}
.feature-icon {
    width: 80px;
    height: 80px;
    background: #EF5A29;
    font-size: 40px;
    color: #fff;
    margin: 0 auto 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.feature-icon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px dashed #EF5A29;
}
.feature-title {
    color: #111;
    margin-bottom: 10px;
}
@media all and (max-width: 991px) {
    .feature-item {
        margin-bottom: 25px;
    }
}
.video-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0;
}
.video-content::before {
    content: "";
    position: absolute;
    background: rgba(13, 35, 62, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}
.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 450px;
    z-index: 100;
}
.video-area .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-2 .video-content {
    border-radius: 12px;
    background-attachment: unset;
}
.video-2 .video-content::before {
    border-radius: 12px;
}
.video-2 .video-wrapper {
    height: 550px;
}
@media all and (max-width: 767px) {
    .video-wrapper {
        height: 250px;
    }
    .video-wrapper h1 {
        font-size: 28px;
        margin-top: 25px;
    }
}
.process-single {
    position: relative;
}
.process-single .icon {
    height: 90px;
    width: 90px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    font-size: 37px;
    color: #fff;
    background: #EF5A29;
    padding: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.process-single .icon::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px dashed #EF5A29;
}
.process-single .icon img {
    border-radius: 50%;
}
.process-single span {
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: #111;
    line-height: 35px;
    color: #fff;
    left: -8px;
    top: -13px;
    font-weight: 600;
    border-radius: 50px;
}
.process-single h4 {
    margin-bottom: 10px;
    font-weight: 700;
}
.process-single::before {
    content: "";
    position: absolute;
    width: 150px;
    border-top: 2px dashed rgba(0, 0, 0, 0.15);
    right: -170px;
    top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-single::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .process-single::before {
        display: none;
    }
}
.process-area .col-lg-3:last-child .process-single::before {
    display: none;
}
.testimonial-area {
    position: relative;
}
.testimonial-area .site-heading {
    padding-right: 40px;
    margin-bottom: 0;
}
.testimonial-single {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    position: relative;
}
.testimonial-quote p {
    color: #111;
}
.testimonial-author-info {
    margin: 40px 0 5px;
}
.testimonial-author-img {
    position: absolute;
    width: 90px;
    padding: 5px;
    border-radius: 50%;
    border: 4px solid #fff;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}
.testimonial-author-img img {
    border-radius: 50%;
}
.testimonial-author-info h4 {
    font-size: 22px;
    color: #111;
}
.testimonial-author-info p {
    color: #EF5A29;
    font-weight: 500;
}
.testimonial-quote-icon {
    position: absolute;
    right: 15px;
    top: 35px;
    width: 120px;
    opacity: 0.1;
}
.testimonial-rate {
    color: #EF5A29;
    margin-top: 10px;
}
.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.testimonial-slider.owl-theme .owl-nav button {
    color: #EF5A29;
    font-size: 20px;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}
.testimonial-slider.owl-theme .owl-nav button:hover {
    background: #EF5A29;
    color: #fff;
}
.testimonial-slider.owl-theme .owl-nav .owl-prev {
    left: -25px;
}
.testimonial-slider.owl-theme .owl-nav .owl-next {
    right: -25px;
}
.testimonial-area .owl-dots {
    text-align: center;
}
.testimonial-area .owl-dots .owl-dot span {
    background: 0 0;
    margin: 5px;
    border: 2px solid #EF5A29;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.testimonial-area .owl-dots .owl-dot.active span {
    background: #EF5A29;
}
@media all and (max-width: 991px) {
    .testimonial-area .site-heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .testimonial-slider.owl-theme .owl-nav {
        display: none;
    }
}
.counter-area {
    padding: 50px 20px;
    position: relative;
    background: rgba(113, 103, 255, 0.1);
    z-index: 1;
}
.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.counter-box .icon {
    position: relative;
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    background: #EF5A29;
    border-radius: 50px;
    color: #fff;
}
.counter-box .icon img {
    width: 65px;
}
.counter-box .counter-number {
    display: flex;
    align-items: center;
}
.counter-box .counter-sign {
    color: #111;
    font-size: 40px;
    line-height: 0;
    margin-left: 2px;
}
.counter-box .counter {
    display: block;
    line-height: 1;
    color: #111;
    font-size: 50px;
    font-weight: 600;
}
.counter-box .title {
    color: #111;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
@media all and (max-width: 991px) {
    .counter-area .counter-box {
        margin: 40px 0;
        justify-content: flex-start;
    }
}
.cta-area {
    position: relative;
}
.cta-wrapper {
    position: relative;
    background-image: url(../img/cta/01.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 15px;
    z-index: 1;
}
.cta-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(13, 35, 62, 0.7);
    border-radius: 15px;
    left: 0;
    top: 0;
    z-index: -1;
}
.cta-text h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.cta-text span {
    color: #EF5A29;
}
.cta-text p {
    color: #fff;
}
.gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.gallery-img {
    height: 100%;
}
.gallery-img img {
    width: 100%;
    border-radius: 12px;
}
.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-content::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #EF5A29;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-content:hover::before {
    opacity: 0.9;
    visibility: visible;
}
.gallery-link {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    color: #EF5A29;
    margin-top: 50px;
}
.gallery-link::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 2px dashed #fff;
    border-radius: 50px;
}
.gallery-link:hover {
    color: #EF5A29;
}
.gallery-content:hover .gallery-link {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.mission-img {
    position: relative;
}
.mission-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.mission-img img {
    border-radius: 50%;
    box-shadow: 0 0 30px 20px rgb(0 0 0/8%);
}
.mission-img .mission-img-1 {
    width: 380px;
}
.mission-img .mission-img-2 {
    position: absolute;
    bottom: -50px;
    right: -40px;
    border-radius: 100%;
    width: 190px;
    height: 190px;
    border: 8px solid #fff;
}
.mission-shape {
    position: absolute;
    right: 90px;
    top: 0;
    z-index: -1;
}
@media all and (max-width: 991px) {
    .mission-right {
        margin-top: 100px;
    }
}
@media all and (max-width: 767px) {
    .mission-shape {
        right: 0;
    }
    .mission-img .mission-img-2 {
        bottom: -70px;
        right: -10px;
    }
}
.career-item {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.job-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-meta .badge {
    background: #111;
    border-radius: 50px;
    padding: 10px 20px;
}
.job-time {
    color: #EF5A29;
}
.job-time i {
    margin-right: 5px;
}
.job-info-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    color: #111;
}
.job-info-list li span {
    margin-right: 8px;
}
.job-content h3 {
    font-size: 25px;
    margin: 10px 0;
    color: #111;
}
.job-btn {
    margin-top: 30px;
    border: 2px solid #111;
    color: #111;
    padding: 6px 25px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.job-btn:hover {
    background: #111;
    color: #fff;
}
.job-btn i {
    margin-left: 5px;
}
.career-promo-single {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.career-promo-single span {
    color: #EF5A29;
    font-size: 35px;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    .job-meta {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .job-info-list {
        flex-direction: column;
        align-items: flex-start;
    }
    .job-time {
        margin-top: 20px;
    }
}
.job-single-img img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.job-single-list li {
    margin-bottom: 14px;
}
.job-single-list li i {
    margin-right: 5px;
    color: #EF5A29;
    font-size: 12px;
}
.job-overview-list li {
    position: relative;
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
}
.job-overview-list li i {
    margin-right: 15px;
    font-size: 22px;
    color: #EF5A29;
    margin-top: -4px;
}
.overview-item h6 {
    font-size: 18px;
}
@media all and (max-width: 991px) {
    .job-single-info {
        margin-top: 40px;
    }
}
.blog-item {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}
.blog-item-img {
    overflow: hidden;
    border-radius: 15px;
}
.blog-item-img img {
    border-radius: 15px;
}
.blog-item:hover .blog-item-img img {
    transform: scale(1.1);
}
.blog-item-meta ul {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e8eb;
}
.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: #111;
}
.blog-item-meta ul li i {
    margin-right: 5px;
    color: #EF5A29;
}
.blog-item-meta a:hover {
    color: #EF5A29;
}
.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-item-info p {
    margin-bottom: 16px;
}
.blog-item-info h4 a {
    color: #111;
}
.blog-item-info h4 a:hover {
    color: #EF5A29;
}
.blog-thumb-img {
    margin-bottom: 20px;
}
.blog-single-content img {
    border-radius: 15px;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-meta .blog-meta-left ul li {
    font-weight: 500;
}
.blog-meta i {
    margin-right: 5px;
    color: #EF5A29;
}
.blog-meta a {
    color: #66788a;
    font-weight: 500;
}
.blog-meta a:hover {
    color: #EF5A29;
}
.blog-details-title {
    font-size: 34px;
    color: #111;
}
.blockqoute {
    background: #f5f7fc;
    border-left: 5px solid #EF5A29;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 0;
}
.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #111;
}
.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #EF5A29;
    left: 0;
    top: 10px;
}
.blog-details-tags {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-details-tags h5 {
    color: #111;
    font-weight: 700;
}
.blog-details-tags ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-details-tags ul a {
    background: #f5f7fc;
    color: #111;
    padding: 6px 18px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.blog-details-tags ul a:hover {
    background: #EF5A29;
    color: #fff;
}
.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #f5f7fc;
    border-radius: 15px;
    margin: 50px 0;
    padding: 20px;
}
.blog-author-img {
    width: 320px;
    position: relative;
}
.blog-author-img::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
}
.blog-author-img img {
    border-radius: 15px;
}
.author-name {
    font-size: 22px;
    color: #EF5A29;
    margin: 8px 0;
}
.author-info {
    padding: 0 20px 0 30px;
}
.author-social {
    margin-top: 10px;
}
.author-social a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #EF5A29;
    border-radius: 50px;
    margin-right: 5px;
    color: #EF5A29;
    transition: all 0.5s ease-in-out;
}
.author-social a:hover {
    color: #fff;
    background: #EF5A29;
}
.blog-comments {
    margin-bottom: 50px;
}
.blog-comments h3 {
    color: #111;
    font-weight: 600;
}
.blog-comments-wrapper {
    margin: 30px 0;
}
.blog-comments-single {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-top: 50px;
}
.blog-comments-img {
    margin-top: 3px;
}
.blog-comments-single img {
    border-radius: 50%;
    width: 120px;
}
.blog-comments-content {
    padding: 0 0 0 20px;
}
.blog-comments-content span {
    font-size: 14px;
    color: #EF5A29;
    font-weight: 500;
}
.blog-comments-content a {
    font-weight: 600;
    margin-top: 5px;
    color: #EF5A29;
}
.blog-comments-content a:hover {
    color: #111;
}
.blog-comments-content h5 {
    color: #111;
    font-weight: 700;
    font-size: 20px;
}
.blog-comments-reply {
    margin-left: 50px;
}
.blog-comments-form {
    padding: 30px;
    margin-top: 50px;
    border-radius: 15px;
    background: #f5f7fc;
}
.blog-comments-form h3 {
    margin-bottom: 20px;
}
.blog-comments-form .form-group {
    margin-bottom: 20px;
}
.blog-comments-form .form-control {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
.blog-comments-form .form-control:focus {
    border-color: #EF5A29;
}
@media all and (max-width: 767px) {
    .blog-meta {
        flex-direction: column;
        font-size: 15px;
    }
    .blog-meta .blog-meta-left ul {
        gap: 10px;
    }
    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0;
    }
    .blog-comments-single {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
        box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .blog-comments-img {
        width: 100%;
    }
    .blog-comments-content {
        padding: 20px;
    }
    .blog-comments-reply {
        margin-left: 0;
    }
}
.widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 23px;
    color: #111;
}
.widget .widget-title::before {
    position: absolute;
    content: "";
    width: 15px;
    border-bottom: 3px solid #EF5A29;
    bottom: 0;
    left: 0;
}
.widget .widget-title::after {
    position: absolute;
    content: "";
    width: 30px;
    border-bottom: 3px solid #EF5A29;
    bottom: 0;
    left: 22px;
}
.widget .blog-search-form .form-control {
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: none;
}
.widget .blog-search-form {
    position: relative;
}
.widget .blog-search-form .form-control:focus {
    border-color: #EF5A29;
}
.widget .blog-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 8px 18px 6px;
    background: 0 0;
    border: none;
    color: #EF5A29;
}
.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all 0.5s ease-in-out;
}
.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.widget .category-list a:hover {
    padding-left: 10px;
    color: #EF5A29;
}
.widget .category-list a i {
    margin-right: 5px;
    color: #EF5A29;
}
.widget .category-list a span {
    float: right;
}
.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.widget .recent-post-img {
    margin-right: 20px;
}
.widget .recent-post-img img {
    width: 120px;
    border-radius: 7px;
}
.widget .recent-post-bio h6 {
    font-size: 18px;
}
.widget .recent-post-bio span {
    font-size: 14px;
    color: #EF5A29;
    font-weight: 500;
}
.widget .recent-post-bio span i {
    margin-right: 5px;
}
.widget .recent-post-bio h6 a:hover {
    color: #EF5A29;
}
.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #EF5A29;
    color: #EF5A29;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
.widget .social-share-link a:hover {
    background: #EF5A29;
    color: #fff;
}
.widget .tag-list a {
    background: #f5f7fc;
    color: #111;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.widget .tag-list a:hover {
    background-color: #EF5A29;
    color: #fff;
}
.partner-wrapper img {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    width: 80px !important;
}

.contact-wrapper {
    position: relative;
    margin-top: 35px;
}
.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.contact-form-header {
    margin-bottom: 30px;
}
.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #111;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 6px 18px;
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}
.contact-form .form-group .form-control:focus {
    border-color: #EF5A29;
}
.contact-map {
    margin-bottom: -9px;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
}
.contact-content {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    height: 565px;
    margin-top: 50px;
}
.contact-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: #EF5A29;
    border-radius: 50px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}
.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background: #EF5A29;
}
.contact-info h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #111;
}
.contact-info p {
    font-weight: 500;
}
@media all and (max-width: 768px) {
    .contact-content {
        margin-bottom: 50px;
    }
}
.team-area {
    position: relative;
    padding-top: 40px;
}
.team-item {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}
.team-img {
    border-radius: 10px;
}
.team-img img {
    border-radius: 10px;
}
.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -45px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-bio h5 a {
    color: #111;
}
.team-bio span {
    color: #EF5A29;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.team-bio h5 a:hover {
    color: #EF5A29;
}
.team-social-btn {
    position: absolute;
    right: 60px;
    top: 65px;
}
.team-social-btn li {
    display: inline-block;
    position: absolute;
    bottom: 0;
    transition: 0.6s;
    list-style-type: none;
}
.team-social-btn li i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #EF5A29;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.team-social-btn li i:hover {
    background: #111;
    color: #fff;
}
.team-item li span i {
    opacity: 1;
    visibility: visible;
}
.team-item:hover li span i {
    background: #111;
    cursor: pointer;
}
.team-item:hover .team-social-btn li i {
    opacity: 1;
    visibility: visible;
}
.team-social-btn li:nth-child(1) {
    z-index: 1;
}
.team-social-btn li:nth-child(2) {
    bottom: 0;
}
.team-social-btn li:nth-child(3) {
    bottom: 0;
}
.team-social-btn li:nth-child(4) {
    bottom: 0;
}
.team-social-btn li:nth-child(5) {
    bottom: 0;
}
.team-item:hover li:nth-child(1) {
    z-index: 1;
}
.team-item:hover li:nth-child(2) {
    bottom: 48px;
}
.team-item:hover li:nth-child(3) {
    bottom: 96px;
}
.team-item:hover li:nth-child(4) {
    bottom: 144px;
}
.team-item:hover li:nth-child(5) {
    bottom: 192px;
}
.team-item:hover li:nth-child(6) {
    bottom: 240px;
}
.pricing-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    transition: all 0.9s ease-in-out;
}
.pricing-item:hover {
    transform: translateY(-10px);
}
.pricing-content {
    background: rgba(113, 103, 255, 0.2);
    padding: 20px 30px;
    border-radius: 20px;
}
.pricing-content h4 {
    margin-bottom: 10px;
    color: #EF5A29;
}
.pricing-amount {
    color: #111;
    font-weight: 700;
}
.pricing-content p {
    color: #111;
    font-weight: 500;
}
.pricing-feature {
    margin-top: 20px;
}
.pricing-feature ul {
    margin-top: 35px;
    margin-bottom: 35px;
}
.pricing-feature ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
}
.pricing-feature ul li::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid #EF5A29;
    border-radius: 50px;
    left: 0;
    top: 8px;
}
.faq-area .accordion-item {
    border: none;
    margin-bottom: 25px;
    background: #fff;
    color: #757f95;
    border-radius: 15px !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #EF5A29;
    text-align: center;
    color: #fff;
}
.faq-area .accordion-button:not(.collapsed) {
    color: #EF5A29;
    background: 0 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0/13%);
}
.accordion-button {
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 600;
    font-size: 20px;
    color: #111;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    border-bottom: 1px dashed #EF5A29;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}
@media all and (max-width: 991px) {
    .faq-right {
        margin-top: 50px;
    }
    .accordion-button {
        font-size: 16px;
    }
}


.flight-booking{
    margin-top: -150px;
    /* z-index: 9999; */
}
.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 200px;
    padding-bottom: 170px;
    z-index: -1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.7); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), black), url(../img/my-profile/my-profile-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: "\e122";
    font-family: "font awesome 6 pro";
    right: -18px;
    top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
    color: #EF5A29;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #EF5A29;
}

.site-breadcrumb-business-travel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 270px;
    padding-bottom: 150px;
    z-index: 1;
}
.site-breadcrumb-business-travel::before {
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.7); */
    background: url(../img/business-travel/business-travel-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb-business-travel .breadcrumb-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.site-breadcrumb-business-travel .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb-business-travel .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.site-breadcrumb-business-travel .breadcrumb-menu li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.site-breadcrumb-business-travel .breadcrumb-menu li::before {
    position: absolute;
    content: "\e122";
    font-family: "font awesome 6 pro";
    right: -18px;
    top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.site-breadcrumb-business-travel .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb-business-travel .breadcrumb-menu li:last-child:before {
    display: none;
}
.site-breadcrumb-business-travel .breadcrumb-menu li a:hover {
    color: #EF5A29;
}
.site-breadcrumb-business-travel .breadcrumb-menu li.active {
    color: #EF5A29;
}
.site-breadcrumb-group-travel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 270px;
    padding-bottom: 150px;
    z-index: 1;
}
.site-breadcrumb-group-travel::before {
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.7); */
    background: url(../img/group-travel/group-travel-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb-group-travel .breadcrumb-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.site-breadcrumb-group-travel .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb-group-travel .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.site-breadcrumb-group-travel .breadcrumb-menu li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.site-breadcrumb-group-travel .breadcrumb-menu li::before {
    position: absolute;
    content: "\e122";
    font-family: "font awesome 6 pro";
    right: -18px;
    top: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
.site-breadcrumb-group-travel .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb-group-travel .breadcrumb-menu li:last-child:before {
    display: none;
}
.site-breadcrumb-group-travel .breadcrumb-menu li a:hover {
    color: #EF5A29;
}
.site-breadcrumb-group-travel .breadcrumb-menu li.active {
    color: #EF5A29;
}
@media (max-width: 991px) {
    .site-breadcrumb {
        padding-top: 360px;
    }
    .site-breadcrumb-business-travel {
        padding-top: 360px;
    }
    .site-breadcrumb-group-travel {
        padding-top: 360px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.pagination .page-link {
    border: none;
    background: #111;
    color: #fff;
    margin: 0 10px;
    border-radius: 10px !important;
    width: 40px;
    height: 40px;
    line-height: 27px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background: #EF5A29;
    color: #fff;
}
.pagination-showing {
    text-align: center;
    margin-top: 10px;
    color: #111;
}
.login-form {
    padding: 30px 40px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.login-form .login-header {
    text-align: center;
    margin-bottom: 30px;
}
.login-form .login-header img {
    width: 200px;
    margin-bottom: 10px;
}
.login-form .login-header h3 {
    color: #EF5A29;
    margin-bottom: 5px;
    font-weight: 800;
}
.login-form .login-header p {
    font-size: 20px;
}
.login-form .login-footer {
    margin-top: 25px;
}
.login-form .login-footer p {
    text-align: center;
}
.login-form .login-footer a {
    color: #EF5A29;
    transition: 0.5s;
}
.login-form .login-footer a:hover {
    color: #EF5A29;
}
.login-form .form-group {
    margin-bottom: 15px;
}
.login-form .form-group-icon {
    position: relative;
}
.login-form .form-group i {
    position: absolute;
    top: 10px;
    left: 18px;
}
.login-form label {
    color: #111;
    margin-bottom: 5px;
}
.login-form .form-group .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 18px 12px 47px;
    box-shadow: none;
    transition: 0.5s;
}
.login-form .form-group .form-control:focus {
    border-color: #EF5A29;
}
.login-form .form-check-input {
    box-shadow: none;
}
.login-form .forgot-pass {
    color: #EF5A29;
    transition: 0.5s;
}
.login-form .forgot-pass:hover {
    color: #EF5A29;
}
.login-form .theme-btn {
    width: 100%;
}
.login-form .theme-btn::before {
    width: 480px;
    height: 480px;
}
.login-form .theme-btn i {
    margin-right: 5px;
}
.login-form .form-check-input {
    margin-top: 6.3px;
}
.login-form .form-check-label a {
    color: #EF5A29;
    transition: 0.5s;
}
.login-form .form-check-label a:hover {
    color: #EF5A29;
}
.form-check-input:checked {
    background-color: #EF5A29;
    border-color: #EF5A29;
}
.login-divider {
    position: relative;
    margin: 15px 0;
    text-align: center;
}
.login-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e8;
}
.login-divider span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}
.social-login a {
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 12px;
    text-align: center;
}
.social-login a i {
    float: left;
}
.btn-fb {
    border: 1px solid #506dab;
    color: #506dab !important;
}
.btn-fb:hover {
    background: #506dab;
    color: #fff !important;
}
.btn-gl {
    border: 1px solid #dd4b39;
    color: #dd4b39 !important;
}
.btn-gl:hover {
    background: #dd4b39;
    color: #fff !important;
}
@media only screen and (max-width: 991px) {
    .login-form {
        padding: 40px 20px;
    }
}
.header-account img {
    width: 60px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.header-account .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.header-account .dropdown-menu li a i {
    margin-right: 5px;
}
.header-account .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}
.header-account .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #EF5A29;
    padding-left: 25px;
}
.mobile-menu-right {
    gap: 20px;
}
.mobile-menu-right .header-account img {
    width: 30px;
    padding: 0;
    border: none;
}
.user-profile-sidebar {
    /* background: #fff; */
    background:#111;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.user-profile-sidebar-top {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid #fff;
}
.user-profile-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50px;
}
.user-profile-img img {
    border-radius: 50%;
}
.user-profile-sidebar-top p {
    /* color: #111; */
    color: #fff;
}
.user-profile-sidebar-top h4{
    color: #fff !important;
}
.user-profile-sidebar-top a{
    color: #fff !important;
}
.profile-img-file {
    display: none;
}
.user-profile-img button {
    position: absolute;
    border-radius: 50px;
    /* background: #EF5A29; */
    /* color: #fff; */
    background: #fff;
    color: #EF5A29;
    width: 50px;
    height: 50px;
    line-height: 28px;
    text-align: center;
    border: none;
    right: 20px;
    bottom: 0;
}
.user-profile-sidebar-list li {
    margin: 5px 0;
}
.user-profile-sidebar-list li a {
    /* color: #111; */
    color: #fff;
    padding: 6px 6px 6px 15px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.user-profile-sidebar-list li a:hover {
    /* color: #EF5A29; */
    color: #fff;
}
.user-profile-sidebar-list li a i {
    margin-right: 5px;
    /* color: #EF5A29; */
    color: #fff !important;
}
.user-profile-sidebar-list .active i {
    /* color: #fff; */
    color: #111 !important;
}
.user-profile-sidebar-list .active {
    /* background: #EF5A29; */
    /* color: #fff !important; */
    background: #fff;
    color: #EF5A29 !important;
    border-radius: 8px;
}
.user-profile-sidebar-list li .badge {
    float: right;
    margin-top: 5px;
    background:#111 ;
}
.profile-menu-angle {
    float: right;
}
.profile-menu-list {
    margin-left: 40px;
}
.profile-menu-list li a {
    position: relative;
}
.profile-menu-list li a::before {
    content: "\e122";
    position: absolute;
    font-family: "font awesome 6 pro";
    left: 0;
    top: 13px;
    color: #EF5A29;
    font-size: 8px;
    font-weight: 700;
}
.user-profile-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.user-profile-card-title {
    color: #111;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btnUpdate{
    background: #EF5A29 !important;
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 5px;
}
.user-profile-card .text-success {
    color: #EF5A29 !important;
}
.user-profile-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user-profile-card-header .user-profile-card-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.user-profile-card-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.user-profile-search .form-group {
    position: relative;
}
.user-profile-search .form-control {
    padding: 10px 12px 10px 35px;
    box-shadow: none;
    border-radius: 10px;
}
.user-profile-search .form-control:focus {
    border-color: #EF5A29;
}
.user-profile-search i {
    position: absolute;
    left: 12px;
    top: 9px;
}
.user-profile-card-header .theme-btn {
    padding: 8px 15px;
}
.profile-info-list li {
    margin: 12px 0;
    font-weight: 700;
    color: #111;
}
.profile-info-list li span {
    float: right;
    font-weight: 400;
}
.user-profile-form .form-group {
    margin-bottom: 20px;
}
.user-profile-form .form-group label {
    color: #111;
    margin-bottom: 5px;
}
.profile-info-list{
    display: flex;
    gap: 20px;
}
.profile-info-list-left{
    width: 50%;
}
.profile-info-list-right{
    width: 50%;
}
.user-profile-form .form-group input {
    width: 50%;
}
.user-profile-form .form-control {
    padding: 14px 20px;
    border-radius: 12px;
    box-shadow: none;
}
.user-profile-form .form-control:focus {
    border-color: #EF5A29;
}
.user-profile-form .theme-btn {
    width: unset;
}
.dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
}
.dashboard-widget-info span {
    font-weight: 500;
}
.dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 20px;
}
.dashboard-widget-color-1 {
    background: rgba(113, 103, 255, 0.2);
    color: #EF5A29;
}
.dashboard-widget-color-1 h1 {
    color: #EF5A29;
}
.dashboard-widget-color-1 .dashboard-widget-icon {
    background: #EF5A29;
    color: #fff;
}
.dashboard-widget-color-2 {
    background: rgba(0, 230, 130, 0.2);
    color: #09ad95;
}
.dashboard-widget-color-2 h1 {
    color: #09ad95;
}
.dashboard-widget-color-2 .dashboard-widget-icon {
    background: #09ad95;
    color: #fff;
}
.dashboard-widget-color-3 {
    background: rgba(249, 103, 104, 0.2);
    color: #111;
}
.dashboard-widget-color-3 h1 {
    color: #111;
}
.dashboard-widget-color-3 .dashboard-widget-icon {
    background: #111;
    color: #fff;
}
.user-notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.user-notification-item a {
    display: flex;
    gap: 15px;
}
.user-notification-item a:hover {
    color: #111;
}
.user-notification-item:first-child {
    padding-top: 0;
}
.user-notification-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.user-notification-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: #EF5A29;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
.user-notification-info {
    flex: 1;
}
.user-notification-info p {
    font-size: 15px;
}
.user-notification-info span {
    font-size: 14px;
}
.table-property-info a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-property-info h6 {
    transition: all 0.5s ease-in-out;
}
.table-property-info:hover h6 {
    color: #EF5A29;
}
.table-property-info img {
    width: 70px;
    border-radius: 8px;
}
.user-profile-card .table > :not(caption) > * > * {
    vertical-align: middle;
    padding: 0.8rem;
}
.user-profile-card .badge {
    border-radius: 50px;
}
.user-profile-card .badge-success {
    background: rgba(9, 173, 149, 0.2);
    color: #09ad95;
}
.user-profile-card .badge-warning {
    background: rgba(113, 103, 255, 0.2);
    color: #EF5A29;
}
.user-profile-card .badge-danger {
    background: rgba(249, 103, 104, 0.2);
    color: #111;
}
.user-profile-card .btn {
    border-radius: 8px;
}
.user-profile-card .table {
    color: #111;
}
.table-listing-info a {
    display: flex;
    gap: 10px;
}
.user-profile-listing img {
    width: 120px;
    border-radius: 10px;
}
.table-listing-content h6 {
    font-size: 18px;
    /* font-weight: 600; */
}
.table-listing-content p {
    font-size: 15px;
    color: #111;
}
.table-listing-content span {
    font-weight: 700;
    color: #111;
}
.user-profile-listing .bg-success {
    background: #EF5A29 !important;
}
.user-profile-listing .table tbody tr td {
    padding: 1.5rem 0.8rem;
}
.add-listing-form .form-group {
    margin-bottom: 15px;
}
.add-listing-form .form-group label {
    margin-bottom: 5px;
    color: #111;
    font-size: 15px;
}
.add-listing-form .form-control {
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: none;
    color: #757f95;
}
.add-listing-form .form-control::placeholder {
    color: #757f95;
}
.add-listing-form .nice-select {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 12px;
    padding-left: 20px;
    font-size: 16px;
    border-color: #ced4da;
    color: #757f95;
    margin-bottom: 15px;
}
.add-listing-form .form-control:focus,
.add-listing-form .nice-select:focus {
    border-color: #EF5A29;
}
.add-listing-form .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 50px 0 rgb(32 32 32/15%);
}
.add-listing-form .nice-select .option.focus,
.add-listing-form .nice-select .option.selected.focus,
.add-listing-form .nice-select .option:hover {
    background: #f6f6f6;
    color: #EF5A29;
    border-radius: 8px;
}
.add-listing-form .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 15px;
}
.add-listing-form .listing-img-upload {
    width: 100%;
    height: 140px;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
}
.add-listing-form .listing-img-file {
    display: none;
}
.add-listing-form .listing-img-upload span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.add-listing-form .listing-img-upload span i {
    margin-right: 5px;
}
.add-listing-form .form-check {
    margin-bottom: 15px;
}
.add-listing-form .form-check-input {
    margin-top: 6.5px;
    box-shadow: none;
}
.add-listing-form .form-check-input:focus {
    border-color: #EF5A29;
}
.add-listing-form .form-check label {
    color: #111;
}
.add-listing-form .form-group-icon {
    position: relative;
}
.add-listing-form .form-group-icon i {
    position: absolute;
    left: 18px;
    top: 13px;
}
.add-listing-form .form-group-icon .form-control {
    padding-left: 42px;
}
.profile-message-wrapper {
    display: flex;
}
.profile-message-inbox {
    max-width: 340px;
    border: 1px solid #edf1f9;
    border-radius: 10px;
}
.profile-message-inbox {
    overflow: hidden;
}
.message-content {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}
.message-content-info {
    max-height: 750px;
    overflow-y: scroll;
    margin-right: -50px;
    padding-right: 50px;
}
.profile-message-inbox,
.message-content {
    flex: 1;
}
.profile-message-inbox ul {
    max-height: 950px;
    overflow-y: scroll;
    width: 357px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.profile-message-inbox ul li.message-active {
    border-left: 3px solid #EF5A29;
}
.profile-message-inbox ul li {
    border-bottom: 1px solid #edf1f9;
    transition: 0.2s;
    list-style: none;
}
.profile-message-inbox ul li:last-child {
    border-bottom: none;
}
.message-by-content h5 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
.profile-message-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}
.profile-message-inbox .message-avatar {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.message-avatar img {
    width: 50px;
    height: 50px;
}
.profile-message-inbox .message-by {
    margin-left: 50px;
}
.message-by-content h5 i {
    background: #f98f14;
    padding: 3px 8px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
}
.message-by-content span {
    font-size: 13px;
    position: absolute;
    top: 25.5px;
    right: 25px;
    float: right;
    color: #888;
}
.profile-message-inbox .message-by p {
    height: 26px;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #6b747d;
    line-height: 27px;
}
.message-item {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.message-item .message-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.message-item .message-avatar img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}
.message-item .message-description {
    margin-left: 70px;
    background: #f4f5f7;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.message-item .message-description::before {
    position: absolute;
    top: 0;
    left: -9px;
    content: "\f0d9";
    font-family: "font awesome 6 pro";
    font-weight: 700;
    font-size: 31px;
    color: #f4f5f7;
}
.message-item .message-description p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 27px;
}
.message-item.me .message-avatar {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
}
.message-item.me .message-description {
    color: #EF5A29;
    background-color: rgba(9, 195, 152, 0.1);
    margin-left: 0;
    margin-right: 70px;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.message-item.me .message-description::before {
    content: "\f0da";
    left: auto;
    right: -11px;
    color: #e6f9f4;
}
.message-reply {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 15px;
}
.message-reply .form-control {
    padding: 15px 20px;
    box-shadow: none;
    border-radius: 10px;
}
.message-reply .form-control:focus {
    border-color: #EF5A29;
}
.message-reply .theme-btn {
    margin-top: 15px;
}
.message-status {
    width: 12px;
    height: 12px;
    background: #252629;
    display: flex;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    right: -5px;
    top: 50%;
}
.message-status.online {
    background: #09ad95;
}
.message-status.offline {
    background: #dd4b39;
}
.message-status.busy {
    background: #f6b500;
}
.profile-message .header-account img {
    width: 45px;
}
@media all and (max-width: 991px) {
    .message-by-content span {
        right: 65px;
    }
    .message-reply {
        right: 0;
    }
}
@media all and (max-width: 767px) {
    .table-property-info a {
        display: block;
    }
    .table-property-info h6 {
        margin-top: 10px;
    }
    .user-profile-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .user-profile-card-header-right {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .profile-message .profile-message-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .profile-message .user-profile-card-header {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .profile-message .message-content {
        padding-left: 0;
        padding-bottom: 200px;
    }
    .message-reply {
        left: 0;
    }
}
.coming-soon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}
.coming-soon .container {
    position: relative;
}
.coming-soon:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.coming-soon .newsletter-form {
    position: relative;
    margin-top: 30px;
}
.coming-soon .newsletter-form .input-newsletter {
    height: 55px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
    box-shadow: none;
}
.coming-soon .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    height: auto;
    border: none;
    border-radius: 50px;
    background: #EF5A29;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    transition: 0.5s;
}
.coming-soon .newsletter-form button:hover {
    background-color: #EF5A29;
    color: #fff;
}
.coming-social {
    margin-top: 30px;
    text-align: center;
}
.coming-social a {
    color: #fff;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #fff;
    display: inline-block;
    transition: 0.5s;
}
.coming-social a:hover {
    background: #EF5A29;
    border-color: #EF5A29;
}
.countdown-wrap {
    margin-top: 30px;
}
.countdown-single {
    border: 10px solid #EF5A29;
    background: #fff;
    padding: 15px 20px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
}
.countdown-single h2 {
    color: #EF5A29;
}
.countdown-single h5 {
    color: #EF5A29;
}
.error-wrapper {
    text-align: center;
}
.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: 700;
    color: #EF5A29;
    line-height: 1;
}
.error-wrapper h1 span {
    color: #111;
}
.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.error-wrapper img {
    width: 100%;
}
.error-wrapper .theme-btn {
    margin-top: 30px;
}
@media all and (max-width: 767px) {
    .error-wrapper h1 {
        font-size: 160px;
    }
}
.terms-content:not(:last-child) {
    margin-bottom: 54px;
}
.terms-content:first-child {
    margin-top: -3px;
}
.terms-content .terms-list {
    margin-top: 37px;
}
.terms-content h3 {
    margin-bottom: 23px;
    position: relative;
    font-weight: 600;
}
.terms-content p:not(:last-child) {
    margin-bottom: 26px;
}
.terms-list li:not(:last-child) {
    margin-bottom: 16px;
}
.footer-area {
    background: #f5f7fc;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-area::before {
    content: "";
    position: absolute;
    background: #eff1fd;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    left: 5%;
    top: -120px;
    z-index: -1;
}
.footer-area::after {
    content: "";
    position: absolute;
    background: #eff1fd;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    right: 30%;
    bottom: 100px;
    z-index: -1;
}
.footer-widget-box {
    margin-bottom: 20px;
}
.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-logo img {
    width: 200px;
    margin-bottom: 30px;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(128, 137, 150, 0.1);
}
.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}
.copyright .footer-menu li a {
    color: #5d646d;
    transition: all 0.5s ease-in-out;
}
.copyright .footer-menu li a:hover {
    color: #EF5A29;
}
.copyright .copyright-text {
    color: #5d646d;
    margin-bottom: 0;
    font-size: 16px;
}
.copyright .copyright-text a {
    color: #EF5A29;
    font-weight: 500;
}
.footer-widget-title {
    color: #111;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    height: 2.5px;
    background-color: #EF5A29;
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 10px;
    height: 2.5px;
    background-color: #EF5A29;
    bottom: 0;
    left: 35px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.footer-list li a {
    color: #5d646d;
    transition: all 0.5s ease-in-out;
}
.footer-list li a i {
    margin-right: 5px;
    color: #EF5A29;
    font-size: 13px;
}
.footer-list li a:hover {
    padding-left: 10px;
    color: #EF5A29;
}
.footer-widget-box p {
    color: #5d646d;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background: rgba(114, 103, 255, 0.1);
    color: #EF5A29;
    transition: all 0.5s ease-in-out;
}
.footer-social li a i:hover {
    background: #EF5A29;
    color: #fff;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #5d646d;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-contact li a {
    color: #5d646d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 8px;
    background: #EF5A29;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.footer-call {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}
.footer-call-icon i {
    background: 0 0 !important;
    font-size: 45px !important;
    color: #EF5A29 !important;
}
.footer-call-info h6 {
    color: #111;
    font-weight: 700;
}
.footer-call-info a {
    color: #EF5A29 !important;
    font-size: 20px;
    font-weight: 700;
}
.subscribe-form .form-control {
    padding: 14px 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}
.subscribe-form .form-group-icon {
    position: relative;
}
.subscribe-form .form-group-icon i {
    position: absolute;
    left: 20px;
    top: 13px;
}
.subscribe-form .form-group-icon .form-control {
    padding: 15px 18px 15px 45px;
}
.subscribe-form .theme-btn {
    margin-top: 20px;
    width: 100%;
}
.subscribe-form p {
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer-payment-method {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 8px;
}
.footer-payment-method h6 {
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}
.payment-method-img img {
    width: 35px;
    margin: 2px;
    border-radius: 4px;
}
@media all and (min-width: 1199px) and (max-width: 1399px) {
    .payment-method-img img {
        width: 33px;
    }
}
@media all and (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    .footer-widget-wrapper {
        padding-bottom: 0;
    }
    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }
    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .footer-widget-wrapper {
        padding-bottom: 0;
    }
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }
}
.home-2 .main {
    margin-top: 0;
}
.home-2 .header-top {
    background: #EF5A29;
}
.home-2 .navbar {
    background: #fff;
}
.home-2 .navbar-toggler-btn-icon {
    color: #111;
}
.home-2 .hero-single {
    padding-top: 200px;
}
.home-2 .search-wrapper {
    margin-top: -150px;
}
.home-2 .search-nav {
    margin-bottom: 10px;
}
.home-2 .search-nav .nav-link {
    background: #fff;
}
.home-2 .search-nav .nav-link.active {
    background: #EF5A29;
}
.home-2 .search-form .form-group {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.home-2 .search-form-swap i {
    background: #fff;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.home-2 .search-form .search-btn .theme-btn {
    position: relative;
    box-shadow: none;
    border: none;
}
.home-2 .feature-item {
    display: flex;
    text-align: left;
    gap: 15px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}
.home-2 .feature-icon::before {
    display: none;
}
.home-2 .feature-color-1 .feature-icon {
    background: rgba(113, 103, 255, 0.2);
    border-radius: 20px;
    color: #EF5A29;
}
.home-2 .feature-color-2 .feature-icon {
    background: rgba(40, 213, 167, 0.2);
    border-radius: 20px;
    color: #28d5a7;
}
.home-2 .feature-color-3 .feature-icon {
    background: rgba(249, 103, 104, 0.2);
    border-radius: 20px;
    color: #111;
}
.home-2 .feature-info {
    flex: 1;
}
.home-2 .footer-area {
background: #0d233e;
}
.home-2 .footer-area::after,
.home-2 .footer-area::before {
    opacity: 0.04;
}
.home-2 .copyright .copyright-text {
    color: #fff;
}
.home-2 .footer-social li a i {
    color: #fff;
}
.home-2 .footer-list li a {
    color: #fff;
}
.home-2 .footer-widget-box p {
    color: #fff;
}
.home-2 .footer-contact li {
    color: #fff;
}
.home-2 .footer-contact li a {
    color: #fff;
}
.home-2 .footer-call-info h6 {
    color: #fff;
    font-weight: 600;
}
.home-2 .footer-payment-method h6 {
    color: #fff;
    font-weight: 600;
}
.home-2 .footer-call-info a {
    color: #fff !important;
}
.home-2 .footer-widget-title {
    color: #fff;
    font-weight: 600;
}
.home-2 .footer-contact li i {
    color: #fff !important;
}
@media (min-width: 992px) {
    .home-2 .navbar .nav-item .nav-link {
        color: #111;
    }
    .home-2 .navbar .nav-item .nav-link.active,
    .home-2 .navbar .nav-item .nav-link:hover {
        color: #EF5A29;
    }
}
@media (max-width: 991px) {
    .home-2 .search-wrapper {
        margin-top: -100px;
    }
}
.home-3 .main {
    margin-top: -6rem;
}
.home-3 .hero-single {
    padding-top: 280px;
}
.home-3 .search-nav {
    margin: 0;
    border-radius: 10px;
    background: 0 0;
}
.home-3 .search-nav .nav-item {
    margin: 0;
}
.home-3 .search-nav .nav-link {
    border-radius: 15px 15px 0 0;
    margin: 0 10px;
    padding: 12px 20px 8px;
    color: #fff;
    font-size: 17px;
    background: 0 0;
}
.home-3 .search-nav .nav-link i {
    color: #fff;
}
.home-3 .search-nav .nav-link.active {
    background: #fff;
    color: #EF5A29;
}
.home-3 .search-nav .nav-link.active i {
    color: #EF5A29;
}
.home-3 .search-form .search-btn .theme-btn {
    position: relative;
    box-shadow: none;
    border: none;
}
@media all and (max-width: 991px) {
    .home-3 .search-nav {
        background: #fff;
        border-radius: 15px;
        padding: 20px;
    }
    .home-3 .search-nav .nav-link {
        border-radius: 10px;
        padding: 8px 20px;
        color: #111;
    }
    .home-3 .search-nav .nav-link i {
        color: #111;
    }
    .home-3 .search-nav .nav-link.active {
        box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    }
}


/* niket */
.offersnm{
    padding: 0px 0 5px;
    /* margin: 50px 0px !important; */
    /* background-color: #111; */
    /* background:#052634; */
}
.offers-section-nm{
    margin-top: -20px;
    color: #fff;
    /* background: #052634; */
    /* background: #2D348F; */
    /* background: #ECF0F4; */
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),url(../img/footer/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.offers-section-nm .book_now{
    background: #fff;
    color: #EF5A29;
    padding: 12px 28px;
    border-radius: 5px;
    margin: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: 800 !important;
}
.offers-section-nm a{
    color: #fff;
    font-size: 14px;
    padding: 40px 0;
    /* padding-top: 8px; */
    /* font-weight: 700; */
    /* padding: 10px 0 5px 40px; */
}
.offers-section-nm p{
    margin: 0;
    padding-top: 22px;
    /* padding: 15px 0 5px 0px; */
    font-size: 14px;
    margin: 0 30px;
}
.offers-section-nm .sendEnquiry{
    margin: 15px 25px;
}
.sendEnquiry i{
    font-size: 13px !important;
    margin-right: 5px;
}
#whatsapp{
    font-size: 27px !important;
    margin-top: 5px;
}
.holiday-head-nm{
    text-align: center;
    margin-bottom: 5px;
    font-size: 36px;
}
.book-with{
    height: 228px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.map-sec {
    background-image: linear-gradient(#53535350, #53535350), url(https://img.freepik.com/free-psd/view-3d-supply-chain-representation-illustration_23-2150766713.jpg?t=st=1716540866~exp=1716544466~hmac=556310f…&w=1060);
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
}
.borderr {
    padding: 10px;
    border-radius: 10px;
}
.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.borderr img {
    border-radius: 20px;
}
.map-sec h5 {
    font-weight: 700;
    color: red;
    font-size: 15px;
    margin-top: 10px;
}
.footer-2-nm{
    /* background: #02adf8; */
    padding-bottom: 50px;
    border-top: 1px solid #fff;
}

.footer-nm ul li {
    margin-top: 10px;
    /* border-bottom: 1px solid #ddd; */
    transition: .5s;
  }
  .footer-nm ul li:hover {
    color: #EF5A29;
    transform: translateX(20px);
  }


.footer-sub-right-nm p{
    color: #fff;
    font-size: 18px;
    font-weight: 500 ;
    text-align: center;
}
.footer-left-1nm a{
    padding: 0 5px;
    color: #fff;
}
.footer-second-nm{
    background: #fff;
}
.footer-second-nm p{
    color: #000;
    text-align: center;
}
.footer-social-icon-nm ul{
    padding-left: 80px;
}
.footer-social-icon-nm li{
    list-style: none;
    background: #EF5A29;
    margin: 0 5px;
    padding: 8px 10px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.footer-social-icon-nm li i{
    font-size: 15px !important;
    margin: 0 5px;
    color: #fff;
}



.BackgroundFooter{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/footer/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
footer {
    /* background: #052634; */
    /* background: #111; */
    /* background: #2C3599; */
    /* background-image: none; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 20px 0;
}
.footer-nm li{
    list-style: none;
}
.footer-nm ul{
    padding: 0;
}
.footer-logo-nm p{
    color: #fff;
}
.logo-nm{
    font-size: 30px;
    font-weight: 600;
    color: #111;
}
.logo-nm a{
    color: #111;
}
.logo-nm span{
    color: #EF5A29;
}

footer h4{
    font-size: 20px !important;
    color: #fff;
    padding-bottom: 20px;
}
footer ul li i{
    margin-right: 5px;
}
ul.list.list-footer {
    color: #fff;
}
ul.list.list-footer a{
    font-size: 13px; color: #fff;
}
ul.list.list-footer li{
    text-decoration: none;
    text-align: left;
}
ul.list.list-footer {
    padding-left: 0px;
    color: #fff;
    text-align: center;
}

ul.list.list-footer a {
    font-size: 13px;
    color: #fff;
    padding: 0px;
}
footer h4 {
    font-size: 20px;
    color: #fff;
}
ul.list.list-footer.mobileffoter598 li {
    display: block;
}

.policy-nm{
    padding: 30px 0;
    background: #e6e6e6;
}
.policy-link-nm{
    display: flex;
    flex-direction: row;
}

.policy-link-anc-nm{
    width: 14.28%;
    text-align: center;
    color: #3989f8;
    font-weight: 600;
    font-size: 18px;
}
.policy-link-nm i{
    font-size: 40px;
    color: #6e5c5c;
}

.subscribe input.btn.btn-lg {
    width: 70%;
    height: 45px;
    text-align: left !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    font-size: 15px;
}
.subscribe button.btn {
    width: 30%;
    height: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #EF5A29;
    color: #fff;
    border: 1px solid #EF5A29;
    font-size: 17px;
}
.form-nm12{
    margin: 0 10px;
}
.passenger-nm{
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 12px;
}
.footer-logo-nm12{
    font-size: 24px;
}

.form-nm-flight{
    margin-top: 0!important;
    margin-bottom: 0;
}
.flight-direct-first-nm{
    padding-top: 8px;
    background-color: #eae8ff;
    border-radius: 15px;
}
.bg-light{
    padding: 10px 0;
    margin-bottom: 10px;
}
.bg-light .heading{
    font-size: 36px;
}
.offers-section-nm i{
    font-size: 34px;
    /* font-weight: 700; */
    color: #17f217;
}
.email-nm{
    color: #fff!important;
}
.navbar.fixed-top .nav-item .nav-link:hover{
    color: #fff !important;
}
@media (max-width:1024px){
    .logo-nm{
        font-size: 24px;
    }
    .navbar.fixed-top .nav-item .nav-link{
        font-size: 14px;
    }
    .navbar .nav-item .nav-link {
        font-size: 14px;
    }
    .site-title{
        font-size: 30px;
    }
    .offers-section-nm a{
        font-size: 22px;
    }
    .offers-section-nm p{
        font-size: 14px;
    }
    .bg-light .heading {
        font-size: 30px;
    }
}

@media (max-width:769px){
    .offers-section-nm{
        /* flex-direction: column; */
        text-align: center;
    }

    .policy-link-nm {
        display: flex;
        text-align: center;
    }
    .policy-link-anc-nm{
        width: 100%;
    }
    .book-with{
        height: auto;
    }
    .passenger-nm{
        text-align: left;
    }
    .form-nm12{
        margin: 0 3px;
    }
    .offers-section-nm a{
        font-size: 16px;
        padding: 5px 0;
    }
    .offers-section-nm p{
        font-size: 12px;
        padding: 5px 0;
    }
    .logo-nm{
        font-size: 24px;
    }
    .logo-nm a{
        font-size: 20px;
    }
    .footer-social-icon-nm ul{
        padding: 0;
    }
    .footer-second-nm p{
        font-size: 14px;
    }
    .footer-social-icon-nm li i{
        padding-right: 12px;
    }
    .footer-sub-right-nm p{
        margin-top: 20px;
    }
    .policy-link-anc-nm {
        font-size: 16px;
    }
    .holiday-head-nm{
        margin-bottom: 20px;
        font-size: 28px;
    }
    .bg-light .heading{
        font-size: 28px;
    }
}

@media (max-width:426px){
    .logo-nm{
        font-size: 20px;
    }
    .footer-social-icon-nm ul{
        padding-left: 100px;
    }
    .footer-social-icon-nm li i{
        font-size: 30px;
    }
    .offers-section-nm a{
        font-size: 18px;
    }
    .offers-section-nm p{
        font-size: 14px;
    }
    .passenger-nm{
        flex-direction: column;
        text-align: left;
    }
    .form-nm12{
        margin: 0 ;
    }
    .policy-link-anc-nm {
        font-size: 14px;
    }
    .policy-link-nm {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .holiday-head-nm{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .site-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .bg-light .heading{
        font-size: 24px;
    }
}
@media (max-width:376px){
    .logo-nm{
        font-size: 16px;
    }
    .policy-link-nm i{
        font-size: 24px;
    }
}
@media (max-width:326px){
    .footer-social-icon-nm ul{
        padding-left: 70px;
    }
    .footer-social-icon-nm li i{
        font-size: 24px;
    }
}
/* nilesh css */
.flight-indra-nm{
    border-radius: 20px;
}

.navbar-second-nm .nav-link{
    color: #EF5A29!important;
}
.toggler-button-nm i{
    color: #000;
}
.button-submit-formbook-nm{
    border: none!important;
}
.border-left-dashed-nm{
    border-left: 2px dashed grey;
}
.bottom-border-first-nm{
    border: 5px solid #EF5A29;
    border-radius: 5px;
}
.basic-card{
    background-color: rgba(135, 206, 250, 0.214);
}
.regular-card {
    background-color: rgba(255, 0, 0, 0.197);
}
.background-nm{
    background-color: #005b9b;
}
.background-nm h2{
    color: #fff!important;
}
.cote-star{
    color: #EF5A29!important;
}
.heading-color-black-nm{
    color: #000;
}











/* priya  */
.termsAndCondition{
    padding: 40px 0;
    /* background: #005b9b !important; */
    background: #fff;
}
.termsAndCondition .item{
    /* border-right: 2px solid #EF5A29; */
}
.termsAndCondition .items i{
    color: #fff;
    background: #EF5A29;
    border-radius: 50%;
    padding: 20px 25px;
    font-size: 25px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.termsAndCondition .items a{
    color: #111;
    padding-top: 20px;
    font-weight: 600;
}





.traveller-details{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.traveller-details label{
    width: 100% !important;
}
.traveller-details input{
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #EF5A29;
}
.traveller-detailsLeft{
    width: 50%;
}
.traveller-detailsRight{
    width: 50%;
}













/* new code  */
.CompleteYourBooking{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cybOne h3{
    color: #111;
    font-size: 20px;
    padding-bottom: 10px;
}
.cybOne p{
    background: #E3FFF9;
    color: #111;
    font-size: 12px;
    padding: 10px;
    width: 70%;
    margin-bottom: 10px;
}
.cybTwo{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.cybTwo i{
    background: #005b9b;
    border-radius: 50%;
    padding: 9px 14px;
    margin-right: 10px;
    font-size: 10px;
    color: #fff;
}
.cybTwo p{
    color: #111;
    font-size: 14px;
    font-weight: 600;
}
.cybThree p{
    color: #111;
    font-size: 13px;
    background: #FFEDD1;
    padding: 10px;
}
.cybFourCard{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0;
}
.cybFourCardInner{
    border-bottom: 1px solid #ddd;
}
.cybFive{
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}
.cybFive label{
    color: #111;
    font-size: 14px;
}
.cybFiveOne{
    display: flex;
    gap: 10px;
    padding: 10px 0;
}
.cybFiveOne input{
    width: 33%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.cybFiveTwo{
    display: flex;
    gap: 10px;
    padding: 10px 0;
}
.cybFiveTwo input{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.cybFourCardInner2{
    padding-top: 10px;
}
.cybFourCardInner2 button{
    border: none;
    background: none;
    color: #008CFF;
}
.optional{
    color: #666;
}
.cybFiveOne{
    display: flex;
}
.cybFiveOneInputs{
    width: 66%;
    display: flex;
    gap: 10px;
}
.cybFiveOneInputs input{
    width: 50%;
}
.cybFiveOne .gender-selection {
    width: 33% !important;
    display: flex;
    /* gap: 10px; */
    align-items: center;
}
.cybFiveOne .gender-selection label {
    background-color: #f7f7f7;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.gender-selection input{
    padding: 20px 0 !important;
}

.gender-selection input[type="radio"] {
    display: none;
}
.gender-selection input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}










/* business travel start */
.AboutBT{
    padding: 60px 0 15px;
}
.AboutBT h3{
    padding-bottom: 20px;
}
.AboutBT p{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

.topPickDestinations{
    padding: 20px 0;
}

.tpdestinationBox{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tpdestinationBox h6{
    padding: 15px 0;
    text-align: center;
    background:#EF5A29;
    color: #fff;
    font-size: 14px;
}
.tpdestinationBox span{
    color: #0217af;
}
.tpdestinationBox:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.querySection{
    /* background: url(../img/business-travel/flight.jpg); */
    background-repeat: no-repeat;
    background: #f9f9f9;
    background-size: cover;
}
.querySection img{
    height: 637px;
    border-radius: 5px;
    object-fit: cover;
}
.querySection p {
    color: #000;
    margin-bottom: 30px;
    font-size: 14px !important;
}


 /* Dropdown content (hidden by default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    max-height: 150px; /* Max height to make it scrollable */
    overflow-y: auto;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Dropdown links */
  .dropdown-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
  }

  /* Show the dropdown when hovering */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Style for individual links */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .querySection{
    padding: 60px 0;
  }
  .querySection form{
    padding: 30px;
    background: #fff;
    /* border: 1px solid #fff; */
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 5px;
  }
  .querySection form .formInnerMain {
    width: 100%;
  }
  .formInner{
    width: 100%;
    gap: 20px;
  }
  .formInner div{
    width: 100%;
  }
  .formInner div select{
    width: 100%;
    padding: 9px 8px;
    background: none;
    border: 1px solid #111;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .formInner div label{
    color: #111;
  }
  .formInner div input{
    width: 100%;
    padding: 8px;
    background: none;
    border: 1px solid #111;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .formInner div label{
    color: #111;
  }


.querySection h3{
    color: #000;
}
.querySection p{
    color: #000;
    margin-bottom: 30px;
}



.formInner label{
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
.formInner textarea{
    width: 100%;
    height: 100px;
    border-radius: 5px;
}
 .dropbtn2{
    width: 100%;
    padding: 8px !important;
    border-radius: 5px;
  }
.formInnerMain button{
    background-color: #EF5A29;
    padding: 10px 0px;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

  .discoverGT{
    padding: 20px 0;
  }
  .discoverGTInner{
    position: relative;
    /* max-width: 300px; */
  }
  .imageGT {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  .discoverGTInner:hover .overlay {
    opacity: 1;
  }


  .GTpoints{
    padding: 20px 0;
    background: #EF5A29;
    /* background-image: url(../img/group-travel/background-img-gt.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
  }
  .GTpoints::before{
    content: '';
    position: absolute;
    background: #f9f9f9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .GTpoints h4{
    color: #111;
  }
  .GTpointsInner ul li{
    color: #111;
    list-style: bullet;
    padding: 5px 0;
  }
  .GTpointsInner p{
    font-size: 18px;
    color: #EF5A29;
    font-weight: 600;
  }

  .GTExperts{
    padding: 30px 0;
  }
  .GTExperts h3{
    padding-bottom: 10px;
  }
  .GTExperts h6{
    padding-bottom: 10px;
  }
  .GTExpertsInner{
    padding: 20px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    min-height: 280px;
    background: #fff;
    border-bottom: 3px solid #EF5A29;
  }
  .GTExpertsInner h4{
    padding-bottom: 10px;
  }

  .GTExpertsInnerColored{
    padding: 20px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    min-height: 280px;
    background: #EF5A29;
    border-bottom: 2px solid #EF5A29;
  }
  .GTExpertsInnerColored h4{
    padding-bottom: 10px;
    color: #fff;
  }
  .GTExpertsInnerColored p{
    color: #fff;
  }



  .profile-img-btn{
    color: #111 !important;
    font-weight: 600;
  }






  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}






.dropdown-wrapper {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 10px 0;
}

label {
    margin-right: 10px;
}

.cabinDropdown {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.cabinDropdown:focus {
    border-color: #ff5722; /* Highlight border on focus */
}




.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    background: none !important;
    /* border: 1px solid #f1f1f1; */
    padding-right: 10px !important;
    padding-left: 0 !important;
    /* padding: 0 8px; */
    border: none;
    color: #111 !important;
    /* color: #fff !important; */
}

.BOX{
    /* margin: 0 !important; */
    /* border: 1px solid yellow; */
    background: #fff;
    border-right: 1px solid #ddd;
    min-height: 40px;
    padding: 0 10px;
}


.dropdown-menu{
    width: 200px !important;
}


@media screen and (max-width:500px){
    footer h4{
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .footer-logo-nm p{
        font-size: 13px;
        text-align: justify;
    }
    ul.list.list-footer a {
        font-size: 12px;
        color: #fff;
        padding: 0px;
    }
    .footer-left-1nm a {
        padding: 0 5px;
        color: #fff;
        font-size: 12px;
    }
    .paymenticon{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-social-icon-nm li i{
        font-size: 15px;
        margin: 0 5px;
    }
    .footer-second-nm p {
        font-size: 12px;
    }
    .search-form .flight-type .form-check-label {
        font-weight: 500;
        /* color: #111; */
        color: #fff;
        font-size: 13px;
    }
    .tdhLogo {
        width: 100px !important;
    }
    .navbar.fixed-top {
        background: linear-gradient(100deg, #fff 30%, #EF5A29 70%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
        animation: slide-down 0.7s;
        color: #111;
    }
    .hero-content-wrapper h1 {
        font-size: 23px;
        color: #EF5A29 !important;
    }
    .hero-single .hero-content p {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        /* margin-bottom: 20px; */
        text-transform: capitalize;
    }
    .search-form .form-group {
        position: relative;
        /* padding: 5px 10px; */
        /* border-radius: 5px; */
        /* background: rgba(113, 103, 255, 0.15); */
        /* border: 1px solid #ddd; */
        min-height: 70px;
    }
    .destination-area {
        padding-top: 45px;
        position: relative;
    }
    .flight-nm{
        padding-top: 40px;
    }
    .search-area {
        margin-top: -230px;
        position: relative;
        z-index: 2;
    }
    .search-form .flight-type{
        display: flex;
    }
    .form-check{
        padding-left: 0 !important;
    }
    .search-form .flight-type .form-check-input {
        font-size: 12px;
        margin-top: 9.5px;
        box-shadow: none;
        border: 2px solid #111;
    }
    .cabinDropdown {
        padding: 5px 10px;
        font-size: 10px;
        border: none;
        /* border: 1px solid #ccc; */
        border-radius: 4px;
        background-color: #fff;
        color: #333;
        outline: none;
        cursor: pointer;
        width: 100%;
    }
    .dropdown-wrapper {
        display: inline-block;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin: 4px -15px;
    }
    .search-form .form-group label {
        /* color: #111; */
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }
}








@media screen and (min-width: 1200px) and (max-width:1400px){
    .flight-booking-item .flight-booking-time {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .flight-booking-item .flight-booking-content {
        display: flex;
        align-items: center;
        /* gap: 80px !important; */
    }
    .booking-sidebar .form-check-label {
        width: 100%;
        color: #111;
        font-size: 14px;
    }
    .offers-section-nm p {
        margin: 0;
        padding-top: 22px;
        /* padding: 15px 0 5px 0px; */
        font-size: 14px;
        margin: 0 30px;
    }
    .offers-section-nm a {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        padding-top: 8px;
        font-weight: 800 !important;
        /* padding: 10px 0 5px 40px; */
    }
    .footer-logo-nm p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
    }
    ul.list.list-footer a {
        font-size: 12px;
        color: #fff;
        padding: 0px;
    }
    .search-form .search-btn .theme-btn {
        /* position: absolute; */
        /* border-radius: 50px; */
        border: 2px solid #fff;
        bottom: -29px;
        font-size: 12px;
        border-radius: 0 !important;
        /* padding: 8px 10px; */
        padding: 7px 10px;
        white-space: nowrap;
        transform: translateX(-47%);
    }
}

.flight-search-item{
    position: relative;
}

.search-flight-nm12 {
    position: absolute;
    width: 12px;
    left: 4px;
    top: -4px;
    z-index: 100;
}
.search-flight-nm12 .search-arrow-nm{
    font-size: 10px;
    color: #ef5a29;
    margin-left: 10px;
}
.hero-content-wrapper h3{ 
    color: #fff !important;
    font-size: 40px;
    padding-bottom: 20px;
}




@media screen and (min-width: 1200px) and (max-width: 1400px){
    .hero-single {
        padding-top: 240px;
        padding-bottom: 250px;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        height: 500px;
    }
   
}


@media screen and (min-width: 1200px) and (max-width: 1380px){
    #switch-airports{
        margin-left: -34px;
      }
      .search-form .search-btn .theme-btn {
        position: absolute;
        /* border-radius: 50px; */
        border: 2px solid #fff;
        bottom: -43px;
        /* left: 35%; */
        font-size: 11px;
        border-radius: 0 !important;
        /* padding: 8px 10px; */
        padding: 10px 0;
        white-space: nowrap;
        transform: translateX(-47%);
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    #switch-airports{
        margin-left: -34px;
      }
      .search-form .search-btn .theme-btn {
        position: absolute;
        /* border-radius: 50px; */
        border: 2px solid #fff;
        bottom: -43px;
        left: 40%;
        font-size: 10px;
        border-radius: 0 !important;
        /* padding: 8px 10px; */
        padding: 10px 0;
        white-space: nowrap;
        transform: translateX(-47%);
    }
}



#filters label {
    font-size: 19px !important;
    margin-right: 0 !important;
    width: 100%;
    font-weight: 600;
}
#airline {
    padding: 8px 2px;
    width: 100%;
}
#flight_route{
    padding: 10px 0;
    width: 100%;
}

#filters div{
    width: 100%;
}
.roundFightNumber{
    font-size: 11px !important;
    font-weight: 600;
}
.flight-airline-name{
    /* font-size: 16px !important; */
    text-align: center;
}

.trending-airline-name {
    position: absolute;
    /* top: 84%; */
    left: 17%;
    font-size: 20px;
    color: azure;
    background: linear-gradient(to right, #2b3591, #f15a26);
    padding: 5px;
    font-weight: 700;

}



#parallexHeading{
    font-size: 26px;
}


.flight-booking-detail-info .table td {
   font-size: 12px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px){
    .flight-booking-detail-left .flight-full-date {
        font-size: 12px;
        color: #111;
        font-weight: 500;
    }
    .flight-booking-item .flight-booking-time .start-time-text, .flight-booking-item .flight-booking-time .end-time-text {
        font-size: 13px;
        color: #111;
        font-weight: 700;
    }
    #parallexHeading{
        font-size: 25px;
    }
    .parallexLeft img{
        margin-top: 10px;
        height: 485px !important;
        border-radius: 10px;
    }
    .navbar .nav-item .nav-link {
        color: #111;
        font-weight: 600;
        margin-right: 22px;
        padding: 20px 2px;
        font-size: 12px !important;
    }
    .tour-text-btn a{
        font-size: 14px !important;
    }
    .tour-text-btn i{
        font-size: 12px !important;
    }
    .tour-price{
        font-size: 13px !important;
    }
    .tour-title{
        font-size: 17px !important;
    }
}



















/* parallex code start here */
.parallex{
    background: linear-gradient(to bottom, rgb(225, 194, 194), rgba(255, 255, 255, 0.8)), url(../img/parallex/parallex-background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0;
}
.parallexLeft h3{
    color: #111;
    padding-bottom: 10px;
}
.parallexLeft img{
    margin-top: 10px;
    height: 500px;
    border-radius: 10px;
}
.parallex p{
    color: #111;
    font-size: 14px !important;
}
.parallex label{
    font-weight: 600;
}
.parallexButton{
    background:#EF5A29;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
}










/* modal code start here */
.positioncallemail {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 99999;
}
.positioncallemail a {
    background: #ef5a29;
    /* padding: 6px 15px; */
    font-size: 20px;
    width: 50px;
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    line-height: 56px;
    height: 50px;
    display: block;
    margin: 8px 0;
    /* border-radius: 5px 0px 0px 5px; */
    border-radius: 50%;
    box-shadow: 0 0 4px 0px rgb(0 0 0 / 22%);
}
button.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f00;
    opacity: 1;
    color: #fff;
    border-radius: 50px;
    line-height: 5px;
    font-size: 13px;
    padding: 7px;
    z-index: 999;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white), url(../img/modal/popup-background.jpg); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/modal/popup-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#bookingModalLabel{
    color: #fff !important;
}
#cross{
    color: #fff !important;
}
.text-grey{
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.modal-body p{
    font-size: 15px !important;
}
.modal-body .form-group .form-control{
    margin-bottom: 0 !important;
}
.w-100{
    height: 100%;
}

#exampleModal .modal-body {
    padding: 65px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white), url(https://media.istockphoto.com/id/155439315/photo/passenger-airplane-flying-above-clouds-during-sunset.jpg?s=612x612&w=0&k=20&c=LJWadbs3B-jSGJBVy9s0f8gZMHi2NvWFXa3VJ2lFcL0=);
    background-position: bottom;
    background-size: cover;
}
#exampleModal .modal-body h3 {
    font-size: 18px;
    color: #000;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    /* font-weight: 700; */
    text-align: center;
}
#exampleModal .modal-body h5 {
    font-size: 17px;
    color: #000;
    position: relative;
    z-index: 999;
    /* font-weight: 600; */
    padding: 10px 0;
    text-align: center;
}
#exampleModal .modal-body a {
    text-align: center;
    background: #0369f7;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    display: table;
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
}
#exampleModal .modal-body p {
    text-align: center;
    margin: 5px 0px 0px 0px;
    position: relative;
    z-index: 999;
}




.navbar .navbar-brand{
    display: none !important;
}
.fixed-top .navbar-brand{
    display: block !important;
}




.img-fluid{
    height: 80px;
    border-radius: 50%;
}
.borderr img {
    border-radius: 50%;
}
#allText p{
    font-size: 14px !important;
}
#allText i{
    font-size: 12px !important;
}
#allText h5{
    font-size: 13px !important;
}
#allTextImage{
    width: 40px !important;
}


/* .flight-booking-content2{
    display: flex;
    align-items: center;
    gap: 250px !important;
} */
.flight-booking-item .flight-booking-contentDestination {
    display: flex;
    align-items: center;
    gap: 0px !important;
}
.flight-booking-item .flight-booking-price1Destination {
    /* padding-left: 30px; */
    padding: 0 12px 0 0;
    z-index: 99;
    /* margin-top: -55px; */
    /* border-radius: 0 5px 0 0; */
    text-align: right;
}
.flight-booking-item .flight-booking-price1Destination::before {
    position: absolute;
    content: '';
    top: -20px;
    bottom: -21px;
    /* left: 0; */
    right: 0;
    width: 27%;
    border-left: 1px solid #cfcfcf;
    z-index: -1;
    background: #f1f1f1;
    border-top-right-radius:0px;
    padding-right: 20px !important;
}
.flight-booking-item .price-info .price-amountDestination {
    color: #111;
    font-weight: 600;
    font-size: 30px;
}
.roundFightNumberDestination {
    font-size: 18px !important;
    font-weight: 600;
}

.flight-booking-destination .flight-booking-info{
    width: 75%;
}
.flight-booking-destination .flight-booking-price1Destination {
    text-align: center;
    width: 25%;
}
.flight-booking-destination {
    margin-top: 0px !important;
}




.RoundFlightDestinationBox{
    padding-top: 50px;
}
.RFDBMain{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}
.RFDBLeft h2{
    font-size: 35px;
    padding-bottom: 10px;
}
.RFDBLeft p{
    color: #111 !important;
    text-align: justify;
	font-size: 16px;
    line-height: 30px
}
.RFDBRight{
    border-radius: 10px;
    background: #FFF7F3;
    padding: 20px;
}
.RFDBRight img{
    margin: 20px 0;
}
.RFDBRight a{
    font-size: 23px;
    color: #111;
    font-weight: 700;
}
.destiBtn{
    background: #ef5a29;
    color: #fff !important;
    font-size: 16px !important;
    padding: 8px 40px;
    border-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:#fff !important;
    background-color: #ef5a29;
    border-color: #ef5a29 !important;
}
.flight-booking-destination .flight-booking-item{
    border-radius: 0;
}
.All-tabs .nav-tabs .nav-link:hover{
    background: #000;
    color: #fff;
}
.All-tabs{
    margin-top: 60px;
}
.All-tabs .nav-tabs{
    gap: 2px;
    background: #fff;
}
.All-tabs .nav-tabs .nav-link{
    border: 1px solid #eee;
    color: #ef5a29;
    border-bottom: none;
}
.navbar .header-top-right {
    display: none;
}

.fixed-top .header-top-right{
    display: block;
}
.fixed-top .top-contact-info ul li a {
    font-size: 30px !important;
    color: #fff;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 100px) and (max-width: 767px){
	
	.header-top-left {

    justify-content: center;
}
.header-top-right {
 
    justify-content: center;
}
.fixed-top .header-top-right {
    display: none;
}
    .navbar.fixed-top .navbar-toggler-btn-icon {
        color: #fff;
        font-size: 35px;
        margin-right: 10px;
        border: 1px solid #fff;
    }
	.navbar.fixed-top .nav-item .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 14x !important;
}
    .navbar-collapse {
        max-height: max-content;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff;
    }
	    .search-form .flight-type .form-check-label {
        font-weight: 500;
        /* color: #111; */
        color: #fff;
        font-size: 12px;
    }
	    .search-form .form-group label {
        /* color: #111; */
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    } 
	    .search-area {
        margin-top: -3px;
        position: relative;
        z-index: 10;
    }
	.flight-booking-item .flight-booking-time {
    display: block;
    align-items: center;
    gap: 0px;
    width: 100%;
}
.flight-booking-item .flight-booking-time .start-time, .flight-booking-item .flight-booking-time .end-time {
    display: flex
;
    align-items: center;
    gap: 125px;
    width: 100%;
}
.flight-booking-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    /* padding: 20px 20px 0px; */
    padding: 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.roundFightNumber {
    font-size: 20px !important;
    font-weight: 600;
}
	
}


/*Trending Airlines Media Query*/

/* Small (sm) */
@media (min-width: 576px) {
  .trending-airline-name {
    font-size: 8px;
        left: 10%;
        top: 50%;
    }
    #trending-air-container {
    padding: 5px 20px;
    font-size: 12px;
    }
    .flight-booking-item .price-info .price-amount {
    font-size: 12px;
    }
    .bg-light {
    padding: 0;
    }
}

/* Medium (md) */
@media (min-width: 768px) {
   .trending-airline-name {
    font-size: 12px;
    left: 12%;
    }
    #trending-air-container {
    padding: 5px 20px;
    font-size: 12px;
    }
    .flight-booking-item .price-info .price-amount {
    font-size: 12px;
    }
    .bg-light {
    padding: 0;
    }

}

/* Large (lg) */
@media (min-width: 992px) {
 
    #trending-air-container {
    padding: 5px;
    }
    .trending-airline-name {
        font-size: 12px;
        left: 25%;
    }
    .trending-airline-name span {
    font-size: 10px;
    }
    .bg-light {
    padding: 0;
}

/* Extra Large (xl) */
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

/* XXL (xxl) */
@media (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}