@media only screen and (max-width: 1200px) {
    .primary_btn { 
        padding: 10px 20px; 
        font-size: 14px;
        line-height: 19px; 
    }

    /* header css start */
    .header_outer ul li {
        padding: 15px 20px;
    }
    .header_outer ul li a.nav-link {
        font-size: 14px;
        line-height: 22px;
    }
    .header_outer a.navbar-brand { 
        width: 14%;
    }
    /* header css close */

    /* dashboard css start */
    .dashboard { 
        width: 78%; 
    }
    .top_bar { 
        width: 78%;
    }
    .sideBar_outer { 
        width: 22%; 
    }
    .main_box { 
        width: 78%;
        padding: 100px 40px 30px 40px; 
    }
    .domain_card { 
        padding: 20px 12px;     
    }
    .dashboard_right button {
        padding: 8px 12px; 
    }
    /* dashboard css close */

    /* footer2 css start */
    .footer-item.about_section {
        padding-right: 70px;
    }
    /* footer2 css close */

} 

@media only screen and (max-width: 1024px) {
.footer-item.about_section {
    padding-right: 10px;
}
}

@media only screen and (max-width: 992px) {
    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    /* header css start */
    .header_outer ul li {
        padding: 15px 20px;
        border-bottom: 1px solid var(--border-color);
    }
    .header_btn.d-flex {
        padding: 12px 0px 30px 20px;
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    div#navbarSupportedContent {
        position: absolute;
        top: 80px;
        background: #ffffff;
        width: 100%;
        z-index: 11;
        border: 1px solid var(--border-color);
        box-shadow: 0px 2px 4px 0px var(--bg-shadow);
    }
    /* header css close */

    /* side bar css start */
    .sidebar_logo img {
        width: 130px;
    }
    /* side bar css close */

    /* login css start */
    .left_side { 
        width: 100%; 
    }
    .login-box {
        padding: 50px 0;
    }
    .login_right h2 {
        padding-bottom: 8px;
    }
    #eyeIcon {
        padding: 0 8px; 
    }
    /* login css close */

    /* dashboard css start */
    .sidebar_logo {
        padding: 18px 20px; 
    }
    .sidebar_logo span {
        font-size: 22px;
    }
    .top_bar {
        padding: 14px 22px; 
    }
    .topBar_img {
        padding-right: 8px;
    }
    .topBar_search button {
        width: 210px;
        padding: 4px 10px;
    }
    .topBar_right {
        gap: 6px;
    }
    .topBar_right .user_name {
        gap: 4px;
    }
    .user_name .user_right span.email {
        font-size: 12px; 
    }
    .dashboard {
        width: 78%;
        padding: 90px 20px 20px 20px;
    }
    tr {
        overflow-x: scroll;
    }
    th, td {
        width: unset;
    }
    .dashboard_right button {
        padding: 4px 8px;
        font-size: 12px;
        margin-right: 8px;
    }
    .sideBar_menu ul {
        padding: 30px 0px 16px 0px;
    }
    .domain_user { 
        padding: 0 14px; 
    }
    .domain_card { 
        width: 46%;
        margin: 9px 9px;
    }
    .domainGraph.row {
        margin-top: 22px;
    }
    .domain_overView { 
        margin-top: 20px;
    }
    .domainOverview_list {
        margin-top: 30px; 
    }
    /* dashboard css close */

    /* login css start */
    .form-group input, 
    .form-group select {
        height: 42px;
    }
    /* login css close */

    /* buy now css start */
    .loginLeft_col {
        padding: 0 20px;
    }
    .header.navBar ul {
        gap: 10px;
        padding: 14px 40px;
    }
    /* buy now css close */

    /* footer2 css start */
    footer.footer.bg-black {
        padding: 40px 0;
    }
    /* footer2 css close */

    /* profile css start */
    .profile_right_sec {
        padding: 30px 0px 0 0px;
    }
    /* profile css close */
}


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

    /* login css start */
    .login_left.left_side img {
        width: 200px;
    }
    /* login css close */

    /* dashboard css start */
    .sideBar_outer {
        width: 80%;
        z-index: 1;
    }
    .dashboard {
        width: 100%; 
    } 
    .top_bar {
        width: 100%;
    }
    .sideBar_outer {
        display: none;
    }
    .dashboard { 
        padding: 20px;
    }
    .card h2 {
        font-size: 60px;
        line-height: 70px;
    }
    /* dashboard css close */

    /* buy now css start */
    .form-group label { 
        font-size: 12px; 
    }
    /* buy now css close */

    /* my-service css start */
    .main_box {
        width: 100%;
        padding: 0px 20px 30px 20px;
        top: 150px;
        height: calc(100vh - 220px);
    }
    /* my-service css close */

    /* footer css start */
    section.custom_footer {  
        width: 100%;
    }
    /* footer css close */

    /* side bar css start */  
    .sidebar_close_btn {
        display: block;
    }
    .sideBar_outer {
        transform: translateX(-120%);
        transition: transform 0.3s ease;
    }
    /* side bar css close */

    /* buy now css start */
    .loginLeft_col {
        padding: 0 30px 30px 30px;
    }
    .card_content { 
        padding: 40px 30px 0 30px;
    }
    .radio_btn { 
        margin: 6px 12px; 
    }
    .your_cart {
        height: calc(100vh - 161px);
        overflow-y: scroll; 
    }
    .card_content {
        position: unset;
    }
    .login_left.buyNol_col {
        height: 380px;
        overflow-y: scroll;
        padding: 0 10px;
    }
    .header.navBar a img {
        width: 170px;
    }
    section.your_cart.navbar.spacer-y.p-sm-0.d-flex.align-items-center 
 {
    height: calc(100vh - 192px);
    padding-top: 0;
}
    /* buy now css close */
    /* footer2 css start */ 
    .login_left.left_side img {
        width: 240px;
    }
    /* footer2 css close */
}
