@media (max-width: 1080px) {


  section {
    padding-top: 50px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding: 0 10px !important;
  }
}

@media only screen and (min-width: 561px) and (max-width: 1080px) {
  .whatsapp-button {
    display: none !important;
  }

  section.header {
    z-index: 99;
  }

  .header-row .logo a img {
    max-width: 12%;
  }


  .nav-menu a {
    width: max-content;
    text-align: center;
    margin: 0px !important;
    font-size: 22px;
  }

  .banner {
    height: unset !important;
  }

  .banner-row {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    padding: 80px 0;
    height: unset;
  }

  .banner-content {
    padding: 30px 0 0;
  }

  .banner-content h1,
  .banner-content p {
    text-align: center;
    max-width: 100%;
    color: var(--white);
  }

  .banner-imgs {
    margin-right: 0 !important;
    justify-items: center;
    justify-content: center;
  }

  .enquiry-form {
    margin-left: 0 !important;
    width: 100%;
  }

  .row {
    grid-template-columns: repeat(1, 1fr);
  }

  .about-content-cols {
    justify-content: center;
  }

  .about-content {
    margin: auto;
    text-align: center;
  }

  .heading,
  .about-content p {
    text-align: center;
  }

  .enquiry-row {
    padding: 30px 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .enquiry-row .icon-box {
    justify-content: center;
  }

  .enquiry-content {
    border-right: 0px solid transparent;
  }

  .enquory-btn {
    justify-content: center;
  }

  .sp-img {
    width: 50%;
    margin: auto;
  }

  .sp-content ul {
    padding-left: 0px;
    text-align: center;
    list-style: none;
  }

  .sp-content {
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    text-align: center;
  }

  .sp-content p {
    text-align: center;
  }


  .newsletter-form .form-group {
    flex-wrap: wrap;
  }

  .newsletter-form .btn {
    width: 43%;
    margin: auto !important;
  }

  .our-products .product-row {
    grid-template-columns: repeat(2, 1fr);
  }


  .ready-row {
    display: block !important;
  }


  .ready-row .ready-answer-content h4 {
    text-align: center;
    width: 100%;
  }

  .ready-answer-btn {
    width: 100%;
    justify-content: center !important;
  }

  .offer-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-block .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .what-can-count .count-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .get-started-content h5,
  .get-started-content p {
    text-align: center;
  }

  .get-started-btn ul {
    justify-content: center;
  }

  section.Year-Warranty .cols .cols-icon {
    gap: 10px;
    justify-content: center;
  }

  section.Year-Warranty .cols strong {
    color: #fff;
    font-size: 16px;
  }

  section.Year-Warranty .cols .cols-icon img {
    width: 13.9%;
  }

  section.call-row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px !important;
    gap: 10px;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
  }

  section.call-row a {
    border-right: 2px solid #cacaca;
    padding: 0 190px 0 0;
    color: var(--main-color);
  }

  section.call-row a:nth-child(3) {
    border-right: 0px !important;
    padding: 0px !important;
  }

  section.call-row a:hover {
    color: var(--black);
  }

}

@media (max-width: 560px) {
  section.header {
    z-index: 99;
  }

  .row {
    grid-template-columns: repeat(1, 1fr);
  }

  section.header .header-row {
    padding: 0px;
  }

  .header-row .logo a img {
    max-width: 19%;
  }

  .nav-menu a {
    font-size: 18px;
    width: 216px;
    padding: 12px 13px;
    text-align: center;
  }

  .banner {
    height: unset;
    padding-top: 97px !important;
    padding-bottom: 50px !important;
  }

  .banner-row {
    display: flex !important;
    flex-wrap: row;
    flex-direction: column-reverse;
    height: unset;
  }



  .banner-content {
    text-align: center;
  }

  .banner-content h1 {
    font-size: 28px;
    line-height: 40px;
    max-width: 100%;
    margin-top: 35px;
    text-align: center;
  }

  .banner-content p {
    font-size: 19px;
  }

  .banner-imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 28px;
    margin-right: 0px;
  }

  .enquiry-form {
    margin-left: 0 !important;
    width: 100%;
  }

  .heading {
    font-size: 23px;
    text-align: center;
  }

  /* ---about-- */
  .about-content-cols img {
    width: 100%;
    height: 100%;
  }

  .about-content-cols img:nth-child(2) {
    width: 100%;
    height: 100%;
  }

  .about-us .about-content p {
    text-align: center;
  }

  .btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
  }

  /* ----- */

  .contact_now {
    width: 100%;
  }

  .enquiry-row {
    padding: 20px 20px !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .enquiry-content {
    border-right: 0px solid var(--white);
  }

  .enquiry-row .icon-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .enquiry-row .icon i {
    margin-bottom: 20px;
    font-size: 24px;
    width: 45px;
    height: 45px;
    padding: 9px;
  }

  .enquiry-row .icon-content h3 {
    font-size: 19px;
  }

  .enquory-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
  }

  .enquory-btn a {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }

  .wht-cht {
    width: 100%;
  }

  .sp-content {
    padding: 0 10px !important;
    text-align: center;
  }

  .sp-content ul {
    padding-left: 0 !important;
    list-style: none !important;
  }

  .newsletter-form .form-group {
    display: flex;
    flex-wrap: wrap;
  }

  .newsletter-form .btn {
    width: 100% !important;
  }

  .our-products .product-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
  }

  .our-products .product-row .card-img img {
    max-width: 201px;
    height: 201px;
    object-fit: cover;
  }

  .ready-row {
    flex-wrap: wrap;
  }

  .ready-answer-btn {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .ready-answer-btn a {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }

  .ready-row .ready-answer-btn a {
    margin: 0px;
  }

  .offer-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-now {
    width: 100%;
  }

  .contact-now a {
    width: 100% !important;
    display: block !important;
    text-align: center;
    margin: 0px !important;
  }

  .what-can-count .count-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 26px;
    grid-gap: 20px;
  }

  .get-started-content h5 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
  }

  .get-started-content p {
    text-align: center;
  }

  .get-started-btn ul {
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .get-started-btn ul li {
    width: 100% !important;
  }

  .get-started-btn ul li a {
    width: 100% !important;
    text-align: center;
    padding: 11px 20px;
    margin: 7px 0;
  }

  section.Year-Warranty .cols {
    flex-wrap: wrap;
    justify-content: center;
  }

  section.Year-Warranty .cols .cols-icon {
    justify-content: center;
  }

  .footer-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 0;
  }

  .footer-row .cols {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  section.call-row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px !important;
    gap: 10px;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
  }

  section.call-row a {
    border-right: 2px solid #cacaca;
    padding: 0 30px 0 0;
    color: var(--main-color);
  }

  section.call-row a:nth-child(3) {
    border-right: 0px !important;
    padding: 0px !important;
  }

  section.call-row a:hover {
    color: var(--black);
  }

  footer .footer-row .cols img {
    width: 25%;
  }

  footer em {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 25px !important;
  }

  footer .cols ul li a {
    text-align: center;
    width: 100%;
  }

  footer .f-heading strong {
    color: var(--white);
    text-align: center;
    display: block;
    margin: 15px 0 0 !important;
  }

  footer .f-heading p {
    color: #fff;
    text-align: center;
  }

  .whatsapp-button {
    display: none !important;
  }
}


@media(max-width: 360px) {
  section.call-row a {
    padding: 0 10px 0 0;
  }

  .heading {
    font-size: 20px;
  }

  .enquiry-row .icon-content a {
    font-size: 24px;
  }

  .enquiry-row .icon-content h3 {
    font-size: 18px;
    text-align: center;
  }
}