#pricing_plans {
  margin-top: 100px;
  /*1920*/
  /*768*/
  /*320*/
}
#pricing_plans .select_plan {
  display: none;
}
#pricing_plans .section_title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 60px;
  line-height: 60px;
}
#pricing_plans .pricing_container {
  text-align: center;
}
#pricing_plans .plan_slider {
  display: inline-block;
  padding: 30px 30px 40px 30px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 5px 20px rgba(229, 230, 232, 0.8);
  border-radius: 10px;
}
#pricing_plans .plugin_plan:not(:last-child) {
  margin-right: 26px;
}
#pricing_plans .plugin_plan {
  width: 260px;
  display: inline-block;
  float: left;
}
#pricing_plans .plugin_plan .plan_info {
  padding-top: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 303px;
  background: rgba(186, 195, 207, 0.1215686275);
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 10px;
  text-align: center;
}
#pricing_plans .plugin_plan .plan_info .plugin_name {
  letter-spacing: 0.13px;
  color: rgba(50, 58, 69, 0.7);
  font-size: 16px;
  font-weight: 600;
}
#pricing_plans .plugin_plan .plan_info .plugin_name .info_tooltip {
  left: auto;
  right: -2px;
  top: 0;
  bottom: auto;
}
#pricing_plans .plugin_plan .plan_info .plan_title {
  font-size: 32px;
  letter-spacing: 0.26px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 43px;
}
#pricing_plans .plugin_plan .plan_info .plan_price .dollar_symbol {
  font-size: 59px;
  letter-spacing: 0.49px;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  line-height: 80px;
}
#pricing_plans .plugin_plan .plan_info .plan_price .plan_price_el {
  letter-spacing: 0.58px;
  color: #000000;
  font-size: 70px;
  font-weight: 700;
  display: inline-block;
  line-height: 90px;
}
#pricing_plans .plugin_plan .plan_info .plan_sites {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12px;
  color: rgba(50, 58, 69, 0.7);
  margin-bottom: 33px;
  line-height: 19px;
}
#pricing_plans .plugin_plan .plan_info .free_plan_url {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.13px;
  color: #000000;
  display: inline-block;
}
#pricing_plans .plugin_plan .plan_info .plugin_plan_button {
  border-radius: 6px;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  width: 195px;
  height: 50px;
}
#pricing_plans .plugin_plan .plan_details {
  text-align: left;
}
#pricing_plans .plugin_plan .plan_details .el_section {
  margin-top: 40px;
}
#pricing_plans .plugin_plan .plan_details ul {
  display: inline-block;
}
#pricing_plans .plugin_plan .plan_details ul li b {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0px;
  font-weight: 700;
}
#pricing_plans .plugin_plan .plan_details ul li.number b {
  letter-spacing: 0px;
  font-size: 26px;
  font-weight: 700;
}
#pricing_plans .plugin_plan .plan_details ul li {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 260px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#pricing_plans .plugin_plan .plan_details ul li span {
  display: inline-block;
}
#pricing_plans .plugin_plan .plan_details ul li:after {
  content: "";
}
#pricing_plans .plugin_plan .plan_details ul li:before {
  font-family: "twtf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#pricing_plans .plugin_plan .plan_details ul li.check:before {
  content: "\e92b";
  font-size: 16px;
  margin-right: 12px;
}
#pricing_plans .plugin_plan .plan_details ul li.dot:before {
  content: "";
  margin-right: 17px;
  margin-left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
  top: 6px;
}
#pricing_plans .plugin_plan .plan_details ul li.disable {
  color: rgba(50, 58, 69, 0.5);
}
#pricing_plans .plugin_plan .plan_details ul li.disable:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../../../../../uploads/tenweb-theme/images/single_plugin/disabled_detail.svg");
  background-size: contain;
  top: 2px;
}
#pricing_plans .plugin_plan .plan_details ul li .detail_title {
  margin-left: 24px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  padding-bottom: 3px;
  border-bottom: dashed 1px #C6C8CB;
}
#pricing_plans .plugin_plan .plan_details ul li.number .detail_title {
  margin-left: 0px;
  line-height: 32px;
}
#pricing_plans .plan_free .plan_details li.check:before {
  color: #85D431;
}
#pricing_plans .plan_free .plan_details li.dot:before {
  background: #85D431;
}
#pricing_plans .plan_free .plan_details li:hover > .detail_title {
  border-bottom: dashed 1px #85D431;
}
#pricing_plans .plan_basic .plan_details li.check:before {
  color: #F8C332;
}
#pricing_plans .plan_basic .plan_details li.dot:before {
  background: #F8C332;
}
#pricing_plans .plan_basic .plan_details li:hover > .detail_title {
  border-bottom: dashed 1px #F8C332;
}
#pricing_plans .plan_basic .plugin_plan_button {
  background: #F8C332;
}
#pricing_plans .plan_pro .plan_details li.check:before {
  color: #6454F0;
}
#pricing_plans .plan_pro .plan_details li.dot:before {
  background: #6454F0;
}
#pricing_plans .plan_pro .plan_details li:hover > .detail_title {
  border-bottom: dashed 1px #6454F0;
}
#pricing_plans .plan_pro .plugin_plan_button {
  background: #6454F0;
}
#pricing_plans .plan_bandle .plan_details li.check:before {
  color: #4786FF;
}
#pricing_plans .plan_bandle .plan_details li.dot:before {
  background: #4786FF;
}
#pricing_plans .plan_bandle .plan_details li.number b {
  color: #4786FF;
}
#pricing_plans .plan_bandle .plan_details ul li:last-child {
  margin-top: 17px;
}
#pricing_plans .plan_bandle .plan_details li:hover > .detail_title {
  border-bottom: dashed 1px #4786FF;
}
#pricing_plans .plan_bandle .plan_info {
  background-color: #4786FF;
}
#pricing_plans .plan_bandle .plan_info .plugin_name {
  position: relative;
  letter-spacing: 0.13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
}
#pricing_plans .plan_bandle .plan_info .plan_title {
  color: #FFFFFF;
}
#pricing_plans .plan_bandle .plan_info .plan_price .dollar_symbol {
  color: #FFFFFF;
}
#pricing_plans .plan_bandle .plan_info .plan_price .plan_price_el {
  color: #FFFFFF;
}
#pricing_plans .plan_bandle .plan_info .plan_sites {
  color: rgba(255, 255, 255, 0.7);
}
#pricing_plans .plan_bandle .plan_info .free_plan_url {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.13px;
  color: #000000;
  display: inline-block;
}
#pricing_plans .plan_bandle .plan_info .plugin_plan_button {
  border-radius: 6px;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  display: inline-block;
  width: 195px;
  height: 50px;
}
#pricing_plans .plan_bandle .plugin_plan_button {
  background: rgba(255, 255, 255, 0.2);
}
#pricing_plans .plan_details li .info_tooltip, #pricing_plans .plan_info .info_tooltip {
  text-align: left;
  position: absolute;
  background: #fff;
  padding: 16px;
  border: 1px solid rgba(50, 58, 69, 0.2);
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  width: 280px;
  box-sizing: border-box;
  left: 23px;
  bottom: calc(100% + 20px);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  opacity: 0;
  z-index: -5;
}
#pricing_plans .plan_details li .info_tooltip h6, #pricing_plans .plan_info .info_tooltip h6 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 18px;
}
#pricing_plans .plan_details .info_icon, #pricing_plans .plan_info .info_icon {
  position: relative;
}
#pricing_plans .plan_details .info_icon .icon, #pricing_plans .plan_info .info_icon .icon {
  width: 14px;
  height: 14px;
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info.svg);
  cursor: pointer !important;
  margin: 0 0 -2px 5px;
  display: none;
}
#pricing_plans .plan_details .info_icon .icon:hover, #pricing_plans .plan_info .info_icon .icon:hover {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover.svg);
}
#pricing_plans .plan_details .info_icon .info_tooltip, #pricing_plans .plan_info .info_icon .info_tooltip {
  color: rgb(50, 58, 69);
}
#pricing_plans .plan_details .info_icon:hover .icon, #pricing_plans .plan_info .info_icon:hover .icon {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover.svg);
}
#pricing_plans .plan_details .info_icon:hover .info_tooltip, #pricing_plans .plan_info .info_icon:hover .info_tooltip {
  opacity: 1;
  z-index: 1;
  transform: translateY(18%);
}
#pricing_plans .plan_details li:hover .info_tooltip, #pricing_plans .plan_info li:hover .info_tooltip {
  color: rgb(50, 58, 69);
  opacity: 1;
  z-index: 1;
  transform: translateY(18%);
}
#pricing_plans .plan_info .info_icon .icon {
  display: inline-block;
}
#pricing_plans .plan_info .info_icon .icon {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover1.svg);
  background-size: cover;
}
#pricing_plans .plan_info .info_icon .icon:hover {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover1.svg);
  opacity: 0.5;
  background-size: cover;
}
#pricing_plans .plan_info .info_icon:hover .icon {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover1.svg);
  opacity: 0.5;
  background-size: cover;
}
#pricing_plans .plan_info .icon:hover {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_hover1.svg);
  opacity: 0.5;
  background-size: cover;
}
#pricing_plans .plan_info .info_icon {
  position: absolute;
}
@media screen and (min-width: 1261px) {
  #pricing_plans {
    margin-top: 80px;
  }
  #pricing_plans .section_title {
    font-size: 38px;
    letter-spacing: 0.31px;
    margin-bottom: 60px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #pricing_plans {
    margin-top: 60px;
  }
  #pricing_plans .section_title {
    display: none;
  }
  #pricing_plans .plan_slider {
    width: 344px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0px;
    background: none;
    box-shadow: none;
  }
  #pricing_plans .plugin_plan {
    width: 344px;
  }
  #pricing_plans .plugin_plan .plan_info {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
  }
  #pricing_plans .plugin_plan .plan_details {
    min-height: 687px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 20px rgba(229, 230, 232, 0.8);
    padding-left: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 17px;
  }
  #pricing_plans .plan_bandle ul li:nth-child(18) {
    margin-top: 17px;
  }
  #pricing_plans .plan_bandle .plan_details ul li:last-child {
    margin-top: 20px;
  }
  #pricing_plans ul li:last-child {
    padding-bottom: 127px;
  }
  #pricing_plans .plan_slider .slick-list {
    padding: 0 !important;
    overflow: visible;
  }
  #pricing_plans .plugin_plan:not(:last-child) {
    margin-right: 50px;
  }
  #pricing_plans .select_plan {
    position: relative;
    display: block;
    margin-bottom: 60px;
  }
  #pricing_plans .select_plan .line {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    background: transparent linear-gradient(90deg, rgba(228, 229, 231, 0) 0%, #E4E5E7 49%, rgba(228, 229, 231, 0) 100%) 0% 0% no-repeat padding-box;
  }
  #pricing_plans .select_plan .select_plan_item {
    font-size: 18px;
    color: rgba(50, 58, 69, 0.7);
    font-weight: 600;
    letter-spacing: 0.15px;
    padding-bottom: 16px;
    display: inline-block;
  }
  #pricing_plans .select_plan .select_plan_item {
    margin-right: 60px;
  }
  #pricing_plans .select_plan .select_plan_item:nth-child(4) {
    margin-right: 0px;
  }
  #pricing_plans .select_plan .select_plan_item.active {
    color: #000000;
    border-bottom: 2px solid #323A45;
  }
  #pricing_plans .plan_details .info_icon, #pricing_plans .plan_info .info_icon {
    position: absolute;
  }
  #pricing_plans .plan_details .info_tooltip, #pricing_plans .plan_info .info_tooltip {
    left: -56px;
    width: 304px;
  }
  #pricing_plans .plan_details .info_icon:hover span.info_tooltip, #pricing_plans .plan_info .info_icon:hover span.info_tooltip {
    transform: translateY(20%);
  }
}
@media screen and (max-width: 767px) {
  #pricing_plans {
    margin-top: 46px;
  }
  #pricing_plans .plan_slider {
    width: 260px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0px;
    background: none;
    box-shadow: none;
  }
  #pricing_plans .plugin_plan {
    width: 240px;
  }
  #pricing_plans .plugin_plan .plan_info {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
  }
  #pricing_plans .plugin_plan .plan_info .plan_title {
    font-size: 28px;
    letter-spacing: 0.23px;
    margin-bottom: 9px;
    line-height: 38px;
  }
  #pricing_plans .plugin_plan .plan_details {
    min-height: 714px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 20px rgba(229, 230, 232, 0.8);
    padding-left: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #pricing_plans .plugin_plan .plan_details ul li .detail_title {
    margin-left: 24px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 12px;
  }
  #pricing_plans ul li:last-child {
    padding-bottom: 123px;
  }
  #pricing_plans .plan_slider .slick-list {
    padding: 0 !important;
    overflow: visible;
  }
  #pricing_plans .plugin_plan:not(:last-child) {
    margin-right: 20px;
  }
  #pricing_plans .select_plan {
    margin-bottom: 30px;
  }
  #pricing_plans .select_plan .select_plan_item {
    font-size: 12px;
    letter-spacing: 0.1px;
    padding-bottom: 6px;
  }
  #pricing_plans .select_plan .select_plan_item {
    margin-right: 30px;
  }
  #pricing_plans .select_plan .select_plan_item:nth-child(4) {
    margin-right: 0px;
  }
  #pricing_plans .select_plan .select_plan_item.active {
    color: #000000;
    border-bottom: 2px solid #323A45;
  }
  #pricing_plans .plan_details .info_icon {
    position: static;
    vertical-align: top;
  }
  #pricing_plans .plan_details .number .info_icon {
    position: static;
    vertical-align: baseline;
  }
  #pricing_plans .plan_info .info_tooltip {
    width: 280px;
  }
  #pricing_plans .plan_details li .info_tooltip {
    left: -30px;
    width: 260px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  #pricing_plans .plugin_plan .info_icon .icon {
    display: inline-block;
  }
}

@media screen and (max-width: 1260px) {
  #pricing_plans .plan_details li .info_tooltip, #pricing_plans .plan_info .info_tooltip {
    width: 237px;
  }
  .plugin-photo-gallery #pricing_plans ul li:last-child {
    padding-bottom: 73px;
  }
  .plugin-photo-gallery #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 30px;
  }
  .plugin-form-maker #pricing_plans ul li:last-child {
    padding-bottom: 73px;
  }
  .plugin-form-maker #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 30px;
  }
  .plugin-form-maker #pricing_plans .plugin_plan .plan_details {
    min-height: 874px;
  }
}
@media screen and (max-width: 767px) {
  #pricing_plans .plan_details li .info_tooltip, #pricing_plans .plan_info .info_tooltip {
    width: 260px;
  }
  .plugin-photo-gallery #pricing_plans ul li:last-child {
    padding-bottom: 53px;
  }
  .plugin-photo-gallery #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 30px;
  }
  .plugin-form-maker #pricing_plans ul li:last-child {
    padding-bottom: 53px;
  }
  .plugin-form-maker #pricing_plans .plan_bandle ul li:last-child {
    padding-bottom: 30px;
  }
  .plugin-form-maker #pricing_plans .plugin_plan .plan_details {
    min-height: 959px;
  }
}
