    

    .globaldaynew .world-modal {
        display: none;
    }
    .world-modal {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        visibility: visible;
        transform: scaleX(1.0) scaleY(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
        font-family: sans-serif;
        z-index: 999999;
    }

    .poup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding-bottom: 24px;
        width: 600px;
        min-height: 320px;
        /* border-radius: 0.5rem; */
        border: 6px solid #FF485E;
    }

    .poup-head {
        padding: 26px 28px 26px 28px;
    }

    .poup-content h2 {
        margin: 0 !important;
        padding: 0!important;
        margin-bottom: 21px!important;
        font-family: "Mr Alex";
        font-size: 38px;
        font-weight: bold;
        line-height: 42px;
        color: #545454;
        background: none!important;
        text-shadow: none!important;
        letter-spacing: inherit!important;
    }

    .poup-content h2 span {
        color: #3B9FC8;
    }

    .poup-content p {
        color: #545454;
        font-family: "Ropa Sans";
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        max-width: 450px;
        margin-left: 0;
        margin-right: auto;
        text-align: left!important;
    }

    .poup-head {
        background-color: #F6F6F6;
    }

    .close-button {
float: none;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -75px;
    z-index: 44;
    height: 35px;
    width: 25px;
    /* margin-right: -5px; */
    line-height: 35px;
    margin-top: -7px;
    }
    .disable-modal {
        opacity: 0;
        visibility: hidden;
        transform: scaleX(1.1) scaleY(1.1);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
/*         top: -9999px !important;
        left: -9999px !important;
        display: none; */
        z-index: -10;
    }

    .poup-baloon {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -168px;
        margin-right: -65px;
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }

    .poup-baloon:hover {
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .result_hover {
        margin-top: -161px;
        margin-right: -67px;
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }

    .poup-action {
      color: #FFFFFF; 
      font-family: "Ropa Sans"; 
      line-height: 1.2em;
      font-size: 18px;
      text-align: center;
      background-color: #f05461;
      padding: 18px 35px;
      display: inline-block;
        text-decoration: none;
        margin-top: 24px;
        z-index: 88;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }

    .poup-action:hover {
        background-color: #e64654;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }

    .close-poup {
        color: #bdbdbd;
        font-family: "Ropa Sans";
        font-size: 15px;
        line-height: 16px;
        text-align: center;
        margin-top: 18px;
        display: inline-block;
        z-index: 88;
        position: relative;
    }

    .close-poup:hover {
        color: #afaeae;
    }

    .close-button {
        color: #dedede;
        font-family: "Ropa Sans";
        font-size: 21px;
        line-height: 35px;
    }

    .counters-baloon {
        text-align: center;
        padding-top: 5px;
    }

    .counters-baloon span {
        display: inline-block;
        color: #afafaf;
        font-family: "Ropa Sans";
        font-size: 16px;
    }

    .counters-baloon span:first-of-type {
        margin-right: 20px;
    }

    .counters-baloon span a {
        font-size: 18px;
    }
    
    @media only screen and (max-width: 50rem) {

        h1 {
            font-size: 1.5rem;
        }
        .modal-content {
            width: calc(100% - 5rem);
        }
    }

    @media only screen and (max-width: 767px) {

        .world-modal {
            display: none!important;
        }
    }