@media only screen and (min-width: 320px) and (max-width: 479px)
{ .top-text {
  padding-left: 14px;
  font-size: 10px;
} 
#slider{display: none !important;}
.rate-table{display: none;}
.section-space100 {
  padding-top: 10px;
  padding-bottom: 20px;
}
h3.text-center.display-4.mt-5 {
  font-size: 14px !important;
}
iframe {
  width: 100% !important;
  height: 97px !important;
  border-radius: 10px !important;
}
h1.text-white.colo-head {
   font-size: 22px;
}
p.text-white.colo-head {
  font-size: 11px !important;
}
h1 {
  font-size: 24px !important;;
}
.text-big {
  font-size: 16px !important;
}
.tiny-footer {
  font-size: 10px !important;
}
p.address-text {
  text-align: center !important;
}

p.call-text {
    text-align: center !important;
}
p{font-size: 14px !important;;}



}

@media only screen and (min-width: 480px) and (max-width: 767px){ 
  .top-text {
    padding-left: 14px;
    font-size: 10px;
}
 }

@media only screen and (min-width: 768px) and (max-width: 991px){ 
  
 }

@media only screen and (min-width: 992px){  }