body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(40deg, #ffffff, #118ce6);
    outline: none;
}

.bg-dark, .login100-form-btn {
    background: linear-gradient(40deg,#272538,#3c92b3) !important;
}

#ContentPlaceHolder1_btnLogin:hover {
    background: linear-gradient(40deg,#45cafc,#0078c5) !important;
    cursor: pointer;
}

.copyright-content {
    background: linear-gradient(40deg,#0078c5,#45cafc) !important;
}

.card-header {
    border-radius: 10px;
}


.Phonelogo {
    display: none;
}

.top_head {
    background: #f7f7f7;
    display: block;
    border-bottom: 1px solid #ebebeb;
    height: 30px;
    font-size: 1.2em;
}

    .top_head .tophead_right {
        width: auto;
        float: right;
        margin: 0px;
        padding: 0px;
    }

    .top_head .tophead_left {
        width: 40%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

.loginlinks {
    border-right: 1px solid #ddd;
    float: left;
    line-height: 29px;
    padding: 0 7px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.changer {
    color: white !important;
}

.social_icons .fa.fa-facebook-square:hover {
    color: #3c599b;
}

.social_icons .fa.fa-tumblr-square:hover {
    color: #1bb2e9;
}

.loginlinks:hover {
    background: #fff;
}

a:focus, a:hover {
    color: #4f76b1;
}

.sizechanger1 {
    margin-bottom: 55px;
    margin-right: -24px;
}

.product-slider .slick-dots li button:before {
    font-size: 40px;
    color: #005492;
}

.product-slider .slick-dots li {
    margin: 0;
}

.product-slider .slick-slide {
    margin: 0 15px;
}

.product-slider .slick-list {
    margin: 0 -15px;
}

@media all and (max-width: 479px) {
    .Phonelogo {
        display: block;
    }

    .Desklogo {
        display: none;
    }
}



#footer {
    background: linear-gradient(40deg,#272538,#3c92b3) !important;
    clear: both;
    overflow: hidden;
    margin: 0;
}

.container-login100 {
    background-color: #3c92b3;
}

element {
}

.footer-tp-wrapper {
    background: url(../images/bg-noise-ftr-link.png) repeat 0 0;
    text-align: center;
    padding: 0;
    margin: 0 0 0;
    clear: both;
    overflow: hidden;
    font-size: 90%;
    line-height: 110%;
    font-weight: 400;
    background: linear-gradient(40deg,#272538,#3c92b3) !important;
}

.footer-tp-GIGWwrapper {
    background: url(../images/bg-noise-ftr-link.png) repeat 0 0;
    text-align: center;
    padding: 0;
    margin: 0 0 0;
    clear: both;
    overflow: hidden;
    font-size: 90%;
    line-height: 110%;
    font-weight: 400;
    background: White !important;
}

    .footer-tp-GIGWwrapper li {
        display: inline-block;
        color: blue;
        text-decoration: none;
        padding: 0;
        margin: 10px 10px 15px 0;
        width: 180px;
        text-align: center;
    }

        .footer-tp-GIGWwrapper li a {
            color: blue;
            text-decoration: none;
            padding: 0;
            margin: 0;
            border: none;
        }

.widget-guide {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1180px;
    max-width: 1170px;
    width: 100%;
}

ul {
    list-style: none;
}

.footer-tp-wrapper li {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 0;
    margin: 10px 10px 15px 0;
    width: 180px;
    text-align: center;
}

    .footer-tp-wrapper li a {
        color: rgba(255,255,255,1);
        text-decoration: none;
        padding: 0;
        margin: 0;
        border: none;
    }

.copyright-content a {
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.copyright-content {
    font-family: 'Open Sans';
    background-color: #FFF;
    color: rgba(255,255,255,1);
    font-size: 80%;
    font-weight: 400;
    line-height: 120%;
    padding: 0;
    text-align: center;
    margin: 15px 0 0;
}

.copyright-content {
    font-family: 'Open Sans';
    color: rgba(255,255,255,1);
    font-size: 80%;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
}

.widget-guide {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1180px;
    max-width: 1170px;
    width: 100%;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

#footer {
    border-radius: 10px;
}

.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    /*padding: 16px;
font-size: 16px;*/
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 5px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 10px 15px;
        text-decoration: none;
        text-align: center;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #A9A9A9;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #A9A9A9;
}

.high-contrast.dark {
    background: #363636 !important;
    color: #ffff00 !important;
}

a#PropertyGrid_previous {
    cursor: pointer;
    background: #ababab;
    color: white;
    padding: 1px 3px;
    border-radius: 28px;
    font-size: 12px;
}

a#PropertyGrid_next {
    cursor: pointer;
    background: #ababab;
    color: white;
    padding: 1px 3px;
    border-radius: 28px;
    font-size: 12px;
}

a#PropertyGrid_previous:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: black !important;
    border-radius: 4px;
    border: 1px solid #828282;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    color: black !important;
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: #00000024;
    border-color: #00000024;
    color: black !important;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.page-item.next .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: black !important;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.page-item.active .page-link {
    pointer-events: none;
    cursor: auto;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fafafa;
    color: black !important;
    border-radius: 4px;
    border: 1px solid #828282;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border-radius: 10px !important;
}

.pagination > li > a {
    pointer-events: none;
    cursor: auto;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.dataTables_info {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    border: 1px solid grey;
}

.customslinks {
    width: auto;
    float: left;
}

.dropdown-menu {
    min-width: 33px;
    background-color: #e6e6fa;
    border-radius: 0;
    margin: 0 !important;
}

.customslinks .dropdown-menu a {
    padding: 4px 4px 4px 4px;
}

.customslinks .dropdown-toggle {
    padding: 5px 4px 5px 4px !important;
    border: none !important;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.toprightc {
    margin-right: 10px;
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #1bb4da;
    border-color: #1bb4da;
    padding: 5px;
}

button.dt-button.buttons-print {
    background: #cfa26d;
    border-color: #cfa26d;
    padding: 5px;
}

button.dt-button.buttons-pdf.buttons-html5 {
    background: #56a448;
    border-color: #56a448;
    padding: 5px;
}

.previous {
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    background-color: #2e475e;
    color: white;
    border-radius: 50%;
    float: left;
}

    .previous:hover {
        background-color: #ddd;
        color: black;
        text-decoration: none;
    }

.dt-buttons {
    margin-bottom: -23px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: black !important;
    border-radius: 4px;
    border: 1px solid #828282;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    color: black !important;
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: #00000024;
    border-color: #00000024;
    color: black !important;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.page-item.next .page-link {
    pointer-events: none;
    cursor: auto;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: black !important;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.page-item.active .page-link {
    pointer-events: none;
    cursor: auto;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fafafa;
    color: black !important;
    border-radius: 4px;
    border: 1px solid #828282;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.pagination > li > a {
    pointer-events: none;
    cursor: auto;
    border: 1px solid grey;
    padding: 3px;
    font-size: 12px;
    border-radius: 18px;
}

.dataTables_info {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    border: 1px solid grey;
}

.blink {
    animation: blinker 3s linear infinite;
    color: #1c87c9;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.header-bar1 {
    width: 100%;
    color: #b51714;
    font-family: "robotobold";
    font-weight: normal;
    background-color: #ff4000;
    padding: 5px;
    margin-top: 10px;
}

.top-bar {
    background: #fdfdff;
    border-bottom: 1px solid #fdfdff;
    display: flex;
    align-items: center;
    padding: 5px 0 0px 0;
}

.left-top-bar span {
    color: #212832 !important;
    font-weight: 600;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 15px 0 0 !important;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.links-social {
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
}

.custom-dropdown > a {
    font-size: 16px;
    color: #5E6282 !important;
}

.left-top-bar-span-1 {
    border-right: none !important;
}

.left-top-bar-span-1 {
    padding: 0 0 0 15px !important;
}

.links-social li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    background: #3678A8;
    border-radius: 50px;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 18px;
    text-decoration: none;
}

    .links-social li a:hover {
        transform: rotateZ(-360deg);
    }

a.fb-color {
    background: #275c9e !important;
}

a.twitter-color {
    background: #00ace1 !important;
}

a.youtube-color {
    background: #e32413 !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.custom-dropdown button.dropbtn {
    border: 1px solid #5E6282;
    padding: 0 10px;
    height: 35px;
    border-radius: 6px;
    background: transparent;
}

    .custom-dropdown button.dropbtn img {
        width: 18px;
    }

    .custom-dropdown button.dropbtn:hover {
        background: transparent;
    }

.navbar-custom {
    padding: 5px 0;
    background: #005492;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    /* background: url(/images/header-bg-1.png);*/
    background: url(/images/dark-banner.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

    .navbar-custom .navbar.navbar-expand-lg.navbar-dark.bg-dark {
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0;
    }

    .navbar-custom a.nav-link {
        padding: 0 !important;
        font-size: 16px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin: 0 0 0 30px;
        position: relative;
    }

        .navbar-custom a.nav-link:after {
            position: absolute;
            left: 0;
            bottom: -3px;
            height: 2px;
            background: #fff;
            content: "";
            width: 0%;
            transition: all 0.4s ease;
        }

        .navbar-custom a.nav-link.active:after,
        .navbar-custom a.nav-link:hover:after {
            width: 100%;
        }

.banner-section {
    /* background: url(images/hdr-1.png);*/
    background-size: cover;
    background-position: bottom;
    padding: 0px 0 30px 0;
}

.login-pera-p {
    font-size: 28px;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: "Poppins", sans-serif !important;
    color: #005492;
    font-weight: 600;
    position: relative;
}

.coart-1 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 22px 0;
    font-family: "Poppins", sans-serif !important;
    color: #005492;
    font-weight: 500;
}

.coart-2 {
    font-size: 56px;
    font-weight: 800;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    color: #212832;
    max-width: 780px;
    margin: auto;
    line-height: 72px;
    margin-bottom: 30px;
}

.coart-3 {
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    font-weight: 500;
    font-size: 19px;
    max-width: 780px;
    margin: auto;
    margin-bottom: 22px;
    line-height: 24px;
}

.coart-7 {
    color: #005492;
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.imgjustice {
    width: 50px;
}

.flex-data {
    display: flex;
    align-items: center;
}

.flex-data-left {
    margin: 0 15px 0 0;
}

.userlogin-p1 {
    font-family: "Poppins", sans-serif !important;
}

.userlogin-p2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px 0;
}

.userlogin-p3 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #005492;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.userlogin-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .userlogin-div li {
        width: 31%;
        box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
        background: #fff;
        padding: 22px 22px;
        border-radius: 8px;
        /* border: 2px solid transparent;*/
        transition: all 0.4s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

        .userlogin-div li:after {
            content: '';
            width: 260px;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -50%;
            background-color: #289df3;
            z-index: 0;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            opacity: 0.05;
            -webkit-transition: 0.3s all ease-in;
            transition: 0.3s all ease-in;
        }

        .userlogin-div li:hover:after {
            bottom: 0;
        }



.userlogin-p1 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-align: center;
    margin: 0 0 5px 0;
}

.userlogin-bt {
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    transition: all .4s ease;
    color: #fff;
    background-color: #005492;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: auto;
    display: block;
    background: #005492;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
}

.userlogin-div li:hover {
    border-color: #005492;
    transform: scale(1.12 );
}

.userlogin-bt:hover {
    background: #212832;
}

.userlogin-div li i {
    font-size: 45px;
    margin: 0 0 10px 0;
}

.img-user-all {
    width: 100%;
    max-width: 50px;
    margin: auto;
    display: block;
    margin-bottom: 11px;
}

.case-detais {
    padding: 50px 0 20px 0;
    background: url(/images/banner-1.png);
    background-size: cover;
    background-attachment: fixed;
}

.heading-case p {
    font-size: 28px;
    text-align: center;
    margin: 0 0 22px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

    .heading-case p:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #005492;
        content: "";
        max-width: 100px;
        margin: auto;
    }

.login-pera {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    position: relative;
}

    .login-pera:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #005492;
        content: "";
        max-width: 60px;
        margin: auto;
    }

.common-case {
    border: 1px solid #005492;
    border-style: dashed;
    /* height: calc(100% - 30px);
        margin: 0 0 30px 0;*/
    padding: 15px 15px;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-case-p1 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 5px 0;
}

.common-case-p2 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    line-height: 18px;
    margin: 0;
}

.navbar-custom .navbar-brand.Desklogo {
    display: flex;
    align-items: center;
    padding: 0;
}

    .navbar-custom .navbar-brand.Desklogo p {
        color: #fff;
        font-weight: 800;
        font-family: "Poppins", sans-serif !important;
        font-size: 26px;
        margin: 0 0 0 20px;
        line-height: 30px;
    }

        .navbar-custom .navbar-brand.Desklogo p.Revenue-2 {
            font-size: 20px;
            font-weight: 400;
        }

.case-detais .nav-pills .nav-link {
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    transition: all .4s ease;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

    .case-detais .nav-pills .nav-link.active,
    .case-detais .nav-pills .show > .nav-link {
        background: #005492;
        background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
        color: #fff;
    }

.common-case i {
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin: 0 0 10px 0;
}

.shadow-div {
    /* box-shadow: 0px 15px 30px 0px rgba(152, 152, 153, 0.25);*/
    /*            background: #fff;*/
    /* padding: 30px 30px;*/
    border-radius: 8px;
    /* border: 2px solid transparent;*/
    transition: all 0.4s ease;
   /* cursor: pointer;*/
    margin: 0 0 30px 0;
}

.land-bar {
    background: url(/images/header-bg-1.png);
    background-size: cover;
    background-position: top;
    padding: 50px 0;
    /*background: url(/images/dark-banner.jpg);*/
    background-attachment: fixed;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
}

.common-land-div {
    box-shadow: 0px 15px 30px 0px rgba(152, 152, 153, 0.25);
    background: #fff;
    padding: 0;
    border-radius: 8px;
    border: 0px solid transparent;
    transition: all 0.4s ease;
    position: relative;
}

.land-p1 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 15px 0;
}

    .land-p1 button {
        background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
        color: #fff;
        padding: 10px 15px;
        border-radius: 6px;
        min-width: 80px;
        margin: 0 0 0 15px;
    }

.land-p2 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    width: auto;
    max-width: fit-content;
    margin: 0 0 20px 15px;
    transition: all 0.4s ease;
    text-decoration: none;
}

    .land-p2:hover {
        transform: scale(1.12);
    }

.land-p3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    line-height: 18px;
    margin: 0;
}

.recipt {
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 15px 15px;
    border-radius: 6px;
    min-width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

    .recipt p {
        margin: 0;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins", sans-serif !important;
    }



.land-p3 span {
    font-weight: 600;
}

.imgjustice1 {
    width: 100px;
    position: absolute;
}

.icon-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    background: url(/images/element_bg.png);
    align-items: center;
}

.footer-section {
    background: url(/images/hdr-1.png);
    background-size: cover;
    background-position: top;
    padding: 60px 0 30px 0;
    background-attachment: fixed;
}

.img-footer {
    width: 100px;
    margin: 0 0 15px 0;
}

.footer-ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-decoration: none;
    margin: 0 0 6px 0;
    display: block;
    position: relative;
}

.footer-p-1 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 15px 0;
}

.footer-p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-decoration: none;
    margin: 0;
}

.copy-p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    text-align: center;
}

.copy-right {
    border-top: 1px solid #ffffff59;
    padding: 15px 0 15px 0;
   /* background: url(/images/header-bg-1.png);*/
    background-size: cover;
    background-position: top;
    background: url(/images/dark-banner.jpg);
    background-attachment: fixed;
    width:100%;
}

.footer-ul-new {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

    .footer-ul-new li a {
        font-size: 16px;
        font-weight: 600;
        font-family: "Poppins", sans-serif !important;
        color: #212832;
        text-decoration: none;
        margin: 0 0 15px 0;
        display: block;
        position: relative;
    }

        .footer-ul-new li a:after {
            position: absolute;
            left: 0;
            bottom: -3px;
            height: 2px;
            background: #005492;
            content: "";
            width: 0%;
            transition: all 0.4s ease;
        }

        .footer-ul-new li a:hover:after {
            width: 50px;
        }

.footer-section-new {
    padding: 30px 0 15px 0;
    width: 100%;
    background: #fff;
}

.common-footer {
    margin: 0 0 50px 0;
}

.footer-ul {
    margin: 0;
    padding: 0;
}

.Discover-app {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 29px 0 15px 0;
}

.footer-last li a img {
    width: 94px;
}

.footer-last {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .footer-last li {
        margin: 0 15px 0 0;
    }

.footer-section ul.links-social {
    margin: 0;
    padding: 0;
}

    .footer-section ul.links-social a {
        margin: 0 15px 0 0;
    }

.footer-ul li a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background: #212832;
    content: "";
    width: 0%;
    transition: all 0.4s ease;
}

.footer-ul li a:hover:after {
    width: 30px;
}

.city-ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.city-12 {
    width: 40px !important;
    margin: 0 15px 0 0 !important;
}

.city-ul li a img {
    width: 80px;
}

.city-ul li a {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #005492;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid #2976c53d;
    padding: 15px 22px;
    border-radius: 0;
    background: transparent;
    margin: 0 15px 30px 15px;
    min-height: 70px;
    transition: all 0.4s ease;
    border-color: #2976c53d;
}



.custom-slider-div {
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

    .custom-slider-div:hover {
        border-color: #005492;
    }

        .custom-slider-div:hover .official-1 {
            color: #005492;
        }

.citizen-section {
    padding: 50px 0 20px 0;
    background: #f9fcfe;
}

.con-top-12 p {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px 0;
    margin: 0 0 30px 0;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    position: relative;
    color: #fff;
}

    .con-top-12 p:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        height: 4px;
        background: #ffffff;
        content: "";
        max-width: 100px;
        margin: auto;
    }

.apply-img {
    width: 50px;
}

.apply-flex {
    display: flex;
    flex-wrap: wrap;
}

.apply-div {
    margin: 0 0 15px 0;
}

.black-img {
    height: 50px !important;
    width: auto !important;
}

.land-p2:hover {
    background: #212832;
    color: #fff;
}

.apply-div a {
    transition: all 0.4s ease;
    display: block;
}

    .apply-div a:hover {
        transform: scale(1.12);
    }

.hover-underline {
    position: relative;
}

    .hover-underline::after,
    .hover-underline::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #93c5d3, #005492);
        bottom: -1px;
        left: 0;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s ease-out;
    }

    .hover-underline::before {
        top: -1px;
        transform-origin: left;
    }

    .hover-underline:hover::after,
    .hover-underline:hover::before {
        transform: scaleX(1);
    }


.custom-slider-div {
    /* box-shadow: 0px 7px 12px 0px rgba(152, 152, 153, 0.25);*/
    background: #f9fcfe;
    padding: 22px 22px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    cursor: pointer;
}

.imgjustice231 {
    width: 80px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.official-1 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    text-decoration: none;
    margin: 0;
    display: block;
    position: relative;
    text-align: center;
    min-height: 70px;
}

    .official-1 span {
        display: block;
    }

.product-slider {
    padding: 50px 0;
}

    .product-slider .slick-dots {
        bottom: -40px;
    }

.official-1:hover {
    color: #005492;
}

.navbar-brand.Desklogo img {
    width: 100px;
}

.userlogin-div li:nth-child(1) {
    background: linear-gradient(90deg, #00d4ff47 0%, #0080ff4d 50%, #00d4ff4f 100%);
    background: #00d4ff47;
}

.userlogin-div li:nth-child(2) {
    background: linear-gradient(90deg, #01d66942 0%, #f615ba3d 50%, #1593f629 100%);
    background: #01d6691f;
}

.userlogin-div li:nth-child(3) {
    background: linear-gradient(90deg, #00ff0029 0%, #14ffe633 50%, #ffff0030 100%);
    background: #8000ff0a;
}

.icon-flex-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    /* background: url(images/header-bg-1.png);*/
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    position: relative;
    overflow: hidden;
}

.icon-flex-left {
    width: 60%;
    height: 100%;
    padding: 30px 30px;
}

.fifth {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
}

    .fifth:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 100%;
        background: #2976c53d;
        z-index: -1;
        transition: width 150ms ease-in-out;
    }

    .fifth:hover:after {
        width: 110%;
    }

.live-case {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    font-weight: 600;
    top: 150px;
    background: #212832;
    z-index: 99;
}

.imgjustice12 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.4s ease;
}

.icon-flex:hover .imgjustice12 {
    transform: scale(1.12);
}

.live-case-div {
    position: fixed;
    right: -360px;
    top: 200px;
    background-color: #fff;
    z-index: 99999;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 360px;
    transition: 0.5s;
    background-image: url(/images/element_bg.png);
    max-height: 555px;
    overflow: auto;
    box-shadow: 0px 20px 28px 0px rgb(153 152 152 / 14%);
}

.show-live-case .live-case-div {
    right: 0;
}

.x-cut {
    font-size: 19px;
    color: #fff;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.x-ul {
    padding: 22px;
    margin: 0;
}

.date-p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    margin: 0 0 5px 0;
}

.date-p-1 {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
}

.product-slider .slick-prev:before {
    content: "<";
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    opacity: 1;
}

.product-slider .slick-prev.slick-arrow {
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    border-radius: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 9;
    left: -35px;
    opacity: 1;
}

.product-slider .slick-next:before {
    content: ">";
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    opacity: 1;
}

.product-slider .slick-next.slick-arrow {
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    border-radius: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 9;
    right: -35px;
    opacity: 1;
}

.x-ul li {
    padding: 15px 15px;
    margin: 0 0 15px 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
}

    .x-ul li:last-child {
        margin: 0;
    }

    .x-ul li:nth-child(even) {
        background: #269ef624;
    }

.coart-3 span {
    color: #005492;
    margin: 0 7px;
}

.x-ul li:nth-child(odd) {
    background: #8000ff0a;
}

.x-cut:hover {
    color: #fff;
}

.show-case:hover {
    background: #212832;
}


.show-case {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 0 10px;
    border-radius: 4px;
}

.LiveCourts {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
    position: absolute;
    left: 20px;
    top: 15px;
}

.notic-board-bt {
    position: fixed;
    left: 0px;
    right: auto;
    top: 150px;
    transform-origin: bottom left;
    transform: rotate(90deg);
    width: 150px;
    height: 50px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    background: #212832;
    z-index: 99;
}

.notic-board-div {
    position: fixed;
    left: -360px;
    top: 200px;
    background-color: #fff;
    z-index: 99999;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 360px;
    transition: 0.5s;
    background-image: url(/images/element_bg.png);
    height: 405px;
    overflow: hidden;
    box-shadow: 0px 20px 28px 0px rgb(153 152 152 / 14%);
}

.show-live-case-new .notic-board-div {
    left: 0;
}

.notic-p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 0px 0;
}

.x-cut-new {
    font-size: 19px;
    color: #fff;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .x-cut-new:hover {
        color: #fff;
        opacity: 1;
    }

.flex-board {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    z-index: 999;
    padding: 15px 22px;
}

.notic-ul {
    margin: 0 !important;
    padding: 22px;
    position: relative;
    padding-top: 15px;
}

.notic-date {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #5e6282;
    margin: 0 0 5px 0;
}

.notic-p-1 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 5px 0;
}

.see {
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

    .see:hover {
        background: #212832;
    }

.notic-ul li {
    padding: 15px 15px;
    margin: 0 0 15px 0;
    border-radius: 6px;
    align-items: center;
    box-shadow: 0px 3px 10px 0px rgb(153 152 152 / 14%);
}

    .notic-ul li:last-child {
        margin: 0;
    }

    .notic-ul li:nth-child(odd) {
        background: #8000ff0a;
    }

    .notic-ul li:nth-child(even) {
        background: #269ef624;
    }

.slick-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 0 15px 0;
    border-radius: 8px;
}

.bhashini-drop button.btn.btn-secondary img {
    width: 40px;
    margin: 0 0 0 5px;
}

.bhashini-drop button.btn.btn-secondary {
    background: #fff !important;
    color: #212832;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border: none;
    padding: 5px 15px;
}

.navbar-custom .navbar-nav.ml-auto {
    align-items: center;
}

.bhashini-li {
    margin: 0 0 0 30px;
}

.bhashini-drop ul.dropdown-menu {
    width: 100%;
    background: url(/images/dark-banner.jpg);
    border: none;
    background-position: right;
}


.bhashini-drop .dropdown-item {
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 7px 15px;
}

    .bhashini-drop .dropdown-item:hover {
        background: #212832 !important;
        color: #fff;
    }

.bhashini-drop .btn-secondary.focus,
.bhashini-drop .btn-secondary:focus {
    box-shadow: none;
}

.userlogin-div li a {
    text-decoration: none;
    position: relative;
    z-index: 999;
}
.modal-dialog {
    max-width: 800px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.modal-title {
    text-align: left;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
}

.modal-header button.btn-close {
    font-size: 22px;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 1;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    margin: 0 !important;
    font-family: "Poppins", sans-serif !important;
}
    .modal-header button.btn-close:hover,
    .modal-footer button.btn.btn-secondary:hover {
        color: #fff;
        opacity: 1;
        background: #000;
    }

.modal-body p {
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
    color: #212832;
    margin: 0 0 5px 0;
}

.modal-footer button.btn.btn-secondary {
    font-size: 20px;
    cursor: pointer;
    background: linear-gradient(90deg, #14507c 0%, #1779c1 50%, #005492 100%);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 1;
    padding: 0 15px !important;
    width: auto;
    height: 35px !important;
    margin: 0 !important;
}


@media(max-width: 1390px) {
    .con-top-12 p {
        font-size: 20px;
    }

    .navbar-custom .navbar-brand.Desklogo p {
        font-size: 22px;
    }
}


@media(min-width: 1025px) {
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}


@media(max-width: 1024px) {
    .bhashini-li {
        margin: 0 0 0 15px;
    }

    .bhashini-drop button.btn.btn-secondary img {
        width: 30px;
    }

    .bhashini-drop button.btn.btn-secondary {
        font-size: 12px;
        padding: 5px 10px;
    }

    .navbar-brand.Desklogo img {
        width: 70px;
    }

    .slick-slide img {
        height: 160px;
    }

    .product-slider {
        padding: 50px 60px;
    }

    .navbar-custom .navbar-brand.Desklogo p {
        font-size: 20px;
    }

        .navbar-custom .navbar-brand.Desklogo p.Revenue-2 {
            font-size: 16px;
        }

    .navbar-custom a.nav-link {
        font-size: 14px;
        margin: 0 0 0 15px;
    }

    .shadow-div .col-md-3 {
        width: 50%;
    }

    .common-case {
        margin: 0 0 30px 0;
        height: calc(100% - 30px);
    }

    .shadow-div {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .con-top-12 p {
        font-size: 20px;
        max-width: 320px;
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }

    .land-bar .col-md-6 {
        width: 100%;
    }

    .land-bar .row .col-md-6:nth-child(1) {
        margin: 0 0 30px 0;
    }
}


@media(max-width: 991px) {
    .bhashini-li {
        margin: 0 0 15px 0px;
    }

    .userlogin-div li:after {
        width: 100%;
    }

    .navbar-brand.Phonelogo {
        display: none;
    }

    .navbar-custom .navbar.navbar-expand-lg.navbar-dark.bg-dark {
        padding: 0 15px;
    }

    .left-top-bar span {
        font-size: 14px;
    }

    .custom-dropdown > a {
        font-size: 12px;
    }

    .links-social {
        padding: 0;
    }

    .navbar-custom a.nav-link {
        margin: 0 0 15px 0px;
        font-size: 16px;
        text-align: center;
    }

        .navbar-custom a.nav-link.active:after, .navbar-custom a.nav-link:hover:after {
            width: 80px;
        }

    div#navbarResponsive {
        padding: 15px 0 0 0;
    }

    .imgjustice1 {
        width: 100px;
        position: absolute;
    }

    .case-detais {
        padding: 50px 0 20px 0;
    }

    .shadow-div {
        margin-bottom: 0;
    }

    .navbar-custom .navbar-toggler {
        background: #fff !important;
        padding: 3px 10px;
        border-radius: 3px;
        border: none;
        outline: none;
        box-shadow: none;
    }

    .span-line {
        height: 3px;
        background: #212832;
        display: block;
        width: 30px;
        margin: 5px 0;
        border-radius: 10px;
    }
}

@media(max-width: 767px) {
    .custom-slider-div {
        padding: 15px;
    }

    .navbar-brand.Desklogo img {
        width: 60px;
    }

    .notic-board-bt {
        top: 240px;
        width: 125px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .live-case {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 124px;
        top: 240px;
    }

    .userlogin-div li {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .shadow-div .col-md-3 {
        width: 100%;
    }

    .common-case {
        margin: 0 0 15px 0;
        height: auto;
    }

    .shadow-div {
        padding: 15px 15px 0 15px;
        padding: 0;
    }

    .banner-section {
        padding: 0px 0 0px 0;
    }

    .shadow-div {
        margin: 0 0 15px 0;
        margin: 0;
    }

    .apply-img {
        width: 52px;
    }

    .land-p2 {
        font-size: 14px;
        margin: 0 15px 20px 0;
    }

    .land-p3 {
        font-size: 14px;
    }

    .imgjustice1 {
        width: 80px;
    }

    .con-top-12 p {
        max-width: 100%;
    }

    .common-land-div {
        margin: 0 0 30px 0;
    }

    .land-bar {
        padding: 50px 0 20px 0;
    }

    .city-12 {
        width: 24px !important;
        margin: 0 10px 0 0 !important;
    }

    .city-ul li a {
        font-size: 14px;
        padding: 15px 15px;
        margin: 0 5px 5px 5px;
        min-height: auto;
    }

    .footer-ul-new li a {
        font-size: 14px;
    }

    .footer-ul-new {
        flex-wrap: wrap;
    }

        .footer-ul-new li {
            width: 100%;
        }

    .copy-p {
        font-size: 12px;
    }

    .city-ul li a img {
        width: 60px;
    }

    .black-img {
        height: 30px !important;
    }

    .citizen-section {
        padding: 50px 0 35px 0;
    }

    .heading-case p {
        font-size: 24px;
    }

    .login-pera-p {
        font-size: 22px;
    }

    .coart-3 {
        font-size: 14px;
        line-height: 22px;
    }

    .flex-right {
        justify-content: flex-start;
    }

    .left-top-bar span {
        line-height: 25px;
    }

    .top-bar {
        padding: 10px 0 10px 0;
    }

    .left-top-bar {
        margin: 0 0 10px 0;
    }

    .navbar-custom .navbar-brand.Desklogo p {
        font-size: 14px;
    }

        .navbar-custom .navbar-brand.Desklogo p.Revenue-2 {
            font-size: 12px;
        }

    .revenue-flex {
        margin: 0 0 0 10px;
    }

    .navbar-custom .navbar-brand.Desklogo {
        flex-wrap: wrap;
        margin: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 5px;
        top: -10px;
        padding: 2px 7px;
    }

    .span-line {
        height: 2px;
        width: 20px;
        margin: 4px 0;
    }

    .navbar-custom .navbar-brand.Desklogo p {
        margin: 0 0 0 0px;
        line-height: 20px;
    }

    .product-slider {
        padding: 50px 30px;
    }

    .navbar-custom {
        padding: 15px 0;
    }

    .icon-flex-right, .icon-flex-left {
        width: 100%;
    }

    .apply-div {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .imgjustice12 {
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
