@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

:root {
  --main-color: #459443;
  --white-color: #fff;
}

/* reseter */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  font-weight: 300;
}
a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
/* general css */
h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
h1 {
  font-size: 45px;
  line-height: 1.2;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
  line-height: 1.7;
}
.col1{
	grid-column: 1 / span 2;
}
.sub-text {
  font-weight: 400;
  font-size: 16px;
}
.show{
	display: block !important;
}

.txt-white{
color:#fff !important;
}
.white {
  color: #fff;
}
.footercolor {
  color: #fff;
}
.litegreen {
  color: #0ba7a9 !important;
}
.blue {
  color: var(--main-color);
}
.spacingdiv ul, .spacingdiv ol{
	margin-bottom: 30px;
}
.txt-center {
  text-align: center;
}


.txt-right {
  text-align: right;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10{
	padding-bottom: 10px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
img,
.responsive {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.spacebetween-flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.grandient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbfbfb+0,ffffff+100 */
background: linear-gradient(to bottom,  #fbfbfb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.width-60 {
  width: 60%;
}
.padding-left {
  padding-left: 20px;
}
.border-10 {
  border: 10px solid #fff;
}
.border-left {
  border-left: 1px solid #f1f2f242;
}
.box-shadow {
  box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%);
}
.border-radius-12 {
  border-radius: 12px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-top {
  border-radius: 12px 12px 0 0;
}
.block {
  display: block !important;
  width: 100%;
}

.flex{
	display: flex;
}


/* E-R-S SECTION CSS START */
.ers-section {
    background-color:#fafffa;
}

.ers-header .ers-title {
    color: #333;
    font-weight: 700;
}

.highlight-text {
    color: var(--main-color);
    position: relative;
    display: inline-block;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    border-radius: 2px;
}

.ers-subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.ers-steps-container {
    position: relative;
    padding: 0px 0px 40px 0px;
}

.ers-grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 30px;
    position: relative;
	margin-bottom:40px;
}

.ers-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eef2f5;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ers-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(69, 148, 67, 0.15); /* Tinted shadow */
}

.card-header-step {
    padding: 25px;
    color: #fff;
    text-align: center;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-header-step img{
	width: 30px !important;
}


/* Re-overriding for a more professional corporate look similar to image but modern */
.bg-engage{
    background: #fff;
    color: #333;
    border-bottom: 3px solid var(--main-color);
}
.bg-engage p{
font-size:26px;
}
.bg-engage span{
font-weight:600;
text-decoration: underline;
}
.card-header-step h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}
h2.introtitle{
	font-size: 33px;
}
.step-icon {
    margin-top: 10px;
    font-size: 24px;
    color: inherit;
    opacity: 0.8;
}

.card-body-step {
    padding: 30px 25px;
}
.card-body-step li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.socialmediafooter{
	display: flex;
  gap: 5px;
}

.socialmediafooter a img{
	width: 30px !important; 
}

.card-body-step li::before {
    content: '\f058'; /* fa-check-circle */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--main-color);
    font-size: 16px;
}
.check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
.check-list li::before {
    content: '\f058'; /* fa-check-circle */
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--main-color);
    font-size: 16px;
}

/* Arrows between cards for Desktop */
.step-arrow {
    position: absolute;
    top: 50%;
    right: -45px; /* Halfway in gap */
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex; /* flex */
    align-items: center; /* center */
    justify-content: center; /* center */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 10;
    color: var(--main-color);
    font-size: 20px;
}
/* Hide arrow on the last card, which doesn't have the element anyway in HTML but just in case */

/* Feedback Loop */
.feedback-box {
    display: inline-block;
    background: #fff; 
    border: 1px dashed var(--main-color);
    padding: 15px 30px;
    border-radius: 30px;
    color: #459443;
    font-weight: 600;
    font-size: 18px;
    max-width: 100%;
	width: 100%;
}

.spin-icon {
    display: inline-block;
    transition: transform 1s ease;
}
.feedback-box:hover .spin-icon {
    transform: rotate(180deg);
}

/* Why Box */
.why-ers-box {
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}

.why-ers-box h3 {
    color: var(--main-color);
}


.directordiv{
	position: relative;
	display: flex;
  flex-direction: column;
  align-items: center;
}

.directordiv img{
	max-width: 402px !important;
}

.positionsticky{
	position: absolute;
	top: 90px;
	bottom: 0;
	z-index: -1;
}

.directorintro{
	padding: 15px;
	text-align: center;
	display: block;
  width: 100%;
}



/*ABOUT TEAM STYLING*/
.about-page-image {
overflow:hidden;
	transition:all 0.5s ease-in-out;
	height: 100%;
}
.about-page-image:hover img{
	transform: scale(1.1);
	transition:all 0.5s ease-in-out;
}
.about-page-image img{
	transition:all 0.5s ease-in-out;
	height: 100% !important;
}
.aboutcolumn {
  padding: 15px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%)
}
.aboutcolumn:hover{
  color: #fff;
  cursor: pointer;
}
.mb-0{
  margin-bottom: 0px !important;
}
.font14{
  font-size: 14px;
}
/*ABOUT TEAM STYLING*/


.relative {
  position: relative;
}
.positionbottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.hide-overflow {
  overflow: hidden;
}

/* container */
.container {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*MYCSS*/
.mb-7 {
  padding-bottom: 7px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-50 {
  padding: 50px;
}
.p-30 {
  padding: 30px;
}
.p-20 {
  padding: 20px !important;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.whitebg {
  background: #fff;
}
.bluebg {
  background: var(--main-color);
}
.mr-10 {
  margin-right: 10px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.generalbtn a {
  display: inline-block;
}
.shadow {
  box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%);
}
.description p {
  margin-bottom: 15px;
}
.description strong{
	font-weight: 600;
}
.description ul, .description ol{
	margin: 10px 0px 20px 0px;
}
.justify {
  text-align: justify;
}
.alignself {
  align-self: center;
}
.mb-50{
	margin-bottom: 50px;
}
/*MYCSS*/

/* grid css */
.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}

.directorgrid{
	 display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 20px;
}

.floating-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.gap20{
	grid-gap: 20px !important;
}
.width100{
	width: 100%;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.document-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.gap-30 {
  grid-gap: 30px;
}
.header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  align-items: center;
}
.menu-grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 15px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.footer-grid-4 {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.8fr 1fr;
  grid-gap: 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.child-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.grid-5 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
}
.map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* flex css */
.flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flex-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 3RD LEVEL NAV CSS START */
/* Desktop Level 3 */
.sub-menu-wrap {
    position: relative;
    padding-right: 15px; /* Space for indication */
}

.dropdown-content-level-3 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 6px;
    border-left: 1px solid #fff;
    z-index: 999;
}

.sub-menu-wrap:hover .dropdown-content-level-3 {
    display: block;
}

.dropdown-content-level-3 a {
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    text-align: left;
}

.dropdown-content-level-3 a:hover {
    color: #000 !important;
}

/* Add indicator for items with children on desktop */
.sub-menu-wrap.has-children-desktop::after {
    content: "\f0d7"; /* FontAwesome angle right */
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
}
/* 3RD LEVEL NAV CSS END */

.sub-sub-menu ul li a {
    font-size: 15px; 
    margin-left: 30px; /* Indent more for 3rd level */
}
.sub-sub-menu ul li {
    padding-top: 5px !important;
}


/*dropdown*/

.sub-menu-wrap{
display:flex;
	align-items:center;
	gap:3px;
}
.sub-menu-wrap i{
    color: #fff;
    font-size: 17px;
    margin-top: -5px;

}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--main-color);
  z-index: 1;
  padding: 10px 20px;
  border-radius: 6px;
  border-top: 7px solid #fff;
}
.dropdown-content-1 {
  min-width: 400px;
}
.dropdown-content-2 {
  min-width: 150px;
}
.fa-caret-down {
  padding-left: 5px;
}

.dropdown .dropdown-content a {
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
	font-size: 15px;
}
.dropdown .dropdown-content a:hover {
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* btn css */
.button a {
  display: inline-block;
  position: relative;
  z-index: 99999;
}

.show-button {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  padding: 8px 20px;
  background-color: var(--white-color);
  color: var(--main-color);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
}

.show-button:hover {
  box-shadow: inset 20em 0 0 0 #137c90;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  color: #fff;
}

.btn {
  cursor: pointer;
  color: var(--white-color);
  padding: 8px 25px;
  text-align: center;
  background-color: var(--main-color);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  border: none;
  outline: none;
}

.btn:hover,
.btn:focus {
  box-shadow: inset 100em 0 0 0 #000;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  color: #fff;
}
.service-btn {
  margin: 0px auto;
  cursor: pointer;
  padding: 12px 28px;
  background-color: #000;
  color: var(--white-color);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.service-btn:hover {
  box-shadow: inset 20em 0 0 0 #459443;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  color: #fff;
}
.btn-80 {
  width: 80%;
}

/*NEWS WRAPPER*/
.news_wrapper {
  padding: 15px;
  background: #fff;
}
.news_wrapper img {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
.news_wrapper:hover {
  cursor: pointer;
}
.news_wrapper:hover img {
  transform: scale(1.3);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  cursor: pointer;
}
.news_details h4 a {
  font-size: 16px;
  color: var(--main-color);
  margin: 15px 0px;
	font-weight: 600;
}
.user_admin {
  color: #94a3a3;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
}
.user_admin i {
  color: #0ba7a9;
}
.linebtn {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.linebtn::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 100%;
  border-top: 2px solid #d3e1e1;
}
.overflowhidden {
  overflow: hidden;
}
.linebtn a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.linebtn a:hover ::before {
  border-top: 1px solid #0ba7a9;
}
/*NEWS WRAPPER*/
/* counetr up section css  */
.counter-up{
padding:30px;
	background:#f5f5f561;
	display:flex;
	flex-direction:column;
	gap:20px;
	text-align:center;
	justify-content:center;
	transition:all 0.5s ease-in-out;
}
.counetr-content{
		display:flex;
	flex-direction:column;
	gap:15px;
}
.counter-up img{
margin:auto;
	width:65px !important;
}
.counter-up:hover{
    transform: translateY(-18px) scale(1.02);
	transition:all 0.5s ease-in-out;
}
/* counetr up section css  */

/*SERVICE SIDEBAR*/
.service-sidebar > li {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-sidebar li img {
    margin-right: 8px;
}

.service-sidebar .active-parent {
    color: #2e7d32;
}

.service-child {
    margin-left: 25px;
    margin-bottom: 10px;
}

.service-child li {
    font-weight: 400 !important;
  margin: 0px 0px 0px 0px;
  border-bottom: none !important;
  padding: 5px 0px 5px 10px !important;
}

.service-child .active-child {
   color: #2e7d32;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee !important;
  padding-bottom: 15px !important;
}

/*SERVICE SIDEBAR END*/


/* splide css */
#banner-slider .splide__arrow {
  border-radius: 0% !important;
  width: 3em !important;
  height: 3em !important;
  top: 50% !important;
  background: #fff;
  border-radius: 50% !important;
  opacity: 1 !important;
  padding: 15px;
}
#banner-slider .splide__arrow--prev {
  left: 1% !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
#banner-slider .splide__arrow--prev:hover {
  background: var(--main-color);
  color: var(--white-color);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
#banner-slider .splide__arrow--prev:hover svg {
  fill: var(--white-color);
}
#banner-slider .splide__arrow--next {
  right: 1% !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
#banner-slider .splide__arrow--next:hover {
  background: var(--main-color);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
#banner-slider .splide__arrow--next:hover svg {
  fill: var(--white-color);
}
#testimonial-slider .splide__arrow {
  border-radius: 0% !important;
  width: 3em !important;
  height: 4em !important;
}
.banner_div h1 {
  font-size: 45px;
  font-weight: 600;
}
#testimonial-slider .splide__arrow--next {
  right: -16% !important;
}
#testimonial-slider .splide__arrow--prev {
  left: -16% !important;
}

/************** SECTION CSS *****************/
/* MARQUEE  */
.seamless-marquee-container {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
        .marquee-item a:hover {
            color: #000 !important;
        }
		
		.marquee-item a {
			font-size: 17px;
		}

/* MARQUEE  */
/* Top Header section */
.top-header {
  background-color: var(--main-color);
  padding: 5px 0px;
}
.top-header .grid-3 a {
  padding-left: 25px;
}
.location a:before {
  content: "\f041"; /* FontAwesome Unicode */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  width: 1.6em;
}
.location a {
  font-size: 12px;
  margin-right: 12px;
}
.officetime a {
  font-size: 12px;
  margin-right: 12px;
}
.phone-no a:before {
  content: "\f095";
  background: #acb5b952;
  text-align: center;
  color: #0ba7a9;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  width: 1.6em;
  margin-right: 10px;
  padding: 5px;
}
.email a:before {
  content: "\f0e0"; /* FontAwesome Unicode */
  color: #0ba7a9;
  text-align: center;
  font-size: large;
  font-family: FontAwesome;
  display: inline-block;
  width: 1.6em;
  margin-right: 10px;
  padding: 5px;
}
.officetime a:before {
  content: "\f017"; /* FontAwesome Unicode */
  color: #fff;
  text-align: center;
  font-size: large;
  font-family: FontAwesome;
  display: inline-block;
  width: 1.6em;
}
.header_info_text p {
  margin: 0;
  font-size: 12px;
  color: var(--white-color);
}
.flex-start a {
  font-size: 13px;
  margin-right: 12px;
}
.top-header .fa {
  background: #acb5b952;
  padding: 10px;
}
.headericon {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.footerborder {
  border-bottom: 1px solid #1c1c1c;
}
.footer_address ul {
  margin: 0;
  padding: 0;
}
.footerlogo img{
	width:260px !important;
}
.footer_address ul li {
/*   display: block; */
	display: flex;
	gap: 5px;
  padding: 10px 0px;
}
.footer_address ul li i {
  color: var(--main-color);
	margin-top: 6px;
}
.footer_address ul li a {
  display: inline-block;
}
.page-link ul li {
  padding-bottom: 15px;
}
.headicon {
	height: 45px;
	width: 45px;
  display: inline-block;
  padding: 10px 13px;
  border-radius: 50%;
  background: #e4efef;
  color: var(--main-color);
}
.headicondetail {
  display: inline-block;
  margin-left: 15px;
  color: #6d8181;
}
.headicondetail a {
  display: block;
  font-weight: 500;
	color: #459443;
}
.new-grid{
display:grid;
	grid-template-columns: 1fr 1fr 1fr !important;
	gap:20px;
}
.another-icon{
  width: 65px !important;
	    padding: 15px;
}

.new-grid .icon {
    width: 65px !important;
    height: 72px;
    margin: 0 auto 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    font-size: 36px;
    transition: .5s ease;
    padding: 15px;
}
.new-grid  .column {
    padding: 30px !important;
}
.soci-med ul {
  margin: 0;
  padding: 0;
}
.soci-med ul li {
  display: inline-block;
}
.soci-med ul li a {
  background: #e4efef;
  border-radius: 50%;
  padding: 8px 10px;
  display: block;
	padding: 12px 14px;
    height: 40px;
    width: 40px;
  margin-right: 3px;
  color: var(--main-color) !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}

.soci-med ul li a:hover {
  background: var(--main-color) !important;
  color: var(--white-color) !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
.headerlogo a {
  display: block;
}
.headerlogo a img {
  display: block;
  padding: 0px;
  background: #ffff;
  width: 100% !important;
}

.font-weight-400 {
  font-weight: 400;
}
.font-weight-600 {
  font-weight: 600;
}
/* Header navigation section */
.navigation-section {
  border-top: 1px solid #d5e3e3;
  background: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.nav-bar li {
  display: inline-block;
}
.nav-bar {
  text-align: left;
}
.nav-bar a {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.centeralign {
  align-self: center;
}
.nav-link {
  padding: 5px 0px;
  margin-left: 15px;
  margin-right: 15px;
}

/* stroke hover effect */

nav ul li a,
nav ul li a:after {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
nav ul li a:hover {
  color: var(--main-color);
}
/* stroke */
nav.stroke ul li a {
  position: relative;
}
nav.stroke ul li a.active {
  position: relative;
	color: var(--main-color);
}
nav.stroke ul li a.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  content: "";
  color: transparent;
  background: var(--main-color);
  height: 1px;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: var(--main-color);
  height: 1px;
}
nav.stroke ul li a.active:hover:after {
  width: 100%;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

/* banner section */
.banner-section {
  position: relative;
}
.banner-section p {
  font-size: 18px;
}
.banner-section h4 {
  font-size: 24px;
  font-weight: 100;
}
.bg-1 {
  background: url("../images/dummy.jpeg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner_div{
	padding: 140px 0px;
}

/* intro section */
.intro-section {
  padding-bottom: 100px;
	padding:100px;
}
.intro-section .grid-3 {
  grid-gap: 30px;
}
.floating-row {
  position: relative;
margin-bottom:80px;
}
.icon {
  width: 20% !important;
  margin: 0 auto;
}
hr.solid {
  border: 1px solid var(--main-color);
  width: 45%;
}
.floating-row .column {
  padding: 50px 40px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%);
}
.floating-row .column:hover {
  cursor: pointer;
  color: var(--white-color);
}
.bluegred {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.bluegred:hover {
  background: rgb(69, 148, 67);
  background: linear-gradient( 175deg, rgb(69, 148, 67) 0%, rgb(69, 148, 67) 27%, rgb(3, 81, 1) 100% );
  transition: 0.5s ease linear;
  -moz-transition: 0.5s ease linear;
  -webkit-transition: 0.5s ease linear;
}
.bluegred:hover a {
  color: var(--white-color);
}
.floating-row .column:hover img {
  filter: brightness(1);
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
}
.column-2 {
  background: #c6e1f2;
}

/*SERVICE CART DESIGN START*/
.wrapper{
transform:translateY(-12px);
}
.wrapper:hover{
	cursor: pointer;
}
.alignment_btn{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	min-height: 195px;
}
.card img{
width:100%;
height:190px;
object-fit:cover;
transition:.4s ease;
}
.card:hover img{
transform:scale(1.1);
}

.content{
padding:22px;
text-align:center;
	position: relative;
	z-index: 1;
}
.content h3{
margin: 0px 0px 10px 0px;
font-size:20px;
color:#111827;
}
.content p{
font-size:14px;
line-height:1.6;
color:#000;
margin-bottom:18px;
}
/* overlay effect */
.overlay{
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(69,148,67,.85),transparent 60%);
opacity:0;
transition:.4s ease;
}
.card:hover .overlay{
opacity:1;
}
.card:hover .content h3, .card:hover .content p{
	color: #000;
}
/*SERVICE CART DESIGN END*/


/*HOW IT WORKS SECTION START*/
.steps{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:40px;
position:relative;
}


.step{
background:linear-gradient(135deg,#ffffff,#f9fafb);
    padding: 80px 30px 30px;
position:relative;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.5s cubic-bezier(.4,0,.2,1);
	text-align: center;
}


.step:hover{
transform:translateY(-18px) scale(1.02);
box-shadow: 0 35px 80px rgb(210 255 184);
}


.step::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(135deg,#77b255,#77b255);
opacity:0;
transition:.5s ease;
z-index:0;
}


.step:hover::before{opacity:1}


.step *{position:relative;z-index:1}


.icon{
width:72px !important;height:72px;margin:0 auto 25px;
border-radius:20px;
display:flex;align-items:center;justify-content:center;
background:#f7f7f7;
font-size:32px;
transition:.5s ease;
	padding:15px;
}
.sub-title{
	font-size:18px;
}
.color-text{
	font-size:26px;
	color:#459443;
	margin-bottom:10px;
}
.bluegred:hover .color-text{
color:#fff;
}
.step:hover .icon{
background:#fff;
transform:rotate(8deg) scale(1.15);
}
.step-wrap{

}

.step h3{margin:0px 0 10px;font-size:22px}
.step p{font-size:15px;line-height:1.7;color:#6b7280}


.step:hover h3,.step:hover p{color:#fff}


/* number badge */
.number{
position: absolute;
    top: -2px;
    right: 19px;
    width: 45px;
    height: 49px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: .5s ease;
}

/*HOW IT WORKS SECTION END*/




.intro-section .grid-2 {
  margin-top: 50px;
}

.tick-list li::before {
  content: "\f058";
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -3px;
  width: 1.6em;
}
.tick-list li {
  font-weight: 400;
	margin-bottom: 8px;
}

.img-column {
  text-align: left;
  position: relative;
}

.img-column img {
  border-radius: 50%;
}

.img {
  width: 80%;
  height: auto;
}

.sub-img {
  position: absolute;
  right: 5%;
  width: 45%;
  top: 50%;
}
/** pop up video **/
.center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 50px;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #2a6e8e;
}
.pulse {
  animation: pulse-animation 2s infinite;
  position: absolute;
  top: 30%;
  left: -8%;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(25, 54, 97, 0.856);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(241, 169, 12, 0);
  }
}

.fa-play:before {
  color: white;
  width: 20px !important;
  height: 20px !important;
  padding-left: 8px;
}
.play-icon a {
  font-size: 30px;
}

/* service section */
.service-section {
  position: relative;
}
.whitecolor{
	color: #fff;
}
.service-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  background: #459443;
background: linear-gradient(90deg,rgba(69, 148, 67, 1) 0%, rgba(69, 148, 67, 1) 30%, rgba(0, 0, 0, 1) 100%);
  z-index: -1;
}
.whychoose-section {
  position: relative;
  margin-bottom: 120px;
	padding-top:80px;
}
.whychoose-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  height: 400px;
  background: #e1ffe0cc;
  z-index: -1;
}
.whychooseimg {
  position: relative;
  z-index: 1;
}
.whychooseimg::before {
  content: "";
  position: absolute;
  right: -81px;
  top: -40px;
  background-image: url("../images/dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  height: 150px;
  width: 150px;
  z-index: -1;
}
.whychooseimg::after {
  content: "";
    position: relative;
    top: -236px;
    right: -118px;
    border-right: 395px solid var(--main-color);
    border-bottom: 225px solid var(--main-color);
    z-index: -1;
}
.service-section .grid-3 {
  grid-gap: 30px;
}
.description {
  padding: 15px 0px;
}
.services-title {
  font-size: 14px;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-column {
  display: block;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease 0.5;
  -webkit-transition: all ease 0.5;
  transition: all ease 0.5;
}

.service-img {
  display: inherit;
}
.hidden-description {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  top: -110%;
  left: 0px;
  padding: 20px;
  font-size: 12px;
  text-align: center;
  color: var(--white-color);
  background: var(--main-color);
  height: 100%;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.service-column:hover .hidden-description {
  top: 0px;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.service-column:hover .services-title {
  color: var(--main-color);
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hidden-description h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

/* form section */
.form-section {
  background: url("../images/closeup-poto-young-coworkers-crew-working-with-new-startup-project-in-modern-loft-pencil-holding-han.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgb(26 79 104 / 84%);
}
.title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.title h2 {
  font-size: 35px;
}
.whychoosedetails h3 {
  font-size: 26px;
  color: var(--main-color);
  margin-bottom: 15px;
}
.whychoosedetails p {
  margin-bottom: 15px;
}
.input-text,
.submit-btn {
  padding: 14px;
  font-size: 15px;
  border: 1px solid #fff;
}
.input-text {
  width: 25%;
  margin-right: 10px;
  border-radius: 6px;
  outline: none;
}
.submit-btn {
  width: 15%;
}
.advice-form {
  text-align: center;
}

/* testimonial css */
.testimonial-section {
  background: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.quote {
  background: url("../images/quote.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
}
.width700 {
  width: 70%;
  margin: 0 auto;
}
.profession {
  font-size: 15px;
}
.splide__pagination {
  bottom: -2em;
}
.splide__pagination__page {
  width: 15px;
  height: 15px;
  background: #105669;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background: #105669;
}

.bignumber h5 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: var(--main-color);
}
.scrolling_number {
  padding-top: 50px;
}
.scrolling_number p {
  color: var(--main-color);
  font-weight: 500;
}
.border-right {
  border-right: 1px solid #d1dce1;
}

/* company logo slider */
.company-logo-section {
  padding-top: 50px;
  padding-bottom: 40px;
}
.company-logo {
  height: 30px;
  width: auto;
}
.img-wraper {
  text-align: center;
}

/* footer section */
.footer-section {
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-links {
  margin-left: 18px;
}
.footer-section .phone-no a:before,
.footer-section .email a:before,
.footer-section .location a:before {
  background: transparent;
  padding: 0px;
}
.page-link li a:before {
  content: "\f105";
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}
.grecaptcha-badge{
	display: none;
}
.page-link li {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out5;
}
.page-link li:hover {
  transform: translateX(5px);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.footer-section .page-link li:hover .white {
  color: #5375a0;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

.footer-section ul li a {
  color: #ddd;
}
.footertext1 p {
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 15px;
}
.footertext2 p {
  font-size: 12px;
  color: #a2b9b9;
  margin-top: 8px;
  margin-bottom: 15px;
}
.footer-section h4 {
  margin-bottom: 20px;
  font-weight: 400;
}
.footer-logo {
  width: 35%;
}
.footer-section .email a:before,
.footer-section .phone-no a:before,
.footer-section .location a:before,
.footer-section .officetime a:before {
  margin-left: -22px;
}

/* copyright section */
.copyright-section {
  background: #151515;
  padding: 10px;
}
.soci-ul li {
  display: inline-block;
}

.footer-section .soci-ul {
  margin-top: 10px;
}

.footer-section .fa:hover,
.top-header .fa:hover {
  color: #c6e1f2;
  transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0s all ease-in-out;
}

/*** animation ***/
@keyframes btn-animation {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #25556b;
  }
  100% {
    background-color: #0d2936;
  }
}

/*ABOUT US PAGE STYLING*/

.bannerbg {
  background: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.banner_title h1 {
  font-size: 45px;
  color: var(--white-color);
  font-weight: 700;
}
.banner_title p,
.banner_title a {
  display: inline-block;
  color: var(--white-color);
}
.pagebg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.top-60 {
  top: 60px !important;
}

/*ABOUT US PAGE STYLING*/

/*CONTACT US STYLING*/
.contact_div {
  text-align: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
.contact_div h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact_icon_div {
  background: var(--main-color);
  height: 55px;
  width: 60px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
	display: flex;
    align-items: center;
    align-content: center;
}
.contactdesc {
  margin-bottom: 15px;
}
.whitebtn {
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 500;
}
.contact_div:hover {
  cursor: pointer;
}
.contact_div:hover .whitebtn {
  background: var(--main-color);
  color: var(--white-color);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
}
.contact_icon_div img {
  height: 40px !important;
  width: 40px !important;
  margin: 0 auto;
}
.google-map {
  position: relative;
  padding-bottom: 71%;
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
}

.border-contact {
  border: 5px solid var(--main-color);
}
.m-auto {
  margin: 0 auto;
}

/*CONTACT US STYLING*/

/*SERVICE ARCHIVE STYLING*/
/*PAGINATION STYLING HERE*/
.pagged {
  padding: 15px 0px;
}

.pagged a {
  padding: 10px 20px;
  background: #f0f0f0;
  color: #050505;
}
.pagged a:hover {
  text-decoration: none;
  color: #fff;
}
.page-numbers.current {
  color: #fff;
  display: inline-block;
}
.pagged span {
  padding: 10px 20px !important;
  background: var(--main-color);
  color: #fff;
}
.next.page-numbers {
  padding: 9px 20px !important;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  float: none;
}
.prev.page-numbers {
  padding: 9px 20px !important;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  float: none;
}
/*PAGINATION STYLING HERE*/
/*SERVICE ARCHIVE STYLING*/

/*SERVICE INNER PAGE STYLING*/
.list_box {
  padding: 20px;
  max-width: 100%;
}
.list_box h2 {
  font-size: 20px;
  color: var(--main-color);
}
.list_box h3 {
  font-size: 25px;
  color: var(--main-color);
}
.list_box ul {
  margin: 0;
  padding: 0;
}
.list_box ul li {
  display: flex;
  align-items: center;
  align-self: center;
  font-weight: 300;
  padding: 8px 0px;
  border-bottom: 1px solid #eeeeee;
  color: var(--main-color);
}
.list_box ul li:last-child {
  border-bottom: 0px;
}
.list_box ul li a {
  display: flex;
  align-items: center;
  color: #000;
  justify-content: flex-start;
  font-weight: 300;
}
.list_box ul li img {
  width: 27px !important;
  height: 29px !important;
  display: inline-block;
  margin-right: 10px;
}
.list_box ul li a img {
  width: 27px !important;
  height: 29px !important;
  display: inline-block;
  margin-right: 10px;
}
.hero_div p {
  color: var(--white-color);
  font-size: 17px;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
}
.form_control {
  all: unset;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  color: #4e4948;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 30px;
  border: 1px solid #d7d7d7;
}
.form_control:focus {
  border: 1px solid var(--main-color);
}
.block {
  display: block;
}
.hero_div a {
  font-weight: 600;
  color: var(--main-color);
  font-size: 16px;
	padding: 10px 20px;
}
.hero_div a i {
  font-size: 19px;
}
.padding_15 {
  padding: 18px 25px;
}
/*SERVICE INNER PAGE STYLING*/

/*BLOG INNNER PAGE STYLING*/
.datelist ul li {
  list-style: disc;
  margin-left: 15px;
}
.datelist h5 {
  font-size: 18px;
}
.blogtitle h2 {
  font-size: 25px;
}
/*BLOG INNNER PAGE STYLING*/

/*DOCUMENT DOWNLOAD STYLING*/
.document_wrapper {
  margin-bottom: 20px;
}
.document_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);
}
.button a {
  color: var(--white-color);
}
.btn-bottom {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.line {
  border-bottom: 1px solid #eee;
  display: block;
  margin-top: 50px;
}
/*DOCUMENT DOWNLOAD STYLING*/

/*PAY BILL STYLING*/
.paybillbg {
  background: url("../images/paybill.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.form_group label {
  color: #005ba1;
  display: inline-block;
  margin-bottom: 10px;
}
.form_group img {
  display: inline-block;
}
.inline {
  display: inline-block;
}
.gap-30 {
  grid-gap: 30px;
}
.flexbox {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  justify-items: center;
}
.ml-15 {
  margin-left: 15px;
}
.textcolor {
  color: #b7b6be;
}
.mt-20 {
  margin-top: 20px;
}
/*PAY BILL STYLING*/

/*BOOK APPOINTMENT STYLING*/
.form-width-700 {
  max-width: 700px;
  margin: 0 auto;
}
.greenbg {
  background: var(--main-color) !important;
}
.course_div.greenbg {
  color: var(--white-color);
}
.online_form {
  padding: 20px;
}
.border-bottom-grey {
  border-bottom: 1px solid #d9d9d9;
}
.online_form h5 {
  color: #459443;
  font-size: 18px;
  font-weight: 500;
}
.online_form p {
  padding: 0;
  margin-bottom: 15px;
}
.course_div {
  padding: 15px 20px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 15px;
	width: 100%;
}
.gap15 {
  display: grid !important;
  grid-gap: 15px !important;
}
.initial-hide {
  display: none;
}
.none {
  display: none;
}

.form_control.select--arrow {
  background: url(../images/icon-chevron-down.svg) calc(100% - 15px) center
    no-repeat;
  background-size: 12px;
  background-color: #fff;
}
.form_control.select--arrow:focus {
  background: url(../images/icon-chevron-up.svg) calc(100% - 15px) center
    no-repeat;
  background-size: 12px;
  background-color: #fff;
}
.wpcf7 .ajax-loader {
  display: contents;
}
.desk-none {
  display: none;
}

/*BOOK APPOINTMENT STYLING*/

/***************************************** MEDIA QUERIES *******************************************/
/*** Tablet Media ****/
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
	.footerlogo img {
  width: 50% !important;
}
  .mob-pb-50{
  padding-bottom: 50px;
}
  .headerlogo a img {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .headericon {
    display: inline-block;
    margin-right: 10px;
  }
  .tab_none {
    display: none;
  }
  .desk-none {
    display: none;
  }
  .stellarnav.mobile.left > ul,
  .stellarnav.mobile.right > ul {
    z-index: 99999;
  }
  .stellarnav.mobile.left > ul,
  .stellarnav.mobile.right > ul {
    max-width: 100%;
  }
  .stellarnav .menu-toggle span.bars {
    margin-right: 0px;
    padding: 0px 5px;
  }
  .stellarnav {
    width: auto;
    float: right;
  }
  .stellarnav.dark,
  .stellarnav.dark ul ul {
    background: var(--main-color);
  }
  .stellarnav.mobile.dark ul {
    background: var(--main-color);
  }
  .tab-grid-gap-15 {
    grid-gap: 15px;
  }
  .tab-txt-right {
    text-align: right;
  }
  .header-grid {
    grid-template-columns: 1fr;
  }
  .banner_div h1 {
    font-size: 30px;
  }
  .whychooseimg::before {
    right: -20px;
  }

  /* general css */
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .sub-text {
    font-size: 14px;
  }
  .width-60 {
    width: 80%;
  }
  .margin-top-20 {
    margin-top: 10px;
  }
  .margin-top-30 {
    margin-top: 30px;
  }
  .margin-top-50 {
    margin-top: 30px;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .border-left {
    border: 0px;
  }
  .padding-left {
    padding-left: 0;
  }
  hr.solid {
    border: 1px solid var(--main-color);
    width: 55%;
  }
	
  /* container */
  .container {
	  width:100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* grid css */

  .grid-2 {
    display: block;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .tab-col-1 {
    grid-column: 1 / span 2;
    margin-bottom: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footercolor {
    text-align: center !important;
  }
  /* splide css */
  #banner-slider .splide__arrow--prev {
    left: 80% !important;
  }

  /* btn css */
  .btn {
    padding: 10px 18px;
  }

  /* desktop header */
  .top-header {
    display: none;
  }
  .navigation-section {
    display: none;
  }
  /* banner */
  .banner-section p {
    font-size: 15px;
    font-weight: 300;
  }
  

  /* intro section */
  .intro-section .grid-3 {
    grid-gap: 20px;
  }
  .floating-row .column {
    padding: 25px;
  }
  .icon {
    width: 25% !important;
  }
  .floating-grid .column p {
    font-size: 12px;
  }

  .intro-section {
    padding-bottom: 50px;
	  padding: 20px !important;
  }
  .intro-section .grid-2 {
    margin-top: 30px;
  }
  .show-button {
    padding: 8px 20px;
  }

  /* image column */
  .img-column {
    text-align: center;
    margin-bottom: 50px;
  }
  .img {
    width: 50%;
  }
  .sub-img {
    right: 8%;
    width: 25%;
    top: 50%;
  }
  .pulse {
    left: 17%;
  }

  /* newsletter section */
  .input-text,
  .submit-btn {
    padding: 10px;
    font-size: 14px;
  }
  .input-text {
    width: 35%;
  }
  /* testimonials css */
  .testimonial-container {
    padding: 30px 50px;
  }

  /* company logo */
  .company-logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .company-logo {
    height: 20px;
  }
  .tab_grid_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .generalbtn {
    margin-bottom: 20px;
  }
  .services-title {
    font-size: 17px;
  }
  .margin-top-100 {
    margin-top: 50px;
  }
  .whychooseimg::after {
    bottom: -12px;
  }
  .width700 {
    width: 100%;
  }
  .tab-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  .news_details h4 a {
    font-size: 15px;
    line-height: 1.4;
  }
  .banner_title h1 {
    font-size: 30px;
  }
  .service-section::before {
    height: 255px;
  }
  .p-50 {
    padding: 20px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .title h2 {
    font-size: 25px;
  }
  .hidden-description h3 {
    font-size: 20px;
  }
  .hidden-description {
    font-size: 15px;
  }
  .grid-1-2 {
    grid-template-columns: 1fr;
  }
  .list_box ul li a img {
    width: 27px !important;
    height: 29px !important;
  }
  .list_box ul li img {
    width: 27px !important;
    height: 29px !important;
  }
  .document-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .form_group img {
    width: auto !important;
  }
  .tab-grid-1 {
    grid-template-columns: 1fr;
  }
	.page-link li a::before {
  margin-left: -20px;
	}
}

/*  MOBILE MEDIA QUERY   */
@media (max-width: 576px) {
  /* general css */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
  }
	.col1 {
    grid-column: 1 / span 1;
}
  .sub-text {
    font-size: 12px;
  }
  .width-60 {
    width: 100%;
  }
  .margin-top-30 {
    margin-top: 10px;
  }
	.directorgrid {
  grid-template-columns: 1fr;
	}
  hr.solid {
    border: 1px solid var(--main-color);
    width: 35%;
  }
  .title {
    width: 100%;
  }
  .margin-top-50 {
    margin-top: 20px;
  }

  /* grid css */

  .floating-row {
  margin-bottom:30px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr;
  }

  /* splide css */
  .splide__arrow {
    background: transparent !important;
  }

  /* banner section */
  .banner-section p {
    font-size: 12px;
	  padding-right: 80px;
  }
	#banner-slider .splide__arrow{
		display: none;
	}


  /* intro section */

  .icon {
    width: 20% !important;
    margin: 0 auto 10px;
    height: 20%;
    border-radius: 50%;
    padding: 10px;
  }
  /* video pop up */
  .img {
    width: 60%;
  }
  .pulse {
    left: 5%;
  }
  .sub-img {
    right: 0%;
    width: 35%;
  }
	.mobilenone{
		display: none;
	}
	.banner_div {
    padding: 40px 20px;
}

  /* newsletter section */
  .input-text {
    width: 80%;
    margin-right: 0;
  }
  .submit-btn {
    width: 85%;
  }
  .submit-btn,
  .input-text {
    margin-bottom: 10px;
  }
  /* testimonials section */
  .testimonial-container {
    background-size: 50px;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
  }

  /* footer section */
  .footer-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  /* copyright section */
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .mobilenone {
    display: none;
  }
  .header-grid {
    grid-template-columns: 1fr;
  }
  .banner_div h1 {
    font-size: 18px;
  }
  .floating-grid {
    grid-template-columns: 1fr;
  }
	
  .mobile-grid-gap-10 {
    grid-gap: 10px;
  }
  .generalbtn {
    margin-bottom: 10px;
  }
  .whychooseimg::after {
    bottom: 58px;
    right: -12px;
    width: 200px;
    height: 140px;
  }
  .whychoose-section {
    margin-bottom: 0px;
	  padding-top:50px;
  }
  .whychoose-section::after {
    display: none;
  }
  .mobilescrolling {
    text-align: center;
  }
  .mobilescrolling img {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto;
  }
  .counter-up {
  padding: 15px;
  }
  .bignumber h5 {
  font-size: 25px;
  }
  .scrolling_number {
    padding-top: 0px;
  }
  .mobile_pt_50 {
    padding-top: 50px;
  }
  .floating-grid .column p {
    font-size: 14px;
  }
  .banner_title h1 {
    font-size: 20px;
  }
  .banner_title p,
  .banner_title a {
    font-size: 11px;
  }
  .py-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title h2 {
    font-size: 20px;
  }
  .whychoosedetails h3 {
    font-size: 18px;
  }
  .whychooseimg {
    margin-top: 90px;
  }
  .document-grid-3 {
    grid-template-columns: 1fr;
  }
  .leftmobile {
    text-align: left !important;
    margin-top: 15px;
  }
  .mobile-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .datelist {
    align-self: center;
  }
  .datelist h5 {
    font-size: 14px;
  }
  .blogtitle h2 {
    font-size: 17px;
  }
  .google-map {
    padding-bottom: 100% !important;
  }
  .pt-0 {
    padding: 0 20px 20px 20px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .testimonial-section {
    background-size: 220%;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .close-menu.third {
    background: #054556;
  }
	.mobile-grid-1{
		display: grid;
		grid-template-columns: 1fr;
	}
	.hero_div{
		text-align: center;
	}
	.hero_div p {
    color: var(--white-color);
    font-size: 15px;
	}
	.hero_div a {
    font-size: 15px;
}

}

/******************** ABOUT US PAGE **********************/
.common-banner {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2000px rgb(26 79 104 / 69%);
}
.about-banner {
  background: url("../images/virtual-accounting-service.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
}

/* core values section */
.values-section {
  background: #f5f5f5;
}
.core-item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.values-section .grid-3 {
  grid-gap: 30px;
}
.core-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.core-item .fa {
  font-size: 30px;
  color: var(--main-color);
}
.core-item .core-title,
.core-item p,
.core-item .fa {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.core-item:hover .fa,
.core-item:hover .core-title,
.core-item:hover p {
  color: #fff;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.core-item:hover {
  cursor: pointer;
  background: var(--main-color);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

/* why choose us page */
.choose-col .number {
  font-size: 80px;
  font-weight: 500;
  color: #1a4f6833;
}
/*.choose-col h4 {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%);
}*/

/******************************** SERVICES PAGE ************************************/
.services-banner {
  background: url("../images/virtual-accounting-service.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************** service child PAGE ************************************/
.service-child-banner {
  background: url("../images/tnrbanner.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.CTA {
  padding: 40px;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
}
.CTA h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

/* paackge section */
.packages-section {
  background: #f5f5f5;
}
.child-grid .column {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.child-grid .column:hover {
  transform: scale(1.04);
  box-shadow: 0px 8px 16px 0px rgb(87 143 191 / 20%);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.package-list li:before {
  content: "\f14a";
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -22px;
  width: 1.8em;
}
.column-2 .package-list li:before {
  color: #7096a8;
}
.column-3 .package-list li:before {
  color: #8fa6ae;
}
.package-list li {
  margin-left: 22px;
  margin-bottom: 5px;
  font-weight: 400;
}
.price {
  font-size: 45px;
  font-weight: bold;
}
.border-1 {
  border-top: 12px solid var(--main-color);
}
.border-2 {
  border-top: 12px solid #7096a8;
}
.border-3 {
  border-top: 12px solid #8fa6ae;
}

.column-1 .price,
.column-1 .months,
.column-1 h3 {
  color: var(--main-color);
}
.column-2 .price,
.column-2 .months,
.column-2 h3 {
  color: #7096a8;
}
.column-3 .price,
.column-3 .months,
.column-3 h3 {
  color: #8fa6ae;
}

.column-2 .btn {
  background: #7096a8;
}
.column-3 .btn {
  background: #8fa6ae;
}

hr.lines {
  border: 1px solid #dcdcdc;
  width: 100%;
}
.child-grid .fa {
  font-size: 30px;
  padding: 10px;
}
.marker-list li {
  list-style: disc;
  margin-left: 22px;
}

/******************* CONTACT US PAGE ***************************/
.contact-banner {
  background: url("../images/tnrbanner.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.floating-grid .contact-column {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-body .floating-grid a {
  font-size: 18px;
  font-weight: 400;
}
.contact-body .floating-grid a:hover {
  color: var(--main-color);
}

/* google map*/
.google-map {
  position: relative;
  padding-bottom: 71%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* form css */
.form {
  background: #f9fafb;
  padding: 50px 70px;
}
.input-txt,
#select-service {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-top: 6px;
  resize: vertical;
  color: #757575;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  outline: none;
}

.submit-button {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-span {
  grid-column: 1 / 3;
}

/******************************* FAQ ******************************/
.faq-banner {
  background: url("../images/tnrbanner.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ACCORDIAON */
.faq-body input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  border: 2px solid #e5eff4;
  border-radius: 6px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion-label {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  font-weight: 500;
  cursor: pointer;
  font-size: 17px;
  color: #1a4f68;
}

.accordion-label::after {
  content: "\002B";
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-content {
  max-height: 0;
  padding: 0 16px;

  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-body input:checked + .accordion-label::after {
  content: "\2212";
}
.faq-body input:checked ~ .accordion-content {
  max-height: 100vh;
  padding: 15px;
}
/* ACCORDION */

/******************************* BLOG ******************************/
.blog-banner {
  background: url("../images/tnrbanner.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-body {
  background: #f5f5f5;
}
.blog-body .grid-3 {
  grid-gap: 30px;
}
.blog-img {
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.blog-img img {
  display: block;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.blog-body .grid-3 .column {
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.blog-body .grid-3 .column:hover img {
  transform: scale(1.1);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.grid-3 .blog-description {
  background: var(--white-color);
  padding: 20px;
  border-radius: 0px 0px 12px 12px;
}
.grid-3 .blog-title {
  font-size: 17px;
  font-weight: bold;
}
.blog-body .grid-3 p {
  font-size: 14px;
}
.blog-body .grid-3 .btn {
  font-size: 14px;
  padding: 8px 18px;
}
.blog-btn {
  margin-top: 10px;
  font-size: 14px;
  color: var(--main-color);
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.blog-btn:after {
  content: "\f061";
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -3px;
  width: 1.6em;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.blog-body .grid-3 .column:hover .blog-btn:after {
  margin-left: 5px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.blog-body .grid-3 .column a {
  display: block;
}
.category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--main-color);
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}
.published-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}

/************************ blog child page ************************/
.blog-child-banner {
  background: url("../images/financial-planning-accounting-report.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Post-sidebar ul li {
  border-bottom: 1px solid #d2d1d1;
  padding: 5px;
}
.Post-sidebar ul li a:before {
  content: "\f105";
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -25px;
  width: 1.8em;
}
.Post-sidebar ul li a:hover {
  color: var(--main-color);
}
.Post-sidebar {
  padding: 40px;
}
.Post-sidebar h4 {
  font-size: 25px;
  margin-bottom: 10px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  font-size: 16px;
  font-weight: 400;
}
.inline-list li a:hover {
  color: var(--main-color);
}
.inline-list {
  padding: 20px;
  background: #f7f7f7;
}

.inline-list li:after {
  content: "|";
  padding-left: 5px;
  font-size: 18px;
  color: #474747;
}
.inline-list li:last-child {
  padding-right: 0;
}
.inline-list li:last-child:after {
  content: "";
  padding-left: 0;
}


.mobile-view {
  display: none;
  background: var(--white-color);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
.mobile-menu {
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  align-items: center;
}
.slidein-menu {
  display: none;
}

@media (max-width: 1240px) {
	.header-grid {
    grid-template-columns: 1fr
}
	.new-grid{
	grid-template-columns:1fr 1fr 1fr  !important;
	gap:10px;
}
	.header-small-content{
display:none;
	}
	.logo-column{
		display:none;
	}
.mobile-view {
    display: block;
    box-shadow: var(--hard-shadow);
  }
  .mobile-menu {
    display: block;
  }
	.mobile-flex{
display:flex;
		align-items:center;
		justify-content:space-between;
	}
  .slidein-menu {
    display: block;
  }
  .logo-wrap img,
  .slidein-logo img {
    width: 170px !important;
  }
  .ham-btn {
    height: 30px;
    width: 30px;
    right: 5px;
    top: 4px;
    position: relative;
    cursor: pointer;
  }
  .ham-btn span {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #000 !important;
    display: block;
  }
  .ham-btn span:nth-child(1) {
    top: 2px;
    width: 80%;
    right: -5px;
  }
  .ham-btn span:nth-child(2) {
    top: 11px;
    right: -5px;
  }
  .ham-btn span:nth-child(3) {
    bottom: 7px;
    right: -5px;
    width: 135%;
  }
  .slidein-menu {
    position: fixed;
    width: 360px;
    height: 100%;
    background: var(--white-color);
    top: 0;
    left: -120%;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .slidein-menu.open {
    left: 0;
    transition: all 0.5s ease-in-out;
  }
  nav {
    min-height: auto;
  }
  .ham-btn.cross span {
    background: var(--primary-color);
  }
  .ham-btn.cross span:nth-child(2) {
    display: none;
  }
  .ham-btn.cross span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    right: 0;
    width: 100%;
  }
  .ham-btn.cross span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 10px;
    right: 0;
    width: 100%;
  }
  .nav-bdr-btm {
    margin-top: 20px;
    width: 100%;
    background: linear-gradient(45deg, var(--primary-color), transparent);
    height: 2px;
  }
	.feedback-box {
     max-width: 100%;
}
  .slidein-menu .m-nav-bar .m-menu-list li:first-child {
    padding-top: 0;
  }
  .slidein-menu .m-nav-bar {
    margin-top: 20px;
  }
  .slidein-menu .m-nav-bar .m-menu-list li {
    position: relative;
    padding-top: 12px;
  }
  .m-menu-list li a {
    color: var(--black-color);
    display: block;
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
  }
  .m-menu-list li a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    width: fit-content;
    transition: all 0.5s ease-in-out;
  }
	.flex-space-between{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
  .sidebar-menu {
    color: var(--black-color);
    transition: all 0.5s ease-in-out;
  }
  .sidebar-menu:hover .expand i {
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
  }
  .sub-menu {
    display: none;
    color: var(--black-color);
  }
  .sub-menu ul li {
    padding-top: 5px !important;
  }
  .sub-menu ul li a {
    font-size: 16px;
    margin-left: 15px;
  }
  .sub-sub-menu {
    display: none;
  }
  .expand i {
    color: var(--black-color);
  }
  .expand1 {
    line-height: 3;
    font-weight: 500;
  }
	.header-list{
display: flex;
        align-items: flex-start;
        gap: 10px;
		margin-bottom:8px;
	}
		.header-list:last-child{
		margin-bottom:0px;
	}
	.header-list i{
margin-top:5px;
	}
	.header-contact-details{
margin:20px 0px;
	}
	.header-contact-details h5{
font-size: 20px;
    margin-bottom: 10px;
	}
	.header-button{
margin-top:25px;
	}
}

.slidebox,
.slidebox * {
  box-sizing: border-box;
}
@media (max-width: 800px) {
.ers-grid{
		grid-template-columns: 1fr 1fr;
		gap:30px;
	}
}
@media (max-width: 768px) {
  .slidebox-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
    padding-bottom: 10px;
  }

  .slidebox-wrapper::-webkit-scrollbar {
    display: none; /* scrollbar hide */
  }

  .slidebox {
    min-width: 10%;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .slidebox {
    min-width: 90%;          /* 85% → 90% (safe for text) */
    max-width: 90%;
    padding: 20px;
    overflow: hidden;
  }

  .slidebox p {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0;
  }
  .mobile-grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-ga: 10px;
  }
  .step{
box-shadow: none;
  }
	.new-grid{
	grid-template-columns:1fr 1fr  !important;
	gap:10px;
}
}

@media (max-width: 580px) {
	.ers-steps-container{
padding: 0px 0px 30px 0px;
	}
	.ers-grid{
		grid-template-columns: 1fr;
		gap:25px;
		margin-bottom:25px;
	}
.new-grid{
	grid-template-columns:1fr !important;
}	
	.ers-header{
margin-bottom:30px;
	}
}