* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    color: #161717;
}

:focus-visible,
a:focus-visible,
a:focus {
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #D9DADC;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #161717;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    border-radius: 8px;
}

textarea.floating_input {
    height: auto;
}

input,
textarea {
    padding: 10px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,
select {
    height: 44px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select_down_arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 26px center !important;
    line-height: 1.2;
    text-indent: 0.01px;
    cursor: pointer;
    padding: 12px 36px 12px 16px !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.last-name-box select {
    background-position: right 8px center !important;
    padding: 12px 26px 12px 16px !important;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #161717;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 0;
    box-shadow: none;
}

/* country code number */
.country-code-overlap {
    position: relative;
}

.country-code-overlap input.floating_input {
    padding-left: 100px;
}

.country-code-overlap .country-code-type {
    padding-left: 85px;
}

.country-code-overlap select#country_code {
    position: absolute;
    width: 110px;
    top: 0;
    border: none;
    height: 42px;
}

/* countrycode number */

iframe {
    border: 0;
    width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

a {
    color: #37C0C9;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

a:hover {
    color: #37C0C9;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #626F70;
}


/* checkbox */
.check-box-group {
    display: block;
    position: relative;
    padding-left: 24px;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box-group p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.check-box-group p a {
    text-decoration: underline;
}

.check-box-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D9DADC;
    border-radius: 3px;
}


.check-box-group input:checked~.checkmark {
    background-color: #37C0C9;
    border-color: #37C0C9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box-group input:checked~.checkmark:after {
    display: block;
}

.check-box-group .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* checkbox end */

address,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 16px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
}

h1,
.heading-one {
    font-size: 48px;
    line-height: 64px;
}

h2,
.heading-two {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
}

h3,
.heading-three {
    font-size: 32px;
    line-height: 40px;
}

h4,
.heading-four {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

h5,
.heading-five {
    font-size: 24px;
    line-height: 30px;
}

h6,
.heading-six {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-border-bottom {
    border-bottom: 1px solid #D4EEF0;
}

.letter-spacing {
    letter-spacing: 0.08em;
}

.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-13 {
    font-size: 13px;
    line-height: 16px;
}

.font-14 {
    font-size: 14px;
    line-height: 18px;
}

.font-14-24 {
    font-size: 14px;
    line-height: 24px;
}

.font-14-28 {
    font-size: 14px;
    line-height: 24px;
}

.font-16 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.08em;
}

.font-16-20 {
    font-size: 16px;
    line-height: 20px;
}

.font-16-24 {
    font-size: 16px;
    line-height: 24px;
}


.font-16-26 {
    font-size: 16px;
    line-height: 26px;
}

.font-18 {
    font-size: 18px;
    line-height: 23px;
}

.font-18-23 {
    font-size: 18px;
    line-height: 23px;

}

.font-18-30 {
    font-size: 18px;
    line-height: 30px;

}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

img {
    max-width: 100%;
    display: block;
    margin: 0;
    height: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}


.container .row .row {
    margin-left: -12px;
    margin-right: -12px;
}




.container .row .col- .row .col- .row .col- {
    padding-left: 0;
    padding-right: 0;
}

/*.blog-detail-content {
    background: red;
}*/


.site_content {
    padding: 74px 0 0;
}

.modal-open .site_header {
    padding-right: 0px;
}


/* Pagination */
.pagination-block {
    padding-top: 30px;
    padding-bottom: 60px;
}

.pagination-block .page-link {
    font-size: 14px;
    color: #626F70;
    text-decoration: none;
    background-color: transparent;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 700;
    line-height: 14px;
}

.pagination-block .page-item.active a {
    border-radius: 10px;
    background-color: #EFF6F6;
}

.page-link {
    position: relative;
    display: block;
    padding: 10px 5px;
    height: 34px;
    width: 34px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.previous-arrow img,
.next-arrow img {
    margin: 0 auto;
}

.previous-arrow img {
    transform: rotate(90deg);
}

.next-arrow img {
    transform: rotate(270deg);
}

.page-link:focus {
    box-shadow: none;
}

/* Pagination end */

/*-- Icons --*/
svg:not(:root) {
    overflow: hidden;
}

i {
    display: block;
}

i::before {
    content: '';
    display: block;
    background-size: cover !important;
}

.icon-user::before {
    background: url(../images/icon_user.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon-menu::before {
    background: url(../images/humberger-menu.svg) no-repeat;
    width: 24px;
    height: 18px;
}

.icon_location::before {
    background: url(../images/icon_location.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_boat::before {
    background: url(../images/icon_boat.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_calendar::before {
    background: url(../images/icon_calendar.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_dark_location::before {
    background: url(../images/icon_dark_location.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_light_location::before {
    background: url(../images/icon_light_location.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_call::before {
    background: url(../images/icon_call.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon_user_host::before {
    background: url(../images/icon_user_host.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon_dock-clock::before {
    background: url(../images/dock-clock.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon-dockout::before {
    background: url(../images/dockout.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.icon_mail::before {
    background: url(../images/icon_mail.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon_footer_map::before {
    background: url(../images/icon_footer_map.svg) no-repeat;
    width: 18px;
    height: 20px;
}

.icon_message::before {
    background: url(../images/icon_message.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.icon_message_large::before {
    background: url(../images/icon_message.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.icon_close_modal::before {
    background: url(../images/icon_close_modal.svg) no-repeat;
    width: 14px;
    height: 14px;
}

.icon_notification_bell::before {
    background: url(../images/icon_notification_bell.svg) no-repeat;
    width: 24px;
    height: 24px;
}

.icon_red_cross::before {
    background: url(../images/icon_red_cross.svg) no-repeat;
    width: 24px;
    height: 24px;
}

.icon_true_sign::before {
    background: url(../images/icon_true_sign.svg) no-repeat;
    width: 24px;
    height: 24px;
}

.icon_message_red::before {
    background: url(../images/icon_message_red.svg) no-repeat;
    width: 60px;
    height: 60px;
}

/*  */
.icon_language::before {
    background: url(../images/icon_language.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon_currency::before {
    background: url(../images/icon_currency.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.icon_dimension::before {
    background: url(../images/icon_dimension.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.icon_location_transparent::before {
    background: url(../images/icon_location_transparent.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.icon_star::before {
    background: url(../images/icon_star.svg) no-repeat;
    width: 16px;
    height: 16px;
}
.icon_star_fill::before {
    background: url(../images/icon_star_fill.svg) no-repeat;
    width: 16px;
    height: 16px;
}
.icon_star_grey::before {
    background: url(../images/icon_star_grey.svg) no-repeat;
    width: 16px;
    height: 16px;
}
.icon_star_grey_large::before {
    background: url(../images/icon_star_grey_large.svg) no-repeat;
    width: 34px;
    height: 34px;
}
.icon_star_fill_grey_large::before {
    background: url(../images/icon_star_fill_grey_large.svg) no-repeat;
    width: 34px;
    height: 34px;
}
/* Label */
.aqua-bg-label {
    background-color: #D4EEF0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #272A2E;
    letter-spacing: 0.08em;
    padding: 4px 8px;
    text-transform: uppercase;
    border-radius: 16px;
}

.aqua-bg-label-large {
    padding: 5px 8px;
    font-size: 14px;
    background-color: #D4EEF0;
    font-weight: 700;
    color: #272A2E;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 16px;
}

.light-green-label {
    padding: 8px 12px;
    background: #EFF6F6;
    color: #161717;
    border-radius: 8px;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
}

/* Label end*/
/*-- Buttons -- */
.common_btn_aqua {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: #37C0C9;
    color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border: 1px solid transparent;
    height: auto;
    vertical-align: bottom;
}

.common_btn_aqua_medium {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    background-color: #37C0C9;
    color: #fff;
    border-radius: 10px;
    padding: 17px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
    height: auto;
    vertical-align: bottom;
}

.common_btn_aqua_small {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: #37C0C9;
    color: #fff;
    border-radius: 10px;
    padding: 9px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
    height: auto;
    vertical-align: bottom;
    border: 1px solid transparent;
}

.common_btn_aqua:hover,
.common_btn_aqua:focus,
.common_btn_aqua_small:hover,
.common_btn_aqua_small:focus,
.common_btn_aqua_medium:hover,
.common_btn_aqua_medium:focus {
    color: #fff;
    background-color: #249DA5;
}

.common_btn_aqua_disabled {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: #37C0C9;
    color: #fff;
    border-radius: 10px;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border: none;
    height: auto;
    vertical-align: bottom;
    opacity: 0.5;
    border: 1px solid transparent;
}

.common_btn_aqua_border {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 10px;
    padding: 12px 16px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.7s;
    color: #37C0C9;
    border: 1px solid #37C0C9;
    background-color: #fff;
}

.common_btn_aqua_border_small {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 10px;
    padding: 9px 15px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.7s;
    color: #37C0C9;
    border: 1px solid #37C0C9;
    background-color: #fff;
}

.common_btn_aqua_border:hover,
.common_btn_aqua_border:focus,
.common_btn_aqua_border_small:hover,
.common_btn_aqua_border_small:focus {
    background: #37C0C9;
    color: #fff;
}

/*--  End Common Button -- */

/*--  Common Border and font color -- */
.common_border {
    border: 1px solid #D9DADC;
    border-radius: 16px;
    transition: all 0.5s;
}

.border-with-space {
    border-bottom: 1px solid #D4EEF0;
    margin-top: 16px;
    margin-bottom: 16px;
}

.border-radius-16 {
    border-radius: 16px;
}

.border-radius-8 {
    border-radius: 8px;
}

/* .common_border:hover,
.common_border:focus{
    border: 1px solid #626F70;
} */
.aqua_font {
    color: #37C0C9 !important;
}

.black {
    color: #161717;
}

.dark_black {
    color: #272A2E;
}

.light-grey {
    color: #416168;
}

.dark-grey {
    color: #83A7B2
}

.thin-light-grey {
    color: #626F70;
}

.bg-grey {
    background: #EFF6F6;
}

.bg-primary-aqua {
    background: #37C0C9;
}

.uppercase {
    text-transform: uppercase;
}

.letter-spacing {
    letter-spacing: 0.08em;
}

/* padding */
.p-30 {
    padding: 30px;
}

.p-24 {
    padding: 24px;
}

.p-12 {
    padding: 12px;
}

.p-8-12 {
    padding: 8px 12px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-24 {
    margin-bottom: 24px;
}

.mb-60 {
    margin-bottom: 60px;
}


.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* padding end*/

/*--  End Common Border and font color -- */

/*--  Circle CheckBox CSS -- */
.circle_checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.circle_checkbox input[type='checkbox'],
.circle_checkbox input[type='radio'] {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.circle_checkbox .checked_label {
    position: relative;
}

.circle_checkbox .checked {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    background: #D6D7D7;
    border-radius: 100%;
    position: relative;
    transition: all 0.3s;
}

.circle_checkbox input[type='checkbox']:checked+.checked_label .checked,
.circle_checkbox input[type='radio']:checked+.checked_label .checked {
    background-color: #37C0C9;
}

.circle_checkbox .checked:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    transition: all 0.3s;
}

/*--  End Circle CheckBox CSS -- */

/*--  Square CheckBox CSS -- */
.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    border: 2px solid #D4EEF0;
    background: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.form-check-input[type=checkbox] {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}

.form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    transition: none;
    -webkit-transition: none;
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=radio]:checked {
    background-color: #37C0C9;
    border-color: #37C0C9;
    border: 4px solid #37C0C9;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio] {
    background-position: center;
    background-repeat: no-repeat;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('../images/check-box.svg');
    background-size: contain;
}

.form-check-input:checked[type=radio] {
    background-size: 34px;
}

.form-check-input[type=checkbox]:focus,
.form-check-input[type=checkbox]:focus {
    outline: 0;
    box-shadow: none;
}

.form-check-input:active {
    filter: none;
}

/*--  End Square CheckBox CSS -- */
/*--  Toggle Button CSS -- */
.switch input {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.switch {
    width: 40px;
    display: inline-block;
    height: 20px;
    position: relative;
}

.switch_slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #626F70;
}

.switch_slider:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-color: #626F70;
    border-radius: 30px;
    transition: 0.3s;
    top: -3px;
    left: -3px;
}

.switch input:checked+.switch_slider:before {
    background-color: #37C0C9;
    left: auto;
    right: -3px;
}

.switch input:checked+.switch_slider {
    border: 1px solid #37C0C9;
}

/*--  Material Form CSS -- */
.host-file-upload {
    position: absolute;
    right: 12px;
    top: 13px;
}

.upload-file-input {
    opacity: 0;
}
::file-selector-button {
    display: none;
}
.floating_group {
    position: relative;
    margin-bottom: 24px;
}

.floating_input,
.floating_select,
.host-file-div {
    display: block;
    position: relative;
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
    color: #161717;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    outline: 0;
    border: 1px solid #D9DADC;
    border-radius: 8px;
    height: 42px;
    line-height: 26px;
}



select.select-type-host {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.select-type-host.valid+.floating_label {
    display: none;
}

.floating_label {
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 7px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #626F70;
    font-size: 16px;
    font-weight: 400;
}

.floating_input:focus~.floating_label,
.floating_input:not(:placeholder-shown)~.floating_label,
.floating_select:focus~.floating_label,
.floating_select:not([value=""]):valid~.floating_label {
    font-size: 12px;
    line-height: 10px;
    color: #626F70;
    top: -5px;
    left: 22px;
    background: #fff;
    padding: 0 5px;
}

.with_country_code {
    display: flex;
    align-items: center;
    width: 100%;
    grid-gap: 16px;
}

.with_country_code .country_code {
    min-width: 116px;
}

.with_country_code .country_number {
    width: 100%;
}

.floating_group.password input {
    padding-right: 70px;
    transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
}

.floating_group input[type="password"] {
    padding-right: 45px;
}

.toggle-password {
    position: absolute;
    top: 8px;
    right: 16px;
}

.show-password,
.hide-password {
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
    display: block;
}

.show-password {
    display: none;
    background: url("../images/icon_show_eye.svg") no-repeat center;
}

.hide-password {
    background: url('../images/icon_hidden_eye.svg') no-repeat center;
}

.show-hide-password .hide-password {
    display: none;
}

.show-hide-password .show-password {
    display: block;
}

/*--  End Material Form CSS -- */

/*--  End Toggle Button Form CSS -- */
/* date picker */
.date_range_label {
    display: flex;
    align-items: center;
    padding: 8px 46px 8px 16px;
    background-image: url(../images/arrow_select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    position: relative;
    cursor: pointer;
}

.date_range_label img {
    margin-right: 8px;
}

.date_range_label .text {
    font-size: 14px;
    line-height: 24px;
    color: #415468;
}

.date_range_label input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 8px 46px 8px 16px;
    height: auto;
    z-index: -1;
}

/* end date picker */

/* breadcrumbs */
.breadcrumb {
    margin: 16px 0 30px;
}

ol.breadcrumb {
    margin: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #626F70;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #37C0C9;
}

/* breadcrumbs end*/
/* grid css */
.grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* ======================================================= End Common CSS ========================================================= */

/* Header CSS */
.site-content {
    margin-top: 74px;
}

.site_header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #D9DADC;
}

.site_header.sticky {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-bottom: none;
}

.header_logo a,
.header_logo {
    display: block;
}

.header-right {
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
}

.navigation>ul {
    gap: 30px;
    margin: 0;
}

.auth-language .user-action {
    gap: 16px;
    margin: 0;
    align-items: center;
}

.user-lang {
    position: relative;
    border: 1px solid #D4EEF0;
    padding: 8px 25px 8px 10px;
    border-radius: 10px;
    background-color: #EFF6F6;
    cursor: pointer;
    color: #83A7B2;
}

.user-sign {
    border: 1px solid #D4EEF0;
    padding: 7px 10px;
    border-radius: 10px;
    background-color: #EFF6F6;
}

.user-lang:hover,
.user-lang:focus,
.user-sign:hover,
.user-sign:focus {
    border: 1px solid #83A7B2;
}

.mobile-menu {
    display: none;
}


.login-type-user p {
    margin: 0;
}

.login-type-user p span {
    display: inline-block;
    width: 100%;
    margin: 0 9px;
    font-size: 12px;
    line-height: 18px;
    color: #161717;
    text-transform: uppercase
}

.login-type-user .dropdown-item {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #416168;
    text-transform: capitalize;
}

.login-type-user .dropdown-item.active,
.login-type-user .dropdown-item:active {
    background-color: #EFF6F6;
}

.host-signup {
    border-top: 1px solid #D9DADC;
}


.login-type-user .dropdown-menu.show {
    border: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-top: 9px !important;
    padding-top: 14px;
    padding-bottom: 14px;
}


.login-type-user .dropdown-menu.show:after {
    content: '';
    border-bottom: 10px solid #D4EEF0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    position: absolute;
    left: auto;
    right: 127px;
}

.currency-switch.dropdown-menu.show:after {
    top: -10px;
    right: 218px;
}

.navigation ul li a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-transform: uppercase;
}
.navigation ul li.dropdown a.show {
    color: #37C0C9;
    transition: all 0.3s;
}
.navigation ul li.dropdown .dropdown-menu {
    position: relative;
}

.navigation ul li.dropdown .dropdown-menu.show {
    /* border-radius: 16px; */
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 9px !important;
}

.navigation ul li.dropdown .dropdown-menu.show:after {
    content: '';
    border-bottom: 10px solid #D4EEF0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
    position: absolute;
    left: auto;
    right: 127px;
}

.navigation ul li.dropdown .dropdown-menu .dropdown-item {
    padding: 6px 16px;
    clear: both;
    font-weight: 400;
    color: #416168;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.navigation ul li.dropdown .dropdown-menu .dropdown-item:focus,
.navigation ul li.dropdown .dropdown-menu .dropdown-item:hover,
.navigation ul li.dropdown .dropdown-menu .dropdown-item:active {
    color: #416168;
    background-color: #EFF6F6;
}

.custom-dropdown.dropdown-toggle::after {
    -webkit-mask-image: url(../images/icon_down_black.svg);
    mask-image: url(../images/icon_down_black.svg);
    background: #000;
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    border: none;
    margin-left: 6px;
    vertical-align: middle;
    transition: all 0.4s ease 0s;
}
.custom-dropdown.dropdown-toggle.show::after { 
    background: #37C0C9;
    transform: rotate(180deg);
    transition: all 0.4s ease 0s;
} 
.navigation ul li .navigation-links.active::after,
.navigation ul li a:hover::after {
    background: #37C0C9;
    transition: all 0.4s ease 0s;
}

.user_circle_image {
    margin: 0 10px 0 0;
}

.relevant_dropdown .dropdown-menu,
.place_dropdown_toggle,
.guest_dropdown_toggle,
.price_dropdown_toggle {
    border: none;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px 0;
    transform: none !important;
    bottom: auto !important;
    z-index: 9;
}

.relevant_dropdown .dropdown-menu {
    min-width: 200px;
    top: 120% !important;
    right: 0 !important;
    left: auto !important;
    box-shadow: 0px 10px 60px rgba(202, 226, 252, 0.3);
}

.place_dropdown_toggle,
.guest_dropdown_toggle,
.price_dropdown_toggle {
    content: '';
    position: absolute;
    z-index: 1;
    box-shadow: 0px 10px 60px rgb(202 226 252 / 30%);
    display: none;
}

.place_dropdown_toggle {
    min-width: 256px;
}

.guest_dropdown_toggle,
.price_dropdown_toggle {
    min-width: 392px;
}

.relevant_dropdown .dropdown-item,
.place_item {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #303837;
    padding: 8px 16px;
}

.place_item .text {
    color: #415468;
    padding-left: 16px;
    cursor: pointer;
}

.relevant_dropdown .dropdown-item.active,
.relevant_dropdown .dropdown-item:active,
.relevant_dropdown .dropdown-item:hover,
.relevant_dropdown .dropdown-item:focus,
.place_item:hover,
.place_item:focus {
    background: #F2F5FF;
    color: #303837;
}

.dropdown_border {
    border-bottom: 1px solid #DDE6FF;
    margin: 4px 0;
}

.become_host {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #231F20;
    text-transform: uppercase;
    border-bottom: 2px solid #37C0C9;
    padding-bottom: 2px;
}

.currency.home_currency_btn {
    margin: 0 24px;
}

.currency.home_currency_btn,
.home_dropdown_btn {
    background: rgba(187, 205, 220, 0.2);
    border: 1px solid rgba(187, 205, 220, 0.2);
    border-radius: 20px;
}

.currency.home_currency_btn:hover,
.home_dropdown_btn:hover,
.currency.home_currency_btn:focus,
.home_dropdown_btn:focus {
    border: 1px solid #626F70;
}

.header_center .search_form,
.search_form {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    height: 46px;
    min-width: 402px;
}

.search_form input[type="search"] {
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: 26px;
    width: 100%;
    padding: 0 10px;
}

.search_form input[type="search"]::-webkit-search-decoration,
.search_form input[type="search"]::-webkit-search-cancel-button,
.search_form input[type="search"]::-webkit-search-results-button,
.search_form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.search_form input[type="search"]::placeholder {
    font-size: 16px;
    color: #415468;
    font-weight: 400;
}

.search_form .close {
    border: none;
    height: 13px;
    width: 13px;
    padding: 0;
    flex-shrink: 0;
}

.logo_header {
    padding: 12px 0;
}

.user_list_menu {
    display: flex;
    align-items: center;
    margin: 0;
}

.user_list_menu li a {
    display: inline-flex;
    align-items: center;
    color: #415468;
}

.user_list_menu li a:hover,
.user_list_menu li.active a {
    color: #37C0C9;
}

.user_list_menu li a:hover img.red,
.user_list_menu li.active a img.red {
    display: block;
}

.user_list_menu li a img {
    margin-right: 12px;
    transition: all 0.3s;
}

.user_list_menu .listing {
    padding-right: 24px;
    border-right: 1px solid #DDE6FF;
}

.user_list_menu .massage {
    padding-left: 24px;
}

.user_list_menu li a img.red,
.user_list_menu li a:hover img.grey,
.user_list_menu li.active a img.grey {
    display: none;
}

.currency.header_bell {
    padding: 8px;
    margin-left: 0;
}

.currency.header_bell::after {
    display: none;
}

.auth-language {
    display: flex;
    gap: 16px;
}


/* Currency New*/
.language-currency-unit {
    display: flex;
    border: 1px solid #D4EEF0;
    border-radius: 10px;
    padding: 8px 10px;
    background-color: #EFF6F6;
    margin-bottom: 0;
}

.language-currency-unit li {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.language-currency-unit li:after {
    content: "";
    height: 18px;
    width: 1px;
    background: #83A7B2;
    position: absolute;
    right: 10px;
    top: 1px;
}

.language-currency-unit li:last-child::after {
    display: none;
}


.language-currency-unit li a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #83A7B2;
}

.language-currency-unit ul li:after {
    content: "";
    height: 18px;
    width: 1px;
    position: absolute;
    background-color: #83A7B2;
    right: 10px;
    top: 4px;
}

/* #language-currency-unit-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
} */

#language-currency-unit-modal .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    border: none;
    padding-left: 0;
}


#language-currency-unit-modal .modal-content {
    max-width: 500px;
    border-radius: 24px;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}

#language-currency-unit-modal .modal-content p {
    padding: 20px;
    margin: 0;
    background: #EFF6F6;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.select-wrapper {
    padding: 24px 30px;
}

.language-wrapper,
.currency-wrapper,
.dimension-wrapper {
    position: relative;
    margin-bottom: 16px;
}

.dimension-wrapper {
    margin-bottom: 24px;
}


.language-label,
.currency-label,
.dimension-label {
    position: absolute;
    top: -13px;
    left: 22px;
    margin: 0;
    z-index: 99999;
    font-size: 12px;
    font-weight: 400;
    color: #626F70;
    background-color: #fff;
    padding: 0 6px;
}

.select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    color: #161717;
}

.select-wrapper .select2.select2-container {
    padding-left: 16px;
    background: #fff;
    border: 1px solid #D9DADC;
}

.select-wrapper .select2-container .select2-selection--single .select2-selection__rendered::before {
    right: 12px;
}

.close {
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
}

#language-currency-unit-modal .icon_close_modal::before {
    width: 20px;
    height: 20px;
}

#language-currency-unit-modal .button-group button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/*  */

/* End Header CSS */

/* Footer CSS */
/* Footer */
.footer-section {
    border-top: 1px solid #D9DADC;
}

.footer-logo-section p {
    max-width: 336px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.footer-section ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

.footer-contact ul {
    margin-bottom: 0;
}

.footer-contact ul li {
    margin-bottom: 16px;
}

.footer-contact ul li {
    margin-bottom: 16px;
}

.footer-contact ul li {
    gap: 8px;
    line-height: 20px;
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-section hr {
    color: #D9DADC;
    opacity: 1;
    margin: 0;
}

.footer-opening-hours .days {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.footer-opening-hours ul li {
    gap: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer-copyright-section {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright-text-box ul {
    gap: 16px;
    margin-bottom: 0;
}

.copyright-text-box ul li {
    position: relative;
    color: #416168;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.copyright-text-box ul li a {
    color: #416168;
    font-size: 12px;
    line-height: 18px;
}

.copyright-text-box ul li a:hover {
    color: #37C0C9;
}

.copyright-text-box ul li:after {
    position: absolute;
    height: 12px;
    width: 1px;
    top: 3px;
    content: "";
    background: #D9DADC;
    left: -8px;
}

.copyright-text-box ul li:first-child::after {
    display: none;
}

.social-blocks ul {
    display: flex;
    gap: 23px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-blocks ul {
    margin-bottom: 0;
}

.social-blocks ul li {
    margin-bottom: 0;
    line-height: normal;
}

.social-blocks ul li a {
    vertical-align: bottom;
}

.icon_fb_footer::before,
.icon_x_footer::before,
.icon_linked_footer::before,
.icon_instagram_footer::before {
    content: '';
    width: 18px;
    height: 18px;
}

.icon_fb_footer::before {
    mask-image: url(../images/icon_fb_footer.svg);
    -webkit-mask-image: url(../images/icon_fb_footer.svg);
    background: #416168;
}

.icon_fb_footer:hover::before {
    background: #316FF6;
    transition: all 0.3s;
}

.icon_x_footer::before {
    mask-image: url(../images/icon_x_footer.svg);
    -webkit-mask-image: url(../images/icon_x_footer.svg);
    background: #416168;

}

.icon_x_footer:hover::before {
    background: #000;
    transition: all 0.3s;
}

.icon_linked_footer::before {
    mask-image: url(../images/icon_linked_footer.svg);
    -webkit-mask-image: url(../images/icon_linked_footer.svg);
    background: #416168;
}

.icon_linked_footer:hover::before {
    background: #0077B5;
    transition: all 0.3s;
}

.icon_instagram_footer::before {
    content: '';
    width: 18px;
    height: 18px;
    mask-image: url(../images/icon_instagram_footer.svg);
    -webkit-mask-image: url(../images/icon_instagram_footer.svg);
    background: #416168;
}

.icon_instagram_footer:hover::before {
    background: #E1306C;
    transition: all 0.3s;
}

.icon_tiktok_footer::before {
    content: '';
    width: 18px;
    height: 18px;
    mask-image: url(../images/icon_tiktok.svg);
    -webkit-mask-image: url(../images/icon_tiktok.svg);
    background: #416168;
}

.icon_tiktok_footer:hover::before {
    background: #25F4EE;
    transition: all 0.3s;
}

.icon_youtube_footer::before {
    content: '';
    width: 18px;
    height: 18px;
    mask-image: url(../images/icon_YouTube.svg);
    -webkit-mask-image: url(../images/icon_YouTube.svg);
    background: #416168;
}

.icon_youtube_footer:hover::before {
    background: #FF0000;
    transition: all 0.3s;
}

.menu-arrow,
.open-links {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #161717;
}

/* footer social icon hover */

/* End Footer CSS */

/* calendar CSS */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-weight: 400;
    border: none;
    padding: 0;
}

.daterangepicker .calendar-table th {
    font-size: 14px;
    line-height: 24px;
    color: #415468;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th.month {
    font-size: 14px;
    line-height: 24px;
    color: #161717;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    padding: 4px;
    border-color: #626F70;
}

.daterangepicker .calendar-table td.off {
    color: #30383733;
}

.daterangepicker .drp-calendar {
    max-width: 100%;
}

.daterangepicker {
    padding: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 5%);
    border: none;
    z-index: 1;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar,
.daterangepicker .calendar-table {
    padding: 0;
}

.daterangepicker .drp-buttons,
.daterangepicker.show-calendar .drp-buttons {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daterangepicker .drp-selected {
    font-size: 14px;
    line-height: 24px;
    color: #415468;
    padding: 8px 0;
    border-bottom: 1px solid #BBCDDC8A;
    width: 100%;
    text-align: center;
    margin: 0 0 8px;
}

.daterangepicker .drp-buttons .btn {
    margin: 0;
}

.daterangepicker .drp-buttons .cancelBtn {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    color: #8391B2;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
    color: #303837;
}

.daterangepicker .drp-buttons .applyBtn {
    color: #37C0C9;
    border: 1px solid #37C0C9;
    background: transparent;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-radius: 6px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.7s;
    opacity: 1;
}

.daterangepicker .drp-buttons .applyBtn:hover {
    background: #37C0C9;
    color: #fff;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    border-radius: 100%;
    background: transparent;
}

.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.start-date:hover,
.daterangepicker .calendar-table td.end-date,
.daterangepicker .calendar-table td.end-date:hover {
    position: relative;
    background-color: #E7F5FC;
    z-index: 2;
}

.daterangepicker .calendar-table td.end-date,
.daterangepicker .calendar-table td.end-date:hover {
    border-radius: 0 100% 100% 0;
}

.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.start-date:hover {
    border-radius: 100% 0 0 100%;
}

.daterangepicker .calendar-table td.start-date.end-date,
.daterangepicker .calendar-table td.start-date.end-date:hover {
    background: transparent;
}

.daterangepicker .calendar-table td.start-date::after,
.daterangepicker .calendar-table td.end-date::after {
    content: '';
    position: absolute;
    background: #37C0C9;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.end-date,
.daterangepicker .calendar-table td.start-date:hover,
.daterangepicker .calendar-table td.end-date:hover {
    color: #fff;
}

.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
    background-color: #E7F5FC;
    border-radius: 0;
}

.daterangepicker .drp-calendar.left {
    padding-right: 40px;
}

/* End calendar CSS */
/* Dropdown List_button CSS */
.top_filter_bar {
    padding: 16px 0;
    border-bottom: 1px solid #DDE6FF;
}

.dropdown_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown_list_button {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #415468;
    padding: 8px 46px 8px 16px;
    background-image: url('../images/arrow_select.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}

.dropdown_list_button::after {
    display: none;
}

.dropdown_list_button img {
    margin-right: 8px;
}

.date_dropdown,
.guest_dropdown,
.price_dropdown,
.place_dropdown,
.cancellation_dropdown,
.filter_dropdown {
    display: inline-block;
    position: relative;
}

.place_dropdown_toggle,
.guest_dropdown_toggle,
.price_dropdown_toggle {
    right: auto !important;
    left: 0 !important;
    top: 120% !important;
}

.cancellation_dropdown .dropdown_list_button,
.filter_dropdown .dropdown_list_button {
    padding: 8px 16px;
    background-image: none !important;
}

.guest_dropdown_toggle {
    padding: 24px 0;
}

.relevant_dropdown p {
    font-size: 14px;
    line-height: 24px;
    color: #626F70;
    margin: 0 4px 0 0;
}

.dropdown_list .list_left {
    grid-gap: 16px;
}

.relevant_dropdown,
.dropdown_list .list_left {
    display: flex;
    align-items: center;
}

.place_item,
.place_dropdown_footer,
.guest_dropdown_footer,
.price_dropdown_footer,
.MoreFilter_bottom {
    display: flex;
    align-items: center;
}

.place_dropdown_footer,
.guest_dropdown_footer,
.price_dropdown_footer {
    padding: 16px 0 0;
    margin: 16px 16px 0;
    border-top: 1px solid rgba(187, 205, 220, 0.54);
    justify-content: space-between;
}

.MoreFilter_bottom {
    justify-content: space-between;
}

.price_dropdown_footer {
    margin: 16px 0 0;
}

.guest_dropdown_footer {
    border: none;
    margin: 2px 24px 0;
}

.guest_count_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #DDE6FF;
    border-radius: 10px;
    padding: 16px;
    margin: 0 24px 6px;
}

.guest_count_item .text p {
    font-size: 16px;
    line-height: 26px;
    color: #303837;
    margin: 0;
}

.guest_count_item .text span {
    font-size: 14px;
    line-height: 24px;
    color: #626F70;
}

.average_price_label {
    margin-bottom: 30px;
}

.price_dropdown_toggle {
    padding: 24px;
}

.average_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0 0;
}

.average_price .price {
    color: #231F20;
}

.date_range_label {
    display: flex;
    align-items: center;
    padding: 8px 46px 8px 16px;
    background-image: url(../images/arrow_select.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    position: relative;
    cursor: pointer;
}

.date_range_label img {
    margin-right: 8px;
}

.date_range_label img,
.date_range_label,
.date_range_label .text,
.date_range_label input,
.daterange_form {
    cursor: pointer;
}

.date_range_label .text {
    font-size: 14px;
    line-height: 24px;
    color: #415468;
}

.date_range_label input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 8px 46px 8px 16px;
    height: auto;
    z-index: -1;
}

/* End Dropdown List Button CSS */

/* Common Section Spacing */
.content_wrap {
    padding: 80px 0;
}

.content_wrap_top {
    padding: 80px 0 0;
}

.content_wrap_bottom {
    padding: 0 0 80px;
}

.page_content_wrap {
    padding: 32px 0 0;
    border-top: 1px solid #DDE6FF;
}

.page_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 32px;
}

.page_header h3 {
    margin: 0;
}

/* End Common Section Spacing */

/* Discover Card */
.discover_card {
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(202, 226, 252, 0.3);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.8s;
    margin-top: 40px;
    width: 100%;
}

.discover_card:hover,
.selection_card:hover {
    box-shadow: 0px 10px 60px #CAE2FC;
    transition: all 0.8s;
}

.card_image img {
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.card_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 24px 24px;
}

.card_content h4 {
    margin-bottom: 12px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card_content .location {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
}

.card_content .location img {
    margin-right: 4px;
}

/* End Discover Card */

/* Modal */

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.fade {
    transition: opacity .2s cubic-bezier(0.4, 0, 1, 1);
}

.modal-content {
    background: #FFFFFF;
    border-radius: 16px;
    border: none;
    margin: auto;
    height: auto;
}

.modal-header .btn-close {
    content: '';
    position: absolute;
    /* background: url('../images/modale_grey_close.svg') no-repeat center; */
    padding: 0;
    right: 21px;
    top: 20px;
    z-index: 9;
    opacity: 1;
    background: none;
}

.modal-header .btn-close:hover {
    opacity: 0.7;
}

.modal-header .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal_matirial_form .form_btn {
    width: 100%;
}

.modal_social_list,
.modal_social_list .link {
    display: flex;
    align-items: center;
}

.modal_social_list {
    margin: 24px 0 0;
    justify-content: center;
}

.modal_social_list li {
    margin-right: 17px;
    min-width: 124px;
}

.modal_social_list li:last-child {
    margin: 0;
}

.modal_social_list .link {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 24px;
    background: transparent;
    color: #415468;
    justify-content: center;
}

.modal_social_list .link img {
    margin-right: 8px;
}

.border_none {
    padding: 0;
    border: none;
    color: #626F70;
}

.border_none:hover {
    color: #303837;
}

/* Currency And Languages Pop Up */
.language-content {
    margin-top: 28px;
}

.currencyAndlanguages .modal-body {
    padding: 16px;
}

.currencyAndlanguages .modal-dialog {
    max-width: 414px;
}

.currencyAndlanguages_tab .nav-link,
.currencyAndlanguages_tab .nav-link.active {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0;
}

.currencyAndlanguages_tab .nav-link {
    color: #626F70;
}

.currencyAndlanguages_tab .nav-link.active {
    color: #303837;
}

.currencyAndlanguages_tab .nav-item {
    width: 100%;
}

.currencyAndlanguages_tab {
    width: 100%;
    border: none;
    margin: 0 0 25px;
}

.currencyAndlanguages_form .circle_checkbox {
    width: 100%;
    margin-bottom: 16px;
}

.currencyAndlanguages_form .circle_checkbox:last-child {
    margin: 0;
}

.currencyAndlanguages_form .checked_label {
    content: '';
    position: absolute;
    right: 16px;
    top: 16px;
}

.currencyAndlanguages_form .list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #DDE6FF;
    padding: 16px;
    cursor: pointer;
    background: transparent;
    width: 100%;
}

.currencyAndlanguages_form .list_item:hover,
.currencyAndlanguages_form .list_item:focus,
.circle_checkbox input[type='checkbox']:checked~.list_item,
.circle_checkbox input[type='radio']:checked~.list_item {
    background: #EFF6F6;
    border-color: transparent;
}

.tab_list_text {
    display: flex;
    align-items: center;
}

.tab_list_text .dark {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #DDE6FF;
    color: #161717;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.tab_list_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #626F70;
}

/* End Currency And Languages Pop Up */
/* Login And Sign up Pop Up */
.loginAndsignUp .modal-dialog {
    max-width: 469px;
}

.loginAndsignUp .modal-body {
    padding: 32px 32px 24px;
}

.loginAndsignUp .modal_matirial_form {
    margin: 27px 0 0;
}

.loginAndsignUp h4 {
    margin: 0 0 16px;
}

.loginAndsignUp h5 {
    font-weight: 400;
}

.other_option p {
    margin: 0;
    color: #626F70;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 24px;
}

.other_option {
    margin-top: 24px;
}

.other_option p a {
    color: #303837;
}

.other_option .title_head {
    position: relative;
    text-align: center;
    margin: 0;
}

.other_option .title_head::after,
.other_option .title_head::before {
    content: '';
    position: absolute;
    background-color: #DDE6FF;
    height: 1px;
    width: 107px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.other_option .title_head::after {
    right: 0;
}

.other_option .title_head::before {
    left: 0;
}

/* End Login And Sign up Pop Up */
/* More Filter up Pop Up */
.MoreFilter .modal-dialog {
    max-width: 760px;
}

.MoreFilter .modal-body {
    padding: 24px;
}

.more_options_list {
    margin: 0;
}

.rooms_beds_list,
.amenities_list,
.more_options_list li,
.guest_count_list,
.any_price {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(187, 205, 220, 0.54);
}

.any_price,
.guest_count_list,
.rooms_beds_list {
    padding-bottom: 20px;
}

.MoreFilter .guest_count_item:last-child {
    margin: 0;
}

.rooms_beds_list li,
.more_options_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.more_options_list li {
    padding: 0 0 20px;
}

.more_options_list h5 {
    margin: 0;
}

.more_options_decript {
    width: 100%;
    margin: 4px 0 0;
}

.MoreFilter h4 {
    margin: 0 0 20px;
}

.MoreFilter h4 {
    font-weight: 500;
}

.MoreFilter h4.grey_two {
    font-weight: 400;
}

.MoreFilter_bottom {
    padding: 0;
}

.amenities_list {
    column-count: 2;
    padding: 0 0 16px;
    margin-bottom: 0;
    border-bottom: 0;
}

.amenities_list .place_item {
    padding: 4px 0;
}

.amenities_list .place_item:hover {
    background: transparent;
}

.MoreFilter .guest_count_item,
.rooms_beds_list li {
    border: none;
    padding: 0;
    margin: 0 0 16px;
}

.rooms_beds_list li:last-child {
    margin: 0;
}

.MoreFilter .mobile_only {
    display: none;
}

/* End More Filter up Pop Up */
/* End Modal */

/* Selection Card List */
.selection_card {
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px rgba(202, 226, 252, 0.3);
    border-radius: 20px;
    margin-top: 24px;
    width: 100%;
    position: relative;
    transition: all 0.8s;
}

.selection_card a {
    width: 100%;
}

.selection_card p,
.selection_card h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.selection_card h5 {
    font-weight: 500;
    margin-bottom: 4px;
    color: #303837;
}

.selection_card p {
    margin: 0;
}

.selection_card_bottom {
    padding: 16px 8px 8px;
}

.selection_card_top {
    overflow: hidden;
    transition: all 0.4s ease 0s;
    border-radius: 16px;
}

.selection_card_top .card_image {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease 0s;
}

.selection_card:hover .selection_card_top .card_image {
    transform: scale(1.3);
    transition: all 0.4s ease 0s;
}

.selection_card_bottom .card_bottom,
.card_bottom .rating {
    display: flex;
    align-items: center;
}

.selection_card_bottom .card_bottom {
    justify-content: space-between;
    margin-top: 16px;
}

.card_bottom .rating {
    font-size: 14px;
    line-height: 24px;
}

.card_bottom p {
    margin: 0;
    color: #303837;
}

.card_bottom p span {
    color: #626F70;
    margin-left: 4px;
}

.card_bottom .rating img {
    margin-right: 4px;
}

.card_like,
.superhost_label {
    display: inline-block;
    content: '';
    position: absolute;
    top: 24px;
}

.card_like {
    cursor: pointer;
    right: 24px;
    width: 28px;
    height: 28px;
}

.card_like .heart-icon-fill,
.card_like.heart .heart-icon-border {
    display: none;
}

.card_like.heart .heart-icon-fill {
    display: block;
}

.superhost_label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 6px;
    background: rgba(48, 56, 55, 0.5);
    border-radius: 8px;
    left: 24px;
}

/* End Selection Card List */


/* Notification offcanvas  */
.NotificationOffcanvas .offcanvas-header {
    padding: 32px 80px 32px 32px;
}

.NotificationOffcanvas .offcanvas-header h3 {
    margin: 0;
}

.notification_list {
    margin: 0;
}

.NotificationOffcanvas .offcanvas-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.NotificationOffcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    background: #303837;
    border-radius: 10px;
}

.NotificationOffcanvas .offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0px 0px 3px #303837;
    border-radius: 10px;
}

.NotificationOffcanvas .offcanvas-body {
    padding: 0 80px 0 32px;
}

.NotificationOffcanvas {
    width: 600px;
    border: none;
}

.notification_list .list_item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px;
}

.notification_list .list_item img {
    margin-right: 10px;
}

.notification_list .text {
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(187, 205, 220, 0.54);
    position: relative;
    width: 100%;
}

.notification_list .notification_close_btn {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    border: none;
    opacity: 0.4;
}

.notification_list .notification_close_btn:hover {
    opacity: 0.7;
}

.notification_list .notification_close_btn img {
    margin: 0;
}

.notification_list .text p {
    font-size: 14px;
    line-height: 24px;
    color: #303837;
    margin: 0 0 8px;
    max-width: 301px;
}

.notification_list .text .time {
    font-size: 12px;
    line-height: 18px;
    color: #626F70;
    letter-spacing: 0.05em;
    display: block;
}

.notification_list .read_text p {
    color: #415468;
}

.NotificationOffcanvas .offcanvas-header .btn-close {
    padding: 0;
    box-shadow: none;
    /* background: url('../images/modale_grey_close.svg') no-repeat center; */
    opacity: 0.4;
    margin: 0;
}

.NotificationOffcanvas .offcanvas-header .btn-close:hover {
    opacity: 0.7;
}

.NotificationOffcanvas .offcanvas-header .btn-close:focus {
    box-shadow: none;
}

/* End Notification offcanvas  */

/* Account Global css */
.account_mobile_sidebar,
.account_mobile_menu {
    display: none;
}

.account_content_wrap .back_btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #303837;
    position: relative;
    padding-left: 22px;
}

.account_content_wrap .back_btn::after {
    content: '';
    position: absolute;
    background: url('../images/arrow_select.svg') no-repeat center;
    width: 14px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
}

.account_sidebar {
    position: fixed;
}

.account_sidebar_list {
    padding-bottom: 175px;
    margin: 40px 0 0;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
}

.account_sidebar_list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.account_sidebar_list::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
}

.account_sidebar_list::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 0;
}

.account_sidebar_list li {
    margin: 0 0 16px;
}

.account_sidebar_list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #415468;
    width: 100%;
    padding: 0 0 8px;
}

.account_sidebar_list li a:hover,
.account_sidebar_list li a.active {
    color: #37C0C9;
}

.account_sidebar_list li a.active {
    border-bottom: 1px solid #37C0C9;
}

.content_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.account_body h3 {
    margin: 0 0 40px;
}

.account_body h4 {
    font-weight: 500;
    margin: 0 0 8px;
}

.account_body h5 {
    margin: 0;
}

.common_border_bottom {
    border-bottom: 1px solid #DDE6FF;
    padding: 0 0 24px;
    margin: 0 0 24px;
}

.account_body p,
.account_body .not_provided {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.account_body .not_provided {
    color: #626F70;
}

/* End Account Global css */
/* Search Section */
.search-radio-box {
    width: 100%;
    margin-bottom: 9px;
}

.search-section {
    padding: 20px;
    width: 100%;
    max-width: 942px;
    margin: -88px auto 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.search-radio-box ul {
    margin: 0;
    display: flex;
    gap: 12px;
}

.search-radio-box ul li {
    padding: 6px 8px;
    background: transparent;
    border-radius: 16px;
    gap: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #D4EEF0;
}

.search-radio-box ul li label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin-bottom: 0;
}

.search-radio-box ul li.checked-li {
    background: #EFF6F6;
    border: 1px solid #EFF6F6;
}

.search-inputs label {
    position: relative;
    min-width: 100%;
    margin-bottom: 0;
    vertical-align: bottom;
}

.search-inputs label i {
    position: absolute;
    left: 10px;
    top: 15px;
}

.search-inputs .icon_boat::before {
    z-index: 999;
    position: absolute;
}

.search-inputs ul {
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 0;
}

.search-inputs ul .rent-option {
    line-height: normal;
    height: 44px;
    min-width: 240px;
}
.search-spot.common_btn_aqua {
    height: 100%;
    width: 100%;
}


.filter-search-box img {
    width: 18px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}

.search-inputs ul .rent-option.filter-search-box {
    min-width: 44px;
}

.search-inputs ul .rent-button-li,
.search-inputs.for-buy ul .buy-button-li {
    min-width: 122px;
    width: 100%;
}


.filter-search-box .filter-btn-text {
    height: 100%;
}

.search-inputs.for-buy ul .buy-option {
    height: 44px;
}

.search-inputs label input,
.select2.select2-container {
    padding-left: 36px;
    border: 1px solid #D4EEF0;
    border-radius: 10px;
    background: #EFF6F6;
    color: #161717;
    height: 44px;
}

.select2.select2-container--focus .select2-selection--single .select2-selection__rendered {
    color: #161717;
}

.select2-container {
    z-index: 99;
    border-radius: 16px;
}

.select2-container--open {
    z-index: 9999;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #EFF6F6;
    font-size: 16px;
    line-height: 26px;
    color: #416168;
}

.select2-dropdown {
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}

.search-inputs label input::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #83A7B2;
    font-size: 14px;
}

.search-inputs .select2-container .select2-selection--multiple,
.search-inputs .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    border: none;
    color: #83A7B2;
}

.select2-results__option {
    font-size: 16px;
    line-height: 26px;
    color: #416168;
}

.select2-container--default .select2-results>.select2-results__options {
    border-radius: 16px;
}

/* Search Section */
/* Image hover effect for listing */
.image-effect-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.image-effect-box img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.image-effect-box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* Image hover effect for listing end*/
/* cursor */
.cursor {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    background-color: transparent;
    z-index: 10000;
    border: 2px solid #ffffff;
    height: 30px;
    width: 30px;
    transition: all 300ms ease-out;
}

/* Search For Buy Option  */
.search-inputs.for-buy ul {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.search-inputs.for-buy ul .buy-option {
    min-width: 362px;
}

.homepage .search-inputs {
    display: none;
}

.homepage .search-inputs.for-rent {
    display: block;
    /* Show the rent section by default */
}

.search-inputs.for-buy.buy-detail-page {
    display: block !important;
}

/* Logout pop up */
.logout-btn-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* Search popup */
.marina-utilities-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#searchModal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 8px;
}

#searchModal .modal-content {
    border-radius: 24px;
}

#searchModal .modal-header {
    padding-top: 22px;
    padding-bottom: 18px;
    justify-content: center;
    background-color: #EFF6F6;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

#searchModal .modal-title {
    font-size: 24px;
    line-height: 30px;
}

#searchModal .multi-range {
    position: relative;
    height: 33px;
    width: 48%;
    display: block;
}

.marina-radius {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D9DADC;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.marina-utilities {
    width: 100%;
}

.marina-progress-tracking.marina-radius-range {
    position: relative;
    width: 100%;
}

.beam-meter,
.length-meter {
    width: 48%;
}

#searchModal .beam-meter .multi-range,
#searchModal .length-meter .multi-range {
    width: 100%;
}

.marina-utilities-box .check-box-group p, .marina-utilities-box .check-box-group span {
    font-size: 16px;
}

#searchModal .modal-footer {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

.clear-filter {
    font-size: 16px;
    line-height: 20px;
    color: #C93737;
    text-decoration: underline;
    text-transform: capitalize;
    margin: 0;
    cursor: pointer;
}

#searchModal .modal-header .btn-close {
    right: 21px;
    top: 36px;
}

/* Lightbox */
div#lightboxed--content .lightboxed--frame iframe,
div#lightboxed--content .lightboxed--frame img {
    width: 45%;
}

div#lightboxed--bttn_close {
    background-image: url('../images/icon_close_modal.svg');
    background-color: transparent;
    top: 37px;
    right: 50px;
}

div#lightboxed--bttn_next {
    background-image: url('./../images/select_down_arrow.svg');
    transform: rotate(270deg);
}

div#lightboxed--bttn_prev {
    background-image: url('./../images/select_down_arrow.svg');
    transform: rotate(90deg);
}

/* ****************************************** */
.wrapper {
    position: relative;
}

.container-range {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 12px;
    margin-bottom: 9px;
}

.price-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.price-title .link-button {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #37C0C9;
}

.wrapper input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    padding: 0;
    border: 0;
    margin-top: -6px;
    height: auto;
}

#slider-1 {
    z-index: 1;
}

#slider-2 {
    z-index: 2;
}

.slider-track {
    width: 100%;
    height: 6px;
    /* position: absolute; */
    margin: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 9px;
}

.wrapper input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
    background: transparent;
}

.wrapper input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 6px;
}

.wrapper input[type="range"]::-ms-track {
    appearance: none;
    height: 6px;
}

.wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background-color: #37C0C9;
    cursor: pointer;
    margin-top: -4px;
    pointer-events: auto;
    border-radius: 50%;
    border: 4px solid #fff;
    outline: 2px solid #EFF6F6;
}

.wrapper input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 23px;
    width: 23px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #37C0C9;
    pointer-events: auto;
    border: 4px solid #fff;
    outline: 2px solid #EFF6F6;
}

.wrapper input[type="range"]::-ms-thumb {
    appearance: none;
    height: 23px;
    width: 23px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #37C0C9;
    pointer-events: auto;
    border: 4px solid #fff;
    outline: 2px solid #EFF6F6;
}

.wrapper input[type="range"]:active::-webkit-slider-thumb {
    background-color: #37C0C9;
    border: 4px solid #fff;
    outline: 2px solid #EFF6F6;
}

.values {
    position: relative;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #161717;
    display: flex;
    justify-content: space-between;
}

.marina-info-min-width {
    min-width: 320px;
}

.cookie-box {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%)
}

/* Phase2 Css */
.check-unit.remove-absolute-pos>label {
    right: auto;
}

.ft-fix-pos {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #626F70;
    line-height: 24px;
}

.foot-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}
.foot-logo-bottom img { max-width: 150px;}

/* Phase2 Css End*/

/* Content CSS - 19/06/2025 */
.content-wrapper {
    border: 1px solid #D9DADC;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 5px 30px rgba(98, 111, 112, 0.05);
}

.content-wrapper ul {
    padding-left: 20px;
}

.content-wrapper li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding-left: 15px;
    color: #626F70;
}

.content-wrapper li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #626F70;
    border-radius: 100%;
    left: 0;
    top: 12px;
}

.content-wrapper ul li p {
    margin-bottom: 6px;
}

.content-wrapper ul li:last-child p {
    margin-bottom: 0;
}

/* Content CSS End - 19/06/2025 */

.sidebar-wrapper {
    position: sticky;
    top: 100px;
}
.terms-section-wrapper {
    min-height: calc(100vh - 545px);
}

.empty-state-box {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}
.empty-state-img {
    max-width: 150px;
    margin: 0 auto;
}
/* ************************************************************************************************************************************ */
/* Base Responsive */
/* ************************************************************************************************************************************ */

/* ============= max-width:1499px ==========*/
@media only screen and (max-width: 1499px) {
    .login-type-user .dropdown-menu.show:after {
        right: 12px;
    }
}

/* ============= max-width:1400px ==========*/
@media only screen and (max-width: 1400px) {

    /* .container{max-width: 100%;padding: 0 80px;} */
    /* Header */
    .header_logo img {
        width: 200px;
    }

    .header_center .search_form {
        min-width: 360px;
    }

    .logo_header {
        padding: 15px 0;
    }

    /* End Header */
    /* Dropdown List_button CSS */
    .dropdown_list_button,
    .date_range_label {
        padding: 8px 36px 8px 8px;
        background-position: right 8px center !important;
    }

    /* End Dropdown List_button CSS */


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


/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1200px) {
    /* Common Button */
    .common_btn_aqua,
    .common_btn_aqua_border,
    .common_btn_grey_border,
    .common_btn_aqua_small,
    .common_btn_aqua_border_small {
        padding: 10px 14px;
    }
    .common_btn_aqua_medium {
        padding: 14px 26px;
    }
    .common_btn_aqua_small {
        line-height: 20px;
    }
    .common_border {
        border-radius: 14px;
    }
    /* search-section */
    .search-inputs ul {
        justify-content: flex-start;
    }

    .search-inputs ul li {
        min-width: max-content;
    }

    .search-inputs label {
        min-width: 100%;
    }

    /* .search-inputs ul .rent-option {
        min-width: 210px;
    } */

    /* search-sectiojn end */
    .row {
        margin: 0;
    }

    /* .container{padding: 0 40px;} */
    /* Header */
    .header_center .search_form {
        min-width: 325px;
    }

    /* End Header */
    /* Search For Buy Option  */
    .search-inputs.for-buy ul {
        justify-content: center;
    }

    /* Footer */
    .bottom_fotter .bottom_left,
    .bottom_fotter .bottom_right {
        width: 50%;
    }

    /* End Footer */
    /* Common Section Spacing */
    .content_wrap {
        padding: 60px 0;
    }

    .content_wrap_top {
        padding: 60px 0 0;
    }

    .content_wrap_bottom {
        padding: 0 0 60px;
    }

    /* End Common Section Spacing */
    /* Dropdown List_button CSS */
    .selection_card_bottom .card_bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }

    .card_bottom .rating {
        margin: 4px 0 0;
    }

    .dropdown_list .list_left {
        grid-gap: 10px;
    }

    .dropdown_list_button,
    .date_range_label {
        padding: 8px 28px 8px 8px;
    }

    /* End Dropdown List_button CSS */

    /* Content CSS - 19/06/2025 */
    .content-wrapper ul {
        padding-left: 15px;
    }

    /* Content CSS End - 19/06/2025 */
}

/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) {

    h1,
    .heading-one {
        font-size: 40px;
        line-height: 56px;
    }

    h2,
    .heading-two {
        font-size: 36px;
        line-height: 42px;
    }

    h3,
    .heading-three {
        font-size: 28px;
        line-height: 36px;
    }

    h6,
    .heading-six {
        font-size: 15px;
        line-height: 23px;
        font-weight: 500;
    }

    .mb-30 {
        margin-bottom: 20px;
    }
   
    .p-30 {
        padding: 26px;
    }
    .p-24 {
        padding: 20px;
    }
    .pt-60 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .common_border {
        border-radius: 12px;
    }
    .common_btn_aqua_small {
        line-height: 18px;
    }
    /* Common Button */
    .common_btn_aqua,
    .common_btn_aqua_border,
    .common_btn_grey_border,
    .common_btn_aqua_small,
    .common_btn_aqua_border_small {
        padding: 8px 12px;
        border-radius: 8px;
    }
    .common_btn_aqua_medium {
        padding: 11px 22px;
    }
    /* .container{padding: 0 30px;} */
    /* Header */
    .search_bar_header {
        margin-bottom: 83px;
    }

    .search_form_center {
        content: '';
        position: absolute;
        width: 100%;
        top: 74px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 18px 30px;
        border-top: 1px solid #DDE6FF;
    }

    .search-inputs ul {
        justify-content: center;
        gap: 0;
        flex-wrap: wrap;
        max-width: 925px;
        margin: 0 auto;
    }

    .search-inputs.for-buy ul {
        gap: 0;
    }

    .search-inputs ul .rent-option {
        min-width: 0;
        width: 50%;
        padding: 0 6px;
        margin-bottom: 12px;
    }
    .search-inputs ul .rent-option:first-child { 
        padding-left: 0;
    }
    .search-inputs ul .rent-option:nth-child(2) { 
        padding-right: 0;
    }
    .search-inputs ul .rent-option:nth-child(3) { 
        padding-left: 0;
    }
    .search-inputs ul .rent-option:nth-child(4) { 
        padding-right: 0;
    }
    .search-inputs ul .rent-option:last-child { 
        padding-left: 0;
        padding-right: 0;
    }
    .search-inputs ul .rent-button-li {
        width: 100%;
        margin-bottom: 0;
    }
    .site_header.sticky.search_bar_header {
        box-shadow: none;
    }

    .site_header.sticky.search_bar_header .search_form_center {
        box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    }

    .header_logo img {
        width: 175px;
    }

    .currency.home_currency_btn {
        margin: 0 16px;
    }

    .logo_header {
        padding: 18px 0;
    }

    .modal-open .site_header {
        padding-right: 0px;
    }

    /* End Header */
    /* Search Bar - For Buy Option */

    .search-inputs.for-buy ul li {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 12px;
        min-width: auto;
    }

    .search-inputs.for-buy ul li:first-child {
        padding-left: 0;
    }
    .search-inputs.for-buy ul li:nth-child(2) {
        padding-right: 0;
    }
    .search-inputs.for-buy ul li:last-child {
        padding-right: 0;
    }
    .search-inputs.for-buy ul li:nth-child(3),
    .search-inputs.for-buy ul li:nth-child(4) {
        margin-bottom: 0;
        width: 50%;
    }

    .search-inputs.for-buy ul .buy-option {
        width: 50%;
        min-width: auto;
    }
  

    /* Footer */
    .top_fotter {
        padding: 40px 0;
    }

    .top_fotter p {
        max-width: 344px;
        margin: 0 0 16px;
    }

    .add_list {
        margin: 24px 0 0;
    }

    /* End Footer */
    /* Discover Card */
    .card_content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .card_content .location {
        font-size: 12px;
    }

    /* End Discover Card */
    /* Dropdown List_button CSS */
    .MoreFilter .mobile_only {
        display: block;
    }

    .guest_dropdown,
    .price_dropdown,
    .place_dropdown {
        display: none;
    }

    .cancellation_dropdown {
        order: 3;
    }

    .MoreFilter .modal-dialog {
        max-width: 100%;
    }

    .MoreFilter .modal-content {
        border-radius: 0;
    }

    .MoreFilter h4 {
        position: fixed;
        z-index: 9;
        top: 17px;
        margin: 0 0 16px;
    }

    .MoreFilter h4.grey_two {
        position: static;
        font-size: 22px;
    }

    .MoreFilter .modal-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        height: 65px;
        z-index: 9;
    }

    .MoreFilter .modal-dialog {
        background: #F2F5FF;
    }

    .MoreFilter .modal-body {
        padding-top: 78px;
        background: #F2F5FF;
        padding-bottom: 48px;
    }

    .MoreFilter_bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        padding: 15px 24px;
    }

    .any_price,
    .guest_count_list,
    .rooms_beds_list {
        padding-bottom: 16px;
    }

    .rooms_beds_list,
    .amenities_list,
    .more_options_list li,
    .guest_count_list,
    .any_price {
        margin: 0 0 16px;
    }

    .MoreFilter .modal-header .btn-close {
        top: 33px;
        right: 32px;
    }

    .card_bottom p {
        font-size: 14px;
        line-height: 18px;
    }

    .card_bottom .rating {
        font-size: 12px;
        line-height: 18px;
    }

    /* End Dropdown List_button CSS */
    .card_like {
        right: 16px;
    }

    .card_like,
    .superhost_label {
        top: 16px;
    }

    .superhost_label {
        left: 16px;
    }

    /* Header with searach bar */
    .global_spacing_top {
        margin: 83px 0 0;
    }

    /* End Header with searach bar */
    .page_header {
        margin: 0 0 24px;
    }

    .NotificationOffcanvas .offcanvas-header {
        padding: 30px 60px 30px 30px;
    }

    .NotificationOffcanvas .offcanvas-body {
        padding: 0 60px 0 30px;
    }

    .account_content_wrap .col-md-0 {
        display: none;
    }

    .daterangepicker .drp-calendar.left {
        padding-right: 20px;
    }

    .daterangepicker {
        padding: 16px;
    }

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .login-type-user {
        display: none;
    }

    .navigation ul li.dropdown .dropdown-menu.show {
        margin-top: 0px !important;
    }

    .navigation ul li.dropdown .dropdown-menu.show:after {
        display: none;
    }

    /* Mobile Mennu */
    nav.desktop.navigation {
        display: none;
    }

    .offcanwas-mobile-menu {
        background: #EFF6F6;
    }

    .offcanwas-mobile-menu .offcanvas-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .offcanwas-mobile-menu .mobile.navigation ul {
        gap: 0;
    }

    .offcanwas-mobile-menu .mobile.navigation ul li:first-child {
        border-top: 1px solid #D4EEF0;
    } 
    .offcanwas-mobile-menu .mobile.navigation ul li {
        border-bottom: 1px solid #D4EEF0;
        padding: 12px;
    }

    .offcanwas-mobile-menu .mobile.navigation ul li a {
        color: #37C0C9;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .offcanwas-mobile-menu .btn-close {
        background: url(../images/icon_close.svg) center no-repeat;
        background-size: 16px;
        opacity: 1;
        margin-top: 0;
    }

    .mobile-menu {
        border: 1px solid #D4EEF0;
        padding: 8px 10px;
        border-radius: 10px;
        background-color: #EFF6F6;
    }

    .authentication {
        display: none;
    }

    .auth-language .user-action {
        gap: 8px;
    }

    .mobile-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation ul li.dropdown .dropdown-menu.dropdown-mobile.show {
        position: static !important;
        transform: none !important;
        box-shadow: none;
        background: transparent;
        padding: 0;
        transition: .3s all linear;
    }

    .dropdown-menu.dropdown-mobile.show.currency-mobile {
        max-height: 420px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .offcanwas-mobile-menu .custom-dropdown.dropdown-toggle.show {
        padding-bottom: 12px;
    }

    .offcanwas-mobile-menu .navigation ul li.dropdown .dropdown-menu.dropdown-mobile.show li:first-child {
        border-top: 1px solid #D4EEF0;
    }

    .navigation ul li.dropdown .dropdown-menu.dropdown-mobile li {
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .navigation ul li.dropdown .dropdown-menu.dropdown-mobile .dropdown-item {
        padding: 0;
        color: #37C0C9;
        text-transform: uppercase;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
    }

    .navigation ul li.dropdown .dropdown-menu.dropdown-mobile.show li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .custom-dropdown.dropdown-toggle.uppercase.black.show::after {
        transform: rotate(180deg);
    }

    .custom-dropdown.dropdown-toggle::after {
        -webkit-mask-image: url(../images/icon_down_black.svg);
        mask-image: url(../images/icon_down_black.svg);
        background: #37C0C9;
        position: absolute;
        right: 0;
        top: 5px;

    }

    /* Mobile Menu End */

    /* Content CSS - 19/06/2025 */
    .content-wrapper ul {
        padding-left: 10px;
    }

    .content-wrapper {
        padding: 24px;
    }

    .content-wrapper li {
        font-size: 15px;
        padding-left: 12px;
    }

    .content-wrapper h1,
    .content-wrapper h2,
    .content-wrapper h3 {
        margin-bottom: 12px;
    }

    /* Content CSS End - 19/06/2025 */

    .sidebar-wrapper {
        position: static;
    }

}

/* ============= max-width:768px ==========*/

@media only screen and (max-width: 768px) {

    /* Common Section Spacing */
    .content_wrap {
        padding: 40px 0;
    }

    .content_wrap_top {
        padding: 40px 0 0;
    }

    .content_wrap_bottom {
        padding: 0 0 40px;
    }

    /* End Common Section Spacing */
    .rent-option.filter-search-box {
        height: 38px;
    }

    .search-inputs label input,
    .select2.select2-container {
        height: 38px;
        font-size: 14px;
        padding-left: 28px;
    }

    .search-inputs label i {
        top: 12px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .marina-listing .search-inputs ul li label {
        margin-bottom: 0;
        vertical-align: bottom;
    }

    .filter-search-box .filter-btn-text {
        height: 38px;
        font-size: 14px;
    }

    .search-inputs label input::placeholder,
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 14px;
    }

    .search-inputs.for-buy ul .buy-button-li>button {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-section {
        padding: 12px;
    }

    .search-inputs ul {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .search-section .search-inputs ul li {
        height: auto;
    }

    .search-inputs ul .rent-option.filter-search-box {
        min-width: 49%;
    }

    .search-inputs ul .rent-option.rent-button-li {
        min-width: 49%;
    }

    /* .search-inputs ul .rent-option {
        min-width: 100%;
    } */

    .search-section .search-inputs ul li.filter-search-box>button {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        height: auto !important;
    }

    .filter-search-box img {
        width: 14px;
    }

    .search-inputs ul li {
        min-width: 100%;
    }

    /* .search-section .search-inputs ul li.rent-button-li .search-spot {
        padding: 6px 10px;
        font-size: 12px;
    } */

    /*      Search - For Buy */
    .search-inputs.for-buy ul .buy-option {
        min-width: 49%;
    }

    .search-inputs.for-buy ul .buy-option {
        height: auto;
    }

    .search-inputs.for-buy ul .rent-option.filter-search-box,
    .search-inputs.for-buy ul .buy-button-li {
        min-width: 49%;
    }

    .search-inputs.for-buy ul {
        justify-content: space-between;
    }

    /*      Search - For Buy */

     .mt-60 {
        margin-top: 40px;
    }

    .font-18-30 {
        font-size: 16px;
        line-height: 22px;

    }

    .font-16-26 {
        font-size: 14px;
        line-height: 22px;
    }

    /* Lightbox */
    div#lightboxed--content .lightboxed--frame iframe,
    div#lightboxed--content .lightboxed--frame img {
        width: 100%;
    }

    div#lightboxed--bttn_close {
        top: 10px;
        right: 10px;
    }
}

/* ============= max-width:767px ==========*/
@media only screen and (max-width: 767px) {

    h1,
    .heading-one {
        font-size: 38px;
        line-height: 48px;
    }

    h2,
    .heading-two {
        font-size: 32px;
        line-height: 40px;
    }

    h3,
    .heading-three {
        font-size: 24px;
        line-height: 32px;
    }

    h4,
    .heading-four {
        font-size: 20px;
        line-height: 26px;
    }

    .font-16 {
        font-size: 14px;
        line-height: 16px;
    }

    .p-30 {
        padding: 22px;
    }

    .p-24 {
        padding: 16px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .common_border {
        border-radius: 10px;
    }

    /* .container{padding: 0 20px;} */
    /* Common Button */
    .common_btn_aqua,
    .common_btn_aqua_border,
    .common_btn_grey_border,
    .common_btn_aqua_small,
    .common_btn_aqua_border_small {
        padding: 6px 12px;
        font-size: 12px;
    }
    .home-register-now {
        margin-top: 10px;
    }

    .common_btn_aqua_medium {
        padding: 9px 16px;
    }

    .payment-button-wrapper .common_btn_aqua,
    .payment-button-wrapper .border_btn {
        padding: 10px 12px;
    }

    /* End Common Button */
    /* Header */
    .search_form_center {
        padding: 18px 20px;
    }

    .user_list_menu .listing {
        padding-right: 14px;
    }

    .user_list_menu .massage {
        padding-left: 14px;
    }

    .user_list_menu li a img {
        margin-right: 8px;
    }

    .search-inputs label input, .select2.select2-container {
        height: 32px;
    }

    .search-inputs label i {
        top: 10px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .search-section .search-inputs ul li.filter-search-box>button {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .search-inputs.for-buy ul .buy-button-li>button {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    /* End Header */
    .selection_card_bottom .card_bottom {
        flex-direction: row;
        align-items: center;
        margin-top: 16px;
    }

    .NotificationOffcanvas .offcanvas-header {
        padding: 30px 40px 30px 30px;
    }

    .NotificationOffcanvas .offcanvas-body {
        padding: 0 40px 0 30px;
    }

    /* account Menu Css */
    .account_body h3 {
        margin: 0 0 24px;
    }

    .account_content_row {
        margin: 0;
    }

    .account_content_wrap .container,
    .mobile_padding_zero {
        padding: 0;
    }

    .account_content_wrap .account_body {
        padding: 0 20px;
    }

    .account_sidebar {
        display: none;
    }

    .account_mobile_sidebar,
    .account_mobile_menu {
        display: block;
    }

    .account_mobile_sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: -14px 0 24px;
        border-bottom: 1px solid #DDE6FF;
        padding: 0 20px 16px;
    }

    /* End account Menu Css */
    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .daterangepicker .calendar-table td,
    .daterangepicker .calendar-table th.month {
        font-size: 14px;
    }

    /* grid css */
    .grid-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    #searchModal .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    #searchModal .multi-range {
        width: 100%;
    }

    .beam-meter,
    .length-meter {
        width: 100%;
    }

    .marina-utilities-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .marina-utilities {
        max-height: 174px;
        overflow-y: auto;
    }

    .marina-radius {
        padding-bottom: 16px;
        gap: 24px;
    }
    .foot-logo-wrapper {
        gap: 15px;
    }
    .foot-logo-bottom img { max-width: 120px;}
}

/* ============= max-width:640px ==========*/
@media only screen and (max-width: 640px) {

    h1,
    .heading-one {
        font-size: 32px;
    }

    h2,
    .heading-two {
        font-size: 28px;
        line-height: 38px;
    }

    h3,
    .heading-four {
        font-size: 22px;
    }

    .font-16-26 {
        font-size: 14px;
        line-height: 22px;
    }

    /* Header */
    .search_bar_header {
        margin-bottom: 61px;
    }

    .search_form_center {
        top: 58px;
        padding: 10px 20px;
    }

    .header_center .search_form {
        min-width: 100%;
        height: 45px;
    }

    .listing_header {
        margin-bottom: 51px;
    }

    .user_list_center {
        content: '';
        position: absolute;
        width: 100%;
        top: 58px;
        left: 0;
        right: 0;
        background: #fff;
    }

    .site_header.listing_header.sticky {
        box-shadow: none;
    }

    .site_header.sticky .user_list_center {
        box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    }

    .user_list_menu {
        justify-content: center;
        padding: 10px 0;
        margin: 0;
        border-top: 1px solid #DDE6FF;
    }

    .relevant_dropdown .dropdown-menu {
        padding: 0;
    }

    .header_right .common_btn_aqua_border,
    .become_host {
        display: none;
    }

    .currency,
    .currency.home_currency_btn {
        margin-left: 0;
    }

    .header_logo img {
        width: 150px;
    }

    .logo_header {
        padding: 12px 0;
    }

    .site_content {
        padding: 62px 0 0;
    }

    /* End Header */
    /* Footer */
    .bottom_fotter .bottom_left,
    .bottom_fotter .bottom_right {
        width: 100%;
    }

    .bottom_fotter .bottom_left {
        order: 2;
        text-align: center;
    }

    .bottom_fotter .bottom_right {
        justify-content: center;
        margin: 0 0 16px;
    }

    .top_fotter .col-lg-3:first-child {
        margin: 0 0 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #DDE6FF;
    }

    .top_fotter .col-lg-3 {
        width: 100%;
    }

    .usefull_link li:first-child {
        margin-top: 0;
    }

    .usefull_link li:last-child {
        margin-bottom: 0;
    }

    .add_list {
        margin: 20px 0 0;
    }

    .top_fotter {
        padding: 40px 0;
    }

    .bottom_fotter {
        padding: 20px 0;
    }

    .top_fotter .col-lg-3:first-child {
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .top_fotter,
    .content_wrap {
        padding: 30px 0;
    }

    .content_wrap_bottom {
        padding: 0 0 30px;
    }

    .content_wrap_top {
        padding: 30px 0 0;
    }

    /* End Footer */
    .dropdown_list_button img {
        margin: 0;
    }

    .dropdown_list_button {
        padding: 6px 28px 6px 8px;
        background-size: 12px;
    }

    .cancellation_dropdown .dropdown_list_button {
        padding: 6px 8px;
    }

    .date_dropdown .dropdown_list_button,
    .filter_dropdown .dropdown_list_button,
    .date_range_label {
        font-size: 0;
        padding: 6px 10px;
    }

    .date_range_label .text {
        font-size: 0;
    }

    .date_range_label img {
        margin: 0;
    }

    .date_dropdown .dropdown_list_button,
    .date_range_label {
        background-image: none !important;
    }

    .selection_card {
        margin-top: 20px;
    }

    .selection_card_list .col-sm-6 {
        width: 50%;
    }

    .amenities_list {
        column-count: 1;
    }

    .MoreFilter h4.grey_two {
        font-size: 20px;
    }

    .modal-header .btn-close {
        top: 16px;
        right: 16px;
    }

    .loginAndsignUp .modal_matirial_form {
        margin: 22px 0 0;
    }

    .global_spacing_top {
        margin: 65px 0 0;
    }

    .page_content_wrap {
        padding: 30px 0 0;
    }

    .user_list_menu li a img {
        width: 18px;
    }

    .NotificationOffcanvas {
        width: 100%;
    }

    .NotificationOffcanvas .offcanvas-header {
        padding: 20px;
    }

    .NotificationOffcanvas .offcanvas-body {
        padding: 0 20px;
    }

    .notification_list .list_item img {
        width: 30px;
    }

    .notification_list .notification_close_btn img {
        width: 14px;
    }

    /* End account Menu Css */
    .account_body h3 {
        margin: 0 0 16px;
    }

    .common_border_bottom {
        padding: 0 0 16px;
        margin: 0 0 16px;
    }

    .account_body .not_provided {
        font-size: 14px;
    }

    .account_body h5 {
        font-size: 16px;
    }

    .mobile-menu-toggle img {
        width: 30px;
    }

    .mobile-menu__body {
        max-width: 280px;
    }

    /* End account Menu Css */
    .daterangepicker .drp-buttons .applyBtn {
        padding: 8px 12px;
    }
}

/* ============= max-width:575px ==========*/
@media only screen and (max-width: 575px) {
    .site-content {
        margin-top: 60px;
    }

    .card_content {
        padding: 12px;
    }

    .pt-60 {
        padding-top: 25px;
    }

    .pb-60 {
        padding-bottom: 25px;
    }

    .py-60 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .p-30 {
        padding: 18px;
    }

    .auth-language {
        gap: 10px;
    }

    /* Footer */
    .footer-quick-links .footer-menu {
        border-bottom: 1px solid #D9DADC;
    }

    .footer-links {
        display: none;
    }

    .social-blocks {
        margin-top: 20px;
    }

    .open-links {
        margin-top: 16px;
    }

    .menu-arrow {
        position: relative;
        cursor: pointer;
        transition: all 0.3s;
        margin-top: 16px;
    }

    .menu-arrow::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0px;
        background: url(../images/select_down_arrow.svg) no-repeat center;
        background-size: 14px;
        width: 14px;
        height: 14px;
        color: #ffffff;
        transition: all 0.3s;
    }

    .menu-arrow.active::after {
        top: 4px;
        transform: rotate(180deg);
        transition: all 0.3s;
    }

    .aqua-bg-label {
        font-size: 10px;
    }

    .font-18-30 {
        font-size: 14px;
        line-height: 26px;
    }

    #searchModal .modal-title {
        font-size: 20px;
        line-height: normal;
    }

    #searchModal .modal-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #searchModal .modal-header .btn-close {
        top: 25px;
    }

    /* .marina-listing .search-inputs ul li:nth-child(2),
    .marina-listing .search-inputs ul li:nth-child(3),
    .marina-listing .search-inputs ul li:nth-child(4),
    .marina-listing .search-inputs ul li:nth-child(5) {
        max-width: 24%;
    } */

    .search-inputs ul li:last-child {
        margin-top: 0;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-results__option {
        font-size: 14px;
        line-height: 18px;
    }

    .marina-listing .search-inputs ul li:nth-child(2) label {
        min-width: 100%;
        max-width: 100%;
    }
    .homepage .search-section {
        padding: 12px;
    }
    .search-inputs.for-buy ul .buy-option {
        min-width: 100%;
    }

    .search-inputs ul .rent-option {
        width: 100%;
        padding: 0;
    }
    .search-section .search-inputs ul li.filter-search-box {
        padding-right: 6px;
        margin-bottom: 0;
    }
    .search-section .search-inputs ul li.filter-search-box>button {
        font-size: 12px;
    }
    .search-inputs ul .rent-option.filter-search-box {
        min-width: auto;
        width: 50%;
    }
    .search-inputs ul .rent-option.rent-button-li {
        min-width: auto;
        width: 50%;
        height: 100%;
        padding-left: 6px;
    }
    .search-inputs.for-buy ul .buy-option {
        padding: 0;
    }
    /* Header Changes */

    .user-lang {
        padding: 6px 20px 6px 8px;
    }

    .user-lang::before {
        top: 12px;
        right: 8px;
    }

    .user-lang i::before {
        width: 18px;
        height: 18px;
    }

    .mobile-menu {
        padding: 8px 10px;
    }

    .mobile-menu i::before {
        width: 19px;
        height: 14px;
    }

    .language-currency-unit {
        padding: 6px 8px;
    }

    /* Header Changes End */

    /* language-currency-unit Modal Custom CSS */
    #language-currency-unit-modal .modal-content p {
        padding: 16px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #language-currency-unit-modal .modal-content {
        border-radius: 16px;
    }

    .select-wrapper {
        padding: 18px 16px;
    }

    .select-wrapper .select2.select2-container {
        height: 38px;
    }

    .language-label,
    .currency-label,
    .dimension-label {
        top: -8px;
        line-height: normal;
    }

    .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 6px;
    }

    .close {
        top: 24px;
    }

    #language-currency-unit-modal .icon_close_modal::before {
        width: 14px;
        height: 14px;
    }

    /* .select2-container--default .select2-results__option--highlighted[aria-selected] {
        font-size: 16px;
    } */

    /* language-currency-unit Modal Custom CSS End*/

    /* Content CSS - 19/06/2025 */
    .content-wrapper {
        padding: 20px;
    }

    .content-wrapper ul {
        padding-left: 0;
    }

    .content-wrapper h1,
    .content-wrapper h2,
    .content-wrapper h3 {
        margin-bottom: 8px;
    }

    /* Content CSS End - 19/06/2025 */

    .add-review-modal .modal-body, 
    .show-review-modal .modal-body {
        padding: 16px;
    }

    .add-review-modal .close-btn, 
    .show-review-modal .close-btn {
        width: 18px;
        height: 18px;
        background: transparent url(../images/icon-close-grey.svg) center/18px auto no-repeat;
        top: 10px;
        right: 10px;
    }
    .modal .modal-content {
        width: 90%;
    }
}

/* ============= max-width:480px ==========*/
@media only screen and (max-width: 480px) {

    h1,
    .heading-one {
        font-size: 26px;
        line-height: 36px;
    }

    h2,
    .heading-two {
        font-size: 24px;
        line-height: 30px;
    }

    h3,
    .heading-three {
        font-size: 20px;
        line-height: 28px;
    }

    h4,
    .heading-four {
        font-size: 18px;
        line-height: 26px;
    }

    h5,
    .heading-five {
        font-size: 16px;
        line-height: 26px;
    }

    /* Header */
    .p-24 {
        padding: 12px;
    }

    .p-30 {
        padding: 14px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .gap-24 {
        gap: 16px;
    }

    .font-14 {
        font-size: 12px;
    }

    .font-13 {
        font-size: 12px;
    }

    .font-16-20 {
        font-size: 14px;
        line-height: 20px;
    }

    .user_list_center,
    .search_form_center {
        top: 54px;
    }

    .header_logo img {
        width: 135px;
    }

    .currency,
    .currency.home_currency_btn {
        margin-right: 8px;
        padding: 6px 24px 6px 6px;
    }

    .user_circle_image {
        margin: 0 8px 0 0;
    }

    .currency::after {
        right: 6px;
    }

    .currency.header_bell {
        padding: 6px;
    }

    .search-section {
        padding: 12px;
    }

    /* End Header */
    /* Search Bar - For Buy option */

    /* Footer */
    .footer-copyright-section {
        justify-content: center;
    }

    .social-blocks ul {
        justify-content: center;
    }

    .copyright-text-box ul {
        gap: 8px;
        margin-bottom: 0;
        justify-content: center;
    }

    .copyright-text-box ul li:first-child {
        width: 100%;
        text-align: center;
    }

    .copyright-text-box ul li:nth-child(2)::after {
        display: none;
    }

    .copyright-text-box ul li:after {
        left: -4px;
    }

    /* search section */
    .search-inputs ul li,
    .search-inputs label {
        min-width: 100%;
    }

    .search-inputs ul li:last-child {
        text-align: center;
    }

    /* search section */
    /* currencyAndlanguages_tab */
    .currencyAndlanguages_form .list_item {
        padding: 10px;
    }

    .tab_list_text .dark {
        padding-right: 8px;
        margin-right: 8px;
    }

    .tab_list_text {
        font-size: 16px;
    }

    /* End currencyAndlanguages_tab */
    /* Login And Sign up Pop Up */
    .modal_social_list li {
        min-width: auto;
    }

    .modal_social_list .link {
        font-size: 0;
        padding: 6px 10px;
    }

    .modal_social_list .link img {
        margin: 0;
    }

    .other_option .title_head::after,
    .other_option .title_head::before {
        width: 25px;
    }

    .loginAndsignUp .modal-body {
        padding: 32px 16px 24px;
    }

    /* End Login And Sign up Pop Up */
    .currencyAndlanguages_form .checked_label {
        right: 10px;
        top: 10px;
    }

    .selection_card_list .col-sm-6 {
        width: 100%;
    }

    .dropdown_list {
        flex-wrap: wrap;
    }

    .dropdown_list .list_right {
        width: 100%;
        margin: 16px 0 0;
    }

    .top_filter_bar {
        padding: 0 0 16px;
    }

    .relevant_dropdown {
        display: inline-flex;
        justify-content: flex-start;
    }

    .relevant_dropdown .dropdown-menu {
        left: 0 !important;
    }

    .MoreFilter h4 {
        font-size: 20px;
        top: 12px;
    }

    .MoreFilter .modal-header {
        height: 50px;
    }

    .MoreFilter_bottom {
        padding: 12px 20px;
    }

    .MoreFilter .modal-body {
        padding: 66px 20px 38px;
    }

    .MoreFilter .modal-header .btn-close {
        top: 26px;
        right: 20px;
    }

    .card_like {
        right: 20px;
    }

    .card_like,
    .superhost_label {
        top: 20px;
    }

    .superhost_label {
        left: 20px;
    }

    .other_option p {
        margin-top: 16px;
    }

    .modal_social_list {
        margin: 16px 0 0;
    }

    .loginAndsignUp h4 {
        margin: 0 0 10px;
    }

    .floating_input,
    .floating_select,
    .floating_input {
        height: 45px;
    }

    .notification_list .text p {
        max-width: 94%;
    }

    .daterangepicker .drp-calendar.left {
        padding: 0;
    }

    .daterangepicker .drp-selected {
        font-size: 14px;
    }

    /* Modal */
    /* .modal .modal-content {
        width: 90%;
    } */

    .modal-header .btn-close {
        top: 22px;
        right: 22px;
    }

    .light-green-label {
        flex-wrap: wrap;
        gap: 4px;
    }

    .font-18 {
        font-size: 16px;
        line-height: 22px;
    }

    .breadcrumb {
        margin: 16px 0 16px;
    }

    .search-spot,
    .filter-search-box .filter-btn-text {
        font-size: 12px;
    }

    /* language-currency-unit Modal Custom CSS */
    .language-currency-unit li:last-child a,
    .language-currency-unit li:last-child,
    .language-currency-unit li:nth-child(2n)::after {
        display: none;
    }

    .language-currency-unit li:nth-child(2n) {
        padding-right: 0;
    }

    .language-currency-unit li a {
        font-size: 0;
    }

    #language-currency-unit-modal .button-group .common_btn_aqua_border_small {
        padding: 5px 12px;
    }

    /* language-currency-unit Modal Custom CSS End*/

    .download-app-list li a img {
        max-width: 140px;
        max-height: 40px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

/* ============= max-width:320px ==========*/
@media only screen and (max-width: 320px) {

    h2,
    .heading-two {
        font-size: 20px;
        line-height: 26px;
    }

}

/* ============= min-width:576px ==========*/
@media (min-width: 576px) {
    /* .modal-dialog {
        max-width: 481px;
    } */

    #searchModal .modal-dialog {
        max-width: 767px;
    }
}

/* Switch Toggle 02-10-2024 */
.switches-container {
    width: 62px;
    display: flex;
    padding: 0;
    position: relative;
    background: #fff;
    line-height: 30px;
    border-radius: 24px;
    border: 1px solid #D9DADC;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #626F70;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch-wrapper .switch {
    width: 30px;
    border-radius: 100%;
    background: #fff;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #37C0C9;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #37C0C9;
    border-radius: 100%;
    background-color: #D4EEF0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

/* End Switch Toggle 02-10-2024 */


/* Marina Detail Working Hours Listing 04/04/2025 */
.marina-info-nav li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #626F70;
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}
.marina-info-nav li:last-child {
    margin-bottom: 0;
}
.marina-info-nav li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #626F70;
}
/* Marina Detail Working Hours Listing 04/04/2025 End */

/* Payment Methods */
.icon-visa::before {
    background: url(../images/Payment-Method/Visa.svg) no-repeat;
    width: 52px;
    height: 36px;
}
.icon-master-card::before {
    background: url(../images/Payment-Method/Mastercard.svg) no-repeat;
    width: 52px;
    height: 36px;
}
.icon-visa-large::before {
    background: url(../images/Payment-Method/Visa.svg) no-repeat;
    width: 67px;
    height: 46px;
}
.icon-master-card-large::before {
    background: url(../images/Payment-Method/Mastercard.svg) no-repeat;
    width: 67px;
    height: 46px;
}
.icon-delete::before {
    background: url(../images/Payment-Method/icon_delete.svg) no-repeat;
    width: 24px;
    height: 24px;
}
.icon-american-express::before {
    background: url(../images/Payment-Method/American_Express.png) no-repeat;
    width: 52px;
    height: 36px;
}
.icon-american-express-large::before {
    background: url(../images/Payment-Method/American_Express.png) no-repeat;
    width: 67px;
    height: 46px;
}
.payment-box {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #E4E4E4;
    margin-bottom: 16px;
    border-radius: 8px;
    gap: 16px;
}
.payment-box .form-check-input[type=radio] {
    flex-shrink: 0;
}
.payment-box label,
.my-cards-inner {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 16px;
    width: 100%;
}
.payment-box label p,
.my-cards-wrapper .card-number-inner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #121111;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.payment-box label p span { 
    width: 2px;
    height: 14px;
    background-color: #83A7B2;
    display: block;
}
.border_btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #37C0C9;
    background-color: #fff;
    border: 1px solid #37C0C9;
    border-radius: 10px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.10px;
}
.border_btn:hover {
    background-color: #37C0C9;
    color: #fff;
    border: 1px solid #37C0C9;
    transition: 0.3s all;
}
.payment-button-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.payment-button-wrapper a {
    width: 50%;
}
.card-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}
.expiry-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #626F70;
    display: block;
}
.mycards-wrapper .payment-box:last-child {
    margin-bottom: 0;
}

.my-cards-wrapper {
    background-color: #EFF6F6;
    padding: 20px;
    border: 1px solid #37C0C9;
    border-radius: 20px;
    max-width: 322px;
}
.my-cards-inner {
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}
.cart-action-btn {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08rem;
}
.my-cards-btn {
    margin-top: 30px;
}
.text-black { color: #161717;}
.text-red-link {
    color: #C93737;
}
.text-green-link {
    color: #46A44A;
}
.text-aqua {
    color: #37C0C9;
}
.my-cards-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.seperate-line {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #83A7B2;
}
/* Payment Methods */
.navigation ul li .navigation-links.active,
.footer-links ul li a.active {
    color: #37C0C9;
    transition: all 0.3s;
}


.c-go-top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    display: none;
    background-color: #37C0C9;
    padding: 4px 10px;
    text-decoration: none;
    z-index: 999;
    border: 1px solid #37C0C9;
    border-radius: 8px;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    text-align: center;
    animation-name: bounce-1;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
}

.c-go-top svg {
    width: 16px;
    height: 16px;
}

.c-go-top svg path {
    fill: #fff;
}

@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Loader */
#site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../../assets/dashboard/images/Loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 150px;
    flex-direction: column;
}

#loader-percentage {
    font-size: 22px;
    color: #416168;
    margin-top: 220px;
    font-weight: 600;
    opacity: 1;
}

body.loading *:not(#site-loader) {
    pointer-events: none;
    user-select: none;
}

body.loading {
    overflow: hidden;
}

/* Loader End */

/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1200px) {
    /* Common Button */
    .border_btn {
        padding: 10px 25px;
    }
}

/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) {
    /* Common Button */
    .border_btn {
        padding: 8px 20px;
        border-radius: 8px;
    }
}

/* ============= max-width:767px ==========*/
@media only screen and (max-width: 767px) {
    /* Common Button */
    .border_btn {
        padding: 6px 15px;
        font-size: 12px;
    }
}