/*
Theme Name: Newlegalexpert
Theme URI: https://wordpress.org/themes/legalexpert/
Author: the WordPress team main
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: legalexpert

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

/* =Reset
-------------------------------------------------------------- */
/* Google Fonts loaded via functions.php <link> tag for better performance */
/* @import removed - was causing CLS from font swapping */
.box .b_tlt {
	
}
#wpcf7-f3718-p3719-o2 input[type="email"], #wpcf7-f3718-p3719-o2 input[type="text"], #wpcf7-f3718-p3719-o2 select, #wpcf7-f3718-p3719-o2 textarea {
	width: 100%;
}
#wpcf7-f3718-p3719-o2 {
	width: 100%;
	max-width: 400px;
}

.hdr
{
    	color: #fff;
	font-size: 16px;
}
.banner_3
{
    
    display:none;
}
.hdr_rgt a {
	color: #fff;
	text-decoration: none;
}
.hdr_lft {
	background: #014bad;

}
.hdr_rgt {
	background: #9e0a0c;
}
.mn_hdr {
	box-shadow: 0 0 7px 1px #ccc;
	position: relative;
	z-index: 999;
	background: #fff;
}
.media_logos h2 {
	font-size: 2em !important;
	margin: 0 0 25px 0;
}
.m_logos img {
	/* width: 131px; */
	border: solid 1px #ccc;
	/* margin: 0 7px; */
	box-shadow: 0px 0px 5px 0px #ccc;
}
.media_logos {
	text-align: center;
	margin: 0px auto 30px;
	width: 50%;
	min-width:220px;
}

.link_btns a {
	display: inline-block;
	background: #9e0a0c;
	padding: 15px 15px;
	width: 260px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 1em;
	border-radius: 30px;
	font-weight: bold;
	box-shadow: 1px 2px 4px 0 #ccc;
}
.link_btns a:hover {
	text-decoration:none;
	color:#fff;
}
.link_btns a.cl_btn {
	background: #014bad;
	margin: 0 10px 10px 0;
}
.link_btns {
	margin: 25px 0;
	text-align: center;
}
input[type="submit"].my_sub_btn:hover {
	
	background: #093B81;
	padding: 14px 20px;
	width: 151px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	border-radius: 30px;
	box-shadow: none;
	border: none;
	
}
input[type="submit"].my_sub_btn {
	display: block;
	background: #093B81;
	padding: 14px 20px;
	width: 151px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	border-radius: 30px;
	box-shadow: none;
	border: none;
	margin:0 auto;
}
.box p {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	line-height: 20px;
}


h1,   h2,  h3, h4,  h5 {
	font-family: "Poppins", sans-serif;
	line-height: 1.2em;
}


 h4 {
	font-size: 24px;
	
}
 h5 {
	font-size: 22px;
	
}
.rate_star {
	color: #ffd500;
	display: inline-block;
	font-size: 21px;
	line-height: 24px;
	text-align: right;
	/* margin: 0 0 10px 0; */
	float: right;
	width: 100px;
}
.footer_row {
	border-top: 7px solid #0447AE;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 50px 0;
	width: 100%;
}

.foot {
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	width: 25%;
}
.foot.foot1 img {
	height: auto;
	width: 100%;
	max-width: 270px;
}
.social_ic {
	margin: 20px 0 0 0;
}
.foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot li {
	display: block;
	margin: 0 0 0px;
}
.foot.foot3 li a::before, .foot.foot4 li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #2d5997;
	left: 0;
	position: absolute;
	top: 0;
}
.add_cont {
	color: #2d5997;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 20px;
}
.add_cont span {
	display: block;
	font-weight: 400;
	margin: 3px 0 0;
}
.foot_btn {
	background: #2d5997;
	border: none;
	border-radius: 35px;
	color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 22px;
	font-weight: 600;
transition: all ease 2s;
	display: inline-block;
	text-decoration: none;
	margin: 10px 0 0;

}
.foot_btn:hover {
    	box-shadow: 0px 0px 3px 1px #333;
    		text-decoration: none;
    		color:#fff;
}
.foot li a i {
	color:#2d5997;
}

.foot li a {
	color: #2d5997;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 12px;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.link_btns.banner_2 {
	text-align: left;
}
.link_btns.banner_2 {
	margin: 30px 0 0 0;
	clear: both;
}
.foot h2 {
	border-bottom: 1px solid #ccc;
	color: #0447AE;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.social_ic li {
	display: inline-block;
}
.social_ic li a {
	padding: 0 9px 0 0;
	font-size: 3em;
}

.overall_rate {
	height: 20px;
	position: relative;
}
span.footer_txt a {
    color: #000!important;
}
.str_gr_div {
	position: absolute;
	z-index: 1;
}
.news_cover li a {
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}
.innerbanner h1 {
	margin: 0 0 3px 0;
}
.innerbanner h2 {
	color: #0c3e83;
	font-size: 24px;
	line-height: auto;
	margin: 0 0 13px 0!important;
}
.box .b_tlt {
	background-image: url("images/box-h2.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 9px 10px;
	background-position: center center;
	line-height: 22px;
	text-align: center;
}
.box .b_tlt a {
	color: #fff;
	text-decoration: none;
}
.srch {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align:center;
	position:relative;
}

.upperBlock h2 {
	color: #fff;
	padding: 20px 0 20px 80px;
	background-image: url('images/calculatorimages/body.png');
	width: 467px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	line-height: 40px;
	margin: 0px 0 0 0;
	/* text-transform: uppercase; */
}
.srch input[type="text"] {
	width: 88%;
	padding: 11px 11px;
	border-radius: 0px;
	display: inline-block;
	border: none;
	vertical-align:top;
}
#s:focus-visible {
	border: none;
	box-shadow: none;
	border-radius: 0px;
}

.srch input[type="submit"] {
	/* position: absolute; */
	/* top: 0px; */
	/* right: -1px; */
	background-color: #093B81;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-image: url('images/srch_img.png');
	background-size: cover;
	width: 40px;
	height: 40px;
	margin: 0px 0 0 0;
	vertical-align:top;
}
.srch input[type="submit"]:hover {
	
	background-color: #093B81;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-image: url('images/srch_img.png');
	background-size: cover;
	
}
.ftr_srch {
	width: 100%;
	background: #1093d2;
	padding: 12px 0;
}
.mainblck_title {
	font-size: 1.1em;
	/* text-transform: uppercase; */
	background: #0E3F85;
	padding: 10px 10px;
	cursor: pointer;
	margin: 0px 0;
	/* border: solid 1px #77A7EA; */
	position: relative;
	color: #fff;
}

.con_inner h1,.con_inner h2,.con_inner h3,.con_inner p,.con_inner li,.con_inner a {
	color: #fff!important;
}
.open_div.mainblck_title::after {
content: "";
position: absolute;
top: 2px;
right: 20px;
bottom: auto;
left: auto;
border-right: 14px solid transparent;
border-top: 14px solid transparent;
border-bottom: 14px solid #fff;
}
#conform_23 input {
	display: block;
	margin: 0px 0 0px 0;
	background-color: #E0EAEF;
	border: solid 1px #0c3e83;
	border-radius: 0px;
	color: #0c3e83;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
	background-size: 28px auto;
	background-position: 4px 5px;
	width: 100%;
}
#conform_23 input#accpt {
    margin: 10px 0 0 0;
    display: block;
    visibility: visible;
    width: 13px;
    height: auto;
}
#conform_23 label {
	color: #0c3e83;
}
#conform_23 input#otptxt {
	padding: 10px 10px;
}
#conform_23 input.invalidval {
	background-color: #F7D0DF;
	border: solid 3px #FF0000;
	color: #fff;
}
#conform_23 .err {
	color: #ff0000;
}
#acpt_block label {
	/* display: inline-block; */
	/* width: 30px; */
	/* vertical-align: top; */
	position: absolute;
	top: -10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#acpt_block {
	/* vertical-align: top; */
	padding: 0 0 0 30px;
	position: relative;
}
#acpt_block span {
	display: inline-block;
	/* width: 320px; */
	font-size: 12px;
	line-height: 15px;
}
#conform_23 {
	width: 350px;
}
/*#yname{
background-image:url('images/calculatorimages/name.png');	
}
#yemail{
background-image:url('images/calculatorimages/yemail.png');	
}
#yphone{
background-image:url('images/calculatorimages/yphone.png');	
}
#howfind{
background-image:url('images/calculatorimages/howfind.png');	
}*/
#sndbtn {
	background: #0c3e83;
	display: inline-block;
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	cursor:pointer;
}
div#verifynumber {
	background: #0c3e83;
	display: inline-block;
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	cursor:pointer;
}

p#verifynumber {
	color: #0c3e83;
	padding: 0px;
	cursor: pointer;
	margin: 20px 0 10px 0;
	font-weight: bold;
	border: none;
	font-size: 16px;
}
.mobile_call
{
    display:none;
}
.smldes {
	font-weight: bold;
	color: #0c3e83;
	font-size: 17px;
}
.otpblck p {
	font-size: 14px;
	border: solid 2px #0c3e83;
	color: #f77120;
	padding: 9px 10px;
	font-weight: bold;
	line-height: 16px;
}
#sendbackverifynumber {
	background: #0c3e83;
	display: inline-block;
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	cursor:pointer;
}
#err_msg span {
	border: solid 1px #ff0000;
	color: #ff0000;
	margin: 0 0 10px 0;
	padding: 0 10px;
	display: block;
}
#conform_23 select {
	display: block;
	margin: 10px 0 10px 0;
	background-color: #E0EAEF;
	border: solid 1px #0c3e83;
	border-radius: 0px;
	color: #f77120;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	background-size: 28px auto;
	background-position: 4px 5px;
	width: 100%;
}
.mainblck_title.open_div {
color: #fff;
border-color: #fff;
}
.mainblck_title::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 11px;
	bottom: auto;
	left: auto;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #fff;
}

.mainblck {
margin: 10px 0;
}
.mainblck_content {
	overflow: hidden;
	background: #77A7EA;
	
}
.con_inner {
	padding: 20px 20px 0px;
}
.accordi_div {
	margin: 0 0 30px 0;
}

.innerbanner h2 {
	margin: 0 0 0px 0;
}
.tpilot1 {
	display: none;
	  width: 100%;
  margin: 1em 0 0;
  text-align: center;
}

.tpilot1 img {
	width: 350px;
}
.news_cover li {
	list-style: none;
	/* padding: 0px; */
	margin: 0px;
	border-bottom: solid 1px #fff;
	padding: 10px 0;
}
.news_cover ul {
	margin: 0px;
}
.tpilot {
	margin: 0 0 20px 0;
	padding: 8px;
	background: #fff;
}
.tpilot img {
	width: 100%;
	height: auto;
}

.str_yl_div {
	position: absolute;
	z-index: 2;
	overflow: hidden;
}
.review_inner {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	width: 92%;
	text-align: left;
	padding: 4%;
	margin: 0 0 0 0;
}
.review_inner h1 {
	font-size: 1.1em;
	color: #333;
	margin: 0px;
	line-height: 1.3em;
	display: inline-block;
	width: 80%;
}

.smryrev {
	font-size: 0.8em;
	margin: 8px 0 0px 0;
	color: #c9c9c9;
	text-align: right;
}
.smryrev strong {
	color: #333;
}
.review_inner hr {
	margin: 10px 0 10px 0;
	border-top: 1px dashed #ccc;
	height: ;
}
.scor {
	font-weight: bold;
	font-size: 0.9em;
	margin: 7px 0 0 0;
	float: right;
}
.smlrevtxt {
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
	padding: 0px 0 0 17px;

}
.single_rev {
	padding: 10px;
}
.single_rev h2 {
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	float: left;
	text-transform: capitalize;
}
.single_rate {
	position: relative;
	width: 74px;
	margin: 7px auto 0px;
	height: 17px;
	float: right;
}
.single_rate img {
	width: 74px;
	max-width: 74px !important;
}
.revtxt {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 8px auto;
	color: #666;
	width: 85%;
	text-align: center;
}
.revauth {
	font-size: 0.9em;
	font-weight: bold;
	margin: 12px 0 0 0;
	display: block;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

/*Calculator css*/
.formfields_1
{
visibility:hidden; position:absolute;width:100px!important;
}
.st.dis {
	background: #E0EAEF;
	border: solid 1px #E0EAEF;
	color: #374785;
	}
#blckl_2a {
	background: #fff;
	margin: 20px 0 0 0;
}

#cr_inj {
	background: #E0EAEF;
	width: 100%;
	padding: 1% 1%;
	/* position: fixed; */
	/* top: 31%; */
	/* right: 0px; */
}
.sinj {
	display: block;
}
.inj {
	background: #fff;
	width: 49%;
	padding: 2% 2% 2%;
	margin: 1% 1% 0 0;
	position: relative;
	display: inline-block;
}
.rmv span {
	background: #E0EAEF;
	padding: 0 5px;
	color: #374785;
}
.rmv {
	position: absolute;
	top: 7px;
	right: 0px;
	background: #374785;
	padding: 5px 5px 7px 10px;
	color: #fff;
	cursor: pointer;
}
#cr_inj h2 {
	margin: 0 0 0 0;
}
#cr_inj span {
	display: block;
	/* width: 25%; */
	line-height: 20px;
}
#LossofEarning_t {
	background-image: url('images/calculatorimages/loss.png');
}
#totalhrsofcare_t {
	background-image: url('images/calculatorimages/clck.png');
}
#Travelexpenses_t {
	background-image: url('images/calculatorimages/car.png');
}
#TreatmentMedicalCosts_t {
	background-image: url('images/calculatorimages/med.png');
}
#RepairCosts_t {
	background-image: url('images/calculatorimages/repair.png');
}
#OtherCosts_t {
	background-image: url('images/calculatorimages/other.png');
}
#a_12 {
	padding: 20px 0 0 0;
}
#LossofEarning p {
	font-size: 14px;
	margin: 0 0 0 0;
	line-height: 21px;
	color: #374785;
}
#noadditional::after,pl.sbmbtn::after {
	display: none;
}
input[type="text"].loe {
	display: block;
	margin: 10px 0 10px 0;
	background-color: #E0EAEF;
	border: solid 1px #374785;
	border-radius: 0px;
	color: #374785;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 40px;
	background-size: 28px auto;
	background-position: 4px 5px;
}
.m3.active {
	border: solid 2px #374785;
	opacity: 1;
	position: relative;
}
.sbox {
	width: 300px;
	position: relative;
}
input[type="text"].srchbx {
	border: solid 2px #E0EAEF;
}
.srchbox p {
	color: #374785;
	font-weight: bold;
	margin: 0px 0 16px 0;
	font-size: 17px;
}
.cldiv > h2 {
	border: solid 2px #E0EAEF;
	margin: 10px 0 0 0;
	color: #374785;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 10px 10px 40px;
	line-height: 1.7;
	font-weight: normal;
}
.cldiv {
	position: relative;
	cursor: pointer;
}
.cldiv.m1 > h2::after {
	background-image: url('images/calculatorimages/tick.png');
	content: '';
	position: absolute;
	top: 5px;
	left: 7px;
	z-index: 99999;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.cldiv.m1 > h2.active::after {
	background-position: 0px -30px;
}
.cldiv.m2 {
	padding: 5px 0 5px 40px;
}
.m3 {
	background: #fff;
	padding: 10px 20px;
	margin: 10px 0 10px 0;
	border: solid 1px #E0EAEF;
}
.m3 h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}
.m3 p {
	font-size: 12px;
	color: #fff;
	background: #384885;
	font-weight: normal;
	padding: 0 6px;
	margin: 0px;
}
.sel {
	background: #fff;
	color: #384885;
}
.cldiv > h3 {
	border: solid 2px #E0EAEF;
	margin: 0 0 0 0;
	color: #374785;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 10px 0px 27px;
	line-height: 23px;
	font-weight: normal;
	position: relative;
}
.cldiv.m2 > h3.active::after {
	background-position: 0px -19px;
}
.cldiv.m2 > h3::after {
	background-image: url('images/calculatorimages/tick.png');
	content: '';
	position: absolute;
	top: 0px;
	left: 7px;
	z-index: 99999;
	width: 20px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 20px auto;
}
#srchbtn {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #E0EAEF;
	padding: 5px 9px 6px;
	cursor: pointer;
}
#srchbtn:hover {
	background: #374785;
}
.pl.active::after {
	background-position: 0px -30px;
}
.pl::after {
	background-image: url('images/calculatorimages/tick.png');
	content: '';
	position: absolute;
	top: 0px;
	left: 7px;
	z-index: 99999;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
.caltxt {
	box-sizing: border-box;
	margin: 20px auto 0;
	
	width: 100%;
	max-width: 1160px;
}
.chbx::after {
	background-image: url('images/calculatorimages/tick.png');
	content: '';
	position: absolute;
	top: 3px;
	left: 7px;
	z-index: 99999;
	width: 32px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.chbx.active::after {
			background-position: 0px -30px;
}
.compensationCalculatorBlock {
	background-color: #374785;
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 0 20px 20px;
	width: 100%;
	max-width: 1155px;
	background-image: url('images/calculatorimages/corner.png');
background-repeat: no-repeat;
background-position: top right;
}
.st {
	color: #fff;
	border: solid 1px #fff;
	padding: 4px 5px;
	margin: 0 5px 0 0px;
	font-size: 12px;
	display: inline-block;
}
.steps {
	margin: 20px 0 0 0;
}
.subtxt{
	color: #fff;
	
}
.upperBlock ul {
	margin: 0 0 0 81px;
	border-top: solid 1px #fff;
	display: inline-block;
	padding: 21px 69px 20px 0;
}
.caltxt h3 {
	
	color: #374785;
	
}
.upperBlock li {
	color: #fff;
	background-image: url('images/calculatorimages/litick.png');
	background-repeat: no-repeat;
	padding: 0 0 10px 28px;
	/* margin: 0 0 0 81px; */
	list-style: none;
}
.upperBlock {
	margin: 0px 0 0 0;
	padding: 30px 0 0 20px;
}
.upperBlock h1 {
	color: #fff;
	padding: 20px 0 20px 80px;
	background-image: url('images/calculatorimages/body.png');
	width: 467px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	line-height: 40px;
	margin: 0px 0 0 0;
	/* text-transform: uppercase; */
}
.st.act {
	background: #fff;
	color: #374785;
}
.PlaceofInjury {
	width: 18%;
	display: inline-block;
	background: #fff;
	padding-top: 160px;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	color: #374785;
	font-weight: bold;
	font-size: 12px;
}
.pl.active {
	border: solid 2px #374785;
	opacity: 1;
	position: relative;
}
.comres {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
}
.fnlres {
	background: #374785;
}
.bl_outer_div {
	margin: 0px 0 0 0;
	padding: 4%;
	background: #fff;
}
.pl {
	border: solid 1px #374785;
	cursor: pointer;
	
	position:relative;
}
.chbx {
	border: solid 2px #E0EAEF;
	padding: 10px 10px 10px 40px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #374785;
	position: relative;
	line-height: 24px;
}
.fres td.tlt h3 {
	margin: 5px 5px;
	text-transform: uppercase;
	color: #fff;
	/* letter-spacing: 6px; */
}.fres td.tlt {
	background: #374785;
	/* color: #fff; */
}
#Yes::after {
	
}
#Yes {
	padding-left: 40px;
	cursor: pointer;
}
.chbx.active {
	
}
.btxt strong {
	display: block;
}
.chbx p {
	text-transform: none;
	background: #E0EAEF;
	margin: 10px 0 0 0;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 16px;
}
.tpimg_tp {
	display: none;
}
.calcbk {
	display: none;
}
.sbmbtn {
	background: #374785;
	border: none;
	color: #fff;
	padding: 10px 30px;
	margin: 7px 0 0 0;
	display: inline-block;
	cursor: pointer;
}
#Yes.pl2 .pl::after {
	display: none;
}
.loader_div {
	position: fixed;
	width: 100%;
	background: #000;
	padding-top: 12%;
	z-index: 999;
	height: 100%;
	opacity: .5;
	top: 0px;
	left: 0px;
	text-align: center;
}
.hding {
	font-size: 19px;
	font-weight: bold;
}
.st.vis {
	background: #E0EAEF;
	border: solid 1px #E0EAEF;
	color: #374785;
	cursor:pointer;
}
.finalsrc h1 {
	font-size: 26px;
}
.finalsrc h2 {
	font-size: 17px;
}
/*Calculator css*/
.page_links ul li.menu-item {
	width: 47%;
	float: left;
	border: solid 1px #114186;
	text-align: center;
	line-height: 30px;
	margin: 0% 1% 1%;
}
.page_links a {
	
	width: 100%;
	display: block;
}
.page_links a:hover {
	transition: all .4s ease;
-webkit-transition: all .4s ease;
background:#114186;
color:#fff;
text-decoration:none;
}
ul.mega-sub-menu > li.mega-menu-item a {
  background-image: url("images/ar.png")!important;
  background-position: left center!important;
  background-repeat: no-repeat!important;
  padding: 0 0 0 17px!important;
  text-transform: none!important;
  background-color:transparent!important;
   font-size: 12px!important;
    line-height: 24px!important;
}
.mega-sub-menu .textwidget > h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
  color: #0c3e83!important;
  font-size: 15px!important;
  padding: 0!important;
    margin: 7px 0!important;
}
#mega-menu-wrap-primary #mega-menu-primary p.menuhd {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #0c3e83 !important;
	font-size: 15px !important;
	padding: 0 !important;
	margin: 7px 0 !important;
	font-weight: bold;
}
#mega-menu-wrap-primary .mega-sub-menu .textwidget > h4 > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
  color: #0c3e83!important;
  font-size: 15px!important;
  padding: 0!important;
}
#mega-menu-wrap-primary #mega-menu-primary p.menuhd > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #0c3e83 !important;
	font-size: 15px !important;
	padding: 0 !important;
	font-weight: bold;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item p.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p.mega-block-title {
	color: #555;
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	display: block;
	visibility: inherit;
	border: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}
.btmbox {
	border: 1px solid #cecece;
  border-collapse: collapse;
  border-radius: 4px;
  color: #404040;
  margin: 10px 0 20px;
  text-shadow: none;
}
.box_title
{
  padding: 10px 20px;
   
      background: #980808 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.box_content {
  background: #fff none repeat scroll 0 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5em;
  margin: 1px;
  padding: 15px 20px 0;
}
p.add1
{
font-size: 13px;

line-height: 1.5em;
}
.add1 > a {
  color: #000;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: type="1";
	margin-left: 20px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ul.mega-sub-menu ul.mega-sub-menu > li.mega-menu-item {
  display: inline-block !important;
  width: 50% !important;
}
ul.mega-sub-menu ul.mega-sub-menu > li.mega-menu-item a:hover {
background:#333!important;
color:#fff!important;
padding-left:5px!important;
}
ul.mega-sub-menu > li.mega-menu-item a {
 text-transform: none!important;
}
ul.mega-sub-menu > li.mega-menu-item a:hover {
background:#333!important;
color:#fff!important;
padding-left:5px!important;
}
#mega-menu-wrap-primary {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	border: solid 1px #ccc;
	padding: 7px 9px;
	vertical-align: middle;
}
.top_inner
{
width:89%;
margin:0 auto;
}
.tpilot1a {
	display: none;
}
#menu-main-menu > li > a
{
	
	
}
#menu-main-menu > li {
   
  
}
#menu-main-menu > li > a {
   
}
#menu-main-menu > li > ul > li
{
	
}
#menu-main-menu > li > ul > li > a
{
	
}
#menu-main-menu > li > ul > li > ul
{
	
}
#menu-main-menu > li > ul > li > ul > li > a
{
	
}
#menu-main-menu > li > ul
{
	
}
#menu-main-menu > li > ul > li > ul > li
{
	
}
#menu-main-menu > li > ul > li > ul
{
	
}
.menu_item {
  float: left;
  width: auto;
}
.menu_item a {
  border-bottom: 0 none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  text-decoration: none;
 
  white-space: nowrap;
}
.menu_item a:hover {
  background: #0080a4 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}
.outter {
  display: none;
  left: 0;
  padding: 0px 0 0;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 9999;
}
.cover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 10px #ddd;
  height: 400px;
  position: relative;
  width: 100%;
}
.submenu_left {
  width: 100%;
}
.submenu_left > a {
  color: #000;
  display: block;
  float: left;
  line-height: 20px;
  padding: 1%;
  position: relative;
  text-decoration: none;
  width: 30%;
}
.submenu_left > a:hover {
  background: #efefef none repeat scroll 0 0;
  color: #000;
  text-decoration: none;
}
.submenu_right {
  border-left: 1px solid #ddd;
  display: none;
  height: 100%;
  left: 30%;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 999;
  background:#fff;
}
.active1
{
	background:#efefef;
	
}
.submenu_left.first {
	display: block;
}
.submenu_right.first {
	display: block;
}
.item {
  float: left;
  width: 50%;
}
.item > a {
  color: #000;
  text-decoration: none;
}
.item > a:hover {
  background: none;
  color: #01acec;
  text-decoration: none;
}
.desktop_menu {
  display: block;
}
.menu_btn {
  display: none;
}
.res_menu {
  display: none;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.box {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	box-shadow: 0 1px 2px #b4b4b4;
	/* float: left; */
	margin: 0 1% 2% 0;
	padding: 0 0 2%;
	width: 32.3%;
	/* overflow: hidden; */
	/* min-height: 315px; */
}
.box h2 {
  background-image: url("images/box-h2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 9px 10px;
  background-position: center center;
}
.mtxt > p {
  padding: 17px 14px 0;
}
.box .claimBtn {
  background-image: url("images/claimNow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 10px 0 0 10px;
  padding: 1px 0 5px;
  text-align: center;
  width: 87px;
}
.box h2 a {
  color: #fff;
}
.myimg2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 150px;
  width: 100%;
}
.box .learnMore {
  color: #ff5b00;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 13px 13px 0 0;
}
.review-box {
	
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px #b4b4b4;
  margin: 0 1% 2% 0;
  padding: 20px;
  max-width: 95%;
  overflow: hidden;
}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", sans-serif;
}
a {
	color:#014bad;
	text-decoration: underline;
}
a:hover {
	color: #1982d1;
	text-decoration: underline;
}

.wrapper {

}
.top_menu {
  background: transparent url("images/top-menu-bg.png") repeat-x scroll left top;
  width: 100%;
}
.top_menu li {
  display: inline-block;
}
.top_menu li a {
  color: #2d5997;
  display: block;
  
  font-size: 13px;
  line-height: 18px;
  padding: 7px 15px 8px;
  text-decoration: none;
}
.top_menu li a:hover {
  color: #2d5997;
  text-decoration: underline;
}
.inner_header {
 /* background: #ebf3fd none repeat scroll 0 0; */
  padding: 15px 20px;
}


.logo img {
	width: 200px;
	height: auto;
}
.header_right {
	float: right;
	width: 25%;
	text-align: right;
}
.hdr_btns {
	width: 50%;
	float: left;
	text-align: center;
	margin: 6px 0 0 0;
}
.hdr_btns a:hover {
	text-decoration: none;
}
.hdr_btns a {
	display: inline-block;
	background: #77A7EA;
	padding: 14px 20px;
	width: 230px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	border-radius: 30px;
	box-shadow: 1px 2px 4px 0 #374785;
}
.hdr_btns a.cmb {
	background: #093B81;
	margin-bottom: 10px;
}
.hde {
	font-size: 35px;
	font-weight: bold;
	color: #0c3e83;
	margin: 10px 0 0px 0;
}
.header_text {
  color: #000;
  
  font-size: 18px;
  line-height: 20px;
  width: 100%;
}
.call-me {
  margin: 15px 5px;
}
a.call-button {
  background-color:#005491;
  border:1px solid #fff;
  border-radius:5px;
  color:#fff;
  font-size: 15px;
  padding:7px 7px 7px 7px;
}

.inner {
  margin: 0 auto;
  width: 1100px;
}
.footer_menu {
  background: transparent url("images/footer-menu-bg.png") repeat-x scroll left top;
  width: 100%;
}
.footer_menu li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer_menu li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
}
.footer_menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_cont {
  background: transparent url("images/footer-bg.png") repeat-x scroll left bottom;
  padding: 10px 0;
  width: 100%;
}
.footer_txt {
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
.copyrgt {
	text-align: center;
}
.copyright {
	color: #2d5997;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	width: 84%;
	margin: 20px auto;
	min-width: 300px;
}


.tpimg {
	position: absolute;
	bottom: -50px;
	right: -11px;
	width: 180px;
	height: auto;
	background: rgba(255,255,255,.6);
	padding: 11px;
}
.citymap iframe {
  height: 200px;
  margin: 0 0 20px;
}
.banner1 {
	box-sizing: border-box;
	margin: 0 0 0px;
	padding: 0px 0 0;
	width: 100%;
	position: relative;
}

.banner1 h2 {
	font-weight: bold;
	font-size: 3em;
	width: 97%;
}
.banner1::before {
	content: '';
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.innerbanner {
	/* position: absolute; */
	/* background: rgba(255,255,255,0.4); */
	padding: 10px 30px;
	position: relative;
}
.banner > h1 {
  color: #9e0a0c;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 20px;

}
.banner > h2 {
  color: #2d5997;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 3px;
}
.plantxt > li {
	/* background: rgba(0, 0, 0, 0) url("https://www.staging.legalexpert.co.uk/wp-content/uploads/2016/11/tick.png") no-repeat scroll 0 5px; */
	margin: 0 0 0 4px;
	padding: 0 0 0 0px;
	list-style: none;
	font-size: 20px;
	line-height: 28px;
}
.plantxt li::before {
	content: "\f046";
	font-family: FontAwesome;
	font-size: 19px;
	margin: 0 10px 0 0;
	color: #9e0a0c;
}
.claim_btn {
  background: #bb0000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 30px 0 0;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
}
.plantxt {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding-left: 0px;
	margin: 20px 0 20px 0;
}
.plantxt > strong {
  color: #bb0000;
}
.btxt {
  font-size: 22px;
  line-height: 29px;
}
.btxt > strong {
  color: #9e0a0c;
}

.form_cont {
  margin: 0 0 20px;
  width: 100%;
}
.fom_hd {
	background-color: #9e0a0c;
	padding: 8px 15px 10px;
}
.fom_hd > h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 5px;
}
.fom_text {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 14px;
}
.fom_cover {
  background: #9e0a0c none repeat scroll 0 0;
  padding: 15px 15px 5px;
}
.fom_field {
  margin: 0 0 3px;
	width: 100%;
}
.field_inner {
  color: #fff;
  float: left;
  font-size: 13px;
  line-height: 18px;
  width: 60%;
}
.field_inner:first-child {
  padding: 0px 0 0;
  width: 40%;
}
.fom {
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px 5px;
  width: 100%;
}
.fom1 {
  -moz-appearance: none;
  border: medium none;
  border-radius: 0;
  color: #000;
  font-size: 13px;
  padding: 4px 10px 5px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit.fom_btn {
 color: #fff;
    background: transparent url("images/newshd_bg.png") repeat-x scroll left top;
    float: right;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 10px;
    border: none;
    width: 100%;
    margin: 1px 0 0 0;
}
.fom_field.con {
       margin: 0 0 0px;
    width: 100%;
    height: 45px;
}
.fom_hd > p {
  margin: 0;
}
.news {
  width: 100%;
}
.news > h2 {
  background: transparent url("images/newshd_bg.png") repeat-x scroll left top;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
	font-size: 20px!important;
}
.news_cover {
  background: #093B81 none repeat scroll 0 0;
  padding: 10px 15px;
}
.news_cont {
  border-bottom: 1px dotted #000;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.news_cont > a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 10px;
  text-decoration: none;
}
.news_cont > a:hover {
  color: #fff;
  text-decoration: underline;
}
.news_date {
  color: #0d3f84;
  display: block;
  
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.page_cont {
/*  background: #e3e9ef none repeat scroll 0 0; */
  
}
#news>#__text_mode_custom_bg__ {
		font-size:20px!important
}
h1, h1>span, h1>strong, h1>span>strong, h1>b, h1>span>b {
  color: #0c3e83;
  
  font-size: 38px !important; font-weight: inherit !important;
	
  padding-top: 1rem;
 
  margin: 0 0 20px;
}
.bnr_side {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.bnr_rgt_txt {
	background: #374785;
	padding: 3em 2em;
	border-radius: 21px;
	box-shadow: 0px 0px 5px 3px #a4a4a4;

}
.bnr_side p.h3_txt {
	font-size: 2.4em;
	margin-bottom: 2em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0.7em;
	text-shadow: 2px 3px 3px #032457;
}
.bnr_side a {
	background: #fff;
	color: #042659;
	text-decoration: none;
	display: inline-block;
	padding: 15px 10px;
	margin-top: 2em;
	border-radius: 30px;
	width: 230px;
	box-shadow: 0 0 4px 0px #042659;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.bnr_side p.h2_txt {
	font-size: 3.4em;
	margin-bottom: 1.3em;
	font-weight: bold;
	color: #00b67a;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}
.bnr_side p.h4_txt {
	font-size: 1.3em;
	margin-bottom: 2.7em;
}
.bnr_side p.h5_txt {
	font-size: 1.3em;
	margin-bottom: 0.7em;
}
.bnr_side p
{
	color:#fff;
}
h2, h2 > span, h2 > strong, h2 > span > strong, h2 > b, h2 > span > b {
	color: #374785;
	font-weight: inherit;
	margin: 0 0 20px;
}
h3, h3>span, h3>strong, h3>span>strong, h3>b, h3>span>b {
  color: #374785;
   font-weight: inherit !important;
  
  margin: 0 0 20px;
}
h4, h4>span, h4>strong, h4>span>strong, h4>b, h4>span>b {
  color: #374785;
  
 font-weight: inherit !important;
  
  margin: 0 0 20px;
}
h5, h5>span, h5>strong, h5>span>strong, h5>b, h5>span>b {
  color: #374785;
  
 font-weight: inherit !important;
  
  margin: 0 0 20px;
}
p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0 17px;
}
.page_cont > ul {
	list-style: square;
	margin: 0 0 20px 0;
	padding: 0 0 0 13px;
}
.page_cont li {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 5px 15px;
	list-style: disc;
}
.fom_wrapper {
  width: 350px;
}
.sab {
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit.sab1 {
  border-radius: 0;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
}
.sin_date {
  color: #0d3f84;
  display: block;
  
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  margin: 0 0 20px;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	/* background-color: #e3e9ef; */
}
.site-content {
	margin: 20px 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #000;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
  clear: both;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  width: 100%;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 30px;
	
	line-height: 1.2;
	
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display: none;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.2;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.2;
	font-weight: bold;
	color:#0c3e83;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-content h3, .comment-content h3 {
	font-size: 26px;
	line-height: 1.2;
}
.entry-content h4,
.comment-content h4 {
	font-size: 24px;
	line-height: 1.2;
}
.entry-content h5,
.comment-content h5 {
	font-size: 23px;
	font-size: 0.928571429rem;
	line-height: 1.2;
}
.entry-content h6,
.comment-content h6 {
	font-size: 22px;
	font-size: 0.857142857rem;
	line-height: 1.2;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    font-size:16px;
	color:#000;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content li,
.entry-summary li,
.comment-content li,
.mu_register li {
	font-size:16px;
	color:#000;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display: none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: medium none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/* Hide zopim chat */
.page-id-4369 .zopim {
display: none !important;
}
/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 701px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
body {
  overflow: hidden;
  width: 100%;
}
	.site {
	 
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border: 1px solid;
}
	.main-navigation li a {
		/*background: transparent url("images/menu-item-bg.png") repeat-x scroll left top;*/
		border-bottom: 0 none;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		padding: 9px 20px;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		
		color: #fff;
	}
	.main-navigation li {
		margin: 0 5px 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #fff;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 30px;
		
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	
	body .site {
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

@media screen and (max-width: 1120px) {
	.inner_header {
	padding: 20px 0px 0;
	
}

.tpilot1a a {
	display: block;
	width: 80px;
	float: right;
	margin: 0 0px 0 20px;
}
.calcbk img {
	width: 100%;
	height: auto;
}

.header_right {
	float: right;
	width: 100%;
	text-align: center;
	
}
	.header_right p {
	display: none;
}
		.hdr_btns {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px 0 10px 0;
}

.calcbk {
	width: 11%;
	float: right;
	display: block;
}
	.tpimg_tp {
	width: 20%;
	float: left;
	height: 91px;
	display: block;
}
	.box h2 {
  background-image: url("images/box-h2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 9px 10px;
}
.box {
  background: #fff none repeat scroll 0 0;
  border-radius: 8px;
  box-shadow: 0 1px 2px #b4b4b4;
  float: left;
  margin: 0 1% 2% 0;
  padding: 0 0 2%;
  width: 49%;
}
.innerbanner {
	
}
.btxt {
	font-size: 16px;
	line-height: 23px;
}
.plantxt {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
.innerbanner h1 {
	color: #0c3e83;
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0 0 10px;
}
.banner1 {
  
}
.btxt > strong {
	
	width: 100%;
	display: block;
}
.site {
  width: 100%;
}




}
@media screen and (max-width: 1024px) {
    .logo img {
	width: 100%;
	height: auto;
}
    .callfree {
	display: none;
}
.hdr_lft {

	width: 100%;
}
.hdr_lft_inr {
	width: 100%;
}
.hdr_rgt {
	
	width: 100%;
	text-align: center;
}

	.foot {
	box-sizing: border-box;
	float: none;
	padding: 0 20px 40px;
	width: 100%;
}
	.footer_inner {
	box-sizing: border-box;
	margin: 0 auto;
	width: 90%;
	max-width: 1340px;
}
	.box {
  background: #fff none repeat scroll 0 0;
  border-radius: 9px;
  box-shadow: 0 1px 2px #b4b4b4;
  float: left;
  margin: 0 1% 2% 0;
  overflow: hidden;
  padding: 0 0 2%;
  width: 100%;
}
.myimg2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 290px;
  width: 100%;
}
	
}



@media screen and (max-width: 900px) {
    .logo img {
	width: 100%;
	height: auto;
}
    .link_btns a.cl_btn {

	margin: 0 0px 10px 0;
}
.link_btns a {

	width: 310px;

}
	.review_inner {
	text-align: center;
}
	.review_inner h1 {
	font-size: 1.1em;
	color: #333;
	margin: 0px;
	line-height: 1.3em;
	display: block;
	width: 100%;
	text-align: center;
}
.rate_star {
	color: #ffd500;
	display: block;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	margin: 2px auto;
	float: none;
	width: 100px;
}
.smryrev {
	font-size: 0.8em;
	margin: 8px 0 0px 0;
	color: #c9c9c9;
	text-align: center;
}
.smlrevtxt {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0px 0 0 17px;
	display: inline-block;
}
.single_rev h2 {
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0 0 0 0;
	float: none;
	text-transform: capitalize;
	text-align: center;
}
.single_rate {
	position: relative;
	width: 74px;
	margin: 7px auto 0px;
	height: 17px;
	float: none;
}
.scor {
	font-weight: bold;
	font-size: 0.9em;
	margin: 7px 0 0 0;
	float: none;
}
.single_rev {
	padding: 10px;
	text-align: center;
}

.page_links ul li.menu-item {
	width: 100%;
	float: left;
	border: solid 1px #114186;
	text-align: center;
	line-height: 30px;
	margin: 0% 0% 2%;
}
.menu_item a {
  padding: 10px 12px;
}
}
@media screen and (max-width: 800px) {
body {
  overflow: hidden;
  width: 100%;
}
.menu_item a {
  font-size: 13px;
  padding: 10px;
}
.logo {
	text-align: center;
}
.logo img {
	width: 170px;
	height: auto;
}
}
@media screen and (max-width: 700px) {
    
    .hdr_lft {
	width: 100%;
	display: none;
}
.hdr_rgt {
	font-size: 1.3em;
	font-weight: bold;
}
	.page_cont h2 {
	color: #000;
	font-size: 20px;
	line-height: 27px;
	margin: 15px 0 20px;
}
	.myimg2 {
  height: 160px;
}


.srch input[type="text"] {
	width: 270px;
	padding: 11px 11px;
	border-radius: 0px;
	display: inline-block;
	border: none;
	
}


body {
  overflow: hidden;
  width: 100%;
}
.desktop_menu {
  display: none;
}
.menu_btn {
  cursor: pointer;
  display: block;
  width: 32px;
}
.res_menu {
  background: #0080a4 none repeat scroll 0 0;
  padding: 10px 2%;
  width: 100%;
}

.res_menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
  text-decoration: none;
}
.res_menu a:hover {
  color: #000;
  text-decoration: none;
}
.submenu_left1 {
  padding: 0 0 0 15px;
}
.submenu_right1 {
  padding: 0 0 0 15px;
}
.site-content {
  margin: 2% 0 0;
}
.logo img {
	
}
.header_text {
  width: 100%;
}
.main-navigation {
  text-align: left;
}
button.menu-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
button.menu-toggle:focus,
button.menu-toggle:active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
  display: block;
  padding: 0 0 2%;
}
.main-navigation li {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  border-color: transparent;
  box-shadow: none;
  color: #000;
}
.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type="submit"]:hover {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  color: #999;
}




}
@media screen and (min-width: 700px) {
.call-me {
  display: none !important;
}

}
@media screen and (max-width: 600px) {
	.media_logos h2 {
	font-size: 1.2em !important;
	margin: 0 0 10px 0;
}
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	display: block;
	overflow-y: scroll;
	height: 500px;
	position: absolute;
	top: 58px;
	right: -6px;
	width: 324px;
	background: #0348ad;
}
    #mega-menu-item-123517 {
	display: none !important;
}
    .banner1::before {

	background: rgba(255,255,255,0.9);

}
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
	color: #014bad;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 20px;
	right: -4px;
}
.link_btns.banner_2 {
	margin: 30px 0 0 0;
	clear: both;
	text-align: center;
}
.mobile_call {
	display: block;
	position: absolute;
	top: 10px;
	right: 63px;
	text-align: center;
}
    .mobile_call a {
	text-decoration: none;
}
   .mobile_call span {
	display: block;
	font-size: 12px;
	margin: 4px 0 0 0;

}
.mobile_call i {
	font-size: 20px;
}
    .main_menu {
	padding: 0px 10px;
	width: 55px;
	background: none;
	position: absolute;
	top: 0px;
	right: 10px;
}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::before {
	
	font-size: 36px;
	color: #014bad;
	
}
  #mega-menu-wrap-primary .mega-menu-toggle {

	background: transparent;

}
.banner_3 {
	display: block;
	margin: 7px 0 5px 0;
}
.hdr_rgt {
	font-size: 1.3em;
	font-weight: bold;
	display: none;
}
.banner_3.link_btns a {
	width: 156px;
	padding: 9px 0;
	font-size: 14px;
	font-weight: normal;
}
  .banner_3.link_btns a.cl_btn {
    margin: 0 10px 0px 0;
  }

    
.logo img {
	width: 156px;
	height: auto;
}
		#wpcf7-f3718-p3719-o2 {
	width: 100%;
	max-width: 306px;
}
	#wpcf7-f3718-p3719-o2 input[type="email"], #wpcf7-f3718-p3719-o2 input[type="text"],  #wpcf7-f3718-p3719-o2 textarea {
	width: 94%;
}
	#wpcf7-f3718-p3719-o2 select {
	width: 97%;
}

	.inner_header {
}
.page_cont .box p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.page_cont p {
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 20px;
}
.page_cont li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0px;
}
	.site-header {
	padding: 0;
	position: fixed;
	background: #fff;
	z-index: 999999;
	width: 100%;
}


.cmb12 {
	display: block;
	background: #77A7EA;
	padding: 5% 1%;
	width: 98%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	margin: 0 auto 16px;
}
.hdr_btns a.cmb {
	
	display: none;
}

.hdr_btns a {
	display: inline-block;
	background: #0348ad;
	padding: 14px 20px;
	width: 230px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	box-shadow: 1px 2px 3px 0 #08316C;
}
	#site-navigation .menu-toggle {
	display: none;
}
}
@media screen and (max-width: 500px) {
	.banner1::after {
	
	background-image: url('https://www.staging.legalexpert.co.uk/wp-content/uploads/2024/11/bnr_btm2a_mob.png');
	
	height: 79px;
	background-size: 100% auto;
	
}

.btxt {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 12px 0;
}


	.tpimg_tp {
	width: 24%;
	float: left;
	height: 91px;
}
	.tpilot1a a {
	display: block;
	width: 45px;
	float: right;
	margin: 0 0px 0 20px;
}
.calcbk {
	width: 17%;
	float: right;
}


.tpimg {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 23px 0;
}
	.tpilot1 {
	display:block;
}
.tpilot1 img {
	width: 150px;
	height: auto;
}
	.page-template-default .tpilot {
	display: none;
}


.page_cont {
  padding: 2% 2% 1px;
}
.fom_wrapper {
  width: 100%;
}



}

.wp-pagenavi{
	height:25px;
	margin-top:15px;
}
.myfields input {
display: inline-block;
font-size: 12px;
margin: 0 1% 1% 0;
padding: 1%;
width: 20.7%;
}
.myfields select {
  display: inline-block;
  font-size: 12px;
    margin: 0 1% 1% 0;
    padding: 1%;
    width: 23%;
}
.add_accident {
  margin: 0 auto;
  width: 97%;
}
#add_accident_btn {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 8px 0;
  text-align: center;
  transition: background-color 0.9s ease 0s;
  width: 200px;
}
.error_msg {
  background: #ff0000 none repeat scroll 0 0;
  border: 3px solid #a11203;
  color: #fff;
  margin: 20px 0 0;
  padding: 16px 10px;
}
.notice_msg {
  background: #41a11c none repeat scroll 0 0;
  border: 3px solid #216c03;
  color: #fff;
  margin: 20px 0 0;
  padding: 16px 10px;
}
#add_accident_btn:hover {
  background: #ccc none repeat scroll 0 0;
  color: #000;
 text-decoration:none;
}
.general.myfields
{
	 background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px;
}
.clear
{
clear:both;
}
.mrow {
  font-size: 10px;
}
.mrow.rhead {
  font-weight: bold;
 
}
.mrow.rhead > div {
background: #ccc none repeat scroll 0 0;
padding: 9px 0 9px 9px;
}
.mrow > div {
border-bottom: 1px solid #ccc;
float: left;
padding: 3px 0 3px 9px;
width: 112px;
}
.add_accident h1 {
  margin: 20px 0;
}
.result_accident {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
margin: 20px 0;
padding: 20px;
}
#add_accident  span.add_btn {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin: 30px 0 10px;
  padding: 10px 40px;
}
.page-template-find_accident #primary {
  width: 100%;
}
.page-template-find_accident #secondary {
  display: none;
}
.page-template-accident_details #primary {
  width: 100%;
}
.page-template-accident_details #secondary {
  display: none;
}
.adetails {
  padding: 0 20px;
}
#content .adetails h1 {
background: #7d7d7d none repeat scroll 0 0;
color: #fff;
font-size: 26px;
font-weight: normal;
margin: 18px 0;
padding: 6px 15px;
}
.main_outer {
border: 1px solid #ccc;
margin: 0 0 20px;
padding: 10px;
width: 100%;
}
.item {
  float: left;
  font-size: 12px;
  width: 50%;
  padding: 5px 0;
}
.heading {
  float: left;
  font-weight: bold;
  width: 50%;
}
.atxt {
  float: left;
  width: 50%;
}
#content .result_accident h2 {
  margin: 0;
}
.pre {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  float: left;
  margin: 0 0 11px;
  padding: 7px 0 8px;
  text-align: center;
  width: 48%;
  cursor:pointer;
}
.nxt {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  float: right;
  margin: 0 0 11px;
  padding: 7px 0 8px;
  text-align: center;
  width: 48%;
  cursor:pointer;
}
#out_pg {
  float: right;
  width: 30%;
}

/* ==========================================================================
   CLS Prevention - Minimal & Safe (Feb 2026)
   Only targets specific elements identified in CLS reports.
   ========================================================================== */

/*
 * Fix 1: Footer logo image - reserves space before lazy-load completes.
 * Addresses CLS 0.0587 from: img.ft_col1_img.lzl-ing, div.foot.foot2
 * The footer logo loads lazily without width/height, so when it appears
 * it pushes foot2/foot3/foot4 columns down. min-height holds space.
 */
img.ft_col1_img {
    display: block;
    width: 270px;
    max-width: 100%;
    min-height: 80px;
}

/*
 * Fix 2: Footer columns - prevent shift when sibling images load.
 * Addresses CLS 0.0693 from: div.foot.foot2, foot3, foot-social, foot4
 * These columns shift when ft_col1_img in foot1 loads and changes height.
 */
.foot.foot2,
.foot.foot3,
.foot.foot4,
.foot.foot-social {
    min-height: 150px;
}

/*
 * Fix 3: "Featured In" media logos wrapper.
 * Addresses CLS 0.0651 from: div.featuredIn__wrapper, div#page
 * Media logo images inside are lazy-loaded. When they appear,
 * the wrapper expands from ~0 to its natural height, pushing
 * all content below it down.
 */
.featuredIn__wrapper {
    min-height: 45px;
}

@media screen and (max-width: 768px) {
    .featuredIn__wrapper {
        min-height: 35px;
    }
}

/*
 * Fix 4: CTA rating/button sections that appear between content blocks.
 * Addresses CLS 0.1578 from: h2#section-3, p, p, p, ul
 * These CTA boxes (with Trustpilot rating + "Start Your Claim" buttons)
 * are Elementor sections that load their widgets after initial paint.
 * When buttons and rating appear, the box expands, pushing all content
 * below it (like section-3 heading and paragraphs) down the page.
 */
.rs__cta__sec {
    min-height: 100px;
}

@media screen and (max-width: 768px) {
    .rs__cta__sec {
        min-height: 160px;
    }
}

/*
 * Fix 5: Banner hero image - lazy-loaded without reserved space.
 * Addresses CLS 0.0244 from: img.attachment-large, nav.e-n-menu,
 * section.rs__banner, div#page
 * The large content image in the banner loads lazily. Before it loads,
 * the banner section has minimal height. When image appears, everything
 * below the banner shifts down.
 */
section.rs__section.rs__banner img.attachment-large.size-large {
    width: 100%;
    height: auto;
    min-height: 200px;
}

@media screen and (max-width: 768px) {
    section.rs__section.rs__banner img.attachment-large.size-large {
        min-height: 120px;
    }
}

/*
 * Fix 6: Trustpilot widget - loads asynchronously via JS.
 * The .trustpilot-widget div starts near-empty (~20px for the fallback link).
 * When the async script runs, it renders a 150px widget.
 * This expands the .banner1 section and pushes div#page down → 0.3556 CLS.
 * Reserve the 150px from the start (matches data-style-height="150px").
 */
.trustpilot-widget {
    min-height: 150px;
}

/*
 * Fix 7: Banner section above #page - multiple dynamic elements load late.
 * The .banner1 contains: ACF text, CTA buttons, Trustpilot widget, side panel.
 * On mobile these stack vertically. As each element loads/renders, the banner
 * grows taller, pushing div#page further down the page.
 * Reserve a stable minimum height so #page doesn't shift.
 */
@media screen and (max-width: 768px) {
    .banner1 {
        min-height: 350px;
    }
}



.trustpilot-widget {
    min-height: 150px;
}

@media screen and (max-width: 768px) {
    .banner1 {
        min-height: 350px;
    }
}


/*
 * Fix 8: Lazy-loaded content images with aspect-ratio (set via PHP filter).
 * The PHP filter adds inline aspect-ratio to each img, but we need
 * height:auto and max-width:100% to work together with it properly.
 * Without height:auto, the image might render at its full pixel height.
 */
.entry-content img[style*="aspect-ratio"],
.page_cont img[style*="aspect-ratio"] {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* END CLS Prevention */

