.accomodation-hero-container {background: #055468; }
.accomodation-hero-inner-container{min-height: 220px;}
.accomodation-hero-left {width: 72%;padding: 20px 130px 30px 0;background: #055468;position: relative;}
.accomodation-hero-content {width:100%;position: relative;color: #fff;font-size: 16px;font-family: 'Roboto';font-weight: 400;}
.accomodation-hero-content h1 {font-size: 28px;color: #fff;font-family: 'muli';letter-spacing: -0.8px;margin-bottom: 20px;}
.accomodation-hero-content p strong a {display: inline-block;color: #fff;font-weight: 700;}
.accomodation-badge {width: 70px;height: 70px;background: #f0f0f0;border-radius: 50%;color: #586271;font-size: 15px;line-height: 18px;font-weight: 700;display: flex;align-items: center;justify-content: center;white-space: normal; text-align: center;position: absolute;top: 50%;right: 30px;margin-top: -35px;}
.accomodation-hero-right {width: 28%;position: relative;padding: 25px 0 20px 47px;background:#66c1be;}
.accomodation-hero-right:before{content: '';position: absolute;background:#66c1be;width:50vw;height: 100%;  top: 0;left: 0;bottom: 0;}



/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px) { 
 
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
   .accomodation-hero-container {width: calc(100% + 30px);margin-left: -15px;}
    .accomodation-hero-left {width: 100%;padding: 30px 105px 30px 15px;}
    .accomodation-hero-right {width: 100%;padding: 30px 15px;} 
    .accomodation-badge{ margin-top: 0; top: 22px; right: 15px;}
}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px){

}