.aaa_fb_black_overlay {
    display: none; 
    height: 100%; 
    left: 0; 
    opacity: 0.9; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 1001; 
    background-color: #000; 
}

.aaa_fb_white_content { 
    border-radius: 4px; 
    -webkit-border-radius: 4px; 
    display: none; 
    height: auto; 
    left: 0; 
    right:0; 
    margin:0 auto; 
    overflow: auto; 
    padding: 16px;  
    position: absolute; 
    top: 250px; 
    width: 30%; 
    z-index: 1002; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
p.paragraph {
    margin: 0 0 10px;
}
.close-pop-up {
    background: none repeat scroll 0 0 #fff;
    padding: 0 9px;
    position: absolute; right: 0; top: 0;
    z-index: 999;
}
.close-group-pop-up {
    background: none repeat scroll 0 0 #fff;
    padding: 0 9px;
    position: absolute; right: 0; top: 0;
    z-index: 999;
}
.aaaformbuilder_form input[type="text"], .aaaformbuilder_form input[type="search"], .aaaformbuilder_form input[type="password"], .aaaformbuilder_form input[type="email"], .aaaformbuilder_form input[type="file"], .aaaformbuilder_form input[type="number"], .aaaformbuilder_form input[type="tel"], .aaaformbuilder_form textarea, .aaaformbuilder_form select {
    width: 100% !important; 
    margin: 0;
    border: 1px solid #ccc;
}

.aaa_fb_white_content input[type="text"] {
    
}

.aaaformbuilder_form .form-group { 
    margin-bottom: 16px;
}
.aaaformbuilder_form .form-group.fb-submit {
    margin-bottom: 0px;
    position: relative;
} 
label.fb-checkbox-label {
    display: inline !important;
} 
.aaaformbuilder_form input[type="checkbox"], .aaaformbuilder_form input[type="radio"] {
    display: inline !important;
}
.aaaformbuilder_form .radio-group > label {
    display: inline !important;
}
.aaa_captcha_cont {
    margin-bottom: 16px;
}
.aaaformbuilder_form {
    margin-bottom: 8px;
}
.aaaformbuilder_form input {
    max-width:100%;
} 
.aaaformbuilder_form textarea {
    width: 100%;
    min-width:100%;
    max-width:100%;
}
.aaaformbuilder_form {
    text-align:left;
}
.aaaformbuilder_form .error {
    border: 1px solid red;
    padding: 4px;
    margin: 9px 0 0;
    display: block;
}
.aaaformbuilder_form .success {
    border:1px solid green;
    padding:4px;
    margin: 9px 0 0;
    display: block;
}
.aaaformbuilder_form .loader {
    margin-left: 15px;
    position: relative;
    width: 32px;
    height: 32px;
    right: 0;
    top: 14px   ;
}
.aaa-form-template-2 .form-group .form-control {
    float: left !important;
    width: 86% !important;
    margin-bottom: 0px;
    background: #E5E5E5;
    height: 46px;
    border-radius: 3px;
}
.aaa-form-template-2 label {
    float: left;
    width: 12%;
    margin-right: 2%;
    text-align: right;
}
.aaa-form-template-2 .required {
    display: none;
}
.aaa-form-template-2 .form-group textarea.form-control {
    min-width: 86%;
}
.aaaformbuilder_form .form-group:after {
    content: "";
    display: block;
    clear: both;
}
.aaa-form-template-2.aaaformbuilder_form .form-group.fb-submit {
    text-align: center;
}

.aaaformbuilder_form.aaa-form-template-1 label {
    display: none;
}
.aaaformbuilder_form.aaa-form-template-1 .fb-text {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
}
.aaaformbuilder_form.aaa-form-template-1 .fb-email {
    float: left;
    width: 48%;
    position: relative;
}
.aaaformbuilder_form.aaa-form-template-1 .fb-undefined {
    position: relative;
    float: left;
    width: 100%;
}
.aaaformbuilder_form.aaa-form-template-1 .fb-submit {
    float: right;
    width: 100%;
}
.aaa-form-template-1 span.loader {
    left: 0;
}
.aaa-form-template-1 .success {
    text-align: center;
}
.aaa-form-template-1.aaaformbuilder_form .form-group.fb-submit {
    text-align: right;
}

.aaa-form-template-1.aaaformbuilder_form .aaa-name-field-temp1 {
    padding-left: 32px;
}
.aaa-form-template-1.aaaformbuilder_form .aaa-email-field-temp1 {
    padding-left: 32px;
}
.aaa-form-template-1.aaaformbuilder_form .aaa-msg-field-temp1 {
    padding-left: 32px;
}

.aaaformbuilder_form.aaa-form-template-1 .fb-email:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 10px;
}

.aaaformbuilder_form.aaa-form-template-1 .fb-text:before {
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 10px;
}

.aaaformbuilder_form.aaa-form-template-1 .fb-undefined:before {
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 10px;
}

/*-----------------form builder popup template style---------------*/

.popup_form_contenor_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.popup_form_contenor_inner {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 9999;
}
.aaa_popup_form_template1, .aaa_popup_form_template5 {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top:6%;
    -webkit-box-shadow: 1px 2px 31px 3px #000;
    -moz-box-shadow: 1px 2px 31px 3px #000;
    box-shadow: 1px 2px 31px 3px #000;
}
.aaa_popup_form_template1_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #DEDE73;
    margin: 0 auto;
    padding: 22px;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    box-sizing: border-box;
}
.aaa_popup_form_template1_header h2 {
    margin: 8px 0;
    font-family: inherit;
    font-size: 30px;
}
.aaa_popup_form_template1_header p {
    margin: 8px 0px;
    font-size: 18px;
}
.aaa_popup_form_template5_header p {
    margin: 8px 0px;
    font-size: 18px;
}

.aaa_popup_form_template1_header {
    background-color: #fff;
    padding: 18px;
    position: relative;
}
.aaa_popup_form_template5_header {
    background-color: #fff;
    padding: 18px;
    position: relative;
}
.aaa_popup_form_template1_footer {
    padding: 15px 0;
    background-color: #DEDE73;
}

.aaa_popup_form_template5 {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 6%;
    -webkit-box-shadow: 1px 2px 31px 3px #000;
    -moz-box-shadow: 1px 2px 31px 3px #000;
    box-shadow: 1px 2px 31px 3px #000;
}
.aaa_popup_form_template5_header {
    background-color: #fff;
    padding: 18px;
    position: relative;
}


.aaa_popup_form_template1_footer input[type="text"] {
    height: 38px;
    font-size: 14px;
    border: none;
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block !important;
    width: 50% !important;
    border:1px solid #fff;
    margin-right: 8px;
}
.aaa_popup_form_template1_footer input[type="submit"] {
    height: 38px;
    padding: 0 15px;
    border: none;
    background: transparent;
    border: 1px solid #fff;
    width: 28% !important;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: -2px;
}

.aaa_popup_form_template1_header .close_popup_form, .aaa_popup_form_template5_header .close_popup_form {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 28px;
    line-height: 28px;
    color:#000;
    z-index: 10;
}
.aaa_popup_form_template4 {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 1px 2px 31px 3px #000;
    -moz-box-shadow: 1px 2px 31px 3px #000;
    box-shadow: 1px 2px 31px 3px #000;
}
.aaa_popup_form_template6 {
    width: 34%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 1px 2px 31px 3px #000;
    -moz-box-shadow: 1px 2px 31px 3px #000;
    box-shadow: 1px 2px 31px 3px #000;
}
.aaa_popup_form_template4_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    font-size: 35px;
    line-height: 40px;
    color: #818181;
    box-sizing: border-box;
    position: absolute;
    left: -40px;
    top: 50px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.aaa_popup_form_template4_header h2 {
    margin: 0px 0 0 14px;
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    font-family: inherit;
}
.aaa_popup_form_template4_header p {
    margin: 16px 0 0 30px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

.aaa_popup_form_template4_header {
    background-color: #fff;
    padding: 28px 34px 0;
    min-height: 120px;
}
.aaa_popup_form_template4_footer {
    padding: 40px 0 15px;	
    background-color: #fff;
}
.aaa_popup_form_template5_footer {
    background-color: #fff;
    padding: 18px;
    position: relative;
}
.aaa-radio-group {
    display: flex;
    margin: 5px auto;
    width: fit-content;
    margin-bottom: 0.5em;
}
.aaa-radio-group input[type="radio"] {
    -webkit-appearance: radio;
    width: 30px;
    height: 20px;
    border: none;
    box-shadow: none;
    line-height: 0;
}
.aaa_popup_form_template4_footer input[type="text"] {
    margin-right: 10px;
}
.aaa_popup_form_template4_footer input[type="text"], .aaa_popup_form_template4_footer input[type="email"] {
    height: 38px;
    font-size: 14px;
    border: 1px solid #0f0f0f;
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block !important;
    width: 44% !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.aaa_popup_form_template4_footer input[type="submit"] {
    height: 38px;
    padding: 0 15px 0 36px;
    border: none;
    background: #77B2EE;
    border: 1px solid #fff;
    width: 100% !important;
    color: #fff;
    font-size: 14px;
}
.aaa_popup_form_template4_contenor {
    position: relative;
}
.aaa_popup_form_template4_contenor_inner {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
}
.aaa_popup_form_template4_button {
    margin-top: 18px;
    position: relative;
    width: 32%;
    margin: 18px auto 8px;
}
.aaa_popup_form_template4_button i {
    position: absolute;
    top: 10px;
    color: #fff;
    left: 10px;
    font-size: 20px;
}
.aaa_popup_form_template4_header .close_popup_form {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 28px;
    line-height: 28px;
    color: #000;
}

.aaaformbuilder_form .header {
    margin-bottom: 4px;
}

#card_expire_year {
    width: 60px !important;
    margin-left: 4px;
}
#card_expire_month {
    width: 60px !important;
    margin-right: 4px;
}
.age_form_contenor_main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.age_form_contenor_inner {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 9999;
}


.aaa_age_form_contenor {
    width: 30%;
    margin: 0 auto;
    background-color: #fff;
    color: #fff;
    position: relative;
}

.aaa_age_form_template1_heding {
    padding: 20px 0;
    text-align: center;
    background-color: #B93E2F;
    font-size: 20px;
    font-weight: 600;
}
.aaa_age_form_template1_content {
    padding: 15px;
    text-align: center;
    background-color: #E84C3D;
}
.aaa_age_form_template1_btn_cont button {
    border: none;
    background-color: #B93E2F;
    padding: 10px 22px;
    width: 160px;
    font-size: 18px;
    color: #fff;
}
.aaa_age_form_template1_content p {
    font-size: 20px;
    margin: 10px auto 24px;
    width: 80%;
}

/*-----------------end form builder popup template style---------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*---------------popup success msg----------------*/
.aaa_popup_success_msg h3 {
    font-size: 38px;
    text-align: center;
    font-family: inherit;
}
.aaa_popup_success_msg i {
    font-size: 100px;
    color: #09C31C;
}
.aaa_popup_success_msg {
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.aaa_popup_success_msg a.close_popup_form {
    position: absolute;
    top: 18px;
    right: 20px;
}
/*--------------group form styling--------------*/
.aaa-md-3 {
    list-style: none;
    display: inline-block;
    width: 33.33%;
    cursor: pointer;
    vertical-align: top;
    padding: 16px;
    z-index: 1;
    position: relative;
    border-right: 1px solid #777777;
    min-height: 100%;
    max-height: 135px;
    height: 100%;
    overflow: hidden;
}
.aaa-md-2 {
    list-style: none;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    vertical-align: top;
    padding: 16px;
    z-index: 1;
    position: relative;
    border-right: 1px solid #777777;
    min-height: 100%;
    max-height: 135px;
    height: 100%;
    overflow: hidden;
}
.aaa-md-1 {
    list-style: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    vertical-align: top;
    padding: 16px;
    z-index: 1;
    position: relative;
    min-height: 100%;
    max-height: 135px;
    height: 100%;
    overflow: hidden;
}
.aaa-md-3.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
}
.aaa-md-2.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
}
.aaa-md-1.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
}
.aaa-group-form-tab-cont ul li h3 {
    margin-bottom: 4px;
    font-size: 18px;
}
.aaa-group-form-tab-cont ul li p {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
}
.aaa-group-form-tab-cont ul li:last-child {
    border-right: 0;
}
.aaa_fb_white_cont .formtabCont {
    padding: 14px 16px 12px;
    display: none;
    z-index: 2;
    position: relative;
}
.aaa_fb_white_cont .formtabCont.active {
    display: block;
    background-color: #fff;
    margin-top: -6px;
}
.aaa_fb_white_cont.aaa_groupform_content {
    padding: 0;
}
/*.aaaformtab.active h3, .aaaformtab.active p {
    color: #000 !important;
}*/
.aaa_groupform_shortcode_content .formtabCont {
    padding: 14px 16px 12px;
    display: none;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.35);
}
.aaa_groupform_shortcode_content .formtabCont.active {
    display: block;
    background-color: #fff;
    margin-top: -6px;
}
.aaa_groupform_shortcode_content ul {
    margin: 0 !important;
}
div#aaa-form-builder-groupform {
    margin: 0 auto;
}

.aaa_fb_group_left_middle {
    width: 410px;
    position: absolute;
    top: 18%;
    left: 0;
    overflow-x: hidden;
    z-index: 1002;
}
.aaa_fb_group_right_middle {
    width: 410px;
    position: absolute;
    top: 18%;
    right: 0;
    overflow-x: hidden;
    z-index: 1002;
}
.aaa_fb_group_left_bottom {
    width: 410px;
    position: absolute;
    top: 18%;
    left: 0;
    overflow-x: hidden;
    z-index: 1002;
}
.aaa_fb_group_right_bottom {
    width: 410px;
    position: absolute;
    top: 18%;
    right: 0;
    overflow-x: hidden;
    z-index: 1002;
}

.aaa_fb_white_cont label {
    font-size: 12px;
    margin-bottom: 2px;
}
.aaa_fb_white_cont .form-group {
    margin-bottom: 6px;
}
.aaa_fb_white_cont .fb-submit button {
    font-size: 12px;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
    animation-name: slideOutRight;
}
.aaa-give-currency-symbol {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    margin: 0;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    float: left;
    display: inline-block;
}
.aaa-give-currency-symbol.aaa-give-currency-position-before {
    border-left: 1px solid #ccc;
    border-right: none;
}
.aaa-give-donation-amount #aaa-give-amount {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    margin: 0;
    box-sizing: border-box;
    max-width: 125px !important;
    float: left;
}
.aaa-give-donation-amount:after {
    content: '';
    display: block;
    clear: both;
}
.aaa-give-donation-amount {
    margin-bottom: 16px;
}

.aaaformbuilder_form .form-group.field-aaa-donation-from {
    margin-bottom: 10px;
}

#aaa_donation_btn_cont_1 .fb-text.form-group.field-first-name, #aaa_donation_btn_cont_2 .fb-text.form-group.field-first-name {
    float: left;
    margin-right: 2%;
    width: 49%;
}
#aaa_form_builder_donation_btnform_cont .fb-text.form-group.field-first-name {
    float: left;
    margin-right: 2%;
    width: 49%;
}
#aaa_donation_btn_cont_1 .fb-text.form-group.field-last-name, #aaa_donation_btn_cont_2 .fb-text.form-group.field-last-name {
    float: left;
    width: 48%;
}
#aaa_form_builder_donation_btnform_cont .fb-text.form-group.field-last-name {
    float: left;
    width: 49%;
}
.fb-tel.form-group.field-credit-card-info {
    float: left;
    width: 70%;
    margin-right: 2%;
}
.fb-tel.form-group.field-credit-card-cvc {
    float: left;
    width: 28%;
}


/*-------------client issue 01-05-2017------------*/
.aaaformbuilder_form .header { background: transparent; }

/*-------------------Update customer profile form style-----------------*/
.loginMessageCont {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    background-color: rgba(252,248,227,0.8);
}
.checkbox-group label {
    display: inline;
}
/*----------------progressbar------------------*/
.aaa_progressbar {
    width:1%;
    background-color: #a1ce5b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a1ce5b), to(#91ba52));
    background-image: -webkit-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -moz-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -ms-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -o-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: linear-gradient(top, #a1ce5b, #91ba52);
}
.aaawebstore_bar { 
    height:10px; 
    margin:0px 1px;  
    position:absolute;
    border-radius:10px;
    -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
}
.aaa_progressbar_cont {
    margin-top: 8px; 
    background:#e9e5e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ddd9), to(#e9e5e2));
    background-image: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -moz-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -ms-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -o-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: linear-gradient(top, #e1ddd9, #e9e5e2);  
    height:12px; 
    border-radius:10px; 
    -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;	 
    -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;	 
    box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
    position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.stepwizard-step .aaa-btn-tab {
    border: 1px solid #0081a3;
    background: #fff;
    color: #0081a3;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px 0;
}

.stepwizard-step .aaa-btn-tab.active {
    color: #fff;
    background: #0081a3;
    margin: 5px 0;
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100px;
    position: relative;
    margin: 0 auto
}

.stepwizard-step button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}

.stepwizard-row:before {
    top: 10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.aaa-form-controls {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none
}

.pre_next button.button-input {
    background: transparent;
    border: none;
    margin: 5px 0;
    color: #ffffff;
    padding: 5px 20px;
    width: 50%;
}

.aaa-button-prev {
    float: left;
    text-align: left;
}

.aaa-button-next {
    float: right;
    text-align: right;
}

.pre_next {
    background-color: #0081a3;
    float: left;
    width: 100%;
    margin: 5px 0;
}

body .aaaformbuilder_form input.aaa_captcha_result {
    width: 60px !important;
}

/*------------responsive popup-----------------*/
@media only screen and (max-width: 1024px) {
    .aaa_popup_form_template1 {
        width: 38%;
    }
    .aaa_popup_form_template4 {
        width: 38%;
    }
    .aaa_popup_form_template5 {
        width: 38%;
    }
}
@media only screen and (max-width: 768px) {
    .aaa_popup_form_template1 {
        width: 60%;
    }
    .aaa_popup_form_template4 {
        width: 60%;
    }
    .aaa_popup_form_template5 {
        width: 60%;
    }
    .aaa_fb_white_content {
        width: 66% !important;
    }
}
@media only screen and (max-width: 667px) {
    .popup_form_contenor_inner {
        top: 15%;
    }
    .aaa_fb_white_content { 
        width: 80% !important;
    }
}
@media only screen and (max-width: 480px) {
    .aaa_popup_form_template4 {
        width: 78%;
    }
    .aaa_popup_form_template4_header h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .aaa_popup_form_template4_header p {
        margin: 7px 0 0 30px;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
    }
    .aaa_popup_form_template4_footer input[type="text"], .aaa_popup_form_template4_footer input[type="email"] {
        width: 80% !important;
    }
    .aaa_popup_form_template4_footer input[type="text"] {
        margin-right: -6px;
        margin-bottom: 10px;
    }
    .aaa_popup_form_template4_button {
        width: 50%;
    }
    .aaa_popup_form_template1 {
        width: 92%;
    }
    .aaa_popup_form_template1_header h2, .aaa_popup_form_template5_header h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .aaa_popup_form_template1_header p {
        font-size: 14px;
        line-height: 18px;
    }
    .aaa_popup_form_template1_footer input[type="text"] {
        width: 56% !important;
    }
    .aaa_popup_form_template1_footer input[type="submit"] {
        width: 34% !important;
        padding: 0 8px;
        font-size: 13px;
    }
    .aaa_fb_white_content { 
        width: 90% !important;
    } 
    .aaa-group-form-tab-cont .aaa-md-3 {
        width: 100%;
        display: block;
    }
    .aaa-group-form-tab-cont .aaa-md-2 {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 478px) {
    .aaa_fb_white_cont.aaa_fb_group_left_middle, .aaa_fb_white_cont.aaa_fb_group_left_bottom, .aaa_fb_white_cont.aaa_fb_group_right_middle, .aaa_fb_white_cont.aaa_fb_group_right_bottom {
        width: 98%;
    }
}
@media only screen and (max-width: 340px) {
    .aaa_popup_form_template4_button {
        width: 56%;
    }
}  

/*------sosyetik 26/10/17-------*/
#فرم-انتخاب-از-برند form.aaaformbuilder_form {
    text-align: right;
}
.aaaformbuilder_form .aaa-card-cvv.form-group {
    float: left;
    width: 130px;
    margin-left: 16px;
}
.aaaformbuilder_form .aaa-expire-year.form-group {
    float: left;
    width: 130px;
    margin-left: 16px;
}
.aaaformbuilder_form .aaa-expire-month.form-group {
    float: left;
    width: 130px;
}
.field-aaa-customer-state input {
    display: none;
}
.field-aaa-customer-state.field-state-1 input {
    display: block;
}
.aaaformbuilder_form .fb-submit {
    margin: 5px 0;
}
p.paragraph {
    float: left;
    width: 100%;
}

/* Template CSS - order/return, registration, wholesale-registration */


  .aaaformbuilder_form.registration-form-temp .form-group.field-last-name{  margin-left: 0 !important;}
  .aaaformbuilder_form.registration-form-temp .form-group.field-first-name{  margin-right: 0 !important;}  
  .aaaformbuilder_form input[type="checkbox"], .aaaformbuilder_form input[type="radio"] {
display: inline !important;
width: auto;
padding: 16px;
margin: 0;
vertical-align: middle;
}

  .file-upload-template{  display: inline-block;  width: 100%;}.file-upload-template h1 , .file-upload-template h2, .file-upload-template h3{  display: inline-block;  margin-top: 20px !important;  margin-bottom: 10px !important;  padding: 5px 10px;  background-color: #eee !important;  font-size: 20px;  width: 100%;  color: #555;  background-image: none;  border: 1px solid #ccc;  border-radius: 4px;}.file-upload-template input[type="text"], .file-upload-template input[type="search"], .file-upload-template input[type="password"], .file-upload-template input[type="email"],.file-upload-template input[type="file"], .file-upload-template input[type="number"], .file-upload-template input[type="tel"], .file-upload-template textarea,.file-upload-template select,.file-upload-template select option{  border: 1px solid #ccc;  border-radius: 0;  font-size: 14px;  background-color: #fff;  color: #1c1d1d;  padding: 8px 10px;}.file-upload-template .js-qty,.file-upload-template .ajaxifyCart--qty{  display: inline;}.file-upload-template .js-qty input,.file-upload-template .ajaxifyCart--qty input{  text-align: left;} 

  .donation-form-template {  display: inline-block;  width: 100%;}.donation-form-template h1 , .donation-form-template h2, .donation-form-template h3{  display: inline-block;  margin-top: 20px !important;  margin-bottom: 10px !important;  padding: 5px 10px;  background-color: #eee !important;  font-size: 20px;  width: 100%;  color: #555;  background-image: none;  border: 1px solid #ccc;  border-radius: 4px;} .donation-form-template .aaaformbuilder_form .aaa-card-cvv.form-group { width: 70px;}.donation-form-template input[type="text"], .donation-form-template input[type="search"], .donation-form-template input[type="password"], .donation-form-template input[type="email"],.donation-form-template input[type="file"], .donation-form-template input[type="number"], .donation-form-template input[type="tel"], .donation-form-template textarea,.donation-form-template select,.donation-form-template select option{  border: 1px solid #ccc;  border-radius: 0;  font-size: 14px;  background-color: #fff;  color: #1c1d1d;  padding: 8px 10px;}.donation-form-template input[type="checkbox"], .donation-form-template input[type="radio"] {  display: inline !important;  max-width: initial !important;  width: auto !important;}.donation-form-template .js-qty,.donation-form-template .ajaxifyCart--qty{  display: inline;}.donation-form-template .js-qty input,.donation-form-template .ajaxifyCart--qty input{  text-align: left;}

  .feedback-form-template{  display: inline-block;  width: 100%;}.feedback-form-template h1, .feedback-form-template h2, .feedback-form-template h3 {  display: inline-block;  margin-top: 20px !important;  margin-bottom: 10px !important;  padding: 5px 10px;  background-color: #eee !important;  font-size: 20px;  width: 100%;  color: #555;  background-image: none;  border: 1px solid #ccc;  border-radius: 4px;}.feedback-form-template input[type="text"], .feedback-form-template input[type="search"], .feedback-form-template input[type="password"], .feedback-form-template input[type="email"],.feedback-form-template input[type="file"], .feedback-form-template input[type="number"], .feedback-form-template input[type="tel"], .feedback-form-template textarea,.feedback-form-template select,.feedback-form-template select option{  border: 1px solid #ccc;  border-radius: 0;  font-size: 14px;  background-color: #fff;  color: #1c1d1d;  padding: 8px 10px;}.feedback-form-template input[type="checkbox"], .feedback-form-template input[type="radio"] {      display: inline !important;  max-width: initial !important;  width: auto !important;}.feedback-form-template .js-qty,.feedback-form-template .ajaxifyCart--qty{  display: inline;}.feedback-form-template .js-qty input,.feedback-form-template .ajaxifyCart--qty input{  text-align: left;}

  .wholesale-registration-form-temp .form-group{float: left;}.wholesale-registration-form-temp .form-group{width: 50%;margin-bottom:10px;padding-left: 10px;margin-right: 0;margin-left: 0;}.wholesale-registration-form-temp .fb-submit{width: 100%;margin-bottom:10px;padding-left: 10px;}.wholesale-registration-form-temp input[type="text"],.wholesale-registration-form-temp input[type="search"],.wholesale-registration-form-temp input[type="password"], .wholesale-registration-form-temp input[type="email"], .wholesale-registration-form-temp input[type="file"], .wholesale-registration-form-temp input[type="number"], .wholesale-registration-form-temp input[type="tel"], .wholesale-registration-form-temp textarea, .wholesale-registration-form-temp select, .wholesale-registration-form-temp select option{border: 1px solid #ccc;border-radius: 0; font-size: 14px;background-color: #fff;color: #1c1d1d;     padding: 8px 10px;}.wholesale-registration-form-temp input[type="text"],.wholesale-registration-form-temp input[type="search"],.wholesale-registration-form-temp input[type="password"], .wholesale-registration-form-temp input[type="email"], .wholesale-registration-form-temp input[type="file"], .wholesale-registration-form-temp input[type="number"], .wholesale-registration-form-temp input[type="tel"], .wholesale-registration-form-temp select, .wholesale-registration-form-temp select option{     max-height: 38px;     min-height: 38px;}.return-form .email-temp-sub{padding: 12px 20px;font-size: 14px;letter-spacing: 0.28px;}.wholesale-registration-form-temp{width: 100%;margin: 0 auto;}.wholesale-registration-form-temp h2.form-control{display: inline-block;margin-top: 20px !important;margin-bottom: 10px;padding: 5px 10px;background-color: #eee;font-size: 20px; width: 100%;} .wholesale-registration-form-temp .fb-undefined.form-group{width: 100%;}.wholesale-registration-form-temp.aaaformbuilder_form input[type="radio"]{float: left;width: auto;margin: 5px 5px 5px 0;}.wholesale-registration-form-temp.aaaformbuilder_form .radio-group > label{float: left;margin-right: 20px;}.wholesale-registration-form-temp.aaaformbuilder_form .radio-group br{display: none;}@media only screen and(max-width:1024px){.wholesale-registration-form-temp{width: 100% !important;}}@media only screen and (max-width: 768px){body #aaa-form-builder-wholesale-registration{width: 100% !important;}}@media only screen and (max-width: 480px){.wholesale-registration-form-temp .form-group {width: 100%;}}

  .registration-form-temp .form-group{float: left;width: 50%;margin-bottom:10px;padding-left: 10px;margin-right: 0;margin-left: 0; }.registration-form-temp .fb-submit{width: 100%;margin-bottom:10px;padding-left: 10px;}.registration-form-temp input[type="text"],.registration-form-temp input[type="search"],.registration-form-temp input[type="password"], .registration-form-temp input[type="email"], .registration-form-temp input[type="file"], .registration-form-temp input[type="number"], .registration-form-temp input[type="tel"], .registration-form-temp textarea, .registration-form-temp select, .registration-form-temp select option,.wholesale-registration-form-temp input[type="text"]{border: 1px solid #ccc;border-radius: 0; font-size: 14px;background-color: #fff;color: #1c1d1d;padding: 8px 10px;}.registration-form-temp input[type="text"],.registration-form-temp input[type="search"],.registration-form-temp input[type="password"], .registration-form-temp input[type="email"], .registration-form-temp input[type="file"], .registration-form-temp input[type="number"], .registration-form-temp input[type="tel"], .registration-form-temp select, .registration-form-temp select option{     max-height: 38px;     min-height: 38px;}.registration-form-temp h2.form-control{display: inline-block;margin-top: 20px !important;margin-bottom: 10px;padding: 5px 10px;background-color: #eee;font-size: 20px; width: 100%;}.registration-form-temp .fb-undefined.form-group, .fb-undefined.form-group{width: 100%;}.registration-form-temp.aaaformbuilder_form input[type="radio"],.registration-form-temp.aaaformbuilder_form .radio-group > label{float: left;margin-right: 20px;}.registration-form-temp.aaaformbuilder_form .radio-group br{display: none;}@media only screen and(max-width:1024px){.registration-form-temp{width: 100% !important;}}@media only screen and (max-width: 768px){body #aaa-form-builder-registration{width: 100% !important;}}@media only screen and (max-width: 480px){.registration-form-temp .form-group{width: 100%;}}

  .return-form .form-group{float: left; width: 50%;margin-bottom:10px;padding-left: 10px; margin-right: 0;margin-left: 0;}.return-form .fb-submit,.return-form .field-description_of_issue{width: 100%;margin-bottom:10px;padding-left: 10px;}.return-form input[type="text"],.return-form input[type="search"],.return-form input[type="password"], .return-form input[type="email"], .return-form input[type="file"], .return-form input[type="number"], .return-form input[type="tel"], .return-form textarea, .return-form select, .return-form select option{border: 1px solid #ccc;border-radius: 0; font-size: 14px;background-color: #fff;color: #1c1d1d;     padding: 8px 10px;}.return-form input[type="text"],.return-form input[type="search"],.return-form input[type="password"], .return-form input[type="email"], .return-form input[type="file"], .return-form input[type="number"], .return-form input[type="tel"], .return-form select, .return-form select option{max-height: 38px; min-height: 38px;}.return-form .email-temp-sub{padding: 12px 20px;font-size: 14px;letter-spacing: 0.28px;}.return-form .fb-file.form-group{width: 100%;}.return-form .fb-file.form-group input{padding: 4px;}@media only screen and (max-width: 480px){.return-form .form-group{width: 100%;}}

  .paypal-form-temp{width: 100%;margin: 0 auto;}.paypal-form-temp h2.form-control{display: inline-block;margin-top: 20px !important;margin-bottom: 10px;padding: 5px 10px;background-color: #eee;font-size: 20px; width: 100%;}.paypal-form-temp .fb-undefined.form-group{width: 100%;} .paypal-form-temp .radio-group br, .aaaformbuilder_form .aaa-paypal-section .header{display: none;}.aaa-paypal-section select{background: none;}@media only screen and(max-width:1024px){ .paypal-form-temp{width: 100% !important;}}

  .aaa_popup_form_template1_footer {padding: 5% 5% !important;}.popup_form_contenor_main .aaa_popup_form_template1_footer input[type="email"]{width: 65% !important;}.aaa_popup_form_template1_footer input[type="submit"]{width: 30% !important;margin-left: 5%;margin-top: 0;height: 40px;}

  .aaaformbuilder_form.aaa-form-template-3{display: inline-block;width: 100%;padding: 2%;}.aaaformbuilder_form.aaa-form-template-3 .fb-email.form-group.field-replyemail,.aaaformbuilder_form.aaa-form-template-3 .fb-undefined.form-group.field-textarea-msg {width: 100%;}.fb-undefined.form-group{width: 100%;}
@media only screen and(max-width:1024px){.aaa_formbuilder_container.loaded_aaa_formbuilder{width: 100% !important;}}
@media only screen and (max-width: 768px){.aaa_formbuilder_container { width: 75% !important; } body #aaa-form-builder,  .aaa_formbuilder_container {width: 100% !important;}.aaaformbuilder_form .aaa-expire-month.form-group {width: 100% !important;}.aaaformbuilder_form .aaa-expire-year.form-group {width: 50% !important;margin-left: 0 !important;}.aaaformbuilder_form .aaa-card-cvv.form-group {width: 49% !important;margin-left: 1% !important;}}
@media only screen and (max-width: 480px){.aaa-form-template .form-group, .aaaformbuilder_form .form-group {padding-left: 0 !important;}} @media only screen and (max-width: 420px) { .aaa_formbuilder_container { width: 100% !important; }}

.membership-submit.form-group.field-aaa-button {
width: 100%;
}
.membership-undefined.form-group.field-textarea-other-info,  .wholesale-registration-form-temp .fb-undefined.form-group, .registration-form-temp .fb-undefined.form-group, .fb-undefined.form-group {
width: 100%;
}