* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

a, p, span, input, textarea, button, strong, label, h1, h2, h3, h4, h5, h6 {
  color: #131830;
}

::selection {
  color: #fff;
  background: #0099ab;
}

a {
  text-decoration: none;
}

a {
  cursor: pointer !important;
}

ul {
  padding: 0;
  list-style: none;
}

.w-100 {
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-row {
  flex-direction: row !important;
}

.d-column {
  flex-direction: column;
}

.d-align-center {
  align-items: center !important;
}

.d-justify-center {
  justify-content: center !important;
}

.d-wrap {
  flex-wrap: wrap;
}

.container {
  max-width: 1992px;
  width: 90%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.user {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .user {
    margin-bottom: 30px;
  }
}
.user a, .user span {
  margin-right: 15px;
  margin-bottom: 5px;
}
.user .user-icon {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user .user-icon i {
  font-size: 15px;
}

.socials {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  z-index: 111;
  -webkit-box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
  -moz-box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
  box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
}
.socials .itm {
  display: flex;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.socials .itm:last-of-type {
  border-bottom: none;
}
.socials .itm a {
  display: flex;
  padding: 10px;
  background: #0099ab;
  z-index: 1;
}
.socials .itm a img {
  width: 30px;
}
@media (max-width: 992px) {
  .socials .itm a img {
    width: 20px;
  }
}
@media (max-width: 550px) {
  .socials .itm a img {
    width: 17px;
  }
}
.socials .itm .show {
  position: absolute;
  background: #0099ab;
  top: 0;
  min-width: 272px;
  width: max-content;
  border-right: 1px solid #fff;
  height: 100%;
  transition: 300ms linear all;
  right: -272px;
  -webkit-box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
  -moz-box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
  box-shadow: -3px -1px 17px 0px rgba(37, 55, 71, 0.26);
}
@media (max-width: 550px) {
  .socials .itm .show {
    min-width: 243px;
  }
}
.socials .itm .show a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
}
.socials .itm .show .table {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  z-index: 111;
  background: #0099ab;
  padding: 20px;
}
.socials .itm .show .table .title {
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.socials .itm .show .table .table-box {
  display: flex;
  width: 100%;
}
.socials .itm .show .table .itm {
  display: flex;
  background: #0099ab;
  position: relative;
  flex-direction: column;
  width: 40%;
  border-bottom: 0;
}
.socials .itm .show .table .itm:first-of-type {
  width: 20%;
}
.socials .itm .show .table .itm:first-of-type span {
  justify-content: flex-start;
}
.socials .itm .show .table .itm p {
  border: 1px solid #fff;
}
.socials .itm .show .table .itm:nth-child(2n+2) p {
  border-right: 0;
}
.socials .itm .show .table .itm:nth-child(2n+2) p:first-of-type {
  border-bottom: 0;
}
.socials .itm .show .table .itm:nth-child(3n+3) p:first-of-type {
  border-bottom: 0;
}
.socials .itm .show .table .itm span, .socials .itm .show .table .itm p {
  min-height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials .show-active {
  right: 50px !important;
}
@media (max-width: 992px) {
  .socials .show-active {
    right: 40px !important;
  }
}
@media (max-width: 550px) {
  .socials .show-active {
    right: 37px !important;
  }
}

input {
  border: 1px solid #D3D7DA !important;
  width: 100% !important;
  border-radius: 8px !important;
  font-weight: 300;
  color: #253746 !important;
}
input::placeholder {
  color: #253746;
}

.form-group input {
  padding: 5px 16px !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  position: relative;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group .input-field {
  width: 100%;
}
.form-group svg {
  min-width: max-content;
  margin-right: 10px;
}
.form-group label {
  margin-bottom: 10px;
}
.form-group .btn p {
  color: #fff;
}
.form-group .date-icon {
  position: absolute;
  right: 14px;
  top: 45px;
  cursor: pointer;
}
.form-group .date-icon i {
  color: #253747;
}

.menu-show {
  left: 0 !important;
}

.hidden {
  background: transparent !important;
  border: transparent !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fixed {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 111;
  padding: 15px 5%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}