.block2{

    text-align: center;
    vertical-align: middle;
}
.circle2 {
    background: #0019cc;
    border-radius:50%;
    color: #fdf7f7;
    display:table;
    height: 200px;
    font-weight: bold;
    font-size: 1.2em;
    width: 200px;
    margin:0 auto;
}
.circle2 span {
    display:table-cell;
    vertical-align:middle;
    height:200px;
    width:200px;
    text-align:center;
    padding: 0 15px;
}


.block-icon-wrapper-ovverride {
    width: 210px;
    padding: 20px;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.blue-light-color {
    background-color: #6cc6da;
}

.red-strong-color{
    background-color: #cc0038;
}

.text-center {
    text-align: center !important;
    font-size: 14px;
}
.sct-color-2 {
    background-color: #f3f0f0;
}
#website{
    display:none;
}
.floating-parent{
    z-index: 1; /* integer */
    position: fixed;
    bottom: 13%;
    right: 18px;
    text-align: center;
    color : #1f3a93;
}
 .floating-parent .right-button {
    width: 60px;
    height: 60px;
    background: url('./../images/icons/svg/book-call.png');
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color : #1f3a93 ;
    background-size: 24px;
    background-position: center;
    float: right;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0 -2px 3px -1px #1f3a93;
}

.floating-parent .widgetlabel {
    position: relative;
    right: 10px;
    top: 10px;
    white-space: nowrap;
    border: 0px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 16px;
    padding: 10px 15px 10px 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgb(0 18 64 / 24%) 0px 6px 32px 0px;
}

.floating-parent .emoji {
    width: 20px;
    margin: 0 10px 2px;
    user-select: none;
}