body {
    font: 5px/1.85em 'roboto';
    color: #888888;
    font-weight: 100;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
 /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background: #FFFFFF;
}

.templatemo_contacttitle {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.templatemo_sub_contacttitle {
    width: 100%;
    font-size: 12px;
    color: #91bf24;
    text-align: left;
    margin-bottom: 50px;
}
.templatemo_contact {
    margin: 30px;
    width: 100%;
    margin-left: 15%;
    float: left;
    
}
.templatemo_contactform input, textarea, select {
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #393939;
    padding: 4px 6px;
       margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
     margin-right:0%;
    float: center;
    font: 'roboto';

 
}
.templatemo_contactform textarea {
    height: 50px;


}
.templatemo_contactform .btn-primary {
    background-color: #00dcff;
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    outline: none;
    cursor: pointer;   
}
.templatemo_contactform .btn-primary:hover {
    background: #3aadbf;


}

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: ;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;

}
.window-notice .content {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
