
    body{
        font-family: 'Poppins', sans-serif;
    }
    .fixed-menu-div{
        position: fixed;
        z-index: 100;
    }
    .fixed-menu{
        padding: 10px 30px;
        backdrop-filter: blur(10px) saturate(140%);
        -webkit-backdrop-filter: blur(25px) saturate(110%);
        background-color: rgb(255 255 255 / 70%);
    }
    .logo{
        width: 100%;
        max-width: 78px;
        margin-left: 29px;
    }
    .menu-list{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .menu-ul{
        margin: 0;
        padding: 0;
        display: flex;
        color: #fff;
        justify-content: end;
    }
    .menu-li{
    list-style: none;
    }
    .main-menu-a{
        text-decoration: none;
        color: #606060;
        font-weight: 600;
        padding: 10px 15px;
    }
    .main-menu-a:hover{
        color: #000000;
    }
    .banner{
height: 100vh;
background: linear-gradient(to right, rgb(25 170 187 / 100%), rgb(103 111 117 / 22%)), url(images/banner-img.jpg) center center no-repeat;
background-size: cover;
    }
    .banner h1{
        position: absolute;
    top: 28%;
    left: 80px;
    color: #fff;
    font-weight: 300;
    padding: 0 520px 0 0;
    line-height: 1.5;
    font-size: 4vw;
    }
    .banner h2 {
position: absolute;
top: 25%;
left: 140px;
color: #fff;
font-weight: 500;
padding: 0;
line-height: 1.5;
font-size: 1.5vw;
}
    .phone{
        position: absolute;
        top: 20%;
        left: 900px;
        font-weight: 500;
        padding: 0 100px 0 0;
        line-height: 1.5;
    }
    .screen{
        max-width: 310px;
        width: 100%;
    }
    .download{
        position: absolute;
        top: 75%;
        left: 80px;
        font-weight: 500;
        padding: 0 100px 0 0;
        line-height: 1.5;
        color: #fff;
    }
    .google{
        width: 100%;
        max-width: 200px;
    }
.about-programme{
margin-top: 45px;
}
.content{
color: #7a7a7a;
text-align: justify;
    font-size: 1.4vw;
    margin-top: 10px;
}
.programme-heading{
    font-size: 2.5rem;
    color: #17aab9;
}
.features{
    margin-top: 55px;
    margin-bottom: 70px;
}
.features-img{
    width: 100%;
    max-width: 400px;
}
.features-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.features-ul li{
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 30px;
}
.icon{
    padding: 0 30px;
}
.fa-check-circle{
    font-size: 3vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#17aab9), to(#3ed1e0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.li-content{
    color: #7a7a7a;
    font-size: 1.5vw;
}
.promoter-name{
    font-size: 2.5vw;
    margin-top: 0px;
    margin-bottom: 20px;
}
.download-div{
    margin-top: 60px;
    margin-bottom: 70px;
}
.download-detail-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
background-color: #ff0000;
padding: 10px;
text-align: center;
color: #fff;
font-weight: 500;
}
.footer-details h6 {
    margin: 0;
}
.footer-details a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.footer-details a:hover{
    color: #003a41;
}
.priv-pol {
    text-align: justify;
}
    .priv-pol h2 {
        color: #333;
        font-weight: 700;
        text-align: left;
    }
.sd_banner {
    height: 93vh;
    background: linear-gradient(to right, rgb(255 1 1  / 100%), rgb(84 83 83 / 22%)), url(images/background.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
    .sd_banner h1 {
        position: absolute;
        top: 50%;
        left: 116px;
        color: #fff;
        font-weight: 800;
    }
b{
    font-weight: 600;
}
@media only screen and (max-width: 1280px){
.banner h1 {
padding: 0 420px 0 0;
}
ul.course-banner__box {
top: 27rem;
}
.phone {
    padding: 0 50px 0 0;
}
}
@media only screen and (max-width: 1220px){
    .phone {
        padding: 0 0 0 0;
        left: 750px;
    }
}
@media only screen and (max-width: 1090px){
.banner h1 {
font-size: 3.5vw;
padding: 0 340px 0 0;
left: 100px;
}
.banner h2 {
font-size: 2vw;
left: 100px;
}
}
@media only screen and (max-width: 1024px){
    .screen {
        max-width: 490px;
        width: 110%;
    }
    .phone {
        padding: 0 70px 0 0;
        left: 700px;
    }
    .about-programme {
        margin-top: 50px;
    }
    .banner h1 {
        font-size: 3.5vw;
        padding: 0 375px 0 0;
        left: 60px;
        top: 35%;
    }
    .download {
        top: 70%;
        left: 60px;;
    }
    .content {
        font-size: 1.9vw;
    }
    .features {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .features-ul li {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .fa-check-circle {
        font-size: 4vw;
    }
    .li-content {
        font-size: 2vw;
    }
    .promoter-name {
        font-size: 3.3vw;
    }
    .features-img {
        max-width: 365px;
    }
    .download-div {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 950px){
    .phone {
        padding: 0 70px 0 0;
        left: 625px;
    }
    .banner h1 {
        font-size: 4vw;
    }
    .features-ul li {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 885px){
    .phone {
        padding: 0 70px 0 0;
        left: 560px;
    }
}
@media only screen and (max-width: 768px){
.banner {
height: 90vh;
}
.banner h1 {
    padding: 0 345px 0 0;
    left: 60px;
    top: 25%;
    font-size: 4.5vw;
}
.phone {
    padding: 0 150px 0 0;
    left: 490px;
}
.screen {
    width: 200%;
}
.download {
    top: 65%;
    left: 60px;
}
.about-programme {
margin-top: 60px;
}
.content {
    font-size: 2.5vw;
}
.features {
    margin-top: 25px;
    margin-bottom: 40px;
}
.fa-check-circle {
    font-size: 4.5vw;
}
.li-content {
    font-size: 2.5vw;
}
.icon {
    padding: 0 15px;
}
.promoter-name {
    font-size: 4.5vw;
    margin-top: 0px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 725px){
    .banner h1 {
        padding: 0 315px 0 0;
    }
    .screen {
        width: 200%;
        display: none;
    }
}
@media only screen and (max-width: 425px){
    .logo {
        width: 120%;
    }
.fixed-menu {
padding: 10px 1px;
}
.about-programme {
margin-top: 50px;
}
.banner {
    height: 98vh;
    background: linear-gradient(to right, rgb(25 170 187 / 100%), rgb(103 111 117 / 70%)), url(images/banner-img.jpg) center center no-repeat;
    background-size: cover;
}
.banner h1 {
    top: 68%;
    font-size: 7vw;
    padding: 0 10px 0 0;
    left: 20px;
    text-align: center;
}
.phone {
    padding: 0 0 0 0;
    left: 105px;
    top: 13%;
}
.screen {
    width: 100%;
    max-width: 185px;
    display: initial;
}
.download {
    top: 88%;
    left: 85px;
    text-align: center;
    padding: 0;
}
.google {
    width: 100%;
    max-width: 150px;
}
.download h3{
    font-size: 5vw;
}
.programme-heading {
    font-size: 2rem;
}
.content {
    font-size: 4vw;
    margin: 0;
}
ol, ul {
    padding-left: 1rem;
}
.features {
    margin-top: 40px;
    margin-bottom: 20px;
}
.features-img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}
.icon {
    padding: 0 15px 0 0;
}
.li-content {
    font-size: 4.2vw;
}
.fa-check-circle {
    font-size: 7vw;
}
.promoter-name {
    font-size: 6.5vw;
}
.download-div {
    margin-top: 40px;
    margin-bottom: 60px;
}
.download-detail-div {
    text-align: center;
}
.sd_banner h1 {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-weight: 800;
}
.footer-details a {
    line-height: 1.8;
}
}
@media only screen and (max-width: 375px){
    .main-menu-a {
        padding: 10px 10px;
    }
    .banner {
        height: 105vh;
    }
    .phone {
        padding: 0 0 0 0;
        left: 115px;
        top: 13%;
    }
    .download {
        top: 85%;
        left: 95px;
    }
    .content {
        font-size: 4.5vw;
        margin: 0;
    }
    .li-content {
        font-size: 4.6vw;
    }
    .programme-heading {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 320px){
    .fixed-menu {
        padding: 10px 1px;
        }
        .about-programme {
        margin-top: 50px;
        }
        .banner {
            height: 100vh;
            background: linear-gradient(to right, rgb(25 170 187 / 100%), rgb(103 111 117 / 70%)), url(images/banner-img.jpg) center center no-repeat;
            background-size: cover;
        }
        .banner h1 {
            top: 65%;
            font-size: 7vw;
            padding: 0 10px 0 0;
            left: 20px;
            text-align: center;
        }
        .phone {
            left: 90px;
        }
        .screen {
            width: 100%;
            max-width: 150px;
            display: initial;
        }
        .download {
            top: 84%;
            left: 60px;
            text-align: center;
            padding: 0;
        }
        .google {
            width: 100%;
            max-width: 150px;
        }
        .download h3 {
            font-size: 5.5vw;
        }
        
        b{
            font-weight: 600;
        }
        .programme-heading {
            font-size: 1.5rem;
        }
        .content {
            font-size: 5.5vw;
            margin: 0;
        }
        .features {
            margin-top: 40px;
            margin-bottom: 20px;
        }
        .features-img {
            width: 100%;
            max-width: 250px;
            margin-bottom: 20px;
        }
        .icon {
            padding: 0 15px 0 0;
        }
        .li-content {
            font-size: 5.2vw;
        }
        .fa-check-circle {
            font-size: 7vw;
        }
        .promoter-name {
            font-size: 7vw;
        }
        .download-div {
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .download-detail-div{
            text-align: center;
        }
}