@font-face {
    font-family: 'Allianz Neo';
    src: url('../fonts/allianz-neo/AllianzNeo.eot'); /* IE9 Compat Modes */
    src: url('../fonts/allianz-neo/AllianzNeo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/allianz-neo/AllianzNeo.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/allianz-neo/AllianzNeo.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/allianz-neo/AllianzNeo.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/allianz-neo/AllianzNeo.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
html, body, main, h1, h2, h3{
    margin: 0;
    padding: 0;
    font-family: 'Allianz Neo', sans-serif;
    color: #5A5360;
}
html{
    height: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
    position: relative;
    min-height: 100%;
}
/* site wise css */
header{
    border-bottom: 1px solid #ededed;
}
figure.logo{
    width: 150px;
    padding: 0;
    margin: 15px;
}
figure.content{
    width: 165px;
    margin: 0 auto;
    padding: 40px 0 25px;
}
img{
    width: 100%;
    height: auto;
}
.page-header-section{
    background: #e6f4f6;
    padding: 60px 0;
    text-align: center;
}
.page-header-section h1{
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-header-section h2{
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0 0;
}
.page-content-section{
    color: #9E9E9E;
    text-align: center;
    font-size: 16px;
}
.page-content-section h3{
    font-size: 26px;
    font-weight: 200;
    color: #9E9E9E;
}
footer{
    border-top: 1px solid #ededed;
    color: #9E9E9E;
}
footer div{
    width: 100%;
    padding: 10px;
    text-align: center;
}
figure.phone{
    padding: 0;
    margin: 0;
    width: 18px;
    height: 19px;
    float: left;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    figure.logo{
        width: 110px;
    }
    .page-header-section h1{
        font-size: 46px;
    }
    .page-header-section h2{
        font-size: 30px;
    }
    .page-content-section h3{
        font-size: 42px;
    }
    .page-content-section p{
        width: 80%;
        margin: 0 auto;
        line-height: 24px;
        padding-top: 20px;
    }
    figure.content{
        width: 165px;
        margin: 0 auto;
        padding: 80px 0 30px;
    }
    footer{
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header div, footer div{
        max-width: 1170px;
        margin: 0 auto;
    }
    .page-content-section h3{
        width: 40%;
        margin: 0 auto;
        padding-bottom: 28px;
    }
    .page-content-section p{
        width: 35%;
        margin: 0 auto;
        padding-top: 0;
    }
    footer div div:first-child{
        width: 75%;
        float: left;
        padding: 30px 0;
        text-align: left;
    }
    footer div div:last-child{
        width: 25%;
        float: right;
        padding: 30px 0;
        text-align: right;
    }
}
