.section {
    width: 100%;
    padding: 2vh 10%;
}
.top-navtext a {
    color: #000;
}
.top-navtext a:hover {
    text-decoration: none;
    color: #000;
}
.section p {
    font-size: 1.1vw;
}
.top-banner-sec {
    width: 100%;
    padding: 1vh 6%;
}
.prod-main-text {
    text-align: center;
    padding: 5vh 10%;
    padding-bottom: 2vh;
    letter-spacing: .5px;
    line-height: 1.5;
}
.prod-main-text h1 {
    font-size: 1.3vw;
    letter-spacing: .5px;
    font-family: nevis;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
}
.prod-main-text sup {
    font-size: 0.6vw;
    top: -0.8em;
}
.prod-section {
    width: 100%;
    padding: 4vh 10%;
    color: #000;
    padding-bottom: 10vh;
    background: linear-gradient(to bottom,
            #fff 0%,
            #fff 24%,
            #CFE0EA 24%,
            #CFE0EA 100%);
}
.prod-text-img {
    width: 100%;
    display: flex;
}
.prod-img-sec {
    width: 45%;
    float: left;
    padding: 1.6% 1.6%;
}
.prod-img-sec img {
    width: 100%;
}
.prod-text-sec {
    width: 55%;
    float: left;
}
.prod-section h4 {
    margin: 1.5vh 0px;
    margin-top: 3vh;
    font-size: 1.3vw;
    letter-spacing: .5px;
    line-height: 1.5;
    font-weight: 600;
}
.prod-section p {
    margin-top: 10px;
    font-size: 1.1vw;
    letter-spacing: .5px;
    padding-right: 20%;
    line-height: 1.6;
}
.prod-section a {
    color: #000;
}
.featuresec p {
    line-height: 1.3;
    margin-bottom: 1.3rem;
}
.download-section {
    width: 100%;
    padding: 4vh 2vw;
    display: inline-flex;
    justify-content: center;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: nevis;
}
.download-btn:hover {
    color: #000;
    text-decoration: none;
}
.download-btn {
    background: #EF7F1A;
    padding: 10px 10px;
    margin: 0px 1vw;
    color: #000;
}
.download-btn img {
    height: 25px;
    margin-top: -5px;
}
.enquire-btn:hover {
    color: #fff;
    text-decoration: none;
}
.enquire-btn {
    background: #096486;
    padding: 10px 30px;
    margin: 0px 1vw;
    color: #fff !important;
}
@media (max-width:768px) {
    .section {
        width: 100%;
        padding: 1vh 5%;
    }
    .top-navtext {
        padding-bottom: 0vh;
    }
    .top-banner-sec {
        padding: 1vh 0%;
    }
    .section p {
        font-size: 1.2rem;
    }
    .prod-main-text {
        padding: 1vh 5%;
        padding-bottom: 1vh;
    }
    .prod-main-text h1 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .prod-main-text sup {
        font-size: .9rem;
        top: -0.5em;
    }
    .prod-section {
        padding: 1vh 5%;
        padding-bottom: 6vh;
    }
    .prod-text-img {
        flex-direction: column;
        padding: 1vh 5%;
    }
    .prod-img-sec {
        width: 100%;
        padding: 1.6% 1.6%;
    }
    .prod-text-sec {
        width: 100%;
    }
    .prod-section h4 {
        margin-top: 2vh;
        font-size: 1.4rem;
    }
    .prod-section p {
        margin-top: 10px;
        font-size: 1.2rem;
        padding-right: 3%;
    }
    .featuresec p {
        margin-bottom: 1rem;
    }
    .download-section {
        padding: 2vh 1vw;
        font-size: 1.4rem;
    }
    .download-btn {
        padding: 10px 10px;
        margin: 0px 1vw;
    }
    .download-btn img {
        height: 25px;
        margin-top: -5px;
    }
    .enquire-btn {
        padding: 10px 30px;
        margin: 0px 1vw;
    }
}
.footer {
    margin-top: 0vh;
}