
.phone-header {
                
    padding: 9px 0 9px 9px;
    background-color: #40b14a;
    position: absolute;
    top: -12px;
    margin-top: 10px;
    right: 0;
    width: calc(40% - 280px);
    z-index: 1;
    border-radius: 90px 0 0 90px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
}
.phone-header .phone-number p:last-child {
    font-size: 20px;
}
.phone-header::before {
    content: '';
    border: 1px dashed #fff;
    border-right: none;
    border-radius: 90px 0 0 90px;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 0;
    bottom: 2px;
    pointer-events: none;
}
.phone-header .phone-inner {
    overflow: hidden;
    text-align: left;
}
.phone-header .phone-icon {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 27px;
    position: relative;
    min-width: 68px;
    padding: 6px;
    margin-right: 10px;
}
.phone-header .phone-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 50%;
}
.phone-header .phone-icon span {
    position: relative;
    display: block;
    border-radius: 50%;
    line-height: 50px;
    border: 2px solid transparent;
    background-color: #fff;
    color: #71c0ef;
    font-weight: 700;
}
.phone-header .phone-number {
    overflow: hidden;
    padding-top: 7px;
}
.phone-header .phone-number p:first-child {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.phone-header .phone-number p:last-child {
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
}
/*Order now btn*/
.order-button {
    display: inline-block;
    min-width: 120px;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
    background-color: #51b24c;
    position: relative;
    float: right;
    color: #fff;
}
.order-button:hover{
    color: #fff !important;
}
.order-button::before {
    content: '';
    border: 1px dashed #fff;
    border-radius: 30px;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    pointer-events: none;
}
.view-more{
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Baloo 2', serif;
    font-weight: 700;
    color: #fff;
    background-color: #71c0ef;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
}
.view-more:hover{
    color: #fff !important;
}