@media only screen and (max-width: 767px) {
	.mob_view {
        display: block !important; 
    }
	.norm_view{
		display: none !important; 
	}
	
	.single-feature-box h4 {
		font-size: 16px;
		margin-bottom: 5px;
		text-align: justify;
	}
	
	.feature-box-icon {
		font-size: 15px !important; 
	}
	
	.feature-box-info p{
		font-size: 12px;
		text-align: justify;
	}
	
	.single-feature-box li {
		margin-bottom: 25px !important;
		display: flex;
		height: auto !important;
	}
	
	.ptb-70 {
		padding: 40px 0 !important; 
	}
	
	.counter-area {
		padding-top: unset !important;
	}
	
	.single-showcase-box {
		padding: unset;
	}
	
	.zax_hero .fa-solid {
		font-size: 25px !important;
	}
	
	.appao-btn p {
		font-size: 10px;
	}
	
	.zax_hero a.appao-btn {
		width: 45% !important;
		height: 100px !important;
		font-size: 12px !important;
		padding: 10px 0 !important;
	}
	
	.hero-area-content {
		padding: 100px 0 50px !important;
	}
	
	.copyright-area p {
		font-size: 10px !important;
	}
	
	.new-btn{
		width: unset !important;
	}	
	
	#intro_txt{
		display: none;
	}
	
	.hero-area-content h1 {
		font-size: 20px !important;
	}
}


.mt-20{
	margin-top: 20px;
}

.mt-15{
	margin-top: 15px;
}

.mb-10{
	margin-bottom: 10px;
}

.zax_hero .new-btn{
	border: 1px solid #144F5D;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold !important;
    background: #144F5D;
    width: 20%;
	font-size: 19px;
	height: 45px;
}

.zax_hero .new-btn:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #666; 
}

.appao-btn p {
	margin: unset !important;
}

.pb-70{
	padding-bottom: 70px;
}

.norm_view{
	display: block;
}

.mob_view{
	display: none;
}

.mainmenu li a.appao-btn22 {
	margin-left: unset;
}

.mainmenu li a.appao-btn22:hover {
	background: #fff;
	color: #666; 
}

.mainmenu li a.appao-btn2, .appao-btn22 {
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 15px;
  padding: 6px 25px !important;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}

#succ_message{
	display:none;
	color:#095e0f;
	font-weight: 600; 
	font-size: 17px;
}

#succ_message2{
	display:none;
	color:#095e0f;
	font-weight: 600; 
	font-size: 12px;
}

#err_message{
	display:none;
	color:#e33636;
	font-weight: 600; 
	font-size: 17px;
}

#err_message2{
	display:none;
	color:#e33636;
	font-weight: 600; 
	font-size: 17px;
}

.contact-form{
	border: 2px solid #e84434; 
}

.contact-form button{
	background: #144F5D;
	border-color: #144F5D;
	color: #fff;
}

.contact-form button:hover {
	background: #0c183a;
	border-color: #0c183a;
	color: #fff;
}

.cont a{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.mb-30{
	margin-bottom: 30px;
}

.cust_ico{
	background: #fff;
	padding: 10px;
	font-size: 21px;
	color: #0074da;
	border-radius: 43px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.hero-area-content {
	color: #fff;
	padding: 140px 0 80px;
	text-align: center;
}

.hero-area-content h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 44px;
}

.zax_hero a.appao-btn{
	width: 18%; 
	height: 130px;
	font-size: 12px;
	padding: 10px 0;
}

.zax_hero .fa-solid {
	font-size: 60px;
	margin-bottom: 5px;
}

.hero-area {
	padding-top: unset !important;
}

.sec-title {
	text-align: center;
	max-width: unset;
	margin: 0 auto 40px;
}

.stat_p{
	font-size: 13px !important;
	font-weight: lighter;
	color: #a4a4a4;
}

.counter-area {
	background: none;
	text-align: center;
	color: #00082d;
}

.counter-area::before { 
	display: none;
}

.ptb-70 {
	padding: 70px 0;
}

.contact-address p {
	margin-bottom: unset;
	text-align: justify;
}

.single-feature-box li {
	margin-bottom: 15px;
	display: flex;
	height: 140px;
}

.sec-title h2 .sec-title-border span::before {
	  top: -1px !important;
}

.zax_pro h2{
	color: #fff;
}

.zax_pro .sec-title h2 .sec-title-border {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #000;
    right: 0;
    height: 0;
    margin: auto;
}

.zax_pro .sec-title h2 .sec-title-border span::before {
	background: #fff;
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
}

.zax_pro .sec-title p{
	color: white !important;
}

.mb-13 {
	margin-bottom: 13px !important;
}

.single-showcase-box p {
	text-align: justify;
}

  