/*
=================================
        Find CSS
=================================

*/

.find-section {
    background-color: #D56AE8;
    margin-bottom: 20px;
}

.find-content {
    display: flex;
    align-items: center;
}

.find-content .input-group input {

    border-radius: 0 5px 5px 0 !important;
}

.find-content .input-group input,
.find-content .input-group span {
    border: none;
    padding: 10px 15px;
}

.find-content .input-group input:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.find-content .input-group input::placeholder {
    font-size: 14px;
    font-weight: 300;
}

.find-content button {
    padding: 10px 25px;
    border: 1px solid #fff;
    outline: none;
    background-color: transparent;
    color: #fff;
    margin-left: 15px;
    border-radius: 5px;
}

.input-box span {
    font-size: 12px;

}

.input-box {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

/*
=================================
        dricection CSS
=================================

*/
.driection-part p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.driection-part ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.driection-part ul li {
    margin-left: 5px;
}

.driection-part ul li:first-child {
    margin-left: 0;
}

.driection-part ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #838383 !important;
}


.breadcrumb-item a {
    font-size: small !important
}

.breadcrumb {
    font-size: small !important
}

/*
=================================
        sidebar CSS
=================================

*/
.job-granted {

    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.job-text h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.job-text img {
    width: 60px;
    height: 60px;
}

.job-granted P {
    font-size: 13px;
    color: #838383;
    font-weight: 400;
}

.job-granted button {
    border: none;
    outline: none;
    padding: 10px 25px;
    background-color: #D56AE8;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
}

.event-list {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 15px;
}

.event-list p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #D56AE8;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}

.event-list ul {
    margin: 0;
    padding: 0;
}

.event-list ul li {
    border-bottom: 1px solid #838383;
}

.event-list ul li:last-child {
    border-bottom: none;
}

.event-list ul li a {
    font-size: 14px !important;
    color: #838383 !important;
    font-weight: 400;
    display: block;
    padding: 10px 15px !important;
    transition: .5s;
}

.event-list ul li a:hover {
    color: #D56AE8 !important;
    margin-left: 5px;
}

/*
=================================
        describe CSS
=================================

*/
.describe-section {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 25px;
}

.describe-section h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.describe-section p {
    font-size: 14px;
    font-weight: 400;
    color: #838383;
}

.describe-section textarea {
    resize: none;
    width: 100%;
    border: none;
    border: 1px solid #838383;
    border-radius: 5px;
    font-size: 13px;
    color: #838383;
    padding: 15px;
}

.describe-section textarea:focus {
    outline: 1px solid #D56AE8;
    border: 1px solid transparent;
}

.min-char {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.min-char p {
    color: #D56AE8;
    font-size: 14px;
    font-weight: 500;
}

/*
=================================
        Comment CSS
=================================

*/
.single-comment {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 15px;
    position: relative;
    border: 1px solid;
    background-color: #f8f9ff;
}

.guaranteed {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #838383;
    padding-bottom: 10px;
}

.guaranteed img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.guaranteed p {
    font-size: 14px;
    font-weight: 400;
    color: #D56AE8;
    margin: 0;
    padding: 0;

}

.comment-content-box {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    justify-content: space-between;
}

/* .comment-img-box {
    width: 250px;
    height: 100px;
} */

.comment-content h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.comment-content h6 {
    font-size: 14px;
    color: #838383;
    font-weight: 400;
}

.comment-content p {
    font-size: 16px !important;
    color: #838383;
    font-weight: 400 !important;
}

.reviews {
    color: #D56AE8 !important;
    font-size: 18px !important;
    font-weight: 600 !important;

}

.reviews span {
    font-size: 14px;
}

.mobile-button {
    display: none !important
}

/* Small Device */
@media (max-width: 767px) {
    .comment-button2 {
        display: flex !important;        
        flex-direction: row !important;
    }
    
    .comment-button {
        flex-direction: column;
    }

    .comment-content .comment-button {
        display: none !important;
    }

    .mobile-button {
        display: block !important;
    }

    .mobile-button a[type="button"] {
        width: 100%;
        margin-left: 0px;
    }

    .find-section {
        padding: 5px !important;
    }

    .web-only {
        display: none !important;
    }
}

.comment-button2 {
    align-items: center;
    display: none;
}

.comment-button2 a {
    display: flex;
    align-items: center;
    border: none;
    background-color: #D56AE8;
    margin-left: 10px;
    padding: 10px 15px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;

}

.comment-button2 a img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.comment-button {
    display: flex;
    align-items: center;
}

.comment-button button {
    display: flex;
    align-items: center;
    border: none;
    background-color: #D56AE8;
    margin-left: 10px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.comment-button button:last-child {
    background-color: #000;
}

.comment-button button img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.heart-icon {
    position: absolute;
    width: 35px;
    right: 3%;
    top: 5%;
    z-index: 9999;
}

.single-comment::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 1px;
    background: #f8f7f5;
    top: 0%;
    right: 0%;
    z-index: 1;
    border-radius: 0 0 50% 50%;
}

.comment-button a {
    display: flex;
    align-items: center;
    border: none;
    background-color: #D56AE8;
    margin-left: 10px;
    padding: 10px 15px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;

}

.comment-button a img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.bg-black {
    background-color: #000 !important;
    color: #fff;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.animate-bottom .modal-header {
    border-bottom: none;
}

.item-head {
    font-size: large;
    font-weight: 600;
}
