.mcc-popup{
  display: none;
}
.mcc-popup-toggler.style-1{
  display: inline-block;
  font-family: "Questrial", Sans-serif;
  color: #000000;
  background-color: #ffc425;
  border: 2px solid #ffc425;
  border-radius: 30px 30px 30px 30px;
  font-size: 15px;
  padding: 12px 24px;
}
.mcc-popup-toggler.style-1:hover{
  background: #fff;
}

.mcc-popup-toggler.style-2{
  display: inline-block;
  font-family: "Questrial", Sans-serif;
  color: #000000;
  background-color: #fff;
  border: 2px solid #ffc425;
  border-radius: 30px 30px 30px 30px;
  font-size: 15px;
  padding: 12px 24px;
}
.mcc-popup-toggler.style-2:hover{
  background: #ffc425;
}

.overlay{
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.mcc-popup{
  position: fixed;
  top: 90px;
  left: 50%;
  right: 50%;
  margin-left: -500px;
  display: none;
  z-index: 2;
  width: 1000px;
  max-width: 90%;
  background: #fff;
}
.mcc-popup p{
  margin-bottom: 5px;
}
.mcc-popup .close-popup{
  display: block;
  height: 10px;
  width: 10px;
  background: url(../img/tmp89.png) no-repeat;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
}

@media (max-width: 1000px){
  .mcc-popup{
    left: 2%;
    right: 2%;
    margin-left: 0;
    width: 96%;
    max-width: 96%;
  }
}
