/* Tablet */
@media (min-width: 768px) and (max-width: 990px) {
  .containerFull {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  .containerFull {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
  .offerBox {
      margin-bottom:20px;
  }

  section {
    padding: 40px 0;
  }

  .large_heading {
    font-size: 2.1rem;
    line-height: 1.15;
  }

  .heading {
    font-size: 32px;
    line-height: 1.15;
  }

  .heading2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .sub_heading {
    font-size: 21px;
    line-height: 1.3;
  }

  .small_heading {
    font-size: 19px;
    line-height: 1.3;
  }

  .title {
    font-size: 17px;
    line-height: 1.4;
  }

  .leftLogo {
    width: 155px;
    flex-shrink: 0;
  }

  .header.stricky-fixed .leftLogo img {
    width: 155px;
  }
  .mobile-gap{
      gap:20px;
  }
  .rightImg img {
margin-top:20px;
}
.imgCard img {
    height: auto; 
 margin-top:15px;
}

  .btnTheme,
  .btnBorder {
    padding: 10px 20px;
    font-size: 13px;
  }
  .mobileMenuBtn {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  padding: 5px;
  line-height: 1;
}

.mobileOffcanvas {
  width: 320px !important;
  background: #111;
  color: #fff;
}

.mobileOffcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
}
.alert-pill {
        font-size: 12px;
        padding: 5px 12px !important;
    }

.mobileOffcanvas .offcanvas-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.mobileOffcanvas .leftLogo {
  width: 150px;
}

.mobileOffcanvas .leftLogo img {
  width: 100%;
  height: auto;
}
.mobileCloseBtn {
  margin-left: auto;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobileCloseBtn:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.mobileNav ul {
  display: block;
}

.mobileNav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobileNav ul li a {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.mobileNav ul li a:hover {
  color: var(--primary-color);
}

.mobileMenuButtons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.mobileMenuButtons .btnTheme {
  width: 100%;
  text-align: center;
}

.mobileMenuButtons .btnBorder {
  border-color: var(--primary-color);
}

.followUs {
  margin-top: auto;
  padding-top: 40px;
}

.followUs h3 {
  color: #fff;
  margin-bottom: 15px;
}

.socialLink {
  display: flex;
  align-items: center;
  gap: 12px;
}
p {
    font-size: 15px;
}
.rightForm {
    padding: 20px!important;

}

.socialLink li a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socialLink li a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #000;
}
.accordion-header .sub_heading {
    font-size: 18px!important;
}

.heroBanner {
    padding: 100px 0 60px!important;

  }
  .textHero ul li {
    width: calc(50% - 5px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    line-height: 1.3;
  }

  .go-top {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  /*.floatingIcon {*/
  /*  width: 42px;*/
  /*  right: 8px;*/
  /*  bottom: 58px;*/
  /*}*/

  /*.floatingIcon a {*/
  /*  width: 40px;*/
  /*  height: 40px;*/
  /*}*/

  .footer {
    padding: 30px 0;
  }

  .rightBanner {
    padding: 20px !important;
  }
.footer .centerMenu ul {
    display: block;
}

.footer .centerMenu ul li {
    display: block;
}

.footer .centerMenu ul li a {
    display: block;
    padding: 8px 8px;
    margin: 0;
    text-align: start!important;
}
 .mobileBottomIcons {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.25);
  }

  .mobileBottomIcons .col-6:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
  .mobileOffcanvas {
  z-index: 10001 !important;
}

.offcanvas-backdrop {
  z-index: 10000 !important;
}
.footer-center{
  text-align: center !important;  
}

  .mobileBottomIcons a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
  }

  .mobileCallBtn {
    background: #fff;
    color: #222;
  }

  .mobileFormBtn {
    background: var(--primary-color);
    color: #fff;
  }

  .footer {
    padding-bottom: 60px;
  }
  .go-top.active {
    bottom: 85px;
}
 .sliderBottomHero {
    overflow: hidden;
  }

  .sliderBottomHero .slick-track {
    display: flex;
    align-items: center;
  }

  .sliderBottomHero .slick-slide {
    width: auto !important;
  }

  .sliderBottomHero .itemSlider {
    width: auto !important;
    display: block !important;
    padding: 0 10px;
  }

  .sliderBottomHero .itemSlider p {
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
  }
  
}


@media (min-width: 1300px) {
  .containerFull {
    max-width: 1300px;
    margin: 0 auto;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}

/* Large Desktop */
@media (min-width: 1920px) {
  .industiresBlock {
    padding-left: 18%;
  }
}