/* styling */

/* Font Families */
@font-face {
    font-family: "Futura Md BT";
    src: url("../fonts/FuturaBT-Medium.eot");
    src: url("../fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaBT-Medium.woff2") format("woff2"),
        url("../fonts/FuturaBT-Medium.woff") format("woff"),
        url("../fonts/FuturaBT-Medium.ttf") format("truetype"),
        url("../fonts/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura Md BT";
    src: url("../fonts/FuturaBT-Bold.eot");
    src: url("../fonts/FuturaBT-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FuturaBT-Bold.woff2") format("woff2"),
        url("../fonts/FuturaBT-Bold.woff") format("woff"),
        url("../fonts/FuturaBT-Bold.ttf") format("truetype"),
        url("../fonts/FuturaBT-Bold.svg#FuturaBT-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Lato font */
@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.woff2") format("woff2"),
        url("../fonts/Lato-Regular.woff") format("woff"),
        url("../fonts/Lato-Regular.ttf") format("truetype");
}

/* Roboto */
@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto-Regular";
}
:root {
    --primary_yellow: #f4c90a;
    --primary_yellow_new: #ffba16;
    --primary_dark_sky_blue: #2cd0df;
    --primary_black: black;
    --primary_purple: #6756fc;
    --primary_dark_purple: #352c6d;
    --primary_purle_new: #6856fd;
    --primary_purle_border: #7666fd;
    --primary_navy_blue_dark: #1d215b;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* utility classes start */
.pp_padding_16 {
    padding: 16px;
}
.pp_pt_22px {
    padding-top: 22px;
}
.pp_pt_30px {
    padding-top: 30px;
}
.pp_pt_100 {
    padding-top:100px;
}
.pp_pl_12px {
    padding-left: 12px;
}
.pp_pl_6px {
    padding-left: 6px;
}

.pp_my_12px {
    margin: 12px 0px;
}
.pp_mx_16 {
    margin: 0 16px;
}
.pp_mt_30px {
    margin-top: 30px;
}
.pp_mt_45px {
    margin-top: 45px;
}
.pp_ml_32px {
    margin-left: 32px;
}
.pp_ml_12px {
    margin-left: 12px;
}
.pp_mt_12px {
    margin-top: 12px;
}
.pp_mt_8px {
    margin-top: 8px;
}
.pp_mb_16 {
    margin-bottom: 16px;
}
.pp_mt_34px {
    margin-top:54px;
}
.pp_mr_6 {
    margin-right:6px;
}
.refer_broker_m {
    margin: 0 20% 30px 20%;
}

.border_radious_8 {
    border-radius: 8px !important;
}

/* Background color */
.pp_bg_clr_1 {
    /* background: #979797; */
    background: #edf1f6;
}
.pp_bg_clr_2 {
    background: #6756fc;
    background-color: #6756fc !important;
    /* background: #1f69a3; */
}
.pp_bg_clr_3 {
    background: #ffffff;
}
.pp_bg_clr_4 {
    background: #92e3a9;
}
.pp_bg_clr_5 {
    background: #a2cdfc;
}
.pp_bg_clr_6 {
    background: #fdccc3;
}
.pp_bg_clr_7 {
    background: #342c6d;
}
.pp_bg_clr_8 {
    background: #a02724;
}
.pp_bg_clr_9 {
    background: var(--primary_purple);
    /* background: #0e415c; */
}
.pp_bg_clr_10 {
    /* background: #fbc72c; */
    background: #2cd0df;
}
.pp_bg_clr_11 {
    background: var(--primary_purle_new);
    /* background: #0e415c; */
}

.pp_bg_clr_12 {
    background: var(--primary_dark_purple);
}

/* font family */
.pp_font_futura {
    /* font-family: "Futura Md BT"; */
    font-family: "Roboto-Regular";
    font-style: normal;
}

/* font weight */
.pp_font_weight_bolder {
    font-weight: 700;
}

.pp_font_weight_normal {
    font-weight: 400;
}

/* letter spaacing */
.pp_letter_spacing_one {
    letter-spacing: 0.02em;
}
.pp_letter_spacing_2 {
    letter-spacing: 0.2px;
}
.pp_letter_spacing_3 {
    letter-spacing: 0.140887px;
}
.pp_letter_spacing_4 {
    letter-spacing: 0.193954px;
}
.pp_letter_spacing_5 {
    letter-spacing: 0.251282px;
}
.pp_letter_spacing_6 {
    letter-spacing: 0.191203px;
}
.pp_letter_spacing_7 {
    letter-spacing: 0.113236px;
}

/* font color */
.pp_font_clr_1 {
    color: #6756fc !important;
}
.pp_font_clr_2 {
    color: #ffffff;
}
.pp_font_clr_3 {
    color: #2cd0df;
}
.pp_font_clr_4 {
    color: #342c6d;
}
.pp_font_clr_5 {
    color: #459b5f;
}
.pp_font_clr_6 {
    color: #1c6ba6;
}
.pp_font_clr_7 {
    color: #dd8c6a;
}
.pp_font_clr_8 {
    color: #a02724;
}
.pp_font_clr_8 {
    color: var(--primary_black);
}
.pp_font_clr_10 {
    color: var(--primary_dark_purple);
}
.pp_font_clr_11 {
    color: var(--primary_yellow_new);
}

.pp_font_clr_12 {
    color: var(--primary_navy_blue_dark);
}

.pp_font_clr_13 {
    color: var(--primary_purle_new);
}

/* font sizes */
.pp_font_size_1 {
    font-size: 20px;
    line-height: 98.3%;
}
.pp_font_size_2 {
    font-size: 44px;
    line-height: 53px;
}

.pp_font_size_3 {
    font-size: 22px;
    line-height: 30px;
}

.pp_font_size_3_imp {
    font-size: 24px;
    line-height: 20px;
}

.pp_font_size_4 {
    font-size: 16px;
    line-height: 29px;
    color: black !important;
}

.pp_font_size_5 {
    font-size: 20px;
    line-height: 24px;
}

.pp_font_size_5_imp {
    font-size: 16px;
    line-height: 14px;
    margin-top: 6px;
}

.pp_font_size_6 {
    font-size: 16px;
    line-height: 22px;
}

.pp_font_size_7 {
    font-size: 41px;
    line-height: 46px;
}

.pp_font_size_8 {
    font-size: 10px;
    line-height: 12px;
}

.pp_font_size_9 {
    font-size: 12px;
    line-height: 98.3%;
}

.pp_font_size_10 {
    font-size: 22px;
    line-height: 28px;
}

.pp_font_size_11 {
    font-size: 11px;
    line-height: 20px;
}

.pp_font_size_12 {
    font-size: 22px;
    line-height: 98.3%;
}

.pp_font_size_13 {
    font-size: 18px;
    line-height: 98.3%;
}

.pp_font_size_14 {
    font-size: 32px;
    line-height: 98.3%;
}

.pp_font_size_15 {
    font-size: 30px;
    line-height: 98.3%;
}

.pp_font_size_16 {
    font-size: 60px;
    line-height: 98.3%;
}

/* Button style */
.pp_close_btn_1 {
    border-radius: 50%;
    /* padding: 4px; */
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.pp_btn_1 {
    width: 175px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #342c6d;
}
.pp_btn_2 {
    border-radius: 8px;
    background-color: #342c6d !important;
    border: 2px solid #342c6d !important;
}
.pp_btn_2:hover {
    background-color: white !important;
}

.pp_form_home_content_submit_btn.pp_btn_1 {
    border: 2px solid #2cd0df;
}

.pp_login_form .pp_btn_1 {
    width: 135px;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
}
/* button style end here */

/* box styling */
.pp_box_styling_1 {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}
.pp_box_styling_2 {
    box-shadow: 0px 0px 11.5913px rgba(0, 0, 0, 0.12);
    border-radius: 19.3188px;
    overflow: hidden;
}
.pp_box_styling_3 {
    border-radius: 20px;
    padding: 30px 40px;
}
.pp_box_styling_4 {
    border: 4px solid #edf1f6;
    border-radius: 20px;
    padding: 100px 0px;
}
.pp_box_styling_5 {
    border-radius: 20px;
    padding: 100px 0px 75px 0px;
}
.pp_tag_box_2 {
    min-width: 100.47px;
    padding: 0 6px;
    height: 38.58px;
    background: #ffffff54;
    border-radius: 4.01869px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.refer_borker_radio_customize .pp_tag_box_2 {
    background: white;
    width: 175px;
    height: 48px;
}
.landlord_cover_form .pp_tag_box_2,
.pp_refer_broker_radio_tag.active.pp_tag_box_2,
.pp_register_form_partner_radio_tag > .pp_tag_box_2 {
    background: #342c6d;
}

.pp_refer_broker_radio_tag.active.pp_tag_box_2 {
    color: white;
}

.pp_client_claim_5_years_radio_tag.active > .pp_tag_box_2,
.pp_occupied_by_radio_tag.active > .pp_tag_box_2,
.pp_dos_to_cover_radio_tag.active > .pp_tag_box_2,
.pp_register_form_partner_radio_tag.active > .pp_tag_box_2 {
    background: #2cd0df;
}
.landlord_cover_form .pp_radio_btn_customize.active > .pp_tag_box_2,
.pp_lc_security_radio_tag.active.pp_tag_box_2 {
    background: #6756fc;
}

/* .pp_construction_type_radio_tag.pp_tag_box_2,
.pp_construction_of_roof_radio_tag.pp_tag_box_2 {
    width: auto;
    padding: 0 6px;
} */
/* box styling end here */

/* =================== */
/* =================== */
/* =================== */

/* Customize Radio end Checkboxes */

/* =================== */
/* =================== */
/* =================== */

/* The container */
.pp_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.pp_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.pp_container .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #c4c4c4;
}

/* On mouse-over, add a grey background color */
.pp_container:hover input ~ .checkmark {
    background: #c4c4c4;
}

/* When the checkbox is checked, add a blue background */
.pp_container input:checked ~ .checkmark {
    background: var(--primary_yellow);
}

/* Create the checkmark/indicator (hidden when not checked) */
.pp_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pp_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.pp_container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pp_radio_btn_customize {
    position: relative;
    margin-bottom: 6px;
}

.pp_radio_btn_customize > div {
    cursor: pointer;
}

.pp_radio_btn_customize > input {
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: -1;
}

/* =================== */
/* =================== */
/* =================== */
/* Customize Radio and checkbox Css end here */
/* =================== */
/* =================== */
/* =================== */

/* header (start) */
.pp_header {
    background-color: white;
    margin: 0 -15px;
}
.pp_header_main {
    padding: 26px 0 18px 0;
    border-bottom: 4px solid #edf1f6;
}
.pp_h_part_one {
    width: 40%;
}
.header_bar_icon {
    margin-top:18px;
}
.pp_h_part_two {
    width: 60%;
}
.pp_h_refer_para {
    width: 160px;
    margin: 4px 0px 0 11px;
}
.pp_anchor_refer {
    margin-right: 19px;
}
.pp_anchor_refer:hover,
.pp_anchor_refer:focus {
    color: #6756fc;
}
.pp_anchor_refer.active {
    color: #6756fc;
}
/* responsiveness */
.pp_anchor_refer_responsiveness {
    display:none;
}
.pp_header_border_div {
    width: 4px;
    height: 40px;
    border-radius: 21px;
    display: block;
}
.pp_header_user_name {
    width: 145px;
    margin-left: 19px;
}
.pp_header_user_name:hover {
    color: var(--primary_purple);
}
.pp_header_pro_pic {
    margin: 0 17px 0 28px;
}
.pp_logo_zurich {
    margin: 0 12px 0 19px;
}
.pp_header_pro_pic_styling {
    border-radius: 50%;
}
.angelic_logo_class {
    margin-left:72px;
}
.angelic_logo_img {
    width:200px;
}

/* header end  */

/* sidebar start */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1021;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 55px;
    box-shadow: 1px 1px 6px #edf1f6;
}

.sidenav > a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #6756fc;
    display: block;
    transition: 0.3s;
}

.sidenav > a:hover {
    color: #6756fc;
    opacity: 0.7;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 30px;
    line-height: 30px;
    margin-left: 50px;
}

.pp_side_nav_bar_list {
    padding: 0px 3px;
}

.pp_side_nav_bar_list > li {
    width: 100%;
    margin-bottom: 2px;
}

.pp_side_nav_bar_list.nav-pills .nav-link {
    width: 100%;
    border-radius: 4px;
    text-align: center;
    color: white;
    background-color: #6756fc;
    border: 2px solid #6756fc;
    font-style: normal;
    font-weight: bold;
}

.pp_side_nav_bar_list.nav-pills .nav-link:hover {
    color: #6756fc;
    background-color: white;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
/* sidebar end */

/* Profile Section */
.pp_profile_sec_main_div {
    margin: 19px 0px 30px 0px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}
.pp_profile_cell_number > img,
.pp_profile_email > img,
.pp_profile_address > img {
    width: 28px;
    height: 28px;
}

/* .pp_profile_detail_main {
    max-width: 345px;
    margin: 50px 138px 25px 49px;
} */

.pp_profile_detail_main {
    max-width: 345px;
    margin: 12px 14px 0px 20px;
}

/* .pp_profile_contact_details_main {
    max-width: 405px;
    margin: 30px 0px 14px 0px;
} */
.pp_profile_contact_details_main {
    /* max-width: 405px; */
    margin: 0 0 0 auto;
    /* width: -webkit-fill-available; */
    flex: auto;
}

.profile_dp_style {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
}

.new_user_profile_name {
    width:220px;
}

/* Counter section start here */

/* .pp_counter_sec_width {
    width: 32.33%;
    margin-left: 1.5%;
    border-radius: 16px;
    padding: 28px 45px 14px 34px;
} */

.pp_counter_sec_width {
    width: 40.33%;
    margin-left: 18px;
    border-radius: 16px;
    padding: 12px 12px 12px 12px;
}
.pp_counter_sec_width:first-child {
    margin-left: 0px;
}

.pp_counter_section_border {
    border: 4px solid #edf1f6;
}

.pp_counter_section_border_purple {
    border: 2px solid var(--primary_purle_border);
}

.pp_tag_box {
    padding: 6px 5px 6px 5px;
    width: 200px;
    text-align: center;
    border-radius: 35px;
}

.pp_tag_title {
    width: 103px;
    /* text-align: center; */
    margin-bottom: 3px;
    white-space: nowrap;
}

.pp_border_left_style {
    border-left: 10px solid;
    padding-left: 9px;
}

.pp_border_color_1 {
    border-color: #459b5f;
}

.pp_border_color_2 {
    border-color: #1c6ba6;
}

.pp_border_color_3 {
    border-color: #dd8c6a;
}

.pp_border_color_4 {
    border-color: #a02724;
}

/* TABS section css start here */

#pp_db_pills-tab {
    position:sticky;
    top: 97px;
    z-index: 50;
    background: white;
    padding: 4px 0 4px 0;
}

/* boot stap tab*/
.pp_tabs_main > .nav-pills > .nav-item > .nav-link.active {
    color: #fff;
    background: #6756fc;
    color: white;
}

.pp_tabs_main > .nav-pills > .nav-item {
    margin-right: 12px;
}

.pp_tabs_main > .nav-pills > .nav-item:last-child {
    margin-right: 0px;
}

.pp_tabs_main > .nav-pills > .nav-item > .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    background: #edf1f6;
    border-radius: 36px;
    width: 165px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 98.3%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #6756fc;
    height: 55px;
    align-items: center;
    /* vertical-align: middle; */
    justify-content: center;
    display: flex;
}

.heading_sub_tabs_intro {
    margin: 30px 0px
}

    /* New Profile */
    .new_profile_tabs > .nav-pills > .nav-item > .nav-link.active {
        color: #1d215b;
        background: unset;
        text-decoration: underline;
        text-decoration-thickness: 14%;
    } 
    .new_profile_tabs > .nav-pills > .nav-item > .nav-link {
        background: none;
        border-radius: 0px;
        color: #1d215b;
        height: unset;
        width:auto;
        font-size:20px;
        text-align:left;
        display: block;
    }
    .new_profile_tabs .pp_form label {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
    }
    .user_profile_submit {
        border-radius: 36px;
        width: 155px;
        height: 42px;
        font-size: 14px;
        line-height: 20px;
    }
    /* New Profile end */
/* tab two */

/* toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 114px;
    height: 41px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: -124px;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #342c6d;*/
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pp_cover_clr {
    color: rgba(10, 10, 10, 0.178);
}

.slider:before {
    position: absolute;
    content: "Client";
    height: 34px;
    width: 50px;
    left: 4px;
    bottom: 4px;
    /*background-color: #2cd0df;*/
    /*color: white;*/

    font-style: normal;
    font-weight: 400;
    font-size: 12.3784px;
    line-height: 15px;
    letter-spacing: 0.02em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  } */

input:checked + .slider:before {
    content: "Broker";
    -webkit-transform: translateX(56px);
    -ms-transform: translateX(56px);
    transform: translateX(56px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 34px;
}

.pp_insurance_guid_main_div .slider:before,
.pp_insurance_guid_main_div input:checked + .slider:before {
    content: "";
    z-index: 1;
}

.pp_insurance_guid_main .slider {
    position: relative;
    text-align: center;
    padding-top: 12px;
}
/* toggle button end */

/* Boot strap tabs as sub tab */

.pp_sub_tab_2_body > .nav > .nav-item > .nav-link.active {
    background-color: transparent;
}

.pp_sub_tab_2_body > .nav > .nav-item {
    width: 23.5%;
    margin-left: 2%;
}
.pp_sub_tab_2_body > .nav > .nav-item:first-child {
    margin-left: 0%;
}

/* boot strap tabs end */

/* TABS styling start here */
.pp_sub_tab_nav_link_bg_div {
    width: 100%;
    border-radius: 10px;
    height: 125px;
    margin-top: -55px;
}
.pp_sub_tab_info_div {
    border-radius: 10px;
    margin: 0 auto;
    width: 97%;
    height: 105px;
    padding: 17px 0 0 0;
    margin-top: 12px;
    white-space: nowrap;
}
.pp_sub_tab_link_img {
    min-height: 209px;
    border-radius: 122px;
    height: 209px; width: 219px;
}
.pp_border_top {
    border-top: 4px solid #edf1f6;
}
.pp_tab_heading_m {
    margin-top: 30px;
    margin-bottom: 18px;
}
.pp_sub_tab_content_body {
    mix-blend-mode: normal;

    border-radius: 20px;
    padding: 40px;
}
/* .pp_tab_width {
    /* width: 90%;
    margin: 0 auto;
} */

/* TABS styling end  here */

/* Forms Styling start here */

.pp_form_mt {
    margin-top: 75px;
}

.li_main_body {
    background-color: #eff0f8;
    padding-top: 25px;
}

.li_main_body input[type="radio"] {
    margin-right:4px;
}

.pp_form label {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    color: #1d215b;
}

.pp_form.pp_register_form_pl_16 label {
    line-height: 24px;
    font-size:15px;
}


.life_insurance_form label {
    color: #1d215b;
}
.refer_a_broker_form label {
    font-size: 18px;
    line-height: 38px;
}
.pp_register_form label {
    font-size: 14px;
    line-height: 20px;
}
.pp_form.home_and_content_form label {
    color: #1d215b;
}
.pp_form .pp_input {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.140887px;
    color: #8a8a8a;
    border-radius: 6px;
    font-size: 12px;
    width: 90%;
    appearance: auto;
}
.pp_form select {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.140887px;
    color: #8a8a8a;
    border-radius: 6px;
    font-size: 12px;
    width: 90%;
}
.refer_a_broker_form .pp_input,
.pp_register_form .pp_input {
    font-size: 14px;
    box-shadow: 0px 0px 6px;
}

/* customize phone number type */
.intl-tel-input {
    width:100%;
}


/* .pp_form.home_and_content_form .pp_input {
    color: white;
} */
.pp_form .pp_input::placeholder,
.pp_multi_select .choices__input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8a8a8a;
    opacity: 1; /* Firefox */
}

/* Multi select */
.pp_multi_select .choices__inner {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.140887px;
    color: #8a8a8a;
    border-radius: 6px;
    font-size: 12px;
    width: 90%;
    padding: 2px 0 0 8px;
    line-height: 1.5;
    min-height: 32px;
}
.pp_multi_select .choices__input {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 4px 0 0px 2px;
}
.pp_multi_select .choices__list--multiple .choices__item {
    background-color: var(--primary_purple);
    border: 1px solid var(--primary_purple);
}

/* Multi select end */

.pp_form_alertbox_txt {
    font-size: 14px;
    width: 65%;
    padding: 6px 6px;
}

.pp_form .pp_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #342c6d;
}

.pp_form .pp_input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #342c6d;
}

.pp_form.home_and_content_form .pp_input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #342c6d;
    opacity: 1; /* Firefox */
}

.pp_form.home_and_content_form.pp_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #342c6d;
}

.pp_form.home_and_content_form.pp_input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #342c6d;
}

.pp_form_row_mb {
    margin-bottom: 40px;
}

.pp_insurance_guid_main .pp_form_row_mb {
    padding: 0px 0px 0px 2px;
    max-height: 323px;
    margin-bottom: 2px;
    overflow: hidden;
}

.pp_insurance_guid_main .pp_form_row_mb:nth-child(4n + 1) {
    margin-left: 0px;
}

.pp_form_row_mb_24 {
    margin-bottom: 24px;
}
.pp_form_row_mb_14 {
    margin-bottom: 14px;
}
.pp_form_row_ml_24 {
    margin-left: 24px;
}
.pp_form_txt_area {
    border-radius: 4px;
    resize: none;
}
.pp_form_img_icon {
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.pp_icon_mr {
    margin-right: 28px;
}
.pp_active_img {
    display: none;
}
.pp_smoking_icon_class.active .pp_non_active_img,
.pp_gender_icon_class.active .pp_non_active_img,
.pp_type_of_policy_class.active .pp_non_active_img,
.pp_lc_type_of_policy_class.active .pp_non_active_img {
    display: none;
}
.pp_smoking_icon_class.active .pp_active_img,
.pp_gender_icon_class.active .pp_active_img,
.pp_type_of_policy_class.active .pp_active_img,
.pp_lc_type_of_policy_class.active .pp_active_img {
    display: block;
}

.pp_type_of_policy_class.active .pp_font_clr_2 {
    color: var(--primary_dark_sky_blue);
}

.pp_form_life_insur_submit_btn:hover {
    background: white;
    color: #342c6d;
}
.pp_form_home_content_submit_btn:hover {
    background: white;
    color: #2cd0df;
}

.pp_pe_radio_tag.active,
.pp_bt_radio_tag.active,
.pp_storey_radio_tag.active,
.pp_construction_type_radio_tag.active,
.pp_construction_of_roof_radio_tag.active,
.pp_security_checkbox_tag.active {
    background: #2cd0df;
}

.txt_form_fields {
    font-size: 15px;
}

.li_main_body > div {
    margin-bottom:30px;
}

.li_form_date_time_row {
    padding-right: calc(10% - 16px);
    padding-top:0px !important;
}

/* Form styling end here */

/* Register page start here */
.reg_logo_main {
    padding: 20px 0 20px 16px;  width: 200px; margin-bottom: 25px;
}
.pp_register_form_pl_16 {
    padding-left:16px;
}
/* Regisster page end here */

/* Ezi Cover Css start here (copy) */
.account {
    position: absolute;
    top: 6px;
    left: 18px;
    color: #ffffff;
}
.main-btn.main-btn-section {
    padding: 0;
    line-height: 0;
}

.main-btn {
    position: relative;
}
.why_angelic_banner_content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.ezicover_banner {
    position: relative;
    padding: 80px 0 150px;
    background: #6756fc;
    border-radius: 6px 6px 0 0;
}
.ezicover_banner:after {
    content: "";
    background: url(../img/why-frame.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1020px;
    height: 550px;
    opacity: 0.3;
}
.ezicover_banner h1 {
    color: #fff;
    font-size: 56px;
    letter-spacing: 0.2px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ezicover_banner p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px;
    color: #fff;
}
.zuric_logo {
    margin: 30px 0;
}
.ezicover_img {
    position: absolute;
    right: 165px;
    bottom: -95px;
    z-index: 1;
}
.what_zurich_content {
    border-radius: 10px;
    padding: 50px;
    color: #6756fc;
    background: #fff;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 12%);
    margin-top: -120px;
    z-index: 1;
    position: relative;
}
.what_zurich_content h2 {
    color: #6756fc;
    font-weight: 700;
    font-size: 42px;
    font-family: "Lato-Regular";
    font-style: normal;
}
.what_zurich_content p {
    font-size: 18px;

    font-style: normal;
}
.ezicover_wrapper {
    padding: 80px 0;
}
.ezicover_wrapper_content h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #6756fc;
    font-family: "Lato-Regular";
    font-style: normal;
}
.ezicover_wrapper_content ul {
    list-style: disc;
    padding-left: 20px;
}
.ezicover_wrapper_content ul li:not(:last-child) {
    margin-bottom: 20px;

    font-style: normal;
}
.ezicover_wrapper_content ul li:last-child {
    margin-bottom: 20px;

    font-style: normal;
}
.ezicover_wrapper_content ul li p {
    color: #000000;

    font-style: normal;
}
.ezicover_wrapper_block {
    margin-bottom: 100px;
}
/* benefit block */
.benfit_block {
    background: #6756fc;
    padding: 20px 50px;
    border-radius: 10px;
    margin: 50px 0;
}
.benfit_block ul {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.benfit_block ul:before {
    content: "";
    background: #2cd0df;
    border-radius: 50px;
    width: 77%;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0px;
    transform: translateY(-50%);
}
.benfit_block ul li {
    color: #fff;
    text-align: center;
    position: relative;
}
.benfit_block ul li:after {
    content: "";
    background: #fff;
    border-radius: 50px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.benfit_block ul li:first-child:after {
    display: none;
}
.benfit_block ul li span {
    display: block;
    font-weight: 400;
    margin: 12px 0;
}
/* benefit block */
/* Ezi Cover end here */

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Dashboard styling start here ==== */

/* ======================== */
/* ======================== */
/* ======================== */

.pp_img_vector_major {
    width: 54px;
    /* height: 75px; */
}
.pp_img_vector_style {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.pp_db_pp_styling {
    width: 200px;
    height: 150px;
    border-radius: 16px;
}
.pp_db_referal_tags_main {
    border-radius: 47.5px;
    padding: 0px 16px;
}
.pp_db_video_main {
    border-radius: 16px;
}
.pp_db_img_name_ref_main {
    padding: 28px 60px 32px 36px;
}
.pp_grap_title {
    top: 50px;
    left: 19%;
    z-index: 2;
    right: 0;
}
.pp_grap_title_2 {
    margin-top: 65px;
    font-size: 18px;
    left: 24%;
}
/* payment detail tab */
.payment_details_top_portion_style {
    border-radius: 20px 20px 0 0;
}
.payment_box_styling {
    padding: 30px 40px 16px 40px;
    margin-bottom: 3px;
}
.pp_db_pd_part_one {
    width: 55%;
}
.pp_db_pd_part_two {
    width: 45%;
}
.pp_db_txt_styling {
    max-width: 75%;
}

/* ======= Refer new Client ====== */
.active_styling {
    border: 4px solid transparent;
    border-radius: 50%;
    padding: 5px;
}

#sub-pills-tab .nav-link.active .active_styling {
    border: 4px solid var(--primary_purple);
}

#sub-pills-tab .nav-link.active .active_styling::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 46%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--primary_purple);
}

/* ======================== */
/* ======================== */
/* ======================== */

/* ===== Dashboard styling end here ==== */

/* ======================== */
/* ======================== */
/* ======================== */

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Data table start here ==== */

/* ======================== */
/* ======================== */
/* ======================== */

div.dataTables_wrapper div.dataTables_filter input {
    margin-bottom: 6px;
    margin-left: 0px;
}
.content {
    border: 0px solid transparent !important;
    margin: 30px 0px;
    padding: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    color: #707070;
    background-color: rgba(0, 0, 0, .02);
}
.table {
    color: var(--primary_dark_purple);
    /* font-family: "Futura Md BT"; */
    font-family: "Roboto-Regular";
    font-style: normal;
}
.table > tbody {
    color: #707070;
}
.box-body {
    padding: 0px;
}

.table a {
    color: #707070;
}

        /* =========   data table Referred Client ======= */
        #refferred_clients p {
            margin:0 0 9px 0;
            font-size:14px;
            font-family: inherit;
        }

        #refferred_clients_wrapper {
            width: 100%;
            margin: 0px auto;
            /* overflow-x: auto; */
            padding-bottom:10px;
        }

        #refferred_clients_wrapper table.dataTable.display tbody tr.odd,
        #refferred_clients_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
        #all_refferred_wrapper table.dataTable.display tbody tr.odd,
        #all_refferred_wrapper table.dataTable.display tbody tr.odd > .sorting_1 {
            background-color: #EFF0F8;
        }

        #refferred_clients_wrapper .table-bordered,
        #refferred_clients_wrapper .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
        #refferred_clients_wrapper .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
        #refferred_clients_wrapper .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
        #all_refferred_wrapper .table-bordered,
        #all_refferred_wrapper .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
        #all_refferred_wrapper .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
        #all_refferred_wrapper .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
            border: 1px solid #C7C7C7;
        }



        
/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Data table end here ==== */

/* ======================== */
/* ======================== */
/* ======================== */

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== user Profile Start here ==== */
/* ======================== */
/* ======================== */
/* ======================== */

.pp_user_new_profile_form_padding {
    padding: 0px 24px 6px 24px;
}

.inner-pt-terms p {
    text-align: justify;
    margin: 0 0 9px 0;
    
}
.term-headeing  {
    font-size:1.82vw;
    color:white;
    font-weight: bold;
}

.pp_reg_lq {
    margin-left: -30px; margin-right: 30px
}

.pp_reg_rq {
    margin-right: -30px; margin-left: 30px;
}
/* ======================== */
/* ======================== */
/* ======================== */
/* ===== user Profile  end here ==== */
/* ======================== */
/* ======================== */
/* ======================== */

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Client portal start here ==== */
/* ======================== */
/* ======================== */
/* ======================== */

.client_portal_tab_centent .content {
    padding: 30px 0px;
}

.client_portal_tab_centent .content-title h3:first-child {
    font-size: 20px;
    color: #6756fc;
    background: transparent;
    font-weight: 600;
    padding: 6px 9px;
}

.client_portal_tab_centent .box-body th {
    border: 1px solid #f4f4f4 !important;
    background-color: white;
    padding: 15px 10px !important;
    color: #6756fc;
}

.client_portal_tab_centent .box-body td {
    border: 1px solid #f4f4f4 !important;
    padding: 15px 10px !important;
    text-transform: capitalize;
}

.client_portal_tab_centent .pp_box_styling_4 {
    padding: 100px;
    border: 4px solid #edf1f6 !important;
}

.pp_graph_external_div {
    z-index: 1;
    top: 35%;
    left: 28%;
    width: 100px;
}
.pp_insurance_text_margin{
    padding:0px 173px;
  }
.pp_grap_detail_txt_div {
    z-index: 1;
    top: 47%;
    left: 25%;
    width: 85px;
    height: 60px;
}

#clientSlider .main-btn::after {
    width: 0px;
}

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Client Portal  end here ==== */
/* ======================== */
/* ======================== */
/* ======================== */

.inner-pt-terms {
    padding: 16px 50px 16px 50px;
    /* padding-right: 28px; */
}

.services_list {
    list-style-type: disc;
    padding-left: 14px;
}

.inner-pt-terms li {
    font-size: 14px;
    /* list-style: none; */
    color: #fff;
    padding: 4px 0 0 12px;
}
.login-page,
.register-page {
    background: linear-gradient(
        162deg,
        var(--primary_purple) -28%,
        var(--primary_purple) 132%
    );
    border: 7px solid #fff;
    border-right: 0px;
}

.pp_rem_me_checkbox {
    margin-bottom: 18px; margin-top: 8px;
}

.pp_rem_me_txt {
    margin-left: 34px !important;
    margin-top:5px !important;
    left: 80px;
    width: auto;
}
.pp_login_w_160 {
    width:160px;
}
.pp_login_logo {
    padding: 20px 0;  width: 200px; margin-bottom: 50px;
}
.login_mt_50 {
    margin-top:50px;
}

.out-contain {
    padding: 151px 0 23px 0;
}
.client-out-contain{
    padding: 240px 0 23px 0;
}
.border_radious{
    border-radius: 20px !important;
}

.contain {
    max-width: 450px;
}

.login-review {
    max-width: 700px;
    margin: 0 auto;
}

.inner-login-review p {
    max-width: 440px;
    padding: 40px 36px 20px 36px;
}

.review-profile {
    max-width: 440px;
    justify-content: center;
}

.w-185 {
    width: 120px;
}

.pp_tag_box_width {
    width: 120px;
}
.left-contain-bg{
    padding: 0px;
    min-height: 100vh;
    background:white;
}

.new-input {
    background: transparent;
    border: 0;
    outline: 0;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 5px;
}

.new-input:focus ~ .login-label,
.new-input:not(:placeholder-shown) ~ .login-label {
    top: -22px;
    font-size: 12px;
    background-color: white;
}

.login-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 2px;
    transition: 0.2s ease all;
    font-size: 15px;
    color: #929292 !important;
}

.new-login-btn {
    background-color: #6756fc;
    border-radius: 100px;
    border: none;
    padding: 10px;
    margin: 10px;
    width: 200px;
    color: #ffffff;
}
.new-login-btn:hover {
    background-color: #ffffff;
    border-radius: 100px;
    border: 1px solid #6756fc;
    padding: 9px;
    margin: 10px;
    width: 200px;
    color: #6756fc;
}

.new-reg-btn {
    background-color: #ffffff;
    border-radius: 100px;
    border: 1px solid #6756fc;
    padding: 10px;
    margin: 10px;
    width: 200px;
    color: #6756fc;
}
.new-reg-btn:hover {
    background-color: #6756fc;
    border-radius: 100px;
    border: 1px solid #6756fc;
    padding: 10px;
    margin: 10px;
    width: 200px;
    color: #ffffff;
}
/* Business insurance */
.pp_coming_soon {
    padding:50px;display:block;text-align:center;font-size:28px;font-weight:bold;
}
/* Business Insurance End */



/* Thanku Page css starts here  --> Muhammad Tariq */

.logo-div{
    width: 50%;
    text-align:center;
    
}

.text-div{
    width: 60%;
    padding: 230px 0px;
}

.p_style{
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #4D4D4D;
}

.thanku-button {
    background-color: #6856FD;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* font-family: Roboto; */
    text-transform: uppercase;
    font-size:20px;
    padding: 3px 50px; 
    border-radius: 30px;
    margin-top: 1rem;
}

.img_styling{
    padding: 143px 0px;
    width:60%;
    margin: 137px -23px;
    /* margin-top:13rem;
    margin-left: 10rem; */
}

.from_logo_margin{
    padding-top: 1.5rem!important;
}

.tick_margin{
    margin-left: 2.5rem!important;
    margin-top: 2rem!important;
    width: 40%;
}

.first_para_margin{
    margin-top: 3rem!important;
}

.second_para_margin{
    margin-top: 2.5rem!important;
}

.footer_margin{
    margin-top:100px;
}

.box_flex{
    display: flex;
    margin-top:0rem;
}


    .gender_styling {
        display: flex;
    }

    .first_col_div {

        width: 200px;
    }

    .second_col_div {

        width: 200px;
    }

    .radio_styling {

        display: flex;
    }

    .first_radio_div_style {
        padding: 0px 25px;
        margin-left: -25px;
        font-size: 16px;
    }

    .add_referral_button {
        background-color: #1D215B;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
       
        font-size: 18px;
        padding: 8px 90px;
        border-radius: 30px;
    }

    .center_refferal {
        justify-content: center;
        align-items: center;
        padding: 45px 0px;
    }

    .life_bg_clr {
        background-color: #EFF0F8;
    }

    .pp_bg_home_clr {
        background: #EFF0F8;
    }

    .input_field_margin {
        margin-left: 32px;
    }

    .home_heading_style {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px;
        color: #1d215b;
    }

    .preferred_styling {

        margin-top: -42px;

    }

    .at_once_style {
        height: 32.58px;
        background-color: #1D215B;
        font-size:12px;
        font-weight:normal;
    }

    .select_styling {
        width: 90%;
    }

    .form-select option {
      
        font-style: normal;
        font-size: 18px;
        line-height: 45px;
        color: #1D215B;
    }

    .p_styling {
       
        font-size: 18px;
        color: #4D4D4D;

    }

    /* .p_marg {
        margin-left: 38px;
    } */

    .content {
        background: transparent;
    }

    .compliance_heading {
        font-weight: bold;
        font-size: 30px;
        /* color: #6856FD; */
    }

    .pp_padding_x_40 {
        padding:0 40px;
    }

    .row_padd {
        padding: 40px 40px;
        border-radius: 8px;
        width:100%;
        
    }
    .pp_complaince_min_height {
        min-height: 370px;
    }

    .pp_box_border {
        border:2px solid var(--primary_purle_new);
    }

    ul.first_div_tick_bullet {
        list-style-type: none;
    }

    ul.first_div_tick_bullet li {

        /*list-style-image:url({{ asset('new-assets/img/tick_icon.png')}});*/
        list-style-image: url(new-assets/img/tick_icon.png);

    }


    ul.second_div_cross_bullet {
        list-style-type: none;
    }

    ul.second_div_cross_bullet li {

        /*list-style-image:url({{ asset('new-assets/img/tick_icon.png')}});*/
        list-style-image: url(new-assets/img/cross_icon.png);
    }




    .file-upload {
        display: block;
        text-align: center;
        
        font-size: 12px;
    }

    .file-upload .file-select {
        display: block;
        border: 1px solid #dce4ec;
        color: #FFFFFF;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        width: 90%;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        border-radius:6px;
    }

    .file-upload .file-select .file-select-button {
        background: #1D215B;
        padding: 0 10px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 2px;
    }

    .file-upload .file-select .file-select-name {
        line-height: 40px;
        display: inline-block;
        padding: 0 10px;
        color: #000000;
    }

    .file-upload .file-select:hover {
        border-color: #34495e;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .file-upload .file-select:hover .file-select-button {
        background: #34495e;
        color: #FFFFFF;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .file-upload.active .file-select {
        border-color: #1a1b40;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .file-upload.active .file-select .file-select-button {
        background: #1d215b;
        color: #FFFFFF;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

    .file-upload .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

    .file-upload .file-select.file-select-disabled:hover .file-select-button {
        background: #dce4ec;
        color: #666666;
        padding: 0 10px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    .file-upload .file-select.file-select-disabled:hover .file-select-name {
        line-height: 40px;
        display: inline-block;
        padding: 0 10px;
    }


/* Thanku page CSS Ends here */


/* Ezi cover css starts here */

    .ezi_banner_div {
        width: 35%;
    }

    .ezi_text_div {
        width: 65%;
        padding: 75px 42px 0px 0px;
    }

    .main_div_style {
        display: flex;
    }

    h1,
    h2,
    h4,
    h5,
    h6 {
        font-family: "Roboto-Regular";
        text-transform: uppercase;

    }

    h3 {
        font-family: "Roboto-Regular";
        text-transform: uppercase;
        font-size: 40px;
    }

    p {
        font-family: "Roboto-Regular";
        font-size: 18px;
        text-align: left;
    }

    .main_heading_bold {
        font-family: "Roboto-Regular";
        font-weight: bold;
        font-size: 40px;
        padding-bottom: 26PX;
        line-height: 1;
    }

    .ezi-button {
        background-color: #6856FD;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        /* font-family: Roboto; */
        font-weight: bold;
        font-size: 20px;
        padding: 3px 31px;
        border-radius: 30px;
    }

    .img_style {
        padding: 19px 0px;
        width: 70%;
        /* margin: -18px -23px; */
    }

    .first_col_styling {
        top: 80px;
    }

    .second_col_styling {
        padding: 0px 30px;
    }
  
.pp_reset_styling{
    padding: 0px;
    min-height: 100vh;
    background:white;
}
    .line_styling {
        padding: 26px 37px;
    }

    .second_img {
        padding: 12px 37px;
    }

    .second_section {
        top: 60px;
    }

    .ezi_benefit_block {

        /* background: var(--primary-color); */
        padding: 0px 161px;
        border-radius: 100px;
        margin: 50px 0;
    }

    .ezi_padding {
        padding: 45px 0;
    }

    .ezi_life_insurance_style {
        padding-top: 60px;
    }
    /* Ezi cover CSS Ends here */

    /* New Profile */

    .forget-pass-txt-clr{
        color: #6756fc;
        font-weight: bold;
    }
    .reset-logo{
        margin-bottom: 38px;
    }
    .forget-pass-margin{  
        margin-top: 4rem!important;
    }
    .reset-input-field-width{
        width: 375px;
    }
    .reset-out-contain{
        padding: 250px 0px 23px 68px;
    }
    .reset-email-sent-box{
        width:380px;
        height:30px;
        border:1px;
        background-color:#D9D9D6;
    }
    .rest-email-box-margin{
        margin-top: 2rem!important;
    }
    .reset-email-font{
        font-size:13px;
        align-items: flex-start;
    }
    
    .profile-image{
        width: 100%;
    }
    
    .profile-change{
        position: relative;
    }
    
    .overlay{
        height: 50px;
        width: 220px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease;
        background-color: #000000;
    }
    
    .profile-change:hover .overlay {
        opacity: 0.5;
    }
    
    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
      }

    /* New Profile end here */

    /* Media Sub tab start here */
      .media_sub_tabs > .nav-item > .nav-link {
        background: #edf1f6;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 98.3%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #6756fc;
        border-radius: 0;
        padding:14px 32px;
      }
      .media_sub_tabs > .nav-item > .nav-link.active {
        background-color: #6756fc;
        color:white;
      }
      .media_sub_tabs > .nav-item:first-child > .nav-link {
        border-radius: 16px 0 0 0;
        margin-left:20px;
      }
      .media_sub_tabs > .nav-item:last-child > .nav-link {
        border-radius: 0 16px 0 0;
      }
      .pp_box_styling_media {
        background: #edf1f6;
        border-radius: 16px;
        padding:40px;
        min-height: 40vh;
        margin-bottom:40px;
      }
      .video_trigger_btn {
        background-color: white;
        width:100%;
        height:14vh;
        border:0px;
      }
      .pp_video_name {
        color:#8b8b8b;
        font-size: 12px;
        margin-bottom:0px;
      }
      #media_docu .pp_video_name {
        font-size: 16px;
      }
      .pp_video_updated_date {
        color:#8b8b8b;
        font-size: 9px;
        margin-bottom:0px;
      }
      .pp_video_model_body {
        display: flex;
        justify-content: center;
        padding: 40px;
      }
      .doc_item {
        border-bottom:1px solid #707070;
        padding:14px 0 13px 0;
      }
      .doc_dwnld_btn {
        border-radius: 36px;
        padding:4px 16px;
        background-color:#342c6d;
        border:0px;
        color:white;
      }
      .doc_dwnld_btn:hover {
        color: white;
      }
      .media_file_icon {
        width:71px;
      }
      .media_input_w_unset {
        width:unset;
      }
      .pp_tutorial_video_main {
        width:100%;
        height:75%;
      }
    /* Media Sub Tab End here */
                        


/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Responsiveness start here  ==== */
/* ======================== */
/* ======================== */
/* ======================== */

@media screen and (max-width: 1400px) {
    /* Tabs */
    .pp_tabs_main > .nav-pills > .nav-item > .nav-link {
        width: 140px;
        font-size: 13px;
        height: 40px;
    }
}

@media screen and (max-width: 1200px) {
    /* Tabs */
    /* .pp_tabs_main > .nav-pills > .nav-item > .nav-link {
        width: 165px;
        font-size: 14px;
        height: 46px;
    } */
    .content {
        padding: 0px 0px 8px 0px;
      }
}

@media screen and (max-width: 1199px) {
    /* header Start */
    .pp_header_main {
        padding: 20px 0 14px 0;
    }
    /* header End */

    /* Intro section start here */

    .profile_dp_style {
        width: 200px;
        height: 200px;
    }
    .pp_profile_detail_main {
        max-width: 325px;
        margin: 10px 12px 0px 16px;
      }
      .pp_font_size_14 {
        font-size: 30px;
      }
      .pp_font_size_15 {
        font-size: 28px;
      }
      .pp_font_size_16 {
        font-size: 56px;
      }
      .pp_mt_30px {
        margin-top: 26px;
      }
      .pp_font_size_13 {
        font-size: 16px;
      }
      .pp_tag_box_width {
        width: 110px;
      }
      .pp_font_size_1 {
        font-size: 16px;
      }
      .w-185 {
        width: 75px;
      }
    /* Intro section end here */

    /* Tab's responsiveness start here */
    .pp_tabs_main > .nav-pills > .nav-item {
        margin-right: 8px;
    }
    .pp_tabs_main > .nav-pills > .nav-item > .nav-link {
        width: 150px;
        font-size: 13px;
        height: 36px;
    }

    .col-md-8.col-md-offset-2, section.content {
        padding: 0 0 12px 0;
    }

    .img_thumb_icon {
        width:65px;
        height:65px;
    }

        /* Sab Tabs */
        .pp_sub_tab_link_img {
            min-height: unset;
            height: 190px;
            width: 200px;
        }
        .pp_font_size_3_imp {
            font-size: 20px;
            line-height: 20px;
        }
        .hc_policy_img {
            width: 24px;
        }
        .hc_policy_option {
            font-size:12px;
        }
        .pp_ml_12px {
            margin-left: 9px;
          }
          .pp_form label {
            line-height: 98%;
            margin-bottom: 8px;
          }
          .li_main_body {
            padding-top:24px;
          }
          .at_once_style {
            font-size:9px;
          }
          .center_refferal {
            padding: 24px 0px;
          }
        /* Sab TAbs end */

        /* New Profile Start here */
        .pp_user_new_profile_form_padding {
            padding: 20px 24px 6px 24px;
          }
          .pp_form_row_mb_24 {
            margin-bottom: 16px;
          }
          .overlay {
            width: 200px;
          }

        /* New profile end here */


    /* Tab's responsiveness end here */

    /* Register */
    .pp_form.pp_register_form_pl_16 label {
        font-size: 14px;
    }

    h1 {
    font-size: calc(1.375rem + 1vw);
    }
    /* Register end */

    /*  Parrtner portal responsiveness starts here */

    .reset-out-contain {
        padding: 250px 0px 23px 8px;
    }

    /*  Parrtner portal responsiveness ends here */

}

@media screen and (max-width: 992px) {
    /* header */
    .pp_header_main {
        padding: 16px 0 12px 0;
      }
      .pp_h_part_one {
        width: 29%;
      }
      .angelic_logo_class {
        margin-left:40px;
    }
    .angelic_logo_img {
        width:75px;
    }
    .pp_h_part_two {
        width: 71%;
      }
      .pp_font_size_1 {
        font-size: 13px;
      }
      .pp_anchor_refer {
        margin-right: 6px;
      }
      .pp_h_refer_para {
        width: 115px;
        margin: 6px 0px 0 8px;
        font-size:16px;
      }
    /* header end */

    /* profile counter */
    .pp_mt_30px {
        margin-top: 22px;
      }
      .user_info_main {
        flex-direction: column;
        margin-right:8px;
      }
      .profile_dp_style {
        width: 175px;
        height: 175px;
      }
      .pp_profile_detail_main {
        text-align: center;
        margin: 8px 12px 0px 14px;
        max-width: unset;
      }
      .pp_font_size_14 {
        font-size: 26px;
      }
      .pp_counter_sec_width {
        width: 49%;
        margin-left: 14px;
        padding: 10px 10px 10px 10px;
      }
      .pp_font_size_16 {
        font-size: 48px;
      }
      .pp_font_size_13 {
        font-size: 14px;
      }
      .w-185 {
        width: 61px;
      }
    /* Profile counter end */

    /* tabs responsiveness */
    .pp_tabs_main > .nav-pills > .nav-item:last-child {
        margin-right: 8px;
      }
      .box-body, .content, .login-box-body, .register-box-body, .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
        font-size: 12px;
      }
      .pp_tab_heading_m {
        margin-top: 0px;
        margin-bottom: 18px;
      }
      .content {
        margin: 18px 0px;
      }
      .heading_sub_tabs_intro {
        margin: 0px 0px 22px 0px;
      }
      .pp_sub_tab_2_body > .nav > .nav-item:first-chlid > .nav-link {
        padding-left:0px;
      }
      .pp_sub_tab_link_img {
        height: 147px;
        width: 152px;
      }
      .pp_sub_tab_info_div {
        height: unset;
      }
      .li_main_body > div:nth-child(odd) {
        padding-left:45px;
      }
      .input_field_margin {
        margin:0px;
      }
      .pp_font_size_3_imp {
        font-size: 16px;
      }
      .nav-link {
        padding: .5rem 6px;
      }
      .pp_mt_34px {
        margin-top:16px;
      }
      .pp_pr_36px {
        padding-right: 36px;
    }
    .p_styling {
        font-size: 14px;
      }
      .row_padd {
        padding-top: 20px;
        margin-left: 9px;
      }
      .pp_complaince_min_height {
        min-height: 265px;
        margin-bottom: 12px;
      }
      .compliance_heading {
        font-weight: bold;
        font-size: 26px;
        color: #6856FD;
      }
      .p_marg {
        margin-left: 16px;
      }
      ul.first_div_tick_bullet p,
      .second_div_cross_bullet p,
      .compaince_para {
        font-size:16px;
      }

         /* Ezi Cover */
         .img_style {
            margin: 0;
          }
          .ezi_text_div {
            padding: 76px 12px 0px 24px;
          }
          #pills-contact_2 h3 {
            font-size: 26px;
          }
          .main_heading_bold {
            font-size: 38px;
            padding-bottom: 16PX;
          }
          #pills-contact_2 p {
            font-size: 16px;
          }
          .ezi-button {
            font-size: 17px;
          }
          .ezi_padding {
            padding: 18px 0;
          }
          .ezi_benefit_block {
            padding: 0px 42px;
          }
          .benfit_block  {
            font-size:14px;
          }
          .benfit_block ul li span {
            margin: 36px 0;
          }
         /* Ezi Cover end */

    /* tabs responsiveness end */

    /* Log in Page */
    .out-contain {
        padding: 32px 0 16px 12px;
      }
      .new-login-btn,
      .new-reg-btn {
        padding: 8px;
        width: 175px;
        font-size: 14px;
        height: 38px;
      }
      .new-login-btn:hover,
      .new-reg-btn:hover {
        padding: 8px;
        width: 175px;
      }
      .inner-pt-terms {
        padding: 16px 30px 16px 30px;
      }
      .inner-pt-terms li {
        font-size: 13px;
      }
    /* LogIn page end */
    /* Refer a Broker */
    .pp_box_styling_5 {
        padding: 75px 0px 58px 0px;
      }
    /* Refer a Broker end */

    /* New Profile */
    .pp_mt_45px {
        margin-top: 32px;
    }
    .pp_user_new_profile_form_padding {
        padding: 0px 18px 6px 14px;
      }
      .pp_pt_22px {
        padding-top: 16px;
      }
      .new_user_profile_name {
        width: 175px;
      }
      .pp_btn_1 {
        width: 140px;
        height: 42px;
      }
      .pp_font_size_6 {
        font-size: 14px;
        line-height: 18px;
      }

    /* New profile end */

    /*  Parrtner portal responsiveness starts here */

    .reset-out-contain {
        padding: 251px 0px 23px 12px;
    }
    .reset-input-field-width {
        width: 350px;
    }

    /*  Parrtner portal responsiveness ends here */

}

@media screen and (max-width: 768px) {
    /* header */
    .pp_anchor_refer {
        display: none;
    }
    .pp_anchor_refer_responsiveness {
        display: block;
    }
    .pp_header_main {
        padding: 14px 0 10px 0;
      }
      .header_bar_icon {
        margin-top: 6px;
        width: 30px;
    }
    .angelic_logo_class {
        margin-left: 9px;
      }
      .angelic_logo_img {
        width: 85px;
      }
      .pp_header_border_div {
        height: 34px;
      }
      .pp_logo_zurich {
        width: 100px;
      }
      .pp_header_user_name {
        width: 100px;
      }
      .pp_user_name_logout_icon {
        width:30px;
      }
    /* header end */
    /* Profile counter */
      .profile_sec_main {
        flex-direction: column;
      }
      .pp_mt_30px {
        margin-top: 20px;
      }
      .user_info_main {
        flex-direction: row;
        margin-right: 0;
        width: 100%;
        justify-content: center;
        margin-bottom: 16px;
      }
      .profile_dp_style {
        width: 148px;
        height: 148px;
      }
      .pp_font_size_14 {
        font-size: 24px;
      }
      .pp_profile_contact_details_main {
        margin: 0 0 0 0;
        flex: 10;
      }
      .pp_font_size_15 {
        font-size: 26px;
      }
      .pp_font_size_16 {
        font-size: 44px;
      }
    /* Profile Counter end */
    /* refered client */
    .pp_font_size_10 {
        font-size: 20px;
        line-height: 26px;
      }
      .pp_font_size_7 {
        font-size: 36px;
        line-height: 44px;
      }
      .pp_font_size_3_imp {
        font-size: 14px;
      }
    /* refered Client end */
    /* Refer New client */
    .heading_sub_tabs_intro {
        margin: 0px 0px 12px 0px;
      }
      .pp_font_size_3 {
        font-size: 20px;
        line-height: 28px;
      }
      .pp_sub_tab_2_body > .nav > .nav-item {
        width: 48%;
        margin-left: 2%;
        justify-content: center;
        display: flex;
      }
      .pp_sub_tab_2_body > .nav > .nav-item:nth-child(2n+1) {
        margin-left:0;
      }
      .li_main_body > div:nth-child(even) {
        padding-left: 45px;
      }
    /* Refer New Client End */
    /* Insurance guid */
    .pp_btn_1 {
        width: 108px;
        height: 36px;
      }
      .pp_font_size_6 {
        font-size: 14px;
        line-height: 18px;
      }
      .pp_font_size_10 {
        font-size: 18px;
        line-height: 24px;
      }
      .pp_font_size_4 {
        font-size: 14px;
        line-height: 24px;
      }
    /* insurance guid end */
    /* Compliance */
    .col-md-8.col-md-offset-2, section.content {
        padding: 0px 0 8px 0;
      }
      .content {
        margin: 4px 0px;
      }
      .row_padd {
        padding-top: 4px;
        margin-left: 4px;
      } 
      .compliance_heading {
        font-size: 24px;
      }
      ul.first_div_tick_bullet p, .second_div_cross_bullet p, .compaince_para {
        font-size: 14px;
        margin-bottom: 12px;
      }
      .img_thumb_icon {
        width: 50px;
        height: 50px;
      }
      .row_padd {
        min-height: 193px;
        margin-left: 4px;
        padding: 4px 12px 0 12px;
      }
      .pp_padding_x_40 {
        padding: 0 22px 0 1px;
      }
      
    /* Compliance end */
    /* Ezi Cover */
    .ezi_banner_div {
        width: 30%;
      }
      .img_style {
        padding: 4px 0px 19px 0px;
        width: 100%;
        margin: 0;
      }
      .ezi_text_div {
        padding: 22px 12px 0px 16px;
        width:70%;
      }
      #pills-contact_2 h3 {
        font-size: 22px;
      } 
      .main_heading_bold {
        font-size: 28px;
        padding-bottom: 9PX;
      }
      #pills-contact_2 p {
        font-size: 14px;
      }
      .ezi-button {
        font-size: 14px;
        padding: 3px 20px;
      }
      .benfit_block {
        font-size: 11px;
      }
      .ezi_benefit_block {
        padding: 0px 28px;
      }
      .benfit_block ul li span {
        margin: 22px 0;
      }
    /* Ezi cover end */
    /* commission */
    .pp_box_styling_4 {
        padding: 75px 0px;
      }
      .pp_coming_soon {
        font-size: 22px;
      }
    /* commission end */
    /* Login page */
    .term-headeing {
        font-size: 18px;
    }
    /* Login Page end */
    /* refer a broker */
    .pp_box_styling_5 {
        padding: 50px 0px 35px 0px;
      }
      .refer_broker_m {
        margin: 0 16% 22px 16%;
    }
    .pp_form_mt {
        margin-top: 35px;
      }
      .refer_a_broker_form label {
        font-size: 16px;
      }
      .pp_form_row_mb {
        margin-bottom: 24px;
      }
      .pp_db_txt_styling {
        max-width: 85%;
      }
    /* refer a broker end */

    /* New Profile */

    .pp_pt_100 {
        padding-top: 15px;
    }
    .overlay {
        width: 148px;
      }
      .pp_form_row_mb_24 {
        margin-bottom: 12px;
      }
      .pp_form label {
        font-size: 15px;
      }

    /* New Profile End here */

    /* Prtner login page starts here */

    .pt-terms, .left-contain {
        min-height: 60.9vh !important;
    }
    .pp_login_style{
        min-height: 69vh;
    }
    .out-contain {
        padding: 49px 80px 14px 83px;
    }
    .pp_reset_styling {
        min-height: 61vh;
    }

    /* Partner login page ends here */
}


@media screen and (max-width: 767px) {
    /* Partner portal responsiveness starts here */

    .reset-out-contain {
        padding: 180px 0px 23px 128px;
    }

    /* Partner portal responsiveness ends here */
}

@media screen and (max-width: 575px) {
    /* Header */
    .pp_header_main {
        padding: 12px 0 9px 0;
      }
      .pp_h_part_one {
        width: 35%;
        padding-right: 0px;
      }
      .header_bar_icon {
        width: 22px;
      }
      .angelic_logo_img {
        width: 60px;
      }
      .pp_h_part_two {
        width: 65%;
      }
      .pp_header_border_div {
        height: 24px;
        width: 3px;
      }
      .pp_logo_zurich {
        width: 75px;
        margin: 0 4px 0 4px;
      }
      .pp_header_user_name {
        width: 40px;
        margin-left: 6px;
      }
      .pp_user_name_logout_icon {
        width: 24px;
      }
      .pp_setting_icon {
        width: 18px;
      }

    /* Header end */
    /* Profile Counter */
    .pp_mt_30px {
        margin-top: 14px;
      }
      .user_info_main {
        flex-direction: column;
      }
      .profile_dp_style {
        width: 145px;
        height: 145px;
      }
      .pp_font_size_14 {
        font-size: 20px;
      }
      .pp_profile_contact_details_main {
        flex-direction: column;
      }
      .pp_counter_sec_width {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
      }
      .pp_counter_sec_width:first-child {
        margin-top: 0px;
      }
      .pp_font_size_15 {
        font-size: 24px;
      }
      .pp_font_size_16 {
        font-size: 38px;
      }

    /* Profile Counter end */

    /* TAbs */
      #pp_db_pills-tab {
        margin-top:-8px;
      }
      .pp_tabs_main > .nav-pills > .nav-item > .nav-link {
        width: 136px;
        font-size: 12px;
        height: 34px;
      }

    /* TAb end */
    /* Refered Clients */
    #pp_db_pills-tabContent {
        margin-top:-12px;
    }
    #pp_refered_clients_main {
        flex-direction: column;
    }
    /* Refered Clients end */

    /* Refered New Client */
    .pp_font_size_3 {
        font-size: 18px;
        line-height: 24px;
      }
      .pp_sub_tab_link_img {
        height: 135px;
        width: 135px;
      }
      /* forms */
      .li_main_body > div:nth-child(2n+1) {
        padding-left: 32px;
      }
      .li_main_body > div:nth-child(2n) {
        padding-left: 32px;
      }
      .li_main_body > div {
        margin-bottom: 22px;
      }
      /* forms end */
    /* Refered New Client end */
    /* Insurance guid */
    .pp_insurance_guid_main .pp_form_row_mb {
        padding: 0px 4px 0px 4px;
      }
      .pp_font_size_6 {
        font-size: 12px;
        line-height: 16px;
      }
      .pp_btn_1 {
        width: 88px;
        height: 29px;
      }
      .pp_font_size_4 {
        font-size: 12px;
        line-height: 22px;
      }

    /* Insurance guid end */
    /* Compliance */
    .p_styling {
        font-size: 12px;
        margin-bottom: 12px;
      }
      .compliance_heading {
        font-size: 18px;
      }
      .p_marg {
        margin-left: 9px;
      }
      ul.first_div_tick_bullet p, .second_div_cross_bullet p, .compaince_para {
        font-size: 12px;
      }
    /* Compiance */
    /* Ezi Cover */
    .ezi_text_div {
        padding: 22px 6px 0px 12px;
      }
      #pills-contact_2 h3 {
        font-size: 16px;
      }
      .main_heading_bold {
        font-size: 22px;
        padding-bottom: 6PX;
      }
      #pills-contact_2 p {
        font-size: 12px;
        margin-bottom: 12px;
      }
      .ezi-button {
        font-size: 12px;
        padding: 3px 18px;
      }
      .col_responsive_d_none {
        display:none;
      }
      .ezi_life_insurance_style {
        padding-top: 40px;
      }
      .ezi_benefit_block {
        rotate: 90deg;
        width: 420px;
        height: 125px;
      }
      .vertical_block_responsiveness {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 98px;
      }
    /* Ezi Cover end */

    /* Login page */
    .pp_login_logo {
        padding: 16px 0;
        width: 150px;
        margin-bottom: 18px;
    }
    .pp_register_form label {
        font-size: 12px;
      }
      .pp_rem_me_checkbox {
        margin-bottom: 14px;
        font-size: 12px;
      }

      .pp_rem_me_txt {
        margin-left: 12px !important;
        margin-top: 2px !important;
      }
      .login_forget_txt {
        font-size:12px;
      }
      .login_mt_50 {
        margin-top:30px;
    }
    .inner-pt-terms {
        padding: 16px 10px 16px 6px;
      }
    /* Login Page end */
    /* Refer a Broker */

    .pp_box_styling_5 {
        padding: 70px 0px 25px 0px;
      }
      .refer_broker_m {
        margin: 0px 4% 18px 4%;
      }
      .pp_font_size_10 {
        font-size: 16px;
        line-height: 22px;
      }
      .refer_borker_radio_customize .pp_tag_box_2 {
        width: 124px;
        height: 36px;
      }
      .pp_form_mt {
        margin-top: 12px;
      }
      .pp_db_txt_styling {
        max-width: 100%;
      }
      .pp_form_row_mb {
        margin-bottom: 20px;
      }
      .refer_a_broker_form label {
        font-size: 14px;
      }
      .pp_form .pp_input::placeholder {
        font-size: 12px;
      }
    /* Refer a Broker end */
    /* New Profile */
    .pp_form label {
        font-size: 14px;
      }
    /* New Profile end */

    /* Prtner login page starts here */

    .out-contain {
        padding: 49px 17px 14px 32px;
    }
    
    /* Partner login page ends here */

    /* Prtner Register page starts here */

    .reset-input-field-width {
        width: 282px;
    }
    .reset-out-contain {
        padding: 139px 0px 0px 58px;
    }
    .pt-terms, .left-contain {
        min-height: 51.9vh !important;
    }
    .pp_reset_styling {
        min-height: 55vh;
    }
    /* Partner Register page ends here */

    /* Partner Dashboard starts here */
    
    .pp_insurance_guid_main .pp_form_row_mb {
        padding: 0px 65px 0px 65px;
    }
    .row_padd {
        min-height: 121px;
    }

    /* Partner Dashboard ends here*/
}

@media screen and (max-width: 400px){

    /* Prtner login page starts here */

    .reset-out-contain {
        padding: 139px 0px 0px 28px;
    }
    /* Partner login page ends here */

}
/* partner portal dashboard responsivenss starts here*/
.img_thumb_icon {
	width: 40px;
	height: 40px;
}

.active_styling {
	padding: 0px;
}
/* partner portal dashboard responsivenss ends here*/

/* ======================== */
/* ======================== */
/* ======================== */
/* ===== Responsiveness end here  ==== */
/* ======================== */
/* ======================== */
/* ======================== */


/* Partner portal register css code*/

.main-logo-style{
    width: 120%;
    margin: 23px 8px;
}

.main-head{
    color: #FFCC2D;
    text-transform: none;
    font-weight: 700;
    font-size: 38px;
    font-family: sans-serif;
    text-align: center;
}
.reg-margin{
    margin-top: 40px;
}
.cntr-padd{
    padding: 0px 179px;
}
.num-fsize{
    font-size: 90px;
}
.num-div-padd{
    margin-left: 65px;
}
.sec-head{
    font-size:20px;
    color: #FFCC2D;
    font-weight: bold;
    text-transform: none;
}
.reg-para-style{
    color: white;
    font-size:14px;
}
.reg-line{
    width:73%;
    margin:0px 137px;
}
.btw-padd{
    padding: 0px 10px;
}
.reg-btm-box {
    width: 730px;
    height: 30px;
    background: white;

}
.pp_insurance_italic-text{
    font-size: 13px;
}
.mt20 {
    margin-top: 20px;
}
pre {
    font-family: "Roboto-Regular";
    font-size: 14px;
}