h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h3,
h5 {
  color: #333333;
}

a,
p,
ul {
  font-family: "Montserrat", sans-serif;
}

.text-custom {
  color: #2991cc;
}

a:hover {
  color: #3b6d8a;
}

.link-unstyled {
  text-decoration: none;
}

/* Bullets */
.bullets li::marker {
  font-family: bootstrap-icons;
  content: "\f633";
  color: #2991cc;
  font-size: 1.5rem;
  list-style-position: inside;
}

/* Styled Colon on Card*/
.card-text::before {
  content: '"';
  color: #2991cc;
  display: inline-block;
  font-family: "BIZ UDPMincho", serif;
  font-size: 5rem;
  position: absolute;
  margin-left: -0.3rem;
  margin-top: -3.2rem;
}

/* Center Brand on Navbar */
.navbar-brand-centered {
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  width: auto;
}

.nav-item {
  letter-spacing: 0.1rem;
}

.nav-contact {
  margin-right: 5rem;
  margin-right: 0.3rem;
  text-decoration: none;
}

.nav-style {
  font-size: 0.9rem;
  text-decoration: none;
}

/* Remove Toggler border */
.navbar-toggler {
  border: none;
}

/* Toggler appearance */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* Removes outline from toggle button and buttons */
.btn:focus,
.btn:active,
.navbar-toggler:focus,
.navbar-toggler:active,
.accordion-button:focus,
.accordion-button:active {
  box-shadow: none;
  outline: none;
}

.logo-custom {
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-border {
  border-bottom: 0.5px solid #8d8d8d;
}

.location-icon {
  color: #2991cc;
  font-size: 40px;
}

/* Icons on small devices */
.feature-icon {
  height: 3rem !important;
  width: 3rem !important;
}

.border-bottom {
  border-bottom: 0.6px solid #8d8d8d !important;
}

.covid-heading {
  padding-left: 40%;
  text-align: left;
  text-shadow: 1px 1px 4px rgb(28, 28, 28);
}

.parallax {
  /* background-image: url("main-large.jpg");
  /* Set a specific height */
  /* min-height: 500px; */
  /* Create the parallax scrolling effect - DOES NOT WORK IN MOBILE DEVICES */
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.imgCovid {
  background-image: url("../../assets/covid/covid-lg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.contact-style {
  margin-right: 0.2rem;
}

.list-insurance {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-insurance li {
  display: inline;
}

.icon-style {
  color: #2991cc;
  font-size: 1.2rem;
}

/* Carousel */
.carousel-caption {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  color: #000;
}

.carousel-item {
  background: linear-gradient(
    180deg,
    rgba(66, 186, 255, 1) 0%,
    rgba(41, 145, 204, 1) 50%
  );
  min-height: 390px;
}

/* Carousel Indicators: under */

.svg-align {
  vertical-align: middle !important;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.bg-custom-nav {
  background-color: #14233c;
}

.bg-custom {
  background-color: #2991cc;
}

.bg-custom-contact {
  background: linear-gradient(99deg, rgb(34, 111, 159) 0%, rgb(20, 35, 60) 80%);
}

.bg-out {
  background-color: #f7f7f7;
  padding-bottom: 2rem;
}

.bg-boxes {
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.bg-footer {
  background: #1e3761;
  background: linear-gradient(
    180deg,
    rgb(30, 55, 97) 0%,
    rgb(25, 45, 78) 20%,
    rgb(20, 35, 60) 100%
  );
}

.btn-outline-nav {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 0.4rem 0.8rem;
}

.btn-outline-nav:hover {
  background-color: #ffffff !important;
  border-color: #2991cc !important;
  color: #14233c !important;
}

.btn-custom {
  background-color: #2991cc;
  border-color: #2991cc;
  color: #ffffff;
  padding: 0.4rem 0.8rem;
}

.btn-custom:hover {
  background-color: #ffffff !important;
  border-color: #2991cc !important;
  color: #2991cc !important;
}

.btn-outline-custom {
  background-color: transparent;
  border-color: #2991cc;
  color: #2991cc;
  padding: 0.4rem 0.8rem;
}

.btn-outline-custom:hover {
  background-color: #2991cc !important;
  border-color: #2991cc !important;
  color: #ffffff !important;
}

/* CSS For Contact Form Only */
.contact-section {
  padding: 5rem 0;
}

.wrapper {
  width: 100%;
  -webkit-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
  background: #ffffff;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

.info-wrap {
  color: rgba(255, 255, 255, 0.8);
}

.info-wrap h3 {
  color: #ffffff;
}

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 500;
  color: #ffffff;
}

.info-wrap .dbox p a {
  color: #ffffff;
}

/* .info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
} */
/* Size and Color of icons in contact form */
.info-wrap .dbox .icon span {
  font-size: 35px;
  color: #ffffff;
}

.info-wrap .dbox f {
  width: calc(100% - 50px);
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
}

.dbox a {
  text-decoration: none;
}

.form-group {
  color: #ffffff;
}

textarea.form-control {
  min-height: calc(6em + 0.75rem + 2px);
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.accordion-item {
  border: 1px solid black !important;
  border-radius: 0.5rem !important;
  margin-bottom: 3px !important;
}

.accordion-button {
  font-size: 1.2rem;
  color: rgb(70, 70, 70);
  /* background-color: rgba(20, 35, 60, 0.125); */
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  border-radius: 0.5rem !important;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #2991cc;
  box-shadow: 1px 1px 10px rgb(138, 138, 138) !important;
  border-radius: 0.5rem 0.5rem 0 0 !important;
}

/* -------- MEDIA QUERIES -------- */
/* X-SMALL SCREENS */
@media only screen and (max-width: 575.98px) {
  /* Slight increase in with of Navbar on small screens */
  .navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .navbar-brand-centered {
    letter-spacing: -0.5px;
  }
  .btn-nav {
    padding: 0.2rem 0.8rem;
    color: #ffffff;
    border-color: #ffffff;
  }
  .parallax {
    background-attachment: scroll;
    background-image: url("../assets/hero/main-sm.jpg");
    /* Set a specific height */
    min-height: 450px;
  }
  .parallax-text {
    padding: 27% 13%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  .imgCovid {
    background-image: url("../../assets/covid/covid-sm.jpg");
    min-height: 250px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .covid-heading {
    padding-left: 40%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  .hidden-desktop {
    display: none;
  }
  p.fs-5,
  a.fs-5,
  ul.fs-5 {
    font-size: 1rem !important;
  }
  .accordion-button {
    font-size: 1rem;
  }
  .device-size-h {
    font-size: 1.3rem;
  }
  .bullets li::marker {
    font-size: inherit;
  }
  /* Logos */
  .insurance-logo {
    height: 45px;
  }
  .gcc-logo,
  .bca-logo {
    height: 45px;
  }
  /* Icon Background */
  .icon-square {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 0.4rem;
  }
  /* SVG */
  svg.svg-navbar {
    height: 1.3rem;
    width: 1.3rem;
  }
  svg.svg-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  svg.svg-contact {
    height: 1.125rem;
    width: 1.125rem;
  }
  .svg-footer-contact {
    height: 1.125rem;
    width: 1.125rem;
  }
  svg.svg-socialmedia {
    height: 1.25rem;
    width: 1.25rem;
  }
  .text-footer {
    font-size: 0.85rem;
  }
  .location-icon {
    font-size: 30px;
  }
  .contact-section {
    padding: 3rem 0;
  }
  .carousel-item {
    min-height: 320px;
  }
}
/* SMALL SCREENS */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  /* Slight increase in with of Navbar on small screens */
  .navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .navbar-brand-centered {
    letter-spacing: -0.5px;
  }
  .btn-nav {
    padding: 0.2rem 0.8rem;
    color: #ffffff;
    border-color: #ffffff;
  }
  .parallax {
    background-attachment: scroll;
    background-image: url("../assets/hero/main-sm.jpg");
    /* Set a specific height */
    min-height: 450px;
  }
  .parallax-text {
    padding: 27% 13%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  .imgCovid {
    background-image: url("../../assets/covid/covid-sm.jpg");
    min-height: 250px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .covid-heading {
    padding-left: 50%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  .hidden-desktop {
    display: none;
  }
  p.fs-5,
  a.fs-5,
  ul.fs-5 {
    font-size: 1rem !important;
  }
  .accordion-button {
    font-size: 1rem;
  }
  .device-size-h {
    font-size: 1.3rem;
  }
  .bullets li::marker {
    font-size: inherit;
  }
  /* Logos */
  .insurance-logo {
    height: 50px;
  }
  .gcc-logo,
  .bca-logo {
    height: 50px;
  }
  /* Icon Background */
  .icon-square {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 0.5rem;
  }
  /* SVG */
  svg.svg-navbar {
    height: 1.3rem;
    width: 1.3rem;
  }
  svg.svg-icon {
    height: 1.7rem;
    width: 1.7rem;
  }
  svg.svg-contact {
    height: 1.125rem;
    width: 1.125rem;
  }
  .svg-footer-contact {
    height: 1.25rem;
    width: 1.25rem;
  }
  svg.svg-socialmedia {
    height: 1.375rem;
    width: 1.375rem;
  }
  .text-footer {
    font-size: 0.9rem;
  }
  .contact-section {
    padding: 4rem 0;
  }
  .carousel-item {
    min-height: 250px;
  }
}
/* MEDIUM SCREENS */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* Slight increase in width of Navbar on small screens */
  .navbar {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .navbar-brand-centered {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
  }
  .btn-nav {
    padding: 0.2rem 0.8rem;
    color: #ffffff;
    border-color: #ffffff;
  }
  .parallax {
    background-image: url("../assets/hero/main-md.jpg");
    /* Set a specific height */
    min-height: 300px;
    background-attachment: scroll;
  }
  .parallax-text {
    padding: 7% 10%;
    text-align: center;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  .hidden-mobile {
    display: none;
  }
  .covid-heading {
    padding-left: 50%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  p.fs-5,
  a.fs-5,
  ul.fs-5 {
    font-size: 1.125rem !important;
  }
  .device-size-h {
    font-size: 1.3rem;
  }
  /* Logos */
  .insurance-logo {
    height: 55px;
  }
  .gcc-logo,
  .bca-logo {
    height: 57px;
  }
  /* Icon Background */
  .icon-square {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.5rem;
  }
  /* SVG */
  svg.svg-navbar {
    height: 1.2rem;
    width: 1.2rem;
  }
  svg.svg-icon {
    height: 1.7rem;
    width: 1.7rem;
  }
  svg.svg-contact {
    height: 1.125rem;
    width: 1.125rem;
  }
  .svg-footer-contact {
    height: 1.25rem;
    width: 1.25rem;
  }
  svg.svg-socialmedia {
    height: 1.4rem;
    width: 1.4rem;
  }
  .text-footer {
    font-size: 0.9rem;
  }
  .carousel-item {
    min-height: 250px;
  }
}
/* LARGE SCREENS */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .navbar-nav-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    width: auto;
  }
  .parallax {
    background-attachment: scroll;
    background-image: url("../assets/hero/main-lg.jpg");
    /* Set a specific height */
    min-height: 450px;
  }
  .parallax-text {
    padding: 25% 25%;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(28, 28, 28);
  }
  .hidden-mobile {
    display: none;
  }
  p.fs-5,
  a.fs-5,
  ul.fs-5 {
    font-size: 1.25rem !important;
  }
  .device-size-h {
    font-size: 1.8rem;
  }
  .covid-heading {
    padding-left: 50%;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(28, 28, 28);
  }
  /* Logos */
  .insurance-logo {
    height: 60px;
  }
  .gcc-logo,
  .bca-logo {
    height: 60px;
  }
  /* Icon Background */
  .icon-square {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
  }
  /* SVG */
  svg.svg-navbar {
    height: 1.3rem;
    width: 1.3rem;
  }
  svg.svg-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  svg.svg-contact {
    height: 1.125rem;
    width: 1.125rem;
  }
  .svg-footer-contact {
    height: 1.25rem;
    width: 1.25rem;
  }
  svg.svg-socialmedia {
    height: 1.4rem;
    width: 1.4rem;
  }
  .text-footer {
    font-size: 1rem;
  }
  .carousel-item {
    min-height: 300px;
  }
}
/* X-LARGE SCREENS */
@media only screen and (min-width: 1200px) {
  .navbar {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .navbar-nav-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    width: auto;
  }
  .parallax {
    background-image: url("../assets/hero/main-lg.jpg");
    /* Set a specific height */
    min-height: 70vh;
    background-attachment: scroll;
  }
  .parallax-text {
    padding: 17% 23%;
    text-align: center;
    text-shadow: 3px 3px 6px rgb(28, 28, 28);
  }
  .hidden-mobile {
    display: none;
  }
  .hidden-desktop {
    max-height: 450px;
  }
  .device-size-h {
    font-size: 2rem;
  }
  /* Logos */
  .insurance-logo {
    height: 60px;
  }
  .gcc-logo,
  .bca-logo {
    height: 70px;
  }
  /* SVG */
  svg.svg-navbar {
    height: 1.3rem;
    width: 1.3rem;
  }
  svg.svg-icon {
    height: 1.8rem;
    width: 1.8rem;
  }
  svg.svg-contact {
    height: 1.25rem;
    width: 1.25rem;
  }
  .svg-footer-contact {
    height: 1.25rem;
    width: 1.25rem;
  }
  svg.svg-socialmedia {
    height: 1.5rem;
    width: 1.5rem;
  }
  .text-footer {
    font-size: 1rem;
  }
  .carousel-item {
    min-height: 300px;
  }
}
