* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: "Open Sans", sans-serif;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.header-span-styling 
{font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #9a0500;
}
.wp-caption {
	width: 100% !important;
}
img{
	max-width:100%;
	height:auto;
}
a{
	color: var(--global-color-primary);
	text-decoration: none;
}
a:hover{
	color: var(--global-color-primary);
	text-decoration: underline;
}
lite-youtube{
	max-width: 100% !important;
}
/* Typography Start  */
h1 {
	font-size: 34px;
	font-weight: 500;
	line-height: 40px;
	color: var(--global-color-black);
}

h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
    letter-spacing: 0.02em;
    color: #9a0500;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
}

h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
}
h6 {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
}
h2, h3, h4 {
	margin-bottom: 20px;
	margin-top: 15px;
}
p {
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	color:#515151;
    font-weight:300;
}
h2.accordion-header {
	margin-top: 0;
}
/* Typography end  */

/* Lower Alpha and Roman list styles */
ol.roman {
    counter-reset: roman;
}
ol.alpha {
    counter-reset: alpha
}
ol li {
    list-style: none;
    position: relative;
}
ol.roman > li:before {
    counter-increment: roman;
    content:"(" counter(roman, lower-roman)") "
}
ol.alpha > li:before {
    counter-increment: alpha;
    content:"(" counter(alpha, lower-alpha)") "
}
#lemon-law-recent-posts,
#menu-pennsylvania-sidebar-menu {
	list-style: disclosure-closed;
  line-height: 2.5rem;
  width: 100%;
  padding-left: 1rem;
  color: var(--global-color-primary);
}
/* Lower Alpha and Roman list styles end */
.btn {
	background-color: var(--global-color-primary);
	border-radius: 5px;
	border: 1px solid var(--global-color-primary);
}

.btn a {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: var(--global-color-white);
	text-decoration: none;
}

.btn:hover {
	background-color: var(--global-color-primary-hover);
	color: var(--global-color-primary) !important;
}

.btn:hover a {
	color: var(--global-color-primary);
}

.btn:active a {
	color: var(--global-color-primary);
}

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

.btn-yellow {
	background-color: var(--global-color-yellow);
	border-radius: 5px;
	border: 1px solid var(--global-color-yellow);
}

.btn-yellow a {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: var(--global-color-primary);
	text-decoration: none;
}

.btn-yellow:hover {
	background-color: var(--global-color-light-yellow);
}

.btn:hover a {
	color: var(--global-color-primary);
}

.btn:active a {
	color: var(--global-color-primary);
}

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



/* spacing starts */
.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-60{
	padding-top: 60px;
}

/* spacing ends */

/* Main page styling */

.main-wrapper{
	column-gap: 30px;
}

/* header button starts */
.header-btn {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	background-color: var(--global-color-green);
	color: var(--global-color-white);
	letter-spacing: 0.15rem;
	border-radius: 9px;
	box-shadow: 0px 1px 9px 2px #999999;
	border: 1px solid var(--global-color-white);
}

.header-btn:hover {
	background-color: var(--global-color-primary-hover);
	color: var(--global-color-primary);
}

.header-btn:active {
	background-color: var(--global-color-primary-hover);
	color: var(--global-color-white);
}

.header-btn:focus {
	box-shadow: 0px 1px 9px 2px #999999;
}
button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}
/* header button ends */

/* hamburger styling starts */

.hamburger {
	align-items: flex-start;
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	background-color: var(--global-color-primary);
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* hamburger styling ends */

.btn-wrapper {
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}
/* #site-nav .current_page_parent > a, #site-nav > .current_page_parent .current_page_item > a, #site-nav > .current-menu-parent .current_page_item > a{
	color: #fff !important;
}
#site-nav .current_page_parent, #site-nav .current_page_item, #site-nav .current-menu-parent{
	background-color: var(--global-color-ruby);
} */
/* Active Parent Menu Item */
#site-nav .current_page_parent, 
#site-nav .current-menu-parent {
    background-color: var(--global-color-ruby);
}

/* Active Parent Link Color */
#site-nav .current_page_parent > a, 
#site-nav .current-menu-parent > a {
    color: #fff !important;
}

/* Active Submenu Item */
#site-nav .current_page_item, 
#site-nav .current-menu-item {
    background-color: var(--global-color-ruby);
}

/* Active Submenu Link Color */
#site-nav .current_page_item > a, 
#site-nav .current-menu-item > a {
    color: #fff !important;
}

/* Active Sub-Child Menu Item */
#site-nav .current_page_item .current_page_item, 
#site-nav .current-menu-item .current-menu-item {
    background-color: var(--global-color-ruby);
}

/* Active Sub-Child Link Color */
#site-nav .current_page_item .current_page_item > a, 
#site-nav .current-menu-item .current-menu-item > a {
    color: #fff !important;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}
img.alignright{
	float: right;
	margin-left: 15px;
}
 .body-content-wrap a {
 	font-weight:400;
 }
.body-content-wrap img.custom-class {
	margin-bottom: 15px;
	max-width: 100%;
}
.body-content-wrap ul {
	list-style: none;
	padding-left: 30px;
	margin-bottom: 15px;
}
.body-content-wrap ul li {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 10px;
	color:#515151;
}
.body-content-wrap ul li:last-child{
	margin-bottom:0;
}
.body-content-wrap ul li:before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(/wp-content/uploads/2024/08/lemon-icon.svg);
	position: absolute;
	left: -30px;
	background-size: contain;
	background-position: center;
	top: 7px;
}

@media screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.dropdown-menu{
		left: 0;
		top: 50px;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children{
		position:relative;
	}
	.primery-menus ul.navbar-nav ul.sub-menu {
		position: absolute;
		background-color: var(--global-color-white);
		width: max-content;
		min-width: 160px;
		box-shadow: 0px 3px 8.1px 1.9px rgba(0, 0, 0, 0.19);
		font-size: 14px;
		opacity: 0;
		visibility: hidden;
		transition: .4s ease;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu a{
		text-decoration:none;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transition: .4s ease;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children:after {
		content: "";
		width: 7.5px;
		height: 7.5px;
		position: absolute;
		right: 12px;
		top: -4px;
		bottom: 0;
		transform: rotate(45deg);
		border-width: 0px 2px 2px 0px;
		border-style: solid;
		border-color: var(--global-color-white);
		margin: auto;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children:hover:after {
		border-width: 2px 0px 0px 2px;
		top: 2px;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > a {
		padding-right: 32px;
	}
	ul.sub-menu {
		display: grid;
	}
	.primery-menus ul.navbar-nav ul.sub-menu > .menu-item {
		padding: 4px 28px 4px 10px;
	}
	.primery-menus ul.navbar-nav ul.sub-menu > .menu-item > a{
		color: var(--global-color-ruby-2);
	}
	.primery-menus ul.navbar-nav ul.sub-menu > .menu-item:hover {
		background-color: var(--global-color-grey); 
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item.menu-item-has-children {
		position: relative;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item.menu-item-has-children:after {
		content: "";
		width: 5.5px;
		height: 5.5px;
		position: absolute;
		right: 12px;
		top: -2px;
		bottom: 0;
		transform: rotate(45deg);
		border-width: 1.5px 1.5px 0px 0px;
		border-style: solid;
		margin: auto;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item.menu-item-has-children:hover:after{
		border-width: 0px 0px 1.5px 1.5px;
		right: 10px;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item.menu-item-has-children:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transition: .4s ease;
	}
	.primery-menus ul.navbar-nav > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item.menu-item-has-children > ul.sub-menu {
		left: 100%;
		top: 0;
		box-shadow: 6px 0 10px 0 rgba(0, 0, 0, 0.15);
	}
}

@media only screen and (max-width: 991px) {
	.navbar-brand img {
		width: 250px;
	}
	button.navbar-toggler {
		border: 2px solid var(--global-color-primary);
		padding: 0;
		border-radius: 0;
		padding: 8px 10px;
	}
	.navbar-collapse {
		/* Anchor to the viewport (not the document) so the menu stays put
		   regardless of page scroll or the .fixed-header toggle. */
		position: fixed;
		top: 195px;
		width: 100%;
		background-color: var(--global-color-primary);
		left: 0;
		z-index: 9999;
		/* Keep the open menu within the screen and scroll if it's taller */
		max-height: calc(100vh - 195px);
		max-height: calc(100dvh - 195px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}
	/* Lock the page behind the menu so the gesture can't escape to the body */
	body.menu-open {
		overflow: hidden;
	}
	.navbar-nav {
		background-color: var(--global-color-transparent);
	}
	.nav-item {
		margin: 0;
		padding: 6px 0px !important;
	}

	.nav-item a {
		margin: 0;
		padding: 8px 20px !important;
	}

	.dropdown-item {
		padding: 8px 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		color: var(--global-color-primary);
	}

	.dropdown-item:hover {
		background-color: var(--global_color_grey);
		color: var(--global-color-primary);
	}

	.dropdown-item:active {
		background-color: var(--global_color_grey);
		color: var(--global-color-primary);
	}
	/*  Sub menu Open and Close Css start */

	span.down-arrow {
		width: 25px;
		height: 25px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	span.down-arrow:before {
		width: 10px;
		height: 10px;
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: var(--global-color-white);
		display: inline-block;
		transform: rotate(45deg);
		content: "";
		margin-top: -5px;
		transition: .4s ease;
	}
	span.down-arrow.current:before {
		transform: rotate(225deg);
		margin-top: 4px;
		transition: .4s ease;
	}
	#site-nav > .menu-item-has-children.current {
		background-color: var(--global-color-ruby);
	}
	#site-nav > .menu-item-has-children.current .sub-menu .menu-item-has-children.current > a, #site-nav > .menu-item-has-children > .sub-menu .menu-item-has-children a:hover {
		background-color: var(--global-color-ruby);
	}
	#site-nav > .menu-item-has-children.current > .sub-menu .menu-item-has-children.current > .sub-menu li a{
		padding-left:30px;
	}
	.primery-menus ul.navbar-nav ul.sub-menu span.down-arrow {
		top: 6px;
	}
	.primery-menus ul.navbar-nav ul.sub-menu span.down-arrow:before{
		border-color: var(--global-color-ruby);
	}
	.menu-item-has-children ul {
		display: none;
		overflow: hidden;
	}
	.sub-menu.show {
		display: block;
	}
	.open-sub-menu > .sub-menu {
		display: block;
	}
	.primery-menus ul.navbar-nav ul.sub-menu li a {
		padding: 8px 10px 7px 20px;
		display: grid;
		text-decoration: none;
		font-size:20px;
	}
	#navbarNavDropdown ul li a {
		font-size:20px;
		font-weight:100;
	}
	#site-nav .menu-item-has-children{
		position:relative;
	}
	#site-nav .current-page-parent .sub-menu .current-menu-item > a {
		background-color: var(--global-color-grey);
	}
	nav.navbar.navbar-expand-lg {
		position: static;
	}
	/*  Sub menu Open and Close Css End */

}

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

	.btn-wrapper {
		column-gap: 20px;
	}

	.navbar-brand img {
		width: 230px;
	}
	.navbar-collapse {
		top: 173px;
		max-height: calc(100vh - 173px);
		max-height: calc(100dvh - 173px);
	}
}
@media only screen and (max-width: 410px) {

	.btn-wrapper {
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	.btn {
		padding: 10px;
	}

	.btn-yellow {
		padding: 10px;
	}
}


/* sidebar styling starts*/

.sidebar{
	gap: 30px;
}
.sidebar-box{
	border: 1px solid var(--global-color-primary);
	border-radius: 5px;
}
.sidebar-title{
	padding: 10px;
	background-color: var(--global-color-primary);
}
.sidebar-content{
	background-color: #dddddd;
	border-radius: 0px 0px 5px 5px;
}
.sidebar-links{
	row-gap: 20px;
}
.sidebar-links a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	width: 150px;
}
.sidebar-links a:hover{
	text-decoration: underline;
}
.sidebar-links p{
	font-size: 10px ;
	font-weight: 100;
	line-height: 20px;
	color: var(--global-color-primary);
}

.sidebar_menu h3 {
	font-size: 30px;
	line-height: 33px;
	color: var(--global-color-primary);
	margin-bottom: 15px;
}
.sidebar-nav {
	padding-left: 16px;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}

.sidebar-images{
	gap: 30px;
}
.images-titles{
	gap: 20px;
}
.sidebar-images a img{
	width: 65%;
}
.sidebar-images > h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	color: var(--global-color-secondary);
	margin: 0;
}

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

	.sidebar-images a img{
		width: 50%;
	}

}
/* sidebar styling ends*/

ul.breadcrumbs {
	list-style: none;
	display: flex;
	gap: 4px;
	padding: 0;
	flex-direction: row;
}
ul.breadcrumbs li:before{
	display:none;
}
.primery-menus ul {
	list-style: none;
	padding: 0;
}
.primery-menus ul.navbar-nav {
	background-color: var(--global-color-primary);
}

.primery-menus ul.navbar-nav > .menu-item > a {
	text-decoration: none;
	color: var(--global-color-white);
	padding: 14px;
	display: block;
	transition: .5s ease;
	font-size: 14px;
}

.primery-menus ul.navbar-nav > .menu-item > a:hover{
	background-color: var(--global-color-ruby);
	transition:.5s ease;
}
.primery-menus ul.navbar-nav ul.sub-menu {
	background-color: var(--global-color-white);
	font-size: 14px;
	z-index: 999;
}


/* footer styles Starts */


.footer{
	background-color: var(--global-color-primary-hover);

}
.footer-wrapper{
	gap: 20px;
}
.footer-row-wrapper{
	row-gap: 20px;
}
.widget-title{
	font-size: 20px;
	font-weight: 700;
	color: var(  --global-color-secondary);
	line-height: 34px;
}
#menu-brands-menu li a {
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
}
#menu-brands-menu li:after{
	content:",";
	font-weight: 600;
}
#menu-brands-menu li:last-child:after{
	display:none;
}
#menu-brands-menu li a:hover{
	text-decoration:underline
}
#menu-brands-menu {
	padding-left: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 5px;
}
ul#menu-copyright-menu {
	list-style: none;
	display: flex;
	gap: 8px;
	padding: 0px;
	margin: 0px;
}
ul#menu-copyright-menu li:after{
	content: "|";
	font-weight: 600;
	padding-left: 8px;
}
ul#menu-copyright-menu li:last-child:after{
	display:none;
}
#menu-copyright-menu a{
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
	color: var(--global-color-red);
	text-decoration: none;
}
#menu-copyright-menu a:hover{
	text-decoration: underline !important;
}
.textwidget > p{
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	color: var(  --global-color-secondary);
	margin: 0;
}
#menu-location-menus {
	display: grid;
	grid-template-columns: 1fr 1fr !important;
	padding-left: 15px;
	margin: 0;
}
#menu-location-menus li a{
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	text-decoration: none;
}
#menu-location-menus li a:hover{
	text-decoration: underline;
}

.sidebar-menu-links a{
	font-size: 18px  ;
	font-weight: 400 ;
	line-height: 34px;
	text-decoration: none;
}

.copyright-wrapper{
	column-gap: 8px;
}
.home h1.hero-heading {
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	color: var(--global-color-blue);
}
.Driver-h3{
	color: var(--global-color-secondary);
}
.hero-content{
	font-size: 20px;
	font-weight: 100;
	line-height: 34px;
	color: var(--global-color-secondary);
}

/* list styling starts */

.sidebar-heading{
	color: var(--global-color-secondary);
}
/* list styling ends */

@media only screen and (max-width: 992px){
	.footer{
		padding-top: 50px;
	}
}
@media only screen and (max-width: 768px){

	#menu-brands-menu li a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 576px){

	#menu-location-menus {
		grid-template-columns: 1fr !important;
	}
}

/* Form Css Start  */
.sidebar-form {
	background-color: #dddddd;
}
.sidebar-form .gform-body.gform_body {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.gform_body input::placeholder,
.gform_body textarea::placeholder {
	color: #888888 !important;
	opacity: 1;
}
.gform_body .gfield_select:invalid,
.gform_body .gfield_select:has(option[value=""]:checked),
.gform_body .gfield_select option.gf_placeholder {
	color: #888888 !important;
}
.sidebar-form .gform-theme--foundation .gform_fields{
	gap: 15px !important;
}
.sidebar-form .gfield_select {
	width: 100%;
	color: #000000;
	height: 55px;
	padding: 5px 10px;
	border: 1px solid #000000;
	border-radius: 5px;
	font-size: 20px;
	line-height: 41px;
}
.sidebar-form textarea {
	height: 150px;
	padding: 5px 10px !important;
	border: 1px solid #000000 !important;
	border-radius: 5px !important;
	line-height: 1.2 !important;
	font-size: 20px !important;
	color: #000000 !important;
}
.sidebar-form .ginput_container input {
	height: 55px !important;
	padding: 5px 10px !important;
	border: 1px solid #000000 !important;
	border-radius: 5px !important;
	font-size: 20px !important;
	line-height: 41px !important;
	color: #000000 !important;
}
.sidebar-form .gform_footer .gform_button {
	font-weight: 600 !important;
	background: var(--global-color-green) !important;
	text-decoration: none;
	border: none !important;
	margin: 0 auto !important;
	font-size: 20px !important;
	width: calc(100% - 20px) !important;
	padding: 18px !important;
	margin-bottom: 20px !important;
}
/* Form Css End  */

/* Sidebar reviews containment (all state review widgets).
   The wpbr collection is configured as a multi-column grid whose cards are
   wider than the sidebar, so they spill over the page body. Constrain the
   collection's containers and force the cards (.wpbr-collection__item) to a
   single full-width column that stays inside the sidebar. Targets every
   *-lemon-law-reviews container (PA, NY, NJ, and any future state). */
[class*="-lemon-law-reviews"] {
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
	overflow: hidden;
}
[class*="-lemon-law-reviews"] .wpbr-wrap,
[class*="-lemon-law-reviews"] .wpbr-collection,
[class*="-lemon-law-reviews"] .wpbr-collection__inner,
[class*="-lemon-law-reviews"] .wpbr-collection__list {
	display: block !important;
	position: static !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}
[class*="-lemon-law-reviews"] .wpbr-collection__item {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 0 16px 0 !important;
	box-sizing: border-box;
}
[class*="-lemon-law-reviews"] .wpbr-review,
[class*="-lemon-law-reviews"] .wpbr-review__content {
	max-width: 100% !important;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-break: break-word;
}
[class*="-lemon-law-reviews"] img {
	max-width: 100% !important;
	height: auto !important;
}

.nolink.menu-item a {
	color: var(--global-color-black);
}

/* cta and testimonial styling starts */
.rid-cta-bg{
	background-color: var( --global-color-sky-blue);
	padding: 35px;
	border-radius: 4px;
	margin: 15px 0;
}
.rid-cta-bg > p {
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	color: var(--global-color-secondary);
}

.rid-cta-btn{
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	width: fit-content;
	box-shadow: 0px 1px 9px 2px #999999;
	border-radius: 9px;
	color: var(--global-color-white);
}
.rid-cta-btn:hover{
	color: var(--global-color-white);
	text-decoration: none !important;
}

.testimonial-bg{
	background-color: var( --global-color-sky-blue);
	padding: 35px;
	border-radius: 4px;
	margin: 15px 0;
}
.testimonial-p{
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}
.testimonial-h{
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
}


.cta-bg{
	background-color: var( --global-color-sky-blue);
	padding: 35px;
	border-radius: 4px;
	margin: 15px 0;
}
.cta-p{
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	color: var(--global-color-secondary);
}
.cta-btn{
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	width: fit-content;
	box-shadow: 0px 1px 9px 2px #999999;
	border-radius: 9px;
	color: var(--global-color-white);
	background-color: var(--global-color-green);
}
.cta-btn:hover{
	color: var(--global-color-primary);
	text-decoration: none !important;
}
.testimonial-li p {
	margin-bottom: 0;
}
/* cta and testimonial styling ends */

/* Accordion styling starts */
.accordion{
	padding: 0;
	margin: 15px 0;
}
.accordion-item{
	margin-bottom: 10px;
	border: 1px solid var(--global-color-primary) !important;
	border-radius: 4px !important;
}

button.accordion-button {
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	background-color: var(--global-color-primary);
	color: var(--global-color-white);
}
button.accordion-button:not(.collapsed){
	background-color: var(--global-color-primary);
	color: var(--global-color-white);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	margin-left: auto;
	content: "";
	transition: transform .2s ease-in-out;
	border-color: var(--global-color-white);
	border-bottom: 2px solid;
	border-left: 2px solid;
	transform: rotate(-45deg);
}
.accordion-button:not(.collapsed)::after{
	transform: rotate(135deg);
}
.accordion-button:focus{
	box-shadow: none;
}
button.accordion-button.collapsed {
	border-radius: 4px !important;
}
.accordion-body{
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
}

.accordion-body > p{
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	color: var(--global-color-secondary);
}

.accordion-body > h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 38px;
	color: var(--global-color-black);
}
@media only screen and (max-width: 992px){
	button.accordion-button {
		font-size: 22px;
		line-height: 34px;
	}
	.accordion-body > p{
		font-size: 20px;
		line-height: 30px;
	}

	.accordion-body > h2{
		font-size: 22px;
		line-height: 34px;
	}
}
@media only screen and (max-width: 767px){
	button.accordion-button {
		font-size: 20px;
		line-height: 30px;
	}
	.logo-col .custom-logo-link img {
    width: 125px;
}
	.accordion-body > p{
		font-size: 18px;
		line-height: 26px;
	}

	.accordion-body > h2{
		font-size: 20px;
		line-height: 304px;
	}
}
/* Accordion styling ends */
hr {
	color: #55637e94;
}
p.date-name {
	font-weight: 600;
	margin-bottom: 0;
}

/*** Comment Form Css **/
/* Comments Section Styling */
.comments-area {
	margin-top: 50px;
}

.comments-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 10px;
}

/* List of comments */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment {
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	list-style:none;
}
ul.children {
	padding: 0;
}

.comment:before {
	display: none;
}
.comment-author {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap:8px;
}
.comment-meta + p {
	margin-bottom: 9px;
	font-size: 18px;
}
.comment-author img {
	border-radius: 50%;
	margin-right: 15px;
}

.comment-meta {
	font-size: 12px;
	color: #999;
}

.comment-content {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.comment-reply {
	margin-top: 10px;
}

.comment-reply a {
	font-size: 14px;
	color: #0073aa;
	text-decoration: none;
}

.comment-reply a:hover {
	text-decoration: underline;
}

/* Comment Form Styling */
.comment-respond h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment-form {
	margin: 0;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
}

.comment-form textarea {
	height: 150px;
	resize: vertical;
}

.comment-form input[type="submit"] {
	background-color: var(--global-color-primary);
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
	background-color: var(--global-color-secondary);
}
form#commentform p {
	margin-bottom: 2px;
}
/* Error and Success Messages */
.comment-form .form-submit .error {
	color: red;
	font-size: 12px;
	margin-top: 10px;
}

.comment-form .form-submit .success {
	color: green;
	font-size: 12px;
	margin-top: 10px;
}

/* Threaded Comments Indentation */
.children {
	margin-left: 40px;
}

.children .comment {
	border: none;
	margin-top: 20px;
}
p.comment-form-cookies-consent {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 14px;
	line-height: 18px;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	width: 30px;
	margin: 0;
}
/*** Comment Form Css End **/

.social-icon-page {
	width: 250px;
}
.pagination {
	justify-content: space-between;
}
.blog-archive .post h2 {
	margin-bottom: 7px;
	font-size: 24px;
}

/* Rid Form CSS Starts */

h2.gform_title{
	display: none !important;
}

.rid-form label.gfield_label {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 21px !important;
	margin: 0 !important;
}
.rid-form .ginput_container > input {
	height: 34px !important;
	border-color: #ccc !important;
}
.rid-form .ginput_container > input:focus{
	border-color: var(--global-color-light-blue) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important; 
}
.rid-form .gfield_select{
	border-color: #ccc !important;
}
.rid-form .gfield_select:focus{
	border-color: var(--global-color-light-blue) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important; 
}
.rid-form legend.gfield_label {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 21px !important;
}
.rid-form h3.gsection_title {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin: 10px 0;
}

.rid-form .gfield--type-html > p{
	color: var(--global-color-secondary) !important;
}

.rid-form .column-fields > legend.gfield_label {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 21px !important;
}

.rid-form .gfield_description{
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 34px !important;
	color: var(--global-color-secondary) !important;
}
.rid-form .gfield_label{
	height: 100%;
	justify-content: center;
	align-items: flex-end;
	padding-right: 25px !important;
}
.rid-form .gform_fields{
	row-gap: 15px !important;
}
.rid-form .gfield_radio{
	flex-direction: row !important;
	gap: 50px !important;
}
.rid-form .gfield_checkbox{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr !important;
}
.rid-form .column-field.gfield--type-html > h3{
	margin: 10px 0 0 0 !important;
}
.rid-form .column-field > p{
	margin: 0 !important;
}
.rid-form .column-field label.gfield_label {
	width: 100% !important;
	align-content: flex-start;
}
.column-fields {
	display: flex !important;
	flex-direction: column !important;
	row-gap: 10px !important;
}
.column-fields .gfield_label{
	width: 100% !important;
	align-content: flex-start !important;
}
.column-fields .ginput_container{
	width: 100% !important;
}
.column-fields .gfield_description{
	margin: 0 !important;
	width: 100% !important;
}
.rid-form .gform_footer{
	padding: 0 !important;
	margin-bottom: 40px !important;
}
.rid-form .gfield-choice-input{
	height: 12px !important;
	width: 12px !important;
}
.rid-form .gfield-choice-input:before{
	font-size: 10px !important;
}
.rid-form .gchoice .gfield-choice-input{
	align-self: center !important;
}
.rid-form .gchoice > label{
	margin: 0 !important;
	font-size: 15px !important;
}
.rid-form .ginput_container .textarea{
	border-color: #ccc !important;
}
.rid-form .ginput_container .textarea:focus{
	border-color: var(--global-color-light-blue) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important; 
}
.rid-form .gfield_radio .gfield-choice-input:before{
	width: 6px;
	height: 6px;
}
.rid-form .gform_button{
	padding: 10px !important;
	background-color: var(--global-color-green) !important;
	border-radius: 5px !important;
}
.rid-form .gfield--type-section{
	border-color: #eee !important;
}

.form-repeater > .ginput_container{
	width: 100% !important;
}
.container-repeater-field{
	display: flex !important;
	gap: 30px;
}
.container-repeater-field > .gfield {
	width: 25% !important;
}
.container-repeater-field > .gfield > .ginput_container {
	width: 100% !important;
}
.container-repeater-field > .gfield > .ginput_container > input{

}
.gfield--type-repeater_start > .gfield_label{
	display: none !important;
}
.repeater-field-header-acctions {
	display: none !important;
}
.repeater-field-item {
	display: flex !important;
	flex-direction: column;
	gap: 10px;
}
.rid-form .form-repeater{
	padding: 0 !important;
	margin-top: -20px !important;
	margin-bottom: 10px !important;
}
.repeater-field-warp-item-data{
	display: flex !important;
	flex-direction: column;
}
a.gf-repeater-field-button-add {
	padding: 10px;
	border-radius: 5px;
	background-color: var(--global-color-yellow);
	color: var(--global-color-black);
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}
a.gf-repeater-field-button-add:hover {
	background-color: var(--global-color-yellow);
	color: var(--global-color-black);
	box-shadow: none !important;
	text-decoration: none;
}
.repeater-field-header-count{
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
}
.label-none > label {
	display: none !important;
}
@media only screen and (max-width: 650px){
	.rid-form .gfield{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.rid-form .gfield .gfield_label{
		justify-content: flex-start !important;
	}
	.rid-form .gfield_label{
		height: auto !important;
	}
	.container-repeater-field{
		flex-direction: column !important;
	}
	.container-repeater-field > .gfield {
		width: 100% !important;
	}
}
/* state alphabet styling starts */

.alphabetical-toc{
	    display: flex;
    gap: 7px;
    justify-content: center;
	padding: 0 !important;
}
ul.alphabetical-toc > li > a{
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	
}
ul.alphabetical-toc > li{
	margin: 0 !important;
}
ul.alphabetical-toc > li:before{
	display: none !important;
}
.alphabet-heading {
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background-color: #eee;
}
.accordion-state > .alphabet-heading:first-child {
    display: none !important;
}
.accordion-state button.accordion-button {
    font-size: 18px;
    padding: 5px 15px;
}
.accordion-state .accordion-body{
	gap:0 !important;
}
.header.site_header {
    transition: all 0.5s ease-in-out; /* Smooth transition for all changes */
}
.header.site_header{
	padding-bottom: 10px;
}
.custom-logo-link{
	display: inline-block;
	padding-bottom: 15px;
}
.custom-logo-link img{
	width: 320px;
	height: auto;
}

.get_date_publish {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Styles for the 404 Page */
.error-404 {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.error-404 .page-title {
    font-size: 3rem;
    font-weight: bold;
    color: #ff6b6b;
}

.error-404 .page-content p {
    font-size: 1.25rem;
    color: #6c757d;
}

/* Professional Search Form Styles */
.error-404 .searchform {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.error-404 .searchform .search-field {
    padding: 1rem;
    font-size: 1rem;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    width: 300px; /* Adjust width as needed */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.error-404 .searchform .search-field:focus {
    border-color: #ff6b6b;
    box-shadow: 0 0 5px rgba(255, 107, 107, 0.5);
    outline: none;
}

.error-404 .searchform .search-submit {
    padding: 1rem 2rem;
    font-size: 1rem;
    background-color: #ff6b6b;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    margin-left: 0.5rem; /* Space between input and button */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.error-404 .searchform .search-submit:hover {
    background-color: #ff5252;
    transform: translateY(-2px);
}

.error-404 .btn-outline-primary {
    padding: 1rem 2rem;
    font-size: 1rem;
    border: 2px solid #ff6b6b;
    color: #ff6b6b;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.error-404 .btn-outline-primary:hover {
    background-color: #ff6b6b;
    color: #fff;
}
@media (min-width:768px){
	    .header.header.site_header.fixed-header nav.navbar.navbar-expand-lg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #9a0500;
        z-index: 99;
    }
}
@media (max-width:767px){
	.header.site_header.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #ffffff8c;
    backdrop-filter: blur(5px);
    box-shadow: 0px 3px 6px #00000026;
    transform: translateY(-20px);
    z-index: 9;
}

.header.site_header.fixed-header {
    transform: translateY(0); /* Reset transform when fixed */
}
}