.search{
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-item img{
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    object-fit: contain;
}

.grid-item h5{
    color: #4a70c4;
    padding-top: 10px;
    text-align: center;
    font-family: 'dejavu', sans-serif;
    font-size: 18px;
}


.grid-item{
    padding-bottom: 50px;
}


h3{
    color: #4a70c4 !important;
}

.mediator-item{
    margin-top: 20px;
}

.mediator-item img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.boxed img{
    border-radius: 0 !important;
}

.mediator-item h5 {
    color: #4a70c4;
    padding-top: 10px;
    text-align: center;
    font-family: 'dejavu', sans-serif;
    font-size: 20px;
}

.mediators .mediator-list .mediator-item img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.mediators .mediator-list .mediator-item h5 {
    color: #4a70c4;
    padding-top: 10px;
    text-align: center;
    font-family: 'dejavu', sans-serif;
}

.mediators .mediator-nav-dot {
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
}

.mediators .mediator-nav-dot li {
    list-style-type: none;
    display: inline;
}

.mediators .mediator-nav-dot li button {
    background: transparent;
    color: transparent;
    border: 2px solid #4a70c4;
    width: 16px;
    height: 16px;
    font-size: 0;
    border-radius: 50%;
    margin: 0 3px;
}

.mediators .mediator-nav-dot li.slick-active button {
    background-color: #4a70c4;
}


/*START OF SEARCH*/
.search {
    display: block;
}

.search form {
    border: 4px solid #ffcc05;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px;
}

.search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    padding: 0 20px;
    color: #4a70c4;
    border-radius: 50%;

}

.search .fa {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #4a70c4;
    text-align: center;
    font-size: 1.2em;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.search form:hover input {
    display: block;
}

.search form:hover .fa {
    background-color: #4a70c4;
    color: white;
}

.search form:hover,
.search form:active,
.search form:focus {
    width: 200px;
    cursor: pointer;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */

    .search form input {
        display: block;
    }

    .search form {
        width: 200px;
    }

    .search form .fa {
        background-color: #4a70c4 !important;
        color: white;
    }

    .search form:hover .fa {
        background-color: #4a70c4 !important;
    }

    .search-yellow form .fa {
        background-color: #4a70c4 !important;
        color: white;
    }


    .search-yellow form:hover .fa {
        background-color: #4a70c4 !important;
        color: white !important;
    }
}

/*END OF SEARCH*/

