.form-group-select {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input.app-view-popup-style.lp-review-btn.btn-second-hover {
    text-align: center;
}

.delete-save-data {
    color: #E7412C;
    border: 1px solid #E7412C;
    background: white;
    padding: 3px 14px;
    border-radius: 8px;
    font-size: 15px;
}

.add-to-fav .grey-star,
.without-login .grey-star {
    color: grey !important;
}

.remove-fav .grey-star {
    color: gold !important;
}

.listing-app-view .list_view .saved-listing {
    display: block !important;
    right: 15px !important;
    top: 30px !important;
}

input.app-view-popup-style.lp-review-btn.btn-second-hover {
    background-color: #3B73CE !important;
    border-color: #3B73CE !important;
    color: #fff !important;
    width: 100% !important;
}

.delivery-local-charters ul li strong {
    font-weight: 800 !important;
    color: #333 !important;
}

.delivery-local-charters .features-listing {
    padding: 0px !important;
    margin-bottom: 30px;
}

.saved-listing {
    position: absolute !important;
    right: 160px;
    top: 0;
    border-radius: 0 8px 0 8px;
    box-sizing: border-box;
    color: #838080 !important;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 30px !important;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
}

#lp-submit-form .cwp-required-field-notice {
    background: #ffe6e6;
    border-left: #d12626 solid 3px;
    border-radius: 3px;
    color: #d12626;
    margin-bottom: 10px;
    width: calc(100% - 3px);
}

#lp-submit-form span.cwp-required {
    color: red;
}

#lp-submit-form .is-required label,
.cwp-field-container.cwp-field-repeating_field .cwp-repeating-single-field .cwp-repeating-single-field-content label {
    float: unset !important;
}

.form-group-select select {
    cursor: pointer;
}

.form-group-select .cwp-field-container {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lp-invoices-all-stats li .term-categories a {
    width: auto;
    padding: 2px 7px !important;
    margin: 4px 3px;
}

.lp-invoices-all-stats li .term-categories a:hover {
    color: #fff !important;
}

.extra-custom-fields .cwp-field-container label {
    color: #6a6a6a !important;
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 13px;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container label {
    display: block !important;
}

.extra-custom-fields {
    border: 1px solid #ddd;
    padding: 8px 14px 14px 14px;
    border-radius: 7px;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container {
    display: flex;
    flex-direction: column;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox input {
    display: none;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox label {
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox label::after {
    position: absolute;
    content: "\f0c8";
    border-radius: 3px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    font-family: "Font Awesome 6 free";
    font-weight: 400;
    font-size: 17px;
}

.widget-box.app-view-availability .flatpickr-innerContainer {
    width: 100%;
    justify-content: center;
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox input:checked+label::after {
    content: "\f14a";
}

.extra-custom-fields .cwp-field-container .cwp-checkbox-container .cwp-field-checkbox-container .cwp-field-checkbox input:checked+label::before {
    display: none;
}

.extra-custom-fields .cwp-field-container select {
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}

.flatpickr-day.flatpickr-disabled {
    color: #ff3b3b !important;

}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #1d1d1d;
}

.lp-custom-available-fields label {
    font-weight: 600;
    line-height: 26px;
    color: #7f7f7f;
    font-size: 15px;
    margin-bottom: 14px;
}

.lp-custom-available-fields .date-picker {
    margin: 0 10px 10px 0;
    padding: 10px 13px;
    border: 1px solid #e3e3e3;
    height: 44px;
}

.lp-custom-available-fields .remove-date {
    border: unset;
    background-color: unset;
    color: #f71111;
}

.lp-custom-available-fields #add-date {
    background-color: #3B73CE;
    color: #fff;
    border: unset;
    padding: 10px 24px;
    border-radius: 6px;
}

.calendar-section label {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.calendar-section {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.calendar-section .flatpickr-calendar {
    width: 100%;
    box-shadow: unset;
    border-top: 1px solid #ddd;
    padding-top: 22px;
}

.form-group.location-search.lp-captain-available {
    width: calc(48% + 3px);
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    border-radius: 4px !important;
    overflow: hidden;
	position: relative;
}

.search .form-group.location-search.lp-captain-available {
    border-radius: 0px !important;
}

.lp-default-location .ui-widget input#customCities {
    padding: 6px 6px 7px 65px;
}

.form-group.location-search.lp-captain-available .search-container {
    width: 100%;
    padding-left: 0;
}

.form-group.location-search.lp-captain-available .input-group-addon.location-label {
    background-color: #fff;
    width: 55px !important;
    margin-left: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #3e3e3e;
    font-family: 'Open Sans';
	height: 46px;
    line-height: 44px;
    padding: 0 10px;
}

.form-group.location-search.lp-captain-available input {
    background-color: #fff;
    border: unset;
    color: #1d1d1d;
    width: 100%;
    height: 46px;
	padding: 6px 10px;
}

.header-container .select2.select2-container.select2-container--default,
.lp-home-banner-contianer-inner .lp-search-bar .select2-container .select2-selection--single {
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 30px !important;
	position: relative;
	z-index: 99;
	height: 100% !important;
}

.flatpickr-calendar {
/* 	left: 519.5px !important; */
}

.lp-home-banner-contianer-inner .form-inline {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search {
    width: calc(100% - 145px) !important;
    margin-left: 0px;
    border-radius: 8px;
}

.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search .ui-widget input {
    border-radius: 4px !important;
    width: 100% !important;
    border: unset;
    height: 46px;
    padding: 6px 6px 7px 70px;
}

.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
    border-radius: 7px !important;
}

.lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
    border-radius: 5px;
}

.home-search .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 5px;
}

.form-group.location-search.lp-captain-available {
    background-color: #fff;
}

.header-filter.form-group.pos-relative .form-inline.top-search-form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative {
    width: 54px !important;
    background-color: #3b73ce !important;
    border: 4px solid #fff;
}

body .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent {
    width: calc(100% - 72px);
}

body .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15 {
    width: 48% !important;
}

.wrap-lp-custom-resources {
    padding: 28px 40px;
    overflow: auto;
}

.wrap-lp-custom-resources table {
    overflow: auto;
    background-color: #fff;
    box-shadow: -1px -1px 20px 5px #e2e2e2;
    border-radius: 10px;
}

.wrap-lp-custom-resources h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.5em;
}



.check-list-dates-colors ul {
    border: unset !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 27px;
    margin-bottom: 12px !IMPORTANT;
}

.check-list-dates-colors ul li {
    background-color: #fff0 !important;
    border: unset !important;
    padding: 0 !important;
    width: max-content !important;
    display: inline-block;
    font-size: 13px;
}

.check-list-dates-colors ul span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 6px;
}

.check-list-dates-colors ul span.red {
    background-color: #ff3b3b !important;
}

.check-list-dates-colors ul span.black {
    background-color: #393939 !important;
}

.check-list-dates-colors ul span.gray {
    background-color: rgba(57, 57, 57, 0.3) !important;
}

.lp-custom-book-button {
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(#42A1EC, #0070C9);
    border: 1px solid #0077CC;
    border-radius: 0 8px 0 8px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;

}

.lp-custom-book-button:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    color: #fff;
    text-decoration: none;
}

.form-group.lp-location-search i {
    display: none;
}

#customCitiesDropoff {
    width: 100% !important;
    padding-left: 72px;
    margin-top: 3px;
    border: unset;
}

@media (max-width:1200px) {
    .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
        width: calc(49% - -1px);
    }
}

@media (max-width:1024px) {
	.header-right-panel.clearfix.col-md-10.col-sm-10.col-xs-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
	
    body.listing-app-view .app-view-header .lp-home-banner-contianer.lp-home-banner-with-loc {
        height: 850px !important;
    }

    .listing-app-view .app-view-header h1.lp-app-view2-des {
        font-size: 46px !important;
        text-align: center !important;
        font-weight: 700;
    }

    .listing-app-view .app-view-header h2.lp-banner-browse-txt {
        text-align: center !important;
        margin-bottom: 30px;
    }

    .listing-app-view .app-view-header .lp-home-banner-contianer-inner {
        height: 850px;
        transform: translateY(-22%) !important;
    }

    .lp-home-banner-contianer-inner .form-inline {
        display: flex !important;
    }

    .listing-app-view .app-view-header .lp-home-banner-contianer-inner {
        top: 200px !important;
    }

    .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 2px solid #fff;
        margin-top: 2px;
    }

    .header-filter.form-group.pos-relative .lp-search-btn-header.pos-relative i {
        right: unset !important;
        left: 50%;
        transform: translate(-50%);
    }

    .top-search-form .lp-search-btn-header .lp-search-btn {
        width: 100%;
    }
}

@media (max-width:980px) {
	body .header-container .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.lp-default-location.vessel-active, .header-container .header-without-topbar .form-group.lp-location-search {
		width: 100% !important;
		height: 46px;
	}
	.search .header-without-topbar .form-group.lp-location-search #customCitiesDropoff {
		height: 46px;
	}
	.header-filter.form-group.pos-relative .form-inline.top-search-form {
		gap: 8px;
	}
	.lp-default-location .ui-widget input#customCities {
		height: 46px;
	}
	.fullwidth-header .header-filter .input-group-addon.lp-border {
		height: 46px;
	}
	body .header-container .header-without-topbar .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15, body .header-container .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent, .header-container .header-without-topbar .form-group.location-search.lp-captain-available {
		width: 100% !important;
	}
	.fullwidth-header .header-filter .input-group.width-49-percent {
		width: 100% !important;
		height: 46px;
	}
	.header-without-topbar .lp-menu-bar-color .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15, .header-without-topbar .lp-menu-bar.header-bg-color-class .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
		width: 100% !important;
	}
    .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
        width: calc(49% - -1px) !important;
    }
	.lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search {
		width: calc(100% - 139px) !important;
	}
}

#lp-submit-form .blue-section .form-group .checkbox.form-group {
    width: 100%;
}

#lp-submit-form .form-group.col-md-6.margin-bottom-0.preview-section-caption.clearfix {
    display: flex;
    flex-direction: column;
}

@media (max-width:768px) {
    .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search {
        width: 100% !important;
    }

    .listing-app-view .nav-tabs li a {
        font-size: 14px !important;
    }

    .lp-home-banner-contianer .lp-search-bar .form-group {
        margin-bottom: 0;
    }

    .lp-home-banner-contianer .lp-search-bar .form-group.lp-location-search {
        width: 100% !important;
    }

    .lp-home-banner-contianer-inner div.lp-search-bar div.form-group.lp-location-search {
        width: 100% !important;
    }

    body .header-container .lp-home-banner-contianer .lp-home-banner-contianer-inner .lp-search-bar .form-group.lp-suggested-search {
        margin-bottom: 0 !important;
    }
	
    .home.listing-app-view .grid_view.lp-grid-box-contianer .grid-view-hide {
        display: block !important;
    }
	
	.lp-search-bar .lp-search-bar-right {
        width: 100% !important;
    }

    .home .lp-custom-book-button {
        z-index: 999 !important;
        font-size: 13px !important;
    }

    .lp-search-bar-right .lp-search-icon {
        top: 15px !important;
        left: 36% !important;
    }
}


@media (max-width:600px) {
    .lp-custom-available-fields .date-group {
        display: flex;
    }

    .lp-custom-available-fields .date-picker {
        width: calc(100% / 2) !important;
    }
}

section.lp-section.single-page-bg .col-md-4.sidebar-top0 {
    position: unset !important;
    margin-top: -484px;
}

.lp-new-cat-wrape .select2-container--default .select2-search--inline .select2-search__field {
    height: 35px;
    margin: -20px 0 0 0 !important;
    padding: 0 20px !important;
}

h2.lp-banner-browse-txt {
    font-size: 26px !important;
}

.lp_auto_loc_container a {
    display: flex;
    justify-content: center;
    cursor: auto;
}

.lp-home-banner-contianer .lp_auto_loc_container {
    margin: auto !important;
    float: none !important;
}

.listing-app-view .grid_view .lp-grid-box-thumb img {
    height: 240px !important;
    object-fit: cover !important;
}

.logged-in #open-login-popup {
    display: none;
}

#open-login-popup span.elementor-button-text {
    color: #ffffff !important;
}

.lp-notifaction-inner h4 {
    color: #333 !important;
}

/* .page-template-template-dashboard .app-view-header-container .lp-search-toggle a:first-child{
	display: block !important;
} */

.post-submit .ui-tabs .ui-tabs-nav {
    float: none !important;
}

.submit_new_style .post-submit .white-section .btn-container a#tabsbtnremove,
.submit_new_style .post-submit .white-section .btn-container.clearfix #tabsbtn {
    padding: 6px 22px;
    float: none;
    display: inline-block;
    cursor: pointer;
}

.submit_new_style-outer .custom-file {
    background-color: #fff0 !important;
}

.avatar-circle .author-avatar {
    height: 94px;
    width: 94px;
    object-fit: cover;
}

#register .user-avatar-upload {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#register .user-avatar-upload .file-upload-btn {
    cursor: pointer;
}

#app-view-login-popup .modal-dialog {
    max-height: 70vh;
    overflow: auto;
}

.lp-dashboard-new .sidebar-nav .sidebar-brand {
    background-color: #2c3e50 !important;
}

.listing-app-view2 .lp-listing-logo img {
    width: 88px !important;
    height: 88px !important;
}

.lp-gps-tracklink {
    background-color: #fafafa;
    border: 1px solid #dedede;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.lp-sender-info .lp-quote-calculation-btn {
    text-transform: uppercase !important;
    display: inline-block !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 0 30px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    line-height: 37px !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #fff !important;
    background-color: #42a7df !important;
    float: right !important;
}

.lp-sender-info {
    margin-bottom: 16px;
}

#quoteform .claim-details .form-group {
    margin-bottom: 0px;
}

div#modal-quoteform {
    top: 30% !important;
    position: absolute !important;
}

#modal-quoteform input.lp-quote-btn.btn-second-hover {
    text-transform: uppercase !important;
    display: inline-block !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 0 30px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    line-height: 37px !important;
    box-shadow: none !important;
    border: 0 !important;
    color: #fff !important;
    background-color: #42a7df !important;
}

#modal-quoteform .claim-details .form-group label {
    font-size: 14px !important;
    color: #000000 !important;
}

.lp-dashboard-new #inbox div#lp-ad-click-inner {
    max-height: 589px;
    overflow: auto;
}

.sub_categories.custom_sub_categories.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.sub_categories.custom_sub_categories .subcat-select-field {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    overflow: auto;
    display: flex;
    align-items: center;
    scrollbar-width: none;
}

.sub_categories.custom_sub_categories .lp-state-wrapper {
    padding: 0 15px !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
}

.sub_categories.custom_sub_categories .lp-state-subcats {
    border: 0.1rem solid #dcd7ca;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items {
    max-height: 180px;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
}

.sub_categories.custom_sub_categories .lp-state-subcats .subcat-search-wrap {
    padding: 4px;
}

.sub_categories.custom_sub_categories .lp-state-subcats .subcat-search-wrap .subcat-search {
    height: 30px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    padding: 4px;
    font-size: 12px;
}

.sub_categories.custom_sub_categories .lp-state-subcats .subcat-search-wrap .no-results {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px;
    color: #7f7f7f;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item {
    background: #fff !important;
    padding: 5px 10px;
    margin: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item:hover {
    background: #363f48 !important;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item.highlighted {
    background: #363f48 !important;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item .lp-subcat-label {
    font-size: 14px;
    margin: 0;
}

.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item.highlighted .lp-subcat-label,
.sub_categories.custom_sub_categories .lp-state-subcats .lp-state-subcats-items .lp-subcat-child-item:hover .lp-subcat-label {
    color: #fff;
}

.sub_categories.custom_sub_categories .subcat-select-field .selected-subcats {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sub_categories.custom_sub_categories .subcat-select-field .selected-subcats .subcat-tag {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px 5px;
    background: #e8e8e8;
    border-radius: 5px;
    width: fit-content;
}

.lp-default-location.vessel-active .ui-widget input#customCities {
    padding: 6px 6px 7px 125px;
}

.header-container .header-bg-color-class .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.search .header-without-topbar .form-group.lp-location-search #customCitiesDropoff {
    border-radius: 0;
}

.header-without-topbar .form-group.lp-location-search .input-group-addon.lp-border.lp-where {
    margin-top: 1px;
}

@media (min-width: 600px) {
    #lp-submit-form .lp-featureimg {
        display: flex;
    }
}


#lp-submit-form .lp-featureimg .feature-image {
    display: flex;
    flex-direction: column;
}

@media (max-width: 480px) {
	
	.header-filter.pos-relative .input-group.width-49-percent,
	.header-filter .input-group.width-49-percent.margin-right-15 {
		margin-bottom: 0px !important;
	}
	
	.listing-app-view .app-view-header .lp-search-bar .form-inline .lp-search-bar-right .lp-search-icon {
        left: 30% !important;
    }

    body .cwp-ui-datepicker .ui-widget,
    .custom-combobox {
        width: 100% !important;
    }

    .header-container.lp-header-bg .video-lp {
        display: none;
    }
	
	.lp-home-banner-contianer-inner .lp-search-bar div.form-group.lp-location-search {
        margin-bottom: 0px !important;
		border-radius: 4px !important;
    }
	
	.header-without-topbar .lp-home-banner-contianer .lp-search-bar .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
        border-radius: 5px !important;
    }
	

}

.header-front-page-wrap .lp-menu-bar.header-bg-color-class {
    background-color: transparent !important;
}

.home-search .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered,
.listing-app-view .app-view-header .lp-home-banner-contianer-inner .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 44px !important;
}

.home-page.lp-joinus-icon-outer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.home-page.lp-joinus-icon-outer .lp-joinus-icon{
    padding-right: 15px;
}

.home-page.lp-joinus-icon-outer .lp-joinus-icon .lp-join-now{
    margin-top: 5px;
}

.home-page.lp-joinus-icon-outer .lp-joinus-icon .lp-join-now a{
    color: black !important;
}

.home-page.lp-joinus-icon-outer .lp-add-listing-btn a{
    width: 35px;
    height: 35px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
    padding: 0;
    color: black !important;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}

.homeheader{
    display: flex;
    justify-content: end;
}

.homeheader .lp-search-toggle i {
    font-size: 20px;
    color: #fff;
    margin-top: 13px;
}

.homeheader .pull-right {
    margin-right: 12px;
}

.homeheader .pull-right {
    margin-left: 6px;
}

.homeheader .list-style-none.main{
    right: 9% !important;
}

.lp-listing-desription a.cv-button {
    background-color: #3B73CE !important;
    border-color: #3B73CE !important;
    color: #fff !important;
    padding: 11px 28px 11px 28px;
}

.lp-search-chnage-styles-st .header-filter .select2-container .select2-selection--single .select2-selection__arrow {
    right: -5px;
    top: 7px;
}

.lp-search-chnage-styles-st .header-filter .select2-container .select2-selection--single .select2-selection__rendered {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right-panel .lp-search-chnage-styles-st .header-filter .form-inline.top-search-form .search-form-field .input-group-addon.lp-border {
    margin-top: 4px;
}

.header-right-panel .lp-search-chnage-styles-st .header-filter .form-inline.top-search-form .search-form-field {
    border: none !important;
}

.header-right-panel .lp-search-chnage-styles-st .header-filter .form-inline.top-search-form input.dropdown_fields {
    height: 46px !important;
}


@media (max-width: 1199px) {
    .lp-search-bar-right .lp-search-icon {
        top: 15px !important;
        left: 17px !important;
    }
	body .lp-customize-header-outer .header-without-topbar .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15,
	body .lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent,
	.lp-customize-header-outer .header-without-topbar .form-group.location-search.lp-captain-available {
		width: calc(45% - 19px) !important;
	}
}

@media (max-width: 1072px) {
    .lp-search-bar-right .lp-search-icon {
        top: 15px !important;
        left: 17px !important;
    }
	body .lp-customize-header-outer .header-without-topbar .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15,
	body .lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent,
	.lp-customize-header-outer .header-without-topbar .form-group.location-search.lp-captain-available {
		width: 100% !important;
	}
	.lp-search-chnage-styles-st .header-filter .select2-container .select2-selection--single .select2-selection__rendered {
		justify-content: flex-start;
	}
	.header-container .lp-search-chnage-styles-st .select2.select2-container.select2-container--default {
		height: 46px !important;
	}
	body .lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.lp-default-location {
		width: 100% !important;
	}
	.lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative {
		width: 10% !important;
	}
}

@media (max-width: 1024px) {
    .lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative input.lp-search-btn.lp-search-icon {
		width: 100% !important;
		top: 0;
		padding: 0;
	}
	.lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative {
        width: 11% !important;
    }
	.lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative i {
		transform: none;
	}
}

@media (max-width: 768px) {
	.header-filter .input-group.width-49-percent.margin-right-15 {
        margin-bottom: 0px !important;
    }
	body .header-container .header-without-topbar .lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15, body .header-container .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent, .header-container .header-without-topbar .form-group.location-search.lp-captain-available {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
    .lp-search-bar-right .lp-search-icon {
        top: 15px !important;
        left: 42% !important;
    }
	.listing-app-view .app-view-header h1.lp-app-view2-des {
        font-size: 33px !important;
        font-weight: 700;
        line-height: 46px;
    }
}

@media (max-width: 700px) {
	.lp-customize-header-outer .header-without-topbar .fullwidth-header .lp-search-chnage-styles-st .header-filter .lp-search-btn-header.pos-relative {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
	.header-without-topbar .lp-search-chnage-styles-st-fix {
		width: 100% !important;
	}
}

@media (max-width: 720px) and (min-width: 668px) {
    .lp-home-banner-contianer-inner div.lp-search-bar div.form-group.lp-location-search {
        width: 100% !important;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
	.lp-home-banner-contianer .lp-search-bar .lp-suggested-search .input-group-addon.lp-border {
        height: 46px !important;
        top: 0;
        line-height: 46px !important;
        width: 55px;
    }
}

@media (max-width: 666px) and (min-width: 481px) {
    .lp-home-banner-contianer-inner div.lp-search-bar div.form-group.lp-location-search {
        margin: 0px !important;
		border-radius: 4px !important;
    }
}