/* Responsive CSS */


/* iPad Air & Pro */

@media screen and (max-width: 1199.98px) {
  
  .navbar>ul>li {
    padding: 10px 20px !important;
}
.full-width-sigle-slide {
  height: auto;
}
section#single_slide_full_width {
    height: 100%;
}
.about-video {
  height: auto !important;
}
.contact-form .send-btn {
  margin: 0px;
}
.contact-way {
  padding: 30px 0px;
}
}


/* iPad Mini */

@media screen and (max-width: 991.98px) {
  section{
    padding: 30px 0px;
  }
  #footer .footer-top .footer-links ul li {
    padding: 20px 15px;
}
}


/* Mobile */

@media screen and (max-width:767.98px) {
  section{
    padding: 30px 0px;
  }
  .section-title h2 {
    font-size: 34px;
}
  #header.fixed-top {
    height: 65px;
}
#header .logo img {
  max-height: 50px;
}

.wwww {
  padding: 0px;
}
.slide-content-box h3 {
  font-size: 25px;
  margin: 15px 0px;
}
.slick-prev, .slick-next {
  bottom: -40px;
  top: unset;
}
.slider-demo-multislide .slick-next {
  right: 38%;
  bottom: -40px !important;
}
.slick-prev {
  left: 38%;
  bottom: -40px !important;
}
.featured-services .description {
  font-size: 18px;
  line-height: 24px;
}
.featured-services .title {
  font-size: 25px;
}
.employee {
  height: 211px;
}
/* #footer .social-icon .facebook {
  width: 50px;
  height: 50px;
  margin: 0px 15px;
} */
#footer .footer-top .footer-links ul{
display: unset;
}
#footer .footer-top .footer-links ul li {
  padding: 7px;
}
#footer {
    padding: 0;
}
.contact-way .map {
  padding: 0px;
}
#footer .footer-top {
  padding: 30px 0;
}
.footer-contact {
  flex-direction: column;
}
.footer-logo {
  width: 50%;
  margin-bottom: 20px;
}
}