.service-img {
    float: left;
    width: 30%;
    margin-right: 30px;
    margin-bottom: 0;
}
.service-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service-content li{
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f15);
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    list-style: initial;
}
.service-content ul{
    list-style: disc;
    padding-left: 24px;
}
.service-content h3{
    margin-top: 20px;
}

section.accident-section {
    background: #f2f2f2;
    padding: var(--p80) var(--p12);
}
section.accident-section .heading-divider {
    background: #bd6f6f;
    width: 30px;
    height: 3px;
    margin: auto;
    margin-bottom: 65px;
}
section.accident-section img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.accident-section .accident-details{
    box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
    height: 100%;
}
section.accident-section .accident-details p{
    text-align: center;
    height: 153px;
    overflow: hidden;
}
section.accident-section .accident-details h3{
    text-transform: capitalize;
}
section.accident-section .row{
    gap: 30px 0;
}
.screening-image img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.screening-content{
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screening-content ul{
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 20px;
}
.screening-content ul li{
     font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f15);
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    list-style: initial;
}
section.about-guest {
    padding: 30px 12px;
    background: #1B1B1B;
}
section.about-guest.rev{
    background: #342e29;
}
section.about-guest.rev .screening-content{
    padding-left: 12px;
    padding-right: 5%;
}
p{
    color:black;
    
}

/* bottom form */
section.consultation-section .container {
    max-width: 845px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
section.consultation-section {
    padding: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #342e29;
}
section.consultation-section .consultation-inner {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    padding: 80px 60px 45px 60px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-image: url(../images/consultation.jfif);
    background-size: cover;
    background-position: center center;
}
section.consultation-section .head-sec {
    margin-bottom: 55px;
}
section.consultation-section .head-sec {
    margin-bottom: 55px;
}

section.consultation-section .head-sec h2{
    color: var(--white-color);
}
section.consultation-section .head-sec p{
    color: var(--white-color);
}
section.consultation-section form input, section.consultation-section form select {
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}
section.consultation-section form button {
    background-color: #aa8453;
    width: 100%;
    padding: 20px 33px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--white-color);
    border: 1px dotted var(--white-color);
}

section.consultation-section form textarea {
    width: 100%;
    font-size: 15px;
    padding: 18px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
    height: 155px;
    color: #f8f2f2;
    background: #342e29;
}

section.consultation-section form input, section.consultation-section form select {
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    margin-bottom: 20px;
    height: 62px;
    color: #f8f2f2;
    background: #342e29;
}

section.consultation-section form .col-6, section.consultation-section form .col-12 {
    padding: 0 7px;
}

.screening-content h3{
    color: var(--white-color);
}

.screening-content p{
    color: var(--white-color);
}