.form {
    margin: 100px 0;
}


.form .form_data .form_inner {
    /* max-width: 750px; */
    margin: 0 auto;
    background-color: #FFFFFF;
    border:6px solid #00A7E4;
    border-radius: 10px;
    padding: 50px 40px;
    overflow: hidden;
}

.form .form_data {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.form .form_data .form_data_right,
.form .form_data .form_data_left {
    width: calc(50% - 15px);
}

.form .form_data .form_data_left .form_data_image {
    border-radius: 10px;
    overflow: hidden;
}

.form .form_data .form_data_left .form_data_image .form_data_image_img {
    width: 100%;
}

.form .form_data .form_data_left .form_heading {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin: 20px 0 30px;
    text-align: left;
    position: relative;
    padding: 0 0 25px;
}

.form .form_data .form_data_left .form_heading::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: auto;
    height: 3px;
    content: ' ';
    display: block;
    background: #009fe3;
}

.form .form_data .form_data_left .form_description {
    font-size: 16px;
}

.form .form_data .form_inner .note_below_form {
    color: #ffffff;
    margin: 20px 0 0;
}

.form .form_data .form_inner .form-title {
    margin-top: 0;
    padding-bottom: 1px;
    position: relative;
}

.form .form_data .form_inner .form-title::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: auto;
    height: 3px;
    content: ' ';
    display: block;
    background: #009fe3;
}

.form .form_data .form_inner .form-title .step-title {
    color: #009fe3;
}

.form .form_data .form_data_right .form_data_right_notes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0;
}

.form .form_data .form_data_right .form_data_right_notes .form_data_right_notes_image {
    width: 90px;
}

.form .form_data .form_data_right .form_data_right_notes .form_data_right_notes_text {
    width: calc(100% - 110px);
    font-style: italic;
    font-size: 14px;
    color: #000000;
}

.form #donationForm {
    position: relative;
}

#donationForm>.donation-wrap {
    transition: all ease-in-out .4s;
}

#donationForm>.donation-wrap.step-2 {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
}

#donationForm.slide-step2>.donation-wrap.step-2 {
    position: relative;
    visibility: visible;
    top: auto;
    left: auto;
    z-index: 1;
}

#donationForm.slide-step2>.donation-wrap.step-1 {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
}

.form .form_box_heading {
    color: #009fe3;
    text-align: center;
    margin-top: 0;
}

html[lang='en'] span[lang='mk'],
html:not([lang='en']) span[lang='en'] {
    display: none;
}

.form .form-title span.step-title {
    display: none;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.form .form-title span.step-title.active {
    display: block;
}

.donation-wrap .paymentGroup .methodGroup {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0 0 20px;
}

.donation-wrap .paymentGroup .methodGroup .paymentMethod {
    padding: 0;
}

.donation-wrap .paymentGroup .paymentMethod .method {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #009fe3;
    transition: all 0.5s;
    background: #009fe3;
    color: #ffffff;
}

.donation-wrap .paymentGroup .paymentMethod .method:hover,
.donation-wrap .paymentGroup .paymentMethod.active .method {
    background-color: #1c325d;
    border: 2px solid #1c325d;
    color: #ffffff;
}

.custom_btn.btn_with_heart_icon svg path {
    fill: #FFFFFF !important;
}

.form .form-control,
.form #billing_last_name,
.form #billing_company,
.form #select2-billing_country-container,
.form .form #billing_address_1,
.form #billing_city,
.form #billing_postcode,
.form #billing_phone,
.form #billing_email,
.form #shipping_first_name,
.form #shipping_last_name,
.form #shipping_company,
.form #shipping_address_1,
.form #shipping_city,
.form #shipping_postcode,
.form #billing_state,
.form #shipping_state {
    background: #fff;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    height: auto;
    line-height: normal;
    box-shadow: none;
    margin: 0;
    padding: 15px 10px;
    border: 2px solid #009fe3;
}

.form .form-group .checkbox label a,
.form .form-group .checkbox label {
    color: #333333;
}
.form .form-group .checkbox label {
    padding-left: 30px !important;
}

.form .form-group .checkbox label a {
    text-underline-offset: 4px;
}
.form .form-group .checkbox label a:hover {
    text-decoration: none;
}

.form .form-group .checkbox label input[type=checkbox] {
    border: 1px solid #00a7e4;
    width: 16px;
    height: 16px;
}

.form .form-group {
    margin-bottom: 0;
}

#donationForm.slide-step2>.donation-wrap.step-2 .donation-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form .form-control::placeholder {
    color: #333333;
}

.donation-wrap .paymentGroup .methodGroup.form-type-btns {
    display: block;
    margin: 0;
}

.donation-wrap .paymentGroup .methodGroup.form-type-btns .paymentMethod {
    width: 100%;
}

.donation-wrap .paymentGroup .methodGroup .paymentMethod {
    padding: 0;
}

.custom_btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.dot-step {
    display: block;
    width: 31%;
    border-radius: 2px;
    height: 6px;
    background: #009fe3;
    /* cursor: pointer; */
    transition: all ease .4s;
}

/* .dot-step:hover, */
.dot-step.active {
    background: #1c325d;
}

.form-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin: 30px auto 0;
    gap: 10px;
}

.btn-donate.heading_with_content_section_inner_link.custom_btn.btn_theme_sky.btn_with_heart_icon {
    width: auto;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    padding: 12px 25px;
    transition: all 0.5s ease;
    border-radius: 48px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1c325d;
}

.btn-donate.heading_with_content_section_inner_link.custom_btn.btn_theme_sky.btn_with_heart_icon:hover {
    background-color: #284784;
}

.form .form-group span {
    color: #333333 !important;
}

.btn-donate.focus,
.btn-donate:focus,
.btn-donate:hover,
.btn-donate.active.focus,
.btn-donate.active:focus,
.btn-donate.focus,
.btn-donate:active.focus,
.btn-donate:active:focus,
.btn-donate:focus {
    color: #333333;
    background: #fff;
}

.opis {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: -9px;
    top: 9px;
    padding: 6px;
}

.opis i {
    color: #fff;
}

.opis:hover .opistext {
    visibility: visible;
    opacity: 1;
}

.opis .opistext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.radio,
.checkbox {
    margin: 0;
}

.radio label,
.checkbox label {
    color: #fff;
    font-size: 14px;
    position: relative;
}

.radio label a,
.checkbox label a {
    color: #fff;
    text-decoration: underline;
    transition: all ease .4s;
}

.radio label a:hover,
.checkbox label a:hover {
    color: #333;
}


input[type="checkbox"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    font-size: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 0;
    background: transparent;
    margin: 0 !important;
    left: 0;
    top: 0;
    position: absolute;
}

input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    left: 1px;
    top: 1px;
    position: absolute;
    opacity: 0;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

#donationForm.slide-step2>.donation-wrap.step-2 .custom_btn_main {
    margin: 10px 0 0;
}

@media only screen and (max-width: 1199px) {
    .form .checkbox {
        left: 0 !important;
    }
}

@media (max-width:991px) {
    .form {
        margin: 80px 0;
    }

    .form .form_data .form_data_right,
    .form .form_data .form_data_left {
        width: 100%;
    }
}

@media (max-width:767px) {
    .form {
        margin: 60px 0;
    }

    .form .form_data .form_inner {
        padding: 40px 20px;
    }

    .form .form_data .form_data_left .form_heading {
        font-size: 20px;
    }

    .form .form-title span.step-title {
        font-size: 18px;
    }

    .donation-wrap .paymentGroup .methodGroup {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .donation-wrap .paymentGroup .methodGroup .paymentMethod {
        width: 100%;
    }

    .form .form-group .mb-20 {
        margin-bottom: 20px !important;
    }
}