
/* XL (laptop) Device*/
@media screen  and (max-width: 1500px) {

}

/* LG Device*/
@media screen and (max-width: 1200px) {


}


/* MD Device*/
@media screen and (max-width: 991px) {
    .banner .social ul {
       position: absolute;
       right: 18%;
    }
    /*service*/
    .services__single-servie {
       padding: 2.2rem;
   }
    .services__single-servie span i {
        width: 3rem;
        height: 3rem;
        line-height: 1.6;
  }
  .services__single-servie .content h4 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .services__single-servie .content p {
    letter-spacing: 0px;
  }
 

}


/*  small Device.*/
@media screen and (max-width: 767px) {
    .banner {
       height: 38rem;
   }
   .banner .text-content {
      margin-top: 12rem;
   }
    .banner .pthumb {
        display: none;
    }
    .banner .social ul {
       position: absolute;
       left: 15%;
    }

}

/* Extra  Small Device*/
@media  screen and (max-width: 576px) {


}