HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/completeinsuranceadvisors/public_html/assets/scss/sections/_customer_reply.scss
/*----------------------------------
    Customer Reply Area
----------------------------------*/
.customer-reply-area{
    position: relative;
    z-index: 0;
    .right-image{
        position: absolute;
        right: 0;
        top: 0;
    }
}
.single-amazing-feature-01{
    margin-right: 40px;
    display: flex;
    align-self: flex-start;
    &:hover{
        &.theme-01{
            .icon{
                background-color: #e81273;
                color:#fff;
            }
        }
        &.theme-02{
            .icon{
                background-color: #3993f8;
                color: #fff;
            }
        }
        &.theme-03{
           .icon{
            background-color: #3ceb9e;
            color: #fff;
           }
        }
        &.theme-04{
            .icon{
                background-color: #f99c6a;
                color: #fff;
            }
        }
        .content{}
    }
    &.theme-01{
        .icon{
            color:#e81273;
        }
    }
    &.theme-02{
        .icon{
            color: #3993f8;
        }
    }
    &.theme-03{
       .icon{
        color: #3ceb9e;
       }
    }
    &.theme-04{
        .icon{
            color: #f99c6a;
        }
    }
    .icon{
        font-size: 40px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border: 1px solid #e2e2e2;
        border-radius: 50%;
        margin-right: 20px;
        transition: all 500ms;
    }
    .content{
        flex: 1;
        .title{
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }
        p{}
    }
}