/* Front CSS Add here */
@font-face {
  font-family: 'nunitobold';
  src: url('../css/fonts/nunito-bold-webfont.woff2') format('woff2'),
    url('../css/fonts/nunito-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  height: 100%;
}
.front-body {
  margin: 0px;
  padding: 0px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #394154;
  background-color: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

img {
  border: 0px;
  outline: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: 'Nunito', sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #394154;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  margin: 0px 0px 20px 0px;
}
p:last-child {
  margin: 0px;
}
a {
  color: #76ba57;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  color: #394154;
}
.container {
  max-width: 1220px;
  margin: auto;
  float: none;
  padding: 0px 25px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  float: left;
}
.all-heading {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #394154;
  margin: 0px 0px 20px 0px;
}
.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  padding: 14px 20px 13px 20px;
  min-width: 270px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px;
  /* font-family: 'Nunito', sans-serif; */
  font-family: 'nunitobold';
}
.btn-primary {
  background: #76ba57;
}
.btn-secondary {
  background: #394154;
}
.btn-primary:hover,
.btn-secondary:hover {
  background: #f47525;
  color: #ffffff;
}
button.check-availability[disabled] .btn.btn-secondary[disabled],
.btn.btn-primary[disabled],
.btn[disabled],
button[disabled] {
  background: gray;
  cursor: not-allowed;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #394154;
  font-family: 'Nunito', sans-serif;
}
.breadcrumbs .slash {
  margin: 0px 9px;
}
.breadcrumbs a:hover,
.breadcrumbs .current {
  color: #5cc14b;
}
.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  transition: all 0.3s ease;
}
.site-header .header {
  background-color: #fff;
  padding: 22px 0px 22px 0px;
  transition: all 0.3s ease;
}
.site-header.sticky-header .header {
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
}
.site-header .header > .container {
  max-width: 1306px;
  padding: 0px;
}
.site-header .row {
  align-items: center;
}
.h-logo {
  width: 24.1%;
}
.h-menu {
  width: 60%;
  padding: 5px 0px 0px 0px;
}
.h-menu ul {
  display: flex;
  margin: 0px 0px 3px 0px;
}
.h-menu li {
  margin: 0px 20px;
}
.h-menu li:first-child {
  margin-left: 0px;
}
.h-menu li:last-child {
  margin-right: 0px;
}
.h-menu li a {
  color: #394154;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.45px;
}
.h-menu li a:hover {
  color: #76ba57;
}
.h-cart {
  width: 15%;
  text-align: right;
  padding: 5px 3px 0px 0px;
}
.h-cart > div {
  display: inline-block;
  position: relative;
}
.h-cart .h-dropdown-box {
  max-height: 0px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  min-width: 180px;
  background-color: #fff;
  z-index: 1;
  text-align: left;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.h-cart > div:hover .h-dropdown-box {
  max-height: 1200px;
  padding: 10px 0px 10px 0px;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.h-cart .h-dropdown-box li {
  padding: 10px 15px 5px 15px;
}
.h-cart .h-dropdown-box .btn {
  min-width: auto;
  width: 100%;
  padding: 9px 15px 8px 15px;
}
.h-cart .cart + .h-dropdown-box {
  min-width: 300px;
  transform: translateX(-87%);
}
.h-cart .cart {
  position: relative;
  margin: 1px 0px 0px 20px;
  display: block;
}
.h-cart .mini-cart {
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
}
.h-cart .mini-cart li {
  border-bottom: 1px #f4f4f4 solid;
  margin: 0px 0px 30px 0px;
  padding: 0px 30px 20px 0px;
  position: relative;
}
.h-cart .mini-cart li .close {
  position: absolute;
  right: 15px;
  font-size: 20px;
  top: 0px;
  cursor: pointer;
}
.h-cart .mini-cart li:last-child {
  border-bottom: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
}
.h-cart .mini-cart li * {
  font-size: 16px;
  line-height: 24px;
}
.h-cart .mini-cart li > a {
  position: relative;
  padding: 0px 0px 0px 85px;
  min-height: 53px;
  display: inline-block;
}
.h-cart .mini-cart li a img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-height: 53px;
  max-width: 73px;
}
.h-cart .mini-cart dd {
  margin: 0px;
}
.h-cart .mini-cart dt {
  font-weight: 500;
  display: block;
  padding: 5px 0px 0px 0px;
}
.mini_cart_total {
  padding: 15px;
  text-align: center;
}
.mini_cart_item.no_product_found {
  text-align: center;
}
.mini_cart_buttons {
  padding: 0px 15px 5px 15px;
}
.mini_cart_buttons .btn.btn-secondary {
  margin: 0px 0px 15px 0px;
}
.h-cart .mini-cart::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.h-cart .mini-cart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mini_cart_buttons.no_product_found {
  display: none;
}
.cart.remove {
  cursor: pointer;
}
.h-cart .mini-cart::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}
.h-cart .cart .count {
  position: absolute;
  background: #76ba57;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 600;
  right: -15px;
  top: -6px;
}
.form-golf {
  position: relative;
  background-color: rgba(57, 65, 84, 0.9);
  padding: 16px 0px 19px 0px;
  box-shadow: 0px 2px 10px #5f5e5e4d;
  transition: all 0.3s ease;
}
.form-golf .col.search {
  width: 31%;
  padding: 0px 15px 0px 0px;
}
.form-golf .col.date-time {
  width: 69%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.form-golf .col.date-time .box {
  padding: 0px 15px;
  float: left;
  width: 34.5%;
}
.form-golf .col.date-time .box.btn-box {
  width: 31%;
  padding-right: 0px;
}

/* .form-golf .col.date-time .btn-primary {
  padding: 10px 20px 7px 20px;
  min-width: 100%;
} */

.form-golf .col.date-time .btn-primary {
  padding: 0px 20px 0px 20px;
  min-width: 100%;
  height: 45px;
  line-height: 45px;
}
.form-golf label {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 0px 0px 8px 0px;
  display: block;
}
.form-golf input {
  border-radius: 10px;
  border: 0px;
  background: #fff;
  padding: 3px 50px 0px 10px;
  height: 45px;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  font-weight: 400;
  width: 100%;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
}
.form-golf .search input:hover {
  appearance: none;
  border: 0px;
}
.form-golf .search datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-golf .search datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
}
.form-golf .search datalist option:hover,
.form-golf .search datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}
.form-golf input[type='datetime-local'] {
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background-image: url(../images/home/calendar.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 0px 0px 0px 10px;
}
.form-golf input[type='datetime-local']::-webkit-calendar-picker-indicator {
  background: transparent;
  font-size: 40px;
  cursor: pointer;
}
.form-golf input[type='datetime-local']:-moz-calendar-picker-indicator {
  background: transparent;
  font-size: 40px;
  cursor: pointer;
}
.form-golf .box {
  position: relative;
}
.form-golf .box input[type='submit'],
.form-golf .box input[type='button'] {
  background-color: transparent;
  background-image: url(../images/home/search.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 25px;
  display: block;
  padding: 0px;
  background-repeat: no-repeat;
  right: 10px;
  cursor: pointer;
  margin: 1px 0px 0px 0px;
}
.site-main {
  min-height: 600px;
}
.banner-sec {
  position: relative;
}
.banner-sec .caption {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin: 93px 0px 0px 0px;
  z-index: 1;
}
.banner-sec .caption img {
  width: auto;
  min-height: auto;
  display: block;
  margin: auto;
}
.banner-sec img {
  width: 100%;
  min-height: 690px;
}
.sec-1 {
  padding: 91px 0px 0px 0px;
}
.sec-1 .all-heading {
  margin: 0px 0px 21px 0px;
}
.sec-1 .btn {
  min-width: 150px;
  margin: 6px 0px 0px 0px;
}
.sec-1 .col:first-child {
  width: 42%;
  margin: -2px 0px 0px 0px;
}
.sec-1 .col:last-child {
  width: 58%;
  text-align: right;
}
.sec-2 {
  text-align: center;
  padding: 107px 0px 50px 0px;
}
.sec-2 .container {
  padding: 0px 10px;
}
.sec-2 .all-heading {
  margin: 0px 0px 10px 0px;
}
.sec-2 p {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}
.sec-2 .row {
  margin: 46px 0px 59px 0px;
}
.sec-2 .col {
  position: relative;
  padding: 0px 15px;
  width: 25%;
}
.sec-2 .col .img {
  position: relative;
}
.sec-2 .col .img:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent linear-gradient(180deg, #00000000 0%, #00000066 100%) 0% 0% no-repeat;
  display: block;
  border-radius: 20px;
}
.sec-2 .col h4 {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  bottom: 16px;
  left: 0px;
  right: 0px;
  font-weight: 700;
}
.sec-2 .col a {
  color: #fff;
}
.sec-3 {
  margin: 50px 0px 0px 0px;
  background-color: #fafafa;
  border-top: 1px rgba(118, 186, 87, 0.5) solid;
  border-bottom: 1px rgba(118, 186, 87, 0.5) solid;
  overflow: hidden;
}
.sec-3 .slick-track {
  display: none;
}
.sec-3 .slick-list .slick-track {
  display: block;
}
.sec-3 img {
  width: 100%;
}
.sec-3 .all-heading {
  font-size: 20px;
  line-height: 28px;
}
.sec-3 .col {
  width: 50%;
}
.sec-3 .col:last-child {
  padding: 41px 42px 0px 51px;
  margin-bottom: -85px;
}
.sec-3 .thumbnail {
  border: 1px solid #e2e2e2;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px 13px 0px;
  align-items: flex-start;
}
.sec-3 .img {
  width: 32%;
  float: left;
}
.sec-3 .content {
  width: 68%;
  float: left;
  padding: 26px 20px 0px 20px;
}
.sec-3 .content h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin: 0px 0px 5px 0px;
}
.sec-4 {
  text-align: center;
  padding: 96px 0px 0px 0px;
}
.sec-4 .container {
  padding: 0px 50px;
}
.sec-4 .all-heading {
  margin: 0px 0px -1px 0px;
}
.sec-4 .row {
  margin: 49px 0px 58px 0px;
}
.sec-4 .col {
  width: 33.33%;
  padding: 0px 15px;
  position: relative;
}
.sec-4 .col:before {
  content: '';
  width: 159px;
  height: 158px;
  position: absolute;
  right: -80px;
  top: -11px;
}
.sec-4 .col.line-1:before {
  background-image: url(../images/home/arrow-line-1.svg);
}
.sec-4 .col.line-2:before {
  background-image: url(../images/home/arrow-line-2.svg);
}
.sec-4 .col:after {
  content: '';
  border-left: 1px dashed #394154;
  position: absolute;
  height: 123px;
  right: 0px;
  bottom: 27px;
  display: block;
}
.sec-4 .col:last-child:after {
  display: none;
}
.sec-4 .col p {
  max-width: 285px;
  margin: auto;
}
.sec-4 .icon {
  margin: 0px auto 35px auto;
}
.sec-4 h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #f47525;
  margin: 0px 0px 4px 0px;
}
.sec-4 p {
  color: #999999;
}
.sec-5 {
  padding: 98px 0px 0px 0px;
  overflow-x: hidden;
}
.sec-5 .slick-slider {
  padding: 0px 0px 0px 0px;
}
.sec-5.slider-half .slick-slider {
  padding: 0px 0px 0px 0px;
}
.sec-5.slider-half .slick-slider .slick-list {
  margin-right: -25%;
}
.sec-5 .slick-slider .slick-track {
  display: flex;
}
.sec-5.slider-half .slick-slide.slick-current:first-child {
  margin-left: 75px;
}
.sec-5.slider-half .slick-slide {
  width: 400px !important;
}
.sec-5 .all-heading {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 18px 0px;
  text-align: center;
}
.sec-5.slider-half .all-heading {
  padding: 0px 0px 0px 90px;
  text-align: left;
}
.sec-5 ul {
  margin: 0px auto;
  max-width: 1200px;
}
.sec-5.slider-half ul {
  margin: 0px 0px;
  max-width: 100%;
}
.sec-5 .thumbnail {
  margin: 15px 15px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.sec-5.slider-half .thumbnail {
  width: 370px;
}
.sec-5 .img {
  background-color: #f4f4f4;
  padding: 270px 0px 0px 0px;
  width: 100%;
  position: relative;
}
.sec-5 .img img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.sec-5 .pre-title {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 11px 0px;
}
.sec-5 .content {
  height: 50px;
  overflow: hidden;
  display: block;
}
.sec-5 .content a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #394154;
}
.sec-5 .caption {
  padding: 15px 20px 25px 20px;
}
.sec-5 .caption ul {
  display: flex !important;
  margin: 14px 0px 0px 0px;
  flex-wrap: wrap;
}
.sec-5.slider-half .caption ul {
  flex-wrap: nowrap;
}
.sec-5 .caption li {
  padding: 5px 0px 5px 28px;
  position: relative;
  min-height: 24px;
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0px 17px 0px 0px;
}
.sec-5.slider-half .caption li {
  padding: 0px 0px 0px 28px;
}
.sec-5 .caption li img {
  position: absolute;
  left: 0px;
  top: 6px;
}
.sec-5.slider-half .caption li img {
  top: 2px;
}
.sec-6 {
  padding: 77px 0px 0px 0px;
}
.sec-6 .container {
  max-width: 1316px;
}
.sec-6 .col {
  width: 53.7%;
  padding: 0px 48px;
}
.sec-6 .col img {
  margin: 0px 0px 21px 0px;
}
.sec-6 .col img:last-child {
  margin: 0px 0px 0px 0px;
}
.sec-6 .col:last-child {
  width: 46.3%;
  margin: -3px 0px 0px 0px;
}
.sec-6 .col p {
  margin: 0px 0px 27px 0px;
}
.sec-6 .accordion {
  width: 100%;
  margin: 26px auto 0px;
}
.sec-6 .accordion > li {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  transition: all 1s ease;
}
.sec-6 .accordion .active {
  transition: all 8s ease;
}
.sec-6 .accordion .link {
  position: relative;
  display: block;
  padding: 16px 20px 14px 20px;
  color: #f47525;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  margin: 0px;
  cursor: pointer;
}
.sec-6 .accordion .active .link {
  color: #76ba57;
}
.sec-6 .accordion .link:hover {
  color: #76ba57;
}
.sec-6 .submenu {
  display: none;
}
.sec-6 .accordion .submenu {
  margin: 0px 0px 0px 0px;
  display: flex !important;
  flex-wrap: wrap;
  height: auto !important;
  overflow: hidden;
  transition: all 1s ease;
  max-height: 0px;
  opacity: 0;
}
.sec-6 .accordion .active .submenu {
  max-height: 3200px;
  overflow: visible;
  opacity: 1;
  margin: -1px 0px 12px 0px !important;
  transition: all 3s ease;
}
.sec-6 .accordion .submenu > li {
  color: #54565b;
  padding: 0px 15px 7px 55px;
  transition: all 3s ease;
  position: relative;
}
.sec-6 .accordion .submenu > li:before {
  content: '';
  background-image: url(../images/home/tick.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 2px;
}
.sec-6 .fa {
  position: absolute;
  background-image: url(../images/home/plus.svg);
  top: 16px;
  right: 19px;
  width: 30px;
  height: 30px;
  display: block;
}
.sec-6 .active .fa {
  background-image: url(../images/home/minus.svg);
}
.sec-7 {
  padding: 98px 0px 31px 0px;
  text-align: center;
}
.sec-7 .container {
  max-width: 1244px;
}
.sec-7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0px 0px 0px;
}
.sec-7 li {
  float: left;
  padding: 0px 12px 0px 13px;
  width: 16.66%;
}
.sec-7 .brands {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 10px;
  height: 102px;
  display: block;
}
.sec-7 .brands img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.site-footer {
  background: #394154;
  position: relative;
  padding: 167px 0px 0px 0px;
}
.site-footer:before {
  content: '';
  background-image: url(../images/home/shape.svg);
  position: absolute;
  top: -10.8%;
  left: 0px;
  right: 0px;
  padding: 10.8% 0% 0% 0%;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin: 0px 0px 0px 0px;
}

@media only screen and (max-width: 1366px) {
  .site-footer:before {
    top: -1px;
    padding: 117px 0px 0px 0px;
  }
}
.site-footer .container {
  padding: 0px 10px;
}
.site-footer .col {
  padding: 0px 15px;
}
.site-footer .col:nth-of-type(1) {
  width: 14.5%;
}
.site-footer .col:nth-of-type(2) {
  width: 16.6%;
}
.site-footer .col:nth-of-type(3) {
  width: 16.6%;
}
.site-footer .col:nth-of-type(4) {
  width: 24.4%;
}
.site-footer .col:nth-of-type(5) {
  width: 27.9%;
}
.site-footer h4 {
  color: #76ba57;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.site-footer input,
.site-footer p,
.site-footer a {
  color: #c4c6cb;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px;
  letter-spacing: 0.28px;
}
.site-footer input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c4c6cb;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
}
.site-footer input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c6cb;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
  opacity: 1;
}
.site-footer input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c4c6cb;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
}
.site-footer input:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c6cb;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
}
.site-footer a:hover {
  color: #76ba57;
}
.site-footer .col:nth-of-type(2) ul {
  max-height: 185px;
  overflow-y: scroll;
  max-width: 132px;
}
.site-footer .col:nth-of-type(2) ul::-webkit-scrollbar {
  width: 7px;
}
.site-footer .col:nth-of-type(2) ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.site-footer .col:nth-of-type(2) ul::-webkit-scrollbar-thumb {
  background-color: rgba(227, 227, 227, 0.28);
  border-radius: 20px;
}

/*Firefox css hack*/
@-moz-document url-prefix() {
  .site-footer .col:nth-of-type(2) ul li {
    padding-right: 25px;
    word-break: break-word;
  }
}
.site-footer .email {
  margin: 0px 0px 24px 0px;
  display: inline-block;
}
.site-footer .newsletter-col p {
  letter-spacing: 0px;
}
.site-footer .newsletter {
  position: relative;
  margin: 25px 0px 0px 0px;
}
.site-footer input {
  background: transparent;
  padding: 0px 40px 6px 0px;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 600;
  width: 100%;
}
.site-footer input[type='submit'],
.site-footer input[type='button'],
.site-footer button {
  background-image: url(../images/home/signup-arrow.svg);
  width: 21px;
  height: 18px;
  position: absolute;
  right: 9px;
  border: 0px;
  top: 5px;
  padding: 0px;
  cursor: pointer;
}
.site-footer .social-media {
  margin: 19px 0px 0px 3px;
}
.site-footer .social-media a {
  /* margin: 0px 6px 0px 0px; */
  margin: 0px 10.1px 0px 0px;
}
.site-footer .social-media a:last-child {
  margin: 0px;
}
.site-footer .social-media a circle,
.site-footer .social-media a path {
  transition: all 0.3s ease;
}
.site-footer .social-media a:hover circle {
  fill: #76ba57;
}
.site-footer .social-media a:hover path {
  fill: white;
}
.copyright-sec {
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: center;
  padding: 11px 0px 9px 3px;
  margin: 22px 15px 0px 15px;
}
.copyright-sec p {
  color: #898d97;
}

/* CP Start */
.cp-banner {
  position: relative;
  margin: 94px 0px 0px 0px;
}
.cp-banner img {
  width: 100%;
}
.cp-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0px;
  right: 0px;
  padding: 0px 25px;
  margin: 62px 0px 0px 0px;
}
.cp-banner h1 {
  font-weight: 800;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  margin: 0px 0px 5px 0px;
  text-shadow: 0px 0px 10px #00000089;
}
.cp-banner .breadcrumbs {
  justify-content: center;
}
.cp-banner .breadcrumbs span,
.cp-banner .breadcrumbs a {
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 10px #000000cc;
}
.cp-banner .breadcrumbs .slash {
  margin: 0px 13px;
}
.cp-banner .breadcrumbs .current {
  color: #fff;
}
.cp-banner .breadcrumbs a:hover {
  color: #5cc14b;
}
.container.cp-lists {
  max-width: 1240px;
  padding: 0px 0px 50px 0px;
}
.cp-lists > .row {
  margin: 100px 0px 0px 0px;
}
.cp-lists .side-grid,
.cp-lists .main-content-grid {
  float: left;
  padding: 0px 25px;
}
.cp-lists .side-grid {
  width: 25.88%;
}
.in-Store {
  border: 1px #76ba57 solid;
  border-radius: 10px;
}
.in-Store h2 {
  font-size: 18px;
  line-height: 32px;
  display: block;
  padding: 7px 15px 1px 15px;
  color: #fff;
  background-color: #76ba57;
  border-radius: 10px 10px 0px 0px;
}
.in-Store p {
  line-height: 24px;
  padding: 0px 0px 0px 1px;
  margin: 0px 0px 13px 0px;
}
.in-Store .content {
  padding: 18px 17px 19px 17px;
}
.in-Store .btn {
  min-width: auto;
  width: 100%;
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 9px 20px 8px 20px;
}
.in-Store .btn img {
  margin: -2px 10px 0px 0px;
}
.in-Store .btn:last-child {
  margin: 0px;
}
.cp-lists .main-content-grid {
  width: 74.12%;
}
.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0px 7px 0px;
}
.filter h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #394154;
}
.filter .clear {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: underline;
  color: #f47525;
  margin: -1px 10px 0px 0px;
}
.filter .clear:hover {
  color: #76ba57;
}
.side-grid .cp-accordion > li {
  border: 1px solid #f4f4f4;
  border-radius: 10px 10px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
.side-grid .cp-accordion > li .link {
  margin: 0px;
  padding: 6px 40px 3px 15px;
  border-radius: 10px 10px 0px 0px;
  background: #f4f4f4;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  position: relative;
}
.side-grid .cp-accordion > li .link .fa {
  position: absolute;
  background: url(../images/home/down-arrow.svg);
  width: 14px;
  height: 8px;
  display: block;
  right: 16px;
  top: 16px;
}
.side-grid .cp-accordion .submenu {
  display: flex;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  max-height: 1500px;
  overflow: visible;
  opacity: 1;
  margin: 17px 10px 15px 10px;
}
.side-grid .cp-accordion > li.open .submenu {
  margin: 0px 10px 0px 10px;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}
.side-grid .cp-accordion .submenu > li {
  position: relative;
  padding: 0px 0px 9px 0px;
  width: 100%;
}
.side-grid .cp-accordion .submenu > li:last-child {
  padding: 0px;
}
.side-grid .cp-accordion label {
  padding: 0px 0px 0px 47px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  min-height: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.side-grid .cp-accordion input[type='checkbox'] {
  border: 0px solid #e2e0e0;
  width: 22px;
  height: 22px;
  border-radius: 0px;
  appearance: none;
  background: url(../images/home/tick-1.svg);
  position: absolute;
  left: 0px;
  top: -1px;
}
.side-grid .cp-accordion input[type='checkbox']:checked {
  background: url(../images/home/tick-2.svg);
}
.side-grid .cp-accordion input[type='checkbox']:checked ~ span {
  color: #f47525;
}
.info {
  display: flex;
  border: 1px solid #f07539;
  border-radius: 10px;
  background: #f4752514;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  padding: 8px 10px 8px 10px;
  align-items: center;
  font-weight: bold;
}
.info img {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
.info label {
  padding: 0px 0px 0px 0px;
}
.step-sec {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: 0px 0px 37px 0px;
}
.step-sec .caption {
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}
.step-sec .caption .step {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 10px auto;
  color: #76ba57;
  font-size: 20px;
  line-height: 49px;
  font-weight: 700;
  border: 1px dashed #394154;
  border-radius: 50%;
}
.step-sec .caption p {
  font-size: 14px;
  line-height: 22px;
  margin: auto;
}
.step-sec .caption:nth-of-type(1) p {
  max-width: 126px;
}
.step-sec .caption:nth-of-type(2) p {
  max-width: 244px;
}
.step-sec .caption:nth-of-type(3) p {
  max-width: 152px;
}
.step-sec .caption:nth-of-type(4) p {
  max-width: 186px;
}
.step-sec .caption:first-child {
  padding-left: 0px;
}
.step-sec .caption:last-child {
  padding-right: 0px;
}
.grid-list {
  margin: 0px -11px;
}
.main-content-grid .grid-list {
  margin: 0px -11px 32px -11px;
}
.grid-list li {
  padding: 0px 11px;
  margin: 0px 0px 38px 0px;
  width: 33.33%;
}
.grid-list .img {
  background-color: #f4f4f4;
  padding: 200px 0px 0px 0px;
  width: 100%;
  position: relative;
}
.grid-list .img img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.grid-list .pre-title {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}
.grid-list .content a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #394154;
  height: 43px;
  min-height: 43px;
  max-height: 43px;
  display: flex;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: all 0.3s ease;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.grid-list .content a:hover {
  max-height: inherit;
  height: auto;
  min-height: 43px;
}
.grid-list .thumbnail {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.grid-list .caption {
  padding: 14px 15px 21px 15px;
}
.grid-list .btn {
  min-width: auto;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 9px 20px 8px 20px;
  font-size: 14px;
  line-height: 18px;
}
.grid-list .link-breakdown {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  color: #f47525;
  font-weight: 600;
  padding: 0px 0px 6px 0px;
}
.grid-list .link-breakdown:hover {
  color: #76ba57;
}
.grid-list .link-breakdown:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #f07539;
}
.grid-list .link-breakdown.no-breakdown:after {
  display: none;
}
.grid-list .link-breakdown:hover:after {
  border-bottom-color: #76ba57;
}
.grid-list .details-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 8px 10px 4px 10px;
  text-align: center;
}
.grid-list .details-btn:hover {
  background: rgba(57, 65, 84, 0.85);
}
.grid-list .content {
  display: block;
  padding: 0px 0px 8px 0px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers > .numbers {
  font-size: 16px;
  line-height: 28px;
  color: #394154;
  float: left;
  margin: 0px 10px;
  cursor: pointer;
}
.page-numbers > .numbers:hover {
  color: #76ba57;
}
.page-numbers > .numbers.current {
  background: #76ba57;
  padding: 7px 16px 5px 17px;
  font-weight: 700;
  color: #fff;
}
.page-numbers .prev,
.page-numbers .next {
  border: 1px solid #e2e0e0;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-numbers .prev.active,
.page-numbers .next.active,
.page-numbers .prev:hover,
.page-numbers .next:hover {
  color: #fff;
  background: #76ba57;
  border-color: #76ba57;
}
.page-numbers .prev:before {
  content: '';
  background: url(../images/home/prev-arrow.svg);
  margin: -2px 16px 0px 0px;
  width: 7px;
  height: 11px;
}
.page-numbers .prev.active:before,
.page-numbers .prev:hover:before {
  background: url(../images/home/prev-arrow-hv.svg);
}
.page-numbers .next:after {
  content: '';
  background: url(../images/home/next-arrow.svg);
  margin: -2px 0px 0px 16px;
  width: 7px;
  height: 11px;
}
.page-numbers .next.active:after,
.page-numbers .next:hover:after {
  background: url(../images/home/next-arrow-hv.svg);
}

/* CP End */
/* PP Start */
.container.pp-pg {
  margin: 230px auto 100px auto;
}
.pp-pg .breadcrumbs {
  margin: 0px 0px 26px 0px;
}
.pp-pg .pp-left {
  width: 48.1%;
  padding: 0px 31px 0px 0px;
}
.pp-left .slider-single .img {
  background: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
  padding: 73% 0% 0% 0%;
  display: block;
  position: relative;
}
.pp-left .slider-nav .slick-slide .thum img,
.pp-left .slider-single .img img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.pp-left .slider-nav {
  max-width: 430px;
  margin: 32px auto 0px auto;
  /*40px auto 0px auto*/
  position: relative;
  line-height: 0;
  /*added by pd*/
}
.pp-left .slider-nav.slick-slider .slick-track {
  display: flex;
  justify-content: center;
}
.pp-left .slider-nav .slick-slide {
  margin: 0px 6px;
}
.pp-left .slider-nav .slick-slide .thum {
  margin: 0px auto;
  width: 73px;
  display: block;
  padding: 72.5% 0% 0% 0%;
  display: block;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  border: 1px #f4f4f4 solid;
}
.pp-left .slider-nav .slick-slide.is-active .thum {
  border-color: #5cc14b;
}
.pp-left .slider-nav .slick-arrow {
  color: transparent;
  width: 11px;
  height: 19px;
  border: 0px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  margin: auto;
  display: block;
  padding: 0px;
  background: transparent;
  z-index: 1;
  cursor: pointer;
}
.pp-left .slider-nav .slick-arrow.slick-prev {
  background: url(../images/home/thum-img-prev.svg);
  left: -21px;
}
.pp-left .slider-nav .slick-arrow.slick-next {
  background: url(../images/home/thum-img-next.svg);
  right: -21px;
}
.pp-left .slider-nav .slick-arrow.slick-prev::before,
.pp-left .slider-nav .slick-arrow.slick-next::before {
  display: none;
}
.pp-pg .pp-right {
  width: 53.3%;
  padding: 24px 0px 0px 30px;
  margin-right: -2.5%;
}
.pp-right .company-title {
  font-size: 16px;
  line-height: 16px;
  color: #f47525;
  display: block;
  padding: 0px 0px 11px 0px;
  font-weight: 500;
}
.pp-pg .pp-right .all-heading {
  font-size: 26px;
  line-height: 34px;
  color: #394154;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  padding: 0px 0px 16px 0px;
  font-weight: 500;
  margin: 0px 0px 24px 0px;
}
.pp-right .step-sec .caption .step {
  margin: 4px 15px 0px 0px;
  min-width: 45px;
}
.pp-right .step-sec .caption:last-child {
  margin: 0px;
}
.pp-right .step-sec {
  justify-content: flex-start;
  margin: 0px 0px 40px 0px;
}
.pp-right .step-sec .caption {
  padding: 0px;
  margin: 0px 20px 0px 0px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
.pp-right .step-sec .caption p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.pp-right .step-sec .caption:nth-of-type(1) p {
  min-width: 129px;
}
.pp-right .step-sec .caption:nth-of-type(2) p {
  min-width: 149px;
}
.pp-right .step-sec .caption:nth-of-type(3) p {
  min-width: 96px;
}
.from-price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #76ba57;
  display: block;
  padding: 0px 0px 20px 0px;
}
.pp-detail-lists {
  display: flex;
  flex-wrap: wrap;
}
.pp-detail-lists li {
  border-radius: 10px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #394154;
  font-family: 'Nunito', sans-serif;
  padding: 9px 20px 7px 20px;
  margin: 0px 10px 10px 0px;
}
.pp-detail-lists li img {
  margin: 0px 9px 0px 0px;
}
.pp-form {
  border: 1px solid #e8e8e8;
  background: #f7f7f729;
  display: block;
  padding: 25px 26px 29px 26px;
  margin: 25px 0px 0px 0px;
}
.pp-form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #394154;
  line-height: 22px;
  display: block;
  padding: 0px 0px 22px 0px;
}
.pp-form input,
.pp-form select {
  border: 1px solid #384056;
  border-radius: 10px;
  height: 50px;
  padding: 0px 20px;
  width: 100%;
  display: block;
  background: #b5b5b514;
  font-size: 16px;
  font-weight: 500;
}
.pp-form input {
  margin: 4px 0px 26px 0px;
}
.pp-form p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0px -5px 17px 0px;
}
.pp-form select {
  color: #f47525;
  padding: 0px 10px;
  appearance: none;
  background: #b5b5b514 url(../images/home/pp-select-arrow.svg) right 20px center no-repeat;
  margin: -5px 0px 16px 0px;
}
.pp-form .link-cost {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #f47525;
  font-weight: 600;
  padding: 0px 0px 7px 0px;
  margin: 11px 0px 0px 0px;
  display: inline-block;
}
.pp-form .link-cost:hover {
  color: #76ba57;
}
.pp-form .link-cost:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #f07539;
}
.pp-form .link-cost:hover:after {
  border-bottom-color: #76ba57;
}
.pp-right .btn {
  min-width: auto;
  width: 100%;
  margin: 9px 0px 0px 0px;
  font-size: 20px;
  font-weight: 700;
  padding: 11px 20px 11px 20px;
}
.pp-right .btn.btn-secondary {
  background: #76ba57;
}
.pp-right .btn.btn-secondary:hover {
  background: #f47525;
}
.product-info {
  border-top: 1px rgba(118, 186, 57, 0.5) solid;
  border-bottom: 1px rgba(118, 186, 57, 0.5) solid;
  background: transparent;
  padding: 40px 0px 40px 0px;
  margin: 40px 0px 0px 0px;
}
.product-info .container {
  max-width: 100%;
  padding: 0px;
}
.product-info .tabs {
  display: flex;
  margin: 0px 0px 20px 0px;
}
.product-info .tabs li {
  margin: 0px 10px 0px 0px;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  padding: 0px 0px 5px 0px;
  color: #5cc14b;
  font-weight: 700;
}
.product-info .tabs li:after {
  content: '';
  border-bottom: 2px #5cc14b solid;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.product-info .tabs li:last-child {
  margin: 0px;
}
.product-info .content,
.product-info p {
  font-size: 14px;
  line-height: 26px;
  max-width: 711px;
}
.product-info .content ul {
  margin: 23px 0px 0px 0px;
}
.product-info .content li {
  position: relative;
  padding: 0px 0px 0px 15px;
  font-size: 16px;
  line-height: 27px;
}
.product-info .content li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 9px;
  background: #76ba57;
  display: block;
}
.related {
  padding: 0px 1px 31px 0px;
}
.related .all-heading {
  margin: 0px 0px 33px 0px;
}
.related .grid-list li {
  width: 25%;
}
.css-usr74d .react-datepicker:not(.react-datepicker--time-only) {
  width: 100%;
}
.pp-form .booking-calendar {
  margin-bottom: 18px;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__month-container {
  padding: 0px;
  width: 100%;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--keyboard-selected:not(.react-datepicker__day--in-range) {
  background-color: transparent;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--today:not(.react-datepicker__day--selected):not(:empty) {
  line-height: 27px;
  border-color: transparent;
}
.pp-form .css-usr74d .react-datepicker {
  color: #394154;
  font-family: 'Nunito', sans-serif;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #384056;
  overflow: hidden;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__current-month,
.pp-form .css-usr74d .react-datepicker .react-datepicker-year-header {
  border-radius: 10px 10px 0px 0px;
  line-height: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0px;
  color: #394154;
  background: #b5b5b514;
  border-bottom: 1px solid #384056;
  display: block;
  padding: 12px 0px 16px 0px;
}
.pp-form .css-usr74d .react-datepicker > .react-datepicker__navigation {
  top: 13px;
  background-color: transparent;
}
.pp-form .css-usr74d .react-datepicker > .react-datepicker__navigation:hover {
  opacity: 0.5;
}
.pp-form .css-usr74d .react-datepicker > .react-datepicker__navigation.react-datepicker__navigation--next {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  right: 10px;
  background-color: #000;
  background-image: url('../images/home/cal-next.svg');
}
.pp-form .css-usr74d .react-datepicker > .react-datepicker__navigation.react-datepicker__navigation--previous {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  left: 10px;
  background-color: #000;
  background-image: url('../images/home/cal-prev.svg');
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day-name {
  margin: 0;
  line-height: 1.5;
  width: 14%;
  font-size: 15px;
  letter-spacing: 0px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  color: #394154;
  opacity: 0.5;
}
.pp-form .react-datepicker__day-names {
  margin: 10px 0px 0px 0px;
}
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__header:not(.react-datepicker-year-header)
  + .react-datepicker__month,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__header:not(.react-datepicker-year-header)
  + .react-datepicker__year {
  margin: 0px;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day {
  margin: 0;
  width: 14%;
  border-radius: 50%;
  line-height: 27px;
  color: rgba(51, 48, 60, 0.87);
  font-size: 19px;
  padding: 12px 0px 17px 0px;
  margin: 8px 0px 8px 0px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  color: #394154;
}
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--disabled:not(.react-datepicker__day--selected) {
  cursor: not-allowed;
  color: rgba(51, 48, 60, 0.38) !important;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day,
.css-usr74d .react-datepicker .react-datepicker__month-text,
.pp-form .css-usr74d .react-datepicker .react-datepicker__quarter-text,
.css-usr74d .react-datepicker .react-datepicker__year-text {
  color: #394154 !important;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--in-range,
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--in-selecting-range {
  border-radius: 0px !important;
  color: #394154 !important;
  background-color: rgba(255, 109, 0, 0.1) !important;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__month--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__year-text--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__quarter--selected,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--range-start.react-datepicker__day--in-range,
.pp-form .css-usr74d .react-datepicker .react-datepicker__day.react-datepicker__day--range-start {
  background-color: transparent !important;
  position: relative;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--selected::before,
.pp-form .css-usr74d .react-datepicker .react-datepicker__month--selected::before,
.pp-form .css-usr74d .react-datepicker .react-datepicker__year-text--selected::before,
.pp-form .css-usr74d .react-datepicker .react-datepicker__quarter--selected::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--range-start.react-datepicker__day--in-range::before,
.pp-form .css-usr74d .react-datepicker .react-datepicker__day.react-datepicker__day--range-start::before {
  content: '';
  background: #76ba57;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -5px;
  bottom: 0px;
  display: block;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}
.pp-form .css-usr74d .react-datepicker .partialDisable.react-datepicker__day--selected::before,
.pp-form .css-usr74d .react-datepicker .partialDisable.react-datepicker__month--selected::before,
.pp-form .css-usr74d .react-datepicker .partialDisable.react-datepicker__year-text--selected::before,
.pp-form .css-usr74d .react-datepicker .partialDisable.react-datepicker__quarter--selected::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .partialDisable.react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .partialDisable.react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .partialDisable.react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--range-start.react-datepicker__day--in-range::before,
.pp-form
  .css-usr74d
  .react-datepicker
  .partialDisable.react-datepicker__day.react-datepicker__day--range-start::before {
  background: #ffac1c;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__month--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__year-text--selected,
.pp-form .css-usr74d .react-datepicker .react-datepicker__quarter--selected,
.pp-form
  .css-usr74d
  .react-datepicker
  .react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range {
  box-shadow: none;
}
.pp-form .css-usr74d .react-datepicker .react-datepicker__day:hover,
.css-usr74d .react-datepicker .react-datepicker__month-text:hover,
.pp-form .css-usr74d .react-datepicker .react-datepicker__quarter-text:hover,
.css-usr74d .react-datepicker .react-datepicker__year-text:hover {
  background-color: transparent !important;
}
.related .grid-list .caption {
  padding: 14px 15px 22px 15px;
}

/* PP End */

/* Slider CSS Start*/
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider CSS End */

/* Custom Css by PD Start*/
#custom-format-pickup-date-picker {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background-image: url(../images/home/calendar.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding: 2px 0px 0px 10px;
  box-sizing: border-box;
}
.box .MuiTextField-root {
  width: 100%;
}
.cp-lists .product-cover-image {
  height: 200px;
  width: 150px;
}

/* Custom Css by PD End*/

/* CMS page Start */
.container.cms-page {
  margin: 230px auto 60px auto;
}
.cms-page hr {
  border: 0px;
  height: 1px;
  background: #e8e8e8;
  margin: 0px 0px 30px 0px;
  display: block;
}
.cms-page h2 {
  margin: 0px 0px 10px 0px;
}
.container.cms-page .all-heading,
.container.cms-page .all-sub-heading {
  text-align: center;
}
.cms-page .all-heading {
  margin: 30px 0px 20px 0px;
}
.container.cms-page .all-sub-heading {
  margin: -20px 0px 30px 0px;
}
.cms-page .cms-accordion > li {
  border: 1px solid #f4f4f4;
  border-radius: 10px 10px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
.cms-page .cms-accordion > li .link {
  margin: 0px;
  padding: 6px 40px 3px 15px;
  border-radius: 10px 10px 0px 0px;
  background: #f4f4f4;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  position: relative;
}
.cms-page .cms-accordion > li .link .fa {
  position: absolute;
  background: url(../images/home/down-arrow.svg);
  width: 14px;
  height: 8px;
  display: block;
  right: 16px;
  top: 16px;
}
.cms-page .cms-accordion > li.open .link .fa {
  background: url(../images/home/signup-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 21px;
  height: 18px;
  top: 10px;
}
.cms-page .cms-accordion .cms-contect {
  display: flex;
  transition: all 0.3s ease;
  flex-wrap: wrap;
  padding: 0px 20px 0px 20px;
  margin: 0px;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}
.cms-page .cms-accordion > li.open .cms-contect {
  max-height: 1500px;
  overflow: visible;
  opacity: 1;
  padding: 20px 20px 20px 20px;
}
.promotions {
  margin: 0px -11px 0px -11px;
  justify-content: center;
}
.promotions li {
  padding: 10px 11px;
  margin: 0px;
  width: 50%;
  float: left;
}
.promotions .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.partners {
  margin: 0px -11px 0px -11px;
}
.partners li {
  padding: 0px 11px;
  margin: 0px 0px 22px 0px;
  width: 25%;
  float: left;
}
.partners .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.partners .img img {
  max-height: 75px;
  width: auto;
}
.pricing {
  display: flex;
  flex-wrap: wrap;
}
.pricing li {
  margin: 0px 0px 100px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pricing li:last-child {
  margin: 0px;
}
.pricing .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  display: flex;
  width: 50%;
  float: left;
}
.pricing .txt {
  float: left;
  width: 50%;
  padding: 60px;
}
.pricing h2 {
  line-height: 1.5;
}
.how-it-works li {
  margin: 0px 0px 100px 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.how-it-works li:last-child {
  margin: 0px;
}
.how-it-works .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  display: flex;
  width: 50%;
  float: left;
}
.how-it-works .txt {
  float: left;
  width: 50%;
  padding: 60px;
}
.how-it-works h2 {
  line-height: 1.5;
}
.no-pg {
  text-align: center;
}
.no-pg .all-heading {
  font-size: 50px;
}
.no-pg h2 {
  line-height: 1.8;
}

/* CMS page End */

/* System Page Start */
.container.system-pg {
  margin: 230px auto 60px auto;
}
.login-register-page .row {
  margin: 0px -25px 0px -25px;
}
.login-register-page .col {
  width: 50%;
  padding: 0px 25px;
}
.system-pg.login-register-page .all-sub-heading,
.system-pg.login-register-page .all-heading {
  text-align: left;
}
.system-pg .form-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0px 0px 20px 0px;
  align-items: center;
  position: relative;
}
.system-pg .form-row .eye {
  position: absolute;
  top: 10px;
  /*top: 48px;*/
  right: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;

  background: url(../images/home/password-eye.svg);
}
.system-pg .form-row .fas.eye {
  background: url(../images/home/password-eye-hidden.svg);
}
.system-pg fieldset legend,
.system-pg .form-row label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 10px 0px;
  line-height: 28px;
}
.system-pg fieldset legend {
  padding: 0px;
}
.system-pg select,
.system-pg textarea,
.system-pg input[type='search'],
.system-pg input[type='number'],
.system-pg input[type='tel'],
.system-pg input[type='password'],
.system-pg input[type='email'],
.system-pg input[type='text'] {
  width: 100%;
  border: 0px solid #384056;
  border-radius: 10px;
  height: 45px;
  padding: 0px 20px;
  width: 100%;
  display: block;
  background: #b5b5b514;
  font-size: 16px;
  font-weight: 500;
}
.system-pg input + span {
  display: block;
  padding: 10px 0px 0px 0px;
}
.system-pg fieldset {
  border-radius: 10px;
  border: 1px #f4f4f4 solid;
  margin: 30px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.system-pg textarea {
  height: 120px;
  padding: 20px 20px;
}
.system-pg select {
  padding: 0px 10px;
  appearance: none;
  background: #b5b5b514 url(../images/home/pp-select-arrow.svg) right 20px center no-repeat;
}
.system-pg .form-row label.checkbox {
  float: left;
  width: 50%;
}
.system-pg .form-row label.checkbox span {
  padding: 0px;
  display: inline-block;
}
.system-pg .form-row label.lost_password {
  float: right;
  width: 50%;
  text-align: right;
}
.system-pg .btn {
  min-width: auto;
  width: 100%;
  padding: 9px 20px 8px 20px;
}
.system-pg .required {
  color: red;
}
.system-pg .all-sub-heading,
.system-pg .all-heading {
  text-align: center;
}
.system-pg .all-heading {
  margin: 30px 0px 20px 0px;
}
.system-pg .all-sub-heading {
  margin: -20px 0px 30px 0px;
  text-align: center;
}
.lost-password-page .col {
  max-width: 500px;
  margin: auto;
  width: 100%;
}
.system-pg table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  border-right: 1px #fafafa solid;
  border-top: 1px #fafafa solid;
}
.system-pg table th,
.system-pg table td {
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #394154;
  font-weight: 400;
  border-left: 1px #fafafa solid;
  border-bottom: 1px #fafafa solid;
  vertical-align: top;
}
.system-pg.cart-pg table th {
  white-space: pre;
}
.system-pg table tr:nth-of-type(2n) {
  background: #fafafa;
}
.system-pg table th {
  background: #fafafa;
  text-align: left;
  font-weight: 600;
}
.system-pg table .product-thumbnail img {
  max-width: 60px;
  height: auto;
}
.system-pg table dd {
  margin: 0px 0px 10px 0px;
}
.system-pg table dt {
  font-weight: 700;
}
.system-pg table a.remove {
  font-size: 20px;
}
.system-pg table .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.container.system-pg.cart-pg .all-heading {
  text-align: left;
}
.system-pg table td.actions {
  vertical-align: bottom;
}
.system-pg table .coupon label {
  width: 15%;
  float: left;
}
.system-pg table .coupon input {
  width: 49%;
  float: left;
  margin: 0 1% 0 0;
}
.system-pg table .coupon .btn {
  float: right;
  width: 35%;
}
.system-pg table .btn-update {
  float: right;
  width: 20%;
}
.cart-collaterals {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cart-collaterals .all-heading {
  text-align: left;
}
.cart-collaterals .cart_totals {
  width: 100%;
}
.container.system-pg.cart-pg table.table.cart-totals-table {
  width: 100%;
  float: none;
}
.cart-collaterals .btn {
  margin: 20px 0px 0px 0px;
  font-size: 20px;
}
.system-pg .cart-collaterals table tr:nth-of-type(2n) {
  background: transparent;
}
.notices-wrapper .info {
  border: 1px solid #e2e2e2;
  background: #fafafa;
  border-radius: 10px;
  display: block;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  justify-content: flex-start;
  padding: 10px 20px 7px 20px;
}
.system-pg .return-to-shop {
  text-align: center;
}
.system-pg .return-to-shop .btn {
  width: auto;
  min-width: auto;
}

/* .showcoupon + .form-checkout-coupon,
.showlogin + .form-checkout-login {
  max-height: 0px;
  transition: all 0.3s ease;
  opacity: 0;
  overflow: hidden;
} */

.showcoupon + .form-checkout-coupon.open,
.showlogin + .form-checkout-login.open {
  max-height: 500px;
  opacity: 1;
  overflow: visible;
}
.my-account-pg .row,
.thank-pg .row,
.checkbox-pg .row {
  margin: 0px -25px;
}
.my-account-pg .col,
.thank-pg .col,
.checkbox-pg .col {
  padding: 0px 25px;
}
.thank-pg .col .all-heading,
.checkbox-pg .col .all-heading {
  text-align: left;
}
.thank-pg .col:first-child,
.checkbox-pg .col:first-child {
  width: 55%;
}
.thank-pg .col:last-child,
.checkbox-pg .col:last-child {
  width: 45%;
}
.system-pg.thank-pg table tr:nth-of-type(2n),
.system-pg.checkbox-pg table tr:nth-of-type(2n) {
  background: transparent;
}
.checkout-payment {
  margin: 30px 0px 0px 0px;
  background: #fafafa;
  padding: 15px;
}
.checkout-payment .payment {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px 15px 0px;
}
.checkout-payment .payment li {
  float: left;
  margin: 0px 5px;
  width: 50px;
}
.payment_box {
  padding: 15px;
  background: #fff;
  border: 1px #fafafa solid;
}
.checkout-message {
  background: #e2401c;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e2401c;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.system-pg .checkout-payment .btn {
  font-size: 20px;
}
.thank-pg .col .all-heading span {
  color: #76ba57;
}
.thank-pg .col:last-child .all-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thank-pg .col:last-child .all-heading a {
  font-size: 16px;
  font-weight: 500;
  float: right;
  display: inline-flex;
  line-height: 22px;
  align-items: center;
}
.thank-pg .col:last-child .all-heading a svg {
  margin: 0px 5px 0px 0px;
}
.thank-pg .col:last-child .all-heading a path {
  fill: #76ba57;
  transition: all 0.3s ease;
}
.thank-pg .col:last-child .all-heading a:hover path {
  fill: #394154;
}
.system-pg.login-register-page .btn,
.system-pg .booking-summary .btn,
.system-pg .form-row.form-btn .btn,
.system-pg .form-checkout-login .btn,
.system-pg .form-checkout-coupon .btn,
.system-pg.thank-pg .btn {
  width: auto;
}
.system-pg .form-row.form-btn,
.system-pg .form-checkout-login .form-row:last-child,
.system-pg .form-checkout-coupon .form-row:last-child {
  text-align: center;
  justify-content: center;
}
.my-account-pg .account-sidebar {
  width: 25%;
}
.my-account-pg .account-main {
  width: 75%;
}
.account-sidebar ul {
  border: 1px #f4f4f4 solid;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 20px;
}
.account-sidebar li {
  border-bottom: 1px #f4f4f4 solid;
}
.account-sidebar li a {
  padding: 10px 0px;
  display: block;
}

/* .account-sidebar li a:hover {
  color:#fff;
  background:  #76BA57;
  border-color: #76BA57 ;
} */
.account-sidebar li:last-child {
  border-bottom: 0px;
}
.system-pg .page-numbers {
  margin: 70px 0px 0px 0px;
}
.system-pg table.order_details tr:nth-of-type(2n) {
  background: transparent;
}
.booking-summary {
  border: 1px #76ba57 solid;
  padding: 15px 20px;
  margin: 15px 0px 0px 0px;
  border-radius: 10px;
}
.booking-summary-list {
  margin: 20px 0px 20px 0px;
}
.booking-summary-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-summary-number .status-complete {
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  float: right;
  background: #5cc14b;
}

/* System Page End */

/* Shop Page Start */
.locations {
  margin: 0px -11px 32px -11px;
}
.locations li {
  padding: 0px 11px;
  margin: 0px 0px 22px 0px;
  width: 25%;
}
.locations .img a {
  background-color: #f4f4f4;
  padding: 92% 0% 0% 0%;
  width: 100%;
  position: relative;
  display: block;
}
.locations .img a img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.locations p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}
.locations .name-main a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #394154;
}
.locations .thumbnail {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
.locations .caption {
  padding: 15px;
  align-items: center;
  display: flex;
}
.locations .caption img {
  margin: 0px 10px 0px 0px;
}
.locations .content {
  padding: 0px;
}

/* Shop Page End */

.form-error {
  color: red;
}
.form-success {
  color: green;
}
.btn.btn-secondary[disabled] {
  cursor: not-allowed;
}
.front-field-error {
  font-size: 13px;
  padding: 10px 0px 0px 10px;
  color: red;
}
.container.system-pg.registration-pg {
  margin: 100px auto 60px auto;
}
.registration-pg .row {
  margin: 0px -25px;
}
.registration-pg .col {
  width: 55%;
  padding: 0px 25px;
}
.registration-pg .col:last-child {
  width: 45%;
  padding: 5px 0px 0px 10px;
}
.registration-pg.system-pg select,
.registration-pg.system-pg textarea,
.registration-pg.system-pg input[type='search'],
.registration-pg.system-pg input[type='number'],
.registration-pg.system-pg input[type='tel'],
.registration-pg.system-pg input[type='password'],
.registration-pg.system-pg input[type='email'],
.registration-pg.system-pg input[type='text'] {
  background: #f4f4f4;
}
.registration-pg ul {
  margin: 30px 0px 30px 0px;
}
.registration-pg li {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 5px 0px 5px 0px;
}
.registration-pg li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #5cc14b;
  display: block;
  border-radius: 100%;
}
.anchor-link {
  cursor: pointer;
}
.disable-link {
  pointer-events: none;
}
.booking.text-white {
  color: #fff;
}
.page-numbers .prev[disabled],
.page-numbers .next[disabled] {
  cursor: not-allowed;
  background-color: #c4c6cb;
  border-color: #c4c6cb;
}
.empty {
  text-align: center;
}

/* product page calenda css */
.booking-calendar {
  margin-bottom: 10px;
}
.form-golf .react-datepicker-popper {
  width: max-content;
}

/* .rmdp-day-picker {
  display: flex;
  justify-content: center;
}
.rmdp-day-picker > div:first-child {
  width: 500px;
} */
/* product page calenda css */

/* .btn.btn-secondary[disabled],
.form-row.loader-center .btn.btn-secondary[disabled] {
  background: #394154 url(../images/home/loader-white1.gif) center center;
  background-size: 28px 28px;
  min-width: 70px;
  color: transparent;
  font-size: 0px;
  text-indent: -9999px;
  background-repeat: no-repeat;
} */

.pp-right .btn.btn-secondary.front-loading,
.btn.front-loading {
  background: #394154 url(../images/home/loader-white1.gif) center center;
  background-size: 28px 28px;
  /* min-width: 70px; */
  color: transparent;
  /* font-size: 0px; */
  /* text-indent: -9999px; */
  background-repeat: no-repeat;
}
.site-footer .newsletter input[type='submit'].newsletter-loading {
  background: transparent url(../images/home/loader-white1.gif) center center;
  background-size: 24px 24px;
  color: transparent;
  font-size: 0px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.unsubscribed-site-main {
  min-height: 300px;
}

/* Category Page Global Calendar CSS Started */
.global-availability-calander-cat-page .rmdp-wrapper {
  width: 100%;
}
.global-availability-calander-cat-page .rmdp-wrapper .rmdp-top-class.rmdp-border-bottom {
  display: flex;
  justify-content: center;
}
.global-availability-calander-cat-page .rmdp-wrapper .rmdp-colors.bottom {
  display: none;
}
.global-availability-calander-cat-page .rmdp-wrapper .rmdp-calendar .rmdp-header .rmdp-arrow-container {
  display: none;
}

/* Category Page Global Calendar CSS Ended */
.hovered {
  background-color: yellow;
  cursor: pointer;
}
.container.system-pg.cart-pg:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}
.container.system-pg.cart-pg .cart-left {
  float: left;
  width: 70%;
}
.container.system-pg.cart-pg .cart-right {
  float: right;
  width: 30%;
  padding-left: 30px;
  margin-top: -100px;
}
.system-pg .coupon .btn {
  font-size: 20px;
  margin: 20px 0px 0px 0px;
}
.system-pg.cart-pg .btn {
  padding: 0px 20px;
  line-height: 45px;
}
.cp-lists .grid-list .availble .thumbnail,
.cp-lists .grid-list .partially .thumbnail,
.cp-lists .grid-list .unavailble .thumbnail {
  position: relative;
}
.cp-lists .grid-list .availble .thumbnail::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  background: green;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
}

.cp-lists .grid-list .availble:hover .thumbnail::after {
  content: 'Available';
  position: absolute;
  right: 6px;
  top: 33px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  z-index: 1;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  background-color: green;
}

.cp-lists .grid-list .partially .thumbnail::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ddd22a;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
}
.cp-lists .grid-list .partially:hover .thumbnail::after {
  content: 'Partially Available';
  position: absolute;
  right: 6px;
  top: 33px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  z-index: 1;
  background-color: #ddd22a;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
}
.cp-lists .grid-list .unavailble .thumbnail::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  background: red;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
}
.cp-lists .grid-list .unavailble:hover .thumbnail::after {
  content: 'Unavailble';
  position: absolute;
  right: 6px;
  top: 33px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  z-index: 1;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
  background-color: red;
}
.copyright-sec p br {
  display: none;
}
.css-1rqsrfa-MuiTypography-root-MuiDialogTitle-root {
  position: relative;
  padding-left: 0 !important;
}
.css-1rqsrfa-MuiTypography-root-MuiDialogTitle-root #cd-close-button {
  position: absolute;
  right: 0;
  top: -10px;
}
.notices-wrapper .coupon a.btn {
  margin: 0;
}
.site-header .header .row.header_mobile,
.step-info-mob {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .site-header .header > .container,
  .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .h-logo {
    width: 22%;
  }
  .h-cart {
    width: 12%;
    padding: 5px 15px 0px 0px;
  }
  .h-menu {
    width: 66%;
  }
  .h-menu li:first-child {
    margin-left: 12px;
  }
  .h-menu li {
    margin: 0px 12px;
  }
  .h-menu li:last-child {
    margin-right: 12px;
  }
  .h-menu ul {
    justify-content: center;
  }
  .sec-4 .col:last-child::before {
    display: none;
  }
  .sec-1 .col:first-child {
    width: 50%;
  }
  .sec-1 .col:last-child {
    padding: 0 0 0 20px;
    width: 50%;
  }
  .sec-1 .all-heading {
    line-height: 30px;
  }
  .sec-6 .col {
    padding: 0 20px;
  }
  .sec-6 .col:last-child .all-heading {
    font-size: 28px;
  }
  .sec-7 {
    padding: 60px 0px 0 0px;
  }
  .locations .img a img {
    height: 207px !important;
    width: 100% !important;
  }
  .site-main {
    min-height: auto;
  }
  .cp-lists .side-grid {
    padding-right: 0;
  }
  .step-sec .caption:nth-of-type(2) p {
    max-width: 184px;
  }
  .step-sec .caption p {
    padding: 0 5px;
  }
  .pp-pg .pp-left {
    width: 50%;
    padding: 0px 15px 0px 0px;
  }
  .pp-pg .pp-right {
    width: 50%;
    padding: 0 0px 0px 15px;
    margin-right: 0;
  }
  .pp-right .step-sec .caption {
    flex-flow: column;
    margin: 0;
    padding: 0 7px;
    width: 33.33%;
  }
  .pp-right .step-sec .caption:nth-of-type(1) p,
  .pp-right .step-sec .caption:nth-of-type(2) p,
  .pp-right .step-sec .caption:nth-of-type(3) p {
    min-width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .pp-right .step-sec .caption .step {
    margin: 0 auto 20px;
  }
  .related.container {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .related .grid-list .img img {
    width: auto;
  }
  .my-account-pg .row,
  .thank-pg .row,
  .checkbox-pg .row {
    margin: 0px 0;
  }
  .login-register-page .row {
    margin: 0;
  }
  .login-register-page .col:last-child {
    padding: 0 0 0 10px;
  }
  .login-register-page .col:first-child {
    padding: 0 10px 0 0;
  }
  .my-account-pg .account-sidebar {
    padding: 0 15px 0 0;
  }
  .my-account-pg .account-main {
    padding: 0 0 0 15px;
  }
  .col #payment-form {
    width: 100%;
  }
  .grid-list .pre-title {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header {
    position: initial;
    transition: none;
    float: left;
    width: 100%;
  }
  .site-header .header {
    transition: none;
    float: left;
    width: 100%;
    padding: 25px 0px;
  }
  .site-header .header > .container {
    position: relative;
  }
  .form-golf {
    float: left;
    width: 100%;
  }
  .site-main {
    clear: both;
  }
  .h-cart {
    width: 57px;
    float: right;
    padding-top: 0;
  }
  .site-header .header .row {
    display: block;
  }
  .form-golf .col.search {
    width: 25%;
    padding: 0 5px 0 0;
  }
  .form-golf .col.date-time {
    width: 75%;
  }
  .form-golf .col.date-time .box {
    padding: 0px 5px;
    width: 33.3%;
  }
  .form-golf label {
    font-size: 15px;
  }
  .form-golf .col.date-time .btn-primary {
    padding: 0px 5px;
    font-size: 16px;
  }
  .form-golf .col.date-time .box.btn-box {
    width: 33.33%;
  }
  .form-golf .col.date-time .react-datepicker__tab-loop .react-datepicker-popper {
    padding-left: 20px;
  }
  .sec-4 {
    padding: 50px 0px 0px 0px;
  }
  .sec-4 .container {
    padding: 0px 5px;
  }
  .sec-4 .col:before {
    width: 100px;
    height: 100px;
    right: -50px;
    top: 16px;
    background-size: cover;
  }
  .sec-1 .all-heading {
    font-size: 28px;
  }
  .sec-3 .col:last-child {
    padding: 41px 20px 0px 30px;
  }
  .sec-6 .col:first-child {
    padding: 0 10px 0 0;
  }
  .sec-6 .col:last-child {
    padding: 0 0 0 10px;
  }
  .sec-6 .col:last-child .all-heading {
    line-height: 32px;
  }
  .site-footer .col:nth-of-type(1),
  .site-footer .col:nth-of-type(2) {
    width: 23%;
  }
  .site-footer .col:nth-of-type(3) {
    width: 24%;
  }
  .site-footer .col:nth-of-type(4) {
    width: 30%;
  }
  .site-footer .col:nth-of-type(5) {
    width: 100%;
    margin-top: 30px;
  }
  .sec-7 .brands img {
    width: 75%;
  }
  .sec-7 li {
    padding: 0px 5px;
  }
  .banner-sec img {
    min-height: auto;
  }
  .banner-sec .caption {
    margin: 0;
  }
  .banner-sec .caption img:first-child {
    margin: -30px auto 0;
  }
  .banner-sec .caption img:last-child {
    margin: 30px auto 0;
    width: 70%;
  }
  .breadcrumbs {
    display: inline-block;
    margin-top: 20px;
  }
  .locations li {
    width: 33.33%;
  }
  .site-footer {
    padding: 117px 0px 0px 0px;
  }
  .site-footer:before {
    padding: 67px 0px 0px 0px;
  }
  .sec-7 {
    padding: 60px 0px 40px 0px;
  }
  .how-it-works li,
  .pricing li {
    margin: 0px 0px 50px 0px;
  }
  .how-it-works .txt,
  .pricing .txt {
    padding: 25px;
  }
  .how-it-works h2,
  .pricing h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .cp-banner .caption {
    margin: 0;
  }
  .grid-list li {
    width: 33.33%;
  }
  .cp-lists .side-grid {
    width: 100%;
    padding: 0 25px 25px;
  }
  .cp-lists .main-content-grid {
    width: 100%;
  }
  .info label {
    font-size: 16px;
  }
  .cp-lists > .row {
    margin: 50px 0px 0px 0px;
  }
  .filter {
    clear: both;
  }
  .in-Store {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .cp-lists .side-grid > div {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-content-grid .grid-list {
    margin: 0px -11px 0 -11px;
  }
  .sec-4 .col p {
    height: 145px;
    overflow: hidden;
  }
  .sec-4 .col:after {
    height: 183px;
    right: 0px;
    bottom: 0;
  }
  .in-Store p {
    height: 75px;
    overflow: hidden;
  }
  .pp-pg .breadcrumbs {
    margin: 20px 0px 26px 0px;
  }
  .pp-pg .pp-left {
    width: 100%;
    padding: 0px 0 40px 0px;
  }
  .pp-pg .pp-right {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .pp-form .css-usr74d .react-datepicker .react-datepicker__day--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__month--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__year-text--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__quarter--selected::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--range-start.react-datepicker__day--in-range::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__day.react-datepicker__day--range-start::before {
    top: -8px;
  }
  .related .grid-list li {
    width: 33.33%;
  }
  .container.system-pg.cart-pg .cart-left {
    width: 100%;
  }
  .container.system-pg.cart-pg .cart-right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right {
    padding-bottom: 30px;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon .input-text {
    float: left;
    width: calc(100% - 220px);
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon .btn {
    float: left;
    width: 200px;
    margin: 0 0 0 20px;
  }
  .cart-collaterals {
    clear: both;
  }
  .cart-collaterals .cart_totals td {
    text-align: right;
  }
  .container.system-pg {
    margin: 0 auto 60px auto;
  }
  .checkbox-pg .row form .MuiGrid-root .css-1osj8n2-MuiGrid-root {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .thank-pg .col:first-child,
  .checkbox-pg .col:first-child {
    width: 50%;
    padding: 0 10px 0 0;
  }
  .thank-pg .col:last-child,
  .checkbox-pg .col:last-child {
    width: 50%;
    padding: 0 0 0 10px;
  }
  .checkbox-pg .col:last-child #order_review tfoot th {
    width: 50%;
  }
  .checkbox-pg .col:last-child #order_review tfoot td {
    width: 50%;
    text-align: right;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon {
    position: relative;
    float: left;
    width: 100%;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon span {
    position: absolute;
    bottom: -25px;
    left: 0;
  }
  .site-header .header .row.header_desktop {
    display: none;
  }
  .site-header .header .row.header_mobile {
    display: block;
  }
  .site-header .header .row.header_mobile .mobile_mn_list .h-logo {
    display: none;
  }
  .site-header .header .row.header_mobile .mobile_mn_list {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    background: #76ba57;
    z-index: 999;
    overflow: auto;
  }
  .site-header .header .row.header_mobile .mobile_mn_list .h-menu li a,
  .mobile_mn_list .h-dropdown-box .btn-secondary {
    color: #fff;
  }
  .site-header .header .row.header_mobile .mobile_mn_list .h-menu li a:hover,
  .site-header .header .row.header_mobile .mobile_mn_list .h-menu li a:focus,
  .mobile_mn_list .h-dropdown-box .btn-secondary:hover,
  .mobile_mn_list .h-dropdown-box .btn-secondary:focus {
    color: #000;
  }
  .site-header .header .row.header_mobile .mobile_menu_ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_mobile .menu_icon a {
    height: 30px;
    width: 30px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_mobile .menu_icon span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    font-size: 0;
  }
  .header_mobile .menu_icon span::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    position: absolute;
  }
  .header_mobile .menu_icon span::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .h-menu {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .h-menu ul {
    flex-flow: column;
    margin: 0;
    padding: 0 20px;
  }
  .h-menu li,
  .h-menu li:first-child,
  .h-menu li:last-child {
    margin: 0;
  }
  .h-menu li {
    padding: 7px 0;
  }
  .mobile_mn_list .mb-header-account {
    clear: both;
    padding: 5px 20px 30px;
  }
  .mobile_mn_list .mb-header-account .account > img {
    display: none;
  }
  .mobile_mn_list .h-dropdown-box .btn-secondary {
    background: transparent;
    text-align: left;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
    min-width: auto;
    text-transform: uppercase;
  }
  .site-header .header .row.header_mobile .mobile_mn_list.header-mb-active {
    display: block;
  }
  .header-mb-active {
    position: fixed;
    left: 300px;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  .header-mb-active .header_mobile .menu_icon span {
    background: transparent;
  }
  .header-mb-active .header_mobile .menu_icon span::before {
    transform: rotate(45deg);
    top: auto;
    bottom: 13px;
  }
  .header-mb-active .header_mobile .menu_icon span::after {
    transform: rotate(-45deg);
    bottom: 13px;
    top: auto;
  }
  .mobile_mn_list .h-dropdown-box ul li,
  .mobile_mn_list .h-dropdown-box ul li a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
    color: #fff;
  }
  .mobile_mn_list .h-dropdown-box ul li:hover,
  .mobile_mn_list .h-dropdown-box ul li:hover a,
  .mobile_mn_list .h-dropdown-box ul li:hover a:hover,
  .mobile_mn_list .h-dropdown-box ul li:focus,
  .mobile_mn_list .h-dropdown-box ul li:focus a .mobile_mn_list .h-dropdown-box ul li:focus a:focus {
    color: #000;
  }
  .h-dropdown-box ul {
    display: flex;
    flex-flow: column;
  }
  .mobile_mn_list .h-dropdown-box ul li {
    padding: 0 0 5px 15px;
  }
  .mobile_mn_list .h-dropdown-box ul li:last-child {
    order: -1;
    padding: 0;
  }
  .h-logo {
    width: auto;
  }
  .h-cart .cart {
    margin: 0;
  }
  .menu_icon {
    width: 57px;
  }

  .table_div {
    overflow: auto;
  }
  .table_div table {
    width: 1000px;
  }
  .checkbox-pg .row form > .MuiGrid-root.MuiGrid-container {
    flex-flow: column;
  }
  .checkbox-pg .row form > .MuiGrid-root.MuiGrid-container .MuiGrid-root.MuiGrid-item {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .col #payment-form {
    width: 100%;
    padding: 20px;
  }
  .checkbox-pg #payment-form {
    padding: 20px;
  }
  .grid-list .pre-title {
    padding-right: 0;
  }
  .main-content-grid .info,
  .main-content-grid .step-sec {
    display: none;
  }
  .step-info-mob {
    display: block;
    padding: 0 25px;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .banner-sec .caption img:first-child {
    width: 50%;
  }
  .form-golf .col.search {
    width: 100%;
    padding: 0;
  }
  .form-golf .col.date-time {
    width: 100%;
    margin-top: 20px;
  }
  .sec-4 .col .icon img {
    max-width: 80px;
  }
  .sec-4 .col:before {
    width: 80px;
    height: 80px;
    right: -40px;
    top: 0;
    background-size: cover;
  }
  .sec-4 h4 {
    height: 56px;
    overflow: hidden;
  }
  .sec-4 .col p {
    line-height: 22px;
    overflow: hidden;
    height: 180px;
  }
  .sec-4 .col:after {
    height: 255px;
    right: 0px;
    bottom: 0;
  }
  .sec-1 .col:first-child {
    width: 100%;
  }
  .sec-1 .col:last-child {
    padding: 0 0 30px 0;
    width: 100%;
    order: -1;
  }
  .sec-1 .col.right img {
    width: 100%;
  }
  .sec-1 {
    padding: 60px 0px 0px 0px;
  }
  .sec-3 .col {
    width: 100%;
  }
  .sec-6 .col {
    width: 100%;
  }
  .sec-6 .col:first-child {
    padding: 0;
  }
  .sec-6 .col:last-child {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .sec-7 li {
    width: 33.33%;
  }
  .sec-7 ul {
    row-gap: 10px;
  }
  .site-footer .col:nth-of-type(1),
  .site-footer .col:nth-of-type(2) {
    width: 33.33%;
  }
  .site-footer .col:nth-of-type(3) {
    width: 33.33%;
  }
  .site-footer .col:nth-of-type(4) {
    width: 50%;
    margin-top: 30px;
  }
  .site-footer .col:nth-of-type(5) {
    width: 50%;
    margin-top: 30px;
  }
  .newsletter form {
    width: 100%;
  }
  .locations li {
    width: 50%;
  }
  .locations .img a img {
    height: 100% !important;
  }
  .site-footer:before {
    padding: 30px 0px 40px 0px;
  }
  .site-footer {
    padding: 100px 0px 0px 0px;
  }
  .container.cms-page {
    margin: 0 auto 40px auto;
  }
  .how-it-works .img,
  .pricing .img {
    width: 100%;
    order: -1;
  }
  .how-it-works .txt,
  .pricing .txt {
    padding: 25px 0 0 0;
    width: 100%;
  }
  .how-it-works h2,
  .pricing h2 {
    margin: 0;
    line-height: 26px;
    font-size: 18px;
  }
  .cms-page .cms-accordion > li .link {
    padding: 16px 40px 13px 15px;
    line-height: 22px;
  }
  .cms-page .cms-accordion > li .link .fa {
    top: 22px;
  }
  .cms-page .cms-accordion > li.open .link .fa {
    top: 18px;
  }
  .promotions li {
    padding: 0px 11px 30px;
    width: 100%;
  }
  .partners li {
    width: 33.33%;
  }
  .grid-list li {
    width: 50%;
  }
  .main-content-grid .grid-list {
    margin: 0px -11px 0 -11px;
  }
  .cp-banner .caption .breadcrumbs {
    margin: 0;
  }
  .container.cp-lists {
    padding: 0;
  }
  .in-Store p {
    height: 100px;
  }
  .related .grid-list li {
    width: 50%;
  }
  .container.pp-pg {
    margin: 230px auto 40px auto;
  }
  .related .all-heading {
    margin: 0 0 10px 0;
  }
  .related.container {
    padding-bottom: 0;
  }
  .container.system-pg.cart-pg .cart-left {
    overflow: auto;
  }
  .thank-pg .col:first-child,
  .checkbox-pg .col:first-child {
    width: 100%;
    padding: 0;
  }
  .thank-pg .col:last-child,
  .checkbox-pg .col:last-child {
    width: 100%;
    padding: 0;
  }
  .checkbox-pg .row form {
    width: 100%;
  }
  .login-register-page .col:first-child {
    padding: 0;
    width: 100%;
  }
  .login-register-page .col:last-child {
    padding: 0;
    width: 100%;
  }
  .login-register-page .col form,
  .row form {
    width: 100%;
  }
  .my-account-pg .account-sidebar {
    width: 100%;
    padding: 0 0 30px 0px;
  }
  .my-account-pg .account-main {
    width: 100%;
    padding: 0;
  }
  .pp-left .slider-nav.slick-slider .slick-track {
    justify-content: flex-start;
  }
  .MuiDialog-root .MuiDialog-container.MuiDialog-scrollPaper .MuiDialog-paperFullWidth form {
    width: 100%;
  }
  .page-numbers {
    padding-bottom: 1px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    padding: 0 25px;
  }
  .form-golf .col.date-time .box {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .form-golf .col.date-time .box.btn-box {
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }
  .form-golf .col.date-time {
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .banner-sec .caption img:first-child {
    margin: 0 auto;
  }
  .banner-sec .caption img:last-child {
    margin: 15px auto 0;
  }
  .form-golf .col.search {
    padding: 20px 0 0 0;
  }
  .sec-4 {
    padding: 40px 0px 0px 0px;
  }
  .sec-4 .container {
    padding: 0px 25px;
  }
  .sec-4 .col {
    width: 100%;
  }
  .sec-4 .col:before,
  .sec-4 .col:after {
    display: none;
  }
  .sec-4 .col {
    border-bottom: 1px dashed #394154;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .sec-4 .col:last-child {
    border: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .sec-4 .col p,
  .sec-4 h4 {
    height: auto;
  }
  .sec-4 .icon {
    margin: 0px auto 20px auto;
  }
  .sec-4 .col .icon img {
    max-width: 120px;
  }
  .sec-4 .row {
    margin: 49px 0px 0 0px;
  }
  .sec-3 {
    margin: 30px 0px 0px 0px;
  }
  .sec-3 .col:last-child {
    padding: 21px 15px 0px 15px;
  }
  .sec-3 .img {
    width: 100%;
  }
  .sec-3 .content {
    width: 100%;
    padding: 15px 20px 20px 20px;
  }
  .sec-6 {
    padding: 60px 0px 0px 0px;
  }
  .sec-7 {
    padding: 36px 0px 40px 0px;
  }
  .sec-7 li {
    width: 50%;
  }
  .sec-7 .all-heading {
    margin: 0;
  }
  .sec-7 ul {
    margin: 5px 0 0 0;
  }
  .site-footer:before {
    padding: 30px 0px 10px 0px;
  }
  .site-footer {
    padding: 60px 0px 0px 0px;
  }
  .site-footer .col:nth-of-type(1) {
    margin: 0;
  }
  .site-footer .col:nth-of-type(1),
  .site-footer .col:nth-of-type(2) {
    width: 100%;
  }
  .site-footer .col:nth-of-type(2) ul {
    max-height: 100%;
    max-width: 100%;
  }
  .site-footer .col {
    margin: 25px 0 0 0;
  }
  .site-footer .col:nth-of-type(3) {
    width: 100%;
  }
  .site-footer .col:nth-of-type(4),
  .site-footer .col:nth-of-type(5) {
    width: 100%;
    margin-top: 25px;
  }
  .copyright-sec p br {
    display: block;
  }
  .cms-page .all-heading {
    margin: 10px 0px 20px 0px;
    line-height: 26px;
  }
  .container.cms-page .all-sub-heading {
    margin: 0 0px 30px 0px;
  }
  .locations {
    margin: 0px 0 32px;
  }
  .locations li {
    width: 100%;
    padding: 0;
    margin: 0 0 35px 0;
  }
  .locations li:last-child {
    margin: 0;
  }
  .cms-page .cms-accordion > li .link .fa {
    top: 26px;
  }
  .cms-page .cms-accordion > li.open .link .fa {
    top: 20px;
  }
  .partners li {
    width: 50%;
  }
  .cp-banner h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .cp-banner .breadcrumbs span,
  .cp-banner .breadcrumbs a {
    font-size: 16px;
  }
  .cp-banner .breadcrumbs .slash {
    margin: 0px 7px;
  }
  .cp-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .step-sec {
    flex-wrap: wrap;
  }
  .step-sec .caption {
    width: 50%;
  }
  .grid-list li {
    width: 100%;
  }
  .in-Store {
    width: 100%;
  }
  .main-content-grid .grid-list {
    margin: 0px -11px 25px -11px;
  }
  .in-Store p {
    height: auto;
  }
  .step-sec .caption:nth-of-type(1) p,
  .step-sec .caption:nth-of-type(2) p,
  .step-sec .caption:nth-of-type(3) p,
  .step-sec .caption:nth-of-type(4) p {
    max-width: 100%;
  }
  .related .grid-list li {
    width: 100%;
  }
  .pp-pg .pp-right .all-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .pp-right .step-sec .caption p {
    font-size: 14px;
    line-height: 18px;
  }
  .pp-detail-lists li {
    width: 100%;
  }
  .pp-form .css-usr74d .react-datepicker .react-datepicker__day {
    line-height: 10px;
    font-size: 14px;
    margin: 0;
  }
  .pp-form .css-usr74d .react-datepicker .react-datepicker__current-month {
    padding: 16px 0px 16px 0px;
  }
  .pp-form {
    padding: 25px 15px 29px 15px;
  }
  .pp-form .css-usr74d .react-datepicker .react-datepicker__day--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__month--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__year-text--selected::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__quarter--selected::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--range-end.react-datepicker__day--in-range::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--in-selecting-range.react-datepicker__day--selecting-range-start::before,
  .pp-form
    .css-usr74d
    .react-datepicker
    .react-datepicker__day.react-datepicker__day--selected.react-datepicker__day--range-start.react-datepicker__day--in-range::before,
  .pp-form .css-usr74d .react-datepicker .react-datepicker__day.react-datepicker__day--range-start::before {
    top: -8px;
    width: 30px;
    height: 30px;
  }
  .MuiDialog-container.MuiDialog-scrollPaper .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-md-12 {
    overflow: auto;
    padding: 10px 20px;
  }
  .MuiDialog-container.MuiDialog-scrollPaper .MuiGrid-item.MuiGrid-grid-xs-12.MuiGrid-grid-md-12 .MuiGrid-spacing-xs-5 {
    width: 500px;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon .input-text {
    width: 100%;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon .btn {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .MuiDialog-container.MuiDialog-scrollPaper .css-15j76c0 #customized-dialog-title {
    padding: 0;
  }
  .MuiDialog-container.MuiDialog-scrollPaper .css-15j76c0 #customized-dialog-title #cd-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .notices-wrapper .info .MuiButton-root {
    padding: 0 0 3px 0;
    width: 100%;
    display: block;
    text-align: left;
    transition: none;
  }
  .container.system-pg.cart-pg .cart-right .coupon-right .coupon span {
    position: absolute;
    bottom: auto;
    left: -10px;
    top: 64px;
    margin: 0;
  }
  .pp-left .slider-nav .slick-arrow.slick-prev {
    left: -8px;
  }
  .pp-left .slider-nav .slick-arrow.slick-next {
    right: -8px;
  }
  .notices-wrapper .info form {
    width: 100%;
  }
  .system-pg .notices-wrapper .form-row label.checkbox {
    width: 100%;
  }
  .system-pg .notices-wrapper .form-row label.lost_password {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .notices-wrapper .info .btn-secondary,
  .btn,
  .system-pg .return-to-shop .btn,
  .system-pg.login-register-page .btn,
  .system-pg .booking-summary .btn,
  .system-pg .form-row.form-btn .btn,
  .system-pg .form-checkout-login .btn,
  .system-pg .form-checkout-coupon .btn,
  .system-pg.thank-pg .btn {
    width: 100%;
  }
  .all-heading,
  .sec-1 .all-heading,
  .sec-6 .col:last-child .all-heading {
    font-size: 26px;
  }
  .cms-page h2 {
    font-size: 22px;
  }
  p,
  .sec-4 .col p {
    font-size: 16px;
    line-height: 24px;
  }
  .site-header .header .row.header_mobile .mobile_mn_list {
    width: 250px;
  }
  .header-mb-active {
    left: 250px;
  }
  .h-cart {
    width: 30px;
    padding: 0;
  }
  .menu_icon {
    width: 30px;
  }
  .h-logo {
    width: 150px;
  }
  .header_mobile .menu_icon a {
    height: 22px;
  }
  .grid-list .link-breakdown {
    padding: 10px 0px 6px 0px;
    display: inline-block;
  }
  .grid-list .caption {
    text-align: center;
  }
  .grid-list .pre-title {
    text-align: left;
    padding-right: 0;
  }
  .grid-list .content {
    text-align: left;
  }
  .grid-list .content a {
    height: auto;
    min-height: auto;
    max-height: 100%;
  }
  .h-cart .cart .count {
    right: -6px;
    top: -12px;
  }
}

@media only screen and (max-width: 410px) {
  .form-golf
    .col.date-time
    .box
    .react-datepicker__tab-loop
    .react-datepicker
    .react-datepicker__time-container
    .react-datepicker__time-list-item {
    margin-left: 0;
    margin-right: 0;
  }
  .form-golf .col.date-time .box .react-datepicker__tab-loop .react-datepicker .react-datepicker__time-container {
    width: 85px;
  }
  .form-golf
    .col.date-time
    .box
    .react-datepicker__tab-loop
    .react-datepicker
    .react-datepicker__navigation--next--with-time {
    right: 100px;
  }
  .form-golf
    .col.date-time
    .react-datepicker__month-container
    .react-datepicker__day-names
    .react-datepicker__day-name {
    width: 30px;
    height: 30px;
  }
  .form-golf .col.date-time .react-datepicker__month .react-datepicker__day {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }
}

@media only screen and (max-width: 374px) {
  .form-golf .col.date-time .react-datepicker__month {
    margin: 5px !important;
  }
  .form-golf .col.date-time .box .react-datepicker__tab-loop .react-datepicker .react-datepicker__time-container {
    width: 65px;
  }
  .form-golf
    .col.date-time
    .box
    .react-datepicker__tab-loop
    .react-datepicker
    .react-datepicker__navigation--next--with-time {
    right: 80px;
  }
  .cp-banner h1 {
    font-size: 26px;
  }
  .cp-banner .breadcrumbs span,
  .cp-banner .breadcrumbs a {
    font-size: 14px;
  }
}

.text-align-right {
  text-align: right;
}

@media print {
  /* Your print-specific styles go here */
  .print-only {
    display: block;
  }
  /* Define styles for hiding elements when printing */
  .header-no-print {
    display: none;
  }

  .footer-no-print {
    display: none;
    padding: 0px;
  }

  .container.system-pg {
    margin: 50px auto 60px auto;
  }

  .no-print-section {
    display: none;
  }
}
