#id02 .titleLP {
    color: white;
    background-color: #00324F;
    font-size: 24px;	
    font-weight: 900;	
    letter-spacing: 0.05px;
    line-height: 28px;	
    text-align: center;
    box-shadow: 0 9px 20px 0 rgba(171,180,189,0.15);
    padding: 30px 0 25px;
    margin: 0;
    border-radius: 20px 20px 0 0;
}

#id02 .titleLP div{
    color: white;
}

#id02 .titleLP pre{
    color: white;
    background-color: transparent;
    border: none;
    font-size: 24px;	
    font-weight: 900;	
    letter-spacing: 0.05px;
    line-height: 28px;	
    font-family: Roboto;	
    padding: 0;
}


#id02 .titlecolu div{
    color: rgba(0,0,0,0.85);	
    font-size: 20px;	
    font-weight: 900;
    line-height: 24px; 
    font-family: Roboto;
}

#id02 .titlecolu pre{
    color: rgba(0,0,0,0.85);	
    font-size: 20px;	
    font-weight: 900;
    line-height: 24px; 
    font-family: Roboto;
    background-color: transparent;
    border: none;
    padding: 0;
}

#id02 .close{
    position: absolute;
    top: 16px;
    right: 22px;
    color: white;
    font-size: 41px;
    opacity: 1;
    font-weight: lighter;
    cursor:pointer;
}

#id02 .sendpaper{
    width: 300px;
    margin: auto;
    justify-content: center;
    margin-top:110px;
    margin-bottom:38px;
}

#id02 .subtext{
    color: rgba(0,0,0,0.85);	
    font-family: Roboto;	
    font-size: 20px;	
    font-weight: 900;	
    line-height: 24px;
    text-align: center;
    margin-bottom:10px;
}

#id02 .bottomText{
    color: #1D2029;	
    font-family: Roboto;	
    font-size: 18px;	
    line-height: 30px;	
    text-align: center;
    margin-bottom:20px;
}

#id02 .button{
    margin:auto;
    text-align:center;
}

#id02 button.call_button{
    margin-top: 17px;
    width: 260px;
    height: 55px;
    border-radius: 4px;
    background-color: #00324F;
    color: #fff;	
    font-size: 18px;	
    font-weight: 900;	
    line-height: 21px;
    font-family: Roboto;
    border: none;
    text-align: center;
    cursor:pointer;
}


#id02 .call_button:hover {
    background-color: #004166;
    transition: 0.5s;
}


/*TABLET*/
@media (min-width: 700px) and (max-width: 991px) {
    #id02 .close {
        top: 8px;
        right: 18px;
        opacity: 0.9;
        color: white;
    }

    #id02 .titleLP {
        font-size: 16px;
        line-height: 19px;
        padding: 34px 22px 29px;
        margin: 0;
    }

    #id02 .button {
        margin: auto;
        text-align: center;
        background: white;
        padding-bottom: 39px;
        padding-top: 9px;
    }

    #id02 .sendpaper{
        margin-top: 50px;
        margin-bottom: 31px;
    }
}

/*MOBILE*/
@media (max-width: 699px) {
    #id02 .titleLP {
        font-size: 15px;
        line-height: 18px;
        padding: 34px 22px 29px;
        margin: 0;
    }

    #id02 .sendpaper{
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #id02 .sendpaper img{
        width: 75%;
        margin: 12.5%;
    }

    #id02 .subtext{
        font-size: 15px;	
        line-height: 18px;
    }

    #id02 .bottomText{
        font-size: 15px;	
        line-height: 25px;
        margin-bottom:10px;
    }

    #id02 .close {
        top: 4px;
        right: 12px;
        opacity: 0.9;
        color: white;
        font-size: 38px;
    }

    #id02 .button {
        margin: auto;
        text-align: center;
        background: white;
        padding-bottom: 39px;
        padding-top: 9px;
    }

    #id02 button.call_button {
        margin-top: 17px;
        height: 39px;
        border-radius: 6px;
        font-size: 15px;


}