@media only screen and (max-width: 1380px) {
    .container{
        padding: 0 60px;
    }
    .logo a{
        width: 255px;
    }
    .menu nav a{
        font-size: 14px;
        margin: 20px 6px;
    }
    .menu nav a.contact-button {
        border-radius: 15px;
        background: #252525;
        padding: 10px;
        color: white;
        padding: 10px 16px;
        padding-left: 7px;
        margin-right: 0;
        font-size: 14px;
    }
    .aboutus .column img{
        width: 110%;
    }
    .other-lists ul{
        gap: 20px;
    }
    .other-lists .box-row{
        padding: 50px 20px;
    }
}
@media only screen and (max-width: 1090px) {
    body{
        padding-top: 100px;
    }
    footer .column{
        text-align: center;
    }
    footer .column .lists,
    footer .column .social-sites{
        justify-content: center;
        align-items: center;
    }
    footer .bottom-bar .row .column{
        justify-content: center;
        align-items: center;
    }
    .aboutus .top-title::before,
    .content-details .top-title::before,
    .content-details .top-title::after{
        display: unset;
    }
    header{
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        padding: 20px;
        box-shadow: 0px 0px 33px 0px #c5c5c5;
        background-color: white;
        z-index: 999999;
    }
    .container{
        padding: 0 30px;
    }
    .menu{
        background-image: url(../img/hamburger-menu-svgrepo-com.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 50px;
        height: 50px;
        position: relative;
        cursor: pointer;
    }
    .menu nav{
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        background-color: white;
        width: 90%;
        left: unset;
        box-shadow: none;
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out;
        -moz-transition: transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }
    .menu nav a{
        width: auto;
        display: flex;
        margin: 30px !important;
    }
    .menu.active nav{
        transform: translateX(0%);
        box-shadow: 0px 0px 33px 0px #c5c5c5;
    }
    .row{
        flex-direction: column;
    }
    .row .column{
        width: 100%;
        flex-basis: 100%;
    }
    body > section{
        min-height: unset;
        padding: 30px 0;
    }
    body > section .top-title{
        width: 115px;
        text-align: center;
        margin: auto;
    }
    body > section .main-title{
        padding-bottom: 15px;
        text-align: center;
    }
    .banner-right-content{
        transform: none;
        justify-content: center;
        align-self: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .banner-right-content img{
        margin: auto;
        margin-bottom: 15px;
        width: 70%;
    }
    .button-wrapper{
        justify-content: center;
    }
    .banner-right-content .button-wrapper a{
        width: 165px;
        padding: 17px 10px;
    }
    .banner-right-content p,
    body > section .sub-details{
        font-size: 17px;
        line-height: 22px;
    }
    .banner-left-content{
        text-align: center;
    }
    .banner-left-content img{
        width: 75%;
        margin: auto;
    }
    
    .aboutus .row .column{
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    body > section.aboutus .detail-info,
    body > section .detail-info{
        width: 100%;
        text-align: justify;
    }
    .aboutus::after{
        height: 235px;
    }
    .service-lists ul,
    .testimonial-lists ul{
        flex-wrap: wrap;
    }
    .service-lists li,
    .testimonial-lists li{
        flex-basis: 50%;
        min-width: 300px;
    }
    .content-details .row .column{
        justify-content: center;
        align-items: center;
    }
    .statutory-authorities .service-lists h2{
        text-align: center;
    }
    .team-page .banner-area{
        padding: 0px;
    }
    .teams .banner-area p{
        width: 100%;
    }
    .team-members ul li {
        flex-basis: 100%;
        padding: 30px 10px;
    }
    .contact-page::before, .team-page::before,
    .contact-page::after, .team-page::after{
        z-index: -1;
    }
    .team-members li .team-box h2,
    .team-members li .team-box h3,
    .team-members li .team-box h6{
        text-align: center;
    }
    .services .details > .row{
        padding-left: 0;
    }
    .non-profit-practice, .companies-individuals, .tax-compliance-litigation, .advisory-service{
        padding: 25px 0px;
        position: relative;
        padding-top: 0;
    }
    .non-profit-practice .icon, .companies-individuals .icon, .tax-compliance-litigation .icon, .advisory-service .icon{
        position: absolute;
        left:0;
        top:0;
    }
    .non-profit-practice h3, .companies-individuals h3, .tax-compliance-litigation h3, .advisory-service h3{
        position: relative;
        padding-left: 60px;
        padding-top: 5px;
    }
    .non-profit-practice h3 br, .companies-individuals h3 br, .tax-compliance-litigation h3 br, .advisory-service h3 br{
        display: none;
    }
    /* .non-profit-practice h3 + label, 
    .companies-individuals h3 + label, 
    .tax-compliance-litigation h3 + label,
    .advisory-service h3 + label{
        padding-left: 25px;
    } */
    .phillipos-co .row .column{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .phillipos-co .button-wrapper a{
        margin-bottom: 10px;
    }
    .column-img-content{
        padding: 10px;
    }
    .phillipos-co .row:last-child{
        padding-top: 20px;
        flex-direction: column-reverse;
    }
    .teams .banner-area{
        padding: 10px;
        padding-bottom: 35px;
    }
    .statutory-authorities .service-lists ul li .box-row p{
            -webkit-line-clamp: unset;
    }
    .statutory-authorities .service-lists ul li{
        width: 90%;
        flex-basis: 90%;
    }
}
@media only screen and (max-width: 760px) {
    header{
        padding: 20px 0;
    }
    footer .bottom-bar .row .column{
        padding: 0;
    }
    footer .bottom-bar .row .column.align-left{
        border-bottom: 1px dotted #4d4949;
    }
    .logo a {
        width: 225px;
    }
    .banner-right-content .button-wrapper a {
        width: 140px;
        padding: 17px 10px;
        font-size: 12px;
    }
    .service-lists li, .testimonial-lists li {
        flex-basis: 50%;
        min-width: 272px;
    }
    .service-lists ul li a .box-row {
        padding: 30px;
    }
    .bottom-bar .row a{
        font-size: 10px;
        line-height: 41px;
    }
    body > section.aboutus .detail-info, body > section .detail-info {
        text-align: justify;
        line-height: 19px;
        font-size: 14px;
        padding: 12px 0px;
    }
    .banner-right-content p, body > section .sub-details {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-detail-content p{
        text-align: justify;
        font-size: 15px;
        font-weight: 200;
        line-height: 21px;
    }
    .content-details p {
        text-align: justify;
        font-size: 14px;
        line-height: 23px;
    }
    .services .details > .row ul li {
        padding-top: 10px;
        font-size: 14px;
    }
    .non-profit-practice .icon, .companies-individuals .icon, .tax-compliance-litigation .icon{
            margin-top: 14px;
    }
    .why-now h2.accordion{
        font-size: 16px;
    }
    .why-now .accordion-body > p{
        font-size: 13px;
        text-align: justify;
        padding: 20px 20px;
    }
    .why-now ul li{
        font-size: 13px;
        text-align: justify;
        padding: 14px 23px;
    }
    .other-lists ul li{
        flex-basis: 100%;
        padding: 20px;
    }
}