.gradient-bg {
    background: linear-gradient(75deg, #073482, #014cda) !important;
}
.gradient-1-bg {
    background-image: linear-gradient(225deg,#7B1FA2,#2e1acc)!important;
}
.gradient-2-bg {
    background: linear-gradient(-90deg, #0600bb, #00165b) top center no-repeat;
}
.gradient-3-bg {
    background: linear-gradient(-90deg, #014cda, #2951a1) !important;
}
.gradient-4-bg {
    background: linear-gradient(135deg, #23bdb8, #43e794) !important;
}
.gradient-5-bg {
    background: linear-gradient(to right, #0058ff 0%,#7db9e8 100%) !important;
}
.gradient-6-bg {
    background: linear-gradient(to left, #363bff, #f67a3c) !important;
}
.gradient-7-bg {
    background: linear-gradient(180deg, #0600bb, #00165b) top center no-repeat;
}
.gradient-8-bg {
    background: linear-gradient(180deg, #e6f0fbad, #f4f4f4) top center no-repeat;
}
.gradient-blue-bg {
    background: linear-gradient(160deg, #2647c8 0%, #142d99 50%, #02126A 100%);
}
.gradient-blue-light-bg {
    background: linear-gradient(135deg, #008ded 0%, #00e8d3 100%);
}

.top-bar {
    background: #dfe3ed;
    padding: 0.3rem 0;
}
.footer-1-border-bottom {
    border-bottom: 1px solid #85acdb !important;
}
.single-pricing-pack-2 {
    background: linear-gradient(90deg, #0600bb, #00165b) top center no-repeat;
    color: #fff;
    text-align: center;
    padding: 45px 20px;
    border: 1px solid #17a2b8;
    border-radius: 0.6rem;
}