.odrcoverbg{
    background-image: url('../images/order/callertune.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    background-size: contain;
}
.odrcover{}
.smscountbg{
    padding: 50px 0;
    background: #00b1ff;
}
h1{
    text-align: center;
    color: #8a1538;
}
.bg-customred{
    background: linear-gradient(135deg, #2575fc, #012d66);
    color:white;
}
.bg-custommid{
    background: linear-gradient(135deg, #43e97b, #00493c);
    color:white;
}
.bg-customlast{
    background: linear-gradient(135deg, #f12366, #6e0401);
    color:white;
}
