/* Set header size */

#Heading img {
    width: 100%;
    max-width: 370px;
    max-height: 370px!Important;
}



#H2 
{
  padding-top: 30px;
}
P {
  font-size: 20px;
}

.container {
   max-width: 1110px;
}
.bannerHead {
    width: 100%;
    max-width: 1100px;
    background-color: #056D68;
    color: #fff;
    padding: 3px;
    margin: 0 12px;
}

/* Set button colour */
.btn-primary, .btn-primary::placeholder {
  background-color: #3D6DB5 !Important;
  color: #fff !Important;
 opacity: 1 !Important;
  font-weight: 600;
}


/* Set hover colour */
.btn-primary:hover
 {
  background-color: #E26528 !Important;
  color: #fff !Important;
 }

/* Set active colour */
.btn-check:checked+.btn-primary,.btn-primary:active,.btn-other:not(:placeholder-shown) {
  color: #fff !Important;
  background-color: #E26528 !Important;
}

#banner {
    width: 100%;
    max-width: 1100px;
    max-height: 370px;
}

#btnSubmit {
 text-indent: -9999px;
 line-height: 0;
}
i.bi.bi-wallet2 {
 display: none;
}
#btnSubmit {
 text-indent: -9999px;
 line-height: 0;
}
i.bi.bi-wallet2 {
 display: none;
}
#btnSubmit::after
{
 content: "I Accept";
 text-indent: 0;
 display: block;
 line-height: initial;
}

div[data-payment="method"] {
  display: none;
}

div[data-payment="method"]::before{
  content: 'testing';
  display: inline-block;
}

div[data-payment="frequency"] {
  display: none;
}



