.container{
  max-width:1200px;
}
.jumbotron {
  color: red;
}
.card {
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 1px rgb(0 0 0 / 15%);
}
.card {
  margin-bottom: 3.5rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
  padding: 30px;
}
.card{
  border-top: 4px solid rgb(32, 168, 216);
  border-bottom: 4px solid rgb(32, 168, 216);
}
.logo{
  margin-top: 20px;
  margin-bottom: 20px; 
  width:20%;
}
/* .secure-checkout-img-billing{
  position: absolute;
   margin-left: auto; margin-right: auto; left: 0px; right: 0px;
  
} */
.form-control-css{
  height: 50px !important; 
  font-size: 16px;
  margin-top: 10px;
}

.ship-p{
  float: right; font-size: 12px; color: blue; text-decoration: underline; cursor: pointer;
}
.hide{
display: none;
}

@media (max-width: 480px) {
  .secure-checkout-img-billing{
    width: 100%;
  }
}
