/* Add custom CSS styles below */
.sicon-search:before {
    content:  "\ef09";
     font-size: 25px;
    color: #D9D9D9;
}
.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: #D9D9D9;
}
.sicon-bell:before {
    font-size: 25px;
    color: #D9D9D9;
     width: 100px;
}
body {
  background-color: #F9FAFB;
}
header {
    background-color: #F9FAFB;
    color: #598DBD;
    padding: 15px 0;
    text-align: center;
}
nav {
    background-color: #444;
    color: white;
    padding: 10px 0;
    text-align: center;
}
p{font-family: tajwal;}
p{font-size:35px;}
p{font-style:normal;}
p{font-weight:weight;}
 
h1 {
color: #598DBD;
Font-size: 35px;
}
p {
font-style: normal;
font-weight:weight;
font-size: 30px;
}
p {
font-style: normal;
font-weight:weight;
font-size: 30%;
}
.header-row > .circle-action > .sicon-cart:before {
    font-family: tajwal;
    content: "\f291";
    font-size: 25px;
    color: #FF456C;
    width: 100px;
}
.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: #FF456C;
    color: #FF456C;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}
.footer-title span{
    color: black;
    font-size: 25px;
}

.footer-title {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: #FF456C;
    color: darkturquoise;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}

.feature-item h3 {
    font-weight: bold;
    color: white;
    font-size: 35px;
    margin-top: -2rem;
}

.footer-sub {
    color: #598DBD;
    background-color: #598DBD;
}