.inner-published-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px -4px #b2b2b2;
    border: 3px solid #004aad;
    /*width: 91%;*/
    /*margin: 0 0 0 auto;*/
}

.lp-publishing-cta-1-bg,.lp-publishing-cta-3-bg {
    background-repeat: no-repeat;
    background-position: center
}

.inner-published-form h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 39px;
    color: #00112b;
    font-family: Poppins,sans-serif;
    margin: 0 0 10px;
    line-height: 46px;
    /* text-align: center; */
}

.inner-published-form h3 span {
    color: #041838;
    font-weight: 700;
    display: block;
    font-size: 39px;
}

.inner-published-form .form-group .form-select {
    border: 2px solid #b2b2b2;
    box-shadow: 0 0 5px 1px #eee;
    font-size: 16px;
    color: #00112b;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    border: transparent;
    margin: 7px 0;
}

.inner-published-form .form-group .form-select option {
    color: #333;
    font-weight: 600
}

.inner-published-form .form-group-select h4 {
    font-weight: 600;
    font-size: 20px;
    color: #00112b;
    font-family: Poppins,sans-serif;
    margin: 10px 0;
    line-height: 28px
}

.inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 10px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    border: 1px solid #004aad;
    outline: 0;
    box-shadow: none;
    margin: 0 10px 0 0;
    position: unset;
    cursor: pointer
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type=checkbox] {
    background-color: #004aad
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.inner-published-form .form-group input {
    border: transparent;
    width: 100%;
    height: 51px;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: 0 0 5px 1px #eee;
    font-size: 16px;
    color: #00112b;
    font-weight: 400;
    margin: 7px 0;
}

.inner-published-form .form-group button.submit-btn {
    background-color: #004aad;
    color: #fff;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: 2px solid #004aad;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0
}

.inner-published-form .form-group button.submit-btn:hover,.lp-publishing-abt-content a:hover {
    background-color: #fff;
    color: #000;
}

.inner-published-form .form-check-new {
  margin: 10px 0;
  display: flex;
  align-items: start;
}

.inner-published-form .form-check-new .form-check-check {
  border: 1px solid #E9E7E7;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 5px 8px 0 0;
  cursor: pointer;
}

.inner-published-form .form-check-new .form-check-label,
.inner-published-form .form-check-new .form-check-label a{
  color: #0A2840;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.9;
}


@media only screen and (min-width: 300px) and (max-width: 575px) {
    .inner-published-form h3 {
        font-size: 25px !important;
        line-height: 31px;
    }

    .inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 10px;
    }

    .inner-published-form .form-group-select h4 {
        font-size: 16px;
    }

    .inner-published-form .form-group input {
        height: 44px;
        font-size: 12px;
        margin: 7px 0;
    }
}