.bg-prop-ind {
    
    width: auto;
    background-color: #fafafc; 
    max-width: none;
    position: relative;
    padding: 7% 3% 7% 3%;
    
}
.prop-ind-h1 {
    font-size: 45px;
    color: #002866;
    font-weight: 400;
    font-family: Futura;
}
.prop-ind-p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    padding-top: 30px;
    padding-right: 100px;
}
.form-prop
{
    width: auto !important;
    background-color: #fafafc;
    border: none;
    height: 55px;
}
.form-h
{
    color: #002866;
    font-weight: 600;
    font-family: Futura;
    font-size: 22px;
    text-align: center;
}
.form-div
{
    background-color: #fff;
    padding: 10px 30px 1px 30px;
    border-radius: 2px;
    
}
.decl
{
    font-size:14px !important;
    text-align: center;
}
.img-pos
{
    position: absolute;
    top: 11px;
    left: 28px;
}
.city-bg
{
    padding-top: 3%;
}
.city-h
{
    font-size:18px;
    font-weight: 500;
}
.mrg-icon
{
    margin-bottom: 30px;
}
.what-h
{
    color: #002866;
    font-weight: 400;
    font-family: Futura;
    font-size: 28px;
}
.what-img
{
    margin-bottom: 30px;
}
.city-bg-2
{
    padding: 3% 3% 5% 3%;
}

.card-no-new {
    font-size: 30px;
    background-color: #002245;
    color: #ffff;
    border-radius: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
    font-weight: 600;
}
.card-text-n {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.card-ind
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: 330px;
}
.card-body {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.pack-h
{
    background-color:#002245;
    color:#fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px 12px 20px;
    line-height: 1.5;
}
.img-tick
{
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.check-box
{
    background-color:#fafafc;
    padding: 40px 10px 40px 10px;
    width: 94%;
    margin-left: 20px;
}
.content6
{
    padding-bottom: 35px;
}
.pro-bg6
{
    padding-bottom: 5%;
}
.btn-subs
{
    margin-top: 3%;
}
#btt-a
{
    border: none !important;
}
#btt-a2
{
    color: #000 !important;
    padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
    .card-ind
    {
         height: 300px;
    }
     .prop-ind-h1
    {
        font-size: 38px;
    }
     .prop-ind-p
    {
       font-size: 17px !important;
       padding-top: 10px;
    }
    .check-box
    {
        width: 100%;
        margin-bottom: 3%;
        padding: 20px 10px 20px 10px;
    }
    .img-tick
    {
        margin-right: 10px;
    }
    .list-p
    {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 991px)
{
    .form-div
    {
        padding: 10px 5px 1px 5px;
    }
    .card-ind
    {
    height: 265px;
    margin-bottom: 40px;
    }
    .content5 {
    padding-bottom: 20px;
    }
    
    .img-pos {
    top: 0px;
    left: 0px;
    }
    .what-h
    {
      font-size: 24px;
    }
    .what-p
    {
        font-size: 15px;
    }
    .list-p
    {
        font-size: 17px !important;
    }
    .check-box
    {
        margin-left: 0px;
    }
    
}
@media screen and (max-width: 767px) {
    
    .prop-ind-h1 {
        font-size: 32px;
    }
    .crd-pd
    {
        margin-bottom: 0;
    }
    .prop-ind-p {
        font-size: 15px !important;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .what-mrg-top
    {
       margin-top: 30px; 
    }
    .list-p {
    font-size: 14px !important;
    }
}
@media screen and (max-width: 425px) {
    .bg-prop-ind
    {
        padding: 30% 3% 7% 3%;
    }
    .prop-ind-h1 {
    font-size: 28px;
    }
    .img-tick
    {
        width: 15px;
        height: 15px;
    }
}