
* {
	margin: 0;
	padding: 0;
}

body:not(.page-id-4479, .page-template-template-ppc-landing2) {
	font-family: "supria_sansregular";
	float: left;
	width: 100%;
	background: #fff;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
}

body, html {
	height: 100%;
}

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

section.home-form-section {
	overflow-x: hidden;
}

/*img, svg {
	vertical-align: inherit;
}*/
.hide {
	display: none;
}

:focus {
	outline: none !important;
}

a {
	color: #da352f;
	font-weight: 400;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	text-decoration: none;
}

a:hover {
	color: #da352f;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	text-decoration: underline;
}

a, .btn, input, select, textarea, button, img {
	outline: 0 !important;
	box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: #da352f;
}

.gray-bg {
	background: #fcfaf7;
}

ol {
	padding-left: 15px;
}

select {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

a img {
	outline: 0;
}

input, select, textarea {
	outline: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: none;
}

p:empty {
	display: none;
}

p:last-child {
	margin-bottom: 0;
}

p a:hover {
	text-decoration: underline;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

.blue-text {
	color: #253a60;
}

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

.alignnone, .mainpage img {
	/*	margin: 15px auto;*/
	display: block;
	width: 100%;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 25px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}

.aligncenter, div.aligncenter {
	width: auto !important;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: 700;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.no_result a {
	text-decoration: underline;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	width: 100%;
	font-weight: 700;
	color: #000;
	font-family: "DIN 2014";
	text-transform: uppercase;
}

.h2 .h2, h2, .heading, h2.title {
	color: #000;
	color: #253a60;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "DIN 2014";
	text-transform: uppercase;
}

.h2 span, h2 span, .heading span, .title span, h2 strong {
	color: #da352f;
	color: #253a60;
	font-family: "DIN 2014";
	text-transform: uppercase;
}

h1.heading, h1 {
	font-size: 50px;
}

h3 .h3 {
	font-size: 36px;
}

h4 .h4 {
	font-size: 30px;
}

h5 .h5 {
	font-size: 26px;
}

h6 .h6 {
	font-size: 22px;
}

/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
	background: transparent;
	top: auto;
	bottom: -65px;
	transform: none;
	width: 45px;
	height: 45px;
	left: 0;
	transition: .3s;
	opacity: 1;
}

.slick-arrow svg, .slick-arrow img {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.slick-arrow svg path {
	fill: #fff;
}

.slick-next {
	left: auto;
	right: 0;
}

.slick-next:before {
	position: absolute;
	content: "";
	height: 55px;
	width: 55px;
	background-size: cover;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/right-arrow.png");
	background-repeat: no-repeat;
	right: 0;
	top: 0;
}

.slick-prev:before {
	position: absolute;
	content: "";
	height: 55px;
	width: 55px;
	background-size: cover;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/left-arrow.png");
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}

.slick-arrow:hover, .slick-arrow:focus {
	transform: scale(1.1);
}

/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/js/skins/default/lightbox-close.png") !important;
	width: 32px;
	height: 32px;
}

button#html5-close.nitro-lazy {
	background-image: none !important;
}

button#html5-close img {
	display: none !important;
}

.html5-elem-data-box, div#html5lightbox-watermark {
	display: none !important;
}

/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
	margin-top: 30px;
	justify-content: center;
	position: relative;
}

.pagination .nav-links * {
	font-size: 16px;
	font-weight: 400;
	padding: 15px 17px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	border-radius: 5px;
	border: 1px solid #000;
}

.pagination .nav-links .current, .pagination .current, .pagination .nav-links *:hover {
	color: #000;
	background: #cf0;
}

/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.heading-section {
	margin-bottom: 25px;
}

.space-pd {
	padding: 80px 0;
}

.space-mr {
	margin: 80px 0;
}

.btn {
	background: #fff;
	border-radius: 0;
	border-radius: 10px;
	color: #000;
	border: 2px solid #000;
	font-size: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 50px 20px 25px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: normal;
	position: relative;
	overflow: hidden;
	z-index: 111;
}

.btn:before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 100%;
	background-color: #cf0;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
	content: "";
}

.btn:hover::before {
	left: 0px;
	z-index: -1;
}

.btn .icon {
	width: 50px;
	height: calc(100% + 4px);
	height: -webkit-calc(100% + 4px);
	height: -moz-calc(100% + 4px);
	background: transparent;
	position: absolute;
	right: 5px;
	top: -2px;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

.btn:hover .icon {
	transform: rotate(40deg);
}

.btn .icon svg, .btn .icon img {
	fill: #000;
	width: 22px;
	height: 22px;
}

.btn .icon svg path {
	fill: #000;
}

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

.btn:hover {
	background: none;
	color: #000;
}

.white-btn {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}

.white-btn:hover {
	background: none;
	color: #fff;
}

.white-btn:hover .icon {
	background: #fff;
}

.white-btn:hover svg, .white-btn:hover svg path {
	fill: #da352f;
}

/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 30px;
}

.review-schema-wrapper {
	margin-top: 35px;
}

.clientreviews p strong, .testimonialTitle strong {
	font-weight: 600;
}

.clientreviews .heading {
	font-size: 28px;
}

.video-schema iframe {
	height: 260px;
}

/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
	position: relative;
	z-index: 9;
}

.form-control:focus {
	box-shadow: none;
}

.wpcf7-form-control-wrap {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	width: 100%;
	margin-bottom: 30px;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
	color: #fff;
	margin-bottom: 0;
	display: block;
	position: absolute;
	bottom: -18px;
	right: 0;
	font-size: 11px;
	background-color: #dc3231;
	padding: 2px 5px 2px;
	border-radius: 0;
	height: 20px;
	line-height: 18px;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	font-size: 15px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	bottom: -45px;
	right: 0;
	text-align: center;
	color: #c20000;
	font-weight: normal;
	padding: 5px 0 !important;
}

.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #398f14 !important;
}

.wpcf7 label {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
}

input, textarea {
	border: 1px solid #000;
	padding: 12px 12px 10px;
	color: #000;
	outline: none;
	border-radius: 5px;
	background-color: transparent;
	width: 100%;
}

select {
	border-bottom: 1px solid #000;
	padding: 12px 12px 10px;
	color: #000;
	outline: none;
	border-radius: 5px;
	background-color: transparent;
	width: 100%;
}

textarea {
	height: 100px;
	resize: none;
}

.select-box select {
	color: #052437;
	text-shadow: none;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(12, 26, 54, .2);
	width: 100%;
	padding: 14px 0;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.select-box select::-ms-expand {
	display: none;
}

.select-box > span {
	position: relative;
}

.select-box > span::after {
	content: "";
	right: 5px;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	border-right: 2px solid rgba(12, 26, 54, .2);
	border-bottom: 2px solid rgba(12, 26, 54, .2);
	pointer-events: none;
}

.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
	display: none;
	width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #0c1a36;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
	border: 1px solid #cdd3da;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
	border-color: #0c1a36;
	background: #0c1a36;
}

.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	color: #8a8b8d;
}

.checkbox .wpcf7-list-item-label::before {
	border: 1px solid #afafaf;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
}

.checkbox label input:checked + .wpcf7-list-item-label {
	color: #da352f;
}

.checkbox label input:checked + .wpcf7-list-item-label::before {
	border-color: #da352f;
	background: #da352f;
}

.checkbox label input:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wpcf7-acceptance label a {
	color: #dcac35;
}

.submit-btn {
	position: relative;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	overflow: hidden;
	border-radius: 5px;
}

.submit-btn input[type="submit"] {
	background: none;
	width: auto;
	width: 100%;
	border: none;
	border: 2px solid #000;
	padding: 20px 60px 20px 22px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	line-height: 24px;
}

.submit-btn::before {
	position: absolute;
	content: "";
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/arrow.svg");
	pointer-events: none;
	right: 12px;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 100%;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	transition: .5s;
}

.submit-btn:hover::before {
	transform: rotate(40deg);
}

.submit-btn input[type="submit"]:hover {
	background: none;
	color: #000;
	border-color: #000;
}

.submit-btn:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	background-color: #cf0;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
	content: "";
	border-radius: 5px;
	z-index: -1;
}

.submit-btn:hover:after {
	left: 0%;
}

.white-submit-btn::before {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/consultant-icon.png");
	background-color: #76020f;
	background-position: center 13px;
	background-size: 22px;
}

.white-submit-btn input[type="submit"] {
	background: #fff;
	color: #000;
	border: 2px solid #fff;
}

.white-submit-btn:hover input[type="submit"] {
	background: none;
	color: #fff;
	border-color: #fff;
}

.white-submit-btn:hover::before {
	background-color: #fff;
	background-position: center -37px;
}

.black-submit-btn::before {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/submit-arrow.png");
	background-color: #171717;
	background-size: 13px;
}

.black-submit-btn input[type="submit"] {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}

.black-submit-btn:hover input[type="submit"] {
	background: none;
	color: #fff;
	border-color: #fff;
}

.black-submit-btn:hover::before {
	background-color: #fff;
	background-blend-mode: exclusion;
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	background-color: #76020f;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/loader-w.svg");
	border-radius: 0;
	height: 100%;
	width: 100%;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
	display: block !important;
	top: 0;
	bottom: auto;
}

div.wpcf7 .ajax-loader.is-active.nitro-lazy {
	background-image: none !important;
}

p.msg-side-form {
	position: absolute;
	color: #fff;
	font-size: 12px;
	right: 62px;
	margin: 0;
	bottom: 16px;
	background-color: #c20000;
	padding: 5px;
	height: 22px;
	line-height: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	top: 33px;
}

/*============ Form CSS END ============*/

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
	background-color: #fff;
}

.no-banner  #container-wrap {
	margin-top: 90px;
}

/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
	min-height: 320px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 160px;
}

/* .logged-in .page-banner{
	margin-top: 58px;
} */
.page-banner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page-banner .banner-title {
	text-transform: capitalize;
	color: #000;
	font-size: 55px;
	font-weight: 700;
	line-height: 60px;
	margin: 0;
	position: relative;
}

.page-banner .banner-title span, .page-banner .banner-title sub {
	color: #da352f;
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search input.form-control {
	border: 1px solid #000;
	padding: 15px 45px 15px 15px;
	line-height: normal;
	height: 55px;
	width: 100%;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.blog-search input.form-control:focus ~ .msg-side-form {
	display: none;
}

.blog-search .search-btn {
	background: none;
	height: 55px;
	cursor: pointer;
	z-index: 9;
	width: 55px;
	line-height: normal;
	position: absolute;
	border: none;
	right: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blog-search .search-btn svg, .blog-search .search-btn img {
	width: 20px;
	height: 20px;
	fill: #000;
}

.blog-search .search-btn svg path {
	fill: #000;
}

.blog-search .msg-side-form {
	right: 50px;
}

.sidebar-heading, .sidebar-list .widget-title {
	font-size: 28px;
	color: #000;
	font-weight: 700;
	font-family: "DIN 2014";
	line-height: 32px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.sidebar-list {
	background: #fbfbfb;
	border: 1px solid #cfcfcf;
	padding: 35px 45px;
	margin-top: 45px;
	border-radius: 10px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, .16);
}

.sidebar-list li {
	display: block;
	position: relative;
}

.sidebar-list ul li a {
	color: #000;
	font-weight: 500;
	line-height: 32px;
	padding-left: 40px;
}

.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a {
	color: #da352f;
	text-decoration: underline;
}

.sidebar-form {
	padding: 35px 45px;
	color: #fff;
	background-color: #f4f4f4;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .16);
}

.sidebar-form .sidebar-heading {
	color: #000;
	text-transform: uppercase;
}

.sidebar-form .sidebar-des {
	color: #000;
	font-weight: 600;
}

.sidebar-form .wpcf7-form-control-wrap {
	margin-bottom: 25px;
}

/*.sidebar-form input, .sidebar-form textarea {
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(243, 243, 243, 0.4);
    font-weight: 400;
}*/
.sidebar-form ::-webkit-input-placeholder {
	color: rgba(243, 243, 243, .7);
}

.sidebar-form ::-moz-placeholder {
	color: rgba(243, 243, 243, .7);
}

.sidebar-form :-ms-input-placeholder {
	color: rgba(243, 243, 243, .7);
}

.sidebar-form :-moz-placeholder {
	color: rgba(243, 243, 243, .7);
}

.sidebar-form div.wpcf7 .ajax-loader.is-active {
	border: 2px solid #fff;
}

.sidebar-form .submit-btn {
	width: 100%;
}

.sidebar-form .submit-btn input {
	text-align: left;
}

.sidebar-form .submit-btn:before {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/right-arrow.png");
	width: 54px;
	transition: .5s;
	background-size: 35px;
}

.sidebar-form .submit-btn:hover:before {
	transform: rotate(38deg);
}

.sidebar-form .wpcf7-list-item label {
	display: flex;
	align-items: center;
	padding-right: 15px;
	color: #000;
}

.sidebar-form .checkbox label input:checked+.wpcf7-list-item-label {
	color: #253a60;
}

.sidebar-form label span {
	color: red;
}

.sidebar-form .checkbox .wpcf7-list-item-label:before {
	top: 5px;
}

.sidebar-form .checkbox label input:checked+.wpcf7-list-item-label:after {
	top: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
}

.sidebar-form  .checkbox label input:checked+.wpcf7-list-item-label:before {
	border-color: #000;
	background: #cf0;
}

.sidebar-video-wrap {
	background: #253a60;
	padding: 50px;
	border-radius: 10px;
}

.sidebar-video-wrap .h3 {
	margin: 0;
	padding-top: 25px;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
}

.sidebar-video-wrap a {
	display: block;
	position: relative;
}

.sidebar-video-wrap a img {
	border-radius: 10px;
}

.sidebar-video-wrap a:before {
	content: "";
	content: "";
	position: absolute;
	position: absolute;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/values-arrow-bottom.png");
	background-size: contain;
	background-repeat: no-repeat;
	left: -18px;
	bottom: -18px;
	width: 28px;
	height: 28px;
}

.sidebar-video-wrap a:after {
	content: "";
	content: "";
	position: absolute;
	position: absolute;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/values-arrow-top.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: -31.5px;
	right: -31.5px;
	width: 42px;
	height: 42px;
}

.sidebar-video-wrap a .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}

.sidebar-video-wrap a .play_icon img {
	transition: .5s;
}

.sidebar-video-wrap a:hover .play_icon img {
	transform: scale(1.2);
}

.sidebar-case-details {
	background: #cf0;
	padding: 50px 100px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, .16);
}

.sidebar-case-details .h4 {
	text-transform: capitalize;
}

.sidebar-case-details .total_number {
	font-size: 48px;
	font-weight: 700;
	padding: 15px;
	font-family: "DIN 2014";
	color: #253a60;
}

.sidebar-case-details .description {
	padding: 15px 0px;
	line-height: 1.8;
}

.sidebar-case-details a.btn {
	width: 100%;
	justify-content: space-between;
}

.sidebar-case-details .btn .icon svg, .sidebar-case-details .btn .icon img {
	fill: #000;
	width: 35px;
	height: 35px;
}

/*==================== Sidebar CSS END ====================*/
.dark-blue-bg {
	background: #1e2c4b;
}

.light-blue-bg {
	background: #32405d;
}

.small-heading {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.radio-btn input[type=radio] {
	display: none;
}

.radio-btn span.wpcf7-list-item {
	margin-left: 0;
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}

.radio-btn span.wpcf7-list-item label {
	margin-bottom: 0;
	cursor: pointer;
	line-height: 25px;
	color: #afafaf;
}

.radio-btn span.wpcf7-list-item:last-child {
	margin-right: 0;
}

.radio-btn label .wpcf7-list-item-label::before {
	border: 1px solid rgba(0, 0, 0, .2);
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	top: 4px;
	left: 0;
}

.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
	border-color: #da352f;
	background: #da352f;
}

.dark-red-bg {
	background: #da352f;
}

.grey-bg {
	background: #f1f1f1;
}

.white-bg {
	background: #fff;
}

.dark-text {
	color: #da352f;
}

.light-grey-bg {
	background: #e5e5e5;
}

.footer-nav {
	margin-top: 18px;
}

.video-blockContent video {
	width: 100%;
	height: auto;
}

.bg-gray {
	background: #f4f4f4;
}

.horizontal-parent-child-wraper ul li a {
	display: inline-block;
	padding: 15px 20px;
	background: #253a60;
	font-family: "DIN 2014";
	color: #fff;
	border-radius: 13px;
	font-size: 18px;
}

.horizontal-parent-child-wraper ul li {
	margin: 10px;
}

.horizontal-parent-child-wraper ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.horizontal-parent-child-wraper .widget-title.h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "DIN 2014";
	color: #253a60;
	text-transform: uppercase;
}

.horizontal-parent-child-wraper {
	text-align: center;
}

.horizontal-parent-child-wraper ul li a:hover {
	background: #cf0;
	color: #253a60;
}

/*==================== Careers Page ====================*/
.page-id-2019 .mainpage iframe {
	height: 6350px !important;
}

@media (max-width: 1300px) {
	.page-id-2019 .mainpage iframe {
		height: 6750px !important;
	}
}
