.font-25{
	font-size:25px;
	line-height:26px;
}
.contact_us-bottom{
	position: relative;
    background-position: center -792px;
}
.contact_us-bottom::after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #45970F;
    mix-blend-mode: multiply;
}

.contact_us-bottom .contact-row{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	gap:30px 0;
}

.contact_us-bottom > .custom-container{
	padding-block:80px;
	position: relative;
	z-index: 9;
}

.contact_us-bottom .contact-col{
	padding-inline:35px;
	padding-block:22px;
	border-right: 1px solid #fff;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

	width: 20%;
    flex-basis: 20%;
}

.contact_us-bottom .contact-col > img{
	margin-bottom:20px;
	width: 34px;
    margin-inline: auto;
}
.contact_us-bottom .contact-col > .contact-title {
	margin-bottom:17px;
}
.contact_us-bottom .contact-col:last-child {
    border: unset;
}
@media(min-width:1425px){
	.contact_us-bottom .contact-col:nth-child(5n+5) {
    	border-right: none;
	}
}
@media(max-width:1425px){
	.contact_us-bottom .contact-row  .contact-col{
		flex-basis:33%;
		width:33%;
	}
	
}

@media(min-width:767px) and (max-width:1425px){
	.contact_us-bottom .contact-col:nth-child(3n+3) {
   		 border-right: none;
	}
}

@media(max-width:767px){
	.contact_us-bottom .contact-row  .contact-col{
		flex-basis: 50%;
    	width: 50%;
	}
	.contact_us-bottom{
	position: relative;
    background-position: center center;
}

}

@media(min-width:575px) and (max-width:767px){
	.contact_us-bottom .contact-col:nth-child(2n+2) {
   		 border-right: none;
	}
}
@media(max-width:575px){
	.contact_us-bottom .contact-row  .contact-col{
		flex-basis:100%;
		width:100%;
	}
	.contact_us-bottom .contact-col {
   		 border-right: none !important;
		 border-bottom:1px solid #fff;
	}
	.contact_us-bottom .contact-row{
		gap:0;
	}
	.contact_us-bottom .contact-col{
		padding-block: 61px;
	}
}


.emergency-tech-support{
	background:var(--color-jade);
}
.emergency-tech-con{
	padding: 36px;
	text-align:center;
}