
	.section-one-home {
		background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:https://localtreeman.com/wp-content/uploads/2024/10/hero-banner-new2.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		padding: 80px 0px;
	}

	.home-sec1 {
		background-color: var(--blue);
		padding: 35px 30px;
	}

	.home-sec1 h1 {
		color: #fff;
		font-size: 50px;
		line-height: 55px;
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: left;
	}

	.home-sec1 p {
		color: #fff;
		font-size: 20px;
		line-height: 27px;
		font-weight: 400;
		margin-bottom: 25px;
		text-align: left;
	}

	.home-btn a {
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		margin: 0 15px 0 0;
		padding: 20px 25px;
		display: inline-block;
		font-family: 'Poppins',"Poppins Fallback", sans-serif;
		border: none;
		background-color: var(--orange);
	}

	.home-btn a.white {
		background-color: #fff;
		color: var(--dark-blue);
	}

	.home-btn a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.home-btn a i {
		color: #E7E8E8;
		font-size: 25px;
		padding-right: 5px;
	}

	.home-btn a.white i {
		color: inherit;
	}

	.home-btn {
		text-align: left;
	}

	.section-two-home {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 70px 0px;
		background-color: #fff;
	}

	.section-two-home h2 {
		color: var(--dark-blue);
		font-size: 48px;
		line-height: 55px;
		font-weight: 700;
		text-align: left;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-bottom: 0px;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.sec2-title .subhead::before {
		background-color: var(--light-blue);
	}

	.sec2-title p {
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		color: var(--dark-blue);
		font-weight: 400;
		margin-bottom: 5px;
		font-family: 'Poppins',"Poppins Fallback", sans-serif;
	}

	.sec2-inner {
		background-color: var(--blue);
		border-radius: 5px;
		padding: 30px 20px 80px;
		min-height: 100%;
		position: relative;
	}

	.sec2-inner img {
		width: 100%;
		border-radius: 5px;
		object-fit: cover;
		height: 270px;
	}

	.section-two-home hr {
		background-color: var(--red);
		width: 72px;
		height: 2px;
		text-align: left;
		margin: 0;
		margin-bottom: 0px;
		margin-bottom: 15px;
	}

	.section-two-home .col-md-4 {
		margin-bottom: 30px;
	}

	.sec2-btns {
		position: absolute;
		bottom: 25px;
		width: 100%;
		left: 0;
		right: 0;
	}

	.sec2-btns a i {
		font-size: 22px;
		position: relative;
		top: 2px;
		padding-left: 1px;
	}

	.sec2-btns a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 12px 12px;
		display: inline-block;
		width: 100%;
	}

	.sec2-btns .blue a {
		background-color: #fff;
		color: var(--dark-blue);
		border-radius: 5px;
	}

	.sec2-btns .orange a {
		background-color: var(--orange);
		border-radius: 5px;
	}

	.sec2-btns .col-md-6.blue,
	.sec2-btns .col-md-6.orange {
		text-align: center;
	}

	.sec2-btns .blue .fa.fa-angle-right {
		color: #fff;
		background-color: var(--red);
		font-size: 18px;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.sec2-btns .orange .fa.fa-angle-right {
		color: var(--dark-blue);
		background-color: #fff;
		font-size: 18px;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.sec2-inner h3 {
		color: #fff;
		font-size: 24px;
		line-height: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
		font-weight: 700;
	}

	.sec2-inner p {
		color: #fff;
		font-family: 'Poppins',"Poppins Fallback", sans-serif;
	}

	.sec2-btns a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.section-three-home .row {
		align-content: center;
		align-items: center;
	}

	.section-three-home h2 {
		color: #fff;
		font-size: 40px;
		line-height: 50px;
		font-weight: 700;
		margin-top: 0px;
	}

	.section-three-home h3 {
		color: #fff;
		font-size: 20px;
		line-height: 26px;
		margin-top: 0px;
		margin-bottom: 5px;
		font-weight: 400;
	}

	.section-three-home p,
	.section-three-home li {
		color: #fff;
	}

	.section-three-home li::before {
		content: "\f00c";
		font-family: "FontAwesome";
		color: #fff;
		background-color: var(--light-blue);
		border-radius: 100px;
		padding: 7px 7px;
		font-size: 15px;
		margin-right: 10px;
	}

	.section-three-home ul {
		list-style: none;
		margin: 0 auto;
		margin-bottom: 0px;
		padding: 0px;
		margin-bottom: 20px;
		display: grid;
		grid-template-columns: auto auto;
		row-gap: 20px;
	}

	.section-three-home .cta-nav ul {
		row-gap: 0px;
		column-gap: 20px;
		margin: 0 auto;
	}

	.section-three-home .cta-nav ul li::before {
		display: none;
	}

	.section-three-home .cta-nav a {
		width: 310px !important;
	}

	.section-three-home .subhead::before {
		background-color: var(--light-blue);
	}

	.section-three-home ul li {
		margin-bottom: 5px;
	}

	.sec3-btn a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		background-color: var(--red);
		display: inline-block;
		padding: 20px 60px;
	}

	.sec3-btn a:hover {
		opacity: 0.8;
		text-decoration: none;
	}

	.section-three-home p a {
		color: #484E54;
	}

	.section-three-home {
		padding: 80px 0px;
		background-color: #171E4A;
		background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:localtreeman.com/wp-content/uploads/2024/09/empire-home-about-bg.png');
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right;
	}

	.rl-gallery:not(.rl-hidden-text) .rl-gallery-link::after {
		background-color: #2e3b8ec9 !important;
	}

	[class^="rl-hover-icon-"] .rl-gallery-link::before,
	[class*=" rl-hover-icon-"] .rl-gallery-link::before {
		color: #000 !important;
		background-color: #fff !important;
		font-size: 30px !important;
	}

	.sec4-btn a {
		color: #fff;
		background-color: var(--orange);
		font-size: 24px;
		font-weight: 700;
		display: inline-block;
		padding: 25px 55px;
		border-radius: 5px;
	}

	.sec4-btn a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.sec4-btn {
		text-align: center;
		margin-top: 35px;
	}

	.section-four-home {
		padding-bottom: 80px;
		background-color: #fff;
	}

	.section-five-home h2 {
		color: var(--dark-blue);
		font-size: 40px;
		line-height: 50px;
		font-weight: 700;
		margin-top: 0px;
		text-align: center;
		margin-bottom: 15px;
	}

	.section-five-home {
		text-align: center;
		padding: 60px 0px 60px 0px;
		background-color: #fff;
	}

	.section-five-home .row {
		align-content: center;
		align-items: center;
		justify-content: center;
	}

	.sec5-inner {
		padding: 25px 15px;
		background-color: #fff;
		height: 100%;
		min-height: 225px;
		display: grid;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		border: 1px solid #EBEBEB;
		text-align: left;
		background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:localtreeman.com/wp-content/uploads/2024/01/gray-dots.png');
		background-repeat: no-repeat;
		background-position: top right;
	}

	.sec5-inner img {
		text-align: center;
		margin: 0;
	}

	.sec5-inner h3 {
		color: var(--dark-blue);
		font-size: 18px;
		line-height: 25px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.section-five-home .col-md-4 {
		margin-bottom: 30px;
	}

	.sec5-inner p {
		font-size: 16px;
		line-height: 23px;
		font-weight: 400;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.section-five-home .col-md-3 {
		margin-bottom: 25px;
	}

	.section-five-home .col-md-12 {
		margin-bottom: 25px;
	}

	.section-five-home a {
		color: #484E54;
	}

	.section-five-home .col-md-12 p {
		padding: 0px 100px;
	}

	.sec5-inner div {
		display: flex;
		align-items: center;
		column-gap: 15px;
		margin-bottom: 20px;
	}

	.home-blog .hm-blog {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
	}

	.home-blog .blog-cont {
		padding: 15px 20px 20px 20px;
	}

	.home-blog .col-md-12 h2 {
		color: #020D00;
		font-size: 48px;
		line-height: 55px;
		font-weight: 700;
		margin-top: 0px;
		text-align: left;
		margin-bottom: 40px;
	}

	.home-blog {
		padding: 50px 0px 70px 0px;
		display: block !important;
		background-color: #fff;
		background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:localtreeman.com/wp-content/uploads/2024/01/greenwood-line-bg.png');
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.blog-inner {
		box-shadow: 0px 4px 20px 0px #0000001A;
		background-color: #fff;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.home-blog .blog-dt .fa.fa-calendar {
		color: #234387;
		padding-right: 2px;
	}

	.home-blog .blog-dt p {
		color: #A5A5A5;
		font-size: 16px;
		line-height: 23px;
		font-weight: 400;
	}

	.home-blog .blog-cont h2 {
		color: var(--dark-blue);
		font-size: 20px;
		line-height: 26px;
		text-align: left;
		padding-bottom: 20px;
		font-weight: 500;
		margin-bottom: 0px;
	}

	.home-blog .blog-btn a {
		color: var(--dark-blue);
		font-size: 16px;
		font-weight: 700;
	}

	.home-blog .blog-btn a i {
		color: var(--blue);
		font-size: 20px;
		text-align: center;
		font-weight: 800;
		margin-left: 3px;
	}

	.rating-image {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	
	/** New section styles **/
	.section-areas-home iframe {
	  display: block;
	}
	.section-areas-home {
	  background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:localtreeman.com/wp-content/uploads/2025/10/section-area-bg.png');
	  background-color: #0E122D;
	  background-repeat: repeat;
	}
	.section-areas-home h2 {
	  color: #fff;
	  font-size: 45px;
	  line-height: 52px;
	  margin-top: 0px;
	  font-weight: 700;
	}
	.section-areas-home li {
	  position: relative;
	  color: #fff;
	  list-style: none;
	  font-size: 18px;
	  font-weight: 600;
	  padding-top: 5px;
	  padding-bottom: 5px;
	}
	.section-areas-home li::before {
	  content: "\f041";
	  font-family: FontAwesome;
	  color: #2E3B8E;
	  font-size: 20px;
	  margin-right: 10px;
	}
	.section-areas-home p {
	  color: #fff;
	  font-size: 16px;
	  line-height: 23px;
	}
	.section-areas-home ul {
	  padding-left: 0px;
	  display: inline-grid;
	  grid-template-columns: 1fr 1fr;
	  column-gap: 50px;
	}
	.section-areas-home .row {
	  align-items: center;
	}
	.section-areas-home .col-md-6:first-child {
	  padding: 0px 50px 0px 260px;
	}
	.section-ins-home {
	  background-color: #171E4A;
	  padding: 70px 0px;
	  background-image: url('https://localtreemancom10e79.zapwp.com/q:l/r:0/wp:0/w:1/u:localtreeman.com/wp-content/uploads/2025/10/dots-bgs.png');
	}
	.section-ins-home .col-md-12 {
	  margin-bottom: 10px;
	}
	.section-ins-home h2 {
	  color: #fff;
	  font-size: 45px;
	  line-height: 52px;
	  font-weight: 600;
	  margin-top: 0px;
	  margin-bottom: 10px;
	}
	.section-ins-home p {
	  font-size: 20px;
	  line-height: 27px;
	  color: #fff;
	}
	.ins-inner {
	  border: 3px solid #2E3B8E;
	  background: #1D2975;
	  border-radius: 5px;
	  min-height: 100%;
	  padding: 25px 25px;
	}
	.ins-inner h4 {
	  margin: 0 auto !important;
	  color: #fff;
	  font-size: 22px;
	  line-height: 29px;
	}
	.ins-inner .head {
	  display: inline-flex;
	  align-items: center;
	  column-gap: 15px;
	  margin-bottom: 20px;
	}
	.ins-inner p {
	  margin-bottom: 0px;
	}
	
	/** FAQ style **/
	.faq-section {
    	background-color: #0E122D;
    	padding: 70px 0px;
    }
   .faq-section h2 {
        font-size: 45px;
        line-height: 51px;
        color: #fff;
        font-weight: 700;
	   margin-top: 0px;
    }
    .faq-section .accordion1 {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        font-size: 18px;
        transition: .4s;
        border-radius: 3px;
        margin-top: 20px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
		margin-bottom: 0px;
    }

    .faq-section .active, .faq-section .accordion1:hover {
        background-color: #1D2975;
        color: #fff;
    }

    .faq-section .accordion1::after {
	  content: "\f107";
	  color: #000;
	  font-weight: 700;
	  font-family: FontAwesome;
	  font-size: 28px;
	  background-color: #EBEBEB;
	  border-radius: 100px;
	  width: 35px;
	  height: 35px;
	  text-align: center;
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	}

    .faq-section .active:after {
        content: "\f106";
        font-family: FontAwesome;
    }

    .faq-section .panel {
        padding: 0px 20px;
        background-color: #262942;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out;
        color: #fff;
        font-size: 17px;
        line-height: 23px;       
     }
	.faq-section p {
        margin-top: 20px;
        margin-bottom: 25px;
	}
	.faq-bottom p {
	  color: #fff;
	  font-size: 20px;
	  line-height: 26px;
	  margin: 0;
	}
	.col-lg-12.faq-bottom {
	  display: flex;
	  justify-content: center;
	  column-gap: 20px;
	  margin-top: 30px;
	  align-items: center;
	}
	.faq-bottom div a {
	  background-color: #DF6E11;
	  font-size: 20px;
	  color: #fff;
	  display: inline-flex;
	  align-items: center;
	  column-gap: 5px;
	  border-radius: 3px;
	  padding: 10px 20px;
	}
	
	@media screen and (max-width: 1400px) {
		.section-areas-home .col-md-6:first-child {
		  padding: 10px 30px 10px 30px;
		}
		.section-areas-home .row .col-md-6:last-child {
		  padding: 0px !important;
		}
		.section-areas-home h2 {
		  font-size: 40px;
		  line-height: 47px;
		}
	}

	@media screen and (max-width: 1240px) {
		.home-sec1 h1 {
			font-size: 50px;
			line-height: 55px;
			margin-bottom: 25px;
		}

		.home-sec1 p {
			font-size: 18px !important;
			line-height: 25px !important;
			padding: 0px 0px !important;
			margin-bottom: 25px;
		}

		.home-btn a {
			font-size: 22px !important;
			padding: 20px 25px;
		}

		.section-one-home {
			padding: 60px 0px 85px 0px !important;
		}

		.section-two-home {
			padding: 55px 0px !important;
		}

		.section-two-home h2 {
			font-size: 45px !important;
			line-height: 52px !important;
			margin-bottom: 30px !important;
		}

		.sec4-btn a {
			font-size: 20px !important;
			padding: 20px 50px !important;
		}

		.section-four-home {
			padding-bottom: 60px !important;
		}

		.home-blog .col-md-12 h2 {
			font-size: 45px !important;
			line-height: 52px !important;
			margin-bottom: 30px !important;
		}

		.home-blog {
			padding: 35px 0px 60px 0px !important;
		}

		.home-blog .col-md-12 .blog-cont h2 {
			font-size: 18px !important;
			line-height: 25px !important;
			margin-bottom: 0px !important;
			padding-bottom: 0px !important;
			min-height: auto !important;
		}

		.home-sec1 .subhead {
			padding-left: 80px !important;
		}
	}

	@media screen and (max-width: 1200px) {
		.home-sec1 h1 {
			margin-bottom: 20px;
		}

		.home-btn a {
			width: 100%;
		}

		.home-btn a.white {
			margin-top: 15px;
		}

		.section-one-home {
			padding: 50px 0px 75px 0px !important;
		}

		.section-three-home {
			padding: 60px 0px !important;
		}

		.section-four-home .rl-gallery-item img {
			width: 100%;
		}
	}

	@media screen and (max-width: 1100px) {
		.section-three-home .cta-nav a {
			width: auto !important;
		}
	}

	@media screen and (max-width: 1024px) {
		.home-btn a {
			font-size: 18px !important;
			padding: 18px 23px;
		}

		.section-two-home {
			padding: 40px 0px !important;
		}

		.section-two-home h2 {
			font-size: 35px !important;
			line-height: 42px !important;
			margin-bottom: 20px !important;
		}

		.section-three-home {
			padding: 40px 0px !important;
		}

		.section-three-home h2 {
			font-size: 36px;
			line-height: 45px;
		}

		.section-three-home p,
		.section-three-home li {
			font-size: 15px;
			line-height: 22px;
		}

		.section-five-home {
			padding: 40px 0px !important;
		}

		.section-five-home h2 {
			font-size: 36px;
			line-height: 45px;
		}

		.section-five-home .col-md-12 p {
			padding: 0px 0px !important;
			font-size: 15px !important;
			line-height: 22px !important;
		}

		.section-six-home {
			padding: 40px 0px !important;
		}

		.section-six-home h2 {
			font-size: 33px !important;
			line-height: 40px !important;
			margin-bottom: 15px !important;
		}

		.section-six-home p {
			font-size: 15px !important;
			line-height: 22px !important;
			padding: 0px !important;
		}

		.home-blog .col-md-12 h2 {
			font-size: 35px !important;
			line-height: 42px !important;
			margin-bottom: 20px !important;
		}

		.home-blog {
			padding: 35px 0px 55px 0px !important;
		}
	}

	@media screen and (max-width: 900px) {
		.home-sec1 h1 {
			font-size: 45px;
			line-height: 52px;
			margin-bottom: 15px;
		}

		.home-sec1 p {
			font-size: 17px !important;
			line-height: 23px !important;
			margin-bottom: 20px !important;
		}

		.section-one-home {
			padding: 50px 0px 60px 0px !important;
		}
	}

	@media screen and (max-width: 768px) {
		.home-sec1 h1 {
			font-size: 40px;
			line-height: 47px;
		}

		.section-one-home {
			padding: 40px 0px 50px 0px !important;
		}

		.section-three-home h2 {
			font-size: 32px;
			line-height: 40px;
		}

		.section-four-home {
			padding: 0px 0px 50px 0px !important;
		}

		.sec4-btn a {
			font-size: 18px !important;
			padding: 16px 40px !important;
		}

		.section-five-home h2 {
			font-size: 32px;
			line-height: 40px;
		}

		.section-six-home h2 {
			font-size: 30px !important;
			line-height: 37px !important;
			margin-bottom: 10px !important;
		}

		.home-blog .col-md-12 h2 {
			font-size: 33px !important;
			line-height: 40px !important;
		}
	}

	@media screen and (max-width: 700px) {
		.home-sec1 h1 {
			font-size: 35px;
			line-height: 42px
		}

		.section-two-home h2 {
			font-size: 30px !important;
			line-height: 37px !important;
			margin-bottom: 15px !important;
			max-width: 100% !important;
		}

		.section-two-home .col-md-4 {
			margin-bottom: 20px !important;
		}

		.section-three-home img {
			width: 100%;
			margin-bottom: 20px;
		}

		.home-blog .col-md-12 h2 {
			font-size: 30px !important;
			line-height: 36px !important;
		}

		.home-blog .hm-blog {
			display: block !important;
		}

		.home-blog .col-md-12 .blog-cont h2 {
			min-height: auto !important;
		}

		.home-blog .blog-inner {
			margin-bottom: 20px !important;
		}

		.sec2-btns {
			position: unset !important;
		}

		.sec2-btns .col-md-6 {
			padding: 0px !important;
		}

		.sec2-btns .row {
			display: grid !important;
			grid-template-columns: 1fr 1fr;
			column-gap: 15px;
		}

		.sec2-inner {
			padding-bottom: 20px !important;
		}
		
		/** New section style **/
		.number-steps div {
		  align-items: center;
		}
		.section-ins-home, .faq-section {
		  padding: 30px 0px;
		}
		.section-ins-home h2 {
		  font-size: 35px;
		  line-height: 42px;
		}
		.section-ins-home p {
		  font-size: 18px;
		  line-height: 25px;
		}
		.section-ins-home .row {
		  row-gap: 20px;
		}
		.ins-inner h4 {
		  font-size: 20px;
		  line-height: 27px;
		}
		.faq-section h2 {
		  font-size: 35px;
		  line-height: 42px;
		  margin-bottom: 5px;
		}
	}

	@media screen and (max-width: 640px) {
		.home-sec1 h1 {
			font-size: 32px;
			line-height: 36px;
		}

		.home-btn a {
			font-size: 17px !important;
			padding: 17px 20px;
		}
		.faq-section .accordion1 {
		  display: inline-grid;
		  grid-template-columns: auto auto;
		  column-gap: 10px;
		}
	}

	@media screen and (max-width: 595px) {
		.home-btn a.green {
			margin-bottom: 15px !important;
		}

		.sec4-btn a {
			width: 100%;
		}

		.sec2-btns {
			position: unset !important;
		}

		.sec2-btns .col-md-6 {
			padding: 0px !important;
		}

		.sec2-btns .row {
			display: grid !important;
			grid-template-columns: 1fr 1fr;
			column-gap: 15px;
		}

		.sec2-inner {
			padding-bottom: 20px !important;
		}

		.section-three-home ul {
			row-gap: 20px;
		}

		.section-three-home .cta-nav a {
			width: auto !important;
		}

		.sec4-btn {
			margin-top: 25px !important;
			padding: 0px 30px !important;
		}

		.section-five-home {
			padding: 0px 0px 20px 0px !important;
		}

		.cta-section .col-md-5 {
			margin-top: 20px;
		}

		.cta-section {
			padding: 30px 0px !important;
		}

		.footer-logos h2 {
			font-size: 22px !important;
			line-height: 29px !important;
			width: 100% !important;
		}
	}

	@media screen and (max-width: 500px) {
		.section-one-home {
			padding: 0px 0px 0px 0px !important;
			background-image: none !important;
		}

		.section-one-home .container {
			max-width: 100% !important;
		}

		.section-one-home .col-md-8 {
			padding: 0px !important;
		}

		.section-one-mobile {
			display: block !important;
		}

		.section-one-home img {
			width: 100% !important;
		}

		.home-sec1 {
			padding: 20px 20px !important;
		}

		.section-three-home ul {
			grid-template-columns: 1fr !important;
		}
		/** New section style **/
		.section-areas-home h2, .section-ins-home h2, .faq-section h2 {
		  font-size: 30px;
		  line-height: 37px;
		}
		.section-five-home {
		  padding: 20px 0px 20px 0px !important;
		}
		.col-lg-12.faq-bottom {
		  display: block;
		  text-align: center;
		}
		.faq-bottom div {
		  margin-top: 15px;
		}
	}

	@media screen and (max-width: 414px) {
		.cta-section ul {
			grid-template-columns: 1fr !important;
		}

		.cta-section {
			padding-bottom: 10px !important;
		}

		.logos-inner div {
			width: 100% !important;
		}
	}

	@media screen and (max-width: 400px) {
		.home-sec1 {
			padding: 25px 25px !important;
		}

		.home-sec1 p {
			margin-bottom: 15px !important;
		}

		.home-sec1 h1 {
			font-size: 28px;
			line-height: 34px;
		}

		.section-two-home {
			padding: 30px 0px !important;
		}

		.sec2-title p {
			font-size: 18px !important;
			line-height: 24px !important;
		}

		.section-three-home h3 {
			font-size: 18px !important;
			line-height: 24px !important;
		}

		.section-three-home ul {
			grid-template-columns: 1fr !important;
		}

		.top-title .subhead {
			font-size: 18px !important;
			line-height: 24px !important;
		}

		.testimonial-section h2 {
			font-size: 34px !important;
			line-height: 41px !important;
			margin-bottom: 18px !important;
		}

		.home-blog .subhead {
			font-size: 18px !important;
			line-height: 24px !important;
		}

		.home-blog .col-md-12 .blog-cont h2 {
			margin-bottom: 17px !important;
		}

		.home-blog {
			padding: 35px 0px 30px 0px !important;
		}

		.cta-section {
			padding: 30px 0px 15px 0px !important;
		}
	}

	@media screen and (max-width: 385px) {
		.sec2-btns a {
			padding: 10px 10px !important;
		}

		.sec2-btns a i {
			font-size: 19px !important;
		}

		.testimonial-section h2 {
			font-size: 30px !important;
			line-height: 37px !important;
			margin-bottom: 18px !important;
		}
	}

	@media screen and (max-width: 380px) {
		.sec2-btns a {
			padding: 10px 8px !important;
		}

		.sec2-btns .row {
			grid-template-columns: 1fr 1fr;
			column-gap: 10px !important;
		}

		.sec2-btns .col-md-6.orange {
			padding: 0px !important;
		}
	}

	@media screen and (max-width: 370px) {
		.sec2-btns .row {
			grid-template-columns: 1fr !important;
		}
	}
