@media only screen and (max-width: 639px) {
	body {
		text-align: center;
	}
	.top-banner {
		padding-top: 20px;
	}
	.top-banner .top-logo {
	    margin: 50px 0;
	    display: block;
	}
	.top-banner .top-contact {
	    text-align: center;
	}
	.top-banner .top-contact a {
	    margin: 0px 30px;
	}
	.top-banner .heading {
    	margin: 50px 0 30px 0;
    }
    .top-banner .heading h2 {
    	font-size: 40px;
    	line-height: 60px;
    }
    .top-banner .link {
    	margin-top: 20px;
    }
    .enquire-form {
	    margin-top: 30px;
	}
    .top-banner .enquire-form .form-input img {
    	left: 5%;
    }
    .top-banner .enquire-form .column:first-child .form-input .text-input {
	    border-radius: unset;
	}
	.top-banner .enquire-form .form-input .text-input, .top-banner .enquire-form .form-input .select-input {
		max-width: 90%;
		margin: 5px auto;
	}
	.top-banner .enquire-form .form-input .form-submit {
		border-radius: unset;
    	margin-top: 20px;
	}
	.services {
		padding: 40px 0;
	}
	.services .left-box {
		background-position: initial;
	}
	.services .left-box .left-content {
		margin: 300px auto 0 auto;
		text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
	}
	.services .right-box-1 .right-content-1, .services .right-box-2 .right-content-2, .services .right-box-3 .right-content-3 {
	    margin: 111px auto 0 auto;
	    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
	}
	.middle-banner {
		text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
	}
	.middle-banner h4 {
    	font-size: 40px;
    	line-height: 50px;
    }
    .ctas {
    	background-image: none;
    	margin-top: 30px;
    	padding-top: 0;
    }
    .introduction {
	    padding: 50px 0 10px 0;
	}
	.introduction .text h3 {
		font-size: 36px;
	}
	.introduction .text .contact-button {
	    margin-top: 20px;
	}
	.introduction .text .contact-button a {
		display: block;
		margin: 10px 10px;
	}
	.introduction .image {
	    border-left: none;
	    padding: 0;
	    margin: 20px auto;
	}
	.bottom-banner .contact-link a {
		display: block;
    	margin: 15px 30px;
	}
	.footer .address, .footer .phone, .footer .email {
	    margin: 10px 0;
	}
	.footer .aiims {
	    text-align: center;
	    margin: 10px 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.top-banner .heading {
		margin: 180px 0 114px 0;
	}
	.top-banner .heading h2 {
		font-size: 60px;
	}
	.top-banner .link {
	    margin-top: 177px;
	}
	.top-banner .enquire-form .form-input .form-submit {
		min-width: 100%;
	}
	.services {
		padding: 30px 0;
	}
	.services .right-box-1 {
		background-position: initial;
	}
	.services .left-box .left-content {
	    margin: 400px 0 0 5px;
	}
	.services .left-box .left-content, .services .right-box-1 .right-content-1, .services .right-box-2 .right-content-2, .services .right-box-3 .right-content-3 {
	    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
	}
	.services .right-box-1 .right-content-1 p, .services .right-box-2 .right-content-2 p {
	    margin: 10px 0;
	}
	.middle-banner h4 {
		font-size: 50px;
	}
	.ctas {
		margin-top: 0;
    	padding-top: 70px;
	}
	.introduction {
	    padding: 50px 0 10px 0;
	}
	.introduction .text {
	    text-align: center;
	}
	.introduction .text h3 {
		font-size: 36px;
	}
	.introduction .text p {
	    text-align: left;
	}
	.introduction .text .contact-button {
	    margin-top: 20px;
	}
	.introduction .image {
	    border-left: none;
	    padding: 0;
	    margin: 40px auto;
	    text-align: center;
	}	

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.top-banner .enquire-form .form-input .form-submit {
		min-width: 100%;
	}
	.introduction .text h3 {
		font-size: 36px;
	}
	.middle-banner h4 {
		font-size: 50px;
	}
	.footer .copyright, .footer .privacy {
		font-size: 8px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
	
}

@media only screen and (min-width: 1440px) {
	
}


/*some complemets*/

@media only screen and (min-width: 375px) and (max-width: 425px) {
	.top-banner .heading {
	    margin: 60px 0 70px 0;
	}
}
