/*==================== Wide Screens Start=============================*/
@media only screen and (min-width: 1900px) {
  html {
    font-size: 16px;
  }
}

/*==================== Wide Screens End=============================*/
/*==================== Extra Large Devices=============================*/
@media only screen and (min-width : 1400px) and (max-width: 1900px) {
  html {
    font-size: 14px;
  }
}

/*==================== Extra Large Devices=============================*/

/*==================== Normal Devices Start=============================*/
@media only screen and (min-width : 992px)  {
  .navbar-expand-lg .navbar-nav{
    align-items: center;
  }
}

/*==================== Normal Devices End=============================*/
/*==================== All Large Devices Start=============================*/
@media only screen and (max-width: 990px) {
  .modal-dialog {
    width: 90%;
    margin: 20px auto;
  }

  .inquireButton {
    position: fixed;
    bottom: 0;
    left: 0;
   border-top: 1.5px solid;
    width: 100%;
    padding: 10px;
    z-index: 99;
    background-color: #08364d;
    color: #fff !important;
    border-radius: 0;
  }
  .innerbtn{
    color: #fff;
    text-align: center;
  }
  .innerbtn button{
    color: #fff;
    text-align: center;
  }
  .innerbtn button a{
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .pro-config-wrap{
    background-attachment: unset !important;
}
.abt-head1 {
  width: 60%;
}
.contactbgimg .input-group {
  width: unset;
  padding: 0px 30px;

}
.navbar-nav {

  align-items: center;
}
.navbar-collapse{
  position: absolute;
  width: 94% ;
  margin: auto;
  top: 100px;
  justify-content: center;
  background-color: #0d567b;
}
.navbar-nav  {
  border: 1px solid #bf9c26;
}
.navbar-toggler{
  border: 1.5px solid #fff;
  color: #fff;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}
nav.navbar a {
  margin-right: unset;
}
.pro-config-wrap .abt-head1{
  width: 60%;
}
#aboutcensus .abt-head1
{
  width: 70%;
}
.qrsize{
  width: 170px;
}
.pricing_btn {
  background: #bf9c26;
  padding: 5px 20px unset !important;
  border-radius: 5px;
  border: 1px solid #bf9c26;
}
.concheckpadding{
  padding: 0px 27px;
}
.mapbox iframe {
    height: 230px;
}
}

/*==================== All Large Devices End=============================*/
/*==================== All Mobile Devices Start=============================*/
@media only screen and (min-width: 991px) {
  .footer{
    padding: 30px 0 !important;
  }
  .pricing_btn {
    background: #bf9c26;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #bf9c26;
  }
  .navbar{
    padding: unset;
  }
}
@media only screen and (max-width: 520px) {
  .table thead>tr>th{
    width: unset;
  }
}

/*==================== 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=============================*/

