body {
    padding: 0;
    margin: 0;
    box-sizing: border-box; 
}


.multi-form-sec {
    position: relative;
}
.multisteps-form__panel {
    position: inherit!important;
    top: 0;
    left: 0;
    width: 78%!important;
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
}
form.multisteps-form__form {
    height: auto!important;
}
.row.multi-inner {
    /* position: absolute; */
    width: 695px;
    height: auto;
    background: #FAF9F9;
    padding: 20px 70px 50px 70px;
    margin: auto;
}
.form-groups {
    margin-top: 32px;
}
input#formGroupExampleInput-1 {
    border: 1px solid #494242;
}
select#country-2 {
    display: grid;
    width: 165px;
    height: 40px;
    border: 1px solid #494242;
}
input#formGroupExampleInput {
    background: #FFFFFF;
    border: 1px solid #494242;
    border-radius: 0px;
    box-shadow: none;
}
select#country {
    display: grid;
    width: 165px;
    height: 40px;
    border: 1px solid #494242;
}
.dontions {
    background: #FAF9F9;
    margin: auto;
    width: 695px;
    transform: translate(7px, 0px);
}
.multi-outer {
    border: 1px solid #494242;
    width: 576px;
    height: 0px;
    margin-top: 33px;
}
button.btn-1 {
    width: 476px;
    height: 45px;
    background: #EF7F22;
    border: 1px solid #EF7F22;
    color: white;
    font-size: 17px;
    margin-left: 30px;
    margin-top: 20px;
}
p.pt-2 {
    color: gray;
}
select#countrys {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #494242;
}
input.form-control {
    border: 1px solid #494242;
    box-shadow: none!important;
    border-radius: 0px;
}
.input-group {
    position: relative;
}
i.fa.fa-id-card-o {
    position: absolute;
    left: 90%;
    bottom: 11px;
    color: gray;
}
input.form-control.mult {
    margin-top: 8px;
}
input.form-control.mt-2 {
    margin-top: 32px!important;
}
textarea#w3review {
    display: inherit;
    width: 100%;
    padding-left: 5px;
}
.pay-inner.d-flex.py-2 span {
    border: 1px solid;
    border-radius: 30px;
    height: 26px;
    padding: 0px 5px 0px 5px;
    font-size: 17px;
    margin-right: 10px;
}
input.form-control.text-center.donate:hover {
    background: #EF7F22;
    border: 1px solid#EF7F22;
    color: white;
}
.custom-control.custom-radio {
    display: inline-block;
    padding-right: 16px;
}
hr {
    margin: auto;
    width: 158px;
    transform: translate(-169px, 14px);
    border: 1px solid gray;
}
hr.dont-1 {
    transform: translate(169px, -10px);
    margin: auto;
    border: 1px solid gray;
}
hr.don-3 {
    width: 39%;
    margin-left: 189px;
}
hr.dont-2 {
    transform: translate(7pc, -10px);
    width: 45%;
    margin-right: 106px;
}
hr.dont-2 {
    transform: translate(7pc, -11px);
    width: 40%;
    margin-right: 134px;
}
.inner-img.d-flex {
    align-items: center;
    justify-content: center;
}
.inner-img.d-flex p {
    font-size: 12px;
}


@media screen and (max-width:767px){
    .row.multi-inner {
        position: revert;
        width: auto;
        padding: 5px 10px 30px 10px;
    }
    select#country {
        width: 100%;
    }
    label.pl-3 {
        padding: 0px!important;
        padding-top: 5px!important;
    }
    label.m-0 {
        padding-top: 7px;
    }
    button.btn-1 {
        width: 100%;
        color: white;
        font-size: 12px;
        margin-left: 20px;
      
    }
    .donate-inner.text-center.pt-5.pb-3 h5 {
        font-size: 13px;
    }
    .inner-img.d-flex p {
        font-size: 9px;
    }
    .dont-img.text-center img {
        width: 100%;
        height: auto;
    }
    hr {
        width: 60px;
        transform: translate(-87px, 11px);
    }
    hr.dont-1 {
        transform: translate(89px, -7px);
    }
    hr.don-3 {
        width: 36%;
        margin-left: 101px;
        transform: translate(-87px, 15px);
    }
    hr.dont-2 {
        width: 33%;
    }
    .dontions {
        background: #FAF9F9;
        margin: auto;
        width: 78%;
         transform: translate(0px, 0px); 
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
    .row.multi-inner {
        position: revert;
    }
    .dont-img.text-center img {
        width: 100%;
        height: auto;
    }
    .dontions {
        margin: auto;
        width: 100%;
        transform: translate(80px, 0px);
    }
}




























.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  
  .multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
  }
  
  @media (min-width: 500px) {
    .multisteps-form__progress-btn {
      text-indent: 0;
    }
  }
  
  .multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
  }
  
  .multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
  }
  
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  
  .multisteps-form__progress-btn.js-active {
    color: #007bff;
  }
  
  .multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }
  
  .multisteps-form__form {
    position: relative;
  }
  
  .multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  
  .multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }


/*--------------------THANKYOU-PAGE------------------*/
.thank-heading.text-center {
    border-bottom: 1px solid gray;
    width: 75%;
    margin: auto;
    padding-bottom: 20px;
}
.thank-heading.text-center h3 {
    font-size: 28px;
    font-stretch: normal;
    padding-bottom: 13px;
}
.thank-heading.text-center h6 {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
}
.thank-heading.text-center p {
    font-size: 13px;
    color: gray;
}
.thank-infor.text-center.pt-4 h6 {
    font-size: 14px;
    color: #EF7F22;
    line-height: 20px;
    padding-bottom: 10px;
}
label.form-check-label {
    font-size: 14px;
}
.social-sec.border.text-center.mt-5 {
    width: 80%;
    margin: auto;
}
.social-sec.border.text-center.mt-5.py-2 p {
    color: gray;
    margin: 4px;
    font-size: 13px;
}
i.fa.fa-facebook {
    color: royalblue;
    font-size: 16px;
    padding-right: 15px;
}
i.fa.fa-twitter {
    color: royalblue;
    padding-right: 15px;
    font-size: 16px;
}
i.fa.fa-envelope {
    color: royalblue;
    padding-right: 15px;
    font-size: 16px;
}
i.fa.fa-pinterest {
    color: royalblue;
    padding-right: 15px;
    font-size: 16px;
}
.col-md-5.shadow.py-5.px-5.ml-5 {
    height: 400px;
}
ul.thanks-list {
    padding: 0px;
}
 li {
    list-style: none;
    border-bottom: 1px solid;
    line-height: 27px;
    padding-left: 13px;
}
ul.thanks-list-2 {
    padding: 0px;
    list-style: none;
}


.dontes {
    background: #d3d3d347;
    padding: 45px;
    width: 50%;
}
input#formGroup-1 {
    text-align: center;
    border-radius: 0px;
    border: 1px solid gray;
    box-shadow: none;
}
input#formGroup-2 {
    text-align: center;
    border-radius: 0px;
    border: 1px solid gray;
    box-shadow: none;
}
input#formGroup-3 {
    text-align: center;
    border-radius: 0px;
    border: 1px solid gray;
    box-shadow: none;
}
input#formGroup-4 {
    border-radius: 0px;
    border: 1px solid gray;
    box-shadow: none;
    position: relative;
}
button.btn.btn-lg.btn-block {
    width: 100%;
    height: 45px;
    background: #EF7F22;
    border: 1px solid #EF7F22;
    color: white;
    font-size: 17px;
    border-radius: 0px;
    box-shadow: none;
}
.inner-img.d-flex {
    align-items: center;
    margin: auto;
}
.input-group-append {
    position: absolute;
    right: 3%;
    top: 8px;
}
a {
    text-decoration: none!important;
    color: #EF7F22!important;
    font-weight: bold;
    font-size: 14px;
}
.input-group-prepend {
    position: absolute;
    z-index: 111;
    left: 11px;
    top: 10px;
}

input#formGroup-4::placeholder {
    color: #EF7F22;
    font-weight: bold;
	
}


/************** RESPONSIVE-SEC ******************/
 
@media screen and (max-width:767px){
    .dontes {
        padding: 15px;
        width: auto;
        margin: 0px!important;
    }
}
.row.her {
    background: #FAF9F9;
    width: 623px;
    margin: auto;
    padding-bottom: 10px;
}
label.diss {
    padding: 14px 20px 0px 65px;
    font-size: 16px;
}

