/*------------------------------------------------------------------
    [Main Style Stylesheet]
    Project:        Template
    Version:        1.0
    Author:         congnd91
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Hairline.eot");
  src: local("NuckleHairline"), local("Nuckle-Hairline"), url("../fonts/Nuckle-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Hairline.woff2") format("woff2"), url("../fonts/Nuckle-Hairline.woff") format("woff"), url("../fonts/Nuckle-Hairline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Medium.eot");
  src: local("NuckleMedium"), local("Nuckle-Medium"), url("../fonts/Nuckle-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Medium.woff2") format("woff2"), url("../fonts/Nuckle-Medium.woff") format("woff"), url("../fonts/Nuckle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Semibold.eot");
  src: local("NuckleSemibold"), local("Nuckle-Semibold"), url("../fonts/Nuckle-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Semibold.woff2") format("woff2"), url("../fonts/Nuckle-Semibold.woff") format("woff"), url("../fonts/Nuckle-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-ExtraLight.eot");
  src: local("NuckleExtraLight"), local("Nuckle-ExtraLight"), url("../fonts/Nuckle-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-ExtraLight.woff2") format("woff2"), url("../fonts/Nuckle-ExtraLight.woff") format("woff"), url("../fonts/Nuckle-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Bold.eot");
  src: local("NuckleBold"), local("Nuckle-Bold"), url("../fonts/Nuckle-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Bold.woff2") format("woff2"), url("../fonts/Nuckle-Bold.woff") format("woff"), url("../fonts/Nuckle-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Light.eot");
  src: local("NuckleLight"), local("Nuckle-Light"), url("../fonts/Nuckle-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Light.woff2") format("woff2"), url("../fonts/Nuckle-Light.woff") format("woff"), url("../fonts/Nuckle-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Thin.eot");
  src: local("NuckleThin"), local("Nuckle-Thin"), url("../fonts/Nuckle-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Thin.woff2") format("woff2"), url("../fonts/Nuckle-Thin.woff") format("woff"), url("../fonts/Nuckle-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Nuckle';
  src: url("../fonts/Nuckle-Regular.eot");
  src: local("NuckleRegular"), local("Nuckle-Regular"), url("../fonts/Nuckle-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nuckle-Regular.woff2") format("woff2"), url("../fonts/Nuckle-Regular.woff") format("woff"), url("../fonts/Nuckle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
html {
  height: 100%; }

body {
  min-width: 360px;
  color: #1C1C1E;
  margin: 0px;
  padding: 0px;
  font-family: "Nuckle", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Nuckle", sans-serif;
  line-height: 1.25; }

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px; } }
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1; }

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0; }

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.clearfix {
  clear: both; }

:root {
  scroll-behavior: unset !important; }

.max10 {
  max-width: 10px !important;
  margin-left: auto;
  margin-right: auto; }

.max20 {
  max-width: 20px !important;
  margin-left: auto;
  margin-right: auto; }

.max30 {
  max-width: 30px !important;
  margin-left: auto;
  margin-right: auto; }

.max40 {
  max-width: 40px !important;
  margin-left: auto;
  margin-right: auto; }

.max50 {
  max-width: 50px !important;
  margin-left: auto;
  margin-right: auto; }

.max60 {
  max-width: 60px !important;
  margin-left: auto;
  margin-right: auto; }

.max70 {
  max-width: 70px !important;
  margin-left: auto;
  margin-right: auto; }

.max80 {
  max-width: 80px !important;
  margin-left: auto;
  margin-right: auto; }

.max90 {
  max-width: 90px !important;
  margin-left: auto;
  margin-right: auto; }

.max100 {
  max-width: 100px !important;
  margin-left: auto;
  margin-right: auto; }

.max110 {
  max-width: 110px !important;
  margin-left: auto;
  margin-right: auto; }

.max120 {
  max-width: 120px !important;
  margin-left: auto;
  margin-right: auto; }

.max130 {
  max-width: 130px !important;
  margin-left: auto;
  margin-right: auto; }

.max140 {
  max-width: 140px !important;
  margin-left: auto;
  margin-right: auto; }

.max150 {
  max-width: 150px !important;
  margin-left: auto;
  margin-right: auto; }

.max160 {
  max-width: 160px !important;
  margin-left: auto;
  margin-right: auto; }

.max170 {
  max-width: 170px !important;
  margin-left: auto;
  margin-right: auto; }

.max180 {
  max-width: 180px !important;
  margin-left: auto;
  margin-right: auto; }

.max190 {
  max-width: 190px !important;
  margin-left: auto;
  margin-right: auto; }

.max200 {
  max-width: 200px !important;
  margin-left: auto;
  margin-right: auto; }

.max210 {
  max-width: 210px !important;
  margin-left: auto;
  margin-right: auto; }

.max220 {
  max-width: 220px !important;
  margin-left: auto;
  margin-right: auto; }

.max230 {
  max-width: 230px !important;
  margin-left: auto;
  margin-right: auto; }

.max240 {
  max-width: 240px !important;
  margin-left: auto;
  margin-right: auto; }

.max250 {
  max-width: 250px !important;
  margin-left: auto;
  margin-right: auto; }

.max260 {
  max-width: 260px !important;
  margin-left: auto;
  margin-right: auto; }

.max270 {
  max-width: 270px !important;
  margin-left: auto;
  margin-right: auto; }

.max280 {
  max-width: 280px !important;
  margin-left: auto;
  margin-right: auto; }

.max290 {
  max-width: 290px !important;
  margin-left: auto;
  margin-right: auto; }

.max300 {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto; }

.max310 {
  max-width: 310px !important;
  margin-left: auto;
  margin-right: auto; }

.max320 {
  max-width: 320px !important;
  margin-left: auto;
  margin-right: auto; }

.max330 {
  max-width: 330px !important;
  margin-left: auto;
  margin-right: auto; }

.max340 {
  max-width: 340px !important;
  margin-left: auto;
  margin-right: auto; }

.max350 {
  max-width: 350px !important;
  margin-left: auto;
  margin-right: auto; }

.max360 {
  max-width: 360px !important;
  margin-left: auto;
  margin-right: auto; }

.max370 {
  max-width: 370px !important;
  margin-left: auto;
  margin-right: auto; }

.max380 {
  max-width: 380px !important;
  margin-left: auto;
  margin-right: auto; }

.max390 {
  max-width: 390px !important;
  margin-left: auto;
  margin-right: auto; }

.max400 {
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto; }

.max410 {
  max-width: 410px !important;
  margin-left: auto;
  margin-right: auto; }

.max420 {
  max-width: 420px !important;
  margin-left: auto;
  margin-right: auto; }

.max430 {
  max-width: 430px !important;
  margin-left: auto;
  margin-right: auto; }

.max440 {
  max-width: 440px !important;
  margin-left: auto;
  margin-right: auto; }

.max450 {
  max-width: 450px !important;
  margin-left: auto;
  margin-right: auto; }

.max460 {
  max-width: 460px !important;
  margin-left: auto;
  margin-right: auto; }

.max470 {
  max-width: 470px !important;
  margin-left: auto;
  margin-right: auto; }

.max480 {
  max-width: 480px !important;
  margin-left: auto;
  margin-right: auto; }

.max490 {
  max-width: 490px !important;
  margin-left: auto;
  margin-right: auto; }

.max500 {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto; }

.max510 {
  max-width: 510px !important;
  margin-left: auto;
  margin-right: auto; }

.max520 {
  max-width: 520px !important;
  margin-left: auto;
  margin-right: auto; }

.max530 {
  max-width: 530px !important;
  margin-left: auto;
  margin-right: auto; }

.max540 {
  max-width: 540px !important;
  margin-left: auto;
  margin-right: auto; }

.max550 {
  max-width: 550px !important;
  margin-left: auto;
  margin-right: auto; }

.max560 {
  max-width: 560px !important;
  margin-left: auto;
  margin-right: auto; }

.max570 {
  max-width: 570px !important;
  margin-left: auto;
  margin-right: auto; }

.max580 {
  max-width: 580px !important;
  margin-left: auto;
  margin-right: auto; }

.max590 {
  max-width: 590px !important;
  margin-left: auto;
  margin-right: auto; }

.max600 {
  max-width: 600px !important;
  margin-left: auto;
  margin-right: auto; }

.max610 {
  max-width: 610px !important;
  margin-left: auto;
  margin-right: auto; }

.max620 {
  max-width: 620px !important;
  margin-left: auto;
  margin-right: auto; }

.max630 {
  max-width: 630px !important;
  margin-left: auto;
  margin-right: auto; }

.max640 {
  max-width: 640px !important;
  margin-left: auto;
  margin-right: auto; }

.max650 {
  max-width: 650px !important;
  margin-left: auto;
  margin-right: auto; }

.max660 {
  max-width: 660px !important;
  margin-left: auto;
  margin-right: auto; }

.max670 {
  max-width: 670px !important;
  margin-left: auto;
  margin-right: auto; }

.max680 {
  max-width: 680px !important;
  margin-left: auto;
  margin-right: auto; }

.max690 {
  max-width: 690px !important;
  margin-left: auto;
  margin-right: auto; }

.max700 {
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto; }

.max710 {
  max-width: 710px !important;
  margin-left: auto;
  margin-right: auto; }

.max720 {
  max-width: 720px !important;
  margin-left: auto;
  margin-right: auto; }

.max730 {
  max-width: 730px !important;
  margin-left: auto;
  margin-right: auto; }

.max740 {
  max-width: 740px !important;
  margin-left: auto;
  margin-right: auto; }

.max750 {
  max-width: 750px !important;
  margin-left: auto;
  margin-right: auto; }

.max760 {
  max-width: 760px !important;
  margin-left: auto;
  margin-right: auto; }

.max770 {
  max-width: 770px !important;
  margin-left: auto;
  margin-right: auto; }

.max780 {
  max-width: 780px !important;
  margin-left: auto;
  margin-right: auto; }

.max790 {
  max-width: 790px !important;
  margin-left: auto;
  margin-right: auto; }

.max800 {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto; }

.max810 {
  max-width: 810px !important;
  margin-left: auto;
  margin-right: auto; }

.max820 {
  max-width: 820px !important;
  margin-left: auto;
  margin-right: auto; }

.max830 {
  max-width: 830px !important;
  margin-left: auto;
  margin-right: auto; }

.max840 {
  max-width: 840px !important;
  margin-left: auto;
  margin-right: auto; }

.max850 {
  max-width: 850px !important;
  margin-left: auto;
  margin-right: auto; }

.max860 {
  max-width: 860px !important;
  margin-left: auto;
  margin-right: auto; }

.max870 {
  max-width: 870px !important;
  margin-left: auto;
  margin-right: auto; }

.max880 {
  max-width: 880px !important;
  margin-left: auto;
  margin-right: auto; }

.max890 {
  max-width: 890px !important;
  margin-left: auto;
  margin-right: auto; }

.max900 {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto; }

.max910 {
  max-width: 910px !important;
  margin-left: auto;
  margin-right: auto; }

.max920 {
  max-width: 920px !important;
  margin-left: auto;
  margin-right: auto; }

.max930 {
  max-width: 930px !important;
  margin-left: auto;
  margin-right: auto; }

.max940 {
  max-width: 940px !important;
  margin-left: auto;
  margin-right: auto; }

.max950 {
  max-width: 950px !important;
  margin-left: auto;
  margin-right: auto; }

.max960 {
  max-width: 960px !important;
  margin-left: auto;
  margin-right: auto; }

.max970 {
  max-width: 970px !important;
  margin-left: auto;
  margin-right: auto; }

.max980 {
  max-width: 980px !important;
  margin-left: auto;
  margin-right: auto; }

.max990 {
  max-width: 990px !important;
  margin-left: auto;
  margin-right: auto; }

.max1000 {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto; }

.max1010 {
  max-width: 1010px !important;
  margin-left: auto;
  margin-right: auto; }

.max1020 {
  max-width: 1020px !important;
  margin-left: auto;
  margin-right: auto; }

.max1030 {
  max-width: 1030px !important;
  margin-left: auto;
  margin-right: auto; }

.max1040 {
  max-width: 1040px !important;
  margin-left: auto;
  margin-right: auto; }

.max1050 {
  max-width: 1050px !important;
  margin-left: auto;
  margin-right: auto; }

.max1060 {
  max-width: 1060px !important;
  margin-left: auto;
  margin-right: auto; }

.max1070 {
  max-width: 1070px !important;
  margin-left: auto;
  margin-right: auto; }

.max1080 {
  max-width: 1080px !important;
  margin-left: auto;
  margin-right: auto; }

.max1090 {
  max-width: 1090px !important;
  margin-left: auto;
  margin-right: auto; }

.max1100 {
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto; }

.max1110 {
  max-width: 1110px !important;
  margin-left: auto;
  margin-right: auto; }

.max1120 {
  max-width: 1120px !important;
  margin-left: auto;
  margin-right: auto; }

.max1130 {
  max-width: 1130px !important;
  margin-left: auto;
  margin-right: auto; }

.max1140 {
  max-width: 1140px !important;
  margin-left: auto;
  margin-right: auto; }

.max1150 {
  max-width: 1150px !important;
  margin-left: auto;
  margin-right: auto; }

.max1160 {
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto; }

.max1170 {
  max-width: 1170px !important;
  margin-left: auto;
  margin-right: auto; }

.max1180 {
  max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto; }

.max1190 {
  max-width: 1190px !important;
  margin-left: auto;
  margin-right: auto; }

.max1200 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto; }

.button {
  font-size: 14px;
  font-weight: 600;
  padding: 14px 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 16px; } }
  .button:focus {
    outline: none;
    box-shadow: none; }
  .button.button-brand {
    background-color: #0F3DBA;
    border-color: #0F3DBA;
    color: #fff; }
    .button.button-brand:hover {
      background-color: #0b2e8b; }
  .button.button-link {
    color: #0F3DBA; }
    .button.button-link:hover {
      color: #134ce9; }
  .button.button-border {
    border: 1px solid #0F3DBA;
    color: #0F3DBA; }
    .button.button-border:hover {
      background-color: #0F3DBA;
      color: #fff; }

.bg-gray {
  background: #F9FBFF; }

.max860 {
  max-width: 860px;
  margin: 0px auto; }

.max560 {
  max-width: 560px;
  margin: 0px auto; }

.max760 {
  max-width: 760px;
  margin: 0px auto; }

.clearfix {
  clear: both; }

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-3px); }
  50% {
    transform: translateY(3px); } }
@keyframes zoom {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.9); } }
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff; }

.header {
  position: relative;
  padding: 18px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 991px) {
    .header {
      padding: 12px 0px !important; } }
  .header.scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .header-left {
    display: flex;
    align-items: center; }
  .header .logo img {
    height: 48px; }
  .header .main-menu {
    margin: 0px 0px 0px 45px; }
    @media screen and (max-width: 1199px) {
      .header .main-menu {
        margin: 0px 0px 0px 20px; } }
    @media screen and (max-width: 991px) {
      .header .main-menu {
        display: none; } }
    .header .main-menu > ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .header .main-menu > ul > li {
        display: inline-block;
        position: relative;
        margin: 0px 20px; }
        @media screen and (max-width: 1399px) {
          .header .main-menu > ul > li {
            margin: 0px 10px; } }
        @media screen and (max-width: 1199px) {
          .header .main-menu > ul > li {
            margin: 0px 5px; } }
        .header .main-menu > ul > li.active > a {
          color: #0F3DBA; }
        .header .main-menu > ul > li:hover > a {
          color: #0F3DBA; }
        .header .main-menu > ul > li:hover ul {
          margin-top: 0px;
          opacity: 1;
          visibility: visible;
          z-index: 999; }
        .header .main-menu > ul > li:hover .mega-menu {
          margin-top: 0px;
          opacity: 1;
          visibility: visible;
          z-index: 999; }
        .header .main-menu > ul > li > a {
          display: flex;
          align-items: center;
          color: #1C1C1E;
          font-size: 16px;
          font-weight: 400;
          padding: 10px 0px;
          text-decoration: none;
          transition: all ease 0.3s; }
          @media screen and (max-width: 1399px) {
            .header .main-menu > ul > li > a {
              font-size: 14px; } }
          .header .main-menu > ul > li > a i {
            font-size: 14px;
            margin: 0px 0px 0px 8px; }
        .header .main-menu > ul > li ul {
          display: block;
          width: 200px;
          background-color: #fff;
          border-radius: 8px;
          box-shadow: 0px 0px 15px 0px rgba(28, 28, 30, 0.1);
          margin: 20px 0px 0px 0px;
          padding: 10px 0px;
          list-style: none;
          position: absolute;
          top: 100%;
          overflow: hidden;
          left: 0px;
          z-index: -1;
          transition: all ease 0.4s;
          opacity: 0;
          visibility: hidden; }
          .header .main-menu > ul > li ul li a {
            display: block;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 600;
            color: #1C1C1E; }
            .header .main-menu > ul > li ul li a:hover {
              background-color: #f9fbff; }
        .header .main-menu > ul > li .mega-menu {
          display: block;
          width: 580px;
          background-color: #fff;
          border-radius: 10px;
          background: #FFF;
          box-shadow: 0px 6px 44px 0px rgba(8, 29, 51, 0.06);
          margin: 20px 0px 0px 0px;
          padding: 10px 4px;
          list-style: none;
          position: absolute;
          top: 100%;
          overflow: hidden;
          left: -60px;
          z-index: -1;
          transition: all ease 0.4s;
          opacity: 0;
          visibility: hidden;
          display: flex;
          flex-wrap: wrap; }
          .header .main-menu > ul > li .mega-menu .mega-item {
            padding: 2px 8px;
            width: 55%; }
            .header .main-menu > ul > li .mega-menu .mega-item:nth-child(2n+1) {
              width: 45%; }
            .header .main-menu > ul > li .mega-menu .mega-item a {
              font-size: 16px;
              font-weight: 600;
              color: #1C1C1E;
              display: flex;
              align-items: center;
              transition: all ease 0.3s;
              border-radius: 8px;
              padding: 8px 12px; }
              .header .main-menu > ul > li .mega-menu .mega-item a:hover {
                border-radius: 8px;
                background: #F3F6FD; }
              .header .main-menu > ul > li .mega-menu .mega-item a .icon {
                margin: 0px 10px 0px 0px; }
  .header .header-right {
    display: flex;
    align-items: center; }
    .header .header-right .dropdown {
      margin: 0px 0px 0px 10px; }
      .header .header-right .dropdown .dropdown-toggle {
        cursor: pointer;
        display: flex;
        align-items: center; }
        .header .header-right .dropdown .dropdown-toggle img {
          width: 24px;
          margin: 0px 10px 0px 0px; }
        .header .header-right .dropdown .dropdown-toggle::after {
          display: none; }
    .header .header-right .button {
      padding: 0px 0px !important;
      font-weight: 400;
      font-size: 16px;
      color: #1C1C1E;
      margin: 0px 0px 0px  70px; }
      @media screen and (max-width: 1399px) {
        .header .header-right .button {
          font-size: 14px; } }
      @media screen and (max-width: 1199px) {
        .header .header-right .button {
          margin: 0px 0px 0px 30px; }
          .header .header-right .button:first-child {
            margin: 0px 0px 0px 0px; } }
      .header .header-right .button svg {
        margin: 0px 8px 0px 0px; }
      .header .header-right .button span {
        color: #0F3DBA;
        margin: 0px 0px 0px 5px;
        font-weight: 600; }
      @media screen and (max-width: 991px) {
        .header .header-right .button {
          display: none; } }
  .header .dropdown-menu {
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(28, 28, 30, 0.1);
    margin: 20px 0px 0px 0px;
    padding: 10px 0px;
    border-radius: 16px;
    width: 188px; }
    .header .dropdown-menu li a {
      padding: 8px 8px;
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.3); }
      .header .dropdown-menu li a:hover {
        background-color: #f9fbff; }
      .header .dropdown-menu li a img {
        flex-shrink: 0;
        width: 22px;
        margin: 0px 10px 0px 0px; }

.menu-mobile-icon {
  margin: 0px 0px 0px 18px;
  flex-shrink: 0;
  width: 23px;
  height: 30px;
  display: none;
  position: relative;
  cursor: pointer;
  padding: 8px 0px 0px 0px; }
  .menu-mobile-icon span {
    width: 100%;
    height: 2px;
    float: right;
    background-color: #1C1C1E;
    display: block;
    border-radius: 5px;
    margin: 0px 0px 5px 0px;
    transition: all ease 0.3s;
    position: relative; }
    .menu-mobile-icon span:nth-child(2) {
      width: 18px;
      float: right; }
  @media screen and (max-width: 991px) {
    .menu-mobile-icon {
      display: block; } }

@media screen and (max-width: 991px) {
  .open-menu .menu-mobile {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    margin-top: -25px; }
  .open-menu .scrolled .menu-mobile {
    margin-top: -18px; }
  .open-menu .page {
    overflow: hidden; }
  .open-menu .menu-mobile-icon span:nth-child(2) {
    opacity: 0; }
  .open-menu .menu-mobile-icon span:nth-child(1) {
    opacity: 1;
    transform: rotate(45deg);
    top: 5px; }
  .open-menu .menu-mobile-icon span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
    width: 100%;
    top: -9px; } }
.menu-mobile {
  position: absolute;
  z-index: 99;
  overflow: auto;
  right: 0px;
  transition: all ease 0.3s;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0px 0px 20px 0px; }
  .menu-mobile .control {
    padding: 0px 0px 10px 0px; }
    .menu-mobile .control .btn {
      font-size: 16px; }
  .menu-mobile .menu {
    padding: 15px 20px; }
    .menu-mobile .menu > ul {
      padding: 0px;
      list-style: none; }
      .menu-mobile .menu > ul > li {
        margin: 0px 0px 0px 0px;
        border-bottom: 1px solid #eee; }
        .menu-mobile .menu > ul > li > a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          padding: 13px 0px 13px 0px;
          transition: all ease 0.3s;
          color: #1C1C1E;
          font-weight: 600;
          text-align: center; }
          .menu-mobile .menu > ul > li > a:hover {
            color: #0F3DBA; }
          .menu-mobile .menu > ul > li > a .arrow {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center; }
        .menu-mobile .menu > ul > li.active > a .arrow {
          transform: rotate(180deg); }
        .menu-mobile .menu > ul > li:hover > a {
          color: #0F3DBA; }
        .menu-mobile .menu > ul > li ul {
          display: none;
          list-style: none;
          padding: 0px 0px 10px 0px; }
          .menu-mobile .menu > ul > li ul li {
            margin: 0px 0px 0px 0px; }
            .menu-mobile .menu > ul > li ul li a {
              font-size: 14px;
              display: block;
              padding: 6px 0px 6px 20px;
              color: #1C1C1E;
              font-weight: 600; }
              .menu-mobile .menu > ul > li ul li a:hover {
                color: #0F3DBA; }
          .menu-mobile .menu > ul > li ul.mega li a {
            padding: 10px 10px 10px 20px;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 500;
            color: #1C1C1E; }
            .menu-mobile .menu > ul > li ul.mega li a .icon {
              margin: 0px 10px 0px 0px; }

.hidden {
  display: none; }

.home-hero {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 140px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .home-hero {
      padding: 110px 0px 50px 0px; } }
  .home-hero .thumb {
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .home-hero .thumb {
        display: none; } }
  .home-hero .thumb-mobile {
    display: none;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .home-hero .thumb-mobile {
        display: block; } }
  .home-hero .des {
    padding: 0px 0px 0px 0px; }
    .home-hero .des h1 {
      font-size: 49px;
      font-weight: 700;
      color: #0F3DBA;
      margin: 0px 0px 20px 0px;
      padding: 0px; }
      @media screen and (max-width: 1399px) {
        .home-hero .des h1 {
          font-size: 38px; } }
    .home-hero .des h3 {
      font-weight: 700;
      font-size: 39px;
      margin: 0px 0px 50px 0px; }
      @media screen and (max-width: 1399px) {
        .home-hero .des h3 {
          font-size: 28px; } }
      @media screen and (max-width: 767px) {
        .home-hero .des h3 {
          margin: 0px 0px 20px 0px; } }
  .home-hero .rate {
    display: flex;
    align-items: center;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 767px) {
      .home-hero .rate {
        margin: 0px 0px 30px 0px; } }
    .home-hero .rate .stars {
      display: flex;
      align-items: center; }
      .home-hero .rate .stars span {
        width: 30px;
        margin: 0px 2px 0px 0px;
        height: 28px;
        background-image: url(../img/pharmacy/star.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .home-hero .rate .stars span {
            width: 22px;
            height: 20px; } }
        .home-hero .rate .stars span.half {
          background-image: url(../img/pharmacy/star1.svg); }
    .home-hero .rate p {
      margin: 0px;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .home-hero .rate p {
          font-size: 13px;
          padding-top: 2px;
          font-weight: 400; } }
  .home-hero .cta .button {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px; }
    .home-hero .cta .button:hover svg path {
      stroke: #fff; }
    .home-hero .cta .button svg {
      margin: 0px 0px 0px 10px; }

.partner {
  padding: 50px 0px;
  background-color: whitesmoke;
  overflow: hidden; }
  .partner.partner-fix {
    background-color: transparent; }
    .partner.partner-fix p {
      font-size: 40px;
      font-weight: 700; }
      @media screen and (max-width: 1199px) {
        .partner.partner-fix p {
          font-size: 36px; } }
      @media screen and (max-width: 991px) {
        .partner.partner-fix p {
          font-size: 32px; } }
  .partner p {
    font-weight: 400;
    font-size: 24px;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 767px) {
      .partner p {
        font-size: 18px; } }
  .partner .partner-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    @media screen and (max-width: 767px) {
      .partner .partner-content {
        overflow: auto; } }
    .partner .partner-content .thumb {
      padding: 10px;
      min-width: 120px !important; }
      .partner .partner-content .thumb img {
        min-width: 100px !important; 
        max-width: 180px}
      @media screen and (max-width: 990px) {
        .partner .partner-content .thumb {
          padding: 5px !important;
          min-width: 80px !important;
        }
        .partner .partner-content .thumb img {
          min-width: 20px !important;
          max-width: 80px !important; } }

.statistical {
  background-color: #fff;
  padding: 80px 0px 40px 0px; }
  .statistical .statistical-flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .statistical .statistical-flex {
        flex-wrap: wrap; } }
    .statistical .statistical-flex .statistical-col {
      max-width: 400px; }
      @media screen and (max-width: 1199px) {
        .statistical .statistical-flex .statistical-col {
          max-width: 300px; } }
      @media screen and (max-width: 767px) {
        .statistical .statistical-flex .statistical-col {
          max-width: 100%; } }
      .statistical .statistical-flex .statistical-col .item {
        padding: 0px 0px 0px 30px;
        border-left: 3px solid #00B2A9;
        margin: 0px 0px 50px 0px; }
        .statistical .statistical-flex .statistical-col .item p {
          font-size: 24px;
          font-weight: 400;
          margin: 0px 0px 4px 0px;
          position: relative; }
          @media screen and (max-width: 1199px) {
            .statistical .statistical-flex .statistical-col .item p {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .statistical .statistical-flex .statistical-col .item p br {
              display: none; } }
          .statistical .statistical-flex .statistical-col .item p em {
            font-size: 12px;
            position: relative;
            font-style: normal;
            top: -10px; }
        .statistical .statistical-flex .statistical-col .item strong {
          font-size: 44px;
          font-weight: 700;
          color: #0F3DBA; }
          @media screen and (max-width: 1199px) {
            .statistical .statistical-flex .statistical-col .item strong {
              font-size: 34px; } }
  .statistical .note {
    font-size: 12px;
    font-weight: 400;
    color: #A7A7A7; }

.program {
  padding: 50px 0px 0px 0px; }
  .program h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 35px 0px; }
    @media screen and (max-width: 991px) {
      .program h3 {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .program h3 {
        font-size: 26px; } }
  .program .program-slider {
    position: relative;
    min-height: 300px;
    width: 100%;
    overflow: hidden; }
  .program .program-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0),  #F7F8F9);
  }
  .program .program-item {
    position: relative;
    width: 270px;
    border-radius: 12px;
    overflow: hidden; }
    .program .program-item img {
      width: 100%; }
    .program .program-item .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      z-index: 9;
      text-align: center;
      background-image: linear-gradient(to top, #0F3DBA 0%, #0F3DBA 40%, rgba(255, 255, 255, 0) 100%); }
      .program .program-item .caption p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 100px 40px 30px 40px; }
        @media screen and (max-width: 767px) {
          .program .program-item .caption p {
            padding: 100px 30px 30px 30px; } }

.why {
  padding: 80px 0px 130px 0px; }
  @media screen and (max-width: 991px) {
    .why {
      padding: 60px 0px 50px 0px; } }
  .why h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 991px) {
      .why h3 {
        font-size: 30px; } }
  .why ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .why ul li {
      margin: 0px 0px 20px 0px;
      padding: 0px 0px 0px 58px;
      font-weight: 400;
      font-size: 20px;
      min-height: 60px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .why ul li {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .why ul li {
          font-size: 16px; } }
      .why ul li .icon {
        position: absolute;
        left: 0px;
        top: 3px;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0F3DBA33; }
  .why .video {
    max-width: 1100px;
    margin: 90px auto 0px auto;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .why .video {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .why .video {
        margin: 40px auto 0px auto; } }
  @media screen and (max-width: 991px) {
    .why .thumb {
      display: none; } }

.people {
  padding: 0px 0px 50px 0px; }
  @media screen and (max-width: 991px) {
    .people {
      padding: 0px 0px 50px 0px; } }
  .people .container {
    border-top: 1px solid #9D9D9D;
    padding-top: 50px; }
  .people .caption {
    max-width: 500px; }
    @media screen and (max-width: 991px) {
      .people .caption {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .people .caption {
        max-width: 100%; } }
    .people .caption h2 {
      font-weight: 700;
      font-size: 40px;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .people .caption h2 {
          font-size: 30px; } }
    .people .caption .rate {
      display: flex;
      align-items: center;
      margin: 0px 0px 20px 0px; }
      .people .caption .rate .stars {
        display: flex;
        align-items: center; }
        .people .caption .rate .stars span {
          width: 30px;
          margin: 0px 2px 0px 0px;
          height: 28px;
          background-image: url(../img/pharmacy/star.svg);
          background-repeat: no-repeat;
          background-position: center center; }
          .people .caption .rate .stars span.half {
            background-image: url(../img/pharmacy/star1.svg); }
      .people .caption .rate p {
        margin: 0px;
        font-size: 16px;
        font-weight: 700; }
    .people .caption .button {
      padding: 12px 80px; }
      @media screen and (max-width: 991px) {
        .people .caption .button {
          padding: 12px 30px; } }
      @media screen and (max-width: 767px) {
        .people .caption .button {
          width: 100%; } }
  @media screen and (max-width: 991px) {
    .people .thumb {
      display: none; } }
  .people .review-items {
    padding: 50px 0px 0px 0px; }
    @media screen and (max-width: 991px) {
      .people .review-items {
        padding: 40px 0px 0px 0px; } }
    .people .review-items .item {
      padding: 12px;
      border-radius: 12px;
      background-color: #F1F1F1;
      margin: 0px 0px 25px 0px; }
      .people .review-items .item p {
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 400; }
      .people .review-items .item .user {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        .people .review-items .item .user .right span {
          display: block;
          font-size: 12px;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.5);
          margin: 0px 0px 5px 0px; }
        .people .review-items .item .user .left {
          display: flex;
          align-items: center; }
          .people .review-items .item .user .left img {
            width: 40px;
            flex-shrink: 0;
            height: 40px;
            margin: 0px 12px 0px 0px; }
          .people .review-items .item .user .left strong {
            font-size: 12px;
            font-weight: 400;
            display: block; }
          .people .review-items .item .user .left .stars {
            display: flex;
            margin: 5px 0px; }
            .people .review-items .item .user .left .stars span {
              width: 13px;
              height: 13px;
              flex-shrink: 0;
              background-image: url(../img/pharmacy/star.svg);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: cover; }

.faq {
  padding: 0px 0px 80px 0px;
  background-color: #fff; }
  .faq .container {
    border-top: 1px solid #9D9D9D;
    padding-top: 50px; }
  .faq h2 {
    font-weight: 700;
    font-size: 40px;
    padding-top: 20px;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 1199px) {
      .faq h2 {
        font-size: 30px; } }
  .faq .cta {
    max-width: 290px; }
    @media screen and (max-width: 767px) {
      .faq .cta {
        max-width: 100%;
        padding-bottom: 30px; } }
    .faq .cta .button {
      width: 100%;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      padding-left: 0px;
      padding-right: 0px; }
      .faq .cta .button:hover svg path {
        stroke: #fff; }
      .faq .cta .button svg {
        margin: 0px 0px 0px 10px; }
  .faq .faq-acc {
    padding: 0px 0px 0px 30px; }
    @media screen and (max-width: 991px) {
      .faq .faq-acc {
        padding: 0px; } }
    .faq .faq-acc .item {
      border-bottom: 1px solid rgba(28, 28, 30, 0.1); }
      .faq .faq-acc .item .cap {
        cursor: pointer;
        padding: 24px 40px 24px 0px;
        font-size: 22px;
        font-weight: 600;
        position: relative; }
        @media screen and (max-width: 991px) {
          .faq .faq-acc .item .cap {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .faq .faq-acc .item .cap {
            font-size: 16px;
            padding: 12px 30px 12px 0px; } }
        .faq .faq-acc .item .cap p {
          margin: 0px;
          max-width: 560px; }
          @media screen and (max-width: 991px) {
            .faq .faq-acc .item .cap p {
              max-width: 100%; } }
        .faq .faq-acc .item .cap .arrow {
          position: absolute;
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          top: 50%;
          right: 0px;
          margin: -20px 0px 0px 0px; }
        .faq .faq-acc .item .cap .fa-minus {
          display: none; }
      .faq .faq-acc .item .content {
        display: none;
        padding-bottom: 25px; }
        .faq .faq-acc .item .content p {
          font-size: 18px;
          max-width: 670px;
          color: rgba(28, 28, 30, 0.6); }
          @media screen and (max-width: 991px) {
            .faq .faq-acc .item .content p {
              max-width: 100%; } }
          @media screen and (max-width: 767px) {
            .faq .faq-acc .item .content p {
              font-size: 16px; } }
        .faq .faq-acc .item .content ul li {
          margin: 0px 0px 10px 0px;
          font-size: 16px;
          color: rgba(28, 28, 30, 0.6); }
      .faq .faq-acc .item.active .cap .fa-minus {
        display: block; }
      .faq .faq-acc .item.active .cap .fa-plus {
        display: none; }
      .faq .faq-acc .item.active .content {
        display: block; }

.blog {
  padding: 0px 0px 60px 0px;
  background-color: #fff; }
  .blog .container {
    border-top: 1px solid #9D9D9D;
    padding-top: 50px; }
  .blog h2 {
    font-weight: 700;
    font-size: 40px;
    padding-top: 20px;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 991px) {
      .blog h2 {
        font-size: 30px; } }
  .blog .item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 30px 0px; }
    .blog .item img {
      width: 100%; }
    .blog .item:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      right: 0;
      z-index: 2;
      top: 40%;
      background-image: linear-gradient(to top, #0F3DBA 0%, #0F3DBA 40%, rgba(255, 255, 255, 0) 100%); }
    .blog .item .caption {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      padding: 20px 30px  30px 30px;
      z-index: 3; }
      @media screen and (max-width: 767px) {
        .blog .item .caption {
          padding: 20px; } }
      .blog .item .caption a {
        color: #fff;
        font-size: 18px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .blog .item .caption a {
            font-size: 16px; } }
  .blog .cta {
    padding: 30px 0px 0px 0px;
    text-align: center; }
    .blog .cta .button {
      min-width: 280px; }

.block-cta {
  padding: 0px 0px 60px 0px; }
  @media screen and (max-width: 991px) {
    .block-cta {
      padding: 0px 0px 50px 0px; } }
  .block-cta .assistant-box {
    display: flex;
    background-color: #0F3DBA;
    align-items: stretch; }
    @media screen and (max-width: 991px) {
      .block-cta .assistant-box {
        flex-wrap: wrap; } }
    .block-cta .assistant-box .thumb {
      flex-shrink: 0;
      width: 550px; }
      @media screen and (max-width: 1199px) {
        .block-cta .assistant-box .thumb {
          width: 400px; } }
      @media screen and (max-width: 991px) {
        .block-cta .assistant-box .thumb {
          width: 100%; } }
    .block-cta .assistant-box .des {
      width: 100%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .block-cta .assistant-box .des {
          padding: 20px;
          display: block; } }
      .block-cta .assistant-box .des h3 {
        color: rgba(255, 255, 255, 0.5);
        max-width: 480px;
        font-size: 32px;
        font-weight: 500; }
        .block-cta .assistant-box .des h3 span {
          color: #fff; }
        @media screen and (max-width: 991px) {
          .block-cta .assistant-box .des h3 {
            margin: 0px 0px 40px 0px;
            font-size: 24px; } }
      .block-cta .assistant-box .des .button {
        border: 1px solid #fff;
        color: #fff;
        max-width: 180px; }
        @media screen and (max-width: 767px) {
          .block-cta .assistant-box .des .button {
            max-width: 100%; } }
        .block-cta .assistant-box .des .button.button-brand {
          color: #0F3DBA;
          background-color: #fff;
          padding: 12px 16px;
          font-size: 15px; }

.footer {
  padding: 0px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 0px 0px 0px 0px; } }
  .footer .container {
    border-top: 1px solid #9D9D9D;
    padding-top: 50px; }
  .footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .footer ul li {
      margin: 0px 0px 10px 0px; }
      .footer ul li a {
        color: #1C1C1E;
        font-size: 14px;
        font-weight: 500;
        transition: all ease 0.3s; }
        .footer ul li a:hover {
          color: #0F3DBA; }
  .footer .brand-footer {
    border: 1px solid rgba(28, 28, 30, 0.1);
    padding: 12px;
    display: flex; }
    @media screen and (max-width: 991px) {
      .footer .brand-footer {
        display: none; } }
    .footer .brand-footer img {
      width: 200px; }
      @media screen and (max-width: 1199px) {
        .footer .brand-footer img {
          width: 120px; } }
    .footer .brand-footer .des {
      padding: 0px 0px 0px 15px; }
      .footer .brand-footer .des p {
        font-size: 14px;
        margin: 0px 0px 80px 0px;
        font-weight: 600; }
        @media screen and (max-width: 1199px) {
          .footer .brand-footer .des p {
            margin: 0px 0px 30px 0px; } }
      .footer .brand-footer .des a {
        color: #1C1C1E;
        font-size: 16px; }
  .footer .footer-nav {
    padding-right: 150px; }
    @media screen and (max-width: 991px) {
      .footer .footer-nav {
        padding-right: 0px; } }
  .footer .footer-bottom {
    display: flex;
    padding: 70px 0px 20px 0px;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .footer .footer-bottom {
        flex-wrap: wrap; } }
    .footer .footer-bottom .left {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .footer .footer-bottom .left {
          width: 100%;
          margin-bottom: 10px; } }
      .footer .footer-bottom .left img {
        height: 26px;
        margin: 0px 10px; }
      .footer .footer-bottom .left span {
        font-size: 14px;
        font-weight: 500; }
  .footer .social {
    margin: 0px 0px 0px 0px; }
    .footer .social a {
      display: inline-flex;
      width: 24px;
      height: 24px;
      background-color: #F5F5F5;
      margin: 0px 15px 5px 0px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      color: rgba(28, 28, 30, 0.8); }
  .footer .allright {
    padding: 24px 0px 70px 0px;
    border-top: 1px solid rgba(28, 28, 30, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer .allright span {
      display: block;
      margin: 0px 0px 0px 0px;
      font-size: 12px;
      color: rgba(28, 28, 30, 0.5); }
      @media screen and (max-width: 991px) {
        .footer .allright span {
          display: none; } }
    .footer .allright p {
      margin: 0px;
      font-size: 12px;
      color: rgba(28, 28, 30, 0.5); }
    .footer .allright a {
      font-size: 12px;
      color: #0F3DBA; }
      @media screen and (max-width: 991px) {
        .footer .allright a {
          display: none; } }

.thumb {
  overflow: hidden; }
  .thumb img {
    transition: all ease 0.6s; }

.regulatory {
  padding: 100px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .regulatory {
      padding: 100px 0px 50px 0px; } }
  .regulatory .thumb-des img {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .regulatory .thumb-des {
      display: none; } }
  .regulatory .thumb-mob {
    display: none; }
    .regulatory .thumb-mob img {
      width: 100%; }
    @media screen and (max-width: 991px) {
      .regulatory .thumb-mob {
        display: block; } }

.re-cols {
  display: flex;
  padding: 80px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .re-cols {
      flex-wrap: wrap;
      padding: 0px; } }
  .re-cols .re-left {
    flex-shrink: 0;
    width: 330px; }
    @media screen and (max-width: 991px) {
      .re-cols .re-left {
        width: 100%; } }
    .re-cols .re-left h1 {
      font-size: 36px;
      font-weight: 600;
      color: #0F3DBA;
      line-height: 1.1;
      margin: 0px 0px 100px 0px;
      padding: 0px 0px 0px 0px; }
      @media screen and (max-width: 991px) {
        .re-cols .re-left h1 {
          margin: 0px 0px 18px 0px; } }
      @media screen and (max-width: 767px) {
        .re-cols .re-left h1 {
          font-size: 26px; } }
      .re-cols .re-left h1 span {
        color: rgba(0, 0, 0, 0.3); }
  .re-cols .re-right {
    width: 100%;
    text-align: right;
    padding: 0px 0px 0px 10px; }
    @media screen and (max-width: 991px) {
      .re-cols .re-right {
        padding: 0px; } }

.link-box h3 {
  font-weight: 600;
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  margin: 0px 0px 14px 0px; }
  @media screen and (max-width: 991px) {
    .link-box h3 {
      font-size: 16px; } }
.link-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .link-box ul li {
    margin: 0px 0px 7px 0px; }
  .link-box ul a {
    font-weight: 500;
    font-size: 16px;
    color: #0F3DBA;
    text-decoration: underline; }
    @media screen and (max-width: 991px) {
      .link-box ul a {
        font-size: 14px; } }

@media screen and (max-width: 991px) {
  .link-box-des {
    display: none; } }

.link-box-mob {
  display: none;
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .link-box-mob {
      display: block; } }

.re-content {
  max-width: 730px;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 991px) {
    .re-content {
      padding: 30px 0px 70px 0px; } }
  .re-content .item {
    margin: 0px 0px 90px 0px; }
    @media screen and (max-width: 991px) {
      .re-content .item {
        margin: 0px 0px 40px 0px; } }
    .re-content .item h3 {
      font-weight: 600;
      font-size: 18px;
      padding: 0px 0px 10px 0px;
      border-bottom: 1px solid rgba(25, 25, 25, 0.1);
      margin: 0px 0px 14px 0px; }
      @media screen and (max-width: 991px) {
        .re-content .item h3 {
          font-size: 16px; } }
    .re-content .item p {
      margin: 0px 0px 20px 0px;
      font-size: 16px;
      font-weight: 500;
      color: #49494b; }
      @media screen and (max-width: 991px) {
        .re-content .item p {
          font-size: 14px; } }

.dont-see {
  max-width: 510px;
  padding: 60px 0px 120px 0px; }
  @media screen and (max-width: 767px) {
    .dont-see {
      max-width: 100%;
      padding: 40px 0px 60px 0px; } }
  .dont-see h1 {
    font-size: 40px;
    font-weight: bold;
    color: #0F3DBA;
    margin: 0px 0px 10px 0px; }
    @media screen and (max-width: 1199px) {
      .dont-see h1 {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .dont-see h1 {
        font-size: 32px; } }
  .dont-see p {
    font-weight: 400;
    font-size: 22px;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 1199px) {
      .dont-see p {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .dont-see p {
        font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .dont-see .button {
      width: 100%; } }

.location {
  padding: 150px 0px 0px 0px; }
  @media screen and (max-width: 767px) {
    .location {
      padding: 100px 0px 0px 0px; } }
  @media screen and (max-width: 991px) {
    .location .thumb {
      text-align: center;
      padding: 30px 0px 20px 0px; } }
  .location .des {
    max-width: 510px; }
    @media screen and (max-width: 767px) {
      .location .des {
        max-width: 100%; } }
    .location .des h1 {
      font-size: 40px;
      font-weight: bold;
      color: #0F3DBA;
      margin: 0px 0px 10px 0px; }
      @media screen and (max-width: 1199px) {
        .location .des h1 {
          font-size: 32px; } }
      @media screen and (max-width: 767px) {
        .location .des h1 {
          font-size: 32px; } }
    .location .des p {
      font-weight: 400;
      font-size: 22px;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 1199px) {
        .location .des p {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .location .des p {
          font-size: 16px; } }
  .location .cta {
    max-width: 400px; }
    @media screen and (max-width: 767px) {
      .location .cta {
        max-width: 100%; } }
    .location .cta .search {
      position: relative; }
      .location .cta .search input {
        display: block;
        width: 100%;
        padding: 0px 20px;
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        border: 1px solid #212121;
        border-radius: 30px;
        transition: all ease 0.3s; }
        .location .cta .search input:focus {
          border: 1px solid #0F3DBA; }
    .location .cta .button {
      width: 100%; }
      .location .cta .button svg {
        margin: 0px 10px 0px 10px; }
    .location .cta span {
      display: block;
      text-align: center; }
    .location .cta .button-link {
      color: #0F3DBA;
      margin: 20px 0px; }

.state-hero {
  overflow: hidden;
  position: relative;
  /* background-color: #fff; */
  padding: 140px 0px 100px 0px; }
  @media screen and (max-width: 991px) {
    .state-hero {
      padding: 110px 0px 50px 0px; } }
  .state-hero .thumb {
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .state-hero .thumb {
        display: none; } }
  .state-hero .thumb-mobile {
    display: none;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .state-hero .thumb-mobile {
        display: block; } }
  .state-hero .des {
    padding: 0px 0px 0px 0px; }
    .state-hero .des h1 {
      font-size: 49px;
      font-weight: 700;
      color: #0F3DBA;
      margin: 0px 0px 20px 0px;
      padding: 0px; }
      @media screen and (max-width: 1399px) {
        .state-hero .des h1 {
          font-size: 38px; } }
    .state-hero .des p {
      font-weight: 400;
      font-size: 22px;
      max-width: 510px;
      margin: 0px 0px 50px 0px; }
      @media screen and (max-width: 1399px) {
        .state-hero .des p {
          font-size: 20px; } }
      @media screen and (max-width: 991px) {
        .state-hero .des p {
          font-size: 18px;
          max-width: 100%; } }
      @media screen and (max-width: 767px) {
        .state-hero .des p {
          margin: 0px 0px 20px 0px; } }
  .state-hero .cta {
    max-width: 550px; }
    @media screen and (max-width: 767px) {
      .state-hero .cta {
        max-width: 100%; } }
    .state-hero .cta .button {
      width: 100%;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      padding-left: 0px;
      padding-right: 0px; }
      .state-hero .cta .button:hover svg path {
        stroke: #fff; }
      .state-hero .cta .button svg {
        margin: 0px 0px 0px 10px; }

.program {
  padding: 20px 0px 70px; }
  .program .program-tab {
    margin-bottom: 50px;
    border-bottom: 1px solid #0F3DBA;
    background-color: #F7F8F9; }
    .program .program-tab span {
      cursor: pointer;
      display: inline-block;
      height: 38px;
      line-height: 38px;
      padding: 0px 30px;
      border-radius: 24px 24px 0px 0px;
      color: #626262;
      font-size: 18px;
      font-weight: 600;
      background-color: rgba(0, 0, 0, .15);
      position: relative;
      z-index: 2; }
      .program .program-tab span.active {
        color: #fff;
        background-color: #0F3DBA; }
      .program .program-tab span:last-child {
        position: relative;
        z-index: 1;
        /* padding-left: 60px;
        margin-left: -40px; */
       }
      @media screen and (max-width: 991px) {
        .program .program-tab span {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .program .program-tab span {
          font-size: 12px; }
        
      }
  .program .program-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 1199px) {
      .program .program-content h2 {
        font-size: 36px; } }
    @media screen and (max-width: 991px) {
      .program .program-content h2 {
        font-size: 32px; } }
  .program .program-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 20px 0px; }
    .program .program-content ul li {
      padding: 0px 0px 0px 60px;
      font-size: 22px;
      font-weight: 400;
      position: relative;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 1399px) {
        .program .program-content ul li {
          font-size: 20px;
          margin: 0px 0px 20px 0px; } }
      .program .program-content ul li span {
        font-weight: 700;
        color: #0F3DBA;
        position: relative; }
        .program .program-content ul li span em {
          font-size: 12px;
          top: -5px;
          right: -2px;
          font-style: normal;
          position: absolute; }
      .program .program-content ul li .icon {
        border-radius: 6px;
        background-color: rgba(15, 61, 186, 0.2);
        width: 40px;
        height: 40px;
        position: absolute;
        top: -2px;
        left: 0px;
        /* background-image: url(../img/pharmacy/s3.svg); */
        background-repeat: no-repeat;
        background-position: center center; }

      .program .program-content ul li .icon img{
        
        padding: 7px 7px 7px 7px;
        width: 100%;
        height: 100%;
        object-fit: contain; }
      
  .program .note {
    padding: 60px 0px 0px 0px; }
    .program .note p {
      font-size: 12px;
      margin: 0px;
      position: relative; }
      .program .note p span {
        position: relative;
        top: -3px;
        left: -1px;
        font-size: 10px; }

.investment {
  padding: 0px 0px 30px 0px; }
  .investment .content {
    max-width: 469px;
    padding-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .investment .content {
        max-width: 100%; } }
    .investment .content h2 {
      font-size: 40px;
      font-weight: 700;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 1199px) {
        .investment .content h2 {
          font-size: 36px; } }
      @media screen and (max-width: 991px) {
        .investment .content h2 {
          font-size: 32px; } }
    .investment .content p {
      font-weight: 400;
      font-size: 22px;
      margin: 0px 0px 50px 0px; }
      @media screen and (max-width: 1199px) {
        .investment .content p {
          font-size: 18px; } }
      @media screen and (max-width: 991px) {
        .investment .content p {
          margin: 0px 0px 30px 0px; } }
    .investment .content .button {
      padding-left: 70px;
      padding-right: 70px; }
      @media screen and (max-width: 767px) {
        .investment .content .button {
          padding-left: 30px;
          padding-right: 30px; } }

.cost {
  padding: 25px;
  border-radius: 6px;
  background-color: #F5F5F5; }
  .cost p {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 1199px) {
      .cost p {
        font-size: 18px; } }
  .cost .line {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 400;
    margin: 0px 0px 5px 0px; }
    @media screen and (max-width: 1199px) {
      .cost .line {
        font-size: 18px; } }
    .cost .line.total {
      font-weight: 600;
      border-top: 1px solid #9E9E9E;
      margin: 70px 0px 0px 0px;
      padding: 10px 0px 0px 0px; }

.trained {
  background-color: #fff;
  padding: 80px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .trained {
      padding: 50px 0px 0px 0px; } }
  .trained p {
    max-width: 880px;
    font-size: 40px;
    font-weight: 400;
    margin: 0px; }
    @media screen and (max-width: 1199px) {
      .trained p {
        font-size: 32px; } }
    @media screen and (max-width: 767px) {
      .trained p {
        font-size: 26px; } }
    .trained p span {
      font-weight: 500;
      color: #0F3DBA; }

.tier {
  background-color: #fff;
  padding: 80px 0px 80px 0px; }
  .tier .tier-flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .tier .tier-flex {
        flex-wrap: wrap; } }
    .tier .tier-flex .tier-col {
      max-width: 400px; }
      @media screen and (max-width: 1199px) {
        .tier .tier-flex .tier-col {
          max-width: 300px; } }
      @media screen and (max-width: 767px) {
        .tier .tier-flex .tier-col {
          max-width: 100%; } }
      .tier .tier-flex .tier-col .item {
        padding: 0px 20px 0px 20px;
        border-left: 3px solid #0F3DBA;
        margin: 0px 0px 50px 0px; }
        .tier .tier-flex .tier-col .item p {
          font-size: 24px;
          font-weight: 400;
          margin: 10px 0px 0px 0px;
          position: relative; }
          @media screen and (max-width: 1199px) {
            .tier .tier-flex .tier-col .item p {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .tier .tier-flex .tier-col .item p br {
              display: none; } }
          .tier .tier-flex .tier-col .item p em {
            font-size: 12px;
            position: relative;
            font-style: normal;
            top: -10px; }
        .tier .tier-flex .tier-col .item strong {
          font-size: 24px;
          font-weight: 700; }
  .tier .video {
    max-width: 1100px;
    margin: 90px auto 0px auto;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .tier .video {
        max-width: 100%; } }
    @media screen and (max-width: 991px) {
      .tier .video {
        margin: 60px auto 0px auto; } }



.button {
    background-color:#00000000
}

.sticky-header {
  position:-webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 998; /* slide under the main header */
  background-color: #F7F8F9;
  padding-top: 10px;
}
  @media screen and (max-width: 1123px) {
    .sticky-header { top: 59px; }
  }

.states-menu {
  column-count: 3;
  column-gap: 30px;
  padding: 1rem;
  width: auto;
}

.states-menu li {
  white-space: nowrap;
  min-width: 200px;
}

.location-map {
  width: 100%;
  height: 100%;
}
  @media screen and (max-width: 1199px) {
    .location-map { height: 300px;}
  }

.list li {
  display: flex;
  align-items: center; 
  gap: 12px; 
}

.list .icon {
  display: flex !important;
  align-items: center !important; 
  justify-content: center !important;
}

.list .icon img {
  display: block; 
  max-height: 32px;
  width: auto;
}