/* lg */
@media (min-width: 1200px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  .navbar-nav>li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay {
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2,
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3,
  .single-services h3 {
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body {
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview {
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li {
    margin-right: 0;
  }

  #breadcrumb {
    display: none;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav>li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 23px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left,
  .media.accordion-inner .pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body,
  .media.accordion-inner .media-body {
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay {
    padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill {
    width: 150px;
    height: 150px;
  }

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta>span a {
    font-size: 10px;
  }

  #product-repair {
    display: none;
  }

  #breadcrumb {
    display: none;
  }

  h1.orange {
    font-size: 23px;
  }
  .brand-logo-box{
    width: auto !important;
  }
}

/* xs */
/* mobile */
@media (max-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-left: 0;
  }

  .top-number {
    font-size: 20px;
    text-align: center;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav>li {
    padding-bottom: 0;
  }

  body>section {
    padding: 40px 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2,
  .single-services h2 {
    font-size: 26px;
  }

  .feature-wrap h3,
  .single-services h3 {
    font-size: 14px;
  }

  .center {
    padding-bottom: 10px;
    text-align: center;
  }

  #feature {
    padding-bottom: 10px;
  }

  .media.accordion-inner .pull-left,
  .media.accordion-inner .media-body {
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body {
    clear: both;
  }

  .nav-tabs>li.active>a:after {
    display: none;
  }

  #footer .col-sm-6 {
    text-align: center;
  }

  #footer .pull-right {
    float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top,
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item,
  #recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0 15px;
  }

  ul.social_icons li {
    margin-right: 0;
  }

  .blog .blog-item .entry-meta {
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }

  #main-slider #Schedule {
    position: relative;
    width: 96%;
    right: 0;
    margin: 20px 0 0 2%;
  }

  .social {
    display: none;
  }

  #main-slider .carousel .item {
    height: 240px;
  }

  #main-slider .carousel .carousel-content {
    margin-top: 20px;
  }

  #main-slider .carousel .slide-margin {
    margin-top: 26px;
  }

  .navbar-inverse {
    padding-bottom: 10px;
  }

  a[href^='tel:']:link,
  a[href^='tel:']:visited {
    /* color: #fff; */
    font-weight: bold;
  }

  a[href^='tel:']:hover,
  a[href^='tel:']:active {
    text-decoration: none;
    color: #6f757c;
  }

  .con_no a[href^='tel:']:link,
  .con_no a[href^='tel:']:visited {
    color: #333;
    font-weight: bold;
  }

  .con_no a[href^='tel:']:hover,
  .con_no a[href^='tel:']:active {
    text-decoration: none;
    color: #6f757c;
  }

  #main-slider .carousel .carousel-inside {
    margin-top: 0px;
  }

  .customercall {
    width: 100%;
    /* float:left;  */
    font-size: 35px;
  }

  .orange {
    font-size: 20px;
    width: 100%;
  }

  #product-repair {
    display: none;
  }


  .customercare {
    text-align: left;
  }

  .job {
    display: inline-block;
    width: 100%;
  }
  .discont-img{
    width: 50% !important;
    margin: auto;
    display: flex;
    margin-bottom: 30px;
  }
  .responsive-heading{
    font-size: 25px;
  }
  .responsive-div{
    margin-bottom: 30px;
  }
  .brand-logo-box{
    width: auto !important;
  }
  .feature-box{
    width: auto;
  }
  .custom-mobile-two {
    flex: 0 1 calc(50% - 10px); /* 2 per row */
  }
  .row-brand-logo {
    justify-content: space-around;
  }

  .image-box {
    flex: 0 1 calc(50% - 10px); /* Show 3 logos per row */
  }
  .our-ac-services {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    /* padding: 15px; */
  }
  .section-box {
    height: auto ;
    margin-bottom: 20px;
}
#breadcrumb h1 {
  font-size: 1.5rem;
  margin: 0px;
}
.breadcum ul li {
  font-size: 0.9rem;
  
}
.row-service-item {
  grid-template-columns: 1fr; /* 1 item per row */
}
.marquee-container .image-box .brand-logo-box {
  width: 80px !important;
}
.mobile-mode-heading{
  display: block;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 24px;
}
.mobile-mode-heading span{
  font-size: 28px;
  font-weight: 600;

}
.brand-heading{
  display: none;
}
.marquee-wrapper {
  width: 100%;
}
.footer-bottom-text{
  text-align: center;
  display: block !important;
}
.w-80{
  width: 100%;
}
.mobile-margin-book-btn{
 margin-top: 30px;
}


}

/* XS Portrait */
@media (max-width: 480px) {
  body>section {
    padding: 20px 0;
  }

  .orange {
    font-size: 16px;
    width: 100%;
  }

  .customercall {
    width: 100%;
    float: left;
  }

  #product-repair {
    display: none;
  }



  .feature-wrap h2,
  .single-services h2 {
    font-size: 22px;
  }

  #main-slider .carousel-inside h1 {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 21px;
  }

  .carousel-inside h3 {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .carousel-inside h2 {
    margin-top: 20px;
  }

  #main-slider i.orange {
    font-size: 22px;
  }

  #main-slider h2 .img-responsive {
    width: 35%;
  }

  #Schedule h2 {
    font-size: 18px;
    margin: 3px 0;
  }

  #main-contact-form .useragree {
    font-size: 13px;
  }

  .btn-lg {
    font-size: 15px;
  }

  .content_highlight {
    font-size: 24px;
  }

  .customercare {
    text-align: left;
  }

  .con_no {
    font-size: 25px;
    font-weight: bold;
  }

  h4.con_no a {
    font-size: 25px;
  }

  h1.orange {
    font-size: 22px;
  }

  .con_no a[href^='tel:']:link,
  .con_no a[href^='tel:']:visited {
    color: #333;
    font-weight: bold;
  }

  .con_no a[href^='tel:']:hover,
  .con_no a[href^='tel:']:active {
    text-decoration: none;
    color: #6f757c;
  }

  .xs-hide {
    display: none;
  }

  .job {
    display: inline-block;
    width: 100%;
  }

  .navbar-inverse {
    padding-bottom: 0;
  }
 .brand-logo-box{
  width: auto !important;
 }
}

