<link href="https://fonts.googleapis.com/css?family=Arial" rel="stylesheet">
.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px #888888;
    margin-right: 10px;
}

.advisor {
    display: inline-block;
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    font-weight: 600;
}
/* Tooltip container */
.tooltip {
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    padding: 2px 7px 1px 7px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;

}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #545454;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 4px 4px 4px #AAAAAA;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-box-shadow: 4px 4px 4px #AAAAAA;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
	
}
.smllbutt {
    background-image: url('https://www.mylegalcheckup.uk/checkup/Report_files/playbutton.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2px 30px 2px 6px;
    width: auto;
    display: inline-block;
    background-color: #ffffff;
	position: relative;
	left: -6px;
}
a.smllbutt:hover {
    background-image: url('https://www.mylegalcheckup.uk/checkup/Report_files/playbutton_hov.png');
}
a.small_videolink:active, a.small_videolink {
    font-size: 14px;
    color: #545454;
    text-decoration: none;
}
a.small_videolink:hover {
    font-size: 14px;
    color: #545454;
    text-decoration: none;
}
.fancybox-slide>div {
    max-width: 600px;
    text-align: center !important;
    font-size: 12px;
}
h5 {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 0.8em;
    -webkit-margin-after: 0.8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h4 {
    display: block;
    -webkit-margin-before: 0.8em;
    -webkit-margin-after: 0.8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h1.qheading {
    color: #545454;
    font-size: 18px;
    font-weight: normal;
    margin: 22px auto;
}
h1.qheadingsmall {
    color: #545454;
    font-size: 12px;
    font-weight: normal;
    width: 400px;
    margin: 12px auto;
}
body {
	padding: 20px;
	margin: 0px;
	background: #fafafa;
	font-family: Arial;
	color: #545454;
	font-weight: normal;
}
.input {
    background: #efefef;
    border: 0px;
    color: #131313;
    padding: 10px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
    width: 250px;
}
.select {
    border: 0px;
    color: #131313;
    padding: 0px 10px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
    width: 270px;
    height: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right 10px center #efefef;
}
 .input::-webkit-input-placeholder {
 color: #131313;
}
 .input:-moz-placeholder { /* Firefox 18- */
 color: #131313;
}
 .input::-moz-placeholder {  /* Firefox 19+ */
 color: #131313;
}
 .input:-ms-input-placeholder {
 color: #131313;
}
.txtsub {
    display: none;
}
.bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -5000;
}
.videopop {
    float: left;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.qpaging {
    text-align: center;
    padding: 5px 0px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
.qbtn, .qbtnsub {
    background: #545454;
    padding: 8px 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
    border-radius: 10px;
}
.qbtn:hover, .qbtnsub:hover {
    background: #001040;
}
.qbtn.active, .qbtnsub.active {
    background: #001040;
    margin-right: 10px;
}
.qbtn:after, .qbtnsub:after {
    position: absolute;
    content: "";
}
.qbtn.active:after, .qbtnsub.active:after {
    background: url(arrows.png) no-repeat;
    height: 60px;
    top: -10px;
    right: -35px;
    width: 30px;
}
.videolink {
    background: #4b5457;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
}
.callback {
    background: #4b5457;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
}
.callback:hover {
    background: #545454;
}
.reportback {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
.reportback:hover {
    background: #545454;
}
.callbacksubmit {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
.reportbacksubmit {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
#qaid td, #qaid tr {
    width: 100%;
    display: block;
    text-align: center;
}
.nextq, .submitreport {
    background: #4b5457;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
}
.prevq:hover, .nextq:hover, .submitreport:hover {
    background: #545454;
}
.wbtn:hover {
    background: #001040;
}
.wbtn {
    border-radius: 10px;
    padding: 10px 30px;
    text-decoration: none;
    color: #FFF;
    background-color: #545454;
}
#qaid .logo {
    width: 320px;
    height: 131px;
    margin: 30px auto 0px;
    border-bottom: 1px solid #f7f5f5;
    padding: 10px;
}
#qaid .logo img {
    width: 100%;
}
.ftxt {
    color: #999;
    font-size: 9px;
}
.bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -5000;
}
.wrap h1 {
    font-weight: normal;
    color: #545454;
}
.wrap h2 {
    font-weight: normal;
    color: #04333D;
    font-size: 14px;
}
.wrap h3 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 24px;
    text-align: left;
    padding: 20px;
    background-color: #545454;
    position: relative;
}
.wrap h4 {
    font-weight: normal;
    color: #545454;
    font-size: 14px;
}
.wrap h5 {
    font-weight: normal;
    color: #04333D;
    font-size: 14px;
}
.wrap .logo {
    width: 320px;
    height: 131px;
    margin: 30px auto 0px;
    padding: 10px;
}
.wrap .logo img {
    width: 100%;
}
.wrap p {
    font-weight: normal;
    font-size: 14px;
}
.condition {
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    float: right;
    padding-right: 20px;
    width: 110px;
    line-height: 22px;
    vertical-align: middle;
    padding-top: 10px;
}
.status {
    float: right;
}
.tab h2 {
    background: #fafafa;
    color: #000000;
    text-align: left;
    padding: 12px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #DDDDDD;
    border-padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 40px;
}
.tab h2 span {
    color: #ffffff;
    font-size: 36px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    float: right;
}
.videolink {
    background: #4b5457;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
}
.callback {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
.videolink:hover {
    background: #545454;
}
.callbacksubmit {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
.printbutton {
    background: #545454;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-right: 5px;
    border: 0px;
    cursor: pointer;
}
.printbutton:hover {
    background: #545454;
}
.button, .button:visited {
    background: #4b5457 url(overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #ffffff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer
}
.button:active {
    top: 1px;
}
.button, .button:visited, .medium.button, .medium.button:visited {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.button, .button:visited {
    font-size: 14px;
    padding: 8px 14px 9px;
}
.button:hover {
    background-color: #545454;
}
.listser {
    clear: both;
    width: 250px;
    margin: 0px auto;
}
.listser .left {
    float: left;
    text-align: left;
    color: #000;
    font-size: 13px;
}
.listser .right {
    float: right;
    text-align: right;
}
.trafficlightred {
    background-color: #D80100;
}
.red {
    color: #D80100;
}
.trafficlightamber {
    background-color: #FFBF00;
}
.amber {
    color: #FFBF00;
}
.trafficlightgreen {
    background-color: #7BAB21;
}
.green {
    color: #7BAB21;
}
@media screen and (max-width: 568px) {

.wrap .logo {
    width: 171px;
    height: auto;
    margin: 0px auto 0px;
}
.wrap h3 {
    margin: 0px;
    padding: 0px;
}
}

@media only screen and (max-width: 800px) {
.qbtn, .qbtnsub {
    padding: 5px 5px;
}
h1.qheading {
    font-size: 17px;
}
h1.qheadingsmall {
    width: 100%;
    margin: 20px auto;
    font-size: 12px;
}
.reportback, .callback, .printbutton {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
}
}

@media only screen and (max-width: 320px) {
.qbtn, .qbtnsub {
    font-size: 12px;
}
.videolink {
    padding: 5px 5px;
}
h1.qheading {
    font-size: 13px;
}
}
.tabtxt {
    font-size: 14px;
    color: #5A5A5A;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
}
h6 {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #545454;
    font-size: 16px;
}
.tabtxt01 {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    border-radius: 10px;
    padding: 20px;
    background-color: #545454;
    margin-top: 100px;
    line-height: 20px;
}
.bg1 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -5000;
}
.weasked {
    font-size: 16px;
    color: #6C6C6C;
}
.yourresponse {
    font-size: 16px;
    text-transform: lowercase;
}
.recommendationtext {
    font-size: 14px;
    padding-top: 12px;
}
.answerbox {
    text-align: left;
    color: black;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #888;
}
.answers {
    background: #fafafa;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    border-top: 1px solid #DDDDDD;
    border-padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.answers_box {
    background: #fafafa;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #DDDDDD;
    border-padding: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.question {
    float: left;
    display: inline-block;
    text-align: left;
    width: 120px;
    font-size: 18px;
    display: inline-block;
}
.legalguide {
    float: left;
    display: inline-block;
    text-align: left;
    width: auto;
}
.status_new {
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 16px!important;
    font-size: 16px;
    line-height: 16px;
    position: +280px;
    font-weight: 700;
}
.question.qnew {
    width: 120px;
    display: inherit;
    color: #04323F;
}
.answerbox.qnew {
    width: 80%;
    float: left;
    display: inherit;
    color: #888;
}
.tabtxt1 {
    width: 220px;
    float: right;
    display: inherit;
    vertical-align: top;
}
.producttext {
    color: #545454;
}

.youranswer {
	
}

.advisorytext {
    font-size: 14px;
    color: #545454;
    padding-top: 6px;
}

.advisoryheading {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.responsequestion {
	font-style: italic;
}

.recommend {
	padding: 10px 0px 0px 0px
}
