

/* --ltn__secondary-color: #2253E8; */
/* --ltn__secondary-color-2: #0042E7; */

.alink{
    text-decoration: none !important;
    outline: none;
    border: none;
}

:root{
    --primary-color: #2253E8 !important;
    --primary-color2: #014086 !important;
}

:root{
    --ltn__secondary-color-2: var(--primary-color) !important;
    --ltn__secondary-color: var(--primary-color) !important;
}

.footer-top-area{
    background-color: var(--primary-color2);
}

.lowerText{
    text-transform: lowercase;
}

.capText{
    text-transform: capitalize;
}

.upperText{
    text-transform: uppercase;
}

.white{
    color: white;
}

#openMod{
    display: none;
}

.newsletter1{
    display: flex;
    inset: 0;
    position: fixed;
    height: 100dvh; 
    width: 100%;
    z-index: 10000;   
    padding: 2rem;
}

.newsletter1::before{
    background-color: var(--ltn__paragraph-color);
    content: "";
    opacity: 0.9;
    inset: 0;
    z-index: -1;
    position: absolute;
} 

.no-scroll{
    overflow: hidden;
    height: 100vh;
}


.modal1{
    width: 60rem;
    max-width: 100%;
    padding-top: 9rem;
    z-index: 1000;
}

.preData{
    height: 40rem;
    max-height: 80%;
    margin: auto;
    overflow-x: hidden;
    border-radius: 1rem;
}


.img1, .imgFix{
    border: .1rem solid var(--gray);
    height: 3rem;
    width: auto;
    /* min-width: 4rem; */
    max-width: 9rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: red; */
    /* background-image: url('/superds/img/site_logo_image.png&site3'); */
  }

.imgFix{
    height: 10rem;
    padding: 3rem;
    width: 10rem;
    background-color: red;
}



.text-red{
    color: red;
}

.text-red2{
    color: rgba(237, 56, 56, 0.671);
}

.bgred{
    background-color: red;
}
.bgred2{
    background-color: rgba(255, 0, 0, 0.427);
}

.text-small2{
    font-size: .2rem ! important;
}

.text-small3{
    font-size: .3rem ! important;
}

.text-small4{
    font-size: .4rem ! important;
}

.text-small{
    font-size: .5rem ! important;
}

.text-small5{
    font-size: .5rem ! important;
}

.text-small6{
    font-size: .6rem ! important;
}

.text-small7{
    font-size: .7rem ! important;
}

.text-small8{
    font-size: .8rem ! important;
}

.text-small9{
    font-size: .9rem ! important;
}

.text-small2{
    font-size: .6rem ! important;
    color: red;
}

#agentsname1, #more-agents, #agentsphone1, #soleagent{
    display: none;
}


.images1{
    width: 7rem !important;
    height: 3rem !important;
}

.imagesrelated{
    width: 318px !important;
    height: 220px !important;
}

.bgimage{
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

datalist{
    background-color: red !important;
}

datalist option{
    background-color: red !important;
}


.jideSelect{
    position: relative;
    width: 100%;
  }

  .jideSelect li, .jideSelect a{
      list-style: none;
      text-decoration: none;
  }

  .jideSelect li{
      padding: .5rem;
      border: .1rem solid rgb(243, 241, 241);
      cursor: pointer;
  }

  .jideSelect li:hover, .jideSelect li:focus{
      background-color: var(--primary-color);
      color: white;
  }

  .jideSelect .jcontent{
      max-height: 12rem;
      overflow: auto;
      display: none;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: white;
  }

  /* #category, #propertytype, #propertyuses, #propertysubtype, #propertysubuses .select {
    min-width: 13rem;
    white-space: nowrap;
    overflow: none;
  } */

  /* #localsfe1{
    display: none;
  } */


  .propertyPageSelect .select{
    height: 50px;
    width: 100%;
    overflow: hidden;
  }

  .nice-select .list{
    max-height: 10rem !important;
    overflow: auto !important;
  }



  .active.pj{
    background-color: var(--primary-color);
    color: white;
  }


    .cont1{
        background-color: white;
    }
    .fbody{
        margin: auto;
        background-color: aliceblue;
        padding: 2rem;
        width: 90%;
    }
    .formbody{
        background-color: var(--primary);
        padding: 2rem;
    }
    .formbody2{
        background-color: white !important;
    }

    .formbody .myform, .formbody2 .myform, .formbody3 .myform{
        display: block !important;
    }

    .formbody .nice-select, .formbody2 .nice-select, .formbody3 .nice-select{
        display: none !important;
    }

    .myform.sselect {
        padding: 1rem;
        width: 100%;
    }
    .mutedform{
        color: var(--ltn__paragraph-color);
        border: .1rem solid var(--border-color-9);
    }








  /* .jideSelect .jcontent{
    max-height: 12rem;
    overflow: auto;
    display: none;
    position: sticky;
    z-index: 1;
    right: 0;
    left: 0;
    width: 100%;
    background-color: white;
    margin: 0;
} */