.header {
    background-color: #097E52;
}


#sticky {
position: sticky;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}
#sticky-new {
position: sticky;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}
#sticky-new .row {
    background: #fff;
    padding: 10px;
}
body {
    background-color: #097E52;
}

.turf-details-sec {
    display: flex;
    padding: 30px 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 50px 50px 0 0;
    background: #fff;
    top: 75px;
}

.turf-details-sec ul {
    display: flex;
}

.turf-details-sec li {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.user-icon {
    background: #eaeaea;
    border-radius: 54px;
    padding: 8px;
}

.turf-details-sec h4 {
    color: #192335;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.2px;
    padding-top: 2%;
}

.turf-details-sec span {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 30px;
    background: #23B33A;
    padding: 7px 10px;
    vertical-align: middle;
}

.turf-details-sec .address li {
    color: #6B7385;
}

.turf-details-sec .address li a {
    color: #6B7385;
}

.turf-details-sec .address li a img {
    padding: 0 0px 0 10px;
}

.turf-details-sec .outer {
    display: flex;
    float: right;
    padding-top: 10%;
}

.turf-details-sec .outer .vp {
    color: #097E52;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    padding-top: 10px;
}

.turf-details-sec .outer .bn-btn {
    display: flex;
    padding: 13px 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #149D52;
    background: #149D52;
    color: #fff;
    margin-left: 30px;
}
.nearby-turf span {
    font-size: 13px;
    /*float: right;*/
    padding-top: 6px;
}
.nearby-turf .filter-text a {
    color: #656565;
    font-size: 13px;
    float: right;
    padding-top: 10px;
}

.nearby-turf {
    display: flex;
    padding: 0 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background: #fff;
    margin-top: 4%;
}

.nearby-turf h3 {
    color: #050b20;

    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.nearby-turf .show-all {
    color: #050b20;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}

.nearby-turf .arr-img {
    padding-left: 10px;
}

.nearby-turf .card {
    border-radius: 16px;
    border: unset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.nearby-turf .turf-caro-div img {
    border-radius: 16px 16px 0 0;
    height: 200px;
    object-fit: cover;
}

.turf-caro-div .carousel-indicators {
    margin-bottom: 0 !important;
}

.turf-caro-div .carousel-indicators [data-bs-target] {
    width: 15px;
}

.nearby-turf .card h5 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
}

.nearby-turf .card h6 {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    height: 25px;
    color: #097e52;
    cursor: pointer;
}

.nearby-turf .outer {
    padding: 0;
}

.nearby-turf .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #149d52 !important;
    box-shadow: unset;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/up-arr.png') !important;
    transform: rotate(-180deg);
}

.card span {
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.card .turf-details-upper {
    display: flex;
    height: 80px;
}

.card .turf-details-upper ul li {
    display: inline-flex;
}

.card .turf-details-upper .text-end li {
    color: #149d52;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 31px;
    background: rgba(20, 157, 82, 0.24);
    padding: 4px 14px;
}

.card .turf-details-lower {
    display: block;
    height: 70px;
}

.card .turf-details-lower ul li {
    display: inline-flex;
    vertical-align: middle;
}
.card .turf-details-lower .player-size ul {
    float:right;
}
.card .turf-details-lower .player-size li {
    color: #149d52;
    display: inline-block;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    border-radius: 31px;
    background: rgba(20, 157, 82, 0.24);
    padding: 2px 5px;
    margin-right: 4px;
}
.card .turf-details-lower .text-end li {
    color: #149d52;
    display: inline-block;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    border-radius: 31px;
    background: rgba(20, 157, 82, 0.24);
    padding: 3px 6px;
    margin-right: 4px;
    margin-top: 0;
}


   
.card .turf-details-lower img {
    padding-right: 5px;
    width: 20px;
}

.nos {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #5b6871;
}

.main-details {
    padding: 10px 12px;
}
.main-details hr {
    margin-top: -5px;
    margin-bottom: 5px;
}
.turf-caro-div .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.turf-caro-div .carousel-inner .popular {
    position: absolute;
    z-index: 111;
    color: #fff;
    left: 15px;
    top: 15px;
    background: #405ff2;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.9px;
    border-radius: 30px;
    padding: 2px 15px;
}

.turf-caro-div .carousel-inner .featured {
    position: absolute;
    z-index: 111;
    color: #fff;
    left: 15px;
    top: 15px;
    background: #ef6e0b;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.9px;
    border-radius: 30px;
    padding: 2px 15px;
}

.why-us-sec {
    background-image: url(../images/home/wcu-img.png);
    background-size: cover;
    padding: 6% 0;
    background-position-x: 40%;
}

.why-us-sec h3 {
    color: #fff;

    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 38px;
}

.why-us-sec h5 {
    color: #fff;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 24px;
}

.why-us-sec p {
    color: #fff;
    margin: 0;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.75px;
}

/*top-picks*/
.top-pick-sec {
    padding: 100px 0px;
}

.top-pick-sec h3 {
    color: #050b20;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 4%;
}

.top-pick-sec .text-end a {
    color: #050b20;
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}

.top-pick-sec .owl-nav {
    position: absolute;
    top: -33%;
    right: 18%;
}

.top-pick-sec .owl-height {
    height: auto !important;
}

.top-pick-sec .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.top-pick-sec .owl-nav button.owl-prev {
    left: -15px;
    top: -15px;
    line-height: 23px !important;
}

.top-pick-sec .owl-nav button.owl-next {
    right: -60px;
    top: -15px;
    line-height: 23px !important;
}

.top-pick-sec .owl-nav span {
    font-size: 25px;
}

.top-pick-sec .owl-prev span {
    display: block;
    height: 30px;
    border-radius: 18px;
    width: 30px;
    border: 1px solid #000;
}

.top-pick-sec .owl-next span {
    display: block;
    height: 30px;
    border-radius: 18px;
    width: 30px;
    border: 1px solid #000;
}

.top-pick-sec .card {
    border-radius: 16px;
    border: unset;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 2px;
}

.top-pick-sec .card h5 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
}

.top-pick-sec .card h6 {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    height: 25px;
}

.top-pick-sec .text-end img {
    width: auto !important;
    display: inline-flex !important;
}

.filter-sec {
    background: #fff;
    padding: 100px 0;
}


.checkboxes {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.checkboxes__row {
    display: block;
}

.checkboxes__row:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.checkboxes__item {
    width: 100%;
    padding-bottom: 5px;
}

button:focus:not(:focus-visible) {
    outline: unset;
    box-shadow: unset;
}

/* STYLE C */

.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-c input:checked~.checkbox__checkmark {
    background-color: #149d52;
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-c:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
    background-color: #149d52;
}

.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    transition: background-color 0.25s ease;
    border-radius: 50px;
    border: 1px solid #cacaca;
}

.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox.style-c .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
}

.active-text {
    color: #149D52;
}

.p5 {
    padding: 0 5px;
}

/* .accordion-item {
  margin-bottom: 10px;
} */
.filter-text {
    font-family: Poppins;
    padding-bottom: 10px;
}

 .pagination,
        .jsgrid .jsgrid-pager {
            display: flex;
            padding-left: 0;
            list-style: none;
            border-radius: 0.25rem
        }

        .page-link {
            color: black
        }

        .pagination.pagination-rounded-flat .page-item {
            margin: 0 .25rem
        }

        .pagination-success .page-item.active .page-link {
            background: #149D52;
            border-color: #149D52
        }

        .pagination.pagination-rounded-flat .page-item .page-link {
            border: none;
            border-radius: 50px;
            width: 40px;
    height: 40px;
    text-align: center;
        }
        .form-select, .form-control {
            border-radius: 50px;
        }
        .form-select:focus {
            box-shadow: unset!important;
            border-color: unset!important;
        } 
        .form-control:focus {
            box-shadow: unset!important;
            border-color: unset!important;
        }
      #date:focus {
            box-shadow: unset!important;
            border-color: unset!important;
        }
   .rounded-pill {
    padding: 5px 20px;
    margin: 10px 0 0;
    width: 50%;
} 
 
  
#sticky-new option:hover {
  background-color: yellow;
}
 

.bn-btn {
    border: 1px solid #31936e;
    padding: 4px;
    width: auto;
    margin: 10px auto 0;
    display: block;
    text-align: center;
} 
  .bn-map img {
            width: 20px;
        }
  
  .bn-map {
    /*display: inline-flex;*/
    /*float:right;*/
}
  
  
  
  
  
  
  
  
  
  
  
  
        
        
      @media only screen and (min-width: 1200px) and (max-width: 1400px) {
          .nearby-turf .card h5 {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.6px;
}
          
      }
        
       
/*mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 768px) { 
    .turf-details-sec h4 {
        line-height: 70px;
    }
    #sticky-new .row {
    background: #fff;
    padding: 10px 0;
}
        .page-item span {
    font-size: 20px;
        float: unset;
        padding-top: 0;
        line-height: 0px;
} 

.text-end {
    margin-top: -4px;
    margin-left: 5px;
}
.fa-list{
  background: #097e52;
    width: 18%;
    border-radius: 50px;
    padding: 20px;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    box-shadow: 2px 2px 5px 1px #000;
}
#filtermodal .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #149d52 !important;
    box-shadow: unset;
    font-weight: 600;
}
#filtermodal .af {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #149D52;
    background: #149D52;
    color: #fff;
}
#filtermodal .reset {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
}
#sticky-new select {
    margin-bottom: 10px;
}
#sticky-new input {
    margin-bottom: 10px;
}
#sticky-new {
    position: sticky;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
    z-index: 111;
}

/*mob date picker css*/
.date-picker {
  display: inline-block;
        background: transparent;
       width: 100% !important;
        height: 37.33px;
        padding: .5rem;
        border-radius: .35rem;
        position: relative;
        border-radius: 50px;
        border: 1px solid #dee2e6;
}

.date-picker,
.date-picker>* {
  cursor: text;
  font-size: 15px;
  opacity: 1;
  line-height: 15px;
}




.date-picker>.placeholder::after {
  content: "Select Date";
        pointer-events: none;
        position: absolute;
        inset: 0;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 16px;
}

.date-picker:focus>.placeholder,
.date-picker:focus-within>.placeholder,
.date-picker>input[type="date"]:valid+.placeholder {
  display: none;
}

.date-picker>input[type="date"] {
  background: none;
  border: none;
  outline: none;
  color: #000;
  position: absolute;
  width: 120px !important;
        height: 44px;
         padding: .5rem;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/


}


        
        
        
        
        
        