
@media screen and (min-width: 992px) and (max-width: 1199px) {
.security-paratwo{
    font-size: 16px !important;
}
.security-paraone{
    font-size: 20px !important;
}
}
@media (max-width: 1400px) {
.last-section-img-box{
    display: none !important;
}
.text-box-responsive{
    display: flex !important;
    justify-content: center !important;
}
}


@media (min-width: 1200px) {
    .response-header {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .response-header {
        display: flex !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {

}
/* @media (min-width: 768px) {
    .display-flex-res {
        display: flex !important;
    }

} */

@media screen and (max-width:1199px) {
    .response-header {
        display: block !important;
    }

    .response-header-inside {
        align-items: center !important;
    }
}

@media screen and (max-width:991px) {
    .future-box-texts {
        display: flex !important;
        justify-content: center !important;
    }

    .future-card-paras {
        font-size: 18px !important;
    }
    .future-card-paras-two{
        font-size: 18px !important;
    }
}
@media screen and (max-width:768px) {
    .footer-text-box{
    justify-content: center;
}
 .future-card-paras{
    font-size: 16px !important;
 }
  .future-card-paras-two{
        font-size: 16px !important;
    }
}

@media screen and (max-width:576px) {
    .first-heading {
        font-size: 50px !important;
        font-weight: 600;
        margin-top: 0px !important;
    }

    .second-heading {
        font-size: 40px;
        font-weight: 600;
        margin-top: 0px;
    }

    .third-heading {
        font-size: 25px !important;
        font-weight: 600;
        margin-top: 0px;
    }

    .search-box input {
        padding: 8px 6px !important;
    }

    .search-box button {
        padding: 8px 15px !important;
    }

    .search-box-two input {
        padding: 8px 6px !important;
    }

    .search-box-two button {
        padding: 8px 15px !important;
    }



    .heading-center {
        display: flex;
        justify-content: center;
    }

    .security-box-imgs {
        width: 100% !important;
        border-top-left-radius: 13px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 13px !important;

    }

    .last-section-btn-div {
        margin-top: 50px !important;
    }

    .footer-text-box {
        justify-content: center;
    }
    .big-para {
    font-size: 32px !important;
    line-height: 36px !important;
    }

}
