@charset "UTF-8";

.circleborder {
	border: 3px solid #C0C0C0;
	border-radius: 100%;
	display: inline-block;
}

@media ( max-width : 660px) {
	.div-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.div-1 {
		order: 1;
	}
	.div-2 {
		order: 2;
	}
	.div-3 {
		/*width: 100%;*/
		order: 3;
	}
	.div-padding-right {
		padding-right: 100px;
	}
}

@media ( max-width : 800px) {
	.div-container1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.div-padding-top {
		padding-top: 100px;
	}
}
.header-line{color: #1D213C;font-weight:600;}
.aboutimg{width: 100%; height: auto;}
.aboutimg2{width: 500px; height: auto;}
.aboutimg3{width: 768px; height: auto;}
.divHeight{height: auto;}

.img-thumbnail {
	
	background-color: #fff;
	border: 1px solid #BAE2EE !important;
	border-radius: .375rem;
	max-width: 100%;
	height: auto;
}