body{ font-family: 'Roboto', sans-serif; font-size:14px;  color: #333; margin:0 auto;  min-height:750px; height: 100%;     background: #f1f1f0;overflow-x: hidden;}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.whole-gnp{
  width: 400px;
  background: #f1f1f0;
}
.cipla-logo.float-end img {
  width: 110px;
}
.logo img {
  width: 80%;
}

i.fa-solid.fa-phone {
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #8bc34a;
  font-size: 28px;
}
h3 a {
  text-decoration: none;
  font-size: 32px;
  color: #2b538e;
}
a.btn.btn-primary {
  font-size: 20px;
  padding: 10px 30px;
  margin-top: 30px;
}
.modal-body a.btn.btn-primary{
  font-size: 20px;
  padding: 10px 30px;
  margin-bottom: 20px;
  margin-top: 0;
}
.box-shadow-top{
  background: #fff;
  box-shadow: 0px -15px 0 #8bc34a;
  border-radius: 100px;
}
.box-shadow-bottom {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0px 15px 0 #8bc34a;
  border-radius: 100px;
  border: 1px solid #8bc34a;
}

@media(max-width:420px){
  .whole-gnp {
    width: 100%;
}
}
