.heading-backbtn a {
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
}
.me-2{
margin-right: 0.5rem!important;
}
@media (min-width: 768px) {
    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: inline !important;
    }
}

.required:after {
    content: " *";
    color: red;
}
  .btn-icon-split{
    margin-right:5px !important;
  }
  #left-border .advertise_info {
    border-right: 1px solid #ccc;
}

#advertise_details .advertise_info {
    padding: 1px 0px;
}

@media only screen and (min-width: 600px) {
    /* styles for browsers larger than 960px; */
    #advertise_details .advertise_info h6{
        margin-bottom: 1rem;
        font-size: 16px;
        color: #6a697a;
    }
    #advertise_details .advertise_info h6 b {
        font-size: 16px;
        color: #6a697a;

        width: max-content;
        padding-right: 10px;

        float: left;

        font-weight: bold;
    }
}

@media only screen and (max-width: 600px) {
    /* styles for browsers smaller than 600px; */
    #advertise_details .advertise_info h6{
        margin-bottom: 1rem;
        font-size: 16px;
        color: #6a697a;
    }
    #advertise_details .advertise_info h6 b {
        font-size: 16px;
        color: #6a697a;

        width: 50%;

        float: left;

        font-weight: bold;
    }
}

#advertise_details .advertise_info h6 span {
    font-size: 16px;
    color: #6a697a;

    color: #4c4c4c;

    font-weight: 400;

    margin-left: 10px;
}
