/* Legal */
.w3l-legal-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 33, 71, 0.8), rgba(0, 33, 71, 0.8)), url("../../assets/images/bookshelf.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-legal-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600; }

.w3l-legal-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px; }

.w3l-legal-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: var(--primary-color); }

.w3l-legal-breadcrum .breadcrum-bg p a:hover {
  text-decoration: underline;
  color: #fff; }

.py-sm-5 {
  padding-top: 3rem !important; }

.py-sm-5 {
  padding-bottom: 3rem !important; }

.py-4 {
  padding-top: 1.5rem !important; }

.py-4 {
  padding-bottom: 1.5rem !important; }

.container {
  min-width: 100% !important; }

 .py-lg-3 {
  padding-top: 1rem !important; }

 .py-lg-3 {
  padding-bottom: 1rem !important; }

@media (max-width: 736px) {
  .w3l-legal-breadcrum .breadcrum-bg h2 {
    font-size: 40px; } }

@media (max-width: 600px) {
  .w3l-legal-breadcrum .breadcrum-bg h2 {
    font-size: 35px; } }
    
/* When the screen is greater than 500, set the modal */
@media screen and (min-width: 500px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 600, set the modal */
@media screen and (min-width: 600px) {
   .modal-content {
	width: 70%;
   }
}

/* When the screen is greater than 800, set the modal */
@media screen and (min-width: 800px) {
   .modal-content {
	width: 50%;
   }
}

/* When the screen is greater than 1024, set the modal */
@media screen and (min-width: 1024px) {
   .modal-content {
	width: 40%;
   }
}
/* When the screen is greater than 1280, set the modal */
@media screen and (min-width: 1280px) {
   .modal-content {
	width: 30%;
   }
}
/* When the screen is greater than 1600, set the modal */
@media screen and (min-width: 1600px) {
   .modal-content {
	width: 30%;
   }
}  
