body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    font-style: normal;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
}
.bg-light
{
    background-color: #00205b !important;
}
#visitCP
{
    color: #fff;
    border: 1px solid #fff;
}
.cp-link i 
{
    color: #fff;
}
.cover-heading h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    color: #001e56;
}
.cover-heading h6 {
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #4b4b4b;
}
.heuristics-analysis {
    color: #000000;
    font-weight: 600;
}
p,
li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5f6368;
}
.heuristics-report {
    padding: 16px 24px;
    background: #001e56;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    border: none;
    color: #ffffff;
    border: 1px solid #001e56;
}
.why-heuristics {
    background-color: #f5f9ff;
}
.heuristics-sub-heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #00205b;
}
.heuristics-unstyled {
    list-style-type: none;
    padding: 0;
    padding-left: 50px;
    position: relative;
}
.heuristics-unstyled li:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/tick-icon.webp);
    width: 25px;
    height: 28px;
}
.heuristics-unstyled li {
    margin-top: 20px;
}
.expert-say-heading {
    position: relative;
    padding-left: 75px;
}
.expert-say-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    background-image: url(../images/double-quote.webp);
    width: 59px;
    height: 50px;
}
.expert-say-para {
    position: relative;
}
.expert-say-para:after {
    content: "";
    position: absolute;
    top: 50px;
    right: -67px;
    width: 100px;
    height: 0px;
    border-bottom: 1px solid #5f6368;
    transform: rotate(90deg);
}
.says-author {
    font-weight: 700;
    color: #1f252b;
}
.conversation {
    background-image: url(../images/conversation-bg.webp);
    width: 100%;
    background-size: cover;
    position: relative;
}
.conversation p {
    margin-bottom: 0;
    color: #fff;
}
.conversation h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.contact-us {
    background: #ffffff;
    border-radius: 4px;
    padding: 16px 24px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #001e56;
    border: 1px solid #fff;
}
.conversation {
    position: relative;
}
.conversation:after {
    background-color: #001e56;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.9;
}
.z-index-99 {
    z-index: 99;
}
.heuristics-report:hover {
    background: transparent;
    color: #001e56;
    border: 1px solid #001e56;
    transition: all 0.3s;
}
.contact-us:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.point {
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 9px rgba(97, 97, 97, 0.14);
    border-radius: 50px;
    color: #4b4b4b;
    height: 64px;
    margin-bottom: 20px;
    padding: 10px 16px;
}
.point p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.point div:nth-child(2) {
    width: 80%;
    text-transform: uppercase;
}
.point-number {
    width: 20%;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    background: transparent !important;
}
.point div:nth-child(2) {
    background-color: transparent !important;
}
.what-we-do-in-heuristics div:nth-child(1) {
    background: #8dc0fd;
}
.what-we-do-in-heuristics div:nth-child(2) {
    background: #d3ff5d;
}
.what-we-do-in-heuristics div:nth-child(3) {
    background: #5dd3ff;
}
.what-we-do-in-heuristics div:nth-child(4) {
    background: #c6b0ff;
}
.what-we-do-in-heuristics div:nth-child(5) {
    background: #59f5ff;
}
.what-we-do-in-heuristics div:nth-child(6) {
    background: #91d3ff;
}
.what-we-do-in-heuristics div:nth-child(7) {
    background: #fb8fc3;
}
.what-we-do-in-heuristics div:nth-child(8) {
    background: #fec1ff;
}
.what-we-do-in-heuristics div:nth-child(9) {
    background: #ffb155;
}
.what-we-do-in-heuristics div:nth-child(10) {
    background: #ffae8f;
}
.what-we-do-in-heuristics .point:nth-child(1) .point-number {
    color: #0153b7;
}
.what-we-do-in-heuristics .point:nth-child(2) .point-number {
    color: #749c08;
}
.what-we-do-in-heuristics .point:nth-child(3) .point-number {
    color: #0780ad;
}
.what-we-do-in-heuristics .point:nth-child(4) .point-number {
    color: #6632f0;
}
.what-we-do-in-heuristics .point:nth-child(5) .point-number {
    color: #0399a3;
}
.what-we-do-in-heuristics .point:nth-child(6) .point-number {
    color: #034c7c;
}
.what-we-do-in-heuristics .point:nth-child(7) .point-number {
    color: #9d004b;
}
.what-we-do-in-heuristics .point:nth-child(8) .point-number {
    color: #a402a7;
}
.what-we-do-in-heuristics .point:nth-child(9) .point-number {
    color: #703c00;
}
.what-we-do-in-heuristics .point:nth-child(10) .point-number {
    color: #8b2701;
}
@media only screen and (max-width: 767px){
.bg-light
{
height: 45px;
}
}
.footer-campaign
{
    margin-top: -21px;
}
.footer-campaign-w p 
{
    color: #212529;
    font-size: 16px;
}