@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Reem+Kufi&display=swap);
a,
h3,
p {
    color: #000
}

table tbody tr td,
table tbody tr th {
    text-align: center;
    font-size: 9px;
    line-height: 17px
}

.overlay a,
a {
    text-decoration: none
}

.book .page,
.book .pages {
    backface-visibility: hidden;
    transform-style: preserve-3d
}

*,
* :before,
:after {
    box-sizing: border-box
}

.call-now,
.overlay,
.page-logo {
    z-index: 9999
}

.call-now,
.cover-page,
.overlay-content,
.plan-box h3,
.print,
.sec-head,
.sec-head h2,
.table-index a span,
table tbody tr {
    text-align: center
}

h3,
p {
    line-height: 20px
}

.box h5,
.erx-right-side-content h4,
.pharmacy-network a,
.pharmacy-network h3,
.table-index a,
.table-index ul li {
    text-transform: capitalize
}

:root {
    --c1: #d49ba7;
    --c2: linear-gradient(180deg, #d49ba7 0%, #edbbc5 100%);
    --f1: "Lato", sans-serif;
    --f2: "Cinzel", serif;
    --f3:
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    list-style-type: none;
    font-family: Poppins, sans-serif
}

a {
    display: inline-block;
    transition: .3s ease-in-out
}

a:hover {
    color: currentColor
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Reem Kufi", sans-serif
}

dl,
ol,
p,
ul {
    margin-bottom: 0;
    padding: 0
}

img {
    width: 100%
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: rgb(0 0 0 / 91%);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%
}

.overlay a {
    padding: 8px;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.overlay a:focus,
.overlay a:hover {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

.erx-club-sec {
    padding: 60px 0;
    position: relative;
    transform: scale(.8);
    width: 100%
}

.erx-club-sec .row {
    align-items: center
}

.sec-head h2 {
    display: inline-flex;
    background: #93dbebd6;
    color: #005696;
    padding: 20px 60px;
    border-radius: 100px
}

.erx-left-side-content:after,
.erx-right-side-content h4 {
    background: linear-gradient(180deg, rgb(196 154 47) 0, rgb(245 181 28) 100%)
}

.erx-left-side-content {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 50px;
    text-align: center;
    position: relative
}

.call-now,
.menu-btn,
.page.flipped a.login_on_blur,
.page.flipped p.logintext,
.plan-box ul li:before {
    display: none
}

.erx-left-side-content:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 60%;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto
}

.erx-club-sec:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #2870a6;
    z-index: -1;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px
}

.plan label {
    font-size: 12px
}

.plan input {
    padding-left: 10px
}

.form-check input {
    width: 20px !important;
    height: 20px !important
}

.erx-right-side-content h3 {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400
}

.erx-right-side-content h4 {
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 60px;
    color: #fff;
    margin: 20px 0
}

.erx-right-side-content span {
    font-weight: 500;
    margin-left: 10px
}

.page-title,
.table-index a {
    font-family: Reem Kufi;
    font-style: normal;
    font-weight: 400
}

ul.erx-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: 20px 10px;
    flex-flow: wrap;
    gap: 10px 0
}

ul.erx-list h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

.forgot-pass a,
h3,
h4,
ul.erx-list p {
    font-size: 16px
}

.erx-left-side-content img {
    width: 200px
}

ul.erx-list p {
    color: #fff;
    font-weight: 500;
    padding-left: 0
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.menu-btn {
    float: right
}

.menu-btn a i {
    font-size: 30px;
    color: var(--c1)
}

.responsive-menu-btn a {
    width: max-content;
    margin: 22px auto
}

.responsive-logo a {
    width: 36%;
    margin: 0 auto
}

.overlay.active {
    left: 0
}

.responsive-logo {
    width: 80%;
    margin: 0 auto
}

.call-now {
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    border-radius: 100%;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
    border: solid 3px var(--color-primary);
    align-items: center;
    justify-content: center;
    background: #800016;
    animation: 3s linear infinite alternate nudge
}

.book .pages,
.buttons,
.history ul li,
.inner-page,
.page,
.page-logo,
.table-con li,
.table-index,
.table-index a,
a.video-icon,
a.video-icon span {
    position: relative
}

.call-now i {
    color: #fff;
    font-size: 21px
}

.page {
    width: 30vw;
    height: 44vw;
    float: left;
    margin-bottom: .5em;
    background: left top/cover no-repeat
}

.page:nth-child(2n) {
    clear: both
}

.book {
    transition: opacity .4s .2s;
    perspective: 200vw;
    height: 100vh
}

.book .pages {
    width: 100vw;
    height: 46vw;
    border-radius: 4px
}

.book .page {
    float: none;
    clear: none;
    margin: 0;
    position: absolute;
    top: 0;
    width: 50vw;
    height: 42vw;
    transform-origin: 0 0;
    transition: transform 1.4s;
    cursor: pointer;
    user-select: all;
    background-color: #f0f0f0
}

.book .page:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .7s;
    z-index: 2
}

.book .page:nth-child(odd) {
    pointer-events: all;
    transform: rotateY(0);
    right: 0;
    border-radius: 19px 0 0 19px;
    background: linear-gradient(38deg, #00388b 0, #9fbae1 62%, #0060f0 100%)
}

.book .page.flipped:nth-child(2n):before,
.book .page:nth-child(odd):before {
    background: rgba(0, 0, 0, 0)
}

.book .page:nth-child(2n) {
    pointer-events: none;
    transform: rotateY(180deg);
    transform-origin: 100% 0;
    left: 0;
    border-color: #000;
    border-radius: 0 19px 19px 0;
    background: linear-gradient(38deg, #00388b 0, #9fbae1 62%, #0060f0 100%)
}

.book .page.flipped:nth-child(odd):before,
.book .page:nth-child(2n):before {
    background: rgba(0, 0, 0, .2)
}

.book .page.grabbing {
    transition: none
}

.book .page.flipped:nth-child(odd) {
    pointer-events: none;
    transform: rotateY(-180deg)
}

.book .page.flipped:nth-child(2n) {
    pointer-events: all;
    transform: rotateY(0)
}

body,
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Lovers Quarrel", cursive;
    background: #fff;
    -webkit-tap-highlight-color: transparent
}

.court ul li,
h3,
h4 {
    font-family: Poppins
}

html {
    height: 100%
}

body {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
    line-height: 1.5em
}

.page:nth-child(odd) {
    background-position: right top
}

.book .page:nth-child(odd)::after {
    position: absolute;
    content: "";
    background-image: url(../images/frame.png);
    width: 200px;
    height: 100%;
    left: -43px;
    top: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.book .page:before {
    z-index: -1;
  }
.inner-page {
    background-color: #dadcf0;
    border-radius: 19px 0 0 19px;
    width: 49vw;
    height: 41vw;
    padding: 10px 24px;
    margin: 8px 5px;
    z-index: 99;
    overflow-y: scroll
}

.accordion-toggle,
.table-index a {
    border: 1px solid
}

.page-title {
    color: var(--Color-3, #171717);
    font-size: 35px;
    line-height: 100%;
    padding: 10px 6px
}

.table-index {
    width: 95%;
    margin: 0 auto;
    z-index: 99999999
}

.errorr {
    border-color: #f89191
}

.table-index a {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    font-size: 11px;
    color: #575757;
    line-height: 110%
}

.form-group label,
h3,
h4 {
    font-style: normal;
    font-weight: 500
}

.table-index a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px
}

.book .page.active .inner-page {
    z-index: 999 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.table-onchange.loading * {
    visibility: hidden
}



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

.table-onchange th {
    font-size: 13px
}

.table-onchange.loading:before {
    content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    background: url(https://work-wise.demo-customproject.com/images/loading.gif) 0 0/cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

input.pharmacyzip {
    height: 28px !important
}

.form-group input {
    width: 100%;
    padding-left: 10px;
    height: 20px;
    font-size: 11px
}

.form-group select {
    width: 100% !important;
    padding: 0 0 0 10px !important;
    height: 20px !important;
    font-size: 11px !important
}

.form-group label,
.history ul li {
    font-size: 12px;
    color: #464a53;
    font-family: Poppins
}

.form-group label {
    line-height: 100%;
    padding-top: 6px
}

.box h5,
.court h3,
.pharmacy-network h3 {
    color: var(--Color-3, #171717);
    font-family: Reem Kufi
}

.form-group {
    margin: 9px 0 0
}

h3 {
    text-align: center;
    padding: 10px 0
}

.box h5,
h4 {
    line-height: 100%;
    text-align: center
}

h4 {
    color: #000;
    padding: 15px 0 0
}

.box h5,
.history ul li,
p {
    font-weight: 400;
    font-style: normal
}

.box p,
.col-sm-10,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5 {
    padding: 0
}

.form-group input::placeholder {
    color: #abafb3;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px
}

button {
    background: #0043a7;
    color: #fff;
    padding: 7px 30px
}

.buttons {
    width: 48%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-top: -63px;
    z-index: 999
}

.form-check,
.table-inner-hdr,
.table-inner-hdr h6 {
    align-items: center;
    display: flex
}

h5 {
    font-size: 15px;
    padding-top: 10px
}

.form-check {
    gap: 20px
}

p {
    text-align: center;
    color: var(--Gray-700, #344054);
    font-family: Inter;
    font-size: 14px;
    margin: 0;
    text-align: start;
    padding-left: 47px
}

.history ul li {
    line-height: 130%;
    padding: 4px 0
}

.history {
    padding: 0 10px
}

.box h5 {
    font-size: 17px;
    padding: 10px 0 0
}

.history ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0046b0;
    border-radius: 50px;
    left: -10px;
    top: 11px
}

table,
table tbody tr,
table tbody tr td,
table tbody tr th {
    border: 1px solid #000
}

.box {
    border: 1px solid #0046b0;
    background: rgba(217, 217, 217, .3);
    padding: 0 15px;
    margin: 20px 6px
}

.history p {
    padding: 3px 12px;
    font-size: 11px
}

.law h3 {
    text-align: left;
    padding: 3px 0;
    font-weight: 700
}

.law p {
    font-size: 11px;
    padding: 5px 2px;
    line-height: 16px
}

.text-box h4 {
    text-align: left;
    padding: 0;
    font-size: 14px
}

.content-box p,
.simple-info-2 tbody tr td {
    font-size: 10px
}

.law {
    padding: 0 12px
}

.text-box {
    padding: 2px 0
}

table {
    width: 95%;
    margin: 30px auto
}

table tbody tr th {
    padding: 5px 10px;
    background: #eaeaea
}

table tbody tr td {
    padding: 0 6px
}

.simple-info-2 {
    width: 97%
}

.simple-info-2 th {
    padding: 7px 6px
}

.content-box p {
    padding: 4px 3px;
    line-height: 13px
}

.profile p {
    padding: 21px 10px 0
}

.table-con li a {
    border: 0;
    margin: 0
}

.court h4 {
    text-align: start;
    padding: 15px
}

.court p {
    padding: 6px 15px
}

.court ul li {
    color: #464a53;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 3px 15px
}

.court h3 {
    line-height: 35px
}

.pharmacy-network h3 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left
}

.pharmacy-network a {
    width: 50%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.893px;
    border: 1px solid #999;
    padding: 6px 0;
    margin: 4px 0
}

.log-in-wrap h6,
.primary-btn.dark-bg,
a.log-in {
    text-transform: uppercase
}

.phar-active {
    border: .5px solid #000;
    background: #eaeaea
}

.pharmacy-network {
    padding: 0 22px
}

.logos {
    padding: 0 60px;
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: end
}

.history h4,
.plan-box {
    text-align: start
}

.logos img {
    width: 140px
}

img.logo-1 {
    width: 60%
}

.tab-1 {
    overflow-y: auto
}

.tab-1-table th {
    padding: 0 10px;
    font-size: 9px
}

.tab-1-table .simple-info {
    margin: 0;
    width: 1150px
}

.tab-1-table td {
    padding: 0;
    line-height: 30px;
    font-size: 12px;
    color: #000 !important;
    font-weight: 700
}

.cover-page h4,
a.log-in,
a.video-icon {
    color: #fff
}

.tab-1-table p {
    padding: 7px 20px
}

.page-logo {
    width: 150px;
    height: 110px;
    margin-left: 30px;
    margin-top: -10px
}

.page-index a {
    margin: 3px 20px;
    color: #fff;
    width: 93%
}

.history li {
    font-size: 13px;
    padding: 2px 0;
    list-style: upper-alpha
}

.box ul li {
    list-style: none
}

.plan2 {
    margin-top: -84px
}

.plan-box td {
    padding: 5px 0;
    font-size: 16px
}

.plan-header h4 {
    font-size: 30px
}

.plan-header h5 {
    font-size: 25px;
    padding-left: 17px
}

.plan input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    height: 33px
}

.bbb-accredited-logo,
.ssl {
    width: 150px
}

.plan-form h5 {
    font-size: 25px
}

.plan-form {
    padding: 0 20px
}

.plan-c {
    margin-top: -18px
}

.ssl {
    margin-left: 50px;
    margin-top: 30px
}

.tab-1-table img {
    width: 150px;
    margin-left: 15px;
    object-fit: contain
}

.table-inner-hdr {
    justify-content: space-between;
    padding: 3px 0
}

.table-inner-hdr h6 {
    font-size: 14px;
    font-weight: 600
}

.table-inner-hdr h6 dl,
.table-inner-hdr h6 span {
    font-weight: 400;
    padding-left: 13px
}

.cover-page {
    margin-top: -110px;
    width: 100%
}

.plan-box {
    border: 1px solid #999;
    padding: 10px 30px;
    margin-top: 25px
}

.plan-box h3 {
    padding: 4px 0
}

.plan-box ul li {
    padding: 7px 0;
    font-size: 15px
}

.court h3 {
    font-size: 22px
}

a.video-icon {
    margin-top: 10px;
    z-index: 9999999999999;
    font-size: 60px;
    margin-left: 0;
    margin-bottom: 27px;
    display: inline-grid;
    align-items: center;
    justify-content: center
}

a.video-icon span {
    font-size: 17px;
    top: 34px;
    left: 0
}

.modal-body {
    padding-bottom: 0
}

.modal-content {
    width: 95%
}

.video-play-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border;
    z-index: -1;
    bottom: 0;
    margin: auto
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) scale(1);
        transform: translateX(0) translateY(0) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) scale(1);
        transform: translateX(0) translateY(0) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.plan-box .form-check {
    margin-top: -53px;
    margin-bottom: 20px;
    margin-left: -15px
}

.tab-1-table .ssl {
    position: absolute;
    left: 40%;
    top: 13px
}

.plan-body .print-plan-card {
    width: 50%;
    margin-left: 180px;
    filter: drop-shadow(0px 0px 5px black)
}

.print-cards .plan-box {
    padding: 10px 21px;
    margin: 0
}

img.main-logo {
    margin-top: -145px
}

.images-box {
    display: flex
}

.inner-page .ssl {
    margin: 0 0 -50px;
    width: 150px
}

a.log-in {
    position: absolute;
    right: 10%;
    top: 9%;
    font-weight: 700;
    font-size: 20px;
    z-index: 99;
    transition: .5s
}

a.log-in:hover {
    color: #64aa46
}

.log-in-bg {
    background-image: url("../images/log-in-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.text-blue {
    color: #100c6c
}

.text-black {
    color: #000 !important
}

.log-in-wrap {
    padding: 60px 35px;
    background-color: #fff;
    border: none;
    background-color: #6d816500;
    border-radius: 0;
    border: 1px solid #00000040;
    width: 100%
}

.log-in-wrap h6 {
    text-align: center !important;
    color: #000;
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: Reem Kufi
}

.agree-text,
.forgot-pass a {
    margin: 20px 0;
    color: #000;
    font-weight: 400
}

.width-100 {
    width: 100% !important
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 15px;
    font-weight: 400;
    color: #000
}

.forgot-pass,
.log-in-page-main .form-check {
    display: inline-block
}

.forgot-pass {
    width: 63%;
    text-align: right
}

.agree-text {
    font-size: 13px;
    padding: 0
}

.term-condition {
    font-weight: 500;
    margin-left: 39px;
    color: #003e99;
    border-bottom: 2px solid #003e99
}

.pt-80 {
    padding-top: 80px !important
}

.account-form input[type=email],
.account-form input[type=number],
.account-form input[type=password],
.account-form input[type=tel],
.account-form input[type=text],
.account-form input[type=url],
.account-form select,
.account-form textarea {
    border: 1px solid #868484a1;
    background-color: #fff0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    height: 55px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 25px;
    border-radius: 100px;
    box-shadow: none
}

.account-form textarea {
    padding: 10px;
    height: 167px
}

.account-form input[type=email]::placeholder,
.account-form input[type=number]::placeholder,
.account-form input[type=password]::placeholder,
.account-form input[type=tel]::placeholder,
.account-form input[type=text]::placeholder,
.account-form input[type=url]::placeholder,
.account-form textarea::placeholder {
    color: #000;
    font-size: 14px;
    line-height: 71px;
    font-weight: 400
}

.primary-btn.dark-bg {
    color: #fff;
    padding: 15px 50px;
    font-weight: 400;
    font-size: 21px;
    border: none;
    margin-bottom: 30px;
    border-radius: 100px;
    transition: .5s;
    background: linear-gradient(197deg, #0056d7 0, #003e99 69%)
}

.primary-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transform: translateX(100%)
}

.primary-btn.dark-bg:hover {
    color: #fff;
    border-color: #fff !important;
    background: linear-gradient(197deg, rgb(117 169 61) 0, rgb(10 137 58) 69%);
    transition: .5s
}

.all-side {
    padding-right: 130px;
    padding-left: 130px
}

.all-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.table-index ul li {
    width: 100%;
    padding: 0 0 0 55px;
    font-size: 11px;
    color: #575757;
    font-family: Reem Kufi;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    position: relative;
    border: 0;
    margin: 10px 0 0
}

.table-index ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #26b5c4;
    left: 35px;
    top: 1px
}

.cover-page p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    padding: 15px 0 0;
    color: #fff
}

.withoutlogin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 100%;
    text-align: center
}

.withoutlogin .login_on_blur,
.withoutlogin .signup_on_blur {
    padding: 10px 40px;
    background: #0051ca;
    color: #fff
}

.withoutlogin p.logintext {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: center !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important
}

span.select2-selection__rendered {
    width: 100% !important;
    padding-left: 10px !important;
    height: 20px !important;
    font-size: 11px !important;
    line-height: 1.7 !important;
    background: #f8f8f8 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection {
    height: 20px !important
}

.erx-club-sec {
    box-shadow: 0 0 5px 5px #000 !important
}

.erx-left-side-content {
    margin-left: -20px;
    gap: 10px
}

.sec-head {
    margin-bottom: 10px
}

ul.erx-list {
    margin: 0 0 10px
}

.erx-right-side-content {
    padding-left: 0
}

.log-reg {
    text-align: center;
    margin-top: 50px
}

.log-reg a {
    width: 40%
}