@media only screen and (min-width: 768px) {
  .Designed_content .nav-tabs {
    justify-content: center;
  }

  .Designed_content .nav-tabs .nav-link {
    flex-direction: column;
  }
}

@media only screen and (min-width: 812px) {
  .footer_list_items ul {
    text-align: left;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu-right {
    display: block !important;
  }

  .container-fluid {
    padding-inline: 1.5rem;
  }

  .setting-inner-content .container-fluid {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .form-slider-range {
    width: 50%;
  }
}

@media only screen and (max-width: 1399px) {
  .container-fluid {
    padding-right: 15px !important;
  }

  .footer-area {
    padding-right: 15px !important;
  }

  .double__list {
    gap: 3.5rem;
  }

  /*********************************** Support Page CSS Start *************************************************/
  .body_padding .container-fluid {
    padding-left: 15px !important;
  }

  .support_help-main {
    position: absolute;
    right: 20px;
    bottom: -10%;
  }
}

@media only screen and (max-width: 1199px) {
  .performance-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .single_dashboard_card_main {
    grid-column: span 6!important;
  }

  .add_Widget_area_main {
    grid-column: span 6;
  }
}

@media only screen and (min-width: 992px) {
  .main-menu-right {
    display: block !important;
  }

  .container-fluid {
    padding-inline: 1.5rem;
  }

  .setting-inner-content .container-fluid {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .inner_content {
    max-width: calc(100% - 0px);
    padding-bottom: 72px;
  }

  /* header main */
  .search_box {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    width: 70%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  .search_box.show {
    opacity: 1;
    visibility: visible;
  }

  .user_control {
    justify-content: space-between;
  }

  .menu-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
  }

  .menu-btn > span {
    width: 25px;
    height: 2px;
    border-radius: 50rem;
    background-color: var(--dark);
  }

  .search_box_icon {
    display: inline-block;
    background-color: transparent;
    border: none;
  }

  /* sidebar */
  .sidebar {
    left: -100%;
    bottom: 60px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease;
    height: calc(100vh - 56px - 60px);
  }

  .sidebar_menu {
    padding-block: 0;
  }

  .sidebar.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .ideasidenav {
    left: -2px;
    top: 53px;
  }

  .performance-core-items ul {
    padding-left: 20px;
  }

  .performance-grid-items {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .meta-list-brokenBody .modal-dialog {
    top: 40px;
  }

  /* Onbording Page CSS */
  .onbording-header-padding {
    padding: 5px 0px;
  }

  /* Onbording Page CSS */
  /* Loader Page */

  /********************************* Tracker Table Menu *****************************/
  .table-menu {
    position: relative;
  }

  .main-menu-right {
    display: none;
    position: absolute;
    top: 67px;
    height: 380px;
    width: 100%;
    background: var(--white);
    padding: 10px 0px;
    z-index: 2222;
    border-radius: 0px 0px 20px 20px;
    left: 0;
    border: 1px solid #e2e0f4;
    border-inline: 0;
  }

  .table-menu-right {
    flex-direction: column;
  }

  .menu-btn2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
  }

  .menu-btn2 > span {
    width: 25px;
    height: 2px;
    border-radius: 50rem;
    background-color: var(--dark);
  }

  /* setting page start */
  .performance-content {
    flex-direction: column;
  }

  .performance-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .performance-right {
    margin-left: 0;
  }

  /* setting page end */

  .meta-tag-items button.nav-link {
    flex: 0 0 calc(100% / 3 - 20px);
  }

  /* Footer area */
  .footer-area {
    width: 100% !important;
    padding: 16px;
  }

  .double__list {
    gap: 0.625rem;
  }

  .setting-menu-area.hide ~ .setting-content-area {
    margin-left: 0;
  }

  .analysis-range1 {
    margin-left: auto;
    margin-right: auto;
  }

  .lighthouse-single-circle {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .lighthouse-single-circle p {
    margin-left: 0;
  }

  /* Support page Css */
  .footer-fast-item {
    max-width: 100%;
    text-align: center;
  }

  .footer-fast-item p {
    max-width: 300px;
    width: 100%;
    margin: auto;
    padding: 20px 10px;
  }

  .footer_social {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }

  .g_footer_main {
    justify-content: space-around;
  }

  /* blog page 991 responsive start 
  ********************************/
  .blog-menu nav > ul > li {
    padding-right: 55px;
  }

  .blog-list-main {
    grid-column-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
  }

  .single-post-left-sidebar {
    display: none;
  }

  .single-post-left-sidebar {
    margin-right: 0px;
    max-width: 694px;
    margin: auto;
    padding-bottom: 50px;
  }

  .single-post-content {
    margin: auto;
  }

  .post-page-thump-headline {
    flex-direction: column;
    padding: 45px 0 70px 0;
  }

  .post-page-headline {
    max-width: 694px;
    margin: auto;
  }

  .post-page-headline2 {
    max-width: 738px;
  }

  /* blog page 991 responsive end 
  ********************************/

  /* tools root page 991 responsive start 
  *********************************************/
  .tools-root-tab-area {
    flex-direction: column;
  }

  .tools-root-tab {
    margin-bottom: 30px;
  }

  .tools-root-tab .flex-column {
    flex-direction: row !important;
    gap: 10px;
  }

  .tools-root-tab .nav-link {
    margin-bottom: 0;
  }

  /* tools root page 991 responsive end 
  *********************************************/
  .learn_more_tab_content {
    gap: 40px 50px;
  }

  .problems_content {
    gap: 40px 40px;
  }

  .assurance_content {
    gap: 40px 60px;
  }

  .home_images_tab_left p {
    margin-bottom: 70px;
  }

  .home_images_tab_left {
    padding: 30px 40px 30px 30px;
  }
}

@media only screen and (max-width: 825px) {
  .support_card_area {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  /* blog page min 767 responsive start 
  ********************************/
  .blog-menu nav > ul {
    display: block flex;
  }

  /* blog page min 767 responsive End
  ********************************/
}

@media only screen and (max-width: 767px) {
  /* reboot bootstrap */
  .btn {
    padding: 4px 10px;
    font-size: 14px;
  }

  .form-control,
  .form-select,
  .dropdown-item {
    font-size: 14px;
  }

  /* common styles */
  body {
    font-size: 14px;
  }

  /* header main */
  .search_box {
    width: 100%;
  }

  /* sidebar */
  .sidebar {
    bottom: 48px;
    height: calc(100vh - 56px - 48px);
  }

  .sidebar_menu > [class^="sidebar_menu"] {
    padding: 16px;
  }

  .element-main-area {
    margin-top: 70px;
  }

  /* Analysis page */
  .analysis-link-progress {
    margin-bottom: 10px;
  }

  .card-content-bottom {
    margin-bottom: 10px;
  }

  .show-snip-btn.snippet-url {
    margin-top: 10px;
  }

  .analysis-profile-dialog {
    padding-left: 0px;
    padding-right: 10px;
  }

  .analysis-profile-bd::after {
    height: 93px;
    width: 20px;
    left: -10px;
    top: 65px;
  }

  .analysis-mail p {
    top: 4px;
  }

  .problem-card-help {
    top: 16px;
    left: 40%;
    width: 390px;
  }

  /* Onboard Page */

  .onboard-main-items {
    flex-direction: column-reverse;
  }

  .form-image {
    margin-bottom: 30px;
    margin-top: 35px;
  }

  .on-page-border {
    border: 0;
    margin-bottom: 40px;
  }

  .performance-core-items ul {
    flex-wrap: wrap;
  }

  .performance-list-two .performance-core-items ul li {
    width: 50%;
  }

  .social-review .card {
    margin-bottom: 15px;
  }

  /******************************** Website Tracker CSS**************************/

  .single-tracker-accordion {
    height: inherit;
    width: 100%;
    background: var(--bg-mostly-white-200);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding: 5px 0px;
    gap: 10px;
  }

  .main-pagination {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .table-pagination {
    flex-wrap: wrap;
    margin-right: 0;
    padding: 0px 15px;
    justify-content: space-between;
  }

  .svg-inline--fa {
    margin-bottom: 2px;
  }

  .tracker-title .success-section {
    width: calc(99% - 0px);
  }

  /* Footer area */
  .footer-area {
    padding: 10px;
  }

  .inner_content {
    padding-bottom: 64px;
  }

  .loader-list-items {
    justify-content: space-around;
  }

  .loader-list-items > * {
    flex: 0 0 40%;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .setting-content-area {
    margin-left: 10px;
  }

  /***************************** Support Page CSS ************************/
  .genarel_header_items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .header_menu_btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
  }

  .header_menu_btn > span {
    width: 25px;
    height: 2px;
    border-radius: 50rem;
    background-color: var(--dark);
  }

  .footer_search_item .footer_control {
    height: 40px;
  }

  .suppor_search input {
    height: 40px;
  }

  .genarel_header_items {
    display: none;
    position: absolute;
    top: 100%;
    text-align: center;
    width: 100%;
    left: 0;
    background: var(--white);
    padding: 20px;
  }

  .genarel_header_items li {
    padding: 5px;
  }

  /* Tools Resposive  */
  .tools_top_area {
    flex-direction: column;
  }

  .tools_sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .tools_sidebar .accordion {
    width: 100%;
  }

  .tools_body_content .footer_control {
    height: 60px;
    padding: 0px 30px;
  }

  /* blog page 767 responsive start 
  ********************************/
  .blog_menu_btn {
    display: flex;
  }

  .blog-menu nav > ul {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    text-align: center;
    background: var(--white);
    padding: 10px;
    flex-direction: column;
  }

  .blog-menu nav > ul > li {
    padding-right: 0px;
    padding: 5px;
  }

  .blog-highlight {
    flex-direction: column;
  }

  .highlight-content {
    padding: 0;
    padding-top: 20px;
  }

  .single-post-content2 {
    padding-right: 0px;
  }

  .post-page-headline h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .post-medias a {
    line-height: 55px;
  }

  /* blog page 767 responsive end 
  ********************************/

  /* tools root page 767 responsive start 
  *********************************************/
  .tools-root-items-main {
    grid-template-columns: repeat(1, 1fr);
  }

  .tools-root-title {
    padding-top: 100px;
  }

  .tools-root-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  /* tools root page 767 responsive end 
  *********************************************/

  /* Dashboard  */
  .single_dashboard_card_main {
    grid-column: span 12;
  }

  .add_Widget_area_main {
    grid-column: span 12;
  }

  /* home page 767 responsive start 
  *********************************************/
  .home-title {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .home-title h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
  }

  .home-setting-container {
    flex-direction: column;
  }

  .home-setting-sidebar {
    max-width: 100%;
    border-right: none;
  }

  .home-search .footer_control {
    height: 60px;
    padding: 0px 30px;
  }

  .home_section_title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .what_webqa_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .learn_more_tab_content {
    flex-direction: column;
  }

  .problems_content {
    flex-direction: column;
  }

  .assurance_left_content h2 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 50px;
  }

  .assurance_right_bottom_content h3 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .assurance_right_bottom_content {
    padding-top: 30px;
  }

  .assurance_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .home_images_tab_left h3 {
    font-size: 30px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .home_images_tab_left p {
    margin-bottom: 50px;
  }

  .home_images_tab_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .home_images_tab_right {
    height: 270px;
    border-radius: 10px 10px 10px 10px;
  }

  .single_what_item {
    padding: 26px 26px 24px 24px;
  }

  .single_what_item_main {
    min-height: 100px;
  }

  .video-wrapper img {
    height: 300px;
  }

  .Designed_area {
    padding-bottom: 70px;
  }

  .assurance_left_content h2 {
    padding-bottom: 30px;
  }

  .assurance_area {
    padding-bottom: 70px;
  }

  .customisable_area {
    padding-bottom: 80px;
  }

  .problems_area {
    padding-bottom: 80px;
  }

  /* home page 767 responsive end 
  *********************************************/

  /* Home Page Setting Tab */
  .home-setting-area {
    max-width: 100%;
  }

  .home-setting-tab-content {
    display: block;
    width: 100%;
  }

  .tav-menu-btn {
    display: none;
  }

  /* Home Page Setting Tab */
}

@media only screen and (max-width: 575px) {
  /* login modal */
  .modal.show .modal-dialog.login_modal {
    margin: auto;
    top: 60px;
  }

  .login_modal_form form input[type="submit"] {
    padding: 6px;
  }

  /* login modal */

  .progress-download {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .download-items {
    flex-basis: 100% !important;
    width: 100%;
    margin-bottom: 15px;
  }

  .progress-items {
    margin-right: 0;
  }

  .download-single-item {
    justify-content: center;
  }

  .progress-download {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }

  /* Profile Page */
  .profile-modal-dialog {
    max-width: 550px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }

  .performance-list-two .performance-core-items ul li {
    width: 100%;
  }

  .lighthose-circle-content {
    text-align: center;
  }

  .lighthouse-single-circle {
    justify-content: center;
  }

  .card-inner-content p {
    font-size: 12px;
  }

  .meta-list-brokenBody .modal-dialog {
    top: 60px;
  }

  .add-advance-search .url-btn {
    margin-left: 20px;
  }

  .input-pt-pb label {
    width: 240px;
  }

  .meta-tag-items button.nav-link {
    flex: 0 0 calc(100% / 2 - 20px);
  }

  .footer-menu nav ul li {
    margin-left: 10px;
  }

  .loader-list-items > * {
    flex: 0 0 100%;
  }

  .loader__card .card-body {
    padding: 1.5rem;
  }

  .control-dash-icon button,
  .control-bars-icon button {
    margin-left: 5px;
  }

  .setting-content-area {
    margin-left: 0;
  }

  .table-pagination {
    justify-content: center;
  }

  .form-slider-range {
    width: 80%;
  }

  /* analysis page */
  .analysis-profile-dialog2 {
    padding-right: 16px;
  }

  .performance-grid-items {
    grid-template-columns: 1fr;
  }

  /* analysis page */

  /* Website Tracker Page */
  .confirm-desk {
    display: none;
  }

  .confirm-mobile {
    display: block;
  }

  .modal-dialog.table-modal-dialog {
    max-width: 500px !important;
    width: 100%;
  }

  /* Tools Page Responsive */
  .tools_link_btn p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .tools_body_content .footer_control {
    height: 50px;
    padding: 0px 20px;
  }

  /* blog page 575 responsive start 
  ********************************/
  .blog-title h2 {
    font-size: 40px;
  }

  .highlight-content h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .blog-list-title h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .blog-list-area {
    padding: 35px 0;
  }

  .blog-list-main {
    grid-row-gap: 40px;
  }

  .blog-list-main {
    grid-template-columns: repeat(1, 1fr);
  }

  .share-and-media {
    flex-direction: column;
  }

  .share-and-media h4 {
    margin-bottom: 15px;
  }

  .post-help-area {
    margin-top: 50px;
  }

  .post-page-headline h1 {
    font-size: 40px;
  }

  .post-page-headline .post-category {
    padding: 5px 0;
  }

  .post-page-headline2 {
    padding: 40px 0 50px 0;
  }

  .single-post-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .single-post-content img {
    margin-bottom: 25px;
  }

  .single-post-content h2 {
    font-size: 28px;
    padding: 30px 0;
    line-height: 35px;
  }

  .single-post-content .list h3 {
    font-size: 28px;
    line-height: 35px;
  }

  .single-post-content .list ul li {
    font-size: 16px;
    line-height: 40px;
  }

  .single-post-content .list ul li::after {
    top: 16px;
  }

  .blog-article-title h2 {
    font-size: 40px;
    margin-bottom: 0;
  }

  /* blog page 575 responsive end 
  ********************************/

  /* home page 575 responsive start 
  ********************************/
  .home-search .footer_control {
    height: 50px;
    padding: 0px 20px;
  }

  /* home page 575 responsive end 
  ********************************/

  /* Tools Single Page */
  .download_result ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 459px) {
  /* tools root page 459 responsive start 
  ******************************************/
  .tools-root-tab .nav-link {
    width: 100%;
  }

  /* tools root page 459 responsive end 
  ******************************************/
  /* Analysis page */
  .meta-tag-items .nav-tabs {
    justify-content: space-around;
  }

  .meta-tag-items button.nav-link {
    max-width: 160px;
    margin-right: 0px;
  }

  .tab-btn-content span {
    font-size: 12px;
  }

  .form-card-title h3 {
    font-size: 20px;
  }

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

  .footer-menu nav ul li {
    margin-left: 5px;
  }

  .footer-logo a img {
    width: 56px;
  }

  /* analysis page */
  .analysis-profile-dialog {
    padding-left: 0px;
    padding-right: 18px;
  }

  .mail-report-file {
    gap: 12px;
  }

  .analysis-desktep-link {
    display: none;
  }

  .analysis-mobile-link {
    display: block;
  }

  .analysis-profile-bd::after {
    height: 100px;
    top: 80px;
  }

  .analysis_copy_btn {
    margin-left: 19px;
  }

  /* analysis page */
  /* Setting Page  */
  .tooltips-contents {
    width: 205px;
  }

  /* Website Tracker Page */
  .modal-dialog.table-modal-dialog {
    max-width: 360px !important;
    width: 100%;
    transform: translateX(-50%);
  }

  /* Support Genarel Header Menu Css */
  .header_login {
    margin-right: 10px;
  }

  .header_menu_btn {
    margin-left: 0 !important;
  }

  .getting-title {
    justify-content: center;
  }

  .support-link {
    margin-top: 20px;
    text-align: center;
  }

  .recover-faq-area .accordion-item {
    padding: 5px 5px 5px 20px;
  }

  /* Project Page Responsiv */

  .project_section .form-body {
    padding: 1rem 1rem;
  }

  /* dashboard  */
  .dashboard_graph_content .nav-tabs {
    max-width: 316px;
  }

  .dashboard_graph_content .nav-link {
    padding: 5px 20px;
  }

  .http_status_content .nav-tabs {
    max-width: 325px;
  }

  .http_status_content .nav-link {
    padding: 5px 16px;
    padding-bottom: 6px;
  }
}
