﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
*{margin:0px;outline:0px;padding:0px;border:0px;}
img{max-width:100%;vertical-align:middle;display:inline-block;}
body{ font:300 1em/1.5em 'Open Sans', sans-serif; color:#000;min-height: 100vh;display: flex;flex-direction: column;}
.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
.full{width:100%;float:left;}

/************ Header css ***************/
header{position:fixed;top: 0;left: 0;z-index: 999; padding:0;transition: all .5s; background: #fff;}
header .headerTop{display:flex; justify-content:space-between; transition: all .5s;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);}
.logo{margin: .5em 2.5em;width: 120px;transition: all .5s;}
header .logo img {transition: all 0.3s ease-in-out; height:50px;}
.headerTop .nav{text-align: right;display:flex;flex-direction: row-reverse;align-items: center; margin-right: 2em;}
.headerTop .nav ul{ transition: all 0.3s ease-in-out; margin:0px; padding:0px;}
.headerTop .nav li{display: inline-block;padding:0 1em;vertical-align: top;}
.headerTop .nav li:last-child{padding-right:0;}
.headerTop .nav a{position: relative;display: inline-block;color: #292929;transition: all 0.4s ease-in-out;font:600 1em/33px 'Open Sans', sans-serif;}
.headerTop .nav a::after{content: "";width: 0%;position: absolute; bottom: -17px;left: 0;background:linear-gradient(105deg, #6a00ff 30.15%, #AD49E2 57.76%);height: 3px;opacity: 0; transition: all 0.3s ease-in-out;}

.headerTop .nav a:hover{color: #6a00ff; text-decoration:none}
.headerTop .nav a:hover::after{opacity: 0.6;width: 80%;} 
.headerTop .nav li.active a{color: #6a00ff; text-decoration:none }
.headerTop .nav li.active a::after{opacity: 0.6;width: 80%;} 
.navigation{position: fixed;top: 0;right: 0;width: 2.5em;height: 100vh;background-color: #6a00ff;text-align: center;padding: 1.5em 0;}
.navToggle{width: 20px;display: inline-block;}
.headerTop .nav .topSearch .btn-floating{background: rgba(0, 0, 0, 0);box-shadow: none;}
.headerTop .topSearch .btn-floating i{color: #292929;}
.headerTop .nav .topSearch input { display: inline-block; color: #292929; width: 0; height: 2.6em; margin: 0; border-color: #ff0000; box-shadow: 0 1px 0 0 #ff0000}
.headerTop .nav.active .topSearch input { width: 30em;}
.headerTop .nav.active .topLinks {display: none;}
body.fixNav header .headerTop {background: rgba(255, 255, 255, 1); box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);}
body.fixNav header .logo img { max-height:40px;}
body.fixNav .headerTop .nav { align-items:center;} 
body.fixNav .headerTop .nav a::after,body.fixNav .headerTop .nav li.active a::after{bottom: -12px;}
/** navigation css **/
.navigation{position: fixed;top: 0;right: -2.5em;width: 0px; display:none; height: 100vh;background-color: #6a00ff;text-align: center;padding: 1.5em 2.5em 1.5em 0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;z-index: 99;}
.navList{width: 100%;float: left;padding: 6em 0 1em;text-align: left;}
.topNav ul{width: 100%;float: left; list-style:none}
.topNav ul li{width: 100%;float: left;padding: 0 1.5em 0em 2.5em;white-space: nowrap;}
.topNav ul li a{opacity: 0;width: 100%;float: left;color: #fff;padding: 0.5em 0em 0.5em;line-height: 1.5em;text-transform: capitalize;font-size: 1.05em;font-weight: 400;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.topNav ul li a:hover{ text-decoration:none}
.navToggle{width: 24px;height: 26px;display: block;position: absolute;top: 2.5em;right: 3.1em;cursor: pointer;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;border: 2px solid #003fbd;padding: 0 0 0 3px;border-right: 0;}
.navToggle span{display:block;background-color:#6a00ff;height: 2px;margin: 0;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;position: absolute;width: 19px;top: 50%;margin-top: -1px;}
.navigation .navToggle span:nth-child(1){transform: translateY(-200%);}
.navigation .navToggle span:nth-child(2){ transform: translateY(0);}
.navigation .navToggle span:nth-child(3){transform: translateY(200%);}
.navigation.navOpen{width: 24em; box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3)}
.navigation.navOpen .navToggle {transform: rotate(0deg);}
.navigation.navOpen .navToggle span:nth-child(1){transform:translateY(0) rotate(45deg);}
.navigation.navOpen .navToggle span:nth-child(2){opacity:0;}
.navigation.navOpen .navToggle span:nth-child(3){transform:translateY(0) rotate(-45deg);}
.navigation.navOpen .navToggle span{background-color: #fff;}
body.navColor .navToggle span{background-color:#6a00ff;transition: all 0.3s ease-in-out;}
body.navColor .navigation.navOpen span{background-color: #fff;}
.navigation.navOpen ul li a{opacity: 1;}

.banner{height:680px;position: relative;background: none !important; display: none;}
.banner span{background-image:url(../images/banner.jpg);width: 100%;height:680px;display: block;background-repeat: no-repeat;background-position: top center; background-size: cover;}
.Innerbody_container{ padding:0px 0px;}

h2.homepage{ font-size:1.5em;text-align:center; margin:0px; padding:0px; margin-bottom:0px;color: #6a00ff; background:#fff; padding:10px 0; box-shadow:0 -2px 2px 0 rgb(0 0 0 / 14%), 0 -1px 5px 0 rgb(0 0 0 / 12%), 0 -3px 1px -4px rgb(0 0 0 / 20%)}
h2.homepage span{ text-transform:lowercase}
.body_container .allEmp{ padding:30px 2.5em; background-color: #6a00ff;}
.allEmp{ padding:50px 2.5em;}
.allEmp strong{ font-weight:600}
.allEmp h2{ font-size:1.5em;text-align:center; margin:0px; padding:0px; margin-bottom:30px;color: #fff; background: linear-gradient(105deg, #005BE7 10.15%, #AD49E2 77.76%); text-transform:uppercase}
.allEmp h4{ font:600 16px/26px 'Roboto', sans-serif; margin:0 0 0.825em 0}
.allEmp p{ font:400 16px/26px 'Roboto', sans-serif; margin:0.825em 0;}
.allEmp ul { list-style:none; margin:0px; padding:0px;}
.allEmp ul li{font:400 16px/26px 'Roboto', sans-serif; margin:0.825em 0; position: relative; padding-left: 20px;}

.allEmp.TopContent p{ color: #fff;}
.allEmp.TopContent ul li{ color: #fff;}
.allEmp.TopContent ul li::after {content: "\f058";position: absolute;left: 0;top: 0px;font-family: 'FontAwesome';color: #fff;font-size: 14px;}

 /* Banner new */
@keyframes animateright {
	from {
		right: -500px;
		opacity: 0;
	}
	to {
		right: 0;
		opacity: 1;
	}
}
@keyframes slide-in-anim {
	20% {opacity: 0;}
	60% {transform: translateX(-5%);}
	75% {transform: translateX(-2%);}
	100% {opacity: 1;transform: translateX(0);}
}
.bannerContainer{ position: relative; overflow: hidden;position: relative;}
.bannerInner{width: 100%;min-height: auto;height: 80vh;justify-content: center;display: flex;flex-direction: column;margin-top: 65px; padding: 55px 2.5em 50px;}
.bannerInner h1{position: relative;margin-left: 0;transform: translateX(100%);opacity: 0;font-weight: 700; color: #292929; font-size: 3rem;padding-top: 0;margin-top: 0;margin-bottom: 1.25rem;animation: slide-in-anim 1.2s ease-out forwards;}
.bannerInner.innerpageBanner{ height: 450px;}

.banner_lf_img{ width: 70%; display: flex; flex-direction: column; justify-content: center;}
.banner_rt_img{ display: inline-block; width: 29%; position: absolute; right: 0;}
.banner_rt_img img{ max-width: 100%;}

.bannerContainer .to_emp{ margin-top: 20px; position: relative;transform: translateX(100%);animation: slide-in-anim 2s ease-out forwards;}
.bannerContainer .to_emp span{ background: #6a00ff; color: #fff;padding:7px 10px;font-weight: 600;font-size: 20px;display: inline-block; border-radius: 4px;}
.bannerContainer p{ font-size: 28px; line-height: 32px; margin: 0; padding: 0; font-weight: 400; margin-top: 10px; margin-bottom: 40px;}
.bannerContainer ul{ list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; justify-content: left; margin-top: 2em; transform: translateX(100%);animation: slide-in-anim 2.5s ease-out forwards;}
.bannerContainer ul li{ font-size: 18px; color: #6a00ff; font-weight: 400;text-align: center; font-weight: 600; display: flex; justify-content: center; align-items: center; gap: 10px;}
.bannerContainer ul li img{ width: 50px;}
/* Insurance start here */
.insuranceabout{ background:#F8F9FA;padding:40px 2.5em; display: flex; flex-wrap: wrap; flex-direction: row; gap: 20px;}
.healthPackage{border-radius: 4px; background:#fff;width: calc(100% / 2 - 20px); display: flex; flex-direction: column; transition: all .5s;box-shadow: 0px 0px 5px 0px #005BE740;}
.healthPackage:hover{box-shadow: 0px 2px 10px 0px #005BE740;} 
.healthPackage figure{text-align:center; display: flex;border-bottom:1px solid #DEE2E6; padding: 10px 20px; margin: 0;}
.healthPackage figure img{ width:100px; display:inline-block; margin-top:20px;}
.healthPackage figure p{ font-size: 24px; font-weight: 600; color: #292929; margin: 0;}
.healthPackageContent{ padding: 20px;}
.healthPackageContent p{ font:400 14px/20px 'Open Sans', sans-serif;; margin:0px 0 10px 0}
.healthPackageContent ul { list-style:none; margin:0px; padding:0px; margin-left:10px; padding-left:10px; margin-bottom: 10px;}
.healthPackageContent ul li{font:400 14px/20px 'Open Sans', sans-serif; margin:5px 0; position: relative;padding-left: 20px;}
.healthPackageContent ul li::after{content: "\f058";position: absolute;left: 0;top: 0px;font-family: 'FontAwesome';font-size: 14px; color: #6a00ff; font-weight: 400;}

.healthPackageContent ul.plan_cards{list-style: none;margin: 0px;padding: 0px; gap: 5px; margin-top: 20px;}
.healthPackageContent ul.plan_cards li{ font-size: 14px; margin: 0;position: relative;padding-left: 20px;}
.healthPackageContent ul.plan_cards li a{ position: relative;color: #2462D2; font-weight: 600;}
.healthPackageContent ul.plan_cards li::after {content: "\f1c1";position: absolute;left: 0;top: 0px;font-family: 'FontAwesome';color: red;font-size: 14px;}
.smlboxright{ background:#fff;border:1px solid #ededed; border-radius: 4px;}
.smlboxright h3{font:600 18px/24px 'Open Sans', sans-serif; padding:10px; width:100%; color:#292929; margin: 0;}
.smlboxright .smlboxrightContent{ padding:0 10px; width:100%}
.smlboxrightContent figure{ width:100%; margin:0px; text-align:center;}
.smlboxrightContent figure img{ width:144px;}
.smlboxright h4{ font:600 18px/22px 'Open Sans', sans-serif; margin:5px 0}
.smlboxright p{ font:400 14px/20px 'Open Sans', sans-serif; margin:5px 0}
.smlboxright ul { list-style:none; margin:0px; padding:0px; margin-left:0px; padding-left:0;} 
.smlboxright ul li{ font-size: 14px; font-weight: 600; margin:10px 0; position: relative;padding-left: 20px;}
.smlboxright ul li a{ color: #2462D2;}
.smlboxright ul li::after{content: "\f1c1";position: absolute;left: 0;top: 0px;font-family: 'FontAwesome';color: red;font-size: 14px; font-weight: 400;}
.smlboxright .otherimglink ul li{margin:10px 0 10px}
.currentEnro{ min-height:190px;}
.dwnresources{min-height:195px;}
.hrhelpdesk{min-height:69px;}
.videosec{min-height:196px}
.otherimglink{ min-height:100px;}
.gray-bg{background: #ededed;}
.ltgray-bg{background-color: #f4f4f4;}
.ResourceLibrary figure{ width:100%; text-align:center; margin:40px 0 0 0;}
.insurance-box{ background:#fff;padding:40px 2.5em; display: flex; gap: 20px;}
.insurance-box .smlboxright{ width: calc(100% / 2 - 20px);}
/*Plan summary start here */
.PlanSummary h3{font:400 20px/24px 'Open Sans', sans-serif;} 
.PlanSummary .table-bordered{ border:1px solid #484848}
.PlanSummary .table-bordered td, .PlanSummary .table-bordered th{border: 1px solid #a0a0a0;}
.PlanSummary table.table tr th{font:600 16px/16px 'Open Sans', sans-serif; padding:5px 10px; background:#515151; text-align:center; vertical-align:middle}
.PlanSummary table.table tr td{font:400 13px/16px 'Open Sans', sans-serif; padding:5px 10px;}
.PlanSummary table.table tr td:nth-child(1){font:400 13px/16px 'Open Sans', sans-serif; padding:5px 10px;}
.PlanSummary table.table tr td.blk-bg{background-color: #808080; color:#fff; font-weight:400;}
.PlanSummary table.table tr td.blnkspace{background-color:#515151; border:0px;}
.PlanSummary table.table tr td.orange-bg{background-color:#ffa64c;}
.PlanSummary table.table tr td p{margin:0px; margin-bottom:5px;font:400 13px/16px 'Open Sans', sans-serif;}
.PlanSummary table.table tr td p strong{ font-weight:600;}
.PlanSummary table.table tr td p.padd-lf{ padding-left:15px; margin-bottom:15px;}
.PlanSummary table.table tr td.ft-bg{ background-color:#c9e8ff}
.benefitsAdmin table tr td{font:400 13px/16px 'Open Sans', sans-serif;}
/*Faq start here */
.faqSec{}
.faqSec .row{ border:1px solid rgba(0,0,0,.05); margin-bottom:15px; border-radius:5px;}
.faqSec .row.benefitHeading{ border: 0px;}
.faqSec .row.benefitHeading h4{font:700 20px/28px 'Open Sans', sans-serif;background: linear-gradient(105deg, #005BE7 10.15%, #AD49E2 77.76%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent; margin: 0;}
.faqSec h3{ padding:5px 10px; width:100%;font:600 16px/24px 'Open Sans', sans-serif;background:rgba(0,0,0,.01); margin:0; border-bottom:1px solid rgba(0,0,0,.05);border-radius:5px 5px 0 0;}
.faqSec p{font:400 14px/20px 'Open Sans', sans-serif; margin:5px 10px; width:100%;}
.faqSec p strong{ font-weight:700;}
.faqSec ul{ margin:0px; padding-left:10px; list-style:none;}
.faqSec ul li{font:400 14px/20px 'Open Sans', sans-serif; margin:5px 10px; width:100%;}
.portalbtn{ display:inline-block; padding:5px; background:#6a00ff; border:1px solid #6a00ff; border-radius:5px; color:#fff;font:600 14px/20px 'Open Sans', sans-serif;}
.portalbtn:hover{ text-decoration:none; background:#fff;border:1px solid #6a00ff; color:#6a00ff}
/*Footer start here */
.footer {background: #6a00ff;color: #fff;padding: 20px 2.5em; margin-top: auto;}
.footer p{ margin-bottom: 0;}
.footer a{ color:#fff;}
.footer a:hover,.footer a:active{ color:#fff; text-decoration:underline}
.copyright{ text-align:right}
/* Plan table start here */
.healthPlan{ float:left; width:60%;}
.healthPlan h3{ font:600 21px/24px 'Open Sans', sans-serif;}
.healthPlan h3 span{ font:400 16px/24px 'Open Sans', sans-serif; margin-right:20px; display:block}
.whole{float:left;width:36%; margin-right:5px;}
.goldplan{width:30%;}
.silverplan{width:30%;}
.type{width:100%;border-radius:5px 5px 0px 0px;background-color:#ad49e2;height:62px;border-bottom:3px solid #9418d6;}
.type p{font-family:'Open Sans', sans-serif;font-weight:700;font-size:26px;text-transform:uppercase;color:white;text-align:center; line-height: 62px; margin:0px;}
.plan{width:100%;background-color:#fff;border-radius:0px 0px 5px 5px;font-family:'Open Sans', sans-serif;font-style:condensed;font-size:90px;text-align:center; color:#000;}
.standard{background-color:#fba01a	;border-bottom:3px solid #d48004;}
.ultimate{background-color:#c0c0c0;border-bottom:3px solid #8c8b8b;}
.diffbg{ background: #292929; color:#fff;}
.content{ border:1px solid #8a8989; border-top:0px; text-align:left;}
.content ul{ margin:0px;padding:0px; list-style:none; display: flex; flex-direction: column;}
.content ul li{ margin:0px;padding:5px 10px; font:600 14px 'Open Sans', sans-serif; border-top:1px solid #8a8989;}
.content ul li span{ font-weight: 900;}

.lfheadingBold.content ul li{ font:600 14px 'Open Sans', sans-serif;}
.content ul li.planheading{ font-weight:700; color:#6a00ff !important;}
.content ul li.linebreak{ height:80px;}
.content ul li.linebreak span{ display:block;border-top: 1px solid #8a8989;padding-top: 5px;margin-top: 5px;font-weight: inherit;}
 
/* start new addition 2024 */
.healthPlan .content ul li:nth-child(1),.healthPlan .content ul li:nth-child(2),.dentalPlan .content ul li:nth-child(1),.dentalPlan .content ul li:nth-child(2){ height: 50px;display: flex;align-items: center;}
.healthPlan .content ul li:nth-child(10){ height: 106px;display: flex;align-items: center;}
.healthPlan .content ul li:nth-child(11),.healthPlan .content ul li:nth-child(12){ height: 106px;display: flex;align-items: center;}
.healthPlan .content ul li:nth-child(26){ height: 126px;}
/* Dental plan*/
.dentalPlan{ float:left; width:40%;}
.dentalPlan h3{ font:600 21px/24px 'Open Sans', sans-serif; margin-left:5px;}
.dentalPlan h3 span{font:400 16px/24px 'Open Sans', sans-serif; margin-right:20px; display:block}
.dentalPlan .whole{float:left;width:48%; margin-left:5px;}
.content ul li.dentalli{height:984px;padding-left:0px; padding-right:0px}
.content ul li.dentalli h5{font:700 16px 'Open Sans', sans-serif; color:#6a00ff; padding:0 10px; margin-bottom:2px}
.content ul li.dentalli span.seperator{ display:block; border-top:1px solid #8a8989;padding:10px 0 0 0; margin-top:10px;}
.content ul li.dentalli p{ font:600 14px 'Open Sans', sans-serif; margin:2px 0; padding:0 10px;}
.content ul li.dentalli p strong{font-weight:600 }
.content ul li.dentalli p.padd-lf{ padding-left:25px; font:600 14px 'Open Sans', sans-serif; margin-bottom:10px;}
.dentalPlan .standard{background-color:#ad49e2;border-bottom:3px solid #9418d6;}
.dentalPlan .ultimate{background-color:#fd1cc2;border-bottom:3px solid #c30892;}
.plan_foot{background-color: #e2f3ff;margin:10px 16px 0 0; border-radius:5px;}
.plan_foot p{ font:400 12px 'Open Sans', sans-serif; margin:5px 0; padding:10px;}
.content ul li.dentalli.visonplan p.padd-lf{ margin-bottom:6px;}
.dentalPlan .plan_foot{ margin:10px 30px 0 5px}
.resourcesec h3{font:600 21px/24px 'Open Sans', sans-serif; margin:0 0 20px 0; width:100%;}
.resourcesec ul{ display: flex; gap: 30px;}
.resourcesec ul li{font:600 16px 'Open Sans', sans-serif; }

.resourcesec ul li a{ padding:9px 18px;color: #6a00ff;border: 0px solid #fff;font-size: 14px;font-weight: 600; text-decoration: none; background: transparent; display: inline-block; position: relative;transition: all 0.3s;overflow: hidden;z-index: 1;}
.resourcesec ul li a:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background:#fff;border-radius:4px;z-index: -2;border: 2px solid #6a00ff;}
.resourcesec ul li a:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background:#6a00ff;transition: all 0.3s;border-radius: 4px;z-index: -1;}
.resourcesec ul li a:hover {color: #fff; background: transparent; text-decoration: none;}
.resourcesec ul li a:hover:before {width: 100%;}


/* Plan table ends here */

/* webinar section here*/
.webinarsec h3{font:600 16px/20px 'Open Sans', sans-serif;background: #d7d7d7;padding: 10px;width: 100%;color: #292929; margin-bottom:0px;}
.webinarsec h3 small{font: 400 12px/20px 'Open Sans', sans-serif;color: #232267;float: right;position: absolute;right: 15px;top: -21px;background: #d1d1d1;padding: 0 5px;border-radius: 2px;}
.webinar_video_box{background: #fff; margin-bottom: 40px;border: 1px solid #bdbdbd;}
.intro_video{width:100%; padding:10px;}
.intro_video video{width:100%; height: 250px;}
ul.plan_cards{ list-style: none; margin:0px; padding:0px; display: flex; flex-direction: column; gap: 10px; margin-top: 20px;}
ul.plan_cards li{margin: 0 10px 0 0;}
/* ul.plan_cards li a{ padding:9px 18px;color: #005BE7;border: 0px solid #fff;font-size: 14px;font-weight: 600; text-decoration: none; background: transparent; display: inline-block; position: relative;transition: all 0.3s;overflow: hidden;z-index: 1;}
ul.plan_cards li a:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background:#fff;border-radius:40px;z-index: -2;border: 2px solid #005BE7;}
ul.plan_cards li a:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background: linear-gradient(96deg, #005BE7 8.46%, #AD49E2 88.89%);transition: all 0.3s;border-radius: 10rem;z-index: -1;}
ul.plan_cards li a:hover {color: #fff; background: transparent; text-decoration: none;}
ul.plan_cards li a:hover:before {width: 100%;} */
/* New plan summary */
.plan_tabbing ul{ list-style: none; margin: 0; padding: 0; display: flex;}
.plan_tabbing ul li{margin: 0px;  margin-right: 15px; }
.plan_tabbing ul li a{border-radius: 5px 5px 0px 0px;height: 62px; text-align: center; width: 150px; text-align: center; line-height: 62px;font-family: 'Open Sans', sans-serif;font-weight: 700;font-size: 26px;text-transform: uppercase;color: white; display: block;}
.plan_tabbing ul li a.gold{background-color: #FFD700;border-bottom: 3px solid #FFD700;}
.plan_tabbing ul li a.silver{background-color: #C0C0C0;border-bottom: 3px solid #C0C0C0;}
.plan_tabbing ul li a.gold.active,.plan_tabbing ul li a.gold:hover{border-bottom: 3px solid #c1a406;}
.plan_tabbing ul li a.silver.active,.plan_tabbing ul li a.silver:hover{border-bottom: 3px solid #8c8b8b;}
.plan_tabbing ul li a:hover{ text-decoration: none;}
.plan_body{  padding: 10px; border: 1px solid #fff;border-radius:0 5px 5px 5px;}
.plan_body.gold{ border-color:#FFD700 ;}
.plan_body.silver{border-color:#C0C0C0 ;}

@media (max-width:992px) {
}
@media (max-width:768px) {
  .logo{width: 80px;}
  body.fixNav header .logo img{max-height: 60px;}
  header .headerTop{padding: 1.5em 1.5em 2.5em 1.5em;}
  .headerTop {padding: 0em 0em;}
  .navigation{width: 0;right:-2.6em; display:block}
  .navToggle{right: 4em;border: 2px solid rgba(41, 41, 41, 0.1); border-right: 0;}
  .navigation.navOpen .navToggle{border: 0;padding: 0;}
  .navigation.navOpen {width: calc(100% + 2.6em);height: 100vh;overflow-y: scroll;}
  .navList {padding: 4em 0 2em;}
  .headerTop .nav{display: none;}
  .healthPackage{ margin-right:-15px;}
  .insuranceabout,.allEmp{padding:30px 1.5em;}
  .footer{ text-align:center;}
  .copyright{ text-align:center;}
  .currentEnro,.dwnresources,.hrhelpdesk,.otherimglink{ min-height:auto;}
  .PlanSummary table.table tr td p.padd-lf{padding-left:5px;}
	.banner,.bannerContainer{display:none}
	.body_container{ margin:100px 0px 0 0;}
  .outer-PlanSummary{overflow: auto; width: 100%;}
	.PlanSummary { width:1400px;}
  .healthPackage,.healthPackageContent{ height: auto !important;}
  ul.plan_cards{ flex-direction: column;}
  ul.plan_cards li{ width: 100%; margin-top: 10px;}
  ul.plan_cards li a{ display: block; text-align: center;}
}
@media (max-width:574px) {
   .tblresponsive{ overflow:auto; width:100%;}
    .tblresponsive table.table{ width:800px;}
    .allEmp h2{font:600 28px/32px 'Open Sans', sans-serif}
    .healthPackage figure{ margin-bottom:0px;}
    .healthPackage figure img{ margin-top:10px}
    .healthPackage figure img + p{ margin-bottom:0px; margin-top:10px;} 
}
@media (max-width:420px) {}
@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.5) {
  /* Styles for 150% scaling */
  .bannerContainer p{font-size: 25px;}
  .dentalPlan .whole{width:47.5%;}
  .healthPlan .content ul li:nth-child(10),.healthPlan .content ul li:nth-child(11), .healthPlan .content ul li:nth-child(12){ height: 118px;}
  .healthPlan .content ul li:nth-child(26){ height: 182px;}
  .content ul li.dentalli{height: 1064px;}
}

@media (max-width: 1920px) and (-webkit-device-pixel-ratio: 1.25) {
/* Styles for 125% scaling */

}