@media (min-width: 1570px) {
  .container_lg {
    max-width: 1500px;
  }

  .container_xl {
    max-width: 1548px;
  }
}

@media (min-width: 1370px) and (max-width: 1569.99px) {
  .container_lg {
    max-width: 1310px;
  }

  html {
    font-size: 54%;
  }
}

@media (min-width: 1170px) and (max-width: 1369.99px) {
  .container_lg {
    max-width: 1010px;
  }

  html {
    font-size: 42%;
  }
}

@media (min-width: 992px) and (max-width: 1169.99px) {
  .container_lg {
    max-width: 960px;
  }

  html {
    font-size: 40%;
  }
}

@media (min-width: 992px) {
  .review_box3 {
    padding: 2.9rem 1rem;
  }

  .random_area .col-lg-5 {
    width: 46.5%;
  }

  .random_area .col-lg-7 {
    width: 53.5%;
  }

  .random_container {
    width: 117rem;
    margin: 0 auto;
  }

  .alternatives_content {
    width: 100rem;
    margin: 0 auto;
  }

  .aboutus_content {
    max-width: 131.2rem;
    margin: 0 auto;
  }

  .tc_content {
    max-width: 107.6rem;
    margin: 0 auto;
  }

  .industry_container {
    margin: 0 auto;
    max-width: 128rem;
  }

  .tabler_content {
    max-width: 106.5rem;
    margin: 0 auto;
  }

  
.customer_area .container {
    padding: 0 18.1rem;
}
}

@media (max-width: 991px) {
  html {
    font-size: 50%;
  }

  :root {
    --menuheight: 8rem;
  }

  .container-fluid {
    max-width: 720px;
  }

  .title1 {
    font-size: 8rem;
    line-height: 1.2;
  }

  .title2 {
    font-size: 6.5rem;
  }

  br {
    display: none;
  }

  .pl_75 {
    padding-left: 4.5rem;
  }

  .px_110 {
    padding: 0;
  }

  .title_56 {
    font-size: 4rem;
    line-height: 1.35;
  }

  .title_40 {
    font-size: 3rem;
    line-height: 1.35;
  }

  .mobile_menu {
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100%;
    overflow: auto;
    top: 0;
    background: #fff;
    z-index: 999999;
    padding: 4rem 0 4rem 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.35s ease;
  }

  .menu_active .mobile_menu {
    opacity: 1;
    left: 0;
    pointer-events: all;
  }

  .mobile_menu_logo img {
    width: 18.9rem;
  }

  .mobile_menu_top {
    align-items: flex-start !important;
  }

  .primary_menu {
    flex-direction: column;
    display: flex;
    gap: 0;
    padding: 1.5rem 0 0 0;
  }

  .menu_link {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    border-top: 0.1rem solid #d8d3d3;
    width: 100%;
    margin: 0;
    padding: 1.6rem 0;
  }

  .menu_link:last-child {
    border: 0;
  }

  .mobile_menu .container {
    height: 100%;
    display: grid;
    align-content: space-between;
    padding: 0 4.3rem;
  }

  .mobile_menu_top_part {
    padding-bottom: 10rem;
  }

  .header_actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem 2rem;
    background: #fff;
    box-shadow: var(--shadow);
    z-index: 9999;
    height: 8rem;
    display: flex;
    align-items: center;
  }

  .menu_link::before {
    bottom: 0;
    height: 0.2rem;
  }

  .header_actions_sm {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    margin: 0 auto;
  }

  .header_actions_sm a,
  .header_actions_sm button {
    width: 100%;
  }

  .nav_tabs {
    overflow: auto;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }

  .nav_tabs::-webkit-scrollbar {
    scrollbar-width: 0;
    display: none;
  }

  .tab_img {
    width: 100%;
  }

  .marquee > div,
  .brands,
  .js-marquee {
    gap: 6rem;
  }

  .review_boxes_wrapper {
    padding: 0;
  }

  .review_boxes_two {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .review_box4 {
    width: 48%;
  }

  .review_box5 {
    width: 48%;
  }

  .review_box6 {
    width: 50%;
  }

  .review_boxes_one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .partners_slider {
    max-width: 85%;
  }

  .subscribe_wrapper {
    padding: 4rem 0;
  }

  .footer_boxes {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 4rem;
    width: 60%;
    margin: 0 auto;
  }

  .footer_box ul {
    gap: 1.2rem;
  }

  .footer_box h2 {
    padding-bottom: 2rem;
  }

  .feature_hero .row {
    flex-direction: column-reverse;
    --bs-gutter-y: 3rem;
  }

  .feature_img {
    width: 100%;
  }

  .custom_review {
    display: none;
  }

  .feature_content {
    max-width: 100%;
  }

  .service_box.type2 .service_img {
    width: 28rem;
    height: 35rem;
  }

  .service_box.type2 {
    padding: 0 4rem 0 9rem;
    gap: 8rem;
    height: 38rem;
  }

  .accordion-body p br {
    display: block;
  }

  .feature_btns {
    gap: 1rem;
    flex-direction: column-reverse;
  }

  .feature_btns a {
    width: 100%;
  }

  .feature_content .text_xsm {
    text-align: center;
  }

  .faq_content {
    padding: 0;
  }

  .nav_tabs3 {
    justify-content: start;
  }

  /* ==================== ALternative page responsive =================== */
  .random_img {
    width: 100%;
  }

  .random_area .row {
    --bs-gutter-x: 3rem;
  }

  .col_2,
  .col_3 {
    width: 28rem;
  }

  /* ================ customer_area ================ */
  .customer_row {
    --bs-gutter-x: 1.6rem;
  }

  .customer_images {
    gap: 1.6rem;
  }

  /* ================= industry_hero ================== */
  .industry_hero {
    padding: 3rem 0 5rem;
  }

  .industry_hero .row {
    flex-direction: column-reverse;
    --bs-gutter-y: 4.5rem;
  }

  .industry_hero_content .title_56 {
    line-height: 1.15;
    padding: 2rem 0;
  }

  .industry_counters {
    padding-top: 3rem;
    justify-content: center;
  }

  .industry_hero_content {
    text-align: center;
  }

  .hero_badge {
    margin: 0 auto;
  }

  .industry_btns {
    justify-content: center !important;
  }

  .industry_content {
    padding: 0;
  }

  .industry_btns {
    flex-direction: column;
  }

  .industry_btns a {
    width: 100%;
  }

  .industry_counter.pr_50 {
    padding-right: 3.5rem;
  }

  .texts_wrap p,
  .texts_wrap li {
    font-size: 1.8rem;
  }

  .texts_wrap .pt_24 {
    padding-top: 1.6rem;
  }

  .texts_wrap .pb_24 {
    padding-bottom: 1.6rem;
  }

  .tabler_content > .row {
    --bs-gutter-y: 3rem;
    flex-direction: column-reverse;
  }

  .tabler_area {
    padding: 6rem 0;
  }

  .tabler_boxes .row {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 1.6rem;
  }

  .recommend_area {
    padding: 6rem 0;
  }

  .bottom_bar {
    padding-top: 3.5rem;
  }

  /* ======================== Menu styles ==================== */
  .dropdown {
    width: 100%;
  }

  .dropdown_btn {
    justify-content: space-between;
  }

  .features_boxes {
    width: 100%;
    max-height: max-content;
    overflow: hidden;
    box-shadow: none;
    padding: 0 !important;
  }

  .features_box.pb_32 {
    padding-bottom: 1.6rem;
  }

  .feature_row {
    --bs-gutter-y: 1.6rem;
  }

  .features_box ul li img {
    display: none;
  }

  .features_box ul li span {
    padding-left: 0;
  }

  .features_box ul {
    padding: 0;
    margin: 1.2rem 0 0 2.4rem;
    gap: 0.4rem;
  }

  .features_box ul li {
    position: relative;
  }

  .features_box ul li:before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #2a2a2a;
    border-radius: 10rem;
    flex: 0 0 auto;
    margin: 0 0.7rem;
  }

  .dropdown_content {
    position: relative !important;
    transform: translateY(0);
    padding: 1.6rem 0;
  }

  /* ======================== Category popup ========================== */
  .resources_right {
    display: none;
  }

  .resources_left {
    width: 100%;
    padding: 0 0 0 1.6rem;
  }

  .resources_box {
    width: 100%;
    box-shadow: none;
    padding: 0;
  }

  .resources_left li a img {
    display: none;
  }

  .resources_left li {
    padding-bottom: 0.8rem;
    line-height: 1.5;
  }

  .resources_left ul li a {
    font-weight: 500;
  }

  .resource_content {
    padding-top: 0;
  }

  /* =============== Modal =============== */
  .modal-content {
    padding: 5rem 3rem 0 3rem;
    margin: 0 1.6rem;
    border-radius: 1.5;
  }

  .offer_premium > img {
    width: 28rem;
  }

  .offer_premium {
    flex-direction: column-reverse;
    box-shadow: none;
    gap: 1rem;
  }

  .popup_info > p {
    font-size: 2.2rem;
    line-height: 1.35;
    padding-bottom: 1rem;
  }

  .popup_info {
    text-align: center;
  }

  .popup_bottom a {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 50%;
  }

  :root {
    --MenuHeight: 13.6rem;
  }

  .container-fluid {
    max-width: 540px;
    padding: 0 2rem;
  }

  .container {
    padding: 0 2rem;
  }

  .pb_25 {
    padding-bottom: 1.5rem;
  }

  .pt_65 {
    padding-top: 4.5rem;
  }

  .pt_50 {
    padding-top: 4rem;
  }

  .title_34 {
    font-size: 2.8rem;
  }

  .text_xl {
    font-size: 1.8rem;
  }

  .pt_24 {
    padding-top: 1.6rem;
  }

  .pb_32 {
    padding-bottom: 2.4rem;
  }

  .title_56 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .t_star {
    width: 5rem;
  }

  .t_star.mr_20 {
    margin-right: 1rem;
  }

  .t_star.ml_20 {
    margin-left: 1rem;
  }

  .nav_link {
    font-size: 1.4rem;
    height: 4.4rem;
  }

  .nav_tabs {
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0.8rem;
  }

  .tab_content_inner {
    overflow: hidden;
  }

  .hero_content p {
    font-size: 1.6rem;
  }

  .pt_40 {
    padding-top: 2rem;
  }

  .pb_40 {
    padding-bottom: 2rem;
  }

  .pb_48 {
    padding-bottom: 3.2rem;
  }

  .pb_64 {
    padding-bottom: 4.8rem;
  }

  .header_actions_sm {
    width: 100%;
  }

  .logo img,
  .mobile_menu_logo img {
    width: 16rem;
  }

  .hero_area {
    padding-top: 2rem;
  }

  .subscribe_content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .subscribe_content .title_40 {
    font-size: 2.8rem;
  }

  .footer_widget {
    padding: 6rem 0;
  }

  .footer_boxes {
    width: 100%;
    gap: 3rem 0rem;
  }

  .brand_area {
    padding: 6rem 0;
  }

  .marquee > div,
  .brands,
  .js-marquee {
    gap: 4rem;
  }

  .review_box4 {
    width: 100%;
  }

  .review_box5 {
    width: 100%;
    gap: 2rem;
  }

  .review_box6 {
    width: 100%;
  }

  .review_boxes_two {
    gap: 0;
  }

  .offer_list {
    padding: 0 3rem;
  }

  .price_top {
    padding: 0 3rem;
  }

  .price_area .tab_content .row {
    --bs-gutter-y: 3.6rem;
  }

  .pt_48 {
    padding-top: 2.8rem;
  }

  .price_bottom {
    margin-top: 2rem;
  }

  .service_box.type2 {
    height: auto;
    display: flex !important;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 3rem;
  }

  .service_box.type2 .service_img img {
    width: 30rem;
  }

  .service_box.type2 .service_img {
    height: auto;
  }

  .service_box.type2 .service_info h3 {
    padding-bottom: 1.8rem;
  }

  .service_list {
    gap: 1.4rem;
    padding-left: 0;
  }

  .service_box.type2 .service_img2 img {
    width: 25rem;
  }

  .service_box.type2 .service_img3 img {
    width: 36rem;
  }

  .service_box {
    height: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .service_box {
    text-align: center;
  }

  .service_box.type2 {
    text-align: left;
  }

  .play_btn {
    width: 5.5rem;
    height: 5.5rem;
  }

  .play_btn img {
    width: 2.4rem;
  }

  .message_btn img {
    width: 2.6rem;
  }

  .message_btn {
    width: 5rem;
    height: 5rem;
    right: 2rem;
    bottom: 2rem;
  }

  .back-to-top {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    left: 2rem;
  }

  .back-to-top img {
    width: 1.6rem !important;
  }

  .accordion_button {
    padding: 2.4rem;
    font-size: 1.8rem;
    padding-right: 5rem;
  }

  .accordion_button::after {
    right: 1.6rem;
    background: url(../img/arrow_down.svg) no-repeat scroll center / 2.4rem
      1.2rem;
    height: 1.2rem;
    width: 2.4rem;
  }

  .accordion-body {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }

  .launch_content .title_24 {
    font-size: 1.8rem;
  }

  .launch_content {
    padding: 6.5rem 0;
  }

  .feature_hero {
    padding: 3.5rem 0 3.5rem;
  }

  .pt_67 {
    padding-top: 3rem;
  }

  /* =============== Alternative area ================== */
  .table_wrap {
    border: 0.1rem solid #d8d8d8 !important;
    border-collapse: inherit;
    border-spacing: 0;
    border-radius: 2rem;
    box-shadow: inset -1rem 1rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  }

  table {
    border: 0 solid transparent !important;
    border-spacing: 0;
    width: max-content;
  }

  .col_2,
  .col_3 {
    width: 24rem;
    padding: 0 2rem;
    text-align: left;
  }

  .col_1 {
    width: 23rem;
    padding: 0 1.6rem;
  }

  td {
    height: 8rem;
  }

  tr {
    font-size: 1.5rem;
  }

  .random_img {
    height: 28rem;
    border-radius: 2rem;
  }

  .random_area .row {
    --bs-gutter-y: 3rem;
  }

  .random_content .title_28 {
    line-height: 1;
  }

  .row_reversed {
    flex-direction: column-reverse;
  }

  .random_area .row.pb_80 {
    padding-bottom: 5.6rem;
  }

  .alternatives_area .section_top {
    padding-bottom: 2.4rem;
  }

  .alternatives_content .row {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 1.6rem;
  }

  .alt_img img {
    width: 14rem;
  }

  .alternative {
    height: 12rem;
    padding: 2rem 1rem;
    gap: 1.4rem;
  }

  /* =============== Affiliate Page ================ */
  .commission_img {
    height: 50rem;
  }

  .table_area .section_top {
    padding-bottom: 3rem;
  }

  .aboutus_info {
    text-align: center;
  }

  .aboutus_info h3 {
    padding: 2.5rem 0 1.6rem 0;
  }

  .customer_row {
    --bs-gutter-y: 2.4rem;
  }

  .customer_images {
    gap: 2.4rem;
  }

  .aboutus_img {
    width: 9rem;
    height: 9rem;
    border-radius: 1.4rem;
  }

  .customer_bottom {
    padding-top: 3.5rem;
  }

  /* ============== subscribe_area =================== */
  .subscribe_area {
    padding-bottom: 6rem;
  }

  .subscribe_btns a {
    width: 100%;
    justify-content: center;
  }
  .subscribe_btns {
    gap: 1.2rem;
  }

  /* ============== Features dropdown =================== */
  .feature_icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .feature_icon img {
    width: 1.2rem;
  }

  .feature_info h3 {
    font-size: 1.2rem;
    padding: 0;
  }

  .feature_info p {
    display: none;
  }

  .feature_info {
    padding-left: 0.8rem;
  }

  .angle_up {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .service_img3 img {
    width: 100%;
  }

  .service_box {
    height: 100%;
    padding: 3rem 2rem 3rem 2rem;
  }

  .service_img {
    height: 21rem;
    margin-bottom: 1.5rem;
  }

  .service_img img {
    display: block;
    padding: 0 2rem;
    width: 85% !important;
  }

  .service_info h3 {
    font-size: 2rem;
  }

  .service_img3 img {
    width: 100% !important;
    padding: 0;
  }

  .review_box1,
  .review_box2,
  .review_box3 {
    width: 44rem;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 2.32vw;
  }

  .container,
  .container-fluid {
    padding: 0 2rem;
    max-width: 100%;
  }

  .t_star {
    display: none !important;
  }

  .title_56 span {
    display: inline;
  }

  .partners_slider {
    max-width: 65%;
  }

  .tab_img {
    width: 100%;
    transform: scale(1.5);
  }

  .review_box3 {
    padding: 3rem 1rem;
  }

  .pb_60 {
    padding-bottom: 3.6rem;
  }

  .review_box {
    width: 100% !important;
  }

  .review_boxes_one {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_tabs2 {
    padding-bottom: 3.6rem;
    transform: translateX(-2.8rem);
  }

  .tab_switch:before {
    font-size: 2rem;
    left: -10rem;
  }

  .tab_switch:after {
    font-size: 2rem;
    right: -8.2rem;
  }

  .save {
    margin-left: 10.5rem;
  }

  .nav_tabs3 {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
    padding: 0 2rem;
    padding-bottom: 3.2rem;
  }

  .commission_img {
    height: 25rem;
    border-radius: 1rem;
  }
}
