.pop-up{
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 200px;
}

.subcription{
   
    flex-basis: 0;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content{
    width: 75%;
}

.sub-content h2{
    color: #000;
    margin-bottom: 25px;
}

.sub-content p{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    padding: 0 0 30px 0;
}

.subs-email{
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
    font-size: 24px;
}


.subs-send{
    width: 20%;
    padding: 15px;
    border: none;
    background: #F9D762;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #F9D762;
}

.line{
    width: 100%;
    height: 10px;
    background: #F9D762;
}

.mapI{
    position:relative;
    top: 200px;

}

.mapsg{
    width: 100%;
    min-height: 600px;
    height: auto;
}

.main_footer_box{
    position: relative;
    top: 190px;
    background-color: #f4c012;
}


@media (max-width:1200px){

    .subs-send{
        width: 50%;
    }
}

@media (max-width:1000px){

    .pop-up{
        top: 0px;
    }

    .mapI{
        top: 0px;
    }

    .mapsg{
        width: 100%;
        min-height: 400px;
        height: auto;
    }

    .main_footer_box{
        position: relative;
        top: 0px;
        background-color: #f4c012;
    }


}

@media (max-width: 920px){

    .subs-email{
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .subs-send{
        width: 100%;
        font-weight: 200;
    }

    .label{
       margin: auto;
    }

}

@media (max-width:550px){

    .subs-send{
        font-size: 18px;
    }

    .sub-content h1{
        font-size: 38px;
    }


}
