=================fonts area===============*/
body{
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
}
/*=================end fonts area===============*/

.breadcrumb.breadcrumb-ofr ul {
    margin: 0px;
    padding: 0;
}
.breadcrumb.breadcrumb-ofr {
    display: block;
    background-color: #fff;
    padding: 28px 15px;
    margin: 0;
}


/*==================blog page ===============*/
.blog-area {
    padding-top: 25px;
    padding-bottom: 100px;
}
.blog-top-hed {
    padding-bottom: 38px;
}


.blog-top-hed h3 {
    font-size: 26px;
    text-align: center;
    color: #fc861f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 33px;
    font-weight: 700;
}
.blog-top-hed h3:before{
    content: "";
    width: 100px;
    height: 2px;
    background: #ff8811;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
}
.blog-top-hed p {
    text-align: center;
    font-size: 14px;
    color: #232222;
    line-height: 25px;
}


.blog-dis h4 {
    color: #fc861f;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}
.blog-img img {
    margin-bottom: 20px;
}

.blog-dis p {
    line-height: 22px;
    color: #000;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-dis hr {
    color: #bababa;
    margin: 10px 0px;
    opacity: 1;
}

.blog-img img {
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
}

.blog-bx.blog-bx-fst {
    padding-right: 20px;
}
.blog-bx .blog-img img {
    height: 190px;
    object-fit: cover;
    border: solid 1px #bababa;
}
.blogbx-sec .blog-img img {
    height: 141px;
    object-fit: cover;
}

.blogbx-sec .blog-dis h4 {
    font-size: 15px;
}

/*======industry=====*/
.blog-industry-head-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #bababa;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.blog-industry-head-btn h4 {
    font-size: 20px;
    color: #fc861f;
    margin-bottom: 0px;
    font-weight: 700;
}
.blog-industry-head-btn a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}
.blog-industry-head-btn a i {
    color: #fc861f;
    padding-left: 6px;
}

.blog-industry .blog-img img {
    height: 119px;
}
.blog-industry .blog-dis h4 {
    font-size: 15px;
}
.blog-industry {
    padding-bottom: 20px;
}

.blog-lft {
    padding-right: 45px;
}
.blog-dis a {
    text-decoration: none;
}

.back-btn {
    background-color: #7c3700;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
    border:none;
}
.back-btn:hover{
	background: #f57a05;
    color: #fff;
}

/*right area*/
.categories-search form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #fc861f;
}
.categories-search form .form-control {
    border:none;
    background: #f9f9f9;
    padding: 13px 13px 12px 20px;
    position: relative;
    border-width: 2px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.categories-search form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  opacity: 1;
}
.categories-search form{
    position: relative;
}
.blog-search-button {
    border: none;
    position: absolute;
    right: 2px;
    top: 3px;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 15px;
    color: #fc861f;
}

/*appointment form*/

.service-form {
    background-color: #f9f9f9;
    padding: 25px 20px;
}
.service-form .input-group .input-group-text {
    background-color: transparent;
    border: 0px;
    color: #5AB6E3;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 3px;
    padding: 8px;
}
.service-form .input-group .input-group-text i {
    color: #fc861f;
}
.service-form .input-group {
    margin-bottom: 15px;
    position: relative;
}
.service-form .selectdiv:after {
    color: #00b696;
    top: 7px;
}

.service-form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.service-form .input-group .form-control {
    padding: 8px 10px;
    font-size: 14px;
    padding-left: 34px;
    color: #1a3c55;
    border-radius: 4px !important;
    border: solid 1px #afafaf;
    background-color: #fff;
}
.service-form .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
}
.service-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.service-form .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.service-form .input-group.num-inp .form-control {
    padding-left: 7px;
}
.service-form .input-group .selectdiv {
    width: 100%;
}

.service-form .btn-round {
    color: #fff;
    background-color: #fc861f;
    padding: 8px 35px 7px 35px;
    border: solid 1px #fc861f;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}
.right-cat-hed {
    color: #fc861f;
    font-size: 20px;
    margin-bottom: 13px;
}

/*===dental health===*/
.dental-helth-cnt p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.inner-health-plan {
    background-color: #fee8d7;
}
.dental-helth-cnt {
    text-align: center;
    padding: 15px 15px 39px;
}
.dental-helth-cnt h4 {
    color: #4e3224;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 3px;
}
.helt-price-at {
    color: #ff6701;
}
.helt-price-dis {
    text-decoration: line-through #fc861f;
    -webkit-text-decoration-line: line-through;
}
.back-btn.helt-buy-btn {
    text-transform: uppercase;
    padding: 7px 20px;
    font-weight: 600;
}


.dental-helth-owl .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 6px;
}
.dental-helth-owl .owl-nav button {
    color: #7c3700 !important;
    margin: 0px 10px 0px;
    font-size: 23px !important;
}
.dental-helth-owl .owl-prev{

}

/*===similar post===*/
.similar-post {
    background-color: #fff9f4;
}
.similar-post-cnt {
    padding: 10px 30px;
}
.similar-post-cnt h3 {
    color: #010000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.similar-post-cnt hr {
    color: #fc861f;
    opacity: 1;
    margin: 7px 0px;
}
.similar-post-cnt p {
    color: #fc861f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
}
.similar-post img {
    width: 100%;
}


/*====newsletter====*/
.newsletter-form .service-form .input-group .form-control {
    padding-left: 15px;
    padding: 7px 10px;
    font-size: 12px;
}

.newsletter-form .service-form .btn-round {
    color: #fff;
    padding: 8px 10px 7px 10px;
    font-size: 11px;
}
.newsletter-form .service-form {
    background-color: #f9f9f9;
    padding: 25px 14px 10px;
}
.newsletter-form .form-sbmt-btn {
    margin-left: 10px;
}
.newsletter-form .service-form p {
    font-size: 11px;
    font-weight: 500;
}
/*==================end blog page ===============*/


/*===========blog category page==========*/

.single-blog-row {
    background-color: #f4f4f4;
    padding: 23px 15px;
    border-radius: 0px;
    --bs-gutter-x: 0px;
    margin-bottom: 25px;
    align-items: center;
}


.latest-poat-area .blog-img-sec img {
    width: 100%;
    height: 293px;
    object-fit: cover;
}
.latest-poat-area .blog-cnt h4 {
    font-size: 22px;
    font-weight: 800;
    color: #ff8e1e;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.latest-poat-area .blog-cnt {
    padding: 0px 42px;
}
.latest-poat-area .blog-cnt hr {
    width: 62px;
    background-color: #362e2b;
    opacity: 1;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 14px;
}
.latest-poat-area .blog-cnt p {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 25px;
}
.latest-poat-area .blog-cmnt-date p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
}

.latest-poat-area .back-btn {
    background-color: #ff8e1e;
    padding: 7px 20px;
}
.latest-poat-area .back-btn:hover{
    background-color: #7c3700;
}



.blog-single-bx .blog-img-sec img {
    height: 202px;
}
.blog-single-bx {
    background-color: #f4f4f4;
    padding: 13px 13px;
    border-radius: 0px;
    margin-bottom: 25px;
}
.blog-single-bx .blog-cnt {
    padding: 15px 20px 10px;
}
.blog-single-bx .blog-cnt h4 {
    font-size: 20px;
}
.blog-single-bx .blog-cnt p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-poat-area .heading {
    text-align: center;
    margin-bottom: 13px;
}
.latest-poat-area .heading .h2:after{
  display: none;
}
.latest-poat-area .heading .h2 {
    font-size: 30px;
}
.latest-poat-area {
    padding:50px 0px;
}

.multi-blog-row .back-btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}



.inner-dent-plan {
    margin-top: 20px;
}

.dental-plan-area {
    background-color: #ffeddd;
    padding: 240px 0px 100px;
}
.plans-head h3 {
    color: #4e3224;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    line-height: 30px;
}
.plans-head p {
    color: #202020;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}
.plans-head h3:after {
    content: '';
    width: 5px;
    height: 30px;
    background-color: #f7851f;
    position: absolute;
    left: 0;
    top: 0;
}

.dent-plan-bx {
    background-color: #fff;
    border-radius: 7px;
    padding: 10px;
    position: relative;
    margin: 12px;
    z-index: 99;
}

.dent-plan-bx img {
    width: 100%;
}
.dent-plan-bx .dental-helth-cnt h4 {
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.dent-plan-bx .dental-helth-cnt {
    padding: 15px 0px 0px;
    position: relative;
}
.dent-plan-bx .dental-helth-cnt p {
    font-size: 20px;
    font-weight: 700;
}
.updent-bx{
    position: relative;
}
.updent-bx:after {
    content: '';
    border: solid 1px #cbcbca;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.updent-bx .dental-helth-cnt .back-btn.helt-buy-btn {
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    bottom: -93px;
}

/*=====awareness======== */

.awareness-channels {
    padding: 50px 0px 70px;
}
.awar-social ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.awar-social ul li {
    margin: 18px 0px;
}
.awar-social ul li img {
    width: 45px;
    border-radius: 100px;
}


.home-blog-bx img {
    height: 204px;
    object-fit: cover;
}

.awar-social ul li span {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    margin-left: 6px;
}
.inner-awareness {
    margin-top: 50px;
}

.our-blog-slide .owl-next, .our-blog-slide .owl-prev {
    position: absolute;
    top: auto;
    bottom: -90px;
    margin: 0px;
    width: 40px;
    height: 40px;
    color: #636363 !important;
    border: solid 1px #636363 !important;
    border-radius: 100px;
    transition: all .5s;
}
.our-blog-slide .owl-next:hover, .our-blog-slide .owl-prev:hover{
    background-color: #f7851f !IMPORTANT;
    color: #fff !important;
    border: solid 1px #f7851f !important;
}

.our-blog-slide .owl-prev {
    left: 0px;
}
.our-blog-slide .owl-next {
    left: 60px;
}

.our-blog-slide {
    padding-bottom: 80px;
}

.our-blog-slide .owl-dots {
    margin-top: 22px;
    text-align: center;
}
.our-blog-slide .owl-dots .owl-dot {
    width: 200px;
    height: 3px;
    margin: 0px;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    text-align: center;
    background-color: #c7c7c7;
}
.our-blog-slide .owl-dots .owl-dot.active {
    background-color: #f7851f;
}
.our-blog-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -75px;
    left: 140px;
}


/*===========end blog category page==========*/


/*===============blog inner page ==============*/

.blog-inner-top-banner {
    padding: 25px 0px;
}
.fact-checked .authorname h4 {
    font-style: normal;
}
.fact-checked .authorname h4 .clin-cont {
    color: #000;
    font-size: 14px;
    display: block;
}
span.dr-samp {
    display: block;
    color: #fc861f;
    text-transform: uppercase;
    font-weight: 600;
}
.fact-checked-btn {
    margin-left: 48px;
}
.fact-checked-btn p {
    margin-bottom: 0px;
    background-color: #7c3700;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 100px;
}
.fact-checked-btn p i {
    color: #fc861f;
}
.blog-author.fact-checked {
    margin: 0px 0px 40px;
}



.blog-lft.blog-detail-inner {
    padding-right: 25px;
}
.table-content {
    background-color: #f9f9f9;
    padding: 25px 20px;
    height: auto;
}
.table-head h4 {
    color: #fc861f;
    font-size: 19px;
    font-weight: 700;
}
.table-head {
    text-align: center;
}
.table-head hr {
    color: #1a3c55;
    opacity: 1;
    width: 120px;
    margin: 10px auto 21px;
}
.table-content ul{
    padding: 0px;
    margin-bottom: 0;
}
.table-content ul li {
    color: #000000;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
.table-content ul li span {
    width: 30px;
    color: #fc861f;
    font-size: 16px;
    font-weight: 600;
}
.blg-tab-references ul li a {
    color: #000000;
    text-decoration: underline;
}
.blg-tab-references ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.blg-tab-references ul li {
    padding: 7px 0px;
    font-size: 15px;
}
.table-blog-cnt.blg-tab-references {
    border-bottom: solid 1px #bababa;
    padding: 38px 0px;
    margin: 0px 10px;
}

.table-blog-cnt h4 {
    color: #fc861f;
    font-size: 26px;
    font-weight: 700;
}
.table-blog-cnt p {
    font-size: 15px;
    color: #000000;
    text-align: justify;
    line-height: 26px;
}
.table-blog-cnt a {
    color: #fc861f;
    text-decoration: none;
    font-weight: 600;
}
/*========faq*========*/

.blog-faq {
    border-bottom: solid 1px #bababa;
    border-top: solid 1px #bababa;
    padding: 30px 0px;
    padding-right: 70px;
}
.blog-faq .accordion-item:last-child .accordion-button.collapsed{
    border-bottom: none;
}   


.blog-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.blog-faq .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.blog-faq .accordion-body {
    background-color: #f9f9f9;
    border-left: solid 2px #fc861f;
    font-size: 15px;
    color: #000;
}
.blog-faq .accordion-button {
    font-size: 16px;
    padding: 16px 0px;
    font-weight: 700;
    color: #000;
}
.blog-faq .accordion-button.collapsed{
     border-bottom: solid 1px #bababa;   
}

.blog-faq  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.blog-faq .accordion-item {
    background-color: #fff;
    border: none;
}

.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
}

.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
}
.blog-author {
    display: flex;
}
.authorname h4 {
    color: #646464;
    font-size: 16px;
    margin-bottom: 0px;
    font-style: italic;
}
.authorname p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}
.authorname {
    margin-left: 15px;
}
.author-img {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 100px;
}



/*===============end blog inner page ==============*/

/*============dental offers page css===============*/
.dental-ofr-plan .plans-head {
    text-align: center;
}
.dental-ofr-plan .plans-head h3:after {
    display: none;
}
.dental-ofr-plan .plans-head h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
.pl-dental .dental-helth-cnt h4 {
    min-height: 87px;
}

/*=========why choose dlp=========*/
.plans-head.tb-click-head-fst {
    text-align: center;
}
.plans-head.tb-click-head-fst h3:after {
    display: none;
}
.click-plan-table-area {
    padding: 40px 0px;
}
.plans-head.tb-click-head-fst hr {
    height: 1px;
    color: #fc861f;
    opacity: 1;
    width: 100px;
    margin: 0 auto;
    margin-top: 11px;
}
.plans-head.tb-click-head-fst h3 {
    margin-bottom: 4px;
    font-size: 22px;
}
.dental-plan-table-main {
    padding: 30px 0px 0px;
}

.dpt-hed {
    color: #f7851f;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dental-plan-table-main thead {
    text-align: center;
}
.dental-plan-table-main thead tr, .dental-plan-table-main thead tr th {
    border: none;
}
.dental-plan-table-main thead tr th {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 11px;
    background-color: #4e3224;
}
.th-fst {
    border-radius: 10px 0px 0px 0px;
}
.th-sec {
    border-radius: 0px 10px 0px 0px;
}
.tbl-td-head {
    color: #f7851f;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
}
.dental-plan-table-main tbody tr td {
    padding: 12px 20px;
    border-color: #000;
}
.dental-plan-table-main tbody tr {
    border-color: #000;
    text-align: center;
}
.dental-plan-table-main tbody tr td span {
    color: #f7851f;
    margin-right: 2px;
}
.dental-plan-table-main tbody tr td.p-0 p {
    display: inline-block;
    margin-bottom: 0px;
}
.dental-plan-table-main td .fa-check {
    color: green;
}
.dental-plan-table-main td .fa-times {
    color: red;
}

/*============blog about==========*/

.faq-about-plan-area {
    position: relative;
    padding: 50px 0px;
}
.pos-about-girl {
    position: absolute;
    right: 0;
    text-align: right;
    top: -40px;
}
.faq-about-plan-area .blog-faq {
    border: none;
    padding: 0px;

}

.faq-about-plan-area .blog-faq .accordion-body {
    background-color: #fff;
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
}
.faq-about-plan-area .blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}
.pos-about-girl img {
    width: 84%;
}
/*===========end dental offers page css============*/


/*============responsive area============*/
@media screen and (min-width: 993px) and (max-width: 1200px){
    .dent-plan-bx .dental-helth-cnt p {
        font-size: 19px;
    }
.dent-plan-bx .dental-helth-cnt p {font-size: 18px;}
.dent-plan-bx .dental-helth-cnt h4 {font-size: 18px;}


}

@media screen and (max-width: 992px){
    .dent-plan-bx .dental-helth-cnt p {font-size: 18px;}
.dent-plan-bx .dental-helth-cnt h4 {font-size: 18px;}
    .blog-lft {
        padding-right:0px;
    }
    .blog-bx.blog-bx-fst {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .back-main-cate-btn {
        margin-bottom: 50px;
    }
    .inner-health-plan {
        text-align: center;
    }
    .updent-bx {
        margin-bottom: 90px;
    }
    .dental-plan-area {
        padding: 300px 0px 30px;
    }
    .inner-awareness {
        margin-top: 20px;
    }
    .home-blog-bx img {
        height: 364px;
    }
    .our-blog-slide .owl-dots .owl-dot {
        width: 70px;
        height: 2px;
    }
    .blog-lft.blog-detail-inner {
        padding-right: 0px;
    }
    .blog-detail-inner .table-content {
        margin-bottom: 30px;
    }
    .blog-faq {
        padding-right: 0px;
    }
     .latest-poat-area .blog-cnt {
        padding: 15px 20px 10px;
    }
    .single-blog-row .back-btn {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
    }
    .latest-poat-area .blog-img-sec img {
        height: 201px;
    }
    .pos-about-girl img {
        width: 90px;
    }
    .dental-plan-table-main tbody tr td.p-0 p {
        padding-left: 20px;
    }
    .dental-plan-table-main thead tr th {
        vertical-align: middle;
    }

}

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

    .blog-top-hed h3 {
        font-size: 22px;
    }

    .blog-industry-head-btn h4 {
        font-size: 18px;
    }

    .awareness-channels {
        padding: 49px 0px 210px;
    }
    .our-blog-slide .owl-dots .owl-dot {
        width: 23px;
        height: 2px;
    }
    .fact-checked-btn p {
        font-size: 13px;
        padding: 6px 10px;
    }
    .fact-checked-btn {
        margin-left: 0px;
        margin-top: 10px;
        display: inline-flex;
    }
    .authorname {
        margin-left: 0px;
        margin-top: 10px;
    }
    .blog-author.fact-checked {
        margin: 0px 0px 40px;
        flex-direction: column;
    }
    .table-blog-cnt.blg-tab-references {
        padding: 38px 19px;
        margin: 0px 0px;
    }
    .newsletter-form .form-sbmt-btn {
        margin-left: 0px;
    }
    .faq-about-plan-area .blog-faq {
        padding-left: 0px;
    }
    .dental-plan-table-main tbody tr td.p-0 {
        vertical-align: baseline !important;
    }
    .updent-bx:after {
        height: 92%;
        width: 90%;
    }
    .updent-bx {
        margin-bottom: 50px;
        padding: 25px;
    }
    .dental-plan-table-main thead tr, .dental-plan-table-main thead tr th {
        border: solid 1px #fff;
    }

}   

/*============end responsive area============*/