@media (max-width: 1024px) {
	.people-images img.img-fluid{
		margin-left: 0;
	}
	.people-details h2{
		font-size: 42px;
	}
	.pricing-box .price div h4{
		font-size: 32px;
	}
	.get-started .section-title h2{
		font-size: 38px;
		margin-bottom: 20px;
	}
	.get-started .section-title p{
		margin-bottom: 20px;
	}
	.app-btn a img {
    	max-width: 120px;
	}
	.get-started .section-title {
    	margin-top: 25px;
	}
	footer .email{
		text-align: center;
	}
	footer .email a{
		font-size: 36px;
	}
	footer .email a img {
    	max-width: 40px;
	}
	.social-link{
		justify-content: center;
		padding-bottom: 20px;
	}
	.feature-section {
    	padding: 80px 0px 0;
	}
	.hero-section{
		padding-top: 110px;
	}
	.banner-title h1{
		font-size: 40px;
	}
	.banner-title{
		padding-bottom: 20px;
	}
	.our-app-section .section-title {
    	padding-top: 60px;
	}
	.mobile-app{
		max-width: 200px;
	}
	.mobile-app .app-screen {
	    margin: 0 14px;
	    border-radius: 0;
	    width: 175px;
	    box-sizing: border-box;
	    padding: 10px 5px 10px;
	}
	.slider-images {
   	 	transform: rotate(-15deg);
    	position: relative;
    	height: auto;
    	max-width: 420px;
    	margin: auto;
	}
	.desktop-mobile{
		display: none;
	}
	.mobileslider{
		display: block !important;
		text-align: center;
	}
	.people-details p{
		font-size: 16px;
	}
	.people-details ul li p{
		font-size: 16px;
	}
	.people-details ul li span img{
		width: 18px;
	}
	.section-title h2{
		font-size: 36px;
	}
	.get-started .section-title h2{
		font-size: 36px;
	}
	.get-started .section-title p{
		font-size: 16px;
	}
}


@media (max-width: 767px) {
	.navbar-brand img {
    	width: 120px;
	}
	a.web-btn {
	    
	    width: 180px;
	    height: 54px;
	    font-size: 18px;
	}
	.hero-section{
		padding-top: 95px;
	}
	.banner-title {
    	padding: 15px 15px 30px;
	}
	.banner-title h1{
		font-size: 30px;
	}

	.banner-title h1 br{
		display: none;
	}
	.banner-title p{
		font-size: 16px;
	}
	.app-btn a img {
    	max-width: 160px;
	}
	.people-details h2{
		font-size: 34px;
	}
	.people-details h2 img {
    	width: 100px;
	}
	.people-details p{
		padding-left: 15px;
	}
	.people-details ul {
    	padding-left: 15px;
	}
	.people-images img.img-fluid {
    	margin-left: 5%;
    	max-width: 85%;
	}
	.process-section{
		background-repeat: no-repeat;
		background-size: cover;
		padding: 50px 0px;
	}
	.how-it-work-box img.how-vector{
		display: none;
	}
	.our-app-section{
		padding: 100px 15px 50px;
	}
	.our-app-section .row{
		padding: 50px 0px;
	}
	.pricing-box{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.get-started {
    	padding: 0px 0px 50px;
	}
	.get-started .row{
		background-size: cover;
		border-radius: 20px;
		padding: 15px 0px 0px 15px;
	}
	.get-started .section-title h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.get-started .section-title p{
		font-size: 16px;
	}
	.section-title h2{
		font-size: 30px;
	}
	.section-title p{
		font-size: 16px;
	}
	.pricing-box{
		padding: 50px 20px 20px !important;
	}
	.footer-bottom span{
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	.footer-bottom a{
		font-size: 16px;
	}
	footer .email{
		text-align: center;
	}
	footer .email a{
		font-size: 30px;
	}
	footer .email a img {
    	width: 30px;
	}
	.footer-bottom{
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 10px;
		padding-bottom: 10px;
	}
	.footer-bottom span:after{
		display: none;
	}
	.social-link{
		justify-content: center;
		padding-bottom: 20px;
	}
	.dm-width{
		width: 60%;
	}
		
	.people-images{
		background-size: 125%;
		margin-bottom: 50px;
	}
	.people-details ul li p{
		font-size: 16px;
	}
	.people-details ul li span img{
		width: 16px;
	}
	.how-it-work-box .how-it-details p{
		font-size: 16px;
	}
	.price-list ul li p{
		font-size: 16px;
	}
	.price-list ul li{
		padding: 8px;
	}
	.social-link a img {
    	width: 45px;
	}
	.faq-section .accordion-item .accordion-body p{
		font-size: 16px;
	}
	.faq-section{
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.app-section{
		padding: 50px 0px;
	}
	.mobileslider{
		display: block !important;
	}
	.mobileslider div{
		text-align: center;
	}
	.desktop-mobile{
		display: none;
	}
	.mobile-app {
        max-width: 160px;
    }
    .mobile-app .app-screen {
        margin: 0 4px;
        border-radius: 0;
        width: 150px;
        box-sizing: border-box;
        padding: 5px 8px 5px;
    }
    .slider-images{
    	max-width: 100%;
    	transform: rotate(0deg);
    }
    .feature-section .row{
    	margin-bottom: 35px;
    }
    .faq-section .accordion-item .accordion-header .accordion-button{
    	font-size: 18px;
    }
    .landing-section h1{
    	font-size: 30px;
    }
    .landing-section p{
    	font-size: 14px;
    }
}