@media (max-width: 1024px) {
  .common-section {
    padding: 50px 0;
  }
  body .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-puranico {
    background-size: 500px;
    background-position-y: 375px;
  }
  footer {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  header .logo-secondry-nvaigation-main .secendory-navigation a {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 700;
    margin-left: 0;
    padding: 0;
    margin: 0 5px;
  }
  .home-banner .slide-item .slide-content {
    max-width: 500px;
    bottom: 30px;
  }
  .home-banner .slide-item .slide-content h3 {
    font-size: 60px;
  }
  .home-banner .slide-item .slide-content p {
    margin: 15px 0 34px 0;
  }
  .primary-heading {
    font-size: 50px;
  }
  .about-puranico p {
    font-size: 16px;
  }
  .about-puranico {
    background-size: 391px;
    background-position-y: bottom;
  }
  #about-us {
    background: none;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-puranico {
    background: none;
  }
  header .top-head .primary-navigation {
    margin-left: auto;
  }
  header .top-head .primary-navigation a {
    padding-left: 5px;
    margin-left: 0;
  }
  .header-banner {
    margin-top: 0;
  }
  .mission-vision .col-md-3 {
    border: none !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #10441a !important;
  }
}

@media (max-width: 576px) {
  .common-section {
    text-align: center;
  }
  .header-banner {
    margin-top: 0;
  }
  .primary-heading {
    font-size: 40px;
  }
  .secendory-heading, .contact-us .secendory-heading , .products .secendory-heading {
    font-size: 45px;
  }
  .products .secendory-heading:after , .contact-us .secendory-heading:after {
    margin-top: -12px;
}
  header {
    position: static;
  }
  .contact-email-phon-no p{
    margin-top: 5px;
  }
  .secendory-navigation {
    text-align: center;
    margin-top: 10px;
  }
  .hamburgerrr {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .hamburgerrr .line {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #8fbb3e;
  }
  .line:first-child,
  .line:last-child {
    transition: all 125ms ease-in;
  }
  .hamburgerrr.transformed .line:first-child {
    transform: translateY(9px) rotate(-47deg);
    -webkit-transform: translateY(9px) rotate(-47deg);
    -moz-transform: translateY(9px) rotate(-47deg);
    -ms-transform: translateY(9px) rotate(-47deg);
    -o-transform: translateY(9px) rotate(-47deg);
}
  .hamburgerrr.transformed .line:last-child {
    transform: translateY(-16px) rotate(45deg);
    -webkit-transform: translateY(-16px) rotate(45deg);
    -moz-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    -o-transform: translateY(-16px) rotate(45deg);
}
  @-webkit-keyframes disappear {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(-150px);
      opacity: 1;
    }
    100% {
      transform: translateX(300px);
      opacity: 0;
    }
  }
  @keyframes disappear {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(-150px);
      opacity: 1;
    }
    100% {
      transform: translateX(300px);
      opacity: 0;
    }
  }
  @-webkit-keyframes appear {
    0% {
      transform: translateX(300px);
      opacity: 0;
    }
    50% {
      transform: translateX(-150px);
      opacity: 0.75;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  @keyframes appear {
    0% {
      transform: translateX(300px);
      opacity: 0;
    }
    50% {
      transform: translateX(-150px);
      opacity: 0.75;
    }
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  }
  header .logo-secondry-nvaigation-main {
    padding: 15px 0;
  }
  .primary-navigation {
    position: fixed;
    height: 100%;
    background: white;
    z-index: 3;
    left: -100%;
    right: auto;
    width: 270px;
    padding: 30px 0;
    top: 0;
    box-shadow: 0 0 15px 0px #a0a0a0;
    transition: .03s linear !important;
  }
  .primary-navigation a {
    display: block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #10441a !important;
  }
  .primary-navigation a:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .primary-navigation.active {
    left: 0px;
  }
  header .top-head .notify p {
    text-align: center;
  }
  .about-puranico .border-bottom {
    border-bottom: none !important;
  }
  .about-puranico .border-left {
    border-left: none !important;
  }
  .home-banner .slide-item .slide-content {
    position: static;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  .home-banner {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 50px;
    margin-top: 0;
  }

  .home-banner .owl-nav{
      display: none;
  }
  .home-banner .slide-item .slide-content h3 {
    color: #10441a;
    font-size: 36px;
    text-shadow: none;

  }
  .home-banner .slide-item .slide-content p {
    color: #10441a;
    text-shadow: none;

  }
  .about-puranico p {
    font-size: 14px;
    margin: 12px 0;
  }
  footer {
    text-align: center;
  }
  footer .footer-link-copyright {
    text-align: center;
  }
  .mission-vision .col-md-3 {
    border-bottom: 1px solid #10441a !important;
  }
  .products {
    margin-bottom: 20px;
  }
  .products .product-list {
    margin-top: 40px;
  }
  .products .product-list .product-item:nth-of-type(2n + 2) {
    border-right: none;
  }
  .products .product-list .product-item:nth-last-of-type(-1n + 2) {
    border-bottom: 1px solid #ebebeb;
  }
  .slide-content>div{
    box-shadow: none !important;
  }
  .slide-item .common-primary-btn{
    background: transparent;
    border: 1px solid #8fbb3e;
    height: 38px;
    line-height: 36px;
    color: #104418;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    min-width: 185px;
    font-size: 12px;
    font-weight: 600;

  }
  .product-list .product-item:nth-child(3), .product-list .product-item:nth-child(4){
    padding-top: 50px;
  }
  .header-banner {
   
   display: none;
}
}
