/* Extra small devices (phones, 600px and down) */

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

    .nav-glob {

        padding: 5px 25px;

    }

    .enquiry {
        margin-bottom: 20px;
    }

    .nav-glob img {

        width: 70px;

    }

    .rwd-table {
        margin: auto;
        width: 100%;
        border-collapse: collapse;
      }

    header {

        display: none;

    }



    .right-align {

        text-align: left;

        justify-content: end;

    }



    .bg-cont {

        /* background-color: #303369; */

        padding: 20px 10px;

        border-radius: 10px;

    }



    .glob-lr {

        padding: 40px 20px;

    }



    img {

        margin: 10px 0px;

    }



    .title {

        font-size: 20px;

        font-weight: 500;

    }



    .p-text {

        line-height: 1.6em;

        font-size: 1rem;

    }



    iframe {

        width: 300px;

        height: 250px;

        border: 0;

    }



    .topic {

        padding: 0px;

    }

}



/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}



/* Medium devices (landscape tablets, 768px and up) */

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



/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}



/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}