.tool_box{
    border: #a7a7a7 1px solid;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
    width: 80%;
    border-radius: .5rem;
}
.tool_img{
    width: 90%;
}
.tool_head1{
    color: #2070c2;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.tool_head2{
    color: #ff0100;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.tool_head3{
    color: #02436d;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}
.airline_text{
    margin-bottom: 0px;
}
.fa-check{
    color: #2070c2;
    margin-right: 5px;
}
.airline_box{
    border: #a7a7a7 1px solid;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
  }
  .airline_img{
    width: 80%;
}
.airline_text{
    text-align: justify;
}
.credit_card, .credit_card:hover{
    background-color: #2070c2;
    color: #ffff;
    text-decoration: none;
    margin: 10px 0px 20px 0px;
}
.playhere{
    margin-top: 20px;
    width: 90%;
}
/******************************************** (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:480px)
{
 .tool_head1,.tool_head2,.tool_head3{
   font-size: 18px;
}
.playhere{
    width: 70%;
}
.tool_box{
    width: 100%;
}
.airline_box{
    border: #a7a7a7 1px solid;
    margin: auto;
    margin-top: 20px;
    width: 85%;
    text-align: center;
    padding: 10px;
  }
  .airline_img{
      width: 80%;
  }
}
/******************************************** (min-width:480px) and (max-width:576px) *******************************************/
@media only screen and (min-width:480px) and (max-width:576px)
{
    .playhere{
        width: 60%;
    }
    .airline_box{
        border: #a7a7a7 1px solid;
        margin: auto;
        margin-top: 20px;
        width: 75%;
        text-align: center;
        padding: 30px;
      }
      .airline_img{
          width: 80%;
      }
    }


  /******************************************** (min-width:480px) and (max-width:576px) *******************************************/
@media only screen and (min-width:576px) and (max-width:992px)
{  
    .playhere{
        width: 50%;
    }

}