/*  ==========================================================================
	Setup: Variables, Mixins
    ========================================================================== */
/*  ==========================================================================
	Fonts
    ========================================================================== */
/*  ==========================================================================
	Global Settings & Utilities
    ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.group::after {
  display: block;
  clear: both;
  content: ""; }

img {
  max-width: 100%; }

figure {
  margin: 0px; }

body {
  background-color: #97C7F2; }

button {
  background: transparent;
  border: 0; }

ul li {
  margin-bottom: 0.875rem; }

iframe {
  width: 100%; }

h1, .h1 {
  margin-bottom: 1.875rem; }

@media (max-width: 1399.98px) {
  h1 .h1 {
    font-size: 2.5rem; } }

@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem; }
  h1, .h1, h2, .h2, h3, .h3 {
    font-size: 1.875rem; } }

.dropdown-button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #404041;
  border-bottom: 2px solid #404041;
  display: block;
  margin: auto; }

.pattern-secondary {
  background: linear-gradient(178.04deg, #49AB9E 51.78%, #FFFFFF 123.22%); }

.fs-normal {
  font-style: normal !important; }

@media (max-width: 767px) {
  .-mx-sm-1 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

.fw-semi-bold {
  font-weight: 600; }

.br-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.br-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

@media (min-width: 1200px) {
  .mw-xl-1 {
    max-width: 1263px; }
  .mw-xl-2 {
    max-width: 1140px; } }

@media (min-width: 768px) {
  .br-5-md-start {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; }
  .br-5-md-end {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px; } }

.bg-color1 {
  background-color: #EAF4FC !important; }

@media (max-width: 991px) {
  .pb-extra {
    padding-bottom: 100px !important; }
  .pt-extra {
    padding-top: 100px !important; } }

.option-label::before,
.option-label-top::before,
.option-label-bottom::before {
  content: 'OR';
  font-family: "League Gothic", sans-serif;
  font-size: 3.125rem;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  background-color: #404041;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1; }

.option-label-top::before {
  inset: initial;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.option-label-bottom::before {
  inset: initial;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }

@media (max-width: 767.98px) {
  .box .tag {
    top: 50px; }
  .box.option-label::before {
    right: 50%;
    bottom: 0;
    left: initial;
    top: initial;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%); } }

@media (max-width: 991.98px) {
  .option-label::before,
  .option-label-top::before,
  .option-label-bottom::before {
    font-size: 2.125rem; } }

.text-shadow-0 {
  text-shadow: none !important; }

/*  ==========================================================================
	Layouts
    ========================================================================== */
#container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  overflow: hidden;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.inner-container {
  max-width: 1350px;
  margin: auto;
  padding: 0 0.9375rem;
  padding-top: 3.25rem;
  width: 100%; }
  .inner-container::before {
    content: "";
    width: 100%;
    background: linear-gradient(180.07deg, rgba(151, 199, 242, 0) 53.21%, #97C7F2 99.94%), url(../images/cloud.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    height: 100%;
    z-index: -1; }

#header {
  padding: 0.625rem 2.1875rem;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  margin-bottom: 36px; }

#content {
  margin-bottom: 50px; }

#footer {
  background-color: #404041; }
  #footer .foot-note ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #footer .foot-note .social svg {
    width: 30px;
    height: 30px; }

@media (min-width: 3000px) {
  .inner-container::before {
    background-size: cover; } }

@media (max-width: 991.98px) {
  .inner-container {
    padding: 0;
    padding-bottom: 12.5rem; }
  #header {
    padding: 0.625rem 0.75rem;
    border-radius: 0; }
  #footer .foot-note {
    padding-top: 1.375rem; }
    #footer .foot-note p {
      margin-bottom: 1.25rem;
      font-size: 1.125rem; }
    #footer .foot-note ul {
      margin-bottom: 1.25rem; }
    #footer .foot-note a {
      font-size: 1.125rem; } }

@media (max-width: 767.98px) {
  .inner-container {
    padding-bottom: 8.125rem; }
  #header {
    margin-bottom: 0; } }

cite {
  display: block; }

/*  ==========================================================================
	Components
    ========================================================================== */
.logo {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1; }
  .logo img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px; }
  .logo span {
    line-height: 1;
    color: #404041; }
  .logo .lead {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 1.0625rem;
    font-weight: 600; }
  .logo .title {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'League Gothic', sans-serif; }
    .logo .title span {
      color: #49AB9E; }

@media (max-width: 1399.98px) {
  .logo .title {
    font-size: 2.125rem; } }

@media (max-width: 1199.98px) {
  .logo .title {
    font-size: 1.625rem; }
  .logo .lead {
    font-size: 0.75rem; } }

@media (max-width: 991.98px) {
  .logo .lead, .logo img {
    display: none; } }

@media (max-width: 575.98px) {
  .logo .title {
    font-size: 1.125rem; } }

#main-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #main-navigation .menu, #main-navigation .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
  #main-navigation .menu li + li {
    margin-left: 1.25rem; }
  #main-navigation .menu li {
    position: relative;
    margin-bottom: 0; }
  #main-navigation .menu a {
    padding: 0.625rem;
    color: inherit;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700;
    transition: color .2s linear; }
    #main-navigation .menu a:hover {
      color: #FD6222; }
  #main-navigation .menu ul {
    display: none;
    position: absolute;
    /*min-width: 203px;*/
    min-width: 250px;
    background: #fff;
    padding: 0.3125rem;
    border: 5px solid rgba(64, 64, 65, 0.4);
    border-radius: 6px;
    z-index: 1; }
    #main-navigation .menu ul li {
      margin-left: 0; }
    #main-navigation .menu ul a {
      font-weight: 500;
      display: block; }
  #main-navigation a {
    text-decoration: none;
    display: inline-block; }
  #main-navigation .contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
    #main-navigation .contact li:not(:last-child) {
      margin-bottom: 0.625rem; }
    #main-navigation .contact a {
      font-size: 1.25rem;
      line-height: 1;
      font-weight: 600; }
    #main-navigation .contact svg {
      height: 1.5em;
      width: 1.5em; }
      #main-navigation .contact svg path {
        fill: #49AB9E; }
    #main-navigation .contact .btn {
      font-size: 1.875rem;
      padding: 0.25rem 1.25rem;
      min-width: 123px;
      font-weight: 400;
      outline: none; }

.open-menu-btn {
  display: none; }
  .open-menu-btn span {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #404041;
    border-radius: 3px; }
  .open-menu-btn span:not(:last-child) {
    margin-bottom: 0.3125rem; }

@media (min-width: 992px) {
  #main-navigation .menu .dropdown-button {
    display: none; }
  #main-navigation .menu li:hover > ul {
    display: block; } }

@media (max-width: 1399.98px) {
  #main-navigation {
    z-index: 1000; }
    #main-navigation .menu a,
    #main-navigation .contact a {
      font-size: 1.25rem; }
    #main-navigation .contact .btn {
      font-size: 1.5rem; } }

@media (max-width: 1199.98px) {
  #main-navigation .menu a,
  #main-navigation .contact a {
    font-size: 1rem; }
  #main-navigation .contact .btn {
    font-size: 1.125rem; } }

@media (max-width: 991.98px) {
  .open-menu-btn {
    display: block; }
  #main-navigation {
    position: absolute;
    left: -100%;
    top: 100%;
    width: 100%;
    background: #fff;
    min-height: calc(100vh - 100%);
    padding: 1.25rem 0.625rem 1.25rem;
    transition: all .2s linear;
    display: block; }
    #main-navigation .menu {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 2.5rem; }
      #main-navigation .menu li + li {
        margin: 0; }
    #main-navigation li {
      padding-right: 30px; }
    #main-navigation .contact {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    #main-navigation .menu ul {
      position: static;
      width: 100%; }
    #main-navigation .menu .dropdown-button {
      display: block;
      position: absolute;
      right: 10px;
      top: 8px;
      width: 20px;
      height: 20px;
      -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
              transform: rotate(315deg);
      transition: all .2s linear; }
    #main-navigation .menu .active > .dropdown-button {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
  .menu-open {
    overflow: hidden; }
    .menu-open #main-navigation {
      left: 0; } }

.btn.btn-primary, .btn.btn-secondary {
  color: #fff; }

.btn {
  border: 0;
  font-family: 'League Gothic', sans-serif;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 55rem;
  line-height: 1; }

.btn.btn-secondary {
  font-family: var(--bs-font-sans-serif); }

.button-wrapper {
  max-width: 530px; }
  .button-wrapper .btn {
    outline: 5px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 0.3125rem;
    color: #404041; }
  .button-wrapper > p {
    font-size: 1.125rem;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    color: #404041;
    margin-bottom: 0.9375rem;
    font-family: var(--bs-font-sans-serif); }
  .button-wrapper .button {
    width: 100%; }
  .button-wrapper a {
    color: #404041; }
    .button-wrapper a:hover {
      color: #404041; }

.button {
  font-size: 3.125rem;
  line-height: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.88);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  padding: 0.3125rem 0.9375rem; }
  .button:hover {
    border-color: inherit; }
  .button:active:focus {
    box-shadow: none; }
  .button .price {
    min-width: 90px;
    font-size: 1.25rem;
    color: #FD6222;
    font-family: "Lobster", sans-serif;
    margin-right: 0.5rem; }
    .button .price.slanted {
      padding-left: 0.9375rem;
      text-align: left; }
      .button .price.slanted em {
        position: relative;
        left: -22px;
        -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
                transform: rotate(330deg);
        display: inline-block;
        top: 3px;
        font-style: normal; }
    .button .price span {
      color: #49AB9E;
      font-size: 1.5rem;
      font-family: var(--bs-font-sans-serif);
      font-weight: 700;
      display: block; }
  .button svg {
    height: 38px;
    margin-left: 0.4375rem; }
  .button .price, .button .arrow {
    min-width: 90px; }
  .button .arrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media (max-width: 991.98px) {
  .button .price.slanted {
    text-align: center;
    padding-left: 0; }
    .button .price.slanted em {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media (max-width: 575.98px) {
  .button {
    max-width: 275px;
    font-size: 1.875rem;
    padding: 0.375rem 1.25rem; }
    .button .arrow {
      display: none; }
  .button-wrapper .btn {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

.box {
  padding: 7.1875rem 1.875rem 1.875rem;
  position: relative; }
  .box .inner {
    max-width: 408px;
    margin: auto;
    text-align: center;
    position: relative;
    padding-bottom: 2.5rem; }
    .box .inner::after {
      content: "";
      position: absolute;
      width: 100px;
      height: 4px;
      background-color: #404041;
      border-radius: 20px;
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .box.text-white .inner::after {
    background-color: #fff; }
  .box .tag {
    position: absolute;
    right: 0;
    top: 30px;
    display: inline-block;
    padding: 0.625rem 1.875rem 0.625rem 2.5rem;
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: 600;
    color: #404041;
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
            filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5)); }
    .box .tag::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #F9D951;
      z-index: -1; }
  .box > P {
    font-weight: 600; }
  .box .list2 {
    max-width: 738px;
    margin: auto;
    margin-bottom: 1.875rem; }
  .box .figure1 {
    position: absolute;
    top: -38px; }
    .box .figure1.rotate-45 {
      left: -50px; }

.box .button-wrapper, .section .button-wrapper {
  max-width: 418px;
  margin: 0 auto; }

.box .title,
.title-container .title {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  margin-bottom: 1rem; }

.box .subtitle,
.title-container .subtitle {
  font-family: var(--bs-font-sans-serif);
  font-weight: 700;
  font-size: 1.25rem; }

.title-container {
  padding: 0 0.9375rem;
  text-align: center;
  margin-bottom: 9.375rem; }

.box1 {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 19px;
  padding: 5.625rem 1.875rem 1.875rem;
  max-width: 532px;
  margin-left: auto; }
  .box1 img {
    max-width: 185px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .box1 p:not(:nth-last-of-type(1)) {
    margin-bottom: 0; }
  .box1 .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .box1 .btn {
    font-size: 2.1875rem;
    min-width: 280px;
    outline: 5px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 1399.98px) {
  .box .title,
  .title-container .title {
    font-size: 3.125rem; }
    .box .title .box1 p,
    .title-container .title .box1 p {
      font-size: 1.125rem; }
    .box .title .box1 strong,
    .title-container .title .box1 strong {
      font-size: 1.25rem; }
    .box .title .box1 .btn,
    .title-container .title .box1 .btn {
      font-size: 1.5625rem; } }

@media (max-width: 991.98px) {
  .box1 {
    margin: 0 auto 1.25rem; }
  .box .button {
    font-size: 1.875rem; }
  .box .title,
  .title-container .title {
    font-size: 2.625rem; } }

@media (max-width: 767.98px) {
  .box .tag {
    top: 50px; }
  .box1 .title {
    font-size: 0.875rem; }
  .title-container {
    padding-top: 2.1875rem; } }

@media (max-width: 575.98px) {
  .box .title,
  .title-container .title {
    font-size: 2.25rem; }
  .box > p {
    font-size: 0.75rem; }
  .box .inner {
    padding-bottom: 0; }
    .box .inner::after {
      content: none; }
  .box .figure1 {
    top: 82px;
    left: -18px; }
    .box .figure1 img {
      max-height: 100px; }
    .box .figure1.figure1.rotate-45 {
      left: -31px;
      top: 95px; }
  .box .subtitle,
  .title-container .subtitle {
    font-size: 0.875rem; }
  .box1 .btn {
    min-width: 220px; }
  .title-container {
    margin-bottom: 6.25rem; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .box .figure1 img {
    height: 140px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .box .figure1 {
    top: 47px; }
  .box .figure1.rotate-45 {
    left: 10px; } }

.dashboard {
  padding-top: 6.25rem;
  padding-bottom: 4.0625rem; }
  .dashboard ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dashboard ul a {
      font-size: 1.125rem;
      text-decoration: none;
      font-weight: 600; }
      .dashboard ul a:hover {
        color: #49AB9E; }
  .dashboard .contact *,
  .dashboard ul * {
    color: #fff; }
  .dashboard .contact h6 {
    font-family: var(--bs-font-sans-serif);
    font-weight: 700;
    font-size: 1.5rem; }
  .dashboard .contact svg {
    max-width: 40px; }
    .dashboard .contact svg * {
      fill: #fff; }
  .dashboard .contact li {
    padding-left: 3.125rem;
    position: relative; }
    .dashboard .contact li span {
      font-weight: 500;
      display: block; }
    .dashboard .contact li svg {
      position: absolute;
      left: 0;
      top: 5px; }
  .dashboard a {
    transition: color .2s linear; }

.foot-note {
  padding: 0.5rem 0;
  background-color: #000; }
  .foot-note ul a,
  .foot-note p {
    color: #fff;
    font-size: 0.875rem; }
  .foot-note li {
    margin-bottom: 0;
    line-height: 1; }
  .foot-note li + li {
    margin-left: 1.25rem; }
  .foot-note p {
    margin-bottom: 0; }
  .foot-note a:hover {
    text-decoration: none; }

@media (max-width: 1399.98px) {
  .dashboard li a {
    font-size: 1rem; }
  .dashboard .contact h6 {
    font-size: 1.25rem; }
  .dashboard .contact p {
    font-size: 1rem; }
  .dashboard .contact svg {
    max-width: 30px; }
  .dashboard .contact li {
    padding-left: 2.5rem; }
  .dashboard .contact a {
    font-size: 1.25rem; } }

@media (max-width: 991.98px) {
  .dashboard {
    padding-bottom: 2.8125rem; }
    .dashboard ul,
    .dashboard .contact {
      text-align: center; }
    .dashboard .contact h6 {
      font-size: 1.125rem; }
    .dashboard .contact li {
      padding-left: 0;
      padding-top: 30px; }
      .dashboard .contact li p {
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 0.5rem; }
      .dashboard .contact li span {
        font-weight: 400; }
      .dashboard .contact li svg {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 36px; }
      .dashboard .contact li:not(:last-child) {
        margin-bottom: 1.875rem; }
    .dashboard .box1 {
      margin-top: -13.5rem; } }

/*
* section
*/
.section {
  border-radius: 16px;
  padding: 53px 0; }

@media (max-width: 767px) {
  .section {
    border-radius: 0px; } }

.section-wrapper {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden; }
  .section-wrapper .section {
    border-radius: 0; }

@media (max-width: 991px) {
  .section-wrapper {
    border-radius: 0px; } }

.section1 {
  padding-top: 3.125rem;
  padding-bottom: 5rem; }
  .section1 .heading-wrapper {
    text-align: center;
    margin-bottom: 6rem;
    position: relative; }
    .section1 .heading-wrapper::before, .section1 .heading-wrapper::after {
      content: "";
      background-image: url("../images/bar1.png");
      width: 20px;
      height: 168px;
      background-size: 100% 100%;
      position: absolute;
      bottom: -100%;
      z-index: 1;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .section1 .heading-wrapper::before {
      margin-left: -470px; }
    .section1 .heading-wrapper::after {
      margin-left: 470px; }
    .section1 .heading-wrapper h2 {
      font-family: "Lobster", sans-serif;
      color: #fff;
      margin: 0; }
    .section1 .heading-wrapper .inner-wrapper {
      padding: 2.25rem 3.75rem 1.25rem;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 9.16%, rgba(255, 255, 255, 0) 58.02%), #FD6222;
      border-radius: 15px; }

.section.box {
  padding-top: 3.9375rem;
  padding-bottom: 8.75rem; }
  .section.box > .container {
    max-width: 880px; }
  .section.box .figure1 {
    left: -5px; }

.section1.intro {
  padding-top: 1.25rem;
  padding-bottom: 0;
  margin-bottom: -1.875rem; }
  .section1.intro h1,
  .section1.intro h2 {
    margin-bottom: 1.375rem; }
  .section1.intro li {
    line-height: 1.2; }
  .section1.intro p,
  .section1.intro li {
    font-family: "League Gothic", sans-serif;
    font-size: 2.1875rem;
    font-weight: 400; }
  .section1.intro .figure2 {
    margin-bottom: -9.375rem;
    position: relative;
    z-index: -1; }
  .section1.intro .inner {
    padding-top: 5.9375rem;
    padding-bottom: 6.25rem; }

@media (min-width: 768px) {
  .section.questions {
    background: #fff; } }

@media (max-width: 991.98px) {
  .section1.intro .inner {
    padding-top: 0.3125rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section1 .heading-wrapper::before {
    margin-left: -418px; }
  .section1 .heading-wrapper::after {
    margin-left: 418px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .section1 .heading-wrapper::before, .section1 .heading-wrapper::after {
    margin: 0;
    left: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial; }
  .section1 .heading-wrapper::before {
    left: 20px; }
  .section1 .heading-wrapper::after {
    right: 20px; }
  .section1.intro .list2 li::before {
    top: 7px; } }

@media (max-width: 767.98px) {
  .section1 .heading-wrapper {
    margin-bottom: 0;
    border-radius: 0;
    margin-bottom: -26px;
    z-index: 10; }
    .section1 .heading-wrapper::before, .section1 .heading-wrapper::after {
      content: none; }
    .section1 .heading-wrapper.bind-mobile::before, .section1 .heading-wrapper.bind-mobile::after {
      content: "";
      margin: 0;
      top: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 90px; }
    .section1 .heading-wrapper.bind-mobile::before {
      left: 10px; }
    .section1 .heading-wrapper.bind-mobile::after {
      right: 10px;
      left: initial; }
    .section1 .heading-wrapper .inner-wrapper {
      -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
              clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
      border-radius: 0; }
  .section1.intro li {
    font-size: 1.5625rem;
    font-family: var(--bs-font-sans-serif); } }

@media (max-width: 767.98px) {
  .section.caq {
    background-color: transparent !important; }
  .section .tag {
    top: 22px; }
  .section1.intro .inner {
    padding-bottom: 30px; }
  .section1.intro p {
    font-size: 1.5625rem; } }

@media (max-width: 575.98px) {
  .section1.intro {
    text-align: center; }
    .section1.intro li,
    .section1.intro p {
      font-size: 0.875rem; }
  .section.box {
    padding-left: 0;
    padding-right: 0; }
    .section.box .title {
      margin-bottom: 1.25rem; }
    .section.box .tag {
      position: static;
      display: block;
      width: calc(100% + 15px);
      margin-bottom: 1.125rem; }
    .section.box .figure1,
    .section.box .figure1.rotate-45 {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .section.box .figure1.rotate-45 {
      -webkit-transform: translate(-50%, -50%) rotate(22deg);
          -ms-transform: translate(-50%, -50%) rotate(22deg);
              transform: translate(-50%, -50%) rotate(22deg); } }

@media (min-width: 992px) and (max-width: 1400px) {
  .section1.intro .inner {
    padding-top: 0.625rem; }
  .section1.intro .figure2 {
    margin-bottom: -6.375rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .section1.intro .inner h1 {
    font-size: 3.25rem; } }

/*
*list
*/
.list1 {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12px; }
  .list1 li {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-weight: 600;
    width: 178px;
    margin: 0;
    padding: 0 12px; }
    .list1 li p {
      font-weight: 600; }
    .list1 li i img {
      max-height: 90px; }
    .list1 li h6 {
      font-weight: 700;
      font-family: var(--bs-font-sans-serif);
      font-size: 1.5rem; }
  .list1.alt {
    margin: 0 -33px; }
    .list1.alt li {
      padding: 0 33px; }
      .list1.alt li p {
        font-weight: 500; }
      .list1.alt li i img {
        max-width: 100px;
        max-height: 100px; }
  .list1.three-column {
    margin: 0 -17px; }
    .list1.three-column li {
      -webkit-flex: 0 0 33.3%;
          -ms-flex: 0 0 33.3%;
              flex: 0 0 33.3%;
      font-weight: 500;
      padding: 0 17px; }
      .list1.three-column li i img {
        max-height: 100px;
        max-width: 100px;
        padding: 10px; }
      .list1.three-column li p {
        font-weight: 500; }
  .list1.arrow li {
    position: relative;
    padding: 0 54px; }
    .list1.arrow li::after {
      content: " ";
      background: url("../images/right-arrow2.svg");
      position: absolute;
      top: 30px;
      right: 0;
      height: 50px;
      width: 54px;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
    .list1.arrow li:last-child::after {
      content: none; }
  .list1.icon1 {
    counter-reset: icon1; }
    .list1.icon1 li::before {
      counter-increment: icon1;
      content: counter(icon1);
      display: block;
      width: 62px;
      height: 60px;
      background-image: url(../images/icon26.svg);
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center;
      line-height: 40px;
      margin: 0 auto; }

@media (max-width: 991px) {
  .list1.three-column li {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .list1.three-column li i img {
      max-height: 80px;
      max-width: 80px; }
  .list1.arrow li {
    padding: 0 10px;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; } }

@media (max-width: 767px) {
  .list1 li h6 {
    font-size: 1.25rem; }
  .list1 li p {
    font-size: 1.125rem; }
  .list1.alt li {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center; }
  .list1.three-column li {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .list1.arrow li {
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .list1.arrow li:last-child {
      padding-bottom: 0; }
    .list1.arrow li:first-child {
      padding-top: 0; }
    .list1.arrow li::after {
      top: initial;
      right: initial;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(90deg);
          -ms-transform: translate(-50%, 50%) rotate(90deg);
              transform: translate(-50%, 50%) rotate(90deg); } }

.list2 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.875rem; }
  .list2 li {
    padding-left: 4.0625rem;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700; }
  .list2 li::before {
    content: "";
    background-image: url("../images/icon10.svg");
    background-size: cover;
    width: 46px;
    height: 46px;
    display: inline-block;
    left: 0;
    position: absolute; }

@media (max-width: 991.98px) {
  .list2 li {
    font-size: 1.25rem;
    padding-left: 2.5rem; }
    .list2 li::before {
      height: 30px;
      width: 30px; } }

@media (max-width: 575.98px) {
  .list2 {
    text-align: center; }
    .list2 li {
      padding-top: 1.875rem;
      padding-left: 0;
      font-size: 1rem; }
      .list2 li::before {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 0;
        left: 50%; } }

.list3 {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list3 li {
    margin: 0;
    padding: 12px 25px;
    border-bottom: 1px solid #404041; }
    .list3 li:last-child {
      border-bottom: none; }
    .list3 li a {
      text-decoration: none; }
      .list3 li a:hover {
        color: #FD6222; }

.two-column-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px; }
  .two-column-layout > .box {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .two-column-layout > .box .list2 {
      max-width: 480px; }

@media (max-width: 767.98px) {
  .two-column-layout {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0; }
  .two-column-layout {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
            clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%); } }

/*
*testimonials
*/
.testimonials .inner-wrapper {
  background-color: #FDF8DE;
  border-radius: 403px;
  padding: 28px 58px 17px 58px;
  position: relative; }
  .testimonials .inner-wrapper::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #FDF8DE;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.testimonials cite {
  padding-top: 50px; }

.testimonials p {
  font-weight: 500;
  font-style: italic;
  font-size: 1.5625rem; }

@media (max-width: 991px) {
  .testimonials .inner-wrapper {
    border-radius: 16px;
    padding: 17px;
    text-align: center; }
    .testimonials .inner-wrapper::after {
      border-top: 20px solid #FDF8DE;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      bottom: -20px; }
  .testimonials cite {
    padding-top: 30px; }
  .testimonials img {
    max-height: 50px;
    max-width: 50px; }
  .testimonials .link1 {
    padding: 0px 14px; }
  .testimonials p {
    font-size: 1.125rem; } }

.pagination {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.125rem; }
  .pagination ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0; }
  .pagination ul, .pagination li {
    margin: 0; }
  .pagination a {
    text-decoration: none;
    width: calc( 1em + 2px);
    height: calc(1em + 2px);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: calc(1em + 2px);
    font-size: 1.125rem;
    color: #404041; }
    .pagination a.prev, .pagination a.next, .pagination a:hover, .pagination a.active {
      color: #fff; }
    .pagination a:hover, .pagination a.active {
      background-color: #FD6222; }
  .pagination li + li {
    margin-left: 0.3125rem; }
  .pagination .prev, .pagination .next {
    background-color: #ccc; }

.reviews {
  padding-top: 4rem;
  padding-bottom: 1.625rem;
  text-align: center;
  position: relative; }
  .reviews iframe,
  .reviews video {
    width: 100%; }
  .reviews .figure1 img {
    max-width: 358px;
    width: 100%; }
  .reviews .figure1 {
    margin-top: -204px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 280px;
    margin-bottom: 1.125rem; }
  .reviews p {
    margin-bottom: 0.9375rem; }
  .reviews .btn {
    margin-bottom: 0.9375rem;
    border-radius: 50rem;
    outline: 5px solid rgba(0, 0, 0, 0.4); }
    .reviews .btn img, .reviews .btn svg {
      height: 25px; }
  .reviews cite {
    font-weight: 600;
    font-style: normal;
    position: relative;
    padding: 0 0.9375rem;
    display: inline-block; }
    .reviews cite::before {
      content: "-";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .reviews .audio-wrapper audio {
    position: absolute;
    left: 0;
    visibility: hidden; }

.mediPlayer.btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .mediPlayer.btn svg {
    width: initial; }
  .mediPlayer.btn .icon2 {
    margin-right: 0.5rem; }

.mediPlayer .icon2 {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  cursor: pointer; }

.mediPlayer svg {
  width: 80px;
  height: 80px; }

@media (max-width: 767.98px) {
  .reviews iframe,
  .reviews video {
    margin-left: -15px;
    width: calc(100% + 30px); }
  .reviews .figure1 img {
    max-width: 300px; }
  .reviews .btn {
    font-size: 0.875rem; } }

@media (max-width: 575.98px) {
  .reviews .figure1 img {
    max-width: 200px; } }

/*
* article
*/
article .author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  article .author img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 15px;
    margin-left: 0; }
  article .author p {
    color: #FD6222;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0; }
    article .author p span {
      color: #404041;
      font-size: 1.125rem;
      font-weight: 400;
      display: block; }

article blockquote {
  text-align: justify; }
  article blockquote p:first-child::before {
    content: url("../images/comma-up.png"); }
  article blockquote p:last-child::after {
    content: url("../images/comma-down.png"); }

article img {
  margin: 0 20px; }

article ol,
article ul {
  margin-bottom: 30px; }
  article ol li,
  article ul li {
    margin-bottom: 10px; }

article ol ul {
  margin-bottom: 0; }

article ul ol {
  margin-bottom: 0; }

article video,
article iframe {
  width: 100%; }

article a {
  text-decoration: none; }
  article a:hover {
    text-decoration: underline; }

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 1rem; }

article h1, article h2 {
  font-size: 2.8125rem; }

article h3 {
  font-size: 2.1875rem; }

article h4, article h5 {
  font-size: 1.75rem; }

article h6 {
  font-size: 1.5rem; }

@media (max-width: 991px) {
  article p {
    margin-bottom: 18px; }
  article img {
    margin: 0 0 12px 0; } }

@media (max-width: 767px) {
  article .author p {
    font-size: 1.25rem; }
    article .author p span {
      font-size: 1rem; }
  article img {
    display: block;
    float: none !important; } }

/*
*accordion
*/
.accordion {
  margin-right: 50px; }
  .accordion .accordion-button {
    box-shadow: none;
    font-size: 1.875rem;
    font-family: "lobster", sans-serif; }
    .accordion .accordion-button::after {
      background-image: url("../images/minus.svg"); }
    .accordion .accordion-button.collapsed::after {
      background-image: url("../images/plus.svg"); }
  .accordion .active {
    color: #FD6222; }
  .accordion .accordion-body {
    padding: 0; }
    .accordion .accordion-body h6 {
      font-family: var(--bs-font-sans-serif); }

/*
*h-css
*/
.questions {
  padding: 50px 80px; }
  .questions h6 {
    font-weight: 700;
    font-family: var(--bs-font-sans-serif); }
  .questions p {
    font-weight: 500;
    font-size: 1.25rem; }

@media (max-width: 767.98px) {
  .questions {
    padding: 34px 0 0 0; }
    .questions h6,
    .questions p {
      font-size: 1.125rem; } }

.display1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FD6222; }

@media (max-width: 767.98px) {
  .display1.alt {
    color: #404041; } }

.display2 {
  font-family: "lobster", sans-serif;
  font-weight: 700;
  color: #FD6222; }

.icon svg {
  margin-bottom: 21px; }

.icon.alt svg {
  max-width: 45px;
  max-height: 45px; }

.icon.positioned img {
  margin-top: -165px;
  position: relative; }

@media (max-width: 767.98px) {
  .icon.alt svg path {
    fill: #404041; } }

.subtitle {
  display: block;
  padding-top: 15px;
  font-size: 1.5rem;
  font-family: var(--bs-font-sans-serif);
  font-weight: 700; }

@media (max-width: 767.98px) {
  .subtitle {
    font-size: 1.125rem; } }

.caption {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 20px; }

@media (max-width: 576px) {
  .caption {
    font-size: 1.125rem; }
    .caption img {
      margin-left: 22px;
      max-height: 28px;
      max-width: 88px; } }

@media (min-width: 991px) {
  .top-border {
    position: relative; }
    .top-border::before {
      content: "";
      position: absolute;
      top: 0;
      background-color: #97C7F2;
      height: 2px;
      width: 110%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.link1 {
  color: #404041;
  font-size: 1.125rem;
  font-weight: 400; }

.rotate-45 {
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg); }

.font1 {
  font-family: "lobster", sans-serif; }

.icon-wrapper {
  margin-top: -110px; }
  .icon-wrapper img {
    vertical-align: top; }

@media (max-width: 991px) {
  .icon-wrapper img {
    max-width: 200px; } }

@media (max-width: 767px) {
  .icon-wrapper .positioned {
    position: absolute;
    bottom: -85px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); } }

@media (max-width: 767px) {
  .gradient1 {
    position: relative; }
    .gradient1::after {
      content: "";
      position: absolute;
      bottom: -32px;
      width: 100%;
      height: 32px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EAF4FC 100%);
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }

.breadcrumb {
  background: aliceblue;
  padding: 15px 50px; }
  .breadcrumb li {
    font-size: 1.375rem; }

@media (max-width: 767px) {
  .breadcrumb {
    padding: 15px 20px; }
    .breadcrumb li {
      font-size: 0.9375rem; } }

/*
* sidebar
*/
.sidebar {
  background: #97C7F2;
  border-radius: 16px;
  margin: 105px 0px 98px;
  padding: 25px; }
  .sidebar .privacy-seal {
    margin-top: -126px;
    margin-bottom: 42px; }
  .sidebar .contact-list {
    max-width: 321px;
    margin-left: auto;
    margin-right: auto; }
  .sidebar h4 {
    font-weight: 700;
    font-family: var(--bs-font-sans-serif); }
  .sidebar p {
    margin-bottom: 20px; }
    .sidebar p strong {
      font-weight: 600;
      display: block; }
  .sidebar .approval-seal {
    margin-bottom: -120px; }
  .sidebar .privacy-seal, .sidebar .approval-seal {
    text-align: center; }
    .sidebar .privacy-seal img, .sidebar .approval-seal img {
      max-height: 188px;
      -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
              filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

/*
* check-list
*/
.check-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 28px; }
  .check-list li {
    position: relative;
    padding-left: 45px; }
    .check-list li::before {
      content: '';
      background-image: url("../images/check2.svg");
      background-repeat: no-repeat;
      background-position: center;
      width: 35px;
      height: 35px;
      border-radius: 100px;
      background-color: #fff;
      border: 1.5px solid #404041;
      position: absolute;
      left: 0px;
      top: 0px; }

/*
* contact-list
*/
.contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px; }
  .contact-list a {
    text-decoration: none;
    font-weight: 600;
    color: #404041; }
    .contact-list a:hover {
      color: #49AB9E; }
  .contact-list li {
    padding-left: 3.125rem;
    position: relative; }
  .contact-list svg {
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 5px; }
    .contact-list svg * {
      fill: #404041; }

/*
* gradient-white
*/
.gradient-white {
  position: relative;
  z-index: 1; }
  .gradient-white::before {
    content: '';
    width: 11000px;
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: linear-gradient(to top, #FFFFFF 97.4%, rgba(255, 255, 255, 0) 100%);
    z-index: -1; }

/*
* form
*/
.form h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif);
  margin-bottom: 30px; }

.form h3 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--bs-font-sans-serif);
  margin-bottom: 1.0625rem; }

.form .form-group {
  margin-bottom: 35px; }
  .form .form-group p {
    font-size: 0.875rem;
    line-height: calc(21 / 14);
    margin-bottom: 0px;
    margin-top: 10px; }

.form .form-control {
  height: 55px;
  border-radius: 5px;
  border-color: rgba(125, 125, 125, 0.75);
  color: #7D7D7D;
  font-family: var(--bs-font-sans-serif);
  font-weight: 500;
  font-size: 1.25rem; }
  .form .form-control::-webkit-input-placeholder {
    color: #7D7D7D; }
  .form .form-control::-moz-placeholder {
    color: #7D7D7D; }
  .form .form-control:-ms-input-placeholder {
    color: #7D7D7D; }
  .form .form-control::placeholder {
    color: #7D7D7D; }

.form .selectbox {
  position: relative; }
  .form .selectbox .form-control {
    padding-right: 40px; }
  .form .selectbox::after {
    content: '';
    background-image: url("../images/caret-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 23px;
    height: 13px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none; }

.form .form-block {
  background: rgba(151, 199, 242, 0.15);
  border-radius: 5px;
  padding: 40px 24px 5px; }

.form .form-heading {
  font-weight: 600;
  margin-bottom: 15px; }

.form .column {
  margin-bottom: 1.875rem; }

@media (max-width: 991px) {
  .form h2 {
    font-size: 1.5rem; }
  .form .form-control {
    height: 48px;
    font-size: 1rem; }
  .form .selectbox::after {
    width: 20px; } }

@media (max-width: 767px) {
  .form h2 {
    font-size: 1.125rem;
    margin-bottom: 15px; }
  .form .form-control {
    height: 40px; }
  .form .form-block {
    padding: 20px 20px 1px; }
  .form .btn {
    font-size: 0.875rem;
    padding: 15px 25px; } }

.font-poppins {
  font-family: var(--bs-font-sans-serif) !important; }

.fw-semibold {
  font-weight: 600; }

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%; } }

.form .wrapper {
  padding: 1.25rem 3.75rem 0.625rem;
  background-color: rgba(125, 125, 125, 0.15);
  margin-bottom: 0.9375rem; }
  .form .wrapper.active {
    background-color: rgba(151, 199, 242, 0.35); }
  .form .wrapper p,
  .form .wrapper span {
    font-size: 1.125rem;
    margin-bottom: 0; }
  .form .wrapper label {
    font-weight: 600;
    margin-bottom: 0.375rem;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .form .wrapper label img {
      margin-right: 8px; }
    .form .wrapper label span, .form .wrapper label del {
      margin-left: 8px; }
  .form .wrapper label span,
  .form .wrapper label del,
  .form .wrapper .price {
    font-size: 1.5rem;
    font-weight: 700; }
  .form .wrapper del {
    color: #7D7D7D; }

.form .note {
  background-color: #EAF4FC;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.75rem 1.875rem;
  margin-bottom: 1.875rem; }
  .form .note p {
    margin-bottom: 0; }

.form .check-wrapper label {
  position: relative; }
  .form .check-wrapper label::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid #7D7D7D;
    position: absolute;
    left: -45px;
    top: 5px; }
  .form .check-wrapper label::after {
    content: url(../images/check3.svg);
    position: absolute;
    left: -40px;
    top: 7px;
    display: none; }

.form .check-wrapper input {
  position: absolute;
  visibility: hidden; }

.form .check-wrapper input:checked + label::after {
  display: block; }

.form label {
  font-size: 1.25rem; }

.form .logo-wrapper img {
  float: left;
  margin-left: 0.5rem; }

.form button[type="submit"] {
  font-family: var(--bs-font-sans-serif);
  outline: 5px solid rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem; }
  .form button[type="submit"] svg {
    margin-right: 0.625rem;
    height: 30px; }

.form .order-summary {
  margin-bottom: 3.75rem; }
  .form .order-summary ul {
    list-style-type: none;
    padding-left: 0.9375rem;
    margin-bottom: 1.875rem; }
  .form .order-summary li {
    color: #7D7D7D;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form .order-summary li p {
      margin-bottom: 0; }
  .form .order-summary .price {
    color: #404041;
    margin-right: 0.625rem;
    min-width: 75px; }
  .form .order-summary .total {
    font-size: 1rem;
    border-top: 1px solid #7D7D7D;
    padding-top: 0.1875rem; }
    .form .order-summary .total .price {
      font-size: 1.5rem;
      font-weight: 700; }

.form .quantity button,
.form .quantity input {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  border: 1.5px solid #404041;
  background-color: #fff;
  text-align: center; }

.form .quantity button {
  padding: 0; }

.form .quantity input {
  border-color: #7D7D7D; }
  .form .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.form .radio-wrapper {
  position: relative; }
  .form .radio-wrapper input {
    position: absolute;
    visibility: hidden; }
  .form .radio-wrapper label {
    padding-left: 2.1875rem;
    margin-bottom: 0.625rem; }
    .form .radio-wrapper label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 31px;
      height: 31px;
      border-radius: 50%;
      border: 1px solid #7D7D7D;
      box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25); }
    .form .radio-wrapper label::after {
      content: "";
      position: absolute;
      left: 5.69px;
      top: 5.78px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
      background-color: #7D7D7D;
      display: none; }
  .form .radio-wrapper input:checked + label::after {
    display: block; }

.form .price-wrapper {
  font-size: 1rem;
  margin-bottom: 0.5rem; }
  .form .price-wrapper span {
    font-size: 3.75rem;
    font-family: 'League Gothic', sans-serif;
    margin-right: 0.9375rem; }

@media (max-width: 767.98px) {
  .form .wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 8px; }
    .form .wrapper .check-wrapper label {
      padding-left: 2.375rem;
      margin-bottom: 0.625rem; }
      .form .wrapper .check-wrapper label img {
        height: 25px; }
      .form .wrapper .check-wrapper label span, .form .wrapper .check-wrapper label del {
        margin-left: auto; }
    .form .wrapper label, .form .wrapper label span, .form .wrapper label del, .form .wrapper .price, .form .wrapper .offer {
      font-size: 0.875rem; }
    .form .wrapper .check-wrapper label::before {
      left: 0;
      top: -3px; }
    .form .wrapper .check-wrapper label::after {
      left: 5px; }
    .form .wrapper p {
      font-size: 0.875rem; }
    .form .wrapper .offer {
      color: #49AB9E; }
  .form .note {
    font-size: 0.875rem;
    border-radius: 0;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .form button[type="submit"] {
    padding: 0.625rem 1.5625rem; }
  .form .quantity span {
    display: block; } }

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.mediPlayer .control {
  opacity: 0;
  /* transition: opacity .2s linear; */
  pointer-events: none;
  cursor: pointer; }

.mediPlayer .not-started .play, .mediPlayer .paused .play {
  opacity: 1; }

.mediPlayer .playing .pause {
  opacity: 1; }

.mediPlayer .playing .play {
  opacity: 0; }

.mediPlayer .ended .stop {
  opacity: 1;
  pointer-events: none; }

.mediPlayer .precache-bar .done {
  opacity: 0; }

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
  display: none; }

.mediPlayer .ended .progress-track {
  stroke-opacity: 1; }

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
  transition: stroke-dashoffset 500ms;
  stroke-dasharray: 298.1371428256714;
  stroke-dashoffset: 298.1371428256714; }

/*  ==========================================================================
	Pages
    ========================================================================== */
@media (min-width: 992px) {
  .home .intro figure {
    position: relative;
    z-index: -1; }
    .home .intro figure img {
      max-height: 450px; } }

@media (min-width: 768px) {
  .home .two-column-layout .option-label::before {
    bottom: 50px;
    top: initial; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .intro figure {
    margin-top: 11.3125rem; } }

@media (max-width: 991.98px) {
  .home .intro + .section {
    padding-top: 17.8125rem; }
  .home .intro {
    margin-bottom: -18rem; } }

@media (max-width: 575.98px) {
  .home .intro {
    margin-bottom: -7.8125rem; }
    .home .intro figure img {
      max-height: 216px; }
    .home .intro + .section {
      padding-top: 9.8125rem; } }

@media (max-width: 767.98px) {
  .home .two-column-layout > .box {
    padding-bottom: 4.0625rem; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .home .box.option-label::before {
    font-size: 2.625rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 50%; } }

@media (min-width: 1400px) {
  .home .intro figure img {
    max-height: initial;
    margin-top: -46px; } }

/*  ==========================================================================
	Vendor
    ========================================================================== */

/*# sourceMappingURL=main.css.map */
