*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #fff;
    --bs-text-color: #929191;
    --bs-primary: #bc9d80;
    --bs-secondary: #2b2b2b;
    --bs-heading-color: #6e6e6e;
    --bs-link-color: #bc9d80;
    --bs-link-hover-color: #065A85;
    --bs-dark: #000000;
    --bs-shadow: #be9f8385;
    --bs-header-bg: #bc9d80;
    --bs-red-color: #B2230B;
    --bs-box-shadow-color: #dddddd;
}

html {
    width: 100%;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media (max-width: 1599.98px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    width: 100%;
    height: auto;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    color: var(--bs-text-color);
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1.5rem;
}

.cust_container {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}

.bothSide_gap {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.topSide_gap {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
}

.bottomSide_gap {
    padding: 0 0 40px;
}

figure {
    margin: 0;
    padding: 0
}

.margin-m2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

img.full {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.fullw {
    width: 100%;
}

.fcolor1 {
    color: var(--bs-primary);
}

.fcolor2 {
    color: var(--bs-header-bg);
}

.fcforminput.forcal,
.forcalraw {
    position: relative;
}

.fcforminput.forcal button,
.forcalraw button {
    position: absolute;
    top: 33px;
    right: 11px;
    border: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

.fcforminput.forcal button i {
    margin-right: 0;
}

.roundbox {
    box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

/* 
=============
Heading Tag
=============
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 280%;
}

h3 {
    font-size: 220%;
}

h4 {
    font-size: 175%;
}

h5 {
    font-size: 150%;
}

h6 {
    font-size: 125%;
}

.min_head {
    font-size: 120%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: var(--bs-secondary);
    font-family: "Marcellus", serif;
    padding: 5px 10px;
    margin-bottom: 15px;
    position: relative;
    background-color: #CFD7E1;
    box-shadow: 0px 0px 5px 0px var(--bs-shadow);
}

.boxcol {
    padding: 20px;
    border: 1px solid var(--bs-link-hover-color);
    height: 100%;
}

p {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

section {
    width: 100%;
    height: auto;
}

.finfo {
    display: none;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

#filename-error {
    position: absolute;
    top: 60px;
}

@keyframes txtblink {
    0% {
        color: var(--bs-link-color);
    }

    100% {
        color: #BD0000;
    }
}

@-webkit-keyframes txtblink {
    0% {
        color: var(--bs-link-color);
    }

    100% {
        color: #BD0000;
    }
}

@keyframes txtblink2 {
    0% {
        color: var(--bs-link-color);
    }

    50% {
        color: var(--bs-body);
    }

    100% {
        color: var(--bs-dark);
    }
}

@-webkit-keyframes txtblink2 {
    0% {
        color: var(--bs-link-color);
    }

    50% {
        color: var(--bs-body);
    }

    100% {
        color: var(--bs-dark);
    }
}

.txtblink {
    -webkit-animation: txtblink 1s linear infinite;
    -moz-animation: txtblink 1s linear infinite;
    animation: txtblink 1s linear infinite;
}

.txtblink2 {
    -webkit-animation: txtblink2 1s linear infinite;
    -moz-animation: txtblink2 1s linear infinite;
    animation: txtblink2 1s linear infinite;
}

.commonError {
    color: #BD0000;
    font-size: 80%;
}

.commonSuccess {
    color: #049526;
    font-size: 80%;
}

.alert p {
    margin-bottom: 0;
    margin-top: 1px;
}

.t-hide {
    display: none;
}

.show {
    display: block;
}

.sub-content_box {
    padding: 20px;
    box-shadow: 0 0 4px 4px #a1a1a12e;
    border-radius: 16px;
    margin-top: 30px;
}

.sub-content_box:first-child {
    margin-top: 0;
}

.resposive-left-top {
    padding-left: 30px;
}

.responsive-margin-bottom {
    margin-bottom: 30px;
}

/* .left-only { padding-left: 20px; } */
.sub-content_box i,
.innerbox i {
    margin-right: 10px;
}

.sub-content_box.smallcontainer {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.page-form .form-group {
    margin-bottom: 25px;
}

.page-form label {
    font-weight: 600;
}

.page-form .form-group .form-control {
    background-color: #f5e6d9;
    border: 1px solid transparent;
}

textarea:focus,
input:focus {
    outline: 0;
}

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

/* 
=============
scrollbar
=============
*/
.custom_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--bs-shadow);
    background-color: #F5F5F5;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
}

/* 
=============
All Heading
=============
*/
.sub_heading {
    font-size: 120%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 10px;
}

.main_heading {
    font-size: 250%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: var(--bs-heading-color);
    font-family: "Marcellus", serif;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    position: relative;
}

.main_heading::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgba(190, 160, 131, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner_heding {
    font-size: 380%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: var(--bs-body);
    padding: 0;
    margin-bottom: 40px;
    font-family: "Marcellus", serif;
    max-width: 770px;
}

.banner_heding span {
    color: var(--bs-primary);
}

.desc {
    font-size: 100%;
    color: var(--bs-text-color);
    padding: 0;
    margin-bottom: 25px;
}

/* 
=============
Button
=============
*/
.btn {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0;
}

.A_button {
    border: 1px solid var(--bs-secondary);
    background-color: transparent;
    box-shadow: 0px 0px 2px 0px #ccc;
    padding: 0;
    width: 22px;
    height: 22px;
    font-size: 85%;
    font-weight: 600;
    text-align: center;
    color: var(--bs-secondary);
    white-space: nowrap;
    border-radius: 0;
}

.A_button:hover {
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
}

.ScreenReader_btn {
    font-size: 90%;
    text-align: center;
    font-weight: 500;
    color: var(--bs-secondary);
    background-color: transparent;
    border: none;
    white-space: nowrap;
    padding: 10px 0;
}

.ScreenReader_btn i {
    margin-right: 2px;
}

.ScreenReader_btn:hover {
    color: var(--bs-body);
}

.account_btn {
    font-size: 85%;
    font-weight: 600;
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    color: var(--bs-secondary);
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0;
}

.account_btn i {
    margin-right: 2px;
}

.account_btn:hover {
    color: var(--bs-body);
}

.knowmore_btn {
    background-color: var(--bs-primary);
    color: var(--bs-body) !important;
    position: relative;
    z-index: 1;
    border-radius: 12px 0px 12px 0px;
    padding: 6px 36px 6px 12px;
    text-align: left;
    overflow: hidden;
    font-size: 85%;
    transition: .6s;
    box-shadow: 0px 0px 5px 0px #535252;
}

.knowmore_btn:hover {
    background-color: #000;
    color: var(--bs-body);
}

.knowmore_btn::after {
    content: "\f04e";
    font-family: "FontAwesome";
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bs-body);
    color: var(--bs-primary);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1px;
    transition: .6s;
}

.knowmore_btn:hover::after {
    padding-left: 5px;
}



/* 
=============
Top header
=============
*/
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--bs-header-bg);
    padding: 2px 0;
}

.top_header .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_header .wrap .left_ {
    display: flex;
    align-items: center;
    gap: 3em;
}

.top_header .fontsize_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.top_header .wrap .right_ {
    display: flex;
    align-items: center;
    gap: 4em;
}



/* 
=============
Main header
=============
*/
.main_header {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background-color: transparent;
    transition: .6s;
    position: absolute;
    top: 8%;
    left: 0;
    z-index: 5;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    transition: .6s;
    /* background-color: var(--bs-header-bg); */
    /* background-color: var(--bs-secondary); */
    background-color: var(--bs-link-hover-color);
}

.main_header .wraper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header .navber_wrap {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5em;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .phoneresponsive_menubar {
    display: none;
} */

.responsivemenubar_btn {
    display: none;
}


.main_header .navber_wrap li {
    list-style: none;
    position: relative;
    transition: 0.6s;
}

.main_header a {
    font-size: 85%;
    text-align: center;
    font-weight: 500;
    background-color: transparent;
    color: var(--bs-body);
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.main_header a:hover {
    text-decoration: underline;
    color: var(--bs-body);
}

.main_header a.active {
    text-decoration: underline;
}

.main_header a i {
    padding-left: 4px;
}

.Logo_area {
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    height: auto;
    overflow: hidden;
}

.Logo_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_header.sticky .Logo_area {
    max-width: 72px;
    min-width: 72px;
}


@media (min-width: 991px) {
    .subMenu_drop {
        position: absolute;
        top: 130%;
        left: 0;
        outline: 0;
        box-shadow: 0px 0px 5px 0px #888888;
        border-radius: 0px;
        /* overflow: hidden; */
        background-color: var(--bs-body);
        /* width: 16rem; */
        width: auto;
        min-width: 220px;
        height: auto;
        z-index: 4;
        display: none;
        opacity: 0;
        z-index: -1;
        transition: all 0.4s ease-in-out;
        text-decoration: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .subMenu_drop li {
        list-style: none;
        border-bottom: 1px solid #ebe8e8;
    }

    .subMenu_drop li:last-child {
        border-bottom: none;
    }

    .subMenu_drop li a {
        width: 100%;
        font-size: 75%;
        font-weight: 500;
        text-decoration: none;
        outline: 0;
        color: var(--bs-heading-color);
        padding: 5px 12px;
        border-radius: 0;
        text-align: left;
        white-space: normal !important;
    }

    .subMenu_drop li a:hover {
        background-color: #fbf1e5;
        color: var(--bs-secondary) !important;
    }


    .subMenu_drop li ul {
        display: none !important;
    }

    .subMenu_drop li:hover>ul {
        display: inline-block !important;
        top: 0 !important;
        left: 100% !important;
    }

    .subMenu_drop li .icon {
        display: none;
    }
}

@media (max-width: 991px) {
    .subMenu_drop li {
        border-bottom: 1px solid #a5a1a1;
        padding-left: 15px;
        position: relative;
    }

    .subMenu_drop li::before {
        content: "\f192";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        left: 10px;
        font-size: 60%;
    }
}

.searchbar_wrap {
    width: 22em;
    height: auto;
    position: relative;
}

.searchbar_wrap input {
    width: 100%;
    height: auto;
    padding: 5px 20px 5px 5px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-body);
    color: var(--bs-body);
    border-radius: 0;
    font-size: 80%;
    box-shadow: none;
    outline: 0;
}

.searchbar_wrap input:focus {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    color: var(--bs-body);
}

.searchbar_wrap input::placeholder {
    font-size: 1.3em;
    color: var(--bs-body);
}

.searchbar_wrap .searchicon_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-body);
    background-color: transparent;
}

/**responsivesearch-box ***/
.responsivesearch-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.responsivesearch-box .btn-search {
    background-color: transparent;
    color: var(--bs-body);
}

.responsivesearch-box .search_wrap {
    position: absolute;
    top: 50px;
    right: 0;
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    z-index: 3;
    background-color: var(--bs-body);
    box-shadow: 0px 0px 5px 0px var(--bs-heading-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.responsivesearch-box .search_wrap.open {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.responsivesearch-box .go_btn {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: var(--bs-primary);
    color: var(--bs-body);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.responsivesearch-box .input-search {
    width: 100%;
    height: 40px;
    padding: 5px 50px 5px 10px;
    color: var(--bs-secondary);
}

.responsivesearch-box .input-search::placeholder {
    color: var(--bs-heading-color);
}


@media (max-width: 480px) {
    .responsivesearch-box .search_wrap {
        top: 60px;
        right: -40px;
    }
}



/***min-width***/

@media (min-width: 992px) {
    .menubar_box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menubar_box .top_area {
        display: none;
    }

    .navber_wrap li span {
        position: absolute;
        top: 0;
        right: -18px;
        z-index: 2;
    }

    .navber_wrap li span::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 600;
        color: var(--bs-body);
        transition: .6s;
    }

    .main_header .navber_wrap li:hover .subMenu_drop {
        display: inline-block;
        opacity: 1;
        z-index: 1;
        top: 100%;
    }

    .main_header .navber_wrap {
        gap: 2rem;
    }

    .WelcomeJudicial_sec .head_line {
        font-size: 130% !important;
    }

}

@media (min-width: 1500px) {
    .main_header .navber_wrap {
        gap: 3rem;
    }
}


/**responsive navbar***/
@media (max-width: 991px) {
    .menubar_box .top_area .Logo_area {
        display: inline-block;
        min-width: 70px;
    }

    .responsivemenubar_btn {
        /* background: var(--bs-primary); */
        box-shadow: none;
        border: none;
        font-size: 100%;
        padding: 0;
        width: 35px;
        height: 28px;
        position: relative;
        border-radius: 4px;
        display: inline-block;
    }


    .responsivemenubar_btn.on {
        position: fixed;
        top: 2.5em;
        right: 15px;
        z-index: 1050;
    }

    /* .main_header.sticky .responsivemenubar_btn .menuBar_line,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:after,
    .main_header.sticky .responsivemenubar_btn .menuBar_line:before {
        background: var(--bs-text-color);
    } */

    .main_header.sticky .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .responsivemenubar_btn .menuBar_line {
        height: 2px;
        width: 25px;
        display: block;
        background: var(--bs-body);
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .responsivemenubar_btn .menuBar_line:after {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-body);
        bottom: 8px;
    }

    .responsivemenubar_btn .menuBar_line:before {
        content: ' ';
        width: 25px;
        height: 2px;
        display: block;
        background: var(--bs-body);
        top: 8px;
    }

    .responsivemenubar_btn .menuBar_line:after,
    .responsivemenubar_btn .menuBar_line:before {
        position: absolute;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .responsivemenubar_btn.on .menuBar_line {
        background: transparent;
    }

    .responsivemenubar_btn.on .menuBar_line:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: var(--bs-body);
    }

    .responsivemenubar_btn.on .menuBar_line:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: var(--bs-body);
    }

    .headeraddcart_btn {
        margin-right: 48px;
    }

    /*********/
    .subMenu_drop {
        position: relative;
        top: 0;
        left: 0;
        background-color: var(--bs-heading-color);
        width: 100%;
        transition: 0.4s;
        display: none;
        padding: 0 0 0 10px;
    }

    .menubar_box {
        width: 100%;
        height: 100vh;
        left: 0;
        top: -120%;
        position: fixed;
        transition: .6s;
        z-index: 1040;
        display: none;
    }

    .menubar_box.open {
        top: 0;
        display: block;
        background-color: #000000bd;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .menubar_box.open .searchbar_wrap {
        display: none;
    }

    .menubar_box .top_area {
        width: 100%;
        box-shadow: 0px 0px 5px 0px #ccc;
        padding: 8px 10px;
        position: relative;
        /* background-color: var(--bs-header-bg); */
        background-color: var(--bs-link-hover-color);
    }

    .menubar_box .Logo_area {
        max-width: 70px;
        height: auto;
        padding: 0;
    }

    .menubar_box .navber_wrap {
        width: 100%;
        height: 80vh;
        padding: 15px 0;
        list-style: none;
        margin-bottom: 15px;
        overflow-y: auto;
    }

    .menubar_box.open .navber_wrap {
        width: 100%;
        padding: 20px 0;
        display: block;
    }

    .navber_wrap li {
        width: 100%;
        border-bottom: 1px solid #676565;
        position: relative;
    }

    .navber_wrap li span {
        position: absolute;
        top: 2px;
        right: 15px;
        width: 30px;
        height: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navber_wrap li span::after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: 600;
        color: var(--bs-body);
        transition: .6s;
    }

    .navber_wrap li span.active {
        rotate: -180deg;
        transition: .6s;
    }

    .navber_wrap li a {
        font-size: 80%;
        font-weight: 500;
        color: var(--bs-desc-color);
        padding: 8px 15px 8px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        white-space: normal;
    }

    .navber_wrap li a:focus {
        color: var(--bs-desc-color);
    }

    .menubar_box.open .navber_wrap li a {
        font-size: 100%;
        color: var(--bs-body);
    }

    .menubar_box.open .navber_wrap li a.active {
        text-decoration: none;
    }

    .menubar_box .socialIcon_all {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 15px;
        padding: 20px 15px;
        background-color: var(--bs-link-hover-color);
        list-style: none;
        margin-bottom: 0;
    }

    .menubar_box .socialIcon_all li a {
        color: var(--bs-text-color);
    }

    .subMenu_drop li {
        border-bottom: 1px solid #a5a1a1;
    }

    .subMenu_drop li:last-child {
        border: none;
    }

    .subMenu_drop li a {
        font-size: 85% !important;
        font-weight: 500;
        color: var(--bs-body) !important;
    }

    .subMenu_drop li:last-child {
        border: none;
    }

    .subMenu_drop li>ul>li {
        border: none;
    }


}



/* 
=============
Footer
=============
*/

.footer_sec {
    background-color: var(--bs-secondary);
}

.footer_logo {
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.footer_details {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_sec .desc {
    max-width: 450px;
}

.footer_details li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer_details li .icon {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
}

.footer_details li .icon i {
    font-size: 80%;
    color: var(--bs-body);
}

.footer_details li .text {
    font-size: 100%;
    color: var(--bs-body);
}

.footer_details li .text a {
    color: var(--bs-body);
    text-decoration: none;
}

.footer_details li .text a:hover {
    color: var(--bs-primary);
}


.footerpara_head {
    font-size: 130%;
    font-weight: 500;
    color: var(--bs-body);
    text-align: left;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 20px;
}

.footerpara_head::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100px;
    height: 2px;
    background-color: var(--bs-body);
}

.footermenu_list {
    width: 100%;
    height: auto;
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

.footermenu_list li {
    list-style: none;
    margin-bottom: 15px;
    color: var(--bs-body);
}

.footermenu_list li:hover {
    list-style: disc;
    color: var(--bs-primary);
}

.footermenu_list li a {
    font-size: 90%;
    cursor: pointer;
    color: var(--bs-body);
    text-decoration: none;
}

.footermenu_list li:hover a {
    color: var(--bs-primary);
}


.email_from {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.email_from .from_group {
    width: 100%;
    height: auto;
    position: relative;
}

.email_from .from_group input {
    width: 100%;
    font-size: 100%;
    box-shadow: none;
    outline: 0;
    padding: 10px 50px 10px 15px;
    border-radius: 0;
}

.email_from .from_group input::placeholder {
    font-size: 100%;
}

.email_from .from_group .send_btn {
    position: absolute;
    top: 7.5px;
    right: 5px;
    z-index: 1;
    width: 36px;
    height: 30px;
    background-color: var(--bs-primary);
    color: var(--bs-body);
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_from .from_group .send_btn i {
    font-size: 16px;
}


.footersocialicons_all {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.footersocialicons_all li {
    list-style: none;
}

.footersocialicons_all li .link_ {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-body);
    text-decoration: none;
    outline: 0;
}

.footersocialicons_all li .link_ i {
    font-size: 15px;
}

.footersocialicons_all li .link_:hover {
    border: 1px solid var(--bs-body);
}

/****Bottom Footer****/
.bottom_footer {
    width: 100%;
    height: auto;
    background-color: var(--bs-header-bg);
    padding: 6px 0;
}

.bottom_footer .wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bottom_footer .wrap .left_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.bottom_footer .wrap .left_ .text {
    font-size: 85%;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-body);
    text-align: left;
    padding: 0;
    margin: 0;
}

.bottom_footer .wrap .right_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.bottom_footer .right_ .list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom_footer .right_ .list li {
    list-style: none;
    border-right: 2px solid var(--bs-body);
}

.bottom_footer .right_ .list li:last-child {
    border-right: none;
}

.bottom_footer .right_ .list li a {
    padding: 0px 12px;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: var(--bs-body);
    font-size: 85%;
    font-weight: 600;
    white-space: nowrap;
}

.bottom_footer .right_ .list li a:hover {
    color: #2b2b2b;
}




/* 
=============
Home
=============
*/


/**banner**/
.homebanner_sec {
    width: 100%;
    height: auto;
    position: relative;
}

.homebanner_sec .hero_slider {
    width: 100%;
    height: auto;
    position: relative;
}

.homebanner_sec .banner_content {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    position: relative;
    /* padding-top: 150px; */
}

.homebanner_sec .image_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner_content .image_wrap::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000040;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.homebanner_sec .image_wrap img {
    object-fit: cover;
}

.homebanner_sec .cust_container {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}

.banner_content .wrapper {
    width: auto;
    max-width: 700px;
    /* background-color: rgb(6 6 6 / 60%); */
    border-radius: 12px;
    padding: 20px;
    position: absolute;
}

.banner_content .banner_heding {
    font-size: 230%;
    margin-bottom: 0;
    text-shadow: 2px 2px var(--bs-header-bg);
}

/**top*/
.homebanner_sec .wrapper.topleft {
    top: 0;
    left: 0;
    transform: translateX(0);
}

.homebanner_sec .wrapper.topcenter {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.topright {
    top: 0;
    right: 0;
}

/***middle***/
.homebanner_sec .wrapper.middleleft {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homebanner_sec .wrapper.middlecenter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.homebanner_sec .wrapper.middleright {
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/***bottom****/
.homebanner_sec .wrapper.bottomleft {
    left: 0;
    bottom: 10%;
}

.homebanner_sec .wrapper.bottomcenter {
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.homebanner_sec .wrapper.bottomright {
    right: 0;
    bottom: 10%;
}

.homebanner_sec .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.scrolltoBottom_ {
    position: absolute;
    right: 2%;
    bottom: 10%;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
}

.scrolltoBottom_:hover {
    text-decoration: none;
}

.scrolltoBottom_ .line {
    width: 1px;
    height: 15em;
    background-color: var(--bs-link-color);
    border-radius: 6px;
    margin: 0 auto 10px;
}

.scrolltoBottom_ .mouse {
    width: 20px;
    height: 30px;
    background-color: var(--bs-link-color);
    border-radius: 12px;
    position: relative;
    margin: 0 auto 10px;
}

.scrolltoBottom_ .mouse span {
    position: absolute;
    width: 2px;
    height: 10px;
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
    background-color: var(--bs-dark);
}

.scrolltoBottom_ .clickbtn {
    width: 100%;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--bs-link-color);
    color: var(--bs-body);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 75%;
}

.scrolltoBottom_ .clickbtn span {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.scrolltoBottom_ .clickbtn span i {
    margin-top: -5px;
}


/***marquee_sec**/
.marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--bs-header-bg);
    margin-top: -5px;
    position: relative;
}

.marquee-text .topleft_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    background-color: var(--bs-header-bg);
    z-index: 2;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.marquee-text .triangle {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    border-left: solid 20px var(--bs-header-bg);
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
}

.marquee-text .heding {
    font-size: 1.6em;
    font-weight: 500;
}

.marquee-text .heding i {
    margin-right: 5px;
}

.marquee-text .top-info-bar {
    font-size: 12px;
    width: 200%;
    background-color: var(--bs-text-color);
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
    padding: 10px 30px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.marquee-text .top-info-bar a {
    color: var(--bs-dark);
    text-decoration: none;
    font-size: 90%;
    font-weight: 500;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}


/****About sec*****/

.about_sec .wrap_box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5%;
}

.about_sec .leftbox_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.about_sec .rightbox_ {
    width: 100%;
    max-width: 45%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}

.about_sec .rightbox_ img {
    width: 100%;
    height: 100%;
}

.about_sec .desc{ text-align: justify;}

/*****Styling the default Slick dots******/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    z-index: 2;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        padding: 5px;
        border: none;
        border-radius: 100%;
        background-color: transparent;
        text-indent: -9999px;
        position: relative;
        color: var(--bs-body);
    }

    button::after {
        content: "\2666";
        /* font-family: FontAwesome; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        font-size: 12px;
        color: var(--bs-body);
        text-indent: 1px;
    }

    li.slick-active button {
        border: 1px solid var(--bs-body);
    }

}



.slick-slide {
    margin-left: 8px;
    margin-right: 8px;
}

.slick-list {
    margin-left: 8px;
    margin-right: 8px;
}

.slide-arrow {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev-arrow {
    left: -30px;
    width: 0;
    height: 0;
    font-size: 24px;
    color: var(--bs-primary);
    font-weight: 400;
}

.next-arrow {
    right: -10px;
    width: 0;
    height: 0;
    font-size: 24px;
    color: var(--bs-primary);
    font-weight: 400;
}

/*****/
.homebanner_sec .slick-list,
.homebanner_sec .slick-slide {
    margin-left: 0;
    margin-right: 0;
}


/***Welcome-Judicial******/
.WelcomeJudicial_sec {
    width: 100%;
    height: auto;
    background-color: var(--bs-header-bg);
    display: flex;
    justify-content: flex-start;
}

.WelcomeJudicial_sec .side1_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 23%;
    height: auto;
    background-color: var(--bs-header-bg);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.WelcomeJudicial_sec .head_line {
    font-size: 100%;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    color: var(--bs-secondary);
}

.WelcomeJudicial_sec .side2_box {
    width: 100%;
    max-width: 77%;
    height: auto;
    padding: 20px 40px;
    position: relative;
    top: 0;
    left: 0;
    transition: .8s;
}

.WelcomeJudicial_sec .left_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.WelcomeJudicial_sec .left_wrap .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.WelcomeJudicial_sec .nav .nav-link {
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-secondary);
    font-size: 100%;
    color: var(--bs-secondary);
    font-weight: 700;
}

.WelcomeJudicial_sec .nav .nav-link.active {
    background-color: var(--bs-secondary);
    color: var(--bs-body);
}

.WelcomeJudicial_sec .nav .nav-link:hover {
    background-color: var(--bs-secondary);
    color: var(--bs-body);
}


.WelcomeJudicial_sec .side2_box .right_wrap {
    display: none;
}

/**Add class**/
.WelcomeJudicial_sec.scrolled {
    flex-wrap: wrap;
    background-color: #f0efef;
}

.WelcomeJudicial_sec.scrolled .side2_box .right_wrap {
    padding: 40px;
    display: block;
    border-top: 1px solid var(--bs-heading-color);
    height: 100%;
    width: 100%;
    max-width: 77%;
}

.WelcomeJudicial_sec.scrolled .side2_box {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.WelcomeJudicial_sec.scrolled .side2_box .left_wrap {
    width: 100%;
    max-width: 23%;
    height: 100%;
    background-color: var(--bs-header-bg);
    padding: 40px;
}

.WelcomeJudicial_sec.scrolled .left_wrap .nav {
    display: grid;
    align-content: start;
    justify-items: baseline;
    margin: 0 auto;
    height: 100%;
}

.WelcomeJudicial_sec .main_heading {
    font-size: 175%;
}

.WelcomeJudicial_sec .sub_heading {
    font-size: 100%;
}

.WelcomeJudicial_sec .innerwrap_box {
    width: 100%;
    /* height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5%; */
}

.WelcomeJudicial_sec .innerwrap_box .image_box {
    width: 100%;
    max-width: 30%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.WelcomeJudicial_sec .innerwrap_box .content {
    width: 50%;
}

.welcome_latestnews {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}

.welcome_latestnews .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}


.welcome_latestnews .date {
    background-color: var(--bs-header-bg);
    padding: 15px 20px;
}

.welcome_latestnews .date span {
    font-size: 75%;
    font-weight: 600;
    display: block;
    color: var(--bs-body);
    text-align: center;
}

.welcome_latestnews .details {
    width: 100%;
    height: auto;
}

.welcome_latestnews .details h6 {
    font-size: 100%;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    color: var(--bs-secondary);
    padding: 0;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.welcome_latestnews .details p {
    font-size: 85%;
    font-weight: 400;
    color: var(--bs-text-color);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.readmore_btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: var(--bs-heading-color);
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 80%;
}

.readmore_btn i {
    font-size: 0.8em;
    transition: 0.5s;
}

.readmore_btn:hover i {
    margin-left: 5px;
    transition: 0.5s;
}


/*****Scroll to top button******/

.return-to-top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    z-index: 99;
    padding: 10px;
    color: var(--bs-body);
    background-color: var(--bs-header-bg);
    transition: .6s;
}

.return-to-top.show {
    display: flex;
}

.return-to-top i.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}


/*********homegallery_list************/
.homegallery_list {
    width: 100%;
    max-width: 95%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
    padding: 0;
    margin: 0;
}

.homegallery_list li {
    width: 15%;
    height: 150px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}

.homegallery_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WelcomeJudicial_sec .list_head {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-secondary);
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.WelcomeJudicial_sec .list_head::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: var(--bs-secondary);
}

.WelcomeJudicial_sec .contentheight {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}


@media (max-width: 1400px) {
    .homegallery_list li {
        width: 15%;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .homegallery_list li {
        width: 23.5%;
        height: 100px;
    }

    .homegallery_list {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .homegallery_list li {
        width: 32%;
        height: 100px;
    }
}

/* 
=============
Inner Page
=============
*/

.innerbanner_sec {
    width: 100%;
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(2 3 40 / 57%) 0%, rgb(42 39 39 / 59%) 100%);
    z-index: 1;
}

.innerbanner_sec .cust_container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.innerbanner_head {
    font-size: 220%;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: var(--bs-body);
    font-family: "Marcellus", serif;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    /* display: inline-block; */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.innerbanner_head span {
    color: var(--bs-header-bg);
}

.innerbanner_head::after {
    content: " ";
    position: absolute;
    top: 60%;
    left: 105%;
    width: 120px;
    height: 1px;
    background-color: var(--bs-body);
    border-radius: 6px;
}

.innerpage_sec {
    width: 100%;
    height: auto;
}


/***LeaveYourInfo_sec**/
.LeaveYourInfo_sec {
    width: 100%;
    height: auto;
}

.innerpage.sub_heading {
    font-size: 100%;
}

.innerpage.main_heading {
    font-size: 180%;
}

.LeaveYourInfo_sec .content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    gap: 5%;
}

.LeaveYourInfo_sec .leaveus_ {
    width: 100%;
    max-width: 50%;
    height: auto;
}

.LeaveYourInfo_sec .reachus_ {
    width: 100%;
    max-width: 45%;
    height: auto;
}

/**/
.label-float {
    position: relative;
    padding-top: 13px;
    margin-bottom: 20px;
}

.label-float input {
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
}

.label-float input:focus {
    border: 2px solid var(--bs-primary);
}

.label-float input::placeholder {
    color: transparent;
}

.label-float textarea {
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    padding: 10px 15px;
    font-size: 14px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
}

.label-float textarea:focus {
    border: 2px solid var(--bs-primary);
}

.label-float textarea::placeholder {
    color: transparent;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: var(--bs-body);
    padding: 5px;
    box-sizing: border-box;
    font-size: 85%;
    color: var(--bs-text-color);
}

.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
    font-size: 13px;
    top: 0;
    color: var(--bs-primary);
}

.label-float textarea:focus+label {
    font-size: 13px;
    top: 0;
    color: var(--bs-primary);
}

.reachus_details {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.reachus_details li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reachus_details li .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    font-size: 85%;
    margin-right: 8px;
}

.reachus_details li .icon i {
    color: var(--bs-body);
}

.reachus_details li .text {
    font-size: 100%;
    font-weight: 500;
    text-align: left;
    color: var(--bs-text-color);
}

.LeaveYourInfo_sec iframe {
    width: 100%;
    height: 320px;
    filter: var(--bs-heading-color);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}

.LeaveYourInfo_sec iframe:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

/**DistrictJudiciary_sec***/
.DistrictJudiciary_sec .list_ {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.DistrictJudiciary_sec .list_ li {
    list-style: none;
}

.addres_btn {
    text-decoration: underline;
    background-color: transparent;
    color: var(--bs-heading-color);
    font-weight: 600;
    font-size: 85%;
}

/*****CheckOurGallery_sec*******/

.CheckOurGallery_sec .top_part {
    width: 100%;
    height: auto;
    background-color: var(--bs-header-bg);
    padding: 20px 0;
}

.CheckOurGallery_sec .cust_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallerypage_head {
    font-size: 130%;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-dark);
    padding: 0;
    margin: 0;
}

.CheckOurGallery_sec .nav {
    gap: 10px;
}

.CheckOurGallery_sec .nav .nav-link {
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-secondary);
    font-size: 90%;
    color: var(--bs-secondary);
    font-weight: 700;
}


.CheckOurGallery_sec .nav .nav-link.active {
    background-color: var(--bs-secondary);
    color: var(--bs-body);
}


.CheckOurGallery_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.CheckOurGallery_wrap .top_ {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.selectboxwrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.yeardropdown {
    max-width: 550px;
    position: relative;
}

.yeardropdown select {
    width: 100%;
    min-width: 100px;
    box-shadow: none;
    outline: 0;
    padding: 5px 25px 5px 10px;
    position: relative;
    background: transparent;
}

.yeardropdown select:focus {
    box-shadow: none;
    background: transparent;
}

.yeardropdown::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: var(--bs-text-color);
    font-size: 85%;
    z-index: -1;
    display: none;
    /**not ad this time*/
}

.CheckOurGallery_wrap .head {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-secondary);
    padding-left: 20px;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
    position: relative;
}

.CheckOurGallery_wrap .head::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8em;
    color: var(--bs-secondary);
}

.CheckOurGallery_wrap .list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1%;
}

.CheckOurGallery_wrap .image_wrap {
    width: 13.3%;
    height: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1%;
    cursor: pointer;
}

.CheckOurGallery_wrap .image_wrap img {
    object-fit: cover;
}

.list.videolist .image_wrap {
    position: relative;
    overflow: hidden;
}

.list.videolist .image_wrap::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 2;
}

.list.videolist .image_wrap .overlay_ span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 30px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffad;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
    z-index: 3;
}

.list.videolist .image_wrap .overlay_ span i {
    color: var(--bs-header-bg);
}


/* 
=============
About usn page
=============
*/
.aboutpagecontent_sec .content {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.aboutpagecontent_sec .content li {
    list-style: none;
    margin-bottom: 30px;
}


.aboutpagecontent_sec .image_wrap {
    width: 80%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.aboutpagecontent_sec .first_wrap .image_wrap {
    margin-left: auto;
}



/* 
=============
News Page
=============
*/
.RelaxationNorms_sec .content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 4%;
}

.RelaxationNorms_sec .leftwraap_ {
    width: 50%;
    height: auto;
}

.RelaxationNorms_sec .rightwraap_ {
    width: 46%;
    height: auto;
}

.RelaxationNorms_sec .topnews_list {
    width: 100%;
    height: 460px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.RelaxationNorms_sec .item_wrap {
    margin-bottom: 15px;
}

.RelaxationNorms_sec .item_wrap:last-child {
    margin-bottom: 0;
}

.RelaxationNorms_sec .bigimage_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
}

.RelaxationNorms_sec .bigimage_wrap .date_wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--bs-header-bg);
    padding: 5px 20px;
    border-radius: 0 6px 0 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #797777;
}

.RelaxationNorms_sec .bigimage_wrap .date_wrap span {
    font-size: 80%;
    font-weight: 600;
    color: var(--bs-body);
}

.RelaxationNorms_sec .ditails {
    width: 100%;
    height: auto;
}

.RelaxationNorms_sec .name {
    font-size: 105%;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-heading-color);
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RelaxationNorms_sec .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RelaxationNorms_sec .topnews_list {
    margin-bottom: 10px;
}

.RelaxationNorms_sec .item_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.RelaxationNorms_sec .smallimage_wrap {
    width: 100%;
    max-width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
}

.RelaxationNorms_sec .date_ {
    font-size: 80%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-header-bg);
}

.letsChecknews_sec .name {
    font-size: 100%;
    font-weight: 600;
    line-height: normal;
    color: var(--bs-heading-color);
    padding: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letsChecknews_sec .date_ {
    font-size: 90%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-link-color);
}

.letsChecknews_sec .desc {
    font-size: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topnewsslider_wrap {
    width: 100%;
    height: auto;
}

.topnewsslider_wrap .card_wrap {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.topnewsslider_wrap .image_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.topnewsslider_wrap .image_wrap img {
    width: 100%;
    height: 100%;
}

.topnewsslider_wrap .content {
    padding: 0 8px 8px;
}


/****News details*******/
.newsdetails_sec .date_ {
    font-size: 90%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-primary);
    margin-bottom: 6px;
}

.newsdetails_sec .image_wrap {
    width: 100%;
    /* height: 100%; */
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.newsdetails_sec .image_wrap img {
    width: 100%;
    height: 100%;
}

.newsdetails_sec .list_wrap {
    width: 100%;
    height: auto;
    list-style: none;
}

.newsdetails_sec .list_wrap li {
    font-size: 100%;
    font-weight: 400;
    text-align: left;
    color: var(--bs-heading-color);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.newsdetails_sec .list_wrap li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    top: 2px;
    left: -25px;
    position: absolute;
}


/****Log in & Resister****/
.loginResister_wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 100%;
    min-height: 400px;
    background: var(--bs-body);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
}

.loginResister_wrap h1 {
    font-size: 36px;
    margin: -10px 0;
}

.loginResister_wrap .toggle-box h2 {
    color: #fff;
    font-size: 175%;
    padding-left: 30px;
}

.loginResister_wrap p {
    font-size: 14.5px;
    margin: 15px 0;
}

.loginResister_wrap form {
    width: 100%;
}

.loginResister_wrap .form-box {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: var(--bs-body);
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 40px;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
    flex-wrap: wrap;
}

.loginResister_wrap.active .form-box {
    right: 50%;
}

.loginResister_wrap .form-box.register {
    visibility: hidden;
}

.loginResister_wrap.active .form-box.register {
    visibility: visible;
}

.loginResister_wrap .input-box {
    position: relative;
    margin: 25px 0;
}

.loginResister_wrap .input-box input {
    width: 100%;
    padding: 13px 20px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.loginResister_wrap .login .input-box input {
    padding-left: 50px;
}

.loginResister_wrap .input-box input::placeholder {
    color: #888;
    font-weight: 400;
}

.loginResister_wrap .input-box i {
    position: absolute;
    left: 20px;
    top: 14px;
    /* transform: translateY(-50%); */
    font-size: 20px;
}

.loginResister_wrap .forgot-link {
    margin: -15px 0 15px;
}

.loginResister_wrap .forgot-link a {
    font-size: 14.5px;
    color: #333;
}

.loginResister_wrap .btn {
    width: 100%;
    height: 48px;
    background: var(--bs-primary);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: var(--bs-body);
    font-weight: 600;
}

.loginResister_wrap .social-icons {
    display: flex;
    justify-content: center;
}

.loginResister_wrap .social-icons a {
    display: inline-flex;
    padding: 6px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 100%;
    color: var(--bs-primary);
    margin: 0 8px;
    text-decoration: none;
}

.loginResister_wrap .toggle-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loginResister_wrap .toggle-box::before {
    content: '';
    position: absolute;
    left: -250%;
    width: 300%;
    height: 100%;
    background: var(--bs-primary);
    /* border: 2px solid red; */
    border-radius: 150px;
    z-index: 2;
    transition: 1.8s ease-in-out;
}

.loginResister_wrap.active .toggle-box::before {
    left: 50%;
}

.loginResister_wrap .toggle-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    /* background: seagreen; */
    color: var(--bs-body);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
}

.loginResister_wrap .toggle-panel.toggle-left {
    left: 0;
    transition-delay: 1.2s;
}

.loginResister_wrap.active .toggle-panel.toggle-left {
    left: -50%;
    transition-delay: .6s;
}

.loginResister_wrap .toggle-panel.toggle-right {
    right: -50%;
    transition-delay: .6s;
}

.loginResister_wrap.active .toggle-panel.toggle-right {
    right: 0;
    transition-delay: 1.2s;
}

.loginResister_wrap .toggle-panel p {
    margin-bottom: 20px;
}

.loginResister_wrap .toggle-panel .btn {
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid var(--bs-body);
    box-shadow: none;
}

.show-password {
    position: relative;
}

.show-password>span.show-password-link {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    top: 15px;
    right: 10px;

    font-family: 'Font Awesome 6 Free';
    font-size: 0.875rem;
    color: #aeb1b1;
    cursor: pointer;
    text-align: center;
    z-index: 5;
}

.show-password>span.show-password-link:before {
    content: "\f06e";
}

.show-password>span.show-password-link.selected:before {
    content: "\f070"
}

.show-password>span.show-password-link:hover {
    color: #333333;
}

.progress {
    height: 4px;
}

.sendOTP.disabled {
    cursor: not-allowed !important;
    background: gray !important;
    border-bottom: 2px solid gray !important;
}

.resendBtn {
    color: rgb(6, 133, 82);
    display: none;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgb(6, 133, 82);
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: none;
}

.timer {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #d9534f;
}

.pincode-input-text {
    float: left !important;
    width: 15% !important;
    min-width: auto;
    border: 1px solid var(--bs-primary) !important;
    border-bottom: 1px solid var(--bs-primary);
    text-align: center;
    font-size: 120%;
    border-radius: 3px;
    margin-left: 2% !important;
    margin-bottom: 10px;
    padding: 8px 5px !important;
}

.pincode-input-text:first-child {
    margin-left: 0 !important;
}

@media screen and (max-width: 650px) {
    .loginResister_wrap {
        height: calc(70vh - 40px);
    }

    .loginResister_wrap .form-box {
        bottom: 0;
        width: 100%;
        height: 70%;
    }

    .loginResister_wrap.active .form-box {
        right: 0;
        bottom: 30%;
    }

    .loginResister_wrap .toggle-box::before {
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }

    .loginResister_wrap.active .toggle-box::before {
        left: 0;
        top: 70%;
    }

    .loginResister_wrap.active .toggle-panel.toggle-left {
        left: 0;
        top: -30%;
    }

    .loginResister_wrap .toggle-panel {
        width: 100%;
        height: 30%;
    }

    .loginResister_wrap .toggle-panel.toggle-left {
        top: 0;
    }

    .loginResister_wrap .toggle-panel.toggle-right {
        right: 0;
        bottom: -30%;
    }

    .loginResister_wrap.active .toggle-panel.toggle-right {
        bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    .loginResister_wrap .form-box {
        padding: 20px;
    }

    .loginResister_wrap .toggle-panel h1 {
        font-size: 30px;
    }
}


@media (max-width: 991px) {
    .loginResister_wrap .loginResister_wrap {
        max-width: 400px;
    }

    .loginResister_wrap .loginResister_wrap .imgBx {
        display: none;
    }

    .loginResister_wrap .loginResister_wrap .user .formBx {
        width: 100%;
    }
}


/**table**/
.table.tableA {
    width: 100%;
    height: auto;
    --bs-table-bg: #d9b99b !important;
}

.table.tableA thead {
    --bs-table-bg: #bc9d80 !important;
    border: none;
}

.table.tableA thead tr,
.table.tableA thead tr th {
    border: none;
}

.table.tableA tr th {
    font-size: 100%;
    color: var(--bs-dark);
    font-weight: 600;
    white-space: nowrap;
}

.table.tableA tr td {
    font-size: 80%;
    color: var(--bs-secondary);
    font-weight: 500;
}

/***breadcrumbs**/
.breadcrumb {
    width: 100%;
    height: auto;
    list-style: none;
}

.breadcrumb .breadcrumb-item {
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    color: var(--bs-link-color);
    line-height: normal;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--bs-body);
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
    color: var(--bs-link-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .2rem;
    color: var(--bs-text-color);
    content: ">";
}


/***screenReader_sec***/
.fctable-resp {
    border-spacing: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.fctable-resp thead th {
    background: #cbcbcb;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: #f9f9f9;
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: linear-gradient(#f9f9f9, #e5e5e5);
    color: #000;
}

.fctable-resp td,
.fctable-resp th {
    padding: 8px;
    vertical-align: middle;
}

.center_responsive_left {
    text-align: center !important;
}

.fctable-resp tbody td {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    color: #000;
    position: relative;
}

.fctable-resp tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fctable-resp td.tbicon {
    padding-left: 28px;
}

.fctable-resp td.tbicon:after {
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-secondary);
}

.fctable-resp td.tblpdf:after {
    content: "\f1c1";
}

.fctable-resp td.tblword:after {
    content: "\f1c2";
}

/***/
.rtiLink_list {
    width: 100%;
    height: auto;
}

.rtiLink_list li {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    list-style: none;
    position: relative;
}

/* .rtiLink_list li::before {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    content: "\f101";
    font-family: FontAwesome;
    font-size: 60%;
    z-index: 2;
    color: var(--bs-red-color);
} */

.rtiLink_list li::before {
    position: absolute;
    top: 6px;
    /* top: 50%; */
    left: -20px;
    /* transform: translateY(-50%); */
    content: "\f101";
    font-family: FontAwesome;
    font-size: 60%;
    z-index: 2;
    color: var(--bs-red-color);
}

.rtiLink_list li a {
    color: var(--bs-red-color);
    font-size: 100%;
}

.rtiLink_list li:hover a {
    text-decoration: none;
}

.rtiLink_list li a.active {
    color: var(--bs-link-hover-color);
    text-decoration: none;
}

/**accordion****/

.accordion {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
}

.accordion.small {
    max-width: 95%;
    max-height: 300px;
    overflow-y: auto;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 12px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid var(--bs-primary);
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.5em 1.5em 0.5em 0;
    color: #7288a2 var(--bs-heading-color);
    font-size: 115%;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: var(--bs-primary);
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.accordion button .accordion-title {
    font-size: 90%;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transform: translateY(-50%);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: var(--bs-primary);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content ul { margin-bottom: 15px;}

.accordion .accordion-content p {
    font-size: 100%;
    font-weight: 300;
    margin: 1em 0;
}

/***********/
/* .sidepanel_box {
    border: 1px solid #ccc;
} */

.sidepanel_head {
    width: 100%;
    height: auto;
    padding: 6px 10px;
    background-color: var(--bs-link-hover-color);
    font-size: 100%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    color: var(--bs-body);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidepanel_Latestnews {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--bs-text-color);
}

.sidepanel_Latestnews a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

.sidepanel_Latestnews a:hover {
    text-decoration: underline;
    color: var(--bs-link-hover-color);
}

.sidepanel_Latestnews li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.sidepanel_Latestnews li:last-child {
    border-bottom: none;
}

.sidepanel_Latestnews .date_ {
    font-size: 90%;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    color: var(--bs-primary);
    margin-bottom: 4px;
}

.sidepanel_Latestnews .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.memberlist h4 {
    font-size: 120%;
    margin-bottom: 5px;
}

.memberlist .thumb {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 45vh;
}

.memberlist .memberdate {
    font-size: 80%;
    color: var(--bs-primary);
}

.memberlist .memberdate span {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .memberlist .thumb {
        height: 40vh;
    }
}

@media (max-width: 576px) {
    .memberlist .thumb {
        height: auto;
    }

    .CheckOurGallery_wrap .top_ {
        flex-wrap: wrap;
        gap: 10px;
    }
}


/****All Responsive*****/
/***********************/

@media (max-width: 1800px) {
    .marquee-text .topleft_ {
        width: 17rem;
    }
}


@media (max-width: 1400px) {

    .marquee-text .topleft_ {
        width: 14rem;
    }

    .searchbar_wrap {
        width: 20em;
    }

    .CheckOurGallery_wrap .image_wrap {
        width: 19.2%;
        height: 180px;
    }

}

@media (max-width: 1199px) {
    .marquee-text .topleft_ {
        width: 15rem;
        padding: 5px 15px;
    }


    .searchbar_wrap input {
        font-size: 100%;
    }

    .searchbar_wrap input::placeholder {
        font-size: 100%;
        color: var(--bs-body);
    }

    .searchbar_wrap .searchicon_btn {
        width: 15px;
        height: 15px;
        font-size: 12px;
    }

    .searchbar_wrap {
        width: 20em;
    }

    .main_heading {
        font-size: 200%;
        margin-bottom: 20px;
    }

    .WelcomeJudicial_sec .sub_heading {
        font-size: 1.2em;
    }

    .WelcomeJudicial_sec .innerwrap_box .image_box {
        max-width: 50%;
        width: 100%;
        margin: 0 auto 20px;
    }

    .WelcomeJudicial_sec .innerwrap_box .content {
        width: 100%;
    }

    .RelaxationNorms_sec .leftwraap_ {
        width: 60%;
    }

    .RelaxationNorms_sec .rightwraap_ {
        width: 36%;
    }

    .RelaxationNorms_sec .smallimage_wrap {
        max-width: 130px;
        height: 90px;
    }

    .RelaxationNorms_sec .name {
        font-size: 100%;
        margin-bottom: 6px;
    }

}

@media (max-width: 1024px) {
    .searchbar_wrap {
        width: 15em;
    }
}

@media (max-width: 991px) {
    .accordion {
        max-width: 100%;
    }

    .WelcomeJudicial_sec .side1_box {
        max-width: 100%;
        align-items: center;
        justify-content: start;
    }

    .WelcomeJudicial_sec .innerwrap_box .image_box {
        max-width: 100%;
        width: 100%;
    }

    .bothSide_gap {
        padding: 30px 0;
    }

    .topSide_gap {
        padding: 30px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 30px;
    }

    .phoneresponsive_menubar {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .footer_sec .row {
        margin: 0;
    }

    .footer_sec .row div {
        padding: 0;
    }

    .footer_sec .para_wrap {
        margin-top: 20px;
    }

    .bottom_footer .wrap {
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .bottom_footer .wrap .left_ {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .bottom_footer .wrap .right_ {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .bottom_footer .right_ .list {
        justify-content: center;
    }

    .bottom_footer .wrap .left_ .text {
        text-align: center;
    }

    .marquee-text .topleft_ {
        width: 12rem;
        padding: 5px 10px;
    }

    .marquee-text .top-info-bar .info-text {
        padding: 5px 15px;
    }

    .marquee-text .heding {
        font-size: 1.3em;
    }

    .marquee-text .top-info-bar a {
        font-size: 80%;
    }

    .homebanner_sec .banner_content {
        height: 70vh;
    }

    .about_sec .wrap_box {
        flex-wrap: wrap;
    }

    .about_sec .leftbox_ {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about_sec .rightbox_ {
        max-width: 100%;
    }

    .WelcomeJudicial_sec.scrolled .side2_box {
        flex-wrap: wrap;
    }

    .WelcomeJudicial_sec .left_wrap,
    .WelcomeJudicial_sec.scrolled .side2_box .left_wrap {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0px;
        background-color: #d9b99b;
    }

    .WelcomeJudicial_sec {
        flex-wrap: wrap;
        background-color: #f0efef;
    }

    .WelcomeJudicial_sec .side2_box {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    .WelcomeJudicial_sec .left_wrap .nav {
        display: flex;
        padding: 15px;
    }

    .WelcomeJudicial_sec.scrolled .left_wrap .nav {
        display: flex;
        padding: 15px;
    }

    .WelcomeJudicial_sec .side1_box {
        padding: 15px 15px;
    }

    .WelcomeJudicial_sec.scrolled .side2_box .right_wrap {
        padding: 15px;
        display: block;
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .WelcomeJudicial_sec .side2_box .right_wrap {
        display: block;
        padding: 15px;
    }

    .innerbanner_sec {
        width: 100%;
        height: 40vh;
    }

    /* .innerbanner_head {
        font-size: 3em;
    } */

    .LeaveYourInfo_sec .content_wrap {
        flex-wrap: wrap;
    }

    .LeaveYourInfo_sec .leaveus_ {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .LeaveYourInfo_sec .reachus_ {
        max-width: 100%;
    }

    .DistrictJudiciary_sec .list_ {
        gap: 5px;
    }

    .CheckOurGallery_sec .top_part {
        padding: 8px 0;
    }

    .gallerypage_head {
        font-size: 1.5em;
    }

    .CheckOurGallery_sec .nav .nav-link {
        padding: 4px 10px;
        font-size: 80%;
    }

    .CheckOurGallery_wrap .image_wrap {
        width: 32.5%;
        height: 180px;
    }

    .aboutpagecontent_sec .secnd_wrap .row {
        flex-direction: column-reverse;
    }

    .aboutpagecontent_sec .first_wrap .image_wrap {
        margin: 0 auto;
    }

    .aboutpagecontent_sec .image_wrap {
        width: 100%;
    }

    .RelaxationNorms_sec .content {
        flex-wrap: wrap;
    }

    .RelaxationNorms_sec .leftwraap_ {
        width: 100%;
        margin-bottom: 40px;
    }

    .RelaxationNorms_sec .rightwraap_ {
        width: 100%;
    }

    .WelcomeJudicial_sec .innerwrap_box {
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {
    .bothSide_gap {
        padding: 20px 0;
    }

    .topSide_gap {
        padding: 20px 0 0;
    }

    .bottomSide_gap {
        padding: 0 0 20px;
    }

    .top_header .wrap {
        flex-wrap: wrap;
    }

    .top_header .wrap .left_ {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .top_header .wrap .right_ {
        width: 100%;
        justify-content: space-between;
    }

    .main_header {
        top: 9%;
    }

    .Logo_area {
        max-width: 85px;
        min-width: 85px;
    }

    .main_header.sticky .Logo_area {
        max-width: 75px;
        min-width: 75px;
    }

    .homebanner_sec .banner_content {
        height: 60vh;
    }

    .banner_heding {
        font-size: 250%;
    }

    .scrolltoBottom_ {
        right: 15px;
    }

    .innerbanner_head::after {
        width: 50px;
    }

    .CheckOurGallery_wrap .image_wrap {
        width: 49%;
        height: 180px;
    }

    .CheckOurGallery_wrap .head {
        font-size: 1.2em;
        padding-left: 15px;
    }

}

@media (max-width: 650px) {

    .fctable-resp,
    .fctable-resp thead,
    .fctable-resp tbody,
    .fctable-resp th,
    .fctable-resp td,
    .fctable-resp tr {
        display: block;
        width: 100%;
    }

    .fctable-resp {
        border: 0;
    }

    .fctable-resp th {
        display: none;
    }

    .center_responsive_left {
        text-align: left !important;
    }

    .fctable-resp tbody tr td {
        padding: 4px 8px 4px 35% !important;
        border: none !important;
    }

    .fctable-resp tr td {
        position: relative;
        clear: both;
        display: block;
        width: auto !important;
        border: none;
    }

    .fctable-resp tr td::before {
        position: absolute;
        left: 10px;
        display: block;
        overflow: hidden;
        width: 32%;
        content: attr(data-colname);
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .fctable-resp tbody tr {
        width: 100%;
        margin-top: 20px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
    }
}

@media (max-width: 576px) {
    .marquee-text .topleft_ {
        width: 10rem;
        padding: 2px 5px;
    }

    .homebanner_sec .banner_content {
        height: 45vh;
    }

    .banner_heding {
        font-size: 200%;
        margin-bottom: 15px;
    }

    .knowmore_btn {
        font-size: 1.2em;
        border-radius: 8px 0px 8px 0px;
    }

    .bottom_footer .right_ .list {
        flex-wrap: wrap;
    }

    .bottom_footer .right_ .list li {
        margin-bottom: 10px;
    }

    .innerbanner_sec {
        height: 30vh;
    }

    .DistrictJudiciary_sec .list_ {
        justify-content: space-between;
    }

    .gallerypage_head {
        max-width: 180px;
    }

}

@media (max-width: 480px) {
    .homebanner_sec .banner_content {
        height: 35vh;
    }

    .marquee-text .topleft_ {
        width: 8rem;
    }

    .marquee-text .heding {
        font-size: 1.2em;
    }

    .Logo_area {
        max-width: 60px;
        min-width: 60px;
        padding: 0;
    }

    .main_header.sticky .Logo_area {
        max-width: 60px;
        min-width: 60px;
    }

    .footer_details li .text {
        font-size: 110%;
    }

    .phoneresponsive_menubar {
        gap: 10px;
    }

    .scrolltoBottom_ .mouse {
        width: 16px;
        height: 26px;
    }

    .scrolltoBottom_ {
        right: 15px;
        bottom: 5%;
    }

    .scrolltoBottom_ .line {
        height: 5em;
    }

    .sub_heading {
        margin-bottom: 5px;
    }

    .main_heading {
        font-size: 180%;
        margin-bottom: 15px;
    }

    /* .innerpage.main_heading {
        font-size: 180%;
    } */

    .desc {
        margin-bottom: 15px;
        text-align: justify;
    }

    .top_header .wrap .right_ {
        gap: 1em;
    }

    .top_header .wrap .left_ {
        gap: 2em;
    }

    .WelcomeJudicial_sec .innerwrap_box .image_box {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 15px;
    }

    .WelcomeJudicial_sec .nav .nav-link {
        padding: 2px 15px;
    }

    .WelcomeJudicial_sec .left_wrap .nav {
        gap: 5px;
    }

    .innerbanner_head {
        margin-bottom: 7px;
    }

    .innerpage.main_heading {
        padding: 0 0 10px 0;
    }

    .label-float {
        margin-bottom: 5px;
    }

    .LeaveYourInfo_sec form {
        margin-bottom: 15px;
    }

    .reachus_details li .icon {
        width: 25px;
        height: 25px;
        font-size: 1.1em;
    }

    .LeaveYourInfo_sec iframe {
        filter: none;
        -webkit-filter: grayscale(0);
    }

    .innerbanner_head::after {
        width: 20px;
    }

    .gallerypage_head {
        max-width: 175px;
        font-size: 110%;
    }

    .CheckOurGallery_sec .nav .nav-link {
        padding: 3px 8px;
        font-size: 0.9em;
    }

    .CheckOurGallery_sec .nav {
        gap: 5px;
    }

    .CheckOurGallery_wrap .image_wrap {
        width: 49%;
        height: 90px;
    }

    .RelaxationNorms_sec .smallimage_wrap {
        max-width: 110px;
        height: 80px;
    }

    .footersocialicons_all {
        justify-content: center;
    }

    .top_header .wrap .left_ {
        margin-bottom: 3px;
        margin-top: 2px;
    }

    .ScreenReader_btn {
        padding: 2px 10px;
    }

    .bottom_footer .wrap {
        gap: 5px;
    }

    .CheckOurGallery_wrap .head {
        min-width: 105px;
    }

    .yeardropdown {
        width: 100%;
    }
    .selectboxwrap {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .welcome_latestnews .details h6 {
        max-width: 280px;
    }

    .welcome_latestnews .details p {
        max-width: 280px;
    }

}

@media (max-width: 380px) {
    .welcome_latestnews .details h6 {
        max-width: 200px;
    }

    .welcome_latestnews .details p {
        max-width: 200px;
    }
}

.float-start.w4 {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 10px;
}

.float-start.w2 {
    width: 27%;
    margin-right: 40px;
    margin-bottom: 10px;
}

.float-start img {
    border-radius: 5px;
}

@media (max-width: 575.98px) {

    .float-start.w4,
    .float-start.w2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}


/*Editor auto content*/
.defcontent {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.defcontent:first-child {
    margin-top: 0;
}

.chimg {
    width: 100%;
    object-fit: cover;
}



.editordivrow * {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.editordivrow {
    width: 100%;
    padding: 20px 0px 10px 0px;
    margin-bottom: 15px;
    text-align: left;
    clear: both;
    border-top: 1px solid #c4c4c4;
}

.editordivrow.noborder,
.editordivrow:first-child {
    border-top: 0;
    padding-top: 0;
}

.editordivrow:first-child {
    padding-top: 0;
}

.editordivrow .edimgleft {
    float: left;
    width: 28%;
    border: 1px solid #dedede;
    padding: 10px;
}

.editordivrow .edimgleft.noborder {
    border: 0;
    padding: 0;
}

.editordivrow .edimgleft img {
    width: 100%;
}

.editordivrow .edcontentright {
    float: right;
    width: 70%;
}

.editordivrow .edimgright {
    float: right;
    width: 28%;
    border: 1px solid #dedede;
    padding: 10px;
}

.editordivrow .edimgright img {
    width: 100%;
}

.editordivrow .edcontentleft {
    float: left;
    width: 70%;
}

.editordivrow .edimgcenter {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.editordivrow .edimgcenter img {
    max-width: 100%;
    border: 1px solid #dedede;
}

.editordivrow .edimgleft img,
.editordivrow .edimgright img,
.editordivrow .edimgcenter img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.editordivrow .edimgleft.testimonialimage img,
.editordivrow .edimgright.testimonialimage img {
    margin-top: 5px;
}

.editordivrow.blogrow .edimgleft img {
    border: 0;
    border-radius: 0;
}

.editordivrow div.blog {
    margin: 1px 0 0 0;
    padding: 5px 0 5px 0;
}

.editordivrow .date {
    margin: 5px 0 0 0;
    padding: 0;
    color: #3a7bdc;
}

.editordivrow .price {
    margin: 5px 0 0 0;
    padding: 0;
    color: #3a7bdc;
}

.editordivrow .blogmeta {
    margin: 5px 0 0 0;
    padding: 0;
}

.editordivrow .leftfloatdiv {
    width: 35%;
}

.editordivrow .rightfloatdiv {
    width: 35%;
}

.editordivrow h3.bloghead {
    margin-bottom: 12px;
}

.editordivrow table {
    margin: 10px 0;
    border: 1px solid #eee;
    background-color: transparent;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.editordivrow table td {
    padding: 8px;
    border: 1px solid #eee;
}

@media screen and (max-width: 980px) {
    .editordivrow .edimgleft {
        float: left;
        width: 35%;
    }

    .editordivrow .edcontentright {
        float: right;
        width: 60%;
    }

    .editordivrow .edimgright {
        float: right;
        width: 35%;
    }

    .editordivrow .edcontentleft {
        float: left;
        width: 60%;
    }
}

@media screen and (max-width: 600px) {

    .editordivrow .leftfloatdiv,
    .editordivrow .rightfloatdiv {
        width: 100%;
    }

    .editordivrow .edimgleft {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edcontentright {
        float: right;
        width: 100%;
    }

    .editordivrow .edimgright {
        float: right;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edcontentleft {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

    .editordivrow .edimgleft.testimonialimage img,
    .editordivrow .edimgright.testimonialimage img {
        margin-top: 0;
    }
}

.listdownload a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    display: block;
}

.listdownload.wordf a:before {
    content: '\f1c2';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 18px;
}

.listdownload.pdff a:before {
    content: '\f1c1';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 18px;
}

.cdate {
    position: relative;
    padding-left: 20px;
}

.cdate:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    color: var(--bs-header-bg);
}

.listdownload.full .withborderc .withborder {
    border-top: 1px solid var(--bs-text-color);
    padding-top: 10px;
    padding-bottom: 10px;
}

.listdownload.full .withborderc:first-child .withborder {
    border-top: 0;
    padding-top: 0;
}

.listdownload.full a {
    padding-left: 0;
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-header-bg) !important;
}

.searchResults_page {
    width: 100%;
    height: auto;
}

.searchResults_page .Searchby {
    font-size: 120%;
    font-weight: 500;
    color: var(--bs-primary);
    padding: 0;
    margin-bottom: 15px;
}

.searchResults_page .listdownload {
    width: 100%;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px var(--bs-box-shadow-color);
    border-radius: 8px;
    list-style: none;
}

.searchResults_page .listdownload .item {
    width: 100%;
    border-bottom: 1px solid #dddddd8f;
    padding: 13px 10px;
    margin: 0 !important;
    background-color: transparent;
    position: relative;
}

.searchResults_page .listdownload .item:hover {
    background-color: #5ba6fc1a;
}

.searchResults_page .listdownload .item:last-child {
    border: none;
}

.searchResults_page .cust_container ul.listdownload li::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-size: 90%;
    font-weight: 900;
    color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 13px;
    left: 5px;
}

.searchResults_page .listdownload .item a {
    color: var(--bs-desc-color);
    text-decoration: none;
}

.searchResults_page .listdownload .item a:hover {
    text-decoration: underline;
}