


/*===========================
     8.TEAM css 
===========================*/


.team-area {
    @media #{$md}{
        padding-top: 95px;
        padding-bottom: 100px;
    }
    @media #{$xs}{
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.single-team{
    border: 5px solid rgba(72, 127, 255, 0.1);
    padding: 60px 45px;
    background-color: $white;
    @include transition(0.3s);
    
    @media #{$lg}{
        padding: 40px 20px;
    }
    @media #{$md}{
        padding: 40px 20px;
    }
    @media #{$xs}{
        padding: 40px 20px;
    }
    
    & .team-image{
        & img{
            border-radius: 50%;
            display: inline-block;
            
            @media #{$lg}{
                width: 180px;
            }
            @media #{$xs}{
                width: 180px;
            }
        }
    }
    & .team-content{
        margin-top: 35px;
        
        & .team-name{
            & a{
                font-size: 20px;
                color: $heading-color;
                font-weight: 600;
                margin-bottom: 5px;
                @include transition(0.3s);
                
                &:hover{
                    color: $theme-color;
                }
            }
        }
        
        & span{
            font-size: 15px;
            color: $body-color;
            margin-bottom: 20px;
        }
        & .social{
            border-top: 1px solid $border-color;
            padding-top: 20px;
            & li{
                display: inline-block;
                margin: 0  8px;
                
                @media #{$lg}{
                    margin: 0  7px;
                }
                @media #{$md}{
                    margin: 0  7px;
                }
                @media #{$xs}{
                    margin: 0  7px;
                }
                
                & a{
                    width: 35px;
                    height: 35px;
                    line-height: 38px;
                    text-align: center;
                    font-size: 15px;
                    background-color: $gray-2;
                    color: $body-color-3;
                    border-radius: 50%;
                    @include transition(0.3s);
                    
                    &:hover{
                        @include box-shadow (0px 8px 16px 0px rgba(72,127,255,0.43));
                        background-color: $theme-color;
                        color: $white;
                    }
                }
            }
        }
    }
    
    &:hover{
        border-color: $white;
        @include box-shadow (0px 0px 16px 0px rgba(72,127,255,0.21));
    }
}



.team-active{
    
    & .slick-arrow{
        position: absolute;
        top: 50%;
        left: -70px;
        @include transform(translateY(-50%));
        z-index: 5;
        
        @media #{$lg}{
            left: -40px;
        }
        @media #{$md}{
            left: -50px;
        }
        @media #{$xs}{
            left: -50px;
        }
        
        &.next{
            left: auto;
            right: -70px;
            
             @media #{$lg}{
                right: -40px;
            }
             @media #{$md}{
                right: -50px;
            }
             @media #{$xs}{
                right: -50px;
            }
        }
        
        & i{
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            background-color: $gray-2;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            color: $theme-color;
            @include transition(0.3s);
            
            @media #{$lg}{
                width: 45px;
                height: 45px;
                line-height: 45px;
            }
            @media #{$md}{
                width: 45px;
                height: 45px;
                line-height: 45px;
            }
            @media #{$xs}{
                width: 45px;
                height: 45px;
                line-height: 45px;
            }
            
            &:hover{
                background-color: $theme-color;
                color: $white;
            }
        }
    }
}



.team-area-tow{
    @media #{$md}{
        padding-top: 95px;
        padding-bottom: 70px;
    }
    @media #{$xs}{
        padding-top: 75px;
        padding-bottom: 50px;
    }
}


/*==== INDEX 2 =====*/



.doctors-two-are{
    @media #{$md}{
        padding-top: 95px;
        padding-bottom: 70px;
    }
    @media #{$xs}{
        padding-top: 75px;
        padding-bottom: 50px;
    }
}

.doctors-active{
    & .slick-arrow{
        position: absolute;
        top: 50%;
        left: -70px;
        @include transform(translateY(-50%));
        z-index: 5;
        
        @media #{$lg}{
            left: -40px;
        }
        
        &.next{
            left: auto;
            right: -70px;
            
             @media #{$lg}{
                right: -40px;
            }
        }
        
        & i{
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            background-color: $gray-2;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
            color: $theme-color;
            @include transition(0.3s);
            
            @media #{$lg}{
                width: 45px;
                height: 45px;
                line-height: 45px;
            }
            
            &:hover{
                background-color: $theme-color;
                color: $white;
            }
        }
    }
}


.single-doctors{
    & .doctors-image{
        img{
            width: 100%;
        }
    }
    & .doctors-content{
        border: 2px solid rgba(72, 127, 255, 0.1);
        border-top: 0;
        padding-bottom: 30px;
        @include transition(0.3s);
        
        & .main-btn{
            border-color: rgba(72,127,255,0.18);
            margin-top: -25px;
            position: relative;
            font-size: 12px;
            height: 40px;
            line-height: 40px;
            padding: 0 25px;
                        
            &:hover{
                @include box-shadow (0px 6px 20px 0px rgba(72,127,255,0.65));
            }
        }
        
        & .doctors-name{
            & a{
                font-size: 20px;
                font-weight: 600;
                color: $heading-color;
                @include transition(0.3s);
                margin-top: 20px;
                
                &:hover{
                    color: $theme-color;
                }
            }
        }
        & .sub-title{
            font-size: 14px;
            color: $body-color;
        }
        
        & .social{
            margin-top: 25px;
            
            & li{
                display: inline-block;
                margin: 0 5px;
                
                & a{
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    background-color: $gray-2;
                    color: $body-color-3;
                    font-size: 16px;
                    border-radius: 50%;
                    text-align: center;
                    @include transition(0.3s);
                    
                    &:hover{
                        color: $white;
                        background-color: $theme-color;
                        @include box-shadow (0px 8px 16px 0px rgba(72,127,255,0.43));
                    }
                }
            }
        }
    }
    
    &:hover{
        & .doctors-content{
            border-color: $white;
            @include box-shadow (0px 0px 16px 0px rgba(72,127,255,0.21));
        }
    }
}














