#checkout_2020, .temp-checkout-form{
  font-family: Lato;
}

.stepper-container {
  background-color: #fff;
  margin-top: -62px;
  margin-bottom: 43px;
  min-height: 590px;
  max-width: 559px;
  margin-left: auto;
  margin-right: auto;
}
#checkout_2020 .ck-stepper-title, .temp-checkout-form .ck-stepper-title{
  background: #009EE2;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  padding: 20px;
}

#checkout_2020 .cc-stepper-flag, .temp-checkout-form .cc-stepper-flag{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
#checkout_2020 .cc-stepper-flag .cc-stepper-dots, .temp-checkout-form .cc-stepper-flag .cc-stepper-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}
#checkout_2020 .cc-stepper-flag .cc-stepper-dots .cc-dot-item, .temp-checkout-form .cc-stepper-flag .cc-stepper-dots .cc-dot-item{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009EE2;
  border: 1px solid #009EE2;
}
#checkout_2020 .cc-stepper-flag .cc-stepper-dots .cc-dot-item.inactive {
  background-color: transparent;
  border: 1px solid #C9C7DC;
}
.cc-dot-item.inactive {
  background-color: transparent !important;
  border: 1px solid #C9C7DC !important;
}
#checkout_2020 .cc-stepper-flag .cc-stepper-dots .cc-dot-split, .temp-checkout-form .cc-stepper-flag .cc-stepper-dots .cc-dot-split {
  display: inline-block;
  width: 35px;
  height: .5px;
  background: #C9C7DC;
}
#checkout_2020 .cc-stepper-flag .cc-stepper-text, .temp-checkout-form .cc-stepper-flag .cc-stepper-text {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #AEB1C4;
  padding-top: 14px;
}
#checkout_2020 .cc-stepper-form, .temp-checkout-form .cc-stepper-form{
  display: flex;
  justify-content: center;
}
#checkout_2020 .step-item, .temp-checkout-form .step-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 424px;
}
#checkout_2020 .cc-signup-container {
  width: 100%;
}
#checkout_2020 .cc-signup-container .s-gg{
  border-radius: 3px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
#checkout_2020 .cc-signup-devider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}
#checkout_2020 .cc-signup-devider .signup-split{
  width: 47%;
  border: 1px solid #aeb1c49c;
}
#checkout_2020 .cc-signup-devider .signup-text{
  font-size: 14px;
  line-height: 17px;
  color: #AEB1C4;
  width: 6%;
  text-align: center;
}
#checkout_2020 .form-group select  {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
#checkout_2020 .form-group .form-control   {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 30px 12px 10px;
  margin-bottom: 4px;
  height: 44px;
  color: #30313d;
}

::-webkit-input-placeholder { 
  color:    #757680 !important;
}
:-moz-placeholder { 
 color: #757680!important;
 opacity:  1;
}
::-moz-placeholder { 
 color: #757680!important;
 opacity:  1;
}
:-ms-input-placeholder { 
 color: #757680!important;
}
::-ms-input-placeholder { 
 color: #757680!important;
}

::placeholder { 
 color: #757680!important;
}
#checkout_2020 .form-group.valid input {
  border-color: #009EE2;
}
#checkout_2020 .form-group.valid .phoneInputContainer {
  border-color: #009EE2;
}
#checkout_2020 .form-group.valid::after, #checkout_2020 .form-group.valid::before{
  color: #009EE2;
}
#checkout_2020 .user-email::after{
  content: "\f0e0";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 15px;
  top: 13px;
  color: #AEB1C4;
}
#checkout_2020 .form-group.valid::after {
  color: #009EE2;
}
#checkout_2020 .form-group.invalid input,
#checkout_2020 .form-group.invalid .phoneInputContainer {
  
  border-color: #EB5757 ;
}
#checkout_2020 .form-group.invalid::after {
  color: #EB5757 ;
}
#checkout_2020 .signup-checkbox label {
  width: 100%;
}
#checkout_2020 .signup-checkbox input[type="checkbox"]:after {
  top: 46%;
  border-width: 1px;
}
#checkout_2020 .signup-checkbox label span{
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #939393;
}
#checkout_2020 .signup-checkbox input[type=checkbox]{
  margin-left: -32px;
  margin-top: 0px ;
}
#checkout_2020 .links{
  padding: 0px;
  font-size: 16px;
  color: #939393;
  margin-top: 25px;
}
#checkout_2020 .links p{
  font-size: 16px;
  color: #939393;
  font-size: 15px;
}
#checkout_2020 .links a {
  color: #009EE2;
}
#checkout_2020 .btn.mv-btn.cc-continue {
  background: #009EE2;
  border-radius: 3px;
  line-height: 19px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  position: relative;
  min-height: 39px;
  margin-bottom: 20px;
}

#checkout_2020 .cc-email-check{
  margin-top: 10px;
  font-size: 14px;
  color: #34374E;
  margin-bottom: 30px;
  width: 100%;
}
#checkout_2020 .cc-email-item {
  color: #009EE2;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#checkout_2020 .cc-password-container{
  width: 100%;
}
#checkout_2020 .user-password .password-icon {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #AEB1C4;
  cursor: pointer;
}
#checkout_2020 .user-password.valid .fa {
  color: #009EE2;
}

#checkout_2020 label {
  margin-bottom: 4px;
  font-size: 0.93rem;
  font-weight: 400;
}
#checkout_2020 .cc-payment-form-container .form-group.inIcon::before, .phone-step .form-group.inIcon::before{
  left: initial;
  right: 15px;
  top: 34px;
  font-size: 16px;
}
#checkout_2020 .form-group{
  margin-bottom: 10px;
}
#checkout_2020 .form-group.inIcon::before{
  font-family: FontAwesome;
}
#checkout_2020 .form-group.inIcon.card-num::before{
  content: "\f09d";
}
.cc-payment-form-container .col-md-6{
  padding: 0px 8px 0px 0px ;
}
.cc-payment-form-container .col-md-6:last-child, .cc-payment-form-container .col-md-5 {
  padding: 0 !important;
}
.cc-payment-form-container .row {
  margin: 0;
}
.cc-payment-form-container .form-group.inIcon.cal::before{
  content: "\f274";
  top: 32px !important;
}
#checkout_2020 .form-group.inIcon.lock:before {
  font-size: 20px;
  top: 31px !important;
}
#checkout_2020 .form-group.inIcon.angle-down:before {
  content: "\f107";
  top: 31px !important;
}
#checkout_2020 .form-group.inIcon.angle-down:before,
#checkout_2020 .form-group .fa-angle-down
 {
  pointer-events: none;
  color: #6d6e78;
  font-size: 20px;
}
.checkout-title{
  color: #34374E;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.checkout-title .main-title{
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.checkout-title .sec-title{
  font-size: 16px;
  display: block;
}

.checkout-title .billed-value {
  margin-bottom: 6px;
}

.plan-desc{
  font-size: 14px;
  line-height: 16px;
  margin: 30px 0px;
  text-align: center;
}
#checkout_2020 .start-sub {
  margin-top: 15px;
  position: relative;
}
#checkout_2020 .btn-sup{
  width: 100%;
  border-radius: 3px;
}

#checkout_2020 .cards-ck {
  margin-top: 15px;
  margin-bottom: 90px;
}
#checkout_2020 .cards-ck  .second-image-ck{
  max-width: 150px;
  margin-top: 10px;
}
#checkout_2020 .cards-ck  .first-image-ck{
  margin-right: 15px;
}
#checkout_2020  .phone-step .form-group {
  width: 100%;
  margin-top: 30px;
}
#checkout_2020 .phone-step .form-group.inIcon.phone-num::before{
  top: 10px;
}
#checkout_2020 .form-group.invalid::before {
  color: #EB5757 ;
}
#checkout_2020 .cc-payment-form-container{
  width: 100%;
}
@media (max-width: 760px){
  #checkout_2020 {
    padding: 0px;
  }
  #checkout_2020 .cc-stepper-form{
    padding: 15px;
  }
  #checkout_2020 .cc-payment-form-container{
    width: 100%;
  }
  #checkout_2020 .col-md-6{
    padding: 0;
  }
}

#checkout_2020  .cc-go-back-btn{
  display: block;
  padding-bottom: 10px;
  cursor: pointer;
  color: #009EE2;
}

#checkout_2020 .plan-price-ck-original{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-bottom: -11px;
  text-decoration: line-through;
}
#checkout_2020 .start-sub.bottom-section-ck{
  display: inline-block;
  width: 100%;
}
#checkout_2020 .plan-name-container{
  margin-top: -30px;
}
#checkout_2020 .dropdown-plan{
  margin-top: -15px;
}
#checkout_2020 .dropdown-plan .dropdown-toggle {
  min-width: 210px;
} 
#checkout_2020 .green-plan-name{
  display: block;
    font-size: 21px;
    color: #01bf8f;
    font-weight: 900;
}
#checkout_2020 .switch i:before{
  width: 13px;
    height: 12px;
}
#checkout_2020 .switch i{
  height: 18px;
    width: 36px;
}
#checkout_2020 .compare-plans {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
#checkout_2020 .compare-plans a{
  color: #009EE2;
  text-decoration: underline;
}

#checkout_2020 .adjust-n-properties {
  display: block;
  padding-bottom: 10px;
}

#checkout_2020 .adjust-n-properties a {
  color: #009EE2;
  text-decoration: underline;
}

#checkout_2020 #ch_mobile_plan_select_container{
  margin-top: -20px;
  border-width: 2px !important;
  border-radius: 5px !important;
  border-color: #d7d6de;
  background: #fff;
  border-style: solid;
 }

 #checkout_2020 .subscription-terms {
  padding: 10px 0px 0px 0px;
  font-size: 12px;
  color:#7f7f87;
}

 @media (max-width: 767px){
  #checkout_2020 .ch-mobile-plan-select-actions {
    width: 215px;
    margin: auto;
    position: relative;
    height: 57px;
    text-align: center;
}
#checkout_2020 #ch_mobile_plan_select_container select {
  height: 100%;
}
#checkout_2020 .change-plan-override-text {
  width: 87%;
  color: #a1a0a5;
}
#checkout_2020 .ch-mobile-plan-select-actions i {
  color: #a1a0a5;
  right: 51px;
  top: 72%;
  height: 10px;
}
#checkout_2020 label.switch span:first-child {
  margin-right: 0px;
}
 }

#checkout_2020 .error-stripe {
  margin-top: 15px;
  color: #cf6766;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
 #checkout_2020 .error-stripe .error-message {
  color: #cf6766;
  margin-bottom: 0;
  margin-top: 5px;
}
#checkout_2020 .error-stripe .fa-exclamation-triangle {
  margin-top: 7px;
}

#checkout_2020 .error-coupon{
  width: 100%;
  margin-bottom: 20px;
}
#checkout_2020 .error-coupon .error-message{
  color: #cf6766;
}
#checkout_2020 .error-coupon .fa-exclamation-triangle{
  margin-top: 7px;
  color: #cf6766;

}
#checkout_2020 .dialCodeInput{
  position: relative;
  display: flex;
  height: 44px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
}
#checkout_2020 .country-select {
  cursor: pointer;
}
#checkout_2020 .phoneInputContainer{
  display: flex;
  position: relative;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
#checkout_2020 .phoneInputContainer input{
  padding-left: 12px;
  border: 0px;
  flex: 1;
  border-radius: 5px;
  height: 44px;
}
#checkout_2020 .dialCodeInput select{
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
#checkout_2020 .promo-code {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  display: block;
  font-weight: 600;
  color: #3ca0dc;
  font-size: 14px;
}
#checkout_2020 .dialCodeText {
  padding-left: 8px;
  padding-right: 8px;
}


#checkout_2020 .iti.iti--inline-dropdown{
  flex: 1;
  display: flex;
}

#checkout_2020 .refund-policy-link {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 6px;
}

#checkout_2020 .refund-policy-link a {
  font-size: 12px;
  color: #7f7f87;
}

#checkout_2020 .total-wrapper {
  padding-top: 10px;
  border-top: 1px solid lightgray;
  width: 100%;
  float: left;
}

#checkout_2020 .total {
  display: flex;
  justify-content: space-between;
}

#checkout_2020 .total-due-today {
  font-weight: bold;
}

#checkout_2020 .saved-value {
  color: #027a48 !important;
  background-color: #ecfdf3;
  padding: 2px 4px;
  margin: 0 2px 0 0;
  min-width: unset;
}

#checkout_2020 label.switch:not(.active) span:first-child {
  font-weight: 400;
  color: inherit;
}

#checkout_2020 .switch:not(.active) i:before {
  background: #c9c7dc;
}

#checkout_2020 .invalid-input {
  color: #df1b41;
  font-size: 0.93rem;
}

#checkout_2020 .phone-num {
  margin-top: 12px;
}