* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #005b91;
}
*::selection {
    color: #fff;
    background: #005b91;
}
*::-moz-selection {
    color: #fff;
    background: #005b91;
}
*::-webkit-selection {
    color: #fff;
    background: #005b91;
}
*::-ms-selection {
    color: #fff;
    background: #ffd300;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]), #neve_body textarea, #neve_body select {
	height: 60px;
	width: 100%;
	margin: 0;
	border-radius: 10px;
}
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
/*contact form 7 error msg class and css*/
body .to-top {
	height: 50px;
	width: 50px;
	position: fixed;
	top: auto;
	right: 15px;
	left: auto;
	bottom: 75px;
	border-radius: 7px;
	font-family: fontawesome;
	line-height: 48px;
	text-align: center;
	color: #fff;
	z-index: 111;
	box-shadow: 0 0 15px 2px #0006;
	text-decoration: none;
	transition: .5s all;
	scroll-behavior: smooth;
	padding: 0;
	font-size: 0;
	background: #00CBFF;
	font-weight: normal;
}
.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}
.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    background: #001387;
}
.talks a {
	color: #00CBFF;
	font-size: 18px;
    transition: 0.5s all;
}
.talks a:hover {
	color: #00CBFF;
}
header.header {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.glance-list li {
	position: relative;
    padding-left: 35px;
}
.glance-list li::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/round-icon.png) no-repeat;
	background-position: -8px -181px;
	left: 0;
	top: 17px;
	bottom: auto;
	right: 0;
}
.calulator-form-all-wrapped label {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Inter', sans-serif;
	letter-spacing: 4px;
	padding-bottom: 14px;
}
.pur-valua-wrapped-field {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 95px;
}
.term-month-field {
	padding-top: 40px;
}
.net-loan-field, .your-email-field {
	padding-top: 35px;
}
.calulator-form-all-wrapped em {
    display: none;
}
.Criteria tbody tr:first-child td {
	border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.Criteria tbody tr td {
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	transition: 0.5s all;
}
#content .our-product-container:before, body .about-values::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0b0983;
    left: auto;
    right: 0;
    height: 100%;
    width: 3000px;
    display: block !important;
}
body .about-values::before {
    width: 850px;
    border-radius: 0 0 0 56px;
}
.Criteria tbody tr td {
	font-size: 20px;
	padding: 31px 0px;
}
.term-month-field .wpcf7-form-control-wrap {
	position: relative;
}
.term-month-field .wpcf7-form-control-wrap::before {
	content: "";
	width: 0;
	border-left: 6px solid transparent;
	border-top: 6px solid #000;
	border-right: 6px solid transparent;
	bottom: auto;
	border-bottom-color: transparent;
	left: auto;
	right: 20px;
	top: 30px;
	z-index: 0;
	opacity: .8;
	position: absolute;
	cursor: pointer;
	pointer-events: none;
}
body .big-tittle {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	text-align: center;
	top: -35%;
	bottom: auto;
}
.values p > u {
	color: #001387;
	font-weight: 700;
}
.aboutus p:not(:last-child), .products-loan p:not(:last-child) {
	margin-bottom: 28px;
}
.aboutus p:last-child {
	color: #00CBFF;
    transition: 0.5s all;
    display: inline;
}
.aboutus p:last-child:hover {
	color: #FFF; 
}
.touch .circle a.elementor-button-link:hover {
    background-color: #001387;
}
.touch .circle a.elementor-button-link {
    transition: 0.5s all;
}
/* 404 */
body#neve_body.error404 header.header {
    background-color: #001387;
}
.circle a:hover::before {
    background-color: #fff;
}
.circle a::after {
	background-position: 12px -55px;
}
.circle a:hover:after {
	background-position: 12px 11px;
}
.calculator .calulator-form-all-wrapped .wpcf7-submit {
    background: #fff;
    color: #001387;
    font-size: 20px;
    margin: 30px 0;
    font-weight: 700;
}

/* Start CSS 06-11-2023 */
body .big-tittle.glance-big-title {
	position: static;
	text-align: center;
}
.calculator .calulator-form-all-wrapped .wpcf7-submit {
	margin: 0;
}
.calculator .wpcf7 form.invalid .wpcf7-response-output {
	margin-top: 0;
	margin-bottom: 15px;
}
.calulator-form-all-wrapped > p {
	margin: 30px 0;
	position: relative;
    display: inline-block;
}
.calulator-form-all-wrapped .wpcf7-spinner {
	margin: 0 15px;
	position: absolute;
	top: 23px;
	bottom: auto;
	left: auto;
	right: -55px;
}
body#neve_body .talks a:hover {
	color: #fff;
}
body .talks a, body#neve_body .hello  {
	transition: 0.5s all;
	pointer-events: all;
	cursor: pointer;
}
.submit-btn {
	margin: 20px 0;
    text-align: center;
}
.recaptcha {
	margin: 25px 0;
	text-align: center;
}
.copyright a {
	color: #fff;
    transition: 0.5s all;
}
.copyright a:hover {
	color: #00CBFF;
}
/* End  CSS 06-11-2023 */

.circle a::before, .submit-ntbtn::before {
	content: "";
	height: 43px;
	width: 43px;
	position: absolute;
	background-color: #001387;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto 0 auto 10px;
}
.circle a:after, .submit-ntbtn::after {
    content: "";
    height: 43px;
    width: 43px;
    background-image: url(../images/arrows.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto 0 auto 10px;
    background-repeat: no-repeat;
    background-position: 11px 11px;
}
.circle a::after, .submit-ntbtn::after {
	background-position: 11px -55px;
}
/* .circle a:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(102%) contrast(105%);
} */
.submit-ntbtn:hover::after {
    background-position: 11px 12px;
}
/* .circle a:hover::before {
    background-color: #1a1463;
} */
.submit-ntbtn:hover::before {
    background-color: #fff;
}
.circle a, .submit-ntbtn {
    position: relative;
}
.pur-valua-wrapped-field span {
	position: relative;
}
.pur-valua-wrapped-field span::before {
	content: "£";
	position: absolute;
	color: #000;
	top: 12px;
	left: 16px;
	right: auto;
	bottom: auto;
	font-size: 22px;
}
body .pur-valua-wrapped-field span input {
	padding: 10px 10px 10px 32px;
}
.sticky_header .header {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    transition: 0.5s all;
    background: #121c76;
}
.Criteria tbody tr td:hover {
	position: relative;
	padding-left: 115px;
}
.Criteria tbody tr td:hover::before {
	content: "";
	width: 75px;
	height: 48px;
	display: inline-block;
	position: absolute;
	border-radius: 50px 50px 0px 50px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/arrows.png);
	background-color: #001387;
	background-repeat: no-repeat;
	background-position: 30px -52px;
	pointer-events: none;
	margin: auto 0;
}
.wpcf7-recaptcha.wpcf7-not-valid {
	border: 1px solid red;
}
/* font-family: 'Inter', sans-serif; */

/* 15-11-2023 */
body header #masthead .menu-item.current-menu-ancestor a.hfe-menu-item {
	color: #fff;
}
body header #masthead .menu-item.current-menu-item a.hfe-menu-item {
	color: #00CBFF;
}
/* 15-11-2023 */


/*-----------------------Redesign Footer--------------------------*/
/* Start CSS 22-11-2023 */
body .footer-left-side .e-con-inner {
	margin-right: 0;
}
/* <15-03-2024> */
.contact-details-anc-wrap a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 34px;
}
/* <15-03-2024> */
.contact-details-anc-wrap a.phone-wrap {
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 22px;
}
/* <15-03-2024> */
.contact-details-anc-wrap a::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: -2px;
	bottom: auto;
	left: -34px;
	right: auto;
	background: url("../images/footer-sprite.png") no-repeat;
	pointer-events: none;
}
/* <15-03-2024> */
.contact-details-anc-wrap a.email-wrap::before {
	background-position: 0 -45px;
}
/* <15-03-2024> */
footer .social-link div a {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	padding: 0;
	display: inline-block;
	position: relative;
	margin-left: 27px;
}
footer .social-link div:not(:last-child) a {
	margin-bottom: 18px;
}
footer .social-link div a::before {
	content: "\f09a";
	position: absolute;
	top: 0;
	bottom: auto;
	left: -27px;
	right: auto;
	font-size: 20px;
	font-family: fontawesome;
	color: #33A6D7;
	pointer-events: none;
}
/* <15-03-2024> */
.contact-details-anc-wrap a:hover, footer .social-link div a:hover {
	color: #33A6D7;
}
footer .social-link div.Likedin-link a::before {
	content: "\f0e1";
	font-size: 16px;
	top: -1px;
}
footer .social-link div.Instagram a::before{
	content: "\f16d";
	font-size: 16px;
	top: 1px;
}
.copy-right .right-side h2 a {
	text-decoration: underline;
}
body#neve_body .copy-right h2 a:hover {
	color: #33A6D7;
}
body#neve_body .get-in-touch-home a:focus {
	color: #001387;
}
body#neve_body .get-in-touch-home a:hover {
	color: #fff;
}
.phone-number, .phone-number a{
	color: #00CBFF;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 2px;
}
.phone-number a:hover{
	color: #fff;
}
  /* <15-03-2024> */
  header .header-menu ul li a {
    margin: 0 37px;
}
/* <15-03-2024> */