/*common css*/


/* fonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

.ru3-wrapper {
    padding: 20px 0;
    background: url("../images/bg-image.png") no-repeat top;
    background-size: cover;
}

.ru3-wrapper h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.ru3-wrapper .form-group .form-control {
    border: 2px solid #c9c6c7 !important;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    color: #666666;
}

.ru3-wrapper .select2-container {
    margin-top: 20px;
}

.ru3-wrapper .text-country {
    padding: 10px 0;
}

.ru3-wrapper .select2-default {
    color: #666666 !important;
    font-size: 15px;
}

#income-error {
    position: unset !important;
}

.region:after {
    position: absolute;
    content: "";
    height: 40%;
    width: 2px;
    top: 48px;
    -webkit-transition: width 8s;
    transition: width 8s;
    right: 0;
    background: rgba(184, 184, 184, 1);
    background: -moz-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0);
}


}

.radio-group {
    margin-top: 20px;
    text-align: center;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #ff4a53;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff4a53;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ru3-wrapper .radio-group .male-img {
    width: 10px;
    height: 28px;
    color: #818181;
    margin-left: 10px;
    margin-top: -2px;
}

.ru3-wrapper .radio-group .female-img {
    width: 16px;
    height: 32px;
    color: #818181;
    margin-left: 10px;
    margin-top: -2px;
}

.ru3-wrapper .select-gender {
    padding: 10px 0;
}

.ru3-wrapper .text-birthday {
    padding: 10px 0;
}

.ru3-wrapper .form-group .birth-wrapper {
    border: 2px solid #c9c6c7;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px;
    color: #666666;
    padding: 5px;
}

.ru3-wrapper .text-region {
    padding: 13px 0;
}

.ru3-wrapper .text-education {
    padding: 10px 0;
}

.ru3-wrapper .text-income {
    padding: 10px 0;
}

.ru3-wrapper .img-wrapper .img-fluid {
    width: 150px;
}

.ru3-wrapper .submit-btn .btn-primary {
    background-color: #007fb2;
    border: 1px solid #007fb2;
    margin-bottom: 20px;
}

.ru3-wrapper .submit-btn .btn-primary:hover {
    background-color: #ff5001;
    border: 1px solid #ff5001;
}

.ru3-wrapper .error {
    color: #red;
    font-weight: 600;
    margin-top: 5px;
}

.country::after {
    position: absolute;
    content: "";
    height: 40%;
    width: 2px;
    top: 48px;
    -webkit-transition: width 8s;
    transition: width 8s;
    right: 0;
    background: rgba(184, 184, 184, 1);
    background: -moz-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0);
}

.gender_type:after {
    position: absolute;
    content: "";
    height: 40%;
    width: 2px;
    top: 48px;
    -webkit-transition: width 8s;
    transition: width 8s;
    right: 0;
    background: rgba(184, 184, 184, 1);
    background: -moz-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0);
}

.education::after {
    position: absolute;
    content: "";
    height: 40%;
    width: 2px;
    top: 48px;
    -webkit-transition: width 8s;
    transition: width 8s;
    right: 0;
    background: rgba(184, 184, 184, 1);
    background: -moz-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 184, 184, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#ffffff', GradientType=0);
}

/* responisve css start*/
@media screen and (max-width:991px) {
    .ru3-wrapper .img-wrapper .img-fluid {
        width: 100px;
        height: 85px;
    }
}

@media screen and (max-width:992px) {
    .ru3-wrapper {
        background: #fff;
    }
}

@media screen and (max-width:767px) {
    .ru3-wrapper .img-wrapper .img-fluid {
        float: none !important;
    }

    .education::after {
        display: none;
    }

    .dob::after {
        display: none;
    }

    .country::after {
        display: none;
    }

    .g-recaptcha div {
        margin: 0 auto;
    }
}

/* responisve css ends*/
.ru3_heading {
    background: #e8f2f4 !important;
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09) !important;
}

.ru3_heading .text-detail h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    font-family: poppins;
    line-height: 22px;
}

.ru3_heading .cards img {
    max-width: 11%;
    /*    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.09) !important;*/
}

.ru3_heading .down_arrow {
    display: none;
}

.ru3_heading .arrow {
    display: block;
}

#signup_form .checkbox .checkbx-vsbl {-webkit-appearance: checkbox;}
#signup_form .checkbox.chek-clr span a {color: #e7015e; font-weight: 500;}

@media screen and (max-width:767px) {
    .ru3_heading .text-detail h5 {
        margin: 10px 0;
    }

    .ru3_heading .cards {
        margin: 10px 0;
    }

    .ru3_heading .arrow img,
        {
        width: 25%;
    }

    .ru3_heading .down_arrow img {
        width: 10%;
    }

    .ru3_heading .down_arrow {
        display: block;
    }

    .ru3_heading .arrow {
        display: none;
    }
}
