﻿h3.text-center.p-2.aos-init.aos-animate {
    text-align: left !important;
}

.col-md-6.aso-init.p_rel {
    position: relative
}

.rate-img {
    position: relative;
    top:-10%;
    left:-10%;
    height:auto;
    transform: scale(.8);
/*    max-height: 468px;*/
}

/*body {
    padding: 0 !important;
}*/

.tagTitle {
    padding: 0 0;
    margin-bottom: 3px;
    border-bottom: 1px solid #5b0fd5;
}

.rate-title {
    margin: 0 0.375em 10px 0;
    padding: .75em 1em;
    background-color: #ccc;
    color: #fff;
    font-size: .85em;
    line-height: 1.1;
    border-radius: .75em;
}

    .rate-title.active {
        background-color: #5b0fd5;
    }

.col-11.col-sm-10.col-md-8.mx-auto.bg-white.rounded-3.shadow {
    box-sizing: content-box;
    padding: 10px;
    border-radius: 15px;
    border: 3px solid #eee;
}

.modal {
    padding: 0 10px;
}

#Modal input {
    border-radius: .375rem;
    padding: 6px 12px
}

#file-upload-button {
    background-color: green;
}

input.form-control[type="file"] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0px !important;
    margin: 0;
    font-size: .98rem;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    color: #212529;
    margin-bottom: 3px;
    margin-top: -4px;
    background-clip: border-box;
}

.modal-dialog {
    max-width: 100% !important;
    position: relative;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    background-color: none !important;
}

.modal-content {
    border: none;
    background-color: transparent;
}

.text-start {
    text-align: start;
}

    .text-start.d-flex {
        align-items: center;
    }

.form-check {
    margin-right: .3rem;
    line-height: 3rem;
}

.text-start > label {
    margin-bottom: 0;
    line-height: 2.2rem;
}

.text-end {
    text-align: end;
}

.tagTitle {
    background-color: #fff;
    border-bottom-right-radius: 0 0 !important;
    border-bottom-left-radius: 0 0 !important;
}

    .tagTitle h4 {
        color: #3f3f3f;
    }

    .tagTitle h6 {
        color: #7f7f7f;
    }

.testDiv {
    background-color: #f5f5f5;
}