#ami-3 .item-wrp p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1vw;
    border-left: 4px solid #000;
    padding-left: 0.5vw;
    padding-right: 20px;
}
.ami_sec p {
    left: 20px;
    background-image: linear-gradient(0deg, #117a8b);
}
a {
    text-decoration: none !important;
}
.property-card {
    text-align: center;
    padding-bottom: 10px;
    border-radius: 15px;
    border: 1px solid var(--colorPrimary);
}
.property-card:hover {   
    box-shadow: 0px 8px 10px var(--colorPrimary);
}
#prop_card .property-card img.card-banner {
    width: 100%;
    height: 100%;
}
.cp-logo img {
    height: 50px;
}
.card-btn {
    position: relative;
    left: 20%;
    bottom: 10%;
    /*position: absolute;
    left: 20%;
    bottom: 3%;*/
}
.error-msg {
  display: block;
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.error-msg.show {
  opacity: 1;
  transform: translateY(0);
}
.is-invalid {
  border-color: #dc3545 !important;
}
.is-valid {
  border-color: #28a745 !important;
}
#prop_card .property-card.overflow-hidden {
    height: 530px;
    /*height: 565px;*/
}
#prop_card .card-d-custom {
    height: 210px;
}
.desk_disp {
    display: block;
}
.mobi_disp {
    display: none;
}
.side-offer {
    position: relative;
    top: 14.2%;
}
img.card-logo {
    width: 100%;
    height: 50px;
}
span.p-type {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 5px;
    line-height: 3;
}
.zoom-in-zoom-out {
    display: unset;
}
.offer-bg-animation {
    display: inline-flex;
    width: 100%;
}
.card-top{
    /*background: #fff;*/
    border-bottom: 1px solid var(--colorPrimary);
}
.card-top-img {
    width: 30%;
    background: #fff;
}
.card-top-type {
    width: 70%;
}
.offer-text {
    font-size: 12px !important;
}


.elementor-8012 .elementor-element-5a9d7947 img.logo {
    width: 100px;
    filter: invert(1) brightness(100);
}

@media only screen and (max-width: 991px) {
    .mob-action {
        background-color: var(--colorthird);
    }
    .logo {
        height: 40px;
        margin-left: 10px;
    }
    .modal-head {
        background-color: var(--colorthird);
    }
    .pro-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-head {
        background-color: var(--colorthird);
    }
    .pro-title {
        font-size: 20px;
    }
    .pro-status {
        padding: 5px;
        font-size: 11px;
        font-weight: 600;
        background: #fff;
    }
    .pro-tag-line {
        line-height: 0.4vw;
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .desk_disp {
        display: none
    }
    .mobi_disp {
        display: block;
    }
    #prop_card .property-card.overflow-hidden {
        height: 500px;
    }
    .offer-text {
        font-size: 14px !important;
    }
    .pro-add, .pro-dev, .pro-tag-line {
        font-size: 11px;
    }
    span.zoom-in-zoom-out {
        font-size: 11.5px;
    }
    span.p-type {
        font-size: 12px;
        padding: 0px 5px;
    }
    #pardot_Form form {
        padding: 12px;
    }
    .card-btn {
        left: 24%;
        bottom: 3%;
    }
    .pro-title {
        font-size: 15px;
        line-height: 24px;
        margin: 11px 0 -11px 0;
    }
    .section-heading-sub {
        font-size: 15px;
    }
    #developer p {
        font-size: 14px;
    }
}

.pro-tag-line {
    /*display: none;*/
}