/*----------------------------
    1. Place holder
-----------*/
/*----------------------------
    2. Mixins
-----------*/
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-size: 18px;
  font-family: Lato, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
}

p {
  margin: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:focus {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0077c0;
}

.container-xs {
  width: 100%;
  max-width: 1263px;
  margin: 0 auto;
  padding: 0px 30px;
}

@media (max-width: 576px) {
  .container-xs {
    padding: 0px 10px;
  }
}

.container-sm {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 0px 30px;
}

@media (max-width: 576px) {
  .container-sm {
    padding: 0px 10px;
  }
}

.container-md {
  width: 100%;
  max-width: 1622px;
  margin: 0 auto;
  padding: 0px 30px;
}

@media (max-width: 576px) {
  .container-md {
    padding: 0px 10px;
  }
}

.container-lg {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 0px 30px;
}

@media (max-width: 576px) {
  .container-lg {
    padding: 0px 10px;
  }
}

.container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .container-xs {
    padding: 0px 15px !important;
  }
}

.btn {
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
}

.btn-purp {
  background: #731472;
  color: #fff;
  padding: 15px 40px;
  border-radius: 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border: 1px solid #731472;
  border-color: #731472;
}

.btn-purp.custom-btn-purp {
  margin-top: 120px;
}

@media (max-width: 992px) {
  .btn-purp {
    font-size: 16px;
    padding: 14px 30px;
  }
}

@media (max-width: 768px) {
  .btn-purp {
    font-size: 15px;
    padding: 14px 25px;
  }
}

@media (max-width: 480px) {
  .btn-purp {
    font-size: 13px;
    padding: 14px 20px;
  }
}

.btn-purp:hover {
  color: #731472;
  background-color: #fff;
  border: 1px solid #731472;
}

.custom-text-box.white h1,
.custom-text-box.white h2,
.custom-text-box.white h3,
.custom-text-box.white h4,
.custom-text-box.white h5,
.custom-text-box.white h6,
.custom-text-box.white p,
.custom-text-box.white a {
  color: #fff;
}

.custom-text-box h1,
.custom-text-box h2,
.custom-text-box h3,
.custom-text-box h4,
.custom-text-box h5,
.custom-text-box h6,
.custom-text-box p {
  padding-bottom: 35px;
}

@media (max-width: 1800px) {
  .custom-text-box h1,
  .custom-text-box h2,
  .custom-text-box h3,
  .custom-text-box h4,
  .custom-text-box h5,
  .custom-text-box h6,
  .custom-text-box p {
    padding-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .custom-text-box h1,
  .custom-text-box h2,
  .custom-text-box h3,
  .custom-text-box h4,
  .custom-text-box h5,
  .custom-text-box h6,
  .custom-text-box p {
    padding-bottom: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000000;
}

h1 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
}

@media (max-width: 1439px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 1279px) {
  h1 {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
}

h3 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 48px;
}

@media (max-width: 576px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
}

h6 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
}

@media (max-width: 1439px) {
  h6 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  h6 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  h6 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h6 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  h6 {
    font-size: 22px;
  }
}

p {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 1800px) {
  p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 1800px) {
  a {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  a {
    font-size: 14px;
  }
}

sup {
  vertical-align: super;
  font-size: small;
  font-weight: 300;
}

b {
  font-weight: 700;
  font-family: Lato, sans-serif;
}

b sup {
  font-weight: 700;
}

b a {
  font-weight: 700;
}

li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 576px) {
  li {
    word-break: break-all;
    white-space: pre-line;
  }
}

.banner {
  height: 100vh;
  max-height: 580px;
}

@media (max-width: 768px) {
  .banner {
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .banner {
    max-height: 310px;
  }
}

.banner.banner-new {
  position: relative;
  height: 100vh;
  max-height: 300px;
}

@media (max-width: 576px) {
  .banner.banner-new {
    max-height: 250px;
  }
}

.banner.banner-new .content-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  text-align: center;
}

.banner.banner-new .content-text h4 {
  color: #0077c0;
  font-weight: 300;
}

.banner figure {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}

.banner figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error404 .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .error404 .container-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .error404 .container-xs .left-box .top-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .error404 .container-xs .right-box {
    margin-bottom: 20px !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.space-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex.space-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.align-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.flex.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 35px 0 40px;
  background-color: rgba(0, 119, 192, 0.8);
  z-index: 9;
}

@media (max-width: 992px) {
  header {
    padding: 30px 0;
  }
}

@media (max-width: 680px) {
  header {
    padding: 20px 0;
  }
}

header .menu {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 100%;
}

header .menu .logo {
  width: 100%;
  max-width: 183px;
}

@media (max-width: 992px) {
  header .menu .logo {
    max-width: 30%;
  }
}

header .menu .hamburger {
  padding: 6px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  -webkit-transition: -webkit-transform .3s .1s ease-in-out;
  transition: -webkit-transform .3s .1s ease-in-out;
  transition: transform .3s .1s ease-in-out;
  transition: transform .3s .1s ease-in-out, -webkit-transform .3s .1s ease-in-out;
  display: none;
}

@media (max-width: 880px) {
  header .menu .hamburger {
    display: block;
  }
}

header .menu .hamburger--active {
  -webkit-transform: translatex(-480px);
          transform: translatex(-480px);
}

@media (max-width: 768px) {
  header .menu .hamburger--active {
    -webkit-transform: translatex(-380px);
            transform: translatex(-380px);
  }
}

@media (max-width: 680px) {
  header .menu .hamburger--active {
    -webkit-transform: translatex(-330px);
            transform: translatex(-330px);
  }
}

@media (max-width: 600px) {
  header .menu .hamburger--active {
    -webkit-transform: translatex(-300px);
            transform: translatex(-300px);
  }
}

@media (max-width: 576px) {
  header .menu .hamburger--active {
    z-index: 999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

header .menu .hamburger__box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

header .menu .hamburger__inner {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: background-color .1s .2s ease-in-out;
  transition: background-color .1s .2s ease-in-out;
}

header .menu .hamburger__inner::before,
header .menu .hamburger__inner::after {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: 0;
  -webkit-transition: -webkit-transform .2s .2s ease-in-out;
  transition: -webkit-transform .2s .2s ease-in-out;
  transition: transform .2s .2s ease-in-out;
  transition: transform .2s .2s ease-in-out, -webkit-transform .2s .2s ease-in-out;
}

header .menu .hamburger__inner::before {
  top: -10px;
}

header .menu .hamburger__inner::after {
  top: 10px;
}

header .menu .hamburger--active .hamburger__inner {
  background-color: transparent;
}

header .menu .hamburger--active .hamburger__inner:before {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

header .menu .hamburger--active .hamburger__inner:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

header .menu .nav-links {
  width: 100%;
  max-width: 652px;
  -webkit-transition: -webkit-transform .3s .1s ease-in-out;
  transition: -webkit-transform .3s .1s ease-in-out;
  transition: transform .3s .1s ease-in-out;
  transition: transform .3s .1s ease-in-out, -webkit-transform .3s .1s ease-in-out;
}

@media (max-width: 992px) {
  header .menu .nav-links {
    max-width: 70%;
  }
}

@media (max-width: 880px) {
  header .menu .nav-links {
    height: 100vh;
    width: 480px;
    background-color: #0077c0;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 60px 60px 60px;
  }
}

@media (max-width: 880px) and (max-width: 768px) {
  header .menu .nav-links {
    width: 400px;
  }
}

@media (max-width: 880px) and (max-width: 680px) {
  header .menu .nav-links {
    width: 350px;
  }
}

@media (max-width: 880px) and (max-width: 600px) {
  header .menu .nav-links {
    width: 300px;
  }
}

@media (max-width: 880px) and (max-width: 576px) {
  header .menu .nav-links {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 880px) {
  header .menu .nav-links ul {
    text-align: center;
  }
  header .menu .nav-links ul li {
    width: 100%;
    padding-top: 30px;
  }
  header .menu .nav-links ul li:nth-of-type(1) {
    display: block !important;
  }
  header .menu .nav-links ul li:nth-last-of-type(1) {
    display: block !important;
  }
  header .menu .nav-links ul li:nth-last-of-type(2) {
    display: block !important;
  }
}

header .menu .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

header .menu .nav-links ul li:nth-of-type(1) {
  display: none;
}

header .menu .nav-links ul li:nth-last-of-type(1) {
  display: none;
}

header .menu .nav-links ul li:nth-last-of-type(2) {
  display: none;
}

header .menu .nav-links ul li a {
  color: #feffff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

header .menu .nav-links ul li a:hover {
  color: #c8d11d;
}

header .menu .navigation--active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

header .menu .nav-links ul li a[aria-current=page] {
  color: #c8d11d;
}

footer {
  background-color: #0077c0;
}

footer .details {
  background-color: #e8f9f9;
  border-top: 6px solid #0077c0;
  width: 100%;
  padding: 20px 0px 40px 0px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

footer .details .container-xs .heading-box p {
  padding: 0px;
}

footer .details .container-xs .heading-box p strong {
  color: #0071bd;
  font-size: 18px;
  font-weight: 700 !important;
  display: inline-block;
}

@media (max-width: 576px) {
  footer .details .container-xs .heading-box p strong {
    font-size: 16px;
  }
}

footer .details .container-xs .more_text p:nth-child(1) {
  padding: 4px 0px 4px 0px;
}

footer .details .container-xs p {
  font-weight: 400;
  color: #000000 !important;
  font-weight: 400 !important;
  padding: 0px 0px 8px 0px;
}

footer .details .container-xs p strong {
  font-weight: 700 !important;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 576px) {
  footer .details .container-xs p {
    font-size: 14px;
  }
}

footer .details.fixed-box {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 135px;
  overflow-x: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
}

footer .details.fixed-box.active-box {
  display: none;
  opacity: 0;
}

footer .details.fixed-box .heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  footer .details.fixed-box .heading-box {
    margin-bottom: 10px;
  }
}

footer .details.fixed-box .heading-box p {
  padding: 0px;
}

footer .details.fixed-box .heading-box p strong {
  color: #0071bd;
  font-size: 18px;
  font-weight: 700 !important;
  display: inline-block;
}

@media (max-width: 576px) {
  footer .details.fixed-box .heading-box p strong {
    font-size: 16px;
  }
}

footer .details.fixed-box .heading-box a {
  padding: 8px 14px;
  display: inline-block;
  border: 1px solid #0071bd;
  color: #0071bd;
  font-weight: 800 !important;
  font-size: 16px;
  border-radius: 5px;
}

@media (max-width: 1279px) {
  footer .details.fixed-box .heading-box a {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}

footer .details.fixed-box .heading-box a::after {
  content: "\f106";
  display: inline-block;
  font-family: 'FontAwesome';
  color: #0071bd;
  margin-left: 8px;
  vertical-align: baseline;
}

footer .details.fixed-box .heading-box a.minus::after {
  content: "\f107";
}

footer .details.fixed-box .heading-box a:hover {
  background-color: #0071bd;
  color: #fff;
}

footer .details.fixed-box .heading-box a:hover::after {
  color: #fff;
}

@media (max-width: 576px) {
  footer .details.fixed-box .heading-box a {
    font-size: 16px;
    padding: 8px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 480px) {
  footer .details.fixed-box .heading-box a {
    white-space: nowrap;
  }
}

footer .container-sm {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 165px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  footer .container-sm {
    padding-top: 100px;
  }
}

@media (max-width: 576px) {
  footer .container-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

footer .container-sm .footer-info {
  width: 100%;
  max-width: 563px;
}

@media (max-width: 992px) {
  footer .container-sm .footer-info {
    max-width: 60%;
  }
}

@media (max-width: 576px) {
  footer .container-sm .footer-info {
    max-width: 100%;
  }
}

footer .container-sm .footer-info figure {
  width: 100%;
  max-width: 117px;
  margin-right: 20px;
}

footer .container-sm .footer-info p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  width: 100%;
  max-width: 425px;
  text-align: left;
}

@media (max-width: 992px) {
  footer .container-sm .footer-info p {
    padding-top: 15px;
  }
}

@media (max-width: 880px) {
  footer .container-sm .footer-info p {
    font-size: 14px;
  }
}

footer .container-sm .footer-links {
  width: 100%;
  max-width: 250px;
}

@media (max-width: 992px) {
  footer .container-sm .footer-links {
    max-width: 30%;
  }
}

@media (max-width: 576px) {
  footer .container-sm .footer-links {
    max-width: 100%;
  }
}

footer .container-sm .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 576px) {
  footer .container-sm .footer-links ul {
    padding-top: 20px;
  }
}

footer .container-sm .footer-links ul li {
  width: 100%;
  max-width: 100%;
  text-align: right;
}

@media (max-width: 576px) {
  footer .container-sm .footer-links ul li {
    text-align: left;
  }
}

footer .container-sm .footer-links ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

footer .container-sm .footer-links ul li a:hover {
  color: #c8d11d;
}

footer.active .fixed-box {
  height: 50% !important;
}

.about .content-box {
  margin-top: 50px;
}

.about .content-box .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about .content-box .container-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about .content-box .container-xs .left-box {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .about .content-box .container-xs .left-box {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .about .content-box .container-xs .left-box {
    max-width: 100%;
  }
}

.about .content-box .container-xs .left-box .top-box .text-content h6 {
  color: #0077c0;
  padding-bottom: 20px;
}

.about .content-box .container-xs .left-box .top-box .text-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

.about .content-box .container-xs .left-box .top-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.about .content-box .container-xs .left-box .top-box .text-content ul {
  padding-left: 20px;
}

.about .content-box .container-xs .left-box .top-box .text-content ul li {
  padding-bottom: 20px;
}

.about .content-box .container-xs .left-box .top-box .text-content ul li::before {
  content: "\2022";
  color: #00853e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about .content-box .container-xs .left-box .top-box .text-content span {
  display: block;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #00853e;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding: 40px 0;
  margin-top: 30px;
}

.about .content-box .container-xs .left-box .top-box .text-content span::before {
  content: " ";
  position: absolute;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.about .content-box .container-xs .left-box .top-box .text-content span::after {
  content: " ";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.about .content-box .container-xs .left-box .bottom-box {
  margin-top: 50px;
}

.about .content-box .container-xs .left-box .bottom-box .text-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

.about .content-box .container-xs .left-box .bottom-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.about .content-box .container-xs .left-box .bottom-box .text-content ul li {
  padding-bottom: 20px;
}

.about .content-box .container-xs .right-box {
  height: auto;
  width: 100%;
  max-width: 313px;
}

@media (max-width: 1024px) {
  .about .content-box .container-xs .right-box {
    max-width: 35%;
  }
}

@media (max-width: 768px) {
  .about .content-box .container-xs .right-box {
    max-width: 100%;
    margin-bottom: 120px;
  }
}

.about .content-box .container-xs .right-box figure {
  position: relative;
}

.about .content-box .container-xs .right-box .cir-box {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #0077c0;
  border-radius: 100%;
  bottom: -100px;
  left: 0;
}

.about .content-box .container-xs .right-box .cir-box p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about.custom-thank-you .content-box {
  margin-bottom: 200px;
  margin-top: 100px;
}

@media (max-width: 576px) {
  .about.custom-thank-you .content-box {
    margin-top: 40px;
    margin-bottom: 90px;
  }
}

.about.custom-thank-you .content-box .container-xs .left-box {
  margin: 0 auto;
  max-width: 70%;
}

@media (max-width: 767px) {
  .about.custom-thank-you .content-box .container-xs .left-box {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .about.custom-thank-you .content-box .container-xs .left-box {
    max-width: 100%;
  }
}

.about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span {
  display: block;
  font-size: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #000000;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding: 40px 20px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span {
    padding: 30px 10px;
    font-size: 18px;
  }
}

.about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span::before {
  content: " ";
  position: absolute;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background-color: #d0d41c;
}

.about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span::after {
  content: " ";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background-color: #d0d41c;
}

.about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span h5 {
  font-size: 25px;
  color: #00853e;
  margin-bottom: 20px;
  font-weight: 300;
}

@media (max-width: 380px) {
  .about.custom-thank-you .content-box .container-xs .left-box .top-box .text-content span h5 {
    font-size: 22px;
  }
}

.custom-generic {
  padding: 135px 0 170px;
}

@media (max-width: 1600px) {
  .custom-generic {
    padding-bottom: 140px;
  }
}

@media (max-width: 1279px) {
  .custom-generic {
    padding: 125px 0 120px;
  }
}

@media (max-width: 992px) {
  .custom-generic {
    padding: 80px 0 100px;
  }
}

@media (max-width: 767px) {
  .custom-generic {
    padding: 20px 0 40px;
  }
}

.custom-generic a {
  color: #0077c0;
}

.custom-generic a:hover {
  text-decoration: underline;
}

.custom-generic h1,
.custom-generic h2,
.custom-generic h3,
.custom-generic h4,
.custom-generic h5,
.custom-generic h6 {
  font-weight: 400;
  color: #000000;
}

.custom-generic h1 {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .custom-generic h1 {
    margin-top: 0px;
  }
}

.custom-generic h2 {
  margin: 20px 0;
}

.custom-generic p {
  margin: 20px 0;
  font-size: 20px;
  width: 100%;
  max-width: 100%;
}

.custom-generic h3 {
  margin: 20px 0;
}

.custom-generic h4 {
  margin: 20px 0;
}

.custom-generic h5 {
  font-size: 28px;
  margin: 20px 0;
}

.custom-generic h6 {
  font-size: 20px;
  margin: 20px 0;
}

.custom-generic img {
  width: auto;
}

.custom-generic .alignleft {
  float: left;
  clear: both;
  margin: 0 15px 15px 0;
}

@media (max-width: 992px) {
  .custom-generic .alignleft {
    margin: 15px auto;
    max-width: 50%;
    display: block;
  }
}

.custom-generic .alignright {
  float: right;
  clear: both;
  margin: 0 0 15px 15px;
}

@media (max-width: 992px) {
  .custom-generic .alignright {
    margin: 15px auto;
    max-width: 50%;
    display: block;
  }
}

.custom-generic .aligncenter {
  margin: 15px auto;
  text-align: center;
  display: block;
}

@media (max-width: 992px) {
  .custom-generic .aligncenter {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .custom-generic iframe {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
}

.custom-generic ol {
  list-style-type: decimal;
  padding-left: 15px;
  margin: 10px 0;
}

.custom-generic ul {
  padding-left: 15px;
  margin: 10px 0;
  list-style: disc;
}

.custom-generic button #submit {
  cursor: pointer;
  outline: none;
  font-size: 22px;
  background-color: #fff;
  color: #0077c0;
  padding: 13px 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.custom-generic .form-group {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .custom-generic .form-group .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.custom-generic input.wpcf7-form-control {
  padding: 20px 10px;
  outline: none;
  margin: 0px 0 30px;
  border: none;
  width: 100%;
}

.custom-generic input:focus {
  background-color: #0077c0;
  color: #fff;
}

.custom-generic input::-webkit-input-placeholder {
  color: #000000;
}

.custom-generic input:-ms-input-placeholder {
  color: #000000;
}

.custom-generic input::-ms-input-placeholder {
  color: #000000;
}

.custom-generic input::placeholder {
  color: #000000;
}

.custom-generic button#submit {
  padding: 13px 32px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: none;
  outline: none;
  background: #0077c0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 1439px) {
  .custom-generic button#submit {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .custom-generic button#submit {
    font-size: 15px;
  }
}

.custom-generic button#submit:hover {
  background-color: #fff;
  color: #0077c0;
}

@media (max-width: 767px) {
  section.have-a-question.relative.overlay img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.error-wrap.about-section {
  text-align: center;
}

.details {
  margin-top: 70px;
  padding-bottom: 35px;
}

@media (max-width: 1024px) {
  .details {
    margin-top: 30px;
  }
}

.details .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.details .container-xs p {
  font-size: 15px;
  padding: 15px 0;
}

.details .container-xs p.warning {
  border: 2px solid #000000;
  padding: 15px;
}

.details .container-xs p:nth-of-type(2) {
  font-weight: 700;
}

.details .container-xs p:nth-of-type(2) sup {
  font-weight: 700;
}

.details .container-xs p:nth-of-type(3) {
  font-weight: 700;
}

.details .container-xs p:nth-of-type(3) sup {
  font-weight: 700;
}

.details .container-xs p:nth-of-type(4) {
  color: #0077c0;
  font-weight: 700;
}

.details .container-xs p:nth-of-type(4) a {
  text-decoration: underline;
  color: #0077c0;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.details .container-xs p:nth-of-type(4) a:hover {
  color: #731472;
}

.details .container-xs p:nth-last-of-type(1) {
  padding-top: 0px;
}

.details .container-xs ol {
  padding-bottom: 15px;
  list-style-type: none;
  font-size: 15px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.details .container-xs ol p {
  display: none;
}

.details .container-xs ol b {
  font-size: 15px;
  font-family: Lato, sans-serif;
}

.details .container-xs ol li {
  font-size: 15px;
  font-family: Lato, sans-serif;
  display: inline;
  counter-increment: step-counter;
  white-space: unset;
  word-break: initial;
}

.details .container-xs ol li::before {
  content: counter(step-counter);
  margin-right: 0px;
  font-weight: bold;
}

.details .container-xs ol li a {
  font-size: 15px;
  text-decoration: underline;
  word-break: break-all;
}

.details .container-xs ol li em {
  font-style: italic;
}

.details .container-xs ol li br {
  display: none;
}

.warning {
  border: 2px solid #000000;
  padding: 15px;
}

.warning b {
  display: inline-block !important;
  padding: 0 !important;
}

.form-box {
  margin-top: 50px;
}

.form-box .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .form-box .container-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .form-box .container-xs {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.form-box .container-xs .left-box {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .form-box .container-xs .left-box {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .form-box .container-xs .left-box {
    max-width: 100%;
  }
}

.form-box .container-xs .left-box .top-content {
  margin-bottom: 50px;
}

.form-box .container-xs .left-box .top-content p {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 300;
}

.form-box .container-xs .left-box .top-content p:nth-of-type(3) {
  padding-bottom: 30px;
}

.form-box .container-xs .left-box .top-content p:nth-last-of-type(1) {
  padding-bottom: 0px;
}

.form-box .container-xs .left-box .top-content p a {
  font-size: 18px;
  color: #0077c0;
  font-weight: 300;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.form-box .container-xs .left-box .top-content p a:hover {
  text-decoration: underline;
}

.form-box .container-xs .left-box .contact-form {
  width: 100%;
  max-width: 100%;
  background-color: #E8F9F9;
}

.form-box .container-xs .left-box .contact-form form {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .form-box .container-xs .left-box .contact-form form {
    max-width: 90%;
  }
}

.form-box .container-xs .left-box .contact-form form .form-group {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Lato, sans-serif;
  position: relative;
}

.form-box .container-xs .left-box .contact-form form .form-group.message-box {
  margin-top: 20px;
}

.form-box .container-xs .left-box .contact-form form .form-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.form-box .container-xs .left-box .contact-form form .form-group input,
.form-box .container-xs .left-box .contact-form form .form-group select,
.form-box .container-xs .left-box .contact-form form .form-group textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.13);
          box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.13);
  padding: 5px 5px;
  font-family: Lato, sans-serif;
  resize: none;
  cursor: auto;
}

.form-box .container-xs .left-box .contact-form form .form-group select {
  -webkit-appearance: none;
}

.form-box .container-xs .left-box .contact-form form .form-group .walcf7-datepicker {
  cursor: pointer;
  -webkit-appearance: none;
  background: url(http://isk-wordpress.s3.us-east-1.amazonaws.com/nicomide_dev/wp-content/uploads/2021/08/calendar-1.png) 96%/6% no-repeat;
  background-color: #fff;
}

@media (max-width: 480px) {
  .form-box .container-xs .left-box .contact-form form .form-group .walcf7-datepicker {
    background: url(http://isk-wordpress.s3.us-east-1.amazonaws.com/nicomide_dev/wp-content/uploads/2021/08/calendar-1.png) 98%/4% no-repeat;
    background-color: #fff;
  }
}

.form-box .container-xs .left-box .contact-form form .form-group input[type='radio'] {
  font-size: 16px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-family: Lato, sans-serif;
  width: auto;
  vertical-align: bottom;
  margin-right: 5px;
}

.form-box .container-xs .left-box .contact-form form .form-group .btn-purp {
  font-size: 18px;
  padding: 14px 50px;
  display: block;
  margin: 0 auto;
  border: 1px solid #731472;
  border-color: #731472;
}

@media (max-width: 768px) {
  .form-box .container-xs .left-box .contact-form form .form-group .btn-purp {
    font-size: 15px;
    padding: 14px 25px;
    position: inherit;
    left: 0px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.form-box .container-xs .left-box .contact-form form .form-group .btn-purp:hover {
  border-color: #731472;
}

.form-box .container-xs .left-box .contact-form form .left-box {
  width: 100%;
  max-width: 46%;
}

@media (max-width: 480px) {
  .form-box .container-xs .left-box .contact-form form .left-box {
    max-width: 100%;
  }
}

.form-box .container-xs .left-box .contact-form form .right-box {
  width: 100%;
  max-width: 46%;
}

@media (max-width: 768px) {
  .form-box .container-xs .left-box .contact-form form .right-box {
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .form-box .container-xs .left-box .contact-form form .right-box {
    max-width: 100%;
  }
}

.form-box .container-xs .left-box span {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  padding-top: 0px;
}

.form-box .container-xs .left-box span.required {
  font-style: italic;
}

.form-box .container-xs .left-box span.wpcf7-form-control-wrap.recaptcha {
  text-align: center;
}

.form-box .container-xs .left-box span.wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}

.form-box .container-xs .left-box span .wpcf7-list-item-label {
  font-size: 16px;
}

.form-box .container-xs .left-box span.ajax-loader {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.form-box .container-xs .right-box {
  width: 100%;
  height: auto;
  max-width: 313px;
}

@media (max-width: 1024px) {
  .form-box .container-xs .right-box {
    max-width: 35%;
  }
}

@media (max-width: 768px) {
  .form-box .container-xs .right-box {
    max-width: 100%;
    margin-bottom: 120px;
  }
}

.form-box .container-xs .right-box figure {
  position: relative;
}

.form-box .container-xs .right-box .cir-box {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #00853e;
  border-radius: 100%;
  bottom: -100px;
  left: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.form-box .container-xs .right-box .cir-box:hover {
  background-color: #0077c0;
}

.form-box .container-xs .right-box .cir-box p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-box .container-xs .right-box .cir-box p a {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.content-box {
  margin-top: 50px;
}

.content-box .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .content-box .container-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .content-box .container-xs {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.content-box .container-xs .left-box {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .content-box .container-xs .left-box {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .content-box .container-xs .left-box {
    max-width: 100%;
  }
}

.content-box .container-xs .left-box .top-box .text-content h6 {
  color: #0077c0;
  padding-bottom: 20px;
  font-weight: 300;
}

.content-box .container-xs .left-box .top-box .text-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

.content-box .container-xs .left-box .top-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.content-box .container-xs .left-box .top-box .text-content ul {
  padding-left: 20px;
}

.content-box .container-xs .left-box .top-box .text-content ul li {
  padding-bottom: 20px;
  white-space: unset;
  word-break: initial;
}

.content-box .container-xs .left-box .top-box .text-content ul li::before {
  content: "\2022";
  color: #00853e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.content-box .container-xs .left-box .top-box .text-content span {
  display: block;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #00853e;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding: 40px 0;
  margin-top: 30px;
}

.content-box .container-xs .left-box .top-box .text-content span::before {
  content: " ";
  position: absolute;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.content-box .container-xs .left-box .top-box .text-content span::after {
  content: " ";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.content-box .container-xs .left-box .bottom-box {
  margin-top: 50px;
}

.content-box .container-xs .left-box .bottom-box .text-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

.content-box .container-xs .left-box .bottom-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.content-box .container-xs .left-box .bottom-box .text-content ul li {
  padding-bottom: 20px;
}

.content-box .container-xs .right-box {
  height: auto;
  width: 100%;
  max-width: 313px;
}

@media (max-width: 1024px) {
  .content-box .container-xs .right-box {
    max-width: 35%;
  }
}

@media (max-width: 768px) {
  .content-box .container-xs .right-box {
    max-width: 100%;
    margin-bottom: 120px;
  }
}

.content-box .container-xs .right-box figure {
  position: relative;
}

.content-box .container-xs .right-box .cir-box {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: #00853e;
  border-radius: 100%;
  bottom: -100px;
  left: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.content-box .container-xs .right-box .cir-box:hover {
  background-color: #0077c0;
}

.content-box .container-xs .right-box .cir-box p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-box .container-xs .right-box .cir-box p a {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 0px;
  font-size: 14px;
  border-color: #731472;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0px 0px 10px 0px;
}

.wpcf7-not-valid-tip {
  padding-top: 10px !important;
}

@media (max-width: 480px) {
  .wpcf7-list-item {
    display: inline-block !important;
    margin: 0px 20px 0px 0px;
  }
}

.left-box.healthcare {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .left-box.healthcare {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .left-box.healthcare {
    max-width: 100%;
  }
}

.left-box.healthcare .top-content {
  margin-bottom: 50px;
}

.left-box.healthcare .top-content h6 {
  color: #0077c0;
  font-weight: 300;
  padding-bottom: 20px;
}

.left-box.healthcare .top-content p {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 300;
}

.left-box.healthcare .top-content p:nth-of-type(3) {
  padding-bottom: 30px;
}

.left-box.healthcare .top-content p:nth-last-of-type(1) {
  padding-bottom: 0px;
  font-style: italic;
}

.left-box.healthcare .top-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}

.left-box.healthcare .top-content p a {
  font-size: 18px;
  color: #0077c0;
  font-weight: 300;
}

.left-box.healthcare span.required {
  font-style: italic;
}

.left-box.healthcare .btn-purp.healthcare-btn {
  margin: 25px 0;
}

.home .box-content .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.home .box-content .container-xs .box-data {
  margin-top: -50px;
}

@media (max-width: 768px) {
  .home .box-content .container-xs .box-data {
    margin-top: -30px;
  }
}

.home .box-content .container-xs .box-data .box-details {
  width: 100%;
  max-width: 32%;
  text-align: center;
  background-color: #ebf4fa;
  padding: 0 28px 35px;
}

@media (max-width: 768px) {
  .home .box-content .container-xs .box-data .box-details {
    padding: 0 24px 30px;
  }
}

@media (max-width: 768px) {
  .home .box-content .container-xs .box-data .box-details {
    max-width: 48%;
  }
  .home .box-content .container-xs .box-data .box-details:nth-last-of-type(1) {
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .home .box-content .container-xs .box-data .box-details {
    max-width: 100%;
  }
  .home .box-content .container-xs .box-data .box-details:nth-last-of-type(2) {
    margin-top: 60px;
  }
}

.home .box-content .container-xs .box-data .box-details:nth-child(2) {
  padding: 0 55px 35px;
}

.home .box-content .container-xs .box-data .box-details:nth-child(3) {
  padding: 0 55px 35px;
}

.home .box-content .container-xs .box-data .box-details figure {
  width: 100%;
  max-width: 160px;
  margin: -50px auto 30px;
}

@media (max-width: 992px) {
  .home .box-content .container-xs .box-data .box-details figure {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .home .box-content .container-xs .box-data .box-details figure {
    max-width: 90px;
  }
}

.home .box-content .container-xs .box-data .box-details h6 {
  color: #006db9;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 30px;
  height: 110px;
}

@media (max-width: 576px) {
  .home .box-content .container-xs .box-data .box-details h6 {
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}

.home .box-content .container-xs .box-data .box-details p {
  font-weight: 300;
  padding-bottom: 30px;
  height: 120px;
}

@media (max-width: 576px) {
  .home .box-content .container-xs .box-data .box-details p {
    height: auto;
  }
}

.home .box-content .container-xs .box-data .box-details a {
  color: #731472;
  font-weight: 700;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.home .box-content .container-xs .box-data .box-details a:hover {
  color: #0077c0;
}

.home .med-data {
  margin-top: 85px;
}

.home .med-data .container-xs {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .home .med-data .container-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}

.home .med-data .container-xs .custom-text {
  width: 100%;
  max-width: 650px;
}

@media (max-width: 992px) {
  .home .med-data .container-xs .custom-text {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .home .med-data .container-xs .custom-text {
    max-width: 100%;
  }
}

.home .med-data .container-xs .custom-text h6 {
  font-weight: 300;
  color: #0077c0;
  padding-bottom: 15px;
}

.home .med-data .container-xs .custom-text p {
  font-weight: 700;
  color: #000000;
  padding-bottom: 15px;
}

.home .med-data .container-xs .custom-text p sup {
  font-weight: 700;
}

.home .med-data .container-xs .custom-text ul {
  padding-left: 15px;
  padding-bottom: 15px;
}

.home .med-data .container-xs .custom-text ul li {
  font-size: 18px;
  font-family: Lato, sans-serif;
  list-style-type: disc;
  padding-bottom: 15px;
  white-space: unset;
  word-break: initial;
}

.home .med-data .container-xs .custom-text ul li::marker {
  color: #00853e;
}

.home .med-data .container-xs .custom-text .btn-purp {
  background: #731472;
  color: #fff;
  padding: 15px 40px;
  border-radius: 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.home .med-data .container-xs .custom-text .btn-purp:hover {
  color: #731472;
  background-color: #fff;
  border: 1px solid #731472;
}

.home .med-data .container-xs figure {
  width: 100%;
  max-width: 202px;
}

@media (max-width: 992px) {
  .home .med-data .container-xs figure {
    max-width: 28%;
  }
}

@media (max-width: 768px) {
  .home .med-data .container-xs figure {
    max-width: 100%;
  }
}

/* sk */
footer ::-webkit-scrollbar {
  width: 8px;
}

footer ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #079cb6;
          box-shadow: inset 0 0 5px #079cb6;
  border-radius: 10px;
}

footer ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

@media (max-width: 768px) {
  footer #hide-box .heading-box a {
    display: none;
  }
  footer #is-box {
    display: none;
  }
  footer #hide-box {
    padding-top: 0;
    display: block !important;
    height: 0;
    overflow: hidden;
    border: unset;
  }
  footer #hide-box .heading-box {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #731472;
    position: absolute;
    padding: 10px 30px;
  }
  footer #hide-box .heading-box p strong {
    color: #fff;
  }
  footer #hide-box .more_text {
    overflow: auto;
    padding: 20px 30px 30px 30px;
    height: 307px;
    margin-top: 43px;
    height: calc(100% - 4px);
  }
  footer .details .container-xs {
    padding: 0 !important;
    height: 100%;
  }
  footer #hide-box .heading-box::after {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    color: #fff;
    margin-left: 8px;
    vertical-align: baseline;
  }
  footer.active #hide-box .heading-box::after {
    content: "\f107";
  }
  footer .container-sm {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 576px) {
  footer #hide-box .more_text {
    padding: 10px 15px 15px 15px;
  }
  footer #hide-box .heading-box {
    padding: 10px 15px;
  }
}

.container-xs.term-pry {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-xs.term-pry .text-content-box p {
  padding-bottom: 20px;
  font-size: 18px;
}

.container-xs.term-pry .text-content-box p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.container-xs.safety {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-xs.safety .text-content-box p {
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .container-xs.saving {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.container-xs.saving .left-box {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .container-xs.saving .left-box {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .container-xs.saving .left-box {
    max-width: 100%;
  }
}

.container-xs.saving .left-box .top-box .text-content h6 {
  color: #0077c0;
  padding-bottom: 20px;
}

.container-xs.saving .left-box .top-box .text-content p {
  padding-bottom: 20px;
  font-size: 18px;
}

.container-xs.saving .left-box .top-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.container-xs.saving .left-box .top-box .text-content ul {
  padding-left: 0px;
}

.container-xs.saving .left-box .top-box .text-content ul li {
  padding-bottom: 20px;
}

.container-xs.saving .left-box .top-box .text-content ul li::before {
  display: none;
}

.container-xs.saving .left-box .bottom-box {
  margin-top: 0px;
}

.container-xs.suppliment {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-xs.suppliment .left-box {
  width: 100%;
  max-width: 623px;
}

@media (max-width: 1024px) {
  .container-xs.suppliment .left-box {
    max-width: 55%;
  }
}

@media (max-width: 768px) {
  .container-xs.suppliment .left-box {
    max-width: 100%;
  }
}

.container-xs.suppliment .left-box .top-box .text-content h6 {
  color: #0077c0;
  padding-bottom: 20px;
}

.container-xs.suppliment .left-box .top-box .text-content p {
  margin-bottom: 20px;
  font-size: 18px;
}

.container-xs.suppliment .left-box .top-box .text-content span {
  display: block;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #00853e;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding: 40px 0;
  margin-top: 30px;
}

.container-xs.suppliment .left-box .top-box .text-content span::before {
  content: " ";
  position: absolute;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.container-xs.suppliment .left-box .top-box .text-content span::after {
  content: " ";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 355px;
  background-color: #d0d41c;
}

.container-xs.suppliment .left-box .bottom-box {
  margin-top: 50px;
}

.container-xs.suppliment .left-box .bottom-box .text-content p {
  font-size: 18px;
}

.container-xs.suppliment .left-box .bottom-box .text-content p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.container-xs.suppliment .right-box {
  height: auto;
  width: 100%;
  max-width: 310px;
}

@media (max-width: 1024px) {
  .container-xs.suppliment .right-box {
    max-width: 40%;
  }
}

@media (max-width: 768px) {
  .container-xs.suppliment .right-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .container-xs.suppliment .right-box {
    max-width: 100%;
    margin-top: 30px;
  }
}

.container-xs.suppliment .right-box .table-box table {
  width: 100%;
  max-width: 100%;
  background-color: rgba(200, 209, 29, 0.19);
}

.container-xs.suppliment .right-box .table-box table thead tr th {
  text-align: initial;
  font-size: 24px;
  color: #0077c0;
  font-weight: 900;
  padding: 10px;
}

.container-xs.suppliment .right-box .table-box table thead tr th span {
  font-size: 14px;
  color: #000000;
  line-height: 1.9;
  font-weight: 300;
  display: block;
}

.container-xs.suppliment .right-box .table-box table tbody tr:nth-child(odd) {
  background-color: #fcfdf3;
}

.container-xs.suppliment .right-box .table-box table tbody tr td {
  text-align: initial;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  padding: 10px;
  text-align: end;
}

.container-xs.suppliment .right-box .table-box table tbody tr td:nth-child(1) {
  width: 70%;
  text-align: initial;
}

.container-xs.suppliment .right-box .table-box table tbody tr td span {
  font-size: 14px;
  color: #000000;
  line-height: 1.3;
  font-weight: 300;
  display: block;
}

.container-xs.suppliment .right-box .bottom-text {
  padding-top: 20px;
}

.container-xs.suppliment .right-box .bottom-text p {
  font-size: 14px;
  padding-bottom: 15px;
}

.container-xs.suppliment .right-box .bottom-text p b {
  font-size: 14px;
}

.container-xs.suppliment .right-box hr {
  height: 1px;
  background-color: #000000;
}

.container-xs.term-pry {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-xs.term-pry .text-content-box p {
  padding-bottom: 20px;
  font-size: 18px;
}

.container-xs.term-pry .text-content-box p b {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */