@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');


body {
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}
h1,h2,h3,h4,h5,h6,strong {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #000;
}

.form-label {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1190px;
    }
}

.header-slider .carousel-item img {
    height: 50vh;
    display: block;
    object-fit: cover;
}

.search-page select,
.search-page input {
        background: #11133c;
    color: #fff;
}
.search-page input.btn {
    background: #0a92f0;
    border: 0;
    height: 40px;
    padding: 0px 25px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
}

.chosen-container {

}
.chosen-container-single .chosen-single div {
    padding-top: 6px;
}
.chosen-container .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: unset;
        background: #11133c;
    color: #fff;
}
.chosen-container-single .chosen-single span {
    line-height: 1.5;
}

p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.search-result .table tr td,
.search-result .table tr th {
    word-break: break-all;
}

.case-page {

}
.case-page .content .head-note {
    font-weight: 600;
}
.case-page .content {
    position: relative;
}

.case-page .content .card {
    background: #fff;
    padding: 20px;
    border: 0;
    box-shadow: 0 0 20px 0px rgb(110 98 98 / 40%);
}

.case-page .content .btn {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
    background: #7878ef;
    color: #fff;
    font-size: 14px;
    border: 0;
}
.print-logo {
    display: block;
    padding-bottom: 30px;
}

.section-title {
    text-align: left;
    display: block;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.section-title h2 span {
    color: #11133c;
}
.section-title h2::after {
content: "";
    width: 60px;
    height: 3px;
    background: #0091f1;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.header {
    background: #f3f3f3;
    box-shadow: 0 0 20px 0 rgb(11 10 10 / 40%);
}
.context-menu {
    position: absolute;
    text-align: center;
    background: lightgray;
    border: 1px solid black;
}

.context-menu ul {
    padding: 0px;
    margin: 0px;
    
    list-style: none;
}

.context-menu ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border: 1px solid black;
}

.context-menu ul li a {
    text-decoration: none;
    color: black;
    padding: 20px;
}

.context-menu ul li:hover {
    background: darkgray;
}

.header .navbar{
    padding: 10px 0;
}
.header .navbar .navbar-brand {
        margin: 0;
    padding: 0;
}
.header .navbar ul {
    padding: 0;
    margin: 0;
}
.header .navbar ul li {
    display: inline-block;
    list-style: none;
    float: left;
    margin-left: 1px;
}
.header .navbar ul li.active a {
    border-bottom: 0px solid #11113c;
    background-color: #0a92f0;
    color: #fff;
}
.header .navbar ul li.active a:hover {
    color: #11133c;
    transition: .4s;
}
.header .navbar ul li a:hover {
    color: #0a92f0;
    transition: .4s;
}
.header .navbar ul li.sub-menu {

}
.header .navbar ul li.sub-menu a {

}
.top-header-list li.header-profile-menu .menu,
.header .navbar ul li.sub-menu .menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 190px;
    right: 0;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 9px 20px 0 rgb(129 119 119 / 40%);
    padding: 10px 0;
    z-index: 9999;
}
.top-header-list li.header-profile-menu .menu li,
.header .navbar ul li.sub-menu .menu li {
    display: block;
}
.top-header-list li.header-profile-menu a {
    display: flex;
    width: auto !important;
    margin-top: 7px !important;
}
.top-header-list li.header-profile-menu .menu li {
    margin: 0;
}
.top-header-list li.header-profile-menu .menu li a {
    margin: 0 !important;
    text-align: left;
    height: auto;
}
.top-header-list li.header-profile-menu a img {
    width: 25px !important;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.top-header-list li.header-profile-menu a span {
    color: #fff;
}
li.header-profile-menu .menu li a:hover,
.header .navbar ul li.sub-menu .menu li a:hover {
    background-color: #f2e8e8;
    transition: .6s;
    color: #0a92f0;
}
li.header-profile-menu .menu li a i,
.header .navbar ul li.sub-menu .menu li a i {
    display: inline-block;
    padding-right: 10px;
}
li.header-profile-menu .menu li,
.header .navbar ul li.sub-menu .menu li {
    width: 100%;
}
li.header-profile-menu .menu li a,
.header .navbar ul li.sub-menu .menu li a {
    font-size: 13px;
    color: #333;
    padding: 2px 15px;
    border-bottom: 1px dotted #f3f3f3;
    display: block;
    line-height: 32px;
    margin: 0;
    background: transparent;
}
.header .navbar ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 8px 12px;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: #11133c;
    color: #fff;
}

.header .navbar ul li a.user-profile>span {
    display: block;
    font-size: 12px;
    padding-left: 5px;
}
.header .navbar ul li a.user-profile {
    text-align: center;
    display: flex;
}
.header .navbar ul li a.user-profile img {
    width: 26px;
    border-radius: 50%;
    background: #ffffff;
}

.page-banner {
    display: block;
    height: 200px;
    width: 100%;
    background-size: cover;
}
.page-banner .container {
    vertical-align: middle;
    align-items: center;
    display: flex;
    height: 100%;
}
.page-banner .page-title {
    font-weight: 600;
    font-size: 32px;
    color: #333;
}

.top-header-list.social-link {
    text-align: right;
    display: block;
}
.top-header-list.social-link li {
    margin-right: 0;
    margin-left: 12px;
}
.top-header-list.social-link li a {
    /*background: #fff;*/
    color: #333;
    height: 26px;
    line-height: 26px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
.top-header-list.social-link li a img {
    width: 28px;
}
.top-header-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.top-header-list li {
    display: inline-block;
    margin-right: 15px;
    align-items: center;
    vertical-align: middle;
}
.top-header-list li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    display: block;
}
.top-head-section {
    background: black;
    padding-bottom: 0px;
    /* padding: 0px 0px; */
    text-align: center;
}
.top-head-section p {
    font-size: 12px;
    color: white;
}
.top-head-section p a {
    color: white;
    margin-left: 10px;
}
.top-pera {
    padding-top: 8px;
    padding-bottom: 0px;
}


.single-news.news {

}

.block {
    padding: 60px 0;
}
.single-news.news .news-title{
    color: #333;
    margin-bottom: 30px;
}
.single-news.news .content {
    text-align: justify;
}



.header-section {}
.logo-header {
}
.logo-header img {
    width: 150px;
}
.login-btn {
    padding: 42px 0px;
    text-align: right;
}
.login-btn button {
    width: 16%;

    color: white;
    border: 1px solid #224c64;
    background: #224c64;
    border-radius: 4px;
    padding: 5px 0px;
}
.header-menus-section {
    background: #224c64;
}
.main-menus {
    padding-top: 12px;
padding-bottom: 12px;}
.main-menus ul {
    padding: 0px;
margin: 0;}
.main-menus ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 9px;
}
.main-menus ul li a {
    text-decoration: none;
    font-size: 16px;
    /* color: white; */
}
.home-ctive {
    /* color: #224C64; */
    border-radius: 20px;
    background: white;
    padding: 3px 3px;
}
.home-ctive a {
    font-weight: 500;
    color: #224c64;
}
.unactive a {
    color: white;
}
.about-us-section {
    /* padding: 40px 0px; */
}
.about-us-left {}
.about-us-left h3 {
    font-size: 20px;
    color: #224c64;

}

.about-us-right {
    
}
.about-us-right img {
    width: 100%;
    border-radius: 20px;
}
.btn-link {
    background-color: #11133c;
    color: #fff;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none;
    transition: .6s;
    border-color: #11133c;
    background-color: #fff;
    color: #11133c;
}
.side-image {
    border-radius: 15px;
}
.explore-btn {
    padding-top: 10px;
}
.explore-btn button {
    width: 23%;

    color: white;
    border: 1px solid #224c64;
    background: #224c64;
    border-radius: 4px;
    padding: 5px 0px;
}
.card.login-card {
    display: inline-block;
    width: 500px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
        background: #f3f3f3;
}
.card.login-card .card-header {
        background: transparent;
            background: #f3f3f3;
}
.card.login-card .card-header .card-title {
    font-size: 30px;
    margin: 0;
}
.card.login-card .card-body {
    text-align: left;
        box-shadow: unset;
    border: 0;
    padding: 20px 30px;
        background: #f3f3f3;
}
.card.login-card .card-body label {
        color: #000;
    font-size: 16px;
    font-weight: 500;
}
.card.login-card .card-body .form-control:hover,
.card.login-card .card-body .form-control:active,
.card.login-card .card-body .form-control:focus {
    box-shadow: unset;
    outline: unset;
}
.card.login-card .card-body .form-control {

}
.card.login-card .card-body .form-group {

}
.card.login-card .card-body .btn {
    width: 100%;
    background: #11133c;
    border: 0;
    height: 45px;
    line-height: 40px;
    padding: 0;
    text-transform: uppercase;
}

.-home-slider .card-body {
    padding: 12px;
    box-shadow: unset;
    margin-bottom: 15px;
}
.card-body {
    border: 1px solid #d7d7d75c;
    border-radius: 11px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
}
.slider-content {}
.slider-content ul {
    padding: 0px;
    margin-bottom: 5px;
}
.slider-content .desc {
    font-size: 14px;
    color: #777;
}
.slider-content .desc p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    word-spacing: 2px;
}
.slider-content ul li {
    list-style: none;
    display: inline-block;
    color: #888484;
    font-size: 12px;
    padding: 0;
    margin-right: 10px;
}
.slider-content ul li i {
    margin-right: 3px;
}
.slider-content h2 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}
.slider-content h2 a {
    color: #11133c;
    text-decoration: none;
    transition: .6s;
        font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.slider-content h2 a:hover {
    color: #0a92f0;
}
.read-more {
    text-align: right;
}
.read-more button {
    border-radius: 20px;
    padding: 7px 0px;
    background: #0067ac;
    border: 1px solid #0067ac;
    color: white;
    width: 38%;
}
.controls-top {
    display: none;
}
.btn-floating {}
.btn-floating i {}
.btn-floating {}
.btn-floating i {}
.midd-slider-head {
    text-align: center;
}
.midd-slider-head h2 {
}


.supreme-img.delhi {
}
.supreme-img {
    position: relative;
}
.supreme-img img {
    width: 100%;
}
.supreme-content {}
.supreme-content h3 {

    font-size: 18px;
    font-weight: 500;
}
.supreme-content h4 {

    color: #11133c;
    font-size: 30px;
}
.supreme-content p {
    text-align: justify;

    font-size: 16px;
}
.result-btn {
    padding-top: 34px;
}
.result-btn a, .result-btn button {
    width: 32%;
    color: white;
    border: 1px solid #224c64;
    background: #224c64;
    border-radius: 4px;
    padding: 5px 5px;
    text-decoration: none;
}

.footer-section {
    padding: 50px 0px;
    background: #05050c;
}
.footer1 {
    /* padding-top: 20px; */
text-align: center;}
.footer1 img {
    width: 200px;
}
.footer1 p {
    padding-top: 24px;
    color: #999;
    text-align: justify;
    font-size: 14px;
}
.footer2 {
    padding-top: 20px;
}
.footer2 h2 {
    font-weight: 600;
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
}
.footer2 ul {
    padding-left: 0px;
    padding-top: 30px;
    /* padding: 0px; */
}
.footer2 ul span {
    margin-right: 15px;
}
.footer2 ul span img {
    width: 30px;
}
.footer2 ul li {
    list-style: none;
    padding: 0px 0px 15px;
    color: #999;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    display: flex;
}
.footer2 ul li a {
    color: #999;
    text-decoration: none;
}
.footer3 {
    padding-top: 0px;
    display: flex;
        vertical-align: middle;
    align-items: center;
}
.footer3 h2 {
    font-weight: 600;
    color: #999;
    font-size: 16px;
    padding-right: 15px;
    margin: 0;
}
.footer3 ul {
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0;
}
.footer3 ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.footer3 ul li a {}
.footer3 ul li a img {
    width: 30px;
}
.midd-slider-section {
    background: #f5f8fa;
}
.header-slider .carousel-indicators {
    top: 90%;
}
.carousel-indicators {
    top: 106%;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 8px;
    height: 7px;
    background-color: gray;
}
.copy-rights {
    padding: 6px 0px;
}
.copy-contant {
    text-align: center;
}
.copy-contant p {
    font-weight: 500;
    margin: 0;
}
.copy-contant a {
    color: #0067AC;
}
.header-mobile-section {
    display: none;
}
hr {
    border-top: 3px solid #FE0000;
    width: 10%;
    margin-left: 0px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #224C64;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.about-us-left.mobile h3{
    display: none;
}
.desk-hide{
    display: none;
}
.advocates-dropdown {
    position: absolute;
    width: 88%;
    height: 250px;
    overflow: hidden;
    background: #fff;
    display: block;
    overflow-y: auto;
    max-height: 200px;
    z-index: 9;
    list-style: none;
    box-shadow: 0px 2px 10px 0 rgb(139 126 126 / 40%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0;
    margin: 0;
}
.advocates-dropdown li {
    display: block;
    padding: 5px 12px;
    cursor: pointer;
    line-height: 19px;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}

.bareact-page {
}
.bareact-page .bare-acts {
    padding: 0;
    margin: 0;
}
.bareact-page .bare-acts li a:hover {
    transition: .6s;
    color: #0a92f0;
}
.bareact-page .bare-acts li a {
    display: block;
    padding: 5px 0px;
    color: #11133c;
    text-decoration: none;
}
.bareact-page .bare-acts li {
    list-style: none;
    display: block;
}
.pagination {
    display: block;
    margin-top: 20px;
}
.pagination>nav>div:first-child,
.pagination>nav>div:first-child {
    display: none;
}
.pagination span.relative span.relative,
.pagination span.relative a {
    width: 35px;
    display: inline-block;
    padding: 0 !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}
.pagination span.relative span.relative:hover,
.pagination span.relative a:hover {
    background-color: #ff0100 !important;
    color: #fff;
}
.pagination span.relative span.relative {
    display: inline-block;
}

.search-page {
    display: block;
    padding: 50px 0;
}
.search-page .card {
    padding: 0;
    border: 0;
        border: 1px solid #d7d7d75c;
    border-radius: 11px;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 0;
}
.search-page .card .card-body {
    box-shadow: unset;
    border: 0;
    margin: 0;
}
.search-page .card .card-title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}
.search-page .search-result table a {
    
}
.search-page .search-result {
    display: block;
    margin-top: 0px;
}




.profile-page .card {
    display: inline-block;
    width: 500px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.profile-page .card .card-header {
    border: 0;
}
.profile-page .card .card-header img {
    width: 120px;
    display: inline-block;
        border-radius: 50%;
    border: 2px solid #ccc;
}
.profile-page.search-page .card .card-body {
    
}
.profile-page .card .card-header>div{
        display: block;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0;
}

.profile-page.search-page .card .card-body.edit {
    text-align: left;
}
.profile-page.search-page .card .card-body.edit form label {
    font-weight: 600;
}
.profile-page .card .card-header {
    position: relative;
}
.btn-edit-profile {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 99;
    font-size: 20px;
}

.m-0 {
    margin: 0;
}
.header-section {
}
.header-section .page-heading {
    text-align: center;
    padding: 40px 0;
}
.header-menus-section {
    background: unset;
}
.pt-70 {
    padding-top: 70px;
}
.login-btn{
    padding: 0;
}
.theme-bg {
    background: #224c64;
}
.header-section .row{
    align-items: center;
}
.content-bg {
    background: #f5f8fa;
    padding: 30px 18px;
    margin-bottom: 40px;
}
.top-head-section .top-pera{
    padding: 8px 0;
}
.top-head-section p{
    margin: 0;
}
.header-section .page-heading h3 {
    margin: 0;
    text-align: center;
    position: relative;
    display: inline;
}
.header-section .page-heading h3::before {
    content: "";
    position: absolute;
    background: #224c64;
    height: 3px;
    width: 110px;
    bottom: -10px;
    left: 20%;
}
.content-heading {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.content-heading .left-content {
}
.content-heading .left-content p {
    color: #fff;
}
.content-heading .right-content {
}
.content-heading .right-content p {
    color: #fff;
}
.result-btn button.supreme-btn {
    background: #f61212;
    border: unset;
    margin-bottom: 15px;
    width: unset;
    padding: 5px 20px;
}
#loginModal {
}
#loginModal .modal-header {
}
#loginModal .modal-header .modal-logo {
    text-align: left;
}
#loginModal .modal-header .modal-logo p {
    margin: 0;
    padding-top: 10px;
    color: gray;
    font-size: 12px;
}
#loginModal .modal-header .modal-logo img {
    width: 75%;
}
#loginModal .modal-body {
}
#loginModal .modal-body form {
}
#loginModal .modal-body form .form-group {
}
#loginModal .modal-body form .form-group label {
}
#loginModal .modal-body form .form-group input {
}
#loginModal .modal-body form button {
    width: 100%;
    background: #345a70;
    border: unset;
}
.contact-section {
}
.contact-section .contact-details {
    padding: 20px 0;
}
.contact-section .contact-details .contact-heading {
}
.contact-section .contact-details .contact-heading h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}
.contact-section .contact-details .contact-heading p {
    margin: 0;
    font-size: 15px;
}
.contact-section .contact-details .contact-content {
    padding: 30px 0 0;
}
.contact-section .contact-details .contact-content .address {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.contact-section .contact-details .contact-content .address p {
    margin: 0;
}
.contact-section .contact-details .contact-content .mail {
    padding: 20px 0;
}
.contact-section .contact-details .contact-content .mail a {
    color: black;
    text-decoration: none;
}
.contact-section .contact-details .contact-content .phone {
    padding: 20px 0;
}
.contact-section .contact-details .contact-content .phone a {
    color: black;
    text-decoration: none;
}
.contact-section .contact-details .contact-content img {
    padding: 10px;
}
.contact-section .contact-form {
    height: 100%;
    position: relative;
}
.contact-section .contact-form form {
    position: absolute;
    bottom: -40px;
    padding: 20px 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: white;
}
.contact-section .contact-form form .form-group {
}
.contact-section .contact-form form .form-group input {
}
.contact-section .contact-form form button {
    width: 100%;
    background: #224c64;
    border: unset;
}
.contact-section .contact-form .form-heading {
}
.contact-section .contact-form .form-heading h3 {
    font-size: 25px;
    text-align: center;
}
.contact-section .contact-form .form-heading p {
    padding-bottom: 20px;
    font-size: 15px;
    text-align: justify;
}


.btn-view-more {
    background-color: #11133c;
    color: #fff;
    transition: .6s;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.btn-view-more:hover {
    border: 1px solid #11133c;
    color: #11133c;
    background-color: transparent;
}
.btn-mobile-menu {
    display: none;
    font-size: 26px;
    color: #000;
        position: absolute;
    left: 0;
    cursor: pointer;
}


.bareact-content .content p {
    float: left !important;
    width: 100% !important;
    display: block !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    line-height: 24px !important;
}
.bareact-content .content p span {
    /*float: left !important;*/
    /*display: inline-block !important;*/
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.page.package-page .card {
    width: 500px;
    display: inline-block;
    text-align: left;
}


.case-page .case-header a {
    height: 30px;
    line-height: 30px !important;
    padding: 0 15px;
    font-size: 15px;
    background: #6f6fe6;
    border: 0;
}
.case-page .printbtn{
        float: right;
    height: 30px;
    line-height: 30px !important;
    padding: 0 15px;
    font-size: 15px;
    background: #6f6fe6;
    border: 0;
}
.case-page .card .print-logo {
    text-align: right;
}
.case-page .case-header p {
    margin-bottom: 0;
}
.case-page .case-header {
    width: 800px !important;
    margin: 0 auto !important;
}
.case-page .card {
    width: 800px !important;
    margin: 15px auto !important;
    padding: 20px 50px !important;
    
}
.case-page .head-note {
    font-weight: 600;
}

.case-page .content-inner p,
.case-page .content-inner span,
.case-page .content-inner li {
    font-size: 14px !important;
    font-family: "Poppins, Helvetica", sans-serif !important;
    line-height: 25px !important;
}
.btn.fulljudge {
    padding: 0 15px !important;
    line-height: 35px !important;
}
.case-page .content-inner .judgement {
    text-align: center;
}
.case-page .content-inner .judgement>#DivPrint {
    margin: 0 !important;
}
.judgement--content .highlight {
    background:#00FF00; 
    padding:1px; 
    border:#00CC00 dotted 1px;
}

.news-sidebar marquee {
    display: block;
    height: 500px;
    overflow: hidden;
}
.news-sidebar {
    display: block;
    height: 500px;
    overflow: hidden;
    background-color: #fff;
        padding: 0 15px;
    border-radius: 10px;
}
.news-sidebar .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-sidebar .list li {
    border-bottom: 1px dotted #f3f3f3;
    margin-bottom: 15px;
    padding-bottom: 25px;
    position: relative;
}
.news-sidebar .list li a {
        display: block;
    line-height: 19px;
    color: #11133c;
    position: relative;
    text-decoration: none;
}
.news-sidebar .list li a:hover {
        color: #0a92f0;
}
.news-sidebar .list li span {
    position: absolute;
    right: 0;
    font-size: 11px;
    color: #000;
    bottom: 0;
}
.news-sidebar .list li span>i{
    
}


.bareacts-dropdown {
    position: absolute;
    left: 0;
    top: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 8px 13px 0 rgb(0 0 0 / 40%);
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 274px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}
.bareacts-dropdown li {
    border-bottom: 1px dotted #f3f3f3;
}
.bareacts-dropdown  li a {
    text-decoration: none;
    color: #11133c;
    line-height: 32px;
    display: block;
}
.bareacts-dropdown  li a:hover{
    transition: .6s;
    color: #0a92f0;
}


@media only screen and (max-width: 600px) {
    .contact-section .contact-form form {
        position: unset;
        margin-bottom: 30px;
        padding: 20px 20px;
    }
    .contact-section .contact-details .contact-content .mail {
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
    #desktop-header {
        display: none;
    }
    .supreme-img{
        position: unset;
    }
    .header-menus-section{
        display: unset;
    }
    .content-heading{
        flex-direction: column;
    }
    .content-heading .left-content p{
        margin: 0;
    }
    .content-heading .right-content{
        margin-top: 10px;
    }
}


@media screen and (max-width: 520px) {
    .block {
        padding: 40px 0;
    }
    .top-head-section {
        display: none;
    }
    .header .navbar {
        display: block;
        text-align: center;
    }
    .header .navbar ul {
        display: none;
    }
    .btn-mobile-menu {
        display: inline-block;
    }
    .header-mobile-section {
        position: fixed;
        left: 0;
        z-index: 99999;
        background: #13131c;
        width: 260px;
        top: 0;
        height: 100%;
        box-shadow: 0 0 30px 0 rgb(28 27 27 / 40%);
    }
    .header-mobile-section .navbar {
        padding: 20px 0;
        display: block;
    }
    .header-mobile-section .navbar .user-profile span.user-name {
        display: block;
        color: #e1dbdb;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .header-mobile-section .navbar .user-profile a {
        display: inline-block;
        padding-right: 10px;
    }
    .header-mobile-section .navbar .user-profile {
        display: flex;
        vertical-align: middle;
        align-items: center;
        padding: 0 15px;
        border-bottom: 1px solid #302e2e;
        padding-bottom: 20px;
    }
    .header-slider .carousel-item img {
        height: 35vh;
    }
    .home-news-sidebar {
        margin-top: 50px;
    }
    .header-mobile-section .navbar .user-profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #999;
    }
    .header-mobile-section .navbar .user-profile .user-info {
        display: block;
    }
    .header-mobile-section .navbar .user-profile span.user-city {
        display: block;
        color: #777;
        text-transform: capitalize;
    }
    .header-mobile-section .navbar .navbar-brand {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .header-mobile-section .navbar .navbar-brand img {

    }
    .header-mobile-section .navbar ul {
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
    .header-mobile-section .navbar ul li.separator {
        display: block;
        border-bottom: 1px solid #625f5f;
        margin: 15px 0;
    }
    .header-mobile-section .navbar ul li {
        list-style: none;
        display: block;
    }
    .header-mobile-section .navbar ul li a {
        color: #e3dede;
        padding: 5px 15px;
        display: block;
        font-size: 14px;
        font-weight: 400;
    }
    .header-mobile-section .navbar ul li a  img {

    }
    .btn-mobile-close {
        position: absolute;
        right: -38px;
        background: #fff;
        top: 0;
        color: #13131c;
    }
    .header-section {
        display: none;
    }
    .desk-hide{
        display: block;
    }
    .mobile-hide{
        display: none;
    }
    .delhi-section .row{
        flex-direction: column-reverse;
    }
    .supreme-section{
        margin-bottom: unset;
    }
    .footer2 ul{
        padding-top: 15px;
    }
    .footer-section {
    }
    .footer2 ul li a{
    }
    .footer2 ul li a span {

    }
    .footer3 ul{
        padding-top: 15px;
    }
    .header-mobile-section .col-md-3 {
        width: 15%;
    }
    .header-mobile-section .col-md-9 {
        width: 70%;
    }
    .header-mobile-section .logo-header {text-align: center;}
    .header-mobile-section .logo-header img {
        width: 150px;
    }
    .about-us-right {
    padding-top: unset;
    display: flex;flex-direction: column;align-items: center;}
    .about-us-left.desktop{
    }
    .about-us-section .row{
    
    }
    .header-menus-section {
        display: none;
    }
    .about-us-left.desktop h3{
        display: none;
    }
    .about-us-left.mobile h3{
    display: block;
    position: relative;
    }
    .about-us-left.mobile h3::before{
        content: '';
        position: absolute;
        width: 65px;
        height: 2px;
        bottom: -5px;left: 17px;background: red;
    }
    .side-nav-menus {
        padding-top: 13px;
    }
    .result-btn button {
        width: 70%;
    }
    .about-us-left h2, .midd-slider-head h2, .supreme-content h3, .supreme-content h3 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }
    .slider-content h2 {
        font-size: 15px;
    }
    .slider-content ul li {
        font-size: 14px;
    }
    .supreme-content {
        padding-top: 15px;
    }
    .supreme-content h4 {
        font-size: 17px;
    }
    .supreme-content p {
        font-size: 14px;
    }
    .header-slider .carousel-indicators {
        top: 77%;
    }
    .copy-contant p {
    font-weight: 600;
  
    font-size: 9px;
    }
    .explore-btn button {
        width: 45%;
    }
    .about-us-left.mobile{
        padding-bottom: 10px;
    }
    .about-us-left h3 {
        text-align: center;
    }
    hr {
        margin-left: unset;
    }
    .news-section .card-body {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .delhi-container .row {
        flex-direction: column-reverse;
    }
    .page-banner {
        height: 125px;
    }
    .search-page table.table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .search-page table.table td,
    .search-page table.table th {
            font-size: 13px;
        line-height: 18px;
    }
    .print-logo img {
        height: auto !important;
        width: 70px !important;
    }
    .card.login-card,
    .profile-page .card,
    .page.package-page .card {
        width: 100%;
    }
}






