﻿.tg-hero-arrow-box button.tg-hero-prev {
    left: auto;
    right: 0 !important;
}

.tg-chose-2-content {
    padding: 30px 44px 30px 44px;
}

.nice-select {
    background-color: #f3f3f4;
    border: 1px solid #f3f3f4;
    line-height: 42px;
    padding-left: 15px;
    height: 44px;
    border-radius: 10px;
}

    .nice-select .current {
        font-size: 13px;
    }

.tg-booking-form-search-btn .bk-search-button {
    width: 100%;
}


input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    background-color: #f3f3f4;
    height: 44px;
    border: 1px solid #f3f3f4;
    padding-left: 15px;
}

#hotelsearch .tg-booking-form-input-group {
    flex-wrap: nowrap;
}

.tg-booking-form-parent-inner input, .tg-booking-form-parent-inner input::placeholder, .Journey_date input, .Journey_date input::placeholder {
    font-size: 13px
}

.tg-booking-quantity-item2 {
    width: 130px;
    position: relative;
}

    .tg-booking-quantity-item2 span {
        width: 35px;
        height: 34px;
        line-height: 34px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        color: var(--tg-common-black);
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.4s ease;
        margin: 0 3px !important;
    }

    .tg-booking-quantity-item2 .tg-quantity-input2 {
        height: 44px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e1e1e1;
        background-color: var(--tg-common-white);
        padding: 0 45px;
        width: 100%;
        border-radius: 6px;
    }

    .tg-booking-quantity-item2 span.decrement2 {
        right: auto;
        left: 0;
    }

.custom-select {
    width: 100%;
    height: 44px;
    background-color: #f3f3f4;
    border: 1px solid #f3f3f4;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 13px;
}

.tg-booking-date {
    width: 16%;
}

    .tg-booking-date input {
        padding-left: 15px !important;
        font-size: 13px
    }

.tg-hero-quantity {
    width: 23%;
}

    .tg-hero-quantity .tg-booking-add-input-field {
        width: 100%;
    }

.autocomplete-input {
    background-color: #f3f3f4 !important;
    height: 44px !important;
    border: 1px solid #f3f3f4 !important;
    padding-left: 15px !important;
    border-radius: 10px;
    padding-top: 0;
}

span.location {
    z-index: 9;
    right: 10px;
    top: 54%;
}

.tg-tour-about-sidebar input[type=text], .tg-tour-about-sidebar textarea, .tg-tour-about-review-form input[type=text], .tg-tour-about-review-form textarea, .tg-tour-about-review-form input[type=email], .tg-tour-about-review-form input[type=tel] {
    background-color: #f3f3f4;
    height: 44px;
    border: 1px solid #f3f3f4;
    padding-left: 15px;
    border-radius: 10px;
}

.tg-tour-about-sidebar input::placeholder {
    font-size: 13px;
}

.login-btn {
    color: var(--tg-common-white);
    border: 1px solid var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    width: 100%;
    text-align: center;
}
.image {
    
    height: 180px;
    background-position: center;
    background-size: cover;
}

.tg-booking-form-parent-inner input {
    padding-left: 15px;
    border-radius: 10px;
}
.tg-hero-bg::before {
  display: none;
}

.tg-hero-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
	#hotelsearch .tg-booking-form-input-group {
    flex-wrap: wrap;
}
    #hotelsearch .tg-hero-quantity {
    width: 100%; 
}
#hotelsearch .tg-booking-date {
    width: 49%;
    margin-right: 3px;
}

    #cruisesearch .tg-hero-quantity {
    width: 100%; 
}
#cruisesearch .tg-booking-date {
    width: 100%;
    margin-right: 0;
}


	
}