/*
Theme Name: InvestSathi Theme
Author: Kiranpal Singh
Version: 1.0
*/

#retire-savings-plugin {max-width:100%;}

#contact .business_slid { padding:10px; } 

.cf7-row {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
}

.cf7-label {
  width: 150px;
  font-weight: 600;
}

.cf7-field {
  flex: 1;
}

/* FORCE CF7 wrapper to behave */
.cf7-field .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
}

/* Inputs full width */
.cf7-field input,
.cf7-field textarea {
  width: 100% !important;
  padding: 8px;
  box-sizing: border-box;
}

/* Fix textarea height */
.cf7-field textarea {
  height: 120px;
}


.pagination {
  display: flex !important;
  justify-content: center  !important;
  margin-top: 30px;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  text-decoration: none;
}

.pagination .current {
  background: #333;
  color: #fff;
}

.navbar-brand > img{width:200px;}