.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
      url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
      url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  
  @font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot') format('embedded-opentype'),
      url('../fonts/icons.ttf') format('truetype'),
      url('../fonts/icons.woff') format('woff'),
      url('../fonts/icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  @font-face {
    font-family: 'icomoon2';
    src: url('../fonts/newicon.eot');
    src: url('../fonts/newicon.eot') format('embedded-opentype'),
      url('../fonts/newicon.ttf') format('truetype'),
      url('../fonts/newicon.woff') format('woff'),
      url('../fonts/newicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  @font-face {
    font-family: 'icomoon3';
    src: url('../fonts/boardicon.eot');
    src: url('../fonts/boardicon.eot') format('embedded-opentype'),
      url('../fonts/boardicon.ttf') format('truetype'),
      url('../fonts/boardicon.woff') format('woff'),
      url('../fonts/boardicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-question-1:before {
    content: "\e900";
  }
  
  .icon-facebook .path1:before {
    content: "\e901";
    color: rgb(66, 103, 178);
  }
  
  .icon-facebook .path2:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(253, 254, 254);
  }
  
  .icon-facebook .path3:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-facebook .path4:before {
    content: "\e904";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-facebook .path5:before {
    content: "\e905";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-facebook .path6:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-linkedin:before {
    content: "\e907";
    color: #0077b7;
  }
  
  .icon-instagram .path1:before {
    content: "\e908";
    color: rgb(178, 71, 117);
  }
  
  .icon-instagram .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: rgb(190, 47, 105);
  }
  
  .icon-instagram .path3:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(160, 29, 148);
  }
  
  .icon-youtube .path1:before {
    content: "\e90b";
    color: rgb(255, 0, 0);
  }
  
  .icon-youtube .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(255, 254, 254);
  }
  
  .icon-youtube .path3:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(255, 5, 5);
  }
  
  .icon-youtube .path4:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-youtube .path5:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-youtube .path6:before {
    content: "\e910";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-youtube .path7:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(0, 0, 0);
  }
  
  .icon-up:before {
    content: "\e912";
  }
  
  .icon-studying:before {
    content: "\e913";
  }
  
  .icon-process:before {
    content: "\e914";
  }
  
  .icon-company-vision:before {
    content: "\e915";
  }
  
  .icon-books-stack-of-three:before {
    content: "\e916";
  }
  
  .icon-leaderboard:before {
    content: "\e917";
  }
  
  .icon-rating:before {
    content: "\e918";
  }
  
  .icon-test:before {
    content: "\e919";
  }
  
  .icon-desktop-computer:before {
    content: "\e91a";
  }
  
  .icon-save_mark:before {
    content: "\e900";
    color: #e85b6c;
    font-family: 'icomoon2';
  }
  
  .icon-location-pointer:before {
    content: "\e901";
    font-family: 'icomoon2';
  }
  
  .icon-Best:before {
    content: "\e900";
    font-family: 'icomoon3';
  }
  
  .icon-Fastest:before {
    content: "\e901";
    font-family: 'icomoon3';
  }
  
  .icon-Slowest:before {
    content: "\e902";
    font-family: 'icomoon3';
  }
  
  .icon-Weak:before {
    content: "\e903";
    font-family: 'icomoon3';
  }
  
  /*comment code*/
  body {
    font-family: 'Open Sans';
  }
  
  .dropdown-toggle.btn {
    border-radius: 5px;
  }
  
  .btn {
    border-radius: 100px;
  }
  
  .btn.btn-danger {
    background-color: #951335;
    border-color: #951335;
    color: #FFF;
  }
  
  .btn.btn-danger:hover,
  .btn.btn-danger:focus {
    background-color: #97314b;
  }
  
  .btn.btn-outline-danger {
    border-color: #951335;
    color: #951335;
  }
  
  .btn.btn-outline-danger:hover,
  .btn.btn-outline-danger:focus {
    background-color: #97314b;
    border-color: #97314b;
    color: #FFF;
  }
  
  .btn.btn-outline-danger:hover .triangle_down,
  .btn.btn-outline-danger:focus .triangle_down {
    border-top: 10px solid #ffffff;
  }
  
  .divider-form {
    position: relative;
    text-transform: uppercase;
  }
  
  .text-danger {
    color: #951335 !important;
  }
  
  .social-login-box a {
    display: inline-block;
  }
  
  .divider-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e5c9d0;
    left: 0;
    bottom: 10px;
    z-index: -1;
  }
  
  .divider-form::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #f1e3e7;
    border: 1px solid #e5c9d0;
    border-radius: 50px;
    top: -2px;
    left: 50%;
    margin-left: -35px;
    z-index: -1;
  }
  
  /*custom icons*/
  .custom-icons {
    display: inline-block;
  }
  
  .triangle_down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #951335;
    font-size: 0;
    line-height: 0;
  }
  
  .custom-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .ca-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .ca-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .ca-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .ca-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  /*topBar*/
  .topBar {
    padding: 5.5px 0;
    background-color: #a1d7fd;
  }
  
  .topBar .topBar-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .topBar .social-media-box {
    display: flex;
    margin: 0;
    padding: 0;
  
  }
  
  .topBar .social-media-box li {
    list-style: none;
    margin: 0 9px;
  }
  
  .topBar .social-media-box li a {
    font-size: 22px;
    line-height: 100%;
    padding-top: 3px;
    display: inline-block;
    text-decoration: none;
  }
  
  .topBar .social-media-box li a i {
    border-radius: 2px;
    display: block;
    overflow: hidden;
  }
  
  /*user-panel-box*/
  
  .user-panel-box {
    display: flex;
    margin-left: 20px;
  }
  
  .user-panel-box .btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 9px;
    padding: 5px 11px;
    line-height: 100%;
    font-weight: normal;
    height: 26px;
  }
  
  .user-panel-box .btn:last-child {
    margin-right: 0;
  }
  
  .user-panel-box p {
    margin: 0;
  }
  
  .user-panel-box p span {
    font-weight: 600;
  }
  
  .navbar-brand img {
    width: 205px;
  }
  
  
  
  /*main-menu*/
  
  .main-menu .navbar-collapse {
    justify-content: flex-end;
  }
  
  .main-menu nav {
    padding: 0;
    background-color: #FFF;
  }
  
  .main-menu nav .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }
  
  .main-menu nav .navbar-nav .nav-item {
    padding: 0 19px;
  }
  
  .main-menu nav .navbar-nav .nav-item a {
    text-transform: uppercase;
    padding: 0;
  }
  
  
  nav.navbar.bg-body-tertiary.bg-color {
    background-color: #a0d7fd;
  }
  
  
  header.main-header .navbar-nav .nav-link.active,
  header.main-header .navbar-nav .nav-link:hover {
    color: #951335 !important;
  }
  
  header.main-header .navbar-nav .nav-link {
    color: #273f55;
  }
  
  /*header-banner*/
  
  .header-banner {
    background-color: #dbedfa;
  
  }
  
  .header-banner .info-part .banner-title {
    font-size: 78px;
    color: #283e53;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
  }
  
  .header-banner .info-part .banner-subtitle {
    font-size: 41px;
    color: #283e53;
    font-weight: bold;
    line-height: 100%;
  }
  
  .header-banner .info-part .banner-subtitle span {
    color: #9a1e3e;
  }
  
  .header-banner .info-part .btn {
    margin-top: 50px;
    font-size: 34px;
    padding: 20px 50px;
    line-height: 100%;
    margin-bottom: 75px;
  }
  
  /*img-part*/
  .header-banner .img-part {
    background: url(../img/banner-bg-grey.png) no-repeat;
    position: relative;
    padding: 50px 0;
  
  }
  
  .header-banner .img-part img {
    max-height: 512px;
  
  }
  
  
  /*eduprepme-user-info*/
  
  .eduprepme-user-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
  }
  
  /*eduprepme-registers-Users*/
  .eduprepme-user-info .eduprepme-registers-Users {
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 14px;
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .eduprepme-user-info .eduprepme-registers-Users:last-child {
    margin-right: 0;
  }
  
  
  .eduprepme-user-info .eduprepme-registers-Users .iconbox {
    width: 76px;
    height: 69px;
    border-radius: 10px;
    padding: 10px;
    color: #2d4056;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-right: 15px;
  }
  
  .eduprepme-user-info .eduprepme-registers-Users .iconbox.registers-Users {
    background-color: #feceaa;
  }
  
  .eduprepme-user-info .eduprepme-registers-Users .iconbox.tests-taken {
    background-color: #f7a4b9;
  }
  
  .eduprepme-user-info .eduprepme-registers-Users .iconbox.questions-taken {
    background-color: #a1d7fd;
  }
  
  .eduprepme-user-info .eduprepme-registers-Users .iconbox i {
    font-size: 44px;
  }
  
  
  .eduprepme-user-info .eduprepme-registers-Users .text-box .user-title {
    color: #2d4056;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  
  
  .eduprepme-user-info .eduprepme-registers-Users .text-box .user-numbers {
    color: #951335;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
  }
  
  
  /*discover*/
  
  .discover {
    background: url(../img/disco-bg-img.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
  }
  
  .discover::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(16, 54, 81, 0.5690651260504201) 0%, rgba(16, 54, 81, 0.8575805322128851) 35%, rgba(16, 54, 81, 0.9136029411764706) 100%);
  }
  
  .discover .container {
    position: relative;
    z-index: 1;
  }
  
  .discover .discover-info .discover-heading {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 140%;
  }
  
  .discover .discover-info .discover-heading span {
    color: #f7a4b9;
  }
  
  .discover .discover-info .btn {
    margin-top: 50px;
    font-size: 24px;
    padding: 25px 35px;
  }
  
  
  .discover .discover-services .discover-detail-box {

    background-color: #FFF;
    border-radius: 20px;
    padding: 16px;
    margin: 20px 10px;
    max-width: 295px;
    min-height: 205px;
  }
  
  .discover .discover-services .discover-detail-box .discover-icon {
    margin-bottom: 15px;
    /* margin-bottom: 5px; */
  }
  
  .discover .discover-services .discover-detail-box .discover-icon i, .discover .discover-services .discover-detail-box .discover-icon {
    font-size: 100px;
    display: flex;
    justify-content: center;
    color: #951335;
    /* height: 81px; */
  }
  
  .discover .discover-services .discover-detail-box .discover-text {
    text-align: center;
    font-size: 24px;
    color: #951335;
    font-weight: bold;
    line-height: 100%;
  }
  
  /*why-choose-us*/
  
  .why-choose-us {
    padding: 70px 0;
  }
  
  .why-choose-us .choose-heading {
    font-size: 36px;
    color: #273f55;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  
  .why-choose-us .choose-info-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
  }
  
  .why-choose-us .choose-info-box .choose-box-title {
    background-color: #e7effa;
    font-size: 28px;
    font-weight: 600;
    color: #282f39;
    padding: 20px;
    line-height: 100%;
  }
  
  .why-choose-us .choose-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 20px 40px;
  }
  
  .why-choose-us .choose-box-img i {
    font-size: 100px;
    color: #951335;
  }
  
  .why-choose-us .choose-box-list {
    padding: 20px;
    padding-top: 0;
    margin: 0;
  }
  
  .why-choose-us .choose-box-list li {
    list-style: none;
    font-size: 16px;
    color: #273f55;
    line-height: 130%;
    margin-bottom: 10px;
  }
  
  .why-choose-us .choose-box-list li span {
    font-weight: bold;
  }
  
  /*testimonials*/
  
  .testimonials-box {
    padding-left: 50px;
  }
  
  .testimonials-box .testimonials-detail-row {
    display: flex;
  }
  
  .testimonials-box .testimonials-img {
    margin-right: 25px;
  }
  
  .testimonials-box .testimonials-img img {
    max-width: 72px;
    max-height: 102px;
    object-fit: cover;
  }
  
  .testimonials-box .row {
    margin-bottom: 20px;
  }
  
  .testimonials-box .testimonials-details .testimonials-message {
    font-size: 14px;
    font-style: italic;
    line-height: 160%;
  }
  
  .testimonials-box .testimonials-details {
    border: solid 1px #e69db1;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    padding-bottom: 35px;
  }
  
  .testimonials-box .testimonials-details .testimonials-admin-name {
    font-size: 14px;
    margin-top: 0;
    position: absolute;
    right: 20px;
    padding: 5px 15px;
    border: solid 1px #e390a6;
    border-radius: 35px;
    z-index: 2;
    bottom: -15px;
    background: #f9dbe3;
    color: #1a1d1e;
  }
  
  
  /*contects*/
  .contects {
    padding: 70px 0;
    background-color: #f4f8fe;
  }
  
  .contects .contects-heading {
    font-size: 36px;
    color: #282f39;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  
  .contects .fill-restpart {
    flex: 1 0 0;
  }
  
  .contects .contects-form-box .form .row {
    margin-bottom: 15px;
  }
  
  .contects .contects-form-box .form-control {
    border-radius: 20px;
    background-color: #dce8fb;
    border-color: #dce8fb;
  }
  
  .contects .contects-form-box textarea {
    resize: none;
    height: 178px;
  }
  
  .contects .contects-form-box .btn {
    font-size: 24px;
    height: auto;
    font-weight: 600;
    width: auto;
    margin-top: 45px;
  }
  
  .contects .label {
    min-width: 80px;
  }
  
  /*eduprepme-club-box*/
  
  .eduprepme-club-box {}
  
  .eduprepme-club-box .eduprepme-club-heading {
    font-size: 36px;
    color: #282f39;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  
  .eduprepme-club-box .eduprepme-club-heading span {
    color: #951335;
  }
  
  .eduprepme-club-box .club-details {
    max-width: 550px;
    margin: 0 auto;
    text-align: justify;
  }
  
  .eduprepme-club-box .club-details .social-media-box {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
  
  }
  
  .eduprepme-club-box .club-details .social-media-box li {
    list-style: none;
    margin: 0 9px;
  }
  
  .eduprepme-club-box .club-details .social-media-box li a {
    font-size: 22px;
    line-height: 100%;
    padding-top: 3px;
    display: inline-block;
    text-decoration: none;
  }
  
  .eduprepme-club-box .club-details .social-media-box li a i {
    border-radius: 2px;
    display: block;
    overflow: hidden;
  }
  
  
  /*questions-header*/
  .questions-header .container {
    border-bottom: solid 1px #c1c1c1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .questions-header .btn {
    margin-bottom: 10px;
  }
  
  .questions-header .directions-box .triangle_down {
    margin-left: 5px;
  }
  
  .questions-header .directions-panel {
    position: relative;
  }
  
  .questions-header .toast {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 500px;
  }
  
  .questions-header .timeShowHide {
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    height: 38px;
    background: #cfe2ff;
  }
  
  .questions-header .timeShowHide::before {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    content: "Hide";
    color: #212529;
  }
  
  .questions-header .timeShowHide.collapsed::before {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    content: "Show";
    color: #212529;
  
  }
  
  /*questions-body*/
  
  .questions-body {
    height: calc(100vh - 247px);
    padding: 15px 0;
  }
  
  .questions-body .container,
  .questions-body .container>.row {
    height: 100%;
  }
  
  .questions-body .questions-heading-box {
    border: solid 1px #212529;
    height: 100%;
    max-height: calc(100vh - 275px);
    overflow: auto;
    padding: 15px;
  }
  
  .questions-body .questions-title {
    margin-bottom: 15px;
  }
  
  .questions-body .questions-title .questions-marker {
    margin: 0;
    padding: 0;
    display: flex;
    border: solid 1px #000;
    border-radius: 15px;
    padding: 5px;
  }
  
  .questions-body .questions-title .questions-marker li {
    list-style: none;
  }
  
  .toast-body {
    background: #FFF;
  }
  
  .questions-body .questions-title .questions-marker li span {
    display: inline-block;
    background: #000;
    color: #FFF;
    width: 30px;
    text-align: center;
  }
  
  .questions-body .questions-title .questions-marker li:nth-child(2) {
    text-align: right;
  }
  
  .questions-body .questions-title .questions-marker li {
    width: 33.33%;
  }
  
  .questions-body .questions-title .questions-marker li.markeicon {
    position: relative;
  }
  
  .questions-body .questions-title .questions-marker li.markeicon span {
    display: block;
    width: 70px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: -8px;
    cursor: pointer;
    background: none;
  
  }
  
  .questions-body .questions-title .questions-marker li.markeicon span svg {
    width: 30px;
    height: 55px;
    fill: #FFF;
  }
  
  .viewQuestionModule {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .questions-body .questions-title .questions-marker li.markeicon span.markForReview svg {
    fill: #000;
  }
  
  
  .questions-body .questions-holder-box {
    height: 100%;
  }
  
  .questions-body .questions-item {
    border: solid 1px #212529;
    height: 100%;
    max-height: calc(100vh - 330px);
    overflow: auto;
    padding: 15px;
  }
  
  .questions-body .questions-heading-box tr, .questions-body .questions-heading-box td, .checkQuestion .checkQuestion-option tr, .checkQuestion .checkQuestion-option td {
    border-width: 0;
  }
  
  /*statusrow*/
  .statusrow {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #d5d4d4;
    padding-bottom: 20px;
  }
  
  .statusrow>div {
    margin: 0 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .statusrow svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  
  .statusrow [class^="icon-"],
  .statusrow [class*=" icon-"] {
    font-size: 28px;
  }
  
  .statusrow .unanswered-icon i {
    width: 35px;
    height: 35px;
    border: dashed 1px #000;
    display: inline-block;
    margin-right: 5px;
  }
  
  /*all-questions-status*/
  
  .all-questions-status {
    padding: 15px 0;
  }
  
  .all-questions-status .all-questions-status-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .all-questions-status .all-questions-status-row .all-questions-number {
    background: #a1d7fd;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    height: 50px;
    margin: 5px;
    color: #283e53;
    position: relative;
    cursor: pointer;
  
  }
  
  .all-questions-status .all-questions-status-row .all-questions-number.unanswered {
    background: none;
    border: dashed 2px #000;
  }
  
  .all-questions-status .all-questions-status-row .all-questions-number [class^="icon-"],
  .all-questions-status .all-questions-status-row .all-questions-number [class*=" icon-"] {
    font-size: 28px;
    top: -18px;
    right: 0;
    background: #FFF;
    position: absolute;
  }
  
  .all-questions-status .all-questions-status-row .all-questions-number .icon-location-pointer {
    right: 26px;
    background: no-repeat;
    top: -20px;
  }
  
  /*toast-body */
  .toast-body .all-questions-status .all-questions-status-row .all-questions-number {
    margin: 5px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  
  .toast-body .all-questions-status .all-questions-status-row .all-questions-number [class^="icon-"],
  .toast-body .all-questions-status .all-questions-status-row .all-questions-number [class*=" icon-"],
  .toast-body .all-questions-status .all-questions-status-row .all-questions-number .icon-location-pointer {
    font-size: 16px;
    top: -8px;
  }
  
  .toast-body .all-questions-status .all-questions-status-row .all-questions-number .icon-location-pointer {
    right: 15px;
  }
  
  .toast-body .statusrow .unanswered-icon i {
    width: 15px;
    height: 15px;
  }
  
  .toast-body .statusrow [class^="icon-"],
  .toast-body .statusrow [class*=" icon-"] {
    font-size: 20px;
  }
  
  /*questions-footer*/
  .questions-footer {}
  
  .questions-footer .container {
    padding: 15px 0;
    border-top: solid 1px #c1c1c1;
  }
  
  .questions-footer .questions-footerlogo img {
    max-width: 130px;
  }
  
  .questions-footer .questions-footer-info {
    margin-top: 5px;
  }
  
  .questions-footer .questions-footer-info p {
    line-height: 100%;
    font-size: 14px;
  
  }
  
  .questions-footer .bottom-reivew-panel {
    display: flex;
    justify-content: center;
  }
  
  .questions-footer .bottom-reivew-box {
    position: relative;
  }
  
  .questions-footer .bottom-reivew-box .toast {
    position: absolute;
    bottom: 130%;
    left: 50%;
    min-width: 500px;
    margin-left: -250px;
  }
  
  .questions-footer .directions-box {
    position: relative;
    padding-right: 30px;
  }
  
  .questions-footer .directions-box .triangle_down {
    transform: rotate(178deg);
    -webkit-transform: rotate(178deg);
    position: absolute;
    bottom: 13px;
    right: 10px;
  
  }
  
  /*user-board-panel*/
  
  .user-board-panel {
    min-height: calc(100vh - 375px);
    background-color: #f4f8fe;
    padding: 25px 0 50px;
  }
  
  .user-board-panel .form-select,
  .user-board-panel .form-control {
    border-radius: 20px;
    background-color: #dce8fb;
    border-color: #dce8fb;
  }
  
  .app-bg {
    background-color: #f4f8fe;
  }
  
  
  
  
  
  /*board-info-box*/
  
  .board-info-box {
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: solid 3px #CCC;
    cursor: pointer;
  }
  
  .board-info-box.fastest {
    border-color: #bcdaf9;
    background-color: #FFF;
  }
  
  .board-info-box.fastest i {
    color: #57a5f5;
  }
  
  
  .board-info-box.slowest {
    border-color: #fdd0c9;
    background-color: #FFF;
  }
  
  .board-info-box.slowest i {
    color: #d30707;
  }
  
  .board-info-box.weak {
    border-color: #fbf395;
    background-color: #FFF;
  }
  
  .board-info-box.weak i {
    color: #e9d810;
  }
  
  
  .board-info-box.best {
    border-color: #c1efa4;
    background-color: #FFF;
  }
  
  .board-info-box.best i {
    color: #479f11;
  }
  
  
  
  /*user-board-panel userDataTable*/
  
  .user-board-panel .userDataTable {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  
  .user-board-panel .userDataTable .dt-bootstrap5 .row:nth-child(1) {
    margin-bottom: 15px;
    border-bottom: solid 1px #CCC;
    padding-bottom: 15px;
  }
  
  .user-board-panel .userDataTable .pagination .active>.page-link,
  .user-board-panel .userDataTable .pagination .page-link.active {
    color: #fff;
    background-color: #981a3b;
    border-color: #9a1e3e;
  }
  
  .user-board-panel .userDataTable table td {
    text-align: center;
  }
  
  .user-board-panel .userDataTable table th {
    text-align: center;
  }
  
  .user-board-panel .userDataTable .pagination .page-link {
    color: #3d5165;
  }
  
  .board-info-box .board-icon-box i {
    font-size: 53px;
  }
  
  /*question-detail-text-box*/
  
  /* .question-detail-text-box .question-detail-text-full-info { */
    /* margin: 15px 0;
    padding: 15px; */
    /* border: solid 1px #7c7c7c;
  /* } */
  
  .question-detail-text-box .question-detail-list ul {
    /* margin: 50px 0 0 0; */
    padding: 0;
  }
  
  .question-detail-text-box .question-detail-list ul li {
    list-style: none;
    display: flex;
  }
  
  .question-detail-text-box .question-detail-list ul li .question-detail-text-short-info {
    margin-top: -1px;
  }
  
  .question-detail-text-box .question-detail-list ul li .index {
    margin-right: 5px;
  }
  
  .question-detail-text-box .correct-answer-box {
    /* margin: 50px 0 0 0; */
  }
  
  .question-detail-text-box .user-answer-detail {
    margin: 25px 0 0 0;
  }
  
  /*login form*/
  
  .background-radial-gradient {
    background-color: hsl(218, 41%, 15%);
    background-image: radial-gradient(650px circle at 0% 0%,
        hsl(218, 41%, 35%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%),
      radial-gradient(1250px circle at 100% 100%,
        hsl(218, 41%, 45%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 100%);
  }
  
  #radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    background: radial-gradient(#56091d, #9a1e3e);
    overflow: hidden;
    border-radius: 32% 68% 68% 32% / 52% 47% 53% 48% !important;
  }
  
  #radius-shape-2 {
    border-radius: 30% 70% 70% 30% / 31% 58% 42% 69%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#56091d, #9a1e3e);
    overflow: hidden;
  }
  
  .bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
  }
  
  .login-title {
    color: hsl(218, 81%, 95%);
  }
  
  .login-title span {
    color: hsl(218, 81%, 75%)
  }
  
  .login-detail {
  
    color: hsl(218, 81%, 85%)
  }
  
  
  
  /*backgrond-img-box*/
  .bg-box {
    position: relative;
  }
  
  .bg-box .container {
    position: relative;
    z-index: 1;
  }
  
  .backgrond-img-box {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    background: #000;
  }
  
  .backgrond-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
  }
  
  /*inner-header*/
  
  .inner-header {
    background-color: #151f26;
    padding: 120px 0;
    text-align: center;
    position: relative;
  }
  
  .inner-header .inner-header--title {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto 15px;
  }
  
  .inner-header .inner-header--title span {
    color: #ddeb09;
  }
  
  .inner-header .inner-header--detail {
    color: #FFF;
    font-weight: normal;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .inner-header .container {
    position: relative;
    z-index: 1;
  }
  
  .inner-header .inner-header--bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  .inner-header .inner-header--bg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    opacity: 0.1;
  }
  
  .white-section {
    background-color: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  
  
  /*Blue section*/
  .blue-section {
    background-color: #e5f2ff;
    padding: 90px 0;
  }
  
  .blue-section .blue-section--heading {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    max-width: 500px;
  }
  
  .blue-section .blue-section--info-text {
    max-width: 500px;
    margin: 10px auto 45px;
  }
  
  .blue-section .card-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .blue-section .card-body .text-center {
    max-width: 500px;
    margin: 35px auto;
  }
  
  .blue-section .card {
    height: 100%;
  }
  
  /*copy-and-image--box*/
  .copy-and-image--box {
    background-color: #FFF;
    padding: 90px 0;
  }
  
  .copy-and-image--box .copy-and-image--title {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .copy-and-image--box .copy-and-image--title,
  .copy-and-image--box .copy-and-image--detail {
    max-width: 500px;
    margin: 0 auto 15px;
  }
  
  /*country-dropdown*/
  select.country-dropdown {
    font-size: 1rem;
  }
  
  .form-floating>.form-control {
    padding: 5px;
    height: 45px;
    min-height: 45px;
  
  
  }
  
  /* .form-control:focus{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  } */
  
  
  
  
  
  
  
  
  .form-floating>label {
    padding: 7px;
    height: 30px;
  
  }
  
  
  .cross-icon {
    position: absolute;
    right: 10px;
    /* Adjust position as needed */
    top: 0;
    cursor: pointer;
    color: #ccc;
    /* Cross icon color */
  
  }
  
  .redo-text {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #007bff;
    /* Redo text color */
  }
  
  .custom-img {
    vertical-align: middle !important;
    height: 150px !important;
    width: 150px !important;
    /* Ensures the image width adjusts proportionally to maintain aspect ratio */
    border: 2px solid red !important;
  }
  
  .styled-checkbox {
    display: none;
  }
  
  
  
  
  .styled-checkbox+label {
    position: relative;
    padding-left: 30px;
    /* Adjust as needed */
    cursor: pointer;
    font-size: 16px;
    /* Adjust font size */
    line-height: 1.5;
    /* Adjust line height */
  }
  
  .styled-checkbox+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    /* Size of the checkbox */
    height: 20px;
    /* Size of the checkbox */
    border: 2px solid #ccc;
    /* Border color */
    background-color: #fff;
    /* Checkbox background color */
    border-radius: 50%;
    /* Rounded shape */
  }
  
  
  .styled-checkbox:hover+label:before {
    background: #951335;
  }
  
  
  .styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  
  .styled-checkbox:checked+label {
    /* text-decoration: line-through; */
  }
  
  .styled-checkbox:checked+label:before {
    background: #951335;
    border: solid 3px #951335;
  }
  
  .styled-checkbox:checked+label+.question-status-text::before {
    content: "Undo";
    right: 0;
    position: absolute;
    background: #FFF;
  }
  
  .styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
  }
  
  .styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
  }
  
  .styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
      4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
  
  .checkQuestion {
    position: relative;
  }
  
  .checkQuestion .question-status-text {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .checkQuestion .alert {
    display: block;
  }
  
  .checkQuestion .checkQuestion-option td {
    max-width: 24vw;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  /*news-section*/
  .news-section .category-label {
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .news-section .date-and-time {
    font-size: 12px;
  }
  
  .news-section .news-title {
    font-weight: bold;
    font-size: 18px;
    border-top: solid 1px #CCC;
    padding-top: 10px;
    margin-bottom: 0;
  }
  
  .news-section .news-title a {
    text-decoration: none;
  }
  
  .news-section .news-detail p {
    font-size: 12px;
  }
  
  .news-small-sectrion a {
    text-decoration: none;
  }
  
  .news-small-sectrion .news-small-title {
    line-height: 100%;
    margin-bottom: 5px !important;
  }
  
  .news-small-sectrion .date-and-time {
    color: #5d748b;
  }
  
  .news-section .news-of-the-day .bg-image {
    height: 100%;
  }
  
  .news-section .news-of-the-day .bg-image img {
    height: 100%;
    object-fit: cover;
  }
  
  .news-section .news-of-the-day .news-img-box {
    position: relative;
  }
  
  .teams-container .bg-image {
    padding: 10px;
  }
  
  .news-section .news-of-the-day .news-img-box .category-label {
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 0;
    padding: 15px !important;
  }
  
  /*footer main-footer*/
  
  footer.main-footer {
    padding: 50px 0 0;
  }
  
  .registered-trademark {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #CCC;
    margin-top: 50px;
  }
  
  .registered-trademark p {
    margin-bottom: 0;
    color: #918d8d;
    font-size: 12px;
  }
  
  footer.main-footer .footer-logo {
    text-align: center;
  }
  
  footer.main-footer .footer-logo a {
    display: inline-block;
  }
  
  footer.main-footer .footer-menu {
    margin-top: 35px;
  }
  
  footer.main-footer .footer-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
  }
  
  footer.main-footer .footer-menu ul li {
    list-style: none;
    padding: 0 25px;
  }
  
  footer.main-footer .footer-menu ul li a {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: math-auto;
  }
  
  footer.main-footer .footer-menu ul li:hover a,
  footer.main-footer .footer-menu ul li.active a {
    color: #951335;
  
  }
  
  .label-info {
    color: #337ab7;
  }
  
  .question-review-container .header-label {
    font-size: 17px;
    font-weight: bold;
  }
  
  .dashboard-shortcuts-disable-container {
    border: 0;
    position: relative;
    cursor: not-allowed;
  }
  
  .dashboard-shortcuts-disable-container i {
    color: gray !important;
  }
  
  .dashboard-shortcuts-disable {
      /* display: none; */
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: gray;
      top: 0;
      left: 0;
      opacity: .4;
  }
  
  .subject-area-report {
    text-align: center;
    background-color: #3498db;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    padding: 0 20px 0 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  
  .questions-header .userNameBox span {
    font-weight: bold;
  }
  
  .bullet-vertical {
    width: 4px;
    height: 8px;
  }
  
  .bullet {
    display: inline-block;
    background-color: var(--bs-bullet-bg-color);
    border-radius: 6px;
    width: 8px;
    height: 4px;
    flex-shrink: 0;
  }
  
  .bullet-vertical {
    width: 4px;
    height: 8px;
  }
  
  .terms-container, .privacy-container, .methodology-container, .about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    h1, h2 {
      text-align: center;
    }
    
    
    section {
      margin-top: 20px;
    }
    
    p {
      line-height: 1.6;
    }
  
    li {
      margin-bottom: 5px;
    }
  
    span {
      font-weight: bold;
    }
  }
  
  .team-user-pic {
    border-radius: 100% 100% 0 0;
    box-shadow: none !important;
    background: transparent;
  }
  
  .team-user-pic img {
    aspect-ratio: 1 / 1;
    border-radius: 100%;
  }
  
  .team-user-pic .card-body {
    margin-top: 24px;
    padding-bottom: 48px;
  }
  
  .team-tile-container:hover .team-img img {
    transform: scale(0.9);
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  
  .blog-item {
    max-height: 10rem;
    overflow: hidden;
  }
  
  .blog-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 10rem;
    width: 95%;
    height: 50px; /* Adjust fade height */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    pointer-events: none;
  }
  
  .question-review-container .question-detail-text-short-info .table,
  .question-review-container .question-detail-text-short-info table tbody,
  .question-review-container .question-detail-text-short-info table tr,
  .question-review-container .question-detail-text-short-info table td,
  .question-review-container .question-detail-text-full-info .table,
  .question-review-container .question-detail-text-full-info table tbody,
  .question-review-container .question-detail-text-full-info table tr,
  .question-review-container .question-detail-text-full-info table td {
    border: none;
  }
  
  /**@@@@@@@@@@@@@@@-----Media Query----@@@@@@@@@@@@@@@@@**/
  
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .user-board-panel .userDataTable {
      overflow-x: scroll;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media (min-width: 320px) and (max-width: 767px) {
  
    .main-menu .navbar-nav {
      padding: 15px;
      border: solid 1px #CCC;
      background: #d7eeff;
    }
  
    .main-menu nav .navbar-nav .nav-item {
      padding: 5px 0px;
    }
  
    .header-banner .info-part .banner-title {
      font-size: 32px;
    }
  
    .header-banner .info-part .banner-subtitle {
      font-size: 24px;
    }
  
    .header-banner .info-part .btn {
      margin-top: 20px;
      font-size: 18px;
      padding: 14px 30px;
      line-height: 100%;
      margin-bottom: 35px;
    }
  
    .header-banner .row.align-items-center .info-part {
      order: 2;
    }
  
    .header-banner .row.align-items-center .img-part {
      order: 1;
      margin-bottom: 15px;
    }
  
    .eduprepme-user-info {
      flex-wrap: wrap;
      padding: 0 15px;
      justify-content: space-between;
    }
  
    .eduprepme-user-info .eduprepme-registers-Users {
      padding: 5px 5px;
      margin: 0;
      border-radius: 5px;
      width: 48.5%;
    }
  
    .eduprepme-user-info .eduprepme-registers-Users:nth-child(3) {
      width: 100%;
      margin-top: 10px;
    }
  
  
  
    .eduprepme-user-info .eduprepme-registers-Users .iconbox {
      width: 36px;
      height: 29px;
      border-radius: 5px;
      padding: 5px;
      margin-right: 10px;
    }
  
    .eduprepme-user-info .eduprepme-registers-Users .iconbox i {
      font-size: 20px;
    }
  
    .eduprepme-user-info .eduprepme-registers-Users .text-box .user-title {
      font-size: 12px;
    }
  
    .eduprepme-user-info .eduprepme-registers-Users .text-box .user-numbers {
      font-size: 12px;
    }
  
    .discover {
      padding: 40px 0;
    }
  
    .discover .discover-info .discover-heading {
      font-size: 24px;
      margin-top: 25px;
    }
  
    .discover .discover-info {
      order: 2;
    }
  
    .discover .discover-services {
      order: 1;
    }
  
    .discover .discover-info .btn {
      margin-top: 18px;
      font-size: 16px;
      padding: 15px 25px;
  
    }
  
    .discover .discover-services .discover-detail-box {
      border-radius: 10px;
      padding: 15px 5px;
      margin: 10px 0px;
      max-width: 100%;
      min-height: 145px;
    }
  
    .discover .discover-services .discover-detail-box .discover-icon {
      margin-bottom: 15px;
    }
  
    .discover .discover-services .discover-detail-box .discover-icon i, .discover .discover-services .discover-detail-box .discover-icon img {
      font-size: 60px;
    }
  
    .discover .discover-services .discover-detail-box .discover-text {
      font-size: 16px;
    }
  
    .why-choose-us {
      padding: 40px 0;
    }
  
    .why-choose-us .choose-heading {
      font-size: 24px;
      margin-bottom: 20px;
    }
  
    .why-choose-us .choose-info-box .choose-box-title {
      font-size: 18px;
    }
  
    .why-choose-us .choose-info-box {
      height: auto;
      margin-bottom: 20px;
    }
  
    .why-choose-us .choose-box-img i {
      font-size: 60px;
    }
  
    .why-choose-us .choose-box-list li {
      font-size: 12px;
    }
  
    .testimonials-box {
      padding-left: calc(var(--bs-gutter-x)* .5);
    }
  
    .contects {
      padding: 40px 15px;
    }
  
    .contects .contects-heading {
      font-size: 24px;
      margin-bottom: 18px;
    }
  
    .contects .contects-form-box .btn {
      margin-top: 20px;
      font-size: 16px;
    }
  
    .eduprepme-club-box .eduprepme-club-heading {
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 35px;
    }
  
    .eduprepme-club-box .club-details .social-media-box {
      margin-top: 25px;
    }
  
    .why-choose-us .choose-info-box {
      display: flex;
      flex-wrap: wrap;
    }
  
    .why-choose-us .choose-info-box .choose-box-title {
      width: 100%;
    }
  
    .why-choose-us .choose-box-img {
      padding: 15px;
      width: 30%;
    }
  
    .why-choose-us .choose-box-list {
      padding: 20px 10px;
      padding-top: 20px;
      width: 60%;
      box-sizing: border-box;
    }
  
    .main-menu .navbar-toggler:focus {
      box-shadow: 0 0 0px 3px #a1d7fd;
    }
  
    .main-footer .footer-logo img {
      max-width: 150px;
    }
  
    footer.main-footer .footer-menu ul {
      flex-direction: column;
      padding: 0;
      margin: 0;
    }
  
    footer.main-footer .footer-menu ul li {
      text-align: center;
      padding: 5px 0px;
    }
  
    footer.main-footer .footer-menu ul li a {
      font-size: 16px;
    }
  
    .topBar .social-media-box li {
      margin: 0 5px;
    }
  
    .navbar-brand img {
      width: 150px;
    }
  
    .user-panel-box .btn {
      font-size: 12px;
    }
  
    .navbar-toggler {
      background-color: #b51d45;
    }
  
    .questions-body {
      height: auto;
    }
  
    .questions-footer .container {
      padding: 15px;
    }
  
    .questions-footer .col-12 {
      order: 3;
      text-align: center;
    }
  
    .questions-footer .bottom-reivew-panel {
      order: 1;
      margin-bottom: 15px;
    }
  
    .questions-footer .bottom-reivew-panel+.col-12 {
      order: 2;
      margin-bottom: 35px;
    }
  
    .questions-footer .bottom-reivew-box .toast {
      min-width: 320px;
      margin-left: -160px;
    }
  
    .questions-body .questions-holder-box {
      margin-top: 35px;
    }
  
    .questions-body .questions-title .questions-marker li {
      white-space: nowrap;
      font-size: 16px;
      width: 40%;
    }
  
    .questions-body .questions-title .questions-marker li.markeicon {
      width: 20%;
    }
  
    .questions-header .toast {
      min-width: 320px;
      z-index: 2;
      right: 0;
      left: inherit;
    }
  
    .questions-header .col-12 {
      display: flex;
      justify-content: space-between;
    }
  
    .questions-header .userNameBox {
      border: solid 1px #CCC;
      padding: 10px;
      border-radius: 35px;
      box-shadow: 0 0 015px rgba(0, 0, 0, 0.1);
      margin: 15px 0;
      width: 100%;
    }
  
    .questions-header .timeShowHide {
      width: 70px;
      padding: 0;
      border-radius: 5px;
    }
  
    .questions-header .justify-content-md-end {
      display: flex !important;
      justify-content: space-between;
      width: 100%;
    }
  
    .copy-and-image--box,
    .blue-section {
      padding: 40px 0;
    }
  
    .blue-section .card {
      margin-top: 15px;
      height: auto;
    }
  
    .testimonials-box .testimonials-detail-row {
      margin-bottom: 40px;
    }
  
    .checkQuestion .checkQuestion-option td {
      max-width: 300px;
      white-space: pre-wrap;
      word-wrap: break-word;
    }
    .questions-actions-container .questions-actions-box button {
      margin-top: 10px;
    }
    .test-parameters .test-parameters-subject {
      margin-bottom: 10px;
    }
    .user-board-panel .userDataTable {
      overflow-x: scroll;
    }
  }
  
  @media (min-width: 768px) and (max-width: 994px) {
    .navbar-toggler {
      background-color: #b51d45;
    }
  
    .main-menu .navbar-nav {
      padding: 15px;
      border: solid 1px #CCC;
      background: #d7eeff;
    }
  
    .main-menu nav .navbar-nav .nav-item {
      padding: 5px 0px;
    }
  
    .checkQuestion .checkQuestion-option td {
      max-width: 200px;
      white-space: pre-wrap;
      word-wrap: break-word;
    }
  
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 1023px) {
  
  
    footer.main-footer .footer-menu ul {
      padding: 0;
      margin: 0;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    footer.main-footer .footer-menu ul li {
      list-style: none;
      padding: 0 15px;
      width: 50%;
      text-align: center;
    }
  
    footer.main-footer .footer-menu ul li a {
      font-size: 18px;
    }
  
    .questions-header .col-12 {
      width: 50%;
    }
  
    .questions-header .col-12:nth-child(1) {
      order: 3;
  
    }
  
    .questions-header .col-12:nth-child(1) {
      display: flex;
      justify-content: space-between;
    }
  
    .questions-header .toast {
      z-index: 2;
    }
  
    .questions-header .col-12:nth-child(2) {
      order: 1;
      margin-bottom: 5px;
  
    }
  
    .questions-header .col-12:nth-child(3) {
      order: 2;
      margin-bottom: 5px;
  
    }
  
    .questions-header .col-12:nth-child(4) {
      order: 4;
  
    }
  
    .questions-body .questions-title .questions-marker li {
      white-space: nowrap;
    }
  
    .questions-body .questions-title .questions-marker li {
      white-space: nowrap;
      font-size: 16px;
      width: 40%;
    }
  
    .questions-body .questions-title .questions-marker li.markeicon {
      width: 20%;
    }
  
    .header-banner .info-part .banner-title {
      font-size: 32px;
    }
  
    .header-banner .info-part .banner-subtitle {
      font-size: 24px;
    }
  
    .header-banner .info-part .btn {
      margin-top: 20px;
      font-size: 18px;
      padding: 14px 30px;
      line-height: 100%;
      margin-bottom: 35px;
    }
  
    .header-banner {
      position: relative;
    }
  
    .header-banner::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 1;
    }
  
    .header-banner .info-part .banner-title {
      color: #ffffff;
    }
  
    .header-banner .info-part .banner-subtitle {
      color: #ffffff;
    }
  
    .header-banner .row.align-items-center .info-part {
      order: 2;
      position: absolute;
      z-index: 2;
      text-align: center;
      left: 0;
    }
  
    .eduprepme-user-info {
      justify-content: center;
      z-index: 3;
    }
  
    .header-banner .row.align-items-center .img-part {
      order: 1;
      margin-bottom: 0px;
    }
  
    .header-banner .row .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .header-banner .img-part img {
      max-width: 100%;
      height: auto;
      width: 100%;
      max-height: inherit;
    }
  
    .discover {
      padding: 40px 0;
    }
  
    .discover .discover-info .discover-heading {
      font-size: 24px;
      margin-top: 25px;
    }
  
    .discover .discover-info {
      order: 2;
    }
  
    .discover .discover-services {
      order: 1;
    }
  
    .discover .discover-info .btn {
      margin-top: 18px;
      font-size: 16px;
      padding: 15px 25px;
  
    }
  
    .discover .discover-services .discover-detail-box {
      border-radius: 10px;
      padding: 15px 5px;
      margin: 10px 0px;
      max-width: 100%;
      min-height: 145px;
    }
  
    .discover .discover-services .discover-detail-box .discover-icon {
      margin-bottom: 15px;
    }
  
    .discover .discover-services .discover-detail-box .discover-icon i {
      font-size: 60px;
    }
  
    .discover .discover-services .discover-detail-box .discover-text {
      font-size: 16px;
    }
  
    .why-choose-us .col-md-6 {
      flex: 0 0 auto;
      width: 33.333%;
    }
  
    .why-choose-us .choose-info-box .choose-box-title {
      font-size: 24px;
      padding: 15px;
      line-height: 29px;
    }
  
    .testimonials-box {
      margin-top: 40px;
    }
  
  }
  
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media (min-width: 1024px) and (max-width: 1399px) {
    .why-choose-us .choose-info-box .choose-box-title {
      font-size: 24px;
    }
  
    footer.main-footer .footer-menu ul li a {
      font-size: 16px;
    }
  
    .header-banner .info-part .banner-title {
      font-size: 56px;
    }
  
    .header-banner .info-part .banner-subtitle {
      font-size: 32px;
    }
  
    .header-banner .info-part .btn {
      margin-top: 25px;
      font-size: 24px;
      padding: 15px 25px;
      margin-bottom: 125px;
    }
  
    .header-banner .img-part img {
      min-height: 500px;
      width: 100%;
      object-fit: cover;
    }
  
    .header-banner .eduprepme-user-info {
      justify-content: center;
      left: inherit;
      width: 80vw;
    }
  
    .discover .discover-info .discover-heading {
      font-size: 36px;
    }
  
    .discover .discover-info .btn {
      margin-top: 30px;
      font-size: 18px;
      padding: 18px 25px;
    }
  
    .discover,
    .why-choose-us,
    .contects {
      padding: 60px 0;
    }
  
    .discover .discover-services .discover-detail-box .discover-text {
      font-size: 20px;
    }
  
    .discover .discover-services .discover-detail-box {
      padding: 10px;
      max-width: 100%;
      margin: 10px 0px;
      min-height: 195px;
    }
  
    /* App.css or a specific CSS file */
  
    .modal-dialog-centered {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .modal-lg {
      max-width: 80%;
    }
  
    .desmos-container {
      width: 100%;
      height: 400px;
      margin: 0 auto;
    }
  
    .btn-close {
      background: none;
      border: none;
      font-size: 1.5rem;
    }
  
    .btn-close:hover {
      cursor: pointer;
    }
  
    .close-calculator-btn {
      margin-top: 10px;
      background-color: #dc3545;
      /* Bootstrap danger color */
      color: white;
      border: none;
      padding: 0.5rem 1rem;
    }
  
    .close-calculator-btn:hover {
      background-color: #c82333;
      cursor: pointer;
    }
  }