/* Mobile Screen */
@media only screen and (min-width: 200px) and (max-width: 575px) {
  .bannerinfo {
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    justify-content: center;
    align-items: center;
  }
  .curve-text svg text {
    font-size: 21px;
  }
  .curve-text svg {
    padding: 24px;
    height: 160px;
    width: 160px;
  }
  .banner-style-one .content h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .banner-style-one .content p {
    font-size: 16px;
  }
  .btn-md {
    padding: 14px 38px;
    font-size: 15px;
  }
  .banner-area p {
    padding-right: 0;
    text-align: justify;
    height: 88px;
    line-height: 21px;
    overflow: scroll;
  }

  .banner-style-one .content p {
    font-size: 15px;
  }
  .myabout {
    padding: 16px 24px;
  }
  .choose-us-style-three-area .shape {
    margin-bottom: 0px;
  }
  .about-style-one-thumb {
    position: relative;
    padding: 0px 12px;
  }
  .about-style-one-thumb img {
    margin-bottom: 10px;
  }
  .about-style-one-info {
    margin-left: 0px;
  }
  .service-style-one-item img {
    height: 135px;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: contain;
  }
  .service-style-one-item {
    padding: 30px;
  }
  .btn-md {
    padding: 14px 26px;
    font-size: 15px;
  }
  .btn-md i {
    font-weight: 1;
    font-size: 18px;
    top: 2px;
    margin-left: 5px !important;
  }
  .title {
    font-size: 30px !important;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .default-padding.bottom-less {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .team-style-one-carousel {
    margin-top: 10px;
  }
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .mymap {
    height: 240px !important;
  }
  .contact-form-style-one textarea {
    min-height: 112px;
  }
}
/* Mobile Screen end */

/****************** 
Tab Screen Start 
******************/
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .bannerinfo {
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
  }
  .badge {
    display: none;
  }
  .choose-us-style-three-area .shape {
    position: relative;
    height: 400px;
    width: 68%;
    margin-bottom: 50px;
  }
  .about-style-one-thumb img {
    margin-bottom: 50px;
    width: 70%;
  }
  .title {
    font-weight: 600;
    font-size: 36px !important;
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .site-heading {
    margin-bottom: 36px;
  }
  .default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-style-one-item img {
    height: 135px;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: contain;
  }
  .service-style-one-item {
    padding: 30px;
  }
  .btn-md {
    padding: 22px 45px;
    font-size: 16px;
  }
  .btn-md i {
    font-weight: 1;
    font-size: 18px;
    top: 2px;
    margin-left: 5px !important;
  }
  .benifit-items {
    margin: 0;
    border-radius: 10px;
    padding: 54px;
    margin-bottom: 120px;
  }
  .team-style-one-carousel {
    margin-top: 12px;
  }
  .title {
    margin-bottom: 14px;
  }
  .default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-style-one-info {
    margin-left: 20px;
  }
}
/****************** 
Tab Screen end 
******************/

/****************** 
Laptop Screen 
******************/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area {
    height: 600px !important;
  }
  .bannerinfo {
    margin-left: 50px;
    width: 645px;
  }
  .curve-text svg text {
    font-size: 21px;
  }
  .curve-text svg {
    padding: 24px;
    height: 160px;
    width: 160px;
  }
  .banner-style-one .content h2 {
    font-size: 54px;
    margin-bottom: 24px;
  }

  /* ceo message */

  /* .fun-fact-style-flex {
        top: 0;
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 2;
        left: 12px;
        bottom: 220px;
    }*/
  .my-position {
    position: relative;
  }
  /* ul.top-feature {
        margin-left: -96%;
    } */
  .my-product {
    width: 320px !important;
    margin-right: 28px !important;
  }
  .pro-cat-carousel .product {
    height: 471px !important;
  }
  .pro-cat-carousel .product .product-contents {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    height: 501px;
  }
  .h-300 {
    height: 193px;
  }
  .pro-cat-carousel {
    overflow: visible !important;
  }
  .farmer-style-one-item img {
    width: 100%;
    height: 300px;
  }
  h4 {
    font-size: 22px;
  }
  .default-padding.bottom-less {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .blog-img a {
    height: auto;
  }
}
/****************** 
Laptop Screen end 
******************/
