body {
   font-family: 'Inter', sans-serif;
   background: #ffffff;
}
a{
    text-decoration: none;
}
.modal-dialog {
    max-width: 600px;
}
#doneaza .modal-dialog {
    max-width: 900px;
}
.common-link{
    color: #A6CE39;
}
.money p{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #B9B9B9;
    margin-bottom: 0;
}
/*bootstrap*/
.banner-svg svg {
      width:  auto;
      height: auto;
}
.container{
    max-width: 1280px;
    width: 100%;
}
@media (min-width: 1200px){
    .col-lg-4-5 {
        width: 37.5%;
    }
    .col-lg-3-5 {
        width: 25%;
    }
}
@media (min-width: 992px){
    .col-md-4-5 {
        width: 37.5%;
    }
    .col-lg-3-5 {
        width: 25%;
    }
}
@media (max-width: 1340px){
    .w-1340-100{
        width: 100% !important;
    }
}
.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    /* max-width: 1560px !important; */
}
/*steps*/
.steps{
    margin-bottom: 20px;
}
.steps-single-wrap{
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    display: block;
    float: left;
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 10px;
}
.single-step-text{
    margin-top: 10px;
    margin-left: 10px
}
.single-step-text h6{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
    margin-bottom: 0;
}
.single-step-text p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #B9B9B9;
}
/*slider*/
.slider-text{
    width: 78%;
}
.slider-right{
        background-image: url(img/2.png);
    width: 100%;
    height: 100%;
    /* background: #FFFFFF; */
    box-shadow: 0px 15px 50px rgb(160 163 189 / 10%);
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 40px;
    background-size: cover;
    height: 203px;
}
.slider-main{
    position: relative;
}
.slider-wrap{
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 20px;
}
.slider-wrap h3{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #171717;
    margin-bottom: 20px;
}
.slider-wrap h4{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #171717;
    margin-bottom: 20px;
}
.slider-wrap h5{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5px;
    color: #171717;
    margin-bottom: 8px;
}
.slider-wrap h6{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
    margin-bottom: 0;
}
.slider-wrap p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #B9B9B9;
    opacity: 1;
    margin-bottom: 0;
}
.slider-link{
    width: 100%;
    float: left;
}
.slider-icon{
    text-align: center;
    margin-right: 15px;
}
.slider-icon-text p{
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #171717;
    opacity: 1;
}
.slider-link a{
    background: rgba(75, 222, 151, 0.1);
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: #A6CE39;
    padding: 5px 10px;
    display: inline-block;
        margin-top: 20px;
}
.slide_common_p a {
    padding: 22px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 15%;
}
.slider_next_m a {
    left: -45px;
}
.slider_prev_m a {
    right: -40px;
}
.slider-main li{
    position: relative;
}
.slider-main li:after{
    content: " ";
    position:  absolute;
    width: 0px;
    height: 100%;
    background-color: #EEEEEE;
    right: -15px;
}
.has-slider .slider-main li[aria-hidden="false"]:after{
    content: " ";
    position:  absolute;
    width: 1px;
    height: 100%;
    background-color: #EEEEEE;
    right: -15px;
    opacity: 1;
}
.has-slider .slider-main li[aria-hidden="true"]:after{
    content: " ";
    position:  absolute;
    width: 1px;
    height: 100%;
    background-color: #EEEEEE;
    right: -15px;
    opacity: 0;
}
.slider-main ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.common-titles{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #171717;
}
.common-section{
    margin-bottom: 20px;
}
.single-sponcer{
    background: #F8F8F8;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    height: 100px;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.single-sponcer-in{
    display: table-cell;
    vertical-align: middle;
}

.single-gal{
    width: 100%;
    height: 100px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 6px;
    margin-bottom: 10px;
    display: block;
}
.not-slider .slider-main li:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #EEEEEE;
    right: 0px;
}
.not-slider .slider-main li:last-child:after {
    content: " ";
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: #EEEEEE;
    right: 0px;
}

.donation {
    
}
.donation-in{
    background: #FFFFFF;
    box-shadow: 0px 15px 50px rgb(160 163 189 / 10%);
    border-radius: 10px;
    display: inline-flex;
    width: auto;
    padding: 20px 40px;
}
.donation-svg{
    margin-right: 15px;
}
.donation-text p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #B9B9B9;
    margin-bottom: 0;
    line-height: 18px;
}
.donation-text h6{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
    margin-bottom: 0;
}

.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    display: inline-block;
    margin-right: 15px;
}
.footer-menu ul li a{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A6CE39;
}
.footer-copyright p{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #171717;
}

/*model*/
.form-check-input{
         background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 4px;
    width: 17px;
    height: 17px;
    margin-top: -1px;
    float: left;
    margin-right: 8px;
}
.form-check-label{
    display: block;
    line-height: 16px;
    color: #717171;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #B9B9B9;
}
.modal-title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    
    letter-spacing: -0.4px;
    
    /* Title */
    
    color: #171717;

}

.form-submit{
    background: #A6CE39;
border: 1px solid #EFEFEF;
box-sizing: border-box;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
border-radius: 7px;
font-style: normal;
font-weight: 600;
font-size: 12px;
color: #FFFFFF;
    padding: 10px 20px;
}
.checkbox-block input[type='checkbox']{
    background: #FFFFFF;
border: 1px solid #EFEFEF;
box-sizing: border-box;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
border-radius: 4px;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    float: left;
    margin-right: 20px;
}
.checkbox-block input[type='checkbox']:checked{
    background: #DDDDDD !important;
    border: 1px solid #CCCCCC !important;
    box-sizing: border-box;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    float: left;
    margin-right: 20px;
}
.special-input-wrap{
    position: relative;
}
.svg-wrap-input{
    position: absolute;
    right: 10px;
    top: 2px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px 5px 25px;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal .btn-close {
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 0.25em 0.25em;
    color: #A6CE39;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.form-group{
    margin-bottom: 10px;
}
.input-normal{
    background: #FFFFFF;
    border: 1px solid #F7F4F4;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #B9B9B9;
}
.place-cen::placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A6CE39;
}
.form-info p{
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #B9B9B9;
    margin-bottom: 0;
}
.form-check-label span a{
    color: #A6CE39;
}
.form-info-text h6{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;  
    color: #171717;
}
.form-info-text p{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #B9B9B9;
    margin-bottom: 0;
}
.form-info-text ul{
    padding-left: 18px;
    list-style: decimal;
}
.form-info-text ul li{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #B9B9B9;
    margin-bottom: 0;
}
.col-form-label{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #171717;
}
.h6-s{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #171717;
    margin-bottom: 0;
    margin-top: 8px;
}
.input-textarea{
    height: 100px;
    width: 100%;
}
.donate-text ul{
    list-style: disc;
}
.bank-add h6{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #171717;
}
.bank-add p{
    font-size: 15px;
}
.radio-wrap input[type="radio"]{
    display: none;
}
.radio-wrap span{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    background: #A6CE39;
    border: 1px solid #F6F4F4;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 3px;
    margin-bottom: 5px;
}
.radio-wrap input[type="radio"]:checked~span{
    border: 1px solid #000000;
}
label{
    display: block;
}
.plat span{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.logo{
    text-align: left;
}
.logo-right{
    text-align: right;
}
.slider-svg{
    margin-bottom: 8px;
}
.actiuni
 {   background: #FFFFFF;
    box-shadow: 0px 15px 50px rgb(160 163 189 / 10%);
    border-radius: 10px;
    float: left;
    padding: 20px 40px;
    margin-bottom: 20px;
    list-style: none;
}

.actiuni p {
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #B9B9B9;
    opacity: 1;
    margin-bottom: 0;

}

@media(max-width:767px){
    .not-slider li:after{
        opacity: 0;
    }
    .banner-svg{
        margin-bottom: 30px;
    }
    .logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .logo-right{
        text-align: center;
    }
}
@media(max-width:1250px){
    .single-step-svg{
        width: 100%;
        text-align:  center;
    }
    .single-step-text{
        width: 100%;
        text-align:  center;
        margin-left: 0;
    }
    .slider-icon{
        width: 100%;
        text-align:  center;
    }
    .slider-text{
        width: 100%;
        text-align:  center;
        margin-left: 0;
    }
    .no-ts{
        margin-bottom: 40px;
    }
    .slider-main li:after{
        right: -45px;
    }
    .has-slider{
        
    }
}
.customers-wrapper {
    height: 211px;
    background-color: #a6ce39;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
#imagem .modal-dialog {
    max-width: 1100px;
}
#imagem .modal-dialog .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.1rem;
}