html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Gotham-Book;
}

@font-face {
    font-family: Gotham-Medium;
    src: url(../font/Gotham-Medium.otf);
}

@font-face {
    font-family: Gotham-Light;
    src: url(../font/Gotham-Light.otf);
}

@font-face {
    font-family: Gotham-Book;
    src: url(../font/Gotham-Book.otf);
}

* {
    font-family: Gotham-Book;
}

* {
    font-family: Gotham-Light;
}

* {

    font-family: Gotham-Medium;
}

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

body {
    margin: 0px !important;
    background-color: #FAFAFA !important;
}

.login-left-bg {
    width: 100%;
    float: left;
    display: block;
    background: #383740;
    height: 100%;
    background-image: url('/assets/images/login-br-left.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px !important;
}


.img-botom-space {
    height: 350px;
}

.login-message {
    background-color: #43B02A;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding: 35px !important;
    width: 100%;
    float: left;
}

.login-message-bold {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.login-right-box {
    background-color: #FAFAFA;
    padding: 65px;
}

.login-tab {
    background: transparent;
    border: 0px solid;
    font-size: 14px;
    padding: 10px 10px !important;
}

.login-tab:hover {
    background: transparent;
    border: 0px solid;
    border-bottom: 5px solid #43B02A;
    font-size: 14px;
    padding: 10px 10px !important;
}

.login-tab.active {
    border-bottom: 5px solid #43B02A;
    font-weight: 600;
}

.login-box-outer {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    padding: 45px 35px !important;
    width: 100%;
    float: left;
    border-top: 2px solid #4caf50
}

.login-box-outer-gray {
    background-color: #F2F2F2;
    border: 1px solid #E7E7E7;
    padding: 35px 35px !important;
    text-align: center;
    padding: 30px !important;
    width: 100%;
    float: left;
}

.login-mybenefit-head {
    font-size: 24px;
    text-align: center;
    /* font-weight: 600; */
}

.login-mybenefit-span {
    font-size: 24px;
    font-weight: 400;
}

.signin-btn {
    border: 1px solid #41A928 !important;
    background-color: #fff !important;
    padding: 6px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    border-radius: 5px !important;
    color: #000 !important;
}

.signin-btn:hover {
    border: 1px solid #41A928 !important;
    background-color: #41A928 !important;
    padding: 6px 15px !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.dicline-btn {
    background-color: #fff !important;
    padding: 6px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
    border-radius: 5px !important;
    color: #000 !important;
    text-decoration: underline !important;
}

.font-w-n {
    font-weight: 300 !important;
}

.ipurchased-my {
    color: #41A928;
    text-align: left;
    padding-top: 25px !important;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.width-common {
    width: 100%;
    float: left;
}

.login-input {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 15px !important;
}

.login-input-outer {
    width: 100%;
    float: left;
    padding-top: 15px !important;
}

.forgot-user {
    color: #41A928;
    text-align: right;
    padding-top: 15px !important;
    text-decoration: underline;
    cursor: pointer;
    line-height: 26px;
    font-size: 14px;
}

.responsive-logo {
    padding-bottom: 40px !important;
    display: none;
}

.footer-outer {
    width: 100%;
    float: left;
    background-color: #303030;
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: #fff;
}

.scocial-group {
    float: right;
    gap: 12px;
    display: flex;
}

.footer-txt {
    width: 100%;
    float: left;
    padding-top: 30px !important;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.pl-40 {
    padding-left: 70px !important;
}

.copyright {
    text-align: center;
    color: #B1B1B1;
    font-size: 11px;
}

.conatct-details {
    font-size: 16px;
    padding-top: 5px !important;
    font-weight: 600;
}

.phone-fort {
    font-size: 14px;
    padding-top: 15px !important;
    float: left;
}

.footer-link {
    width: 100%;
    float: left;
    padding-top: 8px !important;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 0px !important;
}

.footr-pt-11 {
    padding-top: 11px !important;
}

.footr-pt-15 {
    padding-top: 15px !important;
}

.footermainsection {
    background-color: rgb(48, 48, 48);
    width: 100%;
    float: left;
}

.copyright-outer-box {
    width: 100%;
    float: left;
    background-color: #272727;
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #fff;
}

.mob-pad-t {
    padding-top: 0px !important;
}

.log-maincont-right {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.log-maincont-left {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.social-icon-imgwdth {
    width: 26px;
}

.deltalogo-fotr {
    width: 50%;
}

.terms-popo-txt {
    font-size: 13px;
    color: #000;
}

.admin-headerbox {
    width: 100%;
    float: left;
    background-color: #41A928;
}

.admin-headerbox-left {
    float: left;
    padding: 95px 40px;
    color: #fff;
    font-size: 22px;
    width: 34%;
    font-weight: 600;
}

.admin-headerbox-caption {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.admin-headerbox-right {
    width: 65%;
    float: right;
    justify-content: end;
    display: flex;
}

.admin-headerbox-img {
    width: auto;
}

.admin-mainformblock {
    background-color: #FAFAFA;
    width: 100%;
    float: left;
}

.admintop-innerbox {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 4px 3px rgb(59 59 59 / 20%);
    border-radius: 10px;
    padding: 50px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.admin-memberform-outer {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.admin-memberform-label {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.admin-memberform-input {
    width: 55%;
    float: left;
}

.input-forms-sty {
    border: 1px solid #757575;
    width: 65%;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
}

.label-forms-sty {
    font-size: 16px;
    padding-top: 8px;
    width: 100%;
    float: left;
    text-align: right;
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two equal columns */
    grid-template-columns: 41% 55%;
    gap: 20px;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.organization-txtlogin {
    width: 75%;
    float: left;
    font-size: 14px;
}

.search-member-table {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 50px;
}

@media only screen and (max-width:1200px) {
    .img-botom-space {
        height: 300px;
    }

    .pl-40 {
        padding-left: 10px !important;
    }

    .log-maincont-right {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .log-maincont-left {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .social-icon-imgwdth {
        width: 24px;
    }
}

.benefits-innerbox {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 4px 3px rgb(59 59 59 / 20%);
    border-radius: 10px;
    padding: 25px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.benefits-twogrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: stretch;
    width: 100%;
    float: left;
}

.benefits-imgiconbox {
    width: 100%;
    float: left;
    justify-items: center;
    align-items: center;
    display: grid;
    padding-top:30px
}

.advice-captn {
    color: #FF0000;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    width: 100%;
    float: left;
}

.benefits-twocommongrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    float: left;
}

.membername {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding-top: 15px;
}

.subscriber-txt {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    width: 100%;
    float: left;
}

.subscriber-valu {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.benefit-icontopboximg {
    width: auto;
}

.benefitsinner-gridtwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex-grow: 1;
    width: 100%;
    float: left;
}

.benefit-maincontmblock {
    background-color: #FAFAFA;
    width: 100%;
    float: left;
    display: grid;
    margin-top: -20px;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
}

.benefit-outerbox {
    width: 80%;
    margin: 0 auto;
    float: left;
}

.benefitpanelbox {
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 4px 3px rgba(59, 59, 59, 0.2);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

.groupname-head {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.alternativebnfts-txt {
    font-size: 14px;
    color: #FF0000;
    font-weight: 600;
    padding-top: 10px;
    width: 100%;
    float: left;
}

.plan-maincontmblock {
    background-color: #FAFAFA;
    width: 100%;
    float: left;
    display: grid;
    /* s */
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 20px;
}

.plan-head {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding-top: 15px;
    color: #000;
}
.plan-head-patient{
font-size: 18px;
font-weight: 600;
width: 100%;
float: left;
padding-top: 15px;
color: #000;
}

.plannsummarypanelbox {
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 4px 3px rgba(59, 59, 59, 0.2);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

.printmember-box {
    float: right;
    width: auto;
}

.printmember-btn {
    border: 2px solid #41A928 !important;
    background-color: #fff !important;
    padding: 10px 20px !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 7px !important;
    color: #000 !important;
}
.printmember-btn:hover{
    background-color: #caebcc !important;

}

.plan-tabouter {
    width: 100%;
    float: left;
}

.searchclaim-gridtwo {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 16px;
    flex-grow: 1;
    width: 100%;
    float: left;
    padding: 35px;
}

.noresult-head {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    float: left;
    color: #000;
}

.noresult-txt {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #474747;
}

.noresult-block {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #474747;
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.noresult-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    flex-grow: 1;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.search-outerleft-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-leftbox-img {
    width: 100%;
}

.listclaim-innerbox {
    width: 80%;
    float: left;
    background-color: #F6F6F6;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 0px 1px rgb(59 59 59 / 20%);
    /* border-radius: 10px; */
    padding: 20px;
    margin-top: -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}

:ng-deep .listclaim-innerbox .dash-recentclaim-outrnew {
    width: 100% !important;
}
.finddentist-innerbox {
    width: 80%;
    float: left;
    background-color: #F6F6F6;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 0px 1px rgb(59 59 59 / 20%);
    /* border-radius: 10px; */
    padding: 20px;
    margin-top: -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}



.searchlist-innerbox {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 4px 3px rgb(59 59 59 / 20%);
    /* border-radius: 10px; */
    padding: 25px;
    /* margin-top: -36px; */
    margin-bottom: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-container1 {
    margin: 5px 0;
}

label {
    font-weight: bold;
    margin-right: 10px;
}

.dropdown1 {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #757575;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    width: 100%;
}

.search-label {
    font-size: 14px;
    font-weight: 300;
}

.search-btn {
    border: 1px solid #41A928 !important;
    background-color: #fff !important;
    padding: 6px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
    color: #000 !important;
}
.search-btn:hover{
    background-color: #caebcc !important;

}

.search-labellist {
    font-size: 14px;
    font-weight: 300;
    float: left;
    width: auto;
    padding-top: 5px;
    font-family: 'Gotham-Book';
    text-align: right;
}

.dropdown-claimlist {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #757575;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    width: 100%;
    float: left;
}

.search-boxlist-three {
    display: grid;
    grid-template-columns: 33% 33% 34%;
    gap: 18px;
    flex-grow: 1;
    width: 98%;
    float: left;
    margin-bottom: 15px;
}

.search-boxlist-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-grow: 1;
    width: 100%;
    float: left;
}

.search-btn1 {
    min-width: 38% !important;
    height: 35px !important;
    border: 2px solid #41A928 !important;
    background-color: #fff !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    border-radius: 7px !important;
    color: #000 !important;
}
.search-btn1:hover{
    background-color: #caebcc !important;

}
.searchbtn-outer {
    /* margin-left: 10px; */
    margin-top: 4px;
}

.searchlist-head {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding-top: 10px;
    color: #000;
}

.emstimate-captn {
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    width: 100%;
    float: left;
}

.emstimate-subcaptn {
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    width: 100%;
    float: left;
}

.costestimate-one-grid {
    gap: 8px;
    flex-grow: 1;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.searchclaim-gridtwo {
    display: grid;
    grid-template-columns: 43% 53%;
    gap: 30px;
    flex-grow: 1;
    width: 100%;
    float: left;
    padding: 35px;
}

.costestimat-innerbox {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 4px 3px rgb(59 59 59 / 20%);
    border-radius: 10px;
    /* padding: 25px; */
    margin-top: -40px;
    margin-bottom: 20px;
}

.costlist-gridtwo {
    display: grid;
    grid-template-columns: 60% 40%;
    flex-grow: 1;
    width: 100%;
    float: left;
    padding: 35px;
    }

.getnewestimate-block {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #474747;
    background-color: #F6F6F6;
    padding: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* margin-top: 15px; */
}

.dentistcharge-block {
    padding: 25px;
    width: 100%;
    float: left;
}

.dentistcharge-head {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #41A928;
}

.treatment-gridtwo {
    display: grid;
    grid-template-columns: 57% 43%;
    flex-grow: 1;
    width: 100%;
    float: left;
    gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.treatment-catogary {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
}

.treatment-catogary-right {
    font-weight: 600;
    padding-left: 10px;
}

.dentistcharge-txt {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.treatment-outofnetwork {
    display: grid;
    grid-template-columns: 50% 50%;
    flex-grow: 1;
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #C3C3C3;
}

.treatment-value-right {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
    text-align: right;
    font-weight: 200 !important;
}

.treatment-label-right {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
    text-align: right;
    font-family: Gotham-Medium;
    font-weight: 500 !important;
}

.total-value-right {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #000;
    text-align: right;
    font-weight: 600 !important;
}

.total-label-right {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #000;
    text-align: right;
    font-weight: 500 !important;
}

.total-label-left {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
    text-align: left;
    font-weight: 500 !important;
}

.value-catogary {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
    font-weight: 200 !important;
    font-family: Gotham-Book !important;
    font-weight: 200;
}

.treatment-head {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background-color: #E8E8E8 !important;
    border-bottom: 3px solid #41A928 !important;
}

.font-14 {
    font-size: 14px;
}

.font-wgt {
    font-weight: 800;
    font-size: 14px;
}

.bordr-black {
    border-bottom: 1px solid #000;
}

.bordr-white {
    border-bottom: 1px solid #ffffff;
}

.dentistcharge-blockright {
    background-color: #F6F6F6;
    padding: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    float: left;
}

.getnew-estimat-head {
    float: left;
    padding: 10px 0px;
    color: #000000;
    font-size: 18px;
    width: 100%;
}

.costnew-outerright-img {
    width: 100%;
    display:flex;
    justify-content: center;
}

.cost-rightbox-img {
    width: 65%;
}

.form-sty {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #757575;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    width: 100%;
}

.inactive-link {
    padding-top: 10px;
    color: red;
    text-align: left;
}

.fond-boxlist-four1 {
    display: grid;
    grid-template-columns: 26% 28% 28% 15%;
    gap: 12px 15px;
    flex-grow: 1;
    width: 100%;
    float: left;
}
/* .fond-boxlist-four1 div{

} */
.fond-boxlist-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 15px;
    flex-grow: 1;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.findform-input {
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #757575;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    width: 100%;
    float: left;
}

.find-float-r {
    float: right;
}

.find-or-box {
    display: flex;
    /* grid-template-columns: 42% 10% 42%; */
    gap: 4px;
    flex-grow: 1;
    width: 100%;
    float: left;
}

.find-noresultblock {
    display: grid;
    justify-items: center;
    padding: 40px 0px;
}

.noresult-cap {
    font-size: 14px;
    color: #474747;
    font-weight: 300;
    padding-top: 5px;
}

.find-note {
    width: 80%;
    float: left;
    display: grid;
    margin: auto 0px;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 25px;
}

.find-disclaim {
    color: #41A928;
    font-weight: 600;
    padding-top: 10px;
}

@media only screen and (max-width:1250px) {
    .admin-headerbox-left {
        float: left;
        padding: 35px 40px;
        color: #fff;
        font-size: 18px;
        width: 34%;
    }

    .admin-headerbox-right {
        width: 65%;
        float: right;
        justify-content: end;
        display: flex;
    }

    .admin-headerbox-img {
        width: 100%;
    }
}

@media only screen and (max-width:1200px) {
    .img-botom-space {
        height: 300px;
    }

    .pl-40 {
        padding-left: 10px !important;
    }

    .log-maincont-right {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .log-maincont-left {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .social-icon-imgwdth {
        width: 24px;
    }

    .two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-columns: 50% 50%;
        gap: 20px;
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    .input-forms-sty {
        border: 1px solid #757575;
        width: 90%;
        border-radius: 4px;
        height: 40px;
        font-size: 14px;
    }

    .organization-txtlogin {
        width: 100%;
        float: left;
        font-size: 14px;
    }

    .login-message {
        background-color: #43B02A;
        color: #fff;
        font-size: 21px;
        line-height: 36px;
        padding: 140px 65px !important;
        width: 100%;
        float: left;
    }

    /* .search-boxlist-three {
        display: grid;
        grid-template-columns: 40% 40% 20%;
        gap: 10px;
    } */
    .fond-boxlist-four1 {
        display: grid;
        gap: 12px 15px;
        flex-grow: 1;
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width:980px) {
    .dropoptionbox{
        padding-top: 20px !important;
        cursor: pointer;
    }
    .fond-boxlist-four1 {
        display: grid;
        grid-template-columns: 100%;
        gap: 4px 12px;
        flex-grow: 1;
        width: 100%;
        float: left;
    }
    .admin-headerbox-left {
        float: left;
        padding: 35px 40px;
        color: #fff;
        font-size: 25px;
        width: 100%;
    }

    .admin-headerbox-right {
        width: 100%;
        float: right;
        justify-content: end;
        display: flex;
    }

    .admin-headerbox-img {
        width: 100%;
    }

    .two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-columns: 100%;
        gap: 10px;
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    .label-forms-sty {
        font-size: 14px;
        padding-top: 0px;
        width: 100%;
        float: left;
        text-align: left;
    }

    .input-forms-sty {
        border: 1px solid #757575;
        width: 100%;
        border-radius: 4px;
        height: 40px;
        font-size: 14px;
    }

    .benefits-twocommongrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: stretch;
        width: 100%;
        float: left;
    }

    .benefit-icontopboximg {
        width: 100%;
    }

    .searchclaim-gridtwo {
        display: grid;
        grid-template-columns: 100%;
        gap: 16px;
        flex-grow: 1;
        width: 100%;
        float: left;
        padding: 15px;
    }

    .search-leftbox-img {
        width: 60%;
    }

    .search-boxlist-two {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
        flex-grow: 1;
        width: 100%;
        float: left;
    }

    .search-labellist {
        text-align: left;
    }

    .searchbtn-outer {
        margin-left: 3px;
        /* margin-top: 0px; */
    }

    .treatment-gridtwo {
        grid-template-columns: 100%;
        gap: 5px;
    }

    .cost-rightbox-img {
        width: 50%;
    }

    .fond-boxlist-four {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fond-boxlist-3 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:820px) {
    .login-left-bg {
        display: none;
    }

    .login-message {
        display: none;
    }

    .log-maincont-right {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .log-maincont-left {
        flex: 0 0 auto;
        width: 58.33333333%;
        display: none;
    }

    .responsive-logo {
        padding-bottom: 40px !important;
        display: block;
    }

    .scocial-group {
        float: right;
        gap: 12px;
        display: flex;
        width: 100%;
        padding-top: 15px !important;
    }

}

@media only screen and (max-width:768px) {
    .mob-pad-t {
        padding-top: 15px !important;
    }

    .footer-txt {
        width: 100%;
        float: left;
        padding-top: 15px !important;
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
    }

    .searchlist-innerbox {
        width: 100%;
        margin-left: 0px;
        background: none;
        box-shadow: none;
    }

    .listclaim-innerbox {
        width: 90%;
        margin-left: 5%;
    }
    .finddentist-innerbox {
        width: 90%;
        margin-left: 5%;
    }
    .pl-40 {
        padding-left: 10px !important;
        padding-top: 20px !important;
    }


    .login-mat-tab {
        margin-top: -20px;
    }

    .benefits-twogrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: stretch;
        width: 100%;
        float: left;
    }

    .benefit-icontopboximg {
        width: 50%;
    }

    .benefitsinner-gridtwo {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        flex-grow: 1;
        width: 100%;
        float: left;
    }

    .search-leftbox-img {
        width: 70%;
    }

    .search-boxlist-three {
        display: grid;
        grid-template-columns: 100%;
        gap: 10px;
    }

    .searchbtn-outer {
        margin-left: 26px;
        margin-top: -20px;
    }

    .costlist-gridtwo {
        grid-template-columns: 100%;
    }

    .dentistcharge-blockright {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

@media only screen and (max-width:600px) {
    .eligible-box {
        float: left;
        width: 100%;
    }

    .noresult-search-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        flex-grow: 1;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .fond-boxlist-four {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fond-boxlist-3 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .searchbtn-outer {
        margin-left: 12px;
        margin-top: -20px;
    }
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Gotham-Book;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

/* Footer stays at bottom */
footer {
    margin-top: auto;
}

.custom-paginator-counter {
    white-space: nowrap;
    margin: 0px 4px 0px 10px !important;
}

.custom-paginator-page {
    border-radius: 1px;
    outline: none;
    border: none;
    margin: 3px;
    font-size: 13px;
    min-width: 27px;
    width: auto;
    min-height: 28px;
    /* max-height: 27px; */
    padding: 1px 6px;
}

.custom-paginator-page-enabled {
    color: #333333;
    background: transparent;
    cursor: pointer;
    border: 1px solid #BBBBBB;

    &:hover {
        background-color: #dfe3e6;
    }
}

.custom-paginator-page-disabled {
    background-color: #41A928;
    color: #fff;
}

.custom-paginator-arrow-disabled {
    color: #dfe3e6;
}

.custom-paginator-arrow-enabled {
    color: #999999;
    border: 0px !important;
}

.custom-paginator-page-disabled {
    background-color: #41A928;
    color: #fff;
}

.custom-paginator-arrow-disabled {
    color: #dfe3e6;
}

.custom-paginator-arrow-enabled {
    color: #999999;
    border: 0px !important;
}

:host ::ng-deep .socialAppImage-googlestore {
    background-image: url(/assets/logos/googleplay.svg) !important;
}

:host ::ng-deep .socialAppImage-applestore {
    background-image: url(/assets/logos/applestore.svg) !important;
}

::ng-deep .socialAppImageDownload {
    width: 80px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;

}

.print-display-block {
    display: none;
}

.print-section-holder {
    float: left;
    width: 100%;
    margin-top: 5px;
    /* display: none; */
}

.print-section-holder .memberdetails-name {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
}

.print-section-holder .memberdetails-innerblock {
    /* border: 1px solid #E5E5E5;
          padding: 20px 20px; */
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

      .print-section-holder .sub-details-holder .elegibile-ticket {
        color: #1D8928;
      }
      .print-table-block{
        display: none;
      }
      .print-table-nb td, .print-table-nb th{
        /* border-right: 0.5px solid #E5E5E5 !important; */
        border-bottom: 0.5px solid #E5E5E5 !important;
      }
      .print-table-nb tbody tr td:first-child, .print-table-nb thead tr th:first-child{
        border-bottom: 0.5px solid #E5E5E5 !important;
        border-left: 0.5px solid #E5E5E5 !important;
      
      }
      
.print-section-holder .maya-inner-blocks {
    padding-bottom: 3px;
    width: 100%;
    float: left;
}

.print-section-holder .maya-left {
    float: left;
    font-size: 13.3px;
}

.print-section-holder .maya-right {
    float: left;
    padding-left: 10px;
    font-size: 13.3px;
    padding-bottom: 0px;
}

.print-section-holder .memberdetails-innerblock .address-data,
.print-section-holder .memberdetails-innerblock .notes {
    font-family: 'Gotham-Book';
    font-size: 13.3px;
    color: #152536 !important;
    line-height: 1.5;
}


.print-section-holder .sub-details-holder {
    float: left;
    width: 100%;
    display: block;
    /* margin-top: 15px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-columns: 52% calc(48% - 15px) !important;
    gap: 0px 15px;
    grid-auto-rows: minmax(0px, auto);
}

.print-section-holder .sub-details-holder .benefit-common-img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 10px;
}

.print-section-holder .sub-details-holder .elegibile-cont {
    float: left;
    font-size: 13.3px;
    color: #1D8928;
    text-align: center;
    padding-left: 20px;
    margin-right: 10px;
}

.print-section-holder .sub-details-holder .elegibile-ticket {
    color: #1D8928;
}

.print-table-block {
    display: none;
}

.print-table-nb td,
.print-table-nb th {
    border-right: 0.5px solid #E5E5E5 !important;
    border-bottom: 0.5px solid #E5E5E5 !important;
}

.print-table-nb tbody tr td:first-child,
.print-table-nb thead tr th:first-child {
    border-bottom: 0.5px solid #E5E5E5 !important;
    border-left: 0.5px solid #E5E5E5 !important;

}



.print-table-block table.mat-mdc-table .mat-icon {
    display: none !important;
}

.print-table-block .button-close,
.print-display-block .button-close {
    display: none;
}

.print-display-block>mat-tab-group:last-child .accordion {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
}

.print-table .md-table-holder thead tr th {
    padding: 0px 10px;
    text-align: center !important;
}

.print-table .md-table-holder thead tr th .mat-sort-header-arrow {
    display: none !important;
}

.print-table .md-table-holder thead tr th .mat-sort-header-content {
    text-align: center !important;
    width: 100% !important;
    white-space: pre-line;
    display: block !important;
}

.print-table-border th,
.print-table-border th td:first-child,
.print-table-border tr td:first-child {
    border-left: 0.5px solid #C1C1C1;
}

.print-table .md-table-holder thead tr td,
.print-table .md-table-holder thead tr th,
.print-table .md-table-holder tbody tr td {
    display: table-cell !important;
    float: none !important;
    line-break: unset !important;
    word-break: break-word !important;
    padding: 0px 5px;
}

.print-table .md-table-holder .mat-mdc-header-cell .mat-sort-header-container::after {
    display: none;
}


.print-table .drp-width {
    display: none;
}

.print-table .table-heght.mat-mdc-table thead {
    display: block !important;
}

.print-table .table-heght.mat-mdc-table tbody {
    height: auto !important
}

.print-table .tab input:checked+.tab__label::after {
    display: none !important;
}

.phon-numbr {
    padding-left: 0px !important;
}

.phone-ico-fotr {
    position: relative !important;
}

.hshltop-innerbox {
    width: 80%;
    float: left;
    background-color: #F6F6F6;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 0px 1px rgb(59 59 59 / 20%);
    /* border-radius: 10px; */
    padding: 20px;
    margin-top: -40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
}      
  .hshlbottom-innerbox {
    width: 80%;
    float: left;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    box-shadow: 0 4px 3px rgb(59 59 59 / 20%);
    border-radius: 0px;
    padding: 25px;
    margin-top: -40px;
    margin-bottom: 30px;
  }

  @media print {
  .print-display-block {
    display: block !important;
  }
 
  .print-display-none {
    display: none !important;
  }
  .cdk-overlay-container,
  .cdk-overlay-backdrop {
    display: none !important;
  }
}
