@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down-open:before {
  content: '\e800'; }

/* '' */
.icon-left-open:before {
  content: '\e801'; }

/* '' */
.icon-right-open:before {
  content: '\e802'; }

/* '' */
.icon-up-open:before {
  content: '\e803'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e804'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e805'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e806'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e807'; }

/* '' */
.icon-down-open-big:before {
  content: '\e808'; }

/* '' */
.icon-left-open-big:before {
  content: '\e809'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80a'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-search:before {
  content: '\e80c'; }

/* '' */
.icon-search-1:before {
  content: '\e80d'; }

/* '' */
.icon-star:before {
  content: '\e80e'; }

/* '' */
.icon-star-empty:before {
  content: '\e80f'; }

/* '' */
.icon-star-half:before {
  content: '\e810'; }

/* '' */
.icon-star-1:before {
  content: '\e811'; }

/* '' */
.icon-star-empty-1:before {
  content: '\e812'; }

/* '' */
.icon-plus:before {
  content: '\e813'; }

/* '' */
.icon-minus:before {
  content: '\e814'; }

/* '' */
.icon-minus-1:before {
  content: '\e815'; }

/* '' */
.icon-plus-1:before {
  content: '\e816'; }

/* '' */
.icon-list:before {
  content: '\e817'; }

/* '' */
.icon-th-large-outline:before {
  content: '\e818'; }

/* '' */
.icon-chart-bar:before {
  content: '\e819'; }

/* '' */
.icon-ok:before {
  content: '\e81a'; }

/* '' */
.icon-layout:before {
  content: '\e81b'; }

/* '' */
.icon-cancel:before {
  content: '\e81c'; }

/* '' */
.icon-cancel-1:before {
  content: '\e81d'; }

/* '' */
.icon-down:before {
  content: '\e81e'; }

/* '' */
.icon-left:before {
  content: '\e81f'; }

/* '' */
.icon-right:before {
  content: '\e820'; }

/* '' */
.icon-up:before {
  content: '\e821'; }

/* '' */
.icon-truck:before {
  content: '\e822'; }

/* '' */
.icon-play-outline:before {
  content: '\e823'; }

/* '' */
.icon-help-circled-alt:before {
  content: '\e824'; }

/* '' */
.icon-menu:before {
  content: '\e825'; }

/* '' */
.icon-play:before {
  content: '\e826'; }

/* '' */
.icon-lock-filled:before {
  content: '\e827'; }

/* '' */
.icon-lock:before {
  content: '\e828'; }

/* '' */
.icon-mail:before {
  content: '\e829'; }

/* '' */
.icon-cart:before {
  content: '\e82a'; }

/* '' */
.icon-ok-circled:before {
  content: '\f06d'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu-1:before {
  content: '\f0c9'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-star-half-alt:before {
  content: '\f123'; }

/* '' */
.icon-rupee:before {
  content: '\f156'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-question-circle-o:before {
  content: '\f29c'; }

/* '' */
.icon-twitter-1:before {
  content: '\f309'; }

/* '' */
.icon-facebook-1:before {
  content: '\f30c'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-pinterest-1:before {
  content: '\f312'; }

/* '' */
.icon-tumblr:before {
  content: '\f315'; }

/* '' */
.icon-instagram-1:before {
  content: '\f32d'; }

/* '' */
/* =============== Media Queries =============== */
*,
*::before,
*::after {
  box-sizing: border-box; }

.black-bg {
  background-color: #000; }

.white-bg {
  background-color: #fff; }

.red-bg {
  background-color: #DB3333; }

.black-text {
  color: #000; }

.white-text {
  color: #fff; }

.red-text {
  color: #DB3333; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-evenly {
  justify-content: space-evenly; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-center {
  align-content: center; }

.align-content-between {
  align-content: space-between; }

.align-content-around {
  align-content: space-around; }

.align-content-stretch {
  align-content: stretch; }

.align-self-auto {
  align-self: auto; }

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.align-self-center {
  align-self: center; }

.align-self-baseline {
  align-self: baseline; }

.align-self-stretch {
  align-self: stretch; }

.text-center {
  text-align: center; }

.gradient-blue {
  background: linear-gradient(180deg, #E7F0F9 0%, rgba(231, 240, 249, 0) 100%); }

body {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

button {
  min-width: inherit;
  cursor: pointer; }
  button:focus {
    outline: none; }

input, textarea, select {
  border: 1px solid #ececec;
  max-width: 100%;
  padding: 8px 10px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.custom-container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .custom-container {
      max-width: 83.333vw;
      padding: 0 1vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
      max-width: 768px; } }

.wrapper {
  width: 100%;
  position: relative; }

.img-fluid {
  max-width: 100%;
  height: auto; }

a,
figure {
  margin: 0; }

p {
  font-weight: 400;
  color: #0C1B2E;
  font-size: 15px;
  line-height: 1.5; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    p {
      font-size: 1vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 12px; } }

b {
  font-weight: 700; }

.btn-custom {
  border: 1px solid #FCA31D;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C1B2E;
  display: inline-block;
  padding: 13px 36px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .btn-custom {
      padding: 0.867vw 2.400vw;
      font-size: 1vw; } }
  @media only screen and (max-width: 991px) {
    .btn-custom {
      font-size: 14px;
      padding: 9px 40px 9px; } }
  .btn-custom span {
    display: inline-block;
    vertical-align: middle; }
  .btn-custom small {
    font-size: 100%;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -4px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .btn-custom small {
        margin-left: 0.533vw;
        top: -0.267vw; } }
    @media only screen and (max-width: 991px) {
      .btn-custom small {
        margin-left: 5px; } }
  .btn-custom:focus {
    outline: none; }
  .btn-custom:hover, .btn-custom:focus {
    background-color: #FCA31D;
    color: #fff; }

.btn-small {
  padding: 12px 28px;
  font-size: 12px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .btn-small {
      padding: 0.800vw 1.867vw;
      font-size: 0.800vw; } }
  @media only screen and (max-width: 991px) {
    .btn-small {
      font-size: 14px;
      padding: 14px 40px; } }
  .btn-small small {
    top: -3px; }

/*::-webkit-scrollbar{
  width: 10px;
}*/
.review-box .star-icon {
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .review-box .star-icon {
      margin-right: 0.667vw; } }
  @media only screen and (max-width: 991px) {
    .review-box .star-icon {
      margin-right: 6px; } }
  .review-box .star-icon span {
    font-size: 16px;
    color: #FCA31D;
    margin: 0 1px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .review-box .star-icon span {
        font-size: 1.067vw; } }
    @media only screen and (max-width: 991px) {
      .review-box .star-icon span {
        font-size: 10px; } }
.review-box .count-customers {
  color: #0C1B2E;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .review-box .count-customers {
      font-size: 1vw; } }
  @media only screen and (max-width: 991px) {
    .review-box .count-customers {
      font-size: 10px; } }

.payment-option .icon {
  margin: 0 2px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .payment-option .icon {
      margin: 0 0.133vw; } }
  .payment-option .icon svg {
    height: 22px;
    width: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .payment-option .icon svg {
        height: 1.467vw; } }

.sec-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #0C1B2E; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .sec-heading h2 {
      font-size: 2.933vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-heading h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .sec-heading h2 {
      font-size: 22px;
      line-height: 1.2307; } }
  .sec-heading h2 b {
    font-weight: 600; }
.sec-heading p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #0C1B2E;
  margin-top: 18px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .sec-heading p {
      margin-top: 1.200vw;
      font-size: 1.333vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-heading p {
      font-size: 16px;
      margin-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .sec-heading p {
      margin-top: 10px;
      font-size: 14px; } }

.slick-arrow {
  background-color: #0C1B2E;
  border: 0;
  color: #fff;
  font-size: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  position: absolute;
  z-index: 9;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  cursor: pointer; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .slick-arrow {
      font-size: 1.667vw;
      width: 3.733vw;
      height: 3.733vw;
      line-height: 3.733vw; } }
  @media only screen and (max-width: 991px) {
    .slick-arrow {
      font-size: 18px;
      width: 36px;
      height: 36px;
      line-height: 36px; } }

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    margin: 0 8px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .slick-dots li {
        margin: 0 0.533vw; } }
    .slick-dots li button {
      border: 0;
      background-color: #D9D9D9;
      font-size: 0;
      width: 24px;
      height: 24px;
      display: block;
      border-radius: 100%;
      font-size: 0;
      padding: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .slick-dots li button {
          width: 1.600vw;
          height: 1.600vw; } }
      @media only screen and (max-width: 991px) {
        .slick-dots li button {
          width: 12px;
          height: 12px; } }
    .slick-dots li.slick-active button {
      background-color: #FCA31D; }

.prev-arrow {
  left: 0; }

.next-arrow {
  right: 0; }

header .header-annoucement {
  padding: 2px;
  background: #DB3333;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    header .header-annoucement {
      font-size: 0.933vw; } }
  @media only screen and (max-width: 767px) {
    header .header-annoucement {
      font-size: 10px;
      letter-spacing: 1px;
      padding: 5px 0; } }
header .main-header {
  padding: 35px 0;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    header .main-header {
      padding: 2.333vw 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    header .main-header {
      padding: 20px 15px; } }
  @media only screen and (max-width: 767px) {
    header .main-header {
      padding: 15px 10px; } }
  header .main-header .custom-container {
    max-width: 1380px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      header .main-header .custom-container {
        max-width: 92vw; } }
  header .main-header .logo {
    width: 20%; }
    @media only screen and (max-width: 767px) {
      header .main-header .logo {
        width: auto; } }
    header .main-header .logo a {
      display: block; }
      header .main-header .logo a img {
        display: block;
        max-height: 48px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          header .main-header .logo a img {
            max-height: 3.200vw; } }
        @media only screen and (max-width: 767px) {
          header .main-header .logo a img {
            max-height: 35px; } }
  header .main-header .header-right {
    width: 20%;
    text-align: right; }
    @media only screen and (max-width: 991px) {
      header .main-header .header-right {
        display: none; } }
  header .main-header .mobile-menu-icon {
    width: 36px;
    height: 36px;
    z-index: 999;
    cursor: pointer;
    text-align: center; }
    header .main-header .mobile-menu-icon span {
      font-size: 36px;
      line-height: 1;
      color: #FCA31D; }
    @media only screen and (min-width: 768px) {
      header .main-header .mobile-menu-icon {
        display: none; } }
  header .main-header .header-menu {
    width: 60%; }
    @media only screen and (max-width: 767px) {
      header .main-header .header-menu {
        display: none; } }
    header .main-header .header-menu ul {
      text-align: center; }
      header .main-header .header-menu ul li a {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 2.5;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0C1B2E;
        padding: 0 27px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          header .main-header .header-menu ul li a {
            padding: 0 1.800vw;
            font-size: 0.800vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          header .main-header .header-menu ul li a {
            padding: 0 10px; } }

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  width: 100%;
  max-width: 414px;
  height: 100%;
  padding: 0;
  transition: .4s all;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  -o-transition: .4s all;
  max-width: 250px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
  .sidebar-menu .close_menu {
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    color: #FCA31D;
    z-index: 99;
    text-align: right;
    padding: 10px;
    width: 100%;
    display: block; }
  .sidebar-menu .menu-list {
    background-color: #e9e9e9; }
    .sidebar-menu .menu-list li {
      border-bottom: 1px solid #f6f6f6; }
      .sidebar-menu .menu-list li a {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 2.5;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0C1B2E;
        padding: 10px 15px;
        display: block; }

body.show-menu .sidebar-menu {
  left: 0;
  opacity: 1;
  visibility: visible; }

.price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 29px;
  line-height: 1.03;
  color: #DB3333;
  padding: 14px 0 23px; }
  .price del {
    color: #AFAFAF; }
  .price b {
    font-weight: 600; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .price {
      font-size: 1.933vw;
      padding: 0.933vw 0 1.533vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .price {
      font-size: 24px;
      padding: 10px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .price {
      font-size: 19px;
      padding: 10px 0 20px; } }

@media only screen and (max-width: 767px) {
  .display-desktop {
    display: none; } }

@media only screen and (min-width: 768px) {
  .display-mobile {
    display: none; } }

.customer-review p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.43;
  color: #0C1B2E;
  margin: 0 0 7px 0; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .customer-review p {
      font-size: 0.933vw;
      margin: 0 0 0.467vw 0; } }
  @media only screen and (max-width: 767px) {
    .customer-review p {
      font-size: 13px;
      margin: 0 0 16px 0; } }
.customer-review .user-photo figure img {
  width: 69px;
  height: 69px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .customer-review .user-photo figure img {
      width: 4.600vw;
      height: 4.600vw; } }
  @media only screen and (max-width: 767px) {
    .customer-review .user-photo figure img {
      width: 47px;
      height: 47px; } }
.customer-review .user-details {
  margin-left: 37px;
  max-width: 503px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .customer-review .user-details {
      margin-left: 2.467vw;
      max-width: 33.533vw; } }
  @media only screen and (max-width: 767px) {
    .customer-review .user-details {
      margin-left: 17px;
      max-width: calc(100% - 64px); } }
@media only screen and (max-width: 767px) {
  .customer-review .user-name-with-rating {
    flex-wrap: wrap; } }
.customer-review .user-name-with-rating h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0C1B2E; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .customer-review .user-name-with-rating h6 {
      font-size: 0.667vw; } }
  @media only screen and (max-width: 767px) {
    .customer-review .user-name-with-rating h6 {
      width: 100%; } }
.customer-review .user-name-with-rating .star-icon {
  margin-left: 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .customer-review .user-name-with-rating .star-icon {
      margin-left: 0.333vw; } }
  @media only screen and (max-width: 767px) {
    .customer-review .user-name-with-rating .star-icon {
      margin-left: 0;
      width: 100%; } }
  .customer-review .user-name-with-rating .star-icon span {
    color: #FCA31D;
    font-size: 10px;
    margin-left: 2px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .customer-review .user-name-with-rating .star-icon span {
        font-size: 0.667vw; } }

.comman-section .btn-comman-sec .btn-custom {
  background-color: #FCA31D;
  color: #fff; }
.comman-section .customer-review {
  margin: 0 auto;
  margin-top: 36px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .comman-section .customer-review {
      margin-top: 2.400vw; } }
  @media only screen and (max-width: 767px) {
    .comman-section .customer-review {
      max-width: 290px;
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .comman-section .customer-review .customer-info {
      justify-content: flex-start; } }
  .comman-section .customer-review .user-details {
    max-width: 376px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .comman-section .customer-review .user-details {
        max-width: 25.067vw; } }
.comman-section .payment-option {
  margin-top: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .comman-section .payment-option {
      display: none; } }
.comman-section h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #0C1B2E; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .comman-section h3 {
      font-size: 1.333vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .comman-section h3 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .comman-section h3 {
      font-size: 14px; } }
.comman-section .price {
  text-align: center; }

/***************************************************** home page ****************************************/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    .banner {
      background-color: #E8F1FA;
      background-size: 172%;
      background-position: top; } }
  .banner .content {
    padding: 78px 0 61px;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .banner .content {
        padding: 5.200vw 0 4.067vw; } }
    @media only screen and (max-width: 991px) {
      .banner .content {
        padding: 32px 6px 40px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .banner .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .banner .content .sec-heading {
        order: 1; } }
    .banner .content .sec-heading h2 {
      font-size: 51px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .banner .content .sec-heading h2 {
          font-size: 2.933vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner .content .sec-heading h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .banner .content .sec-heading h2 {
          font-size: 26px; } }
      @media only screen and (max-width: 575px) {
        .banner .content .sec-heading h2 {
          max-width: 278px; } }
      .banner .content .sec-heading h2 b {
        display: block; }
        @media only screen and (max-width: 767px) {
          .banner .content .sec-heading h2 b {
            display: inline; } }
    .banner .content .sec-heading p {
      max-width: 83%; }
      @media only screen and (max-width: 767px) {
        .banner .content .sec-heading p {
          max-width: 100%; } }
      @media only screen and (max-width: 575px) {
        .banner .content .sec-heading p {
          max-width: 278px; } }
    .banner .content .list {
      margin-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .banner .content .list {
          margin-top: 0.667vw; } }
      @media only screen and (max-width: 767px) {
        .banner .content .list {
          order: 3; } }
      .banner .content .list h5 {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 2.5;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0C1B2E; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .banner .content .list h5 {
            font-size: 0.800vw; } }
      .banner .content .list ul li {
        width: 50%;
        padding-left: 30px;
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 2;
        color: #636363;
        position: relative; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .banner .content .list ul li {
            font-size: 1vw;
            padding-left: 2vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .banner .content .list ul li {
            font-size: 13px;
            padding-left: 25px; } }
        @media only screen and (max-width: 767px) {
          .banner .content .list ul li {
            width: 100%;
            font-size: 12px;
            line-height: 1.33;
            padding-left: 25px;
            margin-bottom: 10px; } }
        .banner .content .list ul li::before {
          content: '\e81a';
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          color: #DB3333;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
    .banner .content .subscribe-form {
      margin-top: 30px;
      max-width: 740px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .banner .content .subscribe-form {
          margin-top: 2vw;
          max-width: 49.333vw; } }
      @media only screen and (max-width: 767px) {
        .banner .content .subscribe-form {
          order: 2; } }
      .banner .content .subscribe-form .access-form {
        background: #fff;
        box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08);
        border-radius: 64px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .banner .content .subscribe-form .access-form {
            flex-wrap: wrap;
            background-color: transparent; } }
        .banner .content .subscribe-form .access-form .form-control {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0.02em;
          color: #0C1B2E;
          width: 60%;
          padding: 16px 34px 18px;
          border: 0;
          border-radius: 64px;
          background-image: none !important; }
          .banner .content .subscribe-form .access-form .form-control:focus {
            outline: none;
            box-shadow: none; }
          .banner .content .subscribe-form .access-form .form-control.placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .banner .content .subscribe-form .access-form .form-control:-moz-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .banner .content .subscribe-form .access-form .form-control::-moz-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .banner .content .subscribe-form .access-form .form-control:-ms-input-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .banner .content .subscribe-form .access-form .form-control::-webkit-input-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .banner .content .subscribe-form .access-form .form-control {
              font-size: 1vw;
              padding: 1.067vw 2.267vw 1.200vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner .content .subscribe-form .access-form .form-control {
              font-size: 14px;
              padding: 13px 34px 13px; } }
          @media only screen and (max-width: 767px) {
            .banner .content .subscribe-form .access-form .form-control {
              width: 100%;
              padding: 16px 27px;
              font-size: 12px; } }
        .banner .content .subscribe-form .access-form .btn-submit {
          background-color: #FCA31D;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .banner .content .subscribe-form .access-form .btn-submit {
              margin-top: 11px;
              margin-left: auto;
              margin-right: auto; } }
      .banner .content .subscribe-form .payment-option-with-text {
        margin-top: 15px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .banner .content .subscribe-form .payment-option-with-text {
            margin-top: 1vw; } }
        @media only screen and (max-width: 767px) {
          .banner .content .subscribe-form .payment-option-with-text {
            flex-direction: column-reverse; } }
        .banner .content .subscribe-form .payment-option-with-text p {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 10px;
          line-height: 3;
          color: #636363; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .banner .content .subscribe-form .payment-option-with-text p {
              font-size: 0.667vw; } }
          @media only screen and (max-width: 767px) {
            .banner .content .subscribe-form .payment-option-with-text p {
              line-height: 1.3;
              margin-top: 5px; } }
    .banner .content .customer-review {
      margin-top: 32px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .banner .content .customer-review {
          margin-top: 2.133vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .banner .content .customer-review {
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .banner .content .customer-review {
          order: 4;
          margin-top: 10px; } }

.about {
  padding: 96px 0 106px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .about {
      padding: 6.400vw 0 7.067vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .about {
      padding: 25px 4px 38px; } }
  .about .about-image {
    width: 39%;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about .about-image {
        width: 46%; } }
    .about .about-image figure {
      width: 100%;
      position: relative;
      padding-bottom: 123.3%; }
      .about .about-image figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 10px 0 10px 10px; }
  .about span.red-plus-icon {
    color: #DB3333;
    font-weight: 700;
    position: absolute;
    top: 0;
    font-size: 176px;
    line-height: 0;
    right: -51px;
    mix-blend-mode: multiply; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .about span.red-plus-icon {
        font-size: 11.733vw;
        right: -3.400vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .about span.red-plus-icon {
        font-size: 120px;
        right: -34px; } }
    @media only screen and (max-width: 767px) {
      .about span.red-plus-icon {
        margin-top: -25px;
        right: 0;
        font-size: 88px; } }
  .about .content {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .about .content {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .about .content .sec-heading h2 {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 575px) {
      .about .content .sec-heading h2 {
        max-width: 282px; } }
    .about .content .sec-heading h2 b {
      position: relative; }
      .about .content .sec-heading h2 b::after {
        content: "";
        background: #FCA31D;
        mix-blend-mode: multiply;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 7px;
        left: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .about .content .sec-heading h2 b::after {
            bottom: 0.467vw;
            height: 0.667vw; } }
        @media only screen and (max-width: 767px) {
          .about .content .sec-heading h2 b::after {
            height: 6px;
            bottom: 3px; } }
    .about .content figure {
      position: relative;
      padding-bottom: 84%;
      width: 100%;
      margin-bottom: 19px; }
      .about .content figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 10px; }
    .about .content .description {
      padding-right: 10px;
      margin-top: 26px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .about .content .description {
          padding-right: 0.667vw;
          margin-top: 1.733vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about .content .description {
          padding-right: 0;
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .about .content .description {
          padding-right: 0; } }
      .about .content .description p {
        margin-bottom: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .about .content .description p {
            margin-bottom: 1.333vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .about .content .description p {
            margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .about .content .btn-video {
        text-align: center; } }
    .about .content .btn-video a svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    .about .content .btn-video a:hover svg path {
      stroke: #fff; }

.how-it-work {
  padding: 78px 0 85px; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .how-it-work {
      padding: 5.200vw 0 5.667vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .how-it-work {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .how-it-work {
      padding: 48px 0 16px; } }
  .how-it-work .sec-heading h2 span {
    display: block; }
    @media only screen and (max-width: 767px) {
      .how-it-work .sec-heading h2 span {
        max-width: 160px;
        margin: 0 auto; } }
  .how-it-work .sec-heading h2 b {
    position: relative; }
    .how-it-work .sec-heading h2 b::after {
      content: "";
      background: #FCA31D;
      mix-blend-mode: multiply;
      height: 10px;
      width: 100%;
      position: absolute;
      bottom: 7px;
      left: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .how-it-work .sec-heading h2 b::after {
          bottom: 0.467vw;
          height: 0.667vw; } }
      @media only screen and (max-width: 767px) {
        .how-it-work .sec-heading h2 b::after {
          height: 6px;
          bottom: 3px; } }
  .how-it-work .how-it-work-slider {
    margin: 72px 0 32px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .how-it-work .how-it-work-slider {
        margin: 4.800vw 0 2.133vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .how-it-work .how-it-work-slider {
        margin: 40px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .how-it-work .how-it-work-slider {
        margin: 50px 0 30px; } }
    .how-it-work .how-it-work-slider .item {
      counter-increment: stepcounter; }
      .how-it-work .how-it-work-slider .item .icon {
        width: 200px;
        margin: 0 auto;
        position: relative; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .how-it-work .how-it-work-slider .item .icon {
            width: 13.333vw; } }
        @media only screen and (max-width: 991px) {
          .how-it-work .how-it-work-slider .item .icon {
            width: 179px; } }
        .how-it-work .how-it-work-slider .item .icon figure {
          width: 100%;
          padding-bottom: 100%;
          position: relative;
          background-color: #fff;
          border-radius: 100%; }
          .how-it-work .how-it-work-slider .item .icon figure img {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 auto;
            height: 100px;
            width: auto; }
        .how-it-work .how-it-work-slider .item .icon span {
          background-color: #DB3333;
          color: #fff;
          width: 28px;
          height: 28px;
          border-radius: 100%;
          font-style: normal;
          font-weight: 700;
          font-size: 12px;
          line-height: 0.88;
          text-align: center;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -11px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .how-it-work .how-it-work-slider .item .icon span {
              width: 1.867vw;
              height: 1.867vw;
              font-size: 0.800vw;
              bottom: -0.733vw; } }
      .how-it-work .how-it-work-slider .item .content {
        margin-top: 39px;
        text-align: center; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .how-it-work .how-it-work-slider .item .content {
            margin-top: 2.600vw; } }
        .how-it-work .how-it-work-slider .item .content h4 {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 17px;
          line-height: 1.76;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: "Montserrat", sans-serif; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .how-it-work .how-it-work-slider .item .content h4 {
              font-size: 1.133vw; } }
          @media only screen and (max-width: 991px) {
            .how-it-work .how-it-work-slider .item .content h4 {
              font-size: 16px; } }
        .how-it-work .how-it-work-slider .item .content p {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 1.67;
          color: #636363;
          max-width: 349px;
          margin: 0 auto;
          margin-top: 11px; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .how-it-work .how-it-work-slider .item .content p {
              font-size: 1vw;
              max-width: 23.267vw;
              margin-top: 0.733vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .how-it-work .how-it-work-slider .item .content p {
              font-size: 14px;
              max-width: 230px; } }
          @media only screen and (max-width: 767px) {
            .how-it-work .how-it-work-slider .item .content p {
              font-size: 14px;
              max-width: 258px; } }
    .how-it-work .how-it-work-slider .slick-dots {
      margin-top: 15px; }

.medicalOSCEPro {
  padding: 75px 0 103px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .medicalOSCEPro {
      padding: 5vw 0 6.867vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medicalOSCEPro {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .medicalOSCEPro {
      padding: 20px 0 27px; }
      .medicalOSCEPro .custom-container {
        padding: 0; } }
  .medicalOSCEPro::after {
    content: "";
    background: linear-gradient(180deg, #E7F0F9 0%, rgba(231, 240, 249, 0) 100%);
    width: 100%;
    height: 704px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .medicalOSCEPro::after {
        height: 46.933vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .medicalOSCEPro::after {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .medicalOSCEPro::after {
        height: 153px;
        opacity: 1; } }
  .medicalOSCEPro .medicalOSCEP-left {
    width: 35%; }
    @media only screen and (max-width: 767px) {
      .medicalOSCEPro .medicalOSCEP-left {
        width: 100%;
        padding: 0 15px; } }
    @media only screen and (max-width: 767px) {
      .medicalOSCEPro .medicalOSCEP-left .sec-heading {
        text-align: center; }
        .medicalOSCEPro .medicalOSCEP-left .sec-heading h2 {
          font-size: 26px; } }
    .medicalOSCEPro .medicalOSCEP-left .sec-heading p {
      max-width: 75%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medicalOSCEPro .medicalOSCEP-left .sec-heading p {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .medicalOSCEPro .medicalOSCEP-left .sec-heading p {
          margin-left: auto;
          margin-right: auto; } }
      .medicalOSCEPro .medicalOSCEP-left .sec-heading p b {
        position: relative; }
        .medicalOSCEPro .medicalOSCEP-left .sec-heading p b::after {
          content: "";
          background: #FCA31D;
          mix-blend-mode: multiply;
          height: 5px;
          width: 100%;
          position: absolute;
          bottom: 1px;
          left: 0; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .medicalOSCEPro .medicalOSCEP-left .sec-heading p b::after {
              height: 0.333vw; } }
          @media only screen and (max-width: 767px) {
            .medicalOSCEPro .medicalOSCEP-left .sec-heading p b::after {
              height: 3px; } }
  .medicalOSCEPro .medicalOSCEP-left ul.tabs {
    margin: 25px 0 0;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .medicalOSCEPro .medicalOSCEP-left ul.tabs {
        margin: 1.667vw 0 0; } }
    .medicalOSCEPro .medicalOSCEP-left ul.tabs li {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.76;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #636363;
      padding: 25px 0;
      border-top: 1px solid #E6E6E6;
      position: relative;
      cursor: pointer;
      white-space: nowrap; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .medicalOSCEPro .medicalOSCEP-left ul.tabs li {
          font-size: 1.133vw;
          padding: 1.667vw 0; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .medicalOSCEPro .medicalOSCEP-left ul.tabs li {
          font-size: 13px;
          padding: 15px 0; } }
      .medicalOSCEPro .medicalOSCEP-left ul.tabs li::before {
        content: "+";
        display: none;
        font-weight: bold;
        font-size: 40px;
        margin-right: 14px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .medicalOSCEPro .medicalOSCEP-left ul.tabs li::before {
            font-size: 2.667vw;
            margin-right: 0.933vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .medicalOSCEPro .medicalOSCEP-left ul.tabs li::before {
            font-size: 24px;
            margin-right: 10px; } }
      .medicalOSCEPro .medicalOSCEP-left ul.tabs li.active {
        color: #DB3333;
        display: block;
        padding-left: 35px;
        font-weight: 600; }
        .medicalOSCEPro .medicalOSCEP-left ul.tabs li.active::before {
          display: inline-block; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .medicalOSCEPro .medicalOSCEP-left ul.tabs li.active {
            padding-left: 2.333vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .medicalOSCEPro .medicalOSCEP-left ul.tabs li.active {
            padding-left: 25px; } }
  .medicalOSCEPro .tab_container {
    border-top: none;
    width: 59.5%;
    border-radius: 10px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .medicalOSCEPro .tab_container {
        width: 100%;
        margin-top: 30px; } }
    .medicalOSCEPro .tab_container .tab_content {
      display: none;
      padding: 0;
      border-radius: 10px 10px 0px 0px;
      background: #fff;
      width: 100%;
      box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08); }
      @media only screen and (max-width: 767px) {
        .medicalOSCEPro .tab_container .tab_content {
          padding: 0px 15px 30px;
          box-shadow: none; } }
      .medicalOSCEPro .tab_container .tab_content figure {
        width: 100%; }
        .medicalOSCEPro .tab_container .tab_content figure img {
          width: 100%;
          height: 380px;
          object-fit: cover;
          object-position: center center;
          border-radius: 10px 10px 0px 0px;
          display: block; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .medicalOSCEPro .tab_container .tab_content figure img {
              height: 25.333vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .medicalOSCEPro .tab_container .tab_content figure img {
              height: 225px; } }
          @media only screen and (max-width: 767px) {
            .medicalOSCEPro .tab_container .tab_content figure img {
              height: auto; } }
      .medicalOSCEPro .tab_container .tab_content .content {
        padding: 65px 35px 65px 80px;
        position: relative; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .medicalOSCEPro .tab_container .tab_content .content {
            padding: 4.333vw 2.333vw 4.333vw 4.333vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .medicalOSCEPro .tab_container .tab_content .content {
            padding: 25px; } }
        @media only screen and (max-width: 767px) {
          .medicalOSCEPro .tab_container .tab_content .content {
            padding: 22px 14px 20px;
            box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08); } }
        .medicalOSCEPro .tab_container .tab_content .content h4 {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 17px;
          line-height: 1.76;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #DB3333; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .medicalOSCEPro .tab_container .tab_content .content h4 {
              font-size: 1.133vw; } }
          @media only screen and (max-width: 767px) {
            .medicalOSCEPro .tab_container .tab_content .content h4 {
              display: none; } }
        .medicalOSCEPro .tab_container .tab_content .content p {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 15px;
          line-height: 1.6;
          color: #0C1B2E; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .medicalOSCEPro .tab_container .tab_content .content p {
              font-size: 1vw; } }
          @media only screen and (max-width: 767px) {
            .medicalOSCEPro .tab_container .tab_content .content p {
              font-size: 12px; } }
        .medicalOSCEPro .tab_container .tab_content .content span.red-plus-icon {
          color: #DB3333;
          font-weight: 700;
          position: absolute;
          bottom: 0;
          line-height: 0;
          font-size: 157px;
          right: -46px;
          mix-blend-mode: multiply; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .medicalOSCEPro .tab_container .tab_content .content span.red-plus-icon {
              font-size: 10.467vw;
              right: -3.067vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .medicalOSCEPro .tab_container .tab_content .content span.red-plus-icon {
              right: -15px;
              font-size: 70px; } }
          @media only screen and (max-width: 767px) {
            .medicalOSCEPro .tab_container .tab_content .content span.red-plus-icon {
              margin-top: -30px;
              right: -15px;
              font-size: 62px; } }
    .medicalOSCEPro .tab_container .tab_content:nth-of-type(3) {
      display: block; }
  .medicalOSCEPro .tab_drawer_heading {
    display: none; }
  @media only screen and (max-width: 767px) {
    .medicalOSCEPro .tabs {
      display: none; }
    .medicalOSCEPro .tab_drawer_heading {
      display: block;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.76;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #636363;
      padding: 25px 0 25px 50px;
      border-top: 1px solid #E6E6E6;
      position: relative;
      cursor: pointer; }
      .medicalOSCEPro .tab_drawer_heading::before {
        content: "+";
        color: #636363;
        font-weight: bold;
        font-size: 34px;
        margin-right: 14px;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1499px) {
      .medicalOSCEPro .tab_drawer_heading::before {
        font-size: 2.667vw;
        margin-right: 0.933vw; } }
  @media only screen and (max-width: 767px) {
    .medicalOSCEPro .d_active {
      color: #DB3333;
      font-weight: 700; }
      .medicalOSCEPro .d_active::before {
        color: #DB3333; } }

.testimonial {
  padding: 76px 0 71px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .testimonial {
      padding: 5.067vw 0 4.733vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 36px 0 47px;
      overflow: hidden; } }
  .testimonial::after {
    content: "";
    background: linear-gradient(180deg, #E7F0F9 0%, rgba(231, 240, 249, 0) 100%);
    width: 100%;
    height: 712px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .testimonial::after {
        height: 47.467vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial::after {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .testimonial::after {
        height: 167px;
        opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .testimonial .sec-heading h2 {
      max-width: 180px;
      margin: 0 auto; } }
  .testimonial .sec-heading .star-icon {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .testimonial .sec-heading .star-icon {
        margin-bottom: 1.333vw; } }
    .testimonial .sec-heading .star-icon span {
      color: #FCA31D;
      margin: 0 2px;
      font-size: 19px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .testimonial .sec-heading .star-icon span {
          margin: 0 0.133vw;
          font-size: 1.267vw; } }
  .testimonial .testimonial-slider {
    position: relative;
    margin-top: 25px;
    margin-left: -39px;
    margin-right: -39px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .testimonial .testimonial-slider {
        margin-top: 1.667vw;
        margin-left: -2.600vw;
        margin-right: -2.600vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial .testimonial-slider {
        margin-top: 15px;
        margin-left: -10px;
        margin-right: -10px; } }
    @media only screen and (max-width: 767px) {
      .testimonial .testimonial-slider {
        margin-left: -7px;
        margin-right: -7px;
        padding: 0 20px; }
        .testimonial .testimonial-slider .slick-list {
          overflow: visible; } }
    .testimonial .testimonial-slider .item {
      padding: 39px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .testimonial .testimonial-slider .item {
          padding: 2.600vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial .testimonial-slider .item {
          padding: 10px; } }
      @media only screen and (max-width: 767px) {
        .testimonial .testimonial-slider .item {
          padding: 7px;
          opacity: 0.5; }
          .testimonial .testimonial-slider .item.slick-current {
            opacity: 1; } }
    .testimonial .testimonial-slider .slick-dots {
      margin-top: 29px; }
  .testimonial .comman-section {
    margin-top: 27px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .testimonial .comman-section {
        margin-top: 1.800vw; } }

.testimonial-box {
  background-color: #fff;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08); }
  .testimonial-box .image-box {
    width: 100%; }
    .testimonial-box .image-box figure {
      padding-bottom: 77%;
      position: relative;
      width: 100%; }
      .testimonial-box .image-box figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        left: 0;
        top: 0; }
  .testimonial-box .content {
    text-align: center;
    padding: 20px 24px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .testimonial-box .content {
        padding: 1.333vw 1.600vw; } }
    .testimonial-box .content h4 {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 10px;
      line-height: 2.4;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #0C1B2E; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .testimonial-box .content h4 {
          font-size: 0.667vw; } }
    .testimonial-box .content .star-icon {
      margin-bottom: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .testimonial-box .content .star-icon {
          margin-bottom: 0.933vw; } }
      .testimonial-box .content .star-icon span {
        color: #FCA31D;
        margin: 0 2px;
        font-size: 14px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .testimonial-box .content .star-icon span {
            font-size: 0.933vw; } }
    .testimonial-box .content p {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 1.54;
      color: #0C1B2E; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .testimonial-box .content p {
          font-size: 0.867vw; } }

.faq-section {
  padding: 73px 0 64px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .faq-section {
      padding: 4.867vw 0 4.267vw; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-section {
      padding: 50px 0; } }
  @media only screen and (max-width: 767px) {
    .faq-section {
      padding: 36px 0 54px;
      overflow: hidden; }
      .faq-section .custom-container {
        padding: 0; } }
  .faq-section::after {
    content: "";
    background: linear-gradient(180deg, #E7F0F9 0%, rgba(231, 240, 249, 0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .faq-section::after {
        height: 20vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-section::after {
        height: 250px; } }
    @media only screen and (max-width: 767px) {
      .faq-section::after {
        height: 167px;
        opacity: 1; } }
  .faq-section .sec-heading {
    width: 33%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-section .sec-heading {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .faq-section .sec-heading {
        width: 100%;
        text-align: center;
        padding: 0 15px; } }
    .faq-section .sec-heading h2 {
      font-size: 35px;
      line-height: 1.228; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .faq-section .sec-heading h2 {
          font-size: 2.333vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-section .sec-heading h2 {
          font-size: 25px; } }
      @media only screen and (max-width: 767px) {
        .faq-section .sec-heading h2 {
          font-size: 26px;
          line-height: 1.230;
          max-width: 290px;
          margin: 0 auto; } }
    .faq-section .sec-heading .btn-all-faq {
      margin-top: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .faq-section .sec-heading .btn-all-faq {
          margin-top: 2vw; } }
      .faq-section .sec-heading .btn-all-faq a {
        min-width: 243px; }
        @media only screen and (min-width: 992px) and (max-width: 1499px) {
          .faq-section .sec-heading .btn-all-faq a {
            min-width: 16.200vw; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .faq-section .sec-heading .btn-all-faq a {
            min-width: 210px; } }
  .faq-section .btn-all-faq.display-mobile {
    width: 100%; }
    .faq-section .btn-all-faq.display-mobile a {
      min-width: 283px; }
  .faq-section .faq-right {
    width: 59.2%;
    background: #fff;
    box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08);
    border-radius: 10px;
    padding: 47px 81px 62px 64px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .faq-section .faq-right {
        padding: 3.133vw 5.400vw 4.133vw 4.267vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-section .faq-right {
        padding: 0 15px 15px;
        width: 66.67%; } }
    @media only screen and (max-width: 767px) {
      .faq-section .faq-right {
        width: 100%;
        margin-top: 30px;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        padding: 0; } }
    .faq-section .faq-right .faq-accordion {
      width: 100%;
      position: relative; }
      .faq-section .faq-right .faq-accordion .item {
        border-bottom: 1px solid rgba(12, 27, 46, 0.1); }
        @media only screen and (max-width: 767px) {
          .faq-section .faq-right .faq-accordion .item {
            border-bottom-width: 0px;
            border-top: 1px solid rgba(12, 27, 46, 0.1);
            padding: 23px 20px; } }
        .faq-section .faq-right .faq-accordion .item .faq-question {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: normal;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          color: #636363;
          padding-left: 27px;
          position: relative;
          cursor: pointer;
          min-height: 50px;
          display: flex;
          align-items: center; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .faq-section .faq-right .faq-accordion .item .faq-question {
              font-size: 0.800vw;
              padding-left: 1.800vw;
              min-height: 3.333vw; } }
          @media only screen and (max-width: 767px) {
            .faq-section .faq-right .faq-accordion .item .faq-question {
              line-height: normal;
              padding-left: 17px;
              min-height: inherit; } }
          .faq-section .faq-right .faq-accordion .item .faq-question::before {
            content: '\e800';
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            color: #DB3333;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        .faq-section .faq-right .faq-accordion .item .faq-answer {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 15px;
          line-height: 1.67;
          color: #0C1B2E;
          padding-bottom: 25px; }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .faq-section .faq-right .faq-accordion .item .faq-answer {
              font-size: 1vw;
              padding-bottom: 1.667vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .faq-section .faq-right .faq-accordion .item .faq-answer {
              font-size: 14px;
              padding-bottom: 15px; } }
          @media only screen and (max-width: 767px) {
            .faq-section .faq-right .faq-accordion .item .faq-answer {
              margin-top: 10px;
              font-size: 13px;
              padding-bottom: 0; } }
          .faq-section .faq-right .faq-accordion .item .faq-answer p {
            font-family: "Montserrat", sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 15px;
            line-height: 1.67;
            color: #0C1B2E; }
            @media only screen and (min-width: 992px) and (max-width: 1499px) {
              .faq-section .faq-right .faq-accordion .item .faq-answer p {
                font-size: 1vw; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .faq-section .faq-right .faq-accordion .item .faq-answer p {
                font-size: 14px; } }
            @media only screen and (max-width: 767px) {
              .faq-section .faq-right .faq-accordion .item .faq-answer p {
                font-size: 13px; } }
        .faq-section .faq-right .faq-accordion .item.active .faq-question {
          font-weight: 600;
          color: #0C1B2E; }
          .faq-section .faq-right .faq-accordion .item.active .faq-question::before {
            content: '\e803'; }
      .faq-section .faq-right .faq-accordion .faq-answer {
        display: none; }
    .faq-section .faq-right span.red-plus-icon {
      color: #DB3333;
      font-weight: 700;
      position: absolute;
      bottom: 0;
      line-height: 0;
      font-size: 176px;
      right: -52px;
      mix-blend-mode: multiply; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .faq-section .faq-right span.red-plus-icon {
          font-size: 11.733vw;
          right: -3.467vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .faq-section .faq-right span.red-plus-icon {
          right: -15px;
          font-size: 70px; } }
      @media only screen and (max-width: 767px) {
        .faq-section .faq-right span.red-plus-icon {
          margin-top: -30px;
          right: -15px;
          font-size: 62px; } }

.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .subscribe {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .subscribe {
      background-color: #E8F1FA;
      background-image: none !important; } }
  .subscribe .wrapper {
    padding: 119px 0 70px;
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .subscribe .wrapper {
        padding: 7.933vw 0 4.667vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe .wrapper {
        padding: 40px 0; } }
    @media only screen and (max-width: 767px) {
      .subscribe .wrapper {
        padding: 37px 0 25px; } }
  .subscribe .macbook-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -138px;
    width: 49.4%; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .subscribe .macbook-image {
        left: -9.200vw; } }
    @media only screen and (max-width: 991px) {
      .subscribe .macbook-image {
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        width: 100%;
        max-width: 767px;
        margin: 0 auto; } }
    .subscribe .macbook-image figure {
      width: 100%;
      padding-bottom: 54%;
      position: relative; }
      .subscribe .macbook-image figure img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        object-fit: cover;
        object-position: center center; }
  .subscribe .content {
    width: 59.2%;
    margin-left: auto; }
    @media only screen and (max-width: 991px) {
      .subscribe .content {
        width: 100%;
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .subscribe .content .sec-heading {
        text-align: center; }
        .subscribe .content .sec-heading h2 {
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .subscribe .content .price {
        text-align: center; } }
    .subscribe .content .subscribe-form {
      margin-top: 10px;
      max-width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .subscribe .content .subscribe-form {
          margin-top: 0.667vw; } }
      @media only screen and (max-width: 767px) {
        .subscribe .content .subscribe-form {
          margin-top: 0;
          order: 2; } }
      .subscribe .content .subscribe-form .access-form {
        background: #fff;
        box-shadow: 0px 4px 23px 8px rgba(162, 189, 223, 0.08);
        border-radius: 64px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .subscribe .content .subscribe-form .access-form {
            flex-wrap: wrap;
            background-color: transparent; } }
        .subscribe .content .subscribe-form .access-form .form-control {
          font-family: "Montserrat", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 1.5;
          letter-spacing: 0.02em;
          color: #0C1B2E;
          width: 60%;
          padding: 16px 34px 18px;
          border: 0;
          border-radius: 64px;
          background-image: none !important; }
          .subscribe .content .subscribe-form .access-form .form-control:focus {
            outline: none;
            box-shadow: none; }
          .subscribe .content .subscribe-form .access-form .form-control.placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .subscribe .content .subscribe-form .access-form .form-control:-moz-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .subscribe .content .subscribe-form .access-form .form-control::-moz-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .subscribe .content .subscribe-form .access-form .form-control:-ms-input-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          .subscribe .content .subscribe-form .access-form .form-control::-webkit-input-placeholder {
            color: rgba(12, 27, 46, 0.5); }
          @media only screen and (min-width: 992px) and (max-width: 1499px) {
            .subscribe .content .subscribe-form .access-form .form-control {
              font-size: 1vw;
              padding: 1.067vw 2.267vw 1.200vw; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .subscribe .content .subscribe-form .access-form .form-control {
              font-size: 14px;
              padding: 13px 34px 13px; } }
          @media only screen and (max-width: 767px) {
            .subscribe .content .subscribe-form .access-form .form-control {
              width: 100%;
              padding: 16px 27px;
              font-size: 12px; } }
        .subscribe .content .subscribe-form .access-form .btn-submit {
          background-color: #FCA31D;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .subscribe .content .subscribe-form .access-form .btn-submit {
              margin-top: 11px;
              margin-left: auto;
              margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      .subscribe .content .payment-option {
        margin-top: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center; } }
    .subscribe .content .customer-review {
      margin-top: 69px; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .subscribe .content .customer-review {
          margin-top: 4.600vw; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe .content .customer-review {
          margin-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .subscribe .content .customer-review {
          margin-top: 14px; } }
  .subscribe .sub-content {
    margin-top: 6px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .subscribe .sub-content {
        margin-top: 0.400vw; } }
    @media only screen and (max-width: 767px) {
      .subscribe .sub-content {
        text-align: center; } }
    .subscribe .sub-content p {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 3;
      color: "Montserrat", sans-serif; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        .subscribe .sub-content p {
          font-size: 0.667vw; } }
      @media only screen and (max-width: 767px) {
        .subscribe .sub-content p {
          font-size: 9px; } }
  .subscribe span.red-plus-icon {
    color: #DB3333;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    line-height: 0;
    font-size: 176px;
    right: -52px;
    mix-blend-mode: multiply; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      .subscribe span.red-plus-icon {
        font-size: 11.733vw;
        right: -3.467vw; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe span.red-plus-icon {
        right: -15px;
        font-size: 70px; } }
    @media only screen and (max-width: 767px) {
      .subscribe span.red-plus-icon {
        margin-top: -30px;
        right: 15px;
        font-size: 62px; } }

footer {
  padding: 52px 0; }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    footer {
      padding: 3.467vw 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer {
      padding: 25px 0; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 0; }
      footer .custom-container {
        padding: 0; } }
  @media only screen and (max-width: 991px) {
    footer .wrapper {
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .logo-with-copyright {
      width: 100%;
      justify-content: center;
      padding: 0;
      margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    footer .logo-with-copyright {
      width: 100%;
      background: #E7F0F9;
      padding: 22px 15px 30px;
      justify-content: center; } }
  @media only screen and (max-width: 575px) {
    footer .logo-with-copyright {
      flex-direction: column; } }
  footer .logo-with-copyright .logo a {
    display: block; }
    footer .logo-with-copyright .logo a img {
      max-height: 48px;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1499px) {
        footer .logo-with-copyright .logo a img {
          max-height: 3.200vw; } }
      @media only screen and (max-width: 767px) {
        footer .logo-with-copyright .logo a img {
          mix-blend-mode: darken;
          margin: 0 auto; } }
  footer .logo-with-copyright .copyright-text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.5;
    color: #0C1B2E;
    margin-left: 75px; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      footer .logo-with-copyright .copyright-text {
        margin-left: 3vw; } }
    @media only screen and (max-width: 575px) {
      footer .logo-with-copyright .copyright-text {
        width: 100%;
        text-align: center;
        margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    footer .footer-menu {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 767px) {
    footer .footer-menu {
      width: 100%;
      padding: 25px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-menu ul {
      width: 100%;
      justify-content: center;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    footer .footer-menu ul {
      width: 100%;
      justify-content: center;
      text-align: center; } }
  @media only screen and (max-width: 575px) {
    footer .footer-menu ul {
      flex-direction: column; } }
  footer .footer-menu ul li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C1B2E;
    margin-left: 35px; }
    footer .footer-menu ul li a {
      color: #0C1B2E; }
    @media only screen and (min-width: 992px) and (max-width: 1499px) {
      footer .footer-menu ul li {
        margin-left: 2vw; } }
    @media only screen and (max-width: 767px) {
      footer .footer-menu ul li {
        font-size: 12px;
        line-height: 3.333; } }
    @media only screen and (min-width: 575px) and (max-width: 767px) {
      footer .footer-menu ul li {
        margin: 0 10px; } }
    @media only screen and (max-width: 575px) {
      footer .footer-menu ul li {
        margin-left: 0; } }

.mac-os.safari .btn-custom small {
  top: 0; }

/*# sourceMappingURL=cw-custom.css.map */
