/* header */
.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: .3;
    bottom: 0;
    z-index: -1;
  }

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

  .search-img,
  .why-domain-img,
  .hosting-img {
    display: none;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .hamburger.hamburger--collapse {
    display: block;
  }
  .header .navbar-inner .navbar-collapse {
    display: none;
  }
  .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;
  }
}

@media screen and (max-width: 991px ) {
  /* customer page header */
  .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 {
    padding-left: 0;
    padding-right: 15px;
  }
  .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;
  }
  .customer-main  .nav-link.dropdown-toggle::before {
    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;
  }
  .sidebar-collapsed .customer-main {
    margin-left: auto;
    width: calc(100% - 48px);
  }
  .customer-main {
    margin-left: auto;
    width: calc(100% - 48px);
  }

  .customer-pages .footer-stok,
  .customer-pages + footer {
    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,.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) {
  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 {
    margin-right: 0;
    display: inline-flex;
    font-size: 10px;
    align-items: center;
    margin-right: 6px;
  }
  .header__topbar-left a:last-child {
    margin-right: 0;
  }
  .search-content h2 {
    margin-bottom: 10px;
  }
  .search-content .form-control {
    font-size: 12px;
  }
  .header__topbar-left a img {
    width: 14px;
    height: 14px;
    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;
  }
  p,
  li,
  a {
    font-size: 14px;
    font-weight: 400;
  }
  section {
    padding: 30px 0;
  }
  .choose-plan .text-center {
    margin-top: 0px !important;
  }
  .banner-page-left p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .banner-page-left ul {
    padding-left: 0;
  }
  .banner-page-left ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  .view-more-btn {
    display: inline-block;
    margin-top: 7px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
  }
  .hosting-price-div {
    font-size: 17px;
    font-weight: 500;
    line-height: 33px;
  }
  .why-domain-content h4 b {
    font-weight: 400;
  }
  .banner-bottom-price {
    margin-left: 0;
    margin-top: 10px;
  }
  .banner-bottom-price h4 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .banner-bottom-price span {
    font-size: 15px;
    text-align: left;
  }
  .choose-plan-wraper ul {
    margin-top: 15px;
  }
  .choose-plan-wraper ul li {
    margin-bottom: 7px;
  }
  .choose-plan-wraper ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .free-trail img {
    max-width: 80px;
  }
  .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 {
    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 {
    border-radius: unset;
    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;
  }
  .hosting-tab-left ul li {
    font-size: 14px;
  }
  .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: 146px;
  }
  .navbar__top a img {
    max-width: 150px;
  }
  .hamburger {
    padding: 10px 9px;
  }
  .choose-plan-wraper {
    padding-bottom: 50px;
    max-width: 375px;
    margin: auto;
  }
  /* counter */
  .counter-inner {
    text-align: center;

    padding: 10px;
  }
  .footer-contact {
    text-align: left;
    background-color: #564779;
    padding: 20px 15px;
  }
  .footer-right {
    background: #4a4a4a;
    padding: 20px 15px;
  }
  .footer-socil-link,
  .footer-right-copyright p {
    text-align: center;
  }
  .footer-bottom {
    background: #1e1e1e;
    padding: 14px 0;
  }
  .footer .footer-items p {
    color: #fff;
    padding-left: 16px;
  }
  .hosting-price {
    display: block !important;
  }
  .hosting-price-div {
    margin-left: 0;
    margin-top: 14px;
  }
  .tab-warper {
    padding-bottom: 30px;
  }
  .btn-slider {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
  }
  .header-nav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    padding: 10px 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 pages */
  .customer-main-inner .page-title h1 {
    font-size: 22px;
  }
  .user-name h4 {
    font-size: 12px;
    padding-left: 9px;
    max-width: 150px;
    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 {
    padding: 10px;
  }
  .customer-main .header.panel {
    margin: -10px -10px 30px -10px;
  }
  .filter-header .row > div {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
  }
  .page-title .user-name{
    display: none;
  }
  .panel h3.balance-title {
    font-size: 16px;
    font-weight: 600;
  }
  .acount-balance {
    font-size: 12px;
    margin-left: 0 !important;
  }
  .acount-balance a {
    font-size: inherit;
    line-height: 1.2;
    font-size: 11px;
  }
  .table__custom .mytable thead tr th, table thead tr th {
    padding: 4px 6px;
    white-space: nowrap;
  }


  /* home page */
  .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 {
    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;
  }
  .hosting-cart .form-check.buy-new,
  .hosting-cart .form-check.had-already{
    margin-left: auto;
    margin-right: auto;
  }
  .hosting-cart .form-check {
    width: calc(100% - 30px);
    padding: 10px 20px 20px 35px;
    border-radius: 6px;
    box-shadow: 0 0 11px -6px rgba(0,0,0,.3);
  }
  .hosting-cart .form-control,
  .hosting-cart .form-select {
    padding: 12px 5px;
    font-size: 13px;
  }
  .choose-plan-row {
    text-align: center;
  }
  .choose-plan-row form > input.btn {
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .shoping-cart-choose {
    padding-left: 0;
  }



  /* mobile-table */
  .table-mobile-responsive td::before {
    display: block;
    content:  attr(mobile-hading-data);
    color: #000;
    font-weight: 600;
  }
  .table-mobile-responsive table thead {
    display: none;
  }
  .table-mobile-responsive table,
  .table-mobile-responsive tbody,
  .table-mobile-responsive tr,
  .table-mobile-responsive td {
    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,.3);
  }
}

