.main-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000000000000000;
  width: 100%;
}
.main-menu a {
  color: white !important;
  font-size: 18px !important;
}
.main-menu.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(4, 28, 98, 0.9);
}
.main-menu.scrolled .logo img {
  height: 35px;
  width: 35px;
}
.main-menu.scrolled a {
  font-size: 16px !important;
}
.main-menu.mobile-time {
  background-color: unset !important;
  background: unset !important;
}
.main-menu.mobile-time .logo {
  opacity: 0;
  pointer-events: none;
}

.burger-menu {
  position: relative;
  -webkit-appearance: none;
  background: transparent;
  z-index: 9999999999;
  border: none;
  height: 13px;
  width: 30px;
  cursor: pointer;
}
.burger-menu div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
  opacity: 1;
  transition: 0.5s;
  border-radius: 4px !important;
}
.burger-menu div:nth-child(1) {
  top: 0;
  transform: translate(0, 0);
}
.burger-menu div:nth-child(2) {
  top: 50%;
  opacity: 0;
  transform: translate(0, -50%);
}
.burger-menu div:nth-child(3) {
  bottom: 0;
  transform: translate(0, 0);
}
.burger-menu.open {
  height: 20px;
}
.burger-menu.open div:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}
.burger-menu.open div:nth-child(2) {
  opacity: 0;
}
.burger-menu.open div:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -7px);
  opacity: 1;
}

.mobile-menu > div.menu-wrapper {
  padding: 150px 35px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999999;
  background-color: rgba(4, 28, 98, 0.75);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  /* background: rgba(0, 32, 86, 0.9); */
}
.mobile-menu a {
  color: white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 1s;
}
.mobile-menu a.go-left {
  transform: translateX(0);
}
.mobile-menu a.active {
  color: white !important;
  font-weight: bold !important;
}

body.no-scroll {
  overflow: hidden;
}

[animate] {
  transition: all 0.5s 0.5s;
  opacity: 0;
}

[animate].show {
  opacity: 1;
}

[animate=left] {
  transform: translateX(20px);
}

[animate=left].show {
  transform: translateX(0);
}

[animate=right] {
  transform: translateX(-20px);
}

[animate=right].show {
  transform: translateX(0);
}

[animate=up] {
  transform: translateY(20px);
}

[animate=up].show {
  transform: translateY(0);
}

.bg-success {
  background-color: #90ee90 !important;
}

.menu-items a {
  opacity: 0.9;
  font-weight: 300;
}
.menu-items a.active {
  opacity: 1 !important;
  color: white !important;
  font-weight: bold !important;
}

.section-footer {
  background-color: #091638 !important;
}

.footer-link {
  color: rgb(255, 255, 255) !important;
  font-weight: 300 !important;
  display: block;
}
.footer-link:hover {
  opacity: 0.4 !important;
  color: white !important;
}

.footer-bottom {
  border-top: 1px solid rgb(255, 255, 255);
}
.footer-bottom p {
  color: white !important;
  font-size: 16px;
  text-align: center;
}

.socials-row img {
  transition: 0.5s;
  transform: scale(1);
}
.socials-row a:hover img {
  transform: scale(1.2);
}

@media (max-width: 500px) {
  .mobile-menu a.go-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .footer-link img {
    width: 20px !important;
  }
  .socials-row img {
    width: 25px !important;
  }
  .footer-bottom p {
    font-size: 14px !important;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Merriweather", serif;
}

html {
  font-size: 18px;
  overflow: hidden;
}
html.loaded {
  overflow: auto;
}

.py-xl {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pos-z {
  position: relative !important;
  z-index: 999 !important;
}

.logo img {
  transition: 0.5s;
  height: 55px;
  width: 55px;
}

.bg-secondary {
  background-color: #e2a203 !important;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
}
.overlay.blue {
  background-color: rgba(9, 22, 56, 0.9) !important;
}
.overlay.blue2 {
  background-color: rgba(4, 28, 98, 0.5) !important;
}
.overlay.overlay-theme {
  background: linear-gradient(270deg, rgba(4, 28, 98, 0) 0%, rgba(4, 28, 98, 0.9) 100%) !important;
}
.overlay.black {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay.black.darker {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.overlay.black.left {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8183648459) 0%, rgba(29, 1, 0, 0) 100%);
}
.overlay.lighter-blue {
  mix-blend-mode: multiply;
  background-color: rgba(1, 102, 132, 0.56);
}
.overlay.white {
  background-color: rgba(255, 255, 255, 0.8);
}
.overlay.white.left {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

.img-cover {
  object-fit: cover;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.loader-wrapper.loaded {
  overflow: auto;
  opacity: 0 !important;
  z-index: -1;
  pointer-events: none;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.bg-yellow {
  background-color: #e2a203 !important;
}

.white-line {
  background-color: white;
  max-width: 90%;
  width: 150px;
  height: 2px;
  display: block;
}

.primary-line {
  background-color: #041C62;
  width: 100%;
  height: 8px;
  display: block;
}

.secondary-line {
  background-color: #e2a203;
  width: 100%;
  height: 1px;
  display: block;
}

.custom-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.1);
}
.custom-card.grey {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}

h1,
h2,
h3,
h4,
h5,
h5,
p,
span,
a {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

a {
  text-decoration: none !important;
  transition: 0.5s;
  color: black;
}
a:hover, a.active {
  color: #041C62 !important;
}

p,
div,
a {
  color: #091638 !important;
  font-weight: 300 !important;
}
p b,
div b,
a b {
  font-weight: bold !important;
}

b {
  font-weight: bold !important;
}

.text-white-all,
.text-white-all * {
  color: white;
}

.label {
  font-weight: bold !important;
}

h1 {
  font-size: 3.85rem;
  line-height: 4rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.66rem;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

@media (min-width: 600px) {
  .section-footer a, .footer-bottom p {
    font-size: 16px !important;
  }
  .socials-row img {
    width: 30px !important;
  }
}
.fs-42 {
  font-size: 2.1rem;
  line-height: 2rem;
}

.fs-28,
.fs-28 * {
  font-size: 1.4rem !important;
  line-height: 2rem;
}

p {
  font-weight: normal !important;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-primary {
  color: #041C62 !important;
}

.bg-primary, .bg-primary:hover {
  background-color: #041C62 !important;
}

.bg-navy, .bg-navy:hover {
  background-color: #041C62 !important;
}

a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #041C62 !important;
}

.fs-15,
.fs-15 * {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-grey {
  color: rgba(255, 255, 255, 0.5) !important;
}

.error, .text-response {
  font-size: 16px !important;
}

input,
select,
textarea {
  margin-top: 10px;
  color: #091638;
  padding: 10px 20px !important;
  background-color: white !important;
  border: 1px solid #e0e0e0 !important;
  height: 50px;
  border-radius: 40px;
  width: 100%;
  font-size: 16px !important;
}
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #041C62 !important;
}

::placeholder,
select {
  color: #091638;
}

input[type=date]:focus,
input[type=date]:focus:before {
  color: #091638;
}

input[type=date]:not(.has-value):before {
  color: #091638;
  content: attr(placeholder);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type=date]:not(.has-value) {
  color: transparent;
  transition: 0.5s !important;
}

textarea {
  height: 150px !important;
  border-radius: 20px !important;
  padding: 20px !important;
  resize: none;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.theme-btn {
  padding: 0px !important;
  background-color: #041C62 !important;
  font-size: 18px !important;
  min-width: 210px !important;
  line-height: 46px !important;
  height: 47px !important;
  color: white !important;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  border: unset !important;
  width: auto !important;
  border-radius: 24px !important;
  font-weight: 300 !important;
  cursor: pointer;
}
.theme-btn:hover {
  opacity: 0.75;
  color: white !important;
}
.theme-btn.invert {
  color: #041C62 !important;
  background-color: white !important;
}
.theme-btn.btn-sm {
  font-size: 16px !important;
  min-width: 150px !important;
}

.text-underline {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  html,
  body {
    font-size: 15px !important;
  }
  h1 {
    font-size: 2rem !important;
    line-height: 3.5rem;
  }
  h2 {
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem !important;
  }
  .fs-42 {
    font-size: 1.785rem;
    line-height: 2rem;
  }
  .fs-28,
  .fs-28 * {
    font-size: 1.4rem !important;
    line-height: 2rem;
  }
}
.font-light {
  font-weight: 300 !important;
}

.fs-20 {
  font-size: 1rem !important;
  line-height: 1.2rem !important;
}

.section-footer a,
.section-footer p,
.section-footer div,
.section-footer .footer-link div, .section-footer .footer-link {
  color: white !important;
}

.footer-link div, .footer-link {
  color: white !important;
}

.our-values img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.floating-about {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(65%, 0);
  font-size: 1.4rem !important;
  width: 120% !important;
  text-align: left;
}

@media (max-width: 575.98px) {
  .our-values img {
    max-width: 60px;
  }
}
.breadcrumb {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  border-radius: 0px !important;
  border-bottom-right-radius: 30px !important;
  margin-bottom: 0px !important;
  border-bottom-left-radius: 30px !important;
  overflow: hidden;
}
.breadcrumb .overlay {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.breadcrumb.home {
  background-position: bottom center;
}

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

.mt-20 {
  margin-top: 20px !important;
}

.border-radius-50 {
  border-radius: 50%;
}

.bg-card {
  background-color: #f3f3fa;
}

.border-radius-4 {
  border-radius: 40px !important;
}

.border-radius-2 {
  border-radius: 20px !important;
}

.sticky-row {
  margin-top: 15px;
  position: sticky;
  top: 100px !important;
  padding-left: 15px;
  z-index: 999;
  padding-right: 15px;
}
.sticky-row a {
  width: 60px;
  cursor: pointer;
}
.sticky-row a img {
  width: 60px;
  transition: 0.5s;
  transform: scale(1);
}
.sticky-row a:hover img {
  transform: scale(1.25);
}

.service-item {
  border: 1px solid white;
  cursor: pointer;
  border-radius: 40px;
  transition: 0.5s;
}
.service-item .arrow-btn {
  width: 40px;
  transition: 0.5s;
  margin: auto;
}
.service-item .icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.service-item .content {
  display: none;
}
.service-item.open .arrow-btn {
  transform: rotate(180deg);
}

.services {
  border-radius: 40px;
  overflow: hidden;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-item img {
  height: 60px !important;
  object-fit: contain;
  width: 100%;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-wrapper .couner-item {
  border-left: 3px solid rgba(4, 28, 98, 0.6);
  padding-left: 10px;
  margin-left: 30px;
}
.counter-wrapper .couner-item p {
  font-size: 0.9rem !important;
}
.counter-wrapper img {
  height: 50px !important;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.mov-video {
  width: 100%;
  border-radius: 40px;
}

.contact-box {
  position: absolute;
  top: 0;
  width: 65%;
  right: 0;
  height: 110%;
  transform: translateY(-5%);
  background-color: #091638;
}
.contact-box.about {
  width: 40%;
  right: 15px;
}

.map-frame {
  height: 600px;
}

.testimonials .swiper-pagination {
  transform: translateY(50px);
}
.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #091638;
}

.faqs .faq-item:last-of-type {
  border-bottom: 0px !important;
}

.faq-item {
  padding: 20px 0;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #091638;
}
.faq-item .title {
  font-weight: bold !important;
  transition: 0.5s;
  color: #091638;
  position: relative;
  padding-right: 30px;
}
.faq-item .content {
  display: none;
  color: white !important;
  padding-top: 15px;
  padding-right: 15px;
}
.faq-item .icon {
  position: absolute;
  right: 0px;
  top: 50%;
  /* transform: translate(-50%, -50%); */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.faq-item .icon span {
  position: absolute;
  height: 5px;
  right: 0;
  background: #091638;
  opacity: 1;
  top: 0;
  border-radius: 2px;
  transition: 0.5s;
}
.faq-item .icon span:nth-child(1) {
  width: 2px;
  height: 30px;
}
.faq-item .icon span:nth-child(2) {
  height: 2px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 30px;
}
.faq-item.open {
  background-color: #091638;
  border-bottom: 1px solid white;
}
.faq-item.open .title {
  color: white !important;
}
.faq-item.open .icon span {
  background: white !important;
}
.faq-item.open .icon span:nth-child(1) {
  opacity: 0;
}

.dp-percent {
  position: absolute;
  right: 0;
  color: red;
  transform: translateX(100%);
  padding-left: 10px;
  font-weight: bold;
  color: #041C62 !important;
}

.text-gold {
  color: #fbd582 !important;
  text-shadow: 1px 0px 6px #FBD582;
}

.registration-form {
  position: fixed;
  top: 0;
  background: rgba(9, 22, 56, 0.8);
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
}
.registration-form.show {
  z-index: 1000000000000000000;
  opacity: 1;
}
.registration-form form {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 40px;
}
.registration-form form input[type=text], .registration-form form select {
  height: 40px !important;
  font-size: 16px !important;
  margin-top: 0px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 8px !important;
  color: white;
  background-color: rgba(9, 22, 56, 0.48) !important;
}
.registration-form form select {
  padding-top: 0px !important;
  color: #091638 !important;
  padding-bottom: 0px !important;
}
.registration-form form input::placeholder, .registration-form form textarea::placeholder {
  font-size: 14px !important;
}
.registration-form form textarea {
  height: 100px !important;
  font-size: 16px !important;
  color: white !important;
  margin-top: 0px !important;
  border-radius: 8px !important;
  background-color: rgba(9, 22, 56, 0.48) !important;
  padding: 10px !important;
}
.registration-form form .error,
.registration-form form .text-response {
  font-size: 14px !important;
}
.registration-form form label {
  font-size: 16px !important;
  margin-bottom: 0px;
  margin-top: 8px !important;
}

.text-secondary {
  color: #091638 !important;
}

.ui-slider {
  background-color: #D9D9D9 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  height: 16px !important;
  width: 16px !important;
  border-radius: 50%;
  top: -4px !important;
  border: 3px solid #041C62 !important;
}

.ui-slider-horizontal {
  height: 10px !important;
  border-radius: 10px !important;
}

.ui-widget-header {
  background-color: #041C62 !important;
}

.custom-handle {
  transform: translate(-50%, -100%);
  padding: 4px 9px;
  border-radius: 10px;
  background: #041C62;
  color: white !important;
  position: absolute;
  left: 7px !important;
  top: -15px;
}

.custom-handle-arrow {
  transform: translate(-50%, -100%);
  position: absolute;
  left: 7px !important;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  border-top: 8px solid #041C62;
}

.custom-slider .left {
  position: absolute;
  left: 15px;
  top: 10px;
}
.custom-slider .left::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #041C62;
  z-index: 1;
  top: -16px;
  left: -15px;
}
.custom-slider .left::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #041C62;
  z-index: 1;
  left: -15px;
  top: 50%;
  transform: translateY(50%);
}
.custom-slider .right {
  position: absolute;
  right: 15px;
  top: 10px;
}
.custom-slider .right::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #D9D9D9;
  z-index: 1;
  top: -16px;
  right: -15px;
}
.custom-slider .right::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background: #D9D9D9;
  z-index: 1;
  right: -15px;
  top: 50%;
  transform: translateY(50%);
}

.fs-16 {
  font-size: 16px !important;
}

.custom-selector {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  position: relative;
  background-color: #D9D9D9;
}
.custom-selector div {
  flex: 1;
  padding: 5px 10px;
  color: #041C62;
  font-weight: bold !important;
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
}
.custom-selector div.active {
  color: white !important;
  z-index: 2;
}
.custom-selector span {
  flex: 1;
  padding: 5px 10px;
  position: absolute;
  color: #041C62;
  transition: 0.5s;
  width: 50%;
  left: 0;
  right: unset !important;
  height: 100%;
  background: #041C62 !important;
  border-radius: 22px;
}
.custom-selector span.second {
  left: 50%;
}
.custom-selector span.third {
  left: 66.666% !important;
  right: 0 !important;
}

.mortage-box {
  border-radius: 40px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}

input[type=date] {
  position: relative;
  padding-left: 16px !important;
  background-color: white !important;
  color: #041C62 !important;
}
input[type=date]:not(.has-value) {
  color: white !important;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  background-color: transparent !important;
  color: white !important;
  outline: none;
}

input[type=date].has-value::-webkit-datetime-edit-day-field:focus,
input[type=date].has-value::-webkit-datetime-edit-month-field:focus,
input[type=date].has-value::-webkit-datetime-edit-year-field:focus {
  color: #041C62 !important;
}

input[type=date]:not(.has-value):before {
  left: 20px;
}

input[type=date], input[type=file] {
  -webkit-min-logical-width: calc(100% - 16px);
}

p, div, span {
  text-align: justify;
}

.main-menu .floating-apply-btn {
  min-width: max-content !important;
  padding: 0px 30px !important;
  cursor: pointer;
}

.main-menu .floating-apply-btn:hover {
  background-color: #041C62 !important;
  color: white !important;
}

.iti--allow-dropdown {
  width: 100% !important;
  margin-top: 10px !important;
}

.clock img {
  width: 25px !important;
}

.border-radius-1 {
  border-radius: 10px;
}

.lib-phone {
  margin-top: 10px !important;
  color: #091638;
  padding: 10px 20px !important;
  background-color: white !important;
  border: 1px solid #e0e0e0 !important;
  height: 50px;
  border-radius: 40px;
  width: 100%;
  font-size: 16px !important;
  padding-left: 50px !important;
}

.registration-form form input[type=text].lib-phone {
  padding-left: 50px !important;
}

.iti__arrow {
  border-top: var(--iti-arrow-height) solid #041C62 !important;
}

.registration-form .iti__arrow {
  border-top: var(--iti-arrow-height) solid white !important;
}

#instafeed-container {
  display: flex;
  flex-direction: row;
  flex: 6;
  height: 300px !important;
}
#instafeed-container a {
  width: 25% !important;
  padding: 20px;
  overflow: hidden;
  height: 300px !important;
  margin-top: 15px !important;
}
#instafeed-container a img {
  height: 300px !important;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (min-width: 1400.98px) {
  .registration-form form {
    width: 40% !important;
  }
}
@media (max-width: 1199.98px) {
  .registration-form form {
    width: 75% !important;
  }
  .contact-box {
    width: 80%;
    right: 0;
    bottom: 0;
    top: unset !important;
    height: 60%;
    transform: translateY(0);
  }
  .contact-box.about {
    width: 50%;
    right: 15px;
    height: 630px;
    transform: translateY(15px);
  }
}
@media (max-width: 991.98px) {
  .contact-box {
    width: 100%;
  }
  .border-radius-md-40 {
    border-radius: 40px;
  }
  .transform-md-bottom {
    transform: translateY(40px);
  }
  #instafeed-container {
    flex-wrap: wrap;
  }
  #instafeed-container a {
    width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .contact-box {
    width: 100%;
  }
  .contact-box.about {
    width: 50%;
    height: 430px;
  }
  .map-frame {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  #instafeed-container {
    flex-wrap: wrap;
  }
  #instafeed-container a {
    width: 100% !important;
  }
  .partner-item img {
    height: 80px !important;
  }
  .registration-form form {
    width: 95% !important;
  }
  .registration-form form .error, .registration-form form .text-response {
    font-size: 12px !important;
  }
  .faq-item .icon span {
    margin-right: 30px;
  }
  .counter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    justify-content: flex-start;
    margin: auto;
  }
  .counter-wrapper .couner-item {
    margin-left: 15px !important;
  }
  .breadcrumb {
    min-height: 60vh !important;
  }
  .breadcrumb.home {
    min-height: 70vh !important;
  }
  .sticky-row {
    justify-content: end !important;
    text-align: right;
    align-items: end !important;
    flex-direction: column !important;
  }
  .contact-box {
    width: calc(100% - 65px);
    right: 15px;
    left: 50px;
    bottom: 0;
    top: unset !important;
    height: 60%;
    transform: translateY(0);
    background-color: #091638;
  }
  .contact-box.about {
    width: 50%;
    height: 330px;
    left: unset !important;
  }
  .map-frame {
    height: 300px;
  }
  .sticky-row {
    position: sticky;
    top: 80px !important;
  }
  .sticky-row a {
    position: absolute;
    width: 45px;
    top: 50px;
  }
  .sticky-row a img {
    width: 45px;
  }
  .sticky-row a:hover img {
    transform: scale(1.15);
  }
  .sticky-row a.floating-wtssp {
    top: 0px;
  }
  .section-footer {
    margin-top: -15px;
  }
  .faq-item .icon span:nth-child(1) {
    height: 20px;
  }
  .faq-item .icon span:nth-child(2) {
    width: 20px;
  }
  .faq-item .icon {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=main.css.map */