a:hover {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  text-underline-offset: 2px;
}
/* Css Added for Contact us container */
.container-fluid.contact-us {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  height: 100vh;
  /* background: linear-gradient(96deg, #1921a3 31.9%, #fff 32%); */
  background-image: url("../images/Desktop/background-desktop.png");
  background-position: top;
  background-size: cover;
}
.container-fluid.contact-us .content-block {
  width: 60%;
  text-align: left;
  color: #1921a3;
  max-height: 99vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.container-fluid.contact-us .content-block h1 {
  font-family: "CeraProMedium", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  position: relative;
  display: inline-block;
  background-color: #00a4e2;
}
/* Css Added for Contact us container  - End*/

/* Css added For Contact Us */

.container-fluid.contact-us {
  display: flex;
  justify-content: space-between;
}
body.contactBody {
  background: #fff;
  color: #1921a3;
  /* height: 100vh;
  background: linear-gradient(96deg, #1921a3 32%, #fff 32%); */
}
.contactBody .container-fluid form .row {
  margin-bottom: 10px;
}
.contactBody .container-fluid form label {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.1rem;
  margin-top: 0.4rem;
  font-family: "CeraProMedium", Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
}
.contactBody .container-fluid form label a {
  text-underline-offset: 2px;
}
.contactBody .container-fluid form .form-check label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.logo-block {
  padding: 25px 0;
  text-align: center;
}
.logo-block img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 200px;
}
span.req {
  color: #ff3333;
}

input.error,
textarea.error {
  border-color: #ff3333;
  border-width: 2px;
  font-family: "CeraProMedium", Helvetica, sans-serif;
}

input.error:focus,
textarea.error:focus {
  border-color: #ff3333;
  border-width: 2px;
}

.backToHome {
  position: absolute;
  display: inline-flex;
  left: 25px;
  background: white;
  width: 50px;
  top: 10px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.backToHome a {
  font-family: "CeraProMedium", Helvetica, sans-serif;
  font-size: 3rem;
  display: inline-block;
  margin-top: 8px;
  transition: 0.25s all ease-in-out;
  text-decoration: none;
}
.back-container {
  position: relative;
}

.backToHome a:hover {
  transform: scaleX(1.5);
  transition: 0.25s all ease-in-out;
}

.footer-menu-contact {
  list-style: none;
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-around;
  margin-left: auto;
  margin-right: 10.5%;
}
.footer-menu-contact li {
  display: inline-flex;
  justify-content: space-between;
}
.footer-menu-contact a {
  color: #fff;
  font-family: "CeraProMedium", Helvetica, sans-serif;
}
.footer-menu .footer-item.copy-right {
  cursor: default;
}
.footer-menu .footer-item.copy-right:hover {
  cursor: default;
  text-decoration: none;
}
.submitBtn {
  background-color: #1921a3;
  color: #fff;
  margin: 10px 0;
  line-height: 1;
  padding: 10px 30px 13px 30px;
}
.submitBtn:hover {
  text-decoration: none;
  box-shadow: 0 0 2px #1921a3;
}

.footer-menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  text-align: center;
}

.footer-menu .footer-item {
  font-family: "CeraProMedium", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  letter-spacing: 0;
  text-align: left;
  color: #1921a2;
}

.footer-menu .footer-item:hover {
  text-decoration: underline;
}

.alert {
  text-align: left;
  font-family: "CeraProMedium", Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  font-family: "CeraProMedium", Helvetica, sans-serif;
  margin: 0;
  padding: 15px 30px;
  letter-spacing: 0;
}

@media (max-width: 400px) {
  .logo-block {
    width: 100%;
  }
  h1 {
    padding: 15px 25px;
  }
  .container-fluid.contact-us .content-block {
    width: 100%;
    text-align: left;
    color: #1921a3;
    max-height: 100%;
    height: auto;
    overflow: unset;
  }
  .logo-block img {
    max-width: 150px;
  }
  .content-block {
    padding: 40px 40px 0 40px;
  }
  .container-fluid.contact-us {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    height: 100vh;
    background: linear-gradient(175deg, #1921a3 43%, #fff 44%);
    /* background-image: url("../images/Mobile/background-mobile.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat; */
  }
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 401px) and (max-width: 575.95px) {
  .logo-block {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  h1 {
    padding: 15px 25px;
  }
  .container-fluid.contact-us .content-block {
    width: 100%;
    text-align: left;
    color: #1921a3;
    max-height: 100%;
    height: auto;
    overflow: unset;
  }
  .logo-block img {
    max-width: 200px;
  }
  .content-block {
    padding: 40px 40px 0 40px;
  }
  .container-fluid.contact-us {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    height: 100vh;
    background: linear-gradient(175deg, #1921a3 58%, #fff 59%);
    /* background-image: url("../images/Mobile/background-mobile.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat; */
  }
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }
}
/* @media only screen and (max-width: 767px) { */
  @media (min-width: 576px) and (max-width: 767.95px) {
    .logo-block {
      width: 100%;
    }
    .container-fluid.contact-us .content-block {
      width: 100%;
      text-align: left;
      color: #1921a3;
      max-height: 100%;
      height: auto;
      overflow: unset;
    }
    .logo-block img {
      max-width: 150px;
    }
    .content-block {
      padding: 40px 40px 0 40px;
    }
    .container-fluid.contact-us {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      height: 100vh;
      height: 100vh;
      background: linear-gradient(175deg, #1921a3 43%, #fff 44%);
    }
  }
  /* @media only screen and (min-width: 768px) { */
@media (min-width: 768px) and (max-width: 991.95px) {
  .logo-block {
    width: 100%;
  }
  .container-fluid.contact-us .content-block {
    width: 100%;
    text-align: left;
    color: #1921a3;
    max-height: 100%;
    height: auto;
    overflow: unset;
    padding: 50px 40px 0 40px;
  }
  .container-fluid.contact-us {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    height: 100vh;
    background: linear-gradient(175deg, #1921a3 41%, #fff 42%);
    /* background-image: url("../images/Mobile/background-mobile.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat; */
  }
}
@media (min-width: 992px) {
  .content-block {
    padding: 30px 40px 20px 10px;
  }
  .footer-menu .footer-item {
    padding-left: 30px;
  }
  .logo-block {
    width: 28%;
  }
  .content-block {
    width: 60%;
  }
  .footer-menu {
    padding: 0;
    justify-content: center;
    padding-right: 30px;
  }
  .footer-item  {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 54%;
  }
  .footer-menu {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .content-block {
    padding: 30px 40px 20px 10px;
  }
  .footer-menu .footer-item {
    padding-left: 30px;
  }
  .content-block h1 {
    height: 64px;
  }
  footer {
    width: 65%;
  }
}
.contactBody h1.h1-responsive::before {
  content: "";
  position: absolute;
  width: 20px;
  background-color: #00a4e2;
  transform: skewX(-9deg);
  transform-origin: top right;
  z-index: 99;
  top: 0px;
  bottom: 0;
  left: -1px;
  height: 100%;
}
.contactBody h1.h1-responsive::after {
  content: "";
  position: absolute;
  width: 20px;
  background-color: #00a4e2;
  transform: skewX(-9deg);
  transform-origin: top right;
  z-index: 99;
  top: 0px;
  bottom: 0;
  left: 96%;
  height: 100%;
}

.form-check #checkAcceptConsent {
  margin-top: 11px;
}
.form-check .form-check-label:hover,
.form-check #checkAcceptConsent:hover {
  cursor: pointer;
  user-select: none;
}
