/* Desktops (with large screens) */
@media only screen and (min-width : 1824px) {
  
    
}



/* Laptops */

@media only screen and (min-width : 125px) and (max-width : 1440px) {

}



/* Tablets and iPads */
@media only screen and (min-width : 769px) and (max-width : 1024px) {
   


}

/* @media(min-width:576px){
   
  }
  @media(min-width:768px){
  
  }
  @media(min-width:992px){

  }
  @media(min-width:1200px){

  } */

@media only screen and (min-width : 481px) and (max-width : 768px) {

}

/* Just smartphones */
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .welcome-wrap {

    padding:0 0 15px 0;
}
.page-title {
  font-size: 26px;
  margin-bottom: 15px;

}
.page-title span{font-size: 18px; margin-top: 15px;}
  .services-box h3 {
 
    font-size: 20px;
    font-weight: 400;
}

  .sum-head-text{padding: 5px;}
  .mvs-wrap {
    border-radius: 0;

}
  .mvs-wrap h2 {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}
.mvs-wrap p{margin-bottom: 0;}
.our-value h4 span::after{display: none;}
.bgg1{display: none;}
.our-value .list li {

  font-size: 14px;
}
.from-desk-img {
  float: left;
  text-align: center;
  margin: 0;
}

.about-wrap p {
  font-size: 14px;

  float: left;
}

.inner-hed-wrap img {
  width: 100%;
  float: left;
  min-height: 150px;
}

.inner-hed-wrap .inner-hed-text {

  top: 30%;

}

.btn span{display: none;}
}


}




