p {
    position: relative;
    z-index: 1;
}
.header__area{
     padding: 6px 0;
     position: fixed;
     width: 100%;
     top: 0;
     z-index: 99;
     background-color: var(--black-2);
}
.header__inner {
     padding: 10px 50px;
}
.header__inner {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 150px auto;
     grid-template-columns: 150px auto;
     padding: 0 30px;
}
.header__nav-2 {
     text-align: right;
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
.header__nav-icon-7 img {
     -webkit-filter: invert(1);
     filter: invert(1);
}
.main-menu > li, .main-menu-4 > li {
     display: inline-block;
     margin: 0 15px;
}
.main-menu-4 li a {
     color: var(--white);
}
.main-menu > li > a, .main-menu-4 > li > a {
     display: block;
     font-weight: 400;
     font-size: 15px;
     line-height: 16px;
     color: var(--white);
     padding: 24px 0;
     outline: none;
     text-transform: uppercase;
     -webkit-transform: translateY(var(--y)) translateZ(0);
     transform: translateY(var(--y)) translateZ(0);
     -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
     transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
     transition: transform 0.4s ease, box-shadow 0.4s ease;
     transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.main-menu-4 > li > a .menu-text {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     text-shadow: 0 16px 0 var(--black-2);
}
.main-menu > li > a .menu-text, .main-menu-4 > li > a .menu-text {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     text-shadow: 0 16px 0 var(--white);
}
.sub-menu {
     background-color: var(--white);
     position: absolute;
     width: 300px;
     left: 0;
     top: 85px;
     z-index: 9;
     text-align: left;
     padding: 15px 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     color: var(--black-2);
     -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
     box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
}
.main-menu > li:hover .sub-menu, .main-menu-4 > li:hover .sub-menu {
     top: 67px;
     opacity: 1;
     visibility: visible;
}
.sub-menu li {
     display: block;
     margin: 0;
     padding: 0;
}
.sub-menu li a {
     color: var(--black-2);
     display: block;
     padding: 10px 20px;
     text-transform: capitalize;
}
.main-menu > li, .main-menu-4 > li:last-child ul.sub-menu{
     right: 0;
     left: auto;
}
.softoba-menu-popup {
     position: fixed;
     overflow: hidden;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: 0;
     visibility: hidden;
}
.softoba-menu-overlay, .softoba-menu-overlay-after {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     transform: scaleY(0);
     -webkit-transform: scaleY(0);
     background: #ffde59;
     transform-origin: top center;
     animation: .9s cubic-bezier(.3,0,.3,1) forwards softoba-menu-overlay-close;
}
.softoba-menu-overlay-after {
     background: #000;
     animation: .6s cubic-bezier(.3,0,.3,1) forwards softoba-menu-overlay-close;
}
@keyframes softoba-menu-overlay-close {
     0%,50% {
         transform: scaleY(1);
         -webkit-transform: scaleY(1)
     }
 
     100% {
         transform: scaleY(0);
         -webkit-transform: scaleY(0)
     }
}
@keyframes softoba-menu-overlay-open {
     0% {
         transform: scaleY(0);
         -webkit-transform: scaleY(0)
     }
 
     100% {
         transform: scaleY(1);
         -webkit-transform: scaleY(1)
     }
}
@keyframes softoba-menu-overlay-close-circle {
     0%,50% {
         transform: scale(1);
         -webkit-transform: scale(1)
     }
 
     100% {
         transform: scale(0);
         -webkit-transform: scale(0)
     }
}
@keyframes softoba-menu-overlay-open-circle {
     0% {
         transform: scale(0);
         -webkit-transform: scale(0)
     }
 
     100% {
         transform: scale(1);
         -webkit-transform: scale(1)
     }
}
.softoba-menu-popup.menu--open .softoba-menu-overlay-after {
     animation: .6s cubic-bezier(.3,0,.3,1) .3s forwards softoba-menu-overlay-open;
}
.softoba-menu-container {
     position: absolute;
     overflow: hidden;
     overflow-y: scroll;
     -webkit-overflow-scrolling: touch;
     left: 0;
     top: 140px;
     display: flex;
     align-items: center;
     width: 100%;
     height: calc(100% - 140px);
     -webkit-overflow-scrolling: touch;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.softoba-menu-container::-webkit-scrollbar {
     display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.softoba-menu-container {
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
}
.softoba-menu-popup.menu--visible {
     opacity: 1;
     visibility: visible;
     z-index: 0;
}
.softoba-menu-popup.menu--open .softoba-menu-overlay {
     animation: .6s cubic-bezier(.3,0,.3,1) forwards softoba-menu-overlay-open;
}
.header__nav-icon-7 {
     display: none;
}
.footer-top-wrapper {
     background-color: #121212;
     padding: 10px 0;

}
.blog__area .blog__item {
     padding-bottom: 55px;
     position: relative;
     z-index: 1;
}
.blog__img-wrapper {
     overflow: hidden;
     margin-bottom: 25px;
     position: relative;
     z-index: 9;
}
.img-box {
     position: relative;
     width: 100%;
     height: 500px;
     overflow: hidden;
}
.img-box img:nth-child(1) {
     -webkit-transform: translatex(50%) scalex(2);
     transform: translatex(50%) scalex(2);
     opacity: 0;
     -webkit-filter: blur(10px);
     filter: blur(10px);
}
.img-box:hover img:nth-child(1) {
     -webkit-transform: translatex(0) scalex(1);
     transform: translatex(0) scalex(1);
     opacity: 1;
     -webkit-filter: blur(0);
     filter: blur(0);
}
.img-box img {
     position: absolute;
     top: 0;
     left: 0;
     width: auto;
     height: 100%;
     -webkit-transition: 0.5s;
     transition: 0.5s;
     background-size: cover;
}
.blog__meta {
     font-weight: 400;
     font-size: 15px;
     line-height: 1.3;
     color: #555;
     margin-bottom: 10px;
}
.blog__meta a, .blog__meta-2 a {
     color: #555;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
.blog__title, .blog__title-3, .blog__title-2 {
     display: block;
     font-weight: 500;
     font-size: 26px;
     line-height: 1.2;
     color: var(--black-2);
     border-bottom: 1px solid var(--gray-5);
     margin-bottom: 10px;
     padding-bottom: 20px;
}
.blog__btn {
     display: inline-block;
     font-weight: 400;
     font-size: 16px;
     line-height: 1.3;
     color: var(--black-3);
     text-transform: capitalize;
}
.blog__btn:hover {
     color: #2c2c2c;
}
.line {
     position: relative;
} 
.pt-140 {
     padding-top: 140px;
}
.blog__detail-title {
     font-weight: 500;
     font-size: 80px;
     line-height: 1;
     color: var(--black-2);
     padding-bottom: 35px;
}
.blog__detail-thumb img {
     width: 100%;
}
.blog__detail-thumb img {
     /* position: absolute; */
     bottom: 0;
     -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
     height: 120%;
     margin-left: auto;
     margin-right: auto;
}
.blog__detail-content {
     padding-top: 55px;
     padding-bottom: 30px;
}
.blog__detail-content p {
     font-size: 16px;
     line-height: 1.8;
     padding-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
     .blog__detail-title {
          font-size: 60px;
     }
}
.error__content h2 {
     font-weight: 500;
     font-size: 36px;
     line-height: 1.5;
     color: var(--black-2);
     padding-top: 25px;
     padding-bottom: 10px;
}
.error__content p {
     max-width: 340px;
     margin: 0 auto;
     font-size: 18px;
     line-height: 1.4;
     padding-bottom: 50px;
}
@media only screen and (max-width: 867px){
     .header__nav-2 .main-menu-4{
          display: none;
     }
	.header__nav-icon-7{
		display: block;
	}
	.products.collection-content-wrapper .grid-item {
		margin-bottom: 25px;
	}
}
.mobile-nav-icon{
     position: relative;
     width: 35px;
     height: 35px;
     z-index: 9;
}
.mobile-nav-icon span, .mobile-nav-icon span:before, .mobile-nav-icon span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 2px;
     width: 35px;
     background: white;
     position: absolute;
     left: 0;
     top: 50%;
     display: block;
     content: '';
     transition: all 0.5s ease-in-out;
}
.mobile-nav-icon span:before {
     top: -10px;
     width: 22px;
     right: 0;
     left: auto;
}
.mobile-nav-icon span:after {
     top: 10px;
}
.mobile-nav-icon.btn--active span:before, .mobile-nav-icon.btn--active span:after {
     top: 0;
}
.mobile-nav-icon.btn--active span:before {
     transform: rotate(135deg);
     width: 35px;
     left: 0;
     right: auto;
}
.mobile-nav-icon.btn--active span:after {
     transform: rotate(-135deg);
}
.mobile-nav-icon.btn--active span {
     background-color: transparent;
}
.softoba-menu ul li a {
     color: #fff;
     font-size: 22px;
     text-transform: uppercase;
     display: inline-block;
}
.softoba-menu ul li {
     position: relative;
     display: block;
     padding: 5px;
}
.header__area_wrapper {
     position: relative;
     min-height: 40px;
}
body.elementor-editor-active .header__area_wrapper {
    display: none;
}
body.logged-in.admin-bar .header__area{
     top: 32px;
}
.section.marq._2 {
     margin-top: 0;
     transform: none;
     overflow: hidden;
}
.marq-component {
     position: relative;
}
.marq-wrapper {
     width: 100%;
     justify-content: flex-start;
     align-items: center;
     display: flex;
}
.marq-panel {
     flex: none;
     justify-content: flex-start;
     align-items: center;
     display: flex;
}
.marq-bubble {
     background-color: var(--lemon);
     color: var(--black);
     flex: none;
     margin-right: .75em;
     padding: .5em .4em;
     display: inline-block;
}
.marq-bubble._2 {
     background-color: var(--pink);
     border-radius: 7px;
}
.marq-bubble._3 {
     background-color: var(--lemon);
     border-radius: 500px;
}
.marq-component {
     position: relative;
}
.marq-component.is-2 {
     margin-top: .75em;
}
.marq-wrapper {
     width: 100%;
     justify-content: flex-start;
     align-items: center;
     display: flex;
}
.marq-wrapper.is-2 {
     justify-content: flex-end;
}
.marq-panel {
     flex: none;
     justify-content: flex-start;
     align-items: center;
     display: flex;
}
.marq-bubble {
     background-color: var(--lemon);
     color: var(--black);
     flex: none;
     margin-right: .75em;
     padding: .5em .4em;
     display: inline-block;
}
.marq-bubble._2 {
     background-color: var(--pink);
     border-radius: 7px;
}
.marq-bubble._3 {
     background-color: var(--lemon);
     border-radius: 500px;
} 
.marq-bubble._4 {
     background-color: var(--pink);
}
.marq-text {
     text-transform: uppercase;
     font-family: Ppsupplysans, sans-serif;
     font-size: 1em;
}
.vsl-wrap-2 {
     width: 20em;
     border: 1px solid var(--pink);
     background-color: var(--black);
     border-radius: 25px;
     margin-bottom: 5em;
     padding: .6em;
}
.vsl-shell {
     overflow: hidden;
}
.vsl-embed {
     border-radius: 17px;
     overflow: hidden;
}
.vsl-embed._2 {
     width: 100%;
     height: 100%;
     background-color: var(--neutral);
     margin: -.5px;
}
.container.flex-center {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     display: flex;
     position: relative;
}
#what {
     padding: 60px 0;
}
.borderless .elementor-accordion-item .elementor-tab-content, .borderless .elementor-accordion-item {
     border-width: 0 !important;
}
.borderless .elementor-accordion .elementor-tab-title {
     border-bottom: 1px solid #ccc;
     padding: 15px 0;
}
.elementor-widget-tabs.elementor-tabs-view-vertical.soba-tabs .elementor-tabs-wrapper {
	width: 40%;
	margin-right: 15px;
	background-color: rgba(30,30,30,1);
	border: 1px solid rgba(4,4,4,1);
	padding: 20px;
} 
.elementor-widget-tabs.elementor-tabs-view-vertical.soba-tabs .elementor-tabs-wrapper .elementor-tab-title {
	border: 1px solid #fff;
	text-align: center;
}
.soba-timeline .twae-wrapper .twae-content .twae-title {
    flex: 2;
    order: 2;
}
.soba-timeline .twae-wrapper .twae-content .twae-media {
    order: 1;
    width: 64px;
    max-width: 100%;
}
.soba-timeline .twae-wrapper .twae-content {
    box-shadow: none;
}
.soba-timeline .twae-wrapper .twae-content:hover {
    box-shadow: none !important;
}

.soba-timeline .twae-wrapper .twae-timeline:before {
    width: 2px !important;
}

.soba-timeline .twae-wrapper .twae-icon {
    border-width: 2px !important;
}

.soba-timeline .twae-wrapper .twae-start {
    margin-left: -1px;
}
a {
   cursor: pointer;
   color: inherit;
   text-decoration: none;
}
a {
   color: inherit;
   text-decoration: none;
}
.products.collection-content-wrapper .products-flex-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin: 0 auto;
   font-family: 'Poppins', sans-serif;
}
.products.collection-content-wrapper .list-grid {
   position: relative;
}
.products.collection-content-wrapper .grid-item {
   display: flex;
   flex-direction: column;
   position: relative;
   /* opacity: 0; */
   transform: translatey(-15px);
   transition: opacity 1s ease,transform 1s ease;
}
.products.collection-content-wrapper .grid-item.is-loaded {
   opacity: 1;
   transform: translatey(0);
}
.products.collection-content-wrapper .grid-item-link {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.products.collection-content-wrapper .grid-item-link.product-lists-item {
   position: unset;
}
figure {
   margin: 0;
}
[data-animation-role="image"] {
   min-height: 1px;
}
.preFade {
   opacity: 0;
   transition-property: opacity;
}
.fadeIn:not([data-override-initial-global-animation]) {
   opacity: 1 !important;
}
.products.collection-content-wrapper .grid-item .grid-image {
   pointer-events: none;
}
.products.collection-content-wrapper .grid-image-wrapper {
   margin: 0;
   height: 0;
   overflow: hidden;
   position: relative;
   display: flex;
}
.products.collection-content-wrapper .grid-image-wrapper {
   padding-bottom: 133.333%;
}
.products.collection-content-wrapper .grid-item .grid-item-image {
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: opacity 1s ease,transform 1s ease;
}
.products.collection-content-wrapper .grid-item .grid-image-cover {
   opacity: 1;
   width: 100%;
   height: 100%;
   object-position: 50% 50%;
   object-fit: cover;
}
.products.collection-content-wrapper .grid-item .grid-item-additional-image {
   opacity: 0;
}
.products.collection-content-wrapper .grid-item .grid-image-hover {
   opacity: 0;
}
.sqs-product-quick-view-button-wrapper {
   position: absolute;
   top: 50%;
   bottom: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
   font-weight: normal;
   font-family: Helvetica,Arial,sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 12px;
   letter-spacing: 1px;
   text-transform: uppercase;
   text-align: center;
   z-index: auto;
   box-sizing: border-box;
}
.tweak-product-quick-view-button-position-bottom .sqs-product-quick-view-button-wrapper {
   align-items: flex-end;
   justify-content: center;
   bottom: -1px;
}
.tweak-product-quick-view-button-style-floating.tweak-product-quick-view-button-position-bottom .sqs-product-quick-view-button-wrapper {
   padding-bottom: 1em;
}
.sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button {
   opacity: 1;
   display: inline-block;
   position: relative;
   z-index: 6;
   width: auto;
   height: auto;
   padding: 1.5em;
   color: #fff;
   background-color: #161616;
   border-width: 0;
   line-height: 1em;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   -webkit-appearance: none;
   appearance: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   transition: opacity .3s ease-in;
}
.products.collection-content-wrapper .grid-item .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button {
   pointer-events: auto;
   transform: translatey(50%);
}
.tweak-product-quick-view-button-position-bottom .sqs-product-quick-view-button-wrapper {
   align-items: flex-end;
   justify-content: center;
   bottom: -1px;
}
.products.collection-content-wrapper .grid-item .sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button {
   pointer-events: auto;
   transform: translatey(50%);
}
.preFade {
   /* opacity: 0; */
   transition-property: opacity;
}
.fadeIn:not([data-override-initial-global-animation]) {
   opacity: 1 !important;
}
.products.collection-content-wrapper .grid-meta-wrapper {
   margin-top: 10px;
   display: flex;
   width: 100%;
   justify-content: space-between;
   transition-timing-function: ease;
   transition-duration: 0.9s;
   transition-delay: 0.275s;
}
.products.collection-content-wrapper .grid-title{
   font-size: 22px;
   line-height: 34px;
   color: #000;
   font-weight: 700;
   margin-bottom: 15px;
}
.products.collection-content-wrapper .grid-prices{
   font-size: 16px;
   line-height: 22px;
   letter-spacing: 0.3px;
   color: #161616;
   margin-bottom: 20px;
}
.sqs-add-to-cart-button.sqs-suppress-edit-mode.sqs-editable-button:hover {
   background-color: rgb(42 40 40);
   color: #fff;
}
.sqs-add-to-cart-button.sqs-suppress-edit-mode.sqs-editable-button {
   text-align: center;
   border: 1px solid #333;
   padding: 12px;
   font-weight: 500;
   display: block;
   text-transform: uppercase;
}
.sqs-add-to-cart-button.sqs-suppress-edit-mode.sqs-editable-button:hover {
   background-color: rgb(42 40 40);
   color: #fff;
}
.sqs-svg-icon--list {
    display: flex;
    align-items: flex-start;
	gap: 8px;
	margin: 10px 0;
}
.sqs-svg-icon--list svg {
    fill: #fff !important;
}
.no-bot-pad {
     padding-bottom: 0;
}
.container.flex-center {
     flex-direction: column;
     justify-content: center;
     align-items: center;
     display: flex;
     position: relative;
}
.oba-heading{
     width: 50em;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}
.oba-heading-title{
     margin-bottom: .25em;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0;
     font-size: 3.5em;
     font-weight: 400;
     line-height: 1.25;
}
.container.our-work {
     text-align: center;
     padding: 10em 15em;
}
.work-grid {
     grid-column-gap: 2.5em;
     grid-row-gap: 2.5em;
     grid-template-rows: auto;
     grid-template-columns: 1fr 1fr 1fr;
     grid-auto-columns: 1fr;
     margin-top: 0;
     display: grid;
}
.work-grid.mob-hide {
     grid-column-gap: .5em;
     grid-row-gap: 2.5em;
}
.work-grid.flex {
     flex-wrap: wrap;
     justify-content: center;
     display: flex;
}
.w-slider {
     height: 300px;
     text-align: center;
     clear: both;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     tap-highlight-color: rgba(0, 0, 0, 0);
     background: #ddd;
     position: relative;
}
.mob-only {
     display: none;
}
.work-slider {
     width: 100%;
     height: auto;
     background-color: rgba(221, 221, 221, 0);
     justify-content: center;
     align-items: center;
     display: flex;
}
.work-slider.mob-only, .left-arrow, .right-arrow {
     display: none;
}
.ob-container {
     width: 100%;
     grid-column-gap: 3em;
     grid-row-gap: 3em;
     grid-template-rows: auto;
     grid-template-columns: 1fr 1fr 1fr;
     grid-auto-columns: 1fr;
     margin-left: auto;
     margin-right: auto;
     padding: 10em 2.5em;
}
.ob-container.our-work {
     text-align: center;
     padding: 10em 15em;
}
.ob-container.our-work._2-2 {
     padding-top: 0em;
	max-width: 1050px;
	padding: 0;
	padding-bottom: 10em;
}
.port-card.single {
     grid-area: span 1 / span 1 / span 1;
}
.port-card.single.cust-width {
     width: 19.8em;
}
.port-card.single {
     text-align: left;
}
.port-wrap {
     min-height: 25em;
     grid-column-gap: .6em;
     grid-row-gap: .6em;
     text-align: center;
     border: 1px solid rgba(241, 241, 241, .3);
     border-radius: 25px;
     grid-template-rows: auto;
     grid-template-columns: .75fr .75fr;
     grid-auto-columns: 1fr;
     padding: .6em;
     display: grid;
}
.port-wrap.single {
     min-height: auto;
     text-align: left;
     border-color: transparent;
     display: block;
}
.vsl-shell {
     overflow: hidden;
}
.vsl-embed {
     border-radius: 17px;
     overflow: hidden;
}
#port .vsl-embed._2 {
     width: 100%;
     height: 100%;
     background-color: transparent;
     border-radius: 18px;
     margin: -.7px -.7px -.7px -1px;
}
.port-cred {
     grid-column-gap: 1em;
     grid-row-gap: 1em;
     align-items: center;
     margin-top: 1.25em;
     display: flex;
}
#port .port-img {
     width: 2.5em;
     height: 2.5em;
     object-fit: cover;
     border-radius: 20em;
}
.port-name {
     font-size: 1em;
}
b, strong {
     font-weight: bold;
}
.port-label {
     color: rgba(241, 241, 241, .7);
     font-family: Helveticaneue, sans-serif;
     font-size: .8em;
}
#port {
     background-color: #141214;
     color: #f1f1f1;
}
#video_preview_container {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.w-button {
     color: #fff;
     line-height: inherit;
     cursor: pointer;
     background-color: #3898ec;
     border: 0;
     border-radius: 0;
     padding: 9px 15px;
     text-decoration: none;
     display: inline-block;
}
.button-2 {
     color: var(--black);
     text-align: center;
     text-transform: none;
     background-color: rgba(56, 152, 236, 0);
     border: 1px solid #000;
     border-radius: .4em;
     padding: .8em 1.3em;
     font-family: Polysans neutral, sans-serif;
     font-size: 1em;
     line-height: 1;
     text-decoration: none;
}
.button-2.white.view-all {
     background-color: var(--lemon);
     border-style: solid;
     margin-top: 5em;
}
.ob-container.pricing-2 {
     grid-column-gap: 1em;
     grid-row-gap: 1em;
     grid-template-rows: auto;
     /* grid-template-columns: .75fr 1fr .5fr; */
     grid-template-columns: 1fr;
     grid-auto-columns: 1fr;
     display: grid;
     max-width: 595px;
     /* padding: 2em 2em; */
}
.tab-features {
     margin-top: 0;
     margin-bottom: 3em;
 }
.price-card {
     grid-column-gap: 2em;
     grid-row-gap: 2em;
     background-color: var(--neutral);
     color: var(--black);
     text-align: left;
     border-radius: 15px;
     flex-direction: column;
     grid-template-rows: auto auto;
     grid-template-columns: 1fr;
     grid-auto-columns: 1fr;
     justify-content: space-between;
     padding: 1.5em;
     display: flex;
     position: relative;
     grid-area: span 1 / span 1 / span 1 / span 1;
}
.price-button {
     background-color: var(--black);
     text-align: center;
     border: 1px solid #000;
     border-radius: 9px;
     margin-top: auto;
     padding: .8em;
     font-size: 1.2em;
 }
 .price-button.black {
     background-color: var(--black);
     color: var(--neutral);
 }
 .rec-tag {
     background-color: var(--lemon);
     text-transform: uppercase;
     border: 1px solid #000;
     border-radius: 5em;
     padding: .4em;
     font-family: Ppsupplysans, sans-serif;
     line-height: 1;
 }
 .rec-tag.float {
     background-color: var(--pink);
     position: absolute;
     top: -2%;
     bottom: auto;
     left: auto;
     right: 9%;
 }
 .text-6 {
     font-size: 1em;
 }
 .single-product .blog__detail-thumb {
     display: none;
 }
@media screen and (min-width: 768px){
     .products.collection-content-wrapper .list-grid {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        padding: 0;
     }
     .products.collection-content-wrapper .list-grid .grid-item .grid-image {
          width: 100%;
          position: relative;
          overflow: hidden;
          margin: 0;
          line-height: 0;
		  border: 1px solid #e1e1e1;
     }
     .products.collection-content-wrapper .grid-meta-wrapper {
          margin-top: .5vw;
     }
	.price-tab-menu{
		position: relative;
		left: 0;
		transform: none;
	}
	.price-tab-label{
		transform: none;
	}
}
.w-tab-pane {
     display: none;
 }
 
 .w-tab-pane.w--tab-active {
     display: block;
 }
 .div-8 {
     grid-column-gap: 1.75em;
     grid-row-gap: 1em;
     flex-direction: column;
     margin-bottom: 0;
     display: flex;
 }
 .hori-spaced {
     grid-column-gap: 2em;
     grid-row-gap: 2em;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     display: flex;
 }
 .plan-name {
     margin-top: 0;
     margin-bottom: 0;
     font-size: 1.75em;
     font-weight: 400;
     line-height: 1;
 }
 .price-des {
     max-width: 23em;
     padding-right: 3em;
     font-family: Helveticaneue, sans-serif;
     font-size: 1em;
 }
 .price-des.neg-mar {
/*      margin-bottom: -2.4em; */
 }
.price-tab-content.w-tab-content {
    padding-left: 15px;
}
 .w-tabs {
     position: relative;
 }
.price-tab-menu {
    height: auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
    transform: rotate(90deg);
    flex-direction: row;
    min-width: 300px;
    left: -220px;
    top: 84px;
    right: auto;
}
 .w-inline-block {
     max-width: 100%;
     display: inline-block;
 }
 .w-tab-link {
     vertical-align: top;
     text-align: left;
     cursor: pointer;
     color: #222;
     background-color: #ddd;
     padding: 9px 30px;
     text-decoration: none;
     display: inline-block;
     position: relative;
 }
 .price-tab-link {
     z-index: 2;
     width: 2em;
     height: 2em;
     background-color: var(--black);
     color: var(--neutral);
     border: 2px solid #000;
     border-radius: 10em;
     justify-content: center;
     align-items: center;
     padding: 0;
     transition: all .2s;
     display: flex;
 }
 a:active, a:hover {
     outline: 0;
 }
 .price-tab-link:hover {
     width: 2.2em;
     height: 2.2em;
 }
 .price-tab-link.w--current {
     width: 2.5em;
     height: 2.5em;
     background-color: var(--lemon);
     color: var(--black);
 }
 .w-tabs:before, .w-tabs:after {
     content: " ";
     grid-area: 1 / 1 / 2 / 2;
     display: table;
 }
 .w-tabs:after {
     clear: both;
 }
 .w-tabs:before, .w-tabs:after {
     content: " ";
     grid-area: 1 / 1 / 2 / 2;
     display: table;
 }
 .price-tab-label {
     margin-top: 1px;
     font-size: .9em;
     line-height: 1;
	 transform: rotate(-90deg);
 }
 .price-tab-line {
     z-index: 1;
     width: 100%;
     height: 2px;
     background-color: var(--black);
     color: var(--neutral);
     border: 1px solid #000;
     border-radius: 10em;
     justify-content: center;
     align-items: center;
     padding: 0;
     display: flex;
     position: absolute;
     top: 1.25em;
     bottom: 0%;
     left: 0%;
     right: 0%;
 }
 /* .avoid-clicks {
     pointer-events: none;
 } */
@media screen and (max-width: 991px){
     .oba-heading-title {
          font-size: 2.5em;
     }
     .no-bot-pad {
          padding-bottom: 0;
     }
     .ob-container {
          padding: 5em 4vw;
          font-size: 14px;
     }
     .ob-container.our-work{
          padding-left: 4vw;
          padding-right: 4vw;
          text-align: center;
     }
     .oba-heading{
          width: auto;
     }
}
@media screen and (max-width: 768px){
	.price-tab-menu{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin-bottom: 15px;
	}
	.price-tab-label{
		transform: none;
	}
}