h1:not(.site-title):before, h2:before{
display:none;
}
.popup-overlay-wrap {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(41, 30, 47);
  color: rgb(255, 255, 255);
  font-family: "Roboto-Medium";
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}

.popup-overlay-wrap a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.popup-overlay-wrap a:hover, .popup-overlay-wrap a:focus {
  color: #f1f1f1;
}

.popup-overlay-wrap .closebtn {
  position: relative;
   top: 0;
   float: right;
  right: 45px;
  font-size: 50px;
  cursor: pointer;
  color: #fff;
}
.popup-overlay-wrap h1{
  font-size: 26px;
    margin: 0;
}
.sub-info{
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.popup-overlay-wrap .custom-input { 
  margin-bottom:10px;
}
.popup-overlay-wrap .custom-input input, .popup-overlay-wrap .custom-input select{
  font-size: 16px;
  padding: 10px 15px;
  height: 56px;
  border-radius: 0;
  border: none;
  border: 1px solid #ddd;
  width: 100%;
  color: #444;
    background-color: #fff;
}
.popup-overlay-wrap .custom-input textarea{
  font-size: 16px;
  padding: 10px 15px;
  height: 110px;
  border-radius: 10px;
  border: none;
  border: 1px solid #ddd;
  width: 100%;
  resize: none;
  color: #444;
}
.popup-overlay-wrap .custom-input input:focus, .popup-overlay-wrap .custom-input textarea:focus{ 
  outline:none; 
  border: 1px solid #3e9ed6;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}
.popup-overlay-wrap .custom-input label.required:after {
    content: " *";
    font-size: 13px;
    vertical-align: top;
}
.popup-overlay-wrap .custom-input label.required:after, .popup-overlay-wrap .custom-input label.required:after {
  color: rgb(0, 150, 136);
}
.popup-overlay-wrap .custom-input .error label.required:after, .popup-overlay-wrap .custom-input .error label.required:after {
  color: rgb(221,44,0);
}
.popup-overlay-wrap .btn-help-plan{
  color: #291e2f;
  font-weight: 700;
  font-size: 24px;
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 0;
  background-color: #fff;
}
.popup-overlay-wrap .btn-help-plan:hover{
  background-color: #ddd;
}
.first-step-popup{
  /*display: none;*/
}
.second-step-popup{
  display: none;
  margin-top: 16%;
}



 .selectBox{    margin-bottom: 10px;}
 .selectBox select{ width: 100%;    height: 56px;}
 #checkboxes{display: block;
   width: 95%;
   border: none;
   padding: 15px;
   margin-top: -10px;
    height: 86px;
    overflow-y: scroll;
    position: absolute;
    z-index: 9;
    background: rgb(107, 86, 119);
}

#checkboxes label {
   display: block;
   text-align: left;
   font-size: 18px;
    cursor: pointer;
}
#checkboxes label.selected{
    color: #4ec5e3;
}
input[type=checkbox]   {margin: 0 10px 0px 0px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
}




/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .overlay-content {
    top: 5%;
  }
  .overlay-content{
    width: 80%;
    margin: auto;
  }
  .popup-overlay-wrap .closebtn {
    top: 6px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
  }
  .popup-overlay-wrap h1 {
    font-size: 26px;
  }
  .sub-info {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .popup-overlay-wrap .btn-help-plan {
    font-size: 18px;
  }
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
  .overlay-content{
    width: 100%;
    margin-top: 0;
  }
  .overlay-content {
    top: 1%;
  }
  .popup-overlay-wrap .closebtn {
     z-index: 9999999;
   top: 3px;
   right: 20px;
   font-size: 38px;
   cursor: pointer;
  }
  .popup-overlay-wrap h1 {
    font-size: 20px;
  }
  .sub-info {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .popup-overlay-wrap .btn-help-plan {
    font-size: 16px;

  }
}





