﻿.position-relative { position: relative !important; }
.page-top-line {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #03275a;
}
.page-top-number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #03275a !important;
    font-size: 36px;
    font-weight: 500;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border: 1px solid #03275a;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

}

.m-top-1 { margin-top: 0px; }
.m-top-2 { margin-top: 0px; }
.m-top-3 { margin-top: 75px; }

@media (min-width: 601px) and (max-width: 768px) {

    .page-top-number {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: -40px;
        margin-left: -40px;
        font-size: 30px;
    }
    .m-top-2 { margin-top: 50px; }

}

@media (min-width: 0px) and (max-width: 600px) {

    .page-top-number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -30px;
        margin-left: -30px;
        font-size: 22px;
    }
    .m-top-2 { margin-top: 25px; }
    .m-top-3 { margin-top: 50px; }

}