/*
 * Template Name: Prop Management
 */

/*******************************************************
*
* Body
*
*******************************************************/

#inner-page-wrapper{
	margin-bottom: 0;
	z-index: unset;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.inner-container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.outer-container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}

.full-container {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.ip-title .backdrop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 193px;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 900;
    color: #000;
    z-index: 0;
    opacity: 0.05;
}

.ip-title {
    position: relative;
}

.ip-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #35b5fe;
    font-weight: 900;
    position: relative;
    z-index: 10;
}

.ip-title .small {
    display: block;
    font-size: 34px;
    font-weight: 900;
    color: #000000;
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.ip-btn {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #8d8d8d;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.ip-btn:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

/* Banner */
.ip-pm {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-template-prop-management .ip-banner {
    display: none;
}

.ip-custom-banner {
    position: relative;
    width: 100%;
}

.ipcb-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.ipcb-img canvas {
    width: 100%;
    display: block;
}

.ipcb-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.ipcb-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background: rgba(0,0,0,0.1);
}

/* Portal */
.pm-portal {
    position: relative;
    width: 100%;
    padding: 35px 0;
}

.pmp-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.pmp-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.pmp-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 80%);
}

.pmp-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pmp-left {
    max-width: 912px;
    width: 65.142857142857143%;
    text-align: center;
}

.pmp-contact {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pmp-contact a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pmp-contact a:hover {
    opacity: 0.7;
}

.pmp-right {
    max-width: 419px;
    width: 100%;
}

.pmp-btns {
    display: flex;
    align-items: center;
}

.pmp-btns .ip-btn {
    margin-left: 19px;
    height: 44px;
    border-color: #000;
}

.pmp-btns .ip-btn:first-child {
    margin-left: 0;
}

/* WRG */
.pm-wrg {
    position: relative;
    padding: 50px 0 45px;
}

.wrg-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 468px;
    font-size: 0;
}

.wrg-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.wrg-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(255,255,255,0.9);
}

.wrg-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: url(../../images/prop-management/wrg-overlay.png) no-repeat center center/ cover;
    background-size: 100% 100%;
}

.wrg-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wrg-left {
    max-width: 879px;
    width: 62.785714285714286%;
}

.wrg-title.ip-title {
    text-align: center;
    margin-bottom: 60px;
}

.wrg-content {
    width: 100%;
}

.wrg-content p {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #000000;
}

.wrg-right {
    max-width: 427px;
    position: relative;
    width: 30.5%;
}

.wrg-pa {
    margin-bottom: 18px;
    border: 2px solid #f5c11e;
    text-align: center;
    padding: 30px 15px;
}

.wrgpa-title {
    margin-bottom: 20px;
}

.wrgpa-title .small {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    color: #909090;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.wrgpa-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #000;
}

.wrgpa-btn {
    max-width: 260px;
    margin: 0 auto;
}

.wrgpa-btn .ip-btn {
    height: 44px;
    background: #4ab0ea;
    border-color: #4ab0ea;
}

.wrg-mr {
    padding: 30px 15px;
    text-align: center;
    border: 2px solid #35b5fe;
    background: #4ab0ea;
    position: relative;
}

.wrgmr-title {
    margin-bottom: 15px;
}

.wrgmr-title .small {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.wrgmr-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #000;
}

.wrgmr-btn {
    max-width: 178px;
    margin: 0 auto;
}

.wrgmr-btn .ip-btn {
    height: 44px;
    border-color: #fff;
}

.wrg-video-wrap {
    margin: 30px auto 0;
    max-width: 976px;
    width: 100%;
    position: relative;
}

.wrgvw-accent {
    max-width: 930px;
    position: relative;
    width: 95.286885245901639%;
    font-size: 0;
    overflow: hidden;
}

.wrgvw-accent canvas {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.safari .wrgvw-accent canvas {
    background-attachment: unset;
}

.wrgvw-accent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 80%);
}

.wrg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 936px;
    width: 95.901639344262295%;
    z-index: 5;
    font-size: 0;
    overflow: hidden;
}

.wrg-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 3;
    border: 18px solid #fff;
}

.wrg-video canvas {
    width: 100%;
    display: block;
}

.wrg-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.wrg-video:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.wrg-video:hover:before {
    opacity: 0;
}

.play-btn {
    max-width: 136px;
    max-height: 136px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14.52991452991453%;
    height: 26.356589147286822%;
    z-index: 5;
    background: url(../../images/prop-management/play.png) no-repeat center center/ contain;
}

/* Experience Matters */
.pm-em {
    position: relative;
    width: 100%;
}

.pm-em .outer-container {
    max-width: 1465px;
}

.em-box {
    position: relative;
    border: 6px solid #f5c11e;
    text-align: center;
    padding: 70px 30px 375px;
}

.em-title.ip-title {
    margin-bottom: 60px;
}

.em-desc {
    position: relative;
    width: 100%;
}

.em-inner {
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
}

.em-desc p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}

.em-desc p span {
    font-size: 18px;
}

.em-desc .highlight {
    font-weight: 700;
}

.em-img-wrap {
    max-width: 978px;
    width: 90%;
    position: absolute;
    bottom: -211px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.em-accent {
    max-width: 930px;
    position: relative;
    width: 95.092024539877301%;
    font-size: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.em-accent canvas {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.safari .em-accent canvas {
    background-attachment: unset;
}

.em-accent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 80%);
}

.em-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 938px;
    width: 95.910020449897751%;
    z-index: 5;
    font-size: 0;
    overflow: hidden;
}

.em-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    border: 18px solid #fff;
}

.em-img canvas {
    width: 100%;
    display: block;
}

.em-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

/* Property Management Services */
.pm-pms {
    padding: 315px 0 100px;
    position: relative;
}

.pms-title.ip-title {
    text-align: center;
    margin: 0 auto 55px;
}

.pms-desc {
    text-align: center;
    margin-bottom: 55px;
}

.pms-desc p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}

.pms-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1198px;
    margin: 0 auto;
    position: relative;
    width: 85.571428571428571%;
}

.pms-item-wrap {
    max-width: 559px;
    width: 46.66110183639399%;
    margin-left: 6.67779632721202%;
    margin-bottom: 30px;
}

.pms-item-wrap:first-child {
    margin-left: 0;
}

.pms-item {
    position: relative;
    width: 100%;
}

.pms-img-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.pms-accent {
    max-width: 533px;
    width: 95.348837209302326%;
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.pms-accent canvas {
    width: 100%;
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.safari .pms-accent canvas {
    background-attachment: unset;
}

.pms-accent:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgb(53 181 254 / 80%);
}

.pms-item-wrap:nth-child(2) .pms-accent {
    margin: 0 0 0 auto;
}

.pms-img {
    position: absolute;
    right: 0;
    bottom: -13px;
    z-index: 5;
    max-width: 530px;
    width: 94.81216457960644%;
    overflow: hidden;
}

.pms-item-wrap:nth-child(2) .pms-img {
    right: unset;
    left: 0;
}

.pms-img canvas {
    width: 100%;
    display: block;
}

.pms-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.pms-img:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: url(../../images/prop-management/pms-overlay.png) no-repeat bottom center/ cover;
}

.pms-img h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-bottom: 35px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
}

.pms-list {
    max-width: 530px;
    width: 94.81216457960644%;
    position: relative;
    margin: 0 0 0 auto;
    padding-left: 30px;
}

.pms-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

.pms-list li:before {
    width: 17px;
    height: 3px;
    content: '';
    background: #35b5fe;
    margin-right: 20px;
}

.pms-sub {
    width: 100%;
    padding-left: 35px;
    margin-top: 25px;
}

.pms-sub li {
    font-size: 18px;
    text-transform: none;
}

.pms-item-wrap:nth-child(2) .pms-list {
    margin: 0 auto 0 0;
}

.pms-buttons {
    margin-top: 80px;
    position: relative;
    max-width: 552px;
}

.pms-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 191px;
    flex-direction: column;
    border: 3px solid #636363;
    margin-top: 25px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: #36b5ff;
    background: #ffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pms-btn span {
    display: block;
    font-size: 30px;
    letter-spacing: 0.14em;
    color: #f5c11e;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pms-btn:hover {
    background: #36b5ff;
    border-color: #36b5ff;
    color: #fff;
}

.pms-btn:hover span {
    color: #fff;
}

.pms-flex.pms-section3 {
    justify-content: flex-start;
}

.pms-flex.pms-section3 .pms-item-wrap {
    margin-top: 15px;
}

.pms-box {
    max-width: 613px;
    border: 3px solid #f5c11e;
    padding: 30px 48px 48px;
    width: 51.168614357262104%;
    position: absolute;
    right: -4.173622704507512%;
}

.pmsb-inner {
    max-width: 498px;
    margin: 0 auto;
}

.pmsb-inner h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #000000;
}

.pms-wrap {
    position: relative;
    width: 100%;
}

.pms-form {
    position: relative;
    width: 100%;
}

.pms-form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    white-space: nowrap;
}

.pms-form input {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 12px;
}

.pms-form textarea {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px;
    max-height: 115px;
    min-height: 115px;
}

.pms-form input[type="submit"] {
    width: 100%;
    height: 44px;
    border: 1px solid #636363;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pms-form input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pmsf-flex {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pmsf-flex > div {
    width: 100%;
    margin-left: 7px;
    margin-bottom: 20px;
}

.pmsf-flex > div:first-child {
    margin-left: 0;
    margin-top: 0;
}

.pms-address, .pms-saddress, .pms-zip, .pms-requests, .pms-hear {
    margin-bottom: 20px;
}

.pms-submit {
    max-width: 260px;
    margin: 40px auto 0;
}

.pms-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.pms-requests label {
    margin-bottom: 19px;
}

.pms-wrap .wpcf7-response-output {
    position: absolute;
    margin: 10px auto 0 !important;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    width: max-content;
    max-width: 100%;
    top: 50%;
    left: 10%;
}

/* Popup */
.buyers-content-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.buyers-content-container.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.buyers-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 50px;
    overflow: hidden;
}

.buyers-content-main {
    position: relative;
    width: 100%;
    max-width: 427px;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.buyers-content-main.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.buyers-content {
    background: #fff;
    padding: 50px 20px 60px;
    border: 2px solid #f5c11e;
}

.buyers-content-inner {
    z-index: 10;
    max-width: 317px;
    margin: 0 auto;
    position: relative;
}


.bci-title.ip-title {
    margin: 0 auto 35px;
    text-align: center;
}

.bci-title.ip-title .small {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f5c11e;
    margin-bottom: 5px;
}

.bci-title.ip-title h2 {
    font-size: 35px;
    line-height: 1.2;
}

.bci-magazine {
    max-width: 295px;
    margin: 0 auto 20px;
    font-size: 0;
    font-size: 0;
}

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

.bci-wrap {
    position: relative;
    width: 100%;
}

.bci-form {
    position: relative;
    width: 100%;
}

.bci-form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.bci-form input {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 12px;
}

.bci-form textarea {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px;
    max-height: 115px;
    min-height: 115px;
}

.bci-form input[type="submit"] {
    width: 100%;
    height: 44px;
    border: 1px solid #636363;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.bci-form input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.bci-name, .bci-email, .bci-phone {
    margin-bottom: 15px;
}

.bci-submit {
    margin: 30px auto 0;
    max-width: 260px;
}

.bci-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.bci-wrap .wpcf7-response-output {
    position: absolute;
    margin: 10px auto 0 !important;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px !important;
}


/* Popup */
.sellers-content-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    overflow: hidden;
}

.sellers-content-container.active {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.sellers-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 50px;
    overflow: hidden;
}

.sellers-content-main {
    position: relative;
    width: 100%;
    max-width: 427px;
    margin: 0 auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.sellers-content-main.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.sellers-content {
    background: #fff;
    padding: 50px 20px 60px;
    border: 2px solid #f5c11e;
}

.sellers-content-inner {
    z-index: 10;
    max-width: 317px;
    margin: 0 auto;
    position: relative;
}


.sci-title.ip-title {
    margin: 0 auto 35px;
    text-align: center;
}

.sci-title.ip-title .small {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f5c11e;
    margin-bottom: 5px;
}

.sci-title.ip-title h2 {
    font-size: 35px;
    line-height: 1.2;
}

.sci-magazine {
    max-width: 295px;
    margin: 0 auto 20px;
    font-size: 0;
    font-size: 0;
}

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

.sci-wrap {
    position: relative;
    width: 100%;
}

.sci-form {
    position: relative;
    width: 100%;
}

.sci-form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.sci-form input {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 12px;
}

.sci-form textarea {
    width: 100%;
    height: 49px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgb(85 85 85 / 50%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px;
    max-height: 115px;
    min-height: 115px;
}

.sci-form input[type="submit"] {
    width: 100%;
    height: 44px;
    border: 1px solid #636363;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sci-form input[type="submit"]:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.sci-name, .sci-email, .sci-phone {
    margin-bottom: 15px;
}

.sci-submit {
    margin: 30px auto 0;
    max-width: 260px;
}

.sci-submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.sci-wrap .wpcf7-response-output {
    position: absolute;
    margin: 10px auto 0 !important;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 5px 10px !important;
}

/*******************************************************
*
* Mobile styles and other media queries
*
*******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .wrgpa-title h2, .wrgmr-title h2 {
        font-size: 24px;
    }
    
    .wrgpa-title .small, .wrgmr-title .small {
        font-size: 20px;
    }
    
    .wrg-title.ip-title h2 {
        font-size: 37px;
    }
    
    .pms-flex {
        width: 90%;
    }
    
    .pms-img h3 {
        font-size: 22px;
    }
    
    .pms-btn span {
        font-size: 22px;
    }
    
    .pms-btn {
        font-size: 27px;
    }
    
    .pms-box {
        padding: 30px 30px 48px;
    }
    
    .pmsb-inner h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .buyers-content-main.active, .sellers-content-main.active {
        transform: scale(0.9);
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .wrg-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .wrg-left {
        width: 100%;
        text-align: center;
    }
    
    .wrg-right {
        width: 100%;
    }
    
    .ip-title .backdrop {
        display: none;
    }
    
    .em-img-wrap {
        position: relative;
        left: unset;
        transform: none !important;
        margin: 0 auto;
        width: 100%;
        bottom: unset;
    }
    
    .em-box {
        padding: 70px 30px;
    }
    
    .pm-pms {
        padding: 100px 0;
    }
    
    .pms-flex {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .pms-item-wrap {
        width: 100%;
        margin-left: 0;
    }
    
    .pms-list {
        width: 100%;
        padding: 0;
    }
    
    .pms-list li {
        justify-content: center;
    }

    .pms-sub {
        padding-left: 0;
    }
    
    .pms-box {
        position: relative;
        width: 100%;
        right: unset;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .pmp-flex {
        flex-direction: column;
        justify-content: center;
    }
    
    .pmp-left {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .ip-title h2 {
        font-size: 40px;
    }
    
    .ip-title .small {
        font-size: 28px;
    }

    .buyers-content-wrapper, .sellers-content-wrapper {
        display: block;
        overflow-y: auto;
        padding: 25px 20px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 567px) {
    .pmp-btns {
        flex-direction: column;
    }
    
    .pmp-btns .ip-btn {
        margin-left: 0;
        margin-top: 10px;
        max-width: 200px;
    }
    
    .pmp-btns .ip-btn:first-child {
        margin-top: 0;
    }
    
    .wrg-video:after {
        border-width: 9px;
    }
    
    .inner-container, .outer-container {
        padding: 0 15px !important;
    }
    
    .em-box {
        padding: 70px 20px;
    }
    
    .ip-title h2 {
        font-size: 38px;
    }
    
    .ip-title .small {
        font-size: 25px;
    }
    
    .em-img:before {
        border-width: 9px;
    }
    
    .pms-list li {
        font-size: 14px;
    }
    
    .pms-img h3 {
        padding-bottom: 20px;
        font-size: 18px;
    }
    
    .pms-btn {
        font-size: 20px;
        height: 150px;
    }
    
    .pms-btn span {
        font-size: 18px;
    }
    
    .pms-box {
        padding: 30px 15px 60px;
    }
    
    .pmsf-flex {
        flex-direction: column;
    }
    
    .pmsf-flex > div {
        margin-left: 0;
    }
    
    .pms-form label {
        white-space: normal;
    }
}