.btN {
    background-color: #1090CB;
    color: #fff;

}

.Btn {
    background: #fff;
    color: #1090CB;
}

.hom {
    color: #1090CB;
}

.crd {
    border: none !important;
}

.crd1 {
    background: #EFEAFF;
    border-radius: 20px;

}

.crd2 {
    background: #ECFFDA;

    border-radius: 20px;
}

.crd3 {
    background: #DAE6FF;
    border-radius: 20px;
}

.crd4 {
    background: #FFE5DA;
    border-radius: 20px;
}

span {
    color: #1090CB;
}

.emoji {
    background: #08D3BB;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.emoji img {
    width: 25px;
    height: 25px;
}

.emoji1 {
    background: #1090CB;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.emoji2 {
    background: #9208D3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.txt {
    font-size: 15px
}

.imag img {
    width: 150px;
}

.bgclr {
    background: #E8F4FA;

}