html,body{
/*    height: 100%;
    width: 100%;*/
    background-image: url(../jsp/img/body1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
     font-family: 'Roboto';
}
    
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;
}*/
a:hover, a:focus
{
    text-decoration: none;
    color:#fff;
}
.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%;
  /* margin-top: 10px;                  */
}
.content
{
    min-height: calc(101vh - 70px);
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
   /* background: #ae2626;   */
   background: #cb2028;  
}
#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: 1px solid #f00;
    color: #f00;
}
label.error {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
}
.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: 9%;
   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:30px auto 0;
    float: none;
}*/

.new-mg-tp
{
    margin-top:30px;
}
.new-mg-tp-2
{
    margin:20px 0;
}
.red-bg
{
    background:#ce181e;
}
.hd1
{
    font-weight:1000;
    font-size: 17px;
}

.instr ul
{
    margin-left:-21px;
}

.instr ul li
{
    list-style-type:circle;
    padding:5px 0;
}
.instr ul li:hover
{
    color:inherit!important;
}



.timer {
  margin: 0 auto;
  width:120px;
  text-align: center;
}
/*
#timer-outer
{
    display:none;
}
@media screen {
  .print-only { display: none; }
}*/

.header-img img
{
    width:100%;
    height:auto;
}
.header-img1 img
{
     width:auto;
    height:auto;
}
.payment-box
{
    border:1px solid #ce181e;
    border-radius:15px;
    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;
    clear: both;
    overflow: hidden;
    background: #f8f8fb;
    margin-bottom:25px;
}
.payment-box-new
{
    
    border-radius:15px;
    
    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;
    clear: both;
    overflow: hidden;
    padding:0 15px 15px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fa5a5f+0,ce181e+100 */
background: #ce181e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ce181e 0%, #fa5a5f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ce181e 0%, #fa5a5f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ce181e 0%, #fa5a5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce181e', endColorstr='#fa5a5f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom:25px;
    
}

.new-box
{
    border-radius:0 15px 15px 0;
    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;
    clear: both;
    overflow: hidden;
    padding:0 15px 15px 15px;
}
.mg-tp-new
{
    margin-top:70px;
}
.ima-otr
{
    width:179px;
    height:165px;
    margin:40px auto 0;
}
.ima-otr img
{
    display:block;
    width:100%;
    height:auto;
}
.pmt-amt
{
    width:100%;
    float: left;
    height:auto;
    
}
.dark-red-brd
{
  border-bottom:1px solid #a90107;  
}
.pmt-amt h3
{
    color:#fff;
    font-size: 12px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
}
.pmt-amt h2
{
    color:#fff;
    font-size:40px;
    font-weight:900;   
    text-align:center;
}
.pmt-amt h4
{
    color:#fff;
    font-size:18px;
    font-weight:500;   
    text-align:center;
}
.no-padding
{
    padding-left: 0;
    padding-right: 0;
}
.payment-box-top
{
    border-radius:15px 15px 0 0;
    background: #ce181e;
    text-align: center;
}
.payment-box-top i
{
    font-size: 50px;
    color:#fff;
    margin-top:15px;
}
input[type=radio]
{
    background: #fff!important;
    width:20px;
    height:20px;
    float: left;
}
.payment-box-top h1
{
    margin:0;
    font-size:23px;
    font-weight:900;
    color:#fff;
    text-align: center;
    padding:20px 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:14px;
    font-weight:800;
    float: left;
    padding-left: 15px;
    line-height:27px;
    margin: 0;
    text-align:left;
    width:88%;
}
.option-outer img
{
    width:40%;
    height: auto;
    float: left;
    margin-left:15px;
}

.vpa-outer
{
    border-radius:5px;  
    width:100%;
    height:auto;
    background:#fff;
    clear: both;
    overflow: hidden;
}
.input-style
{
    border:0;
    border-bottom:1px solid #aaa;
    width:100%;
}

.input-style:focus
{
  
    outline: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;
	border:0;
}
.paynow-button:hover
{
    text-decoration: none;
    color:#fff;
    background: #92080d;
    transition: 2s ease-out;
}
.paynow-button-new
{
    background: #ce181e;
    width:50%;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    float:none;
    padding:10px 0;
    margin:10px auto;
    display: table;
    font-weight:900;
}

.paynow-button-new:hover
{
    text-decoration: none;
    color:#fff;
    background: #92080d;
    transition: 2s ease-out;
}

.mg-tp
{
    margin-top:20px;
}
/*.no-print { 
    display: none; 
}*/
.ptpbdiv{
    padding-top: 1% !important;
    padding-bottom: 0% !important;
}
#receiptgenlogo{
    width: 100%;
    height: 225px;
}
#receiptorglogo{
    width: 100%;
    height: 225px;
    object-fit:contain;
}
#receiptorglogo_goa{
    width: 100%;
   // height: 225px;
    height: 123px;
}
.tcentre{
    text-align: center;
}
#logo1{
    width: 100% !important;
    height: 225px !important;
}
@media print
    {
        @page {
            margin: 0mm; 
            size: auto;
          }
        #zzz { display: none; }
        html, body {
            height: 99%;
        }
    }



.icon-left
{
    width:10%;
    float: left;
}
.text-right
{
    width:90%;
    float: left;
}
.fixed-position
{
    position:fixed;
    z-index:1;
}
.payment-box-mg
{
    margin-top:104px;
}
/********************************* UPI Integration Starts **************************/

.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;
}


/****************************** UPI Integration ends **************************/


.main-mg
{
    margin-top:6%;
}

@media(max-width: 767px)
{
    .mg-tp-new
    {
        margin-top:15px;
        margin-bottom: 75px;
    }
}


/****************************** UPI Integration ends **************************/
.center-fix
{
     margin:110px auto;
     float: none;
}


.header-bg
{
     position: fixed;
      z-index: 999;
     // background:url(../jsp/img/header-bg.png);
      width:100%;
      background-size:contain;
      padding-left: 20px;
      background-color: #cb2028;
}
.header-bg img
{

     height:89px;
     width:auto;
}

#mar{
    font-size: large !important;
}

#genlogo1{
    width: 100% !important;
    height: 175px !important;
}

#kntbrLogo{
    width: 100% !important;
    height: 225px !important;
    object-fit:contain;
}
#upi_load{
    margin-top: 10px; 
    color: red;
}
#footer1{
    width:100%; height:780px;
}
#header2{
    float:left;
}
#header1{
    float:right;
}
#orglogo{
    max-height: 175px !important;
    object-fit: contain;
}
#orglabel{
    font-size: 21px !important;
    text-align: center !important;
}
.redspan{
    color: red !important;
}
#height60div{
    height: 60px !important;
}
#labelfont25{
    font-size: 25px !Important;
}

.dispnone{
    display: none;
}
#cptcha{
    width:82%;
    height:37px;
}
#version{
    text-align: center;
    font-size: 12px;
}
#termsofusediv{
    border: 1px solid #e5e5e5; 
    height: 200px; 
    overflow: auto; 
    padding: 10px;
}
#height10div{
    height: 10px;
}
#tcenter{
    text-align: center;
}
@media(max-width:767px)
{

.header-bg img
{
   height:60px;
}
.dtail
{
    padding-top: 22%;
}
}

@media(max-width:400px)
{
.center-fix
{
margin:110px auto;
}
}

/*

.center-fix
{
    margin:110px auto 0;
    float: none;
}
.login-box
{
    border:1px solid #ccc;
    border-radius:15px;
    background: #fff;
    box-shadow:2px 2px 5px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:2px 2px 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow:2px 2px 5px 10px rgba(0,0,0,0.1);
    height:auto;
    clear: both;
    overflow: hidden;
    display:block;
    margin-bottom:65px;
}
.card-outer {
    width: 100%;
    height:auto;

    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.card {
    width: 100%;
    height:auto;
 
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}
.card div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;


}
.card .front {
  width:100%;
}
.card .back {
    
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    position:absolute;
    top:3px;
    background: #fff;
    left:0;
    padding-bottom:1%;
   
}
.card.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.full-width
{
    width:100%;
    float: left;
}

.info
{
    padding-top: 15px;
}
.info label
{
    font-size:13px;
}

.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;
    text-align:left;
}
.option-outer img
{
    width:40%;
    height: auto;
    float: left;
    margin-left:15px;
}

.vpa-outer
{
    border-radius:5px;  
    width:100%;
    height:auto;
    background:#fff;
    clear: both;
    overflow: hidden;
}

.fee-dtls label
{
    padding:5px;
    border:1px solid #ddd;
    width:100%;
    height:31px;
    background:#fff;
}
.new-cntr
{
    margin: 0 auto;
    display:table;
    float:none;
}
*/



.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;
    
}
.modal {
    padding-right: 17px;
    position: fixed;
    top: 20%;
    padding-top: 76px !important
}
embed {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal-body {
    position: relative !important;
    padding: 15px !important;
    height: 288px !important;
    overflow: auto !important;
}

.mt-custom{
    margin-top: 62px !important;
}

.aboutus,.disclaimer {
    padding-top: 50px;
    font-size: large;
}

.mdheader{
    color: white;
    background-color: #ae2626;
}

.clsmdlbtn{
    color: white;
    background: brown;
}

.text-cont{
   // word-break :break-all;
   word-wrap: break-word;
   white-space: normal; 
   padding: 5px 0; 
   margin: 5px;
}


.clicktoprint:hover{
   text-decoration: none;
   color: #2359c1; 
}

#receipt-fields
{
    display:none;
}

#receipt-dob
{
    display:none;
}