.style1 {
	color: #002448;
	font-size: 16px;
}
body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.testHeading
{
    width: 100%;
    background-color: #006699;
    color: #fff;
}
.testHeading .content
{
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    max-width: 960px;
    min-height: 110px;
}
.testHeading img
{
    width: 100px;
    display: block;
    float: left;
    margin-right: 20px;
}
.testHeading .subLogo
{
    height: 100px;
    display: block;
    float: left;
    padding-top: 28px;
    text-align: left;
    font-size: 12px;
}
.testHeading .testName
{
    display: inline-block;
    width: 60%;
    height: 110px;
    position: relative;
}
.testHeading .testName h1
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    width: 90%;
}
.testContainer h2
{
    color: #006699;
}
.testContainer h4
{
    color: #006699;
    text-decoration: underline;
    margin-bottom: 10px;
}

.testContainer
{
    margin:0 auto;
    padding: 20px;
    display: block;
    max-width: 960px;
    width: 100%;   
    color: #000;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 0 0 50px 0;
    -webkit-box-shadow: 10px 10px 32px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 32px -2px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 32px -2px rgba(0,0,0,0.75);

}

.testContainer .testDocumentation img
{
    display: block;
    margin-bottom: 5px auto;
    width: 100%;
}

*:focus {
    outline: none;
}

.testCounter
{
    width: 200px;
    display: block;
    margin: 10 auto;
    text-align: center;  
    text-transform: uppercase;  
    font-weight: bold;
}

.testCounter input
{
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    color: #ff2121;
}

.testButton
{
    width: 200px;
    padding:20px;
    text-align: center;
    display: block;
    margin:10px auto;
    border: 2px solid #fff;
    background-color: #006699;
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;  
    font-size: 16;
    font-weight: bold;  
    transition: .3s linear all;
}
.testButton:hover
{
    color: #006699;
    background-color: #fff;
    border: 2px solid #006699;
}