


/*Floating Internal link paenl*/
#page-toc{
    position:fixed;
    top:120px;
    right:20px;
    width:260px;
    max-height:75vh;
    overflow-y:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    z-index:999;
    font-size:14px;
}

#page-toc h4{
    margin:0 0 12px;
    font-size:18px;
}

#page-toc ul{
    list-style:none;
    padding:0;
    margin:0;
}

#page-toc li{
    margin:6px 0;
}

#page-toc a{
    color:#333;
    text-decoration:none;
    display:block;
    line-height:1.4;
}

#page-toc a:hover{
    color:#007bff;
}

#page-toc .h3{
    padding-left:15px;
    font-size:13px;
}

#page-toc .h4{
    padding-left:30px;
    font-size:12px;
}

html{
    scroll-behavior:smooth;
}
#page-toc a,
#page-toc a:visited{
    color:#152647;
    text-decoration:none;
    outline:none;
}

#page-toc a:hover{
    color:#152647;
}

#page-toc a:focus,
#page-toc a:active{
    color:#152647;
    outline:none;
    box-shadow:none;
    border:none;
}

#page-toc{
    transition:opacity .3s ease;
}

#page-toc.inactive{
    opacity:.15;
}
/*New change*/

/*New change*/
/*Floating Internal link paenl*/

.policy-logo-cell{
    position:relative;
    text-align:center;
}
a.faq-pg-contact-btn {
    font-size: 16px;
}
.company-logo{
    max-width:160px;
    vertical-align:middle;
}

/* Tooltip Container */
.policy-tooltip{
    position:relative;
    display:inline-block;
    margin-left:6px;
}

.policy-info-icon{
    font-size:20px;
    color:#0d2d5c;      /* Dark blue like your screenshot */
    cursor:pointer;
    vertical-align:middle;
}

.policy-tooltip-content{
    position:absolute;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    width:340px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
    display:none;
    z-index:99999;
}

.policy-tooltip:hover .policy-tooltip-content{
    display:block;
}
/* Arrow */
.policy-tooltip-content:before{
    content:"";
    position:absolute;
    top:-8px;
    left:50%;
    transform:translateX(-50%);

    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #fff;
}
.policy-logo-cell{
    position:relative;
    height:90px;   /* Same height for every logo cell */
}
/* Show Popup */
/* ===============================
   Bootstrap-like Table Styling
================================= */

.page-single-post table{
    width:100% !important;
    border-collapse:collapse !important;
    border-spacing:0 !important;
    margin:30px 0;
    background:#fff;
    border:1px solid #dee2e6 !important;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    display:table !important;
}

.page-single-post thead{
    display:table-header-group !important;
}

.page-single-post tbody{
    display:table-row-group !important;
}

.page-single-post tr{
    display:table-row !important;
}

.page-single-post th,
.page-single-post td{
    display:table-cell !important;
    padding:14px 18px !important;
    border:1px solid #dee2e6 !important;
    text-align:left !important;
    vertical-align:top !important;
    line-height:1.6;
}

/* Header */
.page-single-post thead th{
    background:#0d6efd !important;
    color:#fff !important;
    font-weight:600;
    font-size:17px;
}

/* Zebra rows */
.page-single-post tbody tr:nth-child(even){
    background:#f8f9fa;
}

/* Hover */
.page-single-post tbody tr:hover{
    background:#eef5ff;
}

/* First column */
.page-single-post tbody td:first-child{
    font-weight:600;
    background:#fafafa;
    width:220px;
}

/* Responsive */
.page-single-post{
    overflow-x:auto;
}

.page-single-post table{
    min-width:650px;
}

@media(max-width:768px){
    .page-single-post table{
        min-width:700px;
    }

    .page-single-post th,
    .page-single-post td{
        padding:12px;
        font-size:14px;
    }
}
span.dd-label {
    font-size: 16px;
    font-weight: bold;
}
a.navbar-brand:focus {
    outline: none;
    text-decoration: none;
}
a.navbar-brand:hover {
    outline: none;
    text-decoration: none;
}
a.navbar-brand div:focus {
    outline: none;
    text-decoration: none;
}
a.navbar-brand div:hover {
    outline: none;
    text-decoration: none;
}

ul.navbar-nav li a:hover {
    text-decoration: none;
}
ul.navbar-nav li a:focus {
    text-decoration: none;
    outline: none;
}

ul.navbar-nav li a:hover {
    text-decoration: none;
}

.only_bupa_table .policy-chart-tbl img {
    width: 17%;
}
button.buy_now_btn {
    font-size: 17px;
    font-weight: bold;
    background: red;
}

button.buy_now_btn:hover {
    background-color: #152647;
}

.right-arrow-red {
    color: red;
}
.policy-price {
    font-weight: bold;
    font-size: 30px;
    color: red;
    padding: 0px;
} 
td p {
    font-weight: bold;
    font-size: 14px;
    color: #666363;
    margin: 0px;
    padding: 3px !important;
}
.btn-primary {
    color: #152647;
    background-color: #c3daf6;
    border-color: #007bff;
    font-size: 10px;
}
header.main-header{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 100;
}
.military{
	color: #123017;
}
.logo-text-ptbl{
	font-size: 43px;
}

table.table.table-bordered tr td {
    padding: 6px;
    padding-bottom: 7px;
    vertical-align: middle;
}
header.main-header .header-sticky{
	position: relative;
	top: 0;
	background: transparent;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
}
.margin-top-150{
	margin-top:150px;
}
.glyphicon-ok-circle {
    color: green;
    font-size: 28px;
}
.glyphicon-remove-circle {
    color: red;
    font-size: 28px;
}
td.list-group-item-info {
    font-weight: bold;
    color: #152647;
    font-size: 18px;
    background: #dbe7ff;
}


/*Custom mobile rules*/
@media (max-width: 767px) {
    ol,
    ul {
        padding-left: 0.5rem;
    }
}
/*Custom mobile rules*/
