.bg {
    background-color: #fff;
}

.bg4 {
    background-color: #f1f1f1;
}

.ad1 {
    background-image: linear-gradient(to right, rgb(55, 215, 229), rgb(55, 156, 234));
}

.ad2 {
    background-image: linear-gradient(to right, rgb(244, 139, 145), rgb(233, 106, 161));
}

.ad3 {
    background-image: linear-gradient(to right, rgb(57, 219, 175), rgb(1, 170, 221));
}

.ad4 {
    background-image: linear-gradient(to right, rgb(217, 226, 91), rgb(247, 145, 77));
}

.whiteclr {
    background-color: white;
}

.cwhite {
    color: white;
}

/* end of first para */
.borders {
    border-radius: 5px;
}

.span1 {
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    width: 40px;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    border-radius: 25%;
}

.center_text {
    position: relative;
    top: -0px;
    text-align: center;
}

.span2 {
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    color: white;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    border-radius: 25%;
}

.span3 {
    display: flex;
    position: relative;
    top: -0px;
    left: 0px;
    color: white;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    border-radius: 25%;
}

.span4 {
    display: flex;
    position: relative;
    top: -0px;
    left: 0px;
    color: white;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: center;
    border-radius: 25%;
}

.iconbg {
    background-color: rgb(240, 231, 231);
}

.pink {
    background: linear-gradient(60deg, #f14f88, #FF8A80);
    color: aliceblue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.customshadow6 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(59, 58, 58, 0.5) 0px 0.0025em 0.4em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 10px;
}

.border_right {
    border-right: 5px solid #eb560b !important;
    border-right: 5px solid #3a416f;
}