/* select:focus-visible {
    outline: none;
}

select{
    width: 50%;
}




.precicnt{
  padding: 10px;
  border: 2px solid #4BABA7;
  border-radius: 10px;
}

.hide{
    display: none;
    
}
.calculator-label{
  padding: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.output {
    padding: 10px;
    border: 2px solid #4BABA7;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 800;
}

.how-it-works {
    background: url(../img/choose-us-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.75s ease 1s;
    padding: 3em 0;
    margin-top: 90px;
}


.inner-page-banner {
    position: relative;
    width: auto;
    border-radius: 0px 0px 72px 72px;
    height: 650px;
    background: url(../img/property-value/banner.png) left top / cover;
    box-shadow: rgb(63 144 141 / 60%) 0px 22px 54px;
    margin: 0px 40px 24px 40px;
    padding-top: 102px;
    color: rgb(255, 255, 255);
    transform-origin: center top;
    opacity: 1;
    animation: 1.5s ease 0s 1 normal none running animation-1m9x6y3;
}

.css-1luy360 {
    padding: 100px 50px;
    width: 980px;
    margin: auto;
    padding: 0;
}

.css-1kw5gxz {
    margin-top: 95px;
}

.css-1kw5gxz {
    animation: 300ms linear 0s 1 normal none running animation-1qbobka;
    object-fit: cover;
    height: 308px;
}

.css-1luy360 .banner-heading {
    font-size: 43px;
    width: unset;
}

.css-1luy360 .banner-subHeading {
    font-size: 18px;
}

.css-c8wb3z .banner-subHeading {
    font-size: 18px;
}

.css-d4mh1l {
    font-size: 16px;
    line-height: 24px;
    width: 442px;
    margin-top: 14px;
    line-height: 27px;
}

.css-1vrgt67 {
    font-size: 30px;
    line-height: 30px;
    width: 469px;
    margin-top: 7px;
}

.css-1luy360 {
    padding: 70px 31px 0px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator-label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0px;
}



@media only screen and (max-width: 480px){
.banner-img {
    width: 127px;
    position: absolute;
    top: -63px;
    right: 0;
}

select{
    width: 100%;
}

.calculator-box {
    padding: 0px;
    border: none;
    border-radius: 10px;
}

.calculator-label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0px;
    padding: 10px 0;
}

.mob-container{
    margin: -40px 0 -20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
}
} */