
@font-face {
    font-family: Panton-Bold;
    src: url(../../fonts/PantonBold.otf);
}


@font-face {
    font-family: Panton-Extra-Bold;
    src: url(../../fonts/PantonExtraBold.otf);
}
.txt {
    font-size: 18px;
    line-height: 26px;
    color: #3d405c;
    margin: 0px 0px 10px 0px;
    margin-bottom: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

button, input, optgroup, select, textarea {

    margin: 0;
        margin-top: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: 14px;

}

input::placeholder{
    text-transform: capitalize;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 1% 1%;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}   

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .1rem black;
}

#power{
    font-family: Panton-Bold;
    font-size: 2.6vw;
    line-height: 2.6vw;
    color: #3f3f3f;
    margin-top:-10px;

}
#bmsc{
    font-family: Panton-Extra-Bold;
    font-size: 3.0vw;
    color: #e7364d;
}

#bas-info {
    font-family: Panton-Bold;   
    font-size: 1.5vw;
    color: #3f3f3f;
}

#ngo{
    font-family: Panton-Bold;
    font-size: 1.52vw;
    line-height: 1.52vw;
    color: #3f3f3f;
}

.btn-sel{
    background-color: gray;
    color: white;
    cursor: pointer;
    border: 0px solid black;
}

#pay_250{
    opacity:0.86;float:left;width:22%;font-weight:500;margin-right: 3%;color:black;border:1px solid gray;font-size:13px;;min-width:max-content
}


#pay_500{
    opacity:0.86;float:left;width:22%;font-weight:500;margin-right: 3%;color:black;border:1px solid gray;font-size:13px;;min-width:max-content
}


#pay_1000{
    opacity:0.86;float:left;width:22%;font-weight:500;margin-right: 3%;color:black;border:1px solid gray;font-size:13px;;min-width:max-content
}


#pay_1500{
    opacity:0.86;float:left;width:22%;font-weight:500;margin-right: 3%;color:black;border:1px solid gray;font-size:13px;;min-width:max-content
}


#pay_2000{
    opacity:0.86;float:left;width:22%;font-weight:500;margin-right:3%;margin-top:4%;margin-bottom:4%;color:black;border:1px solid gray;font-size:13px;min-width:max-content
}

#amount-label{
    opacity:0.86;float:left;width:35%;margin-right:3%;font-weight:500;color:black;border:1px solid gray;margin-top:4%;margin-bottom:4%;font-size:13px;min-width:max-content
}
.success-txt-container{
    margin-right: auto;
    text-align: center;
}


#ad-txt{
    color: white;
    opacity: 0.88;
    font-size: medium;
    text-align: center;
}

#ad-txt-mobile{
    display: none;
    color: white;
    opacity: 0.88;
    font-size: small;
    text-align: center;
}

#ad-txt-ipad{
    color: white;
    opacity: 0.88;
    display: none;
    font-size: medium;
    text-align: center;
}

#click-here{
    font-style: italic;
}

.slider_text{
    padding-bottom: 4%;
}

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

.ButtonClicked {
    background-color:red;
}

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

}

#pan{
    text-transform: uppercase;
}


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
      content: '';
      background: linear-gradient(to right, transparent, #818078, transparent);
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
}
.hr-text:after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;

padding: 0 .5em;
line-height: 1.5em;
color: #818078;
background-color: #fcfcfa;
}


.active{
    background-color: rgba(255, 255, 255,0.87);
}

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

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



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;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 6%;
    text-align: center;
}

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



.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;
    padding-top: 0%;
    padding-bottom: 1%;
    
}

html,
body {
  min-height: 100%;
  display: flex;
  flex-direction:column; 
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

.logos{
    width: 14%;
}

#amount-txt{
    font-size: 30px;
}

#amount-box{
    text-align: center;
    width:35%;
    font-size: 14px;
    display: none;
    float:right;
    border:1px solid black;
    padding:2%;
    font-weight:500
}


#rs-label{
    text-align: center;
    font-size: 14px;
    display: none;
    width:47%;
    padding: 1%;
    float:left;
    border:1px solid black;
    padding:2%;
    font-weight:500
}


#web-container{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}

#payu{
margin-left: 25%;
width:150%;
margin-top: -50%;
}

#bms-logo{
    display:none;
}

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


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

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

.proceed-btn{
    float: inline-end;
    margin-top: inherit;
    width: max-content;
    min-width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10%;
    cursor: pointer;
    background-color: gray;
    color: white;
    margin: 0px 0px 15px 0px;
}

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

body{ 
    display:flex; 
    background-color:#FFFFFF;
    flex-direction:column; 
    min-height: 100%;
  background-image: url(../../images/bmsdonate5/bas-land-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;  
  background-size: cover;
  background-attachment: fixed;
  }
  
.success-txt-div {
    position: absolute;
    margin-left: 25%;
    margin-right: 20%;
    padding-top: 7%;
    margin-bottom: 5%;
    align-items: center;
}


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

.trans-txt {
    color: #000000;
    font-size: 0.8vw;
    opacity: 0.65;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 0%;
    align-items: center;
}

.contri-txt {
    font-size: 0.8vw;
    color: #000000;
    opacity: 0.66;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 0.05vw;
    word-spacing: 0.01vw;
    margin-top: 0%;
    
}

.succ-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 2.0vw;
    color: #3d405c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.unsucc-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 2.48vw;
    color: #3d405c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-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-x{
    padding: .5rem 1rem;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: .3rem;
    opacity: 0.7;
    margin-bottom:0%;
}

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

    #ad-txt-mobile{
        display: none;
    }

    #ad-txt-ipad{
        display: none;
    }

    .donation-text{
        margin-left: 25%;
    }
   
    .logos{
        margin-left: 3%;
        width: 15%;
    }


    .logos-resp{
        margin-left: 5%;
        width: 15%;
    }

    .payment_form{
        border-radius: 8%;

    }

    #payu-logo{
        text-align: center;
        font-weight: 500;
        margin-left: 20%;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #main-form{
        margin-bottom: 2%;
        margin-top: -5%;
        padding: 4%;
        border-radius: 5%;
        padding-right: 10%;
        background-color: rgba(255, 255, 255,0.87);
        padding-left: 10%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        opacity: 0.7;
    }


    .success-txt-div{
        margin-top: 3%;
    }

    .main-container{
        margin-left: 0%;
    }
    #bas-logo-resp{
        width: 20%;
        padding-top: 2%;
    }
    #ngo-logo-resp{
        padding-top: 2%;
        width: 17%;
        float: right;
        padding-right: 20%;
        padding-top: 4%;
    }

    #content{
        padding-top: 2%;
    }

    .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: #f5f5dc;
        font-size: 0.9vw;
        opacity: 0.65;
        font-family: 'Courier New', Courier, monospace;
        margin-top: 0%;
        align-items: center;

    }
    .contri-txt {
        font-size: 1.0vw;
        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%;
    }
    #pci-logo-resp{
        margin-left:0%;
        width:5%;
    }
    #visa-logo-resp{
        width: 5%;
    }
    #payu-foot-resp{
        width:5%;
    }
    #mastercode-logo-resp{
        width:5%;
    }
    #geotrust-logo-resp{
        width:6%
    }
    #s-sym{
        width:4%;
    }
    #pci-logo{
        margin-left:3%
    }
    #logos-mob{
        display: none;
        margin-bottom:0%
    }
    .info{
        display: block;
    }
    .info-mob{
        display: none;
    }
    #visible-xl{
        display: block;
    }

    #t-txt{
        font-size:12px;
        
    }
    #visible-xs{
        display: none;
    }
}


@media only screen and (min-width: 500px) and (max-width: 959px) {
    
    .merchant-side {
        display:none;  
    }

    #payu{
        width:100%;
        margin-left: 35vw;

    }

    #ad-txt-mobile{
        display: none;
    }

    #ad-txt-ipad{
        display: block;
        width: 100%;
        color: black;
        opacity: 0.88;
        font-size: medium;
        text-align: center;
    }

    #bms-logo{
        display: inline-block;
        width: 65%;
    }


    #n-txt{
        font-size: 16px;
        padding-right: 10%;
        padding-top: 5%;
        font-family: Panton-Bold;
    }


    #b-txt{
        font-size: 16px;
        padding-left: 12%;
        font-family: Panton-Bold;

    }

    #ngo-logo-mob{
        display: inline-block;
        width: 60%;
    }

    .logos{
        margin-left: 5%;
    }

    .success-txt-div{
        margin-top: 25%;
    }


    .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%;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    #main-form{
        margin-bottom: 2%;
        padding: 4%;
        border-radius: 5%;
        padding-right: 10%;
        background-color: rgba(255, 255, 255,0.87);
        padding-left: 10%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        opacity: 0.7;
    }
    #bas-logo-resp{
        width: 35%;
        padding-top: 13%;
    }
    #ngo-logo-resp{
        padding-top: 15%;
        width: 34%;
        float: right;
        padding-right: 9%;
    }

    #content{
        padding-top: 5%;
    }

    .succ-txt {
        font-size: 35px;
        line-height: 40px;
        font-size: 4.5vw;
        color: #3d405c;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .thanks-txt {
        font-size: 2.0vw;
        color: #000000;
        letter-spacing: 0.05vw;
        border-spacing: 0.1vw;
        margin-top: 0%;
    }

    .thanks-txt {
        font-size: 3vw;
        color: #000000;
        letter-spacing: 0.05vw;
        border-spacing: 0.1vw;
        margin-top: 0%;
    }

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

    .trans-txt {
        color: #f5f5dc;
        font-size: 2.4vw;
        opacity: 0.65;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin-top: 0%;
        align-items: center;

    }
    .contri-txt {
        font-size: 2.8vw;
        color: #000000;
        opacity: 0.66;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        letter-spacing: 0.05vw;
        word-spacing: 0.01vw;
        margin-top: 0%;
    }

    #pci-logo-resp{
        margin-left:3%;width:10%;
    }
    #visa-logo-resp{
        width: 10%;
        margin-left:3%;
    }
    #payu-foot-resp{
        width:10%;
        margin-left:3%;
    }
    #mastercode-logo-resp{
        width:10%;
        margin-left:3%;
    }
    #geotrust-logo-resp{
        width:12%;
        margin-left:3%;
    }
    #s-sym{
        width:6%;
    }
    #resp-body{
        padding-top: 10%;
    }
    #pci-logo{
        margin-left:3%
    }
    #logos-mob{
        display: inline-block;
    }
    
    .info{
        margin-top:2%;
        display: none;
    }
    .info-mob{
        display: block;
        margin-top:3%;
        font-size: 0.75rem;
        margin-bottom: 5%;
    }
    #visible-xl{
        display: none;
    }

    #t-txt{
        font-size:12px;
    }
    .visible-xs{
        display: none;
    }
    


    
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
    .merchant-side {
        display:none;  
    }

    #ad-txt-mobile{
        display: block;
        width: 100%;
        color: black;
        opacity: 0.88;
        font-size: small;
        text-align: center;
    }

    #ad-txt-ipad{
        display: none;
    }

    #payu{
        width:40%;
        margin-left: 25vw;


    }
    #bms-logo{
        display: inline-block;
        width: 45%;
    }


    #n-txt{
        font-size: 2.6vw;
        padding-right: 8%;
        font-family: Panton-Bold;
    }


    #b-txt{
        font-size: 2.8vw;
        font-family: Panton-Bold;

    }

    #ngo-logo-mob{
        display: inline-block;
        width: 60%;
    }

    .secure-txt{
        margin-left: 10%;
    }

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


    #main-logo{
        width: 60%;
        padding-bottom: 5%;
    }
    #payu-logo{
        text-align: center;
        font-weight: 500;
        margin-left: 5%;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    #main-container{
        margin-left: 0%;
    }
    #main-form{
        margin-bottom: 6%;
        padding: 4%;
        border-radius: 5%;
        padding-right: 10%;
        background-color: rgba(255, 255, 255,0.87);
        padding-left: 10%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        opacity: 0.7;
    }
    #bas-logo-resp{
        width: 35%;
        padding-top: 5%;
    }

    #content{
        padding-top: 4%;
    }

    .succ-txt {
        font-size: 35px;
        line-height: 40px;
        font-size: 4.5vw;
        color: #3d405c;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .thanks-txt {
        font-size: 2.0vw;
        color: #000000;
        letter-spacing: 0.05vw;
        border-spacing: 0.1vw;
        margin-top: 0%;
    }

    .thanks-txt {
        font-size: 3vw;
        color: #000000;
        letter-spacing: 0.05vw;
        border-spacing: 0.1vw;
        margin-top: 0%;
    }

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

    .trans-txt {
        color: #f5f5dc;
        font-size: 2.4vw;
        opacity: 0.65;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin-top: 0%;
        align-items: center;

    }
    .contri-txt {
        font-size: 2.8vw;
        color: #000000;
        opacity: 0.66;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        letter-spacing: 0.05vw;
        word-spacing: 0.01vw;
        margin-top: 0%;
    }
    #pci-logo{
        margin-left:8%
    }

    #pci-logo-resp{
        margin-left:3%;width:10%;
    }
    #visa-logo-resp{
        width: 10%;
        margin-left:3%;
    }
    #payu-foot-resp{
        width:10%;
        margin-left:3%;
    }
    #mastercode-logo-resp{
        width:10%;
        margin-left:3%;
    }
    #geotrust-logo-resp{
        width:12%;
        margin-left:3%;
    }
    #s-sym{
        width:6%;
    }
    #resp-body{
        padding-top: 35%;
    }
    #logos-mob{
        display: inline-block;
    }
    .info{
        margin-top:2%;
        display: none;
    }
    .info-mob{
        display: block;
        margin-top:3%;
        font-size: 0.75rem;
        margin-bottom: 5%;
    }
    #visible-xl{
        display: none;
    }
    #t-txt{
        font-size:12px;
    }

    .visible-xs{
        display: block;
    }
}


@media only screen and (max-width: 330px) {
    
    #amount-box{
        width: 100%;
        margin-bottom: 10px;
    }
    #t-txt{
        font-size:10px;
    }

    .visible-xs{
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    
   body{ 
    display:flex; 
    background-color:#FFFFFF;
    flex-direction:column; 
    min-height: 100%;
    background-image: url(../../images/bmsdonate5/bas-land.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;  
    background-size: cover;
    background-attachment: fixed;
  }
  
}


@media only screen and (max-width: 1305px) and (min-width: 992px) {
    #amount-box{
    text-align: center;
    width:47%;
    font-size: 14px;
    display: none;
    float:left;
    border:1px solid black;
    padding:2%;
    font-weight:500
    background-color:red;
    }
  
}



