.price1-col {
  text-align: center; 
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: all 500ms ease-in 0s;
}
.price1-col.price1-col-three {
  padding: 30px;
  border-radius:20px;
}
.price1-col:hover {
  box-shadow: 1px 3px 5px #666666;
  transition: all 500ms ease-in 0s; 
}
.price1-col.price1-col-three:hover {
  border:0;
}
.active.list-features p {
  opacity: 0.5;
}
.price1-col.premium-table {
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  position: relative;
  transition: all 500ms ease-in 0s;
  box-shadow: 1px 3px 5px #666666;
}
.price1-col.premium-table:hover {
  transition: all 500ms ease-in 0s;
  border: 1px solid #f22e55;
}
.price1-col {
  margin-top: 35px;
}
.price-content .active p {
  color: #666666;
}

.price-content p {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.price-content p:lsst-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.price-content {
  padding: 30px;
}

.pricing-plan-head-group {
  background-color: #ff6839;
  border-radius: 5px 5px 0 0;
  padding: 30px 30px 0px 30px;
  margin-bottom: 0px;
}
.price-img img {
  width: 100%;
}
.pricing-plan-head-group h4,
.pricing-plan-head-group p {
  color: #ffffff;
}
.price-content ul li:last-child p {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-plan-block--monthly-container {
  display: none;
}
.pricing-plan-tab-lp .toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 100px;
  background-color: #ff6839;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.pricing-plan-tab-lp .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.pricing-plan-tab-lp .toggle .b.switch {
  position: absolute; 
  top: 2px;
  bottom: 2px; 
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
}  
.pricing-plan-tab-lp .mly.active ~ .toggle .b.switch { 
  left: 2px; 
  right: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}  
.pricing-plan-tab-lp .mly ~ .toggle .b.switch {
  right: 2px;
  left: 57.5%;  
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: all;
  transition-delay: 0s;
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}
.pricing-plan-block--yearly-container {
  display: none;
}
.pricing-plan-block.active {
  display: block;
} 
.billing-selectors__form label {
  font-size: 15px;
  font-weight: 600;
}
.pricing-plan-tab-lp .billing-selectors__form {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.pricing-plan-tab-lp .billing-selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
} 
.pricing-plan-tab-lp li {
  list-style: none;
}

/* Pricing one */
.pricing-plan-col {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  transition: all 500ms ease 0s;
}
.price-col.box-hover:hover {
  box-shadow: 1px 2px 3px #666666;
  transition: all 500ms ease 0s;
}
.pricing-plan-col:before {
  border-top: 10px solid transparent;
  border-right: 10px solid #000000;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 55px;
  width: 0;
}
.top-price-head {
  background-color: #00374d;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
}
.price-head p {
  background-color: #00374d;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 23px 15px 40px;
}
.price-tag p {
  background-color: #ff6839;
  color: #ffffff;
  font-size: 18px;
  left: -10px;
  line-height: 30px;
  padding: 10px 15px 10px 30px;
  position: absolute;
  text-align: left;
  top: 65px;
  width: 160px;
}
.price-tag:after {
  content: "\f0d9";
  color: #00374d;
  font-family: "Font Awesome 5 Free";
  font-size: 85px;
  left: -31px;
  margin: 0 auto;
  position: absolute;
  right: 45px;
  top: 60px;
  transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transition: all 500ms ease 0s;
  width: 100%;
  font-weight: 900;
}
.price-tag:before {
  content: "\f0d9";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  left: -58px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 86px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 500ms ease 0s;
  width: 100%;
  z-index: 1;
  font-weight: 900;
  font-size: 80px;
}
.price-tag:hover:before {
  transition: all 500ms ease 0s;
}
.price-col-even::after, .price-col-odd::after {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #000000;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 50px;
  width: 0;
}
.pricing-plan-content {
  padding: 30px 15px 0 15px;
}
.pricing-plan-content p {
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
}
.price-col {
  position: relative;
}
.price-new {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 49px;
  width: 297px;
}
.price-new p {
  background-color: #ff6839;
  color: #ffffff;
  display: block;
  font-family: "Poppins";
  font-weight: 400;
  height: 8px;
  left: 172px;
  letter-spacing: 1px;
  padding: 45px 25px 25px 5px;
  position: relative;
  right: 0;
  text-align: center;
  top: -24px;
  transform: rotate(40deg);
}

/* Pricing Two */
.pricing-plan-2plan-com .plan {
  position: relative;
  background-color: #262626; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.pricing-plan-2plan-com .plan:hover, 
.pricing-plan-2plan-com .plan.hover {
  background-color: #1c1c1c;
}
.pricing-plan-2plan-com .plan:hover svg, 
.pricing-plan-2plan-com .plan.hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pricing-plan-2plan-com .pricing-plan-2plan {
  position: relative;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.pricing-plan-2plan-com .pricing-plan-2plan svg {
  font-size: 56px;
  margin: 0 15px;
  fill: #ff6839;
  display: inline-block;
  float: left;
  transition: .4s ease-in-out;
  width: 45px;
  height: 45px;
}
.pricing-plan-2plan-com .plan-title {
  top: 0;
  margin: 10px 0 0;
  color: #fff;
}
.pricing-plan-2plan-com .plan-cost {
  margin: 0;
  color: #878787;
}
.pricing-plan-2plan-com .plan-features {
  padding: 0;
  margin: 0 0 10px;
  list-style: outside none none;
  text-align: left;
}
.pricing-plan-2plan-com .plan-features li {
  padding: 5px 5%;
  border-left: 5px solid #ff6839;
  margin: 2px 30px;
  color: #999999;
}
.pricing-plan-2plan-com .plan-select {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.pricing-plan-2plan-com .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 40px;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ff6839;
}
.pricing-plan-2plan-com .plan-select a:hover {
  background-color: #262626;
}
.pricing-plan-2plan-com .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.pricing-plan-2plan-com .featured .plan-select a {
  margin: 30px 20px;
}
.price2-col-com {
  float: left;
  margin-left: 0;
}

/* Model 3 */
.price-mod3 .price-table.style1 {
  background: #fff; 
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap.featured {
  position: relative;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap .top {
  text-align: center;
  padding: 0 8px;
}

.price-mod3 .price-table.style1 .cl-pricetable-wrap .top .popular {
  color: #fff;
  font-size: 12px;
  left: -50px;
  padding: 30px 45px 6px 45px;
  position: absolute;
  text-transform: lowercase;
  top: -14px;
  transform: rotate(-50deg);
  box-shadow: 0 5px 40px rgba(230,230,230,.2);
  background: #ea4c23;
  box-shadow: 0 5px 40px rgba(230,230,230,.2);
} 
.price-mod3 .price-table.style1 .cl-pricetable-wrap .top {
  text-align: center;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap .top .cl-header .price-title {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 44px 0 0; 
  color: #ffffff;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap.without-bg .top .cl-header .price-title {
  color: #333333;
}
.price-mod3 .price-table.style1 .cl-subheader {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap .top h3 {
	font-weight: 600 !important;
	color: #ea4c23;
	margin: 15px 0 0; 
  font-size: 65px;
  line-height: 70px !important;
} 
.price-mod3 .price-table.style1 .cl-pricetable-wrap .bottom {
  padding-top: 30px;
  color: #ffffff;
}
.price-mod3 .clpricing-plan-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: cneter;
}
.price-mod3 .price-table.style1 .cl-pricetable-wrap .bottom ul li {
  font-weight: 400;
  padding: 6px 12px;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 991px) {
  .price2-col-com {
    width: 50% !important;
    float: left;
    
  }
}
@media (max-width: 575px) {
  .price2-col-com {
    width: 100% !important;
  }
}

.button--primary {
    background-color: #ff6839;
    border: 1px solid #ff6839;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 30px;
    min-width: 150px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: Uppercase;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.button--primary:active, 
.button--primary:hover {
    fill: #333;
    background-color: #ebbc4a;
    border: 1px solid #ebbc4a;
    color: #333;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.button--secondary {
    background-color: #ebbc4a;
    border: 1px solid #ebbc4a;
    border-radius: 50px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 30px;
    min-width: 150px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: Uppercase;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.button--secondary:active, 
.button--secondary:hover {
    fill: #ff6839;
    background-color: #ff6839;
    border: 1px solid #ff6839;
    color: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}