
.bg-bookappointment{
    background-color: #2b3991 !important;
}

.bookappsubtext{
    font-size: 15px;
    color: aliceblue;
}


.btn3 {
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 0px;
}

.bookappointment-subtitle{
    padding-top: 5rem;
}


.bookappoint-subtext-2{
  
    /* padding-top: 10rem; */
    line-height: 40px;

}

.bookappoint-button{
  text-align: center;
}

.booksubtext{
  line-height: 40px;

}




/* CSS */
.button-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  /* padding: 13px 23px; */
  padding: 13px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}

.button-23:hover {
    color: #d4b02c;
    text-decoration: none;

}

.fg{

 input[type="text"], input[type="email"], input[type="date"], input[type="time"], textarea, select{
  display: block;
  width: 100%;
  padding: 5px;
  /* padding: 15px; */
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 14px;
}
}

.bookapp-img {
  max-width: 800px;
  margin: 0 auto;

}

.bookapp-img img {
  width: 100%;
  height: auto;

}