.card-body {
    position: relative;
    text-align: center;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #ffa502;
    box-shadow: 0 0 15px #d35400;
    text-shadow: 0 0 15px #d35400;
    background: #4e4e4e;
    position: absolute;
    margin: auto;
    top: -30px;
    right: 0;
    left: 0;

}

.card{
    border-radius: 0px;
    box-shadow: 5px 5px 5px #e74c3c;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
}
.card-body ul{
    text-align: left;
    font-weight: bold;
}
.card:hover{
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 5px 10px #9e9e9e;
}

.card:hover > .card-body .step-circle{
    background: #fff;
    color: #4e4e4e;
}
.card-body h3{
    margin-top: 30px;
}


.how-works{
    color:rgb(127, 181, 57);
    text-align: center;
    margin-bottom: 150px;
}
.pricing-head, .ways-text{
    color:rgb(127, 181, 57);
    text-align: center;
    margin-bottom: 50px;
}

.ways-to-order{
    padding-top:100px;
}

.pricing, .outer-step-section{
    background: #dcdadb69;
    padding-top: 100px;
    padding-bottom: 100px;
}

.delivery-offering-img{
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.first-container{
    text-align: center;
    margin-bottom: 50px;
}

.first-container h4{
    color: #494949;
}

.circle1,.circle2{
    margin: auto;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.circle1{
    background-color: #043c84;
    color: white;
    border: 4px solid  #aeea00;
}
.circle2{
    background-color: white;
    color: #aeea00;
    border: 4px solid #aeea00;
}
.col{
    text-align: center;
}

.nomargin{
    margin: 0;
    padding: 0;
}

.circle1,.circle2 h3{
    text-align: center;
    color:  rgb(255, 68, 0);
}

.ways-to-order .col-md-4{
    text-align: center;
    margin-bottom: 50px;
}

.ways-to-order .container{
    margin-bottom: 100px;
}

footer{
    height: 100px;
    background-color: #494949;
    width: 100%;
    box-shadow: 0px -5px 32px rgba(50, 50, 50, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}

h1{
    color: rgb(127, 181, 57);
}