/*---------------Mobile devices---------------*/
@media (max-width: 767px) {
   
  h2{
      line-height: 44px;
      font-size: 35px;
  }

  #hero-banner-desk{
    display: none !important;
  }
  #hero-banner-mobile{
    display: block !important;
    
  }

  #top_logo{
    display: none !important;
  }

  
  /* ---------------------first section--------------- */
  /*------------first part------------*/
  .first-sec{
      padding: 180px 0px 50px 0px;  
  }
  .first-sec h1{
      font-size: 35px;
      line-height: 40px;
  }
      .hero .content {
          position: relative;
          z-index: 1; 
      }
  
      .hero .child {
          position: relative; 
          right: 0;
          top: -90px;
          width: 100%;
      }
  
      .hero .shape {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 0; 
      }
  /*------------first part end------------*/
  
  /* ----------------------second part--------------------- */
  .about{
     margin-top: 0;
     padding: 100px 30px;
  }
  .about h3{
      font-size: 31px;
  }
  
  .c1 .card{
      position: absolute;
      top: 15%;
      left: 40%;
      width: 100%;
      overflow: visible;
  }
  .c2{
      position: absolute;
      top: 10%;
      right: 23%;
  }
  /* ----------------------second part end--------------------- */
  
  
  /* ----------------------third part--------------------- */
  .trusted-section {
      width: 100%;
      text-align: center;
      position: relative;
    }
   
     .trusted-section h3{
    font-size: 27px;
   border-bottom: 0px solid;
  }
  
    .owl-carousel .item {
      padding: 20px;
  }
    /* ----------------------trusted part--------------------- */
  
     /* ----------------------sub-service-page part--------------------- */
     .sub-service-page{
      margin: 80px 0px 0px 0px;
     }

 /* ----------------------sub-service-page part--------------------- */




    /* --------------three steps------------------- */
/*    .three-steps .item .second{
      position: absolute;
      bottom: 7%;
      left: 38%;
  }
    .three-steps .item .third{
      position: absolute;
      left: 10%;
      top: 30%;
  }*/
   /* --------------three steps end------------------- */
  
   /* new plan */
   .new-plan .card{
      padding: 20px;
  }
   /* new plan end */
  
  
  /* award */
  .award{
      padding: 100px 20px;
  }
  
  .child-sec .content{
      padding: 20px !important;
  }
  
  
        /* ---------------award ----------------- */
   .award .logo img {
      display: block;
      margin-bottom: 40px; 
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      padding: 5px;
      width: 80px;
  }
  
    /* ---------------award ----------------- */
  .child-sec .content{
      padding: 40px;
  }
  .child-sec h2{
    font-size: 30px !important;
  }
  
  /* steps */
  .steps{
      padding: 120px 0px 0px 0px;
  }
/*  .three-steps .item .first{
    z-index: 10;
    position: absolute;
    bottom: 0px !important;
    right: 45% !important;
}
.three-steps .item .second{
      z-index: 10;
    position: absolute;
    bottom: 2px;
    right: 45%;
}
.three-steps .item .third{
  z-index: 10;
  position: absolute;
  bottom: 2px;
  right: 45%;
}*/
  
  /* footer */
  footer .first-c{
      margin-top: 50%;
  }
  footer .content{
      padding:  0px 0px 50px 0px;
     }
  
  }
  
  /*------------------Tablets-----------------*/

@media (min-width: 300px) and (max-width: 500px){
   .top-header img{
    position: absolute;
    top: 40px !important;
        width: 40px !important;
    }
  
  .top-header a{
    font-size: 13px !important;
  }


.first-sec{
    padding: 60px 0px 50px 0px;
}

  .trusted-section h3{
    font-size: 20px;
  }

  .trusted-section h3 img{
    width: 40px;
}

.new-service .we-love img{
  width: 60px;
}
.cta-btn, .cta-btn2{
    padding: 12px 25px;
    font-size: 16px;
    margin-right: 0px;
}

.three-btn h4{   
    font-size: 21px;
}

.steps .content h4{
    font-size: 22px;
}
.steps .item .content{
    padding: 100px 0px 0px 0px;
    height: 300px;
}

.sub-service-page h3{
    font-size: 32px;
    line-height: 40px;
    margin-top: 18px;
}


.three-steps .item .first{
   z-index: 10;
    position: absolute;
    right: 15px !important;
    bottom: 0 !important;
    display: none;
}
.three-steps .item .second{
      z-index: 10;
    position: absolute;
    bottom: 10px;
    right: 45%;
    display: none;
}
.three-steps .item .third{
   z-index: 10;
    position: absolute;
    right: 15px !important;
    bottom: 0 !important;
    display: none;
}

.trusted-section {
    margin-bottom: 40px;
  }
  .contact-page-form iframe{
    border-radius: 18px;
    width: 100%;
    height: 450px;
}
.about-us-first-sec{
    padding: 0px 10px;
}

}


