@media screen and (max-width:1024px) {
    
}

@media screen and (max-width: 991px){
     
}
@media screen and (max-width:767px){

}

@media (min-width: 576px){
   
}


@media screen and (max-width:430px){
    /* my section */
    .nav-logo {
        width: 150px;
    }
    .corp-btn {
        margin-top: 15px !important;
    }
    .corporate-btn {
        font-size: 10px;
        padding: 10px;
        margin-top:0px;
        margin-left: -5px;
    }
    .d-mob {
        display: none !important;
    }
    .h1-sec-1 {
        font-size: 55px !important;
        font-weight: 600 !important;
    }
    .h3-sec-1 {
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .p-sec-1 {
        font-size: 18px !important;
    }
    .mob-apply-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .apply-btn {
        width: 100%;
        padding: 10px;
        font-size: 15px;
    }
    .hero-img {
        width: 90%;
        height: 90%;
    }
    .mob-align {
        text-align: center !important;
    }
    .d-graphic-1 {
        display: none;
    }
    .h2-main {
        font-size: 28px;
    }
    .graphic-1-mobile {
        width: 60%;
        margin: auto;
        display: block;
    }
    .para-font {
        font-size: 15px;
    }
    .icons ul {
        margin: auto;
    }
    .about ul li {
        margin-left: 16px;
    }
    .python {
        margin-left: 0px !important;
    }
    .node {
        margin-left: -18px !important;
    }
    .data-science {
        margin-left: 0px !important;
    }
    .mob-data {
        margin-left: 50px;
    }
    .mob-hed {
        text-align: center !important;
    }
    .cycle {
        text-align: center !important;
        font-size: 22px;
    }
    .process {
        margin: auto;
        display: block;
    }
    .d-graphic-2 {
        display: none;
    }
    .graphic-2-mobile {
        width: 80%;
        margin: auto;
        display: block;
    }
    .ml-para {
        margin-left:-20px;
    }
    .require {
        margin-left: 15px;
    }
    .graphic-3 {
        width: 100%;
        /* margin-left: -10px; */
    }
    .form-hed {
        font-size: 25px;
    }
    .footer-mob1 {
        text-align: center;
    }
    .fav-icons {
        width: 20px;
        float: right;
        margin-top: -4px;
    }
    .algo-dev {
        color: #fff;
        font-size: 22px;
        margin-top: 20px;
        text-align: center;
    }
    .mt-top {
        margin-top: 35px !important;
    }
    .graphic-4 {
        display: none;
    }
    .graphic-4-mobile {
        width: 65%;
        margin: auto;
        display: block;
    }
    .node {
        height:100px;
    }
    .react {
        margin-left: 50px !important;
    }
    .span-text {
        color: #fff;
        font-size: 18px;
    }
    .ml-bullet-para { 
        margin-left: 0px !important;
    }
    .bullet {
        margin-left: 10px;;
    }
    /* .mob-paras {
        margin-left: -50px;
    } */
    .mobile-bullet {
        margin-left: 30px;
    }
    .bullet-left {
       margin-left: 18px;
    }
    .student-btn {
        margin-top: 15px !important;
    }

     /* my section */

}

@media screen and (max-width:375px){
    .footer-logo {
        width: 180px;
    }
    .algo-dev {
        font-size: 22px;
    }
    .form-hed {
        font-size: 25px;
    }
    .h1-sec-1 {
        font-size: 50px !important;
    }
    .about-hed {
        font-size: 25px !important;
    }
    .span-text {
        color: #fff;
        font-size: 16px;
    }
    .skill {
        font-size: 14px;
    }
    .python {
        margin-left: -25px !important;
    }
    .react {
        margin-left: 25px !important;
    }
}
