body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

section {
  width: 100%;
  float: left;
  display: block;
  clear: both;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bg-d-green {
  background: #134653;
}

.details_wrap {
  padding-top: 50px;
  padding-bottom: 25px;
}
.details_wrap .page_menus {
  padding-right: 25px;
}
.details_wrap .page_menus ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media (width <= 768.98px) {
  .details_wrap .page_menus ul {
    gap: 12px;
    justify-self: unset;
    justify-content: center;
    align-items: center;
  }
}
.details_wrap .page_menus ul li {
  display: inline-flex;
  margin-right: 25px;
}
@media (width <= 768.98px) {
  .details_wrap .page_menus ul li {
    margin-right: 0;
  }
}
.details_wrap .page_menus ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  min-width: 135px;
}
.details_wrap .page_menus ul li a span {
  position: absolute;
  left: -10px;
  top: 0;
}
.details_wrap .page_menus ul li a span img {
  width: 33px;
  height: auto;
}
.details_wrap .page_menus ul li:first-child a {
  display: inline-block;
  background-color: #008000;
  border-top: 4px solid #66cc66;
  padding: 4px 24px 4px 35px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.details_wrap .page_menus ul li:first-child a:hover {
  background-color: #006400;
}
.details_wrap .page_menus ul li:nth-of-type(2) a {
 

      display: inline-block;
    background-color: #828300;
    border-top: 4px solid #fdff38;
    padding: 4px 24px 4px 35px;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
.details_wrap .page_menus ul li:nth-of-type(2) a:hover {
  background-color: #025a47;
}
.details_wrap .page_menus ul li:last-child a {
 display: inline-block;
  background-color: #008367;
  border-top: 4px solid #38ffd6;
  padding: 4px 23px 4px 42px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.details_wrap .page_menus ul li:last-child a:hover {
  background-color: #585800;
}

h2 {
  font-weight: bold;
  font-size: 21px;
  color: #f0dea8;
}

p {
  font-weight: 400;
  font-size: 17px;
  color: #fff;
}

.time_sheet {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (width <= 768.98px) {
  .time_sheet {
    justify-content: center;
    align-items: center;
  }
}
.time_sheet span {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}

.col-auto {
  padding-right: 0;
  margin-bottom: 25px;
}
@media (width <= 768.98px) {
  .col-auto {
    padding-right: 15px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.col-auto .col-rew {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 12px 10px;
  margin-left: 25px;
  padding-left: 45px;
}
@media (width <= 768.98px) {
  .col-auto .col-rew {
    padding-left: 45px;
    width: 90%;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    margin-left: auto;
    flex-direction: row;
  }
}
.col-auto .col-rew large {
  font-weight: bold;
  font-style: italic;
  color: #f6ff00;
  font-size: 42px;
  line-height: 38px;
}
@media (width <= 768.98px) {
  .col-auto .col-rew large {
    font-size: 34px;
  }
}
.col-auto .col-rew small {
  color: #91ffdd;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
}
.col-auto .col-rew span.price {
  display: inline-flex;
  width: 60px;
  height: 60px;
  background: #8d4738;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  font-weight: bold;
  color: #f6ff00;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
@media (width <= 768.98px) {
  .col-auto .col-rew span.price {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (width <= 768.98px) {
  .sub_card {
    text-align: center;
    margin-bottom: 25px;
  }
}

.def-btn {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  border-radius: 7px;
  background-image: -moz-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  border: 0;
  z-index: 57;
  padding: 6px 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms;
}
.def-btn:hover {
  background-image: -moz-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
}

.weekly_choice {
  text-align: center;
}
.weekly_choice p {
  font-size: 17px;
  color: #fff;
}
.weekly_choice img {
  max-width: 100%;
}
@media (width <= 768.98px) {
  .weekly_choice img {
    width: 100%;
  }
}

.card_listing {
  padding-bottom: 55px;
}
.card_listing hr {
  border-top: 2px solid #2f788b;
  margin: 0;
}
.card_listing .flter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.card_listing .flter h2 {
  margin-bottom: 0;
}
.card_listing .flter select {
  background: #359074;
  border-radius: 10px;
  border: 0px solid #eee;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-left: 15px;
  padding: 4px 6px;
}
.card_listing .flter select:focus {
  outline: 0;
}
.card_listing .cards {
  text-align: center;
}
@media (width <= 768.98px) {
  .card_listing .cards {
    margin-bottom: 25px;
  }
}
.card_listing .cards img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (width <= 768.98px) {
  .card_listing .cards img {
    width: 100%;
  }
}
.card_listing .cards .rank {
  color: #e3d4a8;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
  display: block;
  line-height: normal;
}
.card_listing .cards p {
  font-weight: bold;
  font-style: italic;
  color: #e0940d;
  margin: 0;
}
.card_listing .cards p span {
  font-weight: normal;
  color: #fff;
  font-style: normal;
}
.card_listing .cards .vote_btn,.vote_btn2 {
  border-radius: 7px;
  background-image: -moz-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(91, 139, 124) 0%, rgb(91, 139, 124) 92%, rgb(119, 180, 161) 94%);
  width: 100%;
  padding: 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: all 400ms;
}
.card_listing .cards .vote_btn:hover,.vote_btn2:hover {
  background-image: -moz-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(53, 92, 80) 0%, rgb(28, 75, 60) 92%, rgb(119, 180, 161) 94%);
}
.card_listing .cards .vote_btn span,.vote_btn2 span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #9bfcde;
  background: #1f5041;
  border-radius: 100%;
  position: absolute;
  left: 10px;
}
.card_listing .cards .vote_btn span img {
  margin: 0;
}
.card_listing .cards:first-child h2 {
  margin-bottom: 0;
}
.card_listing .cards:first-child .rank {
  color: #e3d4a8;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.card_listing .cards:first-child h4 {
  font-size: 16px;
  color: #e3d4a8;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
@media (width <= 768.98px) {
  .card_listing .cards:first-child img {
    width: 100%;
  }
}
.card_listing .cards:first-child input {
  width: 100%;
  border: 1px solid #000;
  color: #000;
  padding: 6px;
}
.card_listing .cards:first-child input:focus {
  outline: 0;
}

.pagination-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width <= 768.98px) {
  .pagination-wrap {
    gap: 12px;
    justify-self: unset;
    justify-content: center;
    align-items: center;
  }
}
@media (width <= 768.98px) {
  .pagination-wrap .pagination {
    order: 1;
  }
}
.pagination-wrap .page-link {
  border-radius: 7px !important;
  background-image: -moz-linear-gradient(90deg, rgb(191, 159, 84) 0%, rgb(205, 133, 49) 92%, rgb(255, 241, 178) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(191, 159, 84) 0%, rgb(205, 133, 49) 92%, rgb(255, 241, 178) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(191, 159, 84) 0%, rgb(205, 133, 49) 92%, rgb(255, 241, 178) 94%);
  border: 0;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  margin: 0 6px;
  transition: all 400ms;
}
.pagination-wrap .page-link:hover {
  background-image: -moz-linear-gradient(90deg, rgb(167, 137, 69) 0%, rgb(173, 109, 35) 92%, rgb(235, 219, 147) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(167, 137, 69) 0%, rgb(173, 109, 35) 92%, rgb(235, 219, 147) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(167, 137, 69) 0%, rgb(173, 109, 35) 92%, rgb(235, 219, 147) 94%);
}
@media (width <= 768.98px) {
  .pagination-wrap .page-item-next, .pagination-wrap .page-item-prev {
    order: 2;
  }
}
.pagination-wrap .page-item-next .page-link, .pagination-wrap .page-item-prev .page-link {
  min-width: 100px;
  text-align: center;
}

.gal-header {
  padding-top: 50px;
  padding-bottom: 10px;
}
.gal-header .flter_head {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
}
.gal-header .sort {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #fff;
}
.gal-header .sort span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.gal-header .sort a {
  text-decoration: none;
  color: #ff9b31;
  font-size: 16px;
}
.gal-header .search_gal {
  display: flex;
  align-items: center;
  align-items: center;
}
.gal-header .search_gal .vs {
  padding: 0;
}
@media (width <= 768.98px) {
  .gal-header .search_gal .vs {
    display: none;
  }
}
.gal-header .search_gal strong {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.gal-header .search_gal input {
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 140px;
  width: 100%;
  padding: 4px 8px;
}
@media (width <= 768.98px) {
  .gal-header .search_gal input {
    font-size: 14px;
  }
}
.gal-header .search_gal .sub_btn {
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 155, 49) 0%, rgb(255, 155, 49) 94%, rgb(255, 200, 141) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 155, 49) 0%, rgb(255, 155, 49) 94%, rgb(255, 200, 141) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 155, 49) 0%, rgb(255, 155, 49) 94%, rgb(255, 200, 141) 94%);
  z-index: 7;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  margin-left: 10px;
  transition: all 400ms;
}
.gal-header .search_gal .sub_btn:hover {
  background-image: -moz-linear-gradient(90deg, rgb(230, 136, 35) 0%, rgb(204, 118, 26) 94%, rgb(194, 154, 111) 94%);
  background-image: -webkit-linear-gradient(90deg, rgb(230, 136, 35) 0%, rgb(204, 118, 26) 94%, rgb(194, 154, 111) 94%);
  background-image: -ms-linear-gradient(90deg, rgb(230, 136, 35) 0%, rgb(204, 118, 26) 94%, rgb(194, 154, 111) 94%);
}
@media (width <= 768.98px) {
  .gal-header .search_gal .sub_btn {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.gal-header .search_gal span {
  color: #fff;
  display: inline-flex;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
@media (width <= 768.98px) {
  .gal-header .search_gal span {
    padding: 0 5px;
    font-size: 14px;
  }
}
.gal-header .filter_gal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal {
    margin-top: 10px;
  }
}
.gal-header .filter_gal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.gal-header .filter_gal ul li {
  display: inline-flex;
  margin: 0 3px;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal ul li {
    margin: 0 2px;
  }
}
.gal-header .filter_gal ul li a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 100%;
  /* background: #fff; */
  transition: all 400ms;
  border: 2px solid transparent;
}
.gal-header .filter_gal ul li a:hover {
  border: 2px solid #ff9b31;
}
.gal-header .filter_gal ul li a img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.gal-header .filter_gal ul li a.active {
  border: 2px solid #ff9b31;
}
.gal-header .filter_gal strong {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal strong {
    display: none;
  }
}
.gal-header .filter_gal input {
  border: 1px solid #000;
  border-radius: 4px;
  max-width: 140px;
  width: 100%;
  padding: 4px 8px;
}
.gal-header .filter_gal span {
  color: #fff;
  display: inline-flex;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal span {
    padding: 0 7px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
  }
}
.gal-header .filter_gal img {
  max-width: 100%;
  height: 35px;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal img {
    height: 25px;
  }
}
.gal-header .filter_gal select {
  background: #fff;
  border-radius: 4px;
  border: 0px solid #eee;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-left: 0;
  padding: 6px 14px;
  text-align: left;
}
@media (width <= 768.98px) {
  .gal-header .filter_gal select {
    padding: 6px 4px;
  }
}
.gal-header .filter_gal select:focus {
  outline: 0;
}

.gal_listing {
  padding-top: 30px;
  padding-bottom: 10px;
}
.gal_listing .col_list {
  width: 20%;
  margin-bottom: 35px;
  padding: 0 6px;
}
@media (width <= 1024.98px) {
  .gal_listing .col_list {
    width: 33%;
  }
}
@media (width <= 767.98px) {
  .gal_listing .col_list {
    width: 50%;
  }
}
@media (width <= 575.98px) {
  .gal_listing .col_list {
    width: 100%;
  }
}
.gal_listing .col_list h3 {
  color: #e3d4a8;
  font-size: 16px;
  font-weight: 400;
}
.gal_listing .col_list h4 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.gal_listing .col_list h4 span {
  font-weight: 400;
}
.gal_listing .col_list img {
  width: 100%;
}
.gal_listing .col_list .btn_row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
@media (width <= 575.98px) {
  .gal_listing .col_list .btn_row {
    gap: 8px;
  }
}
.gal_listing .col_list .btn_row .bt-stars, .gal_listing .col_list .btn_row .bt-msg {
  display: inline-flex;
  align-items: center;
  background: #359074;
  border-radius: 6px;
  padding: 4px 5px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: normal;
  transition: all 400ms;
}
.gal_listing .col_list .btn_row .bt-stars:hover, .gal_listing .col_list .btn_row .bt-msg:hover {
  background: #215e4c;
}
.gal_listing .col_list .btn_row .bt-stars img, .gal_listing .col_list .btn_row .bt-msg img {
  width: 17px;
  margin-right: 4px;
}
.gal_listing .col_list .btn_row a {
  display: inline-flex;
  align-items: center;
  background: #e0940d;
  text-decoration: none;
  border-radius: 6px;
  color: #000;
  font-weight: 700;
  padding: 4px 8px;
  line-height: normal;
  transition: all 400ms;
}
.gal_listing .col_list .btn_row a:hover {
  background: #ffc35c;
}
@media (width <= 575.98px) {
  .gal_listing .col_list .btn_row a {
    width: 73%;
    justify-content: center;
  }
}
.gal_listing .col_list .btn_row a img {
  width: 15px;
  margin-right: 10px;
}