@font-face {
    font-family: "Source-Sans-Pro";
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/SourceSansPro-Bold.ttf) format("truetype");
  }
  @font-face {
    font-family: "Source-Sans-Pro-Light";
    font-style: normal;
    font-weight: 300;
    src: url(../assets/fonts/SourceSansPro-Light.ttf) format("truetype");
  }
  @font-face {
    font-family: "Classico";
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/classico.woff) format("woff");
  }
  @font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot");
    src: url("/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^=icon-],
  [class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-moa-cnm-body-area:before {
    content: "\e902";
  }
  
  .icon-moa-cnm-play-audio:before {
    content: "\e903";
  }
  
  .icon-moa-cnm-play-video:before {
    content: "\e904";
  }
  
  .icon-moa-mm-arrow-b:before {
    content: "\e900";
  }
  
  .icon-moa-mm-arrow-d:before {
    content: "\e901";
  }
  
  .icon-moa-close:before {
    content: "\e800";
  }
  
  .icon-moa-delete:before {
    content: "\e801";
  }
  
  .icon-moa-flag:before {
    content: "\e802";
  }
  
  .icon-moa-ma-note:before {
    content: "\e803";
  }
  
  .icon-moa-maximise:before {
    content: "\e804";
  }
  
  .icon-moa-minimise:before {
    content: "\e805";
  }
  
  .icon-moa-mm-arrow:before {
    content: "\e806";
  }
  
  .icon-moa-more:after {
    content: "\e807";
  }
  
  .icon-moa-oe-note:before {
    content: "\e808";
  }
  
  .icon-moa-refresh:after {
    content: "\e809";
  }
  
  .icon-moa-star:before {
    content: "\e80a";
  }
  
  .icon-moa-successful:before {
    content: "\e80b";
  }
  
  .icon-moa-unsuccessful:before {
    content: "\e80c";
  }
  
  body {
    padding-bottom: 125px;
  }
  
  img {
    width: 100%;
    height: auto;
  }
  
  h1 {
    font: normal 25.5px/23.6px Classico;
    letter-spacing: 0px;
    color: #d74100;
  }
  
  h2 {
    font: normal 28px/28px Classico;
    letter-spacing: 0px;
    color: #d74100;
  }
  
  h3 {
    font: normal 20px/21.26px Classico;
    letter-spacing: 0px;
    color: #d74100;
  }
  
  h4 {
    font: normal 17.5px/19px Source-Sans-Pro;
    letter-spacing: 0px;
    color: #d74100;
  }
  
  h5 {
    font: normal 17.5px/20.79px Source-Sans-Pro;
    letter-spacing: 0px;
    color: #d74100;
  }
  
  h6 {
    font: normal 14px/15.4px Helvetica;
    letter-spacing: 0px;
    color: #70747a;
  }
  
  a {
    font-size: 14px;
    text-decoration: none;
    color: #d74100;
  }
  
  p {
    font: normal 14px/26.8px Helvetica;
    letter-spacing: 0px;
    color: #333333;
  }
  
  .btn {
    color: #fff;
    font: normal 14px/20px arial;
    border-radius: 3px;
    position: relative;
  }
  .btn-primary {
    background-color: #cf4520;
    border: 2px solid #cf4520;
  }
  .btn-primary:hover {
    background-color: #a33619;
    border: 2px solid #a33619;
  }
  .btn-grey {
    color: #fff;
    background-color: #70747a;
    border: 2px solid #70747a;
  }
  .btn-grey:hover {
    color: #fff;
    background-color: #70747a;
    border: 2px solid #70747a;
  }
  .btn-lightgrey {
    color: #333333;
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
  }
  .btn-lightgrey:hover {
    color: #333333;
    background-color: #d5d5d5;
    border: 2px solid #d5d5d5;
  }
  .btn-outline-white {
    background-color: transparent;
    border: 2px solid #fff;
  }
  .btn-outline-white:hover {
    color: #fff;
    border: 2px solid #fff;
  }
  .btn-outline-white:focus {
    color: #cf4520;
    border: 2px solid #cf4520;
  }
  .btn-outline-grey {
    color: #70747a;
    background-color: transparent;
    border: 2px solid #70747a;
  }
  .btn-outline-grey:hover {
    color: #70747a;
    border: 2px solid #70747a;
    background-color: #fff;
  }
  .btn-outline-grey-disable {
    color: #70747a;
    background-color: transparent;
    border: 2px solid #70747a;
  }
  .btn-outline-grey-disable:hover {
    color: #70747a;
    border: 2px solid #70747a;
  }
  .btn-outline-grey-red {
    color: #696969;
    background-color: transparent;
    border: 2px solid #c9c9c9;
  }
  .btn-outline-grey-red:hover {
    color: #cf4520;
    border: 2px solid #cf4520;
    background-color: transparent;
  }
  .btn-outline-red {
    color: #cf4520;
    background-color: transparent;
    border: 2px solid #cf4520;
  }
  .btn-outline-red:hover {
    color: #cf4520;
    border: 2px solid #cf4520;
    background-color: transparent;
  }
  
  .bg-body-tertiary {
    background-color: #cf4520 !important;
  }
  
  .navbar-brand img {
    height: 30px;
  }
  
  .navbar-nav .nav-link {
    color: #efab93;
  }
  .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 19px;
  }
  
  .logout-menu-bar {
    visibility: hidden;
    height: 0;
    padding: 0;
    background-color: #f0f0f0;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  .logout-menu-bar ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
  }
  .logout-menu-bar ul li {
    display: inline;
    margin-right: 15px;
  }
  
  #log-out:focus {
    color: #fff;
  }
  
  .submenu-nav {
    background-color: #2a2a2a;
    padding: 20px 0px;
    height: 370px;
    overflow: visible;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  .submenu-nav .show-menu {
    height: 330px;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  .submenu-nav-components {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 10px;
  }
  .submenu-nav-components span:before {
    font-size: small;
    color: #70747a;
  }
  .submenu-nav-components h6 {
    margin-top: 10px;
  }
  .submenu-nav-components .active-menu {
    background-color: #3e3e3e;
  }
  .submenu-nav-components .active-menu span:before {
    color: #fff;
  }
  .submenu-nav-components p {
    color: #fff;
  }
  .submenu-nav ul {
    list-style: none;
    padding: 0;
    cursor: pointer;
  }
  .submenu-nav ul li {
    font-size: 14px;
    color: #fff;
    padding: 5px 9px;
    display: flex;
    justify-content: space-between;
  }
  .submenu-nav ul li a {
    color: #fff;
    width: 100%;
  }
  .submenu-nav ul li:hover {
    background-color: #3e3e3e;
  }
  .submenu-nav ul li:hover span:before {
    color: #fff;
  }
  .submenu-nav ol li {
    color: #fff;
  }
  .submenu-nav .submenu-1 {
    width: 35%;
    margin-left: 3%;
  }
  .submenu-nav .submenu-1 div {
    border-bottom: 1px solid #3e3e3e;
  }
  .submenu-nav .custom-scroll {
    width: 100%;
    height: 330px;
  }
  .submenu-nav .submenu-2 {
    width: 33.33%;
    margin-left: 3%;
  }
  .submenu-nav .submenu-2 button {
    display: block;
    margin-left: auto;
    margin-block: 10px;
  }
  .submenu-nav .submenu-2 .rating-5-star {
    display: flex;
    justify-content: flex-end;
    direction: rtl;
    unicode-bidi: bidi-override;
  }
  .submenu-nav .submenu-2 .rating-5-star input {
    display: none;
  }
  .submenu-nav .submenu-2 .rating-5-star label {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../assets/images/nonactive-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .submenu-nav .submenu-2 .rating-5-star input:checked ~ label {
    background-image: url(../assets/images/active-star.svg);
  }
  .submenu-nav .submenu-2 .rating textarea.form-control {
    height: 160px;
  }
  .submenu-nav .submenu-2 .point-groups-menu .edit_text:hover {
    cursor: pointer;
    color: #cf4520 !important;
  }
  .submenu-nav .submenu-2 .point-groups-menu ul li span.icon-moa-delete::before {
    color: #cf4520;
  }
  .submenu-nav .gobackbtn {
    margin: 0;
    margin-bottom: 10px;
    margin-left: 0px !important;
  }
  .submenu-nav .gobackbtn span::before {
    color: #cf4520;
  }
  .submenu-nav .submenu-3 {
    width: 30%;
    margin-left: 3%;
  }
  .submenu-nav .submenu-3 .custom-scroll {
    width: 100%;
  }
  .submenu-nav .submenu-3 form {
    border-bottom: 1px solid #3e3e3e;
  }
  .submenu-nav .submenu-3 form input {
    padding: 3px 5px;
  }
  .submenu-nav .submenu-3 .form-label {
    color: #70747a;
  }
  .submenu-nav .submenu-3 button {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
  }
  .submenu-nav .submenu-3 #sub-type {
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
  }
  .submenu-nav .submenu-3 .form-check {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .submenu-nav .submenu-3 .form-switch {
    padding-left: 0;
  }
  .submenu-nav .submenu-3 .form-check.form-switch {
    display: flex;
    justify-content: space-between;
  }
  .submenu-nav .submenu-3 .form-switch .form-check-input {
    width: 4em;
    height: 2em;
  }
  .submenu-nav .submenu-3 .form-check-input {
    background-color: transparent;
    border: 2px solid #c9c9c9;
  }
  .submenu-nav .submenu-3 .notes p {
    font-size: 13px;
    line-height: 17px;
  }
  .submenu-nav .submenu-3 .test input[type=text] {
    width: 20%;
    text-align: center;
  }
  .submenu-nav .submenu-3 .test .form-check-input {
    width: 1.5em;
    height: 1.5em;
  }
  .submenu-nav .submenu-3 .form-check-input:focus {
    box-shadow: none;
  }
  .submenu-nav .submenu-3 .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239B9B9B'/%3e%3c/svg%3e") !important;
  }
  .submenu-nav .submenu-3 .form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cf4520'/%3e%3c/svg%3e") !important;
  }
  .submenu-nav .submenu-3 .feedback_review textarea.form-control {
    height: 160px;
  }
  .submenu-nav .submenu-3 .search-results {
    height: 179px;
    border-bottom: 1px solid #333333;
  }
  .submenu-nav .xtra-menu {
    width: 33.33%;
  }
  .submenu-nav .ch-cpp-middlemenu {
    width: 33.33%;
  }
  
  .testdropform {
    height: 33px;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  
  .xtramenu_dropform {
    height: 33px;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  .xtramenu_dropform h6 {
    margin-right: 10px;
  }
  .xtramenu_dropform .form-control {
    border-radius: 0px;
  }
  .xtramenu_dropform .btn-primary {
    border-radius: 0px;
  }
  
  .edit_text_xtra {
    cursor: pointer;
  }
  .edit_text_xtra .edit_text_xtra:hover {
    cursor: pointer;
    color: #cf4520 !important;
  }
  
  span.icon-moa-delete::before {
    color: #d74100;
  }
  
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 5px 8px;
    }
    .submenu-nav {
      padding: 30px 0px;
    }
    .submenu-nav .submenu-1 {
      width: 100%;
    }
    .submenu-nav .submenu-2 {
      width: 100%;
    }
    .submenu-nav .submenu-3 {
      width: 100%;
    }
    .submenu-nav .ch-cpp-middlemenu {
      width: 100%;
    }
    .submenu-nav .xtra-menu {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 3px 5px;
    }
    .submenu-nav-components {
      justify-content: space-between;
    }
    .submenu-nav {
      padding: 30px 0px;
    }
    .submenu-nav .submenu-1 {
      width: 100%;
    }
    .submenu-nav .submenu-2 {
      width: 100%;
    }
    .submenu-nav .submenu-3 {
      width: 100%;
    }
    .submenu-nav .ch-cpp-middlemenu {
      width: 100%;
    }
    .submenu-nav .xtra-menu {
      width: 100%;
    }
    .logout-menu-bar ul {
      text-align: right;
    }
    .logout-menu-bar ul li {
      font-size: 14px;
    }
  }
  .banner-img img {
    height: 699px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 30px;
  }
  
  .welcome-quote {
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 0px;
    align-items: center;
    margin-top: 40px;
  }
  .welcome-quote p {
    margin: 0;
  }
  .welcome-quote-text {
    padding: 0px 15px;
  }
  .welcome-quote .quote-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .welcome-quote .quote-links a {
    color: #b4b4b4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }
  .welcome-quote .quote-links span::after {
    font-size: 22px;
  }
  
  @media (max-width: 768px) {
    .banner-img {
      margin-top: 20px;
    }
    .banner-img img {
      height: 261px;
    }
    .welcome-quote .quote-links {
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
    }
  }
  .test-score .test-header {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .test-score .test-header a {
    font-size: 25.2px;
  }
  
  .test-type-box {
    background-color: #f5f5f5;
    border: 1px solid #b4b4b4;
    padding: 15px;
    margin-bottom: 30px;
  }
  .test-type-box h4 {
    margin-bottom: 10px;
  }
  .test-type-box a {
    margin-top: 10px;
  }
  
  .test-activity {
    border: 1px solid #d2d2d2;
    padding: 15px;
  }
  .test-activity p {
    margin: 5px 0px;
  }
  .test-activity .orange-bold-color {
    color: #d74100;
    font-weight: bold;
  }
  .test-activity .test-activity-average {
    text-align: center;
  }
  .test-activity .test-activity-average .average-score {
    display: block;
    margin-block: 10px;
    font-family: Classico;
    color: #d74100;
    font-size: 48px;
  }
  .test-activity .test-activity-table {
    margin-bottom: 30px;
    width: 100%;
  }
  
  .table thead {
    background-color: #cf4520;
    color: #fff;
  }
  
  .link-reset {
    text-align: right;
  }
  .link-reset a {
    font-size: 12px;
  }
  
  .moa-header {
    margin-top: 27px;
    margin-bottom: 11px;
  }
  
  .my-point-group .nav-link {
    color: #d74100;
  }
  .my-point-group li::marker {
    color: #d74100;
    font-size: 12px;
  }
  .my-point-group ul li {
    font-size: 14px;
    line-height: 23.45px;
    padding-left: 15px;
    margin-bottom: 8px;
  }
  
  .fade {
    transition: opacity 0.25s linear;
  }
  
  tr:last-child td {
    border-bottom: none;
  }
  
  .video-section {
    height: 490px;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
    margin-bottom: 20px;
  }
  
  .play-video-menu {
    background-color: #2a2a2a;
    padding: 20px 0px;
    height: 490px;
    overflow: visible;
    transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  }
  .play-video-menu .video-player {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .play-video-menu .video-player .moa-video {
    width: 100%;
    height: 450px;
    border: 1px solid #fff;
  }
  .play-video-menu .video-list {
    margin-bottom: 20px;
  }
  .play-video-menu .video-list .form-check.form-switch {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
  }
  .play-video-menu .video-list .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239B9B9B'/%3e%3c/svg%3e") !important;
  }
  .play-video-menu .video-list .form-switch .form-check-input {
    width: 4em;
    height: 2em;
  }
  .play-video-menu .video-list .form-check-input {
    background-color: transparent;
    border: 2px solid #c9c9c9;
  }
  .play-video-menu .video-list .form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cf4520'/%3e%3c/svg%3e") !important;
  }
  .play-video-menu .video-list .form-check-input:focus {
    box-shadow: none;
  }
  .play-video-menu .resp-related-video {
    display: none;
  }
  
  .video-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #3e3e3e;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  .video-card:hover {
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease-in;
  }
  .video-card:hover .video-card-details p {
    color: #3e3e3e;
  }
  .video-card img {
    width: 90px;
    height: 68px;
  }
  .video-card span.icon-moa-flag {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #70747a;
  }
  .video-card .video-card-details {
    margin-left: 10px;
  }
  .video-card .video-card-details h4 {
    margin-bottom: 0;
  }
  .video-card .video-card-details p {
    font-size: 12px;
    margin-bottom: 3px;
    color: #fff;
  }
  
  .active-vc {
    background-color: #fff;
  }
  .active-vc .video-card-details p {
    color: #3e3e3e;
  }
  
  .close-video {
    cursor: pointer;
    background-color: #2a2a2a;
    width: 50px;
    height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: auto;
  }
  .close-video span.icon-moa-minimise {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
  }
  
  @media (max-width: 991px) {
    .play-video-menu {
      height: 340px;
    }
    .play-video-menu .video-player .moa-video {
      width: 100%;
      height: 300px;
    }
  }
  @media (max-width: 768px) {
    .play-video-menu {
      height: 370px;
    }
    .play-video-menu .video-player .moa-video {
      width: 100%;
      height: 290px;
    }
    .play-video-menu .resp-related-video {
      display: flex;
      margin-block: 15px;
      align-items: center;
      justify-content: center;
    }
  }
  .subscription {
    overflow-x: auto;
  }
  .subscription .table {
    width: 100%;
  }
  .subscription .table thead,
  .subscription .table tfoot {
    background-color: #f8f8f8;
    color: #333333;
  }
  .subscription .table thead th,
  .subscription .table tfoot th {
    padding: 20px;
    font-size: 14px;
    border: none;
  }
  .subscription .table td {
    padding: 14px 20px;
    border: none;
    font-size: 14px;
  }
  .subscription .table .order-no {
    text-decoration: underline;
    color: #d74100;
  }
  .subscription .table-striped tbody tr:nth-of-type(odd) > * {
    background-color: #fdfdfd;
  }
  .subscription .table-striped tbody tr:nth-of-type(even) > * {
    background-color: #fbfbfb;
  }
  
  .subscription_details h4 {
    font-size: 32px;
    margin-top: 72px;
    margin-bottom: 18px;
  }
  .subscription_details .table td {
    padding: 16px 22px;
  }
  
  .bold-btn {
    font-weight: bold;
    padding: 9px 22px;
  }
  
  .blue-banner {
    background-color: #3d9cd2;
    border-left: 10px solid rgba(0, 0, 0, 0.15);
    padding: 16px 26px;
    border-radius: 2px;
    width: 90%;
    margin: auto;
  }
  .blue-banner p {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
  
  .checkout,
  .payment-chout {
    width: 80%;
    margin: auto;
    margin-block: 2rem;
  }
  .checkout .form-control,
  .payment-chout .form-control {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
    border-radius: 0;
  }
  .checkout p,
  .payment-chout p {
    font-size: 16px;
  }
  .checkout h1,
  .payment-chout h1 {
    font-family: Source-Sans-Pro-Light;
    font-size: 42px;
    margin-top: 20px;
  }
  .checkout .blue-banner,
  .payment-chout .blue-banner {
    width: 100%;
    margin-block: 2rem;
  }
  .checkout .blue-banner a,
  .payment-chout .blue-banner a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
  }
  .checkout h2,
  .payment-chout h2 {
    font-family: Source-Sans-Pro-Light;
  }
  .checkout .checkoutnote p,
  .payment-chout .checkoutnote p {
    padding: 2rem 1rem 1.5rem 0;
  }
  .checkout .creditcard-chkout,
  .payment-chout .creditcard-chkout {
    background-color: #f2f2f2;
  }
  .checkout .creditcard-chkout .form-check,
  .payment-chout .creditcard-chkout .form-check {
    background-color: #f2f2f2;
    padding: 24px;
    margin-left: 16px;
  }
  .checkout .creditcard-chkout .form-check-input:checked,
  .payment-chout .creditcard-chkout .form-check-input:checked {
    background-color: #d74100;
    border-color: #d74100;
  }
  .checkout .creditcard-chkout .form-check-input:focus,
  .payment-chout .creditcard-chkout .form-check-input:focus {
    box-shadow: none;
  }
  .checkout .creditcard-chkout .credit-middlepart,
  .payment-chout .creditcard-chkout .credit-middlepart {
    background-color: #fbfbfb;
    padding: 24px;
  }
  .checkout .creditcard-chkout .credit-middlepart .form-control,
  .payment-chout .creditcard-chkout .credit-middlepart .form-control {
    margin-bottom: 0;
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
  }
  .checkout .creditcard-chkout .form-check-label,
  .payment-chout .creditcard-chkout .form-check-label {
    font-family: Source-Sans-Pro;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .checkout .creditcard-chkout .form-check-label img,
  .payment-chout .creditcard-chkout .form-check-label img {
    width: auto;
    height: auto;
  }
  .checkout .creditcard-chkout .input-group-text,
  .payment-chout .creditcard-chkout .input-group-text {
    background-color: #fff;
  }
  .checkout .checkout-privacy,
  .payment-chout .checkout-privacy {
    background-color: #fbfbfb;
    padding: 24px;
    margin-top: 16px;
  }
  .checkout .checkout-privacy a,
  .payment-chout .checkout-privacy a {
    font-size: 16px;
    text-decoration: underline;
  }
  .checkout .site-title,
  .payment-chout .site-title {
    height: 72px;
  }
  .checkout .site-title h1,
  .payment-chout .site-title h1 {
    font-size: 38px;
    padding-block: 20px;
    padding-inline: 10px;
  }
  
  .payment-chout {
    margin-block: 0;
  }
  
  @media (max-width: 991px) {
    .checkout .site-title h1 {
      font-size: 32px;
    }
  }
  @media (max-width: 768px) {
    .checkout .site-title h1 {
      font-size: 27px;
    }
  }
  .address-section {
    margin-left: 62px;
  }
  .address-section .address-box {
    margin-bottom: 30px;
    margin-right: 5%;
  }
  .address-section .address-box h3 {
    font-family: Source-Sans-Pro-Light;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .address-section address {
    font-style: italic;
    margin-bottom: 25px;
  }
  
  @media (max-width: 768px) {
    .address-section {
      margin-left: 10px;
    }
  }
  .video-selection h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    border-bottom: 1px solid #eeeeee;
  }
  .video-selection button {
    margin-bottom: 20px;
  }
  .video-selection .video-selection-list {
    display: flex;
    flex-wrap: wrap;
  }
  .video-selection .video-selection-list li {
    width: 33.33%;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
  }
  .video-selection .video-selection-list li a:hover {
    border-bottom: 1px solid #b4b4b4;
  }
  .video-selection .video-selection-list li::marker {
    content: none;
  }
  
  @media (max-width: 768px) {
    .video-selection .video-selection-list {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
    }
    .video-selection .video-selection-list li {
      width: 100%;
    }
  }
  .register {
    width: 50%;
    margin: auto;
    padding: 15px;
  }
  .register h2 {
    margin-top: 27px;
    margin-bottom: 11px;
  }
  .register .alert-message {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .register .alert-message p {
    margin-bottom: 0;
  }
  .register form p {
    color: #737373;
  }
  .register form h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .register form .form-label {
    font-weight: 600;
    color: #666a73;
    text-align: left;
  }
  .register form .not-a-robot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    background: #f9f9f9;
    height: 74px;
    width: 300px;
    margin-left: 14px;
  }
  .register form .not-a-robot .form-check-input {
    width: 24px;
    height: 24px;
    border: 2px solid #c1c1c1;
  }
  .register form .not-a-robot .form-check-label {
    margin-left: 5px;
    font-size: 14px;
  }
  .register form .not-a-robot .captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 0.8;
  }
  .register form .not-a-robot .captcha img {
    height: 32px;
    width: 32px;
  }
  .register form .not-a-robot .captcha .captchatext {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }
  .register form .not-a-robot .captcha a {
    text-decoration: none;
    color: #555;
    font-size: 8px;
  }
  .register form .form-check-label {
    font-size: 14px;
  }
  .register form .signup-cancel {
    padding: 8px 13px;
  }
  
  @media (max-width: 991px) {
    .register {
      width: 100%;
    }
  }
  .right-align {
    text-align: right;
  }
  
  .width-adjust {
    width: 25%;
  }
  
  .custom-scroll {
    height: 889px;
    padding-right: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  /* custom scrollbar */
  .custom-scroll::-webkit-scrollbar {
    width: 6px;
  }
  
  .custom-scroll::-webkit-scrollbar-track {
    background: #3e3e3e;
    border-radius: 10px;
  }
  
  .custom-scroll::-webkit-scrollbar-thumb {
    background: #b4b4b4;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  .submenu-nav {
    position: relative;
  }
  .submenu-nav .close-menu {
    position: absolute;
    color: #cf4520;
    top: 5px;
    right: 15px;
    font-size: x-large;
    cursor: pointer;
  }
  
  .show {
    display: block;
  }
  
  .hide {
    display: none;
  }
  
  .custom-visible {
    visibility: hidden;
  }
  
  .bordered-bottom {
    border-bottom: 1px solid #3e3e3e;
    margin-block: 5px;
  }
  
  .color-white {
    color: #fff;
  }
  
  .active-yellow {
    color: #f9c11d;
  }
  
  .custom-transition {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .resp-hide-991 {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .resp-hide {
      display: none;
    }
  }
  .intro {
    text-align: left;
    overflow: auto;
    padding: 0px 15px;
    margin: 0px 120px;
    height: 829px;
  }
  
  @media (max-width: 991px) {
    .intro {
      margin: 0px;
    }
  }
  /* custom scrollbar */
  .scroll::-webkit-scrollbar {
    width: 5px;
    height: 100px;
  }
  
  .scroll::-webkit-scrollbar-track {
    background: #fff;
  }
  
  .scroll::-webkit-scrollbar-thumb {
    background: #70747a;
    border-radius: 10px;
  }
  
  .main_img {
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding-left: 125px;
  }
  .main_img a {
    text-decoration: none;
    cursor: pointer;
    color: #70747a;
    font-size: 13px;
    z-index: 1001;
    margin-top: 30px;
  }
  
  .quote-page-template:before {
    content: " ";
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
  }
  
  .content-img {
    width: 100%;
    max-width: 300px;
    padding-top: 20px;
    max-height: 600px;
  }
  
  .magnifer-tool {
    width: 20px;
  }
  
  .col-content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 10px 32px 10px;
  }
  .col-content-header img {
    width: 50px;
    height: 85px;
  }
  
  .col-content-heading {
    text-align: justify;
  }
  .col-content-heading em {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  .blocks {
    text-align: justify;
  }
  
  .editor {
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
    display: none;
  }
  .editor textarea {
    width: 100%;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    height: 160px;
    padding: 5px 7px;
    resize: vertical;
    outline: none;
  }
  .editor p {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  
  .editor-bottom p {
    padding: 15px 0px;
  }
  
  .button-editor {
    float: right;
    margin-top: 15px;
  }
  
  .textarea-editor {
    margin-bottom: 15px;
  }
  
  .editor-edit {
    padding-bottom: 15px;
  }
  
  .mobile-app-notes {
    margin-top: 15px;
  }
  
  .edit_block {
    transition: all 0.5s ease-in-out;
  }
  .edit_block p {
    padding: 0px 10px;
  }
  .edit_block h4 {
    padding: 0px 10px;
  }
  
  .edit-block-open {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .edit-block-open span::before {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
  }
  .edit-block-open:hover span::before {
    color: #aaa;
  }
  
  .close {
    font-size: 8px;
    font-weight: bold;
    margin: 0px !important;
  }
  
  .modal-header {
    border-bottom: 0 !important;
  }
  
  .btn-in-editor {
    position: relative;
    float: right;
    bottom: 40px;
    border: 1px solid #70747a;
    border-radius: 50%;
    font-size: 10px;
  }
  
  .scroll {
    height: 599px;
    overflow-y: scroll;
    padding: 0px 20px 20px 0px;
  }
  
  .content-resp-img1 {
    display: none;
  }
  
  .play-navbar {
    background: #f0f0f0;
    height: 60px;
  }
  
  .form-navbar {
    display: flex;
    gap: 15px;
    border-right: 2px solid #c9c9c9;
  }
  
  .selection-page {
    display: flex;
    gap: 15px;
    margin-left: 15px;
  }
  
  .border-space {
    margin-right: 15px;
  }
  
  .play-resp {
    display: none;
  }
  
  .edit_block ul li::marker {
    color: #d74100;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
  }
  
  .scroll-search::-webkit-scrollbar-track {
    background: #70747a;
  }
  
  @media (max-width: 375px) {
    .main_img {
      display: none;
    }
    .content-resp-img2 {
      transform: translateY(50%);
    }
    .content-resp-img1 {
      display: block;
      width: auto !important;
      height: 300px !important;
    }
    .play-navbar {
      display: none;
    }
    .play-resp {
      display: block;
      background: #f0f0f0;
    }
    .selection-page {
      margin-left: auto;
      gap: 12px;
    }
    .form-navbar {
      gap: 12px;
      border: 0;
    }
  }
  .form-label1 {
    color: #70747a;
    margin-bottom: 0.5rem;
  }
  
  .form-input1 {
    padding: 3px 5px;
  }
  
  .custom-scroll2 {
    width: 33.33%;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  .button-in-search2 {
    margin-bottom: 15px;
    display: flex;
    justify-content: right;
    gap: 10px;
  }
  
  .btn-in-search2 {
    margin-left: 0 !important;
  }
  
  .button-search3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .btn-search3 {
    width: 47.9%;
  }
  
  .btn-insearch3 {
    width: 47.9%;
    color: #cf4520;
    border: 2px solid #cf4520;
  }
  
  .nav-stacked {
    padding-bottom: 193px;
    padding-right: 0px;
    border-bottom: 1px solid #333333;
    padding-top: 10px;
  }
  
  #test_screen {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  
  #search_screen {
    display: none;
    transition: all 0.5s ease-in-out;
  }
  
  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 225px;
    line-height: 1.5em;
    margin: 0 auto;
  }
  .content h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .content h2 {
    font-size: 1.275rem;
    margin-bottom: 10px;
    color: #70747a;
  }
  .content ul {
    list-style: none;
    padding-left: 0;
  }
  .content a {
    color: none;
  }
  
  @media (max-width: 991px) {
    .content {
      padding: 0px;
    }
    .content h1 {
      margin-top: 15px;
    }
  }
  @media (max-width: 375px) {
    .content {
      padding: 15px;
    }
  }
  .login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 400px;
    line-height: 1.5em;
    margin: 0 auto;
  }
  
  .form-row {
    margin-left: 92px;
  }
  
  .form-buttons {
    margin-left: auto;
    margin-top: 10px;
  }
  
  .not-member-text {
    margin-left: auto;
    margin-top: 10px;
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    background-color: #333333;
    color: #fff;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px;
  }
  .footer p {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  
  .btn-forget {
    color: #d74100;
  }
  
  @media (max-width: 991px) {
    .login {
      padding: 64px;
      margin-top: 64px;
    }
    .form-row {
      margin-left: 20%;
    }
  }
  @media (max-width: 375px) {
    .login {
      padding: 20px;
      margin-top: 45px;
    }
    .form-row {
      margin-left: 0px;
    }
  }
  .test-navbar {
    display: flex;
  }
  
  .score-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .img-test {
    text-align: center;
    width: 100%;
  }
  
  .img-in-score {
    position: relative;
    border: 1px solid #70747a;
    flex-basis: 73%;
    margin-top: 30px;
    padding: 0px 88px 90px 88px;
    height: auto;
    overflow-y: auto;
  }
  
  .location-in-score {
    margin-top: 0px;
    color: #70747a;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.063em;
    letter-spacing: 0.7px;
    margin-bottom: 2px;
  }
  
  .score-content:before {
    content: " ";
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
  }
  
  .score-text-content {
    margin-top: 30px;
  }
  
  .lung-channel {
    font-size: 26px;
    letter-spacing: 0.8px;
  }
  
  .test-area--question {
    margin-top: 30px;
  }
  
  .test-area--block {
    margin-top: 10px;
  }
  
  .score--container {
    float: left;
    text-align: center;
  }
  
  .score-circle {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    border: 2px solid #fff;
    background: #c9c9c9;
    border-radius: 50%;
    transition: all 0.3s ease-in;
  }
  
  .btn-in-score {
    margin-bottom: 23px;
  }
  
  .progress-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .progress {
    overflow: visible !important;
    height: 8px;
    margin-top: -10px;
    margin-bottom: 9px;
    background-color: #c9c9c9;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #fff;
  }
  
  .progress img {
    position: relative;
    width: 17px;
    height: 28px;
    background-size: cover;
    right: 3.5px;
    top: -13px;
    z-index: 1000;
  }
  
  .progress-scale-0 {
    padding-left: 2px;
  }
  
  .progress-scale-100 {
    text-align: right;
  }
  
  .progress-scale-50 {
    text-align: center;
  }
  
  .progress-scale-el {
    float: left;
    width: 33.33%;
    font-size: 13px;
    color: #696969;
  }
  
  .countdown-container {
    font-weight: 600;
    padding-right: 0;
    margin-top: -20px;
    text-align: right;
  }
  
  .countdown-title {
    color: #b2b2b2;
  }
  
  .countdown-title {
    color: #b2b2b2;
  }
  
  .phone-yes {
    display: none;
  }
  
  .countdown {
    display: inline-block;
    color: #cf4520;
  }
  
  .responsive-nav-bar {
    display: none;
  }
  
  .resp-score-content {
    display: none;
  }
  
  @media (max-width: 375px) {
    .responsive-nav-bar {
      display: block;
    }
    .score--points {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 18px;
    }
    .score--container p {
      display: none;
    }
    .phone-yes {
      display: block;
    }
    .phone-no {
      display: none;
    }
    .progress {
      width: 165px;
    }
    .score-content {
      display: none;
    }
    .resp-score-content {
      display: block;
    }
    .img-in-score {
      padding: 0px;
    }
    .score-content:before {
      display: none;
    }
  }
  .col-full {
    background: #cf4520;
  }
  
  .site-title h1 {
    font-family: Source-Sans-Pro;
    color: #fff;
  }
  
  .site-branding p {
    color: #fff;
  }
  
  .entry-header {
    text-align: center;
    margin-bottom: 32px;
  }
  .entry-header h1 {
    font-family: Source-Sans-Pro-Light;
    font-size: 42px;
  }
  
  .billing-portal-navigation {
    width: 100%;
    margin-right: 15%;
  }
  .billing-portal-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 0rem;
  }
  .billing-portal-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .billing-portal-navigation ul li a {
    text-decoration: none;
    padding: 0.875em 0;
    display: block;
    text-align: justify;
  }
  .billing-portal-navigation ul li a i {
    opacity: 0.5;
  }
  .billing-portal-navigation ul li a:hover i {
    opacity: 1;
  }
  .billing-portal-navigation ul li a:focus {
    border: 2px solid #d74100;
  }
  .billing-portal-navigation .active-account a i {
    opacity: 1;
  }
  
  .content-area {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box;
  }
  
  .billing-portal-content {
    width: 65%;
  }
  
  .content-manage {
    transform: translateY(130px);
  }
  
  .footer-resp {
    position: fixed;
  }
  
  .billing-content-area {
    margin: auto;
    padding-top: 120px;
  }
  
  .moa-icons {
    float: right;
  }
  
  @media (max-width: 768px) {
    .content-manage {
      transform: translateY(0px);
    }
    .footer {
      position: relative;
    }
    .billing-portal-navigation {
      width: 100%;
    }
    .billing-portal-navigation ul {
      margin-bottom: 3rem;
    }
    .footer-resp {
      position: fixed;
    }
    .billing-content-area {
      transform: translateY(0);
    }
    .billing-portal-navigation {
      width: 100%;
      padding: 0px 20px;
      float: none;
    }
    .resp-dash {
      width: 100% !important;
    }
  }
  .billing-address {
    float: left;
    padding-left: 70px;
    width: 100%;
  }
  .billing-address .form-control {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    display: inline;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    border-radius: 0;
  }
  
  .billing-address h3 {
    font-family: Source-Sans-Pro-Light;
    text-align: justify;
    font-size: 28px;
  }
  
  .last-name {
    width: 20rem;
  }
  
  .name-form {
    display: flex;
    flex-direction: row;
    gap: 10%;
    justify-content: space-between;
  }
  
  .form-label {
    float: left;
  }
  
  .country_select {
    width: 100%;
  }
  
  .dot {
    color: #d74100;
  }
  
  @media (max-width: 768px) {
    .billing-address {
      padding-left: 0;
      padding: 20px;
    }
  }/*# sourceMappingURL=styles.css.map */