.section-gap.section-gap-45 {
    padding: 40px 0 0 0 !important;
}
.section-gap.section-gap-45:first-of-type {
    padding-top: initial !important;
}
/*.heading {
	font-size: 30px;
	color: #043053;
	font-family: "Graphik";
	font-weight: 900;
	margin: 0;
	padding: 0;
}
*/
.main-heading-description {
	font-size: 16px;
	line-height: 28px;
	color: #6c9f18;
	font-family: "Graphik";
	margin: 0;
	padding: 0;
}

.main-sub-heading {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #043053;
	font-family: "Graphik";
	margin: 0;
	padding: 0;
}

/*.heading sup {
	font-size: 16px;
}
*/
/*.main-sub-heading sup {
	font-size: 14px;
}*/

.main-color {
	color: #6b9f10;
}

.line-through {
	text-decoration: line-through;
}
.banner .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.banner .banner-box {
	position: relative;
}

.banner .banner-box picture {
	width: 100%;
}

.banner .banner-description {
	position: absolute;
	z-index: 1;
	left: 7%;
	top: 50%;
	transform: translate(0%, -50%);
}

.banner .banner-description.pos-right {
	left: unset;
	right: 15%;
	top: 50%;
	transform: translate(0%, -50%);
}

.banner .banner-description > * {
	margin: 0;
	margin-top: 10px;
}

.banner .banner-description > *:first-child {
	margin-top: 0;
	text-transform: lowercase;
}

.banner .banner-description > *:first-child::first-letter {
	text-transform: uppercase;
}

.banner .banner-description > a {
	text-decoration: none;
	color: #6c9f19;
	background-color: #fff;
	padding: 8px 30px 8px 30px;
	font-weight: 500;
	border: 0;
}

.banner .banner-description > a:hover {
	background: #6c9f19;
	color: #fff;
}

.banner .banner-description > a:focus {
	box-shadow: none;
}

.banner .black-description > h1 {
	font-weight: 700;
	font-size: 40px;
	color: #313131;
}

.banner .black-description > p {
	font-size: 19px;
	color: #313131;
}

.banner .black-description > a {
	color: #6c9f19;
	background-color: #fff;
}

.banner .black-description > a:hover {
	background: #6c9f19;
	color: #fff;
}

.banner .white-description > h1 {
	font-weight: 700;
	font-size: 40px;
	color: #ffffff;
}

.banner .white-description > p {
	font-size: 19px;
	color: #ffffff;
}

.banner .white-description > a {
	color: #6c9f19;
	background-color: #fff;
}

.banner .white-description > a:hover {
	background: #6c9f19;
	color: #fff;
}

/*nda page css start*/
.description-content > * {
	margin: 0;
	padding: 0;
	outline: 0;
	margin-top: 15px;
}

.description-content > h6 {
	font-size: 21px !important;
	color: #043053;
	margin-top: 35px;
}

.description-content > h6 > a {
	text-decoration: none;
	color: #043053;
}
.description-content > h6 sup {
	font-size: 14px;
}

.description-content > p {
	font-size: 16px;
	line-height: 28px;
	color: #7f7e7e;
	font-family: "Graphik";
}

.description-content > p > a {
	color: #6c9f18;
}

.description-content > p sup {
	font-size: 10px;
}

.description-content > ul {
	padding-left: 18px;
	list-style: none;
}

.description-content > ol {
	padding-left: 18px;
	list-style: none; 
	counter-reset: li;
	font-family: "Graphik";
}

.description-content > ul > li, 
.description-content > ol > li {
	font-size: 16px;
	line-height: 28px;
	color: #7f7e7e;
	font-family: "Graphik";
	margin-top: 15px;
}
.description-content > ol > li {
	counter-increment: li;
	font-family: "Graphik";
}
.description-content > ol > li:before  {
	content: counter(li); 
	color: #043053;
	display: inline-block; 
	width: 19px;
	margin-left: -20px;
	font-family: "Graphik";
	font-weight: 500;
}
.description-content > ol > li:nth-child(n+10)::before {
	width: 28px;
}
.description-content > ol > li > span {
	font-weight: 500;
	color: #043053;
}

.description-content > ul > li > a, 
.description-content > ol > li > a  {
	color: #6c9f18;
}

/*.description-content > ul > li > sup, 
.description-content > ol > li > sup {
	font-size: 10px;
}*/

.description-content > ul > li:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 8px;
	border-left: 8px solid #6c9f18;
	margin-left: -18px;
}

.description-content > ul > li:first-child, 
.description-content > ol > li:first-child {
	margin-top: 0;
}

.description-content > ul > li > ul > li, 
.description-content > ol > li > ul > li {
	font-size: 16px;
	line-height: 28px;
	color: #7f7e7e;
	font-family: "Graphik";
	margin-top: 15px;
}
.description-content > ol > li > ul > li {
	padding-left: 15px;
}

.description-content > ul > li > ul, 
.description-content > ol > li > ul {
	list-style: none;
}

.description-content > ul > li > ul > li > a, 
.description-content > ol > li > ul > li > a {
	color: #6c9f18;
}

.description-content > ul > li > ul > li > sup, 
.description-content > ol > li > ul > li > sup {
	font-size: 10px;
}

.description-content > ul > li > ul > li:before, 
.description-content > ol > li > ul > li:before {
	content: "\2022";
	color: #6c9f18;
	font-weight: normal;
	display: inline-block;
	width: 17px;
	margin-left: -17px;
}
.description-content > ol > li > ul > li:before {
	margin-left: -17px;
}

.description-content .link-above-text {
	margin-top: 60px;
}

.description-content > *:first-child {
	margin-top: 0;
}

.description-content .btn-1 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: "Graphik";
	font-weight: 500;
	background: #6c9f18;
	border-radius: 0;
	padding: 10px 20px;
	border: 1px solid #6c9f18;
	box-shadow: none;
}

.description-content .btn-1:hover {
	background: #fff;
	color: #6c9f18;
}

.form-inner {
	padding: 0 5px;
}

/* This css is for normalizing styles. You can skip this. */
.description-content form {
	margin-top: 40px;
}

.form-inner .form-row .form-group {
	padding: 0;
	padding-right: 50px;
}

.form-inner .form-group {
	display: flex;
	margin-bottom: 0;
}

.form-inner .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-inner .form-group label {
	position: relative;
	cursor: pointer;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #7f7e7e;
	font-family: "Graphik";
	font-weight: 500;
	display: inline;
	margin-bottom: 0;
}

.form-inner .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #979797;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 20px;
}

.form-inner .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 16px;
	width: 10px;
	height: 30px;
	border: solid #6c9f18;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-inner .form-group span {
	font-size: 16px;
	line-height: 22px;
	color: #7f7e7e;
	font-family: "Graphik";
	display: inline;
}

.form-inner .form-group span > span {
	font-weight: 700;
}

/*nda page css end*/

/*logo user guide page css start*/

/*.logo-user-content {
	padding: 70px 0;
}*/

/*logo user guide page css end*/

/*important dates inner start*/

/*.important-dates-content {
	padding: 70px 0;
}*/

.important-dates-box table {
	margin-top: 25px;
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
	/*margin-left: -4px;*/
	/*margin-right: -4px;*/
	margin-bottom: 0;
}

.important-dates-box table thead {
	background: #6c9f16;
}

.important-dates-box table thead th {
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: "Graphik";
	font-weight: 700;
	border: none;
	text-transform: uppercase;
}

.important-dates-box table tbody td {
	font-size: 15px;
	color: #7f7e7e;
	font-family: "Graphik";
	font-weight: 500;
	border: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
	box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
}

.important-dates-box table tbody td:first-child {
	color: #313131;
}

/*.important-dates-content .test-fees {
	padding-top: 60px;
}*/

/*.test-fees {
	padding-top: 60px;
}*/

.test-fees .test-fees-inner {
	padding-top: 40px;
}

.test-fees .text-fees-box {
	padding-top: 50px;
}

.test-fees [class*="col-"]:nth-child(-n+3) .text-fees-box {
	padding-top: 0;
}

.test-fees .text-fees-box p {
	padding: 0;
	margin: 0;
	font-size: 19px;
	line-height: 26px;
	color: #313131;
	font-family: "Graphik";
	font-weight: 500;
}

.test-fees .text-fees-box h4 {
	font-size: 29px;
	line-height: 33px;
	color: #6c9f16;
	font-family: "Graphik";
	font-weight: 500;
	margin: 0;
	margin-top: 10px;
}

.test-fees .text-fees-box span {
	font-size: 15px;
	line-height: 26px;
	color: #7f7e7e;
	font-family: "Graphik";
}

/*.important-dates-content .payment-forms {
	padding-top: 60px;
}*/


/*.payment-forms {
	padding-top: 60px;
}*/

.payment-forms .payment-forms-inner {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.payment-forms .payment-forms-inner > div {
	width: calc(25% - 4px);
	margin-bottom: 4px;
}

.payment-forms .payment-forms-inner > .payment-box {
	border: 1px solid #f5f3f3;
	text-align: center;
}

.payment-forms p {
	font-size: 16px;
	font-family: "Graphik";
	margin: 0;
	line-height: 28px;
	margin-top: 25px;
}

.payment-forms > p > a {
	color: #6c9f17;
	text-decoration: none;
	font-size: 16px;
	font-family: "Graphik";
}

.payment-forms .nmat-primary {
	color: #6c9f17;
}

/*important dates inner end*/

/*test taker with disabilities css start*/

/*.test-takers-content {
	padding: 70px 0;
}*/

/*.test-takers-content .img-description {
	margin-top: 25px;
}*/

/*.img-description {
	margin-top: 25px;
}*/
.img-description.description-font-500 .img-description-box p {
	font-weight: 500;
}
/*.img-description .main-sub-heading {
	margin-top: 45px;
}*/
.img-description .img-description-inner {
	margin-top: 30px;
}

.img-description .img-description-box {
	margin-bottom: 20px;
}

.img-description .img-description-box img {
	max-width: 75px;
	width: 100%;
}

.img-description .img-description-box p {
	font-size: 16px;
	color: #313131;
	font-family: "Graphik";
	font-weight: 500;
}

.img-description .img-description-box p > sup {
	font-size: 10px;
}

.img-description > p {
	font-size: 16px;
	color: #7f7e7e;
	font-family: "Graphik";
	font-weight: normal;
	margin: 0;
	margin-top: 25px;
}

.img-description > p > span {
	color: #6c9f17;
}

/*test taker with disabilities css end*/

/*id requirement css start*/

/*{
	padding: 70px 0;
}*/

/*.img-description .img-description-inner {
	margin-top: 40px;
}*/

.img-description .img-description-box p {
	font-weight: normal;
	color: #7f7e7e;
	margin-top: 0;
}

/*.img-description .heading {
	margin-top: 30px;
}

.img-description:first-child .heading {
	margin-top: 0px;
}*/

/*id requirement css end*/

/*contact us css start*/

/*.contact-us-content {
	padding: 70px 0;
}*/

/*.contact-us-content .contact-us {
	padding: 30px 0 10px;
}*/

/*.contact-us-content .contact-us:last-child {
	padding-bottom: 0;
}*/

.contact-us {
	padding: 30px 0 10px;
}

.contact-us:last-child {
	padding-bottom: 0;
}

.contact-us > * {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.contact-us .main-sub-heading {
	font-weight: 700;
	line-height: 30px;
}
.contact-us > h5 {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #033053 !important;
}
.contact-us > p {
	color: #7f7e7e;
	font-family: "Graphik";
}

.contact-us > p > a {
	color: #6c9f17;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

.contact-us > p > a > i {
	font-size: 16px;
	color: #6c9f17;
	font-weight: 500;
	padding-right: 5px;
}

.contact-us > p > span {
	color: #6c9f17;
	font-weight: 500;
}

.contact-us > button {
	padding: 10px 25px;
	color: #fff;
	font-weight: 500;
	background: #6c9f17;
	border-radius: 0;
	outline: 0;
	border: 1px solid #6c9f17;
}

.contact-us > button:focus, .contact-us > button:hover {
	box-shadow: none;
	color: #6c9f17;
	background: #ffffff;
	border: 1px solid #6c9f17;
}

.contact-us > .date-and-day {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.contact-us > .date-and-day > span {
	padding: 10px 15px;
	color: #7f7e7e;
	font-weight: 500;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
	box-shadow: 0px 0px 3px 0px rgba(238, 238, 238, 1);
	margin-right: 5px;
	margin-bottom: 5px;
}

.contact-us > *:first-child {
	margin-top: 0;
}

/*contact us css end*/

/*faq page css start*/

/*.faq-content {
	padding: 70px 0;
}*/

.faq-content .faq-inner {
	margin-top: 25px;
}

.faq-content .cust-tab-content {
	margin-top: 25px;
}

.faq-content .nav-tabs {
	border-bottom: none;
	flex-wrap: nowrap;
}

.faq-content .nav-tabs .nav-item {
	margin-bottom: 0;
	margin-right: 10px;
	flex-grow: 1;
	text-align: center;
}

.faq-content .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.faq-content .nav-tabs .nav-link {
	border-radius: 0;
	background: #ebebeb;
	color: #6d6d6d;
	font-weight: 500;
	font-size: 18px;
}

.faq-content .nav-tabs .nav-item.show .nav-link, .faq-content .nav-tabs .nav-link.active {
	border-color: #699c0e;
	border-radius: 0;
	background: #699c0e;
	color: #fff;
}

.faq-content .nav-tabs .nav-item.show .nav-link {
	border-radius: 0;
}

.faq-content .accordion .card {
	border: 0;
	border-radius: 0;
	padding: 0 2px;
}

.faq-content .card-header {
	padding: 0px;
	background: #fff;
	margin-bottom: 8px !important;
	border-bottom: 0;
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05);
}

.faq-content .card-header h5 {
	font-size: 15px;
}

.faq-content .card-header h5 button {
	width: 100%;
	text-align: left;
	color: #7f7e7e;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 0px;
	font-size: 15px;
	white-space: normal;
    padding-left: 10px;
	padding-right: 25px;
}

.faq-content .card-header h5 button .fa {
	float: right;
	color: #6b9f10;
}

.faq-content .card-header h5 button sup {
	font-size: 8px;
}

.faq-content .card-body {
	padding: 20px 15px;
}

.faq-content .card-body > * {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.faq-content .card-body > p {
	color: #7f7e7e;
}

.faq-content .card-body > p > a {
	color: #6c9f17;
}

.faq-content .card-body > p > a:hover {
	color: #7f7e7e;
}

.faq-content .card-body > p > sup {
	font-size: 8px;
}

.faq-content .card-body > a {
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Graphik";
    font-weight: 500;
    background: #6c9f18;
    border-radius: 0;
    padding: 5px 20px;
    border: 1px solid #6c9f18;
    box-shadow: none;
    display: inline-block;
}

.faq-content .card-body > a:hover {
	background: #fff;
    color: #6c9f18;
}

.faq-content .card-body > h3 {
	font-size: 28px;
    color: #033053;
    font-weight: bold;
}

.faq-content .card-body > h5 {
	font-size: 24px;
    color: #033053;
    font-weight: bold;
}

.faq-content .card-body > .table-scroll > table {
    margin-top: 25px;
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 0;
    margin-left: -4px;
}

.faq-content .card-body > .table-scroll > table thead {
	background: #6c9f16;
}

.faq-content .card-body > .table-scroll > table thead th {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Graphik";
    font-weight: 500;
    border: none;
    text-transform: uppercase;
}

.faq-content .card-body > ul {
    padding-left: 18px;
    list-style: none;
}

.faq-content .card-body > ul > li {
    font-size: 16px;
    line-height: 28px;
    color: #7f7e7e;
    font-family: "Graphik";
    margin-top: 15px;
}

.faq-content .card-body > ul > li > a {
    color: #6c9f17;
    text-decoration: none;
}

.faq-content .card-body > ul > li > a:hover {
	color: #7f7e7e;
}

.faq-content .card-body > ul > li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    border-left: 8px solid #6c9f18;
    margin-left: -18px;
}

.faq-content .card-body > ul > li:first-child {
    margin-top: 0;
}

.faq-content .card-body > ul > li > ul {
    list-style: none;
}

.faq-content .card-body > ul > li > ul > li {
	font-size: 16px;
    line-height: 28px;
    color: #7f7e7e;
    font-family: "Graphik";
    margin-top: 15px;
}

.faq-content .card-body > ul > li > ul > li:before {
    content: "\2022";
    color: #6c9f18;
    font-weight: normal;
    display: inline-block;
    width: 17px;
    margin-left: -17px;
}

/*.faq-content .card-body > ul, 
.faq-content .card-body > ol, 
.faq-content .card-body > ul > li > ul, 
.faq-content .card-body > ul > li > ol, 
.faq-content .card-body > ol > li > ul, 
.faq-content .card-body > ol > li > ol {
	padding-left: 18px;
	color: #7f7e7e;
}

.faq-content .card-body > ul > li, .faq-content .card-body > ol > li, .faq-content .card-body > ul > li > ul > li, .faq-content .card-body > ul > li > ol > li, .faq-content .card-body > ol > li > ul > li, .faq-content .card-body > ol > li > ol > li {
	margin-top: 5px;
	font-size: 15px;
}*/

.faq-content .card-body > *:first-child {
	margin-top: 0;
}

.faq-content .faq-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.faq-content .faq-box > div {
	max-width: 250px;
	min-width: 200px;
	width: 20%;
	padding: 15px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.058823529411764705);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.058823529411764705);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.058823529411764705);
	margin-right: 8px;
	margin-bottom: 8px;
}

.faq-content .faq-box > div > span {
	font-size: 12px;
	font-weight: 400;
	color: #7f7e7e;
}

.faq-content .faq-box > div > h5 {
	font-size: 18px;
	font-weight: 700;
	color: #313131;
}

.faq-content .faq-box > div > h5:first-of-type {
	color: #6b9f10;
}

/*faq page css end*/

/*official prep css start*/

/*.official-prep-content {
	padding: 70px 0;
}*/

.official-prep-box {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.official-prep-box .prep-inner-box {
	width: 49%;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(230, 230, 230, 0.8);
	-moz-box-shadow: 0px 3px 5px -1px rgba(230, 230, 230, 0.8);
	box-shadow: 0px 3px 5px -1px rgba(230, 230, 230, 0.8);
	padding: 25px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.official-prep-box .prep-inner-box p {
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.5;
}

.official-prep-box .prep-inner-box p a {
	display: block;
	padding: 10px;
	background: #2b2b2b;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.official-prep-box .prep-content-box {
	text-align: center;
	flex-grow: 1;
}

.official-prep-box .prep-content-box > img {
	max-width: 170px;
	width: 100%;
}

.official-prep-box .prep-content-box ul {
	text-align: left;
}
.official-prep-box .prep-content-box ul > li {
	position: relative;
}
.official-prep-box .prep-content-box ul > li > img {
	width: 24px;
	height: 24px;
}
.official-prep-box .prep-content-box ul > li.new-tag:after {
	background-image: url('../images/new-tag.png');
    background-size: 24px;
    display: inline-block;
    width: 24px; 
    height: 24px;
    content:"";
    position: absolute;
    top: 0;
    right: -12px;
}
/*.official-prep-inner {
	margin-top: 75px;
}*/

.official-prep-inner .cust-tab-content {
	margin-top: 30px;
}
.official-prep-inner .cust-tab-content .table td, 
.official-prep-inner .cust-tab-content .table th {
	padding: .5rem;
}
.official-prep-inner .cust-tab-content table td {
	vertical-align: middle;
}

.official-prep-inner .cust-tab-content table th:first-child, 
.official-prep-inner .cust-tab-content table td:first-child {
	width: 15%;
}

.official-prep-inner .cust-tab-content table th {
	font-size: 16px;
	font-weight: 500;
}

.official-prep-inner .cust-tab-content table td {
	font-size: 14px;
	font-weight: 400;
}

.official-prep-inner .cust-tab-content table td > * {
	margin-top: 10px;
}

.official-prep-inner .cust-tab-content table td:first-child {
	color: #7f7e7e;
}
.official-prep-inner .cust-tab-content table td > p {
	font-size: 15px;
    color: #7f7e7e;
    font-weight: 400;
    font-family: "Graphik";
    margin-top: 15px;
    line-height: 24px;
}
.official-prep-inner .cust-tab-content table td > p:first-child {
	margin-top: 0;
}
.official-prep-inner .cust-tab-content table td > ul {
	padding-left: 15px;
}
.official-prep-inner .cust-tab-content table td > ul > li {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 5px;
}
.official-prep-inner .cust-tab-content table td > ul > li:first-child {
	margin-top: 0;
}

.official-prep-inner .nav-tabs {
	border-bottom: none;
	flex-wrap: nowrap;
}

.official-prep-inner .nav-tabs .nav-item {
	margin-bottom: 0;
	margin-right: 10px;
	flex-grow: 1;
	text-align: center;
	display: flex;
}

.official-prep-inner .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.official-prep-inner .nav-tabs .nav-link {
	border-radius: 0;
	background: #ebebeb;
	color: #6d6d6d;
	font-weight: 500;
	font-size: 16px;
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 1;
	justify-content: center;
	padding: .8rem;
}

.official-prep-inner .nav-tabs .nav-item.show .nav-link, .official-prep-inner .nav-tabs .nav-link.active {
	border-color: #699c0e;
	border-radius: 0;
	background: #699c0e;
	color: #fff;
}

.official-prep-inner .nav-tabs .nav-item.show .nav-link {
	border-radius: 0;
}

/*official prep css end*/