.rate {
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  display: inline-block;
}
.green-start {
  /*! position: fixed; */
  background: #268543;
  right: -4px;
  top: 20px;
  width: 145px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-left: 12px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.packages {
  margin: 20px;
  width: 245px;
  /*width: 300px;*/
  padding-bottom: 1.5em;
  height: 100%;
  /*! background-color: #1e2321; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgb(218, 218, 218),
    0 15px 12px rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
  color: black;
}

h1,
h2 {
  font-size: 2.2em;
}

.list li {
  /*! font-size: 20px; */
  list-style: none;
  border-bottom: 1px solid #b5b5b5;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}

.first {
  margin-top: 40px;
  border-top: 1px solid #8d8787;
}

.list {
  width: 80%;
  padding: 0;
}

/*ol,
ul {
  padding: 0;
}*/

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.switchone {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switchone input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderone {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2321;
  -webkit-transition: 0.4s;

  box-shadow: 2px 6px 25px #1e2321;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.sliderone:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderone {
  background-color: #50bfe6;
}

input:focus + .sliderone {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .sliderone:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliderone.roundone {
  border-radius: 34px;
}

.sliderone.roundone:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
/*   align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
}

.panel-title a.collapsed:after{
    font-family: 'FontAwesome';
    padding-right: 5px;
  float: right !important;
content: '\f054';
}

.panel-title a:after{
  float: right;
font-family: 'FontAwesome';
content: "\f078";
padding-right: 5px;
}

.panel-group .panel-default > .panel-heading {
  background: #652D90 !important;
  color: white !important;
  border-radius:5px;
}
.panel-group .panel-default > .panel-heading :hover{
  background: #652D90 !important;
  color: white !important;
	cursor: pointer !important;
}
.panel-group .panel-default > .panel-heading :focus{
  background: #652D90 !important;
  color: white !important;
	cursor: pointer !important;
}



