
/*==================== Header CSS ====================*/
body {
	padding-top: 155px;
}

header.main-header {
	z-index: 9999;
	height: auto;
	top: 0;
	width: 100%;
	padding: 0;
	background: #fff;
	position: fixed;
}

.top-header {
	text-align: center;
	background: #253a60;
	padding: 5px 0;
	color: #fff;
	margin-bottom: 5px;
}

.top-header p {
	color: #fff;
	font-family: "DIN 2014";
}

.top-header p a {
	color: #fff;
	font-family: "DIN 2014";
}

.top-logo {
	width: 20%;
}

.top-logo img {
	display: block;
	width: 100%;
}

.main-menu {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.top-menu .main-menu {
	display: flex;
	align-items: center;
}

.small-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.mobile-social-links {
	transition: all .3s ease-in-out;
}

.small-header .mobile-social-links {
	margin-top: -45px;
	opacity: 0;
	transition: all .3s ease-in-out;
	pointer-events: none;
}

.phone-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ph-number {
	display: block;
	text-align: right;
	text-align: center;
	margin-left: 15px;
}

.ph-number p {
	margin: 0;
	font-size: 15px;
	padding-bottom: 4px;
}

.ph-number a {
	font-size: 28px;
	font-weight: 600;
	display: block;
	font-family: "DIN 2014";
	color: #253a60;
}

.ph-number span {
	font-weight: 600;
	color: #cf0;
	display: block;
	line-height: normal;
}

.menu_wrap_row {
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.header-contact {
	background: #cf0;
	height: 90px;
	display: flex;
	padding: 10px 15px;
	margin-left: 25px;
	margin-right: -15px;
	align-items: center;
}

.header-contact .contact-btn {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}

.header-contact .contact-btn .icon {
	margin-right: 10px;
	padding: 5px;
	height: 35px;
	width: 35px;
	background: #fff;
	border-radius: 50%;
}

.header-contact .contact-btn svg, .header-contact .contact-btn img {
	width: 22px;
	height: 22px;
	fill: #cf0 !important;
}

.header-contact .contact-btn svg path {
	fill: #cf0 !important;
}

ul.sociallinks {
	display: inline-flex;
	align-items: center;
	gap: 18px;
}

ul.sociallinks li {
	display: block;
	line-height: normal;
}

ul.sociallinks li a {
	display: block;
	line-height: normal;
	opacity: 1;
	font-size: 0;
}

ul.sociallinks li a svg, ul.sociallinks li a img {
	width: 30px;
	height: 30px;
	fill: #fff;
}

ul.sociallinks li a:hover svg path {
	fill: #cf0;
}

.header-social-link li a {
	background: #cf0;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.header-social-link ul.sociallinks li a svg {
	fill: #000;
	width: 100%;
	height: 100%;
}

.header-social-link li a:hover {
	background: #000;
}

.header-social-link p {
	margin-bottom: 0;
}

.header-social-link ul.sociallinks {
	gap: 5px;
}

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
}

.menu-top {
	position: relative;
}

ul.menu-top li {
	display: inline-block;
	margin: 0;
	color: #000;
	position: relative;
	padding: 0px 0px;
	height: 100%;
	line-height: normal;
}

/* ul.menu-top > li.menu-item-has-children {
        padding-right: 8px;
} */
ul.menu-top li:last-child {
	padding-right: 0;
}

ul.menu-top li:first-child {
	padding-left: 0;
}

ul.menu-top li ul {
	display: none;
}

.menu-top li a {
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	height: 100%;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 4px;
	border: 5px solid transparent;
	border-left: 0;
}

.menu-top .menu-item-has-children a {
	padding-right: 8px;
}

.menu-top li a:hover {
	transition: .3s ease-in-out all;
	color: #000;
	border-bottom: 5px solid #cf0;
}

/*.menu-top li a:hover::before{
        position: absolute;
    content: "";
    background: #CCFF00;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
}*/
.menu-top li a:hover::before, .menu-header>ul>li.current_page_item > a::before, .menu-header>ul>li.current_page_ancestor > a::before {
	width: 100%;
}

.menu-header>ul>li.current_page_item > a, .menu-header>ul>li.current_page_ancestor > a {
	color: #000;
}

/*.menu-header>ul>li.current_page_item > a::before, .menu-header>ul>li.current_page_ancestor > a::before {
    position: absolute;
    content: "";
    background: #CCFF00;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
}
.menu-header>ul>li.current_page_item > a::after, .menu-header>ul>li.current_page_ancestor > a::after, .menu-top li a:hover::after {
    position: absolute;
    content: "";
    background: #CCFF00;
    left: 50%;
    right: 0;
    bottom: -20px;
    height: 7px;
    width: 7px;
    transform: rotate(45deg) translateX(-50%);
}*/

/*#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 3px;
    position: absolute;
    top: 50%;
    width: 9px;
    height: 9px;
    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 #9f9f9f;
    border-bottom: 2px solid #9f9f9f;
    transform-origin: 8px 0px;
}*/
.small-header .menu-top::before {
	display: none;
}

.sub-menu li.menu-item-has-children {
	position: relative;
}

.menu-top li > .sub-menu > li.menu-item-has-children:after {
	content: "";
	right: 8px;
	position: absolute;
	top: 50%;
	width: 9px;
	height: 9px;
	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 #fff;
	border-bottom: 2px solid #fff;
	transform-origin: 0 2px;
}

ul.menu-top li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
}

ul.menu-top li:hover li {
	float: none;
}

.sub-menu li ul.sub-menu {
	position: absolute;
	background-color: #fdfdfd;
	z-index: 99;
	top: 0 !important;
	left: 100%;
}

.menu-top li ul li {
	border-top: 0;
	display: block;
	margin: 0;
}

/* ul.menu-top li .sub-menu li ul.sub-menu li > a {
    background-color: #fff;
} */

/* ul.menu-top li .sub-menu li ul.sub-menu li > a:hover, ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a{
    background: #000;
} */

/*ul.menu-top li:hover li a:hover, .menu-top ul.sub-menu li.current_page_item a {
    background: #000;
}*/
ul.menu-top ul ul {
	left: 100%;
}

.sub-menu {
	/* padding-top: 30px;
     padding-bottom: 30px;
     padding-left: 20px;*/
	width: 240px;
	background-color: #fdfdfd;
	text-align: left;
	box-shadow: 0px 3px 15px 3px rgba(107, 107, 107, .2);
}

.custom-sub-menu .sub-menu {
	max-height: 400px;
	overflow-y: scroll;
}

/* Define the scrollbar style */
.custom-sub-menu .sub-menu::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

/* Define the thumb style */
.custom-sub-menu .sub-menu::-webkit-scrollbar-thumb {
	background: #7a7a7a;
	border-radius: 5px;
}

/* Define the track style */
.custom-sub-menu .sub-menu::-webkit-scrollbar-track:horizontal {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

ul.menu-top li .sub-menu li {
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

ul.menu-top li .sub-menu li:last-child {
	border-bottom: none;
}

ul.menu-top li .sub-menu li a {
	font-size: 18px;
	padding: 12px 10px;
	text-transform: capitalize;
	line-height: normal;
	margin: 0;
	color: #000;
	border: none;
	display: block;
	font-weight: 300;
}

ul.menu-top li .sub-menu li a:hover {
	border: none;
	text-decoration: underline;
	box-shadow: none;
}

ul.menu-top li .sub-menu li a:hover::before, ul.menu-top li .sub-menu li a:hover::after {
	display: none;
	text-decoration: underline;
}

/*========= Nav Multiple CSS END =========*/

/*========= Header Search CSS END =========*/
.search-icon {
	cursor: pointer;
	transition: all ease-in-out .45s;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

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

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

.header-search-box {
	position: fixed;
	background-color: #fff;
	width: 100%;
	transition: all .5s ease 0s;
	opacity: 0;
	height: 0;
	top: 0;
	right: 0;
}

.header-search-box.open-search {
	opacity: 1;
	height: 140px;
	z-index: 999999;
}

.header-search-box span.closebtn {
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	width: 35px;
	height: 35px;
}

.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
	position: absolute;
	content: "";
	height: 30px;
	width: 2px;
	background-color: #000;
}

.header-search-box span.closebtn::before {
	transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
	transform: rotate(-45deg);
}

.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after {
	background-color: #cf0;
}

.header-search-box .search-input-wrap .searchform {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	margin: 0 auto;
	width: 100%;
}

.header-search-box input.search {
	height: 55px;
	color: #000;
	padding: 8px 58px 8px 15px;
}

.header-search-box input.search:focus ~ .msg-side-form {
	display: none;
}

#site-searchs {
	top: 0;
	position: absolute;
	right: 0px;
	width: auto;
	height: 55px;
	border: none;
	padding: 13px 20px;
	line-height: 38px;
	cursor: pointer;
	background: none;
	font-size: 0;
}

#site-searchs svg, #site-searchs img {
	width: 20px;
	height: 20px;
}

#site-searchs svg, #site-searchs svg path {
	fill: #1e191a;
}

/*========= Header Search CSS END =========*/

/*==================== Home Page CSS ====================*/
.banner-home {
	/*     height: calc(100vh - 90px);
        height: -webkit-calc(100vh - 90px);
        height: -moz-calc(100vh - 90px); */
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #fff;
	margin-top: 30px;
}

.banner-image-wrap .banner_img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/mainstage.svg");
	-webkit-mask-repeat: no-repeat;
}

/*.logged-in .banner-home {
        margin-top:58px;
}*/
.banner-home .container {
	position: relative;
}

.banner-home .banner-title {
	font-size: 25px;
	line-height: 30px;
	color: #253a60;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-home .banner-title span {
	display: block;
	color: #253a60;
}

.banner-home .banner-des {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 25px;
	margin: 0;
	color: #253a60;
	font-weight: 700;
}

.banner-image-wrap {
	position: relative;
}

.right-bottom-corner {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.highlight-bg-wrap {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/texture.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	width: 130%;
	z-index: 111;
	position: relative;
	left: -50px;
}

.highlight-bg-wrap.nitro-lazy {
	background-image: none !important;
}

.highlight-bg-wrap p {
	font-size: 134px;
	line-height: 1;
	font-weight: 700;
	font-family: "DIN 2014";
}

.banner-home .inner-content a.btn {
	padding: 30px 85px 30px 45px;
	font-weight: 600;
}

.banner-home .inner-content a.btn .icon {
	right: 35px;
}

.experience-image-wrap {
	height: 100%;
}

.experience-image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 20px;
}

.experience-content-wrap {
	padding-left: 25px;
}

.services-section .heading-section {
	padding-bottom: 5px;
}

.services-section .heading-section .heading span {
	display: block;
}

.services-type {
	position: relative;
}

.services-type .h4 {
	position: absolute;
	top: 15px;
	width: fit-content;
	background: #cf0;
	padding: 13px 25px;
	left: 15px;
	margin: 0;
	line-height: 24px;
	border-radius: 5px;
	color: #000;
}

.services-type a.btn {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.service-img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/service-area-texture.svg");
	-webkit-mask-repeat: no-repeat;
}

.client-review-setion {
	background: #cf0;
	position: relative;
}

.client-review-setion:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 45%;
	right: 0;
	top: 0;
	background: #253a60;
}

.review-count-wrap {
	position: relative;
	z-index: 1;
}

.review .h3 {
	font-family: "DIN 2014";
	font-size: 46px;
	line-height: 56px;
	color: #cf0;
	font-weight: 700;
	margin: 0;
}

.review {
	max-width: 450px;
	width: 100%;
	margin-bottom: 25px;
}

.review:last-child {
	margin-bottom: 0px;
}

.review p {
	color: #fff;
	padding-left: 50px;
	max-width: 77%;
}

.client-review-setion .heading-section {
	max-width: 575px;
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	padding: 80px 0;
}

.client-review-setion .heading-section .heading {
	font-size: 52px;
	line-height: 1.1;
	color: #000;
	text-transform: uppercase;
}

.client-review-setion .heading-section .btn {
	background: transparent;
	margin-top: 25px;
}

.client-review-setion .heading-section .btn:before {
	background-color: #fff;
}

.client-review-setion .heading-section .heading:before {
	content: "";
	position: absolute;
	height: 85px;
	width: 85px;
	right: -15px;
	top: 15px;
	background-size: contain;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/rgt-pt.png");
	background-repeat: no-repeat;
	filter: brightness(.1);
}

.testimonial-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/testimonial.svg");
	-webkit-mask-repeat: no-repeat;
}

.testimonial-content-wrap {
	padding: 0px 75px;
}

.home  .testimonial-content-wrap .heading {
	text-transform: uppercase;
}

.page-template-template-about-us .testimonial-content-wrap .heading {
	text-transform: capitalize;
}

.testimonial-title-wrap {
	font-weight: 700;
	font-size: 22px;
}

.testimonial-content-wrap a.btn {
	margin-top: 25px;
}

.attorney-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/attorney-bg.svg");
	-webkit-mask-repeat: no-repeat;
	max-width: 85%;
	margin: auto;
	display: block;
}

.care-section-img-wrap {
	position: relative;
}

.image-bottom-wrap {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/contact-accent.png");
	background-repeat: no-repeat;
	background-position: center;
	width: fit-content;
	width: 450px;
	position: absolute;
	right: -50px;
	bottom: 120px;
	z-index: 1;
	font-size: 20px;
	color: #000;
	padding: 12px;
	text-align: center;
}

.image-bottom-wrap.nitro-lazy {
	background-image: none !important;
}

.image-bottom-wrap p {
	font-size: 28px;
	line-height: 1.4;
}

.image-bottom-wrap p span {
	display: block;
	font-weight: 700;
}

.home-form-image-wrap {
	position: relative;
}

.home-form-image-wrap .bottom_title {
	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/contact-accent.png");
	background-repeat: no-repeat;
	background-position: center;
	width: fit-content;
	width: 450px;
	left: calc(50% - 225px);
	bottom: -20px;
	z-index: 1;
	font-size: 20px;
	color: black;
	padding: 12px;
	text-align: center;
}

.home-form-image-wrap .bottom_title.nitro-lazy {
	background-image: none !important;
}

.home-form-image-wrap .bottom_title p span {
	display: block;
	font-weight: 700;
}

.home-form-wrap .h3 {
	text-transform: capitalize;
}

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

.home-form-wrap .wpcf7-list-item-label {
	display: block !important;
	opacity: 1 !important;
}

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

.home-form-wrap label span {
	color: red;
}

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

.home-form-wrap .checkbox label input:checked+.wpcf7-list-item-label:after {
	top: 8px;
}

.home-form-wrap  .checkbox label input:checked+.wpcf7-list-item-label:before {
	border-color: #253a60;
	background: #253a60;
}

.home-form-wrap .submit-btn:before {
	transition: .3s;
}

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

.home-blog-sec .inner-item {
	padding: 25px 0px;
	border-bottom: 1px solid #000;
}

.blog-heading {
	font-size: 24px;
	padding-bottom: 21px;
	line-height: 1.3;
}

.home-blog-sec .heading-section .heading {
	text-transform: capitalize;
}

/*==================== Home Page CSS END ====================*/

/*==================== Footer CSS ====================*/
.map-sec {
	overflow: hidden;
}

.map-sec iframe {
	height: 550px;
}

.map-sec .contactinfo {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 7vw;
	max-width: 440px;
	width: 100%;
	overflow-y: scroll;
	min-height: 550px;
	height: 100%;
}

.nap-block {
	display: block;
	margin-top: 20px;
	position: relative;
}

.nap-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.nap-icon svg, .nap-icon img {
	width: 30px;
	height: 30px;
	fill: #fff;
}

.nap-address, .nap-block .nap-text {
	color: #fff;
}

.direction-link {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	line-height: normal;
	margin-top: 15px;
}

.direction-link:hover, .nap-block .nap-text:hover {
	color: rgba(255, 255, 255, .6);
	border-color: rgba(255, 255, 255, .6);
}

.map-iframe-list .map-block {
	display: none;
}

.map-iframe-list .map-block iframe, .map-iframe-list .map-block.active {
	display: block;
}

/*.contactinfo .footer-heading{
        padding: 40px 30px 0;
}*/

/*.contactinfo .nap-address-wrap {
    padding: 20px 30px;
}*/
#footer {
	padding: 50px 0 0px;
	color: #8b8b8b;
	background: #000;
}

#footer .container-fluid {
	padding-left: 4%;
	padding-right: 4%;
}

.footer-logo {
	padding-right: 35px;
}

.footer-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

.footer-address {
	padding-right: 35px;
}

.footer-address-wrap {
	margin-bottom: 10px;
}

.footer-address-wrap a {
	color: #fff;
	color: #fdfdfd;
	font-size: 18px;
	line-height: 24px;
}

.footer-address-wrap a:hover {
	color: #cf0;
}

.footer-nav ul {
	column-count: 2;
}

.footer-nav ul li {
	margin-bottom: 5px;
	display: block;
}

.footer-nav ul li:last-child {
	margin-bottom: 0px;
}

.footer-nav ul li a {
	color: #fff;
	line-height: 30px;
	display: block;
	font-size: 14px;
}

.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
	color: #cf0;
}

.copyright {
	margin-top: 50px;
	color: #fff;
	padding: 10px 0;
}

.copyright a {
	color: #fff;
	margin-left: 5px;
}

.copyright a:hover, .page-id-3 .copyright a.privacy, .page-id-653 .copyright a.disclaimer {
	color: #cf0;
}

#menu-location-we-serve a {
	pointer-events: none;
}

.f-phone-block {
	text-align: center;
	padding-top: 15px;
}

.f-phone-block p {
	margin-bottom: 0;
	color: #fff;
}

.f-phone-block a {
	font-size: 36px;
	line-height: 32px;
	color: #cf0;
	font-weight: 700;
	font-family: "DIN 2014";
}

.footer-social-link {
	margin-top: 20px;
	text-align: center;
	margin-left: 0px;
}

.footer-social-link p {
	font-family: Inherit;
	border-bottom-width: 1px;
	border-bottom-color: #fdfdfd;
	border-bottom-style: solid;
	color: #fdfdfd;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
}

/*==================== Footer CSS END ====================*/

/*==================== Blog List Page CSS ====================*/

/*.flex-testimonials-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}*/
.select ul {
	width: 100%;
	z-index: 111;
	border: 1px solid #ddd;
	padding-left: 0px;
}

.select ul li.option.active {
	background: #0c55a5;
	color: #fff;
}

.select ul li a {
	width: 100%;
	display: block;
}

.select ul li.option {
	cursor: pointer;
	z-index: 1;
	padding: 5px 10px;
	display: none;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.select ul li:first-child {
	display: block;
}

.blog-list {
	padding-right: 60px;
}

.blog-list .postlist .blog-list-inner {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.blog-list .postlist:last-child .blog-list-inner {
	margin-bottom: 0;
}

.post-image {
	overflow: hidden;
}

.post-image img.featured-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	height: 420px;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
	transition: all ease-in-out .8s;
}

.post-image img.no-feature {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center;
	background-color: #f1f1f1;
	height: 420px;
	-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;
}

.blog-list-inner:hover .post-image img.featured-img {
	transform: scale(1.1);
}

.blog-list .blog-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.blog-list .content {
	line-height: 32px;
}

.category-option {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0;
}

.dropdown-select-box {
	position: relative;
}

.dropdown-select-box, .searchbox {
	width: 45%;
}

.dropdown-select-box select {
	border-radius: 0px;
	height: 55px;
	color: transparent;
	position: relative;
	font-size: 18px;
}

.dropdown-select-box:before {
	content: "";
	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/search-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	right: 10px;
	background-size: contain;
	top: 18px;
	z-index: -1;
}

.dropdown-select-box select option {
	color: #000;
	font-size: 16px;
}

/*==================== Blog List Page CSS END ====================*/

/*==================== Blog Details Page CSS ====================*/
.postlist-single {
	padding-right: 60px;
}

/*.postlist-single h1 {font-size: 48px;text-transform: capitalize;}
.postlist-single h2 {font-size: 34px;text-transform: capitalize;color: #000;}
.postlist-single h3 {font-size: 30px;text-transform: capitalize;}
.postlist-single h4 {font-size: 26px;text-transform: capitalize;}
.postlist-single h5 {font-size: 22px;text-transform: capitalize;}
.postlist-single h6 {font-size: 18px;text-transform: capitalize;}*/
.postlist-single iframe, .mainpage iframe {
	height: 420px;
}

.postlist-single .addtoany_content {
	margin: 15px auto 0;
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.postlist-single .addtoany_header {
	margin: 0 10px 0 0px;
	font-size: 17px;
	color: #b0b0b0;
	font-weight: 500;
}

.postlist-single .addtoany_list a, .postlist-single .widget .addtoany_list a {
	border: 1px solid #e2e2e2;
	margin-right: 8px;
}

.postlist-single .addtoany_list a:not(.addtoany_special_service)>span {
	height: 26px;
	line-height: 26px;
	width: 26px;
	background: none !important;
	position: relative;
	top: 3px;
}

.postlist-single .site .a2a_kit.addtoany_list a:focus, .postlist-single  .addtoany_list a:hover, .postlist-single .widget .addtoany_list a:hover {
	border: 1px solid #cf0;
}

.gradient-bg {
	position: relative;
}

.gradient-bg::before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, .08) 100%);
	bottom: 0;
	left: 0;
	right: 0;
	height: 450px;
}

.help-sec.space-pd.gradient-bg::before {
	height: 100%;
}

.single-post-meta span {
	font-weight: 700;
}

.single-post-meta .single-post-cat-name {
	color: #da352f;
}

.share-btn-section {
	background: #f4f4f4;
}

/*==================== Blog Details Page CSS END ====================*/

/*==================== Podcast Page CSS ====================*/
.title-bg-wrap {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/green-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	margin: 15px 0px 25px 0px;
}

.title-bg-wrap.nitro-lazy {
	background-image: none !important;
}

.title-bg-wrap p {
	font-size: 128px;
	text-transform: uppercase;
	display: block;
	margin: 0;
	font-weight: 700;
	font-family: "DIN 2014";
	color: #253a60;
}

.button-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popular-podcast-section {
	background: #f4f4f4;
}

.popular-podcast-section .heading-section {
	padding-left: 15px;
}

.popular-podcast-loop {
	min-height: 485px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	transition: .3s;
	margin: 0px 15px;
	background-position: center;
	border-radius: 10px;
}

.popular-podcast-loop:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -6px;
	height: 130px;
	width: 230px;
	background: #f4f4f4;
	border-radius: 10px;
}

.podcast-btn {
	position: absolute;
	bottom: 15px;
	right: 0px;
	z-index: 11;
}

/*.popular-podcast-section .slick-list {
      margin: 0 -27px;
  }*/
.popular-podcast-loop .h4 {
	background: #cf0;
	margin: 25px auto;
	padding: 5px;
	border-radius: 5px;
	width: 90%;
	font-size: 22px;
}

.popular-podcast-loop .play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	display: block;
	right: 15px;
	bottom: 143px;
}

.play-icon img, .play-icon svg {
	height: 55px;
	width: 55px;
	transition: .3s;
}

.play-icon img:hover, .play-icon svg:hover {
	transform: scale(1.2);
}

.center-page-btn {
	margin: 65px auto 0;
	display: table;
}

.popular-podcast-section .slick-next:before {
	right: 10px;
	top: 10px;
}

.popular-podcast-section .slick-prev:before {
	left: 10px;
	top: 10px;
}

.latest-episode-section .heading-section {
	padding-left: 15px;
}

.latest-episode-loop {
	min-height: 485px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	transition: .3s;
	margin: 0px 15px;
	background-position: center;
	border-radius: 10px;
	margin-bottom: 45px;
}

.latest-episode-btn {
	position: absolute;
	bottom: 15px;
	right: 25px;
	z-index: 11;
}

/*.popular-podcast-section .slick-list {
      margin: 0 -27px;
  }*/
.latest-episode-loop .h4 {
	background: #cf0;
	margin: 25px auto;
	padding: 5px;
	border-radius: 5px;
	width: 90%;
	font-size: 22px;
	position: absolute;
	top: 0;
}

.latest-episode-loop:after {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -6px;
	height: 130px;
	width: 240px;
	background: #fff;
	border-radius: 10px;
}

.latest-episode-loop .play-icon {
	position: absolute;
	height: 55px;
	width: 55px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.latest-podcast-form {
	padding-left: 25px;
}

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

.latest-podcast-form .wpcf7-list-item-label {
	display: block !important;
	opacity: 1 !important;
}

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

.latest-podcast-form label span {
	color: red;
}

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

.latest-podcast-form .checkbox label input:checked+.wpcf7-list-item-label:before {
	border-color: #253a60;
	background: #253a60;
}

.latest-podcast-form .checkbox label input:checked+.wpcf7-list-item-label:after {
	top: 8px;
}

.center-page-btn {
	margin: 65px auto 0;
	display: table;
}

.latest-episode-section .slick-next:before {
	right: 10px;
	top: 10px;
}

.latest-episode-section .slick-prev:before {
	left: 10px;
	top: 10px;
}

.highlight-text {
	background: #cf0;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 700;
}

.podcast-listen-list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.podcast-listen-list ul li {
	padding: 6px;
	width: 25%;
	text-align: center;
}

.podcast-listen-list ul li a {
	padding: 30px 15px;
	box-shadow: 0 0 10px #bfbfbf;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-listen-list ul li img {
	max-width: 200px;
	transition: all .5s ease;
	display: block;
}

.podcast-listen-list ul li a:hover img {
	transform: scale(1.05);
}

.second-content-section {
	background: #cf0;
	position: relative;
}

.second-content-section:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 45%;
	right: 0;
	top: 0;
	background: #253a60;
}

.second-content-heding-wrap .heading-section {
	margin-bottom: 0px;
	padding-left: 100px;
}

.second-content-heding-wrap .heading-section a.btn {
	margin-top: 15px;
	background: none !important;
}

.second-content-heding-wrap .heading-section .heading {
	max-width: 53%;
	width: 100%;
	position: relative;
}

.second-content-heding-wrap .heading-section .heading:before {
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	right: -35px;
	top: -35px;
	background-size: contain;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/rgt-pt.png");
	background-repeat: no-repeat;
}

.total_number_of_podcast {
	position: relative;
	z-index: 11;
}

.podcast-number {
	padding-right: 25px;
}

.podcast-number .h3 {
	color: #cf0;
}

.podcast-number p {
	padding-left: 25px;
	color: #fff;
	margin-bottom: 15px;
}

.podcast-number:last-child p {
	margin-bottom: 0px;
}

.team-section {
	background: #253a60;
}

.team-section a.btn {
	background: #cf0;
}

.team-section a.btn:before {
	display: none;
}

.team-section .heading-section {
	margin-bottom: 35px;
}

.team-section .heading-section p {
	color: #cf0;
	font-size: 28px;
	font-weight: 600;
}

.team-image-wrap {
	position: relative;
	margin: 15px;
	transition: .5s;
}

.team-image-wrap a {
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: inline-flex;
	border-radius: 15px;
}

.team-image-wrap .h4 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	background: #cf0;
	color: #000;
	margin: auto;
	max-width: 80%;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: .5s;
	z-index: 1;
}

.team-image-wrap:hover .h4 {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

.team-image-wrap img {
	transition: .5s;
}

.team-image-wrap img:hover {
	transform: scale(1.05);
}

.team-image-wrap:before {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/staff-hover-top-left.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 62px;
	height: 62px;
	z-index: -1;
	content: "";
}

.team-image-wrap:hover::before {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 1;
}

.team-image-wrap:after {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/staff-hover-bottom-right.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	transition-duration: .4s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0s;
	width: 40px;
	height: 40px;
	z-index: -1;
	content: "";
}

.team-image-wrap:hover::after {
	position: absolute;
	right: -30px;
	bottom: -30px;
	z-index: 1;
}

.team-image-wrap img.team-featured-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	height: 520px;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
	transition: all ease-in-out .8s;
}

.team-image-wrap img.team-no-feature {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center;
	background-color: #f1f1f1;
	height: 520px;
	-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;
}

.center-btn {
	margin: 25px auto 0px;
	display: table;
}

.page-template-template-podcast .copyright {
	display: none;
}

/*==================== Podcast Page CSS END ====================*/

/*==================== About Us Page CSS ====================*/
.team-member {
	border: 1px solid #000;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 40px;
}

.team-member .img-box img.featured-img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	height: 520px;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
	transition: all ease-in-out .8s;
}

.team-member .img-box img.no-feature {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 180px;
	background-position: center;
	background-color: #f1f1f1;
	height: 520px;
	-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;
}

.team-member .detail-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 15px;
}

.team-member .title-wrap .title {
	margin-bottom: 0px;
	color: #000;
	text-transform: uppercase;
}

.team-member:hover .img-box img {
	transform: scale(1.05);
}

.img-box {
	overflow: hidden;
}

.team-btn-wrap img {
	height: 55px;
	width: 55px;
	transition: .5s;
}

.team-member:hover .team-btn-wrap img {
	transform: rotate(40deg);
}

.team-member .title-wrap .designation {
	font-size: 18px;
	color: #000;
}

.about-page-content-wrapper {
	background: #f4f4f4;
}

.about-content-wrap {}

.about-content-wrap .heading {
	text-transform: capitalize;
}

.about-youtube-wrap {
	padding: 50px;
	text-align: center;
	position: relative;
	margin: 15px;
}

.about-youtube-wrap:before {
	content: "";
	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/about-us-accent.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.about-youtube-wrap img {
	border-radius: 15px;
}

.about-content-wrap .sub_heading {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 15px;
}

.play-btn-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	right: 70px;
	bottom: 70px;
	background: #cf0;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	transition: .5s;
	color: #000;
}

.play-btn-wrap img, .play-btn-wrap svg {
	height: 25px;
	width: 25px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.play-btn-wrap:hover {
	transform: scale(1.1);
	color: #000;
}

.content-image-wraper img {
	border-radius: 15px;
}

.second-row {
	margin-top: 55px;
}

.second-row .content-image-wraper img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/about-content.svg");
	-webkit-mask-repeat: no-repeat;
}

.logo-item img {
	height: 120px;
	width: 120px;
	margin: auto;
}

/*==================== About Us Page CSS END ====================*/

/*==================== case results Page CSS ====================*/
.case-result-img-wrap img {
	border-radius: 15px;
}

.case-result-content-wrap .heading span {
	display: block;
	text-transform: capitalize;
}

.case-result-content-wrap .sub_heading {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 15px;
}

.case-result-wrap {
	text-align: center;
	background: #253a60;
	color: #fff;
	margin-bottom: 25px;
	height: calc(100% - 25px);
	padding: 50px 25px;
	border-radius: 15px;
}

.case-result-wrap .heading {
	color: #cf0;
}

.case-result-wrap a {
	color: #f00;
	transition: .4s ease all 0s;
}

.case-result-wrap a:hover {
	text-decoration: underline;
}

.total-case-result {
	background: #f4f4f4;
}

.hid-items {
	display: none;
}

.load_more_btn {
	margin: 25px auto;
	display: flex;
	width: fit-content;
	gap: 15px;
}

.read_more {
	/*    display: none;*/
	transition: .5s;
}

/*==================== case results Page CSS END ====================*/

/*==================== Reviews Page CSS END ====================*/
.client-content-wrap {
	padding-left: 50px;
}

.client-img-wrap img {
	border-radius: 15px;
}

.client-content-wrap .heading span {
	display: block;
	text-transform: capitalize;
}

.client-content-wrap .sub_heading {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 15px;
}

.total-reviews-section {
	background: #f4f4f4;
}

.client-reviews-wrap {
	padding: 50px 70px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.client-reviews-wrap p {
	font-size: large;
	font-style: italic;
}

.client-reviews-wrap .review-title {
	font-weight: 700;
	margin: 0px;
}

/*==================== Reviews Page CSS END ====================*/

/*==================== Contact Page END ====================*/
.contact-page-form-wrap {
	position: relative;
}

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

.contact-page-form-wrap .checkbox label input:checked+.wpcf7-list-item-label:after {
	border-color: #000;
}

.checkbox .wpcf7-list-item-label {
	color: #000;
}

.contact-page-form-wrap .checkbox label input:checked+.wpcf7-list-item-label {
	color: #000;
}

.contact-page-img-wrap {
	position: relative;
}

.contact-page-img-wrap .bottom_title {
	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/contact-accent.png");
	background-repeat: no-repeat;
	background-position: center;
	width: fit-content;
	width: 450px;
	left: calc(50% - 225px);
	bottom: -20px;
	z-index: 1;
	font-size: 20px;
	color: black;
	padding: 12px;
	text-align: center;
}

.contact-page-img-wrap .bottom_title.nitro-lazy {
	background-image: none !important;
}

.contact-page-img-wrap .bottom_title p {
	text-transform: uppercase;
	font-size: 26px;
}

.contact-page-img-wrap .bottom_title p span {
	display: block;
	font-weight: 700;
}

.contact-address-wrap {
	padding-right: 150px;
}

.address-section-wrapper {
	background: #f4f4f4;
}

.address-section-wrapper .address-wraper {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 35px;
}

.map_section_details .bottom_title {
	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/contact-accent.png");
	background-repeat: no-repeat;
	background-position: center;
	width: fit-content;
	width: 450px;
	left: calc(50% - 225px);
	bottom: -50px;
	z-index: 1;
	font-size: 20px;
	color: black;
	padding: 30px;
	text-align: center;
	font-style: italic;
}

.map_section_details .bottom_title.nitro-lazy {
	background-image: none !important;
}

.map_section_details .bottom_title p {
	text-transform: uppercase;
	font-size: 26px;
}

.map_section_details .bottom_title p span {
	display: block;
	font-weight: 700;
}

/*==================== Contact Page CSS END ====================*/

/*==================== Career Page CSS ====================*/
.sub_heading {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	padding-bottom: 15px;
}

.career-img-wrap img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/cta.svg");
	-webkit-mask-repeat: no-repeat;
}

.career-content-wrap {
	padding-left: 50px;
}

.career-content-wrap p a {
	font-weight: 600;
}

.career-content-wrap a.btn {
	width: 100%;
	display: block;
	margin: 15px 0;
	text-align: left;
	padding: 25px 50px 25px 25px;
	font-weight: 700;
}

.career-content-wrap a.btn:first-child {
	margin-top: 25px;
}

.career-content-wrap .btn .icon svg, .career-content-wrap .btn .icon img {
	fill: #000;
	width: 35px;
	height: 35px;
}

.career-form-section {
	background: #253a60;
}

.career-form-section input, .career-form-section textarea {
	border: 1px solid #fff;
	color: #fff;
}

.career-form-section label:not(.error) {
	font-weight: 600;
	font-weight: 600 !important;
	color: #cf0;
	font-size: 18px !important;
	line-height: 28px !important;
}

.career-form-section label span {
	color: #e04562;
}

.career-form-section input[type="file"] {
	border: 1px solid transparent;
	padding: 0px;
}

.custom-file-input {
	color: transparent;
	position: relative;
	border: none;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input::before {
	content: "Choose File";
	color: black;
	color: #fff;
	display: inline-block;
	background: #1abca1;
	border: 1px solid #1abca1;
	border-radius: 3px;
	padding: 5px 8px;
	padding: 0px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	min-width: 110px;
	text-align: center;
}

.custom-file-input:hover::before {
	border-color: #1abca1;
}

.custom-file-input:active {
	outline: 0;
}

.custom-file-input:active::before, .custom-file-input:hover::before {
	background: #159c85;
}

.career-form .submit-btn {
	position: relative;
	display: block;
	width: 100%;
}

.career-form .submit-btn input[type="submit"] {
	color: #cf0;
	border: 2px solid #fff;
}

.career-form .submit-btn input[type="submit"]:hover {
	color: #000;
}

/*==================== Career Page CSS END ====================*/

/*==================== Personal Injury Page CSS ====================*/
.personal-injury-img-wrap {
	padding-right: 50px;
	position: relative;
	padding-bottom: 50px;
}

.personal-injury-img-wrap:before {
	content: "";
	position: absolute;
	height: 85px;
	width: 85px;
	right: 0px;
	bottom: 0px;
	background-size: contain;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/service-accent.svg");
	background-repeat: no-repeat;
}

.personal-injury-img-wrap img {
	border-radius: 25px;
}

.representation-content-wrap .heading span {
	display: block;
	text-transform: capitalize;
}

.representation-img-wrap img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/content-02.svg");
	-webkit-mask-repeat: no-repeat;
}

.common-injury-section {
	background: #f4f4f4;
}

.common-injury-section h4 {
	text-transform: uppercase;
}

.common-injury-section h4 span {
	display: block;
}

.common-injury-wrap {
	position: relative;
	margin-top: 45px;
}

.common-injury-wrap .injury-type-img {
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/service-area.svg");
	-webkit-mask-repeat: no-repeat;
}

.common-injury-wrap .h4 {
	position: absolute;
	width: fit-content;
	margin: 0;
	padding: 10px 15px;
	background: #cf0;
	top: 10px;
	left: 20px;
	right: 0;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
}

.common-injury-wrap a.btn {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.accordion-item {
	border: none;
	padding: 0;
	border-radius: 0px !important;
	border-bottom: 1px solid #000;
}

.accordion-item .accordion-button {
	background: none;
	padding: 25px 80px 25px 0px;
	font-weight: 600;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
}

.accordion-button:focus {
	z-index: 3;
	border: none;
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.accordion-body {
	padding: 0px 15px 25px 0px;
}

.accordion-body ul li {
	position: relative;
	padding-left: 20px;
	margin-left: 15px;
}

.accordion-body ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	background: #cf0;
	border: 1px solid #000;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.accordion-button::after {
	display: none;
}

.accordion-button::before {
	content: "";
	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/arrow-down-circle.svg");
	height: 45px;
	width: 45px;
	background-size: cover;
	background-position: center;
	right: 15px;
	transition: .3s;
}

.accordion-button[aria-expanded="true"]::before {
	content: "";
	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/arrow-up-circle.svg");
}

/*==================== Personal Injury Page CSS END ====================*/

/*==================== Static Page CSS ====================*/
.mainpage h1 {
	padding: 25px 0px 15px 0px;
	color: #253a60;
}

/*.mainpage h2 {font-size: 28px;color: #000;}
.mainpage h3 {font-size: 26px;}
.mainpage h4 {font-size: 24px;}
.mainpage h5 {font-size: 22px;}
.mainpage h6 {font-size: 20px;}*/
.mainpage .page-feature-img img {
	border-radius: 10px;
}

blockquote {
	background: #f1f1f1;
	padding: 20px 20px;
	border-left: 8px solid #cf0;
	font-style: italic;
}

.mainpage ul, .postlist-single ul, .linked-list ul {
	margin-bottom: 25px;
	list-style: none;
	padding-left: 25px;
}

.mainpage ul li ul, .postlist-single ul li ul, .linked-list ul li ul {
	margin-bottom: 8px;
	margin-top: 8px;
}

.mainpage ul li, .postlist-single ul li, .linked-list ul li {
	position: relative;
	padding-left: 20px;
}

.mainpage ul li::before, .postlist-single ul li::before, .linked-list ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	background: #cf0;
	border: 1px solid #000;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.mainpage ul li a, .postlist-single ul li a, .postlist-single a, .postlist-single ol li a, .mainpage a {
	color: #da352f;
	font-weight: 600;
}

.mainpage ul li a:hover, .postlist-single ul li a:hover, .postlist-single a:hover, .postlist-single ol li a:hover, .mainpage a:hover {
	text-decoration: underline;
}

.mainpage ol, .postlist-single ol {
	position: relative;
	padding-left: 20px;
}

.mainpage ol li, .postlist-single ol li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* .mainpage ol li::before, .postlist-single ol li::before {
  position: absolute;
    content: "";
    left: 0;
    top: 9px;
    background: #CCFF00;
    border:1px solid #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
} */
.mainpage ol li:last-child, .postlist-single ol li:last-child {
	margin-bottom: 0;
}

/* .mainpage ol li::before, .postlist-single ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
} */

/*==================== Static Page CSS END ====================*/

/*==================== Common Section END ====================*/
.common-image-wrap {
	position: relative;
}

.common-image-wrap .image_bottom_title {
	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/contact-accent.png");
	background-repeat: no-repeat;
	background-position: center;
	width: fit-content;
	width: 450px;
	left: calc(50% - 225px);
	bottom: -20px;
	z-index: 1;
	font-size: 20px;
	color: black;
	padding: 12px;
	text-align: center;
}

.common-image-wrap .image_bottom_title.nitro-lazy {
	background-image: none !important;
}

.common-image-wrap .image_bottom_title p span {
	display: block;
}

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

.common-form-wrap .wpcf7-list-item-label {
	display: block !important;
	opacity: 1 !important;
}

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

.common-form-wrap label span {
	color: red;
}

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

.common-form-wrap .checkbox label input:checked+.wpcf7-list-item-label:after {
	top: 8px;
}

.common-form-wrap  .checkbox label input:checked+.wpcf7-list-item-label:before {
	border-color: #253a60;
	background: #253a60;
}

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

/*==================== Spanish Page CSS ====================*/
.page-template-template-espanol .highlight-bg-wrap p {
	font-size: 66px;
	font-weight: 700;
	line-height: 1.05;
	padding-left: 45px;
}

.page-template-template-espanol .banner-home .banner-des {
	font-size: 18px;
	line-height: 30px;
}

/*==================== Spanish Page CSS END ====================*/

/*==================== Team Details Page CSS ====================*/
.border-row {
	padding: 50px;
	border: 2px solid #253a60;
}

.content_box {
	padding-left: 50px;
}

.content_box .designation {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	text-transform: capitalize;
	color: #000;
}

.single-attorney-image {
	padding: 50px;
	text-align: center;
	position: relative;
	margin: 15px;
}

.single-attorney-image:before {
	content: "";
	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/staff-accent.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.single-attorney-image img {
	border-radius: 15px;
}

.attorney_personal_details {
	margin-top: 45px;
	background: #f4f4f4;
}

.personal_details ul {
	margin-bottom: 25px;
	list-style: none;
	padding-left: 25px;
}

.personal_details ul li {
	position: relative;
	padding-left: 20px;
}

.personal_details ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	background: #cf0;
	border: 1px solid #000;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

/*==================== Team Details Page CSS END ====================*/

/*==================== 404 Page CSS END ====================*/
.content-error .submit-btn {
	display: table;
	margin: auto;
}

/*==================== 404 Page CSS END ====================*/

/*==================== Thank You Page END ====================*/
.thank-you-details {
	background: #253a60;
	padding: 50px 15px;
	color: #fff;
	border-radius: 15px;
}

.thank-you-details h1, .thank-you-details h2, .thank-you-details h3, .thank-you-details h4, .thank-you-details h4, .thank-you-details h5 {
	color: #fff;
	text-transform: capitalize;
}

/*==================== Thank You Page CSS END ====================*/

/*================ IE CSS =================*/
@media all and (-ms-high-contrast:none) {
	.menu-top::before {
		bottom: 12px;
	}
	
	.search-icon {
		margin-top: -13px;
	}
	
	.team-listing .img-box .hover-box p {
		background: none;
		color: #fff;
	}
}

/*================ IE CSS END =================*/
.wpcf7-form label {
	font-family: "DIN 2014";
}

/* ===============Feedback Css ============ */

/*#container-wrap{
    margin-top: 90px;
}*/
.personal_details iframe {
	height: 400px;
}

.menu-top .menu-item-has-children .sidebar-menu-arrow {
	position: absolute;
	right: 3px;
	top: 50%;
	height: 7px;
	width: 7px;
	background-color: transparent;
	transform: translateY(-50%);
}

.menu-top .menu-item-has-children .sub-menu .sidebar-menu-arrow {
	right: 10px;
	z-index: 9;
	transform: rotate(270deg);
}

.menu-top .sidebar-menu-arrow:after {
	content: "";
	cursor: pointer;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	width: 7px;
	height: 7px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
	position: absolute;
	right: 0px;
	top: 50%;
	bottom: 0;
	margin-top: -5px;
}

a.nap-block.nap-phone-block {
	padding-left: 40px;
}

.top-map .map-block.d-md-none.active {
	display: block !important;
}

.personal-injury-image-wrap img {
	border-radius: 25px;
}

.banner-home .banner-des .star-rating {
	max-width: 350px;
}

.case-result-sec {
	background: #253a60;
	padding: 25px 0px;
}

.case-result-slider .slick-track {
	display: flex !important;
}

.case-result-slider .slick-slide {
	height: inherit !important;
}

.case-result-wrap {
	position: relative;
}

.case-result-slider .slick-slide > div {
	position: relative;
	width: 90%;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-result-slider .slick-slide > div:after {
	position: absolute;
	content: "";
	right: -5%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	background: #fff;
	height: 100px;
	z-index: 99999;
}

.case-result-slider .slick-slide.slick-current.slick-active + .slick-active + .slick-active > div:after {
	display: none;
}

.case-result-wrap2 {
	padding: 10px;
}

.experience-image-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reasons_to_choose {
	background-color: #eaf0f9;
}

.content_boxes {
	background: #fff;
	padding: 20px;
	height: 100%;
	font-size: 16px;
}

.content_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.content-icon {
	width: 75px;
	margin-right: 10px;
}

.choose_title {
	width: 100%;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 600;
}

.banner-home .banner-des .star-rating {
	max-width: 200px;
}

.banner-des2 .star-rating {
	max-width: 350px;
}

.banner-des2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 25px;
	margin: 0;
	color: #253a60;
	font-weight: 700;
}

@media (max-width: 575px) {
	.case-result-slider .slick-slide > div:after {
		display: none;
	}
	
	.case-result-slider .slick-slide > div {
		width: 100%;
	}
}

.case-result-wrap2 {
	padding: 10px;
}

.case-result-sec {
	background: #253a60;
	padding: 25px 0px;
}

.page-template-template-personal-injury {
	--secondary-color: #cf0;
	--primary-color: #253a60;
}

.page-template-template-personal-injury .banner-des2 .star-rating {
	max-width: 350px;
}

.page-template-template-personal-injury .banner-des2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 25px;
	margin: 0;
	color: #253a60;
	font-weight: 700;
}

.page-template-template-personal-injury .banner {
	position: relative;
	background-color: black;
	padding: 35px 0px 0px 0px;
}

.page-template-template-personal-injury .banner * {
	color: white;
}

.page-template-template-personal-injury .banner .container {
	position: relative;
	z-index: 2;
}

.page-template-template-personal-injury .banner .btn-sec {
	margin-top: 20px;
}

.page-template-template-personal-injury .banner .img-wp img {
	position: absolute;
	left: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left top;
}

.page-template-template-personal-injury .banner-form1 {
	padding: 30px 40px;
	margin-bottom: -40px;
	text-align: center;
	background-color: var(--primary-color);
	border-radius: 20px;
}

.page-template-template-personal-injury .banner-form1 .button {
	background-color: transparent !important;
	width: fit-content;
	margin: auto;
}

.page-template-template-personal-injury .banner-form1 .button:hover {
	color: black;
	background-color: var(--secondary-color) !important;
}

.page-template-template-personal-injury .banner-form1 h2 {
	margin-bottom: 15px;
}

.page-template-template-personal-injury .banner-form1 .form-control {
	background-color: transparent;
	color: white;
	padding: 15px 0px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-radius: 0;
}

.page-template-template-personal-injury .banner-form1 textarea.form-control {
	height: 100px;
}

.page-template-template-personal-injury .banner-form1 .form-control::placeholder {
	color: rgba(255, 255, 255, .7);
}

.page-template-template-personal-injury .banner-heading {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

.page-template-template-personal-injury .banner .btm-content {
	margin: 20px 0px;
	font-size: 43px;
	font-weight: 600;
}

.page-template-template-personal-injury .banner-logo-wraper {
	position: absolute;
	right: -100px;
	bottom: -3rem;
}

.page-template-template-personal-injury .button {
	background: #fff;
	border-radius: 0;
	border-radius: 5px;
	color: #000;
	border: 1px solid #000;
	font-size: 18px;
	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;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/optimized/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/ppc/img/rgt-ic.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	font-family: "DIN 2014";
}

.page-template-template-personal-injury .button.nitro-lazy {
	background-image: none !important;
}

/*.page-template-template-personal-injury .button.white-button {
    border-color: white;
    background-color: transparent;
    color: white;
    background-image: url(/wp-content/themes/levin-and-lalbandyan/ppc/img/wht-ar.svg);
}
*/
.page-template-template-personal-injury .button:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.page-template-template-personal-injury  .wpcf7-form-control-wrap {
	margin-bottom: 10px;
}

.page-template-template-personal-injury .experience-image-wrap video, .page-template-template-personal-injury .representation-img-wrap  video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1199px) {
	.page-template-template-personal-injury .banner-form1 {
		position: relative;
	}
}

@media (max-width:1600px) {
	.page-template-template-personal-injury .banner .img-wp img {
		object-fit: cover;
	}
}

@media (min-width:1450px) and (max-width:1600px) {
	.page-template-template-personal-injury .banner-form1 textarea.form-control {
		height: 100px;
	}
}

@media (max-width:991px) {
	.page-template-template-personal-injury .banner-logo-wraper {
		display: none;
	}
	
	.page-template-template-personal-injury .banner-form1 {
		margin-bottom: 40px !important;
	}
	
	.page-template-template-personal-injury .banner {
		text-align: center;
	}
}

@media (max-width:767px) {
	.page-template-template-personal-injury .banner-form1 h2 {
		margin-bottom: 10px;
	}
	
	.page-template-template-personal-injury .banner .btm-content {
		font-size: 30px;
	}
}

/*Win Big bg*/
.pattern-text {
	font-size: 80px;
	line-height: 100px;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.pattern-text:before {
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/ppc/img/mainstage-accent.svg");
	background-size: contain;
	background-size: cover;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	position: absolute;
	position: absolute;
	left: -70px;
	top: -5px;
	width: 470px;
	height: 100%;
	z-index: -1;
	z-index: -1;
	content: "";
	content: "";
}

@media (max-width:991px) {
	.pattern-text:before {
		left: calc(50% - 210px);
	}
}

@media (max-width:767px) {
	.pattern-text {
		font-size: 40px;
		line-height: 64px;
	}
	
	.pattern-text:before {
		width: 200px;
		left: calc(50% - 100px);
	}
}

.overflow-hide {
	overflow-x: hidden !important;
}

.trust-title {
	color: #000;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-family: "DIN 2014" !important;
	letter-spacing: normal !important;
	text-align: center;
	background-image: url("https://lntriallawyers.com/nitropack_static/IVvaQVmoZqUDLrpfxqKDXvypUOSkPvbW/assets/images/source/rev-bd8d2c3/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/texture.svg");
	padding: 20px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-size: cover;
}

.trust-title.nitro-lazy {
	background-image: none !important;
}

.partner-logo svg {
	width: 130px;
	height: 90px;
	transition: all .5s ease;
}

.partner-logo {
	text-align: center;
}

.partner-logo img {
	height: 90px;
	margin: auto;
	object-position: center;
	width: 100%;
	object-fit: contain;
	transition: all .5s ease;
}

.partner-logo a:hover img, .partner-logo a:hover svg {
	transform: scale(1.05);
}

.home-trust-partner {
	padding: 16px 0;
	background: #eaf0f9;
}

.home-trust-partner .slick-initialized .slick-slide>div {
	display: flex;
}

.trust-slider {
	display: none;
}

.trust-slider.slick-initialized {
	display: block;
}

.page-id-303 .common-faqs-section {
	background: #f4f4f4;
}

.page-id-303 .common-faqs-section .accordion-item {
	background-color: transparent;
}

@media (max-width: 1199px) {
	.trust-title {
		font-size: 20px;
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.trust-title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
}

.top-header .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px 50px;
}

.top-header p {
	margin: 0;
}

.phone-wrap-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.gtranslate_wrapper svg {
	width: 20px;
}

.gtranslate_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0;
}

.gtranslate_wrapper .form-check.form-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	gap: 10px;
	background: #253a60;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1;
	max-width: 180px;
}

.gtranslate_wrapper .form-check.form-switch a {
	color: #fff;
	display: none;
}

.gtranslate_wrapper label {
	float: none;
}

.gtranslate_wrapper label span {
	pointer-events: none;
}

.gtranslate_wrapper .form-check-input {
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.gtranslate_wrapper .form-check-input:checked {
	background-color: #cf0;
	border-color: #cf0;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23000\'/%3e%3c/svg%3e");
}

.gtranslate_wrapper .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.gtranslate_wrapper .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23000\'/%3e%3c/svg%3e");
	background-color: #cf0;
}

.gtranslate_wrapper .form-check-input.nitro-lazy {
	background-image: none !important;
}

[lang="es"] .menu-top li a {
	font-size: 15px;
}

[lang="es"] .highlight-bg-wrap p {
	font-size: 50px;
}

[lang="es"] .banner-home .banner-title {
	font-size: 20px;
}

[lang="es"] .banner-home .banner-des {
	font-size: 28px;
}

[lang="es"] .pattern-text {
	font-size: 35px;
}

[lang="es"] .map_section_details .bottom_title p {
	font-size: 20px;
}

.services-list {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*.injury-content-box {
    background-color: #eaf0f9;
}
.injury-content-box .inner-box {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    height: calc(100% - 30px);
    margin-top: 30px;
    border-radius: 10px;
}
.injury-content-box .inner-box .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
    color: #253A60;
    text-transform: uppercase;
}
.injury-content-box .btn {
    font-size: 16px;
    padding: 15px 40px 15px 20px;
}
.injury-content-box .btn .icon {
    width: 40px;
}
.injury-content-box .btn .icon svg, .injury-content-box .btn .icon img {
    width: 16px;
    height: 16px;
}*/
.bg-light-blue {
	background: #eaf0f9;
}

@media screen and (min-width: 1200px) {
	.scrollNav ul.sub-menu {
		max-height: calc(100vh - 200px);
		overflow-x: auto;
	}
}
