.inner-banner {
width: 100%;
position: relative;
background-repeat: no-repeat;
background-size: cover;
padding:100px 0;
min-height: 300px;
display: flex;
align-items: center;
}

.inner-banner .col-md-12.col-lg-12{ flex-direction:column !important;}

.inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
    height: 100%;
}

.inner-banner .container .row {
    height: 100%;
}

.inner-banner h1 {
    color: #fff;
}
.inner-banner h1:last-child{margin-bottom: 0}
.inner-banner p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}


.inner-body{width: 100%;}

/********Left Side Filters**********/
.left-filter-box hr{border-bottom: 1px solid #DCE5DF;}
.left-filter-box {
    width: 100%;
    max-width: 360px;
    background: #FAFAFA;
    padding: 30px 18px;
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    transform: none;
    position:relative;
    visibility: visible;
}
#mobileFilters .btn-close {
    position: absolute;
    top: 5px;
    right:5px;
    padding: 7px;
    border: 1px solid #3355;
    display: none;
    background-size: 11px;
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
}

.left-filter-box .filter-group {
    margin-bottom: 30px;
}

.left-filter-box label {
    font-size: 14px;
    line-height: 19px;
    color: #636370;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 600;
}
.left-filter-box label svg{height: 15px}
.left-filter-box label svg path{fill:#3F3F46B2}
/* Date */
.left-filter-box .date-box {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #DCE5DF;
  padding: 10px;
  border-radius:5px;
  font-size: 14px;
  color: #636370;
  background: #fff;
}
.date-box .icon img{width:17px;}

/* Range */
.left-filter-box input[type="range"] {
    width: 100%;
    accent-color: #0F5729;
}

.left-filter-box .range-values {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5c8a6b;
  margin-top: 6px;
}

.left-filter-box .range-center {
  text-align: center;
  font-size: 13px;
  color: #2f7d32;
  margin-top: 6px;
}

/* Buttons */
.left-filter-box .btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.left-filter-box .btn-column button,
.left-filter-box .btn-grid button {
  border: 1px solid #cfe8d2;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #3f3f46;
}

.left-filter-box .btn-grid button.active {
  background: #e9f5ec;
  border-color: #2f7d32;
  color: #2f7d32;
}

.left-filter-box .btn-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Checkbox */
.left-filter-box .checkbox-group label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #555;
	margin-bottom: 8px;
	margin-bottom: 10px !important;
}
.left-filter-box .checkbox-group label.red {
  color: #e53935;
}

.filter-group.course button{text-align: left;}


/* Divider */
hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
/********Left Side Filters End**********/

#weather-widget-tab {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    border-bottom: 0;
}

#weather-widget-tab li{width: 100%;}
.weather-card.active{background:#0F5729; border: 1px solid #0F5729;}
.weather-card.active .day, .weather-card.active .date, .weather-card.active .temp{ color: #fff;}
.weather-card .weather-info {width: 100%; text-align: center;}
.weather-card .weather-info .temp{white-space: nowrap;}
.weather-card.active:hover{background:#0F5729;}
.weather-card {
    width: 100%;
    background: #fff;
    border: 1px solid #DCE5DF;
    padding: 5px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease
}
.weather-card:hover{background: #e3f2e8;}
.weather-card .day{font-size: 14px; line-height: 20px; color:#00342B; font-weight: 400;}
.weather-card .date{font-size: 12px; line-height: 20px; color:#00342B; font-weight: 400;}
.weather-card .temp{font-size: 12px; line-height: 20px; font-weight: 700; color:#00342B;}

.golf-card {
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 10px;
    margin-bottom: 25px;
}


.golf-card .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.golf-card .tags span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border: 1px solid #DCE5DF;
    border-radius: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #1F2E24;
    padding: 5px 15px;
}
.golf-card .golf-top {
    width: 100%;
    display: flex;
}

.golf-card figure {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 0;
}

.golf-card figure > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.golf-card.horizontal .inner-text {
    flex: 1;
    padding:15px 30px;
}




.golf-card .disable{color:#DCE5DF !important; cursor: auto; transform: none !important;}
.golf-card .disable:hover {
    transform: none !important;
    background: #fff !important;
}


.view-all {
    border: 1px solid #dce5df !important;
    background: #fff !important;
    color: #1f2e24 !important;
}
.view-all:hover {
    background: #e3f2e8 !important;
}


.golf-card .icons-group{
display: flex;
margin-left: 35px;
margin-right: auto;
gap: 10px;
}
.golf-card .wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffe5;
}

.golf-card .wishlist:hover {
    background: #fff;
}
.golf-card .icons-group li img{height: 30px;}

.golf-card figure:hover a img {
    transform: none;
}



.golf-card .inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.golf-card .inner-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.golf-card .inner p {
    font-size: 14px;
    margin: 15px 0 0 0;
}

.golf-card h3 {
    font-size:18px;
    line-height:22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}


.golf-card .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.golf-card .bottom-row h4 {
    font-size: 14px;
    line-height: 24px;
    color: #1F2E24;
    font-weight: 700;
}

.golf-card .bottom-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}
.golf-card .bottom-row .location{font-size: 16px; line-height: 20px;}
.golf-card .bottom-row .location img{height:18px}


.golf-card .ratings {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight:600;
    color:#222;
    font-size: 14px;
    cursor: pointer;
}
.golf-card .ratings small{color:#636370; font-size: 14px; font-weight:400;}
.golf-card .ratings a{ color:#222;}



.golf-card .time-location {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.golf-card .time-location li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #5c8a6b;
    font-weight: 400;
}

.golf-card .time-location li.notification {
    color: #ea580c;
    font-size: 12px;
    font-weight: 500;
}

.golf-card .time-location li a {
    color: #5c8a6b;
}

.golf-card .time-location li img {
    margin-right: 5px;
    width: 14px;
    height: auto;
    color: #f00;
}

.golf-card .price {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0f5729;
    margin: 20px 0;
}

.golf-card .price .discount {
    font-size: 16px;
    line-height: 20px;
    color: #00342B;
    font-weight: 400;
}

.golf-card .common-btn {
    width: 100%;
    height: 36px;
    line-height: 33px;
    min-height: auto;
}

.golf-card .common-btn.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color: #fff !important;}
.tee-times .tee.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color: #fff !important; border:1px solid transparent;}
.tee-times .tee.active strong, .tee-times .tee.active span, .tee-times .tee.active small{color: #fff !important; }

.bottom-fix {
    margin-top: auto;
}

.golf-card .price del {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
}

.golf-card .price sup {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

@media only screen and (max-width:767px){
  .golf-card figure{height: 200px;}  
}