@media only screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
  .containerFull {
    padding: 0 15px;
  }
  .header {
    padding: 5px 0;
  }
  .leftLogo {
    width: 150px;
  }
  .leftLogo img {
    width: 150px !important;
  }
  .stricky-fixed .leftLogo {
    width: 65px;
  }
  .large_heading {
    font-size: 26px;
    line-height: 35px;
  }
  .btnBanner {
    font-size: 12px;
  }
  .small_heading {
    font-size: 20px;
  }
  section {
    overflow: inherit;
    padding: 40px 0;
  }
  .heading {
    font-size: 20px;
    line-height: 31px;
  }
  .sub_heading {
    font-size: 18px;
    line-height: 28px;
  }
  .title {
    font-size: 15px;
  }
  .offcanvas-end {
    width: 320px;
  }
  .offcanvas-body {
    overflow-x: hidden;
    padding: 0rem 1rem;
  }

  /* header */
  .header .menu-links {
    display: none;
  }
  .headerbtn_box .header_btn {
    display: none;
  }

  /* buttons */
  .btn_1 {
    padding: 6px 20px 6px 10px;
  }
  .btn_1 i {
    font-size: 13px;
    padding: 10px;
  }
  .btn_2 {
    padding: 11px 30px;
    margin-top: 10px;
  }

  /* buttons */

  /* hero home */
  .hero .inner_hero .hero_content {
    width: 100%;
  }
  .hero .inner_hero .hero_content h1 {
    font-size: 30px;
    /* display: none; */
  }
  .hero .buttons_box a {
    display: block;
    text-align: center;
  }
  .hero-shape-2 {
    bottom: -28px;
    right: 0px;
    height: 262px;
    width: 195px;
  }
  .hero-shape-1 {
    top: -281px;
    right: 269px;
    height: 561px;
    width: 210px;
  }

  /* section 2 home */

  .grid_states {
    display: grid;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .grid_states .item_states h3 {
    font-size: 31px;
  }
  .states-card-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1px;
  }
  .state-card h4 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
  }
  .icon-states {
    margin-top: 20px;
    width: 54px;
    transition: transform 0.3s ease-in-out;
  }
  /* about-us-home
   */
  .about-us-home {
  }

  .img_box_about .img_box_1 {
    width: 94%;
  }
  .img_box_about .img_box_2 {
    width: 500px;
    margin-left: 27px;
    margin-top: -52px;
  }

  /* cta */
  .cta_1 .shap-1 {
    top: -173px;
    left: 100px;
    position: absolute;
    width: 207px;
    height: 320px;
  }
  .btn_3 {
    background-color: transparent;
    padding: 11px 30px;
    color: var(--secondary-color);
    border-radius: 30px;
    border: 2px solid var(--secondary-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }

  .benifits_section .shap-2 {
    bottom: -120px;
    left: -20px;
    position: absolute;
    width: 140px;
    height: 244px;
  }
  .benifits_section .shap-1 {
    bottom: -120px;
    left: 146px;
    position: absolute;
    width: 93px;
    height: 155px;
  }

  .testimonial .shape-1 {
    position: absolute;
    top: -269px;
    left: 0;
    height: 479px;
    width: 269px;
  }

  /* contact */
  .rightContact {
    width: 100%;
  }
  .leftContact {
    width: 100%;
    height: 202px;
  }

  /* about page */
  /* page banner */
  .page_banner {
  }
  .page_banner {
    padding: 56px 20px;
  }
  .page_banner .shap-2 {
    position: absolute;
    bottom: -154px;
    right: -91px;
    height: 390px;
    width: 130px;
  }
  .page_banner .shap-1 {
    position: absolute;
    top: -320px;

    height: 416px;
    width: 155px;
  }
  @keyframes moveLeftRight2 {
    0% {
      right: 100px;
    }
    50% {
      right: 120px;
    }
    100% {
      right: 100px;
    }
  }
  .about-ul {
    font-size: 11px;
  }
  .our-aim .img_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 234px;
  }
  .mapiframe {
    height: 250px !important;
  }
  .service-card-img {
    width: 100%;
    height: 232px;
  }
  .item_services_page .shape-1 {
    position: absolute;
    top: -296px;
    left: -50px;
    height: 446px;
    width: 212px;
  }
  @keyframes moveLeftRight {
    0% {
      left: 0px;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0px;
    }
  }

  .item_services_page .shape-2 {
    position: absolute;
    top: -196px;
    right: -50px;
    height: 313px;
    width: 188px;
  }

  @keyframes moveLeftRight3 {
    0% {
      right: -30px;
    }
    50% {
      right: 0px;
    }
    100% {
      right: -30px;
    }
  }

  .footerInnerMenu {
    margin-top: 7px;
  }
  
  .testimonial_slider .item_testimonial .quote_icon {
    position: absolute;
    bottom: 50px;
    right: 20px;
}
}

@media (min-width: 568px) and (max-width: 826px) {
}

@media (max-width: 568px) {
}

@media (max-width: 436px) {
}
@media (max-width: 768px) {
}
/* max width 1280px  */
@media (max-width: 1280px) {
}
@media (max-width: 1180px) {
}
@media (min-width: 1081px) {
}
@media (max-width: 1080px) {
}

@media (min-width: 768px) and (max-width: 1280px) {
  .containerFull {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 990px) {
}
@media (min-width: 768px) and (max-width: 990px) {
  /* header */
  .header .menu-links {
    display: none;
  }

  /* hero home */
  .hero .inner_hero .hero_content {
    width: 80%;
  }
  .hero .inner_hero .hero_content h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
  .containerFull {
    max-width: 1260px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .containerFull {
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
