/*
Theme Name: Garden State Public Adjusters
Author: Garden State Public Adjusters
**/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');{}

.gform_button,a,button,h1,h2,h3,h4{
	font-family: "Oswald", sans-serif;
}
li{
	font-family: "Roboto", sans-serif;
}
.accordion-section{
	padding-top:50px;
	padding-bottom:50px;
}
.faqs-imgwrp img{
	width: 100%;
    max-width: 100%;
    height: 800px;
    object-fit: contain;
	margin-top:30px;
}
.accordion-titlewrp{
	text-align:center;
	margin-bottom:50px;
}
.accordion-section .accordion-column{
	width:60%;
	margin:0 auto;
}
.accordion {
	margin-bottom:10px;
   font-family: "Oswald", sans-serif;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background-color: #F9F9F9;
  color: #31313F;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
  font-weight:500;
}
.accordion.active,
.accordion:hover {
  background-color: #B21125;
  color:#fff;
}
.panel {
  margin-bottom:10px;
  display: none;
  overflow: hidden;
  padding: 0 18px;
  background-color: #fff;
}
.has-no-toptxt .top-text{
	display:none;
}
.has-no-toptxt{
	padding-top:0px;
}
.no-padding-bottom{
	padding-bottom:0px !important;
}

h1{
	font-size:70px !important;
	color:#fff !important;
}
h2 span.has-size{
	font-size:50px !important;
	font-weight:500 !important;
}
h2{
	font-size:32px !important;
	color:#001F46 !important;
}
p.tb-text{
	font-size:20px !important;
	color:#fff;
	margin-bottom:0;
	margin-top:15px;
	font-family: "Oswald", sans-serif !important;
}
.image-with-text h3{
	font-size:35px !important;
	color:#001F46 !important;
	margin-bottom:20px;
}
a{
	text-decoration:none !important;
	transition: all 0.2s ease-in;
}
form label, form span,form li,
p{
	font-family: "Roboto", sans-serif;
	font-size:16px;
	color:#31313F;
}
.banner.inner a.cta-btn{
	text-transform:uppercase;
}
/* Call now button */
.cta-btn[data-title="call now"] {
	position: relative;
}
.banner .bannertxtwrp .cta-btn {
    display: inline-flex;
	align-items: center;
    justify-content: center;
}
.banner .bannertxtwrp .cta-btn img {
    width: 20px;
    height: 18px;
    object-fit: contain;
	margin-right: 10px;
}

/**SCROLL TO TOP */
.fit-content {
	width: fit-content!important;
}
#myBtn {
	display:none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
	border-radius:50%;
    outline: none;
	width:50px;
	height:50px;
	color:#fff;
    background-color:#B21125;
    cursor: pointer;
    padding: 8px 15px;
    animation: fadeInBottom 0.3s ease-in;
	border:none;
	transition: background 0.3s ease-in-out;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
}
#myBtn:hover{
	background:#001F46;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
  }
}
.reviews-heading{
	text-align:center;
	padding-bottom:50px;
	padding-top:30px;
}
.reviews-heading ul {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left:15px;
  list-style: none; 
}
.reviews-heading ul li{
	position:relative;
	display:flex;
	font-size:20px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.reviews-heading ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f005";
  margin-right: 8px;
  color: gold;
}
#saveForm,
.gform_button{
	border:none !important;
}
#saveForm,
.gform_button,
a.cta-btn{
	font-size:20px;
	color:#fff !important;
	background-color:#B21125;
	padding:10px 20px;
	border-radius:8px;
	box-shadow: 3px 3px 15px -3px rgba(0,0,0,0.4);
	font-weight:500;
	width:190px;
	display:inline-block;
	text-align:center;
	transition:all 0.2s ease-in;
}
#saveForm:hover,
.gform_button:hover,
a.cta-btn:hover{
	background-color:#002147 !important;
}
.site-header{
	padding-top:10px;
	position:absolute;
	width:100%;
	z-index:999;
	padding-bottom:15px;
}
.site-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;
}
.site-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    /* opacity: 0.5; */
}
.site-header .container {
    position: relative;
    z-index: 1;
}

.col-contents {
	display: flex;
}
.col-contents .google-review {
	margin-right: 20px;
}
.col-contents ul {
	margin-bottom: unset;
	align-items: center;
}
a.google-review img {
    max-width: 86px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-header .container{
	max-width:1600px !important;
}
.top-nav{
	display:flex;
	justify-content:space-between;
}
.top-nav ul{
	display:flex;
	gap:35px;
	padding:0;
}
.top-nav p{
	font-family: "Oswald", sans-serif;
	color:#002147;
	font-weight:500;
}
.top-nav a{
	color:#002147;
	font-size:17px;
	display:flex;
	align-items:center;
	gap:6px;
	font-weight:500;
}
.top-nav ul li{
	font-size:17px;
	font-family: "Oswald", sans-serif;
	color:#002147;
	font-weight:500;
}
.top-nav ul li::marker{
	color:#BF0A30 !important;
}
.top-left-nav .socmed{
	display:flex;
	gap:5px;
	align-items:center;
}
.top-left-nav{
	display:flex;
	gap:15px;
	align-items:center;
}
.bottom-nav ul li,
.top-nav ul li:nth-child(1){
	list-style:none;
}
.bottom-nav img.logo{
	height:auto;
	width:120%;
	max-width:120%;
}
.bottom-nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.bottom-nav ul{
	display:flex;
	gap:30px;
}
.bottom-nav ul li a{
	color:#002147;
	font-size:18px;
	font-weight:500;
}
.bottom-nav ul li a.active,
.top-nav a:hover,
.bottom-nav ul li a:hover{
	color:#B21125;
}
.bottom-nav-left{
	display:flex;
	gap:50px;
	align-items:center;
	margin-top: 10px;
}
.banner.inner{
	height:850px;
	position:relative;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position:center;
}
/* .banner.inner::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #FFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 40%);
	z-index: 1;
} */
.image-with-text .iwt-wrp .iwt-blocks img.blocksimg {
    border: 5px solid #B21125;
}
.img-fx {
    transition: all 0.3s;
    
}
.img-fx:hover {
	transform: translate(5px, 5px);
	filter: drop-shadow(2px 4px 10px rgba(191, 10, 48, .4));
}
.image-with-text .img-fx {
    border-radius: 7px;
    border: 5px solid #B21125;
}
/* .image-with-text h2 {
    margin-bottom: 40px;
} */
.image-with-text ul {
	padding: unset;
}
.image-with-text ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #B21125;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}
.image-with-text li {
    list-style-type: none;
    font-weight: 600;
    margin-bottom: 10px;
}
.image-with-text .block-title {
	margin-bottom: 30px;
}
.check-list {
    padding: unset;
}
.check-list li { 
    list-style-type: none;
    margin-bottom: 10px;
}
.check-list li:before {
    content: '';
    position: relative;
    display: inline-block!important;
    min-width: 20px;
    height: 20px!important;
    background-image: url(/wp-content/uploads/2025/08/check2.png);
	background-color: unset!important;
    background-position: center;
    background-size: contain;
    margin-right: 7px!important;
    margin-bottom: -4px;
}

.with-second-image img:first-child {
    margin-left: 30%;
    margin-bottom: -60%;
}
.with-second-image img {
    max-width: 65% !important;
}
/* .image-with-text .iwt-wrp {
    padding: 100px 0 50px;
} */


section.banner.inner:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    opacity: .4;
}
.banner.inner .container{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	position: relative;
    z-index: 11;
}
.bannertxtwrp p{
	color:#fff;
	font-size:40px;
}
.banner.inner .container .bannertxtwrp{
	margin-bottom:0px;
	margin-top:120px;
	text-align:center;
	position:relative;
}
.banner.inner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 11;
	opacity:0;
}
.banner{
	height:890px;
	background:#fff;
}
.bimg{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:1000px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	text-align:center;
}
.banner .container-fluid{
	padding:0;
}
.banner p{
	color:#fff;
	font-size:40px;
	font-family: "Oswald", sans-serif;
}
/* .banner .bannertxtwrp{
	margin-bottom:150px;
} */
.banner .owl-dots{
	margin-top:-135px !important;
	position:relative;
}
.banner .owl-theme .owl-dots .owl-dot span{
	background: #fff !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #BF0A30 !important;
}
.banner .owl-item .item .bimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}
.banner .owl-item .item .bimg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
}
.banner .owl-item .item .bimg .bannertxtwrp {
    position: relative;
	z-index: 1
}
.banner.inner h1 {
    font-size: 40px !important;
}

.banner h1 {
    margin-bottom: 50px;
}

.owl-carousel2 .owl-dots{
	display:block !important;
	margin-top:50px !important;
}
.reviewswrp img{
	max-width:100%;
}
.reviews{
	position:absolute;
	width:100%;
}
.reviews .container{
	margin-top:25px;
	z-index:1;
	position:relative;
	display:flex;
	justify-content:center;
	gap:50px;
	background-color:#002046;
	align-items:center;
	padding: 100px 50px 100px 50px;
	border-radius:7px
}
.reviews p{
	color:#fff;
	font-size:25px;
	font-family: "Oswald", sans-serif;
	margin-bottom:20px;
}
.reviews-txtwrp{
	text-align:center;
}
.reviews-txtwrp a.cta-btn{
	width:unset !important;
}
.family-owned{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	padding-top:450px !important;
}
.family-owned h2{
	color:#001F46;
}
.destruction{
	background:#F9F9F9;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.destruction .d-blocks {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #001F46;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in;
	border-radius:7px;
}
.destruction .d-blocks:hover h3.front-title{
	opacity:0;
}
.destruction a {
    width: 33.33333%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(185,19,62,0.6);
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    pointer-events: none;
}
.overlay img{
	width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 8px;
}
.destruction a:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}
.destruction p.learn-more{
	position:relative;
	color:#fff;
	font-family: "Oswald", sans-serif;
	font-size:20px;
	margin-top:15px;
}
.destruction p.learn-more::before{
	position:absolute;
	content:'';
	left: 50%;
    transform: translate(-50%);
	top:-8px;
	width:80px;
	height:3px;
	background:#fff;
}
.destruction h3{
	color:#fff;
}
.destruction .d-containerwrp{
	display:flex;
	justify-content:space-between;
	gap:20px;
	margin-top:50px;
}
img.small-size-logo{
	width:100px;
	height:auto;
	margin-bottom:15px;
}
.has-color{
	color:#B21125 !important;
}
.public-insurance .heading{
	text-align:center;
	margin-bottom:60px;
}
.bottomtxt h2{
	margin-bottom:0 !important;
	margin-top:50px !important;
}
img.table-img{
	width:auto;
	height:800px;
	object-fit:contain;
}
.reviews-page,
.single-column,
.image-with-text,
.family-owned,
.negotiated,
.why-hire,
.form{
	background-repeat:no-repeat;
	background-position:bottom left;
	background-size: 55% auto;
	padding-top:50px;
	padding-bottom:50px;
	background-attachment:fixed;
}
.form-content{
	padding-right:50px;
}
.form-content p{
	padding-right:70px;
}
.form-content h2{
	margin-bottom:50px;
}
.form-content .form-btn{
	margin-top:60px;
}
.form-content a{
	color:#BF0A30;
}
.gform_wrapper.gravity-theme .gfield textarea.medium,
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
	border-radius:5px !important;
	border:1px solid #ccc !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium{
	height:150px !important;
}
.counter-number{
	font-size:50px;
	font-family: "Oswald", sans-serif !important;
}
.counterwrp{
	display:flex;
	justify-content:space-between;
}
.counterwrp p{
	margin-bottom:0;
}
.counterwrp h3 {
	margin-top:30px;
}
.counterwrp h3,
.counterwrp p{
	color:#fff;
}
.counter,
.garden-state{
	text-align:center;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	/**
	background: rgba(0, 33, 71, 5.07);
background: linear-gradient(329deg, rgba(0, 33, 71, 1) 25%, rgba(187, 19, 62, 1) 100%) !important;*/
}
.garden-state .container{
	position:relative;
	padding-left: 100px;
    padding-right: 100px;
}
.garden-state p,
.garden-state h2{
	color:#fff !important;
	margin-top:20px;
}
.garden-state a{
	color:#fff;
	transition:all 0.3 ease-in;
}
.garden-state .container p:first-child {
    margin-top: unset;
}
.garden-state .container p:last-child {
    margin-bottom: unset;
}
.garden-state a:hover{
	color:#BF0A30;
}

h2.has-medium-size{
	font-size:55px !important;
	margin-bottom:40px;
}
p.text-has-size{
	font-size:45px;
	font-family: "Oswald", sans-serif;
	font-weight:500;
	line-height:1.3;
}
p.text-has-size a{
	color:#fff;
	transition:all 0.2s ease-in;
}
p.text-has-size a:hover{
	color:#BF0A30;
}
.why-hire{
	text-align:center;
}
.why-hire .group{
	display:flex;
	justify-content:center;
	align-items:flex-start;
/* 	margin-bottom:30px; */
/* 	gap:30px; */
}
.why-hire, .form {
    padding-bottom: 40px;
}
.why-hire .group.inner-group{
	flex-wrap:wrap;
}
.why-hire p.top-text{
	margin-top:40px;
	margin-bottom:50px;
}
.why-hire .group > div{
	width:20%;
	padding: 10px 20px 40px;
}
.why-hire .group img{
	height: 80px;
    width: 80px;
    object-fit: contain;
}
.why-hire .group p{
	font-weight:700;
	color:#001F46;
	margin-top:20px;
}
p.learn-more{
	margin-top:30px;
}
.public-insurance{
	padding-top:50px;
	padding-bottom:50px;
	background:#F9F9F9;
}
.public-insurance h2{
	margin-bottom:25px;
}
.public-insurance h2:nth-child(5){
	margin-top:50px;
}
.public-insurance .col-md-6:nth-child(2) img{
	max-width: 100%;
    height: 700px;
    width: 100%;
    object-fit: cover;
	border-radius:7px;
    border: 5px solid #B21125;
}
.public-insurance .bottom-content{
	padding-top:80px;
	text-align:center;
}
.negotiated{
	text-align:center;
}
.negotiated .owl-carousel .owl-stage{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.negotiated .owl-carousel .owl-item img{
	width: 200px;
    height: 100px;
    object-fit: contain;
}
.negotiated .owl-carousel{
	margin-top:80px;
}
.footer{
	padding-top:50px;
	padding-bottom:50px;
	background:#F9F9F9;
}
.footer .container{
	display:flex;
	justify-content:space-between;
	gap:50px;
}
.quick-links{
	padding-left:100px;
}
.footer .container .cols{
	width:33.3333%;
}
.footer p{
	line-height:1.8;
}
.footer p:nth-child(2) {
	text-align: justify; 
}
.footer ul{
	padding:0;
}
.footer ul li{
	list-style:none;
}
.footer a{
	transition: all 0.2s ease-in;
	color:#31313F;
	font-family: "Roboto", sans-serif;
}

.licenses-footer li {
  
}

.licenses-footer li::before {
  content: "•"; 
  position: absolute;
  left: 0;
	color:#BF0A30 !important;
}
ul.licenses-footer li {
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    color: #002147;
    font-weight: 500;
	display: inline-block;
    position: relative;
	padding-left:15px;
}

ul.licenses-footer {
   padding-left: 0;
   margin: 0;
   list-style: none; 
}

ul.licenses-footer li::marker{
	color:#BF0A30 !important;
}

.footer ul li a.active,
.footer-end a:hover,
.footer a:hover{
	color:#B21125;
}
.footer .socmed{
	display:flex;
	gap:10px;
}
.page-id-143 .cta-btn,
.error404 .cta-btn{
	width:unset !important;
}
.footer .contact-info p{
	display:flex;
	align-items:flex-start;
	gap:5px;
	margin-bottom:0;
}
.footer .contact-info a{
	display:flex;
	gap:5px;
}

.footer .contact-info i{
	color:#BF0A30;
	position: relative;
    top: 5px;
}
.loc-title{
	font-weight:700;
	font-size:18px;
	margin-top:25px;
	margin-bottom:5px !important;
}
.contact-info img{
	position:relative;
	top:5px;
}
ul.licenses-footer,
.contact-info > div:nth-child(2){
	margin-top:20px;
}
.contact-info p:nth-child(6) img{
	top:7px;
}
.contact-info p.learn-more img{
	top:0px !important;
}
.footer a.cta-btn{
	width:unset !important;
	color:#fff !important;
	font-family: "Oswald", sans-serif !important;
}
.footer-end{
	background:#002147;
	padding-top:30px;
	padding-bottom:10px;
	border-bottom:10px solid #BF0A30;
}

.footer-end p,
.footer-end a{
	color:#fff;
	transition:all 0.2s ease-in;
	font-family: "Roboto", sans-serif !important;
}
.footer-end .container{
	display:flex;
	justify-content:space-between;
}
.footer-end .container > div{
	display:flex;
	gap:50px;
}
li.hide{
	display:none;
}
.single-column-innersection{
	padding-bottom:0 !important;
}
.single-column-innersection img{
	display:none;
}
.single-column-innersection h2{
	margin-bottom:0 !important;
	margin-top:0 !important;
}
/* .image-with-text{
	padding-top:80px;
	padding-bottom:80px;
} */
.image-with-text .top-text{
	text-align:center;
	padding-bottom:50px;
}
.image-with-text .bottomtxt{
	text-align:center;
	max-width: 70%;
    margin: 0 auto;
}
.image-with-text .bottomtxt h2 {
    font-size: 25px !important;
}
.image-with-text .container .bottomtxt > *:last-child {
    margin-bottom: unset;
}
.top-text img{
	margin-bottom:20px;
}
.image-with-text li{
	font-size:18px;
}
.image-with-text .iwt-wrp {
    max-width: 1140px;
    margin: 0 auto;
}
.iwt-blocks img.blocksimg{
	width:100%;
	max-width:100%;
}
.two-blocks{
	padding-top:50px;
	padding-bottom:50px;
}
.two-blocks .bottomtxt{
	text-align:center;
}
.iwt-wrp,
.two-blocks .container .tb-blockswrp{
	display:flex;
	justify-content:space-between;
	gap:40px;
}
.iwt-blocks{
	width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tb-blocks{
	width:50%;
	padding: 30px 60px;
	text-align:center;
	border-radius:7px;
}
.tb-blocks:nth-child(1){
	background-color:#B21125;
}
.tb-blocks:nth-child(2){
	background-color:#001F46;
}
.single-column{
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.single-column a{
	text-decoration:none;
	color:#b9133e;
	transition:0.3s ease-in;
}
.single-column a:hover{
	color:#001f46;
}
.unique-section.no-top-text .top-text{
	display:none;
}
.negotiatedwrp{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	margin-top:50px;
}
.single-column h2{
	margin-top:20px;
	margin-bottom:35px;
}
.single-column p{
	margin-bottom:0;
	margin-top:2rem;
}

/* Wufoo Form CSS*/
form.wufoo input, form.wufoo select, form.wufoo textarea {
    border-radius: 5px;
    border: 1px solid #a4a4a4;
    box-shadow: unset !important;
    padding: 12px 20px;
    width: 100%;
}
form.wufoo li {
    width: 100%;
}
form.wufoo li#foli1 > span {
    width: 50%;
    margin: unset;
}
form.wufoo li#foli1 > span:nth-child(2) {
    padding-right: 5px;
}
form.wufoo li#foli1 > span:nth-child(3) {
    padding-left: 5px;
}
form.wufoo li#foli4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.wufoo li#foli4 > span:not(.symbol) {
    width: 30%;
}
form.wufoo li#foli4:after {
    display: none;
}
form.wufoo li#foli4 > span:last-child {
    margin-right: unset;
}
/* Wufoo Form CSS end*/
.reviews .reviewswrp {
    display: flex
;
}
@media only screen and (min-width:1200px) and (max-width:1350px){
	.bottom-nav ul li a{
		font-size:16px;
	}
	.bottom-nav-left,
	.bottom-nav ul{
		gap:20px;
	}
}
@media only screen and (min-width:1351px) and (max-width:1450px){
	.bottom-nav ul li a{
		font-size:18px;
	}
	.bottom-nav-left,
	.bottom-nav ul{
		gap:28px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1650px){
	h1{
		font-size:55px !important;
	}
	h2{
		font-size:35px !important;
	}
	.counter-number{
		font-size:45px;
	}
	.bottom-nav img.logo{
		width:270px;
	}
	.banner{
		height:700px;
	}
	.bimg {
		height:750px;
	}
	.reviews .container{
		padding: 60px 50px 60px 50px;
		margin-top:-20px;
	}
	.family-owned{
		padding-top:320px !important;
	}
	.banner.inner{
		height:650px;
	}
}

@media only screen and (min-width:1651px) and (max-width:1750px){
	.banner.inner{
		height:700px;
	}
	.banner{
		height:780px;
	}
	.bimg {
		height:800px;
	}
	.reviews .container{
		padding: 60px 50px 60px 50px;
		margin-top:-55px;
	}
	.family-owned{
		padding-top:320px !important;
	}
}