:root {
    --wishon-font: 'DM Sans', sans-serif;
    --wishon-font-two: 'Merriweather', serif;
    --wishon-white: #ffffff;
    --wishon-white-rgb: 255, 255, 255;
    --wishon-base: #e33c34;
    --wishon-base-rgb: 227, 60, 52;
    --wishon-black: #313131;
    --wishon-black-rgb: 49, 49, 49;
    --wishon-primary: #f3b42c;
    --wishon-primary-rgb: 243, 180, 44;
    --wishon-extra: #f2f2f2;
    --wishon-extra-rgb: 242, 242, 242;
    --wishon-gray: #6f6f6f;
    --wishon-gray-rgb: 111, 111, 111;
    --wishon-bdr-color: #e0e0e0;
    --wishon-bdr-color-rgb: 224, 224, 224;
    --wishon-bdr-radius: 10px;
    --wishon-letter-spacing: -0.04em;
    --wishon-letter-spacing-two: 0.1em;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.page-title {
    background: url(../../images/business-banner.jpg) center center / cover no-repeat local;
    width: 100%;
    height: 500px;
    text-align: center;
    position: relative;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.become-volunteer {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.become-volunteer .section-title__tagline::before {
    left: 50%;
    transform: translateX(-50%);
}

.become-volunteer .section-title {
    margin-bottom: 49px;
}

.become-volunteer__Left {
    position: relative;
    display: block;
}

.become-volunteer__images {
    position: relative;
    display: block;
}

.become-volunteer__img-single {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.become-volunteer__img-single img {
    width: 100%;
    border-radius: var(--wishon-bdr-radius);
}

.become-volunteer__content {
    position: relative;
    display: block;
}

.become-volunteer__text {
    margin: 0;
    padding-bottom: 42px;
    font-size: 18px;
    line-height: 30px;
}

.become-volunteer__points {
    position: relative;
    display: block;
}

.become-volunteer__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.become-volunteer__points li+li {
    margin-top: 6px;
}

.become-volunteer__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: var(--wishon-primary);
    border-radius: 50%;
}

.become-volunteer__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 9px;
    color: var(--wishon-white);
}

.become-volunteer__points li .text {
    position: relative;
    display: block;
    margin-left: 12px;
}

.become-volunteer__points li .text p {
    font-size: 18px;
    color: var(--wishon-black);
    font-weight: 500;
}

.become-volunteer__contact-box {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--wishon-bdr-color);
    padding-top: 29px;
    margin-top: 35px;
}

.become-volunteer__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--wishon-extra);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__contact-icon:hover {
    background-color: var(--wishon-base);
}

.become-volunteer__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: var(--wishon-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__contact-icon:hover span {
    color: var(--wishon-white);
}

.become-volunteer__contact {
    margin-left: 20px;
}

.become-volunteer__phone {
    font-size: 22px;
    color: var(--wishon-base);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--wishon-font-two);
}

.become-volunteer__phone:hover {
    color: var(--wishon-primary);
}

.become-volunteer__email {
    color: var(--wishon-black);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.become-volunteer__email:hover {
    color: var(--wishon-base);
}

.become-volunteer__right {
    position: relative;
    display: block;
}

.become-volunteer__form {
    position: relative;
    display: block;
}

.become-volunteer__form .row {
    --bs-gutter-x: 10px;
}

.become-volunteer__input {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.become-volunteer__input input[type="text"],
.become-volunteer__input input[type="email"],
.become-volunteer__input input[type="date"],
.become-volunteer__input input[type="file"],
.become-volunteer__input select,
.dateinput
{
    appearance: none;
    height: 64px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--wishon-bdr-radius);

}
.has-success .form-control:focus{
    box-shadow: none;
    background-color: var(--wishon-extra);
}
.datelabel
{
    height: 64px;
    border: none;
    outline: none;
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--wishon-bdr-radius);
}
.has-success .input-group-addon{
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
}
.custom-file-upload {
   /* display: inline-block;*/
}

.custom-file-label {
    height: 64px;
    width: 100%;
    line-height: 64px;
    border: none;
    outline: none;
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
    font-size: 14px;
    padding: 0 30px;
    border-radius: var(--wishon-bdr-radius);
    cursor: pointer;
}


.become-volunteer__input textarea {
    height: 164px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--wishon-extra);
    color: var(--wishon-gray);
    font-size: 14px;
    padding: 18px 30px 30px;
    border-radius: var(--wishon-bdr-radius);
}

.become-volunteer__input.become-volunteer__message-box {
    height: 164px;
}


.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--wishon-white);
    text-transform: uppercase;
    letter-spacing: var(--wishon-letter-spacing-two);
    background-color: #f3b42d;
    border-radius: var(--wishon-bdr-radius);
    padding: 17px 50px 17px;
    padding-right: 47px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--wishon-base);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: var(--wishon-bdr-radius);
    opacity: 1;
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.thm-btn:hover {
    color: var(--wishon-white);
}

.become-volunteer__btn {
    background-color: var(--wishon-base);
    border: none;
}

.become-volunteer__btn:after {
    background-color: var(--wishon-black);
}

.form-horizontal .form-group label{
    height: 50px;
    line-height: 40px;
}
.form-horizontal .form-group select{
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: 2px solid #f4f4f4;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
}
.memberliangdian {
    margin-left:50px;
    margin-top: 20px;
}
.memberliangdian p {
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 0;
    position: relative;
    padding-left:20px;
}
.memberliangdian p img{
    position: absolute;
    left: -1.5rem;
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
.mb-60{
    margin-bottom: 60px;
}
.mt-20{
    margin-top: 20px;
}

