

div.card-body {
   margin-top: 3%;
   padding: 0px
}
.booking-card{
   margin-top:2%;
}
.custom-select {
   width: 100%
}

.btn2 {
   margin-left: 10%
}

input {
   outline: 0 !important;
   border-width: 0 0 2px !important;
   border-color: #d1d1cf !important
}

input:focus {
   border-color: #d1d1cf !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important
}

select {
   outline: 0 !important;
   border-width: 0 0 2px !important;
   border-color: #d1d1cf !important
}

select:focus {
   border-color: #d1d1cf !important;
   -webkit-box-shadow: none !important;
   box-shadow: none !important
}

.radiobtn {
   margin-left: 3.5%
}



@media only screen and (max-width: 600px) {
   .card {
       margin: auto;
       border: solid 1px #dbdad7;
       width: 90%;
       padding-left: 10px !important;
       padding-bottom: 10px !important;
       padding-right: 10px !important;
       padding-top: 0px !important
   }

}

