.profileupdatebody {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to bottom, #397598 4%, #b6569c 98%);
}

.profileupdatebody .registerr {
    background-color: white;
    width: 99%;
    margin: auto;
    max-width: 600px;
    position: relative;
    padding: 30px;
}

.bc {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    height: 120px;
    counter-reset: breadcrumb;
    position: relative;
}

.bc:before {
    position: absolute;
    top: 25px;
    left: 12.5%;
    content: '';
    width: 75%;
    height: 1px;
    background: #397598;
}

.bc .bc_item {
    float: left;
    padding-top: 60px;
    width: 14%;
    margin: 0px 3%;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #b6569c;
}

.bc .bc_item:after {
    counter-increment: breadcrumb;
    content: counter(breadcrumb);
    position: absolute;
    top: 0px;
    left: calc(50% - 23px);
    width: 50px;
    height: 50px;
    text-align: center;
    border: 3px solid #397598;
    border-radius: 50%;
    line-height: 45px;
    background: white;
}

.bc .bc_complete:after {
    background: #397598;
    color: white;
}

.mainheader h3 {
    color: #b6569c;
    margin-left: 10%;
}

.updates {
    display: none;
}

#personal {
    display: block;
}

.profilebottombutton {
    text-align: right;
}

.profilesubmitbutton {
    color: #fff;
    background-color: #397598;
    border: none;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 18px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.selectorcontainer {
    display: flex;
    align-items: center;
}

.selectorcontainer .ageselector {
    width: 35px;
    padding: 7px;
}

.selectorcontainer .heightselector {
    width: 45px;
    padding: 7px;
}

.js-slider {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.parnerquestcnt {
    margin-bottom: 10px;
}

.partnerquest {
    font-size: 17px;
    margin-left: 2%;
    font-weight: 400;
}

.optionsbutton {
    color: #fff;
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #b6569c;
}

.yesoption.optionsbutton {
    background-color: #397598;
}

.questoptions {
    text-align: center;
}

.optionsdata {
    display: none;
}

.optionicon {
    margin-right: 10px;
}

.questionslist {
    list-style: decimal;
}

ul.select2-selection__rendered {
    list-style: none;
}

.questionslist li.question_li {
    margin-top: 20px;
}
#community_div{
    display: none;
}
.workingas{
    display: none;
}

/* Advance search*/
.advancesearchcontainer {
    display: flex;
    margin: 40px 0px;
}

.leftcontainer {
    width: 100%;
}

.rightcontainer {
    width: 350px;
    margin-left: 40px;
    max-height: 200px;
}

.maintopheader h3 {
    margin: auto;
    color: #b6569c;
    text-align: center;
    margin-bottom: 40px;
}

.advancesearchcontainer .well {
    border: 1px solid #397598;
    border-radius: 0px;
    background-color: #fff;

}
.searchmainheader h3{
    color: #b6569c;
    margin: 40px 20% 25px 5%;
    padding: 15px;
    border-bottom: 1px solid #39759866; 
}
.searchbycont .radiolabel{
    margin-left: 10px;
}

/* Advance search*/