@media screen and (max-width: 1580px) {
    .title_3{
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 8px;
        margin-left: 10px;
      }
}
@media screen and (max-width: 1399px) {
    .form_box{
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 1199px) {
    .tile_break {
        display: block;
        font-size: 30px;
        color: #fff;
        z-index: 1;
        position: absolute;
        bottom: 17vh;
        max-width: 275px;
        text-align: center;
        right: 8vw;
        font-weight: 600;
        line-height: 1;
        background-color: #e81d20;
        padding: 40px 20px;
    
    }

    .nahi_tooti_text {
        display: none;
        bottom: auto;
        top: 17.1vh;
        right: 32vw;
        max-width: 600px;
        padding: 15vh 7.5vw;
        font-size: 60px;
        color: #fff;
        z-index: 1;
        position: absolute;
        background-color: #e51d20;
        font-weight: 700;
    }
    .bottom_content{
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .content_box{
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        height: auto;
        padding-top: 50px;
    }
    body, html{
        overflow-y: auto;
    }
    .form_box{
        padding: 30px 30px 20px;
    }
    .fortfy_bg{
        max-width: 300px;
    }
    .nahi_tooti_text {
        bottom: auto;
        top: 17.1vh;
        right: calc(50vw - 185px);
        max-width: auto;
        padding: 8vh 6.5vw;
        font-size: 40px;
        font-weight: 700;
    }
    a{
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .form_box{
        padding: 30px 30px 20px;
    }
    .contact_info{
        margin-top: 20px;
    }
    .tile_break {
        font-size: 24px;
        bottom: 5vh;
        max-width: 230px;
        right: calc(50vw - 115px);
        font-weight: 600;
        padding: 30px 20px;
    }
    .nahi_tooti_text{
        padding: 30px;
        font-size: 40px;
        font-weight: 500;
        right: calc(50vw - 135px);
    }
    .fortfy_logo_1{
        max-width: 300px;
    }
    .bottom_content{
        text-align: center;
    }
}
