/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 1900px) {
  html {
    font-size: 17px;
  }
}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1400px) and (max-width: 1900px) {
  html {
    font-size: 15px;
  }
}

/*==================== Extra Large Devices=============================*/

/*==================== Normal Devices Start=============================*/
@media only screen and (min-width : 992px) and (max-width: 1200px) {}

/*==================== Normal Devices End=============================*/
/*==================== All Large Devices Start=============================*/
@media only screen and (max-width: 991px) {
  .modal-dialog {
    width: 90%;
    margin: 20px auto;
  }

  .inquireButton {
    position: fixed;
    bottom: 0;
    left: 0;
   border-top: 1.5px solid;
    width: 100%;
    padding: 5px;
    z-index: 99;
    background-color: #2b59a7;
    color: #fff !important;
    border-radius: 0;
  }
  .innerbtn{
    color: #fff;
    text-align: center;
  }
  .innerbtn button{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'futurabold';
  }
  .innerbtn button a{
    color: #fff;
    text-decoration: none;
    text-align: center;

  }
  .close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.2;
    background: #fff;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width:40px;
    height:40px;
}
}

/*==================== All Large Devices End=============================*/
/*==================== All Mobile Devices Start=============================*/
@media only screen and (min-width: 991px) {
  .footer{
    padding: 50px 0 !important;
  }
}

/*==================== All Mobile Devices End=============================*/
/*==================== Tablet Devices Start=============================*/
@media only screen and (min-width : 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 70%;
    margin: 20px auto;
  }
}

/*==================== Tablet Devices End=============================*/

/*==================== Large Mobile Devices Start=============================*/
@media only screen and (min-width : 480px) and (max-width: 767px) {}

/*==================== Large Mobile Devices End=============================*/

/*==================== Small Mobile Devices Start=============================*/
@media only screen and (max-width : 480px) {}

/*==================== Small Mobile Devices End=============================*/
/*==================== Small Mobile Devices Start=============================*/
@media only screen and (max-width : 320px) {}

/*==================== Small Mobile Devices End=============================*/
/* =========== Lock Start ================ */


@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
  
}

@media screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
 
}

/* =========== Lock End ================ */
