@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import "icofont.css";
@import "https://unpkg.com/@jarstone/dselect/dist/css/dselect.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css";
@import "hotel-datepicker.css";
@import "lightpick.css";

@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Regular.eot");
    src: url("../fonts/ProductSans-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProductSans-Regular.woff2") format("woff2"),
        url("../fonts/ProductSans-Regular.woff") format("woff"),
        url("../fonts/ProductSans-Regular.ttf") format("truetype"),
        url("../fonts/ProductSans-Regular.svg#ProductSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Product Sans";
    src: url("../fonts/ProductSans-Bold.eot");
    src: url("../fonts/ProductSans-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProductSans-Bold.woff2") format("woff2"), url("../fonts/ProductSans-Bold.woff") format("woff"),
        url("../fonts/ProductSans-Bold.ttf") format("truetype"),
        url("../fonts/ProductSans-Bold.svg#ProductSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Inter", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/****** CUSTOM CSS ******/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header-top {
    background-color: #193a6f;
    padding: 13px 0;
}

.header-top-inner {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-left ul {
    display: flex;
    align-items: center;
}

.header-top-left ul li {
    display: flex;
    align-items: center;
    margin-right: 23px;
}

.header-top-left ul li:last-child {
    margin: 0;
}

.header-top-left ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.header-top-left ul li a:hover {
    color: #2bbb40;
}

.header-top-left ul li img {
    margin-right: 10px;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.social-media ul {
    display: flex;
    align-items: center;
}

.social-media ul li {
    margin-left: 10px;
}

.language {
    margin-left: 26px;
}

.language ul {
    display: flex;
    align-items: center;
    margin: 0 -12.5px;
}

.language ul li {
    padding: 0 12.5px;
    position: relative;
}

.language ul li:first-child:after {
    display: none;
}

.language ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
    width: 1px;
    height: 18px;
}

.language ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.language ul li a img {
    margin-right: 10px;
}

.language ul li a:hover {
    color: #2bbb40;
}

/**** HEADER BOTTOM ******/
.header-bottom {
    padding: 30px 0;
    background-color: #fff;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
}

.navigation {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav .nav-item .nav-link {
    color: #1d242d;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
}

.nav-link {
    width: auto !important;
    margin-right: 10px;
    text-align: left;
    border: 0px solid green;
}

.home-lnk {
    width: 55px;
}

.about-lnk {
    width: 67px;
}

.navbar-nav .nav-item:first-child .nav-link {
    padding: 0;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #000;
    font-weight: 500;
}

.nav-link.active {
    width: auto !important;
}

.right-header {
    margin-left: 40px;
    border: 0px solid green;
}

.right-header ul {
    display: flex;
    align-items: center;
}

.about-lnk.active {
    width: 67px;
}

.faq-lnk {
    width: 40px;
}

.faq-lnk.active {
    width: 40px;
}

.home-lnk.active {
    width: 55px;
}

.notification-lnk {
    width: 87px;
}

.notification-lnk.active {
    width: 87px;
}

.login-btn {
    background-color: #fff;
    border: 1px solid #193a6f;
    width: 96px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #193a6f;
    font-size: 14px;
    font-family: "Product Sans";
    font-weight: normal;
    border-radius: 6px;
}

.login-btn img {
    margin-right: 7px;
}

.login-btn:hover {
    background-color: #193a6f;
    color: #fff;
}

.login-btn:hover img {
    filter: brightness(10.5);
}

.host-btn {
    background-color: #2bbb40;
    border-radius: 6px;
    border: 1px solid #2bbb40;
    height: 38px;
    width: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Product Sans";
    margin-left: 18px;
}

.host-btn:hover {
    background-color: transparent;
    color: #2bbb40;
}

/******* BANNER SEC ******/
.banner-sec {
    background: url(../img/banner-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 255px 0 226px 0px;
}

.banner-sec .text-box {
    padding: 46px 0 0 0;
}

.banner-sec .text-box h1 {
    color: #11265a;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}

.banner-sec .text-box p {
    color: #343639;
    font-size: 20px;
    font-weight: normal;
    margin: 32px 0px 85px;
}

.banner-sec .text-box form {
    position: relative;
    max-width: 509px;
    width: 100%;
}

.banner-sec .text-box form span {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(0, -50%);
}

.banner-sec .text-box form .form-control {
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0px 6px 16px rgba(180, 180, 180, 0.16);
    height: 70px;
    color: #9ba0a8;
    font-size: 16px;
    padding-left: 70px;
    font-weight: 400;
}

.banner-sec .text-box form .form-control::placeholder {
    color: #9ba0a8;
}

.banner-sec .text-box form a {
    background-color: #2bbb40;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 52px;
    max-width: 106px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
}

.banner-sec .text-box form a:hover {
    background-color: #11265a;
}

.banner-sec .image-holder {
    margin: 0 0 0 15px;
}

.banner-sec .image-holder img {
    max-width: inherit;
}

/***** BRAND SEC *****/
.brands-sec {
    padding: 170px 0;
}

.brand-inner p {
    text-align: center;
    color: #1b1f2e;
    font-size: 22px;
    font-weight: 400;
}

.brand-inner p span {
    color: #2bbb40;
}

.brand-inner ul {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 35px 0 0 0;
}

.brand-inner ul li {
    padding: 5px 0;
    margin-right: 30px;
}

/***** CATEGORIES SEC *****/
.categories-inner h3 {
    color: #11265a;
    font-size: 46px;
    margin-bottom: 40px;
    font-weight: bold;
}

.categories-inner .row {
    margin: 0 -22px;
}

.categories-inner [class*="col-"] {
    padding: 0 22px;
    border: 0px solid green;
}

.categories-box {
    border-radius: 26px;
    background: #ecf9ff;
    box-shadow: 0px 18px 30px rgba(180, 180, 180, 0.16);
    margin: 22px 0;
}

.categories-box .image-holder {
    text-align: center;
    min-height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid red;
}

.categories-box .image-holder img {
    width: 200px;
    height: 115px;
}

.testimonail-box .image-holder {
    border: 0px solid blue;
    width: 50%;
    height: 50%;
    border-radius: 100%;
}

.testimonail-box .image-holder .customn-img {
    width: 63px;
    border-radius: 100%;
    height: 63px;
}

.categories-box .text-box {

    text-align: center;
    background-color: #fff;
    border-radius: 0 0 26px 26px;
    padding: 41px 10px;
    border: 0px solid green;
    /* max-width:217px; */
    height: 41px;
    overflow: hidden;
}

.our_category_ids {
    cursor: pointer;

}

.categories-box .text-box h4 {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
}

/***** TESTIMONIAL SEC *****/
.testimonail-sec {
    padding: 40px 0;
}

.title {
    text-align: center;
}

.title span {
    width: 153px;
    height: 40px;
    background: #e1ffe5;
    color: #2bbb40;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 19px;
}

.title h3 {
    color: #0d152e;
    font-size: 46px;
    font-weight: bold;
    margin: 25px 0 0 0;
}

.title p {
    color: #343639;
    font-size: 20px;
    font-weight: 400;
    margin: 32px 0 0 0;
}

.testimonail-inner {
    margin: 65px 0 0 0;
    max-height: 350px;
    /*        overflow-y:auto;*/
    /*        overflow-x:hidden;*/
}

.testimonail-box {
    border-radius: 13px;
    background: #fff;
    box-shadow: 0px 7px 16px rgba(191, 191, 191, 0.16);
    margin: 15px 0;
    padding: 30px 30px 50px 30px;
}

.testimonail-box .media {
    padding-bottom: 22px;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
}

.testimonail-box .media .image-holder {
    max-width: 65px;
    width: 100%;
}

.testimonail-box .media .text-box {
    padding-left: 10px;
    flex: 1;
    padding-top: 6px;
}

.testimonail-box .media .text-box h4 {
    color: #21262b;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.testimonail-box .media .text-box span {
    color: #81838c;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.testimonail-box .text-inner {
    padding: 15px 0 0 0;
}

.testimonail-box .text-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.testimonail-box .text-media strong {
    color: #81838c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.testimonail-box .text-inner p {
    color: #81838c;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 299px;
    width: 100%;
}

/**** FEATURE SEC *****/
.feature-sec {
    padding: 40px 0;
}

.feature-top {
    background: url(../img/feature-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 218px 0;
}

.feature-top .text-box {
    text-align: center;
}

.feature-top .text-box h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 35px 0;
}

.feature-top .text-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    max-width: 639px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

.feature-bottom-inner {
    padding: 0 100px;
    margin: -140px 0 0 0;
}

.feature-bottom-inner .row {
    margin: 0 -35px;
}

.feature-bottom-inner [class*="col-"] {
    padding: 0 35px;
}

.feature-box {
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 3px 27px rgba(148, 148, 148, 0.16);
}

.feature-box h4 {
    color: #21262b;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
    padding: 26px 33px;
}

.feature-box ul {
    padding: 33px 33px 60px 33px;
}

.feature-box ul li {
    display: flex;
    align-items: center;
    color: #21262b;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px 0;
    min-height: 54px;
}

.feature-box ul li:last-child {
    margin: 0;
}

.feature-box ul li span {
    display: inline-block;
    max-width: 28px;
    margin-right: 17px;
    width: 100%;
}

/***** PARKING STORAGE SEC *****/
.parking-storage-sec {
    padding: 80px 0 110px;
}

.parking-storage-sec .title {
    text-align: left;
}

.parking-storage-sec .title span {
    margin: 0;
    width: 103px;
}

.parking-storage-inner {
    position: relative;
    margin: 60px 0 0 0;
}

.parking-storage-inner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    max-width: 360px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.918) 26.77%, #fff 100%);
    z-index: 1;
}

.parking-storage-inner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    max-width: 370px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.87) 26.77%, #fff 100%);
    z-index: 2;
}

.parking-storage-list {
    width: calc(100vw - 383px);
    position: relative;
    margin-left: auto;
}

.parking-storage-inner .swiper-initialized {
    padding: 15px 0px 15px 0;
}

.parking-box {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 3px 22px rgba(180, 180, 180, 0.16);
}

.parking-box .image-holder {
    position: relative;
    border: 1px solid #707070;
    border-radius: 22px 22px 0 0;
}

.parking-box .image-holder img.main-img {
    width: 100%;
    border-radius: 22px 22px 0 0;
    height: 200px;
}

.parking-box .image-holder .media {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343639;
    font-size: 16px;
    font-weight: 400;
    border-radius: 27px;
    background-color: rgba(255, 255, 255, 0.81);
    height: 46px;
    max-width: 128px;
    width: 100%;
    position: absolute;
    left: 25px;
    top: 21px;
}

.parking-box .image-holder .media img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.parking-box .image-holder span {
    background-color: rgba(255, 255, 255, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343639;
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-radius: 27px;
}

.parking-box .image-holder span img {
    margin-right: 6px;
}

.parking-box .text-box {
    padding: 22px 26px 30px;
}

.parking-box .text-box h4 {
    color: #343639;
    font-size: 20px;
    font-weight: bold;
}

.parking-box .text-box p {
    color: #bdbcbc;
    font-size: 16px;
    font-weight: 400;
    margin: 11px 0 21px;
}

.parking-box .text-box h5 {
    color: #2bbb40;
    font-size: 26px;
    font-weight: bold;
}

.parking-box .text-box h5 span {
    color: #dadada;
    font-size: 18px;
    font-weight: normal;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0px 3px 14px rgba(100, 100, 100, 0.16));
}

.parking-storage-inner .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 240px;
    left: auto;
}

.parking-storage-inner .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -110px;
    right: auto;
}

.commercial-area-sec {
    padding: 40px 0;
}

.commercial-area-sec .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commercial-area-sec .title a {
    width: 117.86px;
    height: 46px;
    border-radius: 6px;
    background: #2bbb40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Product Sans";
}

.commercial-area-sec .title a img {
    filter: brightness(20.5);
    height: 17px;
    margin-left: 8px;
}

.commercial-area-sec .title a:hover {
    background-color: #193a6f;
    color: #fff;
}

/****** AROUND STORAGE SEC *****/
.around-storage-sec {
    background: url(../img/storage-aroung-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 230px 0 219px;
}

.around-storage-sec .text-box {
    text-align: center;
}

.around-storage-sec .text-box h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.around-storage-sec .text-box p {
    font-size: 20px;
    margin: 80px 0 65px;
    font-weight: 400;
    color: #fff;
}

/***** RATTING SUPPORT SEC ****/

.rating-support-sec {
    padding: 110px 0;
}

.rating-support-inner ul {
    display: flex;
    justify-content: space-between;
}

.rating-support-inner ul li {
    position: relative;
}

.rating-support-inner ul li:last-child:after {
    display: none;
}

.rating-support-inner ul li:after {
    position: absolute;
    content: "";
    right: -84px;
    top: 0;
    width: 1px;
    height: 110px;
    background-color: #c4c4c4;
}

.rating-support-inner ul li .text-box {
    padding: 4px 0 0 0;
}

.rating-support-inner ul li .text-box h4 {
    color: #0d152e;
    font-size: 64px;
    font-weight: bold;
    font-family: "Product Sans";
    line-height: 1;
    margin: 0 0 25px 0;
}

.rating-support-inner ul li .text-box p {
    color: #81838c;
    font-size: 18px;
    font-family: "Product Sans";
    font-weight: normal;
    line-height: 22px;
}

.rating-support-inner ul li .text-box p span {
    display: block;
    color: #2bbb40;
}

.rating-support-inner ul li .text-box ol {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.rating-support-inner ul li .text-box ol li {
    margin-right: 8px;
}

.rating-support-inner ul li .text-box ol li:after {
    display: none;
}

.rating-support-inner ul li .text-box ol li:last-child {
    margin: 0;
}

.rating-support-inner ul li .text-box ol li i {
    color: #ffc006;
    font-size: 26px;
}

/****** JOIN CASH SEC *****/
.join-cash-sec {
    padding: 40px 0px;
}

.join-cash-left {
    padding: 80px 0 0 0;
}

.join-cash-sec .join-cash-left .title {
    text-align: left;
}

.join-cash-sec .join-cash-left .title span {
    margin: 0;
    width: 103px;
}

.btn-default {
    background-color: #2bbb40;
    border-radius: 6px;
    height: 58px;
    max-width: 208px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Product Sans";
    margin-top: 30px;
}

.btn-default:hover {
    background-color: #193a6f;
    color: #fff;
}

.join-cash-right .image-holder {}

.join-cash-right .image-holder img {
    max-width: inherit;
}

/****** CORNER COUNTRY SEC ******/
.corner-country-sec {
    background-color: #fafafc;
    padding: 40px 0;

}

.corner-country-inner .heading h3 {
    color: #0d152e;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    line-height: 56px;
    max-width: 674px;
    width: 100%;
    margin: 0 auto;
}

.corner-country-inner .heading ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0 0;
}

.corner-country-inner .heading ul li {
    padding: 0 16px;
}

.corner-country-inner .heading ul li a {
    color: #343639;
    font-size: 18px;
    font-weight: bold;
    font-family: "Product Sans";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4e4e4;
    /* background-color: #2bbb40; */
    border-radius: 6px;
    height: 58px;
    width: 208px;
}

.corner-country-inner .heading ul li a:hover {
    background-color: #193a6f;
    color: #e9ebee;
}

.corner-country-inner .heading ul li a {
    background-color: #e4e4e4;
    color: #343639;
    font-weight: normal;
    font-family: "Product Sans";
}

/* .corner-country-inner .heading ul li a:hover {
        background-color: #193a6f;
        color: #fff;
    } */
.map-holder {
    position: relative;
    margin: 87px 0 0 0;
    border: 0px solid green;
}

.map-holder .text-box {
    border-radius: 26px 0px;
    background-color: #fff;
    padding: 46px 28px 27px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map-holder .text-box h4 {
    color: #343639;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 43px;
}

.map-holder .text-box ul li {
    margin-bottom: 16px;
}

.map-holder .text-box ul li:last-child {
    margin: 0;
}

.map-holder .text-box ul li a {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 67px;
}

.map-holder .text-box ul li a:hover,
.map-holder .text-box ul li.active a {
    background-color: #2bbb40;
    border-color: #2bbb40;
    color: #fff;
}

/****** CONTACT US *****/
.contact-us {
    padding: 40px 0 0;
    margin: 0 0 -120px 0;
}

.contact-inner {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 8px 26px rgba(196, 196, 196, 0.16);
    padding: 34px 60px;
    margin-bottom: 50px;
}

.contact-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #cccccc;
    padding: 24px 0;
}

.contact-box-right {
    border: none;
    padding-left: 60px;
}

.contact-box .image-holder {
    max-width: 71px;
    width: 100%;
}

.contact-box .text-box {
    flex: 1;
    width: 100%;
    padding-left: 40px;
}

.contact-box .text-box h4 {
    color: #27332a;
    font-family: "Product Sans";
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 17px 0;
}

.contact-box .text-box p {
    font-size: 20px;
    color: #7b7b7b;
    font-family: "Product Sans";
    font-weight: normal;
    line-height: 30px;
}

.contact-box .text-box p span {
    display: block;
    color: #2bbb40;
}

/****** FOOTER *****/
footer {
    background-color: #193a6f;
    padding: 215px 0 50px;
    padding-top: 100px;
}

.newsletter .text-box h3 {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    font-weight: normal;
}

.newsletter .text-box h3 span {
    display: block;
    color: #2bbb40;
}

.newsletter form {
    position: relative;
    max-width: 429px;
    width: 100%;
    margin-left: auto;
    margin-top: 24px;
}

.newsletter form .form-control {
    background-color: #244a85;
    border-radius: 9px;
    height: 84px;
    color: #6e94d1;
    font-size: 16px;
    font-weight: normal;
    padding-left: 23px;
    box-shadow: none;
    border: none;
}

.newsletter form .form-control::placeholder {
    color: #6e94d1;
}

.newsletter form a {
    background-color: #2bbb40;
    border-radius: 9px;
    height: 64px;
    max-width: 128px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.newsletter form a:hover {
    background-color: #193a6f;
}

/**** FOOTER BOTTOM ****/
.footer-inner {
    margin: 100px 0 0 0;
    padding-bottom: 60px;
}

.footer-social ul {
    display: flex;
    align-items: center;
}

.footer-social ul {
    margin-top: 38px;
}

.footer-social ul li {
    margin-right: 16px;
}

.footer-social ul li a {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-social ul li a:hover {
    background-color: #2bbb40;
    border-color: #2bbb40;
}

.footer-link h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 26px;
    font-weight: 700;
}

.footer-link ul li {
    margin-bottom: 16px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.footer-link ul li a:hover {
    color: #2bbb40;
}

/**** COPYRIGHT ****/
.copyright {
    border-top: 1px solid #fff;
    padding: 20px 0 0 0;
}

.coyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coyright-inner p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.coyright-inner ul {
    display: flex;
    align-items: center;
}

.coyright-inner ul li {
    padding: 0 45px;
    position: relative;
}

.coyright-inner ul li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    background-color: #fff;
    height: 32px;
}

.coyright-inner ul li:last-child {
    padding-right: 0;
}

.coyright-inner ul li:last-child:after {
    display: none;
}

.coyright-inner ul li:first-child {
    padding-left: 0;
}

.coyright-inner ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.coyright-inner ul li a:hover {
    color: #2bbb40;
}

/***** INTRO PAGE ******/
.intro-header {
    border-bottom: 1px solid rgb(223, 225, 230);
    padding: 16px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}

.intro-header .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro-logo a {
    display: flex;
    align-items: center;
}

.intro-logo a svg {
    font-size: 24px;
}

.intro-header .media h2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.008em;
    color: rgb(52, 54, 57);
    margin-right: 10%;
    border: 0px solid green;
}

.exit a {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.006em;
    color: rgb(0, 103, 192);
    display: flex;
    align-items: center;
    font-size: 18px;
}

.exit a:hover {
    color: rgb(2, 139, 255);
}

/***** INTRO SPACE *****/
.intro-space {
    padding: 96px 0 100px 0px;
}

.intro-space-inner {
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.intro-Rentmio .image-holder {
    position: relative;
}

.intro-Rentmio .image-holder img {
    border-radius: 8px;
    flex-shrink: 0;
    width: 100%;
    object-fit: cover;
    height: 256px;
}

.intro-Rentmio .image-holder h3 {
    font-weight: 800;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.008em;
    color: #fff;
    font-size: 26px;
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 10;
}

.intro-Rentmio .image-holder:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 111px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.intro-Rentmio .text-box {
    margin: 16px 0 22px 0;
}

.intro-Rentmio .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.intro-space-text {
    display: flex;
    margin: 0 0 22px 0;
}

.intro-space-text:last-child {
    margin: 0;
}

.intro-space-text span {
    background: rgb(212, 250, 240);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.intro-space-text span svg {
    font-size: 15px;
}

.intro-space-text .space-text {
    flex: 1;
    width: 100%;
    margin-left: 8px;
}

.intro-space-text .space-text h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.007em;
    color: rgb(52, 54, 57);
    font-family: "Inter", sans-serif;
}

.intro-space-text .space-text p {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.intro-next {
    border-top: 1px solid #dfe1e6;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.intro-next ul.d-flex {
    align-items: center;
    justify-content: space-between;
}

.next-btn {
    color: #fafafc;
    background-color: #0079e1;
    width: 88px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    margin-left: auto;
}

.next-btn:hover {
    background-color: rgb(0, 103, 192);
    color: #fff;
}

.back-btn {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0067c0;
}

.back-btn svg {
    margin-right: 6px;
}

.back-btn:hover {
    color: rgb(0, 103, 192);
}

/***** CHAT VISITOR *****/
.chat-visitor a {
    background-color: #3288e6;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 6px, rgb(0 0 0 / 20%) 0px 2px 24px;
    position: relative;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 16px;
    bottom: 16px;
}

.chat-visitor a:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 10px, rgb(0 0 0 / 30%) 0px 4px 28px;
}

/****** INTRO SPACE BREAKUP *****/
.intro-space-start .text-box {
    padding: 18px 0 18px 0;
}

.intro-space-start .text-box h3 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.008em;
    color: rgb(52, 54, 57);
    font-family: "Inter", sans-serif;
    margin: 0 0 19px 0;
}

.intro-space-start .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.space-start-list ul li.active a {
    pointer-events: inherit;
}

.space-start-list ul li.active a h4 {
    color: #343639;
}

.space-start-list ul li.active a h4 svg {
    fill: #343639;
}

.space-start-list ul li.active a span {
    display: block;
}

.checkicon {
    background-color: #19b693;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.space-start-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0;
    border-bottom: 1px solid #dfe1e6;
    pointer-events: none;
}

.space-start-list ul li a h4 {
    color: #9ba0a8;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
}

.space-start-list ul li a h4 svg {
    font-size: 16px;
    margin-right: 8px;
}

.space-start-list ul li a span {
    display: flex;
    align-items: center;
    color: #0067c0;
    font-size: 18px;
    display: none;
}

.space-start-list ul li a span:hover {
    color: #00559e;
}

/****** SPACE INFO *****/
.space-info h2 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.008em;
    color: #343639;
    margin: 0 0 20px 0;
}

.space-info-box {
    margin: 0 0 36px 0;
}

.space-info-box h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.008em;
    color: #343639;
    margin-bottom: 10px;
}

.space-info-box label {
    display: block;
}

.space-info-box .text-box {
    margin: 0 0 10px 0;
}

.space-info-box .text-box:last-child {
    margin: 0;
}

.space-info-box .checked11 .text-box a {
    background: #e0f3ff;
    border: 1px solid #028bff;
}

.space-info-box .text-box a {
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    padding: 13px 16px;
    display: flex;
}

.space-info-box .text-box a:hover {
    background: #e0f3ff;
    border: 1px solid #028bff;
}

.space-info-box .text-box a span {
    display: inline-block;
    margin-right: 4px;
    max-width: 41px;
    width: 100%;
    margin-top: 4px;
}

.space-info-box .text-box a h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.007em;
    color: #343639;
}

.space-info-box .text-box a p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: #343639;
}

.describes-space-box,
.describes-space-indoor,
.describes-space-outdoor,
.describes-space-covered {
    display: none;
}

.describes-space {
    display: none;
}

.describes-space h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
    margin: 0 0 12px 0;
}

.describes-space .relative {
    position: relative;
    max-width: 290px;
    width: 100%;
}


.describes-space .relative span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

.describes-space .form-control {
    color: #343639;
    border: 1px solid #c3c7ce;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    width: 100%;
    background: #fafafc;
    box-shadow: none;
    letter-spacing: -0.006em;
}

/**** PROGRESS ****/
.progress {
    height: 4px;
    border-radius: 0;
    position: fixed;
    left: 50%;
    top: 68px;
    width: 100%;
    z-index: 10;
    max-width: 512px;
    transform: translate(-50%, 0);
}

.progress-bar {
    background-color: #028bff;
}

/* The radio */
.radio {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
}

/* When the radio button is checked, add a blue background */

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* The check */
.check {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.features-arrow {
    margin: 21px 0 0 0;
}

.features-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgb(0, 103, 192);
    font-weight: 400;
}

.features-arrow a:hover {
    color: #00559e;
}

/****** INFO ADDRESS ****/
.address-location {
    border-bottom: 1px solid #dfe1e6;
    padding-bottom: 32px;
}

.address-location p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.address-location a {
    color: #fafafc;
    background-color: #0079e1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    max-width: 260px;
    width: 100%;
    border-radius: 12px;
    margin-top: 16px;
}

.address-location a svg {
    margin-right: 8px;
}

.address-location a:hover {
    background-color: #0067c0;
}

.address-street {
    padding: 30px 0 0 0;
}

.address-street p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    margin: 0 0 25px 0;
}

.address-street h4 {
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    font-weight: bold;
    margin: 0 0 6px 0;
}

.address-street form {
    position: relative;
    margin: 0 0 17px 0;
}

.address-street form .form-control {
    background-color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    height: 48px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #c3c7ce;
    padding-left: 50px;
}

.address-street form .form-control:focus {
    border: 2px solid rgb(2, 139, 255);
}

.address-street form span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 14px;
}

.address-street form span svg {
    font-size: 21px;
}

.address-street a {
    color: #0067c0;
    font-size: 18px;
}

.correct-address {
    display: none;
    padding: 30px 0 0 0;
}

.correct-address p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    margin: 0 0 20px 0;
}

.correct-address form .form-group {
    margin-bottom: 27px;
}

.correct-address form label {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    margin: 0 0 6px 0;
    color: rgb(52, 54, 57);
    font-weight: bold;
}

.correct-address form label span {
    font-weight: normal;
}

.correct-address form .form-control {
    background-color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    height: 48px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #c3c7ce;
    padding-left: 15px;
}

.correct-address form .form-control:focus {
    border: 2px solid rgb(2, 139, 255);
}

.correct-address a {
    color: #0067c0;
    font-size: 18px;
    font-weight: normal;
}

/***** INFO LOCATION ******/
.info-location p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.info-location .image-holder {
    height: 595px;
    position: relative;
    margin-top: 20px;
}

iframe {
    width: 100%;
    height: 100%;
}

.reset-btn {
    border: 1px solid #ebecf0;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px, rgb(0 0 0 / 16%) 0px -1px 2px inset;
    border-radius: 12px;
    color: rgb(52, 54, 57);
    font-size: 18px;
    max-width: 98px;
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
}

/******* INFO DESCRIPTION *****/
.info-description a {
    display: flex;
    align-items: center;
    color: #028bff;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.01em;
    margin: 22px 0 26px 0;
}

.info-description a span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 4px;
}

.info-description a.active .bizBmF {
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.info-description a .bizBmF {
    transform: rotate(-90deg);
    transition: all 0.5s ease-in-out;
}

.info-description .form-control {
    height: 218px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: #343639;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #c3c7ce;
    box-shadow: none;
    resize: none;
}

.info-description .form-control:focus {
    border: 2px solid #028bff;
}

.info-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: #343639;
    margin: 22px 0 0 0;
}

.info-description p span {
    color: #c67000;
}

.description-text {
    background: rgb(247, 251, 255);
    border: 1px solid rgb(224, 243, 255);
    padding: 16px;
    border-radius: 8px;
    display: none;
    margin: 8px 0 15px;
}

.description-text ul li {
    position: relative;
    font-weight: 400;
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: -0.006em;
    margin-bottom: 10px;
}

.description-text ul li:last-child {
    margin: 0;
}

.description-text ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background-color: #9ba0a8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/***** INFO SIZE *****/
.info-size-box {
    display: flex;
    margin-top: 20px;
}

.info-size-box span {
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #d4faf0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.info-size-box .text-box {
    flex: 1px;
    width: 100%;
    padding-left: 8px;
}

.info-size-box .text-box h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.007em;
    color: #343639;
    margin: 0 0 5px 0;
}

.info-size-box .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: #343639;
}

.info-size-box .text-box p a {
    color: #0067c0;
    text-decoration: underline;
}

.info-size-box .text-box a.remind {
    font-size: 18px;
    color: #0067c0;
    margin: 16px 0 0 0;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.info-size-box .text-box a.remind svg {
    font-size: 11px;
    margin-right: 8px;
}

.info-size-measur {
    margin: 20px 0 0 0;
}

.info-size-measur .form-group {
    margin: 0 0 18px 0;
}

.info-size-measur label {
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.info-size-measur label span {
    font-weight: 400;
}

.info-size-measur .form-control {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: #343639;
    border-radius: 8px;
    padding: 8px;
    height: 58px;
    box-shadow: none;
}

.info-size-measur .form-control:focus {
    border: 2px solid #028bff;
}

.size-measur-alert {
    padding: 16px;
    border-radius: 8px;
    background: #fff8d1;
    border: 1px solid #fff18f;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 13px;
    right: 13px;
}

.size-measur-alert p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    max-width: 387px;
    width: 100%;
    margin: 0 0 4px 0;
}

.size-measur-alert ul li {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    position: relative;
    padding: 0px 0px 4px 20px;
}

.size-measur-alert ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background-color: #9ba0a8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/**** CUSTOMIZE LISTING PRIZE *******/
.customize-listing-prize {
    border-top: 1px solid rgb(223, 225, 230);
    border-bottom: 1px solid rgb(223, 225, 230);
    padding: 33px 0;
    margin-top: 40px;
}

.customize-listing-prize ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.customize-listing-prize ul:last-child {
    margin: 0;
}

.customize-listing-prize ul li h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.customize-listing-prize ul li .relative {
    position: relative;
    max-width: 145px;
    width: 100%;
    margin-left: auto;
}

.customize-listing-prize ul li .relative span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
}

.customize-listing-prize ul li .relative .form-control {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: #343639;
    border-radius: 8px;
    padding: 8px;
    height: 58px;
    padding-left: 50px;
    box-shadow: none;
}

.customize-listing-prize ul li .relative .form-control:focus {
    border: 2px solid #028bff;
}

.customize-listing-prize ul li a {
    color: rgb(0, 103, 192);
    font-size: 16px;
    display: block;
    margin: 6px 0 0 0;
}

.customize-listing-prize ul li p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.customize-prize .space-info-box {
    margin: 35px 0;
}

.customize-prize .space-info-box p.text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    margin: 0 0 10px 0;
}

/**** CUSTOMIZ PHOTO ****/
.customize-photo {
    padding: 26px 0;
}

.see-photo a {
    display: flex;
    align-items: center;
    color: #0067c0;
    font-size: 18px;
}

.see-photo a svg {
    max-width: 27px;
    height: 27px;
    width: 100%;
    margin-right: 5px;
}

.see-photo a svg.bell-icon {
    max-width: 18px;
    height: 18px;
}

label.file {
    padding: 40px;
    border: 2px dashed #c3c7ce;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    margin: 31px 0 14px;
}

label.file:hover {
    border-color: #61bdff;
}

label.file span {
    color: #fafafc;
    background-color: #0079e1;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 146px;
    width: 100%;
    height: 55px;
    border-radius: 12px;
    cursor: pointer;
}

label.file span:hover {
    background-color: #0067c0;
}

label.file p {
    color: #343639;
    letter-spacing: -0.002em;
    font-weight: 400;
    font-size: 15px;
    padding: 17px 0 0 0;
}

input[type="file"] {
    display: none;
}

.review-photo-warning {
    margin-bottom: 22px;
}

.review-photo-warning p {
    max-width: 446px;
    width: 100%;
}

.add-photo {
    margin: 20px 0px 0 0;
}

.add-photo-btn {
    display: flex;
    align-items: center;
    color: #0067c0;
    font-size: 18px;
}

.add-photo-btn svg {
    margin-right: 10px;
}

.add-photo ul {
    display: flex;
    margin: 33px 0 0 0;
}

.add-photo ul li .add-photo-box {
    max-width: 160px;
    width: 100%;
    position: relative;
}

.add-photo ul li .add-photo-box img {
    border-radius: 5px;
}

.add-photo ul li .add-photo-box a {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background: #343639;
    position: absolute;
    top: -8px;
    left: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-photo ul li .add-photo-box a:hover {
    background: #d8431d;
}

.profile-photo .customize-photo {
    padding: 0;
}

.profile-photo label.file {
    padding: 24px;
}

.profile-photo label.file img {
    height: 160px;
    width: 160px;
    margin: 0 auto 32px;
}

.profile-photo label.file span {
    height: 67px;
    max-width: 260px;
    width: 100%;
}

.profile-photo label.file span svg {
    margin-right: 5px;
}

.profile-photo label.file p {
    font-size: 18px;
}

.profile-photo label.file a {
    display: flex;
    align-items: center;
    color: #0067c0;
    font-size: 18px;
    justify-content: center;
    margin-top: 27px;
}

.profile-bio-user {
    display: flex;
    align-items: center;
    border: 0px solid green;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.profile-bio-user .img-fluid {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.profile-bio-user h4 {
    color: #343639;
    letter-spacing: -0.008em;
    font-weight: 800;
    margin-left: 10px;
    font-size: 17px;
}

.customn-h4 {

    border: 0px solid green;
    min-width: 310px;
    padding: 5px;


}

.profile-photo .correct-address {
    padding: 0;
}

.profile-photo .correct-address form textarea.form-control {
    height: 143px;
}

.skip-now-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.skip-now-btn svg {
    margin-left: 10px;
}

.profile-persona-list {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 225, 230);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    box-shadow: rgb(9 30 66 / 10%) 0px 2px 16px;
    margin: 20px 0 0 0;
}

.profile-persona-list .image-holder {
    max-width: 40px;
    width: 100%;
}

.profile-persona-list .text-box {
    padding-left: 10px;
    flex: 1;
    width: 100%;
}

.profile-persona-list .text-box h4 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.008em;
    color: #343639;
    margin: 0px 0 5px 0;
}

.profile-persona-list .text-box ul li {
    display: flex;
    align-items: center;
    color: #c3c7ce;
    letter-spacing: -0.007em;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 4px 0;
}

.profile-persona-list .text-box ul li.active {
    color: #008265;
}

.profile-persona-list .text-box ul li span {
    font-weight: 400;
    color: #343639;
    margin-left: 5px;
    display: inline-block;
}

.persona-img {
    margin: 20px 0 20px 0;
}

/**** CHECKOUT SEC *****/
.checkout-sec {
    padding: 100px 0;
    position: relative;
}

.checkout-innner {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.checkout-left {
    flex: 1;
    width: 100%;
    padding-right: 30px;
}

.checkout-left .text-box h4 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.028em;
    color: #000;
}

.checkout-left .text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006e;
    color: rgb(76, 80, 87);
    margin-bottom: 12px;
}

.checkout-storage {
    position: relative;
    max-width: 306px;
    width: 100%;
    margin: 30px 0 0 0;
}

.checkout-storage .form-control {
    color: #343639;
    letter-spacing: -0.006em;
    font-weight: 400;
    font-size: 18px;
    border-radius: 8px;
    height: 48px;
    border: 1px solid rgb(195, 199, 206);
    padding-left: 45px;
}

.checkout-storage svg {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}

.bootstrap-datetimepicker-widget table td {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.checkout-right {
    max-width: 350px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 21px 0px;
    padding: 32px;
    height: 100%;
    border-radius: 20px;
    background: #fff;
}

.checkout-right .image-holder {
    position: relative;
}

.checkout-right .image-holder img {
    border-radius: 12px;
    height: 160px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.checkout-right .image-holder span {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.001em;
    color: #fff;
    padding: 2px 10px 2px 2px;
    background: rgba(52, 54, 57, 0.5);
    border-radius: 64px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.checkout-right .image-holder span img {
    height: 28px;
    margin-right: 10px;
    width: auto;
}

.checkout-right .text-box {
    margin: 30px 0 0 0;
}

.checkout-right .text-box h4 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.008em;
    color: #343639;
    display: flex;
    align-items: center;
    padding: 0 0 6px 0;
}

.checkout-right .text-box h4 span {
    height: 15px;
    width: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 2px;
}

.checkout-right .text-box h4 span::after,
.checkout-right .text-box h4 span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(52, 54, 57);
}

.checkout-right .text-box h4 span::after {
    transform: rotate(-45deg);
}

.checkout-right .text-box h4 span:before {
    transform: rotate(45deg);
}

.checkout-right .text-box ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(235, 236, 240);
    padding: 0 0 10px 0;
}

.checkout-right .text-box ul li {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.002em;
    color: rgb(52, 54, 57);
    padding: 0 4px;
    line-height: 1;
}

.checkout-right .text-box ul li:first-child {
    padding-left: 0;
    border-right: 1px solid rgb(223, 225, 230);
}

.checkout-right .text-box ul li svg {
    margin-right: 5px;
}

.checkout-right .text-box h5 {
    font-weight: 800;
    font-size: 22px;
    color: rgb(52, 54, 57);
    letter-spacing: -0.008em;
    padding: 16px 0 0 0;
}

.checkout-right .text-box h5 span {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.002em;
    color: rgb(76, 80, 87);
}

.checkout-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.checkout-footer .progress {
    height: 4px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 10;
    max-width: 100%;
    transform: translate(0, 0);
}

.checkout-footer .progress .progress-bar {
    background-color: #0079e1;
}

.checkout-footer-inner {
    background: rgb(250, 250, 252);
    padding: 15px;
}

.checkout-footer-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back {
    color: #4c5057;
    font-size: 18px;
    font-weight: 400;
}

.overly {
    background: rgba(37, 56, 88, 0.15);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.checkout-duration .space-info-box {
    max-width: 528px;
    width: 100%;
    margin: 15px 0 0 0;
}

.checkout-duration .space-info-box .text-box a h4 {
    color: rgb(52, 54, 57);
    font-weight: normal;
    font-size: 15px;
}

.space-info-box .text-box a {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    border: 1px solid rgb(235, 236, 240);
}

.checkout-duration .space-info-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
    color: rgb(76, 80, 87);
    margin: 21px 0 0 0;
}

.checkout-duration .space-info-box .checked11 .text-box a {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 121, 225);
}

.checkout-duration .space-info-box .checked11 .text-box a h4 {
    color: rgb(0, 103, 192);
}

.checkout-duration .space-info-box .checked11 .text-box a svg {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.checkout-duration .space-info-box .text-box a svg {
    width: 22px;
    height: 22px;
    fill: rgb(0, 103, 192);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.checkout-vehicle .space-info-box .text-box a p {
    margin: 0;
}

.checkout-vehicle .space-info-box .checked11 .text-box a p {
    color: rgb(0, 103, 192);
}

.checkout-vehicle .space-info-box .text-box a span {
    margin: 0 10px 0 0;
    max-width: 55px;
}

.checkout-vehicle .space-info-box .text-box a span img {
    filter: grayscale(1);
    opacity: 0.2;
}

.checkout-vehicle .space-info-box .checked11 .text-box a span img {
    filter: initial;
    opacity: 1;
}

.checkout-inventory .correct-address {
    padding: 0;
}

.checkout-inventory .correct-address form .form-control {
    height: 193px;
}

.protection-plan {
    max-width: 528px;
    width: 100%;
}

.accordion-item {
    border: 1px solid rgb(235, 236, 240);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px;
    padding: 15px 20px 16px;
    border-radius: 12px !important;
    background-color: #fff;
    margin: 0 0 15px 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: rgb(0, 121, 225);
    box-shadow: none;
}

.accordion-button:not(.collapsed) span {
    color: rgb(0, 121, 225);
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgb(235, 236, 240);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.007em;
    font-weight: 700;
    background-color: transparent;
}

.accordion-button span {
    font-weight: 400;
}

.accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 0;
}

.accordion-body ul {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgb(235, 236, 240);
}

.accordion-body ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    justify-content: space-between;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.007em;
    font-weight: 700;
    color: rgb(76, 80, 87);
}

.accordion-body ul li span {
    font-weight: normal;
}

.accordion-body p {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgb(235, 236, 240);
    color: rgb(198, 112, 0);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
}

.accordion a {
    color: rgb(0, 121, 225);
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
}

.payment-plan {
    margin: 20px 0 0 0;
    max-width: 528px;
    width: 100%;
}

.payment-plan .form-group {
    position: relative;
    margin-bottom: 15px;
}

.payment-plan .form-control {
    background-color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    height: 48px;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #c3c7ce;
    padding-left: 15px;
    padding-left: 47px;
    padding-right: 134px;
}

.payment-plan .form-control:focus {
    border: 2px solid rgb(2, 139, 255);
}

.card-icon svg {
    max-width: 23px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
}

.card-icon svg path {
    fill: #000;
}

.format {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57, 0.6);
}

.payment-plan .form-group a {
    color: rgb(250, 250, 252);
    background-color: rgb(0, 121, 225);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 32px 20px;
    border-radius: 12px;
}

.paymth {
    border: none;
    color: rgb(250, 250, 252);
    background-color: rgb(0, 121, 225);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 32px 20px;
    border-radius: 12px;
    width: 100%;
}

.payment-plan p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
    color: rgb(52, 54, 57);
}

/***** PRODUCT DETAIL ******/
.product-detail {
    padding: 150px 0;
    padding-bottom: 100px;
}

.product-detail-top {
    padding-bottom: 35px;
    border-bottom: solid 1px #ebecf0;
}

.productSwiper2 .swiper-slide img {
    height: 450px;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.productSwiper2 .swiper-slide img:hover {
    transform: scale(1.07);
    transition: all 0.4s ease-in-out;
}

.productSwiper {
    max-width: 465px;
    width: 100%;
    margin: 10px 0 0 0;
}

.productSwiper .swiper-slide img {
    height: 75px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.productSwiper .swiper-slide img:hover {
    transform: scale(1.07);
    transition: all 0.4s ease-in-out;
}

.productSwiper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.product-detail-slide .swiper-button-next,
.product-detail-slide .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(52, 54, 57, 0.5);
}

.product-detail-slide .swiper-button-next svg,
.product-detail-slide .swiper-button-prev svg {
    width: 24px;
}

.product-detail-slide .swiper-button-next svg path,
.product-detail-slide .swiper-button-prev svg path {
    fill: #fff;
}

.product-detail-slide .swiper-button-next:hover,
.product-detail-slide .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.7);
}

.product-detail-slide .swiper-button-next:hover svg path,
.product-detail-slide .swiper-button-prev:hover svg path {
    fill: #4c5057;
}

.product-detail-slide .text-box {
    padding: 25px 0;
    border-bottom: 1px solid #ebecf0;
}

.product-detail-slide .text-box h3 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.008em;
    color: #343639;
    display: flex;
    align-items: center;
}

.product-detail-slide .text-box span {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.007;
    color: #343639;
    border-left: 1px solid #dfe1e6;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}

.product-detail-slide .text-box p {
    display: flex;
    align-items: center;
    color: #343639;
    font-weight: 400;
    margin-top: 6px;
    font-size: 18px;
    letter-spacing: -0.006em;
}

.product-detail-slide .text-box p svg {
    margin-right: 5px;
}

/**** PRODUCT ACCESS ****/
.product-access {
    padding: 35px 0;
    border-bottom: 1px solid #ebecf0;
}

.product-access h4 {
    font-weight: 800;
    color: #343639;
    font-size: 22px;
    letter-spacing: -0.008em;
    margin: 0 0 11px 0;
}

.product-access .media {
    display: flex;
    flex-wrap: wrap;
}

.product-access .media ul li {
    width: 50%;
}

.product-access .media ul li {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.006em;
    width: 100%;
    color: #343639;
    margin: 0 0 7px 0;
}

.product-access .media ul li:last-child {
    margin: 0;
}

.product-access .media ul li svg {
    margin-right: 10px;
}

.product-access .media ul li span {
    border-left: 1px solid #dfe1e6;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}

/*** PRODUCT TEXT ****/
.product-text {
    border-bottom: 1px solid #ebecf0;
    padding: 35px 0;
}

.product-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #343639;
    letter-spacing: -0.006em;
}

/**** PRODUCT WORK ****/
.product-work {
    border-bottom: 1px solid #ebecf0;
    padding: 35px 0;
}

.product-work h4 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.008em;
    color: #343639;
}

.product-work .image-holder {
    border-radius: 12px;
    border: 1px solid #dfe1e6;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.product-work .image-holder img {
    height: 318px;
}

.product-work p {
    font-weight: 400;
    font-size: 18px;
    color: #656a72;
    letter-spacing: -0.006em;
    margin: 0;
}

.product-work a {
    color: #0067c0;
    font-size: 18px;
    display: block;
}

.product-hosted {
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 15px 0px;
    padding: 24px;
    border-radius: 12px;
    margin: 30px 0 0 0;
}

.product-hosted .media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-hosted .media .image-holder {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 8px;
}

.product-hosted .media .image-holder img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.product-hosted .media h3 a {
    display: flex;
    font-weight: 800;
    font-size: 22px;
    align-items: center;
    color: #343639;
    letter-spacing: -0.008em;
}

.product-hosted .media h3 a svg {
    margin-left: 0;
    height: 26px;
}

.product-hosted span {
    font-weight: 400;
    font-size: 18px;
    color: #343639;
    display: flex;
    align-items: center;
    letter-spacing: -0.006em;
    margin: 7px 0 8px 0;
}

.product-hosted span svg {
    margin-right: 4px;
}

.product-hosted p {
    color: #343639;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
}

.contact-btn {
    display: flex;
    align-items: center;
    border: 1px solid #ebecf0;
    color: rgb(52, 54, 57);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    font-size: 18px;
    height: 69px;
    border-radius: 12px;
    margin: 6px 0;
    justify-content: center;
}

.contact-btn svg {
    margin-right: 10px;
}

.contact-btn:hover {
    color: rgb(52, 54, 57);
    background-color: #fafafc;
    box-shadow: rgb(195 199 206 / 50%) 0px 0px 0px 2px;
}

.product-hosted strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #656a72;
    display: block;
    letter-spacing: -0.006em;
}

/**** PRODUCT LOCATION ****/
.product-location {
    padding: 40px 0px 30px 0;
    border-bottom: 1px solid #ebecf0;
}

.product-location h4 {
    font-weight: 800;
    font-size: 22px;
    color: rgb(52, 54, 57);
    letter-spacing: -0.008em;
}

.product-location .image-holder {
    margin: 15px 0 14px 0;
}

.product-location p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: #343639;
}

.product-location p a {
    color: #0067c0;
}

/**** PRODUCT FEATURE ****/
.product-features {
    padding: 35px 0;
    border-bottom: 1px solid #ebecf0;
}

.product-title {
    font-weight: 800;
    font-size: 22px;
    color: rgb(52, 54, 57);
    letter-spacing: -0.008em;
}

.product-features .product-title {
    margin-bottom: 10px;
}

.product-features ul {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.product-features ul li {
    padding: 5px 5px;
}

.product-features ul li .text-box {
    padding: 12px;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: 225px;
    justify-content: center;
    flex-direction: column;
    color: #4c5057;
    letter-spacing: -0.001em;
    font-weight: 600;
    font-size: 15px;
}

.product-features ul li .text-box svg {
    margin-bottom: 3px;
}

/*** PRODUCT FAQ ****/
.product-faq {
    padding: 35px 0;
    border-bottom: 1px solid #ebecf0;
}

.product-faq-box ul {
    border: 1px solid #ebecf0;
    border-radius: 12px;
    padding: 16px;
    margin-top: 8px;
}

.product-faq-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebecf0;
    letter-spacing: -0.006em;
    color: #4c5057;
}

.product-faq-box ul li span {
    font-weight: 700;
}

.product-faq-box ul li:last-child {
    padding-bottom: 0;
    padding-top: 16px;
    border: none;
}

.product-faq-box p {
    font-weight: 400;
    font-size: 15px;
    color: #4c5057;
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 21px;
    letter-spacing: -0.002em;
}

/**** PRODUCT SUPPORT SEC *****/
.product-support {
    padding: 35px 0 0;
}

.product-support ul {
    display: flex;
    flex-wrap: wrap;
    margin: 6px -5px 15px;
}

.product-support ul li {
    width: 50%;
    padding: 10px 5px;
}

.product-support-box {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px 0px;
    border-radius: 12px;
    padding: 16px;
    background-color: #fff;
}

.product-support-box h5 {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.008em;
    color: #343639;
    margin: 0 0 6px 0;
}

.product-support-box h5 img {
    height: 50px;
    margin-right: 5px;
    margin-top: -40px;
}

.product-support-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #343639;
    letter-spacing: -0.006em;
}

.product-support-box p a {
    color: #0067c0;
}

.product-support .report-btn {
    font-size: 18px;
    color: #0067c0;
    display: block;
    margin: 0 0 6px 0;
}

.product-support .report-btn:last-child {
    margin: 0;
}

.product-detail-right {
    border: solid 1px #ebecf0;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
}

.product-detail-right ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.002em;
    margin-bottom: 10px;
    color: #343639;
}

.product-detail-right h4 {
    background-color: #f4f4f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.001em;
    font-size: 15px;
    color: #656a72;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 18px;
    margin-top: 10px;
}

.product-detail-right h4 strong {
    font-weight: 800;
    font-size: 22px;
    color: #343639;
}

.product-detail-right a {
    color: #fafafc;
    background-color: #028bff;
    font-size: 18px;
    display: flex;

    align-items: center;
    border-radius: 12px;
    justify-content: center;
    padding: 14px 15px;
}


/***** PRODUCT STORAGE ****/
.product-storage {
    padding: 93px 0;
}

.storage-title {
    margin: 0 0 20px 0;
}

.storage-title h4 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.008em;
    color: #000000;
}

.storage-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: #4c5057;
}

.product-storage-box .image-holder {
    position: relative;
}

.product-storage-box .image-holder img {
    border-radius: 5px;
    height: 160px;
    width: 100%;
}

.storage-user {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.001em;
    color: #fff;
    background: rgba(52, 54, 57, 0.8);
    height: 32px;
    border-radius: 64px;
    padding: 0 12px 0 42px;
    position: absolute;
    left: 8px;
    top: 8px;
}

.storage-user h4 {
    font-size: 15px;
}

.customn-storage {
    border: 0px solid green;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.customn-storage .customn-img {
    width: 27px;
    height: 27px;
}

/*.storage-user span {
        max-width: 28px;
        margin-right: 4px;
        width: 100%;
    }*/
/*.storage-user  img {
        height: auto !important;
        width: auto !important;
        border:0px solid blue;
    }*/
.price {
    background: rgba(52, 54, 57, 0.8);
    border-radius: 32px;
    padding: 4px 10px 4px 10px;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: -0.007em;
    font-weight: normal;
    word-spacing: -2px;
    font-size: 18px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 5;
}

.price strong {
    font-weight: 700;
}

.product-storage-box .text-box {
    margin: 15px 0 0 0;
}

.product-storage-box .text-box h4 {
    font-size: 18px;
    letter-spacing: -0.007em;
    color: #343639;
    margin: 0 0 4px 0;
}

.product-storage-box .text-box h4 strong {
    font-weight: bold;
}

.product-storage-box .text-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
    color: #343639;
}

.product-storage-inner {
    position: relative;
}

.product-storage-inner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    /* background: linear-gradient(90deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%); */
    height: 100%;
    width: 80px;
    z-index: 2;
}

.product-storage-inner:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    /* background: linear-gradient(270deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%); */
    height: 100%;
    width: 80px;
    z-index: 2;
}

.product-storage-inner .swiper-button-next,
.product-storage-inner .swiper-button-prev {
    border: 1px solid #ebecf0;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px, rgb(0 0 0 / 16%) 0px -1px 2px 0px inset;
    width: 56px;
    height: 56px;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
}

.customn-arrow {
    max-width: 24%;
}

/***** PRODUCT MANHTTAN SEC *****/
.product-manhattan-sec {}

.product-manhattan-box {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto 40px;
}

.product-manhattan-box:last-child {
    margin: 0;
}

.product-manhattan-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -7.5px 0;
    margin-bottom: 30px;
}

.product-manhattan-box ul li {
    margin: 5px 7.5px;

}

.product-manhattan-box ul li input {
    color: #7e858f;
    border: 1px solid #7e858f;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    font-size: 16px;
    align-items: center;
    height: 36px;
    overflow: hidden;
    justify-content: center;

}

.product-manhattan-box ul li input:hover {

    background-color: #7e858f;
    color: #fff;
}

.product-manhattan-box ul li a {
    color: #7e858f;
    border: solid 1px #7e858f;
}

.product-manhattan-box ul li a:hover {
    background-color: #7e858f;
    color: #fff;
}

/* LOGIN SCREEN */
.loginWrapper {
    display: flex;
    border-top: 1px solid #eee;
    margin-top: 150px;
}

.loginWrapper .img-holder img {
    height: 100%;
    object-fit: cover;
}

.formCard {
    max-width: 608px;
    width: 100%;
    padding: 5rem;
}

.formCard h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.028em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
}

.formCard p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
}

.formCard .form-group {
    margin-bottom: 0.5rem;
}

.formCard .form-group .form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    height: 48px;
    width: 100%;
    border-radius: 8px;
    padding: 0px 0.5em;
}

.formCard .form-group .form-control:focus {
    box-shadow: none;
}

.formCard .form-group .relative {
    position: relative;
}

.formCard .form-group .relative .form-control {
    padding-left: 2.5em;
}

.formCard .form-group .relative i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
    left: 15px;
    color: rgb(181, 186, 193);
}

.formCard .form-group .customn-relative i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
    left: 15px;
    vertical-align: middle;
    color: rgb(181, 186, 193);
}

.formCard .form-group .relative span.eye {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.checkbox-style {
    position: absolute;
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.checkbox-style+label {
    display: flex;
    align-items: center;
}

.checkbox-style+label span {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid rgb(181, 186, 193);
    transition: background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
}

.checkbox-style+label span svg {
    opacity: 0;
}

.checkbox-style+label p {
    margin: 0;
    flex: 1;
}

.checkbox-style:checked+label span {
    background-color: rgb(0, 121, 225);
    border: 1px solid rgb(0, 121, 225);
}

.checkbox-style:checked+label span svg {
    opacity: 1;
}

.cta-primary {
    background-color: #2bbb40;
    border-radius: 6px;
    border: 1px solid #2bbb40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 15px 14px;
    border-radius: 12px;
}

.cta-primary:hover {
    background-color: #193a6f;
    color: #fff;
    border: 1px solid #193a6f;
}

.formCard .cta-primary {
    margin-top: 1rem;
}

.formCard .ctaAccount {
    font-size: 1.125em;
    color: rgb(0, 121, 225);
}

.formCard .social li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgb(235, 236, 240);
    color: rgb(52, 54, 57);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, fill 0s linear 0s,
        box-shadow 0.2s ease 0s, transform 0.3s ease 0s;
    font-size: 15px;
    padding: 11px 16px;
    line-height: 21px;
}

.formCard .social li a i {
    margin-right: 1rem;
}

.formCard .social li {
    margin-bottom: 0.5rem;
}

.formCard .social li a i img {
    height: 16px;
}

.formCard .or {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0;
}

.formCard .or:after,
.formCard .or:before {
    content: "";
    height: 1px;
    flex: 1;
    background-color: rgb(235, 236, 240);
}

.formCard .or span {
    margin: 0 1rem;
}

.helpSearch {
    padding: 150px 0 0;
}

.helpSearch .banner {
    height: 400px;
    padding: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-help.png);
    background-size: cover;
    position: relative;
}

.helpSearch .banner:after {
    content: "";
    background-color: rgb(2, 139, 255);
    opacity: 0.5;
    position: absolute;
    inset: 0;
}

.helpSearch .banner .container {
    position: relative;
    z-index: 5;
}

.helpSearch .banner h2 {
    color: #fff;
    text-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}

.helpSearch .banner .formSearch {
    max-width: 710px;
    margin: 0 auto;
    position: relative;
}

.helpSearch .banner .formSearch .form-control {
    border-radius: 38px;
    height: 50px;
    padding-left: 50px;
}

.helpSearch .banner .formSearch i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
}

.featuredMain h2,
.explore-category h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 60px;
}

.card-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.explore-category {
    padding: 4rem 0;
}

.card-links .titleText {
    font-size: 1rem;
    display: block;
    text-align: center;
}

.card-links i img {
    height: 30px;
}

.card-links {
    -webkit-transition: all 0.2s;
    padding: 20px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgb(130 130 130 / 50%);
    border: solid 1px #f9f9f9;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    color: #0a3355;
}

.card-links i {
    font-size: 60px;
    display: block;
    margin-bottom: 20px;
}

.card-links:hover {
    box-shadow: 0 2px 6px 0 rgb(130 130 130 / 50%);
}

.featuredMain {
    padding: 4rem 0;
}

.cardFeature {
    display: block;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    border: 1px solid #f4f4f7;
    border-radius: 12px;
    background-color: #fafbfc;
}

.cardFeature h4 {
    color: #212529;
    font-size: 16px;
}

.cardFeature p {
    padding: 0.5rem 0 1rem;
    color: #212529;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletterMain {
    text-align: center;
    padding: 4rem 0;
}

.newsletterMain h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

.newsletterMain a.btn {
    margin-top: 20px;
}

.searchMain {
    padding: 151px 0 0;
}

.mapSearch {
    display: flex;
    align-items: flex-start;
}

.mapSearch .map {
    flex: 1 !important;
    position: sticky !important;
    height: calc(100vh - 151px) !important;
}

.searchListing {
    max-width: 875px;
    width: 100%;
    transition: all 300ms ease-in-out 0s;
    opacity: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 30px;
    padding: 24px;
}

.searchHeader span {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(76, 80, 87);
}

.searchHeader h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.028em;
    margin: 0;
}

.searchHeader .sorting {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 8px;
}

.searchHeader .sorting span {
    font-weight: 600;
    margin-right: 0.5rem;
}

.searchHeader .sorting .ctaDropdown {
    border: none;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-height: 44px;
    background: white;
    border-radius: 12px;
    font-size: 15px;
    padding: 0px;
    border: 1px solid rgb(195, 199, 206);
    text-align: center;
    display: flex;
    align-items: center;
}

.searchHeader .sorting .ctaDropdown i {
    margin-left: auto;
}

.searchHeader {
    margin-bottom: 1.5rem;
}

.searchCard {
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 24px;
    padding: 1.5rem;
    width: fit-content;
}

.searchCard h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.007em;
    padding: 0px;
    margin: 0px;
    color: black;
}

.searchList {
    display: flex;
    margin-top: 0.5rem;
    padding: 0px 12px;
}

.searchList li a {
    box-sizing: border-box;
    font-family: Inter, Roboto, system-ui, sans-serif;
    border: 1px solid rgb(235, 236, 240);
    color: rgb(52, 54, 57);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, fill 0s linear 0s,
        box-shadow 0.2s ease 0s, transform 0.3s ease 0s;
    font-size: 18px;
    padding: 15px 20px 16px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 4px;
}

.searchList li a[aria-expanded="true"] {
    border: 1px solid #2bbb40;
    color: #2bbb40;
}

.searchList li {
    margin-right: 0.5rem;
}

.searchList li i {
    margin-right: 10px;
    font-size: 20px;
    color: rgba(155, 160, 168, 1);
}

.cardProduct .cardHolder {
    position: relative;
}

.cardProduct .cardHolder .listHeader {
    background: rgba(52, 54, 57, 0.8);
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 10px 2px 2px;
    color: #fff;
    font-size: 13px;
    border-radius: 100px;
    z-index: 1;
}

.cardProduct .cardHolder img.w-100 {
    border-radius: 12px;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.cardProduct .cardHolder .listHeader img {
    object-fit: cover;
    height: 28px;
    width: 28px;
    margin-right: 4px;
    border-radius: 50%;
}

.cardProduct .titleMain {
    padding-top: 0.625rem;
}

.cardProduct .titleMain .dimention {
    font-weight: bold;
}

.cardProduct p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
}

.listingCard {
    margin-top: 20px;
}

.listingCard .row [class*="col-"] {
    margin-top: 2rem;
}

.dashboardMain {
    display: flex;
    height: calc(100vh - 151px);
    margin-top: 151px;
}

.sidebar {
    border-right: solid 1px #f4f4f7;
    padding: 0.5rem;
    width: 247px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    transition: width 0.2s ease;
}

.navbarListing {
    width: 100%;
}

.navbarListing li a.ctaNavLinks {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #343639;
    text-decoration: none;
    padding: 16px 20px;
    border: 1px solid #fff;
}

.navbarListing li a.ctaNavLinks.active {
    background: rgba(43, 187, 64, 0.1);
    color: #2bbb40;
}

.navbarListing li a.ctaNavLinks i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 1px;
    margin-right: 10px;
}

.navbarListing li a.ctaNavLinks span {
    flex: 1;
}

.navbarListing ul li a {
    border-radius: 8px;
    padding: 12px 0px 10px 20px;
    margin: 0 15px 0 32px;
    display: block;
    color: #343639;
}

.navbarListing ul li a.active {
    background: rgba(43, 187, 64, 0.1);
    color: #2bbb40;
}

.contentMain {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #f4f4f7;
    transition: margin-left 0.2s ease, margin-right 0.2s ease;
    padding: 20px;
}

.contentMain .heading2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.028em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
    color: rgb(52, 54, 57);
    margin-bottom: 1.5rem;
}

.cardCustom {
    background-color: rgb(255, 255, 255);
    color: currentcolor;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 12px;
    box-shadow: none;
    padding: 1rem;
}

.cardCustom h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.cardCustom {
    margin-bottom: 1rem;
}

.cardCustom .imgAvatar {
    display: inline-block;
    text-align: center;
}

.cardCustom .imgAvatar button {
    background: transparent;
    border: none;
    margin-bottom: 1rem;
}

.cardCustom .imgAvatar .img-holder {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 2px 2px 2px 0 rgb(102 123 139 / 16%);
    margin-bottom: 10px;
}

.cardCustom .form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    padding: 10px 0.5em;
}

.cardCustom input.form-control {
    height: 48px;
}

.cardCustom .form-control:focus {
    box-shadow: none;
}

.cardCustom label {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
}

.cardCustom .form-group {
    margin-bottom: 1rem;
}

.cardCustom i.icon {
    color: #0079e1;
    font-size: 3em;
    line-height: 1;
}

.footerCta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.footerCta a {
    margin-left: 1.5rem;
}

.footerCta a.cta {
    font-weight: 600;
}

.inviteLinks {
    display: flex;
    align-items: center;
}

.inviteLinks p i {
    line-height: 1;
    color: #008265;
    font-size: 24px;
}

.inviteLinks p {
    margin: 0;
}

.inviteLinks a.cta {
    color: #0079e1;
    font-weight: 600;
    margin-left: auto;
    border: 1px solid rgb(235, 236, 240);
    color: rgb(0, 121, 225);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, fill 0s linear 0s,
        box-shadow 0.2s ease 0s, transform 0.3s ease 0s;
    font-size: 15px;
    padding: 11px 16px 12px;
    line-height: 21px;
}

.inviteLinks {
    background: #ffff;
    transition: margin-left 0.2s ease, margin-right 0.2s ease;
    padding: 20px;
    margin-bottom: 1rem;
}

.upcoming h4 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.001em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
    color: rgb(52, 54, 57);
}

.upcoming p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.002em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
    color: rgb(52, 54, 57);
}

.requestRes li {
    padding: 14px 14px 14px 17px;
    background-color: rgb(255, 255, 255);
    color: currentcolor;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 12px;
    margin-top: 1rem;
}

.requestRes li p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.001em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px;
    color: rgb(52, 54, 57);
}

.requestRes li p span {
    height: 24px;
    min-width: 24px;
    border-radius: 64px;
    background-color: #9ba0a8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cardListing {
    box-shadow: 4px 4px 4px 0px rgb(102 123 139 / 16%);
    border-color: #9ba0a8;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.4s;
    overflow: hidden;
    margin-top: 1rem;
}

.cardListing .headerListing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.cardListing .headerListing .avatar {
    box-shadow: 2px 2px 2px 0 rgb(102 123 139 / 16%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid #fff;
}

.cardListing .headerListing .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.cardListing .cardbody {
    padding: 1rem;
}

.cardListing .cardbody p {
    margin-bottom: 0.5rem;
}

.cardListing .cardFooter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: flex-start;
}

.cardListing .cardFooter li {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

.cardListing .cardFooter li .btn {
    height: 48px;
    font-size: 16px;
}

.cardListing .cardFooter li .btn i {
    font-size: 16px;
    margin-left: 5px;
}

.cardCustom .countAmount span {
    font-size: 16px;
    display: block;
    margin-bottom: 0.25rem;
}

.cardCustom .countAmount .amount {
    font-size: 2em;
    font-weight: bold;
    color: #9ba0a8;
}

.searchField {
    margin-left: auto;
    position: relative;
    display: inline-flex;
}

.searchField i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
}

.searchField .form-control {
    padding-left: 2.5em;
}

.connetCard {
    max-width: 600px;
    margin: 0 auto;
}

.connetCard .note {
    background-color: #fff8ea;
    border-radius: 12px;
    box-shadow: rgb(102 123 139 / 16%) 4px;
    padding: 1rem;
    text-align: center;
}

.connetCard .note h4 {
    margin: 0 0 0.5rem;
    font-size: 16px;
}

.connetCard .note p {
    margin-bottom: 1rem;
    font-size: 15px;
}

.exportCard {
    margin-top: 2rem;
}

.exportCard h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.exportCard .field {
    flex: 1;
    margin-right: 15px;
}

.exportCard .field .form-group:last-of-type {
    margin-bottom: 0;
}

.exportCard .field button.form-select {
    height: 52px;
}

.cardCustom .message {
    text-align: center;
}

.cstTable .table> :not(:first-child) {
    border-top: none;
}

.cstTable .table tr th {
    background-color: #dfe1e6;
}

.cstTable .table tr td {
    border: solid 1px #b5bac1;
}

.cta-primary-outline {
    border: 1px solid #2bbb40;
    color: #2bbb40;
    margin: 5px;
    font-size: 15px;
    padding: 11px 16px 12px;
    line-height: 21px;
    border-radius: 12px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: rgba(155, 160, 168, 0.5);
    opacity: 0;
    color: #fff;
}

.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
    opacity: 1;
}

.filterLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterLinks ul {
    display: flex;
    align-items: center;
}

.filterLinks ul li a.ctaLinks {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 11px 16px 12px;
    line-height: 21px;
    box-shadow: none;
    border-radius: 12px;
    margin-right: 12px;
    color: rgb(52, 54, 57);
    border: 1px solid rgb(52, 54, 57);
}

.filterLinks ul li a.ctaLinks.active {
    color: #2bbb40;
    border: 1px solid #2bbb40;
}

.filterLinks .cta-filter {
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 11px 16px 12px;
    line-height: 21px;
    box-shadow: none;
    border-radius: 12px;
    margin-right: 12px;
    color: rgb(52, 54, 57);
    border: 1px solid rgb(52, 54, 57);
}

.cardFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardFooter .cardFooter .cta-primary {
    background: #2bbb40;
    border-color: #2bbb40;
    color: #fff;
}

.filterLinks .dropdown-menu {
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.filterLinks .dropdown-menu.searchFilter {
    min-width: 555px;
}

.filterLinks .dropdown-menu.searchFilter .searchCard {
    max-width: 100%;
    width: 100%;
}

.filterLinks .dropdown-menu.filterSize {
    min-width: 373px;
    padding: 15px;
    border-radius: 20px;
}

.filterLinks .dropdown-menu.filterSize h4 {
    margin-bottom: 10px;
}

.filterLinks .dropdown-menu a.cta {
    display: inline-flex;
    margin: 1rem 0 0;
    color: #2bbb40;
}

.filterLinks .dropdown-menu.priceCardFilter {
    background-color: white;
    min-width: 350px;
    width: 100%;
    padding: 16px;
}

.filterLinks .dropdown-menu.distanceMiles {
    min-width: 350px;
    padding: 15px;
}

.filterLinks .dropdown-menu.distanceMiles h5 {
    margin-bottom: 15px;
}

#filterModal .modal-dialog {
    max-width: 650px;
    width: 100%;
    max-height: 80vh;
}

#filterModal .modal-header {
    border: none;
}

#filterModal .modal-header h5 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.008em;
    font-weight: bold;
}

#filterModal .modal-content {
    height: 80vh;
}

#filterModal .modal-content h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.008em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px 0 15px;
}

#filterModal .modal-content h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.008em;
    -webkit-font-smoothing: antialiased;
    padding: 0px;
    margin: 0px 0 15px;
}

#filterModal .modal-content .form-group {
    margin-bottom: 10px;
}

#filterModal .modal-content .modal-body {
    overflow-y: auto;
}

#filterModal .modal-content .form-control {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.006em;
    color: rgb(52, 54, 57);
    height: 48px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    padding: 0px 0.5em;
}

#filterModal .modal-content .form-control:focus {
    box-shadow: none;
}

.irs--big .irs-handle,
.irs--big .irs-bar {
    box-shadow: none;
    background: #2bbb40;
    border-color: 1px solid #2bbb40;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    box-shadow: none;
    background: #2bbb40;
    border: 1px solid #2bbb40;
}

.irs--big .irs-handle {
    border: 1px solid #2bbb40;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    background: #2bbb40;
}

.selection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.selection li {
    padding: 0 4px;
}

.selection li button {
    /* border: 1px solid #2bbb40; */
    /* color: #2bbb40; */

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    height: 90px;
    margin-top: 8px;
    white-space: break-spaces;
    border: 1px solid rgb(235, 236, 240);
    color: rgb(52, 54, 57);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, fill 0s linear 0s,
        box-shadow 0.2s ease 0s, transform 0.3s ease 0s;
    font-size: 15px;
    padding: 11px 16px 12px;
    line-height: 21px;
}

.singlefil {
    box-sizing: border-box;
    font-family: Inter, Roboto, system-ui, sans-serif;
    border: 1px solid rgb(235, 236, 240);
    color: rgb(52, 54, 57);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 2px 0px;
    transition: background-color 0.1s ease-in-out 0s, color 0.1s ease-in-out 0s, fill 0s linear 0s,
        box-shadow 0.2s ease 0s, transform 0.3s ease 0s;
    font-size: 18px;
    padding: 15px 20px 16px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;

}

.searchactive {
    color: #2bbb40 !important;
    border: 1px solid #2bbb40 !important;
}

.selection li button.active {


    border: 1px solid #2bbb40;
    color: #2bbb40;
}

#filterModal .cardFooter {
    padding-top: 0;
    padding: 1rem;
}

#filterModal .modal-content .modal-body::-webkit-scrollbar {
    width: 8px;
}

#filterModal .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #dfe1e6;
    border-radius: 4px;
}

.listingMap,
.listingBtn {
    text-align: center;
    display: none;
}

.messageWrapper {
    margin-top: 150.38px;
}

.messageHeader {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.ctaMessage {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.ctaMessage li {
    padding: 0 15px;
}

.ctaMessage li a {
    color: #193a6f;
    font-weight: 600;
}

.priceMessage {
    display: flex;
    justify-content: flex-end;
}

.priceMessage h4 {
    margin-right: 10px;
}

.priceMessage h4 small {
    font-size: 15px;
}

.priceTotal {
    text-align: right;
    margin-right: 10px;
}

.priceTotal .totalReview a {
    text-decoration: underline;
    color: #000;
}

.priceTotal .totalReview i {
    line-height: 1;
    position: relative;
    top: -2px;
}

.messageBody {
    padding: 50px 0;
}

.messageBody h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.media-review {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
}

.media-review .media-body {
    flex: 1;
}

.media-review .progressBar {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
}

.media-review .progressBar .bar {
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
    margin-right: 10px;
    position: relative;
}

.media-review .progressBar .bar span {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #000000;
}

.messageCard {
    margin-top: 50px;
}

.messageCard .titleMedia {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.messageCard .titleMedia .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    background: #eee;
}

.messageCard .titleMedia .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.messageCard .titleMedia .media-body {
    margin-left: 10px;
}

.messageCard .titleMedia .media-body h4 {
    font-weight: bold;
    font-size: 18px;
}

.messageCard .titleMedia .media-body .date {
    font-weight: 400;
    color: #747a7c;
}

.messageCard p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.messageCard .media-body a {
    font-weight: 700;
    color: #000;
}

.right-header ul.dropdown-menu {
    display: none;
}

.right-header ul.dropdown-menu.show {
    display: block;
}

.ctaNotify {
    color: #00559e;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 18px;
}

.notifyCard {
    min-width: 400px;
    padding: 0;
    border-radius: 5px;
}

.notifyCard .headerNotify {
    padding: 15px;
}

.notifyCard .headerNotify h3 {
    font-size: 18px;
}

.notifyCard .notifyBody .media {
    text-decoration: none;
    display: flex;
    padding: 10px 15px;
}

.notifyCard .notifyBody .media .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    border-radius: 50%;
    margin-right: 10px;
    background: #d4faf0;
    font-size: 24px;
    color: #00559e;
}

.notifyCard .notifyBody .media-body p {
    color: #000;
    margin-bottom: 4px;
}

.notifyCard .notifyBody .media-body .time {
    color: #c3c7ce;
}

.notifyCard .notifyBody .status {
    margin-left: 10px;
    color: #c3c7ce;
}

.notifyCard .notifyBody .media.unread {
    background: rgba(25, 58, 111, 0.1);
}

.notifyCard .notifyBody {
    max-height: 400px;
    overflow-y: auto;
}

.bookingMain {
    margin-top: 150.38px;
    padding: 50px 0;
}

.bookingMain .titleText {
    font-size: 22px;
    font-weight: 700;
}

.bookingMain .location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.bookingMain .location a {
    color: #000;
}

.bookingMain .location ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -5px;
}

.bookingMain .location ul li {
    padding: 0 5px;
}

.bookingMain .location ul li a {
    color: #000;
}

.galleryBooking {
    height: calc(60vh - 64px);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.galleryBooking .row {
    height: 100%;
}

.galleryBooking .row .img-main {
    height: 100%;
    margin-bottom: 10px;
}

.galleryBooking a {
    display: block;
}

.galleryBooking .row .img-card img,
.galleryBooking .row .img-main img {
    height: 100%;
    width: 100%;
}

.galleryBooking .row .img-card {
    height: 50%;
    padding-left: 10px;
}

.galleryBooking .img-wrapper {
    height: 100%;
}

.galleryBooking .row .col-lg-3 .img-card:first-child {
    margin-bottom: 10px;
}

.detailCard .infoHeader {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

.detailCard .infoHeader h3 {
    font-size: 22px;
}

.detailCard .infoHeader .media-body {
    flex: 1;
}

.detailCard .infoHeader .media-body ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.detailCard .infoHeader .media-body ul li:before {
    content: " · ";
    display: inline-block;
    margin: 0 5px;
}

.detailCard .infoHeader .media-body ul li:first-child:before {
    content: none;
}

.detailCard .infoHeader .brand {
    max-width: 56px;
}

.detailCard .infoHeader .brand img {
    width: 100%;
    height: auto;
}

.cardText {
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
}

.detailCard .cardText .mediaDesc {
    display: flex;
    margin-bottom: 10px;
}

.detailCard .cardText .mediaDesc .media-body h4 {
    font-size: 16px;
}

.detailCard .cardText .mediaDesc .media-body p {
    font-size: 14px;
}

.detailCard .cardText .mediaDesc .icon {
    margin-right: 16px;
}

.detailCard .cardText .mediaDesc:last-of-type {
    margin-bottom: 0;
}

.detailCard .brand img {
    height: 26px;
}

.detailCard .brand {
    margin-bottom: 16px;
}

.detailCard .cardText .cta {
    color: #000;
}

.cardItem {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    height: 100%;
    padding: 24px 16px;
    width: 100%;
}

.cardItem .icon {
    display: block;
    margin-bottom: 10px;
}

.cardItem h5 {
    margin-bottom: 5px;
}

.amenities {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.amenities li {
    padding: 0 10px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    margin-bottom: 16px;
}

.amenities li .media-body {
    flex: 1;
    padding-left: 15px;
}

#index-demo-lp {
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

#index-demo-lp+.litepicker .container__months {
    width: 552px;
}

.mediaReview {
    display: flex;
}

.mediaReview .icon {
    margin-right: 16px;
}

.mediaReview .media-body {
    max-width: 322px;
}

.mediaReview .media-body a {
    color: #000;
}

.cardText .map {
    height: 400px;
}

.hostedCard .mediaHeader {
    display: flex;
}

.hostedCard .mediaHeader .icon {
    max-width: 56px;
    margin-right: 16px;
}

.hostedCard .mediaHeader .mediabody {
    flex: 1;
}

.hostedCard .hosteContent p {
    margin: 15px 0;
}

.hostedCard .hosteContent a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.footerHost p {
    margin-bottom: 16px;
}

.footerHost .btn {
    margin-bottom: 16px;
}

.footerHost .note {
    display: flex;
}

.footerHost .note .media-body {
    flex: 1;
    font-size: 12px;
}

.inlineCalendar .datepicker__info-text--selected-days,
.inlineCalendar .datepicker__info--selected-label {
    display: none;
}

.inlineCalendar .datepicker {
    box-shadow: none;
    font-family: inherit;
}

.cardFilter {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
}

.cardFilter .priceCard {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cardFilter .priceCard span {
    font-weight: 300;
    font-size: 14px;
}

.formWrapper {
    border: 1px solid #b0b0b0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.formWrapper .form-control:focus {
    box-shadow: none;
}

.formWrapper .relative {
    position: relative;
}

.formWrapper label {
    font-size: 10px;
    position: absolute;
    left: 0.75rem;
    top: 0.44rem;
    pointer-events: none;
}

.formWrapper .form-control {
    border: none;
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0;
    font-size: 14px;
}

.formWrapper .guest .btnGuest .ctaguest,
.formWrapper .form-control {
    height: 56px;
    font-size: 14px;
}

.formWrapper .dateCheck .col-6:first-of-type .form-control {
    border-right: 1px solid #b0b0b0;
    border-top-left-radius: 8px;
}

.formWrapper .guest .btnGuest .ctaguest[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.formWrapper .dateCheck .col-6 #demo-3_2 {
    border-top-right-radius: 8px;
}

.formWrapper .guest .btnGuest .ctaguest {
    color: #000;
    display: flex;
    align-items: center;
    padding: 0.75rem;
    line-height: 1.5;
}

.formWrapper .guest .btnGuest .ctaguest i {
    margin-left: auto;
}

.cardFilter .note {
    margin: 10px 0;
    text-align: center;
}

.cardFilter .fees p a {
    color: #000;
    text-decoration: underline;
}

.cardFilter .fees p span {
    float: right;
}

.cardFilter .fees p {
    margin-bottom: 10px;
}

.cardFilter .footerCard p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
    border-top: 1px solid #b0b0b0;
}

.media-guest {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 16px;
}

.media-guest .media-body {
    flex: 1;
}

.media-guest .media-body h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 4px;
}

.media-guest .media-body p {
    font-size: 14px;
    margin: 0;
}

.btnGuest {
    position: relative;
}

.formWrapper .btnGuest .dropdown-menu {
    min-width: 100%;
    border-radius: 8px;
    padding: 16px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 6px, rgb(0 0 0 / 7%) 0px 0px 0px 1px;
}

.formWrapper .btnGuest .media-guest {
    display: flex;
}

.spinner .form-control {
    border: none;
    height: auto;
    width: auto;
    padding: 0;
    width: 50px;
}

.spinner .input-group .btn {
    border-radius: 50% !important;
    border: 1px solid #b0b0b0;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.media-guest .media-body p a {
    font-weight: bold;
    color: #000;
    margin: 0;
    font-size: 14px !important;
    padding: 0 !important;
    height: auto !important;
    text-decoration: underline;
}

.formWrapper .btnGuest .dropdown-menu .note {
    font-size: 10px;
    text-align: left;
}

.cardSticky .report {
    margin-top: 16px;
    text-align: center;
}

.cardSticky .report a {
    color: #000;
    text-decoration: underline;
}

.galleryBooking .cta-photo {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 55;
    padding: 7px 15px;
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.galleryBooking .cta-photo i {
    margin-right: 6px;
    line-height: 1;
}

#gallery .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

#gallery .modal-dialog .modal-content {
    min-height: 100vh;
    border: none;
    border-radius: 0;
}

#gallery .headerModal {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#gallery .headerModal ul {
    display: flex;
    align-items: center;
}

.cta-back {
    border: none;
    background: transparent;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
}

#gallery .headerModal ul li {
    padding: 0 5px;
}

#gallery .headerModal ul li a {
    color: #000;
}

#gallery .cardBody {
    max-width: 740px;
    margin: 0 auto;
}

#gallery .cardBody .row {
    margin: 0 -5px;
}

#gallery .cardBody .row [class*="col-"] {
    padding: 5px;
}

#gallery .cardBody a {
    display: block;
}

#gallery .cardBody .img-holder {
    display: block;
    height: 100%;
}

#gallery .cardBody .img-holder img {
    width: 100%;
    height: 100%;
}

#gallery .galleryWrapper {
    overflow-y: auto;
    height: calc(100vh - 60px);
}

.messageWrapper-chat {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: calc(100vh - 150.38px);
}

.inbox_panel {
    flex: 0 0 375px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.messageWrapper .inbox-panel-heading {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(235, 235, 235);
    padding: 20px;
    border-bottom: 1px solid rgb(235, 235, 235);
    height: 72px;
}

.messageWrapper .inbox-panel-heading h4 {
    flex: 1;
    margin: 0;
    font-size: 18px;
    color: #000;
}

.messageWrapper .inbox-panel-heading .ctaDrop {
    font-size: 24px;
    color: #000;
}

.messageWrapper .inbox-panel-heading .ctaDrop+.dropdown-menu {
    inset: inherit !important;
    right: 0 !important;
    transform: inherit !important;
    top: 100% !important;
}

.messageWrapper .inbox-panel-body {
    padding: 12px;
}

.messageWrapper .inbox-panel-body .media {
    display: flex;
    align-items: center;
    padding: 24px 12px;
    background-color: rgb(247, 247, 247);
}

.messageWrapper .inbox-panel-body .media .avatar {
    background-color: rgb(221, 221, 221);
    border-radius: 100px;
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.messageWrapper .inbox-panel-body .media .avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}

.messageWrapper .inbox-panel-body .media .media-body {
    flex: 1;
}

.messageWrapper .inbox-panel-body .media .media-body .name {
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
}

.messageWrapper .inbox-panel-body .media .media-body .date {
    color: rgb(113, 113, 113);
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
}

.messageWrapper .message-panel {
    flex: 1;
    border: 1px solid rgb(235, 235, 235);
    display: flex;
    flex-direction: column;
}

.messageWrapper .message-panel .message-panel-header {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgb(235, 235, 235);
    height: 72px;
}

.messageWrapper .message-panel .message-panel-header .media-body {
    flex: 1;
}

.messageWrapper .message-panel .message-panel-header .media-body h4 {
    font-size: 16px;
}

.messageWrapper .message-panel .message-panel-header .media-body p {
    font-size: 14px;
}

.messageWrapper .message-panel .message-panel-header .control {
    display: flex;
    align-items: center;
}

.messageWrapper .message-panel .message-panel-header .control li {
    padding: 0 10px;
}

.messageWrapper .message-panel .message-panel-body {
    padding: 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.messageWrapper .message-panel .message-panel-body .innerChat {
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    flex: 1;
}

.messageWrapper .message-panel .message-panel-body .innerChat .chat {
    flex: 1;
}

.messageWrapper .message-panel .message-panel-body .date {
    text-align: center;
    color: rgb(113, 113, 113);
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
}

.messageWrapper .message-panel .message-panel-body .inquiryNote {
    font-size: 12px;
    line-height: 16px;
    color: rgb(113, 113, 113);
    font-weight: 800;
    padding: 12px 20px;
    background-color: rgb(247, 247, 247);
    border-radius: 36px;
    margin: 16px 0;
}

.messageWrapper .message-panel .message-panel-body .inquiryNote a {
    font-weight: 400;
    color: rgb(113, 113, 113);
}

.messageWrapper .message-panel .message-panel-body .media {
    display: flex;
    align-items: center;
    padding: 20px;
}

.messageWrapper .message-panel .message-panel-body .media .media-body {
    flex: 1;
}

.messageWrapper .message-panel .message-panel-body .media .avatar {
    background-color: rgb(221, 221, 221);
    border-radius: 100px;
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}

.messageWrapper .message-panel .message-panel-body .media .avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}

.messageWrapper .message-panel .message-panel-body .media .media-body h4 {
    color: rgb(34, 34, 34);
    font-size: 16px;
}

.messageWrapper .message-panel .message-panel-body .media .media-body h4 span {
    font-size: 12px;
    font-weight: 300;
}

.messageWrapper .message-panel .message-panel-body .media .media-body p {
    color: rgb(34, 34, 34);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.messageWrapper .message-panel .message-panel-body textarea.form-control {
    height: 40px;
    border-radius: 20px;
    resize: none;
}

.messageWrapper .message-panel .message-panel-body textarea.form-control:focus {
    box-shadow: none;
}

.detail-panel {
    flex: 0 0 375px;
    max-width: 375px;
    border-top: 1px solid rgb(235, 235, 235);
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
}

.detail-panel.active {
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}

.detailMessageHeader {
    display: flex;
    align-items: center;
    height: 72px;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding: 20px;
}

.detailMessageHeader .media-body {
    flex: 1;
}

.detailMessageHeader .closeBtn {
    background: transparent;
    border: none;
    padding: 0;
}

.detailMessageHeader h4 {
    font-size: 20px;
}

.detail-panel .detail-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 20px;
}

.detail-panel .detail-panel-body .title-image {
    position: relative;
    margin-bottom: 24px;
}

.detail-panel .detail-panel-body .title-image span.label {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(228, 228, 228);
    border-radius: 3.2px;
    line-height: 16px;
    margin: 10px;
    padding: 2.4px 8px;
    display: inline-block;
    font-size: 12px;
}

.cardDetailInfo h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.cardDetailInfo p {
    font-size: 14px;
    margin-bottom: 12px;
}

.cardDetailInfo {
    margin-bottom: 24px;
}

.tripDetail ul {
    margin: 24px 0;
}

.tripDetail h3 {
    margin: 0 0 24px;
    overflow-wrap: break-word;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
}

.tripDetail .ctaInfo {
    display: flex;
    align-items: center;
}

.tripDetail .ctaInfo .media-body {
    flex: 1;
    padding-right: 15px;
}

.tripDetail .ctaInfo .media-body h5 {
    margin: 0;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375em;
    color: rgb(72, 72, 72);
}

.tripDetail .ctaInfo .media-body .loc {
    overflow-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28571em;
    color: rgb(72, 72, 72);
}

.media-info {
    display: flex;
    align-items: center;
}

.media-info .media-body {
    flex: 1;
    padding-right: 10px;
}

.cardCommunicate .media-body h5,
.media-info .media-body span,
.media-info .media-body h5 {
    color: #000;
    color: rgb(72, 72, 72);
    font-weight: 400;
    display: block;
}

.media-info .img {
    width: 54px;
}

.mediaDesc {
    display: flex;
    justify-content: space-between;
    color: rgb(72, 72, 72);
}

.paymentCard p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(72, 72, 72);
    margin: 12px 0;
}

.paymentCard .total p,
.paymentCard p span {
    font-weight: 500;
    color: #000;
}

.cardCommunicate {
    display: flex;
}

.cardCommunicate .img {
    width: 56px;
}

.cardCommunicate .media-body {
    flex: 1;
}

.cardCommunicate .media-body h4 {
    font-size: 14px;
}


.back-chat {
    display: none;
}

/*signup page styles*/
.error {
    color: red;
}

.error:first-letter {
    text-transform: capitalize;
}

.appear {
    display: none;
}

.alert {
    z-index: 100;
}

.clr-white {
    color: #fff;
}

.transparent {
    color: transparent !important;
}

.transparent:hover {
    color: transparent !important;
}

.pl-20 {
    padding-left: 20px;
}

.help-titles {
    padding-bottom: 10px;

}

.help-titles a {
    color: #000;
}

.help-active {
    color: #2bbb40 !important;
}

.float-right {
    float: right;
}


.blog_images .uploaded_img img {
    height: 100%
}

.uploaded_img:hover .post_img_cls {
    z-index: 1;
    opacity: 1
}

.uploaded_img:first-child {
    margin-left: 0px
}

.uploaded_img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    float: left
}

.blog_images .uploaded_img img {
    height: 100%
}

.post_img_cls {
    z-index: 0;
    color: #000;
    position: absolute;
    top: 30%;
    opacity: 0;
    right: 23%;
    background-color: rgba(255, 255, 255, .7) !important;
    padding: 10px 20px !important
}

.uploaded_img:hover .post_img_cls {
    z-index: 1;
    opacity: 1
}

.close.push_right {
    font-size: 25px;
    opacity: .5;
    margin-right: 25px;
    font-family: initial
}

.close#white {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    padding-top: 5px;
    font-family: Regular;
    font-size: 3rem
}

button.close {
    /* -webkit-appearance: none; */
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.gridinner {
    border: 1px solid #e4e4e4;
    padding: 15px;
    width: 100%;
}

.requestcls {
    background-repeat: no-repeat;
    /* background-image: url('{{ asset('/public/assets/img/request.jpeg')}}'); */
    width: 40px;
    height: 40px;
    float: right;
}

.licls {
    margin-bottom: 20px;
}

.sel {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.gridinner {
    border: 1px solid #e4e4e4;
    padding: 15px;
    width: 100%;
}

.requestcls {
    background-repeat: no-repeat;
    /* background-image: url('{{ asset('/public/assets/img/request.jpeg')}}'); */
    width: 40px;
    height: 40px;
    float: right;
}

.licls {
    margin-bottom: 20px;
}

.sel {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

/* .lightbox-gallery{background-image: linear-gradient(#4A148C, #E53935);background-repeat: no-repeat;color: #000;overflow-x: hidden}.lightbox-gallery p{color:#fff}.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}.lightbox-gallery .intro p{margin-bottom:0}.lightbox-gallery .photos{padding-bottom:20px}.lightbox-gallery .item{padding-bottom:30px} */


.embad-listing h1 {
    font-size: 40px;
    font-weight: 700;
}

.embad-listing p {
    font-size: 19px;
    margin-bottom: 5px;
}

.email_search.multiemail {
    border: none !important;
}

.email_search {
    width: 100% !important;
}

.embad-listing p span {
    font-size: 12px;
    background: #f7f7f7;
    padding: 6px 10px;
}

.embad-listing p span img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.embad-listing p span a {
    color: #008489;
}

.embad-details {
    width: 100%;
}

.share-home-img img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.home-image,
.share-home-img {
    height: 100%;
}

.left-half {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-color: #fff;
    float: left;
}

.right-half {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 529px;
    display: table-cell;
}

@media (min-width: 320px) and (max-width: 991px) {
    .left-half {
        width: 100%;
    }

    .right-half {
        display: none;
    }
}


.share-embad-link {
    margin: 40px 30px;
}

.mesage {
    margin: 30px 0 20px;
}

.mesage .mesagearea {
    width: 100%;
    border-radius: 3px !important;
}

.mail-btn input {
    background: #008489;
    color: #fff;
    border: 1px solid #008489;
    padding: 12px 24px;
    border-radius: 3px !important;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.embad-modal .close {
    float: left;
}

.embad-modal .modal-header {
    position: absolute;
    left: 0;
    z-index: 999;
}

.share-embad-link {
    margin: 40px 30px;
}

#emailmodal {
    overflow: auto;
}

.embad-modal .close {
    float: left;
}

.embad-modal .modal-header {
    position: absolute;
    left: 0;
    z-index: 999;
}

.embad-modal .modal-body {
    padding: 0;
}

.no_border {
    border: none !important;
}

.multipleInput-container {
    border: 1px #e4e4e4 solid;
    padding: 1px;
    padding-bottom: 0;
    cursor: text;
    font-size: 13px;
    width: 100%;
    height: 75px;
    overflow: auto;
    background-color: #fff;
    border-radius: 3px;
}

.multipleInput-container input {
    font-size: 13px;
    width: 150px;
    height: 24px;
    border: 0;
    margin-bottom: 1px;
    outline: 0;
}

.multipleInput-container ul {
    list-style-type: none;
    padding-left: 0 !important;
}

li.multipleInput-email {
    float: left;
    margin-right: 2px;
    margin-bottom: 1px;
    border: 1px #bbd8fb solid;
    padding: 2px;
    background: #f3f7fd;
}

.multipleInput-close {
    width: 16px;
    height: 16px;
    background: url(close.png);
    display: block;
    float: right;
    margin: 0 3px;
}

.modal-body {
    padding: 15px 25px 10px;
}

.share-modal .modal-body {
    padding: 0 25px;
}

.embad-modal .modal-body {
    padding: 0;
}

#sharemodal .modal-dialog.share-modal {
    width: 370px;
    margin: 30px auto;
}

@media (min-width: 320px) and (max-width: 767px) {
    #sharemodal .modal-dialog.share-modal {
        width: 300px;
    }
}

#sharemodal li:last-child {
    margin-bottom: 14px;
    border-bottom: none;
}

.share-modal .modal-body {
    padding: 0 25px;
}

.share-modal h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
    font-weight: 700;
    margin-bottom: 0;
}

.share-modal p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.share-modal li {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    display: block;
}

.share-modal li a {
    color: #008489;
    font-size: 19px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #sharemodal .modal-dialog.share-modal {
        width: 300px;
    }
}

.share-option-list li a i {
    display: inline-block;
    float: left;
    margin: 5px 10px 0 0;
}

.share-option-list li a span {
    display: inline-block;
}

.checkindivcls {
    display: inline-block;
    width: 36%;
    float: left;
}

#searchcalendardiv>.airfcfx-dd-calendar-cnt>.airfcfx-dd-calendar>.table1>.checkindivcls>.hasDatepicker {
    border-right: 1px solid #e4e4e4 !important;
}

.compaine-date.checkindivcls>input {
    width: 39%;
    font-size: 16px !important;
    float: left;
    border: none !important;
    font-weight: 300;
    background: 0 0;
    padding: 6px 8px !important;
    text-align: center;
}

.compaine-date.checkindivcls {
    width: 98%;
    border: 1px solid #e4e4e4;
    border-radius: 3px !important;
}

#contactform .compaine-date.checkindivcls {
    width: 100%;
}

.compaine-date.checkindivcls>input {
    width: 45%;
    text-align: center;
    padding: 5px !important;
}

.date-vs {
    width: 30px;
    height: 20px;
    display: inline-block;
    float: left;
    /* margin: 5px 15px 0; */
}

@media (min-width: 320px) and (max-width: 400px) {
    .divmediumtext {
        width: 100% !important;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: left !important;
    }

    .airfcfx-profile-bd select.form-control {
        width: auto !important;
    }

    .compaine-date.checkindivcls>input {
        width: 45%;
        text-align: center;
        padding: 5px !important;
    }

    .date-vs {
        width: 17px;
        margin: 13px 0 0;
    }

    #contactform .modal-body {
        padding: 15px 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .date-vs {
        width: 20px;
        height: 20px;
        margin: 10px 8px 0;
    }
}

.seperate-div.guestdivcls {
    width: 98%;
    margin-top: 10px;
}

.guestdivcls {
    display: inline-block;
    width: 23%;
    float: left;
}

.font-size12 {
    font-size: 12px !important;
}

#check-in,
#check-out,
#enddate,
#startdate {
    background-color: #fff !important;
}

.brightred {
    background: #ff5a5f !important;
}

.btn.btn-pad {
    color: #fafafc;
    background-color: #028bff;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    padding: 14px 15px;


}

.centertxt {
    text-align: center;
}


#contactform .model-host-list {
    padding-left: 20px;
}

#contactform .modal-body {
    padding: 15px 30px;
}

#contactform .compaine-date.checkindivcls {
    width: 100%;
}

#contactform .modal-body {
    padding: 15px 2px;
}

#contactform .modal-footer {
    display: none;
}

.model-left-flot h1 {
    font-size: 38px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto,
        Helvetica Neue, sans-serif;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.model-left-flot h5 {
    font-size: 16px;
    margin: 20px 0;
    color: #767676 !important;
    line-height: 25px;
}

.model-left-flot p {
    font-size: 20px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto,
        Helvetica Neue, sans-serif;
    margin: 25px 0;
    line-height: 30px;
    font-weight: 300;
}

@media (min-width: 320px) and (max-width: 767px) {
    .model-left-flot h1 {
        font-size: 28px;
    }

    .model-host-list li {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .model-left-flot {
        padding-bottom: 15px;
    }

    .model-left-flot p {
        margin: 10px 0;
        font-size: 18px;
        line-height: initial;
    }

    .nav>li {
        background: #fff;
    }
}

.model-right-flot label {
    font-size: 19px;
    color: #484848 !important;
    margin: 10px 0px;
}

.model-right-flot .form-control {
    font-size: 19px;
    font-weight: 300;
}

.model-host-list li {
    font-size: 20px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto,
        Helvetica Neue, sans-serif;
    font-weight: 300;
}




.padding0 {
    padding: 0 !important;
}

.btn_search {
    background: #ff5a5f;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px !important;
}

.btn_search.slider-btn {
    background: #008489 !important;
    font-weight: 700 !important;
    padding: 10px 20px;
    margin-top: 20px;
}

.modal .content {
    overflow: auto;
    max-height: calc(100vh - 125px);
}

.note_count {
    font-size: 14px !important;
}

.note_view {
    font-size: 14px !important;
    font-weight: 500 !important;
    float: right;
}

.profil_menu {
    width: 300px;
}

ul.home-menu {
    padding: 0px 20px !important;
}

.home-menu-text,
.home-menu-text:focus {
    padding: 0px;
    background: transparent;
    color: #484848 !important;
    font-size: 15px !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 600;
    /*letter-spacing: 0.5px !important;*/
    opacity: 0.9;
    padding: 10px 0 10px !important;
}

.home-menu-text:hover {
    background: transparent !important;
    color: #484848 !important;
}

ul.home-menu li.note-msg a:hover {
    background: transparent !important;
    color: #FE5771 !important;
}

.notification-lnk {
    position: relative;
}

.notify-round {
    fill: rgb(0, 132, 137) !important;
    height: 9px !important;
    /* position: absolute !important; */
    /*            top: 10% !important;*/
    position: absolute;
    /*            top: 50% !important;*/
    transform: translate3d(-4px, -5px, 2px) !important;
    width: 6px !important;
    animation-name: keyframe_p1skye !important;
    animation-duration: 0.5s !important;
    animation-timing-function: ease !important;
    animation-fill-mode: both !important;
    opacity: 1 !important;
    right: -5px !important;
    top: 5px !important;
}




.dropdowns>a {
    width: 100%;
}

.dropdowns.open>ul.dropdown-menu {
    float: left;
    width: 100%;
}


li.dropdowns>ul.profil_menu .border_bottom {
    border: medium none !important;
}

#navbar .nav.navbar-right li.dropdowns>ul.profil_menu>a.rm_text_deco li {
    padding-left: 20px;
}

.profil_menu {
    padding: 0 15px 15px !important;
}

.profil_menu {
    padding: 10px 20px 15px !important;
}

@media (max-width: 767px) {
    .dropdown-menu.padding20.profil_menu {
        padding: 5px 0 10px !important;
    }
}

.profil_menu {
    padding: 0 20px 15px !important;
}

.border_bottom {
    border: medium none !important;
}

.margin_top15 {
    margin-top: 15px;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.airfcfx-panel-padding {
    padding: 12px 20px !important;
    margin-bottom: 0;
}

.airfcfx-panel-padding {
    padding: 10px !important;
}

.airfcfx-panel-padding.panel-body>p {
    margin-top: 10px;
}

.airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body {
    height: 981px !important;
    overflow-y: auto !important;
}

@media (max-width: 767px) {
    .airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body {
        height: 450px !important;
        overflow-y: auto !important;
    }
}

.airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body textarea {
    padding: 5px 10px;
    color: #999;
}

.airfcfx-panel-padding.panel-body .col-xs-12 .form-group {
    margin-bottom: 0;
}

.padding10 {
    padding: 10px !important;
}

.airfcfx-notifydiv {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.airfcfx-notifydiv:last-child {
    margin-bottom: 0;
}

.airfcfx-notifydiv.notifydiv:first-child {
    margin-top: 10px;
}

.notifydiv {
    border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
    min-height: 65px;
}

.notifydiv:last-child {
    padding-bottom: 0;
}

.airfcfx-notifydiv {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.airfcfx-notifydiv:last-child {
    margin-bottom: 0;
}

.airfcfx-notifydiv.notifydiv:first-child {
    margin-top: 10px;
}

.airfcfx-notification-info-row {
    float: left;
    width: 100%;
}

.airfcfx-notification-info-row {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.airfcfx-panel-padding {
    padding: 12px 20px !important;
    margin-bottom: 0;
}

/* .airfcfx-panel-padding {
    padding: 0px !important;
} */

.airfcfx-panel-padding.panel-body>p {
    margin-top: 10px;
}

.d-flex {
    display: flex;
}

span.airfcfx-user-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.airfcfx-imgwdth>span.airfcfx-user-icon {
    width: 40px;
    height: 40px;
}

span.airfcfx-user-icon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 0;
    padding-right: 5px;
}

span.airfcfx-user-icon {
    height: 40px;
    width: 40px;
}

.inlinedisplay {
    display: inline-block !important;
    margin-top: 0 !important;
}

.airfcfx-user-icon.profile_pict.inlinedisplay {
    float: none;
}

.notifyimg {
    position: relative;
    float: left;
}

.airfcfx-notifytxt {
    float: left;
    padding-top: 5px;
}

.airfcfx-notifytxt a {
    color: #fe5571;
}

.airfcfx-notifytxt {
    display: inline-block;
    float: none;
    padding-top: 5px;
    width: 100%;
}

.notifytxt {
    line-height: 2em;
}

.align-self-center {
    text-align: left;
    margin-left: 20px;
}

.airfcfx-notification-msg-row {
    float: left;
    width: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400;
    background-color: #f5f5f5 !important;
}

.profile_menu1 {
    background-color: #edefed !important;
    font-weight: 400;
}

.airfcfx-claimrightimgdiv .profile_pict {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}

table .profile_pict {
    float: left;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 40px;
}

.airfcfx-user-icon.profile_pict.inlinedisplay {
    float: none;
}

.reservationtable .airfcfx-prof.profile_pict {
    float: left;
}

.table-img-prof .airfcfx-prof.profile_pict {
    float: none;
    margin: 4px !important;
}

.inlinedisplay {
    display: inline-block !important;
    margin-top: 0 !important;
}

.airfcfx-user-icon.profile_pict.inlinedisplay {
    float: none;
}

.margin_bottom50 {
    margin-bottom: 50px;
}

.margin_top50 {
    margin-top: 50px;
}

/*  ul.pagination > li {
        float: left;
        margin-bottom: 5px;
    }
    ul.pagination > li.prev {
        margin-left: 5px;
    }
    ul.pagination > li.next {
        margin-right: 5px;
    }*/

.padding_bottm30 {
    padding-bottom: 30px;
}

.padding_bottm50 {
    padding-bottom: 50px;
}


/* .pagination .active a, .pagination .active a:hover {
        background-color: #008489;
        border: 1px solid #008489;
        color: #fff;
    }

    .pagination>li>a, .pagination>li>span {
        border-radius: 16px!important;
        border: none;
        height: 32px;
        width: 32px;
        text-align: center;
        margin: 5px;
        color: #008489;
    }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }*/

.cur {
    cursor: pointer;
}


.error_fun {
    color: red;
    font-size: 16px;
    float: right;
}

.box-border-content {
    padding: 20px 10px;
}

.box-border-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

#imagenames span {
    border: 1px dashed #b9b9b9;
    padding: 5px 7px;
    display: inline-block;
    margin: 5px 5px;
}

.sdecls-main #imagenames {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.sdecls-main #imagenames {
    margin: 10px 0;
}


.searchactive {
    color: #2bbb40 !important;
    border: 1px solid #2bbb40 !important;
}

.sharebtn {
    border: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    /* display:none; */
}

.sharebtn-out {
    border: 1px solid #fff;
}

.sharebtn-out .out-i {
    border: 1px solid white;
    margin-bottom: 30px;
    float: left;
}

.sharebtn svg {
    border: 0px solid red;
}

.customn-button {
    border: 0px solid green;
    margin-top: 5%;
}

.button-report {
    position: relative;
}

.customn-question {
    position: absolute;
    top: 40%;
    right: 0;
}

.detail-img {
    height: 50px !important;
    width: 50px !important;

}

.d-media {
    display: flex;
    align-items: center;
    padding: 20px;
    /* border: #000 1px solid; */

}

.d-media .avatar {
    /* background-color: rgb(221, 221, 221); */
    border-radius: 100px;
    display: block;
    width: 56px;
    height: 56px;
    margin-right: 12px;
}


.proplan {
    background-color: #f4f4f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.001em;
    font-size: 15px;
    color: #656a72;
    justify-content: space-between;
    padding: 10px 15px;
}


/* newly add css */
.seacrh_form_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    padding: 0px 6px;
    border-radius: 4px;
    margin-top: 8px;

}

.seacrh_form_input input {
    border: none;
    position: inherit;
    margin-left: 0px;
}

.search_dflex {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 10px;
}

.searchflexbutton {
    border-radius: 35px;
    background-color: darkblue;
    position: inherit;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    margin: 14px 0 0 !important;
}

.search_whole {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.dropdown-menu {
    z-index: 7 !important;
}

.seacrh_form_input input:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.footer-social_img ul {
    display: flex;
    gap: 10px;
}

.footer-social_img h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.footer-social_img img {
    width: 160px;
    height: 60px;
    margin-bottom: 10px;
}

.card_margin{
    margin: 0 14px;
}
.no_data{
    display: flex;
    justify-content: center;
    height: 50vh;
    align-items: center;
    flex-direction: column;
}

.usetwentyfour {
    text-align: center;
}