@import url(reset.css);
@import url(fields.css);
@import url(about-us.css);
@import url(service-proveder.css);
@import url(faq.css);
@import url(error-page.css);
@import url(map.css);
@import url(contact-us.css);
@import url(dropdown.css);
@font-face {
  font-family: "Azer-Regular";
  src:
    url("./../assets/font/29LTAzer-Regular.otf") format("otf"),
    url("./../assets/font/29LTAzer-Regular.woff") format("woff");
}
@font-face {
  font-family: "Azer-Medium";
  src:
    url("./../assets/font/29LTAzer-Medium.otf") format("otf"),
    url("./../assets/font/29LTAzer-Medium.woff") format("woff");
}
@font-face {
  font-family: "Azer-Bold";
  src:
    url("./../assets/font/29LTAzer-Bold.otf") format("otf"),
    url("./../assets/font/29LTAzer-Bold.woff") format("woff");
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main {
  flex: 1;
}
.primary-outlined-btn {
  min-width: 240px;
  width: 240px;
  height: 48px;
  background: white;
  border: 1px solid #007598;
  color: #007599;
}
.f-14 {
  font-size: 14px;
}
.f-17 {
  font-size: 17px;
}
.f-21 {
  font-size: 21px;
}
.f-27 {
  font-size: 27px;
}
.f-33 {
  font-size: 33px;
}
.f-41 {
  font-size: 41px;
}
.carry-text {
  white-space: pre-wrap
}
.btn {
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn:hover {
  filter: brightness(1.1);
}
.btn:active {
  filter: brightness(0.95);
}
.btn-text {
  font-size: 17px;
  font-weight: 420;
  color: #007598;
  padding: 13px 16px;
  text-decoration: none;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.btn-text:hover {
  background: #0075980D;
}
.btn-text:active {
  background: #0075981A;
}
.regular-text {
  font-weight: 420;
  font-family: "Azer-Medium" !important;
}
.medium-text {
  font-family: "Azer-Medium" !important;
}
.bold-text {
  font-weight: 460;
  font-family: "Azer-Bold" !important;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-start {
  text-align: start;
}
.primary-text {
  color: #007598;
}
.secondary-text {
  color: #4A565E;
}
.hint-text {
  color: #788995;
}
.white-text {
  color: white;
}
.primary-btn {
  background: linear-gradient(45deg, #2A4DA0 10.18%, #007297 89.59%);
  box-shadow: 2px 2px 4px 0px #00000005;
  color: white;
}
.non-decorate {
  text-decoration: none;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: start;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.line-white {
  width: 100%;
  height: 1px;
  background: white;
}
.line-primary {
  width: 100%;
  height: 1px;
  background: #007598;
  opacity: 50%;
}
.line-gray {
  width: 100%;
  height: 1px;
  background: #D6D9DB;
}
.box-center {
  margin: 0 auto;
}
.ava {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
}
.big-ava {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  object-fit: cover;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  height: 56px;
  gap: 16px;
}
.breadcrumbs-arrow {
  padding-bottom: 2px;
  margin-right: 12px;
}
.content {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1464px;
  width: 100%;
  margin: 0 auto;
  color: inherit;
}
.header {
  height: 78px;
  box-shadow: 0px 2px 10px 0px #0000001A;
  background: white;
}
.header .content {
  height: 78px;
}
.header_logo {
  width: 262px;
  height: 60px;
  margin-top: 6px;
}
.header_btn {
  width: 190px;
  height: 48px;
}
.header-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.header-menu_item {
  position: relative;
  height: 100%;
  align-content: center;
}
.header-menu_item a {
  text-decoration: none;
  font-weight: 460;
  color: #4A565E;
  font-family: "Azer-Bold" !important;
  padding: 0 16px;
}
.header-menu_item-active::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background: #007598;
}
.header-menu_item-active a {
  color: #007598;
}
.footer {
  border-top: 1px solid #D8D8D8;
  background: white;
}
.footer-top {
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 150px 1fr 1fr 1fr;
  gap: 35px;
}
.footer-top section:last-child {
  display: none;
}
.footer-item_menu {
  margin-top: 8px;
}
.footer-bottom {
  color: #4A565E;
  padding: 20px 16px;
  text-align: center;
  background: #E7F2F9;
  font-size: 14px;
}
.footer_logo {
  width: 77px;
  height: 52px;
  display: block;
}
.footer_logo:not(:first-of-type) {
  margin-top: 16px;
}
.title-section {
  background: linear-gradient(45deg, #3360A8 10.18%, #3084B2 89.59%);
  color: white;
  height: 70vh;
  min-height: 400px;
  position: relative;
}
.title-section::before {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 704px;
  height: 70vh;
  background: url("./../assets/img/decor.png") no-repeat;
  background-size: contain;
  /* bottom: calc(50% - 33vh); */
}
.title-section .content {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.title-section h1 {
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 8px;
}
.title-section h2 {
  font-size: 27px;
  margin-bottom: 8px;
}
.title-section h3 {
  font-size: 21px;
  margin-bottom: 32px;
}
.title-section .img {
  display: block;
  width: auto;
  max-width: 544px;
  max-height: 544px;
  height: 100%;
}
.our-service {
  padding-top: 64px;
  padding-bottom: 64px;
}
/* Swiper */
.swiper {
  margin: 32px 0 0;
}
.swiper-services .swiper-slide {
  min-height: 214px;
  border-radius: 12px;
  border: 1px solid #DDEBF2;
  background: white;
  padding: 32px 32px 40px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.swiper-services .swiper-slide-text {
  font-size: 21px;
  color: #191920;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 4px;
  font-weight: 800;
}
.swiper-services .swiper-slide img {
  display: block;
  width: 80px;
  height: 64px;
  object-fit: cover;
  margin: 0 auto;
}
.swiper .swiper-pagination {
  margin-top: 32px;
  position: initial !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D6D9DB;
  opacity: 1;
  margin: 0 6px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  height: 8px;
  border-radius: 10px;
  background: #007598;
  margin: 0 6px;
}
.service-provider {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #E7F2F9;
}
.service-provider .btn {
  max-width: 220px;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 32px auto 0;
}
@media (max-width: 743.9999px) {
  .service-provider .btn {
    max-width: 187px;
  }
}
.service-provider-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.service-provider-item {
  padding: 28px;
  min-height: 412px;
  background: white;
  box-shadow: 2px 2px 6px 0px #00000014;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: auto;
}
.service-provider-item_spec {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.service-provider-item .line-gray {
  margin-top: 24px;
}
.service-provider-item_spec div {
  padding: 7px 12px 5px;
  background: #E7F2F9;
  border-radius: 9999px;
}
.service-provider-item_text {
  color: #788995;
  padding-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
  max-height: 136px;
  margin-bottom: auto;
}
.service-provider-item_review {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  width: max-content;
}
.join-now {
  color: white;
}
.join-now-half {
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.join-now-half_text {
  max-width: 1096px;
  width: 100%;
}
.join-now-half_text::before {
  content: '';
  position: absolute;
  width: 218px;
  height: 200px;
  background: url("./../assets/img/decor.png") no-repeat;
  background-size: cover;
  bottom: calc(50% - 100px);
  left: 165px;
}
.join-now-half:first-of-type .join-now-half_text:before {
  right: 165px;
  left: initial;
}
.join-now-half:first-child {
  background: #007598;
}
.join-now-half:nth-child(2) {
  background: #26A5AC;
}
.join-now-half .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.terms-title {
  padding-top: 16px;
  padding-bottom: 8px;
}
.hamburger-menu {
  position: relative;
  display: none;
}
#menu__toggle {
  opacity: 0;
  position: absolute;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
html[dir="rtl"] #menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
  left: initial;
}
.menu__btn {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 21px;
  height: 3px;
  border-radius: 3px;
  background-color: #6A6C6E;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -5px;
}
.menu__btn > span::after {
  content: '';
  top: 5px;
}
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 78px;
  left: -100%;
  max-width: 300px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 0;
  list-style: none;
  background-color: #ECEFF1;
  transition-duration: .25s;
  z-index: 9999;
}
html[dir="rtl"] .menu__box {
  right: -100%;
  left: initial;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #4A565E;
  font-size: 21px;
  font-weight: 460;
  font-family: "Azer-Bold" !important;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
html[dir="rtl"] img[alt="arrow"] {
  transform: scale(-1, 1);
}
html[dir="rtl"] a[dir="ltr"] {
  text-align: end;
}
.dot-list  {
  padding-inline-start: 20px;
}
.dot-list li {
  list-style: disc;
}

.align-items-end {
  align-items: end;
}

