@font-face {
  font-family: "kanitbold";
  src: url("../fonts/kanit-bold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitextrabold";
  src: url("../fonts/kanit-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitlight";
  src: url("../fonts/kanit-light-webfont.woff2") format("woff2"),
    url("../fonts/kanit-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitmedium";
  src: url("../fonts/kanit-medium-webfont.woff2") format("woff2"),
    url("../fonts/kanit-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitregular";
  src: url("../fonts/kanit-regular-webfont.woff2") format("woff2"),
    url("../fonts/kanit-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kanitsemibold";
  src: url("../fonts/kanit-semibold-webfont.woff2") format("woff2"),
    url("../fonts/kanit-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
nav,
article,
figure,
address,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  min-height: 100%;
  position: relative;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  html {
    font-size: 85%;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  html {
    font-size: 85%;
  }
}

body {
  font-family: "kanitlight";
  font-size: 1rem;
  line-height: 1.625rem;
  color: #003869;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003869;
  margin-bottom: 0;
  font-family: "kanitregular";
  font-weight: normal;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-family: "kanitregular";
}

h4 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-family: "kanitregular";
}

h5 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-family: "kanitregular";
}

input,
button {
  font-family: "kanitregular";
}

.field__blk {
  margin-bottom: 24px;
}

.form-control,
.form-select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="phone"],
input[type="search"],
select,
textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single,
.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="file"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
  border-color: #C0C0C0;
  height: 55px;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  color: #003869CC;
  font-size: 16px;
  box-shadow: none;
}
.form-control:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.frm_form_fields_style:focus,
.with_frm_style .frm_scroll_box .frm_opt_container:focus,
.frm_form_fields_active_style:focus,
.frm_form_fields_error_style:focus,
.with_frm_style .frm-card-element.StripeElement:focus,
.with_frm_style .chosen-container-multi .chosen-choices:focus,
.with_frm_style .chosen-container-single .chosen-single:focus,
.with_frm_style input[type="text"]:focus,
.with_frm_style input[type="password"]:focus,
.with_frm_style input[type="email"]:focus,
.with_frm_style input[type="number"]:focus,
.with_frm_style input[type="url"]:focus,
.with_frm_style input[type="tel"]:focus,
.with_frm_style input[type="file"]:focus,
.with_frm_style input[type="search"]:focus,
.with_frm_style select:focus,
.with_frm_style .frm-card-element.StripeElement:focus {
  box-shadow: none;
  border-color: #003869;
}

.form-floating {
  margin-bottom: 65px !important;
}
.form-floating .form-control,
.form-floating .form-select,
.form-floating input[type="text"],
.form-floating input[type="password"],
.form-floating input[type="email"],
.form-floating input[type="number"],
.form-floating input[type="url"],
.form-floating input[type="tel"],
.form-floating input[type="phone"],
.form-floating input[type="search"],
.form-floating select,
.form-floating textarea,
.form-floating .frm_form_fields_style,
.form-floating .with_frm_style .frm_scroll_box .frm_opt_container,
.form-floating .frm_form_fields_active_style,
.form-floating .frm_form_fields_error_style,
.form-floating .with_frm_style .frm-card-element.StripeElement,
.form-floating .with_frm_style .chosen-container-multi .chosen-choices,
.form-floating .with_frm_style .chosen-container-single .chosen-single {
  height: 40px;
  border: none;
  border-bottom: 2px solid rgba(245, 245, 245, 0.3);
  border-radius: 0;
  padding: 10px 0 5px !important;
  font-family: "kanitregular";
  background: none;
  font-size: 16px;
  color: #ffffff;
  box-shadow: none;
}
.form-floating .form-control:focus,
.form-floating .form-select:focus,
.form-floating input[type="text"]:focus,
.form-floating input[type="password"]:focus,
.form-floating input[type="email"]:focus,
.form-floating input[type="number"]:focus,
.form-floating input[type="url"]:focus,
.form-floating input[type="tel"]:focus,
.form-floating input[type="phone"]:focus,
.form-floating input[type="search"]:focus,
.form-floating select:focus,
.form-floating textarea:focus,
.form-floating .frm_form_fields_style:focus,
.form-floating .with_frm_style .frm_scroll_box .frm_opt_container:focus,
.form-floating .frm_form_fields_active_style:focus,
.form-floating .frm_form_fields_error_style:focus,
.form-floating .with_frm_style .frm-card-element.StripeElement:focus,
.form-floating .with_frm_style .chosen-container-multi .chosen-choices:focus,
.form-floating .with_frm_style .chosen-container-single .chosen-single:focus {
  outline: none;
  box-shadow: none;
  background: none;
}
.form-floating label,
.form-floating .frm_primary_label {
  height: auto;
  top: -2px;
  left: 0;
  padding: 0.5rem 0;
  color: #ffffff;
  font-family: "kanitsemibold";
  font-size: 16px;
}
.form-floating textarea.form-control {
  height: 215px;
  padding: 30px 0 !important;
  resize: none;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="text"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="password"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="email"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="number"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="url"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="tel"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="phone"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="search"]:not(:-moz-placeholder-shown)
  ~ .frm_primary_label,
.form-floating > select:not(:-moz-placeholder-shown) ~ .frm_primary_label,
.form-floating > textarea:not(:-moz-placeholder-shown) ~ .frm_primary_label {
  opacity: 1;
  transform: translateY(-35px);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.form-floating > .form-control:focus ~ .frm_primary_label,
.form-floating > .form-control:not(:placeholder-shown) ~ .frm_primary_label,
.form-floating > .form-select ~ .frm_primary_label,
.form-floating > input[type="text"]:focus ~ .frm_primary_label,
.form-floating > input[type="password"]:focus ~ .frm_primary_label,
.form-floating > input[type="email"]:focus ~ .frm_primary_label,
.form-floating > input[type="number"]:focus ~ .frm_primary_label,
.form-floating > input[type="url"]:focus ~ .frm_primary_label,
.form-floating > input[type="tel"]:focus ~ .frm_primary_label,
.form-floating > input[type="phone"]:focus ~ .frm_primary_label,
.form-floating > input[type="search"]:focus ~ .frm_primary_label,
.form-floating > select:focus ~ .frm_primary_label,
.form-floating > textarea:focus ~ .frm_primary_label,
.form-floating
  > input[type="text"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="password"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="email"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="number"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating > input[type="url"]:not(:placeholder-shown) ~ .frm_primary_label,
.form-floating > input[type="tel"]:not(:placeholder-shown) ~ .frm_primary_label,
.form-floating
  > input[type="phone"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating
  > input[type="search"]:not(:placeholder-shown)
  ~ .frm_primary_label,
.form-floating > select:not(:placeholder-shown) ~ .frm_primary_label,
.form-floating > textarea:not(:placeholder-shown) ~ .frm_primary_label {
  opacity: 1;
  transform: translateY(-35px);
}

.form-floating > textarea.form-control:not(:-moz-placeholder-shown) {
  height: 215px;
  padding: 30px 0 !important;
  resize: none;
}

.form-floating > textarea.form-control:focus,
.form-floating > textarea.form-control:not(:placeholder-shown) {
  height: 215px;
  padding: 30px 0 !important;
  resize: none;
}

textarea.form-control {
  height: 300px;
  padding: 15px;
  resize: none;
}

::-moz-placeholder {
  color: #d0d0d0;
}

::placeholder {
  color: #d0d0d0;
}

strong {
  font-weight: 400;
  font-family: "kanitbold";
}

small {
  color: #666;
  font-size: 0.6875rem;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  font-family: "kanitlight";
}

a:focus {
  outline: none;
}

p {
  line-height: 1.625rem;
  font-size: 1rem;
  color: #183a64;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px) {
  p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1299px) {
  p {
    font-size: 1.4rem;
    line-height: 2.25rem;
  }
}

ul {
  padding-left: 15px;
}
ul li {
  margin: 0 0 15px;
  line-height: 1.875rem;
  font-size: 1.125rem;
}
ul li:last-child {
  margin-bottom: 0;
}

img {
  border: none;
  outline: none;
}

a {
  color: #278cff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 1440px) {
  .container,
  .mentall-container {
    padding-left: max(120px, calc((100vw - 1400px) / 2)) !important;
    padding-right: max(120px, calc((100vw - 1400px) / 2)) !important;
    width: 100%;
    max-width: 100%;
  }

  .left-padding-res {
    padding-left: max(120px, calc((100vw - 1400px) / 2)) !important;
  }

  .right-padding-res {
    padding-right: max(120px, calc((100vw - 1400px) / 2)) !important;
  }
}

@media only screen and (max-width: 1440px) {
  .container,
  .mentall-container {
    padding-left: max(20px, calc((100vw - 1200px) / 2)) !important;
    padding-right: max(20px, calc((100vw - 1200px) / 2)) !important;
    width: 100%;
    max-width: 100%;
  }

  .left-padding-res {
    padding-left: max(20px, calc((100vw - 1200px) / 2)) !important;
  }

  .right-padding-res {
    padding-right: max(20px, calc((100vw - 1200px) / 2)) !important;
  }
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: #8b949c;
  font-size: 1rem;
}

button {
  text-transform: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.form-select:focus {
  box-shadow: none;
}

/* Common CSS end here */
/** owl css **/
body .owl-carousel .owl-nav {
  display: flex;
  margin: 40px 0 0;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 56, 105, 0.7);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
body .owl-carousel .owl-nav .owl-prev span,
body .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body .owl-carousel .owl-nav .owl-prev:hover,
body .owl-carousel .owl-nav .owl-next:hover {
  background-color: #003869;
}
body .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/right-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/left-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
}
body .owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  width: 100%;
}
body .owl-carousel .owl-dots:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(139, 148, 156, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .owl-carousel .owl-dots .owl-dot {
  height: 6px;
  width: auto;
  background: transparent !important;
  flex: 0 1 100%;
  border-radius: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body .owl-carousel .owl-dots .owl-dot:hover {
  height: 6px;
  background: #003869 !important;
}
body .owl-carousel .owl-dots .owl-dot.active {
  background: #003869 !important;
}

.form-cstm-fld {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: rgba(36, 36, 36, 0.75);
}
.form-cstm-fld .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid rgba(139, 148, 156, 0.5);
}
.form-cstm-fld .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-cstm-fld input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-cstm-fld input:checked ~ .checkmark {
  background-color: #003869;
  border-color: #003869;
}
.form-cstm-fld input:checked ~ .checkmark:after {
  display: block;
}

.form-check {
  padding-left: 44px;
  position: relative;
}
.form-check .form-check-input,
.form-check input[type="checkbox"] {
  border-radius: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #ced8e0;
  border-radius: 3px;
}
.form-check .form-check-input:checked,
.form-check input[type="checkbox"]:checked {
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #003869;
}
.form-check label {
  color: #1d1d1b !important;
}
.form-check label a {
  color: #1d1d1b;
  font-family: "kanitbold";
}
.form-check label a:hover {
  color: #1d1d1b;
}

.cntc__person__blk {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(70, 70, 70, 0.3);
}
.cntc__person__blk p {
  margin: 0 0 24px;
  font-size: 1.375rem;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.cntc__person__blk p span {
  color: #3caa9a;
  font-family: "kanitbold";
  margin-right: 10px;
}
.cntc__person__blk p a {
  font-size: 1.375rem;
  color: #8b949c;
}
.cntc__person__blk p a:hover {
  color: #003869;
}
.cntc__person__blk p:last-child {
  margin-bottom: 0;
}

.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  padding-left: 44px !important;
  position: relative;
  text-indent: inherit !important;
  min-height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #1d1d1b !important;
}
.with_frm_style .frm_radio label a,
.with_frm_style .frm_checkbox label a {
  color: #1d1d1b;
  font-family: "kanitbold";
}
.with_frm_style .frm_radio label a:hover,
.with_frm_style .frm_checkbox label a:hover {
  color: #003869;
}
.with_frm_style .frm_radio label input[type="checkbox"],
.with_frm_style .frm_checkbox label input[type="checkbox"] {
  border-radius: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid rgba(245, 245, 245, 0.3) !important;
  border-radius: 1px;
  -moz-appearance: auto;
  appearance: auto;
  -webkit-appearance: auto;
}
.with_frm_style .frm_radio label input[type="checkbox"]:before,
.with_frm_style .frm_checkbox label input[type="checkbox"]:before {
  display: none;
}
.with_frm_style .frm_radio label input[type="checkbox"]:focus,
.with_frm_style .frm_checkbox label input[type="checkbox"]:focus {
  background-color: none !important;
  box-shadow: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.with_frm_style .frm_radio label input[type="checkbox"]:checked,
.with_frm_style .frm_checkbox label input[type="checkbox"]:checked {
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="text"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="password"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="email"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="number"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="url"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="tel"]:focus,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  input[type="search"]:focus,
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style
  .frm_focus_field
  .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style
  .chosen-container-single.chosen-container-active
  .chosen-single,
.frm_style_formidable-style.with_frm_style
  .chosen-container-active
  .chosen-choices {
  box-shadow: none;
  border-color: #003869;
}

textarea {
  resize: none;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="text"],
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  input[type="password"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="url"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="tel"],
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  input[type="number"],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type="email"],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .mce-edit-area
  iframe,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .frm-g-recaptcha
  iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .chosen-container-multi
  .chosen-choices,
.frm_style_formidable-style.with_frm_style
  .frm_blank_field
  .chosen-container-single
  .chosen-single,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  border-width: 0 0 2px 0 !important;
  background: none !important;
}

.form-select option,
.frm_form_field select option {
  color: #8b949c;
}
