/*===========================================

            oredre-page
===========================================*/

#wrapper .main.gry-bg{
  background: #CAD4DB;
}
.odr-title {
    border-bottom: 4px solid #118fc5;
}
.odr-title .r-price span{
  color: #7E7E7E;
}
.mass_payment.odr-page .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    content: "\f107";
    font-weight: bold;
    color: #000;
}
.mass_payment.odr-page .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    content: "\f105";
    font-weight: bold;
    color: #000;
}
.mass_payment.odr-page {
    margin-top: 10px;
}
.mass_payment.odr-page .panel-default>.panel-heading .panel-title .accordion-toggle {
    font-size: 30px;
    color: #000000;
}
.mass_payment.odr-page .panel-default>.panel-heading .panel-title .accordion-toggle i{
  margin-right: 10px;
}
.mass_payment .inr-tab .panel-default>.panel-heading {
    background: #F0F3F6;
    padding: 25px 30px;
    border: none;
}
.mass_payment.odr-page .inr-tab .panel-default>.panel-heading .panel-title .accordion-toggle {
    font-size: 20px;
    color: #7F828F;
}
.mass_payment.odr-page .inr-tab .panel-heading .accordion-toggle[aria-expanded="false"]:after {
    content: "\f067";
    font-family: 'FontAwesome';
    float: right;
    color: grey;
    font-weight: 400;
  }
.mass_payment.odr-page .inr-tab .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: grey;
    font-weight: 400;
}
.inr-tab .panel-body {
    padding:30px;
    border: none!important;
}
.mass_payment .inr-tab .panel.panel-default {
    box-shadow: none;
}
.inr-tab-content .form-group label {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.inr-tab-content .form-group{
  margin-bottom: 5px;
}
.inr-tab-content .form-group  input[type=radio] {
    vertical-align: middle;
    margin: 0 4px 0 1px;
}
.inr-tab-content h5 {
   /*  font-size: 18px; */
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}
.progress-section{
  margin: 20px 0;
}
/*progressbar*/
.software-tab .progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.software-tab .progress{
    height: 10px;
    background: #F0F3F6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.software-tab .progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.software-tab .progress .progress-bar:after {
    content: "";
    display: inline-block;
    width: 14px;
    background: #118fc5;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -1px;
    z-index: 1;
    transform: inherit;
}
.software-tab .progress .progress-value {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #118fc5;
    position: absolute;
    top: 24px;
    right: -22px;
    background: #F0F3F6;
    padding: 10px 15px;
}
.software-tab .progress-value::before {
    font-family: 'FontAwesome';
    float: right;
    color: #f0f3f6;
    font-weight: 400;
    content: "\f0d8";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}
/*end progressbar*/
.inr-tab textarea.form-control.secret_bg {
    min-height: auto;
    line-height: normal;
    padding: 20px 35px;
    height: 138px;
}

.account-section {
    margin: 22px 0 0;
}
.account-form-tab {
    background: #fff;
    padding: 30px 40px;
}
.acc-tab{
    border-bottom: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #118fc5;
    color: #fff;
}
.acc-tab li{margin: 0;}
.acc-tab li a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    background: #fff;
    font-size: 20px;
    color: #7F8293;
    padding: 15px 30px;
    font-weight: normal;
    font-family: Lato;
}
.acc-tab li a i{
  margin-right: 8px;
}
.acc-tab>li.active>a, .acc-tab>li.active>a:focus, .acc-tab>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #118fc5;
    border: none;
    border-bottom-color: transparent;
}
.order-summry-section, .promo-section {
    background: #fff;
    margin: 0 0 25px;
    width: 100%;
}
.summary-heading{
  background: #F0F3F6;
  margin:0px;
  padding:25px 30px;
  width: 100%;
}
.summary-heading h3 {
    font-size: 20px;
    font-family: Lato;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.summary-heading h3 i{margin-right: 10px;}
.summary-body{
  padding: 20px 35px;
}
.summry-title h2 {
   margin: 0 0 15px;
    font-size: 25px;
    font-family: Lato;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.summry-title h5 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    font-family: Lato;
    color: #118FC5;
}
.summry-table{
  margin:0px;
  padding: 0px;
  width: 100%;
}
.summry-table td{
  font-size: 14px;
  color: #000;
  padding: 10px 0;
  line-height: 30px;
}
.summry-table td span{
  color: #7E7E7E;
  margin-right: 6px;

}
.form-group.d-flex {
    display: flex;
    position: relative;
}
.code-inp{
      padding: 0 80px 0 20px;
}
input.go-btn {
    position: absolute;
    right: 0;
    background: #118fc5;
    border: none;
    color: #fff;
    font-size: 18px;
    min-height: 62px;
    line-height: 62px;
    border-radius: 3px;
    padding: 0px 20px;
    font-weight: 600;
}
.summry-table td.due-price{
  font-size: 28px;
  font-weight: 600;
  padding-top: 15px;
}
.cmo-btn{
  min-width: 100%;
    margin-top: 15px;
    font-weight: 500;
}
.emp-btn{
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-family: Roboto;
  display: inline-block;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}
.input-group-btn button.btn.btn-default.btn-number, .input-number {
    border: none;
    box-shadow: none;
     height: 45px;
}
input.form-control.input-number {
    min-width: inherit;
    max-width: inherit;
    width: inherit;
    min-height: inherit;
    line-height: inherit;
    width: 100%;
   
}
.get-btn{
    border-radius: 3px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    color: #118fc5;
    display: inline-block;
    text-align: center;
    transition: 0.8s;
    padding: 0 10px;
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    border: 2px solid #118FC5;
}
.get-btn:hover{
    background: #118fc5;
    color: #fff;
    border-color: #118fc5;
}
.n-space{margin: 0}

h4.cloudvirturedesc {
    margin-top: 22px;
    line-height: 37px !important;
}strong::before {
    content: "•";
    margin-right: 4px;
    }