.home_heabtner {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 84px;
    background: #FFFFFF;
}

.home_header_p {
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    padding-top: 30px;
    cursor: pointer;
}

.headBl {
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    padding-top: 30px;
    cursor: pointer;
}

.home_header_img {
    margin-top: 15px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
    width: unset !important;
    height: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
}

.head_fulid {
    margin-left: 7% !important;
    padding-right: 7% !important;
}

.home_header_two {
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 84px;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(149, 149, 149, 0.1);
}

.home_header_p_blue {
    font-weight: 500;
    font-size: 18px;
    color: #8054E7;
    padding-top: 30px;
    cursor: pointer;
}
.headBlu {
    font-weight: 500;
    font-size: 18px;
    color: #8054E7;
    padding-top: 30px;
    cursor: pointer;
}


.heade_p_ho {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #3D3D3D;
}

.heade_p_ho_one:hover .heade_p_ho_plus {
    transform: rotate(-45deg);
}

.heade_p_ho_plus {
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
    margin-top: -2px;
    margin-left: 51px;
}

.heade_p_ho:hover {
    color: #8054E7;
}



@media (min-width: 768px) and (max-width: 992px) {
    .home_header_img {
        margin: unset !important;
        width: 70% !important;
        height: 85% !important;
        margin-top: 21px !important;
        min-width: unset !important;
        max-width: unset !important;
        min-height: unset !important;
        max-height: unset !important;
    }

    .home_header_p_blue {
        font-size: 14px !important;
    }

    .home_header_p {
        font-size: 14px !important;
    }
}