*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* .main-body{
    position: relative;
} */
.main-page-btn{
    border: none;
    background-color: #f7b538;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.main-page-btn a{
    color: white;
    text-decoration: none;
}
.whatsapp-btn{
    cursor: pointer;
    position: fixed;
    background-color: green;
    padding: 5px;
    border-radius: 50%;
    top: 85%;
    left: 93%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.whatsapp-img{
    width: 60px;
}
.navbar-collapse{
    display: flex;
    justify-content:end;
}

.navbar-box{
    width: 80%;
}
.nav-container{
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: rgba(239, 0, 0, 0.888) 0px 7px 29px 0px;
}
.navbar-img{
    width: 13%;
}
.navbar-img img{
    width: 100%;
}
.nav-item a{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.navbar-item{
    color: black !important;
    margin: 0px 20px 0px 0px !important;
    padding: 8px !important;
}
.navbar-menu-active{
    text-decoration: underline !important;
    color: #20AD96 !important;
}
.nav-item a:hover{
    text-decoration: underline !important;
    color: #20AD96 !important;
}
.dropdown-menu{
    border: solid #20AD96 !important;
    border-width: 0px 0px 4px 0px !important;
    border-radius: 0px !important;
}
.dropdown:hover .dropdown-menu { 
    display: block; 
    background-color: none;
} 
.dropdown{
    outline: none;
    /* padding: 4px 0px !important; */
}
.dropdown-menu{
    width: 290px !important;
}
.dropdown-item:hover{
    background-color: transparent!important;
}

.banner {
    background-image:url('./assets/bg.jpg');
    height: fit-content;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
}
.banner-container{
    width: 80%;
    margin: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.banner-text{
    width: 60%;
}
.banner-form{
    width: 35%;
}
.banner-form-video-container{
    width: 100%;
    background-color: white;
    height: fit-content;
    border-radius: 15px;
    padding-bottom: 5px;
}
.banner-form-card{
    width: 32%;
    height: fit-content;
    border-radius: 15px;
}
.banner-prize-container{
    width: 100%;
    background-color: white;
    height: fit-content;
    border-radius: 15px;
    margin: 30px 0px 0px 0px;
    text-align: center;
    padding: 20px;
}
.banner-prize{
    font-family: 'Kanit', sans-serif;
}
.banner-form-card-heading{
    width: 100%;
}
.banner-form-card-heading h1{
    font-family: 'Kanit', sans-serif;
    font-size:25px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0px 10px 0px;
}
.banner-form-video video{
    width: 100%;
}
.banner-heading-container{
    background-color: white;
    width: fit-content;
    padding: 17px 10px 17px 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    font-weight: 600;
    /* border-radius: 15px; */
}
.banner-heading-container h1{
    margin: 0px;
    font-weight: bold;
    font-size: 35px;
}
h1{
    font-weight: bold !important;
}
h3{
    font-weight: bold !important;
}
.banner-heading{
    color: white;
    font-size: 55px;
    margin: 20px 0px 15px 0px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 80px;
    font-weight: bold;
}
.banner-sub-heading{
    color: white;
    font-size: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px 0px 20px 0px;
    line-height: 35px;
}
.banner-box-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.banner-box{
    background-color: white;
    width: fit-content;
    font-size: 19px;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
}
.banner-box p{
    margin: 0px;
}
.banner-form{
    background-color: white;
    height: fit-content;
    padding: 30px;
    border-radius: 15px;
}
.banner-form-container{
    width: 100%;
    font-family: 'Kanit', sans-serif;
}
.thankyou-img{
    width: 100%;
}
.form-heading{
    font-size: 23px;
    text-align: center;
    margin: 0px 10px 10px 10px;
    letter-spacing: 1px;
}
.form-text{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    text-align: center;
    margin: 5px 10px 5px 10px;
    line-height: 30px;
}
form{
    margin: 1% 0px 0px 0px;
}
input{
    width: 100%;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    border-width: 0px 0px 1px 0px;
    margin: 0px 0px 15px 0px;
    font-family: 'Nunito Sans', sans-serif !important;
}
.price{
    color: rgb(20, 165, 4);
    font-weight: 800 !important;
    font-size: 40px !important;
    margin: 0px !important;
}
.price span{
    font-size: 25px !important;
    color: black;
    text-decoration: line-through;
    text-decoration-color: red;
    margin-left: 10px;
}
.limited-text{
    font-weight: 500;
    margin: 3px 0px 10px 0px;
    font-size: 18px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.btn{
    background-color: #f7b32f !important;
    border-radius: 15px;
    font-weight: bold !important;
    font-size: 23px !important;
    border: none;
    padding: 10px 0px 10px 0px;
    width: 100%;
    caret-color: transparent;
}
input:focus{
    outline: none !important;
}

.splider_container{
    display: flex;
    justify-content: center;
    margin: 50px 0px 0px 0px;
}
.splider_content{
    text-align: center;
    width: 80%;
}
.splide{
    padding: 0px 45px 0px 45px;
}
.splider_img{
    width: 80%;
    margin-left: 25px;
}
.splide__arrow{
    background-color: transparent !important;
}


.slider-class{
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider{
    width: 100%;
}
.slider div{
    width: 100%;
    /* margin-left: 10px; */
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slick-prev:before,
.slick-next:before {
    color: black !important;
}
.png-container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0px 50px 0px;
}
.png-content{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}

.course-highlights{
    /* display: flex;
    justify-content: center; */
    margin: 0px 0px 0px 0px;
}
.course-highlights-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-cards-container{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 30px 0px 30px 0px;
}
.course-hightlights-cards{
    width: 28%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 30px 0px;
    align-items: center;
}
.card-text{
    padding: 10px;
}
.card-text h1{
    font-family: 'Kanit', sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
}
.card-text p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 17px;
    line-height: 23px;
    color: #6f716c;
}
.card-img{
    width: 40%;
    margin: 0px 10px 0px 0px;
    /* border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.course-highlights-heading{
    font-family: 'Kanit', sans-serif;
    font-size: 35px;
    letter-spacing: 1px;
    margin: 30px 0px 0px 0px;
}


.svg{
    display: flex;
    justify-content: center;
    margin: 50px 0px 100px 0px;
}
.svg-container{
    display: flex;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.svg-text{
    width: 55%;
}
.svg-img-container{
    width: 45%;
}
.vamshi-img{
    border: solid 1px red;
    width:100% !important;
}
.svg-img-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.svg-text h1{
    font-family: 'Kanit', sans-serif;
    font-size: 43px;
}
.svg-text-card{
    width: 80%;
    margin: 20px 0px 10px 0px;
}
.svg-text-card h3{
    font-family: 'Kanit', sans-serif;
    font-size: 27px;
    letter-spacing: 1px;
    margin-top: 35px; 
}
.svg-text-card p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 22px;
    line-height: 32px;
}
.line-break{
    height: 5px;
    width: 30%;
    background-color: #f7b32f;
    border: none;
    margin: 5px 0px 10px 0px;
}

.certificate-container{
    margin: 30px 0px 50px 0px !important;
}

.certificate{
    width: 40%;
}
.certificate img{
    width: 90%;
}

.certificate-txt{
    width: 50%;
}

.laptops{
    width: 100%;
}
.laptops-main{
    background-color:#f7b32f;
    border-top-right-radius: 100vw;
    border-top-left-radius: 100vw;
    display: flex;
    justify-content: center;
    margin-top: 200px;
    position: absolute;
}
.laptops-container{
    width: 80%;
    position: relative;
    top: -200px;
    left: 10px;
}
.laptop-container{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.laptop-box{
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}
.laptop{
    width: 40%;
}
.laptop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobile-container{
    width: 30%;
    height: 500px;
    /* height: 100%; */
}
.mobile-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laptop-heading{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 45px;
    text-align: center;
}


.photo{
    background-color:#f7b32f;
    display: flex;
    justify-content: center;
}
.photo-box{
    width: 100px;
    height: 100px;
    border: solid 2px white;
    border-radius: 50%;
}
.photo-logo{
    width: 130px;
    height: 130px;
}
.photo-logo img{
    width: 100%;
    height: 100%;
}
.photo-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    zoom: 50%;
}
.photos-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 50px 0px;
}
.photos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 50px 0px 10px 0px;
}
.photos-company-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px 50px 0px;
}
.company-container{
    width: 10%;
    height: 50px;
}
.company-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.photos-heading{
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-size: 20px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
.line{
   height: 50px;
   border: solid 2px white;
}

.syllabus{
    display: flex;
   justify-content: center;
   margin: 50px 0px 100px 0px;
}
.syllabus-container{
    width: 80%;
}
.syllabus-img-container{
    background-color: #004aad;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    margin: 30px 0px 0px 0px;
}
.syllabus-heading{
    font-family: 'Kanit', sans-serif;
    font-size: 40px;
}
.syllabus-img{
    width: 25%;
}
.syllabus-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 20px;
}
.download-btn-container{
    width: 60%;
    display: flex;
    justify-content: center;
}
.download-btn{
    background-color: white;
    padding: 15px 10px 15px 10px;
    font-size: 20px;
    width: 100%;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0px 2px 18px #f6f2f2;
    ;
}
.videos{
    display: flex;
    justify-content: center;
    margin: 0px 0px 100px 0px;
}
.videos-container{
    width: 80%;
}

.video-box{
    width: 33%;
}
.video-div{
    width:100%;
    height: fit-content;
}
.video-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 20px 0px;
    flex-wrap: wrap;
}
.video-box-card{
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}
.video-div iframe{
    object-fit: contain;
    width: fit-content;
    width: 100%;
}
.videos-heading{
    font-family: 'Kanit', sans-serif;
    font-size: 25px;
    margin: 10px 0px 10px 0px;
    padding-left: 30px;
}
.video-main-heading{
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
}

.program{
    background-color: #f7b32f;
    position: relative;
    top: 880px;
    display: flex;
    justify-content: center;
    padding: 0px 0px 80px 0px;
}
.program-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program-img-container{
    width: 50%;
}
.program-container{
    width: 80%;
}
.program-heading{
    font-family: 'Kanit', sans-serif;
    font-size: 25px;
}
.program-heading-white{
    background-color: white;
    padding: 5px 10px 5px 10px;
    margin: 10px 0px 0px 0px;
    width: fit-content;
}
.program-heading-img{
    width: 100%;
    height: 100%;
    margin: 20px 0px 0px 0px;
}
.program-heading-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-card-container{
    width: 35%;
    background-color: white;
    font-family: 'Kanit', sans-serif;
    padding: 30px;
    height: fit-content;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.program-card{
    border-width: 0px 0px 1px 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px 0px;
    border: solid 1px black;
}
.program-icon{
    width: 25%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.program-icon img{
    width: 80%;
    height: 100%;
    object-fit: contain;
}
.program-card-container{
    margin-top: 20px;
}
.program-card-text{
    width: 70%;
    margin-left: 10px;
}
.program-card-text h1{
    font-size: 20px;
}
.enroll-btn{
    background-color: #f7b32f;
    padding: 15px 10px 15px 10px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
}

.footer-container{
    font-family: "Montserrat", Sans-serif;
    background-color: #171621;
    margin-top: 100px;
    color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    position: relative;
    top: 780px;
}
.footer-content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 100px 0px 100px 0px;
} 
.address ul{
    padding: 0px;
}
 .explore ul li, .info ul li{
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 25px;
}
.app-icons{
    cursor: pointer;
}
.app-icons a{
    color: white;
}
.address ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 25px;
}
.explore ul li a, .info ul li a{
    text-decoration: none;
    color: white;
}
.address{
    width: 40%;
}
.explore, .info{
    width: 25%;
}
.address-section{
    display: flex;
    align-items: center;
}
.address-section p{
    margin-top: 13px;
}
.address-icon{
    padding: 0px 10px 0px 0px;
}
.apps-icon{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 0px 0px;
}
.app-icons{
    font-size: 20px;
}

.copy-rights p{
    padding: 30px 0px 100px 0px;
}
.svg-sm{
    display: none;
}
/* 0-480, 481-768,769-1279, 1280+ */
@media screen and (min-width: 320px) and (max-width:480px){
    .whatsapp-btn{
        left: 80%;
        top: 87%;
    }
    .whatsapp-img{
        width: 45px;
    }
    .banner-form-card{
        margin-top: 20px;
    }
    .banner-form-card{
        width: 100%;
    }
    /* .banner-form-video-container{
        padding: ;
    } */
    .banner-form-card-heading h1{
        font-size: 17px;
        margin: 0px;
        padding: 20px 0px 20px 0px!important;
    }
    .splider_content{
        width: 100%;
    }
    .navbar-img{
        width: 40%;
    }
    .navbar-collapse{
        justify-content: start;
    }
    .navbar-box{
        width: 100%;
    }
    .banner{
        padding: 15px;
    }
    .banner-container{
        width: 100%;
        margin: 30px 0px 0px 0px;
        flex-direction: column;
    }
    .banner-text{
        width: 100%;
    }
    .banner-heading-container{
        padding: 10px 5px 10px 5px;
    }
    .banner-heading{
        font-size: 45px;
        line-height: 70px;
    }
    .banner-sub-heading{
        font-size: 20px;
    }
    .banner-box-container{
        width: 100%;
        gap: 0px;
    }
    .banner-box{
        margin: 0px;
        margin: 5px 10px 5px 0px;
    }
    .banner-box p{
        font-size: 12px;
    }
    .banner-form{
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
    .btn{
        font-size: 20px !important;
    }
    .form-text{
        margin: 0px;
        font-size: 18px;
    }
    .course-highlights{
        margin: 0px;
    }
    .course-cards-container{
        width: 100%;
        margin: 10px 0px 0px 0px;
        gap: 0px;
    }
    .course-hightlights-cards{
        width: 100%;
        margin: 0px;
        padding: 15px;
        margin: 25px 0px 0px 0px;
    }
    .card-text{
        padding: 0px;
        width:70%
    }
    .card-text p{
        margin: 0px;
        font-size: 15px;
        line-height: 20px;
    }
    .card-text h1{
        margin: 0px;
    }
    .card-img{
       width: 25%;
        height: fit-content
    }
    .svg{
        padding: 15px;
        margin: 60px 0px 0px 0px;
    }
    .svg-container{
        width: 100%;
        flex-direction: column;
    }
    .svg-text{
        width: 100%;
    }
    .svg-text-card{
        width: 100%;
        margin: 35px 0px 0px 0px;
    }
    .svg-bg{
        display: none;
    }
    .svg-sm{
        display: block;
    }
    .svg-img-container{
        width: 100%;
    }
    .svg-sm{
        margin: 50px 0px 20px 0px;
    }
    .svg-text-card h3{
        font-size: 25px;
    }
    .svg-text-card p{
        font-size: 18px;
        line-height: 28px;
    }
    .svg-text h1{
        font-size: 40px;
    }
    .photo{
        margin-top: 70px;
    }
    .photos-container{
        padding: 15px;
    }
    .photos-container{
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .line{
        display: none;
    }
    .photos-heading{
        flex-direction: column; 
        width: 100%;
    }
    .photos-heading h1{
        font-size: 25px;
        text-align: center;
    }
    .photos{
        gap: 0px;
        margin: 0px;
        gap: 10px;
        margin-top: 20px;
    }
    .photo-box{
        width: 30%;
        height: 11%;
    }
    .photo-logo{
        display: none;
    }
    .photos-company-container{
        flex-wrap: wrap;
        gap: 10px;
    }
    .company-container{
        width: 30%;
    }
    .syllabus{
        padding: 15px;
        margin: 50px 0px 50px 0px;
    }
    .syllabus-container{
        width: 100%;
    }
    .syllabus-heading{
        font-size: 35px;
    }
    .syllabus-img-container{
        flex-direction: column;
    }
    .syllabus-img{
        width: 100%;
    }
    .download-btn-container{
        width: 100%;
        margin: 20px 0px 20px 0px;
    }
    .download-btn{
        font-size: 15px;
        padding: 10px 10px 10px 10px;
        width: 100%;
    }
    .videos{
        padding: 15px;
    }
    .video-main-heading{
        margin: 0px;
        font-size: 35px;
    }
    .videos-container{
        width: 100%;
    }
    .video-main{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .video-box{
        width: fit-content;
        margin: 0px 0px 20px 0px;
    }
    .video-div iframe{
        height: 200px;
    }
    .videos-heading{
        margin: 0px;
        padding-left: 0px;
    }
    .laptop-box{
        width: 100%;
    }
    .mobile-container{
        height: 165px !important;
        padding: 10px;
    }
    .mobile-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .laptops-main{
        width: 100%;
        margin-top: 120px;
    }
    .laptops-container{
        width: 100%;
        top: -120px;
        left: 0px;
        /* padding: 15px; */
    }
    .laptop-heading{
        font-size: 25px;
    }
    .program{
        padding: 15px;
        top: 300px;
    }
    .program-container{
        width: 100%;
        flex-direction: column;
        margin-top: 60px;
    }
    .program-img-container{
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .program-heading-img{
        width: 100%;
        height: 100%;
    }

    .program-img-container img{
        object-fit: contains;
        height: 100%;
        width: 100%;
    }
    .program-card-container{
        width: 100%;
        margin-top: 100px;
    }
    .program-heading h1{
        font-size: 30px;
    }
    .program-heading-white h1{
        margin: 0px;
    }
    .program-card-container{
        padding: 15px;
    }
    .program-card-container h3{
        text-align: center;
        margin: 0px;
    }
    .program-card-text h1{
        font-size: 18px;
    }
    .program-card-text p{
        margin: 0px 0px 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .program-card{
        padding-bottom: 20px;
    }
    .program-icon img{
        width: 90%;
    }
    .enroll-btn{
        padding: 10px 0px 10px 0px;
    }
    .footer-container{
        padding: 80px 15px 0px 15px;
        top: 200px;
    }
    .footer-content{
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .footer-content div{
        width: 100%;
    }
    .address ul, .explore ul, .info ul{
        padding: 0px !important;
    }
    .address ul li div p{
        margin: 10px;
    }
    .apps-icon{
        width: 60% !important;
    }
    .address, .explore, .info{
        margin-bottom: 50px;
    }
    .png-container{
        margin: 50px 0px 0px 0px;
        padding: 15px;
    }
    .png-content{
        width: 100%;
    }
    .main-heading{
        text-align: center;
        width: 100%;
    }
}
@media screen and (min-width:481px) and (max-width:768px){
    .whatsapp-btn{
        left: 82%;
        top: 85%;
    }
    .whatsapp-img{
        width: 55px;
    }
    .banner{
        padding: 15px;
    }
    .banner-container{
        width: 100%;
        margin: 30px;
        flex-direction: column;
    }
    .banner-text{
        width: 100%;
    }
    .banner-heading-container{
        padding: 10px 5px 10px 5px;
    }
    .banner-heading{
        font-size: 45px;
        line-height: 70px;
    }
    .banner-sub-heading{
        font-size: 20px;
    }
    .banner-box-container{
        width: 100%;
        gap: 0px;
    }
    .banner-box{
        margin: 0px;
        margin: 5px 10px 5px 0px;
    }
    .banner-box p{
        font-size: 15px;
    }
    .banner-form{
        width: 100%;
        padding: 15px;
        margin: 20px 0px 0px 0px;
    }
    .banner-form-card{
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .btn{
        font-size: 20px !important;
    }
    .form-text{
        margin: 0px;
        font-size: 18px;
    }
    .course-highlights{
        padding: 15px;
    }
    .course-cards-container{    
        width: 100%;
        gap: 0px;
    }
    .course-hightlights-cards{
        width: 48%;
    }
    .card-img{
        width: 50%;
        height: 100%;
    }
    .card-text{
        padding: 0px 0px 0px 10px;
    }
    .card-text h1{
        font-size: 18px;
        margin: 0px 0px 5px 0px;
    }
    .card-text p{
        font-size: 14px;
        line-height: 20px;
        margin: 0px;
    }
    .svg{
        padding: 15px;
        margin: 40px 0px 0px 0px;
    }
    .svg-container{
        width: 100%;
        flex-direction: column;
    }
    .svg-text{
        width: 100%;
    }
    .svg-text-card{
        width: 100%;
    }
    .svg-bg{
        display: none;
    }
    .svg-sm{
        display: block;
    }
    .svg-img-container{
        width: 100%;
    }
    .svg-sm{
        margin: 30px 0px 20px 0px;
        display: flex;
        justify-content: center;
    }
    .svg-sm img{
        width: 80%;
    }
    .svg-text-card h3{
        font-size: 25px;
    }
    .svg-text-card p{
        font-size: 18px;
        line-height: 28px;
    }
    .svg-text h1{
        font-size: 40px;
    }
    .photo{
        margin-top: 70px;
    }
    .photos-container{
        padding: 15px;
    }
    .photos-container{
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .line{
        display: none;
    }
    .photos-heading{
        flex-direction: column; 
        width: 100%;
    }
    .photos-heading h1{
        font-size: 25px;
        text-align: center;
    }
    .photos{
        gap: 0px;
        margin: 0px;
        gap: 10px;
        margin-top: 20px;
    }
    .photo-box{
        width: 20%;
        height: 15%;
    }
    .photo-logo{
        display: none;
    }
    .photos-company-container{
        flex-wrap: wrap;
        gap: 10px;
    }
    .company-container{
        width: 30%;
    }
    .photos-company-container{
        gap: 20px;
    }
    .syllabus{
        padding: 15px;
        margin: 50px 0px 50px 0px;
    }
    .syllabus-container{
        width: 100%;
    }
    .syllabus-img-container{
        justify-content: space-between;
        padding: 20px;
    }
    .syllabus-heading{
        font-size: 35px;
    }
    .syllabus-img{
        width: 35%;
    }
    .syllabus-img img{
        margin: 5px 0px 0px 0px;
    }
    .download-btn-container{
        width: 50%;
    }
    .download-btn{
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .videos{
        padding: 15px;
    }
    .video-main-heading{
        margin: 0px;
        font-size: 35px;
    }
    .videos-container{
        width: 100%;
    }
    .video-main{
        flex-direction: column;
    }
    .video-div{
        margin: 0px 0px 15px 0px;
    }
    .videos-heading{
        font-size: 30px;
        padding-left: 0px;
    }
    .video-box{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .video-div iframe{
        height: 240px;
        width: 100%;
    }
    .video-box-card{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: start; */
        align-items: start;
    }
    .laptop-box{
        width: 100%;
    }
    .mobile-container{
        height: 50%;
        object-fit: cover;
    }
    .laptops-main{
        width: 100%;
        margin-top: 120px;
    }
    .laptops-container{
        width: 100%;
        top: -120px;
        left: 0px;
        padding: 15px;
    }
    .laptop-heading{
        font-size: 25px;
    }
    .program{
        padding: 15px;
        top: 450px;
    }
    .program-card{
        margin-bottom: 10px;
        padding: 0px 0px 10px 0px;
    }
    .program-container{
        width: 100%;
        flex-direction: column;
    }
    .program-img-container{
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    .program-heading-img{
        width: 100%;
        height: 100%;
    }
    .program-img-container img{
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .program-card-container{
        width: 100%;
        margin-top: 100px;
    }
    .program-heading h1{
        font-size: 30px;
    }
    .program-icon{
        width: 20%;
    }
    .program-heading-white h1{
        margin: 0px;
    }
    .program-card-container{
        padding: 15px;
    }
    .program-card-container h3{
        text-align: center;
        margin: 0px;
    }
    .program-card-text h1{
        font-size: 18px;
    }
    .program-card-text p{
        margin: 0px 0px 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .enroll-btn{
        padding: 10px 0px 10px 0px;
    }
    .footer-container{
        padding: 80px 15px 0px 15px;
        top: 350px;
    }
    .footer-content{
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .footer-content div{
        width: 100%;
    }
    .address ul, .explore ul, .info ul{
        padding: 0px !important;
    }
    .address ul li div p{
        margin: 10px;
    }
    .apps-icon{
        width: 60% !important;
    }
    .address, .explore, .info{
        margin-bottom: 50px;
    }
    .png-container{
        margin: 50px 0px 0px 0px;
        padding: 15px;
    }
    .png-content{
        width: 100%;
    }
    .main-heading{
        text-align: center;
        width: 100%;
    }
}
@media screen and (min-width:769px) and (max-width:1440px){
    .whatsapp-btn{
        left: 90%;
        top: 87%;
    }
    .whatsapp-img{
        width: 60px;
    }
    .banner-form-card{
        width: 45%;
    }
    .banner{
        padding: 15px;
    }
    .banner-container{
        width: 100%;
    }
    .banner-text{
        width: 50%;
    }
    .banner-form{
        width: 48%;
    }
    .banner-heading-container h1{
        font-size: 25px;
    }
    .banner-heading{
        font-size: 45px;
    }
    .banner-sub-heading{
        font-size: 20px;
    }
    .banner-box p{
        font-size: 15px;
    }
    .course-highlights{
        padding: 15px;
    }
    .course-cards-container{    
        width: 100%;
        gap: 0px;
    }
    .course-hightlights-cards{
        width: 30%;
    }
    .card-img{
        width: 40%;
        height: 100%;
    }
    .card-text{
        padding: 0px 0px 0px 10px;
    }
    .card-text h1{
        font-size: 18px;
        margin: 0px 0px 5px 0px;
    }
    .card-text p{
        font-size: 14px;
        line-height: 20px;
        margin: 0px;
    }
    .svg{
        padding: 15px;
    }
    .svg-container{
        width: 100%;
    }
    .svg-text{
        width: 50%;
    }
    .svg-text-card{
        width: 100%;
    }
    .svg-text-card h3{
        font-size: 20px;
    }
    .svg-text-card p{
        font-size: 18px;
        line-height: 28px;
    }
    .svg-img-container{
        width: 48%s;
    }
    .photos{
        padding: 15px;
    }
    .photos-container{
        width: 100%;
    }
    .photos-heading{
        width: 100%;
    }
    .photos{
        width: 100%;
    }
    .photo-logo{
        display: none;
    }
    .photos-company-container{
        width: 80%;
        flex-wrap: wrap;
    }
    .company-container{
        width: 20%;
        margin: 10px;
    }
    .syllabus{
        padding: 15px;
    }
    .syllabus-container{
        width: 100%;
    }
    .syllabus-img{
        width: 40%;
    }
    .video-box{
        width: 32%;
    }
    .video-div iframe{
        width: 100%;
    }
    .videos{
        padding: 15px;
    }
    .video-main-heading{
        margin: 0px;
    }
    .videos-container{
        width: 100%;
    }
    .videos-heading {
        margin: 0px;
        padding: 0px;
    }
    .mobile-container{
        height: 300px;
    }
    .mobile-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .laptops-container{
        width: 95%;
        left: -1px;
    }
    .laptop-heading{
        font-size: 35px;
    }
    .program{
        top: 600px;
    }
    .program{
        padding: 15px;
    }
    .program-container{
        width: 100%;
    }
    .program-img-container{
        width: 50%;
    }
    .program-card-container{
        width: 48%;
    }
    .footer-container{
        top: 500px;
    }
}