/*
Theme Name: PM Forward IPMA
Theme URI: #
Author: Stuti M.
Version: 100.0
*/
/* CSS Document */


.listing_sec {
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;padding-top: 100px;
}

.listing_sec .top_form {
  width: 100%;
  padding: 25px 0;
}
.listing_sec .top_form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.listing_sec .top_form form .btn_dv input[type=reset] {
  padding: 14.5px 17px;
  font-weight: 300;
  margin-bottom: 0;
  border: 1px solid #283c86;
  color: #fff;
  border-radius: 8px;
}
.listing_sec .top_form form .btn_dv input[type=reset]:hover, .listing_sec .top_form form .btn_dv input[type=reset]:active, .listing_sec .top_form form .btn_dv input[type=reset]:focus {
  color: #283c86;
  border: 1px solid #283c86;
}
.listing_sec .top_form form .btn_dv .btn {
  padding: 0.85rem 2.9063rem;
  margin-left: 0.3125rem;
  height: 47px;
}
.listing_sec .top_form form .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 9px;
}
.listing_sec .top_form form .inputs .input {
  width: 150px;
}
.listing_sec .top_form form .inputs .input.srch {
  width: 200px;
  margin-right: 17px;
}
.listing_sec .top_form form .inputs .input.srch input {
  background-image: url(../images/srch-icn.png) !important;
  background-position: left 20px center !important;
  background-size: 24px !important;
  background-repeat: no-repeat !important;
  padding: 14px 12px 14px 48px !important;
}
.listing_sec .top_form form .inputs .input.srch input::-moz-placeholder {
  color: #707070;
}
.listing_sec .top_form form .inputs .input.srch input::placeholder {
  color: #707070;
}
.listing_sec .top_form form .inputs .input.w-145 {
  width: 170px;
}
.listing_sec .top_form form .inputs .input select {
  background-image: url(../images/drpdown_arrw.png) !important;
  background-position: right 10px center !important;
  background-size: 11px !important;
  background-repeat: no-repeat !important;
}
.listing_sec .top_form form .inputs .input input:not([type=submit]),
.listing_sec .top_form form .inputs .input select {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 23px 14px 12px;
  margin-bottom: 0;
}
.listing_sec .lisitng {
  background: #fff;
  padding-bottom: 47px;
  position: relative;
}
.listing_sec .lisitng .map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60vw;
  padding-bottom: 47px;
}
.listing_sec .lisitng .map iframe {
  width: 100%;
  height: 100%;
}
.listing_sec .lisitng h4 {
  color: #000;
  font-family: inherit;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
  margin-top: 30px;
}
.listing_sec .lisitng .dtls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.listing_sec .lisitng .dtls p {
  color: #807f7f;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.listing_sec .lisitng .dtls span {
  display: block;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
}
.listing_sec .lisitng .dtls span img {
  width: 12px;
}
.listing_sec .lisitng .lists {
  height: 810px;
  overflow-y: scroll;
  padding-right: 5px;
}
.listing_sec .lisitng .lists .btn {
  margin: 30px auto 0;
  display: table;
}
.listing_sec .lisitng .lists #property-list a {
  display: block;
  width: 100%;
}
.listing_sec .lisitng ::-webkit-scrollbar {
  width: 7px;
}
.listing_sec .lisitng ::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border-radius: 4px;
}
.listing_sec .lisitng ::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.listing_sec .lisitng .list_card {
  margin: 10px 10px 24px;
  padding: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: all 0.4s ease;
  height: 100%;
}
.listing_sec .lisitng .list_card:last-child {
  margin-bottom: 0;
}
.listing_sec .lisitng .list_card:hover {
  background: #a3213a;
}
.listing_sec .lisitng .list_card:hover .data h5,
.listing_sec .lisitng .list_card:hover .data p,
.listing_sec .lisitng .list_card:hover .data a {
  color: #fff;
}
.listing_sec .lisitng .list_card .ig {
  height: 136px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: block;
}
.listing_sec .lisitng .list_card .ig img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.listing_sec .lisitng .list_card .data h5 {
  color: #283c86;
  font-family: inherit;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.listing_sec .lisitng .list_card .data h5 a {
  color: #283c86;
}
.listing_sec .lisitng .list_card .data p {
  color: #707070;
  font-family: inherit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.listing_sec .lisitng .list_card .data p:last-child {
  margin-bottom: 0;
}




.toplistsec{position:relative}
.toplistsec .staustag{    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: #a3213a;
    padding: 5px 10px;
    color: #fff;
	line-height:1;
    border-radius: 5px;}

.single-property .smmry .txt ul {
    margin-top: 20px;
    list-style: disc;
    list-style-position: inside;
}
.single-property ul.right-angle{
	list-style: none !important; 
}
.single-property ul.right-angle li{
	position:relative;
	padding-left:25px;
}
.single-property ul.right-angle li::before {
    content: " ";
    position: absolute;
    display: flex
;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.125rem;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0.25rem;
    background: url(https://theivygroup.com/wp-content/themes/ivytheme/assets/images/double-arrow.svg) no-repeat;
    background-size: contain;
}
.responsive-iframe-container{padding-top:30px}
.pd_sec1 .pro-top .smmry {
    margin-bottom: 0px; 
    padding-bottom: 0px;
    border-bottom: none;
    scroll-margin-top: 80px;
}
.dmgrph h5{text-transform:uppercase}
.dmgrph h5 span{color: #a41e37;}
.smmry h5{text-transform:uppercase}
.Hghlght h5 span{color: #a41e37;}
.pd_sec1 .dtl_top .lft h3 span{color: #a41e37;}
.single-property h2.dual{text-transform:uppercase}
.wpcf7-not-valid-tip{display:none!important}
.wpcf7-spinner{display:none}
.wpcf7-not-valid{border:1px solid red!important}
.wpcf7-form.invalid .wpcf7-response-output{color:red!important}
.wpcf7-form.sent .wpcf7-response-output{color:green!important}
.wpcf7 form .wpcf7-response-output{margin:0!important;padding:0!important;border:none!important; font-size: 18px;line-height: 1.5;}



.two-row .img {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin: 70px 0 0 0;
}
.two-row .img img{
	width: 308px;
height: 219px;
border-radius: 10px;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
position:absolute;
}
.two-row .img img.isi-1{
	top: -48px;
right: -82px;
}
.two-row .img img.isi-2{
	bottom: 55px;
left: 64px;
animation: mymove1 4s alternate infinite;
}
.two-row .img img.isi-3{
	bottom: 85px;
right: -141px;
animation: mymove 4s alternate infinite;
}

.mapbox{width:250px;padding:0 20px 20px}
.mapbox .btn{padding:10px;font-size:12px}
.mapbox h5{color: #283C86;
    font-family: inherit;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;}
.mapbox p{     color: #707070;
    font-family: inherit;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;}
@keyframes mymove {
  from {bottom: 85px;}
  to {bottom: 55px;}
}
@keyframes mymove1 {
  from {bottom: 55px;}
  to {bottom: 85px;}
}
.map {
    height: 100%; /* Default for larger screens */
}

@media (max-width: 768px) {
    .map {
        height: 500px; /* Smaller height for tablets */
    }
}

@media (max-width: 480px) {
    .map {
        height: 3000px; /* Even smaller for mobile phones */
    }
}

@media screen and (max-width: 1600px) {
.two-row .img {
    scale: 0.7;
}
}
@media screen and (max-width: 1400px) {
.two-row .img img {
    width: 268px;
    height: 189px;
}
	.img-section-inner {
    height: 467px;
}
.two-row .img {
    scale: 0.8;
	margin-top: 0;
}
}
@media screen and (max-width: 1199px) {

    .two-row .img img {
        width: 198px;
        height: 139px;
    }
.two-row .img {
    justify-content: flex-start;
    position: relative;
    margin: 50px 0 0 40px;
}
.img-section-inner {
        width: 100%;
        height: 417px;
    }
.two-row .img img.isi-1 {
    right: 30px;
}
.two-row .img img.isi-2 {
    left: -30px;
}
.two-row .img img.isi-3 {
    right: -20px;
}
.two-row .img {
    scale: 1;
}
}
@media screen and (max-width: 991px) {
    .two-row .img img {
        width: 148px;
        height: 99px;
    }
.two-row .img {
    justify-content: flex-start;
    position: relative;
    margin: 50px 0 0 50px;
}

.two-row .img img.isi-2 {
    left: -40px;
}
.two-row .img img.isi-3 {
    right: -20px;
}
.two-row .img img.isi-1 {
    top: -30px;
    right: 30px;
}

}
@media screen and (max-width: 767px) {

.two-row .img {
        justify-content: flex-start;
        position: relative;
        margin: 60px auto 0;
        width: 280px;
    }

.two-row .img img.isi-2 {
        left: -20px;
    }
}
