body{
  margin:0;
  font-family:system-ui, Arial;
  background:#0E7C3A;
  color:#fff;
}
.topbar{
  background:#F6C400;
  color:#064420;
  padding:12px;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:12px;
}
.title{flex:1;text-align:center}
main{padding:12px}
.card{
  background:#fff;
  color:#064420;
  padding:12px;
  border-radius:12px;
  text-align:center;
  margin-bottom:10px;
}
select,input,button{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:none;
  margin:6px 0;
  font-weight:900;
}
.today-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:10px;
}
.box{
  border-radius:16px;
  padding:12px 5px;
  text-align:center;
  font-weight:900;
}
.sehri{background:#9BE7AE;color:#064420}
.iftar{background:#FFD84D;color:#5A3A00}
.big{font-size:26px}
.countdown{font-size:14px}
table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  background:#fff;
  color:#064420;
}
th,td{
  border:1px solid #F6C400;
  padding:3px;
  text-align:center;
}
th{background:#ffd84d}
.today-row{
  background:#9be7ae !important;
  font-weight:900;
}
.dua{
  border:2px solid #F6C400;
  border-radius:12px;
  padding:10px;
  margin-top:10px;
}
.footer{
  /* margin-top:12px;
  margin-top: 20px; */
  margin-right: 10px;
  padding: 10px 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:2px solid #F6C400;
  padding-top:10px;
}
.logo{
  width: 150px;
  height: 150px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  background-color: #fff;
}
#sideMenu{
  position:fixed;
  left:-250px;
  top:0;
  width:250px;
  height:100%;
  background:#114d2d;
  padding:20px 0;
  transition:.3s;
  padding-top: 0;
}
#sideMenu a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
#sideMenu a:hover{
  background: rgba(0,0,0,0.4);
}
#overlay{
  display:none;
  position:fixed;
  /* inset:0; */
  background:rgba(0,0,0,.5);
}
#menuBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.backBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.pinInp{
  border: 1px solid #ddd;
  width: 94%;
}
.tableInp{
  width: 70%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
}
/**new**/


.footer-companies{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.company-card{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

/* vertical divider */
.company-card:first-child{
    border-right: 2px dashed #444;
}

.company-card .logo{
    width: 110px;
    min-width: 110px;
    text-align: center;
}

.company-card .logo img{
    max-width: 95px;
    max-height: 75px;
    object-fit: contain;
}

.company-card .company{
    padding-left: 12px;
    font-size: 13px;
    color: #111;
    line-height: 1.45;
}

.company-card .cname{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.company-card .phone{
    font-weight: 600;
    margin-top: 4px;
}

.company-card a{
    text-decoration: none;
    color: #0073ff;
    font-weight: 600;
    display: inline-block;
    margin-top: 3px;
}

  .logo img{    
    width: 120px;
    height: 120px;
    object-fit:contain;
}

.company{
    font-size:14px;
    line-height:1.5;
    font-weight:500;    
    padding-left: 20px;
}

.compCard {
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.compCardlogoDiv {
  text-align: center;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
  border-radius: 5px;
  background: rgba(0,0,0,0.04);
  padding: 10px;
}
.compCardlogo {
  width: 50%;
}
.compH3 {
  margin: 0;
  color: #0e7c3a;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.compCntDiv{
  margin-top: 10px;
}
.addrP {
  color: #000;
  text-align: center;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 20px;
  font-weight: 600;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}
.compP {
  margin-top: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
}
.compP a {
  color: #0e7c3a;
  text-decoration: none;
}
/** Dua Screen **/
.mainDiv {
  background: #fff;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.titH4 {
  margin-top: 0;
  color: #0e7c3a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 5px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
.cntP {
  margin-top: 0;
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.fntbld{
  font-weight: 600;
}
.whatImg {
  width: 35px;
  vertical-align: top;
  margin-right: 10px;
}
/** Dua Screen **/
.menuImgDiv {
  text-align: center;
  background: #ffd84d;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
}
.clsIcon {
    position: absolute;
    width: 35px;
    right: 0;
    top: -5px;
    border-radius: 4px;
    background: #f22424;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}
.menuImg {
  width: 100px;
}
.menImg {
    width: 25px;
    vertical-align: top;
    margin-right: 5px;
}
.callA{
  display: block;
    text-decoration: none;
}
.topMenuDiv {
  position: absolute;
  right: 10px;
  top: 8px;
}
.topImg {
  width: 40px;
  background: #084a22;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 4px;
}
.titH3 {
  text-align: center;
  margin-top: -5px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(0,0,0,0.4);
  padding-bottom: 10px;
  border-radius: 5px;
  padding-top: 4px;
}
.topSpn{
 display: inline-block;
  color: #fff;
  vertical-align: top;
  line-height: 38px;
  font-size: 20px;
  font-weight: 700;
}

/** Responsive code **/
@media only screen and (max-width: 768px)
{
  .compCardlogo {
    width: 100%;
  }
  .compCard {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .big {
    font-size: 17px;
}

}