@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
}

body {
  font-family: Montserrat,sans-serif;
  color: #4f4f4f;  
  top: 25px;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(234, 234, 234) 100%);
}
h1, h2, h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.025em;
  text-align: left;
  text-transform: uppercase;
  color: #4F4F4F;
}
h1 {
  font-size: 1.5rem;
  line-height: 38px;
}
h1 > span {
  font-size: 1rem;
}
h2 {
  font-size: 20px;
  line-height: 25px;
}
img {
  margin-top: 50px;
  margin-bottom: 50px;
}
.clear {
  margin-top: 0px;
  margin-bottom: 0px;
}
.attention{
  color: #E30000;
}
p {
    margin-top: 28px;
    padding-bottom: 1rem;
}
.menu {
  position: fixed;
  padding: 15px 0;
  width: 100%;
  z-index: 200;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  transition: top 0.3s ease 0s;
  box-shadow: 0 1px 20px rgb(0 0 0 / 25%);
}
.content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.highlight {
  background-color: #2496CC;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.highlight h2 {
  color: white;
}
.space-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.space-t-50{
  padding-top: 50px;
}
.footer {
  background-color: #4f4f4f;
  color: white;
  padding-bottom: 24px;
  padding-top: 24px;
  font-size: 14px;
  line-height: 1.75;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer a:hover {
  color: white;
}
.w-opt {
  max-width: 400px;
}
.w-450{
  max-width: 450px;
}
.opt {
  margin-bottom: 15px;
}
.f-600 {
  font-weight: 600;
}
.m-t50 {
  margin-top: 50px;
}
.errorlbl {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
}
.error{
  color: #E30000;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
}
.errorMsg{
  color: #E30000;
}
.successMsg{
  color: green;
}
.container > ul {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.container > ul > li > a {
  text-decoration: none;
  color: #4F4F4F !important;
}
.container {
  max-width: 1200px;
}
form > .row {
  margin: 15px 0;
}
label {
  margin: 0px;
  font-weight: 600;
}
input[type=radio], input[type=checkbox]{
    margin: 5px 5px 5px 15px;
}
.fminput {
  border: 1px solid #4F4F4F;
  border-radius: 5px;
  padding: 0 10px;
  width: 288px;
  height: 36px;
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.025em;
  color: #4F4F4F;
}
.fmtextarea {
  border: 1px solid #4F4F4F;
  border-radius: 5px;
  padding: 10px 10px;
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.025em;
  color: #4F4F4F;
  width: 100%
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: flex;
  align-items: center;
}
.btn {
  width: 162px;
  height: 37px;
  background: #175681;
  border-radius: 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 20px;
  padding: 8px 40px;
  border-radius: 4px;
  color: #FFFFFF;
  float: right;
}
.btn:hover{
  background-color: rgb(16, 60, 90);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  object-fit: scale-down;
}
.f-size-18 {
  font-size: 18px;
}
.btnContainer {
    display: flex;
    justify-content: right;
}
.mobilelogo {
  display: none;
}
@media screen and (max-width: 768px) {
 .btnContainer {
   justify-content: normal;
  } 

@media screen and (max-width: 576px) {
  .w-opt {
    max-width: 300px;
  }
  .imgheader {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .mobilelogo {
    display: flex;
  }
  .desktoplogo {
    display: none;
  }
}
