/* for tablet */
@media screen and (max-width: 1100px) {
	html {
		font-size: 50%;
	}
	.expert-card p {
		font-size: 2rem;
	}

	.design-1 {
		left: 10rem;
	}
	.design-2 {
		right: 10rem;
	}

	.about-heading {
		font-size: 4rem;
		padding: 2rem;
	}

	.about-text {
		font-size: 2rem;
		padding: 2rem;
	}

	.about-img {
		height: 30rem;
	}
}
@media screen and (max-width: 900px) {
	html {
		font-size: 50%;
	}
	.contact-form {
		width: 50%;
	}

	.design-1 {
		left: 2rem;
	}
	.design-2 {
		right: 1rem;
	}

	.design-1,
	.design-2 {
		height: 10rem;
	}
}

/* @media screen and (max-width:500px) {
    html{
        font-size: 50%;
    }
    
} */
@media screen and (max-width: 800px) {
	html {
		font-size: 50%;
	}
	.btn-prime{
		margin-left: 0;
	}
	.rs-dir-col,
	.ab-1,
	.contact-container {
		flex-direction: column;
		align-items: center;
	}
	.rs-100 {
		height: 25rem;
		/* width: 100%; */
	}
	.contact-form{
		width: 100%;
	}
	.white-card {
		padding: 3rem;
		margin: 2rem;
	}
	.w_75 {
		width: 80vw;
	}
	.cr-img {
		height: 60vw;
	}
	.rounds-upper{
		/* width: 10rem; */
		display: none;
	}
	.rounds-lower{
		/* width: 10rem; */
		display: none;
	}

	.ab-2 {
		flex-direction: column-reverse;
	}
	.ab-1 .about-content {
		margin: 0;
	}
	.ab-2 .about-content {
		margin: 0;
	}
	.about h2 {
		margin-top: 1rem;
	}
	.about-box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-content {
		text-align: center;
	}
	.about-text {
		text-align: justify;
	}
	.expert-card {
		flex-basis: 50%;
	}
	.testimonial-cards {
		display: none;
	}
	.testimon-slider {
		display: initial;
		/* visibility: non; */
	}

	.contact-form {
		padding: 1.8rem;
	}
	.contact-text {
		padding-right: 0;
	}
	.contact-text__heading {
		margin-bottom: 3rem;
		font-weight: 700;
		font-size: 4rem;
	}
	.contact-text__info {
		font-size: 2rem;
	}
}

@media screen and (max-width: 600px) {
	main{
		margin-top: 10rem;
	}
	.about-heading {
		font-size: 4rem;
		padding: 2rem;
	}

	.about-text {
		font-size: 2rem;
		padding: 2rem;
	}

	.about-img {
		height: 20rem;
		width: 70%;
	}
}
