/* Add custom CSS styles below */ 

/*mobail banner*/
@media (max-width: 767px) {
img.w-full.rounded-2xl {
    margin-top: 46px;
}
}
i.store-features-style-1-content-single-icon-content{
color: #11528d;
}

h4.store-features-style-1-content-single-title{
color: #80c2ff;
}
p.store-features-style-1-content-single-description {
color: white;
max-width: 90%;
text-align: center;
margin: auto;
}
@media (max-width: 767px) {
p.store-features-style-1-content-single-description {
max-width: 55%;
}
}
i.store-features-style-1-content-single-icon-content {
    color: #dacf26;
    background: linear-gradient(45deg, #1f1f2c, transparent);
    padding: 13px;
    border-radius: 15px;
}
.steps-content-single-box.rotate-360 {
    background: linear-gradient(105deg, #55c4f5, #00115e);
}
h4.steps-content-single-box-number {
    color: #fff302;
}
.sub-menu.pr-2.ltr\:pl-2.pl-8.pb-6.min-w-\[200px\].\!backdrop-blur-\[5px\] {
    background-color: #1f1f2c !important;
    width: auto;
    margin-right: -15%;
}