body {
  font-family: DM Sans, sans-serif;
  color: #091e35 !important;
  background: #fff;
  font-display: swap;
}

.navbar-dorms-bg {
    background: linear-gradient(90deg, #0D1E34 0%, #2970FF 100%);
    box-shadow: none;
}

#offcanvasNavbar ul {
  list-style: none;
  padding-left: 5px;
}

@media only screen and (min-width:400px){
    .mobile-margin-right{
        margin-right: 1.5rem !important;
    }
    .mobile-margin-left{
        margin-left: 1.5rem !important;
    }
}
#offcanvasNavbar li{
    padding: 0.5rem 1rem 0.5rem 0;
}

#offcanvasNavbar a {
  color: #ffffff;
  text-decoration: none;
}

#offcanvasNavbar .material-icons {
  font-size: 36px;
  vertical-align: middle;
  padding: 0 10px 0 0;
  color: #ffffff;
}

.flags_container {
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.open_datepicker_modal {
  color: #ffffff;
}
.flags a.flag-icon {
  font-size: 32px;
}
.flags .collection .collection-item {
  border: 1px solid #e0e0e0;
  margin: 0.5rem;
  padding: 0.4rem;
  float: none;
  display: inline-block;
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-gb {
  background-image: url(../plugins/lipis-flag-icons/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../plugins/lipis-flag-icons/flags/1x1/gb.svg);
}
.flag-icon-fr {
  background-image: url(../plugins/lipis-flag-icons/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../plugins/lipis-flag-icons/flags/1x1/fr.svg);
}
.flag-icon-de {
  background-image: url(../plugins/lipis-flag-icons/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../plugins/lipis-flag-icons/flags/1x1/de.svg);
}
.flag-icon-es {
  background-image: url(../plugins/lipis-flag-icons/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../plugins/lipis-flag-icons/flags/1x1/es.svg);
}
.flag-icon-br {
  background-image: url(../plugins/lipis-flag-icons/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../plugins/lipis-flag-icons/flags/1x1/br.svg);
}
.flag-icon-pt {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/pt.svg);
}
.flag-icon-it {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/it.svg);
}
.flag-icon-pl {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/pl.svg);
}
.flag-icon-cz {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/cz.svg);
}
.flag-icon-fi {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/fi.svg);
}
.flag-icon-hu {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/hu.svg);
}
.flag-icon-cn {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/cn.svg);
}
.flag-icon-jp {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/jp.svg);
}
.flag-icon-kr {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/kr.svg);
}
.flag-icon-ru {
    background-image: url(../plugins/lipis-flag-icons/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
    background-image: url(../plugins/lipis-flag-icons/flags/1x1/ru.svg);
}

.breadcrumb-item a{
    color: #061e36;
    text-decoration: none;
}

.student_dates_container {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    position: fixed;
    left: 0px;
    height: 100%;
    z-index: 99999;
    width: 100%;
}

.city-catalog{
    margin-top: 10px;
}

.student_search_suggestions {
    height: 49px;
    border: none;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
}
.student_search_suggestions:focus,
.student_search_suggestions:focus-visible{
    border: none;
    outline: none;
}

.btnPlusMinus {
    width: 32px;
    height: 32px;
    background: #F7C951;
    border: 1px solid #F7C951;
    box-sizing: border-box;
    border-radius: 20px;
}

#citySearchMobile {
    border: 1px solid #2970FF; 
}

.mobilePickerDiv {
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 1px solid #E3E5E8;       
}

.search_suggestion_submit{
    border-radius: 6px;
    border: 1px solid #E3E5E8;
    background: #FFD93D;
    padding: 10px;
}

.student_dates_labels {
    background: #ffffff;
    border-radius: 8px;
    padding: 3px 10px;
}
.student_dates_labels.active,
.student_dates_labels:hover{
    background: #FFD93D;
    color: #1A3046;
}

.calendar-range-container{
    width: 100%;
    height: 360px;
}
.suggestion_loader_new {
    display: none;
    color: #0b1620;
    float: right;
    padding: 13px 15px;
}

#datepicker_range_set{
    position: relative;
    width: 100%;
}
#datepicker_range_set .daterangepicker{
    width: 100% !important;
    left: 0 !important;
    padding: 0 20px !important;
}

#datepicker_range_set_months,
#datepicker_range_set_months_academic,
#datepicker_range_set_months_semester{
    position: relative;
}

.daterangepicker .drp-calendar-monthly,
.daterangepicker .drp-calendar {
    width: 100%;
    max-width: unset !important;
}

.daterangepicker .drp-calendar-monthly table tr{
    height: 45px;
}

.daterangepicker.show-calendar .drp-buttons{
    display:none !important;
}

.student_months_labels{
    cursor: pointer;
    padding: 5px 10px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: #FDFDFD;
    height: 60px;
    flex-shrink: 0;
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #1A3046;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.student_months_labels:hover{
    background: #E5EEFF;
    
}
.student_months_labels.hoveract{
    background: #E5EEFF;
    border-radius: 8px;
    border: 1px solid #2970FF;


}

.strikethrough_month {
    color: #8F9AA5;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    text-decoration: line-through 
}
.student_search_dates_text{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

#student_results_container {
    position: absolute !important;
    padding-right: 20px;
    width: 100%;
    left: 0;
}
.advSearch-container-students {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    position: absolute;
    z-index: 1001;
    position: absolute;
    width: max-content;
    min-width: 100%;
    border-radius: 15px;
    height: 40vh;
    overflow-y: scroll;
    padding: 0 10px;
}

.advSearch-container-students::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.advSearch-container-students::-webkit-scrollbar-track {
    width: 10px;
}

/* Handle */
.advSearch-container-students::-webkit-scrollbar-thumb {
    background: #F7C951;
    border-radius: 15px;
    border-right: 10px solid white;
}

/* Handle on hover */
.advSearch-container-students::-webkit-scrollbar-thumb:hover {
    background: #F7C951;

}

#datepicker_range_set .daterangepicker,
#datepicker_range_set_months .daterangepicker,
#datepicker_range_set_months_academic .daterangepicker,
#datepicker_range_set_months_semester .daterangepicker{
    position: relative;
}

.daterangepicker .drp-calendar.right{
    float: right;
}

.studentSearchBox #select_city_error {
    position: absolute;
    top: 75px;
    left: 30px;
    line-height: 14px;
    border-radius: 20px;
    border-color: #680000;
    padding: 10px 15px 10px 10px;
    margin: 0;
    background: #a30000;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    z-index: 9;
}

.studentSearchBox #select_city_error:before {
    border-bottom: 5px solid #680000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: -6px;
    left: 25px;
}

.map_container {
    z-index: 1;
}

#dateRangesContainer{
    line-height: 50px;
    height: 50px;
}

.sectionTitle{
    font-size: 18px;
    color: #061e36;
    font-weight: bold;
}

.reviewPropertyCard {
    height: 120px;
    border-radius: 10px;
}

.searchMoreStudentProperties{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #061e36;
    border-radius: 40px;
    font-size: 14px;
    padding: 8px 15px;
}


.propertyThumbnailMobile{
    height: 120px;
    width: 200px;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    z-index: 10;
}

.propertyImageThumbnailMobile{
    position: relative;
    height: 80px;
    width: 100%;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
}

.propertyImageMobile{
    width: 180px;
}

.student_landing_property_list {
    display: flex;
    align-items:center;
    overflow-x: scroll;
    height: 160px;
}

.student_landing_property_list > div {
    flex: none;
    max-width: 100%;
}


.cityLandingDivContent{
    max-height: 190px;
    overflow-y: scroll;
    background: #fff;
}

.cityLandingDivContent li{
    line-height: 1.5em;
    border-bottom: 1px solid #dedede;
    padding: 10px 10px 10px 0;
}

#sectionSlider button.slide-arrow{
    display:none !important;
}

.extranetBanerMobile{
    padding: 10px;
    text-align: center;
    background-color: #061e36;

}

.cityInfoDiv {
    max-height: 340px;
    box-shadow: 0 4.53147px 16.993px rgb(217 217 217 / 40%);
    border-radius: 8px;
    overflow: hidden;
}
.more_button{
    color: #212529;
    border: 1px solid #212529;
    text-decoration: none;
    display: inline-block;
    border-radius: .25rem;
    padding: .375rem .75rem;
}


.banner {
    height: 100vh;
    opacity: .75;
    width: 100%;
    z-index: 2;
    margin-top: 60px;
    overflow: scroll;
    background: linear-gradient(180deg, rgba(67, 120, 187, 0.83) 0%, rgba(30, 112, 197, 0) 100%);
    background-size: cover;
    background-position: center;
}

.banner h1 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 2px 1px 3px #1c3651
}

.searchboxHeader-container {
    display: flex;
    width: fit-content;
    gap: 1rem;
    background: white;
    border-radius: 30px;
    justify-content: center;
    padding: 1rem;
    align-items: center;
}

.divider_small {
    width: 1px;
    height: 2rem;
    background: #e0e0e0;
}

.dates-field {
    display: flex;
    gap: .5rem;
}

.searchbar {
    z-index: 13;
    width: 100%;
    border-radius: 100px;
    background: #FFFFFF;
    padding: 1rem 1.5rem;
    position: relative;
    box-shadow: 6px -3px 15px 0px #00000070;
}

.top-part {
    width: 90%;
    justify-content: center;
}

.stay-box {
    padding: .5rem 1rem;
    width: 150px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #7D7D7D;
    margin-right: 1rem;
}

.stay-box:hover {
    background: #F7C951;
    cursor: pointer;
    color: #061E36;
    transition: ease-in-out 150ms;
}

.stay-options {
    display: flex;
    justify-content: center;
    width: 100%;
}

.how-long {
    width: 590px;
    flex-direction: column;
    background: white;
    border-radius: 25px;
    box-shadow: 0px 2px 8px 0px #00000040;
    color: #7D7D7D;
    padding: 1rem;
    font-size: 14px;
    overflow: hidden;
}

input:focus {
    outline: none;
}

.student_dates_labels.active {
    color: #061E36 !important;
    background: #F7C951;
    border-color: #061E36;
}

.student_months_labels.active {
    background: #2970FF;
    color: #fff;
}

.student_months_labels.active:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.student_months_labels:hover,
.hoveract {
    background: #2970FF;
}

.locationField::after,
.datesField::after {
    content: '';
    width: 1px;
    height: 60%;
    background: hsl(0, 0%, 85%);
    position: absolute;
    right: 3px;
}
.searchField {
    position: relative;
    padding-top: 0.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.searchField input:hover {
    cursor: pointer;
    opacity: 0.85;
}

.guest-amount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 190px;
    top: 60px;
    box-shadow: 0px 2px 8px 0px #00000040;
    height: 60px;
    right: 0;
    background: #FFFFFF;
    border-radius: 25px;

}
.resultsUl {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 1rem;
    gap: 1.5rem;
    font-size: 18px;
}
#closeDatePicker:hover{
    cursor:pointer;
}
.close-btn {
    position: absolute;
    top: 10%;
    right: 3%;
}

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

button {
    border: none;
    background: none;
}
.nav-links a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
    color: #061e36;
}
.nav-list li:not(0) {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}
.nav-links.active {
    border-bottom: 3px solid rgba(247, 201, 81, 1);
}

.nav-list {
    color: black !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-transform: capitalize;
}

.select_city_error{
    position: absolute;
    top: 60px;
    left: 30px;
    line-height: 14px;
    border-radius: 20px;
    border-color: #680000;
    padding: 10px 15px 10px 10px;
    margin: 0;
    background: #a30000;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.no_results_erorr{
    position: absolute;
    line-height: 14px;
    border-radius: 20px;
    top: -12px;
    border-color: #680000;
    padding: 10px 15px 10px 10px;
    margin: 0;
    background: #a30000;
    color: #fff;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}



.flex {
    display: flex;
}

.searchResultsWidget-container {
    position:fixed;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    align-items: baseline;
    color: #061E36;
    overflow-x: hidden;
    /* height: 420px; */
    height: 70vh;
    overflow-y: scroll;
    min-width: 100%;
    left: 0;
    top: 190px;
    padding-left: 1rem;
}

@media (max-width: 992px) {
    .searchResultsWidget-container {
        top: 110px;
        height: 100vh;
    }

    .searchResultsWidget-container .resultsGroup:last-of-type {
        padding-bottom: 2rem;
    }
}

.resultsGroup {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    width: 100%;
    align-items: flex-start;
    border-bottom: 1px solid #E3E5E8;
}

.show-results {
    display: flex;
    flex-direction: column;
    padding-left:1rem
}

.result {
    display: flex;
    padding-bottom:1rem;
    font-size: 18px;
    align-items: flex-start;
}



li>a {
    color: #1A3046;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 12px;
    text-decoration: none;
}

li>a .countryName {
    color: #8F9AA5;
    font-size: 12px;
}

li>a:hover {
    color: #061E36;
}

.result:hover {
    opacity: .6;
    cursor: pointer;
    transition: 200ms ease;
}

.groupTitle {
    font-size: 12px;
    width: 100%;
    color: #5D6D7C;
}

.cityPin {
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: url(/images/cityMarker.svg) no-repeat;
    background-size: 13px 20px !important;
    background-position: center;
}

.universityPin {
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: url(/images/citySearch/GeneralProperty.svg) no-repeat;
    background-size: 25px 24px !important;
    background-position: center;
}

.propertyPin {
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: url(/images/citySearch/GeneralProperty.svg) no-repeat;
    background-size: 25px 24px !important;
    background-position: center;
}

.disctrictPin {
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: url(/images/cityMarker.svg) no-repeat;
    background-size: 13px 20px !important;
    background-position: center;
}

.landmarkPin {
    border-radius: 8px;
    border: 1px solid #F0F2F3;
    background: url(/images/citySearch/Hostel.svg) no-repeat;
    background-size: 25px 24px !important;
    background-position: center;
}

.resultIcon {
    background-size: contain;
    width: 38px;
    height: 38px;
}

.homepage_hero_section{
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    border-radius: 30px;
    margin-top: 100px;
}

.homepage_hero_section h2{
    font-size:30px;
    z-index:2;
}

.homepage_hero_section h1{
    font-size:18px;
    z-index:2;
}

.register_now_box{
    color: #ffffff;
    position: relative;
    background: #061E36;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 40px;
    margin:10% auto;
    z-index: 2;
    display:flex;
    justify-items:space-around;
    align-items:center;
}
.register_now_box h3,
.register_now_box p{
    color: #ffffff;
}
.group_booking_container{
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #EFF1F3 0%, #F8F6F5 100%);
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-top: 60px;
}

.group_booking_container img{
    border-radius: 30px 30px 0 0;
}

.group_booking_container h4 a{
    color: #061E36;
    padding: 20px;
    font-size: 28px;
    margin-top: 15px;
    text-decoration:none;
}

.blog_container{
    height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 15px 0;
}

footer.footer {
    background: #061E36;
    text-align: center;
}
footer .siteMap h4 {
    color: #fff;
    margin-bottom: 10px;
}
footer .footDestination {
    max-height: 340px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .siteMap ul li {
    margin-bottom: 5px;
}
footer .siteMap a {
    color: #fff;
}


footer .copyRight p{
    color: #ffffff;
    font-size: 0.8em
}
.group_booking_container p{
    color: #061E36;
    padding: 0 20px;
    font-size: 18px;
    margin-top: 10px;
}

.btn_main_yellow{
    background: #F7C951;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    color: #061E36;
    font-size: 16px;
    padding:.5rem 1.5rem;
    margin-left:1rem;
    width:fit-content;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    opacity: 1;
    line-height: 370px;
    width: 40px;
}

#propertyPageSearchWidget.closed_width {
    margin: auto;
}

.homepage_city_image{
    height: 310px;
}

.property_homepage_box{
    background: #FFFFFF;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    width: 60%;
    display: inline-block;
    height:fit-content;
    padding-bottom:1rem;
}

.carousel-item .property_homepage_box:last-child{
    float: right;
}

.property_homepage_image{
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 30px 30px 0 0;
    width: 60vw;
}

.homepage_city_image{
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}


.main_header{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3em;
    text-align: center;
    position:relative;
    margin-top: 90px;
}

.our_blogs::after{
    content:"";
    width:40%;
    height:3px;
    background: #F7C951;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    top:2rem;
    border-radius:300px;
}

.popup_filter_box {
    /* height: 160px;
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    line-height: 1.05em;
    cursor:pointer;
    width: 100%;
    float: left; */
}

.popup_filter_box a{
    color: #061e36;
    text-decoration: none;
}


.filter_box_description {
    height: 27%;
    max-height: 27%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.homepage_city_image{
    height:250px;
}

.property_homepage_description{
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.property_homepage_prices{
    padding: 10px;
}

.property_homepage_prices strong{
    font-size: 1.7em;
    color: #4E71A4;
}
.wave{
    display:inline-block;
    position:absolute;
    width:100vw;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    top:25%;
}


.carousel-inner{
    overflow:visible!important;
}

.groupImg{
    width:100%;
    position:relative;
}


.group_text{
    display:flex;
    flex-direction:column;
    gap:2rem;
    margin:1rem auto;
}

.blog_container{
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    position:relative;
    overflow:hidden;
}

.blog_btn{
    position:absolute;
    bottom:2rem;
    box-shadow: 1px 1px 15px 0px #00000066;
    margin-right:2rem;
}

.blog_btn_left{
    right: 0rem;
}

.blog_btn_right{
    right:4rem;
}

.margin_top_7{
    margin:4rem auto;
}

.flex{
    display:flex;
    flex-direction:column;
    gap:2.5rem;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

/* 
.navbar-dorms-bg{
    background: #061e36;
    background-image: linear-gradient( 135deg,#061e36 0,#026fe3 100%);
    box-shadow: none;
} */
.jumboImage {
    height: 610px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgba(5, 55, 108, 0.54) 0%, rgba(4, 66, 131, 0.38) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#landingPageSearchWidget{
    position: relative;
    z-index: 10;
}
.background_splash_image{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
}
.jumboImage .h1BannerText{
    position: relative;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    z-index: 10;
}

#fc_frame{
    bottom: 45px !important;
    right: 0px !important;
    z-index: 2500 !important;

}


.banner{
    margin:0;
}

.overlay{
    position:absolute;
    border-radius:30px;
    top:0;
    width:90vw;
    height:100%;
    background: linear-gradient(180deg, rgb(0 33 68 / 49%) 0%, rgb(0 29 59 / 67%) 100%);
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.home_bg_image{
    height:100vh;
    width:100vw;
    position: absolute;
}

.homepage_hero_section{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    margin: 80px auto;
    padding-top:1rem;
}

.hero_bg{
    position:absolute;
    top:-10%;
    height:80%;
    width:100vw;
    right:50%;
    transform:translateX(50%);
    -webkit-transform:translateX(50%);
    background:#061E36;
    border-bottom: 25px solid #F7C951;
    z-index:-1;
}

.homepage_hero_section h1{
    font-size:30px;
    font-weight:bold;
    text-align: center;
    z-index: 2;
    width:90%;
}



.property_search_box{
    border: 1px solid #E3E5E8;
    border-radius: 10px;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.13);
}

.property_search_box .property_box_image_container{
    position: relative;
    width: 30%;
    float: left;
    padding-right: 10px;
}

.property_search_box .property_box_prices_container{
    position: relative;
    width: 33%;
    float: left;
    padding-left: 10px;
}
.property_search_box .property_content_box{
    position: relative;
    width: 37%;
    float: left;

}

.property_search_image_container{
    width:100%;
    height: 175px;
    border-radius:10px 10px 0px 0px;
    position: relative;
}

.property_search_main_data{
    padding: 10px;
    position: relative;
}

.free_cancellation_tag{
    background: #F0D28C;
    border-radius: 5px;
    font-size: 11px;
    color: #061E36;
    padding: 7px 0;
    gap:2px;
    text-align: center;
}

.free_cancellation_tag span{
    display: block;
}
.label-roomsLeft{
    color:red;
}
.free_breakfast_tag{
    position: absolute;
    top: 10px;
    background: #fff;
    color: #061E36;
    font-size: 14px;
    font-weight:600;
    padding: .2rem 1rem .6rem .6rem;
    right: 10px;
    max-width: 90%;
    border-radius: 5px;
    box-shadow: 2px 2px 7px 0px #4848484a;
}

.free_breakfast_tag:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 0px solid transparent;
    right: -2.5px;
    border-radius: 6px 0 0 0;
    top: 0;
}

.powered_by_line{
    position: absolute;
    top: 0;
    font-size: 10px;
    color: darkgrey;
}

.add_to_favorites{
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: transparent;
    border: none;
}

.metro_station_button{
    position: absolute;
    bottom: 45px;
    left: 5px;
    background: transparent;
    border: none;
    opacity: 0.7;
}

.metro_station_button:hover,
.add_to_favorites:hover{
    opacity: 1;
}

.free_rate_amenities{
    margin-top:6px;
}

.new_promo_label{
    background: #DDEBFF;
    border: 1px solid #81acec;
    border-radius: 2px;
    font-size: 12px;
    color: #4e71a4;
    padding: 7px 12px;
    display: inline-block;
}
.new_promo_label .amenity_s3_bigicon{
    display:none;
}


.top_amenities_icons{
    float: right;
    text-align: right;
    margin-right: 5px;
}

.highlight_filter_box{
    border: 1px solid #3e3010;
    border-radius: 3px;
    font-size: 11px;
    color: #061E36;
    background:#ffefda;
    padding: 7px 12px;
    display: inline-block;
}
@media(max-width:980px){
    .prices_section{
        display:flex;
        align-items:center;
        height:fit-content;
        gap:1.5rem;
        width:100%;
        margin-bottom:1rem;
    }
}
.top_amenity_icon{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.strikethrough_original_price{
    color: #ff0000;
    text-decoration:line-through;
    font-size:12px;
    display:flex;
    flex-direction:column;
    padding: 2px .5rem 0;
}

.full_prices_box{
    display:flex;
    width:fit-content;
    align-items:center;
    justify-content:flex-end;
}

/* .shared_price_box .price_label_type,
.private_price_box .price_label_type{
    margin-right: 30px;
} */

.price_label_type{

}

.shared_price_box{

    width: 100%;
    font-size: 10px;
    color: #061E36;
    align-items:baseline;
    /* padding:0 1rem 0 0; */
}

.private_price_box{
    width: 100%;
    font-size: 10px;
    color: #061E36;
    align-items:baseline;
    /* padding-left: 20px; */
}

.shared_price_value,
.private_price_value{
    display: inline;
    float: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #1A3046;
    display:flex;
    align-items:flex-end;
}

.private_price_value{
    flex-direction:column;
}

.private_price_value small,
.shared_price_value small{
    font-size: 10px;
    line-height: 12px;
    color: #898989;
    font-weight: normal;
    margin-left: 2px;
}

.border_separator {
    border-top: 1px solid #E3E5E8;
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.property_pin_top{
    box-shadow: 1px 1px 15px #DFDFDF;
    background: #DDEBFF;
    border: 1px solid #4378BB;
}


.map_box p {
    margin: 0;
}

.map_box h6 {
    margin: 0;
    margin-bottom: 6px;
}
.map_box img {
    margin-right: 8px;
}
.search_dates_container{
    background: #ffffff;
    text-align: left;
    padding: 10px;
    z-index: 1000;
    border-bottom: 1px solid #E3E5E8;
    position: sticky;
    top: 0;
}

.city-catalog.property-lst .container {
    width: 95%;
}
.city-catalog.property-lst .container #list {
    margin-bottom: 23px;
}

.navbar-fixed.has-sort nav,
.navbar-fixed.has-tabs nav{
    height: 55px !important;
}

#results_container{
    margin-bottom: 50px;
}

.popup_filter_box,
.filter_box{
    position: relative;
    width: 100%;
    background: #FFFFFF;
    /* border: 5px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"; */
    zoom: 1;
}
/* 
.filter_box.active,
.popup_filter_box.active,
.popup_filter_box:hover,
.filter_box:hover{
    border: 5px solid #FFDD84;
    background: #FFDD84;
} */

.filter_image{
    height: 67px;
    margin-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
}

.property_search_slider{
    padding: 0px !important;
    position: relative;
}

.property_search_slider .carousel .row {
    margin-right: -5px !important;
    margin-left: -5px !important
}

.property_search_slider .carousel-control {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #000000;
    opacity: 0.7;
    border: 4px solid #fff;
    border-radius: 23px;
    margin-top: 85px;
    line-height: 17px;
    font-size: 22px;
    padding-right: 2px;
    padding-left: 0;
    left: 5px
}

.property_search_slider .carousel-control.right {
    right: 5px !important;
    left: inherit;
    padding-left: 2px;
    padding-right: 0
}


.property_search_slider .thumbnail {
    margin-bottom: 0;
    position: relative;
    padding: 0;
    border: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #eeeeee;
}

.property_search_slider .thumbnail img {
    border: 0;
    border-radius: 0;
    padding: 0;
    display: block;
    width: auto;
    height: 100%;
}

.open_datepicker_modal:hover{
    color: #ffffff;
}

.preview_search_box {
    width: fit-content;
    background: transparent;
    padding: .7rem .5rem;
    position: relative;
    display:flex;
}

.preview_search_box .preview_location_part{
    white-space: nowrap;
    padding-right: 7px;
    color: #24394E;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.preview_search_box .preview_date_part{
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    padding: 0 7px;
    /*
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
}
.preview_search_box .preview_guests_part{
    /*
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    padding-left: 7px;
}


.property_search_slider .carousel .post-content {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 5px 7px;
    line-height: 1em;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .65)100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .65)100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .65)100%)
}

.property_image_slider{
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

.property_image_slider img{
    width: 100%;
}

.property .overallRating{
    margin-left: 20px;
}

.modify_search_header{
    color: #1A3046;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.modify_search_header .close-btn {
    opacity: 1 !important;
    margin-top: -3px;
}

.score_element{
    display:inline-block;
    margin-right: 30px;
    min-width: 90px;
}

.score_element_icon{

}

.alert-unavailable {
    color: #a94442;
}

.score_element_icon .icon,
.score_element_icon .fa{
    font-size: 20px;
    line-height: 30px;
    width: 25px;
    height: 25px;
}

.score_element_value{
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
}

.score_element_description_value,
.score_element_description{
    line-height: 25px;
}

.onetworesults .property_page_sub_icon{
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
}

.score_element_description .score_element_description_type{
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.property.onetworesults h4 a{
    color: #091e35;
    font-weight: normal;
}

.property.onetworesults .overallRating{
    box-shadow: none;
    padding-bottom: 0px;
}

.property.onetworesults .ratingShort .value-num{
    border-radius: 0;
    background: #046cde;
}

.property.onetworesults .overallRating .value-overall{

}
.property.onetworesults .overallRating .value{
    font-size: 15px;
    color: #051e36;
    font-weight: normal;
}

.prices_overall{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

.prices_overall .fa-user{
    font-size: 10px;
}

#city_side_map{
    width: 100%;
    height: 300px;
}

#slider12b,
#slider-range{
    margin-left: 10px;
    width: 250px;
}

#mainMapContainer{
    width: 100%;
    height: 1070px;
    position: relative;
    border-radius: 10px;
}


.marker {
    display: block;
    border: none;
    cursor: pointer;
    padding: 0;
}

#map_canvas {
    position: fixed !important;
    overflow: hidden !important;
    top: 15px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    border: 5px solid white;
}

.to-bottom {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sort-bar {
    background: #061e36;
    background-image: linear-gradient(
            135deg,#061e36 0,#026fe3 100%);
}

.sort-bar a {
    color: #fff;
    font-size: .8rem;
    display: block;
    line-height: 43px;
    margin: 0;
    text-align: center;
}

.sort-bar.to-bottom a i {
    top: 7px;
}
.sort-bar a i {
    top: 7px;
    position: relative;
    height: auto;
    line-height: normal;
    font-size: 1.4rem;
}
.property_search_slider .carousel-control{
    display:none;
}

.property.onetworesults:hover .carousel-control{
    display:block;
}

.map_overlay_labels{
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    position: absolute;
    top: -65px;
    left: 0px;
    z-index: 1000;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    border-radius: 4px;
    width: 100%;
    height: 100vh;
    padding-top: 30vh;
    text-align: center;
    opacity: 0.8;
    font-size: 22px;

}

.map_overlay_labels .checkboxElem label{
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.map_overlay_labels_fixed{
    border: 1px solid #2f2f2f;
    border-radius: 6px;
    background: #ffffff;
    padding: 10px 10px 5px 10px;
    position: fixed;
    top: 20px;
    margin-left: 90px;
    z-index: 9995;
}

.loadingHostels{
    margin-top: 25px;
    text-align: center;
}

.vxtstop {
    display: none !important;
}

.close_popup{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ffffff;
    border: none;
    font-size: 18px;
    z-index: 99;
    border-radius: 0px 5px;
    opacity: 0.8;
}

.clear_sorting_filter{
    display:block;
    position: absolute;
    top: 0px !important;
    font-size:18px;
    right: 0;
    opacity: 1;
    color:#fff;
    background: #000;
    padding:.5rem;
    border-radius: 50%;
    border: none;
}


.vxmbuttons17 .vxmb{
    margin: 0px 0 0 0px !important;
}

.vxmbuttons17 .vxmb .vxactive .vxbtn{
    background: #f7c951 !important;
}


.lrg.loc{
    width: 75%;
    margin: 0;
}

.lrg.no-account,
.lrg.account{
    width: 24%;
    margin: 0;
}


.account .dropdown .btn-default{
    padding: 5px 0px 0px 0px;
    text-align: center
}
.account .dropdown img{
    float:none;
}

.leaflet-popup-content-wrapper{
    padding: unset !important;
}

.leaflet-popup-content{
    margin: 0px;
    width: 250px !important;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 10px
}

[type=radio]:checked+label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #f7c951;
    background: #f7c951;
    border-radius: 10px
}



[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type=radio]:disabled:checked+label:before,
[type=radio]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type=radio]:disabled:checked+label:after {
    color: #999
}

[type=radio]:disabled+label {
    color: #aaa
}

[type=radio]:checked:focus+label:before,
[type=radio]:not(:checked) :focus+label:before {
    border: 1px dotted #00f
}

[type=checkbox]:checked+label:before{
    border-right: 2px solid #febd66 !important;
    border-bottom: 2px solid #febd66 !important;
}

.search_bar_form .tbl600actionCol,
.search_bar_form .suggestion_text_field,
.search_bar_form .dateSelect {
    float:left;
    min-width: 1%;
    position: relative;
    text-align: left;
}


.property_title a{
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
    padding-right: 30px;
    color: #1A3046;
    font-size: 16px;
}

.student_dates_container{
    overflow-y: scroll;
}
.pinnedOnTopOrange{
    box-shadow: 0 0 10px 1px #f7c951,0 2px 10px 0 rgba(0,0,0,.2)!important;
    -webkit-box-shadow: 0 0 10px 1px #f7c951,0 2px 10px 0 rgba(0,0,0,.2)!important;
    border-radius: 6px;
    margin-top: 10px;
}

.navbar, .navbar-fixed{
    z-index: 1005 !important;
}

#search-modal{
    z-index: 1050 !important;
}

.fixed{
    position: fixed;
}

.popupfilters_container{
    padding: 10px 20px 10px 20px;
}

.filter_element_popup{
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 1010;
    padding-top: 15px !important;
    right: 0px;
    margin-top: -5px;
}

.to-bottom{
    z-index: 1001;
}
.lean-overlay{
    z-index: 1006 !important;
}

.blue_tag_border {
    font-size: 12px;
    border: 1px solid #061e36;
    color: #061e36;
    padding: 2px 10px;
    margin: 0 0px 5px 0;
    border-radius: 10px;
    display: inline-block;
}

.blue_tag_filter_border {
    font-size: 14px;
    border: 1px solid #061e36;
    color: #061e36;
    padding: 10px 20px;
    margin: 0 0px 5px 0;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}
.blue_tag_filter_border.clear_all_filters{
    color: #f00000;
    border: 1px solid #f00000;
    color: #f00000;
}

.unavailablePinnedOnTop{
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255,82,82,0.43) !important;
    -moz-box-shadow: 0px 0px 5px 1px rgba(255,82,82,0.43) !important;
    box-shadow: 0px 0px 5px 1px rgba(255,82,82,0.43) !important;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#results_container_loading,
#clear_filters_container{
    margin-bottom: 1rem;
}

#clear_filters_container button {
    font-size: 14px;
}
#clear_filters_container button i{
    vertical-align: middle;
    font-size: 13px;
    margin-bottom: 2px;
}
.extranetGradient {
    color: #fff!important;
    padding: 10px;
    background: #061e36;
    background: -moz-linear-gradient(-135deg,#061e36 0,#026fe3 100%);
    background: -webkit-linear-gradient(
            -135deg,#061e36 0,#026fe3 100%);
    background: linear-gradient(
            -135deg,#061e36 0,#026fe3 100%);
}
.property_search_slider img{
    width: 100%;
}

#sortBy-modal,
#filters-modal {
    z-index: 3000 !important;
}

.apply_multiple_filters{
    padding:.5rem 1.5rem;
    border-radius:30px;
    background:#F7C951;
}

.circle_btn{
    border: none;
    background: #F7C951;
    border-radius: 30px;
    padding: .5rem 1rem;
}

.rounded-btn {
    border-radius: 8px;
    border: 1px solid #E3E5E8;
    background: #FFF;
    padding: 10px;
    justify-content: center;
    align-items: center;
    height: 35px !important;
    width: 35px !important;
    display: flex;
    gap: 4px;
}

.roundedRow {
    border-radius: 8px;
    border: 1px solid #E3E5E8;
}


.jumboImage {
    height: 610px;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgba(5, 55, 108, 0.54) 0%, rgba(4, 66, 131, 0.38) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#landingPageSearchWidget{
    z-index: 50;
    width: 100%;;
}
.background_splash_image{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
}
.jumboImage .h1BannerText{
    position: relative;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    z-index: 10;
}

#fc_frame{
    bottom: 10px !important;
    right: 40px !important;
    z-index: 2500 !important;

}


.banner{
    margin:0;
}

.home_bg_image{
    height:100vh;
    width:100vw;
    position: absolute;
}

.hero_bg{
    position:absolute;
    top:-10%;
    height:80%;
    width:100vw;
    right:50%;
    transform:translateX(50%);
    -webkit-transform:translateX(50%);
    background:#061E36;
    border-bottom: 25px solid #F7C951;
    z-index:-1;
}
.student_landing_property_list{
    position: relative;
}

.student_landing_property_list_home{
    height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    font-size: 14px;
    gap: 1rem;
}

/* .student_landing_property_list .property_homepage_box{
    margin-right: 20px;
    height: 480px;
} */

.hostel_landing_property_list{
    height: 410px;
    position: relative;
    display: flex;
    align-items: center;
    gap:1rem;
    overflow-x: scroll;
    padding-right:0!important;
}
/* 
.hostel_landing_property_list .property_homepage_box{
    margin-right: 20px;
    height: 390px;
} */

.property_homepage_box{
    box-shadow: 1px 1px 23px rgb(0 0 0 / 15%);
    border-radius: 30px;
    width: 70vw;
    display: inline-block;
    height: 90%;
    padding-bottom: 1rem;
}

/* .hostel_landing_property_list > div {
    flex: none;
    max-width: 100%;
} */

.hostelHub{
    margin-top: 55px;
}

.splashHub{
    background-image: url('static/img/header-bg-1.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
}

.filter_box.active,
.popup_filter_box.active,
.popup_filter_box:hover,
.filter_box:hover{
    border: 5px solid #f7c951;
    background: #f7c951;
}
.save_to_favorites_container {
    text-align: right;
    margin-top: -10px;
}
.property-info .badge.dorms_badge {
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
    background: linear-gradient(135deg,#061e36 0,#026fe3 100%);
}

.tabs-bar .tabs {
    background: #061e36;
    background-image: linear-gradient(135deg,#061e36 0,#026fe3 100%);
    height: 60px;
    list-style: none;
    padding-top: 10px;
}

.tabs-bar .tabs .row {
    margin-bottom: 0
}

.tabs-bar .tabs a {
    color: #fff;
    white-space: normal;
    text-overflow: unset;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}

.tabs-bar .tabs a:hover {
    color: #fff
}

.tabs-bar .tabs a.active {
    color: #20cb31
}

.tabs-bar .tabs .indicator {
    display: none
}

.mobile_tab_menu .tabs .tab {
    min-width: 75px;
    height: auto;
    text-align: center;
    float: left;
    display: inline-block;

}

.mobile_tab_menu a {
    color: #fff;
    text-transform: none;
    line-height: 20px;
    font-size: 12px
}

.mobile_tab_menu a i {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 3px
}

.dorms-badge {
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
    background: #091e35
}

.sort-bar {
    background: #061e36;
    background-image: linear-gradient(135deg,#061e36 0,#026fe3 100%);
    margin-top: -2px
}

.sort-bar a {
    color: #fff;
    font-size: .8rem;
    display: block;
    line-height: 43px;
    margin: 0
}

.sort-bar a i {
    top: 7px;
    position: relative;
    height: auto;
    line-height: normal;
    font-size: 1.4rem
}

.to-bottom {
    position: fixed;
    bottom: -20px;
    z-index: 999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.sort-bar.to-bottom a i {
    top: 7px
}



.top_amenity_list_item{
    width: 49%;
    margin: 0 0.3% 0 0.3%;
    text-align: center;
    text-transform: capitalize;
    float: left;
    min-height: 90px;
    padding: 5px 10px;
}

.top_section_amenity_list_item{
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
}



.property_page_sub_icon{
    width: 32px;
    height: 32px;
    margin: 0 5px -10px 0;
    display: inline-block;
}

.property_page_icon{
    width: 32px;
    height: 32px;
    margin: 0 0 0 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    margin-bottom: -11px;
}

.hostel_overview_icon{
    background-image: url(/static/icons/hostel_overview.png);
}

.surroundings_icon{
    background-image: url(/static/icons/surroundings_section.png);
}
.how_to_get_icon{
    background-image: url(/static/icons/compass.png);
}
.social_fun_icon{
    background-image: url(/static/icons/social_and_fun_section.png);
}
.social_fun_icon_svg {
    background-image: url(/static/icons/figma/social_and_fun.svg);
}
.good_to_know_icon{
    background-image: url(/static/icons/figma/good_to_know.svg)
}
.private_room_icon{
    background-image: url(/static/icons/figma/privateRooms.svg)
}
.shared_rooms_icon{
    background-image: url(/static/icons/figma/sharedRooms.svg)
}
.food_icon{
    background-image: url(/static/icons/figma/food_icon.svg);
}
.dorms_info_icon{
    background-image: url(/static/icons/dorms_section.png);
}
.private_info_icon{
    background-image: url(/static/icons/private_room_section.png);
}
.security_safety_icon{
    background-image: url(/static/icons/shield.png);
}
.checkin_section_icon{
    background-image: url(/static/icons/checkin_section.png);
}
.checkout_section_icon{
    background-image: url(/static/icons/checkout_section.png);
}
.important_info_icon{
    background-image: url(/static/icons/important_info_section.png);
}
.consulate_section_icon{
    background-image: url(/static/icons/consulate_section.png);
}
.landmarks_section_icon{
    background-image: url(/static/icons/landmark_sub_section.png);
}
.reviews_section_icon{
    background-image: url(/static/icons/speak.png);
}



.districts_icon{
    background: url(/static/icons/maps_and_location.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}


.airport_icon{
    background: url(/static/icons/airport_sub_section.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.subway_icon{
    background: url(/static/icons/subway_sub_section.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.scooter_icon{
    background: url(/static/icons/scooter.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.car_share_icon{
    background: url(/static/icons/car-sharing.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.train_station_icon{
    background: url(/static/icons/train_sub_section.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.extra_info_icon{
    background: url(/static/icons/extra_information_section.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.cash_icon{
    background: url(/static/icons/wallet.png);
}
.credit_cards_icon{
    background: url(/static/icons/credit-card.png);
}
.languages_icon{
    background: url(/static/icons/speak.png);
}
.backpacker_icon{
    background: url(/static/icons/backpacker.png);
}
.scooter_logo{
    margin-right: 15px;
    width: 40px;
}
.carshare_logo{
    margin-right: 15px;
    margin-top: 5px;
    width: 35px;
}

.amenity_s3_bigicon{
    width: 32px;
    height: 32px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    margin-bottom: 5px;
}


.amenity_s3_icon{

    width: 20px;
    height: 20px;

    margin: 0 5px 0 0;
    display: inline-block;

    background-repeat: no-repeat;
    background-size: 20px 20px;

    margin-bottom: -5px;
}



.amenityHolder .amenityList .fa-check {
    color: #158921;
}

/* .amenityHolder .amenityList .amenity_list_item {
    display: inline-block;
    padding: 5px;
    color:#091E35;
    margin-bottom: 5px;
    font-size: 14px;
} */

.amenityHolder .amenityList .amenity_group{
    margin-bottom: 20px;
}
.amenityHolder .amenityList span.amenity_list_item:after{
    content: "|";
    margin: 0px 0px 0px 5px;
}
.amenityHolder .amenityList .amenity_group span.amenity_list_item:last-child:after  {
    content: "" !important;
}
.amenityHolder .amenityList .amenity_list_item a{
    color:black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.amenityHolder.topAmenities .amenityList li {
    margin-bottom: 20px;
}
.top_amenity_list_item {
    width: 49%;
    margin: 0 .3% 0 .3%;
    text-align: center;
    text-transform: capitalize;
    float: left;
    min-height: 90px;
    padding: 5px 10px;
}
.property_bottom_offer {
    font-size: 13px;
    font-weight: 700;
    background: #f5f5f5;
    border-top: solid 1px #e0e0e0;
    box-shadow: 0 0 4px #dfdfdf;
    height: 65px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%;
}
.mainAct {
    background: #febd66 none repeat scroll 0 0;
    width: 90%;
    height: 65px;
    line-height: 40px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}



.vx-map-with-scores-3 .leaflet-control-zoom a:first-child,
.vx-map-with-scores-3__categories-box,
.vx-map-with-scores-3__heading,
.vx-map-trans-1__menu-box,
#main_location_popup .vx-location-marker svg,
#vxframe_container .vx-location-marker svg{
    display:none !important;
}
.vx-map-with-scores-3__scores-container{
    padding-top: 15px !important;
}
.vx-map-with-scores-3__container{
    background-color: #ffffff !important;
}
.district_map_modal .vx-marker,
#subway_map_modal .vx-marker,
#main_location_popup .vx-location-marker,
#vxframe_container .vx-location-marker{
    background: url(/static/img/pins/pin-h.png) no-repeat !important;
    z-index: 999 !important;
}
.train_map_modal .vx-marker{
    background: url(/static/img/pins/pin-blue-train.png) no-repeat !important;
    z-index: 999 !important;
}
.landmark_map_modal .vx-marker{
    background: url(/static/img/pins/pin-blue-landmark.png) no-repeat !important;
    z-index: 999 !important;
}
.landmark_map_modal .vx-marker0,
.train_map_modal .vx-marker0{
    background: url(/static/img/pins/pin-h.png) no-repeat !important;
    z-index: 999 !important;
}
.vx-poweredbyi div:hover, .vx-poweredbyi:hover div{
    z-index: 3;
}
.vx-score-circle__text-rating,
.vx-score-circle__text-activity,
.vx-info-line,
.vx-map-with-scores-3{
    font-family: 'DM Sans', sans-serif;
}
.vx-info-line__text{
    font-size: 14px !important;
}
.vx-info-line__text b{
    font-weight: normal;
}
#vxframe_container{
    position: relative;
    z-index: 1;
}
#vxframe_container .vxmsmartbtn .vxsmbtn .vxbtn,
#vxframe_container .vxmsmartbtn li.vxactive {
    background-color: #061e36 !important;
}
#vxframe_container .vxmsmartbtn li svg{
    fill: #061e36 !important;
}
#vxframe_container .vxmsmartbtn li.vxactive svg{
    fill: #ffffff !important;
}
#vxframe_container .vxmsmartbtn .vxsmbtn .info{
    background-color: transparent !important;
}

@media only screen and (max-width:400px){
    .private_price_box,.shared_price_box{
        width: 90%;
    }

}

@media only screen and (min-width:320px) {

    .studentSearchBox{
        position:absolute;
        width:100%;
        font-size:18px;
        background: #ffffff;
        border-radius: var(--3, 0px) var(--3, 0px) 10px 10px;
        background: #FFF;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
        top: 75px;
        left:0;
    }

    ol.breadcrumb{
        margin-top: 100px;
    }

    .main_header{
        margin-top: 200px;
    }

}


@media only screen and (min-width:720px){

    .main_header{
        margin-top: 90px;
    }


    ol.breadcrumb{
        margin-top: 20px;
    }
    .homepage_hero_section{
        justify-content:flex-start;
        background-position:initial;
        padding: 4rem 0;
    }

    .homepage_hero_section h1{
        width:70%;
    }

    .studentSearchBox{
        position:absolute;
        width:100%;
        font-size:18px;
        background: #ffffff;
        box-shadow: 0px 10px 10px 0px #e3e3e3;
        top: 75px;
        left:0;
    }

    .banner h1{
        font-size:40px;
    }


    .home_bg_image{
        height:auto;
        bottom:-20%;
    }

    .preview_search_box{
        font-size:20px;
        padding:1rem 1.5rem;
    }

    .preview_search_box span img{
        width:28px;
        margin-right:.5rem;
    }

    .private_price_box,.shared_price_box{
        font-size:1rem;
    }

    .private_price_value small, .shared_price_value small{
        font-size:1rem;
    }

    .property_search_image_container{
        height:240px;
    }

    .free_breakfast_tag, .free_cancellation_tag, .strikethrough_original_price, .new_promo_label{
        font-size:18px;
    }

    .property_title a{
        font-size: 14px;
    }

    .free_cancellation_tag{
        width:fit-content;
        padding:.5rem 1rem;
    }

    .free_cancellation_tag img{
        width:32px;
    }

    .top_amenity_icon{
        width:32px;
        height:24px;
    }


    .banner h1{
        font-size:40px;
    }

    input, input.student_search_suggestions{
        font-size:18px;
    }


    .home_bg_image{
        height:auto;
        bottom:-20%;
    }

}

.inputSeparator {
    border-right: 1px solid #E3E5E8;
}

.sectionSeparator {
    border-bottom: 1px solid #E3E5E8;
}

.container.range-plugin .calendar>.days-grid>.day.start,
.container.range-plugin .calendar>.days-grid>.day.end {
    border-radius: 4px !important;
    background-color: #2970FF !important;
}

.container.range-plugin .calendar>.days-grid>.day.start {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.container.range-plugin .calendar>.days-grid>.day.end {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.container.range-plugin .calendar>.days-grid>.day.in-range {
    background: #E5EEFF !important;
    border-radius: 0 !important; 
}

.container.range-plugin .calendar>.days-grid>.day.start:after,
.container.range-plugin .calendar>.days-grid>.day.end:after {
    display: none;
}

.daterangepicker th.month {
    color: #1A3046 !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.custom-blue{
    color: #2970FF;
}
@media (max-width:400px){
    .smallest-screen-buttons{
        width:50% !important;
    }
    .smallest-screen-box{
        width:90% !important;
    }
}
.mainButton{
    background: #FFD93D;
    width:100%;
    line-height:30px;
}

.availabilityOptions{
    border: 1px solid #cccaca;
    border-radius: 6px;
}
.availabilityOptions.active{
    background: #FBFBFB;
    border-color: black;
    border-radius: 6px;
}
@media (min-width: 1100px){

    .smaller-row{
        width:70%;
        margin-left:2px;
    }
    .padding-button{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .third-view-card{
        width:66.7%
    }
    .inline-display{
        display:inline-block;
    }

    .student_dates_container{
        width: 800px;
        left: unset;
        margin-left: -30px;
    }
}

@media (max-width: 600px) {
    .margin-auto{
        margin:auto;

    }
    .dormsTitle{
        margin-left: 50px;
        margin-top: -46px;
    }
    .dormsImage{
        margin-top: 0px;
    }
    .dormsDescription{
        margin-top: -10px;
        margin-left: 50px;
    }
}
.amenity_label{
    width:max-content;
    margin-left:.80rem !important;
    max-height: 30px;
    border: 1px solid #E3E5E8;
    font-weight:bold;
    display: inline-block;
    border-radius:5px;
    white-space: nowrap;
    overflow: hidden;
}
.mainDescription:not(:only-child) {
    margin-top: 0.5rem;
}
.main_description_free{
    background: #E9FFF1;
    font-weight:bold;
    color: #17823E;
    border: 1px solid #17823E;
    border-radius:5px;
    display: inline-block;
    padding:4px;
}

.main_description_prepayment{
    font-weight:bold;
    border-radius:5px;
    border: 1px solid #E3E5E8;
    display: inline-block;
    padding:4px;
    border-radius:5px;
}

.new_promo_label {
    background: #DDEBFF;
    border: 1px solid #091E35;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 14px;
    color: #4e71a4;
    padding: 4px 7px;
    display: inline-block;

}

.nft_promo_label{
    padding: 5px 10px;
    background: #FFEFDA;
    margin-bottom: 15px;
    border-radius: 5px;
}

.amenityHolder h5 {
    color: #061e36;
}
.amenityHolder .dorm-icons {
    margin-right: 10px;
    vertical-align: middle;
    color: #061e36;
}

.availability .planInfo.hc {
    text-transform: capitalize;
    font-size: 1.5rem;
}

.availability .badge {
    font-size: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.availability  .badge .material-icons{
    font-size: 14px;
    vertical-align: middle;
}


.availability  .planInfo {
    display: block;
    line-height: 1.5em;
    font-size: 0.90em;
    color: #555;
    margin-top: 2px;
}


.availability  .planAverage {


}
.availability  .planPrice.featuredPrice span {
    color: #000000;
    font-size: 1.1rem;
}
.availability  .planPrice.featuredPrice {
    color: #000000;
    padding: 0 0 0.5rem;
    border-radius: 5px;
}
.availability  .planPrice {
    word-wrap: break-word;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.availability  .amenity-holder {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}
.availability  .property-amenity:last-child {
    margin-right:0;
}
.availability  .property-amenity {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin-right: 7px;
    line-height: 14px;
}

.availability  .property-amenity span.free {
    background: #7eb31f;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: 10px;
}
.availability  .table.row {
    display: table;
    margin-bottom: 3px;
}

.availability  .table.row .col{
    display: table-cell;
    vertical-align: middle;
    float: none !important;
}

.availability  .more{
    background: #fff;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    box-shadow: 0 0 10px rgba(0,0,0, .2);
    margin-top: 4px;
}
.availability  .plan {
    padding: 0 !important;
    position: relative;
    line-height: 14px;
}
.availability  .planRates small{
    display: block;
    line-height: 12px;
}
.availability  .planRates {
    padding-left: 0 !important;
    padding-right: 2.5rem !important;
    line-height: 20px;
    text-align: center;
}
.availability  td{
    padding:3px 5px;
}
.availability  td:nth-child(2){
    color:#a0a0a0;
}
.availability  .more td{
    border-top:3px solid #dddddd;
    padding:10px 5px;
    color:#a1a1a1;
}
.availability  .more td .help{
    color:#2b8dc6;
    position:relative;
    top:5px;
}
.availability  .more td span{
    color:#7eb31f;
}
.availability  .more .dynamicAdd select{
    border-radius: 5px;
    outline: none;
    border: 2px solid #ddd;
}

.table-title {
    line-height: 1;
    background: #1A3046;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.table-title .availability_popover{
    color: #ffffff;
}

.booking h3.section-title i{
    color: #ffffff;
}

.availability .planPrice{
    color: #000000;
}

.material-icons{
    vertical-align: middle;
}

.amenityHolder .amenityList ul {
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

.amenityHolder .amenityList li {
    padding: 2px 3px 1px 0;
    border-radius: 2px;
    margin-bottom: 4px;
    font-size: 14px;
    display: inline;
}
.amenityHolder .amenityList li .material-icons{
    font-size: 12px;
}
#roomOptions > *:not(:first-child){
    margin-top:12px;
}

.mainAct.disabled{
    opacity: 1 !important;
    background: #d2d2d2;
}


.total_row .total{
    font-size: 1.3em;
}
@media(max-width:770px){

    .fixed-bottom.total_row{
        border: 1px solid #cccaca;
        border-radius: 10px;
        box-shadow: 0px 3px 15px 0px #0000000D;
        box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.28);
    }

    .fixed-bottom.total_row .summary{
        background: #fff;
        border-top: 1px solid #dedede;
        padding: 15px;
    }
    .fixed-bottom{
        position:fixed;
        right:0;
        bottom:0;
        left:0;
        z-index:1030;
    }
    .selected_room_details{
        max-height: 190px;
        overflow: scroll;
    }
}

.preview_selection_row { border-bottom: 1px solid #a3a3a3; margin-bottom: 5px;  }
.preview_selection_row .total_for_roomtype{  color: #568F4B; }

.white-box {
    background-color: white;
    color: black;
    width: 45px;
    border: 1px solid white;
    border-radius: 8px;
}
@media(min-width:800px){
    .amenity_label_selection{

        margin-left:.80rem !important;
        max-height: 30px;
        border: 1px solid #E3E5E8;
        font-weight:bold;
        display: inline-block;
        border-radius:5px;
        white-space: nowrap;
        overflow: hidden;
    }
    .fixed-bottom.total_row .summary{
        background: #fff;
        border: 1px solid #cccaca;
        border-radius: 10px;
        box-shadow: 0px 3px 15px 0px #0000000D;
        padding: 15px;

    }
    .fixed-bottom{
        position:fixed;
        top: 13%;
        left:66%;
        width:26.4%;
        z-index:1030;
        max-height: 85%;
        overflow-y: auto;
    }
    .margin-images{
        margin-left:10px;
    }
}
.carousel-counter {
    position: absolute;
    bottom: 10px; /* Adjust this value to position the counter as per your design */
    left: 10px; /* Adjust this value to position the counter as per your design */
    z-index: 10; /* Ensure it's above the carousel items */
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.counter {
    font-size: 14px; /* Adjust font size as needed */
}

.breadcrumb-links:hover{
    color:blue !important;
    text-decoration: underline !important;
}
.darker-border{
    border: 1px solid #cccaca;
    border-radius: 6px;
}
.dark-border{
    border: 1px solid #091E35;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}
.breadcrumbs-wrapper{
    margin-top:65px;
}
#breadcrumbs{
    padding: 5px 0;
    font-size: 13.5px;
    font-weight: 700;
}
#breadcrumbs a{
    text-decoration:none;
    color:#35536b;
    font-weight:400;
}
.free-label{
    font-size: 13.2px;
    padding: 2px;
    font-weight:bold;
    border-radius: 3px;
    background: #f0e332;
    color: #665200;
}
.thumbnail-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.thumbnail-btn {
    flex: 0 0 auto;
    width: 140px;
    height: 85px;
}
#card-view::-webkit-scrollbar {
    display: none;
}
#card-view {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (max-width: 768px) {

    .student-search-margin{
        margin-top:1rem !important;
    }
    .student-search-border{
        width:95%;
        margin-left:10px;
        border: 1px solid #E3E5E8;
        border-radius:6px;
    }
    .navigation{
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .navigation::-webkit-scrollbar{
        display: none;
    }
    .modal-content{
        min-height:932px;
    }
    body:not(.modal-open) .amenity_group.row.justify-content-start {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body:not(.modal-open) .amenity_group.row.justify-content-start::-webkit-scrollbar {
        display: none;
    }

    body:not(.modal-open) .single_row_amenity,
    body:not(.modal-open) .amenity_list_item {
        flex: 0 0 auto;
        width:max-content;
    }
    body:not(.modal-open) .amenity_list_item:not(:first-child) {
        margin-left: -15px;
    }
}

body {
    font-family: 'DM Sans', sans-serif !important;
}
.navbar-fixed.has-sort {
    height: 102px;
}

.navbar-fixed.has-sort nav {
    height: 56px;
}


span.badge.new {
    position: static;
    margin-right: 5px;
}

span.badge.new:after {
    content: '';
}

.security:before {
    content: "\e90a";
}

.fa.fa-check {
    color: #7eb31f;
}

.navbar-fixed nav {
    line-height: 56px;
}

.swiper-pagination-bullets {
    bottom: 0px !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    margin: 0 2px !important;

}

.property_elem .picMisc.RecEd {
    padding: 6px 8px;
    display: inline-block;
    margin-right: 5px;
    background: #026FE3;
    border-radius: 30px;
}

.property_elem .recommended {
    color: #FFFFFF;
    margin-top: -40px;
    z-index: 9;
    position: relative;
    margin-left: 6px;
}

.property_elem .recomended_label {
    background: #026FE3;
    padding: 1px 10px 1px 5px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -12px;
    font-size: 0.9em;
}

.airport_map_modal .vx-marker0,
.landmark_map_modal .vx-marker0,
.train_map_modal .vx-marker0,
#main_location_popup .vx-location-marker,
#subway_map_modal .vx-marker,
#vxframe_container .vx-location-marker,
.vx-map-trans-1__home-marker,
.district_map_modal .vx-marker {
    background: url(/static/img/pins/pin-h-student.png) no-repeat !important;
}

.airport_map_modal .vx-marker {
    background: url(/static/img/pins/pin-plane.png) no-repeat !important;
    z-index: 999 !important;
}

#ratingContainer .card{
    border:none;
}
#ratingContainer .progress{
    margin-top: 0.5rem;
    font-size: 0.8rem
}

#collapseRatingElement .card {
    border: none;
}

#collapseRatingElement .progress {
    margin-top: 0.5rem;
    font-size: 1rem;
    height: 1.6rem;
}

#rooms-available{
    font-family: 'DM Sans';
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}

.section-title {
    font-family: 'DM Sans';
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}

.section-title img,
.section-title .property_page_icon{
    margin-right: 5px;
}
#tab_overview .swiper-slide {
    text-align: center;
}

#tab_overview .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.image_gallery_container {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.amenityHolder span.free {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    margin-right: 2px;
    padding: 2px 4px 2px 4px;
    background: #6BB1DD;
    border-radius: 3px;
}

.amenityHolder span.available {
    font-size: 12px;
    display: inline-block;
    color: #4378BB;
    margin-right: 2px;
    padding: 2px 4px 2px 4px;
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #4378BB;
}

.amenity_list_show_more .material-icons {
    font-size: 22px;
}

#surroundings_avuxi .vx-info-line__icon {
    display: none;
}

#surroundings_avuxi .vx-info-line__text {
    color: #061E36;
}

.property-info .badge {
    font-size: 14px;
    padding: 5px 10px;
    background-color: #348FFF;
}

.property-info .badge i {
    font-size: 14px;
}

.imgDistance>span {
    margin-right: 10px;
}

.caption.imgTitle {
    text-align: center;
    min-height: 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px;
    margin-bottom: -5px;
    padding-bottom: 8px;
}

.trigger_popup_district_map_modal .material-icons,
.trigger_popup_map_modal .material-icons {
    vertical-align: bottom;
}

.property-title-holder {
    position: relative;
}

.property-title-holder #collapseRatingElement {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 99999;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.nav-link:focus{
    color: #ABABAB;
}
.nav-link {
    color: #ABABAB;
    padding: 10px 15px;
}
.nav-item.active{
    border-bottom: 3px solid #348FFF !important;
}
.nav-link.active {
    font-weight: bold;
    color: #000000;
}
.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}
.shadowbox_padding {
    border: none;
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    padding: 15px;
}

.amenity_detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.amenityList {
    gap: 5px;
}

.amenity_top_inline_icon {
    width: 26px;
    height: 26px;
    background-size: cover;
    flex-shrink: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.top_amenity_free_icon {
    display: inline-block;
}

.top_amenity_list_item_new {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
}

.trigger_popup_map_modal {
    text-decoration: none;
    line-height: 2em;
}

.important_info_amenities {
    background: #EEF4FF;
    padding: 20px;
    border-radius: 15px;
    min-height: 200px;
}

.dormsAgeCheckin-bar .progress {
    height: 25px;
    border-radius: 10px;
}

.dormsAgeCheckin-bar {
    margin: 0 0 20px 0;
}

.progress {
    background: #EEF4FF;
}

.dormsAgeCheckin-bar .progress-bar {
    background: #061E36;
    border-radius: 10px;
}

.dormsAgeCheckin-bar .bottom_bar_info {
    margin-top: -13px;
    margin-left: 33px;
}

.mainAct {
    background: #F7C951 none repeat scroll 0 0;
    text-transform: capitalize;
    font-weight: normal;
}
.mobile_main_property_menu.sticky-top::-webkit-scrollbar {
    display: none;
  }
.navigation::-webkit-scrollbar {
    display:none;
}
.mobile_main_property_menu.sticky-top {
    top: 75px;
    background: #FBFBFB;
    margin-bottom: 20px;
    padding: 10px 0 10px 0;
    z-index: 1003;
    width: 100%;
    overflow-x:auto;
    white-space: nowrap;
}

.mobile_main_property_menu .nav {
    flex-wrap: nowrap;
}

.mobile_main_property_menu .nav-link {
    padding: 0 10px;
    white-space: nowrap;
    border: none;
    border-bottom: 3px solid transparent
}
.rooms-left{
    background: #FEEBE6;
    color: #C82804;
    border-radius:6px;
}
.close-button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    background-color: white;
    color: black;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background-color: white;
}

.interaction-buttons {
    position: absolute;
    top: 25px;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
}

.right-buttons {
    display: flex;
    gap: 10px;
}

.share_container,
.save_to_favorites_container {
    background: #ffffff;
    border-radius: 10px;
}

.image-counter {
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 0.9rem;
    z-index: 10;
}


.material-icons {
    vertical-align: middle;
}

.amenity_list_item .material-icons {
    color: #0d6efd;
}

.avx-absolute.avx-top-10.avx-left-20.avx-z-1000.avx-bg-white-80 {
    display: none;
}

.avx-bg-avuxi-green {
    background-color: #061E36;
}

.avuxi-lpmws-location-page-hotel-loc-score {
    display: none;
}

.horizontal-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.image-card {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    vertical-align: top;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.image-card img {
    width: 100%;
    display: block;
    height: 140px;
    object-fit: cover;
}

.caption {
    text-align: center;
    padding: 8px 10px;
    font-size: 14px;
}

.navigation {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.navigation button {
    flex: 0 0 auto;
    padding: 10px;
    margin-right: 10px;
    background-color: transparent;
    color: #000000;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}

.navigation button:hover {
    background-color: #f0f0f0;
}

.navigation .active {
    font-weight: bold;
    color: #000000;
    border-bottom-color: #348FFF;
}

.content-section {
    display: none;
    color: black;
    padding-left:10;
    border-top: none;
}
.content-section a{
    color:black;
    margin-left:15px;
    text-decoration-line: underline;
}
.bottom-navigation {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
}

.bottom-navigation button {
    margin-right: 10px;
    background-color: transparent;
    color: #000000;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
}

.bottom-navigation button:hover {
    background-color: #f0f0f0;
}

.bottom-navigation .active {
    font-weight: bold;
    color: #000000;
    border-bottom-color: #348FFF;
}

.bottom-content-section {
    display: none;
    color: black;
    padding-left:10;
    border-top: none;
}
.bottom-content-section a{
    color:black;
    margin-left:15px;
    text-decoration-line: underline;
}

.bottom-active-section {
    display: block;
}

.star-icon {
    color: #FFC000;
}

.font-weight-bold {
    font-size: 16px;
    font-weight: bold;
}

.description_show_more {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show_more_link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
.reviews_container {
    display: flex;
    justify-content: center;
    background: #E9FFF1;
    border: 1px solid #A9EFC3;
    border-radius: 8px;
}

.reviews_box {
    display: flex;
    align-items: center;
    padding: 10px;
}

.reviews_box img {
    margin-right: 10px;
}

.rating_text_container{
    display:flex;
    justify-content:space-between;
}
@media (min-width: 900px){
    .border-left-desktop{
        border-left: 1px solid #E3E5E8
    }
    .show-more-margin{
        margin-left:8px;
    }
    .width-desktop{
        width:66.7%
    }
    .nav-full-width{
        border: 1px solid #E3E5E8 !important;
        border-radius: 6px;
        background: #FBFBFB;
        width: 66.7% !important;
        margin-top:18px;
        color: #2B4054;
    }
}
@media (max-width: 600px) {
    .modal-dialog{
        margin:0 0 0 0;
    }
    .fullscreen-modal{
        width: 100vw;
        max-width:none;
        margin:0;
        height:auto !important;
    }
    .amenity_group {
        justify-content: center;
    }
}
.main-image{
    width:100%;
    height: 490px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 5px
}
.medium-image {
    height: 240px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 5px
}

.light-border{
    border: 1px solid #F0F2F3;
    border-radius: 6px;
}
/* @media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
} */

@media(max-width: 1400px){
    .modal-dialog{
        overflow-y: initial !important
    }
    .modal-body{
        height: 90vh;
        overflow-y: visible !important;
    }

    .header_buttons_blue {
        padding: 6px;
    }
}
@media(min-width: 900px){
    #ratingsFixed{
        height: 480px;
        position: -webkit-sticky;
        position: sticky !important;
        top: 0;
        align-self: flex-start;
    }
}
.blurred {
    filter: blur(4px);
}
.hide-display{
    display:none !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .addedWidth{
        width:100% !important;
    }
    .mobileSticky {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        box-shadow: 0px -3px 22px 0px #00000033;
        background: white;
    }
}

.transparent-button{
    background: gray;
    background-color: rgba(0,0,0,.5);
}

.amenity_list_item {
    display: inline-flex;
    align-items: center;
    height: 45px;
}

.amenity_item_content {
    display: inline-flex;
    white-space: nowrap;
    -overflow: ellipsis;
}
.single_row_amenity {
    display: inline-flex;
}

.amenity_s3_icon {
    font-weight:500;
    width: 22px;
    height: 22px;
    background-size: cover;
    flex-shrink: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.amenity_list_item a {
    font-weight: 500;
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    flex-grow: 1;
}


/* .amenity_group{
    gap: 5px;
} */
/* .show_more_button {
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    display: block;
    justify-content: center;
    align-items: center;
} */
/* .show_more_link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
} */
@media(max-width:768px){
    .container{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .shadowbox_padding{
        border:none !important;
        box-shadow: none !important;
        border-radius: none !important;
    }
    .amenity_s3_icon {
        margin-top: 3px;
        font-weight:600;
        width: 17px;
        height: 17px;
        background-size: cover;
        flex-shrink: 0;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .amenity_list_item a {
        font-weight: 600;
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        flex-grow: 1;
    }
}
@media(min-width:900px){
    .desktop-margin-left{
        margin-left:1.0rem;
    }
    .carousel-control-next, .carousel-control-prev{
        width: 4%
    }
}
@media (max-width: 600px) {
    .amenity_group {
        justify-content: center;
    }
}

.searchBoxFont {
    color: #9197A1;
    font-size: 12px;
}

.ratingPill {
    top: 12px !important;
    left: 14px !important;
    color: #2970FF !important;
    fill: #2970FF !important;
}

.ratingPill span, .ratingPill img {
    color: #2970FF !important;
    fill: #2970FF !important;
}

.wishlistPill {
    bottom: 15px !important;
    left: 14px !important;
}

.new_promo_label {
    color: #344054;
    font-size: 14px !important;
    border-radius: 5px;
    border: 1px solid #E3E5E8;
    background:  #FFF;
    display: inline-flex;
    padding: 5px 10px 5px 6px;
    justify-content: center;
    align-items: center;
    width: fit-content !important;
}

.new_promo_label_available {
    color: #17823E;
    border-radius: 5px;
    border: 1px solid #17823E !important;
    background:  #E9FFF1 !important;
    display: inline-flex;
    padding: 3px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.guestNumber {
    border-radius: 2px;
    border: 1px solid #E3E5E8;
    background: rgba(255, 255, 255, 0.80);
    display: inline-flex;
    align-items: normal;
}

.guestNumber span{
    color: #2970FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.quickFilter {
    border-radius: 8px;
    border: 1px solid #1A3046;
    background: #FFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 100;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    min-width: 310px;
    max-width: 310px;
}

.rightBorder {
    border-right: 1px solid #E3E5E8;
}
.studentSearchBox{
    color: #1A3046;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 5px 0px #00000014;
    position: fixed;
}

#citySearchMobile {
    border: 1px solid #E3E5E8;
}

.searchbox_header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.searchbox_close_btn {
    font-size: 17px;
    height: 24px;
    width: 24px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.student_search_suggestions {
    width: 100%;
    height: 49px;
    border: none;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
}

.staying_nights_container {
    display: flex;
    width: 100%;
    gap: 16px;
    border: 1px solid #E3E5E8;
    padding: 5px;
    justify-content: space-around;
    border-radius: 8px;
}

@media(min-width:992px) {
    .searchResultsWidget-container {
        position: absolute;
        min-width: 430px;
        width: 430px;
        top: 0px;
        margin-left: 30px;
        border-radius: 10px;
    }

    .student_search_dates, .guestsField {
        cursor: pointer;
    }

    .student_search_suggestions {
        cursor: auto !important;
    }

    .closeGuests .material-icons {
        font-size: 14px;
        position: absolute;
        top: 6px;
    }

    .student_search_dates {
        padding-left: 8px !important;
    }


    #student_dates_container{
        position: absolute;
        height: 450px;
        width: 780px;
    }

}



#student_search_suggestions, .mobile_picker {
    font-size: 16px;
    margin: 0;
    padding: 0;
    gap: 4px;
}

.arrival_departure_student_container {
    width: -webkit-fill-available;
    height: inherit;
    align-items: center;
    display: flex;
    font-size: 12px;
    color: rgba(145, 151, 161, 1);
    gap: 20px;
}

.search_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}


#search_suggestion_submit {
    padding: 15px;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.studentSearchBox_desktop {
    display:flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-radius: 0 0 27px 27px;
    padding: 10px 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: auto;
    box-shadow: none !important;
    top: unset !important;
    left: unset !important;
}
.studentSearchBox_desktop #citySearchMobile {
    border: none;
    height: 25px;
    float: none;
    padding: 0;
}
.startDate, .endDate {
    display: flex;
    align-items: center;
    gap: 4px;
}

.homepage_hero_section {
    margin: 80px auto 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-top: 1rem;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.homepage_hero_section h1 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    width: 90%;
    color: white;
}

.homepage_hero_section h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 2;
    width: 60%;
    color: white;
}

.homepage_hero_section .title-text {
    margin-bottom: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.navbar .dropdown.dropstart .dropdown-menu{
    top: 45px;
    right: 0px;
    border-radius: 10px;
    width: 250px;
}

.navbar .dropdown.dropstart li{
    padding: 15px 10px;
    border-bottom: 1px solid #E3E5E8;
}

.navbar .dropdown.dropstart li i,
.navbar .dropdown.dropstart li img{
    margin-right: 15px;
}

.header_buttons_blue{
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid #d3d3d3   ;
    text-decoration: none;
}
.required_input {
    border: 1px solid #E62E05;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.ajax_login_form_error {
    border: 1px solid red;
    border-radius: 8px;
    padding: 15px;
    color: red;
}

#success_login_message {
    border: 1px solid #17823E;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 15px;
    color: #1A3046;
    font-weight: 700;
    background: #E9FFF1;
    position: absolute;
    top: 55px;
    right: 10px;
}
.dropstart #user_login_box::before{
    content: unset;
}
#user_login_box.login_success{
    color: #ffffff;
    border: 2px solid #ffffff;
    background: #348FFF;
    border-radius: 25px;
    padding: 8px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.abcRioButtonLightBlue{
    border: none;
    box-shadow: none;
    font-weight: normal;
    color: #262626;
}
.abcRioButtonContents{
    font-weight: normal;
}


.menu-navbar {
    display: none;
    position: relative;
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
}

.navbar-dark .navbar-toggler {
    border: none;
    padding: 4px 20px;
}

.container .searchbar {
    height: 60px;
    width: 750px;
    border-radius: 10px;
    border: 1.5px solid #DADDE1;
    justify-content: end;
    padding: 3px 3px 3px 12px;
    box-shadow: none;
}

.searchField {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    color: #8F9AA5;
}

.form_control_text {
    font-size: 14px !important;
    color: #8F9AA5;
    width: 100%;
    border: solid transparent;
    border-width: 1px 0;
}

.align-items-center {
    align-items: center !important
}

.input_separator {
    border-right: 1px solid #E3E5E8;
    padding-right: 10px;
}

.nav-item {
    flex-grow: 1;
    text-align: center;
    width: unset !important;
}

.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aab5;
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans';
    line-height: 20px;
    border-right: 1px solid #E3E5E8;
    border-radius: 0;
    width: 100%;
    height: 64px;
    color: #344054;
    gap: 5px;
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: #2970FF;
}

.navbar-dorms-bg .container-fluid {
    padding: 0 20px;
}

.navbar_content {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_side_nav_icons {
    padding-right: 20px;
}

@media (min-width: 768px) {
    .navbar_content {
        width: 100%;
        height: 75px;
        padding: 0 24px;
    }

    .navbar_content .searchbar {
        height: 60px;
        width: 640px;
        border-radius: 10px;
        border: 1.5px solid #DADDE1;
        justify-content: end;
        padding: 0;
        padding-left: 12px;
    }

    .searchbar .search_btn_container {
        padding-right: 3px;
        justify-content: flex-end;
    }

    .menu-navbar {
        display: block;
    }

    .navbar-dorms-bg .container-fluid {
        padding: 0 100px;
    }

    .navbar-dorms-bg .navbar-brand {
        margin-left: 0;
    }

    .search_suggestion_submit {
        height: 54px;
        min-width: 54px;
        width: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: none;
        background: #FFD93D;
    }

    .right_side_nav_icons {
        padding: 0;
    }


}


@media (max-width: 330px) {
    .navbar-dorms-bg .navbar-brand img{
        max-width: 120px !important;
    }
}

.register_now_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    text-align: center;
    gap: 25px;
    padding: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
}

.register_now_box_desktop {
    display: none;
}

.top-container {
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(142deg, rgba(33, 42, 58, 0) -179.45%, #FCFCFC 55.99%);
    height: 260px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.top-container::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 13px;
    transform: skewY(-3deg);
    transform-origin: bottom left;
    background: white;
}

.bottom-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 181px;
}

.bottom-container::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background: #061E36;
    transform: skewY(357deg);
    transform-origin: top right;
    top: -34px;
}

.register_now_box h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    color: #212A3A;
}

.register_now_box h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: DM Sans, sans-serif;
    color: #2B4054;
}

.list-your-place {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 159px;
    height: 54px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #464B53;
    margin-bottom: 35px;
}

.site-card-img {
    position: absolute;
    bottom: 186px;
    z-index: 1000;
    max-width: inherit;
}

/* desktop design */
@media (min-width: 768px) {
    .register_now_box {
        display: none
    }

    .register_now_box_desktop {
        position: relative;
        display: flex;
        justify-content: end;
    }

    .banner-image {
        width: 100%;
        height: auto;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }

    .logos-container {
        position: absolute;
        top: 58%;
        right: 3%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 30%;
        height: 81%;
        z-index: 1;
        background: linear-gradient(267.97deg, #202A3A 1.3%, rgba(32, 42, 58, 0.91) 64.31%, rgba(32, 42, 58, 0.75) 81.7%, rgba(32, 42, 58, 0) 98%);
    }

}
