 .ayush {
	color: red;
	text-align: center;
	width: 100%;
	font-size: 35px;
	position: relative;
	top: -39px;
	left: -52px;
	text-shadow: 2px 2px 1px yellow;
}
#tabb {
	background-repeat: no-repeat;
	width: 100%;
	padding: 76px 0;
	background-size: cover;
	margin-top: 0;
	margin-bottom: 0;
	background-size: cover;
}
.nav.nav-tabs li a {

    color: black;padding: 0 26px;
    font-size: 21px;
    font-weight: 800;

}
#tabb h3 {

    color: black;
    font-size: 37px;margin-top: 29px;
margin-bottom: 20px;

}	
#tabb p {
	color: black	;
	font-size: 18px;
	line-height: 37px;
	font-weight: 600;
	width: 100%;
	text-align: justify;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
	width: 47%;
}
@media only screen and (max-width:991px) {
.nav-tabs {
	border-bottom: none;
	width: 14%;
	display: block;
	position: relative;
	border-right: solid 1px white;
}
.tab-content {
	position: absolute;
	top: -39px;
	right: -26px;
	width: 80%;
}
.tab-content {
	position: absolute;
	top: -39px;
	right: 0;
	width: 77%;
	top: -19px;
}
#tabb p {
	font-size: 18px;
	line-height: 37px;

	width: 100%;

}
.nav.nav-tabs li a {
	padding: 0;
	font-size: 21px;
	line-height: 72px;
}
}
@media only screen and (max-width:767px) {
    #tabb {
	padding: 58px 0;

}
.nav.nav-tabs li a {
	line-height: 53px;font-size: 16px;
}
#tabb h3 {
	font-size: 23px;
	margin-top: 19px;
	margin-bottom: 7px;
}
#tabb p {
	font-size: 16px;
	line-height: 28px;
	width: 100%;
}
}
@media only screen and (max-width:575px) {
    #tabb p {
	width: 77%;
}
.tab-content {;
	width: 79%;
}
#tabb {
	padding: 27px 0;
}
}
@media only screen and (max-width:320px) {
    .tab-content {
	width: 69%;

}
.nav-tabs {
	border-bottom: none;
	width: 20%;
	
}
}



/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.caption-1 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.caption-2 figcaption {
  width: 80%;
  position: absolute;
  bottom: 1rem;
  left: 10%;
  background: rgba(255, 255, 255, 0.6);
}

.caption-3 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

body {
  min-height: 100vh;
  background: #eeeeee;
}

.border-md {
  border-width: 2px !important;
}

.separator {
  border-bottom: 1px dashed #aaa;
}

.text-small {
  font-size: 0.85rem;
}




