.s010 {
    margin-top:20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
}

.s010 form {
    width: 100%;
    max-width: 790px;
    margin: 0;
}

.s010 form .inner-form {
    width: 100%;
}

.s010 form .inner-form .input-field {
    position: relative;
}

.s010 form .inner-form .input-field input {
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 70px;
    font-size: 18px;
    /*background: linear-gradient(to right, #2c6dd5 0%, #2c6dd5 28%, #ff4b5a 91%, #ff4b5a 100%);*/
    font-family: 'Lato', sans-serif;
}

.s010 form .inner-form .input-field input.placeholder,
.s010 form .inner-form .input-field input:-moz-placeholder,
.s010 form .inner-form .input-field input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
}

.s010 form .inner-form .input-field input:hover, .s010 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.s010 form .inner-form .input-field .btn-search {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    background: linear-gradient(to right, #2c6dd5 0%, #2c6dd5 28%, #ff4b5a 91%, #ff4b5a 100%);
    white-space: nowrap;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 0;
    position: relative;
}

.s010 form .inner-form .input-field .btn-search:before {
    border-radius: inherit;
    background: linear-gradient(45deg, #ff4b5a 0%, #ff4b5a 28%, #2c6dd5 91%, #2c6dd5 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: all .2s ease-out, color .2s ease-out;
}

.s010 form .inner-form .input-field .btn-search:hover::before {
    opacity: 1;
}

.s010 form .inner-form .input-field .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.s010 form .inner-form .input-field .btn-delete {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
    font-size: 14px;
    color: #666;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
}

.s010 form .inner-form .input-field .btn-delete:hover, .s010 form .inner-form .input-field .btn-delete:focus {
    color: #000;
    outline: 0;
    box-shadow: none;
}

.basic-search {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 34px;
    margin-bottom: 5px;
}

.basic-search .input-field {
    width: 100%;
}

.basic-search .input-field select.org-name-search-select2 {
    height: 50px;
}

.basic-search .input-field input,
.basic-search .input-field select.org-name-search-select2 {
    margin: 0;
    padding: 10px 80px 10px 40px;
    border: 0;
}

.basic-search .input-field .icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 50px;
}

.basic-search .input-field .icon-wrap svg {
    width: 34px;
    height: 34px;
    fill: #757575;
}

.s010 form .inner-form .advance-search {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.s010 form .inner-form .advance-search .desc {
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 26px;
}

.s010 form .inner-form .advance-search .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.s010 form .inner-form .advance-search .row.second {
    margin-bottom: 46px;
}

.s010 form .inner-form .advance-search .row.third {
    margin-bottom: 0;
}

.s010 form .inner-form .advance-search .row.third .input-field {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.s010 form .inner-form .advance-search .row.third .input-field .result-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    color: #999;
    font-size: 14px;
}

.s010 form .inner-form .advance-search .row.third .input-field .result-count span {
    color: #333;
    padding-right: 5px;
}

.s010 form .inner-form .advance-search .input-field {
    width: 100%;
}

.s010 form .inner-form .advance-search .input-select {
    height: 40px;
}

@media screen and (max-width: 767px) {
    .s010 form .inner-form .basic-search .input-field input {
        padding: 10px 110px 10px 30px;
    }
    .s010 form .inner-form .basic-search .input-field .icon-wrap {
        width: 80px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s010 form .inner-form .basic-search .input-field .icon-wrap svg {
        width: 30px;
        height: 30px;
    }
    .s010 form .inner-form .advance-search {
        padding: 40px 15px;
    }
    .s010 form .inner-form .advance-search .row {
        display: block;
    }
    .s010 form .inner-form .advance-search .input-field {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Styles by Darshan - Start */
.profiles-grid-wrap .thumb .img-wrap img {
    max-height: 150px;
    width: auto;
    display: grid;
    margin: auto;
}

.profiles-grid-wrap .excerpt {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    background-color: #f5ecdc;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 20px; /* fallback */
    max-height: 68px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.breadcrumb-area .breadcrumb-inner {
    padding: 150px 0 5px 0 !important;
    text-align: center;
}

/* Select2 Search -Start */
.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 24px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
    font-size: 18px;
    line-height: 2.6;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__clear {
    height: 45px;
    font-size: 1rem;
    margin-right: 25px;
}

.select2-result {
    padding-top:4px;
    padding-bottom:3px
}
.select2-result-img {
    float:left;
    width:75px;
    margin-right:10px
}
.select2-result-img img {
    width:100%;
    height:auto;
    border-radius:2px
}
.select2-result-main-label {
    display: inline-block;
    padding-right: 10px;
    color:black;
    font-weight:700;
    word-wrap:break-word;
    line-height:1.1;
    margin-bottom:4px
}
.select2-result-info1,
.select2-result-info2,
.select2-result-info3,
.select2-result-info4 {
    margin-right:2em;
    display:inline-block;
    color: #999999;
    font-size:12px
}
.select2-results__option--highlighted .select2-result-main-label {
    color:white
}
.select2-results__option--highlighted .select2-result-info1,
.select2-results__option--highlighted .select2-result-info2,
.select2-results__option--highlighted .select2-result-info3,
.select2-results__option--highlighted .select2-result-info4 {
    color:#c6dcef
}
.select2-container .select2-dropdown .select2-results > .select2-results__options {
    max-height: 450px;
}

.select2-result-img.small {
    width:40px;
}
/* Select2 Search -End */

/* Styles by Darshan - End */