
.smvd_icon_red
{
    color: #ED254E;
    font-size: 28px;
    transition: 0.3s;  
}

.smvd_icon_blue
{
    color: #107EBF;
    font-size: 28px;
    transition: 0.3s;  
}


.smvd_icon_lg
{
    font-size: 36px;
}

.smvd_icon_care {
    margin: 0;
    width: 30px;
    height: 30px;   
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    transition: ease-in-out 0.3s;
    position: absolute;
    margin-top: -28px;
}

.smvd_icon_primary {
    margin: 0;
    width: 52px;
    height: 52px;
    background: #107EBF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -16px;
    left: calc(50% - 26px);

}

.smvd_icon_primary:hover
{  
    /* background: rgba(93, 97, 99, 0.6);     */
    background-color: #DD6600;
}

.m_t_ico
{
    margin-top: 20px;
}

.m_t_ico_sm
{
    margin-top: 6px;
}


.m_t_ico_md
{
    margin-top: 16px;
}

.m_b_ico
{
    margin-bottom: 12px;
}


.smvd_nx_cir_btn_grey_sm {
    margin: 0;
    width: 30px;
    height: 30px;
    /* background: #f8f8f8; */
    background:white;

    border-radius: 50px;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: black;
    font-size: 15px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -16px;
    left: calc(50% - 14px);
    -moz-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in; 
}

.smvd_nx_cir_btn_grey_sm:hover
{  
    /* background: rgba(93, 97, 99, 0.6);    */
    background-color: #107EBF;
    color: white;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);  
}


.smvd_nx_cir_btn_greyd_sm {
    margin: 0;
    width: 30px;
    height: 30px;
    background: #5D6163;
    border-radius: 50px;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -16px;
    left: calc(50% - 14px);
}

.smvd_nx_cir_btn_greyd_sm:hover
{     
    background-color: #107EBF;
}


.smvd_nx_cir_btn_pri_sm {
    margin: 0;
    width: 30px;
    height: 30px;
    background: #107EBF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -16px;
    left: calc(50% - 14px);
}

.smvd_nx_cir_btn_pri_sm:hover
{  
    background: rgba(16, 126, 191, 0.6);    
    /* background-color: #DD6600; */
}


