*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:root {
  --main-color: #000000; }

html {
  font-family: "Poppins", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background: #ffffff;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px; }

:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px; }

::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px; }

:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: #999999;
  font-size: 14px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  color: #000000;
  background-color: transparent;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0 none;
  color: #454545; }

b {
  font-weight: bolder; }

strong {
  font-weight: bolder; }

i,
cite,
em,
var,
dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin: 15px 0; }

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 32px;
  font-weight: 700; }

h3 {
  font-size: 28px;
  font-weight: 600; }

h4 {
  font-size: 24px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  font-weight: 400; }

h6 {
  font-size: 16px;
  font-weight: 400; }

ul,
ol {
  padding: 0;
  margin: 10px 0;
  list-style: inside;
  display: inline-block; }

ul li,
ol li {
  list-style-type: none;
  margin: 0 0 10px 0; }

li > ul,
li > ol {
  margin-bottom: 0; }

button {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  text-align: center;
  outline: none;
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0; }

button:hover,
button:focus {
  background: #454545;
  color: #ffffff;
  outline: none; }

select {
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 15px;
  width: 100%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  background: #E8E8E8;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-transform: none; }

textarea {
  resize: auto; }

button[disabled],
input[disabled] {
  cursor: default;
  opacity: .5; }

textarea {
  min-height: 110px;
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input,
input [type="button"],
input [type="checkbox"],
input [type="color"],
input [type="date"],
input [type="datetime-local"],
input [type="email"],
input [type="file"],
input [type="hidden"],
input [type="image"],
input [type="month"],
input [type="number"],
input [type="password"],
input [type="radio"],
input [type="range"],
input [type="reset"],
input [type="search"],
input [type="submit"],
input [type="tel"],
input [type="text"],
input [type="time"],
input [type="url"],
input [type="week"],
textarea {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  width: 100%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-shadow: none; }

input,
input [type="button"]:hover,
input [type="button"]:focus,
input [type="checkbox"]:hover,
input [type="checkbox"]:focus,
input [type="color"]:hover,
input [type="color"]:focus,
input [type="date"]:hover,
input [type="date"]:focus,
input [type="datetime-local"]:hover,
input [type="datetime-local"]:focus,
input [type="email"]:hover,
input [type="email"]:focus,
input [type="file"]:hover,
input [type="file"]:focus,
input [type="hidden"]:hover,
input [type="hidden"]:focus,
input [type="image"]:hover,
input [type="image"]:focus,
input [type="month"]:hover,
input [type="month"]:focus,
input [type="number"]:hover,
input [type="number"]:focus,
input [type="password"]:hover,
input [type="password"]:focus,
input [type="radio"]:hover,
input [type="radio"]:focus,
input [type="range"]:hover,
input [type="range"]:focus,
input [type="reset"]:hover,
input [type="reset"]:focus,
input [type="search"]:hover,
input [type="search"]:focus,
input [type="submit"]:hover,
input [type="submit"]:focus,
input [type="tel"]:hover,
input [type="tel"]:focus,
input [type="text"]:hover,
input [type="text"]:focus,
input [type="time"]:hover,
input [type="time"]:focus,
input [type="url"]:hover,
input [type="url"]:focus,
input [type="week"]:hover,
input [type="week"]:focus,
textarea:hover,
textarea:focus {
  background-color: #ffffff;
  color: #000000;
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.section-wrapper {
  padding: 40px 0;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .section-wrapper {
      padding: 60px 0; } }
  @media (max-width: 991px) {
    .section-wrapper {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .section-wrapper {
      padding: 40px 0; } }

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

.padd-bottom80 {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .padd-bottom80 {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .padd-bottom80 {
      padding-bottom: 50px; } }
  @media (max-width: 480px) {
    .padd-bottom80 {
      padding-bottom: 40px; } }

.med-section {
  position: relative;
  overflow: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1FBFF), color-stop(45.37%, #F5FCFF), color-stop(79.66%, #FAFBFF), color-stop(101.29%, #FFFFFF));
  background: linear-gradient(180deg, #F1FBFF 0%, #F5FCFF 45.37%, #FAFBFF 79.66%, #FFFFFF 101.29%); }
    @media (min-width: 1200px) and (max-width: 1540px) {
      .med-section:after {
        width: 330px;
        height: 414px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .med-section:after {
        width: 230px;
        height: 294px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .med-section:after {
        width: 180px;
        height: 234px; }
        .med-section .med-wrapper h2 {
          max-width: 80%;
          margin-left: 0 !important;
        }
        .med-section .med-wrapper p {
          max-width: 80%;
        } }
    @media (max-width: 767px) {
      .med-section:after {
        display: none; } }
  @media (max-width: 767px) {
    .med-section .med-wrapper {
      text-align: center; } }
  .med-section .med-wrapper .tag {
    display: inline-block;
    background: #0096D6;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    font-weight: 800;
    margin: 0 0 50px 0; }
    @media (max-width: 767px) {
      .med-section .med-wrapper .tag {
        margin: 0 0 20px 0; } }
  .med-section .med-wrapper h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 35px;
    line-height: 46px;
    text-align: left;
    vertical-align: top;    
    color: #00234B;
    margin-bottom: 42px; }
    @media (max-width: 767px) {
      .med-section .med-wrapper h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        max-width: 80%;
        margin: 0 auto 15px auto; } }
    @media (max-width: 480px) {
      .med-section .med-wrapper h2 {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .med-section .med-wrapper h2 br {
        display: none; } }
    .med-section .med-wrapper h2 span {
      font-weight: 700;
      color: #0096D6; }
  .med-section .med-wrapper p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    color: #1B2746;
    padding: 0;
    margin: 0 0 50px 0; }
    @media (max-width: 767px) {
      .med-section .med-wrapper p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin: 0 0 30px 0; } }
  .med-section .med-wrapper .dropdown_box select {
    display: none; }
  .med-section .med-wrapper .dropdown_box .dropdown {
    background: #FFFFFF;
    border: 1px solid #D9C2C6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    color: #C9C8C8;
    padding: 16px 15px;
    -webkit-appearance: none;
    padding-right: 30px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
    text-align: left;
    color: #B0B3C0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    max-width: 700px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
            box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
    border-radius: 6px; }
    @media (max-width: 767px) {
      .med-section .med-wrapper .dropdown_box .dropdown {
        padding: 12px 15px; } }
    .med-section .med-wrapper .dropdown_box .dropdown .current {
      color: #B0B3C0; }
    .med-section .med-wrapper .dropdown_box .dropdown.open .option {
      cursor: pointer; }
      .med-section .med-wrapper .dropdown_box .dropdown.open .option:hover {
        background: #f9f9f9; }
    .med-section .med-wrapper .dropdown_box .dropdown.open::after {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .med-section .med-wrapper .dropdown_box .dropdown.open .list {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      pointer-events: auto;
      width: 100%; }
      .med-section .med-wrapper .dropdown_box .dropdown.open .list li {
        color: #353535; }
    .med-section .med-wrapper .dropdown_box .dropdown .list {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
      background-color: white;
      border-radius: 0 0 4px 4px;
      margin-top: 0;
      padding: 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      height: 230px;
      overflow: auto; }
      .med-section .med-wrapper .dropdown_box .dropdown .list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background: transparent;
        border-radius: 20px; }
      .med-section .med-wrapper .dropdown_box .dropdown .list::-webkit-scrollbar {
        width: 5px;
        background: transparent; }
      .med-section .med-wrapper .dropdown_box .dropdown .list::-webkit-scrollbar-thumb {
        background: #0096D6;
        border: 2px solid #0096D6;
        border-radius: 20px; }
      .med-section .med-wrapper .dropdown_box .dropdown .list ul {
        padding: 0px;
        width: 100%; }
      .med-section .med-wrapper .dropdown_box .dropdown .list li {
        list-style: none;
        margin: 0; }
        .med-section .med-wrapper .dropdown_box .dropdown .list li::before {
          display: none; }
    .med-section .med-wrapper .dropdown_box .dropdown::after {
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #161414;
      -webkit-transform: origin(50% 20%);
              transform: origin(50% 20%);
      -webkit-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
      content: '';
      display: block;
      margin-top: -2px;
      pointer-events: none;
      position: absolute;
      right: 10px;
      top: 50%; }
    .med-section .med-wrapper .dropdown_box .dropdown .option {
      cursor: default;
      font-weight: 400;
      line-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #00234B; }
      .med-section .med-wrapper .dropdown_box .dropdown .option.selected {
        font-weight: 600;
        color: #1B2746; }
  .med-section .med-wrapper .form .row.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
    .med-section .med-wrapper .form .row.first .dropdown_box {
      position: relative;
      z-index: 111;
      text-align: left; }
  .med-section .med-wrapper .form .row.second {
    margin-bottom: 15px; }
    .med-section .med-wrapper .form .row.second .dropdown_box {
      position: relative;
      z-index: 11;
      text-align: left; }
  .med-section .med-wrapper .form .row .form-both-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0; }
    .med-section .med-wrapper .form .row .form-both-field .form-group {
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      text-align: left; }
      .med-section .med-wrapper .form .row .form-both-field .form-group input {
        background: #FFFFFF;
        border: 1px solid #E8E8E8;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
                box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
        border-radius: 6px;
        padding: 12px 15px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: #1B2746; }
        .med-section .med-wrapper .form .row .form-both-field .form-group input::-webkit-input-placeholder {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 15px;
          text-align: left;
          color: #C9C8C8; }
        .med-section .med-wrapper .form .row .form-both-field .form-group input:-ms-input-placeholder {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 15px;
          text-align: left;
          color: #C9C8C8; }
        .med-section .med-wrapper .form .row .form-both-field .form-group input::-ms-input-placeholder {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 15px;
          text-align: left;
          color: #C9C8C8; }
        .med-section .med-wrapper .form .row .form-both-field .form-group input::placeholder {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 15px;
          text-align: left;
          color: #C9C8C8; }
        .med-section .med-wrapper .form .row .form-both-field .form-group input:focus {
          border: 1px solid #0096D6; }
      .med-section .med-wrapper .form .row .form-both-field .form-group:first-of-type {
        padding-right: 10px; }
      .med-section .med-wrapper .form .row .form-both-field .form-group:last-of-type {
        padding-left: 10px; }
  .med-section .med-wrapper .form .row .custom-inputss {
    margin: 30px 0 0 0; }
    .med-section .med-wrapper .form .row .custom-inputss button {
      mix-blend-mode: normal;
      background: #FFD400;
      border-radius: 6px;
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #1B2746;
      display: inline-block;
      min-width: 140px;
      padding: 10px; }
  .med-section .med-wrapper .form .row label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #00234B; }
  .med-section .med-wrapper .form .row input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    color: #1B2746;
    max-height: 48px;
    padding: 15px;
  margin-bottom: 0; }
    .med-section .contact-form input[type=checkbox]{
      width: auto;
    border-radius: 0;
    padding: 8px !important;
    margin-right: 10px;

    }
.med-section .med-wrapper .form .row input[type=date]::placeholder {
  color: #C9C8C8;
}
  .med-section .med-wrapper .form .row #speciality-list {
    width: 100%; }
    .med-section .med-wrapper .form .row #speciality-list option {
      white-space: nowrap; }
  .med-section .med-wrapper .form .row .select_country {
    display: none; }
  .med-section .med-wrapper .form .row .add_name {
    display: none; }
  

.afrique-section {
  background: #1B2746; }
  @media (max-width: 991px) {
    .afrique-section .product-video {
      margin: 0 0 30px 0;
      text-align: center; } }
  .afrique-section .product-video img {
    border-radius: 30px; }
  .afrique-section .product-video iframe {
    border-radius: 30px; }
    @media (max-width: 767px) {
      .afrique-section .product-video iframe {
        border-radius: 10px; } }
  .afrique-section .afrique-wrapper {
    text-align: center; }
    .afrique-section .afrique-wrapper h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 36px;
      line-height: 44px;
      text-align: center;
      vertical-align: top;
      color: #ffffff; }
      @media (max-width: 767px) {
        .afrique-section .afrique-wrapper h2 {
          font-size: 28px;
          line-height: 36px;
          text-align: center; } }
      @media (max-width: 480px) {
        .afrique-section .afrique-wrapper h2 {
          font-size: 24px;
          line-height: 28px; } }
      .afrique-section .afrique-wrapper h2 span {
        font-weight: 700; }
    .afrique-section .afrique-wrapper p {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      padding: 0 120px;
      margin: 0; }
      @media (max-width: 1200px) {
        .afrique-section .afrique-wrapper p {
          padding: 0; } }
      @media (max-width: 767px) {
        .afrique-section .afrique-wrapper p {
          font-size: 14px;
          line-height: 18px;
          text-align: center; } }

@media (max-width: 991px) {
  .feature-section .row:nth-child(1n + 1) .col-lg-8 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
@media (max-width: 991px) {
  .feature-section .row:nth-child(1n + 1) .col-lg-4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (max-width: 991px) {
  .feature-section .feature-wrapper {
    text-align: center; } }
.feature-section .feature-wrapper .tag {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  vertical-align: top;
  color: #0096D6;
  margin: 0;
  display: inline-block; }
  @media (max-width: 767px) {
    .feature-section .feature-wrapper .tag {
      font-size: 28px;
      line-height: 36px;
      text-align: center; } }
  @media (max-width: 480px) {
    .feature-section .feature-wrapper .tag {
      font-size: 24px;
      line-height: 28px; } }
.feature-section .feature-wrapper h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  vertical-align: top;
  color: #00234B;
  margin: 0 0 40px 0; }
  @media (max-width: 991px) {
    .feature-section .feature-wrapper h2 {
      text-align: center; } }
  @media (max-width: 767px) {
    .feature-section .feature-wrapper h2 {
      font-size: 28px;
      line-height: 36px;
      text-align: center; } }
  @media (max-width: 480px) {
    .feature-section .feature-wrapper h2 {
      font-size: 24px;
      line-height: 28px; } }
.feature-section .feature-wrapper ul {
  padding: 0;
  margin: 0; }
  .feature-section .feature-wrapper ul li {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #00234B;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    position: relative;
    text-align: left; }
    .feature-section .feature-wrapper ul li:after {
      display: block;
      content: '';
      background: url("../images/tick.svg");
      position: absolute;
      top: 5px;
      left: 0;
      width: 14px;
      height: 11px; }
    @media (max-width: 767px) {
      .feature-section .feature-wrapper ul li {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 30px 0; } }
    .feature-section .feature-wrapper ul li span {
      font-weight: 700; }
.feature-section .feature-wrapper p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #00234B;
  padding: 0;
  margin: 0 0 20px 0; }
  @media (max-width: 767px) {
    .feature-section .feature-wrapper p {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      margin: 0 0 30px 0; } }
.feature-section .product-image {
  text-align: center; }
  .feature-section .product-image.txt-right {
    text-align: right; }
    @media (max-width: 991px) {
      .feature-section .product-image.txt-right {
        text-align: center;
        margin: 0 0 30px 0; } }
  .feature-section .product-image.txt-left {
    text-align: left; }
    @media (max-width: 991px) {
      .feature-section .product-image.txt-left {
        text-align: center;
        margin: 0 0 30px 0; } }
  .feature-section .product-image img {
    width: 100%; }
    @media (max-width: 991px) {
      .feature-section .product-image img {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .feature-section .product-image img {
        max-width: 220px; } }

.testimonials {
  background: rgba(6, 150, 214, 0.1); }
  .testimonials .inner-width .title {
    margin: 0 0 40px 0; }
    .testimonials .inner-width .title h1 {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 48px;
      line-height: 57px;
      text-align: center;
      word-break: break-word;
      letter-spacing: 0.2px;
      color: #141D38;
      padding: 0;
      margin: 0 0 10px 0; }
      @media (max-width: 991px) {
        .testimonials .inner-width .title h1 {
          font-size: 38px;
          line-height: 48px;
          text-align: center; } }
      @media (max-width: 767px) {
        .testimonials .inner-width .title h1 {
          font-size: 28px;
          line-height: 34px;
          text-align: center; } }
      @media (max-width: 480px) {
        .testimonials .inner-width .title h1 {
          font-size: 24px;
          line-height: 28px;
          text-align: center; } }
    .testimonials .inner-width .title p {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 33px;
      text-align: center;
      letter-spacing: 0.1px;
      color: #363F44; }
      @media (max-width: 767px) {
        .testimonials .inner-width .title p {
          font-size: 14px;
          line-height: 22px;
          text-align: center; } }
  .testimonials .testimonial {
    background: #F9FAFB;
    -webkit-box-shadow: -4px -4px 4px #FFFFFF, -10px -10px 20px #FFFFFF, 3px 3px 10px #D1D9E6;
            box-shadow: -4px -4px 4px #FFFFFF, -10px -10px 20px #FFFFFF, 3px 3px 10px #D1D9E6;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    overflow: hidden; }
    .testimonials .testimonial .test-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin: 0;
      padding: 0;
      margin: 0 0 40px 0; }
      @media (max-width: 767px) {
        .testimonials .testimonial .test-info {
          margin: 0 0 20px 0; } }
      .testimonials .testimonial .test-info img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 15px 0 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px; }
      .testimonials .testimonial .test-info .test-name {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #4F5665;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 75px);
                flex: 0 0 calc(100% - 75px); }
        .testimonials .testimonial .test-info .test-name span {
          font-family: 'Open Sans', sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 18px;
          line-height: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #0B132A;
          display: inline-block;
          width: 100%; }
          @media (max-width: 1200px) {
            .testimonials .testimonial .test-info .test-name span {
              font-size: 16px;
              line-height: 30px; } }
          @media (max-width: 767px) {
            .testimonials .testimonial .test-info .test-name span {
              font-size: 16px;
              line-height: 20px; } }
    .testimonials .testimonial p {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0B132A; }
      @media (max-width: 767px) {
        .testimonials .testimonial p {
          font-size: 14px;
          line-height: 24px; } }
    .testimonials .testimonial .date {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #828282; }
  .testimonials .owl-dots {
    text-align: center;
    padding-top: 15px; }
  .testimonials .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #DDE0E4;
    margin: 0 3px; }
  .testimonials .owl-dots button.owl-dot.active {
    background-color: #0288D1;
    width: 25px;
    border-radius: 10px; }
  .testimonials .owl-dots button.owl-dot:focus {
    outline: none; }
  .testimonials .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important; }
  .testimonials span {
    font-size: 70px;
    position: relative;
    top: -5px; }
  .testimonials .owl-nav button:focus {
    outline: none; }

.med-section .contact-form {
  position: relative;
  background: url("../images/sore-bg.jpg") no-repeat center;
  background-size: cover;
  background-position: right;
  padding: 160px 0; }
  @media (max-width: 767px) {
    .store-section {
      background-position: left; } }
  @media (max-width: 1199px) {
    .store-section {
      padding: 60px 0; } }
  @media (max-width: 991px) {
    .store-section {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .store-section {
      padding:0; } }
  .store-section .store-wrapper .store-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px 0; }
    @media (max-width: 767px) {
      .store-section .store-wrapper .store-image {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
              text-align: center; } }
    .store-section .store-wrapper .store-image img {
      max-height: 49px; }
      .store-section .store-wrapper .store-image img:first-of-type {
        margin: 0 15px 0 0; }
      .store-section .store-wrapper .store-image img:hover {
        cursor: pointer; }
    @media (max-width: 767px) {
      .store-section .store-wrapper .store-image.last {
        margin-bottom: 0; }
        .store-section .store-wrapper .store-image.last img {
          max-width: calc(100% - 50px); } }
  .store-section .store-wrapper h1 {
    font-family: "Poppins", sans-serif;
    font-style: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    vertical-align: top;
    color: #181725;
    padding: 0;
    margin: 0 0 30px 0; }
    @media (max-width: 767px) {
      .store-section .store-wrapper h1 {
        font-size: 28px;
        line-height: 34px;
        text-align: center; } }
    @media (max-width: 480px) {
      .store-section .store-wrapper h1 {
        font-size: 24px;
        line-height: 25px;
        text-align: center; } }
  .store-section .store-wrapper p {
    font-family: "Poppins", sans-serif;
    font-style: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    color: #1B2746;
    padding: 0;
    margin: 0 0 30px 0; }
    @media (max-width: 767px) {
      .store-section .store-wrapper p {
        font-size: 14px;
        line-height: 18px;
        text-align: center; } }

.pricing-section .pricing-container.full-width {
  width: 100%;
  max-width: none; }
.pricing-section .pricing-switcher {
  text-align: center;
  margin: 0 0 100px 0; }
  @media (max-width: 767px) {
    .pricing-section .pricing-switcher {
      margin: 0 0 80px 0; } }
.pricing-section .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  width: 100%; }
.pricing-section .pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0; }
.pricing-section .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 115px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1.4rem;
  color: #1bbc9d; }
  @media (max-width: 480px) {
    .pricing-section .pricing-switcher label {
      width: 88px; } }
.pricing-section input[type=radio]:checked + label {
  height: 40px;
  width: 105px;
  color: #ffffff;
  background: #0696D6;
  -webkit-box-shadow: 0px 5px 7px rgba(82, 67, 194, 0.230196);
          box-shadow: 0px 5px 7px rgba(82, 67, 194, 0.230196);
  border-radius: 22px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s; }
  .med-section .contact-form .terms-group {
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
  
  .med-section .contact-form .terms-group label {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #fff !important;
    margin-bottom: 0 !important;
  }
  
  .med-section .contact-form label.accept-terms {
    margin-bottom: 0 !important;
  }
  
  .image-input label {
    display: block;
    color: #999999 !important;
    background: #fff;
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
  }
  .image-input label i {
    font-size: 125%;
    margin-right: .3rem;
  }
  .image-input label:hover i {
    animation: shake .35s
  }
  
  @keyframes shake {
    0% {
      transform: rotate(0deg)}
    25% {
      transform: rotate(10deg)}
    50% {
      transform: rotate(0deg)}
    75% {
      transform: rotate(-10deg)}
    100% {
      transform: rotate(0deg)}
  }
  
  #submit_btn {
    width: 170px;
    height: 47px;
    background: #FFD400;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: flex-end;
    color: #1B2746;
  }
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}
.close{
  margin: 10px 0 0 0;
}
.pricing-section .no-js .pricing-switcher {
  display: none; }
.pricing-section .pricing-list {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 37px rgba(146, 144, 162, 0.17);
          box-shadow: 0px 5px 37px rgba(146, 144, 162, 0.17);
  border-radius: 26px; }
.pricing-section .pricing-list > li {
  position: relative;
  margin-bottom: 1em; }
@media only screen and (min-width: 1200px) {
  .pricing-section .pricing-list > li {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px; }
  .pricing-section .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%; }
  .pricing-section .has-margins .pricing-list > li:last-of-type {
    margin-right: 0; } }
.pricing-section .pricing-wrapper {
  position: relative; }
.pricing-section .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px; }
.pricing-section .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  animation: rotate 0.5s; }
.pricing-section .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0; }
.pricing-section .pricing-wrapper.is-switched .is-selected {
  opacity: 1; }
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s; }
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0; }
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1; }
.pricing-section .pricing-wrapper > li {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: inset 0 0 0 3px #1bbc9d;
          box-shadow: inset 0 0 0 3px #1bbc9d; }
.pricing-section .pricing-wrapper > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)); }
.pricing-section .pricing-wrapper > li.is-ended::after {
  display: none; }
.pricing-section .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5; }
.pricing-section .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
.pricing-section .pricing-wrapper .is-selected {
  z-index: 3 !important; }
@media only screen and (min-width: 1050px) {
  .pricing-section .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px; }
  .pricing-section .pricing-wrapper > li::after {
    display: none; }
  .pricing-section .has-margins .pricing-wrapper > li,
  .pricing-section .has-margins .exclusive .pricing-wrapper > li {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .pricing-section :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none; }
  .pricing-section .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px; }
  .pricing-section .has-margins .pricing-wrapper > li::before {
    display: none; } }
@media only screen and (min-width: 1500px) {
  .pricing-section .full-width .pricing-wrapper > li {
    padding: 2.5em 0; } }
.pricing-section .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em; }
@media only screen and (min-width: 1050px) {
  .pricing-section .exclusive .pricing-wrapper > li::before {
    display: none; }
  .pricing-section .exclusive + li .pricing-wrapper > li::before {
    display: none; } }
.pricing-section .currency,
.pricing-section .value {
  font-size: 3rem;
  font-weight: 300; }
.pricing-section .duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase; }
.pricing-section .exclusive .duration {
  color: #f3b6ab; }
.pricing-section .duration::before {
  content: '/';
  margin-right: 2px; }
.pricing-section .value {
  font-size: 6rem;
  font-weight: 300; }
.pricing-section .currency,
.pricing-section .duration {
  color: #1bbc9d; }
.pricing-section .exclusive .currency,
.pricing-section .exclusive .duration {
  color: #2d3e50; }
.pricing-section .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700; }
.pricing-section .duration {
  font-size: 1.4rem; }
.pricing-section .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
.pricing-section .is-switched .pricing-body {
  overflow: hidden; }
.pricing-section .pricing-body {
  overflow-x: visible; }
.pricing-section .pricing-features {
  width: 600px; }
.pricing-section .pricing-features:after {
  content: "";
  display: table;
  clear: both; }
.pricing-section .pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600; }
.pricing-section .pricing-features {
  width: auto; }
.pricing-section .pricing-features em {
  display: inline-block;
  margin-bottom: 0; }
.pricing-section .no-touch .select:hover {
  background-color: #1bbc9d;
  color: #ffffff; }
.pricing-section .exclusive .select {
  background-color: #1bbc9d;
  color: #ffffff; }
.pricing-section .no-touch .exclusive .select:hover {
  background-color: #24e0ba; }
.pricing-section .secondary-theme .exclusive .select {
  background-color: #1bbc9d; }
.pricing-section .no-touch .secondary-theme .exclusive .select:hover {
  background-color: #112e3c; }
.pricing-section .has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px; }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); } }
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); } }
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); } }
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }
.pricing-section .sale-box, .pricing-section .sale-box.two, .pricing-section .sale-box.three {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 121px;
  width: 148px;
  text-align: center;
  z-index: 0;
  right: 0; }
.pricing-section .sale-box span.on_sale {
  font-size: 10px;
  color: #1bbc9d;
  background: #173d50;
  text-transform: uppercase;
  padding: 14px 0px 14px 36px;
  width: 281px;
  text-align: center;
  display: block;
  position: absolute;
  left: -47px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  transform: rotate(40deg); }

.pricing-section .pricing-title {
  margin: 0 0 40px 0; }
  .pricing-section .pricing-title h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #141D38;
    padding: 0;
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .pricing-section .pricing-title h1 {
        font-size: 38px;
        line-height: 48px; } }
  .pricing-section .pricing-title p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #848199;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .pricing-section .pricing-title p {
        font-size: 18px;
        line-height: 26px; } }
    .pricing-section .pricing-title p:last-of-type {
      color: #E83B68; }
.pricing-section .pricing-switcher .fieldset {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
  border-radius: 22px;
  margin: 0;
  max-width: 345px; }
  .pricing-section .pricing-switcher .fieldset label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.833333px;
    color: #848199;
    margin: 0; }
.pricing-section .pricing-list {
  margin: 0;
  padding: 30px 0 50px 0;
  width: 100%; }
  .pricing-section .pricing-list li {
    width: 33.3333333%;
    padding: 0;
    border: none;
    margin: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .pricing-section .pricing-list li {
        width: 50%;
        float: left; } }
    @media (max-width: 991px) {
      .pricing-section .pricing-list li {
        width: 100%; } }
    .pricing-section .pricing-list li .pricing-wrapper {
      margin: 0; }
      .pricing-section .pricing-list li .pricing-wrapper li {
        width: 100%;
        padding: 30px;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .pricing-section .pricing-list li .pricing-wrapper li .pricing-tag a {
          background: #FFD400;
          mix-blend-mode: normal;
          border-radius: 24px;
          color: #1B2746;
          font-family: "Poppins", sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 10px;
          line-height: 15px;
          text-align: center;
          letter-spacing: 0.833333px;
          color: #24388A;
          display: inline-block;
          position: absolute;
          top: 20px;
          right: 20px;
          min-width: 120px;
          padding: 10px; }
        .pricing-section .pricing-list li .pricing-wrapper li .pricing-header {
          margin: 0 0 10px 0; }
          @media (max-width: 991px) {
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-header {
              height: auto !important; } }
          .pricing-section .pricing-list li .pricing-wrapper li .pricing-header h2 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 28px;
            line-height: 42px;
            color: #231D4F;
            margin: 0 0 10px 0;
            padding: 0; }
          .pricing-section .pricing-list li .pricing-wrapper li .pricing-header h3 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 36px;
            line-height: 46px;
            color: #231D4F;
            margin: 0 0 10px 0;
            padding: 0; }
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-header h3 span {
              font-style: normal;
              font-weight: 500;
              font-size: 17px;
              line-height: 25px;
              color: #848199;
              margin: 0 0 0 10px;
              vertical-align: middle; }
          .pricing-section .pricing-list li .pricing-wrapper li .pricing-header h4 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 46px;
            color: #231D4F;
            margin: 0 0 20px 0;
            padding: 0; }
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-header h4 span {
              font-style: normal;
              font-weight: 500;
              font-size: 17px;
              line-height: 25px;
              color: #231D4F; }
        .pricing-section .pricing-list li .pricing-wrapper li .pricing-body p {
          font-family: "Poppins", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          line-height: 22px;
          color: #848199;
          word-break: break-word; }
        .pricing-section .pricing-list li .pricing-wrapper li .pricing-body ul {
          margin: 0;
          padding: 0; }
          .pricing-section .pricing-list li .pricing-wrapper li .pricing-body ul li {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;
            color: #7C878E;
            margin: 0 0 15px 0;
            padding: 0 0 0 30px;
            position: relative;
            overflow: hidden; }
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-body ul li:after {
              display: block;
              content: '';
              background: url("../images/check-circle.svg");
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              left: 0;
              width: 20px;
              height: 21px; }
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-body ul li.close:after {
              display: none; }
            .pricing-section .pricing-list li .pricing-wrapper li .pricing-body ul li.close:before {
              display: block;
              content: '';
              background: url("../images/close.svg");
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              left: 0;
              width: 20px;
              height: 21px; }
        .pricing-section .pricing-list li .pricing-wrapper li .pricing-footer {
          margin-top: 30px;
          text-align: center; }
          .pricing-section .pricing-list li .pricing-wrapper li .pricing-footer a {
            background: #e6f4fb;
            mix-blend-mode: normal;
            border-radius: 24px;
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #0696D6;
            display: inline-block;
            min-width: 200px;
            padding: 10px; }
        .pricing-section .pricing-list li .pricing-wrapper li:hover {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer; }
      .pricing-section .pricing-list li .pricing-wrapper.popular li {
        background: #0696D6;
        -webkit-box-shadow: 0px 22px 28px rgba(82, 67, 194, 0.195755);
                box-shadow: 0px 22px 28px rgba(82, 67, 194, 0.195755);
        border-radius: 26px;
        top: -80px;
        padding-top: 60px; }
        @media (max-width: 991px) {
          .pricing-section .pricing-list li .pricing-wrapper.popular li {
            top: 0px; } }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h2 {
          color: #ffffff; }
          .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h2 span {
            color: #ffffff; }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h3 {
          color: #ffffff; }
          .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h3 span {
            color: #ffffff; }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h4 {
          color: #ffffff; }
          .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-header h4 span {
            color: #ffffff; }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-body p {
          color: #ffffff; }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-body .pricing-features li {
          color: #ffffff;
          border-radius: 0;
          background: transparent;
          -webkit-box-shadow: none;
                  box-shadow: none;
          top: 0; }
          .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-body .pricing-features li:after {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
          .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-body .pricing-features li:before {
            -webkit-filter: brightness(0) invert(1);
                    filter: brightness(0) invert(1); }
        .pricing-section .pricing-list li .pricing-wrapper.popular li .pricing-footer a {
          background: #FFD400;
          mix-blend-mode: normal;
          border-radius: 24px;
          color: #1B2746; }

#brand-filter {
  background: #FFFFFF url("../images/arrow.svg") no-repeat center;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
          box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.19), 0px 0px 2px rgba(174, 174, 192, 0.2);
  border-radius: 6px;
  background-size: 12px 12px;
  background-position: calc(100% - 15px) 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #1B2746;
  padding-right: 40px; }
  #brand-filter::-webkit-input-placeholder {
    color: #C9C8C8; }
  #brand-filter:-ms-input-placeholder {
    color: #C9C8C8; }
  #brand-filter::-ms-input-placeholder {
    color: #C9C8C8; }
  #brand-filter::placeholder {
    color: #C9C8C8; }

.ui-autocomplete {
  width: 190px;
  max-height: 180px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  color: #fff;
  border: 1px solid #dddddd; }

.ui-autocomplete ul {
  list-style: none; }

.ui-autocomplete li {
  height: 36px;
  margin: 0;
  font: bold 14px/36px Arial, Helvetica, sans-serif;
  white-space: nowrap; }

.ui-autocomplete li:hover {
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #0096D6; }

.ui-autocomplete li a {
  display: block;
  padding: 0 12px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #00234B; }

.ui-autocomplete::-webkit-scrollbar {
  width: 5px;
  background: transparent; }

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #0096D6;
  border: 2px solid #0096D6;
  border-radius: 20px; }

.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: transparent;
  border-radius: 20px; }

.product-video {
  position: relative;
  z-index: 999; }

.product-video .vpop {
  cursor: pointer; }

#video-popup-container {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff; }

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff; }

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 2px;
    /*border: 2px solid #000;
background-color: #000;*/ }

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000; }

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%; }

#video-popup-close:hover {
  color: #DE0023; }
/*# sourceMappingURL=style.css.map */


@media (max-width: 575px) {
  .med-section .med-wrapper .features{
    text-align: left;
  }
}
.med-section .med-wrapper .features .feature-item {
  margin: 10px;
}
@media (max-width: 575px) {
  .med-section .med-wrapper .features .feature-item{
    text-align: left;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    /* justify-content: flex-start; */
}
}



.med-section .med-wrapper .features .feature-item img {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .med-section .med-wrapper .features .feature-item img {
    flex: 0 0 20px;
    margin-top: 5px;
    margin-right: 0;
}
}

.med-section .med-wrapper .features .feature-item label {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1B2746;
}
@media screen and (max-width: 575px) {
  .med-section .med-wrapper .features .feature-item label{
    padding-left: 10px;
    flex: 0 0 calc(100% - 30px);
    font-size: 14px;
  }
}

.med-section .med-wrapper .features .feature-item label span{
  font-weight: bold;
}

.med-section .contact-form {
  background: #0696D6;
  padding: 28px 20px;
  box-shadow: -4px -4px 4px #FFFFFF, -10px -10px 20px #FFFFFF, 3px 3px 10px #D1D9E6;
  border-radius: 16px;
  max-width: 543px;
}

.med-section .contact-form p, .med-section .contact-form label.accept-terms {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 26px !important;
  color: #FFFFFF !important;
  margin-bottom: 10px !important;
  margin-top: 10px;
}

select {
  background: #ffffff;
  color: #999999;
}

select:after {
  content: '\f078';
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
}

.image-input {
  text-align: left;
}

.med-section .contact-form .terms-group {
  display: flex;
  align-items: center;
  padding-top: 20px;
}.med-section .contact-form .terms-group {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.med-section .contact-form .terms-group span{
  font-weight: bold;
  cursor: pointer;

}

.med-section .contact-form .terms-group label {
  font-family: "Poppins", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}
.med-section .contact-form .custom-input{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.med-section .contact-form .custom-input .user-select.default-select {
  color: #1B2746;
}
.med-section .contact-form .custom-input input {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ddd;
  border-radius: 10px;
  opacity: 1;
  text-align: left;
  letter-spacing: 0px;
  color: #989898;
  opacity: unset;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 25px;
  min-height: 46px;
}
.med-section .contact-form .custom-input .error_msg {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  font-family:"Poppins", sans-serif;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 10px 0;
}

.med-section .contact-form .form-group label.accept-terms:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.med-section .contact-form .form-group input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.med-section .contact-form .custom-inputs .svg-inline--fa.fa-cloud-upload.fa-w-20.fa-3x {
  position: absolute;
  width: 30px;
  top: 8px;
  left: 10px;
}

.med-section .contact-form .custom-inputs{
  position: relative;
  margin-bottom: 25px;
}
.med-section .contact-form .custom-inputs .error_msg {
  position: absolute;
  bottom: auto;
  top: 45px;
  display: inline-block;
  width: 100%;
  left: 0;
  margin: 10px 0 10px 0;
}


.med-section .contact-form label.accept-terms {
  margin-bottom: 0 !important;
}

.image-input label {
  display: block;
  color: #999999 !important;
  background: #fff;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.image-input label i {
  font-size: 125%;
  margin-right: .3rem;
}
.image-input label:hover i {
  animation: shake .35s
}

@keyframes shake {
	0% {
		transform: rotate(0deg)}
	25% {
		transform: rotate(10deg)}
	50% {
		transform: rotate(0deg)}
	75% {
		transform: rotate(-10deg)}
	100% {
		transform: rotate(0deg)}
}

#submit_btn {
  width: 170px;
  height: 47px;
  background: #FFD400;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  color: #1B2746;
}

.med-section .contact-form .terms-group label {
  font-family: "Poppins", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}

.med-section .contact-form label.accept-terms {
  margin-bottom: 0 !important;
}

.image-input label {
  display: block;
  color: #999999 !important;
  background: #fff;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.image-input label i {
  font-size: 125%;
  margin-right: .3rem;
}
.image-input label:hover i {
  animation: shake .35s
}

@keyframes shake {
	0% {
		transform: rotate(0deg)}
	25% {
		transform: rotate(10deg)}
	50% {
		transform: rotate(0deg)}
	75% {
		transform: rotate(-10deg)}
	100% {
		transform: rotate(0deg)}
}

#submit_btn {
  width: 170px;
  height: 47px;
  background: #FFD400;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  color: #1B2746;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .med-section .contact-form {
    padding: 25px 15px;
  }
  .med-section .contact-form .terms-group{
    align-items: flex-start;
  }
  .med-section .contact-form .mobile-padding{
   padding-left: 15px!important;
   padding-right: 15px!important;
  }


  #submit_btn {
    margin: 0 auto;
  }
}