﻿@media (max-width: 1400px) {
    /*Header*/
    .main-header .main-menu {
        padding-top: 8px;
    }
    .main-header .action-button .ticket,
    .main-header .action-button .clientarea {
        display: inline-block;
        width: 42px;
        height: 42px;
        text-align: center;
        vertical-align: middle;
        padding: 8px;
    }
    .main-header .action-button .ticket > .mobile-hide,
    .main-header .action-button .clientarea > .mobile-hide {
        display: none;
    }
    .main-header .action-button .ticket > .icon,
    .main-header .action-button .clientarea > .icon {
        margin: 0 !important;
    }

    /*page heading*/
    .who-is-box .btn-gp .desc {
        display: none;
    }

    /*introduce products*/
    .introduce-product .inner-box .navbar-box .group > .nav-item .button {
        font-size: 80%;
        line-height: 25px;
    }

    /* footer */
    .footer .footer-box {
        padding: 72px 32px 50px;
    }
    .footer .contact-us-box .social-media {
        padding: 16px 8px;
    }
    .footer .copyright-box {
        padding-right: 88px;
    }
    /* Domain Price */
    .domain-table td .inner-box .button {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    /*Header*/
    .topbar {
        display: block;
    }
    .topbar-menu {
        display: none;
    }
    .topbar .notification-bar > .d-flex {
        justify-content: space-between;
    }
    .topbar .notification-bar .notification .d-flex {
        flex-direction: row !important;
    }
    .menu-box .main-menu .logo-box {
        display: none;
    }
    .menu-box .main-menu .logo-box-short {
        display: block;
    }
    .logo-box-short .logo {
        width: 32px;
    }
    li.mega-menu:nth-child(5) > ul:nth-child(2),
    li.mega-menu:nth-child(6) > ul:nth-child(2),
    li.mega-menu:nth-child(7) > ul:nth-child(2) {
        right: 50%;
        margin-right: -320px;
    }
    /*introduce products*/
    .introduce-product .inner-box .navbar-box {
        padding: 16px 24px;
    }
    .introduce-product .inner-box .navbar-box .group > .nav-item .button {
        font-size: 70%;
        line-height: 25px;
    }
    .introduce-product .inner-box .navbar-box .group > .nav-item {
        margin-left: 16px;
    }

    /* support */
    .support-section .support .pic {
        right: 48px;
    }

    /* Plans Details */
    .plan-table .table-footer .inner-box, .plan-table .table-heading .inner-box div .icon{
        display: none;
    }

    /* footer */
    .footer .footer-box {
        padding: 72px 48px 50px;
    }
    .footer .copyright-box {
        padding-right: 32px;
    }
    .plan-section .plans .plan {
        padding: 40px 24px;
    }
    /* Domain Table */
    .domain-table td .inner-box .button {
        font-size: 14px;
        padding: 8px;
        display: inline-block;
        line-height: 18px;
        white-space: nowrap;
        margin-top: 8px;
    }
    .domain-table td .inner-box .button .icon {
        width: 18px;
        height: 18px;
        margin-left: 2px;
    }
    .main-header .main-menu > li {
        margin-left: 16px;
    }
    /* Rules */
    .whole-rules {
        padding: 8px 4px;
    }
    /* New Domain table */
    #domains-table_filter {
        margin: 0 8px;
    }

}

@media (max-width: 1094px) {
    .footer .footer-box {
        padding: 72px 24px 50px;
    }

    .par-host-widget-area {
        padding: 8px 6px 0 6px;
    }
    .plan-section .plans .plan {
        padding: 32px 16px;
    }
    .plans .plan .plan-features {
        padding: 0 8px;
    }
}

/* CSS rules for medium devices [Tablet to Lower size] */
@media (max-width: 991px) {
    /* Buttons */
    .button {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 16px;
    }

    /* Header */
    .main-header .menu-box {
        display: none;
    }
    .menu-box .main-menu .logo-box {
        display: block;
    }
    .menu-box .main-menu .logo-box-short {
        display: none;
    }

    /*Page heading*/
    .page-header .inner-box.home .image-box {
        display: none;
    }
    .top-domain-wrapper .top-domain-box::before {
        background: linear-gradient( to right, #19193f, transparent );
    }
    .page-header .head-info {
        text-align: center;
    }
    .page-header .head-info .h3 {
        line-height: 1.5 !important;
    }

    /* introduce products */
    .introduce-product .inner-box .navbar-box .group > .nav-item .button {
        font-size: 80%;
    }
    .introduce-product .inner-box .navbar-box .group > .nav-item {
        display: none;
    }
    .introduce-product .inner-box .navbar-box .group > .nav-item.drop-down-product {
        display: block;
    }
    .introduce-product .inner-box .navbar-box .group > .nav-item.drop-down-product #product-picker-input {
        width: 420px;
    }
    .introduce-product::after {
        display: none;
    }
    .introduce-product .tab-content .action-box .action {
        padding: 16px;
        width: 100%;
    }
    .introduce-product .tab-content .action-box .action .d-flex {
        justify-content: space-between;
    }

    /* Why choosing us */
    .text-section-2,
    .wcu-section {
        padding: 80px 4px;
        margin: 0;
        overflow: hidden;
    }

    .text-section-2::before,
    .wcu-section::before {
        top: 0;
    }

    /* features section */
    .features-section.cloud-after::after {
        display: none;
    }
    .features-section {
        margin: 32px 0 64px;
    }

    /* Support section */
    .support-section {
        margin-top: 80px;
    }

    /* Plans Details */
    .plan-table .table-heading .inner-box div .icon{
        display: inline-block;
        margin-left: 2px;
    }
    .plan-table > .inner-box > .d-flex > .w-25 {
        width: 55% !important;
        margin-right: 0 !important;
    }
    .plan-table .h5 {
        font-size: 13px;
        margin-left: 4px !important;
    }
    .plan-details-section .plan-table .plan-detail-index-1,
    .plan-details-section .plan-table .plan-detail-index-2,
    .plan-details-section .plan-table .plan-detail-index-3 {
        display: none;
    }
    .plan-details-section .plan-table .plan-detail-index-1.active,
    .plan-details-section .plan-table .plan-detail-index-2.active,
    .plan-details-section .plan-table .plan-detail-index-3.active {
        display: block;
    }
    .plan-table .table-heading {
        left: -20px;
        right: -20px;
    }
    /* FAQ */
    .faq-section.cloud-after::after {
        display: none;
    }

    /*footer*/
    .footer .certificate-box {
        border: none;
        margin-bottom: 48px;
    }
    .footer .newsletter-box {
        padding-right: 0;
    }
    .plan-section .plans .plan {
        padding: 40px;
    }
    .plans .plan .plan-features {
        padding: 0;
    }
    /* Domain */
    .domain-table tr td:nth-child(7) {
        width: 25% !important;
    }
    .domain-table tr td:nth-child(2){
        width: 12% !important;
    }
    .domain-table tr td .inner-box {
        padding: 16px 2px;
    }
    .domain-table tr td:nth-child(1),
    .domain-table tr td:nth-child(6),
    #domains-table > thead > tr > th:nth-child(1),
    #domains-table > thead > tr > th:nth-child(6) {
        display: none;
    }
    .domain-table td .inner-box .button {
        padding: 8px 12px;
    }
    .domain-table tr td:nth-child(2) .inner-box {
        padding-right: 16px;
        border-radius: 0 16px 16px 0;
    }
    .domain-table tr td:nth-child(2):before {
        border-radius: 0 16px 16px 0;
    }
    /* Domain */
    #domains-table_wrapper > div:nth-child(2) {
        overflow: auto;
    }
    /* Domain Table */
    /* nDomain */
    .nDomain-table .status-name .td::after {
        display: none !important;
    }
    .nDomain-table .tr .td::before,
    .nDomain-table .tr .td::after {
        display: none;
    }
    .nDomain-table .th {
        display: none;
    }
    .nDomain-table .tr.item {
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 13px 20px 20px 20px;
        gap: 30px;
    }
    .nDomain-table .price-mobile .title {
        display: flex;
    }
    .nDomain-table .price-mobile {
        width: 100%;

        gap: 10px;
    }
    .nDomain-table .status-name {
        width: 100%;

        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .nDomain-table .status-name .td {
        width: 85%;
        justify-content: right !important;
    }
    .nDomain-table .status-name .td.first-child {
        width: 15% !important;
        justify-content: left !important;
        flex-direction: row-reverse;
        align-items: baseline;
        gap: 10px;
    }

    .nDomain-table .tr .td .tld {
        padding-top: 0;
    }
    .nDomain-table .td.last-child {
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: row-reverse;
    }
    .nDomain-table .accordion-header {
        display: inline;
    }
    .nDomain-table .accordion-btns {
        width: 100%;
        flex-direction: column-reverse;
    }
    .nDomain-table .accordion-btns .accordion {
        width: 100% !important;
    }
    .nDomain-table .accordion-btns .last-child {
        width: 100% !important;
    }

    .nDomain-table .just-fire-promotion {
        display: block;
    }
    .nDomain-table .accordion-collapse {
        padding-top: 16px;
    }
    .nDomain-table .tr.item:hover {
        outline: 7px solid #cad6eb !important;
    }
    .nDomain-table .button.solid.orange {
        padding: 14px 20px;
        font-size: 15px;
    }
    .nDomain-table .btn-accordion {
        display: flex !important;
    }
    .nDomain-table .accordion-body {
        background-color: #f9fafb;
    }
    .suggested-domains-section .select-category {
        margin-left: 10px;
    }
    .suggested-domains-section .heading {
        text-align: center;
    }
    #domains-table_filter {
        margin: 0 -2px;
    }
    /* cloud product */
    .page-header .cloud-product-wrapper .cload-1,
    .page-header .cloud-product-wrapper .cload-2 {
        animation: none;
    }
    .cloud-product-wrapper {
        overflow: hidden;
    }
    /* New domain section */
    .nDomain-table .accordion-btns .accordion-body {
        padding: 0 10px;
    }
    .nDomain-table .accordion-item .icons {
        gap: 0px;
    }
}

/* CSS rules for small devices [Mobiles to Lower size] */
@media (max-width: 767px) {
    /*Typography*/
    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    /*Header*/
    .topbar .notification-bar .notification {
        display: none;
    }
    header.header {
       padding: 0 8px;
    }
    .inner-box.home {
        padding: 64px 56px;
    }
    /* Buttons */
    .button {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 16px;
    }

    /* General */
    .mobile-hide {
        display: none;
    }

    /* Page heading */
    .top-domain-wrapper .top-domain-box::before {
        background: linear-gradient( to right, #191d44b5, transparent );
    }
    .page-header.home .btn-gp > .d-block > div {
        display: inline-block;
    }
    .who-is-box #home-search-domain-btn {
        width: 54px;
        height: 54px;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        background-position: center center;
    }
    .who-is-box #home-search-domain-btn:hover {
        background-position: center center;
    }
    .top-domain-wrapper .top-domain-box {
        padding-top: 4px;
    }
    /* section heading */
    .heading {
        padding: 0 8px;
    }
    .heading > p {
        text-align: center;
        font-size: 13px;
        font-weight: 400;
    }
    .heading > h1::before,
    .heading > h2::before,
    .heading > h3::before,
    .heading > h4::before,
    .heading > h5::before,
    .heading > h6::before {
        width: 22px;
        height: 22px;
        top: -4px;
        right: -8px;
    }
    /* introduce products */
    .introduce-product .inner-box .navbar-box .group > .nav-item.drop-down-product #product-picker-input {
        width: 300px;
    }
    .introduce-product .tab-content {
        padding: 48px 24px;
    }
    .introduce-product .heading > h1,
    .introduce-product .heading > h2,
    .introduce-product .heading > h3,
    .introduce-product .heading > h4,
    .introduce-product .heading > h5,
    .introduce-product .heading > h6 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .introduce-product .features-text {
        font-size: 14px;
    }
    .introduce-product .tab-content .action-box .action {
        padding: 8px;
    }
    /* Why choosing us section */
    .text-section-2 .heading > h1,
    .text-section-2 .heading > h2,
    .text-section-2 .heading > h3,
    .text-section-2 .heading > h4,
    .text-section-2 .heading > h5,
    .text-section-2 .heading > h6,
    .text-section .heading > h1,
    .text-section .heading > h2,
    .text-section .heading > h3,
    .text-section .heading > h4,
    .text-section .heading > h5,
    .text-section .heading > h6,
    .wcu-section .heading > h1,
    .wcu-section .heading > h2,
    .wcu-section .heading > h3,
    .wcu-section .heading > h4,
    .wcu-section .heading > h5,
    .wcu-section .heading > h6 {
        font-size: 24px;
        font-weight: 800;
    }
    .text-section-2::before,
    .text-section::before,
    .wcu-section::before {
        right: -32px;
    }
    .text-section-2 p,
    .text-section p,
    .wcu-section p {
        font-size: 14px;
    }

    /* Features */
    .features-section .heading > h1,
    .features-section .heading > h2,
    .features-section .heading > h3,
    .features-section .heading > h4,
    .features-section .heading > h5,
    .features-section .heading > h6 {
        font-size: 24px;
        font-weight: 800;
    }

    /*text section - security section */
    .text-section,
    .security-section {
        padding-top: 0;
    }
    .security-section .heading > h1,
    .security-section .heading > h2,
    .security-section .heading > h3,
    .security-section .heading > h4,
    .security-section .heading > h5,
    .security-section .heading > h6 {
        font-size: 24px;
        font-weight: 700;
    }
    .text-section .col-lg-4,
    .text-section-2 .col-lg-4,
    .wcu-section .col-lg-4,
    .security-section .col-lg-4 {
        text-align: center;
        padding: 0;
        margin: 24px 0;
    }

    /* Support */
    .support-section .container {
        padding: 0;
    }
    .support-section .support {
        border-radius: 0;
    }

    /* Blog section */
    .blog-section .heading > h1,
    .blog-section .heading > h2,
    .blog-section .heading > h3,
    .blog-section .heading > h4,
    .blog-section .heading > h5,
    .blog-section .heading > h6 {
        font-size: 18px;
        font-weight: 700;
    }
    .blog-section .blog-box .blog .content p {
        text-align: justify;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
    }
    .blog-section .blog-box .blog .content h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    .blog-section .blog-box .blog .action {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
    }
    .blog-section .blog-box .blog .pic > img {
        max-width: 70px;
    }
    .blog-section .blog-box .blog {
        min-height: 160px;
    }

    /* Our Customer */
    .customer-section > .container {
        padding: 0;
    }

    /* Text box */
    .text-section-2 > .row > .col-lg-6:not(.content-box) {
        display: none;
    }

    /* Plans */
    .plan-section {
        padding-bottom: 56px;
    }
    .plan-section .heading > h1,
    .plan-section .heading > h2,
    .plan-section .heading > h3,
    .plan-section .heading > h4,
    .plan-section .heading > h5,
    .plan-section .heading > h6 {
        font-size: 18px;
    }
    .plan-section .plan .plan-footer .inner-box > .d-inline-block {
        display: block !important;
        text-align: center;
    }
    .plan-section .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }
    .plan-section .plan .plan-footer .inner-box > .d-inline-block > .d-flex {
        align-items: center;
        justify-content: center;
    }
    /* Footer */
    .footer .footer-box::after,
    .footer .footer-box::before {
        right: 50%;
        margin-right: -81px ;
    }
    .footer .contact-us-box {
        padding-right: 0;
    }
    .footer .copyright-box {
        margin-bottom: 16px;
    }
    .footer .copyright-box .text {
        margin-bottom: 0;
    }
    .footer .footer-box {
        padding: 72px 24px 24px;
    }
    /*Domain Table*/
    #domains-table_wrapper > div:nth-child(1) {
        top: 80px;
    }
    .nexanet-table-price-box {
        padding-top: 80px;
    }
    /* account bank number page */
    .cart-box-wrapper {
        margin-top: 32px;
        top: 0;
    }
    /*domain*/
    #domains-table_filter {
        padding-top: 40px;
    }
    /* rules*/
    .whole-rules .rule .meta-box {
        position: absolute;
        bottom: -16px;
    }
    /* Rules */
    #nexanet-search,
    #select-cat-rules {
        width: 100%;
        box-sizing: border-box;
    }
}

/* CSS rules for extra small devices [Old Mobile or ultra small devices] */
@media (max-width: 576px) {

    .introduce-product .tab-content {
        padding: 48px 12px;
    }
    #pills-dedicated > div:nth-child(1) > div:nth-child(2) {
        padding-left: 0;
    }
    .who-is-box .btn-gp .d-md-flex > div {
        width: 100%;
    }
    .features.collaps .item .left {
        display: flex;
    }
    .features.collaps .item {
        justify-content: space-between;
    }
    .features-collaps-mobile {
        display: block;
    }
    .features.collaps {
        display: none;
    }
    .support-section .support {
        padding: 24px;
    }
}



/* Extra customize */

/* Wide Screens */
@media (min-width: 1366px) {

}

/* larger than tablet screens */
@media (min-width: 991px) {
    .mobile-menu {
        display: none;
    }
    /* new Domain table */
    .nDomain-table .tr.item:hover {
        background-color: #1f1d4f;
        transition: 0.2s;
    }
    .nDomain-table .tr.item:hover .tld-price .number {
        color: #ffffff;
        transition: 0.2s;
    }
    .nDomain-table .tr.item:hover .tld-price .currency {
        color: #ffffff55;
        transition: 0.2s;
    }
    .nDomain-table .tr.item:hover .tld > span {
        color: #ffffff;
        transition: 0.2s;
    }
    .nDomain-table .accordion-collapse {
        display: block;
    }

}

/* Just for tablets */
@media (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    /* General */
    .tablet-hide {
        display: none;
    }
}

/* Others */

@media (max-width: 1366px ) and ( min-width: 1200px) {

}

@media (max-width: 420px) {

}

@media (max-width: 400px) {

}

@media (max-width: 375px) {

}

@media ( max-width: 320px ) {

}

@media ( min-width: 1400px ) {
    .footer-container {
        max-width: 1366px !important;
    }
}

@media (min-width: 576px) {
    .collapsopen {
        width: 500px !important;
    }
    .features-collaps-mobile {
        display: none;
    }
    .features.collaps {
        display: block;
    }
}



