@media screen and (max-width:1024px){
	.services-section .grid{
		grid-template-columns:repeat(2, 1fr) !important;
	}
}
@media screen and (max-width:993px){
    body{
        overflow-x: hidden !important;
    }
    .container{
        padding: 0 15px !important;
    }
    .main-page-banner h1, .section-2 h2, .home-contact-us h2 span, .home-contact-us h2, .accordion-section h2{
        font-size: 40px !important;
        line-height: 50px !important;
        text-align: center;
    }
    .main-page-banner h1::after{
        width: 100px !important;
        height: 75px !important;
        left: 70% !important;
    }
    .section-2 .col-md-5{
        padding-right: 0 !important;
    }
    .section-2 h2::before, .home-contact-us p::before, .accordion-section h2::before{
        display: none;
    }
    .home-contact-us{
        background-size: cover !important;
        background-repeat: no-repeat;
    }
    .home-contact-us form{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .home-contact-us p{
        padding-top: 0 !important;
        text-align: center !important;
        font-size: 16px !important;
    }
    .section-2 img{
        margin: 15px 0;
    }
    .accordion-section h2{
        padding-top: 0 !important;
    }
}

@media screen and (max-width:767px){
	.services-section .grid{
		display:flex !important;
	}
	.arrow-btn{
		top:90% !important;
		display:flex !important;
	}
	.arrow-left{
		left:36% !important;
	}
	.arrow-right{
		right:36% !important;		
	}
	.services-section .text-center img{
		height:100px !important;
	}
	h1, h2, .main-page-banner h1, .section-2 h2, .home-contact-us h2 span, .home-contact-us h2, .accordion-section h2{
		font-size:26px !important;
	}
}