@media only screen and (min-width: 1500px) {}

@media only screen and (min-width: 1120px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footercontact ul li a {
    font-size: 16px;
  }

  footer .footercontact address {
    font-size: 17px;
  }

  footer .sticker {
    margin-top: -417px;
    margin-left: 107px;
    width: 50%;
  }

  footer .stk {
    width: 69%;
  }
	.dropdown:hover .dropdown-menu{
		padding-left: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .footercontact ul li a {
    font-size: 16px;
  }

  footer .footercontact address {
    font-size: 17px;
  }

  footer .sticker {
    margin-top: -366px;
    margin-left: 80px;
    width: 50%;
  }

  footer .stk {
    width: 69%;
  }
	.dropdown:hover .dropdown-menu{
		padding-left: 20px;
	}

}

@media only screen and (min-width: 478px) and (max-width: 575px) {

  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }

  .txtcen {
    text-align: center;
  }

  .quicklinks,
  .footercontact {
    padding-top: 20px;
  }

  .quicklinks h3,
  footer .footercontact h3 {
    text-align: center;
  }

  .quicklinks ul,
  .footercontact ul {
    text-align: center;
  }

  .footercontact address {
    text-align: center;
  }

  footer .footercontact ul li a {
    font-size: 18px;
  }

  footer .footercontact address {
    font-size: 18px;
  }

  .mainlogo {
    width: 60%;
  }
	.dropdown:hover .dropdown-menu{
		padding-left: 20px;
	}

}

@media only screen and (min-width: 100px) and (max-width: 478px) {

  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
  }

  .txtcen {
    text-align: center;
  }

  .quicklinks,
  .footercontact {
    padding-top: 20px;
  }

  .quicklinks h3,
  footer .footercontact h3 {
    text-align: center;
  }

  .quicklinks ul,
  .footercontact ul {
    text-align: center;
  }

  .footercontact address {
    text-align: center;
  }

  footer .footercontact ul li a {
    font-size: 18px;
  }

  footer .footercontact address {
    font-size: 18px;
  }

  .mainlogo {
    width: 60%;
  }
	.dropdown:hover .dropdown-menu{
		padding-left: 20px;
	}

}