@media (max-width:1280px){

}
@media screen and (max-width:1199px){

    /* Reset display property for dropdown lists */
    .dropdown-list{display:block;position:static;border:none;width:100%;max-height:none; /* Reset max-height for mobile */opacity:1; /* Ensure full opacity for mobile */transition:none; /* Remove transition for mobile */}

    /* Hide dropdown lists by default for mobile */
    .dropdown-list{display:none;}
    ul.social-icons{margin:15px 0;}
    header{padding:15px 0;}
    .forMobileOrder ul.menu{margin-top:20px;}

    /* Show the dropdown list when the anchor is clicked for mobile */
    .menu .dropdown > a:focus + .dropdown-list{display:block;}
    .dropdown.active .dropdown-list{display:block;    /* Other styles */}
    .menu li{display:block;margin:10px  0;}
    .menu-Bar{display:block;}
    .forMobileOrder{display:flex;flex-flow:column-reverse;}
    ul.menu{display:none;}
    .mainlogo{width:100px;margin:0;position: relative;right: -150px;}
    .LogoNbarsWraper{justify-content:space-between;}
    .mainlogo{width:100px;margin:0;position: relative;right: -400px;}

}
@media screen and (max-width:991px){
    .mainlogo{width:100px;margin:0;position: relative;right: -285px;}

}
@media screen and (max-width:767px){

    p {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        padding-bottom: 20px;
    }

    .justifytext ul {
        font-size: 14px;
        font-family: 'Montserrat';
        font-weight: 600;
        line-height: 25px;
        list-style: disc;
        padding-bottom: 16px;
        padding-left: 20px;
    }

    .justifytext p {
        font-weight: 600;
        font-family: 'Montserrat';
        margin: 10px 0;
        line-height: 26px;
        text-align: justify;
        padding-bottom: 0px;
    }

    .globalhead p {
        font-size: 14px;
    }

    .commonhead .teamwrap ul {
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
        font-family: 'Montserrat';
        text-align: center;
    }

    h2 {
        font-size: 18px;
        font-family: 'Montserrat';
        font-weight: 600;
        padding-bottom: 10px;
    }

    .link-box a {
        display: flex;
        justify-content: center;
        text-align: center;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 800;
        color: rgb(24, 39,98);
        position: relative;
        width: max-content;
        margin: 0 auto;
        margin-top: 30px;
        text-decoration: underline;
    }

    body::before, body::after {
       height: auto;
       width: 100%;
       background-size: 35%;
       z-index: -1;
       }

    .mainlogo{width:100px;margin: 20px;position: relative;right: -130px;}


    .tasawwurlogo {
        max-width: 9rem;
    }

    .commonhead h1, .innerhead h2 {
        font-size: 26px;
        line-height: 34px;
        padding-top: 15px;
        text-decoration: underline;
    }

    .commonhead h2, h3, innerhead h2{
        text-align: center;
        font-size: 22px;
        line-height: 24px;
        font-weight: 800;
        color: rgb(24, 39,98);
        position: relative;
        /* width: max-content; */
        margin: 0 auto;
        margin-top: 10px;
    }

    .commonhead h1:before, .innerhead h2:before {
        content: '';
        position: absolute;
        background-color: rgb(24, 39, 98);
        width: 100%;
        height: 1.5px;
        left: 0;
        bottom: -1px;
        display: contents;
    }

    .Philosophy h2:before, .innerhead h2:before {
        content: '';
        position: absolute;
        background-color: rgb(24, 39, 98);
        width: 100%;
        height: 1.5px;
        left: 0;
        bottom: 12px;
        display: contents;
    }

    .textalign p {
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding-bottom: 0px;
        max-width: 87%;
    }

    .topright-image {
        max-width: 40%;
    }

    .editorialwrap {
        text-align: center;
    }

    .editorialwrap ul {
        padding: 15px 0;
        text-align: center;
    }

    @media screen and (max-width:320px){
        .mainlogo{width:100px;margin:0;position: relative;right: -100px;}
    }
}
@media screen and (max-width: 576px) {
    .pdfgoogleifram{
        border: none;
        height: 600px;
        width: 100%!important;
        margin: 30px 0%!important;
    }
}