.heading{
    background-color: #008E48;
    color: white;
}
.main-body{
    background-color: #F5F5F5;
}
.card{
    width: 65%;
    background-color: #fff;
    overflow: hidden;
}


.next-btn{
    text-decoration: none;
}
.next-btn button{
    background-color: #008E48 !important;
    color: white;
    padding: 6px 10px 6px 10px;
    border: none;
    border-radius: 5px;
}
.input-place{
    border-radius: 5px;
    border: 1px solid rgb(211, 202, 202);
    padding: 8px 10px 8px 10px;
}
.input-place:hover{
    border-color: #008E48;
    transition: .3s;
}
.img-div-c{
    background-color: #007C5A;
}
.info-text{
    font-size: 15px;
    color: white;
}
