/*******************************************************
 *
 * Sellers
 *
 *******************************************************/
div#main-wrapper {
    overflow: hidden;
}
.section-wrap {
    font-size: 0;
    position: relative;
}
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}
#site-fsmi .fsmi-list {
    position: absolute;
    top: 30%;
    z-index: 100;
}
#ip-banner .banner-img canvas {
    height: 388px;
}
#ip-banner .banner-img:before {
    background: rgba(0, 0, 0, 0.3);
}
#ip-banner .banner-title {
    display: none;
}
#ip-banner .banner-breadcrumbs {
    letter-spacing: 0.1em;
}
#ip-banner .banner-breadcrumbs .breadcrumb_last {
    color: #fff;
    font-weight: 700;
}
.ip-sellers-banner {
    display: none;
    font-size: 0;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 2;
}
.ip-sellers-banner-heading {
    font-family: var(--font-family-title);
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 26px;
}
.ip-sellers-banner-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.ip-sellers-banner-form-field, .ip-sellers-banner-form-submit {
    display: inline-block;
    vertical-align: top;
}
.ip-sellers-banner-form-field {
    width: 74.76%;
}
.ip-sellers-banner-form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, .53);
}
.ip-sellers-banner-form-submit {
    width: 25.23%;
}
.ip-sellers-banner-form-submit input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
    background-color: rgba(var(--primary), 1);
    transition: all .4s ease-in-out;
}
.ip-sellers-banner-form-submit input:hover {
    background-color: rgba(var(--secondary), 1);
}
div#inner-page-wrapper > .container {
    width: 100%;
}
.ip-sellers-content-top-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 67px 0 132px;
}
.ip-sellers-content-top-link-roadmaps {
    justify-content: space-between;
    margin-top: 72px;
}
.ip-sellers-content-top-link-roadmaps li a {
    display: block;
    transition: all .4s ease-in-out;
}
.ip-sellers-content-top-link-roadmaps li a:hover {
    opacity: .8;
}
.ip-sellers-content-top-link-roadmaps li a .icon {
    min-height: 44px;
    margin-bottom: 19px;
}
.ip-sellers-content-top-link-roadmaps li a img {
    margin: 0 auto;
    filter: grayscale(1);
}
.ip-sellers-content-top-link-roadmaps li a p {
    font-family: var(--font-family-title);
    font-size: 18px;
    font-weight: 700;
    color: #3c4049;
    text-align: center;
    line-height: 1.1;
}
.ip-sellers-content-top-link-roadmaps li a.active-link img {
    filter: none;
}
.ip-sellers-content-top-link-roadmaps li a.active-link p {
    color: rgba(var(--primary), 1);
}
.ip-sellers-content-qa-inner {
    position: relative;
}
.ip-sellers-content-qa-list {
    max-width: 1300px;
    margin: 0 auto;
}
.ip-sellers-content-qa-item {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 67px;
}
.ip-sellers-content-qa-item:nth-child(even) {
    flex-direction: row-reverse;
}
.ip-sellers-content-qa-col.col-img {
    width: 400px;
}
.ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-col.col-img {
    margin-left: 40px;
}
.ip-sellers-content-qa-img {
    position: relative;
}
.ip-sellers-content-qa-img::before {
    content: "";
    position: absolute;
    left: -40px;
    width: 100%;
    height: 100%;
    background-image: url('../../images/sellers/sellers-img-accent.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-img::before {
    top: -40px;
}
.ip-sellers-content-qa-item:nth-child(even) .ip-sellers-content-qa-img::before {
    bottom: -40px;
}
.ip-sellers-content-qa-col.col-txt {
    flex-grow: 1;
}
.ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-col.col-txt {
    padding-left: 15px;
}
.ip-sellers-content-qa-item:nth-child(even) .ip-sellers-content-qa-col.col-txt {
    padding-right: 15px;
}
.ip-sellers-content-qa-txt {
    position: relative;
    max-width: 790px;
}
.ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-txt {
    margin-left: auto;
}
.ip-sellers-content-qa-txt h3 {
    font-family: var(--font-family-title);
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
.ip-sellers-content-qa-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.9;
}
.ip-sellers-content-qa-txt p:first-child {
    margin-bottom: 46px;
}
.ip-sellers-content-mainform::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 100px;
    height: 100%;
    background-image: url('../../images/sellers/sellers-form1-accent.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-sellers-content-mainform-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 72px 0 0;
}
.ip-sellers-content-mainform-col {
    display: inline-block;
    vertical-align: top;
}
.ip-sellers-content-mainform-col.col-left {
    width: 40%;
}
.ip-sellers-content-mainform-txt {
    position: relative;
    max-width: 420px;
}
.ip-sellers-content-mainform-txt .site-title {
    margin-bottom: 24px;
}
.ip-sellers-content-mainform-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.9;
}
.ip-sellers-content-mainform-col.col-right {
    width: 60%;
}
.ip-sellers-content-mainform-cf {
    position: relative;
    padding: 40px;
    border: 1px solid #7c6e65;
}
.ip-sellers-content-mainform-cf-row {
    position: relative;
    justify-content: space-between;
    margin-bottom: 44px;
}
.ip-sellers-content-mainform-cf-row-col:nth-child(1) {
    width: 177px;
}
.ip-sellers-content-mainform-cf-row-heading {
    position: relative;
}
.ip-sellers-content-mainform-cf-row-heading span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #8f8f8f;
    letter-spacing: 0.2em;
    padding-left: 77px;
    margin-bottom: 13px;
}
.ip-sellers-content-mainform-cf-row-heading span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 66px;
    height: 1px;
    background-color: rgba(var(--primary), 1);
    pointer-events: none;
}
.ip-sellers-content-mainform-cf-row-heading div {
    font-family: var(--font-family-title);
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.ip-sellers-content-mainform-cf-row-col:nth-child(2) {
    position: relative;
    width: calc(100% - 177px);
}
.ip-sellers-content-mainform-cf-row-col:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #a3a3a3;
    pointer-events: none;
}
.ip-sellers-content-mainform-cf-row-field-list {
    padding-left: 30px;
}
.ip-sellers-content-mainform-cf-row-field {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 22px;
}
.ip-sellers-content-mainform-cf-row-field.full {
    width: 100%;
}
.ip-sellers-content-mainform-cf-row-field.half {
    width: 50%;
}
.ip-sellers-content-mainform-cf-row-field.col-3 {
    width: 25%;
}
.ip-sellers-content-mainform-cf-row-field.pad-left {
    padding-left: 15px;
}
.ip-sellers-content-mainform-cf-row-field.pad-right {
    padding-right: 15px;
}
.ip-sellers-content-mainform-cf-row-field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a3a3a3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ip-sellers-content-mainform-cf-row-field input,
.ip-sellers-content-mainform-cf-row-field textarea,
.ip-sellers-content-mainform-cf-row-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-bottom: 1px solid #7f7f7f;
}
.ip-sellers-content-mainform-cf-row-field textarea {
    height: 73px;
    resize: none;
}
.ip-sellers-content-mainform-cf-submit {
    text-align: right;
}
.ip-sellers-content-git-inner {
    position: relative;
    max-width: 1300px;
    margin: 100px auto 0;
    padding: 99px 0 87px;
    border: 1px solid #8d817a;
}
.ip-sellers-content-git-inner::before {
    content: "";
    position: absolute;
    bottom: -63px;
    left: -63px;
    width: 490px;
    height: 330px;
    background-image: url('../../images/sellers/sellers-form2-accent.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}
.ip-sellers-content-git-col {
    display: inline-block;
    vertical-align: middle;
}
.ip-sellers-content-git-col.col-left {
    width: 45.84%;
}
.ip-sellers-content-git-heading {
    text-align: center;
}
.ip-sellers-content-git-col.col-right {
    width: 54.13%;
}
.ip-sellers-content-git-form-wrap {
    position: relative;
    max-width: 555px;
}
.ip-sellers-content-git-form-wrap h3 {
    font-family: var(--font-family-title);
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
}
.ip-sellers-content-git-form-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.3;
    letter-spacing: 0.01em;
    max-width: 500px;
    margin-bottom: 58px;
}
.ip-sellers-content-git-form {
    position: relative;
}
.ip-sellers-content-git-form-field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 30px;
}
.ip-sellers-content-git-form-field.pad-left {
    padding-left: 15px;
}
.ip-sellers-content-git-form-field.pad-right {
    padding-right: 15px;
}
.ip-sellers-content-git-form-field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a3a3a3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ip-sellers-content-git-form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-bottom: 1px solid #7f7f7f;
}
.ip-sellers-content-git-form-submit {
    margin-top: 40px;
    text-align: right;
}
.ip-sellers-content-sp-inner {
    position: relative;
    padding: 162px 0 0;
    margin: 0 -10px 66px;
}
.ip-sellers-content-sp-heading {
    text-align: center;
}
.listings-list {
	position: relative;
	display: flex;
	overflow: hidden;
	margin: max(3.125vw, 30px) min(-0.313vw, -5px) 0;
}
.listings-list .listings-col {
	position: relative;
	display: block;
	width: 33.3333333333%;
	padding: 0 max(0.313vw, 5px);
	flex-shrink: 0;
}
.listings-list .listings-item {
	position: relative;
	display: block;
    margin-bottom: 60px;
	overflow: hidden;
}
.listings-list .listings-img {
	position: relative;
	display: block;
	overflow: hidden;
}
.listings-list .listings-img .site-img {
	transition: transform var(--transition-4s);
}
.listings-list .listings-info {
	position: relative;
	display: block;
	padding: max(1.25vw, 10px) calc(min(max(10.938vw, 125px), 175px) + max(1.25vw, 10px)) 0 max(1.25vw, 10px);
}
.listings-list .listings-status {
	display: block;
	font-size: max(1vw, 14px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(var(--accent), 1);
}
.listings-list .listings-price {
	display: block;
	font-family: var(--font-family-title);
	font-size: max(1.625vw, 24px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
	margin-top: max(0.375vw, 5px);
}
.listings-list .listings-address {
	display: block;
	font-size: max(1.5vw, 20px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000;
	margin-top: max(1.25vw, 10px);
	padding-top: max(1.25vw, 10px);
	border-top: 1px solid #b6b6b6;
}
.listings-list .listings-address span {
	display: block;
	font-size: max(1.25vw, 18px);
	line-height: 1.2;
}
.listings-list .listings-link {
	position: absolute;
	top: calc(max(1.25vw, 10px) + max(1vw, 14px) + max(1.625vw, 24px) + max(0.375vw, 5px) + max(1.25vw, 10px) - max(3.313vw, 40px) / 2);
	right: max(1.25vw, 10px);
}
.listings-list .listings-link .site-button {
	padding: 10px;
	width: min(max(10.938vw, 125px), 175px);
	max-width: 100%;
}
.listings-list .listings-item:focus .listings-img .site-img, .listings-list .listings-item:hover .listings-img .site-img {
	transform: scale(1.1);
}
.listings-list.slick-initialized {
	display: block;
}
.ip-sellers-content-qs-inner {
    position: relative;
}
.ip-sellers-content-qs-form {
    position: relative;
}
.ip-sellers-content-qs-form-col {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ip-sellers-content-qs-form-col.col-icon {
    width: 2.98%;
}
.ip-sellers-content-qs-form-col.col-icon span {
    font-size: 34px;
    color: rgba(var(--primary), 1);
}
.ip-sellers-content-qs-form-col.col-proptype {
    width: 18.68%;
}
.ip-sellers-content-qs-form-col.col-city {
    width: 16.92%;
}
.ip-sellers-content-qs-form-col.col-beds {
    width: 12.10%;
}
.ip-sellers-content-qs-form-col.col-baths {
    width: 11.57%;
}
.ip-sellers-content-qs-form-col.col-price {
    width: 10.70%;
}
.ip-sellers-content-qs-form-col.col-submit {
    width: 12.71%;
}
.ip-sellers-content-qs-form-col.col-advancesearch {
    width: 3.15%;
}
.ip-sellers-content-qs-form-col.has-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background-color: #c2c2c2;
    pointer-events: none;
}
.ip-sellers-content-qs-form-col input[type="text"],
.ip-sellers-content-qs-form-col select {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 28px;
    width: 100%;
    background-color: transparent;
}
.ip-sellers-content-qs-form-col input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border: 1px solid #bebebe;
    transition: all .4s ease-in-out;
}
.ip-sellers-content-qs-form-col input[type="submit"]:hover {
    color: #fff;
    background-color: rgba(var(--secondary), 1);
}
.ip-sellers-content-qs-form-col.col-advancesearch a {
    font-size: 36px;
    color: rgba(var(--primary), 1);
    transition: all .4s ease-in-out;
}
.ip-sellers-content-qs-form-col.col-advancesearch a:hover {
    color: rgba(var(--secondary), 1);
}
.ip-sellers-content-qs-form p {
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 27px;
}
.ip-sellers-content-fp-inner {
    position: relative;
    margin: 97px -15px 0;
}
.ip-sellers-content-fp-inner .listings-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	gap: 30px;
	grid-gap: 30px;
	padding: 0 max(14.75vw, 50px) 0 max(11.25vw, 50px);
    margin-bottom: 47px;
}
.ip-sellers-content-fp-inner .listings-title {
	position: relative;
	display: block;
}
.ip-sellers-content-fp-inner .listings-viewall {
	position: relative;
	display: block;
}
.listings-list {
	position: relative;
	display: flex;
	overflow: hidden;
	margin: max(3.125vw, 30px) min(-0.313vw, -5px) 0;
}
.listings-list-fp .listings-col {
	position: relative;
	display: block;
	width: 33.3333333333%;
	padding: 0 max(0.313vw, 5px);
	flex-shrink: 0;
}
.listings-list-fp .listings-item {
	position: relative;
	display: block;
	overflow: hidden;
}
.listings-list-fp .listings-img {
	position: relative;
	display: block;
	overflow: hidden;
}
.listings-list-fp .listings-img .site-img {
	transition: transform var(--transition-4s);
}
.listings-list-fp .listings-info {
	position: relative;
	display: block;
	padding: max(1.25vw, 10px) calc(min(max(10.938vw, 125px), 175px) + max(1.25vw, 10px)) 0 max(1.25vw, 10px);
}
.listings-list-fp .listings-status {
	display: block;
	font-size: max(1vw, 14px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(var(--accent), 1);
}
.listings-list-fp .listings-price {
	display: block;
	font-family: var(--font-family-title);
	font-size: max(1.625vw, 24px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
	margin-top: max(0.375vw, 5px);
}
.listings-list-fp .listings-address {
	display: block;
	font-size: max(1.5vw, 20px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000;
	margin-top: max(1.25vw, 10px);
	padding-top: max(1.25vw, 10px);
	border-top: 1px solid #b6b6b6;
}
.listings-list-fp .listings-address span {
	display: block;
	font-size: max(1.25vw, 18px);
	line-height: 1.2;
}
.listings-list-fp .listings-link {
	position: absolute;
	top: calc(max(1.25vw, 10px) + max(1vw, 14px) + max(1.625vw, 24px) + max(0.375vw, 5px) + max(1.25vw, 10px) - max(3.313vw, 40px) / 2);
	right: max(1.25vw, 10px);
}
.listings-list-fp .listings-link .site-button {
	padding: 10px;
	width: min(max(10.938vw, 125px), 175px);
	max-width: 100%;
}
.listings-list-fp .listings-item:focus .listings-img .site-img, .listings-list-fp .listings-item:hover .listings-img .site-img {
	transform: scale(1.1);
}
.listings-list-fp.slick-initialized {
	display: block;
}

/* Form */
.ip-content-insider-inner {
    position: relative;
    max-width: 1415px;
    margin: 126px auto 46px;
    padding: 94px 0 100px;
    background-color: #fff;
    border: 1px solid #85786f;
}
.ip-content-insider-inner::before {
    content: "";
    position: absolute;
    bottom: -78px;
    left: -90px;
    width: 309px;
    height: 274px;
    background-image: url('../../images/sellers/sellers-form3-accent.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.ip-content-insider-heading {
    text-align: center;
}
.ip-content-insider-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-top: 22px;
}
.ip-content-insider-form {
    position: relative;
    max-width: 1040px;
    margin: 77px auto 0;
}
.ip-content-insider-form-field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.ip-content-insider-form-field.pad-left {
    padding-left: 35px;
}
.ip-content-insider-form-field.pad-right {
    padding-right: 35px;
}
.ip-content-insider-form-field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a3a3a3;
    color: #767676;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ip-content-insider-form-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.04em;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border-bottom: 1px solid #7f7f7f;
}
.ip-content-insider-form-submit {
    margin-top: 80px;
    text-align: center;
}
#site-git {
    display: none;
}
.ip-sellers-content-qs-form .bootstrap-select.btn-group .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 0 28px;
}
.ip-sellers-content-qs-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 400;
    color: #151515;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.ip-sellers-content-qs-form .dropdown-menu.open {
    max-height: 300px !important;
    min-width: 100% !important;
}
.ip-sellers-content-qs-form ul.dropdown-menu.inner {
    max-height: 250px !important;
}
/* Form */

 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    .ip-sellers-banner-form {
        max-width: 900px;
    }
    .ip-sellers-content-top-link-roadmaps li a p {
        font-size: 16px;
    }
    .ip-sellers-content-mainform-cf-row-field label {
        font-size: 11px;
    }
    .ip-sellers-content-git-form-wrap {
        max-width: 500px;
    }
    .ip-sellers-content-qs-form-col input[type="text"], .ip-sellers-content-qs-form-col select {
        font-size: 11px;
    }
    .ip-sellers-content-qs-form-col input[type="submit"] {
        width: 100px;
    }
    .ip-content-insider-inner {
        padding: 94px 15px 100px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-sellers-banner {
        top: 45%;
    }
    .ip-sellers-banner-form-field, .ip-sellers-banner-form-submit {
        display: block;
        width: 100% !important;
    }
    .ip-sellers-banner-form {
        max-width: 700px;
    }
    #ip-banner .banner-breadcrumbs .breadcrumb_last {
        color: #000;
    }
    .ip-sellers-content-top-inner {
        padding: 50px 0;
    }
    .ip-sellers-content-top-link-roadmaps {
        display: block;
        margin-top: 15px;
    }
    .ip-sellers-content-top-link-roadmaps li {
        margin-bottom: 30px;
    }
    .ip-sellers-content-qa-item {
        display: block;
        margin-bottom: 30px;
    }
    .ip-sellers-content-qa-col.col-img {
        width: 100%;
    }
    .ip-sellers-content-qa-img {
        max-width: 400px;
        margin: 0 auto;
    }
    .ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-col.col-txt {
        padding-left: 0;
    }
    .ip-sellers-content-qa-txt {
        margin: 15px auto 0;
        text-align: center;
    }
    .ip-sellers-content-qa-txt p:first-child {
        margin-bottom: 15px;
    }
    .ip-sellers-content-mainform-col {
        display: block;
        width: 100% !important;
    }
    .ip-sellers-content-mainform-txt {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .ip-sellers-content-mainform-cf {
        padding: 40px 15px;
    }
    .ip-sellers-content-mainform-cf-row {
        display: block;
        margin-bottom: 30px;
    }
    .ip-sellers-content-mainform-cf-row-col:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .ip-sellers-content-mainform-cf-row-heading {
        display: inline-block;
        margin-bottom: 20px;
    }
    .ip-sellers-content-mainform-cf-row-col:nth-child(2)::before {
        display: none;
    }
    .ip-sellers-content-mainform-cf-row-field-list {
        padding-left: 0;
    }
    .ip-sellers-content-mainform-cf-row-col:nth-child(2) {
        width: 100%;
    }
    .ip-sellers-content-mainform-cf-row-field label {
        font-size: 12px;
    }
    .ip-sellers-content-git-inner {
        margin: 50px auto 0;
        padding: 50px 15px;
    }
    .ip-sellers-content-git-col {
        display: block;
        width: 100% !important;
    }
    .ip-sellers-content-git-form-wrap {
        max-width: 100%;
    }
    .ip-sellers-content-git-form-wrap h3 {
        text-align: center;
        margin-top: 20px;
    }
    .ip-sellers-content-git-form-wrap p {
        max-width: 100%;
        text-align: center;
    }
    .ip-sellers-content-git-inner::before {
        display: none;
    }
    .ip-sellers-content-sp-inner {
        padding: 50px 0;
        margin: 0;
    }
    .ip-sellers-content-qs-form-col {
        padding: 6px;
    }
    .ip-sellers-content-qs-form-col.col-icon {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .ip-sellers-content-qs-form-col.col-proptype,
    .ip-sellers-content-qs-form-col.col-city,
    .ip-sellers-content-qs-form-col.col-submit,
    .ip-sellers-content-qs-form-col.col-advancesearch {
        width: 100%;
    }
    .ip-sellers-content-qs-form-col.col-beds, .ip-sellers-content-qs-form-col.col-baths, .ip-sellers-content-qs-form-col.col-price {
        width: 50%;
    }
    .ip-sellers-content-qs-form-col.has-divider::after {
        display: none;
    }
    .ip-sellers-content-qs-form-col input[type="text"], .ip-sellers-content-qs-form-col select {
        height: 40px;
        padding: 0;
        border-bottom: 1px solid #c2c2c2;
    }
    .ip-sellers-content-qs-form-col.col-submit, .ip-sellers-content-qs-form-col {
        text-align: center;
    }
    .ip-sellers-content-fp-inner .listings-top {
        display: block;
        padding: 0;
        text-align: center;
    }
    .ip-sellers-content-fp-inner {
        margin: 60px 0 0;
    }
    .ip-sellers-content-qa-item:nth-child(odd) .ip-sellers-content-qa-col.col-img {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ip-sellers-banner-heading {
        font-size: 33px;
    }
    .ip-sellers-content-mainform-cf-row-field, .ip-sellers-content-git-form-field, .ip-content-insider-form-field {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
    .ip-content-insider-form-field {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {

}