@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&amp;display=swap");

/********** Template CSS **********/
/*AD Popup*/


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.blink {
  
  color: red;
  font-weight: bold;
}



.locations p{
  float: left;
  font-weight: bold;
  padding-left:0.6% ;
  color: white;
  font-size: 15px;
}
.locations p:hover{
  color:rgb(6, 238, 87);
  transition: 0.5s all;
  text-shadow: 0px 0px 5px skyblue;
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
}
.popup-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 300px;
  position: relative;
  display: table;
  margin: auto;
  z-index: 9999;
  top: 90px;
  box-sizing: border-box;
  max-width: 100%;
 
  box-shadow: 0px 0px 10px rgb(75, 218, 75);
}
.popup .close {
  cursor: pointer;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 0px;
  top: -44px;
  color: #fff;
  font-size: 30px;
  font-family: monospace;
  font-weight: 300;
}
.form-group input{
  width: 80%;
  margin: auto;
}
.form-group input select{
  width: 80%;
  margin: auto;
}
.popup .close:hover {
}

.popup-content {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .popup-inner {
    width: 80% !important;
  }
}

.text-center {
  text-align: center !important;
}

.row .pencil::before {
  content: "";
  background: url(../images/home/abc-block.png);
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.1;
  height: 150px;
  width: 145px;
  right: 12%;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control {
  appearance: auto !important;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
