div.kh-circles {
    position: relative;
    overflow: hidden;
    padding: 45px;
    width: 900px;
}

div.kh-circles.theme1 {
    background: #f3f3f4;
}

div.kh-circles.theme2 {
    background: #f0f6fa;
}

div.kh-circles-heading {
    text-align: center;
    padding-bottom: 30px;
}

#kh_n00WC div.kh-circles-heading h2 {
    font-size: 29.3px;
    color: #036;
    margin: 0;
    font-weight: bold !important;
    padding: 0;
}

#kh_n00WC div.kh-circles-heading h2 span.kh-ch-h2NotBold {
    font-weight: normal !important;
}

div.kh-circles-heading p {
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 0;
}

.kh-circles button {
    display: none;
}

ul.kh-circles-content {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

#kh_n00WC ul.kh-circles-content li {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
}

#kh_n00WC ul.kh-circles-content li:last-child {
    padding-bottom: 0;
}

div.kh-cc-img {
    width: 160px;
}

div.kh-cc-img img {
    width: 160px;
    border-radius: 100%;
}

#kh_n00WC div.kh-cc-text {
    display: block;
    width: 100%;
    padding-left: 30px;
}

#kh_n00WC div.kh-cc-text h3, #kh_n00WC div.kh-cc-text h2, #kh_n00WC div.kh-cc-text h1, #kh_n00WC div.kh-cc-text h6, #kh_n00WC div.kh-cc-text h5, div.kh-cc-text h4 {
    color: #036;
    font-size: 22px;
    margin: 5px 0 20px 0;
    font-weight: normal;
    line-height: 1.25;
}

#kh_n00WC div.kh-cc-text p {
    font-size: 14px;
    margin: 10px 0;
}

#kh_n00WC div.kh-cc-text p a, #kh_n00WC div.kh-cc-text ul li a {
    color: #3f70b1;
    text-decoration: underline;
}

#kh_n00WC div.kh-cc-text p a:hover, #kh_n00WC div.kh-cc-text ul li a:hover {
    text-decoration: none;
}

#kh_n00WC div.kh-cc-text ul li {
    font-size: 14px;
    padding-bottom: 14px;
}

#kh_n00WC div.kh-cc-text ul li:before {
    content: '•';
    width: 14px;
    height: 100%;
    padding-top: 0px;
}


@media screen and (max-width: 1028px) {
    div.kh-circles {
        width: 686px;
        padding: 30px;
    }

    div.kh-cc-img img {
        width: 140px;
    }

    div.kh-cc-text {
        padding-left: 26px;
    }

}


@media screen and (max-width: 740px) {
    div.kh-circles {
        width: 100%;

    }

}

@media screen and (max-width: 670px) {

}

@media screen and (max-width: 568px) {
    #kh_n00WC ul.kh-circles-content > li {
        display: none;
    }

    #kh_n00WC ul.kh-circles-content li.kh-cc-current {
        display: block !important;
        padding-bottom: 0;
    }

    #kh_n00WC div.kh-cc-text {
        padding: 0;
    }
    div.kh-cc-img {
         width: 100%;
         text-align: center;
         padding-bottom: 20px;
    }

    div.kh-cc-img img {
        width: 160px;

    }
    .kh-circles button {
        position: absolute;
        background: white;
        height: 80px;
        -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75) !important;
        cursor: pointer;
        width: 40px;
        /*top: 140px;*/
        display: block;
    }

    .kh-circles button.circlesLeft {
        left: 0;
        border-radius: 0 100px 100px 0;
        background: #fff url(/images/n00/icons/caretLeft.svg) top left no-repeat;
        background-size: 12px;
        background-position: 30% 50%;
    }

    .kh-circles button.circlesRight {
        right: 0;
        border-radius: 100px 0 0 100px;
        background: #fff url(/images/n00/icons/caretRight.svg) top left no-repeat;
        background-size: 12px;
        background-position: 70% 50%;
    }

    .kh-circles button.circlesLeft:hover, .kh-circles button.circlesRight:hover {
        background-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    div.kh-circles {
        padding: 20px;
    }
}



    