/**
Theme Name: AH LAW, P.C.
Author: AH LAW, P.C.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');{}
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

 html,body {
        overflow-x: hidden;
    }
p{
	font-family: "Montserrat", sans-serif !important;
}
h1{
	text-transform:uppercase !important;
	line-height:127% !important;
	font-size:50px !important;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
h2{
	font-size:30px !important;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
h3{
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	font-size:16px !important;
	text-transform:uppercase !important;
}
h4{
	font-family: "Montserrat", sans-serif !important;
	font-weight:600 !important;
	line-height:100% !important;
	color:#BB1111 !important;
	text-transform:uppercase !important;
	font-size:16px !important;
}
a{
	transition:all 0.2s ease-in-out;
	text-decoration:none !important;
}
.header .container{
	max-width:1800px !important;
}
@media (min-width: 1700px) {
	.container{
		max-width:1650px !important;
	}
	.banner .container{
		max-width:1450px !important;
	}
}
a.red-cta-btn{
	background:#BB1111;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	display: flex;
    align-items: center;
    gap: 5px;
	width:200px;
	text-align:center;
	justify-content:center;
	font-size:16px;
}
a.red-cta-btn:hover{
	background:#000;
}
a.white-cta-btn{
	font-size:16px;
	text-align:center;
	width:200px;
	display: flex;
    align-items: center;
	justify-content:center;
    gap: 5px;
	background:#fff;
	padding:10px;
	color:#BB1111;
	text-transform:uppercase;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
a.white-cta-btn:hover{
	background:#000;
}
#myBtn {
	display:none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    outline: none;
	width:47px;
	height:47px;
	color:#fff;
    background-color:#BC1823;
    cursor: pointer;
	padding: 8px 11px;
    animation: fadeInBottom 0.3s ease-in;
	border:none;
	transition: background 0.3s ease-in-out;
}
#myBtn:hover{
	background:#000;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
  }
}
.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
}

.header.sticky{
	position:fixed;
	top:0;
	width:100%;
	background-color:rgba(255,255,255,1);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:30px;
}
.logowrp img{
	width:187px;
	height:92px;
	object-fit:contain;
}
.logowrp{
	background-color: #ffffff;
    padding: 10px 20px 25px 20px;
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    -webkit-clip-path: ellipse(80% 100% at 50% 0%);
    cclip-path: ellipse(80% 100% at 50% 0%);
}
.btnwrp{
	display:flex;
	gap:10px;
}
.nav-left{
	justify-content:right;
}
.menuwrp .menu-item-has-children .sub-menu{
	margin-top:10px;
	width: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255);
    padding-left: 0;
    display: block;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
	z-index:999;
	padding:10px 0px;
}
.menuwrp .menu-item-has-children::after {
	position:absolute;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M31.5 192h257c28.4 0 42.7 34.5 22.6 54.6l-128.5 128c-12.5 12.5-32.8 12.5-45.3 0l-128.5-128C-11.2 226.5 3.1 192 31.5 192z'/%3E%3C/svg%3E");
}
.sticky .menuwrp .menu-item-has-children::after{
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M31.5 192h257c28.4 0 42.7 34.5 22.6 54.6l-128.5 128c-12.5 12.5-32.8 12.5-45.3 0l-128.5-128C-11.2 226.5 3.1 192 31.5 192z'/%3E%3C/svg%3E") !important;
}
.menuwrp .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.menuwrp .menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.menuwrp .menu-item-has-children .sub-menu li a {
  display: block;
  color: #000;
  padding: 10px 15px;
  transition: all 0.2s ease-in;
  background-color: inherit;
  width: 100%;
  text-decoration: none;
  text-align:left !important;
}
.menuwrp .sub-menu li a:hover {
    background-color: #BB1111;
    color: #fff;
}
.menuwrp{
	width:45%;
}
.menuwrp ul{
	display: flex;
    gap: 30px;
    padding: 0;
    margin-bottom: 0;
}
.menuwrp ul li{
	list-style:none;
	text-align:center;
}
.sticky .menuwrp ul li a{
	color:#000;
}
.menuwrp ul li a{
	color:#fff;
	transition:all 0.2s ease-in-out;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	text-align:center;
	font-size:16px;
	padding:15px 0px;
}
.menuwrp ul li a:hover{
	color:#BB1111;
}
.banner-inner .container{
	position:relative;
}
.banner-inner{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:600px;
	display: flex;
    align-items: center;
}
.banner{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:915px;
	display: flex;
    align-items: center;
}

.banner-inner::before,
.banner::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.15) 100%);
/**	background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(237, 221, 83, 0) 30%);
	
	background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.56) 100%);*/
}
.banerwrp h1{
	color:#fff;
	 text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6),
               0 4px 12px rgba(0, 0, 0, 0.4);
}
.banerwrp p{
	font-weight:600;
	font-size:22px;
	line-height:146% !important;
	color:#fff;
	padding-right:100px;
	margin-top: 30px;
    margin-bottom: 30px;
	text-align:justify;
	 text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6),
               0 4px 12px rgba(0, 0, 0, 0.4);
}
.has-text-color{
	color:#BB1111;
}
.banner .banerwrp{
	position:relative;
	margin-top:100px;
}
.practice-areas{
	padding-top:70px;
	padding-Bottom:60px;
}
.section-heading {
    text-align: center;
    margin-bottom: 35px;
}
.section-heading h4{
	margin-Bottom:20px;
}
.practice-grid {
    display: flex;
    gap: 15px;
	justify-content:center;
	align-items:flex-start;
}
.practice-card {
    position: relative;
    background: #000;
    width: 33.3333%;
}
.practice-card::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #BB1111;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}
.practice-card:hover:before {
    width: 100%;
}
.practice-card .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
}
.practice-card:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	position:relative;
}
.practice-card-content {
    padding: 40px 30px;
    background:#000;
    transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
    max-height: 150px;
    overflow: hidden;
}

.practice-card:hover .practice-card-content {
    max-height: 400px;
}

.practice-card-content h3{
	color:#fff;
	margin-top:20px;
	height:40px;
}
p.has-small-size{
	font-size:14px !important;
	line-height:146% !important;
}
.practice-card-content .has-small-size{
	color:#fff !important;
}
.practice-card-number {
    font-weight: bold;
	font-size:12px;
    display: block;
    line-height:149% !important;
	color:#BB1111;
}
.practice-card-link span{
	font-family: "Cinzel", serif !important;
}
.practice-card-link {
    color:#BB1111;
	font-size:12px !important;
	font-weight:bold !important;
}
.practice-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.claims-footer {
    margin-top: 50px;
    border-top: 2px solid #B4B4B4BF;
    padding-top: 40px;
}
.claims-footer h3 {
    margin-bottom: 15px;
	color:#000;
}
.claims-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
	border-bottom: 1px solid #B4B4B433;
}
.claims-list li {
    border-bottom: 1px solid #B4B4B433;
}
.claims-list li:last-child{
	border:none !important;
}
.claims-list li a{
	color:#000;
	display:block;
	padding: 20px 0px;
	font-family: "Montserrat", sans-serif !important;
}
.claims-list li a::before {
    content: url('/wp-content/uploads/2026/04/Vector-37.png');
    margin-right: 10px;
}
.claims-list li a:hover{
	padding-left:10px;
	color:#BB1111;
}
.about{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:70px;
	padding-bottom:70px;
	position:relative;
	background-attachment:fixed;
}
.about::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(00,00,00,0.82);
}
.about .container{
	position:relative;
}
.about p{
	color:#fff;
	white-space: pre-line;
    line-height: 1.6;
	text-align:center;
}
.about .section-heading h2{
	color:#fff;
}
.textwrapper{
	width:1300px;
	margin:0 auto;
}
.aboutgrid-wrp h3{
	margin-top:25px;
	text-align:center;
	color:#fff;
	line-height:149%;
}
.aboutgrid-wrp > div{
	width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutgrid-wrp{
	margin-top: 50px;
    margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
}
.aboutgrid-wrp > div span{
	background: #fff;
    padding: 20px 15px;
    width: 80px;
    text-align: center;
	position:relative;
}
.aboutgrid-wrp > div span::before{
	position: absolute;
    content: '';
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 93px;
    height: 80px;
    border: 1px solid #BB1111;
}

.aboutgrid-wrp span img{
	width:50px;
	height:50px;
	object-fit:contain;
}

.proven-results{
	padding-top:70px;
	padding-bottom:60px;
}
.proven-results p,
.proven-results h2,
.proven-results h4{
	color:#fff !important;
}
.proven-results h2{
	font-size:41px !important;
}
.counterwrapper p{
	text-transform:uppercase;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
.counterwrapper{
	display: flex;
    justify-content: space-evenly;
    text-align: center;
	margin-bottom:50px;
	margin-top:50px;
	gap:15px;
}
.counterwrapper > div{
	width:33.3333%;
}
.counterwrapper > div:nth-child(2){
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
}
.pr-bottomwrp{
	text-align:center;
}
.pr-bottomwrp .bottomtxt{
	font-weight:600 !important;
	font-style:italic;
	margin-bottom:40px;
}
.pr-bottomwrp .linkwrp{
	display:flex;
	justify-content:center;
}

.our-team{
	padding-top:70px;
	padding-bottom:60px;
}
.profile-card-container{
	display: flex;
    justify-content: space-between;
	gap:20px;
}
.profilewrapper{
	width:50%;
	display:flex;
	align-items:center;
	background:#F6F6F6;
	border-bottom:3px solid #bb1111;
}
.profile-imgwrp{
	height:100%;
}
.profile-imgwrp img{
	width:196px;
	height:255px;
	object-fit:contain;
}
.profile-infowrap{
	padding:30px;
}
.profile-infowrap .award-year{
	background: #BB1111;
    padding: 5px 10px;
	color:#fff;
	text-transform:uppercase;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	font-size:12px;
}
.profile-infowrap .rank-title{
	font-size:14px;
	color:#8F8D89;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif !important;
	font-weight:600 !important;
}
.profile-infowrap h3{
	font-size:20px !important;
	margin-top: 20px;
	margin-Bottom:0;
}
.profile-infowrap .has-small-size{
	text-align:justify;
}
.affiliate-logowrp{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}
.affiliate-logowrp .logo-item img{
	width:200px;
	height:90px;
	object-fit:contain;
}
.our-affiliations{
	padding-Bottom:70px;
}
.our-affiliations h3{
	font-size:20px !important;
}

.testimonials {
	position: relative;
    background-size: cover;
    background-position: center;
    padding: 0;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    height: 550px;
    display: flex;
    align-items: center;
}
.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: -1;
}
.ti-widget.ti-goog .ti-reviews-container-wrapper{
	justify-content:center;
}
.testimonials h2{
	color:#fff;
}

.testimonials .container-fluid {
    position: relative;
	z-index:2;
	height:100%;
	 display: flex;
    align-items: center;
	flex-direction:column;
	justify-content:center;
}

.testimonials .container-fluid::before,
.testimonials .container-fluid::after {
    content: '';
    position: absolute;
    top: 0;
    width:15%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.testimonials .container-fluid::before {
    left: 0;
   background: #000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.testimonials .container-fluid::after {
    right: 0;
    background: #000;
background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.faqs{
	padding-top:70px;
	padding-bottom:60px;
}
.accordion .icon img {
    transition: transform 0.3s ease;
    display: inline-block;
}
.faqs h2{
	font-size:41px !important;
}

.accordion.active .icon img {
    transform: rotate(180deg);
}
.panel {
    display: none;
    overflow: hidden;
	padding-bottom:12px;
	border-bottom:1px solid #B4B4B4;
}
.accordion-container{
	width:65%;
	margin:0 auto;
}
button.accordion.active{
	border:none;
}
button.accordion{
	width: 100%;
    display: flex;
    justify-content: space-between;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	font-size:20px;
	color:#000;
	border:none;
	border-bottom:1px solid #B4B4B4;
	padding: 20px 15px 20px 0px;
	background:transparent;
	text-align:left;
}
.panel p{
	font-size:14px !important;
}
.form{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: top center;
	padding-top:70px;
	padding-bottom:60px;
	background-attachment:fixed;
}
.form::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(00,00,00,0.55);
}
.form .container{
	position:relative;
}
.form p{
	font-weight:600 !important;
}
.form p,
.form h2{
	color:#fff !important;
}
.gform_title{
	display:none;
}
.formwrapper{
	margin:0 auto;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
	padding:13px !important;
	background: rgba(255, 255, 255, 0.3);
	color:#fff;
	border: 1px solid #fff;
	border-radius:5px;
	outline:none;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
textarea::placeholder,
input::placeholder{
	color:#fff !important;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
}
.ginput_recaptcha iframe{
	transform:scale(0.75);
	transform-origin:0;
}
.gform_wrapper.gravity-theme #field_submit input{
	align-self:center !important;
}
#field_submit{
	justify-content: flex-end;
}
.ginput_container select option{
	color:#000 !important;
}
.gform-button{
	text-align:center;
	display: flex;
    align-items: center;
	justify-content:center;
    gap: 5px;
	background:#fff;
	padding: 15px 20px;
	color:#BB1111;
	text-transform:uppercase;
	font-family: "Cinzel", serif !important;
	font-weight:bold !important;
	border:none;
	transition:all 0.2s ease-in-out;
}

.gform-button:hover{
	background:#000;
}

.single-column{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:70px;
	padding-bottom:60px;
	text-align:center;
	background-attachment:fixed;
}
.single-column::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(187,17,17,0.88);
}
.single-column .container{
	position:relative;
}
.single-column .cwrapper h2{
	color:#fff !important;
}
.flogowrp img{
	width:200px;
	height:92px;
	object-fit:contain;
}
.flogowrp p{
	margin-top:25px;
	text-align:justify;
	line-height:170% !important;
}
.footer{
	padding-top:60px;
	padding-bottom:20px;
	background:#fff;
}
.footer .container{
	display:flex;
	justify-content:space-between;
	gap:80px;
}
.footer a{
	color:#000;
}
.footer a:hover{
	color:#BB1111;
}
.footer .flogowrp{
	width:35%;
}
.footer .quicklinkswrp{
	width:40%;
}
.footer .get-in-touch{
	
	width:25%;
}
.footer h3{
	font-size:24px !important;
	color:#BC1823;
	margin-bottom:25px;
	margin-top:20px;
}
.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	column-count:2;
	column-gap: 50px;
    width: 100%
}
.footer ul li:nth-child(5) {
    break-before: column;
}
.footer ul li {
    break-inside: avoid;
}
.footer ul li ul.sub-menu{
	column-count:1 !important;
}
.footer ul li ul.sub-menu li {
    position: relative;
    padding-left:15px;
}
.footer ul li ul.sub-menu li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: inherit;
}
.footer ul li a{
	line-height:200% !important;
	font-weight:600;
	font-size:16px;
}
.footer ul li ul.sub-menu li a{
	font-weight:500 !important;
	font-size:14px !important;
}
.footer .red-cta-btn{
	color:#fff !important;
}
.footer .get-in-touch p:nth-child(2){
	margin-bottom:10px;
}
.footer .get-in-touch p a{
	display: flex;
    align-items: center;
    gap: 10px;
	font-weight:600;
}
.footer .get-in-touch span{
	background: rgba(187, 17, 17, 0.2);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.footer-end{
	border-top:1px solid #E2E2E2;
	padding-top:20px;
    padding-bottom:20px !important;
}
.footer-end .container{
	display:flex;
	justify-content:space-between;
}
.footer-end p{
	margin-Bottom:0;
}
.footer-end p,
.footer-end a{
	font-size:12px !important;
	color:#000;
}
.footer-end a:hover{
	color:#BB1111;
}
.burger-icon,
.mobile-menuwrp{
	display:none;
}


@media (max-width:300px){
	h1{
		font-size:20px !important;
	}
	h2{
		font-size:17px !important;
	}
	.faqs h2,
	.proven-results h2{
		font-size:20px !important;
	}
	button.accordion,.footer h3,
	.profile-infowrap h3{
		font-size:15px !important;
	}
	p,.claims-list li a,.footer ul li a,
	h4,h3{
		font-size:14px !important;
	}
	p.has-small-size{
		font-size:12px !important;
	}
	.profile-infowrap{
		padding:20px;
	}
	.burger-icon{
		margin: 0px 0px 10px 10px !important;
	}
}

@media (max-width:480px){
	.aboutgrid-wrp > div {
        width: 100% !important;
    }
	.logowrp img{
		width:110px;
		height: 50px;
	}
	.logowrp{
		max-width:150px;
		padding: 10px 20px 20px 20px;
	}
}

@media (max-width:540px){
	.profilewrapper{
		flex-wrap:wrap;
	}
	.profile-imgwrp img{
		width:100%;
	}
	.profile-imgwrp{
		height:auto;
	}
	.footer ul{
		column-count:1;
	}
	.footer{
		padding-top:40px;
	}
	.flogowrp{
		text-align:center;
	}
	.map iframe{
		width:100%;
		height:250px;
	}

}

@media (max-width:642px){

	#field_submit {
		justify-content: flex-start;
	}
	.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
		padding:8px !important;
		font-size:13px !important;
	}
}

@media (max-width:768px) and (min-width:301px){
	h1{
		font-size:25px !important;
	}
	h2{
		font-size:20px !important;
	}
	.faqs h2,
	.proven-results h2{
		font-size:22px !important;
	}
	button.accordion,.footer h3,
	.profile-infowrap h3{
		font-size:17px !important;
	}
	p,.claims-list li a,.footer ul li a,
	h4,h3{
		font-size:15px !important;
	}
	p.has-small-size{
		font-size:13px !important;
	}
}
@media (max-width:767px){
	.footer-end .container{
		display:block;
		text-align:center;
	}
	.ti-widget.ti-goog .ti-reviews-container-wrapper{
		justify-content:left;
	}
	.testimonials .container-fluid::before{
		background: linear-gradient(90deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	}
	.testimonials .container-fluid::after{
		background:linear-gradient(270deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%)
	}
	
}

@media (max-width:768px){
	.footer .container {
        gap: 0px !important;
    }
	.footer .get-in-touch, .footer .quicklinkswrp {
        width: 100% !important;
    }
	.banner{
		height:600px !important;
	}
	.banerwrp p,
	.banerwrp h1{
		text-align:center;
	}
	.banerwrp p{
		padding-right:0;
	}
	.btnwrp{
		justify-content:center;
		flex-wrap:wrap;
	}

	.aboutgrid-wrp,.counterwrapper,.practice-grid{
		flex-wrap:wrap;
	}
	
	.aboutgrid-wrp{
		gap:20px;
		justify-content:center;
	}
	.aboutgrid-wrp > div{
		width:45%;
	}
	.counterwrapper > div:nth-child(2),
	.counterwrapper > div:nth-child(1){
		border-bottom:1px solid rgba(255, 255, 255, 0.5);
		border-left: none;
		border-right: none;
	}
	.counterwrapper > div,.practice-card{
		width:100%;
	}
	.practice-card-content h3{
		height:unset !important;
		margin-Bottom:20px;
	}
	.practice-card-image img{
		height:auto;
	}
	.claims-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (max-width:991px) and (min-width:769px){
	h1{
		font-size:30px !important;
	}
	h2{
		font-size:22px !important;
	}
	.faqs h2,
	.proven-results h2{
		font-size:25px !important;
	}
	button.accordion,.footer h3,
	.profile-infowrap h3{
		font-size:17px !important;
	}
	.footer ul li a,
	p,.claims-list li a,
	h4,h3{
		font-size:15px !important;
	}
	p.has-small-size{
		font-size:13px !important;
	}
}

@media (max-width:991px){
	.practice-card-content{
		max-height: 170px;
	}
	.practice-card:hover .practice-card-content {
		max-height: 500px;
	}
	.practice-card-content h3{
		height:50px;
	}
	.banerwrp{
		width:100% !important;
	}
	.claims-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.affiliate-logowrp,
	.profile-card-container{
		flex-wrap:wrap;
	}
	.affiliate-logowrp{
		gap:30px;
	}
	.profilewrapper{
		width:100%;
	}
	.affiliate-logowrp .logo-item img{
		width: 150px;
		height: 70px;
	}
	.formwrapper,
	.accordion-container{
		width:100% !important;
	}
	
}

@media (max-width:1199px){
	.footer .container{
		flex-wrap:wrap;
		gap:20px;
	}
	.footer .flogowrp{
		width:100%;
	}
	
	.footer .get-in-touch,
	.footer .quicklinkswrp{
		width:45%;
	}
}

@media (min-width:992px) and (max-width:1280px){
	.banerwrp{
		width:65% !important;
	}
	h1{
		font-size:35px !important;
	}
	
	h2{
		font-size:25px !important;
	}
	.faqs h2,
	.proven-results h2{
		font-size:32px !important;
	}
	button.accordion,.footer h3,
	.profile-infowrap h3{
		font-size:17px !important;
	}
	p,.claims-list li a,.footer a,
	h4,h3{
		font-size:15px !important;
	}
	p.has-small-size{
		font-size:13px !important;
	}
}

@media (max-width:1280px){
	.menuwrp .menu-item-has-children::after {
		content: unset;
	}
	
	.menuwrp .menu-item-has-children .arrow {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  margin-left: 10px;
	  cursor: pointer;
	  background-size: contain;
	  background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M31.5 192h257c28.4 0 42.7 34.5 22.6 54.6l-128.5 128c-12.5 12.5-32.8 12.5-45.3 0l-128.5-128C-11.2 226.5 3.1 192 31.5 192z'/%3E%3C/svg%3E");
	}
	 .menuwrp .menu-item-has-children .sub-menu {
		position: static;
		opacity: 1;
		transform: none;
		pointer-events: auto;
		display: none;
		margin-top:0;
		padding-top:10px;
		padding-Bottom:10px;
	  }
	  .menuwrp .menu-item-has-children .sub-menu li a{
		  padding:0;
		  text-align:center !important;
	  }
	  .menuwrp ul li .sub-menu li{
		  line-height:2 !important;
	  }
	  
	  .menuwrp .menu-item-has-children {
		  position: relative;
		}

	  .menuwrp .menu-item-has-children:hover .sub-menu {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	  }

	.footer .container{
		gap:40px;
	}
	.menuwrp ul li a{
		padding-bottom:8px;
		padding-top:8px;
	}
	.menuwrp ul{
		display:block;
	}
	.menuwrp ul li{
		text-align:center;
		line-height:3;
	}
	.sticky .menuwrp ul li a{
		color:#fff;
	}
	
	.left-nav,
	.right-nav{
		display:none;
	}
	.mobile-menuwrp{
		display:block;
		width:100%;
	}
	.header .container{
		display:block;
	}
	.burger-icon {
		cursor: pointer;
        width: 30px;
        height: 20px;
        position: absolute !important;
        margin: 0px 10px 10px 10px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
	}
	
	.sticky .mobile-menuwrp.active .burger-icon span{
		background:#fff !important;
	}
	.burger-icon span {
		display: block;
		width: 100%;
		height: 3px;
		background: #fff;
		margin-bottom: 5px;
		transition: 0.3s;
	}
	.sticky .burger-icon span{
		background: #000;
	}
	.burger-icon {
        display: block;
    }
   
    .menu-mobile {
		border-top: 1px solid #BB1111;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(00,00,00,0.9);
        z-index: 999;
        padding: 120px 25px !important;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        display: block !important;
		height:150vh;
		padding:
    }


    .mobile-menuwrp.active .menu-mobile {
        transform: translateX(0);
    }

    .burger-icon {
        display: block;
        position: relative;
        z-index: 1000; 
        float: right;
    }

    .mobile-menuwrp.active .burger-icon span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .mobile-menuwrp.active .burger-icon span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menuwrp.active .burger-icon span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
	.textwrapper{
		width:auto;
	}
	.banner{
		height:700px;
	}
	.banner p{
		font-size:18px;
	}
	.gform-button,
	a.white-cta-btn,
	a.red-cta-btn{
		font-size:14px !important;
	}

	.profile-imgwrp img{
		height:100%;
	}
}

@media (min-width:1281px) and (max-width:1650px){
	.footer .container{
		gap:50px;
	}
	.footer ul{
		gap:30px;
	}
	.header .container{
		max-width:1450px !important;
	}
}

@media (min-width:1651px) and (max-width:1699px){
	.header .container {
		max-width: 1500px !important;
	}
}


@media (min-width:1281px) and (max-width:1699px){
	
	.banner{
		height:800px;
	}
	.logowrp {
		max-width:180px;
	}
	.logowrp img{
		width: 140px;
		height: 75px;
	}
	.menuwrp ul li a{
		font-size:14px;
	}
	h1{
		font-size:38px !important;
	}
	h2{
		font-size:28px !important;
	}
	
	.faqs h2,
	.proven-results h2{
		font-size:35px !important;
	}
	.footer h3{
		font-size:20px !important;
	}
}

