#mgi-calculator {
	font-family: 'Open Sans', sans-serif;
}
#mgi-calculator b,
#mgi-calculator strong {
  color: #444;
  font-weight: 700;
}
#mgi-calculator .fresult::before,
#mgi-calculator .fresult::after,
#mgi-calculator .roomtype-label::after,
#mgi-calculator .roomtype-label::before {
  content: "";
  display: table;
}
#mgi-calculator .roomtype-label::after,
#mgi-calculator .roomtype-label::before {
  clear: both;
}
#mgi-calculator .fresult {
  text-align: center;
  color: #666;
  padding: 40px 0;
  content: "";
  display: table;
}
#mgi-calculator .system_installation {
  height: 140px;
}
#mgi-calculator .fresult .system_image {
  max-height: 65px;
  min-height: 65px;
}
#mgi-calculator .system_heading {
  height: 40px;
  margin: 20px auto;
  text-transform: uppercase;
  width: 70%;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color:#666;
}
#mgi-calculator .system_installation > p {
  font-size: 12px;
}
#mgi-calculator .system_installation > b.price {
  font-size: 30px;
  margin-top:15px;
  display:block;
}
#mgi-calculator .system_description > p {
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 22px;
  min-height: 200px;
  text-align: center;
}
#mgi-calculator .bookfreesite > a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}
#mgi-calculator .bookfreesite > a:hover,
#mgi-calculator .bookfreesite > a:active,
#mgi-calculator .bookfreesite > a:focus {
  color: #0f4b87 !important;
}
#mgi-calculator .system-md-12 {
  width: 100%;
}
#mgi-calculator .system-md-3 {
  width: 25%;
  float: left;
  padding: 0 15px;
}
#mgi-calculator .system-md-3:last-child {
  border-right: medium none;
}
#mgi-calculator label.error {
  display: block;
  background: #ffd2d2;
  padding: 0 10px;
}
#mgi-calculator .roomtype > label,
#mgi-calculator .roomsize > label,
#mgi-calculator #noofserver label {
  font-weight: 400;
  margin-right: 15px;
}
#mgi-calculator .roomsize select,
#mgi-calculator .roomsize input,
#mgi-calculator #noofserver input {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  color: #666666;
  height: 35px;
  width: 180px;
  padding: 0 10px !important;
  outline: 0;
  margin-right:10px;
}
#mgi-calculator .roomsize select option {
  background-color: #fff;
  color: #666666;
  padding: 2px 10px;
}
#mgi-calculator .select-box-image > option {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 35px 30px;
  height: 40px;
  position: absolute;
}
#mgi-calculator .submit .btn-default {
  background-color: #26a65b;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 11px 30px !important;
  border:none;
}
#mgi-calculator .submit .btn-default:hover {
  background-color: #208C4D;
  color: #fff;
}
#mgi-calculator .roomsize select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
#mgi-calculator .roomsize select {
  background-image: linear-gradient(45deg, transparent 60%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(80%) calc(4em), calc(86%) calc(4em), 100% 0;
  background-repeat: no-repeat;
  background-size: 6px 8px, 6px 5px, 2.5em 3.5em;
  border-radius: 0;
  cursor: pointer;
}
#mgi-calculator .roomsize select:active,
#mgi-calculator .roomsize select:focus {
  outline: none !important;
}
#mgi-calculator .system_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding: 0 15px;
  width: 80%;
}
#mgi-calculator .mgi-front {
  background-color: #F5F4F2;
  padding: 0px 0px 70px 0px;
}
#mgi-calculator .system_row {
  margin-left: -15px;
  margin-right: -15px;
}
#mgi-calculator .system_row::after,
#mgi-calculator .system_row::before,
#mgi-calculator .system_container::after,
#mgi-calculator .system_container::before {
  content: " ";
  display: table;
}
#mgi-calculator .roomtype-label label {
  vertical-align: top;
  width: 10%;
  margin: 0;
  text-align: center;
  float: left;
  position:relative;
  height:140px;
}
#mgi-calculator .roomtype-label label#roomtypeerror {
  height:auto;
  width:100%;
}
#mgi-calculator .roomtype-label label img {
  cursor: pointer;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
#mgi-calculator .roomtype-label label > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}
#mgi-calculator .roomtype-label label input:checked ~ img.inactive,
#mgi-calculator .roomtype-label label:hover input:not(:checked) ~ img.inactive {
  display: none;
}
#mgi-calculator .roomtype-label label input:not(:checked) ~ img.active,
#mgi-calculator .roomtype-label label:hover input:checked ~ img.active {
  display: none;
}
#mgi-calculator .roomtype-label label:hover input:checked ~ img.active {
  cursor: default;
}
#mgi-calculator .roomtype-label label:hover input:checked ~ img.active,
#mgi-calculator .roomtype-label label:hover input:not(:checked) ~ img.active {
  display: block;
}
#mgi-calculator .roomtype-label h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom:0;
  width:100%;
  text-align: center;
}
#mgi-calculator .roomtype-label label:hover input:checked ~ h5,
#mgi-calculator .roomtype-label label:hover input:not(:checked) ~ h5,
#mgi-calculator .roomtype-label label input:checked ~ h5{
  color: #1259A1;
}
#mgi-calculator .qtyminus,
#mgi-calculator .qtyplus {
  background-color: #808080 !important;
  color: #fff !important;
  font-weight: 800;
  width: 40px !important;
  cursor: pointer;
}
#mgi-calculator #noofserver_val {
  text-align: center;
  width: 50px !important;
}
#mgi-calculator .left-side,
#mgi-calculator .right-side {
  float: left;
}
#mgi-calculator #noofserver > h2 {
  display: inline-block;
  color: #4d4d4d !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-right: 17px !important;
}
#mgi-calculator span.question{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display:block;
}
#mgi-calculator .roomtype > span.question{
	margin:60px 0 0 0;
}
#mgi-calculator #noofserver > h2 {
  margin-right: 17px !important;
}
#mgi-calculator .left-side + .right-side {
  margin-left: 70px;
}
#mgi-calculator .clearfix {
  clear: both;
}
#mgi-calculator #noofserver {
  margin-top: 40px;
  margin-bottom: 40px;
}
#mgi-calculator .system_row .submit {
  margin-top: 40px;
}
#mgi-calculator .right-side > p {
  display: inline-block;
  margin: 0;
  position: relative;
  padding-bottom: 0;
}
#mgi-calculator .right-side .error {
  bottom: -70%;
  font-size: 13px;
  left: 0;
  letter-spacing: 0.2px;
  position: absolute;
  line-height: 1;
}
#mgi-calculator .roomtype-label {
  position: relative;
}
#mgi-calculator .roomtype-label .error {
  bottom: -30px;
  display: block;
  font-size: 13px;
  position: absolute;
}
#mgi-calculator .system_installation > p + p {
  line-height: 18px;
}
#mgi-calculator .system_installation b{
  font-size:16px;
  line-height:24px;
}
#mgi-calculator .system_description {
  margin-top: 20px;
}
#mgi-calculator .heading {
    margin-bottom: 40px;
    margin-top:40px;
  }
@media (min-width: 768px) and (max-width: 1199px) {
  #mgi-calculator .roomtype-label label {
    width: 20%;
  }
  #mgi-calculator .roomtype-label label:nth-child(-n+6) {
    margin-bottom: 25px;
  }
  #mgi-calculator .left-side + .right-side {
    /*margin-left: 35px;*/
  }
  #mgi-calculator .roomtype select,
  #mgi-calculator .roomsize input,
  #mgi-calculator #noofserver input {
    width: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mgi-calculator .left-side + .right-side {
    margin-left: 0;
  }
  #mgi-calculator .right-side {
    margin-top: 20px;
  }
  #mgi-calculator .roomsize select {
    width: 180px;
  }
  #mgi-calculator .left-side {
    float: none;
  }
  #mgi-calculator .width-set-50 {
    width: 50%;
    margin-bottom:50px;
  }
  #mgi-calculator .width-set-50:nth-child(4){
	  border-left:none !important;
  }
  #mgi-calculator .add-space-top {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #mgi-calculator .roomtype select,
  #mgi-calculator .roomsize input,
  #mgi-calculator #noofserver input,
  #mgi-calculator select#unit{
	  width:100%;
	  margin-bottom:15px !important;
	  padding:7px 10px !important;
  }
  #mgi-calculator .submit .btn-default {
	  width:100%;
  }
  #mgi-calculator .right-side > p{
	  display:block;
	  margin-bottom:0;
  }
  #mgi-calculator .left-side,
  #mgi-calculator .right-side{
	  width:100%;
	  float:none;
  }
  #mgi-calculator .right-side .error{
	  bottom:3px;
  }
  
  #mgi-calculator .roomsize input,
  #mgi-calculator #noofserver input {
    margin-bottom: 20px;
  }
  #mgi-calculator .mgi-front {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mgi-calculator .roomtype-label label .section-select-box {
    max-width: 85px;
    margin-left: auto;
    margin-right: auto;
  }
  #mgi-calculator .roomtype-label h5 {
    margin-top: 10px;
  }
  #mgi-calculator .roomtype.roomtype-label label:nth-child(n+1) {
    margin-bottom: 20px;
  }
  #mgi-calculator #noofserver > h2 {
    display: block;
    margin: 0 0 20px 0 !important;
  }
  #mgi-calculator .width-set-50 {
    width: 100%;
    border-left:none !important;
    margin-bottom:50px;
  }
  #mgi-calculator .fresult .width-set-50 + .width-set-50 {
    margin-top: 25px;
  }
  #mgi-calculator .heading {
    margin-bottom: 15px;
  }
  #mgi-calculator .system_description {
    display:none;
  }
  #mgi-calculator .bookfreesite{
	  margin-top:20px;
  }
  #mgi-calculator .system_installation{
	  height:auto;
  }
  #mgi-calculator .roomtype-label label {
    width: 25%;
  }
  #mgi-calculator .left-side + .right-side {
    margin-left: 0;
  }
  #mgi-calculator .left-side,
  #mgi-calculator .right-side {
    margin-top: 25px;
  }
  #mgi-calculator #noofserver_val {
    width: 15% !important;
  }
}
@media (max-width: 550px) {
  #mgi-calculator .roomtype-label label {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  #mgi-calculator .roomtype-label label {
    width: 50%;
  }
}
#mgi-calculator section.mgi_result {
  background-color: #fff;
}
#mgi-calculator .error {
  color: #E22020;
  font-size:11px !important;
}
