@media only screen and (max-width: 1560px) {
    /* .card-wrap, .panels .card {
       height: 40vh;
    } */

    h1.fisher-tagline {
        margin-bottom: 30px;
    }

    .myaccount .navbar-nav .dropdown-menu {
        margin-left: -70px;
    }
}

@media only screen and (max-width: 1400px) {
    .navbar {
        padding: 15px 20px !important;
    }

    .dashboard.page {
        padding-right: 20px;
        padding-left: 20px;
    }

    .card-wrap {
        flex-direction: row;
    }

    .panels-wrap {
        width: 100%;
        min-width: 100%;
        margin-top: 10px;
    }

    .left-card,
    .right-card {
        width: 100%;
        max-width: 100%;
    }

    h1.fisher-tagline {
        margin-left: 40px;
    }

    /*  .login-page>div {
           flex-direction: column;
       } */

    .keywords-variations-wrap.right-card {
        margin-top: 18px;
    }

    .fisher-graphic video {
        margin-left: 40px;
        width: 100%;
    }

    .card-body {
        overflow-x: scroll;
    }

    .dashboard-wrap {
        flex-direction: column;
    }

    .keydash .card-wrap .card {
        width: calc(50% - 10px) !important;
        min-width: calc(50% - 10px);
    }

    .page aside {
        margin: auto;
    }

}

@media only screen and (max-width: 1120px) {
    .domain-settings {
        flex-direction: column;
    }

    .domain-score {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .domain-booking {
        max-width: 100% !important;
    }

    .page aside {
        margin-left: auto;
        margin-right: auto;
    }

    .search-volume {
        margin: auto;
    }
    .card.organic-traffic.search-volume {
        margin-bottom: 70px !important;
    }

}

@media only screen and (max-width: 1053px) {
    .card-wrap .card {
        width: 100% !important;
        min-width: 100% !important;
    }

    .view-style {
        display: none;
    }

    .global-select {
        flex-direction: row;
    }

    .custom-select {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 948px) {
    .dashboard-wrap {
        flex-direction: column;
    }

    .login-page>div {
        flex-direction: column;
    }

    .panels-wrap {
        width: 100%;
    }

    .page aside {
        margin-left: auto;
        margin-right: auto;
    }

    h1.fisher-tagline {
        margin-bottom: 0;
    }

    .login-page {
        height: auto;
    }

    .svglogo {
        margin-bottom: 50px;
    }

    .login-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    h1.fisher-tagline {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 50px;
    }

    .fisher-graphic {
        max-width: 650px;
        margin: auto;
        margin-bottom: 50px;
    }

    .keywords-variations-wrap.right-card {
        margin-top: 26px;
    }

    .search-tabs-wrap {
        flex-direction: column;
        height: auto;
        background: transparent;
    }

    .search-container input[type=text] {
        background-color: #EFF3F4;
        border-radius: 30px;
        min-width: 100%;
    }

    .offcanvas.offcanvas-start {
        top: 0px;
        z-index: 999999999999 !important;

    }

    .navbar>.container {
        align-items: start;
    }

    .search-dd {
        transform: translate(0px, 115px);
    }

    .fisher-graphic video {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .fisher-graphic {
        text-align: center;
    }
}

@media only screen and (max-width: 885px) {
    .domain-settings {
        flex-direction: column;
        padding: 0 0;
    }

    .domain-booking {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0;
    }

    .domain-score {
        gap: 8px;
        border-left: none;
        padding: 10px 0;
        margin-left: auto;
    }


}

@media only screen and (max-width: 800px) {
    .domain-booking {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center !important;
    }

    .domain-score {
        margin-bottom: 30px;
        padding-top: 20px;
        min-width: auto;
    }

    .book-btn-wrap {
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {

    .search-tabs-wrap {
        flex-direction: column;
        height: auto;
        background: transparent;
        order: 3;
        width: 100%;

    }

    .search-container input[type=text] {
        background-color: #EFF3F4;
        border-radius: 30px;
        min-width: 100%;
    }

    .dt-buttons.btn-group {
        display: flex;
        justify-content: end;
    }

    .panels .card:not(:last-child) {
        margin-bottom: 26px;
    }

    .myaccount {
        order: 2;
    }

    .navbar>.container {
        gap: 10px;
    }

    .panels-wrap {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px),
screen and (max-height: 700px) {
    .footer {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 600px) {

    .terms-wrap {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .welcome {
        font-size: 30px;
        margin-top: 30px;
    }

    /*  .panels table {
           min-width: 600px;
       } */

    nav[aria-label="breadcrumb"] {
        display: flex;
        justify-content: center;
    }

    .left-card,
    .right-card {
        min-width: 100%;
        overflow-x: scroll !important;
    }



    .copyright-wrap {
        margin-top: 30px !important;
    }

    .domain-booking {
        flex-direction: column;
        justify-content: start;
        text-align: left;
        align-items: center !important;
        gap: 20px;
        padding-right: 0;
    }

    .domain-score {
        margin-left: auto;
        margin-right: auto;
    }

    .book-btn-wrap {
        text-align: center;
    }

    .domain-settings {
        margin-bottom: 30px;
    }

    .domain-copy {
        padding-left: 0;
    }

    h1.fisher-tagline {
        font-size: 40px;
        line-height: 1;
        max-width: 400px;
    }

    .login-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    .search-container input[type=text] {
        width: 100%;
        min-width: 330px;
    }

    .card-body {
        overflow-x: scroll;
    }




}

@media only screen and (max-width: 550px) {
    .detailed_view .global-select {
        flex-direction: column;
    }

    /*  .detailed_view .custom-select {
        transform: translateY(-6px);
    } */
    .global-select {
        flex-direction: column;
    }

    .custom-select {
        transform: translateY(-6px);
    }

}

@media only screen and (max-width: 468px) {
    .radiogroup-wrap {
        flex-direction: column;
        align-items: start;
    }

}