

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
#main-content.search-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12,
#main-content-body > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* #main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:not(:first-child):not(:last-child) {
  flex: 1;
}  */

/* Optional for the footer to stick at bottom */
#main-content-body > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:last-of-type {
  margin-top: auto;
} 

.search-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:last-of-type {
  margin-top: auto;
}

.main-content-inner {
  display:flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content-inner .blog-body-content {
  flex: 1;
}


.custom-content-wrapper {
  max-width: 1040px;
}

.main-content-inner {
  display:flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content-inner .blog-body-content {
  flex: 1;
}

@media(max-width: 1060px) {
  .custom-content-wrapper {
    padding: 0px 20px;
  }
}

textarea {
  min-height: 118px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.no-scroll {
  overflow: hidden;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.h-0{
  height: 0;
}

.max-1400{
  max-width: 1400px;
}
.max-1480{
  max-width: 1480px;
}
.m-auto,
.margin-auto{
  margin: 0 auto;
}
.w-50{
  width: 50%;
}
.w-50-lg{
  width: 50%;
}
.underline	{
  text-decoration: underline;
}
.underline:hover{
  text-decoration: none;
}
.no-underline	{
  text-decoration: none;
}
.hover-no-underline:focus,
.hover-no-underline:hover{
  text-decoration: none;
}

.btn-as-link:hover,
.btn-as-link:focus, 
.btn-as-link {
  padding:16px 16px;
  background-color: transparent; 
  border: none; 
  color: blue; 
  cursor: pointer;
  font-size: 14px;
  color: #4C6580;
}
.text-white{
  color: white;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-1 {
  flex:1;
}
.font-bold {
  font-weight: 600;
}

.flex-grow-1 {
  flex-grow: 1;
}

.mb-0{
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}


.mt-0{
  margin-top: 0;
}
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-45{
  margin-top: 45px;
}
.mt-50{
  margin-top: 50px;
}
.mr-5{
margin-right: 5px;
}
.mr-8{
margin-right: 8px;
}
.mr-10{
margin-right:10px;
}
.ml-5{
margin-left: 5px;
}
.ml-8{
margin-left: 8px;
}
.ml-10{
margin-left:10px;
}
.ml-15{
margin-left:15px;
}
.ml-20{
margin-left:20px;
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.pl-0{
  padding-left: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pr-0 {
  padding-right: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.block{
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline	{
  display: inline;
}
.align-center{
  text-align: center;
}
.gap-3 {
  gap: 3px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-60 {
  gap: 60px;
}
.gap-65 {
  gap: 65px;
}
.gap-70 {
  gap: 70px;
}
.gap-80 {
  gap: 80px;
}
.grid	{
  display: grid;
}
.row-gap-20 {
  row-gap: 20px;
}
.grid-cols-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-cols-3 {
/*   grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.hidden	{
  display: none;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse	{
  flex-wrap: wrap-reverse;
}
.flex-nowrap	{
  flex-wrap: nowrap;
}
.flex-row	{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col-reverse	{
  flex-direction: column-reverse;
}
.flex-col	{
  flex-direction: column;
}
.items-end	{
  align-items: flex-end;
}
.items-start	{
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline	{
  align-items: baseline;
}
.items-stretch	{
  align-items: stretch;
}
.justify-normal	{
  justify-content: normal;
}
.justify-start { 
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around	{
  justify-content: space-around;
}
.justify-evenly	{
  justify-content: space-evenly;
}
.justify-stretch { 
  justify-content: stretch;
}
.static {
  position: static;
}
.fixed	{
  position: fixed;
}
.absolute	{
  position: absolute;
}
.relative	{
  position: relative;
}
.sticky	{
  position: sticky;
}
.bg-auto	{
  background-size: auto;
}
.bg-white {
  background: white;
}
.bg-cover	{
  background-size: cover;
}
.bg-contain	{
  background-size: contain;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x	{
  background-repeat: repeat-x;
}
.bg-repeat-y	{
  background-repeat: repeat-y;
}
.bg-repeat-round	{
  background-repeat: round;
}
.bg-repeat-space	{
  background-repeat: space;
}
.bg-bottom	{
  background-position: bottom;
}
.bg-center	{
  background-position: center;
}
.bg-left	{
  background-position: left;
}
.bg-left-bottom	{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right	{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top	{
  background-position: right top;
}
.bg-top	{
  background-position: top;
}
.list-style-none {
  list-style: none;
}
.radius-50{
  border-radius: 50%;
}
.cursor-pointer{
  cursor:pointer;
}

.search-no-results {
  text-align:center;
  margin-top: 50px;
}

/*** small devices *****/ 
@media(max-width:600px) {
  .sm-flex-col {
    flex-direction: column;
  }
}

/*** All custom css***/
/** will be apply to large form button ***/
/* input[type=submit] {
  background: #df2467;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 25px;
  border-radius: 6px;
  display: block;
  height: 46px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus {
    background: #c11654;
} */

.text-upper {
  text-transform: uppercase;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main-content{
  flex: 1;
  min-height: 45vh;
  padding-top:70px;
}

/** Adding gradient to img src ***/
.gradient-container{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.img-text{
  position: absolute;
  color: #fff !important;
  z-index: 10;
  left: 15px;
  bottom: 13px;
  right: 15px;
  line-height: 1.2;
}

.mobile-navigation .mobile-nav-list ul li a::after{
 background-image: url("//144246346.fs1.hubspotusercontent-eu1.net/hubfs/144246346/raw_assets/public/menicon-professional/images/icons/dropdown-icon.svg");   
}

.hs-search-field .hs-search-field__suggestions .results-for, 
.hs-search-field .hs-search-field__suggestions a {
    display: block;
    padding: 12px 20px;
}
.hs-search-field .hs-search-field__suggestions li a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.hs-search-field .hs-search-field__suggestions li a:hover {
  border-top: 1px solid #C4CFD1;
  border-bottom: 1px solid #C4CFD1;
}
.hs-search-field .hs-search-field__suggestions li a:hover {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  width: 100%;
}

.img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 40, 70, 0.00) 50%, rgba(0, 0, 0, 0.60) 89.2%);
  z-index: 1;

}
.img-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 40, 70, 0.00) 50%, rgba(0, 0, 0, 0.48) 89.2%);
/*   background-color: lightgray; */
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.img-box-shadow{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow{
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.img-box-shadow:hover{
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24);
}

.zoom-up {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.zoom-up:hover{
   transform: scale(1.03);
}
.next-arroww,
.prev-arroww,
.next-arrow,
.prev-arrow {
  background: #fff;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #D0D9C4;
  box-shadow: 0px 3.091px 6.181px 0px rgba(0, 0, 0, 0.08);
}
.next-arroww,
.prev-arroww,
.next-arrow,
.prev-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;

}
.next-arroww,
.next-arrow {
  right: 0;
}
.bg-img-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  z-index: 1;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.next-arroww:hover,
.next-arroww:active,
.next-arroww:focus,
.prev-arroww:hover,
.prev-arroww:active,
.prev-arroww:focus,
.next-arrow:hover,
.next-arrow:active,
.next-arrow:focus,
.prev-arrow:hover,
.prev-arrow:active,
.prev-arrow:focus{
  background: #fff;
  border: 1px solid #D1DCDE;

}

.next-arroww:hover,
.prev-arroww:hover,
.next-arrow:hover,
.prev-arrow:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}

.next-arroww:hover svg path,
.prev-arroww:hover svg path,
.next-arrow:hover svg path,
.prev-arrow:hover svg path {
  stroke: white;
  transition: all 0.25s ease-in-out;
}

.slick-dots{
  bottom: auto !important;
  margin-top: 10px !important;
}

/* .next-arrow:hover,
.prev-arrow:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
} */

.button-filter{
  padding: 7px 14px;
  background: white;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #515D69;
  font-weight: 400;
  line-height: 24px;
  height: auto;
}
.button-filter:hover{
  background: #515D69;
  color: #fff;
 font-weight: 400;
}
.button-filter:active,
.button-filter:focus {
  font-weight: 400;
  background: #515D69;
  color: #fff;
}

.two-column-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.two-column-container .single-col-content{
  border: 1px solid  #C4CFD1;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 20px;
  background: white;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 
-webkit-transition: top .35s ease-in-out;
-moz-transition: top .35s ease-in-out;
-o-transition: top .35s ease-in-out;
-ms-transition: top .35s ease-in-out;
transition: top .35s ease-in-out;
;
}
.blog-listings .two-column-container .single-col-content{
  cursor: auto;
}
.two-column-container .single-col-content:hover{
  top: -5px;
}
.two-column-container .tag-dates{
  margin-top: 20px;
}
.two-column-container.two-column-container-prof-blog .tag-dates{
  margin-top: 0px;
  margin-bottom: 10px;
}


.two-column-container .single-col-content .heading > *{
  color: 
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 9;
}
select.dropdown-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  padding: 10px 8px 12px;
  padding-right: calc(1rem + 40px);
  border: 1px solid #708192;
  border: 1px solid  #C4CFD1;
  color: #717171;
  font-weight: 300;
  background-color: #F3F6F5;
  width: 100%;
}
.custom-select::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #708192;
  border-right: solid 2px#708192;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  z-index: 9999;
}
.main-search-input .hs-search-field__form::before {
  content: '';
  position: absolute;
  background-image: url(//144246346.fs1.hubspotusercontent-eu1.net/hubfs/144246346/raw_assets/public/menicon-professional/images/search-icon.png);
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 15px;
  margin-top: -9px;
}
.reset-search-btn{
  content: '';
  position: absolute;
  background-image: url(//144246346.fs1.hubspotusercontent-eu1.net/hubfs/144246346/raw_assets/public/menicon-professional/images/search-reset.png);
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0px;
  margin-top: -12px;
  transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out;
  opacity: 0;
}
.reset-search-btn.active{
  right: 15px;
  opacity: 1;
}

.search-input-container .search-input {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 38px;
  padding: 20px 50px 20px 60px;
  font-size: 16px;
  min-height: 68px;
}

.search-icon::before {
  content: '';
  position: absolute;
  background-image: url(//144246346.fs1.hubspotusercontent-eu1.net/hubfs/144246346/raw_assets/public/menicon-professional/images/search-icon.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 25px;
  margin-top: -12px;
}

/** Consumers - all lens, disposable lens *******/

.search-form {
  padding: 0;
  max-width: 528px;
  margin: 0 auto 36px;
}
.hubdb-search-results-for .label {
    margin-bottom: 2px;
}
.hubdb-search-results-for{
  max-width: 528px;
  margin: 15px auto 40px;
}

/* select.dropdown-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M15.4277 5.78613L8.99916 12.2147L2.57059 5.78613" stroke="%23708192" stroke-width="2" stroke-linecap="round"/></svg>');
  background-position: right 0.1rem top 50%;
  background-repeat: no-repeat;
  background-size: 35px 17px;
  padding: 11px 60px 12px 15px;
  border: 1px solid #ccc;
  background-color: #F3F6F5;
  width: 100%;
  border: 1px solid  #C4CFD1;
  color: #717171;
  font-weight: 300;
} */
.data-loading img {
  width: 40px;
}
.no-data-found {
  color: #515D69;
  font-size: 18px;
}

/**** Pop up Modal css ****/
/* .modal-onboarding .modal-content */
.modal form {
  padding: 0;
}
.modal .submitted-message {
  padding: 0px;
}

.modal .modal-content {
  overflow-y: auto;
  display: block;
  position: relative;
  width: 91%;
  max-height: 90vh;
  background: #fff;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  max-width: 688px;
  text-align: center;
  transition: top 0.5s linear;
}
.modal .modal-content .modal-inner{
   padding: 48px 48px;
}
.modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  z-index: 999999;
}
.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal.open.center .modal-content {
    top: 50%;
}
.modal .modal-content.large {
    max-width: 1040px;
}
.modal .modal-content.small {
    max-width: 510px;
}

.content-modal .modal-content {
    min-height: 16vh;
}
.content-modal .modal-content {
    text-align: left;
}
.btn-close{
  background: #708192;
}

.btn-close svg path{
  stroke: #ffffff;
}
.btn-close {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 100;
  background-size: 20px 20px;
  position: sticky;
  float: right;
}

/** Lens list ***/
.lens-image .bg-image {
  padding-top: 75%;
  background-size: contain;
}

.lens-item{
  border: 1px solid #E0E0E1;
  padding: 24px 24px;
  text-align: center;
  cursor:pointer;
}
.lens-item:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.lens-item:focus,
.lens-item:active {
  text-decoration: none;
}
/**** search results *******/
.hs-search-results__message{
  display: none;
}
.hs-search-results__listing__item {
  border-bottom: #D1DCDE;
}

.hs-search-results__pagination__link--last,
.hs-search-results__pagination__link--first {
  display: none;
}
.hs-search-results__pagination__link--active{
  font-weight: bold;
}

/****Blog common css ****/
.single-col-content {
  position: relative;
}
.related-pg-post .two-column-container-prof-blog .heading {
  margin-bottom: 0;
}
.related-pg-post .two-column-container-prof-blog {
  grid-template-columns: repeat(2, minmax(200px, 475px));
}
.single-col-content .heading {
  margin-right: 22px;
}
.link-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 10px;
}
.single-post-featured-img {
  max-width: 133px;
  width: 100%;
  height: 133px;
}
.single-post-featured-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.two-column-container .single-col-content:hover * {
  text-decoration: none;
}
.hover-heading:hover .heading h1,
.hover-heading:hover .heading h2,
.hover-heading:hover .heading h3,
.hover-heading:hover .heading h4,
.hover-heading:hover .heading h5,
.hover-heading:hover .heading h6 {
  text-decoration: underline !important;
}
.news-listing__post-tag,
.single-col-content .content-tag .tagged-name {
  background: #EDF1F2;
  border: 1px solid #C4CFD1;
  border-radius: 4px;
  color: #515d69;
  font-size: 14px;
  line-height: 150%;
  padding: 3px 6px;
}

.blog-listings .heading {
  margin-bottom: 0px;
}lates
.blog-listings .heading h1,
.blog-listings .heading h2,
.blog-listings .heading h3,
.blog-listings .heading h4,
.blog-listings .heading h5{
  margin-bottom: 0;
}
.blog-listings-tags {
  margin-top: 30px;
}

.blog-link-arrow {
  position: absolute;
  width: 14px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -5px;
}

.investor-reporting-menu {
  background: #EDF1F2;
}
.blog-listings {
   background: #D1DCDE;
}
.blog-listings.has-year-filter{
  background: none;
}

.svg-align svg {
  margin-left: 6px;
  margin-top: 4px;
}

@media(max-width:991px) {
  #disposable-lens .disposable-lens-lists {
    grid-template-columns: repeat(3, 1fr);
  }
  .single-post-featured-img {
    max-width: 120px;
    height: auto;
  }
  .single-post-featured-img img{
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .two-column-container {
    gap: 20px;
  }
   .sm-grid-cols-3{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:767px) {
  .search-input-container .search-input {
    padding: 14px 50px 14px 60px;
     min-height: 55px;
  }
  
  #disposable-filters ul {
    flex-wrap: wrap;
  }
   #disposable-filters > ul > li{
    width: 45%;
     flex: auto;
  }
   #disposable-filters > ul > li > ul > li {
     width: inherit;
  }
  .modal .modal-content .modal-inner {
    padding: 30px 30px;
  }
  .btn-close svg {
  width: 15px;
  height: 15px;
  }
  .btn-close {
    width: 26px;
    height: 26px;
    top: 20px;
    right: 20px;
  }
   .two-column-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .related-pg-post .two-column-container-prof-blog {
    grid-template-columns: repeat(2, minmax(200px, 475px));
  }
  .sm-grid-cols-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .sm-grid-cols-3{
    grid-template-columns: repeat(1, 1fr);
  }
}



@media(max-width:600px) {
  #disposable-lens .disposable-lens-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .dis-filters ul li ul li > span {
    padding: 16px 16px 16px 30px !important;
  }
  
  .dis-filters ul li ul li.checkmark span:before {
    left: 12px !important;
    margin-top: -3px !important;
  }
  #activeFilters {
    position: relative !important;
  }
  .clear-all-lens {
    margin-left: 0px !important;
    display: block;
    margin-top: 10px;
  }
  .lens-item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .lens-item .title {
    font-size: 14px;
  }
}

@media(max-width:767px) {
  h1 {
    font-size: 40px;
  }
  .w-full {
    width: 100%;
  }
  h2 {
    font-size: 28px;
  }
 .grid-cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .splide__slide{
    width: calc(42% - 7.5px) !important;
  }
}


/***Region picker style *****/

.region-picker-container {
  position: relative;
  padding: 20px 0px 40px 0px;
}
.region-picker-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px; /* offset to cancel wrapper padding */
  right: -20px; /* offset to cancel wrapper padding */
  border-top: 1px solid #D1DCDE; /* adjust color and thickness as needed */
}
.mobile-navigation {
   height: calc(100vh - 110px);
}
.mobile-navigation .region-pick-dropdown .region-lists {
  position: absolute;
  top: 53px;
  left: 0;
  border: none;
  box-shadow: none;
  border-top: 1px solid #C4CFD1;
  border-radius: 0px;
  
}
.mobile-navigation .region-pick-dropdown .region-lists .inner-list {
  flex-wrap: wrap;
}

.mobile-navigation .language-switcher .label-text, 
.mobile-navigation .region-pick-dropdown .label-text {
  color: #727171;
  font-weight: 500;
  font-size: 16px;
  margin-right: 6px;
}
.mobile-navigation .language-switcher .label-site, 
.mobile-navigation .region-pick-dropdown .label-site {
  color: #323232;
  font-weight: 500;
  font-size: 16px;
}

.mobile-navigation .region-pick-dropdown {
  padding: 15px 15px;
  position: relative;
}

.mobile-navigation .region-pick-dropdown::after{
  background-image: url("//144246346.fs1.hubspotusercontent-eu1.net/hubfs/144246346/raw_assets/public/menicon-professional/images/icons/dropdown-icon.svg");   
  transform: rotate(0deg);
  transition: all .5s ease-in-out;
}
.mobile-navigation .region-pick-dropdown.active:after {
    transform: rotate(180deg);
}
.mobile-navigation .region-pick-dropdown .region-lists .inner-list .single-col{
  width: 32%;
  border-right: none;
  min-width: auto;
}

@media(max-width: 576px) {
  .mobile-navigation .region-pick-dropdown .region-lists .inner-list .single-col{
    width: 48%;
  }
}

.mobile-navigation .region-pick-dropdown .global-icon svg{
  width: 20px;
  height:20px;
}

.mobile-navigation .region-pick-dropdown:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
}

.mobile-navigation .region-pick-dropdown .region-lists,
.mobile-navigation .region-pick-dropdown.active {
  background: #EDF1F2;
}

.region-picker .inner-wrap .right.min-height {
  min-height: 42px;
  height: auto;
}


@media(max-width:1040px) {
  .country-check .info-text,
  .region-picker .inner-wrap .right {
    display: none;
  } 
}

.region-picker {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.region-picker-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
}
.region-picker .inner-wrap .left {
  padding: 9px 0px;
}

.region-picker .inner-wrap .right {
  background: white;
}
.region-picker .country-image img {
  max-width: 30px;
}

.country-check * {
  color: white;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}
.region-picker .left .country-check .region-link a{
  text-decoration: underline;
}
.region-picker .left .country-check .region-link a:hover,
.region-picker .left .country-check .region-link a:focus,
.region-picker .left .country-check .region-link a:active{
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.region-link a svg {
  top: 50%;
  margin-top: -4px;
  right: -15px;
}
.region-picker-inner .right {
  padding: 0px 10px;
}
.language-switcher .label-text,
.region-pick-dropdown .label-text {
  color: #727171;
  font-weight: 300;
  font-size: 14px;
}
.language-switcher .label-site,
.region-pick-dropdown .label-site {
  color: #323232;
  font-weight: 300;
  font-size: 14px;
}

.region-pick-dropdown:hover {
  cursor: pointer;
}
.region-pick-dropdown .region-lists {
  display: none;
  border-radius: 4px;
  background: #F3F6F5;
  border: 1px solid #C2D1CE;
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.08);
}
.region-pick-dropdown.active .region-lists {
  display: block;
}

.region-pick-dropdown .region-lists {
  position: absolute;
  right: 0;
  top: 125%;
  z-index: 999;
}
.region-pick-dropdown .region-lists .inner-list .single-col {
  min-width: 205px;
  width: 100%;
  border-right: 1px solid #C2D1CE;
  padding-bottom: 25px;
}
.region-pick-dropdown .region-lists .inner-list .single-col:last-child {
  border-right: 0;
}
.region-pick-dropdown .region-lists .heading{
   padding: 20px 20px 10px 20px;
}
.region-pick-dropdown .region-lists .heading .region-name{
  font-weight: 400;
  color: #323232;
  border-bottom: 1px solid #C2D1CE;
  padding-bottom: 6px;
  display: block;
}
.region-pick-dropdown .single-col .country-lists ul li {
  margin: 0;
  padding: 12px 2px 12px 20px;
}
.region-pick-dropdown .single-col .country-lists ul li:not(:last-child) {
  margin-bottom:10px;
}
.region-pick-dropdown .single-col .country-lists ul li.active {
  border-top: 1px solid #C2D1CE;
  border-bottom: 1px solid  #C2D1CE;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  
}
.region-pick-dropdown .single-col .country-lists ul li a span {
  color: #323232;
  font-size: 16px;
}

.global-site-link .svg-align svg {
  margin-left: 0px;
/*   margin-top: 4px;
  padding-top: 2px; */
}

.global-site-link a {
  color: #727171;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.header__language {
  margin-left: 6px;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  display: block;
  width: 200px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  opacity: 0;
  text-align: left;
  transform: none;
  visibility: hidden;
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  padding: 0;
  border: none;
  margin: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  padding-top: 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
  display: inline-flex;
  width: 100%;
  padding: 0.7rem 1rem;
}

@media (max-width: 767px) {
  .header__language-switcher .lang_list_class {
    position: static;
    display: none;
    width: 100%;
    border: none;
  }

  .header__language-switcher-label--open .lang_list_class {
    display: block;
  }

  .header__language-switcher-current-label {
    display: block;
    width: 80%;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
    order: 1;
  }

  .header__language-switcher .globe_class {
    height: auto;
    width: 100%;
  }

  .header__language-switcher-label {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_cos_wrapper_type_language_switcher {
    width: 100%;
  }
}

/* Language switcher - icons */

@media (max-width: 767px) {
  .header__language-switcher-child-toggle,
  .header__language-switcher-child-toggle:hover,
  .header__language-switcher-child-toggle:focus,
  .header__language-switcher-child-toggle:active {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__language-switcher-child-toggle svg {
    margin-left: 0;
  }

  .header__language-switcher-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }
}