/* airBus row  */
@media only screen and (max-width: 700px){

  .about{
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .info h4{
    background-color: white;
    color: black;
  }


  .carousel-inner img {
    width: 100%;
    height: 250px;
  }

  .grid1 h4{
    font-size: 18px;
    font-family: arial;

    margin-top: 10px;
  }

  .grid1{

    border: 2px solid  #ffffff;


    overflow: hidden;

    border-radius: 1%;
    background-color: #fffffb;

    width: 49%;
    float:left;

    display:inline-block;
    height: 255px;
    
    padding-bottom: 3%;
    
  }

  .grid1 img {

    width: auto;
    max-width:95%;
    
    height: 150px;
  }


form{

  padding-bottom: 20%
}

.form-group.small{
  width: 49%;
  display:inline-block;
}

.download-div{

  display:none;
}

.footer-link li{

  float:left;
}

.footer-link {

  list-style-type:none;
  margin: 0px;
}

footer .row.footer-navbar{
  display: block;
}

#container-fluid{

  min-height: 550px;;
}

.col-lg-4.col-md-4 .form-group textarea{
  border: 2px solid #2626c0;
}

.col-lg-4.col-md-4 .form-group.small{
  width: 49%;
  display:inline-block;
}

.btn span{
  display:none;
}

.modal-body h2{

  font-size: 18px;
  font-family: arial;

  font-weight:bold;
}

.form-group.col-md-12 .btn{
  width:  100%;
}
.small-form .form-group.col-md-6.col-sm-6{
  width: 50%;
}

.small-form h5{
  font-size: 15px;
}

.view-table tr td{
  font-size: 13px;
  font-family: arial;
}

.data-read{
  font-size: 13px;
  font-family: arial;
} 

.not-visible{
  display:none;
}
table thead tr th {

  font-size: 13px;
  font-family: arial;

}
.card-header .form-group:last-child {

  width: 100%;
  display:inline-block;

  font-size: 14px;
  margin: 1%;

  margin-left: 0px;
}
.card-header .form-group:first-child {

  width: 100%;
  display:inline-block;

  font-size: 14px;
  margin: 1%;

  margin-left: 0px;
}

.card-header .form-group {

  width: 48%;
  display:inline-block;

  font-size: 14px;
  margin: 1%;
  margin-left: 0px;
}

.col-md-10{

  width: 100%;
}
.col-md-10 #userNav{
  width: 100%;

  margin: 0px;
  padding: 0px;

}
#container-fluid .floating-box {

  float: left;
  width: auto;
  
  font-family: arial;
  font-size: 13px;

  display:inline-block;
  box-shadow: 0px 0px;

  border: 2px solid #276AB2;
}

#profit .overview .view-more{

  font-size: 14px;
  font-family: arial

}

#profit .overview h5{

  font-size: 15px;
  font-family: arial

}
#profit .overview h4{

  font-size: 15px;
  font-family: arial

}

#profit .overview{

  width: 48%;
  display:inline-block;

  border: 2px solid #276AB2;
  border-radius: 0px;
  margin: 1%;
}

#profit .col-md-12 h4{

  font-size: 15px;
  font-family: arial;

  margin-top: 5px;
}

#container-fluid{
  margin: 0px;
  padding: 0px 1%;

  width: 100%;
}

#profit{
  margin:0px;

  padding: 0px;
}


#form-check div{
  width: 50%;
}

nav{
  border:none;
  border-radius: 0px;
}

div#containers{
  width: 100%;
  margin:0px;
}

.navbar-toggler{

    display:block;
}


  .form-group .btn:last-child{

    width: 100%;
    margin-top: 8%;
  }


  .form-group .btn{

    width: 46%;
  }

  .left-nav{
    
    display: none;

  }


  .card{

    width: 100%;
  }

}