/** Shopify CDN: Minification failed

Line 52:0 Unexpected "{"

**/
/*
 * OkayScale Theme - Custom Styles
 * Copyright © 2024 OkayScale. All rights reserved.
 * 
 * PROPRIETARY & CONFIDENTIAL
 * This stylesheet is the property of OkayScale and protected by copyright law.
 * Unauthorized reproduction, distribution, or sharing is strictly prohibited.
 */

/*-----------------Common-Css----------------*/
a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}
a {
  color: black;
}
a:hover {
  cursor: pointer;
}
{
  outline: none !important;
}
ul,
li {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "DM Sans";
}
p {
   font-family: "DM Sans";
}
img {
  display: block;
  max-width: 100%;
}
svg {
  display: inline-block;
}
.mb_120{
  margin-bottom:120px;
}
.mt_120{
  margin-top:120px;
}
/*-----------------Container-Css----------------*/
.container {
  max-width: 1490px;
  margin: auto;
  padding: 0 32px;
}


@media (max-width: 991px) {
  .container {
    padding:0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.account-icon-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-trigger {
  position: relative;
  cursor: pointer;
}

.account-icon-wrapper .tooltip {
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  color: white;
  font-size: 14px;
  white-space: nowrap;
  visibility: hidden;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-trigger:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/*----------------------Button-Css--------------------------*/
.common_btn {
    border-radius: 8px;
    background-color: #264347;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    padding: 12px 24px;
    display: inline-block;
    transition:all 0.5s ease;
    border:0;
    cursor:pointer;
}
.common_btn:hover {
  background-color:#ebfe60;
  color:#222;
}

/*----------------------banner-css--------------------------*/
.banner_inner_row {
    position: relative;
}
.banner_details_info {
    position: absolute;
    bottom: 32px;
    left: 32px;
    text-align: center;
    padding: 0;
}
.banner_title h2 {
    color: #fff;
    text-align: start;
    font-family: Inter;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin: 0 0 20px 0;
}
.banner_details_btn {
    text-align: start;
    display: inline-block;
    width: 100%;
}
.banner_details_btn .common_btn {
    background-color: #ebfe60;
    color: #222;
}
.banner_details_btn .common_btn:hover {
  background-color:#264347;
  color:#fff;
}
.banner_img_col {
    position: relative;
    padding-top: 56.3%;
}
.banner_img_col img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    object-fit: cover;
}
.banner_mob_img {
    display: none;
}
.banner_desk_img {
    display: block;
}

/* ------------ teame mebber css ----------- */

.pc--our-team-section .Container {
    max-width: 1070px;
    margin: 0 auto 132px;
}
h2.mian-team-title {
    color: #264347;
    text-align: center;
    font-family: "DM Sans";
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0 0 29px;
}
.main-team-block-wrapper h2 {
    color: #264347;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-top:0;
}
.main-team-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 46px -20px;
    row-gap: 40px;
}
.team-block-wrapper{
  width: 20%;
  padding:0 20px;
}
.team-block-inner {
    
    background: #EEEEEE;
    border-radius: 10px 10px 10px 10px;
}
.team-title-div {
    width: 100%;
    padding: 0 20px;
      margin-bottom: -40px;
}
.team-block-image_wrap {
    width: 100%;
    height: 180px;
}
.team-block-image_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.team-block-content_wrap h3 {
    color: #264347;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:48px;
   margin: 0;
}
.team-block-content_wrap .social_icons_list {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.team-block-content_wrap {
    text-align: center;
    padding: 6px 10px 16px;
    display: flex;
    flex-flow: column;
    gap: 24px;
    min-height: 156px
}
.team-block-content_wrap .social_icons_list li a {
    display: flex;
}
.team-block-content_wrap .button--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---------------img-with-text-css--------------------*/
.img_with_text_right_col h3,
.text_with_img_left_col h3 {
    color: #472A26;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
.img_with_text_right_col h2,
.text_with_img_left_col h2 {
    color: #264347;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0 0 40px 0;
}
.img_with_text_left_col img,
.text_with_img_right_col img{
    width: 100%;
    border-radius: 24px;
}
.img_with_text_main_row,
.text_with_img_main_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.img_with_text_left_col,
.text_with_img_right_col {
    width: 57.2%;
}
.img_with_text_right_col,
.text_with_img_left_col {
    width: 42.8%;
}
.img_with_text_right_inner {
    max-width: 83%;
    margin-left: auto;
}
.text_with_img_left_inner {
    max-width: 60%;
    margin-right: auto;
}

/*-----------------video-section-css------------------*/
section.video_section {
    padding: 120px 0;
    background: #264347;
}
.video_wrapper_row {
    display: flex;
    margin: 0 -20px;
    flex-wrap:wrap;
}
.video_wrapper_col {
    width: 33.33%;
    padding: 0 20px;
}
.vi_sub_title {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}
.video_sec_head {
    margin: 0 auto 40px;
    max-width: 40%;
}
.vi_main_title {
    color: #fff;
    text-align: center;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0;
}
/* .video-container {
    position: relative;
    padding-top: 72.3%;
    margin-bottom:20px;
} */
.video-container video,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    border:0;
}
.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}
.vi_inner_title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0;
}
.play-button-wrapper {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play-button svg {
    width: 100%;
    height: 100%;
    display: block;
}
.play-button:hover svg circle {
    fill: #fff;
}
.play-button svg circle {
    transition: all 0.4s ease;
}
.youtube-wrapper {
    position: relative;
    padding-top: 72.3%;
    margin-bottom: 20px;
}
.youtube-poster img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit:cover;
}
.youtube-poster {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    cursor: pointer;
      width: 80px;
    height: 80px;
}
/*------------------meet-our-pro-team-section-css------------------*/
.meet_team_title {
    color: #264347;
    text-align: center;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0 0 40px 0;
}
.meet_team_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap:40px;
}
.meet_team_col {
    width: 33.33%;
    padding: 0 20px;
}
.meet_team_inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    background: #EEE;
    overflow: hidden;
    align-items: center;
    height:100%;
}
.meet_team_inner_img {
    width: 42%;
    height:100%;
}
.meet_team_inner_img img {
    height: 100%;
    object-fit: cover;
}
.meet_team_inner_content {
    width: 58%;
    height:100%;
}
.mt_inner_main_row {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:24px 20px;
}
.mt_sub_title {
    color: #472A26;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.mt_main_title {
    color: #264347;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0;
}
.read_more_btn {
    color: #264347;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.32px;
    /* text-decoration: underline;
    text-underline-offset: 4px; */
    position:relative;
}
.read_more_btn:after {
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #264347;
    content: "";
    transition: all 0.4s ease;
}
.read_more_btn:hover:after {
    width: 0;
    left: auto;
    right: 0;
}
.mt_details_btn {
    margin-top: auto;
}
.load_more_btn {
    margin-top: 40px;
    text-align: center;
}
.team_load_more_btn {
    text-align: center;
}

/*--------------blog-section-css-----------------*/
.blog_title_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:60px;
}
.blog_title_head h2 {
    color: #264347;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -1.28px;
    margin: 0;
}
.blog_details_left_col,
.blog_details_right_col{
    padding:0 20px;
    margin:0;
}
.blog_details_left_col{
  width:56.6%;
}
.blog_details_right_col{
  width:43.4%;
}
.blog_details_row {
    display: flex;
    flex-wrap:wrap;
    margin: 0 -20px;
}
.blog-image img {
    width: 100%;
    display: block;
    border-radius:24px;
    height:100%;
    object-fit:cover;
}
.blog-image {
    height: 100%;
}
.blog_details_left_col .blog-main-details {
    position: absolute;
    top: 24px;
    left:24px;
}
.blog_details_left_col .smartblog-info{
  color:#fff;
}
.smartblog-info {
    color: #264347;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.blog-details-info {
    position: relative;
    height:100%;
}
.blog-image a {
    display: block;
    height:100%;
}
.blog_details_left_col .blog_block_1 {
    height: 100%;
}
.blog_details_right_col .blog-image {
    width: 33%;
    padding:0 10px;
}
.blog_details_right_col  .blog-main-details {
    width: 67%;
    padding:0 10px;
}

.blog_details_right_col .blog_inner_block {
    padding: 32px 0;
    border-bottom: 1px solid rgba(38, 67, 71, 0.50);
}

li.blog_inner_block.blog_block_1 {
    padding-top: 0;
}
.blog_details_right_col .blog-details-info {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.blog-main-details  h2 {
    margin: 0;
    color: #264347;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
}
.blog_details_left_col .blog-main-details h2{
  color:#fff;
}
.article_arrow_btn a {
    display: flex;
    width: 80px;
    height: 80px;
    background: #EBFE60;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.article_arrow_btn a svg {
    width: 40px;
    height: auto;
    transition: all 0.4s ease;
}
.article_arrow_btn a:hover svg {
    transform: rotate(-40deg);
}
.article_arrow_btn a:hover {
    background-color:#264347;
}
.article_arrow_btn a:hover svg path {
    stroke: #fff;
}
.article_arrow_btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
}
/*--------------rod-registration-css-----------------*/
.rod_registration_main {
    max-width: 80%;
    margin: auto;
}
.regist_inner_img {
    margin-bottom: 40px;
}
.rod_registration_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.regist_left_col {
    width: 40%;
    padding: 0 20px;
}
.regist_right_col {
    width: 60%;
    padding: 0 20px;
}
.regist_left_col img {
    width: 127px;
}
.regist_left_col h2 {
    color: #264347;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0 0 24px 0;
}
.regist_left_col p {
    color: #264347;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0 0 40px 0;
}
.regist_right_desc p {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.36px;
    margin: 0 0 20px 0;
}
.regist_right_desc p:last-child {
    margin: 0;
}
/*--------------product-list-css-----------------*/
.product_img img {
    border-radius: 24px;
    width:100%;
}
.product_list_row {
    display: flex;
}
.product_list_col {
    padding: 0 20px;
}
.product_img {
    margin-bottom: 20px;
}
.product_title a {
    color: #264347;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
}
.product_title {
    margin-bottom: 12px;
}
.view_product_btn {
    color: #264347;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.32px;
    /* text-decoration: underline;
    text-underline-offset: 4px; */
    position:relative;
}
.view_product_btn:after {
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #264347;
    content: "";
    transition: all 0.4s ease;
}
.product_list_btn {
    line-height: normal;
}
.view_product_btn:hover:after {
    width: 0;
    left: auto;
    right: 0;
}
/*--------------footer-css-----------------*/
footer.new_footer {
    padding: 60px 0 24px 0;
}
.new_footer .footer__payment {
    margin: 0;
}
.new_footer .footer__copyright {
    margin: 0;
}
.new_footer .footer__content-bottom-wrapper {
    align-items: center;
}
.new_footer .footer__payment .list-payment {
    gap: 10px;
    margin: 0;
}
.new_footer .footer__payment .list-payment li {
  padding:0;
}
.new_footer .copyright__content {
    color: #fff;
    font-size: 12px !important;
    line-height: 1;
    letter-spacing: -0.24px;
}
.new_footer .copyright__content a:hover {
   color: #ebfe60;
}
.new_footer .footer-block__brand-info .footer__list-social.list-social {
    flex-direction: column;
}

.new_footer .footer-block-image {
    margin-bottom: 40px;
}
.new_footer .footer-block_desc p,
.new_footer .footer-block_desc p a{
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    margin: 0 0 15px 0;
    transition:all 0.4s ease;
}
.new_footer .footer-block_desc p a:hover {
    color: #ebfe60;
}
.new_footer .footer-block__info {
    margin-bottom: 40px;
}
.new_footer .footer-block_working p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.32px;
    margin:0;
}
.new_footer .footer-block--newsletter {
    margin: 0;
}
.new_footer .footer__content-top {
    padding-bottom: 80px;
}
.new_footer .footer-block__heading {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0 0 20px 0;
}
.new_footer .footer-block__details-content li,
.new_footer .footer-block__brand-info .footer__list-social.list-social .list-social__item {
    line-height: normal;
    margin: 0 0 10px 0 !important;
}
.new_footer .footer-block__details-content .list-menu__item--link,
.new_footer .footer-block__brand-info .footer__list-social.list-social .list-social__link {
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    transition:all 0.4s ease;
    display:inline-block;
}
.new_footer .footer-block__details-content .list-menu__item--link:hover,
.new_footer .footer-block__brand-info .footer__list-social.list-social .list-social__link:hover {
  color: #ebfe60;
}
.new_footer .footer-block.grid__item.footer-block_image_info {
    width: 30%;
}
.new_footer .footer-block.grid__item.footer-block--menu {
    width: 22%;
}
.new_footer .footer-block.grid__item {
    width: 15%;
}
.new_footer .footer__blocks-wrapper {
    gap: 40px;
}
.new_footer .footer-block__details-content li:last-child,
.new_footer .footer-block__brand-info .footer__list-social.list-social li:last-child {
    margin: 0 !important;
}

/*---------------------------inner-page-css--------------------*/
.page_inner_main_row {
    max-width: 83%;
    margin: auto;
}
.pg_main_title h2 {
    color: #264347;
    font-family: Inter;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin: 0 0 12px 0;
}
.page_description p,
.page_description ul li{
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.36px;
    margin: 0 0 20px 0;
}
.page_description p a {
    text-decoration-line: underline;
    transition:all 0.4s ease;
    color:#222;
}
.page_description a:hover {
    opacity:0.7;
}
.page_description ul li {
    list-style: disc;
    margin:0;
}
.page_description ul {
    padding: 0 0 0px 20px;
}
/*---------------------------collection-banner-css--------------------*/
.collection_banner_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
}
.collection_banner_img {
    position: relative;
    padding-top: 33.4%;
}
.collection_title_info h2 {
    color: #fff;
    font-family: Inter;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.96px;
    margin: 0 0 12px 0;
}
.collection_banner_inner {
    position: relative;
}
.collection_count span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    text-transform:uppercase;
}
.collection_count {
    line-height: normal;
}
.collection_inner_info {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 80px;
}
.collection_banner_sec {
    margin-bottom: 40px;
}
/*---------------------------collection-metafield-list-css----------------------------------  */
.collection_metafield_list {
    margin: 0 -20px;
    padding: 0;
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    
}
.collection_metafield_list li {
    padding:0 20px;
    width: 14.28%;
}
.collection_inner_col {
    border-radius: 24px;
    border: 1px solid #264347;
    background: #fff;
}
.collection_meta_inner img {
    padding: 16px;
    margin-bottom: 24px;
}
.collection_metafield_list li a {
    padding: 12px;
    display: inline-block;
}
.collection_title_meta h3 {
    margin: 0;
    color: #264347;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.32px;
}
.collection_product_detail {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    justify-content: center;
}
.collection_countmeta span {
    color: #264347;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
}
.collection_meta_section {
    margin: 0 0 40px 0;
}
/*--------------collection_list_row-css------------  */
.collection_list_row .facets-container.facets-container-drawer {
    padding: 0;
    margin: 0 0 40px 0;
}
.collection_list_row .facets-container-drawer .product-count {
    display: none;
}
.collection_list_row .facet-filters__label label,
.collection_list_row .facet-filters__sort {
    color: #264347;
    font-size: 16px;
    line-height: 1.1;
    margin:0;
    letter-spacing:0;
}
.collection_list_row .facet-filters__label{
  margin: 0 4px 0 0px;
  line-height:1;
}
.collection_list_row .facets-container-drawer .facets__form {
    margin: 0;
}
.collection_list_row .select .svg-wrapper,
.collection_list_row .customer select+.svg-wrapper {
    height: auto;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.collection_list_row .select .icon-caret {
    width: 16px;
}
.collection_list_row .facet-filters__sort:focus-visible{
   outline: none;
  box-shadow: none;
}
.collection_list_row .mobile-facets__open {
    padding: 0;
    gap:12px;
}
.collection_list_row span.mobile-facets__open span {
    color: #264347;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    letter-spacing:0;
}
.collection_list_row .facet-filters{
  padding:0;
}
.collection_list_row .mobile-facets__open .svg-wrapper {
    width: 16px;
    height: auto;
}
.collection_list_row .mobile-facets__open .svg-wrapper svg{
    width: 100%;
    height: 100%;
    position: unset;
}
.collection_list_row .collection_porduct_row {
    column-gap: 0;
    row-gap: 40px;
    margin:0;
}
.collection_list_row .collection_porduct_col {
    width: 25% !important;
    max-width: 25% !important;
}
.collection_list_row .collection_porduct_col .ratio:before,
.collection_list_row .collection-list__item .ratio:before {
    padding-bottom: 120.5%;
}
.collection_list_row .icon-wrap svg path {
    fill: #264347;
}
.card__information {
    padding: 20px 0 0 0 !important;
}
.card__heading a,.card__heading {
    color: #264347 !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.36px !important;
    text-decoration:none !important;
}
.card__heading a {
    display: flex !important;
    align-items: center !important ;
    justify-content: center !important;
    gap: 7px !important;
}
.card .icon-wrap {
    display: flex !important;
}
.card .icon-wrap {
    display: flex !important;
    margin: 0 !important;
}
.card .icon-wrap svg {
    width: auto !important;
}
.card__heading{
  margin: 0 0 8px 0 !important;
}
.card-information>.price {
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.28px !important;
}
.new_collection .pagination__item {
    border-radius: 8px;
    border: 1px solid #264347 !important;
    color: #264347;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
.new_collection .pagination__list {
    gap: 8px !important;
}
.new_collection .pagination__item--current:after,
.new_collection .pagination__item:hover:after{
  display:none !important;
}
.new_collection .pagination__list>li:not(:last-child){
  margin:0 !important;
}
.new_collection .pagination__item--current {
    background: #264347;
    opacity: 1;
    color: #fff !important;
}
.new_collection .pagination__item .icon-caret {
    margin: 0;
    width: 16px;
    height: auto;
}
.new_collection .pagination__item:hover {
    background: #264347;
    color: #fff;
}
.new_collection .pagination__item-arrow:hover svg.icon.icon-caret path {
    fill: #fff;
}
.new_collection .pagination__item.dissable {
    opacity: 0.5;
    cursor: no-drop;
    pointer-events:none;
}
.card--media .card__inner .card__content,.card__content {
    padding: 0 !important;
}
.collection_list_row .card__badge {
    line-height: 1 !important;
}
.collection_list_row .card:not(.card--horizontal)>.card__content>.card__badge {
    margin: 0;
}
ul.product-tags {
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}
.card__badge .badge  {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    color: #264347;
    font-size: 12px;
    line-height: 1.4; 
    letter-spacing: -0.24px;
    text-transform: uppercase;
    background: #EEEEEE;
    padding: 4px 12px;
}
.card__badge .badge.tag {
  background: #EBFE60;
}
.card__badge.top {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.collection_list_row .mobile-facets__heading {
    color: #264347;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.78px;
    margin: 0 0 12px 0;
}
.collection_list_row .mobile-facets__count {
    color: #222;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.48px;
    margin: 0;
}
.collection_list_row .mobile-facets__summary>div {
    justify-content: space-between;
}
.collection_list_row .mobile-facets__summary span,
.collection_list_row .mobile-facets__close-button span,
.collection_list_row .facet-checkbox__text,
.collection_list_row .mobile-facets__close-button,
.collection_list_row .mobile-facets__info,
.collection_list_row .facets__price *,
.collection_list_row .facets__price {
    color: #264347;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.08px;
    margin: 0;
}
.collection_list_row .field__input {
    border: 1px solid #264347;
}
.facets__price .field__label {
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
/*==========================contact-page-css===========================*/
.contact_inner_info {
    max-width: 63.4%;
    margin: auto;
}
.contact_head .contact_title {
    color: #264347;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin: 0 0 12px 0;
}
.contact_head {
    margin-bottom: 40px;
}
.title_description p {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.36px;
    margin: 0;
}
.contact_inner_main_row {
    max-width: 73.9%;
    margin: auto;
}
.contact_inner_row {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}
.contact_left_col {
    width: 66.7%;
    padding: 0 20px;
}
.contact_right_col {
    width: 33.3%;
    padding: 0 20px;
}
.contact_right_description p {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.28px;
}
.contact_inner_row .contact__button {
    margin: 0;
}
.contact_inner_row  .contact__button .common_btn {
    width: 100%;
}
.contact_right_description p a {
    text-decoration: underline;
    color: #222;
    transition: all 0.4s ease;
}
.contact_right_description p a:hover {
    opacity: 0.7;
}
.contact_left_col .field:after,
.contact_left_col .field:before {
  display:none;
}
.contact_left_col .field__input {
    margin: 0;
    padding: 22px 20px 12px 20px;
    height: auto;
    min-height: auto;
    border-radius: 8px;
    border: 1px solid #264347;
    line-height: 1 !important;
    font-size: 14px;
    letter-spacing:0;
}

.contact_left_col .field__input::placeholder {
  opacity: 1;
  color: rgba(34, 34, 34, 0.50);
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
  margin:6px 0 0 0;
}
.contact_left_col .field__input:focus-visible,
.contact_left_col .field__input:focus {
  box-shadow:none;
  outline:none;
  border-radius:8px;
}
.contact_left_col .field__input:focus,
.contact_left_col .field__input:not(:placeholder-shown),
.contact_left_col .field__input:-webkit-autofill,
.contact_left_col .field input:focus,
.contact_left_col .field input:not(:placeholder-shown),
.contact_left_col .field input:-webkit-autofill {
    padding: 22px 20px 12px 20px;
    margin: 0;
}
.contact_left_col .field__input:focus~.field__label,
.contact_left_col .field__input:not(:placeholder-shown)~.field__label,
.contact_left_col .field__input:-webkit-autofill~.field__label,
.contact_left_col .field input:focus~label,
.contact_left_col .field input:not(:placeholder-shown)~label,
.contact_left_col .field input:-webkit-autofill~label {
    font-size: 10px;
    top: 10px;
    left: 20px;
    letter-spacing: -0.2px;
}
.contact_left_col .field__label {
    color: #444;
    font-family: "DM Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.2px;
    margin: 0 0 6px 0;
    top: 10px;
    left: 20px;
}
.contact_left_col .text-area {
    height: 288px;
}
.contact_left_col .field {
    margin-bottom: 16px;
}
.contact_section {
    margin-bottom: 182px;
}
.contact_section .form__message ,
.dealer_inner_row .form__message,
.member_inner_row .form__message {
    margin: 0 0 10px 0;
    color: green;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02px;
    padding: 10px;
    background: #00800040;
    border-radius: 8px;
}
.contact_section .form__message:focus-visible,
.dealer_inner_row .form__message:focus-visible,
.member_inner_row .form__message:focus-visible {
  outline:none;
  box-shadow:none;
}

/*---------------------------related-products-css--------------------*/
.collection_list_row  .related-products__heading {
    color: #264347;
    text-align: center;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.08px;
    margin: 0 0 40px 0;
}
/*---------------------------cart-drawer-css--------------------*/
.new_cart_drawer .cart__empty-text {
    color: #264347;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}
.new_cart_drawer .cart__login-title {
    color: #264347;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 40px 0 10px 0;
    text-transform: capitalize;
}
.new_cart_drawer .cart__login-paragraph {
    margin: 0;
    color: #264347;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
}
.new_cart_drawer .cart__login-paragraph a:hover {
    opacity: 0.7 !important;
}
.new_cart_drawer .totals__total {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
}
/*---------------------------product-details-img-section-css--------------------*/
.pd_image_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
}
.pd_image_col {
    width: 33.33%;
    padding: 0 20px;
}
.pd_image_col .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*---------------------------cart__empty-text-css--------------------*/
.is-empty .cart_drawer_head{
  display:none;
}
.new_cart_drawer .cart__empty-text {
    color: #264347;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.new_cart_drawer .cart-drawer__warnings .drawer__close {
    min-width: auto;
    min-height: auto;
    right: 20px;
    top: 20px;
}
.new_cart_drawer .drawer__header {
    padding: 0;
    margin: 0 0 8px 0;
    margin: 0 0 0 0;
}
.new_cart_drawer .drawer__header .drawer__close {
    position: unset;
    min-width: auto;
    min-height: auto;
}
.new_cart_drawer .cart-drawer .tax-note {
    display: none;
}
.new_cart_drawer .progress-container {
    padding: 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}
.cart_drawer_head {
  padding: 24px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}
.new_cart_drawer .drawer__footer {
    padding: 24px;
    border: 0;
    background: #264347;
}
.new_cart_drawer .cart-drawer .totals {
    margin: 0 0 8px 0;
}

.new_cart_drawer  .drawer__heading {
    color: #264347;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    margin:0;
}
.new_cart_drawer .cart__ctas .common_btn {
    color: #264347;
    background: #ebfe60;
}
.new_cart_drawer .cart__ctas .common_btn:hover {
    background: #fff;
    color: #264347;
}
.new_cart_drawer .totals__total-value {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0;
}
.new_cart_drawer .cart-drawer .cart-items thead {
    display: none;
}
.new_cart_drawer .cart-drawer .cart-items td {
    padding: 0;
}
.new_cart_drawer .cart-drawer .cart-item__totals {
    display: none;
}
.new_cart_drawer .cart-drawer .cart-item:last-child {
    margin: 0;
}
.new_cart_drawer .cart-item__name {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.28px;
    margin: 0 0 4px 0;
    text-decoration:none !important;
}
.new_cart_drawer .quantity:after,
.new_cart_drawer .quantity:before,
.cart_inner_info .quantity:after,
.cart_inner_info .quantity:before {
  display:none;
}
.new_cart_drawer .cart-item__quantity-wrapper {
    /* flex-direction: column; */
    row-gap:12px;
    justify-content:space-between;
  
}
.cart_inner_info .cart-item__quantity-wrapper{
  padding:0 12px;
}
.new_cart_drawer .cart-item cart-remove-button {
    margin-left: 0;
    justify-content: end;
}
.new_cart_drawer .quantity_info {
    display: flex;
    align-items:center;
    gap:5px;
}
.new_cart_drawer .quantity__button,
.cart_inner_info .quantity__button {
    margin: 0 !important;
    width: 33.33%;
}

.new_cart_drawer .drawer__cart-items-wrapper .quantity,
.cart_inner_info quantity-input.quantity.cart-quantity {
    width: 80px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    min-height: auto;
}
.cart_inner_info quantity-input.quantity.cart-quantity{
  min-height:35px;
  width: 100px;
}

.new_cart_drawer .quantity__input {
    opacity: 1;
    width: 100%;
    padding: 0;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}
.new_cart_drawer .cart-item__quantity_title {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.new_cart_drawer .drawer__cart-items-wrapper .cart-item__media {
    width: 9.1rem;
    height:120px;
}
.new_cart_drawer .cart-drawer .cart-item {
    row-gap: 0rem!important;
    column-gap: 1.6rem!important;
    grid-template: 40px / 90px auto 1fr!important;
    padding: 24px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}
.new_cart_drawer cart-remove-button .button {
    min-height: auto;
    min-width: auto;
    gap:4px;
}
.new_cart_drawer .remove_btn {
    color: #222;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: underline;
}
.new_cart_drawer cart-remove-button .button .svg-wrapper {
    width: 12px;
    height: auto;
}
.new_cart_drawer .product-option {
    color: #222;
    font-family: "DM Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.new_cart_drawer .cart-drawer .cart-item__image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_cart_drawer .cart-drawer .cart-item__quantity {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}
.new_cart_drawer quantity-popover {
    width: 100%;
}
.new_cart_drawer .cart-drawer .cart-item__error{
  margin:0;
}
.new_cart_drawer .product-option+.product-option {
    margin-top: 12px;
}
/*--------------cart-page-css------------------*/
.cart_title {
    color: #264347;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
}
.continue_shopping_btn:after {
    position: absolute;
    bottom: -3px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #264347;
    content: "";
    transition: all 0.4s ease;
}
.continue_shopping_btn {
    color: #264347;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.32px;
    position: relative;
    text-transform:capitalize;
}
.continue_shopping_btn:hover:after {
    width: 0;
    left: auto;
    right: 0;
}
.cart_inner_info  .cart-items thead th {
    color: #264347;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.12px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(34, 34, 34, 0.10) !important;
}
.cart_inner_info .title-wrapper-with-link {
    align-items: center;
}
.cart_inner_info .cart-item__name{
    color: #222;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.28px;
    margin: 0 0 4px 0;
    text-decoration:none !important;
}
.cart_inner_info .product-option {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_inner_info .cart-item__totals .price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_inner_info .quantity__input {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}
.cart_inner_info  .cart__items{
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}
.cart_inner_info .cart-item .cart-item__quantity {
  padding-left:0;
}
.cart_footer_info .totals__total {
    margin: 0;
    color: #264347;
    font-size: 18px !important;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
}
.cart_footer_info .totals__total-value {
    margin: 0 0 0px 20px;
    color: #264347;
    font-size: 18px !important;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600;
}
.cart_footer_info .totals {
    justify-content: space-between;
    margin: 0 0 40px 0;
}
.cart_footer_info .tax-note {
    display: none;
}
/*----------------------search-page-css----------------*/
.template-search .template-search__search {
    display: none;
}
.template-search .search_results_title {
    color: #264347;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: start;
    margin:0;
}
.template-search .template-search__header {
    margin-bottom: 40px;
    padding: 60px 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}
/*----------------------collection-list-css----------------*/
.collection_list_row  .collection-list__item {
    width: 33.33% !important;
    max-width: 33.33% !important;
}
.collection_list_title {
    color: #264347;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -.8px;
    margin: 0 0 50px;
}
/*---------------------------pc--rod-registration-form-css--------------------*/
.rod_registration_form .dealer_inner_info {
    max-width: 904px;
    margin: auto;
}
.rod_registration_form .dealer_inner_info .title_description {
    margin-bottom: 50px;
}
.rod_registration_form .field .svg-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
}
.rod_registration_form .field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml,<svg class="icon icon-caret" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 9.45487L12.6669 5L14 6.27257L8 12L2 6.27256L3.33312 5L8 9.45487Z" fill="%23264347"></path></svg>');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    cursor: pointer;
}
.rod_registration_form .field.country_field select {
  background-image:none;
}
.rod_registration_form select#ContactForm-date-year:placeholder{
  font-size:10px;
  opacity:1;
  color:red;
}
.rod_registration_form .contact_inner_main_row {
    max-width: 47.8%;
    margin: auto;
}
.file-upload__label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.file-drop-area {
    border: 2px dashed #CBD0DC;
    padding: 32px 57px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
    border-radius: 12px;
}

.file-drop-area.dragover {
  border-color: #007bff;
}

.file-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 35px 0px;
}

.file-drop-top_icon {
    margin: 0 0 22px 0;
}
.file-drop-top_icon svg {
    display: block;
    margin: auto;
}
.upload_file_label {
    color: #292D32;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 6px 0;
    display: inline-block;
    line-height: 1.1;
    text-align: center;
}
.file_format_text {
    color: #A9ACB4;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 20px 0;
}
.browse-btn {
    border-radius: 7px;
    border: 1px solid #CBD0DC;
    background: #FFF;
    padding: 7px 20px;
    cursor: pointer;
    display: inline-block;
    color: #54575C;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
}
.file-item {
    padding: 15px;
    border-radius: 12px;
    background: #EEF1F7;
    margin-bottom: 12px;
}
.file_up_info svg {
    width: 40px;
    height: 40px;
}
.file-preview {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.file_up_info {
    display: flex;
    gap: 15px;
}
.file_up_details {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.file-name {
    color: #292D32;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 7px 0;
}
.file-size {
    color: #A9ACB4;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}
.remove-btn {
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.remove-btn svg {
    width: 100%;
    height: 100%;
}
.file_progress {
    border-radius: 100%;
    height: 6px;
    border: 0;
    width: 100%;
}
.file_progress::-webkit-progress-bar {
  background-color: #A9ACB4;
  border-radius: 12px;
}
.file_progress::-webkit-progress-value {
  background-color: #375EF9;
  border-radius: 12px;
}
.up_receipt_info {
    display: flex;
    padding: 17px 20px;
    border-bottom: 1px solid #CBD0DC;
    margin: 20px 0 20px 0;
    gap: 13px;
    position:relative;
    cursor:pointer;
}
.up_receipt_close svg {
    width: 20px;
    height: 20px;
}
.up_receipt_icon svg {
    display: block;
    padding: 11px;
    width: 100%;
    height: 100%;
}

.up_receipt_icon {
    border: 1px solid #CBD0DC;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
}
.up_receipt_details span {
    color: #292D32;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 0 2px 0;
}
.up_receipt_details p {
    color: #A9ACB4;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0;
}
.up_receipt_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.up_receipt_close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    display: flex;
  cursor:pointer;
}
.file-drop-area-main {
    padding: 0 20px 12px 20px;
    display:none;
}
.file-upload {
    position: relative;
}
/*---------------------------responsive-css--------------------*/
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1400px) {
  .mb_120 {
    margin-bottom: 100px;
  }
  .mt_120 {
    margin-top:100px;
  }
  .text_with_img_left_inner {
    max-width: 70%;
  }
  .product_list_col {
    padding: 0 15px;
  }
  section.video_section {
    padding: 100px 0;
  }
  .mt_main_title,.vi_inner_title {
    font-size: 22px;
  }
  .mt_inner_main_row {
    padding: 20px 20px;
  }
  .play-button {
    width: 50px;
    height: 50px;
  }
  .article_arrow_btn a svg {
    width: 36px;
  }
  .article_arrow_btn a {
    width: 70px;
    height: 70px;
  }
  .blog_details_right_col .blog_inner_block {
    padding: 26px 0;
  }
  .banner_title h2 {
    font-size: 36px;
  }
  .img_with_text_right_col h3, .text_with_img_left_col h3 {
    font-size: 18px;
  }
  .img_with_text_right_col h2, .text_with_img_left_col h2,.vi_main_title,.meet_team_title,.blog_title_head h2,.regist_left_col h2,
  .collection_list_row .related-products__heading {
    font-size: 46px;
  }
  .rod_registration_main {
    max-width: 90%;
  }
  .product_title a {
    font-size: 22px;
  }
  .read_more_btn {
    font-size: 14px;
  }
  .meet_team_row {
    margin: 0 -15px;
    row-gap: 30px;
  }
  .meet_team_col {
    padding: 0 15px;
  }
  .new_footer .footer__content-top {
    padding-bottom: 70px;
  }
  .pg_main_title h2,.collection_list_title {
    font-size: 38px;
  }
  .collection_list_title {
    margin:0 0 40px 0;
  }
  .collection_metafield_list li {
    padding: 0 10px;
  }
  .collection_metafield_list {
    margin: 0 -10px;
  }
  .card__heading a, .card__heading {
    font-size: 16px !important;
  }
  .contact_inner_main_row {
    max-width: 90%;
  }
  .contact_head .contact_title{
    font-size:38px;
  }
  .contact_left_col .text-area {
    height: 230px;
  }
  .contact_head {
    margin-bottom: 30px;
  }
  .contact_section {
    margin-bottom: 150px;
  }
  .template-search .search_results_title {
    font-size: 46px;
  }
  .template-search .template-search__header {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1199px) {
  .mb_120 {
    margin-bottom: 90px;
  }
  .mt_120 {
    margin-top:90px;
  }
  .img_with_text_right_inner,
  .text_with_img_left_inner {
    max-width: 90%;
  }
  .video_sec_head {
    max-width: 50%;
  }
  .video_wrapper_row {
    margin: 0 -10px;
  }
  .video_wrapper_col {
    padding: 0 10px;
  }
  .rod_registration_main {
    max-width: 100%;
  }
  .regist_left_col p {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  .regist_left_col img {
    width: 90px;
  }
  .regist_right_desc p {
    font-size: 16px;
    margin:0 0 15px 0;
  }
  .regist_inner_img {
    margin-bottom: 20px;
  }
  .new_footer .footer__blocks-wrapper {
    gap: 30px;
  }
  .new_footer .footer-block__image-wrapper img {
    max-width: 70%;
  }
  .new_footer .footer-block__heading {
    font-size: 20px;
  }
  .new_footer .footer-block_desc p, .new_footer .footer-block_desc p a {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .new_footer .footer-block__info {
    margin-bottom: 30px;
  }
  .new_footer .footer-block_working p {
    font-size: 14px;
  }
  .meet_team_row {
    margin: 0 -10px;
    row-gap: 20px;
  }
  .mt_main_title {
    font-size: 18px;
  }
  .mt_inner_main_row {
    padding: 15px 20px;
  }
  .blog_details_right_col  .blog-main-details {
    width: 60%;
  }
  .blog_details_right_col .blog-image {
    width: 40%;
  }
  .blog_details_right_col .blog_inner_block {
    padding: 20px 0;
  }
  .blog-main-details  h2 {
    font-size: 20px;
  }
  .smartblog-info {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .blog_details_left_col, .blog_details_right_col {
    padding: 0 15px;
  }
  .blog_details_row {
    margin: 0 -15px;
  }
  .mt_sub_title {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .meet_team_col {
    padding: 0 10px;
  }
  section.video_section {
    padding: 90px 0;
  }
  .img_with_text_right_col h2, .text_with_img_left_col h2, .vi_main_title, .meet_team_title, .blog_title_head h2, .regist_left_col h2,.collection_list_row .related-products__heading {
    font-size: 42px;
    letter-spacing: -0.48px;
  }
  .product_list_col {
    padding: 0 10px;
  }
  /* .video-container {
    padding-top: 75.3%;
  } */
  .banner_title h2 {
    font-size: 34px;
  }
  .blog_title_head {
    margin-bottom: 40px;
  }
  .article_arrow_btn a {
    width: 60px;
    height: 60px;
  }
  .article_arrow_btn a svg {
    width: 30px;
  }
  .pg_main_title h2, .collection_list_title {
    font-size: 36px;
  }
  .page_description p, .page_description ul li {
    font-size: 16px;
  }
  .collection_metafield_list li {
    width: 16.66%;
  }
  .collection_title_meta h3 {
    font-size: 14px;
  }
  .card__information {
    padding: 12px 0 0 0 !important;
  }
  .contact_head .contact_title{
    font-size:38px;
    margin: 0 0 8px 0;
  }
  .contact_inner_info {
    max-width: 73.5%;
  }
  .contact_inner_main_row {
    max-width: 100%;
  }
  .contact_section {
    margin-bottom: 130px;
  }
  .pd_image_row {
    margin: 0 -15px;
    row-gap: 30px;
  }
  .pd_image_col {
    padding: 0 15px;
  }
  .template-search .search_results_title {
    font-size: 42px;
  }
  .template-search .template-search__header {
    padding: 40px 0;
  }
  .collection_list_title {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .mb_120 {
    margin-bottom: 80px;
  }
  .mt_120 {
    margin-top:80px;
  }
  .banner_details_info {
    bottom: 20px;
    left: 20px;
  }
  .img_with_text_right_col h3, .text_with_img_left_col h3 {
    font-size: 16px;
  }
  .img_with_text_right_col h2, .text_with_img_left_col h2, .vi_main_title, .meet_team_title, .blog_title_head h2, .regist_left_col h2,
  .collection_list_row .related-products__heading {
    font-size: 36px;
    letter-spacing: -0.48px;
    margin: 0 0 25px 0;
  }
  .collection_list_row .related-products__heading{
    margin:0 0 40px 0;
  }
  .blog_title_head h2{
    margin:0 !important;
  }
  .product_title a {
    font-size: 20px;
  }
  .product_title {
    margin-bottom: 5px;
  }
  section.video_section {
    padding: 80px 0;
  }
  .meet_team_col {
    width: 50%;
  }
  .regist_right_desc p {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .new_footer .footer__blocks-wrapper {
    gap: 20px;
    row-gap: 30px !important;
  }
  .new_footer .footer-block__info {
    margin-bottom: 20px;
  }
  .new_footer .footer-block.grid__item.footer-block_image_info,
  .new_footer .footer-block.grid__item.footer-block--menu,
  .new_footer .footer-block.grid__item {
    width: calc(50% - 20px);
  }
  .new_footer .footer-block-image {
    margin-bottom: 30px;
  }
  .new_footer .footer__content-top {
    padding-bottom: 50px;
  }
  .video_sec_head {
    margin: 0 auto 30px;
  }
  .vi_inner_title {
    font-size: 18px;
  }
  .youtube-wrapper{
    margin-bottom: 15px;
  }
  .load_more_btn {
    margin-top: 30px;
  }
  .page_inner_main_row {
    max-width: 100%;
  }
  .pg_main_title h2,.collection_list_title {
    font-size: 34px;
  }
  .collection_metafield_list li {
    width: 20%;
  }
  .collection_title_info h2 {
    font-size: 38px;
  }
  .collection_inner_info {
    padding: 0 50px;
  }
  .collection_banner_img {
    padding-top: 37.4%;
  }
  .collection_meta_inner img {
    padding: 10px;
    margin-bottom: 20px;
  }
  .collection_list_row .collection_porduct_col {
    width: 33.33% !important;
    max-width: 33.33% !important;
  }
  .contact_inner_info {
    max-width: 90%;
  }
  .contact_head .contact_title {
    font-size: 34px;
    margin: 0 0 8px 0;
  }
  .title_description p {
    font-size: 16px;
  }
  .contact_section {
    margin-bottom: 110px;
  }
   .pd_image_row {
    margin: 0 -10px;
    row-gap: 20px;
  }
  .pd_image_col {
    padding: 0 10px;
  }
  .cart_inner_info .cart-items td {
    padding-top: 2rem;
  }
  .cart_inner_info .cart-item>td+td {
    padding-left: 2rem;
  }
  .cart_inner_info .quantity-popover-container{
    padding:0;
  }
  .cart_inner_info .cart-item__details {
    width: 30rem;
  }
  .cart_inner_info .cart-item__totals.right.small-hide {
    width: 20%;
  }
  .template-search .search_results_title {
    font-size: 36px;
  }
  .rod_registration_form .contact_inner_main_row {
    max-width: 60%;
  }
  .rod_registration_form .dealer_inner_info .title_description br {
    display: none !important;
  }
  .new_cart_drawer .cart-item cart-remove-button {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 70px;
  }
  .mt_120 {
    margin-top:70px;
  }
  .img_with_text_left_col, .text_with_img_right_col,.img_with_text_right_col, .text_with_img_left_col {
    width: 100%;
  }
  .img_with_text_right_inner, .text_with_img_left_inner {
    max-width: 100%;
  }
  .img_with_text_main_row, .text_with_img_main_row {
    row-gap: 30px;
  }
  .text_with_img_main_row {
    flex-direction: column-reverse;
  }
  .img_with_text_right_col h2 > br, .text_with_img_left_col h2 > br, .vi_main_title > br, .meet_team_title > br, .blog_title_head h2 > br, .regist_left_col h2 > br{
    display:none;
  }
  .video_sec_head {
    max-width: 100%;
  }
  .video_wrapper_col {
    width: 100%;
  }
  .video-container {
    margin-bottom: 12px;
  }
  .video_wrapper_row,.blog_details_row {
    row-gap: 20px;
  }
  .meet_team_col,.blog_details_right_col,.blog_details_left_col,.regist_left_col,.regist_right_col {
    width: 100%;
  }
  .img_with_text_right_col h2, .text_with_img_left_col h2, .vi_main_title, .meet_team_title, .blog_title_head h2, .regist_left_col h2,.collection_list_row .related-products__heading {
    font-size: 34px;
  }
  .rod_registration_row {
    row-gap: 40px;
  }
  .new_footer .footer__blocks-wrapper {
    margin: 0;
  }
  .regist_left_col {
    text-align: center;
  }
  .regist_left_col img {
    width: 127px;
    margin: auto;
  }
  .new_footer .footer__content-top {
    padding: 0;
  }
  .new_footer .footer-block.grid__item.footer-block_image_info, .new_footer .footer-block.grid__item.footer-block--menu, .new_footer .footer-block.grid__item {
    width: 100%;
    margin:0 0 40px 0;
  }
  .new_footer .footer-block__details-content.footer-block-image {
    margin-bottom: 40px;
  }
  .new_footer .footer-block__details-content {
    margin-bottom: 0;
    justify-content:start;
  }
  .new_footer .footer__content-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap:20px;
  }
  .new_footer .footer__payment .list-payment,.new_footer .footer__column--info {
    padding: 0;
  }
  .pg_main_title h2,.collection_list_title {
    font-size: 32px;
  }
  .collection_metafield_list li {
    width: 25%;
  }
  .collection_inner_col {
    border-radius: 12px;
  }
  .collection_banner_img {
    padding-top: 50%;
  }
  .collection_title_info h2 {
    font-size: 36px;
  }
    .collection_inner_info {
    padding: 0 20px;
  }
  .card__heading a, .card__heading {
    font-size:14px;
  }
  .card-information>.price {
    font-size: 12px !important;
  }
  .collection_list_row .collection_porduct_col {
    width: 50% !important;
    max-width: 50% !important;
  }
  .contact_inner_row {
    row-gap: 30px;
  }
  .contact_right_col,
  .contact_left_col{
    width:100%;
  }
   .contact_head .contact_title {
    font-size: 32px;
    margin: 0 0 8px 0;
  }
  .contact_section {
    margin-bottom: 90px;
  }
  .template-search .search_results_title {
    font-size: 32px;
  }
  .rod_registration_form .contact_inner_main_row {
    max-width: 80%;
  }
  .collection_list_row  .collection-list__item {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 749px) {
  .collection_list_row .facets-container.facets-container-drawer {
    display: flex;
    justify-content: space-between;
  }
  .collection_list_row .facets-container-drawer .facets__form {
    gap: 0;
  }
  .collection_list_row  .active-facets {
    display: none;
  }
  .collection_list_row .mobile-facets__open {
    gap: 8px;
  }
  .cart_inner_info .cart-items thead th{
    border:0 !important;
  }
  .cart_inner_info .cart-items thead tr{
    margin:0;
  }
  .cart_inner_info .cart-item {
    margin-bottom: 2.4rem;
  }
  .cart_footer_info .cart__ctas button {
    width: 100%;
    max-width: 100%;
  }
  .cart_footer_info .totals {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .account-icon-wrapper .tooltip{
    font-size:10px
  }
  .mb_120 {
    margin-bottom: 60px;
  }
  .mt_120 {
    margin-top:60px;
  }
  .banner_img_col {
    padding-top: 125%;
  }
  .banner_desk_img {
    display: none;
  }
  .banner_mob_img {
    display: block;
  }
  .banner_title h2 {
    font-size: 32px;
  }
  .img_with_text_main_row, .text_with_img_main_row {
    row-gap: 24px;
  }
  .img_with_text_right_col h3, .text_with_img_left_col h3 {
    margin: 0 0 8px 0;
  }
  .img_with_text_right_col h2, .text_with_img_left_col h2, .vi_main_title, .meet_team_title, .blog_title_head h2, .regist_left_col h2,
  .collection_list_row .related-products__heading {
    font-size: 32px;
  }
  section.video_section {
    padding: 60px 0;
  }
  .play-button {
    width: 60px;
    height: 60px;
  }
  .vi_sub_title {
    margin: 0 0 12px 0;
  }
  .meet_team_title {
    margin-bottom: 40px;
  }
  .mt_inner_main_row {
    padding: 16px 20px;
  }
  .load_more_btn .common_btn {
    width: 100%;
  }
  .article_arrow_btn {
    display: none;
  }
  .blog_details_left_col .blog-main-details {
    top: 20px;
    left: 20px;
  }
  .blog_view_all_btn {
    display: none;
  }
  .blog_title_head h2,.regist_left_col h2 {
    font-size: 40px;
  }
  .blog_details_right_col .blog-image img {
    border-radius: 12px;
  }
  .blog_details_left_col .smartblog-info {
    font-size: 14px;
  }
  .blog_details_left_col .blog-main-details  h2 {
    font-size: 24px;
  }
  .blog-main-details  h2 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .regist_left_col p {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  .regist_right_desc p {
    margin: 0 0 15px 0;
  }
  .new_footer .footer-block__image-wrapper img {
    max-width: 100%;
  }
  .new_footer .footer-block__info {
    margin-bottom: 20px;
  }
  .new_footer .footer-block.grid__item.footer-block_image_info,
  .new_footer .footer-block.grid__item{
    margin: 0 0 60px 0;
  }
  .meet_team_inner_img {
    width: 37.5%;
  }
  .meet_team_inner_content {
    width: 62.5%;
  }
  .mt_main_title {
    font-size: 16px;
  }
  section.meet_team_section.mb_120 {
    margin-bottom: 108px;
  }
  .blog_details_right_col  .blog-main-details {
    width: 58.8%;
  }
  .blog_details_right_col .blog-image {
    width: 41.2%;
  }
  .page_description p, .page_description ul li {
    font-size: 14px;
  }
  .collection_metafield_list {
    margin: 0 -10px;
    row-gap: 0px;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
  .collection_metafield_list li {
    padding: 0 10px;
    width: 140px !important;
    white-space: nowrap;
}
.collection_banner_img {
    padding-top: 55.7%;
}
.collection_title_info h2 {
    font-size: 32px;
    margin: 0 0 8px 0;
}
.new_collection.collection.container,
.template-search__results.container {
    padding: 0;
}
.new_collection .pagination__item {
    height: 40px;
}
.new_collection .pagination__list>li {
    flex: 1 0 4rem;
    max-width: 4rem;
}
.collection_list_row .mobile-facets__heading {
    font-size: 18px;
}
.collection_list_row .mobile-facets__summary span,
.collection_list_row .mobile-facets__close-button span,
.collection_list_row .facet-checkbox__text,
.collection_list_row .mobile-facets__close-button,
.collection_list_row .mobile-facets__info,
.collection_list_row .facets__price *,
.collection_list_row .facets__price {
    font-size: 14px;
}
.contact_inner_info {
    max-width: 100%;
}
.contact_head {
  margin-bottom: 20px;
}
.contact_section {
  margin-bottom: 70px;
}
.title_description p {
  font-size: 16px;
  line-height: 1.2;
}
.contact_left_col .field__input {
    padding: 22px 15px 12px 15px;
}
.contact_left_col .field__input:focus,
.contact_left_col .field__input:not(:placeholder-shown),
.contact_left_col .field__input:-webkit-autofill,
.contact_left_col .field input:focus,
.contact_left_col .field input:not(:placeholder-shown),
.contact_left_col .field input:-webkit-autofill {
    padding: 22px 15px 12px 15px;
}
.contact_left_col .field__label {
    left: 15px;
}
.contact_left_col .field__input:focus~.field__label,
.contact_left_col .field__input:not(:placeholder-shown)~.field__label,
.contact_left_col .field__input:-webkit-autofill~.field__label,
.contact_left_col .field input:focus~label,
.contact_left_col .field input:not(:placeholder-shown)~label,
.contact_left_col .field input:-webkit-autofill~label {
    left: 15px;
}
.contact_left_col .field__input,.contact_left_col .field__input::placeholder {
  font-size:12px;
}
.pd_image_row {
    margin: 0;
    row-gap: 20px;
}
.pd_image_col {
    padding: 0;
    width:100%;
}
.product-details-img-section .container {
    padding: 0;
}
.collection_list_row .related-products.container {
    padding: 0;
}
.new_cart_drawer .drawer__inner {
    max-width: calc(100vw - 0rem);
}
.cart_inner_info .cart-item__details {
    width: 16rem;
}
.cart_inner_info .cart-item>td+td {
    padding-left: 0;
}
.cart_inner_info .cart-item cart-remove-button {
    margin-left: 0;
}
.cart_inner_info .quantity {
    min-height: 35px;
    width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.cart_inner_info cart-remove-button .button {
    min-width: auto;
    min-height: auto;
    margin: 0;
}
.cart_inner_info .cart-item__quantity-wrapper {
    justify-content: space-between;
}
.template-search .search_results_title {
    font-size: 28px;
}
.rod_registration_form .contact_inner_main_row {
    max-width: 100%;
}
.file-drop-area {
    padding: 32px 25px;
}
.up_receipt_info {
    padding: 15px 10px;
    gap: 7px;
}
.up_receipt_icon {
    width: 30px;
    height: 30px;
}
.up_receipt_icon svg {
    padding: 5px;
}
.up_receipt_details p,.browse-btn {
    font-size: 12px;
}
.up_receipt_close {
    right: 10px;
    top: 10px;
}
.file-drop-area-main {
    padding: 0 10px 12px 10px;
}
.collection_list_info.container {
    padding: 0;
}
}
@media screen and (max-width: 425px) {
  .product_list_row .slick-list.draggable {
      padding-left: 10px !important;
  }
  .collection_metafield_list li a {
    padding: 12px 16px;
    display: block;
  }
  .new_collection .pagination__list {
    gap: 6px !important;
  }
  .collection_list_row span.mobile-facets__open span,.collection_list_row .facet-filters__label label, .collection_list_row .facet-filters__sort {
    font-size: 14px;
  }
  .contact_section {
    margin-bottom: 90px;
  }
  .new_cart_drawer .cart-item__name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart_inner_info .cart-item__details {
    width: auto;
  }
  .cart_inner_info .cart-item__name {
    font-size: 14px;
    margin: 0 0 4px 0;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart_footer_info .totals {
    margin: 0 0 25px 0;
  }
  .cart_footer_info .totals__total-value,
  .cart_footer_info .totals__total{
    font-size: 16px !important;
  }
  .continue_shopping_btn {
    font-size: 14px;
  }
  .cart_title {
    font-size: 20px;
  }
  .cart-item__totals {
    width: max-content;
  }
  .cart_inner_info .cart-item {
    gap: 1rem;
  }
  .cart_inner_info .quantity__button {
    width: 33.33%;
  }
  .template-search .search_results_title {
    font-size: 24px;
  }
  .meet_team_inner_img img {
    height: 100%;
    object-fit: cover;
  }
  .meet_team_inner_img {
    height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .img_with_text_right_col h2, .text_with_img_left_col h2, .vi_main_title, .meet_team_title, .blog_title_head h2, .regist_left_col h2,.banner_title h2,.pg_main_title h2,.collection_list_row .related-products__heading, .collection_list_title {
      font-size: 30px;
  }
  
}





.product-metafield_title {
    color: #264347;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: -.28px;
    margin-bottom: 13px;
}
.product .product__info-container .product-metafield-product-wrapper {
    margin-top: 40px;
}
.product-variant-name-wrapper ul.product-metafield-product {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.product-variant-name-wrapper ul.product-metafield-product li {
    width: 23%;
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
    min-width: 99px;
    max-width: 99px;
    transition: all 0.3s;
}
.product-variant-name-wrapper ul.product-metafield-product li a {
    display: flex;
}
.product-variant-name-wrapper ul.product-metafield-product li a img {
    height: 102px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.product-variant-name-wrapper ul.product-metafield-product li:hover {
    border-color: #000;
}

@media screen and (max-width:767px){
  .product-variant-name-wrapper ul.product-metafield-product li a img {
    height: 80px;
  }
  .product-variant-name-wrapper ul.product-metafield-product li {
    width: 23%;
    min-width: 75px;
    max-width: 75px;
  }
}






.tem_inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
.team_col.team_img {
  width: 40%;
}
.team_col.team_des {
  width: 60%;
  padding-left: 80px;
}
.team_des h2 {
  font-size: 65px;
  /* text-transform: uppercase; */
  line-height: 1.1;
  color: #264347;
  margin: 0 0 30px;
}
.team_des h5 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #472A26;
}
.team_des .team_info p {
  margin-top: 0;
}
.road_map_inner {
  display: flex;
  flex-wrap: wrap;
}
.road_map_col.road_map_col_left {
  width: 70%;
  padding-right: 20px;
  padding-bottom: 30px;
}
.road_map_col.road_map_col_right {
  width: 30%;
  border-left: 1px solid #000;
  padding-left: 30px;
}
.road_map_col .rod_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.road_rwa_col {
  width: 50%;
  padding: 0 15px;
}
.team_cnt {
  margin-top: 70px;
  margin-bottom: 70px;
}
.team_data {
  border-top: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.team_data .sub_title {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  color: #472A26;
}
.team_data .sub_title2 {
  margin: 20px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #264347;
}
.team_data p {
  font-size: 16px;
  line-height: 1.3;
}
.team_data a {
  color: #0000EE;
}
.team_data  h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 22px 0;
}
.gallary_img_wraps {
  margin-bottom: 80px;
}
.gallary_img_wraps h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #264347;
  margin: 0 0 30px;
}
.masonry {
  columns: 350px;
}
.masonry img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.masonry img.visible {
  opacity: 1;
  transform: scale(1);
}
.fancybox-bg{
   display: block !important;
}
.fancybox-button {
  background: rgb(57 56 57)  !important;
  color:white  !important;
}
a.arc-link:hover {
  background: rgba(8,8,8,.75);
  background: rgba(51,51,51,0.6) !important
}

@media screen and (max-width:1199px){
  .team_col.team_des {
    padding-left: 50px;
  }
  .team_des h2 {
    font-size: 50px;
  }
  .masonry {
    columns: 296px;
  }
  .team-block-wrapper{
    width: 20%;
    padding:0 10px;
    
  }
  .main-team-block-wrapper {
    margin: 0 10px 46px 10px;
  }
  .team-title-div {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width:991px){
  .team_data p ,.team_details p{
    font-size: 14px;
  }
  .team_col.team_des {
    padding-left: 40px;
  }
  .team_des h2 {
    font-size: 42px;
    margin: 0 0 20px;
  }
  .team_des h5 {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .team_data h4 {
    margin: 18px 0;
  }
  .road_map_col.road_map_col_right {
    padding-left: 20px;
  }
  .masonry {
    columns: 228px;
  }
  .main-team-block-wrapper h2{
    font-size:20px
  }
  .team-block-wrapper{
    width: 33.33%;
    padding:0px  10px;
    
  }
  .main-team-block-wrapper{
    margin: 0 20px 34px 20px;
    row-gap: 20px;
  }
  .team-block-content_wrap{
        gap: 18px;
  }
  .team-title-div{
    padding: 0 10px;
  }
  
}

@media screen and (max-width:767px){
  .team_col.team_img,.road_rwa_col{
    width: 100%;
  }
  .road_map_col.road_map_col_left,.road_map_col.road_map_col_right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .team_col.team_des {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .team_des h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
  .team_des h5 {
    font-size: 13px;
    margin: 0 0 8px;
  }
  .team_data {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .team_cnt {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .team_data p ,.team_details p{
    font-size: 14px;
  }
  .road_map_col.road_map_col_right {
    border-left: 0;
    padding-left: 0;
    padding-top: 40px;
  }
  .gallary_img_wraps {
    margin-bottom: 50px;
  }
  .gallary_img_wraps h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .team_data .sub_title2 {
    margin: 18px 0;
    font-size: 15px;
  }
  .team_data .sub_title {
    padding-bottom: 6px;
  }
  .team_data h4 {
    margin: 16px 0;
  }
  .team-block-content_wrap h3{
    font-size:18px
  }
  .social_icons_list svg {
      width: 16px;
      height: 16px;
  }
  .team-block-content_wrap{
    gap:10px
  }
  .pc--our-team-section .Container{
        max-width: 576px;
    }
    .team-block-wrapper{
      width: 50%;
      padding:0px  10px;
    }
}






.blog-articles .blog-articles__article.article {
    width: calc(33.33% - 14px);
}
.main-blog  .blog-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog-articles .blog-articles__article.article .card__inner {
    height: 300px;
    overflow: hidden;
}
.blog-articles .blog-articles__article.article .article-card-wrapper {
    box-shadow: 0px 8px 20px 0 rgb(0 0 0 / 17%);
    border-radius: 20px;
}
.blog-articles .blog-articles__article.article .card.article-card {
    overflow: hidden;
    border-radius: 20px;
}
.blog-articles .blog-articles__article.article .article-card-wrapper .card__content {
    padding: 15px !important;
}
.blog-articles .blog-articles__article.article .article-card-wrapper .card__content .card__heading a {
    color: #264347;
    font-size: 24px !important;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0;
    font-weight: 500;
}
.blog-articles .blog-articles__article.article .article-card-wrapper .card__content .article-card__info {display: none;}
.blog-articles .blog-articles__article.article .card__inner .card__media .article-card__info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #264347;
    z-index: 3;
    color: #fff;
    padding: 16px 11px 10px;
    width: 80px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 14px 0px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-articles .blog-articles__article.article .article-card-wrapper .card__content p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.main-blog h1.title--primary {
    display: none;
}

@media screen and (max-width: 1199px){
  .blog-articles .blog-articles__article.article .article-card-wrapper .card__content p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px){
  .blog-articles .blog-articles__article.article {
    width: calc(50% - 10px);
  }
  .team-title-div {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px){
  .product__media-gallery-container slider-component button.slider-button {
    display: none !important;
  }
  .blog-articles .blog-articles__article.article {
    width: calc(100% - 0px);
  }
  .blog-articles .blog-articles__article.article .article-card-wrapper .card__content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .main-team-block-wrapper {
    margin: 0 5px 34px 5px;
    row-gap: 20px;
  }
  .team-title-div {
    margin-bottom: -20px;
  }
  .team-block-content_wrap {
    min-height: 110px;
  }  
  .team-block-content_wrap h3 {
        height: auto;
  }
}
@media screen and (max-width: 425px){
  .team-block-wrapper{
    width:100%
  }
  .team-block-content_wrap h3 {
        height: auto;
  }
  .team-block-content_wrap {
    min-height: auto;
  }
}








