.en{
  font-family: 'Poppins', sans-serif;
}
main{
     
        max-width: 620px;
    
        background: #ffffff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
        box-shadow: 0 0 40px 5px rgba(9, 54, 45, 0.05);
        margin: auto;


    
}
select::-webkit-input-placeholder {
  text-align: center;
}
.addbtn{
  width:40px;
  height: 40px;
  background: #8ac33f;
    padding: 4px;
    border-radius: 8px;
}
.plusicon{
  fill: #FFFFFF;
}
.addbtn img{
margin-top: 8px;
}
.podbtn{
      background: #fedd00;
        padding: 4px;
        border-radius: 8px;
}
.topcorner{
  position: fixed;
  top:0px;
  left:0px;
  z-index: -1;
}
.bottomcorner{
  position: fixed;
  bottom:0px;
  right:0px;
  z-index: -1;
}
.max500{
  max-width: 500px;
  margin: 0 auto;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
body{
   font-family: 'Noto Kufi Arabic', sans-serif;
   /* background-image: url(images/smallbg.png);*/
    background-repeat: no-repeat;
    background-position: 87% 50%;
    background-size: 20%;
  

}
.checkboxmsg{
  border: solid 1px #00bce7;
    padding: 10px;
    background: #00bce717;
    padding-left: 37px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.small{
  font-size: 12px;
}
.finput{
      font-family: 'Noto Kufi Arabic', sans-serif;
  text-align: center;
border: solid 1px #929595;
    border-radius: 7px;
height: 40px;

text-align: center;
font-size: 16px;
margin-bottom: 5px;

  text-align-last: center;
}
.form-control:focus {
  border-color: #8dc640;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary{
  background: #b31e8c;
  border-color:#b31e8c;
}
.btn-primary:hover{
  background: #b64c9a;
  border-color:#b31e8c;
}
form{
  max-width: 500px;
  margin: 0 auto;
  border:solid 2px #fff;
  border-radius: 20px;
  padding: 20px;
}
footer{
  
}
.mobileshow{
  display: none;
}
.footerlogo{
  max-width: 400px;
}
@media screen and (max-width: 576px) {

  .footerlogo {
    width: 90%;
  }
  main{
    border:none;
    max-width: 90%;
    background: #ffffffc9;
  }
  .mobileshow{
    display: inline;
  }
  .mobilehide{
    display: none;
  }
  h4{
        font-size: 20px;
  }
}
