@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&display=swap');

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: 100%;
}
body {
    /*font-family: 'Marck Script', cursive;*/
    font-family: 'Roboto', sans-serif;
	background-color:#627d88;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
button, input, select, textarea, label {
    /*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
    font-family: 'Roboto', sans-serif;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
    content: '';
    content: none;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
p {
    margin: 0;
    line-height: 27px;
    font-size: 16px;
    color: #000;
    padding:5px 0;
    font-weight: 400;
	letter-spacing: 1px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
a:hover {
    color: ;
}
a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
a img {
    border: 0 none;
}
img {
    max-width: 100%;
    border: none;
}
del {
    text-decoration: line-through;
    color: #ed1c24;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.clickable,  input[type=button], input[type=submit], button {
    cursor: pointer; /* hand cursor on clickable elements */
}
button, input, select, textarea {
    margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}
::placeholder {
    color:#000;
}

button { /* make buttons play nice in IE */
    width: auto;
    overflow: visible;
}
table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
td {
    font-weight: normal;
}
td, td img {
    vertical-align: top;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
dd {
    margin: 0 0 0 40px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content ul, .content ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color:#000;
    font-weight: 600;
}
h1 {
    font-size: 40px;
    
}
h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.container-fluid {
    width: 100%;
    padding: 0 75px;
}
.container {
    margin: 0 auto;
    width: 1170px;
}

section{
    width: 100%;
    float: left;
    display: block;
}
/***  landing page  ***/

.landing-page .header {
    width: 100%;
    float: left;
    padding: 39px 0;
    background-color: #122e54;
}

.landing-page .logo {
    position: absolute;
    top: 13px;
    z-index: 9;
}


.make-miracle {
    width: 100%;
    display: flex;
    border-bottom: 40px solid #fff;
}

.make-miracle-lft {
    flex: 0 0 50%;
    background-color: #a5e6f8;
    padding: 215px 0px 30px;
    position: relative;
}

.child-img {
    display: flex;
    width: 100%;
}

.wcf-logo {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.wcf-logo img {
    mix-blend-mode: multiply;
}


.make-miracle-rgt {
    flex: 0 0 50%;
    padding: 105px 76px 25px 55px;
}


.make-miracle h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.make-miracle-rgt h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.make-miracle-rgt h2 {
    font-size: 34px;
    color: #2e3293;
    line-height: 44px;
    font-family: 'Marck Script', cursive;
    font-weight: 400;
}
.make-miracle-rgt .donate ul {
    display: flex;
    margin: 25px 0 50px;
}
.make-miracle-rgt .donate ul li {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    border: 1px solid #2e3293;
    padding: 10px 20px;
    margin-right: 10px;
}
.price_sec li .price_field {
	height: 30px;
	border: 1px solid #2e3293;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
	outline: none;
}
.make-miracle-rgt .donate ul li:last-child {
    margin-right:0;
    padding: 10px 10px;
}
.make-miracle-rgt .donate ul li span {
    font-size: 14px;
}
.make-miracle-rgt .donate .price_sec li {
    position: relative;
	min-width: 100px;
	padding:0;
}
.make-miracle-rgt .donate .price_sec li input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 10px 20px 10px 40px;
    font-size: 22px;
    font-weight: 500;
	cursor:pointer;
}
.make-miracle-rgt .donate .price_sec li:before {
    position: absolute;
    content: '$';
    top: 10px;
    left: 22px;
    font-size: 22px;
    color: #000;
    z-index: 9;
}
.make-miracle-rgt .donate .price_sec li:last-child input::placeholder {
    font-size: 14px;
}
.make-miracle-rgt .donate .price_sec li:last-child  {
    min-width: 180px;
}
.make-miracle-rgt .donate .price_sec li:last-child input[type="text"]  {
   cursor:inherit;
}
.make-miracle-rgt .payment-info {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 25px;
}


.make-miracle-rgt .payment-info h4 {
    margin-bottom: 15px;
}
.make-miracle-rgt .payment-info h5 {
    margin-bottom: 15px;
    font-size: 16px;
}

.make-miracle-rgt .payment-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.make-miracle-rgt .payment-info ul li:not(:last-child) {
    margin: 0 10px 0 0;
}
.make-miracle-rgt .payment-info .payment-lft ul li a {
    background-color: #a5e6f8;
    color: #000;
    padding: 9px 12px;
    font-size: 15px;
    transition: 0.5s;
}
.make-miracle-rgt .payment-info .payment-lft ul li a:hover {
    background-color: #2e3293;
    color: #fff;
}
.your-info-form {
    width: 100%;
    float: left;
}
.your-info-form h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.your-info-form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.your-info-form ul li {
    flex: 0 0 48.6%;
}

.your-info-form ul li input[type="text"],
.your-info-form ul li input[type="tel"],
.your-info-form ul li input[type="email"],
.your-info-form ul li input[type="number"] {
    width: 100%;
    height: 44px;
    border: 1px solid #2e3293;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 18px;
    outline: none;
}

.card-info-form {
    width: 100%;
    float: left;
}
.card-info-form ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.card-info-form ul li:nth-child(1) {
    flex: 0 0 50%;
}
.card-info-form ul li:nth-child(2) {
    flex: 0 0 22.5%;
}
.card-info-form ul li:nth-child(3) {
    flex: 0 0 22.5%;
}
.card-info-form ul li label{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.card-info-form ul li input[type="text"],
.card-info-form ul li input[type="tel"],
.card-info-form ul li input[type="email"],
.card-info-form ul li input[type="number"] {
    width: 100%;
    height: 44px;
    border: 1px solid #2e3293;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 18px;
    outline: none;
}

.card-info-form ul li .input-full {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card-info-form ul li .input-left {
    flex: 0 0 45%;
}

.card-info-form .submit-btn {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
}

.card-info-form .submit-btn input[type="submit"] {
    background-color: #2e3293;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    padding: 10px 17px;
    transition: 0.5s;
}
.card-info-form .submit-btn input[type="submit"]:hover {
    background-color: #48545b;
}


.footer {
    width: 100%;
    float: left;
    background-color: #4c4c4c;
    padding: 22.5px 0;
}

.copy-right {
    width: 100%;
    float: left;
    text-align: center;
}
.copy-right p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	padding: 0;
}
/***    landing page  end  ***/

.defult-form-fields input[type="text"], .defult-form-fields input[type="tel"], .defult-form-fields  input[type="email"], .defult-form-fields input[type="number"]  , .defult-form-fields select{
	width: 100%;
	float:left;
	height: 44px;
	border: 1px solid #2e3293;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
	outline: none;
}

.make-miracle-rgt .tab {
    width: 100%;
    display: flex;
	border-bottom: 1px solid #2e3293;
	margin: 30px 0;
	padding:0 15px;
}
.tab .tablinks {
    margin-right: 30px;
    margin-bottom: -1px;
    border: 1px solid transparent;
    outline: none;
    width: 120px;
    padding: 10px;
	background-color: transparent;
}
.make-miracle-rgt .tab .tablinks.active {
    background-color: #fff;
    border-color: #2e3293 #2e3293 #fff;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.defult-form-fields h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.defult-form-fields .wc-credit-card-form tbody tr  {
    margin-bottom:18px;
	display: inline-flex;
    width: 100%;
    align-items: center;
}
.defult-form-fields .wc-credit-card-form tbody tr th {
    font-size: 14px;
    font-weight: 500;
	vertical-align: middle;
    text-align: left;
	width: 260px;
    float: left;
}
.defult-form-fields .wc-credit-card-form tbody tr td {
    width: calc(100% - 260px);
    float: right;
}
.defult-form-fields .wc-credit-card-form tbody tr#wpspf_submit_btn {
    text-align: center;
}
.defult-form-fields .wc-credit-card-form tbody tr td input[type="submit"] {
    background-color: #2e3293;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    padding: 10px 17px;
    transition: 0.5s;
	display:inline-block;
	outline:none;
	width: auto;
}
.defult-form-fields .wc-credit-card-form tbody tr td input[type="submit"]:hover {
    background-color: #48545b;
}

.your-info-form .form_top_checkbox {
    flex-direction: column;
    margin: 0 0 30px;
}

.your-info-form .form_top_checkbox li:not(:last-child) {
    margin-bottom: 10px;
}
.your-info-form .form_top_checkbox li .wpcf7-list-item {
    margin: 0;
}
.your-info-form .form_top_checkbox li .wpcf7-list-item input[type="checkbox"] {
    margin-right: 5px;
}
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(1)  {
    margin-bottom: 10px
}
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(2)  {
    margin-bottom: 35px
}


.defult-form-fields .wc-credit-card-form tbody tr:nth-child(1) th,
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(2) th{
    display: none;
}
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(1) td,
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(2) td{
    width:100%;
}

.defult-form-fields .wc-credit-card-form tbody tr:nth-child(1) td input[type="checkbox"],
.defult-form-fields .wc-credit-card-form tbody tr:nth-child(2) td input[type="checkbox"]{
    margin-right: 9px;
}

/***  17-10-2020  ***/

.make-miracle .make-miracle-rgt .payment_box tbody tr .box_back {
	background-color:transparent !important;
	color:#2e3293;
	cursor:pointer;
}
.make-miracle .make-miracle-rgt .payment_box tbody tr:last-child .box_back {
	cursor:none;
}
.make-miracle .make-miracle-rgt .payment_box tbody tr:nth-child(1) td:after, .make-miracle .make-miracle-rgt .payment_box tbody tr:nth-child(2) td:after, .make-miracle .make-miracle-rgt .payment_box tbody tr:nth-child(3) td:after, .make-miracle .make-miracle-rgt .payment_box tbody tr:nth-child(4) td:after {
    color: #2e3293;
}
/***  17-10-2020 end ***/

/*************custom admin css****/

.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:last-child {
     display: block!important; 
	    padding-top: 24px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) .ginput_container.ginput_container_text {
    background: transparent !important;
    border: none !important;
}
.left-sec-list img.btn1 {
    padding: 3px 6px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #ccc;
	margin-bottom: 6px;
	cursor: inherit;
}
.left-sec-list>* {
    cursor: pointer;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    height: auto;
    min-height: auto;
    line-height: normal;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14)>div {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:first-child {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
	padding-right: 14px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container select {
    margin-right: 14px !important;
    width: calc(50% - 14px)!important;
    min-width: auto;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) {
    width: 50%;
	    display: flex;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container label {
    order: 1;
	width: 100%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2)>span.ginput_cardinfo_left {
    width: 65%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_cardinfo_right {
    display: flex;
    flex-direction: column-reverse;
    width: 34%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_cardinfo_right span.ginput_card_security_code_icon {
    display: none;
}

.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2)>span {
    width: auto;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container select {
    height: 50px !important;
    padding: 6px 5px !important;
    border: solid 1px #2e3293 !important;
    color: #040404 !important;
    margin-right: 0px;
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 14px !important;
    margin: 0;
    font-weight: normal;
    outline: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_cardinfo_right input {
    width: 100%;
    max-width: 100% !important;
    display: block !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:last-child {
    width: 50%;
    padding-right: 16px;
    display: flex !important;
    flex-direction: column-reverse !important;
}

.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container select.ginput_card_expiration_month {
    order: 2;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) span.ginput_card_expiration_container select.ginput_card_expiration_year {
    order: 3;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:first-child .gform_card_icon_container.gform_card_icon_style1 {
    display: none;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li.active-tr:nth-child(5) .ginput_container.ginput_container_text:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li.active-tr:nth-child(5) .ginput_container.ginput_container_text input{
	color: #040404 !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) .ginput_container.ginput_container_text input {
    cursor: auto;
	border: solid 1px #2e3293 !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) .ginput_container.ginput_container_text input:focus {
    box-shadow: 0px 0px 0px 1px #2e3293;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column ul.blocks-gallery-grid li.blocks-gallery-item:nth-child(4) {
    width: calc(35% - 16px);
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column ul.blocks-gallery-grid li.blocks-gallery-item:nth-child(3) {
    width: calc(65% - 16px);
}

.make-miracle-lft .wcf-logo img {
    max-width: 285px;
    margin: 0 auto;
}
.new-childs-img img {
    width: 50% !important;
    display: inline-block;
    padding: 0;
    background: #fff;
}
.new-childs-img>div {
    display: flex;
}
.page-template-new-worldchildrenfund .landing-page .header {
    background: #ed174b;
}
.page-template-new-worldchildrenfund .make-miracle-lft {
    background-color: #E2EBED;
}
body.donation-landing-new main#site-content {
    background: #c7d2f8;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}
body.donation-landing-new main#site-content .entry-content>div {
    margin: 0;
}
body.donation-landing-new .header .container-fluid {
    padding: 0 20px;
}
body.donation-landing-new .header {
    background: #122e54;
}
.donation-landing-new header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.donation-landing-new .post-inner {
    float: left;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:last-child {
    padding: 45px 60px 30px 40px;
    margin: 0;
	background: #fff;
	margin-top: 186px;
	margin-bottom:10px;
	box-shadow:0 80px 15px -50px rgba(24, 24, 24, 0.17);
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column{
	width: 55%;
	flex: none;
}
.donation-landing-new .post-inner .wp-block-columns  p.has-large-font-size {
    font-size: 34px;
    letter-spacing: 1.5px;
    line-height: 41px;
    color: #2e3293;
    font-weight: 700;
    margin: 0 0 15px;
    /* max-width: 450px; */
    padding: 
}
.donation-landing-new .post-inner .wp-block-columns p.has-small-font-size {
    font-size: 16px;
    line-height: 27px;
    /* color: #040404;
    font-weight: 400;*/
}
.donation-landing-new .payment_box h1, div#append-text h2 {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #040404;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}
.post-inner .wp-block-columns .wp-block-column:first-child {
    padding: 0px 0px 50px;
	    width: 45%;
}
.donation-landing-new .footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.donation-landing-new .gform_wrapper .gform_body >ul {
    display: flex;
    flex-wrap: wrap;
}
body.donation-landing-new .gform_wrapper .top_label div.ginput_container {
    margin: 0;
    position: relative;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.donation-landing-new .wc-credit-card-form tr th {
    display: none;
}
.donation-landing-new .gform_wrapper .top_label .gfield_label {
    display: none;
} 
.donation-landing-new form {
    letter-spacing: 1px;
}
.donation-landing-new .wc-credit-card-form tr td, body.donation-landing-new .gform_wrapper .top_label div.ginput_container{
    height: 50px;
    padding: 7px 15px;
    border: solid 1px #2e3293;
    color: #040404;
    margin-right: 0px;
    margin-bottom: 15px;
    display: inline-flex;
    line-height: 50px;
    align-items: center;
	width: 120px;
}
body.donation-landing-new .gform_wrapper .top_label div.ginput_container{
	padding: 0;
}
body.donation-landing-new .gform_wrapper .top_label div.ginput_container input{
	cursor: pointer;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(n + 8) div.ginput_container input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address>span select{
    height: 50px !important;
    padding: 7px 15px !important;
    border: solid 1px #2e3293 !important;
	color: #040404 !important;
    margin-right: 0px;
    display: inline-flex;
    line-height: 50px;
    align-items: center;
    margin: 0;
    font-size: 14px !important;
    margin: 0;
    font-weight: normal;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(n + 8) div.ginput_container{
	border: none;
	padding: 0;
	height: auto;
	width: 100%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) {
    display: flex;
    justify-content: space-between;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) .left-sect {
    padding-right: 16px;
}
.right-sec-list img {
    height: 24px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) .left-sect strong{
letter-spacing: 1px;
	    color: #0e0e0e;
    font-weight: 500;
	}
.right-sec-list, .left-sec-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	    margin-top: 12px;
}
.left-sec-list>div {
    padding: 9px 8px;
    background: #a5e6f8;
    margin-left: 6px;
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 6px;
    letter-spacing: .5px;
}
.right-sect strong {
    font-size: 16px;
    letter-spacing: 1px;
	    color: #0e0e0e;
    font-weight: 500;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li .StripeElement {
    background-color: transparent !important;
    height: 50px;
    padding: 15px 20px;
    border-radius: 0px;
    border: solid 1px #2e3293 !important;
    box-shadow: none;
	margin-top: 10px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li iframe {
    width: 100% !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li{
	padding-right: 16px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) .left-sect strong {
    font-size: 20px;
    display: block;
}
body.donation-landing-new .gform_wrapper .top_label div.ginput_container{
	margin: 0 !important;
}
.donation-landing-new .wc-credit-card-form tr td input, body.donation-landing-new .gform_wrapper .top_label div.ginput_container input, 
.donation-landing-new .wc-credit-card-form tr:nth-child(4) td input::placeholder, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) input::placeholder, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) label, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) div.ginput_container input::placeholder{
    font-size: 22px !important;
    /* line-height: 24px !important; */
    color: #040404;
	border: none;
	padding: 0;
	box-shadow: none;
	outline: none;
    font-weight: 500;
	background: transparent;
}
.gform_confirmation_message {
    font-size: 20px;
    margin-top: 25px;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 6) td input{
   font-size: 14px !important;
	line-height: 33px;
	color: #040404;
	font-weight: 400;
}
.wc-credit-card-form tbody {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1), .donation-landing-new .wc-credit-card-form tr:nth-child(3), .donation-landing-new .wc-credit-card-form tr:nth-child(2){
    width: 25%;
    display: inline-block;
    margin-right: 12px;
    min-width: 127px;
	cursor: pointer;
}
body.donation-landing-new .gform_wrapper .top_label div.ginput_container input {
    width: 100%;
    padding: 0 !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2), 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4){
	width: 21%;
    display: inline-block;
    margin-right: 0;
    min-width: 127px;
	cursor: pointer;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) {
    /* width: 23%; */
    padding-right: 0;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) input {
    padding: 6px 10px 7px 10px !important;
	height: 50px;
	text-align: center;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3) input, .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) input{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td, 
.donation-landing-new .wc-credit-card-form tr:nth-child(2) td, .donation-landing-new .wc-credit-card-form tr:nth-child(4) td{
	text-align: left;
	width: 100%;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td input, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td input, 
.donation-landing-new .wc-credit-card-form tr:nth-child(2) td input, .donation-landing-new .wc-credit-card-form tr:nth-child(4) td input{
   display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 43px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td:before, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td:before, 
.donation-landing-new .wc-credit-card-form tr:nth-child(2) td:before, .donation-landing-new .wc-credit-card-form tr:nth-child(4) td:before{
	position: absolute;	
	font-size: 22px;
    line-height: 24px;
    color: #040404;
	content: 'HK$';
    font-weight: 500;
	position: absolute;
    left: 15px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1) div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2) div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3) div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) div.ginput_container:before{
	position: absolute;	
	font-size: 22px;
    line-height: 24px;
    color: #040404;
	content: '$';
    font-weight: 500;
	position: absolute;
    left: 34px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) label {
    display: inline-block !important;
    font-size: 20px !important;
    margin-right: 16px;
	    letter-spacing: 1.5px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(6) {
    display: none;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) th {
    display: inline-block;
    text-align: left;
	margin-bottom: 15px;
	    width: auto;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) {
    display: inline-flex;
    align-items: center;
	width: 100%;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) td {
    max-width: 45%;
    margin-left: 15px;
}
div#append-text p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #0e0e0e;
    font-weight: 500;
    padding: 0;
    margin: 15px 0 30px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(7) {
    margin-top: 24px !important;
	 font-size: 20px;
    margin-bottom: 30px !important;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 5){
    width: 50%;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 5) td {
    width: calc(100% - 15px);
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 5) td select {
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(9) {
    width: 100%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(9) .ginput_container {
    width: 100%;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(8) label {
    display: block !important;
    margin-bottom: 11px;
    font-size: 20px;
	font-weight: 500;
    letter-spacing: 1.5px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(n + 8) {
    width: 100%;
    padding-right: 0;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(n + 8) span:last-child {
    padding-right: 0;
}
div.ginput_complex.ginput_container.gf_name_has_2 span {
    margin-right: 0;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li span {
    margin-right: 0 !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address >span:first-child {
    width: 50%;
    padding-right: 16px;
    margin-right: 0;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address>span {
    width: 50%;
    margin-bottom: 15px;
    display: inline-block;
	padding-right: 16px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address >span:nth-child(even) {
    padding-right: 0 !important;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(14), .donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 18), 
.donation-landing-new .wc-credit-card-form tr:nth-of-type(19) {
    width: 100%;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(16), .donation-landing-new .wc-credit-card-form tr:nth-of-type(17) {
    width: 25%;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 18) td {
    height: auto;
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.donation-landing-new .wp-block-columns .wp-block-column tr#wpspf_submit_btn input[type="submit"], .gform_footer.top_label input[type="submit"]{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    background: #2e3293;
	border: solid 1px #2e3293;
    width: auto;
    padding: 11px 15px;
    border-radius: 4px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) {
    margin-bottom: 0 !important;
}
.donation-landing-new .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
.donation-landing-new .wp-block-columns .wp-block-column tr#wpspf_submit_btn input[type="submit"]:hover {
    color: #2e3293;
    background: #fff;
	border: solid 1px #2e3293;
    border-radius: 4px;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns p {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 41px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns >.wp-block-column:nth-child(2) {
    text-align: center;
    padding: 0 15px;
	background-color: transparent;
    box-shadow: none;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns >.wp-block-column {
    width: 50%;
    margin: 0;
    padding: 0;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child >.wp-block-columns {
    margin: 0;
    padding: 16px;
    /* background: #fff; */
    align-items: center;
	/* display: none; */
	flex-direction: row;
	margin-bottom:16px;
}
.donation-landing-new footer.footer {
    background: #4c4c4c;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td:hover, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td:hover, 
.donation-landing-new .wc-credit-card-form tr:nth-child(2) td:hover{
	color: #fff;
	background: #2e3293;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td:hover input, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td:hover input, 
.donation-landing-new .wc-credit-card-form tr:nth-child(2) td:hover input{
	color: #fff;
}
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(1) td input, .donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(3) td input, 
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(2) td input{
	color: #fff;
}
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(1) td, .donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(3) td, 
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(2) td{
	color: #fff;
	background: #2e3293;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1) td:hover:before, .donation-landing-new .wc-credit-card-form tr:nth-child(3) td:hover:before, .donation-landing-new .wc-credit-card-form tr:nth-child(2) td:hover:before{
	color: #fff;
}
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(1) td:before, .donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(3) td:before, 
.donation-landing-new .wc-credit-card-form tr.active-tr:nth-child(2) td:before{
	color: #fff;
}
.wp-block-image img {
    height: auto;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1):hover div.ginput_container, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2):hover div.ginput_container, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3):hover div.ginput_container, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4):hover div.ginput_container, 
.donation-landing-new .gform_wrapper .gform_body >ul>li.active-tr div.ginput_container{
	color: #fff;
	background: #2e3293;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1):hover div.ginput_container input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2):hover div.ginput_container input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3):hover div.ginput_container input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4):hover div.ginput_container input, 
.donation-landing-new .gform_wrapper .gform_body >ul>li.active-tr div.ginput_container input{
	color: #fff;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1):hover div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2):hover div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3):hover div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4):hover div.ginput_container:before, 
.donation-landing-new .gform_wrapper .gform_body >ul>li.active-tr div.ginput_container:before{
	color: #fff;
}

/***  21-01-2021   ***/

.wp-block-columns {
    flex-direction: row-reverse;
	padding: 0 20px;
}

.pay_subtitle {
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 41px;
    font-weight: 500;
}
#field_1_12 {
    margin-top: 16px !important;
}
#field_1_19 {
    display: none;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1) {
    /* width: 36.9%; */
	width:100%;
	align-items: center;
    display: flex;
	justify-content: center;
	padding-right: 0;
}

#field_1_23 .gfield_label {
    font-size: 20px !important;
    margin-right: 16px;
    letter-spacing: 1.5px;
	display:block;
	font-weight: 500;
    text-transform: uppercase;

}
 .donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns p br {
    display: none;
}
	
	
/***  21-01-2021  end  ***/

/***  22-01-2021    ***/

.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) input {
    padding: 6px 10px 7px 20px !important;
}

.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) div.ginput_container {
    width: 250px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) div.ginput_container:before{
    left: 40px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(5) input {
    padding: 6px 10px 7px 54px !important;
	text-align:left;
}
/***  22-01-2021  end  ***/

/***  27-01-2021    ***/

.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section label {
    display: block;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .ginput_container_radio ul {
    display: flex;
}

.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .ginput_container_radio ul li:not(:last-child) {
    margin-right: 15px;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .gfield_radio li {
    display: flex;
    align-items: center;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard #input_1_24_1_container .gform_card_icon_style1{
    display: none;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard {
    display: flex;
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_full {
    flex: 1 0 50%;
    max-width: 50%;
	padding-right: 14px;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .gfield_label_before_complex {
    display: none !important;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_full:not(:last-child) {
    margin-bottom: 20px;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_full:last-child {
    padding-top:0px;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras {
    display: flex;
}

.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras .ginput_card_security_code_icon {
    display: none;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard label {
    line-height: normal;
    margin: 1px 0 9px 1px;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
    width: 65%;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left select {
    height: 50px !important;
    padding: 6px 5px !important;
    border: solid 1px #2e3293 !important;
    color: #040404 !important;
    font-size: 14px !important;
    outline: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
	margin: 0 10px 0 0;
    width: calc(50% - 14px) !important;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    width: 34%;
}
.donation-landing-new .gform_wrapper .gform_body .gfield_creditcard_warning .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right input {
    max-width: 100%;
    min-width: 100%;
}


.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .gchoice_1_25_0 label {
    height: 100%;
    width: 100%;
    line-height: 100%;
    color: transparent;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .ginput_container_radio ul .gchoice_1_25_0 {
    position: relative;
    box-shadow: 0px 0px 4px #ccc;
    padding: 0px 10px !important;
    border-radius: 5px;
}

.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .ginput_container_radio ul .gchoice_1_25_0::before {
    position: absolute;
    content: '';
    background-image: url(http://swmdev.com/worldchildrenfund/wp-content/uploads/2021/01/PayPal-Logo-Groot-copy.png);
    top: 9px;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 76px 30px;
    pointer-events: none;
    background-color: #fff;
}


.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .gfield_radio .gchoice_1_25_1 {
    background-color: #029FDC;
    border-radius: 5px;
    padding: 0 8px !important;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .gfield_radio .gchoice_1_25_1 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: nonee;
    border: none !important;
}
.donation-landing-new .gform_wrapper .gform_body .payment_gateway_section .gfield_radio .gchoice_1_25_1 label {
    text-indent: -32px;
	color: #fff;
}


/***  27-01-2021  end  ***/

/***  28-01-2021    ***/
.donation-landing-new .gform_wrapper .gform_body >ul {
    justify-content: center;
}
.donation-landing-new .gform_wrapper .gform_body ul #field_1_9 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.donation-landing-new .gform_wrapper .gform_body ul #field_1_9 .gfield_label {
    margin: 0 0 15px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li.payment_gateway_section:nth-child(n + 8) {
	width:inherit;
}
.donation-landing-new .gform_wrapper .gform_body ul li.card_lable_sec_right {
	width:inherit;
}
.donation-landing-new .gform_wrapper .gform_body ul li.card_lable_sec_right .right-section_full {
    margin: 20px 0;
}

/***  28-01-2021  end  ***/

/***  29-01-2021    ***/

.thank_page {
    width: 100%;
    height: calc(100vh - 143px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thank_page .tank_top {
    background-color: #fff;
    width: 50%;
    text-align: center;
    padding: 50px;
    box-shadow: 0 80px 15px -50px rgb(24 24 24 / 17%);
}
.thank_page .tank_top h2 {
    color: #6FB142;
	margin-bottom:10px;
}
.thank_page .tank_top span {
    color: #122E54;
    font-size: 60px;
}
.tank_top p {
	color: #4F8828;
}
.tank_top p strong {
    text-transform: capitalize;
}
/***  29-01-2021  end  ***/



@media screen and (min-width: 1490px){
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) {
    max-width: 127px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li.payment_gateway_section:nth-child(n + 8) {
	width:60%;
}
.donation-landing-new .gform_wrapper .gform_body ul li.card_lable_sec_right {
	width:inherit;
}
}


@media screen and (min-width: 768px){
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(11) {
    width: 50%;
    margin-left: auto !important;
    margin-top: -64px !important;
    position: relative;
}
}
@media screen and (max-width: 1280px){
	.donation-landing-new .post-inner .wp-block-columns .wp-block-column:last-child {
    padding: 45px 30px 40px 30px;
	}
}

@media screen and (max-width: 1200px){
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) {
    width: 62%;
	}
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:first-child {
    width: 38%;
	}
.donation-landing-new .wc-credit-card-form tr:nth-child(1), .donation-landing-new .wc-credit-card-form tr:nth-child(3), .donation-landing-new .wc-credit-card-form tr:nth-child(2) {
    width: 30%;
    min-width: 110px;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) td {
    max-width: 310px;
}
.wc-credit-card-form {
    width: 100%;
    display: block;
}
}
@media screen and (max-width: 992px){
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) {
    align-items: flex-start;
}
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:first-child {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:nth-child(2) {
		width: 100%;
	}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns >.wp-block-column {
    width: 100%;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child >.wp-block-columns {
    flex-wrap: wrap;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns >.wp-block-column:nth-child(2) {
    padding: 15px;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:last-child {
    padding: 45px 20px 40px 20px;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column:first-child .wp-block-columns p {
    font-size: 16px;
    line-height: 24px;
}
.thank_page .tank_top {
    width: 65%;
}
}
@media screen and (max-width: 767px){
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(14) span.ginput_full:last-child {
    width: 100%;
		padding-right: 0;
	}
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(8) span {
    width: 100%;
}
	.donation-landing-new .gform_wrapper .gform_body >ul {
    justify-content: center;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) {
    flex-direction: column;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li {
    padding-right: 0;
}
	div#spGoogleCaptcha div, div#spGoogleCaptcha div iframe {
    width: 287px !important;
}
	.donation-landing-new .post-inner .wp-block-columns .wp-block-column {
    width: 100%;
	flex: none !important;
	}
	.post-inner .wp-block-columns .wp-block-column:first-child {
    padding: 120px 20px 50px;
}
 body.donation-landing-new .gform_wrapper .top_label div.ginput_container {
    flex-wrap: wrap;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(12) .left-sect {
    padding-right: 0;
    margin-bottom: 15px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(8) span:first-child {
    margin-bottom: 15px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(8) span {
    margin-bottom: 0px;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address >span:first-child, 
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(10) .ginput_container_address>span{
    width: 100%;
    padding-right: 0;
}
.thank_page .tank_top {
    width: 85%;
	padding: 30px;
}
}
@media screen and (max-width: 479px){
	.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(2), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(3), .donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(4) {
    width: 47%;
	}
	.make-miracle-lft .wcf-logo img {
    max-width: 170px;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(1), .donation-landing-new .wc-credit-card-form tr:nth-child(3), .donation-landing-new .wc-credit-card-form tr:nth-child(2) {
    width: 100%;
    display: block;
    margin-right: 0;
}
.wc-credit-card-form tbody {
    display: block;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) {
    display: block;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) td {
    max-width: 100%;
    margin-left: 0;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 5) {
    width: 100%;
	display: block;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(n + 5) td {
    width: 100%;
    margin-right: 0;
}
.donation-landing-new .wc-credit-card-form tr:nth-of-type(16) {
    margin-right: 15px !important;
}
.donation-landing-new .wc-credit-card-form tr td{
	margin-right: 0;
}
figure.wp-block-gallery.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item figure {
    display: block !important;
}
figure.wp-block-gallery.columns-2 ul.blocks-gallery-grid li.blocks-gallery-item {
    width: calc(50% - 8px);
    margin: 4px;
    flex: none !important;
    min-width: auto !important;
    display: block !important;
}
figure.wp-block-gallery.columns-2 ul.blocks-gallery-grid {
    width: 100% !important;
}
figure.wp-block-gallery.columns-2.is-cropped {
    padding: 0 !important;
}
.donation-landing-new .post-inner {
    float: none;
}
.donation-landing-new .post-inner .wp-block-columns p.has-large-font-size {
    font-size: 32px;
    line-height: 39px;
}
.donation-landing-new .wc-credit-card-form tr:nth-child(4) th {
    margin-bottom: 6px;
    width: auto;
    margin-top: 14px;
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column ul.blocks-gallery-grid li.blocks-gallery-item:nth-child(3) {
    width: calc(65% - 8px);
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column ul.blocks-gallery-grid li.blocks-gallery-item:nth-child(4) {
    width: calc(35% - 8px);
}
.donation-landing-new .post-inner .wp-block-columns .wp-block-column ul.blocks-gallery-grid {
    margin: 0 -4px 8px;
    width: auto !important;
}
.donation-landing-new .gform_wrapper .gform_body >ul>li:nth-child(1) {
    justify-content: end;
}
.donation-landing-new .gform_wrapper .gform_body ul #field_1_9 {
    justify-content: end;
    align-items: end;
}
.thank_page {
    height: calc(100vh - 129px);
}
.thank_page .tank_top {
    width: 100%;
    padding: 30px 15px;
}
}
