@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-BlackItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-Bold.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-Black.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-LightItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-RegularItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-ExtraBlackItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-ExtraBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-ExtraBlack.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-ExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-Regular.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-Light.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-SemiBold.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-Medium.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-MediumItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-BoldItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HvDTrial Brevia";
  src: url("../fonts/HvDTrial_Brevia-SemiBoldItalic.woff2") format("woff2"), url("../fonts/HvDTrial_Brevia-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.align-center {
  margin: 0px auto;
}

.for-blue-button .button-border, .for-blue-button .btn-outline {
  border-radius: 50px;
  background: #00ABC7;
  height: 65px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 400px) {
  .for-blue-button .button-border, .for-blue-button .btn-outline {
    font-size: 13px;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .for-blue-button .button-border:hover, .for-blue-button .btn-outline:hover {
    color: #FFF;
    background: #66CDDD;
  }
}

.button-border, .btn-outline {
  border-radius: 50px;
  border: 1px solid #00ABC7;
  height: 65px;
  padding: 0 65px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  color: #00ABC7;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .button-border, .btn-outline {
    font-size: 13px;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .button-border:hover, .btn-outline:hover {
    background: #00ABC7;
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .button-border, .btn-outline {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .btn {
    width: 100%;
    justify-content: center;
  }
}

.btn-blue {
  border-radius: 50px;
  background: #00ABC7;
  height: 65px;
  padding: 0 65px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 360px) {
  .btn-blue {
    font-size: 14px;
    padding: 0 25px;
  }
}
.btn-blue:hover {
  color: #FFF;
  background: #66CDDD;
}
.btn-blue:active {
  border: 0;
  background: #00ABC7 !important;
  color: #fff !important;
}

.mob-break {
  display: none;
}
@media (max-width: 1000px) {
  .mob-break {
    display: block;
    width: 100%;
  }
}

.desk-break {
  display: none;
}
@media (min-width: 1000px) {
  .desk-break {
    display: block;
    width: 100%;
  }
}

.overlay-banner-with-slider-box .small-banner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.overlay-banner-with-slider-box .small-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.overlay-banner-with-slider-box .overlay {
  position: relative;
  left: auto;
  top: auto;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .column-space-12 {
    margin: 0px -6px;
  }
}

@media (min-width: 767px) {
  .column-space-12 > [class*=col] {
    padding: 0px 6px;
  }
}

@media (min-width: 767px) {
  .column-space-33 {
    margin: 0px -33px;
  }
}

@media (min-width: 767px) {
  .column-space-33 > [class*=col] {
    padding: 0px 33px;
  }
}

@media (min-width: 767px) {
  .column-space-41 {
    margin: 0px -41px;
  }
}

@media (min-width: 767px) {
  .column-space-41 > [class*=col] {
    padding: 0px 41px;
  }
}

.column-space-9 {
  margin: 0px -9px;
}

@media (max-width: 767px) {
  .column-space-9 {
    margin: 0px -9px;
  }
}

@media (min-width: 767px) {
  .column-space-30 {
    margin: 0px -30px;
  }
}

@media (min-width: 767px) {
  .column-space-30 > [class*=col] {
    padding: 0px 30px;
  }
}

@media (min-width: 767px) {
  .column-space-21 {
    margin: 0px -21px;
  }
}

@media (min-width: 767px) {
  .column-space-21 > [class*=col] {
    padding: 0px 21px;
  }
}

@media (min-width: 767px) {
  .column-space-25 {
    margin: 0px -25px;
  }
}

@media (min-width: 767px) {
  .column-space-25 > [class*=col] {
    padding: 0px 25px;
  }
}

@media (min-width: 767px) {
  .column-space-50 {
    margin: 0px -30px;
  }
}

@media (min-width: 767px) {
  .column-space-50 > [class*=col] {
    padding: 0px 30px;
  }
}

a {
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

html, body {
  margin: 0;
  padding: 0px;
}

input, button, textarea {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: "HvDTrial Brevia";
}

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

img {
  max-width: 100%;
}

.radius {
  border-radius: 20px;
}

.shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.img-100 {
  width: 100%;
}

p, .p-text {
  font-size: 18px;
  line-height: 28px;
  font-family: "HvDTrial Brevia";
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1000px) {
  p, .p-text {
    font-size: 16px;
    line-height: 24px;
  }
}

li {
  font-size: 18px;
  line-height: 28px;
  font-family: "HvDTrial Brevia";
  font-weight: 400;
}
@media (max-width: 1000px) {
  li {
    font-size: 16px;
    line-height: 24px;
  }
}

h1 {
  font-weight: 700;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 80px;
    line-height: 92px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 100px;
    line-height: 92px;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
}

h2 {
  font-weight: 700;
  color: #000;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 59px;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 39px;
  }
}
h2.with-subtitle {
  margin-bottom: 10px;
}

h3 {
  font-weight: 700;
  color: #0E2A46;
}
@media (min-width: 1000px) {
  h3 {
    font-size: 45px;
    line-height: 49px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 45px;
  }
}

h4 {
  font-weight: 700;
  color: #00ABC7;
}
@media (min-width: 1000px) {
  h4 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1300px) {
  body .container {
    max-width: 1224px;
  }
}
@media (min-width: 1800px) {
  body .container {
    max-width: 1484px;
  }
}
a {
  transition: all 0.3s ease 0s;
}

@media (max-width: 1000px) {
  .text-mob-left {
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .text-desktop-center {
    text-align: center;
  }
}

.section-space {
  padding: 140px 0 150px;
}
@media (max-width: 1000px) {
  .section-space {
    padding: 96px 0 100px 0;
  }
}

.blue-bg {
  background: rgba(0, 171, 199, 0.1);
}

.white-bg {
  background: #FFF;
}

.blue-border {
  border: 1px solid rgba(0, 171, 199, 0.1);
}

.head-spacer {
  margin-bottom: 73px;
}

.bullet-points {
  list-style: disc;
  padding-left: 20px;
}

input {
  border: none;
  box-shadow: none;
}

.icon-with-text-two-column {
  margin-bottom: 30px;
}
.icon-with-text-two-column li {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .icon-with-text-two-column li {
    background: #FFF;
    padding: 35px 20px;
    border-radius: 15px;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
  }
}
.icon-with-text-two-column li:last-child {
  margin-bottom: 0;
}
.icon-with-text-two-column .icon {
  flex-shrink: 0;
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .icon-lists-with-two-col-left {
    padding-right: 80px !important;
  }
}
@media (min-width: 1000px) {
  .icon-lists-with-two-col-left h2 {
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .icon-lists-with-two-col-left {
    margin-bottom: 78px;
  }
}

.three-column-with-thumb-text.blue-bg .three-column-with-thumb-box.blue-border {
  border: 1px solid #FFF;
}
.three-column-with-thumb-text.blue-bg .three-column-with-thumb-box.blue-bg {
  background: #FFF;
}
.three-column-with-thumb-text .three-column-with-thumb-box {
  padding: 15px 15px 40px 15px;
  height: 100%;
}
.three-column-with-thumb-text .cont-disc {
  padding-top: 32px;
}
.three-column-with-thumb-text h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px;
}
.three-column-with-thumb-text .bullet-points {
  padding-left: 33px;
}
@media (max-width: 767px) {
  .three-column-with-thumb-text .three-col-with-thumb-col {
    margin-bottom: 30px;
  }
  .three-column-with-thumb-text .three-col-with-thumb-col:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .navigation {
    background: #E5F7F9;
  }
}

header {
  position: relative;
  z-index: 1000;
}
header .top-sec-left {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  header .top-sec-left {
    justify-content: flex-end;
  }
}
header .top-sec-center {
  text-align: center;
}
header .top-sec-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  header .top-sec-right {
    justify-content: flex-start;
  }
}
header .language-switches {
  display: flex;
}
header .language-switches a {
  min-width: 108px;
  height: 37px;
  background: #E5F7F9;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -2px;
  color: #000000;
}
header .language-switches a:hover {
  background: #00ABC7;
  color: #FFF;
}
@media (max-width: 1000px) {
  header .language-switches a {
    width: 75px;
  }
}
header .search {
  min-width: 275px;
  position: relative;
  border: 1px solid #00ABC7;
  background: #E5F7F9;
  border-radius: 5px;
  padding-right: 12px;
  margin-right: 16px;
}
header .search input[type=submit] {
  background: url(../images/search-icon.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 5px;
}
@media (max-width: 1200px) {
  header .search input[type=submit] {
    position: absolute;
    right: 6px;
    top: 5px;
  }
}
header .search input[type=search] {
  height: 35px;
  padding: 0 16px;
  border-radius: 5px;
  background: none;
  width: 100%;
}
header .desktop-search {
  display: flex;
}
header .main-logo {
  display: block;
}
@media (max-width: 1200px) {
  header .main-logo img {
    width: 125px;
  }
}

.copy-right-sec {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.copy-right-sec p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 575px) {
  .copy-right-sec p {
    font-size: 8px;
  }
}

footer {
  background: #004F5C;
  padding-top: 120px;
  padding-bottom: 86px;
}
@media (max-width: 1000px) {
  footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
footer .f-top-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  footer .f-top-left {
    padding-right: 10px;
  }
}
@media (max-width: 1000px) {
  footer .f-top-left {
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding-bottom: 73px;
  }
}

.footer-links {
  padding-top: 77px;
  padding-bottom: 200px;
}
@media (max-width: 1200px) {
  .footer-links {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1000px) {
  .f-links {
    border-top: 1px solid rgba(250, 250, 250, 0.3);
  }
}
@media (max-width: 1000px) {
  .f-links:last-child {
    border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  }
}
@media (min-width: 1000px) {
  .f-links:nth-child(3) ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.f-links h5 {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .f-links h5 {
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .f-links h5:after {
    transition: 0.5s ease;
    content: "";
    width: 15px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 24px;
    background: url(../images/f-arrow.svg) no-repeat center center;
  }
}
.f-links li {
  margin-bottom: 2px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
}
.f-links li.subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.f-links li.subtitle:first-child {
  margin-top: 0;
}
.f-links li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.f-links li a:hover {
  color: #00ABC7;
}
@media (max-width: 1000px) {
  .f-links .service-links {
    display: none;
  }
}
@media (max-width: 1000px) {
  .f-links.selected .service-links {
    display: block;
  }
}
@media (max-width: 1000px) {
  .f-links.selected h5:after {
    transform: rotate(-180deg);
  }
}

.f-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media (min-width: 1000px) {
  .f-social-icons {
    padding-top: 8px;
  }
}
.f-social-icons a {
  display: inline-block;
  transition: 0.5s ease;
}
.f-social-icons a:hover {
  transform: scale(1.1);
}

.f-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.subscribe-form {
  flex: 0 0 695px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .subscribe-form {
    flex-direction: column;
    flex: 0 0 412px;
    margin: 0px auto;
    gap: 8px;
  }
}
.subscribe-form .radio-with-label .js-form-item {
  display: flex;
  align-items: flex-start;
  max-width: 310px;
  padding-top: 20px;
  gap: 16px;
}
@media (max-width: 1000px) {
  .subscribe-form .radio-with-label {
    display: none;
  }
}
.subscribe-form .radio-with-label input[type=radio] {
  width: 15px;
  height: 15px;
}
.subscribe-form .radio-with-label label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
}
.subscribe-form .radio-with-label label a {
  color: #00ABC7;
}
@media (min-width: 1000px) {
  .subscribe-form .news-letter-field {
    width: 55%;
  }
}
.subscribe-form .news-letter-field input[type=email] {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  height: 50px;
  padding: 0 0px 0 30px;
  font-weight: 300;
  font-size: 14px;
  color: #004F5C;
}
.subscribe-form .news-letter-field input[type=email]::-moz-placeholder {
  color: #004F5C;
}
.subscribe-form .news-letter-field input[type=email]::placeholder {
  color: #004F5C;
}
@media (max-width: 1000px) {
  .subscribe-form .news-letter-field input[type=email] {
    padding: 0 4px 0 4px;
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .subscribe-form .subscribe-button {
    width: 45%;
  }
}
@media (min-width: 1000px) {
  .subscribe-form .subscribe-button {
    padding-left: 10px;
  }
}
.subscribe-form .subscribe-button input {
  width: 100%;
  background: #00ABC7;
  height: 50px;
  border-radius: 5px;
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 1800px) {
  .f-logo {
    max-width: 130px;
  }
}

.home-header {
  position: absolute;
  left: 0px;
  top: 35px;
  width: 100%;
  padding: 25px 0px 0px;
  z-index: 9;
}
@media (max-width: 1000px) {
  .home-header {
    top: 50px;
  }
}

.main-nav li a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
}
.main-nav li a:hover {
  color: #011689;
}

@media (min-width: 1200px) {
  .mob-drop-down {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .drop-arrow {
    display: none !important;
  }
}
.main-nav li {
  position: relative;
}
@media (max-width: 1200px) {
  .main-nav li a br {
    display: none;
  }
}

.mob-drop-down {
  display: none;
  position: absolute;
  right: 0px;
  top: 8px;
  transition: 0.5s ease;
  width: 55px;
  height: 40px;
  text-align: center;
  padding-top: 9px;
}

li.has-submenu .mob-drop-down {
  display: block;
}

@media (max-width: 1200px) {
  .submenu {
    display: none;
    padding: 0 20px;
  }
  .submenu a {
    font-size: 16px !important;
    line-height: normal;
  }
}

@media (max-width: 1200px) {
  .active .submenu {
    display: block;
  }
}
.active .mob-drop-down {
  transform: rotate(-180deg);
}

/*...media-strats-here...*/
@media (min-width: 1200px) {
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .main-nav li {
    position: relative;
  }
  .main-nav li.has-submenu a .drop-arrow {
    display: block;
    position: relative;
    left: 10px;
  }
  .main-nav li a {
    font-size: 18px;
    padding: 0px 17px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1000px) and (max-width: 1600px) {
  .main-nav li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .main-nav li a .drop-arrow {
    display: none;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .main-nav li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  .f-top-left,
  .f-bottom-col-left {
    padding-left: 0;
  }
}

.f-bottom-col-right {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1000px) {
  .f-bottom-col-right {
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .f-bottom-col-right {
    justify-content: center;
    width: 100%;
  }
}

.f-social-icon {
  display: flex;
  align-items: center;
}
.f-social-icon a {
  margin-left: 10px;
  display: inline-block;
}
.f-social-icon a:hover {
  transform: scale(1.1);
}
.f-social-icon span {
  color: #F69C63;
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1600px) {
  .laptop-img {
    display: none;
  }
}

.desktop-img {
  display: none;
}
@media (min-width: 1600px) {
  .desktop-img {
    display: block;
  }
}

@media (min-width: 767px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}

.mob-space {
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .mob-space {
    display: none;
  }
}

.close-menu {
  width: 22px;
  height: 22px;
  position: relative;
  display: flex;
  justify-content: center;
}

.close-menu:before,
.close-menu:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #72707A;
}

.close-menu:before {
  transform: rotate(45deg);
}

.close-menu:after {
  transform: rotate(-45deg);
}

menu-sec.show {
  background: #F3EDE4;
  padding: 40px;
}

.main-nav > li > a {
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .main-nav > li > a {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .main-nav > li > a {
    display: block;
  }
}

@media (max-width: 1200px) {
  .main-nav li a {
    font-size: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 1024px) {
  .header-row {
    transform: none !important;
  }
}
@media (max-width: 1200px) {
  .header-row {
    flex-direction: row-reverse;
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media (min-width: 1000px) {
  .header-row {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1000px) {
  .container,
  .container-md,
  .container-sm {
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #3AC4BC;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: none;
  /* Initially hidden */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10000;
  text-align: center;
}

#scrollToTopBtn:hover {
  background-color: #000;
}

#scrollToTopBtn.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateY(0);
}
#scrollToTopBtn.show svg {
  flex: 0 0 25px;
}

@media (max-width: 1000px) {
  a.logo {
    max-width: 166px;
    display: inline-block;
  }
}

.header-inner-div {
  position: relative;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .header-inner-div {
    padding-right: 0px;
  }
}
.header-inner-div .lang-switch {
  position: absolute;
  right: -52px;
  top: 27px;
  width: 40px;
  font-size: 14px;
  height: 24px;
  border: 1px solid #CECFD6;
  color: #A1A7CF;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.header-inner-div .lang-switch span {
  position: relative;
  top: -4px;
}
@media (max-width: 1024px) {
  .header-inner-div .lang-switch {
    right: 50px;
  }
}
.header-inner-div .lang-switch:hover {
  border: 1px solid #0021F6;
  background: #0021F6;
  color: #FFF;
}
@media (max-width: 1024px) {
  .header-inner-div .lang-switch {
    top: 18px;
  }
}

.header-strip {
  width: 100%;
  background-color: #0020F6;
  padding: 10px;
  text-align: center;
}
.header-strip p {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .only-desk {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}
@media (max-width: 1200px) {
  .only-mob {
    display: block !important;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 1200px) {
  .desktop-only {
    display: block !important;
  }
}

.ipad-only {
  display: none !important;
}
@media (min-width: 575px) and (max-width: 1200px) {
  .ipad-only {
    display: block !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 575px) {
  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .col-boxed-icon-lists:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .col-boxed-icon-lists {
    margin-bottom: 40px;
  }
}

.thumb-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.thumb-image img {
  width: 100%;
  border-radius: 15px;
}

.white-bx-with-list {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 40px 40px 40px 40px;
  background: #FFF;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .white-bx-with-list {
    padding: 20px 20px 20px 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .white-bx-with-list {
    padding: 20px;
  }
}
.white-bx-with-list h5 {
  color: #414141;
  letter-spacing: -1.5px;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .white-bx-with-list h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .white-bx-with-list h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.white-bx-with-list-left {
  padding-top: 8px;
  padding-right: 0;
}

.icon-lists-two-column li {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.5%;
  color: #414141;
  padding: 0;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .icon-lists-two-column li {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .icon-lists-two-column li {
    font-size: 16px;
    line-height: 24px;
  }
}

.img-hover img {
  transition: 0.5s ease;
}
.img-hover:hover img {
  transform: scale(1.1);
}

.overlay-banner-with-slider-box {
  position: relative;
}
.overlay-banner-with-slider-box .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.overlay-banner-with-slider-box h2 {
  color: #FFF;
}

.testimonial .swiper-slide {
  padding-top: 30px;
}
.testimonial .swiper-slide .testimonial-box {
  transition: all 200ms linear;
}
@media (min-width: 1200px) {
  .testimonial .swiper-slide .testimonial-box {
    transform: scale(0.8);
  }
}
.testimonial .swiper-slide.swiper-slide-active .testimonial-box {
  transform: scale(1);
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px !important;
}

.testimonial-box {
  background: #EBF9FB;
  padding: 60px 45px 50px 45px;
  position: relative;
  border-radius: 20px;
}
@media (min-width: 575px) and (max-width: 1200px) {
  .testimonial-box {
    padding: 60px 25px 50px 25px;
  }
}
.testimonial-box .test-icon {
  position: absolute;
  left: 45px;
  top: -26px;
}
.testimonial-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.testi-scroll {
  overflow: hidden;
  height: 240px;
}
@media (min-width: 500px) and (max-width: 1000px) {
  .testi-scroll {
    overflow: auto;
  }
}
.testi-scroll p {
  margin-bottom: 0;
}

.star-rating {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 19px;
}

.star-rating img {
  display: inline-block;
}

.star {
  width: 22px;
  height: 22px;
}

/* Custom background images */
.star-full {
  background: url(../images/star-filled.svg);
}

.star-half {
  background: url(../images/star-filled.svg);
}

.star-empty {
  background: url(../images/star-filled.svg);
  opacity: 0.2;
}

.test-icon-disc {
  padding-top: 25px;
}

.common-pagination {
  padding-top: 75px;
}
@media (max-width: 1000px) {
  .common-pagination {
    padding-top: 52px;
  }
}
.common-pagination .swiper-pagination {
  position: relative;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
}
.common-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: rgba(253, 246, 234, 0.5019607843);
  margin: 0 10px !important;
}
.common-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.testi-thumb img {
  border-radius: 50%;
}

.testi-disc {
  font-size: 22px;
  font-weight: 700;
}
.testi-disc h5 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 700;
}
.testi-disc .sub-disc {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.tab-sec {
  padding-bottom: 40px;
}

.tab-buttons {
  padding-bottom: 84px;
}
@media (max-width: 1000px) {
  .tab-buttons {
    padding-bottom: 46px;
  }
}
.tab-buttons button {
  padding: 8px 16px;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #00ABC7;
  background: none;
  height: 69px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .tab-buttons button:hover {
    background: #00ABC7;
    color: #fff;
  }
}
@media (max-width: 1000px) {
  .tab-buttons button {
    height: 47px;
    font-size: 16px;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .tab-buttons button {
    font-size: 12px;
  }
}
.tab-buttons button.active {
  background: #00ABC7;
  color: #fff;
}
.tab-buttons button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab-buttons button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab-content {
  display: none;
  margin: 0 -12px;
  border-radius: 20px;
  overflow: hidden;
}
.tab-content iframe {
  width: 100% !important;
  height: 680px !important;
  border-radius: 20px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1000px) {
  .tab-content iframe {
    height: 475px !important;
  }
}

.tab-content.active {
  display: block;
}

.form-with-2-column-image .form-wth-2-col-img-left h2 {
  font-size: 96px;
  line-height: 108px;
  color: #333333;
  margin-bottom: 90px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .form-with-2-column-image .form-wth-2-col-img-left h2 {
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 74px;
  }
}
@media (max-width: 1000px) {
  .form-with-2-column-image .form-wth-2-col-img-left h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 61px;
  }
}
.form-with-2-column-image .form-left-image img {
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .form-with-2-column-image .form-left-image img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .form-with-2-column-image .form-left-image {
    margin-bottom: 92px;
  }
}

.form-with-2-column-image .form-section h2 {
  font-size: 50px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .form-with-2-column-image .form-section h2 {
    font-size: 48px;
  }
}
@media (max-width: 1000px) {
  .form-with-2-column-image .form-section h2 {
    font-size: 24px;
  }
}

.form-with-2-column-right-option > .container .form-with-2-column-image-row {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .icon-with-text-two-column.style-2-mobile li {
    align-items: flex-start;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

.two-column-with-icons-text .icon-with-text-two-column li {
  margin-bottom: 30px;
}
.two-column-with-icons-text p {
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .two-col-wth-icon-text-row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .two-col-wth-icon-text-right {
    margin-bottom: 47px;
  }
}

@media (min-width: 1000px) {
  .form-thumb-aligned-end.form-right-side .form-thumb-aligned-end-row {
    margin-left: calc(-50vw + 50% + var(--scroll-bar) / 2) !important;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .form-thumb-aligned-end {
    --scroll-bar: 8px;
    overflow: hidden;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .form-thumb-aligned-end .form-thumb-aligned-end-row {
    margin-right: calc(-50vw + 50% + var(--scroll-bar) / 2) !important;
  }
}

.form-thumb-aligned-right {
  text-align: right;
}
@media (min-width: 1000px) {
  .form-thumb-aligned-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1000px) {
  .form-thumb-aligned-right {
    padding-right: 0;
    padding-left: 75px;
  }
}
@media (max-width: 575px) {
  .form-thumb-aligned-right .only-desk {
    display: none !important;
  }
}
@media (min-width: 575px) {
  .form-thumb-aligned-right .only-desk {
    display: inline-block !important;
  }
}
@media (min-width: 575px) {
  .form-thumb-aligned-right .only-mob {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .form-thumb-aligned-right .only-mob {
    display: block !important;
  }
}

.sub-discription {
  max-width: 700px;
  margin: 0px auto;
}

.disription {
  max-width: 1182px;
  margin: 0px auto;
  margin-bottom: 50px;
}

.four-box-slider {
  padding-bottom: 20px !important;
}
@media (max-width: 1000px) {
  .four-box-slider .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  .four-box-slider {
    padding-bottom: 30px !important;
  }
}
.four-box-slider .white-bx-with-list {
  padding: 40px 27px 40px 27px;
}
.four-box-slider .white-bx-with-list p:last-child {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .four-box-slider .col-boxed-icon-lists {
    border-radius: 20px;
    background: #FFF;
    height: 100%;
  }
}
.four-box-slider .shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1000px) {
  .four-box-slider .shadow {
    border-radius: 20px;
  }
}

.swiper-pagination.static {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin-top: 20px;
}
.swiper-pagination.static .swiper-pagination-bullet {
  background: rgba(0, 171, 199, 0.2);
  opacity: 1;
}
.swiper-pagination.static .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 171, 199);
}

.single-slider-sec-wth-2-box .disription {
  max-width: 870px;
}

.single-slide-sec-row .single-slide-right {
  padding-top: 24px;
}

.single-slider-main .swiper-pagination {
  margin-top: 54px;
}
@media (min-width: 1000px) {
  .single-slider-main .swiper-pagination {
    margin-top: 89px;
  }
  .single-slider-main .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 7px !important;
  }
}

.single-slide-sec {
  padding: 20px;
  border: 1px solid rgba(0, 171, 199, 0.5);
}
.single-slide-sec h5 {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .single-slide-sec h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 767px) {
  .three-column-with-thumb-text.four-column-option .three-col-with-thumb-col {
    width: 25%;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .three-column-with-thumb-text.four-column-option .three-col-with-thumb-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .three-column-with-thumb-text.four-column-option:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (min-width: 500px) and (max-width: 1000px) {
  .three-column-with-thumb-text.four-column-option:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 767px) {
  .three-column-with-thumb-text.two-column-option .three-col-with-thumb-col {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .two-col-bx-with-three-box .col-boxed-icon-lists {
    margin-bottom: 32px;
  }
  .two-col-bx-with-three-box .col-boxed-icon-lists:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .two-col-bx-with-three-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.two-col-bx-with-three-box .two-col-bx-with-three-box-content {
  padding: 95px 0;
  border-radius: 15px;
}
@media (min-width: 1000px) {
  .two-col-bx-with-three-box .two-col-bx-with-three-box-col-left {
    width: 35.75%;
  }
}
@media (max-width: 1000px) {
  .two-col-bx-with-three-box .two-col-bx-with-three-box-col-left {
    margin-bottom: 50px;
  }
}
.two-col-bx-with-three-box .two-col-bx-with-three-box-col-left h5 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .two-col-bx-with-three-box .two-col-bx-with-three-box-col-right {
    width: 64.25%;
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .two-col-bx-with-three-box .two-col-bx-with-three-box-col-right {
    padding: 0 32px;
  }
}
.two-col-bx-with-three-box .two-col-bx-with-three-box-col-right h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 767px) {
  .two-col-bx-with-three-box .two-col-bx-with-three-box-col-right h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.two-col-bx-with-three-box .white-bx-with-list {
  padding: 30px;
}

@media (min-width: 1000px) {
  .two-column-with-white-boxes .two-column-with-white-boxes-left {
    width: 45.5%;
  }
}
@media (max-width: 1000px) {
  .two-column-with-white-boxes .two-column-with-white-boxes-left {
    margin-bottom: 73px;
  }
}
@media (min-width: 1000px) {
  .two-column-with-white-boxes .two-column-with-white-boxes-right {
    width: 54.5%;
  }
}
.two-column-with-white-boxes .two-column-with-white-boxes-right p:last-child {
  margin-bottom: 0;
}

.white-box {
  border-radius: 15px;
  padding: 15px;
  background: #FFF;
  margin-bottom: 30px;
  height: 100%;
}
@media (max-width: 575px) {
  .white-box {
    padding: 24px 45px;
    margin-bottom: 20px;
  }
}
.white-box h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 22px;
}

@media (max-width: 1200px) {
  .only-mob.header-search {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  header .search {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  header .search input[type=search] {
    width: 100%;
    font-size: 12px;
  }
}

.contactus {
  position: relative;
}
.contactus .button-border {
  color: #FFF;
  border: 1px solid #FFF;
}
@media (max-width: 767px) {
  .contactus .button-border {
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
  }
}
.contactus h2 {
  color: #FFF;
  font-size: 100px;
  line-height: 112px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .contactus h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 400px) {
  .contactus h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.contactus h5 {
  font-size: 36px;
  line-height: 48px;
  color: #FFF;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contactus h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .contactus h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.contactus .overlay {
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) 30.92%, #000000 78.74%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .contactus .overlay::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: "";
    background: linear-gradient(179.96deg, rgba(0, 0, 0, 0) 10.92%, #000000 62.74%);
  }
}
@media (max-width: 767px) {
  .contactus .overlay {
    background: none;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.contactus .overlay .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contactus .overlay .container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contactus .overlay {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .contactus .country-slect {
    justify-content: center;
  }
}

.country-slect {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 80px;
}
.country-slect .selected {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .country-slect {
    margin-bottom: 37px;
  }
}
.country-slect .phone-number {
  color: #FFF;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
}
.country-slect .custom-dropdown {
  position: relative;
  width: 68px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: Arial, sans-serif;
  margin-right: 4px;
}
.country-slect .custom-dropdown .arrow {
  transition: 0.5s ease;
  display: inline-block;
}
.country-slect .custom-dropdown.open .arrow {
  transform: rotate(-180deg);
}
.country-slect .custom-dropdown .phone-number {
  color: #FFF;
}

.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background: #eee;
}

@media (max-width: 767px) {
  .our-story-sec .two-col-wth-icon-text-row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .our-story-sec .two-col-wth-icon-text-left {
    margin-bottom: 20px;
  }
}
.our-story-sec .swiper-pagination.static {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .our-story-sec .swiper-pagination.static {
    margin-top: 50px;
  }
}
.our-story-sec .our-story-list li {
  position: relative;
}
.our-story-sec .our-story-list li:last-child::before {
  display: none;
}
.our-story-sec .our-story-list li::before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  background: rgb(0, 171, 199);
}
.our-story-sec .icon-text {
  width: 120px;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.our-story-sec .icon-text span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}

.two-column-with-icons-text.our-story-sec .icon-with-text-two-column li {
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 30px;
  align-items: flex-start;
}

.hsfc-TextField label {
  font-family: "HvDTrial Brevia";
}
.hsfc-TextField label span span {
  color: #000 !important;
  font-size: 16px;
  font-family: "HvDTrial Brevia";
}

body [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  transform: none;
}
body [data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 26px;
}
body [data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
  color: #000;
}
body [data-hsfc-id=Renderer] .hsfc-TextInput {
  border: 1px solid #00ABC7;
  border-radius: 4px;
  background: #FFF;
}
body [data-hsfc-id=Renderer] .hsfc-CheckboxField label span,
body [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label {
  font-weight: 400;
  font-size: 14px;
  font-family: "HvDTrial Brevia";
}
body [data-hsfc-id=Renderer] .hsfc-CheckboxField label > input,
body [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label > input {
  border: 1px solid #00ABC7;
}
body [data-hsfc-id=Renderer] .hsfc-RadioFieldGroup__Options label > input {
  width: 14px;
  height: 14px;
  padding: 0;
}
body .hsfc-DropdownInput__Caret {
  background: url(../images/select-arrow.svg) no-repeat center right 40px;
}
body [data-hsfc-id=Renderer] .hsfc-DropdownInput__Caret > span {
  opacity: 0;
}
body [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
  font-size: 14px;
  line-height: 18px;
}
body [data-hsfc-id=Renderer] .hsfc-DateField > *:not(:last-child),
body [data-hsfc-id=Renderer] .hsfc-TextareaInput {
  background: #FFF;
}
@media (min-width: 1000px) {
  body [data-hsfc-id=Renderer] .hsfc-DateField > *:not(:last-child),
  body [data-hsfc-id=Renderer] .hsfc-TextareaInput {
    width: 50%;
  }
}
body [data-hsfc-id=Renderer] .hsfc-Button {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: none;
  height: 65px;
  padding-left: 65px;
  padding-right: 65px;
  border-radius: 50px;
  font-family: "HvDTrial Brevia";
  background: #00ABC7;
}
@media (max-width: 400px) {
  body [data-hsfc-id=Renderer] .hsfc-Button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body [data-hsfc-id=Renderer] .hsfc-Row {
  margin-bottom: 10px;
}
body [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 20px;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.main-nav > li:last-child {
  padding-right: 0;
  border: none;
}
.main-nav > li:last-child a {
  background: #00ABC7;
  min-width: 221px;
  border-radius: 50px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
.main-nav > li:last-child a:hover {
  background: #80B8CC;
}

@media (min-width: 1200px) {
  .main-nav > li {
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid transparent;
  }
  .main-nav > li:last-child:hover {
    border: none;
  }
  .main-nav > li:hover {
    border-bottom: 4px solid #00ABC7;
  }
  .main-nav li > ul.submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 0.5s ease;
    top: 84px;
    left: 0;
    min-width: 324px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #00ABC7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .main-nav li > ul.submenu li {
    padding: 0px;
  }
  .main-nav li > ul.submenu li a {
    padding: 14px 14px;
    position: relative;
  }
  .main-nav li > ul.submenu li a:hover {
    background: #00ABC7;
    color: #FFF;
  }
  .main-nav li > ul.submenu li a:hover::after {
    background: rgba(0, 171, 199, 0.2);
  }
  .main-nav li > ul.submenu li a::after {
    content: "";
    height: 1px;
    width: 90%;
    background: rgba(0, 171, 199, 0.2);
    display: block;
    content: "";
    position: absolute;
    left: 5%;
    bottom: 0;
  }
}
@media (max-width: 1000px) {
  body [data-hsfc-id=Renderer] .hsfc-Row {
    grid-template-columns: 1fr;
  }
}

body .h4-black h4 {
  color: #000 !important;
}

body .for-button-left {
  margin: 0;
}

li.has-submenu .submenu .mob-drop-down {
  display: none;
}

@media (max-width: 1200px) {
  .main-nav .submenu li a {
    padding: 10px 0;
    display: block;
  }
}
@media (min-width: 1000px) {
  .button-with-space {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  .button-with-space {
    margin-top: 57px;
  }
}

.button-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .fit-two-button .btn-view-desktop {
    display: flex;
  }
}

@media (min-width: 1000px) {
  .fit-two-button .two-colum-with-img-row {
    margin: 0px -10px !important;
  }
}

@media (min-width: 1000px) {
  .fit-two-button .btn-view-desktop {
    display: flex !important;
    gap: 11px;
  }
}
@media (min-width: 1000px) {
  .fit-two-button .button-border {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.two-colum-with-img.circle-bulletpoint .two-colum-with-img-row .colum-with-content .colum-with-content-inner .main-section .icon-view {
  width: 48.53px;
  height: auto;
  padding-left: 13px;
}
.two-colum-with-img.circle-bulletpoint .two-colum-with-img-row .colum-with-content .colum-with-content-inner .main-section {
  margin-bottom: 5px;
}

.no-space-top {
  padding-top: 0 !important;
}

@media (min-width: 767px) {
  .col-boxed-icon-lists-box {
    height: 100%;
    background: #FFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.white-bg .white-bx-with-list {
  background: rgba(0, 171, 199, 0.1);
}
@media (min-width: 767px) {
  .white-bg .col-boxed-icon-lists-box {
    height: 100%;
    background: rgba(0, 171, 199, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 1200px) {
  .main-nav > li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(0, 171, 199, 0.2);
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .main-nav > li:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .main-nav > li:nth-last-child(2) a {
    border: none;
  }
}

@media (max-width: 1200px) {
  .main-nav > li:last-child {
    padding-left: 0px;
  }
}

@media (max-width: 1200px) {
  .main-nav > li:last-child a {
    border: none;
    width: 202px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .main-nav .submenu li a {
    border: none;
  }
}

.main-nav > li .submenu {
  padding: 0;
}
@media (max-width: 1200px) {
  .main-nav > li .submenu li a {
    padding: 20px 50px;
    background: #E5F7F9;
    border-bottom: 1px solid #00ABC7;
  }
}

body .h5-sub {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #000 !important;
}
body .no-fit-image .two-colum-with-img-row .colum-with-img .img-view img {
  width: 100% !important;
  -o-object-fit: inherit !important;
     object-fit: inherit !important;
  height: auto !important;
}

@media (min-width: 1000px) {
  .two-colum-with-img .colum-with-img {
    padding-top: 10px;
  }
}/*# sourceMappingURL=style-e.css.map */