/* bottom summry section  */

.pricesummary {
    margin-top: 2%;
    border: 1px solid #ffffff;
    /* height: 40px; */
    background: #493b3b;
    color: #fff;
	padding: 10px 0px;
    font-size: 16px;
    font-weight: 600;
}
.pricesummary .form-control, .pricesummary p{
	background: none;
    border: none !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 800;
    padding: 0px 20px;
    width: 50%;
    display: inline-block;
    float: right;
}
.pricesummary p{
	background: #534646;
    padding: 5px 8px;
    border-radius: 6px;
	margin-bottom: 0px;
}

.pricesummary .form-control{
	background: #e7e7e711 !important;
    color: #fff !important;
}
.pricesummary label{
	color: #e1e1e1 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.pricesummary .col-style{
border-right:1px solid #f7f7f7;
}

.pricesummary .col-style:last-child { border-right: none; }

.active-lang{
    background: #006159 !important;
  }

  html[dir="rtl"] .text-right{
    text-align: left!important;
  }
  .info-board, .info-board th,  .info-board td{
    border: 1px solid;
    padding: 2px 0px !important;
    text-align: center;
  }

  .login-form-control:focus {
    background-color: #1c1c1c !important;
  }
 