@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
a:hover {
  text-decoration: none !important;
}

.heading-font {
  font-family: "Manrope" !important;
}

.content-font {
  font-family: "Inter", sans-serif !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

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

.index-2 {
  z-index: 2 !important;
}

.index-3 {
  z-index: 3 !important;
}

.index-4 {
  z-index: 4 !important;
}

.index-5 {
  z-index: 5 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}
@media all and (max-width: 575px) {
  .mb-24 {
    margin-bottom: 20px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media all and (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px !important;
  }
}

.home .text-dark {
  color: #0a2540 !important;
}
.home .text-warning {
  color: #ff8000 !important;
}
.home body .text-light {
  color: rgba(0, 0, 0, 0.5) !important;
}
.home .bg-grey {
  background: #f6f9fc !important;
}
.home .bg-turkish {
  background: #00d4ff !important;
}

body .bg-light {
  background: #f0f5fa !important;
}

section.bg-dark,
div.bg-dark {
  background: #0a2540 !important;
  color: #718190;
}
section.bg-dark h1,
section.bg-dark h2,
section.bg-dark h3,
section.bg-dark h4,
section.bg-dark h5,
section.bg-dark h6,
div.bg-dark h1,
div.bg-dark h2,
div.bg-dark h3,
div.bg-dark h4,
div.bg-dark h5,
div.bg-dark h6 {
  color: #ffffff !important;
}
section.bg-dark p a,
div.bg-dark p a {
  color: #9da8b3;
  text-decoration: underline;
  transition: 0.3s all;
}
section.bg-dark p a:hover,
div.bg-dark p a:hover {
  color: #ffffff;
}

.home .border {
  border: 1px solid #e0e0e0 !important;
}
.home .border-top {
  border-top: 1px solid #e0e0e0 !important;
}
.home .border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}
.home .border-left {
  border-left: 1px solid #e0e0e0 !important;
}
.home .border-right {
  border-right: 1px solid #e0e0e0 !important;
}
.home .border-block {
  border-block: 1px solid #e0e0e0 !important;
}
.home .border-inline {
  border-inline: 1px solid #e0e0e0 !important;
}

.content-12-16-400 {
  font: 400 12px/16px "Inter", sans-serif !important;
}

.content-14-16-400 {
  font: 400 14px/16px "Inter", sans-serif !important;
}

.content-14-22-400 {
  font: 400 14px/22px "Inter", sans-serif !important;
}

.content-14-18-500 {
  font: 500 14px/18px "Inter", sans-serif !important;
}

.content-14-16-600 {
  font: 600 14px/16px "Inter", sans-serif !important;
}

.content-16-18-500 {
  font: 500 16px/18px "Inter", sans-serif !important;
}

.spacing-0 {
  letter-spacing: 0 !important;
}

.spacing-015 {
  letter-spacing: -0.015em !important;
}

.spacing-02 {
  letter-spacing: -0.02em !important;
}

.section-heading {
  margin-bottom: 40px;
}
.section-heading h2 {
  font-weight: 700 !important;
}

.section-heading-lg-spacing {
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .section-heading-lg-spacing {
    margin-bottom: 40px;
  }
}
.section-heading-lg-spacing h2 {
  font-weight: 700 !important;
}

body.home {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: #ffffff !important;
  position: relative;
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: "Inter", sans-serif !important;
  letter-spacing: -0.02em !important;
  font-weight: 400 !important;
  color: #425466 !important;
  transition: 0.3s all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 991px) {
  body.home {
    font-size: 15px !important;
    line-height: 26px !important;
  }
}

main {
  padding-top: 120px !important;
}
@media all and (max-width: 575px) {
  main {
    padding-top: 153px !important;
  }
}

.home ul,
.home ol {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}
.home ul li,
.home ol li {
  line-height: 28px;
  margin-bottom: 6px;
  position: relative;
}
.home ul li:last-child,
.home ol li:last-child {
  margin-bottom: 0;
}

.home h1,
.home .h1 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0a2540;
  font-family: "Manrope";
  position: relative;
  padding: 0;
  margin: 0 0 10px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home h1,
  .home .h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home h1,
  .home .h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media all and (max-width: 1200px) {
  .home h1,
  .home .h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media all and (max-width: 767px) {
  .home h1,
  .home .h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media all and (max-width: 575px) {
  .home h1,
  .home .h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.home h2,
.home .h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #0a2540;
  font-family: "Manrope";
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
}
@media all and (max-width: 1200px) {
  .home h2,
  .home .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  .home h2,
  .home .h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media all and (max-width: 767px) {
  .home h2,
  .home .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media all and (max-width: 575px) {
  .home h2,
  .home .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.home .h2-lg {
  font-size: 42px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #0a2540;
  font-family: "Manrope";
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home .h2-lg {
    font-size: 38px;
    line-height: 54px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home .h2-lg {
    font-size: 38px;
    line-height: 54px;
  }
}
@media all and (max-width: 1200px) {
  .home .h2-lg {
    font-size: 34px;
    line-height: 48px;
  }
}
@media all and (max-width: 991px) {
  .home .h2-lg {
    font-size: 38px;
    line-height: 54px;
  }
}
@media all and (max-width: 767px) {
  .home .h2-lg {
    font-size: 32px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  .home .h2-lg {
    font-size: 28px;
    line-height: 36px;
  }
}
.home h3,
.home .h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.015em;
  color: #0a2540;
  font-family: "Manrope";
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home h3,
  .home .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home h3,
  .home .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media all and (max-width: 1200px) {
  .home h3,
  .home .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.home h4,
.home .h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #0a2540;
  font-family: "Manrope";
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
}
@media all and (max-width: 575px) {
  .home h4,
  .home .h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.home h5,
.home .h5 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #0a2540;
  font-family: "Manrope";
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: 0 0 12px 0;
}
@media all and (max-width: 575px) {
  .home h5,
  .home .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.home h6,
.home .h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 12px 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #0a2540;
  transition: 0.3s all;
}
a:hover {
  color: #635bff;
  text-decoration: none;
}

.home p {
  margin-bottom: 16px;
}
@media all and (max-width: 575px) {
  .home p {
    margin-bottom: 10px;
  }
}
.home p a:hover {
  text-decoration: underline;
}
.home p:last-child {
  margin: 0;
}

.home figure {
  margin: 0;
}
.home figure img {
  width: 100%;
  height: auto;
}

.home .container {
  max-width: 1194px !important;
}
@media all and (max-width: 1200px) {
  .home .container {
    max-width: 960px !important;
  }
}
@media all and (max-width: 991px) {
  .home .container {
    max-width: 720px !important;
  }
}
@media all and (max-width: 767px) {
  .home .container {
    max-width: 540px !important;
  }
}
@media all and (max-width: 575px) {
  .home .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.home .container-lg {
  max-width: 1430px !important;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .home .container-lg {
    max-width: 1300px !important;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .home .container-lg {
    max-width: 1280px !important;
  }
}
@media all and (max-width: 1200px) {
  .home .container-lg {
    max-width: 960px !important;
  }
}
@media all and (max-width: 991px) {
  .home .container-lg {
    max-width: 720px !important;
  }
}
@media all and (max-width: 767px) {
  .home .container-lg {
    max-width: 540px !important;
  }
}
@media all and (max-width: 575px) {
  .home .container-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.home .g-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.home .g-0 > [class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.home section {
  padding: 100px 0;
}
@media all and (max-width: 1200px) {
  .home section {
    padding: 80px 0;
  }
}
@media all and (max-width: 575px) {
  .home section {
    padding: 60px 0;
  }
}

.home .main-wrapper {
  padding-top: 85px !important;
}
@media all and (max-width: 575px) {
  .home .main-wrapper {
    padding-top: 75px !important;
  }
}

.home .button {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
}
.home .button::after {
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  background: url(../img/icons/btn-angle-right.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .home .button::after {
    width: 10px;
  }
}
.home .button:hover,
.home .button:focus,
.home .button:active {
  background: #0a2540;
  color: #ffffff;
  box-shadow: none;
}

.home .btn {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
}
.home .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  background: url(../img/icons/btn-angle-right.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  .btn::after {
    width: 10px;
  }
}
.home .btn:hover,
.btn:focus,
.btn:active {
  background: #0a2540;
  color: #ffffff;
  box-shadow: none;
}
.home .btn-dark {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
  background: #0a2540;
}
.home .btn-dark:hover,
.home .btn-dark:focus,
.home .btn-dark:active {
  background: #635bff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.home .btn-turkish {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
  background: #00d4ff;
  padding: 0 24px;
  height: 46px;
  line-height: 46px;
  color: #0a2540;
}
.home .btn-turkish::after {
  background: url(../img/icons/btn-angle-right-dark.svg) no-repeat
    center/contain;
}
.home .btn-turkish:hover,
.home .btn-turkish:focus,
.home .btn-turkish:active {
  background: #635bff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.home .btn-turkish:hover::after,
.home .btn-turkish:focus::after,
.home .btn-turkish:active::after {
  background: url(../img/icons/btn-angle-right.svg) no-repeat center/contain;
}
.btn-add-header {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .btn-add-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .btn-add-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }
}
.btn-add-header::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/btn-plus-icon.svg) no-repeat center/contain;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.btn-add-header::after {
  display: none !important;
}
.btn-add-header:hover,
.btn-add-header:focus,
.btn-add-header:active {
  background: #0a2540;
  color: #ffffff;
  box-shadow: none;
}
.btn-login-header {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
  height: 40px;
  line-height: 38px;
  padding: 0 20px 0 18px;
  font-size: 16px;
  font-weight: 600;
  color: #635bff !important;
  border: 1px solid #635bff !important;
  background: transparent;
  border-radius: 8px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .btn-login-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .btn-login-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }
}
@media all and (max-width: 575px) {
  .btn-login-header {
    padding: 0;
    width: 40px;
    border: 0 !important;
    border-radius: 50%;
    font-size: 0 !important;
    background: url(../img/icons/dummy-user-icon.svg) no-repeat center/contain;
  }
}
.btn-login-header::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icons/btn-logout-icon.svg) no-repeat center/contain;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
@media all and (max-width: 575px) {
  .btn-login-header::before {
    display: none;
  }
}
.btn-login-header::after {
  display: none !important;
}
.btn-login-header:hover,
.btn-login-header:focus,
.btn-login-header:active {
  background: #635bff !important;
  color: #ffffff !important;
  box-shadow: none;
}
@media all and (max-width: 575px) {
  .btn-login-header:hover,
  .btn-login-header:focus,
  .btn-login-header:active {
    background: url(../img/icons/dummy-user-icon.svg) no-repeat center/contain !important;
  }
}
.btn-login-header:hover::before,
.btn-login-header:focus::before,
.btn-login-header:active::before {
  filter: brightness(0) invert(1);
}
.btn-no-arrow::after {
  display: none;
}

.home textarea,
.home select,
.home input[type="week"],
.home input[type="time"],
.home input[type="month"],
.home input[type="datetime-local"],
.home input[type="datetime"],
.home input[type="date"],
.home input[type="color"],
.home input[type="url"],
.home input[type="text"]:not(.adminbar-input),
.home input[type="tel"],
.home input[type="search"],
.home input[type="password"],
.home input[type="select"],
.home input[type="number"],
.home input[type="email"] {
  width: 100%;
  height: 48px !important;
  background: #ffffff !important;
  padding: 0px 14px !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: normal !important;
  letter-spacing: -0.02em !important;
  color: #425466 !important;
  transition: 0.3s ease-in-out;
  outline: none;
  position: relative;
  text-transform: none;
  border: 1px solid #e0e0e0 !important;
}
.home input[type="submit"] {
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 34px;
  border-radius: 10px;
  vertical-align: baseline;
  transition: 0.3s all;
  position: relative;
  white-space: nowrap;
  background: #635bff;
  border: none;
  z-index: 2;
  padding: 0 20px !important;
}
.home input[type="submit"]:hover,
.home input[type="submit"]:focus,
.home input[type="submit"]:active {
  background: #0a2540;
  color: #ffffff;
  box-shadow: none;
}

nav.navbar {
  box-shadow: 0px 1px 0px 0pc #edeeef;
  top: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media all and (max-width: 575px) {
  nav.navbar {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

.navbar-toggler {
  height: 40px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-brand {
  width: 128px;
}

#live-search-form {
  width: 400px;
}

nav.navbar
  #live-search-form
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-radius: 8px !important;
}

#live-search-form input[type="text"],
#live-search-form input[type="search"] {
  height: 40px !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: normal !important;
  letter-spacing: -0.02em !important;
  border: 0 !important;
  background: #f4f5f7 url(../img/icons/header-search-icon.svg) no-repeat center
    right 20px/18px !important;
  padding-left: 20px !important;
}

#live-search-form input[type="text"]:focus,
#live-search-form input[type="search"]:focus {
  box-shadow: none;
}

#live-search-form input[type="submit"] {
  font-size: 0;
  padding: 0;
  height: 40px;
  width: 58px;
  background: url(../img/icons/header-search-icon.svg) no-repeat center/18px;
}

#search-suggestions {
  box-shadow: 0px 10px 22px 0px #00192114;
  border: 1px solid #e0e0e0;
  padding: 18px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
}

#search-suggestions .list-group-item {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0a2540;
  padding: 10px;
  border-radius: 6px;
  border: 0;
  margin: 0;
}

#search-suggestions .list-group-item:hover {
  background: #f0f5fa;
}

#search-suggestions .list-group-item.small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500 !important;
  color: #425466;
  background: transparent !important;
  padding: 0;
  border-radius: 0;
  margin-bottom: 12px;
}

#search-suggestions .list-group-item.small:hover {
  background: none;
}

.list-group-item.list-group-item-action {
  cursor: pointer;
}

.list-group-item.list-group-item-action + .list-group-item.small {
  border-top: 1px solid #e0e0e0 !important;
  margin-top: 14px !important;
  padding-top: 14px !important;
}

.dropdown-item-profile {
  padding: 10px 11px;
  border-radius: 10px;
}

.dropdown-item-profile p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-item-profile:hover {
  background: #f0f5fa;
}

.nav-item .dropdown-toggle::after {
  content: "";
  display: inline-block !important;
  width: 16px;
  height: 12px;
  background: url(../img/icons/nav-item-down-arrow.svg) no-repeat center/cover;
  margin-left: 4px;
  border: 0;
  padding: 0;
  top: 5px;
  position: relative;
  transform: none;
}

.navbar-nav {
  margin: 0 !important;
  padding: 0 !important;
  gap: 30px;
}
@media all and (max-width: 575px) {
  .navbar-nav {
    margin: 20px 0 !important;
  }
}

.navbar-nav > li.nav-item > a.nav-link {
  font: 500 16px/18px "Inter", sans-serif !important;
  padding: 6px 0 !important;
  letter-spacing: 0 !important;
}

.header-login-btn {
  margin-left: 20px;
}

.header-add-btn {
  margin-left: 30px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 10px;
  box-shadow: 0px 10px 22px 0px #00192114;
  border: 1px solid #e1e4e5;
  padding: 20px;
  border-radius: 10px;
  min-width: 230px;
}

.dropdown-menu[data-bs-popper] > .dropdown-item {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: Inter!important;
  letter-spacing: -0.015em;
  color: #0a2540;
  padding: 8px 14px;
  border-radius: 6px;
}

.dropdown-menu[data-bs-popper] > .dropdown-item:hover {
  background: #f0f5fa;
}

.dropdown-menu.dropdown-mega[data-bs-popper] {
  width: 716px;
  padding: 0;
}

@media all and (max-width: 991px) {
  .dropdown-mega-list-wrapper {
    overflow-y: auto;
    height: 220px;
  }
}

.dropdown-mega-list-wrapper .dropdown-mega-list {
  width: 50%;
  padding: 20px;
  border-right: 1px solid #e1e4e5;
}

.dropdown-mega-list-wrapper .dropdown-mega-list > .dropdown-item {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #0a2540;
  padding: 10px 14px;
  border-radius: 6px;
}

.dropdown-mega-list-wrapper .dropdown-mega-list > .dropdown-item:hover {
  background: #f0f5fa;
}

.dropdown-mega-list-wrapper .dropdown-mega-list:last-child {
  border: 0;
}

.dropdown-header {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
}

.dropdown-menu.login-dropdown[data-bs-popper] {
  padding: 12px;
  background: #ffffff;
  width: 230px;
  box-shadow: 0px 10px 22px 0px #00192114;
  border: 1px solid #e1e4e5;
  border-radius: 12px;
  margin-top: 10px;
}

.btn-client-login {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.btn-client-login::before {
  content: "";
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #f0f5fa url(../img/icons/icon-client-login.svg) no-repeat
    center/18px;
}

.btn-client-login::after {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url(../img/icons/login-dropdown-chevron-right.svg) no-repeat
    center/cover;
  margin-left: auto;
}

.btn-client-login:hover,
.btn-client-login:focus,
.btn-client-login:active {
  color: #0a2540;
  background: #f0f5fa;
}

.btn-client-login:hover:before,
.btn-client-login:focus:before,
.btn-client-login:active:before {
  background: #ffffff url(../img/icons/icon-client-login.svg) no-repeat
    center/18px;
}

.btn-provider-login {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}

.btn-provider-login::before {
  content: "";
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #f0f5fa url(../img/icons/icon-provider-login.svg) no-repeat
    center/18px;
}

.btn-provider-login::after {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url(../img/icons/login-dropdown-chevron-right.svg) no-repeat
    center/cover;
  margin-left: auto;
}

.btn-provider-login:hover,
.btn-provider-login:focus,
.btn-provider-login:active {
  color: #0a2540;
  background: #f0f5fa;
}

.btn-provider-login:hover:before,
.btn-provider-login:focus:before,
.btn-provider-login:active:before {
  background: #ffffff url(../img/icons/icon-provider-login.svg) no-repeat
    center/18px;
}

.header-search-mobile {
  height: 40px;
  width: 40px;
  background: url(../img/icons/header-search-mobile.svg) no-repeat center/cover;
  padding: 0;
  border: 0;
  display: none;
}

@media all and (max-width: 575px) {
  .header-search-mobile {
    display: block;
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .button-login-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }

  .btn-add-header {
    padding: 0 18px 0 14px;
    font-size: 15px;
  }

  #live-search-form {
    width: 300px;
  }

  #search-suggestions .list-group-item {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
  }

  .navbar-nav {
    gap: 20px;
  }

  .navbar-nav > li.nav-item > a.nav-link {
    font-size: 15px !important;
  }

  .dropdown-menu[data-bs-popper] {
    padding: 12px 10px;
    min-width: 200px;
  }

  .dropdown-menu[data-bs-popper] > .dropdown-item {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list {
    padding: 12px;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list > .dropdown-item {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
  }

  .dropdown-menu.dropdown-mega[data-bs-popper] {
    width: 650px;
  }
}
@media (max-width: 1200px) {
  #live-search-form {
    width: 300px;
  }

  #search-suggestions .list-group-item {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 0;
  }

  #search-suggestions .list-group-item:hover {
    background: none;
  }

  .navbar-nav {
    gap: 20px;
    margin: 30px 0 20px !important;
  }

  .navbar-nav > li.nav-item > a.nav-link {
    padding: 0 !important;
  }

  .dropdown-menu[data-bs-popper] {
    box-shadow: none;
    border: none;
    min-width: 100%;
    background: #f4f5f7;
    padding: 12px;
    margin-top: 10px !important;
  }

  .dropdown-menu[data-bs-popper] > .dropdown-item {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 0;
  }

  .dropdown-menu[data-bs-popper] > .dropdown-item:hover {
    background: transparent;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list {
    border: 0;
    width: 100%;
    padding: 10px 20px;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list > .dropdown-item {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 0;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list > .dropdown-item:hover {
    background: transparent;
  }

  .header-login-btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .header-add-btn {
    margin-left: 0;
  }

  .dropdown-header {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .dropdown-menu.dropdown-mega[data-bs-popper] {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #live-search-form {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .button::after {
    width: 10px;
  }

  .dropdown-header {
    padding-top: 0;
  }

  .dropdown-mega-list-wrapper .dropdown-mega-list {
    padding-bottom: 0;
  }

  .header-login-btn {
    margin-left: auto;
    display: flex;
    gap: 16px;
  }

  #live-search-form {
    width: calc(100% + 40px);
    order: 1;
    margin: 16px -20px 0 !important;
    padding: 18px 20px;
    border-bottom: 1px solid #edeeef;
    background: white;
    transform: translateY(-60px);
    opacity: 0;
    transition: 0.3s all;
    position: fixed;
    top: 66px;
    left: 20px;
    width: 100%;
    pointer-events: none;
  }

  #live-search-form.mobile-show-search {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .admin-bar #live-search-form {
    top: 112px;
  }

  .dropdown-menu.login-dropdown[data-bs-popper] {
    top: 60px;
    right: 80px;
    min-width: 200px !important;
    width: 200px !important;
  }
}
.logged-in .btn-login-header {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 0;
}
.logged-in .btn-login-header::before,
.logged-in .btn-login-header::after {
  display: none;
}
.logged-in .btn-login-header:hover,
.logged-in .btn-login-header:focus,
.logged-in .btn-login-header:active {
  background: transparent !important;
}

.home-highlight-note {
  background: #f0f5fa;
  font-size: 14px;
  line-height: 18px;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  padding: 4px 14px 4px 5px;
  margin-bottom: 40px;
}

.home-highlight-note::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: none;
  background: url(../img/icons/note-label-icon.svg) no-repeat center/contain;
}

.bg-dark .home-highlight-note {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hero-content p {
  margin-bottom: 40px;
}

.hero-content form {
  display: flex;
  gap: 16px;
}

.hero-content form input[type="search"],
.hero-content form input[type="text"] {
  width: 340px;
  padding-left: 42px !important;
  background: #ffffff url(../img/icons/icon-search.svg) no-repeat 14px
    center/18px !important;
}
@media all and (max-width: 1200px) {
  .hero-content form input[type="search"],
  .hero-content form input[type="text"] {
    width: 280px;
    padding-left: 40px !important;
    font-size: 15px !important;
    background: #ffffff url(../img/icons/icon-search.svg) no-repeat 13px
      center/15px !important;
  }
}
@media all and (max-width: 575px) {
  .hero-content form input[type="search"],
  .hero-content form input[type="text"] {
    width: 100%;
  }
}

.hero-content h1 {
  font-weight: 700 !important;
}

.hero-images-frame {
  width: 560px;
  height: 530px;
  margin-left: auto;
  position: relative;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-images-frame {
    width: 520px;
    height: 480px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-images-frame {
    width: 520px;
    height: 480px;
  }
}
@media all and (max-width: 1200px) {
  .hero-images-frame {
    width: 420px;
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .hero-images-frame {
    margin: 120px auto 40px;
    transform: scale(1.15);
  }
}
@media all and (max-width: 767px) {
  .hero-images-frame {
    transform: scale(1);
    margin: 60px auto 0;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame {
    width: 350px;
    height: 330px;
  }
}
.hero-images-frame .home-frame-1 {
  position: relative;
}
.hero-images-frame .home-frame-1-img,
.hero-images-frame .home-frame-2-img {
  width: 330px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero-images-frame .home-frame-1-img,
  .hero-images-frame .home-frame-2-img {
    width: 300px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero-images-frame .home-frame-1-img,
  .hero-images-frame .home-frame-2-img {
    width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .hero-images-frame .home-frame-1-img,
  .hero-images-frame .home-frame-2-img {
    width: 240px;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame .home-frame-1-img,
  .hero-images-frame .home-frame-2-img {
    width: 200px;
  }
}
.hero-images-frame .home-frame-1-info {
  position: absolute;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 14px 25px;
  border-radius: 16px;
  top: 28px;
  right: 90px;
  width: 242px;
  font-size: 14px;
  line-height: 26px;
}
@media all and (max-width: 1200px) {
  .hero-images-frame .home-frame-1-info {
    padding: 9px 15px;
    border-radius: 12px;
    top: 22px;
    right: 18px;
    width: 222px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame .home-frame-1-info {
    top: 16px;
    right: 20px;
    width: 180px;
    font-size: 12px;
    line-height: 16px;
  }
}
.hero-images-frame .home-frame-1-info::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -42px;
  width: 68px;
  height: 50px;
  background: url(../img/hero/hero-quote-img.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .hero-images-frame .home-frame-1-info::before {
    left: -60px;
    top: -34px;
    width: 58px;
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame .home-frame-1-info::before {
    left: -45px;
    top: -27px;
    width: 38px;
    height: 30px;
  }
}
.hero-images-frame .home-frame-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: max-content;
}
.hero-images-frame .home-frame-2-info {
  position: absolute;
  border: 1px solid #eeeeee;
  background: #ffffff;
  padding: 25px 20px 14px 25px;
  border-radius: 16px;
  bottom: 24px;
  left: -160px;
  width: 260px;
  font-size: 14px;
  line-height: 26px;
}
@media all and (max-width: 1200px) {
  .hero-images-frame .home-frame-2-info {
    padding: 17px 10px 10px 15px;
    border-radius: 16px;
    bottom: 24px;
    left: -180px;
    width: 240px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame .home-frame-2-info {
    padding: 16px 8px 8px 10px;
    border-radius: 12px;
    bottom: 24px;
    left: -150px;
    width: 200px;
    font-size: 12px;
    line-height: 16px;
  }
}
.hero-images-frame .home-frame-2-info::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 30px;
  background: url(../img/hero/hero-star-img.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .hero-images-frame .home-frame-2-info::before {
    width: 110px;
  }
}
@media all and (max-width: 575px) {
  .hero-images-frame .home-frame-2-info::before {
    width: 90px;
    height: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .home-highlight-note {
    margin-bottom: 28px;
  }

  .hero-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .home-highlight-note {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .hero-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-content form {
    flex-direction: column;
  }
}
.service-card-row {
  row-gap: 24px;
  margin-bottom: 30px;
}

.home-service-card {
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 14px;
}
@media all and (max-width: 991px) {
  .home-service-card {
    padding: 22px;
  }
}

.home-service-card-header {
  gap: 14px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}
@media all and (max-width: 575px) {
  .home-service-card-header {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
.home-service-card-header h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
.home-service-card-header i {
  height: 42px;
  width: 42px;
}
.home-service-card-header i img {
  max-height: 24px;
  max-width: 24px;
}

.category-list {
  gap: 22px;
}
@media all and (max-width: 575px) {
  .category-list {
    gap: 18px;
  }
}
.category-list a {
  line-height: 20px;
  color: #0a2540;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.3s all;
}
.category-list a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/card-content-chevron-right.svg) no-repeat
    center/contain;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .category-list a::after {
    margin-right: -3px;
  }
}
.category-list a:hover::after,
.category-list a:focus::after,
.category-list a:active::after {
  background: url(../img/icons/card-content-chevron-right-hover.svg) no-repeat
    center/contain;
}

.how-it-works-row {
  margin-left: -30px;
  margin-right: -30px;
  row-gap: 50px;
}
.how-it-works-row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
.how-it-works-row > [class*="col"]:last-child .how-it-works-item::after {
  display: none;
}

.how-it-works-item::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 100%;
  transform: translateX(-38%);
  height: 1px;
  width: 215px;
  background: url(../img/images/how-it-works-arrow.svg) no-repeat center/cover;
}
@media all and (max-width: 991px) {
  .how-it-works-item::after {
    width: 1px;
    height: 120px;
    background: url(../img/images/how-it-works-arrow-vertical.svg) no-repeat
      center/200%;
    position: relative;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    margin: 30px 0 60px;
    display: none;
  }
}
@media all and (max-width: 575px) {
  .how-it-works-item::after {
    margin: 10px 0 40px;
  }
}

.how-it-works-count {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.agency-card-row {
  row-gap: 24px;
  margin-bottom: 40px;
}

.home-agency-card {
  border: 1px solid #e0e0e0;
  padding: 28px;
}
@media all and (max-width: 575px) {
  .home-agency-card {
    padding: 20px;
  }
}
.home-agency-card .text-dark {
  color: #0a2540 !important;
}

.home-agency-card-header {
  gap: 16px;
  margin-bottom: 24px;
}
.home-agency-card-header > i {
  height: 54px;
  width: 54px;
}
@media all and (max-width: 575px) {
  .home-agency-card-header > i {
    height: 44px;
    width: 44px;
  }
}
.home-agency-card-header > i img {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.home-agency-card-header .h4 {
  font-family: "Inter", sans-serif !important;
}
@media all and (max-width: 575px) {
  .home-agency-card-header .h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (max-width: 575px) {
  .home-agency-card-header i.fa {
    font-size: 11px;
    letter-spacing: -0.15em;
  }
}
.home-agency-card-header + p {
  margin-bottom: 24px;
}

.home-agency-card-header-link {
  gap: 8px;
}

.home-rating-wrapper {
  gap: 10px;
}
.home-rating-wrapper div.d-flex {
  gap: 6px;
}
.home-rating-wrapper p.d-flex {
  gap: 4px;
}

.home-agency-card-meta {
  gap: 12px;
}
.home-agency-card-meta div {
  width: calc(50% - 6px);
  gap: 10px;
}
.home-agency-card-meta i {
  height: 24px;
  width: 24px;
}
.home-agency-card-meta i img {
  width: 14px;
  height: 14px;
}

.review-swiper {
  padding-bottom: 42px;
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  .review-swiper {
    margin-bottom: 40px;
  }
}
.review-swiper .review-swiper-pagination {
  bottom: -6px !important;
}
@media all and (max-width: 575px) {
  .review-swiper .review-swiper-pagination {
    bottom: 0 !important;
  }
}
.review-swiper .review-swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #425466;
  backdrop-filter: blur(63px);
}
@media all and (max-width: 575px) {
  .review-swiper .review-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
.review-swiper
  .review-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #635bff;
}

.review-slider-col {
  row-gap: 30px;
}
@media all and (max-width: 575px) {
  .review-slider-col {
    gap: 20px;
  }
}

.home-review-card {
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
}
@media all and (max-width: 575px) {
  .home-review-card {
    padding: 20px;
  }
}
.home-review-card .divider {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 16px;
}
.home-review-card .review-author-meta {
  gap: 12px;
}
.home-review-card .review-author-meta i {
  height: 40px;
  width: 40px;
}
@media all and (max-width: 575px) {
  .home-review-card .review-author-meta i {
    height: 36px;
    width: 36px;
  }
}
.home-review-card .review-author-meta .d-flex {
  gap: 6px;
}
.home-review-card .d-flex.gap-4 {
  position: relative;
  top: 1px;
}
.home-review-card p.content-14-22-400 {
  min-height: 66px;
}
.home-review-card .fa-star {
  font-size: 13px;
}
.home-review-card .home-review-rating {
  position: relative;
  top: 1px;
}

.home-review-card-header {
  margin-bottom: 20px;
  gap: 14px;
}
.home-review-card-header > i {
  width: 48px;
  height: 48px;
}
@media all and (max-width: 575px) {
  .home-review-card-header > i {
    width: 44px;
    height: 44px;
  }
}
.home-review-card-header > i img {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.home-review-card-header .home-rating-wrapper {
  gap: 10px;
}
.home-review-card-header .home-rating-wrapper div.d-flex {
  gap: 6px;
}
.home-review-card-header .home-rating-wrapper div.d-flex p.d-flex {
  gap: 4px;
}

.cta-card {
  padding: 65px 40px 68px;
}
@media all and (max-width: 767px) {
  .cta-card {
    padding: 35px 30px 46px;
  }
}
@media all and (max-width: 575px) {
  .cta-card {
    padding: 20px 20px 30px;
    border-radius: 16px !important;
  }
}
.cta-card::before {
  content: "";
  position: absolute;
  bottom: 58px;
  left: -40px;
  width: 386px;
  height: 224px;
  background: url(../img/images/cta-vector-1.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .cta-card::before {
    bottom: 60px;
    left: -80px;
    width: 336px;
    height: 174px;
  }
}
@media all and (max-width: 767px) {
  .cta-card::before {
    bottom: 60px;
    left: -110px;
    width: 266px;
    height: 144px;
  }
}
.cta-card::after {
  content: "";
  position: absolute;
  top: -22px;
  right: -17px;
  width: 307px;
  height: 382px;
  background: url(../img/images/cta-vector-2.svg) no-repeat center/contain;
}
@media all and (max-width: 1200px) {
  .cta-card::after {
    top: -10px;
    right: -17px;
    width: 270px;
    height: 352px;
  }
}
@media all and (max-width: 767px) {
  .cta-card::after {
    top: 40px;
    right: -57px;
    width: 230px;
    height: 382px;
  }
}

.cta-card-content {
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .cta-card-content {
    max-width: 95%;
  }
}
@media all and (max-width: 767px) {
  .cta-card-content {
    max-width: 100%;
  }
}
.cta-card-content h2 {
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
@media all and (max-width: 575px) {
  .cta-card-content h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.cta-section-2::before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: 159px;
  width: 386px;
  height: 224px;
  background: url(../img/images/cta-vector-3.svg) no-repeat center/contain;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cta-section-2::before {
    left: -140px;
    bottom: 160px;
    width: 316px;
    height: 204px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cta-section-2::before {
    left: -140px;
    bottom: 160px;
    width: 316px;
    height: 204px;
  }
}
@media all and (max-width: 1200px) {
  .cta-section-2::before {
    left: -140px;
    bottom: 160px;
    width: 316px;
    height: 204px;
  }
}
.cta-section-2::after {
  content: "";
  position: absolute;
  top: 201px;
  right: -59px;
  width: 307px;
  height: 108px;
  background: url(../img/images/cta-vector-4.svg) no-repeat center/contain;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cta-section-2::after {
    top: 201px;
    right: -89px;
    width: 247px;
    height: 108px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cta-section-2::after {
    top: 201px;
    right: -89px;
    width: 247px;
    height: 108px;
  }
}
@media all and (max-width: 1200px) {
  .cta-section-2::after {
    top: 201px;
    right: -89px;
    width: 247px;
    height: 108px;
  }
}

.cta-2-thumble {
  width: 530px;
  margin-left: auto;
  margin-right: -48px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .cta-2-thumble {
    margin-right: -35px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .cta-2-thumble {
    margin-right: -30px;
  }
}
@media all and (max-width: 1200px) {
  .cta-2-thumble {
    width: 95%;
    margin-right: 0;
  }
}
@media all and (max-width: 991px) {
  .cta-2-thumble {
    width: 100%;
  }
}
.cta-2-thumble img {
  border-radius: 34px;
}
@media all and (max-width: 1200px) {
  .cta-2-thumble img {
    border-radius: 24px;
  }
}
@media all and (max-width: 991px) {
  .cta-2-thumble img {
    border-radius: 16px;
  }
}

@media all and (max-width: 991px) {
  .cta-2-info {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .cta-2-info {
    margin-bottom: 40px;
  }
}
.cta-2-info .home-highlight-note {
  margin-bottom: 20px;
}
.cta-2-info h2 {
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
.cta-2-info .button {
  margin-top: 24px;
  margin-bottom: 20px;
}

.h-26 {
  height: 26px;
}

.lh-24 {
  line-height: 24px;
}

.font-content-13px-600 {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
}

.footer .container {
  max-width: 1680px !important;
  padding: 0px 28px;
}

.footer-brand {
  margin-bottom: 32px;
}
@media all and (max-width: 575px) {
  .footer-brand {
    margin-bottom: 22px;
  }
}
.footer-brand + h4.h5 {
  display: none;
}

.footer-top-row {
  row-gap: 32px;
}

footer {
  padding: 0 !important;
}
footer h4.h5 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: #0a2540;
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  footer h4.h5 {
    margin-bottom: 16px;
  }
}
footer .textwidget {
  padding-right: 30px;
}
@media all and (max-width: 575px) {
  footer .textwidget {
    padding-right: 0;
  }
}
footer .textwidget p {
  color: #425466;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em !important;
  margin-bottom: 0;
}
footer ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer ul.menu li {
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15px;
  color: #425466;
}
footer ul.menu li a {
  color: inherit !important;
}
footer ul.menu li a:hover {
  color: #635bff !important;
}

.footer-bottom-row {
  row-gap: 20px;
}

.footer .copyrihght-text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.015em !important;
  color: rgba(0, 0, 0, 0.6);
}
.footer .copyrihght-text a {
  color: inherit;
}
.footer .copyrihght-text a:hover {
  color: #635bff;
}

.footer-social {
  gap: 16px;
}
.footer-social a {
  width: 32px;
  height: 32px;
  transition: 0.3s all;
}
.footer-social a:hover {
  background: #635bff !important;
}
