*, html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header
header
{
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 600px) {
header{
    text-align: center;
    margin-top:-35px;
}
}
    

body{
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}

.wrap {
    display: block;
    margin: 50px auto 40px;
    max-width: 720px;
    width: 100%;
}

header,
.subscription-area,
footer {
    padding: 0 30px;
}

header {
    text-align: center;
}

header h1 {
    font-size: 46px;
    font-weight: 700;
    color: rgb(38, 57, 82);
    line-height: normal;
}

header h3 {
    font-size: 22px;
    color: rgba(118, 94, 60, 0.953);
    background: rgba(253, 249, 217, 0.51);
    border-radius: 5px;
    padding: 20px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
header h3 {
    font-size: 18px;
    color: rgba(118, 94, 60, 0.953);
    background: rgba(253, 249, 217, 0.51);
    border-radius: 3px;
    padding: 15px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 400;
}
}
    

.subscription-area {
    margin: 20px 0px;
}

.subscription-area h5 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(47, 47, 47, 0.709804);
}

.subscription-area .fields {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subscription-area .fields input {
    font-size: 16px;
    padding: 14px 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    flex: 39%;
    margin-right: 5%;
}

.subscription-area .fields input:focus,
.subscription-area .fields input:focus-visible {
    border-color: #42B0E2;
    outline: 0;
}

.subscription-area .fields input.error {
    border-color: rgb(185, 21, 23);
    border-width: 3px;
}

.subscription-area .fields input[name="email"]{
    margin-right: 0;
}

.subscription-area .fields input[name="first_name"] {
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

.subscription-area .fields input[name="email"] {
    background-image: url(../images/email2.png);
        background-repeat: no-repeat;
        background-position: 97%;
}

.subscription-area .submit {
    width: 100%;
    color: #fff;
    background-color: rgb(61, 103, 158);
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 21px;
    font-weight: bold;
    padding: 16px 35px;
}

.subscription-area .submit:hover {
    background-color: #325481;
    cursor: pointer;
}

.subscription-area>p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    color: rgba(47, 47, 47, 0.541176);
}

.subscription-area>img {
    max-width: 100%;
    width: 310px;
    margin: 0px auto;
    display: block;
}

footer {
    margin-top: 30px;
}

footer::before {
    content: "";
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.7);
    height: 1px;
    width: 100%;
    display: block;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgb(160, 160, 160);
    margin: 30px 0 80px;
}


/*
* Loading Page
*/

.loading {
    text-align: center;
    max-width: 680px;
    padding-top: 30px;
}

.loading h1 {
    color: rgb(38, 57, 82);
    font-size: 64px;
    font-weight: 700;
    line-height: 85px;
}

.loading h2 {
    color: rgb(38, 57, 82);
    font-size: 40px;
    line-height: 45px;
    font-style: italic;
    margin-bottom: 20px;
}

.loading .progress {
    text-align: center;
    height: 35px;
    background: #f5f5f5;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loading .progress span {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite reverse;
    -o-animation: progress-bar-stripes 2s linear infinite reverse;
    animation: progress-bar-stripes 2s linear infinite reverse;
    -webkit-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -moz-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -ms-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -o-transition: width .25s ease, height .25s ease, font-size .25s ease;
    transition: width .25s ease, height .25s ease, font-size .25s ease;
    height: 35px;
    float: left;
    width: 25%;
    background-color: #428bca;
    text-align: center;
    color: #fff;
    line-height: 35px;
}

.loading h4 {
    font-size: 16px;
    color: rgb(7, 168, 7);
    margin-top:-12px;
    font-weight: normal;
}


.loading img {
    max-width: 126px;
    margin-top: 30px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

/* @media (min-width: 1200px) {
    .wrap {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .wrap {
        width: 970px;
    }
}*/

@media (min-width: 768px) {
    .wrap {
        width: 750px;
    }
    
    header,
    .subscription-area,
    footer {
        padding: 0 30px;
    }
}


@media (max-width: 767px) {
    .wrap {
        width: 100%;
        max-width: 720px;
    }

    header h1 {
        font-size: 36px;
    }

    header,
    .subscription-area,
    footer {
        padding: 0 15px;
    }

    .subscription-area .fields input {
        flex: 100%;
        margin-right: 0;
    }

    .subscription-area .submit {
        line-height: 28px;
        padding: 13px 28px;
        cursor: pointer;
    }

    .subscription-area .fields input[name="first_name"] {
        margin-bottom: 20px;
    }

    .wrap .loading {
        padding: 0 20px;
        padding-bottom: 100px;
    }

    
} 

