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

    .top-left h1 {

        font-size: 35px;
        font-weight: 700;

    }


}

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



    .top-left h1 {
        font-size: 29px;

    }

    .top-right :nth-child(1) input::placeholder {


        font-size: 12px;
        font-weight: 500;

    }


    .book-demo {
        background-image: linear-gradient(#0ACEFE, #2699FB);
        padding: 10px 28px 10px 28px;
        border-radius: 8px;
        color: white;
        border: none;
        font-size: 15px;
        font-weight: 700;
    }

    .Download-c {

        border: 1px solid #D0D5DD;
        padding: 10px 28px 10px 28px;
        background-color: white;
        border-radius: 8px;
        color: #0A2134;
        font-weight: 500;
        font-size: 15px;
    }



    .second-sec-col-right h3 {

        font-size: 14px;
        font-weight: 600;

    }

    .second-sec-col-right p {

        font-size: 10px;
        font-weight: 400;

    }

}





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


    .certificate {
        height: 436px;
        width: 306px;

    }


    .sec-4-right {

        height: auto;

    }

    .sec-4-left-col :nth-child(2) h2 {

        font-size: 15px;
        font-weight: 600;

    }

    .sec-4-left-col :nth-child(2) p {

        font-size: 10px;
        font-weight: 400;
    }

    .sec-4-left-col {
        flex-wrap: wrap;
    }



    .tab-content-menu p {

        font-size: 12px;
        font-weight: 400;
        align-items: center;

    }

    .last-sec h1 {

        font-size: 20px;
        font-weight: 700;
    }

}


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


    .sec-4-right {

        justify-content: center;
        display: flex;

    }



    .certificate {
        position: static;

    }

    .cricl {

        display: none;

    }

    .dot-img {

        display: none;


    }

    .book-demo-white {
        padding: 10px 28px 10px 28px;
        font-size: 10px;

    }

    .blue-box img {

        width: 20%;

    }

    .blue-box-text h1 {

        font-weight: 700;
        font-size: 20px;

    }

    .blue-box-text p {

        font-weight: 500;
        font-size: 10px;
    }



}