/* Special Section Starts Here */
* {
	box-sizing: border-box;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Carrois Gothic;
}

/* Special Section Ends Here */


/* This Section is for Media Screens - Tablet Devices */
@media screen and (min-width: 768px) {
	.container {
		width: 100%;
		display: flex;
		margin-left: 0px;
		padding-bottom: 20px;
	}
.lsec {
	width: 34%;
	border: 2px solid gray;
	margin-left: 0px;
	background-color: white;
	box-shadow: 2px 5px 5px gray;
}
.nav-div {
	width: 70%;
	display: flex;
	justify-content: end;
	flex-direction: row;
	padding-right: 5px;
	padding-top: 20px;
	height: 60px;
}

.bb-content {
	background-color: red;
	width: 32%;
	padding: 40px 20px;
	text-align: center;
	border-radius: 10px;
}

.wd3 {
	width: 50%;
	background-color: black;
	/* height: 0px; */
}

.bba-div {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-left: 0px;
	margin-right: 0px;
}

.ca1 {
	width: 100%;
	display: block;
	background-color: black;
	padding-left: 100px;
	padding-right: 100px;
	border-bottom: 2px solid white;
}

.ca3 {
	background-color: none;
	color: #feba4d;
	width: 25%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	line-height: 15px;
}

.shell::after {
	/* content: url(../svg/icon-expand-more.svg); */
	content: "+";
	float: left;
	width: 20px;
	height: 5px;
}
/* Start It Here */
.md1 {
	width: 100%;
	height: auto;
	display: block;
	background-color: black;
	padding-left: 50px;
	padding-top: 70px;
	padding-right: 15px;
}

.wd1 {
	display: flex;
	flex-direction: row;
	width: 100%;
	/* padding-left: 50px; */
	padding-bottom: 20px;
}


}

/* Another Rule Set For Testing */

/* This Section is for Media Screens - Tablet Devices */
@media screen and (min-width: 601px) {
	.container {
		width: 100%;
		display: flex;
		margin-left: 0px;
		padding-bottom: 20px;
	}
.lsec {
	width: 34%;
	border: 2px solid gray;
	margin-left: 0px;
	background-color: white;
	box-shadow: 2px 5px 5px gray;
}
.nav-div {
	width: 70%;
	display: flex;
	justify-content: end;
	flex-direction: row;
	padding-right: 5px;
	padding-top: 20px;
	height: 60px;
}

.bb-content {
	background-color: red;
	width: 32%;
	padding: 40px 20px;
	text-align: center;
	border-radius: 10px;
}

.wd3 {
	width: 50%;
	background-color: black;
	padding-right: 60px;
	/* height: 0px; */
}

.bba-div {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-left: 0px;
	margin-right: 0px;
}

.ca1 {
	width: 100%;
	display: block;
	background-color: black;
	padding-left: 100px;
	padding-right: 100px;
	border-bottom: 2px solid white;
}

.ca3 {
	background-color: none;
	color: #feba4d;
	width: 25%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	line-height: 15px;
}

.shell::after {
	/* content: url(../svg/icon-expand-more.svg); */
	content: "+";
	float: left;
	width: 20px;
	height: 5px;
}
/* Start It Here */
.md1 {
	width: 100%;
	height: auto;
	display: block;
	background-color: black;
	padding-left: 50px;
	padding-top: 70px;
	padding-right: 15px;
}

.wd1 {
	display: flex;
	flex-direction: row;
	width: 100%;
	/* padding-left: 50px; */
	padding-bottom: 20px;
}


}