/* Media css */
@media(max-width:1200px){
	.inner-banner::after{
		width: 190px;
		height: 228px;
	}
	.inner-banner{
		padding: 50px 0;
	}
}
@media(max-width:991px){
.hero-form {
	max-width: 100%;
	background: #E4EBF1;
	padding: 30px;
	margin-top: 60px;
}
.hero-img {
	display: none;
}
.welcome-sec::after {
	width: 100%;
	height: 50%;
	right: 0;
	top: auto;
	bottom: 0;
}
.welcome-left {
	margin-bottom: 80px;
}
.serv-item h3 {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	margin: 11px 0;
	min-height: 80px;
}
.serv-item {
	margin: 0px 8px;
	padding: 10px;
}
.aff-tab .nav-item .nav-link {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #3575B8;
	padding: 16px 7px;
	position: relative;
	border: 0;
	border-radius: 0;
}
.aff-tab .nav-item {
	padding: 0 5px;
}
.cnt-bx {
	background: #fff;
	padding: 20px;
	margin-top: 70px;
	margin-bottom: 40px;
	box-shadow: 0 0 6px #ccc;
}

.em-form h2 + .row .col-lg-4 {
	margin-top: 50px;
	text-align: center;
}

.inner-banner h1{ font-size: 30px;}
.top-action a {
	width: 210px;
	height: 50px;
	padding: 10px 15px;
  }
  .inner-banner::after {
	width: 160px;
	height: 178px;
  }

  .cnt-detail-wrapper{
	background-size: 120px;
  }
}

@media(max-width:767px){
.main-hero h1 {
	font-size: 24px;
	margin: 0 0 20px;
}
.main-hero h3 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 1.4rem;
}
.main-hero li {
	font-size: 14px;
	line-height: 15px;
}
.main-hero p.mt-2 {
	text-align: center;
}
.hero-form h2 {
	font-size: 25px;
}
.welcome-left h2 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.welcome-left.px-5 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.welcome-left h5 {
	display: block;
}
.welcome-left p {
	text-align: center;
}
.welcome-left h4 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.px-5.position-relative.text-white.welcome-right {
	padding: 0 0 !important;
}
.afford-sec h2 {
	font-size: 24px;
	line-height: 36px;
}
.aff-tab .nav-tabs {
	flex-direction: column;
	gap: 20px 0;
}
.sec-head h2 {
	font-size: 20px;
	line-height: 26px;
}
.emergency-sec h2 {
	font-size: 20px;
	line-height: 36px;
}
.inner-banner::after {
	display: none;
  }
  .service-wrapper {
	flex-wrap: wrap; padding-bottom: 30px;
  }
  .service-aside {
	width: 100%; margin-bottom: 50px;
  }
  .faq-sec h2 {
	font-size: 30px;
	line-height: 40px;
  }
  .faq-sec .accordion {
	margin-top: 50px;
  }
  .service-benifits ul{grid-template-columns: 1fr;}
  .faq-sec{padding: 50px 0;}

  .cnt-detail-wrapper{
	background-image: none;
  }
  .contact-sec .em-form {
	margin: 40px 0 0 0;
  }
  .cnt-detail-block {
	width: 100%;
	padding: 10px 20px;
  }
  .cnt-detail-block:not(:last-child) {
	border-right: none;
	border-bottom: 1px solid #E3E3E3;
  }
  .contact-sec h5{
	margin: 0;
  }

}


@media (max-width:575px) {
	.top-action a {
		padding: 10px 10px;
		font-size: 14px;
	  }
}