
  #b_checkout {
    color: #353b59;
  }
  #b_checkout.form-main .form-body {
    padding: 0 20px;
    display: flex;
    min-height: 650px;
  }
  #b_checkout .checkout-form-container{
    display: flex;
    flex-direction: column;
  }
  #b_checkout .checkout-options{
    background-color: #F0F8FF;
  }
  
  #b_checkout .checkout-options .right-arrow{
    position: absolute;
    left: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-right: 0;
    top: 15px;
    z-index: 99;
  }
  #b_checkout .white-bg{
    background-color: #fff;
  }
  #b_checkout .checkout-options-title{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 25px 0px;
  }
  
  #b_checkout .m-y-switch i{
    background-color: #fff;
  }
  #b_checkout label.switch {
    color: initial;
    font-size: 13px;
  }
  #b_checkout .promo-container .form-group{
    width: 95%;
    margin: auto;
  }
  #b_checkout .promo-container #promo, #b_checkout .promo-container .promo-input{
    height: 40px;
    text-align: center;
    border-color: #d7d9df;
  }
  #b_checkout .promo-container #promo::placeholder, #b_checkout .promo-container .promo-input::placeholder { 
    color: #abacb7;
    opacity: 1; 
  }
  
  #b_checkout .promo-container #promo:-ms-input-placeholder, #b_checkout .promo-container .promo-input:-ms-input-placeholder { 
    color: #abacb7;
  }
  
  #b_checkout .promo-container #promo::-ms-input-placeholder, #b_checkout .promo-container .promo-input::-ms-input-placeholder { 
    color: #abacb7;
  }
  
  #b_checkout .promo-container .form-group::before{ 
    font-size: 26px;
    left: 30px;
  }
  
  #b_checkout.form-main .form-control{
    font-size: 18px;
    border-radius: 8px;
  }
  
  #b_checkout .checkout-sub {
    width: 90%;
    font-size: 14px;
    padding: 12px !important;
    border-radius: 6px;
  }
  #b_checkout.form-main .form-group {
    margin-bottom: 15px;
   }
   #b_checkout.form-main .form-control{
    height: 40px;
    font-size: 16px;
    border-radius: 2px;
    padding: 10px;
   }
   #b_checkout.form-main .form-control::placeholder{
    color: #939393;
    font-size: 16px;
   }
   #b_checkout.form-main label{
    color: #AEB1C4;
    font-size: 13px;
    font-weight: bold;
   }
   #b_checkout.form-main .form-group::before{
    font-size: 14px;
  }
  
  #b_checkout.form-main .inIcon{
    font-size: 13px;
  }
  #b_checkout.form-main .inIcon input{
    padding-left: 27px;
  }
  #b_checkout .sm-left-padding {
    padding-left: 5px;
  }
  #b_checkout .sm-right-padding {
    padding-right: 3px;
  }
  
  #b_checkout .first-image-ck{
    width: 35%;
  }
  #b_checkout .pad-20{
    padding: 20px 0;
  }
  #b_checkout .second-image-ck{
    width: 52%;
  }
  
  .invalid-input{
    color: #cf6766;
  }
  #b_checkout .invalid-input i{
    padding-right: 10px;
  }
  #b_checkout .plan-options-header {
    font-size: 24px;
    position: relative;
    display: flex;
    width: 90%;
    justify-content: center;
    background-color: #fff;
    color: #3E4363;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #009EE2;
    border-radius: 5px;
    padding: 5px 0;
    margin-top: 10px;
  }
  #b_checkout .plan-options-header span{
    padding-right: 15px;
   }
  #b_checkout .plan-options-header i{
    border: 1px solid #fff;
  }
  
  #b_checkout .plan-options-header .plans-drop-down{
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 5px;
    z-index: 99;
  }
  #b_checkout .plan-options-header .plans-drop-down a{
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    color: #3E4363;
    text-decoration: none;
  }
  #b_checkout .plan-options-header .plans-drop-down a:hover{
    background: #E2F1FF;
  }
  #b_checkout .plan-options-header .plans-drop-down a:last-child{
    border: none;
  }
  
  #b_checkout .professional-header{
    background-color: #01bf8f;
  }
  #b_checkout .expert-header{
    background-color: #394261;
  }
  #b_checkout .starter-header{
    background-color: #565B6D;
  }
  
  #b_checkout .plan-features-container{
    width: 100%;
    padding: 20px;
    max-height: 500px;
    overflow: hidden;
  }
  #b_checkout .plan-features-container.extended{
    max-height: 525px;
    overflow: scroll;
  }
  #b_checkout .plan-features-container .plan-feature{
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    line-height: 40px;
  }
  #b_checkout .plan-features-container .plan-feature:last-child{
    border-bottom: none;
  }
  #b_checkout .plan-features-container .plan-feature i{
    color: #01bf8f;
    font-size: 19px;
    display: flex;
    flex: 1;
    border: none;
    padding-right: 15px;
  }
  #b_checkout .plan-features-container .plan-feature i.color-red {
    color:#ff6148;
  }
  #b_checkout .plan-features-container .plan-feature span{
    display: flex;
    flex: 15;
  }
  
  #b_checkout .plan-features-action{
    font-weight: bold;
    font-size: 14px;
    color: #009EE2;
    border: none;
  }
  #b_checkout .plan-features-action i{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #b_checkout .promo-container .promocode-section{
    width: 100%;
    padding: 0% 5%;
    margin-bottom: 20px;
  }
  
  #b_checkout .promo-container .promocode-section::before{
    left: 50px !important;
  }
  
  /* #b_checkout .up-price{
    font-weight: 500;
  } */
  
  #b_checkout .promo-container .color-blue{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  #b_checkout .start-sub {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  #b_checkout .large-trial-info{
    color: #3E4363;
    font-size: 13px;
    font-weight: 500;
    padding: 60px 20px 35px 20px;
  }
  
  #b_checkout .l-checkout-override:first-child{
    padding-right: 20px;
    box-shadow: 5px 1px 7px rgba(0, 158, 226, 0.05);
    z-index: 9;
  }
  #b_checkout .l-checkout-override:nth-child(3){
    padding: 0px;
  }
  
  #b_checkout .cards-ck{
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  #b_checkout .cards-ck span{
    margin-left: 12px;
  }
  
  #b_checkout .trial-info-message {
    background-color: #3E4363;
    font-size: 12px;
    color: #ffff;
    font-weight: 700;
    padding: 12px 30px;
  }
  
  #b_checkout .plan-price-ck-original{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    margin-bottom: -11px;
    text-decoration: line-through;
  }
  
  #b_checkout .price-section .billing-period {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 20px;
    color: #A8A8B3;
  }
  #b_checkout  .saving-price .billing-period{
    color: #353b59;
  }
  #b_checkout .saving-price{
    padding-bottom: 45px;
  }
  
  #b_checkout input.ng-invalid {
    border-color: #ccc !important;
  }
  
  #b_checkout input.invalid-input-border {
    color: #353b59;
    border-color: #EB5757 !important;
  }
  #b_checkout .invalid-input {
    color: #EB5757 !important;
  }
  #b_checkout input.invalid-input-border + .fa {
    color: #EB5757 !important;
  }
  
  #b_checkout .stripe-error-message{
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }
  #b_checkout .stripe-error-message .fa-exclamation-triangle{
    font-size: 12px;
    padding-right: 10px;
  }
  #b_checkout .stripe-error-message p{
    margin: 0;
    font-size: 13px;
  }
  /* #b_checkout.form-main .card-num:before {
    content: "\f09d";
  }
  #b_checkout.form-main .envelope:before {
    content: "\f0e0";
   } */


@media (max-width: 767px) {
  .checkout-page{
    min-height: 560px;
  }
  .checkout-page #header{
    height: 10%;;
  }
  #b_checkout .mobile-checkout-steps{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13%;
  }
  #b_checkout {
    color: #414562;
  }
  /* #b_checkout.form-main {
    height: 90%;
  } */
  #b_checkout .checkout-form-container {
    margin-top: 0 !important;
  }
  #b_checkout .active-steps-container{
    position: relative;
    /* height: 87%; */
    background: #fff;
  }
  #b_checkout .mobile-slider-card{
    position: relative;
    height: 100%;
    width: 300px;
    background: #f7f7f7;
    margin: 4px;
    padding: 0;
    /* border: 10px solid #fff; */
    transition: all 0.5s;
    top: 10px;
  }
  #b_checkout .mobile-slider-card.sm-padding{
    padding: 20px 10px;
    max-height: 494px;
    overflow: scroll;
  }
  #b_checkout .mobile-slider-card.slick-current {
    top: 0px;
    transition: all 0.5s;
  }
  #b_checkout .mobile-slider-card .card-media {
    width: 100%;
    height: 130px;
  }
  #b_checkout .mobile-checkout-slider{
    height: 95%;
  }
  #b_checkout .mobile-checkout-slider .slick-track{
    height: 100%;
  }
  #b_checkout .mobile-checkout-slider .slick-list{
    height: 100%;
  }
  #b_checkout .mobile-checkout-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #b_checkout .mobile-slider-card-header {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  #b_checkout .mobile-slider-card-header img{
    height: 40px;
  }
  #b_checkout .mobile-slider-card-header h3{
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
  }
  #b_checkout .mobile-slider-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #b_checkout .mobile-slider-card-content p{
    font-size: 14px;
    opacity: .9;
    font-weight: 600;
    text-align: center;
  }
  #b_checkout .mobile-plans-card-header{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 15px;
    background-color: #0098dd;
    color: #fff;
    height: 38%;
    min-height: 173px;
  }
  #b_checkout .professional-header{
    background-color: #01bf8f;
  }
  #b_checkout .expert-header{
    background-color: #394261;
  }
  #b_checkout .starter-header{
    background-color: #565B6D;
  }
  #b_checkout .mobile-plans-card-header p {
    color: inherit;
    text-align: center;
    margin: 0;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-name {
    font-size: 20px;
    font-weight: bold;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-price span:nth-child(1){
    font-size: 42px;
    font-weight: 400;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-price span:nth-child(2){
    font-size: 48px;
    font-weight: 300;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-price span:nth-child(3){
    font-size: 24px;
    font-weight: 300;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-bill{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-save{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
  }
  #b_checkout .mobile-plans-card-header .ch-slider-plan-save.sm-override{
    font-size: 10px;
  }
  #b_checkout .mobile-slider-card-content{
    overflow-x: scroll;
    height: 62%;
  }
  #b_checkout .mobile-slider-card-content.auto-hight{
    overflow-x: scroll;
    height: initial;
  }
  #b_checkout .plan-features-container .plan-feature{
    border-bottom: none;
  }
  #b_checkout .plan-features-container{
    padding: 10px 20px;
    padding-bottom: 60px;
  }
  #b_checkout .plan-feature .fa{
    padding-right: 10px;
  }
  #b_checkout .step-item {
    position: relative;
    /* transition: 1s linear all; */
    /* animation-duration: 1s; */
    /* animation-name: slidein; */
    /* position: absolute; */
    /* background: red; */
    left: 0%;
    width: 100%;
    /* height: 100%; */
    background: #fff;
    /* padding-bottom: 80px; */
  }
  #b_checkout .step-item.ng-hide {
    animation-duration: 1s;
    animation-name: slideout;
    left: -100%;
    display: none;
  }
  #b_checkout .step-item.plan-step::before{
    position: absolute;
    top: 28px;
    border: 15px solid transparent;
    border-top-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 9;
  }
  #b_checkout .checkout-plans-dots .slick-dots {
    position: unset;
    height: 5%;
  }
  #b_checkout .checkout-plans-dots .slick-dots li button::before {
    font-size: 10px;
    color: #c7cad9;
    transition: all 0.5s;
  }
  #b_checkout .checkout-plans-dots .slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #0098dd;
  }
  #b_checkout .checkout-form-container-outer .checkout-form-header {
    padding: 10px;
    background-color: transparent;
  }
  /* #b_checkout .checkout-form-container-outer .checkout-form-header .txt2{
    width: 100%;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
  } */
  #b_checkout .checkout-form-container-outer .checkout-form-header .txt2 .fa{
    font-size: 18px;
  }
  #b_checkout.form-main .form-group.inIcon:before, #b_checkout.form-main .form-group.email:before {
    bottom: 12px;
  }
  #b_checkout .m-y-switch{
    margin: 0;
    padding: 14px 0px;
    background-color: #f7f7f7;
  }
  @keyframes slidein {
    0% {
      left: 100%;
    }
    100% {
      left: 0%;
    }
  }
  @keyframes slideout {
    0% {
      left: 0%;
    }
    100%{
      left: -100%;
    }
  }
  #b_checkout .checkout-mobile-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.42);
    box-shadow: 0px -1px 14px 0px rgba(0,0,0,0.42);
    background-color: #fff;
    padding: 20px;
  }
  #b_checkout .checkout-mobile-cta button {
    background-color: #00bf8f;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
  }
  #b_checkout .checkout-mobile-cta button:hover,  .checkout-mobile-cta button:active{
    background-color: #00bf8f;
  }
  #b_checkout .l-checkout-override:first-child {
    width: 100%;
  }
  #b_checkout.form-main .form-body{
    padding: 25px 0px !important;
  }
  #b_checkout.form-main .form-control {
    height: 40px;
    font-size: 14px;
    color: #353b59;
  }
  #b_checkout .plan-options-header{
    padding: 0;
    height: 55px;
  }
  #b_checkout .form-container .mobile-plans-card-header{
    margin-top: -25px;
  }
  #b_checkout .promo-container .color-blue {
    justify-content: left;
  }
  #b_checkout .promo-container .promocode-section {
    padding: 0;
  }
  #b_checkout .promo-container #promo, #b_checkout .promo-container .promo-input {
    height: 40px;
  }
  #b_checkout .promo-container .promocode-section::before {
    left: 16px !important;
  }
  #b_checkout .more-info-conteiner {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 20px;
  }
  #b_checkout .more-info-conteiner.lg-padding{
    padding-top: 50px;
  }
  #b_checkout .more-info-conteiner a{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    color: #0098dd;
    text-transform: capitalize;
  }
  #b_checkout .more-info-conteiner i{
    font-size: 20px;
    color: #0098dd;
    padding-right: 7px;
  }
  #b_checkout .large-trial-info{
    padding-bottom: 0;
  }
  #b_checkout .large-trial-info .one-line-message{
    font-size: 12px;
  }
  #b_checkout .large-trial-info .new-line-message {
    margin-bottom: 0px;
    margin-top: 7px;
  }
  #checkout_sub, .checkout-sub {
    padding: 14px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .plans-flex{
    flex-direction: column;
  }
  #header .container{
    width: 100%;
  }
  .containerr{
    width: 100%;
    padding: 0px 15px;
  }
  #b_checkout .plan-features-container{
      padding: 0px;
  }
  #b_checkout .plan-options-header{
    padding: 0px;
  }
  #b_checkout .plan-options-header span {
    padding-right: 5px;
  }
  .pad-hor {
    padding: 0px;
  }
  label.switch span:first-child{
    margin-right: 2px;
  }
  label.switch span:last-child {
    margin-left: 2px;
  }
  .switch i{
    height: 20px;
    width: 35px;
  }
  .switch i:before {
    width: 14px;
    height: 14px;
  }
  label.switch span {
    min-width: 0px;
  }
  #b_checkout .promo-container .promocode-section::before {
    left: 20px !important;
  }
  #b_checkout .promo-container #promo, #b_checkout .promo-container .promo-input {
    padding-left: 23px;
    font-size: 16px;
    text-align: center;
  }
}
#breadcrumb {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 93%;
  display: flex;
  border: 1px solid #e3e4e9;
  border-radius: 8px;
  background: #e3e4e9;
}
#breadcrumb li {
  float: left;
  flex: 1;
  margin-right: 2px;
  margin-right: 12px;
}
#breadcrumb li a {
  position: relative;
  color: #82848e;
  display: flex;
  background: #f7f7f7;
  text-decoration: none;
  height: 50px;
  padding: 0px;
  /* width: 80px; */
  font-size: 12px;
  align-items: center;
  justify-content: center;
  transition: none;
}
#breadcrumb li a span {
  line-height: 1.2;
  padding-left: 7px;
  max-width: 55px;
  font-weight: bold;
  text-transform: capitalize;
}
#breadcrumb .fa {
  font-size: 16px;
}

#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f7f7f7;
  border-width: 25px 10px;
  width: 0;
  height: 0;
  right: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
#breadcrumb li a::before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f7f7f7;
  border-width: 25px 10px;
  width: 0;
  height: 0;
  left: -10px;
  border-left-color: transparent;
  border-right-width: 0;
}
#breadcrumb li:first-child  {
  /* width: */
}
#breadcrumb li:first-child a{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#breadcrumb li:first-child a:before {
  content: none;
}
#breadcrumb li:last-child {
  width: 80px;
  margin: 0;
}
#breadcrumb li:last-child a{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#breadcrumb li:last-child a:after {
  content: none;
}
#breadcrumb li.active a {
  background-color: #0098dd;
  color: #fff;
}
#breadcrumb li.active .fa {
  color: #fff;
}
#breadcrumb li.active a::after {
  border-color: #0098dd;
}
#breadcrumb li.active a::before {
  border-top-color: #0098dd;
  border-bottom-color: #0098dd;
}
.billing-flex-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
#payment_form input:focus {
  outline: none !important;
  border-color: #009EE2 !important;
}
#payment_form input:focus + .fa {
  color: #009EE2 !important;
}
#payment_form input:focus + label {
  color: #009EE2 !important;
}
.blue-header{
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #009EE2;
  padding: 22px 0;
}
.billed-msg{
  font-weight: 500;
  font-size: 17px;
  color: #3E4363;
  padding: 15px 0;
  display: flex;
  margin-top: 24px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.billed-msg .billing-card-container{
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-right: 17px;
}
.billed-msg .billing-card-container i{
  color: #009EE2;
  font-size: 15px;
}
.billed-msg .icon-color-gray{
  border: 2px solid #C4C4C4;
}
.billed-msg .icon-color-blue{
  border: 2px solid #009EE2;
}
.billed-msg .icon-color-gray i{
  color: #C4C4C4;
}
.billed-msg .icon-color-blue i{
  color: #009EE2;
}
.billed-msg b{
  font-weight: 900;
}
.checkout-val{
  position: relative;
  width: 20px;
  text-align: center;
  margin-right: 15px;
}
.checkout-val .feature-val{
  display: inline-block !important;
}
.checkout-val small{
  position: absolute;
  bottom: -12px;
}
.dark-font{
  color: #3E4363 !important;
}
.right-addon { 
  position: relative; 
}
.right-addon .fa {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 43%;
  transform: translate(50%, 50%);
  font-size: 16px;
  color: #AEB1C4;
}
.border-light{
  border-color: #AEB1C4 !important;
}
.plans-flex{
  display: flex;
  justify-content: space-around;
  padding: 10px 15px;
  align-items: center;
  border: 1px solid #009EE2;
  border-radius: 48px;
  background-color: #fff;
  margin-bottom: 20px;
}
.plans-flex div{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #3E4363;
  cursor: pointer;
  padding: 2px 10px;
}
.chosen-plan{
  background: #009EE2;
  border-radius: 27px;
  color: #fff !important;
}
.unlimited-star i{
  color: #009EE2 !important;
  display: inline-block !important;
  padding: 0 !important;
  font-size: 17px !important;
}
.unlimited-star small{
  position: absolute;
  bottom: -13px;
  left: -8px;
  color: #009EE2;
  font-size: 7px;
}
.valid-input-icon{
  color: #009EE2 !important;
}
.flex-center{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.invalid-alert{
  display: flex;
  align-items: center;
}
.invalid-alert i{
  font-size: 20px;
}
.invalid-alert p{
  font-size: 13px;
  margin: 0;
}
.mobile-plan-name{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
#b_checkout .checkout-form-header {
  background: #009EE2;
  color: #F2F2F2;
}
#b_checkout .checkout-form-container-outer .checkout-form-header h3{
  font-weight: 800;
}
#b_checkout .checkout-form-container .form-body .promocode-type{
  padding-top: 10px;
}
@media(min-width: 768px){
  .override-col-width{
    width: 50%;
  }
  .pad-0{
    padding-right: 0 !important;
  }
  .override-container-width{
    max-width: 850px !important;
  }
  #b_checkout .promo-container #promo, #b_checkout .promo-container .promo-input{
    height: 40px;
    text-align: left;
    border-color: #009EE2;
    width: 150px;
    margin: auto;
    margin-top: 11px;
  }
}