.bg-lightgray {
    background: #eaeaea;
}
.inclu-exclusion h2 {
    font-size: 36px;
    font-weight: bold;
    color: #282828;
}
.ui-policy-documents {
    padding: 4rem 0rem 0 0;
     width: 100%;
    display: flex;
    margin: 0 auto;
    border-top: 1px solid #dcd8d8;
}
/*.ui-policy-documents .policy2{
padding-left: 18rem;
}*/


.ui-policy-documents .line-vertical-none {
    color: #707070
}

.inclu-exclusion h2 {
    margin-bottom: 20px!important;
}
.pad-bottom2 {
    padding-bottom: 40px;
}
.pad-top2 {
    padding-top: 2rem;
}

.tab-head li {
    min-width: 25rem;
    float: left;
    padding: 1.7rem;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .8px;
    /*color: #b2b2b2;*/
    color: #7e7e7e;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    font-weight: bold!important;
}
.tab-head li.active {
    font-weight: bold;
    font-size: 24px;
    color: #f26624;
    z-index: 5;
}
.inclusions-tab h2, .exclusion-tabs h2 {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    padding: 20px 0px;
}

.tab-content-body {
    position: relative;
}
.tab-head {
    border-bottom: 1px solid #b2b2b2;
        width: 100%;
    position: relative;
    margin-bottom: 2rem
}
.tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.tab-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: .5s opacity ease-in,.8s -webkit-transform ease,.8s -webkit-transform ease;
    transition: .5s opacity ease-in,.8s transform ease,.8s -webkit-transform ease;
    z-index: 1;
}

.ui-check-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.ui-check-list li {
    width: 50%;
    float: left;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    padding: 0 3.5rem;
    text-align: left;
    position: relative;
    color: #282828;
}

.ui-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1.7rem;
   background: url(/docs/default-source/assets/health/marketing/images/green-tick.png) no-repeat;
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
}
.inclusions-tab ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.inclusions-tab ul li h4,
.inclusions-tab ul li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #282828;
}

.ui-policy-documents p {
    line-height: normal;
}

.ui-policy-documents p span {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}

.ui-policy-documents p a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #f26624;
    text-decoration: underline;
    padding-left: 1rem;
    outline: none;
    clear: both;
}

.ui-policy-documents .line-vertical-none {
    color: #707070;
    font-weight: 400;
}
.exclusion-tabs ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.exclusion-tabs .ui-check-list li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 0px 0 30px;
    text-align: left;
    position: relative;
    color: #282828;
}
.exclusion-tabs .ui-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.7rem;
    background-image: url(/docs/default-source/assets/health/marketing/images/redclick-circle.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 4rem;
    width: 4rem;
}
.tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}

@media (max-width: 767px){
   
.inclu-exclusion h2 {
    font-size: 2.4rem;
    /*line-height: 40px;*/
    text-align: left;
}

.tab-head li {
    min-width: 50%;
}

.tab-head li {
    padding: 0.9rem;
}
.ui-check-list li {
    width: 100%;
}
.exclusion-tabs .ui-check-list li {
    width: 100%;
}

.inclusions-tab h2, .exclusion-tabs h2, .types-plan h3 {
    font-size: 18px;
}
.ui-policy-documents p a {
    padding-left: 0rem!important;
    margin-bottom: 20px;
    color: #ec6608;
    text-decoration: none;
    width: 99%;
    padding-right: 28px;
}
.ui-policy-documents p span {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.ui-policy-documents p a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 8px;
    border: solid #282828;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(-136deg);
    -webkit-transform: rotate(-44deg);
    transition: .6s;
}
.ui-policy-documents p a:after {
    top: 8px;
    border: solid #ec6608;
    border-top-color: rgb(221, 34, 34);
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: rgb(221, 34, 34);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(221, 34, 34);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgb(221, 34, 34);
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.ui-policy-documents {
    display: inline-block;
}

.ui-policy-documents .line-vertical-none {
    display: none;

}
}

@media (max-width: 360px){
	.tab-head li {
    font-weight: bold !important;
}
}