@media (max-width: 767px) {
	.navber-section.sticky {
		padding: 0;
	}
	.navber-section header {
		padding: 13px 0 17px;
	}
	.whatsapp-float {
		bottom: 20px;
	}
	.whatsapp-float img{
		width: 80px;
	}
	.top-box p {
		font-size: 14px;
	}
	.navber-section .logo img {
		width: 120px;
	}
	.banner-wrap {
	    display: flex;
	    justify-content: center;
	    flex-direction: column-reverse;
	}
	.banner-image {
	    margin: 0;
	    z-index: -1;
	    width: 100%;
	    max-width: 896px;
	}
	.banner-content {
	    width: 100%;
	    padding: 25px;
	    margin: 0;
	}
	.containerbox h2 {
	    font-size: 26px;
	    text-align: center;
	}
	.containerbox h2:after{
	    left: 50%;
	    bottom: 0;
	}
	.containerbox p {
	    color: #fff;
	    font-size: 14px;
	}
	.btn-custom {
	    font-size: 15px;
	    max-width: 100%;
	    height: 50px;
	}
	.about-sec {
    	padding: 50px 0;
	}
	.about-wrap h1 {
	    font-size: 24px;
	    text-align: center;
	}
	.about-wrap p {
	    font-size: 14px;
	}
	.about-wrap {
		gap: 0;
		align-items: center;
		flex-direction: column;
	}
	.about-box-item {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 22px 30px;
	    gap: 5px;
	}
	.about-box-item img {
	    width: 40px;
	    height: 40px;
	    transition: .5s ease;
	}
	.about-box-item h4 {
	    font-size: 16px;
	    margin: 0;
	    color: #434343;
	}
	.about-box-right .about-box-item:nth-child(odd) h4 {
	    font-size: 16px;
	    margin: 0;
	    color: #fff;
	}
	.about-box-right .about-box-item:nth-child(odd) p {
	    color: #fff;
	    font-size: 14px;
	    text-align: center;
	}
	.what-we-do {
	    padding: 50px 0;
	    background: #E6FFFB;
	}
	.what-we-do h2 {
	    font-size: 24px;
	    margin: 0 0 18px;
	    text-align: center;
	}
	.whatwedo-item {
	    flex-direction: column;
	    position: relative;
	}
	.item-content {
	    /* flex: 1; */
	    padding: 0px 0 0;
	    width: 80%;
	}
	.item-toggle {
	    position: absolute;
	    transform: translate(-50%, -50%);
	    right: -20px;
	    top: 120px;
	}
	.counting-sec {
	    padding: 50px 0;
	}
	.counting-wrap{
		flex-direction: column;
	}
	.counting-sec .heging-sec h2{
		font-size: 24px;
		text-align: center;
	}
	.counter-section{
		flex-direction: column;
		border-left: none;
	}
	.counter-item h3{
		font-size: 30px;
	}
	.team-wrap{
		flex-direction: column;
		padding: 40px 30px;
	}
	.team-sec-wrap{
		max-width: 100%;
	}
	.heging-sec h2{
		font-size: 24px;
		text-align: center;
	}
	.logos-sec{
		padding: 50px 0;
	}
	.testimonial-wrap{
		flex-direction: column-reverse;
		background: #064A3D;
	}
	.testimonial-left{
		padding: 40px 0;
		max-width: 100%;
	}
	.testimonial-box p{
		font-size: 14px;
	}
	.testimonial-sec:after{display: none;}
	.testimonial-right {
	    background: #064A3D;
	    display: flex;
	    align-items: center;
	    padding: 24px;
	}
	.testimonial-right h2 {
	    color: #fff;
	    font-size: 24px;
	    text-transform: uppercase;
	    font-weight: 600;
	    text-align: center;
	}
	.testimonial-right{
		justify-content: center;
	}
	.contact-wrap {
	    display: flex;
	    justify-content: space-between;
	    gap: 30px;
	    flex-direction: column;
	}
	.contact-sec h2 {
	    color: #07162A;
	    font-size: 24px;
	    margin: 0 0 20px;
	}
	.field label {
	    font-size: 14px;
	}
	.detls-item h4 {
	    font-size: 18px;
	    margin: 0 0 5px;
	}
	.detls-item p {
	    font-size: 14px;
	}
	.footer-sec {
	    background: #064A3D;
	    padding: 50px 0;
	}
	.footer-wrap {
		gap: 20px;
	    flex-direction: column;
	}
	.footer-item {
	    flex: 1;
	}
	.footer-item img{
	    width: auto;
	}
	.footer-item h4{
	  font-size: 14px;
	  color: #fff;
	  text-align: center;
	}
	.footer-item ul{
	  display: flex;
	  gap: 10px;
	  padding: 0;
	  margin: 14px 0 0;
	}
	.footer-item p {
	    color: #ffffffcc;
	    text-align: right;
	    font-size: 14px;
	    margin: 0;
	}
	.team-arrow-box{
		display: none;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
 
}

@media (min-width: 1200px) and (max-width: 1470px) {

}

@media (min-width: 1200px) and (max-width: 1470px) {
}
