/*header css*/
:root {
	--esure-blue: #0275d8;
	--esure-green: #008622;
	--esure-bright-green: #00c434;
	--esure-white: #fff;
	--esure-font: 'Roboto';
	--esure-grey-background: #f2f4f6;
	--esure-grey-font: #716d6d;
	--esure-grey-text: #716d6d;
	--esure-box-shadow: 0 0 15px #aaa;
}


::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}
/*
::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #008622;
}
*/

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


.alignright {
	float: right;
	padding: 0 0 21px 11px;
}

.alignleft {
	float: left;
	padding: 0 11px 21px 0;
}

.clear {
	clear: both;
	height: 1;
	zoom: 1;
}


.HP2Header {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 10;
	box-shadow: 0 0 11px #ddd;

}

#HP2Header-loggedin {
	height: 130px;
}

#UIHeader-logo {
	min-width: 300px;
	width: 360px;
	max-width: 360px;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}


ul.accordion-list li h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800 !important;
	font-size: 20px !important;
	color: #000 ;
	border: solid 1px #aaa;
}

ul.accordion-list li h3:after {
	top: 24px;
	font-weight: 800;
}

ul.accordion-list li div.answer p {
	background-color: #f3f3f3;
}

.banner-form {
	max-width: 900px;
}
.banner-form input.es_txt_email {
	border-bottom: solid 1px #555;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 200 !important;
	font-size: 20px !important;
	color: #000 ;
	width: 450px;
	max-width: 450px;
}

/* Menu Css */

.menu {
    /*font-size: 0px;*/
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.menu li a {
    display: block;
	font-family: 'Roboto', 'Poppins', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 1.3px;
    color: #111;
}

.menu li:hover a,
.menu li.active a {

    color: #008820;
}


/*
#menu-header-menu li {
	padding-bottom: 0;
}

.menu-header-menu-container {
	margin-top:  21px;
}
*/
/** Header buttons */
.top-header {

}



.top-header li a,
.top-header li a:hover
{
    padding: 15px 30px;
    border-radius: 10px;
	background-color: var(--esure-green);
	line-height: 1.19;
    letter-spacing: 1.25px;
    font-size: 13.4px;
    font-weight: bold;
    text-transform: uppercase;
	color: #fff;
}

.top-header li:last-child a {
	color: #111;
	text-decoration: none;
	min-width: 80px;
	padding: 0 !important;
}

.menu-dashboard-container {
	height: 18px;
	margin: 30px 0 0 5px;
	max-width: 600px;
}

.show-824 {
	display: none;
}


/*** NEW **/
#UIMobile-menu {
	display: block;
	position: fixed;
	top: -400px;
	left: 0px;
	height: auto;
	min-height: 325px;
	width: 100%;
	min-width:250px;
	background-color: #fefefe;
	box-shadow: inset 0 4px 5px #aaa;
	z-index: 10;
}
.UIMobile-menu-item {
	padding: 21px 0 5px 21px;
	border-bottom: solid 1px #ddd;

}
.UIMobile-menu-item:first-child {
	margin-top: 0px;
}
.UIMobile-menu-item div {
	/*border-bottom: solid 1px #f2ecec;*/
	width: 200px;
	padding-bottom: 16px;
}

.UIMobile-menu-item a i {
	font-size: 22px;
	color: #111;
}

.UIMobile-menu-item a i:nth-of-type(2) {
	font-size: 18px;
	color: #111;
}

.UIMobile-menu-item a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #111;
}

.UIMobile-menu-item ul {
	display: none;
	margin: 5px 0 0 20px;
}
.UIMobile-menu-item ul li {
	height: 26px;
	margin: 11px 0 11px 5px
}

#UIMobile-menu-close {
	display:none;
	position: absolute;
	right: -2px;
	top: 0;
}

#UIMobile-menu-close i {
	color: var(--esure-green);
	font-size: 2em;
}
#UIMobile-burger {
	display: none;
	position: relative;
	text-align: left;
	width: 32px;
}
#UIMobile-burger i {
	color: var(--esure-green);
	font-size: 2.2em;
}
#UIMobile-burger div {
	color: var(--esure-green);
	font-size: 10px;
	font-family: var(--esure-font);
	margin-left: 1px;
}

/** End New **/

.HP2-dashboard {
	margin: 0 auto;
	wideth: 100%;
	max-width: 1200px;
	list-style: none;
}
.HP2-dashboard li {
	float: left;
	padding: 0 30px 0 0;
}
.HP2-dashboard li a {
	color: var(--esure-green) !important; /** #454545  **/
}
.HP2-dashboard li a:hover {
	color: var(--esure-green) !important; /** #454545  **/
}
.HP2-spacer {
	clear: both;
	height: 30px;
}

.HP2Content-outer-clear {
	padding: 0 !important;
}

.HP2Content-inner {
	max-width: 1140px;
	margin: 0 auto;
}

.UIPage-inner {
	max-width: 1440px;
	width: 100%;
}
/********************** Sizes ********/

.HP2-large-left {
	float: left;
	width: 555px;
}

.HP2-large-right {
	float: left;
	padding-left: 70px;
	width: 650px;

}

.HP2-small-left {
	float: left;
	width: 490px;
}

.HP2-small-right {
	float: left;
	padding-left: 70px;
	width: 490px;

}


/********************** HR's ********/
.HR2-hr {
	clear: both;
	padding: 60px 0;
	width: 100%;
}
.HR2-hr div {

}
.HR2-hr div hr {
	background-color: #f3f3f3;
	width: 100%;
}


/********************** Part 1 ********/

#HP2-part1 {

}

#HP2-part1 .HP2-large-left {
	margin-top: 21px;

}


#HP2-part1 h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 60px;
	color: #000;

}
#HP2-part1 h1 span {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #008820;
}

#HP2-part1 h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 55px;
	color: #000;
	padding-top: 50px;
}

#HP2-part1-ul {
	 list-style-image: url('assets/images/HP2-checkbox.gif');
	 margin: 50px 0 0 33px ;
	 width: 100%;
	 max-width: 470px;
}
#HP2-part1-ul li {
	padding-bottom: 5px;
	line-height: 21px;
	text-align: left;
}



/********************** thumbs under video ********/
#HP2-hero-video .as-seen-on {
	margin: 30px auto 11px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

#HP2-hero-video ul {

}
#HP2-hero-video ul li {
	float: left;
	padding: 11px 15px;
}
#HP2-hero-video ul li img {
	width: 103px;
}


/********************** Part 2 ********/

#HP2-part2 {
	clear: both;
	padding: 60px 0;
}

#HP2-part2 .as-seen-on {
	float: left;
	width: 260px;

	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	padding-top: 20px;
}

#HP2-part2 .HP2-full-width {
	min-height: 100px;
}

#HP2-part2 .HP2-full-width ul {

}
#HP2-part2 .HP2-full-width ul li {
	float: left;
	padding: 0 11px;
}


/********************** Part 3 ********/
#HP2-part3 {
	height: 65px;
}

/********************** Part 4 ********/

#HP2-part4 {
	line-height: 42px;
}

#HP2-part4 .HP2-small-left {
	padding-top: 30px;
}

#HP2-part4 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: #000;
}

#HP2-part4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 200;
	color: #000;
}

#HP2-part4 p span {
	font-weight: 800;
	color: #008820;
}

#HP2-part4 .HP2-small-left div {
	margin-top: 60px;
}

#HP2-part4 .HP2-large-right {
	text-align: center;
	margin-top: 30px;
}




/********************** Part 5 ********/

#HP2-part5 {
	margin-top: 21px;
}

#HP2-part5-li ul {
	list-style-image: url('assets/images/HP2-checkbox.gif');
	list-style-position: outside;
	margin-left: 30px;
}
#HP2-part5-li ul li {
	margin: 0 0 11px;
	text-align: left;
}

#HP2-part5 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #008820;
	padding-bottom: 5px;
}
#HP2-part5 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	padding-bottom: 5px;
}
#HP2-part5 h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 200;
	color: #000;
	padding-bottom: 5px;
}
#HP2-part5-li {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight: 200;
	margin-top: 60px;
	min-width: 590px;
}
#HP2-part5-li .on-site {
	width: 100%;
}
#HP2-part5-li .part5-li-small {
	margin-top: 21px;
}
#HP2-part5-li .part5-li-small div {
	float: left;
	width: 300px;
	padding-bottom: 21px;
}

#HP2-part5-li .part5-li-small-left {
	width: 255px !important;
}

#HP2-part5-button {
	clear: both;
	padding-top: 60px;
}

.HP2-black-button {
	background-color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	padding: 36px;
	border-radius: 11px;
	width: 350px;
	line-height: 0;
	cursor: hand;
	cursor: pointer;
}

/********************** Part 6 ********/
#HP2-part6 {

}

#HP2-part6 .HP2-small-left {
	width: 585px;
}

#HP2-part6 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #008820;
	padding-bottom: 5px;
}

#HP2-part6 p {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 200;
	color: #000;
	padding-bottom: 5px;
	line-height: 50px;

}
#HP2-part6 p span {
	font-weight: bold;
}

#HP2-part6 .HP2-part6-checkbox {
	padding: 11px 0 50px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #000;
	text-align: right;
}

#HP2-part6 .HP2-small-right {
	margin-left: 65px;
	padding: 0;
}


/********************** Part 7 ********/

#HP2-part7 {

}

#HP2-part7 .HP2-large-right h2,
#HP2-part7-b h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #008820;
	padding-bottom: 5px;
}

#HP2-part7 .HP2-large-right h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	padding-bottom: 5px;
	line-height: 50px;
	width: 520px;
}

#HP2-part7-button {
	margin-top: 50px;
}


.HP2-img-drop {
	border-radius: 33px;
	box-shadow: 0 0 11px #555;
}

#HP2-part7 .HP2-large-right h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 200;
	color: #000;
	padding-bottom: 5px;
	line-height: 40px;

}

#HP2-part7 .HP2-large-right p {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 200;
	color: #000;
	padding-top: 50px;
	line-height: 40px;
}

#HP2-part7 .HP2-small-left .video-esure {
	margin-top: 0;
}

#HP2-part7-b .HP2-large-left {
	width: 574px;
}

#HP2-part7 p,
#HP2-part7-b p {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 200;
	color: #000;
	padding-bottom: 5px;
	line-height: 40px;
}

#HP2-part7-b-button {
	margin-top: 30px;
}

#HP2-part7-b .HP2-large-right  div:first-of-type {
	margin-top: 0px;
}

#HP2-part7-b .HP2-small-left {
	width: 490px;
}
#HP2-part7-b .HP2-small-left img {
	width: 490px;
}

/********************** Part 8 ********/

#HP2-part8 {
	clear: both;
	margin: 50px 0;
	height: 220px;
	background-color: #f3f3f3;
}

.HP2-part8-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

#HP2-part8 .HP2-small-left {
	width: 560px;
	height: 220px;
}

#HP2-part8 .HP2-large-right {
	padding: 0;
	width: 840px;
}

/********************** Part 9 ********/
#HP2-part9 {
	margin: 50px 0;
	height: 50px;
}

#HP2-part9 .HP2-small-left {
	border-right: 15px solid #008820;
	height: 70px;
	width: 457px;
}

#HP2-part9 .HP2-small-left h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 40px;
	color: #000;
	text-align: right;
	margin: 11px 100px 0 0;
}
#HP2-part9 .HP2-large-right {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: #000;
	padding: 11px 0 0 21px;
	width: 610px;
}

/********************** Part 10 ********/
#HP2-part10 {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}


/********************** Part 11 ********/

#HP2-part11 {
	clear: both;
	padding: 50px 0;
}


#HP2-part11 .es-field-wrap {
	width: 500px;
}


#HP2-part11,
.UIEmail-container {
	width: 900px;
	margin: 0 auto;

}

#HP2-part11,
.emaillist {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

#HP2-slider-outer {
	position: relative;
	-moz-box-shadow:    0 0 5px #aaa;
   	-webkit-box-shadow: 0 0 5px #aaa;
   	box-shadow:         0 0 5px #aaa;
	border-radius: 11px;
	height: 300px;
	width: 400px;
	overflow: hidden;
	margin: 11px auto 0;
}

#HP2-slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1600px;
	height: 300px;
}

.HP2-slider-slide {
	width: 400px;
	height: 300px;

	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #111;
	line-height: 34px;
	padding: 11px;
	float: left;
}


.HP2-slider-slide div {
	width: 100%;
	text-align: right;
	line-height: 21px;
	margin-top: 21px;
}

#HP2-hero-video {
	width: 550px;
	padding-left: 15px;
}
.video-esure {
	max-height: 300px;
	max-width: 530px;
	width: 100%;
	margin-top: 36px;
    box-shadow: 0 0 11px #aaa;
}


/********************** FAQ ********/
.fadeInLeft {
	border-radius: 30px 0 0 30px !important;
}
.fadeInRight {
	padding-left: 0 !important;
}
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 20px 0;
    margin: 0 auto 0px;
    border-radius: 5px;
    cursor: pointer;
}

ul.accordion-list li.active h3:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";

}

ul.accordion-list li.active .answer {
    display: block !important;
}

ul.accordion-list li h3 {
    font-weight: bold !important;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 21px 0 24px;
    margin: 0 !important;
    font-size: 16px !important;
    cursor: pointer;
    color: #000 !important;
    background-color: #fff;
    line-height: 1.06;
    letter-spacing: -0.14px;
    text-align: center;
border-radius: 50px;}

ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: #000;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 100;
    right: 22px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    padding: 51px 10% 45px;
    cursor: pointer;
    font-size: 15px;
    color: #000e43;
    background-color: #f5f5f5;
    line-height: 2.2;
    letter-spacing: -0.13px;
	border-radius: 26px;
}


/********************** Inner Pages ********/
.UIContent-inner,
.UIBlue-inner {
	max-width: 800px;
	margin: 0 auto !important;
}
#UIService-plans .UIContent-inner {
	max-width: 1050px;
}

.UIContent-content-clear {

}
.UIContent-content-clear p {
	line-height: 22px;
}

.UIContent-content h1 {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	line-height: 50px;
}

.UIContent-content h2,
.UIContent-content h3,
.UIContent-content-clear h1,
.UIContent-content-clear h2,
.UIContent-content-clear h3 {
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	margin: 32px 0 5px 0;
}

.UIContent-content h2,
.UIContent-content-clear h2 {
	font-size: 32px;
}

.UIContent-content h3,
.UIContent-content-clear h3 {
	font-size: 20px;
}


.UIContent-outer {
	background-color: #fff
}
.UIContent-outer .esure-card {
	max-width: 325px;
}

.UIContent-outer p {
	margin-bottom: 21px;
}

.UIContent-outer ul  {
	list-style: disc;
	margin: 15px;
}
.UIContent-outer ul  li {
	margin: 11px;
	line-height: 22px;
}


#UIService-plans .UIContent-content {
	max-width: 980px;
	margin: 0 auto;
}

/***************** Login BOx ***************/
.UILogin-button:hover,
#HP2-login-button:hover {
	background-color: #fff;
	color: #111;
}
.bsui .d-block,
.bsui .d-inline-block {
	display: none !important;
}

/******************* Footer ****************/

#UIFooter-wrapper {
	background-image: url(/wp-content/themes/esure-v3/assets/images/footer-back.jpg);
	background-position: center top;
}

#UIFooter-outer,
#HP2Footer-outer {
	width: 100%;
	background: rgb(40,40,40);
	background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(87,86,86,1) 100%);
	border-top: ridge 2px #999;
	min-height: 380px;
	opacity: .98;
}

#UIFooter-inner {
	padding-top: 0px;
}

#UIFooter-inner a {
	font-family: 'Poppins', sans-serif;
	color: #fff ;
}
#UIFooter-logo,
#UIFooter-links,
#UIFooter-social,
#UIFooter-about
{
	margin: 11px auto;
	clear: both;
}
#UIFooter-logo {

}
#UIFooter-logo img {
	max-width: 280px;
}
#UIFooter-inner ul {
	list-style: none;
	display: inline-block;
	zoom: 1;
}
#UIFooter-inner ul li {
	float: left;
	padding: 11px 22px;
}

#UIFooter-social ul li {
	padding: 11px 11px;
}
#UIFooter-about {
	padding: 11px 15px 0;
	margin-bottom: 0;
}
#UIFooter-inner ul li a {
	text-decoration: none;
	font-size: .875em;
}
#UIFooter-social ul li a {
	font-size: 1.4em;
}
#UIFooter-about ul li a {
	font-weight: 400;
}
#UIFooter-About-div {
	font-size: .75em;
	text-align: center;
	padding: 30px 0 0;
}

#UIFooter-About-copy {
	padding: 21px 0 30px;
	font-size: .75em;
 	text-align: center;
}

@media (max-width: 1440px) {
	/*
	#menu-header-menu li {
		padding-bottom: 0;
	}
	*/
	.mainBanner {
		max-width: 1126px;
		margin: 21px auto 0;
	}
	.mainBanner h1 {
		margin-left: 21px;
	}

	ul.banner-list {
		margin-left: 36px;
	}

	.UIEmail-container {
		max-width: 100%;
		min-width: 90%;
		margin: 0 auto;
	}

	.emaillist {
		max-width: 600px;
	}



	.HP2-part8-inner {
		max-width: 100%;
	}
	#HP2-part8 .HP2-small-left {
		display: none;
	}

	#HP2-part8 .HP2-large-right {
		width: 100% !important;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}


}


@media (min-width: 1201px) {
    .banner-form input {
        width: 400px;
    }
	.top-header li a, .top-header li a:hover {
		text-align: center;
	}
	/*
	#menu-header-menu li {
		padding-bottom: 21px;
    }
    */
}


@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }

	/*
	.HP2Header {
		height: 150px;
	}
    .menu-Bar {
        display: none;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }
	*/
    .menuWrap {
    	position: relative;
    	left: auto;
    	right: auto;
    	width: 100%;
    	background-color: transparent;
        /* position: fixed; */
        /* left: -210%; */
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        /* background: #008622; */
        /* height: 100vh; */
        /* display: flex; */
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        /* width: 100vw; */
    }


    ul.menu li {
        display: block;
    }

    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }

	.menu-dashboard-container {
		margin: 8px 0 0 5px;
	}


    .logo img {
        max-width: 50%;
    }

	#UIHeader-logo {
		min-width: 360px !important;
		width: 360px !important;
		max-width: 360px !important;
	}


    .container {
        position: relative;
    }

    .UIEmail-container {
		width: 100%;
		max-width: 100%
    }

    .banner-form button {
        padding: 18px;
        font-size: 12px;
    }

    .banner-form input {
    	width: 400px;
    	height: 50px;
	}

	.banner-form2 {
		margin: 50px auto;
	}
	.banner-form2 .emaillist {
		width: 601px;
	}

	#UIService-plans .UIContent-content {
		max-width: 650px;
	}

	#UIService-plans .UIContent-content .UIWidget-outer {
		margin-bottom: 30px;
	}
}


@media (max-width: 1150px) {

	.div-wrapper {
		text-align: center;
	}
	.HP2Content-inner {
		margin: 0 21px;
	}

	.HP2-small-right,
	.HP2-small-left {
		width: 46% !important;
	}

	.HP2-large-right,
	.HP2-large-left {
		width: 52% !important;
	}

	.banner-form2 {
		margin: 70px auto;
	}

	.banner-form2 .emaillist {
		max-width: 470px;
	}
	.emaillist .es_submit_button {
		width: 450px;
		max-width: 100%;
	}

	#HP2-hero-video ul {
		max-width: 320px;
		display: inline-block;
	}
	#HP2-hero-video ul li img {
		width: 130px;
	}

	#HP2-part4 p,
	#HP2-part5 h4 {
		font-size: 32px;
	}
	#HP2-part5-li {
		font-size: 18px;
		min-width: 10px;
	}

	#HP2-part6 h2 {
		font-size: 32px;
	}
	#HP2-part6 p {
		font-size: 28px;
	}

	#HP2-part6 .HP2-part6-checkbox {
		font-size: 18px;
	}

	#HP2-part6 .HP2-small-left {

	}

	#HP2-part7 .HP2-large-right h2,
	#HP2-part7 .HP2-large-right h3,
	#HP2-part7-b .HP2-large-left h2
	{
		font-size: 32px;
		width: 100%;
	}


}


@media (max-width: 1015px) {

	#UISeen-inner {
		min-width: auto;
	}
	#UISeen-inner h4 {
		float: none;
		text-align:center;
		margin: 5px 0 0 0;
	}


	#HP2-part1 h1,
	#HP2-part1 h2 {
		font-size: 48px;
	}


}

@media (min-width: 900px) and (max-width: 1050px) {
	.UIZoho-widget {
		width: 278px;
	}

}

@media (max-width: 900px) {
	#HP2-part4 .HP2-small-left {
		float: none;
		margin: 0 auto 80px;
	}

	#HP2-part4 .HP2-large-right {
		float: none;
		margin: 0 auto;
		padding: 0;
	}

	#UIFooter-about {
		padding: 0 11px;
	}
}

@media (min-width: 768px) and (max-width: 824px) {

	ul.top-header li.first,
	ul.top-header li.last {
		margin-top: 21px;
		float: none !important;
	}

	.top-header .first {

	}
}


@media (max-width: 824px) {

	.main-header .text-left,
	.main-header .text-right {
		text-align: center;
	}

	.menu-dashboard-container {
		margin: 40px 0 0 5px;
		max-width: 575px;
	}


	#UILogin-button-container {
		display: none;
	}

 	header .main-header ul.menu>li {
    	float: left;
        display: block;
        margin: 0px 11px;
        padding: 0;
    }

	.menuWrap {
		padding: 11px 0 0;
	}

	.menu-header-menu-container {
		margin-top: 0;
	}

	#UIHeader-buttons {
		width: 100%;
		min-width: 100%;
	}

	ul.top-header {
		display: block;
		max-width: 370px;
		width: 100%;
		margin: 0 auto;
	}

	.top-header .first {
		padding: 0 !important;
		margin: 0 auto !important;
		max-width: 245px;
		float: none !important;
	}

	ul.top-header li.last {
		float: right;
	}
	ul.top-header li:last-child a {
		padding: 15px 30px;
		background-color: #fff;
		text-decoration: none;
		margin: 0;
		color: #07090e;
	}

	#UIMobile-burger {
		text-align: right;
		display: block;
		text-align:block
	}


	.banner-cont h1 {
		font-size: 40px;
		margin: 0 21px;
	}

	ul.banner-list {
		margin-bottom: 0;
	}

	.HP2-small-right,
	.HP2-small-left,
	.HP2-large-right,
	.HP2-large-left {
		width: 100% !important;
		max-width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 auto;
		float: none;
		clear: both;
	}


	#HP2-part1-ul {
		margin: 60px auto 30px;
	}

	#HP2-part1-bloomberg {
		margin: 60px auto;
		max-width: 590px;
	}

	#HP2-part4 .HP2-small-left {
		margin: 0 auto;
	}

	#HP2-part4 .HP2-large-right {
		margin: 50px auto 21px;
	}

	#HP2-part5-li .part5-li-small ul {
		float: none;
		text-align: left;
		width: 400px !important;
		margin: 0 auto;
	}

	#HP2-part5 .HP2-large-right {
		margin-top: 50px
	}

	#HP2-part6 .HP2-small-left {
		max-width: 500px;
		margin: 0 auto;
		float: none;
	}

	#HP2-part6 .HP2-small-right,
	#HP2-part7-b .HP2-small-right {
		display: none;
	}

	.show-824 {
		display: block;
		margin-bottom: 50px;
	}
	#HP2-part7 .HP2-large-left {
		clear: both;
		float: none;
		max-width: 500px;
		margin: 50px auto 21px;
	}

	#HP2-part7-b .HP2-large-right div {
		margin: 50px auto;
		max-width: 520px;
	}

	#HP2-part7-b-button {
		margin-top: 50px;
	}

	#HP2-part8 {
		background-color: #fff;
	}

	#HP2-part9 {
		margin: 0 auto;
		height: auto;
	}
	#HP2-part9 .HP2-small-left {
		border-right: none;
		height: 40px;
	}
	#HP2-part9 .HP2-small-left h2 {
		text-align: center;
		margin: 0 auto;
	}
	#HP2-part9 .HP2-large-right {
		display: none;
	}

	.mainBanner {
		height: auto;
	}

	.banner-form2 .emaillist {
		max-width: 100%;
	}

	.emaillist {
		max-width: 460px;
		width: 100%;
	}

	#UISeen-inner ul li {
		padding: 0 17px 21px
	}

	#UISeen-inner ul li img {
		height: 64px;
	}

	#UISupport-page h1 {
		text-align: center;
	}

	#UISupport-page .esure-wrap {
		padding: 0;
		top: 0;
		max-width: 326px;
	}
}
@media (max-width: 800px) {
	#UIService-plans .UIContent-content {
		max-width: 322px;
	}

	.UIContent-outer .esure-card {
		float: none;
	}
}

@media (min-width: 601px) and (max-width: 800px) {
	#HP2-part2 {
		padding: 60px 0 0;
	}
	#HP2-part2 .HP2-full-width ul {
		max-width: 380px;
		height: 280px;
	}
}

@media (min-width: 601px) and (max-width: 650px) {

	.UIEmail-container {
		width: 550px;
		min-width: auto;
	}

	.emaillist input {
		max-width: 100%;
	}


}

@media (max-width: 600px) {


	h2 {
		font-size: 32px !important;
	}
	h3 {
		font-size: 32px !important;
	}

	.main-header {
		height: 86px !important;
		min-height: 86px !important;
		z-index:9;
	}

	.main-header .text-left {
		text-align:center;
	}


	header .main-header ul.menu,
	header .main-header ul.menu-header-menu {
		max-width: 100%;
		width: 335px;
	}

	.banner-cont h1 {
		font-size: 24px;
		margin: 0 21px 50px;
	}

	.banner-form2 .emaillist {
		width: 601px;
	}


	.es-field-wrap,
	.es-field-wrap label,
	.banner-form2 .emaillist,
	.banner-form input.es_txt_email,
	.emaillist .es_submit_button {
		max-width: 300px;
		width: 100%;
	}

	#HP2-part2 {
		padding: 0;
	}
	#HP2-part2 .as-seen-on {
		float: none;
	}

	#HP2-part2 .HP2-full-width ul {
		max-width: 380px;
		max-height: 180px;
	}

	#HP2-part8 {
		height: auto;
		margin: 11px 0;
	}


	ul.banner-list {
		margin-left: 30px;
	}

	ul.banner-list li {
		line-height: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}

	ul.banner-list li::before {
		top: 7px;

	}

	ul.accordion-list li {
		padding: 15px 0;
		border-radius: 0;
	}

	ul.accordion-list li h3 {
		border-radius: 11px;
		padding:21px 11px 21px;
	}

	ul.accordion-list li div.answer p {
		border-radius: 11px;
		padding: 21px;
		text-align:center;
	}

	.container {
		max-width:100%;
		width: 100%;
	}

	#mainBanner-email {
		margin: 0 0 50px;
	}

	.es_subscription_form {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.es-field-wrap,
	.es-field-wrap label,
	.banner-form2 .emaillist
	{
		width: 100%;
		/*max-width: 400px;*/
		margin: 0 auto 5px;
		float: none !important;
	}

	.es_subscription_form .emaillist input {
		max-width: 100%;
		width: 100%;
	}

	.banner-form,
	.banner-form input {
		max-width: 400px;
		width: 100%;
	}

	#mainBanner-email {
		margin: 11px 0;
	}

	#mainBanner-email .container,
	#mainBanner-email .container label
	{
		width: 100%;
	}

	#UISeen-container {
		margin: 0 auto;
	}
	#UISeen-container .container {
		max-width: 90%;
	}

	#UISeen-inner .col-desk {
		display: none;
	}
	#UISeen-inner .col-mobile {
		display: block;

	}
	#UISeen-inner h3 {
		float: none;
		text-align: center;
	}

	#UISeen-inner .col-mobile {
		padding: 0 11px 21px
	}

	#UISeen-inner .col-mobile img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}

	#UIHome-guarantee {
		max-width:100%;
	}

	.UIEmail-container {
		margin: 0 11px;
	}
	.emaillist input {
		margin: 0;
	}

	.UIEmail-container {
		padding: 0;
		margin: 0;

	}

	.show-para {
		width: 100%;
	}

}

@media (max-width: 540px) {

	.HP2-small-right,
	.HP2-small-left {
		width: 100% !important;
		float: none;
	}

	.HP2-large-right,
	.HP2-large-left {
		width: 100% !important;
		float: none;
	}

	.HP2-black-button {
		max-width: 100%;
	}

	#HP2-part1-ul {
		max-width: 80%;
		text-align: left;;
	}
	#HP2-part1-ul li {
		padding-bottom: 21px;
	}

	#HP2-part2 .HP2-full-width ul {
		height: auto;
		min-height: 400px;
	}

	#HP2-part2 .HP2-full-width ul li {
		margin: 0 auto 11px;
		float: none;
		max-width: 190px;
	}

	#HP2-part5-li .part5-li-small div {
		max-width: 100%;
		margin-left: 0;
	}
	.on-site {
		text-align: left;
	}

	ul.accordion-list li h3 {
		padding: 21px 40px;
	}


}

@media (max-width:480px) {

	#HP2-part5-li ul {
		max-width: 90%;

	}
	#HP2-part5-li ul li {
		margin: 0 0 11px 30px;
		text-align:left;
	}
}

@media (max-width: 440px) {

	#UIHeader-logo {
		width: 100% !important;
		min-width: 200px !important;
		max-width: 280px !important;
	}
	#UIMobile-burger {
		top: 0  !important;
	}

	.top-header li.first,
	.top-header li.last
	{
		float: none !important;
	}

	.alignright {
		float: none;
		text-align: center;
		margin: 5px auto;
		display: block;
	}

	#HP2-part4 .HP2-large-right {

	}

	#HP2-slider-outer {
		overflow: visible;
		box-shadow: none;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#HP2-slider-inner {
		position: relative;
		left: 0 !important;
		width: 100%;
		height: auto;
	}

	.HP2-slider-slide {
		float: none;
		box-shadow: 0 0 3px #aaa;
		border-radius: 11px;
		margin: 0 auto 30px;
		max-width: 100%;
		height: auto;
	}


}

@media (max-width: 380px) {

	.HP2-black-button {
		font-size: 16px;
	}

	.HP2-large-left h1 {
		line-height: 68px;
	}
	#HP2-part11 {
		max-width: 100%;

	}

	#HP2-part11 .es-field-wrap {
		max-width: 100%;
	}

	.banner-form input.es_txt_email {
		font-size: 18px;
	}

	.as-seen-on-img {
		max-width: 160px;
		margin: 0 auto;
	}

	.UIWidget-outer {
		max-width: 100%;
		margin: 0;
	}
	.UIZoho-widget {
		max-width: 100%;
		margin-top: 0;
	}
	.UIZoho-subscribe {
		padding: 11px 0;
		left: 0;
		width: 100%;
	}

	.UIZoho-subscribe button {
		width: 100%;
	}
	.UIZoho-guarantee {
		font-size: 20px;
	}
	.UIWidget-popular h2 {
		position: relative;
		left: auto !important;
		margin: 11px auto;
	}
	.UIZoho-discount {
		top: 30px;
		left: auto;
		right: -30px;
	}
}

.UIEsure-blue {
	color: var(--esure-blue) !important;
}
.UIEsure-green {
	color: var(--esure-green) !important;
}
.UIEsure-white {
	color: var(--esure-white) !important;
}
.UIEsure-grey-text,
.UIEsure-grey-font p {
	color: var(--esure-grey-text) !important;
}

.UIEsure-1170 {
	max-width: 1170px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.UIEsure-950 {
	max-width: 950px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.UIEsure-950 p {
	line-height: 30px !important;
}

.UIEsure-none {
	display: none;
}