* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;

}

.carousel-item img{
	width: 100%;
	height: 93vh;


}


.horizontal-card-img img{
	width: 100%;
	height: 35vh;



}



.about_img{
	min-width: 100%;
	max-height: 280px;

}

.my-service img{
	width: 100%;
	height: 100%;
}

.chekcout-my-profile{
	background: #a6dcef;
}

footer p{
	margin-bottom: 0;
}

section {
	scroll-margin-top: 80px; /* adjust 80px to match your navbar height */
}

/*.my-service .row>*{
	padding-right: 0;
    padding-left: 0;
}*/

/*for responsive design*/
/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/

/* Base styles (mobile first) already defined above */

/* Small devices (sm, ≥576px) */
@media (min-width: 576px) {
.about_img {
	max-height: 300px;
}
.carousel-item img {
	height: 80vh;
}
}

/* Medium devices (md, ≥768px) */
@media (min-width: 768px) {
.about_img {
	max-height: 350px;
}
.carousel-item img {
	height: 85vh;
}
.main_heading h1 {
	font-size: 2.5rem;
}
}

/* Large devices (lg, ≥992px) */
@media (min-width: 992px) {
.about_img {
	max-height: 400px;
}
.carousel-item img {
	height: 90vh;
}
.main_heading h1 {
	font-size: 3rem;
}
}

/* X-Large devices (xl, ≥1200px) */
@media (min-width: 1200px) {
.about_img {
	max-height: 450px;
}
.carousel-item img {
	height: 93vh;
}
.main_heading h1 {
	font-size: 3.5rem;
}
}

/* XX-Large devices (xxl, ≥1400px) */
@media (min-width: 1400px) {
.about_img {
	max-height: 500px;
}
.carousel-item img {
	height: 95vh;
}
.main_heading h1 {
	font-size: 4rem;
}
}
