/*--------------------------------------------------------------
# Footer css start- Desktop
--------------------------------------------------------------*/
footer {
  height: auto;
  position: relative;
  clear: both;
  background: #ecf0f1 url(../images/autoboro-icon-footer.png) no-repeat;
  background-position: 99% 94%;
}

footer::before {
  content: "";
  background: #080808;
  height: 115px;
  width: 115px;
  position: absolute;
  top: 26px;
  left: -60px;
  opacity: 0.07;
  border-radius: 50%;
}

footer::after {
  content: "";
  background: #5e5e5e;
  position: absolute;
  top: 42%;
  right: 0;
  width: 80px;
  height: 90px;
  opacity: 0.07;
  border-radius: 100% 0 0 0;
}

.container-ft {
  width: 92%;
  margin: auto;
  display: flex;
  padding-top: 40px;
}

.logo-ft {
  width: 40%;
}

.logo-ft p {
  font-size: 14px;
  font-weight: 300;
  color: #16171a;
  padding: 16px 0;
  width: 60%;
  line-height: 24px;
  margin: 0px;
}

.quick-link {
  width: 22%;
}

.quick-link h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0 0 20px 0;
}

.quick-link ul {
  padding: 0px;
  margin: 0px;
}

.quick-link ul li {
  padding: 8px 0px;
  margin: 0px;
  display: block;
}

.quick-link ul li a {
  color: #444;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: 400;
}

.quick-link ul li a:hover {
  color: #1eb1d4;
  padding-left: 4px;
}

ul.social-icon {
  padding: 0px;
  margin: 0px;
}

ul.social-icon li {
  width: 34px;
  height: 34px;
  background: #102850;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.7s;
  margin: 0 12px 0 0;
  line-height: 24px;
}

ul.social-icon li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 6px;
}

ul.social-icon li:hover {
  background: #f78f12;
}

.copyright {
  text-align: left;
  color: #16171a;
  font-size: 11px;
  padding: 16px 0 18px 0;
  width: 92%;
  margin: auto;
  text-align: left;
}

/*--------------------------------------------------------------
# Footer css End- Desktop
--------------------------------------------------------------*/

@media (max-width:1199px) {
  .container-ft {
    width: 95%;
    padding-top: 48px;
  }

  .logo-ft p {
    font-size: 14px;
    width: 90%;
  }

  .container-ft {
    width: 95%;
    padding-top: 48px;
  }

  footer::after {
    bottom: 0;
    top: auto;
  }
}

@media (max-width:767px) {
  .container-ft {
    display: block;
  }

  .logo-ft {
    width: 100%;
    margin: 0 0 20px;
  }

  .quick-link {
    width: 100%;
    margin: 0 0 20px;
  }

  .quick-link ul li {
    padding: 0 0 8px;
  }

  .quick-link h6 {
    padding: 0 0 10px 0;
  }

  .service-despt {
    padding-top: 20px;
    line-height: 22px;
  }

  footer::before,
  footer::after {
    display: none;
  }

  .logo-ft p {
    width: 100%;
  }

  .quick-link ul li a {
    font-size: 14px;
  }

  ul.social-icon li a {
    font-size: 16px;
  }

  ul.social-icon li {
    margin: 0 4px 0 0;
  }
    .copyright{
        padding: 0 0 18px 0px;
    }
}

@media (max-width:575px) {
  .top-hd-data h1 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }

  .logo-ft p {
    text-align: justify;
  }
}