
/* 1025px to 1199px (medium desktops) */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* styles yaha dalen */
}


/* 992px to 1024px (tablet landscape & small desktops) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  /* styles yaha dalen */
}


/* 768px to 991px (tablet portrait to small laptop) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* styles yaha dalen */
}

/* Up to 767px (mobile landscape & small devices) */
@media only screen and (max-width: 991px) {
  /* styles yaha dalen */
}

/* Up to 767px (mobile landscape & small devices) */
@media only screen and (max-width: 767px) {
  .home-banner{
  padding: 100px 15px;
  }
  nav .navbar-toggler{
      order: 3;
   }
   .hero-content h1 {font-size: 34px;}
}


/* 320px to 480px */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .icon-tel{
	font-size:0px !important;
    grid-gap: 0 !important;
    padding: 15px !important;
}
.btn-custom i{
	font-size: 16px !important;
}
}