.bg-white{ background:#ffffff;}
.cusotmerstories .detailSec p{ display:block;}
.whyUs1 {
    text-align: center;
    padding: 50px 0
}

.whyUs1 h2.whyUsHead {
    color: #005596;
    font-size: 3rem;
    font-family: "AllianzB";
    padding-bottom: 15px;
    text-transform: uppercase
}

.whyUs1 p {
    color: #5e5e5e;
    font-size: 1.8rem;
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    display: inline-block
}

.whyUs1 p {
    line-height: 24px;
    padding-bottom: 30px
}

.whyUs1 p:last-child {
    padding-bottom: 0;
}

.whyUs1 p a.moreWhyUsClick,.lessWhyUsClick {
    font-size: 1.8rem;
            color:#005596;
            cursor:pointer;
    display:inline-block;
}

ul.whyusUL {
    float: left;
    width: 100%;
    padding-right: 70px;
}ul.whyusUL li {
    font-size: 1.6rem;
    color: #5e5e5e;
    padding: 3px 0 3px 20px;
    position: relative;
    text-align:left;
    list-style: none;
}ul.whyusUL li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    background: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.whyUs1 p.whyUsbulletPoint{position:relative; text-align: left; padding-bottom:5px; padding-left: 15px;}
.whyUs1 p.whyUsbulletPoint:before{content: "";position: absolute;width: 6px;height: 6px;left: 0;top: 8px; background: #5e5e5e; -webkit-border-radius: 20px;-moz-border-radius: 20px;
-ms-border-radius: 20px;border-radius: 20px;}
@media screen and (max-width: 1400px) {
    .healthPolicyCategory.whyUs1 p,.whyUs1 p{width: 70%;}
}

@media screen and (max-width: 1024px) {
    .whyUs1 h2.whyUsHead {
        font-size: 2.5rem
    }
    .whyUs1 p {
        font-size: 1.6rem;
        max-width: 100%
    }
    .whyUs1 p a.moreWhyUsClick,.lessWhyUsClick {
    	font-size: 1.6rem;
	}
.healthPolicyCategory.whyUs1 p,.whyUs1 p{width: 100%;}
}

@media screen and (max-width: 768px) {
    .whyUs1 p {
        font-size: 1.5rem;
    }
        .whyUs p a.moreWhyUsClick,.lessWhyUsClick {
            font-size: 1.5rem;
        }
}

@media screen and (max-width: 767px) {
    .whyUs1 h1.whyUsHead, .whyUs1 h2.whyUsHead {
        font-size: 2.1rem;
            }
        .whyUs{padding:30px 0;}
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    .whyUs1 p {
        font-size: 1.4rem;
    }
    .whyUs1 p a.moreWhyUsClick,.lessWhyUsClick {
        font-size: 1.4rem;
    }
}
.whyUs1 p.secondWhyUsContent, .whyUs p span {
    display: none;
}
.whyUs1 p.whyUsContentAll span {
    display: inline;
}

            .whyUs1 p.secondWhyUsContent.whyUsContentAll {
    display: block;
}
.whyUs1 p.contentMore{cursor:pointer;}
.lessWhyUsClick{display:none;}
.moreWhyUsClick:hover,.lessWhyUsClick:hover{text-decoration:underline;}
