@media screen and (max-width:1090px) {
    .child .rightsection {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:1020px) {
    .child .rightsection {
        font-size: 2.5rem;
    }

}

@media screen and (max-width:1020px) {
    .child .rightsection {
        font-size: 2.2rem;
    }
}

/* ==================================================== */

/* Timeline mediaquery ----------------*/

@media screen and (max-width:960px) {
    .timeline {
        margin: 50px auto;
    }
    .timeline::after {
        left: 31px;
    }
    .econtainer {
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }
    .text-box {
        font-size: 13px;
    }
    .text-box small {
        margin-bottom: 5px;
    }
    .right-container {
        left: 0;
    }
    .left-container img, .right-container img {
        left: 10px;
    }
    .left-container-arrow, .right-container-arrow {
        border-right: 15px solid rgba(186, 157, 157, 0.607);
        border-left: 0;
        left: -15px;
    }
}


@media screen and (max-width:490px) {
    .banner{
        font-size: 20px;
    }
    .text-box{
        font-size: 5px;
    }
   .edetail p{

font-size: smaller;
   }
}
/* =============================================== */
@media screen and (max-width:900px) {

    nav ul li a {
        font-size: 16px;
    }

    .child .rightsection {
        font-size: 2rem;
    }

}

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

    nav ul li a {
        font-size: 14px;
    }

}

@media screen and (max-width:820px) {
    .checkbtn {
        display: block;
    }

    nav ul {
        display: none;
        position: fixed;
        width: 100%;
        background: #2c3e50;
        top: 80px;
        text-align: center;
    }

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 20px;
    }

    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }

    #check:checked~ul {
        display: block;
    }

    /* ********************container started from here*****************/
    .container {
        flex-direction: column;
    }

    .container2{
        flex-direction: column;
    }
    .child2{
        width: 100%;
    }

    .child {
        width: 100%;
    }

    .child img {
        max-width: 35%;
        max-height: 45%;
        top: 35%;
        left: 50%;

    }

    .child .rightsection {
        font-size: 3rem;
    }


}
/* ================Tech widget================== */


@media only screen and (max-width: 768px) {
    .widget {
        width: calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 480px) {
    .widget {
        width: calc(50% - 25px);
    }
}



/* ============================================ */
/* Certification box */
@media screen and (max-width:700px) {
    .c-logo{
     /* margin: 10px 5px; */
     width: 25%;
    
    }
    .c-logo img{
     width: 100%;
     border: #631111;
    }
  
    .banner{
     font-size: 25px;
 }
 .edetail {
     /* border: solid; */
     margin-left: 45px;
     font-size: 9px;
 }
 }
/* ================About text============= */
@media screen and (max-width:600px) {
    div.about{
        /* color: blue; */
        font-size: 1.6rem;
        padding-left: 40px;
        padding-right: 40px;
    }
    div section {
        font-size: 1rem;
        padding-left: 40px;
        padding-right: 40px;
    }
 
}

@media screen and (max-width:530px) {
    div.about{
        /* color: blue; */
        font-size: 1.3rem;
        padding-left: 35px;
        padding-right: 35px;
    }
    
 
}


/* --------- Mobile horizontal screen------------- */
@media screen and (max-height:500px) {
    .child img{
        display: none;
    }
    .child ,.rightsection{
        margin-bottom: 25px;
        
    }
    
}

  
 /* ================================================== */

@media screen and (max-width:590px) {
    .child .rightsection {
        font-size: 2rem;
    }
}

@media screen and (max-width:530px) {
    .child .rightsection {
        font-size: 2rem;
    }
}

@media screen and (max-width:390px) {
    label.logo img {
        display: none;
        /* max-width: 40%;
            height: auto; */

    }

    label.logo2 {
        display: block;
        /* padding: 0 5px; */


    }

    label.logo2 img {


        height: 60px;
        margin-top: -12px;
        margin-left: 20px;
    }

    .child .rightsection {
        font-size: 1.7rem;
    }
}



/* Footer Responsive style */
@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        padding: 20px 10px;
    }
    
    .footer-left, .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        justify-content: center;
    }

    .social-icons {
        margin-top: 20px;
    }

    .btn {
        margin: 20px auto;
    }

    .bl-line {
        margin-top: 30px;
    }
}