.required::after {
    content: " *";
    color: red;
}

.ud-btn.btn-dark {
    background-color: var(--headings-color);
    border: 1px solid var(--headings-color);
    color: #ffffff;
}

#laravel-notify {
    position: relative;
    z-index: 9999 !important;
}

.advance-search-tab-inr .qty .count {
    color: #212529;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 2px;
    min-width: 30px;
    text-align: center;
}

.advance-search-tab-inr .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #2e2e2e;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    background: #f0f0f0 !important;
    line-height: 23px;
}

.advance-search-tab-inr .qty .minus {
    line-height: 23px;
    background: #f0f0f0 !important;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #2e2e2e;
    border-radius: 25px;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}

.advance-search-tab-inr .minus:hover {
    background-color: #fff !important;
}

.advance-search-tab-inr .plus:hover {
    background-color: #fff !important;
}

/*Prevent text selection*/
.add-guests span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.add-guests input {
    border: 0;
    width: 2%;
}

.advance-search-tab-inr input::-webkit-outer-spin-button,
.advance-search-tab-inr input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.advance-search-tab-inr input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.advance-search-tab-inr input::-ms-expand {
    display: none;
}

.add-guests input:disabled {
    background-color: white;
}

/*.advance-search-tab-inr form .row{
    background: #fff;
    border-radius: 50px;
    padding: 5px 10px;
}*/
.advance-search-tab-inr form .row label {
    text-align: left !important;
    width: 100%;
    font-weight: 600;
    color: #122223;
    text-shadow: unset;
    margin-bottom: 0px;
    padding-left: 10px;
}

/*.advance-search-tab-inr form .p-0 {
    border-right: 1px solid #DDDDDD;
}*/
.advance-search-tab-inr form .row input {
    border: none;
    height: unset;
    padding: 5px 10px;
    background: transparent;
    outline: none !important;
}

/*.advance-search-tab-inr form .p-0:last-child {
    border: none;
}*/
/*.advance-search-tab-inr form .add-guests label {
    padding: 0;
    text-align: center !important;
    margin-bottom: 10px;
}*/
.advance-search-tab-inr .coman-btn {
    background: #00D5A4;
    border: 2px solid #00D5A4;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 0 4px;
}

.advance-search-tab-inr .coman-btn:hover {
    background: #181a20;
    border: 2px solid #181a20;
}

.advance-search-tab-inr .next-bx {
    background: transparent;
    color: #00D5A4;
}

.advance-search-tab-inr .next-bx:hover {
    background: #00D5A4;
    color: #fff;
    border: 2px solid #00D5A4;
}

.invalid-feedback {
    display: block;
}

/*.more-bx {
    margin-top: 16px;
    text-align: right;
}*/
.advance-search-tab-inr {
    margin-bottom: 40px !important;
}

.advance-search-tab-result {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    max-width: 870px;
}

.value {
    color: #212529 !important;
    width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
}

.value12 {
    text-align: center;
}

.advance-search-tab-result form .add-guests label {

    margin-bottom: 0;
}

/*.advance-search-tab-result form .row {
    background: #fef7f6;

}*/

/*.step-frm {
    width: 700px;
    margin: auto;
    text-align: center;
}*/
.step-box {
    display: inline-block;
    color: #fff;
    margin: 0 80px;
    position: relative;
}

.step-box p {
    border: 2px solid #00D5A4;
    color: #00D5A4;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    width: 60px;
    line-height: 59px;
    border-radius: 50px;
}

.step-box.active p {
    background: #00D5A4;
    color: #fff;
}

.step-box:after {
    content: "";
    position: absolute;
    background: #00d5a4;
    height: 1px;
    width: 110px;
    top: 14px;
    margin: auto;
    text-align: center;
    left: 105px;
    /*    right: 0;*/
    vertical-align: middle;
}

.step-box:last-child:after {
    content: unset;
    ;
}

.step-box {
    color: #00d5a4;
    font-size: 20px;
    font-weight: 600;
}

.step-content-frm-btn {
    margin-top: 60px !important;
    width: 80%;
    margin: auto;
}

.step-content-frm-btn a {
    background: #00D5A4;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    color: #ffff;
    border: 2px solid transparent;
}

.step-content-frm-btn a.step-content-frm-btn-lft {
    background: transparent;
}

.step-content-frm-btn a:hover {
    border: 2px solid #01d5a5;
    background: transparent;
}

a.step-content-frm-btn-lft {
    float: left;
}

a.step-content-frm-btn-rt {
    float: right;
}

.step-text {
    width: 60%;
    margin: auto;
    text-align: center;
    color: #fff;
}

.step-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 47px;
}

.finish p span {
    display: none;
}

.active p i.fa.fa-check {
    display: none;
}

.finish p i.fa.fa-check {
    display: block;
}

.step-box i.fa.fa-check {
    display: none;
}

/*body .home-banner-style1 .home-style1 {
    padding-top: 170px;
    height: unset;
    min-height: 100vh;
}*/
.step-content-frm .card {
    padding: 30px;
    background: #00202c;
}

.step-content-frm .card label {
    color: #00d5a4;
}

.step-content-frm .card .form-control {
    background-color: #cacaca;
    background-color: #00131a;
    color: #fff;
    border: none;
}

.step-content-frm .card textarea.form-control {
    height: 120px;
    resize: none;
}

.step-content-frm .card button.btn {
    float: right;
    background: #00d5a4;
    border: 2px solid #00d5a4;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
}

.step-content-frm .card button.btn:hover {
    background: transparent;
    border: 2px solid #00d5a4;
    color: #00d5a4;
}

.form-control-icon i.fa.fa-caret-down {
    position: absolute;
    right: 15px;
    top: 46px;
    height: unset;
    line-height: normal;
}

.form-control-icon {
    position: relative;
}

.is-invalid {
    border-color: red;
}

.error-message {
    font-size: 12px;
    color: red;
}

#imagePreview {
    display: flex;
    flex-wrap: wrap;
}

.img-preview {
    width: 100%;
    /* Set width for preview images */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Maintain aspect ratio */
    margin-bottom: 10px;
    /* Spacing between images */
    border: 1px solid #ddd;
    /* Optional border */
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
}

/*15-11-2024*/
#signUpForm .log-reg-form .d-grid.mb20 button.ud-btn.btn-thm {
    background-color: #5BC6A7;
    border-color: transparent;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
    background-color: #081E2D !important;
    color: #fff !important;
    border: none;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr #add-quotes-heading {
    margin: 40px 0 20px 0 !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr #add-quotes-heading .quotes_label, .step-two-wrapper .quotes_label-main .quotes_label {
    font-size: 14px;
    color: #4E4E4E !important;
    font-weight: 500;
}
#signUpForm .log-reg-form .d-grid.mb20 button.ud-btn.btn-thm:hover {
    border-color: #122223;
    background-color: #122223;
}

#signUpForm .log-reg-form .d-grid.mb20 button.ud-btn.btn-thm:before {
    display: none;
}

#signInForm .log-reg-form button.ud-btn.btn-thm {
    background-color: #5BC6A7;
    border-color: transparent;
}

#signInForm .log-reg-form button.ud-btn.btn-thm:before {
    display: none;
}

#signInForm .log-reg-form button.ud-btn.btn-thm:hover {
    border-color: #122223;
    background-color: #122223;
}

.cormorant-garamond-medium {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
}

a.scrollToHome.show:hover {
    border-color: #fff;
}

a.scrollToHome.show {
    bottom: 75px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 20px;
    background-color: rgba(18, 34, 35, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    outline: none !important;
    box-shadow: none;
}

.dashboard_sidebar_list .sidebar_list_item a:hover {
    margin: 8px 0;
}
.dashboard_content_wrapper .dashboard_sidebar_list .ff-heading, .dashboard_sidebar_list p.fz15.fw400.ff-heading.mt30 {
    margin: 10px 0px 10px 20px !important;
}
/*.dashboard_content_wrapper .dashboard_sidebar_list .sidebar_list_item a {
    margin-bottom: 5px;
}*/
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .property-page button.ud-btn {
    background-color: #5BC6A7;
    border-color: #5BC6A7;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .property-page button.ud-btn:hover {
    background-color: #122223;
    border-color: #122223;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .property-page button.ud-btn:before {
    display: none;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane .ud-btn {
    background-color: #5BC6A7;
    border-color: #5BC6A7;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane .ud-btn:hover {
  background-color: #122223;
  border-color: #122223;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane .ud-btn:before {
  display: none;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane a.ud-btn.btn-white {
    background-color: transparent;
    border-color: #5BC6A7;
    color: #5BC6A7;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane a.ud-btn.btn-white:hover {
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane .upload-img .ud-btn {
    background-color: transparent;
    border-color: #5BC6A7;
    color: #5BC6A7;
    cursor: pointer;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .tab-pane .upload-img .ud-btn:hover {
    background-color: #5BC6A7;
    color: #fff;
}
.dashboard_content_wrapper .dashboard.dashboard_wrapper .dashboard__main .dashboard__content .upload-img {
    border-color: #5BC6A7;
}

header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item, header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    text-transform: unset !important;
}
.dashboard_sidebar_list .sidebar_list_item a:hover,
.dashboard_sidebar_list .sidebar_list_item a:active,
.dashboard_sidebar_list .sidebar_list_item a:focus,
.dashboard_sidebar_list .sidebar_list_item a.-is-active {
    background-color: #5BC6A7 !important;
}

.btn-white2:before {
    background-color: #5BC6A7 !important;
}

.dashboard_content_wrapper .dashboard__main .dashboard__content .ps-widget .d-grid a.ud-btn.btn-white2:hover {
    border-color: #5BC6A7;
}

.dashboard_header #respMenu li.visible_list a.list-item:hover {
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #5BC6A7;
}

.main-flow-inner .inner-banner-style1 p span {
    color: #4E4E4E;
}

.main-flow-inner .home-banner-style1 {
    background-color: #fff;
    padding: 100px 0 !important;
}

.main-flow-inner .home-banner-style1 .home-style1 {
    height: auto;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper {
    background-color: #F6F6F6;
    padding: 70px 0;
    border-radius: 20px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
    width: 100%;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .property_results_wrapper .advance-search-tab.advance-search-tab-inr form {
    width: 85% !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm {
    margin-bottom: 70px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box p {
    width: 20px;
    height: 20px;
    margin: 0;
    border-color: #E9E9E9;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active p,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish p {
    border-color: #5BC6A7 !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active p {
    position: relative;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active p:before {
    content: "";
    width: 8px;
    height: 8px;
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box .step-title {
    color: #E9E9E9;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active .step-title,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish .step-title {
    color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish .step-title {
    color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active p {
    background-color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish p {
    background-color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish i.fa.fa-check {
    color: #fff;
    line-height: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box .step-title {
    margin-left: 10px;
    font-weight: 600;
}

.step-three-wrapper .step-content-frm .card {
    background-color: transparent;
    border: none;
    padding: 0;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .add-more {
    font-weight: normal;
    padding: 10px 50px;
       background-color: transparent;
    border-color: #5BC6A7;
    color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .add-more:hover {
    background-color: #5BC6A7;
    border: #5BC6A7;
    color: #fff;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .next-btn {
    font-weight: normal;
    padding: 10px 60px;
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .next-btn:hover {
    background-color: #122223;
    border-color: #122223;
    color: #fff;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx input,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in input,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out input,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty {
    background-color: #ffffff;
    border-radius: 0;
    padding: 25px;
    margin: 0 !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    border-right: none;
    border-left: none;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty {
        border-right: 1px solid #DDDDDD;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx input {
        border-left: 1px solid #DDDDDD;
}
       
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 label,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label i,
.step-two-wrapper .inner-field-33 .icon-label i,
.step-two-wrapper .inner-field-33 .icon-label {
    margin: 15px 0 !important;
    color: #4E4E4E !important;
    font-weight: 500;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx input {
    border-radius: 20px 0px 0 20px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty {
    border-radius: 0 20px 20px 0;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests {
    position: relative;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx:after,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in:after,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out:after,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests:after {
    content: "";
    width: 0.5px;
    height: 68px;
    background-color: #D1D1D1;
    position: absolute;
    bottom: 10px;
    right: 1px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label,
.step-two-wrapper .inner-field-33 .icon-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx .icon-label,
.step-two-wrapper .inner-field-33 .search-slt-bx .icon-label {
    display: flex;
    padding-left: 30px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label span,
.step-two-wrapper .inner-field-33 .icon-label span {
    color: #122223;
    padding: 0 !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty .bg-dark {
    border: none !important;
    background-color: transparent !important;
    /*    color: #A7A5A5;*/
    font-size: 18px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty .minus {
    font-size: 28px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 input::placeholder,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty input.count {
    color: #4E4E4E !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in input,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out input {
    text-align: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in label,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out label {
    text-align: center;
    display: flex;
    justify-content: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active::after,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish::after {
    background-color: #5BC6A7;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box::after,
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box::after {
    background-color: #E9E9E9;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests input {
    background-color: #E4E4E4;
    border-radius: 0;
    padding: 25px;
    margin: 0 !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove {
/*    display: flex;
    align-items: center;*/
    margin: 0;
/*    border-radius: 0 20px 20px 0;*/
/*    padding: 25px !important;*/
/*    justify-content: center;*/
/*    background-color: #E4E4E4;*/
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
    border: none;
    padding: 25px;
    height: 90px;
    display: flex;
    background-color: #E4E4E4;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 20px 0;
    margin: 0;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result {
    margin-top: 20px !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests:after {}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session:hover {
/*    background-color: transparent;*/
    color: #122223;
}

.step-two-wrapper {
    width: 100% !important;
    padding: 100px 60px;
}

.step-two-wrapper {
    width: 100%;
    background-color: #F6F6F6;
    padding: 70px 0;
    border-radius: 20px;
}

.step-two-wrapper .inner-field-33 .icon-label label {
    padding-left: 10px;
}
.step-two-wrapper .quotes_label-main {
    margin-bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 1080px;
    width: 100%;
    margin: auto;
    padding-left: 70px;
}

.step-two-wrapper .property_results_wrapper .advance-search-tab.mt70.mt30-md.mx-auto.animate-up-3.advance-search-tab-inr.advance-search-tab-result.search_form_result {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result form {
    width: 100% !important;
}
.step-two-wrapper .step-content-frm-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.step-two-wrapper .step-content-frm-btn .step-content-frm-btn-lft {
    font-weight: normal;
    padding: 10px 50px;
background-color: transparent;
    font-size: 14px;
    color: #5BC6A7;
    border-color: #5BC6A7;
}

.step-two-wrapper .step-content-frm-btn .step-content-frm-btn-rt.goto_step_three {
    font-weight: normal;
    padding: 10px 60px;
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
    font-size: 14px;
}

.step-two-wrapper .inner-field-33 .search-slt-bx .icon-label {
    justify-content: start;
}

.step-two-wrapper .step-content-frm-btn .step-content-frm-btn-lft:hover {
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
}

.step-two-wrapper .step-content-frm-btn .step-content-frm-btn-rt.goto_step_three:hover {
    background-color: #122223;
    border-color: #122223;
    color: #fff;
}

.step-two-wrapper .row.inner-field-33.second-step-wdv {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.step-two-wrapper .inner-field-33 .add-guests .icon-label {
    display: flex;
    justify-content: start;
}

.step-three-wrapper {
    background-color: #F6F6F6;
    padding: 70px 0;
    border-radius: 20px;
}

.step-three-wrapper .step-content-frm .card {
    display: flex;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.step-three-wrapper .step-content-frm .card label.form-label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 500;
}

.step-three-wrapper .step-content-frm .card .form-control {
    background-color: #E4E4E4 !important;
    color: #00131a !important;
}

.step-three-wrapper .step-content-frm .card .form-control-icon i {
    color: #00131a;
}

.step-three-wrapper .step-content-frm-btn .finish {
    font-weight: normal;
    padding: 10px 50px;
    background-color: transparent;
    font-size: 14px;
    color: #5BC6A7;
    border-color: #5BC6A7;
}

.step-three-wrapper .step-content-frm-btn #step_three_btn {
    font-weight: normal;
    padding: 10px 60px;
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
    font-size: 14px;
}

.step-three-wrapper .step-content-frm-btn .finish:hover {
    background-color: #5BC6A7;
    border-color: #5BC6A7;
    color: #fff;
}

.step-three-wrapper .step-content-frm-btn #step_three_btn:hover {
    background-color: #122223;
    border-color: #122223;
    color: #fff;
}

.step-three-wrapper .step-content-frm-btn {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.step-four-wrapper {
    background-color: #F6F6F6;
    padding: 70px 0;
    border-radius: 20px;
}

.step-four-wrapper .step-content-frm p {
    color: #4E4E4E !important;
    margin-top: 40px;
    margin-bottom: 0 !important;
    font-weight: 400;
}

.step-four-wrapper .step-content-frm-btn {
    display: flex;
    justify-content: center;
}
header.nav-homepage-style nav.posr .container.posr.menu_bdrt1 #respMenu li a.list-item:hover {
    text-decoration: underline;
}
.step-four-wrapper .step-content-frm-btn .step-content-frm-btn-rt.done_page_btn {
    font-weight: normal;
    padding: 10px 50px;
    background-color: #5BC6A7;
    font-size: 14px;
}

.step-four-wrapper .step-content-frm-btn .step-content-frm-btn-rt.done_page_btn:hover {
    background-color: #122223;
    border-color: #122223;
}

.step-four-wrapper .step-content-frm .final-icon {
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}

.step-four-wrapper .step-content-frm .final-icon svg {
    height: 100px;
}

.body_content_wrapper:before {
    display: none;
}

#signInForm .log-reg-form p.dark-color.text-center.mb0.mt10 a.dark-color.fw600:hover {
    color: #5BC6A7;
}
.dashboard_sidebar_list .sidebar_list_item a {
    font-weight: 400;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item, header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    font-weight: 400;
}

/* location auto load list style start */

/* Style the dropdown container */
.pac-container {
    background-color: #ffffff !important;
    border: 0px solid #ccc !important;
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    z-index: 1050 !important;
    /* Ensure it appears above other elements */
}

/* Style the individual suggestion items */
.pac-item{
       border-bottom: 1px solid #ccc !important;
}
.pac-item,  .pac-item-query {
    font-family: jost, sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    padding: 10px !important;
    font-weight: 400;
}

/* Highlighted item on hover */
.pac-item:hover{
    background-color: #5BC6A7 !important;
    color: #fff !important;
}
/*.pac-item .pac-matched:hover {
    color: #fff !important;
}*/
.pac-item:hover .pac-matched, .pac-item:hover .pac-item-query, .pac-item:hover .pac-matched, .pac-item:hover .pac-icon-marker, .pac-item:hover  .pac-icon, .pac-item:hover svg {
    color: #fff !important;
}

/* Style the bolded parts (matching text) */
.pac-item .pac-matched {
    font-weight: 400 !important;
    color: #0056b3 !important;
}

.pac-container::after {
    display: none !important;
}
/* .pac-container .pac-item span.pac-matched {
    display: none !important;
} */

.pac-container .pac-item {
    padding-left: 10px !important;
}

/* location auto load list style end */

.noty_bar {
    font-size: 16px;
    /* Increase font size */
    color: #fff;
    /* White text */
    background-color: #d9534f;
    /* Red background for error */
    border-radius: 5px;
    /* Rounded corners */
    padding: 10px 15px;
    /* Add padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
}

.noty_body {
    font-weight: bold;
    /* Bold text for better readability */
}

.noty_progressbar {
    background-color: #fff;
    /* Progress bar color */
    height: 5px;
    /* Height of the progress bar */
}

.modern-error {
    display: none; /* Initially hidden */
    color: #D9534F; /* Subtle red */
    background: #FDF2F2; /* Light pinkish background */
    padding: 8px 12px;
    border: 1px solid #F5C6CB; /* Softer border */
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add some depth */
}

/* Icon styling */
.modern-error i {
    margin-right: 6px;
    color: #D9534F;
    font-size: 16px;
    vertical-align: middle;
}
.autocomplete-container .pac-item-query:hover{
    color: #fff !important;
}
.pac-icon-marker {
  display: none; /* Hide the original icon */
}

.pac-item::before {
  content: "\f3c5"; /* Add your custom icon */
  display: inline-block;
  width: 16px;
  height: 16px;
/*  background-color: #00D5A4;
  border-radius: 50%;*/
  margin-right: 10px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}

.gm-style-cc {
    bottom: 10px !important; /* Adjust vertical position */
    right: 10px !important; /* Adjust horizontal position */
    opacity: 0.7; /* Slightly transparent */
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.more-bx a.coman-btn.next-bx.cancel_form.destroy_session:hover {
    color: #00D5A4;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.more-bx a.coman-btn.next-bx.cancel_form.destroy_session:hover {
    background-color: transparent;
    color: #122223;
}
.header-custom .header-right a.ud-btn.request-accomodation {
    border: 1px solid #5BC6A7;
}
.header-custom .header-right a.ud-btn.add-property, a.ud-btn.request-accomodation.menu-btn.bdrs60 {
    cursor: pointer;
}
.step-three-wrapper .step-content-frm .card label.form-label {
    color: #4E4E4E;
    font-size: 14px;
    font-weight: 500;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .icon-label {
    display: none;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .row.inner-field-33.hide-desktop .icon-label {
    display: none;
}

.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-start .tooltip-inner,
.tooltip.bs-tooltip-end .tooltip-inner {
    background-color: #000; /* Black background */
    color: #fff;           /* White text */
    font-size: 14px;       /* Optional: Adjust text size */
    border-radius: 4px;    /* Optional: Rounded corners */
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-start .arrow::before,
.tooltip.bs-tooltip-end .arrow::before {
    border-color: #000; /* Match arrow color with tooltip */
}

.quotes_label {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
}


/* country code input styling */

/* :root {
    --primary: #111;
    --secondary: #fd0;
}	 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {    
    font-family: sans-serif;
    background-color: var(--secondary);
}

.select-box {
    position: relative;

    width: 30rem;
    /* margin: 7rem auto; */
}

.select-box input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    
    border: .1rem solid transparent;
    outline: none;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    background-color: #eee;
    border-radius: .5rem;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div{
    position: relative;

    width: 6rem;
    padding: 0 2.8rem 0 .5rem;
    text-align: center;
    cursor: pointer;
}

.selected-option div::after{
    position: absolute;
    content: "";
    right: .8rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);

    width: .8rem;
    height: .8rem;
    border-right: .12rem solid black;
    border-bottom: .12rem solid black;

    transition: .2s;
}

.selected-option div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    display: none;
    z-index: 9;
    top: 40px;
}
.selected-option {
    background-color: #E4E4E4 !important;
    color: #00131a !important;
}
.select-box ol li:hover {
    background-color: #5BC6A7 !important;
    color: #fff;
}
.select-box ol li:hover span, .select-box ol li:hover strong {
    color: #fff !important;
}
.select-box .options input.search-box {
    border-bottom: .1rem solid #eee;
}

.select-box .options.active {
    display: block;
    color:#000;
}

.select-box .options {
    color:#000;
}


.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: #000;
}

input.search-box {
    background-color: #fff;
    color: #000;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}

.country-trigger {
    cursor: pointer;
  }

ol, ul {
    padding-left: 0px;
}

.manage_accomodation_label_style {
    display: flex;
    justify-content: center;
    align-items: center;
/*    width: 100%;*/
    margin-bottom: 30px !important;
}
.manage_accomodation_label_style .quotes_label {
    font-size: 18px;
    color: #4E4E4E !important;
    font-weight: 500;
}

#signInForm .log-reg-form a.dark-color.fw600:hover {
    color: #5BC6A7;
}

/*03-02/2025*/
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    max-width: none;
}
.daterangepicker {
    border: 1px solid #E9E9E9;
    padding: 30px !important;
    border-radius: 30px !important;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 0.15);
    border: none !important;
    margin-top: 10px !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 40px !important;
    height: 35px !important;
    font-size: 0.9375rem !important;
    font-weight: 500 !important;
    min-width: 32px !important;
    line-height: 24px !important;
}
table th, table td {
    padding: 8px 15px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5BC6A7 !important;
    color: #fff !important;
    border-radius: 4px !important;
}
.daterangepicker:before, .daterangepicker:after {
    display: none !important;
}

.daterangepicker {
    left: 50% !important;
    transform: translate(-50%) !important;
    width: max-content !important;
}
.form-style1 .form-control.active, .form-style1 .form-control:focus {
    outline: 1px solid #DDDDDD !important;
}
/* Hide number input arrows in Safari */
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ensures it works in all browsers */
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
input[type="number"]:hover::-webkit-inner-spin-button,  
input[type="number"]:hover::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.dashboard__content {
    min-height: 80vh;
}
.forgot-password {
    background-color: #5BC6A7;
    border-color: transparent;
}
.forgot-password::before{
    display: none !important;
}
.forgot-password:hover {
    border-color: #122223;
    background-color: #122223;
}
.forgot-page-login:hover {
    color: #5BC6A7;
}
.select-box .options.active {
    border: 1px solid #DDDDDD;
}
.our-compare.pb60 {
    padding-top: 60px;
}
.dashboard__main .dashboard__content #nav-tabContent .tab-pane input:focus {
    outline: 1px solid #DDDDDD !important;
}
.register-page-icon .login-bg-icon {
    position: absolute;
    right: 0;
    bottom: 20%;
}
form#signUpForm .select-box {
    width: 100%;
}
.select-box .selected-option div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.select-box .selected-option div strong {
    position: relative;
    left: 6px;
}
header.nav-homepage-style nav.posr .container.posr.menu_bdrt1 #respMenu li a.list-item {
    text-transform: unset !important;
}
@media screen and (max-width: 767px) {
    .daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    padding: 8px !important;
}
    .daterangepicker {
        width: 90% !important;
        padding: 0 !important;
    }
    table th, table td {
    padding: 0;
}

.daterangepicker .calendar-table {
    border-radius: 25px;
}
.daterangepicker {
    padding: 0px !important;
}
    .step-two-wrapper .quotes_label-main {
    padding-left: 18px;
    margin-bottom: 20px !important;
}
    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper {
    padding: 30px 25px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty {
    border-radius: 15px !important;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx:after, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in:after, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out:after, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests:after{
    display: none;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out input, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests .qty {
        height: 40px;
        background-color: transparent;
        padding: 0;
        justify-content: start;
        text-align: left;
        padding-left: 0px;
        font-size: 14px;
        border: none;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label, .step-two-wrapper .inner-field-33 .icon-label {
    display: flex;
    justify-content: flex-start;
    text-align: left;
/*    padding-left: 20px;*/
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in label, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out label {
    text-align: left;
    display: flex;
    justify-content: left;
    margin-bottom: 0;
}
    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests input {
    height: 40px;
    background-color: transparent;
    text-align: left;
    padding: 0;
    padding-left: 35px;
    }
/*    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
    border: none;
    padding: 25px;
    height: 50px;
    display: flex;
    background-color: transparent;
    align-items: flex-start;
    justify-content: left;
    border-radius: 0 20px 20px 0;
    margin: 0;
}*/
    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
        border: none;
        padding: 0;
        height: 0;
        display: flex;
        background-color: transparent;
        align-items: flex-start;
        justify-content: right;
        border-radius: 0;
        margin: 0;
        position: absolute;
        right: 10px;
        top: 20px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
    right: 40px;
}
    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx .icon-label, .step-two-wrapper .inner-field-33 .search-slt-bx .icon-label {
        display: flex;
        padding-left: 0px;
    }
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .add-more, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx .next-btn {
    width: 100%;
    padding: 10px 20px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .more-bx {
    gap: 10px;
    margin-top: 40px;
}

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box::after, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box::after{
    width: 20px;
    left: 67px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box .step-title {
    font-size: 14px;
    width: 50px;
    margin-left: 0;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box {
    margin: 0 30px 0px 0px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box p {
    width: 15px;
    height: 15px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.active p:before {
    width: 6px;
    height: 6px;
}
.main-flow-inner .home-banner-style1 {
    padding: 50px 0 !important;
}
/*.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .add-guests {
    width: 49%;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33{
    gap: 6px;
}*/
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm {
    margin: 0px 10px 40px 10px;
    justify-content: space-between;
}
/*.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .more-bx {
    width: 49%;
}*/
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx {
    width: 100%;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .property_results_wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .more-bx {
    height: 60px;
}
.step-three-wrapper {
    padding: 30px 25px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box.finish i.fa.fa-check {
    font-size: 9px;
    padding: 1.5px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.more-bx {
    border-radius: 20px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 input::placeholder, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 input {
    font-size: 14px;
}
.step-three-wrapper .step-content-frm-btn {
    width: 100% !important;
    gap: 20px;
    margin-top: 40px !important;
}
.step-content-frm-btn {
    margin-top: 40px !important;
}
.step-three-wrapper .step-content-frm-btn .finish {
    padding: 10px 20px;
}
.step-three-wrapper .step-content-frm-btn #step_three_btn {
    padding: 10px 40px;
}
.step-three-wrapper .step-content-frm .card .form-control, .step-three-wrapper .step-content-frm .card .form-control::placeholder {
    font-size: 10px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .icon-label {
    display: flex;
/*    padding-left: 20px;*/
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .row.inner-field-33.hide-desktop:first-child .icon-label {
    display: flex;
            margin: 0 !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 {
    padding: 30px 30px;
    border-radius: 20px;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33{
    background-color: #081E2D;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .icon-label i, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .icon-label label {
    color: #fff !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label i, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-two-wrapper .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label label {
    color: #fff !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .search-slt-bx, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-in, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .check-out {
    border-bottom: 1px solid #D1D1D1;
}
/*.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .add-guests, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .remove {
    width: 50%;
    border: 0;
}*/
/*    .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove a.coman-btn.next-bx.cancel_form.destroy_session {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .add-guests .icon-label, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-one-wrapper .row.inner-field-33.hide-desktop .remove .icon-label {
    display: inline-flex;
    padding: 0;
}*/
/*.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .hide-desktop.inner-field-33 .add-guests {
    border-right: 1px solid #D1D1D1;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .hide-desktop.inner-field-33 .add-guests, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .hide-desktop.inner-field-33 .remove {
    margin-top: 20px !important;
}*/

.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr.search_form_result .inner-field-33 .col-lg-1.col-md-2.col-sm-12.p-0.remove .icon-label {
    display: none;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 label, .main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .advance-search-tab.advance-search-tab-inr .inner-field-33 .icon-label i, .step-two-wrapper .inner-field-33 .icon-label i, .step-two-wrapper .inner-field-33 .icon-label {
    margin-bottom: 0 !important;
}
.main-flow-inner .home-banner-style1 .home-style1 .inner-banner-style1 .step-frm .step-box:last-child {
    margin-right: 0;
}
}