/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! Google Fonts !*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--Sub-Text, #5e5f79);
  font-family: var(--Plus-Jakarta-Sans-Font-Family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #fff;
  overflow-x: hidden;
}

p {
  padding: 0rem;
  margin: 0rem 0 0.75rem;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 1.75rem;
  padding: 0rem;
  color: var(--Blue, #2b60a4);
  font-family: Inter;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  margin: 0rem 0rem 1.75rem;
  padding: 0rem;
  color: var(--Blue, #2b60a4);
  font-family: Inter;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: Inter;
  font-size: 1.25rem;
  line-height: normal;
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: Inter;
  font-size: 1rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

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

a {
  text-decoration: none;
  color: var(--Blue, #2b60a4);
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border: none;
  border-radius: 8px;
  background: var(--Blue, #2b60a4);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background: #07254d;
  color: #fff;
  border: none;
}
.btn:hover {
  color: #fff;
  border: none;
  background: #07254d;
}
.btn.btn_wht {
  background: #fff;
  color: var(--Blue, #2b60a4);
}
.btn.btn_wht:focus, .btn.btn_wht:active:focus {
  outline: 0;
  box-shadow: none;
  background: #07254d;
  color: #fff;
  border: none;
}
.btn.btn_wht:hover {
  color: #fff;
  border: none;
  background: #07254d;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: var(--gray, #717b88);
  opacity: 1;
  font-size: 1rem;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--gray, #717b88);
  opacity: 1;
  font-size: 1rem;
}

input:not([type=submit]) {
  display: block;
  width: 100%;
  color: var(--gray, #717b88);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  padding: 1.5rem 0.87rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #eff1f4;
  outline: none;
  border: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea {
  display: block;
  width: 100%;
  height: 7.25rem;
  resize: none;
  overflow: hidden;
  color: var(--gray, #717b88);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  padding: 1.5rem 0.87rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #eff1f4;
  margin-bottom: 1rem;
  outline: none;
  border: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0rem;
  box-shadow: none;
  background-image: url(../images/down-arrow-select.png);
  background-position: calc(100% - 0.9375rem);
  background-repeat: no-repeat;
  font-size: var(--font-size-16);
  color: #1d1d1d;
  height: auto;
  padding: 0.875rem 2.1875rem 0.875rem 1.25rem;
  line-height: normal;
  font-family: var(--globalInter);
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  background-color: #fff;
  background-size: 1rem;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: #1d1d1d;
  font-size: 0.875rem;
  font-weight: 400;
}

label {
  color: var(--Sub-Text, #5e5f79);
  font-family: var(--Plus-Jakarta-Sans-Font-Family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0rem 0rem 0.25rem;
  padding: 0;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  position: absolute;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--Dark-Gray-Dark-Gray-2, #252c32);
  font-family: Syne;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 171.429% */
  letter-spacing: -0.0053rem;
  margin: 0;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #c7c7c7;
  padding: 0.4375rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  top: 0.25rem;
}
.checkbox label a {
  text-decoration: none;
  color: var(--accent-color-2, #ed7005);
}
.checkbox label span.color-circle {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #ccc;
  border-radius: 3.125rem;
}
.checkbox input:checked + label::before {
  background: #000;
  border: 0.0625rem solid #000;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 0.25rem;
  font-size: 0.625rem;
  top: 0rem;
  color: #fff;
}

section h1,
section h2 {
  margin: 0 0 1.75rem;
}
section h1 + p,
section h2 + p {
  margin: 0 0 2.5rem;
}

header.header_main {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1rem 0;
  width: 100%;
  z-index: 999;
  background: var(--White, #fff);
}
header.header_main .hd_adjust {
  display: flex;
  align-items: center;
}
header.header_main .hd_adjust .logo {
  max-width: 13.75rem;
  width: 100%;
}
header.header_main .hd_adjust .logo a {
  display: block;
}
header.header_main .hd_adjust .stellarnav ul ul li + li {
  border-top: 0.0625rem solid #c0c1d1;
  margin: 0;
}
header.header_main .hd_adjust .stellarnav .sub-menu-toggle {
  display: none;
}
header.header_main .hd_adjust .hd_btn {
  margin-left: 1.75rem;
}
header.header_main .hd_adjust .hd_btn a.btn {
  white-space: nowrap;
}

section.hm_banner {
  position: relative;
  z-index: 1;
}
section.hm_banner::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
section.hm_banner::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12rem;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
section.hm_banner img,
section.hm_banner video {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  display: block;
  position: relative;
}
section.hm_banner .middle_caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
section.hm_banner .middle_caption h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 1.5rem;
}
section.hm_banner .middle_caption h1 span {
  color: var(--Brand-Blue, #4479ff);
}
section.hm_banner .middle_caption P {
  color: var(--WHite, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.hm_banner .middle_caption p + .btn {
  margin-top: 2.5rem;
}

section.hm_sec1 {
  padding: 5.94rem 0 4.98rem;
}
section.hm_sec1 .meet_img {
  width: 100%;
  max-width: 25.72256rem;
  margin: auto;
}
section.hm_sec1 h5 {
  margin: 0 0 1.25rem;
}
section.hm_sec1 h2 {
  margin: 0 0 1.25rem;
}
section.hm_sec1 h4 {
  color: var(--Black, #171302);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 36.125rem;
  margin: 0 0 2rem;
}

section.hm_sec2 {
  position: relative;
  padding: 11rem 0 12.5rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section.hm_sec2::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.hm_sec2 h2 {
  font-weight: 600;
}
section.hm_sec2 p {
  color: var(--gray, #717b88);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2.5rem;
}

section.hm_sec3 {
  padding: 5rem 0;
  background: #f5f7f5;
  text-align: center;
}
section.hm_sec3 h2 + p {
  margin: 0 0 2.5rem;
}
section.hm_sec3 p {
  color: var(--gray, #717b88);
}

.tele_item {
  padding: 2.51rem 2.38rem 2.38rem;
}
.tele_item .tele_oval {
  background: #ccc;
  border-radius: 165px;
  overflow: hidden;
  margin: 0 0 1.57rem;
}
.tele_item .tele_oval img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tele_item .tele_oval.oval_left {
  border-radius: 175px 175px 0 210px;
}
.tele_item .tele_oval.oval_right {
  border-radius: 175px 175px 210px 0;
}
.tele_item .tele_text h3 {
  color: var(--Black, #171302);
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.tele_item .tele_text h3 a {
  color: inherit;
  font-weight: inherit;
}
.tele_item .tele_text p {
  color: var(--gray, #717b88);
  font-weight: 400;
  line-height: normal;
}

.faq_box {
  width: 100%;
  padding: 2.5rem;
  margin: 0px;
  position: relative;
  border-radius: 1.5rem;
  background: #f4f6fa;
}
.faq_box .faq_item {
  text-align: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
}
.faq_box .faq_item:last-child {
  margin: 0;
}
.faq_box .faq_item + .faq_item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq_box .faq_item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq_box .faq_item .faq_hd {
  padding: 1.28rem 4.375rem 1.28rem 0;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.faq_box .faq_item .faq_hd::before {
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  display: flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: 1;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #171302;
  transition: all 0.3s ease-in-out;
}
.faq_box .faq_item .faq_hd.closed::before {
  transform: rotate(90deg);
}
.faq_box .faq_item .faq_hd h5 {
  position: relative;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.faq_box .faq_item .faq_cont {
  display: none;
  padding: 0 1.25rem 1.25rem 0;
}
.faq_box .faq_item .faq_cont p {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

section.hm_sec4 {
  padding: 3.75rem 0;
}

section.hm_sec5 {
  padding: 3.75rem 0;
  background: #f5f7f5;
}
section.hm_sec5 h2 {
  text-align: center;
  max-width: 55.125rem;
  margin: 0 auto 1.75rem;
}
section.hm_sec5 .car_img {
  width: 100%;
}
section.hm_sec5 .car_img img {
  width: 100%;
}

section.hm_sec6 {
  padding: 3.75rem 0;
  text-align: center;
}
section.hm_sec6 h2 + p {
  margin: 0 0 2.5rem;
}
section.hm_sec6 .care_item + .care_item {
  margin-top: 1.5rem;
}
section.hm_sec6 .para_italic {
  margin-top: 2.5rem;
  text-align: left;
}
section.hm_sec6 .para_italic p {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75rem; /* 140% */
}

.care_item {
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  background: #e4e6f6;
  text-align: left;
}
.care_item h4 {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 2rem;
}
.care_item ul li {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 35px;
}
.care_item ul li::before {
  content: " ";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/dot_list.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.care_item ul li + li {
  margin-top: 1.25rem;
}
.care_item.greenBg {
  background: #eaf6e4;
}
.care_item.yellowBg {
  background: #ffeea2;
}

section.hm_sec7 {
  padding: 3.75rem 0 1.25rem;
  background: #f5f7f5;
  text-align: center;
}
section.hm_sec7 h2 {
  margin: 0 0 2.5rem;
}
section.hm_sec7 .choice_item {
  padding: 1.5rem 1rem;
  border-radius: 0.75rem;
  background: var(--White, #fff);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 2.5rem;
}
section.hm_sec7 .choice_item .choice_icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.5rem;
}
section.hm_sec7 .choice_item h5 {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
}
section.hm_sec7 .choice_item .choice_para p {
  color: var(--gray, #717b88);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}

section.hm_sec8 {
  padding: 4.38rem 0 3.75rem;
  text-align: center;
}
section.hm_sec8 h2 + p {
  color: var(--gray, #717b88);
}
section.hm_sec8 ul.certificate {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 1.25rem));
  gap: 1.88rem;
  margin: 0 0 3.75rem;
}
section.hm_sec8 ul.certificate li .cer_item {
  width: 100%;
}
section.hm_sec8 ul.certificate li .cer_item .cer_img {
  width: 100%;
  border-radius: 1.75rem;
  overflow: hidden;
  margin: 0 0 0.75rem;
}
section.hm_sec8 ul.certificate li .cer_item .cer_img a {
  display: block;
}
section.hm_sec8 ul.certificate li .cer_item .cer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hm_sec8 ul.certificate li .cer_item h6 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.hm_sec8 ul.certificate li .cer_item h6 a {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.request_bx {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: var(--Blue, #2b60a4);
  box-shadow: 0px 22px 32.5px 0px rgba(0, 0, 0, 0.15);
}
.request_bx h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.request_bx h2 + p {
  color: #fff !important;
}
.request_bx p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 51.3rem;
  margin: 0 auto 0.5rem;
}
.request_bx .btn {
  margin-top: 1rem;
}

section.hm_sec9 {
  padding: 3.75rem 0;
  background: #f4f6fa;
}
section.hm_sec9 h2 {
  margin: 0 0 1.31rem;
}
section.hm_sec9 p {
  color: var(--gray, #717b88);
}
section.hm_sec9 ul.social_cnt {
  margin: 0 0 1.85rem;
}
section.hm_sec9 ul.social_cnt li {
  position: relative;
  padding-left: 2.81206rem;
}
section.hm_sec9 ul.social_cnt li p,
section.hm_sec9 ul.social_cnt li a {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.hm_sec9 ul.social_cnt li a {
  display: block;
}
section.hm_sec9 ul.social_cnt li span.icon_circle {
  content: " ";
  position: absolute;
  width: 2.02206rem;
  height: 2.02206rem;
  background: #2b60a4;
  border-radius: 50%;
  display: flex;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
}
section.hm_sec9 ul.social_cnt li + li {
  margin-top: 1.25rem;
}
section.hm_sec9 .form_bx {
  border-radius: 1.5rem;
  background: var(--White, #fff);
  padding: 2.5rem;
}
section.hm_sec9 .form_bx input[type=submit] {
  margin-top: 1.75rem;
}

footer.ftmain {
  position: relative;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
footer.ftmain .ft_vid {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.ftmain::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer.ftmain .ft_top {
  padding: 6.38rem 0 3.13rem;
}
footer.ftmain .ft_top .ft_item {
  margin-bottom: 1.25rem;
}
footer.ftmain .ft_top .ft_item .ft_logo {
  max-width: 305rem;
  margin: 0 0 1.25rem;
}
footer.ftmain .ft_top .ft_item p {
  color: var(--White, #fff);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer.ftmain .ft_top .ft_item h4 {
  color: var(--White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem; /* 112.5% */
  letter-spacing: 0.0625rem;
  text-transform: capitalize;
  margin: 0 0 2rem;
}
footer.ftmain .ft_top .ft_item ul li {
  font-family: Inter;
  color: var(--White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 137.5% */
}
footer.ftmain .ft_top .ft_item ul li a {
  color: var(--White, #fff);
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit; /* 137.5% */
  transition: all 0.3s ease-in-out;
}
footer.ftmain .ft_top .ft_item ul li a:hover {
  color: #0962fe;
}
footer.ftmain .ft_top .ft_item ul li + li {
  margin-top: 1.25rem;
}
footer.ftmain .ft_top .ft_item .newsletter_bx {
  margin: 0 0 2.5rem;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp {
  position: relative;
  margin: 0 0 1.25rem;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp form input[type=email] {
  padding-right: 3.75rem;
  padding: 1.25rem 0.87rem;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp form input[type=submit] {
  font-size: 0;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.25rem;
  border: none;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background: #2b60a4 url(../images/arrow-right.png) no-repeat;
  background-position: center;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  margin: auto;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp form .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 18px;
  right: 65px;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp form .wpcf7-not-valid-tip {
  font-family: Inter;
  margin: 0 0 15px;
}
footer.ftmain .ft_top .ft_item .newsletter_bx .fm_gp form .wpcf7-response-output {
  font-size: 0.8rem;
  font-family: Inter;
  color: #fff;
  margin: 0 0 0.9375rem;
}
footer.ftmain .ft_top .ft_item .newsletter_bx p {
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer.ftmain .ft_top .ft_item .follow_us ul {
  display: flex;
  gap: 1rem;
}
footer.ftmain .ft_top .ft_item .follow_us ul li {
  margin: 0;
}
footer.ftmain .ft_top .ft_item .follow_us ul li a {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  justify-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer.ftmain .ft_top .ft_item .follow_us ul li a:hover {
  background: #fff;
  color: #000;
}
footer.ftmain .ft_top .ft_item.quick_links .mb_20 {
  margin-bottom: 0;
}
footer.ftmain .ft_copyright {
  text-align: center;
  padding: 0 0 2.5rem;
}
footer.ftmain .ft_copyright p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 137.5% */
}

section.inner_banner {
  position: relative;
  z-index: 1;
  margin-top: 5.1875rem;
}
section.inner_banner::before {
  content: " ";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
section.inner_banner::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.125rem;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
section.inner_banner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
section.inner_banner .inner_middle_caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
section.inner_banner .inner_middle_caption h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 1.5rem;
}
section.inner_banner .inner_middle_caption h1 span {
  color: var(--Brand-Blue, #4479ff);
}
section.inner_banner .inner_middle_caption P {
  color: var(--WHite, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.inner_banner .inner_middle_caption p + .btn {
  margin-top: 2.5rem;
}
section.inner_banner .inner_middle_caption ul.breadCrumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.inner_banner .inner_middle_caption ul.breadCrumb li {
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.inner_banner .inner_middle_caption ul.breadCrumb li + li::before {
  content: ">>";
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
section.inner_banner .inner_middle_caption ul.breadCrumb li a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

section.te_sec1 {
  padding: 3.75rem 0 0;
}
section.te_sec1 h2 {
  color: var(--Black, #171302);
}

section.te_sec2 .te_list {
  padding: 3.75rem 0;
}
section.te_sec2 .te_list .row {
  align-items: center;
}
section.te_sec2 .te_list:nth-child(even) {
  background: #f5f7f5;
}
section.te_sec2 .te_list:nth-child(odd) .row {
  flex-direction: row-reverse;
}
section.te_sec2 .te_list:nth-child(odd) .te_fm {
  border-radius: 15px 80px 15px 15px;
}
section.te_sec2 .te_list .te_fm {
  background: #ccc;
  border-radius: 80px 15px 15px 15px;
}
section.te_sec2 .te_list .te_dt h3 {
  color: var(--Blue, #2b60a4);
  margin: 0 0 1.75rem;
}

section.hm_sec6.te_list3 .row [class*=col] {
  margin-bottom: 4.125rem;
}
section.hm_sec6.te_list3 .row [class*=col]:last-of-type {
  margin-bottom: 0;
}
section.hm_sec6.te_list3 .care_item h4 {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.hm_sec4.te_list4 {
  padding-top: 1.25rem;
}
section.hm_sec4.te_list4 h2 {
  max-width: 25rem;
}
section.hm_sec4.te_list4 p {
  margin: 0 0 1.5rem;
}

section.hm_sec8.te_list5 {
  padding-top: 0;
}

section.fe_in_sec1 {
  padding: 3.75rem 0 5rem;
}
section.fe_in_sec1 .bx_content {
  padding: 2.5rem;
  background: #e4faff;
  border-radius: 20px;
}
section.fe_in_sec1 .bx_content h2 {
  color: var(--Black, #171302);
  font-weight: 600;
  margin: 0 0 1.75rem;
}
section.fe_in_sec1 .bx_content h4 {
  color: var(--Brand-Skyblue, #0962fe);
}
section.fe_in_sec1 .bx_content p {
  color: var(--Text-Grey1, #3e3e3e);
  margin: 0 0 2.5rem;
}
section.fe_in_sec1 .bx_content p:last-of-type {
  margin: 0;
}

section.fe_in_sec2 {
  padding: 0 0 5rem;
}
section.fe_in_sec2 h3 {
  color: var(--Blue, #2b60a4);
}
section.fe_in_sec2 .care_item {
  margin-top: 2.5rem;
}
section.fe_in_sec2 h6 {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 2rem;
}
section.fe_in_sec2 .fee_fm {
  background: #ccc;
  border-radius: 16px 76px 16px 16px;
  overflow: hidden;
  height: 100%;
}
section.fe_in_sec2 .fee_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.bot_sec1 {
  padding: 3.75rem 0 0;
}
section.bot_sec1 h2 {
  color: var(--Black, #171302);
}

section.hm_sec4.bot_sec2 {
  padding: 3.75rem 0 0;
}
section.hm_sec4.bot_sec2 .each_bot {
  padding: 3.75rem 0;
}
section.hm_sec4.bot_sec2 .each_bot:nth-child(even) {
  background: #f5f7f5;
}
section.hm_sec4.bot_sec2 .each_bot:nth-child(even) .row {
  flex-direction: row-reverse;
}
section.hm_sec4.bot_sec2 .each_bot:nth-child(even) .faq_box {
  background: #fff;
}
section.hm_sec4.bot_sec2 .each_bot h3 {
  color: var(--Blue, #2b60a4);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.bot_sec3 {
  padding: 3.75rem 0;
}
section.bot_sec3 h3 {
  color: var(--Blue, #2b60a4);
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.75rem;
}
section.bot_sec3 ul.disco_list {
  margin: 0 0 1.25rem;
}
section.bot_sec3 ul.disco_list li {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding-left: 35px;
}
section.bot_sec3 ul.disco_list li::before {
  content: " ";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/dot_list.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.bot_sec3 ul.disco_list li + li {
  margin-top: 1.25rem;
}
section.bot_sec3 .trust_fm {
  width: 100%;
  border-radius: 16px 76px 16px 16px;
  background: #ccc;
  overflow: hidden;
}
section.bot_sec3 .trust_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.hm_sec1.bot_sec4 {
  background: #f5f7f5;
  padding: 3.75rem 0;
}
section.hm_sec1.bot_sec4 h3 {
  color: var(--Blue, #2b60a4);
  max-width: 629.933px;
  width: 100%;
}
section.hm_sec1.bot_sec4 .btn {
  margin-top: 1rem;
}

section.cnt_sec1 {
  padding: 4rem 0 5.4375rem;
  text-align: center;
}
section.cnt_sec1 .cnt_item .cnt_icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.5rem;
}
section.cnt_sec1 .cnt_item .cnt_icon img {
  width: 100%;
}
section.cnt_sec1 .cnt_item h3 {
  color: var(--Blue, #2b60a4);
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  margin: 0 0 1rem;
}
section.cnt_sec1 .cnt_item p {
  color: var(--gray, #717b88);
  margin: 0 0 1.5rem;
}
section.cnt_sec1 .cnt_item h5 {
  color: var(--Black, #171302);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1rem;
}
section.cnt_sec1 .cnt_item h5 a {
  color: inherit;
}

section.hm_sec9.cnt_sec2 .cnt_fm {
  width: 100%;
}
section.hm_sec9.cnt_sec2 .cnt_fm img {
  width: 100;
}

section.faq_sec1 {
  padding: 60px 0 0;
  text-align: center;
}
section.faq_sec1 ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.faq_sec1 ul.tabs li {
  display: flex;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  padding: 1.875rem 0;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
section.faq_sec1 ul.tabs li:hover {
  color: var(--Blue, #2b60a4);
}
section.faq_sec1 ul.tabs li.active {
  color: var(--Blue, #2b60a4);
}
section.faq_sec1 .tab_container {
  width: 100%;
  background: #fff;
  overflow: auto;
}
section.faq_sec1 .tab_container .tab_content {
  padding: 0;
  display: none;
  border: none;
}
section.faq_sec1 .tab_container .tab_drawer_heading {
  display: none;
}
section.faq_sec1 .faq_box {
  background: transparent;
  padding: 0;
}
section.faq_sec1 .faq_box .faq_item .faq_hd::before {
  content: "\f067";
}
section.faq_sec1 .faq_box .faq_item .faq_hd.closed::before {
  content: "\f068";
  transform: rotate(0deg);
}
section.faq_sec1 .faq_box .faq_item .faq_cont ol.number {
  padding-left: 1.25rem;
}
section.faq_sec1 .faq_box .faq_item .faq_cont ol.number li {
  color: var(--gray, #717b88);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
section.faq_sec1 .faq_box .faq_item .faq_cont ol.number li + li {
  margin-top: 0.9375rem;
}

section.hm_sec9 .form_bx .wpcf7-not-valid-tip {
  margin: -5px 0 15px;
  font-family: Inter;
}
section.hm_sec9 .form_bx .wpcf7 form.invalid .wpcf7-response-output {
  margin: 15px 0 15px;
  padding: 5px;
  font-family: Inter;
}

section.hm_sec1.policyPg h2.wp-block-heading {
  margin: 2rem 0 1rem;
  padding: 0rem;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.hm_sec1.policyPg h2.wp-block-heading + p {
  margin: 0 0 1rem;
}
section.hm_sec1.policyPg p {
  margin: 0 0 1.25rem;
}
section.hm_sec1.policyPg .cookie_table table {
  border: 1px solid #ccc;
  width: 100%;
}
section.hm_sec1.policyPg .cookie_table table tr {
  border: 1px solid #ccc;
}
section.hm_sec1.policyPg .cookie_table table tr:nth-child(1) {
  background: #0062a9;
  color: #fff;
}
section.hm_sec1.policyPg .cookie_table table tr:nth-child(1) td {
  padding: 9px 15px;
  font-family: Inter;
  color: #fff;
  font-size: 18px;
}
section.hm_sec1.policyPg .cookie_table table tr:last-child {
  border-bottom: none;
}
section.hm_sec1.policyPg .cookie_table table tr td {
  padding: 9px 15px;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
section.hm_sec1.policyPg .cookie_table table tr td + td {
  border-left: 1px solid #ccc;
}
section.hm_sec1.policyPg ul {
  margin: 0 0 1.25rem;
}
section.hm_sec1.policyPg ul li {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding-left: 35px;
  text-align: left;
}
section.hm_sec1.policyPg ul li::before {
  content: " ";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/dot_list.svg) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.hm_sec1.policyPg ul li + li {
  margin-top: 1.25rem;
}
section.hm_sec1.policyPg ol {
  margin: 0 0 1.25rem;
  padding-left: 2.1875rem;
}
section.hm_sec1.policyPg ol.list_num li {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding-left: 0;
  text-align: left;
}
section.hm_sec1.policyPg ol.list_num li::marker {
  font-weight: 700;
}
section.hm_sec1.policyPg ol.list_num li + li {
  margin-top: 1.25rem;
}
section.hm_sec1.policyPg ol.list_num li a {
  font-weight: 700;
}

section.blog_sec1 {
  padding: 60px 0 0;
}

.blog_item {
  margin: 0 0 2.5rem;
}
.blog_item .blog_fm {
  border-radius: 0.75rem;
  width: 100%;
  overflow: hidden;
  margin: 0 0 1.25rem;
}
.blog_item .blog_fm a {
  display: block;
}
.blog_item .blog_fm img {
  width: 100%;
}
.blog_item .blog_heading h4 {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.5rem;
}
.blog_item .blog_heading h4 a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.blog_item .blog_heading a {
  display: inline-flex;
  color: var(--Blue, #2b60a4);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  gap: 0.625rem;
}

section.blog_dt_1 {
  padding: 3.75rem 0 0;
}
section.blog_dt_1 h2 {
  color: var(--Blue, #2b60a4);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
}
section.blog_dt_1 h3 {
  color: var(--Black, #171302);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.25rem;
}
section.blog_dt_1 p + h3 {
  margin-top: 40px;
}
section.blog_dt_1 .wp-block-separator {
  display: none;
}
section.blog_dt_1 .bg_dt_fm,
section.blog_dt_1 .wp-block-gallery {
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 0 2.5rem;
}
section.blog_dt_1 .bg_dt_fm img,
section.blog_dt_1 .wp-block-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog_dt_1 ul.dot_points, section.blog_dt_1 ul.wp-block-list {
  list-style: none;
  margin: 0 0 1.25rem;
}
section.blog_dt_1 ul.dot_points li, section.blog_dt_1 ul.wp-block-list li {
  position: relative;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 1.25rem;
  word-wrap: break-word;
}
section.blog_dt_1 ul.dot_points li::before, section.blog_dt_1 ul.wp-block-list li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2b60a4;
  border-radius: 50%;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
section.blog_dt_1 ul.dot_points li + li, section.blog_dt_1 ul.wp-block-list li + li {
  margin-top: 1.25rem;
}
section.blog_dt_1 ol.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
section.blog_dt_1 ol.wp-block-list li {
  position: relative;
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 1.25rem;
  word-wrap: break-word;
}
section.blog_dt_1 ol.wp-block-list li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2b60a4;
  border-radius: 50%;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
section.blog_dt_1 ol.wp-block-list li + li {
  margin-top: 1.25rem;
}
section.blog_dt_1 .right_blg h4 {
  color: var(--Blue, #2b60a4);
}
section.blog_dt_1 .right_blg ul.latest_blog li + li {
  margin-top: 1.25rem;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: var(--White, #fff);
  display: grid;
  grid-template-columns: 7.62rem 1fr;
  gap: 0.5rem;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_fm {
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_fm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_dt h6 {
  color: var(--gray, #717b88);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0.5rem;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_dt h6 a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_dt p {
  color: var(--Black, #171302);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.blog_dt_1 .right_blg ul.latest_blog li .l_blg .l_blg_dt p a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

section.blog_sec1.bg_dt {
  text-align: center;
}
section.blog_sec1.bg_dt .blog_item .blog_heading {
  text-align: left;
}/*# sourceMappingURL=style.css.map */