html, body {
    background-color: #FFFFFF;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
h2 {
    font-family: 'Cooper Std';
}
.c{
    max-width: 1390px;
    padding: 0 60px;
}
.librefranklin_med{
    font-weight: 500;
}
.librefranklin_semibold{
    font-weight: 600;
}
.cooper_black{
    font-family: 'Cooper Std';
    font-weight: 900;
}
.align_l {
    text-align: left;
}
.align_r {
    text-align: right;
}
.align_c {
    text-align: center;
}
.p_rea{
    position: relative;
}
.dis_inline, .col {
    display: inline-block;
}
.dis_block {
    display: block;
}
.vert_middle {
    vertical-align: middle;
}
.vert_top {
    vertical-align: top;
}
.vert_bottom {
    vertical-align: bottom;
}
.sec_padd{
    padding: 100px 0;
}
.sec_white + .sec_white , .bg_black + .bg_black{
    margin-top: -100px;
}
.bg_black{
    background-color: #000;
}
.btn {
    display: inline-block;
    padding: 14px 30px;
    min-width: 180px;
    border-radius: 40px;
    background: #fed000;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border: 1px solid transparent;
    transition: background .4s ,color .4s , border-color .4s;
}
.has-no-touchevents .btn:hover{
    background: #000000;
    color: #fed000;
}
.has-no-touchevents .btn.with_border:hover{
    border-color: #fed000;
}
.f_84{
    font-size: 84px;
}
.f_80{
    font-size: 80px;
}
.f_60{
    font-size: 60px;
}
.f_55{
    font-size: 55px;
}
.f_48{
    font-size: 48px;
}
.f_38{
    font-size: 38px;
}
.f_36{
    font-size: 36px;
}
.f_32{
    font-size: 32px;
}
.f_30{
    font-size: 30px;
}
.f_28{
    font-size: 28px;
}
.f_24{
    font-size: 24px;
}
.f_21, .f_21.c_editor {
    font-size: 21px;
}
.f_22, .f_22.c_editor {
    font-size: 22px;
}
.f_18{
    font-size: 18px;
}
.f_16{
    font-size: 16px;
}
.f_14{
    font-size: 14px;
}
.f_13{
    font-size: 13px;
}
.footer {
    border-top: 1px solid rgba(169, 169, 176, 0.5);
    padding: 50px 0;
    background-color: #000000;
}
.footer_section {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}
.footer_col {
    display: inline-block;
    padding: 0 20px;
    color: #A9A9B0;
    position: relative;
}
.f_legal, .f_help, .f_company {
    margin-top: 12px;
}
.f_title {
    color: #FFFFFF;
    text-transform: uppercase;
}
.f_linka {
    display: block;
    margin-top: 20px;
}
.has-no-touchevents .f_linka:hover{
    color: #FFFFFF;
}
.f_social {
    margin-top: 20px;
}
.f_social.leftbotton {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    margin: 0;
}
.f_sociala {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 30px;
    position: relative;
    color: #a9a9b0;
}
.f_sociala:last-child{
    margin-right: 0;
}
.f_sociala .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 33px;
}
.has-no-touchevents .f_sociala:hover{
    color: #fff;
}
.f_logoimg{
    width: 120px;
    height: auto;
}
.header_section {
    position: relative;
    text-align: left;
    color: #fff;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .4s;
}
.white .logo , .sticky .logo {
    background: url(../../media/icons/blacklogo.svg) no-repeat 0% 50%;
    background-size: contain;
}
.paymee-logo .white .logo, .paymee-logo .sticky .logo {
    background-image: url(../../media/icons/paymee.png);
}
.h_logoimg {
    width: 160px;
    height: auto;
}
.white .h_logoimg , .sticky .h_logoimg {
    opacity: 0;
}
.has-no-touchevents .logo:hover{
    opacity: 0.8;
}
.header {
    padding: 35px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.scrolled .sticky {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.scrolled.open-menu .sticky {
    transform: translateY(-120%);
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 9999;
    background-color: #fff;
    transform: translateY(-120%);
    box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s , background 0.4s , box-shadow 0.4s;
}
.header.white{
    position: relative;
    left: auto;
    top: auto;
}
.h_login {
    font-size: 18px;
    font-weight: 600;
    padding: 0 48px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
.white .h_login , .sticky .h_login{
    color: #000;
}
.has-no-touchevents .h_login:hover{
    color: #A9A9B0;
}
.h_login.h_profile {
    right: 220px;
}
.burger_menu {
    height: 42px;
    width: 39px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.burger_menu_div {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .4s , opacity .4s;
}
.white .burger_menu_div , .sticky .burger_menu_div{
    color: #000;
}
.burger_menu .lines {
    width: 100%;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transition: background-color .4s , height .4s;
}
.burger_menu .lines:before{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    transition:  transform .4s,background-color .4s , top .4s;
}
.burger_menu .lines:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: transform .4s,background-color .4s , top .4s;
}
.white .burger_menu .lines:after , .white .burger_menu .lines:before , .sticky .burger_menu .lines:after , .sticky .burger_menu .lines:before{
    background-color: #000;
}
.has-no-touchevents .burger_menu:hover .lines:before , .has-no-touchevents .burger_menu:hover .lines:after{
    background-color: #A9A9B0;
}
.has-no-touchevents .burger_menu:hover .burger_menu_div{
    color: #A9A9B0;
}
.header_menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s , visibility 0.6s;
}
.open-menu .header_menu {
    opacity: 1;
    visibility: visible;
}
.header_menu_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0;
    z-index: 9999;
}
.header_inner {
    height: 100%;
    padding: 120px 60px 60px;
    overflow: auto;
    text-align: center;
    display: none;
}
.open-menu .header_inner{
    display: block;
}
.header_inner .middle-wrap-table {
    height: 100%;
}
.headermenu_a {
    display: block;
    padding-top: 24px;
    color: #fff;
    line-height: 1;
}
.has-no-touchevents .headermenu_a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.headermenu_a:nth-child(1){
    padding-top: 0;
}
.open-menu .header_menu .burger_menu .lines {
    height: 100%;
}
.open-menu .burger_menu_div {
    opacity: 0;
}
.open-menu .header_menu .burger_menu .lines:before{
    top: 17px;
    transform: rotate(45deg);
}
.open-menu .header_menu .burger_menu .lines:after {
    top: 17px;
    transform: rotate(-45deg);
}
.banner {
    position: relative;
    color : #fff;
    text-align: center;
    background: #000;
}
.banner .overlay {
    background: rgba(17, 17, 17, 0.7);
    z-index: 2;
}
.banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .middle-wrap-table {
    height: 750px;
    z-index: 100;
}
.banner.half .middle-wrap-table{
    height: 562px;
}
.banner .middle {
    padding: 60px 0;
}
.banner .btn {
    margin-top: 40px;
}
.banner_title {
    line-height: 1.3;
}
.banner_text {
    line-height: 1.7;
}
.howitwork_tit {
    line-height: 1.25;
}
.howitwork_grids {
    position: relative;
    max-width: 1040px;
    margin: 60px 0 0 auto;
}
.howitwork_gridsec{
    margin: 0 -12px;
}
.howitwork_grid {
    display: inline-block;
    width: 20%;
    padding: 0 12px;
    text-align: center;
    position: relative;
}
.howitwork_text {
    line-height: 1.4;
    margin-top: 50px;
}
/*.howitwork_grid:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #FED000;
    left: 0;
    position: absolute;
    top: 48px;
}
.howitwork_grid:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #FED000;
    right: 0;
    position: absolute;
    top: 48px;
}*/
.howitwork_icondiv {
    max-width: 140px;
    background-color: #fff;
    padding: 0 30px;
    display: inline-block;
    white-space: nowrap;
}
.howitwork_icondiv:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.howitwork_icon {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}
.howitwork_grids:before {
    content: '';
    width: 1000px;
    height: 68px;
    border-bottom: 2px solid #FED000;
    border-left: 2px solid #FED000;
    background: transparent;
    left: -40px;
    position: absolute;
    top: -20px;
}
.getstart_tit {
    line-height: 1.3;
    color: #fff;
}
.getstart_grid {
    max-width: 1272px;
    background: #ffffff;
    margin-top: 24px;
}
.getstart_grid:nth-child(1){
    border-top-left-radius: 41px;
}
.getstart_grid:nth-child(2){
    border-bottom-right-radius: 41px;
}
.getstart_section {
    padding: 50px 0 30px;
}
.getstart_imgcol {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
}
.getstart_imgsizer{
    padding-top: 76.14%;
}
.getstart_imgcol .product-swiper-container {
    height: 100%;
}
.getstart_img{
    width: 545px;
    height: auto;
}
.getstart_ctncol {
    width: 50%;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
}
.right .getstart_section{
    direction: rtl;
}
.right .getstart_ctncol{
    direction: ltr;
}
.getstart_introicon {
    display: inline-block;
    vertical-align: middle;
}
.getstart_introtit {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 1.6;
}
.video_grid_sec .getstart_introtit{
    padding-left: 0px;
}
.getstart_introtxt {
    padding-top: 30px;
    color: #A9A9B0;
    max-width: 535px;
    margin: auto;
    line-height: 1.5;
}
.getstart_amount {
    padding-top: 20px;
    line-height: 1.2;
}
.getstart_peramount {
    line-height: 1.18;
    text-transform: uppercase;
}
.getstart_btn {
    margin-top: 40px;
}
.getstart_subtxt {
    padding-top: 25px;
    line-height: 1.7;
    color: #a9a9b0;
    max-width: 430px;
    margin: auto;
}
.earnmoney {
    text-align: center;
}
.earnmoney_tit {
    color: #fff;
    max-width: 945px;
    margin: auto;
    line-height: 1;
}
.earnmoney_btn {
    margin-top: 73px;
}
.testimonial_tit {
    line-height: 1.3;
}
.testimonial_grids {
    margin-top: 60px;
    position: relative;
}
.testimonial .swiper-container{
    padding-bottom: 60px;
}
.testimonial .swiper-slide{
    display: inline-block;
}
.testimonial_grid {
    background: #000;
    color: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 12px 10px -6px #a9a9b0;
}
.testimonial_rating .fa{
    font-size: 20px;
    margin-right: 4px;
}
.testimonial_rating .checked {
    color: #FED000;
}
.testimonial_title {
    padding-top: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}
.testimonial_des {
    color: #a9a9b0;
    line-height: 1.5;
}
.testimonial_text {
    line-height: 1.5;
    padding-top: 20px;
}
.testimonial_pagination {
    text-align: center;
    font-size: 0;
}
.testimonial_pagination  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background: #a9a9b0;
    opacity: 1;
    margin: 0 3px;
    transition: background .4s , width .4s , height .4s;
    outline: none;
}
.testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fed000;
    width: 12px;
    height: 12px;
}
.testimonial_navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 44px;
    border-radius: 60px;
    background: #fed000;
    z-index: 1;
    right: 99%;
    box-shadow: 0px 5px 8px #846c00;
    transition: background .4s;
}
.testimonial_navigation.testimonial_r {
    left: 99%;
    right: auto;
}
.testimonial_navigation:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(135deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transition: border-color .4s;
}
.testimonial_navigation.testimonial_r:before{
    left: auto;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
}
.testimonial_navigation:hover {
    background-color: #000;
}
.testimonial_navigation:hover:before {
    border-color: #fed000;
}
.swiper-slide.testimonial_1 {
    margin-top: 50px;
}
.swiper-slide.testimonial_2 {
    margin-top: 100px;
}
.swiper-slide.testimonial_3 {
    margin-top: 0;
}
.swiper-slide.testimonial_4 {
    margin-top: 80px;
}

.payform_section.sec_padd {
    padding-top: 35px;
}
.payform_intro {
    text-align: center;
}
.payform_intro a {
    display: inline-block;
}
.payform_icon {
    display: inline-block;
    vertical-align: middle;
}
.mypaycard .payform_icon {
    width: 43px;
    height: auto;
}
.mypayqr .payform_icon {
    width: 32px;
    height: auto;
}
.payform_title {
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
}
.payform_stepstatus {
    max-width: 875px;
    margin: 34px auto 0;
    text-align: center;
}
.payform_step {
    display: inline-block;
    width: 20%;
    text-align: center;
    position: relative;
}
.step_circle {
    width: 32px;
    height: 32px;
    background: #e0e0e5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.step_circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.step_status {
    position: relative;
}
.step_status:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 20px;
    top: 6px;
    left: 0;
    background: #e0e0e5;
}
.step_status:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 20px;
    top: 6px;
    right: 0;    
    background: #e0e0e5;
}
.payform_step:first-child .step_status:before{
    content: none;
}
.payform_step:last-child .step_status:after{
    content: none;
}
.step_text {
    font-size: 11px;
    padding-top: 8px;
    color: #A9A9B0;
    text-transform: uppercase;
}
.current .step_circle , .checked .step_circle{
    background: #fed000;
}
.current .step_circle:before {
    border-color: #000;
}
.checked .step_circle:before{
    content: none;
}
.checked .step_circle:after {
    content: '';
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    width: 6px;
    height: 13px;
    position: absolute;
    left: 12px;
    top: 6px;
    transform: rotate(45deg);
}
.current .step_text , .checked .step_text {
    color: #000;
}
.current .step_status:before{
    background: #fed000;
}
.checked .step_status:before , .checked .step_status:after{
    background: #fed000;
}
.payform {
    margin-top: 43px;
}
.payform_stepdet {
    background: #000;
    max-width: 1056px;
    margin: auto;
    border-top-right-radius: 25px;
    padding: 50px 60px 60px 60px;
    color: #a9a9b0;
    text-align: center;
}
.paycard_step,
.bank_currency,
.conditional_select {
    display: none;
}
.bank_currency.active,
.conditional_select.active, 
.paycard_step.active{
    display: block;
}
.payform_step6 {
    padding-top: 70px;
}
#card-element {
    padding: 15px;
}
.tip-form #card-element {
    padding: 12px 15px;
    border-radius: 8px;
}
.pay_options + .form-group {
    margin-top: 15px;
    padding: 0;
}
.payform_tit {
    line-height: 1.5;
}
.payform_stepdet .payform_tit {
    color: #fff;   
}
.form-c{
    max-width: 408px;
    margin: auto;
}
.form-groups {
    margin: 38px -10px 0;
}
.form-group{
    margin-top: 27px;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.form-groups > .form-group:first-child {
    margin-top: 0;
}
.cols .col {
    display: inline-block;
    width: 40%;
}
.cols .col:first-child {
    width: 60%;
}
.expiry {
    text-align: left;
}
.expiry .form-group {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.expiry .divider {
    padding: 0 1px;
    width: auto;
}
.form-group.half .form-control {
    padding: 25px 7px 10px;
}
.form-group.half .control-label {
    left: 7px;
}
.form-content{
    position: relative;
    border-radius: 4px;
    border: 1px solid #a9a9b0;
    background: #ffffff;
}
.has-error .form-content{
    border-color: #FE0000;
}
.control-label {
    font-size: 16px;
    line-height: 1.18;
    position: absolute;
    top: 18px;
    left: 15px;
    transition: top .4s,font-size .4s;
}
.form-select .control-label {
    padding-right: 40px;
}
.form-control {
    position: relative;
    font-size: 16px;
    line-height: 1.18;
    padding: 25px 15px 10px;
    width: 100%;
    background-color: transparent;
}
.form-select .form-control{
    padding-right: 38px;
}
.form-select:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #a9a9b0;
    border-right: 2px solid #a9a9b0;
}
.has-input .control-label {
    font-size: 12px;
    top: 8px;
}
.has-error .control-label {
    color: #FE0000;
}
.form-group.form_btns {
    margin-top: 58px;
    position: relative;
}
.form_btns:after {
    content: '';
    clear: both;
    display: block;
}
.form_next{
    float: right;
}
.form_next.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(-45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}
.has-no-touchevents .form_next.btn:hover{
    border-color: #fed000;
}
.has-no-touchevents .form_next.btn:hover:before {
    border-color: #fed000;
}
.form_order.btn:before{
    content: none;
}
.form_back{
    float: left;
    background: rgba(169, 169, 176, 0.75);
}
.form_back.btn:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: translateY(-50%) rotate(135deg);
}
.has-no-touchevents .form_back.btn:hover{
    background: #000;
    border-color: rgba(169, 169, 176, 0.75);
    color: rgba(169, 169, 176, 0.75);
}
.has-no-touchevents .form_back.btn:hover:before {
    border-color: rgba(169, 169, 176, 0.75);
}
#card-errors{
    font-size: 12px;
    display: none;
    position: absolute;
    top: 100%;
    left: 27px;
    margin-top: 3px;
    z-index: 1;
}
.help-block{
    font-size: 12px;
    display: none;
    position: absolute;
    top: 100%;
    left: 27px;
    margin-top: 3px;
    background: #000;
    padding: 2px 5px;
    z-index: 1;
}
#card-errors,
.has-error .help-block{
    display: block;
    color: #fe0000;
}
.payform_step4 .has-error .help-block {
    display: none;
}
.has-error .help-block a {
    border-bottom: 1px solid #fe0000;
}
#card-errors {
    margin-top: 27px;
}
.form-description {
    font-size: 12px;
    color: #ccccd6;
    line-height: 1.3;
    position: absolute;
    top: 100%;
    left: 27px;
    margin-top: 4px;
}
.form-descriptiona {
    color: #fed000;
    border-bottom: 1px solid;
    display: inline-block;
    transition: border-bottom-color .4s;
    margin-left: 4px;
}
.has-no-touchevents .form-descriptiona:hover{
    border-bottom-color: transparent;
}
.payform_formstep6{
    text-align: center;
}
.payform_thnktit {
    color: #fff;
    line-height: 1.1;
}
.payform_thnktxt {
    max-width: 500px;
    margin: 36px auto 0;
    line-height: 1.5;
}
.form_thnkbtn{
    margin-top: 75px;
}
.form-group.form-text {
    line-height: 1.7;
}
.paypage .middle-wrap-table {
    height: 100vh;
}
.qrpopup {
    padding: 60px 0;
}
.paypage .middle{
    padding: 60px 0;
}
.paypage_c{
    max-width: 750px;
    margin: auto;
    text-align: center;
    padding: 50px 70px;
    background: #F2F2F2;
}
.qrpopup .paypage_c .paypage_c_note {
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
    font-family: calibri, 'Libre Franklin', sans-serif;
}
.pay_logoimg {
    width: 320px;
    height: auto;
}
.paypage_tit {
    line-height: 1.2;
    margin-top: 38px;
}
.pay_name {
    margin-top: 60px;
    text-transform: uppercase;
    line-height: 1.3;
}
.pay_options {
    max-width: 600px;
    margin: 40px auto 0;
    width: 100%;
}
.pay_option {
    margin-top: 20px;
    background: rgba(169,169,176,0.3);
    padding: 28px;
    line-height: 1.2;
    border-radius: 6px;
}
.pay_option:nth-child(1) {
    margin-top: 0;
}
.pay_otheramount{
    max-width: 600px;
    margin: auto;
}
.other_amount {
    margin: 20px 0 0 13px;
    text-align: left;
}
.other_amountmoney {
    width: 100%;
    text-align: left;
    border-radius: 8px;
    border: 2px solid #a9a9b0;
    background: #ffffff;
    padding: 28px;
    max-width: 600px;
    margin: 7px auto 0;
    color: #a9a9b0;
    line-height: 1.2;
}
.pay_btn {
    width: 100%;
    margin-top: 60px;
}
.paycard_options {
    margin-top: 56px;
}
.pay_options .form-group,
.pay_options .form-control,
.pay_options .form-content {
    border: 0;
    margin-top: 0;
    padding: 0;
    line-height: 0;
    display: block;
}
.pay_options .tip_amt_sec .help-block {
    text-align: right;
    padding: 0;
    position: static;
    margin-top: 6px;
    background-color: transparent;
    line-height: normal;    
}
.qrpopup .middle-wrap-table {
    height: 100vh;
}
.qrpopup .middle {
    padding: 60px 0;
}
.qrpopup .paypage_c {
    padding: 22px 30px;
    max-width: 320px;
    margin: auto;
    box-shadow: 0px 3px 32px rgba(0,0,0,0.3);
    background: #ffffff;
    position: relative;
}
.qrpopup .pay_logoimg {
    width: 128px;
    height: auto;
}
.qrpopup .paypage_tit {
    margin-top: 15px;
}
.qrpopup .pay_name {
    margin-top: 24px;
}
.qrpopup .pay_options {
    margin-top: 18px;
}
.qrpopup .pay_option {
    padding: 11px 20px;
    margin-top: 10px;
    display: block;
}
.qrpopup .pay_option.active,
.has-no-touchevents .qrpopup .pay_option:hover {
    background: #fdd100;
}
.qrpopup .pay_option:nth-child(1){
    margin-top: 0;
}
.qrpopup .other_amountmoney {
    padding: 12px 20px;
    border-width: 1px;
    flex-direction: row;
    flex: 1;
    display: flex;
    align-items: center;
}
.qrpopup .other_amountmoney > .other_input {
    flex: 1;
}
.qrpopup .other_amountmoney > span {
    margin-right: 5px;
}
.qrpopup .pay_btn {
    margin-top: 24px;
}
.qrpopup .paycard_options {
    margin-top: 20px;
}
.qrpopup .other_amount {
    margin: 15px 0 0 5px;
}
.paypopup .middle-wrap-table {
    height: 100vh;
}
.paypopup .middle {
    padding: 60px 0;
}
.paypopup_c {
    padding: 22px 45px;
    max-width: 305px;
    margin: auto;
    box-shadow: 0px 3px 32px rgba(0,0,0,0.3);
    background: #fccf08;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.pay_tapblock {
    margin-top: 18px;
}
.tap_img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: auto;
}
.tap_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: italic;
}
.paypopup .paypage_tit {
    margin: 20px 0 0 20px;
    text-align: left;
}
.paypopup .pay_name {
    margin-top: 8px;
}
.paypopup_qrimg{
    width: 150px;
    height: auto;
    margin: 14px 0 0;
    text-align: center;
}
.paypopup .paycard_options {
    margin: 22px 0 0;
}
.paycard_text {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 12px;
    color: #231f20;
    line-height: 1.16;
}
.popup_close {
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 102%;
    right: 0;
}
.popup_close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 3px;
    height: 100%;
    background: #fff;
    transform: rotate(45deg);
    transition: background .4s;
}
.popup_close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 3px;
    height: 100%;
    background: #fff;
    transform: rotate(-45deg);
    transition: background .4s;
}
.has-no-touchevents .popup_close:hover:before, .has-no-touchevents .popup_close:hover:after {
    background: #000;
}
.paypopup .pay_logoimg {
    width: 184px;
}
.forgot-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 50%;
    text-align: left;
}
.has-no-touchevents .forgot-password:hover{
    color: #fff;
}
.payment_finished {
    display: none;
}
.payment_finished.active {
    display: block;
}
.payment_finished .paypage_c,
.qrpopup .paypage_c {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrpopup .paypage_c {
    min-height: 550px;
}
.purchases {
    text-align: center;
    margin-top: 30px;
}
.purchases .getstart_grid {
    width: 33.33%;
    display: inline-block;
    padding: 15px;
    margin: 0;
}
.purchases .getstart_section {
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid #eee;
}
.purchases .purchased .getstart_section {
    background-color: #ebfaea;
    border: 0;
}
.purchases .error .getstart_section {
    background-color: #fbeaea;
    border: 0;
}
.purchases .getstart_ctncol {
    width: auto;
}
.purchases .getstart_section {
    padding: 40px 0;
}
.purchased .getstart_btn {
    background-color: #8bff7c;
}
.error .getstart_btn {
    background-color: #fe0000;
    color: #fff;
}
.getstart_btn.active > * {
    vertical-align: middle;
}
.getstart_btn i {
    margin-right: 10px;
}

/* Grid View */
.tip-success,
.tip-error, .tip-pending {
    background-color: #DC3232;
    padding: 4px 10px;
    min-width: 130px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    border-radius: 5px;
}
.tip-success {
    background: #1bbb54;
}
.tip-pending {
    background: #888;
}
.qr_icon{
    width: 300px;
    height: auto;
}
.grid-view{
    padding: 40px 0 60px;
    position: relative;
}
.grid-view table.table{
    background-color: #fff;
    border-radius: 10px;
}
.grid-view table.table{
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    overflow: hidden;
}
.grid-view table.table tbody tr{
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.grid-view table.table tbody tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}
.grid-view table.table tbody tr:hover{
    background: #FAE8E6;
    background: rgba(250, 232, 230, 0.3);
}
.grid-view table.table tr.d1 td:not(:last-child){
    background: #e6e6e6;
    opacity: .2;
}
.grid-view table.table tr.d1 td:last-child {
    background: rgba(230, 230, 232, .2);
}
.grid-view table.table th{
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    font-weight: normal;
    color: #32373c;
    font-size: 14px;
}
.grid-view table.table tfoot td{
    border-top: 1px solid #e1e1e1;
}
.grid-view table.table th {
    padding: 12px 20px;
}
.grid-view table.table tfoot td {
    padding: 8px 20px;
}
.grid-view table.table th a {position: relative;display: block;font-weight: bold;}
.grid-view table.table th a span{
    position:relative;
}
.grid-view table.table th a span:before {content: "\f142";font: normal 20px/1 dashicons;line-height: 1;padding: 0;position: absolute;top: 0;left: 100%;opacity:0;transition: opacity .4s;}
.grid-view table.table th a:hover span:before {opacity:1}
.grid-view table.table td{
    padding: 15px 20px;
}
.grid-view .summary{
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -20px;
    color: #999;
    font-size: 1em;
}
.grid-view table.table tr td {
    vertical-align: middle;
    color: #444;
}
.grid-view table.table tr td > span {
    vertical-align: middle;
}
.grid-view table.table tr.reply {
    background-color: #f6f6f6;
}
.grid-view table.table tr.reply td:first-child {
    padding-left: 50px;
}
.grid-view table.table tr.reply td:first-child:before {
    content: "\f112";
    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;
    margin-right: 10px;
}
.grid-view table.table tr td img{
    vertical-align: middle;
    max-height: 80px;
    max-width: 150px;
    margin-right: 10px;
    background-color: #ddd;
    width: auto;
    height: auto;
}
.detail-view table.table tr td img{
    height: auto;
    background-color: #ddd;
}
.grid-view table.table tr td.grid-actions{
    text-align: right;
    width: 10px;
    white-space: nowrap;
    font-size: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.grid-view table.table td.grid-actions a {
    display: inline-block;
    margin-left: 20px;
    z-index: 2;
    position: relative;
    vertical-align: middle;
}
.grid-view .pagination{
    text-align: right;
    margin-top: 20px;
}
.grid-view .pagination li{
    display: inline-block;
    color: #999;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}
.grid-view .pagination li.next>*, .grid-view .pagination li.prev>*{
    position: relative;
}
.grid-view .pagination li a, .grid-view .pagination li span{
    display: block;
    height: 100%;
    padding: 6px 10px;
    line-height: 1;
    background-color: #f7f7f7;
    color: #32373c;
    border: 1px solid;
    border-color: #ddd;
}
.grid-view .pagination li a:hover{
    background: #fafafa;
    border-color:#999;
}
.grid-view .pagination li, .grid-view .pagination li.active a{
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.grid-view .pagination li.active a{
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
}
.grid-view table.table td a.anchor {
    color: blue;
    border-bottom: 1px solid blue;
    z-index: 5;
    position: relative;
}
.header_blacksec.sec_padd {
    padding-top: 35px;
}
/*Editor*/
.c_editor{
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
.c_editor.bg_black, .payform_stepdet .payform_thnktxt.c_editor {
    background-color: #000;
    color: #fff;
}
.c_editor > *:first-child{
    margin-top: 0;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
    margin-top: 40px;
    color: #000000;
}
.c_editor.bg_black h1, .c_editor.bg_black h2, .c_editor.bg_black h3, .c_editor.bg_black h4, .c_editor.bg_black h5, .c_editor.bg_black h6{
    color: #fff;
}
.c_editor h1{
    font-size: 40px;
}
.c_editor h2{
    font-size: 35px;
}
.c_editor h3{
    font-size: 32px;
}
.c_editor h4{
    font-size: 28px;
}
.c_editor h5{
    font-size: 24px;
}
.c_editor h6, .c_editor.error_text{
    font-size: 20px;
}
.c_editor p{
    margin-top: 20px;
}
.payform_thnktxt.c_editor p {
    margin-top: 36px;
}
.c_editor em, .c_editor i{
    font-style: italic;
}
.c_editor b, .c_editor strong{
    font-family: 'Cooper Std';
    font-weight: 900;
}
.c_editor > ul, .c_editor > ol{
    margin-top: 20px;
}
.c_editor ul li, .c_editor ol li{
    list-style: none;
}
.c_editor ul li{
    position: relative;
    margin-top: 10px;
    padding-left: 17px;
}
.c_editor ul li:before{
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    content: '';
}
.c_editor.bg_black ul li:before{
    background-color: #fff;
}
.c_editor ul li ul li:before{
    border-radius: 0;
}
.c_editor ol{
    counter-reset: item;
}
.c_editor ol li{
    counter-increment: item;
    padding-left: 0px;
    margin-top: 10px;
    display: table;
}
.c_editor ol li:before{
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
    color: #000000;
}
.c_editor.bg_black ol li:before{
    color: #fff;
}
.c_editor img.alignright { float: right; }
.c_editor img.alignleft { float: left; }
.c_editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor .alignright { float: right; }
.c_editor .alignleft { float: left; }
.c_editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor img{
    width: auto;
    height: auto;
}
.c_editor p:after {
    clear: both;
    content: '';
    display: block;
}
.c_editor blockquote {
    padding-left: 70px;
    position: relative;
    color: #000;
}
.c_editor.bg_black blockquote {
    color: #fff;
}
.c_editor blockquote:before {
    content: '\f10e';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 50px;
    color: #000;
}
.c_editor.bg_black blockquote:before {
    color: #fff;
}
.c_editor a{
    position: relative;
}
.c_editor a:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transform-origin: 0 50%;
    background: #000;
    transition: all .4s;
}
.c_editor.bg_black a:before{
    background: #fff;
}
.has-no-touchevents .c_editor a:hover:before{
    transform: scaleX(0);
}
.tip-form, .or {
    margin-top: 20px;
    width: 100%;
    position: relative;
}
.tip-form #card-errors {
    top: 18px;
}
.or {
    position: relative;
}
.or > span {
    background: #fff;
    position: relative;
    display: inline-block;z-index: 3;padding: 0 10px;
}
.or::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    border-top: 1px dashed #000;
}
.external-pay {
    margin-top: 30px;
    width: 100%;
    display: none;
}
.mobile_num, .dob {
    padding: 0 7px;
    position: relative;
}
.dob {
    margin-top: 21px;
}
.dob .head_sec {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;    
}
.dob .form-group {
    width: 33.33%;
    padding: 0 3px;
}
.mobile_num .form-group {
    display: block;
    width: calc(100% - 100px);
    padding: 0 3px;
    float: right;
    margin: 0;
}
.mobile_num .form-group:first-child {
    float: left;
    overflow: visible;
    width: 100px;
    margin-top: 0;
}
.only-us {
    display: none;
}
/*Editor*/
.table-grid{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
select::-ms-expand {
    display: none;
}
.col_image {
    display: inline-block;
    width: 50%;
    position: relative;
}
.col_image .bgimage {
    border-radius: 20px;
}
.col_content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    white-space: nowrap;
}
.col_contentblock {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0 0 0 90px;
}
.col_content:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.col_imagesizer {
    padding-top: 74.52%;
}
.col_text {
    font-size: 21px;
    line-height: 1.4;
}
.col_contentblock .col_text blockquote {
    font-size: 12px;
    color: #969696;
}
.twocolumn_section.right {
    direction: rtl;
}
.right .col_content {
    direction: ltr;
}
.right .col_contentblock {
    padding: 0 90px 0 0;
}

/* Background video */
.bg-video, .bg-video iframe, .bg-video video, .bg-video .videos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-video {
    z-index: 1;
    pointer-events: none;
}
/* Background video */
.error_page .c {
    max-width: 620px;
}
.error_title{
    font-family: 'Cooper Std';
    font-weight: 900;
    color: #fed000;
    line-height: 1.3;
}
.error_text {
    margin-top: 30px;
    color: #fff;
}
.c_editor.error_text h1, .c_editor.error_text h2, .c_editor.error_text h3, .c_editor.error_text h4, .c_editor.error_text h5, .c_editor.error_text h6{
    color: #fff;
}
/* stripe image upload */
.file-upload-widget input[type=file] {
    display: none;
}
.file-upload-widget .col {
    position: relative;
    width:50%;
    text-align: left;
    vertical-align: middle;
}
.verification_block .form-c {
    max-width: 435px;
}
.file-upload-widget .img_sec {
    position: relative;
    display: inline-block;
    min-width: 105px;
    height: 105px;
    width: auto;
}
.file-upload-widget .btn_sec {
    text-align: right;
}
.file-upload-widget .img_sec .progress {
    background: #000;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.file-upload-widget .img_sec .progress .status {
    background: #fed000;
    color: transparent;
    overflow: hidden;
    height: 5px;
    line-height: 3px;
    width: 0%;
    display: block;
    text-align: center;
    font-size: 5px;
}
.file-upload-widget .img_sec i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -16px;
    margin-right: 0;
    margin-top: -20px;
    font-size: 13px;
    line-height: 30px;
    height: 32px;
    width: 32px;
    font-style: normal;
    color: #000;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
}
.stripe_doc_label {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    text-align: left;
}
.file-upload-widget .help-block {
    position: static;
    margin-top: 10px;
}
.message p {
    margin: 20px 0px;
}
.message p:first-child {
    margin-top: 0px;
}
.message-error p {
    color: #de2525;
}
.message-success p {
    color: #fed000;
}
.message-error p:last-child, .message-success p:last-child {
    margin-bottom: 10px;
}
.notify-info {
    margin-top: 30px;
}
.stripe_doc_accept {
    text-align: left;
}
.stripe_doc_accept b {
    font-size: 15px;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.025em;    
}
.payform_stepdet .stripe_doc_accept.c_editor.bg_black {
    color: #fff;
}
.file-upload-widget .media.fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -65%);
    margin-right: 0;
    font-size: 38px;
    color: #bbb;
    opacity: 0;
    visibility: hidden;
}
.file-upload-widget .media {
    height: 100%;
    width: 100%;
    border: #e9ecef solid 1px;
    color: #fff;
}
.file-upload-widget .media.complete:before {
    color: #fff;
    opacity: 1;
    visibility: visible;    
}
.file-upload-widget .fa-file-pdf-o, .file-upload-widget .fa-file-image-o {
    background-color: #f30d0d;
}
/* stripe image upload */
/* thank page */
.payform_thnktxt.c_editor {
    line-height: 1.5;
}
.payform_stepdet .c_editor{
    color: #a9a9b0;
}
/* thank page */
.txt_upper {
    text-transform: uppercase;
}
/* tips page */
.user_product_block {
    display: block;
    text-align: left;
    margin-top: 30px; 
}
.user_product_block .info {
    margin-top: 10px;
}
.user_product_block .info div {
    display: inline-block;
}
.form-group.hide{
    display: none;
}
.cust-currency.form-content {
    position: absolute;
    right: 205px;
    top: 0;
    width: 80px;
}
.cust-currency.form-select .control-label {
    color: #a9a9b0;
}
.cust-currency.form-select .form-control {
    padding-right: 25px;
    padding: 16px 12px 7px 12px
}
.cust-currency.form-select:before {
    top: 17px;
    right: 12px;
}
.cust-currency.has-input .control-label {
    top: 2px;
    padding-right: 12px;
    left: 12px;
}
.tips_grid .info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    letter-spacing: 0.025em;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.eye {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 20px;
}
.tip_note_popup_block {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s , visibility 0.6s;
    text-align: center;
}
.tip_note_popup_block.show {
    opacity: 1;
    visibility: visible;
}
.tip_note_cnt_block {
    padding: 40px 20px 20px;
    width: 205px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    line-height: 1.35;
}
.tip_note_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 18px;
}
.btn.tip_note_btn_close {
    margin-top: 20px;
    min-width: 85px;
    border-radius: 0;
    line-height: 1;
}
.has-no-touchevents .tip_note_close:hover {
    color: #fed000;
}
.tip_note_symbol {
    display: inline-block;
    background-color: #fed000;
    width: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 19px;
    margin-left: 5px;
    transition: background-color .4s;
    font-size: 16px;
}
.has-no-touchevents .tip_note_symbol:hover {
    background-color: #fff;
}
/* Profile Section */
.user_profile_form {
    margin: 30px 0px;
}
.profile_form .float_l {
    float: left;
}
.profile_form .float_r {
    float: right;
}
.h_login.active-page, .white .h_login.active-page, .sticky .h_login.active-page, .headermenu_a.active-page {
    color: #fed000;
}
.profile_form_sec .message p {
    margin-top: 20px;
}
.profie_form_note {
    color: #fff;
    padding-bottom: 6px;
    text-align: left;
}
.profile_form .form_next.btn:before{
    display: none;
}
/* Profile Section */

/* Common styles */
.text-left {
    text-align: left !important;
}
/* Common styles */
.btn_product_pay:hover {
    border-color: #fed000;
}

/* My Payments styles start */

.payform_intro .my-payments-description {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.my-payments-description .user_product_block {
    width: 70%;
}

.my-payments-description .user_product_block a {
    background: #fed000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-payments-description .paynow-section {
    width: 30%;
    margin-top: 30px;
}

.my-payments-description .paynow-section h4 {
    font-size: 20px;
    font-weight: bold;
}

.my-payments-description .paynow-section p {
    font-size: 16px;
    margin-top: 5px;
}

.my-payments-description .paynow-section button {
    background: #fed000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-payments-description .paynow-section span {
    color: red;
    display: none;
}

.express-transfer-label {
    /* text-align: center; */
    padding-left: 60px !important;
}

.express-transfer-label input {
    width: 30px;
    height: 30px;
    background: #fed000;
    border-radius: 50px;
    border: 2px solid;
    position: relative;
    cursor: pointer;
}

.express-transfer-label input:checked:after {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .payform_intro .my-payments-description {
    flex-direction: column;
  }

  .my-payments-description .paynow-section {
    text-align: left;
    width: 100%;
  }

  .my-payments-description .user_product_block {
    width: 100%;
  }
}

/* My Payments styles end */

/* Alert message styles Start */

.alert-message {
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.alert-message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Alert message styles end */

/* Re-Order Form styles start */

.re-order-form .paycard_step .pay-details {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

.re-order-form .paycard_step .pay-details-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
}

.re-order-form .paycard_step .pay-details-label {
    width: 150px;
    text-align: left;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}

.re-order-form .paycard_step .pay-details-value {
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

/* Re-Order Form styles end */


/* Whatsapp Chat start 09-07-25 */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: rgb(37, 211, 102);
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 999;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 34px;
    outline: none;
    resize: none;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 8px 8px 0;
  background:#eee;
  border-radius: 2px;
  background-color: #25D366;
  svg {
    fill:white;
    height: 18px;
    width: 18px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
  background: #fff;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    /* background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png"); */
    background-image: url("../images/whatsapp-background.png");
    /* background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg); */
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
/* Whatsapp Chat end */