/*-----------------------------------------------------------------------------------

	Theme Name: CORRADINO & PAPA
	Description: This is Version College web site.
	Author: WajehKazmi
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

-----------------------------------------------------------------------------------

	1. Typography
	2. Header Area
	3. Iteam Area
	4. Footer Area

-----------------------------------------------------------------------------------*/

/*****************************************************/
/**************    1. Typography   *******************/
/*****************************************************/
/* Fonts  */
@font-face {
	font-family: "Forum";
	src: url("fonts/Forum.woff2") format("woff2"),
		url("fonts/Forum.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url("fonts/Raleway-Regular.woff2") format("woff2"),
		url("fonts/Raleway-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Raleway";
	src: url("fonts/Raleway-Bold.woff2") format("woff2"),
		url("fonts/Raleway-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* FONTS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background: #ffffff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	display: inline-block;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	max-width: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

span {
	display: block;
}

.ib {
	display: inline-block;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container {
	width: 100%;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-size: 30px;
	margin: 0 0 10px;
	padding: 14px 0 4px;
	border-bottom: 1px solid #e7ebf0;
	color: #003087;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
}

.h1-center {
	text-align: center;
}

.top-page-header h1 {
	text-align: center;
	font-weight: 600;
}

.border-0 {
	border: none;
}

/*****************************************************/
/**************    2. Header Area   ****************/
/*****************************************************/
.header-area {
	padding: 10px 0px;
}

.header {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #002d8c;
}

.logo-area {
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	height: 132px;
	width: 360px;
	background-position: 0px 10px;
}

.header-info {
	text-align: right;
}

.phone-no {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	font-size: 45px;
	color: #ff0000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: "Forum";
}

.phn-ico {
	width: 45px;
	height: 47px;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	background-position: 0px -148px;
	display: inline-block;
}

.phn-no {
	display: inline-block;
	padding: 9px 6px;
	text-decoration: underline;
}

.free-cons {
	font-size: 28px;
	color: #000;
	margin-top: 10px;
	letter-spacing: 2.5px;
	font-family: "Forum";
	display: inline-block;
}

.habla {
	color: #003087;
	font-size: 19px;
	font-weight: 600;
	margin-top: 9px;
}

.header-bottom {
	position: relative;
	text-align: center;
	padding: 18px 0px;
}

.time-text {
	color: #003087;
	font-size: 24px;
	font-weight: 300;
	font-family: Arial;
}

.top-social {
	position: absolute;
	top: 9px;
	right: 0;
}

.top-social li {
	display: inline-block;
}

.top-social li a {
	width: 30px;
	height: 32px;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
}

.top-social li a.tfb {
	background-position: -62px -157px;
}

.top-social li a.tin {
	background-position: -92px -157px;
}

.top-social li a.tyt {
	background-position: -122px -157px;
}

.top-social li a.tyl {
	background-position: -152px -157px;
}

.top-social li a.tins {
	background-position: -182px -157px;
}

.top-social li a.ttw {
	background-position: -212px -157px;
}

/*****************************************************/
/**************    3. Menu Area     ******************/
/*****************************************************/
.nav-menu-area {
	background: #003087;
}

.main-menu {
	position: relative;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
}

.main-menu ul li a:hover {
	color: #f9af00;
}

.main-menu ul li ul {
	width: 283px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #003087;
	z-index: 4;
	padding: 10px 0px 10px 15px;
	list-style: circle !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu ul li ul li {
	display: block;
	padding: 6px 0px 6px 15px;
}

.main-menu ul li ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: transparent;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid white;
	border-right: 2px solid #fff;
}

.main-menu ul li ul li a {
	display: block;
	padding: 0px 0px;
	text-transform: capitalize;
}

.header-quats {
	background: #e7ebf0;
	padding: 8px 0px;
}

.head-quets {
	text-align: center;
	position: relative;
}

.head-quets::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
	width: 90%;
	background: #5b3633;
	z-index: 1;
}

.head-quets span {
	color: #333333;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	background: #e7ebf0;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.header-offer {
	background: #ff0000;
	padding: 12px 0px;
}

.head-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.head-offer span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: initial;
	margin: 0px 15px;
}

.head-offer a {
	background: #fff;
	padding: 7px 12px;
	color: #003087;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
	transition: 0.3s;
}

.head-offer a:hover {
	color: #fff;
	background: #003087;
}

.banner-area {
	position: relative;
	z-index: 1;
}

.banner-area,
.banner-area img {
	width: 100%;
}

.banner-area .banner-notice {
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #FF0000;
	color: #fff;
	padding: 5px 15px;
}

.banner-area .banner-notice img {
	width: 30px;
	height: auto;
}

.banner-area .banner-notice span {
	display: inline-block;
	padding: 0 15px;
}

.banner-text {
	position: absolute;
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%,-50%); */
	bottom: 10;
	display: grid;
	margin: 0 auto;
	text-align: center;
	top: 1000px;
	/* left: 50%; */
	color: #fff;
	font-size: 30px;
	grid-template-columns: 33% 33% 33%;
	width: 100%;
}

.canvas-menu {
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: none;
}

.canvas-menu span {
	height: 3px;
	width: 30px;
	background: #fff;
	margin-bottom: 5px;
}

.canvas-menu span:last-child {
	margin-bottom: 0px;
}

/*****************************************************/
/**************    4. Settlement Area  ****************/
/*****************************************************/
.settlement-area {
	background: #f8a504;
	padding: 15px 0;
	overflow: hidden;
}

.settlement {
	margin: 0 auto;
	width: 90% !important;
}

.single-settlement img {
	width: 620px !important;
	margin: 0 auto;
}

.single-settlement {
	text-align: center;
	margin: 0 auto;
}

p.line1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

p.line2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

p.line2 span {
	font-size: 45px;
	display: inline;
}

p.line3 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
}

p.line4 {
	color: #fff;
	font-size: 12px;
}

.carico:before {
	content: "";
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 102px;
	display: block;
	background-position: 0 -269px;
}

.personalico:before {
	content: "";
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 102px;
	display: block;
	background-position: -112px -269px;
}

.lawico:before {
	content: "";
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 102px;
	display: block;
	background-position: -223px -269px;
}

.slipico:before {
	content: "";
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 102px;
	display: block;
	background-position: -336px -269px;
}

/*****************************************************/
/**************    5. Annaounce Area  ****************/
/*****************************************************/
.please-annaounce-area {
	padding: 30px 0;
	text-align: center;
}

.annaounce-heading {
	font-size: 30px;
	color: #003087;
	margin-bottom: 10px;
	line-height: normal;
	font-weight: 500;
}

.annaounce-name {
	font-size: 30px;
	font-weight: bold;
	width: 65%;
	line-height: 40px;
	margin: 0 auto;
	color: #003087;
}

.personal-text-area {
	text-align: center;
	margin: 30px 0 0;
	overflow: hidden;
}

.newjersy-heading {
	border-bottom: 3px solid #f9af00;
	color: #003087;
	text-transform: uppercase;
	font-size: 35px;
	line-height: normal;
	font-weight: bold;
	display: inline-block;
	width: 75%;
	padding-bottom: 8px;
}

.newjersy-sub-heading {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	color: #003087;
	letter-spacing: 0.3px;
	width: 65%;
	line-height: 24px;
	margin: 20px auto;
}

.single-personal-text-area {
	width: 52%;
	margin: 40px auto 20px;
}

.single-personal-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #2a2a2a;
}

.attorney-area {
	text-align: center;
	padding: 32px 15px;
	background: #ebebeb;
	font-size: 30px;
	line-height: normal;
}

.attorney-area__logo {
	margin-top: 16px;
}

/*****************************************************/
/**************    6. Review Area  ****************/
/*****************************************************/
.review-area {
	overflow: hidden;
	padding: 40px 0;
	margin: 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.left-review {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	width: 425px;
	height: 358px;
	background-position: 0px 0px;
	background-size: cover;
}

.right-review {
	width: 55%;
	margin: 0 0px 0 65px;
}

.qoute {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	color: #003087;
	font-weight: 700;
	line-height: 34px;
	width: 88%;
	margin: 0 50px;
}

.qoute strong {
	color: #f9af00;
	font-size: 50px;
	top: 18px;
	position: relative;
	line-height: 0;
	left: -4px;
}

.logos-area {
	margin-top: 50px;
}

.logos-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.logos-area ul li {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.logos-area a {
	background-color: #ffb301;
	padding: 4px 9px;
	display: inline-block;
	color: #fff;
}

.logo-text-area {
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.logo-text {
	text-align: center;
	font-size: 12.5px;
}

.logo1 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: 0px -372px;
	margin: 0 auto;
}

.logo2 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -155px -372px;
	margin: 0 auto;
}

.logo3 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -288px -370px;
	margin: 0 auto;
}

.logo4 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -4px -487px;
	margin: 0 auto;
}

.logo5 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -149px -487px;
	margin: 0 auto;
}

.logo6 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -288px -487px;
	margin: 0 auto;
}

.logo7 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -305px -894px;
	margin: 0 auto;
}

.logo8 {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 110px;
	background-position: -17px -362px;
	margin: 0 auto;
}

.logo9 {
	height: 110px;
	margin: 0 auto;
}

.logo10 {
	height: 110px;
	margin: 0 auto;
}

.review-footer {
	text-align: center;
	font-size: 16px;
}

.logo1,
.logo2,
.logo3,
.logo4,
.logo5,
.logo6,
.logo7,
.logo8,
.logo9,
.logo10 {
	width: 110px;
}

/****************************************************/
/**************    7. Practices Area  **************/
/**************************************************/
.practices-area {
	padding: 50px 0;
	background-color: #003087;
	overflow: hidden;
}

.practices {
	width: 90%;
	margin: 0 auto;
}

.practices-content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.single-practices {
	width: 18%;
	border: 2px solid #fff;
	margin-right: 2%;
	text-align: center;
	height: 190px;
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-practices a {
	height: 100%;
	width: 100%;
}

.single-practices a:hover .practices-overlay {
	opacity: 1;
	visibility: visible;
}

.single-practices a:hover .practices-thumb,
.single-practices a:hover .practices-text {
	opacity: 0;
}

.single-practices:hover {
	border: 2px solid #f9af00;
}

.practices-heading {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 33px;
	text-transform: uppercase;
	width: 60%;
	margin: 0 auto;
	border-bottom: 3px solid #f9af00;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 10px;
	line-height: normal;
}

.practices-subheading {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	margin-top: 20px;
}

.practices-text {
	text-transform: uppercase;
	font-weight: bold;
	color: #f9af00;
	margin-top: 14px;
	line-height: normal;
	font-size: 16px;
}

.practices-overlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #003087;
	height: 88%;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
}

.overlay-title {
	color: #f9af00;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.overlay-text {
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
}

.practices-thumb {
	background-repeat: no-repeat;
	width: 130px;
	height: 90px;
	margin: auto;
}

.thumb1 {
	background: url(img/sprite1.jpg);
	background-position: 0px -631px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb2 {
	background: url(img/sprite1.jpg);
	background-position: -90px -631px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb3 {
	background: url(img/sprite1.jpg);
	background-position: -188px -631px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb4 {
	background: url(img/sprite1.jpg);
	background-position: -279px -631px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb5 {
	background: url(img/sprite1.jpg);
	background-position: 0px -721px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb6 {
	background: url(img/sprite1.jpg);
	background-position: -90px -721px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb7 {
	background: url(img/sprite1.jpg);
	background-position: -188px -721px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb8 {
	background: url(img/sprite1.jpg);
	background-position: -279px -721px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb9 {
	background: url(img/sprite1.jpg);
	background-position: 0px -800px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb10 {
	background: url(img/sprite1.jpg);
	background-position: -96px -800px;
	background-repeat: no-repeat;
	width: 90px;
}

.thumb11 {
	background: url(img/sprite1.jpg);
	background-position: -200px -800px;
	background-repeat: no-repeat;
	width: 90px;
}

/*****************************************************/
/**************    8. Why Choose Area  ****************/
/*****************************************************/
.why-choose-area {
	overflow: hidden;
	padding: 40px 0;
}

.why-choose {
	width: 90%;
	margin: 0 auto;
}

.why-choose-title {
	color: #003087;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	border-bottom: 3px solid #f9af00;
	padding-bottom: 8px;
	width: 70%;
	text-align: center;
	margin: auto;
	font-size: 35px;
	line-height: normal;
}

.why-choose-content {
	margin-top: 40px;
}

.single-why-choose ul {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	column-count: 2;
	column-gap: 30px;
	margin-bottom: 20px;
	padding: 0 15px;
}

.single-why-choose ul li {
	width: 100%;
	/* margin-right: 2%; */
	margin-bottom: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #2a2a2a;
	letter-spacing: 0px;
	font-weight: 600;
	list-style: disc;
	break-inside: avoid;
}

.single-why-choose ul li span {
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0;
	letter-spacing: 0px;
}

.no-fees-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-no-fees {
	width: 47%;
	margin-right: 3%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
}

.single-no-fees:last-child {
	margin-right: 0;
}

.blue-bg {
	background-color: #003087;
}

.orange-bg {
	background-color: #f9af00;
}

.no-fees-text ul {
	margin-left: 40px;
}

.no-fees-text ul li {
	list-style: disc;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.thumb-info {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 24px;
}

.no-fees-thumb {
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	background-position: -158px -1628px;
	height: 109px;
	width: 109px;
	margin-left: 10px;
	background-size: 425px;
	margin-right: 10px;
}

span.no-fees-text {
	width: 70%;
}

.single-no-fees.orange-bg {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.no-fees-title {
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: normal;
}

.no-fees-sub-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*****************************************************/
/**************    9. About Corradino Area  ****************/
/*****************************************************/
.about-corradino-area {
	padding: 40px 0;
}

.about-corradino {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.left-corradino {
	width: 73%;
	margin-right: 2%;
}

.right-corradino {
	width: 23%;
	background: url(img/sprite1.jpg);
	background-repeat: no-repeat;
	height: 355px;
	background-position: 0px -897px;
}

.corradino-title {
	color: #003087;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	border-bottom: 3px solid #f9af00;
	padding-bottom: 8px;
	margin-bottom: 14px;
	text-align: center;
	font-size: 35px;
	line-height: normal;
	letter-spacing: 1px;
}

.corradino-text {
	color: #2a2a2a;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.corradino-sub-title {
	color: #003087;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 5px;
}

.corradino-sub-text {
	color: #2a2a2a;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}

/*****************************************************/
/**************    10. Video Area  ****************/
/*****************************************************/
.video-area {
	overflow: hidden;
	padding: 40px 0;
}

.video {
	width: 80%;
	margin: 0 auto;
}

.video-blog {
	margin-top: 40px;
}

.single-video-blog {
	background: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 30px 30px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 350px;
}

.single-video-blog:hover {
	background: #003087;
}

.single-video-blog:hover .video-blog-text {
	color: #fff;
}

.video-title {
	color: #003087;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	border-bottom: 3px solid #f9af00;
	padding-bottom: 8px;
	text-align: center;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: normal;
	width: 70%;
	margin: auto auto 15px;
}

.video-blog-text {
	color: #003087;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	width: 75%;
	margin-top: 20px;
	line-height: normal;
	letter-spacing: 1px;
	min-height: 100px;
}

.video-blog.owl-carousel .owl-nav button.owl-next,
.video-blog.owl-carousel .owl-nav button.owl-prev {
	font-size: 65px;
	color: #2a2a2a;
	position: absolute;
	top: 50%;
	outline: none;
}

.video-blog.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.video-blog.owl-carousel .owl-nav button.owl-next {
	right: -50px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.video-blog.owl-carousel .owl-stage {
	-webkit-transition: 1s !important;
	-o-transition: 1s !important;
	transition: 1s !important;
}

/*****************************************************/
/**************    11. Contact Area  ****************/
/*****************************************************/
.contact-area {
	overflow: hidden;
	padding: 40px 0;
}

.contact {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-left {
	width: 42%;
	margin-right: 3%;
	background: #ebebeb;
	/*padding: 40px 0;
	height: 382px;*/
	display: flex;
	align-items: center;
}

.left-quote-text {
	color: #003087;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 38px;
	text-align: center;
	line-height: 55px;
	width: 68%;
	margin: 7% auto;
}

.left-quote-text strong {
	color: #f9af00;
	font-size: 55px;
}

.contact-right {
	width: 55%;
	background: url(https://corradinoandpapa.com/wp-content/uploads/2020/04/contact-bg.jpg);
	background-repeat: no-repeat;
	padding: 30px 0;
	/*height: 382px;*/
	background-color: #19183d;
	background-size: 750px;
}

.form-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	border-bottom: 3px solid #f9af00;
	padding-bottom: 8px;
	font-size: 35px;
	text-align: center;
	line-height: normal;
	margin: auto;
	width: 80%;
}

.form-area {
	width: 80%;
	margin: 40px auto 0;
	overflow: hidden;
}

.form-area form {
	position: relative;
}

.form-area form input {
	padding: 0 10px;
	height: 46px !important;
	background-color: rgba(68, 70, 113, 0.42);
	border: 0;
	color: #fff;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "Raleway", sans-serif;
	width: 100%;
	margin-right: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff2b;
}

.form-area form input:nth-child(2) {
	margin-right: 0;
	width: 49%;
}

.form-area form input::-webkit-input-placeholder {
	opacity: 1;
}

.form-area form input::-moz-placeholder {
	opacity: 1;
}

.form-area form input:-ms-input-placeholder {
	opacity: 1;
}

.form-area form input::-ms-input-placeholder {
	opacity: 1;
}

.form-area form input::placeholder {
	opacity: 1;
}

.form-area form input.email {
	width: 100%;
}

.form-area form textarea {
	padding: 10px 10px 0;
	height: 85px;
	background-color: rgba(68, 70, 113, 0.42);
	border: 0;
	color: #fff;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "Raleway", sans-serif;
	width: 100%;
	margin-right: 8px;
	border: 1px solid #ffffff2b;
}

.form-area form textarea::-webkit-input-placeholder {
	opacity: 1;
}

.form-area form textarea::-moz-placeholder {
	opacity: 1;
}

.form-area form textarea:-ms-input-placeholder {
	opacity: 1;
}

.form-area form textarea::-ms-input-placeholder {
	opacity: 1;
}

.form-area form textarea::placeholder {
	opacity: 1;
}

.form-area form input[type="submit"] {
	background-color: #f9af00 !important;
	color: #000 !important;
	font-weight: 700;
	padding: 15px 30px;
	font-size: 18px;
	border: none;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	/*position: absolute;
    bottom: 29px;
    right: 0;*/
	cursor: pointer;
	outline: none;
	display: inline-block;
	width: auto;
	margin: 0;
}

/*****************************************************/
/**************    12. Footer Area  ****************/
/*****************************************************/
.footer-area {
	overflow: hidden;
	background: #4a4a4a;
	padding: 40px 0;
}

.footer {
	width: 90%;
	margin: 0 auto;
}

.footer-tltie {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 35px;
	color: #fff;
	line-height: 44px;
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-footer {
	width: 25%;
	margin-right: 5%;
	overflow: hidden;
}

.single-footer.newsletter {
	width: 40%;
	margin-right: 0;
}

.single-footer-text {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.form-text {
	color: #fff;
	margin: 30px 0 30px;
	font-size: 16px;
}

.form-text a {
	color: #fff;
}

.form-text strong {
	display: block;
	margin-bottom: 5px;
}

.footer-social {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-form-title {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

.single-footer-form form {
	position: relative;
}

.single-footer-form form input {
	padding: 11px;
	width: 100%;
	background-color: #7c7c7c;
	border: 0;
	color: #fff;
	font-size: 16px;
	font-family: "Raleway", sans-serif;
}

.single-footer-form form input[type="submit"] {
	background: #fff;
	border: 0;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
	color: #04173e;
	text-transform: uppercase;
	font-weight: 700;
	padding: 11px 42px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Raleway", sans-serif;
	outline: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: auto;
}

.single-footer-form form input[type="submit"]:hover {
	background: #04173e;
	color: #ffff;
}

.single-footer-form form button:hover {
	background: #f9af00;
	color: #000;
}

.single-footer-logo {
	background: url(img/icon.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 140px;
	background-position: -259px -124px;
}

.single-footer-text.second-text {
	margin-top: 140px;
}

.footer-text-title {
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}

.footer-text-title ul li {
	display: inline-block;
}

.footer-text-title ul li a {
	color: #fff;
	line-height: 28px;
}

.footer-text-title ul li:hover a {
	color: #f9af00;
}

.disclaim {
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}

.footer-social-icon a {
	background: url(img/icon.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 5px;
}

.f-fb {
	background-position: -1px -212px !important;
}

.f-in {
	background-position: -41px -212px !important;
	width: 34px !important;
}

.f-ytub {
	background-position: -75px -212px !important;
	width: 34px !important;
}

.f-biz {
	background-position: -109px -212px !important;
	width: 34px !important;
}

.f-ins {
	background-position: -143px -212px !important;
	width: 34px !important;
}

.f-tw {
	background-position: -177px -212px !important;
	width: 34px !important;
}

.copyright-area {
	padding: 30px 0;
	background: #000;
	overflow: hidden;
}

.copyright {
	width: 90%;
	margin: 0 auto;
	color: #fff;
}

span.wpcf7-form-control-wrap.text-name {
	width: 49%;
	/* display: inline-block; */
	float: left;
}

span.wpcf7-form-control-wrap.tel-phone {
	width: 49%;
	float: right;
	margin-top: -18px;
	margin-bottom: 16px;
}

.form-area form>br {
	display: none;
}

span.wpcf7-form-control-wrap.text-name input {
	width: 98%;
}

/*Pages*/
.communitygrid {
	display: grid;
	grid-template-columns: 48% 52%;
	grid-column-gap: 10px;
	grid-row: 300px;
	grid-row-gap: 10px;
	height: 8000px;
}

.communitygrid p {
	line-height: 24px !important;
}

.page-content-area {
	padding: 20px 0px;
}

.soliloquy-pager-item span {
	display: none;
}

.page-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-content {
	width: 72%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-sidebar {
	width: 27%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-content h2 {
	font-size: 24px;
	margin: 0 0 10px;
	padding: 14px 0 4px;
	border-bottom: 1px solid #e7ebf0;
	color: #003087;
	padding-bottom: 6px;
	line-height: normal;
	font-weight: 500;
}

.page-content p {
	font-size: 15px;
	line-height: 27px;
	margin: 10px 0;
	color: #333;
}

.page-content p span {
	display: inline-block;
}

.about-team {
	width: 22%;
	padding: 1%;
	float: left;
	text-align: center;
}

.about-team a {
	font-weight: 700;
	color: #003087;
}

.about-team img {
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 3%;
	width: 72%;
	margin-bottom: 8px;
}

.about-team img:hover {
	border: 1px solid #fe6019;
}

.page-content ul li {
	color: #333;
	font-size: 15px;
	line-height: 22px;
	padding-left: 13px;
	position: relative;
}

.page-content ul li a {
	color: #333;
	font-size: 15px;
	line-height: 22px;
}

.page-content ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	background: transparent;
	position: absolute;
	top: 11px;
	left: -1px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-content .law-logos-inner ul li::after {
	display: none;
}

.page-content p a {
	color: #0e0d35;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.page-content p a:hover {
	text-decoration: underline;
}

.single-sidebar {
	background: #003087;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.single-sidebar:last-child {
	margin-bottom: 0px;
}

h2.widget-title {
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: 0 0 15px;
	font-size: 24px;
	padding: 0 0 5px;
	font-weight: 500;
	line-height: initial;
}

.sidebar-contact input,
.sidebar-contact textarea {
	width: 100%;
	border: 1px solid #c2b898;
	border-radius: 4px;
	color: #7c6840;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 2%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-contact input[type="submit"] {
	background: #142c5f;
	color: #fff;
	font-size: 20px;
	border: 0;
	padding: 10px 40px;
	cursor: pointer;
	margin: 0;
}

.single-sidebar ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 8px 0;
	font-size: 14px;
	position: relative;
}

.single-sidebar ul li a:before {
	content: "\279C";
	font-size: 17px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.single-sidebar ul li a:hover {
	color: #fe6019;
}

.toppage-header-area {
	background-image: url(img/titlebg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 40px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-page-header h2 {
	font-size: 35px;
	color: #003087;
	font-weight: 600;
	text-align: center;
	line-height: initial;
}

.single-blog-post {
	padding: 20px 0px;
	border-bottom: 1px solid #dadada;
}

.single-post-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-post-content {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-post-thumb {
	width: 50%;
	padding-left: 30px;
}

.single-post-thumb a {
	display: block;
}

.single-post-thumb a img {
	width: 100%;
	height: auto !important;
}

.single-blog-post ul li:after {
	display: none;
}

.single-post-head {
	margin-bottom: 10px;
}

.single-post-head a {
	font-size: 20px;
	text-transform: uppercase;
	color: #003087;
	font-weight: 700;
	line-height: initial;
}

.single-post-content p {
	color: #666;
	font-size: 14px;
}

.single-post-content p a {
	color: #003087;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
	text-decoration: none;
}

.single-post-content p a:hover {
	text-decoration: none;
}

.social-share-blog {
	text-align: center;
}

.social-share-blog ul li {
	display: inline-block;
	padding-left: 5px;
}

.social-share-blog ul li a img {
	width: 30px;
}

.social-share-blog>p {
	color: #003087;
	font-size: 19px;
	font-weight: 300;
}

.pagination {
	margin-top: 15px;
}

.pagination ul li:after {
	display: none;
}

.pagination ul li {
	padding: 0px 2px;
	display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	color: #003087;
	text-decoration: none;
	line-height: 27px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination ul li span.current,
.pagination ul li a:hover {
	background-color: #003087;
	color: #fff;
	border-color: #003087;
}

.pagination ul li a.prev,
.pagination ul li a.next {
	width: auto;
	padding: 0px 8px;
}

h2.post-widget-title {
	background-color: #003087;
	margin: 0 -5.6%;
	text-align: center;
	padding: 13px;
	text-shadow: none;
	font-size: 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 4px solid #fff;
}

.wintv {
	max-width: 500px;
	margin: auto;
	background: #e7ebf0;
	padding: 30px;
}

.wintv input {
	border-radius: 5px;
	border: 1px solid #d6e3f3;
}

.wintv .wpcf7-form-control-wrap .wpcf7-form-control {
	width: 96%;
	height: 30px;
	padding: 10px;
	margin-bottom: 10px;
}

span.wpcf7-form-control-wrap.FirstName,
.LastName,
.tel-308,
.email,
.PostCode {
	width: 100%;
}

.wintv input[placeholder] {
	font-size: 15px;
	color: #999;
}

.wintv input[type="submit"] {
	background: #142c5f;
	display: inline-block;
	width: 100%;
	/* height: 30px; */
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	text-align: center;
	padding-top: 20px;
}

.single-post-sidebar {
	padding: 0 5% 5%;
	background-color: #8a8a8d;
	color: #fff;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-post-sidebar ul li {
	margin: 18px 0px;
}

.single-post-sidebar ul li a {
	color: #fff;
}

.single-post-sidebar ul {
	padding-top: 12px;
}

.full-blog-post img {
	width: 100%;
	height: auto;
}

.full-blog-post p a {
	color: #003087;
}

.contact-page-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-page-content {
	width: 50%;
}

.contact-page-sidebar {
	width: 50%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-map-area {
	margin-bottom: 30px;
}

.g-map-area iframe {
	width: 100%;
	height: 350px;
}

.contact-page-title h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: initial;
	color: #333;
}

.contact-page-title h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: initial;
	color: #333;
}

.contact-page-title {
	margin-bottom: 30px;
}

.contact-adss {
	background: #e7ebf0;
	padding: 2%;
}

.contact-adss h4 {
	background: #003087;
	color: #fff;
	padding: 3%;
}

.contact-adss ul {
	background: #fff;
	padding: 10px;
}

.newsletter-list ul li {
	display: block;
	margin: 5px 0;
}

.newsletter-list ul li span {
	display: inline-block;
}

.contactpage-form input,
.contactpage-form textarea {
	border: 1px solid #c2b898;
	border-radius: 4px;
	color: #7c6840;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 2%;
	width: 95%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 46px !important;
	margin-bottom: 20px;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder {
	opacity: 1;
}

.contactpage-form textarea {
	height: 180px !important;
}

.contactpage-form input[type="submit"] {
	background: #003087;
	color: #fff;
	font-size: 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 4px;
	width: auto;
	cursor: pointer;
}

/*Other Pages CSS*/
.page-content.inner-left h1 {
	font-weight: 500;
}

.law-logos-inner {
	margin-bottom: 45px;
}

.law-logos-inner ul {
	justify-content: center;
	margin-bottom: 15px;
}

.law-logos-outer ul {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.inner-left p {
	line-height: 30px;
}

.practice-list ul li {
	float: left;
	width: 48%;
}

.practice-list ul {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.law-logos-inner ul li {
	width: 24%;
	background-image: none !important;
	padding: 0 10px !important;
	justify-content: center;
}

.law-logos-outer ul li {
	display: flex;
	padding: 9px;
	margin-bottom: 20px;
	width: 22%;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}

.inner-left ul li {
	color: #333;
	font-size: 15px;
	line-height: 30px;
	padding-left: 13px;
	list-style: none;
}

.inner-left p {
	line-height: 30px;
}

.law-logos-inner ul li img {
	width: auto !important;
	height: auto;
}

.law-logos-inner span.log-txt {
	margin: 2px 0;
}

.law-logos-inner ul li a {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.law-logos-outer ul li a {
	background-color: #ffb301;
	padding: 4px 9px;
	display: inline-block;
	color: #fff !important;
}

.law-logos-outer ul li a:hover {
	text-decoration: none !important;
}

.page-content.inner-left h3 {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 500;
	color: #333;
}

.communitygrid span {
	grid-column: 1 / span 2;
	height: 1px;
	width: 100%;
	background-color: #999;
}

.logo-lists {
	background: #003087;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-lists li {
	background: rgba(0, 0, 0, 0) !important;
	display: inline-block;
	margin: 10px;
	padding: 0 !important;
	width: 66px;
}

.page-content.inner-left h2 {
	font-size: 23px;
	margin: 0 0 10px;
	padding: 14px 0 4px;
	border-bottom: 1px solid #e7ebf0;
	color: #003087;
	font-weight: 500;
	line-height: 1.8;
}

.inner-left {
	text-align: justify;
}

p.logo-disc {
	text-align: center;
}

.inner-left ul li a {
	color: #003087;
}

.inner-left ul li a:hover {
	text-decoration: underline;
}

.main-menu ul li ul ul {
	left: 280px;
	padding: 10px 0 10px 10px;
	top: 0;
	width: 280px;
}

/*Other Pages CSS*/
/* 1-14-2020 */

.contact-area .ginput_container input {
	width: 100% !important;
	font-size: 16px !important;
	padding: 0 10px !important;
	margin-right: 0;
}

.contact-area .gform_wrapper {
	padding: 50px 0;
}

.contact-area .gform_body li {
	padding-right: 0 !important;
}

.contact-area .gform_body li>label {
	display: none !important;
}

.contact-area .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.contact-area .gform_footer .button {
	font-size: 18px !important;
	padding: 15px 30px !important;
	line-height: 1.2 !important;
	background: #f9af00 !important;
}

.contact-area .gform_wrapper textarea.medium {
	height: 97px;
	margin-right: 0;
}

.ss-form-wrapper {
	background: #e7ebf0;
	max-width: 560px;
	width: 100%;
	margin: 32px auto 0;
}

.ss-form-wrapper h1 {
	padding: 30px 30px 0 30px;
	margin-bottom: 0;
}

.ss-form-wrapper .gform_wrapper {
	margin-top: 0;
}

.ss-form-wrapper form {
	padding: 20px 30px 30px;
}

.ss-form-wrapper .gform_body li>label {
	display: none !important;
}

.ss-form-wrapper li input,
.ss-form-wrapper li textarea {
	height: 52px;
	font-weight: 400 !important;
}

.ss-form-wrapper li .address_zip {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ss-form-wrapper li .address_zip>label,
.cbp-spmenu-push .single-sidebar label,
.contact-page-content .gform_wrapper label {
	display: none !important;
}

.ss-form-wrapper li input:placeholder {
	color: #999;
}

.ss-form-wrapper ul.gform_fields li.gfield {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
}

.ss-form-wrapper .gform_footer {
	display: block;
}

.ss-form-wrapper .gform_footer input[type="submit"] {
	line-height: 1.5 !important;
	width: 100% !important;
	font-size: 20px !important;
	height: auto;
	position: static !important;
}

.cbp-spmenu-push .sidebar-contact input {
	height: 40px;
}

.contact-page-content .gform_wrapper .gform_fields input,
.ss-form-wrapper li input,
.cbp-spmenu-push .single-sidebar input,
.cbp-spmenu-push .single-sidebar textarea {
	width: 100% !important;
	padding: 10px !important;
	border-radius: 5px;
	border: 1px solid #d6e3f3;
	font-size: 15px;
	color: #999;
	font-weight: 700;
}

.cbp-spmenu-push .single-sidebar textarea {
	height: 100px !important;
}

.cbp-spmenu-push .single-sidebar input[type="submit"] {
	font-size: 16px;
}

.ss-form-wrapper .gform_footer input[type="submit"],
.cbp-spmenu-push .single-sidebar input[type="submit"] {
	background: #142c5f;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #d6e3f3;
	letter-spacing: 1px;
	padding: 15px;
	width: 100%;
}

.cbp-spmenu-push .single-sidebar input[type="submit"] {
	position: static;
	height: auto;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

.cbp-spmenu-push .single-sidebar .gform_wrapper .gfield_required,
.contact-page-content .gform_wrapper .gfield_required {
	display: inline-block;
}

.cbp-spmenu-push .single-sidebar ul.gform_fields li.gfield {
	padding: 0;
}

.contact-page-content .gform_wrapper .gform_fields input,
.contact-page-content .gform_wrapper .gform_fields textarea {
	border: 1px solid #c2b898;
	border-radius: 4px;
	color: #7c6840;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	margin: 0;
	padding: 12px !important;
	width: 100% !important;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
}

.contact-page-content .gform_wrapper .gform_fields input {
	height: 46px !important;
}

.contact-page-content .gform_wrapper .gform_fields textarea {
	height: 180px !important;
}

.contact-page-content .gform_wrapper ul li.gfield {
	margin-top: 0 !important;
}

.contact-page-content .gform_wrapper .gform_footer input[type="submit"] {
	background: #003087;
	color: #fff;
	font-size: 20px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 4px;
	width: auto;
	cursor: pointer;
	height: auto;
	position: static;
	line-height: 1.5 !important;
}

.contact-page-content .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0 0 40px;
}

.contact-area .gform_wrapper {
	padding: 20px 0 0;
	margin: 0;
}

.contact-area .form-area {
	margin: 0 auto;
}

.contact-area .gform_wrapper .gform_footer input[type="submit"] {
	position: static;
	height: auto;
}

.gform_wrapper .validation_message {
	display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error .gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error input {
	border: 1px solid red !important;
}

.gform_wrapper div.validation_error {
	display: none;
}

.gform_confirmation_wrapper {
	margin: 10px 0;
	padding: 20px;
	background: white;
	color: #000;
}

@media (max-width: 414px) {
	.contact-page-content .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 18px;
	}
}

@media (min-width: 641px) {
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100% !important;
	}
}

/* Responsive */
@media all and (max-width: 1200px) {
	.left-review {
		background-position: 0px 34px;
	}

	.logos-area ul li {
		width: 30%;
	}

	.no-fees-thumb {
		width: 235px;
		margin-right: 0;
	}

	.no-fees-sub-title {
		font-size: 15px;
		letter-spacing: 0px;
	}

	.no-fees-title {
		font-size: 28px;
	}

	.no-fees-text ul li {
		font-size: 17px;
	}

	.thumb-info {
		font-size: 14px;
	}

	.form-area form input {
		width: 42%;
		margin-right: 10px;
	}

	.form-area form input:nth-child(2) {
		width: 45%;
	}

	.left-quote-text {
		font-size: 30px;
		line-height: 45px;
		width: 78%;
	}

	.form-area form button {
		padding: 10px 30px;
	}

	.single-footer-form form button {
		padding: 11px 26px;
	}

	.footer-tltie {
		font-size: 28px;
		line-height: 40px;
	}

	.practices-overlay {
		width: 86%;
	}

	.settle-text {
		left: 155px;
	}

	.right-corradino {
		display: none;
	}

	.left-corradino {
		width: 100%;
		margin-right: 0;
	}
}

@media all and (max-width: 991px) {
	.settlement-text {
		margin-left: -13px;
	}

	.main-menu ul {
		display: none;
		background: #003087;
		text-align: left;
		position: absolute;
		z-index: 9;
		width: 100%;
		top: 45px;
		left: 0;
	}

	.main-menu ul li {
		display: block;
	}

	.main-menu {
		height: 50px;
	}

	.canvas-menu {
		display: block;
	}

	.main-menu ul li ul {
		width: 283px;
		position: unset;
		top: 100%;
		left: 0;
		background: #003087;
		z-index: 4;
		padding: 10px 0px 10px 15px;
		list-style: circle !important;
		opacity: 1;
		visibility: visible;
		display: block;
		height: 0px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	.main-menu ul li ul.drop-show {
		height: auto;
		display: block !important;
	}

	.main-menu ul li ul li::before {
		content: none;
	}

	.nav-menu-area .container {
		padding: 0 !important;
	}

	.phone-no {
		font-size: 30px;
	}

	.free-cons {
		font-size: 22px;
		display: block;
	}

	.time-text {
		font-size: 20px;
		text-align: left;
		margin-left: 50px;
	}

	.main-menu ul li a {
		padding: 10px;
	}

	.head-quets span {
		font-size: 20px;
	}

	.banner-slider {
		min-height: 400px;
	}

	.settlement {
		margin: 0 auto;
	}

	.settle-info {
		font-size: 20px;
		width: 90%;
	}

	.settle-subheading {
		font-size: 40px;
	}

	.annaounce-name {
		font-size: 26px;
		width: 90%;
		line-height: 35px;
	}

	.newjersy-heading {
		font-size: 27px;
		width: 90%;
	}

	.newjersy-sub-heading {
		width: 80%;
	}

	.single-personal-text-area {
		width: 80%;
	}

	.attorney-area {
		font-size: 27px;
	}

	.review-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.left-review {
		background-position: 0px 27px;
		margin-bottom: 30px;
		width: 325px;
		height: 300px;
	}

	.right-review {
		width: 100%;
		margin: 0 auto;
	}

	.qoute {
		font-size: 19px;
		line-height: 28px;
		width: 100%;
		margin: 0;
	}

	.logo1,
	.logo2,
	.logo3,
	.logo4,
	.logo5,
	.logo6,
	.logo7,
	.logo8 {
		width: 110px;
		margin: 0 auto;
	}

	.logos-area a {
		padding: 8px 35px;
	}

	.single-practices {
		width: 30%;
		margin-bottom: 15px;
	}

	.thumb1 {
		margin-right: 33px;
	}

	.why-choose-title {
		width: 90%;
		font-size: 27px;
	}

	.single-no-fees {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.no-fees-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-corradino-area {
		padding-top: 0;
	}

	/*
    .right-corradino {
        width: 100%;
        background-position: 260px -428px;
        background-size: 2500px auto;
        margin: 20px -130px;
        height: 500px;
    }
*/
	.contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-left {
		width: 100%;
		margin-right: 0;
		height: 100%;
	}

	.contact-right {
		width: 100%;
		margin-top: 30px;
	}

	.form-area form input {
		width: 100%;
		margin-right: 0;
	}

	.form-area form input:nth-child(2) {
		width: 100%;
	}

	.contact-right {
		background-image: none;
	}

	.single-footer {
		width: 45%;
	}

	.single-footer.newsletter {
		width: 100%;
		margin-top: 30px;
	}

	.footer-tltie {
		font-size: 24px;
		line-height: 30px;
	}

	.settle-text {
		left: 87px;
	}

	/*Other Pages*/
	.page-content {
		width: 100%;
	}

	.page-sidebar {
		width: 100%;
	}

	.page-content.inner-left iframe {
		width: 100%;
	}

	.page-content h2 {
		font-size: 23px;
	}

	.single-post-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.single-post-content {
		width: 100%;
	}

	.single-post-thumb {
		width: 100%;
		padding-left: 0px;
	}

	.page-row {
		flex-wrap: wrap;
	}

	.full-blog-post p iframe {
		width: 100% !important;
	}
}

@media all and (max-width: 767px) {
	.header {
		display: block;
		border-bottom: none;
	}

	.logo-area {
		height: 97px;
		width: 270px;
		background-position: 0px 20px;
		background-size: cover;
		float: left;
	}

	/*
    .phone-no {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
*/
	.header-info {
		text-align: right;
		/*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;*/
		float: right;
		width: 45%;
	}

	.phone-no {
		font-size: 20px;
		/*width: 50%;*/
		padding: 9px 3px;
	}

	.free-cons {
		font-size: 16px;
		/* width: 48%;*/
		margin-top: 0px;
	}

	.phn-ico {
		width: 30px;
		height: 35px;
		background-position: 0px -87px;
		background-size: 300px auto;
	}

	.habla {
		font-size: 20px;
		width: 100%;
		/*text-align: center;*/
	}

	.top-social {
		display: none;
	}

	.header-bottom {
		padding: 15px 0px;
		clear: both;
	}

	.time-text {
		font-size: 19px;
		text-align: center;
		line-height: normal;
		margin-top: 6px;
	}

	.head-quets span {
		font-size: 16px;
		padding: 0;
	}

	.head-offer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.head-offer span {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.banner-slider {
		min-height: 350px;
	}

	.single-settlement {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.settlement-text {
		width: 100%;
		margin-left: 0;
	}

	.settle-subheading {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.settle-text {
		font-size: 16px;
		left: 0;
		bottom: -30px;
	}

	.settle-text {
		font-size: 17px;
	}

	.settle-heading {
		font-size: 20px;
		margin-top: 15px;
	}

	.annaounce-heading {
		font-size: 20px;
	}

	.annaounce-name {
		font-size: 22px;
		line-height: 26px;
	}

	.newjersy-sub-heading {
		width: 90%;
		font-size: 16px;
		line-height: 20px;
	}

	.newjersy-heading {
		font-size: 24px;
	}

	.single-personal-text-area {
		width: 90%;
	}

	.single-personal-text {
		font-size: 14px;
		line-height: 22px;
	}

	.attorney-area {
		font-size: 24px;
	}

	.review-area {
		margin: 0 30px;
	}

	.qoute {
		font-size: 16px;
		line-height: 30px;
	}

	.qoute strong {
		font-size: 34px;
	}

	.logos-area ul li {
		width: 48%;
	}

	.logos-area a {
		padding: 4px 45px;
	}

	.practices-heading {
		font-size: 27px;
		width: 90%;
	}

	.practices-subheading {
		font-size: 16px;
	}

	.single-practices {
		width: 47%;
		margin-right: 3%;
		height: 160px;
	}

	.thumb1 {
		margin-right: 15px;
	}

	.practices-text {
		margin-top: 5px;
		font-size: 14px;
	}

	.why-choose-title {
		font-size: 24px;
	}

	.single-why-choose ul {
		column-count: 1;
		margin-bottom: 0;
	}

	.single-no-fees {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.no-fees-thumb {
		width: 107px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.thumb-info {
		margin-left: 20px;
	}

	.no-fees-title {
		font-size: 24px;
	}

	.no-fees-sub-title {
		font-size: 14px;
	}

	.corradino-title {
		font-size: 27px;
	}

	.corradino-sub-text {
		font-size: 14px;
	}

	.corradino-text {
		font-size: 14px;
	}

	.corradino-sub-title {
		font-size: 15px;
	}

	.video-blog.owl-carousel .owl-nav button.owl-prev {
		left: -30px;
	}

	.video-blog.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}

	.left-quote-text {
		font-size: 24px;
		line-height: 30px;
		width: 90%;
		letter-spacing: 1px;
	}

	.left-quote-text strong {
		font-size: 30px;
	}

	.form-title {
		font-size: 26px;
		width: 90%;
	}

	.single-footer {
		width: 100%;
	}

	.single-footer-text.second-text {
		margin-top: 10px;
	}

	.practices-overlay {
		display: none;
	}

	.left-review {
		background-position: 0 27px;
		width: 224px;
		height: 220px;
	}

	span.wpcf7-form-control-wrap.text-name {
		width: 100%;
	}

	span.wpcf7-form-control-wrap.text-name input {
		width: 100%;
	}

	span.wpcf7-form-control-wrap.tel-phone {
		width: 100%;
	}

	.page-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.page-content {
		width: 100%;
	}

	.page-sidebar {
		width: 100%;
	}

	.page-content h2 {
		font-size: 20px;
		text-align: left;
	}

	.toppage-header-area {
		padding: 18px 0px;
	}

	.top-page-header h2 {
		font-size: 28px;
	}

	.single-post-head a {
		font-size: 18px;
	}

	.single-footer-form form input[type="submit"] {
		font-size: 15px;
		padding: 11px 15px;
	}

	.contact-page-title h2 {
		font-size: 22px;
	}

	.contact-page-title h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.contact-page-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-page-content {
		width: 100%;
	}

	.contact-page-sidebar {
		width: 100%;
		padding-left: 0;
	}

	.contact-adss h4 {
		font-size: 13px;
	}

	.g-map-area iframe {
		height: 290px;
	}

	.law-logos-outer ul li {
		width: 40%;
	}

	.law-logos-inner ul li {
		padding: 0 10px !important;
	}
}

@media all and (max-width: 575px) {
	.logo-area {
		height: 95px;
		width: 240px;
		background-position: 0px 25px;
	}
}

@media all and (max-width: 469px) {
	.logo-area {
		float: unset;
		width: 100%;
		background-position: 50px 0px;
		height: 115px;
	}

	.header-info {
		float: unset;
		text-align: center;
		width: 100%;
	}

	.phn-no {
		display: none;
	}

	.phn-ico {
		margin: auto;
	}

	.contact,
	.phone-no {
		width: 100%;
	}
}

@media all and (max-width: 414px) {
	.communitygrid {
		grid-template-columns: 100%;
		height: revert;
	}

	.communitygrid span {
		grid-column: auto;
	}

	.logo-area {
		background-position: 40px 25px;
	}

	/*
    .phone-no {
        font-size: 23px;
        width: 48%;
        padding: 9px 0px;
        margin-right: 10px;
    }
*/
	.left-review {
		background-position: 0px 8px;
		background-size: 100%;
		height: 200px;
	}

	.free-cons {
		font-size: 18px;
		/*width: 48%;*/
		text-align: center;
		letter-spacing: 0;
	}

	.time-text {
		font-size: 16px;
		margin-left: 0;
	}

	.head-offer span {
		font-size: 15px;
	}

	.about-team {
		width: 28%;
	}

	.banner-slider {
		min-height: 300px;
	}

	.annaounce-heading {
		font-size: 18px;
	}

	.logo-text-area {
		height: 130px;
	}

	.thumb1 {
		background-position: 24px -632px;
		margin-right: 28px;
	}

	.thumb2 {
		background-position: -78px -631px;
	}

	.thumb3 {
		background-position: -173px -631px;
	}

	.thumb4 {
		background-position: -271px -631px;
	}

	.thumb5 {
		background-position: 8px -721px;
	}

	.thumb6 {
		background-position: -86px -721px;
	}

	.thumb7 {
		background-position: -183px -721px;
	}

	.thumb9 {
		background-position: 10px -800px;
	}

	.thumb11 {
		background-position: -184px -800px;
	}

	.practices-thumb {
		width: 110px;
	}

	.practices-text {
		font-size: 12px;
	}

	.logos-area a {
		padding: 8px 22px;
	}

	.single-practices {
		width: 47%;
		margin-bottom: 10px;
		height: 150px;
	}

	.overlay-title {
		letter-spacing: 0;
		font-size: 12px;
	}

	.practices-overlay {
		width: 84%;
		height: 100%;
	}

	.overlay-text {
		font-size: 12px;
		line-height: 16px;
	}

	.no-fees-title {
		font-size: 20px;
		letter-spacing: 0;
	}

	.no-fees-sub-title {
		text-align: center;
	}

	.practice-list ul li {
		float: none;
		width: 100%;
	}

	.form-title {
		font-size: 20px;
	}

	.footer-tltie {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}

	.single-footer-form form button {
		padding: 12px;
		font-size: 14px;
	}

	.page-content h2 {
		font-size: 18px;
	}

	.sidebar-contact input,
	.sidebar-contact textarea {
		font-size: 16px;
	}

	.g-map-area iframe {
		height: 250px;
	}

	.contact-page-title h2 {
		font-size: 20px;
	}

	.contact-page-title h3 {
		font-size: 18px;
	}

	.contactpage-form input[type="submit"] {
		font-size: 18px;
		height: 40px !important;
	}

	.law-logos-outer ul li {
		margin-right: 8px;
		width: 40%;
	}

	.law-logos-inner ul li {
		padding: 0 8px !important;
	}

	.law-logos-inner span.log-txt {
		margin: 25px 0 5px;
		font-size: 14px;
		line-height: 1.1;
	}

	.page-content.inner-left h3 {
		font-size: 18px;
	}

	.page-content.inner-left h2 {
		font-size: 20px;
	}

	.wp-video {
		width: 100% !important;
	}

	.wp-video video {
		width: 100%;
		height: auto;
	}
}

/* changes  */

.container_d {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.slider-wrapper {
	width: 650px;
	height: 170px;
	background: #000;
	overflow: hidden;
}

.inner-wrapper {
	width: 500%;
	height: 100%;
	position: relative;
	left: -100%;
}

.slide {
	width: calc(100% / 5);
	height: 100%;
	background: #f8a504;
	display: flex;
	justify-content: center;
	align-items: center;
	/*   font-size: 100px; */
	/*   font-weight: 700; */
	float: left;
}

.button {
	width: 30px;
	height: 30px;
	border-top: 2px solid black;
	position: absolute;
	cursor: pointer;
}

.prev {
	border-left: 2px solid black;
	left: 100px;
	transform: rotate(-45deg);
}

.next {
	border-right: 2px solid black;
	right: 100px;
	transform: rotate(45deg);
}

span.video-blog {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.single-video-blog {
	width: 30%;
	margin: 0px 15px 50px;
}

.video-banner {
	width: 275px;
	height: 230px;
}

.video-banner_images {
	background-repeat: no-repeat;
	width: 275px;
	height: 230px;
	background-image: url(https://corradinoandpapa.com/wp-content/uploads/2020/05/corraidino-1.png);
}

.video-banner_middle {
	/*background-repeat: no-repeat;
    width: 76%;
    height: 400px;
    background-image: url(https://corradinoandpapa.com/wp-content/uploads/2020/05/yt-bg.jpg);*/
	margin-top: 0px;
	margin-bottom: 40px;
	background-position: center;
	background-size: cover;
}

.single-video-blog_middle {
	background: #ddd;
	width: 50%;
	height: 0%;
	margin: 0px 15px 50px;
}

@media (max-width: 576px) {
	.single-video-blog_middle {
		width: auto;
	}
}

.video-blog-text_middle {
	color: #003087;
	font-size: 30px;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	width: 75%;
	margin-top: 20px;
	line-height: normal;
	letter-spacing: 1px;
	min-height: 100px;
}

.video-bg-1 {
	background-position: 0px 0px;
}

.video-bg-2 {
	background-position: 0px -247px;
}

.video-bg-3 {
	background-position: 0px -494px;
}

.video-bg-4 {
	background-position: 0px -741px;
}

.video-bg-5 {
	background-position: 0px -989px;
}

@media screen and (max-width: 1199px) {
	.video {
		width: 93%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 375px) {
	.video-blog-text_middle {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.video-blog-text_middle {
		font-size: 23px;
	}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
	.single-video-blog {
		width: 44%;
	}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {
	.single-video-blog {
		width: 100%;
	}

	.slider-wrapper {
		width: 100%;
		height: 200px;
	}
}

@media screen and (max-width: 420px) {
	.slider-wrapper {
		height: 240px;
	}
}

@media screen and (max-width: 320px) {
	.phone-no {
		font-size: 19px;
	}

	p.line1 {
		font-size: 16px;
	}

	p.line2 {
		font-size: 20px;
	}

	p.line2 span {
		font-size: 20px;
	}

	p.line3 {
		font-size: 14px;
	}

	p.line4 {
		color: #fff;
		font-size: 10px;
	}
}

@media screen and (max-width: 375px) {
	.about-team {
		width: 31%;
	}

	.about-team a {
		font-weight: 700;
		font-size: 13px;
	}
}

/* video  */
/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0;

	-webkit-transform: translate(500%, 0%);
	transform: translate(500%, 0%);

	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;

	/* using flexbox for vertical centering */

	/* Flexbox display */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	/* Vertical alignment */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.video-modal .overlay {
	z-index: 0;
	background: rgba(13, 1, 61, 0.82);
	/* overlay color */

	opacity: 0;

	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;

	margin: 0 auto;

	overflow-y: visible;

	background: #000;

	width: calc(100% - 12em);
	height: 0;
	padding-top: calc((100% - 12em) * 0.5625);
	/* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
	.video-modal-content {
		width: 0;
		height: calc(100vh - 10em);
		padding-top: 0;
		padding-left: calc((100vh - 10em) * 1.7778);
		/* 16:9 calc */
	}
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
		padding-top: calc((100% - 1em) * 0.5625);
		/* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: block;
	position: absolute;
	left: 0;
	top: -40px;

	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1;

	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
	opacity: 1;
}

.show-video-modal .video-modal-content {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}

@media (max-width: 991px) {
	.nav-menu-area {
		display: none;
	}
}

/*-------------NEWSLETTER SUBSCRIPTION PAGE-----------*/

.newsletter.newsletter-subscription input,
.newsletter.newsletter-subscription select {
	height: 30px;
	margin: 10px;
	margin-left: 0;
	padding: 0 5px;
}

/*-------------404 PAGE-----------*/

.error-top {
	padding: 0 0 15px;
	text-align: center;
}

.error-top h1 {
	border-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.error-content div {
	padding: 15px 0 0;
}

.error-msg {
	font-size: 18px;
}

.error-content h2 {
	line-height: 1.8;
	font-size: 28px;
	color: #003087;
}

.error-content ul li {
	padding: 5px 0;
}

.error-content ul li a,
.error-content ul li a:visited {
	color: #4a4a4a;
}

.error-content ul li a:hover {
	color: #f9af00;
}

.error-content ul li a {
	font-size: 16px;
}

.error-bottom {
	text-align: center;
	padding: 0 0 20px;
}

.error-bottom a {
	font-size: 20px;
	padding: 15px 30px;
	text-transform: uppercase;
	color: #fff;
	background: #003087;
	margin-right: 5px;
	margin-top: 15px;
}

.error-bottom a:hover {
	background: #f00;
}

.breadcrumb-wrap #breadcrumbs {
	padding: 15px 0;
	text-align: center;
	background: #4a4a4a;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

.breadcrumb-wrap span {
	display: inline-block;
}

.breadcrumb-wrap a {
	color: #ffb301;
}

.breadcrumb-wrap a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.error-bottom a {
		font-size: 26px;
		padding: 20px 40px;
		margin-right: 15px;
	}
}

@media (min-width: 1024px) {
	.page-sidebar {
		width: 37%;
	}
}

@media (min-width: 1300px) {
	.logo-text {
		margin: 20px 0;
		font-size: 14px;
	}
}

/*Location pages */

.location-page {
	font-size: 15px;
	line-height: 1.8;
	font-family: "Raleway", sans-serif;
}

.location-page * {
	box-sizing: border-box;
}

.location-page .container {
	max-width: 1230px;
}

.location-page .row {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.location-page h1 {
	color: #000;
	border: 0;
	text-align: center;
	font-weight: 600;
}

.location-page .row .col-6 {
	width: 50%;
	padding: 0 15px;
}

.location-page h1,
.location-page h2 {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.location-page p {
	margin-bottom: 20px;
}

.location-page p:last-child {
	margin-bottom: 0;
}

.location-intro-text {
	text-align: center;
	padding: 80px 0;
}

.cause-of-construction-accidents {
	padding: 60px 0;
}

/*location About us*/
.about-the-location .row {
	align-items: center;
}

.about-the-location {
	background: #f9f9f9;
	padding: 80px 0;
}

/*Practice Area*/
.practice-area-section {
	padding: 80px 0;
	text-align: center;
}

.practice-area-section .container {
	max-width: 1430px;
}

.practice-area-section .inner {
	padding: 35px 0;
}

.practice-area-section .col {
	width: 20%;
	padding: 0 15px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.practice-area-section .col:nth-child(5n) {
	border-right: 0;
}

.practice-area-section .col:nth-child(11),
.practice-area-section .col:nth-child(12),
.practice-area-section .col:nth-child(13),
.practice-area-section .col:nth-child(14),
.practice-area-section .col:last-child {
	border-bottom: 0;
}

.practice-area-section h2 {
	margin-bottom: 50px;
}

.practice-area-section .title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 20px;
}

.practice-area-section .icon-wrap {
	height: 75px;
	width: 75px;
	margin: auto;
	border: 2px solid #003087;
	border-radius: 50%;
	line-height: 63px;
}

.practice-area-section .icon-wrap img {
	vertical-align: middle;
	display: inline-block;
}

/*.our-track-record */
.our-track-record {
	color: #fff;
	background: #013088;
	padding: 40px;
	display: flex;
	align-items: center;
}

.our-track-record .text-wrap .inner {
	max-width: 700px;
	float: right;
	padding-right: 100px;
}

.our-track-record .col-6 {
	width: 50%;
}

.our-track-record li {
	margin-bottom: 20px;
	font-weight: 700;
	background: url("img/icon-arrow.png") no-repeat left 8px;
	padding-left: 25px;
}

/*.why-choose-us*/
.why-choose-us {
	padding: 80px 0;
}

/*.form-and-map*/

.form-and-map {
	display: flex;
}

.form-and-map .col-6 {
	width: 50%;
}

.form-and-map iframe {
	width: 100%;
	height: 100%;
}

.form-and-map .inner {
	height: 100%;
}

.form-and-map .form-wrap .inner {
	max-width: 600px;
	float: right;
	color: #fff;
}

.form-and-map .form-wrap {
	background: #003087 url("img/bg-form.jpg") no-repeat left top / cover;
	padding: 100px 100px 90px 15px;
}

.form-and-map .form-wrap .gfield textarea,
.form-and-map .form-wrap .gfield input {
	width: 100% !important;
	height: 55px;
	padding: 5px 20px !important;
	text-align: left;
}

.form-and-map .form-wrap .gfield textarea {
	height: 120px;
	padding-top: 15px !important;
}

.form-and-map .form-wrap .line-break,
.form-and-map .form-wrap .gfield_label {
	display: none !important;
}

.form-and-map .form-wrap .gfield {
	width: 100%;
	padding: 0 !important;
}

.form-and-map .form-wrap .gfield span {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.form-and-map .form-wrap .button {
	width: 100% !important;
	display: block;
	position: static;
	margin: 0 !important;
	color: #fff;
	background: #fe0000;
	border: 0;
	box-shadow: none;
	padding: 10px;
	height: 55px;
	font-size: 24px !important;
}

.form-and-map .form-wrap .gform_footer {
	margin: 0;
}

@media (max-width: 1199px) {
	.our-track-record .text-wrap .inner {
		padding-right: 30px;
	}

	.form-and-map .form-wrap {
		padding: 50px 15px 30px 15px;
	}

	.practice-area-section .inner {
		padding: 25px 0;
	}

	.practice-area-section .title {
		font-size: 18px;
	}
}

@media (max-width: 991px) {

	.why-choose-us,
	.practice-area-section,
	.about-the-location,
	.location-intro-text {
		padding: 30px 0;
	}

	.location-page h1,
	.location-page h2 {
		font-size: 26px;
	}

	.form-and-map,
	.our-track-record,
	.location-page .row {
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.location-page .col-6 {
		width: 100%;
	}

	.form-and-map iframe {
		height: 300px;
	}

	.form-and-map .form-wrap .inner {
		float: none;
		margin: auto;
		text-align: center;
	}

	.our-track-record .text-wrap .inner {
		padding-right: 0;
		max-width: 100%;
	}

	.practice-area-section .col {
		border: 0 !important;
	}

	.practice-area-section h2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.location-page {
		text-align: center;
	}

	.location-page ul {
		display: inline-block;
		text-align: left;
	}

	.location-page .row .col-6 {
		width: 100%;
	}

	.practice-area-section .col {
		width: 33.33%;
	}

	.our-track-record {
		padding: 30px 15px;
	}

	.form-and-map .form-wrap {
		padding: 30px 15px 10px;
	}

	.form-and-map .form-wrap .gfield input {
		height: 45px;
	}

	.form-and-map .form-wrap .button {
		padding: 4px;
		height: 45px;
		font-size: 18px !important;
	}

	.form-and-map .form-wrap .gform_footer {
		padding-top: 15px;
	}

	.about-the-location .img-wrap,
	.why-choose-us .img-wrap {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.location-page {
		font-size: 14px;
		line-height: 1.5;
	}

	.location-page h1,
	.location-page h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.practice-area-section .col {
		width: 50%;
	}

	.practice-area-section .inner {
		padding: 15px 0;
	}

	.practice-area-section .title {
		font-size: 15px;
		margin-top: 10px;
	}

	.form-and-map iframe {
		height: 200px;
	}
}

/*Location Archive*/

.location-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.single-location-container {
	width: 20%;
	padding: 15px;
}

.single-location-container h3 {
	padding: 5px;
	text-align: left;
	font: Bold 20px Raleway;
	letter-spacing: 0px;
}

.single-location-container .location-phone {
	padding: 5px;
	font-size: 14px;
	color: #000000;
}

.single-location-container h3 a {
	color: #000000;
}

.location-page p a {
	color: red;
	text-transform: uppercase;
	text-decoration: underline;
}

.location-page p a:hover {
	text-decoration: none;
}

.single-location-container .free-consultation {
	padding: 5px;
	background: #cccccc 0% 0% no-repeat padding-box;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
}

.single-location-container .free-consultation:hover {
	background: #fe0000 0% 0% no-repeat padding-box;
}

/* 2020-18-8 location archive page */
.location-container {
	margin: 0 auto;
	max-width: 1600px;
}

.single-location-container {
	padding: 10px 8px !important;
	margin-bottom: 80px;
}

.single-location-container .ss-text-wrap {
	padding: 20px 5px 15px 12px;
	text-transform: uppercase;
	opacity: 1;
}

.single-location-wrap {
	box-shadow: 0 0 20px #00000029;
}

.single-location-container .free-consultation {
	padding: 13px 15px !important;
	text-align: left;
}

.location-phone {
	margin-left: 5px;
}

.location-phone-wrap {
	padding-left: 7px;
}

.location-phone-wrap img {
	width: 15px;
}

.location-phone-wrap a {
	display: flex;
}

.single-location-wrap a {
	width: 100%;
	align-items: center;
}

.single-location-container .free-consultation {
	position: relative;
	z-index: 0;
}

.single-location-container .free-consultation:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(http://corradino.smartwebsitedesign.com/wp-content/uploads/2020/08/Group-2163@2x.png) no-repeat center,
		#a5a5a5;
	width: 75px;
	height: 100%;
	z-index: 999;
	background-size: 20px;
}

.single-location-container .free-consultation:hover:after {
	background-color: #c90000;
}

.single-location-container .location-phone {
	font-weight: 500;
}

.single-location-container .location-phone:hover {
	color: #ff0000;
}

@media screen and (max-width: 1499px) {
	.single-location-container .free-consultation:after {
		width: 45px;
	}

	.single-location-container {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1329px) {
	.single-location-container {
		width: 25%;
	}
}

@media screen and (max-width: 1199px) {
	.single-location-container {
		width: 33.333%;
		margin-bottom: 0;
	}

	.single-location-container .free-consultation:after {}
}

@media screen and (max-width: 991px) {
	.single-location-container {
		width: 33.33%;
	}

	.single-location-container .free-consultation {
		padding: 5px !important;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.single-location-container {
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.single-location-container {
		width: 100%;
	}
}

/* 2020-18-8 location page */

/* 2020-18-8 location archive page */

/*Location Archive*/

.location-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.single-location-container {
	width: 20%;
	padding: 15px;
}

.single-location-container h3 {
	padding: 5px;
	text-align: left;
	font: Bold 20px Raleway;
	letter-spacing: 0px;
}

.single-location-container .location-phone {
	padding: 5px;
	font-size: 14px;
	color: #000000;
}

.single-location-container h3 a {
	color: #000000;
}

.location-page p a {
	color: red;
	text-transform: uppercase;
	text-decoration: underline;
}

.location-page p a:hover {
	text-decoration: none;
}

.single-location-container .free-consultation {
	padding: 5px;
	background: #cccccc 0% 0% no-repeat padding-box;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: capitalize;
}

.single-location-container .free-consultation:hover {
	background: #fe0000 0% 0% no-repeat padding-box;
}

/* -------------- */

.location-container {
	margin: 0 auto;
	max-width: 1600px;
}

.single-location-container {
	padding: 10px 8px;
	margin-bottom: 80px;
}

.single-location-container .ss-text-wrap {
	padding: 20px 5px 15px 12px;
	text-transform: uppercase;
	opacity: 1;
}

.single-location-wrap {
	box-shadow: 0 0 20px #00000029;
}

.single-location-container .free-consultation {
	padding: 13px 15px !important;
	text-align: left;
}

.location-phone {
	margin-left: 5px;
}

.location-phone-wrap {
	padding-left: 7px;
}

.location-phone-wrap img {
	width: 15px;
}

.location-phone-wrap a {
	display: flex;
}

.single-location-wrap a {
	width: 100%;
	align-items: center;
}

.single-location-container .free-consultation {
	position: relative;
	z-index: 0;
}

.single-location-container .free-consultation:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url(http://corradino.smartwebsitedesign.com/wp-content/uploads/2020/08/Group-2163@2x.png) no-repeat center,
		#a5a5a5;
	width: 75px;
	height: 100%;
	z-index: 999;
	background-size: 20px;
}

.single-location-container .free-consultation:hover:after {
	background-color: #c90000;
}

.single-location-container .location-phone {
	font-weight: 500;
}

.single-location-container .location-phone:hover {
	color: #ff0000;
}

@media screen and (max-width: 1499px) {
	.single-location-container .free-consultation:after {
		width: 45px;
	}

	.single-location-container {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1329px) {
	.single-location-container {
		width: 25%;
	}
}

@media screen and (max-width: 1199px) {
	.single-location-container {
		width: 33.333%;
		margin-bottom: 0;
	}

	/*.single-location-container .free-consultation:after{*/

	/*}*/
}

@media screen and (max-width: 991px) {
	.single-location-container {
		width: 33.33%;
	}

	.single-location-container .free-consultation {
		padding: 5px;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.single-location-container {
		width: 50%;
	}
}

@media screen and (max-width: 575px) {
	.single-location-container {
		width: 100%;
	}

	.single-location-container .single-location-wrap img {
		width: 100%;
	}
}

/* 2020-18-8 location archive page */

/* 2020-12-03 sticky header */
.nav-menu-area.sticky_header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}

.sticky-phone {
	display: none;
}

.nav-menu-area {
	transition: 0.2s all ease-in-out;
}

.nav-menu-area.sticky_header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.5);
}

.nav-menu-area.sticky_header .sticky-phone {
	display: block;
	text-align: center;
	background-color: #ff0000;
}

.nav-menu-area.sticky_header .sticky-phone a {
	font-size: 25px;
	color: #fff;
}

.nav-menu-area.sticky_header .sticky-phone .phn-no {
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
}

.nav-menu-area.sticky_header .sticky-phone .phn-no:hover {
	text-decoration: underline;
}

/* New header style 2021-08-23 */
html.js {
	margin-top: 0 !important;
}

.site-header {}

.site-header .container {
	max-width: 1430px;
}

.site-header .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.site-header__top {
	background-color: #f8f8f8;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 48, 135, 0.12);
}

.site-header__top .nav-menu-area {
	display: none;
}

.lang {
	font-size: 20px;
	font-weight: 600;
	color: #003087;
}

.phone-mobile {
	display: none;
}

.time-text {
	font-size: 22px;
	font-weight: 700;
	color: #090909;
	text-align: center;
}

.header-quote {
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	color: #003087;
}

.header-social {
	position: static;
	line-height: 1;
}

.header-social li {
	padding: 0 2px;
}

.site-header__mid {
	padding: 0.5rem 0;
}

.site-header__mid .inner {
	margin: 0 -1rem;
}

.site-header__mid .inner>div {
	padding: 0 1rem;
}

.site-header__mid .inner *,
.site-header__mid .inner *:after,
.site-header__mid .inner *:before {
	box-sizing: border-box;
}

.site-header__mid .logo-wrap {
	flex: 0 0 20%;
	max-width: 20%;
}

.site-header__mid .header-quote {
	flex: 0 0 50%;
	max-width: 50%;
}

.site-header__mid .site-header__info {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.site-header__info .lang {
	display: none;
}

.phone-number {
	display: flex;
	align-items: center;
	font-size: 29px;
	font-weight: 700;
	color: #003087;
	font-family: "Arial", sans-serif;
}

.phone-number .icon-phone {
	margin-right: 0.3rem;
	width: 32px;
}

.free-cons {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
}

.canvas-menu span {
	border-radius: 5rem;
	height: 4px;
	transition: 0.2s all ease-in-out;
	position: relative;
}

.canvas-menu.active span:first-child {
	transform: rotate(45deg);
	top: 4px;
}

.canvas-menu.active span:nth-child(2) {
	display: none;
}

.canvas-menu.active span:last-child {
	transform: rotate(-45deg);
	top: -4px;
}

.main-menu .menu {
	display: flex;
	justify-content: space-between;
}

.main-menu ul li a {
	font-size: 20px;
	font-weight: 700;
}

.main-menu ul.sub-menu li a {
	font-size: 15px;
}

.main-menu ul li ul li {
	padding-right: 15px;
}

.header-offer {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}

/* 
.header-offer a {
	color: #fff;
} */

.banner-area {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-area .title {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	border: 0;
	text-align: center;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.52);
}

.banner-area .container {
	display: table;
	height: 462px;
}

.banner-area .content-holder {
	display: table-cell;
	vertical-align: middle;
}

/* .block-settlement */
.block-settlement {
	background-color: #f8a504;
	padding: 1rem 0;
}

.block-settlement .container {
	max-width: 1430px;
}

.slider-settlement {
	position: relative;
}

.slider-settlement::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 1.3rem;
	bottom: 15px;
	width: 4px;
	background-color: #f8a504;
}

.slider-settlement .item {
	margin-right: 1.5rem;
	position: relative;
}

.slider-settlement .item::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 0;
	bottom: 15px;
	width: 1px;
	background-color: #c5860c;
}

.slider-settlement .item-inner {
	display: flex;
	align-items: center;
}

.slider-settlement .item-icon {}

.slider-settlement .item-content {
	padding-right: 1rem;
	padding-left: 1rem;
	text-transform: uppercase;
}

.slider-settlement .item-content h4 {
	color: #fff;
	margin-bottom: 0.3rem;
}

.slider-settlement .item-content h3 {
	color: #000;
	font-size: 20px;
}

.btn {
	padding: 1rem;
	background-color: #ff0000;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 5px;
	font-weight: 700;
	min-width: 138px;
	text-align: center;
}

.btn:hover {
	background-color: #003087;
}

.dual-col {
	padding: 0 0 1rem;
}

.dual-col .container {
	max-width: 1430px;
}

.dual-col__slide {
	position: relative;
}

/* .dual-col__slider::after {
	position: absolute;
    content: '';
    top: 5px;
    right: 0.8rem;
    bottom: 5px;
    width: 4px;
    background-color: #fff;
} */

.dual-col__slider .item {
	font-size: 18px;
	color: #003087;
	font-weight: 700;
	position: relative;
	margin-right: 1rem;
	padding-left: 1rem;
}

.dual-col__slider .item::after {
	position: absolute;
	content: "";
	top: 5px;
	right: 0;
	bottom: 5px;
	width: 1px;
	background-color: #bcbcbc;
}

.dual-col__slider .item-inner {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	/* padding-right: 2rem; */
}

.dual-col__slider .item .btn {
	margin-left: 1rem;
}

.dual-col__slider .slick-arrow {
	top: -3px;
	transform: translate(0);
}

.dual-col__slider .slick-arrow.slick-prev {
	left: -3px;
}

.dual-col__slider .slick-arrow.slick-next {
	right: -3px;
}

.slick-arrow {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	z-index: 10;
	border: 0;
	background: transparent;
}

.slick-arrow:before {
	position: absolute;
	font-size: 1.5rem;
	font-family: cursive;
	top: 50%;
	transform: translateY(-50%);
	line-height: 0;
	color: #a7a7a7;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-prev:before {
	content: "<";
	left: 50%;
	transform: translateX(-50%);
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-next:before {
	content: ">";
	transform: translateX(-50%);
}

.slick-arrow:hover:before {
	color: #ff0000;
}

/* responsive */
@media (max-width: 1599px) {
	.site-logo img {
		max-width: 195px;
	}

	.time-text {
		font-size: 18px;
	}

	.lang {
		font-size: 16px;
	}

	.header-quote {
		font-size: 30px;
	}

	.phone-number {
		font-size: 25px;
	}

	.free-cons {
		font-size: 22px;
	}

	.main-menu ul li a {
		font-size: 16px;
	}

	.banner-area .container {
		height: 385px;
	}

	.banner-area .title {
		font-size: 45px;
	}
}

@media (max-width: 1199px) {
	.header-quote {
		font-size: 24px;
	}

	.phone-number {
		font-size: 19px;
	}

	.free-cons {
		font-size: 18px;
		margin-top: 5px;
	}

	.site-logo img {
		max-width: 175px;
	}

	.banner-area .container {
		height: 305px;
	}

	.banner-area .title {
		font-size: 32px;
	}

	.main-menu ul li a {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.site-header__top {
		padding: 1rem 0;
	}

	.site-header__top .canvas-menu {
		display: block;
		position: static;
		transform: translate(0);
	}

	.phone-mobile {
		display: block;
		margin-left: auto;
		margin-right: 1rem;
	}

	.phone-mobile .icon-phone {
		width: 30px;
	}

	.site-header__top {
		background-color: #003087;
	}

	.site-header__top .lang {
		display: none;
	}

	.site-header__top .time-text {
		margin: 0 1rem 0 0;
		color: #fff;
	}

	.header-social {
		display: none;
	}

	.site-header__top .nav-menu-area {
		display: block;
		position: static;
		width: auto;
	}

	.site-header.sticky-header .site-header__top {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		box-shadow: 0 0 22px rgb(0 0 0 / 50%);
	}

	.main-menu .menu {
		position: fixed;
		top: -1px;
		bottom: 0;
		width: 100%;
		left: -370px;
		right: auto;
		max-width: 350px;
		box-shadow: 0 0 22px rgb(0 0 0 / 50%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999;
		flex-direction: column;
		padding-top: 1rem;
		padding-bottom: 1rem;
		transition: 0.2s all ease-in-out;
	}

	.main-menu .menu.active {
		left: 0;
	}

	.main-menu {
		height: auto;
	}

	.main-menu ul {
		top: 0;
	}

	.main-menu ul li ul {
		position: static;
		width: auto;
		height: auto;
		padding-top: 0;
	}

	.main-menu ul li ul ul {
		padding-bottom: 0;
		width: auto;
	}

	.main-menu ul li a {
		padding: 5px 10px;
		font-size: 16px;
	}

	.nav-menu-area.sticky_header .sticky-phone {
		padding: 0.5rem;
	}

	.canvas-menu {
		top: -25px;
	}

	.nav-menu-area.sticky_header .sticky-phone a {
		padding-top: 0;
		padding-bottom: 0;
	}

	/* .site-header__mid .phone-number {
		display: none;
	} */

	/* .site-header__info .lang {
		display: block;
	} */

	.site-header__mid {
		padding: 1rem 0 0;
	}

	.site-header__mid .inner .logo-wrap,
	.site-header__mid .inner .site-header__info {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.site-header__mid .header-quote {
		flex: 0 0 100%;
		max-width: 100%;
		order: 3;
		font-size: 22px;
		margin-top: 1rem;
	}

	.site-header__mid .header-quote span {
		padding: 1rem 0;
		border-top: 1px solid rgba(0, 48, 135, 0.12);
	}

	.site-header__bottom .nav-menu-area.sticky_header {
		display: none;
	}

	.dual-col__slider .item-inner {
		flex-direction: column;
		text-align: center;
		padding-right: 0;
	}

	.dual-col__slider .item .btn {
		margin-top: 10px;
	}

	.dual-col__slider .item .btn {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.time-text {
		font-size: 15px;
	}

	.banner-area .container {
		height: 205px;
	}

	.dual-col__slider .item::after,
	.dual-col__slider::after {
		display: none;
	}

	.slider-settlement .item-inner {
		justify-content: center;
	}

	.nav-menu-area.sticky_header .sticky-phone .phn-no {
		display: block;
	}

	.nav-menu-area.sticky_header .sticky-phone a {
		justify-content: center;
	}

	.slider-settlement::after,
	.slider-settlement .item::after {
		display: none;
	}

	.btn {
		font-size: 15px;
		padding: 0.8rem;
		min-width: 100px;
	}
}

@media (max-width: 575px) {
	.site-header__mid .header-quote {
		font-size: 18px;
	}

	.banner-area .container {
		height: 155px;
	}

	.banner-area .title {
		font-size: 22px;
	}

	.main-menu .menu {
		left: -320px;
		max-width: 300px;
	}

	.dual-col__slider .item {
		font-size: 15px;
	}

	.btn {
		font-size: 10px;
		padding: 0.8rem;
		min-width: 78px;
	}

	.site-header__top .time-text {
		margin: 0 1rem 6px 0;
	}
}

@media (max-width: 479px) {
	.site-logo img {
		max-width: 130px;
	}

	.dual-col__slider .item {
		font-size: 13px;
	}
}

@media (max-width: 375px) {
	.time-text {
		font-size: 12px;
	}

	.free-cons,
	.lang {
		font-size: 13px;
	}

	.phone-number {
		font-size: 14px;
	}

	.phone-number .icon-phone {
		width: 26px;
	}

	.main-menu .menu {
		left: -290px;
		max-width: 260px;
	}
}

/* 2022/03/18 */

.banner-content {
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.4;
}

.personal-text-area b {
	color: #ff0000;
}

.site-logo img {
	width: 100%;
}

/* 2022/03/23 */

.dual-col__slider {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	overflow: hidden;
	padding: 0 0 30px;
	justify-content: center;
}

.dual-col__slider .item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 30px;
	position: relative;
	right: -2px;
	box-sizing: border-box;
}

.dual-col__slider .item:last-of-type:after {
	display: none;
}

@media (max-width: 767px) {
	.dual-col__slider {
		padding: 0;
	}

	.dual-col__slider .item {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 30px 16px;
		border-bottom: 1px solid #bcbcbc;
	}

	.dual-col {
		padding: 0 0 1rem;
	}

	.dual-col__slider .item:last-child {
		border: 0;
	}
}

/* 2022/03/31 */

.icon-custom:before {
	content: '';
	background-repeat: no-repeat;
	background-size: 100%;
}

.icon-person:before {
	background-image: url('img/icon-person.png');
	width: 21px;
	height: 37px;
}

.icon-todolist:before {
	background-image: url('img/icon-todolist.png');
	width: 25px;
	height: 29px;
}

.icon-note:before {
	background-image: url('img/icon-note.png');
	width: 26px;
	height: 26px;
}

.icon-first-aid:before {
	background-image: url('img/icon-first-aid.png');
	width: 30px;
	height: 26px;
}

.icon-call:before {
	background-image: url('img/icon-call.png');
	width: 28px;
	height: 28px;
}

.list-icon {
	margin: 0 -0.9375rem;
	text-align: left;
}

.list-icon ul {
	list-style: none;
	line-height: 1.8;
	font-size: 16px;
	overflow-y: hidden;
	padding: 0 15px;
	position: relative;
	margin-bottom: 40px;
}

.list-icon ul:before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: 5px;
	border-left: 1px dashed rgba(17, 17, 17, 0.55);
	top: 0;
	bottom: 0;
}

.list-icon li:after {
	display: none;
}

.list-icon i {
	font-size: 21px;
	height: 52px;
	width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3125rem;
	background-color: #fff;
	color: #b21f25;
	box-shadow: 0 22px 27px rgba(178, 31, 37, 0.04);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.list-icon ul li {
	padding-left: 65px;
	position: relative;
	margin-bottom: 53px;
	line-height: inherit;
	min-height: 52px;
	display: flex;
	align-items: center;
}

.list-icon ul li:last-child {
	margin-bottom: 0;
}

.list-icon ul li a {
	color: #b21f25;
	cursor: pointer;
}

.list-icon__bottom {
	font-size: 16px;
	font-weight: 500;
}

.list-icon__bottom small {
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

.list-icon__bottom br {
	display: none;
}

@media (max-width: 1199.98px) {
	.list-icon ul li {
		margin-bottom: 37px;
	}
}

@media (max-width: 991.98px) {
	.list-icon li br {
		display: none;
	}

	.list-icon ul li {
		margin-bottom: 27px;
	}
}

@media (max-width: 767.98px) {
	.list-icon ul {
		line-height: 1.5;
	}
}

@media (max-width: 575.98px) {
	.list-icon i {
		font-size: 18px;
		height: 45px;
		width: 45px;
	}

	.list-icon ul li {
		display: block;
	}

	.list-icon {
		text-align: center;
	}

	.list-icon ul {
		font-size: 15px;
		overflow: visible;
		margin-bottom: 20px;
	}

	.list-icon ul li {
		padding-left: 0;
	}

	.list-icon ul:before {
		display: none;
	}

	.list-icon i {
		position: static;
		margin: 0 auto 10px;
		border: 1px solid #b21f25;
		transform: none;
	}

	.list-icon ul li {
		margin-bottom: 19px;
	}

	.list-icon__bottom {
		text-align: center;
	}
}

/* 2022/04/21 */

.scholarship .container {
	max-width: 1450px;
	padding: 0 30px;
}

.scholarship img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.text-block {
	background-color: #F6F6F6;
	padding: 69px 0;
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
}

.text-block__wrap {
	max-width: 1050px;
	margin: 0 auto;
}

.text-block h2 {
	font-size: 40px;
	font-weight: 700;
	color: #002D8C;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.text-block span {
	display: inline;
	font-weight: 700;
	color: #F8A504;
}

.info-block {
	font-size: 25px;
	line-height: 1.48;
	padding: 68px 0 20px;
}

.info-block ul {
	line-height: 1.73;
	font-size: 23px;
	margin: 0 0 28px;
}

.info-block li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}

.info-block li:before {
	content: '';
	background-color: #000;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 15px;
}

.info-block p {
	margin-bottom: 25px;
}

.info-block a {
	color: #002D8C;
	transition: all .2s;
}

.info-block a:hover {
	color: red;
}

.single-block {
	background-color: #F6F6F6;
	text-align: center;
	color: #002D8C;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	padding: 41px 30px;
	text-transform: uppercase;
}

.color-bordered {
	padding: 15px 0 30px;
	position: relative;
}

.bottom-left:before,
.bottom-left:after,
.top-right:before,
.top-right:after {
	content: '';
	position: absolute;
}

.bottom-left:before,
.top-right:before {
	background-image: url('img/border-left-right.png');
	top: 20px;
	bottom: 55px;
	width: 13px;
	left: 0;
}

.top-right:before {
	left: auto;
	right: 0;
}

.bottom-left:after,
.top-right:after {
	background-image: url('img/border-top-bottom.png');
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
}

.top-right:after {
	bottom: auto;
	top: 0;
	left: 20px;
}

@media (max-width: 1459.98px) {
	.scholarship .container {
		max-width: 1200px;
	}

	.text-block {
		padding: 50px 0;
		font-size: 27px;
		line-height: 1.4;
	}

	.text-block h2 {
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.info-block {
		font-size: 22px;
		padding: 40px 0 20px;
	}

	.info-block p {
		margin-bottom: 15px;
	}

	.info-block ul {
		font-size: 20px;
		line-height: 1.53;
		margin: 0 0 20px;
	}

	.info-block li:before {
		top: 11px;
	}

	.single-block {
		font-size: 22px;
		padding: 32px 30px;
	}
}

@media (max-width: 1199.98px) {
	.scholarship .container {
		max-width: 980px;
	}

	.bottom-left:after,
	.top-right:after {
		height: 12px;
	}

	.bottom-left:before,
	.top-right:before {
		width: 10px;
	}

	.text-block h2 {
		font-size: 30px;
	}

	.text-block {
		font-size: 24px;
		padding: 42px 0;
	}

	.single-block {
		font-size: 18px;
		padding: 26px 21px;
	}
}

@media (max-width: 991.98px) {
	.scholarship .container {
		max-width: 750px;
	}

	.text-block {
		font-size: 21px;
		padding: 35px 0;
	}

	.info-block {
		font-size: 19px;
		padding: 40px 0 11px;
	}

	.info-block ul {
		font-size: 17px;
	}

	.info-block li {
		padding-left: 21px;
		margin-bottom: 9px;
	}

	.info-block li:before {
		width: 7px;
		height: 7px;
		top: 9px;
	}
}

@media (max-width: 767.98px) {
	.scholarship .container {
		max-width: 560px;
	}

	.text-block h2 {
		font-size: 24px;
	}

	.text-block {
		font-size: 18px;
		padding: 30px 0;
	}

	.info-block {
		font-size: 17px;
		padding: 28px 0 11px;
	}

	.info-block p {
		margin-bottom: 10px;
	}

	.info-block ul {
		font-size: 16px;
	}

	.info-block li:before {
		top: 7px;
	}

	.single-block {
		font-size: 16px;
		padding: 22px 18px;
	}

	.info-block li {
		padding-left: 18px;
	}
}

@media (max-width: 575.98px) {

	.bottom-left:before,
	.top-right:before {
		width: 4px;
	}

	.bottom-left:after,
	.top-right:after {
		height: 4px;
	}

	.text-block {
		font-size: 16px;
		padding: 25px 0;
	}

	.text-block h2 {
		font-size: 20px;
	}

	.info-block {
		font-size: 16px;
		padding: 23px 0 11px;
	}

	.info-block li:before {
		width: 6px;
		height: 6px;
	}

	.info-block li {
		padding-left: 15px;
	}

	.scholarship .container {
		padding: 0 20px;
	}
}

/* 2022/04/22 */

.custom-container {
	max-width: 1290px;
}

.img-fluid img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.banner-block {
	background-color: #B2302F;
	padding: 20px 0 40px;
}

.banner-block__text {
	text-align: center;
	color: #B2302F;
	background-color: #fff;
	padding: 30px 20px;
	line-height: 1.2;
	box-shadow: 0px 3px 59px rgba(0, 0, 0, 0.13);
	margin: 25px auto -100px;
	max-width: 863px;
}

.banner-block__text h2 {
	color: #B2302F;
	text-transform: uppercase;
	font-size: 45px;
}

.two-col * {
	box-sizing: border-box;
}

.two-col {
	padding: 95px 0 60px;
}

.two-col__top {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	max-width: 687px;
	margin: 0 auto 70px;
}

.two-col .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: center;
}

.two-col [class*='col-'] {
	padding: 0 15px;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.two-col .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.two-col__info {
	line-height: 1.2;
	padding-left: 60px;
}

.two-col__item {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 34px;
}

.two-col__item h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 16px;
}

.two-col__item h4 {
	line-height: 1.2;
	margin-bottom: 16px;
}

.two-col__item p {
	margin-bottom: 8px;
}

.form-block * {
	box-sizing: border-box;
}

.form-block {
	background-color: #142C5F;
	padding: 50px 0;
}

.form-block__wrap {
	max-width: 885px;
	margin: 0 auto;
}

.form-block header {
	text-align: center;
	margin-bottom: 40px;
}

.form-block header h2 {
	color: #B2302F;
	font-size: 37px;
	font-weight: 600;
	line-height: 1.2;
}

.form-block .gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px !important;
}

.form-block .gfield {
	padding: 0 12px !important;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 24px !important;
}

.form-block .hidden_label label {
	display: none !important;
}

.form-block .gform_wrapper .ginput_complex .ginput_right {
	width: 100%;
	padding-right: 0 !important;
}

.form-block .gform_wrapper .ginput_complex .ginput_right label {
	display: none !important;
}

.form-block .ginput_container {
	margin-top: 0 !important;
}

.form-block .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-block select,
.form-block textarea {
	width: 100%;
	height: 73px;
	font-size: 18px !important;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 25px !important;
	color: #848484;
	font-weight: 500;
	margin: 0 !important;
	border: 1px solid #DBDBDB;
}

.form-block .half-width {
	flex: 0 0 50%;
	max-width: 50%;
}

.form-block .gform_wrapper .gform_footer {
	max-width: 322px;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
}

.form-block .gform_button {
	font-size: 25px !important;
	font-weight: 500;
	color: #000;
	background-color: #fff;
	border-radius: 10px;
	padding: 21px 40px;
	height: auto;
	width: 100% !important;
	position: static;
	border: 1px solid transparent;
	font-family: 'Raleway', sans-serif;
	transition: all .2s;
	margin: 0 !important;
	line-height: 1.2 !important;
}

.form-block .gform_button:hover {
	background-color: #142C5F;
	border-color: #fff;
	color: #fff;
}

.form-block .gform_ajax_spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	display: block !important;
}

.form-block .gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
	width: 100% !important;
}

.form-block .gform_wrapper li.field_sublabel_below .ginput_complex {
	margin-top: 0 !important;
}

.form-block .gform_wrapper .ginput_container span:not(.ginput_price) {
	margin-bottom: 0 !important;
}

.form-block .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error .gfield_contains_required.gfield_creditcard_warning {
	padding: 0 12px !important;
	margin: 0 0 24px !important;
}

@media (max-width: 1299.98px) {
	.custom-container {
		max-width: 1170px;
	}
}

@media (max-width: 1199.98px) {
	.custom-container {
		max-width: 970px;
	}

	.banner-block__text h2 {
		font-size: 37px;
	}

	.banner-block__text {
		padding: 23px 20px;
	}

	.two-col__top {
		margin: 0 auto 40px;
	}

	.two-col__info {
		padding-left: 0;
	}

	.two-col__item h3 {
		margin-bottom: 15px;
	}

	.two-col__item {
		margin-bottom: 27px;
	}
}

@media (max-width: 991.98px) {
	.custom-container {
		max-width: 760px;
	}

	.banner-block__text h2 {
		font-size: 32px;
	}

	.banner-block__text {
		padding: 20px;
		margin: 21px auto -72px;
	}

	.two-col {
		padding: 65px 0 30px;
	}

	.two-col__top {
		margin: 0 auto 30px;
	}

	.two-col__media {
		margin-bottom: 16px;
		text-align: center;
	}

	.two-col__info {
		text-align: center;
	}

	.form-block header {
		margin-bottom: 30px;
	}

	.form-block .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
	.form-block select,
	.form-block textarea {
		height: 62px;
		font-size: 17px !important;
		border-radius: 6px;
		padding: 14px 19px !important;
	}

	.form-block .gform_wrapper .gform_footer {
		max-width: 270px;
		margin: 10px auto 0;
	}

	.form-block .gform_button {
		font-size: 22px !important;
		padding: 18px 40px;
	}
}

@media (max-width: 767.98px) {
	.custom-container {
		max-width: 560px;
	}

	.banner-block__text h2 {
		font-size: 25px;
	}

	.two-col {
		padding: 58px 0 25px;
	}

	.two-col__top {
		margin: 0 auto 25px;
	}

	.two-col__item h4 {
		margin-bottom: 14px;
	}

	.form-block .half-width {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.form-block .gfield {
		margin: 0 0 20px !important;
	}
}

@media (max-width: 575.98px) {
	.banner-block__text h2 {
		font-size: 18px;
	}

	.two-col {
		padding: 50px 0 25px;
	}

	.two-col__top {
		font-size: 15px;
		line-height: 1.42;
		margin: 0 auto 20px;
	}

	.two-col__item {
		margin-bottom: 19px;
	}

	.two-col__item h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.two-col__item h4 {
		margin-bottom: 10px;
	}

	.form-block header h2 {
		font-size: 29px;
	}

	.form-block header {
		margin-bottom: 20px;
	}

	.form-block {
		padding: 35px 0;
	}

	.form-block .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
	.form-block select,
	.form-block textarea {
		height: 52px;
		font-size: 16px !important;
		border-radius: 6px;
		padding: 11px 15px !important;
	}

	.form-block .gform_button {
		font-size: 18px !important;
		padding: 16px 40px;
		border-radius: 6px;
	}

	.form-block .gform_wrapper .gform_footer {
		max-width: 208px;
	}
}

/* 2022/04/25 */

.car-accident {
	padding-top: 10px;
	text-align: center;
	font-weight: 500;
}

.car-acc-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1%;
	padding: 0 15px;
}

.car-acc-text {
	font-size: 20px;
	font-weight: 700;
	color: #003087;
	padding-right: 20px;
	text-transform: uppercase;
}

.car-acc-container .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1199.98px) {
	.car-acc-container {
		display: block;
	}

	.car-acc-text {
		padding: 3% 20px 3% 0;
	}
}

@media (max-width: 767.98px) {
	.car-acc-container .item {
		display: block;
	}
}

.header-quote.text-sm {
	font-size: 24px;
	font-weight: 900;
}

@media (max-width: 1599.98px) {
	.header-quote.text-sm {
		font-size: 23px;
	}
}

@media (max-width: 1199.98px) {
	.header-quote.text-sm {
		font-size: 21px;
	}
}

@media (max-width: 575.98px) {
	.header-quote.text-sm {
		font-size: 18px;
	}
}

/* Nj Devil Landing page */
.lp-wrap {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.banner-area.lp-banner .container {
	display: flex;
	min-height: 700px;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: auto;
}

.lp-banner h1 {
	border: 0;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 20px;
}

.lp-banner .container img {
	width: fit-content;
}

.lp-cup-block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.lp-cup-block .lp-intro {
	text-align: center;
	max-width: 1030px;
	margin: 0 auto 50px;
}

.lp-cup-block .lp-two-col {
	display: flex;
	flex-wrap: wrap;
	gap: 80px
}

.lp-cup-block .lp-two-col h2 {
	color: #003087;
	font-size: 47px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.lp-cup-block .lp-two-col .col-right {
	flex: 1 1 0%;
}

.lp-cup-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.lp-game-feature {
	background: #F6F6F6;
	padding-top: 70px;
	padding-bottom: 70px;
}

.lp-game-feature header {
	text-align: center;
	max-width: 870px;
	margin: 0 auto 40px;
}

.lp-game-feature header h2 {
	font-size: 47px;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.lp-game-feature .container {
	max-width: 1300px;
}

.lp-game-feature .lp-two-col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
	align-items: center;
}

.lp-game-feature .lp-two-col .col {
	padding: 0 30px;
	box-sizing: border-box;
}

.lp-game-feature .lp-two-col .col-left {
	flex-basis: 45%;
}

.lp-game-feature .lp-two-col .col-right {
	flex-basis: 55%;
}

.lp-game-feature .lp-two-col p:not(:last-child) {
	margin-bottom: 15px;
}

.lp-game-feature .lp-two-col h3 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 15px;
}

.lp-game-feature .lp-two-col ul li {
	position: relative;
	padding-left: 20px;
}

.lp-game-feature .lp-two-col ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: #000;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.lp-game-feature .lp-two-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.lp-contact {
	padding-top: 70px;
	padding-bottom: 70px;
}

.lp-contact .lp-contact-inner {
	background: #F8F8F8;
	border-radius: 12px;
	max-width: 990px;
	margin: 0 auto;
	padding: 60px 60px 50px;
}

.lp-contact .lp-contact-inner h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	color: #003087;
}

.lp-contact .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 3%;
	-ms-grid-columns: (1fr 2%) [12];
	grid-row-gap: 30px;
}

.lp-contact .gform_wrapper.gravity-theme input[type=color],
.lp-contact .gform_wrapper.gravity-theme input[type=date],
.lp-contact .gform_wrapper.gravity-theme input[type=datetime-local],
.lp-contact .gform_wrapper.gravity-theme input[type=datetime],
.lp-contact .gform_wrapper.gravity-theme input[type=email],
.lp-contact .gform_wrapper.gravity-theme input[type=month],
.lp-contact .gform_wrapper.gravity-theme input[type=number],
.lp-contact .gform_wrapper.gravity-theme input[type=password],
.lp-contact .gform_wrapper.gravity-theme input[type=search],
.lp-contact .gform_wrapper.gravity-theme input[type=tel],
.lp-contact .gform_wrapper.gravity-theme input[type=text],
.lp-contact .gform_wrapper.gravity-theme input[type=time],
.lp-contact .gform_wrapper.gravity-theme input[type=url],
.lp-contact .gform_wrapper.gravity-theme input[type=week],
.lp-contact .gform_wrapper.gravity-theme select,
.lp-contact .gform_wrapper.gravity-theme textarea {
	height: 60px;
	border-radius: 5px;
	border: 1px solid #B5B5B5;
	font-size: 18px;
	font-weight: 500;
	color: rgba(42, 42, 42, 0.6);
	padding: 15px 25px;
	font-family: 'Raleway', sans-serif;
}

.lp-contact .gform_wrapper.gravity-theme textarea {
	height: 126px !important;
}

.lp-contact .gform_wrapper.gravity-theme input[type=color]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=date]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=datetime]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=email]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=month]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=number]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=password]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=search]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=tel]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=text]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=time]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=url]:focus,
.lp-contact .gform_wrapper.gravity-theme input[type=week]:focus,
.lp-contact .gform_wrapper.gravity-theme select:focus,
.lp-contact .gform_wrapper.gravity-theme textarea:focus {
	outline: none;
	border-color: #000;
}

.lp-contact .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1px solid #c02b0a;
}

.lp-contact .gform_validation_errors {
	display: none;
}

.lp-contact .gform_button {
	position: static;
	height: 64px;
	width: 252px;
	border-radius: 5px;
	font-size: 22px;
	background: #003087;
	border: 0;
	color: #fff;
	font-weight: normal;
}

.lp-contact .gform_button:hover {
	background: #000;
}

.lp-contact .gform_wrapper.gravity-theme .gform_footer {
	padding-bottom: 0;
}

@media (max-width:1199px) {
	.lp-wrap {
		font-size: 16px;
	}

	.banner-area.lp-banner .container {
		min-height: 500px;
	}

	.lp-banner h1 {
		font-size: 40px;
	}

	.lp-banner .container img {
		max-width: 100px;
	}

	.lp-cup-block {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lp-cup-block .lp-intro {
		margin-bottom: 35px;
	}

	.lp-cup-block .lp-two-col h2,
	.lp-game-feature header h2 {
		font-size: 30px;
	}

	.lp-game-feature .lp-two-col h3 {
		font-size: 20px;
	}

	.lp-contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.lp-contact .lp-contact-inner h2 {
		font-size: 25px;
	}

	.lp-contact .gform_wrapper.gravity-theme input[type=color],
	.lp-contact .gform_wrapper.gravity-theme input[type=date],
	.lp-contact .gform_wrapper.gravity-theme input[type=datetime-local],
	.lp-contact .gform_wrapper.gravity-theme input[type=datetime],
	.lp-contact .gform_wrapper.gravity-theme input[type=email],
	.lp-contact .gform_wrapper.gravity-theme input[type=month],
	.lp-contact .gform_wrapper.gravity-theme input[type=number],
	.lp-contact .gform_wrapper.gravity-theme input[type=password],
	.lp-contact .gform_wrapper.gravity-theme input[type=search],
	.lp-contact .gform_wrapper.gravity-theme input[type=tel],
	.lp-contact .gform_wrapper.gravity-theme input[type=text],
	.lp-contact .gform_wrapper.gravity-theme input[type=time],
	.lp-contact .gform_wrapper.gravity-theme input[type=url],
	.lp-contact .gform_wrapper.gravity-theme input[type=week],
	.lp-contact .gform_wrapper.gravity-theme select,
	.lp-contact .gform_wrapper.gravity-theme textarea {
		height: 48px;
		font-size: 15px;
		padding: 12px 18px;
	}

	.lp-contact .gform_button {
		height: 50px;
		width: 160px;
		font-size: 16px;
	}

	.lp-contact .lp-contact-inner {
		padding: 45px 38px 40px;
	}

	.lp-game-feature .lp-two-col ul li:before {
		width: 9px;
		height: 9px;
	}
}

@media (max-width:991px) {
	.lp-game-feature .lp-two-col {
		margin: 0 -15px;
	}

	.lp-game-feature .lp-two-col .col {
		padding: 0 15px;
	}

	.lp-cup-block .lp-two-col {
		gap: 40px;
	}

	.lp-cup-list {
		gap: 25px;
	}
}

@media (max-width:767px) {

	.lp-game-feature .lp-two-col,
	.lp-cup-block .lp-two-col {
		display: block;
	}

	.lp-game-feature .lp-two-col .col-left,
	.lp-cup-block .lp-two-col .col-left {
		margin-bottom: 30px;
	}

	.lp-cup-block {
		text-align: center;
	}

	.lp-cup-list {
		justify-content: center;
	}

	.lp-game-feature .lp-two-col .col-right {
		text-align: center;
	}

	.banner-area .banner-notice {
		font-size: 16px;
	}
}

@media (max-width:575px) {
	.banner-area.lp-banner .container {
		min-height: 375px;
		padding: 5rem 1rem 2rem;
	}

	.lp-banner h1 {
		font-size: 30px;
	}

	.lp-banner .container img {
		max-width: 60px;
	}

	.lp-cup-block .lp-two-col h2,
	.lp-game-feature header h2 {
		font-size: 25px;
	}

	.lp-contact .lp-contact-inner {
		padding: 35px 22px 30px;
	}
}

/* 25th aug, 2023 */

.banner-logo__wrap {
	max-width: 14.625rem;
	position: relative;
}

.banner-logo__wrap img {
	max-width: 100% !important;
}

.banner-logo__wrap:after {
	content: '';
	background-image: url('/wp-content/uploads/2023/08/trademark-image.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 26px;
	right: 60px;
}

.banner-area.lp-banner .container {
	max-width: 1430px;
}

.lp-cup-block .lp-intro h2 {
	color: #003087;
	margin-bottom: 15px;
}

@media (max-width:991px) {
	.banner-logo__wrap {
		max-width: 11.875rem;
	}

	.banner-logo__wrap:after {
		bottom: 22px;
		right: 44px;
		width: 18px;
		height: 18px;
	}
}

@media (max-width:575px) {
	.banner-logo__wrap {
		max-width: 8.875rem;
	}

	.banner-logo__wrap:after {
		width: 17px;
		height: 17px;
		bottom: 15px;
		right: 27px;
	}
}

/* 2023-09-08 */
/* #254: NJ Devils Landing Page */
.banner-area.lp-banner {
	position: relative;
	z-index: 1;
}

.banner-area.lp-banner:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(21deg, rgba(0, 0, 0, 1), rgba(0, 24, 68, 0));
	opacity: .6;
}