@media (max-width: 1400px) {
  html {
    font-size: 8px;
  }
  .alpha-reports-bnner-img {
    height: 700px;
  }
  .elite-img {
    height: 560px;
  }
  .trading-new-main-img {
    height: 580px;
    object-fit: cover;
  }
  .our-blog-para-area {
    position: absolute;
    right: 5vw;
    bottom: 60px;
    max-width: 460px;
  }
}

@media (max-width: 1399px) {
  .lesson-sidebar-area {
    max-width: 420px;
  }
  a.sec-link.mt-4.sec-link-absolute {
    bottom: 80px;
  }
  .tutor-pro-img-area {
    max-width: 220px;
  }
  .tutor-pro-img {
    height: 250px;
    width: 220px;
  }
  .tutor-pro-disc-area {
    margin-top: 4rem;
  }
}

@media (max-width: 1280px) {
  .access-tag {
    max-width: 240px;
    font-size: 2.5rem;
  }
  .pricing-disc-area {
    padding: 0 13px;
  }
  .subs-plan-area .yearly-access-price {
    margin: 15px 0 15px !important;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 8px;
  }
  .social-share-popup {
    max-width: 600px;
  }
  .share-popup-cls-btn {
    height: 20px;
    width: 20px;
    font-size: 1.5rem;
  }
  .lesson-video-iframe {
    height: 450px;
  }
  .course-detail-img {
    height: 420px;
  }
  .tutor-cover-img {
    height: 320px;
  }
  .tutor-pro-disc-area {
    margin-top: 5rem;
  }
  .tutor-pro-img-name-area {
    gap: 30px;
  }
  .tutor-pro-img {
    height: 230px;
    width: 200px;
  }
  .tutor-pro-img-area {
    max-width: 200px;
  }
  .newsletter-bnner-img {
    height: 490px;
    width: 100%;
    object-fit: cover;
  }
  img.img-fluid.flex-trading-img {
    height: auto;
  }
  a.sec-link.mt-4.sec-link-absolute {
    bottom: 60px;
  }
  .alpha-reports-bnner-img {
    height: 600px;
  }
  .our-blog-para-area {
    right: 10vw;
    bottom: 60px;
    max-width: 390px;
  }
  .trading-new-main-img {
    height: 560px;
  }
  .team-member-img {
    min-height: 350px;
  }
  .elite-img {
    height: 500px;
  }
  .top-end-area {
    gap: 8px !important;
  }
  .feature-box::before {
    border: 3px solid rgb(167, 151, 52);
  }
  .testimonial-para {
    height: 50px;
  }
  .cirlce-user-img {
    height: 35px;
    width: 35px;
  }
  .bookmark-btn {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 991px) {
  .lesson-sidebar-area {
    max-width: 420px;
    position: absolute;
    left: -100%;
    height: auto;
    width: 100%;
    transition: 0.5s all ease-in-out;
  }
  .lesson-sidebar-area.active {
    display: unset;
    left: 0;
  }
  .lesson-top-btn {
    height: 25px;
    width: 25px;
  }
  .lesson-sidebar-cls-btn {
    display: block;
  }
  .pick-plan-btn {
    display: block;
  }
  .membership-level-tabel {
    min-width: 900px;
  }
  .tutor-pro-img {
    height: 210px;
    width: 190px;
  }
  .tutor-pro-img-area {
    max-width: 100%;
    text-align: center;
  }
  .select2-container .select2-selection--single .select2-selection__rendered,
  .select2-results__option,
  .select2-search--dropdown .select2-search__field {
    font-size: 2rem;
  }
  .tutor-cover-img {
    height: 260px;
  }
  .tutor-pro-img-name-area {
    flex-direction: column;
    align-items: center;
    margin-top: -120px;
  }
  .tutor-pro-disc-area {
    margin-top: 0rem;
  }
  .select2-container {
    width: 200px !important;
  }
  .alert-course-box {
    margin-bottom: 3rem;
  }
  .our-blog-para-area {
    right: 3vw;
    max-width: 330px;
    bottom: 20px;
  }
  .trading-new-main-img {
    height: 450px;
  }
  .flex-team-box {
    margin-bottom: 20px;
  }
  .elite-img {
    height: 400px;
    margin-bottom: 20px;
  }
  .contact-form {
    margin-bottom: 20px;
  }
  .link.dropdown-link {
    color: #000 !important;
  }
  .link.dropdown-link:hover {
    background-color: #1b1b2c;
    color: white !important;
  }
  .logo {
    max-width: 180px;
  }
  .ordr-md-1 {
    order: 1;
  }
  .menu-btn {
    display: flex;
  }
  .header-btn-area.text-end {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
  }
  .head-btn {
    font-size: 2.5rem;
  }
  .header-navigation {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 50vw;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #1b1b2c;
    z-index: 9999999;
    left: -100%;
    overflow-y: auto;
    padding: 0 30px;
    transition: 0.5s all ease-in-out;
  }
  .header-navigation.active {
    left: 0;
  }
  .link {
    color: white;
    font-size: 2rem;
  }
  .header-nav-li {
    margin-bottom: 20px;
  }
  .header-nav {
    display: block;
    width: 100%;
  }
  .menu-btn.menu-cls-btn {
    background: #cec65a;
    color: #1b1b2c;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    font-size: 2.6rem;
  }
  .head-dropdown-list {
    position: relative;
  }
  .head-dropdown-list {
    position: unset;
    display: none;
    background-color: #cec65a;
  }
  .head-dropdown-list.active {
    display: block;
  }
  .head-dropdown-list.show {
    opacity: unset;
    visibility: unset;
  }
  .head-dropdown-list {
    visibility: visible;
    opacity: 1;
  }
  .text-med-center {
    text-align: -webkit-center !important;
  }
  .bnner-right-img {
    margin-top: 20px;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .about-us-img {
    margin-top: 20px;
  }
  .tip-video {
    margin-top: 20px;
  }
  .feature-box {
    margin-bottom: 20px;
  }
  .testimonial-btn-area {
    justify-content: center !important;
    margin-top: 10px;
  }
  .med-justify-center {
    justify-content: center !important;
  }
  .link i {
    display: none;
  }
  .dropdown-btn {
    display: flex;
  }
  .watchlist-chart-box {
    margin-bottom: 25px;
  }
  .popular-indicator {
    margin-bottom: 30px !important;
  }
  .newsletter-link {
    bottom: 40px;
  }
  .text-md-black {
    color: black !important;
  }
  .course-student-qty-area .course-student-qty:nth-child(2)::before {
    background-color: black;
  }
  .rating-no {
    font-size: 2rem;
  }
  .rating-qty {
    font-size: 1.8rem;
  }
  .biography-data-area {
    margin-top: 30px;
  }
  .subs-plan-area {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .social-share-popup {
    max-width: 450px;
  }
  .lesson-video-iframe {
    height: 300px;
  }
  .text-sm-black {
    color: black !important;
  }
  .course-detail-img {
    height: 300px;
  }
  .cirlce-user-img.course-dtl {
    height: 50px;
    width: 50px;
  }

  .login-signup-logo {
    max-width: 170px;
  }
  .our-blog-para-area {
    right: unset;
    max-width: 90%;
    bottom: 0;
    position: unset;
    margin-top: 20px;
    text-align: center;
  }
  /* .our-blog-para-area {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    width: 100%;
    bottom: -30px;
}
.our-blog-para-area .list-para {
  font-size: 2rem;
  text-align: center;
  color: black !important;
} */
  .alpha-reports-bnner-img {
    height: auto;
  }
  .alpha-report-link {
    bottom: 30px;
  }
  .economics-chart-text-area .sm-para {
    font-size: 1.8rem;
  }
  .economics-chart-title {
    font-size: 2.5rem;
  }
  .economic-charts-metrics-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .economics-chart-slider-btn {
    display: none !important;
  }
  .flex-trading-img {
    height: 500px;
  }
  .sniper-entries-iframe {
    height: 500px;
  }
  .top-nav-list {
    justify-content: center;
    margin-bottom: 5px;
    gap: 15px !important;
  }
  .header-navigation {
    width: 100vw;
  }
  html {
    font-size: 7px;
  }
  .social-icons-list.top-res-none {
    display: none;
  }
  .footer-logo {
    max-width: 180px;
  }
  .dropdown-toggle.trans-btn::after {
    border-top: 0.5em solid !important;
    border-right: 0.5em solid transparent !important;
    border-left: 0.5em solid transparent !important;
  }
  .circle {
    font-size: 2rem;
  }
  .sec-link {
    gap: 15px;
    height: 45px;
  }
  .text-mb-center {
    text-align: -webkit-center !important;
  }
  .logo {
    max-width: 150px;
  }
  .footer-logo-area {
    margin-bottom: 20px;
  }
  .social-icons-list {
    justify-content: center;
  }
  .footer-btm-para {
    text-align: center !important;
    margin-bottom: 2px;
  }
  .footer-link {
    justify-content: center;
  }
  .footer-title {
    margin-bottom: 18px;
    text-align: center;
  }
  .footer-img-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-btn {
    height: 30px;
    width: 30px;
  }
  .traders-hub-slider-btn {
    display: none;
  }
  .subs-plan-area:hover {
    transform: scale(1);
  }
  .subscription-sec {
    padding: 45px 0px;
  }
  .subs-plan-title {
    font-size: 3.2rem;
  }
  .subs-plans {
    margin-top: 35px;
  }
  .new-card-wrapper input,
  .new-card-wrapper input::placeholder {
    font-size: 11.7px;
  }
  .new-card-wrapper label {
    font-size: 13.37px;
  }
  .credit-card {
    top: 10px;
  }
  .new-card-wrapper .form-check label {
    font-size: 12px;
  }
  .total .course-enroll-link {
    font-size: 16px;
  }
  .payment-sec {
    padding: 50px 0px;
  }
  .checkout-title {
    font-size: 24px;
    text-align: center;
  }
  .checkout-card {
    height: auto;
  }
  .summary-box {
    padding: 27px 17px;
  }
  .total {
    padding: 18px 17px;
  }
  .summary-box h6 {
    font-size: 14px;
  }
  .summary-box h5 {
    font-size: 15px;
  }
  .summary-box h4 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 620px) {
  /* .our-blog-para-area {
    right: 2vw;
    max-width: 260px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
} */
  /* .our-blog-para-area {
  max-width: 230px;
} */
  .earnings-tabel {
    min-width: 550px;
  }
}
@media (max-width: 575px) {
  .subs-plan-area {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 500px) {
  .share-popup-cls-btn {
    height: 17px;
    width: 17px;
    font-size: 1.27rem;
  }
  .news-input-field {
    padding: 8px 10px;
  }
  .social-share-popup {
    max-width: 340px;
    padding: 3rem 1rem;
  }
  .share-buttons-area {
    gap: 7px !important;
  }
  .share-social-icon {
    gap: 5px !important;
    font-size: 1.6rem;
  }
  .lesson-top-btn {
    height: 22px;
    width: 22px;
  }
  .lesson-video-iframe {
    height: 260px;
  }
  .membership-level-tabel {
    min-width: 730px;
  }
  .tutor-pro-img-name-area {
    padding: 0 1rem;
  }
  .tutor-profile-area {
    padding: 8rem 1rem 6rem;
  }
  .tutor-pro-img {
    height: 190px;
    width: 170px;
  }
  .comment-pro-img {
    height: 40px;
    width: 40px;
  }
  .comment-profile-img-area {
    max-width: 40px;
  }
  .auth-form {
    padding: 5rem 2rem;
  }
  .inner-page-bnner {
    padding: 15rem 0;
  }
  .earnings-tabel tr th {
    font-size: 1.6rem;
  }
  .inner-sec-title {
    font-size: 6rem;
  }
  html {
    font-size: 7.5px;
  }
  /* .our-blog-para-area {
    max-width: 50vw;
} */
  /* .alpha-reports-bnner-img {
    height: 350px;
} */
  .trading-new-main-img {
    height: 300px;
  }

  .sniper-entries-iframe {
    height: 400px;
  }
  .flex-trading-img {
    height: 400px;
  }
  .top-nav-list {
    gap: 7px;
  }

  .top-end-area {
    gap: 5px !important;
  }
  .user-img,
  .flag-img {
    height: 15px;
    width: 15px;
  }
  .top-user-img-area {
    width: 15px;
  }
  .top-link {
    font-size: 1.8rem;
  }
  .logo {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .subs-points-list {
    height: 200px;
  }
  .yearly-access-price {
    font-size: 4.4rem;
  }
}

@media (max-width: 414px) {
  .sec-link.mt-4.sec-link-absolute {
    max-width: 210px;
    width: 100%;
  }
  .lesson-video-iframe {
    height: 230px;
  }
}

@media (max-width: 390px) {
  .link {
    font-size: 1.8rem;
  }
  .lesson-video-iframe {
    height: 200px;
  }
}
