@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,100;1,200;1,300;1,400;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
::placeholder {
  color: rgba(87, 87, 87, 0.7) !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(87, 87, 87, 0.7) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(87, 87, 87, 0.7) !important;
}

input:-internal-autofill-selected {
  background-color: white;
}

input {
  width: 100%;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding: 4px 10px;
  box-sizing: border-box;
  transition: 0.3s;
  color: #494949;
  border: 2px solid transparent;
  background: white;
  height: calc(1.625rem + 3px);
  font-family: 'IBM Plex Sans', sans-serif;
}

input.disabled {
  background: #EEF0F6;
  border: 1px solid #BDBDBD;
}

input.disabled:hover {
  border: 1px solid #707585;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(89, 96, 120, 0.16), 0px 2px 5px rgba(89, 96, 120, 0.1);
}

input:focus {
  border: 1px solid #0CA56A;
  box-shadow: 0px 1px 1px rgba(12, 165, 106, 0.12), 0px 0px 0px 1px rgba(12, 165, 106, 0.16), 0px 2px 5px rgba(12, 165, 106, 0.1);
}

.inputWithIcon {
  position: relative;
  width: 100%;
}

.inputWithIcon.inputIconleft input {
  padding-left: 32px;
}

.inputWithIcon.inputIconRight input {
  padding-right: 32px;
}

.inputWithIcon i, .inputWithIcon img {
  position: absolute;
  padding: 6px 10px;
  color: #6673A3;
  transition: 0.3s;
}

.inputWithIcon i.left, .inputWithIcon img.left {
  left: 0;
  top: 1px;
}

.inputWithIcon i.right, .inputWithIcon img.right {
  right: 11px;
  padding: 7px 0px;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #575757;
  margin: 0px 0px 8px 0px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.input-box-shadow {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(89, 96, 120, 0.16), 0px 2px 5px rgba(89, 96, 120, 0.1);
}

.input-box-shadow:hover {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(26, 34, 64, 0.5), 0px 2px 5px rgba(89, 96, 120, 0.1);
}

.select-group {
  border-radius: 6px;
  outline: none;
}

.select-group select {
  appearance: none;
  padding: 2px 30px 2px 2px;
  border: none;
  background-image: url(images/down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.select-group .form-control {
  color: #1A2240 !important;
}

.select-group .input-group-addon {
  background: none;
  padding: 6px 7px;
}

.select-group .input-group-addon img, .select-group .input-group-addon i {
  color: #808CB7;
  position: relative;
  top: -2px;
  left: 4px;
}

.select-group .input-group-addon:focus {
  box-shadow: 0px 1px 1px rgba(12, 165, 106, 0.12), 0px 0px 0px 1px rgba(12, 165, 106, 0.16), 0px 2px 5px rgba(12, 165, 106, 0.1);
}

.select-group select {
  border-left: 0;
  padding-left: 0;
  box-shadow: none;
}

.select-group select.form-control {
  border: 1px solid #ced4da00 !important;
}

.select-group select.form-control:focus {
  box-shadow: 0px 1px 1px rgba(12, 165, 106, 0.12), 0px 0px 0px 1px rgba(12, 165, 106, 0.16), 0px 2px 5px rgba(12, 165, 106, 0.1) !important;
}

.select-group select option {
  color: #1A2240 !important;
}

.select-group select option:first-child {
  color: #6673A3 !important;
}

.select-group.disabled {
  background: #F0F2FA;
  box-shadow: none !important;
}

.select-group.disabled:hover {
  box-shadow: none !important;
}

.form-control:disabled {
  background: #F0F2FA !important;
  box-shadow: none !important;
}

.form-control:disabled:hover {
  box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0CA56A;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0px !important;
  background-color: #F2F4FA;
}

.language-drop-down {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.language-drop-down select {
  display: none;
}

.language-drop-down .select-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 40px;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 1px rgba(136, 143, 170, 0.1), 0px 15px 35px rgba(26, 34, 64, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.language-drop-down .select-list li {
  display: none;
}

.language-drop-down .select-list li span {
  display: inline-block;
  width: 100%;
  padding: 10px 15px 10px 35px;
  background-position: center;
  font-size: 14px;
  line-height: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333F69;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
}

.language-drop-down .button {
  position: relative;
  padding: 10px;
}

.language-drop-down .button span {
  background-repeat: no-repeat;
  padding: 6px 30px;
  background-position: 0px 1px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #464F60;
}

.language-drop-down .button .select-list-link {
  position: absolute;
  right: 13px;
}

.language-drop-down .select-list li span:hover,
.language-drop-down .select-list li span:focus {
  opacity: 1;
}

.filled input {
  color: #1A2240 !important;
}

.filled input::placeholder {
  color: #1A2240 !important;
  opacity: 1;
  /* Firefox */
}

.filled input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1A2240;
}

.filled input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1A2240;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0CA56A;
}

.custom-control-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #464F60;
  letter-spacing: 0.02em;
}

.custom-radio .custom-control-label::before {
  border: 1.3px solid #868FA0;
  background-color: white;
}

.custom-checkbox .custom-control-label::before {
  border: 1.3px solid #868FA0;
  background-color: white;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
}

div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}

div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}

div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 48px;
  height: 24px;
  background: #D1D5E5;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #0CA56A;
  border-color: #0CA56A;
}

div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}

div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

div.checkbox.switcher label *, div.radio.switcher label * {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #6673A3;
}

select option:first-child {
  color: green;
}

.theme-datepicker #datepicker {
  border-radius: 6px;
}

.theme-datepicker .input-group-append:after {
  content: "";
  background-image: url("images/Date.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  right: 1.5%;
  top: 22%;
}

.theme-datepicker .input-group-append .btn {
  display: none;
}

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.12);
}

.textarea-filled::placeholder {
  color: #494949 !important;
}

textarea {
  color: #494949;
  padding: 4px 10px;
}

.img-position {
  position: relative;
  top: -1px;
}

#dropFileForm {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
}

#dropFileForm input {
  display: none;
}

#dropFileForm #fileInput {
  display: none;
}

#fileLabel {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100% !important;
  background: white;
  border-radius: 8px;
  outline: 1px dashed #AFB6D1;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 20px;
  text-align: center !important;
  margin: 0;
}

#dropFileForm #fileLabel:after,
#dropFileForm #fileLabel:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -2;
  border-radius: 8px 8px 0 0;
}

#dropFileForm #fileLabel:before {
  z-index: -1;
  background: repeating-linear-gradient(45deg, transparent, transparent 5%, black 5%, black 10%);
  opacity: 0;
  transition: 0.5s;
}

#dropFileForm.fileHover #fileLabel:before {
  opacity: 0.25;
}

#fileLabelText {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #6673A3;
}

.form-group small {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D81919;
  letter-spacing: 0.03em;
}

.form-control small {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D81919;
  letter-spacing: 0.03em;
}

.form-control.error input {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(255, 0, 0, 0.16), 0px 2px 5px rgba(89, 96, 120, 0.1);
}

.form-group small {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D81919;
  letter-spacing: 0.03em;
}

.form-group.error input {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(255, 0, 0, 0.16), 0px 2px 5px rgba(89, 96, 120, 0.1);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.625rem + 3px);
}

.select-icon select.form-control:not([size]):not([multiple]) {
  height: calc(1.625rem + 10px) !important;
}

textarea {
  border: 1px solid transparent;
  background: white;
  border-radius: 6px;
}

textarea:focus {
  border-color: transparent !important;
  outline: unset;
}

.custom-select {
  position: relative;
  height: calc(1.625rem + 3px);
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent transparent;
}

.custom-select {
  appearance: none;
  padding: 0px;
  border: none;
  background-image: url(images/down.svg) !important;
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: auto 71%;
  -webkit-appearance: none;
}

/*style the items (options), including the selected item:*/
.select-items div {
  cursor: pointer;
  user-select: none;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
  color: #1A2240;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 0px 1px rgba(136, 143, 170, 0.1), 0px 15px 35px rgba(26, 34, 64, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-selected {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #1A2240;
}

.select-selected {
  padding: 7px 10px;
  cursor: pointer;
  user-select: none;
}

.cross-icon {
  position: relative;
  top: -5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  appearance: none;
  padding: 2px 30px 2px 2px;
  border: none;
  background-image: url(images/down.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  -webkit-appearance: none;
  height: calc(1.625rem + 7px);
  position: absolute;
  right: 0px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0px 1px 1px rgba(12, 165, 106, 0.12), 0px 0px 0px 1px rgba(12, 165, 106, 0.16), 0px 2px 5px rgba(12, 165, 106, 0.1) !important;
}

.theme-datepicker #datepicker {
  border-radius: 6px;
  border: none !important;
}

.theme-datepicker .input-group-append:after {
  content: "";
  background-image: url("images/Date.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  right: 1.5%;
  top: 22%;
}

.theme-datepicker .input-group-append .btn {
  display: none;
}

.date {
  width: 100%;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s;
  color: #161624;
  border: 1px solid transparent;
  background: white;
  height: calc(1.625rem + 7px);
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
  color: #6673A3;
}

.date .form-control {
  padding: 4px 10px !important;
  height: 30px;
}

.date .input-group-addon {
  padding: 6px 10px !important;
  height: 30px;
}

.h-40 {
  height: 40px;
}

.top-link {
  padding: 13px 40px;
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 18px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}

.top-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .top-link {
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: white !important;
  }
}

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

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

p {
  font-family: 'Inter', sans-serif;
}

a, img {
  cursor: pointer;
}

.font-IBM {
  font-family: 'IBM Plex Sans', sans-serif;
}

.font-intel {
  font-family: 'Inter', sans-serif;
}

.navbar-container {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 0px;
  z-index: 9;
}

.h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}

.h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  letter-spacing: 0.01em;
}

.h3 {
  font-weight: normal;
  font-size: 54px;
  line-height: 68px;
}

.hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 100vh;
  background: #0CA56A;
  padding-top: 75px;
  background-image: url(img/her-main.svg);
  background-size: cover;
}

.hero h1 {
  color: #FFFFFF;
}

.hero h2 {
  color: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif !important;
}

.hero p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.schedule {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 100vh;
  background: #0CA56A;
  padding-top: 75px;
  background-image: url(img/schedule.svg);
  background-size: cover;
}

.schedule h2 {
  color: #2D3A43;
  font-family: 'IBM Plex Sans', sans-serif;
}

.schedule p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2D3A43;
}

.h-100vh {
  height: 100vh;
}

.work {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 100vh;
  background-image: url(img/work-bg.svg);
  background-size: cover;
}

.work h3 {
  color: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif;
}

.work p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.downlaod {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 100vh;
  padding-top: 75px;
  background: #EEF0F6;
}

.downlaod h2 {
  color: #2D3A43;
  font-family: 'IBM Plex Sans', sans-serif;
}

.downlaod p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2D3A43;
}

.downlaod p.download-numb {
  font-family: 'Inter', sans-serif;
  color: #2D3A43;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.join-us {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #0CA56A;
}

.join-us h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.join-us h2 span {
  font-weight: 600;
}

footer {
  background: #2D3A43;
  padding-top: 61px;
  padding-bottom: 61px;
}

footer p {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  color: white;
}

footer h2, footer .h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Inter', sans-serif;
  color: white;
  margin-bottom: 10px;
}

footer .footer-link {
  color: rgba(255, 255, 255, 0.76) !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

footer .footer-link:hover {
  color: #0CA56A !important;
}

.btn {
  border-radius: 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border-radius: 18px;
  border: none !important;
}

.btn.btn-white {
  background: #EEF0F6;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.07), 6px 6px 36px rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  color: #2D3A43;
  padding: 15px 40px;
}

.btn.btn-primary {
  background: radial-gradient(74.14% 83.33% at 12.93% 12.04%, #0DD88A 0%, #0CA56A 100%);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.07), -4px -4px 13px #FFFFFF, 6px 6px 36px rgba(0, 0, 0, 0.06);
  color: #EEF0F6 !important;
  padding: 15px 40px;
}

.btn.btn-primary:hover {
  background: radial-gradient(74.14% 83.33% at 12.93% 12.04%, #0DD88A 0%, #0CA56A 100%) !important;
  color: #EEF0F6 !important;
}

.btn.btn-primary:focus {
  background: radial-gradient(74.14% 83.33% at 12.93% 12.04%, #0DD88A 0%, #0CA56A 100%) !important;
  color: #EEF0F6 !important;
}

.btn.btn-primary:active {
  background: radial-gradient(74.14% 83.33% at 12.93% 12.04%, #0DD88A 0%, #0CA56A 100%) !important;
  color: #EEF0F6 !important;
}

.mentor-call-btn {
  padding: 13px 40px;
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 18px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 575.98px) {
  .btn {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .btn-white {
    padding: 10px 20px !important;
  }
  .mentor-call-btn {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 10px 20px !important;
  }
  .h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
  }
  .contact-info {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.01em;
  }
  .contact-section h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0.01em;
  }
  .h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
  }
  .hero {
    padding-top: 130px;
  }
  .h-100vh {
    height: 100% !important;
  }
  .schedule, .work, .downlaod {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100% !important;
  }
  .h-500 {
    height: auto !important;
  }
  .contact-img {
    width: 74%;
    top: -18px !important;
  }
  .contact .content {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .bar-code:hover + .bar-code-hide {
    top: 3rem !important;
    z-index: 10;
    right: 28px;
  }
  .bar-code:hover + .bar-code-hide p {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .bar-code:hover + .bar-code-hide {
    padding: 10px;
  }
  .privacy-content h1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .privacy-content h2 {
    font-size: 1.2rem !important;
  }
  .mt-87 {
    margin-top: 40px !important;
  }
  .mb-87 {
    margin-bottom: 40px !important;
  }
  .mb-60 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-btn a {
    display: inline !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .h-500 {
    height: 500px;
  }
  .hero {
    padding-top: 130px;
  }
  .h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
  }
  .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.01em;
  }
  .h3 {
    font-weight: normal;
    font-size: 40px;
    line-height: 52px;
  }
  .h-100vh {
    height: 100% !important;
  }
  .schedule, .work, .downlaod {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100% !important;
  }
  .contact-section h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: 0.01em;
  }
  .footer-btn a {
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
  }
  .h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.01em;
  }
  .h3 {
    font-weight: normal;
    font-size: 40px;
    line-height: 52px;
  }
  .contact-section h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 52px !important;
    letter-spacing: 0.01em;
  }
}

.header {
  background: #0CA56A;
}

@media (min-width: 1350px) {
  .container-fluid {
    width: 90% !important;
  }
}

.bar-code-hide {
  display: none;
}

.bar-code:hover + .bar-code-hide {
  display: block;
  box-shadow: 0px 14px 41px rgba(0, 0, 0, 0.13);
  border-radius: 17px;
  background: white;
  padding: 20px;
  position: absolute;
  top: 5rem;
  z-index: 10;
}

.bar-code:hover + .bar-code-hide p {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #2D3A43;
  margin-bottom: 16px;
}

.contact-img {
  top: -47px;
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.contact-info {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #2D3A43;
}

.contact {
  background: #0CA56A;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url(img/schedule.svg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.contact .content {
  padding-top: 75px;
  padding-bottom: 75px;
}

.modal-dialog .modal-content {
  box-shadow: 0px 14px 41px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
}

.modal-dialog .modal-content.content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.modal-dialog .modal-content.content h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 16px;
}

.modal-dialog .modal-content.content p {
  color: #677278;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 24px;
}

.privacy-content h2 {
  color: #2D3A43;
  font-family: 'IBM Plex Sans', sans-serif;
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.privacy-content p, .privacy-content li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2D3A43;
}

.privacy-content a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #0CA56A !important;
}

@media (max-width: 767.98px) {
  footer h2 {
    margin-bottom: 9px !important;
  }
  .footer-btn a {
    justify-content: center;
  }
}

.h-91vh {
  height: 91vh;
}

.mentor-call {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.intl-tel-input {
  width: 100%;
}

.modal-backdrop {
  z-index: 9;
}

.text-36px {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.follow-link a {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #FFFFFF !important;
}

.counter {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.inner-padding {
  padding-top: 80px;
}

.h-50vh {
  height: 60vh;
}

.press {
  min-height: 60vh;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background: #0CA56A;
  padding-top: 75px;
  background-image: url(img/her-main.svg);
  background-size: cover;
  background-attachment: fixed;
}

.press h1, .press a {
  color: #FFFFFF;
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 34px;
  letter-spacing: 0.01em;
}

.press h1:hover, .press a:hover {
  text-decoration: none;
  color: #FFFFFF !important;
}

.press a {
  border-bottom: 1px solid #FFFFFF;
}

.contact-section h1 {
  color: #2D3A43;
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 68px;
  letter-spacing: 0.01em;
}

.mt-87 {
  margin-top: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .h-50vh {
    height: auto !important;
  }
  .press {
    height: auto !important;
  }
  .py-x1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .press h1, .press a {
    font-size: 1.6rem !important;
    line-height: 34px !important;
  }
}

@media (max-width: 575.98px) {
  .btn-padding-b a {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-btn a {
    justify-content: center;
  }
}

.footer-btn a {
  display: flex;
  margin-bottom: 10px;
}

.follow-link a {
  transition: all .2s ease-in-out;
  transform: translateY(0);
  margin: 0 .7rem 0 0;
}

.follow-link a:hover {
  transform: translateY(-0.15rem);
}

.color-footer {
  color: rgba(255, 255, 255, 0.76);
}

.top-link {
  padding: 13px 0px 13px 40px;
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  border-radius: 18px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
}

.top-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .top-link {
    padding: 10px 0px 10px 10px  !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: white !important;
  }
}
