.ot-pricing_module .pricing_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
.ot-pricing_module .ot-pricing__top {
  padding: 15px;
}
.ot-pricing_module .ot-pricing__top.column-1 {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;  
}
.ot-pricing_module .ot-pricing__top.column-2 {
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;	
}
.ot-pricing_module .ot-pricing__top.column-3 {
  flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -webkit-flex-basis: 33.33%;
  -o-flex-basis: 33.33%;  
}

@media (max-width: 900px) {
  .ot-pricing_module .ot-pricing__top.column-3 {
    flex-basis: 50%;
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -o-flex-basis: 50%;		
  }

}
@media (max-width: 767px) {
  .ot-pricing_module .pricing_flex {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .ot-pricing_module .ot-pricing__top {
    flex-basis: 100%!important;
    -moz-flex-basis: 100%!important;
    -webkit-flex-basis: 100%!important;
    -o-flex-basis: 100%!important;
    padding: 0;
    margin-bottom: 20px;
  }
  .ot-pricing_module .ot-pricing__top:last-child {
    margin-bottom: 0!important;
  }
}
.ot-pricing_module .pricing_box {
  position: relative;
  padding: 50px 30px;
  background-color: #FFFFFF;
  transition: all 0.4s ease;
  text-align: center;
  border-radius:10px;
}

.ot-pricing_module {
  text-align: center;
}
.ot-pricing_module .ot-pricing_timeframe {
  margin-bottom: 30px;
}
.ot-pricing_module .ot-pricing_plan {
  margin-bottom: 20px;
}
.ot-pricing_module .btn_area {
  margin-top: 20px;
}
.ot-pricing_module .ot-pricing_separator {
  margin-bottom: 10px;
}
.ot-pricing_module .ot-pricing_body ul,
.ot-pricing_module .ot-pricing_body li {
  padding: 0;
}
.ot-pricing_module .ot-pricing_body li {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  text-align: left;
}
.ot-pricing_module .ot-pricing_body svg {
  display: inline-block;
  margin-right: 10px;
  max-width: 7px !important;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}
.ot-pricing_module .card__subtitle,
.ot-pricing_module .ot-pricing_body li {
  font-size: inherit;
  line-height: 22px!important;
}
.ot-pricing_module .ot-pricing_body ul {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.ot-pricing_module .ot-pricing_body ul li {  
  padding: .7rem 0;
  text-align: center!important;
  margin: auto!important;
}

.ot-pricing_module .ot-pricing_separator {
  border-bottom: 1px solid rgba(13, 23, 36, 0.15);
}
.ot-pricing_module .ot-pricing_features ul li span {
  color: #9da7b4;
}

@media (max-width: 767px) {
  .ot-pricing_module {
    margin-bottom: 30px;
  }
  .ot-pricing_module {
    margin-bottom: 0!important;
  }
}

{# Toggle Css #}
.ot-pricing_module .yearlypricing,
.ot-pricing_module .montlypricing {
  margin-bottom: 20px;
}
.ot-pricing_module .yearlypricing {
  display: none;
}
.ot-pricing_module .slideToggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.ot-pricing_module .slideToggle i {
  margin: 0 15px;
}

.ot-pricing_module .form-switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ot-pricing_module .form-switch i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  transition: all 0.3s linear;
}

.ot-pricing_module .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 17px;
  transform: translate3d(4px, 2.5px, 0);
  transition: all 0.2s ease-in-out;
}

.ot-pricing_module .form-switch input {
  display: none;
}

.ot-pricing_module .form-switch input:checked + i::after {
  transform: translate3d(24px, 2.5px, 0);
}

.ot-pricing_module .form-switch input + i::after {
  background-color: #fff;
}

.ot-pricing_module .form-switch .beforeinput.toggle-text {
  font-weight: 700;
  border-bottom: 3px solid #f3f3f7;
}

.ot-pricing_module .form-switch input:checked + i + .toggle-text {
  font-weight: 700;
  border-bottom: 3px solid #f3f3f7;
}
@media(max-width:767px) {
  .ot-pricing_module .slideToggle {
    justify-content: center;
  }
}

{# Tool Tip #}
.ot-pricing_module .ttip {
  font-size: 12px;
  max-width: 200px;
  padding: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  inset: 0px auto auto 0px;
  margin: 0px;
  line-height: 1.28;
  transform: translate(9px, -9px);
}
@media(max-width:375px) {
  .ot-pricing_module .slideToggle {
    justify-content: center !important;
  }
}
@media(max-width:320px) {
 .ot-pricing_module .form-switch{
   margin-bottom: 35px;
  }
  .ot-pricing_module .ttip {
    transform: translate3d(-60px, 38px, 0px);
  }
  .ot-pricing_module .slideToggle .ttip[data-popper-placement=right]:after {
    border-radius: 2px;
    left: 40%;
    margin-top: -6px;
    top: 10px;
    transform: rotate(45deg);
  }
}
.ot-pricing_module .ttip[style*=position] {
  display: block;
}
.ot-pricing_module .ttip:after,
.ot-pricing_module .ttip:before {
  content: "";
  display: block;
  position: absolute;
}
.ot-pricing_module .ttip:before {
  border-radius: 6px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  z-index: -1;
}
.ot-pricing_module .ttip[data-popper-placement=right]:after {
  border-radius: 2px;
  left: 6px;
  margin-top: -6px;
  top: 50%;
  transform: rotate(45deg);
}
.ot-pricing_module .ttip:after {
  height: 12px;
  width: 12px;
  z-index: -2;
}

{# Bradg Css #}
.ot-pricing_module .popular-tag {
  min-width: 100px;
  min-height: 100px;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
}
.ot-pricing_module .popular-tag span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  width: 120px;
  display: inline-block;
  background: #007bff;
  position: absolute;
  top: 24px;
  left: -23px;
  transform: rotate(-45deg);
}
*, ::after, ::before {
  box-sizing: border-box;
}
.ot-pricing_module .popular-tag span:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
}
.ot-pricing_module .popular-tag span:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;  
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;  
}