.golf-card.horizontal.head {
    border: 0;
    margin-top: 35px;
    height: auto;
}
.golf-card.horizontal {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    margin-bottom: 25px;
}
.golf-card.horizontal .golf-top {
    width: 100%;
    display: flex;
}
.golf-card.horizontal .golf-top .inner-text {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}


.golf-card .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.golf-card.head h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.golf-card .bottom-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.golf-card .bottom-row .location {
    font-size: 16px;
    line-height: 20px;
    color: #5c8a6b;
    margin: 0;
}
.golf-card .bottom-row .location img {
    height: 18px;
}
.golf-card .bottom-row .rating small {
    color: #5c8a6b;
}

.golf-card .bottom-row .price{font-size: 24px; color: #1f2e24; font-weight: 700;}
.golf-card .bottom-row .price .discount{ font-size:18px; font-weight: 400; color: #5c8a6b; margin-left: 5px;}


/*****************Slider CSS*******************/
.swiper-container {
    width: 100%;
    max-width:100%;
    overflow: hidden;
   
}
.swiper-container.slider{
     border-radius:10px;
    margin-bottom: 15px;
}

.swiper-container.slider {
  height:370px;
}

.swiper-container.slider-thumbnail {
  height:85px;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide {
    border-radius: 4px;
    cursor: pointer;
}

.swiper-slide img{width: 100%; height: 100%; object-fit: cover;}


.tabbing-data{width: 100%; margin: 50px 0 0 0;}
.course-tabs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.course-tabs li{width:25%;}
.course-tabs li button {
    width: 100%;
    height: 45px;
    border: 1px solid #DCE5DF;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #1F2E24;
    transition: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
}
.course-tabs li button img{height:16px;
 filter: brightness(0) saturate(100%)
        invert(12%) sepia(22%) saturate(1083%)
        hue-rotate(108deg) brightness(94%) contrast(92%);
    }
.course-tabs li button.active img, .course-tabs li button:hover img{filter: brightness(0) invert(1);}

.course-tabs li button:focus{color:#1F2E24;}
.course-tabs li button:hover, .course-tabs li button.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color: #fff; border: 1px solid transparent; border-radius:5px;}
.course-tabs li button:hover path, .course-tabs li button.active path{stroke: #fff;}

.course-tabs li button svg{height: 16px;}

.tab-content {
    border: 1px solid #DCE5DF;
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
    padding: 20px;
}

.tab-pane ul{display: flex; align-items: center; justify-content: center;}
.tab-pane ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.tab-pane ul li strong {
    font-size: 16px;
    line-height: 20px;
    color: #1F2E24;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.tab-pane ul li p{ font-size:14px; line-height:18px; color:#5C8A6B; font-weight:400; margin:0}
.tab-pane ul li .text h6{font-size: 14px; line-height: 20px; font-weight:400; color:#1F2E24; margin-bottom:5px;}

#facilities ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap:15px;
}

#facilities ul li {
	display: flex;
	width:calc(33% - 10px);
	gap: 10px;
    padding: 0;
}
#facilities ul li .text{text-align: left;}
#facilities ul li strong {
	margin-bottom:5px;
	text-align: left;
}

.map-box{width:100%; height:230px;}
.map-box iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.map-links{display:flex; margin-top:15px; gap: 25px;}
.map-links li{width:100% !important; padding:0 !important;}
.map-links li a {
	border: 1px solid #DCE5DF;
	font-size: 14px;
	line-height: 18px;
	color: #1F2E24;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 5px;
}
.map-links li a:hover, .map-links li.active a{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color:#fff; border: 1px solid transparent;}


#info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
}

#info ul li {
	display: flex;
	width: calc(50% - 10px);
	gap: 10px;
	padding: 0;
}
#info ul li img, #facilities ul li img, #facilities ul li svg {
    height: 17px;
    position: relative;
    top: 2px;
}
#facilities ul li .icon{text-align: right;}
#info ul li .text{text-align: left;}
#info ul li strong {
	margin-bottom:5px;
	text-align: left;
}

#info ul li .text .list{width:100%; flex-direction: column; gap: 5px}
#info ul li .text .list li {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #5C8A6B;
	font-weight: 400;
	margin: 0;
	width: 100%;
	padding-left: 15px;
}
#info ul li .text .list li::after {
	position: absolute;
	left: 2px;
	top: 7px;
	width:5px;
	height:5px;
	background: #5C8A6B;
	content: "";
	border-radius: 100%;
}


.booking-summary-card {
  width:100%;
  background: #fff;
  border-radius:10px;
  padding:22px;
  border: 1px solid #DCE5DF;
}

.booking-summary-card h5{ font-size: 18px; line-height: 22px; font-weight: 600; color: #1F2E24; margin-bottom: 15px;}
.booking-summary-card h6{ font-size: 16px; line-height: 22px; font-weight: 600; color: #1F2E24; margin-bottom: 15px;}
.booking-summary-card .location{font-size: 14px; line-height: 18px; color: #5C8A6B; display: block;}
.booking-summary-card .location img{margin-right: 5px; width: 15px;}
.booking-summary-card .row{display: flex;}
.players-row .players{text-align: right;}
.booking-summary-card .row span{font-size: 14px; color: #1F2E24; line-height: 18px; font-weight: 400; margin-bottom: 15px;}
.booking-summary-card .row span:last-child{text-align: right;}
.players button {
	width: 26px;
	height: 26px;
	border-radius: 5px;
	border: 0;
	font-size: 12px;
	line-height: 14px;
	background: #fff;
	border: 1px solid #DCE5DF;
}
.players button:hover, .players button.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color:#fff; border:1px solid transparent;}


.location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2f6b45;
  margin-top: 6px;
  font-size: 14px;
}

.divider {
  height:1px;
  background: #DCE5DF;
  margin: 18px 0;
}

.options .custom-check{font-size: 12px; color: #1F2E24;}
.options .custom-check .checkmark{width: 16px; height: 16px;}
.options .custom-check .checkmark::after{left:5px; top:1px; width:5px; height:9px;}
.options .info {

}
.options{
	display: flex;
	flex-direction: column;
	gap: 12px;
    margin-bottom: 20px;
}

.discount span{font-size: 14px; color:#5C8A6B !important;}
.discount strong{font-size: 14px; color:#5C8A6B; font-weight: 600; text-align: right;}

.booking-summary-card .total span{font-size: 16px; color:#1F2E24 !important; font-weight: 600;}
.booking-summary-card .total strong{font-size: 18px; color:#1F2E24; font-weight: 600; text-align: right;}
.booking-summary-card .common-btn{width:100%; margin-top: 30px;}



@media only screen and (max-width:1024px){
  .swiper-container.slider-thumbnail {
    height: 50px;
}
.booking-summary-card .common-btn {
    width: 100%;
    white-space: nowrap;
    font-size: 15px;
}  
.tab-pane ul li {padding: 5px;}
.swiper-container.slider {
    height: 300px;
}
}


@media only screen and (max-width:991px){
.course-tabs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
}
.course-tabs li button{white-space: nowrap; min-width: 100px;}
.tab-pane ul li strong{font-size: 14px;}
.tab-pane ul{flex-wrap: wrap;}
.tab-pane ul li{width:50%; text-align: left;}
#facilities ul li {
    width: calc(50% - 10px);
}
.map-links{gap: 15px}
}


@media only screen and (max-width:767px){
.left-area{margin-bottom: 35px;}
#facilities ul li, #info ul li {
    width:100%;
}
.tab-pane ul li p br{display: none}
.golf-card.horizontal.head{margin-top: 10px}
.swiper-container.slider {
    height: 200px;
}
.course-tabs li {min-width: 150px;}

}

@media only screen and (max-width:500px){
.golf-card.horizontal.head .bottom-row {
    flex-direction: column;
    align-items: flex-start;
}

}
