/* font-family: "DM Serif Display", serif; */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background: #FFFBF5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
}

input,
textarea,
a {
    font-family: "Montserrat", sans-serif;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
    border-bottom: 2px solid #E5E2DC;
}

.header.fixed {
    background: #FFFBF5;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    background-color: #FFFBF5;
    padding: 0;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 8px 14px 8px 44px;
    width: 261px;
    float: left;
    border-right: 2px solid #e5e2dc;
}

.header .logo img {
    width: 100%;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .search-button-end {
    width: 22%;
    padding-right: 44px;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 12px
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    /*     border-bottom: 2px solid transparent; */
}

.header .menu .menu-item a:before {
    content: " ";
    width: 83%;
    height: 4px;
    background: #680A08;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    transition: 0.25s all linear;
}

.header .menu .menu-item.active a {
    color: #8D3432;
    /*  border-bottom-color: #8D3432; */
}

.header .menu .menu-item .sub-menu .menu-item a:before {
    content: none;
}

.header .menu .menu-item.active a:before,
.header .menu .menu-item:hover a:before {
    opacity: 1;
    transition: 0.25s all linear;
}

.header .menu .menu-item a .plus {
    border: solid #1C1C1C;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #1C1C1C;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu .menu-item:hover>a {

    /* border-bottom: 3px solid #4d8546; */
}

.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 23px;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 4px;
    background: #1c1c1c;
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 5px 16px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    border-bottom: 1px solid #e5e2dc;
}

.header .menu .menu-item .sub-menu .menu-item:last-child a {
    border-bottom: 0;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #680A08;
    color: #DACBB6;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    position: relative;
}

/* .header .open-nav-menu span {
display: block;
height: 3px;
width: 24px;
background-color: #000000;
position: relative;
}

.header .open-nav-menu span:before, .header .open-nav-menu span:after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
box-sizing: border-box;
}

.header .open-nav-menu span:before {
top: -7px;
width: 80%;
}

.header .open-nav-menu span:after {
top: 7px;
width: 58%;
}
 */
.header .close-nav-menu {
    height: 35px;
    width: 40px;
    background-color: #680A08;
    margin: 0;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -100%;
        visibility: hidden;
        width: 95%;
        height: 100%;
        top: 86px;
        overflow-y: auto;
        background-color: #FFFBF5;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #E5E2DC;
    }

    .header .menu .menu-item:last-child>a {
        border-bottom: 1px solid #E5E2DC;
    }

    .header .menu .menu-item a .plus:before,
    .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #E5E2DC;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
        border-left: 2px solid #e5e2dc;
        padding: 25px 12px;
        width: 46px;
    }

}

/**heder*/
.heading {
    font-size: 44px;
    line-height: 50px;
    color: #F1F1F1;
    font-family: "DM Serif Display", serif;
}

.common-btn {
    padding: 23px 30px;
    text-align: center;
    background: #DACBB6;
    color: #680A08;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: 0.25s all linear;
    border: 1px solid transparent;
    cursor: pointer;
}

.common-btn svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.common-btn:hover {
    background: transparent;
    border-color: #DACBB6;
    color: #DACBB6;
    transition: 0.25s all linear;
}

.hearo-banner {
    position: relative;
    padding: 15px 15px 0;
}

.hearo-banner .big-image {
    height: 89vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.hearo-banner .big-image .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 89vh;
}

.hearo-banner .big-image .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.hearo-banner .big-image img {
    width: 100%;
    display: block;
    height: 89vh;
    object-fit: cover;
    object-position: center;
}

.hearo-banner .hearo-content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background: #680A08;
    padding: 60px;
    width: 86%;
    margin: 0 auto;
}

.hearo-banner .hearo-content .heading {
    margin-bottom: 20px;
}

.hearo-banner .hearo-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #F1F1F1;
    margin-bottom: 40px;
}

.bio-section {
    padding: 0 15px;
    overflow: hidden;
}

.bio-section .main-container {
    background: #DACBB6;
    padding: 160px 61px 100px;
}

.bio-section .main-container .left-side-part .bio-image {
    position: relative;
    margin-left: 20px;
}

.bio-section .main-container .left-side-part .bio-image img {
    display: block;
}

.bio-section .main-container .left-side-part .bio-image span {
    padding: 15px 22px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
}

.bio-section .main-container .left-side-part {
    padding-right: 0;
    position: sticky;
    top: 96px;
}

.bio-section .main-container .right-side-part {
    padding-left: 0;
}

.bio-section .main-container .right-side-part p {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.bio-section .main-container .right-side-part p:last-child {
    margin-bottom: 0;
}

.bio-section .main-container .right-side-part .author-details {
    padding-top: 40px;
    border-top: 2px solid #C3B49E;
    margin-top: 50px;
}

.bio-section .main-container .right-side-part .author-details strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1C1C1C;
    display: block;
    margin-bottom: 10px;
}

.bio-section .main-container .right-side-part .author-details span {
    font-size: 18px;
    line-height: 22px;
    color: #1C1C1C;
    font-weight: 400;
    display: block;
}

.honored-with-section {
    padding: 100px 0;
    border-bottom: 2px solid #E5E2DC;
    overflow: hidden;
}

.honored-with-section .left-side-part {
    position: relative;
}

.honored-with-section .left-side-part .div1 {
    width: 334px;
    height: 37px;
    background: #680A08;
    display: block;
    margin-bottom: 8px;
}

.honored-with-section .left-side-part .div2 {
    width: 487px;
    height: 37px;
    background: #680A08;
    display: block;
    margin-bottom: 8px;
}

.honored-with-section .left-side-part .div3 {
    width: 263px;
    height: 37px;
    background: #680A08;
    display: block;
    margin-bottom: 0;
}

.slide-one-by-one {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.slide-one-by-one.visible {
    transform: translateX(0);
    opacity: 1;
}

.heading2 {
    font-size: 36px;
    line-height: 41px;
    color: #1C1C1C;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}

.honored-with-section .right-side-part .heading2 {
    margin-bottom: 50px;
}

.honored-with-section .right-side-part img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.honored-with-section .right-side-part .brand-logos-slider {
    width: 96%;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-arrow {
    display: none !important;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-dots {
    margin-top: 30px;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-dots li:last-child {
    margin-right: 0;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-dots li button {
    width: 17px;
    height: 17px;
    padding: 0;
    font-size: 0;
    background: #E5E2DC;
    border: 0;
    outline: none;
    box-shadow: none;
    transition: 0.25s all linear;
}

.honored-with-section .right-side-part .brand-logos-slider .slick-dots li.slick-active button {
    background: #680A08;
    transition: 0.25s all linear;
}

.about-us-section {
    padding: 60px 60px;
}

.about-us-section .left-side-part .heading2 {
    font-style: italic;
    color: #8B8882;
    font-size: 24px;
}

.about-us-section .right-side-part .heading2 {
    font-weight: 400;
    color: #1C1C1C;
}

.common-btn.common-btn1 {
    background: #680A08;
    color: #DACBB6;
}

.common-btn.common-btn1:hover {
    background: transparent;
    color: #680A08;
    border-color: #680A08;
}

.services-list-section {
    position: relative;
}

.services-list-section .big-image img {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.service-slider-home .slick-arrow {
    display: none !important;
}

.services-list-section .row {
    border-bottom: 2px solid #E5E2DC;
}

.services-list-section .col-lg-3 {
    border-right: 2px solid #E5E2DC;
    height: 100%;
}

.services-list-section .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.services-list-section .main-box {
    padding: 50px;
    /* height: 299px; */
}

.services-list-section .center-div {
    height: 100%;
}

.services-list-section .main-box .main-heading {
    margin-bottom: 84px;
}

.services-list-section .main-box .main-heading strong {
    font-size: 80px;
    color: #E5E2DC;
    display: block;
    margin-bottom: 0;
    font-family: "DM Serif Display", serif
}

.services-list-section .main-box .main-heading span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #6D6457;
    display: block;
}

.services-list-section .main-box .bottom-text h3 {
    font-size: 24px;
    color: #1C1C1C;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
}

.services-list-section .main-box .bottom-text p {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 400;
    line-height: 22px;
}

.services-list-section .center-button {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.our-legal-focus-section {
    padding: 0 30px;
}

.our-legal-focus-section .mian-container {
    padding: 70px 67px 0;
    background: #DACBB6;
}

.our-legal-focus-section .mian-container .left-side-part {
    padding-right: 0;
    /* display: grid;
    grid-template-rows: auto 1fr auto; */
    height: 100%;
    display: flex;
    align-items: end;
    width: 88%;
}

.our-legal-focus-section .mian-container .our-legal-focus-row .left-side-part {
    align-items: start;
    width: 100%;
}

.our-legal-focus-section .mian-container .left-side-part .heading2 {
    font-size: 24px;
    color: #6D6457;
    font-style: italic;
}

.our-legal-focus-section .mian-container .left-side-part .bottom-image {
    display: flex;
    align-items: end;
    width: 100%;
}

.our-legal-focus-section .mian-container .left-side-part .bottom-image .image2,
.our-legal-focus-section .mian-container .left-side-part .bottom-image .image3,
.our-legal-focus-section .mian-container .left-side-part .bottom-image .image4,
.our-legal-focus-section .mian-container .left-side-part .bottom-image .image5 {
    display: none;
}

.our-legal-focus-section .mian-container .left-side-part .bottom-image img {
    width: 100%;
    display: none;
}

.our-legal-focus-section .mian-container .right-side-part .listing li {
    display: block;
    border-bottom: 1px solid #C3B49E;
}

.our-legal-focus-section .mian-container .right-side-part .listing li:first-child {
    margin-top: -8px;
}

.our-legal-focus-section .mian-container .right-side-part .listing li a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #1C1C1C;
    position: relative;
    text-decoration: none;
    transition: 0.25s all linear;
}

.our-legal-focus-section .mian-container .right-side-part .listing li:first-child a {
    padding-top: 0;
}

.our-legal-focus-section .mian-container .right-side-part .listing li a:before {
    content: " ";
    width: 0;
    height: 14px;
    background: #680A08;
    position: absolute;
    left: 0;
    top: 27px;
    transition: 0.25s all linear;
}

.our-legal-focus-section .mian-container .right-side-part .listing li:first-child a:before {
    top: 9px;
}

.our-legal-focus-section .mian-container .right-side-part .listing li a:hover,
.our-legal-focus-section .mian-container .right-side-part .listing li.active a {
    padding-left: 90px;
    transition: 0.25s all linear;
    font-weight: 700;
}

.our-legal-focus-section .mian-container .right-side-part .listing li img {
    display: none;
}

.our-legal-focus-section .mian-container .right-side-part .listing li a:hover:before,
.our-legal-focus-section .mian-container .right-side-part .listing li.active a:before {
    width: 70px;
    transition: 0.25s all linear;
}

.our-legal-focus-section .mian-container .right-side-part .common-btn {
    margin-top: 90px;
    margin-bottom: 60px;
}

.our-legal-focus-section .mian-container .our-legal-focus-row {
    margin-bottom: 54px;
}

.our-legal-focus-section .mian-container .mobile-show {
    display: none;
}

.our-legal-focus-section .mian-container .bottom-part-row .right-side-part {
    margin-bottom: 0;
}

.grow-with-a-firm-section {
    padding: 100px 93px;
    border-bottom: 2px solid #E5E2DC;
}

.grow-with-a-firm-section .button-div.mobile-show {
    display: none;
}

.grow-with-a-firm-section .left-side-part {
    padding-right: 100px;
}

.grow-with-a-firm-section .left-side-part .heading2 {
    margin-bottom: 40px;
}

.grow-with-a-firm-section .right-side-part {
    overflow: hidden;
}

.grow-with-a-firm-section .right-side-part .border-div1,
.grow-with-a-firm-section .right-side-part .border-div2,
.grow-with-a-firm-section .right-side-part .border-div3 {
    width: 100%;
    height: 24px;
    background: #DACBB6;
    margin-bottom: 8px;
}

.grow-with-a-firm-section .right-side-part .main-div-box1 {
    overflow: hidden;
}

.grow-with-a-firm-section .right-side-part .main-div-box {
    margin: 0 15px 8px;
    overflow: hidden;
}

.grow-with-a-firm-section .right-side-part .border-div1 {
    width: auto;
    margin-bottom: 0;
}

.grow-with-a-firm-section .right-side-part .col-lg-6 {
    padding: 0 15px;
}

.grow-with-a-firm-section .right-side-part .thumb-part .img {
    margin-bottom: 20px;
}

.grow-with-a-firm-section .right-side-part .thumb-part .img img {
    width: 100%;
    display: block;
}

.grow-with-a-firm-section .right-side-part .thumb-part p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #1C1C1C;
}

.thought-leadership-section {
    padding: 60px 15px;
}

.thought-leadership-section .left-side-part {
    padding-left: 40px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.thought-leadership-section .left-side-part .heading2 {
    font-size: 24px;
    color: #8B8882;
    font-style: italic;
}

.thought-leadership-section .left-side-part .button-part {
    display: flex;
    align-items: end;
}

.thought-leadership-section .right-side-part .top-news .col-lg-6.bg-color {
    background: #680A08;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts {
    padding: 39px 30px;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts span {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #F1F1F1;
    background: #8D3432;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts h3 {
    font-size: 20px;
    line-height: 30px;
    color: #F1F1F1;
    font-weight: 500;
    margin-bottom: 15px;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts p {
    color: #F1F1F1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts .wirte-by {
    padding-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #F1F1F1;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts .wirte-by strong {
    font-size: 18px;
    font-weight: 400;
    color: #F1F1F1;
    font-family: "DM Serif Display", serif;
    font-style: italic;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts .readmore {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #F1F1F1;
}

.thought-leadership-section .right-side-part .top-news .left-side-parts .readmore:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #F1F1F1;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.thought-leadership-section .right-side-part .top-news .right-side-parts {
    height: 100%;
    display: block;
}

.thought-leadership-section .right-side-part .top-news .right-side-parts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.thought-leadership-section .right-side-part .top-news {
    padding: 0 10px;
}

.thought-leadership-section .right-side-part .article-sections {
    margin-top: 20px;
    padding: 0 10px;
}

.thought-leadership-section .right-side-part .article-sections .col-lg-6 {
    padding: 0 15px;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content {
    background: #1C1C1C;
    padding: 39px 30px;
    min-height: 309px;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content .tag {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #F1F1F1;
    font-weight: 600;
    text-align: center;
    background: #444444;
    margin-bottom: 20px;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #F1F1F1;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content p {
    font-size: 16px;
    color: #F1F1F1;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 22px;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content .wirte-by {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content .wirte-by strong {
    font-size: 18px;
    font-weight: 400;
    color: #F1F1F1;
    font-family: "DM Serif Display", serif;
    font-style: italic;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content .readmore {
    margin-top: 50px;
    font-size: 18px;
    color: #F1F1F1;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.thought-leadership-section .right-side-part .article-sections .article-common .article-content .readmore:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #F1F1F1;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.thought-leadership-section .right-side-part .article-sections .article-common .thumb-article img {
    width: 100%;
    display: block;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content {
    background: #DACBB6;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content .tag {
    background: #C3B49E;
    color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content h3 {
    color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content p {
    color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content .wirte-by strong {
    color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content .wirte-by {
    border-top-color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content .readmore {
    color: #1C1C1C;
}

.thought-leadership-section .right-side-part .article-sections .cream-color .article-common .article-content .readmore:before {
    background: #1C1C1C;
}

footer {
    background: #680A08;
}

footer .row {
    border-bottom: 1px solid #8D3432;
}

footer .col-lg-4 {
    border-right: 1px solid #8D3432;
}

footer .col-lg-4:last-child {
    border-right: 0;
}

footer .col-lg-4:nth-child(1) {
    display: flex;
    align-items: end;
}

footer .main-box-part {
    padding: 31px 53px;
    width: 100%;
}

footer .main-box-part a {
    display: block;
}

footer .main-box-part img {
    display: block;
    width: 257px;
}

footer .direct-links-part {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

footer .direct-links-part .news-letter-part {
    display: flex;
    align-items: end;
}

footer .direct-links-part .news-letter-part .center-part {
    width: 100%;
}

footer .direct-links-part .links-list {
    padding: 50px 30px;
}

footer .direct-links-part .links-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 32.33%;
    margin-bottom: 31px;
}

footer .direct-links-part .links-list ul li a {
    font-size: 20px;
    color: #DACBB6;
    font-weight: 700;
    display: block;
    text-decoration: none;
}

footer .direct-links-part .news-letter-part h4 {
    font-size: 24px;
    line-height: 34px;
    color: #DACBB6;
    font-weight: 600;
    padding: 30px;
}

footer .direct-links-part .news-letter-part form {
    display: flex;
    border-top: 1px solid #8D3432;
}

footer .direct-links-part .news-letter-part form input {
    width: 80%;
    padding: 30px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    color: #DACBB6;
    font-size: 18px;
}

footer .direct-links-part .news-letter-part form input::-webkit-input-placeholder {
    color: #DACBB6;
}

footer .direct-links-part .news-letter-part form input:-moz-placeholder {
    color: #DACBB6;
}

footer .direct-links-part .news-letter-part form input::-moz-placeholder {
    color: #DACBB6;
}

footer .direct-links-part .news-letter-part form input:-ms-input-placeholder {
    color: #DACBB6;
}

footer .direct-links-part .news-letter-part form button {
    width: 15%;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #8D3432;
    color: #DACBB6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

footer .direct-links-part .news-letter-part form button svg {
    width: 25px;
    height: 25px;
}

footer .linkedin-updates {
    padding: 40px 50px 30px;
}

footer .linkedin-updates .heading2 {
    color: #DACBB6;
    margin-bottom: 20px;
}

footer .linkedin-updates img {
    width: 100%;
    display: block;
}

footer .linkedin-updates a {
    color: #DACBB6;
    text-decoration: none;
}

footer .linkedin-updates a svg {
    width: 40px;
    height: 40px;
}

footer .copy-rights {
    padding: 15px 50px;
}

footer .copy-rights p {
    font-size: 16px;
    color: #DACBB6;
    font-weight: 300;
    line-height: 22px;
}

footer .copy-rights .social-media-links {
    text-align: right;
}

footer .copy-rights .social-media-links a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #dacbb6;
    margin-right: 10px;
}

footer .copy-rights .row {
    border: 0;
}

footer .copy-rights .social-media-links a:last-child {
    margin-right: 0;
}

footer .copy-rights .social-media-links a svg {
    width: 25px;
    height: 25px;
}

.mobile-searchicon {
    display: none;
}

.header .menu .menu-item.desktop-none {
    display: none;
}

.about-us-banner {
    padding: 100px 0 0;
    background: #680A08;
}

.about-us-banner .left-side-part {
    position: relative;
}

.about-us-banner .left-side-part .div-part .div1 {
    width: 334px;
    height: 37px;
    background: #8D3432;
    margin-bottom: 10px;
}

.about-us-banner .left-side-part .div-part .div2 {
    width: 487px;
    height: 37px;
    background: #8D3432;
    margin-bottom: 10px;
}

.about-us-banner .left-side-part .div-part .div3 {
    width: 263px;
    height: 37px;
    background: #8D3432;
    margin-bottom: 10px;
}

.about-us-banner .left-side-part .mobile-show-image {
    display: none;
}

.about-us-banner .left-side-part .heading {
    margin-top: 60px;
    margin-left: 41px;
}

.about-us-banner .right-side-images {
    padding-right: 50px;
    height: 100%;
    display: flex;
    align-items: end;
}

.about-us-banner .right-side-images img {
    width: 100%;
    display: block;
}

.our-firm-section {
    padding: 70px 41px;
    overflow: hidden;
}

.our-firm-section .left-side-part .heading2 {
    font-size: 24px;
    font-style: italic;
    color: #8B8882;
    line-height: 19px;
}

.our-firm-section .right-side-text p {
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
    font-weight: 400;
}

.statistics-section .row {
    border-top: 2px solid #E5E2DC;
    border-bottom: 2px solid #E5E2DC;
}

.statistics-section .row .col-lg-4 {
    border-right: 2px solid #E5E2DC;
}

.statistics-section .row .col-lg-4:last-child {
    border-right: 0;
}

.statistics-section .box-number {
    display: flex;
    padding: 40px;
    align-items: end;
    height: 244px;
}

.statistics-section .box-number .content-part strong {
    font-size: 100px;
    font-weight: 400;
    color: #8D3432;
    font-family: "DM Serif Display", serif;
    display: block;
}

.statistics-section .box-number .content-part p {
    font-size: 24px;
    color: #1C1C1C;
    line-height: 36px;
    margin-top: 15px;
    font-weight: 600;
}

.the-bilawala-co-journey-section {
    padding: 60px 30px;
}

.the-bilawala-co-journey-section .main-container {
    padding: 100px 40px;
    background: #DACBB6;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.the-bilawala-co-journey-section .right-side-info {
    display: flex;
}

.the-bilawala-co-journey-section .right-side-info .year-list {
    width: 15%;
    border-right: 2px solid #C3B49E;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part {
    width: 100%;
    display: flex;
    align-items: end;
    position: relative;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .tab-content {
    padding-left: 125px;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slider-nav {}

.the-bilawala-co-journey-section .right-side-info .slider-nav {
    display: none;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .journey-slider .slick-arrow {
    display: none !important;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots {
    position: absolute;
    top: 0;
    left: -60px;
    padding-right: 38px;
    border-right: 2px solid #C3B49E;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
    display: block;
    margin-bottom: 90px;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:last-child {
    margin-bottom: 0;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li button {
    display: block;
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 0;
    position: relative;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(1).slick-active button:before {
    font-weight: 700;
    color: #680A08;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(2).slick-active button:before {
    font-weight: 700;
    color: #680A08;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(3).slick-active button:before {
    font-weight: 700;
    color: #680A08;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(4).slick-active button:before {
    font-weight: 700;
    color: #680A08;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(5).slick-active button:before {
    font-weight: 700;
    color: #680A08;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(1) button:before {
    content: "1964";
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(2) button:before {
    content: "1980s";
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(3) button:before {
    content: "1990s";
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(4) button:before {
    content: "2000s";
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li:nth-child(5) button:before {
    content: "2025";
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    font-family: "Montserrat", sans-serif;
}

.the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item {
    display: block;
    margin-bottom: 21px;
}

.the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}

.the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item button {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #6D6457;
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 100%;
    display: block;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item button.active {
    font-weight: 700;
    color: #680A08;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part {
    display: flex;
    align-items: end;
    padding: 0 10px;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge {
    width: 40%;
    position: relative;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge span {
    padding: 10px 17px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge img {
    display: block;
    width: 100%;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
    width: 60%;
    padding-left: 60px;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set strong {
    font-weight: 400;
    font-size: 36px;
    color: #1C1C1C;
    font-family: "DM Serif Display", serif;
    display: block;
    margin-bottom: 40px;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set p {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.why-choose-us-section {
    padding: 40px 70px 100px;
}

.why-choose-us-section .heading-part {
    margin-bottom: 50px;
}

.why-choose-us-section .list-of-stepes .items {
    padding: 30px 0;
    border-top: 2px solid #E5E2DC;
    vertical-align: middle;
}

.why-choose-us-section .list-of-stepes .items .col-lg-4 {
    padding: 0 15px;
}

.why-choose-us-section .list-of-stepes .items img {
    display: block;
}

.why-choose-us-section .list-of-stepes .items .title-part h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1C1C1C;
    line-height: 34px;
}

.why-choose-us-section .list-of-stepes .items .title-part .mobile-show {
    display: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1C1C1C;
}

.why-choose-us-section .list-of-stepes .items .details-info p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1C1C1C;
}

.our-leaders {
    padding: 100px 70px;
    background: #1C1C1C;
}

.our-leaders .col-lg-3 {
    padding: 0 15px;
}

.our-leaders .heading2 {
    color: #F1F1F1;
}

.our-leaders .thumb-part {
    position: relative;
    overflow: hidden;
    transition: 0.25s all linear;
}

.our-leaders .thumb-part .image {
    overflow: hidden;
    position: relative;
    transition: 0.25s all linear;
}

.our-leaders .thumb-part .image img {
    width: 100%;
    display: block;
    transition: 0.25s all linear;
}

.our-leaders .thumb-part:hover .image img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: 0.25s all linear;
}

.our-leaders .thumb-part .image span {
    padding: 10px 17px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.our-leaders .thumb-part .content-part {
    padding: 30px 0 0;
}

.our-leaders .thumb-part .content-part strong {
    font-size: 20px;
    color: #F1F1F1;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.our-leaders .thumb-part .content-part p {
    font-size: 16px;
    color: #F1F1F1;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.our-leaders .thumb-part .content-part span {
    font-size: 16px;
    color: #F1F1F1;
    font-weight: 400;
    display: block;
}

.our-leaders .thumb-part .content-part .links {
    margin-top: 30px;
}

.our-leaders .thumb-part .content-part .links a {
    font-size: 14px;
    color: #F1F1F1;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    padding-bottom: 2px;
}

.our-leaders .thumb-part .content-part .links a:last-child {
    margin-right: 0;
}

.our-leaders .thumb-part .content-part .links a svg {
    width: 24px;
    height: 24px;
    color: #F1F1F1;
}

.our-leaders .thumb-part .content-part .view-profile {
    border-bottom: 1px solid #F1F1F1;
    text-transform: capitalize;
}

.practice-areas-section .gray-color {
    background: #DACBB6;
}

.practice-areas-section .left-side-part {
    padding: 57px;
    position: sticky;
    top: 80px;
}

.practice-areas-section .left-side-part .heading-part.mobile-show {
    display: none;
}

.practice-areas-section .left-side-part img {
    width: 100%;
    display: block;
}

.practice-areas-section .left-side-part .content-part {
    margin-top: 33px;
}

.practice-areas-section .left-side-part .content-part .heading2 {
    color: #1C1C1C;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.practice-areas-section .left-side-part .content-part p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 10px;
}

.practice-areas-section .left-side-part .content-part p:last-child {
    margin-bottom: 0;
}

.practice-areas-section .right-side-part .heading-part {
    padding: 60px 60px 40px;
}

.practice-areas-section .right-side-part .heading {
    color: #1C1C1C;
    font-size: 48px;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6 {
    border: 1px solid #E5E2DC;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6:hover {
    background: #680A08;
    transition: 0.25s all linear;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6.last-box:hover {
    background: transparent;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 {
    padding: 51px 64px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 img {
    width: 16%;
    transition: 0.25s all linear;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 img.icon2 {
    display: none;
    transition: 0.25s all linear;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6:hover .area-box1 img.icon2 {
    display: block;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6:hover .area-box1 img.icon1 {
    display: none;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part {
    width: 80%;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 strong {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    padding-left: 30px;
    line-height: 28px;
    display: inline-block;
}

.practice-areas-section .right-side-part .practice-area-list .col-lg-6:hover .area-box1 strong {
    color: #F1F1F1;
}

.practice-areas-section .right-side-part .practice-area-list .area-box1 .icon {
    display: none;
}

.join-a-family-legacy-of-excellence {
    padding: 100px 70px;
}

.join-a-family-legacy-of-excellence .heading {
    color: #1C1C1C;
    margin-bottom: 20px;
}

.join-a-family-legacy-of-excellence p {
    font-size: 20px;
    color: #1C1C1C;
    font-weight: 500;
    line-height: 30px;
}

.join-a-family-legacy-of-excellence .big-image {
    margin-top: 40px;
}

.join-a-family-legacy-of-excellence .big-image img {
    width: 100%;
    display: block;
}

.why-shape-your-future {
    padding: 100px 70px 50px;
}

.why-shape-your-future .heading-part {
    margin-bottom: 50px;
}

.why-shape-your-future .heading-part .heading2 br {
    display: none;
}

.why-shape-your-future .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 50px;
}

.why-shape-your-future .shapes-future-thumb {
    padding: 40px 0 40px;
    border-top: 2px solid #E5E2DC;
}

.why-shape-your-future .shapes-future-thumb strong {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #1C1C1C;
}

.why-shape-your-future .shapes-future-thumb p {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
    line-height: 22px;
}

.our-culture-values {
    padding: 100px 70px 529px;
    background: #680A08;
    overflow: hidden;
}

.our-culture-values .left-side-part {
    padding-right: 162px;
    height: 100%;
    display: flex;
    align-items: center;
}

.our-culture-values .left-side-part .heading2 {
    color: #F1F1F1;
    margin-bottom: 20px;
}

.our-culture-values .left-side-part p {
    color: #F1F1F1;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.our-culture-values .left-side-part p:last-child {
    margin-bottom: 0;
}

.our-culture-values .img-part img {
    width: 100%;
    display: block;
}

.team-members-section {
    padding: 0 30px;
    margin-top: -392px;
}

.team-members-section.team-members-section .main-container {
    background: #DACBB6;
}

.team-members-section.team-members-section .main-container .heading-part {
    padding: 50px;
    border-bottom: 2px solid #C3B49E;
}

.services-list-section.team-members-section .col-lg-3 {
    border-color: #C3B49E;
}

.services-list-section.team-members-section .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.services-list-section.team-members-section .main-box .main-heading strong {
    color: #C3B49E;
}

/* .services-list-section.team-members-section .main-box {
height: 337px;
} */
.file-upload {
    display: block;
    text-align: center;
}

.file-upload .file-select {
    display: block;
    border: 0;
    color: #7d7d7d;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #444444;
    overflow: hidden;
    position: relative;
    padding: 10px 9px 10px 17px;
}

.file-upload .file-select .file-select-button {
    background: transparent;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    border-radius: 0;
    font-size: 14px;
}

.file-upload .file-select .file-select-name {
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #F1F1F1;
    font-weight: 600;
    border-bottom: 1px solid #F1F1F1;
}

.file-upload .file-select:hover {
    border-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #e4e4e4;
    color: #000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.interested-in-working-with-us {
    padding: 404px 70px 100px;
    background: #1C1C1C;
    margin-top: -273px;
    overflow: hidden;
}

.interested-in-working-with-us .left-side-part {
    padding-right: 100px;
}

.interested-in-working-with-us .left-side-part .heading2 {
    color: #F1F1F1;
}

.interested-in-working-with-us .right-side-part .col-lg-6,
.interested-in-working-with-us .right-side-part .col-lg-12 {
    padding: 0 3px;
    margin-bottom: 6px;
}

.interested-in-working-with-us .right-side-part .mb-3 {
    margin-bottom: 0 !important;
}

.interested-in-working-with-us .right-side-part input,
.interested-in-working-with-us .right-side-part select,
.interested-in-working-with-us .right-side-part textarea {
    padding: 20px;
    background: #444444;
    color: #F1F1F1;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    resize: none;
}

.interested-in-working-with-us .right-side-part select {
    width: 100%;
}

.interested-in-working-with-us .right-side-part input::-webkit-input-placeholder,
.interested-in-working-with-us .right-side-part textarea::-webkit-input-placeholder {
    color: #F1F1F1;
}

.interested-in-working-with-us .right-side-part input::-moz-placeholder,
.interested-in-working-with-us .right-side-part textarea::-moz-placeholder {
    color: #F1F1F1;
}

.interested-in-working-with-us .right-side-part input:-ms-input-placeholder,
.interested-in-working-with-us .right-side-part textarea:-ms-input-placeholder {
    color: #F1F1F1;
}

.interested-in-working-with-us .right-side-part input:-moz-placeholder,
.interested-in-working-with-us .right-side-part textarea:-moz-placeholder {
    color: #F1F1F1;
}

.interested-in-working-with-us .right-side-part .common-btn {
    margin-top: 40px;
}

.legal-insights-thought-leadership-section {
    padding: 60px 42px;
}

.legal-insights-thought-leadership-section .top-content {
    margin-bottom: 40px;
}

.legal-insights-thought-leadership-section .top-content .col-lg-6 {
    padding: 0 15px;
}

.legal-insights-thought-leadership-section .top-content .heading {
    color: #1C1C1C;
}

.legal-insights-thought-leadership-section .top-content p {
    font-size: 20px;
    color: #1C1C1C;
    line-height: 28px;
    font-weight: 500;
}

.legal-insights-thought-leadership-section .search-part .col-lg-6 {
    padding: 0 15px;
}

.legal-insights-thought-leadership-section .search-part .search-inputs {
    position: relative;
}

.legal-insights-thought-leadership-section .search-part .search-inputs input {
    padding: 26px 88px 26px 26px;
    border: 2px solid #E5E2DC;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    color: #8B8882;
    font-weight: 500;
    outline: none;
    background: #FFFBF5;
}

.legal-insights-thought-leadership-section .search-part .search-inputs input::-webkit-input-placeholder {
    color: #8B8882;
}

.legal-insights-thought-leadership-section .search-part .search-inputs input:-moz-placeholder {
    color: #8B8882;
}

.legal-insights-thought-leadership-section .search-part .search-inputs input::-moz-placeholder {
    color: #8B8882;
}

.legal-insights-thought-leadership-section .search-part .search-inputs input:-ms-input-placeholder {
    color: #8B8882;
}

.legal-insights-thought-leadership-section .search-part .search-inputs .icon-search {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.legal-insights-thought-leadership-section .search-part .search-inputs .icon-search img {
    width: 25px;
}

.legal-insights-thought-leadership-section .search-part .dropdown {
    position: relative;
    transition: 0.25s all linear;
}

.legal-insights-thought-leadership-section .search-part .dropdown .btn-secondary {
    width: 100%;
    padding: 26px 88px 26px 26px;
    border: 2px solid #E5E2DC;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    color: #8B8882;
    font-weight: 500;
    outline: none;
    background: #FFFBF5;
    text-align: left;
    position: relative;
    transition: 0.25s all linear;
}

.legal-insights-thought-leadership-section .search-part .dropdown .btn-secondary img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 40px;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part {
    padding: 30px;
    border: 2px solid #E5E2DC;
    display: none;
    transition: 0.25s all linear;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFBF5;
    z-index: 8;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part ul {
    margin-bottom: 30px;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li {
    display: block;
    margin-bottom: 12px;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li:last-child {
    margin-bottom: 0;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check {
    display: flex;
    cursor: pointer;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check .form-check-input {
    width: 5%;
    height: 23px;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check .form-check-label {
    width: 90%;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #8B8882;
    border-radius: 0;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

/* Style when checkbox is checked */
.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check input[type="checkbox"]:checked {
    background-color: #680A08;
    border-color: #680A08;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check input[type="checkbox"]:checked::after {
    content: " ";
    background: url(../images/tichk-arrow.png) no-repeat;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    width: 18px;
    height: 15px;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check .form-check-label {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
    padding-left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part li .form-check input[type="checkbox"]:checked+label {
    font-weight: 700;
    color: #680A08;
}

.legal-insights-thought-leadership-section .search-part .dropdown .list-down-part .clear-all {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 600;
    border-bottom: 2px solid #1C1C1C;
    text-decoration: none;
}

.legal-insights-thought-leadership-section .search-part .dropdown.drop-button .list-down-part {
    display: block;
    transition: 0.25s all linear;
}

.list-of-articles {
    padding-top: 40px;
}

.list-of-articles .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

/*  */
.list-of-articles .article-common .article-content {
    background: #1C1C1C;
    padding: 40px;
    min-height: 350px;
    position: relative;
}

.list-of-articles .article-common .article-content .tag {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #F1F1F1;
    font-weight: 600;
    text-align: center;
    background: #444444;
    margin-bottom: 20px;
}

.list-of-articles .article-common .article-content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #F1F1F1;
    min-height: 84px;
}

.list-of-articles .article-common .article-content p {
    font-size: 16px;
    color: #F1F1F1;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 22px;
}

.list-of-articles .article-common .article-content .wirte-by {
    padding-top: 20px;
    border-top: 1px solid #F1F1F1;
}

.list-of-articles .article-common .article-content .wirte-by strong {
    font-size: 18px;
    font-weight: 400;
    color: #F1F1F1;
    font-family: "DM Serif Display", serif;
    font-style: italic;
}

.list-of-articles .article-common .article-content .readmore {
    margin-top: 50px;
    font-size: 18px;
    color: #F1F1F1;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    position: absolute;
    bottom: 50px;
}

.list-of-articles .article-common .article-content .readmore:before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #F1F1F1;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.list-of-articles .article-common .thumb-article img {
    width: 100%;
    display: block;
}

.list-of-articles .article-common a {
    text-decoration: none;
}

.list-of-articles .colo1 .article-common .article-content {
    background: #680A08;
}

.list-of-articles .colo1 .article-common .article-content .tag {
    background: #8D3432;
}

.list-of-articles .colo3 .article-common .article-content {
    background: #DACBB6;
}

.list-of-articles .colo3 .article-common .article-content .tag {
    background: #C3B49E;
    color: #1C1C1C
}

.list-of-articles .colo3 .article-common .article-content h3,
.list-of-articles .colo3 .article-common .article-content p {
    color: #1C1C1C
}

.list-of-articles .colo3 .article-common .article-content .wirte-by {
    border-top-color: #1C1C1C
}

.list-of-articles .colo3 .article-common .article-content .wirte-by strong,
.list-of-articles .colo3 .article-common .article-content .readmore {
    color: #1C1C1C
}

.list-of-articles .colo3 .article-common .article-content .readmore:before {
    background: #1C1C1C;
}

.legal-insights-thought-leadership-section .pagination-part {
    border: 2px solid #E5E2DC;
    width: 266px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.legal-insights-thought-leadership-section .pagination-part button,
.legal-insights-thought-leadership-section .pagination-part .numberof-pages-show {
    padding: 30px;
    text-align: center;
    background: transparent;
    border-right: 2px solid #E5E2DC;
    box-shadow: none;
    outline: none;
    width: 33.33%;
    border: 0;
}

.legal-insights-thought-leadership-section .pagination-part button:first-child {
    border-right: 2px solid #E5E2DC;
}

.legal-insights-thought-leadership-section .pagination-part button:last-child {
    border-left: 2px solid #E5E2DC;
}

.legal-insights-thought-leadership-section .pagination-part .numberof-pages-show {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    text-align: center;
}

.contact-banner {
    padding: 100px 60px 50px;
    background: #680A08;
}

.contact-address {
    background: #1C1C1C;
}

.contact-address .left-side-part {
    padding: 77px 60px;
}

.contact-address .left-side-part .common-addres-part {
    display: flex;
    margin-bottom: 50px;
}

.contact-address .left-side-part .common-addres-part:last-child {
    margin-bottom: 0;
}

.contact-address .left-side-part .common-addres-part .icon {
    width: 11%;
    color: #F1F1F1;
}

.contact-address .left-side-part .common-addres-part .icon svg {
    width: 34px;
    height: 34px;
}

.contact-address .left-side-part .common-addres-part .content-address {
    padding-left: 20px;
    width: 84%;
}

.contact-address .left-side-part .common-addres-part .content-address h4 {
    font-size: 24px;
    color: #F1F1F1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-address .left-side-part .common-addres-part .content-address p {
    font-size: 16px;
    color: #F1F1F1;
    font-weight: 400;
    line-height: 22px;
}

.contact-address .left-side-part .common-addres-part .content-address p a {
    color: #F1F1F1;
    text-decoration: none;
    display: block;
}

.contact-address .righ-side-part .main-form-part {
    background: #DACBB6;
    padding: 78px;
}

.contact-address .righ-side-part .main-form-part h3 {
    font-size: 24px;
    color: #1C1C1C;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 34px;
}

.contact-address .righ-side-part .main-form-part .col-lg-6,
.contact-address .righ-side-part .main-form-part .col-lg-12 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.contact-address .righ-side-part .main-form-part .mb-3 {
    margin-bottom: 0 !important;
}

.contact-address .righ-side-part .main-form-part input,
.contact-address .righ-side-part .main-form-part textarea {
    padding: 34px;
    background: #EADDC9;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    resize: none;
}

.contact-address .righ-side-part {
    margin-top: -123px;
}

.contact-address .righ-side-part .main-form-part .common-btn {
    margin-top: 40px;
}

.contact-address .righ-side-part .main-form-part input::-webkit-input-placeholder,
.contact-address .righ-side-part .main-form-part textarea::-webkit-input-placeholder {
    color: #1C1C1C;
}

.contact-address .righ-side-part .main-form-part input::-moz-placeholder,
.contact-address .righ-side-part .main-form-part textarea::-moz-placeholder {
    color: #1C1C1C;
}

.contact-address .righ-side-part .main-form-part input:-ms-input-placeholder,
.contact-address .righ-side-part .main-form-part textarea:-ms-input-placeholder {
    color: #1C1C1C;
}

.contact-address .righ-side-part .main-form-part input:-moz-placeholder,
.contact-address .righ-side-part .main-form-part textarea:-moz-placeholder {
    color: #1C1C1C;
}

.thought-leadership-details-banner {
    padding: 100px 70px 0;
    background: #680A08;
}

.thought-leadership-details-banner .left-side-part {
    padding-right: 100px;
}

.thought-leadership-details-banner .left-side-part .tag-part span {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    color: #F1F1F1;
    font-weight: 600;
    text-align: center;
    background: #8D3432;
    margin-bottom: 52px;
}

.thought-leadership-details-banner .left-side-part .mobile-image-show {
    display: none;
}

.thought-leadership-details-banner .left-side-part .heading {
    margin-bottom: 60px;
}

.thought-leadership-details-banner .left-side-part .date-show {
    font-size: 20px;
    color: #F1F1F1;
    font-weight: 500;
}

.thought-leadership-details-banner .image-showing {
    display: flex;
    align-items: end;
}

.thought-leadership-details-banner .image-showing .box1 {
    width: 50%;
    position: relative;
}

.thought-leadership-details-banner .image-showing .box1 span {
    padding: 10px 17px;
    background: #FF0000;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.thought-leadership-details-banner .image-showing img {
    display: block;
    width: 100%;
}

.details-content-section .left-side-content {
    padding: 100px 70px;
}

.details-content-section .left-side-content .heading {
    color: #1C1C1C;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 41px;
}

.details-content-section .left-side-content p {
    font-size: 20px;
    line-height: 28px;
    color: #1C1C1C;
    font-weight: 500;
}

.details-content-section .left-side-content .main-content-show {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid #E5E2DC;
}

.details-content-section .left-side-content .main-content-show p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.details-content-section .left-side-content .main-content-show .heading2 {
    font-size: 30px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.details-content-section .left-side-content .main-content-show .hide-div {
    display: none;
}

.details-content-section .left-side-content .main-content-show .read-full-article {
    font-size: 18px;
    color: #1C1C1C;
    font-weight: 600;
    border-bottom: 1px solid #1C1C1C;
    padding-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
}

.details-content-section .color3 {
    background: #DACBB6;
}

.details-content-section .right-side-part {
    padding: 100px 50px;
    position: sticky;
    top: 100px;
}

.details-content-section .right-side-part h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.details-content-section .right-side-part ul li {
    font-size: 20px;
    line-height: 28px;
    color: #1C1C1C;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.details-content-section .right-side-part .latest-insights-div {
    margin-top: 80px;
}

.details-content-section .right-side-part .latest-insights-div .list-of-articles {
    padding-top: 20px;
}

.details-content-section .right-side-part .latest-insights-div h4 {
    margin-bottom: 0;
}

.Practice-details-banner-section {
    position: relative;
}

.Practice-details-banner-section .div-bg-color {
    height: 600px;
    background: #680A08;
}

.Practice-details-banner-section .main-container {
    padding: 0 41px;
    margin-top: -26%;
}

.Practice-details-banner-section .main-container .color-div {
    background: #DACBB6;
}

.Practice-details-banner-section .main-container .left-side-part {
    height: 100%;
}

.Practice-details-banner-section .main-container .left-side-part img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.Practice-details-banner-section .main-container .right-side-part {
    padding: 90px;
}

.Practice-details-banner-section .main-container .right-side-part .heading2 {
    margin-bottom: 20px;
}

.Practice-details-banner-section.error-section .main-container .right-side-part .heading2 {
    font-size: 74px;
    line-height: 71px;
}

.Practice-details-banner-section.error-section .main-container .right-side-part .heading2 strong {
    display: block;
    margin-top: 10px;
    font-size: 34px;
    line-height: 41px;
}

.Practice-details-banner-section.thank-you-section {
    margin-bottom: 60px;
}

.Practice-details-banner-section.thank-you-section .main-container .right-side-part .common-btn {
    margin-top: 40px;
}

.Practice-details-banner-section .main-container .right-side-part p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1C1C1C;
}

.accordion-container {
    position: relative;
    height: auto;
}

.accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-top: 2px solid #E5E2DC;
}

.accordion-container .set:last-child {
    border-bottom: 2px solid #E5E2DC;
}

.accordion-container .set>.accodian-thum {
    display: block;
    padding: 0;
    padding: 40px 0;
    font-size: 20px;
    text-decoration: none;
    color: #1C1C1C;
    font-weight: 700;
    border-bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-container .set>.accodian-thum i {
    float: right;
    margin-top: 0;
    transition: 0.25s all linear;
}

.accordion-container .set>.accodian-thum i img {
    transition: 0.25s all linear;
    width: 32px;
}

.accordion-container .set>.accodian-thum i.fa-minus img {
    transform: rotate(180deg);
    transition: 0.25s all linear;
}

.accordion-container .set>.accodian-thum.active {
    padding-bottom: 20px;
}

.accordion-container .content {
    display: none;
    padding-bottom: 40px;
}

.accordion-container .content p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
    padding-right: 73px;
}

.services-we-offer {
    padding: 100px 120px;
    border-bottom: 2px solid #E5E2DC;
}

.services-we-offer .left-side-part {
    padding-right: 100px;
}

.services-we-offer .left-side-part .heading2 {
    margin-bottom: 30px;
}

.services-we-offer .right-side-part .heading2 {
    font-size: 24px;
    color: #8B8882;
    font-style: italic;
    margin-bottom: 30px;
}

.services-we-offer .right-side-part ul li {
    margin-bottom: 0;
}

.services-we-offer .right-side-part ul li:last-child {
    margin-bottom: 0;
}

.services-we-offer .right-side-part ul li a {
    font-size: 18px;
    color: #1C1C1C;
    font-weight: 400;
    padding: 25px;
    display: block;
    text-decoration: none;
    position: relative;
    border-left: 10px solid transparent;
    line-height: 28px;
}

.services-we-offer .right-side-part ul li.active a {
    border-left-color: #680A08;
    font-weight: 700;
    color: #680A08;
}

.how-we-can-help-section .accordion-container .set {
    margin-bottom: 40px;
    border: 0;
}

.how-we-can-help-section .accordion-container .set:last-child {
    margin-bottom: 0;
}

.how-we-can-help-section .accordion-container .set>.accodian-thum {
    padding: 0;
    border: 0;
}

.how-we-can-help-section .accordion-container .set>.accodian-thum h3 {
    margin-bottom: 15px;
    line-height: 28px;
}

.how-we-can-help-section .accordion-container .set>.accodian-thum p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5C5C;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99
}

.common-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 62%;
    z-index: 9999;
    background: #FFFBF5;
    transform: translateY(-50%);
}

.common-popup .containt-center {
    padding: 60px;
}

.common-popup .containt-center .heading2 {
    text-align: center;
    margin-bottom: 30px;
    color: #680A08
}

.common-popup .containt-center p {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
}

.common-popup .containt-center .center-box {
    border: 2px solid #E5E2DC;
    padding: 40px;
    margin: 40px 0 60px;
}

.common-popup .containt-center .center-box ul {
    padding-left: 30px;
    margin-bottom: 30px;
}

.common-popup .containt-center .center-box ul li {
    position: relative;
    font-size: 18px;
    color: #1C1C1C;
    line-height: 22px;
    margin-bottom: 25px;
}

.common-popup .containt-center .center-box ul li:before {
    content: " ";
    width: 7px;
    height: 7px;
    background: #680A08;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -29px;
}

.common-popup .containt-center .center-box ul li:last-child {
    margin-bottom: 0;
}

.common-popup .containt-center .center-box p {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
}

.common-popup .containt-center .center-box p strong {
    font-weight: 700;
}

.common-popup .containt-center .common-button {
    text-align: center;
}

.common-popup .containt-center .common-button br {
    display: none;
}

.common-popup .containt-center .common-button .common-btn {
    margin-right: 20px;
    padding: 20px 28px;
}

.common-popup .containt-center .common-button .common-btn:last-child {
    margin-right: 0;
}

/* .scroll-fill-text span {

color: #000;
transition: opacity 0.5s ease;
}

.scroll-fill-text span.visible {
opacity: 1;   
 */

/* .scroll-fill-text span {
opacity: 0.1;
transform: translateY(20px); 
transition: all 1.5s ease;  
}

.scroll-fill-text span.visible {
opacity: 1;
transform: translateY(0);
}
 */
.join-a-family-legacy-of-excellence.search-page-section {
    padding: 100px 0 60px;
}

.join-a-family-legacy-of-excellence.search-page-section .heading {
    margin-bottom: 0;
}

.join-a-family-legacy-of-excellence.search-page-section .searchpatten {
    width: 500px;
    display: flex;
    align-items: center;
    float: right;
}

.join-a-family-legacy-of-excellence.search-page-section .searchpatten input {
    padding: 19px;
    background: #EADDC9;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    resize: none;
}

.join-a-family-legacy-of-excellence.search-page-section .searchpatten .searchbtn {
    background: #680A08;
    color: #DACBB6;
    padding: 18px;
    border: 1px solid #680A08;
}

.search-page-content-part {
    padding-bottom: 100px;
}

.search-page-content-part .list-of-search-content {
    padding: 20px 0;
    border-bottom: 2px solid #E5E2DC;
}

.search-page-content-part .list-of-search-content h3 {
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}

.search-page-content-part .list-of-search-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    color: #1C1C1C;
    font-weight: 400;
    margin-top: 20px;
}

.search-page-content-part .list-of-search-content a.know-more {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #680A08;
    margin-top: 20px;
    border-bottom: 2px solid #680A08;
}

/***********************************/
@media screen and (max-width:1600px) {
    .common-btn {
        padding: 20px 31px;
        font-size: 16px;
    }

    .bio-section .main-container .left-side-part .double-quotes {
        width: 74%;
    }

    .bio-section .main-container {
        padding: 142px 37px 100px;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        font-size: 16px;
    }

    .bio-section .main-container .right-side-part p {
        font-size: 16px;
        margin-bottom: 41px;
    }

    .our-legal-focus-section .mian-container .right-side-part .common-btn {
        margin-top: 53px;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 98%;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part p {
        font-size: 18px;
        line-height: 29px;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts span,
    .thought-leadership-section .right-side-part .top-news .left-side-parts p,
    .thought-leadership-section .right-side-part .top-news .left-side-parts .readmore,
    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .tag,
    .thought-leadership-section .right-side-part .article-sections .article-common .article-content p,
    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .readmore {
        font-size: 16px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content {
        padding: 39px 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .readmore {
        margin-top: 36px;
    }

    footer .direct-links-part .news-letter-part h4 {
        font-size: 20px;
    }

    footer .direct-links-part .links-list ul li a {
        font-size: 16px;
    }

    .statistics-section .box-number .content-part strong {
        font-size: 87px;
    }

    .statistics-section .box-number .content-part p {
        font-size: 20px;
        line-height: 31px;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list {
        width: 13%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
        margin-bottom: 10px;
    }

    .why-choose-us-section .list-of-stepes .items .details-info p {
        font-size: 16px;
    }

    .our-leaders .thumb-part .image span {
        font-size: 16px;
    }

    .about-us-banner .left-side-part .div-part .div1 {
        width: 264px;
    }

    .about-us-banner .left-side-part .div-part .div2 {
        width: 400px;
    }

    .about-us-banner .left-side-part .div-part .div3 {
        width: 204px;
    }

    .practice-areas-section .left-side-part {
        padding: 50px 40px;
    }

    .practice-areas-section .right-side-part .heading-part {
        padding: 70px 60px 33px;
    }

    /* carrer */
    .join-a-family-legacy-of-excellence {
        padding: 100px 45px;
    }

    .why-shape-your-future {
        padding: 33px 70px 50px;
    }

    .why-shape-your-future .heading-part {
        margin-bottom: 32px;
    }

    .interested-in-working-with-us .left-side-part .heading2 br {
        display: none;
    }

    .legal-insights-thought-leadership-section .top-content p {
        font-size: 20px;
        line-height: 28px;
    }

    .legal-insights-thought-leadership-section .search-part .search-inputs input {
        padding: 20px 71px 20px 20px;
        font-size: 18px;
    }

    .legal-insights-thought-leadership-section .search-part .dropdown .btn-secondary {
        padding: 20px 71px 20px 20px;
        font-size: 18px;
    }

    .list-of-articles .article-common .article-content .tag {
        font-size: 16px;
        padding: 7px;
    }

    .list-of-articles .article-common .article-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .list-of-articles .article-common .article-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .list-of-articles .article-common .article-content .readmore {
        font-size: 16px;
        bottom: 42px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 329px;
    }

    .legal-insights-thought-leadership-section .pagination-part button,
    .legal-insights-thought-leadership-section .pagination-part .numberof-pages-show {
        padding: 16px;
    }

    .legal-insights-thought-leadership-section .pagination-part button img {
        width: 12px;
    }

    .legal-insights-thought-leadership-section .pagination-part .numberof-pages-show {
        font-size: 16px;
    }

    .contact-address .left-side-part .common-addres-part .content-address p {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-address .left-side-part .common-addres-part .content-address h4 {
        font-size: 22px;
    }

    .thought-leadership-details-banner {
        padding: 67px 45px 0;
    }

    .details-content-section .left-side-content {
        padding: 70px 45px;
    }

    .details-content-section .left-side-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .details-content-section .left-side-content .main-content-show p {
        font-size: 16px;
    }

    .details-content-section .left-side-content .main-content-show .read-full-article {
        font-size: 16px;
    }

    .details-content-section .left-side-content .main-content-show .heading2 {
        font-size: 24px;
        line-height: 44px;
    }

    .details-content-section .right-side-part h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .details-content-section .right-side-part ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 8px;
    }

    .details-content-section .right-side-part .latest-insights-div {
        margin-top: 55px;
    }

    .details-content-section .right-side-part {
        padding: 70px 40px;
    }

    .thought-leadership-details-banner .left-side-part .tag-part span {
        font-size: 16px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 477px;
    }

    .accordion-container .content p {
        font-size: 16px;
    }

    .services-we-offer .right-side-part ul li a {
        padding: 16px;
    }

    .how-we-can-help-section .accordion-container .set>.accodian-thum p {
        font-size: 16px;
    }

    .common-popup .containt-center .heading2 {
        margin-bottom: 15px;
    }

    .common-popup .containt-center p {
        font-size: 16px;
        line-height: 22px;
    }

    .common-popup .containt-center {
        padding: 42px;
    }

    .common-popup .containt-center .center-box {
        padding: 25px;
        margin: 25px 0 40px;
    }

    .common-popup .containt-center .center-box ul li {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .common-popup .containt-center .center-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
        display: block;
        margin-bottom: 60px;
    }

    .team-members-section {
        padding: 0 30px;
        margin-top: -433px;
    }

    /*   .practice-areas-section .right-side-part .practice-area-list .area-box1 strong br {
          display: none;
      } */
    .legal-insights-thought-leadership-section .search-part .search-inputs .icon-search {
        padding: 21px;
    }

    .common-popup .containt-center .common-button .common-btn {
        margin-right: 10px;
        padding: 13px 28px;
    }

    .statistics-section .box-number {
        height: 280px;
    }

    /*  .services-list-section .main-box {
         height: 319px;
     } */

    /*    .services-list-section.team-members-section .main-box {
           height: 408px;
       } */
}

@media(max-width:1366px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .logo {
        padding: 14px 17px 15px 15px;
    }

    .header .menu .menu-item {
        margin: 0 5px;
    }

    .header .menu .menu-item a {
        padding: 13px 8px;
        font-size: 15px;
    }

    .header .search-button-end .search-icon {
        padding: 28px 17px;
    }

    .header .search-button-end .contact-link a {
        padding: 11px 9px;
        font-size: 12px;
    }

    .header .search-button-end .contact-link a:before {
        width: 69px;
        bottom: 8px;
    }

    .bio-section .main-container .left-side-part .bio-image {
        margin-left: 0;
        margin-right: 20px;
    }

    .hearo-banner .hearo-content .heading br {
        display: none;
    }

    .heading {
        font-size: 34px;
        line-height: 43px;
    }

    .hearo-banner .hearo-content p {
        font-size: 18px;
    }

    .hearo-banner .hearo-content p br {
        display: none;
    }

    .honored-with-section .left-side-part .div2 {
        width: 425px;
    }

    .heading2 {
        font-size: 30px;
        line-height: 40px;
    }

    .honored-with-section .right-side-part .heading2 br {
        display: none;
    }

    .honored-with-section .right-side-part .brand-logos-slider {
        width: 96%;
    }

    .services-list-section .main-box {
        padding: 24px;
    }

    .services-list-section .main-box .bottom-text h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .services-list-section .main-box .bottom-text p {
        font-size: 16px;
    }

    .services-list-section .main-box .main-heading span {
        font-size: 16px;
        line-height: 24px;
    }

    .our-legal-focus-section .mian-container {
        padding: 100px 38px 0;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 br {
        display: none;
    }

    .our-legal-focus-section .mian-container .left-side-part {
        padding-right: 59px;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 100%;
    }

    .our-legal-focus-section .mian-container .right-side-part .common-btn {
        margin-bottom: 51px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a {
        font-size: 17px;
    }

    .grow-with-a-firm-section {
        padding: 100px 35px;
    }

    .grow-with-a-firm-section .left-side-part .heading2 br {
        display: none;
    }

    .grow-with-a-firm-section .left-side-part {
        padding-right: 56px;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .thought-leadership-section .left-side-part {
        padding-left: 0;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts {
        padding: 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .top-news {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: 110px;
    }

    footer .main-box-part {
        padding: 35px 47px;
    }

    footer .direct-links-part .links-list {
        padding: 36px 19px;
    }

    footer .direct-links-part .news-letter-part h4 {
        font-size: 18px;
        padding: 19px;
    }

    footer .direct-links-part .news-letter-part form input {
        padding: 19px;
    }

    footer .linkedin-updates {
        padding: 26px 19px;
    }

    footer .copy-rights {
        padding: 25px 34px;
    }

    .about-us-banner .left-side-part .heading {
        margin-bottom: 60px;
    }

    .statistics-section .box-number {
        padding: 25px;
        height: 200px;
    }

    .statistics-section .box-number .content-part strong {
        font-size: 61px;
    }

    .statistics-section .box-number .content-part p {
        font-size: 18px;
        line-height: 31px;
    }

    .the-bilawala-co-journey-section {
        padding: 60px 15px;
    }

    .the-bilawala-co-journey-section .main-container {
        padding: 100px 24px;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list {
        width: 22%;
    }

    /* 
    .the-bilawala-co-journey-section .right-side-info .content-show-part .tab-content {
    padding-left: 29px;
    } */
    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .tab-content {
        padding-left: 83px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part {
        padding: 0 10px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
        margin-bottom: 52px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 30px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set strong {
        font-size: 33px;
        margin-bottom: 33px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
        font-size: 20px;
    }

    .why-choose-us-section {
        padding: 100px 44px;
    }

    .why-choose-us-section .list-of-stepes .items .title-part h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-leaders {
        padding: 100px 35px;
    }

    .our-leaders .col-lg-3 {
        padding: 0 8px;
    }

    .our-leaders .heading2 br {
        display: none;
    }

    .our-leaders .thumb-part .image span {
        font-size: 12px;
        top: 4px;
        left: 4px;
    }

    .practice-areas-section .left-side-part {
        padding: 25px;
    }

    .practice-areas-section .left-side-part .content-part .heading2 {
        color: #1C1C1C;
        font-size: 22px;
        line-height: 31px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        padding: 38px 33px;
    }

    /* carrers */
    .join-a-family-legacy-of-excellence {
        padding: 100px 20px;
    }

    .why-shape-your-future {
        padding: 0 20px 50px;
    }

    .why-shape-your-future .col-lg-4 {
        margin-bottom: 28px;
    }

    .why-shape-your-future .shapes-future-thumb strong {
        font-size: 21px;
    }

    .our-culture-values .left-side-part {
        padding-right: 60px;
    }

    .our-culture-values {
        padding: 100px 20px 500px;
    }

    .team-members-section .main-container .heading-part {
        padding: 30px;
    }

    .team-members-section {
        padding: 0 20px;
    }

    .interested-in-working-with-us {
        padding: 336px 20px 100px;
        margin-top: -241px;
    }

    .interested-in-working-with-us .left-side-part {
        padding-right: 40px;
    }

    .legal-insights-thought-leadership-section {
        padding: 100px 20px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 379px;
    }

    .contact-banner {
        padding: 100px 20px 50px;
    }

    .contact-address .left-side-part {
        padding: 77px 20px;
    }

    .contact-address .righ-side-part .main-form-part {
        padding: 67px 40px;
    }

    .contact-address .righ-side-part .main-form-part h3 br {
        display: none;
    }

    .contact-address .righ-side-part .main-form-part input,
    .contact-address .righ-side-part .main-form-part textarea {
        padding: 30px;
    }

    .thought-leadership-details-banner {
        padding: 67px 20px 0;
    }

    .thought-leadership-details-banner .left-side-part {
        padding-right: 50px;
    }

    .thought-leadership-details-banner .left-side-part .heading br {
        display: none;
    }

    .thought-leadership-details-banner .left-side-part .tag-part span {
        margin-bottom: 20px;
    }

    .thought-leadership-details-banner .left-side-part .heading {
        margin-bottom: 39px;
    }

    .thought-leadership-details-banner .image-showing .box1 span {
        padding: 4px 7px;
        font-size: 14px;
        line-height: 20px;
    }

    .details-content-section .left-side-content {
        padding: 60px 20px;
    }

    .details-content-section .left-side-content .main-content-show .heading2 {
        font-size: 21px;
        line-height: 40px;
    }

    .details-content-section .right-side-part {
        padding: 60px 20px;
    }

    .details-content-section .right-side-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 340px;
        padding: 20px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 420px;
    }

    .Practice-details-banner-section .main-container {
        padding: 0 20px;
        margin-top: -26%;
    }

    .header .menu .menu-item a:before {
        bottom: 10px;
    }

    .header .search-button-end {
        padding-right: 15px;
    }

    .Practice-details-banner-section .main-container .right-side-part {
        padding: 40px;
    }

    .services-we-offer {
        padding: 100px 20px;
    }

    .accordion-container .set>.accodian-thum {
        padding: 30px 0;
    }

    .common-popup {
        width: 76%;
    }

    .common-popup .containt-center {
        padding: 28px;
    }

    .common-popup .containt-center .center-box {
        padding: 20px;
        margin: 19px 0;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .header .logo {
        padding: 14px 17px 15px 15px;
    }

    .header .menu .menu-item {
        margin: 0 5px;
    }

    .header .menu .menu-item a {
        padding: 13px 8px;
        font-size: 15px;
    }

    .header .search-button-end .search-icon {
        padding: 36px 17px;
    }

    .header .search-button-end .contact-link a {
        padding: 11px 9px;
        font-size: 12px;
    }

    .header .search-button-end .contact-link a:before {
        width: 69px;
        bottom: 8px;
    }

    .hearo-banner .hearo-content .heading br {
        display: none;
    }

    .heading {
        font-size: 34px;
        line-height: 43px;
    }

    .hearo-banner .hearo-content p {
        font-size: 18px;
    }

    .hearo-banner .hearo-content p br {
        display: none;
    }

    .honored-with-section .left-side-part .div2 {
        width: 425px;
    }

    .heading2 {
        font-size: 30px;
        line-height: 40px;
    }

    .honored-with-section .right-side-part .heading2 br {
        display: none;
    }

    .honored-with-section .right-side-part .brand-logos-slider {
        width: 96%;
    }

    .services-list-section .main-box {
        padding: 24px;
    }

    .services-list-section .main-box .bottom-text h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .services-list-section .main-box .bottom-text p {
        font-size: 16px;
    }

    .services-list-section .main-box .main-heading span {
        font-size: 16px;
        line-height: 24px;
    }

    .our-legal-focus-section .mian-container {
        padding: 100px 38px 0;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 br {
        display: none;
    }

    .our-legal-focus-section .mian-container .left-side-part {
        padding-right: 59px;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 100%;
    }

    .our-legal-focus-section .mian-container .right-side-part .common-btn {
        margin-bottom: 51px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a {
        font-size: 17px;
    }

    .grow-with-a-firm-section {
        padding: 100px 35px;
    }

    .grow-with-a-firm-section .left-side-part .heading2 br {
        display: none;
    }

    .grow-with-a-firm-section .left-side-part {
        padding-right: 56px;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .thought-leadership-section .left-side-part {
        padding-left: 0;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts {
        padding: 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .top-news {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: auto;
    }

    footer .main-box-part {
        padding: 35px 47px;
    }

    footer .direct-links-part .links-list {
        padding: 36px 19px;
    }

    footer .direct-links-part .news-letter-part h4 {
        font-size: 18px;
        padding: 19px;
    }

    footer .direct-links-part .news-letter-part form input {
        padding: 19px;
    }

    footer .linkedin-updates {
        padding: 26px 19px;
    }

    footer .copy-rights {
        padding: 25px 34px;
    }

    .header .search-button-end {
        width: 22%;
        padding-right: 0;
    }

    .about-us-banner .left-side-part .heading {
        margin-bottom: 60px;
    }

    .statistics-section .box-number {
        padding: 25px;
        height: 207px;
    }

    .statistics-section .box-number .content-part strong {
        font-size: 61px;
    }

    .statistics-section .box-number .content-part p {
        font-size: 18px;
        line-height: 31px;
    }

    .the-bilawala-co-journey-section {
        padding: 60px 15px;
    }

    .the-bilawala-co-journey-section .main-container {
        padding: 100px 24px;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list {
        width: 22%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 30px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set strong {
        font-size: 33px;
        margin-bottom: 33px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
        font-size: 20px;
    }

    .why-choose-us-section {
        padding: 100px 44px;
    }

    .why-choose-us-section .list-of-stepes .items .title-part h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-leaders {
        padding: 100px 35px;
    }

    .our-leaders .col-lg-3 {
        padding: 0 8px;
    }

    .our-leaders .heading2 br {
        display: none;
    }

    .our-leaders .thumb-part .image span {
        font-size: 12px;
        top: 4px;
        left: 4px;
    }

    .practice-areas-section .left-side-part {
        padding: 25px;
    }

    .practice-areas-section .left-side-part .content-part .heading2 {
        color: #1C1C1C;
        font-size: 22px;
        line-height: 31px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        padding: 46px 33px;
    }

    /* carrers */
    .join-a-family-legacy-of-excellence {
        padding: 100px 20px;
    }

    .why-shape-your-future {
        padding: 0 20px 50px;
    }

    .why-shape-your-future .col-lg-4 {
        margin-bottom: 28px;
    }

    .why-shape-your-future .shapes-future-thumb strong {
        font-size: 21px;
    }

    .our-culture-values .left-side-part {
        padding-right: 60px;
    }

    .our-culture-values {
        padding: 100px 20px 500px;
    }

    .team-members-section .main-container .heading-part {
        padding: 30px;
    }

    .team-members-section {
        padding: 0 20px;
    }

    .interested-in-working-with-us {
        padding: 336px 20px 100px;
        margin-top: -241px;
    }

    .interested-in-working-with-us .left-side-part {
        padding-right: 40px;
    }

    .legal-insights-thought-leadership-section {
        padding: 100px 20px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 379px;
    }

    .contact-banner {
        padding: 100px 20px 50px;
    }

    .contact-address .left-side-part {
        padding: 77px 20px;
    }

    .contact-address .righ-side-part .main-form-part {
        padding: 67px 40px;
    }

    .contact-address .righ-side-part .main-form-part h3 br {
        display: none;
    }

    .contact-address .righ-side-part .main-form-part input,
    .contact-address .righ-side-part .main-form-part textarea {
        padding: 30px;
    }

    .thought-leadership-details-banner {
        padding: 67px 20px 0;
    }

    .thought-leadership-details-banner .left-side-part {
        padding-right: 30px;
    }

    .thought-leadership-details-banner .left-side-part .heading br {
        display: none;
    }

    .thought-leadership-details-banner .left-side-part .tag-part span {
        margin-bottom: 20px;
    }

    .thought-leadership-details-banner .left-side-part .heading {
        margin-bottom: 39px;
    }

    .thought-leadership-details-banner .image-showing .box1 span {
        padding: 4px 7px;
        font-size: 14px;
        line-height: 20px;
    }

    .details-content-section .left-side-content {
        padding: 60px 20px;
    }

    .details-content-section .left-side-content .main-content-show .heading2 {
        font-size: 21px;
        line-height: 40px;
    }

    .details-content-section .right-side-part {
        padding: 60px 20px;
    }

    .details-content-section .right-side-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 360px;
        padding: 20px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 420px;
    }

    .Practice-details-banner-section .main-container {
        padding: 0 20px;
        margin-top: -29%;
    }

    .Practice-details-banner-section .main-container .right-side-part {
        padding: 40px;
    }

    .services-we-offer {
        padding: 100px 20px;
    }

    .accordion-container .set>.accodian-thum {
        padding: 30px 0;
    }

    .common-popup {
        width: 76%;
    }

    .common-popup .containt-center {
        padding: 28px;
    }

    .common-popup .containt-center .center-box {
        padding: 20px;
        margin: 19px 0;
    }

    .journey-slider .slick-slide {
        padding-right: 10px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
        display: block;
        margin-bottom: 46px;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        display: none;
    }

    .why-choose-us-section {
        padding: 40px 44px 100px;
    }

    .header .menu .menu-item a:before {
        bottom: 9px;
    }

    .bio-section .main-container .left-side-part .bio-image {
        margin-left: 0;
        padding-right: 30px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .logo {
        padding: 14px 17px 15px 15px;
    }

    .header .menu .menu-item {
        margin: 0 5px;
    }

    .header .menu .menu-item a {
        padding: 13px 8px;
        font-size: 15px;
    }

    .header .search-button-end .search-icon {
        padding: 28px 17px;
    }

    .header .search-button-end .contact-link a {
        padding: 11px 9px;
        font-size: 12px;
    }

    .header .search-button-end .contact-link a:before {
        width: 69px;
    }

    .hearo-banner .hearo-content .heading br {
        display: none;
    }

    .heading {
        font-size: 34px;
        line-height: 43px;
    }

    .hearo-banner .hearo-content p {
        font-size: 18px;
    }

    .hearo-banner .hearo-content p br {
        display: none;
    }

    .honored-with-section .left-side-part .div2 {
        width: 425px;
    }

    .heading2 {
        font-size: 30px;
        line-height: 40px;
    }

    .honored-with-section .right-side-part .heading2 br {
        display: none;
    }

    .honored-with-section .right-side-part .brand-logos-slider {
        width: 96%;
    }

    .services-list-section .main-box {
        padding: 24px;
    }

    .services-list-section .main-box .bottom-text h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .services-list-section .main-box .bottom-text p {
        font-size: 16px;
    }

    .services-list-section .main-box .main-heading span {
        font-size: 16px;
        line-height: 24px;
    }

    .our-legal-focus-section .mian-container {
        padding: 100px 38px 0;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 br {
        display: none;
    }

    .our-legal-focus-section .mian-container .left-side-part {
        padding-right: 59px;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 100%;
    }

    .our-legal-focus-section .mian-container .right-side-part .common-btn {
        margin-bottom: 51px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a {
        font-size: 17px;
    }

    .grow-with-a-firm-section {
        padding: 100px 35px;
    }

    .grow-with-a-firm-section .left-side-part .heading2 br {
        display: none;
    }

    .grow-with-a-firm-section .left-side-part {
        padding-right: 56px;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .thought-leadership-section .left-side-part {
        padding-left: 0;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts {
        padding: 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .top-news {
        padding: 0 9px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: 110px;
    }

    footer .main-box-part {
        padding: 35px 47px;
    }

    footer .direct-links-part .links-list {
        padding: 36px 19px;
    }

    footer .direct-links-part .news-letter-part h4 {
        font-size: 18px;
        padding: 19px;
    }

    footer .direct-links-part .news-letter-part form input {
        padding: 19px;
    }

    footer .linkedin-updates {
        padding: 26px 19px;
    }

    footer .copy-rights {
        padding: 25px 34px;
    }

    .about-us-banner .left-side-part .heading {
        margin-bottom: 60px;
    }

    .statistics-section .box-number {
        padding: 25px;
        height: 290px;
    }

    .statistics-section .box-number .content-part strong {
        font-size: 61px;
    }

    .statistics-section .box-number .content-part p {
        font-size: 18px;
        line-height: 31px;
    }

    .the-bilawala-co-journey-section {
        padding: 60px 15px;
    }

    .the-bilawala-co-journey-section .main-container {
        padding: 100px 24px;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list {
        width: 22%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots {
        left: -21px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 30px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge span {
        padding: 6px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
        display: block;
        margin-bottom: 52px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set strong {
        font-size: 33px;
        margin-bottom: 33px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
        font-size: 20px;
    }

    .why-choose-us-section {
        padding: 100px 44px;
    }

    .why-choose-us-section .list-of-stepes .items .title-part h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-leaders {
        padding: 100px 35px;
    }

    .our-leaders .col-lg-3 {
        padding: 0 8px;
    }

    .our-leaders .heading2 br {
        display: none;
    }

    .our-leaders .thumb-part .image span {
        font-size: 12px;
        top: 4px;
        left: 4px;
    }

    .practice-areas-section .left-side-part {
        padding: 17px;
    }

    .practice-areas-section .left-side-part .content-part .heading2 {
        color: #1C1C1C;
        font-size: 22px;
        line-height: 31px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        padding: 50px 33px;
    }

    /* carrers */
    .join-a-family-legacy-of-excellence {
        padding: 100px 20px;
    }

    .why-shape-your-future {
        padding: 0 20px 50px;
    }

    .why-shape-your-future .col-lg-4 {
        margin-bottom: 28px;
    }

    .why-shape-your-future .shapes-future-thumb strong {
        font-size: 21px;
    }

    .our-culture-values .left-side-part {
        padding-right: 60px;
    }

    .our-culture-values {
        padding: 100px 20px 500px;
    }

    .team-members-section .main-container .heading-part {
        padding: 30px;
    }

    .team-members-section {
        padding: 0 20px;
    }

    .interested-in-working-with-us {
        padding: 336px 20px 100px;
        margin-top: -241px;
    }

    .interested-in-working-with-us .left-side-part {
        padding-right: 40px;
    }

    .legal-insights-thought-leadership-section {
        padding: 100px 20px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 417px;
    }

    .contact-banner {
        padding: 100px 20px 50px;
    }

    .contact-address .left-side-part {
        padding: 77px 20px;
    }

    .contact-address .righ-side-part .main-form-part {
        padding: 67px 40px;
    }

    .contact-address .righ-side-part .main-form-part h3 br {
        display: none;
    }

    .contact-address .righ-side-part .main-form-part input,
    .contact-address .righ-side-part .main-form-part textarea {
        padding: 30px;
    }

    .thought-leadership-details-banner {
        padding: 67px 20px 0;
    }

    .thought-leadership-details-banner .left-side-part {
        padding-right: 30px;
    }

    .thought-leadership-details-banner .left-side-part .heading br {
        display: none;
    }

    .thought-leadership-details-banner .left-side-part .tag-part span {
        margin-bottom: 20px;
    }

    .thought-leadership-details-banner .left-side-part .heading {
        margin-bottom: 39px;
    }

    .thought-leadership-details-banner .image-showing .box1 span {
        padding: 4px 7px;
        font-size: 14px;
        line-height: 20px;
    }

    .details-content-section .left-side-content {
        padding: 60px 20px;
    }

    .details-content-section .left-side-content .main-content-show .heading2 {
        font-size: 21px;
        line-height: 40px;
    }

    .details-content-section .right-side-part {
        padding: 60px 20px;
    }

    .details-content-section .right-side-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .list-of-articles .article-common .article-content {
        min-height: 382px;
        padding: 20px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 420px;
    }

    .Practice-details-banner-section .main-container {
        padding: 0 20px;
        margin-top: -35%;
    }

    .Practice-details-banner-section .main-container .right-side-part {
        padding: 40px;
    }

    .services-we-offer {
        padding: 100px 20px;
    }

    .accordion-container .set>.accodian-thum {
        padding: 30px 0;
    }

    .common-popup {
        width: 95%;
    }

    .common-popup .containt-center {
        padding: 28px;
    }

    .common-popup .containt-center .center-box {
        padding: 20px;
        margin: 19px 0;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        display: none;
    }

    .hearo-banner .hearo-content {
        padding: 15px;
        width: 81%;
    }

    .why-choose-us-section {
        padding: 40px 44px 100px;
    }

    .header .search-button-end {
        width: 31%;
        padding-right: 4px;
    }

    .header .search-button-end .contact-link a:before {
        width: 69px;
        bottom: 7px;
    }

    .hearo-banner .hearo-content {
        padding: 38px;
        width: 87%;
    }

    .hearo-banner .big-image .video-bg video {
        width: auto;
    }

    .bio-section .main-container .left-side-part {
        padding-right: 30px;
    }

    .bio-section .main-container .right-side-part p {
        margin-bottom: 18px;
    }

    .header .menu .menu-item a:before {
        bottom: 9px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 strong {
        font-size: 18px;
        padding-left: 20px;
        line-height: 22px;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 12px 14px;
        color: #1C1C1C;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        border: 1px solid #E5E2DC;
    }

    .header .logo {
        width: 146px;
        border-right: 0
    }

    .header .menu .menu-item a .plus,
    .header .menu>.menu-item:hover>a .plus {
        border: 0;
    }

    .header .menu .menu-item .sub-menu .menu-item a:before {
        content: none;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        color: #1C1C1C;
    }

    .header .menu .menu-item a:before {
        content: " ";
        width: 30px;
        height: 30px;
        background: url(../images/downarrow.svg) no-repeat;
        position: absolute;
        background-size: 30px 30px;
        right: 19px;
        left: auto;
        top: 21%;
        transform: translateY(-50%);
        margin: 0;
        display: block;
        opacity: 1;
        transform: rotate(-90deg);
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        margin-right: 0;
    }

    .header .close-nav-menu {
        border-left: 0
    }

    .header .close-nav-menu img {
        width: 16px;
    }

    .header .menu {
        background: #FFFBF5;
    }

    .header .search-button-end.mobile-hide {
        display: none;
    }

    .header .logo {
        padding: 6px 11px 6px 11px;
    }

    .header .menu {
        width: 84%;
        margin: 60px auto 0;
    }

    .mobile-searchicon {
        display: block;
    }

    .mobile-searchicon .search-icon {
        padding: 30px 20px;
        position: absolute;
        right: 70px;
        border-left: 2px solid #e5e2dc;
        top: 0;
    }

    .mobile-searchicon .search-icon img {
        width: 22px;
    }

    .header .menu .menu-item {
        margin: 0;
    }

    .header .menu .menu-item.desktop-none {
        display: block;
        bottom: 0;
        left: 0;
        margin-top: 50%;
    }

    .header .menu .menu-item.desktop-none a {
        color: #DACBB6;
        background: #680A08;
        font-weight: 700;
        border: 0;
        padding: 14px;
        display: inline-block;
        font-size: 13px;
        text-decoration: none;
        transition: 0.25s all linear;
        border: 1px solid transparent;
        text-align: center;
        text-transform: uppercase;
    }

    .header .menu .menu-item.desktop-none a:before {
        content: none;
    }

    .honored-with-section .left-side-part .div2 {
        width: 100%;
    }

    .hearo-banner {
        padding: 0;
    }

    .hearo-banner .hearo-content {
        width: auto;
    }

    .hearo-banner .hearo-content {
        width: 70%;
        margin: 0 auto;
        padding: 28px;
        bottom: 28px;
    }

    .hearo-banner .big-image img {
        height: 114vh;
    }

    .heading {
        font-size: 28px;
        line-height: 35px;
    }

    .common-btn {
        padding: 13px 17px;
        font-size: 14px;
    }

    .bio-section {
        padding: 0;
    }

    .bio-section .main-container {
        padding: 60px 20px 60px;
    }

    .bio-section .main-container .left-side-part {
        padding-right: 0;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        font-size: 14px;
        padding: 9px;
        display: none;
    }

    .bio-section .main-container .right-side-part p {
        font-size: 14px;
    }

    .bio-section .main-container .right-side-part .author-details span {
        font-size: 16px;
    }

    .bio-section .main-container .left-side-part .col-lg-3 {
        width: 30%;
    }

    .bio-section .main-container .left-side-part .col-lg-9 {
        width: 70%;
    }

    .bio-section .main-container .right-side-part {
        padding-left: 0;
        margin-top: 32px;
    }

    .bio-section .main-container .right-side-part .author-details {
        padding-top: 27px;
        margin-top: 45px;
    }

    .bio-section .main-container .right-side-part .author-details strong {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .honored-with-section .left-side-part .div1 {
        width: 190px;
        height: 23px;
        margin-bottom: 7px;
    }

    .honored-with-section .left-side-part .div2 {
        width: 286px;
        height: 23px;
        margin-bottom: 7px;
    }

    .honored-with-section .left-side-part .div3 {
        width: 150px;
        height: 23px;
        margin-bottom: 0px;
    }

    .honored-with-section .left-side-part {
        position: relative;
        margin-bottom: 50px;
    }

    .honored-with-section .right-side-part {
        padding: 0 15px;
    }

    .honored-with-section .right-side-part .brand-logos-slider {
        width: 100%;
    }

    .honored-with-section .right-side-part .brand-logos-slider .slick-dots {
        text-align: left;
    }

    .honored-with-section .right-side-part .brand-logos-slider .slick-dots li button {
        width: 11px;
        height: 11px;
    }

    .honored-with-section .right-side-part {
        text-align: left;
    }

    .honored-with-section .right-side-part .heading2 {
        margin-bottom: 30px;
    }

    .honored-with-section .right-side-part img {
        vertical-align: middle;
        width: 80px;
    }

    .about-us-section {
        padding: 60px 15px 60px;
    }

    .about-us-section .left-side-part {
        margin-bottom: 30px;
    }

    .about-us-section .left-side-part .heading2 {
        font-size: 18px;
    }

    .heading2 {
        font-size: 24px;
        line-height: 31px;
    }

    .services-list-section .big-image img {
        height: 233px;
    }

    /*  .services-list-section .col-lg-3 {
     border-right: 0;
     border-bottom: 2px solid #E5E2DC;
     } */

    /*  .services-list-section .col-lg-3:last-child {
     border-bottom: 0;
     }
     */
    .services-list-section .main-box .main-heading {
        margin-bottom: 56px;
    }

    /*   .services-list-section .main-box {
          height: 368px;
      } */
    .services-list-section .main-box .main-heading span,
    .services-list-section .main-box .bottom-text p {
        font-size: 14px;
    }

    .services-list-section .main-box .bottom-text p {
        min-height: 110px;
    }

    .services-list-section .center-button {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .services-list-section .main-box .bottom-text h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .services-list-section .main-box {
        padding: 13px;
    }

    .services-list-section.team-members-section .main-box {
        padding: 30px;
        /*     min-height: 356px; */
    }

    .our-legal-focus-section {
        padding: 0 10px;
    }

    .our-legal-focus-section .mian-container {
        padding: 60px 15px 0;
    }

    .our-legal-focus-section .mian-container .left-side-part .heading2 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 {
        display: none;
    }

    .our-legal-focus-section .mian-container .bottom-part-row .left-side-part {
        display: none;
    }

    .our-legal-focus-section .mian-container .our-legal-focus-row {
        margin-bottom: 0;
    }

    .our-legal-focus-section .mian-container .left-side-part {
        padding-right: 0;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2.mobile-show {
        display: block;
        margin-bottom: 30px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li {
        transition: 0.25s all linear;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li.active img {
        display: block;
        width: 100%;
        padding-bottom: 24px;
        transition: 0.25s all linear;
    }

    .our-legal-focus-section .mian-container .bottom-part-row .left-side-part {
        margin-bottom: 30px;
        display: none;
        height: auto;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a:hover:before {
        width: 36px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a:hover {
        padding-left: 50px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a {
        font-size: 15px;
        line-height: 21px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li a:before {
        height: 8px;
        top: 25px;
    }

    .our-legal-focus-section .mian-container .right-side-part .button-div {
        text-align: center;
    }

    .our-legal-focus-section .mian-container .right-side-part .common-btn {
        margin-bottom: 40px;
        margin-top: 40px;
        text-align: center;
    }

    .common-btn.common-btn1 {
        padding: 14px;
        font-size: 13px;
    }

    .grow-with-a-firm-section {
        padding: 60px 15px;
    }

    .grow-with-a-firm-section .left-side-part {
        padding-right: 0;
    }

    .grow-with-a-firm-section .left-side-part .desktop-hide {
        display: none;
    }

    .grow-with-a-firm-section .left-side-part .heading2 {
        margin-bottom: 0;
    }

    .grow-with-a-firm-section .right-side-part .border-div1 {
        margin: 0 0 10px;
    }

    .grow-with-a-firm-section .right-side-part {
        margin-top: 40px;
    }

    .grow-with-a-firm-section .right-side-part .col-lg-6 {
        width: 50%;
        padding: 0 5px;
    }

    .grow-with-a-firm-section .right-side-part .border-div1,
    .grow-with-a-firm-section .right-side-part .border-div2,
    .grow-with-a-firm-section .right-side-part .border-div3 {
        margin-bottom: 8px;
    }

    .grow-with-a-firm-section .right-side-part .border-div1 {
        margin: 0;
    }

    .grow-with-a-firm-section .right-side-part .main-div-box {
        margin: 0 5px 8px;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part p {
        font-size: 14px;
        line-height: 21px;
    }

    .grow-with-a-firm-section .button-div.mobile-show {
        display: block;
        text-align: center;
        margin-top: 40px;
    }

    .grow-with-a-firm-section .right-side-part .thumb-part {
        margin-top: 0;
    }

    .thought-leadership-section {
        padding: 60px 15px;
    }

    .thought-leadership-section .left-side-part .heading2 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .thought-leadership-section .left-side-part {
        display: block;
        margin-bottom: 40px;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts p {
        font-size: 13px;
    }

    .thought-leadership-section .right-side-part .top-news {
        padding: 0;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts {
        padding: 20px;
        min-height: 290px;
        position: relative;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content {
        padding: 20px;
        min-height: 290px;
        position: relative;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: auto;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .thought-leadership-section .right-side-part .article-sections {
        margin-top: 0;
        padding: 0 0;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts span {
        padding: 6px;
    }

    .thought-leadership-section .left-side-part .button-part {
        display: none;
    }

    .thought-leadership-section .right-side-part .slick-slide {
        padding: 0 5px;
    }

    .thought-leadership-section .right-side-part .slick-dots {
        text-align: center;
        margin-top: 30px;
    }

    .thought-leadership-section .right-side-part .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    .thought-leadership-section .right-side-part .slick-dots li button {
        width: 11px;
        height: 11px;
        padding: 0;
        font-size: 0;
        background: #E5E2DC;
        border: 0;
        outline: none;
        box-shadow: none;
        transition: 0.25s all linear;
    }

    .thought-leadership-section .right-side-part .slick-dots li.slick-active button {
        background: #680A08;
        transition: 0.25s all linear;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .tag {
        padding: 6px;
        margin-bottom: 10px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .wirte-by {
        padding-top: 10px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .wirte-by strong {
        font-size: 13px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content .readmore {
        font-size: 13px;
        margin-top: 26px;
        position: absolute;
        bottom: 31px;
    }

    .thought-leadership-section .right-side-part .top-news .left-side-parts .readmore {
        font-size: 13px;
        position: absolute;
        bottom: 32px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6.cream-color {
        margin-top: 10px;
    }

    footer .main-box-part {
        padding: 25px;
    }

    footer .main-box-part img {
        display: block;
        width: 44%;
    }

    footer .direct-links-part .links-list {
        padding: 38px 17px 13px;
        order: 2;
        border-bottom: 1px solid #8D3432;
    }

    footer .direct-links-part .links-list ul li {
        margin-bottom: 30px;
        width: 49%;
    }

    footer .direct-links-part .news-letter-part {
        order: 1;
    }

    footer .direct-links-part .links-list ul li a {
        font-size: 14px;
    }

    footer .direct-links-part .news-letter-part h4 {
        font-size: 16px;
        padding: 17px;
        display: none;
    }

    footer .direct-links-part .news-letter-part form input {
        padding: 14px;
        font-size: 14px;
    }

    footer .direct-links-part .news-letter-part form button svg {
        width: 20px;
        height: 20px;
    }

    footer .direct-links-part .news-letter-part form {
        border-bottom: 1px solid #8D3432;
    }

    footer .copy-rights {
        padding: 20px 12px;
    }

    footer .copy-rights .col-lg-6 {
        padding: 0 5px;
    }

    footer .copy-rights .col-lg-6:first-child {
        width: 70%;
    }

    footer .copy-rights .col-lg-6:last-child {
        width: 30%;
    }

    footer .copy-rights p {
        text-align: left;
        margin-bottom: 0;
        font-size: 14px;
    }

    footer .copy-rights .social-media-links {
        text-align: right;
    }

    .about-us-banner .left-side-part .div-part .div1 {
        width: 183px;
        height: 23px;
    }

    .about-us-banner .left-side-part .div-part .div2 {
        width: 303px;
        height: 23px;
    }

    .about-us-banner .left-side-part .div-part .div3 {
        width: 150px;
        height: 23px;
    }

    .about-us-banner .left-side-part .heading {
        margin-bottom: 60px;
        margin: 40px 15px 80px;
        font-size: 28px;
    }

    .our-firm-section .left-side-part .heading2 {
        font-size: 16px;
    }

    .our-firm-section .right-side-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-us-banner {
        padding-top: 60px;
    }

    .about-us-banner .right-side-images {
        padding-right: 0;
        display: block;
    }

    .about-us-banner .right-side-images.mobile-hide {
        display: none;
    }

    .about-us-banner .left-side-part .mobile-show-image {
        display: block;
        margin-top: 34px;
    }

    .about-us-banner .left-side-part .mobile-show-image img {
        display: block;
        width: 100%;
    }

    .our-firm-section {
        padding: 60px 15px;
    }

    .our-firm-section .left-side-part {
        margin-bottom: 14px;
    }

    .statistics-section .box-number {
        height: 227px;
        padding: 15px;
    }

    .statistics-section .box-number .content-part p {
        font-size: 14px;
        line-height: 23px;
        font-weight: 400;
    }

    .statistics-section .box-number .content-part strong {
        font-size: 54px;
    }

    .statistics-slider .slick-arrow {
        display: none !important;
    }

    .the-bilawala-co-journey-section {
        padding: 60px 0 0;
    }

    .the-bilawala-co-journey-section .main-container {
        padding: 60px 0;
    }

    .team-members-section.team-members-section .main-container .heading-part {
        padding: 0 15px 30px;
    }

    .the-bilawala-co-journey-section .main-container .left-side-part {
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .the-bilawala-co-journey-section .right-side-info {
        display: block;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #C3B49E;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs {
        display: flex;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item {
        width: 20%;
    }

    .the-bilawala-co-journey-section .right-side-info .year-list .nav-tabs .nav-item button {
        padding: 5px;
        text-align: center;
    }

    .the-bilawala-co-journey-section .main-container .left-side-part .heading2 br {
        display: none;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .tab-content {
        padding-left: 0;
        width: 100%;
        display: block;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li {
        display: inline-block;
        margin-bottom: 0;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part {
        display: block;
        margin-top: 81px;
        padding: 0 15px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge {
        width: 100%;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding-right: 0;
        border-right: 0;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 28px;
        border-bottom: 2px solid #C3B49E;
        padding: 0 15px 29px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set strong {
        font-size: 28px;
        margin-bottom: 26px;
        text-align: left;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 0;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge span {
        padding: 4px 10px;
        background: #FF0000;
        color: #FFFFFF;
        font-size: 14px;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set p {
        font-size: 14px;
        text-align: left;
    }

    .journey-slider .slick-slide {
        padding: 0;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part {
        display: block;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 0;
        margin-top: 27px;
        width: 100%;
        text-align: center;
    }

    .why-choose-us-section {
        padding: 100px 15px 60px;
    }

    .why-choose-us-section .heading-part {
        margin-bottom: 25px;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4 {
        padding: 0 8px;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4:nth-child(1) {
        width: 30%;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4:nth-child(2) {
        width: 70%;
    }

    .why-choose-us-section .list-of-stepes .items .details-info {
        margin-top: 20px;
    }

    .why-choose-us-section .list-of-stepes .items .title-part h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .practice-areas-section .right-side-part .practice-area-list .col-lg-6:hover .area-box1 .title-part .icon {
        color: #fff;
    }

    .why-choose-us-section .list-of-stepes .items .title-part h3 br {
        display: none;
    }

    .why-choose-us-section .list-of-stepes .items .title-part .mobile-show {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4.show-desktop {
        display: none;
    }

    .why-choose-us-section .list-of-stepes .items .icon-image img {
        width: 60px;
    }

    .why-choose-us-section .list-of-stepes .items .row {
        align-items: start;
    }

    .our-leaders {
        padding: 60px 15px;
    }

    .our-leaders .heading2 {
        margin-bottom: 0;
    }

    .our-leaders .thumb-part .image span {
        display: none;
    }

    .our-leaders .col-lg-3 {
        padding: 0;
        margin-bottom: 49px;
    }

    .our-leaders .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .practice-areas-section .left-side-part {
        padding: 50px 15px;
    }

    .practice-areas-section .left-side-part .heading-part.mobile-show {
        display: block;
        margin-bottom: 50px;
    }

    .practice-areas-section .left-side-part .heading-part.mobile-show .heading {
        color: #1C1C1C;
    }

    .practice-areas-section .left-side-part .content-part .heading2 {
        font-size: 18px;
    }

    .practice-areas-section .left-side-part .content-part p {
        font-size: 14px;
        line-height: 22px;
    }

    .practice-areas-section .right-side-part .practice-area-list .col-lg-6 {
        width: 50%;
        align-items: start;
        position: relative;
    }

    .practice-areas-section .right-side-part .heading-part.desktop-hide {
        display: none;
    }

    .practice-areas-section .right-side-part .heading {
        font-size: 30px;
    }

    .practice-areas-section .right-side-part .heading-part {
        padding: 52px 25px 25px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        padding: 17px;
        width: 100%;
        display: block;
        height: 131px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 img {
        width: 23%;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 strong {
        font-size: 14px;
        padding-left: 0;
        line-height: 19px;
        display: block;
        margin-top: 20px;
        width: 100%;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part {
        width: 80%;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part {
        display: flex;
        align-items: end;
        width: 100%;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part .icon {
        width: 20%;
        display: block;
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .join-a-family-legacy-of-excellence {
        padding: 60px 0 0;
    }

    .join-a-family-legacy-of-excellence .main-content-part {
        padding: 0 15px;
    }

    .join-a-family-legacy-of-excellence p {
        font-size: 16px;
        line-height: 23px;
    }

    .join-a-family-legacy-of-excellence .heading {
        margin-bottom: 9px;
    }

    .join-a-family-legacy-of-excellence p br {
        display: none;
    }

    .join-a-family-legacy-of-excellence .big-image img {
        height: 223px;
        object-position: center;
        object-fit: cover;
    }

    .why-shape-your-future {
        padding: 60px 15px 10px;
    }

    .why-shape-your-future .heading-part .heading2 br {
        display: block;
    }

    .why-shape-your-future .heading-part {
        margin-bottom: 40px;
    }

    .why-shape-your-future .col-lg-4 {
        margin-bottom: 0;
        padding: 0;
    }

    .why-shape-your-future .shapes-future-thumb strong {
        font-size: 18px;
    }

    .why-shape-your-future .shapes-future-thumb p {
        font-size: 14px;
        line-height: 22px;
    }

    .why-shape-your-future .shapes-future-thumb {
        padding: 30px 0 30px;
    }

    .our-culture-values {
        padding: 60px 20px 60px;
    }

    .our-culture-values .left-side-part {
        padding-right: 0;
    }

    .our-culture-values .left-side-part p {
        font-size: 14px;
    }

    .our-culture-values .img-part {
        margin-top: 40px;
    }

    .team-members-section {
        margin-top: 0;
        padding: 0;
    }

    .team-members-section .main-container .heading-part {
        padding: 0 15px 56px;
    }

    .team-members-section .main-container .heading-part .heading2 br {
        display: none;
    }

    .services-list-section.team-members-section .col-lg-3 {
        border-bottom-color: #C3B49E;
    }

    .interested-in-working-with-us {
        padding: 60px 15px 60px;
        margin-top: 0;
    }

    .team-members-section .main-container {
        padding: 60px 0;
    }

    .team-members-section.team-members-section .main-container {
        padding-bottom: 0;
    }

    .services-list-section.team-members-section .col-lg-3:last-child {
        border-bottom-color: transparent;
    }

    .services-list-section.team-members-section .row {
        border-color: #C3B49E
    }

    .interested-in-working-with-us .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .interested-in-working-with-us .right-side-part .col-lg-6,
    .interested-in-working-with-us .right-side-part .col-lg-12 {
        padding: 0;
    }

    .file-upload .file-select .file-select-name {
        overflow: hidden;
        font-size: 12px;
        line-height: 19px;
        position: absolute;
        top: 13px;
        padding: 5px 0;
    }

    .file-upload .file-select .file-select-button {
        line-height: 53px;
    }

    .legal-insights-thought-leadership-section {
        padding: 60px 15px;
    }

    .legal-insights-thought-leadership-section .top-content .heading br {
        display: none;
    }

    .legal-insights-thought-leadership-section {
        padding: 60px 0;
    }

    .legal-insights-thought-leadership-section .top-content {
        margin-bottom: 25px;
    }

    .legal-insights-thought-leadership-section .search-part .search-inputs input,
    .legal-insights-thought-leadership-section .search-part .dropdown .btn-secondary {
        padding: 13px 71px 13px 20px;
        font-size: 16px;
    }

    .legal-insights-thought-leadership-section .search-part .search-inputs .icon-search img {
        width: 18px;
    }

    .legal-insights-thought-leadership-section .search-part .dropdown .btn-secondary img {
        width: 33px;
        right: 12px;
    }

    .list-of-articles .article-common .article-content .wirte-by {
        padding-top: 8px;
    }

    .legal-insights-thought-leadership-section .top-content .heading {
        margin-bottom: 20px;
    }

    .legal-insights-thought-leadership-section .search-part .search-inputs {
        margin-bottom: 15px;
    }

    .legal-insights-thought-leadership-section .search-part .dropdown .list-down-part {
        padding: 25px;
    }

    .list-of-articles .article-common .article-content .readmore {
        position: relative;
        display: inline-block;
        bottom: 0;
        font-size: 14px;
        margin-top: 30px;
    }

    .list-of-articles .col-lg-4 {
        margin-bottom: 20px;
    }

    .list-of-articles .article-common a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .legal-insights-thought-leadership-section .pagination-part button,
    .legal-insights-thought-leadership-section .pagination-part .numberof-pages-show {
        padding: 12px;
    }

    .list-of-articles .article-common .thumb-article,
    .list-of-articles .colo1 .article-common .article-content {
        width: 100%;
    }

    .list-of-articles .article-common .thumb-article {
        order: 2;
    }

    .list-of-articles .colo1 .article-common .article-content {
        order: 1;
    }

    .list-of-articles {
        padding-top: 35px;
    }

    .list-of-articles .article-common .article-content {
        min-height: auto;
        padding: 25px;
    }

    .legal-insights-thought-leadership-section .pagination-part {
        width: 273px;
        margin-top: 39px;
    }

    .contact-banner {
        padding: 60px 15px 60px;
    }

    .contact-address .left-side-part {
        padding: 60px 15px;
    }

    .contact-address .righ-side-part {
        margin-top: 0;
        margin: 0 20px;
    }

    .list-of-articles .article-common .article-content h3 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 11px;
        min-height: auto;
    }

    .list-of-articles .article-common .article-content p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 11px;
    }

    .list-of-articles .article-common .article-content .tag {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 11px;
    }

    .list-of-articles .article-common .article-content .wirte-by strong {
        font-size: 16px;
    }

    .contact-address .righ-side-part .main-form-part {
        padding: 60px 15px;
    }

    .contact-address .righ-side-part .main-form-part input,
    .contact-address .righ-side-part .main-form-part textarea {
        padding: 26px;
    }

    .contact-address .righ-side-part .main-form-part .col-lg-6,
    .contact-address .righ-side-part .main-form-part .col-lg-12 {
        padding: 0;
    }

    .contact-address .righ-side-part .main-form-part h3 {
        font-size: 18px;
        margin-bottom: 28px;
        line-height: 26px;
    }

    .contact-address .righ-side-part .main-form-part .common-btn {
        margin-top: 23px;
    }

    .thought-leadership-details-banner {
        padding: 60px 0px 0;
    }

    .thought-leadership-details-banner .left-side-part {
        padding-right: 0;
        padding: 0 0 54px;
    }

    .thought-leadership-details-banner .image-showing .box1 span {
        padding: 2px 4px;
        font-size: 12px;
        line-height: 20px;
        top: 5px;
        left: 5px;
        display: none;
    }

    .thought-leadership-details-banner .left-side-part .tag-part {
        padding: 0 15px;
    }

    .thought-leadership-details-banner .left-side-part .heading {
        padding: 0 15px;
        margin-bottom: 65px;
    }

    .thought-leadership-details-banner .left-side-part .date-show {
        font-size: 18px;
        padding: 0 15px;
    }

    .thought-leadership-details-banner .desktop-show {
        display: none;
    }

    .thought-leadership-details-banner .left-side-part .mobile-image-show {
        display: block;
        margin-bottom: 30px;
    }

    .details-content-section .left-side-content {
        padding: 60px 15px;
    }

    .details-content-section .left-side-content .main-content-show {
        padding-top: 30px;
        margin-top: 30px;
    }

    .details-content-section .left-side-content .heading {
        font-size: 23px;
        line-height: 32px;
    }

    .details-content-section .left-side-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .details-content-section .left-side-content .main-content-show p {
        font-size: 14px;
    }

    .details-content-section .left-side-content .main-content-show .heading2 {
        font-size: 18px;
        line-height: 24px;
    }

    .details-content-section .right-side-part {
        padding: 60px 15px;
    }

    .details-content-section .right-side-part .latest-insights-div {
        margin-top: 43px;
    }

    .list-of-articles .article-common .article-content {
        min-height: auto;
        padding: 20px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 342px;
    }

    .Practice-details-banner-section .main-container {
        padding: 0 20px;
        margin-top: -74%;
    }

    .Practice-details-banner-section .main-container {
        margin-top: -94%;
    }

    .Practice-details-banner-section .main-container .right-side-part {
        padding: 60px 25px 60px;
    }

    .accordion-container .set>.accodian-thum {
        font-size: 16px;
        padding-right: 33px;
        line-height: 21px;
        position: relative;
    }

    .accordion-container .set>.accodian-thum i {
        position: absolute;
        right: 0;
        top: 25px;
    }

    .services-we-offer {
        padding: 100px 0 0;
    }

    .services-we-offer .col-lg-8 {
        padding: 0 20px;
    }

    .services-we-offer .left-side-part {
        padding-right: 0;
    }

    .join-a-family-legacy-of-excellence .big-image {
        margin-top: 60px;
    }

    .accordion-container .content p {
        padding-right: 0;
    }

    .services-we-offer .right-side-part {
        margin-top: 40px;
        padding: 50px 15px;
        background: #000;
    }

    .services-we-offer .right-side-part .heading2 {
        color: #F1F1F1;
    }

    .services-we-offer .right-side-part ul li a {
        color: #F1F1F1;
    }

    .services-we-offer .right-side-part ul li.active a {
        border-left-color: #DACBB6;
        color: #DACBB6;
    }

    .common-popup {
        width: 89%;
    }

    .common-popup .containt-center p {
        font-size: 14px;
        line-height: 20px;
    }

    .common-popup .containt-center {
        padding: 20px;
    }

    .common-popup .containt-center .center-box {
        height: 190px;
        overflow-y: scroll;
    }

    .mCSB_scrollTools a+.mCSB_draggerContainer {
        margin: 0 0;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 10px;
        border-radius: 30px;
        background: #680a08;
        height: 66px;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        background: #e5e2dc;
        width: 4px;
    }

    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #680a08;
    }

    .common-popup .containt-center .center-box ul li {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .common-popup .containt-center .center-box p {
        font-size: 14px;
        line-height: 19px;
    }

    .common-popup .containt-center .common-button .common-btn {
        margin-right: 0;
        padding: 8px 30px;
        margin-bottom: 10px;
    }

    .common-popup .containt-center .common-button .common-btn:last-child {
        margin-bottom: 0;
    }

    .common-popup .containt-center .common-button {
        text-align: left;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li button:after {
        width: 2px;
        height: 20px;
        background: #c3b49e;
        content: " ";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 14px;
    }

    .the-bilawala-co-journey-section .right-side-info .content-show-part .slick-dots li button:before {
        font-size: 16px !important;
    }

    .interested-in-working-with-us .right-side-part input,
    .interested-in-working-with-us .right-side-part textarea {
        font-size: 14px;
    }

    .interested-in-working-with-us .right-side-part textarea {
        height: 260px;
    }

    .Practice-details-banner-section .main-container .right-side-part p {
        font-size: 14px;
        line-height: 24px;
    }

    .common-popup .containt-center .common-button br {
        display: block;
    }

    .hearo-banner .big-image .video-bg video {
        width: auto;
    }

    .hearo-banner .big-image,
    .hearo-banner .big-image .video-bg,
    .hearo-banner .big-image .video-bg video {
        height: 78vh;
    }

    .bio-section .main-container .left-side-part .bio-image {
        margin-left: 0;
        padding-right: 0;
    }

    .bio-section .main-container .right-side-part p {
        margin-bottom: 20px;
    }

    .thought-leadership-details-banner .left-side-part .tag-part span {
        margin-bottom: 60px;
    }

    .details-content-section .left-side-content .heading br {
        display: none;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav {
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 41px;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .item {
        position: relative;
        font-size: 0;
        width: 20px !important;
        float: none !important;
        display: inline-block;
        opacity: 0;
        vertical-align: top;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .item:before {
        content: " ";
        text-align: center;
        font-size: 0;
        width: 11px;
        height: 11px;
        padding: 0;
        font-size: 0;
        background: #E5E2DC;
        border: 0;
        outline: none;
        box-shadow: none;
        transition: 0.25s all linear;
        display: block;
        margin: 0 auto;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .item.slick-current:before {
        background: #680A08;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .slick-dots li button {
        width: 11px;
        height: 11px;
        padding: 0;
        font-size: 0;
        background: #E5E2DC;
        border: 0;
        outline: none;
        box-shadow: none;
        transition: 0.25s all linear;
    }

    .the-bilawala-co-journey-section .right-side-info .slider-nav .slick-dots li.slick-active button {
        background: #680A08;
        transition: 0.25s all linear;
    }

    .join-a-family-legacy-of-excellence.search-page-section {
        padding: 60px 15px 60px;
    }

    .join-a-family-legacy-of-excellence.search-page-section .heading {
        margin-bottom: 20px;
    }

    .join-a-family-legacy-of-excellence.search-page-section .searchpatten {
        width: 100%;
    }

    .search-page-content-part {
        padding: 0 15px 60px;
    }

    .search-page-content-part .list-of-search-content h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .search-page-content-part .list-of-search-content p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 21px;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li:first-child {
        margin-top: 0;
    }

}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .bio-section .main-container .left-side-part .bio-image span {
        display: none;
    }

    .common-popup {
        width: 83%;
    }

    .contact-address .righ-side-part .main-form-part h3 {
        padding: 0 8px;
    }

    .header .search-button-end {
        padding-right: 0;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .icon {
        display: block;
        position: absolute;
        right: 35px;
    }

    .header .search-button-end .contact-link a:before {
        bottom: 4px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content {
        min-height: 355px;
    }

}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .honored-with-section .right-side-part .brand-logos-slider {
        width: 96%;
        margin: 0 auto;
    }

    .services-list-section .col-lg-3 {
        border-right: 2px solid #E5E2DC;
        border-bottom: 2px solid #E5E2DC;
        width: 50%;
    }

    .grow-with-a-firm-section .right-side-part .col-lg-6 {
        padding: 0 10px;
        width: 50%;
    }

    .grow-with-a-firm-section .right-side-part .border-div1 {
        margin: 0;
    }

    .grow-with-a-firm-section .right-side-part .main-div-box {
        margin: 0 10px 8px;
    }

    /* .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        width: 50%
    } */
    footer .main-box-part img {
        display: block;
        width: 22%;
    }

    footer .direct-links-part .links-list {
        order: 1;
    }

    footer .direct-links-part .news-letter-part {
        order: 2;
    }

    footer .direct-links-part .links-list ul li {
        width: 19.33%;
    }

    .honored-with-section .right-side-part {
        text-align: center;
    }

    .bio-section .col-lg-6:first-child {
        width: 36%;
    }

    .bio-section .col-lg-6:last-child {
        width: 64%;
        padding-left: 24px;
    }

    .bio-section .main-container .right-side-part {
        padding-left: 0;
        margin-top: 0;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        font-size: 12px;
        padding: 5px;
        top: 4px;
        left: 4px;
    }

    .bio-section .main-container .left-side-part .col-lg-9 {
        width: 86%;
    }

    .bio-section .main-container .left-side-part .col-lg-3 {
        width: 14%;
    }

    .our-legal-focus-section .col-lg-6 {
        width: 50%;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 91%;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2.mobile-show {
        display: none;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 {
        display: block;
    }

    .our-legal-focus-section .mian-container .bottom-part-row .left-side-part {
        margin-bottom: 0;
        display: flex;
        height: 100%;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0;
        width: 50%;
        padding: 0 5px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6.cream-color {
        margin-top: 0;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: 81px;
    }

    footer .col-lg-4:nth-child(1),
    footer .col-lg-4:nth-child(2) {
        width: 50%;
    }

    footer .main-box-part img {
        width: 52%;
    }

    footer .linkedin-updates img {
        width: 60%;
    }

    .about-us-banner .col-lg-6 {
        width: 50%;
    }

    .about-us-banner .right-side-images {
        padding-right: 0;
        display: flex;
        align-items: end;
    }

    .statistics-section .row .col-lg-4 {
        border-right: 2px solid #E5E2DC;
        border-bottom: 0;
        width: 33.33%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part {
        display: flex;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge {
        width: 33%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 0;
        margin-top: 0;
        width: 63%;
        text-align: left;
        padding-left: 30px;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4:nth-child(1) {
        width: 20%;
    }

    .our-leaders .col-lg-3 {
        width: 50%;
        padding: 0 8px;
    }

    .why-shape-your-future .col-lg-4 {
        padding: 0 10px;
        width: 50%;
    }

    .our-culture-values .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
        display: block;
    }

    .services-list-section.team-members-section .col-lg-3 {
        border-right-color: #C3B49E;
        border-bottom-color: #C3B49E
    }

    .interested-in-working-with-us .right-side-part .col-lg-6 {
        width: 50%;
        padding: 0 5px;
    }

    .interested-in-working-with-us .right-side-part .col-lg-12 {
        padding: 0 5px;
    }

    .contact-address .left-side-part {
        display: flex;
    }

    .contact-address .left-side-part .common-addres-part {
        padding: 0 5px;
        margin-bottom: 0;
        width: 33.33%;
    }

    .contact-address .left-side-part .common-addres-part .icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-address .left-side-part .common-addres-part .content-address {
        padding-left: 13px;
        width: 88%;
    }

    .contact-address .left-side-part .common-addres-part .content-address p br {
        display: none;
    }

    .contact-address .righ-side-part .main-form-part .col-lg-6 {
        width: 50%;
        padding: 0 5px;
    }

    .contact-address .righ-side-part .main-form-part .col-lg-12 {
        padding: 0 5px;
    }

    .list-of-articles .article-common a {
        text-decoration: none;
        display: flex;
    }

    .list-of-articles .article-common .thumb-article {
        width: 50%;
    }

    .list-of-articles .article-common .thumb-article img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

    .list-of-articles .article-common .article-content {
        width: 50%;
    }

    .common-popup {
        width: 83%;
    }

    .common-popup .containt-center .common-button {
        text-align: center;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li.active img {
        display: none;
    }

    .about-us-banner .col-lg-6 {
        width: 100%
    }

    .Practice-details-banner-section .main-container {
        margin-top: -32%;
    }

    .list-of-articles .col-lg-4 {
        width: 50%;
    }

    .list-of-articles .article-common .thumb-article {
        width: 100%;
    }

    .list-of-articles .article-common .article-content {
        width: 100%;
        min-height: 341px;
    }

    .contact-address .righ-side-part .main-form-part h3 {
        padding: 0 8px;
    }

    .common-popup .containt-center .common-button br {
        display: none;
    }

    .hearo-banner .hearo-content {
        width: 85%;
    }

    .honored-with-section .right-side-part .heading2 {
        text-align: left;
    }

    .thought-leadership-section .right-side-part .top-news {
        margin-bottom: 30px;
    }

    /*   .thought-leadership-section .right-side-part .col-lg-6 {
          width: 50%;
          padding: 0 15px;
      } */
    .our-legal-focus-section .mian-container .bottom-part-row .right-side-part {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common {
        display: flex;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .thumb-article {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        padding: 0;
    }

    .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .thumb-article img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .our-legal-focus-section .mian-container .right-side-part .button-div {
        text-align: left;
    }

    footer .linkedin-updates .ftr-in iframe {
        width: 50% !important;
    }

    footer .direct-links-part .links-list ul li {
        width: 32.33%;
    }

    s .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        height: 159px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part {
        width: 88%;
    }

    .legal-insights-thought-leadership-section .search-part .col-lg-6 {
        width: 50%;
    }

    .list-of-articles .article-common .article-content {
        min-height: 255px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 286px;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .honored-with-section .right-side-part .brand-logos-slider {
        width: 96%;
        margin: 0 auto;
    }

    .services-list-section .col-lg-3 {
        border-right: 2px solid #E5E2DC;
        border-bottom: 2px solid #E5E2DC;
        width: 50%;
    }

    .grow-with-a-firm-section .right-side-part .col-lg-6 {
        padding: 0 10px;
        width: 50%;
    }

    .grow-with-a-firm-section .right-side-part .border-div1 {
        margin: 0;
    }

    .grow-with-a-firm-section .right-side-part .main-div-box {
        margin: 0 10px 8px;
    }

    /* .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        width: 50%
    } */
    footer .main-box-part img {
        display: block;
        width: 22%;
    }

    footer .direct-links-part .links-list {
        order: 1;
    }

    footer .direct-links-part .news-letter-part {
        order: 2;
    }

    footer .direct-links-part .links-list ul li {
        width: 19.33%;
    }

    .honored-with-section .right-side-part {
        text-align: center;
    }

    .bio-section .col-lg-6:first-child {
        width: 36%;
    }

    .bio-section .col-lg-6:last-child {
        width: 64%;
        padding-left: 24px;
    }

    .bio-section .main-container .right-side-part {
        padding-left: 0;
        margin-top: 0;
    }

    .bio-section .main-container .left-side-part .bio-image span {
        font-size: 12px;
        padding: 5px;
        top: 4px;
        left: 4px;
    }

    .bio-section .main-container .left-side-part .col-lg-9 {
        width: 86%;
    }

    .bio-section .main-container .left-side-part .col-lg-3 {
        width: 14%;
    }

    .our-legal-focus-section .col-lg-6 {
        width: 50%;
    }

    .our-legal-focus-section .mian-container .left-side-part .bottom-image img {
        width: 91%;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2.mobile-show {
        display: none;
    }

    .our-legal-focus-section .mian-container .right-side-part .heading2 {
        display: block;
    }

    .our-legal-focus-section .mian-container .bottom-part-row .left-side-part {
        margin-bottom: 0;
        display: flex;
        height: 100%;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6 {
        padding: 0;
        width: 50%;
        padding: 0 5px;
    }

    .thought-leadership-section .right-side-part .article-sections .col-lg-6.cream-color {
        margin-top: 0;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content h3 {
        min-height: 81px;
    }

    footer .col-lg-4:nth-child(1),
    footer .col-lg-4:nth-child(2) {
        width: 50%;
    }

    footer .main-box-part img {
        width: 52%;
    }

    footer .linkedin-updates img {
        width: 60%;
    }

    .about-us-banner .col-lg-6 {
        width: 50%;
    }

    .about-us-banner .right-side-images {
        padding-right: 0;
        display: flex;
        align-items: end;
    }

    .statistics-section .row .col-lg-4 {
        border-right: 2px solid #E5E2DC;
        border-bottom: 0;
        width: 33.33%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part {
        display: flex;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .main-location-imge {
        width: 33%;
    }

    .the-bilawala-co-journey-section .right-side-info .tab-pane .center-part .content-set {
        padding-left: 0;
        margin-top: 0;
        width: 63%;
        text-align: left;
        padding-left: 30px;
    }

    .why-choose-us-section .list-of-stepes .items .col-lg-4:nth-child(1) {
        width: 20%;
    }

    .our-leaders .col-lg-3 {
        width: 50%;
        padding: 0 8px;
    }

    .why-shape-your-future .col-lg-4 {
        padding: 0 10px;
        width: 50%;
    }

    .our-culture-values .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
        display: block;
    }

    .services-list-section.team-members-section .col-lg-3 {
        border-right-color: #C3B49E;
        border-bottom-color: #C3B49E
    }

    .interested-in-working-with-us .right-side-part .col-lg-6 {
        width: 50%;
        padding: 0 5px;
    }

    .interested-in-working-with-us .right-side-part .col-lg-12 {
        padding: 0 5px;
    }

    .contact-address .left-side-part {
        display: flex;
    }

    .contact-address .left-side-part .common-addres-part {
        padding: 0 5px;
        margin-bottom: 0;
        width: 33.33%;
    }

    .contact-address .left-side-part .common-addres-part .icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-address .left-side-part .common-addres-part .content-address {
        padding-left: 13px;
        width: 88%;
    }

    .contact-address .left-side-part .common-addres-part .content-address p br {
        display: none;
    }

    .contact-address .righ-side-part .main-form-part .col-lg-6 {
        width: 50%;
        padding: 0 5px;
    }

    .contact-address .righ-side-part .main-form-part .col-lg-12 {
        padding: 0 5px;
    }

    .list-of-articles .article-common a {
        text-decoration: none;
        display: flex;
    }

    .list-of-articles .article-common .thumb-article {
        width: 50%;
    }

    .list-of-articles .article-common .thumb-article img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

    .list-of-articles .article-common .article-content {
        width: 50%;
    }

    .common-popup {
        width: 83%;
    }

    .common-popup .containt-center .common-button {
        text-align: center;
    }

    .our-legal-focus-section .mian-container .right-side-part .listing li.active img {
        display: none;
    }

    .about-us-banner .col-lg-6 {
        width: 100%
    }

    .Practice-details-banner-section .main-container {
        margin-top: -32%;
    }

    .list-of-articles .col-lg-4 {
        width: 50%;
    }

    .list-of-articles .article-common .thumb-article {
        width: 100%;
    }

    .list-of-articles .article-common .article-content {
        width: 100%;
        min-height: 341px;
    }

    .contact-address .righ-side-part .main-form-part h3 {
        padding: 0 8px;
    }

    .common-popup .containt-center .common-button br {
        display: none;
    }

    .hearo-banner .hearo-content {
        width: 85%;
    }

    .honored-with-section .right-side-part .heading2 {
        text-align: left;
    }

    .thought-leadership-section .right-side-part .top-news {
        margin-bottom: 30px;
    }

    /*   .thought-leadership-section .right-side-part .col-lg-6 {
          width: 50%;
          padding: 0 15px;
      } */
    .our-legal-focus-section .mian-container .bottom-part-row .right-side-part {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common {
        display: flex;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .article-content {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .thumb-article {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        padding: 0;
    }

    .thought-leadership-section .right-side-part .top-news .col-lg-6 {
        width: 50%;
    }

    .thought-leadership-section .right-side-part .article-sections .article-common .thumb-article img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .our-legal-focus-section .mian-container .right-side-part .button-div {
        text-align: left;
    }

    footer .linkedin-updates .ftr-in iframe {
        width: 50% !important;
    }

    footer .direct-links-part .links-list ul li {
        width: 32.33%;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 {
        height: 159px;
    }

    .practice-areas-section .right-side-part .practice-area-list .area-box1 .title-part {
        width: 88%;
    }

    .legal-insights-thought-leadership-section .search-part .col-lg-6 {
        width: 50%;
    }

    .list-of-articles .article-common .article-content {
        min-height: 255px;
    }

    .Practice-details-banner-section .div-bg-color {
        height: 451px;
    }

}

@media(max-width:768px) {}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0;
    }

    .Practice-details-banner-section .main-container {
        margin-top: -93%;
    }

}

@media only screen and (min-device-width:360px) and (max-device-width:361px) {
    .Practice-details-banner-section .main-container {
        margin-top: -78%;
    }

    .hearo-banner .big-image,
    .hearo-banner .big-image .video-bg,
    .hearo-banner .big-image .video-bg video {
        height: 100vh;
    }

}

@media only screen and (min-device-width:414px) and (max-device-width:415px) {

    .hearo-banner .big-image,
    .hearo-banner .big-image .video-bg,
    .hearo-banner .big-image .video-bg video {
        height: 92vh;
    }

    .Practice-details-banner-section .main-container {
        margin-top: -68%;
    }

}

@media only screen and (min-device-width:430px) and (max-device-width:431px) {
    .common-popup .containt-center .center-box {
        height: 371px;
    }

    .hearo-banner .big-image,
    .hearo-banner .big-image .video-bg,
    .hearo-banner .big-image .video-bg video {
        height: 88vh;
    }

    .Practice-details-banner-section .main-container {
        margin-top: -68%;
    }

}

@media only screen and (min-device-width:540px) and (max-device-width:541px) {
    .Practice-details-banner-section .main-container {
        margin-top: -53%;
    }

    .common-popup .containt-center .common-button {
        text-align: center;
    }

}

@media only screen and (min-device-width:375px) and (max-device-width:392px) {

    .hearo-banner .big-image,
    .hearo-banner .big-image .video-bg,
    .hearo-banner .big-image .video-bg video {
        height: 99vh;
    }

}