body {
    font-family: 'Lato';
}
.hidden {
    display: none;
}

.divider {
    position: absolute;
    width: 1px;
    background: #D8D8D8;
    height: 50px;
    opacity: .7;
    right: 50%;
    top: 25%;
}

.tabs {
    position: relative;
    background: #FFFFFF;
    width: 50%;
    border-radius: 25px 25px 0 0;
}

.default {
    opacity: .5;
    padding: 1rem;
}

.tab-selected {
    padding: 1rem;
    opacity: 1;
    background: #F7C951;
    font-weight: 500;
    animation: selectTab 150ms ease;
}

.left-tab-selected {
    border-radius: 25px 0 0 0;
}

.right-tab-selected {
    border-radius: 0 25px 0 0;
}

.dates {
    position: relative;
}

.dates input {
    text-align: center;
    border: none;
    background: none;
}

#datePickerCustom {
    display: flex;
    justify-content: space-between;
    top: 0px;
    position: relative;
    left: -30px;
    width: 493px;
}
.drp-calendar-monthly.left{
    padding-right: 30px;
}
.wrap h1 {
    color: white;
}

@keyframes selectTab {
    0% {
        background: #FFFFFF;
        opacity: .5;
    }

    20% {
        background: #f1dda9;
    }

    50% {
        background: #fadd95;
    }

    99% {
        background: #f7c852;
        opacity: .9;
    }

    100% {
        opacity: 1;
        background: #F7C951;
    }
}
.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: 120%;
    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: #F7C951;
    color: #061E36;
}

.student_months_labels:hover,
.hoveract {
    background: #F7C9518F;
}


.student_months_labels {
    cursor: pointer;
    display: inline-block;
    padding: 2px;
    border-radius: 7px;
    color: #737373;
    font-weight: 400;
    line-height: 25px;
    border: 2px solid #E5E5E5;
    width: 80px;
    margin-bottom: 0;
}


.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;
    position: absolute;
    width: 150%;
    top: 159%;
    box-shadow: 0px 2px 8px 0px #00000040;
    height: 150%;
    left: 0;
    background: #FFFFFF;
    padding: 1rem;
    border-radius: 25px;
}
.resultsUl {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 1rem;
    gap: 1.5rem;
    font-size: 18px;
}

.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 {
    background: white;
    box-shadow: -1px 1px 28px 0px #00000040;
    border-radius: 30px;
    flex-direction: column;
    align-items: baseline;
    color: #061E36;
    overflow-x: hidden;
    height: 420px;
    overflow-y: scroll;
}

.resultsGroup {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    width: 100%;
    align-items: flex-start;
}

.show-results {
    display: flex;
    flex-direction: column;
}

.result {
    display: flex;
    padding: 0 1.5rem 1rem;
    font-size: 18px;
    align-items: center;
}



li>a {
    padding-right: 1.1rem;
    color: #061E36;
    cursor: pointer;
}

li>a:hover {
    color: #061E36;
}

.result:hover {
    opacity: .6;
    cursor: pointer;
    transition: 200ms ease;
}

.groupTitle {
    font-size: 20px;
    padding: .8rem 1.5rem;
    background: #F3F3F3;
    width: 100%;
}

.cityPin {
    background: url(/images/cityPin.svg) no-repeat;
}

.universityPin {
    background: url(/images/universityPin.svg) no-repeat;
}

.propertyPin {
    background: url(/images/propertyPin.svg) no-repeat;
}

.disctrictPin {
    background: url(/images/districtPin.svg) no-repeat;
}

.landmarkPin {
    background: url(/images/landmarkPin.svg) no-repeat;
}

.resultIcon {
    background-size: contain;
    width: 43px;
    height: 35px;
}

.carousel-indicators{
    bottom:-50px;
}

.carousel-indicators .active{
    background:#F7C951;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.carousel-indicators li{
    background:gray;
    border-radius:100px;
}

.popup_filter_box:hover{
    transform: translateY(-0.25em);
    transition: ease 0.35s;
    color: #295FA1;
    cursor: pointer;
}

.property_homepage_box:hover{
    transform: translateY(-0.25em);
    transition: ease 0.35s;
    cursor: pointer;
    box-shadow: 1px 1px 15px 0px #00000066;
}

.btn_main_yellow:hover{
    color: #fff;
    background:#348FFF;
    transition: ease 200ms;
    cursor: pointer;
    box-shadow: 1px 1px 15px 0px #00000066;
    transform: translateY(-0.25em);
}

.hero_container{
    width:100%;
    position:relative;
    height: 570px;
    /* display:flex;
    flex-direction:column;
    gap:5rem; */
}

.hero_content{
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 560px;
}

.hero_SearchWidget{
    position: absolute;
    bottom: 40px;
}

.hero_bg{
    position:absolute;
    top:-20%;
    height:50%;
    width:100vw;
    background:#061E36;
    border-bottom: 25px solid #F7C951;
}

.hero_image_container{
    width:80vw;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top: 10px;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.hero_img{
    width:100%;
    border-radius:30px;
    height:100%;
}

.hero_text{
    z-index: 2;
    text-align:center;
    color: #fff;
    margin-bottom:2rem;
    display: flex;
    flex-direction: column;
    align-items:center
}

.hero_text h2{
    font-size: 50px;
    width: 60%;
}

.hero_text h1{
    font-size:24px;
    margin:0 auto;
    font-weight:bold;
    max-width: 80vw;
    padding: 0 10px 0 10px;
}

.overlay{
    position:absolute;
    border-radius:30px;
    top:0;
    width:100%;
    height:100%;
    background: linear-gradient(180deg, rgba(5, 55, 108, 0.54) 0%, rgba(4, 66, 131, 0.38) 100%);
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
    border-radius: 50%;
    border: 1px solid transparent;
    color: white !important;
    background-color: #ccc;
    width: 30px !important;
    height: 30px !important;
    z-index: 10;
    cursor: pointer;
}

.slide-arrow.prev-arrow {
    position: absolute;
    left: 0;
    top: 50%;
}

.slide-arrow.next-arrow {
    position: absolute;
    right: -10px;
    top: 50%;
}

.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;
}

.recentViewed h4{
    font-size: 28px;
    margin-bottom:1rem;
}

body{
    color: #061E36;
    overflow-x:hidden;
}

a.languageText:hover {
    background-color: transparent !important;
    color: #ed9220 !important;
}

#datepicker_range_set .daterangepicker .drp-calendar{
    max-width: 50% !important;
}

footer.footer{
    background: #061E36;
}
.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;
}

.group_booking_container h4 a{
    color: #061E36;
    padding: 40px;
    font-size: 40px;
    margin-top: 15px;
}

.group_booking_container p{
    color: #061E36;
    padding: 0 40px;
    font-size: 20px;
    margin-top: 10px;
}

.btn_main_yellow{
    background: #F7C951;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    color: #061E36;
    padding: 1rem 2.5rem;
    margin-left: 40px;
    font-size: 18px;
    width:fit-content;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    opacity: 1;
    line-height: 370px;
    width: 40px;
}

#propertyPageSearchWidget.closed_width {
    width: 750px;
    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;
    display: inline-block;
    width: 21.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height:fit-content;
    padding-bottom:1rem;
}

.property_homepage_image{
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 30px 30px 0 0;
}

.homepage_city_image{
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}

.navbar{
    background: #061E36;
    border-radius:0px;
}

.main_header{
    font-weight: 700;
    font-size:38px;
    line-height: 1.3em;
    text-align: center;
    position:relative;
}

.main_header::after{
    content:"";
    width:20%;
    background: #F7C951;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    bottom:-30%;
    height:5px;
    border-radius:30px;
}

.popup_filter_box {
    height: 160px;
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    line-height: 1.05em;
    cursor:pointer;
    width: 33%;
    float: left;
}

.filter_image{
    width: 100%;
    height: 73%;
    margin-bottom: 5px;
    border-radius: 5px 5px 0px 0px;
    max-height: 130px;
}

.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:100%;
    left:0%;
    top:25%;
}
.wave_students{
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.blog_wave{
    top:-2rem;
}

.carousel-inner{
    overflow:visible!important;
}

.groupImg{
    width:100%;
    position:relative;
}

.group_text::after{
    content:"";
    width:5px;
    height:60%;
    background: #F7C951;
    position:absolute;
    right:-2rem;
    border-radius:30px;
    top:55%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    z-index:2;
}

.group_text{
    display:flex;
    flex-direction:column;
    gap:1rem;
    margin-top:1.5rem;
}

.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;
}

.blog_btn_left{
    left: -1rem;
}

.blog_btn_right{
    right:4rem;
}

.margin_top_7{
    margin:7rem auto;
}

.flex{
    display:flex;
    flex-direction:column;
    gap:2.5rem;
}

#btn-currency, #btn-language{
    color: #ffffff;
}

nav.navbar .navbar-nav>li .cur .dropdown-menu {
    width: 230px;
    right: 0;
    left: -160px;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    background: #061E36;
}
nav.navbar .navbar-nav>li .cur li {
    overflow: hidden;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #F7C951;
    transition: background-color .5s ease;
}

nav.navbar .navbar-nav>li .cur .dropdown-menu li a {
    margin: 3px 5px;
    padding: 1px 5px;
    text-align: left;
    display: block;
}

.scrollbar-2::-webkit-scrollbar {
    height: 8px;
    background-color: #061E36;
}

.scrollbar-2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #061E36;
}

.scrollbar-2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background-color: #fff;
}

.form_register a.dropdown-toggle{
    color: #ffffff;
}

footer .footDestination{
    max-height: 280px !important;
}

.searchField img{
    width:28px;
    height: 28px;
}

@media only screen and (min-width:1920px){
    .wave{
        top:12%
    }
}