.container {
    max-width: 1200px;
}
@media screen and (max-width: 1400px) {
    .clientrow__inner h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .header-nav .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        padding: 12px 6px;
        color: #000;
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .menu_drop {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        transition: inherit;
    }
    .page-banner__title {
        position: relative;
        padding-bottom: 80px;
        z-index: 1;
    }
    .banner-right-img {
        position: absolute;
        opacity: 0.3;
        bottom: 0;
        z-index: -1;
        display: none;
    }
    .nav-link.dropdown-toggle::before {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ff9700;
    }
    .nav-link.dropdown-toggle.active::before {
        content: "-";
        padding-bottom: 4px;
    }
    .dropdown-toggle::after,
    .header .navbar-inner .navbar-collapse,
    .hosting-img,
    .search-img,
    .why-domain-img {
        display: none;
    }
    .hamburger.hamburger--collapse,
    .navbar-inner {
        display: block;
    }
    .navbar__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .banner-bottom {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .header__topbar-left {
        display: flex;
        align-items: center;
    }
    .header__topbar-left a {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        margin-right: 10px;
    }
    .banner-page-left ul li {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .banner-page-left p {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .banner-page-left ul {
        padding-left: 10px;
    }
    .banner-bottom-price {
        margin-left: inherit;
    }
    .banner-bottom-price span {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }
    .header__topbar-left a img {
        width: 18px;
        height: 18px;
        object-fit: cover;
        margin-right: 2px;
    }
    .header-customer-page .navbar-nav {
        flex-direction: column;
        top: 100%;
        right: 0;
        width: 100%;
        z-index: 9;
        background: #f9f9f9;
        padding: 5px 20px;
        border: 1px solid #efefef;
        margin-top: 10px;
    }
    .customer-main .header.panel .navbar-nav .nav-item {
        margin-right: 0;
    }
    .customer-main .nav-link.dropdown-toggle::before {
        top: 6px;
        display: inline-block;
        text-align: center;
        content: "+";
    }
    .customer-main .nav-link.dropdown-toggle.show::before {
        content: "-";
    }
    .sidebar {
        position: fixed;
        z-index: 99;
        top: 0;
        bottom: 0;
    }
    .sidebar-collapsed .sidebar {
        width: 48px;
    }
    .customer-main,
    .customer-pages .footer-stok,
    .customer-pages + footer,
    .sidebar-collapsed .customer-main {
        margin-left: auto;
        width: calc(100% - 48px);
    }
    .side-collaps-btn {
        bottom: 50px;
        top: auto;
        z-index: 999;
        left: 4px !important;
    }
    .side-collaps-btn button {
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: 40px;
        height: 40px;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
    }
    .side-collaps-btn button::before {
        margin-right: -6px;
    }
    .side-icon {
        width: 20px;
    }
    .sidebar-collapsed .sidebar .logo img {
        width: 30px;
    }
    .customer-main .header.panel {
        padding: 8px;
    }
    .customer-area .nav2 li a {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media screen and (min-width: 768px) {
    .header .user-name {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .banner-bottom-price h4,
    .view-more-btn,
    .why-domain-content h4 b,
    a,
    li,
    p {
        font-weight: 400;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 16px;
    }
    .header__topbar-left {
        display: flex;
    }
    .header__topbar-left a {
        display: inline-flex;
        font-size: 10px;
        align-items: center;
        margin-right: 6px;
        flex-wrap: wrap;
    }
    .header__topbar-left a:last-child {
        margin-right: 0;
    }
    .search-content h2 {
        margin-bottom: 10px;
    }
    .header__topbar-left a img {
        width: 16px;
        height: 16px;
        object-fit: cover;
        display: flex;
    }
    .header__topbar-right button {
        border: 1px solid #000;
        background: #000;
        color: #fff;
        border-radius: 5px;
        padding: 2px 10px;
        font-size: 10px;
    }
    .header__topbar-right button img {
        width: 12px;
        height: 10px;
        object-fit: cover;
    }
    .header-top .row > div {
        padding: 0 6px;
    }
    a,
    li,
    p {
        font-size: 14px;
    }
    section {
        padding: 30px 0;
    }
    .choose-plan .text-center {
        margin-top: 0 !important;
    }
    .banner-page-left p {
        font-size: 14px;
        margin-bottom: 0;
        font-style: italic;
    }
    .banner-page-left ul,
    .shoping-cart-choose {
        padding-left: 0;
        margin-top: 4%;
    }
    .banner-page-left ul li {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4%;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        padding: 5px;
    }
    
    .banner-page-left ul li img{
            margin-right: 10px;
    }
    
    .view-more-btn {
        display: inline-block;
        margin-top: 7px;
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 4px;
    }
    .banner-bottom-price {
        margin-left: 0;
        margin-top: 10px;
    }
    .banner-bottom-price h4 {
        font-size: 18px;
        line-height: 1em;
        margin-bottom: 0;
    }
    .banner-bottom-price span {
        font-size: 15px;
        text-align: left;
    }
    .choose-plan-wraper ul {
        margin-top: 15px;
    }
    .choose-plan-wraper ul li::before {
        top: 3px;
        width: 20px;
        height: 20px;
    }
    .free-trail img {
        max-width: 80px;
    }
    .navbar__top a img,
    .user-name h4 {
        max-width: 150px;
    }
    .banner-bottom {
        justify-content: space-between;
        flex-direction: column;
    }
    .search-content span {
        font-size: 18px;
    }
    .domain-name ul li {
        padding-right: 8px;
    }
    .domain-name ul li b,
    .hosting-tab-left ul li {
        font-size: 14px;
    }
    .testimonails-waraper-inner {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .hosting-tab div#nav-tab .nav-link,
    .hosting-tab div#nav-tab .nav-link.active {
        padding: 10px 25px;
        margin: unset;
        background: unset;
        color: #979797;
        border: unset;
        font-size: 12px;
        border-radius: 4px !important;
    }
    .hosting-tab div#nav-tab .nav-link.active {
        color: #fff;
    }
    .footer-contact a {
        font-size: 25px;
    }
    .footer .footer-items a img {
        width: 14px;
        height: 14px;
        object-fit: cover;
    }
    .header-top {
        padding: 4px 0;
    }
    .page-banner-main {
        padding-top: 120px;
    }
    .hamburger {
        padding: 10px 9px;
    }
    .choose-plan-wraper {
        padding-bottom: 50px;
        max-width: 375px;
        margin: auto;
    }
    .counter-inner {
        text-align: center;
        padding: 10px;
    }
    .footer-contact {
        text-align: left;
        background-color: #564779;
        padding: 20px 15px;
    }
    .btn-slider,
    .choose-plan-row,
    .footer-right-copyright p,
    .footer-socil-link {
        text-align: center;
    }
    .footer-right {
        background: #4a4a4a;
        padding: 20px 15px;
    }
    .footer-bottom {
        background: #1e1e1e;
        padding: 14px 0;
    }
    .footer .footer-items p {
        color: #fff;
        padding-left: 16px;
    }
    .hosting-price {
        display: block !important;
    }
    .hosting-price-div {
        font-size: 17px;
        font-weight: 500;
        line-height: 33px;
        margin-left: 0;
        margin-top: 14px;
    }
    .tab-warper {
        padding-bottom: 30px;
    }
    .btn-slider,
    .customer-main {
        padding: 10px;
    }
    .btn-slider {
        position: relative;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .header-nav{padding: 0;}
    
    .header-nav .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        padding: 10px;
        color: #000;
        font-size: 14px;
    }
    .logo h2 {
        font-size: 20px;
    }
    .custom-tab {
        margin-bottom: 20px;
    }
    .hosting-tab div#nav-tab {
        justify-content: start;
    }
    .customer-main-inner .page-title h1 {
        font-size: 22px;
    }
    .user-name h4 {
        font-size: 12px;
        padding-left: 9px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .user-name img {
        width: 20px;
        height: 20px;
        padding: 2px;
    }
    .panel h3 {
        font-size: 17px;
        line-height: 1.4;
    }
    .customer-main .header.panel {
        margin: -10px -10px 30px;
    }
    .choose-plan-row form > input.btn,
    .hosting-cart .form-check.buy-new,
    .hosting-cart .form-check.had-already {
        margin-left: auto;
        margin-right: auto;
    }
    .filter-header .row > div {
        width: 100%;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .page-title .user-name,
    .table-mobile-responsive table thead {
        display: none;
    }
    .panel h3.balance-title {
        font-size: 16px;
        font-weight: 600;
    }
    .acount-balance {
        font-size: 12px;
        margin-left: 0 !important;
    }
    .acount-balance a {
        line-height: 1.2;
        font-size: 11px;
    }
    .table__custom .mytable thead tr th,
    table thead tr th {
        padding: 4px 6px;
        white-space: nowrap;
    }
    .choose-plan-slider {
        display: flex;
        flex-wrap: wrap;
    }
    .choose-plan-slider .plan-items {
        width: 100%;
    }
    .old-price {
        min-height: inherit;
    }
    .choose-plan-wraper ul li {
        margin-bottom: 7px;
        font-size: 13px;
    }
    .choose-plan-wraper ul li b {
        font-size: inherit;
    }
    .page-banner-main-inner .banner-img img {
        opacity: 0;
    }
    .page-banner-main-inner {
        background-image: url(../img/innerpage-banner.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 24px !important;
    }
    .hosting-cart .form-check {
        max-width: 100% !important;
        width: calc(100% - 30px);
        padding: 10px 20px 20px 35px;
        border-radius: 6px;
        box-shadow: 0 0 11px -6px rgba(0, 0, 0, 0.3);
    }
    .hosting-cart .form-control,
    .hosting-cart .form-select {
        padding: 12px 5px;
        font-size: 13px;
    }
    .choose-plan-row form > input.btn {
        margin-top: 20px;
    }
    .searchagain .form-row {
        flex-wrap: wrap;
    }
    .searchagain .form-row > * {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100% !important;
    }
    .shoping-cart-card {
        flex-wrap: wrap;
        padding: 14px;
    }
    .shoping-cart-basic p {
        column-count: 1;
    }
    .table-mobile-responsive td::before {
        display: block;
        content: attr(mobile-hading-data);
        color: #000;
        font-weight: 600;
    }
    .table-mobile-responsive table,
    .table-mobile-responsive tbody,
    .table-mobile-responsive td,
    .table-mobile-responsive tr {
        display: block;
    }
    .table-mobile-responsive td {
        border: none;
        padding: 7px 0;
    }
    .table-mobile-responsive tr {
        border: 1px solid #efefef;
        border-bottom: 3px solid var(--primary);
        margin-bottom: 20px;
        padding: 13px;
        box-shadow: 1px 1px 11px -6px rgba(0, 0, 0, 0.3);
    }
    
    .diwali-greeting {
    font-size: 0.75rem;
    }
}
