    /* The modal_o_mobile (background) */
    .modal_o_mobile {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      z-index: 100000;
      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_o_mobile Content */
    .modal_o_mobile-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
      position:relative;
    }

    /* The Close Button */
    .modal_o_mobile .close {
      color: #aaaaaa;
      font-size: 28px;
      font-weight: bold;
      position:absolute;
      top:10px;
      right:10px;
      z-index:10000;
    }

    .modal_o_mobile .close:hover,
    .modal_o_mobile .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    @media(max-width:400px){
        .modal_o_mobile-content p{
            line-height: 19px !important;
        }

        .modal_o_mobile-content h1{
            font-size: 20px;
        }
    }


#stickLayer {
    outline:5px dotted #27ae61;
}

@media(max-width:768px){
    #stickLayer {
        height: auto !important;
        width: 80% !important;
        transform: translateX(-50%) !important;
        margin-left: 0px !important; 
        margin-top: -131.5px !important;
    }
}

@media(max-width:500px){
    #stickLayer {
        margin-top: -200px !important;
    }

    #stickLayer h1{
        font-size: 20px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

#stickLayer h1{
    margin-bottom:12px;
    color:red;
    text-align:center;
}

#stickLayer .extra,
.modal_o_mobile-content .extra{
    border-bottom:3px solid #27ae61;
}

#exit-popup-form{
    position:relative;
    margin-top:12px;
}

#exit-popup-form input[type="email"]{
    width:100%;
    padding:10px;
    border:1px solid #000;
}

#exit-popup-form input[type="submit"]{
    position:absolute;
    top:0px;
    right:0px;
    height:100%;
    width:100px;
    color:#fff;
    background:#27ae61;
}

#exit-popup-form input[type="submit"]:hover{
    background:#fff;
    color:#27ae61;
    transition:1s;
}

.stick_close{
    left:none !important;
    width:30px !important;
    right: 20px !important;
}

.modal_o_mobile-content h1{
    margin-bottom:12px;
    color:red;
    text-align:center;
}

#stickLayer ul li{
  font-weight:600;
  font-style:italic;
}

