:root {
  --orangeColor: #fd620f;
  --orangeColorAlt: #fa8c5c;
  --yellowColor: #ffff06;
  --blueColor: #000be3;
  --blueColorAlt: #026cb8;
}

@media (max-width: 1199.98px) {
 
} /* 1199.98p */

@media (max-width: 991.98px) {
  .menu-header {}
  .toggle-menu {
    display: block;
  }

  .menu-header nav {
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 280px;
    background: url('../images/img-1.a1e3c8f2.jpg') 50%/cover no-repeat local;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
  }
  .menu-header nav.show {
    left: 0;
  }
  .menu-header nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
  .menu-header nav > ul {
    display: block;
    list-style: none;
    padding-left: 0;
    padding-top: 30px;
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
  }
  .menu-header nav > ul > li {
    display: block;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #ddd;
    cursor: pointer;
    position: relative;
  }
  .menu-header nav > ul > li.has_down:before {
    content: "\f105";
    position: absolute;
    right: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .menu-header nav > ul > li > a {
    color: #fff;
  }
  li.has_down ul {
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: rgb(255 255 255 / 30%);
    margin: 1rem auto;
    margin-left: 1rem;
  }
  li.has_down:hover ul {
  }
  .menu-header nav > ul > li.has_down a {
    color: #fff;
  }
  li.has_down ul.show {
   /* display: block; */
  }

  .item-team {
    margin-bottom: 2rem;
  }
  
} /* 991.98px */

@media (min-width: 768.98px) and (max-width: 991.98px) {
  .tabs-sectors-services .nav-tabs .nav-item {
    width: calc(100% / 10);
    margin-bottom: auto;
  }
  .tabs-sectors-services .nav-tabs .nav-item a {
    height: 60px;
  }
  .tabs-sectors-services .nav-tabs .nav-item a:before {
    width: 65px;
    height: 65px;
  }
  .tabs-sectors-services .tab-content>.tab-pane {
    padding: 2rem 2rem;
  }
}

@media (max-width: 767.98px) {
  .item-blog .blog-inf {
    padding: 14px 14px;
  }
  .item-blog .title-blog {
    font-size: .8rem;
  }
  .item-blog {
    margin-bottom: 1.5rem;
  }
  .item-blog .blog-footer .userby {
    padding-right: .2rem;
  }
  .item-blog .blog-footer span {
    font-size: .7rem;
  }
  
  header > div > div.row {
    align-items: center;
  }
  .brand-img {
    height: 100px;
  }

  .img-about {
    display: none;
  }

  .img-bookappointment img {
    width: 100%;
  }

  .footer .row > div:not(:last-child) .wedget-footer {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }

  .home-banner {
    height: 450px;
    background: #fdf3ed
  }
  .home-banner::before {
    content: unset;
  }
  .home-banner > .container {
    top: 10%;
  }
  .banner-txt h1 {
    font-size: 2rem;
    line-height: 24px;
  }
  .banner-image {
    width: 500px;
    height: 85%;
    right: -90px;
    opacity: .7;
  }

  .breadcrumb-pages {
    height: auto;
  }
  .breadcrumb-pages ul li {
    margin: auto 0rem;
  }
  .breadcrumb-pages ul li span {
    padding: 0 .5rem;
  }
  .breadcrumb-pages ul li a {
    font-size: 13px;
  }

  .author {
    padding: 1rem;
    max-width: 100%;
  }

  .img-community {
    margin-bottom: 1rem;
  }
  .img-community img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-txt {
    padding: .5rem;
    background-color: rgb(255 255 255 / 20%);
  }
  .banner-txt p {
    color: #222;
    font-weight: 600;
  }

} /* 767.98px */

@media (min-width: 575.98px) and (max-width: 767.98px) {
  
  .tabs-sectors-services .nav-tabs .nav-item {
    width: calc(100% / 10);
  }
  .tabs-sectors-services .nav-tabs .nav-item a {
    height: 30px;
    border-radius: 0;
    padding: 0;
  }
  .tabs-sectors-services .nav-tabs .nav-item a:before {
    width: 35px;
    height: 35px;
    border-width: 4px;
  }
  .img-car-sector {
    padding-top: 2rem;
  }

}

@media (max-width: 575.98px) {
  .tabs-sectors-services .nav-tabs .nav-item {
    width: calc(100% / 5);
    margin-bottom: 2rem;
  }
  .tabs-sectors-services .nav-tabs .nav-item a {
    height: 45px;
    border-radius: 0;
    padding: 0;
  }
  .tabs-sectors-services .nav-tabs .nav-item a:before {
    width: 50px;
    height: 50px;
    border-width: 4px;
  }
  .img-car-sector {
    padding-top: 2rem;
  }
  .tabs-sectors-services .tab-content>.tab-pane {
    padding: 1rem 2rem;
  }

  .banner-image {
    width: 370px;
    height: 70%;
    right: 0;
  }
  .banner-txt h1 {
    font-size: 1.8rem;
  }
  .item-team .img-team img {
    width: 100%;
  }
  .item-blog .title-blog {
    font-size: 1.1rem;
  }
  .item-blog .blog-footer .userby {
    padding-right: .5rem;
  }
  .item-blog .blog-footer span {
    font-size: .875rem;
  }
} /* 580px */

@media (max-width: 400px) {

  .brand-img {
    height: 80px;
  }
  .banner-txt h1 {
    font-size: 1.5rem;
  }
  
} /* 400px */