.ipc-btn{

}
.form-group{
    padding-top:10px;
}
.spouse-div{
    padding-left:15px;
    padding-right:15px;
}
#companyother{
    display:none;
}
.children-div{
    padding-left:15px;
    padding-right:15px;

}
option:disabled {
color: red!important;
}

.farmz-d {
    display: inline-block;
    position: relative;
    text-align: center;
}

.farmz-d img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.farmz-d + br + h5,
.farmz-d + br + h5 + p {
    text-align: center;
    margin-top: 10px;
}

.photoupload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (max-width: 768px) {
    .farmz-d + br + h5,
    .farmz-d + br + h5 + p {
        font-size: 14px;
    }
}

.input-group-addon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-right: 0; /* removes double border between addon and input */
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.input-group > .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.detail-events h6{
    background-color:#e68a2f !important;
}

@media (max-width: 767.98px) {
    .slick-banner {
      margin-top: 90px;
    }
  }
