@media (max-width: 1120px) {

    .navbar ul.menu-list li a {
        font-size: 14px;
    }

    .banner-rightcol img,
    .left_col img {
        width: 100%;
    }

    .counter_sec .stats {
        padding: 20px 20px;
        gap: 18px;
    }

    .counter_sec .stats .stat-box p {
        font-size: 16px;
    }

    .logo_card {
        width: 211px;
    }

    .banner-wrapper .banner-leftcol {
        padding-top: 70px;
    }

    .banner-wrapper .banner-leftcol h1 {
        font-size: 42px;
        line-height: 51px;
    }

    .whoare-wrapper .right_col h2,
    .ourstrategic-wrapper h2,
    .practice-toprow h2,
    .wwd-section h2,
    .industry_row h2,
    .our_clients h2,
    .client_feedbackleft h2 {
        font-size: 35px;
        line-height: 47px;
    }

    .custom-tabs .nav-link {
        padding: 28px 20px;
        font-size: 20px;
    }

    .left_bloginfo img {
        width: 100%;
    }

    .custom-tabs {
        height: 100%;
    }
}

@media (max-width: 1024px) {

    .toggle-menu {
        display: block;
    }

    .phone-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        background: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        transition: 0.3s;
        z-index: 1000;
        gap: 10px;
    }

    .phone-menu.active {
        left: 0;
    }

    .menu-list {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .menu-list li a {
        color: var(--black_text);
        padding: 12px 10px;
        width: 100%;
    }

    .phone-menu.active {
        right: 0;
        height: 100vh;
        padding: 20px;
    }

    .menu-list {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .menu-list li {
        width: 100%;
    }

    .menu-list li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 12px 0px;
        border-bottom: 1px solid #eee;
        font-size: 18px;
    }

    /* SUBMENU MOBILE */
    .submenu {
        position: static;
        display: none;
        width: 100%;
        background: transparent;
        box-shadow: none;
        padding-left: 15px;
    }

    .submenu.open {
        display: block;
    }

    .close-menu {
        display: block;
        font-size: 24px;
        color: var(--black_text);
        margin-bottom: 15px;
        cursor: pointer;
        position: relative;
        left: 90%;
        top: 0px;
    }

    .action_btn {
        margin-top: 20px;
    }

    .navbar .menu-list {
        gap: 14px;
        background: #fff;
    }

    .navbar .action_btn a {
        padding: 12px 14px;
        font-size: 13px;
    }

    .banner-rightcol img {
        width: 100%;
    }

    .banner-wrapper .banner-leftcol {
        padding-top: 40px;
    }

    .banner-wrapper .banner-leftcol h1 {
        font-size: 40px;
        line-height: 47px;
    }

    .banner-wrapper .banner-leftcol p {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .left_col img {
        width: 100%;
    }

    .whoare-wrapper {
        padding: 60px 0px;
    }

    .whoare-wrapper .right_col h2 {
        font-size: 35px;
        line-height: 41px;
    }

    .whoare-wrapper .right_col {
        padding: 0px 0px 30px 0px;
    }

    .counter_sec .stats {
        padding: 18px 35px;
        gap: 15px;
    }

    .counter_sec .stats .stat-box p {
        font-size: 18px;
    }

    .counter_sec .stats .stat-box h2,
    .stat-box span {
        font-size: 30px;
    }

    .ourstrategic-wrapper h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .strategic_tablerow td {
        padding: 15px;
        font-size: 14px;
    }

    .icon {
        font-size: 14px;
    }

    .logo_midsec .logo_midrow {
        margin: 70px 0px 70px 0px;
    }

    .practice-toprow h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .practice-toprow p br {
        display: none;
    }

    .practice-toprow p {
        width: 65%;
    }

    .custom-tabs {
        gap: 41px;
        padding: 20px 0px 40px 0px;
        height: 100%;
    }

    .custom-tabs .nav-link {
        padding: 25px 10px;
    }

    .custom-tabs .nav-link {
        gap: 10px;
    }

    .custom-tabs .nav-link {
        font-size: 17px;
    }

    .why-section h2,
    .industry_row h2,
    .our_clients h2,
    .client_feedbackleft h2,
    .blog_section h2,
    .contact_leftcol h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .clients-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        margin-top: 30px;
    }

    .col.padding_64px,
    .col.padding_128px {
        padding-top: 0px;
    }

    section.blog_section {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .left_bloginfo img {
        width: 100%;
    }

    .right_bloginfo h5 {
        font-size: 16px;
    }

    .left_bloginfo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .blog_right .slick-list {
        height: 477px !important;
    }

    .slick-dots {
        width: 0%;
        left: 102% !important;
    }

    .strategic_tablerow::before {
        display: none;
    }

    .logo_card {
        width: 100%;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
    /* Your styles here */

    .contact-btn {
        padding: 16px 12px;
    }

    .commom-btn {
        font-size: 14px;
    }

    .banner-wrapper .banner-leftcol .banner_btn .our-services {
        padding: 16px 12px;
        font-size: 14px;
    }

    /* what we do responsive */
    .wwd-wrapper {
        flex-direction: column;
        height: auto;
    }

    .wwd-collapsed {
        writing-mode: unset;
        transform: unset;
        width: 100%;
        flex-direction: row;
        font-size: 14px;
        font-weight: 500;
    }

    .wwd-collapsed .wwd-icon-wrap img {
        transform: unset;
    }

    .wwd-expanded {
        transition: opacity 0.6s 0.20s, width 0s;
    }

    .wwd-collapsed {
        justify-content: flex-start;
    }

    .wwd-icon-wrap br {
        display: none;
    }

    .blog_right,
    .contact_right {
        margin-top: 40px;
    }

    .practice-toprow p {
        width: 100%;
        padding-left: 16px;
    }

    .subscribe_row {
        flex-direction: column;
        gap: 25px;
    }

    .contact_leftcol {
        padding: 20px 20px 100px 20px;
    }

    img.background_before {
        width: 300px;
        left: 1px;
        top: 41px;
        height: 300px;
    }

    .footer-wrapper .footer_top .align_items {
        text-align: left;
    }

}

@media (max-width: 768px) {

    .toggle-menu {
        display: block;
    }

    .phone-menu.active {
        right: 0;
        height: 100vh;
        padding: 20px;
        z-index: 9999;
    }

    .menu-list {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .menu-list li {
        width: 100%;
    }

    .menu-list li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 12px 0px;
        border-bottom: 1px solid #eee;
        font-size: 18px;
    }

    .action_btn {
        width: 100%;
        margin-top: 20px;
    }

    .action_btn a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .row-bottom {
        bottom: -96px;
        gap: 2px;
    }

    .navbar .menu-list {
        gap: 0px;
    }


    .contact_right h3 {
        font-size: 27px;
    }

    section.stats:nth-child(1),
    section.stats:nth-child(2) {
        border-bottom: 1px solid #ffffff;
    }
}

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.wwd-section {
    padding: 80px 0px;
}

@media (max-width: 768px) {

    .banner-wrapper .banner-leftcol h1 {
        font-size: 33px;
        line-height: 42px;
    }

    .banner-wrapper .banner-leftcol .banner_btn .our-services {
        padding: 12px 10px;
        font-size: 14px;
    }

    .contact-btn {
        padding: 12px 10px;
    }

    .commom-btn {
        font-size: 14px;
    }

    .strategic_tablerow::before {
        display: none;
    }

    /* what we do responsive */
    .wwd-wrapper {
        flex-direction: column;
        height: auto;
    }

    .wwd-collapsed {
        writing-mode: unset;
        transform: unset;
        width: 100%;
        flex-direction: row;
        font-size: 14px;
        font-weight: 500;
    }

    .wwd-collapsed .wwd-icon-wrap img {
        transform: unset;
    }

    .wwd-expanded {
        transition: opacity 0.6s 0.20s, width 0s;
    }

    .contact_right {
        margin-top: 30px;
    }

    .contact_leftcol {
        padding: 20px 20px 100px 20px;
    }

    img.background_before {
        width: 250px;
        top: 57px;
        left: 0px;
        height: 250px;
    }

    .footer-wrapper .footer_top .company-details img {
        margin-bottom: 15px;
    }

    .footer-wrapper .footer_top .company-details .footer_logo {
        margin-bottom: 15px;
    }

    .footer-wrapper .footer_top .align_items {
        text-align: left;
        margin-bottom: 20px;
    }

    .subscribe_row {
        flex-direction: column;
        gap: 30px;
    }

    .practice-toprow p {
        width: 100%;
        margin-left: 16px;
    }

    .blog_right {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .banner-wrapper img.bannerleft-img {
        width: 100%;
    }

    .banner-wrapper .banner-leftcol .banner_btn {
        flex-direction: row;
        align-items: flex-start;
    }

    .banner-wrapper .banner-leftcol .banner_btn .our-services {
        padding: 12px 11px;
        font-size: 14px;
    }

    .contact-btn {
        padding: 12px 11px;
        font-size: 14px;
    }

    .banner-wrapper .banner-leftcol p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .banner-wrapper {
        padding: 70px 0px;
    }

    .banner-wrapper .banner-leftcol {
        padding-top: 0px;
        padding-bottom: 50px;
    }
.banner-leftcol > span{
	    font-size: 14px;
}
    .banner-wrapper .banner-leftcol h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .whoare-wrapper {
        padding: 40px 0px;
    }

    .whoare-wrapper .right_col {
        padding: 40px 0px 30px 0px;
    }

    .whoare-wrapper .right_col h2,
    .ourstrategic-wrapper h2,
    .practice-toprow h2,
    .why-section h2,
    .client_feedbackleft h2,
    .why-section h2,
    .industry_row h2,
    .our_clients h2,
    .client_feedbackleft h2,
    .blog_section h2,
    .contact_leftcol h2,
    .client-wrapper h2,
    .wwd-section h2,
    .subscribe_row h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .counter_sec {
        margin-bottom: 45px;
    }

    .counter_sec .stats {
        gap: 28px;
        padding: 30px 35px;
    }

    .stats .stat-box:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .stat-box {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }

    .counter_sec .stats .stat-box .counter_inner {
        justify-content: center;
    }

    .counter_sec .stats .stat-box p {
        text-align: center;
    }

    .counter_sec .stats {
        box-shadow: unset;
    }

    .logo_midrow img:first-child {
        width: 100%;
    }

    .practice-toprow {
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .practice-toprow p {
        width: 100%;
    }

    .custom-tabs {
        gap: 20px;
        margin: 0px 16px 16px 16px;
        height: auto;
    }

    .why-section .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }

    .col {
        flex-direction: column-reverse;
        gap: 16px;
        flex-wrap: wrap;
    }

    .logo_card {
        padding: 20px 3px;
       width: 45%;
    }
	.company-details{
		text-align:center;
	}
.desktop{
	display:none;
}
.mobile{
	display:block;
	background-color:#991b2b
}
    .blog_right .card {
        flex-direction: column;
    }

    .logo_card img {
        width: 70px;
        height: auto;
        object-fit: cover;
    }

    .right_bloginfo,
    .left_bloginfo {
        width: 100%;
    }

    .blog_leftimg {
        padding: 128px 12px 6px 12px;
        margin-bottom: 10px;
    }

    .blog_right .slick-list {
        height: 630px !important;
    }

    .client_feedbackleft img {
        margin-bottom: 30px;
        width: 100px;
    }

    .client_feedbackright .slick-dots {
        bottom: -41px !important;
    }

    .feedbach_leftimg img {
        display: none;
    }

    .slick-dots {
        position: relative;
        flex-direction: row !important;
        left: 32% !important;
        bottom: -27px !important;
    }

    .slick-dotted.slick-slider {
        height: 680px;
    }

    .contactus-section .row {
        padding: 20px 10px 40px 10px;
        position: relative;
    }

    .contact_leftcol img {
        bottom: 4px;
        width: 108px;
        z-index: 0;
    }

    .contact_leftcol h2 {
        margin-bottom: 10px;
    }

    .contact_leftcol p {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .contact_right h3 {
        font-size: 27px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    img.background_before {
        display: none;
    }

    .border_one {
        padding: 20px;
        border: 0px;
    }

    .border_second {
        border: 0px dashed #34343340;
        border-radius: 194px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .industries .center_row {
        display: none;
    }

    .industries .row-bottom p {
        margin-top: 0px;
    }

    .row-top {
        width: 100%;
        top: 0px;
        flex-direction: column;
        align-items: center;
        position: relative;
        left: -21px;
        gap: 20px;
    }

    .row-bottom {
        display: flex;
        justify-content: space-evenly;
        position: relative;
        width: 100%;
        top: 0px;
        flex-direction: column;
        align-items: center;
        right: 0px;
        gap: 20px;
    }

    .row-top p,
    .row-bottom p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .center_row div {
        text-align: center;
        margin: 0px 0px;
        width: 30%;
    }

    .row-bottom .item {
        display: flex;
        flex-direction: column-reverse;
        gap: 1px;
        align-items: center;
    }

    .row-top .item {
        gap: 10px;
    }

    .ourpractice-wrapper {
        margin-bottom: 60px;
    }

    .wwd-section,
    .why-section,
    section.industries,
    .our_clients {
        padding: 60px 0px;
    }

    /* what we do responsive */
    .wwd-wrapper {
        flex-direction: column;
        height: auto;
    }

    .wwd-collapsed {
        writing-mode: unset;
        transform: unset;
        width: 100%;
        flex-direction: row;
        font-size: 14px;
        font-weight: 500;
        justify-content: flex-start;
    }

    .wwd-collapsed .wwd-icon-wrap img {
        transform: unset;
    }

    .wwd-expanded {
        transition: opacity 0.6s 0.20s, width 0s;
    }

    /* client feedback responsive */
    .clients_feedback .card {
        width: 100%;
        padding: 15px 15px;
    }

    .feedback-track-wrapper {
        padding-right: 20px;
        margin-top: 25px;
    }

    .clients_feedback .card:hover {
        width: 100%;
    }

    .client_feedbackleft {
        padding-top: 60px;
    }

    .subscribe_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .subscribe_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .subscribe_row h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .contactus-section .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .contact_leftcol {
        height: 330px;
    }

    .footer-wrapper .footer_top .align_items {
        text-align: left;
    }

    .footer-wrapper .footer_top .company-details .footer_logo {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 25px;
    }

    .common-links {
        margin-top: 0px;
    }

    .footer-wrapper .copyright-container .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .footer-wrapper .footer_top .align_items {
        text-align: left;
        margin-bottom: 0px;
    }

    .footer-wrapper .footer_top .company-details img {
        margin-bottom: 20px;
    }

    .footer-wrapper .footer_top .company-details p {
        margin-bottom: 25px;
    }

    .strategic_tablerow::before {
        display: none;
    }

    .logo_midsec .logo_midrow {
        margin: 40px 0px 40px 0px;
    }

    .why-section .grid {
        gap: 58px 20px;
    }

    .blog_left h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    section.blog_section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .practice-toprow {
        align-items: flex-start;
        margin: 0px 0px 20px 0px;
        flex-direction: column;
    }

    .practice-toprow p {
        margin-top: 10px;
    }

    .practice-toprow p {
        margin-left: 0px;
    }

    .practice-toprow h2 {
        margin-bottom: 0px;
    }

    .ourpractice-wrapper .row {
        display: none;
    }

    .whatWeDo .sub-heading br {
        display: none;
    }

	.accordion-header button span{
	display: contents;
    color: #000;
    font-size: 14px;
    font-weight: 500;
	}
	
    .wwd-item {
        transition: unset;
    }

    .wwd-item.active .wwd-expanded {
        min-height: 320px;
    }

    .why-section .card p {
        width: 100%;
    }
}