/* responsive code start */
@media (max-width: 1400px) {
  #map .right {
    padding-right: 0px;
  }

  #map .social-icon {
    width: 100%;
    position: static;
    left: 187px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 0px;
    flex-direction: row;
  }

  #map .left .head-content {
    padding: 40px 20px;
    position: static;
    right: -14px;
    top: 0;
    background-color: var(--primary);
  }

  #map .left .inside {
    display: flex;
  }

  #map .left .outside {
    display: none;
  }
}


@media (max-width: 1383px) {
  .counter-section {
    gap: 10px;

  }
}

@media (max-width:1352px) {
  .home-banner .carousel-inner .carousel-caption p br {
    display: none;
  }
}

@media (max-width:1310px) {
  .home-banner .carousel-inner .carousel-caption {
    top: 45%;
  }

  .home-banner .carousel-inner .carousel-caption p {
    font-size: 35px;
    text-shadow: 10 10px solid gray;
  }

  .home-banner .carousel-inner .carousel-caption h5 {
    font-size: 18px;
  }

  .about-page-feature .right {
    padding: 50px 10px;
  }

  .contact-page .left {
    padding: 10px;
  }

  .contect-sec form {
    padding: 30px 10px;
  }

}

@media (max-width:1200px) {
  .s-blog .sec-space {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (max-width: 992px) {

  .navbar-nav .dropdown-menu {

    width: fit-content;
    margin: auto;
    text-align: center;

  }

  .navbar-collapse {
    background-color: var(--primary);
  }


  #header {
    padding: 0 0px;
  }

  #map .left .box {
    padding-bottom: 0;
  }

  #review .left {
    height: 372px;
  }

  .section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar .icon-box {
    justify-content: center;
    align-items: center;
  }

  .about {
    margin-top: 0;
  }

  #about-page .section {
    padding-top: 0;
  }


  #review .card-body {
    padding: unset;
  }

  .soci-icon {
    z-index: 2;
    align-items: center;
    margin: auto;
  }

  .soci-icon a i {
    color: var(--primary);
    margin: 0 10px;
    font-size: 16px;
  }

  .soci-icon span {
    color: var(--primary);
  }

}

@media (max-width: 767px) {

  .home-banner .carousel-inner .carousel-caption {
    top: 46%;
  }

  .home-banner .carousel-inner .carousel-caption p {
    font-size: 24px;
    font-weight: 400;
  }

  .home-banner .carousel-inner .carousel-caption h5 {
    font-size: 16px;
  }


  .Shop-cat .box .img-box {
    height: 100px;
    width: 100px;
  }

  .Shop-cat .box .content h5 {
    font-size: 16px;
  }

  .heading {
    font-size: 30px;
  }

  .sub-head {
    font-size: 18px;
  }

  .footer .copyright {
    padding: 1rem 0 0 0;

  }

  .trust .content {
    margin-bottom: 0px;
  }

  .breadcrumb-section ol li h2 {
    text-align: center;
  }

  .header-top .soci-icon {
    width: 100%;
    justify-content: center;

  }

  .about .left .img-box {

    margin: 0 0px;

  }

  .header-top .content {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  header::before {
    display: none;
  }

  #header {
    background-color: white;
  }

  .s-blog .box.left .para .img-box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .s-blog .box.left .para {
    flex-wrap: wrap;
  }

  .s-blog .box.left .para p {
    width: 100%;
    margin-left: 0;
  }

  .s-blog .box.left .para-2 {
    flex-wrap: wrap-reverse;
  }

  .s-blog {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .contact-page .left .box .icon i {
    font-size: 24px;

  }

  .contact-page .left .box .icon {
    height: 50px;
    width: 50px;
  }

  .contact-page .left .box {
    padding: 20px 10px;
  }

  .error img {
    width: 100%;
  }

}

@media (max-width:500px) {
  .home-banner .carousel-inner .carousel-caption {
    top: 27%;
  }

  .home-banner .carousel-inner .carousel-caption p {
    font-size: 20px;
    text-shadow: 10 10px solid gray;
    margin-bottom: 5px;
  }

  .home-banner .carousel-inner .carousel-caption h5 {
    font-size: 14px;
  }

  .product-details {
    padding-top: 10px;
  }

  .s-blog .box.left h2 {
    text-align: start;
    font-size: 24px;
  }

}

@media (max-width: 480px) {
  .counter-box {
    flex: 1 1 100%;
    max-width: none;
  }
}

@media (max-width:470px) {

  #home-banner .carousel-inner .carousel-caption {
    display: none;
  }



}

@media (max-width:425px) {
  #map .left .head-content {
    padding: 40px 0;
  }
}

@media (max-width:420px) {
  .home-banner .carousel-inner .carousel-caption button {
    display: none;
  }

  .home-banner .carousel-inner .carousel-caption {
    top: 35%;
  }

  .product-details .img-card img {
    height: unset;
  }
}