.elementor-987983 .elementor-element.elementor-element-1185a3e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-987983 .elementor-element.elementor-element-7753dc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-987983 .elementor-element.elementor-element-07d0eac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-07d0eac */.container-stockexcel  {
  width: 100%;
}

.container-stockexcel .packages {
  margin: 20px;
  width: 300px;
  padding-bottom: 1.5em;
  height: 100%;
  background-color: #1C6C80;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 19px 38px rgba(30, 35, 33, 1), 0 15px 12px rgba(30, 35, 33, 0.2);
  flex-wrap: wrap;
  color: #f4f4f4;
}

.container-stockexcel h1,
.container-stockexcel h2 {
  font-size: 2.2em;
  color: white;
}

.container-stockexcel .list li {
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}

.container-stockexcel .first {
  margin-top: 10px;
  border-top: 1px solid #f4f4f4;
}

.container-stockexcel .list {
  width: 80%;
}

.container-stockexce li::before {
    content: url(https://stockxcel.com/wp-content/plugins/paid-member-subscriptions/includes/admin/pricing-table-designs/icons/pricing-table-marker-style-1.svg);
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 70%;
    background: #CEE8F4;
    position: absolute;
    left: -37px;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.container-stockexcel ol,
.container-stockexcel ul {
  padding: 0;
}

.container-stockexcel .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-stockexcel input,
.container-stockexcel label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.container-stockexcel .button {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.4em;
  margin: 15px 15px;
  border-radius: 50px;
  color: #f4f4f4;
  transition: all 0.3s ease 0s;
}

.container-stockexcel .button:hover {
  transform: scale(1.2);
}

.container-stockexcel .button1 {
  background-color: #063845;
  box-shadow: 0 0 10px 0 #063845 inset, 0 0 20px 2px #063845;
}

.container-stockexcel .button2 {
  background-color: #063845;
  box-shadow: 0 0 10px 0 #063845 inset, 0 0 20px 2px #063845;
}

.container-stockexcel .button3 {
    background-color: #063845;
  box-shadow: 0 0 10px 0 #063845 inset, 0 0 20px 2px #063845;
}

.container-stockexcel .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.container-stockexcel .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.container-stockexcel .slider {
  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;
}

.container-stockexcel .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.container-stockexcel input:checked + .slider {
  background-color: #50bfe6;
}

.container-stockexcel input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

.container-stockexcel input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.container-stockexcel .slider.round {
  border-radius: 34px;
}

.container-stockexcel .slider.round:before {
  border-radius: 50%;
}

.container-stockexcel .package-container {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.packages p{
        font-size: 14px;
}/* End custom CSS */