/* hassaan */
@media (max-width:1365px) {
	.news-width button{
		right: 14%;
	}
}

@media (max-width:1279px) {
	.news-width button{
		right: -1%;
	}
	
	.flex.custom-posts .blogs-flex {
    width: 46%;
}
}

@media (max-width:1199px) {
	a.projects-width:hover span p {
		color: white;
		font-size: 14px;
	}
	
	a.projects-width:hover span {
		display: block;
		padding: 12px;
	}
	
	a.projects-width h4 {
		font-size: 20px !important;
		margin-bottom: 10px;
	}
	
}
@media (max-width:1100px) {
	.news-width button {
    right: 23%;
}
	.page-template-product_blog .blogs-flex {
    align-items: flex-start;
}
.round-width {
  padding: 105px 52px;
  min-height: 500px;
}
section.about-me::after {
  width: 266px;
}
.artist-width1 {
  width: 48.7%;
}
.inner-artist {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
ul.artist-bullets {
  margin-top: 10px;
}
.blog-title h4 {
  font-size: 17px;
}
.logo img {
  width: 100%;
  max-width: 185px;
}
li.demo-btn {
  margin-left: 0px;
}
nav#nav ul li a {
  font-size: 13px;
  font-family: 'Satoshi-Medium', sans-serif;
  margin: 0 14px;
}
	
	ul#menu-menu-1 {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center
}
.inner-newsletter {
  border-radius: 24px;
  background: #CAE9F8;
  padding: 20px 20px 20px 20px;
}
.news-width h3 {
  font-size: 30px;
  line-height: 36px;
}
.news-width input {
  width: 332px;
}
.projects-width {
  min-height: 340px;
}
.padding-main {
  padding: 40px 0;
}
.footer-logo {
  width: 100%;
}
.footer-logo {
  margin-bottom: 20px;
}
.products-tabs ul.tabs {
  right: 128px;
}
.products-tabs ul.tabs li {
  margin: 0 4px;
}
.projects-width {
    background-size: cover;
}
.like-width p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.like-width h5 {
    min-height: 55px;
}
section.services-data ul.tabs li {
    margin-bottom: 15px;
}
section.services-data ul.tabs {
    border: none;
    margin-bottom: 20px;
}
.ads-width {
    width: 27%;
}
.ads-width1 {
    width: 70%;
}
span.category {
    margin: 14px 0 12px;
}
}
@media (max-width:992px) {
	
	span.toChild {
    display: block;
}
	a.projects-width h4 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
	
	ul#menu-menu-1 {
		flex-direction: column;
	}
    .headerHamburger {
        display: block;
      }
	
	nav.woocommerce-breadcrumb {
    display: none;
}
	
/* 	header#header {
		top: 47px;
	} */
	
	nav#nav ul li.demo-btn a {
    margin-top: 30px;
	}
	
	ul.sub-menu {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		left: 26px;
		top: 0 !important;
		background: #fff;
		opacity: 1;
		visibility: visible;
	}
	
		.headerMobileOverlay {
			display: block;
		 }
	
      .navbar {
        position: fixed;
        top: 52px;
        left: -100%;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: start;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        z-index: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
      }
      .navbar ul {
        display: block;
        margin-right: 20px;
      }
      .navbar ul li {
        width: 100%;
        padding: 6px 0px;
        margin-left: 0px !important;
      }
      .navbar ul li a {
        font-size: 14px !important;
      }
      .navbar.active {
        left: 0;
      }
      .mobile-nav-logo {
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
        display: block;
    }
      .mobile-nav-logo img {
        width: 100%;
        max-width: 100%;
      }
      .headerHamburger {
        position: relative;
        z-index: 5;
      }
      .headerHamburger button {
        position: relative;
        background: transparent;
        outline: 0px;
        border: 0px;
        z-index: 2;
      }
      .headerHamburger button span {
        position: relative;
        display: block;
        background: #1E2F97;
        width: 35px;
        height: 2px;
        margin-bottom: 5px;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
      }
      .headerHamburger button span:last-child {
        margin-bottom: 0px;
      }
      .headerHamburger button {
        -webkit-transition: 0.8s ease-in-out;
        transition: 0.8s ease-in-out;
      }
      .headerHamburger button.active {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      .headerHamburger button.active span {
        background: #0E3EE7;
      }
      .headerHamburger button.active span:nth-child(1) {
        display: none;
      }
      .headerHamburger button.active span:nth-child(2) {
        -webkit-transform: translate(0px, 7px);
                transform: translate(0px, 7px);
      }
      .headerHamburger button.active span:nth-child(3) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
      }
      .headerMobileOverlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transition: 16s ease-in-out;
        transition: .3s ease-in-out;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
      .headerMobileOverlay.active {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
      }
      header#header {
        position: fixed;
      }

    .demo-btn {
      display: none;
    }
  
     #mobile-btn{
       display: block!important;
     }
     section.home-banner {
      min-height: 634px;
     }
     .heading-banner h1 {
      font-size: 52px;
  }
  .heading-banner h1 span {
    font-size: 34px;
}
.heading-banner p {
  color: #71778D;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom:32px;
}
.bio-pragaph p {
  margin: 10px 0 15px;
}
p {
  font-family: 'Satoshi-Regular';
  font-size: 14px!important;
  font-weight: 500;
  line-height: 24px!important;
  margin: 0;
}
.inner-data span {
  font-size: 38px;
  line-height: 46px;
  color: #121314;
}
.bullets-list ul li {
  margin-bottom: 18px;
}
.bio-services ul {
  margin: 6px 0 8px;
}
.service-width {
  width: 48.7%;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 34px!important;
  font-weight: 400;
  line-height: normal;
}
.round-width span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.round-width p {
  padding: 12px 0;
}
.round-width {
  padding: 85px 52px;
  min-height: 370px;
}
.right-width h2 {
  color: #1B2A5E;
  margin-bottom: 12px;
}
.right-width p {
  margin-bottom: 10px;
}
section.about-me,.padding-main,section.contact-information {

  padding: 40px 0;
}
section.about-me::after {
  position: absolute;
  content: "";
  width: 215px;

}
.projects-width {
  min-height: 300px;
}
.timline-width {
  padding: 30px 30px;
  margin-bottom: 22px;
}
.timline-width h4 {
  font-size: 17px;
  margin-bottom: 5px;
}
.timline-width h3 {
  font-size: 24px;
  margin: 10px 0;
}
.contact-width {
  padding: 0px 0px;
}
.contact-width,.contact-width1 {
  width: 48%;
}
.social-icons {
  padding: 11px 13px;
  border-radius: 12px;
  background: #fff;
  margin-top: 8px;
  display: inline-block;
}
.news-width,.news-width1 {
  width: 100%;
}
.inner-newsletter{
  padding: 20px;
}
.news-width h3 {
  margin-bottom: 12px;
  color: #1B2A5E;
}
.footer-socials {
  margin-top: 30px;
}
.footer-nav {
  margin-top: 20px;
}
.inner-width1 img {
  position: relative;
  top: -346px;
  margin-bottom: -306px;
}
.blog-main-width {
  width: 49%;
}
.tab-thumb {
  width: 100%;
}

.tab-left-content {
  width: 100%;
}
.tab-thumb img {
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
}
section.services-data ul.tabs {
  margin-bottom: 40px;
}
section.services-data ul.tabs li {
  margin-bottom: 18px;
}
section.services-data {
  padding: 50px 0;
}
.book-width h4 {
  color: #1B2A5E;
  margin: 20px 0 10px;
  font-size: 24px;
}
.book-width h5 {
  font-size: 20px;
}
section.request-machine {
  padding: 50px 0;
}
.blogs-width,.blogs-width1{
  width: 100%;
}
.blogs-width {
  margin-bottom: 30px;
}
.blog-details {
  max-width: 100%;
}
section.recent-blogs {
  padding: 50px 0;
}
h1, .h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
section.blogs-main {
  padding: 50px 0;
}
section.biography,section.available-service,section.about-me,.padding-main,section.recent-blogs,section.blogs-main,section.detailss,section.portolio-main,
section.services-data,section.request-machine
 {
  padding: 50px 0;
}
.blog-main-width:last-child {
  margin-bottom: 0px;
}
.owl-dots {
  display: none;
}
.product-img img {
  width: 100%!important;
  height: 100%;
}
.news-width button {
  right: 0;
}
.news-width input {
  width: 100%;
}
section.vending-machine {
  padding-top: 50px;
}
.machine-width,.machine-width1 {
  width: 100%;
}
section.all-banner {
  padding: 141px 0 70px;
}
.submit-main {
  margin: 0px 20px;
}
section.submit-product {
  padding: 50px 0;
}
section#artist-bio .inner-width1 img {
  position: relative;
  top: -256px;
  margin-bottom: -306px;
}
.video-heart {
  min-height: 420px;
}
.center h2 {
  margin-bottom: 15px;
}
.center {
  margin-bottom: 25px;
}
section.brain-heart {
  padding-top: 30px;
}
section#about-brain h2 span {
  font-size: 34px;
}
.details-tabss ul.tabs li {
  margin: 0 48px;
}
.cart-btns button {
  width: 100%;
}
.like-width {
  width: 49.1%;
  margin-bottom: 20px;
}
.details-tabss {
  margin: 50px 0 50px;
}
section.might-also {
  padding-bottom: 50px;
}
.cata-img {
  background: #EDF8FD;
  padding: 10px 22px !important;
}
.product-cata img {
  height: 58px;
  width: 100%;
}
.products-tabs ul.tabs {
  right: 138px;
  width: 100%;
  display: flex;
}
.products-width1 .like-width {
  width: 48.5%;
  margin-bottom: 24px;
}
.products-width {
  width: 34.1%;
}
.products-width1 {
  width: 63%;
}
.price-range img {
  width: 100%;
}
.owl-carousel.owl-theme.slider-position.owl-loaded.owl-drag {
    display: block;
}
.product-slider .owl-thumbs .owl-thumb-item {
    height: 80px;
    width: 100%;
    max-width: 66px;
    background: transparent;
    border: none;
    margin-bottom: 0px;
    outline: none;
    margin-right: 5px;
    margin-top: 10px;
}

.transparent-header .headerHamburger button span {
    background: #fff!important;
}
.transparent-header.bar-color .headerHamburger button span {
    background: #1E2F97!important;
}
.ads-width1 {
    width: 70%;
}
.ads-width1 h4 {
    margin: 2px 0;
}
span.category {
    margin: 4px 0 6px;
}
.ads-width1 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 	mobile nav */
	i.fa-solid.fa-chevron-down {
    display: none;
}

span.toChild i {
    font-size: 13px;
}

span.toChild {
    position: absolute;
    right: 25px;
    top: 10px;
}

ul#menu-menu-1 {
    margin: 0;
}

.navbar ul {
    width: 100%;
}

.logo {
    position: relative;
    z-index: 999;
}
	ul.sub-menu {
    display: none;
}

.mobile-nav-logo a img {
    display: none;
}
.products-tabs ul.tabs {
    right: 160px;
    width: 520px;
}

ul#menu-menu-1 li:first-child span.toChild{
    display:none;
}

	
}


@media (max-width:767px) {
  .heading-banner h1 {
    font-size: 44px;
    color: #4468E7;
    margin: 20px 0 20px;
}
	
.heading-banner h1 span {
  font-size: 34px;
}
p {
  font-family: 'Satoshi-Regular';
  font-size: 14px!important;
  font-weight: 500;
  line-height: 24px!important;
  margin: 0;
}
a{
  font-size: 14px!important;
}
h2, .h2 {
  font-size: 32px!important;
  font-weight: 400;
  line-height: normal;
}
.inner-width,.inner-width1 {
  width: 100%;
}
.inner-width1 img {
  position: relative;
  top: unset;
  margin-bottom: unset;
}
section.home-banner {
  min-height: 550px;
  padding-top: 160px;
}
section.biography,section.available-service,section.about-me,.padding-main,section.recent-blogs,section.blogs-main,section.detailss,section.portolio-main,
section.services-data,section.request-machine
 {
  padding: 30px 0;
}
.inner-width h3 {
  font-size: 22px;
}
.bio-pragaph p {
  margin: 7px 0 10px;
}

.bio-services ul {
  margin: 7px 0 10px;
}
.bio-services ul li {
  font-size: 14px;
  margin-left: 16px;
  margin-bottom: 3px;
}
.featured-work p {
  margin: 7px 0;
}
.featured-work a {
  font-size: 14px;
}
.bullets-list {
  margin-top: 30px;
}
.bullet-width {
  text-align: left;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}
.inner-data span {
  font-size: 36px;
  line-height: 42px;
}
.bullets-list ul li {
  margin-bottom: 20px;
}
section.available-service .flex {
  margin: 20px 0;
}
.service-width {
  width: 100%;
  margin-bottom: 20px;
}
.service-width {
  padding: 22px;
}
.service-width h4 {
  font-size: 20px;
  margin: 0px 0 10px;
}
.primary-btn a {
  padding: 9px 25px;
  width: auto;
}
.round-width,.right-width,.artist-width,.artist-width1,.projects-width,.contact-width,.contact-width1,.news-width,.news-width1,.website-blogs,
.blog-main-width,.portfolio-para,.compression-width,.tab-left-content,.tab-thumb,.book-width,.blogs-width,.blogs-width1,.product-width
{
  width: 100%;
}
section.about-me::after{
  display: none;
}
.round-width span {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.round-width p {
   padding: 10px 0;
}
.round-width a {
  font-size: 16px;
  line-height: 24px;
}
.round-width {
  padding: 105px 32px;
  min-height: 360px;
}
.right-width h2 {
  margin-bottom: 10px;
}
.right-width {
  margin-top: 30px;
}
.right-width p {
  margin-bottom: 15px;
}
.artist-width h2 {
  padding: 10px 0 8px;
}
.artist-width p {
  margin-bottom: 15px;
}

.inner-artist h4 {
  font-size: 20px;
}
ul.artist-bullets {
  margin-top: 10px;
}
.artist-width1 {
  margin-top: 30px;
}
.heading-flex {
  display: block;
}
.heading-content p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.heading-flex .primary-btn {
  text-align: left;
}
.projects-width {
  min-height: 480px;
  background-size: contain;
}

.projects-width a h4 {
  margin-bottom: 8px;
  font-size: 26px;
}
.timline-width {
  width: 100%;
  padding: 30px 25px;
}
.timline-width span {
  font-size: 12px;
  padding: 5px 12px;
}
.timline-width h3 {
  font-size: 26px;
  margin: 8px 0;
}
.timline-width h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
}
.timline-ser.flex {
  margin-top: 20px;
}
.center-heading p {
  margin-top: 10px;
}
.contact-width {
  padding: 0px 0px;
}
section.contact-information {
  padding: 30px 0;
}
.inner-padding h5 {
  color: #020A0D;
  font-size: 20px;
  line-height: 28px;
}

.social-icons {
  padding: 16px 17px;
}
.inner-padding {
  width: 100%;
}
.contact-width{
  border:none;
}
.contact-width1 {
  margin-top: 30px;
}
.contact-width1 form {
  margin-top: 15px;
}
.form-width input, .full-width input, .full-width textarea {
  padding: 8px 18px;
  width: 100%;
  font-size: 14px;
}
.sub-btn button {
  padding: 7px 16px;
  width: 156px;
  font-size: 14px;
}
.sub-btn {
  margin-top: 0px;
  display: inline-block;
}
	
.inner-newsletter {
  padding: 15px 15px 15px 15px;
}
	
.news-width h3 {
  margin-bottom: 14px;
  color: #1B2A5E;
  font-size: 22px;
  line-height: 28px;
}
	
.news-width input {
  padding: 8px 14px 8px 16px;
  width: 100%;
  border: none;
  font-size: 14px;
}
	
.news-width button {
  padding: 7px 17px;
  font-size: 14px;
  right: 0;
  width: 100px;
}
.news-width p {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer#footer {
  padding-top: 30px;
}
.footer-nav ul li {
  display: block;
  margin: 0 0px;
}
.footer-logo img {
  width: 100%;
  max-width: 70%;
  margin-bottom: 10px;
}
.footer-socials ul li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 20px;
}
footer#footer .flex {
  padding-bottom: 30px;
}
.bottom-footer {
  padding: 10px 0;

}
.bottom-footer p {
  font-size: 12px!important;
}
.footer-socials ul>li>a>i {
  font-size: 14px;
  color: #fff;
}
.footer-socials {
  width: 100%;
}
.footer-socials ul li a {
  width: 30px;
  height: 30px;
}

.heading-banner p::after {
  width: 32px;
  height: 74px;
  bottom: -60px;
  left: -14px;
  background-size: contain;
}
.logo img {
  width: 100%;
  max-width: 60%;
}

.heading-banner p {
  color: #71778D;
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}


h1, .h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
section.recent-blogs h4 {
  margin-bottom: 29px;
  color: #1B2A5E;
  font-size: 28px;
}
.website-blogs h4 {
  font-size: 20px!important;
  line-height: 26px;
}
.readmore a img {
  width: 22px;
}
.website-blogs p {
  margin-bottom: 10px;
  max-width: 100%;
}
.website-blogs {
  margin-bottom: 20px;
}
section.blogs-main .flex {
  margin-top: 28px;
}
.pagination a {
  padding: 2px 8px;
}
.pagination-data {
  margin-top: 0px;
}
section.website-blog {
  padding-top: 90px;
  text-align: center;
}
section.detailss img {
  width: 100%;
}
.detail-icon img {
  width: 40px!important;
  height: 40px;
}
.name-info p img {
  width: 24px!important;
  height: auto;
}
.name-info p {
  margin-top: 0px;
}
.date span {
  font-size: 13px;
  font-weight: 500;
}
.detail-information {
  margin: 20px 0;
}
section.detailss h5 {
  color: #1B2A5E;
  font-size: 18px;
  margin: 10px 0 10px;
}
.para1 p, .para2 p, .para4 p, .para3 p {
  margin-bottom: 15px;
}
.para1, .para2, .para4 {
  margin-bottom: 20px;
}
.quote-img img {
  width: 40px!important;
}
.quote-img {
  padding-top: 30px;
}
.quote h2 {
  font-size: 32px;
  line-height: 143%;
  max-width: 90%;
  padding: 10px 0;
  font-size: 17px!important;
}
.btm-img img {
  width: 90px!important;
}
.btm-img {
  position: relative;
  bottom: -40px;
  margin-bottom: 0px;
}
.quote {
  min-height: 300px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.last-img {
  margin-top: 3px;
}
.para3 {
  margin-top: 15px;
}
section.portolio-main h4 {
  color: #1B2A5E;
  margin-bottom: 15px;
  font-size: 26px;
}
.portfolio-para p {
    margin-bottom: 15px;
}
.portfolio-flex {
  margin-bottom: 10px;
}

.flex.compression {
  padding: 20px 0 0 0;
}
.compression-width p {
  margin: 14px 0 18px;
  max-width: 100%;
}

section.portolio-main {
  margin-bottom: 0px;
  position: relative;
}
section.portolio-main::after{
  display: none;
}
.compression-width span {
  margin-bottom: 20px;
}
section.white-portolio .flex.compression:first-child {
  padding-top: 0px;
}
.compression:nth-child(odd) .compression-width .compression-inner {
  margin-left: 0px;
}
.compression-width h4 {
  max-width: 100%;
  font-size: 23px;
}
.compression-width span {
  margin-bottom: 0px;
  font-size: 16px;
}
section.services-data ul.tabs li {
  font-size: 12px;
  padding: 7px;
  margin-bottom: 10px;
  display: flex;
}

section.services-data ul.tabs li img {
  margin-right: 4px;
  width: 15px;
}
section.services-data ul.tabs {
  border: none;
  margin-bottom: 20px;
}
.tab-left-content h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0 10px;
}
.tab-left-content .primary-btn {
  margin-top: 12px;
}
.tab-left-content .primary-btn a {
  width: 157px;
  padding: 11px 16px;
}
.book-width h4 {
  color: #1B2A5E;
  margin: 20px 0 4px;
  font-size: 24px;
}
.book-width .flex-wrap {
  padding: 15px 0 20px;
}
.book-width h5 {
  font-size: 16px;
}
.book-width .footer-socials {
  margin-top: 0px;
}
.machine-form {
  margin-top: 20px;
  padding: 10px;
}
.form-width {
  width: 100%;
}
.machine-form label {
  font-size: 12px;
  margin-bottom: 5px;
}
.form-width input, .full-width input, .full-width textarea {
  padding: 6px 12px;
  width: 100%;
  font-size: 12px;
}
.full-width select{
  padding: 6px 12px;
  width: 100%;
  font-size: 12px;

}
.machine-form .form-flex {
  margin-bottom: 10px;
}

.request-btn button {
  display: inline-block;
  padding: 7px 18px;
  font-size: 12px;
  margin-top: 0px;
}
.blogs-flex {
  display: block;
  margin-top: 30px;
}

.blogs-flex img {
  width: 100%;
}
.blog-details {
  margin-left: 0px;
  max-width: 100%;
}
.blog-main-width span {
  margin: 12px 0 2px;
}
.blog-main-width:last-child {
  margin-bottom: 0px;
}
.footer-logo {
  display: block;
  width: 100%;
}
section.product-details {
  padding-top: 85px;
}
.details-tabss ul.tabs li {
  font-size: 14px;
  padding-bottom: 12px;
  margin: 0 8px;
}
.details-tabss .tab-content {
  padding-top: 30px;
}
.details-tabss {
  margin: 30px 0 30px;
}
.like-width {
  width: 100%;
  margin-bottom: 20px;
}
section.might-also {
  padding-bottom: 20px;
}
.bread-crums ul li {
  margin-right: 5px;
}
.products-width {
  width: 100%;
  padding-top: 40px;
}
.products-width1{
  width: 100%;
}
.products-tabs ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  position: unset;
  right: 0;
}
.products-tabs {
  position: relative;
  top: 0;
}
.products-tabs ul.tabs li {
  display: block;
  cursor: pointer;
  margin: 0 0px;
  margin-bottom: 20px;
	width: 24%;
}
.products-tabs {
  margin-top: 30px;
}
.products-width1 .like-width{
  width: 100%;
}
.cata-img {
  padding: 50px 46px;
}
section.product-all {
  padding-bottom: 40px;
}
.loader-img {
  margin-top: 10px;
}
.prod-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
section.vending-machine {
  padding-top: 30px;
}
.text-center h3 {
  font-size: 22px;
  line-height: 28px;
}
.text-center h3 {
  margin-bottom: 25px;
}
.machine-width,.machine-width1 {
  width: 100%;
}
.machine-width {
  margin-bottom: 10px;
}
.machine-width1 .primary-btn {
  margin-top: 0px;
}
section.all-banner {
  padding: 120px 0 70px;
}
section#all-blog {
  padding: 30px 0 0;
}
section.submit-product {
  padding: 20px 0;
}
.form-heading h4 {
  color: #1B2A5E;
  font-size: 22px;
}
.submit-main {
  margin: 0px 0px;
}
.checklist label {
  margin-right: 6px;
}
.form-heading p {
  margin: 5px 0 10px;
}
.inner-model img {
  max-width: 40%;
}
.inner-model h3 {
  font-size: 16px;
  margin: 10px 0 10px;
}
.modal-content {
  margin: 0 auto;
  padding: 30px 0 30px;
  width: 90%;
  margin-top: 100px;
}
.inner-model {
  text-align: center;
  padding: 20px;
}
.modal-btn a {
  padding: 7px 20px;
  font-size: 12px!important;
}
.modal-btn {
  margin-top: 20px;
}
section.brain-heart {
  padding-top: 30px;
  background-image: none;
}
.center h2 {
  margin-bottom: 10px;
}
.center {
  margin-bottom: 20px;
}
.video-heart {
  min-height: 310px;
}
section#about-brain h2 span {
  font-size: 32px;
}
section#artist-bio .inner-width1 img {
  position: unset;
  top: unset;
  margin-bottom: unset;
}
.cart-btns button {
  width: 100%;
}
.product-width h3 {
  font-size: 32px;
  margin-bottom: 2px;
}
.product-width h4 {
  margin: 8px 0 5px;
}
span.itemss {
  margin-bottom: 10px;
}
ul.info {
  margin: 5px 0 8px;
}
.product-slider.insize {
    height: auto;
    overflow: hidden;
}
section.available-service .primary-btn {
  text-align: left;
}
.compression-width {
  margin-top: 20px;
}
.product-all .product-main {
  flex-direction: column-reverse;
}
.product-width {
    margin-top: 10px;
}
.products-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ads-width img {
    width: 100%;
}
.ads-width1,.ads-width{
    width:100%;
}
section.ads-blogs {
    padding: 30px 0;
}
span.category {
    margin: 14px 0 15px;
    display: inline-block;
}
.product-cata img {
    height: 100px;
    width: 100%;
}
.cata-img {
    padding: 100px 36px;
}
	section#product-banner {
    padding-bottom: 70px;
}
ul#menu-menu-1 li:first-child span.toChild{
    display:block;
}	

}

@media (max-width: 500px){
		.projects-width {
    min-height: 280px;
    background-size: cover;
}
	
	.products-tabs ul.tabs li {
	width: 49%;
}
}

@media (max-width:375px) {
h2, .h2 {
  font-size: 28px!important;
  font-weight: 400;
  line-height: normal;
}
	    .navbar {
        top: 46px;
	}
.pagination a {
  padding: 2px 8px;
  font-size: 10px!important;
}
.next-pre a {
  font-size: 12px!important;
}
.logo {
  width: 60%;
}
/* 	ul.sub-menu{
		display:none;
	} */


}
@media (max-width:320px) {

.projects-width {
  min-height: 356px;
  background-size: contain;
}
.details-tabss ul.tabs li.current {
  bottom: -0.5px;
}
.details-tabss ul.tabs li {
  font-size: 12px;
}
}
@media screen and (max-width:767px){
	ul#menu-menu-1 li:first-child ul.sub-menu {
    display: none !important;
}


.tab-link .cata-img {
    border: 0px;
    background-color: transparent;
}

.tab-link .product-cata {
    border: 0px !important;
}

.cata-img {
    display: none;
}

.tab-link .cata-img img {
    display: none;
}

.menu-item li.tab-link span {
    font-family: 'Satoshi-Medium', sans-serif;
    margin: 0 14px;
    font-size: 14px !important;
    font-weight: 400;
}

nav#nav ul li {
    display: block;
    width: 100%;
}

.megaMenuCat ul.tabs {
    flex-direction: column;
}
}

@media screen and (max-width:450px){
.tab-link .cata-img {
    border: 0px;
    background-color: transparent;
}

.tab-link .product-cata {
    border: 0px !important;
}

.cata-img {
    display: none;
}

.tab-link .cata-img img {
    display: none;
}

.menu-item li.tab-link span {
    font-family: 'Satoshi-Medium', sans-serif;
    margin: 0 14px;
    font-size: 14px !important;
    font-weight: 400;
}

nav#nav ul li {
    display: block;
    width: 100%;
}

.megaMenuCat ul.tabs {
    flex-direction: column;
}
}