/*******************************************************
 *
 * Sellers
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

#fixed-smi {
    display: none;
}

#footer-form {
    display: none;
}

#ip-sellers {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 95px;
}

.ip-sellers-section, .ip-sellers-container {
    display: block;
    position: relative;
}

.ip-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.ip-title h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ip-title.is-white h2 {
    color: #fff;
}

/* Section 2 */
.ip-sellers-lwu-container, .ip-sellers-lwu-main, .ip-sellers-lwu-list {
    display: block;
    position: relative;
}

.ip-sellers-lwu-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.ip-sellers-lwu-item h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.100em;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.ip-sellers-lwu-item p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #fff;
    display: block;
    margin-top: 20px;
}

.ip-sellers-lwu-container {
    padding: 110px 0 105px;
    background-color: #000;
}

.ip-sellers-lwu-container > .custom-container {
    max-width: 1200px;
}

.ip-sellers-lwu-list {
    margin: 0 -30px;
}

/* Section 3 */
.ip-prop-container, .ip-prop-main, .ip-prop-slide-holder, .ip-prop-slide, .ip-prop-item a, .ip-prop-details, .ip-prop-btn {
    display: block;
    position: relative;
}

.ip-prop-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 2px;
}

.ip-prop-slide {
    margin: 0 -2px;
}

.ip-prop-item a {
}

.ip-prop-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 25px;
    z-index: 5;
}

.ip-prop-details h2 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #fff;
    font-family: var(--title-font);
    display: block;
}

.ip-prop-details span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.ip-prop-img {
    overflow: hidden;
    background-color: #000;
}

.ip-prop-img img {
    opacity: .67;
}

.ip-prop-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26%;
    pointer-events: none;
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.47)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.47) 100%);
    z-index: 2;
}

.ip-prop-container {
    padding: 95px 0 54px;
}

.ip-prop-container > .custom-container {
    max-width: 1315px;
}

.ip-prop-control {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 110px);
}

.ip-prop-control button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 27px;
    color: #000;
    background-color: transparent;
    border: none;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: 700;
}

.ip-prop-control button:hover {
    color: var(--secondary-color);
}

.ip-prop-btn a {
    margin: 0 auto;
    max-width: 227px;
}

.ip-prop-btn {
    margin: 30px auto 0;
}

.ip-prop-item a:hover .ip-prop-img img {
    opacity: .50;
}

.ip-prop-slide:not(.slick-initialized) .ip-prop-item:nth-child(n+3) ~ div {
    display: none;
}

/* Section 4 */
.ip-lwu-container, .ip-lwu-row, .ip-lwu-img, .ip-lwu-content-container, .ip-lwu-title, .ip-lwu-logo, .ip-lwu-content, .ip-lwu-btn {
    display: block;
    position: relative;
}

.ip-lwu-container {
    overflow: hidden;
    padding: 54px 0 100px;
}

.ip-lwu-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-lwu-col:first-child {
    width: 45.673%;
}

.ip-lwu-col:last-child {
    width: 54.237%;
}

.ip-lwu-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ip-lwu-content-container {
    padding: 0 12% 0 129px;
}

.ip-lwu-title h2 {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.100em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}

.ip-lwu-title h2 span {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
    display: block;
    margin-bottom: 14px;
    text-transform: none;
}

.ip-lwu-title {
    margin-bottom: 25px;
}

.ip-lwu-title h2 em {
    font-style: normal;
    font-family: var(--title-font);
    display: inline-block;
    position: relative;
}

.ip-lwu-title h2 em:before {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(100% + 10px);
    width: 100vw;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-lwu-logo {
    margin-bottom: 35px;
}

.ip-lwu-content {
    margin-bottom: 45px;
}

.ip-lwu-btn a {
    max-width: 275px;
}

.ip-lwu-content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
}

/* Form */
.ip-sellers-form-container, .ip-sellers-form-main, .ip-sellers-form-step-title, .ip-sellers-form-label, .ip-sellers-form-field, .ip-sellers-form-step-indicator, .ip-sellers-form-step-btn {
    display: block;
    position: relative;
}

.ip-sellers-form-container {
    padding: 58px 0 78px;
    min-height: 800px;
}

.ip-sellers-form-bg {
    background-color: #000;
    width: 95%;
}

.safari-true.mac-true .ip-sellers-form-bg canvas {
    background-attachment: scroll!important;
}

.ip-sellers-form-bg canvas {
    opacity: .60;
}

.ip-sellers-form-main {
    width: 100%;
    max-width: 884px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ip-sellers-form-step-title h2 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 13px;
}

.ip-sellers-form-step-title {
    text-align: center;
    margin-bottom: 45px;
}

#step-2 .ip-sellers-form-step-title, #step-3 .ip-sellers-form-step-title {
    margin-bottom: 20px;
}

.ip-sellers-form-step-title h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.050em;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.ip-sellers-form-step-title span {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.050em;
    color: #000;
    font-weight: 300;
}

.ip-sellers-form-label span, .ip-sellers-form-field label {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    font-family: var(--title-font);
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.ip-sellers-form-field input[type=email], .ip-sellers-form-field input[type=text] {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
    color: #000;
    padding: 0;
    line-height: normal;
    letter-spacing: 0.050em;
}

.ip-sellers-form-field {
    width: 100%;
    max-width: 567px;
    margin: 0 auto;
}

.ip-sellers-form-step-btn button {
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ip-sellers-form-step-btn {
    margin: 40px auto 0 0;
}

.ip-sellers-form-step-indicator {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 12px 0 0;
}

.ip-sellers-form-steps {
    display: none;
    position: relative;
    padding: 65px 30px 59px;
    margin: 0 auto;
    background-color: rgba(255,255,255,.90);
}

.ip-sellers-form-steps.active {
    display: block;
}

[disabled="disabled"] {
    pointer-events: none;
}

.ip-sellers-form-prop-type-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 5);
    position: relative;
}

.ip-sellers-form-prop-type-item button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: transparent;
    padding: 0;
    border: 1px solid #000;
    border-right: none;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-sellers-form-prop-type-item button em[class*="ai-icon-"] {
    display: block;
    margin: 0 auto 10px;
}

.ip-sellers-form-prop-type-item button em.ai-icon-icon-a {
    background-image: url(../../../assets/images/sellers/icon-a.png);
    width: 28px;
    height: 22px;
}

.ip-sellers-form-prop-type-item button em.ai-icon-icon-b {
    background-image: url(../../../assets/images/sellers/icon-b.png);
    width: 27px;
    height: 27px;
}

.ip-sellers-form-prop-type-item button em.ai-icon-icon-c {
    background-image: url(../../../assets/images/sellers/icon-c.png);
    width: 23px;
    height: 25px;
}

.ip-sellers-form-prop-type-item button em.ai-icon-icon-d {
    background-image: url(../../../assets/images/sellers/icon-d.png);
    width: 28px;
    height: 26px;
}

.ip-sellers-form-prop-type-item button em.ai-icon-icon-e {
    background-image: url(../../../assets/images/sellers/icon-e.png);
    width: 23px;
    height: 23px;
}

.ip-sellers-form-prop-type-item:last-child button {
    border-right: 1px solid #000;
}

.ip-sellers-form-prop-type-item.active button, .ip-sellers-form-prop-type-item:hover button {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.ip-sellers-form-prop-type-item.active button em, .ip-sellers-form-prop-type-item:hover button em {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.ip-sellers-form-label {
    margin-bottom: 25px;
}

#step-3 .ip-sellers-form-step-title #step-2 .ip-sellers-form-step-title {
    margin-bottom: 15px;
}

.ip-sellers-form-step-btn.is-inline button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-sellers-form-step-btn.is-inline {
    text-align: center;
    margin: 20px auto 0;
}

.ip-sellers-form-step-btn.is-inline button:not(:last-child) {
    margin-right: 13px;
}

.ip-sellers-form-date-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
}

.ip-sellers-form-date-item button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 70px;
    background-color: transparent;
    padding: 0 23px 10px;
    border: none;
    border: 1px solid #000;
    border-right: none;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-sellers-form-date-item button em[class*="ai-icon-"] {
    display: block;
    margin: 0 auto 11px;
    width: 100%;
    height: 1px;
    background-color: #717272;
    position: relative;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-sellers-form-date-item:last-child button {
    border-right: 1px solid #000;
}

.ip-sellers-form-date-item.active button, .ip-sellers-form-date-item:hover button {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.ip-sellers-form-prop-type, .ip-sellers-form-date {
    display: block;
    width: 100%;
    max-width: 734px;
    margin: 0 auto;
    position: relative;
}

.ip-sellers-form-date-item button em[class*="ai-icon-"]:before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-sellers-form-date-item button[data-value="1-2 Months"] em[class*="ai-icon-"]:before {
    left: 0;
    right: auto;
}

.ip-sellers-form-date-item button[data-value="3-6 Months"] em[class*="ai-icon-"]:before {
    left: 22%;
}

.ip-sellers-form-date-item button[data-value="6-9 Months"] em[class*="ai-icon-"]:before {
    left: 50%;
}

.ip-sellers-form-date-item button[data-value="9+ Months"] em[class*="ai-icon-"]:before {
    left: auto;
    right: 0;
}

.ip-sellers-form-date-item.active button em[class*="ai-icon-"], .ip-sellers-form-date-item button:hover em[class*="ai-icon-"] {
    background-color: #fff;
}

.ip-sellers-form-date-item.active button em[class*="ai-icon-"]:before, .ip-sellers-form-date-item button:hover em[class*="ai-icon-"]:before {
    background-color: #fff;
}

#step-5 .ip-sellers-form-step-btn.is-inline, #step-4 .ip-sellers-form-step-btn.is-inline {
    margin: 40px auto 0;
}

.ip-sellers-form-contacts span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    line-height: 1;
    letter-spacing: 0.100em;
}

.ip-sellers-form-contacts {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
}

.ip-sellers-form-contacts span:not(:last-child) {
    margin-right: 40px;
}

.ip-sellers-form-contacts span a {
    color: inherit;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-sellers-form-contacts span a:hover {
    color: var(--secondary-color);
}

.ip-sellers-form-contacts span em[class^=ai-font], .ip-sellers-form-contacts span em[class*="ai-icon-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 12px;
}

.ip-sellers-form-contacts span em.ai-font-phone {
    font-size: 14px;
}

.ip-sellers-form-contacts span em.ai-icon-dre {
    background-image: url(../../../assets/images/sellers/icon-dre.png);
    width: 18px;
    height: 14px;
}

#confirmation {
    padding: 87px 30px 75px;
}

#confirmation .ip-sellers-form-step-title {
    margin: 0;
}

#confirmation .ip-sellers-form-contacts:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
    background-color: var(--secondary-color);
    height: 1px;
}

.popup-form-title h2 {
    font-size: 22px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-lwu-content-container {
        padding: 0 12% 0 80px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-prop-container > .custom-container {
        max-width: 1200px;
    }

    .ip-lwu-content-container {
        padding: 0 9%;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-lwu-content {
        margin-bottom: 30px;
    }

    .ip-prop-control {
        width: calc(100% + 80px);
    }

    .ip-prop-hover {
        padding: 0 20px 20px;
    }

    .ip-prop-container > .custom-container {
        max-width: 1170px;
    }

    .ip-lwu-content p {
        font-size: 14px;
    }

    .ip-sellers-lwu-item p {
        font-size: 14px;
    }

    .ip-sellers-lwu-container > .custom-container {
        max-width: 1170px;
    }

    .ip-sellers-lwu-item h2 {
        font-size: 40px;
    }

    .ip-lwu-btn a {
        max-width: 230px;
    }

    .ip-sellers-form-bg {
        width: 96%;
    }

    .ip-sellers-form-container {
        min-height: 750px;
    }

    .ip-sellers-form-step-title h2 {
        font-size: 50px;
    }

    .ip-sellers-form-step-title h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-prop-container > .custom-container {
        max-width: 1110px;
    }

    .ip-prop-control {
        width: calc(100% + 70px);
    }

    .ip-lwu-content-container {
        padding: 0 8%;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    #ip-sellers {
        margin-top: 78px;
    }

    .ip-sellers-lwu-container {
        padding: 70px 0;
    }

    .ip-sellers-lwu-item h2 {
        font-size: 35px;
    }

    .ip-title {
        margin-bottom: 35px;
    }

    .ip-sellers-lwu-container > .custom-container {
        max-width: 960px;
    }

    .ip-sellers-lwu-item {
        padding: 0 20px;
    }

    .ip-sellers-lwu-list {
        margin: 0 -20px;
    }

    .ip-prop-container > .custom-container {
        max-width: 940px;
    }

    .ip-prop-control {
        width: calc(100% + 60px);
    }

    .ip-prop-details span {
        font-size: 14px;
    }

    .ip-prop-details h2 {
        font-size: 20px;
    }

    .ip-prop-hover {
        padding: 0 15px 20px;
    }

    .ip-prop-container {
        padding: 70px 0 50px;
    }

    .ip-lwu-container {
        padding: 50px 0 70px;
    }

    .ip-lwu-img img {
        min-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .ip-lwu-logo {
        margin-bottom: 20px;
    }

    .ip-lwu-content-container {
        padding: 0 6%;
    }

    .ip-lwu-btn a {
        max-width: 165px;
    }

    .ip-prop-btn a {
        max-width: 200px;
    }

    .ip-lwu-title h2 {
        font-size: 45px;
    }

    .ip-lwu-content {
        margin-bottom: 25px;
    }

    .ip-lwu-title h2 span {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .ip-sellers-form-main {
        max-width: 750px;
    }

    .ip-sellers-form-step-title {
        margin-bottom: 30px;
    }

    .ip-sellers-form-steps {
        padding: 50px 20px;
    }

    .ip-sellers-form-step-title span br {
        display: none;
    }

    .ip-sellers-form-step-btn, #step-5 .ip-sellers-form-step-btn.is-inline, #step-4 .ip-sellers-form-step-btn.is-inline {
        margin: 30px auto 0;
    }

    .ip-sellers-form-step-title h2 {
        letter-spacing: 0.050em;
        line-height: 1;
    }

    .ip-sellers-form-container {
        min-height: 660px;
        padding: 40px 0;
    }

    #confirmation {
        padding: 75px 20px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-sellers-lwu-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 360px;
        margin: 0 auto;
    }

    .ip-sellers-lwu-list {
        margin: 0;
    }

    .ip-sellers-lwu-container > .custom-container {
        max-width: 768px;
    }

    .ip-prop-item {
        width: calc(100% / 2);
    }

    .ip-prop-slide:not(.slick-initialized) .ip-prop-item:nth-child(n+2) ~ div {
        display: none;
    }

    .ip-prop-control {
        width: 100%;
        position: relative;
        margin: 40px auto 0;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 80px;
    }

    .ip-lwu-container {
        padding: 30px 0 70px;
    }

    .ip-lwu-col {
        display: block;
        width: 100%!important;
        padding: 0;
    }

    .ip-lwu-img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .ip-lwu-img img {
        min-height: 0;
    }

    .ip-lwu-content-container {
        padding: 0 20px;
        text-align: center;
    }

    .ip-lwu-btn a {
        margin: 0 auto;
    }

    .ip-sellers-form-main {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .ip-sellers-form-bg {
        width: 100%;
    }

    .ip-sellers-form-container {
        padding: 70px 20px 50px;
        min-height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ip-sellers-form-step-title h2 {
        font-size: 40px;
    }

    .ip-sellers-form-step-title h3 {
        font-size: 18px;
    }

    .ip-sellers-form-step-title {
        /* margin-bottom: 20px; */
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-title h2 {
        font-size: 45px;
    }

    .ip-prop-slide {
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-prop-item {
        width: 100%;
        padding: 0;
    }

    .ip-prop-slide:not(.slick-initialized) .ip-prop-item:nth-child(n+2) {
        display: none;
    }

    .ip-sellers-form-container {
        padding: 70px 15px 50px;
    }

    .ip-sellers-form-steps {
        padding: 50px 15px;
    }

    .ip-sellers-form-step-title h2 {
        font-size: 35px;
    }

    .ip-sellers-form-step-btn.is-inline button {
        display: block;
    }

    .ip-sellers-form-step-btn.is-inline button:not(:last-child) {
        margin: 0 auto 20px;
    }

    .ip-sellers-form-prop-type-item {
        width: calc(100% / 2);
        padding: 2px;
    }

    .ip-sellers-form-prop-type, .ip-sellers-form-date {
        text-align: center;
        max-width: 260px;
    }

    .ip-sellers-form-date-item button, .ip-sellers-form-prop-type-item button {
        border: 1px solid #000;
    }

    .ip-sellers-form-date-item {
        width: calc(100% / 2);
        padding: 2px;
    }

    .ip-sellers-form-date-item button {
        padding: 0 10px 10px;
    }

    .ip-sellers-form-date-item button em[class*="ai-icon-"]:before {
        width: 25px;
    }

    .ip-sellers-form-date-item button[data-value="3-6 Months"] em[class*="ai-icon-"]:before {
        left: 15px;
    }

    .ip-sellers-form-date-item button[data-value="6-9 Months"] em[class*="ai-icon-"]:before {
        left: 63px;
    }

    .ip-sellers-form-container {
    }

    .ip-sellers-form-contacts span:not(:last-child) {
        margin: 0 0 10px;
    }

    .ip-sellers-form-contacts span {
        display: block;
    }

    #confirmation {
        padding: 60px 20px;
    }

    .ip-sellers-form-main {
        max-width: 480px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-title h2 {
        font-size: 35px;
    }

    .ip-title {
        margin-bottom: 30px;
    }

    .ip-sellers-lwu-item h2 {
        font-size: 30px;
        line-height: 1;
    }

    .ip-sellers-lwu-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .ip-sellers-lwu-item p {
        margin-top: 10px;
    }

    .ip-sellers-lwu-container {
        padding: 50px 0;
    }

    .ip-prop-container {
        padding: 50px 0;
    }

    .ip-lwu-title h2 {
        font-size: 35px;
    }

    .ip-lwu-title h2 span {
        font-size: 20px;
    }
}