/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.socail-icon {
  display: none;
}
 
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.socail-icon {
  display: none;
}
  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  

}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

}

/* Custom Wide Layout: 650px. */
@media only screen and (min-width: 650px) and (max-width: 767px) {

  
}
