@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/*  font-family: "Urbanist", sans-serif;*/
@font-face {
  font-family: "Hamburg Hand";
  src: url("../fonts/HamburgHandRegular.eot");
  src: url("../fonts/HamburgHandRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HamburgHandRegular.woff2") format("woff2"),
    url("../fonts/HamburgHandRegular.woff") format("woff"),
    url("../fonts/HamburgHandRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hamburg Hand";
  src: url("../fonts/HamburgHandBold.eot");
  src: url("../fonts/HamburgHandBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HamburgHandBold.woff2") format("woff2"),
    url("../fonts/HamburgHandBold.woff") format("woff"),
    url("../fonts/HamburgHandBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tactic Round Bld";
  src: url("../fonts/TacticRound-Bld.eot");
  src: url("../fonts/TacticRound-Bld.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TacticRound-Bld.woff2") format("woff2"),
    url("../fonts/TacticRound-Bld.woff") format("woff"),
    url("../fonts/TacticRound-Bld.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #f89f14;
  --blue: #18a1d9;
  --mainFont: "Ek Mukta";

  --Dark-Blue: #04639c;
}

body {
  font-family: var(--mainFont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

body.custom-header .site-header {
  min-height: 100px;
  border: 0;
}
.site-header {
  border: 0 !important;
}
html body .site-header .wrap {
  padding: 0;
}
body.archive nav.woocommerce-breadcrumb {
  display: none;
}
a:hover, a:focus {
 
   outline: none;
}
body.archive .site-inner {
  margin-top: 15px;
}

.shop_all_cstm_cls .shortcode_filter_side {
  width: 100%;
  max-width: 300px;
}

.shop_all_cstm_cls {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 80px 55px 110px 70px;
  flex-wrap: wrap;
}

.shop_all_cstm_cls .cstm_cat_cls {
  width: 100%;
  margin: 0 0 35px;
}

.product_loop_cstm {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

.product_loop_cstm .woocommerce-result-count {
  font-size: 20px !important;
  color: #000000;
  margin: 0 auto 0 0;
  padding-right: 20px;
}

.shop_all_cstm_cls .shortcode_filter_side .filters-container .filter-title {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;

  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}

.shop_all_cstm_cls
  .shortcode_filter_side
  .filters-container
  .filter-title::after {
  content: "";
  width: 30%;
  height: 5px;
  background-color: var(--blue);
  position: absolute;
  bottom: -3px;
  left: 0;
}

.product_loop_cstm ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 68px 47px;
  padding-top: 63px;
  position: relative;
  width: 100%;
}

.product_loop_cstm ul.products::before,
.product_loop_cstm ul.products::after {
  display: none;
}

.product_loop_cstm ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}

.product_loop_cstm ul.products li.product img {
  height: 410px !important;
  object-fit: contain;
  padding: 30px;
  border-radius: 28px;
  background-color: #fffefa;
  border: 1px solid rgba(0, 0, 0, 0.14);
  margin: 0 !important;
}

.rating_product_cstm i::before,
.rating_product_cstm i {
  font-family: "FontAwesome";
  font-weight: 700;
  font-style: normal;
  color: var(--yellow);
  font-size: 20px;
  line-height: 20px;
}

.product_loop_cstm ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px !important;
  line-height: 31px;
  color: #000000;
  text-align: center;
  font-weight: 400;
  padding: 0 0 11px;
}

.product_loop_cstm ul.products li.product .rating_product_cstm {
  text-align: center;
  padding-top: 24px;
}

.product_loop_cstm ul.products li.product .product_price_cls {
  text-align: center;
}

.product_loop_cstm ul.products li.product .product_price_cls span {
  font-size: 27px;
  line-height: 31px;
  color: var(--blue);
  font-weight: bold;
}

.lmp_load_more_button .lmp_button {
  padding: 0 !important;
  background: transparent !important;
  margin: 10px 0 0;
  font-size: 22px;
  color: #000000;
  outline: none !important;
  line-height: 1;
}

.product_loop_cstm form {
  margin: 0 !important;
}

.product_loop_cstm ul.products::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  opacity: 0.2;
  display: block;
}

.product_loop_cstm form select {
  width: auto;
  font-size: 20px;
  color: #000000;
  height: 38px;
  border-radius: 13px;
  background-color: #ffffff;
  border: 1px solid #807b7b;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 32px 0 10px;
  outline: none !important;
  background: url("/wp-content/uploads/2023/10/down-arr.png")
    no-repeat center right 10px;
}

.product_loop_cstm .woocommerce-result-count .br_product_result_count {
  font-size: 30px !important;
  color: #000000;
  font-weight: bold;
}

body.archive footer {
  background-color: #000;
}

.single-product .site-header {
  min-height: 80px;
}

.single-product .site-inner nav.woocommerce-breadcrumb {
  margin-bottom: 50px;
}

.single-product .site-inner main {
  background-color: #fff;
  margin-top: 15px;
  padding: 45px 70px 50px;
}

.single-product .site-inner nav.woocommerce-breadcrumb,
.single-product .site-inner nav.woocommerce-breadcrumb a {
  font-size: 17px;
  line-height: normal;
  color: #000000;

  font-weight: 400;
}

.product .single-product-main-image img {
  object-fit: contain;
  height: 100% !important;
}

.product .slick-slide .wpgs-lightbox-icon {
  height: 632px;
  display: block;
  border-radius: 28px;
  background-color: #fffefa;
  border: 1px solid rgba(0, 0, 0, 0.14);
  overflow: hidden;
  margin-right: 1px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  max-width: 40.5%;
  width: 100%;
}

.product .slick-slide .wpgs-lightbox-icon img {
  height: 100% !important;
  object-fit: contain;
  padding: 50px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .slick-arrow {
  display: none !important;
}

.product .wpgs-nav .slick-slide img {
  height: 150px !important;
  border-radius: 28px;
  background-color: #fffefa;
  border: 1px solid rgba(0, 0, 0, 0.14);
  object-fit: contain;
  padding: 20px;
}

.product .wpgs-nav .slick-slide.slick-current.slick-active {
  border: 0;
}

.product .wpgs-nav .slick-slide.slick-current.slick-active img {
  border-color: #000;
}

.product .wpgs-nav .slick-slide {
  margin: 25px 15px;
  border: 0 !important;
  outline: none !important;
}

.product .wpgs-nav .slick-list.draggable {
  margin: 0 -15px;
}

.pdct_tab_sum_cst {
  width: 100%;
  max-width: 59.5%;
  width: 100%;
  padding-left: 94px;
}

.product .pdct_tab_sum_cst .summary.entry-summary {
  float: none !important;
  width: 100% !important;
  max-width: 640px;
}

.single-product .product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-product .product::before,
.single-product .product::after {
  display: none;
}

.product .pdct_tab_sum_cst .product_title {
  font-size: 40px;
  line-height: 52px;
  color: #000000;
  font-weight: bold;
}

.product .pdct_tab_sum_cst .price span {
  font-size: 27px !important;
  line-height: 1 !important;
  color: var(--blue);
  font-weight: bold;
  text-align: center;
}

.product .pdct_tab_sum_cst .quantity h3 {
  font-size: 25px !important;
  line-height: 31px;
  color: #000000;
  font-weight: bold;
}

.related.products .products .product {
  width: 100%;
  max-width: calc(100% / 4 - 21px);
  margin-right: 28px;
}

.related.products .products .product .product-all-item img {
  height: 409px;
  border-radius: 28px;
  background-color: #fffefa;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 20px;
  object-fit: contain;
}

.related.products .products .product .product-all-item {
  width: 100%;
}

.related.products .products .product:nth-child(4) {
  margin-right: 0;
}

.related.products {
  margin-top: 62px;
}

.related.products h2 {
  font-size: 40px !important;
  line-height: 52px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 45px;
}

.related.products .products .product .custm-shop.product-outer-main {
  text-align: center;
}

.related.products
  .products
  .product
  .custm-shop.product-outer-main
  .woocommerce-loop-product__title {
  font-size: 20px !important;
  line-height: 30px;
  color: #000000;
  text-align: center;
}

.related.products .products .product .product_price_cls {
  text-align: center;
}

.related.products .products .product .product_price_cls span {
  font-size: 27px;
  line-height: 31px;
  color: var(--blue);
  font-weight: bold;
  text-align: center;
}

.single-product .product form.cart div.quantity input {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: 29px;
  line-height: 31px;
  color: #000000;
  font-weight: bold;
  width: 100px;
  text-align: center;
  padding: 0;
}

.single-product .product form.cart div.quantity input.minus,
.single-product .product form.cart div.quantity input.plus {
  background-color: #fff;
  width: 40px;
}

.single-product .product form.cart div.quantity {
  height: 51px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #7b7b7b;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.product form.cart .button.single_add_to_cart_button {
  max-width: 370px;
  width: 100%;
  height: 51px;
  border-radius: 10px;
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 20px;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.single-product .site-inner main .surft_video_sec::after {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#fff 40px, transparent);
}

.single-product .sidebar {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
}

.single-product .sidebar {
  display: none;
}

.single-product .site-inner main .surft_video_sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .site-inner main .surft_video_sec {
  width: calc(100% + 140px);
  position: relative;
  left: -70px;
  padding: 560px 0 133px;
  background-color: #a5b4c8;
  background-repeat: no-repeat;
  background-size: 100%;
}

.single-product .site-inner main .surft_video_sec .video_for_surf_cst {
  max-width: 1470px;
  margin: 0 auto;
  border: 10px solid #fff;
  width: 90%;
  position: relative;
}

.ply_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 133px;
  cursor: pointer;
}

.pdct_tab_sum_cst .summary .woocommerce-product-details__short-description h4 {
  font-size: 25px;
  line-height: 31px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 10px;
}

.pdct_tab_sum_cst .summary .woocommerce-product-details__short-description p {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #000000;
}

.Spec_sec_cst {
  margin: 55px 0;
  overflow-x: hidden;
}

.Spec_sec_cst h3 {
  margin: 0 0 30px;
  font-size: 40px !important;
  line-height: 52px !important;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.Spec_sec_cst table {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
}

.Spec_sec_cst table tr th {
  text-align: center;
  font-size: 30px;
  line-height: 52px;
  color: #000000;
  font-weight: bold;
}

.Spec_sec_cst table tr td {
  font-size: 25px;
  line-height: 52px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border: 1px solid #b2b2b2;
}

.befor_relat_pro_sec {
  position: relative;
  left: -70px;
  width: calc(100% + 140px);
}

.rating-section .container {
  width: 100%;
  max-width: 1578px;
  min-height: 152px;
  border-radius: 28px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.22);
  padding: 30px;
  position: relative;
}

.rating-section .review-row h3 {
  margin: 0;
  font-size: 50px !important;
  line-height: 52px !important;
  color: #000000;
  font-weight: bold;
}

.rating-section .review-row .review_head_btn_section .btn-review {
  position: absolute;
  right: 40px;
  background-color: transparent;
  font-size: 20px;
  line-height: 31px;
  color: var(--blue);
  padding: 0;
  bottom: 30px;
  outline: none;
}

.single_variation_wrap .woocommerce-variation-add-to-cart h3 {
  font-size: 25px !important;
  color: #000;
}

.rating-section .review-row .review_head_btn_section .btn-review i {
  display: none;
}

.rating-section .review-count-row span {
  font-size: 20px;
  line-height: 52px;
  color: #000000;
  font-weight: bold;
}

.single-product .accordion-item {
  margin-bottom: 15px;
}

.single-product .accordion-item:last-child {
  display: none;
}

.single-product .accordion-item .accordion-icon i::before {
  font-family: "FontAwesome";
  font-style: normal;
}

.single-product .accordion-item .accordion-icon {
  margin-right: 5px;
}

.single-product .accordion-item .accordion-icon i.rotate::before {
  content: "\f068";
}

.single-product .accordion-item .accordion-header {
  cursor: pointer;
}

.custom-parent-div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 0 20px;
}

.custom-parent-div .price {
  margin: 0;
}

.custom-parent-div .woocommerce-product-rating {
  margin: 0 0 0 22px !important;
}

.custom-parent-div .product-author {
  padding-left: 10px;
}

.custom-parent-div .woocommerce-product-rating span::before,
.custom-parent-div .woocommerce-product-rating .star-rating::before {
  font-size: 18px;
  display: flex;
  letter-spacing: 8px;
  color: var(--yellow);
}

.product .accordion-header {
  font-size: 25px;
  line-height: 31px;
  color: #000000;
  font-weight: bold;

  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.product .accordion-panel h2 {
  margin: 0 0 10px;
  font-size: 20px !important;
}

.product .accordion-panel {
  padding-top: 10px !important;
  margin: 0 !important;
}

.custom-parent-div .woocommerce-product-rating .star-rating span {
  padding-top: 30px;
}

.product .accordion-panel p:last-child {
  margin: 0;
  padding-bottom: 10px;
}

.single-product .accordion-item .accordion-icon i {
  font-size: 18px;
}

.custom-parent-div .woocommerce-product-rating .star-rating {
  margin: 0;
  height: 25px;
  width: 131px;
}

.review-row .review-below-row {
  padding-top: 20px;
}

.review-row .review-below-row .third-review .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}

.review-row .review-below-row * {
  font-family: "Ek Mukta" !important;
  color: #000;
  line-height: normal;
}

.review-row .review-below-row label {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}

.review-row .review-below-row .comment-form-rating {
  margin: 0 0 15px;
}

.review-row .review-below-row .comment-form-rating select {
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  outline: none;
  font-size: 16px;
}

.review-row .review-below-row textarea {
  height: 150px;
  border-radius: 30px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  resize: none;
}

.review-row .review-below-row .form-submit input {
  border: 1px solid #ddd;
  border-radius: 40px !important;
  max-width: 200px;
  width: 100%;
  background-color: var(--blue) !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 15px !important;
}

.single-product .accordion-item:nth-child(2) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.custom-parent-div .product-author {
  margin-left: auto;
}

.custom-parent-div .product-author strong,
.custom-parent-div .product-author span {
  font-size: 17px;
  line-height: 31px;
  color: #000000;
  font-weight: bold;

  text-align: center;
}

.custom-parent-div .product-author span {
  color: var(--blue);
}

.product .pdct_tab_sum_cst .summary.entry-summary table.variations label {
  font-size: 25px;
  line-height: 31px;
  color: #000000;
  font-weight: bold;

  margin: 0 0 5px;
}

.product
  .pdct_tab_sum_cst
  .summary.entry-summary
  table.variations
  .variable-items-wrapper
  .variable-item {
  box-shadow: 0 0 0 1px var(--blue);
  color: var(--blue);
  font-family: "Ek Mukta";
}

.product
  .pdct_tab_sum_cst
  .summary.entry-summary
  table.variations
  .variable-items-wrapper
  .variable-item:hover,
.product
  .pdct_tab_sum_cst
  .summary.entry-summary
  table.variations
  .variable-items-wrapper
  .variable-item.selected {
  box-shadow: 0 0 0 2px var(--blue);
}

.reset_variations {
  font-size: 14px !important;
  font-weight: 400;
}
.shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
  margin: 0 0 20px;
}

.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page
  img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page
  a {
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  padding: 10px 5px;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}
.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page
  a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page {
  margin: 0;
  text-align: center;
}
.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page
  h2 {
  margin: 0;
  font-size: 18px !important;
  line-height: normal !important;
}

.shop_all_cstm_cls
  .cstm_cat_cls
  .woocommerce-categories
  .woocommerce-product-category-page:last-child {
  margin-right: 0;
}

.site-inner .content-sidebar-wrap {
  margin: 0;
}

.site-inner .content-sidebar-wrap .archive-description {
  padding: 70px 70px 0;
  margin: 0;
  text-align: center;
}

.site-inner .content-sidebar-wrap .shop_all_cstm_cls {
  padding-top: 20px;
}

.site-inner .content-sidebar-wrap .archive-title {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: center;
  width: auto;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid var(--blue);
}

.site-footer .footer-block {
  justify-content: space-between;
}
.single-product .site-inner main .surft_video_sec .video_for_surf_cst video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .site-inner main .surft_video_sec .video_for_surf_cst::after {
  content: "";
  width: 100%;
  padding-bottom: 50%;
  display: block;
}
.review-row .review-below-row p input {
  border-radius: 50px;
  width: 100%;
}
.Spec_sec_cst .singl_det_page_tab {
  overflow-x: auto;
}
/* Cart and Checkout page css */
.woocommerce-cart .site-header,
.woocommerce-checkout .site-header {
  min-height: 85px;
}

.woocommerce-cart .shop_table .cart_item {
  position: relative;
}

.woocommerce-cart .shop_table .cart_item .product-thumbnail {
  width: 120px;
  height: 120px;
  padding: 0;
  border: 0 !important;
  margin: 0;
  flex-shrink: 0;
}

.woocommerce-cart .shop_table .cart_item .product-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-cart .shop_table .cart_item .product-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-cart .shop_table .cart_item td {
  padding: 0;
  font-size: 18px;
}
.woocommerce-cart .shop_table .cart_item .quantity {
  height: 42px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #7b7b7b;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
.woocommerce-cart .shop_table .cart_item .quantity input.minus,
.woocommerce-cart .shop_table .cart_item .quantity input.plus {
  background-color: #fff;
  width: 40px;
  padding: 0;
  font-size: 24px;
  color: #000;
  font-weight: 300;
}
.cart-page-wrapper table.shop_table tbody td {
  background-color: #fff !important;
}

.woocommerce-cart .shop_table .cart_item .quantity input.qty {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  width: 40px;
  text-align: center;
  padding: 0;
  font-weight: 300;
}
.site-footer .footer-block:after,
.site-footer .footer-block::before {
  display: none !important;
}
body.woocommerce-cart table.shop_table .cart_item td.product-quantity h3 {
  font-size: 18px !important;
  margin: 0 0 5px;
}
.content-sidebar-wrap h1.entry-title {
  padding: 10px 0 5px;
  color: #fff;
}
body.woocommerce-cart table.shop_table td.actions .coupon input {
  width: 100px;
  display: block;
  border-radius: 5px;
  height: 32px;
}
.woocommerce table.shop_table th.product-remove {
  padding: 0px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: var(--blue);
  border-radius: 40px;
}
body.woocommerce-cart table.shop_table td.actions button.button {
  background-color: var(--blue);
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  max-width: 140px;
  font-size: 16px;
  width: 100%;
}
/* Checkout */
.woocommerce-checkout .woocommerce .checkout #customer_details {
  width: calc(100% - 550px);
  display: flex;
  flex-flow: column;
  padding-right: 70px;
}

.woocommerce-checkout .woocommerce .checkout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.woocommerce-checkout .woocommerce .checkout #order_review {
  width: 100%;
  max-width: 550px;
}

.woocommerce-checkout .woocommerce .checkout #customer_details > div {
  width: 100%;
}

.woocommerce-checkout .woocommerce .checkout .form-row input,
.woocommerce-checkout .woocommerce .checkout .form-row select,
.woocommerce-checkout .woocommerce .checkout .form-row span.select2 {
  border: 1px solid #ddd;
  border-radius: 50px;
  height: 55px;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
}
.woocommerce-checkout
  .checkout
  #ship-to-different-address
  .woocommerce-form__label
  input {
  width: 18px;
  height: 18px;
  margin-left: 3px;
}
.woocommerce-checkout .woocommerce .checkout .form-row span.select2 .selection {
  width: 100%;
  height: 100%;
  display: block;
}

.woocommerce-checkout
  .woocommerce
  .checkout
  .form-row
  span.select2
  .selection
  span {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  height: 100%;
  box-shadow: none;
  outline: none;
}

.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields__field-wrapper
  > p {
  width: calc(50% - 10px);
  margin-right: 20px;
}

.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields__field-wrapper
  > p:nth-child(2n) {
  margin-right: 0;
}

.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-billing-fields__field-wrapper
  > p
  label {
  padding-left: 8px;
  position: relative !important;
  display: block;
  width: 100%;
  min-height: 32px;
}
.woocommerce-checkout
  .woocommerce
  .checkout
  .woocommerce-additional-fields
  .woocommerce-input-wrapper
  textarea {
  border-radius: 15px;
  min-height: 150px;
  resize: none;
}

.woocommerce-checkout .woocommerce .checkout #order_review ul li {
  list-style: none;
}

#place_order {
  background-color: #18a1d9;
}
.woocommerce table.shop_table th {
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .checkout #order_review #payment {
  background-color: rgba(24, 161, 217, 0.09);
}

.woocommerce-checkout
  .woocommerce
  .checkout
  #order_review
  #payment
  .woocommerce-info {
  background-color: rgba(24, 161, 217, 0.09);
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
  margin: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  font-size: 16px;
}
.woocommerce-cart .site-footer {
  margin-top: auto;
}

.woocommerce-cart .site-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.woocommerce-cart .site-container .site-inner {
  width: 100%;
}
.woocommerce-cart .site-container .site-inner .content-sidebar-wrap {
  margin-bottom: 30px;
}

.woocommerce-cart .site-container .site-inner .content-sidebar-wrap {
  margin-bottom: 30px;
}

.woocommerce-cart .site-container .return-to-shop a.button {
  display: block;
  width: 100%;
  max-width: 180px;
  padding: 12px 30px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: var(--blue);
  color: #fff;
  text-align: center;
}
ul.woocommerce-error {
  margin: 0;
}

form.checkout_coupon p {
  margin: 0 0 10px;
}

form.checkout_coupon p input {
  height: 50px;
  border-radius: 50px;
}

form.checkout_coupon .form-row .button {
  background-color: var(--blue);
  border-radius: 40px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

form.checkout_coupon p.form-row {
  width: 49%;
}
/* Cart and Checkout page css end */
/* hide page name */
header.entry-header {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border: 2px solid var(--blue);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: var(--blue);
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  order: 1;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #fff;
  color: var(--blue);
}
.cart-page-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.cart-page-wrapper .woocommerce-cart-form {
  width: 70%;
  padding-right: 50px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  max-width: 30%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.cart-page-wrapper table.shop_table {
  border: 0;
}

.cart-page-wrapper table.shop_table tr {
  border: 0;
}

.cart-page-wrapper table.shop_table tbody {
  border: 0;
}

.cart-page-wrapper td.actions {
  border: 0 !important;
}

.woocommerce-cart .shop_table .cart_item td {
  border: 0;
  vertical-align: top;
}

.cart-heading h2 {
  margin-bottom: 5px;
  color: var(--blue);
}

.woolentor-checkout__product-description a {
  color: #000;
}

.cart-heading {
  margin-bottom: 20px;
}

.cart-heading .cart-contents {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.cart-heading a.cart-contents {
  display: flex;
  align-items: center;
}

.woocommerce-cart .shop_table .cart_item td.product-quantity h3 {
  display: none;
}

.woocommerce-cart
  .shop_table
  .cart_item
  td.product-price
  .woocommerce-Price-amount {
  font-weight: 600;
}
.cart-heading .cart-contents h5 {
  margin: 0 10px 0 0;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-top: 0;
}

.woocommerce .cart-collaterals {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
.woocommerce-cart .shop_table .cart_item .product-remove {
  margin-right: 40px;
  padding-top: 4px;
  margin-left: auto;
}
.woocommerce-cart .shop_table .cart_item .product-remove .remove {
  font-size: 0;
  position: relative;
}
.woocommerce-cart .shop_table .cart_item .product-remove .remove::after {
  content: "\f1f8";
  font-size: 16px;
  font-family: "FontAwesome";
  color: red;
}
.woocommerce-cart .shop_table .cart_item td .variation {
  margin: 5px 0 0;
}
.woocommerce-cart .shop_table .cart_item td .variation dt {
  font-weight: 600;
}

.woocommerce-cart .shop_table .cart_item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}
.woocommerce-cart .slider .slick-list .slider-item a {
  display: block;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.cart-page-wrapper:empty {
  display: none;
}

.woocommerce-cart .slider .slick-list .slider-item .woocommerce-Price-amount {
  display: flex;
  justify-content: center;
}

.woocommerce-cart .slider .slick-list .slider-item a.button {
  max-width: 150px;
  margin: 0 auto;
  background-color: var(--blue);
  color: #fff;
  padding: 10px;
  border-radius: 30px;
}

.woocommerce-cart .slider .slick-list .slider-item img {
  margin: 0 auto;
}

.woocommerce-cart .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

.woocommerce-cart .slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.cart-slider-product {
  margin: 15px 0;
}
.woocommerce-cart .slider {
  padding: 0 35px;
}

.cart-slider-price-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.woocommerce-cart .slider-item {
  margin: 0 10px;
}
.woocommerce-cart .shop_table .cart_item td .cart-price-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  justify-content: flex-end;
}

.woocommerce-cart .shop_table .cart_item td .cart-price-wrap .saved-amount {
  width: 100%;
  font-size: 13px;
  text-align: right;
  padding-right: 5px;
  color: var(--blue);
}
.woocommerce-cart td.product-quantity {
  min-width: 120px;
  max-width: 120px;
}
.cart-page-wrapper table.shop_table tr td.actions {
  padding-right: 0;
}
.slider-main h2 {
  margin: 10px 0 30px;
}

/* For video Ifram */
.single-product
  .site-inner
  main
  .surft_video_sec
  .video_for_surf_cst
  #videoFrame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-right-button ul.header-button-submenu.opened {
  opacity: 1;
  top: 60px;
}

.header-right-button.mobile {
    display: none;
}

.headerbtn.mobile {    display: none;}
 .headerbtn.mobile a.button.book-now {
    border-radius: 54px;
    background: linear-gradient(180deg, #f9d37a 0%, #f9931b 100%);
    box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
    color: #1a1a1a;
    text-align: center;
    font-family: "Tactic Round Bld";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 45px !important;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    width: 271.29px;
    height: 58px;
}

/* Responsive css start */
@media (min-width: 769px) {
  .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 1599px) {
  .shop_all_cstm_cls
    .cstm_cat_cls
    .woocommerce-categories
    .woocommerce-product-category-page
    h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 1439px) {
  .shop_all_cstm_cls {
    padding: 80px 30px;
  }

  .shop_all_cstm_cls .shortcode_filter_side {
    max-width: 250px;
  }

  .product_loop_cstm ul.products li.product img {
    height: 320px !important;
  }

  .related.products .products .product .product-all-item img {
    height: 320px;
  }

  .product form.cart .button.single_add_to_cart_button {
    max-width: 360px;
    margin: 0 0 0 10px;
  }

  .single-product .product form.cart div.quantity input {
    width: 80px;
  }

  .product_loop_cstm ul.products {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
    gap: 30px 15px;
    margin: 0 0 20px;
  }
  .woocommerce-checkout .woocommerce .checkout #customer_details {
    width: calc(100% - 400px);
    padding-right: 70px;
  }
  .woocommerce-checkout .woocommerce .checkout #order_review {
    width: 100%;
    max-width: 400px;
  }
  .woocommerce-cart .shop_table .cart_item {
    gap: 10px;
    margin: 0 0 20px;
  }
}

@media (max-width: 1366px) {
  body.archive .site-header {
    min-height: 90px;
  }
  .pdct_tab_sum_cst {
    padding-left: 45px;
  }
  .single-product .site-inner main {
    padding: 45px 40px 50px;
  }
  .single-product .site-inner main .surft_video_sec {
    padding: 400px 0 133px;
  }
  .single-product .site-inner main .surft_video_sec,
  .befor_relat_pro_sec {
    width: calc(100% + 80px);
    left: -40px;
  }
  .rating-section .container {
    padding: 20px;
  }
  .rating-section .review-row h3 {
    font-size: 40px !important;
  }
  .Spec_sec_cst table tr th {
    font-size: 25px;
  }
  .woocommerce-cart .site-header,
  .woocommerce-checkout .site-header {
    min-height: 110px;
  }
  .woocommerce-cart .shop_table .cart_item .quantity {
    height: 40px;
  }
  .woocommerce-cart .shop_table .cart_item .quantity input.qty {
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .product .wpgs-nav .slick-slide img {
    height: 120px !important;
    padding: 15px;
  }

  .product .wpgs-nav .slick-slide {
    margin: 25px 10px;
  }

  .product .slick-slide .wpgs-lightbox-icon {
    height: 500px;
  }

  .site-inner,
  wrap {
    max-width: 1140px;
    padding: 0 3% 0;
  }
  .product form.cart .button.single_add_to_cart_button {
    max-width: 285px;
    margin: 0 0 0 10px;
  }
  .shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  section.left_content_right_vidio .col-md-6:first-child {order: 2;padding: 0 30px;}
  section.left_content_right_vidio .col-md-6:nth-child(2){order:1;}
  section.right-content-left-video .col-md-6:nth-child(2) {padding: 20px 30px 0;}
  .site-footer .footer-block::before {
    display: none;
  }
  .shop_all_cstm_cls {
    padding: 50px 25px;
  }

  .product_loop_cstm ul.products {
    grid-gap: 40px 20px;
    padding-top: 45px;
  }
  .shop_all_cstm_cls
    .cstm_cat_cls
    .woocommerce-categories
    .woocommerce-product-category-page
    a {
    padding: 5px;
  }
  .shop_all_cstm_cls
    .cstm_cat_cls
    .woocommerce-categories
    .woocommerce-product-category-page
    h2 {
    font-size: 14px !important;
  }
  .shop_all_cstm_cls .cstm_cat_cls {
    margin: 0 0 25px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 40.7%;
  }
  .pdct_tab_sum_cst {
    max-width: 59.3%;
  }
  .product .slick-slide .wpgs-lightbox-icon {
    height: 400px;
  }
  .product .pdct_tab_sum_cst .product_title {
    font-size: 30px;
    line-height: 42px;
  }
  .pdct_tab_sum_cst .summary .woocommerce-product-details__short-description h4,
  .product .pdct_tab_sum_cst .summary.entry-summary table.variations label {
    font-size: 22px;
  }
  .single_variation_wrap .woocommerce-variation-add-to-cart h3 {
    font-size: 22px !important;
  }
  .related.products h2 {
    margin: 0 0 35px;
  }
  .related.products
    .products
    .product
    .custm-shop.product-outer-main
    .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .rating-section .review-row h3,
  .Spec_sec_cst h3,
  .related.products h2 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .ply_img {
    width: 110px;
    height: 110px;
  }
  .single-product .product form.cart div.quantity input {
    font-size: 24px;
  }
  .single-product .product form.cart div.quantity input {
    width: 70px;
  }
  .pdct_tab_sum_cst .summary .woocommerce-product-details__short-description p {
    font-size: 16px !important;
    margin-bottom: 15px;
  }
  .single-product .site-inner main .surft_video_sec {
    padding: 350px 0 100px;
  }
  .Spec_sec_cst table tr th {
    font-size: 22px;
  }
  .Spec_sec_cst table tr td {
    font-size: 20px;
  }
  .related.products .products .product .product-all-item img {
    height: 280px;
  }
  .single-product .site-inner nav.woocommerce-breadcrumb {
    margin-bottom: 20px;
  }
  .product .accordion-header {
    font-size: 20px;
  }
  .single-product .accordion-item .accordion-icon i {
    font-size: 16px;
  }
  .related.products .products .product .product_price_cls span {
    font-size: 24px;
  }
  .single-product .site-inner main {
    padding: 35px 40px 50px;
  }
  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 15px;
  }
  .content-sidebar-wrap h1.entry-title {
    font-size: 24px;
  }
  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    padding-top: 25px;
  }
  .woocommerce-cart .site-header,
  .woocommerce-checkout .site-header {
    min-height: 90px;
  }
  .woocommerce-checkout .woocommerce .checkout #customer_details {
    width: calc(100% - 350px);
    padding-right: 30px;
  }
  .woocommerce-checkout .woocommerce .checkout #order_review {
    max-width: 350px;
  }
  .woocommerce-checkout .woocommerce .checkout .form-row input,
  .woocommerce-checkout .woocommerce .checkout .form-row select,
  .woocommerce-checkout .woocommerce .checkout .form-row span.select2 {
    height: 45px;
  }

  .woocommerce-checkout
    .checkout
    #ship-to-different-address
    .woocommerce-form__label
    input {
    width: 15px;
    height: 15px;
  }
  .woocommerce-checkout
    .woocommerce
    .checkout
    .woocommerce-additional-fields
    .woocommerce-input-wrapper
    textarea {
    min-height: 120px;
  }
  .cart-page-wrapper .woocommerce-cart-form {
    width: 100%;
    padding: 0;
  }

  .woocommerce .cart-collaterals {
    border: 0;
    padding: 0;
    max-width: 100%;
  }
	.book-now-mobile-btn .firstul ul {
    	display: none;
	}
	.book-now-mobile-btn li#menu-item-11173 a{
		font-size: 14px;
        line-height: 28px ;
        width: 150px;
        height: 36px;
		border-radius: 54px;
		background: linear-gradient(180deg, #f9d37a 0%, #f9931b 100%);
		box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
		color: #1a1a1a;
		text-align: center;
		font-family: "Tactic Round Bld";
		display: block;
        padding: 3px 3px;
                height: 100% !important;
	}
	.book-now-mobile-btn ul {
		padding-left: 0rem;
	}
	.book-now-mobile-btn ul.sub-menu li {
		background: #18a1d9;
	}
    .book-now-mobile-btn ul.sub-menu li a {
        color: #fff !important;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        font-weight: normal !important;
        font-size: 11px !important;
		padding: 8px 10px !important;
		line-height: 15px !important;		
    }
}

@media (max-width: 1024px) {
  html body .site-header .dfw-header .wrap .logo {
    margin-top: 20px;
    float: left;
    transform: none;
    position: static;
  }
  html body .site-header {
    background-color: #18a1d9 !important;
    min-height: 200px;
    padding: 0 20px;
  }

  html body .site-header .dfw-header {
    position: relative;
  }

  html body .site-header .dfw-header .wrap .logo {
    margin-top: 20px;
    float: left;
    transform: none;
    position: static;
  }

  html body .site-header .dfw-header .wrap .nav-primary {
    background-color: #000;
  }

  html body .site-header .dfw-header .wrap {
    padding: 0;
  }

  html body .site-header .dfw-header .wrap .nav-primary .wrap {
    max-width: 100% !important;
    padding: 0;
  }

  html body .site-header .dfw-header .wrap .nav-primary .firstul {
    padding: 0 15px 15px 15px;
  }

  html body .header-right-button,
  html body .header-button-submenu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
	background:#000;
  }

  html body .firstul .menu-item:hover > .sub-menu,
  html body .firstul .menu-item:hover > .sub-menu a {
    position: relative !important;
    width: 100%;
  }

  html body .header-button-submenu a {
    font-size: 15px !important;
  }

  html body .slide-info p {
    font-size: 16px !important;
    margin-bottom: 15px;
  }
  .woocommerce-cart .shop_table .cart_item td.product-price {
    white-space: nowrap;
  }
  .woocommerce-cart .shop_table .cart_item .quantity input.qty {
    width: 40px;
  }
  body.custom-header .site-header {
    min-height: 80px;
  }
  body.custom-header .mobile-menu {
    margin-top: 15px;
  }
  html body .site-header .dfw-header .wrap .logo {
    margin-top: 10px;
  }
  .site-inner {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-product .site-inner main {
    padding: 35px 25px 50px;
  }
  .pdct_tab_sum_cst {
    padding-left: 30px;
  }
  .product .pdct_tab_sum_cst .product_title {
    font-size: 25px;
    line-height: 35px;
  }
  .custom-parent-div {
    margin: 0 0 10px;
  }
  .single-product .product form.cart div.quantity input {
    width: 50px;
    font-size: 20px;
  }
  .product form.cart .button.single_add_to_cart_button {
    max-width: 220px;
    font-size: 20px;
  }
  .product .pdct_tab_sum_cst .price span {
    font-size: 24px !important;
  }
  .product .slick-slide .wpgs-lightbox-icon img {
    padding: 30px;
  }
  .product .wpgs-nav .slick-slide img {
    height: 100px !important;
    padding: 10px;
  }
  .ply_img {
    width: 70px;
    height: 70px;
  }
  .single-product .site-inner main .surft_video_sec::after {
    height: 250px;
  }
  .single-product .site-inner main .surft_video_sec,
  .befor_relat_pro_sec {
    width: calc(100% + 50px);
    left: -25px;
  }
  .related.products .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .related.products .products::before,
  .related.products .products::after {
    display: none;
  }

  .related.products .products .product {
    float: none !important;
    width: 100% !important;
    max-width: 100%;
  }
  .woocommerce-checkout .woocommerce .checkout #customer_details {
    width: 100%;
    padding: 0 0 15px;
  }

  .woocommerce-checkout .woocommerce .checkout #order_review {
    max-width: 100%;
  }
  .woocommerce table.shop_table th {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .shop_table .cart_item .product-thumbnail {
    height: 150px;
    display: block;
    padding: 0;
    float: left;
  }
  .woocommerce-cart .shop_table .cart_item td {
    font-size: 14px;
    text-align: left !important;
    display: grid;
    background-color: #fff !important;
  }
  .woocommerce-cart .shop_table .cart_item .product-thumbnail::before {
    display: none;
  }

  body.woocommerce-cart
    table.shop_table
    .cart_item
    td.product-quantity
    .quantity {
    margin-top: 5px;
    max-width: 140px;
  }
  body.woocommerce-cart table.shop_table .cart_item td.product-quantity h3 {
    display: none;
  }
  .woocommerce-cart .shop_table .cart_item td.product-quantity {
    clear: both;
  }
  .woocommerce-cart .shop_table .cart_item td.product-subtotal {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
  }
  .site-inner main .woocommerce-message {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    padding-top: 40px;
    gap: 10px;
  }

  .site-inner main .woocommerce-message::before {
    left: 50%;
    transform: translateX(-50%);
  }
  body.woocommerce-cart table.shop_table td.actions button.button {
    max-width: 100%;
  }
  .cart-page-wrapper table.shop_table tr td.actions {
    padding: 0;
  }
}

@media (max-width: 767px) {
	.book-now-mobile-btn li#menu-item-11173 a{
		font-size: 11px;
        line-height: 28px;
		width: 105px;
        height: 34px;		
	}
  .product_loop_cstm ul.products li.product img {
    height: 280px !important;
  }
  .shop_all_cstm_cls {
    padding: 30px 20px;
  }
  .shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .product_loop_cstm ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 24px;
    padding: 5px 0 10px;
  }
  .product_loop_cstm ul.products {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .product_loop_cstm ul.products li.product .product_price_cls span {
    font-size: 22px;
    line-height: 26px;
  }
  .product_loop_cstm ul.products li.product .rating_product_cstm {
    padding-top: 15px;
  }
  .single-product .site-inner main {
    padding: 30px 25px 50px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 100%;
    margin-bottom: 0;
  }
  .pdct_tab_sum_cst {
    padding-left: 0;
    max-width: 100%;
  }
  .product .pdct_tab_sum_cst .product_title {
    font-size: 24px;
    line-height: 34px;
  }
  .custom-parent-div .product-author {
    width: 100%;
    order: 3;
    padding: 0;
  }

  .custom-parent-div {
    flex-wrap: wrap;
  }

  .single-product .site-inner main .surft_video_sec {
    background-position: top 40px center;
    padding: 260px 0 80px;
  }
  .single-product .site-inner main .surft_video_sec .video_for_surf_cst::after {
    padding-bottom: 70%;
  }
  .single-product .site-inner main .surft_video_sec .video_for_surf_cst {
    border: 5px solid #fff;
  }
  .ply_img {
    width: 50px;
    height: 50px;
  }
  .related.products {
    margin-top: 35px;
  }
  .rating-section .review-row h3,
  .Spec_sec_cst h3,
  .related.products h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .related.products h2 {
    margin: 0 0 20px;
  }
  .related.products
    .products
    .product
    .custm-shop.product-outer-main
    .woocommerce-loop-product__title {
    line-height: 22px !important;
  }
  .product .wpgs-nav .slick-slide img {
    height: 110px !important;
    border-radius: 18px;
  }
  .rating-section .review-row .review_head_btn_section .btn-review {
    font-size: 18px;
    right: 20px;
  }
  .Spec_sec_cst table tr th,
  .Spec_sec_cst table tr td {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .befor_relat_pro_sec .image_sec img {
    height: 300px;
    object-fit: cover;
  }
  .single-product .site-inner nav.woocommerce-breadcrumb,
  .single-product .site-inner nav.woocommerce-breadcrumb a {
    font-size: 16px;
  }
  .pdct_tab_sum_cst .summary .woocommerce-product-details__short-description h4,
  .product .pdct_tab_sum_cst .summary.entry-summary table.variations label,
  .single_variation_wrap .woocommerce-variation-add-to-cart h3,
  .product .pdct_tab_sum_cst .price span {
    font-size: 20px !important;
  }
  .custom-parent-div .woocommerce-product-rating span::before,
  .custom-parent-div .woocommerce-product-rating .star-rating::before {
    letter-spacing: 5px;
  }
  .single-product .site-inner nav.woocommerce-breadcrumb,
  .single-product .site-inner nav.woocommerce-breadcrumb a {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .single-product .site-inner main {
    padding: 10px 25px 50px;
  }
  .woocommerce-checkout
    .woocommerce
    .checkout
    .woocommerce-billing-fields__field-wrapper
    > p {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .site-inner main .woocommerce-message {
    padding-inline: 10px;
    text-align: center;
  }
  .woocommerce-cart .shop_table .cart_item {
    flex-wrap: wrap;
  }

  .woocommerce-cart .shop_table .cart_item .product-thumbnail {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .woocommerce-cart .shop_table .cart_item td.product-name {
    width: calc(100% - 90px);
    margin-left: auto;
  }
  .cart-heading h2 {
    margin-top: 0;
  }
  .woocommerce-cart .shop_table .cart_item .product-remove {
    margin: 5px 0 0;
    width: 15px;
    height: 20px;
    background-color: transparent !important;
    order: 1;
    margin-left: auto;
  }

  .woocommerce-cart .shop_table .cart_item td.product-quantity {
    margin-left: 90px;
    min-width: 90px;
    max-width: 90px;
  }
  .woocommerce-cart .shop_table .cart_item td.product-price {
    width: calc(35% - 25px);
  }
  .woocommerce-cart .shop_table .cart_item td .cart-price-wrap {
    justify-content: flex-start;
    align-items: center;
    column-gap: 4px;
    min-height: 35px;
  }

  body.woocommerce-cart
    table.shop_table
    .cart_item
    td.product-quantity
    .quantity {
    max-width: 90px;
    height: 30px;
  }

  .woocommerce-cart .shop_table .cart_item td.product-quantity::before,
  .woocommerce-cart .shop_table .cart_item td.product-price::before {
    display: none;
  }

  .woocommerce-cart .shop_table .cart_item td .cart-price-wrap .saved-amount {
    text-align: left;
  }
  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 12px;
    font-size: 16px;
  }
  .woocommerce-cart .slider .slick-arrow {
    width: 25px;
    height: 25px;
    left: -10px;
  }
  .woocommerce-cart .slider .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
  .woocommerce-cart .slider {
    padding: 0 25px;
  }
  .slider-main h2 {
    margin: 0 0 20px;
    text-align: center;
  }
  .woocommerce-cart .slider .slick-arrow {
    font-size: 20px;
  }
}

@media (max-width: 567px) {
  .product_loop_cstm .woocommerce-result-count,
  .product_loop_cstm
    .woocommerce-result-count
    + .woocommerce
    .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-bottom: 10px;
  }
  .shop_all_cstm_cls .cstm_cat_cls .woocommerce-categories {
    grid-template-columns: 1fr;
  }
  .related.products .products {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .single-product .site-inner main .surft_video_sec {
    padding: 250px 0 50px;
  }
  .product .slick-slide .wpgs-lightbox-icon {
    height: 300px;
  }
  .product .wpgs-nav .slick-slide img {
    height: 90px !important;
    border-radius: 18px;
  }
  .product .wpgs-nav .slick-slide {
    margin: 10px;
  }
  .product .wpgs-nav .slick-list.draggable {
    margin: 0 -10px;
  }
  .product .pdct_tab_sum_cst .product_title {
    font-size: 22px;
    line-height: 30px;
  }

  form.checkout_coupon p.form-row {
    float: none;
    width: 100%;
    padding: 0;
  }

  form.checkout_coupon p.form-row .button {
    max-width: 100%;
    margin-top: 5px;
    height: 42px;
  }
}

@media (max-width: 479px) {
  .product_loop_cstm ul.products {
    grid-template-columns: 1fr;
  }
  .woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 20px 0;
    width: 100%;
  }
  .product form.cart .button.single_add_to_cart_button {
    max-width: 100%;
    font-size: 20px;
    margin: 0;
  }
}

/*new home page start 4-3-24*/

.home iframe {
  border: none;
}
.home p:empty {
  display: none;
}
body {
  overflow-anchor: none !important;
  overflow-x: hidden;
}
.home p {
  font-family: "Urbanist", sans-serif !important;
}
.home .site-inner {
  max-width: 100% !important;
}
.home h1,
.home h2,
.home h3,
.home h4 {
  font-family: "Hamburg Hand";
}

.home .site-container,
.home .site-header {
  background: #fff;
}
.home-banner h2.main-title {
  color: #04639c;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}
.home-banner p {
  color: #1a1a1a;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.36px;
  margin-bottom: 26px;
}
.home-banner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -12px;
  grid-column-gap: 20px;
}
.home-banner ul li {
  display: flex;
  justify-content: left;
  align-items: center;
}
.home-banner ul li .home-list-img {
  width: 50px;
  height: 50px;
  padding: 6px 0;
  margin-right: 10px;
}
.home-banner ul li .home-list-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.home-banner ul li h3 {
  margin: 0;
  color: var(--Dark-Blue);
  font-size: 19px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.19px;
  text-transform: uppercase;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-md-6 {
  max-width: 50%;
  width: 50%;
}
.home-banner .rgt-img {
  width: 50vw;
  height: 100%;max-height: 754px;
}
.home-banner .rgt-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner .left-cnt {
  margin: 0 0 0 auto;
  padding-top: 99px;
  padding-right: 93px;
  padding-bottom: 20px;
}
.home .container {
  max-width: 1460px;
  margin: auto;
}

.right-logo h2 {
  color: var(--Dark-Blue);
  text-shadow: 0px 1.393px 7.661px rgba(3, 161, 255, 0.1);
  font-size: 79.393px;
  font-style: normal;
  font-weight: 700;
  line-height: 69.643px;
  text-transform: uppercase;
}

.image-galery-wrp {
  padding: 81px 0 89px;
  position: relative;
}
.image-galery-wrp {
  background: url(../images/image-glry-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;box-shadow: 0px 2px 24px 0px #1111111A;
}
.image-galery-wrp .itemcol {
  position: relative;
  border-radius: 4px; /* height: 605px;  */
  padding-top: 168%;
  box-shadow: 0px 4px 10px 0px rgba(66, 66, 66, 0.25);
  overflow: hidden;
}
.image-galery-wrp .itemcol img, .image-galery-wrp .itemcol video {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
      object-fit: cover;
    object-position: center;
}
.image-galery-wrp .image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 30px;
  width: 100%;
}

.weekly_classes.weekly_classes_layouts h2 {
  color: var(--Dark-Blue);
  text-align: center;
  font-size: 56px !important;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

#myTab li a,
.tab_drawer_heading {
  border-radius: 0px 0px 4px 4px;
  border: 1px solid var(--Dark-Blue, #04639c);
  background: var(--White, #fff);
  width: 100%;
  color: var(--Dark-Blue, #04639c);
  text-align: center;
  font-family: "Hamburg Hand";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
#myTab li,
.tab_drawer_heading {
  height: 69px;
}
#myTab li.active a,
.tab_drawer_heading.active {
  background: #04639c;
  box-shadow: 0px 2px 31px 0px rgba(126, 126, 126, 0.4);
  color: #fff;
}

#myTab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 21px;
}
.yellow-btn {
  border-radius: 54px;
  background: linear-gradient(180deg, #f9d37a 0%, #f9931b 100%);
  box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
  color: var(--Black, #1a1a1a);
  text-align: center;
  font-family: "Tactic Round Bld";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  width: 271.29px;
  height: 58px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#myTab .tab-pane p {
  color: #1a1a1a;
  font-family: "Urbanist", sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 29px !important;
  letter-spacing: 0.36px;
}
#myTab .tab-pane p.small-title {
  color: #1a1a1a;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.56px;
}

.map-right-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 88px 20px 27px;
  height: 100%;
}

.map-right-logo .right-logo-left-img {
  width: 142px;
  margin-right: 21px;
}
.right-logo-right-title h2 {
  color: var(--Dark-Blue, #04639c);
  text-shadow: 0px 1.393px 7.661px rgba(3, 161, 255, 0.1);
  font-family: "Hamburg Hand";
  font-size: 78px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 69.643px;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
.right-logo-right-title img {
  width: 100%;
}
.right-logo-right {
  max-width: 663px;
}
.map-right-logo .right-logo-right p {
  color: #1a1a1a;
  text-align: center;
  text-shadow: 0px 1.393px 7.661px rgba(3, 161, 255, 0.1);
  font-size: 27px !important;

  font-weight: 400;
  line-height: 69.643px !important;
  letter-spacing: 4.05px;
  text-transform: uppercase;
  margin: 0;
}
.right-logo-right ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -25px;
  padding: 0 30px;
}

.right-logo-right ul li {
  position: relative;
}
.right-logo-right ul li::before {
  content: "";
  background: #1a1a1a;
  height: 23px;
  width: 2px;
  top: 50%;
  left: auto;
  position: absolute;
  right: -35px;
  transform: translate(0, -50%);
}
.right-logo-right ul li:last-child::before {
  display: none;
}
.left-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.left-map {
  border-radius: 0px 10px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 2.304px 27.643px 0px rgba(17, 17, 17, 0.1);
  height: 100%;
}

.image-galery-wrp .itemcol iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tab_drawer_heading {
  display: none;
}

.weekly_classes .tab-pane {
  display: grid;
  padding: 41px 0 0;
  grid-template-columns: 1fr 1fr;
}
.weekly_classes .tab-content-left-img {
  border-radius: 2px 2px 0px 0px;
  box-shadow: 0px 4px 10px 0px rgba(66, 66, 66, 0.25);
}
.weekly_classes .tab-content-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tab-content-right-content h3 {
  color: var(--Dark-Blue, #04639c);
  font-size: 47px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 55px !important;
  letter-spacing: 0.47px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.weekly_classes {
  padding-bottom: 50px;padding-top: 87px;
}
.weekly_classes .tab-content-right-content p.small-title {
  color: #1a1a1a;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 29px !important;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
}
.weekly_classes .tab-content-right-content ul {
  margin-bottom: 20px;
}

.tab-content-right-content p {
  color: #1a1a1a;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 29px !important;
  letter-spacing: 0.36px;
}
.tab-content-right-content {
  padding: 10px 0 40px 82px;
}

.row {
  display: flex;
}
.col-md-6 {
  width: 50%;
}
.col-md-12 {
  width: 100%;
}
.left_content_right_vidio .left-cnt h2,
.right-content-left-video .right-cnt h2 {
  color: var(--Dark-Blue);
  font-size: 47px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.left_content_right_vidio .left-cnt p,
.right-content-left-video .right-cnt p,
.weekly_classes .tab-content-right-content ul li {
  color: #1a1a1a;
  font-size: 18px !important;

  font-weight: 500;
  line-height: 24px !important;
  letter-spacing: 0.36px;
}
.weekly_classes .tab-content-right-content ul li { margin-bottom: 0 !important; }

.left_content_right_vidio {
  padding-bottom: 30px;
  padding-top: 73px;
}

.left_content_right_vidio .right-img {
  width: 50vw;
}

.right-content-left-video .left-cnt {
  width: 50vw;
}
.right-content-left-video {
  padding-top: 30px;
}
.wrep-div-gallery h2 {
  color: #fff;
  text-align: center;
  font-size: 56px !important;
  font-weight: 700;
  line-height: 55px !important;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.shop-list-main,
.shop-list-main,
.seller-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 40px;
}
.shop_gallery_detail {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.shop_gallery_detail a {
	text-decoration: none !important;
}

.shop-list-main .shop_gallery_detail p {
  color: var(--Dark-Blue, #04639c);
  text-align: center;
  font-family: "Hamburg Hand" !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 34px !important;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.shop-list.shop_gallery_layouts {
  margin-bottom: 80px;
}

.wrep-div-gallery {
  padding: 85px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-gallery-card-img {
  height: 200px;
}

.product-gallery-card img {
  height: 100%;
  width: auto;
}
.product-gallery-card {
  border-radius: 4px;
  background: #61afde;
  box-shadow: 0px 4px 34px 0px rgba(64, 64, 64, 0.25);
  text-align: center;
  /* height: 379px; */
  padding: 24px 20px 46px;
}

.product-gallery-card h3 {
  color: #fff;
  text-align: center;
  font-size: 28px !important;
  line-height: 36px !important;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.social_midea_section h2 {
  color: #1a1a1a;
  text-align: center;
  text-shadow: 0px 2px 11px rgba(3, 161, 255, 0.1);
  font-size: 114px !important;
  font-weight: 400;
  line-height: 100px !important;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.social_midea_section {
  padding: 91px 0 0;
}
/*.social_midea_section .footer-social .footer-social:first-child {
    border: 3px solid #06659d;
    border-radius: 100%;
  width: 40px;
height: 40px;
font-size: 29px;
line-height: normal;
}
.social_midea_section .footer-social .footer-social:first-child .fa.fa-facebook {
    line-height: 44px;
}*/
.social_midea_section .footer-social .footer-social {
  color: #04639c;
  font-size: 48px;
}
.social_midea_section .footer-social .footer-social {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 44px !important;
  color: transparent !important;
  display: block;
  width: 49px;
  height: 51px;
  margin: 0 8px;
}
.social_midea_section .footer-social .footer-social.facebook {
  background: url(../images/fb2.svg);
}
.social_midea_section .footer-social .footer-social.linkedin {
  background: url(../images/linkdin2.svg);
}
.social_midea_section .footer-social .footer-social.instagram {
  background: url(../images/insta2.svg);
}
.social_midea_section .footer-social .footer-social.meetup {
  background: url(../images/meetup2.svg);
  background-size: 49px !important;
}

.left_content_right_image .left-cnt h2 {
  color: #04639c;
  font-size: 43px !important;

  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.43px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.left_content_right_image .left-cnt p {
  color: #1a1a1a;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 29px !important;
  letter-spacing: 0.36px;
}

.left_content_right_image .left-cnt {
  padding-right: 132px;
}
.left_content_right_image .right-image {
  width: 50vw;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}

section.left_content_right_image .col-md-6:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left_content_right_vidio .container-fluid {
  /*max-width: 1728px; */
  margin: auto;
}
section.left_content_right_vidio .col-md-6:first-child,
section.right-content-left-video .col-md-6:nth-child(2) {
  display: flex;
  align-items: center;
}

.left_content_right_vidio .right-img,
.right-content-left-video .left-img {
  width: 100%;
  /*    height: 559px;*/
  padding-top: 56%;
  position: relative;
  max-height: 450px;

}

.left_content_right_vidio .right-img video,
.right-content-left-video .left-img video {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.left_content_right_vidio .left-cnt {
  float: right;
  margin: auto 0 auto auto;
  max-width: 730px;
  width: 100%;
  padding-right: 63px;
}

.right-content-left-video .right-cnt {
  padding-left: 63px;
  margin: auto auto auto 0;
  max-width: 870px;
  width: 100%;
}

.social_midea_section .social_midea_icons {
  text-align: center;
  margin: 25px auto 14px;
}

.social_midea_section .social_midea_icons img {
  height: 49px;
}

.left_content_right_image .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.left_content_right_image .right-image.mobile {
  display: none;
}
.left_content_right_image .right-image.desktop {
  display: block;
}

.weekly_classes .tab-content-right-content ul li p {
  margin-bottom: 3px;
}
.left_content_right_image {
  background: url(../images/image-glry-back2.png);
  background-repeat: repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
}
.site-header .dfw-header {
  width: 100%;
  text-align: center;
  background: #000 !important;
}

.site-header .dfw-header .wrap .logo {
  max-width: 193px;
  min-width: 193px;
  transform: none;
  left: 0;
  min-height: 66px;
  top: auto;
  transform: none;
  position: relative;
  height: 66px;
  margin: auto 0;
}
.site-header .dfw-header .wrap .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.site-header .dfw-header .wrap .logo {
  max-width: 193px;
  min-width: 193px;
  transform: none;
  left: 0;
  min-height: 66px; /* top: 50%;    transform: translate(0, -50%);*/
  outline: none !important;
}

/*footer start*/
.site-footer .wrap {
  background-color: transparent;
  max-width: 100% !important;
  padding: 0 !important;
}
.site-footer {
  background: var(--Dark-Blue, #04639c);
  box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
  padding: 63px 0;
}
.site-footer a {
	text-decoration: none !important;
}
body .site-footer footer .f-col h2 a, body .site-footer footer .f-col h2  {
  color: #fff !important;
  text-align: center;
  font-family: "Hamburg Hand";
  font-size: 31px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.31px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer-block .container {
  /* display: flex; */
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
.footer-one.f-col a img {
  max-width: 247px;
}
 .footer-social {
  display: flex;
  justify-content: center;
}
footer .footer-social {
  margin-top: 24px !important;
 
}
.footer-social .footer-social {
  color: #fff;
  font-size: 23px;
  margin: 0 6px;
  text-align: center;
}
/*.footer-social .footer-social:first-child {border: 3px solid #fff; border-radius: 100%; width: 23px; height: 23px; font-size: 16px; line-height: normal; }
.footer-social .footer-social:first-child .fa.fa-facebook {    line-height: 25px;}*/
.footer-social .footer-social {
  height: 23px;
  width: 23px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 23px !important;
  color: transparent !important;
}
.footer-social .footer-social.facebook {
  background: url(../images/fb.svg);
}
.footer-social .footer-social.linkedin {
  background: url(../images/linkdin.svg);
}
.footer-social .footer-social.instagram {
  background: url(../images/insta.svg);
}
.footer-social .footer-social.youtube {
  background: url(../images/youtube.svg);
}
.footer-social .footer-social.meetup {
  background: url(../images/meetup.svg);
}
.site-footer .f-col ul li {
  margin-bottom: 10px;
}
.site-footer .f-col ul {
  margin-bottom: 52px;
}
.site-footer .f-col ul li a {
  color: #fff;
  text-align: center;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.footer-three.f-col ul li p {
  color: #fff;
  text-align: center;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 16px !important;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  margin: 5px auto 0;
}
.footer-three.f-col ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
}
.footer-three.f-col ul .shop_gallery_detail {
  width: 135px;
  height: 87px;
}
.footer-three.f-col ul li {
  margin: 0;
}
.footer-four.f-col .f-btn a.f-call {
  color: #fff;
  text-align: center;
  font-family: "Hamburg Hand";
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.29px;
  text-transform: uppercase;
  margin-top: 42px;
  display: inline-block;
}
.second-footer .container {
  display: flex;
  justify-content: space-between;
}
.second-footer .container ul {
  display: flex;
}
.second-footer .container ul li {
  margin: 0 0 0 71px;
}
.second-footer p,
.second-footer ul li a {
  color: #fff;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 18px !important;
}
#genesis-footer-widgets {
  display: none;
}
.site-footer .footer-block {
  padding: 0;
}
.site-footer .f-col ul li a:hover {
  color: #fab71a;
}
.site-footer .f-col ul li a:hover,
.footer-four.f-col .f-btn a.f-call:hover,
.second-footer ul li a:hover {
  color: #fab71a;
}
 body.custom-header .site-header {
   
    background: #04639c !important;
  }
  .top-header-link {
    background: #61afde !important;
    padding: 4px 0;
  }
  .site-header .dfw-header a {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.site-header .dfw-header a .arrow-img {
  margin-left: 10px;
}
/*footer end*/
 .site-header {
    background: #61afde !important;
    box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
  }
  .site-header .dfw-header.sticky-menu {
    background: #04639c;
    box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
  }
  .site-header .dfw-header.sticky-menu a {
	text-decoration: none !important;
  }
/*new home page end 4-3-24*/
/*responsive start*/

/*header css start*/
@media (min-width: 1200px) {

	.menu-item-5880{
		margin-right: -14px;
	}
  .main_menu {  display: block !important;}
 
  /*.site-header .dfw-header .wrap .nav-primary {    background: #04639C;box-shadow: none;}*/
  .site-header .dfw-header .wrap .header-right-button .button, .headerbtn.mobile a.button.book-now {
    border-radius: 54px;
    background: linear-gradient(180deg, #f9d37a 0%, #f9931b 100%);
    box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
    color: #1a1a1a;
    text-align: center;
    font-family: "Tactic Round Bld";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 45px !important;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    width: 271.29px;
    height: 58px;
  }
  .site-header .dfw-header .wrap .main_menu > ul > li > a {
    margin: 44px 5px;
    padding: 0 13px 0 15px;
    color: #fff;
    text-transform: uppercase;
    color: #fff !important;
    font-family: "Hamburg Hand";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 27px !important;
    letter-spacing: 1.08px;
    text-transform: uppercase;
  }
  .site-header .dfw-header .wrap {
    max-width: 100% !important;
    margin: auto;
    padding: 0;
  }
  body.custom-header .site-header {
    min-height: 150px;
    border: 0;
    background: #04639c !important;
  }
  .top-header-link {
    background: #61afde !important;
    padding: 4px 0;
  }
  .site-header .dfw-header .wrap .header-widget-area {
    width: calc(100% - 193px);
  }

  .site-header .dfw-header .wrap {
    max-width: 100% !important;
    margin: 0;
    max-width: 1530px !important;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .firstul .menu-item.menu-item-has-children > a {
    background: url("../images/header-down.svg") no-repeat !important;
    background-size: 10px !important;
    background-position: right center !important;
  }
  .firstul .sub-menu {
    border-top: none;
  }
  
  .site-header .dfw-header .wrap .main_menu > ul li a {
    color: #fff;
    font-size: 14px !important;
    /*    font-size: 17px !important;*/
    font-family: "Hamburg Hand";
    font-style: normal;
    font-weight: 700;
    line-height: 27px !important;
    letter-spacing: 1.08px;
    text-transform: uppercase;
  }
  .firstul .sub-menu a {
    width: 100%;
    border: none;
  }
  .firstul .sub-menu { width: 260px; }
  

  .header-right-button ul.header-button-submenu {
    background: #04639c;
  }
  .site-header .dfw-header .wrap .main_menu ul > li:hover {     background:  linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;}
  .site-header .dfw-header .wrap .main_menu ul > li:hover > a{    color: #1A1A1A !important;   background: url("../images/header-down-black2.svg") no-repeat !important;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-size: 10px !important;
background-position: right center !important; }
  .site-header .dfw-header .wrap .main_menu > ul ul li a:hover {
    
    background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;
color: #1A1A1A !important;

  }
  .firstul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header .dfw-header .wrap .header-right-button {
    width: auto;
    position: relative;
    right: 0;
    transform: none;
    top: 0;
    margin-left: 30px;
  }
} /* min-width: 1200px end for header*/
/*header css end*/

@media (max-width: 1550px) {
  .home .container,
  .site-header .dfw-header .wrap {
    max-width: 100%;
    padding: 0 40px;
  }
  .site-header .dfw-header .wrap .nav-primary .firstul > .menu-item > a {
    font-size: 15px !important;
  }
  .site-header .dfw-header .wrap .header-widget-area {
    width: calc(100% - 193px);
  }
  .site-header .dfw-header .wrap .header-right-button .button {
    font-size: 22px !important;
    width: 241px;
  }
  .right-logo-right-title h2 {
    font-size: 66px !important;
    margin: 0 auto 5px;
  }
  .map-right-logo .right-logo-right p {
    font-size: 19px !important;
    line-height: 59px !important;
  }
  .tab-content-right-content h3 {
    font-size: 39px !important;
    line-height: 46px !important;
  }
  .weekly_classes .tab-content-right-content p.small-title {
    font-size: 26px !important;
  }
  .left_content_right_vidio .left-cnt {
    max-width: 700px;
  }
  .right-content-left-video .right-cnt {
    max-width: 710px;
  }
  .product-gallery-card-img {
    margin-bottom: 20px;
  }
  .social_midea_section h2 {
    font-size: 94px !important;
    line-height: 100px !important;
  }
  .footer-block .container {
    grid-gap: 30px;
  }
  body .site-footer footer .f-col h2 a, body .site-footer footer .f-col h2  {
    font-size: 27px !important;
  }
  .site-footer .f-col ul li a {
    font-size: 18px;
  }
}
/*1550px end*/

@media (max-width: 1499px) {
  .site-header .dfw-header .wrap .nav-primary .firstul > .menu-item > a {
    font-size: 13px !important;
  }
  .site-header .dfw-header .wrap .nav-primary .header-right-button {
    margin-left: 20px;
  }
  .site-header .dfw-header .wrap .header-right-button .button {
    font-size: 17px !important;
    width: 191px;
  }
  .site-header .dfw-header .wrap .header-widget-area {
    width: calc(100% - 143px);
  }
  .site-header .dfw-header .wrap .logo {
    max-width: 143px;
    min-width: 143px;padding: 20px 0;
  }
  .home-banner h2.main-title {
    font-size: 49px !important;
    line-height: 53px;
  }
  .home-banner .left-cnt {
    padding-top: 39px;
    padding-right: 63px;
  }
  body.home .custom-header p,
  body.home .custom-header p span {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .right-logo-right-title h2 {
    font-size: 51px !important;
  }
  .right-logo-right ul {
    margin-top: -21px;
    padding: 0 0;
  }
  .map-right-logo .right-logo-right p {
    font-size: 18px !important;
    line-height: 59px !important;
  }
  .right-logo-right ul li::before {
    right: -18px;
  }
  .map-right-logo .right-logo-left-img {
    width: 242px;
    margin-right: 21px;
  }
  #myTab li a,
  .tab_drawer_heading {
    font-size: 24px;
  }
  .left_content_right_vidio .left-cnt {
    max-width: 100%;
    padding: 20px 40px;
  }
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .left_content_right_vidio .left-cnt p,
  .right-content-left-video .right-cnt p,
  .weekly_classes .tab-content-right-content ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 15px;
  }
  .shop-list-main .shop_gallery_detail p {
    font-size: 25px !important;
  }
  .product-gallery-card h3 {
    font-size: 22px !important;
    line-height: 35px !important;
    letter-spacing: 0.28px;
  }
  .social_midea_section h2 {
    font-size: 81px !important;
    line-height: 80px !important;
  }
  .left_content_right_image .left-cnt h2 {
    font-size: 37px !important;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .left_content_right_image .left-cnt {
    padding-right: 72px;
  }
  .footer-one.f-col a img {
    max-width: 197px;
  }
  body .site-footer footer .f-col h2 a, body .site-footer footer .f-col h2  {
    font-size: 23px !important;
    line-height: 20px;
  }
  .footer-three.f-col ul .shop_gallery_detail {
    width: 95px;
    height: 61px;
  }
}
/*1499px end*/

@media (max-width: 1299px) {
  .site-header .dfw-header .wrap .header-right-button .button {
    font-size: 16px !important;
    width: 164px;
  }
  .site-header .dfw-header .wrap .main_menu > ul li a {    font-size: 12px !important;  }

  .site-header .dfw-header .wrap .nav-primary .header-right-button {
    margin-left: 10px;
    margin-right: 0;
  }
  .site-header .dfw-header .wrap .nav-primary .firstul > .menu-item > a {
    font-size: 12px !important;
  }
  .home-banner h2.main-title {
    font-size: 41px !important;
    line-height: 53px;
  }
  .right-logo-right {
    max-width: 100%;
  }
  .map-right-logo {
    padding: 20px 8px 20px 27px;
  }
  #myTab li a,
  .tab_drawer_heading {
    font-size: 21px;
  }
  .tab-content-right-content h3,
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 29px !important;
    line-height: 36px !important;
  }
  .weekly_classes .tab-content-right-content p.small-title {
    font-size: 23px !important;
  }
  .right-content-left-video .right-cnt {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .wrep-div-gallery {
    padding: 65px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .wrep-div-gallery h2 {
    font-size: 49px !important;
    line-height: 55px !important;
  }
  .social_midea_section {
    padding: 61px 0 0;
  }
  .social_midea_section h2 {
    font-size: 75px !important;
    line-height: 70px !important;
  }
  .left_content_right_image {
    padding-top: 59px;
  }
  .footer-one.f-col a img {
    max-width: 86%;
  }
}
/*1299px end*/

@media (max-width: 1279px) {
  /*    only for container*/
  .home .site-inner,
  .home wrap {
    max-width: 100%;
    padding: 0;
  }
  .home .container,
  .site-header .dfw-header .wrap {
    max-width: 100%;
    padding: 0 30px;
  }
}
/*1279px end*/

@media (max-width: 1199px) {
  .home-banner h2.main-title {
    font-size: 34px !important;
    line-height: 43px;
  }
  .home-banner .row {
    display: block;
  }
  .home-banner .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .home-banner .left-cnt {
    padding: 40px 0 30px;
  }
  .home-banner .rgt-img {
    width: 100%;
    height: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;  height: 570px;
  }
  .home-banner .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .col-md-6 {
    max-width: 100%;
    width: 100%;
  }
  .map-right-logo {
    padding: 30px 0;
    max-width: 561px;
    margin: auto;
  }
  .weekly_classes.weekly_classes_layouts h2 {
    font-size: 46px !important;
  }
  #myTab li a,
  .tab_drawer_heading {
    font-size: 19px;
  }
  .tab-content-right-content {
    padding: 10px 0 40px 42px;
  }
  .tab-content-right-content h3,
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 27px !important;
    line-height: 36px !important;
  }
  .left_content_right_vidio {
    padding-bottom: 30px;
    padding-top: 23px;
  }
  .left_content_right_vidio {
    padding-bottom: 30px;
    padding-top: 23px;
  }
  .right-content-left-video {
    padding-bottom: 30px;
  }
  .shop-list-main .shop_gallery_detail p {
    font-size: 21px !important;
    margin: 4px 0 8px;
  }
  .product-gallery-card h3 {
    font-size: 18px !important;
  }
  .yellow-btn {
    font-size: 18px;
    width: 200px;
    height: 52px;
  }
  .product-gallery-card-img {
    height: 140px;
  }
  .social_midea_section h2 {
    font-size: 65px !important;
    line-height: 50px !important;
  }
  .social_midea_section .footer-social .footer-social {
    background-size: 34px !important;
    width: 39px;
    height: 41px;
    margin: 0 4px !important;
  }
  .social_midea_section .footer-social .footer-social.meetup {
    background-size: 40px !important;
  }
  .left_content_right_image {
    padding-top: 49px;
  }
  .left_content_right_image .left-cnt {
    padding: 10px 0 40px;
  }
  .left_content_right_image .right-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  body .site-footer footer .f-col h2 a, body .site-footer footer .f-col h2  {
    font-size: 19px !important;
  }
  .site-footer .f-col ul li a {
    font-size: 16px;
  }
  .footer-block div {
    margin: 0 !important;
  }
  .footer-four.f-col .f-btn a.f-call {
    font-size: 23px;
    line-height: 27px;
  }
  body.custom-header p,
  body.custom-header p span {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .site-footer {
    padding: 53px 0 40px;
  }
  .footer-three.f-col ul .shop_gallery_detail {
    width: 75px;
    height: 48px;
  }
  .left_content_right_vidio .left-cnt {
    padding: 20px 0;
  }
  .right-content-left-video .right-cnt {
    padding: 0 0 30px 0; 
  }
  .site-inner {
    margin-top: 0;
  }

  body.custom-header .site-header {
    min-height: 120px;
   }
  
.mean-nav ul li a.mean-expand{background-color: transparent;    box-shadow: none;}
.mean-nav ul li a.mean-expand { width: 76px; height: 39px; border: none !important; padding: 6px 5px 3px 5px !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; }
.mean-nav ul li a.mean-expand {    font-size: 0!important;    background-image: url("../images/header-down-black.svg") !important;    background-repeat: no-repeat !important;    background-position: center !important;    transition: all 0.5s ease;    box-shadow: none;    background-size: 29px !important;}
.mean-nav ul li a.mean-expand.mean-clicked{transform: rotate(180deg);}

}

/*1199px end*/

@media (max-width: 991px) {
  .image-galery-wrp {
    padding: 30px 0 10px;
  }
  #myTab li a,
  .tab_drawer_heading {
    font-size: 15px;
  }
  #myTab li,
  .tab_drawer_heading {
    height: 49px;
  }
  .tab-content-right-content h3,
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .weekly_classes .tab-content-right-content p.small-title {
    font-size: 18px !important;
  }
  .weekly_classes .tab-pane {
    grid-template-columns: 1fr;
  }
  .weekly_classes .tab-content-left-img {
    width: 70%;
    margin: auto;
  }
  .tab-content-right-content {
    padding: 40px 0;
  }
  .weekly_classes {
    padding-bottom: 0px;
  }
  .left_content_right_vidio .left-cnt {
    padding: 20px 0;
  }
  .wrep-div-gallery {
    padding: 45px 0;
  }
  .wrep-div-gallery h2 {
    font-size: 39px !important;
    line-height: 55px !important;
  }
  .shop-list-main .shop_gallery_detail p {
    font-size: 16px !important;
    margin: 4px 0 8px;
  }
  .shop-list-main,
  .shop-list-main,
  .seller-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .seller-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
  }
  .seller-list .product-gallery-card {
    width: calc(50% - 15px);
    margin: auto;
  }
  .social_midea_section h2 {
    font-size: 55px !important;
    line-height: 30px !important;
  }
  .footer-block .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .f-col ul {
    margin-bottom: 22px;
  }
  .footer-three.f-col ul .shop_gallery_detail {
    width: 75px !important;
    height: 48px !important;
    margin: auto !important;
  }
  body.custom-header p,
  body.custom-header p span {
    font-size: 12px !important;
    line-height: 27px !important;
  }
}
/*991px end*/

@media (max-width: 767px) {
  section.left_content_right_vidio .col-md-6:first-child {padding: 0;}
  .home .container,
  .site-header .dfw-header .wrap {
    max-width: 100%;
    padding: 0 20px !important;
  }
  #myTab {
    display: none;
  }

  .tab_drawer_heading {
    display: block;
  }
  .image-galery-wrp .image-list {
    display: flex;
  }
  /*.image-galery-wrp .itemcol iframe { min-height: 620px;    position: relative;    }*/
  .image-galery-wrp .itemcol {
    padding-top: 20%;
  }
  .image-galery-wrp .image-list {
    width: 100%;
  }

  .home .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .home .slick-arrow::before {
    display: none;
  }
  .home .slick-prev.slick-arrow {
    transform: rotateY(-180deg) translate(0, -50%);
  }
  .home .slick-arrow {
    background: url(../images/cat-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    z-index: 9999;
    position: absolute;
    left: auto;
    padding: 20px 6px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
    width: 30px;
    border: none !important;
    outline: none !important;
  }
  .home .slick-next {
    right: -8px;
  }
  .home .slick-prev {
    left: -8px;
  }

  .home .seller-list .slick-arrow::before {
    display: none;
  }
  .home .seller-list .slick-prev.slick-arrow {
    transform: rotateY(-180deg) translate(0, -50%);
  }
  .home .seller-list .slick-arrow {
    background: url(../images/cat-right2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    z-index: 9999;
    position: absolute;
    left: auto;
    padding: 20px 6px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
    width: 30px;
    border: none !important;
    outline: none !important;
  }
  .best_sellers .seller-list{  padding: 0 15px;}

  .home .seller-list .slick-next {
    right: -19px;
  }
  .home .seller-list .slick-prev {
    left: -19px;
  }

  .home .slick-dots button {
    background: #04639c;
    padding: 0;
    font-size: 0;
    height: 8px;
    width: 8px;
    border-radius: 100%;
  }
  .image-galery-wrp .image-list {
    display: block;
    padding: 0 30px;
  }

  .home .slick-dots {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .home .slick-dots li button {
    opacity: 0.3;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .home .slick-dots li.slick-active button {
    opacity: 1;
  }
  .image-galery-wrp {
    padding: 30px 0 40px;
  }
  .site-footer .f-col ul.footer-slider div .slick-track {
    display: flex;
  }
  .site-footer .f-col ul.footer-slider li.slick-slide {
    padding: 0 10px;
  }
  .site-footer .f-col ul.footer-slider {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .site-footer .f-col ul.footer-slider div {
    margin: 0 !important;
    width: auto !important;
    display: flex !important;
  }

  .site-header .dfw-header a {
    font-size: 15px;
  }

  .home-banner h2.main-title {
    font-size: 35px !important;
    line-height: 45px;
    text-align: center;
  }
  body.custom-header p,
  body.custom-header p span {
    font-size: 18px !important;
    line-height: 29px !important;
    text-align: center;
  }
  .home-banner ul li h3 {
    font-size: 14px !important;
    line-height: 16px;
  }

  .home-banner ul li .home-list-img {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    margin-right: 10px;
    margin: auto;
  }
  .home-banner ul li {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }

  .home-banner ul {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    grid-column-gap: 0;
    flex-wrap: wrap;
  }

  .map-wrp {
    padding: 0 20px;
  }

  .left-map img {
    min-height: 200px;
  }

  .right-logo-right ul li::before {
    right: -6px;
    height: 12px;
  }

  .right-logo-right-title h2 {
    font-size: 26px !important;
    line-height: normal;
  }

  .map-right-logo .right-logo-right p {
    font-size: 9px !important;
    line-height: 49px !important;
    letter-spacing: 2px;
  }
  .right-logo-right ul li::before {
    right: -6px;
    height: 12px;
    width: 1px;
  }
  .map-right-logo {
    padding: 30px 0 10px;
    max-width: 280px;
    margin: auto;
  }
  .weekly_classes {
    padding: 40px 0;
  }
  .weekly_classes.weekly_classes_layouts h2 {
    font-size: 35px !important;
    line-height: 55px !important;
  }
  .tab_drawer_heading.d_active {
    background: #04639c;
    color: #fff;
  }
  .tab_drawer_heading {
    position: relative;
    background: #fff;
    text-align: left;
    padding: 5px 20px;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .tab_drawer_heading::after {
    content: "";
    position: absolute;
    background: url(../images/plus.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
    right: 10px;
    height: 30px;
    width: 30px;
  }
  .tab_drawer_heading.d_active::after {
    background: url(../images/minus.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .weekly_classes .tab-content-left-img {
    width: 100%;
    margin: auto;     height: 100%;
  }
  .weekly_classes .tab-pane {
    padding: 0px 0 0;
  }
  .tab-content-right-content {
    padding: 35px 0;
  }
  .tab-content-right-content h3,
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 24px !important;
    line-height: 35px !important;
    margin-bottom: 10px;
  }
  .weekly_classes .tab-content-right-content p.small-title {
    font-size: 22px !important;
    line-height: 29px !important;
    text-align: left;
    margin-bottom: 15px;
  }
  .left_content_right_vidio .left-cnt p,
  .right-content-left-video .right-cnt p,
  .weekly_classes .tab-content-right-content ul li {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
  }

  .weekly_classes .tab-content-right-content ul li,
  .weekly_classes .tab-content-right-content ul li p {
    margin: 0;
    text-align: left;
  }
  .tab-content-right-content .yellow-btn {
    margin: auto;
    float: none;
    display: block;
    padding: 14px;
  }
  .weekly_classes {
    padding: 40px 0 20px;
  }
  .wrep-div-gallery h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    margin-bottom: 25px;
  }
  .shop-list-main .shop_gallery_detail p {
    font-size: 20px !important;
    margin: 4px 0 8px;
  }
  .wrep-div-gallery .slick-dots li button,
  .footer-slider .slick-dots li button {
    opacity: 0.7;
    background: #fff;
  }
  .wrep-div-gallery .slick-dots li.slick-active button,
  .footer-slider .slick-dots li.slick-active button {
    opacity: 1;
    background: linear-gradient(180deg, #f9d37a 0%, #f9931b 100%);
  }
  .shop-list.shop_gallery_layouts {
    margin-bottom: 60px;
  }
  .product-gallery-card img {
    height: 100%;
    width: auto;
    margin: auto !important;
  }
  .wrep-div-gallery {
    padding: 40px 0 53px;
  }
  .social_midea_section {
    padding: 50px 0 0;
  }

  .best_sellers.best_sellers_layouts .yellow-btn {
    width: 271px;
    height: 58px;
    font-size: 24px;
  }
  .product-gallery-card h3 {
    font-size: 20px !important;
  }
  .social_midea_section h2 {
    font-size: 45px !important;
    line-height: 50px !important;
    margin-bottom: 0 !important;
  }
  .social_midea_section .social_midea_icons {
    text-align: center;
    margin: 0 auto;
  }
  .footer-social {
    margin-top: 15px !important;
  }

  .left_content_right_image .left-cnt h2 {
    font-size: 35px !important;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
  }

  .yellow-btn {
    font-size: 24px;
    width: 270px;
    height: 58px;
  }
  .left_content_right_image .left-cnt {
    padding: 10px 0 40px;
    text-align: center;
  }
  .footer-block .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer {
    padding: 40px 0 30px;
  }
  .footer-one.f-col a img {
    max-width: 247px;
  }
  .footer-one.f-col {
    order: 1;
  }
  .footer-two.f-col {
    order: 3;
  }

  .footer-three.f-col {
    order: 4;

    width: 100% !important;
    overflow: hidden;
  }

  .footer-four.f-col {
    order: 2;
  }
  .footer-block div {
    margin: 0px 0 !important;
  }
  .footer-four.f-col .f-btn a.f-call {
    font-size: 29px;
    line-height: 27px;
    margin-top: 40px;
  }

  body .site-footer footer .f-col h2 a, body .site-footer footer .f-col h2  {
    font-size: 22px !important;
    line-height: 27px;
    text-align: left;
  }
  .site-footer .f-col ul li {
    text-align: left;
  }
  .site-footer .f-col ul li a {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }
  .site-footer .wrap {
    padding: 0 !important;
  }
  .site-footer .footer-two.f-col h2 {
    margin: 0;
  }
  .site-footer .f-col ul {
    margin-bottom: 22px;
    margin-top: 20px;
  }

  footer .second-footer .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body footer .second-footer p,
  body .second-footer ul li a {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .second-footer .container ul li {
    margin: 0 auto 20px;
  }
  html body .site-header {
    background-color: #18a1d9 !important;
    padding: 0;
  }

  .site-header .dfw-header .wrap {
	/*background: #04639c; */
	  background: #000;
  }

  .site-header .dfw-header .wrap .logo {
    max-width: 145px;
    min-width: 145px;
    min-height: inherit;
    height: auto;
  }
  html body .site-header .dfw-header .wrap .logo {
    margin-top: 20px;
  }

  .footer-three.f-col ul {
    display: block;
    grid-gap: 0;
  }
  .footer-three.f-col ul .shop_gallery_detail {
    width: 100% !important;
    min-height: 105px !important;
    margin: auto !important;
      height: auto !important;

  }
  .footer-three.f-col ul .shop_gallery_detail .star-t {
    width: 100%;
    height: auto;
  }
  .footer-slider .slick-dots li button {
    background: #fff;
  }
  .footer-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 0 8px !important;
  }
  .footer-slider .slick-dots li {
    width: auto;
  }

  .social_midea_section .footer-social .footer-social {
    background-size: 37px !important;
    width: 49px;
    height: 47px;
  }
  .social_midea_section .footer-social .footer-social.meetup {
    background-size: 48px !important;
  }
  .social_midea_section .social_midea_icons .footer-social {
    margin-bottom: 20px;
    margin-top: 10px !important;
  }
  .left_content_right_image {
    padding-top: 30px;
  }
  .left_content_right_image {
    background-position: top center;
  }
  .left_content_right_image .right-image.mobile {
    display: block;
    margin-bottom: 15px;
  }
  .left_content_right_image .right-image.desktop {
    display: none;
  }
  .site-footer .footer-three.f-col ul {
    margin-top: 10px;
  }
  .footer-block div {
    margin: 0 !important;
  }
  .left_content_right_vidio {
    padding-bottom: 0;
    padding-top: 0;
  }
  .left_content_right_vidio .left-cnt {
    padding: 20px 0;
    text-align: center;
  }
  .left_content_right_vidio .left-cnt h2,
  .right-content-left-video .right-cnt h2 {
    font-size: 24px !important;
    line-height: 35px !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .left_content_right_vidio .left-cnt p,
  .right-content-left-video .right-cnt p {
    text-align: left;
  }

  .right-content-left-video .container-fluid,
  .left_content_right_vidio .container-fluid {
    margin: auto;
    padding: 0 20px;
  }
  .right-content-left-video .left-img {
    margin-bottom: 30px;
}
.yellow-btn {
    line-height: 24px;
}
  .left_content_right_vidio .container-fluid .row {
    display: flex;
    flex-wrap: wrap;
  }
  .left_content_right_vidio .right-img,
  .right-content-left-video .left-img {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .right-content-left-video .right-cnt {
    padding: 0 0 30px 0;
    text-align: center;
}
.home-banner .rgt-img {  height: 285px;}


} 
/*767 end*/

.lines-button {
  border-radius: 0.57143rem;
  cursor: pointer;
  padding: 16px 0px;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
  display: none;
}
.lines-button:hover {
  opacity: 1;
}
.lines {
  background: #fff;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.lines:before,
.lines:after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0.28571rem center 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.lines:before {
  top: 7px;
}
.lines:after {
  top: -7px;
}
.lines-button:hover .lines:before {
  top: 7px;
}
.lines-button:hover .lines:after {
  top: -7px;
}
.lines-button.x2.meanclose .lines:before,
.lines-button.x2.meanclose .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.main_menu {
  float: left;
  position: relative;
  text-align: center;
  z-index: 500;
  transition: all 0.3s ease 0s;
}
.main_menu ul {
  padding: 0px;
  margin: 0px;
}
.main_menu > ul > li {
  float: left;
  list-style: outside none none;
  margin-left: 0px;
}
.main_menu > ul > li > a {
  display: block;
  text-decoration: none;
  transition: none;
  margin-bottom: 0px;
  position: relative;
  padding: 33px 10px 33px 10px;
  color: #131313;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.main_menu > ul > li > ul li a {
  padding: 20px 30px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.main_menu > ul > li > a:hover {
  text-decoration: none;
}
.main_menu > ul > li > a.last {
  border: none;
}
.main_menu > ul > li:hover > a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  z-index: 99;
}
.main_menu > ul > li:hover > a .sub {
  color: #000;
}
.main_menu > ul > li.current_page_item > a {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}
.main_menu > ul > li.current-menu-parent > a,
.main_menu > ul > li.current-menu-ancestor > a,
.main_menu > ul > li.current-menu-item > a {
  color: #0093bb;
}
.main_menu > ul > li.current_page_item > li.current_page_item > a,
.main_menu > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,
.main_menu > ul > li > ul > li > ul > li.current-menu-item > a {
  background: #0093bb;
  color: #fff;
}
.main_menu
  > ul
  > li.current-product_cat-ancestor
  > li.current-product_cat-ancestor
  > a,
.main_menu
  > ul
  > li.current-product_cat-ancestor
  > ul
  > li.current-product_cat-ancestor
  > a,
.main_menu > ul > li > ul > li > ul > li.current-product_cat-ancestor > a {
  color: #fff;
}
.main_menu > ul > li.current-product_cat-ancestor > a {
  color: #fff;
  background: #0093bb;
}
.main_menu > ul > li > ul > li.current-menu-item > a {
  color: #fff;
  background: #0093bb;
}
.main_menu ul > li:hover > a,
.main_menu > ul > li.current-menu-item > a {
  background: #0093bb;
  transition: all 0.3s linear;
  color: #fff;
}

/* submenus */
.main_menu ul ul {
  top: 100%;
  min-width: 282px;
  width: auto;
  border-radius: 2px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: block;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  border-radius: 2px;
}

.main_menu ul ul.sub-menu {
	background: #000;
}
.main_menu ul ul li {
  display: block;
  position: relative;
}
.main_menu ul ul li a {
  padding: 24px 34px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.main_menu ul ul a:hover {
  text-decoration: none;
}
.main_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main_menu > ul > li > ul > li:first-child {
  border-top: 0px;
}
.main_menu > ul > li > ul > li:first-child li:first-child {
  border-top: 0px;
}
.main_menu ul ul ul {
  padding-top: 0px;
  left: var(--submenu-width);
  top: -1px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.main_menu ul ul li:first-child > ul {
  top: 0px;
  border-top: 0px;
}
.main_menu > select {
  display: none;
}
a.meanmenu-reveal {
  display: none;
}
.mean-bar {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
a.meanmenu-reveal span {
  display: block;
}
.mean-nav {
  background: #04639c;
  float: left;
  position: absolute;
  top: 29px;
  width: 100%;
}
.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-nav ul.firstul > li > a:not(.mean-expand) {
  background: var(--white, #fff);
  box-shadow: 0px 1px 24px 0px rgba(26, 26, 26, 0.14);
}
body .mean-nav ul.firstul > li:hover > a:not(.mean-expand) {
  background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%);
  color: #131313;
}
.mean-nav ul li a:hover {
  box-shadow: 0px 1px 24px 0px rgba(26, 26, 26, 0.14);
  background-color: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%);
  color: #131313 !important;
}
/* body .mean-nav ul.firstul > li:hover > a,*/
body .main_menu ul > li > a:hover,
body .main_menu ul > li:hover > a,
.main_menu > ul > li.current-menu-item > a {
  /*color: #fff;
  border-radius: 1px;
  background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%); */
}
.main_menu > ul > li.current-menu-item > a,
body .main_menu ul > li:hover > a {
  /*color: #fff !important;
  background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;*/
}
header .main_menu ul.navbar-nav > li:hover > a,
header .main_menu ul.navbar-nav > li > a:hover {
  color: #131313 !important;
}

@media (max-width: 1199px) {
  /* menu design */
  .main_menu {
    display: none !important;
  }
  .lines-button {
    display: block;
  }
  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 65px);
    height: auto;
    overflow: auto;width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .fixnav .mean-nav {
    height: calc(100vh - 58px);
  }
  .mean-bar {
    position: static;
  }
  .lines-button.x2.meanclose .lines:after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: 50% 50% 0;
  }
  .lines-button.x2.meanclose .lines:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: 50% 50% 0;
  }
  .meanclose .lines {
    background: none;
  }
  .lines:before,
  .lines:after,
  .lines {
    width: 24px;
  }
  header .navigation .mean-bar ul.firstul {
    display: block;
  }
  /*.mean-nav {    display: none;}*/
  /*.opennav .mean-nav {    display: block;}*/
  .dropdown-toggle::after {
    display: none;
  }
  .lines-button {
    right: 30px;
    top: 42px;
  }
  header .header-wrap {
    position: relative;
  }
  header .header-callnow {
    margin-left: 0;
    margin-right: 40px;
  }
  .fixnav .meanclose .lines {
    background: none !important;
  }
  .mean-nav ul li a {
    color: #131313 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .mean-nav ul li a.mean-expand {
    background-size: 23px;
  }
  .mean-nav ul .dropdown-menu {
    position: relative;
  }
  .mean-nav ul .dropdown-menu a {
    min-height: 50px;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: normal;
  }
  body.opennav {
    overflow: hidden;
  }
  .mean-nav ul li a.mean-expand {
    transform: rotate(180deg);
  }
  .mean-nav ul li a.mean-expand.mean-clicked {
    transform: rotate(00deg);
  }

  header .header-wrap {
    padding: 12px 20px;
  }
  header .header-right {
    margin-right: 60px;
  }
  .call-div {
    margin: 0 25px 0 25px;
  }
  .mean-nav ul li a.mean-expand,
  .mean-nav > ul > li.current_page_item a.mean-expand {
    background-image: url("../images/header-down-black.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px !important;
  }

  header .navigation .mean-bar ul.firstul {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  header .navigation .mean-bar ul.firstul {
    background: #04639c;
    padding-bottom: 10px;
  }
 
  header .navigation .mean-bar ul.firstul li a {
    color: #fff;
    padding: 10px 20px;
    min-height: 1px;
    font-size: 18px;
    line-height: 27px;
     width: 100%; 
     float: left; 
    
    display: grid;
    align-items: center;
    text-transform: uppercase;    text-align: left;     min-height: 60px;
}

}




@media (max-width: 1200px) {


.dropdown-toggle::after { display:none; }

.fixnav .meanclose .lines {  background: none !important;}
 .mean-nav ul li a {  color: #fff !important;  font-size: 18px;  font-style: normal;  font-weight: 400;  line-height: normal;  text-transform: uppercase;}
.mean-nav ul li a.mean-expand {  background-size: 23px;}
.mean-nav ul .dropdown-menu {  position: relative;}
.mean-nav ul .dropdown-menu a {  min-height: 50px;  padding: 10px 40px;  font-size: 15px; font-weight: normal;}
body.opennav {  overflow: hidden;}
.mean-nav ul li a.mean-expand {  transform: rotate(180deg);}
.mean-nav ul li a.mean-expand.mean-clicked {  transform: rotate(00deg);} 

header .header-wrap { padding: 12px 20px;}
header .header-right {  margin-right: 60px;}
.call-div { margin: 0 25px 0 25px;}
.mean-nav ul li a.mean-expand, .mean-nav > ul > li.current_page_item a.mean-expand {  background-image: url("../images/header-down-black.svg") !important; background-repeat: no-repeat !important;
background-position: center !important; background-size: 14px !important;}


header .navigation .mean-bar ul.firstul {display: flex;flex-direction: column; height: auto;}

 
  header .navigation .mean-bar ul.firstul {
    background: #04639c;
    padding-bottom: 0px;
}
  .mean-nav ul.firstul > li > a:not(.mean-expand) {background: #000; box-shadow: none;}
  body .mean-nav ul.firstul > li:hover > a:not(.mean-expand) {    background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;    color: #1A1A1A !important;  }
    .mean-nav ul li a:hover, header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li:hover a {      background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;      color: #fff !important;  }

  
  .mean-nav ul li a.mean-expand {    background: url("../images/header-down.svg") !important;    background-size: 14px !important;    transform: rotate(0deg);
    height: 50px;    width: 83px !important;    top: 0px;      background-repeat: no-repeat !important;    background-position: center !important;  }
  .mean-nav ul.dropdown-menu {background-color: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%);border: none;}
  .mean-nav ul.dropdown-menu li {background:  linear-gradient(180deg, #F9D37A 0%, #F9931B 100%);}
    header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a {    color: #fff !important;    background: #131313 !important;  }
  .mean-nav ul.dropdown-menu li:hover {background: #131313 !important;}
  body .menu-cntdtl-wrap ul li a, body .menu-cntdtl-wrap ul li a:hover {padding: 22px 44px 22px 26px;min-height: 1px;}

  .menu-icon {justify-content: center;display: flex;}
  .mean-nav .sidebar-footer-bottom .menu-cntdtl-wrap ul a {min-height: 1px;}
  .menu-cntdtl-wrap ul li:first-child {padding: 0 15px;}
  .mean-nav .sidebar-footer-bottom .menu-cntdtl-wrap ul a {padding: 0 45px 0 15px;background-position: right 15px center !important;}
   .mean-nav {    top: 120px; padding-bottom: 50px;}
  .mean-nav ul .dropdown-menu {    position: relative;    top: 0;    padding-top: 40px;  }

   body .mean-nav ul.firstul > li:hover > a.mean-expand, body .main_menu ul > li:hover > a.mean-expand   
  /*body .mean-nav ul li a.mean-expand.mean-clicked*/ {    background: url("../images/header-down-black.svg") !important;    background-size: 10px !important;    transform: rotate(90deg); box-shadow: none;
    background-color: transparent !important;background-size: 14px !important;    transform: rotate(0deg);    height: 50px;    width: 83px;    top: 0;      background-repeat: no-repeat !important;    background-position: center !important;   }    
  body .mean-nav ul li a { transition: none;}
  body .mean-nav ul li a.mean-expand.mean-clicked {    transform: rotate(180deg) !important; }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a {    padding-left: 30px;  }

.mean-nav  > ul > li.current_page_item > li.current_page_item > a,.mean-nav  > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a, 
.mean-nav  > ul > li > ul > li > ul > li.current-menu-item > a {background:#0093BB;color:#fff;}
.mean-nav > ul > li.current_page_item > a, .mean-nav > ul > li > ul > li > ul > li.current_page_item > a {  background: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;  color: #fff !important;}

.mean-nav .li.mobile {    display: block; margin-bottom: 80px; }
.mean-nav .li.mobile .col-right {    text-align: center;    max-width: 300px;    margin: auto;   display: flex;    flex-direction: column;  margin-top: 30px;}
.mean-nav .li.mobile .call-div p {        color: #131313;    text-align: right;    font-size: 12px;    font-weight: 500;    line-height: normal;    text-transform: uppercase;  }
.mean-nav .li.mobile .col-right a:hover { background: transparent !important; box-shadow: none;}
header .navigation .li.mobile .call-div a {    color: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%) !important;   text-align: center;    font-size: 34px;
    font-style: normal;    font-weight: 700;    line-height: normal;    text-transform: uppercase; padding: 0;  }
.mean-nav .li.mobile .col-right .call-div {    margin: 0 auto 15px;  }
header .navigation .li.mobile .finance-btn {    color: #131313;    font-size: 16px;    font-style: normal;
    font-weight: 500;    line-height: normal;    letter-spacing: 0.64px;    text-transform: uppercase;    background: transparent;    padding: 0;
    box-shadow: none;    margin-bottom: 15px;   display: flex;  }
header .navigation .li.mobile .finance-btn:hover {    color: linear-gradient(180deg, #F9D37A 0%, #F9931B 100%);  }
.mean-nav .li.mobile .col-right .contact-ftr a:hover {    color: #fff !important;  }
.li.mobile .contact-ftr {    margin-bottom: 17px;  }
.li.mobile .contact-ftr a {    width: 198px;    height: 33px;    color: #FFF;    font-size: 16px;    font-weight: 700;    line-height: normal;    letter-spacing: 0.64px;    text-transform: uppercase;    position: relative;  display: flex;  justify-content: center;  align-items: center;}
.mean-nav .li.mobile .header-address p, .mean-nav .li.mobile .header-address p a {      font-size: 14px;  }
.mean-nav .li.mobile .header-address span {    font-size: 20px;}
.mean-nav .li.mobile .header-address {    margin-left: 0;  }


.header-right-button {
    float: none;
    padding-top: 60px;
    position: relative;
    text-transform: uppercase;
}

.site-header .dfw-header .header-right-button a.button {
    font-size: 24px !important;
    line-height: 45px !important;
    letter-spacing: 1.92px;
    width: 271.29px !important;
    height: 58px !important;
    color: var(--Black, #1a1a1a) !important;
    font-family: "Tactic Round Bld";
    font-weight: 700;
    border-radius: 54px;
    background: var(--Sunshine-Reverse, linear-gradient(180deg, #f9d37a 0%, #f9931b 100%));
    box-shadow: 0px 2px 24px 0px rgba(17, 17, 17, 0.1);
    color: var(--Black, #1a1a1a);
    text-align: center;
    
    letter-spacing: 1.92px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;

}
.site-header .dfw-header .header-right-button {
    width: 100%; background:#000;
}
.site-header .dfw-header .header-right-button a.mean-expand {
    display: none;
}
body.custom-header .site-header {    padding: 0;}
html body .site-header .dfw-header .wrap .logo {
    margin-top: 0;
}
html body .site-header .dfw-header .wrap {
    padding: 0 20px;
}


html body .firstul .menu-item > .sub-menu, html body .firstul .menu-item > .sub-menu a {      background: #fff;}
header .navigation .mean-bar ul.firstul li  .sub-menu a {
    color: #1A1A1A !important;    padding-left: 50px;
}
header .navigation .mean-bar ul.firstul li .sub-menu a::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    left: 29px;
    height: 100%;
    color: #1A1A1A !important;
    font-weight: bold;
    font-size: 40px;
    line-height: 98%;
    width: 20px;
    pointer-events: none;
}

.header-right-button.mobile {
    display: block;
}

.lines:before, .lines:after, .lines {
    
    right: 0;
    left: auto;
}
.lines:before {
    width: 12px;
}
.mean-nav ul li { border-bottom: 1px solid #F9931B;}
.mean-nav ul li ul li{ border:none; }
.mean-nav { height: 89vh; background: rgb(0, 0, 0); overflow-x: hidden;    overflow-y: auto;    max-width: 100vw;}
.lines-button.x2.meanclose .lines:before, .lines-button.x2.meanclose .lines:after {    width: 24px;}
.opennav .headerbtn.mobile  { display:none !important; }
.headerbtn.mobile a.button.book-now {
    font-size: 14px !important;
    line-height: 28px !important;
    width: 150px;
    height: 36px;
}
.headerbtn.mobile {    margin: 0;    float: right;    position: absolute;    top: 59px;    right: 80px;     display: block;}
.site-header .dfw-header {    height: 120px;}
.site-header .dfw-header.sticky-menu {    background: #04639c;}
.mean-nav ul li a:hover {    box-shadow: none !important;}
html body .site-header .dfw-header {
    position: fixed;
}

} /* 1199 end*/


@media (max-width: 767px) {    

 section.right-content-left-video .col-md-6:nth-child(2) {padding: 0;} 
.lines-button {      top: 50px;}
.headerbtn.mobile a.button.book-now {    font-size: 12px !important;    line-height: 18px !important;    width: 120px;    height: 26px;}
.map-right-logo {    max-width: 350px;}
.right-logo-right-title h2 {    font-size: 32px !important;}
.map-right-logo .right-logo-left-img {    min-width: 60px;}
.map-right-logo .right-logo-right p {    font-size: 11px !important;}
.right-logo-right ul li::before {    right: -8px;}
.map-wrp {     box-shadow: 0px 2px 24px 0px #1111111A;}
.right-content-left-video .right-cnt p {    margin-bottom: 20px;}

.left_content_right_image {background: url(../images/image-glry-back3.png); background-repeat: repeat; background-size: cover; background-repeat: no-repeat; background-position: center; }
header .header-right {    margin-right: 50px;}
.headerbtn.mobile {    top: 70px;  }
.mean-nav {  top: 132px;   height: 86vh;   padding-bottom: 80px;}

.footer-block div.footer-two.f-col {    margin-bottom: -10px !important;}
.footer-block div.footer-three.f-col {
    margin-top: 0 !important;
}
.site-footer .f-col ul.footer-slider li.slick-slide {    border: none !important;    outline: none !important;}

}

@media (max-width: 375px) {

.site-header .dfw-header .wrap .logo {    max-width: 110px;    min-width: 110px;}
.headerbtn.mobile a.button.book-now {    font-size: 10px !important;    line-height: 20px !important;    width: 110px;    height: 26px;}


.lines-button {    top: 41px;}
body.custom-header .site-header {    min-height: 100px;}
.site-header .dfw-header .wrap .logo {    padding: 20px 0 15px;}
.headerbtn.mobile {    top: 61px;    right: 70px;}
.mean-nav {   height: 87vh;  top: 114px;}

}


.home .site-container {    background-color: #fff;}
.shop_gallery_detail:hover {
  background: #61afde;
}
.shop_gallery_detail:hover p {
  color: #fff;
}



/*16-04-24 banner page slider css start*/
.home-slider-wrp{background-image: url(/wp-content/uploads/2024/03/Group-110.png);position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;box-shadow: 0px 2px 24px 0px rgba(17,17,17,0.1);}
.home-slider-wrp .container-fluid {padding: 0;}
.home-slider-wrp:after{content: '';position: absolute;background: linear-gradient(180deg, #F9931B 0%, #F9D37A 100%);bottom: 0;left: 0;height: 53px;width: 100%;box-shadow: 0px 2px 24px 0px rgba(17,17,17,0.1);z-index: 9;}
.home-slider-wrp .row .col-md-5{display: flex;align-items: center;}
.home-slider-wrp .left-wrp{margin: auto 0 auto auto;max-width: 568px;width: 100%;padding-right: 89px;}
.home-slider-wrp .left-wrp h2{font-family: Hamburg Hand;font-size: 56px !important;line-height: 55px;color: #fff;margin-bottom: 21px;text-transform: uppercase;}
.home-slider-wrp .left-wrp p{font-weight: 600;letter-spacing: 0.02em;margin-bottom: 43px;color: #fff;}
.home-slider-wrp .left-wrp a.yellow-btn{min-width: 329px;}
.yellow-btn{text-decoration: none;}
.home-slider-wrp .right-wrp .img-wrp{overflow: hidden;}
.home-slider-wrp .right-wrp .img-wrp img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.home-slider-wrp .slick-dots{position: relative;list-style: none;text-align: center;display: flex;justify-content: center;column-gap: 7px;z-index: 99;bottom: 3px;}
.home-slider-wrp .slick-dots button {background: transparent;padding: 0;font-size: 0;height: 12px;width: 12px;border-radius: 100%;box-shadow: none !important;outline: none !important;border: 1.5px solid #1A1A1A !important}
.home-slider-wrp .slick-dots li.slick-active button {background: #1A1A1A !important;}
.home-slider-wrp .slick-prev{position: absolute;bottom: 12px;right: auto;left: 46%;transform: translate(-46%, 0);z-index: 99;font-size: 0 !important;background: transparent !important;padding: 0 !important;}
.home-slider-wrp .slick-next{position: absolute;bottom: 12px;left: auto;right: 43%;transform: translate(-43%, 0);z-index: 99;font-size: 0 !important;background: transparent !important;padding: 0 !important;}
.home-slider-wrp .slick-next,.home-slider-wrp .slick-prev{z-index: 99999;}
.home-slider-wrp .slick-prev:before {content: "";background-image: url('../images/arrow.svg');background-size: contain;background-repeat: no-repeat;display: inline-block;width: 40px;height: 10px;transform: rotate(180deg);}
.home-slider-wrp .slick-next:before {content:"";background-image: url('../images/arrow.svg');background-size: contain;background-repeat: no-repeat;display: inline-block;width: 40px;height: 10px;}

.map-wrp .right-img {  margin: auto;  display: flex; padding: 0 68px 0 16px;  height: 100%;}

.home-slider-wrp {    overflow: hidden;}
.map-wrp {    box-shadow: 0px 2.3px 27.64px 0px #1111111A;  }
.home-banner { padding: 70px 0; }

/*banner page responsive start*/
@media (max-width: 1550px) {
.home-slider-wrp .slick-next {right: 42%;transform: translate(-42%, 0);}
.home-slider-wrp .slick-prev {left: 45%;transform: translate(-45%, 0);}
}
@media (max-width: 1499px) {
  .home-slider-wrp .left-wrp{max-width: 100%;padding: 20px 40px;}
.home-slider-wrp .slick-next {right: 41%;transform: translate(-41%, 0);}
}
@media (max-width: 1366px) {
    .home-slider-wrp .slick-dots {bottom: 11px;}
}
@media (max-width: 1299px) {
  .home-slider-wrp .left-wrp h2 {font-size: 50px !important;}
}
@media (max-width: 1199px) {
  .home-slider-wrp .left-wrp h2 {font-size: 41px !important;line-height: 35px;}
.home-slider-wrp .left-wrp p {margin-bottom: 30px;font-size: 15px !important;}
.home-slider-wrp .slick-next {right: 38%;transform: translate(-38%, 0);}
.home-slider-wrp .slick-prev {left: 42%;transform: translate(-42%, 0);}
section.left_content_right_image .col-md-6:first-child {display: flex;justify-content: center;align-items: center;}
.left_content_right_image .row.d-flex {display: block !important;}
.map-wrp .right-img {  padding: 0 20px 0 10px;}
section.map-wrp {    margin-bottom: 0;}
section.home-banner {    padding: 40px 0;}
.home-slider-wrp .slick-dots {
    bottom: 11px;
}


}

@media (max-width: 991px) {
  .home-slider-wrp .row{flex-direction: column;}
  .home-slider-wrp .row .col-md-5,.home-slider-wrp .row .col-md-7 {width: 100%;max-width: 100%;}
.home-slider-wrp .left-wrp{text-align: center;padding: 40px 30px 30px;}
.home-slider-wrp:after {height: 5%;}
.home-slider-wrp .slick-next {right: 34%;transform: translate(-34%, 0);}
.home-slider-wrp .slick-dots {bottom: 8px;}
.home-slider-wrp .slick-prev {left: 40%;transform: translate(-40%, 0);}
.home-slider-wrp .slick-next, .home-slider-wrp .slick-prev {        bottom: 10px;}
section.home-banner {    padding: 0;}



}
@media (max-width: 767px) {
  .home-slider-wrp .left-wrp {padding: 40px 14px 30px;}
.home-slider-wrp .left-wrp h2{font-size: 35px !important;line-height: 45px;}
.home-slider-wrp .left-wrp p {font-size: 18px !important;}
.home-slider-wrp .left-wrp a.yellow-btn {min-width: 270px;}
.home-slider-wrp .slick-dots li button{opacity: 1 !important;border: 1.5px solid #1A1A1A !important;}
.home-slider-wrp:after {height: 4%;}
.home-slider-wrp .slick-next {top: auto;width: 40px;right: 20%;transform: translate(-20%, 0);bottom: 10px;}
.home-slider-wrp .slick-prev{top: auto;width: 40px;bottom: 10px;left: 24%;transform: translate(-24%, 0) !important;}
.home-slider-wrp .slick-dots {column-gap: 5px;bottom: 23px;}
.home-slider-wrp .slick-dots button{height: 8px;width: 8px;}
.home-slider-wrp .right-wrp .img-wrp {width: 100vw;position: relative;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw;}
.map-wrp .right-img {  padding: 20px;}
.map-wrp {  padding: 0;}
.map-wrp .container-fluid {  padding: 0;}
}
/*16-04-24 banner page end*/

@media (max-width: 576px) {
	.headerbtn.mobile{
		display:none !important;
	}
}

