@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box !important;
}

body {
    font-family: "Hind", sans-serif !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.body_bg {
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_body.svg") !important;
    background-position: center;
}

a {
    text-decoration: none !important;
}

    a:hover {
        cursor: pointer;
    }

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    line-height: 22px;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

#toggle {
    display: block;
    width: 20px;
}

    #toggle span:after, #toggle span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -6px;
    }

    #toggle span:after {
        top: 6px;
    }

    #toggle span {
        display: block;
    }

        #toggle span, #toggle span:after, #toggle span:before {
            /*  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;*/
        }
    /* on activation */
    #toggle.on span {
        /*background-color: #fff;*/
    }

        #toggle.on span:before {
            /* transform: rotate(45deg) translate(5px, 5px);*/
        }

        #toggle.on span:after {
            /* transform: rotate(-45deg) translate(7px, -8px);*/
        }

    #toggle.on + #menu {
        opacity: 1;
        visibility: visible;
    }
/* menu appearance*/
.login_menu {
    margin: 0;
    padding: 0;
    float: right;
}

.login_text {
    float: right;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    font-weight: 600;
}

#menu {
    position: absolute;
    color: #999;
    padding: 6px 8px;
    margin: auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 9px rgb(0 0 0 / 63%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    right: 0px;
    top: 32px;
    z-index: 999;
    font-size: 13px;
}

    #menu:after {
        position: absolute;
        top: -8px;
        left: 30px;
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid white;
    }

    #menu ul, li, li a {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    #menu li a {
        padding: 5px;
        color: #888;
        text-decoration: none;
        transition: all .2s;
    }

        #menu li a:hover, #menu li a:focus {
            background: #092559;
            color: #fff;
        }
/*custom css*/
.preheader {
    width: 100%;
    padding: 6px 0;
    background: rgb(173, 232, 244);
    background-color: #09265b;
    color: #fff;
    font-size: 13px;
}

    .preheader a {
        padding: 5px;
        transition: 0.5s all;
        color: #fff;
    }

        .preheader a:hover {
            color: #ff9300;
        }

    .preheader img {
        width: 20px;
    }

.home_link-right {
    position: relative;
    float: right;
}

.font_resizebg {
    float: right;
    background-color: #415b8b;
    margin-right: 10px;
    padding: 2px;
    border-radius: 4px;
}

a {
    text-decoration: none;
}

.heighlight {
    background-color: #000;
    padding: 0px 3px !important;
    font-size: 12px;
    color: #fff !important;
}

.normal {
    font-size: 12px;
}

p {
    line-height: 24px;
}

.citizen_login_btn {
 
   
    
 text-align:center;
    position: absolute;
    right: 0;
      top:16px;
}
.citizen_login_btn a {
     background-color: #ff9300;
    color: #fff;
  cursor:pointer; transition:0.5s; border-radius: 20px;padding: 6px 10px;
}

.citizen_login_btn a:hover{
     background-color: #09265b;  color: #fff;

}


.header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    position: relative;
    transition: 0.5s;
    padding: 10px 0;
    background-image: url("../image/texture_header.jpg");
    box-shadow: 0 0 15px #00000061;
}

.srvc_logo {
    float: left;
}

.mpo_logo {
    float: right;
    margin-top: 8px;
}

.wraper {
    min-height: 80vh;
  
    margin: 0;
    width: 100%;
}

.footer {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0;
    background-color: #09265b;
}

.footer_link {
    width: 100%;
    background-color: #ff9300;
}

    .footer_link a {
        padding: 10px 4px;
        color: #fff;
        font-size: 11px;
        transition: 0.5s;
    }

        .footer_link a:hover {
            color: #8A88FF;
            font-size: 10px;
            transition: 0.5s;
        }

.footer p {
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.footer-bottom {
    font-weight: 700;
}

    .footer-bottom span {
        margin: 0 6px;
        font-weight: 700;
    }

.footer img {
    /*width: 20px;*/
}

.footer span {
    text-align: center;
    float: none;
}

.container-fluid {
    width: 92% !important;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .container-fluid {
        width: 100% !important;
    }

    .mpo_logo {
        display: none;
    }

    .srvc_logo {
        text-align: center;
    }

    .track_area_outer {
        margin: 30% auto 0 auto;
        position: relative;
        width: 96%;
    }

    .input-search {
        margin-bottom: 10px;
    }

    .captcha_area {
        margin-bottom: 10px;
    }

    .cnt223 {
        width: 98% !important;
        padding: 10px !important;
    }

    .popup_content {
        display: block !important;
        margin: 0 !important;
    }

    .tooltip-container {
        padding: 6px 4px !important;
        height: auto !important;
        font-size: 14px !important;
    }

        .tooltip-container:hover .tooltip {
            width: 320px !important;
        }

    .popup_heading h2 {
        font-size: 24px !important;
    }

    .p-4 {
        padding: 0 !important;
    }

    .qr img {
        width: 30% !important;
    }

    .popup-onload {
        top: 1% !important;
    }

    .border-right {
        border: none !important;
    }
}
/* -----Reset----- */
/*input[type="radio"] {
    display: none;
}*/

.slider input[type="radio"] {  display: none;}  

/* -----Slider----- */
.slider {
    width: 100%;
    height: 100%;
}

    .slider .slides {
        position: absolute;
        width: 100%;
        height: 320px;
        display: flex;
        overflow: hidden;
    }
        /* Slide */
        .slider .slides .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            display: flex;
            transition: all 0.5s ease-in;
            background-color: #000000;
        }

        .slider .slides .curr {
            opacity: 1;
        }
        /* Overlay */
        .slider .slides .slide::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.8;
            background: -webkit-radial-gradient(bottom, #b53600, #ff9300);
        }
/* Images */
.slides .slide img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: scale(0.5);
    transition: all 0.5s ease-in;
}

.slides .curr img {
    transform: scale(1);
}
/* Description */
.slides .slide .desc {
    position: absolute;
    /* max-width: 700px;*/
    min-width: 80%;
    top: -40%;
    left: 50px;
    transform: translateY(50%);
    z-index: 2;
    padding: 10px;
    transition: all 0.5s ease-in;
}

.slides .curr .desc {
    top: 35%;
    transform: translateY(-50%);
}

.slide .desc h2 {
    font-size: 2rem;
    color: #fff;
    line-height: 2rem;
    margin: 0;
}

.slide .desc p {
    font-size: 1.2rem;
    margin: 10px 0px;
    color: #fff;
    line-height: 1.8rem;
}

.slide .desc a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    background-color: #e7af15;
    padding: 10px;
    transition: all 0.3s ease-in;
}

    .slide .desc a:hover {
        background-color: #000;
        color: #fff;
        border-radius: 10px;
    }
/* -----Navigation Arrows----- */
.slider .arrow {
    position: absolute;
    text-decoration: none;
    z-index: 20;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: all 0.3s ease-in;
}

    .slider .arrow:hover {
        opacity: 1;
    }

    .slider .arrow i {
        font-size: 3rem;
    }

.slider .left {
    left: 70px;
}

.slider .right {
    right: 70px;
}
/* -----Radio Navigation----- */
/*.slider .rad-nav {
  width: 100%;
  position: fixed;
  bottom: 20px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; top: 196px;
}*/
.slider .rad-nav .rad-btn {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

    .slider .rad-nav .rad-btn:hover {
        background-color: #fff;
        border-radius: 30%;
    }

.active {
    background-color: #fff;
}
/* -----Responsive----- */
@media (max-width: 1100px) {
    /* Slide Description */
    .slides .slide .desc {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .slides .curr .desc {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 800px) {
    /* Slide Description */
    .slide .desc h2 {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .slide .desc p {
        font-size: 10px;
        margin: 0px 0px;
        line-height: 16px;
    }

    .slide .desc a {
        font-size: 12px;
        padding: 8px 10px;
    }
    /* Navigation Arrows */
    .slider .left {
        left: 20px;
    }

    .slider .right {
        right: 20px;
    }
    /* Radio Navogation */
    .slider .rad-nav .rad-btn {
        width: 15px;
        height: 15px;
    }

    .slides .slide .desc {
        top: 50%;
    }

    .slides .slide .desc {
        width: 100%;
    }

    .slider .slides {
        height: 170px !important;
    }
}
/* Track Application css sytart.................. */
.track_app-btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: navajowhite;
    height: 48px;
    background-color: #e9bf45;
    color: #fff;
    font-weight: 600;
    transition: 0.5s all;
}

    .track_app-btn:hover {
        background-color: #FFBD00;
    }

.search-box {
    height: fit-content;
    position: relative;
    width: 100%;
}

.input-search {
    width: 100%;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    background-color: #fff;
    padding-right: 40px;
    color: #000;
    box-shadow: 0 0 10px #00000030;
}

    .input-search::placeholder {
        color: #3A3A3A;
        font-size: 16px;
        font-weight: 400;
    }



    .btn-search input[type=submit] {
        width: 100%;
        font-weight: bold;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px;
        height: 48px;
        color: #000;
        background-color: #ff9300;
        text-align: center;
        transition: 0.5s;
        display: block;
      border:none;
         background-image: url('../image/search_icn.svg'); background-position:center; background-repeat:no-repeat;
          /*background-size:50%;*/   
    }

    /*.btn-search a {
        font-weight: bold;
        cursor: pointer;
        border-radius: 10px;
        padding: 10px;
        height: 48px;
        color: #000;
        background-color: #ff9300;
        text-align: center;
        transition: 0.5s;
        display: block;
        width: 100%;
    }*/
    .fprm_downld_btn{

        padding:10px;
        background-color:#1bbf4d;
        color:#fff;
        border-radius:20px;
        font-weight:600;
      transition:0.5s; float:right;
}
      
        .fprm_downld_btn:hover{
            color:#c3ff2e
   
}
    
    
    
      .btn-search a:hover {
            background-color: #d37816;
        }

    .btn-search img {
        height: 28px;
    }

.input-captcha {
    /* height: 50px; */
    border-style: none;
    padding: 2px 10px;
    outline: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    background-color: #f2f2f2;
    /* padding-right: 40px; */
    color: #000;
    margin: 0 6px;
    width: 100%;
}

.track_btn {
    text-align: center;
    position: absolute;
    left: 0px;
    top: -35px;
    z-index: 999;
}

    .track_btn a {
        padding: 10px 20px;
        background-color: #09265b;
        color: #fff;
        border-radius: 10px 10px 0px 0px;
        cursor: pointer;
        transition: 0.5s;
        font-weight: 600;
    }

        .track_btn a:hover {
            /*  background-color: #D0881F;*/
            color: #fff;
        }

.captcha_area {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    box-shadow: 0 0 10px #00000030;
}

.captcha_area, .numaric, .answer, .captcha_btn {
    float: left;
}

.numaric {
    width: 25%;
    padding-top:2px;
}

.answer {
    width: 30%;
}

.captcha_btn {
    width: 35%;
    float: right;
}

    .captcha_btn a img {
        width: 28px;
    }

    .captcha_btn a {
        padding: 0 4px;
    }
.captcha_btn btnrefresh {
        padding: 0 4px;
          background-image: url('../image/refresh_icn.svg'); background-position:center; background-repeat:no-repeat;
    }
.track_area {
    padding: 10px;
    background-color: #ffffffd4;
    border-radius: 0px 10px 10px 10px;
}
/* show objects being animated */
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* show objects being animated */
.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* show objects being animated */
/*animation css*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
/*animation css end*/ .delay1 {
    animation-delay: 0.1s;
}

.delay2 {
    animation-delay: 0.2s;
}

.delay3 {
    animation-delay: 0.3s;
}

.delay4 {
    animation-delay: 0.4s;
}

.delay5 {
    animation-delay: 0.5s;
}

.delay6 {
    animation-delay: 0.6s;
}
/*animation css end*/
/*popup css*/
/* Important services css start */ @keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.services {
    width: 100%;
    background: #fff;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    -webkit-box-shadow: 0px 5px 14px -6px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 5px 14px -6px rgb(0 0 0 / 26%);
    box-shadow: 0px 5px 14px -6px rgb(0 0 0 / 26%);
}

    .services:after {
        position: absolute;
        bottom: -100px;
        right: -80px;
        content: '';
        width: 200px;
        height: 200px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        z-index: -1;
        opacity: 0;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .services .text {
        width: 100%;
    }

        .services .text h2, .services .text .h2 {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 2px;
            color: #676767;
        }

    .services:hover, .services.active {
        background: #ff9300;
        -webkit-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 5px 14px -6px rgba(0, 0, 0, 0.27);
        color: rgba(255, 255, 255, 0.9);
    }

        .services:hover:after, .services.active:after {
            bottom: -80px;
            right: -70px;
            opacity: 1;
        }

.icon img {
    width: 30px;
    margin-bottom: 10px;
}

.services:hover .text h2, .services:hover .text .h2, .services.active .text h2, .services.active .text .h2 {
    color: #fff;
}

.services:hover .icon img {
    filter: grayscale(0) sepia(100%);
}

.tooltip-container {
    background-color: #09265b;
    position: fixed;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 17px;
    padding: 1rem 0.5rem;
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    font-weight: 500;
    top: 40%;
    display: block;
    z-index: 9;
    height: 176px;
}

.tooltip {
    background: #fff !important;
    top: -100% !important;
    width: 500px !important;
    height: 500px !important;
    left: 50px !important;
    transition: all 0.5s ease !important;
    transform: translateX(-50%) rotateY(90deg) !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    border-top: 20px solid #ffffff !important;
    border-bottom: 20px solid #ffffff !important;
}

.tooltip-container:hover .tooltip {
    background: #fff !important;
    top: -100% !important;
    position: absolute !important;
    display: block !important;
    width: 500px;
    height: 500px !important;
    transform: translateX(-3%) rotateY(0deg) !important;
    left: 50px !important;
    padding: 0.6em !important;
    opacity: 100 !important;
    transition: all 0.5s ease !important;
    border-radius: 10px !important;
    box-shadow: 0 0 50px #00000038 !important;
}

.box {
    background: #fff;
    padding: 25px 30px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
}

.box-color {
    padding: 16px;
    color: #FFF !important;
    position: relative;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgb(255 255 255 / 28%) 0%, rgb(227 234 255) 100%);
    border-radius: 10px;
    border: 1px solid #fff;
    min-height: 148px;
    display: block;
}

    .box-color img {
        margin-bottom: 10px;
        width: 42px;
    }

    .box-color span {
        color: #676767;
        font-size: 12px;
    }

.row-no-padding .box-color {
    padding-top: 65px;
    padding-bottom: 60px;
}

.box-color h4, [class*="icon-"] {
    color: #000 !important;
    font-size: 16px;
}

.box-color::before, .box-color::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}

.row-no-padding .box-color::before, .row-no-padding .box-color::after {
    right: 10px;
    left: 10px;
}

.box-color::before {
    border-top: 2px solid rgb(255 147 0 / 44%);
    border-bottom: 2px solid rgb(255 147 0 / 44%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.box-color::after {
    border-right: 2px solid rgb(255 147 0 / 44%);
    border-left: 2px solid rgb(255 147 0 / 44%);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.box-color:hover::before, .box-color:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*-----------------------------------------------------------------------------------*/
.contact {
    width: 100%;
    background: rgb(237, 237, 237);
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px 0;
    margin-top: 20px;
    box-shadow: 0 0 10px #00000026;
}

.title_index {
    width: 100%;
    text-align: center;
}

    .title_index h2 {
        font-size: 32px;
        font-weight: 500;
        color: #727272;
        text-transform: uppercase;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        margin: 0 auto;
        width: 30%;
    }

        .title_index h2:after, .title_index h2:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #FF6E00;
            border-top: 1px solid #FF6E00;
            height: 10px;
            background-color: transparent;
        }

.title_innerpage h2 {
    font-size: 24px;
    font-weight: 400;
    color: #727272;
}

    .title_innerpage h2:after {
        content: " ";
        display: block;
        border-bottom: 1px solid #c6bfbf;
        border-top: 1px solid #c6bfbf;
        height: 4px;
        background-color: transparent;
    }

.contact p {
    color: #676767;
    font-size: 18px;
}

.contact img {
    vertical-align: top;
}

.contact_icn {
    width: 10%;
    margin-right: 4%;
}

.contact_txt {
    width: 80%;
    margin-right: 4%;
}

.ticker {
    padding: 5px;
    background-color: #ff00004d;
    top: 112px;
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 9;
    color: #fff;
}

.border-right {
    border-right: 1px dotted #ff9300;
}
/*onload popup css homepage css start*/
.qr {
    margin: 0 auto 10px;
}

    .qr img {
        width: 50%;
    }

.popup_heading {
    text-align: center;
    margin: 20px 0;
}

    .popup_heading h2 {
        font-size: 36px;
        font-weight: 600;
    }

.cnt223 h3 {
    font-size: 18px;
    font-weight: 600;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    top: 10%;
}

.cnt223 {
    width: 60%;
    min-height: 400px;
    margin: 0 auto;
    background: rgb(237, 237, 237);
    background: linear-gradient(45deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
    z-index: 103;
    padding: 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    border: 2px solid #ff9300;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 16px;
        text-align: justify;
        line-height: 20px;
    }

        .cnt223 p a {
            color: #d91900;
            font-weight: bold;
        }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }

.popup_content {
    display: flex;
}

.close_btn {
    width: 40px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 6px;
    transition: 0.5s;
    position: absolute;
    top: 8px;
    right: 8px;
}
/*onload popup css homepage css end*/
.login_heading {
    text-align: center;
    width: 100%;
}

    .login_heading img {
        width: 42px;
    }

    .login_heading h2 {
        font-size: 30px;
        color: #000 !important;
        font-weight: 200;
    }

.screen {
    background: linear-gradient(0deg, #79a8fa 0%, #ffefef 100%);
    position: relative;
    height: 480px;
    width: 430px;
    box-shadow: 0px 10px 20px #00000073;
    margin: 30px auto;
    min-width: 320px;
    border: 8px solid #fff;
}

.screen_content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen_background {
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen_background_shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen_background_shape1 {
    height: 100%;
    width: 100%;
    background: rgb(237, 237, 237);
    background: linear-gradient(45deg, rgb(214 228 255) 0%, rgba(255, 255, 255, 1) 100%);
    top: -80px;
    right: 90px;
    border-radius: 0 72px 72px 0;
    box-shadow: 0 0 40px #3b68bc33;
}

.screen_background_shape2 {
    height: 220px;
    width: 286px;
    background: linear-gradient(45deg, rgb(12 43 98) 0%, rgb(212 227 255) 100%);
    top: -6px;
    right: 18px;
    border-radius: 72px;
}

.screen_background_shape3 {
    height: 460px;
    width: 166px;
    background: linear-gradient(270deg, #e9ecef, #ffffff);
    top: -20px;
    right: 0px;
    border-radius: 45px;
}

.screen_background_shape4 {
    height: 300px;
    width: 200px;
    background: linear-gradient(45deg, rgb(12 43 98) 0%, rgb(212 227 255) 100%);
    top: 130px;
    right: 50px;
    border-radius: 72px 0 64px 72px;
}

.login {
    width: 100%;
    padding: 30px;
}

.login_field {
    padding: 10px 0px 0;
    position: relative;
    display: flex;
}

    .login_field img {
        width: 30px;
        position: absolute;
        top: 12px;
    }

.login_icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login_input {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: none;
     padding: 10px 30px 10px 0;
    width: 100%;
    transition: .2s;
}

    .login_input:active, .login_input:focus, .login_input:hover {
        outline: none;
        border-bottom-color: #b6c7ea;
    }

.login_submit {
    background: #09265b;
    font-size: 18px;
    margin-top: 10px;
    padding: 8px 20px;
    border: none;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: .2s;
}

    .login_submit:active, .login_submit:focus, .login_submit:hover {
        background: #ff9300;
    }

.forgot_pass {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .forgot_pass a {
        color: #000;
        transition: 0.5s;
        font-size: 14px;
    }

        .forgot_pass a:hover {
            color: #130992;
        }

.button_icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}
/*geo tag popup css*/
.geotag_btn a {
    position: fixed;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #ff9300;
    border-radius: 40px 0 0 40px;
    padding: 10px;
    margin: 0px;
    box-shadow: 0 0 0 rgba(255, 23, 23, 0.5);
    transition: .5s all ease-in-out;
    right: -10px;
    top: 68%;
    z-index: 99;
    background-color: #ff5c00;
}

    .geotag_btn a:hover {
        color: #ffba5b !important;
    }

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #ff0000;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.button-float {
    animation: float 1.5s linear alternate infinite;
}

@keyframes float {
    50% {
        transform: translateY(-px);
    }

    100% {
        transform: translateY(-18px);
    }
}

.drawer {
    display: none;
}

.drawer_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.drawer_header {
    /* Optional */
    padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.drawer_close {
    /* Optional */
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 1rem;
}

.drawer_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0); /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    /* Optional */
    box-shadow: 0 2px 6px #777;
}

.drawer_content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    /* Optional */
    padding: 1.5rem;
}

.drawer-left .drawer_wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.drawer.is-active {
    display: block;
}

.drawer.is-visible .drawer_wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drawer.is-visible .drawer_overlay {
    opacity: 0.5;
}
/*table css start*/
.custom-table {
    min-width: 900px; background-color:#fff;
}

    .custom-table thead tr, .custom-table thead th {
        padding-bottom: 14px;
        border-top: none;
        border-bottom: none !important;
        color: #000;
        /* background: linear-gradient(90deg, rgb(182 191 210) 0%, rgba(204, 222, 255, 1) 100%);*/
    }

    .custom-table tr th {
        background-color: #737689;
        color: #fff !important;
    }

    .custom-table tbody th, .custom-table tbody td {
        color: #777;
        font-weight: 400;
        border: 1px solid #cccccc21;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        vertical-align: middle;
    }

        .custom-table tbody th small, .custom-table tbody td small {
            color: #b3b3b3;
            font-weight: 300;
        }

    .custom-table tbody tr {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .custom-table .td-box-wrap {
        padding: 0;
    }

    .custom-table input[type=password], .custom-table input[type=text], .custom-table select {
        padding: 8px;
        border-radius: 4px;
        background-color: #fff;
        border: #e7e7e7 1px solid;
        width: 100%;
    }

        .custom-table input[type=password]:focus, .custom-table input[type=text]:focus, .custom-table input[type=select]:focus {
            outline: 0;
            box-shadow: 0 0 6px #c3dbff;
            border: #deedff 1px solid;
        }

        .custom-table input[type=password]:focus, .custom-table input[type=text]:focus, .custom-table input[type=select]:focus {
            border-radius: 5px;
        }

    .custom-table select {
        width: 100%;
    }

        .custom-table select:focus {
            outline: 0;
            box-shadow: 0 0 10px #c3dbff;
            border: #deedff 1px solid;
        }

        .custom-table select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .custom-table input[type="radio"] {
        display: inline-block !important;
    }

    .custom-table textarea {
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
        width: 100%;
        resize: vertical;
    }

        .custom-table textarea:focus {
            outline: 0;
            box-shadow: 0 0 10px #c3dbff;
            border: #ddd 1px solid;
        }

.btn_custom-table {
    margin: 0;
    padding: 10px;
    background: linear-gradient(45deg, rgb(46 143 164) 0%, rgb(99 105 201) 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s ease all;
}

    .btn_custom-table:hover {
        left: 0;
    }
    .custom-table4 td {
    width:25% !important;
}
    .custom-table6 td {
    width:16.6% !important;
}
       .custom-table5 td {
    width:20% !important;
}
/*EODBpage css start*/
.title_innerpage {
    width: 100%;
    text-align: left;
    position: relative;
}

.user_welcome {
    padding: 6px 12px;
    background: linear-gradient(90deg, rgb(255 147 0) 0%, rgb(167 22 0) 100%);
    position: absolute;
    right: 70px;
    top: -10px;
    border-radius: 50px;
    color: #fff;
}

@media screen and (max-width:768px) {
    .user_welcome {
        position: relative !important;
        top: 0;
        right: 0;
    }
}

.user_welcome a {
    color: #fff;
    padding: 0 8px;
    float: right;
    background-color: #08001dd9;
    border-radius: 20px;
    transition: 0.5s;
}

    .user_welcome a:hover {
        color: #fff;
        background-color: #8c0707;
    }



    .back_btn a {
        color: #fff;
        padding: 4px 14px;
        background-color: #009BFF;
        border-radius: 10px;
        transition: 0.5s;
    }

     .back_btn input[type='submit'] {
        color: #fff;
        padding: 4px 14px;
        background-color: #009BFF;
        border-radius: 20px;
        transition: 0.5s; border:none;
    }




        .back_btn a:hover {
            color: #fff;
            background-color: #174ABF;
        }
       

.borderd_table {
    width: 100%;
    margin-bottom: 10px;
}

    .borderd_table th {
        background-color: #092559;
        padding: 6px;
        color: #fff;
    }

    .borderd_table td {
        padding: 6px;
        border: 1px solid #fff;
    }

        .borderd_table td:first-child {
            width: 20px !important;
            text-align: center !important;
        }

    .borderd_table tr:nth-child(odd) {
        background-color: #e8e8e8;
    }

    .borderd_table tr:nth-child(even) {
        background-color: #efefef;
    }

.accordion-body {
    padding: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #154191 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

.accordion-flush .accordion-item .accordion-button {
    background-color: #346381;
    font-size: 20px;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-header img {
    width: 30px;
    margin-right: 10px !important;
}

.accordion-button {
    padding: 8px 12px !important;
}

    .accordion-button::after {
        filter: invert(1) !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("../image/down_icn.svg");
    }

.custom-table td img {
 
    transition: 0.5s;
    position: relative; width:20px;
}

    /*.custom-table td img:hover {
        margin-left: 6px;
    }*/

.custom-table input[type='radio'] {
 
   margin-right:6px;
}



@media screen and (min-width:320px) and (max-width:999px) {
    .accordion-button {
        font-size: 16px !important;
    }
}


/*citizen Dashboard css start*/
.profile_welcome {
  padding: 4px 20px;
  background-color: #3b79e942;
  border-radius: 20px;
  color: #000;
  /*margin-top: 10px;*/
  position: relative;
  line-height: 28px;
}
.counter {
  width: 100%;
}
.counter a {
    background: radial-gradient(circle, rgb(255 255 255 / 100%) 0%, rgb(227 234 255) 100%);
    padding: 6px;
    border-radius: 5px;
    color: #000;
    min-height: 175px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #e0e8ed;
    border: 10px solid #fff;
}
.count-title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.count-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 98%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.float-shadow:hover {
  transform: translateY(-10px);
  color: #000;
  /* move the element up by 5px */
}
.float-shadow:hover:before {
  opacity: 1;
  transform: translateY(14px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Hover Shadow */
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes hover-shadow {
  0% {
    transform: translateY(6px);
    opacity: 0.4;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: 0.4;
  }
}
.hover-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 96%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover-shadow:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover-shadow:hover:before {
  opacity: 0.4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.user_detail {
    width: 100%;
    background: linear-gradient(90deg, rgb(246 246 246) 0%, rgb(255 255 255) 48%, rgba(247, 247, 247, 1) 100%);
    border-radius: 5px;
    min-height: 70vh;
    height: 137vh;
    padding: 10px 0;
    font-size: 14px;
}
.user_detail h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  border-bottom: 4px solid #3c5e9b;
  padding: 6px;
}
.user_detail ul {
  margin: 0;
  padding: 0;
}
.user_detail ul li {
  padding: 14px 10px;
  text-align: left;
  color: #000;
  position: relative;
  border-bottom: 1px solid #b1b1b17d;
}
.user_detail ul li:after {
  content: '';
  height: 2px;
  background-color: #C46700;
  position: absolute;
  top: 36px;
  left: 9px;
  width: 20px;
}
.counter img {
  width: 40px;
  margin-bottom: 6px;
}
.notification {
  position: relative;
  margin-left: 10px;
}
.notification img {
  width: 30px;
}
.notification_innerg2g img {
  width: 50px !important;
}

.notification a {
    text-decoration:none;
    color:#000;
}
.notification a:hover {
    text-decoration:none;
    color:#000;
}
.red_circle {
  position: absolute;
  top: -5px;
  background-color: #FF0004;
  padding: 9px;
  color: #fff;
  text-align: center;
  width: 9px;
  border-radius: 18px;
  right: 0px;
}
.red_circle span {
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 3px;
}
.download img {
  width: 28px;
  margin: 0px 5px 0px 20px;
}
.download a {
  color: #000;
  transition: 0.5s;
}
.download a:hover {
  color: #0B34F7;
  transition: 0.5s;
}
/*popup Css start
**********************************/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width:800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

  /*popup Css start
**********************************/
.custom-model-main2 {
  text-align: center !important;
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch !important;
  outline: 0 !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.15s linear, z-index 0.15 !important;
  -o-transition: opacity 0.15s linear, z-index 0.15 !important;
  transition: opacity 0.15s linear, z-index 0.15 !important;
  z-index: -1 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.model-open2 {
  z-index: 99999 !important;
  opacity: 1 !important;
  overflow: hidden !important;
}
.custom-model-inner2 {
  -webkit-transform: translate(0, -25%) !important;
  -ms-transform: translate(0, -25%) !important;
  transform: translate(0, -25%) !important;
  -webkit-transition: -webkit-transform 0.3s ease-out !important;
  -o-transition: -o-transform 0.3s ease-out !important;
  transition: -webkit-transform 0.3s ease-out !important;
  -o-transition: transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out !important;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 800px !important;
  margin: 30px auto !important;
  max-width: 97% !important;
}
.custom-model-wrap2 {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  background-color: #fff !important;
  border: 1px solid #999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  background-clip: padding-box !important;
  outline: 0 !important;
  text-align: left !important;
  padding: 20px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-height: calc(100vh - 70px) !important;
  overflow-y: auto !important;
}
.model-open2 .custom-model-inner2 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  position: relative !important;
  z-index: 999 !important;
}
.model-open2 .bg-overlay2 {
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 99 !important;
}
.bg-overlay2 {
  background: rgba(0, 0, 0, 0) !important;
  height: 100vh !important;
  width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 0 !important;
  -webkit-transition: background 0.15s linear !important;
  -o-transition: background 0.15s linear !important;
  transition: background 0.15s linear !important;
}
.close-btn2 {
  position: absolute !important;
  right: 0 !important;
  top: -30px !important;
  cursor: pointer !important;
  z-index: 99 !important;
  font-size: 30px !important;
  color: #fff !important;
}
@media screen and (min-width:800px) {
  .custom-model-main2:before {
    content: "" !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: -0px !important;
    height: 100% !important;
  }
}
@media screen and (max-width:799px) {
  .custom-model-inner2 {
    margin-top: 45px !important;
  }
  



  .download span, .logout_btn span {
    display: none;
  }
  .download img {
    margin: 0px;
  }
  .user_detail {
    height: auto;
    margin-bottom: 10px;
  }
}
.popup_heading2 {
  width: 100%;
  background-color: #111c43;
  text-align: center;
  color: #fff;
  padding: 6px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}
.popupbox_heading2 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: #000;
  padding: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.popup_box {
  padding: 8px 20px;
  background-color: #f3f3f3;
  margin-bottom: 8px;
  box-shadow: 0 0 10px #00000052;
}
.back_btn {
     border-radius: 50px;
    color: #fff;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.back_btn a {
  color: #fff;
  padding: 0px 14px;
  background-color: #009BFF;
  border-radius: 20px;
  transition: 0.5s;
  margin: 4px 0 0 6px;
}
.back_btn a:hover {
  color: #fff;
  background-color: #174ABF;
}

/*innerpage service box*/

.innerpage_service_heading {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.innerpage_service_heading h4 {
  font-size: 22px;
  color: #000;
  font-weight: 100;
  line-height: 30px;
}
.innerpage_service_box {
  width: 100%;
  margin-top: 10px;
}
.innerpage_service_box a {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: rgb(255, 227, 173);
  background: linear-gradient(45deg, rgb(255 255 255) 0%, rgb(241 241 241) 100%);
  display: block;
  box-shadow: 0 -2px 4px #0000004d;
  transition: 0.5s all !important; min-height:110px;
}
.innerpage_service_box a:hover {
  transform: translateY(-4px);
  box-shadow: 0 -8px 10px #0000004d;
}
.innerpage_service_box h4 {
  font-size: 18px;
  color: #000;
}
.innerpage_service_box img {
  width: 40px;
}
/*inner service links left drawer*/
.drawer {
  display: none;
}
.drawer_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drawer_header {
  /* Optional */
  padding: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.drawer_close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-left: 1rem;
}
.drawer_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
  z-index: 9999;
  overflow: auto;
  transition: transform 0.3s;
  will-change: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
  /* extra 3% because of box-shadow */
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  /* Optional */
  box-shadow: 0 2px 6px #777;
  padding: 20px;
}
.drawer--left .drawer_wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.drawer.is-active {
  display: block;
}
.drawer.is-visible .drawer_wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.drawer.is-visible .drawer_overlay {
  opacity: 0.5;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.eobd_btn {
  position: fixed;
  top: 55%;
  rotate: 90deg;
  left: -67px;
}
.eobd_btn a {
  rotate: 90deg;
  background-color: #0d6efd;
  padding: 7px;
  border-radius: 6px 6px 0 0;
  color: #fff !important;
  transition: 0.5s;
}
.eobd_btn a:hover {
  background-color: #174ABF;
}
.drawer_wrapper ul {
  margin: 0;
  padding: 0;
}
.drawer_wrapper ul li a {
  padding: 10px 10px 10px 0;
  color: #000;
  transition: 0.5s;
}
.drawer_wrapper ul li a img {
  width: 30px;
  margin-right: 4px;
}
.drawer_wrapper ul li a:hover {
  color: #FF9714;
  transform: translateX(6px);
}


/*new table design for reports*/

.innerpage_service_table {
  width: 100%;
  margin: 20px 0;
}
.innerpage_service_table th, .innerpage_service_table td, .innerpage_service_table tr {
  padding: 8px;
  border: 1px solid #deebff;
}
.innerpage_service_table th {
  background-color: #deebff;
  color: #000;
}
.innerpage_service_table tr:nth-child(odd) {
  background-color: #fafcff;}

.innerpage_service_table tr:nth-child(even) {
  background-color: #fff;
}
.table_header {
  background-color: #0d6efd;
  padding: 8px;
  color: #ffffff;
  float: left;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 320px) and (max-width: 999px) {
  .innerpage_service_table {
    width: 100%;
    margin-top: 20px;
  }
}
.logout_btn img{width:30px;}






/*please replace bellow class in line no. 307*/

.slider input[type="radio"] {
  display: none;
}  

/*-------------------------------------------------------------------------
new css add in down side*/




.logout_msg {
  padding: 70px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  text-align: center;
}
.logout_msg img {
  padding: 0 0 20px 0;
}
.logout_msg h1 {
  font-size: 40px;
}
.logout_msg h2 {
  font-size: 22px;
}
/*logout successfully css end*/
.form_bg {
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 8px;
  margin: 40px 0;
  min-width: 320px;
  box-shadow: 0 0 10px #ccc;
  padding: 40px;
}
.form_bg img {
  width: 30px;
  margin-right: 10px;
}
.mendetory {
  color: #FF0004;
}
.signup_info {
  margin: 60px 0;
}
.forgotuserid_info img {
  width: 80%;
}
.forgotpass_info img {
  width: 80%;
  margin-top: 15%;
}
.geotag_left {
  margin: 1% 0 0;
}
.geotag_bg {
  margin: 1% 0;




}
.geotag_right {
  padding: 30px 30px;
}
.qr_code {
  width: 100%;
}
.qr_code-img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.qr_code-img img {
  width: 40%;
}
.geotag_left {

}

@media screen and (min-width:320px) and (max-width:768px){
		
		.geotag_left {display: none;

}
	.geotag_bg{padding: 0;}

	
	}

.new_registration {
background: #0a58ca;
font-size: 18px;
margin-top: 10px;
padding: 8px 20px;
border: none;
text-transform: uppercase;
align-items: center;
width: 100%;
color: #ffffff;
border-radius: 10px;
cursor: pointer;
transition: .2s;
}
.new_registration:active, .new_registration:focus, .new_registration:hover {
background: #09265b;
}

#DivServer{



background-color: #0a58ca;
padding: 4px 8px 0 8px;
border-radius: 10px 10px 0 0;
color: #fff; float:right;}

/****************G2G login Start*******************/
.inner_login {
    height:440px !important;
    padding:10px;
}
.login_brdr {
    border-bottom:1px solid #b3b3b3;
}

.logout_btn a {
    text-decoration:none;
    color:#000;
    transition:0.5s;
}
.G2G_detail {
  background:#fff !important;
  border:1px solid #ddd;
  padding:0 !important;
}

.G2G_detail h3 {
    text-align:left !important;
    padding:10px 6px 10px 15px;
    border-bottom:2px solid #3c5e9b;
    margin-bottom:0;
    
}
.svg_headimg {
    padding-right:5px;
}

.G2G_detail ul li:hover {
    background-color:#ccdcf9;
    padding-left:20px;
    transition:.5s all;
}

.G2G_detail ul li a {
    color:#000;
    font-size:14px;
}
.G2G_detail ul li:after {
  top: 32px !important;
  width:0;
}

.g2g_box {
    background: radial-gradient(circle, rgb(255 255 255 / 100%) 0%, rgb(227 234 255) 100%);
    padding: 6px;
    border-radius: 5px;
    color: #000;
    min-height: 175px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ccc;
    border: 10px solid #fff;
    cursor:pointer;
}

    .g2g_box a {
        text-decoration:none;
        color:#000;
        
    }

    .g2g_box img {
        width:50px;
    }

.notification_inner {
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:#ddd;
    text-align:center;
    padding-top:10px;
}

.red_circleinner {
    left:14px !important;
    right:0;
}

    .red_circleinner span {
        font-size:16px;
        top:0;
        left:8px;
    }


    .notification_innerg2g {
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:#bfccf7;
    text-align:center;
    padding-top:0px;
    right:0;
    bottom:0;
    margin:0 5px 5px 0;
    position:fixed;
}

.red_circleinnerg2g {
    left:34px !important;
    right:0;
}

    .red_circleinnerg2g span {
        font-size:13px;
        top:0;
        left:3px;
    }



/****************G2g login End*******************/


.table_captcha{text-align:center; float:none; margin:0 auto; width:40%;}

@media screen and (min-width:320px) and (max-width:768px){


    .table_captcha{width:100%;}


}
/*********Alert Page css*************/

.alert_msg {
padding: 40px;
width: 80%;
margin: 10% auto 0;
border-radius: 8px;
text-align: left;
background-color: #f1f1f1;
}
.alert_msg img {
padding: 0 0 20px 0; width: 69%;
margin: 0 auto;
text-align: center;
}
.alert_msg h2 {
font-size: 40px;
}
.alert_msg p {
font-size: 22px;

}

/*******Geo tag*/

.geo_tagtext {
font-size: 18px;
}

.geo_tagginglist {
margin: 0;
padding: 0;
list-style: none;
color: #fff;
}

.geo_tagginglist li {
width: 50%;
text-align: left;
margin: 0;
float: left;
padding: 4px 20px;
font-size: 16px;
}

.geo_tagginglist li i {
padding-right:4px !important;
}

.geo_tagginglist a {
text-decoration: none;
color: #fff;
}

.geo_tagginglist a:hover {
text-decoration: none;
color: #ddd;
}

.geo_taggingblrtxt {

bottom: 0;
background-color: rgb(61 61 61 / 70%);
backdrop-filter: blur(6px);

text-align: center;
display: inline-block;
}

.bg_colorgeo {
background-color:#fff;
}


geo_tagtext {
font-size: 18px;
}

.geo_tagginglist {
margin: 0;
padding: 0;
list-style: none;
color: #fff;
}

.geo_tagginglist li {
width: 50%;
text-align: left;
margin: 0;
float: left;
padding: 4px 20px;
font-size: 16px;
}

.geo_tagginglist li i {
padding-right:4px !important;
}

.geo_tagginglist a {
text-decoration: none;
color: #fff;
}

.geo_tagginglist a:hover {
text-decoration: none;
color: #ddd;
}

.geo_taggingblrtxt {
 

background-color: rgb(61 61 61 / 70%);
backdrop-filter: blur(6px);
position:absolute;
text-align: center;
display: inline-block;

}

.bg_colorgeo {
background-color:#fff; position:relative; border:1px solid #ccc;
}

.image_geotag{width:60%; margin:4% auto;}
.checkbox-material{margin-left:10px;}

/***********checkbox_animation***********/

.counter a span {
    font-size:40px;
}

.sub_headleft {
    font-size:14px; 
    font-weight:600;
    border-bottom:1px dashed #ddd;
    text-align:center;
    padding:10px 0;
    background-color:#e9efff;
}

.accordion-item
{
    margin:0 !important;
}



.tracker {
  width: 100%;
  height: 60px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.accordion_yellow {
background-color: #f0f8ff !important;
padding: 20px 10px !important;
font-size: 20px !important;
}
.accordion_yellow::after {
filter: invert(0) !important;
}
.status_green, .status_gray, .status_red {
  width: 2%;
  float: left;
  border: 1px solid transparent;
}
.statusname {
  width: 90%;
  float: left;
  margin: 0 0 0 6%;
}
.statusname p {
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}
.tracker_area {
  margin: 14px;
}
.tracker_area .status_green:before, .tracker_area .status_gray:before, .tracker_area .status_red:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.tracker_area .status_green:after, .tracker_area .status_gray:after, .tracker_area .status_red:after {
  content: '';
  width: 2px;
  height: 60px;
  position: absolute;
  left: 6px;
  top: 5px;
}
.status_green:nth-last-child(), .status_gray:nth-last-child(), .status_red:nth-last-child() {
  height: 0 !important;
}
.tracker_area .status_green:before, .tracker_area .status_green:after {
  background-color: #58d242;
}
.tracker_area .status_gray:before, .tracker_area .status_gray:after {
  background-color: #929292;
}
.tracker_area .status_red:before, .tracker_area .status_red:after {
  background-color: #FF6969;
}
.tracker_area ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tracker_area ul li:last-child .status_red:after, .tracker_area ul li:last-child .status_green:after, .tracker_area ul li:last-child .status_gray:after {
  display: none;
}
.tracker a {
  cursor: pointer;
}
.statusname:hover {
  background-color: #FC5096;
  color: #fff;
}

.statusname img {
  width: 24px;
  margin-right: 4px;
}
.statusname {
  position: relative;
  display: inline-block;
  background-color: #e2f1df;
  color: #000;
  padding: 7px;
  border-radius: 4px;
  transition: 0.5s;
}
.statusname .tooltiptext {
  background-color: #F5F5F5;
  color: #676767;
  visibility: hidden;
  width: 100%;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  bottom: -50%;
  right: -80%;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px #0000008a;
}
.tooltiptext ul li {
  padding: 6px;
  border-bottom: 1px solid #ccc;
}
.tooltiptext ul li:last-child {
  border: none;
}

.tooltiptext::after {
  color: #fff;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #F5F5F5 transparent transparent !important;
  position: absolute;
  content: '';
  left: -10px;
  bottom: 30px; 
}


.statusname:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.accordion-body ul li, .statusname {
  position: relative !important;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
 .tooltiptext {
  display: none;
  }
.d-none_sm{display: none !important;}
	
}
.info_track {
  width: 60%;
  margin: 0 auto;
}




.popup_heading_front {
  width: 100%;
  background-color: #e6e6e6;
  color: #000000;
  padding: 0;
  font-weight: 600;
}
.popup_box_front {
  padding: 8px 8px 0 0;
  margin-bottom: 8px;
}
.popup_heading_front h3 {
  margin: 0;
  padding:  10px !important;
}
.cnt223 p {
    margin-right: 20px;
}


.head_main {
    background:rgba(0,0,0,0.075);
    padding:10px 20px;
    margin-bottom:5px;
    border-radius:50px;
}

.left_txtinner {
    font-size:20px;
}

.input_innersaerch {
    padding:7px 0 !important;
}

.table td {
    vertical-align:middle;
}

/*show receipt css start*/


    .watermark_logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        z-index: 0;
    }

    .receipt_header {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align:center;
        display:none !important;
    }

        .receipt_header img {
       
         float:left;
            
        }
     .receipt_bg {
        background-color: #fcfcfc;
        border: 4px double #ccc;
        padding: 4px 10px;
        margin-top: 6px;
    }

    .receipt_footer {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    /*show receipt css end*/


    /*.innerpage_service_table td:last-child img {
        width: 25px;
        text-align: center !important;

    }*/
    /*.custom-table td:last-child{      
        text-align: center !important;

    }*/

    .bg_btn
    {
        width:28px;
        height:32px;
        float:right;
        background-image:url("../image/document_bulk.svg") !important;
        background-size:cover;
        background-repeat:no-repeat;
        display:block;
    }


    .Excel_btn
    {
        width:28px;
        height:32px;
        float:right;
        background-image:url("../image/export_ecxcel.svg") !important;
        background-size:cover;
        background-repeat:no-repeat;
        display:block;
    }
    /*******************CMS G2G Start********************/
.card.card-img-holder {
    position: relative;
}

.stretch-card > .card {
    width: 80%;
    /*min-width: 100%;*/
}

.card-img-holder {
    border: 0;
    background: #fff;
    transition: .5s ease;
    margin: 20px auto;
}

    .card-img-holder:hover {
        cursor: pointer;
        transform: translateY(-5px);
    }

.bg-gradient-danger {
    background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
    background: linear-gradient(to right, #ffbf96, #fe7096) !important;
}

.bg-gradient-info {
    background: -webkit-gradient(linear, left top, right top, from(#8ba7d8), color-stop(99%, #10419c)) !important;
    background: linear-gradient(to right, #8ba7d8, #10419c 99%) !important;
}

.bg-gradient-success {
    background: -webkit-gradient(linear, left top, right top, from(#f65454), to(#f09d29)) !important;
    background: linear-gradient(to right, #f65454, #f09d29) !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.cms_leftimage {
    padding-top: 10px;
}

    .cms_leftimage img {
        width: 450px;
        height: 450px;
    }

.btn_areag2ginner {
    padding-top: 95px;
}

.cms_leftimage img {
    transform: translate(-50%, -50%);
    animation: bounce 2s ease-in-out infinite;
}


@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.card_innermenu {
    width:90%;
}
.card_content {
    padding: 20px;
}

.menu_head {
    font-size: 29px;
    color: #4d4d4d;
}

.sub_headg2ginner {
    color: #78909c;
}

.btn_g2ginnerarea {
    padding-top: 80px;
    display:flex;
}

.card_footer {
    background-color: #448aff !important;
    color:#fff;
}

.right_icng2g {
    padding-top: 20px;
}
.text_right {
    text-align:right;
}
.card_footer:hover {
    text-decoration:none;
    color:#fafafa;
}
.bg_green:hover {
    text-decoration:none;
    color:#fafafa;
}
.bg_yellow:hover {
    text-decoration:none;
    color:#fafafa;
}
.bg_green {
    background-color: #11c15b !important;
    color:#fff;
}

.bg_yellow {
    background: #ff9300 !important;
    color:#fff;
}

/*******************CMS G2G End********************/

#blink
 {    
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);    
    box-shadow: 0 0 0 0 #58d242;    
    border-radius: 100%;    
    width: 10px;   
     height: 10px;	    
     margin-top: 6px;}
@keyframes pulse { 
                        
       to {    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);  }}
                    
  .button-float {  animation: float 1.5s linear alternate infinite;}@keyframes float {  50% {    transform: translateY(-px);  }  100% {    transform: translateY(-18px);  }      }

  @media screen (min-width:320px) and (max-width:999px){.btn-search input[type=submit] {    background-size: contain !important;}  
