.pojo-a11y-toolbar-toggle{
    display: none;
}
html{
    margin: 0 !important; 
}
body{
    margin: 0;
    font-family: 'Open Sans';
}   
    h2,h4,p{
    margin: 0;
}
.whatsappSms{
    background: url(../images/page-bg.png), #d3d3d300 -929.58px -412px / 333.233% 155.193% no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-content{
    max-width: 834px;
    padding: 0 39px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.headingHighlight{
    padding-top: 51px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.headingHighlight span{
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Open Sans'!important;
    border-radius: 20px;
    background: #07537A;
    padding: 1px 20px;
    height: 38px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}
.inner-content h2{
    font-family: 'Open Sans'!important;
    font-weight: 400;
    font-size: 42px;
    color: #096697;
}
.inner-content h4{
    font-family: 'Open Sans'!important;
    font-weight: 400;
    line-height: 150%;
    font-size: 25px;
    color: black;
    width: 396px;
    margin-left: auto;
    padding-top: 18px;
}
.inner-content p{
    font-family: 'Open Sans'!important;
    font-weight: 400;
    line-height: 140%;
    font-size: 18px;
    color: black;
    max-width: 590px;
    margin-left: auto;
    margin-top: 19px;
}
.inner-content img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 80px;
    padding-bottom: 80px;
}
.inner-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(134deg, #07537A 6%, #7B098B 128.04%);
    box-shadow: 0px 0px 4px 0px #D9D9D9, 0px 4px 10px 0px rgba(217, 217, 217, 0.50);
}
.foo-content{
    max-width: 834px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.foo-content img{
    width: 128px;
}
.foo-content a{
    font-family: 'Open Sans'!important;
    font-size: 18px;
    color: white;
    font-weight: 700;
    text-decoration-line: underline;
}
@media only screen and (max-width: 500px){
    .headingHighlight span{
        font-size: 18px;
        height: 30px;
    }
    .inner-content{
        padding: 0 20px;
    }
    .inner-content h4{
        width: unset;
        font-size: 20px;
    }
    .inner-content h2{
        font-size: 26px;
    }
    .inner-content img{
        margin-top: 80px;
        width: 75%;
    }
    .foo-content img{
        width: 80px;
    }
    .foo-content a{
        font-size: 12px;
    }
}