.txt {
    font-size: 18px;
    line-height: 26px;
    color: #3d405c;
    margin: 0px 0px 10px 0px;
    margin-bottom: 0%;
}

.span{
background-color: red;
color:black;
font-size:13px;
display:none;
}

.table td, .table th {
	padding: 0.4rem;
	vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding-left: 2%;
}

.main-txt-head{
	color: #000000;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 68px;
	padding: 0 8px;
}

.main-txt-body{
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    width: 44%;

}

.input-txt {
	width: 100%;
	border: none;
	border-bottom: 1px #9b9b9b solid;
	background: white;
	color: #000;
	font-size: 16px;
	padding-bottom: 8px;
	transition: all 400ms ease-in-out;
	display: inline-block;
    opacity: 1;
    margin-bottom: 2%;
    border-radius: 4px;
}

.main-div{
    padding-top:10%;
    padding-left: 27%;
}

#main-form{
    border: 2px #e7e6e6 solid;
    border-radius: 6px;
    margin-top:1%;
    padding: 5% 12.5% 7% 12.5%;
}

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
 }

.loading {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  
.cert-txt{
    font-size: 11px;
    margin-bottom: 3%;    
}

.info-txt {
    font-size: 16px;
    line-height: 26px;
    color: #3d405c;
    margin: 0px 0px 15px 0px;
    margin-top: 6%;
    text-align: center;
}

.info{
    font-size: 18px;
    text-align: left;
	color: #4a4a4a;
	font-weight: normal;
	padding-bottom: 10px;
}

.secure-txt {
    font-size: 17px;
    line-height: 30px;
    position: relative;
}

.payment_form{
    background: #EEEEEE;
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 3%;
    padding-left: 6%;
    padding-right: 6%;
    display: block;
}

.foot {
    width: 100%;
    color: white;
    text-align: center;
    min-height: fit-content;
}

html,
body {
  min-height: 100%;
  display: flex;
  flex-direction:column; 
  padding: 0;
  margin: 0;
  position: relative;
}

.logos{
    width: 14%;
}

#web-container{
  padding: 2% 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-container {
	margin-top: 3%;
}

.donation-text{
    margin-top: 3%;
    font-size: x-large;
}

.donation-text-bold{
    font-style: italic;
}

.proceed-btn{
    max-width: 340px;
    width: 100%;
    vertical-align: baseline;
    height: 40px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 3px 0 0 white;
    color: black;
    border: none;
    font:13.333px Arial;
    font-weight: 100;
    margin-top: 10%;
    transition: all 400ms ease-in-out;
}

#donor-details{
    margin-top: 1%;
    min-width: 100%;
    margin-bottom: 0%;
    border-top: 3px solid rgb(117, 112, 112);
}

body{ 
    display:flex; 
    flex-direction:column; 
}
 
.thanks-txt {
    font-size: 15px;
    font-size: 1.0vw;
    color: #000000;
    letter-spacing: 0.05vw;
    border-spacing: 0.1vw;
    margin-top: 0%;
}

#donor-name{
    font-size: 1.2vw;
    border-spacing: 0.1vw;
    font-variant: small-caps;
    margin-left: inherit;
    margin-right: inherit;
}

.trans-txt {
    color: #474242;
    margin-left: 10%;
    font-size: 0.8vw;
    opacity: 0.65;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 0%;
    align-items: center;
}

.contri-txt {
    font-size: 0.8vw;
    color: #000000;
    opacity: 0.66;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0.05vw;
    word-spacing: 0.01vw;
    margin-top: 0%;
    
}

.succ-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 2.5vw;
    color: #3d405c;
    font-family: 'Times New Roman', Times, serif;
}

.unsucc-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 2.0vw;
    color: #3d405c;
    margin-left:5%; 
    font-family: 'Times New Roman', Times, serif;
}

#success-sym{
    width: 10%;
    border-radius: 40%;
}

.form-control-lg{
    padding: .5rem 1rem;
	font-size: 1.15rem;
	line-height: 1.5;
	border-radius: .3rem;
    opacity: 0.7;
    text-align: start;
    margin-bottom:3%;
}

.form-control-lg-s{
    padding: .5rem 1rem;
	font-size: 1.35rem;
	line-height: 1.5;
	border-radius: .3rem;
    opacity: 0.7;
    text-align: start;
    margin-bottom:3%;
}

.form-control-lg-x{
    padding: .5rem 1rem;
	font-size: 1.15rem;
	line-height: 1.5;
	border-radius: .3rem;
    opacity: 0.7;
    margin-bottom:0%;
}

.success-txt-container{
    margin-right: auto;
    text-align: center;
}

.hdng_txt {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: normal;
}

.hdng_txt_small{
    color: #9b9b9b;
    font-size: 12px;
    display: inline-block;
}

.amt-num{
    font-size: 24px;
    color: #000;
}

.hdng_txt_pay {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: normal;
    padding-bottom: 10px;
}

#merchant-row{
    padding: 49px 0 30px 0;
    display: inline-block;
    width: 100%;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color:white;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.row{
     margin-right: 0px; 
     margin-left: 0px; 
}

.custom-control-label::after {
    border: 0px;
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

@media only screen and (min-width: 500px) and (min-width: 959px) {
    .secure-txt{
        margin-left: 20%;
    }

    .donation-text{
        margin-left: 25%;
    }
    
    #pci-logo{
        margin-left: -10%;
    }
    
    .logos{
        margin-left: 5%;
    }
    
    .payment_form{
        border-radius: 8%;
    }

    #payu-logo{
        text-align: center;
        font-weight: 500;
        margin-left: 20%;
    }

    .success-txt-div {
        position: absolute;
        margin-top: 0.5%;
        padding-top: 0.5%;
        margin-bottom: 5%;
        align-items: center;
        background-color: white;
        border-style: groove;
        padding: 2%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 1%;
    }

    #main-logo{
        width:55%;
        height:100%;
        background-color: grey;
    }
    #main-logo-resp{
        width: 150%;
        height: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
        background-color: grey;

    }
    #head-txt{
        font-size: 20px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 959px) {
    .secure-txt{
        margin-left: 25%;
    }

    .donation-text{
        margin-left: 30%;
    }

    #main-logo{
        width: 50%;
        padding-bottom: 5%;
    }

    #payu-logo{
        text-align: center;
        font-weight: 500;
        margin-left: 20%;
    }
    
    .success-txt-div {
        position: absolute;
        margin-top: 1.5%;
        margin-left: 2%;
        margin-right: 2%;
        padding-top: 1%;
        margin-bottom: 5%;
        align-items: center;
        background-color: white;
        border-style: groove;
        padding: 2%;
        
    } 

    #main-logo{
        width: 75%;
        padding-bottom: 5%;
    }

    #main-logo-resp{
        width: 270%;
        margin-left: 100%;
        padding-bottom: 5%;
    } 

    #head-txt{
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .input-txt {
        width: 100%;
        border: none;
        border-bottom: 1px #9b9b9b solid;
        background: white;
        color: #000;
        font-size: 8px;
        padding-bottom: 8px;
        transition: all 400ms ease-in-out;
        display: inline-block;
        opacity: 1;
        margin-bottom: 2%;
    }
    
    .secure-txt{
        margin-left: 10%;
    }

    .donation-text{
        margin-left: 20%;
    }

    #payu-logo{
        text-align: center;
        font-weight: 500;
        margin-left: 5%;
    }
    
    .success-txt-div {
        position: absolute;
        margin-top: 1.5%;
        margin-left: 5%;
        margin-right: 2%;
        padding-top: 2%;
        margin-bottom: 5%;
        align-items: center;
        background-color: white;
        border-style: groove;
        padding: 2%;
    }
    
    #main-logo{
        width: 75%;
        margin-left: 55%;
    }
    
    #main-logo-resp{
        width: 300%;
        margin-left: 105%;
        padding-bottom: 5%;
    }
    
    #head-txt{
        font-size: 14px;
    }
}
