
h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #DFBC5D;
}
.section-title h2 {
        margin-top: 0px;
        /* margin-bottom: 70px; */
        font-weight: 600;
}
.section-title img{
    max-width: 400px;
    width: 100%;
    height: auto;
}
.appointment .btn_1, .appointment a.btn_1{
    padding: 13px 26px;
    background: #DFBC5D;
}
.appointment label {
    display: inline-block;
    color: #666;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
}
.pad-bottom-0 {
    padding-bottom: 0;
}

section {
    padding: 42px 0 80px;
    position: relative;
    overflow: hidden;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
 .appointment-image img{
     width:100%;
 }
.appointment-form {
    position: relative;
    padding: 35px;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 10px #cccccc57;
    border-radius: 10px 0;
}

.appointment-image {
    position: relative;
    z-index: 1;
}


 .appointment:after {
    position: absolute;
    content: '';
    height: 60%;
    width: 55%;
    left: 0;
    bottom: 0;
    background: #DFBC5D;
}

@media (max-width: 991px) {
    .appointment-image {
        height: inherit;
        text-align: center;
        margin-top: 30px;
    }

    .appointment-image img {
        width: 50%;
    }

     .appointment:after {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .appointment-form {
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 639px) {
    .appointment-form .form-group.col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 567px){
    .section-title h2 {
    font-size: 24px;
}
}
