/*** New pages Css ***/
.main-screen {
    background: #222222;
    height: 100vh;
    position: relative;
}

.h-100 {
    height: 100%;
}


.main-screen .btn-default {
    min-width: 257px;
    border: 1px solid #BEEF00;
    background: #BEEF00;
    color: #000;
    margin: 20px 0px;
}

.main-screen .btn-default img {
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.main-screen .btn-default:hover img {
    filter: invert(1);
    filter: invert(95%) sepia(42%) saturate(2528%) hue-rotate(12deg) brightness(89%) contrast(112%);
}

.main-screen .btn-default i {
    background: #000;
    color: #BEEF00;
    font-size: 11px;
    padding: 4px 4px 3px 4px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.main-screen .btn-default:hover,
.main-screen .btn-default.active {
    border: 1px solid #BEEF00;
    background: none;
    color: #BEEF00;
}

.main-screen .btn-default:hover i,
.main-screen .btn-default.active i {
    background: #BEEF00;
    color: #000;
}

.main-screen .btn-default.active:hover img {
    filter: invert(100%) sepia(19%) saturate(0%) hue-rotate(223deg) brightness(100%) contrast(104%);
    filter: none;
}


/************ New Css Start ***********/
.new-topbar {
    padding: 10px 0px;
}

.new-topbar .logo img {
    max-height: 50px;
}

.new-topbar .menu-btn img {
    max-height: 25px;
}

.new-topbar .setting-btn {
    display: inline-block;
    border: 1px solid #222222;
    line-height: 31px;
    min-width: 52px;
    text-align: center;
    background: #FFFFF3;
    border-radius: 32px;
    padding-bottom: 3px;
}

.infonew {
    padding-top: 0px;
    padding-bottom: 160px;
}

.infonew .item {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 15px;
}

.infonew h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

.infonew h3 img {
    margin-right: 10px;
}

.infonew h3 .star-label {
    margin-left: 10px;
}

.infonew .cards {
    border: 1px solid #000000;
    background: #B4E90D;
    border-radius: 8px;
    padding: 13px 10px;
    margin-bottom: 10px;
}

.infonew .cards.blue {
    background: #338AF3;
}

.infonew h4 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    padding-right: 20px;
}

.infonew h4 img {
    margin-right: 5px;
    margin-top: -1px;
    vertical-align: top;
}

.infonew h4 span {
    font-family: "DM Serif Text", serif;
    margin-left: 5px;
}

.infonew .star-label {
    display: inline-block;
    border: 1px solid #FF9933;
    background: #FECB00;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 48px;
    min-width: 70px;
    line-height: 23px;
    text-align: center;
    padding: 0px 7px;
    font-family: "Staatliches", sans-serif;
}

.infonew .star-label span {
    font-family: "Ubuntu", sans-serif;
}

.infonew .star-label i {
    margin-left: 2px;
    font-size: 14px;
}

.infonew .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.infonew .item.user-card {
    padding: 0px 18px 5px 18px;
}

.infonew .item.user-card .text div {
    font-size: 16px;
    line-height: 22px;
    font-family: "DM Serif Text", serif;
    border-top: 1px solid #000;
    padding: 5px 0px;
}

.user-card .user-img {
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin: 0px -7px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.user-card .user-img>img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
}

.user-card .user-img.dummy {
    border: 2px solid #338AF3;
}

.user-card .user-img.dummy>img {
    width: auto;
    height: auto;
    margin-top: 7px;
    border-radius: 0;
}

.user-card .user-img span {
    background: #338AF3;
    display: inline-block;
    border-radius: 9.75px;
    line-height: 20px;
    min-width: 36px;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -18px;
}

.user-card .user-img span i {
    font-size: 5px;
    position: relative;
    top: -3px;
}

.user-card .user-img.yellow {
    border-color: #FECB00;
}

.user-card .user-img.yellow span{
    background: #FECB00;
}

/* user-card single */
.user-card.single .head-info {
    display: flex;
    justify-content: space-between;
}

.user-card.single .head-info .user-img {
    min-width: 50px;
    margin-top: 30px;
}

.user-card.single .head-info>div:first-child {
    /* min-width: 45%; */
}

.user-card.single .head-info.multiple>div:first-child {
    min-width: 45%;
}

.user-card.single .head-info .right {
    padding-top: 25px;
}

.user-card.single .head-info .label.orange {
    background: #FF9933;
}

.user-card.single .head-info .label.yellow {
    background: #FECB00;
    color: #000;
}

.user-card.single .head-info .label.red {
    background: #D80027;
    color: #fff;
}

.user-card.single .head-info .label {
    display: inline-block;
    background: #01C2D1;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 48px;
    min-width: 70px;
    line-height: 31px;
    text-align: center;
    padding: 2px 12px 0px 12px;
    font-family: "Staatliches", sans-serif;
    margin-left: 10px;
    margin-bottom: 10px;
}

.user-card.single .text div.ft {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 10px;
}

.user-card.single .text div.ft img {
    margin-right: 10px;
    margin-top: -2px;
}

.user-card.single .text div.ft .star-label {
    min-width: 37px;
    border-color: #FF9933;
    padding: 0px 7px 1px 5px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.user-card.single .text div .see-note {
    font-size: 20px;
    line-height: 20px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    margin-left: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.user-card.single .text div .see-note img {
    margin-right: 5px;
    margin-top: -2px;
}

.user-card.single .text div.second-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-card.single .text div.second-text>span {
    max-width: 45%;    
}

.infonew .links a {
    color: #000000;
    font-size: 24px;
    border-top: 1px solid #000;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}

.infonew .links a:first-child {
    border-top: none;
}

.infonew .links a span {
    display: inline-block;
    vertical-align: middle;
    background: #93C572;
    width: 43px;
    line-height: 24px;
    border-radius: 8px;
    font-size: 24px;
    color: #2C3B22;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0px 10px;
}

.infonew .links a em {
    font-size: 15px;
    font-style: normal;
}

.price-card {
    padding: 0px !important;
    border-radius: 15px !important;
}

.price-card .head {
    background: #E82EA3;
    border-radius: 14px;
    text-align: center;
    padding: 20px 10px 30px 10px;
    margin-bottom: 20px;
}

.price-card.blue .head {
    background: #0086FF;
}

.price-card.blue .head .label {
    color: #0086FF;
}

.infonew .item.price-card.yellow {
    background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, #0086FF, #BEEF00) border-box;
    border: 1px solid transparent;
}

.price-card.yellow .head {
    background: linear-gradient(180deg, #0086FF 0%, #BEEF00 100%);

    background: linear-gradient(180deg, #0086FF 0%, #BEEF00 100%);
}

.price-card.yellow .head .label {
    color: #0086FF;
}

.price-card .head .label {
    display: inline-block;
    background: #FFFFF3;
    border: 1px solid #FECB00;
    min-width: 72px;
    line-height: 32px;
    border-radius: 48px;
    padding: 0px 5px;
    color: #C92B8F;
    font-size: 16px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    text-align: center;
}

.price-card .text {
    padding: 0px 15px;
}

.price-card .text h4 {
    color: #222222;
    font-size: 32px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
} 

.price-card .text h5 {
    color: #666666;
    font-size: 14px;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    line-height: 24px;
} 

.price-card .text h5 span {
    color: #222;
    font-size: 24px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
} 

/**/
.sticky-menu-btns {
    background: #222222;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 35px 0px 35px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.sticky-menu-btns .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-menu-btns a {
    color: #fff;
    font-size: 16px;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 0px 10px;
}

.sticky-menu-btns a img {
    margin-bottom: 2px;
}

.sticky-menu-btns a.middle {
    border: 4px solid #FFFFF3;
    border-radius: 100px;
    padding: 10px 45px;
    position: relative;
}

.sticky-menu-btns a.middle:after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: -6px;
    background: #B9C0C9;
    width: 135px;
    height: 5px;
    border-radius: 100px;
}

.sticky-menu-btns a:hover,
.sticky-menu-btns a.active {
    color: #EB4DAF;
}

.sticky-menu-btns a:hover img,
.sticky-menu-btns a.active img {
    color: #EB4DAF;
    filter: invert(43%) sepia(85%) saturate(1337%) hue-rotate(294deg) brightness(94%) contrast(96%);
}

.sticky-menu-btns a.middle:hover,
.sticky-menu-btns a.middle.active {
    color: #EB4DAF;
    background: #fff;
}

.sticky-menu-btns a.middle img {
    filter: invert(0.1) brightness(7);
}

.sticky-menu-btns a.middle:hover img,
.sticky-menu-btns a.middle.active img {
    filter: none;
}

/*** review-info ***/
.review-info {
    padding-bottom: 160px;
}

.review-info .head h3 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-info .head h3 span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-left: 8px;
    position: relative;
    top: -4px;
}

.review-info .see-btn {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 20px;
}

.review-info .see-btn i {
    margin-left: 15px;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.review-box {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 12px 15px 10px 15px;
    margin-bottom: 15px;
}

.review-box .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.review-box .head .stars img {
    margin-right: -6px;
}

.review-box .head .date {
    margin-left: auto;
    font-style: italic;
    font-size: 12px;
    color: #000;
    padding-right: 15px;
}

.review-box p {
    font-style: italic;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.review-box .user-name {
    display: flex;
    align-items: center;
}

.review-box .name {
    margin-left: 35px;
    color: #000;
    font-size: 16px;
    font-style: italic;
}

.review-box .user-img {
    width: 40px;
    height: 40px;
    border: 1px solid #F397A9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: -20px;
    text-align: center;
}

.review-box .user-img>img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
}

.review-box .user-img span {
    background: #F397A9;
    display: inline-block;
    border-radius: 7px;
    line-height: 12px;
    text-align: center;
    font-size: 11px;
    color: #222;
    font-family: "Staatliches", sans-serif;
    padding: 2px 5px 0px 5px;
    font-weight: 400;
    position: absolute;
    bottom: -7px;
    right: 0px;
}

.review-box .user-img:first-child span {
    right: 4px;
}

.review-box .down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.review-box .down .btn-default {
    line-height: 35px;
    font-size: 24px;
    padding-top: 5px;
}

.review-box .down .btn-default.fill {
    background: #BEEF00;
    min-width: 52%;
}

.review-box .down .btn-default.fill:hover {
    background: #BEEF00;
    color: #000;
}

/*** ***/
.infonew .item.guest-details {
    padding: 10px 8px 15px 8px;
    overflow: hidden;
}

.infonew .item.guest-details h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.infonew .item.guest-details h3 em {
    text-align: center;
    font-style: normal;
    padding-left: 5px;
    padding-right: 5px;
}

.infonew .item.guest-details .head {
    border-bottom: 1px solid #222222;
    margin-bottom: 15px;
}

.infonew .item.guest-details .label {
    display: inline-block;
    background: #93C572;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 8px;
    min-width: 95px;
    text-align: center;
    padding: 2px 0px 0px 0px;
    font-family: "Staatliches", sans-serif;
    margin-bottom: 10px;
}

.infonew .item.guest-details .label.yellow {
    background: #FECB00;
}

.infonew .item.guest-details .label.pink {
    background: #FE56C0;
}

.infonew .item.guest-details p {
    color: #222;
    font-size: 24px;
    line-height: 32px;  
}

.infonew .item.guest-details p .star-label {
    border-radius: 48px;
    min-width: 33px;
    line-height: 23px;
    text-align: center;
    top: -3px;
    position: relative;
}

.infonew .item.guest-details p .star-label i {
    margin: 0;
}

.infonew .item.guest-details .btn-default {
    min-width: 148px;
    line-height: 34px;
    border-width: 1px;
    font-size: 20px;
    background: #BEEF00;
    margin-bottom: 35px;
}

.infonew .item.guest-details .guestbtn {
    color: #222;
    font-family: "Staatliches", sans-serif;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.infonew .item.guest-details .guestbtn img {
    margin-right: 5px;
    margin-top: -2px;
}

.infonew .item.guest-details hr {
    border-color: #222;
    opacity: 1;
    margin-bottom: 20px;
}

/*** info-short ***/
.info-short .btn-default.green {
    font-size: 24px;
    margin-bottom: 15px;
}

.info-short .btn-default.green img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.info-short .item {
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 20px 14px;
    margin-bottom: 15px;
    background: #F397A9;
}

.info-short .item h2 {
    color: #000;
    font-size: 28.5px;
    line-height: 32px;
    font-style: italic;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 25px;
}

.info-short .date-text {
    display: inline-block;
    width: 100%;
    line-height: 54px;
    border: 1px solid #222;
    background: #B4E90D;
    color: #000;
    border-radius: 40px;
    font-size: 24px;
    font-style: italic;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-width: 0px, 4px, 4px, 0px;
    box-shadow: 2px 3px 0px 0px #B4E90D;
}

.info-short .date-text img {
    margin-right: 5px;
    top: -2px;
    position: relative;
}

.info-short hr {
    border-color: #222;
    opacity: 1;
    margin: 24px 0px;
}

.info-short .link {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.info-short .link i {
    margin-left: 12px;
    margin-top: 2px;
}

.saved-place .price-card .head {
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
    background: none;
}

.saved-place .price-card .head .align {
    position: absolute;
    top: 15px;
    right: 0;
    padding-right: 10px;
    z-index: 3;
}

.saved-place .price-card .head img {
    min-height: 136px;
    object-fit: cover;
    opacity: 85%;
}

.saved-place .price-card .head .label {
    border: 1px solid #FF9933;
    background: #FF9933;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    min-width: 62px;
    margin-left: 5px;
}

.saved-place .price-card .head .label.white {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.saved-place .price-card .head .label.green {
    border: 1px solid #006341;
    background: #006341;
    color: #fff;
}

.saved-place .price-card .head .label.yellow {
    border: 1px solid #FECB00;
    background: #FECB00;
    color: #fff;
}

.saved-place .price-card .text h4 {
    font-size: 36px;
    line-height: 36px;
}

.saved-place .price-card .text h5 {
    font-size: 16px;
    line-height: 30px;
    border-bottom:1px solid #93C572;
    min-height: 78px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding-bottom: 7px;
}

.saved-place .price-card .text h5 span {
    font-size: 32px;
    line-height: 32px;
}

.saved-place .price-card .user-small {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 40px;
}

.saved-place .price-card .user-small>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.saved-place .price-card .user-small span {
    color: #000;
    font-family: "DM Serif Text", serif;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.new-topbar .uesr-top {
    display: inline-block;
    border: 1px solid #222222;
    line-height: 35px;
    min-width: 90px;
    text-align: center;
    border-radius: 32px;
    padding-bottom: 3px;
    color: #000;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 0px 10px 0px 5px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    width: fit-content;
}

.new-topbar .uesr-top img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.infonew.profilecarousel .saved-place .price-card .text h4 {
    position: relative;
    margin-bottom: 30px;
}

.infonew.profilecarousel .saved-place .price-card .text h4 a {
    position: absolute;
    top: 0;
    right: 0;
}

.infonew.profilecarousel .saved-place .price-card .text hr {
    border-top:1px solid #93C572;
    opacity: 1;
    margin: 10px 0px 15px 0px;
}

.infonew.profilecarousel .saved-place .price-card .text .user-small {
    margin-bottom: 8px;
}

.infonew.profilecarousel .saved-place .price-card .text h6 {
    color: #222;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}

.infonew.profilecarousel .saved-place .price-card .share-btn {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.infonew.profilecarousel .saved-place .price-card .share-btn i {
    margin-left: 10px;
    margin-bottom: 25px;
    font-size: 19px;
    top: 1px;
    position: relative;
}

/**/
.content-info.home.homenew {
    padding-bottom: 150px;
}

.content-info.home.homenew .bottombar ul {
    justify-content: start;
}

.content-info.home.homenew .bottombar ul li:last-child {
    margin-left: auto;
}

.content-info.home.homenew .bottombar ul li a {
    display: inline-block;
    margin-right: 25px;
}

.content-info.home.homenew .bottombar ul li:last-child a {
    margin-right: 0px;
    margin-left: 25px;
}

.infonew .item.user-card .bg-notes {
    background: #fff;
    background: #fffdf5;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.infonew .item.user-card .bg-notes h4 {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}

.infonew .item.user-card .bg-notes p {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 12px;
    margin-top: 9px;
}

.btn-default.newblack {
    background: #333333;
    border: none;
    border-radius: 7px;
    color: #FDF9EF;
    font-size: 16px;
    line-height: 45px;
}

.about-user {
    border:1px solid #fff5ea;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}

.user-new {
    background: #fffcf4;
    background: #FFFDF5D1;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    border:1px solid #fff5ea;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.user-new.small {
    background: #FDF9EF;
}

.user-new .img>img {
    min-width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
}

.user-new .text p {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}

.user-new .text p span {
    color: #333333;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}

.about-user .abt-text {
    background: #fffcf4;
    display: inline-block;
    width: 100%;
    padding: 12px 12px;
    border-radius: 5px;
    border:1px solid #fff5ea;
    margin-bottom: 25px;
}

.about-user .abt-text h4 {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.about-user .abt-text h4 img {
    margin-right: 7px;
    vertical-align: middle;
}

.about-user .abt-text h4 span {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding-top: 9px;
    display: inline-block;
}

.about-user .abt-text p {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    margin-top: 11px;
}

.infonew .twoparts {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.about-user .btns {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.about-user .btns a {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 12px;
    color: #1c1b1f;
    font-weight: 400;
    display: inline-block;
    background: #beef00;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 7px;
}

.about-user .btns a img {
    margin-right: 4px;
}

.prev-stay {
    box-shadow: 0px 1px 3px 1px #00000026;
    box-shadow: 0px 4px 8px 0px #71706B29;
    border: 1px solid #FEEFE1;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 17px;
    flex-wrap: wrap;
    background: #fff;
}

.prev-stay .text {
    padding: 20px 20px;
    background: #fff;
}

.prev-stay .img {
    min-width: 116px;
    max-width: 116px;
    margin-left: auto;
}

.prev-stay .img img {
    min-width: 116px;
    max-width: 116px;
    object-fit: cover;
    height: 100%;
    border-radius: 0px 8px 8px 0px;
}

.prev-stay p {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.prev-stay p.grey {
    color: #000000;
    font-weight: 700;
    opacity: .5;
}

.prev-stay p span {
    font-weight: bold;
}

.btn-default.green.searchbtn {
    border: none;
    border-radius: 7px;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 50px;
    padding: 0px 20px;
}

.info-short .bgimg {
    padding: 90px 15px 180px 15px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.info-short .bgimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: url(../images/bg-img.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
}

.info-short .bgimg * {
    position: relative;
    z-index: 2;
}

.info-short .bgimg h4 {
    color: #fff;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    width: 70%;
}

.info-short .radius {
    border-radius: 5px;
}

.saved-place.newprice-card {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

.saved-place.newprice-card .price-card {
    margin-bottom: 15px;
}

.saved-place.newprice-card .price-card .head .align {
    top: 15px;
    right: auto;
    left: 0;
    padding-left: 10px;
}

.saved-place.newprice-card .price-card .head .align .label {
    margin-left: 0px;
    margin-right: 5px;
}

.saved-place.newprice-card .price-card .head img {
    height: 294px;
    object-fit: cover;
}

.saved-place.newprice-card .price-card .text h4 {
    position: relative;
    margin-bottom: 10px;
}

.saved-place.newprice-card .price-card .text h4 a {
    position: absolute;
    top: 6px;
    right: 0;
}

.saved-place.newprice-card .price-card .text h5 div {
    display: inline-block;
    width: 100%;
}

.infonew .space-left-right {
    padding: 0px 25px;
}


/**/
.searchform {
    position: relative;
    background: #fffff3;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    z-index: 99;
    padding: 0px 10px;
    margin-bottom: 45px;
}

.searchform form {
    background: #fffff3;
    width: 100%;
    padding: 20px 12px;
    border:1px solid #000;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    z-index: 99;
}

.searchform:before {
    content: '';
    width: 100%;
    height: 102%;
    background: #fffff3;
    position: absolute;
    top: 1px;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
    z-index: 9;
}

.searchform:after {
    content: '';
    width: 100%;
    height: 104%;
    background-image:  linear-gradient(270deg, #0086FF 13.2%, #BEEF00 62%);
    position: absolute;
    top: 1px;
    left: 0px;
    border-radius: 0px 0px 20px 20px;
    z-index: -999;
}

.searchform label {
    color: #000;
    font-size: 14px;
}

.filter-btn {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 22px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

.filter-btn img {
    margin-right: 5px;
    margin-top: -2px;
}

.filter-btn:hover,
.filter-btn.active {
    color: #BEEF00;
}

.filter-btn:hover img,
.filter-btn.active img {
    filter: invert(79%) sepia(69%) saturate(593%) hue-rotate(17deg) brightness(99%) contrast(102%);
}

.form-control.map {
    background: none;
    background-image:url(../images/map-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 40px;
}

.form-control.date-icon {
    background: none;
    background-image:url(../images/date-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 40px;
}

.info-short .filter-section {
    padding-bottom: 50px;
}

.info-short .filter-section h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-short .filter-section h3 img {
    margin-right: 10px;
}

.info-short .filter-section .tags a {
    display: inline-block;
    background: #808080;
    border-radius: 25px;
    text-align: center;
    font-family: "Staatliches", sans-serif;
    font-size: 15px;
    line-height: 33px;
    color: #FFFFFF;
    padding: 0px 11px;
    margin-bottom: 10px;
}

.info-short .filter-section hr {
    margin: 15px 0px 24px 0px;
}

.infonew .edit-profile {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.infonew .edit-profile a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.infonew .edit-profile a img {
    margin-left: 5px;
}

.infonew .heading {
    display: inline-block;
    width: 100%;
    font-family: "Staatliches", sans-serif;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
    margin-top: 30px;
}

.infonew.profilecarousel.profile-view {
    background:#fff;
    padding-top: 30px;
}

.infonew.profilecarousel.profile-view .head {
    display: flex;
    align-items: center;
}

.infonew.profilecarousel.profile-view .text h4 {
    font-size: 22px;
    line-height: 20px;
}

.infonew.profilecarousel.profile-view .head h3 {
    color: #000;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: inherit;
    display: flex;
    align-items: center;
}

.infonew.profilecarousel.profile-view .head h3 img {
    margin-right: 7px;
}

.infonew.profilecarousel.profile-view .head .rt {
    color: #000;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    min-width: 50%;
    text-align: right;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input {
    width: 36px;
    height: 24px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input:checked {
    background-color: #00B3A4;
    border-color: #00B3A4;
}


.infonew.profilecarousel.profile-view .item.saved-place {
    background: #FDF9EF;
    border: 1px solid #FEEFE180;
}

.infonew.profilecarousel.profile-view .item.saved-place .btn-default.green {
    border: none;
    border-radius: 8px;
    margin-bottom: 3px;
}

.infonew.profilecarousel.profile-view .item.saved-place .share-btn {
    text-transform: inherit;
    padding-bottom: 15px;
    display: inline-block;
}

.infonew.profilecarousel.profile-view .headis h3 {
    color: #000;
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    border-top: 1px solid #BEEF00;
    padding-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.infonew.profilecarousel.profile-view .headis h3 a {
    margin-left: auto;
    display: inline-block;
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 22px;
    padding: 11px 13px;
}

.infonew.profilecarousel.profile-view .saved-place .price-card .user-small span {
    font-style: normal;
    font-size: 16px;
}

.infonew .user-new.small .img>img {
    min-width: 40px;
    height: 40px;
    margin-right: 18px;
    margin-top: 6px;
}

.infonew .dbtns .btn-default {
    background: #BEEF00;
    color: #222222;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    border: none;
}

.infonew .dbtns .link {
    display: inline-block;
    font-family: "Staatliches", sans-serif;
    color: #222222;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    border: none;
}

.infonew .prev-stay .btn-default {
    background: #BEEF0080;
    margin-top: 20px;
    width: calc(100% - 36px);
    margin-left: 18px
}

.infonew .shead.dbtns .btn-default {
    margin: 0;
    margin-left: 5px;
    padding: 0px 20px;
}

.infonew .listinfo {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 8px 9px;
    border: 1px solid #FEEFE1;
    background: #FEFDFA;
    box-shadow: 0px 4px 8px 0px #71706B29;
    margin-top: 15px;
}

.infonew .listinfo .img>img {
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
}

.infonew .listinfo  .text p {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 11px;
    color: rgba(0, 0, 0, .4);
    font-weight: 400;
}

.infonew .listinfo  .text p span {
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

/*** main-info ***/
.main {
    padding: 0px 0px 0px 0px;
    background: #fff;
}

.sidemenu {
    background: #FFFDF5;
    box-shadow: 0px 4px 4px 0px #71706B29;
    border-radius: 0px 0px 8px 8px;
    padding: 105px 35px;
    height: 100%;
}

.sidemenu h3 {
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.sidemenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.sidemenu ul li {
    margin: 5px 0px;
}

.sidemenu ul li a {
    display: inline-block;
    width: 100%;
    line-height: 42px;
    padding-right: 12px;
    padding-left: 16px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
}

.sidemenu ul li:hover a,
.sidemenu ul li.active a {
    background: #BEEF00;
}

.sidemenu ul li a img {
    margin-right: 5px;
}

.desktop-topbar {
    margin-bottom: 30px;
    background: #FAFAFA;
    /* background: red; */
    padding: 12px 12px 12px 24px;
    margin-left: -24px;
    margin-right: -12px;
}

.desktop-topbar .select-home {
    display: inline-block;
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border-right-width: 1px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 50px;
    border: none;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #333333;
    background: #fff url(../images/home.png) 15px 50% no-repeat;
}

.desktop-topbar .form-control {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: none;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #333;
    margin: 0;
    padding-left: 25px;
    background:#fff url(../images/search-submit.png) 97% 50% no-repeat;
}

.desktop-topbar .form-control::-webkit-input-placeholder {
    color: rgba(51,51,51,.5);
}

.desktop-topbar .list-right a {
    margin-left: 10px;
}

.desktop-topbar .list-right a.user-maintop {
    display: inline-block;
    background: #333333;
    width: 40px;
    height: 40px;
    border-radius: 49.5px;
    position: relative;
}

.desktop-topbar .list-right a.user-maintop span {
    position: absolute;
    width: 15px;
    line-height: 15px;
    height: 15px;
    bottom: -2px;
    right: 0px;
    border-radius: 49.5px;
    background: #BEEF00;
    color: #000;
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}

.desktop-topbar .list-right a.btn-default.green {
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 600;
    width: 121px;
    line-height: 48px;
    border-radius: 8px;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    margin: 5px 0px 5px 20px;
}

.desktop-topbar .list-right a.btn-default.green:hover {
    background: #000;
    color: #fff;
}

.main .rightinfo {
    padding-bottom: 20px;
}

.content-box {
    box-shadow: 0px 1px 3px 1px #00000026;
    box-shadow: 0px 4px 8px 0px #71706B29;
    border: 1px solid #FEEFE1;
    background: #FAFAFA;
    border-radius: 8px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 135vh;
}

.bulleted {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding-left: 25px;
}

.main .infonew .listinfo .text p span {
    font-weight: 700;
}

.bulleted li {
    margin-bottom: 20px;
}

.bulleted ul li {
    font-style: italic;
    list-style-type: disc;
}

.bulleted-numberic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding-left: 25px;
}

.content-box h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: rgba(76, 78, 100, 0.6);
    text-transform: inherit;
    margin-bottom: 15px;
}

.content-box p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.btn-default.green.newstyle {
    font-family: "Ubuntu Sans", sans-serif;
    font-weight: 600;
    line-height: 48px;
    border-radius: 8px;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    margin: 12px 10px 5px 0px;
}

.btn-default.green.newstyle:hover {
    background: #000;
    color: #fff;
}

.content-box.centerbox {
    height: calc(100% - 120px);
    padding-left: 40px;
    padding-right: 40px;
}

.sticky-menu-btns.newbtns a {
    border-radius: 100px;
    min-width: 100px;
    padding: 10px 0px;
}

.sticky-menu-btns.newbtns .active,
.sticky-menu-btns.newbtns a:hover {
    color: #222222;    
    background: #FFFFF3;
}

.sticky-menu-btns.newbtns .active img,
.sticky-menu-btns.newbtns a:hover img {
    filter: invert(82%) sepia(13%) saturate(20%) hue-rotate(355deg) brightness(103%) contrast(96%);
}

.sticky-menu-btns.newbtns a.middle {
    border: none !important;
    border-radius: 100px;
    padding: 10px 45px;
}

.new-topbar {
    background: #fffdf5 !important;
    padding: 23px 0px;
}
 
.infonew {
    background: #FDF9EF;
    padding-top: 10px;
}
 

	.content-box {
		min-height: inherit;
		margin-bottom: 20px;
	}
	.main .infonew .accordion-item {
		border: none;
		background: none;
		padding: 0;
		border-radius: 0;
		margin: 0;
		margin-top: 4px;
	}

	.main .infonew .accordion-item .accordion-button {
		border: none !important;
		padding: 0;
		border-radius: 0px !important;
		background: none !important;
		width: 100%;
		display: inline-block;
	}

	.main .infonew .accordion-item .listinfo {
		margin: 0;
		box-shadow: 0px 1px 3px 1px #00000026;
		box-shadow: 0px 4px 8px 0px #71706B29;
	}

	.main .infonew .accordion-item .accordion-button::before {
		display: none !important;
	}

	.main .infonew .accordion-item .accordion-body {
		padding: 20px 0px !important;
		border: none !important;
	}
	
	.infonew .listinfo .text p.btn-default.green {
    background: #BEEF00;
    color: #222222;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    border: none;
}
 
.infonew .listinfo .text p.btn-default.green span {
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
}
 
.main .infonew .accordion-item.first .accordion-button .listinfo {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
 
.main .infonew .accordion-item {
    margin-top: 4px;
    margin-bottom: 8px;
}


	.content-box h1 {
		font-family: "Roboto", sans-serif;
		font-weight: 400;
		font-size: 36px;
		line-height: 44px;
		letter-spacing: 0;
		color: rgba(76, 78, 100, 0.6);
		text-transform: inherit;
		margin-bottom: 15px;
	}

	.content-box p {
		font-family: "Ubuntu", sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
	}

	.btn-default.green.newstyle {
		font-family: "Ubuntu Sans", sans-serif;
		font-weight: 600;
		line-height: 48px;
		border-radius: 8px;
		font-size: 16px;
		vertical-align: middle;
		border: none;
		margin: 12px 10px 5px 0px;
	}

	.btn-default.green.newstyle:hover {
		background: #000;
		color: #fff;
	}

	.content-box.centerbox {
		height: calc(100% - 120px);
		padding-left: 40px;
		padding-right: 40px;
	}

.main .infonew .accordion-item {
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    margin-top: 4px;
}

.main .infonew .accordion-item .accordion-button {
    border: none !important;
    padding: 0;
    border-radius: 0px !important;
    background: none !important;
    width: 100%;
    display: inline-block;
}

.main .infonew .accordion-item .listinfo {
    margin: 0;
    box-shadow: 0px 1px 3px 1px #00000026;
    box-shadow: 0px 4px 8px 0px #71706B29;
}

.main .infonew .accordion-item .accordion-button::before {
    display: none !important;
}

.main .infonew .accordion-item .accordion-body {
    padding: 20px 0px !important;
    border: none !important;
}

.infonew .listinfo .text p.btn-default.green {
    background: #BEEF00;
    color: #222222;
    border-radius: 8px;
    line-height: 48px;
    font-size: 16px;
    border: none;
}

.main .infonew .accordion-item.first .accordion-button .text p.btn-default.green {
	width: 100%;
	line-height: 40px;
}

/*** Responsive Css ***/

@media only screen and (max-width: 767px) {
.sideform {
    width: 280px;
    right: 10px;
    display: none;
}

.banner h1, .song-travel h2 {
    font-size: 48px;
}

.info {
    padding: 0!important;
}

.place-items .info{
	padding: 0!important;
}

section {
    padding-left: 0px;
    padding-right: 0px;
}

.info .tags {
    margin-bottom: 20px;
}

.content-info .icon {
    width: 33px;
    height: 33px;
}

.content-info .icon img {
    max-height: 15px;
}

/*** ***/
.main {
    background: #FFFDF5;
    padding-bottom: 140px;
}

.new-topbar.active {
    position: fixed;
    top: 0px;
    left: 0%;
    z-index: 999;
    width: 100%;
    background: #FFFDF5;
    padding: 30px 12px;
}

.sidemenu {
    position: fixed;
    top: 90px;
    left: -100%;
    transition: all .3s;
    z-index: 999;
    height: calc(100vh - 90px);
    width: 100%;
    overflow-y: scroll;
    padding: 75px 35px;
}

.sidemenu.active {
    display: block;
    left: 0px;
}

body.active {
    overflow: hidden;
}

.desktop-topbar {
    display: none;
}

.content-box {
    display: none;
}

.user-new.small {
    padding: 12px 8px 18px 8px;
}

.user-new .text p {
    font-size: 16px;
}

.bulleted {
    font-size: 14px;
}

.content-box.centerbox {
    display: inline-block;
    width: 100%;
    height: inherit;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-box h1 {
    font-size: 29px;
    line-height: 38px;
}

.content-box p {
    font-size: 14px;
    line-height: 20px;
}

.bulleted-numberic {
    font-size: 14px;
}
    .content-box.accordian-content {
        display: block !important;
    }
	
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
.bulleted {
    font-size: 14px;
}

.content-box.centerbox {
    height: calc(100% - 144px);
}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
.bulleted {
    font-size: 16px;
}

.content-box.centerbox {
    height: calc(100% - 88px);
}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
.content-box.centerbox {
    height: calc(100% - 86px);
}
}


@media only screen and (min-width:1400px) and (max-width:1579px) {
.content-box.centerbox {
    height: calc(100% - 86px);
}
}