.single-crm .content-module.index-1 {
    margin-top: 80px;
}

.single-crm.admin-bar .content-module.index-1 {
    margin-top: 112px;
}

.single-crm form ul, .single-crm form ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.single-crm form label {
    padding: 15px 0;
    display: inline-block;
}

.single-crm .text_module {
    min-height: auto;
}

.text_module form input[type="text"],
.text_module form textarea,
.single-crm form input[type="text"],
.single-crm form textarea {
    background-color: #F3F2F1;
    border: 1px solid #F3F2F1;
    padding: 12px 7px;
    width: 100%;
}

.text_module form input:focus, .text_module form textarea:focus, .single-crm  form input:focus {
    background-color: #FFF;
    outline: 0;
}

.text_module form .error input[type="text"], .single-crm form .error input[type="text"] {
    border: 1px solid red;
}

.text_module form label.error, .single-crm form label.error {
    font-weight: normal;
    font-family: 'ProximaNova-Regular', Arial, Helvetica, sans-serif;
}

.text_module form input[type="submit"], .single-crm  form input[type="submit"]  {
    margin-top: 12px;
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    display: inline-block;
    height: 40px;
    border: 1px solid #F68D2E;
    color: #F68D2E;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding: 12px 44px 12px 44px;
    line-height: 40px;
    padding-top: 0;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}

.landing-img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .single-crm .content-module.index-1 {
        margin-top: 60px;
    }

    .single-crm.admin-bar .content-module.index-1 {
        margin-top: 92px;
    }
}

@media screen and (max-width: 1023px) {

    .single-crm .content-box {
        padding: 15px;
    }

    .single-crm .content-box-side {
        /* position: relative; */
        top: 0;
        display: none;
    }

    .single-crm .single-career .h-h {
        padding-top: 0;
    }

    .single-crm .single-career .deal-detail .card-content {
        padding-top: 0;
    }

}



@media screen and (max-width: 782px) {
    .single-crm.admin-bar header.oaklins-web {
        top: 46px;
    }

    .single-crm.admin-bar .content-module.index-1 {
        margin-top: 106px;
    }
}