@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/* rgb(230, 57, 70) - primary color initial */

.modal.close {
  display: none !important;
}

.table td,
.table th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
tr.total {
  background: #ea7c00;
  color: #ffffff;
}
tr.total:hover > td {
  background: #ea7c00 !important;
  color: #ffffff;
}

.product-image {
  border-bottom: 1px solid #eee;
  max-height: 200px;
  position: relative;
  max-width: 100%;
}
.cupon-image {
  border-bottom: 1px solid #eee;
  height: 120px;
  position: relative;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.animate {
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid lavender;
  max-height: 350px;
  max-width: fit-content;
}
.product-content {
  text-align: left;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-grid {
  position: relative;
  /* height: 300px; */
  padding: 5px;
  width: 300px;
}
.product-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-price {
  word-wrap: break-word;
  color: #f47000;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  vertical-align: top;
  font-size: 20px;
}
.cupon-price {
  word-wrap: break-word;
  color: #f47000;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  vertical-align: top;
  font-size: 20px;
}
.product-add {
  float: left;
}
.cupon-add {
  float: right;
}
.product-name {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  height: 50px;
  max-height: 42px;
  padding-top: 30px;
}
.product-description {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.product-grid .animate .product-image img:hover {
  opacity: 0.5;
}
.product-grid .animate .cupon-image img:hover {
  opacity: 0.5;
}
.product-grid .animate .product-image:hover .product-hover {
  display: inline;
}
.product-grid .animate .cupon-image:hover .product-hover {
  display: inline;
}
.product-hover {
  display: none;
  width: 50%;
  margin: 0 auto;
}
.produc-add {
  display: inline;
  height: 42px;
  line-height: 42px;
  float: right;
  text-align: right;
}
.product-rbutton {
  z-index: 1;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.175);
  top: 50%;
  left: 30%;
  display: block;
  line-height: 20px;
  width: 40%;
}
.product-grid .animate .product-image .product-hover .product-rbutton {
  pointer-events: none;
}
.product-grid .animate .cupon-image .product-hover .product-rbutton {
  pointer-events: none;
}
.product-checkbox {
  margin-left: 0px !important;
  float: right;
  margin-top: 10px !important;
}
.cupon-checkbox {
  margin-left: 0px !important;
  float: right;
  margin-top: 10px !important;
}
.product-checkbox {
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/Vj6jrDD.png) no-repeat;
}
.cupon-checkbox {
  width: 25px;
  height: 25px;
  background: url(https://i.imgur.com/Vj6jrDD.png) no-repeat;
}
.checked {
  background: url(https://i.imgur.com/sLGnKTp.png) no-repeat;
}
.cupon-checked {
  background: url(https://i.imgur.com/sLGnKTp.png) no-repeat;
}

#cuponModal h2 {
  font-size: 30px !important;
  margin-right: 40px !important;
}
#cuponModal .product-grid {
  min-width: 250px;
}
/**onsale logo**/
.onlogo {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  background-color: #fff;
  color: #fff;
  padding: 0;
  display: block;
  text-align: center;
  top: 10px;
  min-height: initial;
  border-radius: 2px;
  position: absolute;
  left: auto;
  right: 20px;
  width: 50px;
  height: auto;
  line-height: 43px;
  z-index: 1;
}

.logofurnizor {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  color: #fff;
  padding: 0;
  display: block;
  text-align: center;
  top: 10px;
  min-height: initial;
  border-radius: 2px;
  position: absolute;
  left: auto;
  right: 20px;
  width: 55px;
  height: auto;
  line-height: 43px;
  z-index: 1;
  left: 10px;
}

.logocompanie {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0;
  display: block;
  top: 10px;
  min-height: initial;
  border-radius: 2px;
  position: absolute;
  left: auto;
  right: 20px;
  z-index: 10;
  left: 10px;
}
.logocompanie img {
  width: auto;
  height: 35px;
  border-radius: 3px;
}
/** Signup */
.type-box {
  margin: 0 auto;
  max-width: 250px;
  padding: 5px;
}
.inner-box {
  /*box-shadow: 0 0 6px rgba(0,0,0,0.175);*/
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  max-height: 350px;
  height: 150px;
  width: 250px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  cursor: pointer;
}

/*.inner-box:hover {
    color:#fff;
    opacity:0.5;
}*/

/*#page-login-signup #studenttype .inner-box {
    box-shadow: 0px 0px 7px 2px blue !important;
}
#page-lgoin-signup .card{
box-shadow: none !important;
border:none !important;
}

#page-login-signup #teachertype .inner-box {
    box-shadow: 0px 0px 7px 2px purple !important;
}

#page-login-signup #parenttype .inner-box {
    box-shadow: 0px 0px 7px 2px green !important;
}

#page-login-signup #guesttype .inner-box {
    box-shadow: 0px 0px 7px 2px yellow !important;
}*/
#page-login-signup .class-stud .inner-box img {
  margin: 0 auto;
}

.inner-desc {
  width: 100%;
  margin-top: 10px;
  word-wrap: break-word;
  min-height: 250px;
  text-align: center;
}

.inner-text {
  width: 100%;
  text-align: center;
}
.class-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

/*----------------------
Product Card Styles
----------------------*/
.panel.panel--styled {
  background: #f4f2f3;
}
.panelTop {
  padding: 30px;
}

.panelBottom {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.btn-add-to-cart {
  background: #fd5a5b;
  color: #fff;
  float: left;
}
.btn-add-to-cupon {
  background: #fd5a5b;
  color: #fff;
  float: left;
}
.btn.btn-add-to-cart.focus,
.btn.btn-add-to-cart:focus,
.btn.btn-add-to-cart:hover {
  color: #fff;
  background: #fd7172;
  outline: none;
}
.btn.btn-add-to-cupon.focus,
.btn.btn-add-to-cupon:focus,
.btn.btn-add-to-cupon:hover {
  color: #fff;
  background: #fd7172;
  outline: none;
}
.btn-add-to-cart:active {
  background: #f9494b;
  outline: none;
}
.btn-add-to-cupon:active {
  background: #f9494b;
  outline: none;
}
#total-servicii h2 {
  font-size: 22px !important;
}
span.itemPrice {
  font-size: 20px;
  color: #fa5b58;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 9rem !important;
}
span.pricename {
  font-size: 20px;
  vertical-align: middle;
}
#modalimage {
  text-align: center;
}
#modaldescription li {
  width: 100%;
  text-align: left;
}
.selected {
  background: green !important;
}
.modal-backdrop {
  z-index: 1040 !important;
}
.modal-title {
  margin-left: 30px;
}
.cupoane-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.fitem_actionbuttons {
  text-align: center;
}
.fitem_actionbuttons.fitem_fgroup .felement.fgroup {
  margin-left: 0px !important;
}
.product-grid .animate .product-image .tb-thumb-effect img {
  height: 100px;
  width: 208px;
  display: block;
  margin: 0 auto;
}
.cupon-frontlogo {
  max-width: 100%;
  height: 50px;
}
.modal {
  width: 100% !important;
  margin-left: 0 !important;
}
#fitem_id_subdomain .felement.ftext input[type="text"] {
  margin-bottom: 0px !important;
  font-weight: 800;
  text-transform: lowercase;
}
#fitem_id_service_5 .felement.fadvcheckbox {
  margin-top: 5px;
}
/*
@media (max-width:670px) and (min-width:637px) {
    .product-container .product-grid{
	padding: 5px;
    }
}​​

@media (max-width:915px) and (min-width:861px) {
    .product-container .product-grid{
	padding: 5px;
    }
}​​
*/

#page-header div.titlearea {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
@media screen and (max-width: 630px) {
  #page-header div.titlearea {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
#region-main .container ul {
  margin: 0px !important;
}
.modal {
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modal .modal-footer {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .modal .btn-add-to-cart {
    position: relative;
    right: 43%;
    float: right;
  }
  .modal .btn-default {
    position: relative;
    right: 43%;
  }
  .modal .span6.text-center {
    margin-top: 10px;
  }
}

/*.selected-type {
    border-color: rgb(255, 0, 0);
    border-style: groove;
    border-width: 5px;
}*/
.domainexists {
  display: inline-block;
}

/*payment method buttons */
.paymethod-box {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn.paymethod {
  margin: 5px;
  font-size: 20px;
}
.paymethod-box label {
  float: left;
  margin: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
}
.paymethod-box label span {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  display: block;
}

.paymethod-box label input {
  position: absolute;
  top: -20px;
}

.paymethod {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  display: block;
  float: left;
  margin: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  cursor: pointer;
}

.paymethod:hover {
  background-color: #ff9505;
  color: #fff;
}

.paymethod-box input:checked + span {
  background-color: #ea7c00;
  color: #f7f7f7;
}

.method-selected {
  background-color: #ea7c00;
  color: #f7f7f7;
}
.box {
  border: 1px solid #d0d0d0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

/*quantity*/
#qt {
  color: rgb(153, 153, 153);
}
.fa[class~="angle"] {
  font-size: 1.3rem;
  position: relative;
  top: 0.15rem;
  margin: 0 20px;
  cursor: pointer;
  color: rgb(216, 216, 216);
  transition: all 0.5s;
}
.quantity {
  color: #333;
  text-align: center;
}
.mform .forminstitution {
  margin-left: 0px !important;
}
.fa.fa-minus.angle.decrease:hover {
  color: #ff0000;
}
.fa.fa-plus.angle.increase:hover {
  color: rgb(71, 190, 115);
}
.product-grid .product-ammount {
  height: 30px;
}
#fgroup_id_chooseaccount .felement.fgroup span {
  display: block;
}
.notify_school_instance,
.notify_instance_permision {
  margin-top: 20px;
  text-align: center;
}

/* signup form responsive*/
#page-login-signup .inner-desc {
  min-height: 50px !important;
}

@media (max-width: 767px) {
  #page-login-signup #mform3 fieldset input[size] {
    width: 98%;
  }

  #page-login-signup #id_schoolid {
    max-width: 97% !important;
    overflow: hidden;
  }
}

.container.packageslist {
  margin: 0;
}

.navbar-nav [data-region="drawer-toggle"] button {
  display: none;
}

/* .row.startprocess {
  margin-right: -5rem;
  margin-left: -5rem;
} */

/* .packageslist .package .package_image {
  height: 150px;
  width: 100%;
  max-height: 80px;
  max-width: 100%;
  position: relative;
  display: block;
}

.packageslist .package .package_image img {
  width: auto;
  height: auto;
  display: inline;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  max-height: 80px;
  margin: auto;
  max-width: 300px;
}
.package_description {
  display: block;
  position: relative;
  margin: 20px;
  box-shadow: 0px 0px 7px 3px lightgrey;
  display: none;
  padding: 5px 20px;
  width: 100% !important;
}

.package_details .selectthispackage {
  margin: 5px;
  display: inline-block;
  width: auto;
  /*height: 20px;
  color: #fff !important;
  overflow: hidden;
} */

#page-local-estart-request #region-main h2 {
  text-align: center;
}

.required_character {
  color: red !important;
}

#page-local-estart-request .choosecountry {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#page-local-estart-request .choosecountry .country {
  text-align: center;
}

/* modificari */
#id_subdomaininfo,
#id_adminaccountinfo,
#id_institutioninfo,
#id_accounttypeheader,
#id_chooseaddressandschool,
#id_couponsinfo {
  min-width: 100% !important;
}
.request-summary {
  width: 100%;
}

.total-servicii {
  margin-top: 50px;
  width: 100px;
  float: right;
}
.total-servicii #servicii {
  padding: 10px;
  background-color: #030d42;
  color: white;
  font-size: 22px;
  margin-bottom: 0px;
}
#suma {
  background: #bbc9ff;
  font-size: 22px;
  color: #fb6112;
}
.collapsible-actions {
  display: flex !important;
  min-width: 100%;
}
/* modificari */

/*PAGINA SIGNUP */
img#img1 {
  height: 60px;
}
img#img2 {
  height: 40px;
}
.marintop {
  margin-top: -10px;
}
.progress-signup li .svg-size {
  height: auto;
  display: unset;
  padding: 35px !important;
  margin-top: -28px;
}
.progress-signup {
  margin-top: 60px;
}
.margintop {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.progress-signup li .icons {
  display: inline-block;
  line-height: 17px;
  position: relative;
  border: solid 1px #f69017;
  border-radius: 50%;
  z-index: 3;
  padding: 25px;
}
.progress-signup li .fill {
  background: #f69017;
  margin-top: -10px;
}
.progress-signup .text-spacing {
  margin-top: -10px;
  font-size: 20px;
}
#page-login-signup .col-form-label,
#page-login-signup .custom-select,
#page-login-signup .text,
#page-local-estart-request .col-form-label {
  font-size: 20px;
  font-weight: 600;
}

/* New format for "Alege Servicii" */

.container.pacage2 {
  margin-top: 220px !important;
  margin-bottom: 10px;
}

.package2 {
  box-shadow: 0px 0px 7px 2px lightgrey;
  border-radius: 10px;
  transition: 1s;
}

.package2 .card-title {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ff7800de;
  font-size: 24px;
  border-radius: 10px 10px 0px 0px;
  color: white;
  font-weight: 600;
  overflow: hidden;
}

.package2.card-body.card-text {
  display: block;
  position: relative;
  margin: 20px;
  box-shadow: 0px 0px 7px 3px lightgrey;
  display: none;
  padding: 5px 20px;
  width: 100% !important;
  color: #012345;
  font-size: 18px;
}

.card-body.pack {
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 20px;
}

/* Change the layout for previous and next step*/
.container.submitbutons {
  display: flex;
  justify-content: center;
  margin-left: 110px;
}

/* .packageslist .package .package_image {
  height: 150px;
  width: 100%;
  max-height: 80px;
  max-width: 100%;
  position: relative;
  display: block;
} */

/* .packageslist .package .package_image img {
  width: auto;
  height: auto;
  display: inline;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  max-height: 80px;
  margin: auto;
  max-width: 300px;
} */

/* .package_details {
  display: block;
  position: relative;
}
.package_details .selectthispackage {
  margin: 0px;
  display: inline-block;
  width: auto;
   height: 20px; 
  color: #fff !important;
  overflow: hidden;
}
.package_details {
  display: block;
  padding-top: 50px;
  position: relative;
  text-align: left;
}
.package_details > p {
  color: #03346d;
  padding-left: 10px;
}
.package_details > p .fas {
  padding-right: 10px;
} */

/*Style for switch buttons*/

.button-box {
  width: 165px;
  margin: 35px auto;
  position: relative;
  border-radius: 30px;
  /*background: rgb(29 169 255 / 90%);*/
  background: #4568ac;
  color: white !important;
}

.btn-lunar {
  color: white !important;
}

.btn-anual {
  color: white !important;
}

.toggle-btn {
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
  text-align: center;
}

#btn {
  left: 83px;
  top: 0;
  position: absolute;
  width: 82px;
  height: 100%;
  background: #e67e22;
  border-radius: 30px;
  transition: 0.5s;
}

i.fa.fa-check {
  padding-right: 10px;
}

.package:nth-child(1) .package_name {
  background: #6cff3f;
}
/* .package:nth-child(2) a {
  margin-left: 32%;
  position: relative;
} */
.package:nth-child(2) .package_name {
  background: #36c6ff;
}
/* .package:nth-child(3) a {
  margin-left: 32%;
  position: relative;
} */
.package:nth-child(3) .package_name {
  background: #c561ff;
}
/* .package:nth-child(4) a {
  margin-left: 32%;
  position: relative;
} */
.package:nth-child(4) .package_name {
  background: #4c40f8;
}
/* .package:nth-child(5) a {
  margin-left: 32%;
  position: relative;
} */
.package:nth-child(5) .package_name,
.package2:nth-child(1) a {
  margin-left: 23%;
}
.package2:nth-child(1) .card-title {
  /*background: #61b32a;*/
  background: #6f7b92;
}
.package2:nth-child(2) a {
  margin-left: 23%;
  position: relative;
}
.package2:nth-child(2) .card-title {
  /*background: #36c6ff;*/
  background: #586886;
}
.package2:nth-child(3) a {
  margin-left: 23%;
  position: relative;
}
.package2:nth-child(3) .card-title {
  /*background: #c561ff;*/
  background: #4d5368;
}
.package2:nth-child(4) a {
  margin-left: 23%;
  position: relative;
}
.package2:nth-child(4) .card-title {
  /*background: #4c40f8;*/
  background: #273c63;
}
.package2:nth-child(5) a {
  margin-left: 23%;
  position: relative;
}
.package2:nth-child(5) .card-title {
  /*background: #ff5436;*/
  background: #1c2f57;

}
.package2 .btn {
  border-radius: 9px;
  background: #ff7800;
  color: white;
}

.progressbar.peckage {
  margin-left: 75px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .row.startprocess {
    margin: 0;
  }
  .card-body.pack {
    padding-left: 40px;
  }
  .progressbar.peckage {
    margin-left: 0;
  }
  .container.submitbutons {
    margin-left: 0;
  }
}

.package2:hover {
  transform: scale(1.1);
}

#country-request,
#package-request {
  /* max-width: 1240px; */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 200px 0px 0px 0px !important;
}

#page-local-estart-request #page-header {
  display: none !important;
}

#page-local-estart-request #region-main > .card {
  min-height: unset;
  overflow: unset;
}

/*PAGINA SIGNUP */

/* creare cont */
@media (min-width: 576px) {
  .mform fieldset {
    margin-left: 0 !important;
  }
}
.mform fieldset {
  border-bottom: none !important;
}

/*PROGRESS BAR*/

@media only screen and (max-width: 768px) {
  .progress-container {
    min-width: 80%;
    height: 5px;
    border-radius: 4px;
    margin-bottom: 50px;
    display: block !important;
  }
  .container .progress-signup li {
    width: 100% !important;
  }
  .bara-progress {
    margin-bottom: 25px;
    height: 5px;
  }
  #numarProgres {
    color: #f1670f;
  }
  .progress1 {
    background: -webkit-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 25%,
      lavender 25%,
      lavender 100%
    );
    background: -moz-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 25%,
      lavender 25%,
      lavender 100%
    );
    background: -ms-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 25%,
      lavender 25%,
      lavender 100%
    );
    background: linear-gradient(
      left,
      #f1670f 25%,
      #f1670f 75%,
      lavender 75%,
      lavender 100%
    );
  }
  .progress2 {
    background: -webkit-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 50%,
      lavender 50%,
      lavender 100%
    );
    background: -moz-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 50%,
      lavender 50%,
      lavender 100%
    );
    background: -ms-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 50%,
      lavender 50%,
      lavender 100%
    );
    background: linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 50%,
      lavender 50%,
      lavender 100%
    );
  }
  .progress3 {
    background: -webkit-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 75%,
      lavender 75%,
      lavender 100%
    );
    background: -moz-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 75%,
      lavender 75%,
      lavender 100%
    );
    background: -ms-linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 75%,
      lavender 75%,
      lavender 100%
    );
    background: linear-gradient(
      left,
      #f1670f 0%,
      #f1670f 75%,
      lavender 75%,
      lavender 100%
    );
  }
  .progress4 {
    background: lavender;
  }
  .otherpages {
    display: none !important;
  }
  .active {
    display: none;
  }
  .progressbar li.active + li:after {
    background: none;
  }
  .progressbar li.currentpage {
    width: 100% !important;
  }
  .instprogress {
    display: flex !important;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#page-login-signup #page-header {
  display: none;
}

/* creare cont */

.preloader {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  text-align: center;
  background: white;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 400px) {
  .request-summary .span6.col-md-6 {
    padding: 0px !important;
  }
}

.modal-title {
  margin: 0 auto;
  font-size: 30px;
}

/* @media only screen and (max-width: 767px) {
  .package:nth-child(2) a {
    margin-bottom: 20px !important;
  }
} */

body:not(:-moz-handler-blocked) .inner-box {
  height: auto !important;
}
body:not(:-moz-handler-blocked) .inner-desc {
  font-weight: normal !important;
}

#policytable td {
  border: 1px solid;
}

.packagesbtn {
  justify-content: center;
}

.packagesbtn a {
  max-width: 5rem;
  margin: 0.5rem !important;
}

#id_next, #id_finish {
  background: #f69017 !important;
}

.nextbutton {
  margin: 0 2em!important;
}