.mamber_massage{
    height: 450px;
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 25px 12px;
    background-color: #fff;
    .mamber_massage_left{
        .mamber_massage_image{
            display: flex;
            justify-content: center;
            align-items: center;
            
            img{
                max-height: 250px;
                width: 100%;
                object-fit: contain;
                border-radius: 10px;
            }
        }
        ul{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 12px;
            li{
                height: 35px;
                width: 35px;
                margin-left: 8px;
                border-radius: 50%;
                background-color: $white;
                display: flex;
                align-items: center;
                justify-content: center;
                a{
                    line-height: 0px;
                    i{
                        font-size: 18px;
                        color: white;
                    }
                  
                }
            }
            .facebk{
                background-color: #3b5998;
            }
            .insta{
                background-color: #d65737;
            }
            .twitter{
                background-color: #3b8ddf;
            }
        }
    }
    .mamber_massage_right{
        h6{
            font-size: 18px;
            color: $primaryColor;
            font-weight: 500;
            line-height: 16px;
            display: inline-block;
        }
        h4{
            font-size: 26px;
            color: $black;
            font-weight: 500;
            line-height: 32px;
            @include text-ellips;
            position: relative;
            &::after{
                position: absolute;
                content: '';
                left: 0;
                bottom: 0;
                height: 3px;
                width: 120px;
                background-color: #d65737;
            }
        }
        p{
            font-size: 15px;
            color: $text;
            font-weight: 400;
            line-height: 23px;
            padding-top: 12px;
        }
        .read_more{
            font-size: 16px;
            color: #d65737;
            font-weight: 400;
            border-bottom: 1px solid #d65737;
            display: inline-block;
            cursor: pointer;
            &:hover{
                color: $black;
                border-bottom: 1px solid $black;
            }
        }
    }
}


.important_link{
    height: 450px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #c3c3c368;
    .important_link_heading{
        padding: 12px 10px;
        background-color: $primaryColor;
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
        i{
            color: #fff;
            font-size: 20px;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #d65737;
            margin-right: 8px;
        }
    }
    ul{
        padding: 10px;
        li{
            padding: 8px 12px;
            background-color: #fdfdfd;
            margin-bottom: 10px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            a{
                font-size: 15px;
                color: $text;
                @include text-ellips;
                &:hover{
                    color: #d65737;
                }
                i{
                    color: #d65737;
                    margin-right: 5px;
                }
            }
        }
    }
    .all_btn{
        font-size: 14px;
        padding: 5px 15px;
        border:  1px solid #d65737;
        color: #d65737;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        &:hover{
            background-color: #d65737;
            color: #fff;
        }
    }
}

.member_wrappper{
    padding: 30px 0 80px 0;
}
.member_wrap{
    text-align: center;
    padding: 12px;
    border-radius: 10px; 
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 22px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    &:hover{
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
   .member_img{
    display: flex;
    justify-content: center;
    align-items: center;
      img{
        height: 140px;
        width: 140px;
        object-fit: cover;
        border-radius: 50%;
      }
   }
   .member_name{
    font-size: 18px;
    font-weight: 500;
    color: $black;
    line-height: 22px;
    padding-top: 10px;
   }
   .designation{
    font-size: 13px;
    font-weight: 400;
    color: $primaryColor;
    line-height: 22px;
    margin-top: 7px;
    display: inline-block;
    padding: 2px 15px;
    background-color: rgba(14, 64, 114, 0.125);
    border-radius: 35px;
   }
   ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    li{
        height: 35px;
        width: 35px;
        margin-left: 8px;
        border-radius: 50%;
        background-color: $white;
        display: flex;
        align-items: center;
        justify-content: center;
        a{
            line-height: 0px;
            i{
                font-size: 18px;
                color: white;
            }
          
        }
    }
    .facebk{
        background-color: #3b5998;
    }
    .insta{
        background-color: #d65737;
    }
    .twitter{
        background-color: #3b8ddf;
    }
}
}

.searchBar {
    width: 550px;
    margin: 20px auto;
    position: relative;
    .form_controlar {
        display: block;
        width: 100%;
        height: 55px;
        padding: 0 20px;
        color: #333;
        border: 1px solid #d5d5d5;
        background-color: rgb(255, 255, 255);
        background-clip: padding-box;
        border-radius: 35px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        &:focus{
            outline: 0;
        }
    }
     button {
        position: absolute;
        right: 10px;
        top: 55%;
        transform: translateY(-50%);
         i {
            font-size: 20px;
            color: #333;
            border-left: 1px solid #b5b5b5;
            padding: 0 10px;
            cursor: pointer;
        }
    }
}