@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
    background: #fff;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  p br {
    display: none;
  }

  .small img {
    width: 170px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .home_sec2 {
    padding-bottom: 60px;
    padding-top: 205px;
    text-align: center;
    background: url(../image/home_sec2_mb.jpg) no-repeat bottom / cover !important;
  }

  .home_sec2 .hd_info {
    justify-content: center;
  }

  .banner_sec {
    padding: 140px 0 190px;
    background: url(/design/assets/image/banner_sec_mb.jpg) no-repeat bottom / cover !important;
    color: #fff;
  }

  .banner_sec2 {
    background: url(/design/assets/image/banner_sec2_mb.png) no-repeat bottom / cover !important;
  }

  .banner_sec3 {
    background: url(/design/assets/image/banner_sec3_mb.png) no-repeat bottom / cover !important;
  }

  .banner_sec .social_icon {
    padding-top: 30px;
  }

  .banner_sec .social_icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .banner_sec .banner_heading {
    text-align: center;
  }

  .banner_sec .banner_heading .hd_info {
    justify-content: center;
  }

  .banner_sec .social_icon {
    padding-top: 30px;
    justify-content: center;
  }

  .hosting_sec .plan_card {
    background: #fff;
    border-radius: 0;
    padding: 34px 0;
    box-shadow: 0 0 11px 2px #adadadad;
    text-align: center;
    height: 100%;
  }

  .home_sec4 h2 {
    font-size: 34px;
  }

  .home_sec4 h2 br {
    display: none;
  }

  .home_sec4 .heading {
    text-align: center;
  }

  .home_sec4 .heading h2 {
    margin-bottom: 12px !important;
  }

  .home_sec4 {
    padding-top: 210px;
    background: url(../image/home_sec4_mb.png) no-repeat top / cover !important;
  }

  h2 {
    font-size: 32px;
    font-weight: 700;
  }

  #bg-blue {
    text-align: center;
  }

  #bg-blue a.comon-btn3 {
    margin: 0 auto !important;
    display: block;
  }

  #bg-blue .read-btn {
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: center;
  }

  footer .ft_menu_content ul {
    display: flex;
    gap: 20px 30px;
    text-transform: uppercase;
    font-size: 17px;
    justify-content: start;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  footer .ft_contact_info {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
    gap: 0;
    flex-wrap: wrap;
  }

  footer .ft_menu_content {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-top: 12px;
  }

  footer .copy_content p {
    color: #ccc;
    margin-bottom: 15px !important;
  }

  footer a.comon-btn {
    background: #fff !important;
    color: #000 !important;
    font-size: 17px;
    border-radius: 50%;
    width: 90px !important;
    text-transform: uppercase;
    height: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1;
    line-height: 1.2;
  }

  footer img {
    width: 210px !important;
  }

  footer {
    padding: 75px 0 210px;
    background: url(../image/footer-mb.jpg) no-repeat bottom / cover !important;
  }

  #inner-banner h1 {
    font-size: 38px;
    font-weight: 500;
  }

  #inner-banner {
    background: #000;
    padding: 115px 0 30px;
    color: #fff;
  }

  .contact_page .contact_details {
    background-color: #fff;
    padding: 22px;
    padding-top: 45px;
  }

  .contact_page .contact_form {
    background-color: var(--theme-color);
    padding: 50px 15px;
    color: #fff;
    height: 100%;
  }

  .main-sec h1 {
    font-size: 31px;
    font-weight: 600;
  }

  .contact .contact-form {
    background: #fff;
    padding: 35px 15px;
    box-shadow: 0px 10px 40px rgb(235, 235, 235);
  }

  .contact .contact-form input {
    height: 50px;
    border-radius: 5px;
    color: #666666;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 0 12px;
    outline: none;
  }

  footer a h2 {
    color: var(--theme-color-fourth);
    font-size: 27px;
  }

}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}