@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;
  }
}




/* imran responsive design Starts */

/* imran responsive design Starts */
@media (min-width: 1500px) {
      .fr4-d1 h3 {
        max-width: 800px;
        font-size: 35px;
      }
      .fr4-d1 p {
          width: 100%;
          max-width: 600px;
          color: #fff;
          font-size: 20px;
          font-family: 'Poppins', sans-serif !important;
          font-weight: 100 !important;
      }
      .fcwt2-d2-card-d:nth-child(1){
          margin-left: 0px !important;
          margin-right: 0px !important;
      }
      .fcwt2-d2-card-d:nth-child(4){
          margin-left: 0px !important;
      }
      .fcwt2-d2-card-d:nth-child(5) {
          margin-right: 0px !important;
      }
      .fcwt2-d2-card:nth-child(2) {
        margin-left: 0;
        margin-left: auto;
        margin-right: 40px;
      }
      .fcwt2-d2-card:nth-child(6) {
        margin-left: 0;
        margin-left: auto;
        margin-right: 40px;
      }
      .fcwt2-d2-card:nth-child(3) img {
          margin-left: 40px;
      }
}
@media (min-width: 1350px) {
  .fcwt2-d2-card-d:nth-child(1) {
      margin-left: 0px;
      margin-right: 60px;
  }


  .fcwt2-d2-card-d:nth-child(4) {
      margin-left: 30px;
      align-items: flex-start;
  }


  .fcwt2-d2-card-d:nth-child(5) {
    align-items: flex-end;
      margin-left: 0px;
      margin-right: 60px;
  }


  #fcat3-d2-card-6 {
      padding-top: 50px;
  }


  #fcat3-d2-card-d-8 {
      padding-top: 50px;
  }

  .fcwt2-d2-card-d:nth-child(8) {
    align-items: flex-start;
      margin-left:20px;
  }
  #fcat2-d2 #fcat3-d2-card{
    position: relative !important;
  }
  #fcat2-d2 #fcat3-d2-card img{
    position: absolute !important;
    right: 0 !important;
    top:0 !important;
  }
  #fcat2-d2 #fcat3-d2-card-7{
    position: relative !important;
  }
  #fcat2-d2 #fcat3-d2-card-7 img{
    position: absolute !important;
    right: 0 !important;
    top:0 !important;
  }
}
@media (min-width: 1300px) {
  .fcwt2-d2-card-d h3,
  .fcwt2-d2-card-d p{
    max-width: 100%;
    text-align: center;
  }
  #fcat2-d2 #fcat3-d2-card-2{
    position: relative;
  }
  #fcat2-d2 #fcat3-d2-card-2 img{
    position: absolute;
    left: 0;
    top:0;
  }
  #fcat2-d2 #fcat3-d2-card-6{
    position: relative;
  }
  #fcat2-d2 #fcat3-d2-card-6 img{
    position: absolute;
    left: 0;
    top:30px;
  }
  /* .fcwt2-d2-card{
    position: relative;
  }
  .fcwt2-d2-card img{
    position: absolute;
    left: 0;
    top:0;
  } */
  .fcwt2-d2-card-d{
    align-items: flex-end;
  }
}

@media (max-width: 1300px) {
  .as1-center-h1{
    font-size: 50px;
  }
  .fr4-d1{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    align-items: center;
    text-align: center;
    }
  .fr4-d1 h3{
    width: 100%;
    max-width: 600px;
    color: #fff;
  }
  .fr4-d1 p{
    width: 100%;
    max-width: 300px;
    color: #fff;
  }
  .fcwt2-d2-card img{
    margin-left: 20px;
  }
  .fcwt2-d2-card:nth-child(3) img{
    margin-left:25px ;
  }
  .fcwt3-d1 h1{
    margin-left: 50px;
  }
  .fcwt3-d1 p{
    margin-left: 50px;
  }
  .fcr3-d2{
    margin-left: 0;
  }
  .fcr2-d2{
    margin-left: 0;
  }
  /* .fcr3-d2-2-ol li p{
    margin-left: 15px;
  } */
  /* .fcr3-d2-2-ol li p{
    margin-left: 18px;
  }
  .fcr2-d2-2-ol li p{
    margin-left: 18px;
  } */
  .fcr2-d2-2-ol li p{
    max-width: 400px;
  }
  #fcat3-d2-card-d-5{
    padding-top: 50px;
  }
  #fcat3-d2-card-d-8 {
    padding-top: 30px;
  }
}

@media (max-width: 1280px) {
          .fr4-d1 {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 30px;
        }
            .fr4-d1 h3 {
            width: 100%;
            max-width: 600px;
            font-size: 24px;
        }
}



@media (max-width:1200px){
  .as1{
    margin-top: 70px;
  }
  .as1-center-h1{
    font-size: 30px;
  }
  .as1-left-img2{
    left:200px;
  }
  .as1-center{
    padding-right: 10px;
  }
  .as1-right-img2{
    top: 34px;
  }
  .frlast-d1{
    width: 100%;
  max-width: 400px;
  padding: 30px;
  }
  .fcr1{
    padding: 50px 100px;
  }
  .fcr1-d1{
    flex: 1;
  }
  .fcr1-d2 img{
    width: 100%;
    max-width: 800px;
  }
  .fcr2-inner{
    padding: 70px 40px;
  }
  .fcr3-inner{
    padding: 70px 40px;
  }
  .fcwt3-d1 h1{
    margin-left: 10px;
  }
  .fcwt3-d1 p{
    margin-left: 10px;
  }
.fr4-d1 p {
            max-width: 400px;
    }
  .as4-card{
    min-height: 284px;
  }
}

@media (max-width:1150px){
  .fcr2-inner{
    padding: 70px 40px;
  }
   .fcr2-d2-1{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .fcr2-d2-1 img{
    width: 100%;
    max-width: 600px;
   }
   .fcr2-d2{
    gap: 20px;
   }
  .fcr3-inner{
    padding: 70px 10px;
  }
   .fcr3-d2-1{
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .fcr3-d2-1 img{
    width: 100%;
    max-width: 600px;
   }
   .fcwt3-d2-slide img {
    max-width: 650px;
   }
   .fcwt3-d1 h1{
    margin-left: 0px;
    text-align: center;
  }
  .fcwt3-d1 p{
    margin-left: 0px;
    text-align: center;
  }
  .fcwt3-d1{
    align-items: center;
    justify-content: center;
  }
  .fcr3-d2{
    gap: 10px;
  }
  #fcat3-d2-card img{
    max-height: 330px;
    transform:scale(2);
    z-index: 3;
    overflow: hidden;
    margin-left: 30px;
  }
  
   .setting-content-area{
    margin-left:10px;
  }

}
@media (max-width:1100px){
  #fcat3-d2-card img{
    max-height: 330px;
    transform:scale(2);
    z-index: 3;
    overflow: hidden;
    margin-left: 30px;
  }
@media (max-width:1050px){
  .fr4-d1 {
    gap: 5px;
}
}
@media (max-width:1000px){
  .as1-left-img2,
  .as1-right-img2{
    display: none;
  }
  .as1-center{
    padding-top: 40px;
  }
  .fr3-d-d{
   padding-left: 0;
  padding-right: 0;
  
  }
  .fr2-d-d-d{
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  }
  .fr2-d-d .fr2-d-d-h6{
    align-self:center;
    padding-left: 0;
  }
  .fr3-d-d-d{
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  }
  .fr3-d-d .fr3-d-d-h6{
    align-self:center;
    padding-left: 0;
    font-size: 20px;
  }

  .fr3-d-d{
    gap: 30px;
  }
  .fr3-d-h{
    width: 100%;
  max-width: 900px;
  padding-left:1rem ;
  }
  .fr3-d-p{
  width: 100%;
  max-width: 900px;
  padding-right: 100px;
  padding-left:1rem ;
  }
  .frlast-d1{
    width: 100%;
  max-width: 500px;
  padding: 18px;
  }
  .frlast-d2 img{
    width: 100%;
    max-width: 400px;
  }
  .fcr1{
    padding: 50px 50px;
  }
  .fcr1-d2{
    padding-bottom: 40px;
  }
  .fcr6{
    padding: 40px;
  }
  #fcat3-d2-card img{
    transform:scale(1.9);
  }

}

@media(max-width:993px){
  .as6-card{
    margin-left: 0;
    margin-right: 0;
  }
  /* .as6-card{
    margin-left: 0;
    margin-right: 0;
  } */
  .fcs5-card-question{
    gap: 20px;
  }
  .fr4-d1 h3 {
      font-size: 22px;
  }
  .fr4-d1 p {
    font-size: 14px;
  }
  .as4-card{
    min-height: 353px;
  }
}
@media(max-width:950px){
  #fcat3-d2-card img{
    transform:scale(1.7);
  }
}
@media (max-width:960px){
  /* .as2-line1{
    top: 1020px;
  }
  .as2-line2{
    top: 1300px;
  } */
}


@media (max-width:940px){
  .fr4-inner{
    flex-direction: column-reverse;
    background: linear-gradient(to top, #007BFF 45%, rgba(0,123,255,0) 90%);
  }
  .fr4{
    padding-left: 190px;
    padding-right: 190px;
  }
  .fr4-d1{
    padding-left: 10px;
  }
  .frlast{
    padding-left: 190px;
    padding-right: 190px;
  }
  .frlast-inner{
    flex-direction: column-reverse;
    padding-top: 20rem;
  }
  .frlast-d2 {
    position: absolute;
    top: -50px;    
    left: -1px;   
    /* left: 50%;
  transform: translateX(-50%); */
  }
  .frlast-d2 img{
    width: 100%;
    max-width: 600px;
  } 
  .frlast-d1{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .frlast-d1 h3{
    text-align: center;
  }
  .frlast-d1 p{
    text-align: center;
  }
  .fcr1-d2{
    /* padding-bottom: 60px; */
  }
  .fcr6{
    padding:20px;
  }
  .fcs3-d2-card{
    min-width: 250px;
    padding: 30px;
  }

}
@media (max-width:900px){
  #fcat3-d2-card img{
    transform:scale(1.5);
  }
}
@media (max-width:850px){
  .frlast-inner{
    padding-top: 17rem;
  }
  .fcs5-card-question{
    gap: 5px;
  }
  .fcs5-inner{
    padding-left:0px !important;
    padding-right:0px !important;
  }
}

@media (max-width:800px){

  .frlast-inner{
    padding-top: 14rem;
  }
}


@media (max-width:767px){

  .as3-down-card{
    text-align: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 10px;
  }

  .as5-inner{
    text-align: center;
  }
  .as5-cards{
    /* display: flex; */
    padding-bottom: 0;
  }
  .as5-card-img{
    align-items: center;
    justify-content: center;
  }

  .ep1{
    flex-direction: column-reverse;
    text-align: center;
  }
  .ep1-dright-p{
    max-width: 100%;
  }

  .fr1{
    flex-direction: column-reverse;
    margin-top: 100px;
    gap: 50px;
    margin-bottom: 50px;
  }
  .fr1-d1{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .fr1-d2{
    width: 100%;
    max-width: 500px;
    padding-bottom: 0;
  }
  .fr2-d{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px;
    }
  .fr4{
    margin-top: 0;
  }
  .fr4{
    padding-left:100px;
    padding-right: 100px;
  }
  .frlast{
    padding-left:100px;
    padding-right: 100px;
  }

  .frlast-inner{
    padding-top: 21rem;
  }

  .fcr1{
    flex-direction: column;
    gap: 20px;
    padding: 50px 100px;
    margin-top: 50px;
  }
  .fcr1-d1{
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fcr1-d1-h{
    text-align: center;
  }
  .fcr1-d1-p{
    text-align: center;
  }
  .fcr2-d2{
    flex-direction: column;
  }
  .fcr2-d2-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fcr2-d2-2-ol li{
    padding-left: 20px;
  }
  .fcr2-d2-2-ol li::before{
    top: 6px;
    left: 0px;
  }
  .fcr3-d2{
    flex-direction: column;
  }
  .fcr3-d2-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fcr3-d2-2-ol li{
    padding-left: 20px;
  }
  .fcr3-d2-2-ol li::before{
    top: 6px;
    left: 0px;
  }
  .fcr6-d2{
    grid-template-columns: repeat(3, 1fr); 
  }

  .fcr6{
    height: 850px;
  }
  .fcs1{
    flex-direction: column;
    margin-top:40px;
    padding: 30px;
  }
  .fcs1-d1{
    justify-content: center;
    align-items: center;
  }
  .fcs1-d1 h1{
    text-align: center;
  }
  .fcs1-d1 p{
    text-align: center;
  }
  .fcs1-d1-button{
    justify-content: center;
  }
  .fcs1{
    flex-direction: column;
    margin-top:40px;
    padding: 30px;
  }
  .fcs2{
    padding-left: 30px;
    padding-right: 30px;
  }
  .fcs3-d1{
    padding-left: 50px;
    padding-right: 50px;
  }
  .fcs5-inner{
    padding: 5px;
    gap: 5px;
  }
  /* .fcs5-card-question{
    gap: 0;
  }
  .fcs5-card-toggle{
  padding-left: 15px;
  padding-right: 15px;
  } */
  .fcs5-d{
  padding: 5px;
  }
  /* .fcs5-card-question-h5{
    font-size: 12px;
  } */
  /* .fcs5-card{
    padding: 4px;
  } */
  .fcat4{
    width: 100%;
    padding: 60px 30px;
  }
  .fcwt3-d2-slide img {
    max-width: 450px;
   }
  .fcr7{
    margin-top: 350px;
    margin-bottom: 100px;
  }
  #fcs7{
    margin-top: 120px !important;
  }
  .as6-h{
    font-size: 45px;
    text-align: center;
  }
  .fcs1-d1 h1{
    margin-top: 0;
    margin-right: 0;
  }
  .fcs5-cards{
    grid-template-columns: repeat(1, 1fr);
  }
  .fcwt2-d2{
    display: flex;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
  }
  #fcat2-d2-card-d-1{order:1;}
  #fcat3-d2-card-2{order:2;}
  #fcat3-d2-card{order:4;}
  #fcat2-d2-card-d-4{order:3}
  #fcat3-d2-card-d-5{order:5;}
  #fcat3-d2-card-6{order:6}
  #fcat3-d2-card-d-8{order:7}
  #fcat3-d2-card-7{order:8}
    
  #fcat2-d2-card-d-4,
  #fcat3-d2-card-d-8{
    margin-left: 30px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  #fcat3-d2-card img{
    transform:scale(2.2);
  }
  
  .as2{
    padding: 40px !important;
  }
  .as2-dmid,
  .as2-dlast,
  .as2-dtop{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .as2-dtop-left{
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .as2-dtop-right, 
  .as2-dmid-right,
  .as2-dlast-right{
    margin-right: 0;
    text-align: center;
  }
  .as2-dmid-img img,
  .as2-dlast-img img{
    margin-left: 0px;
  }

  .as3{
    padding: 0 25px;
  }

  .as3-top-h{
    text-align: center !important;
  }
  .as3-top-p{
    text-align: center !important;
  }
  .as4-cards{
    display: flex;
    flex-direction: column;
  }
  .as4-card{
    min-height: 150px !important;
    max-height: 260px !important;
  }
}
@media (max-width:750px){

  .frlast-inner{
    padding-top: 19rem;
  }
}
@media (max-width:700px){
  .as3-down-card{
    margin-right: 10px;
  }

  /* .as4{
    width: 140%;
  }
  .as5{
    width: 140%;
  }
  .as6{
    width:140%;
  } */

  /* .as7{
  margin-left: 32%;
  margin-top: 100px;
  } */
  .frlast-inner{
    padding-top: 17rem;
  }

}

@media (max-width:640px){
  .as1-left-img1,
  .as1-right-img1{
    display: none;
  }
  .frlast-inner{
    padding-top: 17rem;
  }
  .fcr6-d2{
    grid-template-columns: repeat(2, 1fr); 
  }

}
@media (max-width:600px){
  .frlast-inner{
    padding-top: 15rem;
  }
  
  .fcwt2-d2 > *:nth-child(1) { order: 1; }
  .fcwt2-d2 > *:nth-child(2) { order: 2; }
  .fcwt2-d2 > *:nth-child(3) { order: 4; }
  .fcwt2-d2 > *:nth-child(4) { order: 3; }
  .fcwt2-d2 > *:nth-child(5) { order: 5; }
  .fcwt2-d2 > *:nth-child(6) { order: 6; }
  .fcwt2-d2 > *:nth-child(7) { order: 8; }
  .fcwt2-d2 > *:nth-child(8) { order: 7; }

  .fcwt2-d2-card-d{
    align-items: center;
    /* margin-top: 30px; */
    gap: 0;
    margin-left: 0px !important;
  }
  .fcwt2-d2-card img{
    margin-left: 0 !important;
  }
  .fcwt2-d2-card-d h3{
    text-align: center;
  }
  .fcwt2-d2-card-d p{
    text-align: center;
  }
  .fcs3-d2-card{
    min-width: 220px;
    padding: 10px;
  }
  .fcs6-inner {
    padding: 20px; /* phones */
  }
  .fcr7{
    margin-top: 450px !important;
  }
  #fcat3-d2-card img{
    transform:scale(1.5);
    margin-left: 20px;
  }
}
@media (max-width:550px){
  .frlast-inner{
    padding-top: 13rem;
  }
  .fcat4-mainD-cards{
    /* display: flex;
    gap: 20px; */
    flex-direction: column;
    align-items: center;
  }
  .fcat4-mainD-d-card-ldd{
    /* margin-right: 0; */
    width: 80%;
  }
  .fcat4-mainD-d-card-ld{
    justify-content: space-between;
    width: 100%;
    max-width: 370px;
    padding: 10px;
  }
  .fcwt3-d2-slide img {
    max-width: 300px;
   }
}

@media (max-width:500px){
  .as2{
    margin-top: 50px;
  }
  /* .as4{
    padding:30px;
  } */
  .as4-cards{
    display: flex;
    flex-direction: column;
  }
  .fr4{
    padding-left:50px;
    padding-right: 50px;
  }
  .frlast{
    padding-left:50px;
    padding-right: 50px;
  }
  .frlast-inner{
    padding-top: 13rem;
  }
  .fcr1{
    padding: 50px 50px;
  }

  .fcwt3-d1{
  padding-top:40px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 30px;
  }
}
@media (max-width:450px){
  .frlast-inner{
    padding-top: 12rem;
  }
  .fcr6{
    height: 1350px;
  }
  .fcr6-d2{
    grid-template-columns: repeat(1, 1fr); 
  }
  #fcat3-d2-card img{
    transform:scale(1.3);
    margin-left: 30px;
  }
}
@media (max-width:430px){
  .as2{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .as2-dtop{
    flex-direction: column;
    gap: 10px;
  }
  .as2-dmid{
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: center;
  }
  .as2-dmid-img img{
    margin-left: -10px;
  }
  .as2-dlast{
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: center;
  }
  .as2-dlast-img img{
    margin-left: -10px;
  }
  .frlast-inner{
    padding-top: 10rem;
  }
  .as6-h{
    font-size: 30px !important;
  }
  .fcr6{
    height: 1550px;
  }
}

@media (max-width:350px){
  .frlast-inner{
    padding-top: 8rem;
  }
  .fcwt3-d1{
  padding-top:20px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 15px;
  }
}
}
/* imran responsive design Ends */


/* Imran responsive code for order 20 Nov Starts */

/* Task 1 related starts */
@media only screen and (min-width: 768px) {
    .genarel_header_items {
        display: flex !important;
    }
}
/* Task 1 related ends */




/* Task 3 related Styles Start */

@media (min-width: 1400px) {
       .navbar_main .container-fluid {
        max-width: 1360px !important;
        padding-left: 55px !important;
        padding-right:60px !important;
    }
     .navbar_main .container-fluid.aup {
        max-width: 1600px !important;
        padding-left:40px  !important;
        padding-right:45px  !important;
      }
      .navbar_main .container-fluid.frp {
        max-width: 1300px !important;
        padding-left: 75px !important;
        padding-right:60px !important;
      }
     .navbar_main .container-fluid.wst {
        max-width: 1200px !important;
        padding-right: 0px !important;
        padding-left: 45px !important;
      }
     .navbar_main .container-fluid.fcps {
        max-width: 1100px !important;
        /* padding-left: 55px !important;
        padding-right:60px !important; */
      }
     .navbar_main .container-fluid.fcpr {
        max-width: 1300px !important;
        padding-left: 75px !important;
        padding-right:50px !important;
      }
     .navbar_main .container-fluid.fcpwa {
        max-width: 1300px !important;
        /* padding-left: 75px !important;
        padding-right:50px !important; */
      }

      .navbar_main .container-fluid.tool_pages {
        max-width: 1470px !important;
        padding-left: 55px !important;
        padding-right:60px !important;
    }
      .navbar_main .container-fluid.tools_landing_page {
        max-width: 1390px !important;
        padding-left: 55px !important;
        padding-right:60px !important;
    }

    .navbar_main .container-fluid.public-test-archives{
      max-width: 1390px !important;
        padding-left: 25px !important;
        padding-right:15px !important;
    }
    .main-sections .tools-landingpage-container{
      max-width: 1320px !important;
    }
    .tools-root-tab-area{
      padding-right: 40px !important;
    }
    .tools-root-search {
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        padding-right: 40px;
    }


    .tools-root-search .svg-inline--fa {
        height: 18px;
        color: #8f8f8f;
        position: absolute;
        top: 12px;
        right: 55px;
    }
}
/* Task 3 related Styes End */



/* Tssk 4 related Styles Start */
@media (min-width: 1400px) {
  .fr1 {
      gap: 5rem;
      padding-right: 3rem;
      padding-left: 0rem;
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
      margin-top: 150px;
  }
  .fr4-inner {
    max-height:316px ;
  }
  .fcs1{
    max-width: 1200px;
    margin: 0 auto;
  }
  .fcr1{
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
  }
  .fcs1-d1 {
    padding-left: 50px !important;
    padding-right: 10px !important;
  }
  .fcr6-d2-card h6{
    max-width: 200px;
  }
}
@media (min-width: 1500px) {
  .fcwt2-d2{
    max-width: 1100px;
    margin: 0 auto;
  }
  .fcwt2-d2-card:nth-child(3) img {
      margin-left: 0px;
  }
  .fcwt2-d2-card:nth-child(7) img {
      margin-left: 0px;
  }
  .fcwt2-d2-card-d h3{
    text-align: left;
    margin-left: 20px;
  }
  .fcwt2-d2-card-d p{
    text-align: left;
    margin-left: 20px;
  }
  .fcr6-d2-card h6{
    max-width: 250px;
  }
}
@media (min-width: 1600px) {
  .fcr6-d2-card h6{
    max-width: 350px;
  }
  .fcat4-mainD-cards {
      display: flex;
      gap: 20px;
      width: 100%;
      max-width: 1500px;
  }
  .fcat4-mainD-d-card-d2 p{
    max-width: 430px;
  }
  .fcat4-mainD-d-card-d2 p{
    max-width: 400px;
  }
}
@media (min-width: 1950px){
  .fcs6-cards {
    justify-content: center;
  }
}
@media (min-width: 2000px){
  .fcs3-d2-inner {
      justify-content: center;
  }
}

@media (max-width: 1400px) {
  .fcr6{
    margin-bottom: 400px;
  }
}
@media (max-width: 1150px) {
  .fcr6{
    margin-bottom: 500px;
  }
}
@media (max-width: 850px) {
  .fcr6{
    margin-bottom: 700px;
  }
}
@media (max-width: 700px) {
  .fcr6{
    margin-bottom: 800px;
  }
}
@media (max-width: 640px) {
  .fcr6{
    margin-bottom: 600px;
  }
}
@media (max-width: 550px) {
  .fcr6{
    margin-bottom: 700px;
  }
}
@media (max-width: 500px) {
  .fcr6{
    margin-bottom: 900px;
  }
}
/* Tssk 4 related Styles End */


/* Task 5 related Styles Start */
@media (min-width: 1700px) {
  .as1{
    max-width:1500px;
    margin: 0 auto;
    margin-top: 110px;
  }
  .as2 {
    width: 100%;
    max-width:1500px;
    margin: 0 auto;
    margin-top: 200px;
  }
}
/* Task 5 related Styles End */
