/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
    /* background: #dde4fd; */
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}

@font-face {
    font-family: 'DMSans-ExtraBold';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/DMSans-ExtraBold.ttf) format('truetype');
}

.inter-text-para {
    text-align: center;
    padding: 50px;
}

.inter-text-para img {
    width: 155px;
    margin-bottom: 30px;
}

.inter-text-para h1 {
    color: #249442;
    font-size: 55px;
    text-align: center;
    font-family: 'DMSans-ExtraBold';
    margin-top: 10px;
}

.body-comming {
    display: flex;
    align-items: center;
    height: 100vh;
}
.up-head {
    font-size: 25px;
    font-weight: 600;
}
.mail {
    font-size: 25px;
    margin-top: 50px;
    background: #249442;
    padding: 10px 0;
    color: #fff;
}

.border-right {
    border-right: 1px solid #c5c5c5;
}

.uniply-logo {
    width: 250px !important;
}

.inter-text-para h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 4px;
    font-weight: 700;
}

.inter-text-para h3 {
    color: #026a39;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

.inter-text-para p {
    font-size: 34px;
    line-height: 60px;
    color: #111;
    margin-bottom: 0;
    margin-top: 49px;
}

.inter-text-para p a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .content h1 {
        font-size: 40px;
    }

    .content img {
        width: 100%;
    }

    ul {
        padding-left: 0;
    }

    li {
        width: 100%;
        margin: 20px 0 0;
        height: auto;
    }

    .border-right {
        border-right: 0px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
    }


    .inter-text-para h1 {
        font-size: 40px;
        text-align: center;
    }
    .inter-text-para p {
        font-size: 22px;
        line-height: 37px;
        color: #111;
        margin-bottom: 0;
        margin-top: 49px;
    }

    .mail {
        font-size: 20px;
    }

    .inter-text-para h2 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .inter-text-para h3 {
        color: #026a39;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .inter-text-para {
        text-align: center;
        padding: 25px 0;
    }

}