.navbar-logo1{
    max-width: 25%;

    margin-top: -70px;
    margin-bottom: -80px;
}

.card{
    border-radius: 5px;
    height: 370px;
}
.jumbotron{
    margin-bottom: -20px;
   
}
.card-body{
    text-align: center;
    margin-top: 20px;
}

.banner-setip{
    text-align: left;
    color: blue;
}

.orange-text{
    color: rgb(252, 99, 43);
}
.btn-group{
   margin-left: 22px;
   margin-top: 15px;
}

.btn-group:hover {
    background-color: rgb(195, 208, 224);
    color: rgb(249, 9, 9);
  }

 .text-center-aligned{
    margin-left: 10px;
 }


 .banner-area{
    color:orange
}

@media screen and (max-width: 600px) {
    .navbar-logo1 {
      max-width: 60%;
      margin-left: -30px;
    }
    .d-flex{
        justify-content: center !important;
        align-items: center !important;
        justify-items: center !important;
        margin-right: 22px;
    }
  }

/* maps */


.form-control{
    border-color: rgb(130, 123, 123) !important;
}