/* ==========================================================================
    Media Queries
========================================================================== */
@media (max-width:1520px) {
  .mega_menu{
    left: -100% !important;
    margin-top: 0 !important;
  }
  .insta_post iframe{
    height: 460px !important;
   }
}

@media (max-width:1360px) {

}

@media (max-width: 860px) {
    
    .navbar-collapse{
      width: 100%;
      height: 92vh;
      padding: 8% 0 4% 0;
      background: #1d48a2;
      position: absolute;
      left: 0;
      top: 100%;
      overflow-y: auto;
      padding-bottom: 8%;
      z-index: 999;
    }
    .mega_menu{
      width: 100%;
      padding: 15px !important;
      left: 0;
    }
    .mega_menu li ul{
      margin-bottom: 30px;
    }
    .offcanvas-start .navbar-nav {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        text-align: left;
        padding: 15px 30px;
    }

    .dropdown-item {
        padding: 12px 0 12px 45px;
    }

    .dropdown-menu {
        box-shadow: none;
        padding: 0;

    }

    #header .container {
        padding: 0  25px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: transparent;
    }
    #header{
        height: 60px;
    }
    .hamburger-lines {
        display: block;
        height: 20px;
        width: 29px;
        position: absolute;
        top: 17px;
        right: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: -1;
      }
      
      .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
      }
      
      .hamburger-lines .line1 {
        transform-origin: 1% 0%;
        transition: transform 0.4s ease-in-out;
      }
      
      .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      }
      
      .hamburger-lines .line3 {
        transform-origin: 10% 100%;
        transition: transform 0.4s ease-in-out;
      }
      .navbar-toggler .checkbox{
        opacity: 0;
      }
      .navbar-toggler input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
      }
      
      .navbar-toggler input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      
      .navbar-toggler input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      
      .navbar-toggler input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      
      .navbar-toggler input[type="checkbox"]:checked ~ .logo{
        display: none;
        
      }
      .adv_ul li {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
      }
      .navbar-toggler:focus{
        box-shadow: none;
      }
      .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 500;
    }
    .range_cable .cable1:first-child p, .range_cable .cable1:nth-child(3) p, .range_cable .cable1:nth-child(4) p {
      padding-top: 0;
    }
    .why-choose h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 22px;
    }
    .testimonialSwiper .swiper-button-next{
      left: auto;
      right: 36%;
      top: auto;
      bottom: 0;
      background: #eeeeee;
      border-radius: 50%;
      width: 40px;
      height: 40px;
    }
    .testimonialSwiper .swiper-button-prev{
      left: 36%;
      top: auto;
      bottom: 0;
      background: #eeeeee;
      border-radius: 50%;
      width: 40px;
      height: 40px;
    }
    .usp ul li {
      width: calc((100% - 0px) / 2);
      padding: 10px;
  }
  .targetSwiper2 img{
    width: 100%;
  }
  .case_studies .card img {
    object-fit: cover;
  }
  .swiper-thumbs .swiper-slide-thumb-active::after{
    bottom: -4px;
  }
  .header{
    height: 66px;
  }
  .header .container{
    padding: 0 0 0 15px;
  }
}

@media (max-width: 768px) {
    .home_advantage h2 {
    font-size: 18px;
    margin-bottom: 5%;
  }
  .home_advantage h2 span{
    display: block;
  }
  .home_about h2 {
    font-size: 17px;
    margin: 10% 0;
    line-height: 27px;
  }
  .usp ul li {
    width: calc((100% - 0px) / 3);
    padding: 10px;
  }
  .instaSwiper .swiper-button-next, .swiper-button-next {
    right: 0;
    z-index: 11;
    bottom: auto;
    top: 40%;
    background: #fff;
  }
  .instaSwiper .swiper-button-prev, .swiper-button-prev{
    right: auto;
    left: 0;
    z-index: 11;
    bottom: auto;
    top: 40%;
    background: #fff;
  }
  .targetSwiper .swiper-button-next, .targetSwiper .swiper-button-prev{
    top: 62%;
  }
  .swiper-thumbs .swiper-slide-thumb-active::after {
    bottom: 4px;
  }
  .why-choose .card p {
    font-size: 15px;
    line-height: 26px;
  }
  .header{
    height: 64px;
  }
  .thampText img{
    width: 100%;
  }
  .banner .row {
    background: url(../img/banner.jpg) no-repeat top right;
    height: 380px;
    background-size: cover;
    align-items: center;
    padding: 0 10%;
    position: relative;
  }
  .banner .row::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    content: '';
  }
  .banner .row .col-12{
    position: relative;
    z-index: 1;
  }
  .targetSwiper2 .swiper-slide{
    height: auto;
  }
  .card-body {
    position: relative;
    height: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .banner h1 {
    color: #FFF;
    font-size: 32px;
    line-height: 48px;
    letter-spacing:normal;
  }
  .banner .row {
    background: url(../img/mob_banner_bg.jpg) no-repeat top left;
    height: auto;
    background-size: cover;
    align-items: center;
    padding: 35% 10% 15% 10%;
    position: relative;
  }
  .banner p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-top:20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .adv_ul li img, .why-choose .card img {
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
  .adv_ul li div h5, .range_cable .card h5, .why-choose .card h5, .thampText h3, .case_studies .card-title{
    font-size: 17px;
    line-height: 26px;
  }
  .adv_ul li div p, .range_cable .card p, .why-choose .card p, .testimonialSwiper .q_content p, .thampText p, .case_studies .card-text{
    font-size: 14px;
    line-height: 22px;
  }
  .why-choose .container{
    padding-top: 10%;
  }
  .why-choose h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .why-choose p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
  .testimonial .container {
    padding: 10% 5% 5% 5%;
  }
  .target_ind h2, .case_studies h2, .ourteam h2{
    font-size: 18px;
    margin-top: 10%;
  }
  .target_ind h2 span{
    display: block;
  }
  .dic_btn {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
  }
  .insta_post h2, .testimonial h2 span{
    font-size: 18px;
  }
  .testimonialSwiper .profile_div h5{
    font-size: 15px;
    line-height: 24px;
  }
  .thampText p{
    height: 88px;
  }
  .our_step {
    padding: 0 !important;
  }
  .our_step h2 {
    font-size: 19px;
    margin-bottom: 60px;
  }
  .our_step ul{
    padding: 0;
  }
  .our_step ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .our_step ul li img{
    width: 62px;
    margin-bottom: 15px;
  }
  .ourteam h2{
    margin-bottom: 60px;
  }

}

@media (max-width: 600px) {
    .adv_ul li {
      width: 100%;
      margin-bottom: 15px;
    }
    .usp ul li {
      width: calc((100% - 0px) / 2);
      padding: 10px;
    }
    .usp ul li h1{
      font-size: 40px;
      line-height: 70px;
    }
    .thampText h3 {
      font-size: 18px;
      font-weight: 600;
      line-height: 56px;
      letter-spacing:0;
      margin-bottom: 0;
  }
  .range_cable{
    padding: 0;
  }
  .swiper-thumbs .swiper-slide-thumb-active::after {
    bottom: 12px;
}
  .ourteam h6{
    font-size: 18px;
  }
  .ourteam p {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .uper-footer ul li a{
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .ourteam p {
    font-size: 11px;
  }
}

@media (max-width: 320px) {}