/* Air Time Advertising */
.w3l-airtime-advertising-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/chinatown.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-airtime-advertising-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600; }

.w3l-airtime-advertising-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px; }

.w3l-airtime-advertising-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: var(--primary-color); }

.w3l-airtime-advertising-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-airtime-advertising-breadcrum .breadcrum-bg h2 {
    font-size: 40px; } }

@media (max-width: 600px) {
  .w3l-airtime-advertising-breadcrum .breadcrum-bg h2 {
    font-size: 35px; } }
    
.input_field {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none; 
     -moz-appearance: none;
          appearance: none;   
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  height: 300px;
  line-height: 24px;
  border-radius: 4px;
  outline: none;
  resize: none;
  -webkit-appearance: none; 
     -moz-appearance: none;
          appearance: none;  
}  
  
.button {
  background-color: #eee; /* Gray */
  border: none;
  color: #444; /* White */
  width: 100%;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;    
}

.button:hover {
  background-color: #ccc; /* Dark Gray */
  cursor: pointer; 
  font-weight: bold;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}  
  
/* The Air Time Advertising Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 10px;  
  width: 97%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Air Time Advertising Modal Close Button */
.airtimeAdvertisingModalClose {
  color: #183982;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.airtimeAdvertisingModalClose:hover,
.airtimeAdvertisingModalClose:focus {
  color: #da251c;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 12px;
  color: black;
  font-weight: bold;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  color: black;
  text-align: left!important;
}

/* 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%;
   }
}    
