.photo_div_style {
        height: 140px;
        width: 130px;
        border: 1px solid #000000;
        padding: 10px;
        margin-left: auto;
        margin-top: 25px;
    }

    .photo_div_style p {
        font-size: 11px;
		text-align:center;
    }

    .div_border_style {
        border: 1px solid #000000;
    }

    .div_heading_style {
        background-color: #68c4cb;
        padding-left: 20px;
        padding: 10px;
    }
	.div_heading_style h6 {
		color: white !important;
		font-weight: 700;
	}

    .div_style {
        border-bottom: 1px solid #000000;
    }

    .h5_style {
        padding-left: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
		font-size:12px;
    }

    .h6_style {
        padding-left: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
		font-size:12px;
    }

    .div_thred_style {
        border-right: 1px solid #000000;
        line-height: 1.5;
    }

    .width-15 {
        width: 70px;
    }

    .width-25 {
        width: 165px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .width-35 {
        width: 225px;
    }

    .width-40 {
        width: 380px;
    }

    .width-50 {
        margin: 10px;
        width: 50%;
    }

    .form_control_style {
        margin-left: 0px;
        margin-right: 8px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ced4da;
    }

    .date_input_style {
        height: 28px;
        width: 150px;
    }

    .date_lable_style {
        margin-left: 68px;
    }

    .important_point_div_style {
        margin-left: 60px;
    }
    .d-flex{
        display: flex;
    }
    .mb-0{
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .justify-content-between{
        justify-content: space-between!important;
    }
	.label.mr-2 {
		font-weight: 700;
	}