.active {
  background-color: #cc6119;
  color: white;
}
.footer a {
  text-decoration: none;
}

.address p {
  margin-top: 20px;
}

.owner p {
  margin-top: 20px;
}

.contact p {
  margin-top: 20px;
}

.address{
  width: 20%;
}

.address p{
  text-align: center;
}

.owner{
  width: 20%;
}

.contact{
  width:20%;
}

.services {
  display: flex;
}

.cards {
  display: flex;
}

.mySlides img{
  width: 100%;
  height: 600px;
}
.f-links{
display: flex;
}

.about-section{
  display:flex;
}

.schedule{
  display: flex;
}

.services{
  display: flex;
}

.main-service {
  height: 800px;
}


.footer-top .footer-text h3{
  margin:0px;
}

.footer-top {
  display: flex;
}

.footer-end {
  display: flex;
}

.footer-ends {
  display: flex;
}

.map{
  width:80%;
  height:450px;
  margin: auto;
}


@media only screen and (max-width: 667px) {

  .mySlides img{
    width: 100%;
    height: 250px;
  }

  .logo{
    width:30%;
  }

  .logo img{
    margin-top: 15px;
  }
  .header p {
    font-size: 8px;
    text-align: center;
  }

  .logo p{
    display: none;
  }

  .address p {
    margin-top: 20px;
  }

  .owner p {
    margin-top: 20px;
  }

  .contact p {
    margin-top: 20px;
  }

  .social-links{
  display: none;
  }
  ul li {
    font-size: 10px;
  }

  .second-header ul {
    margin-left: 0px;
    padding-left: 0px;
  }

  .about-text{
   width: 100%; 
  }

  .about-pic{
    width:100%;
  }

  .about-section{
    display: block;
  }

  .call-section {
    background-color: #cc6119;
    width: 25%;
    height: 100px;
    border-radius: 80%;
    margin-top: 10%;
    margin-left: 70%;
    margin-bottom: 18%;
    opacity: 0.8;
  }

  .call-section h1 {
    font-size: 14px;
    text-align: center;
    padding-top: 40%;
  }

  .forms{
    width: 100%;
  }

  .timings{
    width:80%;
    margin: auto;
  }

  .schedule{
    display: block;
  }
  .wellcome-section {
    display: block;
  }

  .wellcome-section h2 {
    font-size: 20px;
  }

  .text-section {
    width: 100%;
  }

  .img-section{
    width: 100%;
  }

  .text-section p {
    font-size: 12px;
  }

  .banner {
    min-height: 300px;
  }

  .slideshow-container {
    min-height: 300px;
  }

  .image-section {
    width: 100%;
  }

  .box .text-sec h4 {
    font-size: 14px;
  }

  .box .text-sec p {
    font-size: 8px;
  }

  .box {
    width: 50%;
    margin: 0px 0px 0px 0px;
    float: left;
    border-radius: 0px;
  }

  .services {
    display: block;
  }

  .main-service {
    height: 700px;
  }

  .cards .card {
    width: 30%;
    margin-left: 0px;
  }

  .cards {
    float: left;
  }

  .card h3 {
    font-size: 10px;
    margin: 0px;
  }

  .footer-top {
    display: block;
  }

  h2 {
    font-size: 14px;
  }

  h1 {
    font-size: 16px;
  }

  h3 {
    font-size: 12px;
  }

  p {
    font-size: 8px;
  }

  .team-member {
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
  }

  .team-section{
    height: 300px;
  }

  .Query-section .q-image{
    display: none;
  }

  .Query-section h2{
    font-size:12px;
  }

  .map{
    width:50%;
    height:450;
    margin-top: 20px;
  }

  .footer-end {
    display: block;
  }

  .copyright {
    width: 100%;
  }
  .footer-links {
    width: 100%;
  }

  .footer-end p {
    text-align: center;
    padding-left: 20%;
  }

  .f-links {
    margin-left: 0%;
  }
}


