body {
      margin: 0;
      padding: 0;
      font-family: 'Inter', sans-serif !important;
    }

    .mainDiv {
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .mainDiv h1 {
      font-size: 44px;
      font-weight: 500;
      color: #4E5D78;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
      position: relative;
    }

    ul.chooseUL {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-left: 0;
      padding-left: 0;
      width: 84%;
    }

    ul.chooseUL li {
      margin: 0 30px;
      width: 48%;
    }

    .garyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/7mindsets-Pic.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      width: 36vw;
      height: 40vh;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: start;
      border-radius: 10px;
      padding: 30px;
      position: relative;
      box-sizing: border-box;
    }

    .garyBox img {
      max-width: 100%;
      margin: 0 auto;
      filter: brightness(100);
    }

    .blueTitle {
      color: #125FAB;
      font-size: 28px;
      font-family: 'Inter';
      text-transform: uppercase;
      width: 92%;
      margin: 30px auto 20px;
      font-weight: bold;
      letter-spacing: 0.8px;
    }

    .contentSpan {
      font-size: 20px;
      font-family: 'Inter';
      width: 92%;
      font-weight: 500;
      color: #000;
      margin: 0 auto;
      display: block;
    }

    .baseyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/base-Pic.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      width: 36vw;
      height: 40vh;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: start;
      border-radius: 10px;
      padding: 30px;
      position: relative;
      box-sizing: border-box;
    }

    .baseyBox img {
      max-width: 100%;
      margin: 0 auto;
      filter: brightness(100);
    }

.dropdown-menu-toggle:before {
    content: "\f107";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* Use 900 for solid icons */
    display: inline-block;
    width: .10em;
    text-align: left;
	  color: #333; /* Change as per your design */
	  position: absolute;
    right: 0px;
    top: 2px;
    transform: translateY(-50%);
}

    a.btn:hover {
      background: #f8f8f9;
      border: 1px solid #ebecef;
    }

    a.btn:hover .garyBox img,
    a.btn:hover .baseyBox img {
      filter: none;
    }

    a.btn:hover .garyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/7mindsets-Pic-D.png");
    }

    a.btn:hover .baseyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/base-Pic-D.png");
    }

    .user_message {
      margin: 15px auto;
    }

    .onboardingDesignMsg {
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      line-height: 16px;
      position: relative;
      color: #4E5D78;
    }

    .onboardingDesignMsg svg {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 32px;
      color: #E7463C;
    }

    .onboardingDesignMsg b {
      color: #2fd82f;
    }

    .onboardingDesignMsg a {
      color: #3980FF
    }

    .onboardingDesignMsg a:hover {
      color: #1563f0
    }

    a.send_email_for_rest,
    a.send_email_for_rest_for_7mindest {
      width: 92%;
      display: block;
      margin: 20px auto;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: #3980FF;
    }

    a.send_email_for_rest:hover,
    a.send_email_for_rest_for_7mindest:hover {
      color: #1563f0
    }

    a.btn {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding: 20px;
    display: block;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    text-align: left;
    } 

    a.btn.disabled {
      pointer-events: none;
      cursor: not-allowed;
      background: #f8f8f9;
      border: 1px solid #ebecef;
    }

    a.btn.disabled .garyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/7mindsets-Pic-D.png");
    }

    a.btn.disabled .baseyBox {
      background-image: url("/wp-content/themes/7mindsetsportal/img/base-Pic-D.png");
    }

    a.btn.disabled .garyBox img,
    a.btn.disabled .baseyBox img {
      filter: brightness(100);
    }

    /* The Modal (background) */
    .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      padding-top: 70px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      border: 1px solid #888;
      width: 80%;
    }

    /* The Close Button */
    .close,
    .close1,
    .close2 {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
    }

    .close:hover,
    .close:focus,
    .close1:hover,
    .close1:focus,
    .close2:hover,
    .close2:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .close1,
    .close2 {
      position: absolute;
      right: 20px;
      top: 14px;
    }

    .modal.platformPreviewPopup {
      z-index: 9;
    }

    .modal.platformPreviewPopup .modal-content {
      max-width: 780px;
      border-radius: 25px;
      position: relative;
    }

    .modal.platformPreviewPopup .modal-content h1 {
      color: #4E5D78;
      font-size: 20px;
      font-weight: 600;
      font-family: 'Inter', sans-serif !important;
      margin-top: 0;
      margin-bottom: 16px;
      width: 100%;
      text-align: center;
      padding-bottom: 16px;
      padding-top: 16px;
      border-bottom: 1px solid #ccc;
    }

    .modal.platformPreviewPopup .close {
      color: #C7CDD8;
      font-weight: 500;
      font-family: 'Inter', sans-serif !important;
      margin-top: -6px;
    }

    .modal.platformPreviewPopup .close:hover {
      color: #4E5D78;
    }

    .hbspt-form {
      width: 100%;
      overflow: auto;
      max-height: 450px;
      padding: 15px 30px;
      box-sizing: border-box;
      margin-bottom: 30px;
      font-family: 'Inter', sans-serif !important;
    }

    .sentenceDiv {
      padding-bottom: 15px;
      width: 90%;
      margin: 0 auto;
      text-align: center;
    }

    .hbspt-form span {
      font-family: 'Inter', sans-serif !important;
    }

    .logoutDiv {
      text-align: right;
      margin-bottom: 10px;
    }

    .logoutBtn {
      padding: 8px 16px;
      background: #fff !important;
      border: 1px solid #4e5d78;
      border-radius: 5px !important;
      font-size: 15px;
      color: #4e5d78 !important;
      margin: 0 10px;
    }

    .logoutBtn:hover {
      background: #4e5d78 !important;
      color: #fff !important;
    }

    a.logoutBtnNew {
      background-image: url("/wp-content/themes/7mindsetsportal/images/icons/logoutDrop.png");
      border-radius: 58px;
      color: #585858;
      padding: 14px 20px 14px 50px;
      font-weight: 500;
      font-size: 17px;
      position: absolute;
      right: 20px;
      top: -20px;
      text-decoration: none;
      background-repeat: no-repeat;
      background-size: 26px 26px;
      background-position: 18px 12px;
      font-family: 'Inter';
    }

    a.logoutBtnNew:hover {
      background-image: url("/wp-content/themes/7mindsetsportal/images/icons/logoutDrop.png");
      background-color: #f1f1f1;
      color: #585858;
    }

    .mainDiv h1 ul {
      font-weight: 500;
      font-size: 17px;
      position: absolute;
      right: 100px;
      top: 25px;
      text-decoration: none;
      font-family: 'Inter';
      top: -12px;
    }

    ul.english-spanish-tab {
      position: absolute;
      top: 60px;
      right: 9vw
    }

    .dropdown-menu-toggle {
      padding-right: 0px;
      padding-left: 15px;
      display: inline-block;
      height: 100%;
      clear: both;
      color: #fff;
      position: relative;
    }

    .dropdown-menu-toggle:before {
      content: "\f107";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      /* Use 900 for solid icons */
      display: inline-block;
      width: .10em;
      text-align: left;
      color: #333;
      /* Change as per your design */
      position: absolute;
      right: 0px;
      top: 2px;
      transform: translateY(-50%);
    }

   .mindsets-ls-item {
    position: relative;
    display: inline-block;
    text-align: left;
}

.mindsets-ls-item > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}

.mindsets-ls-flag {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.mindsets-ls-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.mindsets-ls-item:hover .sub-menu {
    display: block;
}

    .sub-menu li {
      padding: 10px;
      white-space: nowrap;
    }

    .sub-menu li a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #333;
      font-size: 17px;
    }

    .sub-menu li a:hover {
      background: #f7f7f7;
      color: #0073aa;
    }

    .includes-div {
      display: flex;
      flex-direction: column;
      background: #efefef;
      padding: 20px;
      margin-top: 20px;
      font-size: 18px;
    }
    .includes-div strong {
       margin-bottom: 14px;
    }

    .includes-div ul {
      margin-left: 0;
      list-style: none;
      padding-left: 0;
    }

    .includes-div ul li {
      padding: 5px 0;
      margin: 0;
      width: 100%;
      display: flex;
      align-items: center;
    }
    .includes-div ul li svg {
      font-size: 8px;
      margin-right: 8px;
      color: #125fab;
    }
    .includes-div ul li:last-child {
      padding-bottom: 0;
    }

    @media only screen and (max-width: 1600px) {
      ul.chooseUL {
        width: 100%;
      }

      .garyBox,
      .baseyBox {
        width: 42vw;
        max-width: 618px;
      }

      ul.chooseUL li {
        max-width: 662px;
      }
    }

    @media only screen and (max-width: 1450px) {
      ul.english-spanish-tab {
        right: 80px;
      }
    }

    @media only screen and (max-width: 1350px) {
      ul.english-spanish-tab {
        right: 70px;
      }
    }

    @media only screen and (max-width: 1280px) {
      .mainDiv h1 {
        font-size: 40px;
      }

      .blueTitle {
        font-size: 24px;
      }

      .contentSpan {
        font-size: 18px;
      }

      ul.chooseUL {
        width: 90%;
      }

      .garyBox,
      .baseyBox {
        width: 38vw;
        height: 200px;
      }
    }

    @media only screen and (max-width: 1120px) {
      .mainDiv h1 {
        font-size: 38px;
      }

      .blueTitle {
        font-size: 22px;
      }

      .contentSpan {
        font-size: 16px;
      }

      /*.garyBox, .baseyBox{height: 30vh;}*/
      ul.chooseUL li {
        margin: 0 20px;
      }
    }

    @media only screen and (max-width: 991px) {
      .mainDiv h1 {
        font-size: 36px;
      }

      .blueTitle {
        font-size: 20px;
      }

      /*.garyBox, .baseyBox{height: 24vh;}*/
      ul.chooseUL li {
        margin: 0 15px;
      }
    }

    @media only screen and (max-width: 880px) {
      .mainDiv h1 {
        margin-bottom: 0px;
      }

      ul.chooseUL {
        flex-direction: column;
      }

      .garyBox,
      .baseyBox {
        width: 100%;
      }

      ul.chooseUL li {
        margin: 20px auto;
        width: 100%;
      }

      a.btn {
        text-align: center;
      }

      .onboardingDesignMsg {
        text-align: center;
      }
    }

    @media only screen and (max-width: 768px) {
      .mainDiv h1 {
        font-size: 34px;
        padding-top: 40px;
      }

      .blueTitle {
        font-size: 18px;
      }

      .modal-content {
        width: 90%;
      }

      a.logoutBtnNew {
        margin: 0 auto;
        left: 0;
        right: 0;
        width: fit-content;
        top: -10px;
      }

      ul.chooseUL li:first-child {
        margin: 0px auto 20px;
      }

      ul.english-spanish-tab {
        position: relative;
        right: 0;
        top: 0;
        padding-left: 0px;
        margin-bottom: 0;
      }
    }

    @media only screen and (max-width: 580px) {
      .mainDiv h1 {
        margin-bottom: 0px;
        font-size: 32px;
      }
    }

    @media only screen and (max-width: 480px) {
      .mainDiv h1 {
        font-size: 30px;
      }

      .garyBox,
      .baseyBox {
        height: 24vh;
      }
    }

    @media only screen and (max-width: 380px) {
      .mainDiv h1 {
        font-size: 28px;
      }

      .loginform_2020 .inside-article .input {
        width: 90%;
        margin: 0 auto;
        display: block;
      }

      .loginform_2020 .log-wrp-btn-rem input#wp-submit {
        width: 90%;
        box-sizing: border-box;
        margin: 20px auto;
        display: block;
      }

      .garyBox,
      .baseyBox {
        height: 20vh;
      }
    }

    /* Full Screen Loader Styles */
    .full-screen-loader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.3);
    }

    .loader {
      border: 4px solid #f3f3f3;
      border-top: 4px solid #0073aa;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 1s linear infinite;
      margin: 0 auto;
    }

    @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
    }