  body{
        background: #ffd11d;
    }
    h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    }
    .headertitle h1 {
    font-size: 80px !important;
    line-height: 1.1 !important;
    font-weight: 800;
    color: #005296; !important;
    margin-bottom: 60px;
}
  .headertitle h3 {
    font-size: 27px;
    color: #005296; !important;
}
h1 {
    font-size: 3.5rem;
    line-height: 1.25;
}
    .headertitle h1 span {
    display: inline-block;
}
.underlinewhitenew {
    position: relative;
}
.underlinewhitenew.zn::after {
       content: url(https://newleaf.com.my/wp-content/uploads/2021/02/white-superbold-underline.svg);
position: absolute;
top: 100%;
left: 0;
width: 100%;
    margin-top: -47px;
    z-index: -4;
}
h3{
    color: #fff;
}
.counntry a{
    width: 70px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
}
.counntry a img{
    max-width: 100%;
}
.maincontent{
    max-height: none;
overflow: hidden;
height: 100vh;
}
.jeffimg{
    position: absolute;
    width: 600px;
    bottom: 0px;
}
.onlymobile {
    display: none;
}

.onlydesktop{
    display: block;
}


@media only screen and (max-width: 480px) {
  .maincontent {
    max-height: 950px;
    overflow: hidden;
    height: 950px;
}
.onlymobile {
    display: block;
}

.onlydesktop{
    display: none;
}
    .headertitle{
        text-align: center;
    }
.headertitle h1 {
    font-size: 45px!important;
    line-height: 1.1 !important;
    font-weight: 800;
    color: #005296;
    margin-bottom: 60px;
    text-align: center;
}
    h3{
        font-size: 20px;
    }  
    .underlinewhitenew.zn::after {
    margin-top: -24px;
    z-index: -4;
}
    .jeffmobile{
        height: 800px;
        position: relative;
            margin-top:0!important;
            
    }
    .mobiletxt{
        margin-top:80px!important;
    }
    .jeffimg {
    position: absolute;
    width: 100%;
    top: 70px;
}
}