@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
:root{
  --open-sans: 'Open Sans', sans-serif;
  --theme-color: #CC0308;
  --black-color: #000000;
  --white-color: #ffffff;
  --navy-blue: #0e1137;
  --border: 2px solid var(--theme-color);
}

body, p{
   line-height: 1.428571429 !important;
}

a{
   text-decoration: none !important;
}

a, .d-appointment-button-b{
  transition: cubic-bezier(0.19, 0.84, 0.86, 0.3) .3s; 
}

h1,h2,h3,h4,h5,h6,p{
   margin-bottom: 0px;
}

.text-red{
  color: var(--theme-color);
}

.mw_850 .container{
   max-width: 850px !important;
}

#apptSubmitBtn {
    background: #5cb85c;
    transition: ease .3s;
}

#apptSubmitBtn:hover {
    color: #fff;
    background: #46a046;
}

