/*** color var ***/

/*:root {
    /* --primary-color: var(--primary-color);
    --primary-color-hover: var(--primary-color);
    --secondary-color: var(--secondary-color);
    --body-color: #F8F9FA;
    --font-family: 'Segoe UI';
    --bottom-icons-color: #666666;
    /** button border and bg color **/
  /*  --btn-border-color: var(--primary-color);
    --btn-background-color: #333;
    --btn-bg-gradient-value1: var(--primary-color);
    --btn-bg-gradient-value2: var(--primary-color);
    --btn-bg-gradient-value3: #00afb1; 
} */


/*** Global css ***/
html{
    height:100%;
}
body {
    font-family: var(--font-family);
    background: var(--body-color);
    font-size: 15px;
    line-height: 20px;
    position: relative;
    min-height: 100%; 
}

/* body {
    font-family: var(--font-family);
    background: var(--body-color);
    font-size: 15px;
    line-height: 20px;
} */

a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
    /* white-space: nowrap; */
}

a:hover {
    text-decoration: none;
}



.modal-backdrop.show {
    opacity: .8;
}

.padding0 {
    padding: 0!important;
}

.m0 {
    margin: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.btn {
    text-align: left;
    min-width: 110px
}

.btn.focus {
    box-shadow: none;
    outline: none;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
    outline: none;
}



.page_title {
    font-size: 24px;
    font-weight: 600;
}

.page_title3 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}

.page_title3::after {
    content: "";
    clear: both;
    display: table;
}

.or_divider1 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 35px 0;
}

.divider1 {
    background: #DADCE0;
    height: 1px;
    margin: 30px 0;
}

.p14 {
    font-size: 14px;
}
.p18 {
    font-size: 18px; line-height: 24px;
}


/*** buttons css ***/

.btn-min-width110 {
    min-width: 110px
}

.btn-min-width325 {
    min-width: 325px
}

.btn-max-width325 {
    max-width: 325px
}

.btn-primary {
    color: #fff;
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
    border: 2px solid var(--primary-color)!important;
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 12px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    outline: none;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.btn-primary span {
    width: 26px;
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 20px;
    vertical-align: text-top;
}

.blue-outline-btn {
    color: #000;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 12px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.blue-outline-btn span {
    width: 26px;
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 6px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 20px;
    vertical-align: text-top;
}

.blue-outline-btn:hover span,
.blue-outline-btn:focus span,
.blue-outline-btn.active span {
    color: #fff;
}

.blue-outline-btn:hover,
.blue-outline-btn:focus,
.blue-outline-btn.active {
    color: #fff;
    outline: none;
    border-color: var(--primary-color-hover);
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
}



.blue-btn {
    color: #fff;
    background: var(--primary-color);
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 25px;
    font-weight: 600;
}

.blue-btn:hover,
.blue-btn:focus {
    color: #fff;
    outline: none;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.blue-btn.btn-lg{
    font-size: 18px;
    line-height:32px;
    min-height: 50px;
}

.btn-sm {
    height: 45px;
    line-height: 28px;
}

.btn-link {
    color: var(--primary-color);
    font-size: 18px;
    font-family: var(--font-family);
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.page_title2 {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: normal;
}


/*** floating form css ***/

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
//input:autofill{border:solid 3px #c00 !important; background: #c00 !important;}


/*** tooltip css ***/

.tooltip_btn {
    right: 5px;
    background: #fff;
    padding: 5px 5px;
    font-size: 18px;
    border-radius: 50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    top: 9px;
    color: var(--primary-color);
}

.tooltip_btn:hover,
.tooltip_btn:focus {
    color: var(--secondary-color);
}

.tooltip-inner {
    background: var(--primary-color)!important;
    line-height: 21px!important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: var(--primary-color)!important;
    top: -1px!important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: var(--primary-color)!important;
    right: -1px!important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: var(--primary-color)!important;
    left: -1px!important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--primary-color)!important;
    bottom: -1px!important;
}


/*** header css ***/

.menubar_link {
    width: 35px;
    height: 35px;
    display: block;
}

.main_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.main_menu a {
    color: #818D9C;
    font-size: 12px;
    padding: 0 12px;
    font-family: var(--font-family);
}

.main_menu a span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    margin-right: 10px;
    color: var(--secondary-color);
    font-size: 17px;
    justify-content: center;
}

.main_menu a span svg {
    fill: var(--secondary-color);
}

.main_menu li {
    margin-left: 24px;
}

.main_menu li a {
    align-items: center;
    display: flex;
}

.main_menu li a:hover {
    text-decoration: none;
    color: #2D3748;
}

.main_menu li a:hover span {
    background: var(--secondary-color);
    color: #fff;
}

.main_menu li a:hover span svg {
    fill: #fff;
}


/*** content css ***/

.content_section {
    padding: 25px 20px 25px 20px;
    background: #fff;
    box-shadow: 0px 3.5px 5.5px rgb(0 0 0 / 2%);
    margin: 15px 0;
    border-radius: 15px;
    background-image: url(../img/bg_logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    min-height: 700px;
}

.custom_progress {
    border: 1px solid #ececec;
    background: #E9EDF0;
    height: 10px;
    border-radius: 20px;
    overflow: inherit!important;
    margin-bottom: 15px;
}

.custom_progress .progress-bar {
    background-color: #F89D28;
    margin: -1px;
    border-radius: 20px;
}


/*** survey queston and answers css ***/

.question_sect {
    padding: 0 0 16px 0;
}

.ques_options_sect {
    padding: 16px 0 20px 0;
}

.survey_category {
    color: var(--secondary-color);
    font-size: 18px;
}

.page_inner_title {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.page_inner_title span {
    font-size: 35px;
    width: 25px;
    text-align: center;
    position: relative;
    top: 5px;
    font-family:  var(--font-family);
}

.question_sect h1 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 7px 0 0 0;
    color: #000;
}

.options_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.option_btn {
    border: 2px solid #00AFB1;
    display: block;
    color: #000;
    border-radius: 10px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 37px;
    padding: 0 10px;
    max-width: 325px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.option_btn:hover,
.option_btn:focus {
    color: #fff;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primary-color)+0,00b6dd+51,00afb1+100 */
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
}

.option_btn:hover .fa,
.option_btn:focus .fa {
    color: #fff;
}

.options_list li {
    margin-bottom: 18px;
}

.option_btn .fa {
    font-size: 17px;
    color: #13b6ca;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.radio_in_col {
    margin: 0 -15px;
    display: flex;
}

.radio_in_col .btn,
.radio_in_col .cm_radio {
    margin: 0 15px;
}

.two_option_btn {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 -15px;
}

.two_option_btn li {
    padding: 0 15px;
}

.option_btn_sm {
    border: 2px solid #00AFB1;
    display: block;
    color: #000;
    border-radius: 10px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 37px;
    padding: 0 10px;
    min-width: 105px;
    text-align: center;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.option_btn_sm:hover,
.option_btn_sm:focus {
    background-color: #13b6ca;
    color: #fff;
    text-decoration: none;
}

.option_btn_sm:hover .fa,
.option_btn_sm:focus .fa {
    color: #fff;
}

.three_column_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.three_column_list li {
    width: 33.33%;
    padding: 0 15px;
}

.three_column_list li .btn {
    min-width: 100%;
    white-space: nowrap;
}

.uploa_input_sect {
    background: url(../img/upload_icon.svg);
    max-width: 100%;
    min-height: 310px;
    display: block;
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
}

.finance_contnt_info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finance_contnt_info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.f_c_icon {
    font-size: 50px;
    width: 120px;
    flex: 0 0 120px;
    text-align: center;
    height: 110px;
    line-height: 90px;
}

.f_c_icon .fa {
    color: var(--primary-color);
}

.f_c_cont p {
    margin: 0;
    font-size: 14px;
    color: #000;
}


/*** login page css ***/

.login_section {
    display: flex;
    /* height: 100vh; */
    background: #fff;
    max-width: 860px;
    position: relative;
    margin: 60px auto;
    box-shadow: 0px 5px 23px rgb(0 0 0 / 8%);
    border-radius: 20px;
    padding: 30px;
}
.login_section:before {
    content: "";
    background: var(--primary-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    transform: rotate(2deg);
    box-shadow: 0px 5px 23px rgb(0 0 0 / 8%);
}


.login_logo_sect,
.login_form_sect {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.login_form_in_sect {
    padding: 0px 12px 0px 55px;
}
.login_logo_sect {
    border-right: 1px solid #f4f4f4; display: flex;
}
.or_divider_text {
    position: relative;
    margin: 25px 0;
    text-align: center;
    height: 0px;
    border-bottom: 1px solid #ececec;
}
.or_divider_text span {
    background: #fff;
    color: #999;
    font-size: 14px;
    display: block;
    position: absolute;
    width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -11px;
}


.login_logo {
    background-position: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.login_logo img {
    max-width: 100%; width: 300px;
}

.login_link {
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: normal;
    margin: 0 0 3px 0;
}

.login_link a {
    color: #2275BC;
}

.login_title {
    font-size:26px;
    font-family: var(--font-family);
    font-weight: normal;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}
.login_title:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: -14px;
    left: 0;
}
.login_title span {
    color: var(--primary-color);
}
.forgot_link {
    text-decoration: underline;
    font-size: 14px;
    color: #2377BC;
}
.log_sub_title {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.login_b_btns ul {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
}

.login_b_btns ul li {
    margin-bottom: 6px;
}

.loading_box {
    position: absolute;
    /* background:#E6E6ED; */
    background-color: rgb(244 244 245);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-button-color);
    flex-direction: column;
}

.spin_text {
    display: flex;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: var(--font-family);
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
 

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
.loader {
    width: 48px;
    height: 48px;
    border: 10px dotted var(--secondary-button-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
/*** floatin form css ***/

.ct_form_field {
    position: relative;
    margin: 15px 0 15px;
}

.ct_form_field .form-control {
    padding: 20px 0 10px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    height: 55px;
    font-family: var(--font-family);
    background: transparent;
}

.ct_form_field textarea.form-control {
    min-height: 120px;
}

.ct_form_field>label {
    font-size: 16px;
    font-family: var(--font-family);
    padding: 15px 0px!important;
    color: #999;
    margin: 0;
}

.form-floating.ct_form_field>.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-floating.ct_form_field>.form-control:focus~label,
.form-floating.ct_form_field>.form-control:not(:placeholder-shown)~label,
.form-floating.ct_form_field>.form-select~label {
    opacity: 1!important;
    transform: scale(0.85) translateY(-0.955rem) translateX(0.0rem);
    box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-floating.ct_form_field>.form-control:focus,
.form-floating.ct_form_field>.form-control:not(:placeholder-shown),
.form-floating.ct_form_field>.form-select {
    border-color: #91c2ec;
}

.ct_form_icon_group input {
    padding-right: 40px!important;
}

.ct_form_icon_group .far {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 5px 5px;
    cursor: pointer;
    color: var(--primary-color);
}



.ct_form_field .form-control input {
    font-size: 15px;
    font-family: var(--font-family);
    color: #495057;
}

.ct_form_field .form-control svg {
    stroke: var(--primary-color);
}

.group_field .form-select {
    width: 100%;
    padding: 25px 10px 8px 9px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}


/** model css **/



.trouble_popup_block {
    text-align: center;
    padding: 10px;
}

.trouble_popup_block h3 {
    font-size: 24px;
    color: #2275BC;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 32px;
}

.view_value_icon .form-control {
    background: url(../img/eye.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 26px!important;
}


/*** mobile menu ***/

.mobile_menu_section {
    position: fixed;
    background: #fff;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    overflow-y: auto;
    max-width: 400px;
    display: none;
    margin-left: -400px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile_menu_section.open {
    margin: 0;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 25%);
}

.Close_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.m_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m_menu li a {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    display: block;
    padding: 5px 15px;
    position: relative;
}

.m_menu li {
    padding: 5px 0;
}

.m_menu li a:hover,
.m_menu li a:focus {
    color: #00AFB1;
    text-decoration: none;
}

.m_menu li.active a::after {
    content: "";
    background: #00AFB1;
    height: 3px;
    width: 30px;
    position: absolute;
    bottom: -2px;
    left: 15px;
}

.m_menu li ul {
    list-style: none;
    padding: 0 0 0 24px;
}

.m_menu li ul li {
    position: relative;
}

.m_menu li ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    position: absolute;
    left: -8px;
    border-radius: 7px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


/** result page css **/

.result_title {
    font-size: 24px;
    font-weight: normal;
    margin: 8px 0;
}

.results_listing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.results_listing li {
    position: relative;
    padding-left: 45px;
}

.result_count {
    border: 2px solid var(--primary-color);
    width: 32px;
    display: block;
    height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    background: #fff;
    z-index: 1;
}

.result_block {
    padding: 4px 0 15px 0;
}

.res_question {
    font-size: 17px;
    position: relative;
    padding-left: 22px;
    line-height: 23px;
    margin: 0;
}

.res_question strong {
    position: absolute;
    left: 0;
    top: 0;
}

.res_anwser {
    display: block;
    color: var(--primary-color);
    font-size: 16px;
    padding: 5px 0 4px 22px;
}

.res_anwser strong {
    display: inline-block;
    width: 18px;
}

.results_listing li:after {
    content: "";
    border-left: 2px dashed var(--primary-color);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.results_listing li:last-child::after {
    content: none;
}

.cm-block {
    display: block;
}

.cm_checkbox.cm-block label,
.cm_radio.cm-block label {
    display: block;
}

.cm-inlin-block {
    display: inline-block;
}


/** financial info page css **/

.cm_tabs {
    display: flex;
    flex-wrap: wrap;
}

.cm_tabs li:first-child {
    padding-left: 0;
}

.cm_tabs li:last-child {
    padding-right: 0;
}

.cm_tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.cm_tabs li>a {
    color: #666;
    font-size: 14px;
    background: #fff;
    padding: 10px 5px;
    display: block;
    min-width: 130px;
    text-align: center;
    border-radius: 10px;
}

.cm_tabs li>a:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.cm_tabs li>a:hover span {
    color: #fff;
}

.cm_tabs>.active a {
    background: var(--primary-color);
    color: #fff;
}

.cm_tabs>.active span {
    color: #fff;
}

.cm_tabs li>a span {
    display: block;
    font-size: 25px;
    margin: 5px 0 6px 0;
    color: #ccc;
}

.cm_tabs .dropdown-menu {
    padding: 5px;
    margin: 0;
}

.cm_tabs_link {
    list-style: none;
    padding: 0;
}

.cm_tabs_link li {
    padding: 0;
}

.cm_tabs_link li a {
    padding: 8px 10px;
}

.cm_tabs_content {
    padding: 15px 0;
}

.cm_tabs .dropdown-menu {
    padding: 5px;
    transform: none!important;
    top: 76px!important;
    right: 0;
    left: 0;
    margin: 0 10px;
    width: 230px;
}

.cm_field_group {
    margin-bottom: 30px;
}

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

.cm_field2 .form-control {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0px;
    height: 40px;
    padding: 7px 5px 7px 16px;
}

.cm_field2 .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

.cm_f_icon2 {
    flex: 0 0 30px;
    padding: 9px 5px 6px 8px;
}

.cm_f_icon1 {
    color: #666;
    position: absolute;
    font-size: 17px;
    line-height: 38px;
    left: 0;
}

.cm_field_group h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
}


/** check box css **/

.cm_checkbox {
    position: relative;
    padding: 0px;
    margin-bottom: 20px
}

.cm_checkbox input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.cm_checkbox label {
    color: #000;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 12px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin: 0;
}

.cm_checkbox input[type=checkbox]:checked+label {
    color: #fff;
    outline: none;
    border-color: var(--primary-color-hover);
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
}

.cm_checkbox label span {
    width: 26px;
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 6px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 20px;
    position: relative;
    top: 1px;
}

.cm_checkbox input[type=checkbox]:checked+label span {
    color: #fff;
}


/** radio css **/

.cm_radio {
    position: relative;
    padding: 0px;
    margin-bottom: 20px
}

.cm_radio input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.cm_radio label {
    color: #000;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 12px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin: 0;
}

.cm_radio input[type=radio]:checked+label {
    color: #fff;
    outline: none;
    border-color: var(--primary-color-hover);
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
}

.cm_radio label span {
    width: 26px;
    font-size: 18px;
    color: var(--primary-color);
    margin-right: 6px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 20px;
    position: relative;
    top: 1px;
}

.cm_radio input[type=radio]:checked+label span {
    color: #fff;
}


/*** message box css ***/


.empty_m {
    text-align: center;
    max-width: 200px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 3px;
}

.empty_m i {
    font-size: 32px;
    display: inline-block;
    padding: 0px 0 15px 0;
    color: var(--primary-color);
}

.empty_m p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    line-height: 18px;
}

.mail_compose_btn {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, .2);
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.mail_compose_btn:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

.compose_mail_popup {
    padding: 5px;
}

.compose_mail_popup h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*** message card css ***/




.user_a_name {
    display: block;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
}

.m_card_content {
    padding: 0 10px;
    align-self: center;
}

.m_c_title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 15px;
}

.m_c_text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m_c_text p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.m_card_date {
    align-self: center;
    font-size: 13px;
    color: #666;
    font-weight: 600;
    flex: 0 0 75px;
    text-align: right;
}

.m_card_date span {
    background: #ddd;
    font-size: 12px;
    color: #333;
    padding: 1px 4px;
    border-radius: 3px;
}

.m_card_content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.m_card_subject {
    color: chocolate;
    font-size: 13px;
}


/*** add document accordion css ***/

.c_acc_card {
    border-bottom: 1px solid #EBEFF2;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.c_acc_link {
    display: inline-block;
    font-size: 18px;
    color: #000;
    position: relative;
    white-space: normal;
    padding-right: 30px;
}

.c_acc_card_body {
    padding: 20px 0 0px 0;
}

.c_acc_link:hover {
    text-decoration: none;
    color: #000;
}

.c_acc_link[aria-expanded="true"]::after {
    content: "";
    background-image: url(../../assets/img/down_arrow_b.svg);
    width: 20px;
    height: 12px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}

.c_acc_link[aria-expanded="false"]::after {
    content: "";
    background-image: url(../../assets/img/down_arrow_b.svg);
    width: 20px;
    height: 12px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 5px;
}

.add_doc_block {
    padding-left: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.add_doc_status {
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../../assets/img/sign_red.svg);
    width: 20px;
    height: 20px;
}

.add_doc_status.added {
    background-image: url(../../assets/img/sign_green.svg);
}

.add_doc_buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.add_doc_buttons .btn {
    min-width: 150px
}

.add_doc_buttons li {
    padding-right: 20px;
}

.add_doc_buttons li:last-child {
    padding: 0;
}

.add_doc_head {
    padding: 3px 0 2px 0;
}

.add_doc_head h3 {
    font-size: 15px;
    line-height: 21px;
}

.added_document_list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.added_document_list li {
    line-height: 30px;
    font-size: 14px;
}

.added_doc_name {
    text-decoration: underline;
    color: #2275BC;
}

.add_doc_delete {
    color: red;
    font-size: 14px;
    display: inline-block;
    margin-left: 8px;
}

.add_doc_delete:hover,
.add_doc_delete:focus {
    color: red;
}

.custom_accordion .c_acc_card:last-child {
    border: none;
    margin: 0;
}

ul.h_btn_group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.h_btn_group a {
    color: #fff !important;
    display: block;
    padding: 5px 14px;
    background: var(--primary-color);
    border-radius: 3px;
}

ul.h_btn_group li {
    margin-left: 8px;
}

.notify-icon{
    width: 25px;
      height: 25px;
      display: block;
      position: relative;
      background-position: center center;
    animation:ring 1.6s linear infinite;
  }
  .w3-count{
     
    height: 19px !important;
    width: 19px !important;
    position: absolute !important;
    padding: 2px 3px !important;
    background: #FF4F38;
    border-radius: 30px;
    top: -6px;
    left: 15px;
    /* min-width: 12px; */
    /* font-size: 12px; */
    z-index: 200;
    text-align: center;
    animation: w3-alert-red 1.6s infinite;
    font-size: 11px !important;
    line-height: 13px !important;
    color: #FFFFFF !important;
  }
  @keyframes w3-alert-red {
      0% {
          -webkit-box-shadow: 0 0 0 0 rgba(254, 57, 5, 0.7);
          -moz-box-shadow: 0 0 0 0 rgba(254, 57, 5, 0.7);
          box-shadow: 0 0 0 0 rgba(254, 57, 5, 0.7)
      }
      100% {
          -webkit-box-shadow: 0 0 0 15px rgba(254, 57, 5, 0);
          -moz-box-shadow: 0 0 0 15px rgba(254, 57, 5, 0);
          box-shadow: 0 0 0 15px rgba(254, 57, 5, 0)
      }
  }
  
  @keyframes ring
    {
      0% { transform: rotate(0deg) }
      5% { transform: rotate(0deg) }
      15% { transform: rotate(0deg) }
      25% { transform: rotate(20deg) }
      35% { transform: rotate(-15deg) }
      45% { transform: rotate(10deg) }
      55% { transform: rotate(-5deg) }
      60% { transform: rotate(0deg) }
      100% { transform: rotate(0deg) }
    }

/* .notifi_bell_link:after {
    content: "";
    background: red;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 15px;
    right: 5px;
    top: 6px;
} */

.h_i_text {
    padding-left: 5px;
}

.create_a__title {
    font-size: 24px;
    font-weight: 600;
}

.create_a__subtitle {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.create_a__subtitle a {
    color: var(--secondary-color);
}


.user_profile_log .dropdown-toggle span {
    color: var(--primary-color);
}


/*** create account css ***/

.create_acc_wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.create_acc_tabs_sect {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.create_a_tb_numb {
    display: inline-block;
    background: #ccc;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.create_a_tb_text {
    display: block;
    text-align: center;
    color: #666;
    font-weight: bold;
    padding: 5px 6px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.create_acc_tabs_sect li {
    text-align: center;
    position: relative;
    width: 33.33%;
}

.create_acc_tabs_sect li .active .create_a_tb_numb,
.create_acc_tabs_sect li a:hover .create_a_tb_numb {
    background: var(--primary-color);
}

.create_acc_tabs_sect li .active .create_a_tb_text,
.create_acc_tabs_sect li a:hover .create_a_tb_text {
    color: var(--primary-color);
}

.create_acc_tabs_sect li:first-child::before {
    content: none;
}

.create_acc_tabs_sect li:last-child::after {
    content: none;
}

.create_acc_tabs_sect li:after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    right: 1px;
    top: 30px;
    border-bottom: 2px dotted #999;
}

.create_acc_tabs_sect li::before {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    left: 1px;
    top: 30px;
    border-bottom: 2px dotted #999;
}

.create_acc_tabs_sect li a {
    display: block;
    padding: 15px 0;
    position: relative;
}

.create_acc_tabs_sect li a:hover,
.create_acc_tabs_sect li a:focus {
    text-decoration: none;
}



.success-message-page {
    display: flex;
    align-items: center;
}

.success-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}


/*** dashbaord tabs css **/

.cm_tabs_col {
    background: #fff;
    border: 1px solid var(--primary-color);
    float: left;
}

.cm_tabs_content_col {
    overflow: hidden;
    padding-left: 20px;
}

.cm_tabs_col a {
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--primary-color);
    padding: 15px;
    color: #333;
    font-size: 14px;
}

.cm_tabs_col a.active,
.cm_tabs_col a:hover {
    background: var(--primary-color);
}

.cm_tabs_col a.active i,
.cm_tabs_col a:hover i {
    color: #fff;
}

.cm_tabs_col a.active span,
.cm_tabs_col a:hover span {
    color: #fff;
}

.cm_tabs_col a:last-child {
    border: none;
}

.cm_tabs_col a i {
    display: block;
    font-size: 24px;
    color: var(--primary-color);
}

.cm_tabs_col a span {
    display: block;
    padding: 7px 0 0;
    font-weight: 500;
}



.sidebar-tab-main:after {
    content: "";
    clear: both;
    display: table;
}





.profile_edit_title {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0;
    padding: 8px 0px;
    border-bottom: 2px solid var(--primary-color);
}

.p_info_edit_block {
    width: 100%;
}

.profile_sub_title {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}



.change_links {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.change_links span {
    color: var(--primary-color);
    font-size: 16px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.p_info_block {
    display: table;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0;
}

.p_info_col1,
.p_info_edit_col2 {
    display: table-cell;
    padding: 8px 10px;
    position: relative;
}

.p_info_col1 {
    width: 40%;
    color: #999;
}

.cm_tab_top_wrap {
    overflow-y: auto;
}

.cm_tabs2 {
    margin: 0;
    list-style: none;
    display: flex;
    background: #fff;
    box-shadow: 0px 3.5px 5.5px rgb(0 0 0 / 2%);
    border-radius: 50px;
    width: 100%;
    padding: 6px;
}

.cm_tabs2 li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cm_tabs2 a.active {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
}

.cm_tabs2 a {
    display: block;
    padding: 12px 18px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.cm_tabs2 a:hover {
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
}

.cm_tabs2 a span {
    margin: 0 10px 0 0;
    font-size: 18px;
    vertical-align: text-bottom;
    display: inline-block;
}

.modal-title {
    font-weight: 600;
}


/*** payment screens page css ***/

.pay_total_count {
    margin-bottom: 20px;
}

.pay_total_count h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0px 5px 0;
    color: #666;
}

.pay_total_count h3 {
    font-size: 38px;
    font-weight: bold;
}

.bill_cycle {
    margin-bottom: 15px;
    color: #666;
}

.bill_cycle span {
    font-size: 18px;
    color: var(--primary-color);
    margin: 0 8px 0 0;
    width: 22px;
    text-align: center;
}

.p_amount_changes_wrap {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px;
}

.pay_amount_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.pay_amount_title .count-up {
    color: green;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.pay_amount_title .count-down {
    color: red;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.pay_amount_text {
    margin: 0 0 10px;
    font-size: 16px;
}

.pay_total_count h3 small {
    font-size: 15px;
    color: #666;
}

.pay_row_info {
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px 0 30px 0;
    position: relative;
    border: 2px solid var(--primary-color);
}

.pay_row_info_title {
    color: #333;
    font-weight: bold;
    position: absolute;
    top: -12px;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 10px;
    left: 10px;
}

.pay_total_box label {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 10px 0;
}

.pay_total_box_amount {
    font-size: 28px;
    display: block;
    padding: 5px 0;
}

.pay_total_title {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-weight: bold;
}

.custom_table1 {
    border: 1px solid #ddd;
}

.custom_table1 thead {
    background: #f5f5f5;
}

.custom_table1 tr td,
.custom_table1 tr th {
    vertical-align: middle;
}

.table_td_with60 tr:first-child td {
    width: 60%;
}

.c_table_collapse_sect table {
    margin: 0;
}

.c_table_collapse_sect {
    margin: 8px 0;
}

.pay_review_title {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    border-radius: 10px;
}

.pay_review_title h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 12px;
}

.pay_review_title span {
    font-size: 32px;
    color: var(--primary-color);
}

.pay_r_info_row {
    display: flex;
    border-radius: 50px;
    margin: 8px 0;
    justify-content: space-between;
}

.pay_r_info_label {
    padding: 8px 20px;
    font-size: 14px;
    flex: 0 0 50%;
    max-width: 50%;
}

.pay_r_info_value {
    padding: 2px 14px;
    border-radius: 50px;
    margin: 5px;
    font-weight: bold;
    flex: 0 0 50%;
    max-width: 50%;
}

.delete_icon_link {
    color: red;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 31px;
    margin: 0 7px;
}

.edit-icon_link {
    color: green;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 31px;
    margin: 0 7px;
}

.delete_icon_link:hover,
.edit-icon_link:hover {
    color: #333;
}

.down_icon_circle {
    color: var(--secondary-color);
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    line-height: 20px;
    margin: 0 7px;
}

.print_icons {
    font-size: 22px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    line-height: 36px;
    float: right;
}

.print_icons:hover {
    color: #333;
}


.icon-box {
    padding: 15px 10px 8px 15px;
    box-shadow: 0 10px 20px 5px rgba(103, 103, 103, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.icon-box:hover {
    transform: translateY(-5px);
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.icon-box i {
    font-size: 2.5em;
    color: var(--primary-color);
}

.icon-box h4 {
    margin-top: 5px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    white-space: normal;
}

.icon-box h4 a {
    color: #000;
}

.icon_box_question {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 10px;
    color: var(--secondary-color);
}

.filter_title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.document_list_block {
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0px 3px 0px rgb(0 0 0 / 11%);
    display: flex;
    align-items: center;
}

.docu_l_col_l,
.docu_l_col_r {
    padding: 12px 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.docu_l_col_l {
    border-right: 1px solid #ececec;
}

.docu_l_col_r {
    flex: 0 0 125px;
}

.doc_l_date {
    color: #666;
    font-size: 13px;
}

.doc_l_date span {
    font-size: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    color: var(--primary-color);
}

.doc_l_title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 7px 0;
}

.doc_bill_state {
    font-size: 13px;
    margin: 0 8px;
    color: #666;
}

.doc_bill_state span {
    font-size: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    color: var(--primary-color);
}

.doc_action_btn span {
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 20%);
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 31px;
    color: var(--primary-color);
}

.doc_action_btn {
    display: inline-block;
    margin: 0 7px;
}



.border-right {
    border-color: #ddd !important;
}

.customer-detail-top {
    padding: 0px 15px 15px 15px;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    background: #fff;
}

.customer-detail-top .customer-detail-row-box {
    margin: 0;
}

.customer-detail-row-box {
    margin-bottom: 25px;
}

.customer-detail-row-box h6 {
    color: #666;
    margin-bottom: 4px;
    font-size: 14px;
}

.customer-detail-row-box p {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.customer_d_b_title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    background: #EBFBFF;
    mix-blend-mode: normal;
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
    margin:0px;
}
.tax-box{
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(33, 117, 187, 0.12);
    border-radius: 10px;
}
.customer_d_b_title a {
    color: #333;
}

.customer_d_b_title a::after {
    /* content: "\f139"; */
    font-family: var(--font-family);
    font-size: 20px;
    margin: 0 5px;
    color: var(--primary-color);
    vertical-align: top;
}

.customer_d_b_title a[aria-expanded="false"]::after {
    /* content: "\f13a"; */
}

.card_w_header {
    font-size: 15px;
    font-weight: 600;
    background: var(--primary-color);
    border-radius: 5px;
    padding: 6px 12px;
    color: #fff;
    margin-bottom: 5px;
}

.card_w_body {
    border: 1px solid #ececec;
    padding: 5px 4px;
    border-radius: 0;
}

.card_w_sub_title {
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px;
    color: #2275BC;
    margin-bottom: 5px;
}

.l_info_list_group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l_info_list_group li {
    background: #fff;
    padding: 12px 10px 8px 10px;
    position: relative;
    margin: 13px 0;
}

.l_info_list_group li span {
    color: #666;
    font-size: 14px;
    position: absolute;
    background: #fff;
    top: -11px;
    padding: 0 5px;
    left: 5px;
}

.l_info_list_group li strong {
    color: black;
    font-weight: 600;
}

.l_info_two_2col {
    margin: 0 0 0 -2.5%;
    display: flex;
    flex-wrap: wrap;
}

.l_info_two_2col li {
    margin: 13px 0px 0px 2.5%;
    width: 47.5%;
}

.l_cust_list_group {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.l_cust_list_group li {
    background: #fff;
    position: relative;
    margin: 10px 0;
    display: table;
    border: 1px solid #ddd;
    width: 100%;
}

.l_cust_list_group li span {
    color: #666;
    font-size: 14px;
    padding: 7px 11px;
    display: table-cell;
    width: 40%;
}

.l_cust_list_group li strong {
    color: black;
    font-weight: 600;
    display: table-cell;
    padding: 7px 11px;
}

.succes_icons_block {
    background: var(--primary-color);
    color: #fff;
    font-size: 34px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    line-height: 75px;
    display: inline-block;
}

.cust_tabs2 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    justify-content: center;
}

.cust_tabs2 .active {
    background: var(--primary-color);
    color: #fff;
}

.cust_tabs2 a {
    background: #ececec;
    color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin: 5px 10px;
}

.contact_sub_title {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 6px 0;
    color: var(--primary-color);
}

.contact_addr {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.address_list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.address_list li {
    display: table;
    width: 100%;
}

.address_list li span {
    display: table-cell;
    width: 50%;
    padding: 5px 0px;
}

.address_list li span:first-child {
    font-weight: 600;
}

.faq_block {
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    position: relative;
    margin: 0 0 15px 0;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
}
.faq_header {
    width: 49px;
    height: 33px;
    color: #1C1C1C;
    font-family:  var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
}
.faq_title {
    /* font-size: 22px;
    margin: 0 0 20px 0; */
    width: 1141px;
    height: 27px;
    font-family:  var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #4F4F4F;
}

.faq_b_title {
    /* border: 2px solid var(--primary-color); */
    color: #333;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    padding:20px;
    /* padding: 15px 10px; */
    border-radius: 5px;
    margin: 0;
    /* border: 2px solid white; */
    
}

.faq_collapse_btn {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    top: 0;
    cursor: pointer;
    
}

.faq_collapse_btn::after {
    content: "\f055";
    font-family: var(--font-family);
    font-size: 20px;
    width: 35px;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 34px;
}

.faq_collapse_btn[aria-expanded="true"]::after {
    content: "\f056";
}

.faq-body {
    /* font-size: 15px; */
    /* padding: 8px 10px; */
    /* color: #9A9A9A; */
    font-family:  var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding:20px;
    /* box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06); */
}



/** mailing section css **/

.new_message_btn {
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 5px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 45px;
    background: #ddd;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    flex: 0 0 45px;
}

.incoming_msg_img img {
    max-width: 100%;
}


.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 85%;
}

.received_withd_msg {
    width: 95%;
}

.sent_msg p {
    background: var(--primary-color);
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.msg_history {
    height: 500px;
    overflow-y: auto;
}


.msg_history::-webkit-scrollbar {
    width: 5px
}

.msg_history::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.msg_history::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 6px
}

.head_search_box {
    display: inline-flex;
}

.head_search_box input {
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 18px;
    max-width: 170px;
}

.head_search_box input:focus {
    outline: none;
    box-shadow: none;
}

.mobi_se_box {
    padding: 12px 0;
}

.mobi_se_box .head_search_box {
    display: block;
}

.mobi_se_box .head_search_box input {
    max-width: 100%;
}

.mobile_menu_head {
    margin: 5px 0 10px 0!important;
}

.mobile_menu_head.h_icons_link li {
    margin: 0 7px;
}

.chat_us_btn {
    position: fixed;
    bottom: 85px;
    right: 20px;
    color: #333;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.chat_us_btn span {
    color: var(--primary-color);
    font-size: 50px;
    display: block;
    padding-bottom: 4px;
}

.pay_total_l_align {
    padding-left: 41%;
}

.back_btn {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    min-width: 90px;
    text-align: center;
    font-size: 14px;
}

.back_btn:hover,
.back_btn:focus {
    background-color: var(--primary-color);
    color: #fff;
}

.icons_link_list {
    padding: 0;
    margin: 12px 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.icons_link_list a {
    display: block;
    font-size: 18px;
    width: 65px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
}

.icons_link_list li {
    margin: 0 5px;
}

.fb_google {
    background: #dc4e41;
}

.twit_icon {
    background: #55acee;
}

.fb_icon {
    background: #3b5998;
}

.custom_file_field {
    height: 40px;
}

.custom_file_field .custom-file-label::after {
    background: var(--primary-color);
    color: #fff;
    height: 40px;
    top: -1px;
    line-height: 27px;
    text-transform: uppercase;
}

.custom_file_field .custom-file-label {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 24px;
}

.custom_file_field .custom-file-input {
    height: 40px;
}

.custom_table {
    position: relative;
    overflow-x: auto;
}

.c_t_row {
    display: flex;
    width: 100%;
    align-items: stretch;
    min-width: 680px;
}

.c_t_th {
    color: #333;
    padding: 10px 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.c_t_td {
    color: #333;
    padding: 10px 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border: 1px solid #ececec;
}

.c_t_th {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 12px;
    font-weight: bold;
}

.choose_pay_tabs {
    display: flex;
    border: none;
}

.choose_pay_tabs a {
    color: #999;
    padding: 10px 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.choose_pay_tabs .active {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.choose_payment_option_sect .tab-content {
    padding: 15px 0;
}

.pay_amount_btn {
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 16px;
    border-radius: 3px;
}

.pay_amount_btn:hover,
.pay_amount_btn:focus {
    color: #fff;
}

.pay_g_btn {
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 16px;
    border-radius: 3px;
    min-width: 110px;
}

.pay_g_btn:hover {
    background: #005e00;
    color: #fff;
}

.upload_btn {
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.upload_btn label {
    display: inline-block;
    margin: 0;
    width: 150px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
    /* IE6-9 */
    border: 2px solid var(--primary-color)!important;
    font-family: var(--font-family);
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    line-height: 23px;
    padding: 7px 12px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.upload_btn .upload_input {
    opacity: 0;
    position: absolute;
    min-height: 41px;
    display: inline-block;
    width: 150px;
}

.upload_btn label span {
    width: 26px;
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 20px;
    vertical-align: text-top;
}

.upload_doc_block small {
    margin-left: 10px;
}

.saved_card_detail {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.save_card_btn {
    display: inline-block;
    width: 32px;
    text-align: center;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: var(--primary-color);
    line-height: 32px;
    font-size: 15px;
    margin: 0 2px;
}

.saved_c_coll,
.saved_c_colr {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.saved_c_coll {
    padding: 12px 15px;
    border-right: 1px solid #ddd;
}

.saved_c_colr {
    padding: 12px 10px;
    flex: 0 0 100px;
    text-align: center;
}

.pay_card_btn {
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    font-size: 15px;
    margin: 0 5px;
    border-radius: 5px;
    line-height: 20px;
    border: 2px solid #fff;
    min-width: 105px;
}

.pay_btn {
    background: green;
    color: #fff;
    border-color: green;
}

.pay_btn:hover {
    background: #005e00;
    color: #fff;
    border-color: #005e00;
}

.cancel_btn {
    color: #000;
    border: 2px solid var(--primary-color);
}

.cancel_btn:hover,
.cancel_btn:focus {
    color: #fff;
    border-color: var(--primary-color-hover);
    background: var(--primary-color);
    background: -moz-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    background: -webkit-linear-gradient(left, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 51%, #00afb1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#00afb1', GradientType=1);
}


.customer_b_title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.amortization_content {
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f6f6f6;
}

.amort_title {
    font-size: 16px;
}

.amort_total_amount {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.payoff_info p {
    margin: 10px 0 4px 0;
    font-size: 16px;
}

.payoff_info h4 {
    font-size: 30px;
    font-weight: 600;
}

.page_title4 {}

.page_title4 .print_icons {
    position: relative;
    top: -9px;
}


/*** tabs footer css ***/

.tabs_footer {
    border-top: 1px solid #ececec;
    margin: 0 -20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
}

.tabs_link {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.tabs_link li {
    text-align: center;
    margin: 0 10px;
}

.tabs_link li a {
    display: block;
    padding: 6px 18px;
}

.tabs_link li a svg path {
    stroke: var(--bottom-icons-color);
}

.tabs_link li a:hover svg path {
    stroke: #000;
}

.tabs_buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.tabs_buttons li {
    text-align: center;
    margin: 0 10px;
}

.tabs_buttons li a {
    display: block;
    padding: 6px 18px;
}

/* footer css */

.payment-transaction {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 10px 0;
}

.payment-transaction a {
    color: #333;
}

.payment-transaction a::after {
    content: "\f139";
    font-family: var(--font-family);
    font-size: 20px;
    margin: 0 5px;
    color: var(--primary-color);
    vertical-align: top;
}

.payment-transaction a[aria-expanded="false"]::after {
    content: "\f13a";
}

.custome-tax-border {
    margin-top: 15px;
    border-right: 0px !important;
}

.notification_row {
    display: flex;
    margin: 8px 0;
    justify-content: space-between;
}

.loan-details .pay_sheduled_talbe tbody tr td {
    border: none;
}

.cm_tabs_link li a {
    padding: 8px 10px;
}






.lg_text_head_info {
    background: #BDF3FF;
    font-size: 14px;
    color: #2175BB;
    padding: 10px 15px;
    border-top: 1px solid #fff; line-height:19px;
}








/** New Landing page ui changes*/

.box_shadow {
    padding: 12px;
    background: #fff;
    box-shadow:0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}


/** learning center css **/
.learning_center_block {
    background: #81A8CA;
    border-radius: 10px;
    display: flex;
    overflow: hidden; align-items: center;
    margin-bottom:20px;
}
.l_c_block_cont, .l_c_block_img{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.l_c_block_img img{max-width: 100%;}
.l_c_block_cont{padding:20px;flex: 0 0 54%;}
.l_c_block_cont h5{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff; 
}
.l_c_block_cont p{
    font-size: 14px;
    line-height: 19px; color:#fff;
}
.readmore_btn {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 600;
}
.readmore_btn:hover,.readmore_btn:focus{background: #fff; color: #333;}

.impacted_block {
    padding: 12px 20px;
}
.impacted_block h4{
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #4F4F4F;
}
.impacted_block p{
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px; margin:0;
}
.impacted_block p a{font-weight: 600; text-decoration: underline;}


.lg_info_panel{
    background: #FFFFFF;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: none; margin-bottom:20px;
}
.lg_info_panel .card-header{background:none; border:none;padding:0; }
.lg_info_panel .card-header{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1C1C1C;
    padding:15px 20px;
}
.lg_info_panel .lg_info_h_link{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1C1C1C;
    display: block;
    position: relative;
}
.lg_info_panel .card-body{
    padding:15px 20px;
}
.lg_info_panel .card-body{padding-top:0;}
.lg_info_panel>.card-body{padding:15px 20px;}

.lg_info_panel .lg_info_h_link::after{
    content: "";
    background-image: url(../img/fill_down_arrow_black.svg);
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lg_info_panel .lg_info_h_link[aria-expanded="true"]::after{background-image: url(../img/fill_up_arrow_black.svg);}


.otp_pay_du_title{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1C1C1C;
}
.otp_pay_du_amount{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2175BB;
    display: block;
}
.dashedborder_br{border-right:1px dashed #9A9A9A;}
.blue_outline_btn{
    background: #F5FDFF;
    border: 1px solid #B1EFFF;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2175BB;
    padding: 6px 15px;
    text-align: center;
}
.blue_outline_btn:hover, .blue_outline_btn:focus{color: #2175BB;}

.pages_title{
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #1C1C1C;
}
.cust_fields label{
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #9A9A9A;
}
.cust_fields .form-control{
    background: #F8F9FA;
    border: 1px solid #9A9A9A;
    border-radius: 4px;
    color: #1C1C1C;
}
.cust_fields input[type='date']{
    background-image:url(../img/calender_icon.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 0.75rem center!important;
    background-size: 20px 20px!important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cust_fields select{
    background-image:url(../img/fill_down_arrow_blue.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 0.75rem center!important;
    background-size: 10px 8px!important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
 
.otp_right_sidebar {
    flex: 0 0 377px;
}


.otp_bill_info_section{
    margin-top: 75px;
    border-radius: 20px;
    padding:20px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dceaf3+0,e6f1f7+40,ecf3f8+100 */
background: #dceaf3; /* Old browsers */
background: -moz-linear-gradient(top,  #dceaf3 0%, #e6f1f7 40%, #ecf3f8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dceaf3 0%,#e6f1f7 40%,#ecf3f8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dceaf3 0%,#e6f1f7 40%,#ecf3f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dceaf3', endColorstr='#ecf3f8',GradientType=0 ); /* IE6-9 */

}

.otp_info_p_title{
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1C1C1C;
}

.otp_info_row {
    display: flex;     
    padding: 7px 0;
    align-items: center;
}
.otp_info_col{    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;position: relative;}
.otp_info_col{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #9A9A9A;
}
.otp_price_col{
    text-align: right; color: #4F4F4F;
}


.dashed_divder_1 {
    border-bottom: 1px dashed #9A9A9A;
    margin: 20px 0;
    position: relative;
}

.question_icon_tooltop {
    background-image: url(../img/quest_icon_blue.svg);
    width: 15px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.bills_icons{
    background-image: url(../img/uil_bill.svg);
    width:34px;
    height:34px;
    display: inline-block;
}
.otp_pay_amount_text{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #2175BB;
    display: block;
    padding: 5px 0;
}


.otp_sim_block {
    background: #fff;
    border-radius: 10px;
    max-width: 217px;
    height: 280px;
    margin: -75px auto 10px auto;
    position: relative;
    padding:20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.otp_sim_block:before {
    content: "";
    width: 62px;
    height: 5px;
    position: absolute;
    background: #196DFB;
    border-radius: 10px 10px 0px;
    margin: 0 auto;
    top:-5px;
    left:0; right:0;
}
.otp_sim_block::after {
    content: "";
    width: 62px;
    height:11px;
    position: absolute;
    background: #196DFB;
    opacity: 0.61;
    filter: blur(30px);
    margin: 0 auto;
    left:0; right:0; top:0;
}
.otp_sim_icon{
    background-image: url(../img/sim-card.svg);
    width:31px;
    height:48px;
    display: inline-block;
}
.otp_wifi_icon{
    background-image: url(../img/wifi-outline.svg);
    width:24px;
    height:24px;
    display: inline-block;
}
.otp_sim_top_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.otp_card_icon{
    background-image: url(../img/mastercard.svg);
    width:35px;
    height:27px;
    display: inline-block;
}
.otp_card_digit{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1C1C1C;
}
.otp_card_info_name{display: block;
    font-size: 16px;
    line-height: 21px;
    color: #1C1C1C;padding-bottom: 10px;
}
.otp_card_info_digits{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1C1C1C;
}

.add_new_detail_btn{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}
.add_plus_icon{
    background-image: url(../img/plus_icon_blue.svg);
    width:24px;
    height:23px;
    display: inline-block; margin-right: 12px;
}



.hoa_banner_section{
    background: linear-gradient(270deg, #0E3454 -3.57%, #2175BB 26.11%, #BDF3FF 100%);
    position: relative; overflow: hidden;
}
.hoa_banner_in_wrap::after {
    content: "";
    background: url(../img/hoa_baner_bg.png);
    position: absolute;
    /* right: 0; */
    top: 0;
    width: 670px;
    bottom: 0;
    right: -10%;
    z-index: 0;
}
.hoa_banner_in_wrap{
    display: flex; align-items: center;
}
.hoa_banner_in_wrap::after{
    content:"";
    background:url(../img/hoa_baner_bg.png);
}
.hoa_banner_content h4{
    font-weight:600;
    font-size: 60px;
    line-height: 80px;
    color: #333;
}
.hoa_banner_content h4 span{ color: #2175BB;}
.hoa_banner_content p{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.hoa_ban_info {
    max-width:655px;
}
.hoa_banner_image {
    position: relative;
    z-index: 1;
}



.hoa_info_section2{border-radius: 10px; display: flex; 
    overflow: hidden;align-items: center;}
.hoa_info2_img {flex: 0 0 200px; overflow: hidden;text-align: center;background: #EBFBFF; border-radius: 0 100px 0 0;}
.hoa_info2_img_block{display: block;background: #2175BB;border-radius: 0 100px 0 100px; overflow: hidden;}
.hoa_info2_img_block img{vertical-align: top;}
.hoa_info2_cont{padding:30px;background: #EBFBFF; }
.hoa_info2_cont h3{font-weight: 600;font-size: 20px; line-height: 27px; color: #1C1C1C; margin-bottom: 20px;}
.hoa_info2_cont p{font-size: 18px; line-height: 24px; color: #2D2D2D;}


.info_icons_block {background: #fff; display: flex; border: 2px solid #fff; border-radius: 15px;
    box-shadow: 0px 0px 20px 10px rgb(0 182 221 / 10%); padding: 15px; align-items: center; margin-bottom:40px;
}
.info_text{font-weight: 600;font-size: 20px; line-height: 27px; color: #1C1C1C; padding-left: 20px;}
.info_icons_block span{-ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
.info_icon{flex:0 0 65px!important;}
.info_icons_block:hover, .info_icons_block.active{border-color:#9FD1FB;}
.info_icons_block:hover::after, .info_icons_block.active::after{
    content:"";
    background-image:url(../img/tick-circle-solid.svg);
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 7px;
    top: -10px;
}
.hoa_subtitle{
    font-weight:600;
    font-size: 20px;
    line-height: 27px;
    color: #1C1C1C;
}

.landing_slider_wrap{display:none;}
.landing_slider_wrap.slick-initialized{display:block;}
.landing_p_slider_wrap {max-width: 664px; margin-bottom:30px;} 

.l_slider_block {position: relative; border-radius: 10px; background: #ddd; min-height:247px;}
.l_slider_block_caption {position: absolute; bottom: 0; color: #FFF5F5; left: 0; padding: 20px 20px 10px 20px;}
.l_slider_block_caption h2{font-weight:600; font-size: 40px; line-height: 53px;}
.l_slider_block_caption h6{font-weight: 600;font-size: 18px; line-height: 24px;}

.landing_slider_wrap .slick-dots {
    position: absolute;list-style: none; padding: 0; margin: 0;left: 0;right: 0;
    display: flex; justify-content: center; bottom: -16px;
}
.landing_slider_wrap .slick-dots li {margin:0 3px;}
.landing_slider_wrap .slick-dots li button{
    width: 8px;height: 8px; border: none;background: #BDF3FF;
    display: block;overflow: hidden;text-indent: -100px; border-radius: 20px; padding: 0;
}
.landing_slider_wrap .slick-dots .slick-active button{background-color: var(--primary-color);}


.setup_account_model .modal-content{
    background: linear-gradient(96.52deg, var(--primary-color) 48.07%, #3BCBEC 89.32%);
}
.setup_account_model .modal-title{color:#fff;} 
.setup_account_model .modal-content .modal-body{padding:0;}

.sepa_switch .custom-control-label::before{
    width: 34px; height: 14px; border:1px solid #fff;
}
.sepa_switch .custom-control-input:checked~.custom-control-label::after{
    background-color: #EEC800;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 1px;
    -webkit-transform: translateX(1.1rem);
    transform: translateX(1.1rem);
}
.sepa_switch .custom-control-input:checked~.custom-control-label::before{
    border-color: #F2F2F2;
    background-color: #F2F2F2;
}
.sepa_switch .custom-control-label::after{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 1px;
    -webkit-transform: translateX(-.4rem);
    transform: translateX(-.4rem);
    border: 1px solid #fff;
}

.setup_account_model .modal-header{border:1px solid rgba(0, 0, 0, .1);}
.setup_account_model .close{color: rgb(101, 95, 95);}
.setup_a_title{
    font-weight:600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;
}
.setup_a_body{padding:20px;}

.setup_switch_wrap {
    display: flex;align-items: center;
}
.setup_switch_wrap_col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 45px;
}
.setup_switch_wrap_col:first-child{border-right:1px solid #81E8FF;}
.switch_block {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 18px;
}
.switch_block span{
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.setup_switch_wrap_col h3{font-size:16px; font-weight: bold;color: #fff;margin-bottom: 5px;}


.sa_btn_W {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2175BB;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 7px 10px;
    text-align: center;
}
.sa_btn_W:hover,.sa_btn_W:focus{background-color:#ececec; color: #333;}

.primary_number{
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.sepa_radio {
    margin-bottom: 10px;
}
.sepa_radio .custom-control-label{
    font-size: 16px;
    line-height: 24px; color:#fff;padding-left: 6px;
}
.sepa_radio .custom-control-label::before {
    border-radius: 50%;
    background: #f1f1f1;
    border: 1px solid #2175BB; 
    width:20px; height:20px;
}
.sepa_radio .custom-control-input:checked~.custom-control-label::before{
    background: #f1f1f1; border:1px solid #2175BB;top: 3px;
}
.sepa_radio .custom-control-input:checked~.custom-control-label::after{
    width: 10px;
    height: 10px;
    background-color: #EEC800;
    border-radius: 10px;
    background-image: none;
    left: -19px;
    top: 8px;
}

.setup_final_wrap {
    text-align: center;
    padding: 30px; color: #fff;
}
.setup_final_wrap p{margin:0; color: #fff;    font-size: 18px;}
.setup_final_wrap h4{font-size: 22px; line-height:28px; font-weight: bold;}
.setup_final_wrap span {
    display: inline-block;
}
.setup_numb_info_wrap {
    padding: 0 25px;
}

#step2{display:none;}
#step3{display:none;}




.hoa_parent_block{height: 256.86px; left: 0px; top: 0px; background: linear-gradient(270deg, #0E3454 -3.57%, #3382C5 23.19%, #2175BB 91.01%); border-radius: 10px;}
.hoa_slider_block {position: relative; border-radius: 10px; background: url("../img/DollarStars.png"); margin-bottom: 20px;overflow: hidden;}
.hoa_slider_block_caption {position: absolute; color: #FFF5F5; left: 0; padding: 20px; padding-top: 60px; right:0;}
.hoa_slider_block_caption h2{font-weight:600; font-size: 25px; line-height: 40px; text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;}
.hoa_slider_block_caption p{font-size: 18px; line-height: 24px; color:#fff; margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    width: 380px;
    height: 250px;
}



.hoa_info_section1{ 
    display: flex; 
     /* margin-bottom: 5px;  */
     background: #fff;
    box-shadow: 0px 43px 50px rgba(116, 116, 116, 0.1);
    border-radius: 15px; 
    margin-bottom: 20px;
}
.hoa_info1_img{flex: 0 0 202px; overflow: hidden; display: flex; align-items: flex-end;}
.hoa_info1_img_block{display: block; overflow: hidden;}
.hoa_info1_img_block img{ vertical-align: top;}
.hoa_info1_cont{padding:20px 20px;}
.hoa_info1_cont p{color:#4F4F4F; font-size: 18px; line-height: 24px;}
.hoa_info1_cont h3{font-weight: 600;font-size: 20px; line-height: 27px; color: #1C1C1C; margin-bottom:10px;}
.hoa_info1_cont ul{margin:0; padding:0; list-style:none;}
.hoa_info1_cont li{
    background-image:url(../img/star_bullet.svg); background-repeat: no-repeat;
    font-size: 18px;
    line-height: 24px;
    color: #4F4F4F;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    background-position: 0px 7px;
}
.hoa_left_cont{padding-right: 20px!important;}
.hoa_right_cont{
    flex: 0 0 430px; width:430px;
}

.custom_accordion2 {
    background: #fff;
    box-shadow: 0px 43px 50px 20px rgb(116 116 116 / 10%);
    border-radius: 15px; padding:20px 20px 10px 20px;
}
.custom_accordion2_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
    padding: 8px 10px;
    background: #ebf5ff;
}

.links_card_title {
    display: flex;
    align-items: center; cursor: pointer; padding:5px 0; position: relative;
}
.info_icon2{flex:0 0 40px; width:40px;}
.info_icon2 img{max-width: 100%;}
.info_text2{
    font-size: 16px;line-height: 21px;color: #1C1C1C; font-weight:600; padding-left: 15px;
}
.links_card {
    margin-bottom: 10px;
}
.links_card_body{
    font-size: 14px;
    line-height: 18px;
    color: #4F4F4F;
    padding-left: 55px;
}

.links_card_title[aria-expanded="true"]::after{
    content: "";
    background-image: url(../img/b_arrow_up.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
    background-position: center center;
}
.links_card_title[aria-expanded="false"]::after{
    content: "";
    background-image: url(../img/b_arrow_down.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
    background-position: center center;
} 



.custom_breadcrumb {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.custom_breadcrumb li{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2175BB;
    position: relative;
    padding:0 12px;
}
.custom_breadcrumb li:first-child{padding-left: 0;}
.custom_breadcrumb li:last-child::after{content:none;}
.custom_breadcrumb li a{color:#4F4F4F;}
.custom_breadcrumb li::after{
    content:"";
    background-image:url(../img/b_r_arrow.svg);
    position: absolute;
    right:-5px;
    top:3px;width:8px; height: 12px;
}

.calc_main_title{
    font-weight: 800;
    font-size: 40px;
    line-height: 53px;
    color: #4F4F4F;
}
.calc_sub_title{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: normal;
}




.l_c_ban_info{padding:20px;}
.l_c_ban_info h2{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF; margin-bottom: 10px;
}
.l_c_ban_info p{
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.l_c_ban_img {
    flex: 0 0 385px;
    width: 385px; position: relative;
}
.l_c_ban_img::before{
    content:"";
    background: linear-gradient(94.68deg, #2175BB 17.28%, #2175BB 35.38%, rgba(33, 117, 187, 0.8) 59.38%, rgba(33, 117, 187, 0) 96.13%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 71px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
}
.l_c_ban_img img {
    width: 100%;
}

.learning_c_block{
    background: #FFFFFF;
    box-shadow: 0px 43px 50px 20px rgba(116, 116, 116, 0.1);
    border-radius: 15px;
    padding:20px 30px;
    cursor: pointer;
}
.learning_c_icon {
    margin-bottom: 10px;
    text-align: center;
}
.learning_c_info h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #1C1C1C; 
}
.learning_c_info h4 a{color: #1C1C1C;}
.learning_c_info p{
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #1C1C1C;
    margin: 0;
}

/*add new payment details css*/
.paymethod_section{
    background: #FFFFFF;
    /* box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06); */
    border-radius: 8px;
    padding:20px;
}
.pages_sub_title{
    font-weight: 600;
    font-size:19px;
    line-height: 26px;
    color: #1C1C1C;
}
.paymethod_card_block {
    border-bottom: 1px dashed #9A9A9A;
    padding: 25px 0;
}
 
.paym_radio .custom-control-label{
    font-size: 18px;
    line-height: 27px;
    color: #1C1C1C;
    font-weight: 700;
    padding-left: 10px;
}
.paym_radio .custom-control-label::before{
    width: 20px;
    height: 20px;
    border: #2175BB solid 1px;
}
.paym_radio .custom-control-label::after{
   
}
.paym_radio .custom-control-input:checked~.custom-control-label::before{background-color:#fff!important;}
.paym_radio .custom-control-input:checked~.custom-control-label::after{
    width: 10px;
    height: 10px;
    background: #007bff;
    border-radius: 10px;
    left: -19px;
    top: 9px;
}

.paym_radio .custom-control-input:checked~.custom-control-label{color: #2175BB;}
.paym_radio p{
    margin:0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #1C1C1C; padding-left:10px;
}
.payme_c_block_body{
    padding: 20px 0;
}
.paymethod_card_block:last-child {
    border: none;
    padding-bottom: 10px;
}

.paym_add_detail_block {
    background: #FFFFFF;
    border: 1px dashed #00B6DD;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 6%);
    border-radius: 20px;
    min-height: 215px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paym_add_text h3{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #00B6DD;
    margin: 0;
    padding-top: 6px;
}


.paym_card {
    background: #FEFEFE;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 215px;
    justify-content: space-between;
}
.paym_card:before {
    content: "";
    width: 5px;
    height: 62px;
    position: absolute;
    background: #196DFB;
    border-radius: 0 10px 10px 0;
    /* margin: 0 auto; */
    top: 0;
    right: -5px;
    bottom: 0;
    margin: auto 0;
}
.paym_card::after {
    content: "";
    width: 11px;
    height: 62px;
    position: absolute;
    background: #196DFB;
    opacity: 0.61;
    filter: blur(30px);
    /* margin: 0 auto; */
    top: 0;
    right: -5px;
    bottom: 0;
    margin: auto 0;
}
.paym_card_info { display: flex; width: 100%; justify-content: space-between;}
.paym_card_name{position: relative;padding-left: 40px;
    
}
.paym_card_name::before{
    content:""; background-image:url(../img/dark_blue_sign_icon.svg);
    position: absolute; width: 24px;  height: 24px;  left:0;
}
.paym_card_name_circle{position: relative;padding-left: 40px;}
.paym_card_name_circle::before{
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    content:""; background-image:url(../img/circle-white.png);
    position: absolute; width: 24px;  height: 24px;  left:0;
}
.paym_card_user_name{font-size: 16px; line-height: 21px; color: var(--primary-color); margin:0; padding-bottom: 10px;}
.paym_card_number{font-weight: 600; font-size: 14px;line-height: 19px; color: var(--primary-color);}
.paym_card_wifi_icon {padding-right: 12px;}
.paym_card_foot {display: flex; justify-content: space-between; align-items: center;}
.paym_card_exp_date{font-weight: 600; font-size: 14px; line-height: 19px; color: var(--primary-color);}

.paym_card_over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: #002A4D;
    box-shadow: 0px 1px 8px rgba(33, 117, 187, 0.12);
    border-radius: 10px;
}
.paym_select_btn-input{
    /* padding: 0.5rem 0; */
    display: flex;
    position: relative;
    
}






/*calculator css changes*/
input#calculate-button {
    width: 150px !important;
    border-radius: 0.5rem !important;
    /* font-size: 0.875rem; */
    height: 4rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* padding: 0.25rem 0.5rem; */
    font-weight: 700 !important;
    gap: 0.5rem !important;
    /* background: var(--primary-color); */
    color: #FFFFFF !important;
    border: none !important;
    cursor: pointer !important;
    background-color: #0E5088 !important;
    /* color: #ffffff !important; */
  }
  
  
  .input-group .form-control {
  height: 5.5rem !important;
  border: solid 2px #FFFFFF;
  box-shadow: 0px 0px 22px 0px rgb(11 67 133 / 22%) !important;
  background: linear-gradient(99.86deg, #FAFCFF 2.07%, #F3F7FE 97.65%) !important;
  width: 100% !important;
  border-radius: 0.625rem !important;
  padding: 1rem 2.5rem 0 1rem !important;
  opacity: 0.8px !important;
  color: #49555F !important;
  position: relative !important;
  z-index: 2 !important;
  float: left;
  /* width: 100% !important; */
  margin-bottom: 0 !important;
  
  }
  .input-group-addon {
  height: 3.5rem !important;
  border: solid 2px #FFFFFF !important;
  box-shadow: 0px 0px 22px 0px rgb(11 67 133 / 22%) !important;
  background: linear-gradient(99.86deg, #FAFCFF 2.07%, #F3F7FE 97.65%) !important;
  /* width: 100%; */
  border-radius: 0.625rem !important;
  padding: 1rem 2.5rem 0 1rem !important;
  opacity: 0.8px !important;
  color: #49555F !important;
  background-color: #eeeeee !important;
  }
  .control-label {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #385A77 !important;
  }
  
  
  
  
  .results-box {
  background: #F8FAFE !important;
  box-shadow: 0px 0px 22px 0px rgb(11 67 133 / 22%) !important;
  /* border: solid 2px #FFFFFF !important; */
  /* border-radius: 1.25rem !important; veracode issue fix */
  /* padding: 1rem !important;  veracode issue fix */
  position: relative !important;
  /* z-index: 1; */
  border: 1px solid #efefef !important;
  padding: 20px !important;
  height: auto !important;
  /* background: #fbfbfb; */
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  margin-bottom: 20px !important;
  }
  
  .data-wrapper .content{
  background: #F8FAFE !important;
  box-shadow: 0px 0px 22px 0px rgb(11 67 133 / 22%) !important;
  border: solid 2px #FFFFFF !important;
  border-radius: 1.25rem !important;
  padding: 1rem !important;
  position: relative !important;
  z-index: 1 !important;
  }
  
  
  .bar-chart-container{
  background: #F8FAFE !important;
  box-shadow: 0px 0px 22px 0px rgb(11 67 133 / 22%) !important;
  border: solid 2px #FFFFFF !important;
  border-radius: 1.25rem !important;
  padding: 1rem !important;
  position: relative !important;
  z-index: 1 !important;
  }
  
  /*calculator css change end here */

.paym_select_btn-input input[type="radio"]{
    /* border: solid 1px #FFFFFF  !important; veracode issue fix */
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
    border: solid 1px #FFFFFF;
    border-radius: 100%;
    margin: 0;
    position: relative;
   


}

.paym_select_btn-input input[type="radio"]:checked{
   
    background: #FFFFFF;
}

.paym_select_btn-input label{
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom:0px;
    @media screen and (max-width: $mobile-all-device) {
            font-size: 12px !important;
            }
}
.paym_card:hover .paym_card_over{opacity:0.8}
.paym_action_btns{display: flex; list-style:none;
     /* padding:0; veracode issue fix */
     margin:0;
      justify-content: space-between; 
      width: 100%;
padding: 0 0.5rem;}
.paym_edit_btn{
    position: relative; 
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; 
    font-weight: 600;
    padding-left: 30px;
    @media screen and (max-width :$mobile-all-device){font-size: 10px !important;}
    
}
.paym_edit_btn::before{
    content:"";background-image:url(../img/edit-icon.svg); width:24px; height:24px; position: absolute; left:0;
    background-repeat: no-repeat;
    top: 2px;
}

.paym_select_btn{
    position: relative; font-size: 16px;line-height: 24px;color: #FFFFFF; font-weight: 600;padding-left: 0 30px  0 0;
}
/* .paym_select_btn::before{
    content:"";background-image:url(../img/dark_blue_sign_icon.svg); width:24px; height:24px; position: absolute; left:0;
} */

.paym_delete_btn{position: relative; font-size: 16px;line-height: 24px;color: #FFFFFF; font-weight: 600;padding-left: 30px;}
.paym_delete_btn::before{content:"";background:url(../img/del-icon.svg); width:24px; height:24px; position: absolute; left:0;background-repeat: no-repeat;
    top: 2px;}
.paym_action_btns li {margin: 0 10px;
    @media screen and (max-width :$mobile-all-device){margin: 0 6px;}
a{
    @media screen and (max-width :$mobile-all-device){font-size: 10px;}
}
}
.paym_action_btns .custom-control-label label::before{
    border-radius: 100%;
}
.paym_action_btns li a:hover, .paym_delete_btn li a:focus{
    color: #fff;  
    @media screen and (min-width :$mobile-all-device){font-size: 10px !important;}
}


.custom_checkbox {
    padding-left: 25px;
}
.custom_checkbox .custom-control-label::before{
    width:23px ; height: 23px;
    border: #000 solid 2px;
}
.custom_checkbox .custom-control-label {
    line-height: 30px;
    padding-left: 10px;
    color: #1C1C1C;
    font-size: 15px;
}
.custom_checkbox .custom-control-label::after{width:23px ; height: 23px;}
.paym_bank_d{min-height: 60px;}
.paym_bank_d .paym_card_user_name{padding:0;}
.paym_bank_d::after{content:none;}
.paym_bank_d::before{content:none;}
.paym_bank_d .paym_add_text h3{display: inline-block; padding-left: 5px;}
.paym_card_over{
    label,a{
        @media screen and (max-width: $mobile-all-device){
            font-size:12px !important;
             }
    }
}
.paym_action_btns{
    ul li{
     //   border:solid 1px #c00;
    }
    @media screen and (max-width: $mobile-all-device){
            font-size:12px !important;
             }
}
