.care-sheet-info-div.breed-traits {
    margin-top: 13px;
    margin-bottom: 37px;
}
.care-sheet-important-note {
    float: left;
    width: 100%;
}
.care-sheet-info-list {
    padding: 0;
    margin-bottom: 25px;
}
.care-sheet-info-list.breed-traits li strong {
    color: #333;
}
.care-sheet-info-list li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 25px;
}
.care-sheet-heading-h5 {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 29px;
}
.care-sheet-heading-h2 {
    margin-bottom: 23px;
}
.care-sheet-info-div {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.care-sheet-info-list-div {
    float: left;
    width: 100%;
}
.care-sheet-info-div.nutrition {
    margin-bottom: 23px;
}
.graph-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: -3px;
}
.bar-graph__section {
    /*background: -webkit-gradient(linear,left top,right top,from(#09f),to(#003594));
    background: linear-gradient(90deg,#09f,#003594);*/
    background: -webkit-gradient(linear,left top,right top,from(#80ee53),to(#2fa846));
    background: linear-gradient(90deg,#80ee53,#2fa846);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bar-graph__text {
    font-style: italic;
    margin-top: 2px;
    text-align: center;
}
.graph-section__inner {
    width: 50%;
    float: left;
}
.bar-graph {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-bottom: 44px;
}
.bar-graph__text, .bar-graph__title {
    font-family: Merriweather,Georgia,serif;
    font-weight: 400;
}
.bar-graph__title {
    margin-bottom: 8px;
}
.bar-graph__text, .bar-graph__title {
    font-size: 19px;
}
.bar-graph__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
}
.bar-graph__label {
    position: relative;
    margin-bottom: 4px;
}
.bar-graph__start::after {
    margin-right: auto;
    margin-left: 5px;
}
.bar-graph__stop {
    margin-right: -2px;
}
.bar-graph__stop::after {
    margin-right: 7px;
    margin-left: auto;
}
.bar-graph__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 25px;
    background-color: #d8d8d8;
    overflow: hidden;
}
.bar-graph__bg, .bar-graph__section {
    position: relative;
    height: 20px;
    z-index: 10;
}

@media only screen and (min-width: 3600px) and (max-height: 2140) {
    
}
@media only screen and (max-width: 1400px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1100px) {
.graph-section__inner {
    width: 50%;
    float: left;
    padding: 0 15px;
}
}
@media only screen and (max-width: 979px) {
.care-sheet-holder .container {
    width: 100%;
}
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 767px) {
.care-sheet-main-img {
    margin-bottom: 9px !important;
}
.care-sheet-info-div.nutrition {
    margin-bottom: 3px !important;
}

}
@media only screen and (max-width: 600px) {
.graph-section__inner {
    width: 100% !important;
    text-align: center;
    margin: 0 0 10px 0;
}
.bar-graph {
    display: inline-block;
}
}
@media only screen and (max-width: 500px) {
.care-sheet-info-div.breed-traits {
    margin-top: -7px;
    margin-bottom: 37px;
}
}
@media only screen and (max-width: 479px) {
    
}
@media only screen and (max-width: 430px) {
.care-sheet-heading-h2 {
    text-align: center;
}
}
@media only screen and (max-width: 400px) {
.care-sheet-info-div {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 360px) {
.graph-section__inner {
    padding: 0;
}
.care-sheet-holder .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.bar-graph__text, .bar-graph__title {
    font-size: 17px;
}
}
@media only screen and (max-width: 320px) {

}
@media only screen and (max-width: 240px) {
    
}