:root {
    --pxg-text-color: #7D809D;
    --pxg-primary-color: #ff579c;
    --pxg-title-color: #8355FF;
    --pxg-gradient-primary:#ff579c;
    --pxg-gradient-secondary:#8355FF;
    --pxg-color:255, 87, 156;
    --pxg-sec-color:131, 85, 255;
    --transition: all 0.3s;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    font-family: 'Inter', sans-serif;
    outline: none;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #F2F3F9;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}
a,
a:hover,
a:focus,
button,
button:hover {
    color: var(--pxg-primary-color);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
svg,
svg path {
    -webkit-transition: var(--pxg-primary-color);
    -moz-transition: var(--pxg-primary-color);
    -ms-transition: var(--pxg-primary-color);
    -o-transition: var(--pxg-primary-color);
    transition: var(--pxg-primary-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}
img {
    max-width: 100%;
}
.d-none {
    display: none !important;
}
ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1.4;
}
iframe {
    width: 100%;
    border: none;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 30px #f5f7ff  inset !important;
}
input:-webkit-autofill:focus{
    -webkit-box-shadow: 0 0 0 30px #fff  inset !important;
}
/*=============================
 Font Family Css Style
=============================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*=============================
    ScrollBar Style
=============================*/
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
*::-webkit-scrollbar-track {
    background-color: #f5f7f9;
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
    background-color: var(--pxg-primary-color);
    border-radius: 10px;
}
/*=============================
 Basic magin Style
=============================*/
.marT30 {
    margin-top: 30px;
}
/*=============================
 Login Page Style
=============================*/
.pxg_login_main {
    min-height: 100vh;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px;
    overflow-x: hidden;
    background: linear-gradient(290deg, rgba(var(--pxg-color), 0.48) 2.41%, rgba(var(--pxg-sec-color), 0.46) 81.75%);
}
.pxg_login_main .pxg_auth_login_box {
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    border-radius: 0;
    display: flex;
    padding: 10px;
    width: 100%;
    min-height: 100vh;
    gap: 30px;
    align-items: center;
    justify-content: space-around;
}
.pxg_login_main .pxg_auth_login_box .pxg_right_auth h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
    max-width: 430px;
    margin: 0 auto 60px auto;
}
.pxg_login_main .pxg_login_wrapper {
    position: relative;
    padding: 20px 50px;
    max-width: 550px;
    flex: 1;
}
form#login_form {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
}
.pxg_login_main a.pxg_logo_ {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.pxg_login_main a.pxg_logo_ img{
    max-width: 180px;
    object-fit: contain;
}
.pxg_login_main .pxg_login_wrapper h3 {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    text-align: left;
    color: #090113;
}
.pxg_login_main .pxg_login_wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--pxg-text-color);
}
.pxg_login_main .pxg_auth_input_wrapper {
    position: relative;
    margin: 25px 0 0px 0;
    /* background-color: #F5F7FF; */
    border-radius: 10px;
}
.pxg_login_main .pxg_auth_input {
    /* padding: 15px 30px 15px 30px; */
    /* border-radius: 10px; */
    line-height: 70px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #221f25;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    transition: var(--transition);
    position: relative;
}
.pxg_login_main .pxg_auth_input label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--pxg-text-color);
    margin-bottom: 5px;
}
.pxg_login_main .pxg_auth_input input {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    background-color: #0000;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-bottom: 15px;
}
.pxg_login_main .pxg_auth_input input:focus {
    border: 1px solid 0;
}
.pxg_login_main .pxg_right_auth_bg {
    width: 100%;
    /* background-image: url(../images/login-right-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    max-width: calc(100% - 50%);
    min-height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pxg_login_main .pxg_right_auth_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 191, 16, 0.1) 0%, rgba(255, 29, 172, 0.2) 50%, rgba(131, 85, 255, 0.3) 100%);
    border-radius: 20px;
}
.aa_googleBtn:hover {
    background-color: rgb(135 155 175 / 15%);
    color: #000;
}
.aa_googleBtn {
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    border: 1px solid #efefef;
    border-radius: 10px;
    height: 50px;
    color: #000;
    font-size: 14px;
}
.aa_googleBtn img {
    height: 20px;
}
@keyframes pxg_anim_2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
}
.pxg_gobackLink {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: start;
    gap: 6px;
    font-size: 15px;
}
.pxg_login_main .pxg_login_ic {
    position: absolute;
    top: auto;
    right: 5px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    top: 40px;
    cursor: pointer;
}
.pxg_login_main .pxg_remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.pxg_login_main .pxg_remember a {
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: var(--pxg-text-color);
    margin-right: 5px;
}
.pxg_login_main .pxg_remember a:hover {
    color: var(--pxg-primary-color);
}
.pxg_login_main .pxg_login_wrapper .pxg_switch_toggle p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 50px;
    margin-top: -22.9px;
    display: block;
    width: 150px;
}
/*=============================
 Login Switch toggle Style
=============================*/
.pxg_switch_toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
}
.pxg_switch_toggle input.pxg_switch_inpt {
    opacity: 0;
    width: 0;
    height: 0;
}
.pxg_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ecebef;
    border: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
input.pxg_switch_inpt:checked+.pxg_switch_slider {
    background-color: #57da193b;
}
.pxg_switch_slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: #9b9eb8;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input.pxg_switch_inpt:checked+.pxg_switch_slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background-color: #57DA19;
}
p.get_start {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: #7d809d;
    margin-top: 20px;
}
/*=============================
 Button Style
=============================*/
.pxg_login_main .pxg_btn {
    min-height: 60px;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* background: linear-gradient(83.84deg, #8355FF 0%, #FF1DAC 50%, #FFBF10 100%); */
    background-color: var(--pxg-primary-color);
    box-shadow: 0px 4px 30px 0px #40478D1A;
    width: 100%;
    position: relative;
    border: 0;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    overflow: hidden;
}
.pxg_login_main .pxg_btn:hover {
    border: 0;
}
.pxg_btn:hover {
    box-shadow: 0px 24px 30px rgba(var(--pxg-color), 0.15);
}
.pxg_login_main .pxg_btn:active {
    transform: scale(0.95);
}
.pxg_login_main .pxg_btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
    background: linear-gradient(91.52deg, #FF783F 2.41%, #FF479F 81.75%);
    opacity: 0;
    visibility: hidden;
    transform: scale(0, 1);
    border-radius: 10px;
    border: 0;
    display: none;
}
.pxg_login_main .pxg_btn:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
}
.pxg_login_main .pxg_btn:focus {
    border: 0;
    color: #fff;
}
.pxg_login_main .pxg_btn:focus span svg {
    fill: var(--pxg-primary-color);
}
.pxg_login_main .pxg_btn span {
    margin: 0 5px 0 15px;
    float: right;
}
::placeholder {
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--pxg-text-color);
    font-weight: 400;
}
.pxg_right_auth img {
    /* animation: 6s pxg_main_anim infinite alternate; */
    width: auto;
    height: 100%;
}
.swiper-button-prev.aa_authPrevSlid, .swiper-button-next.aa_authNextSlide {
    top: auto;
    bottom: 25px;
    left: auto;
    width: 50px;
    height: 50px;
    padding: 12px;
    background-color: rgba(255 255 255 / 21%);
    border-radius: 50px;
    border: 2px solid #fff;
}
.swiper-button-prev.aa_authPrevSlid {
    right: 70px;
}
.swiper-button-next.aa_authNextSlide {
    right:0
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-next svg, .swiper-button-prev svg{
    width: 15px;
    height: 15px;
}
.aa_textContent h2 {
    font-weight: 700;
    margin: 20px 0 15px;
    color: #090113;
}
.aa_textContent p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #090113;
}
@keyframes pxg_main_anim {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}
.pxg_login_main .pxg_right_auth_bg .pxg_right_auth {
    padding: 50px 50px;
    /* background: url(../images/login-shap.png); */
    z-index: 999;
    position: relative;
    background-size: cover;
    background-position: right;
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.pxg_login_main .pxg_btn_area .sign_btn {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #221f25;
    font-weight: 700;
    position: relative;
}
.pxg_login_main .pxg_btn_area .sign_btn:hover {
    color: var(--pxg-primary-color);
}
.pxg_login_main .pxg_btn_area a.sign_btn:before {
    position: absolute;
    content: '';
    right: 100%;
    width: 49px;
    height: 1px;
    background-color: #f1f1f8;
    top: 50%;
    margin-right: 15px;
    transition: var(--transition);
}
.pxg_login_main .pxg_btn_area a.sign_btn:hover::before {
    background-color: var(--pxg-primary-color);
}
.pxg_login_main .pxg_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}
.pxg_login_main .pxg_signup .pxg_auth_input:nth-child(2):before {
    position: absolute;
    width: 83%;
    left: 31px;
    top: -1px;
    background-color: #E2E4FC;
    height: 1px;
    /* content: ''; */
}
.pxg_login_main .pxg_signup .pxg_auth_input:nth-child(2):after {
    position: absolute;
    width: 83%;
    left: 31px;
    bottom: -1px;
    background-color: #E2E4FC;
    height: 1px;
    /* content: ''; */
}
.pxg_login_main .pxg_signup .pxg_auth_input.pxg_auth_input_focus:nth-child(2):after {
    display: none;
}
.pxg_login_main .pxg_signup .pxg_auth_input.pxg_auth_input_focus:nth-child(2):before {
    display: none;
}
/*=============================
    Vector Style
=============================*/
.pxg_shap.vector-1 {
    position: absolute;
    z-index: 2;
    bottom: 90px;
    left: -30px;
    animation: 6s pxg_anim_1 infinite alternate;
}
@keyframes pxg_anim_1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-10px);
    }
}
.pxg_shap.vector-2 {
    position: absolute;
    z-index: 2;
    right: -25px;
    top: 50px;
    animation: 6s pxg_anim_2 infinite alternate;
}
@keyframes pxg_anim_2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
}
.pxg_shap.vector-3 {
    position: absolute;
    z-index: 2;
    bottom: -70px;
    right: -61px;
    display: none;
}
.pxg_shap.vector-4 {
    position: absolute;
    z-index: 2;
    top: 16%;
    left: 45%;
    animation: 6s pxg_anim_4 infinite alternate;
}
@keyframes pxg_anim_4 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
}
/**/
.pxg_back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pxg_back_btn a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    gap: 10px;
    display: flex;
}
.pxg_back_btn a:hover {
    color: var(--pxg-primary-color);
}
.pxg_back_btn a:hover svg path {
    fill: var(--pxg-primary-color);
}
.pxg_login_main .pxg_auth_input label.error {
    bottom: 10px;
    font-size: 12px;
    margin-bottom: 0;
}
/*=============================
Notification Message  Style
=============================*/
.pxg_notification {
    position: fixed;
    right: -406px;
    top: 25px;
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    max-width: 302px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 30px 108px 12px rgb(80 52 255 / 8%);
    z-index: 8;
}
.pxg_notification_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.pxg_notification_content:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 3.5px;
    transform: translate(-50%, 0%);
    border-radius: 0 0 20px 20px;
}
.pxg_notification.success .pxg_notification_content:before {
    background-color: #36b133;
}
.pxg_notification.error .pxg_notification_content:before{
    background-color: #FF4057;
}
.pxg_notification_icon {
    width: 60px;
}
.pxg_notification.success .pxg_notification_msg h4 {
    color: #36B133;
}
.pxg_notification.error .pxg_notification_msg h4 {
    color: #FF4057;
}
.pxg_notification_msg h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
}
.pxg_notification_msg {
    margin-bottom: 5px;
}
.pxg_notification_msg p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: var(--pxg-text-color);
    padding-top: 2px;
}
.pxg_notification_close {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #0000;
}
.pxg_notification_close a {
    font-size: 15px;
    color: #737ca0;
    line-height: 1.4;
}
.pxg_notification.success,
.pxg_notification.error {
    right: 25px;
}
.pxg_login_main.pxg_fgt_password .pxg_btn_area a.sign_btn:before {
    display: none;
}
.pxg_login_main.pxg_fgt_password .pxg_login_wrapper {
    position: relative;
    padding: 85px 50px 50px 50px;
    width: 460px;
}
.pxg_frg_log {
    position: relative;
    margin-top: 25px;
}
.pxg_frg_log a {
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #221f25;
    font-weight: 700;
    position: relative;
}
p.pxg_frg_log span {
    width: 50px;
    height: 2px;
    background-color: #f1f1f8;
    display: block;
    margin-left: 11px;
}
.pxg_shap.vector-5 {
    position: absolute;
    right: 1px;
    bottom: 5px;
    width: 50px;
    height: 50px;
}
.ptw_chat_box_wrapper>.ptw_chat_box_inner>.ptw_login_box>h3{
    color:#112650;
}
.aa_swiperContent {
    text-align: center;
}
.aa_textContent {
    max-width: calc(100% - 200px);
    color: var(--pxg-text-color);
    text-align: left;
    padding-top: 20px;
}
.ptw_cb_body {
    color: #112650;
}
button.ptw_btn.ptw_login_btn:hover{
    color:#fff;
}
.psw_btn.psw_create_ticket_btn:hover{
    color:#fff;
}
.psw_btn:hover{
    color:#fff !important;
}
.pxg_orLoginwith {
    position: relative;
    width: fit-content;
    padding: 0px 15px;
    color: #a0a0a0;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
}
.pxg_divider_dv {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.pxg_divider_dv:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    left: 0;
    right: 0;
    top: 13px;
}
.aa_signupBtn {
    margin-left: 1px;
    font-weight: 600;
}
.get_start {
    text-align: center !important;
}
.aa_imageSwiper {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pxg_right_auth .aa_imageSwiper img {
    width: 100%;
    max-width: fit-content;
    max-height: 500px;
}
/* Checkbox  */
.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox {
    margin: 0 0 35px;
}
.checkbox label {
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
	text-transform: capitalize;
    color: var(--txt);
    height: 22px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: var(--pxg-text-color);
    margin-right: 5px;
}
.checkbox label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b8bbc3;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.checkbox label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-left: 2px solid var(--pxg-primary-color);
    border-bottom: 2px solid var(--pxg-primary-color);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.checkbox input:checked~label:before {
    background-color: var(--white);
}
.checkbox input:checked~label:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-list {
    padding-bottom: 15px;
}
.checkbox-flex-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.checkbox {
    margin: 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.pxg_login_main .pxg_login_wrapper .checkbox p {
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: var(--pxg-text-color);
    margin-right: 5px;
}
.pxg_pricingBox {
    color: #000;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color:rgb(255 255 255 / 100%);
    max-width: 450px;
    margin: auto;
}
.pxg_pricingBox img {
    height: 30px;
    width: 30px;
    animation: none !important;
}
.pxg_pricingBox h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-bottom: 25px;
}
.pxg_pricingBox .aa_amount {
    font-size: 30px;
    font-weight: 900;
    line-height: 65px;
}
.pxg_pricingBox .aa_amount small {
    font-size: 24px;
    font-weight: normal;
}
.pxg_pricingBox > p {
    font-size: 18px;
    /* margin-top: 40px; */
    font-weight: bold;
}
.aa_leftDv h6, .aa_leftDv p {
    font-size: 15px;
}
.aa_pricingAuth_dv {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin: 20px auto;
    padding: 20px 0;
    border-bottom: 1px solid #0000001f;
    border-top: 1px solid #0000001f;
}
label.error, span.error {
    padding-right: 15px;
    color: #e51c24 !important;
    font-weight: bold;
    left: 0;
    width: 100%;
    font-size: 13px;
    position: relative;
    display: none;
  }
input.error {
    border-color: #e51c24 !important;
}
.d-done{
    display: none;
}
form input:disabled, form button:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border: 1px solid #d0d0d0;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}


/* referralModal*/
.referralModal .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.referralModal .modal-body p {
    color: #7D809D;
    font-size: 14px;
    font-weight: 400;
}

.referralModal .pxg_auth_input input {
    outline: none !important;
    box-shadow: none !important;
}
.aa_googleLoin .spinner-border.text-light {
    color: #222 !important;
}
.aa_googleBtn {
    color: #222  !important;
}
/*=============================
Responsive Style
=============================*/
@media (max-width:1300px) {
    .aa_imageSwiper {
        min-height: fit-content;
    }
}
@media (max-width:1200px) {
    .pxg_login_main .pxg_auth_login_box .pxg_right_auth h3 {
        font-size: 26px;
    }
    .aa_textContent {
        max-width: calc(100% - 120px);
    }
}
@media (max-width:1024px) {
    .pxg_login_main .pxg_auth_login_box .pxg_right_auth h3 {
        font-size: 26px;
    }
    .pxg_login_main .pxg_login_wrapper h3 {
        font-size: 24px;
    }
}
@media (max-width:991px) {
    .pxg_login_main .pxg_login_wrapper {
        border-radius: 20px;
    }
    .pxg_login_main .pxg_right_auth_bg {
        max-width: 100%;
        min-height: auto;
    }
    .pxg_login_main .pxg_auth_login_box {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .pxg_login_main .pxg_login_wrapper {
        width: 100%;
        padding: 20px;
    }
    .pxg_login_main .pxg_auth_login_box {
        max-width: 100%;
    }
    form#login_form {
        width: 100%;
    }
    .aa_imageSwiper {
        min-height: fit-content;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pxg_shap.vector-4 {
        display: none;
    }
}
@media (max-width:767px) {
    .pxg_shap.vector-1,
    .pxg_shap.vector-2,
    .pxg_shap.vector-3,
    .pxg_shap.vector-4 {
        display: none;
    }
    .pxg_login_main.pxg_fgt_password .pxg_btn_area {
        align-items: flex-start;
    }
}
@media (max-width:575px) {
    .pxg_login_main a.pxg_logo_ img {
        max-width: 180px;
    }
    .pxg_login_main a.pxg_logo_ {
        margin-bottom: 10px;
    }
    .pxg_login_wrapper img {
        max-width: 184px;
    }
    .pxg_login_main .pxg_login_wrapper {
        padding: 25px;
    }
    .pxg_login_main .pxg_auth_login_box {
        max-width: 100%;
        margin: 0 0px;
    }
    .pxg_login_main .pxg_login_wrapper h3 {
        font-size: 22px;
    }
    .pxg_login_main .pxg_login_wrapper p {
        font-size: 14px;
    }
    .pxg_notification.success,
    .pxg_notification.error {
        right: 9px;
    }
    .pxg_notification {
        max-width: 300px;
    }
    .aa_textContent {
        max-width: calc(100% - 0px);
        padding-bottom: 50px;
    }
    .swiper-button-prev.aa_authPrevSlid, .swiper-button-next.aa_authNextSlide{
        bottom: 0px;
    }
    .checkbox label,
    .pxg_login_main .pxg_remember a{
        font-size: 13px;
    }
    .ptw_chat_toggle {
        width: 45px;
        height: 45px;
    }
}
@media (max-width:417px) {
    .pxg_pricingBox .aa_amount {
        line-height: 44px;
        font-size: 27px;
    }
    .pxg_pricingBox {
        padding: 30px 20px;
    }
}
@media (max-width:390px) {
    .pxg_login_main .pxg_btn_area {
        flex-direction: column;
    }
    .pxg_login_main .pxg_login_wrapper {
        padding: 25px 15px;
    }
}
@media (max-width:375px) {
    button#start-free-trial {
        padding: 0 0px;
        font-size: 13px;
        min-height: 55px;
    }
}
