/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 415px) {
  .query-content .searched {
    padding: 40px!important;
  }
  .query-final--area {
    padding: 15px!important;
  }
  .downloadarea {
    padding: 5px!important;
    display:none!important;
  }
  .securetitles p{display:none!important;}
  .btk_confirmation .content{
    width:100%;
    display:block;
    margin:0 auto;
    text-align:center;
  }
  .btk_confirmation .content div.img{
    width:20%;
    margin:0 auto;
  }
  .pp-input {
    font-size: 20px!important;
  }
  .document_confirmation .content div.img {
    flex-basis: 12%!important;
  }
  .query-content .searched{
    padding:5px!important;
  }
}


/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 416px)
and (max-width : 1024px) {
  .query-content .searched{
    padding:50px!important;
  }
  .securetitles > p{
    display:none!important;
  }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1222px)
and (max-width : 1823px) {

}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
