
.white-bg {
    background-color: #fff;
    padding: 40px 0px;
    margin-bottom: 90px;
}

.Grid-cell-box {
    margin-top: 45px;

}

.text-h1 {
    color: #000000;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;

}
.btn:hover, .btn:focus, .btn.focus {
    color: #efc638;
    text-decoration: none;
}
.btn-free {
        padding: 13px;
    font-weight: 600;
    font-size: 16px;
    color: black;
    border: 1px solid black;
    border-radius: 20px;
    width: 100%;
}

.fr-valuation-btn{
    margin-top: 19px;
}
.cus-margin {
    margin-top: 250px;

}
.banner-bg {
    background-image: url(../images/tenant_pack.jpg);
    height: 877px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: left 79% bottom 21%;
}

.caption-box {
    padding: 25px;
    border: 1px solid #cccccc47;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: -2px 7px 7px rgb(0 0 0 / 30%);
    border-radius: 16px;
    height: 500px;
}
.caption-box p {
    padding-bottom: 00px;
    border-bottom: unset;
}
.caption-box li {
    list-style: disc outside none;
    margin-left: 1em;
}


.headline h2  {
    font-size: 30px;
    text-align: center;
    padding: 30px 0px 50px 0px;
    font-weight: 600;
    color: #000002;
}
.headline h3  {
    font-size: 25px;
    text-align: center;
    padding: 70px 0px 50px 0px;
    font-weight: 600;
    color: #000002bf;
    text-transform: none;
}

.headline h3:after {
   content: none;
}
.headline h3:before {
   content: none;
}

.price-bg-bottom {
    background-image: url(../images/estate_letting_agents/img.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    font-weight: bold;
    padding: 50px 0px;
    margin: 0px 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.price-bg-bottom .mr-h1 {
    margin-top:130px;
}
.price-bg-bottom .mr-h1 h2{
   font-size:35px;
   color:#000000;
   font-weight: 600;
}
.price-bg-bottom .mr-h1 h3{
   font-size:30px;
   background-color:#ffffff;
   color:#000000;
   font-weight: 600;
}

.img-text p {
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    font-weight: bold;
}
.img-child-text {
    padding-top: 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.caption-box img {
    width: 55%;
    height: 55%;
}

.pdf-block p {
    font-size: 23px;
    color: #FF0000;
    font-style: italic;
    font-weight: 600;
    text-align: center;

}
.pdf-block a {
    color: #FF0000;
}
.pdf-block{
    margin-bottom: 47px;
}


.count-num span {
    font-size: 48px;
    color: #ffcb00;
    font-weight: 800;
}
.caption-box h2{
    font-size: 28px;
}

.text-size {
    font-size: 63px !important;
    color: #ffffff !important;
 }
@media only screen and (max-width: 600px){
    .banner-bg {
        background-image: unset;
        height: auto;
    }
    .mob-bk{
            background-color: #eaeff5 !important;
    }
    .caption-box{
        height:auto;

    }
    .text-size{
        font-size: 28px !important;
        color: #ffffff !important;
    }
    .value-box {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .btn {
        font-size: 16px !important;
    }
    .Grid-cell-box {
        background-color: #c3c3c39c;
        position: relative;
        z-index: 111111111;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 22px 32px;
    }
    .text-h1 {
        font-size: 28px;
    }
    .text-h2 {
        font-size: 22px;
    }



    .price-bg-bottom .mr-h1 h2 {
        font-size: 20px;
    }
    .price-bg-bottom {
        background-position: top;
        height: 323px;

    }
    .price-bg-bottom .mr-h1 {
        margin-top: 46px;
    }

}

.select-box {
    padding: 21px;
    border: 1px solid #cccccc47;
    background-color: #68818961;
    margin-bottom: 30px;
    box-shadow: 0 15px 20px rgb(0 0 0 / 30%);
    margin-top: 37px;
    border-radius: 10px;
}
.select-box p {
    font-size:22px;
    color:#000000;
}
.form-control {
    border-radius: 4px;
    height: 42px;
}