.real{
    color:  #28166F !important;
}
.mandate{
    color: red !important;
}
.submit{
    left: 50% !important;
}
.outline-color{
    /* border-color: 2px solid #DEAD0D !important; */
    border-radius: 18px;
    border-style: ridge;
    border-color: #DEAD0D !important;
}
.button-border{
    /* border-color: 2px solid #DEAD0D !important; */
    border-style: ridge;
    border-color: #ffffff !important;
}

.submit-btn{
    background-color: #28166F !important;
}
.detail-textclr
{
    color: white !important;
}
.premium-clr
{
    color: #F8C300 !important;
}
.form-bg
{
    background: #E0E0E0 !important;
}
.left-arrow-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.prof-img-gallery {
    height:350px!important;
    width:100%;
    border-radius:8px;
}
.prof-video-hgt {
    height:350px!important;
}
.prof-map {
    width:100%;
    height:350px
}
.opened_time {
    color: #f8c300;
    font-weight: 600;
    font-size: 15px;
}
.closed_time {
    color: red;
    font-weight: 600;
    font-size: 15px;
}