body{
    font-family: "Poppins", Sans-serif;
}
.loghead{
    border: 3px solid #000;
    border-radius: 30px;
    padding: 8px 30px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
.displinl{
    display: inline !important;
}
.row{
    margin: 0;
    padding: 0;
}
.head{
    padding: 15px;
    height: 90px;
}
.signhead{
    border: 3px solid #000;
    border-radius: 30px;
    padding: 8px 30px;
    background-color: #000;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.healphead{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-stretch: ultra-condensed;
    margin-right: 20px;
}
.linkwrp{
    padding-top: 14px;
}
.section1{
    background-color: #60CDFF;
    padding: 30px 0;
    /* height: 700px; */
}
.headin1{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    font-size: 80px;
    color: #000;
    padding: 20px 10%;
}
.frame{
    background-color: #fff;
        border-radius: 30px 30px 0px 0px;
}
.wrpfrm{
    padding: 0px 38%;
    position: relative;
    top: -400px;
}
.heafrmp{
    padding: 20px;
    color: #4a4949;
    font-weight: 700;
    font-size: 20px;
}
.bgfrm{
    background-image: url('../img/bg.jpg');
    background-size:auto;
    background-repeat: no-repeat;
    height: 400px;
    background-position: center;
}
.section2{
    padding: 40px 10%;
}
.imgsec2{
    width: 100%;
    mask-clip: calc(100% - 100px);
}
.heasec2{
    font-size: 45px;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
    width: 70%;
}
.p1sec2{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    width: 70%;
}
.footer{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
}
@media screen and (max-width: 600px) {
    .loghead {
        border: 2px solid #000;
        padding: 3px 20px;
        font-weight: 500;
        font-size: 13px;
    }
    .signhead {
        border: 2px solid #000;
        padding: 3px 20px;
        font-weight: 500;
        font-size: 13px;
    }
    .healphead {
        font-size: 13px;
        font-weight: 400;
        font-stretch: ultra-condensed;
        margin-right: 10px;
    }
    .head {
        padding: 15px 0px;
    }
    .headin1{
        font-weight: 900;
        line-height: 1.1;
        font-size: 40px;
        color: #000;
        padding: 20px 3%;
    }
    .heasec2 {
        width: 100%;
    }
    .p1sec2 {
        width: 100%;
    }
}
