@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/muli/Muli-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-Regular.woff') format('woff'), url('../fonts/muli/Muli-Regular.ttf') format('truetype'), url('../fonts/muli/Muli-Regular.svg#Muli-Regular') format('svg');
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../fonts/muli/Muli-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-Black.woff') format('woff'), url('../fonts/muli/Muli-Black.ttf') format('truetype'), url('../fonts/muli/Muli-Black.svg#Muli-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/muli/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-Bold.woff') format('woff'), url('../fonts/muli/Muli-Bold.ttf') format('truetype'), url('../fonts/muli/Muli-Bold.svg#Muli-Bold') format('svg');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/muli/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-ExtraBold.woff') format('woff'), url('../fonts/muli/Muli-ExtraBold.ttf') format('truetype'), url('../fonts/muli/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../fonts/muli/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-ExtraLight.woff') format('woff'), url('../fonts/muli/Muli-ExtraLight.ttf') format('truetype'), url('../fonts/muli/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/muli/Muli-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-Light.woff') format('woff'), url('../fonts/muli/Muli-Light.ttf') format('truetype'), url('../fonts/muli/Muli-Light.svg#Muli-Light') format('svg');
}

@font-face {
    font-family: 'Muli-Medium';
    src: url('../fonts/muli/Muli-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-Medium.woff') format('woff'), url('../fonts/muli/Muli-Medium.ttf') format('truetype'), url('../fonts/muli/Muli-Medium.svg#Muli-Medium') format('svg');
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../fonts/muli/Muli-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/muli/Muli-SemiBold.woff') format('woff'), url('../fonts/muli/Muli-SemiBold.ttf') format('truetype'), url('../fonts/muli/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
}


/*font-family: 'Muli-Regular';
font-family: 'Muli-Black';
font-family: 'Muli-Bold';
font-family: 'Muli-ExtraBold';
font-family: 'Muli-ExtraLight';
font-family: 'Muli-Light';
font-family: 'Muli-Medium';
font-family: 'Muli-SemiBold';
*/

.font-size-64 {
    font-size: 64px;
}

.font-size-100 {
    font-size: 100px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-80 {
    line-height: 80px;
}

.height-150 {
    /* height: 150px; */
}

.height-300 {
    height: 300px;
}

.yellow-bg {
    background-color: #515be4;
}

.yellow-border {
    border: 4px solid #515be4;;
}

.red-border {
    border: 4px solid #eb2219;
}

.red-bg {
    background-color: #CF2B32;
    color: #fff;
}

.dark-red-bg {
    background-color: #EB2219;
}

.red-border {
    background-color: #fff;
    border: 5px solid #eb2219;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-25 {
    border-radius: 25px;
}


/*** gbp Reports ***/

.report-body {
    width: 1200px;
    margin: 0 auto;
    padding: 93px 125px;
    background-color: #fff;
}

.report-head {
    /* margin: 0 0 40px; */
}

.report-head .yellow-border {
    width: 90px;
    height: 5px;
    display: block;
    margin-top: 6px;
    /* background-color: #fece09; */
}

.report-head h3 {
    float: left;
    display: block;
    color: #515be4;
    font-size: 40px;
    font-weight: 900;
    padding-top: 50px;
    position: relative;
    font-family: 'Muli-Black';
}

.report-head h3 span {
    /* color: #fece09; */
    display: block;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-ExtraBold';
}

.report-head i {
    float: right;
    display: block;
    /* color: #515be4; */
    font-size: 120px;
    margin-top: 20px;
}

.report-head small {
    opacity: 0.2;
    color: #666;
}

.report-content {
    margin-bottom: 90px;
}

.report-logo {
    width: 250px;
    height: 250px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.report-logo-bg {
    width: 250px;
    height: 250px;
    display: flex;
    border-radius: 5px;
    position: relative;
    align-items: center;
    justify-content: center;
    /* background-color: #FFC600; */
}

.report-logo-back {
    top: -40px;
    z-index: 0;
    content: '';
    right: -40px;
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 5px;
    position: absolute;
    background-color: #D0D0D0;
}

.report-logo img {
    height: 120px;
}

.report-content p {
    color: #666;
    font-family: 'Muli-Regular';
}

.report-listed h6 {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Muli-SemiBold';
}

.report-listed h6 span {
    color: #515be4;
    font-family: 'Muli-ExtraBold';
}

.report-listed h5 span {
    color: #515be4;
    font-family: 'Muli-ExtraBold';
}

.report-listed .list-content {
    padding: 15px;
    display: flex;
    flex: 0 0 100%;
    overflow: hidden;
    margin: 50px 0 0;
    flex-direction: column;
}

.report-listed .list-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Muli-Black';
}

.report-listed .list-content p,
.report-listed .list-content span,
.report-listed .list-content a {
    color: #fff;
    font-family: 'Muli-Bold';
}

.report-listed .list-content i {
    color: #fff;
}

.list-content.red-border h4 {
    color: #515be4;
    font-size: 24px;
    font-family: 'Muli-Black';
}

.list-content.red-border p {
    color: #eb2219;
    margin: 0 0 5px;
    font-family: 'Muli-Black';
}

.list-content.red-border span {
    color: #515be4;
    font-family: 'Muli-Bold';
}

.list-content.red-border i {
    color: #EB2219;
}

.list-category {
    padding: 15px;
    /* height: 300px; */
    display: block;
    margin-top: 50px;
    /* overflow: hidden; */
    border-radius: 5px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.list-category i {
    color: #fff;
    font-size: 64px;
    margin-right: auto;
}

.list-category h5 {
    color: #fff;
    font-size: 30px;
    margin: 15px 0 18px;
    margin-right: auto;
    font-family: 'Muli-ExtraBold';
    
}

.list-category h5 span {
    color: #fff;
    display: block;
    font-size: 21px;
    font-family: 'Muli-SemiBold';
}

.list-category p {
    color: #fff;
    font-family: 'Muli-SemiBold';
}

.list-category p span {
    display: block;
}


/*** Important Ranking ***/

.business-claim {
    padding-top: 25px;
}

.business-claim h3 {
    color: #515be4;
    font-size: 40px;
    font-family: 'Muli-Black';
}

.business-claim h6 {
    color: #515be4;
    font-size: 24px;
    margin-top: 55px;
    margin-bottom: 35px;
    font-family: 'Muli-ExtraBold';
}

.business-claim p {
    color: #666;
    font-size: 20px;
    font-family: 'Muli-SemiBold';
}

.business-claim .list-category h3 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.business-claim .list-category h3 i {
    float: right;
    line-height: 42px;
}

.business-claim .list-category p {
    color: #fff;
}


/*** Client Reviews ***/

.client-reviews p {
    font-size: 24px;
    line-height: 40px;
}

.client-reviews p a {
    font-size: 24px;
    line-height: 40px;
    color: #515be4;
}

.client-reviews p span {
    color: #515be4;
    font-family: 'Muli-SemiBold';
}

.client-reviews .list-category {
    margin-top: 0;
}

.client-reviews .list-category p {
    font-size: 20px;
    line-height: 25px;
}

.review-ratings-content {
    height: 315px;
    padding: 25px;
    margin-top: 100px;
    position: relative;
    border-radius: 10px;
}

.review-ratings-content.grey {
    border: 4px solid rgba(102, 102, 102, 0.2);
}

.review-ratings-content.red {
    border: 4px solid #CF2B32;
}

.review-ratings-content.grey:after {
    border: 4px solid rgba(102, 102, 102, 0.2);
}

.review-ratings-content.red:after {
    border: 4px solid #CF2B32;
}

.review-ratings-content:after {
    top: 50px;
    left: -13px;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border-top: none!important;
    border-left: none!important;
    transform: scalex(1.5)rotate(135deg);
}

.review-ratings-content .head {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.review-ratings-content .head h3 {
    float: left;
    color: #515be4;
    font-size: 40px;
    line-height: 25px;
    margin-right: auto;
    font-family: 'Muli-ExtraBold';
}

.review-ratings-content .head h3 i {
    /* color: #515be4; */
    font-size: 64px;
    line-height: 23px;
}

.review-ratings-content .head .review-dp {
    width: 70px;
    height: 70px;
    float: right;
    display: block;
    margin-left: auto;
    /* border-radius: 25px; */
    border: 1px solid aliceblue;
    text-align: center;
    border-radius: 50px;
}

.review-ratings-content .head .review-dp img {
    border-radius: 25px;
}

.review-ratings-content h5 {
    color: #515be4;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Muli-ExtraBold';
}

.review-ratings-content p {
    color: #666;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    font-family: 'Muli-SemiBold';
}


/*** Website Report ***/

.mobile-friendly {
    margin: 0 0 60px;
}

.mobile-friendly h6 {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.mobile-friendly p {
    color: #515be4;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-ExtraBold';
}

.failed h3 {
    color: #cf2b32;
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 95px;
    font-family: 'Muli-Black';
}

.failed h3 i {
    float: right;
    display: block;
}

.failed .col-sm-4 img:first-child {
    margin-bottom: 70px;
}

.mobile-importance h3 {
    color: #515be4;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 65px;
    font-family: 'Muli-ExtraBold';
}

.mobile-importance p {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}


/*** Social Media Report ***/

.why-important h4 {
    color: #515be4;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 65px;
    font-family: 'Muli-ExtraBold';
}

.why-important p {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.social-report .list-content.yellow-border h5 {
    color: #515be4;
}



.social-report .list-content.yellow-border p {
    color: #666;
}

.video-report h3 {
    color: #515be4;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.video-report h3 span {
    color: #eb2219;
    display: block;
    font-size: 24px;
    line-height: 50px;
}

.video-report {
    margin-top: 130px;
}

.video-report p {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    font-family: 'Muli-SemiBold';
}

.youtube-channel {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: #EB2219;
}


/*** FB & Adwords ***/

.fb-result h3 {
    color: #515be4;
    font-size: 40px;
    margin: 0 0 55px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.fb-result h3 span {
    display: block;
    /* color: #515be4; */
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.fb-result h4,
.fb-result h5 {
    color: #515be4;
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-ExtraBold';
}

.fb-result h4 span,
.fb-result h5 span {
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.fb-result h4 span {
    display: block;
}

.fb-result .list-category p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Muli-SemiBold';
}

.fb-result p {
    color: #666;
    font-size: 24px;
    margin-top: 60px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.fb-result p a {
    color: #6868ff;
}

.fb-result .list-category h3 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.fb-result .list-category h3 i {
    float: right;
    line-height: 42px;
}

.failed-result .report-head .red-border,
.report-head .red-border {
    width: 90px;
    height: 5px;
    display: block;
    margin-top: 6px;
    margin-bottom: 70px;
    background-color: #EB2219;
}

.failed-result h3 {
    color: #515be4;
    font-size: 40px;
    margin: 0 0 55px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.failed-result h3 span {
    display: block;
    color: #eb2219;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.failed-result h4,
.failed-result h5 {
    color: #515be4;
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-ExtraBold';
}

.failed-result h4 span,
.failed-result h5 span {
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.failed-result h4 span {
    display: block;
}

.failed-result .list-category {
    margin: 0;
}

.failed-result .list-category h3 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.failed-result .list-category h3 i {
    float: right;
    line-height: 42px;
}

.failed-result .list-category p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Muli-SemiBold';
}

.failed-result p {
    color: #666;
    font-size: 24px;
    margin-top: 60px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.passed-result h3 {
    color: #515be4;
    font-size: 40px;
    margin: 0 0 55px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.passed-result h3 span {
    display: block;
    color: green;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.fb-result .yellow-border.list-category h3,
.fb-result .yellow-border.list-category h3 i {
    /* color: #515be4; */
}

.fb-result .yellow-border.list-category p {
    color: #666;
}


/*** SSL Certificate ***/

.open-graph {
    padding-top: 175px;
}

.open-graph .yellow-border {
    width: 90px;
    height: 5px;
    display: block;
    margin-top: 6px;
    margin-bottom: 70px;
    /* background-color: #515be4; */
}

.open-graph h3 {
    color: #515be4;
    font-size: 40px;
    margin: 0 0 55px;
    line-height: 50px;
    font-family: 'Muli-Black'
}

.open-graph h3 span {
    display: block;
    /* color: #515be4; */
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.open-graph h4,
.open-graph h5 {
    color: #515be4;
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-ExtraBold';
}

.open-graph h4 span,
.open-graph h5 span {
    font-size: 32px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.open-graph .list-category h3 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.open-graph .list-category h3 i {
    float: right;
    line-height: 42px;
}

.open-graph .list-category p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-right: auto;
    font-family: 'Muli-SemiBold';
}

.open-graph p {
    color: #666;
    font-size: 24px;
    margin-top: 60px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}


/*** Report Overview ***/

.report-overview h3 {
    color: #515be4;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.report-overview h3 span {
    display: block;
    color: #ff0000;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.report-overview .rating h4 {
    color: #ff0000;
    font-size: 40px;
    line-height: 60px;
    text-align: right;
    font-family: 'Muli-Black';
}

.report-overview .rating h4 span.numbers {
    display: block;
    font-size: 34px;
    line-height: 25px;
    font-family: 'Muli-Black';
}

.report-overview .rating h4 span.numbers span {
    color: #666;
}

.report-overview p {
    color: #666;
    margin: 70px 0;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.report-type,
.report-percent {
    padding: 15px;
    /* height: 300px; */
    display: flex;
    margin-top: 50px;
    /* overflow: hidden; */
    border-radius: 25px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.report-type h3 {
    width: 100%;
    /* color: #515be4; */
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.report-type h3 i {
    float: right;
    line-height: 42px;
}

.report-type p,
.report-percent p {
    margin: 0;
    color: #666;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Muli-SemiBold';
}

.report-percent h3 {
    width: 100%;
    color: #ff0000;
    font-size: 40px;
    text-align: left;
    margin-bottom: 45px;
    font-family: 'Muli-ExtraBold';
}

.report-percent h3 i {
    float: right;
    line-height: 42px;
}

.footerr {
    text-align: right;
}

.footerr img {
    float: left;
}

.footerr h5 {
    color: #515be4;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Muli-Black';
}

.footerr a {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Muli-Bold';
}


/*** Front Page ***/

.front-page-head {
    /* text-align: right; */
    margin-bottom: 60px;
}

.front-page-head img {
    float: left;
}

.front-page-head h5 {
    color: #515be4;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px;
    font-family: 'Muli-Black';
}

.front-page-head a {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Muli-Bold';
}

.front-page-title {
    margin: 90px 0;
}

.front-page-title h3 {
    color: #515be4;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Muli-Black';
}

.front-page-title h3 span {
    display: block;
}

.front-page-title .business-address {
    text-align: right;
}

.front-page-title .business-address h6 {
    margin: 0 0 5px;
    color: #515be4;
    font-style: 20px;
    line-height: 30px;
    font-family: 'Muli-Black';
}

.front-page-title .business-address p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Muli-Bold';
}

.map-bg {
    height: 700px;
    position: relative;
    align-items: flex-end;
    background-size: cover;
    justify-content: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/blue-pin-in-showing-location-on-white-map-vector.jpg');
}

.map-bg .location-pin {
    left: 0;
    right: 0;
    top: 25.5%;
    /* width: 250px; */
    /* height: 350px; */
    display: flex;
    margin: 0 auto;
    position: absolute;
    background-size: 100%;
    justify-content: center;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('../img/location-pin.png'); */
}

.map-bg .location-pin img.img-responsive.img-circle {
    border-radius: 50%;
    width: 19%;
    height: 185px;
    margin-top: 2.2rem;
    margin-left: -2.4rem;
  }

.map-bg .location-pin img {
    height: 51px;
    margin-top: 30px;
}

.map-bg .business-name {
    right: -35px;
    bottom: 60px;
    display: flex;
    position: absolute;
    justify-content: flex-end;
}

.business-name .business-logo {
    width: 150px;
    height: 150px;
    display: flex;
    margin-right: 10px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}

.business-name .business-logo img {
    height: 70px;
}

.business-name .business-report-name {
    width: 490px;
    /* height: 150px; */
    display: flex;
    text-align: left;
    border-radius: 5px;
    padding-left: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* background-color: #FECE00; */
}

.business-name .business-report-name h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Muli-Black';
    text-transform: capitalize;
}

.business-name .business-report-name h6 {
    color: #fff;
    font-size: 14px;
    font-family: 'Muli-Black';
    text-transform: uppercase;
}


/*** Competitors Report ***/

.competitors-intro p {
    color: #666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Muli-SemiBold';
}

.competitors-list ul {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    list-style-type: none;
}

.competitors-list ul:before {
    content: '';
    width: 4px;
    height: 700px;
    background-color: #e0e0e0;
    border-radius: 2px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.competitors-list ul li {
    float: left;
    width: 465px;
    height: 270px;
    display: block;
    position: relative;
}

.competitors-list ul li.lt {
    margin-left: 10px;
    margin-bottom: 50px;
}

.competitors-list ul li.rt {
    margin-left: 45px;
    margin-bottom: 50px;
}

.competitors-list ul li.lt:after {
    top: 93px;
    content: '';
    width: 20px;
    right: -30px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    /* background-color: #515be4; */
}

.competitors-list ul li.rt:before {
    bottom: 45px;
    content: '';
    width: 20px;
    left: -30px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100%;
    /* background-color: #515be4; */
}

.competitors-list ul li .direction {
    width: 465px;
    height: 270px;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
    border: 4px solid rgba(102, 102, 102, 0.2);
}

.competitors-list ul li .direction:after {
    z-index: 2;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border: 4px solid rgba(102, 102, 102, 0.2);
    border-top: none!important;
    border-left: none!important;
}

.direction-l {
    float: left;
}

.direction-l:after {
    top: 90px;
    right: -15px;
    transform: scalex(1.5)rotate(-45deg);
}

.direction-r {
    float: right;
    margin-top: 50px;
}

.direction-r:after {
    bottom: 90px;
    left: -15px;
    transform: scalex(1.5)rotate(136deg);
}

.competitors-list ul li .direction {
    padding: 15px;
}

.competitors-list h6 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-family: 'Muli-Bold';
    border-bottom: 1px solid #E0E0E0;
}

.competitor-map {
    height: 150px;
    /* width: 150px; */
    display: block;
    float: left;
    /* margin-right: -20rem; */
}

.competitor-map iframe {
    width: 100%;
    height: 100%;
}

.competitor-details p {
    margin: 0;
}

.competitor-details p,
.competitor-details p a {
    color: #666;
    font-family: 'Muli-SemiBold';
}

.competitor-details p span {
    color: #515be4;
    font-family: 'Muli-Bold';
}

.report-listed .list-content.yellow-border a {
    color: #666;
}


/*font-family: 'Muli-Regular';
font-family: 'Muli-Black';
font-family: 'Muli-Bold';
font-family: 'Muli-ExtraBold';
font-family: 'Muli-ExtraLight';
font-family: 'Muli-Light';
font-family: 'Muli-Medium';
font-family: 'Muli-SemiBold';
*/


/* Large desktops and laptops */

@media (min-width: 1200px) {
    .report-body {
        width: 100%;
        padding: 3rem;
    }
}

@media (min-width: 1400px) {
    .report-body {
        width: 1200px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .competitors-list ul {
        width: 100%;
    }
    .competitors-list ul li {
        width: 50%;
    }
    .competitors-list ul li.lt {
        margin-left: 0;
    }
    .competitors-list ul li.rt {
        margin-left: 0;
    }
    .competitors-list ul li .direction {
        width: 95%;
    }
    .competitors-list ul li.rt:before {
        left: -12px;
    }
    .competitors-list ul li.lt:after {
        right: -10px;
    }
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .report-body {
        width: 900px;
        padding: 40px;
    }
    .competitors-list ul {
        width: 100%;
    }
    .competitors-list ul li {
        width: 50%;
    }
    .competitors-list ul li.lt {
        margin-left: 0;
    }
    .competitors-list ul li.rt {
        margin-left: 0;
    }
    .competitors-list ul li .direction {
        width: 95%;
    }
    .competitors-list ul li.rt:before {
        left: -12px;
    }
    .competitors-list ul li.lt:after {
        right: -10px;
    }
}

@media (max-width: 991px) {
    .business-claim h3 {
        font-size: 36px;
    }
    .front-page-head {
        margin-bottom: 100px;
    }
    .front-page-title {
        margin: 50px 0;
    }
    .front-page-title h3 {
        font-size: 28px;
    }
    .competitors-list ul:before,
    .competitors-list ul li .direction:after,
    .competitors-list ul li.lt:after,
    .competitors-list ul li.rt:before,
    .competitors-list ul li .direction:after {
        display: none;
    }
    .competitors-list ul {
        width: 100%;
    }
    .competitors-list ul li {
        width: 100%;
    }
    .competitors-list ul li.lt {
        margin-left: 0;
    }
    .competitors-list ul li.rt {
        margin-left: 0;
    }
    .competitors-list ul li .direction {
        width: 100%;
    }
    .direction-l,
    .direction-r {
        margin: 0 0 30px;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .report-body {
        width: 700px;
        padding: 25px;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .report-body {
        width: 100%;
        padding: 10px;
    }
    .report-logo {
        margin: 50px auto 0;
    }
    .report-head h3 {
        font-size: 24px;
    }
    .report-head i {
        font-size: 74px;
    }
    .report-head h3 span {
        font-size: 18px;
    }
    .report-content {
        margin-bottom: 50px;
    }
    .report-logo-back {
        top: -25px;
        right: -25px;
    }
    .report-listed h6 {
        margin-bottom: 0;
    }
    .report-listed .list-content {
        padding: 15px;
        margin: 30px 0 0;
    }
    .report-listed .list-content img {
        height: 45px;
    }
    .report-listed .list-content i {
        font-size: 70px;
    }
    .list-content .col-md-4 {
        padding: 0;
    }
    .failed h3 {
        margin-bottom: 30px;
        font-size: 50px;
    }
    .failed .col-sm-4 img {
        margin-bottom: 30px !important;
    }
    .mobile-importance h3 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .mobile-importance h3 br {
        display: none;
    }
    .mobile-importance p {
        font-size: 20px;
        line-height: 30px;
    }
    .video-report {
        margin-top: 50px;
    }
    .why-important h4 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .why-important h4 br {
        display: none;
    }
    .why-important p,
    .video-report p {
        font-size: 18px;
        line-height: 30px;
    }
    .video-report h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .video-report h3 span {
        font-size: 22px;
        line-height: 34px;
    }
    .fb-result h3 {
        font-size: 34px;
        line-height: 42px;
        margin: 0 0 30px;
    }
    .fb-result h3 span {
        font-size: 20px;
        line-height: 36px;
    }
    .fb-result h4 {
        font-size: 28px;
    }
    .fb-result h4 span {
        font-size: 26px;
        line-height: 40px;
    }
    .fb-result .list-category h3 {
        font-size: 32px;
    }
    .fb-result p {
        font-size: 20px;
        margin-top: 40px;
        line-height: 32px;
    }
    .failed-result {
        padding-top: 75px;
    }
    .failed-result .red-border {
        margin-bottom: 40px;
    }
    .failed-result h3 {
        font-size: 34px;
        line-height: 42px;
        margin: 0 0 30px;
    }
    .failed-result h3 span {
        font-size: 20px;
        line-height: 36px;
    }
    .failed-result h4 {
        font-size: 23px;
    }
    .failed-result h4 span {
        font-size: 22px;
        line-height: 40px;
    }
    .failed-result .list-category {
        margin-top: 50px;
    }
    .failed-result .list-category h3 {
        font-size: 32px;
    }
    .failed-result p {
        font-size: 20px;
        margin-top: 40px;
        line-height: 32px;
    }
    .front-page-head {
        text-align: center;
        margin-bottom: 70px;
    }
    .front-page-head h5 {
        margin-bottom: 20px;
    }
    .front-page-head img {
        margin-bottom: 30px;
    }
    .front-page-title h3 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 50px;
    }
    .front-page-title .business-address {
        text-align: center;
    }
    .map-bg .business-name {
        width: 100%;
        display: inline-block;
        right: 0;
        bottom: 0;
    }
    .business-name .business-logo {
        margin: 0 auto 15px;
        width: 90px;
        height: 90px;
    }
    .business-name .business-report-name {
        width: 100%;
        height: 100px;
    }
    .competitors-intro p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .competitors-list ul li .direction,
    .competitors-list ul li {
        height: auto;
    }
    .competitors-list ul li.lt,
    .competitors-list ul li.rt {
        margin-bottom: 0;
    }
    .competitor-map {
        width: 100%;
        margin: 0 0 20px;
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .report-head h3 {
        font-size: 18px;
    }
}


.red-border h3{
    color: #eb2219 !important;
}

.red-border p{
    color: #515be4 !important;
}

.single-icons{
    font-size: 50px !important;
    color: #515be4 !important;
}

.random-h-color{
    color: #515be4 !important;
}

.random-p-color{
    color: #666 !important;
}