@media (max-width: 767px) { 
	.bg-image{background-image: url('../images/bgmobile.jpg'); height:40vh !important; }
    .quote-pad{padding: 20px 15px 20px 15px;}
    .sticky-footer{display:block; position:fixed;bottom:0px;background-color:#FFE731; width:100%; height:80px;}
    .sticky-footer .fas{font-size: 22px;}
    .sticky-footer span{float:left; width:100%;font-size: 15px;font-weight: 400;text-transform: uppercase;}
    .brl{border-left: 1px solid #666; border-right: 1px solid #666;}
    .sticky-footer .mat-toolbar-row{padding-top: 20px;}
    .footer-bottom{margin-bottom:10px ;}
    .btm-footer{margin-bottom:20px;}
    .form-grp2 .fa {margin-left: -17%;}
    .tb-booking-form {width: 95%; margin: 30px auto;}
    .slot-header {display: block;}
    .slot-time{float: left;width: 100%;}
    .slot-price{float: left;width: 50%; text-align: center;}
    .btn .badge{top: 0px !important;}
  }

  
@media (min-width: 768px) and (max-width: 1024px) {
    .bg-image{height:40vh !important; }
    .quote-pad{padding: 20px 10px 20px 10px;}
    .mat-typography h6{font-size: 22px !important;}
}