

.inner_bnner3 {
    height: 250px;
    position: relative;
    background: #f3f7f7;
    display: flex;
    align-items: end;
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: flex-end;
}

.h-name {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.gendericon
{
    width:20px;
}

.newhostel {
    font-size: 1.2em;
    margin-top: 0.75em;
    line-height: 1.3125em;
    color: rgb(0, 0, 0);
}

.share-icon {
    margin-right: 2rem;
    position: relative;
    font-size: 24px;
}

.heart-icon {
    font-size: 24px;
}

.share-icon:hover
{
    color:#fab10b;
}

.heart-icon:hover
{
    color:#fab10b;
}

.cursor-pointer {
    cursor: pointer;
}

.newhostel .address {
    color: rgb(46 46 46);
    font-size: 1em;
    line-height: 1.2em;
    max-width: calc(100% - 50px);
}

.newhostel .show-map {
    font-size: 1em;
    line-height: 1.2em;
    color: #60c3ad;
    white-space: nowrap;
}

.newhostel .show-map .fa {
    margin-right: 10px;
}

.h-gender {
    font-size: 0.7em;
    background: rgb(98 109 126);
    border-radius: 3.75em;
    line-height: 1.33333em;
    padding-left: 0.833333em;
    padding-right: 1.16667em;
    height: 2em;
    color: rgb(255 255 255);
    margin-left: 1.83333em;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.h-gender img {
    width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

/*section 2*/

.hotelssection2
{
    background:#f3f7f7;
}
.hotelsimg {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.hotelsgallery  .hotel_icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
    left: 30px;
}

.hostelgalleryicon {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 25px;
    padding: 10px;
}

.hostelgallerySwiper
{
    border-radius: 20px;
}

.hostelgalleryicon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

/*Price*/

.newstartprice {
    font-size: 16px;
    line-height: 14px;
    color: rgb(125, 125, 125);
    margin-bottom: 8px;
    margin-top: 2em;
}

.newresidence-price {
    font-size: 2.5em;
    font-weight:bold;
    line-height: 1.3em;
    color: rgb(41, 45, 50);
}

.newresidence-disclamer {
    font-size: 16px;
    line-height: 20px;
    color: rgb(125, 125, 125);
}



.video-gif{
    position: absolute;
    left: 20%;
    bottom: 120px;
}
.maxw-90 {
    max-width: 90px;
}

/*Tabs*/

.tile{
  width:100%;
  margin:60px auto;
}

#tile-1 .nav-tabs {
    position: relative;
    border: none!important;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-radius: 15px;
}

#tile-1 .nav-tabs li{
  margin:0px!important;
}
#tile-1 .nav-tabs li a{
  position:relative;
  margin-right:0px!important;
  padding: 20px 40px!important;
  font-size:18px;
  border:none!important;
  color:#333;
  font-weight:600;
}

#tile-1 .slider{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#fab10b;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
}

#tile-1 .nav-tabs .active{
  background-color:transparent!important;
  border:none!important;
  color:#fab10b!important;
}

.amen_includ
{
    padding:0 !important;
}

.include .include_list ul li {
    width: 14%;
    margin-bottom: 15px;
}

.amen_list ul li img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    margin: auto;
}
.include_type img {
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.locate_part .loca_list {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.fww {
    flex-wrap: wrap;
}

.tab-chips {
    line-height: 1;
    color: #000000;
    border-radius: 5em;
    border: 1px solid rgb(190, 190, 190);
    margin-right: 10px;
    margin-top: 1em;
    padding: 0.5em;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
}
.amname
{
    font-size:14px;
}

.tab-chips .ico {
    margin-right: 6px;
}

.tab-chips .ico {
    width: 14px;
    display: inline-block;
    vertical-align: top;
}
.tab-chips .ico img {
    max-width: 100%;
}
.hostel_occ_list ul li {
    width: 35%;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schedulebtn {
    background-color: rgb(250 177 11);
    transition: all 300ms ease-in-out 0s;
    width: calc(50% - 0.5rem);
    border-radius: 22px;
    color: #fff;
    padding: 10px 30px;
}

.schedulebtn:hover
{  
    color: #fff;
    background-color: black;
}

/*Form*/

.bookvisitform.visit_form {
    width: 100%;
}

.bookvisitform {
    margin: auto;
    padding: 25px;
    background: linear-gradient(199.5deg, rgb(250 177 11) -74.79%, rgba(96, 195, 173, 0) 96.63%);
    color: #000;
    border-radius: 20px;
    position: relative;
    border: 1px solid #35a78d;
    overflow: hidden;
}

.bookvisitform .form-control {
    padding: 0 20px;
    height: 45px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #ffffff;
}
.bookvisitform .form-control:hover {
    border: 1px solid #35a78d;
}

.bookvisitform .form-control:focus {
    border: 1px solid #35a78d;
    outline: 0;
    box-shadow: none !important;
}

.bookvisitform .term_check.form-group label:before {
    content: '';
    background-color: #ffffff;
    -webkit-appearance: none;
    border: 2px solid #35a78d;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}

.bookvisitform .term_check.form-group input:checked + label:before {
    background-color: #FAB10B;
    border: 2px solid #35a78d;
}

.bookvisitform label
{
    font-weight:500;
}

.bookvisitform .term_check.form-group label a {
    color: #35a78d;
    text-decoration: underline;
    font-weight: 600;
}

.sharebox {
    z-index: 50;
    position: absolute;
    width: 328px;
    height: 170px;
    right: 50px;
    top: 10px;
    background: transparent;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.sharebox .modal-body {
    padding: 24px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 20px;
    border-radius: 6px;
    min-width: 320px;
    min-height: 170px;
    position: relative;
    z-index: 2;
}
.sharebox .modal-header {
    font-size: 20px;
    line-height: 26px;
    color: rgb(41, 45, 50);
    margin-bottom: 24px;
}
.sharebox .cross {
    position: absolute;
    top: 28px;
    right: 22px;
    cursor: pointer;
}
.sharebox .icons {
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    flex: 0 0 30%;
}
.sharebox .icons .icon-text {
    margin-top: 8px;
    color: #000 !important;
}
.sharebox .icons img {
    margin: 0px auto;
}

.sharebox .icon-wrap {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/*NAV*/
#nav-wrap {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border: none!important;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px;
    border-radius: 15px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px;
    border-radius: 10px;
    margin-top: 2em;
    position: sticky;
    top: 5.5em;
    /* z-index: 9; */
    padding: 0px 1em;
}

#nav{
	height:60px;
	width:100%;
	margin: 0 auto;
}

#nav ul{position:relative;}
#nav-indicator {
    position: absolute;
    width: 150px;
    top: 60px;
    left: 0;
    height: 5px;
    background: #0e056e;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-btn {
    width: 150px;
    float: left;
    padding: 20px 20px;
    list-style: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.nav-btn:first-child{
	border:none;
	box-shadow: none;
}

.nav-btn:hover, .nav-btn.active {
    color: #0e056e;
}



/*CONTENT*/
#content-wrap{
	width:100%;
	margin:50px auto 50px;
}




/*____________________________Responsive_____________________________*/


@media (max-width: 786px)
{
.hide-on-mobile {
    display: none !important;
}
.h-name {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 12px 0px !important;
    font-size: 12px;
    border: none !important;
    color: #333;
    font-weight: 600;
}
.hotelsimg {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}
.hostel_occ_list ul li {
    width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-btn {
    width: auto;
    float: left;
    padding: 16px 5px;
    list-style: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}
#nav-indicator
{
    display:none;
}
}
