@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;
  }

  .footer {
    padding: 50px 10px;
  }
  .services_items .card_item:nth-child(2) {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    animation: none;
    transition: all 0.3s ease-in-out;
  }
  .img_box_consultency img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
  }
  .sliderbtn .next_1,
  .sliderbtn .prev_1 {
    background-color: var(--primary-color);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    & i {
      font-size: 10px;
    }
  }
  .why_choose .why_grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .contact-details-inner a {
    font-size: 12px;
  }
  .services-banner {
    background-image: url(../images/value-added-services2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 60px 0;
  }
  .mv_card_inner {
    position: relative;
    z-index: 2;
    background-color: var(--primary-color);
    padding: 20px;
  }
}

@media (min-width: 568px) and (max-width: 826px) {
}

@media (max-width: 568px) {
  .value_slider .value_box_home {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
  }
}

@media (max-width: 436px) {
}
@media (max-width: 768px) {
}
/* max width 1280px  */
@media (max-width: 1280px) {
}
@media (max-width: 1180px) {
  .about_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@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) {
  .about_row {
    flex-direction: column-reverse;
  }
  .about_traveller {
    display: none;
  }
  .banner-slide .containerFull {
    display: flex;
    min-height: 50vh;
    align-items: center;
  }
  .contact-banner .banner-inner {
    padding: 80px 0;
}.imgbox_value_box_main{
    display:none;
}
.value_box .img_box1 img{
   width:100%; 
}
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (max-width: 1024px) {
  .why_choose_title {
    display: block !important;
  }
  .why_choose .why_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .why_card:nth-child(2) {
    grid-row: unset;
    display: none;
  }
  .why_card:nth-child(4) {
    transform: none;
  }
  .why_card:nth-child(5) {
    transform: none;
  }
}
@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;
  }
}
