@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

.list li {
  list-style-type: none;
}

.navbar-nav li {
  font-size: 16px;
  margin-left: 8px;padding: 5px 10px;
}

.navbar-nav li a {
  color: #000;
  font-weight:800;
}
.navbar-nav li a:hover {
    color: #014196;
  font-weight:600;
}

.navbar-nav li:hover {
  border-bottom: 1px solid #014196;
}

.containerr {
  background-color: #000;
  color: white;
  padding: 40px;
}

.list li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.list li a:hover {
  border-bottom: 2px solid white;
}

.footer {
  font-size: 13px;
}

.footer h6 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.assistance {
  width: 100%;
  padding: 34px 0;
    background-color: #014196;
  color: white;
  text-align: center;
}

.assistance2 {
  width: 100%;
  padding: 30px 0;
  background-color: #014196;
  color: white;
  text-align: center;
}

.assistance3 {
  width: 100%;
  padding: 30px 0;
  background-color: #014196;
  margin-top: 3%;
  color: white;
  text-align: left;
}

.landing {
  width: 100%;
  padding: 130px 0 60px;
  background-color: #40586d;
  color: white;
  text-align: left;
}

.landinghome {
  background-image: url("../images/dclick-prnt-deskbanner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 55px;

}

.seosrvce {
  background-image: url("../images/dclick-seo-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 84px;
}

.smosrvce {
  background-image: url("../images/dclick-smo-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 84px;
}

.wdesgnsrvce {
  background-image: url("../images/dclick-wdes-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 84px;
}

.wdvlpmntsrvce {
  background-image: url("../images/dclick-wdvlp-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 84px;
}
.itscsrvce {
  background-image: url("../images/dclick-itsec-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  background-position: center;
  margin-top: 84px;
}
.contact-us-img {
  background-image: url(../images/dclick-spge-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    background-position: center;
    margin-top: 84px;
}

.privacy-policy-img {
  background-image: url(../images/dclick-spge-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    background-position: center;
    margin-top: 84px;
}

.terms-of-services-img {
 background-image: url(../images/dclick-spge-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    background-position: center;
    margin-top: 84px;
}

.about-us-img {
  background-image: url(../images/dclick-spge-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    background-position: center;
    margin-top: 84px;
}

.disclaimer-img {
  background-image: url(../images/dclick-spge-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 222px;
    background-position: center;
    margin-top: 84px;
}

.assis {
  font-size: 20px;
}

.fixed-footer {
  background-color: #014196;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed-footer p a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 7px;
  color: white;
  text-decoration: none;
}

@media (max-width: 500px) {
  .banner img {
    height: 150px;
  }

  .images {
    height: 300px;
  }

  .main img {
    margin-top: 15%;
  }
}