html, body {
    /*    height: 100%;
        width: 100%;*/
    background-image: url(../images/Schoolingkey-banner.png);
    overflow: auto;
    font-family: 'Roboto';
    -webkit-animation: 25s linear 0s normal none infinite animateBody;
    -moz-animation: 35s linear 0s normal none infinite animateBody;
    -ms-animation: 35s linear 0s normal none infinite animateBody;
    -o-animation: 35s linear 0s normal none infinite animateBody;
    animation: 35s linear 0s normal none infinite animateBody;
    backdrop-filter: blur(100%);
}
    @-webkit-keyframes animateBody {
    from {background-position:0 0;}
    to {background-position: 500px 0;}
    }
    
    @-moz-keyframes animateBody {
    from {background-position:0 0;}
    to {background-position: 500px 0;}
    }
     
    @-ms-keyframes animateBody {
    from {background-position:0 0;}
    to {background-position: 500px 0;}
    }
     
    @-o-keyframes animateBody {
    from {background-position:0 0;}
    to {background-position: 500px 0;}
    }
     
    @keyframes animateBody {
    from {background-position:0 0;}
    to {background-position: 500px 0;}
    }
    
    
    
    .area{
          background: #f6e8e875;
        width: 100%;
        min-height: 150vh;
        position: fixed;
        bottom: 0%;
        z-index: 2;
    }
       
    
    
    .circles{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
         opacity: 0.20;
    }
    
    .circles li{
        position: absolute;
        display: block;
        list-style: none;
        width: 30px;
        height: 40px;
        background: rgb(106 10 10 / 0%);
        animation: animate 25s linear infinite;
        bottom: -150px;
       
        
    }
    
    .circles li:nth-child(1){
        left: 25%;
        width: 60px;
        height: 70px;
        animation-delay: 10s;
    }
    
    
    .circles li:nth-child(2){
        left: 10%;
       width: 130px;
        height: 150px;
        animation-delay: 2s;
        animation-duration: 22s;
    }
    
    .circles li:nth-child(3){
        left: 70%;
        width: 15px;
        height: 25px;
        animation-delay: 14s;
    }
    
    .circles li:nth-child(4){
        left: 40%;
        width: 50px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
    }
    
    .circles li:nth-child(5){
        left: 65%;
        width: 25px;
        height: 35px;
        animation-delay: 5s;
    }
    
    .circles li:nth-child(6){
        left: 75%;
        width: 98px;
        height: 110px;
        animation-delay: 3s;
    }
    
    .circles li:nth-child(7){
        left: 35%;
        width: 118px;
        height: 130px;
        animation-delay: 7s;
    }
    
    .circles li:nth-child(8){
        left: 50%;
        width: 22px;
        height: 35px;
        animation-delay: 15s;
        animation-duration: 45s;
    }
    
    .circles li:nth-child(9){
        left: 20%;
        width: 28px;
        height: 40px;
        animation-delay: 2s;
        animation-duration: 35s;
    }
    
    .circles li:nth-child(10){
        left: 85%;
        width: 138px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 20s;
    }
    
    .img_circle{
        height: 50%;
        width: 65%;
    }
    
    .select2-container {
      box-sizing: border-box;
      display: inline-block;
      margin: 0;
      position: relative;
      vertical-align: middle;
      z-index: 56;
    }
    
    
    
    @keyframes animate {
    
        0%{
            transform: translateY(-1000px) rotate(0deg);
            opacity: 1;
            border-radius: 0;
        }
    
        100%{
            transform: translateY(800px) rotate(120deg);
            opacity: 0;
            border-radius: 50%;
        }
    
    }
    
    
    #otplogol{
        float:left;
    }
    #otplogor{
        float:right;
    }
    #sessionTimer{
        color: red;
    }
    #img_logoEca{
        float:left;
    }
    
    #img_logoSib{
        float:right;
    }
    
    #exampleModalBody{
        text-align:center;
        font-size:20px;
        font:oblique;
        color:#FF0000;
    }
    
    
    :focus
    {
     border:0;
     outline:0;
    }
    
    button{
        background: none!important;
        border: none;
        padding: 0!important;
        font: inherit;
        cursor: pointer;
        color: red;
    }
    
    /*a:active > img, a:focus > img , img:active, img:focus{
       border:2px solid #ccc;
    }*/
    /*Date Picker*/
    [type="date"] {
      background:#fff url(../images/calendar-icon.png)  98% 50% no-repeat ;
      background-size:15px;
      appearance:none;
      -webkit-appearance:none;
      -moz-appearance:none;
      width:100%;
      padding:5px 0;
      border:1px solid #ddd;
    }
    [type="date"]::-webkit-inner-spin-button {
      display: none;
    }
    [type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0;
    }
    
    input[type=date]:required:invalid::-webkit-datetime-edit {
        color: transparent;
    }
    input[type=date]:focus::-webkit-datetime-edit {
        color: black !important;
    }
    
    .main-div{
        overflow-x: hidden;
    }
    
    .jumbotron{
        
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
        background-color: #ce181e;
       
        position: fixed;  
        z-index: 1;
    }
    img {
        display: block;
        
    
        width: 100%;
        height: 70%;    
    }
    
    .imgcust {
        margin: 0 auto;
        height: 454;
        padding: 10px 0 90px;
        z-index: 10;
    }
    
    .imgcust1 {
        margin: 0 auto;
        height: 454px;
        padding: -1px 0 90px !important;
        z-index: 10;
    }
    .panel{
        border:3px solid #aa0000;
        
    }
    .row{
        height: 80%;
    }
    
    .content
    {
        min-height: calc(102vh - 70px);
        margin-bottom:75px;
        z-index: 1;
    }
    #footer{
    
    
        width: 100%;
        background: #ae2626;   
        position:fixed;
        bottom: 0;
        z-index:999;
    }
    #footer p
    {
        padding:10px 0;
        font-size: 12px;
        color:#fff;
        text-align: center;
        margin:0;
    }
    .space_footer{
        height: 150px;
    }
    
    #login_message {    
        color: red;
    }
    
    
    
    input.error {
        border-bottom: 1px solid #f00;
        color: #f00;
    }
    label.error {
        color: #f00;
        font-size: 11px;
        font-weight: normal;
    }
    select.error
    
    {
      border-bottom: 1px solid #f00!important;  
      z-index: 999;
    }
    .select2-container--default .error {
        border-bottom: 1px solid #f00;
        color: #f00;
    }
    .select-error .arrow
    {
      position:absolute;
      top:50px;
      left:45px;
    
    }
    
    .btn-primary,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:active:focus,
    .btn-primary:visited,
    .btn-primary:before,
    .btn-primary:focus,
    .btn-success,
    .btn-success:hover,
    .btn-success:active,
    .btn-success:active:focus, 
    .btn-success:visited,
    .btn-success:focus,
    .btn-success:after,
    .btn-success:before{
        background-color: #ce181e;
        border-color: #ce181e;
    }
    /*a,
    a:hover,
    a:active,
    a:active:focus,
    a:default,
    a:focus{
       float: none;
       color: #ce181e;
       border: #ce181e;
       
    }*/
    li:hover{
        color: #ce181e; 
        border: #ce181e;
    }
    .panel-body{
    }
    .panel-body .control-label{
        text-decoration-color: lightcyan;
    }
    
    .reports .panel-heading {
        border-bottom: 0 solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 0;
    }
    
    .ins{
        margin-bottom: 30px;
        margin-top: -0px !important;
    }
    
    .insh5,h5{
        color: teal !important;    
    }
    
    .ui-widget-header{
        color: black !important;
    }
    
    #msgdiv{
        font-size: 25px;
    }
    
    #tablex{
       color: #aa0000 !important;
        background-color: #aa0000 !important;
        border-color: #aa0000 !important;
        border: 1px #ce181e;
    }
    
    .dtail{
       padding-right: 6%;
       padding-top: 12%;
       padding-bottom: 6%;
    }
    .hdtail{
        padding-top: 30%;
        padding-right: 5%;
    }
    
    .zoom {
        padding: 50px;
        
        transition: transform .2s; /* Animation */
       
        margin: 0 auto;
    }
    
    .zoom:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    .center-fix
    {
        margin:110px auto 0;
        float: none !important;
        z-index: 10;
    
        
    }
    
    /*@media screen {
      .print-only { display: none; }
    }*/
    
    
    
    .box-bg
    {
        background:#f0f1fa;
        padding: 15px;
    }
    .main-error
    {
      
        padding:8px;
        border-radius: 5px;
        border: 1px solid #f00;
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }
    .main-error p
    {
        font-size:14px;
        font-weight:500;
        color: #f00;
        margin: 0;
    }
    
    .box-bg p
    {
        font-size:12px;
        font-weight:900;
        color:#535684;
        font-style:italic;
        margin:0;
    }
    .header-bg
    {
        position: fixed;
         z-index: 999;
         /*background:url(../images/header-bg.png); */
         width:100%;
         background-size:contain;
         padding-left: 20px;
    }
    .header-bg img
    {
       
        height:95px;
        width:auto;
    }
    @media(max-width:767px)
    {
    
    .header-bg img
    {
      height:60px;
    }
    }
    .payment-box
    {
        background: #fff;
        box-shadow:2px 2px 5px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.25);
        height:auto;
        width:100%;
        clear: both;
        display: table;
        margin-bottom:25px;
        padding-bottom:20px;
        border-radius: 15px;
        
    }
    .logo-out
    {
        text-align: center;
       
    }
    .payment-box-top i
    {
        font-size: 50px;
        color:#fff;
        margin-top:30px;
    
    }
    input[type=radio]
    {
        background: #fff!important;
        width:20px;
        height:20px;
        float: left;
    }
    
    .logo-out img
    {
        width:50%;
        height:auto;
        margin: 10px auto;
    }
    
    .logo-out h1
    {
        margin:0;
        font-size:15px;
        font-weight:510;
        color:#1b476d;
        text-align: center;
        padding:5px 0;  
    }
    
    .payment-box h2
    {
        font-size:18px;
        font-weight:900;
        margin:30px 0;
    }
    
    .full-width
    {
        width:100%;
        float: left;
    }
    
    .grey-border
    {
        border-bottom:1px solid  #ddd;
    }
    
    .pad-tp-btm
    {
        padding:15px;
    }
    .pad-tp-btm2
    {
        padding:10px;
    }
    .option-outer
    {
        border-radius:5px;
        border:1px solid #ddd;
        width:100%;
        height:auto;
        background:#fff;
        clear: both;
        overflow: hidden;
    }
    
    
    .option-outer i
    {
        font-size:30px;
        color: #ce181e;
        float: left;
    }
    
    /*.option-outer p
    {
        font-size:15px;
        font-weight:800;
        float: left;
        padding-left: 15px;
        line-height:27px;
        margin: 0;
    }
    */
    .radio-posi-otr
    {
        width:auto;
        float: left;
    }
    
    .radio-posi
    {
        position: relative;
    }
    .radio-posi-tp
    {
        position: absolute;
        top:50px;
    }
    
    .paynow-button
    {
        background: #ce181e;
        width:100%;
        border-radius: 15px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        float: left;
        padding:10px 0;
        margin:25px 0;
        font-weight:900;
    }
    
    .paynow-button:hover
    {
        text-decoration: none;
        color:#fff;
        background: #92080d;
        transition: 2s ease-out;
    }
    
    .mg-tp
    {
        margin-top:10px;
    }
    .mg-tp-2
    {
        margin-top:50%;
    }
    .text-otr-left
    {
    
        width:12%;
        float: left;
    }
    
    .text-otr-right
    {
        width:88%;
        float: left;
    }
    
    .text-otr-new
    {
        width:50%;
        float: left;
    }
    .text-otr-get
    {
        width:30%;
        float: right;
         border-radius:10px;
        text-align: center;
        padding:5px;
        background: linear-gradient(-65deg, #ae2626, #fb0769, #ae2626, #f80404);
     
    }
    .text-otr-captcha
    {
        width:80%;
        margin:0 auto;
    }
    /*Text box style
    }*/
    input:focus ~ .floating-label,
    input:not(:focus):valid ~ .floating-label{
      top: 4px;
      bottom: 10px;
      left:48px;
      font-size: 10px;
      opacity: 1;
      color: #ddd;
      height:10px;
    }
    
    
    
    
    
    
    
    .inputText {
      font-size: 14px;
      width: 100%;
      height: 35px;
      border:0;
      border-bottom: 1px solid #ccc;
      
      
    }
    .stid
    {
        position:relative;
    }
    .stdob
    {
        position:relative;
    }
    
    .floating-label {
      position: absolute;
      pointer-events: none;
      left:48px;
      top: 18px;
      transition: 0.2s ease all;
      background:#fff;
      height: 20px;
    }
    #InsSelect{
        z-index: 54;
    }
    
    
    
    .button-otr
    {
        position:relative;
    }
    .next-btn
    {
        text-align: center;
        border-radius:50%;
        background: #fff;
        width:50px;
        height:50px;
        cursor:pointer;
        top:5px;
        position:absolute;
        left:40%;
        display: block;
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        -webkit-transition: all .1s ease-out;
        transition: all .6s ease-out;
        animation:nextButton 2s infinite;
    }
    
     @-webkit-keyframes nextButton
     {
      0%{
    
        -webkit-box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
      }
      70%{
    
        -webkit-box-shadow: 0 0 0 10px rgba(206, 24, 30, 0.4);
      }
      100%{
    
        -webkit-box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
      }
     }
    
    @keyframes nextButton
     {
      0%{
    
        -moz-box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
        box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
      }
      70%{
    
        -moz-box-shadow: 0 0 0 10px rgba(206, 24, 30, 0.4);
        box-shadow: 0 0 0 10px rgba(206, 24, 30, 0.4);
      }
      100%{
    
        -moz-box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
        box-shadow: 0 0 0 0 rgba(206, 24, 30, 0.4);
      }
     }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .next-btn i
    {
        font-size:50px;
        color: #ce181e;
        transition:all 0.5s ease-in-out 0.5s;
        border-radius:50%;
    }
    
    .next-btn i:hover
    {
    
        transition:all 0.5s ease-in-out 0.5s;
        transform: rotate(0deg);
        font-size:50px;
        animation:rotate 3s linear 0s infinite reverse;
        -webkit-animation:rotate 3s linear 0s infinite reverse;
        -moz-animation:rotate 3s linear 0s infinite reverse;
    }
    .own
    {
        font-size:23px;
        color: #ce181e;
        transition:all 0.5s ease-in-out 0.5s;
        border-radius:50%;
    }
    @keyframes rotate
    {
        from
        {
            transform: rotate(360deg);
        }
        to
        {
            transition: rotate(0deg);
        }
    }
    
    .captcha-out
    {
        position:relative;
    }
    
    .cpatch-left
    {
        width:70%;
        float: left;
        margin-left: 10%;
        border-radius: 13px;
    }
    .cpatch-left img
    {
        height: auto;
    }
    .cpatch-right
    {
        width:20%;
        float:left;
    }
    .cpatch-right img
    {
        height: auto;
        width:38%;
        margin:8px 0 0 5px;
    }
    
    .box-pdng
    {
        padding:25px;
    }
    
    .payment-box h2
    {
        font-size:18px;
        font-weight: 900;
        color: #1b476d;
        text-align: center;
        padding: 5px 0;
        margin:0;
    }
    
    .select-style
    {
        width:100%;
        border:1px solid #ccc;
        margin-top:15px;
        height:35px;
        padding:0 10px;
    }
    
    select option
    {
       padding:25px 0!important;
        appearance:none;
        -webkit-appearance:none;
      
        
    
    }
    
    /* Preloader */
    
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      /* change if the mask should have another color then white */
      z-index: 999;
      /* makes sure it stays on top */
    }
    
    #status {
      width:414px;
      height: 233px;
      position: absolute;
      left:43%;
      /* centers the loading animation horizontally one the screen */
      top: 50%;
      /* centers the loading animation vertically one the screen */
      background-image: url(../images/loading.gif);
      /* path to your loading animation */
      background-repeat: no-repeat;
      background-position: center;
      margin: -100px 0 0 -100px;
      /* is width and height divided by two */
    }
    @media (max-width:1024px)
    {
      #status
      {
        left:35%;
      }
    }
    @media (max-width:500px)
    {
      #status
      {
        left:22%;
      }
    }
    .form-outer
    {
        clear: both;
        overflow: hidden;
    }
    /*.select2-results ul li:first-child .select-box
    {
        display:block!important;
    }
    
    .select2-results ul li:first-child
    {
        display:none;
    }
    */
    
    /***********Select Student Academic Year Loading***********/
    
    .loading-overlay {
      display: none;
      background: rgba(000, 000, 000, 0.6);
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9998;
      align-items: center;
      justify-content: center;
    }
    
    .loading-overlay.is-active {
      display: flex;
    }
    
    .spinner {
      width: 40px;
      height: 40px;
      border: 4px #ddd solid;
      border-top: 4px #2e93e6 solid;
      border-radius: 50%;
      animation: sp-anime 0.8s infinite linear;
    }
    
    @keyframes sp-anime {
      100% { 
        transform: rotate(360deg); 
      }
    }
    
    @media(max-width:1024px)
    {
        .content {
        min-height: calc(101vh - 70px);
        }
    }
    
    @media(max-width:768px)
    {
        .text-otr-left
        {
            width:6%;
        }
    
        .floating-label
        {
            left:75px;
        }
    
        input:focus ~ .floating-label,
        input:not(:focus):valid ~ .floating-label
        {
        left:75px;
        }
    
    
        .next-btn
        {
            left:50%;
        }
    }
    @media(max-width:767px)
    {
        .floating-label
        {
            left:48px;
        }
        input:focus ~ .floating-label,
        input:not(:focus):valid ~ .floating-label
        {
        left:48px;
        }
    
        .center-fix {
        margin: 50px auto 0;
        }
    
        .payment-box
        {
            margin-top:106px;
        }
    
           .next-btn
        {
            left:43%;
        }
    
    }
    @media(max-width:480px)
    {
        .text-otr-left
        {
            width:10%;
        }
        .text-otr-right
        {
            width:90%;
        }
    
        .logo-out h1
        {
            font-size:15px;
        }
        #status
        {
          left:20%!important;
        }
         .text-otr-new
        {
            width:50%;
            float: left;
        }
        .text-otr-get
        {
            width:40%;
            float: right;
             border-radius:10px;
            text-align: center;
            padding:5px;
            background: linear-gradient(-65deg, #ae2626, #fb0769, #ae2626, #f80404);
        }
       
    }
    
    @media(max-width:320px)
    {
        .text-otr-left
        {
            width:15%;
        }
        .text-otr-right
        {
            width:85%;
        }
        .floating-label
        {
            font-size:12px;
        }
        .text-otr-new
        {
            width:50%;
            float: left;
        }
        .text-otr-get
        {
            width:30%;
            float: right;
             border-radius:10px;
            text-align: center;
            padding:5px;
            background: linear-gradient(-65deg, #ae2626, #fb0769, #ae2626, #f80404);
        }
        
    }
    
    
    #DueChart{
        background-color: #c81212;
    }
    
    #paidChart{
        background-color: #006621;
    }
    #totChart{
        background-color: #003eff;
    }
    #dload{
        text-align:center;
    }
    #download{
       height:20px; 
       cursor:pointer;
    }
    .text-cont{
        word-break :break-all;
        padding: 5px 0;
        margin: 5px;
    }
    
    
    /************************Footer Start            *********************/
    
    
    .footerdivbottom{
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: center;
        margin-bottom: 0px !Important;
        min-height: 42px !Important;
    }
    
    .southindianbankdiv{
        position: relative;
        display: block;
        padding: 10px 15px;
        
    }
    .southindianbankdiv:hover{
        position: relative;
        display: block;
        padding: 10px 15px;
        color: white !important;
        
    }
    
    
    .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      color: white !important;
    }
    .navbar-nav-link,.footerlink {
      color: white;
    }
    .footer-container{
        padding: 0px 20px !important;;
      display: flex !important;
      flex-wrap: inherit !important;
      align-items: center !important;
      justify-content: space-between !important;
      color: sandybrown;
    }
    
    .custatag:hover{
        background-color: #ae2626 !important;
        color:black;
    }
    
    .show {
        display: block !important;
    }
    
    .fade {
        opacity:  unset;
        /* -webkit-transition: opacity .15s linear; */
        -o-transition: opacity .15s linear;
        /* transition: opacity .15s linear; */
    }
    
    .newlinks{
            position: relative;
        display: block;
        padding: 10px 15px;
        cursor: pointer;
        
    }
    
    embed {
        width: 100%;
        height: 100%;
        min-height: 250px;
    }
    
    
    
    .mdheader{
        height: 50px !important;
        color: white;
        background-color: #ae2626;
    }
    
    .clsmdlbtn{
        color: white;
        background: brown;
    }