::placeholder {
    color: gray !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}

input[ type="text"] {
    background-color: #E0E0E0 !important;

}

select {
    background-color: #E0E0E0 !important;

}

.invalid-feedback {
    color: red !important;
}

.header_banner_div {
    position: relative;
    width: 100%;
    height: 215px;
    text-align: center;
    overflow: hidden;
}

.header_banner_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/common/donate_banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    /* Apply brightness only to the background */
    z-index: -1;
}

.header_banner_img {
    height: 100%;
    width: 100%;
}

.banner_txt {
    color: #ffff;
    /* display: flex;
                                                                                                                                                                                                                                                                            align-items: center;
                                                                                                                                                                                                                                                                            justify-content: center; */
    position: relative;
    top: 35px;
    font-size: 25px;

}

.header_banner_div ol {
    padding: 26px 0px 0px 90px;
}

.header_banner_div li a {
    text-decoration: none;
    color: #ffff;
}

.yellow_txt {
    color: #FBBC05;
}

.first_part {
    margin-left: 7vw;
    margin-right: 7vw;
}

.donate_form_div {
    background-color: #DAE8FF;
    padding: 70px 130px 60px 130px;
}

.donate_form {
    background-color: #4285F4;
    padding:  2% 2% 2% 2%;
    border-radius: 10px;
    /* color: #ffff; */
}

.submit_button {
    background-color: #FBBC05;
    padding: 13px 60px 15px 60px;
    border-radius: 30px;
    color: #ffff;
    border: none;
    /* translate:  ease-in-out 1.2s ; */
    transition: transform 1.2s ease;
}

.submit_button:hover {
    transform: scale(1.2);
}

/* Custom styles for select input */
.country-select-wrapper {
    position: relative;
    display: flex;
    width: 0%;
    justify-content: end;
    align-items: center;
    /* top: 12px; */
    right: 10px;
}

.country-select {
    appearance: none;
    position: inherit;
    bottom: 5px;
    /* top: 146px; */
    /* right: 250px; */
    z-index: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px 7px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 115px;
    background-color: #f1f1f1;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 4 5%22%3E%3Cpath fill%3D%22%23000%22 d%3D%22M2 0L0 2h4zm0 5L0 3h4z%22/%3E%3C/svg%3E'), url('../..images/common/india.png');
    background-position: right 10px top 50%, left 10px top 50%;
    background-size: 12px auto, 20px auto;
    background-repeat: no-repeat, no-repeat;
    padding-left: 40px;
}

.country-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.upi_qr {
    height: 377px;
    width: 397px;
    background-color: #ffff;
    border: none;
    border-radius: 20px;
}

.last_image {
    height: 280px;
    width: 295px;
    position: relative;
    top: -70px;
}

.qr_div {
    height: 366px;
    width: 377px;
}


.head_div {
    background-color: #4285F4;
    padding: 48px 0px 48px 0px;
    color: #ffff;
    align-content: center;
    text-align: center;
}

.content_div {
    background-color: #f7f7f7;
    padding: 26px 80px 26px 80px;
}



.qrcode {
    height: 100%;
    width: 100%;
    position: relative;
    top: 5px;
}

.bottomImg {
    height: 100%;
    width: 100%;
    position: relative;
    top: 10px;
}

.donatecard {

    background-color: #ffff;
    color: black;
    height: 265px;
    width: 265px;
    border-radius: 25px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.donatecard:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.amoutD {
    font-size: 35px;
    font-weight: 600;
    text-align: center;

}

.amountDes {
    font-size: 19px;
    font-weight: 600;
}

.paybrand {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.imgbb {
    height: 80px;
    width: 80px;
}

.imgbrand {
    height: 100%;
    width: 100%;
}

.continuebtn {
    background-color: #4285F4;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    margin: 0px 248px;
    transition: transform 0.5s ease;
}

.continuebtn:hover {
    background-color: #357ae8;
    transform: scale(1.2);
}

.modalop {
    border: none !important;
    border-radius: 50px !important;
    overflow: hidden !important;
}

.modalHead {
    display: flex;
    justify-content: center;
    background-color: #4285F4;
    /* padding: 20px 10px 20px 10px; */
    height: 82px;
    align-items: center;
}

.custom-image-close {
    background: none;
    border: none;
    position: absolute;
    top: 28px;
    right: 47px;
    padding: 0;
    cursor: pointer;
}

.custom-image-close img {
    width: 18px;
    /* Adjust the size of the image */
    height: 18px;
    object-fit: contain;
    /* Ensures the image fits properly */
}

.custom-image-close2 {
    background: none;
    border: none;
    position: absolute;
    /* Allows custom placement */
    top: 26px;
    /* Adjust as needed */
    right: 50px;
    /* Adjust as needed */
    padding: 0;
    cursor: pointer;
}

.custom-image-close2 img {
    width: 18px;
    /* Adjust the size of the image */
    height: 18px;
    object-fit: contain;
    /* Ensures the image fits properly */
}

.iti__selected-flag {
    position: absolute;
    left: 227px;
    bottom: 36px;
}

.backBtn {
    position: absolute;
    right: 734px;
    top: 27px;
}

.backBtnv {
    position: absolute;
    right: 734px;
    top: 51px;
}

.button_style {
    background-color: #FBBC05;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    border: none;
    transition: transform 0.5s ease;
}

.button_style:hover {
    background-color: #357ae8;
    transform: scale(1.2);
}

/* .iti__dial-code {
    color: #ffff;
} */

.modaltitledd {
    color: #ffff;
    font-size: 26px;
    position: relative;
    top: 7px;
}

.donating_top {
    position: relative;
    bottom: 20px;
}

.tfont {
    font-size: 20px;
    font-weight: 600;
}

.ansfont {
    font-size: 20px;
    font-weight: 500;
}

.modalborder {
    border-radius: 40px;
    overflow: hidden;
}.fonts{
    font-size: 20px;
    text-align: justify;

}
@media(min-Width:769px) and (max-width:1341px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
     .donate_form_div{
        padding:70px 30px 60px 30px ;
     }.donatecard{
        height: 200px;
        width:200px;
     }
     .continuebtn{
        /* padding: 10px 0px; */
        margin: 0px 145px;
     }
     .iti__selected-flag{
        left:169px;
     }.content_div{
        padding: 26px 15px 20px 15px;
     }.backBtnv{
        right: 440px;
     }.backBtn{
        right: 440px;
     }.tfont{
        font-size: 19px;
     }
}

@media(max-width:768px){
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
     .donate_form_div{
        padding:70px 30px 60px 30px ;
     }.donatecard{
        height: 200px;
        width:200px;
     }
     .continuebtn{
        /* padding: 10px 0px; */
        margin: 0px 145px;
     }
     .iti__selected-flag{
        left:169px;
     }.content_div{
        padding: 26px 15px 20px 15px;
     }.backBtnv{
        right: 440px;
     }.backBtn{
        right: 440px;
     }.tfont{
        font-size: 19px;
     }
}

@media(max-width:576px) {
    .donatecard{
        height: 265px;
        width:265px;
    }
    .header_banner_div::before {
        background-image: url('../../images/common/dhmv.png');
    }
    .header_banner_div ol {
        padding-left: 18px;
        padding-top: 67px;
        font-size: 12px;
    }

    .amountallcard {
        text-align: -webkit-center;
    }

    .banner_txt {
        top: 18px;
        font-size: 18px;
    }
    .fonts{
        line-height: 1.5;
        font-size: 15px;
        font-weight: 500;
    }

    .first_part {
        margin: 10px;
    }

    .donate_form_div {
        padding: 10px;
    }

    .donate_form {
        padding: 1px 1px 1px 1px;
    }

    .upi_qr {
        height: 240px;
        width: 240px;
    }

    .qr_div {
        height: 225px;
        width: 225px;
    }

    label {
        font-size: 13px;
    }

    ::placeholder {
        color: gray !important;
        font-size: 11px;
        font-weight: 500;
        /* font-family:"Inter"; */
    }

    .bottomImg {
        top: 50px;
    }

    .ntext {
        font-weight: 300;
    }

    .country-select {
        /* width: 100vw; */
        /* right: 249px; */
        width: 89px;
    }

    .country-select-wrapper {
        margin-left: 25vw;
    }

    .paybrand {
        gap: 10px;
    }

    .imgbb {
        height: 45px;
        width: 45px;
    }

    .custom-image-close2 {
        top: 22px;
        right: 28px;
    }

    .custom-image-close2 img {
        height: 15px;
        width: 15px;
    }

    .continuebtn {
        margin: 0px 55px;
    }

    .iti__selected-flag {
        left: 207px;
    }

    .donating_top {
        padding-left: 84px;
    }

    .content_div {
        padding: 10px;
    }

    .tfont {
        font-size: 17px;
    }

    .ansfont {
        font-size: 13px;
        padding: 0px 0px 6px 0px;

    }

    .head_div {
        padding: 15px 0px;
    }

    .backBtnv {
        right: 83vw;
        top: 14px;
    }

    .backBtn {
        position: absolute;
        right: 84vw;
        top: 26px;
    }

    .modalop {
        border-radius: 25px !important;
    }

    .modalborder {
        border-radius: 25px;
    }
}

@media(max-width:320px) {
    .country-select-wrapper {
        margin-left: 0px;
    }

    /* .country-select {
        padding-left: 10px;
    } */
}

/* Specific styles for 375px */
@media (max-width: 375px) and (min-width: 321px) {

    .iti__selected-flag {
        left: 209px;
    }
  }

  /* Specific styles for 425px */
  @media (max-width: 425px) and (min-width: 376px) {

    .iti__selected-flag {
        left: 244px;
    }

    .country-select {
        /* width: 100vw; */
        /* right: 298px; */
        width: 87px;
    }
  }
