.fade:not(.show){
  opacity: 1 !important;
}
.card-header p::before{
  display: inline-block;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid #444444;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  position: absolute;
  right: 18px;
}
.card-header.active p::before{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-link.focus, .btn-link:focus{
  text-decoration: unset !important;
}
.card-header {
  background-color: unset !important;
  border-bottom:unset !important;
}
.card{
  border: unset;
}
.card-header{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.card-body{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
  font-weight: 400;
}
.shippingchimp-pricing__table img{
  width: 25px;
}
.shippingchimp-pricing__table__head{
  background-color: #f3f3f3;
}
.table-bordered th{
  border: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.shippingchimp-pricing__table tbody{
  border: 1px solid #dee2e6 !important;
}

/*new pricing css start here*/
.sc-btn--suffix:after {
  content: '';
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../../images/pricing/arrow-white.svg);
  background-size: contain!important;
  transition: right .3s;
}
.sc__plan__price {
  color: #191919;
  font-weight: 700;
  font-size: 34px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.sc__plan__price small {
  font-weight: 400;
  font-size: 70%;
  line-height: 1;
  padding-right: 5px;
}
.sc__plan__price:after {
  content: '/mo';
}
.sc__plan__price:after{
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  bottom: 0;
}
.sc__plan__package h5,.sc__plan__extra h5{
  color: #00000a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400; 
}
.sc__plan__top{
  padding-top: 10px;
}
.sc-btn--suffix {
  transition-property: padding-left,padding-right;
  transition-duration: .3s,.3s;
}
.sc-btn--secondary {
  background-color: #3d7aad;
  margin-top: 26px;
}
@media (min-width: 1025px){
  .sc-btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.sc-btn {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  height: 42px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .3s;
}
.sc-btn--suffix:focus, .sc-btn--suffix:hover {
  padding-left: 34px;
  padding-right: 46px;
}
.sc-btn--secondary:focus, .sc-btn--secondary:hover {
  color: #fff;
}
.sc-btn--suffix {
  transition-property: padding-left,padding-right;
  transition-duration: .3s,.3s;
}

.sc-btn:focus, .sc-btn:hover {
  text-decoration: none;
  transform: scale(1.02);
  transition: .3s;
  box-shadow: 0 0 14px 0 rgba(0,0,0,.12), 0 14px 24px 0 rgba(0,0,0,.12);
}
.sc-btn--gsecondary {
  background-color: transparent;
  color: #3d7aad;
  box-shadow: 0 0 0 1px #3d7aad inset;
  transition: .3s ease-out;
}
.sc-btn--gsecondary:focus, .sc-btn--gsecondary:hover {
  color: #fff;
  background-color: #000;
  transform: scale(1);
}
.sc-btn--suffix:focus:after, .sc-btn--suffix:hover:after {
  right: 24px;
}

.sc__plan__cta {
  margin-top: 24px;
  margin-bottom: 60px;
}
.sc__plan__list {
  padding: 0;
  margin: 0;
  color: #00000a;
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}
.sc__plan__list>li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.sc__plan__text{
  font-weight: 400;
}
.sc__plan__list>li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #666678;
}
.sc__plan__highlight {
  color: #242438;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 9px;
}
.sc__pricing__row{
  position: relative;
  width: 1300px;
  
}
.sc__pricing{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 72px;
  padding-bottom: 60px;
  border-top: 1px solid #e0e0e4;
}
.sc__border{
 border-right: 1px solid #e0e0e4;
}
.sc__pricing h2{
  position: absolute;
  top: -20px;
  background: #fff;
  padding: 0 8px;
}
.sc__link:hover, .sc__linkfocus {
  color: #000ff0;
  text-decoration: none;
}
.sc__link--plevel {
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  transform: translate(0,50%);
}
.sc__link {
  color: #000ff0;
  font-weight: 500;
  position: absolute;
  top: -22px;
  left: 48%;    
  background-color: #fff;
  padding: 0 8px;
}
.sc__link--plevel:after {
  transform: rotate(90deg);
}
.sc__link--icon:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
  background: url(../../images/features/arrow-right.svg) center/contain no-repeat;
}
.col-xs-2 {
  width: 19.666667%;
}
.sc__enterprise{
  border-right: 1px solid #e0e0e4;
}
.sc__plan__heading {
  color: #00000a;   
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.28px;
  line-height: 32px;
  margin-bottom: 8px;
}
.sc__highlight--active {
  background-size: 100% 100%;
}
.sc__highlight {
  position: relative;
  -webkit-transition: background-size .3s ease;
  -o-transition: background-size .3s ease;
  transition: background-size .3s ease;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(62%,transparent),color-stop(0,#ffe6ab)) center center/0 75% no-repeat;
  background: -webkit-linear-gradient(top,transparent 62%,#ffe6ab 0) center center/0 75% no-repeat;
  background: -o-linear-gradient(top,transparent 62%,#ffe6ab 0) center center/0 75% no-repeat;
  background: linear-gradient(to bottom,transparent 62%,#ffe6ab 0) center center/0 75% no-repeat;
  padding: 0 4px;
  margin: 0 -4px;
}
.sc__plan{
  padding-top: 72px;
  padding-bottom: 60px;
}
.cross__span{
  font-size: 22px;
  color: #ff2c2c;
}
@media (min-width: 992px){
  .sc__plan__heading {
    font-size: 44px;
    letter-spacing: -1.28px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.col-half-offset {
 border-bottom: 1px solid #e0e0e4;

}
.sc__price__features ul{
  padding: unset;
}
.sc__price__features ul li{
  list-style: none;
  color: #00000a;
  padding: 12px 40px 12px 12px;
}

.sc__features-table td{
  width: 255px;
  color: #00000a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.features__Desc{
  border-top: 1px solid #e0e0e4;
  border-right: 1px solid #e0e0e4;
  padding: 12px 40px 12px 12px;
}
.features__second__Desc{
 border-right: 1px solid #e0e0e4;
 padding: 12px 40px 12px 12px;
}
.features__first__child{
  border-left: 1px solid #e0e0e4;
}
.tick__span{
  color: #0358ad;
  font-size: 25px;
}
.features__price___head h5{
  color: #00000a;
  padding: 60px 0 24px 0!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  margin-left: 241px;
}
.features__lastchild{
  border-bottom: 1px solid #e0e0e4;
}
.sc__feature__headalign{
  text-align: left;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px){
  .sc__pricing__row{
    width: 1170px !important;
  }
  
  .sc__plan__heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px){
  .sc__pricing__row{
    width: 1100px !important;
    padding-left: 20px;
  }

  .sc__plan__heading {
    font-size: 38px;
  }
}
@media (min-width:1700px){
  nav>.container {
   max-width: 1600px;
 }

}
@media only screen and (max-width: 1500px) and (min-width: 1400px){
  .sc-btn--secondary {    
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px){
  .sc-btn--secondary {    
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 900px){
 .sc__pricing__row{
  width: 900px !important;
  padding-right: 28px;
}
.sc-btn{
  padding:0 10px;
}
.features__link:after {
  position: absolute;
  top: 10px;
  right: 25px !important;
}
.sc__plan__cta .sc-btn--suffix{
  margin-top: 0px !important;
}
.sc__enterprise .sc__plan__cta .sc-btn--suffix{
  margin-top: 2px !important;
}
.sc__plan__cta {
  margin-top: 40px;
  margin-bottom: 32px;
}
.sc__features-table td{
  width: 170px;
}
}
/*fixed header css start here*/
.nav__fixed__header{
  padding: 12px 24px;
  background: #0358ad;  
}
.sc__head__price__desc {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 20px;
  margin-left: 20px;
  font-weight: 400;

}
.sc__head__price__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 20px;
}
/*.sc__head__price__firstcol{
  margin-left:20px;
  }*/
  .sticky__fixed{
    position: fixed;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    top: 0!important;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 9999;
    border-radius: 0;
  }
  /*end of fixed header css here*/
  /*end of new pricing css here*/
  @media (min-width: 800px){
    .mobile__view__pricing{
      display: none;
    }
  }
  @media (max-width: 799px){
    .desktop__view__pricing{
      display: none;
    }
    #pricing__sticky{
     display: none !important;
   }
   .sc__pricing__row{
    width: unset !important;
  }
  button, .btn {
    outline: none !important;
    border: 0 !important;
  }
  .btn-style {
    white-space: unset !important;
  }
  .card-header p::before{
    display: none;
  }
  .price-table-button{
    width: 70% !important;
  }
}

.price-padding-border {
  border: 1px solid #f6f5f5;
  background-color: #fafafa;
}
.price-bg {
  background-color: rgba(197,219,242,.3);
  margin: 20px 20px;
}
.price-padding-data, .price-plan-table-head, .price-plan-table-head1 {
  padding: 30px 20px 20px 10px;
}
.plan-price-head h5 {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px dashed #FFB801;
}
.mobile-features {
  padding: 30px;
}

.main-features p {
  padding: 10px;
  height: 95px;
  font-size: 15px !important;
}
.pricing-mobile-row {
  padding: 0px 12px;
  background-color: #d8eacc;
}
.price-fixed-list {
  position: relative;
  left: -8px;
  bottom: 15px;
}
.price-fixed-list ul {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10000;
}
.pricing-mobile-view-list li.active {
 color: #fff !important;
 border-bottom: 3px solid black !important;
 background-color: #0358ad;
}
.pricing-mobile-view-list li {
  float: left;
  padding: 10px; 
  list-style: none;
  background-color: #fff; 
  border: 1px solid black;
}
.plan-price-head li {

  margin-bottom: .625rem;
  position: relative;
}
.features-check p {
  padding: 20px;
  height: 95px;
}
.plan-price-head ul li,.main-features p,.features-check p{
  color: #00000a;
}
.features__link{  
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 12px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  color: #0358AD;
}
.features__link:focus, .features__link:hover,.features__link a {
  text-decoration: none;
  outline: 0;
  color: #0358AD;
}
.features__link:after {
  position: absolute;
  top: 10px;
  right: 8px;
}
.features__link:after {
  content: '';
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: url(../../images/features/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px 8px;
  margin-top: 4px;
}
.features__link:focus:after, .features__link:hover:after {
  right: 14px;
}
.features__link__icon:hover:after {
  margin-left: 6px;
}