body {
	font-family: "poppins",sans-serif;;
	font-weight: 500;
	line-height: 1.65;
	color: black;
}
/*body:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid black;
  z-index: 9999;
}*/
video {cursor: pointer;}
a {
	color: #2a99e4;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #f87329;
	text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	line-height: 1.3;
}

input[type=text], 
input[type=email], 
input[type=password], 
textarea {
	font-size: 16px; /* Set a default font size for the input fields */
	max-height: 100%; /* Set the maximum height of the input fields */
	-webkit-text-size-adjust: none; /* Disable the text size adjustment on iOS */
	-webkit-user-select: none; /* Disable the user selection on iOS */
	-webkit-tap-highlight-color: transparent; /* Disable the tap highlight color on iOS */
	touch-action: manipulation; /* Disable the touch actions on mobile */
	zoom: 1; /* Set the zoom level to 1 to disable zoom on focus */
}

.text-xs {
	font-size: 12px !important;
}

.text-sm {
	font-size: 14px !important;
}

.text-md {
	font-size: 16px !important;
}

.text-lg {
	font-size: 18px !important;
}

.text-xl {
	font-size: 21px !important;
}

/* Color Systems */
.bg-black {
	background-color: #000 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-primary {
	background-color: #2F89FC !important;
}

a.bg-primary:hover, a.bg-primary:focus {
	background-color: #167bfc !important;
}

.bg-accent {
	background-color: #F52E91 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
	background-color: #f41684 !important;
}

.bg-secondary {
	background-color: #6D728B !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
	background-color: #62667d !important;
}

.bg-success {
	background-color: #06CC89 !important;
}

a.bg-success:hover, a.bg-success:focus {
	background-color: #05b378 !important;
}

.bg-info {
	background-color: #0EA1E6 !important;
}

a.bg-info:hover, a.bg-info:focus {
	background-color: #0d90ce !important;
}

.bg-warning {
	background-color: #F68718 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
	background-color: #eb7a09 !important;
}

.bg-danger {
	background-color: #FF4457 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
	background-color: #ff2b40 !important;
}

.bg-grey {
	background-color: #AFB7C1 !important;
}

a.bg-grey:hover, a.bg-grey:focus {
	background-color: #a1aab6 !important;
}

.bg-dark {
	background-color: #33374B !important;
}

a.bg-dark:hover, a.bg-dark:focus {
	background-color: #292c3c !important;
}

.bg-light {
	background-color: #F2F4FE !important;
}

a.bg-light:hover, a.bg-light:focus {
	background-color: #dae0fc !important;
}

.fg-black {
	color: #000 !important;
}

.fg-white {
	color: #fff !important;
}

.fg-primary {
	color: #2F89FC !important;
}

a.fg-primary:hover, a.fg-primary:focus {
	color: #167bfc !important;
}

.fg-accent {
	color: #F52E91 !important;
}

a.fg-accent:hover, a.fg-accent:focus {
	color: #f41684 !important;
}

.fg-secondary {
	color: #6D728B !important;
}

a.fg-secondary:hover, a.fg-secondary:focus {
	color: #62667d !important;
}

.fg-success {
	color: #06CC89 !important;
}

a.fg-success:hover, a.fg-success:focus {
	color: #05b378 !important;
}

.fg-info {
	color: #0EA1E6 !important;
}

a.fg-info:hover, a.fg-info:focus {
	color: #0d90ce !important;
}

.fg-warning {
	color: #F68718 !important;
}

a.fg-warning:hover, a.fg-warning:focus {
	color: #eb7a09 !important;
}

.fg-danger {
	color: #FF4457 !important;
}

a.fg-danger:hover, a.fg-danger:focus {
	color: #ff2b40 !important;
}

.fg-grey {
	color: #AFB7C1 !important;
}

a.fg-grey:hover, a.fg-grey:focus {
	color: #a1aab6 !important;
}

.fg-dark {
	color: #33374B !important;
}

a.fg-dark:hover, a.fg-dark:focus {
	color: #292c3c !important;
}

.fg-light {
	color: #F2F4FE !important;
}

a.fg-light:hover, a.fg-light:focus {
	color: #dae0fc !important;
}

.border-primary {
	border-color: #2F89FC !important;
}

.border-accent {
	border-color: #F52E91 !important;
}

.border-secondary {
	border-color: #6D728B !important;
}

.border-success {
	border-color: #06CC89 !important;
}

.border-info {
	border-color: #0EA1E6 !important;
}

.border-warning {
	border-color: #F68718 !important;
}

.border-danger {
	border-color: #FF4457 !important;
}

.border-grey {
	border-color: #AFB7C1 !important;
}

.border-dark {
	border-color: #33374B !important;
}

.border-light {
	border-color: #F2F4FE !important;
}

/* Social Media Colors */
.bg-facebook {
	background-color: #3B5999 !important;
}

.btn.bg-facebook:hover, .btn.bg-facebook:focus {
	background-color: #344e87 !important;
}

.bg-twitter {
	background-color: #1DA1F2 !important;
}

.btn.bg-twitter:hover, .btn.bg-twitter:focus {
	background-color: #0d95e8 !important;
}

.bg-google-plus {
	background-color: #DB4437 !important;
}

.btn.bg-google-plus:hover, .btn.bg-google-plus:focus {
	background-color: #d33426 !important;
}

.bg-youtube {
	background-color: #CD201F !important;
}

.btn.bg-youtube:hover, .btn.bg-youtube:focus {
	background-color: #b71d1c !important;
}

.bg-dribbble {
	background-color: #EA4C89 !important;
}

.btn.bg-dribbble:hover, .btn.bg-dribbble:focus {
	background-color: #e7357a !important;
}

.bg-pinterest {
	background-color: #BD081C !important;
}

.btn.bg-pinterest:hover, .btn.bg-pinterest:focus {
	background-color: #a50718 !important;
}

.bg-slack {
	background-color: #3AAF85 !important;
}

.btn.bg-slack:hover, .btn.bg-slack:focus {
	background-color: #349c76 !important;
}

.bg-linkedin {
	background-color: #0077B5 !important;
}

.btn.bg-linkedin:hover, .btn.bg-linkedin:focus {
	background-color: #00669c !important;
}

.btn {
	padding: 10px 28px;
	-webkit-transition: none;
	transition: none;
}

.btn:focus, .btn.focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: #2F89FC;
	border-color: #2F89FC;
}

.btn-primary:hover {
	color: #fff;
	background-color: #167bfc;
	border-color: #0974fb;
	-webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
					box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #4897fc;
	border-color: #3c90fc;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #fff;
	background-color: #2F89FC;
	border-color: #2F89FC;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0974fb;
	border-color: #046df4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-accent {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-accent:hover {
	color: #fff;
	background-color: #f41684;
	border-color: #f10c7e;
	-webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
					box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-accent:focus, .btn-accent.focus {
	color: #fff;
	background-color: #f6469e;
	border-color: #f63a97;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-accent:disabled, .btn-accent.disabled {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
	color: #fff;
	background-color: #f10c7e;
	border-color: #e50b77;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-secondary {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #62667d;
	border-color: #5c6076;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #fff;
	background-color: #7a7f97;
	border-color: #737891;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #5c6076;
	border-color: #575b6e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-success {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-success:hover {
	color: #fff;
	background-color: #05b378;
	border-color: #05a770;
	-webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
					box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-success:focus, .btn-success.focus {
	color: #33374B;
	background-color: #07e59a;
	border-color: #06d891;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-success:disabled, .btn-success.disabled {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #05a770;
	border-color: #059a68;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-info {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-info:hover {
	color: #fff;
	background-color: #0d90ce;
	border-color: #0c88c2;
	-webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
					box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #1cadf1;
	border-color: #10a9f0;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-info:disabled, .btn-info.disabled {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #0c88c2;
	border-color: #0b7fb6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-warning {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-warning:hover {
	color: #fff;
	background-color: #eb7a09;
	border-color: #df7409;
	-webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
					box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-warning:focus, .btn-warning.focus {
	color: #33374B;
	background-color: #f79431;
	border-color: #f68d24;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-warning:disabled, .btn-warning.disabled {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #df7409;
	border-color: #d36e08;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-danger {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
}

.btn-danger:hover {
	color: #fff;
	background-color: #ff2b40;
	border-color: #ff1e35;
	-webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
					box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #ff5e6e;
	border-color: #ff5162;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-danger:disabled, .btn-danger.disabled {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1e35;
	border-color: #ff1129;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-grey {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
}

.btn-grey:hover {
	color: #33374B;
	background-color: #a1aab6;
	border-color: #99a4b0;
	-webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
					box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-grey:focus, .btn-grey.focus {
	color: #33374B;
	background-color: #bdc4cc;
	border-color: #b6bdc7;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-grey:disabled, .btn-grey.disabled {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
	color: #33374B;
	background-color: #99a4b0;
	border-color: #929dab;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-dark {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
}

.btn-dark:hover {
	color: #fff;
	background-color: #292c3c;
	border-color: #242634;
	-webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
					box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #3d425a;
	border-color: #383d53;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-dark:disabled, .btn-dark.disabled {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #242634;
	border-color: #1e212d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-light {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-light:hover {
	color: #33374B;
	background-color: #dae0fc;
	border-color: #ced6fb;
	-webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
					box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-light:focus, .btn-light.focus {
	color: #33374B;
	background-color: white;
	border-color: #fefeff;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-light:disabled, .btn-light.disabled {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #33374B;
	background-color: #ced6fb;
	border-color: #c3ccfa;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-primary {
	color: #2F89FC;
	background-color: transparent;
	border-color: #2F89FC;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2F89FC;
	border-color: #2F89FC;
	-webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
					box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	color: #2F89FC;
	background-color: transparent;
	border-color: #2F89FC;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
	color: #fff;
	background-color: #2F89FC;
	border-color: #2F89FC;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #167bfc;
	border-color: #0974fb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-accent {
	color: #F52E91;
	background-color: transparent;
	border-color: #F52E91;
}

.btn-outline-accent:hover {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
	-webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
					box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
	color: #F52E91;
	background-color: transparent;
	border-color: #F52E91;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-accent:disabled, .btn-outline-accent.disabled {
	color: #fff;
	background-color: #F52E91;
	border-color: #F52E91;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
	color: #fff;
	background-color: #f41684;
	border-color: #f10c7e;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-secondary {
	color: #6D728B;
	background-color: transparent;
	border-color: #6D728B;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	color: #6D728B;
	background-color: transparent;
	border-color: #6D728B;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
	color: #fff;
	background-color: #6D728B;
	border-color: #6D728B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #62667d;
	border-color: #5c6076;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-success {
	color: #06CC89;
	background-color: transparent;
	border-color: #06CC89;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
	-webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
					box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-outline-success:focus, .btn-outline-success.focus {
	color: #06CC89;
	background-color: transparent;
	border-color: #06CC89;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
	color: #fff;
	background-color: #06CC89;
	border-color: #06CC89;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #05b378;
	border-color: #05a770;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-info {
	color: #0EA1E6;
	background-color: transparent;
	border-color: #0EA1E6;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
	-webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
					box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-outline-info:focus, .btn-outline-info.focus {
	color: #0EA1E6;
	background-color: transparent;
	border-color: #0EA1E6;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
	color: #fff;
	background-color: #0EA1E6;
	border-color: #0EA1E6;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #0d90ce;
	border-color: #0c88c2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-warning {
	color: #F68718;
	background-color: transparent;
	border-color: #F68718;
}

.btn-outline-warning:hover {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
	-webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
					box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	color: #F68718;
	background-color: transparent;
	border-color: #F68718;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
	color: #33374B;
	background-color: #F68718;
	border-color: #F68718;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #eb7a09;
	border-color: #df7409;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-danger {
	color: #FF4457;
	background-color: transparent;
	border-color: #FF4457;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
	-webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
					box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	color: #FF4457;
	background-color: transparent;
	border-color: #FF4457;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
	color: #fff;
	background-color: #FF4457;
	border-color: #FF4457;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff2b40;
	border-color: #ff1e35;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-grey {
	color: #AFB7C1;
	background-color: transparent;
	border-color: #AFB7C1;
}

.btn-outline-grey:hover {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
	-webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
					box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
	color: #AFB7C1;
	background-color: transparent;
	border-color: #AFB7C1;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
	color: #33374B;
	background-color: #AFB7C1;
	border-color: #AFB7C1;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
	color: #33374B;
	background-color: #a1aab6;
	border-color: #99a4b0;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-dark {
	color: #33374B;
	background-color: transparent;
	border-color: #33374B;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
	-webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
					box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	color: #33374B;
	background-color: transparent;
	border-color: #33374B;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
	color: #fff;
	background-color: #33374B;
	border-color: #33374B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #292c3c;
	border-color: #242634;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-light {
	color: #F2F4FE;
	background-color: transparent;
	border-color: #F2F4FE;
}

.btn-outline-light:hover {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
	-webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
					box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-outline-light:focus, .btn-outline-light.focus {
	color: #F2F4FE;
	background-color: transparent;
	border-color: #F2F4FE;
	-webkit-box-shadow: none;
					box-shadow: none;
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
	color: #33374B;
	background-color: #F2F4FE;
	border-color: #F2F4FE;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #33374B;
	background-color: #dae0fc;
	border-color: #ced6fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.breadcrumb {
	background-color: #F2F4FE;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "\2022";
	padding-right: 1rem;
}

.breadcrumb .breadcrumb-item.active {
	color: #a1aab6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #a1aab6;
}

.breadcrumb-dark .breadcrumb-item a {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.8);
}

.navbar {
	min-height: 90px;
	background-color: #2a5568;
}
.header-bar {
	min-height: 70px;
	background-color: white;
}
.header-bar .container {display: block;}

.navbar-float {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
	z-index: 1070;
}

.navbar.sticky {
	z-index: 5;
}

.navbar.sticky.fixed ~ * {
	margin-top: 70px;
}

.navbar.sticky.fixed {
	background-color: #1a1a1a;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: navTransition .5s ease;
					animation: navTransition .5s ease;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
	z-index: 5;
}

@-webkit-keyframes navTransition {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

@keyframes navTransition {
	from {
		top: -100%;
	}
	to {
		top: 0;
	}
}

.navbar-brand {
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav {
	margin-top: 10px;
	border-top: 1px solid #e4e7ee;
	-ms-flex-negative: 0;
			flex-shrink: 0;
}

.navbar-nav .nav-link {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.navbar-nav .btn {
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(109, 114, 139, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #6D728B;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #2F89FC;
}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl .navbar-nav {
		margin-top: 0;
		border-top: none;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.form-control {
	padding: 8px 15px;
	height: calc(1.5em + 1.375rem + 2px);
	border-color: #dee1e6;
}

.custom-select {
	height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
	margin-left: 5px;
	min-width: 40px;
	color: #a1aab6;
	border: 1px solid #dee1e6;
	text-align: center;
	border-radius: 4px;
}

.page-link:hover {
	color: #6D728B;
	background-color: #F2F4FE;
	border-color: #dee1e6;
}

.page-link:focus {
	-webkit-box-shadow: none;
					box-shadow: none;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #2F89FC;
	border-color: #0974fb;
}

.page-item.disabled .page-link {
	color: #6D728B;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.img-place {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.img-place img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.bg-img {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-img > * {
	position: relative;
	z-index: 10;
}

.bg-img-parallax {
	background-attachment: fixed;
}

.bg-img-overlay-dark {
	position: relative;
}

.bg-img-overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #33374B;
}

.bg-img-size-contain {
	background-size: contain;
}

.bg-img-size-100 {
	background-size: 100% 100%;
}

.avatar {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.avatar-img {
	margin-right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.avatar-img img {
	width: 100%;
	height: 100%;
}

.divider {
	position: relative;
	display: block;
	margin: 12px 0 24px 0;
	max-width: 250px;
	height: 2px;
	background-color: #cbd9ff;
	border-radius: 20px;
	border: none;
}

.divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	width: 40px;
	height: 2px;
	background-color: #2F89FC;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(175, 183, 193, 0.7);
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 1100;
}

.back-to-top::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -4px auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
}

.back-to-top:hover {
	background: #2F89FC;
}

.back-to-top:hover::after {
	border-color: #fff;
}

.top-bar {
	display: block;
	min-height: 70px;
	border-bottom: 1px solid #f0f1f6;
	font-size: 14px;
}

.top-bar .container,
.top-bar .row {
	height: 100%;
}

.top-bar a {
	color: #6D728B;
}

.top-bar a:hover {
	color: #2F89FC;
	text-decoration: none;
}

.social-mini-button a {
	padding-left: 12px;
	padding-right: 12px;
}

.social-mini-button a:not(:last-child) {
	border-right: 1px solid #dfe1eb;
}

.page-banner {
	position: relative;
	height: 340px;
	background-color: black;
}

.page-banner .container {
	position: relative;
	z-index: 10;
}

.page-banner.home-banner {
	height: auto;
	/*min-height: 500px;*/
	margin-bottom: 0;
}
.page-banner.inner-banner {
	height: auto;
	/*min-height: 500px;*/
}
.page-banner.home-banner .owl-nav {display: none !important;}

.page-banner.overlay-dark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(109, 114, 139, 0.75);
	z-index: 1;
}

@media (min-width: 768px) {
	.page-banner.home-banner {
		height: 1024px;
		max-height: unset;
		margin-bottom: 0;
	}
	.page-banner.inner-banner {
		height: 270px;
		max-height: unset;
	}
}

.slider-wrapper {
	position: relative;
	height: 100%;
}

.hero-carousel {
	height: 100%;
}

.owl-carousel .owl-stage-outer {
	height: 100%;
}

.hero-carousel-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-carousel-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 55, 75, 0.5);
}

.hero-carousel-item img {
	width: 100%;
	height: auto;
}

.hero-carousel .owl-nav {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.hero-carousel .owl-nav:hover {
	opacity: 1;
	visibility: visible;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
	/*-webkit-transform: scale(0.5);
					transform: scale(0.5);*/
	-webkit-transform: scale(1);
					transform: scale(1);				
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-carousel .owl-nav:hover .owl-prev,
.hero-carousel .owl-nav:hover .owl-next {
	-webkit-transform: scale(1);
					transform: scale(1);
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.hero-carousel .img-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 16px;
	width: auto;
	max-width: 900px;
	height: 100%;
	text-align: center;
	color: #fff;
	margin-top: 8%;
}

.hero-carousel h1, .hero-carousel h2 {
	font-weight: bold;
}

.hero-carousel .subhead {
	color: #fff;
	font-weight: 400;
}

.page-section {
	position: relative;
	display: block;
}

.page-section p {
	color: #6D728B;
}

.subhead {
	display: block;
	color: #AFB7C1;
	font-weight: 500;
	margin-bottom: 8px;
}

.title-section {
	display: block;
	max-width: 500px;
	color: #2d2f38;
	font-weight: 600;
	margin-bottom: 32px;
}

.text-center .title-section {
	margin-left: auto;
	margin-right: auto;
	color: var(--dark);
	margin-bottom: 30px;
}

.about-img {
	position: relative;
	margin: 15px auto;
	width: auto;
	max-width: 500px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
					box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
	-webkit-transform: skewX(-3deg) rotateX(20deg);
					transform: skewX(-3deg) rotateX(20deg);
}

.about-img img {
	width: 100%;
}

.team-carousel {
	display: block;
	width: 100%;
}

.team-wrap {
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 280px;
}

.team-profile {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 6px;
	background-color: transparent;
	overflow: hidden;
}

.team-content {
	display: block;
	padding: 5px;
	background-color: transparent;
	color: #33374B;
}

.team-content .social-button {
	margin-top: 24px;
}

.team-content .social-button a {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	background-color: #F2F4FE;
	color: #6D728B;
	border-radius: 4px;
	-webkit-transition: background .2s ease, color .3s ease;
	transition: background .2s ease, color .3s ease;
}

.team-content .social-button a:hover {
	background-color: #2F89FC;
	color: #fff;
	text-decoration: none;
}

.portfolio {
	display: block;
	background-color: #F2F4FE;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.portfolio:hover {
	-webkit-box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
					box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
}

.portfolio img {
	width: auto;
	max-width: 100%;
}

.card-testimonial {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 30px 20px;
	background-color: #F2F4FE;
	color: #6D728B;
	border-radius: 8px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.card-testimonial:hover {
	background-color: #fff;
}

.card-testimonial .content {
	margin-bottom: 24px;
}

.card-testimonial .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.card-testimonial .avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.card-testimonial .avatar img {
	width: 100%;
	height: 100%;
}

.card-testimonial .author-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	color: #33374B;
}

.card-testimonial .author-info {
	font-size: 11px;
	color: #a1aab6;
}

.card-blog {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 32px 20px 70px 20px;
	max-width: 260px;
	min-height: 290px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
					box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
}

.card-blog .header {
	margin-bottom: 15px;
}

.card-blog .avatar {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #d0d4e4;
	overflow: hidden;
}

.card-blog .avatar img {
	width: 100%;
	height: 100%;
}

.card-blog .entry-footer {
	display: inline-block;
	vertical-align: top;
}

.card-blog .post-author {
	font-weight: 500;
	color: #6D728B;
}

.card-blog .post-date {
	font-size: 13px;
	color: #b2b6c5;
}

.card-blog .post-title {
	margin-bottom: 8px;
	font-size: 22px;
}

.card-blog .post-title a {
	font-weight: 500;
	color: #2d2f38;
}

.card-blog .post-excerpt {
	font-size: 14px;
	color: #AFB7C1;
}

.card-blog .footer {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.card-blog-row *:first-child .card-blog {
	background-color: #2F89FC;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
	color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
	color: rgba(255, 255, 255, 0.6);
}

.blog-single-wrap {
	position: relative;
	display: block;
	padding: 16px 0;
}

.blog-single-wrap .post-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 32px;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
					box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
	overflow: hidden;
}

.blog-single-wrap .post-thumbnail img {
	width: auto;
	max-width: 100%;
}

.blog-single-wrap .post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	font-size: 14px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 24px;
}

.blog-single-wrap .post-meta a {
	color: #6D728B;
}

.blog-single-wrap .post-meta a:hover {
	color: #167bfc;
	text-decoration: none;
}

.blog-single-wrap .post-meta .gap {
	padding-left: 8px;
	padding-right: 8px;
}

.blog-single-wrap .post-tags {
	display: block;
	padding: 16px 0;
}

.blog-single-wrap .post-tags a {
	display: inline-block;
	padding: 4px 12px;
	background-color: #F2F4FE;
	color: #99a4b0;
	font-size: 14px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-single-wrap .post-tags a:hover {
	text-decoration: none;
	background-color: #2F89FC;
	color: #fff;
}

.widget {
	padding: 16px 0;
}

.widget-box {
	position: relative;
	display: block;
	padding: 24px;
	margin-bottom: 32px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #ebeefd;
	-webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
					box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
}

.widget-box::after {
	display: block;
	clear: both;
	content: "";
}

.widget-title {
	font-weight: 600;
	color: #6D728B;
}

.search-form .form-group {
	position: relative;
}

.search-form .btn {
	position: absolute;
	top: 5px;
	right: 6px;
	padding: 6px 12px;
	background-color: #2F89FC;
	color: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.search-form .btn:hover {
	background-color: #167bfc;
}

.categories {
	position: relative;
	list-style: none;
	padding-left: 0;
}

.categories li {
	display: block;
	float: left;
	margin-bottom: 12px;
	width: 50%;
}

.categories li a {
	display: inline-block;
	width: 90%;
	padding: 6px 12px;
	background-color: #eef5ff;
	color: #2F89FC;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.categories li a:hover {
	text-decoration: none;
	background-color: #2F89FC;
	color: #fff;
}

.categories li a span {
	float: right;
	margin-left: 8px;
	padding: 3px 6px;
	background-color: #2F89FC;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 40px;
}

.categories li a:hover span {
	-webkit-box-shadow: 0 0 0 1px #fff;
					box-shadow: 0 0 0 1px #fff;
}

.blog-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dae0fc;
}

.blog-item .post-thumb {
	-ms-flex-negative: 0;
			flex-shrink: 0;
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: 100px;
	height: 80px;
	background-color: #AFB7C1;
	overflow: hidden;
}

.blog-item .post-thumb img {
	width: auto;
	height: 100%;
}

.blog-item .post-title a {
	color: #6D728B;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.blog-item .post-title a:hover {
	color: #2F89FC;
	text-decoration: none;
}

.blog-item .meta a {
	margin-right: 6px;
	font-size: 12px;
	color: #62667d;
}

.blog-item .meta a:hover {
	text-decoration: none;
}

.tagcloud {
	position: relative;
	display: block;
}

.tag-cloud-link {
	display: inline-block;
	padding: 4px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #dae0fc;
	border-radius: 40px;
	font-size: 14px;
	color: #6D728B;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
	text-decoration: none;
	background-color: #F2F4FE;
	color: #2F89FC;
	border-color: #2F89FC;
}

.filterable-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	margin-bottom: 24px;
}

.filterable-btn .btn {
	margin: 4px;
	padding: 8px 16px;
	font-size: 14px;
	background-color: #F2F4FE;
	color: #898da2;
}

.filterable-btn .btn.active {
	background-color: #2F89FC;
	color: #fff;
}

.grid-item {
	padding: 16px;
	width: 33.33333%;
}

.form-contact .form-control {
	background-color: #F2F4FE;
	border-color: transparent;
}

.form-contact .form-control:focus {
	background-color: transparent;
	border-color: #94c2fd;
	-webkit-box-shadow: 0 0 0 1px #94c2fd;
					box-shadow: 0 0 0 1px #94c2fd;
}

.maps-container {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background-color: #F2F4FE;
	overflow: hidden;
}

#google-maps {
	width: 100%;
	height: 100%;
}

.page-footer {
	position: relative;
	display: block;
	padding-top: 80px;
	padding-bottom: 20px;
	background-color: #33374B;
	color: #fff;
}

.page-footer hr {
	border-color: #464B61;
}

.page-footer p {
	color: rgba(255, 255, 255, 0.7);
}

.footer-menu {
	position: relative;
	padding-left: 0;
	list-style: none;
}

.footer-menu.accordion-content {display: block;}

.footer-menu a {
	color: #AFB7C1;
}

.footer-menu a:hover {
	color: #fff;
}

.sosmed-button a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.6);
	outline: none !important;
}

/* Custom Plugin */
.owl-nav {
	display: block;
	margin: auto;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next {
	right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {left: 10px;}

.owl-carousel .owl-dots {
	display: block;
	margin: 16px auto;
	text-align: center;
}

.owl-carousel button.owl-dot {
	display: inline-block;
	margin: 0 4px;
	width: 36px;
	height: 4px;
	background-color: #c6ccd3;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
	outline: none;
}

.owl-carousel button.owl-dot.active {
	background-color: #2F89FC;
}
/*# sourceMappingURL=theme.css.map */



.owl-stage, .owl-stage .owl-item {height: 100%;}
.hero-carousel-item::before {background: none;}
.inner-banner .hero-carousel .img-caption {margin-top: 7%;}
.hero-carousel h1 {font-size: 80px; line-height: 80px; margin-bottom: 0 !important;}
.hero-carousel h2 {font-size: 80px; line-height: 80px; margin-bottom: 0 !important;}
.hero-carousel h1.hero-carousel-item-title {font-size: 1.5rem;line-height: 1.3;margin-bottom: 1.5rem !important;}
.hero-carousel .subhead {font-size: 18px; color: white;margin: 20px auto; display: block;}
.hero-carousel-item {background-position: right;background-repeat: no-repeat;background-size: contain;}
.hero-carousel-item .img-caption .btn {background: #d7415e; border-radius: 10px; box-shadow: none; border-color: #d7415e; padding: 5px 15px; margin-top: 10px;}
.hero-carousel-item .img-caption .btn > span {display: inline-block;vertical-align: middle;position: relative;top: -1px; font-weight: bold;}
.header-bar.top-header-bar {position: relative; min-height: 70px;background-color: white;color: white;padding-top: 0;padding-bottom: 0;}
.header-bar.top-header-bar .top-header-icon {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;}
.header-bar.top-header-bar a {color: white;}
.header-bar.top-header-bar [class^="icon-"], .header-bar.top-header-bar [class*=" icon-"] {font-size: 120px; vertical-align: middle;color: white;min-height: 70px;display: block;}
.icon-logo {position: relative;top: -25px;}
.icon-logo span {position: absolute;}
.header-bar.top-header-bar a.icon-logo:hover .icon-logo-balcombe{color: #f87329 !important;}

/*.navbar.sticky.fixed:before {content: '';border-top: 1px solid red; position:absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:100%;z-index:1;}*/

.icon-logo span.icon-logo-balcombe {left: 110px; color: #2a97e4 !important;}
.header-bar.top-header-bar a:hover {text-decoration: none;}
.header-bar.top-header-bar .c-account-logo [class^="icon-"] {color: var(--dark); font-size: 62px;}
.header-bar.top-header-bar .btn {padding: 5px 16px; font-weight: 500;font-size: 10px;width: 105px; height: 28px; border: none;}
.header-bar.top-header-bar .btn:hover {background: var(--branded_hover_background); border: none;color: white;}
.header-bar.top-header-bar .btn > span {position: relative; top: 2px;}
.button-animate > span {display: none;}
.button-animate span.active {display: block;}
.btn.btn-custom {color: white; background: #d7415e; border-radius: 10px; box-shadow: none; border-color: #d7415e; padding: 6px 15px;}
.btn.btn-custom.btn-red {color: white; background: #d7415e; box-shadow: none; border-color: #d7415e;font-size: 10px;font-weight: bold;}
.btn.btn-custom.btn-black {color: white; background: black; box-shadow: none; border-color: black;font-size: 10px;font-weight: bold;}
.btn.btn-custom.btn-call {color: white; background: #313131; box-shadow: none; border-color: #313131;}
.btn.btn-custom.btn-login {color: var(--dark); background: #2a99e4; box-shadow: none; border-color: #2a99e4; width: 90px;}
.btn.btn-custom.btn-rounded {border-radius: 25px;}
.btn.btn-custom.btn-red:hover {color: white; background: var(--branded_hover_background); box-shadow: none; border: none;}
.btn.btn-custom.btn-black {border: none;}
.btn.btn-custom.btn-black:hover {color: white; background: var(--branded_hover_background); border: none;}
.btn-ask-chat:hover .icon-chat-backing {color: #dc6980;}

.social-mini-button a {color: #2a5568;}
.navbar-light .navbar-nav .nav-item {margin: 5px;}
.navbar-light .navbar-nav .nav-link {color: #2a5568;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link.active {color: white;background: #2096a7; border-radius: 5px;padding: 5px 15px;}
html,body, main {background: white; height: auto;}
main {margin-top: 0;}
.page-section {width: 80%; margin: 0 auto; padding: 0;}
.page-section, .page-banner { margin-bottom: 60px;}
.card-block {width: 100%; border-radius: 25px; background: #e6e6e6; margin: 0 auto;padding: 57px;}
.btn-custom.btn-primary {background-color: white; border-color: white; color: #2a5568;}
.c-menu-bell {position: relative;}
.notify-bubble {position: absolute; top: -20px; right: 0; padding: 3px 6px;background-color: #d5094c; color: #fff; font-size: 12px;font-weight: 600;  border-radius: 40px;}

.menu-bar {position: absolute; top: -34px; left: 0;	width: 320px; display: block;}
.burger-menu-bar {display: none;vertical-align: middle;height: 28px;}
.burger-menu-bar div.burger {height: 28px;cursor: pointer;}
.burger-menu-bar div.burger > a {height: 28px;display: block;}
.burger-menu-bar div.burger .icon-menu {font-size: 25px;vertical-align: middle;color: white;display: block;height: 28px;}
.burger-menu-bar .icon-menu:before {content: "\e903";background: #313131;border-radius: 50%;height: 28px;width: 28px;display: block;line-height: 28px;text-align: center;font-size: 16px;margin: 0 auto;}
.burger-menu-bar .icon-menu:hover:before {content: "\e903";background: var(--branded_hover_background);}

.btn-ask-chat {position: fixed; bottom: 30px; right: 20px; z-index: 5; font-size: 30px; color: #d7415e; text-decoration: none;}

.overlay {display: none; cursor: pointer; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); color: white; z-index: 10000000;}
.overlay.active {display: block;}
.overlay .overlay-close-button, .overlay-popup .overlay-close-button {color: var(--dark); position: absolute; top: 35px; left:auto; right: 20px; font-size: 26px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);z-index: 1; text-decoration: none;}
.overlay .overlay-popup-blocks {overflow: hidden;}
.overlay-container {position: relative; width: 100%; height: 100%; text-align: center; display: table; }
.overlay-container-block {position: relative; display: table-cell;  vertical-align: middle; text-align: center; width: 100%; height: 100%; text-align: center; }
.overlay-block {margin: 0 auto; width: 300px; height: 200px; text-align: center; border: none;}
.overlay.overlay-content .overlay-cetner-container {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; width: 100%; text-align: center; width: 300px;}
.overlay-block-menu {width: 300px; margin: 0 auto;}
.overlay-block-menu .btn.btn-custom.section-footer-btn {float: left; width: 250px;}

body.overlay-active{height: 100%;overflow-y: hidden;position:fixed;}
body.overlay-active .c-Section {height: 100%;overflow-y: hidden;position:fixed;width: 100%;}
body.overlay-active.alert-overlay-active .c-Section {height: 100%;overflow-y: unset;position:unset;width: 100%;}
.overlay-block .menu {width: 320px; text-align: left; margin: 0 auto; margin-bottom: 30px;}
.overlay.menu-overlay {background-color: white;}
.overlay.menu-overlay ul {margin: 0 auto; padding: 0; list-style: none; border: none;}
.overlay.menu-overlay ul li {color: var(--dark); margin: 5px 0;}

.navbar-nav .nav-link {display: block; font-weight: bold;padding: 10px 10px; border-radius: 10px;}
.navbar-nav .nav-link-icon  { width: 25px; height: 25px; line-height: 25px;display: inline-block; border-radius: 50%; vertical-align: text-bottom; background-color: #ededed; color: var(--dark); font-weight: bold; text-align: center;}
.navbar-nav .nav-link.active .nav-link-icon, .navbar-nav .nav-link:hover .nav-link-icon {background-color: #2a99e4; color: white;}
.navbar-nav .nav-link-text {vertical-align: text-bottom; margin-left: 20px; font-weight: bold; font-size: 15px;}
.menu .navbar-nav .nav-link {color: var(--dark);}
.menu .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {color: #2a99e4;}

.owl-carousel .owl-item img.hero-carousel-item-1 {height: 100%; width: auto; margin: 0 auto;}
.hero-carousel-item-2 {opacity: 0;display: none;}

.c-ImageMobile {display: none;opacity: 0;}

.team-wrap {text-align: center;}
.team-wrap:before {content: '';height: 100%;left: 0px;opacity: 0;position: absolute;top: 0px;width: 100%;z-index: -1;-webkit-transition: opacity 300ms;transition: opacity 300ms;z-index: 1;background-color: transparent;}
.team-wrap .owl-carousel .owl-item img {width: 50%; margin: 0 auto;}

.team-wrap {max-width: 320px;}
.team-heade {font-size: 12px;font-weight: bold;color: black;margin-bottom: 15px;}
.team-wrap .text-xs {font-size: 10px !important;font-family: poppins, sans-serif;font-weight: 300;font-style: normal;}
.team-profile-img {font-size: 85px;vertical-align: middle;height: 130px;display: inline-block;}
.team-profile-img > span {position: relative;}
.team-profile-img > span > i {position: absolute; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--dark); font-size: 30px;}
.team-profile-img > span.icon-people-driven-circle > i {letter-spacing: 2px;}
.team-wrap .team-content {padding-top: 0; min-height: 200px;}
.team-wrap .team-content > h5 {color: black; font-weight: 500; font-size: 12px;margin-bottom: 15px; line-height: 1.5;font-weight: 500;}
.team-wrap .team-content > .text-sm {color: var(--dark);font-weight: normal;min-height: 252px;text-align: justify;}
.team-wrap .social-button .btn.btn-custom {padding: 5px 16px;font-size: 10px;}

.min-height-500 {min-height: 500px;}
.card-block-right {position: relative;padding-right: 0;}
.card-block-image {width: 100%; margin: 0 auto;position: absolute; top: 50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.card-block-image-hide {width: 100%; margin: 0 auto;}
.card-block-header {font-size: 40px;color: #444444;font-weight: bold;line-height: 36px;margin-bottom: 18px;}
.card-block-content {color: var(--dark); font-weight: normal;font-size: 11px;font-weight: normal;}
.card-block-button {margin-top: 15px; margin-bottom: 15px;}
.card-block .col-md-4.u-readmore-container {padding-bottom: 5px;}

.pt-0 {padding-top: 0px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pb-0 {padding-bottom: 0px !important;}

.mt-10 {margin-top: 10px;}
.mt-12 {margin-top: 12px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}

.border-radius-15 {border-radius: 15px;}
.border-radius-20 {border-radius: 20px;}
.border-radius-25 {border-radius: 25px;}
.border-radius-50 {border-radius: 50px;}

.page-footer {background: #e6e6e6; padding-top: 25px;}
.page-footer > .page-section {width: 80%;}
.page-footer h5 {color: var(--dark);font-weight: 500;font-size: 10px; margin-bottom: 20px;}
.page-footer p,.page-footer .footer-menu a {color: var(--dark);font-weight: 300;font-size: 10px;}
.page-footer .page-footer-text {max-width: 80% !important; margin: 0 auto;color: var(--dark);font-weight: 300;font-size: 10px; text-align: left !important; margin-top: 0px;}
.page-footer .text-center {color: var(--dark);}
.footer-menu a:hover {color: #2a99e4;}
.footer-menu li {margin-bottom: 8px;line-height: 15px;}

.card-blogs-container {width: 100%;margin: 0 auto;text-align: center;}
.card-blogs-container .row.card-blogs {display: inline-block; margin: 0 auto;}
.card-blogs .card-blog {border-radius: 25px; box-shadow: none;min-height: 150px; min-width: 150px; background-color: #e4e4e4; padding: 50px;position: relative;background-position: center;}
.card-blogs .card-blog .clard-float-bottom {display: block; /*position: absolute; left: auto; bottom: 50px;*/}
.card-blogs-container .card-blogs .card-blog-block {flex: 100px !important;max-width: 100px !important; padding: 0; margin: 15px;display: inline-block;margin-bottom: 5px;}
.card-blogs .card-blog .header .post-title {color: white; font-weight: bold; line-height: 22px;}
.card-blogs .card-blog .body .post-excerpt {color: #53d9b1;font-size: 12px;}
.card-blogs .card-blog .footer {text-align: left;}
.card-blogs .card-blog .footer .btn.btn-custom.btn-red, .card-blogs .card-blog .footer .btn.btn-custom.btn-black {padding: 5px 16px;font-weight: bold;font-size: 8px; margin: 0 auto !important; border-radius: 50px;}

.card-blogs .card-blog-block .card-blog {background: transparent url("") center no-repeat; background-size: contain;}
.card-blogs .card-blog-block .card-blog:before {content: '';height: 100%;left: 0px;opacity: 0;position: absolute;top: 0px;  width: 100%;z-index: -1; -webkit-transition: opacity 300ms; transition: opacity 300ms; z-index: 1;background-color: white;}
.claim-testimonials-section .card-blogs .card-blog-block .card-blog:hover:before {opacity: 0.2;}
.card-blogs .card-blog-block .card-blog a {z-index: 2;}
.card-blogs .card-blog-block .card-blog div {z-index: 2;}

.btn.btn-custom.section-footer-btn {background: #2a99e4;color: black;display: table;padding: 25px;font-weight: normal;font-size: 12px;vertical-align: middle;text-align: center;line-height: 10px;transition: none; border-radius: 50px; border-color: white;position: relative;font-weight: 500;border: none;margin:0 auto;min-width: 280px;height: 61px;}
.btn.btn-custom.section-footer-btn:hover {color: white;background: var(--branded_hover_background);box-shadow: none;border: none;}
.btn.btn-custom.section-footer-btn > span {position: relative; top: 1px;width: 100%; font-weight: 500;}
.btn.btn-custom.section-footer-btn > span.section-footer-btn-middle {color: white; font-size: 10px;font-weight: 500;}
.btn.btn-custom.section-footer-btn > i {float: right;position: absolute; top: 50%; left:93%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.copyright-text {font-size: 10px; margin-top: 50px;}

/**::-webkit-scrollbar {width: 0;height: 0;}
 Make scrollbars visible only for the html tag */
.hs::-webkit-scrollbar {display: none;}
html::-webkit-scrollbar {display: initial;}
html::-webkit-scrollbar-thumb {background-color: #333;border-radius: 8px;opacity: 1;}
html::-webkit-scrollbar-track {background-color: #f1f1f1;border-radius: 8px;opacity: 1;}
.hs {cursor: pointer; display: flex;overflow-x: scroll;justify-content: space-between;scrollbar-width: none;/* Firefox */-ms-overflow-style: none;/* IE 10+ */-webkit-overflow-scrolling: touch;margin: 0 /*-20px*/auto; padding: 0;}
.hs li {list-style: none;}
.hs__header {display: flex;align-items: center;width: 100%;}
.hs__headline {flex: 1;}
.hs__arrows {align-self: center;}
.hs__arrows .arrow:before {content: "";display: inline-block;vertical-align: middle;content: "";background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");background-size: contain;filter: brightness(5);width: 18px;height: 12px;cursor: pointer;}
.hs__arrows .arrow.disabled:before {filter: brightness(2);}
.hs__arrows .arrow.arrow-prev:before {transform: rotate(90deg);margin-right: 10px;}
.hs__arrows .arrow.arrow-next:before {transform: rotate(-90deg);}
.hs__item {flex-grow: 1;flex-shrink: 0;flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));margin: 50px; margin-top: 10px; margin-bottom: 0; display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;-webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none;      user-select: none; min-width: 250px;}
@media only screen and (max-width: 990px) {
	.hs__item {flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));}
}
.hs__item:last-child:after {content: "";display: block;position: absolute;width: 10px;height: 1px;right: calc(10px * 2 * -1);}
.hs__item:first-child {margin-left: calc(10px * 2);}
.hs__item__description {z-index: 1;align-self: flex-start;margin: 10px 0;}
.hs__item__subtitle {color: #aaa;display: block;}
.hs__item__image__wrapper {position: relative;width: 100%;height: 0;padding-bottom: 100%;}
.hs__item__image {pointer-events: none;position: absolute;width: 100%;height: 100%;-o-object-fit: cover; object-fit: cover;}

.c-SwipeRight-Button {display: none !important;}
.c-SwipeRight-Button {display: none; background: var(--branded_hover_background); border: none; color: white;position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;  padding: 8px 22px;border-radius: 25px; font-size: 12px;letter-spacing: 1px;min-width: 155px;z-index: 1;}
.c-SwipeRight-Button > i {position: relative;left: 5px;top: 2px;font-size: 14px; display: inline-block;}
.c-SwipeRight-Button:hover {color: white;}
.animate-leftright {-webkit-animation: mover_flecha 0.8s ease infinite;animation: mover_flecha 0.8s ease infinite;}

@-webkit-keyframes mover_flecha {0% {  transform: translateX(-3px);} 50% {transform: translateX(3px);}100% {transform: translateX(-3px);}}
@-moz-keyframes mover_flecha {0% { transform: translateX(-3px);}50% { transform: translateX(3px);}100% {transform: translateX(-3px);}}
@keyframes mover_flecha {0% { transform: translateX(-3px);}50% { transform: translateX(3px);} 100% { transform: translateX(-3px);}}

.menu-overlay .btn.btn-custom.btn-red.btn-get-started {position: relative; top: 50px;padding: 8px 26px;font-size: 12px;font-weight: normal;}

.u-more {display: none;}
.hs__wrapper {max-width: 1000px;margin: 0 auto;position: relative;}
.hs__wrapper.hs_teams_slider {max-width: 990px;margin: 0 auto;position: relative; }
.hs__wrapper .arrow {color: var(--dark); font-size: 20px; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.hs__wrapper .arrow.arrow-prev {left: -20px;}
.hs__wrapper .arrow.arrow-next {right: -45px; left: auto;}
.hs__wrapper .arrow:hover {color: #f87329;}

.footer-container .footer-container-row {text-align: center;display: inherit; position: relative; left: 15px;}
.footer-container .page-footer-col {width: 100px;display: inline-block;text-align: left;margin-left: 20px;}

.text-center h1.title-section {font-size: 14px; font-weight: bold; color: black; letter-spacing: 2px;}
.text-center h2.title-section {font-size: 14px; font-weight: bold; color: black; letter-spacing: 2px;}
.text-center h3.title-section {font-size: 14px; font-weight: bold; color: black; letter-spacing: 2px;}
.text-center h3.sub-title-section {font-size: 14px; text-transform: unset; font-weight: bold; color: #6D728B;}
.text-center h3.h3-title-section {font-size: 12px; font-weight: bold; color: black; letter-spacing: 2px;}

.page-testimonials-section .card-blogs .card-blog .footer {text-align: left;width: 87%;display: block;min-height: 35px;position: absolute;vertical-align: middle; left: 10px; bottom: 10px;}
.page-testimonials-section .card-blogs .card-blog .footer .btn.btn-custom {display: table; padding: 5px 20px;font-weight: normal;font-size: 8px;margin: 0 auto !important;border-radius: 50px;width: 100%;height: 100%;vertical-align: middle;text-align: left;line-height: 10px;transition:none; min-height: 35px;}
.page-testimonials-section .card-blogs .card-blog .footer .btn.btn-custom  > span {display: table-cell;vertical-align: middle; width: 90%;position: relative;top: 1px;}
.page-testimonials-section .card-blogs .card-blog .footer .btn.btn-custom  > i {float: right;position: absolute; top: 50%; left:85%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: rgba(255,255,255,0.2);width: 15px;height: 15px;line-height: 16px;border-radius: 50px;text-align: center; letter-spacing: -2px;}
.page-section-footer {text-align: center;padding-top: 20px;}
.btn.btn-custom.page-testimonials-cancel {color: black;background: #e0e0e0; border:none; border-radius: 50px;position: relative;padding-right: 10px;font-weight: 500;font-size: 8px;padding-left: 10px;padding-top: 5px;padding-bottom: 5px;transition: none;}
.btn.btn-custom.page-testimonials-cancel > span {position: relative; top: 1px;}
.btn.btn-custom.page-testimonials-cancel:hover {color: white;background: var(--branded_hover_background);border: none;}

.card-blogs-icons.card-blogs .card-blog {min-height: 100px; position: relative;height: 100px;}
.card-blog-link {position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: black; font-size: 120px;}
.card-float-video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: black; font-size: 120px; z-index: 2; cursor: pointer;overflow: hidden;border-radius: 25px;}
.card-float-video .card-float-video-container {width: 100%; height: 100%; display: none; background: transparent;}
.card-blog.playing .card-float-video .card-float-video-container {display: block;}
.card-blog.playing .clard-float-bottom {display: none;}
.card-float-video .card-float-video-vd {width: auto; height: 100%; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.card-icon-link {position: absolute; top: /*-40px*/0; left: 0; width: 100%; height: 100%; color: white; font-size: 120px;}
.card-icon-link > span {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.card-icon-link .icon-logo-asos {font-size: 80px; /*position: relative; top: -18px;*/}
.card-icon-link .icon-logo-tyrells {font-size: 100px; /*position: relative; top: -6px;*/}
.card-icon-link .icon-logo-synergy-health {/*position: relative; top: -2px;*/ top: 43%;}
.card-icon-link .icon-logo-napia {font-size: 100px; /*position: relative; top: -12px;*/}
.card-icon-link .icon-logo-institute-of-public-loss-assessors {font-size: 100px; /*position: relative; top: -12px;*/}
.card-icon-link .icon-logo-chartered-lbia {font-size: 100px; /*position: relative; top: -12px;*/}
.card-icon-link .icon-logo-cila {font-size: 100px; /*position: relative; top: -12px;*/}

.card-icon-link:hover {color: #2a99e4;}
.card-icon-link.no-card-icon-link:hover {color: inherit;}
.page-testimonials-section .card-blog:hover .btn.btn-custom.btn-black {color: white;background: var(--branded_hover_background); border: none;}

.btn.btn-custom.btn-black.title-button-seemore {border-radius: 50px;position: relative; padding-right: 15px; top: -15px; font-weight: 500; font-size: 8px; padding-left: 10px;padding-top: 5px;padding-bottom: 5px;transition:none;}
.btn.btn-custom.btn-black.title-button-seemore > span {position: relative;}
.btn.btn-custom.btn-black.title-button-seemore > i {position: absolute; right: 3px;top: 7px;}

.hero-carousel .hero-carousel-item .tk-hwt-artz {letter-spacing: 3px; font-weight: bold;}
.hero-carousel .hero-carousel-item .subhead {font-size: 14px; font-weight: normal;}
.hero-carousel .hero-carousel-item .img-caption .btn {background: white; color: black; display: table;padding: 20px 25px; padding-right: 30px; font-weight: normal;font-size: 14px;margin: 0 auto !important;border-radius: 50px;vertical-align: middle;text-align: left;line-height: 10px;transition: none; border-color: white; position: relative; font-weight: normal;margin-top: 10px !important; font-weight: 500; border: none;}
.hero-carousel .hero-carousel-item .img-caption .btn:hover {background: var(--branded_hover_background); color: white;border: none;}
.hero-carousel .hero-carousel-item .img-caption .btn > span {display: table-cell;vertical-align: middle; position: relative; top: 2px; font-weight: normal; border:none;}
.hero-carousel .hero-carousel-item .img-caption .btn > i {float: right;position: absolute;top: 19px;right: 8px;}

.team-profile-image {background-color: #e3e3e3;border-radius: 50%;width: 80px;height: 80px;display: inline-block;vertical-align: middle;background-position: center;background-size: contain;}

.page-section .page-section-header h1.title-section {font-size: 20px; font-weight: 500; letter-spacing: 0}
.page-section .page-section-content {font-size: 10px; font-weight: normal; width: 100%; line-height: 20px;}
.page-section .page-section-content .page-section-content-container {margin: 0 auto; text-align: center; width: 500px;}

.header-menu ul {list-style: none;margin: 0;padding: 0; display: flex;width: auto;text-align: right;float: right;}
.header-menu li {margin-right: 40px;}
.header-menu li:last-child {margin-right: 0;}
.header-menu li a {text-decoration: none;color: white;font-size: 40px; font-weight: 500; font-size: 14px;}
.header-menu li a:hover, .header-menu li.active a {color: #2a99e4;}
.header-bar-middle {width: 400px;max-width: 400px;float: right;position: absolute;right: 230px;}
.header-bar-right {width: auto;max-width: unset;display: block;flex: none;position: absolute;right: 0;float: right;}

.claimsroom-section .claimsroom-block {width: 100%;height: 100%;}
.claimsroom-section .claimsroom-blog {position: relative;display: block;margin: 0 auto;width: 360px;height: 200px;border-radius: 30px;box-shadow: none;background: transparent url("") center no-repeat; background-size: cover;}
.claimsroom-section .claimsroom-blog:before {content: '';height: 100%;left: 0px;opacity: 0;position: absolute;top: 0px;  width: 100%;z-index: -1; -webkit-transition: opacity 300ms; transition: opacity 300ms; z-index: 1;background-color: white;}
.claimsroom-section .claimsroom-blog:hover .btn.btn-custom.btn-black {color: white;background: var(--branded_hover_background); border: none;}
.claimsroom-section .claimsroom-blog:hover:before {opacity: 0.2;}
.claimsroom-section .claimsroom-blog .claimsroom-float-bottom {display: block;}
.claimsroom-section .claimsroom-blog .footer {text-align: left;width: 90%;display: block;position: absolute;vertical-align: middle;left: 10px;bottom: 15px;}
.claimsroom-section .claimsroom-blog .footer .btn.btn-custom {display: table;padding: 10px 25px; padding-right: 50px;font-weight: 500;font-size: 10px;margin: 0 auto !important;border-radius: 50px;width: auto;height: 100%;vertical-align: middle;text-align: left;line-height: 10px;transition: none; position: relative;float: left;left: 15px; max-width: 310px;}
.claimsroom-section .claimsroom-blog .footer .btn.btn-custom > span {display: table-cell; vertical-align: middle;}
.claimsroom-section .claimsroom-blog .footer .btn.btn-custom > span span {display: block; margin: 5px auto; line-height: 14px;}
.claimsroom-section .claimsroom-blog .footer .btn.btn-custom span.claimsroom-float-bottom-content {line-height: 15px;}
.claimsroom-section .claimsroom-blog .footer .btn.btn-custom > i {float: right;position: absolute;right: 5px; left: auto; font-size: 15px; top: 50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.claimsroom-section .claimsroom-blog a {z-index: 2;}
.claimsroom-section .claimsroom-blog div {z-index: 2;}
.claimsroom-section .hs__wrapper .hs {width: 80%;}
.claimsroom-section .hs__wrapper .hs__item {flex: 1 0 calc(48% - 10px * 2);margin: 20px;}
.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px - 0px * 2);margin: 10px;}
.claimsroom-section .hs__wrapper .arrow.arrow-prev {left: 80px;}
.claimsroom-section .hs__wrapper .arrow.arrow-next {right: 50px;left: auto;}

.claimsroom-section-fullsize.claimsroom-section .hs__wrapper {max-width: 100%;}
.claimsroom-section-fullsize.claimsroom-section .hs__wrapper .hs {width: 90%;}
.claimsroom-section-fullsize.claimsroom-section .hs__wrapper .hs__item {flex: 1 0 calc(360px + 10px * 2);margin: 10px;}

.trust-section-fullsize.trust-section .hs__wrapper {max-width: 100%;}
.trust-section-fullsize.trust-section .hs__wrapper .hs {width: 90%;}
.trust-section-fullsize.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px + 10px * 2);}

.owl-dots {text-align: center;padding-top: 15px;}
.owl-dots button.owl-dot {width: 10px;height: 10px;border-radius: 50%;display: inline-block;background: white;margin: 0 5px;}
.owl-dots button.owl-dot.active {background-color: #2a99e4;}
.owl-dots button.owl-dot:focus {outline: none;}

/*.page-section.top-recommo-section, .page-section.page-testimonials-section {padding-top: 80px !important;}*/

.owl-carousel .owl-nav button.owl-next span {position: relative; top: 3px; left: 1px;}
.owl-carousel .owl-nav button.owl-prev span {position: relative; top: 3px; left: -1px;}

.owl-carousel.owl-carousel-6 .owl-nav button.owl-next {right: 0px;}
.owl-carousel.owl-carousel-6 .owl-nav button.owl-prev {left: 0px;}
.owl-carousel.owl-carousel-7 .owl-nav button.owl-next {right: 0px;width: 30px;}
.owl-carousel.owl-carousel-7 .owl-nav button.owl-prev {left: 0px;width: 30px;}
.owl-carousel.owl-carousel-8 .owl-nav button.owl-next {right: -15px;width: 30px;}
.owl-carousel.owl-carousel-8 .owl-nav button.owl-prev {left: -15px;width: 30px;}

.owl-item .hero-carousel-item-video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; vertical-align: baseline;background: 0 0;}
.owl-item .hero-carousel-item-video {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;  display: block;object-fit: cover;z-index: 0;}

.page-testimonials-section.testimonials-section {position: relative; top: -20px;}
.page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block {-ms-flex: 0 0 50% !important;flex: 0 0 50% !important;max-width: 360px !important;display: inline-block;margin: 0 auto;}
.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs {width: 100%;}
.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {/*background: radial-gradient(circle at center, rgba(76, 76, 136, 1) 0%, rgba(76, 76, 136, 0) 50%), #2a265f;*/ background: /*radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%),*/ /*rgba(77,77,77,1)*/ black; border-radius:20px;width: 80%;min-width: 360px; height: 320px; margin: 0 auto;}
.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .title-button-seemore {background: rgba(0,0,0,0.5); padding: 5px 10px;z-index: 2;}
.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .title-button-seemore >span {position: relative;top: 1px;letter-spacing: 1px;}
.card-container-middle {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 80%; height: 100%;}
.card-container-middle-block {width: 31%;display: inline-block;height: 100%; vertical-align: middle;}
.card-container-icon {width: 100%; position: relative; font-size: 125px;height: 100%; vertical-align: middle;}
.card-container-icon-logo {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 100%;height: 100%;}
.card-container-icon-logo span {color: white; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center;z-index: 1;} 
.card-container-icon-logo .icon-logo-claims-management-awards-back {color: black; z-index: 0;}
.card-container-icon-logo .icon-logo-british-insurance-awards, .card-container-icon-logo .icon-logo-claims-awards-text {top: 48.3%;}
.card-container-icon-logo .icon-logo-british-insurance-awards-text {top: 48.33%;}

.card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 80px; top: 42%;}
.owl-carousel .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 120px;top: 35%;}
.dic-description-text .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 120px;top: 35%;}

.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog-block.card-blog-block-left .card-blog {margin-right: 20px; float: right;}
.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog-block.card-blog-block-right .card-blog {margin-left: 20px; float: left;}

.vibrating {transition: all .1s ease-in-out;-webkit-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out; }
.card-blog-covid .card-container-middle-block {height: auto; width: 100%;position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block;}
.card-container-middle-block > img {width: 55%;vertical-align: middle; margin: 0 auto;}

.card-container-footer {position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center;}
.card-container-footer .btn.card-container-footer-btn {border-radius: 50px;position: relative;padding-right: 20px;font-weight: 500;font-size: 9px;padding-left: 15px;padding-top: 6px;padding-bottom: 6px;transition: none;color: black;background: white;box-shadow: none;}
.card-container-footer .btn.card-container-footer-btn > i {position: absolute;right: 5px;top: 8px;}
.card-container-footer .btn.card-container-footer-btn > span {position: relative;top: 1px;}

.card-blog-awards {cursor: pointer;}
.card-blog-awards .card-container-middle {width: 100%;}

.trust-section-yellow .claimsroom-blog {background-color: #f8bc2d;}
.trust-section-white .claimsroom-blog {background-color: white;}
.trust-section-orange .claimsroom-blog {background-color: #f87329;}
.trust-section-purple .claimsroom-blog {background-color: #c3427e;}
.trust-section-blue .claimsroom-blog {background-color: #4a9fe2;}
.trust-section-red .claimsroom-blog {background-color: #f13a36;}
.claimsroom-section.trust-section .claimsroom-blog {width: 400px; padding: 30px; height: 220px; border-radius: 20px; overflow: hidden;}
.claimsroom-section.trust-section .claimsroom-blog .header {font-size: 14px; font-weight: bold; text-align: left; margin-bottom: 5px;min-height: 46px; line-height: 22px; margin-top: 13px;}
.claimsroom-section.trust-section .claimsroom-blog .body {font-size: 10px; font-weight: 300; text-align: left;}
.claimsroom-section.trust-section .claimsroom-blog .footer .btn.btn-custom {border-radius: 50px;position: relative;padding-right: 15px;top: 0px;font-weight: 500;font-size: 8px;padding-left: 10px;padding-top: 5px;padding-bottom: 5px;transition: none; background: white;color: black; height: auto; left: 0;}
.claimsroom-section.trust-section .claimsroom-blog .footer .btn.btn-custom > i {position: absolute;right: 3px;top: 6px;font-size: 8px;}
.claimsroom-section.trust-section .claimsroom-blog .footer .btn.btn-custom > i.icon-arrow-right {right: -2px; top: 10px;}
.claimsroom-section.trust-section .claimsroom-blog:hover .footer .btn-custom {background: black; color: white;}
.claimsroom-section.trust-section .claimsroom-blog .footer {left: 30px; bottom: 34px; height: auto;}
.trust-section .claimsroom-float-left {width: 55%; float: left; display: table; height: 100%}
.trust-section .claimsroom-float-left .claimsroom-float-left-div {display: table-cell; vertical-align: top;}
.trust-section .claimsroom-float-right {width: 45%; float: right; display: table;position: relative; display: table; height: 100%;}
.trust-section .claimsroom-float-right .claimsroom-float-right-div {display: table-cell; height: 100%;}
.trust-section .trust-section-icon {position: relative; font-size: 150px; height: 100%;}
.trust-section .trust-section-icon > i {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.trust-section .trust-section-purple .trust-section-icon {font-size: 230px; top: 29px;}
.trust-section .trust-section-red .trust-section-icon {font-size: 230px; top: 30px;left: 50px;}

.trustpilot-section .trustpilot-blog {width: 100%; padding: 30px; /*height: 300px; line-height: 220px; border-radius: 20px;*/ height: 24px; overflow: hidden; position: relative; margin: 0 auto; position: relative; top: -20px;}
.trustpilot-section .trustpilot-blog .trustpilot-widget-cotainer {/*position: absolute; top: 40%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);*/ width: 100%;}
.trustpilot-section .trustpilot-blog .trustpilot-widget-cotainer .trustpilot-widget iframe {margin: 0 auto;}

.owl-item .desktop-video-slide .hero-carousel-item-video {left: auto;right: 0;/*height: auto;width: 410px;*/width: 320px; height: 320px;position: absolute;/*right: 187px;top: 62px;*/left: 97px;top: 114px;border-radius: 50%;z-index: 2;}
.owl-item .desktop-video-slide.desktop-video-middle .hero-carousel-item-video {width: 320px; height: 320px;}
.owl-item .desktop-video-slide.desktop-video-right .hero-carousel-item-video {position: absolute; top: 50%; left:80%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.owl-item .desktop-video-slide.desktop-video-middle .hero-carousel-item-video {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.owl-item .desktop-video-slide.desktop-video-full .hero-carousel-item-video {position: absolute;opacity: 1;width: auto;height: auto;float: right;right: 0; left: auto; top: 0;border-radius: 0;}
.owl-item .desktop-video-slide.desktop-video-background .hero-carousel-item-video {opacity: 1;position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: auto; height: 100%;border-radius: 0;}
.owl-item .desktop-video-slide .hero-carousel-item-0 {z-index: 2;position: absolute;opacity: 1;width: auto;height: 100%;float: right;right: 0;}
.owl-item .desktop-video-slide .img-caption {z-index: 2;}

.start-your-claim-section .card-blogs .card-blog-block {width: 120px; height: 120px; max-width: 120px !important;margin: 8px;}
.start-your-claim-section .card-blogs .card-blog {padding: 0; background: var(--start-your-claim-section-blog); color: white; min-width: 120px; min-height: 120px; width: 120px; height: 120px;}
.start-your-claim-section .card-blogs .card-blog:hover, .start-your-claim-section .card-blogs .card-blog.active, .start-your-claim-section .card-blogs .card-blog.flash {padding: 0; background: var(--branded_hover_background_new); color: white; cursor: pointer; position: relative;}

.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog {padding: 0; background: var(--start-your-claim-section-blog); color: white;}
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog:hover, 
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog.active, 
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog.flash {padding: 0; background: var(--branded_hover_background_new); color: white; cursor: pointer; position: relative;}

.start-your-claim-section .card-blogs .card-blog.active:after {content: '\e93c';font-family: 'icomoon'; position: absolute; top: 15px; right: 15px;color: white; font-size: 10px;}
.start-your-claim-section .card-blogs .card-blog .card-blog-middle {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 100%;}
.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-icon {font-size: 30px; font-weight: 500;height: 30px;line-height: 30px;display: inline-block;}
.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 8px; font-weight: 500;}

.c-Section-Form {display: block; width: 320px; height: auto; margin: 0 auto; text-align: center;}
.c-Section-Form-Form {width: 100%; display: block; position: relative;}
.c-Section-Form-Fields {width: 100%; display: block; position: relative; margin: 5px 0;}
.c-Section-Form-Input {background-color: transparent; border-radius: 10px; border: none; color:black; font-size: 12px;height: 20px; line-height: 20px; vertical-align: middle; width: 80%; padding: 0 15px; text-align: center; position: relative; top: -2px;}
.c-Section-Form-Input {line-height: 20px;font-size: 16px; line-height: auto;min-height: 25px;
	max-height: 133px; resize: none;}
.c-Section-Form-Input::-webkit-input-placeholder{color:black;opacity:1;font-size: 12px; text-align: center;}
.c-Section-Form-Input:-moz-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input::-moz-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input:-ms-input-placeholder{color:black;opacity:1;font-size: 12px; text-align: center; }
.c-Section-Form-Input:placeholder-shown{color:black;font-size: 12px; text-align: center;}

.c-Section-Form .expand_label {display: inline-block;position: relative;height: 50px;width: 100%;box-sizing: border-box;margin: 7px auto;padding: 15px;border: none;background-color: #e0e0e0;border-radius: 60px;cursor: text;letter-spacing: 0;font-weight: 300;font-size: 14px;color: black;}
.c-Section-Form .expand_label .expand_input {outline: 0; font-weight: normal;}
.c-Section-Form .expand_label .expand_placeholder {display: block; color: black; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);width: 100%;color: black;transition: 0.2s all; cursor: text;font-size: 12px; font-weight: normal; }
.c-Section-Form .expand_label.u-Focused .expand_placeholder {display: none;}

.c-Section-Form .expand_label .c-Section-Form-Input-Clear {display: none;background: #ea3648;border-radius: 50%;width: 18px;height: 18px;line-height: 18px;position: absolute;top: 15px;left: 15px;color: white;font-size: 6px;text-align: center;text-indent: -1px;}
.c-Section-Form .expand_label .c-Section-Form-Input-Clear:hover {background-color: black; color: white;}
.c-Section-Form .expand_label .c-Section-Form-Input-Clear > i {position: relative;left: 1px;display: inline-block;width: 18px;
    height: 18px;    line-height: 18px;}
.c-Section-Form .expand_label .c-Section-Form-Input-Send {background: white;color:black;border-radius: 20px;position: absolute;top: 15px;right:15px;font-size: 10px;text-align: center;text-indent: 0px;font-weight: 500; padding: 5px 10px;height: 20px;line-height: 13px; display: none;}
.c-Section-Form .expand_label .c-Section-Form-Input-Send:hover {background: black;color: white;}

#wizard-details .c-Section-Form #add_contact_email_block {display: none;}
#wizard-details .c-Section-Form #add_contact_phone_block {display: none;}

#wizard-details[data-type='phone'] .c-Section-Form #add_contact_phone_block {display: block;}
#wizard-details[data-type='email'] .c-Section-Form #add_contact_email_block {display: block;}

.c-Section-Form-Fields_Block {display: inline-block;position: relative;width: 100%;box-sizing: border-box; margin: 7px auto; padding: 25px; border: none;background-color: #e0e0e0;border-radius: 30px;letter-spacing: 0;font-weight: 300; font-size: 14px; color: black;}
.c-Section-Form-Fields_Block_Header {font-size: 12px;font-weight: bold;color: black;letter-spacing: 0px;}
.c-Section-Form-Fields_Block_Content {font-size: 8px; font-weight: normal; color: black;letter-spacing: 0px; color: black; position: relative; letter-spacing: 0;width: 90%;margin: 15px auto;}
.c-Section-Form .c-Section-Form-Fields_Block .expand_label {background: white;}

.c-Section-Form .expand_label.c-Error {border-color: #ea3648; background-color: #ea3648;}
.c-Section-Form .expand_label.c-Error .c-Section-Form-Input {color: white; -webkit-text-fill-color: white8;}
.c-Section-Form .expand_label.c-Error .expand_placeholder {color: white; -webkit-text-fill-color: white; border-color: white;}
.c-Section-Form .expand_label.c-Error {border-color: #ea3648; background-color: #ea3648; color: white;}
.c-Section-Form .expand_label.c-Error .c-Section-Form-Input-Clear {background-color: white; color: black;}

.sub-title-section {font-size: 14px;font-weight: 500;color: black;letter-spacing: 2px;color: #737373;position: relative; top: -20px;letter-spacing: 0;}
.justify-content-center .sub-title-section {width: 350px;line-height: 32px;margin-top: 25px; text-align: center;}

.btn.btn-custom.btn-submit {background: #2a99e4;color: black;margin: 0 auto;margin-top: 20px;display: table;padding: 20px;font-weight: normal;font-size: 12px;vertical-align: middle;text-align: center;line-height: 10px;transition: none;border-radius: 50px;border-color: white;position: relative;font-weight: 500;border: none;min-width: 320px;height: 50px;}
.btn.btn-custom.btn-submit:hover {color: white;background: var(--branded_hover_background);box-shadow: none;border: none;}
.btn.btn-custom.btn-submit > span {position: relative; top: 1px;width: 100%; font-weight: 500;}

#wizard-done .btn.btn-custom.btn-submit.wizard-step-restart {display: block !important;}

.page-section-wizard-step.hidden {display: none;}

.tp-widget-wrapper .wrapper-top {margin: 28px 0 0 !important;}

.page-section.team-section .card-container {display: none;background: #e0e0e0;z-index: 13;position: absolute;width: 100%;height: 100%;left: 0;top: 0px;border-radius: 15px;}
.page-section.team-section .card-blog-block:hover .card-container {display: block;}
.page-testimonials-section .card-blog:hover .card-container .btn.btn-custom.btn-black {background: black; color: white;}
.page-testimonials-section .card-blog-block.card-blog-downloadchecklist .card-blog:hover .card-container .card-container-footer .btn.btn-custom.btn-black {background: white; color: black;}
.page-testimonials-section .card-blog .card-container .team-btn.btn.btn-custom.btn-black:hover {color: white;background: var(--branded_hover_background); border: none;}
.page-testimonials-section .card-blog-block.card-blog-downloadchecklist .card-blog .card-container .card-container-footer .btn.btn-custom.btn-black:hover {color: white;background: var(--branded_hover_background); border: none;}

.page-section.team-section .dic-detail-slider .card-blogs .hs__wrapper .hs__item {min-width: auto;display: ruby;}
.dic-btn.btn.btn-custom.btn-black {color: black;background: #dfdfdf; border: none; border-radius: 50px;min-width: 60px;width: auto;display: inline-table;padding:8px 20px;letter-spacing: 2px; font-size: 8px;position: relative; text-transform: uppercase;}
.dic-btn.btn.btn-custom.btn-black .team-footer-detail {position: relative; top: 0.5px;}
.dic-btn.btn.btn-custom.btn-black:hover, .dic-btn.btn.btn-custom.btn-black.active {color: white;background: var(--branded_hover_background); border: none;}
.dic-btn.btn.btn-custom.btn-black.active:before {content: '\e93c';font-family: 'icomoon'; position: absolute; top: 50%; left:auto;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); right: 0px;font-size: 6px; }

.dic-description-vd {width: 100%;}
.dic-description-video {width: 100%; margin: 30px auto;}
.dic-detail-section .card-team-detail.dic-description-video {height: 100%; vertical-align: middle; position: relative;background: transparent; border: transparent;}
.video-controll.pause:before {content: "\e900";float: right;font-family: 'icomoon';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background: rgba(0,0,0,0.5);width: 50px;height: 50px;line-height: 50px;border-radius: 50%;text-align: center;letter-spacing: -2px; cursor: pointer; z-index: 2;}
.video-controll.pause:hover:before {background: black; cursor: pointer;}
.video-controll .video-thumb {height: auto; width: 100%; border-radius: 10px;}
.card-float-video.video-controll .video-thumb {opacity: 0 !important;}
.card-float-video.video-controll.pause:before {display: none !important;}
.card-float-video.video-controll .video-item {width: auto; height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.video-controll .video-item {position: absolute; top: 0; left: 0;}
.dic-detail-section .card-team-detail.dic-description-video .dic-description-vd {vertical-align: middle;background: transparent; border: transparent; cursor: pointer;}
.card-team-detail.dic-description-image {width: 100%;height: auto; margin: 30px auto; min-height: 100px; background-color: white;}
.dic-description-head {width: /*100%*/ 55%; margin: 0 auto; padding: 30px 0; padding-bottom: 0;}
.dic-description-text .dic-description-head {width: 100%;}

.dic-detail-section .card-team-description {width: 100%;}
.dic-detail-section .card-blogs-details-title, .dic-detail-section > h1 {font-size: 30px; font-weight: bold;}
.dic-detail-section .card-blogs-details-sub-title {color: #6D728B; font-size: 10px;text-transform: uppercase;letter-spacing: 2px;}
.dic-description-text {line-height: 26px;}

.page-section.team-section .dic-detail-slider .card-blogs .hs__wrapper .hs__item {margin: 4px;flex: none;}
.page-section.team-section .dic-detail-slider .card-blogs-details-vd {border-radius: 25px;margin-top: 40px;}

.page-testimonials-section.testimonials-section.team-section .card-blogs-container {padding-top: 25px;}
.page-testimonials-section.testimonials-section.team-section .card-blogs-container .row.card-blogs {padding-bottom: 30px;}
.page-testimonials-section.testimonials-section.team-section .card-blogs-container .row.card-blogs .card-blog {background-position: bottom;background-size: contain; background-color: black; background-repeat: no-repeat;}
.page-testimonials-section.testimonials-section.team-section .team-btn {display: table;padding: 5px 16px;font-weight: normal;font-size: 8px;margin: 0 auto !important;border-radius: 50px;width: 100%;height: 100%;vertical-align: middle;text-align: left;line-height: 10px;transition: none;overflow: hidden;}
.page-testimonials-section.testimonials-section.team-section .card-blogs-container .card-container-middle-block {width: 100%; padding: 30px 0; text-align: left;}
.page-testimonials-section.testimonials-section.team-section .card-blogs .card-blog .footer {left: 36px; bottom: 20px; min-height: 45px;max-width: 310px;}
.page-testimonials-section.testimonials-section.team-section .card-blogs .card-blog .footer .btn.btn-custom {width: auto; float: left;font-size: 10px; min-height: 45px;}
.page-testimonials-section.testimonials-section.team-section .card-blogs .card-blog .footer .btn.btn-custom > span {width: auto;}
.page-testimonials-section.testimonials-section.team-section .team-name {display: inline-block; font-weight: bold; margin-right: 5px;max-width: 112px;vertical-align: middle;line-height: 12px;}
/*.page-testimonials-section.testimonials-section.team-section.news-section .team-name {max-width: 200px;}*/
.page-testimonials-section.testimonials-section.team-section .team-business {display: inline-block;font-weight: 500; max-width: 130px;vertical-align: middle;margin: 0 auto; color: white;}
.page-testimonials-section.testimonials-section.team-section .team-card-name {font-size: 16px; font-weight: bold;}
.page-testimonials-section.testimonials-section.team-section .team-card-buasiness {font-size: 14px; font-weight: 500;}
.page-testimonials-section.testimonials-section.team-section .team-card-contact {font-size: 12px; font-weight: bold; padding: 20px 0;}
.page-testimonials-section.testimonials-section.team-section .team-card-contact .team-card-contact-email {margin-right: 20px;}
.page-testimonials-section.testimonials-section.team-section .team-card-contact .team-card-contact-mobile {color: black; font-weight: 500;}
.page-testimonials-section.testimonials-section.team-section .team-card-contact .team-card-contact-mobile:hover {color: #f87329;text-decoration: none;}
.page-testimonials-section.testimonials-section.team-section .team-card-description {font-size: 10px; color: #808080;max-height: 95px; position: relative; overflow: hidden; font-weight: normal;}
/*.page-testimonials-section.testimonials-section.team-section .team-card-description:before {content: '...';position: absolute;bottom: -4px;right: 0;width: 10px;height: 20px;background: #e0e0e0;vertical-align: bottom;text-align: center;}*/

.page-section.team-section .card-blogs .hs__wrapper .hs__item {flex: 1 0 calc(10px * 2);margin: 10px;min-width: 150px;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer {left: 10px;bottom: 10px;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer .team-btn.btn.btn-custom.btn-black { position: relative; padding: 5px 22px 5px 16px;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block.active .card-blog .footer .team-btn.btn.btn-custom.btn-black, .page-section.team-section .card-blogs .hs__wrapper .card-blog-block:hover .card-blog .footer .team-btn.btn.btn-custom.btn-black {color: white;background: var(--branded_hover_background);border: none;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer .team-footer-detail {display: inline-block;width: 89px;text-align: left;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer .team-footer-detail .team-name {display: block; font-weight: normal;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer .team-footer-detail .team-business {font-weight: normal;}
.page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer i {position: absolute;top: 50%;left: 92%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.team-detail-section .team-detail-slider, .team-detail-section .dic-detail-slider {padding: 60px 0; padding-top: 40px;}
.card-blogs-container .card-blogs .hs_teams_slider .card-blog-block {margin: 0 auto;}
.team-detail-section .team-detail-slider .card-blogs .card-blog-block .card-blog:hover::before, 
.team-detail-section .team-detail-slider .card-blogs .card-blog-block.active .card-blog::before {opacity: 0.2;}
.card-blogs-details {width: 70%; text-align: center; margin: 0 auto ;}
.card-team-detail {width: 100%; display: block; background: black; color: white; height: 320px; width: 100%; border-radius: 25px;overflow: hidden;}
.card-team-detail-image {width: 50%; display: inline-block; text-align: center;}
.card-team-detail-image > img {width: 320px;}
.card-team-detail-content {width: 48%; display: inline-block;display: inline-table;text-align: left;vertical-align: middle;}
.card-team-detail-content .card-team-detail-contact-name {text-transform: none; font-size: 26px;font-weight: 500;}
.card-team-detail-content .card-team-detail-contact-business {text-transform: none; font-size: 16px; font-weight: 300;}
.card-team-detail-content .card-team-detail-contact-footer {margin: 10px auto;font-weight: 500; margin-bottom: 0;}
.card-team-detail-content .card-team-detail-contact-email {text-transform: none; font-size: 14px; display: inline-block; margin-right: 15px; margin-top: 10px;}
.card-team-detail-content .card-team-detail-contact-mobile {text-transform: none; font-size: 14px; display: inline-block; margin-right: 15px; margin-top: 10px;}
.card-team-detail-content .card-team-detail-contact-link {text-transform: none; font-size: 14px; display: inline-block; margin-top: 10px;}

.about-team-detail {margin:0 auto;}
.about-team-detail .btn.btn-custom.btn-black.about-button {color: white; background: var(--branded_hover_background);  border: none; border-radius: 50px;font-weight: 500;}
.about-team-detail .btn.btn-custom.btn-black.about-button:hover {color: black; background: white;}
.about-team-detail .btn.btn-custom.btn-black.about-button > span {position: relative;top: 1px;}
.about-team-detail .btn.btn-custom.btn-black.about-button > i {position: relative;right: -2px;top: 2px;}
.about-team-detail .card-team-detail-content {position: relative; left: 70px; top: 10px;}
.about-team-detail .card-team-detail-content .card-team-detail-contact-name {font-weight: bold; font-size: 22px;}
.about-team-detail .card-team-detail-content .card-about-detail-contact {width: 52%; color: black;}
.about-team-detail .card-team-detail-content .card-team-detail-contact .card-team-detail-contact-business {font-size: 12px;color: black; margin-top: 10px;}

.card-team-description {margin-top: 30px; text-align: left;font-size: 14px; color: black; font-weight: 300;width: 90%;margin: 30px auto;}
.card-team-description > p {font-size: 14px; color: black; font-weight: 300;}

.dic-detail-section .card-team-description {margin: 60px auto;}


.c-Stripe-Theme .page-section-striped,
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped,
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.grey-section,
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section-new {width: 100%; padding: 80px 0; margin: 0 auto; max-width: 100%;border-radius: 0;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .full-width-description-text.dic-description-text .page-section-striped {border-radius: 30px;padding-top: 60px; margin-top: 30px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section.trustpilot-section.grey-section::before {left: -150px;max-width: 830px; width: 80%;height: 300px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section.page-section-width-840 {max-width: 840px; margin: 0 auto;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section.trust-section-new .text-center {max-width: 840px; margin: 0 auto;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-testimonials-section.claim-testimonials-section .hs__wrapper {width: 100%;max-width: 100%;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-testimonials-section.claim-testimonials-section .hs__wrapper .hs {width: 90%;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-testimonials-section.claim-testimonials-section .hs__wrapper .hs__item {flex: 1 0 calc(150px + 10px * 2); margin: 10px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-section-wizard {padding-bottom: 30px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-section-wizard #start-your-claim-section .title-section {position: relative; top: -15px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section .hs__wrapper {max-width: 100%;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section .hs__wrapper .hs {width: 90% !important;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px + 10px * 2);}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.no-top-padding {padding-top: 0;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .client_section_hs_wrapper {width: 100%; max-width: 100%;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .client_section_hs_wrapper .page-section-striped.page-section {margin-bottom: 20px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-section.page-testimonials-section.claim-testimonials-section.margin-bottom-60 {margin-bottom: 20px;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped .owl-carousel.hero-carousel {width: 80%; margin: 0 auto;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-section-box {background: #f0f0f0;border-radius: 30px;padding: 60px 50px 60px 50px;max-width: 830px;width: 80%;}
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.white-section {background: white !important;}



.c-Stripe-Theme .page-section-striped:nth-child(2n+1),
 .c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped:nth-child(2n+1) {background: #f0f0f0;}
.c-Stripe-Theme .page-section-striped.page-section-wizard {padding-bottom: 20px;}

.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog-block {width: 200px; height: 200px; max-width: 200px !important;}
.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog {width: 100%; height: 100%; max-width: 100%;}
.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 12px;}


.c-DIC-Theme.c-Stripe-Theme .page-section {padding-top: 30px; width: 80%; margin: 0 auto;}
.c-DIC-Theme.c-Stripe-Theme .small-section-container {max-width: 840px; padding-top: 0; background: transparent;}
.c-DIC-Theme.c-Stripe-Theme .page-section-striped:nth-child(2n+1) {background: transparent;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text {max-width: 90%;color: #6D728B;text-align: left;font-size: 14px;font-weight: 300; margin: 0 auto;}
.c-DIC-Theme.c-Stripe-Theme .btn.btn-custom.btn-black.dic-description-button {color: white;  background: var(--branded_hover_background);  border: none;border-radius: 50px;min-width: 60px;width: auto;display: inline-table;padding: 8px 20px;letter-spacing: 0;font-size: 8px; position: relative; box-shadow: none;font-weight: bold;transition: none;}
.c-DIC-Theme.c-Stripe-Theme .btn.btn-custom.btn-black.dic-description-button:hover {background: black; color: white;}
.c-DIC-Theme.c-Stripe-Theme .btn.btn-custom.btn-black.dic-description-button > span {position: relative; top: 0.5px;}
.c-DIC-Theme.c-Stripe-Theme .btn.btn-custom.btn-black.dic-description-button > i {top: 10px;right: 5px;position: absolute;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .extra {font-size: 18px; font-weight: 500; line-height: 34px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .disclaimer-text {font-size: 10px; line-height: 20px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text h2.extra {font-size: 18px; font-weight: 500; line-height: 34px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text ul,
.c-DIC-Theme.c-Stripe-Theme .dic-description ul,
.c-DIC-Theme.c-Stripe-Theme .dic-description ol {padding: 0;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text ul li.list-header {text-align: center; color: black; list-style: none; text-transform: uppercase;letter-spacing: 2px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text ul li.list-header > b {font-weight: bold;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text ul li > b, .c-DIC-Theme.c-Stripe-Theme .dic-description-text ul li > strong {font-weight: bold;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text b,
.c-DIC-Theme.c-Stripe-Theme .dic-description b,
.c-DIC-Theme.c-Stripe-Theme .dic-description strong {font-weight: bold;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .green-tick-list li, 
.c-DIC-Theme.c-Stripe-Theme .dic-description ul li,
.c-DIC-Theme.c-Stripe-Theme .dic-description ol li {list-style: none; position: relative;margin-left: 30px;margin-bottom: 10px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .green-tick-list li::before, 
.c-DIC-Theme.c-Stripe-Theme .dic-description ul li::before,
.c-DIC-Theme.c-Stripe-Theme .dic-description ol li::before {content: '\e93c';font-family: 'icomoon';position: absolute;left: -28px;font-size: 21px;background: #83d34d;background: linear-gradient(to right, #83d34d, #44c65e);border-radius: 50%;width: 18px;height: 18px;color: white;line-height: 20px;text-align: center;top: 4px; font-size: 8px;}

.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text.dic-description {width: 100%; max-width: 100%;}
.c-DIC-Theme.c-Stripe-Theme .dic-description h2 {max-width: 70%;padding-top: 30px;font-size: 14px;font-weight: bold;color: black; letter-spacing: 2px; text-align: center; width: 100%;text-transform: uppercase;margin-left: auto; margin-right: auto;color: var(--dark);margin-bottom: 30px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description > p,
.c-DIC-Theme.c-Stripe-Theme .dic-description > .aboutcard-quote-block,
.c-DIC-Theme.c-Stripe-Theme .dic-description > ul,
.c-DIC-Theme.c-Stripe-Theme .dic-description > ol {max-width: 60%;color: #6D728B;text-align: left;font-size: 14px; font-weight: 300; margin: 0 auto;margin-top: 0; margin-bottom: 1rem;}
.c-DIC-Theme.c-Stripe-Theme .dic-description h3 {max-width: 70%;padding-top: 30px;font-size: 14px;font-weight: bold;color: black; letter-spacing: 2px; text-align: center; width: 100%;text-transform: uppercase;margin-left: auto; margin-right: auto;color: var(--dark);margin-bottom: 30px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description h4 {max-width: 70%;padding-top: 30px;font-size: 14px;font-weight: bold;color: black; letter-spacing: 2px; text-align: center; width: 100%;text-transform: uppercase;margin-left: auto; margin-right: auto;color: var(--dark);margin-bottom: 30px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description img {width: 100%; height: auto;}

.c-DIC-Theme .page-testimonials-section.claim-testimonials-section .card-container {position: relative; height:150px; width: 100%;}
.c-DIC-Theme .page-testimonials-section.claim-testimonials-section .card-container-icon-logo span {color: black;}
.c-DIC-Theme .page-testimonials-section.claim-testimonials-section .card-container-icon-logo span:first-child:before {color: black;}
.c-DIC-Theme .page-testimonials-section.claim-testimonials-section .card-container-middle-block {width: 160px; height: 160px;}
.c-DIC-Theme .card-container-icon {font-size: 200px;}
.c-DIC-Theme .icon-logo-british-insurance-awards-text:before, .c-DIC-Theme .icon-logo-claims-awards-text:before {position: relative; top: -5px;}
.c-DIC-Theme .page-section-striped.page-section.trust-section-new, .c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section {background: #f0f0f0;border-radius: 30px;padding: 60px 50px 60px 50px;max-width: 830px;width: 80%;}
.c-DIC-Theme .page-section-striped.page-section.trust-section-new .hs__wrapper .hs__arrow-container, 
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .hs__wrapper .hs__arrow-container {top: 40px;}
/*.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .start-your-claim-section .card-blogs .card-blog {background: white;color: #707070;}*/
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .start-your-claim-section .card-blog:hover, 
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .start-your-claim-section .card-blog.active, 
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .start-your-claim-section .card-blogs .card-blog.flash {background: var(--branded_hover_background_new);color: white;}
.c-DIC-Theme .text-center h1.title-section {max-width: 100%; text-transform: uppercase;}
.c-DIC-Theme .text-center h2.title-section {max-width: 100%; text-transform: uppercase;}
.c-DIC-Theme .text-center h3.h3-title-section {max-width: 100%; text-transform: uppercase;}
.c-DIC-Theme .dic-heading3 {font-weight: bold;font-size: 14px;line-height: 16px;}

.c-DIC-Theme .page-section.margin-bottom-60 {padding-bottom: 60px;}
.c-DIC-Theme .page-section.margin-top-60 {padding-top: 60px;}
.c-DIC-Theme .page-section.margin-bottom-30 {padding-bottom: 30px;}
.c-DIC-Theme .page-section.margin-top-30 {padding-top: 30px;}
.c-DIC-Theme .page-section.page-section-awards .card-container {width: 100%;height: 100%;}
.c-DIC-Theme .page-section.page-section-awards .card-container .card-container-middle {position: unset;-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;width: 100%;height: 100%;display: block;}
.c-DIC-Theme .page-section.page-section-awards .card-container-icon-logo > span:first-child:before {color: black;}
.c-DIC-Theme .page-section.page-section-awards .card-container-middle-block {width: 200px; height: 200px;}
.c-DIC-Theme .hs__wrapper.hs_client_videos_slider .hs__item {margin: 0 auto; margin-left: 0;}
.c-DIC-Theme .top-recommo-section-wide .hs__wrapper .hs__item {min-width: 380px; margin: 10px;}
.c-DIC-Theme .testimonials-section.team-section .card-blogs .card-blog-block .card-blog:hover:before {opacity: 0.2;}

.c-DIC-Theme .client_section_hs_wrapper {max-width: 830px;width: 80%; margin: 0 auto;}
.c-DIC-Theme .client_section_hs_wrapper .hs__wrapper.hs_client_videos_slider .hs__item {margin: 10px;}

.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .client_section_hs_wrapper .page-section-striped {background: white;}

.c-DIC-Theme .page-section.trustpilot-section.grey-section:before, .page-section.trustpilot-section:before {content: ''; background-image: url("/assets/img/trustpilot-star.png");background-repeat: no-repeat;background-position: left;background-size: contain;  width: 100%;  height: 225px;  display: block; position: absolute;  top: 0;  left: -112px;}

.page-section.trustpilot-section:before {height: 300px; left: -150px;}

.claimsroom-section.trust-section-new .claimsroom-block .claimsroom-blog {background-color: white;background-size: 50%; background-position: right; background-repeat: no-repeat;  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);}
.claimsroom-section.trust-section-new .claimsroom-blog .footer .btn.btn-custom {background-color: black; color: white;}
.claimsroom-section.trust-section-new .claimsroom-blog .footer .btn.btn-custom:hover {color: white;background: var(--branded_hover_background);border: none;}

.c-DIC-Theme .page-section.trustpilot-section.trust-section-v2.grey-section:before, .page-section.trustpilot-section.trust-section-v2:before {display: none;}
.page-section.trustpilot-section.trust-section-v2 .claimsroom-float-left {width: 100%;}
.page-section.trustpilot-section.trust-section-v2 .claimsroom-blog {max-height: 500px; height: auto;}
.page-section.trustpilot-section.trust-section-v2 .post-stars {color: #2a97e4; font-size: 16px;margin-left: -5px;}
.page-section.trustpilot-section.trust-section-v2 .post-stars > i {width: 18px; display: inline-block;}
.page-section.trustpilot-section.trust-section-v2 .post-excerpt a {color: black;}
.page-section.trustpilot-section.trust-section-v2 .post-excerpt a:hover {color: #2a99e4;}
.page-section.trustpilot-section.trust-section-v2 .post-excerpt i {color: rgba(0,0,0,0.5);}
.page-section.trustpilot-section.trust-section-v2 .claimsroom-blog .header .post-title {margin: 5px auto;;}
.page-section.trustpilot-section.trust-section-v2 .claimsroom-blog .header .post-sub-title {font-size: 14px; color: black; font-weight: normal;}
.claimsroom-section.trust-section .claimsroom-blog .header .post-date {font-size: 10px; color: black; font-weight: bold; margin-bottom: 15px; color: rgba(0,0,0,0.5)}
.page-section.trustpilot-section.trust-section-v2 .claimsroom-blog::before {display: none;}

.c-DIC-Theme .page-section-slider .card-container-icon {font-size: 125px;}

.hs__wrapper.hs_client_videos_slider .hs__item {flex: 1 0 calc(23% - 10px * 2);min-width: 150px;margin: 0 auto;margin-left: 15px;}

.top-recommo-section-wide .hs__wrapper {margin: 30px auto; max-width: 900px;}
.top-recommo-section-wide .hs__wrapper .hs__item {width: 460px; background: #f0f0f0; border-radius: 20px;min-width: 460px; margin-right: 0px;}
.top-recommo-section-wide .hs__item .team-wrap {max-width: unset;width: 90%; height: 200px; display: table;position: relative;}
.top-recommo-section-wide .hs__item .team-profile {width: 30%; min-width: 110px; display: table-cell;}
.top-recommo-section-wide .hs__item .team-profile-image {width: 100px; height: 100px;}
.top-recommo-section-wide .hs__item .team-profile-img {height: auto; position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.top-recommo-section-wide .hs__item .team-right {width: 70%;display: table-cell;text-align: left; vertical-align: middle; min-width: 200px; padding-left: 10px;}
.top-recommo-section-wide .hs__item .team-heade {margin-bottom: 5px;}
.top-recommo-section-wide .hs__item .team-content {min-height: auto;padding: 0;}
.top-recommo-section-wide .hs__item .team-content h5 {font-weight: normal;font-style: italic;}

.dic-btn.btn.btn-custom.btn-black.hs__item_button {cursor: pointer;}

.hs__wrapper .hs__arrow-container {width: 100%; text-align: center; margin-top: 0px; position: relative; top: 40px;}
.hs__wrapper .hs__arrow-container .arrow {position: unset; display: inline-block !important;-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;}

.text-capital {text-transform: uppercase !important;}

.page-section .trust-section-text {font-size: 12px;width: 80%; margin: 0 auto; margin-bottom: 20px;}

.c-DIC-Theme.c-Stripe-Theme .page-section-striped.claim-testimonials-section-new {background: #f0f0f0;border-radius: 30px;padding: 60px 30px;width: 100%;margin: 60px auto;}
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.claim-testimonials-section-new .hs__wrapper .hs {width: 100%;}
.c-DIC-Theme.c-Stripe-Theme .page-section-striped.claim-testimonials-section-new .hs__wrapper .hs__arrow-container {top: 25px;}

.c-DIC-Theme.c-Stripe-Theme .page-section-striped.claim-testimonials-section-new .c-SwipeRight-Button {z-index: 2;}
.c-DIC-Theme.c-Stripe-Theme .page-section.team-section .card-blogs .hs__wrapper .card-blog-block .card-blog .footer i {left: 88%;}
.c-DIC-Theme.c-Stripe-Theme .full-width-description-text {width: 830px;max-width: 830px; margin: 0 auto;} 

.c-DIC-Theme.c-Stripe-Theme.new-width .card-blogs-details {width: 100%;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-blogs-details-contact {width: 70%; margin: 0 auto;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description {width: 100%;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail {width: 70%;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text {width: 60%; margin: 0 auto;}
.c-DIC-Theme.c-Stripe-Theme.new-width .dic-description-text.full-width-description-text {width: 100%;max-width: 830px; margin: 0 auto;} 

.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block {width: 100% !important; min-width: 100%; max-width: 100%;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block .card-blog::before {content: ''; display: none; position: unset;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog-block.card-blog-block-left .card-blog {float: none; margin: 0 auto; overflow: hidden;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {max-width: 830px;height: 600px;width: 100%;margin: 0 auto !important;float: none; border-radius: 30px; padding: 60px;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .hero-carousel-item.slider-proffessional-membership .card-blog {padding: 60px 0;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .title-button-seemore {position: unset; text-transform: uppercase; font-weight: bold;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .page-section-slider-title {margin-bottom: 30px;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .title-button-seemore > span {font-size: 14px;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .hero-carousel .owl-nav {position: relative;width: 200px;top: -35px;z-index: 10001;}
.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .hero-carousel .owl-nav > button {background: none;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-description {color: white; font-weight: normal; font-size: 28px; line-height: 62px;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-description .page-section-slider-description-middle {font-size: 14px;line-height: 24px;margin-top: 10px;color: rgba(255,255,255, 0.5);}
.page-section-slider.page-testimonials-section.testimonials-section .card-container {max-width: 530px;margin: 0 auto;}
.page-section-slider.page-testimonials-section.testimonials-section .card-container-middle,
.dic-description-text .page-section-slider-content .card-container-middle {position: unset;-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset; height: 240px; margin: 0 auto;}

.dic-description-text .page-section-slider-content .card-container-middle {width: 100%;}
.dic-description-text .page-section-slider-content .card-container-middle .card-container-middle-block {width: 25%;}
.dic-description-text .page-section-slider-content .card-container-middle .card-container-icon-logo .card-container-icon-logo-text::before {color: black;}

.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-table {height: 240px; margin: 0 auto; display: table;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-table.smaller {height: 200px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content {width: 100%; height: 50%;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table {height: 100%;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-sam-croxall {top: -20px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-balcombe-tracy {top: -30px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-david-walton {top: -30px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-dame-asos {top:10px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-cordings {top:-15px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-maesteg-rfc {top:-30px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-mainetti {top:10px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-tonpopo {top:15px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile-img {height: 120px;}
.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile-img .team-profile-image {vertical-align: top;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-table-cell {display: table-cell; vertical-align: middle;}
.page-section-slider.page-testimonials-section.testimonials-section .card-container-middle .card-container-middle-block {width: 155px;}
.page-section-slider.page-testimonials-section.testimonials-section .card-container-icon {font-size: 180px;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item {width: 160px; font-size: 120px; display: inline-block; color: white;}
.page-section-slider.page-testimonials-section.testimonials-section .hero-carousel-item.slider-proffessional-membership .page-section-slider-content-item {font-size: 100px; width: 134px;}

.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-asos {font-size: 80px;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-tyrells {position: relative; top: 2px}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-synergy-health {position: relative; top: -5px; font-size: 130px;}
.page-section-slider.page-testimonials-section.testimonials-section .icon-logo-chartered-insurance-institute {font-size: 120px;}

.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item > span,
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item > a {vertical-align: middle; color: white;}
.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item > a:hover {color: #f87329;}

.page-section-slider.page-testimonials-section.testimonials-section .card-container-icon .card-container-icon-logo {position: unset;-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;}
.page-section-slider.page-testimonials-section.testimonials-section .team-profile-image {width: 120px; height: 120px;}
.page-section-slider.page-testimonials-section.testimonials-section .owl-dot:hover, .page-section-slider.page-testimonials-section.testimonials-section .owl-dot.active {background-color: #f87329;}
.page-section-slider.page-testimonials-section.testimonials-section .owl-nav > button:hover {color: #f87329;}

.form-disclaimer {color: rgba(255,255,255, 0.5); font-size: 12px;width: 255px;margin: 0 auto;margin-top: 0px; margin-bottom: 0px;margin-top: 0px;margin-top: 25px;margin-bottom: 30px;}
.form-disclaimer.c-Error .form-disclaimer-content {color: #ea3648}
.form-disclaimer .form-disclaimer-tick {display: inline-block;width: auto;vertical-align: middle;margin-right: 10px;}
.form-disclaimer-tick-container {cursor: pointer;width: 56px;height: 56px;line-height: 56px;vertical-align: middle;display: table;position: relative;border-radius: 10px;background-color: #e0e0e0;color: black;margin: 0 auto; float: left;}
.form-disclaimer.c-Error .form-disclaimer-tick-container {background-color: #ea3648;}
.form-disclaimer .form-disclaimer-tick:hover .form-disclaimer-tick-container,
.form-disclaimer .form-disclaimer-tick.active .form-disclaimer-tick-container {background: var(--green_hover_background);}
.form-disclaimer-tick-container > span {color: white; display: table-cell; vertical-align: middle;font-size: 26px;}
.form-disclaimer .form-disclaimer-content {color: #737373; display: inline-block;width: 72%;text-align: left;line-height: 14px;vertical-align: middle; cursor: auto;font-size: 8px; font-weight: normal;}

.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard .page-section {padding-top: 0; padding-bottom: 30px;}
.c-DIC-Theme.c-Stripe-Theme .page-section-contact-form.grey-section .c-Section-Form .expand_label {background: white; color: black;}
.c-DIC-Theme.c-Stripe-Theme .page-section-contact-form .c-Section-Form .btn.btn-custom.btn-submit {min-width: 100%; width: 100%;}
.c-DIC-Theme.c-Stripe-Theme .page-section-contact-form .c-Section-Form .expand_label.c-Error {background: #ea3648; color: white;}


.claimsroom-section.trust-section .claimsroom-blog .post-sib-title {font-size: 12px;font-weight: 300;text-align: left;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section .claimsroom-blog .header {font-size: 16px;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section .claimsroom-blog .post-excerpt-header {font-weight: 500; margin-bottom: 10px;}
.claimsroom-section.trust-section .claimsroom-blog strong {font-weight: bold;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section .claimsroom-blog {height: 320px;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section address {height: 93px; margin-bottom: 0;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section .footer .contact-details  {font-size: 10px;margin-bottom: 10px;}
.claimsroom-section.trust-section.contactus-blocked-section.trust-section .claimsroom-block .claimsroom-blog {background-size: 45%;}

.hero-carousel .desktop-video-slide.desktop-video-background .img-caption {text-align: left;margin: 0 auto;top: 50%;left: 50%; right: unset;bottom: unset;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;height: auto; width: 90%; z-index: 3;}

.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image {position: relative;height: 300px;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image > img {text-align: center;margin: 0 auto;top: 50%;left: 50%; right: unset;bottom: unset;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;height: auto; text-align: center; width:100%; }
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.dic-description-image .dic-description-img {width: 100%;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-content {text-align: center;margin: 0 auto;top: 50%;left: 50%; right: unset;bottom: unset;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;height: auto; text-align: center; }
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-head-text {color: white; font-size: 14px;font-weight: 500;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text {color: black; font-size: 24px;font-weight: 500; margin-bottom: 5px;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a {color: black;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a:hover {color: #f87329;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a.dic-description-image-body-text-btn {padding: 6px 12px; border: none;  border-radius: 4px; background: rgba(255,255,255, 0.5); font-size: 12px; font-weight: bold;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a.dic-description-image-body-text-btn:hover {background: white;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a.dic-description-image-body-text-btn > span {position: relative; top: 1px;}

.btn-submit.processing > span {display: none;}
.btn-submit.processing:before {content: '';height:20px;width:20px;position:relative;-webkit-animation: rotation .6s infinite linear;-moz-animation: rotation .6s infinite linear;-o-animation: rotation .6s infinite linear;animation: rotation .6s infinite linear;border-left:1px  solid rgba(0,0,0,.15);border-right:1px  solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);border-top:1px solid white;border-radius:100%; display: block;margin: 0 auto; top: -5px;}

.standard-page__content-wrapper__content__clients__list {list-style: none;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin: 0; padding: 0;}
.standard-page__content-wrapper__content__clients__list li {
  -webkit-flex-basis:25%;
  -ms-flex-preferred-size:25%;
  flex-basis:25%;
  margin:0
}
.standard-page__content-wrapper__content__clients__list li .single-partner {width: 150px; height: 150px;margin: 0 auto;}
.standard-page__content-wrapper__content__clients__list li .single-partner__logo {width: auto;height: auto;max-width: 100%;max-height: 100%;margin: 0 auto;display: block;}

.about-team-detail.contact-description-image .card-team-detail-content {position: absolute;  left: auto;  top: 24%;  right:-100px;}

.c-Section-Form .expand_label {max-height: 200px;}
.c-Section-Form .expand_label .expand_textarea_height {max-height: 150px;}

.accordion .accordion-icon {display: none;}

.hs__arrow-container.responsive {display: none;}

.page-footer .page-section.page-section-mobile-full {margin-bottom: 0px;}


.dic-description-vd-btn {padding: 5px 16px;font-weight: bold;font-size: 8px;border: none;border-radius: 50px;color: white;background: black;box-shadow: none;border-color: black;position: absolute;bottom: 20px;right: 20px;letter-spacing: 2px;height: 26px;line-height: 18px; z-index: 2;}
.dic-description-vd-btn:hover {background-color: white; color: black;}

/*.card-float-video-loader {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0 auto;height: auto;text-align: center;}*/
.card-float-video.loading:before {content: '';height:25px;width:25px;position:relative;-webkit-animation: rotation .6s infinite linear;-moz-animation: rotation .6s infinite linear;-o-animation: rotation .6s infinite linear;animation: rotation .6s infinite linear;border-left:2px solid rgba(0,0,0,.15);border-right:2px  solid rgba(0,0,0,.15);border-bottom:2px solid rgba(0,0,0,.15);border-top:2px solid rgba(0,0,0,.8);border-radius:100%;margin-left: 2px;display: inline-block;margin: 0 auto;position: absolute;top: 40%; left: calc(50% - 10px);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%); z-index: 1;}


.page-testimonials-section.testimonials-section.team-section.news-section .card-blogs .card-blog .footer .btn.btn-custom,
.page-testimonials-section.testimonials-section.team-section.resources-section .card-blogs .card-blog .footer .btn.btn-custom {line-height: 25px;padding: 15px 20px;width: 80%;}
.page-testimonials-section.testimonials-section.team-section.news-section .team-name,
.page-testimonials-section.testimonials-section.team-section.resources-section .team-name {font-size: 14px;  line-height: 18px; max-width: 85%; font-weight: 500;}

.card-team-detail.card-team-detail-white {background-color: #f0f0f0;}
.card-team-detail.card-team-detail-white .card-team-detail-contact {color: black;}

.team-section .team-detail-slider .card-blogs .card-blog-block .card-blog {background-color: #f0f0f0;}
.team-section .card-team-detail-content .card-team-detail-contact.card-team-detail-contact-details {width: 80%;}

.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description {width: 90%;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description > p {color: #6D728B;}

.dic-description-text .dic-description-table {width: 60%; margin: 0 auto;}

.c-DIC-Theme.c-Stripe-Theme .dic-description-text .dic-description-table-styled {border-collapse: collapse; width: 100%;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .dic-description-table-styled thead tr {background-color: #6d728a; color: #ffffff;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .dic-description-table-styled thead tr th {padding: 8px;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .dic-description-table-styled tbody tr td:first-child {background-color: #f0f0f0;}
.c-DIC-Theme.c-Stripe-Theme .dic-description-text .dic-description-table-styled tbody tr td { padding: 8px;}

.overlay-popup.overlay-cookies-popup {position: fixed; bottom: 15px; left: 20px; top: auto; width: 176px; height: auto; background: rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 18px;padding-bottom: 12px; border-radius: 10px; font-size: 14px; line-height: 1.6; color: black; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 10px; text-align: center; z-index: 100;}
.overlay-popup.overlay-cookies-popup .overlay-close-button {font-size: 12px; top: 14px; right: -4px;}
.overlay-popup.overlay-cookies-popup .overlay-close-button:hover {color: #f87329;}

.accordion {width: 100%; margin: 0 auto;}
.accordion:last-child {margin-bottom: 25px;}
.accordion-button {cursor: pointer; width: 100%; text-align: left; border: none; outline: none; margin-bottom: 5px;background: #e6e6e6; color: black; padding: 15px 40px; border-radius: 30px; border: none; text-align: center; display: block; font-size: 12px; line-height: 20px; position: relative;}
.accordion-button:before {font-family: 'icomoon' !important;content: "\e920"; font-weight: normal; position: absolute; top: 50%; right: 12px; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);font-size: 8px;}
.accordion-button > span {position: relative; top: 1.5px;}
.accordion-button.accordion-tab {background: linear-gradient(to right, #F9A602, #EC4A4A); color: white; margin-bottom: 10px; font-weight: bold;}
.accordion.grey-accordion .accordion-button.accordion-tab {background: #c5c5c5; color: black;}
.accordion.blue-accordion .accordion-button.accordion-tab {background: #2f93df; color: white;}
.accordion-button.accordion-tab:before {content: "\e951"; position: absolute;right: 12px;}
.accordion-button.accordion-tab.active:before {content: "\e950";}
.accordion-button.accordion-tab:hover, .accordion.grey-accordion .accordion-button.accordion-tab:hover, .accordion.blue-accordion .accordion-button.accordion-tab:hover {background: black; color: white;}
.accordion.nomargin-accordion {margin: 0 auto;}
.accordion-button:hover, .accordion-button.active {background: linear-gradient(to right, #F9A602, #EC4A4A); color: white;}
.accordion-content {display: none;overflow: hidden;transition: max-height 0.3s ease-out;margin-bottom: 5px;}
.accordion-content .accordion-button {font-size: 11px;}

.accordion.accordion-share-buttons {width: 28%;}
.accordion.accordion-share-buttons.accordion-share-compact {width: 36%;}
.accordion.accordion-share-buttons .accordion-button.accordion-tab {background: #e5e5e5;}
.accordion.accordion-share-buttons .accordion-button {padding: 6px 10px;; font-size: 10px;}
.accordion.accordion-share-buttons .accordion-button.accordion-tab::before  {right: 5px; font-weight: bold;}
.accordion.accordion-share-buttons .accordion-button::before  {right: 5px; font-weight: normal;}

.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text .card-team-detail.contact-description-image {width: 100%; height: 140px;}
.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text .card-team-detail.contact-description-image > img {width: 100%; height: auto;}


.aboutcard-quote-block {background-color: #f0f0f0; padding: 40px 50px; border-radius: 25px; margin: 20px 0; color: black;}
.aboutcard-card-header {display: flex; margin-bottom: 20px; align-items: center;}
.aboutcard-card-header-content {width: 82%;}
.aboutcard-card-header-image {width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-right: 18px; background-color: #ddd;}
.aboutcard-card-header-image img {width: 100%; height: 100%; object-fit: cover;}
.aboutcard-card-header-name {width: 80%; text-align: left; font-weight: bold; color: black; font-size: 14px; margin-bottom: 5px;}
.aboutcard-card-header-smalltext {width: 100%; text-align: left; font-weight: bold; font-size: 12px; color: #6D728B; font-weight: normal; margin-bottom: 5px;}
.aboutcard-card-header-contact {position: relative;}
.aboutcard-card-header-title {font-size: 16px; color: #666; margin-bottom: 10px;}
.aboutcard-card-header-links a.btn.btn-custom {border-radius: 50px;position: relative;padding-right: 15px;top: 0px;font-weight: 500;font-size: 8px;padding-left: 10px;padding-top: 5px;padding-bottom: 5px;transition: none; color: white; background: var(--branded_hover_background); height: auto; left: 0;}
.aboutcard-card-header-links a.btn.btn-custom:hover {background: black; color: white;}
.aboutcard-card-header-links a.btn.btn-custom > i {position: absolute;right: 3px;top: 6px;font-size: 8px;}
.aboutcard-card-header-links a.btn.btn-custom > i.icon-arrow-right {right: 2px; top: 7px;}
.aboutcard-card-header-links {width: 20%; position: absolute; right: 0; top: 26px; text-align: right;}
.aboutcard-quote-content p {font-size: 12px; color: #535868;}
.aboutcard-quote-content p:last-child { margin-bottom: 0;}

.dic-description-download-container {display: flex; border-radius: 25px; overflow: hidden; width: 100%; height: 150px; background-color: transparent;}
.dic-description-download-container-image-area {flex-grow: 1; background-image: url("/assets/img/news-harris-balcombe-flood-checklist-on-fridge-jump.jpg"); background-size: cover; background-position: center right; width:100%; }
.dic-description-download-container-content-area {display: block; flex-direction: column; justify-content: center; align-items: flex-start; padding: 45px 35px; position: absolute; background: transparent; height: 150px;}
.dic-description-download-container-button-text {margin-top: 0; margin-bottom: 10px; font-size: 1.4em; font-weight: bold; color: black;}
.btn.btn-custom.btn-black.dic-description-download-container-button {color: white; background: var(--branded_hover_background);  border: none; border-radius: 50px; font-weight: 500;}
.btn.btn-custom.btn-black.dic-description-download-container-button:hover {color: black; background: white;}
.btn.btn-custom.btn-black.dic-description-download-container-button > span {position: relative;top: 1px;}
.btn.btn-custom.btn-black.dic-description-download-container-button > i {position: relative;right: -2px;top: 2px;}

.btn.btn-custom.btn-black.dic-description-download-container-button.print-button {color: white; background: linear-gradient(to right, #66CCFF, #007BFF);}
.btn.btn-custom.btn-black.dic-description-download-container-button.print-button:hover {color: black; background: white;}

.c-DIC-Theme.c-Stripe-Theme.new-width .dic-videos-container-section .card-team-description .dic-description-text {width: 100%;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs-container .card-blogs .card-blog-block {max-height: 100%; height: auto; width: 190px; max-width: inherit !important; padding: 0px; border-radius: 0; overflow: hidden; vertical-align: top;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs-container .card-blogs .card-blog {padding: 0;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog::before {display: none;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video {position: relative; border-radius: 10px;  overflow: hidden; max-height: 460px; min-height: 250px;}
  .dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video .video-item {position: absolute; top: 0; left: 0;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video::before {content: "\e900"; float: right; font-family: 'icomoon';  position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  background: rgba(0,0,0,0.5);  width: 50px;  height: 50px;  line-height: 50px;  border-radius: 50%;  text-align: center; letter-spacing: -2px;  cursor: pointer;  z-index: 2; opacity: 1;  transition: none; color: white;}
/*.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video.pause::before {display: none;}*/
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video.loading::before {display: none;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video.loading::after {content: '';width: 25px;  height: 25px; line-height: 50px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); -webkit-animation: rotation_central .6s infinite linear;-moz-animation: rotation_central .6s infinite linear;-o-animation: rotation_central .6s infinite linear;animation: rotation_central .6s infinite linear;border-left:2px solid rgba(0,0,0,.15);border-right:2px  solid rgba(0,0,0,.15);border-bottom:2px solid rgba(0,0,0,.15);border-top:2px solid rgba(0,0,0,.8);border-radius:100%;margin-left: 2px;display: inline-block;margin: 0 auto; z-index: 2; opacity: 1;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video.playing::before {display: none;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video video {height: auto;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs .card-blog-block .card-blog .card-blog-middle-video:hover:before {background: black; cursor: pointer;}
.dic-whatch-our-flood-checklist-videos-container .card-blogs-container .row.card-blogs {width: 100%;}
.dic-whatch-our-flood-checklist-videos-container .card-blog-header {font-size: 14px; font-weight: bold; text-align: left; line-height: 22px; text-align: center; min-height: 50px; margin-bottom: 5px; position: relative; display: table; width: 100%;}
.dic-whatch-our-flood-checklist-videos-container .card-blog-header span {display: table-cell; vertical-align: top;}
.dic-whatch-our-flood-checklist-videos-container .card-blog-middle-text {font-size: 10px; font-weight: 300; text-align: left; margin-top: 10px;}
.dic-whatch-our-flood-checklist-videos-container .card-blog-middle-video video {width: 100%; height: auto; border-radius: 10px;}

.c-claim-extra-checking-container {display: block; margin-top: 30px;}
.c-claim-extra-checking-button {color: #6D728B; font-weight: 500; text-decoration: none; font-size: 12px;}
.c-claim-extra-checking-button b {color: black; font-size: 12px; font-weight: 500;}
.c-claim-extra-checking-button .btn.btn-custom.btn-rounded {padding: 5px 10px; height: 25px; border: none; font-size: 12px; font-weight: 500; vertical-align: middle; position: relative; top: -1px; background: black; color: white;}
.c-claim-extra-checking-button:hover {color: #f87329;}
.c-claim-extra-checking-button:hover b {color: #f87329;}
.c-claim-extra-checking-button:hover .btn.btn-custom.btn-rounded, .c-claim-extra-checking-button .btn.btn-custom.btn-rounded:active {background: var(--branded_hover_background);border: none;color: white;}


.claim-selector {background: #fff; border: 2px solid #e4e4e4; border-radius: 25px; padding: 25px 30px; max-width: 630px; margin: 0 auto; transition: all 0.3s ease;}
.claim-selector:not(.open) {cursor: pointer;}
.claim-header {display: block;text-align: left;height: 30px; cursor: pointer; }
.claim-text {margin: 0 auto; text-align: left; display: block; width: auto; float: left; position: relative; top: 2px;}
.claim-text strong {font-size: 12px; letter-spacing: 2px; color: #000;}
.claim-text span {font-size: 12px; color: #888; margin-left: 5px; letter-spacing: 2px; font-weight: bold;}
.claim-toggle-btn {background: #00a8ff; color: #fff; font-size: 11px; font-weight: bold; border: none; border-radius: 50px; padding: 0px 14px; cursor: pointer; height: 30px; line-height: 32px; margin-left: auto; float: right; width: 62px;}
.claim-toggle-btn:hover, div.claim-selector:not(.open):hover .claim-toggle-btn, .claim-selector.open .claim-header:hover .claim-toggle-btn {background: var(--branded_hover_background);}
.claim-options {display: none; margin-top: 30px; flex-wrap: wrap; gap: 10px;}
.claim-tag-btn {background: #e4e4e4; border: none; border-radius: 20px; padding: 0px 25px; font-size: 10px; font-weight: bold; color: #333; cursor: pointer; outline: none; height: 32px; line-height: 34px;}
.claim-tag-btn.active, .claim-tag-btn:hover {background: var(--branded_hover_background); color: #fff; position: relative; outline: none;}
.claim-tag-btn.active::after {content: '\e93c'; font-family: 'icomoon'; position: absolute; top: -1px; right: 7px; color: white; font-size: 10px;}
.claim-selector.open .claim-options {display: flex;justify-content: center;  align-items: center;}
/*.claim-selector.open .claim-toggle-btn {background: #333; color: #fff;}*/


.card-blog-middle-content .card-blog-middle-content-container {background-color: #e4e4e4; padding: 30px 20px; width: 100%; border-radius: 10px; position: absolute; top: 0; left: 0; z-index: 4 !important; text-align: left; display: none; overflow: hidden;}
.card-blog-middle-content .card-blog-middle-content-container .card-blog-share-section {display: none;}
.card-blog-middle-content.share-active .card-blog-middle-content-container .card-blog-content-section {display: none;}
.card-blog-middle-content.share-active .card-blog-middle-content-container .card-blog-share-section {display: block;}
.card-blog-middle-content .card-blog-middle-content-section {margin-bottom: 18px;}
.card-blog-middle-content .card-blog-middle-content-heading-small {font-size: 10px; color: #222; font-weight: 500; margin: 0; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-question {font-size: 12px; font-weight: bold; color: #888; margin: 10px 0 0 0; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-heading-bold {font-size: 8px; font-weight: bold; color: #222; margin-bottom: 6px; line-height: 1.2;}
.card-blog-middle-content .card-blog-middle-content-body-text {font-size: 8px; font-weight: normal; color: #444; margin: 0; line-height: 1.4;}

.card-blog-middle-content .card-blog-middle-content-button-bar {display: flex; justify-content: left;}
.card-blog-middle-content .card-blog-middle-content-btn {border: none; border-radius: 25px; padding: 0px 6px; height: 20px; font-size: 8px; font-weight: bold; cursor: pointer; display: flex; align-items: center; text-wrap: nowrap; position: relative; outline: none;}
.card-blog-middle-content .card-blog-middle-content-blue-btn {background: #2a99e4; color: white;}
.card-blog-middle-content .card-blog-middle-content-btn-text {position: relative; height: 20px; line-height: 22px; margin: 0 auto;}
.card-blog-middle-content .card-blog-middle-content-triangle {position: absolute; right: 4px; display: none;}
.card-blog-middle-content .card-blog-middle-content-blue-btn:before {background: #2a99e4; color: white;}
.card-blog-middle-content .card-blog-middle-content-blue-btn:hover {background: var(--branded_hover_background);}
.card-blog-middle-content .card-blog-middle-content-blue-btn.u-btn-cardStartClaim {margin: 0 3px;}
.card-blog-middle-content .card-blog-middle-content-triangle:before {content: "\e900"; font-family: 'icomoon';font-size: 5px; margin-left: 5px;}

.card-blog-middle-video .card-blog-middle-content-button-bar {position: absolute; bottom: 20px; width: auto; left: 15px;}
.card-blog-middle-content .card-blog-middle-content-blue-btn.u-btn-cardBlogRead {margin-left: 4px;}
.card-blog-middle-content .card-blog-middle-content-blue-btn.u-btn-cardBlogPlay {width: 40px;}
.card-blog-middle-content .card-blog-middle-content-container-close {position: absolute; top: 8px; right: 10px; font-size: 10px; width: 20px; height: 20px; text-align: center;  line-height: 20px; color: black;}
.card-blog-middle-content .card-blog-middle-content-container-close:before {content: '\e947'; font-family: 'icomoon';}
.card-blog-middle-content .card-blog-middle-content-container-close:hover {color: #2a99e4;}
.card-blog-middle-content .scrollable-box {height: 70%; width: 110%; margin: 0 auto; padding-right: 15px;margin-bottom: 10px;}
.card-blog-middle-content .card-blog-middle-content-section:last-child {margin: 0 auto;}
.u-claim-selector-advices-videos {min-height: 200px;}

.scrollable-box {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 2px;
  background-color: transparent !important;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  will-change: transform;
  isolation: isolate;

  /* Prevent Safari white gutter flicker */
  overflow: overlay; /* instead of auto */
}

/* Scrollbar styling */
.scrollable-box::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0,0,0,0) !important;
}

/* Track (area behind thumb) */
.scrollable-box::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0) !important;
  border: none !important;
  box-shadow: inset 0 0 0 transparent !important;
}

/* Thumb */
.scrollable-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.01); /* trick Safari into blending, removes white */
  background-clip: padding-box;
  transition: background-color 0.3s ease;
}

/* Hover / Active states */
.scrollable-box:hover::-webkit-scrollbar-thumb,
.scrollable-box::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.45);
}

/* Remove corner block (bottom-right) */
.scrollable-box::-webkit-scrollbar-corner {
  background: transparent !important;
}


.card-blog-middle-video .u-Video-Restart {display: none !important;}
.card-blog-middle-video.playing .u-Video-Restart {display: flex  !important;}
.card-blog-middle-content .card-blog-middle-video.playing .card-blog-middle-content-blue-btn.u-btn-cardBlogRead,
.card-blog-middle-content .card-blog-middle-video.play .card-blog-middle-content-blue-btn.u-btn-cardBlogRead {margin-left: 0px;}
.card-blog-middle-video.play .u-Video-Restart {display: flex  !important;}
.card-blog-middle-content .card-blog-middle-content-blue-btn.u-Video-Restart {margin: 0 4px;}
.card-blog-middle-content .card-blog-middle-video .card-blog-middle-content-blue-btn.u-btn-cardBlogRead.u-btn-cardBlogShare {margin-left: 4px;}
.card-blog-middle-content .card-blog-middle-video.playing .card-blog-middle-content-blue-btn.u-btn-cardBlogRead.u-btn-cardBlogShare {margin-left: 4px;}
.card-blog-middle-content .card-blog-middle-video.playing .card-blog-middle-content-blue-btn.u-btn-cardBlogRead {margin: 0 auto;}

.u-claim-selector-advices-videos .card-blog-middle-video .u-btn-cardBlogPlay .card-blog-middle-content-btn-text:before {content: 'Play';}
.u-claim-selector-advices-videos .card-blog-middle-video.playing .u-btn-cardBlogPlay .card-blog-middle-content-btn-text:before {content: 'Pause';}

.no-videos-message {display: none; margin: 0 auto; text-align: center; font-size: 16px; line-height: 1.6; color: black; background: transparent; border-radius: 12px; padding: 30px; max-width: 530px; animation: fadeIn 0.5s ease;}
.no-videos-message-small {display: block; text-align: center; font-size: 12px; margin-top: 15px;}

.card-blog-share-buttons {position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%;}
.card-blog-share-button {cursor: pointer; width: 60%; text-align: center; border: none; outline: none; margin: 0px auto 5px auto; background: #c7c6c2; color: black; padding: 6px 10px; font-size: 8px; border-radius: 30px; text-align: center; display: block; line-height: 20px; position: relative; font-weight: bold;}
.card-blog-share-button:hover {background: var(--branded_hover_background); color: white;}

.c-Stripe-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs,
.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs {width: 60% !important;}
.c-Stripe-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs .hs__item {min-width: 180px; flex: 1 0 calc(180px + 10px * 2);}

@media only screen and (min-width: 990px) {
	.team-section .card-team-detail.card-team-detail-white {display: flex;justify-content: center;align-items: center;}
	.team-section .card-team-detail-content {text-align: left;margin-top: auto;margin-bottom: auto;}
	/*.hs__wrapper {overflow: hidden;}*/

	.hero-carousel .desktop-video-slide .img-caption {margin-left: 30%;z-index: 3;}
	.hero-carousel .desktop-video-slide.desktop-video-right .img-caption {margin-left: 5%;}
	.hero-carousel .desktop-video-slide.desktop-video-middle .img-caption {margin-left: 5%;}
	.hero-carousel .desktop-video-slide.desktop-video-full .img-caption {margin-left: 10%;}
	/*.hero-carousel .desktop-video-slide.desktop-video-background .img-caption {margin-left: 33.5%; text-align: center; width: 480px;}*/
	
	.hero-carousel .desktop-video-slide.desktop-video-background .subhead {margin: 20px auto; }
	.hero-carousel .desktop-video-slide.desktop-video-background .img-caption .btn {float: none; margin:0 auto !important; display: inline-block; margin-right: 10px !important;}

	.c-DIC-Theme.c-Stripe-Theme .dic-description-text table {font-size: 12px;}

}
@media (hover: none) and (pointer: coarse) {
	.hs__wrapper .hs__arrows {display: none;}
	.hs__wrapper .hs__item {flex: 1 0 calc(23% - 10px * 2);}
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
	.hs__wrapper {overflow: hidden;max-width: auto;margin: 0 auto;}
	.hs__wrapper .hs__item {margin: 10px; min-width: 220px;}
	/*.hs__wrapper .arrow {display: none;}*/
	.hs__wrapper .hs__item {flex: 1 0 calc(45% - 10px * 2);}
	.claimsroom-section .hs__wrapper .hs {width: 100%;}
	.claimsroom-section .hs__wrapper .hs__item {flex: 1 0 calc(360px - 10px * 2);margin: 20px;}
	.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px - 0px * 2);margin: 10px;}
}

@media (max-width: 1200px) {
	.card-block-header {font-size: 34px;}
	.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 100%; }
}
@media (max-width: 1150px) {
	.card-block-header {font-size: 30px;}
}
@media (max-width: 1000px) {
	.card-block-header {font-size: 28px;}
}
@media (max-width: 990px) {
	.accordion-button {font-size: 12px;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description {width: 100%;}
	.team-section .card-team-detail-content .card-team-detail-contact.card-team-detail-contact-details {width: 100%;}

	.hs__wrapper {overflow: hidden;max-width: auto;margin: 0 auto;}
	.hs__wrapper .hs__item {margin: 10px; min-width: 220px;}
	.hs__wrapper .hs__item {flex: 1 0 calc(45% - 10px * 2);}
	.claimsroom-section .hs__wrapper .hs {width: 100%;}
	.claimsroom-section .hs__wrapper .hs__item {flex: 1 0 calc(360px - 10px * 2);margin: 20px;}
	.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px - 0px * 2);margin: 10px;}
	.hs__wrapper .arrow {display: none;}
	.claimsroom-section .hs__wrapper .arrow.arrow-next {right: -45px;}
	.claimsroom-section .hs__wrapper .arrow.arrow-prev {left: -10px;}

	.c-SwipeRight-Button.active {display: block;}
	.c-SwipeRight-Button {display: none !important;}
	.page-footer .page-footer-col-first {display: none;}
	.page-footer .page-footer-col {width: 50%;}
	.team-wrap .team-content {min-height: auto;}

	.card-blogs-details {width: 100%;overflow: hidden;}
	.card-team-detail {width: 100%;overflow: hidden;}

	.c-DIC-Theme .hs__wrapper.hs_client_videos_slider .hs__item {margin: 0 20px; margin-left: 0;}

	.dic-description-head {width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-blogs-details-contact {width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text {width: 100%; max-width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .container > .row.justify-content-center {margin: 0 auto;}
	.c-DIC-Theme.c-Stripe-Theme .card-team-description .card-team-detail {width: 100%;}
	.c-DIC-Theme .page-section-striped.page-section.trust-section-new, .c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section {padding: 60px 10px 60px 10px;}
	.c-DIC-Theme .page-section-striped.page-section.trust-section-new .text-center h1.title-section {width: 80%; margin: 0 auto;}
	.c-DIC-Theme .page-section-striped.page-section.trust-section-new .hs__wrapper .hs__arrow-container, 
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.grey-section .hs__wrapper .hs__arrow-container {top: 40px;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard .c-Section-Form {width: 320px;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard .c-Section-Form .btn.btn-custom.btn-submit {width: 100%; min-width: 100%;}

	.c-DIC-Theme.c-Stripe-Theme .dic-description > p, .c-DIC-Theme.c-Stripe-Theme .dic-description > .aboutcard-quote-block, .c-DIC-Theme.c-Stripe-Theme .dic-description > ul, .c-DIC-Theme.c-Stripe-Theme .dic-description > ol {max-width: /*90%*/ 100%;}
	.c-DIC-Theme.c-Stripe-Theme .dic-description h2, .c-DIC-Theme.c-Stripe-Theme .dic-description h3, .c-DIC-Theme.c-Stripe-Theme .dic-description h4  {max-width: 100%;}

	/*.page-section-striped.page-section.trustpilot-section.grey-section {width: 100%;}
	.page-section-striped.page-section.trustpilot-section.grey-section .mobile-full-width {width: 100%;}*/

	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section {padding-left: 0px; padding-right: 0;}
	.c-DIC-Theme.c-Stripe-Theme .container {padding-left: 0px; padding-right: 0;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section .page-section.margin-bottom-60 {width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section #wizard-location {padding-left: 20px;  padding-right: 20px;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section #wizard-details {padding-left: 20px;  padding-right: 20px;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section #wizard-done {padding-left: 20px;  padding-right: 20px;}

	.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .hero-carousel-item.slider-proffessional-membership .card-blog .card-container {width: 75%;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .hero-carousel-item.slider-proffessional-membership .card-blog {padding: 60px 20px;}

	.dic-description-text .card-blogs .card-blog {min-width: auto;}
	.dic-description-text .card-blogs-container .card-blogs .card-blog-block {max-width: 115px !important;}
	.dic-description-text .page-section-striped.page-section.page-testimonials-section.claim-testimonials-section .card-blogs-container .card-blogs .card-blog-block {max-width: 150px !important;}

	.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.page-section.page-testimonials-section.claim-testimonials-section .hs__wrapper .hs__item {margin: 10px 0px;}

	.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section.page-section-width-840 .container {width: 80%; margin: 0 auto;}

	.card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 80px; top: 42%;}
	.owl-carousel .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 120px;top: 35%;}
	.dic-description-text .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 120px;top: 34%;}

	.dic-description-text .dic-description-table {width: auto; margin: auto}

	.dic-description-download-container-content-area {padding: 20px;width: 200px;}
	.dic-description-download-container-button-text {font-size: 1.2em;}
	.btn.btn-custom.btn-black.dic-description-download-container-button.download-button {margin-bottom: 5px;}

	.accordion.accordion-share-buttons {width: 185px;}
	.accordion.accordion-share-buttons.accordion-share-compact {width: 230px;}

	.c-Stripe-Theme .page-section-striped.trust-section.advicehub-section .dic-whatch-our-flood-checklist-videos-container .card-blogs-container .card-blogs .card-blog-block {width: 260px;}
	.c-Stripe-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs,
	.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs {width: 90% !important;}
	.c-Stripe-Theme .page-section-striped.trust-section.advicehub-section .hs__wrapper .hs .hs__item {min-width: 260px; flex: 1 0 calc(260px + 10px * 2);}

}
@media (min-width: 992px) {
  #footer-menu .col-lg-2 {
    -ms-flex: 0 0 13.667%;
    flex: 0 0 13.667%;
    max-width: 13.667%;
  }
}
@media (max-width: 890px) {
	.burger-menu-bar {display: inline-block;}
	.header-menu {display: none !important;}
	.header-bar-right {width: 280px; max-width: 280px;}

	.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs {width: 100%;}
	.page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block { width: 360px; margin:0 auto;}
	.page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block .card-blog {margin: 
		20px auto !important; float: none !important;}
	.page-testimonials-section.testimonials-section.team-section .card-blogs-container .row.card-blogs {padding: 0;}
	.page-testimonials-section.testimonials-section.team-section .card-blogs-container .card-blogs .card-blog-block .card-blog {margin: 10px auto !important;}

	.page-section .trust-section-text {width: 90%;}
	.c-DIC-Theme .page-section-striped.page-section.trust-section-new {padding: 60px 15px 30px 15px;}
}
@media (max-width: 680px) {
	.aboutcard-quote-block {padding: 40px;}
	.aboutcard-card-header {display: block;}
	.aboutcard-card-header-content {width: 100%;}
	.aboutcard-card-header-contact {width: 100%; text-align: center;}
	.aboutcard-card-header-image {width: 100px; height: 100px; margin: 0 auto;}
	.aboutcard-card-header-name {width: 100%; display: block; text-align: center; margin: 20px auto;}
	.aboutcard-card-header-smalltext {width: 100%; display: block; text-align: center; margin: 20px auto;}
	.aboutcard-card-header-links {position: unset; width: 100%;  text-align: center;}

	.header-bar.top-header-bar [class^="icon-"], .header-bar.top-header-bar [class*=" icon-"] {font-size: 76px;}
	.icon-logo {position: relative;top: -6px;}
	.icon-logo span.icon-logo-balcombe {left: 68px;}

	.hero-carousel .desktop-video-slide.desktop-video-background .img-caption {text-align: left; position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding: 0 16px;max-width: 900px;height: 100%;color: #fff;margin-top: 10%;margin-left: 5%;z-index: 1;width: 430px;-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;}
	.hero-carousel .hero-carousel-item .subhead {margin-left: 0 !important;}
	.hero-carousel .hero-carousel-item .img-caption .btn {background: white; color: black; display: table;padding: 20px 25px; padding-right: 30px; font-weight: normal;font-size: 14px;margin: 0 auto !important;border-radius: 50px;vertical-align: middle;text-align: left;line-height: 10px;transition: none; border-color: white; position: relative; font-weight: normal; float: left; margin-top: 10px !important; font-weight: 500; border: none;margin-right: 10px !important;}
	.hero-carousel .hero-carousel-item .img-caption .btn.btn-hero-carousel-smaller {font-size: 10px; padding: 15px 25px;}
	.hero-carousel .hero-carousel-item .img-caption .btn.btn-hero-carousel-smaller > i {top: 16px;}
	.inner-banner .hero-carousel .img-caption { position: absolute; top: 50%; left:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0 auto;height: auto;text-align: center;}
	.team-wrap .team-content > h5 {font-size: 14px;}
	.team-wrap .team-content > .text-sm {font-size: 12px !important;}
	.page-footer > .page-section {width: 80%;}

	.page-section .page-section-content .page-section-content-container {width: 80%;}
	.claimsroom-section .hs__wrapper .hs__item {flex: 1 0 calc(320px - 10px * 2);margin: 10px;}
	.trust-section .hs__wrapper .hs__item {flex: 1 0 calc(400px - 0px * 2);margin: 10px;}
	.claimsroom-section .hs__wrapper .hs__item:first-child {margin-left: 0;}
	.claimsroom-section .hs__wrapper .hs__item:last-child {margin-right: 0;}
	.claimsroom-section .claimsroom-blog {width: 300px;}

	.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section {width: 100%;}
	.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .container {width: 100%;}
	.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog-block {width: 160px; height: 160px; max-width: 160px !important;}
	.c-BiggerStartClaims-Button #start-your-claim-section.start-your-claim-section .card-blogs .card-blog .card-blog-middle .card-blog-middle-text {font-size: 10px;}

	.top-recommo-section .hs__wrapper .hs__item {margin: 5px;min-width: 300px;}

	.claim-testimonials-section .card-blogs-container .card-blogs .card-blog-block {margin: 5px 10px;}

	.owl-item .desktop-video-slide.desktop-video-background .hero-carousel-item-video, .owl-item .desktop-video-slide .hero-carousel-item-0 {display: block;width: 100%;height: auto;z-index: 0; top: 76%;}

	.c-Section-Form .btn.btn-custom.btn-submit {font-size: 14px;}

	.card-blogs-details {width: 100%;}
	.card-team-detail {width: 100%; overflow: hidden; height: auto;}
	.card-team-detail-image {width: 100%;display: inline-block;text-align: center;}
	.card-team-detail-image > img {width: 100%;margin: 0 auto;}
	.card-team-detail-content {width: 80%;padding: 30px 0 30px 0;}

	.top-recommo-section-wide .hs__wrapper .hs__item {min-width: auto; padding: 10px;}

	.about-team-detail .card-team-detail-content {position: relative; left: 40px; width: 100%;}
	.about-team-detail .card-team-detail-content .card-about-detail-contact {width: 80%; color: white;}
	.about-team-detail .card-team-detail-content .card-team-detail-contact .card-team-detail-contact-business {color: white;}

	.hs__arrow-container.responsive {display: block;}

	.dic-description-vd-btn {font-size: 8px;}

	.dic-description-text .page-section-slider-content .card-container-middle {width: 100%; height: 410px;}
	.dic-description-text .page-section-slider-content .card-container-middle .card-container-middle-block {width: 50%; height: 200px;}

	.c-Stripe-Theme.c-DIC-Theme.c-DIC-FullWidth-Theme.new-width .page-section-striped.page-section-box.page-section-contact-form {padding: 20px 10px 20px 10px;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .dic-description-text .card-team-detail.contact-description-image {width: 100%; min-height: auto; height: 85px; margin: 25px auto;}

	.dic-description-text .dic-whatch-our-flood-checklist-videos-container .card-blogs-container .card-blogs .card-blog-block {max-width: 100% !important; 
		width: auto; height: auto !important;  max-height: unset !important; margin-top: 2px; margin-bottom: 25px;}
	.dic-whatch-our-flood-checklist-videos-container .card-blog-header {min-height: 45px;}
	.dic-whatch-our-flood-checklist-videos-container .card-blog-middle-text {margin-top: 15px; font-size: 14px;}

	#u-claim-selector-advices .claim-selector {min-height: 175px;}
	#u-claim-selector-advices .claim-header {text-align: center; height: 100%;}
	#u-claim-selector-advices .claim-toggle-btn {float: none; margin: 0 auto; margin-top: 10px;}

	.claim-text span {margin-left: 0;}
	.card-blog-middle-content .card-blog-middle-content-btn {height: 24px; font-size: 10px; padding: 0px 11px;}
	.card-blog-middle-content .card-blog-middle-content-blue-btn.u-btn-cardBlogPlay {width: 55px;}
	.card-blog-middle-content .card-blog-middle-content-btn-text {height: 20px; line-height: 22px;}

	.card-blog-middle-content .card-blog-middle-content-heading-small {font-size: 12px;}
	.card-blog-middle-content .card-blog-middle-content-question {font-size: 14px;}
	.card-blog-middle-content .card-blog-middle-content-heading-bold {font-size: 10px;}
	.card-blog-middle-content .card-blog-middle-content-body-text {font-size: 10px;}

	.card-blog-middle-content .scrollable-box {height: 75%;}

}
@media (max-width: 650px) {
	.hero-carousel-item {background-image: none !important;}
	.owl-carousel .owl-item img.hero-carousel-item-1 {width: 70% !important; opacity: 0 !important;}
	.hero-carousel-item-2 {display: block !important; opacity: 1 !important; }
	.c-ImageDesktop {display: none !important;}
	.c-ImageMobile {display: block !important; opacity: 1 !important; }
	.mobile-carousel-item-video {display: none !important;}
	.card-block-header {font-size: 36px;line-height: 26px;}

	.c-DIC-Theme .page-testimonials-section .card-container {height:300px;}
	.c-DIC-Theme .page-testimonials-section .card-container-middle-block {width: 160px; height: 160px;}

	.c-DIC-Theme .page-testimonials-section.team-section .card-container {height:100%;}

	.c-DIC-Theme .page-section.page-section-awards .card-container-middle-block {width: 200px; height: 200px;}

	.page-section-slider.page-testimonials-section.testimonials-section .card-container {height: auto;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content .card-container-middle {-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;position: relative;left: 0;top: -20px; width: 100%; margin: 0 auto;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-container-middle .card-container-middle-block {width: 75px;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-container-icon {font-size: 80px;}

	.c-DIC-Theme .page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {min-height: 100%;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image {width: 100%; max-height: 200px;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.about-harris-detail.contact-description-image {width: 100%; max-height: 100%; height: 100%; background: black;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image > img {width: 100%;border-radius: 25px;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.about-harris-detail.contact-description-image > img {width: 100%;border-radius: 25px; position: unset;transition: unset; -webkit-transform: unset; -moz-transform: unset; -ms-transform: unset; -o-transform: unset;transform: unset; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}
	.about-team-detail.card-team-detail.about-harris-detail .card-team-detail-content {position: relative; left: 40px; top: unset; right: unset;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-head-text {font-size: 10px;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text {font-size: 16px;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.contact-description-image .dic-description-image-body-text > a.dic-description-image-body-text-btn {font-size: 10px;padding: 6px 10px;height: 20px; display: inline-block; line-height: 8px;}

	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-description-middle {font-size: 10px;line-height: 20px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile .team-profile-img {height: 100%;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-dame-asos {top: -18px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-cordings {top:-20px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-sam-croxall .team-profile-image {width: 100px; height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-david-walton .team-profile-image {width: 100px; height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-david-walton {top: -42px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-balcombe-tracy .team-profile-image {width: 100px; height: 100px;}

	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-maesteg-rfc {top: -45px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-maesteg-rfc .team-profile-image {width: 100px; height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-cordings {top: -8px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-dame-asos {top: -5px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-tonpopo {top: 5px;}
	.page-section-slider.page-testimonials-section.testimonials-section .carousel-testimonial-item .page-section-slider-content-table .team-profile.team-profile-mainetti {top: 25px;}

	.owl-carousel .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 55px;top: 40%;}

}
@media (max-width: 590px) {
	.card-block-header {font-size: 32px;line-height: 26px;}
}
@media (max-width: 540px) {
	.card-block-header {font-size: 32px;line-height: 26px;}
}
@media (max-width: 480px) {
	.hero-carousel h1 {font-size: 56px;}
	.hero-carousel h2 {font-size: 56px;}
	.card-block {padding-bottom: 80px;}
	.card-block-image {width: 100%;margin-top: 30px;}
	.header-bar.top-header-bar .icon-menu {font-size: 20px;}
	.header-bar.top-header-bar .btn {padding: 4px 10px;font-weight: bold;font-size: 8px; width: 77px; height: 23px;}
	.header-bar.top-header-bar .btn.btn-login {width: 67px; height: 23px;}
	.burger-menu-bar, .burger-menu-bar div.burger, .burger-menu-bar div.burger > a {height: 23px;}
	.burger-menu-bar div.burger > a {position: relative;top: -1px;}
	.burger-menu-bar .icon-menu::before{height: 23px; width: 23px;line-height: 24px; font-size: 10px;}
	.overlay .overlay-close-button, .overlay-popup .overlay-close-button{top: 35px;left: auto;font-size: 22px; right: 20px;}
	.page-footer .page-footer-col-first {display: none;}
	.page-footer .page-footer-col {width: 50%;}
	.page-footer > .page-section {width: 80%;}
	.btn.btn-custom.btn-red.btn-get-started {padding: 8px 35px;font-size: 16px;}
	.team-profile-img > span > i {font-size: 26px;}

	.menu-overlay .btn.btn-custom.btn-red.btn-get-started {padding: 8px 30px; font-size: 14px;}
	.btn.btn-custom.section-footer-btn {min-width: 260xp;}

	.page-section.testimonials-section {width: 90%;}
	.page-section-striped.testimonials-section {width: 100%;}

	.c-DIC-Theme .page-testimonials-section .card-container-middle-block {width: 100px; height: 150px;}

	.claimsroom-section.trust-section .claimsroom-blog .body {font-weight: 500;}

	.trustpilot-section .trustpilot-blog .trustpilot-widget-cotainer .trustpilot-widget iframe {margin: 0 auto; width: 100% !important; }
	.trustpilot-section .trustpilot-blog {padding: 0; margin-top: 20px;}

	.c-Stripe-Theme.c-DIC-Theme .page-testimonials-section.testimonials-section .card-blogs-container .card-blogs .card-blog-block {width: 100%;}
	.c-Stripe-Theme.c-DIC-Theme .page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {width: 100%; height: 320px; min-width: 100%;}

	.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {padding: 50px 30px;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog .page-section-slider-title {margin-bottom: 20px;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-description {font-size: 18px;line-height: 36px;}
	.c-Stripe-Theme.c-DIC-Theme .page-section-slider.page-testimonials-section.testimonials-section .card-blogs-container .row.card-blogs .card-blog {height: 530px;}
	.page-section-slider.page-testimonials-section.testimonials-section .team-profile-image {height: 100px; width: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-table {height: 220px; width: 100%;}

	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content .card-container-middle {-webkit-transform: unset;-moz-transform: unset;-ms-transform: unset;-o-transform: unset;transform: unset;position: unset;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-container-middle .card-container-middle-block {width: 110px; height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .card-container-icon {font-size: 120px;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item {width: 50%; font-size: 80px;height: 100px;line-height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-asos {font-size: 50px;}
	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-synergy-health {font-size: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .hero-carousel-item.slider-proffessional-membership .page-section-slider-content-item {font-size: 70px;width: 85px;height: 100px;}
	.page-section-slider.page-testimonials-section.testimonials-section .icon-logo-chartered-insurance-institute {font-size: 100px;position: relative;left:-10px;}
	.page-section-slider.page-testimonials-section.testimonials-section .icon-logo-cila {position: relative;left:10px;}

	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content .card-container-middle.card-container-middle-logos {margin-top: 15px;}

	.page-section-slider.page-testimonials-section.testimonials-section .page-section-slider-content-item .icon-logo-tyrells {top: 0;}

	.c-DIC-Theme.c-Stripe-Theme .page-section-striped .c-SwipeRight-Button {top: 38%;}

	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard.grey-section .page-section.margin-bottom-60 {padding-top: 0; padding-bottom: 30px;}

	.c-DIC-Theme.c-Stripe-Theme .page-section-striped.page-section-wizard .c-Section-Form {width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme .page-section-contact-form.page-section .c-Section-Form {width: 100%;}

	.standard-page__content-wrapper__content__clients__list li {-webkit-flex-basis: 50%;-ms-flex-preferred-size: 50%; flex-basis: 50%;}
	.standard-page__content-wrapper__content__clients__list li .single-partner {width: 100%; height: 125px;margin: 0 auto;}


	/* Style the accordion header and icon */
	.page-footer > .page-section.page-section-mobile-full {width: 80%; margin-bottom: 0;}
	.page-footer > .page-section.page-section-mobile-full > .container {padding: 0;}
	.page-footer .page-footer-col {width: 100%;    border-bottom: 1px solid black; padding: 0;}
	.accordion .accordion-header {display: flex;justify-content: space-between;align-items: center;cursor: pointer;margin-bottom: 0;}
	.accordion .accordion-icon {display: inline-block;font-size: 12px;transition: transform 0.3s;float: right;}
	.accordion .accordion-header.active .accordion-icon {transform: rotate(45deg);}
	.accordion .accordion-content {display: none;margin-top: 20px;width: 100%; margin: 10px auto 5px auto;}
	.page-footer .page-footer-text {max-width: 100% !important; margin-top: 30px;}

	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail {width: 100%;}
	.c-DIC-Theme.c-Stripe-Theme.new-width .card-team-description .card-team-detail.dic-description-video {width: 100%;}
	.dic-detail-section .card-blogs-details-title {width: 95%; margin: 0 auto;}
	.dic-detail-section .card-blogs-details-sub-title {width: 80%; margin: 0 auto;margin-top: 10px;}
	.c-DIC-Theme .page-section-striped.page-section.page-testimonials-section.small-section-container h1.title-section.tk-hwt-artz {width: 90%;}

	.c-DIC-Theme .page-section-striped.page-section.page-testimonials-section.small-section-container h1.title-section.tk-hwt-artz {width: 60%;}

	.hs__wrapper {overflow: visible;}

	.card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 80px; top: 42%;}
	.owl-carousel .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 80px; top: 26%;}
	.dic-description-text .card-container-icon-logo .icon-logo-british-insurance-awards-2024 {font-size: 120px;top: 30%;}
}
@media (max-width: 420px) {
	.card-block-image {width: 90%;margin-top: 0px;}
	.card-block {padding: 40px 20px;}
	.card-block-header {font-size: 26px;line-height: 26px;}
	.btn.btn-custom.btn-red{font-size: 10px;font-weight: bold;}
	.btn.btn-custom.btn-black{font-size: 10px;font-weight: bold;}
	.header-bar.top-header-bar .btn {font-size: 8px;width: 76.5px; height: 23px;}
	.header-bar.top-header-bar .btn.btn-login {width: 67px; height: 23px;}
	.burger-menu-bar, .burger-menu-bar div.burger, .burger-menu-bar div.burger > a {height: 23px;}
	.burger-menu-bar .icon-menu::before{height: 23px; width: 23px;line-height: 24px; font-size: 10px;}
	.team-wrap .social-button .btn.btn-custom {padding: 5px 10px;}
	.team-profile-img {font-size: 55px; height: auto;}
	.owl-carousel .owl-item img.hero-carousel-item-1 {width: 100% !important; opacity: 0 !important;}
	.c-DIC-Theme .page-section.trustpilot-section.grey-section:before {left: -100px;height: 200px;}

	.standard-page__content-wrapper__content__clients__list li {-webkit-flex-basis: 50%;-ms-flex-preferred-size: 50%; flex-basis: 50%;}
	.standard-page__content-wrapper__content__clients__list li .single-partner {width: 100%; height: 120px;margin: 0 auto;}
}

/* Hide scrollbar unless actively scrolling (Mac-like behavior) */
@media (hover: none) {
  .scrollable-box::-webkit-scrollbar {
    display: none;
  }
}