html{
   scroll-behavior: smooth !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-content {
  padding-top: 120px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-top {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
h2 span {
  color: #7702FF;
}

.global--form {
  background-color: #fff;
  padding: 50px 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.global--form h2 {
  font-weight: 500;
  font-size: 30px;
}
.global--form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.global--form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.global--form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
}
.global--form .form-group .btn--primary {
  width: 100%;
  display: block;
  margin-top: 35px;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-red {
  background-color: #d70808;
}

.header {
  width: 100%;
  font-family: "Inter", sans-serif !important;
}
.header__top {
  width: 100%;
  height: 0.61rem;
  background-color: #00AEEF;
  position: relative;
}
@media screen and (max-width: 591px) {
  .header__top {
    margin-top: 10px;
  }
}
.header__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26.4%;
  height: 100%;
  background-color: #E81238;
}
@media screen and (max-width: 591px) {
  .header__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 34%;
    width: 15.4%;
    height: 100%;
    background-color: #E81238;
  }
}
.header__mid {
  max-width: 1010px;
  margin: 0 auto;
  height: 9rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  padding-top: 0.56rem;
}
.header__mid .logo-container {
  position: relative;
}
.header__mid .logo-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.header__mid .logo-container a img {
  width: 6.5rem;
}
.header__mid .logo-container a h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
  line-height: 140%;
  color: #00AEEF;
  margin: 0;
  letter-spacing: 6px;
  margin-left: 7px;
}
.header__mid .logo-container .menu-btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #1990CE;
  border-radius: 4px;
  outline: none;
}
.header__mid .logo-container .menu-btn .menu-bar {
  display: block;
  width: 45%;
  height: 3px;
  background-color: #00AEEF;
  transition: all 0.3s;
}
.header__mid .logo-container .menu-btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 591px) {
  .header__mid .logo-container .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 0;
  }
}
.header__mid .contact-info {
  display: flex;
  margin-right: 1rem;
}
.header__mid .contact-info a {
  color: #00AEEF;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 3px;
  line-height: 130% !important;
  margin-top: 0;
  text-decoration: none !important;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 10px;
}
.header__mid .contact-info div {
  display: flex;
  gap: 0.62rem;
  margin-left: 1rem;
}
.header__mid .contact-info div img {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 591px) {
  .header__mid {
    flex-direction: column;
    padding-top: 0.5rem;
  }
  .header__mid .logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__mid .contact-info {
    justify-content: flex-end;
    width: 100%;
  }
  .header__mid .contact-info h3 {
    margin-bottom: 0.5rem;
  }
}
.header__nav {
  width: 100%;
}
.header__nav--top-list {
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 1rem;
}
.header__nav--top-list a {
  width: 165px;
  height: 40px;
  cursor: pointer;
  background-color: #E81238;
  border-radius: 20rem;
  color: #ffffff !important;
  align-content: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s ease;
  border: none;
}
.header__nav--top-list a:hover {
  background-color: #00AEEF;
  text-decoration: none;
}
@media screen and (max-width: 591px) {
  .header__nav--top-list a {
    width: 100%;
  }
}
@media screen and (max-width: 591px) {
  .header__nav--top-list {
    flex-direction: column;
    align-items: center;
    padding-inline: 1rem;
    padding-bottom: 1rem;
  }
}
.header__nav--bot-list {
  width: 100%;
  height: 3rem;
  background-color: #F2F2F2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 1.6rem;
}
.header__nav--bot-list ul {
  width: 890px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.header__nav--bot-list ul li {
  list-style: none;
}
.header__nav--bot-list ul li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1990CE;
}
.header__nav--bot-list ul li a:hover {
  color: #E81238;
}
@media screen and (max-width: 591px) {
  .header__nav--bot-list {
    display: none;
  }
}
.header__mobile {
  display: none;
  position: fixed;
  height: 100vh;
  width: 14rem;
  top: 0;
  right: 0;
  background-color: #F2F2F2;
  z-index: 900;
  opacity: 0.95;
}
.header__mobile .menu-btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #1990CE;
  border-radius: 4px;
  outline: none;
}
.header__mobile .menu-btn .menu-bar {
  display: block;
  width: 45%;
  height: 3px;
  background-color: #00AEEF;
  transition: all 0.3s;
  will-change: trasform;
}
.header__mobile .menu-btn:hover {
  opacity: 0.9;
}
.header__mobile .menu-btn .menu-bar:nth-child(1) {
  transform: rotate(45deg) translateY(2px) translateX(4px);
  margin-right: 3px !important;
}
.header__mobile .menu-btn .menu-bar:nth-child(2) {
  display: none;
}
.header__mobile .menu-btn .menu-bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-2px) translateX(4px);
  margin-right: 3px !important;
}
@media screen and (max-width: 591px) {
  .header__mobile .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
}
.header__mobile ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 1rem;
  padding-top: 2.36rem;
  gap: 1.3rem;
}
.header__mobile ul li {
  margin-right: 1rem;
  list-style: none;
}
.header__mobile ul li a {
  font-size: 20px;
  color: #E81238;
  letter-spacing: 1px;
  text-decoration: none;
}
.header__mobile ul li a:hover {
  color: #00AEEF;
}
.header .show {
  display: none;
}
@media screen and (max-width: 591px) {
  .header .show {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
}

.footer {
  width: 100%;
  height: 246px;
  background-color: #F2F2F2;
  padding-top: 1.4rem;
  position: relative;
  font-family: "Inter", sans-serif !important;
}
.footer__top {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer__top .logo-container {
  margin-top: 1.5rem;
  margin-left: 3.8rem !important;
}
.footer__top .logo-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__top .logo-container a img {
  width: 6.5rem;
}
.footer__top .logo-container a h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
  line-height: 140%;
  color: #00AEEF;
  margin: 0;
  letter-spacing: 6px;
  margin-left: 2px;
}
.footer__top .socials {
  display: flex;
  gap: 0.52rem;
  margin-left: 1rem;
}
.footer__top .socials img {
  width: 1.5rem;
  height: 1.5rem;
}
.footer__bot {
  width: 100%;
  position: relative;
  margin-top: 2.41rem;
}
.footer__bot--info {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 0.85rem !important;
}
.footer__bot--info p {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
.footer__bot--info p a {
  color: #333333;
  text-decoration: underline;
}
.footer__bot--line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.61rem;
  background-color: #1990CE;
}
.footer__bot--line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  background-color: #E81238;
}
.footer__bot--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27%;
  height: 100%;
  background-color: #00AEEF;
}
.footer .up {
  position: absolute;
  transform: traslateX(-50%);
  left: 49%;
  bottom: 0.55rem;
}

.page--appoinment {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif !important;
}
.page--appoinment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.6274509804) 0%, rgba(255, 255, 255, 0.1843137255) 80%);
  z-index: 1;
}
.page--appoinment__body {
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-bottom: 0;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 7rem;
  gap: 20px;
  display: flex;
}
.page--appoinment__body__right {
  width: 60%;
  padding: 20px;
  border-radius: 10px;
  padding-top: 3.84rem;
}
.page--appoinment__body__right h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 2rem;
}
.page--appoinment__body__right p {
  max-width: 490px;
  line-height: 150%;
  font-size: 15px !important;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 1%;
  margin: 0;
}
.page--appoinment__body__left {
  border-radius: 10px;
}
.page--appoinment__body__left .main-form {
  width: 700px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 58px;
  margin-bottom: -1rem;
}
.page--appoinment__body__left .main-form .form-group {
  width: 100%;
  display: flex;
  gap: 25px;
  margin-bottom: 26px;
}
.page--appoinment__body__left .main-form .form-group .input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.page--appoinment__body__left .main-form .form-group .input-group label {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 6px;
}
.page--appoinment__body__left .main-form .form-group .input-group label span {
  color: #E81238;
}
.page--appoinment__body__left .main-form .form-group .input-group input[type=text],
.page--appoinment__body__left .main-form .form-group .input-group input[type=number],
.page--appoinment__body__left .main-form .form-group .input-group input[type=email],
.page--appoinment__body__left .main-form .form-group .input-group input[type=date],
.page--appoinment__body__left .main-form .form-group .input-group select,
.page--appoinment__body__left .main-form .form-group .input-group textarea {
  height: 35px;
  background: #FFFFFF;
  border: 0.5px solid #D9D9D9;
  border-radius: 4px;
  padding-inline: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  outline: none;
  font-family: "Inter", sans-serif !important;
}
.page--appoinment__body__left .main-form .form-group .input-group input[type=text]::-moz-placeholder, .page--appoinment__body__left .main-form .form-group .input-group input[type=number]::-moz-placeholder, .page--appoinment__body__left .main-form .form-group .input-group input[type=email]::-moz-placeholder, .page--appoinment__body__left .main-form .form-group .input-group input[type=date]::-moz-placeholder, .page--appoinment__body__left .main-form .form-group .input-group select::-moz-placeholder, .page--appoinment__body__left .main-form .form-group .input-group textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2196078431);
}
.page--appoinment__body__left .main-form .form-group .input-group input[type=text]::placeholder,
.page--appoinment__body__left .main-form .form-group .input-group input[type=number]::placeholder,
.page--appoinment__body__left .main-form .form-group .input-group input[type=email]::placeholder,
.page--appoinment__body__left .main-form .form-group .input-group input[type=date]::placeholder,
.page--appoinment__body__left .main-form .form-group .input-group select::placeholder,
.page--appoinment__body__left .main-form .form-group .input-group textarea::placeholder {
  color: rgba(51, 51, 51, 0.2196078431);
}
@media screen and (max-width: 991px) {
  .page--appoinment__body__left .main-form .form-group .input-group input[type=text],
  .page--appoinment__body__left .main-form .form-group .input-group input[type=number],
  .page--appoinment__body__left .main-form .form-group .input-group input[type=email],
  .page--appoinment__body__left .main-form .form-group .input-group input[type=date],
  .page--appoinment__body__left .main-form .form-group .input-group select,
  .page--appoinment__body__left .main-form .form-group .input-group textarea {
    width: 100%;
  }
}
.page--appoinment__body__left .main-form .form-group .input-group input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  cursor: pointer;
  border: 0.5px solid #D9D9D9;
  border-radius: 4px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.page--appoinment__body__left .main-form .form-group .input-group .input-select-svg {
  position: relative;
  width: 100%;
}
.page--appoinment__body__left .main-form .form-group .input-group .input-select-svg select {
  width: 100%;
  cursor: pointer;
  appearance: none !important; /* Standard */
  -webkit-appearance: none !important; /* Safari/Chrome */
  -moz-appearance: none !important; /* Firefox */
  background: none; /* Remove background arrow */
  background-image: none;
}
.page--appoinment__body__left .main-form .form-group .input-group .input-select-svg svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.page--appoinment__body__left .main-form .form-group .input-group textarea {
  height: 80px;
  padding-top: 10px;
}
.page--appoinment__body__left .main-form .form-group .input-group .branch-address {
  max-width: 90%;
  line-height: 13px;
  font-size: 10px;
  color: #333333;
  font-weight: 400;
  border-left: 2px solid #1990CE;
  padding-left: 6px;
}
@media screen and (max-width: 591px) {
  .page--appoinment__body__left .main-form .form-group {
    flex-direction: column !important;
  }
}
.page--appoinment__body__left .main-form button {
  width: 140px;
  height: 40px;
  background-color: #E81238;
  border-radius: 20rem;
  font-size: 15px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 591px) {
  .page--appoinment__body__left .main-form {
    padding: 38px;
  }
}
@media screen and (max-width: 991px) {
  .page--appoinment__body {
    flex-direction: column;
    align-items: center;
  }
  .page--appoinment__body__right, .page--appoinment__body__left {
    width: 100%;
  }
  .page--appoinment__body__right {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page--appoinment__body__left {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page--appoinment__body__left .main-form {
    width: 90%;
  }
}
@media screen and (max-width: 591px) {
  .page--appoinment__body__left .main-form {
    width: 100%;
  }
}