    /*================================Create Personal Account left side bar start================================*/
    
    .nav-item.green_actuve a.nav-link.active {
        color: #7bbd4b !important;
        border-bottom: solid 2px #7bbd4b !important;
    }
    
    .nav-item.perpal_actuve a.nav-link.active {
        color: #8701ad !important;
        border-bottom: solid 2px #8701ad !important;
    }
    
    .nav-item.orange_actuve a.nav-link.active {
        color: #ee672f !important;
        border-bottom: solid 2px #ee672f !important;
    }
    /*================================Create Personal Account left side bar end================================*/
    /*================================Create Your Personal Account Select Position start================================*/
    
    .todod_pd_box_rv_space input[type=checkbox] {
        -webkit-transform: scale(1.6) !important;
        -ms-transform: scale(1.6) !important;
        transform: scale(1.6) !important;
    }
    
    .todod_pd_box_rv_space input[type=radio] {
        transform: unset;
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }
    
    .todotabbgbox {
        background: #f5f5f5;
        height: 100%;
    }
    
    .todo_right_bg_grl img {
        width: 34.8vh;
        float: right;
        margin-top: -26%;
        margin-right: 5em;
    }
    
    .ph_tbl_inpt form {
        padding-top: 2em;
    }
    
    .ph_tbl_inpt form .ph_pl_lbtext span {
        font-weight: 600;
        font-size: 1.2rem;
        color: #555555;
        padding-bottom: 20px;
        display: block;
    }
    
    .ph_select_crctr {
        text-align: center;
    }
    
    .ph_tbl_inpt form .ph_pl_lbtext input {
        border: solid 2px #9cc9eb;
        border-radius: 4px;
        background: #fff;
    }
    
    .ph_tbl_inpt form .ph_pl_lbtext input:focus {
        border: solid 2px #7fc479;
    }
    
    .mdl-textfield__label {
        margin-bottom: 0;
    }
    
    .mdl-textfield.is-focused.mdl-textfield__label:after {
        font-size: 30px;
    }
    
    .ph_pl_lbtext .is-focused .mdl-textfield__label span {
        float: left;
        background: #ffffff;
        /*padding: 0;*/
        font-size: 12px;
        font-weight: normal;
        padding: 2px 5px;
    }
    
    .ph_pl_lbtext .is-dirty .mdl-textfield__label span {
        float: left;
        background: #ffffff;
        /*padding: 0;*/
        font-size: 12px;
        font-weight: normal;
        padding: 2px 5px;
    }
    
    .ph_pl_lbtext .mdl-textfield__label span {
        font-weight: normal !important;
    }
    
    .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
        top: 13px !important;
    }
    
    .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
        color: #000;
        font-size: 12px;
        top: 13px;
        visibility: inherit;
    }
    
    .mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
    .mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
    .mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label {
        top: -40px !important;
    }
    
    .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
        color: #d50000;
        background: #fff;
        font-size: 12px;
    }
    
    .mdl-textfield__label:after {
        background-color: #7fc479;
        bottom: 0;
        content: "";
        height: 2px;
        left: 45%;
        position: absolute;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        visibility: hidden;
        width: 10px;
    }
    
    .ph_myactivoty_tab {
        margin-top: 20px;
    }
    /*================================hover effect start================================*/
    
    ul.ph_brands_logo li:hover:before {
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
    }
    
    ul.ph_brands_logo li:before {
        content: '';
        border: 0;
        width: 100%;
        height: 1.5px;
        background: #cfa749;
        position: absolute;
        left: 0;
        bottom: 0;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }
    /*================================hover effect End================================*/
    
    .personal_area_registration_revamp ul.nav.nav-tabs {
        display: block;
        height: auto;
        border-left: solid 3px #e3e3e3;
        padding-left: 20px;
        border-bottom: none;
    }
    
    .create_personal_area_registration_revamp h2 {
        font-weight: 600;
        font-size: 25px;
        border-bottom: solid 3px #dfc174;
        padding-bottom: 20px;
        display: inline-block;
    }
    
    .personal_area_registration_revamp #material-tabs {
        background: transparent;
    }
    
    .personal_area_registration_revamp ul.nav.nav-tabs li a {
        border: 0;
        padding: 20px 17px !important;
        color: #000;
        font-size: 18px;
        text-transform: none;
        font-weight: normal;
    }
    
    .personal_area_registration_revamp ul.nav.nav-tabs li a.active {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-weight: 600;
        background: transparent;
        position: relative;
    }
    
    .personal_area_registration_revamp ul.nav.nav-tabs li.active {
        border-left: solid 4px #7bbd4b !important;
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .personal_area_registration_revamp .nav-tabs .nav-link:focus,
    .personal_area_registration_revamp .nav-tabs .nav-link:hover {
        border-bottom: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .create_personal_area_registration_revamp {
        margin-bottom: 10px;
    }
    
    .personal_area_registration_revamp ul.nav.nav-tabs li a.active:before {
        content: "";
        width: 6px;
        height: 100%;
        background: #cfa74a;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -23px;
    }
    
    .personal_area_registration_revamp {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-left: 49px;
        padding-right: 40px;
        min-height: calc(100vh - 102px);
    }
    
    .personal_area_registration_revamp .todod_pd_box_rv_space {
        background: #fff;
        padding-bottom: 15px;
        padding-top: 15px;
        border-radius: 14px;
    }
    
    .personal_area_registration_revamp .ph_tbl_inpt form {
        padding-top: 0;
    }
    
    .personal_area_registration_revamp .ph_pb_remove_bottom {
        font-size: 28px !important;
        color: #cfa749 !important;
        font-weight: normal;
        line-height: normal;
    }
    
    .create_brder_bottom {
        position: relative;
    }
    
    .per_ac_other_info i {
        padding-right: 10px;
    }
    
    .savebtn {
        text-align: center;
        margin-top: 2em;
    }
    
    .ac_shop_bottom {
        text-align: right;
        margin-right: 3em;
        position: fixed;
        bottom: 0;
        right: 0;
    }
    
    .ac_shop_bottom.ph_main_create_ps_at {
        bottom: 0;
    }
    
    .ac_shop_bottom.ph_main_create_ps_at img {
        width: 23vh;
        height: 50vh;
        object-fit: contain;
    }
    
    .ph_mydetail span.ph_pb_remove_bottom {
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }
    
    .per_authorised {
        padding-left: 30px;
    }
    
    .per_authorised h4 {
        font-size: 25px;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
    }
    
    .per_authorised p {
        font-size: 18px;
    }
    
    .per_authorised .uthorised_witness ul li {
        font-size: 18px;
    }
    
    .per_authorised .phar-form-main p,
    .per_authorised ul.uthorised_witness li {
        font-size: 16px;
        line-height: 30px;
    }
    
    ul.uthorised_witness li i {
        padding-right: 5px;
        font-size: 11px;
        color: #d2ad57;
    }
    /*================================Create Your Personal Account Select Position end================================*/
    /*================================Email Address & Password activaton start ================================*/
    
    .ph_email_address_password {
        padding-left: 30px;
    }
    /*================================Email Address & Password end================================*/
    /*================================activaton start================================*/
    
    .per_ac_activation_email img {
        width: 50%;
        height: auto;
    }
    
    .todod_pd_box_rv_space .form-floating>label {
        font-weight: normal;
    }
    
    .todod_pd_box_rv_space .ph_per_aria {
        font-weight: 700;
        margin-bottom: 20px;
        display: block;
    }
    
    .todod_pd_box_rv_space .span_legal_new {
        font-weight: normal;
    }
    
    .todod_pd_box_rv_space .are_you_gpsc_register .bold_text {
        font-weight: 700;
        margin-right: 10px;
        margin-left: 5px;
        font-size: 20px;
        color: #cfa74a;
    }
    /*================================activaton End================================*/
    /*================================Create Your Personal Account boxes css start================================*/
    
    .hide {
        display: none;
    }
    
    span.ph_brands_boxs {
        width:190px;
        height: 150px;
        border-radius: 4px;
        border: solid 1px #fff0ca;
        background: #fffdf7;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        font-weight: 400;
        padding: 10px;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.30) 0 1px 3px -1px;
        box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.30) 0 1px 3px -1px;
        color: #8e7433;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    span.ph_brands_boxs:hover {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        border: solid 1px #cfa749;
    }
    
    span.ph_text_brands {
        font-size: 14px;
        line-height: normal;
        margin-top: 9px;
        font-weight: 700;
        display: block;
        margin-bottom: 20px;
    }
    
    ul.ph_brands_logo {
        list-style: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    
    ul.ph_brands_logo li {
        margin: 0 6px 15px 6px;
        position: relative;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
        cursor: pointer;
    }
    
    ul.creat_yr_per_ac {
        width: 100%;
        margin: 0 auto;
    }
    
    p.ph_selec_position {
        font-size: 20px;
        margin-top: 16px;
        font-weight:300;
        color: #8a8a8a;
        margin-top: 2px;
        position: relative;
    }
    
    .gphc_reg_bt {
        margin-bottom: 9px;
    }
    /*================================Create Your Personal Account boxes css end================================*/
    /*================================second GPhC registered (United Kingdom) start================================*/
    
    .phgphc_registered {
        margin-top: 80px;
    }
    /*================================second GPhC registered (United Kingdom) End================================*/
    
    p.ph_pharmacist {
        font-size: 24px !important;
        color: #cfa74a !important;
        margin-bottom: 10px;
    }
    
    .ph_gphc_box {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px !important;
    }
    
    .activecurrent_box span.ph_brands_boxs {
        border: 2px solid #cfa749;
        background: #cfa749;
        color: #fff;
        font-weight: 600;
    }
    
    ul.creat_yr_per_ac li {
        margin-bottom: 15px;
    }
    
    .iama_text {
        font-size: 20px;
    }
    
    .pa_cypahead_clk span {
        font-size: 20px;
    }
    
    .pa_cypahead_clk {
        line-height: 15px;
    }
    
    .per_ac_other_info i {
        color: #957c40 !important;
    }
    
    .ph_are_y_au {
        font-weight: 600;
    }
    
    .ph_highlight_bx {
        text-align: center;
        border: solid 2px #e63232;
        width: 400px;
        background: #da4646;
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        padding: 2px;
        position: relative;
    }
    
    .ph_highlight_bx p {
        display: block;
        border: solid;
        width: 100%;
        padding: 12px 0;
    }
    
    .ph_highlight_bx p {
        margin-bottom: 0;
    }
    /*================================arrorbox start================================*/
    
    .pa_arror_bx {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .pa_arror_bx p {
        max-width: 430px;
    }
    /*================================arrorbox End================================*/
    
    .ph_bx_aurth_view {
        margin-bottom: 10px;
        padding-left: 5px;
    }
    
    span.pa_input_lbl_text {
        padding-left: 12px;
        font-weight: normal;
    }
    
    .pa_eg_letter_egview {
        padding-left: 30px;
    }
    
    .ph_email_address_password .ph_info_icon i.fa.fa-info-circle {
        left: -21px !important;
    }
    
    .custom-file-control:read-only,
    .form-control:read-only {
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.26) 1px, transparent 0), linear-gradient(0deg, rgba(255, 255, 255, 0.26) 1px, transparent 0);
    }
    
    .pa_yaauwit {
        width: 300px;
        text-align: center;
    }
    
    .mb_30 {
        margin-bottom: 30px;
    }
    
    .per_auth_by input {
        margin-bottom: 13px;
        float: left;
        margin-right: 15px;
    }
    
    .per_auth_by span.pa_input_lbl_text {
        text-align: left;
        padding-left: 0;
    }
    
    .span_legal_new a {
        color: #7bbd4a;
        text-decoration: underline !important;
    }
    
    .pa_remove_space_left {
        padding-right: 32px;
    }
    
    .pa_condition_pri {
        margin-top: 10px;
    }
    
    .pa_condition_pri span.labelling_checkbox {
        margin-right: 10px;
        margin-top: 15px;
    }
    
    .continue_btn {
        line-height: 32px !important;
    }
    
    .continue_btn:hover {
        line-height: 32px !important;
        padding: 5px 16px !important;
    }
    
    .bkfinish {
        padding-left: 30px;
    }
    /*media css start=====================================================================================================*/
    
    .password-strength-group {
        margin-top: 10px;
    }
    .are_you_gpsc_register{
        margin: 0 auto;
        text-align: left;
        max-width: 500px;
    }
    .cc#fpa_gphc_registration_pharmacist {
        width: 50%;
    }
    
    @media(max-width: 1600px) {
        .create_personal_area_registration_revamp h2 {
            font-size: 24px;
        }
        .personal_area_registration_revamp .ph_pb_remove_bottom {
            font-size: 22px !important;
        }
        .acc_officer_heading {
            font-size: 28px;
        }
        span.ph_brands_boxs {
            width: 164px;
            height: 160px;
        }
        .registration_create_Premises_account .modal-body {
            padding: 28px 35px 30px 35px;
        }
        .registration_create_Premises_account .modal-content .modal-header {
            border: 0;
            padding: 25px 30px 20px 30px;
        }
        .registration_create_Premises_account .ph_mdl_cl_our_friendly_helpdesk h2 {
            font-size: 30px;
        }
        .registration_create_Premises_account .ph_mdl_cl_our_friendly_helpdesk img {
            max-width: 130px;
        }
    }
    
    @media(max-width:1440px) {
        .create_personal_area_registration_revamp h2 {
            font-size: 20px;
        }
        span.ph_brands_boxs {
            width: 151px;
            height: 130px;
            font-size: 15px;
        }
        .pa_authorised_witness_step_two {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
            width: 60%;
        }
        .ac_shop_bottom {
            bottom: auto;
            margin-top: -54px;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            margin-top: 0;
        }
        .registration_create_Premises_account .ph_mdl_cl_our_friendly_helpdesk img {
            max-width: 129px;
        }
        .personal_area_registration_revamp ul.nav.nav-tabs li a{
            font-size: 16px;
        }
    }
    
    @media(max-width:1366px) {
        .personal_area_registration_revamp {
            padding-left: 20px;
            /*padding-right: 20px;*/
        }
        .ac_shop_bottom {
            bottom: auto;
            margin-top: -54px;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            margin-top: 0;
        }
    }
    
    @media(max-width:1280px) {
        .ac_shop_bottom {
            display: none;
        }
        .pa_personal_pharmacy {
            padding-right: 0;
            max-width: 28% !important;
        }
        ul.ph_brands_logo li {
            margin: 0 3px 15px 3px;
        }
        .ph_form_dashbord_form {
            padding: 0 !important;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            margin-top: 0;
            max-width: 100%;
            margin-left: 15px;
            padding: 35px 10px;
            flex: 70%;
        }
        span.ph_brands_boxs {
            width: 146px;
            height: 120px;
            font-size: 15px;
            line-height: normal;
        }
        .pa_rgp_mbl_lf {
            max-width: 100%;
            -webkit-box-flex: 100;
            -ms-flex: 100;
            flex: 100;
        }
        .personal_area_registration_revamp {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
        .ac_shop_bottom {
            bottom: auto;
            margin-top: -54px;
        }
        .personal_area_registration_revamp {
            width: 100%;
        }
        .ac_shop_bottom {
            margin-right: 1em;
        }
    }
    
    @media(max-width:1200px) {
        .per_authorised_witness_step_three {
            max-width: 100%;
            width: 70%;
        }
        span.ph_brands_boxs {
            width: 118px;
            height: 120px;
            font-size: 14px;
            line-height: normal;
        }
        .are_you_gpsc_register{
            width: 100%;
            margin: 0 auto;
            text-align: left;
        }
        .cc#fpa_gphc_registration_pharmacist {
            width: 100%;
        }
    }
    
    @media(max-width:1100px) {
        .ph_email_address_password {
            max-width: 80%;
            width: 70%;
        }
        .pa_ipad_sps_wdth {
            max-width: 80%;
        }
    }
    
    @media(max-width:1024px) {
        .personal_area_registration_revamp {
            min-height: calc(100vh - 84px);
        }
        .bkfinish {
            padding-left: 0px;
        }
        .per_authorised h4 {
            font-size: 20px;
        }
        p.ph_pharmacist {
            font-size: 20px !important;
        }
        .personal_area_registration_revamp ul.nav.nav-tabs li a.active:before {
            top: 0;
        }
        .pa_ipad_sps_wdth {
            flex: 100%;
            max-width: 100%;
            width: 70%;
        }
        .ph_email_address_password [data-balloon][data-balloon-pos='right']:after {
            right: 100%;
            margin-left: 0;
            margin-right: 14px !important;
            left: unset;
        }
        .ph_email_address_password [data-balloon][data-balloon-pos='right']:before {
            margin-left: -35px;
            transform: rotate(-180deg) !important;
            margin-top: -4px;
        }
        img.csm_ipd_remove {
            margin: 0 !important;
        }
        .pa_personal_pharmacy {
            padding-right: 0;
            max-width: 28% !important;
        }
        ul.ph_brands_logo li {
            margin: 0 3px 15px 3px;
        }
        .ph_form_dashbord_form {
            padding: 0 !important;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            margin-top: 0;
            max-width: 100%;
            margin-left: 15px;
            /* padding: 10px 10px 35px 10px; */
            flex: 70%;
        }
        span.ph_brands_boxs {
            width: 126px;
            height: 110px;
            font-size: 13px;
            line-height: normal;
        }
        .pa_input_lbl_text {
            font-size: 17px;
        }
        .pt-14pa {
            padding-top: 0 !important;
        }
        .pt-17pa {
            padding-top: 0 !important;
        }
        .ipad_pt-14pa {
            padding-top: 0 !important;
        }
        .ipadpt-3 {
            padding-top: 0 !important;
        }
        .pa_authorised_witness_step_two {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 70%;
        }
        .ph_gphc_box {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }
        .pa_ipad_remove_mt {
            margin-top: 0 !important;
        }
        .pa_ipd_pro_hd {
            padding-top: 0 !important;
        }
        .ac_shop_bottom.ph_main_create_ps_at {
            display: none;
        }
        .personal_area_registration_revamp .row .col-md-4 {
            max-width: 40% !important;
            -webkit-box-flex: 40%;
            -ms-flex: 40%;
            flex: 40%;
        }
        .personal_area_registration_revamp {
            width: 100%;
        }
        .col-md-6.ph_pl_lbtext {
            max-width: 100%;
        }
        .ac_shop_bottom {
            bottom: auto;
            margin-top: 12px;
        }
        .personal_area_registration_revamp {
            padding-right: 10px;
            padding-left: 10px;
        }
        .pa_rgp_mbl_lf {
            -webkit-box-flex: 100;
            -ms-flex: 100;
            flex: 100;
            max-width: 100%;
        }
        .create_personal_area_registration_revamp h2 {
            font-size: 16px;
            margin-bottom: 0;
            padding-bottom: 8px;
        }
        .personal_area_registration_revamp ul.nav.nav-tabs li a {
            font-size: 13px;
            line-height: normal;
            padding-left: 0 !important;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
        .personal_area_registration_revamp .ph_pb_remove_bottom {
            font-size: 20px !important;
        }
        p.ph_selec_position {
            font-size: 14px
        }
        .ph_tbl_inpt {
            padding-left: 0;
            padding-right: 0;
        }
        .ph_pl_lbtext {
            padding-left: 0;
            padding-right: 0;
        }
        .ph_highlight_bx:before {
            height: 81px;
            padding: 0;
        }
        .ph_highlight_bx {
            max-width: 500px;
        }
        .per_ac_activation_email img {
            margin-left: -11px
        }
    }
    
    @media(max-width:1023px) {
        .pa_yaauwit [data-balloon][data-balloon-pos='right']:after {
            right: 100%;
            margin-left: 0;
            margin-right: 14px !important;
            left: unset;
        }
        .pa_yaauwit [data-balloon][data-balloon-pos='right']:before {
            margin-left: -35px;
            transform: rotate(-180deg) !important;
            margin-top: -4px;
        }
        .ph_info_icon i {
            position: absolute;
            top: 5px;
            /* left: 6px; */
        }
    }
    
    @media(max-width:1008px) {
        span.ph_brands_boxs {
            width: 100px;
            height: 84px;
            font-size: 12px;
            line-height: normal;
        }
    }
    
    @media(max-width:800px) {
        .ac_shop_bottom.ph_main_create_ps_at {
            display: none;
        }
        .personal_area_registration_revamp .row .col-md-4 {
            max-width: 50% !important;
            -webkit-box-flex: 50%;
            -ms-flex: 50%;
            flex: 50%;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            margin-top: 0;
            max-width: 100%;
        }
        .personal_area_registration_revamp {
            width: 100%;
        }
        .col-md-6.ph_pl_lbtext {
            max-width: 100%;
        }
        .ac_shop_bottom {
            bottom: auto;
            margin-top: 12px;
        }
        .pa_ipad_remove_mt {
            margin-top: 0 !important;
        }
        span.ph_brands_boxs {
            width: 95px;
            height: 80px;
            font-size: 12px;
        }
        .ph_highlight_bx:before {
            height: 81px;
            padding: 0;
        }
    }
    
    @media(max-width:320px) {
        span.labelling_checkbox.ml-3 {
            margin-left: 5px !important;
        }
        .pa_mbl_btn {
            margin-bottom: 15px !important;
        }
    }
    
    @media(min-width:364px) and (max-width:767px) {
        .pambl_sml_dvsbtm {
            margin-bottom: 0 !important;
        }
    }
    
    @media(max-width: 767px) {
        .captch_wd_add .alert-dismissible {
            width: 90%;
        }
        .personal_area_registration_not_rec_link {
            margin-top: 15px;
        }
        .phar-form-main {
            margin-bottom: 60px;
        }
        .pa_condition_pri input[type=checkbox] {
            margin-left: 4px;
            vertical-align: baseline;
        }
        .par_under_new {
            width: 90%;
        }
        /* google capcha css start */
        .ph_input_form.ph_captcha {
            width: 100%;
            overflow: hidden;
        }
        .error_fpa_user_terms_error {
            width: 90%;
        }
        /* google capcha css End */
        .ph_crt_per_ac {
            padding-top: 15px;
        }
        .personal_mbl_tooltip {
            width: 90%;
        }
        .pa_condition_pri span {
            position: relative;
            float: left;
            margin-top: -3px !important;
            margin-right: 10px;
        }
        .ph_email_address_password {
            max-width: 100%;
        }
        .per_authorised {
            padding-left: 0;
        }
        .todod_pd_box_rv_space input[type=checkbox] {
            -webkit-transform: scale(1.4) !important;
            -ms-transform: scale(1.4) !important;
            transform: scale(1.4) !important;
        }
        .ph_bx_aurth_view {
            float: left;
        }
        .ph_bx_aurth_view input {
            float: left;
            position: relative;
            top: 0px;
            z-index: 1;
        }
        .pa_ipad_sps_wdth {
            width: 100% !important
        }
        .per_authorised p {
            font-size: 16px;
            line-height: normal;
            margin-bottom: 0;
        }
        .pa_input_lbl_text {
            font-size: 14px;
        }
        .per_authorised_witness_step_three {
            width: 100%;
        }
        .pa_authorised_witness_step_two {
            width: 100%;
        }
        .ph_brands_logo {
            margin-top: 0 !important;
        }
        .per_authorised .phar-form-main p,
        .per_authorised ul.uthorised_witness li {
            font-size: 14px;
            line-height: 24px;
        }
        .per_authorised h4 {
            font-size: 20px;
        }
        p.ph_pharmacist {
            font-size: 20px !important;
        }
        .pa_personal_pharmacy {
            max-width: 100% !important;
        }
        .pt-14pa {
            padding-left: 0;
        }
        .ph_highlight_bx:before {
            height: 81px;
            padding: 0;
        }
        h3.acc_officer_heading {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .ph_highlight_bx {
            max-width: 100% !important;
        }
        .personal_area_registration_revamp ul.nav.nav-tabs li a {
            padding: 7px 17px !important;
        }
        span.ph_brands_boxs {
            width: 123px;
            height: 123px;
        }
        .pa_arror_bx {
            display: block;
        }
        .ph_account_hdr .bg-dark {
            padding: 20px 20px;
        }
        .personal_area_registration_revamp ul.nav.nav-tabs li a {
            font-size: 14px;
        }
        .pambl_sml_dvsbtm {
            margin-bottom: 10px;
        }
        .personal_area_registration_revamp {
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
            min-height: calc(100vh - 70px);
        }
        .create_personal_area_registration_revamp h2 {
            font-size: 20px;
            padding-bottom: 15px;
        }
        .personal_area_registration_revamp .ph_pb_remove_bottom {
            font-size: 20px !important;
        }
        .pa_cypahead_clk {
            line-height: normal;
        }
        .todod_pd_box_rv_space .mdl-textfield {
            width: 100%;
        }
        .savebtn {
            margin-top: 2em;
        }
        .personal_area_registration_revamp .row .col-md-4 {
            max-width: 100% !important;
            -webkit-box-flex: 100%;
            -ms-flex: 100%;
            flex: 100%;
        }
        .personal_area_registration_revamp .todod_pd_box_rv_space {
            padding-bottom: 30px;
            flex: 100%;
            max-width: 100%;
            margin: 0 auto;
            margin-top: 20px;
            /* padding-top: 20px; */
        }
        .ph_select_crctr {
            padding-top: 2em;
        }
        .todod_pd_box_rv_space {
            padding: 0;
            margin-top: 0em;
        }
        .todo_right_bg_grl {
            display: none;
        }
        .ph_tbl_inpt form.row {
            padding-left: 5px;
            padding-right: 5px;
        }
        .mbl_ho_pd_postion {
            margin-top: 20px;
        }
        .ac_shop_bottom {
            bottom: auto;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            margin-top: 2em;
        }
        .are_you_gpsc_register{
            width: 100%;
            margin: 0 auto;
            text-align: left;
        }
        .cc#fpa_gphc_registration_pharmacist {
            width: 100%;
        }
        .todod_pd_box_rv_space .are_you_gpsc_register .bold_text{
            font-size: 14px;
        }
    }
    /*media css End=====================================================================================================*/