@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy/Gilroy-Bold1.otf?-fvbane") format("opentype");
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy/Gilroy-Light1.otf?-fvbane") format("opentype");
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy/Gilroy-Medium1.otf?-fvbane") format("opentype");
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy/Gilroy-Regular1.otf?-fvbane") format("opentype");
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Gilroy-Regular" !important;
  background: #f2f2f2;
}
html,
span,
div,
strong,
p,
ul,
li,
a {
  font-family: "Gilroy-Regular";
}

ul {
  padding-left: 1rem !important;
}

ol {
  padding-left: 1rem !important;
}

.page-header {
  height: auto;
  width: 100%;
  position: relative;
}

.page-header .nav .logo {
  background-size: contain;
  margin: 0px 12px;
  height: 35px;
  width: 100px;
  background-repeat: no-repeat;
  background-image: url(../images/Logo-text.svg);
}

.page-header .nav {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.page-header .info {
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header .info img {
  width: 20%;
  margin-bottom: 2%;
}

.page-header .info a img {
  width: 40%;
  margin-right: 2%;
}

.page-header .nav .row {
  display: flex;
  flex-direction: row;
  margin: auto;
  padding: 16px 0px;
}

.page-header .nav .nav-menu {
  flex: 1;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy-Medium";
  text-align: right;
}

.page-header .nav .nav-menu a {
  padding: 32px 12px;
  color: #fff !important;
  text-decoration: none !important;
}

.page-header .nav .nav-menu a:hover {
  opacity: 0.8;
}

.page-title {
  text-align: center;
  margin: 32px 8px;
}

.page-title h1 {
  font-family: "Gilroy-Bold";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
}

.page-title span {
  font-family: "Gilroy-Medium";
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
}

.card {
  border: unset !important;
}

.card-body {
  padding: 1rem 0rem !important;
}

.card-body p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
}

.section-header {
  text-decoration: unset !important;
  font-family: "Gilroy-Bold";
  font-size: 18.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4b4b4b;
  outline: none !important;
  position: relative;
  width: 100%;
  padding-right: 40px;
}

.section-header:focus {
  outline: none !important;
  box-shadow: none !important;
}

.section-header::after {
  content: " ";
  top: 16px;
  background-image: url("../images/Open_Close_icon.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
}

.section-header.collapsed::after {
  /* transition: 100ms; */
  content: " ";
  top: 4px;
  background-image: url(../images/Open_Close_icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  line-height: 18px;
  transform: rotate(-90deg);
}

.row-display-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bd-footer {
  color: #515151;
  font-size: 14px;
  margin: 0px !important;
  font-family: "Gilroy-Medium" !important;
}

.text-white {
  color: white;
}

.page-secondary-text {
  font-family: "Gilroy-Medium";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4b4b4b;
}

.page-primary-text {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0068ff;
}

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer {
  font-family: "Gilroy-Medium";
}

footer .normal-text {
  color: #515151;
  font-size: 16px;
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

.divider {
  height: 0.5px;
  margin: 16px;
  background-color: #515151;
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .header-mobile {
    justify-content: center;
    align-items: center;
  }
  .page-header .nav .logo {
    height: 35px;
    width: 80px;
  }
  .row-display-inline {
    justify-content: center;
    padding: 12px 0px;
  }

  .contact-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .col-center {
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
