:root {
    --seva_i: #002366;
    --seva_i_light: #f5fff8;
    --seva_ii: #ccd3e0;
    --yellow: #ffc529;
    --red: #ea4335;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* .clearfix {
    //display: inline-block;
} */

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    /* color: var(--seva_i);
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 5555;
    height: 90%;
    width: 90%; */
    text-decoration: none;
}
li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0 !important;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
input[type="submit"] {
    cursor: pointer;
}
p {
    line-height: 1.5;
    color: #424242;
}
select {
    height: 45px !important;
    border-color: #ced4da !important;
    cursor: pointer;
    font-size: 14px !important;
}
button:focus,
select:focus {
    outline: none !important;
    border-color: var(--seva_i) !important;
    box-shadow: none !important;
}
.btn-primary {
    font-weight: bold;
    color: #fff;
    background-color: var(--seva_i);
    border-color: var(--seva_i);
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--seva_ii) !important;
    border-color: var(--seva_i) !important;
    color: var(--seva_i);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

/*********************************/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

img {
    max-width: 100%;
    height: auto;
}
/*************************************************************************/
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background: #fafafa;
}
header {
    float: left;
    width: 100%;
}

.hed_top {
    float: left;
    width: 100%;
    padding: 5px 0;
    background: var(--seva_i);
    position: relative;
    overflow: hidden;
}
.hed_top::before {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    background: #e6e9f0;
    height: 100%;
    width: 40%;
    -webkit-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(57 110 208);
}

.hed_top_left {
    width: 49%;
    float: left;
}
.hed_top_left li img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(11%) saturate(214%)
        hue-rotate(179deg) brightness(93%) contrast(90%);
    width: 12px;
}
.hed_top_left li {
    display: inline-block;
    margin-right: 15px;
    color: #ffffffcf;
}

.hed_top_right {
    width: 49%;
    float: right;
    text-align: right;
    z-index: 9999;
    position: relative;
}
.hed_top_right a {
    color: var(--seva_i);
}
.hed_top_right a:hover {
    color: #fff;
}
.hed_top_right li {
    display: inline-block;
    margin-right: 15px;
    color: #666666;
}

.logo img {
    /* max-height: 40px;
    max-width: 160px; */
    height: 50px;
    object-fit: fill;
}

.hed_bottom {
    background: #fff;
    padding: 7px 0;
    -webkit-box-shadow: 15px 0 30px rgb(0 0 0 / 20%);
    box-shadow: 15px 0 30px rgb(0 0 0 / 20%);
    float: left;
    width: 100%;
}

.sticky {
    //position: -webkit-sticky;
    //position: sticky;
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    background-color: #f1f1f1d1;
    z-index: 99999;
    box-shadow: 2px 2px 7px #6666663d;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_content {
    float: left;
    width: 100%;
}
.banner {
    float: left;
    width: 100%;
    background: url(../images/homebg.png);
    background-size: cover;
    background-position: top;
    padding: 100px 0;
}
.banner_text {
    width: 100%;
    text-align: right;
    padding: 50px 80px 0 0;
    /* margin-top: 15%; */
    color: #000;
}
.banner_text strong {
    color: var(--seva_i);
    text-transform: capitalize;
}
.banner_text span {
    right: 0;
    top: 33%;
    transform: translateY(-33%);
}
.banner_text h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 50px;
    position: relative;
    z-index: 55;
}
.banner_text svg {
    fill: var(--seva_i);
    margin-top: -115px;
}
.banner_text p {
    font-size: 16px;
    color: #fff;
}
.bannerbx {
    margin-top: 50px;
    color: #fff;
}

.bannerbx .swiper-slide img {
    max-height: 631px;
    border-radius: 10px;
}
.bannerbx .swiper {
    width: 100%;
}
.banner_text_des {
    padding: 15px 0 15px 0;
}
.t27bx {
    -webkit-box-shadow: 0 1rem 3rem rgb(29 58 83 / 15%);
    box-shadow: 0 1rem 3rem rgb(29 58 83 / 15%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    right: -5px;
    top: 42px;
    background: #ffffffd6;
}
.t27bx i {
    color: var(--seva_i);
    font-size: 50px;
}
.t27bx h3 {
    font-weight: bold;
    margin: 7px 0;
}
.t27bx p {
    color: #000;
    margin: 0;
    padding: 0;
}
.white_searh {
    //margin-top:-135px;
    position: relative;
    z-index: 9999;
    //margin-right:100px;
    width: 100%;
}
.white_searh h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}
.sr_list {
    -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 10%) !important;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}

.sr_list_bx {
    width: calc(17.66666666666667% - 5px);
    padding: 0 5px;
}
.sr_list_bx button,
.sr_list_bx select {
    width: 100%;
    height: 45px;
}
.new_btn {
    padding: 13px 45px;
}

.lawsr_bx {
    display: block;
    background: url(images/icon_logo.png) no-repeat center, #fff;
    background-size: 80%;
}
.lawsr_bx .sr_list_bx {
    width: 100%;
    padding: 7px 5px;
}
.lawsr_bx h4 {
    color: #000;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
}

.all_cate {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.title {
    color: var(--seva_i);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.AL_bx {
    width: 100%;
    padding: 25px 20px;
    border-radius: 10px;
    background: #ecf0f0;
    text-align: center;
    float: left;
    border: 1px solid transparent;
}
.AL_bx .cat_icon img {
    height: auto;
    transition: all 0.3s ease;
}
.AL_bx:hover {
    border: 1px solid #7777;
}
.AL_bx:hover .cat_icon img {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.AL_bx:hover p {
    color: var(--seva_i);
}
.AL_bx p {
    font-size: 15px;
    color: #000;
    margin: 0;
    padding-top: 7px;
}
.cat_icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    padding: 12px;
    margin: 10px auto;
}
.cat_icon img {
    height: 48px;
    object-fit: cover;
    width: auto;
    filter: brightness(0) saturate(100%) invert(14%) sepia(42%) saturate(3501%)
        hue-rotate(206deg) brightness(90%) contrast(112%);
}
.sw_cate .AL_bx {
    display: flex;
    align-items: center;
}

.sw_cate .cat_icon {
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    display: flex;
    background: #ffffff;
    /* padding: 12px; */
    margin: 10px auto;
    justify-content: center;
    border: 1px solid #ddd;
    align-items: center;
}
.sw_cate .Lawyers_bx p {
    margin: 1px 0;
    font-size: 15.5px;
    font-weight: 600;
    text-align: center;
}
.sw_cate p {
    margin: 0;
    padding: 0;
}
.lawyer_top {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.Lawyers_bx {
    padding: 20px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    display: flex;
    text-align: left;
    margin: 0 0 15px 0;
}
.all_cate .Lawyers_bx {
    display: flex;
    text-align: left;
    margin: 0 0 15px 0;
    flex-direction: column;
    padding: inherit;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1900,
        0 0.125rem 0.4rem -0.0625rem #0b0f1900 !important;
    background: transparent;
    width: auto;
    float: none;
}
.law_stau {
    width: 12px;
    height: 12px;
    background: var(--seva_i);
    position: absolute;
    right: 0;
    border-radius: 100%;
    top: 10px;
}
.Lawyers_bx h6 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
.Lawyers_bx p {
    margin: 1px 0;
    font-size: 14px;
}
.Lawyers_bx label {
    color: #3f434a;
    font-size: 16px;
    margin-bottom: 0;
}
.Lawyers_bx_photo img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.Lawyers_bx_photo {
    margin-right: 15px;
    width: 70px;
    position: relative;
}
.lawyer_slider a {
    color: #8c8a9d;
    cursor: pointer;
}
.lawyer_slider .Lawyers_bx,
.law_list li .Lawyers_bx {
    flex-direction: column;
    /* min-height: 300px; */
    min-height: 335px;
}
.lawyer_slider .lawyer_details .exp,
.law_list li .Lawyers_bx .lawyer_details .exp {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 15px 0 12px;
    font-size: 14px;
}
.lawyer_slider .review_bx,
.law_list li .Lawyers_bx .review_bx {
    margin-top: 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: space-between;
    position: inherit;
    float: none;
    flex-wrap: wrap;
}
.lawyer_slider .review_bx span,
.law_list li .Lawyers_bx .review_bx span {
    background: var(--seva_i);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px;
}
.lawyer_slider .rev_bx,
.law_list li .Lawyers_bx .rev_bx {
    padding: 0;
    color: #999;
    font-weight: 600;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; */
}
.lawyer_slider .Lawyers_bx p,
.law_list li .Lawyers_bx p {
    margin: 1px 0 5px;
}
.lawyer_slider .lawyer_details .lawyer-info,
.law_list li .Lawyers_bx .lawyer_details .lawyer-info {
    padding: 10px 15px;
    background: #ecf0f0;
    border-radius: 8px;
}
.lawyer_details i {
    width: 18px;
}
.review_bx {
    background: var(--seva_i);
    float: left;
    border-radius: 35px;
    position: relative;
    left: -80px;
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.review_bx span {
    background: #fff;
    color: #000;
    padding: 4px 15px;
    border-radius: 35px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 1px;
}
.review_bx span i {
    width: 12px;
}
.rev_bx {
    padding: 0 15px 0 10px;
    color: #fff;
}
.rev_bx i {
    color: var(--yellow);
}
.red_bg {
    background: var(--red);
}
.rev_bx_f_start {
    color: var(--seva_i_light);
}
.hide-text .Courtswhite span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.faq_box {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.lega_ans {
    padding: 20px;
    background: var(--seva_i_light);
    float: left;
    width: 100%;
    border-radius: 10px;
    border-left: 4px solid var(--seva_i);
    text-align: left;
    font-size: 14px;
}
.lega_ans p {
    margin: 0;
    color: #3f434a;
}
.lega_ans h5 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.Courts_box {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.Courts_box .pe-2 {
    padding-right: 5px;
}

.Courtswhite {
    padding: 13px 15px;
    background: #fff;
    width: 100%;
    float: left;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border: 0.25px solid var(--seva_i);
    border-radius: 30px;
    margin-bottom: 15px;
}
.Courts_box .swiper-slide img {
    width: auto;
    height: auto;
    display: inline;
    padding-right: 8px;
}
.Courts_box .Courtswhite {
    margin-bottom: 20px;
}
.Courts_box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.Courtswhite:hover {
    color: var(--seva_i);
    background: var(--seva_ii);
}
.w_bx {
    width: 35px;
}
.layersByCourts_slider .Courtswhite {
    padding-left: 15px;
}

/* Download app */
.app-section1 {
    float: left;
    width: 100%;
}
.app-section {
    background-image: url(../images/app-download.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    overflow: hidden;
}
.app-section .app-img img {
    width: 64%;
    position: absolute;
    right: -105px;
    top: -80px;
    transform: translateY(30px);
    overflow: hidden;
}
.app-section .container {
    position: relative;
}
/* .app-section .app-content {
    padding: 70px 0;
} */
.app-section .app-content h2 {
    font-size: calc(32px + 12 * (100vw - 320px) / 1600);
    font-weight: 600;
    line-height: 55px;
    padding-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: calc(8px + 5 * (100vw - 320px) / 1600);
}
.app-section .app-content h5 {
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: capitalize;
}
.app-section .app-content img {
    min-width: 135px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.app-section .app-content h5 strong {
    color: rgb(195 203 219);
}
.app-section .app-buttons {
    gap: 15px;
}

.home-one-blog-card-top {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.home-one-blog-card-overlay {
    background-color: #0006;
    position: absolute;
    inset: 0%;
}
.home-one-blog-card-top img {
    transition: all 0.5s ease;
}
.lawyer_slider a:hover .home-one-blog-card-top img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.blog-single-entry.post-minimal .post-meta .single-entry-date {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: capitalize;
}

/* Blog Details */
.blog-single-entry div[class*="entry-thumb"].single-preview-img {
    position: relative;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-single-entry.post-minimal .blog-image img {
    margin-bottom: clamp(0.625rem, 0.3365rem + 1.2821vw, 1.875rem);
}
.blog-single-entry.post-minimal .post-meta {
    border-style: solid;
    border-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: clamp(0.3125rem, 0.0962rem + 0.9615vw, 1.25rem);
    padding: 0;
}
.blog-single-entry .heading-holder {
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.blog-single-entry h4 {
    font-size: clamp(calc(20px - 2px), 1.5769rem + 0.7692vw, 30px);
}
.blog-single-entry h5 {
    font-size: clamp(calc(20px + 6px), 1.5673rem + 0.2564vw, 30px);
}
.blog-single-entry p {
    margin-bottom: 13px;
    color: #777;
}
.icon-list ul {
    column-count: 2;
}
.icon-list-item,
.icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: flex-start;
    gap: 10px;
    color: #777;
}
.icon-list .icon-list-item:not(:last-child) {
    padding-bottom: 5px;
}
.icon-list-icon svg {
    fill: #002366;
    width: 16px;
    height: 16px;
}
.blog-single-entry .testimonial-holder {
    background: #ecf0f0;
    padding: 30px 40px;
}
.content-description {
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    color: #002366;
}
.content-title h5 {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: normal;
}
.content-title-group span {
    margin: 5px 10px;
    width: 0.5em;
}
.content-subtitle,
.meta-author-info a {
    color: rgb(57 110 208);
    font-weight: bold;
}

.blog-author-name {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 30px 28px auto;
}
.author-bar {
    background-color: #fff;
    width: 22px;
    height: 1px;
}

/* Blog section */
.lawyer_blog {
    padding-bottom: 45px;
}
.blog-writter-name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 5px;
}
.home-one-blog-card-buttom {
    background-color: #ecf0f0;
    padding: 18px 30px 25px 24px;
}
.blog-category-and-date {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.heading-four {
    color: #152833;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 0;
}
.view-more-button.margin-top-twenty-five {
    margin-top: 15px;
    color: #fff;
}
.view-more-button {
    margin-top: 15px;
    background: #002366;
    width: 120px;
    font-size: 14px;
    padding: 8px;
    color: #fff;
}
.blog-category-and-date-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.blog-small-heading-text {
    color: #396ed0;
    font-weight: 500;
}

.ply_full {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f5f5f6;
    margin-top: 30px;
}
.play_bx {
    padding: 25px 20px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    display: flex;
}
.play_bx h3 {
    font-size: 2.3rem;
}
.play_bx h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(57 110 208);
}
.ply_full .play_mobile .play_bx1 > div {
    background: #d8dfe9;
    padding: 18px;
    border-radius: 50%;
    margin-bottom: 12px;
}
.ply_full .play_mobile .play_bx1 h5 {
    text-align: center;
    font-size: 14px;
}
.ply_full h6 strong {
    color: rgb(57 110 208);
}
.ms-3 {
    margin-left: 1rem;
}
.imgply img {
    //max-height: 45px;
}

footer {
    float: left;
    width: 100%;
    background: #000;
    padding-top: 70px;
    color: #c2c2c4;
}
footer img {
    margin-bottom: 15px;
}
footer a,
footer p {
    //font-weight:600;
    color: #c2c2c4;
    font-size: 16px;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.h-40px {
    height: 50px !important;
    object-fit: cover;
}
.foot_copbx {
    text-align: center;
    padding: 15px 0;
    border-top: 1px dashed #f6f6f624;
}
.foot_contact {
    text-align: center;
    padding: 15px 0;
    border-top: 1px dashed #f6f6f624;
    margin-top: 50px;
}
.foot_contact .container {
    display: flex;
    justify-content: center;
}
.foot_contact a {
    margin: 5px 10px;
}
.btn_sin {
    color: #fff !important;
    border-radius: 4px;
    margin-left: 7px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: var(--seva_i);
}
.login_signup {
    display: flex;
}
/******************find_lawyer**************************/
.find_lawyer {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}
.find_lawyer_bottom {
    float: left;
    width: 100%;
}
.find_lawyer_top {
    float: left;
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.find_lawyer_top h4 {
    font-weight: bold;
}
.flt_left {
    //float:left;
    width: 49%;
}
.flt_right {
    //float:right;
    width: 49%;
    text-align: right;
}
.flt_right a {
    color: #000;
    font-weight: bold;
    background: var(--seva_i);
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    background: #fafafa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 37px;
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 25px;
    margin-left: 0;
    color: #000;
    z-index: 999;
}

.blur_overlap {
    width: 100%;
    height: 100%;
    background: #0000004a;
    -webkit-filter: blur(2px);
    position: fixed;
    z-index: 9999;
    backdrop-filter: blur(5px);
    display: none;
}

.sefilter {
    width: 450px;
}
.hide_scroll {
    overflow: hidden;
}
.sr_box {
    width: 450px;
    float: left;
    padding: 20px;
}
.sr_box label {
    font-weight: bold;
}
.sr_box_title {
    position: relative;
    padding: 0 15px;
    font-weight: bold;
    font-size: 18px;
    top: -24px;
}
.nibtn {
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 25px;
    border: none;
    background: var(--seva_i);
    font-weight: bold;
}
.law_list {
    display: flex;

    flex-wrap: wrap;
}
.law_list li {
    margin: 8px;
    width: calc(33.33% - 16px);
}
.law_list li .Lawyers_bx {
    margin: 0;
    /* min-height: 360px; */
}
/****************************************************/
.contact_us {
    padding: 40px 0 20px 0;
}
.title_pag {
    font-weight: bold;
}

.contact_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    border: 1px dashed #d3d3d3;
    border-radius: 7px;
    background: #ffffff;
}
.contact_box_left img {
    max-height: 100px;
    margin-bottom: 15px;
}
.contact_box_left {
    width: 49%;
    text-align: center;
}
.contact_box_right {
    width: 49%;
    text-align: center;
}
.contact_box_left h3 {
    font-weight: bold;
    margin-bottom: 7px;
}
.contact_box_right h4 {
    font-weight: bold;
    margin-bottom: 15px;
}
.contact_box_left p {
    margin: 5px 0;
    font-size: 16px;
    font-weight: normal;
}
.contact_box_left .contact_box_right {
    width: 49%;
}
.contact_box_right input {
    font-size: 14px;
    height: 40px;
    background-color: #fafafa;
}
.contact_box_right textarea.form-control {
    background-color: #fafafa;
}
.contact_box_right textarea:focus,
.contact_box_right input:focus {
    border-color: var(--seva_i);
    box-shadow: none;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contact-info-item {
    padding: 30px 10px;
    border-radius: 4px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914;
    background: #fafafa;
}
.contact-info-icon {
    margin-bottom: 15px;
}
.contact-info-icon i {
    font-size: 30px;
    color: #396ed1;
}
.contact-info-text h2 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.serv_box .AL_bx {
    margin-bottom: 20px;
}
.linkmore {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}
.linkmore a {
    color: #000;
    background: var(--seva_i);
    color: #fff;
    padding: 12px 30px;
    border-radius: 35px;
}
/********************************/
.about_bx {
    float: left;
    width: 100%;
    padding: 20px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about_bx_left {
    width: 48%;
    float: left;
}
.about_bx_left img {
    border-radius: 7px;
}
.about_bx_right {
    width: 48%;
    float: right;
}
.about_bx_right h3 {
    margin-bottom: 15px;
}
.about_bx_right h4 {
    margin-bottom: 15px;
}
.about_bx_right p {
    line-height: 160%;
}

.ab_bxsec {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.singleTeam {
    //border: 1px solid #F3F3F3;
    border-radius: 7px;
    overflow: hidden;
    border: 1px dashed #d3d3d3;
    margin-bottom: 15px;
}
.teamImg {
    overflow: hidden;
}
.teamImg img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    border-radius: 8px;
}
.teamCaption {
    padding: 20px 20px;
}
.teamCaption .pera {
    font-family: var(--heading-font);
    color: #667085;
    font-size: 16px;
    margin-bottom: 15px;
}
.teamSocial .list {
    display: inline-block;
}
.teamSocial .list .singleSocial {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    background: #d1d1d1;
    -webkit-transform: 0.4s;
    transform: 0.4s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.teamSocial .list .singleSocial .icon {
    display: inline-block;
    line-height: inherit;
}
.teamSocial .list .singleSocial:hover {
    background: var(--seva_i);
}
.sub_title {
    float: left;
    width: 100%;
    margin: 30px 0 20px 0;
}
/*******************************/
.lowyer_Details_bottom {
    width: 100%;
    float: left;
}

.deta_lawyer {
    width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    display: flex;
    text-align: left;
    margin: 0 0 15px 0;
    justify-content: space-between;
}
.deta_lawyer_left {
    width: 150px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
}
.deta_lawyer_left img {
    border-radius: 7px;
    border: 1px dashed #bfbfbf;
    padding: 10px;
    width: 150px;
    height: 150px;
}
.deta_lawyer_right {
    width: calc(100% - 170px);
}
.deta_lawyer_right p {
    margin: 5px 0;
}
.deta_lawyer_right h3 {
    font-weight: bold;
    margin-bottom: 12px;
}
.deta_lawyer_right .review_bx {
    left: 0;
}
.lowyer_Details_bottom .deta_lawyer .exp {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #8c8a9d;
}
.lowyer_Details_bottom .deta_lawyer_right .review_bx {
    left: 0;
    flex-direction: column;
    float: none;
    align-items: flex-start;
    border-radius: 0;
    background: transparent;
}
.lowyer_Details_bottom .deta_lawyer_right .review_bx .rev_bx {
    color: #8c8a9d;
    padding: 6px 0 0;
}
.lowyer_Details_bottom .deta_lawyer .fee span {
    font-size: 18px;
    padding: 0 0 6px;
    color: var(--seva_i);
    margin: 0;
    float: none;
    font-weight: 600;
    border-radius: 0;
}
.lowyer_Details_bottom .deta_lawyer_ii .lawyer-info {
    padding: 16px 15px 10px;
    background: #ecf0f0;
    border-radius: 8px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
}
.lowyer_Details_bottom .deta_lawyer_ii .lawyer-info label {
    color: #a7a8a8;
    font-weight: 500;
}
.lowyer_Details_bottom .deta_lawyer_ii .lawyer-info p {
    color: #000;
    font-weight: 500;
}
.lowyer_Details_bottom .deta_lawyer_left img {
    width: 100%;
    object-fit: contain;
    height: 150px;
    border: 0;
    padding: 0;
}
.lowyer_Details_bottom .deta_lawyer,
.lowyer_Details_bottom .deta_lawyer_ii {
    padding: 0;
    box-shadow: 0 0 0rem -0.0625rem #0b0f1900, 0 0 0.4rem -0.0625rem #0b0f1900 !important;
    background: transparent;
    border-radius: 0;
    float: none;
    align-items: center;
}
.lowyer_Details_bottom .blue {
    color: var(--seva_i);
    font-weight: 600 !important;
}
.lowyer_Details_bottom .reviewbx_rat {
    border: 0;
    padding: 20px 15px;
    background: #ecf0f0;
    border-radius: 8px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    float: none;
}
.lowyer_Details_bottom .review-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lowyer_Details_bottom .review-content {
    color: #777;
}
.lowyer_Details_bottom .review-user,
.lowyer_Details_bottom .review-date {
    color: #9999;
}
.card-title {
    margin: 0 0 12px;
    font-size: 16px;
}
.deta_lawyer_ii {
    width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem #0b0f1914,
        0 0.125rem 0.4rem -0.0625rem #0b0f1914 !important;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 15px 0;
}
.deta_lawyer_ii .lbcl {
    font-weight: bold;
}
.btnlabe {
    border: none;
    padding: 5px 10px;
    background: #ffffff;
    color: var(--seva_i);
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #a7a8a8;
    margin-bottom: 10px;
}
.reviewbx {
    width: 100%;
    float: left;
}
.reviewbx_rat {
    width: 100%;
    float: left;
    border: 1px dashed #c7c7c7;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.review-user,
.review-date {
    display: inline-block;
    margin-top: -10px;
}

.review-content {
    margin-top: 7px;
}

.user-data {
    width: 250px;
    position: absolute;
    display: none;
    border: 1px solid #ccc;
}

.profile img {
    width: 80px;
    height: 80px;
}
.profile-username {
    display: inline-block !important;
    vertical-align: top;
}
.yellowst {
    color: var(--yellow);
}
.card-title {
    font-weight: bold;
    margin: 10px 0 0 0;
}
/****************************************/
.Privacy_Policy {
    float: left;
    width: 100%;
}
.Privacy_Policy h4 {
    margin-top: 20px;
    margin-bottom: 7px;
}
.Privacy_Policy h5 {
    margin-top: 20px;
    margin-bottom: 7px;
}
.Privacy_Policy ul {
    padding-left: 40px;
    margin-bottom: 20px !important;
}
.Privacy_Policy li {
    list-style-type: disc;
    /* //list-style-position:inside; */
    margin: 7px 0;
}

.content {
    padding: 40px 40px 30px 40px;
    color: #fff;
    background: #53d776;
    border-radius: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.content p {
    margin: 5px 0 15px;
    line-height: 160%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
}
.entry {
    text-align: right;
}
.button {
    padding: 12px 20px;
    background: #ffffff;
    color: #0a0a0a;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: 0.2s;
}

/********************************************/
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #53d776;
}
.bootstrap-select {
    width: 100% !important;
}
.bootstrap-select .dropdown-toggle {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;

    font-weight: 400;
    line-height: 35px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 45px;
}
.lawyer_videos .container1,
.lawyer_top .container,
.Gallery-show .container {
    position: relative;
}
.lawyer_videos .container .swiper-button-next:after,
.lawyer_videos .container .swiper-button-prev:after,
.lawyer_top .container .swiper-button-next:after,
.lawyer_top .container .swiper-button-prev:after,
.Gallery-show .container .swiper-button-next:after,
.Gallery-show .container .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.lawyer_videos .container .swiper-button-next,
.lawyer_videos .container .swiper-button-prev,
.lawyer_top .container .swiper-button-next,
.lawyer_top .container .swiper-button-prev,
.Gallery-show .container .swiper-button-next,
.Gallery-show .container .swiper-button-prev {
    background: #002366;
    width: 40px;
    height: 40px;
    opacity: 1;
    margin: auto;
}
/* .Gallery-show .container .swiper-button-next,
.Gallery-show .container .swiper-button-prev {
    background: #002366;
    width: 40px;
    height: 40px;
    opacity: 1;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 4px;
} */
.lawyer_videos .container .swiper-button-next,
.lawyer_top .container .swiper-button-next {
    right: -50px;
    left: auto;
}
.lawyer_videos .container .swiper-button-prev,
.lawyer_top .container .swiper-button-prev {
    left: -50px;
    right: auto;
}
.Gallery-show .container .swiper-button-prev {
    left: -30px !important;
    right: auto;
}
.Gallery-show .container .swiper-button-next {
    right: -30px !important;
    left: auto;
}
/* Gallery section */
.Gallery-show img {
    height: 200px;
    width: 300px;
    object-fit: cover;
    margin-bottom: 0;
    position: relative;
}
.Gallery-show .view-box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 12px;
}
.Gallery-show .view-text {
    color: #002366;
    padding: 10px 8px;
    text-align: center;
    background: #fff;
    font-weight: 500;
    border: 1px solid #aaa;
}
.gallery a {
    height: 200px;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.gallery a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}
.gallery .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    z-index: 2;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease-in-out;
    z-index: 1;
}
.gallery a:hover img {
    transform: scale(1.4);
}
.gallery a:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery a:hover::after {
    background: rgba(0, 0, 0, 0.5);
}

.app-section .mobile-show i {
    margin-right: 10px;
    font-size: 18px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    display: inline-flex;
    height: 28px;
    color: #002366;
    align-items: center;
    justify-content: center;
}
.app-section .mobile-show h5 {
    line-height: 16px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    display: inline-block;
}
.app-section .mobile-show span {
    color: #fff;
    font-size: 13px;
    display: block;
}
.app-section .mobile-show img {
    margin-top: 10px;
}

/*================================================= */
/* #Media Queries
================================================== */
/********************************************************/
@media only screen and (max-width: 320px) {
    .logo img {
        height: 45px;
        object-fit: fill;
    }
    .law_list li .Lawyers_bx .review_bx span {
        padding: 8px 15px;
        width: 100%;
        font-size: 13px;
        justify-content: space-between;
        gap: 12px;
    }
    .law_list li .Lawyers_bx .review_bx {
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .lawyer_videos .container .swiper-button-next,
    .lawyer_top .container .swiper-button-next,
    .Gallery-show .container .swiper-button-next {
        right: 0 !important;
    }
    .lawyer_videos .container .swiper-button-prev,
    .lawyer_top .container .swiper-button-prev,
    .Gallery-show .container .swiper-button-prev {
        left: 0 !important;
    }
    .lawyer_videos .container .swiper-button-next,
    .lawyer_videos .container .swiper-button-prev,
    .lawyer_top .container .swiper-button-next,
    .lawyer_top .container .swiper-button-prev,
    .Gallery-show .container .swiper-button-next,
    .Gallery-show .container .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    .lawyer_videos .container .swiper-button-next:after,
    .lawyer_videos .container .swiper-button-prev:after,
    .lawyer_top .container .swiper-button-next:after,
    .lawyer_top .container .swiper-button-prev:after,
    .Gallery-show .container .swiper-button-next:after,
    .Gallery-show .container .swiper-button-prev::after {
        font-size: 14px;
    }
    .flt_left,
    .flt_right {
        width: 100%;
        /* text-align: left; */
    }
    .flt_right a {
        font-size: 12px;
    }
    /* .find_lawyer_top {
        flex-wrap: wrap;
        gap: 20px 0;
    } */
    .Lawyers_bx label {
        font-size: 13px;
    }
    .hide-text .Courtswhite span {
        max-width: 205px;
    }
    .hed_top {
        padding: 7px 0;
    }
    .hed_top_left {
        width: 100%;
        text-align: center;
    }
    .hed_top_left li {
        margin: 0 3px;
    }
    .hed_top_left li i {
        font-size: 11px;
    }
    .hed_top_right {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        display: none;
    }
    .hed_top_right li {
        margin: 0 7px;
    }
    .banner_text {
        text-align: center;
        margin-top: 4%;
        padding: 0px 0px 30px 0;
    }
    .lawsr_bx h4 {
        font-size: 18px;
    }
    .AL_bx p,
    .Lawyers_bx p {
        font-size: 13px !important;
    }
    .Lawyers_bx {
        padding: 15px;
        min-height: auto !important;
    }
    .form-control,
    .sr_list_bx select,
    .lawyer_slider .lawyer_details .exp,
    .law_list li .Lawyers_bx .lawyer_details .exp {
        font-size: 13px !important;
    }
    select {
        height: 32px !important;
    }
    .sr_list {
        padding: 6px 20px;
    }
    .new_btn {
        padding: 13px 28px;
    }
    .Lawyers_bx h6 {
        font-size: 16px;
    }
    .banner {
        padding: 40px 0;
        background-position-x: 59%;
    }
    .banner_text h1 {
        margin-bottom: 0;
        font-size: 20px;
    }
    .banner_text h1 br {
        display: none;
    }
    .banner_text_des {
        margin-bottom: 7px;
        padding: 8px 0 15px 0;
    }
    .sr_list {
        display: block;
    }
    .heading-four {
        font-size: 16px;
        line-height: 25px;
    }
    .blog-category-and-date {
        font-size: 11px;
    }
    .sr_list_bx {
        width: 100%;
        padding: 5px;
    }
    .white_searh {
        margin-right: 0;
        margin-left: 0;
    }
    .white_searh h5 {
        margin-bottom: -7px;
        color: #fff;
        background: #53d776;
        padding: 10px 20px 17px 20px;
        border-radius: 10px 10px 0 0;
    }
    .bannerbx {
        margin-top: 0;
    }
    .t27bx {
        right: 23px;
        top: 8px;
    }
    .Courtswhite {
        /* padding: 12px 6px; */
        font-size: 14px;
        /* margin: 0 30px; */
    }
    .Courts_box .title {
        margin-bottom: 15px !important;
    }
    .all_cate {
        margin-top: 25px;
    }
    .play_bx {
        margin-bottom: 15px;
    }
    .imgply h5 {
        margin-bottom: 15px !important;
        margin-top: 12px;
    }

    .ply_full {
        padding: 30px 0;
    }
    .full_width {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* .foot_contact a {
        width:100%;
    } */
    footer p,
    footer a {
        font-size: 14px;
    }
    .login_signup a:first-child {
        margin-left: 0;
    }
    .login_signup {
        border-top: 1px solid #ececea;
        padding-top: 12px;
    }
    .law_list li {
        width: calc(100% - 16px);
    }
    .review_bx span {
        font-size: 12px;
    }
    .law_list li .Lawyers_bx .review_bx span {
        padding: 8px 15px;
    }
    .title {
        font-size: 19px;
        margin-bottom: 12px;
    }
    .btn-primary {
        font-size: 12px;
    }
    .lawyer_details i {
        width: auto;
    }
    .contact_box {
        display: block;
    }
    .contact_box_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_box_right {
        width: 100%;
    }
    .about_bx_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .about_bx_right {
        width: 100%;
    }

    .sw_cate .AL_bx {
        padding: 10px 15px;
    }

    .sw_cate .cat_icon {
        width: 90px;
        height: 90px;
        padding: 16px;
        margin: 10px auto;
    }
    .all_cate .Lawyers_bx {
        padding: 0;
    }
    .sw_cate .AL_bx {
        padding: 10px 15px;
        display: block;
    }
    .hed_top::before {
        display: none;
    }
    .appdown {
        margin-left: 0;
    }
    .deta_lawyer {
        display: block;
    }
    .deta_lawyer_left {
        text-align: center;
        margin-bottom: 20px;
    }
    .play_bx h5 {
        font-size: 18px;
    }
    .find_lawyer_top h4 {
        font-size: 16px;
    }
    .lowyer_Details_bottom .deta_lawyer .exp {
        padding-left: 0;
    }
    .lowyer_Details_bottom .deta_lawyer .exp img {
        margin-left: 0 !important;
    }
    .view-more-button.margin-top-twenty-five {
        margin-top: 20px;
        font-size: 16px;
    }
    .deta_lawyer_right {
        width: 100%;
        text-align: left;
    }
    .deta_lawyer_right h6 {
        gap: 8px;
        flex-wrap: wrap;
    }
    .deta_lawyer_right .review_bx {
        left: 0;
        /* margin: 0 auto; */
        display: block;
        float: none;
        max-width: 213px;
    }
    .btnlabe {
        margin-bottom: 7px;
    }
    .cat_icon img {
        height: 100%;
    }
    .app-section .app-img img {
        position: inherit;
        width: auto;
        transform: translateY(0px);
    }
    .app-section .mobile-content h2 {
        font-size: calc(16px + 12 * (100vw - 320px) / 1600) !important;
        line-height: 10px !important;
        padding-bottom: 10px;
    }
    #wa-widget-send-button {
        height: 40px;
        min-width: 40px;
        margin: 0 0 8px 0 !important;
    }
    .wa-messenger-svg-whatsapp {
        width: 30px;
    }
    .sticky-app.app-section {
        padding: 20px 0 8px;
    }
    .app-section {
        padding: 40px 0;
    }
    .app-section .app-content h2 {
        font-size: calc(20px + 12 * (100vw - 320px) / 1600);
        line-height: 28px;
        letter-spacing: 1px;
    }
    .app-section .app-content img {
        min-width: 105px;
    }
    .about_bx_right h4 {
        font-size: 18px;
    }
    .contact_us {
        padding: 25px 0 0 0;
    }
    .about_bx_right p,
    .ab_bxsec p {
        font-size: 14px;
    }
    .lawyer_blog {
        padding-bottom: 10px;
    }
    .app-section .app-content h2 br {
        display: none;
    }
    .icon-list ul {
        column-count: 1;
    }
    .content-description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .blog-single-entry .testimonial-holder {
        padding: 20px 15px;
    }
    .content-title h5 {
        font-size: 14px;
    }
    .content-title-group span {
        margin: 0 10px;
    }
    .blog-single-entry h4 {
        font-size: clamp(calc(18px - 2px), 1.5769rem + 0.7692vw, 16px);
    }
    .blog-single-entry.post-minimal .post-meta .single-entry-date {
        font-size: 14px;
    }
    .blog-single-entry.post-minimal .post-meta {
        margin-bottom: clamp(0.3125rem, 0.0962rem + 2.9615vw, 5.25rem);
    }
    .blog-single-entry h5 {
        font-size: clamp(calc(8px + 6px), 2.5673rem + 1.2564vw, 14px);
    }
    .navbar {
        padding: 0.5rem 0rem;
    }
    .app-section .app-content h5 {
        line-height: 15px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lawyer_videos .container .swiper-button-next,
    .lawyer_top .container .swiper-button-next {
        right: -32px;
        left: auto;
    }
    /* .Gallery-show .container .swiper-button-next {
        right: -10px !important;
        left: auto;
    }
    .Gallery-show .container .swiper-button-prev {
        left: -10px !important;
        right: auto;
    } */
    .lawyer_videos .container .swiper-button-prev,
    .lawyer_top .container .swiper-button-prev {
        left: -32px;
        right: auto;
    }
    .lawyer_videos .container .swiper-button-next,
    .lawyer_videos .container .swiper-button-prev,
    .lawyer_top .container .swiper-button-next,
    .lawyer_top .container .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    .blog-single-entry h4 {
        font-size: clamp(calc(20px - 2px), 1.5769rem + 0.7692vw, 18px);
    }
    .blog-single-entry h5 {
        font-size: clamp(calc(12px + 6px), 1.5673rem + 0.2564vw, 16px);
    }
    .blog-single-entry p {
        font-size: clamp(calc(8px + 5px), 1.5673rem + 0.2564vw, 12px);
    }
    .content-description {
        font-size: 16px;
    }
    .blog-single-entry .testimonial-holder {
        padding: 20px 25px;
    }
    .blog-single-entry .testimonial-holder .content-title h5 {
        font-size: clamp(calc(10px + 6px), 1.5673rem + 0.2564vw, 12px);
    }
    .serv_box .AL_bx {
        min-height: 180px;
    }
    .lawyer_slider .Lawyers_bx,
    .law_list li .Lawyers_bx {
        flex-direction: column;
        min-height: 328px;
    }
    .title {
        font-size: 20px;
    }
    .btn-primary {
        font-size: 14px;
    }
    .view-more-button.margin-top-twenty-five {
        margin-top: 20px;
        font-size: 16px;
    }
    .heading-four {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-category-and-date {
        font-size: 13px;
    }
    .lawsr_bx h4,
    .contact-info-text h2 {
        font-size: 18px;
    }
    .sr_list {
        padding: 20px 15px;
    }
    .contact-info-text span {
        font-size: 13px;
    }
    .about_bx {
        flex-direction: column;
    }
    .contact-info-item {
        padding: 30px 7px;
        max-height: 180px;
    }
    .form-control {
        font-size: 14px !important;
    }
    .play_bx {
        margin-bottom: 15px;
    }
    .imgply h5 {
        margin-bottom: 15px !important;
        margin-top: 12px;
    }
    .sr_list {
        flex-wrap: wrap;
    }
    .sr_list_bx {
        width: calc(34.2% - 5px);
        padding: 5px;
    }
    .white_searh {
        margin-top: -26px;
        margin-right: 73px;
    }
    .all_cate {
        margin-top: 30px;
    }
    .hed_top_left {
        width: 55%;
    }
    .hed_top_right {
        width: 39%;
    }
    .t27bx {
        right: 7px;
    }
    .login_signup a:first-child {
        margin-left: 0;
    }
    .login_signup {
        border-top: 1px solid #ececea;
        padding-top: 12px;
    }
    .law_list li {
        width: calc(50% - 16px);
    }
    .review_bx span {
        font-size: 12px;
    }
    .contact_box {
        display: block;
    }
    .contact_box_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_box_right {
        width: 100%;
    }
    .about_bx_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .about_bx_right {
        width: 100%;
    }

    .sw_cate .cat_icon {
        width: 60px;
        height: 60px;
        padding: 7px;
        margin: 10px auto;
    }
    .sw_cate .AL_bx {
        padding: 10px 15px;
        display: block;
    }
    .appdown {
        margin-left: 0;
    }
    .cat_icon img {
        height: 35px;
    }
    .app-section .app-img img {
        bottom: 0;
        transform: translateY(0px);
        right: 0;
        top: inherit;
        width: 55%;
    }
    .app-section .app-content h2 {
        font-size: calc(26px + 12 * (100vw - 320px) / 1600);
        line-height: 40px;
    }
    .banner_text h1 {
        font-weight: 600;
        margin-bottom: 11px;
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lawyer_videos .container .swiper-button-next,
    .lawyer_top .container .swiper-button-next {
        right: -45px;
        left: auto;
    }
    .lawyer_videos .container .swiper-button-prev,
    .lawyer_top .container .swiper-button-prev {
        left: -45px;
        right: auto;
    }
    .sr_list {
        flex-wrap: wrap;
    }
    .sr_list_bx {
        width: calc(33.9% - 5px);
        padding: 5px;
    }
    .white_searh {
        //margin-top: -26px;
        margin-right: 73px;
    }
    .white_searh {
        margin-top: -64px;
    }
    .all_cate {
        margin-top: 30px;
    }
    .law_list li {
        width: calc(50% - 16px);
    }
    .review_bx span {
        font-size: 12px;
    }
}

#wa-widget-send-button {
    padding: 0 !important;
    right: 12px !important;
    margin: 0 0 12px 0 !important;
}
#wa-widget-send-button div {
    display: none;
}
