/******************************
responsive area
********************************/
/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {
  .nav-bar .navbar-light .navbar-brand img {
    max-height: 55px;
  }

  .logoCss {
    font-size: 23px !important;
  }

  .navbar {
    padding: 7px 0;
  }

  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 0px;
  }

  .header-carousel .header-carousel-item {
    height: 580px;
  }

  .display_off {
    display: none !important;
  }

  .banner_text1 {
    font-size: 19px !important;
  }

  .about-item-content {
    padding: 1.5rem !important;
  }

  .banner_text2 {
    margin-bottom: 1.5rem !important;
  }

  .bg-breadcrumb {
    padding: 0px 0 0px 0;
  }

  .admin_desk {
    padding: 15px 15px 10px 15px;
  }

  .photoname {
    margin-top: 20px;
  }

  .navbar .navbar-nav .nav-item {
    padding: 10px 0px 10px 20px;
  }

  .navbar .navbar-nav .nav-btn {
    margin-top: 10px;
  }

  .blog_post_image11 img {
    height: auto;
  }

  .waresbtn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .moreBlog_div {
    padding-top: 0px;
  }

  .blog_post_meta_item {
    margin-bottom: 5px;
  }

  .btn-xl-square {
    margin-right: 0.6rem !important;
  }

  .preset_div {
    width: 100%;
    text-align: center;
  }

  .preset_div .downnow_btn {
    margin-top: 15px;
  }

  .foot_service {
    margin-left: 0px !important;
  }

  .service_image {
    margin-bottom: 20px;
  }

  .page_banner .pager_bannerimg {
    height: 130px;
  }

  .bg-breadcrumb .banner_text {
    top: -21px;
  }

  .clrfiltr {
    margin-top: 18px;
    text-align: center;
  }

  .res_marg {
    margin-top: 15px;
  }

}