html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: black;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

footer p a:link {
  color: rgb(70, 94, 155);
}

.bg-gradient-dark {
  background-color: rgba(11, 27, 103, 1);
}

.text-blue-dark {
  color: rgba(11, 27, 103, 1);
}
.text-dark {
  color: rgba(11, 27, 103, 1) !important;
}
.text-md {
  font-size: 0.9rem;
}
.text-sm {
  font-size: 0.83rem;
}
.text-xs {
  font-size: 0.7rem;
}

.text-muted {
  color: rgb(79, 79, 79) !important;
}

.logo {
  height: 2rem;
}

.bg-light-gray {
  background-color: rgba(229, 237, 240, 0.507);
}

p a:link,
p a:visited,
.link:link,
.link:visited {
  color: rgb(0, 119, 247);
  transition: color 200ms ease;
}

p a:hover,
p a:active,
.link:hover,
.link:active {
  color: red;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .car-btn {
    width: 48%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .fixedclass {
    position: fixed !important;
    width: 18.5rem;
    top: 5px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .fixedclass {
    width: 16.5rem;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .fixedclass {
    width: 18rem;
  }
  .car-btn {
    width: 22%;
  }
}

.icon {
  height: 1.5rem;
}

.disclaimer-text {
  font-size: 12px;
}
