@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('../fonts/GlacialIndifference-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Bold.ttf') format('ttf'),
        url('../fonts/GlacialIndifference-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Arimo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrapper {
    min-height: 100vh;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

h1,
h2 {
    font-family: 'Glacial Indifference';
}

/* ***** End Common Css **** */

.mobile-img {
    display: none;
}

.mobile-img img {
    width: 100%;
}

.flik-formbox {
    max-width: 660px;
    padding: 50px 30px;
    background: #fff;
    width: 100%;
    border-top: 15px solid #4C097B;
    border-bottom: 15px solid #4C097B;
}

.logobox {
    margin: 0 0 25px;
}

.logobox img {
    height: 70px;
}

.flik-formbox h1 {
    font-size: 28px;
    font-weight: normal;
    color: #4C097B;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.flik-formbox p {
    font-size: 18px;
    font-weight: normal;
    color: #4C097B;
    line-height: 26px;
    margin: 0 0 15px;
}

.gift-box {
    padding: 30px 0 15px;
    margin: 25px 0 25px;
    border-top: 1px solid #F47627;
    border-bottom: 1px solid #F47627;
}

.gift-box .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}

.gift-box .nav-tabs li {
    padding: 0 5px;
    width: 50%;
}

.gift-box .nav-tabs li a {
    background: #F4F2F6;
    border-radius: 10px;
    border: 2px solid #7B36AB;
    display: block;
    padding: 12px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #646364;
}

/* .gift-box .nav-tabs .nav-item .nav-link:hover {
    background: #7B36AB;
    border: 2px solid #7B36AB;
    color: #fff;
} */

.gift-box .nav-tabs .nav-item.show .nav-link,
.gift-box .nav-tabs .nav-link.active {
    background: #7B36AB;
    border: 2px solid #7B36AB;
    color: #fff;
}

.girt-coupan-lst ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.girt-coupan-lst ul li {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.custome-radbx [type="radio"]:checked,
.custome-radbx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custome-radbx label span {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    width: 100%;
}

.custome-radbx [type="radio"]:checked+label,
.custome-radbx [type="radio"]:not(:checked)+label {
    position: relative;
    padding: 0;
    cursor: pointer;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #7B36AB;
    display: block;
    width: 100%;
    padding: 15px;
}

.custome-radbx [type="radio"]:checked+label:before,
.custome-radbx [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #7B36AB;
    border-radius: 10px;
    background: #F4F2F6;
}

.custome-radbx [type="radio"]:checked+label:after,
.custome-radbx [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #7B36AB;
    border-radius: 10px;
    background: #7B36AB;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custome-radbx [type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.custome-radbx [type="radio"]:checked+label:after {
    opacity: 1;
}

.custome-radbx [type="radio"]:checked+label span {
    color: #fff;
}

.msg-block {
    margin: 0 0 25px;
}

.msg-block .form-control {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #000;
    background: #F4F2F6;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    resize: none;
    font-style: italic;
    box-shadow: none;
}

.personal-infobox h2,
.payment-block h2 {
    font-size: 28px;
    font-weight: normal;
    color: #4C097B;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.payment-block h3 {
    font-size: 16px;
    font-weight: bold;
    color: #646364;
    margin: 0 0 20px;
}

.payment-block .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 20px;
}

.payment-block .nav-tabs li {
    width: 25%;
    padding: 0 4px;
}

.payment-block .nav-tabs li a {
    width: 100%;
    height: 120px;
    border: 1px solid #000000;
    background: #F4F2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: relative;
}

.payment-block .nav-tabs li a img {
    max-width: 80%;
}

.payment-block .nav-tabs .nav-item.show .nav-link,
.payment-block .nav-tabs .nav-link.active {
    border: 1px solid #000000;
    background: #F4F2F6;
    border-bottom: 15px solid #F47627;
}

.card-frm .form-group {
    margin: 0 0 25px;
}

.personal-infobox .form-group .form-control,
.card-frm .form-group .form-control {
    padding: 15px 15px;
    background: #F4F2F6;
    border: 2px solid #000;
    border-radius: 10px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    color: #646364;
}

.personal-infobox .form-group .form-control::placeholder,
.card-frm .form-group .form-control::placeholder {
    color: #646364;
}

.personal-infobox .form-group select.form-control,
.card-frm .form-group select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images/downic.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;
}

.card-rw ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.card-rw ul li {
    padding: 0 10px;
    width: 20%;
}

.card-rw ul li:first-child {
    width: 40%;
}

.card-rw ul li .form-group {
    margin: 0;
}

.card-rw ul li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #646364;
}


.personal-infobox {
    padding: 30px 0 15px;
    margin: 25px 0 25px;
    border-top: 1px solid #F47627;
    border-bottom: 1px solid #F47627;
}

.personal-infobox .form-group {
    margin: 0 0 15px;
}

.note-box {
    margin: 0 0 40px;
}

.note-box h6 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #4C097B;
    line-height: 24px;
}

.note-box h6 i {
    margin-right: 5px;
    color: #000;
}

.locklbl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.locklbl i {
    color: #000;
    font-size: 60px;
    margin-right: 10px;
}

.locklbl h5 {
    font-size: 30px;
    font-weight: 300;
    color: #4C097B;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    max-width: 220px;
    font-family: 'Glacial Indifference';
}

.btn-main {
    padding: 10px 40px 8px;
    background: #7B36AB;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-main:hover {
    background: #7B36AB;
    color: #fff;
}

.custome-radbx .custom-input {
    display: block;
    padding: 12px;
    border-radius: 10px;
    border: 2px solid #7B36AB;
    background: #F4F2F6;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    resize: none;
    box-shadow: none;
}

#donationAmount {
  font-weight: bold;
}

.processing {
    display: none;
    width: 100%;
    padding: 10px 40px 8px;
    background: #7B36AB;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.processing:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}

.alert {
    display: none;
}

.thank-you {
    display: none;
    margin: 10px 0 10px 0;
}

#goBack {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}