@media (min-width: 1450px) {
  .hoem-hero-content {
    margin: 256px 0 230px 5%;
  }

  .home-why-us-section::after {
    max-width: none;
  }

  .home-who-we-are-section {
    height: auto !important;
    padding: 40px 0;
  }
}

@media (max-width: 1450px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 5% !important;
    margin: 0 !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .order-history-form-wrapper {
    padding: 64px 120px !important;
  }

  .order-details-wrapper {
    width: 789px;
    padding: 64px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  .total-cart-frame {
    width: 588px;
  }

  /*! ORDER DETAILS AND HISTORY CSS START */
  .order-history-form-wrapper {
    padding: 64px 331px;
    gap: 32px;
  }

  .order-details-wrapper {
    width: 789px;
    padding: 64px 0;
  }

  .course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 151px;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .desk-hide {
    display: none;
  }

  /* ORDER DETAILS AND HISTORY CSS START */
  .w-11 {
    width: 11rem;
  }

  .course>.top {
    width: 40%;
  }

  .course>.middle {
    width: auto;
  }

  .middle-course-item {
    display: flex;
    gap: 47px !important;
  }

  /*! SIGN UP AND SIGN IN START */
  .signin-signup-section {
    padding: 120px 0px;
  }

  .signin-signup-wrapper {
    padding: 22px 0px 64px 0;
  }

  .top-row {
    padding: 0px 32px;
  }

  .signin-signup-wrapper .INPUT {
    margin-left: 0;
    width: 258px;
  }

  .signin-signup-wrapper .tmc {
    width: 100%;
    display: flex;
    padding: 0 20px;
  }

  /* SIGN UP AND SIGN IN END */
  /* ! PAYMENT FAILED CSS START */
  .payment-failed-wrapper {
    width: 502px;
    height: 475px;
    margin: 5rem auto;
  }

  /* ! PAYMENT FAILED CSS START */
  .payment-failed-wrapper {
    width: 502px;
    height: 475px;
    margin: 5rem auto;
  }

  /* !PAYMENT FAILED CSS END */

  /* ! TERM AND CONDITION CSS START */
  .term-and-condition {
    background: url(../images/hexa5.png);
    padding-bottom: 3px;
  }

  .term-and-condition-text-container {
    margin: 63px 332px;
  }

  /* ! TERM AND CONDITION CSS END */
}

@media (max-width: 820px) {
  .total-cart-frame>h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .mb-setUp {
    align-items: center;
    gap: 24px;
  }

  .secure-section {
    padding: 40px 10px !important;
  }

  .container-0 {
    padding: 0 !important;
    margin: 0 !important;
  }

  .secure-payment-boxes {
    width: 100%;
    /* padding: 0 !important;
        margin: 0 !important; */
    /* padding: 40px 10px !important; */
  }

  .secure-payment-box2 {
    /* padding: 0 !important;
        margin: 0 !important; */
    padding: 0 10px !important;
  }

  .secure-payment-box1 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .secure-payment-wrapper {
    display: flex;
    flex-direction: column;
  }

  .tmcTextt {
    display: flex;
    align-items: center;
  }

  .tmcTextt span {
    font-size: 20px !important;
    line-height: 169.5%;
  }

  .tmc-images {
    flex-direction: column;
    gap: 24px;
  }

  /* HEADER START */

  .mb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }

  .icons-div {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;

    transform: none;
  }

  .header-top {
    position: relative;
    z-index: 99999999;
  }

  .header-bottom {
    width: 100%;
    height: auto !important;
    padding: 0;
    position: fixed;
    top: -130%;
    z-index: 999999;
    transition: all 0.8s;
  }

  .header-bottom>ul {
    flex-direction: column;
    gap: 0 !important;
    background: #3c3c3c;
  }

  .header-bottom>ul>li {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #212121;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
  }

  .header-bottom>ul>li:hover,
  .custom-headerMb-drop-down.show>li:hover {
    background-color: #40c461;
  }

  .custom-headerMb-drop-down.show {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #3c3c3c;
    top: 21px !important;
    left: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid #212121;
  }

  .custom-headerMb-drop-down.show>li {
    padding: 10px 4px;
  }

  .custom-headerMb-drop-down.show>li>a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: white;
  }

  .custom-headerMb-drop-down.show>li>a:hover {
    background-color: #40c461;
  }

  .term-and-condition-text-container {
    padding: 0;
    border: none;
  }

  /* HEADER END */
  /* COMMON CSS START */

  /*! ORDER DETAILS AND HISTORY CSS START */

  .order-history-form-wrapper {
    padding: 24px;
    gap: 32px;
    flex-direction: column;
  }

  .order-history-header {
    background-image: url(../images/accounts-bg-mb.png);
  }

  .order-history-btn>.header-top-btn {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 20px;
  }

  .order-form {
    height: 589px;
  }

  .order-form>.billHeading {
    font-size: 24px;
  }

  .mb-hide {
    display: none;
  }

  .padding-top {
    /* padding-top: 11px !important; */
  }

  /* .desk-hide{
    display: none;
   } */
  .order-details-wrapper {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .course {
    padding: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .course>.top {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .course>.middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* ORDER DETAILS AND HISTORY CSS START */

  /* ! ERROR CSS START */
  .error-section {
    background: radial-gradient(50% 50% at 50% 50%,
        rgba(36, 101, 93, 0.5) 0%,
        rgba(5, 47, 50, 0.5) 100%),
      #000000;
  }

  .error-wrapper button {
    width: 100%;
  }

  /* ! ERROR CSS START */

  /* ! FORGET PASSWORD CSS START */
  .forget-password-wrapper {
    width: 100%;
  }

  .tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 24px;
  }

  .tmcText {
    font-family: "Poppins";
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 169.5%;
  }

  .tmcImg {
    width: 100%;
    text-align: center;
  }

  input[type="checkbox"] {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 2px solid #40c461 !important;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
  }

  /* ! FORGET PASSWORD CSS END */

  .mb-show {
    display: block;
  }

  .mb-flex {
    display: flex;
  }

  .desk-flex,
  .desk-show {
    display: none;
  }

  .text-center-desk {
    text-align: start;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .width-50 {
    width: 100%;
  }

  .text-center-mb {
    text-align: center;
  }

  .mk-full {
    width: 100% !important;
  }

.greein_ico {
    left: 65px !important;
}

  /* COMMON CSS END */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */

  /* ========================================= HOME PAGE START ======================================================== */
  /* ?--- HOME HERO SECTION START----- */
  .home-hero-section {
    padding: 40px 5% 60px 5%;
    background: black url("../images/home-hero-mb-bg.png") no-repeat center;
    background-size: cover;
    height: auto;
  }

  .column {
    width: 100% !important;
  }

  .fs-51-32 {
    font-size: 32px;
    line-height: 45px;
  }

  .hoem-hero-content {
    margin: 0 !important;
  }

  .unionlt,
  .unionrb {
    display: none;
  }

  /* ?--- HOME HERO SECTION END----- */
  .home-why-us-frame {
    justify-content: center !important;
    padding: 24px 0;
  }

  .ourt-service-content {
    position: static !important;
    width: 100%;
    justify-content: center;
    padding: 24px 5%;
    background: #40C461 url(../images/green-mb-screen.png) center no-repeat;
  }

  .sercies-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-why-us-section {
    padding: 40px 0;
    height: auto;
    background: radial-gradient(50% 50% at 50% 50%,
        rgba(36, 101, 93, 0.2) 0%,
        rgba(5, 47, 50, 0.2) 100%),
      #141414;
  }

  .home-why-us-section::after {
    display: none;
  }

  .home-our-services-section {
    height: auto;
  }

  /*  */
  /*  */
  /* ?---- WHO WE ARE SECTIN START -------- */
  .home-who-we-are-section {
    position: static;
    height: auto;
    background: white url(../images/hexa-mb-bg.png) center no-repeat;

  }

  .home-who-we-are-section::after {
    display: none;
  }

  .mk-center {
    justify-content: center;
    /* padding-top: 24px; */
  }

  .mb-tm {
    margin-top: 40px;
  }

  /* ========================================= HOME PAGE END ======================================================== */

  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /* * ========================== PRODUCT HERO SECTION START ===================================== */
  .product-hero-section {
    padding: 0;
  }

  .product-hero-frame {
    flex-wrap: wrap;
  }

  .hero-buton-frame {
    flex-direction: column-reverse;
  }

  .product-hero-custom-container {
    padding: 0 !important;
  }

  .product-h-right-content {
    padding: 0 5%;
  }

  .add-to-cart-frame {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 20px !important;
  }

  .fs-48-32 {
    font-size: 32px;
    line-height: 45px;
  }

  /* * ========================== PRODUCT HERO SECTION END ===================================== */

  /*  */
  /*  */
  /* *========================== RELATED PRODUCTS SECTION START =============================== */
  .Related-products-section {
    padding: 24px 0 40px;
  }

  .product-h-right-content {
    width: 100%;
  }

  .product-card-frame {
    padding: 0 0 28px;
  }

  .slick-track {
    display: flex;
    gap: 40px;
  }

  .card-column {
  width: 100% !important;
  max-width: 327px;
  margin: auto 
}

  .custom-container-card-frame {
    padding: 0 !important;
  }

  .methods-card-frame {
    flex-wrap: wrap;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .method-card {
    width: 100%;
  }

  /* *========================== RELATED PRODUCTS SECTION END =============================== */
  /*  */
  /*  */
  /*  */
  /*  */
  /* ================================ PRODUCT FAQ SECTION START =============================== */
  .product-faq-section {
    padding: 40px 0;
  }

  .fs-24-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .product-acc {
    margin-top: 24px !important;
  }

  .produt-proven-methods-section {
    background: radial-gradient(50% 50% at 50% 50%, rgba(36, 101, 93, 0.2) 0%, rgba(5, 47, 50, 0.2) 100%), #141414;
  }

  /* ================================ PRODUCT FAQ SECTION END =============================== */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */

  /* ?=============== FOOTER CSS START ========================= */
  .footer {
    background: #0e0e0e url("../images/footer-mb-bg.png") no-repeat center;

    padding: 0 0 34px;
  }

  .footer-frame {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 24px;
  }

  .footer-box {
    width: 100% !important;
  }

  /* .footer-box>img{
      width: 100%;
    } */

  .footer-box>ul>li:first-child {
    margin-bottom: 18px;
  }

  .footer-box>ul>li,
  .footer-box>ul>li>a {
    padding-bottom: 4px;
  }

  .footer-box>img:first-child {
    width: 189px;
    height: 51px;
  }

  /* ?=============== FOOTER CSS END ========================= */
  /*  */
  /*  */
  /*  */
  /* !>========================================  STORE PAGE START ================================== */
  .drop-deown-frame {
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 24px;
  }

  .store-crd-frame {
    justify-content: center !important;
  }

  .store-deopdown {
    width: 100%;
  }

  .store-card-section {
    padding-bottom: 0;
  }

  .mx-218 {
    width: 100%;
    max-width: 218px;
  }

  .pagination-frame {
    padding: 30px 0 40px;
  }

  /*! >========================================  STORE PAGE END ================================== */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*! >========================================  ABOUT PAGE END ================================== */

  .top-hero-heading-section {
    background: url("../images/Hero-heading-mb.png") no-repeat center;
    background-size: cover;
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .pay-complete {
    background: url(../images/complete-bg-mb.png) no-repeat center;
  }

  .tc-bg {
    background: url(../images/tc-bg-mb.png) no-repeat center;
  }

  .store-bg {
    background: url(../images/store-bg-mb.png) no-repeat center;
  }

  .secure-pay {
    background: url(../images/secure-bg-mb.png) no-repeat center;
  }

  .bespoke-bg {
    background: url("../images/bespoke-bg-mb.png") no-repeat center;
  }

  .cart-bg {
    background: url("../images/cart-bg-mb.png") no-repeat center;
  }

  .heor-main-head {
    position: relative;
    z-index: 1;
  }

  .home-contact-section {
    background: radial-gradient(50% 50% at 50% 50%, rgba(36, 101, 93, 0.5) 0%, rgba(5, 47, 50, 0.5) 100%), #000000;
	height: fit-content;
  }

  .heor-main-head>img {
    position: absolute;
    left: -43px;
    top: -13px;
    width: 49px;
    height: 49px;
    z-index: -1;
  }

  .add-padding-80 {
    padding-top: 35px;
  }

  .mh-730 {
    height: auto !important;
    max-height: none;
  }

  .about-r-content {
    width: 100%;
    height: auto;
  }

  .about-r-content {
    padding: 0 5% 5%;
    height: auto;
    margin: 0 !important;
  }

  .justify-center-mb {
    justify-content: center;
  }

  .whyUs-R-content {
    margin-right: 0;
    margin-left: 0 !important;
  }

  .whyUs-L-content {
    margin-right: 0 !important;
  }

  .m-t-b-100 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .pt-0-mb {
    padding-top: 0;
  }

  .pl-0-mb {
    padding-left: 0;
  }

  .mb-0-mb {
    margin-bottom: 0;
  }

  .pb-0-mb {
    padding-bottom: 30px;
  }

  .m-w-100 {
    width: 100%;
  }

  .m-w-auto {
    width: auto !important;
  }

  .px-5-mb {
    padding-left: 5%;
    padding-right: 5%;
  }

  .abut-our-service-frame {
    padding: 24px 5%;
    background: url("../images/green-bg.png") no-repeat center !important;
    background-size: 100% 100%;
    margin: 0;
  }

  .home-contact-frame {
    flex-wrap: wrap;
  }

  .flex-wrap-mb {
    flex-wrap: wrap !important;
  }

  .mt-mb-24 {
    margin-top: 24px !important;
  }

  .pe-50 {
    padding-right: 0;
  }

  .mh-690 {
    height: auto;
    max-height: none;
  }

  .mb-30-mb {
    margin-bottom: 30px;
  }

  .custom-img-bespik {
    height: 100%;
    position: relative;
  }

  .custom-img-bespik>.union {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 24px;
    transform: rotate(270deg);
  }

  /*! >========================================  ABOUT PAGE END ================================== */
  /*  */
  /*  */
  /*  */

  /*! SIGN UP SIGN IN START */
  .signin-signup-section {
    padding: 40px 10px;
  }

  .signin-signup-wrapper {
    width: 100%;
    padding: 12px 0px 60px 0;
  }

  .signin-signup-wrapper .INPUT {
    margin-left: 0;
    width: 100%;
  }

  .top-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0 * var(--bs-gutter-y)) !important;
    /* margin-right: calc(1* var(--bs-gutter-x)) !important;
        margin-left: calc(1* var(--bs-gutter-x)) !important; */
  }

  .top-row>* {
    flex-shrink: 0;
    width: 100% !important;
    max-width: 100% !important;
    /* padding-right: calc(var(--bs-gutter-x) * 0.5) !important; */
    padding-left: calc(var(--bs-gutter-x) * 0) !important;
    margin-top: var(--bs-gutter-y) !important;
  }

  .top-row {
    margin: 0 !important;
  }

  /*! SIGN UP SIGN IN END */
  /* ! ERROR CSS START */
  .error-section {
    background: radial-gradient(50% 50% at 50% 50%,
        rgba(36, 101, 93, 0.5) 0%,
        rgba(5, 47, 50, 0.5) 100%),
      #000000;
  }

  .error-wrapper button {
    width: 100%;
  }

  .error-wrapper>h3 {
    font-size: 32px;
    line-height: 45px;
  }

  /* ! ERROR CSS START */
  /* ! FORGET PASSWORD CSS START */
  .forget-password-wrapper {
    width: 100%;
  }

  .tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 24px;
  }

  .tmcText {
    font-family: "Poppins";
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 169.5%;
  }

  .tmcImg {
    width: 100%;
    text-align: center;
  }

  input[type="checkbox"] {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 2px solid #40c461 !important;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
  }

  /* ! FORGET PASSWORD CSS END */
  /*  */
  /*  */
  /*  */
  /*! >========================================  CONTACT PAGE START ================================== */
  .contact-us-section {
    background: url(../images/HeroContactsMbbg.png) no-repeat center;
    background-size: cover;
    padding: 64px 0 40px 0;
  }

  .contact-hero-card-frame {
    flex-wrap: wrap;
    gap: 24px;
  }

  .lets-tack-section {
    padding: 24px 0 0 0;
  }

  .mb-24-17 {
    margin-bottom: 17px;
  }

  .mb-16-mb {
    margin-bottom: 16px;
  }

  .mb-8-16 {
    margin-bottom: 16px;
  }

  /*! >========================================  CONTACT PAGE END ================================== */

  /*  */
  /*  */
  .yourcart-frame {
    flex-wrap: wrap;
  }

  .table-box {
    padding: 24px;
    background-color: white;
    border: 3px solid #9b9b9b;
    border-top: none;
  }

  .table-box:first-child {
    border-top: 3px solid #9b9b9b;
    border-radius: 8px 8px 0 0;
  }

  .table-box:last-child {
    /* border-top: 3px solid #9B9B9B; */
    border-radius: 0 0 8px 8px;
  }

  .black-616 {
    color: #616161 !important;
  }

  .your-cart-section {
    padding: 40px 0;
  }

  .table-box>.learing-frame>.product-content>.green-40C {
    font-size: 12px;
    line-height: 12px;
  }


.greein_ico {
    left: 65px !important;
}

  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
}

@media (max-width: 1450px) {
  .hoem-hero-content {
    margin-left: 5%;
  }

  .home-why-us-section::after {
    width: 44%;
  }

  .bespok-sec-img {
    width: 100%;
    height: 90%;
    margin-bottom: 0;
    object-fit: cover;
    object-position: left;
  }

  .custom-img-bespik {
    padding-left: 2.5vw;
    /* height: 100%; */
    max-height: none;
  }

  .icons-div {
    right: 14vw;
  }

  /* .lets-tack-section {
        padding:64px 0 40px;
    } */
}