.page-id-438 .widget.widget_lpwtoc_widget{ display: none;}

.page_bnr {
    background-image: url(../images/page-banr-bg.webp);
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 100% 100%; 
    position: relative;
    text-align: center; 
    padding: 140px 0 80px 0;
    z-index: 2;
}
.page_bnr::before {
    position: absolute;
    content: "";
    pointer-events: none; 
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(0deg, rgb(8 46 80 / 62%) 0%, transparent 100%);
    height: 67%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
    z-index: -1;
}
.page_bnr::after {
    position: absolute;
    content: "";
    pointer-events: none; 
    width: 100%;
    background-color: #fff;
    height: 100%;
    inset: 0 0 0 0;
    opacity: 80%;
    z-index: -2;
}
.page_title h1,
.page_title h2 {
    font-family: "Geist"; 
    font-size:70px; 
    line-height: 1; 
    letter-spacing: 0.5px; 
    color: #07243f; 
    position: relative;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase; 
    padding: 0;
}
.inrpg-breadcrumbs {
    font-family: "Geist"; 
    color: #000000;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.46px; 
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 0;
    text-transform: capitalize;
}
.inrpg-breadcrumbs span.breadcrumb_last{ 
    color: #19466f;
}
.inrpg-breadcrumbs span a{
    text-decoration: none; 
    color: #000000;
}
.inrpg-breadcrumbs span a:hover{
    color: #b6902d;
}
.page_default {
    padding: 124px 0;
    position: relative;
}
/* .page_default::before {
    pointer-events: none;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 57%;
    height: 14%;
    background-image: url(../images/inn-page-bfr.webp);
    background-size: contain;
    background-repeat: no-repeat;
} */
.page_content{
    display: flex;
    justify-content: space-between;
}
.container1{
    width: 100%; 
    max-width: 1440px; 
    margin: auto;
}
.genpg-rite {
    width: 66%;
}
.genpg-rite.full-width{
    width: 100%;
}
.genpg-lft {
    width: 30.6%; 
    max-width: 440px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title{
    font-family: "Geist";
    color: #19466f;
    font-weight: 600; 
    text-transform: capitalize;
    margin: 0 0 30px;
    line-height: 1.1;
    letter-spacing: 0;
}
h1, h2, .search-no-results article.post .entry-header h1.entry-title{
    font-size: 50px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 28px;
}
p, li {
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    color: #19466f;
    font-weight: 500;
}
.page_default .genpg-rite a {
    color: #b6902d;
    text-decoration: none;
    font-weight: 700;
}
.page_default .genpg-rite li {
    padding-left: 50px;
    color: #19466f;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.page_default .genpg-rite ul li::before {
    position: absolute; 
    content: ""; 
    width: 24px; 
    height: 24px; 
    background-image: url(../images/in-sprites.webp); 
    background-position: -159px -15px; 
    left:0; 
    top: 10px;  
    margin: auto;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: #b6902d;
    font-weight: 700;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #19466f;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}

.page_content .genpg-rite ol li {
    font-weight: 400;
}

/*  SearchPage Styles */

.search-no-results article.post .entry-header{ margin: 0;}

.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 20px;
}



/* Sidebar Styles */

.genpg-lft .widget, .inr-sdbar-kgk-blk{
    padding: 40px 35px;
    position: relative;
    background-color: #19466f;
    margin-bottom: 50px;
    z-index: 0;
    width: 100%;
}
.inr-sdbar-kgk-blk {
    width: 50%;
    text-align: center;
    margin: 40px auto;
    padding: 32px;
}
.genpg-lft .widget::before, .inr-sdbar-kgk-blk::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
   	border: 4px solid transparent;
	background: -webkit-linear-gradient(90deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}
.genpg-lft .widget .widget-title {
    border: 0;
    color: #ffffff;
    font-size: 45px;
    font-family: "Geist";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 28px 0;
    padding: 0;
    text-transform: capitalize;
}
.genpg-lft .widget ul {
    padding: 0;
    margin: 0;
}
.genpg-lft .widget ul li a {
    position: relative;
    color: #fff;
	font-size: 22px;
	font-family: "Geist";
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0;
	text-transform: capitalize;
	display: inline-block;
}
.genpg-lft .widget ul li{
    border: 0;
    position: relative;
	margin: 0 0 15px;
	padding: 0 35px;
}
.genpg-lft .widget ul li::before{
    position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 17px;
	height: 17px;
	background-image: url(../images/in-sprites.webp);
	background-repeat: no-repeat;
	background-position: -221px -15px;
}
.genpg-lft .widget ul li:hover:before{
    background-position: -221px -51px;
}
.genpg-lft .widget ul li:last-child{ 
    margin: 0;
}
.genpg-lft .widget ul li a:hover {
    color: #b6902d;
}


.genpg-lft .widget ul.sub-menu{
    display: none;
    padding: 10px 0 0 0;
}

.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}
.genpg-lft .menu-item-has-children>button{
    font-family: var(--bodyFont);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}
.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 60px;
    top: -10px;
    position: relative;
}
.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}
.genpg-lft .widget ul.sub-menu li a{
    font-size: 20px;
}

/* Table Content */

.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 45px;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}
.genpg-lft .widget .lwptoc_header b {
    font-weight: 600 !important;
}

.genpg-lft .widget .lwptoc_item{
    margin-bottom: 20px;
}

.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.lwptoc_toggle {
    display: none;
}
.lwptoc-light .lwptoc_items A:visited {
    color: #fff !important;
}

.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover{
    border-bottom : 0 !important;
    color: #b6902d !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 0;
    width: 100%;
}
.genpg-lft .widget .lwptoc_item:last-child{ margin: 0;}

.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}



.blog-archives {
    background-color: #1e90ff;
    padding: 50px 35px 70px;
    position: relative;
    margin: 0 0 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.genpg-lft .blog-archives .widget {
    box-shadow: unset;
}
.genpg-lft.blog-page .widget::before{
    display: none;
}
.genpg-lft .blog-archives .widget .widget-title {
    text-align: left;
    padding: 0;
    color: #19466f;
    margin: 0 0 22px 0;
}
.genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 1;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    color: #010101;
    padding: 23px 30px !important;
    background-color: #fff !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url(../images/blg-drp-dwn.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 92% 48%;
    height: 75px !important;
    opacity: 1 !important;
    border: 0;
    border-radius: 0 !important;
    border-image-source: linear-gradient(to left, #a46e13, #f9c951, #a46e13, #f9c951) !important;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
}

/* .genpg-lft .blog-archives .widget select {
    background-image: url(../images/blg-drp-dwn.webp);
} */
/* .genpg-lft .blog-archives .widget_search input {
    cursor: text;
} */





/* SideBar testimonials */

.genpg-lft .widget.testi{
	background-color: #fff;
    text-align: center;
	padding: 35px 50px 45px;
	margin: 0 0 70px;
}
.genpg-lft .widget.testi .widget-title{
    color: #19466f !important;
}
.sd-testi-item{
	padding: 0;
	text-align: center;
}
.star-rat{
	width: 168px;
	height: 25px;
	background-image: url(../images/star-rating.webp);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 15px;
}
.sd-testi-item p {
    position: relative;
    color: #000;
	font-size: 20px;
	font-family: "Geist";
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0 0 20px;
}
.sd-testi-item .sub-title{
    color: #07355a;
	font-size: 28px;
	font-family: "Geist";
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.5px;
	margin: 0;
}
.sidebar-testi button.slick-prev::before, .sidebar-testi button.slick-next::before{
    display: none !important;
}
.slick-prev, .slick-next {
    top: inherit !important;
    bottom: -87px !important;
}
.sidebar-testi button.slick-prev, .sidebar-testi button.slick-next{
    background-image: url(../images/in-sprites.webp); 
    background-position: -143px -191px; 
	background-color: transparent; 
    position: absolute;
	height: 44px; 
	width: 44px; 
	z-index: 2; 
	border:none;
    background-color: #ffffff;
}
.sidebar-testi button.slick-prev {
    left: 116px !important;
}
.sidebar-testi button.slick-next {
    right: 116px !important;
}
.sidebar-testi button.slick-next{
    background-position: -213px -191px; 
}
.sidebar-testi button.slick-prev:hover{
    background-position: -143px -128px;
}
.sidebar-testi button.slick-next:hover{
    background-position: -213px -128px;
}

.shortCodeTestimonials .widget-title{
    color: #19466f;
    font-size: 45px;
    font-family: "Geist";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 28px 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    border: none;
}

/* Attorney Sidbar */
.genpg-lft .widget.atrny-sdbar-blk:before{
    display: none;
}
.genpg-lft .widget.atrny-sdbar-blk {
    padding: 0 4px;
    text-align: center;
    position: relative;
}
.genpg-lft .widget.atrny-sdbar-blk .hover a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
.genpg-lft .widget.atrny-sdbar-blk::after{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.attorney-img img{
	display: block;
	width: 100%;
}
.attorney-img {
    width: 85%;
    margin: 0px auto 0px;
    position: relative;
    z-index: 2;
}
.attrny-contnt .title{
	color: #000;
	font-size: 35px;
	font-family: "Geist";
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px;
	margin: 0 0 6px;	
	text-transform: uppercase;
}
.attrny-contnt .content{
	color: #000;
	font-size: 17px;
	font-family: "Geist";
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0px;
	margin: 0;	
	text-transform: capitalize;
    text-underline-offset: 3px;
	text-decoration: underline;
}
.attrny-contnt{
	background-image: -webkit-linear-gradient(90deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);
	padding: 20px 10px;
}
.widget.atrny-sdbar-blk .widget {
    padding: 0 0 4px;
    position: initial;
}
.widget.atrny-sdbar-blk .widget::before{
    display: none;
}
.widget.atrny-sdbar-blk:hover .attrny-contnt .title, .widget.atrny-sdbar-blk:hover .attrny-contnt .content{
    color: #fff;
}

/* Sidbar Kgk */

.genpg-lft .widget.sdbar-kgk-blk .widget {
    padding: 0;
    position: initial;
    margin: 0;
}
.genpg-lft .widget.sdbar-kgk-blk {
    text-align: center;
    margin: 0;
    padding: 38px 40px;
}
.genpg-lft .widget.sdbar-kgk-blk .kgk-img img{
	display: block;
    width: 100%;
    margin: 0 auto 25px;
    max-width: 268px;
}
.genpg-rite .widget .inr-sdbar-kgk-blk .kgk-img img{
    width: 100%;
    margin: 0 auto 25px;
    max-width: 310px;
}
.genpg-lft .widget.sdbar-kgk-blk .kgk-cont, .inr-sdbar-kgk-blk .kgk-cont{
    width: max-content;
    margin: auto;
}
.genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont, .inr-sdbar-kgk-blk .kgk-cont .spk-cont{
	color: #fff;
	font-size: 18px;
	font-family: "Geist";
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0px;
	margin: 0 0 25px;	
	text-transform: capitalize;	
	position: relative;
	text-align: left;
    padding: 0 0 0 70px;
}
.inr-sdbar-kgk-blk .kgk-cont .spk-cont{
    font-size: 18px;
    padding: 0 0 0 70px;
    margin: 0 0 25px;
}
.genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont a,  .inr-sdbar-kgk-blk .kgk-cont .spk-cont a{
	color: #fff;
	font-size: 35px;
	font-family: "Geist";
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px;
	margin: 5px 0 0 0;	
	text-transform: capitalize;	
	display: block;	
}
.genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont a:hover, .inr-sdbar-kgk-blk .kgk-cont .spk-cont a:hover{
    color: #f7c750;
}
.kgk-cont .spk-cont a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 54px;
	height: 54px;
	background-image: url(../images/in-sprites.webp);
	background-repeat: no-repeat;
	background-position: -15px -15px;
}
.kgk-cont .spk-cont a:hover{
    color: #f9ca54;
}
.genpg-lft .widget.sdbar-kgk-blk .scdl-btn a, .inr-sdbar-kgk-blk .scdl-btn a{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    padding: 25px 61px;
    border-radius: 50px;
    display: inline-block;
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);	
}
.genpg-lft .widget.sdbar-kgk-blk .scdl-btn a:hover, .inr-sdbar-kgk-blk .scdl-btn a:hover{
	color: #fff;
	background-image: none;
}

/* Common Content Box Styling Starts */

.page_content .innerpage-common-block {
	margin: 50px 0;
	padding: 41px 94px 65px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(0deg, #a46e13 -13%, #f6ee89 59%, #a46e13 107%) 25;
}
.page_content .innerpage-common-block .in-cmn-blk-hdg {
	margin: 0 0 15px;
    font-size: 50px;
    font-family: "Geist";
    color: #19466f;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    letter-spacing: 0;
}
.page_content .innerpage-common-block .in-cmn-blk-hdg strong {
	color: #b6902d;
	font-weight: inherit;
	display: block;
}
.page_content .innerpage-common-block .in-cmn-blk-text {
	margin: 0 0 26px;
}
.page_default .genpg-rite p.in-cmn-blk-text a {
    color: #19466f;
    font-weight: 500;
}
.page_default .genpg-rite p.in-cmn-blk-text a:hover{
    color: #000;
}
.page_content .innerpage-common-block .gallery-bnts {
	margin: 0 0 -102px;
	gap: 12px;
}
.page_content .innerpage-common-block .gallery-bnts a.cmn-btn {
	padding: 24px 32px;
	font-size: 22px;
    color: #000 !important;
}
.page_content .innerpage-common-block .gallery-bnts a.cmn-btn:hover {
    background: -webkit-linear-gradient(0deg, #135ea3 0%, #135ea3 100%) !important;
    color: #fff !important;
}
.page_content .innerpage-common-block .gallery-bnts a.cmn-btn.g-cal {
	padding: 24px 46px 23px 72px !important;
	font-size: 24px !important;
    background: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%) !important;
	color: #000 !important;
}
.page_content .innerpage-common-block .gallery-bnts .g-cal::before {
    background-image: url(../images/phone-call-icon-hover-img.webp) !important;
}
.page_content .innerpage-common-block .gallery-bnts .g-cal:hover::before {
    background-image: url(../images/phone-call-icon-img.webp) !important;
}
.page_content .innerpage-common-block .gallery-bnts a.cmn-btn.g-cal:hover {
    background: -webkit-linear-gradient(0deg, #135ea3 0%, #135ea3 100%) !important;
	color: #fff !important;
}

/* About Page Styling*/

.page_default.about_pg .page_content .innerpage-common-block{
    width: 66%;
    margin: 50px auto;
}
h2.abut-hdng {
    text-align: center;
    margin: 0 0 50px 0;
}

/* Attorney Page  */

.inn-attorney-sec h2{
    margin-bottom: 40px;
}
.inn-attorney-sec .attorney-lst {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 47px 0;
    align-items: center;
}
.inn-attorney-sec {
    margin: 0 0 123px 0;
}
.inn-attorney-sec .attorney-lst.secnd {
    justify-content: center;
    gap: 28px;
}
.inn-attorney-sec .attorney-lst .atrny-itm h5{
    font-family: "Geist";
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: 0;
    font-size: 35px;
    margin: 0;
    padding: 0;
 }
.inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont .trny-lnk{
    font-family: "Geist";
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 30px;
    letter-spacing: 0;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
 }
.inn-attorney-sec .attorney-lst .atrny-itm {
    width: 32%;
    position: relative;
    z-index: 1;
    margin: 0px;
}
.inn-attorney-sec .attorney-lst.secnd .atrny-itm {
    padding: 40px 0 0;
}
.inn-attorney-sec .attorney-lst.secnd .atrny-itm::before{
    height: 100%;
}
.inn-attorney-sec .attorney-lst .atrny-itm::before{
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgb(103 130 154 / 70%) 0%, rgb(238, 243, 246) 100%);
    width: 100%;
    height: 81%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.inn-attorney-sec .attorney-lst .atrny-itm:hover::before{
    background-image: url(../images/atrny-bfr-img.webp);
}
.inn-attorney-sec .attorney-lst .atrny-itm .atrny-img{ 
    margin:  auto ;
}
.inn-attorney-sec .attorney-lst .atrny-itm .atrny-img img{
    width: 100%;
    display: block;
} 
.inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont {
    text-align: center;
    background-color : #19466f;
    padding: 15px 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inn-attorney-sec .attorney-lst .atrny-itm:hover .atrny-cont{
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);
}
.inn-attorney-sec .attorney-lst .atrny-itm:hover h5{
    color: #000;
}
.inn-attorney-sec .attorney-lst .atrny-itm:hover .atrny-cont a{
    color: #000;
}
.inn-attorney-sec .hover a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.atrny-itm.content::before{display: none;}
.atrny-itm.content h2 {
    margin: 0;
    text-align: center;
}
.attorney-lst.top {
    margin: 0 0 80px 0;
    justify-content: center;
    gap: 25px;
}
/* Single Attorney Page  */

.page_content .in-profile-blk {
    padding: 30px 90px 0px 110px;
    margin: 67px 0 32px;
    background-color: #18446b;
    position: relative;
    z-index: 2;
}

.page_content .in-profile-blk::before {
	content: " ";
	position: absolute;
	background-image: url(../images/in-profile-blk-logo-bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 46px;
	bottom: 0;
	margin: auto 0;
	z-index: -1;
	left: 27px;
	width: 57.5%;
	height: 77.6%;
}

.page_content .in-profile-blk .in-profile-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page_content .in-profile-blk .in-profile-img {
    margin: -112px 0 0 -41px;
    width: 49.1%;
}

.in-profile-cnt.meet-lft-cont {
	width: 50%;
    padding-bottom: 30px;
}

.page_content .in-profile-blk .in-profile-img img {
	width: 100%;
	display: block;
}

.page_content .in-profile-blk .in-profile-main-hdg {
	font-size: 47px;
	font-family: "Geist";
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 15px;
}

.page_content .in-profile-blk .in-profil-sub-hdg {
	font-size: 25px;
	font-family: "Geist";
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #b6902d;
	text-decoration: underline;
	margin: 0 0 25px;
}

.page_content .in-profile-blk .in-speak-btn {
	padding: 0 0 0 75px;
	margin: 0 0 20px;
	position: relative;
	z-index: 2;
}

.page_content .in-profile-blk .in-speak-text {
	font-size: 18px;
	font-family: "Geist";
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: initial;
	color: #fff;
	margin: 0 0 5px;
}

.page_content .in-profile-blk .in-speak-btn a {
	font-size: 35px;
	font-family: "Geist";
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 15px;
}

.page_content .in-profile-blk .in-speak-btn a:hover {
	color: #b6902d;
	transition: all 0.4s;
}

.page_content .in-profile-blk .in-speak-btn a::before {
	position: absolute;
	content: "";
	background-image: url(../images/in-sprites.webp);
	background-position: -15px -15px;
	background-repeat: no-repeat;
	top: 0;
	left: 0px;
	bottom: 0;
	margin: auto 0;
	width: 54px;
	height: 54px;
}
.page_content .in-profile-blk .inr-atry-btn a.cmn-btn {
    font-size: 22px;
    padding: 23px 49px;
    color: #000;
}
.page_content .in-profile-blk .inr-atry-btn a.cmn-btn:hover{
    color: #fff;
}
.badge {
    max-width: 160px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 1px solid #bb8724;
    margin: 20px auto 0;
}
.badge img {
    width: 100%;
    display: block;
}

/* Inner Practice Areas */
.inr-pract-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 22px;
}
.inr-pract-list .hm-pract-itm {
    position: relative;
    background-color: #19466f;
    width: 30.9%;
}
.inr-pract-list .hm-pract-itm:hover .hm-pract-img {
    position: inherit;
    box-shadow: none;
    top: inherit;

}
.inr-pract-list .hm-pract-itm:hover .hm-pract-img img {
    height: auto;
    transform: scaley(1);
}
/*  Testimonials Page */

.testimonials-page .in-testi-blk {
    column-count: 2;
	column-gap: 40px;
}
.testimonials-page .in-testi-item {
    width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	border: 5px solid #d9a73a;
	padding: 35px 72px 85px;
	text-align: center;
	background-color: #fff;
	position: relative;
}
.in-testi-blk .star-rat {
    width: 186px;
    height: 27px;
    margin: 0 auto 25px;
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -277px -61px;
    background-size: inherit;
}
.testimonials-page .in-testi-item .description{
	color: #000;
	font-size: 20px;
	font-family: 'Geist';
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0;
	margin: 0 0 20px;
}

.testimonials-page .in-testi-item  h3{
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.testimonials-page .in-testi-item  h4.author{
	color: #07355a; 
	font-size: 38px; 
	font-family: 'Geist'; 
	font-weight: 500; 
	line-height: 1; 
	letter-spacing: 0;
	text-transform: capitalize;
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	bottom:40px; 
}


/* Blog Page */

.genpg-lft.blog-page {
    max-width: 100%;
    width: 100%;
}
.genpg-lft.blog-page .blog-archives {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 0;
    background-image: none;
    display: flex;
    gap: 30px;
    margin: 0 0 58px 0;
    background-color: transparent !important;
    box-shadow: none;
}
.genpg-lft .blog-archives .widget {
    box-shadow: unset;
    margin: 0;
    padding: 0;
    position: initial;
    background: none;
}
.blg-cntblk {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
}
.blg-cntblk .post-item {
    padding: 10px 10px 83px;
	border: 2px solid transparent;
	background: #19466f;
	text-align: center;
	position: relative;
	width: 32.4%;
}
.blg-cntblk .post-item:hover {
	border-color: #b6902d;
}
.blg-cntblk .post-img {
	margin: 0 0 32px;
}
.blg-cntblk .post-item .blog-post-img img{ 
    width: 100%;
    display: block;
}
.blg-cntblk .post-item .post-dt {
	font-size: 22px;
	font-family: "Geist";
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #3d5991;
	background: #f3f5fb;
	margin: 0 0 15px;
	padding: 17px 42px;
	text-transform: uppercase;
	position: absolute;
	top: -2px;
	left: -2px;
	pointer-events: none;
}
.blg-cntblk .post-cnt {
    padding: 0 15px;
}
.blg-cntblk .post-cnt h6 {
	font-size: 32px;
	font-family: "Geist";
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 15px;
}
.blg-cntblk .post-cnt h6 a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.blg-cntblk .post-item:hover .post-cnt h6 a {
    color: #b6902d;
}
.blg-cntblk .post-cnt p {
	font-size: 18px;
	font-family: "Geist";
	font-weight: 400;
	line-height: 1.67;
	letter-spacing: 0.36px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    line-clamp: 3;
	overflow: hidden;
	margin: 0 0 19px;
}
.blg-cntblk .post-item .post-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 35px;
}
.blg-cntblk .post-item .post-btn a.cmn-btn{ 
    font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	padding: 14px 45px;
    color: #000;
}
.blg-cntblk .post-item .post-btn a.cmn-btn:hover{
    color: #fff;
}

.page_default.blog_pg .oceanwp-pagination{ width: 100%;}

.page_default.blog_pg .oceanwp-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li{
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li::before{ display: none;}

.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 77px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #fff;
    border: 1px solid #19466f;
    color: #000;
    margin: 0;
    box-shadow: none;
    font-weight: 600;
    border-radius: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {
    background: #19466f;
    color: #fff;
    border: 1px solid #000;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before{
    content: "";
    background-image: url(../images/blg-prve-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 77px;
    height: 60px;
    font-size: 0;
    margin: auto;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before {
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover:before{
    background-image: url(../images/blg-prve-hvr-img.webp);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover:before{
    background-image: url(../images/blg-prve-hvr-img.webp);
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers {
    border: none;
}
.page_default.blog_pg .pagination a.next.page-numbers, .page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before, .page_default.blog_pg .pagination a.prev.page-numbers::before{
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}

.page_default.blog_pg .page-numbers.dots {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
}

/* Single Blog Page */

.blog-post-img{
    margin-bottom: 20px;
}
.single-post-thumbnail {
    margin-bottom: 30px;
    border: 5px solid #b6912e;
}
.blog-post-img img,.single-post-thumbnail img {
    width: 100%;
    display: block;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover{
    background-color: #000; color: #fff;
}

/* Single Blog Page Side Bar*/

.blog-archives.single {
    padding: 0;
    background: none;
    box-shadow: none;
}
.genpg-lft .blog-archives.single .widget::before {
    display: none;
}
.genpg-rite .page-navi-block a.cmn-btn{
    font-size: 24px;
    font-family: "Geist";
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    display: inline-block;
}
.genpg-rite .page-navi-block a.cmn-btn:hover{
    color: #fff;
}
.genpg-rite .page-navi {
    display: flex;
    justify-content: space-between;
}
/* Contact Page */

.page_default.contact_pg .page_content {
    text-align: center;
}
.in-cont-lst{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.in-cont-itm{
    width: 32%;
    padding: 50px 20px 25px;
    background-color: #1a4770;
    position: relative;
}
.in-cont-itm::after {
    content: "";
    background: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%) border-box;
    width: 82.7%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: auto;
}
.in-cont-itm:hover:after {
    display: none;
}
.in-cont-itm .title{
	color: #b6902d;
    font-family: 'Geist';
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.in-cont-itm .description{
	color: #fff;
    font-family: 'Geist';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 10px;	
    position: relative;
    padding: 75px 0 0 0;
}
.in-cont-itm .description:before,
.in-cont-itm .cl-tdy a:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(../images/in-sprites.webp);
	background-repeat: no-repeat;
}
.in-cont-itm .description:before{
    background-position: -148px -58px;
}
.in-cont-itm .gt-dir a{
	color: #b6902d;
    font-family: 'Geist';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
}
.in-cont-itm .gt-dir a:hover{
    color: #fff;
}
.in-cont-itm .cl-tdy{
	color: #fff;
    font-family: 'Geist';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    padding: 80px 0 0 0;
}
.in-cont-itm .cl-tdy a{
	color: #fff;
    font-family: 'Geist';
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    display: block;
}
.in-cont-itm .cl-tdy a:hover{
    color: #b6902d;
}
.in-cont-itm .cl-tdy a:before{
	background-position: -85px -1px;
}
.in-cont-itm:hover{
	background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);
	background-color: transparent;
}
.in-cont-itm:hover .gt-dir a{
    color: #000;
} 
.in-cont-itm:hover .title,
.in-cont-itm:hover .description,
.in-cont-itm:hover .cl-tdy,
.in-cont-itm:hover .cl-tdy a,
.in-cont-itm:hover .gt-dir a:hover{
    color: #000;
} 
.flw-us{
    margin: 0 0 80px;
}
.flw-us .head{
	color: #b6902d;
    font-family: 'Geist';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    margin: 0 0 20px;
    text-transform: uppercase;	
}
.social-icns{
	display: flex;
	justify-content: center;
	gap: 10px;
	position: relative;
}
.social-icns:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 582px;
	height: 1px;
	background-color: #b6902d;
}
.social-icns:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 582px;
	height: 1px;
	background-color: #b6902d;
}
.social-icns a{
	font-size: 0;
	width: 61px;
	height: 61px;
	background-color: #ebeff2;
	border-radius: 50%;
	border: 2px solid transparent; 
	position: relative;
}
.social-icns a:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 18px;
	height: 36px;
	background-image: url(../images/in-sprites.webp);
	background-repeat: no-repeat;
	background-position: -297px -128px;
}
.social-icns a.twitter:before{
    width: 29px;
    height: 29px;
	background-position: -355px -128px; 
}
.social-icns a.linkedin:before{
    width: 28px;
    height: 28px;
	background-position: -424px -128px; 
}
.social-icns a:hover{
	border: 2px solid #ecbf4e;
	background-color: #19466f;
}
.social-icns a:hover:before{
	background-position: -297px -199px;
}
.social-icns a.twitter:hover:before{
    background-position: -355px -199px;
}
.social-icns a.linkedin:hover:before{
    background-position: -424px -199px;
}

.inr-form{
	background-color: #19466f;
	padding: 64px 45px;
	position: relative;
}
.inr-form .form-hdng{
	color: #fff;
    font-family: 'Geist';
    font-weight: 500;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 3.5px;
    margin: 0 0 30px;	
    text-transform: uppercase;
}
.inr-form .form-desctn{
	color: #fff;
    font-family: 'Geist';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.6px;
    margin: 0 0 45px;	
    text-transform: uppercase;
}

.inr-form .gf_browser_chrome{
	border-bottom: 3px solid #d9a73a;
	padding: 0 50px 50px 50px;
}
.inr-form:before {
    position: absolute;
    content: "";
    left: 3%;
    bottom: 7.7%;
    margin: auto;
    width: 3px;
    height: 67%;
    background-color: #d9a73a;
}
.inr-form:after{
	position: absolute;
	content: "";
	right: 3%;
	bottom: 7.7%;
	margin: auto;
	width: 3px;
	height: 67%;
	background-color: #d9a73a;
}
.inr-form .gform_wrapper.gravity-theme .gfield input.large, .inr-form .gform_wrapper.gravity-theme .gfield textarea.large {
	color: #000 !important;
    font-family: 'Geist' !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0.8px !important;
    padding: 22px 50px 22px 25px !important;
    background-color: #fff !important;
    border: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
}
.inr-form .gform_wrapper.gravity-theme .gfield input.large::placeholder, .inr-form .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
    color: #000;
}
.inr-form .gform_wrapper.gravity-theme .gfield textarea.large {
    resize: none;
    height: 160px;
    margin-bottom: 30px;
}
.inr-form .form-links a, .inr-form .gfield-choice-input+label {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #ffffff !important;
    margin-top: -3px;
    display: inline;
    margin: 0;
}
.inr-form .form-links{
    text-align: left;
}
.inr-form .gchoice {
    margin: -10px 0 0 0;
    text-align: left;
}
.inr-form .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #d9a73a;
    border-radius: 0;
    background-color: transparent;
}
input[type=checkbox]:checked:before {
    /* content: "✓"; */
    margin-bottom: -1px;
    font-weight: 600;
    color: #d9a73a;
}
.inr-form div#popup-container {
    position: relative;
}
.inr-form div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.inr-form .gform_wrapper .gform_validation_errors {
    display: none;
}
.inr-form .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.inr-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.inr-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.inr-form .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.inr-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.inr-form .popup {
    max-width: 100%;
}
.inr-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 26px;
    grid-row-gap: 12px;
}
.inr-form-links .rd-dsclmr{
    display: block;
}
.inr-form .form-links a:hover{
    color: #d19e34;
}
.inr-form .gform_wrapper.gravity-theme .gform_footer, .inr-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0 !important;
    padding: 0 !important;
    justify-content: end !important;
}
.inr-form .gform-footer input[type="submit"] {
    padding: 20px 92px !important;
    display: inline-block !important;
    font-family: 'Geist'!important;
    font-weight: 600 !important;
    font-size: 26px !important;
    border-radius: 50px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: capitalize !important;
    border: none !important;
    color: #000 !important;
    margin: -63px 0 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    text-align: right !important;
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%) !important;	
}
.inr-form .gform-footer input[type="submit"]:hover {
    background-image: none !important;
    background-color: #135ea3;
    color: #fff !important;
}


/* Page Content */
.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.page-content form.search-form label {
    width: 100%;
}
.page-content form.search-form input[type="submit"] {
    width: 100%;
    padding: 17px;
    background: #d9262c;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
}
.cmn-img img{margin: 0 0 34px 0;}
.inn-attorney-sec.abut {
    margin: 0 0 60px 0;
}
.cmn-img.abut img{
    margin: 0 auto 34px;
}
.about-pg-blk {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin: 50px 0;
}
.about-pg-blk .left-img {
    width: 32%;
}
.about-pg-blk .left-img img {
    width: 100%;
    display: block;
}
.about-pg-blk .right-cnt {
    width: 57%;
}
.about-pg-li-list ul li strong{ color:#b6902d;}


.genpg-rite .accordion {
    display: flex
;
    flex-direction: column;
    max-width: 100%;
    counter-reset: none;
    padding-top: 0;
    width: 100%;
}
.genpg-rite .accordion-section {
    padding: 0;
    border: none;
    counter-reset: none;
    margin-bottom: 0;
}
.accordion-section-content {
    display: none;
    
}
.genpg-rite .accordion-section h5, .genpg-rite .accordion-section h3 {
    padding: 17px 50px 17px 35px;
    border: 1px solid #19466f;
    counter-reset: none;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #19466f;
    text-transform: capitalize;
    font-size: 30px;
}
.genpg-rite .accordion-section .accordion-heading:before {
    content: "";
    position: absolute;
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -14px -88px;
    width: 25px;
    height: 18px;
    top: 20px;
    right: 20px;
    margin: 0;
}


.genpg-rite .accordion .accordion-section.accordien-active .accordion-heading:before {
    background-position: -14px -88px;
    transform: rotate(180deg);
}
.genpg-rite .accordion-section .accordion-heading {
    position: relative;
    cursor: pointer;
}
 

.shortCodeTestimonials {
    padding: 41px 80px 65px;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(0deg, #a46e13 -13%, #f6ee89 59%, #a46e13 107%) 25;
	margin: 50px 0;
}
.shortCodeTestimonials h4.widget-title{
	   border: 0;
    color: #19466f !important;
    font-size: 45px;
    font-family: "Geist";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 28px 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}
.shortCodeTestimonials .slick-prev, .shortCodeTestimonials .slick-next {
    bottom: -28px !important;
}
@media screen and (max-width:1240px){
	.shortCodeTestimonials {
    padding: 25px 50px 40px;
}
.shortCodeTestimonials .slick-prev, .shortCodeTestimonials .slick-next {
    bottom: -31px !important;
}
}
@media screen and (max-width: 991px){
.shortCodeTestimonials h4.widget-title {
 
    font-size: 40px;
}
	
}
@media screen and (max-width: 767px){
.shortCodeTestimonials .slick-prev, .shortCodeTestimonials .slick-next {
    bottom: -40px !important;
}
}
@media screen and (max-width: 580px){
.shortCodeTestimonials {
    padding: 25px 25px 40px;
}
}
@media screen and (max-width: 480px){
.shortCodeTestimonials h4.widget-title {
    font-size: 35px;
}
	.shortCodeTestimonials .slick-prev, .shortCodeTestimonials .slick-next {
    bottom: -80px !important;
}
}
 




/* Responsive Start */


@media screen and (max-width: 1700px) {

    .page_bnr{padding: 130px 0 80px 0;}
    .page_title h1, .page_title h2{font-size: 66px;}
    .inrpg-breadcrumbs{font-size: 21px;}
    .page_default { padding: 112px 0;}
    .page_default .genpg-rite li{margin: 0 0 16px 0;}

    p, li { font-size: 22px;margin: 0 0 24px 0;}
    .page_default .genpg-rite ul li::before{transform: scale(0.9);top: 7px;}
    .genpg-lft .widget ul li::before{top: 9px;}

    .attorney-lst.top { margin: 0 0 70px 0; }
    .inn-attorney-sec { margin: 0 0 100px 0; }

    .inr-form .form-hdng{font-size: 62px;}

    .page_content .in-profile-blk .in-profile-main-hdg { font-size: 48px;}
    .page_content .in-profile-blk .in-profil-sub-hdg { font-size: 22px; }  
    .inn-attorney-sec.abut { margin: 0 0 50px 0; }  
	
	.page_content .in-profile-blk {padding: 30px 70px 0 110px;}

}

@media screen and (max-width: 1500px) {
    .container1 {
        max-width: 1200px;
    }

    .page_bnr { padding: 110px 0 70px 0; }
    .page_title h1, .page_title h2 { font-size: 60px; margin: 0 0 5px; }
    .inrpg-breadcrumbs { font-size: 19px; }
    .page_default { padding: 90px 0; }

    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 45px; }
    h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title{margin: 0 0 18px;}
    p, li { font-size: 20px;margin: 0 0 22px 0;}
    h3 { font-size: 36px; }
    h4 { font-size: 32px; }

    .page_default .genpg-rite ul li::before{transform: scale(0.8);top: 4px;}
    .page_default .genpg-rite li { padding-left: 32px; margin: 0 0 15px 0; }
    .genpg-lft .widget ul li::before{top: 7px;}

    .genpg-lft .widget .widget-title, .genpg-lft .widget .lwptoc_header{font-size: 40px;margin: 0 0 20px 0;}
    .genpg-lft .widget{padding: 35px 25px;margin-bottom: 40px;}
    .genpg-lft .widget ul li a{font-size: 20px;}
    .genpg-lft .widget ul li{padding: 0 15px 0 30px;}

    .genpg-lft .widget .lwptoc_item a{font-size: 20px;line-height: 1;}
    .genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap { margin: 12px 0 0 10px; }

    .sd-testi-item p{line-height: 1.5;font-size: 18px;}
    .genpg-lft .widget.testi{padding: 35px 36px 45px; margin: 0 0 56px;}
    .sidebar-testi button.slick-prev { left: 94px !important; }
    .sidebar-testi button.slick-next { right: 94px !important; }
    .sd-testi-item .sub-title{font-size: 26px;}

    .attrny-contnt .title{font-size: 32px;}
    .attrny-contnt .content{font-size: 16px;}

    .kgk-cont .spk-cont a:before{transform: scale(0.9);}
    .genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont{font-size: 16px;padding: 0 0 0 60px;margin: 0 0 20px;}
    .genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont a{font-size: 30px;}
    .genpg-lft .widget.sdbar-kgk-blk .scdl-btn a{font-size: 18px;padding: 20px 26px;}
    .genpg-lft .widget.sdbar-kgk-blk .kgk-img img{max-width: 240px;}

    .inn-attorney-sec .attorney-lst .atrny-itm h5{font-size: 28px;}
    .inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont{font-size: 15px;}
    .attorney-lst.top { margin: 0 0 50px 0; }   
    .inn-attorney-sec .attorney-lst.secnd{gap: 20px;}
    .inn-attorney-sec { margin: 0 0 80px 0; }

    .blg-cntblk{gap: 14px;}
    .genpg-lft.blog-page .blog-archives{margin: 0 0 50px 0;}
    .blg-cntblk .post-item .post-dt { font-size: 19px;padding: 15px 32px;}
    .blg-cntblk .post-img { margin: 0 0 22px;}
    .blg-cntblk .post-cnt h6 {font-size: 28px;}
    .blg-cntblk .post-cnt p{font-size: 17px;line-height: 1.47;}
    .blg-cntblk .post-item .post-btn a.cmn-btn { font-size: 20px; padding: 12px 39px; }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers { margin: 30px 0 0; }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, 
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before{width: 72px; height: 55px;}

    .genpg-rite .page-navi-block a.cmn-btn{font-size: 20px;}
    .blog-archives{margin: 0 0 40px;}

    .testimonials-page .in-testi-item{padding: 35px 48px 65px;margin-bottom: 32px;}
    .in-testi-blk .star-rat{margin: 0 auto 16px;}
    .testimonials-page .in-testi-item .description{line-height: 1.8;font-size: 19px;}
    .testimonials-page .in-testi-item h4.author{font-size: 32px; bottom: 30px;}

    .in-cont-lst{margin: 40px 0;}
    .in-cont-itm { padding: 40px 17px 20px; width: 32.5%; }
    .in-cont-itm .title{font-size: 40px;}
    .flw-us { margin: 0 0 70px; }
    .social-icns a:before{transform: scale(0.8);}
    .social-icns a { width: 58px; height: 58px; }    
    .inr-form .form-hdng { font-size: 56px;margin: 0 0 20px; }
    .inr-form .form-desctn{margin: 0 0 35px;}
    .inr-form .gf_browser_chrome { padding: 0 35px 35px 35px; }
    .inr-form:before{ left: 3.6%; bottom: 8.3%;}
    .inr-form:after{right: 3.5%; bottom: 8.3%;}
    .inr-form .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 20px; }
    .social-icns:before, .social-icns:after{width: 472px;}

    .page_content .in-profile-blk { padding: 25px 50px 0 70px; margin: 59px 0 26px; }
    .page_content .in-profile-blk .in-profile-main-hdg {font-size: 42px; margin: 0 0 12px;}
    .page_content .in-profile-blk .in-profil-sub-hdg { font-size: 20px; margin: 0 0 25px;}
    .page_content .in-profile-blk .in-speak-btn { padding: 0 0 0 66px; margin: 0 0 22px; }
    .page_content .in-profile-blk .in-speak-btn a::before{transform: scale(0.9);}
    .page_content .in-profile-blk .in-speak-text { font-size: 17px; }    
    .page_content .in-profile-blk .in-speak-btn a { font-size: 32px;}
    .page_content .in-profile-blk .inr-atry-btn a.cmn-btn { font-size: 20px; padding: 19px 34px; }
    .page_content .genpg-rite ol, .page_content .genpg-rite ul { margin: 0 0 18px 0px; }
    .page_default .genpg-rite li { margin: 0 0 12px 0; }
    .genpg-rite .accordion-section h5, .genpg-rite .accordion-section h3 {
        padding: 17px 50px 17px 22px;
        font-size: 27px;
    }
    .page_content .in-profile-blk .in-profile-img {
        margin: -112px 0 0 -41px;
        width: 50.8%;
    }

    .page_content .innerpage-common-block{margin: 30px 0;padding: 32px 50px 52px;}
    .page_content .innerpage-common-block .in-cmn-blk-hdg { margin: 0 0 12px; font-size: 42px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn { padding: 22px 26px; font-size: 18px; }
    .page_content .innerpage-common-block .gallery-bnts { margin: 0 0 -84px; gap: 10px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn.g-cal { padding: 22px 40px 22px 68px !important; font-size: 20px !important; }

    .inr-sdbar-kgk-blk .kgk-cont .spk-cont a{font-size: 32px;}
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont { padding: 0 0 0 62px; margin: 0 0 22px; }
    .inr-sdbar-kgk-blk .scdl-btn a{font-size: 18px; padding: 20px 38px;}
    .inr-sdbar-kgk-blk{margin: 30px auto;}

    .page_default.about_pg .page_content .innerpage-common-block{margin: 40px auto;}
    .inn-attorney-sec.abut { margin: 0 0 40px 0; }  
    
    .genpg-lft .menu-item-has-children>button {font-size: 33px;}
    .genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before{font-size: 54px;}
    .genpg-lft .widget ul.sub-menu li a { font-size: 19px; }

    .shortCodeTestimonials .widget-title { 
        font-size: 35px;
        margin: 0 0 18px 0;
    }
    .shortCodeTestimonials {
        padding: 30px 60px 55px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 1240px) {
    .container1 {
        max-width: 990px;
        padding: 0 10px;
    }

    .page_bnr { padding: 75px 0; }
    .page_title h1, .page_title h2 { font-size: 52px; }
    .inrpg-breadcrumbs { font-size: 18px; }

    .page_default { padding: 70px 0; }

    h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title { margin: 0 0 12px; }
    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 40px; }
    h3 { font-size: 33px; }
    h4 { font-size: 30px; }
    h5 { font-size: 28px; }
    h6 { font-size: 25px; }
    p, li { font-size: 18px; margin: 0 0 15px 0; }

    .page_default .genpg-rite ul li::before { transform: scale(0.7);top: 2px;}
    .page_default .genpg-rite li { padding-left: 30px; margin: 0 0 12px 0; line-height: 1.4; }
    .page_default .genpg-rite li ul li { padding-left: 0; }

    .genpg-lft { width: 31.5%;}
    .genpg-lft .widget .widget-title, .genpg-lft .widget .lwptoc_header { font-size: 34px; margin: 0 0 18px 0; } 
    .genpg-lft .widget{ padding: 30px 25px; margin-bottom: 30px; }
    .genpg-lft .widget ul li::before{transform: scale(0.8);top: 5px;}
    .genpg-lft .widget ul li a { font-size: 18px; }
    .genpg-lft .widget ul li { padding: 0 15px 0 22px; margin: 0 0 10px; }

    .genpg-lft .widget .lwptoc_item a { font-size: 18px; }
    .genpg-lft .widget .lwptoc_item { margin-bottom: 10px; }

    .genpg-lft .widget.testi { padding: 30px 25px 35px; margin: 0 0 52px; }
    .star-rat{transform: scale(0.9);}
    .sd-testi-item p { line-height: 1.4; font-size: 17px; margin: 0 0 12px; }
    .sd-testi-item .sub-title { font-size: 22px; }
    .sidebar-testi button.slick-next { right: 74px !important; }
    .sidebar-testi button.slick-prev { left: 74px !important; }
    .sidebar-testi button.slick-prev, .sidebar-testi button.slick-next{bottom: -36px !important;}

    .attrny-contnt{padding: 12px 10px;}
    .attrny-contnt .title { font-size: 28px; }
    .attrny-contnt .content { font-size: 15px; }

    .kgk-cont .spk-cont a:before { transform: scale(0.8); }
    .genpg-lft .widget.sdbar-kgk-blk { padding: 22px; }
    .genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont a { font-size: 26px; }
    .genpg-lft .widget.sdbar-kgk-blk .scdl-btn a{ font-size: 17px; padding: 18px 24px; }
    .genpg-lft .widget.sdbar-kgk-blk .kgk-img img { max-width: 190px; margin: 0 auto 18px; }
    .genpg-lft .widget.sdbar-kgk-blk .kgk-cont .spk-cont { font-size: 15px; margin: 0 0 18px; }

    .inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont{padding: 12px 16px;}
    .inn-attorney-sec .attorney-lst .atrny-itm h5 { font-size: 25px; }
    .inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont { font-size: 14px; }
    .inn-attorney-sec .attorney-lst.secnd { gap: 16px; }
    .attorney-lst.top { margin: 0 0 40px 0; }

    .genpg-lft.blog-page .blog-archives{gap: 12px;}
    .genpg-lft.blog-page .blog-archives { margin: 0 0 40px 0; }
    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select{font-size: 19px !important;padding: 15px 24px !important;height: 62px !important;}
    .genpg-lft .blog-archives .widget .widget-title{margin: 0 0 16px 0;}
    .blg-cntblk { gap: 12px; }
    .blg-cntblk .post-cnt h6 { font-size: 22px;margin: 0 0 10px; }
    .blg-cntblk .post-img { margin: 0 0 16px; }
    .blg-cntblk .post-item{padding: 10px 10px 58px;}
    .blg-cntblk .post-item .post-btn{bottom: 16px;}
    .blg-cntblk .post-item .post-btn a.cmn-btn { font-size: 18px; padding: 12px 37px; }
    .blg-cntblk .post-item .post-dt { font-size: 17px; padding: 13px 26px; }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, 
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before, 
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before { width: 66px; height: 49px; font-size: 22px; }

    .genpg-rite .page-navi-block a.cmn-btn { font-size: 18px; }
    .blog-archives { margin: 0 0 30px; }

    .testimonials-page .in-testi-blk { column-gap: 30px; }
    .testimonials-page .in-testi-item { padding: 30px 28px 52px; }
    .in-testi-blk .star-rat { margin: 0 auto 12px; }
    .testimonials-page .in-testi-item .description { line-height: 1.6; font-size: 17px; }
    .testimonials-page .in-testi-item h4.author { font-size: 28px; bottom: 23px; }

    .in-cont-lst { margin: 30px 0; }
    .in-cont-itm { padding: 30px 17px 20px; }
    .in-cont-itm .title { font-size: 35px; }
    .in-cont-itm .description:before, .in-cont-itm .cl-tdy a:before{transform: scale(0.9);}
    .in-cont-itm .description{font-size: 15px;padding: 70px 0 0 0;}
    .in-cont-itm .cl-tdy a{font-size: 30px;}
    .in-cont-itm .gt-dir a{font-size: 16px;}
    .flw-us .head{font-size: 18px;}
    .flw-us { margin: 0 0 50px; }
    .inr-form { padding: 50px 36px; }
    .inr-form .form-hdng { font-size: 50px; margin: 0 0 15px; }
    .inr-form .form-desctn { margin: 0 0 30px; }
    .inr-form .gform_wrapper.gravity-theme .gfield input.large, .inr-form .gform_wrapper.gravity-theme .gfield textarea.large{padding: 18px 30px 18px 22px !important;font-size: 18px !important;}
    .inr-form .gf_browser_chrome { padding: 0 26px 26px 26px; }
    .inr-form .gform-footer input[type="submit"]{font-size: 22px !important;padding: 18px 52px !important;}
    .inr-form:before, .inr-form:after{ bottom: 7.3%; }
    .social-icns:before, .social-icns:after { width: 356px; }
    .inr-form .form-links a, .inr-form .gfield-choice-input+label{font-size: 17px !important;}
    .inr-form .gform_wrapper.gravity-theme .gfield textarea.large{    margin-bottom: 18px;}
    .inr-form .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 12px; }

    .page_content .in-profile-blk {
        padding: 20px 20px 0 40px;
        margin: 55px 0 20px;
    }
    .page_content .in-profile-blk .in-profile-main-hdg { font-size: 36px; margin: 0 0 10px; }
    .page_content .in-profile-blk .in-profil-sub-hdg { font-size: 18px; margin: 0 0 20px; }
    .page_content .in-profile-blk .in-speak-btn a::before { transform: scale(0.8); }
    .page_content .in-profile-blk .in-speak-text { font-size: 16px; }
    .page_content .in-profile-blk .in-speak-btn a { font-size: 27px; }
    .page_content .in-profile-blk .inr-atry-btn a.cmn-btn { font-size: 17px; padding: 18px 28px; }
    .page_content .in-profile-blk .in-speak-btn { padding: 0 0 0 60px; margin: 0 0 12px; }
    .genpg-rite .accordion-section h5, .genpg-rite .accordion-section h3 {
        padding: 15px 50px 15px 22px;
        font-size: 24px;
    }
    .in-profile-cnt.meet-lft-cont {
        width: 50%;
        padding-bottom: 20px;
    }
    .page_content .in-profile-blk .in-profile-img {
        margin: -82px 0 0 -32px;
        width: 50%;
    }

    .page_content .innerpage-common-block { margin: 22px 0; padding: 28px 30px 40px; }
    .page_content .innerpage-common-block .in-cmn-blk-hdg { margin: 0 0 8px; font-size: 35px; }
    .page_content .innerpage-common-block .in-cmn-blk-text { margin: 0 0 20px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn { padding: 20px 24px; font-size: 16px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn.g-cal { padding: 18px 28px 18px 60px !important; font-size: 17px !important; }
    .page_content .innerpage-common-block .gallery-bnts { margin: 0 0 -66px; gap: 8px;}

    .genpg-rite .widget .inr-sdbar-kgk-blk .kgk-img img { max-width: 265px; }
    .inr-sdbar-kgk-blk { width: 46%; padding: 22px;margin: 20px auto;}    
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont a { font-size: 28px; }
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont { font-size: 16px;}
    .genpg-rite .widget .inr-sdbar-kgk-blk .kgk-img img { margin: 0 auto 18px; max-width: 235px; }

    .page_default.about_pg .page_content .innerpage-common-block{margin: 30px auto;}
    .inn-attorney-sec.abut { margin: 0 0 40px 0; }  
    
    .genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before{font-size: 48px;}
    .genpg-lft .menu-item-has-children>button { font-size: 30px; }
    .genpg-lft .widget ul.sub-menu li a { font-size: 17px; }
	.about-pg-blk {gap: 30px;margin: 30px 0;}
    .badge {max-width: 120px;margin: 20px auto 0;}
    .in-profile-cnt.meet-lft-cont {
        width: 48%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container1 {
        max-width: 720px;
        padding: 0;
    }

    .page_bnr { padding: 60px 0; }
    .page_title h1, .page_title h2 { font-size: 44px; }
    .inrpg-breadcrumbs { font-size: 16px; }

    .page_default { padding: 60px 0; }
    .in-profile-cnt.meet-lft-cont {
        width: 42%;
        padding-bottom: 20px;
    }
    
    .page_content{flex-direction: column;}
    .genpg-rite{width: 100%;margin: 0 0 20px 0;}
    .genpg-lft{width: 100%; max-width: 350px;margin: auto;}

    .sidebar-testi button.slick-next { right: 90px !important; }
    .sidebar-testi button.slick-prev { left: 90px !important; }

    .page_content .genpg-rite ol, .page_content .genpg-rite ul { margin: 0 0 18px 0px; }
    .page_content .genpg-rite ol{margin-left: 20px;}

    .page .widget.widget_lpwtoc_widget, .single-post .widget.widget_lpwtoc_widget, .page-template .widget.widget_lpwtoc_widget{display: none;}

    .inr-pract-list{flex-direction: column; justify-content: center;width: 100%; max-width: 320px; margin: auto;}
    .inr-pract-list .hm-pract-itm{width: 100%;}

    .inn-attorney-sec .attorney-lst .atrny-itm { width: 44%;}

    .genpg-lft.blog-page .blog-archives { flex-direction: column; max-width: 320px; margin: 0 auto 30px; }
    .blg-cntblk .post-item { width: 100%; }
    .blg-cntblk { flex-direction: column; width: 100%; max-width: 340px; margin: auto; gap: 25px;}
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers { margin: 10px 0 0; }

    .testimonials-page .in-testi-blk { column-count: 1;text-align: center;}
    .testimonials-page .in-testi-item { padding: 24px 23px 32px; max-width: 420px; margin-bottom: 22px; }
    .testimonials-page .in-testi-item h4.author { font-size: 25px; bottom: 14px; }

    .in-cont-lst { flex-direction: column; width: 100%; max-width: 340px; margin: 0 auto 20px; }
    .in-cont-itm { padding: 30px 42px 20px; width: 100%; margin: 0 0 25px 0; }

    .social-icns:before, .social-icns:after { width: 245px; }
    .social-icns{gap: 6px;}
    .flw-us .head { margin: 0 0 15px; }
    .flw-us { margin: 0 0 30px; }
    .inr-form { padding: 40px 20px; }
    .inr-form .gf_browser_chrome { padding: 0 15px 15px 15px; }
    .inr-form .form-hdng { font-size: 46px; margin: 0 0 15px; }
    .inr-form .form-desctn { margin: 0 0 25px; font-size: 16px; }
    .inr-form:before{ bottom: 6.7%; left: 2.3%; }
    .inr-form:after { right: 2.8%;bottom: 6.7%;}
    .inr-form .form-links a, .inr-form .gfield-choice-input+label{font-size: 16px !important;}
    .inr-form .gform_wrapper.gravity-theme .gfield input.large, .inr-form .gform_wrapper.gravity-theme .gfield textarea.large { padding: 16px 26px 16px 18px !important; font-size: 17px !important; }
    .inr-form .gform_wrapper.gravity-theme .gfield textarea.large{    height: 140px;}
    .inr-form .gform-footer input[type="submit"] { font-size: 20px !important; padding: 16px 42px !important; }
    .inr-form .form-links a, .inr-form .gfield-choice-input+label { font-size: 15px !important; }
    .inr-form .gform_wrapper .top_label input[type="checkbox"]{height: 13px !important;margin: 1px 5px 0px 0 !important; width: 13px !important;}
    input[type=checkbox]{min-width: 13px;}
    .inr-form .gchoice { margin: -14px 0 0 0; }

    .in-profile-cnt.meet-lft-cont, .page_content .in-profile-blk .in-profile-main-hdg{ text-align: left; }

    .inr-sdbar-kgk-blk { width: 62%; margin: 22px auto; }

    .page_default.about_pg .page_content .innerpage-common-block{margin: 20px auto;width: 100%;}
    .inn-attorney-sec.abut { margin: 0 0 30px 0; }  

    .genpg-lft .widget ul.sub-menu li a { font-size: 16px; }    
	.about-pg-blk {
        gap: 20px;
        margin: 30px 0;
        flex-direction: column;
        align-items: center;
    }
	.about-pg-blk .right-cnt p:last-child{ margin:0;}
	.about-pg-blk .left-img {
    width: 100%;
		max-width:360px;
}
.about-pg-blk .right-cnt {
    width: 100%;
}
.inn-attorney-sec .attorney-lst .atrny-itm::before {
    background-image: url(../images/atrny-bfr-img.webp);
    background-repeat: no-repeat;
}
.inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont {
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);
}


h2.abut-hdng {
    margin: 0 0 40px 0;
}
}
@media screen and (max-width: 767px) {
    .container1 {
        max-width: 100%;
        padding: 0 15px;
    }

    .page_bnr { padding: 50px 0; }
    .page_title h1, .page_title h2 { font-size: 38px; }
    .inrpg-breadcrumbs { font-size: 15px; }

    .page_default { padding: 50px 0; }

    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 23px; }
    h5 { font-size: 21px; }
    h6 { font-size: 20px; }
    p, li { font-size: 17px; margin: 0 0 12px 0; }
    .page_default .genpg-rite ul li::before { transform: scale(0.6); top: 0; }
    .page_default .genpg-rite li { margin: 0 0 10px 0; line-height: 1.3; }

    .inn-attorney-sec .attorney-lst .atrny-itm h5 { font-size: 22px; }
    .inn-attorney-sec .attorney-lst .atrny-itm .atrny-cont { padding: 10px 16px; }

    .genpg-rite .page-navi-block a.cmn-btn { font-size: 16px; }
    .blog-archives { margin: 0 0 20px; }
    .genpg-lft .blog-archives .widget .widget-title { margin: 0 0 12px 0; }
    .page_content .genpg-rite ol, .page_content .genpg-rite ul { margin: 0 0 12px 0px; }

    .genpg-lft .widget { margin-bottom: 25px; }

    .inr-form .form-hdng { font-size: 36px; margin: 0 0 10px; }
    .inr-form .form-desctn { margin: 0 0 20px; font-size: 15px; }
    .inr-form:before, .inr-form:after{display: none;}
    .inr-form .gf_browser_chrome { padding: 0; }
    .inr-form .gf_browser_chrome { border-bottom: 0;}
    .inr-form .gform_wrapper.gravity-theme .gform_footer, .inr-form .gform_wrapper.gravity-theme .gform_page_footer { margin: 65px 0 0 0 !important; justify-content: center !important; }
    .inr-form .gform_wrapper.gravity-theme .gfield textarea.large { margin-bottom: 10px; }
    .social-icns:before, .social-icns:after{display: none;}
    .in-cont-lst { margin: 0 auto; }
    .in-cont-itm .cl-tdy a { font-size: 25px; }

    .inn-attorney-sec { margin: 0 0 60px 0; }
    .inn-attorney-sec .attorney-lst{ gap: 12px; width: 100%; max-width: 350px; margin: auto; }
    .inn-attorney-sec .attorney-lst .atrny-itm { width: 100%;}
    .inn-attorney-sec { margin: 0; }
    .attorney-lst.top{margin: 0 auto 20px;}
    .inn-attorney-sec h3 { text-align: center; }
    .genpg-rite .accordion-section h5, .genpg-rite .accordion-section h3 {
        padding: 15px 48px 15px 18px;
        font-size: 22px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
transform: scale(0.9);
        top: 20px;
        right: 17px;}

    .page_content .in-profile-blk .in-profile-list { flex-direction: column; align-items: center; gap: 15px; }
    .page_content .in-profile-blk { padding: 20px; max-width: 400px; margin: 0px auto 20px; }
    .badge {
        max-width: 130px;
        padding: 7px;
        top: 0;
        margin: 20px auto 0;
    }
    .page_content .in-profile-blk .in-profile-img { margin: 0; width: 100%; max-width: 250px; padding: 0 10px; border-bottom: 2px solid #ffffff; }
    .in-profile-cnt.meet-lft-cont { width: 100%; }
    .page_content .in-profile-blk::before{ top: -42px; left: 40px; width: 86.5%;bottom: inherit;}
    .page_content .in-profile-blk .in-speak-btn { display: inline-block; text-align: left; }
    .in-profile-cnt.meet-lft-cont, .page_content .in-profile-blk .in-profile-main-hdg { text-align: center; }
    .page_content .innerpage-common-block .gallery-bnts { margin: 0; }
    .page_content .innerpage-common-block { margin: 20px 0; padding: 22px; }
    .page_content .innerpage-common-block .in-cmn-blk-text { margin: 0 0 15px; }
    .page_content .innerpage-common-block .in-cmn-blk-hdg { font-size: 27px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn { padding: 16px 24px; font-size: 15px; }
    .page_content .innerpage-common-block .gallery-bnts a.cmn-btn.g-cal { padding: 15px 28px 15px 58px !important; font-size: 16px !important; }

    .inr-sdbar-kgk-blk { width: 100%; }
    .inn-attorney-sec.abut { margin: 0 0 20px 0; } 
    
    .shortCodeTestimonials {
        padding: 20px 30px 55px;
        margin: 30px 0;
    }
    .sidebar-testi button.slick-prev {
        left: 40px !important;
    }
    .sidebar-testi button.slick-next {
        right: 40px !important;
    }




}
@media screen and (max-width: 480px) {

    .page_title h1, .page_title h2 { font-size: 32px; }
    .inrpg-breadcrumbs { font-size: 14px; }
    .page_bnr { padding: 40px 0; }

    .page_default { padding: 40px 0; }

    h1, h2, .search-no-results article.post .entry-header h1.entry-title { font-size: 28px; }
    h3 { font-size: 26px; }
    h4 { font-size: 24px; }
    h5 { font-size: 22px; }
    h6 { font-size: 20px; }

    .genpg-lft .widget.sdbar-kgk-blk .scdl-btn a { font-size: 16px; padding: 16px 19px; }

    .attrny-contnt .title { font-size: 24px; }
    .attrny-contnt .content { font-size: 14px; }

    .sidebar-testi button.slick-prev { left: 65px !important; }
    .sidebar-testi button.slick-next { right: 65px !important; }
    .star-rat { transform: scale(0.8); }

    .genpg-lft .widget { padding: 26px 20px; margin-bottom: 20px; }
    .genpg-lft .widget ul li a { font-size: 16px; }

    .genpg-lft .blog-archives .widget input, .genpg-lft .blog-archives .widget select { font-size: 18px !important; padding: 15px 18px !important; height: 55px !important; }
    .genpg-lft.blog-page .blog-archives { margin: 0 auto 22px; }
    .blg-cntblk .post-cnt h6 { font-size: 19px; margin: 0 0 6px; }
    .blg-cntblk .post-cnt p { font-size: 16px; line-height: 1.37; margin: 0 0 12px; }
    .blg-cntblk .post-item .post-btn a.cmn-btn { font-size: 16px; padding: 12px 32px; }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers { margin: 0; }
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, 
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before, 
    .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before { width: 60px; height: 44px; font-size: 20px;}

    .testimonials-page .in-testi-item { padding: 20px 15px 28px; margin-bottom: 18px; }
    .testimonials-page .in-testi-item h4.author { font-size: 22px; bottom: 16px; }

    .inr-form .form-hdng { font-size: 24px; }
    .inr-form { padding: 25px 12px; }
    .inr-form .gform_wrapper.gravity-theme .gfield input.large, .inr-form .gform_wrapper.gravity-theme .gfield textarea.large { padding: 12px !important; font-size: 15px !important; }
    .inr-form .form-desctn { margin: 0 0 16px; font-size: 12px; }

    .page_content .in-profile-blk .in-profile-main-hdg { font-size: 30px;margin: 0 0 6px; }
    .page_content .in-profile-blk .in-profil-sub-hdg { font-size: 16px; margin: 0 0 12px; }
    .page_content .in-profile-blk .in-speak-btn a::before { transform: scale(0.6);left: -12px; }
    .page_content .in-profile-blk .in-speak-btn { padding: 0 0 0 42px; margin: 0 0 8px; }
    .page_content .in-profile-blk .in-speak-btn a { font-size: 25px; }
    .page_content .in-profile-blk .in-speak-text { font-size: 15px; }
    .in-speak-btn p { margin: 0; }
    .page_content .in-profile-blk .inr-atry-btn a.cmn-btn { font-size: 16px; }
    .page_content .in-profile-blk::before { top: -60px; width: 81.5%; height: 84.6%; }
    .genpg-rite .accordion-section h5, .genpg-rite .accordion-section h3 {
        padding: 12px 48px 12px 18px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .genpg-rite .accordion-section .accordion-heading:before {
        transform: scale(0.8);
        top: 17px;
        right: 12px;
    }

    .page_content .innerpage-common-block { padding: 18px; margin: 20px 0; }
    .page_content .innerpage-common-block .in-cmn-blk-hdg { font-size: 17px; }
    .page_content .innerpage-common-block .in-cmn-blk-text { margin: 0 0 12px; font-size: 15px; }

    .genpg-rite .widget .inr-sdbar-kgk-blk .kgk-img img { margin: 0 auto 15px; max-width: 190px; }
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont { font-size: 14px; padding: 0 0 0 56px; margin: 0 0 18px; }
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont a { font-size: 24px; }
    .inr-sdbar-kgk-blk .kgk-cont .spk-cont a:before { transform: scale(0.7); }
    .inr-sdbar-kgk-blk .scdl-btn a { font-size: 16px; padding: 16px 28px; }

    .shortCodeTestimonials {
        padding: 20px 20px 75px;
        margin: 30px 0;
    }
    .shortCodeTestimonials .widget-title{
        font-size: 31px;
        margin: 0 0 12px 0;
    }
    .sidebar-testi button.slick-prev, .sidebar-testi button.slick-next {
        bottom: -86px !important;
    }
}

/* New About Us Page */


.about-attrny-list {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.about-attrny-list img{
    width: 100%;
    display: block;
    transform: scaleX(-1);
}
.about-attrny-list .left-img {
    width: 30%;
    padding: 40px;
    position: relative;
    background-color: #19466f;
    padding-bottom: 0 !important;
    border: 2px solid #b17c1d;
}
.about-attrny-list .right-img-cnt {
    width: 65%;
}
.about-attrny-list .right-img-cnt p:last-child{ margin: 0;}

.page_content .innerpage-common-block .in-cmn-blk-text strong a{
    color: #b6902d !important;
}
.page_content .innerpage-common-block .in-cmn-blk-text strong a:hover{
    color: #000 !important;
}
.page_content .top-heading {
    margin: 0 0 50px 0;
}

/* attorny carousel */

.denise-badges{ margin: 30px 0;}

.in-badge img{ width: 100%; display: block; max-width: 200px; margin: auto;}

@media screen and (max-width: 1240px) {

    .about-attrny-list {
        margin-bottom: 30px;
        padding-top: 15px;
    }
    .about-attrny-list .left-img {
        padding: 10px;;
    }
    .about-attrny-list .right-img-cnt {
        width: 67%;
    }
    .page_content .top-heading {
        margin: 0 0 40px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-attrny-list {
        margin-bottom: 30px;
        padding-top: 15px;
        flex-direction: column;
        gap: 20px;
    }
    .about-attrny-list .left-img {
        padding: 10px;
        width: 100%;
        max-width: 320px;
    }
    .about-attrny-list .right-img-cnt {
        width: 100%;
    }
    .denise-badges{ margin: 0 0 30px 0;}
}
@media screen and (max-width: 767px) {
h2.abut-hdng br{ display: none;}
}




