h4.label-titles {
   float: left;
   width: 200px;
   display: block!important;
   font-size: 14px;
   color: #494949;
   letter-spacing: 0;
   line-height: 15px;
}

.estibot-overlay {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-image: url(../images/bg.png);
}

.h3,
h3 {
   font-size: 20px;
   margin-bottom: 0px;
}

select.form-control {
   height: 45px!important;
}

form#payment.nopadtop.animated:before {
   margin-top: -3px!important;
}

select#billing_state {
/*   background: #f7f7f7;
   box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
   border-radius: 4px;
   margin-bottom: 18px;
   padding: 20px;*/
width: 100%;
    height: 45px!important;
    margin-top: 6px;
}

select#billing_country {
  /* background: #f7f7f7;
   box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
   border-radius: 4px;
   margin-bottom: 18px;*/
width: 100%;
    height: 45px!important;
    margin-top: 6px;
}

select#expiration_month {
  /* background: #f7f7f7;
   box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
   border-radius: 4px;
   margin-bottom: 18px;*/
width: 100%;
    height: 45px!important;
    margin-top: 6px;
}

select#expiration_year {
 /*  background: #f7f7f7;
   box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
   border-radius: 4px;
   margin-bottom: 18px;*/
width: 100%;
    height: 45px!important;
    margin-top: 6px;
}

.pad-right-20 {
   padding-right: 20px!important;
}

.button-container>div a {
    margin-bottom: 10px;
    display: inline!important;
    width:100%;
}

.button-container>div a {
    margin-bottom: 10px;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    background: #4DA1FF;
    font-weight: normal;
}
a#alider-pref.btn.btn-white.prevstep {
   background-color:black!important;
   background:blue!important;
}

div.bx-controls.bx-has-pager {
   display:none!important;
}

a#slider-next.btn.btn-white.nextStep:hover {
   background:#388eef!important;
   text-decoration:none!important;
}

a#slider-prev.btn.btn-white.prevStep:hover {
   background:black!important;
}

a.bx-next {
   background:none!important;
}

a.bx-prev {
   background:none!important;
   color:#9a9a9a!important;
}




a#slider-prev.btn.btn-white.prevStep {
    float: left!important;
    display: block!important;
    background: #f3f3f3!important;
    border: .5px solid #eaeaea!important;
 }


/*------------------------------------------------------------------
         [2.Input & Labels ]
         */

.formLabel {
   display: block;
   color: rgba(255, 255, 255, 1);
   position: absolute;
   font-size: 32px;
   line-height: 1.2;
   font-weight: 300;
   transition: all .2s
}

.formLabel.active {
   -webkit-transform: translateY(-140%);
   transform: translateY(-140%);
   font-size: 20px;
}

.formInput {
   background-color: transparent;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 2px solid rgba(255, 255, 255, 0.7);
   font-size: 32px;
   width: 100%;
   color: #FFF;
   display: block;
}

.formInput:focus {
   outline: none;
   border-bottom: 2px solid #FFF;
   -webkit-transition: border-bottom .5s;
   -moz-transition: border-bottom .5s;
   -ms-transition: border-bottom .5s;
   -o-transition: border-bottom .5s;
   transition: border-bottom .5s;
}

.formInput.input-error {
   border-bottom-color: rgba(0, 0, 0, 0.5);
}

.help-error {
   font-size: 14px;
   font-style: italic;
   color: rgba(0, 0, 0, 0.5);
   font-weight: bold;
   padding: 10px 0;
   display: none;
   text-align: right;
}

.help-error i {
   font-weight: bold;
   font-size: 16px;
   vertical-align: middle;
   float: right;
   margin-left: 20px;
}

.help-info {
   text-align: right;
   font-size: 13px;
   font-style: italic;
   font-weight: 600;
   padding: 10px 0;
}

input.login_input_style {
   background: #F7F7F7!important;
   border: .5px solid #D6D6D6!important;
   border-radius: 0px!important;
   display: block!important;
   float: left!important;
   box-shadow: none!important;
   background: #F7F7F7!important;
   border: .5px solid #e2e2e2!important;
   height: 30px!important;
   margin-bottom: 2px;
}

h6.heading_space {
   margin-top: 10px;
   margin-bottom: 6px;
   font-size: 10px;
   -webkit-font-smoothing: antialiased;
}


/*------------------------------------------------------------------
         [3. Buttons ]
         */

.btn {
   font-weight: 700;
   font-size: 15px;
}

.btn-rounded {
   border-radius: 30px;
}

.btn-white {
   background: #FFF;
   color: #777;
   padding: 10px 30px !important;
}

.btn-white:hover {
   background: #EEE;
   color: #333;
}

.btn-white-transparent {
   border: 2px solid #FFF;
   background: none;
   color: #FFF;
   padding: 10px 30px !important;
}

.btn-white-transparent:hover {
   background: #FFF;
   color: #777;
}


/*------------------------------------------------------------------
         [4. Loader / .estibot-loader-container]
         */

.estibot-loader-container {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: hidden;
   background: #FFF;
   z-index: 1000;
}

.estibot-loader {
   position: absolute;
   top: 50%;
   margin-top: -25px;
   left: 50%;
   margin-left: -25px;
   border: 4px solid #f3f3f3;
   /* Light grey */
   border-top: 4px solid #3498db;
   /* Blue */
   border-radius: 50%;
   width: 50px;
   height: 50px;
   animation: spin 1s linear infinite;
}

div.bx-wrapper div.bx-viewpoint {
   min-height:700px!important;
}

/*------------------------------------------------------------------
         [5. Signup Container / .estibot-signup-container]
         */

.estibot-signup-container {
   position: relative;
   z-index: 0;
   overflow: hidden;
   border: 1px solid #ebebeb;
   background: #FFFFFF;
   box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
   border-radius: 6px;
}


.estibot-signup-container:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   /*background-image: url(../images/bg.png);*/
   display: block;
   content: '';
   opacity: 0.5;
}


/*------------------------------------------------------------------
         [5.1 Left Panel / .estibot-signup-left]
         */

.estibot-signup-left {
   float:none;
   padding: 0px;
   background: rgba(138, 144, 150, 0.10);
   overflow: hidden;
   text-align: left;
   padding: 30px 30px 0px 30px!important;
   border-right: 1px solid #e8e8e8;
}

.estibot-signup-left p {
   font-size: 18px;
   line-height: 30px;
   color: #999;
}

.estibot-trial {
   font-size: 18px;
   font-weight: 600;
   margin-top: 20px;
   font-weight: bold;
}

.estibot-signup-left hr {
   border-top: 1px solid rgba(0, 0, 0, 0.2);
}

div.subscription-information-box {
  vertical-align: top;
}


/*------------------------------------------------------------------
         [5.1.1. Logo / .estibot-signup-logo]
         */

.estibot-signup-logo {
   margin-bottom: 20px;
   max-width: 100px;
}


/*------------------------------------------------------------------
         [5.1.2. Testimonial Slider / .estibot-slider-container]
         */

.bx-wrapper {
   background: none;
   border: none;
   box-shadow: none;
}

.estibot-signup-testimonial {
   margin-top: 60px;
   height: 300px;
}

.estibot-signup-testimonial:after {
   clear: both;
   content: '';
   display: block;
}

.estibot-signup-testimonial img {
   height: 60px;
   float: right;
}

.estibot-signup-testimonial b {
   font-size: 16px;
   color: #999;
   display: block;
   margin-top: 20px;
}

.estibot-signup-testimonial b span {
   font-size: 14px;
   color: #CCC;
   display: block;
   font-weight: normal;
   margin-top: 3px;
}

.estibot-signup-testimonial i {
   font-size: 30px;
   color: #FFC926;
}

.estibot-signup-testimonial p {
   color: #FFF;
   font-weight: 600;
   font-size: 20px;
   margin-top: 15px;
}


/*------------------------------------------------------------------
         [5.2. Right Panel / .estibot-signup-right]
         */

.estibot-signup-right {
   color: #494949;
   position: relative;
   overflow-y: auto;
   overflow-x: hidden;
   min-height: 600px;
   padding: 25px;
}


/*------------------------------------------------------------------
         [5.2.1 Steps Counts / .steps-count]
         */

.steps-count {
   font-weight: bold;
   font-size: 13px;
   text-align: right;
   /* STEP 1 /2: */
   opacity: 0.36;
   font-family: HelveticaNeue-Bold;
   font-size: 14px;
   color: rgba(33,39,44,0.31);
   letter-spacing: -0.24px;
}


/*------------------------------------------------------------------
         [5.2.2 Steps / .estibot-steps]
         */

.estibot-steps .step {
   padding-left: 60px;
   position: absolute;
   width: 100%;
   top: 50%;
   margin-top: -80px;
   opacity: 0;
   visibility: hidden;
   transition: .5s;
   -webkit-transform: translateY(30px);
   transform: translateY(30px);
}

.step.step-active {
   transform: none;
   visibility: visible;
   opacity: 1;
}

.step-hide {
   -webkit-transform: translateY(-50px) !important;
   transform: translateY(-50px) !important;
}

.estibot-steps .step-confirm {
   position: initial;
   top: initial;
   margin-top: 0;
   padding-top: 30px;
   overflow-x: hidden;
   display: none;
}

.estibot-steps .step-confirm.step-active {
   display: block;
}

.step-label {
   font-size: 40px;
   margin-bottom: 20px;
   font-weight: 300;
   font-size: 32px;
}

.estibot-steps .checkbox-inline,
.estibot-steps .radio-inline {
   font-size: 16px;
   font-weight: 300;
   padding-left: 25px;
   line-height: 20px;
   margin-right: 20px;
   margin-bottom: 10px;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
   margin-left: 0;
}


/*------------------------------------------------------------------
         [5.2.2.2 Confirm Step / .step-confirm]
         */

.step-confirm .form-group {
   opacity: 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.4);
   padding: 20px 0;
}

.step-confirm.step-active .form-group {
   animation: animateInput .3s forwards;
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
}

.step-confirm .form-group:nth-of-type(1) {
   animation-delay: .1s;
}

.step-confirm .form-group:nth-of-type(2) {
   animation-delay: .3s;
}

.step-confirm .form-group:nth-of-type(3) {
   animation-delay: .5s;
}

.step-confirm .form-group:nth-of-type(4) {
   animation-delay: .7s;
}

.step-confirm .form-group:nth-of-type(5) {
   animation-delay: .9s;
}

.step-confirm .control-label {
   text-align: left;
   color: rgba(255, 255, 255, 0.7);
   font-weight: normal;
   font-size: 20px;
}

.step-confirm input {
   box-shadow: none;
   background: none;
   border: none;
   box-shadow: none;
   color: rgba(255, 255, 255, 1);
   font-size: 20px;
   padding: 10px 20px;
   height: auto;
   transition: all .35s ease;
   font-weight: 600;
}

.step-confirm input:hover {}

.step-confirm input:focus {
   box-shadow: none;
   background: rgba(255, 255, 255, 0.5);
   color: #333;
}

.step-confirm .input-container {
   position: relative;
}

.step-confirm .input-container>a {
   position: absolute;
   top: 15px;
   right: 0;
   color: #FFF;
   font-weight: bold;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.8)
}

.step-confirm .input-container>a:hover {
   color: rgba(255, 255, 255, 1);
   text-decoration: none;
}

.step-confirm .input-container>a.showPass {
   right: 60px;
}

.step-confirm-buttons {
   text-align: right;
   margin-top: 35px;
}

.step-confirm-buttons a {
   display: block;
   margin-bottom: 10px;
}

.step-confirm-buttons>div {
   display: inline-block;
   text-align: center;
   padding-bottom: 10px;
}

.step-confirm .confirm-input-error,
.step-confirm .confirm-input-error:focus {
   background: #b74950 !important;
   color: #FFF;
}

.step-confirm .bootstrap-select button {
   border-bottom: none;
   font-weight: 600;
   font-size: 20px;
   padding: 10px 20px;
}

.step-confirm .bootstrap-select.btn-group .dropdown-toggle .caret {
   display: none;
}

.agreement {
   font-size: 14px;
}

.agreement a {
   color: #FFF;
   text-decoration: underline;
   font-weight: 600;
}


/*------------------------------------------------------------------
         [5.2.3 Buttons / .button-container]
         */

.button-container {}

.button-container>div {
   display: inline-block;
   text-align: center;
   float: right;
   margin-left: 10px;
}

.button-container>div a {
    margin-bottom: 10px;
    display: inline!important;
}

.prevStep {
   outline: none;
   display: none;
   border-color: rgba(255, 255, 255, 0.4);
}

.button-container a,
.button-container a:hover,
.button-container a:focus,
.button-container a:active,
.button-container a:active:focus {
   outline: none;
}


/*------------------------------------------------------------------
         [6. Animations]
         */

.estibot_loading {
   width: 60px;
   height: 60px;
   margin: auto;
   margin-bottom: 20px;
   display: block;
}

@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}

@-webkit-keyframes animateInput {
   0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
      transform: translateY(50px)
   }
   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}

@keyframes animateInput {
   0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
      transform: translateY(50px)
   }
   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
   }
}


/*------------------------------------------------------------------
         [8. Responsive Styles]
         */



@media only screen and (max-width:990px) and (min-width: 1200px) {
  img.card-position {
         width:100px!important;
      }

}


@media only screen and (max-width: 990px) {
   .estibot-signup-left {
      padding: 60px 15px 30px
   }
   .estibot-signup-testimonial {
      height: 360px;
   }

      .payment-active {
         width:100%!important;
         padding-bottom:10px!important;
         margin-bottom:10px!important;
      }

   .estibot-signup-left {
       
   }
   input#credit_card_num.form-control.back-cvv {
        background-image: url(/img/cvv_code.png)!important;
        background-repeat: no-repeat!important;
        background-position: 0px 11px!important;
        background-position-x: 390px!important;
    }

}





@media only screen and (max-width: 768px) {

      .payment-active {
         width:100%!important;
         padding-bottom:10px!important;
         margin-bottom:10px!important;
      }

   .estibot-signup-left {
   
   }
   input#credit_card_num.form-control.back-cvv {
       background-image: url(/img/cvv_code.png)!important;
       background-repeat: no-repeat!important;
       background-position: 0px 11px!important;
       background-position-x: 365px!important;
   }

   .estibot-signup-right {
    color: #494949;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 70px;
    padding: 40px;
}

.estibot-signup-container {
    margin: 20px 20px auto;
}

}

@media only screen and (max-width: 760px) {
   .container {
      width: 100%;
   }
   .estibot-signup-container {
      margin: -35px 35px auto;
      padding: 20px;
   }
   .estibot-slider-container {
      display: none;
   }
   .estibot-signup-left {
      padding: 15px;
   }
   .estibot-signup-left hr {
      display: none;
   }
   .estibot-signup-right {
      min-height: 400px;
      padding: 15px 0;
   }
   .estibot-steps .step {
      padding: 0 15px;
   }
   .steps-count,
   .button-container {
      padding-right: 15px;
   }
   .step-confirm .form-group {
      margin-bottom: 0;
      padding: 10px 0;
   }
   .step-confirm .control-label {
      font-size: 16px;
   }
   .step-confirm input,
   .step-confirm .bootstrap-select button {
      padding: 6px 15px;
      font-size: 16px;
   }
   .formLabel,
   .formInput,
   .step-label {
      font-size: 20px;
   }
}

@media only screen and (max-width: 420px) {
  
   .estibot-signup-container {
       margin: -50px 20px auto;
       padding: 0px;
       padding-top: 40px;
       max-height: 100%!important;
  
   }


.estibot-signup-left {
   display:block!important;
}
   .form-control.registration {
       top: 45px;
   }

   select#countrycode_phone.form-control.registration {
      margin-left:10px!important;
   }


   .payment-active {
      width:100%!important;
      padding-bottom:13px!important;
      margin-bottom:10px!important;
   }







}





/*------------------------------------------------------------------
         [9. BootStrap Select]
         */

.bootstrap-select.form-control {
   background: none;
   border-radius: 0;
   box-shadow: none;
   height: auto;
}

.bootstrap-select button {
   border: none;
   background: none;
   color: #FFF;
   border-bottom: 2px solid #FFF;
   border-radius: 0;
   box-shadow: none;
   outline: none !important;
   font-size: 16px;
   font-weight: 300;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select.open>.dropdown-toggle.btn-default:hover {
   background: none;
   border-color: #FFF;
   color: #FFF;
   box-shadow: none !important;
}

.btn-group.open .dropdown-toggle {
   box-shadow: none;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select.open>.dropdown-toggle.btn-default,
.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
   background: none;
   outline: none !important;
   border-color: #FFF;
   color: #FFF;
}

.bootstrap-select .dropdown-menu {
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   background-color: #FFF;
   border-radius: 0;
}

.bootstrap-select .dropdown-menu a:focus {
   outline: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
   padding: 6px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
   color: #FFF;
   background: #f55661;
}

button.credit_card_btn {
   background: url(/img/cards.png)!important;
   padding: 25px 65px;
   height: 45px;
   background-position: 50% 45%!important;
   background-repeat: no-repeat!important;
   border: 1px solid #ececec;
   border: 1px solid #8DCFEB;
   border-radius: 4px;
   background-color: #f0faff!important;
}

button.credit_card_btn:hover {
   background-color: #f0faff!important;
}

button.paypal_button {
   background: url(/img/paypal.svg)!important;
    width: 100px;
    height: 45px;
    background-position: 53% 40%!important;
    background-repeat: no-repeat!important;
    border: 1px solid #ffffff;
    margin-left: 20px;
    border: background: url(/img/cards.png)!important;
    padding: 25px 65px;
    height: 45px;
    background-position: 50% 45%!important;
    background-repeat: no-repeat!important;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #ffffff!important;
}

button.paypal_button:active {
    border: 1px solid #8DCFEB;
    border-radius: 4px;
    background-color: #f0faff!important;
}

button.paypal_button:focus {
    border: 1px solid #8DCFEB;
    border-radius: 4px;
    background-color: #f0faff!important;
}

button.paypal_button:visited {
    border: 1px solid #8DCFEB;
    border-radius: 4px;
    background-color: #f0faff!important;
}

button.paypal_button:active {
    border: 1px solid #8DCFEB;
    border-radius: 4px;
    background-color: #f0faff!important;
}

button.paypal_button:hover{
   background: url(/img/paypal.svg)!important;
    width: 100px;
    height: 45px;
    background-position: 53% 40%!important;
    background-repeat: no-repeat!important;
    margin-left: 20px;
    border: background: url(/img/cards.png)!important;
    padding: 25px 65px;
    height: 45px;
    background-position: 50% 45%!important;
    background-repeat: no-repeat!important;
    border: 1px solid #8DCFEB;
    border-radius: 4px;
    background-color: #f0faff!important;
}

h4.billing_info_titles {
   font-family: "HelveticaNeue-Medium";font-size: 14px;color: rgba(33,39,44,0.31);letter-spacing: -0.24px; padding:0px;
}



h3.subscription_title {
   font-family: "HelveticaNeue-Medium";
}


h4.left_account_heading {
   font-family: HelveticaNeue;
                  font-size: 16px;
                  color: #2F353A;
                  letter-spacing: -0.17px;
                  font-family: HelveticaNeue-Bold;
                  font-size: 16px;
                  color: #2F353A;
                  letter-spacing: -0.17px;"
}



.credit_card_container {
   padding: 24px;
   background: #fbfbfb;
   padding-left: 40px;
   padding-right: 40px;
   padding-top: 0px;
   padding-bottom: 15px;
}













