/* custom Global CSS */

/* body {
	font-size: 16px;
}

b {
	font-family: 'RWESans-Bold';
	font-weight: 500;
} */

.pageContentArea table td {
	font-size: 14px;
	font-weight: inherit;
}

.OrangePatchLine {
	width: 120px;
	height: 4px;
	background-color: #88BB00;
	margin: 0px 0px 10px;
}

.listStyle,
.listStyle1, .listStyle2 {
	margin-bottom: 0;
}

table td {
	font-size: 16px;
}

.pageTitle {
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.pageTitle:before {
    content: "";
    background: url(/content/topic1_withExternalFiles/title_bg.png);
    position: absolute;
    left: 0;
    top: 26px;
    width: 79px;
    height: 14px;
}

#myModal,
#course_popup {
	background: rgba(0, 0, 0, 0.8);
}
.carouselContainer .carousel-indicators .active {
	pointer-events: none;
	cursor: default;
	background: #5792C9;
	border-color:#5792C9;
}
.carouselContainer .carousel-indicators .visited {
	background: #F05A24;
	border-color: #F05A24;
}
#myModal {
    max-width: 1000px;
    margin: 0 auto;
    bottom: 45px;
    top: 0;
    position: absolute;
    padding-top: 85px;
}

#exitmodal {
	background: rgba(0, 0, 0, 0.7) !important;
	height: 630px;
    max-width: 1000px;
    margin: 0 auto !important;
}

#exitModal .modal-dialog {
    max-width: 400px;
    margin: 0px auto !important;
    top: 50%;
    transform: translateY(-50%);
}

#exitModal .modal-dialog .modal-content {
	border-radius:10px;
}

.modal-backdrop {
	display: none !important;
}

.pre-loader {
	text-align: center;
	padding-top: 50px;
	font-size: 22px;
}

.fontSize-18 {
	font-size: 18px;
}

.fontSize-20 {
	font-size: 20px;
}

.fontSize-22 {
	font-size: 22px;
}

.pageTitle {
	/*font-weight:bold;*/
	/* margin-bottom: 0.5rem !important; */
	/*line-height: 40px;*/
}

.pageTitle-OnPatch {
	font-size: 1.5rem;

}

.popUpTitle {
	position: relative;
	padding-bottom: 10px;
	/*font-size: 18px;*/
}



.Title {
	font-size: 24px;
	color: #D19000;
	position: relative;
	padding-bottom: 10px;

	/* font-family: 'Georgia Bold'; */
}

.lastPchild:last-child {
	margin-bottom: 0px;
}

/*.img-fluid {
	width: 100%;
}
*/
.text-center {
	text-align: center;
}

.borderLeft-1 {
	border-left: 1px solid
}

.borderBottom-1 {
	border-bottom: 1px solid
}

.pageContentArea {
	margin-top: 85px;
	/* margin-left: 50px; */
	padding: 20px 20px;
}

.pageContentAreaTable {
	/* height: 79vh; */
	/* height: 560px; */
	/* height: 520px; */
	height: 86%;
	width: 100%;
}

.menuLeftPatch {
	height: 100%;
	z-index: 10000;
}

.pageTitleTableRowGroup {
	height: 1px;
}

.pageBodyCntRowGroup {
	height: 1px;
}

.tableVerticalAlign-top {
	vertical-align: top;
}

.tableVerticalAlign-middle {
	vertical-align: top;
}

.tableVerticalAlign-bottom {
	vertical-align: bottom;
}

.displayTable {
	display: table;
}

.verticalMiddle {
	vertical-align: middle;
	display: table-cell;
}

.row-table {
	width: 100%;
	background: #0084ff;
	height: 100%;
	display: table-row;
}

.tot-no {
	font-size: 14px;
}

.padding20 {
	padding: 30px;
}

.padding30 {
	padding: 30px;
}

.desktopDone {
	display: none;
}

.tdHeight-1 {
	height: 1px;
}

.minHeightCol {
	height: 10vh;
}

.btnStyle {
	width: 120px;
	height: 42px;
	color: #52555c;
	text-align: center;
	padding: 12px 20px;
	border-radius: 30px;
	cursor: pointer;
	display: table;
	position: relative;
	border: 0;
	border: none;
	margin-right: 15px;
	background-color: #3ed8c3;
	outline: none !important;
}

.btnStyle::before {
    content: '';
    background: url(/content/topic1_withExternalFiles/button_bg.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    opacity: 0.7;
}

/*.btnStyle:hover::before {
	top: 0;
	left: 0;
	z-index: 1;
}*/

/*.btnStyle:hover {
	background-color: #F99D3A !important;
	transition: 0.3s;
}
*/
.btnStyle-blue:before {
	border: 1px solid #005287;
}

.btnStyle:disabled::before {
	border: 1px solid hsl(204deg 100% 26% / 50%);
}



.btnStyle-outline {
	text-align: center;
	padding: 8px 20px;
	cursor: pointer;
	display: block;
	position: relative;
	border: 1px solid;
}

.boxPatchTopLine:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 4px;
}

/* Visited */
.visited:after {
	content: '\f00c';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	width: 24px;
	height: 24px;
	padding: 2px 4px;
	border: 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
}

.sc-visited:after {
	content: '\f00c';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 18px;
	width: 24px;
	height: 24px;
	padding: 2px;
	border: 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 9;
}

/* icon click and learn */
/*.btnBoxStyle:hover {
	border: 2px solid;
	transition: .5s ease;
}*/

/* Flip Cards */
.card {
	background-color: transparent;
	background-clip: inherit;
	border: none;
}

/* Circle Slider */
.circleSlider-type1 .rzslider .rz-pointer {
	width: 54px;
	height: 29px;
	border-radius: 24px;
	top: -2px;
	left: 0px;
	margin-left: -15px;
	position: relative;
}

.circleSlider-type1 .rzslider .rz-pointer:before {
	content: '\f0dc ';
	position: absolute;
	left: 22px;
	top: 6px;
	font-family: 'FontAwesome';
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circleSlider-type2 .rzslider .rz-pointer {
	width: 54px;
	height: 29px;
	border-radius: 0px;
	top: -2px;
	left: 0px;
	margin-left: -15px;
	position: relative;
}

.circleSlider-type1 .rzslider .rz-pointer:before {
	content: '\f0dc ';
	position: absolute;
	left: 22px;
	top: 6px;
	font-family: 'FontAwesome';
	-webkit-transform: rotate(90deg);
}

@media screen and (max-width: 860px) {

/*	.videoBox {
		max-width: 587px;
		max-height: 333px;
	}*/
	.videoBox {
        max-width: 350px;
        max-height: 150px;
    }
}


/*@media screen and (max-width: 820px) {
	.videoBox {
		max-width: 530px;
		max-height: 300px;
	}
}*/

@media screen and (max-width: 767px) {

	.pattern-img {
		display: none;
	}

	body {
		height: 100% !important;
	}

	.pageContentArea {
		/* padding-left: 20px !important;
		padding-right: 20px !important; */
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.desktopBlock-mobile {
		display: block;
	}

	.mobileDone {
		display: none;
	}

	.menuLeftPatch {
		height: 100%;
	}

	.pageContentArea {
		margin-top: 65px;
		padding: 0px;
	}

	.mobileTitleSection {
        width: 100%;
        height: 30px;
        padding: 5px 15px;
        z-index: 9;
        position: fixed;
        left: 0px;
        top: 65px;
        background: #3ED8C3;
	}

	.transcriptIconBtnMobile {
		display: inline-block !important;
	}

	.mobilePageBodyCntSection {
		margin: 40px 10px 10px 10px;
		display: block;
	}

	.mobileContentSection {
		/* margin-top: 2.3rem; */
		margin-top: 3rem;
		display: inline-block;
	}

	.pageTitle {
		font-size: 1rem;
		/*color: #FFF;*/
		line-height: unset;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pageTitle span {
		white-space: nowrap;
	}

	.pageTitleOnPatch {
		font-size: 1rem;
		padding-left: 5px;
	}

	.OrangePatchLine {
		display: none;
	}

	.gradient-bg {
		background-image: linear-gradient(transparent 50px, rgba(214, 227, 233, 1) 50px, rgba(214, 227, 233, 1) 100%) !important;
	}

	.gradient-bg .mobileContentSection {
		display: block;
	}

	.mobileEmptySpace {
		height: 80px;
		/* background-color:#F00; */
	}

	.colEqualHeight-top {
		display: inline-block;
	}

	.desktopBlock-mobile {
		display: block;
	}

	.table-mobile-none {
		display: none;
	}

	.mobilePaddingLeft-25 {
		padding-left: 25px;
	}

}

@media screen and (max-height: 600px) {
	body {
		height: 100% !important;
	}

	.mobileEmptySpace {
		height: 80px;
		/* background-color:#F00; */
	}

	.menuLeftPatch {
		height: 100% !important;
		position: fixed !important;
	}

	.welcomeSectionContent {
		height: auto !important;
		min-height: 45%;
	}
}

/* @media screen and (min-width:1367px){ */

/* @media screen and (min-width:1201px) {
	body {
		font-size: 1.2vw !important;
	}

	.pageContentArea table td {
		font-size: 1.2vw;
		font-weight: inherit;
	}

	.fontSize-24 {
		font-size: 1.4vw;
	}

	.pageTitle {
		font-size: 1.6vw;
	}

	.instructionText:before {
		font-size: 1.6vw;
		left: 1px;
	}

	.instructionText-2:before {
		font-size: 1.6vw;
		left: -7px;
	}

	.container {
		max-width: 90%;
	}

	p,
	div,
	span {
		font-size: 1.2vw
	}
} */

@media (max-width: 1200px) {
	.container {
		max-width: 1600px;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.container {
		max-width: 100%;
	}
}






















.zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.listStyle li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 5px;
}

.listStyle1 li {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 5px;
}

.listStyle2 li {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 5px;
}

.popupCloseBtn1 {
    top: -10px;
    right: -10px;
    width: 38px;
    height: 38px;
    background: #3ed8c3;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 999999;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 50%;
    padding: 5px 3px;
	box-shadow: 0px 0px 0px 6px rgba(62, 216, 195,0.4);
}
.link,
.link:hover,
.link:focus{
    text-decoration: underline;
    color: #1592E6;
    word-break: break-word;
}

.popupCloseBtn1 i {
	width: auto;
	line-height: 30px;
}

.zmdi-close:before {
	font-size: 25px;
	font-weight: 800;
}

/*****fonts********/


/*****bg-colors******/
.bg_gray {
	background-color: #DDD9D0;
}

.bg_gray1 {
	background-color: #E5E6E5
}

.bg_gray2 {
	background-color: #F6F6F6
}

.bg_gray3 {
	background-color: #D3D3D3
}

.bg_gray4 {
	background-color: #c0bdb5
}

.bg_yellow {
	background-color: #D19000;
}

.bg_blue {
	background-color: #F3F6F7
}

.bg_blue1 {
	background-color: #003E51
}

/******text-color*****/
.text_yellow {
	color: #E36019;
}

.text_white {
	color: #fff;
}

.text_blue {
	color: #003E51;
}

/*#myModal .modal-dialog{
    margin: auto !important;
}*/
.close1 {
	width: 40px;
	height: 40px;
	background-color: #043E51;
	color: white;
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 30px;
	border: none;
	cursor: pointer;
	z-index: 99;
}

/*#myModal .modal-content{
    width: 900px !important;
}*/
.vert_scroll {
	overflow-y: scroll;
}

::-webkit-scrollbar {
	width: 0;
	background: transparent;
}
div.transcriptBox::-webkit-scrollbar {
	width: 8px;
	background: #E36019;
	border-radius: 5px;
	cursor: pointer;
}
div.transcriptBox::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width: 860px) {
	.Wrap_content {
		max-width: 100% !important;
	}

	.welcomeSectionContent {
		height: auto !important;
		min-height: 45%;
	}

	#myModal .modal-content {
		position: relative !important;
		-webkit-transform: none !important;
		top: 0 !important;
	}
}

@media only screen and (max-width: 720px) {
	#myModal .modal-content {
		width: 90% !important;
		margin: 20px 0px;
	}

/*	.bottom-area {
		right: 0 !important;
		position: relative !important;
	}*/
}

@media screen and (max-width: 767px) {
	.page-bg {
		overflow-y: auto;
	}

	/* .feedback-container {
		position: relative !important;
		top: -41px !important;
	} */

}

@media screen and (max-width: 420px) {

	.welcomeSectionBg {
		display: none;
	}

	.welcomeSectionContent {
		height: 100% !important;
	}

	.bgPatchBox {
		height: auto !important;
	}
}

.bg-white {
	background: #fff;
}

.OrangeTitleLine {
	margin-bottom: 25px;
}

.OrangeTitleLine span {
	position: relative;
}

.OrangeTitleLine span:before {
	position: absolute;
	content: '';
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #88BB00;
}

@media screen and (max-width: 767px) {
	.OrangeTitleLine span:before {
		display: none;
	}
}

.scrollIcon {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.scrollIcon {
	color: #027bdd;
	font-size: 3em;
}

.scrollIcon2 {
	right: 26px;
}

/*@media screen and (max-width: 1199px) {
	.page-bg {
		background-image: unset !important;
	}
}*/

@media screen and (max-width: 480px) {
	.modal.show .modal-dialog {
		/* margin-top: 60px; */
	}

}

.modal .zoomIn {
	animation-name: none !important;
}

.liststyle1 li::marker,
.liststyle3 li::marker {
	color: #E36019;
}

.liststyle2 li::marker {
	color: #1d4477;
}

.modal {
	overflow-y: auto;
	z-index: 9999;
}


/********home.css**********************/

@media (min-width: 1200px) {
    /* , .container-lg, .container-md, .container-sm, .container-xl */
    .container {
        max-width: 1140px;
    }
}
.pad0 {
    padding:0px;
}

@font-face {
    font-family: 'openSans';
    src: url('../font/Open_Sans/static/OpenSans-Regular.ttf') format('ttf');
}

body {
    font-family: 'openSans', Arial;
    line-height: 1.2 !important;
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
  }

/* body {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    font-family: Arial, sans-serif;
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.2 !important;
    color: #525355 !important;
    overflow: auto;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    border: 1px solid #e6e6e6;
    background: #fff;
} */

.home-bannerImage{
    background: url(/content/topic1_withExternalFiles/women-with-laptop-banner.png) no-repeat;
    /* background-position: -150px -108px; */
    background-size: cover;
    /* height: 500px; */
    height: 392px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}

.home-bannerContent {
    position: relative;
    display: inline-block;
    /* width: 500px; */
    width: 400px;
    background: #fff;
    border-left: 9px solid #AA322F;
    margin-right: 20px;
}

.home-textBox {
    padding: 20px;
}

.home-subHeading {
    color: #3A6BAC;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.home-bannerImage .home-textBox h1 {
    /* font-size: 30px; */
    font-size: 22px;
    font-weight: bold;
    color: #AA322F;
    line-height: 1.1;
    padding-bottom: 15px;
    border-bottom: 2px dashed #BCBDBC;
}

.home-description {
    font-size: 16px;
    color: #0B111E;
}

.home-bannerImage2 {
    background: url(/content/topic1_withExternalFiles/group-discussion.png) no-repeat;
    background-size: cover;
    height: 464px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.home-bannerContent2 {
    position: relative;
    display: inline-block;
    width: 500px;
    background: #fff;
    margin-right: 20px;
    padding: 20px;
}

.home-Pagetitle {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #AA322F;
    padding-left: 10px;
    color: #3A6BAC;
}

/* .home-bannerContent2 p {
    font-size: 16px;
    color: #0B111E;
} */

.home-objectives {
    display: flex;
    gap: 6px;
}

.home-objective {
    padding: 10px;
    background: #D5D6D2;
    border-top: 8px solid #AA322F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    text-align: center;
}

.home-objective p {
    font-size: 16px;
    /* font-weight: bold; */
    /* font-family: 'openSans'; */
    color: #000000;
}

.button-click {
    background: #AA322F;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.button-click:hover {
    background: #fff;
    color: #AA322F;
    font-size: 16px;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.home-next-button {
    position: absolute;
    bottom: 20px;
    left: 45%;
}

.home-next-button a{
    color: #fff;
    text-decoration: none;
}

.home-next-button:hover a{
    color: #AA322F;
    text-decoration: none;
}

@media (max-width: 576px) {
    .home-objectives {
        justify-content: center;
    }
    .home-next-button {
        position: absolute;
        bottom: 0px;
        left: 30%;
    }
    .home-bannerContent2 {
        margin: -30px 10px 0 10px;
        padding: 15px;
    }
}


/************home.css ends**************************/

/***********topic 2 css starts here****************/

.topic2-section {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topic2-Pagetitle {
    /* font-size: 22px;
    font-weight: bold;
    color: #3A6BAC; */
    border-left: 4px solid #AA322F;
    padding-left: 10px;
}

.button-click {
    background: #AA322F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 30px;
    border: none;
}

.button-click:hover {
    background: #fff;
    color: #AA322F;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #AA322F;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.topic2-videocontent {
    position: relative;
    display: inline-block;
    border-left: 8px solid #EAA121;
    border-right: 8px solid #EAA121;
    margin: 10px 0;
}

.topic2-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #AA322F;
    /* color: #fff; */
    border-radius: 50%;
    cursor: pointer;
    border: 10px solid;
    padding: 15px;
    /* font-size: 30px; */
    transform: translate(-50%, -50%);
}

.topic2-play-button img{
    height: 40px;
    width: 40px;
}

.topic2-button {
    background: #AA322F;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    margin-top: 20px;
    padding: 10px 30px;
}

.topic2-instructionText {
    position: relative;
    font-size: 16px;
    color: #01426A;
    margin: 10px 0 0;
}

.topic2-instructionText p {
    font-size: 16px;
    color: #01426A;
    font-style: italic;
}

.topic2-instructionText img {
    width: 18px;
    height: 20px;
    margin-right: 4px;
}

/* Responsive iframe for YouTube or video */
.embed-responsive iframe,
.embed-responsive video {
  width: 100%;
  height: 100%;
}

#videoModal{
    background: rgba(0,0,0,0.8);
}

.grey-bg{
    background: #E8E8E8 !important;
}

.topic2-Pagetitle_yellow {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #EAA121;
    padding-left: 10px;
    color: #3A6BAC;
}

.topic2-flipcard-oustside-content {
    font-size: 16px;
    color: #4D4D4D;
}

.feature-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.flip-card {
    width: 210px;
    height: 275px;
    perspective: 1000px;
    cursor: pointer;
}
.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.flip-card:hover .flip-card-inner,
.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.flip-card-front {
    background: #a52a2a;
    color: white;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    /* position: relative; */
}
.flip-card-front p{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
}
.flip-card-front h4{
    font-size: 24px;
    font-weight: normal;
    /* color: #FFFFFF; */
}

.flip-card-back {
    background: #fff;
    color: #4d4d4d;
    font-size: 16px;
    transform: rotateY(180deg);
    display: flex;
    justify-content: normal;
    align-items: center;
    margin: auto;
    flex-direction: column;
    /* height: 100%; */
    /* width: 100%; */
    padding: 20px 10px;
    text-align: center;
}
.flip-card-back p{font-size: 13px;}

.banner{
    background: url(/content/topic2_withExternalFiles/banner.png) no-repeat;
    min-height: 200px;
}

.flip-card-container{
    margin-top: -100px;
}

.text-popup{
    top: 30%;
}

.text-content{
    padding: 30px;
}

.text-body{
    font-size: 16px;
}

.text-popup-close-btn {
    color: #000 !important;
    font-size: 35px;
    padding: 0;
}

.text-popup-container {
    background: rgba(0, 0, 0, 0.8);
}
.video-popup-container {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 576px) {
    .topic2-play-button img {
        height: 15px;
        width: 15px;
    }
    .topic2-section {
        padding: 30px 10px;
    }
	.feature-container {
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
    .flip-card-container{
        margin-top: 0;
    }
}

/***********topic 2 css ends here****************/

/*************topic 7 css starts here***********/

.topic7-section {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topic7-Pagetitle {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #AA322F;
    padding-left: 10px;
    color: #3A6BAC;
}

.topic7-circle-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.topic7-circle {
    position: relative;
    width: 145px;
    height: 145px;
    border: 2px solid #EAA121;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.topic7-triangle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 100%, 100% 60%, 60% 100%);
    background-color: #EAA121; /* Orange shade */
    z-index: 1;
}

.topic7-number {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.topic7-bannerImage {
    background: url(/content/topic7_withExternalFiles/banner-content.png) no-repeat;
    background-size: cover;
    height: 329px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.topic7-bannerContent {
    position: relative;
    display: inline-block;
    width: 400px;
    background: #fff;
    padding: 20px;
}

/* .topic7-bannerContent p, ul, ol {
    font-size: 14px;
    color: #0B111E;
} */

.topic7-info-section {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.peach-bg{
    background: #F5EAD8;
}

.topic7-pdf-button {
    background: #AA322F;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    padding: 20px;
}

.topic7-pdf-button img{
    height: 43px;
    width: 33px;
}

.topic7-instructionText {
    position: relative;
    font-size: 16px;
    color: #01426A;
    margin: 10px 0 0;
}

.topic7-instructionText p {
    font-size: 16px;
    color: #01426A;
    font-style: italic;
}

.topic7-instructionText img {
    width: 18px;
    height: 20px;
    margin-right: 4px;
}

.topic7-allTheBest {
    background: url(/content/topic7_withExternalFiles/all-the-best.png) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    min-height: 250px;
}

.topic7-allTheBest-content{
    font-size: 30px;
    font-weight: bold;
    color: #AA322F;
}

/* .topic7-bannerContent p {
    color: #0B111E !important;
}
.topic7-bannerContent ol {
    color: #0B111E !important;
}
.topic7-bannerContent ol li {
    color: #0B111E !important;
} */
/* .topic7-bannerContent ol li::marker {
    color: #0B111E !important;
} */


/*************topic 7 css ends here***********/

/*************topic 6 css begins here***********/

.topic7-section {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topic6-Pagetitle {
    margin: 0px 0px 15px 0;
    /* font-size: 22px;
    font-weight: bold; */
    border-left: 4px solid #AA322F;
    padding-left: 10px;
    color: #3A6BAC;
}

.topic6-Pagetitle-subHeader {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #3A6BAC;
}

.topic6-bannerImage {
    background: url(/content/topic6_withExternalFiles/banner-content1.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* height: 500px; */
}

.topic6-bannerContent {
    background: #fff;
    padding: 20px;
    border-left: 9px solid #AA322F;
}
.topic6-bannerContent3 {
    padding: 20px;
}
.topic6-kc-container label{
    font-size: 14px;
}
/* topic-6-slot-1-contentHeight{
    height: 400px;
} */

.topic6-bannerContent p, ul, ol {
    font-size: 14px;
    /* color: #0B111E; */
}

.red-font{
    color: #AA322F !important;
}

.topic6-bannerImage2 {
    background: url(/content/topic6_withExternalFiles/banner-content2.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: right;
}

.topic-6 .home-next-button{
    position: unset;
    width:fit-content;
}

.code-header {
    background: #706F6F;
    font-size: 16px;
    color: #FFFFFF !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.code-header p{
    font-weight: bold !important;
}
.copy-btn {
    background-color: #AA322F;/*  #e9a024; */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.copy-btn:hover {
    background-color: #882825;
}
.code-content {
    background: #D5D6D2;
    font-size: 16px;

    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    overflow-x: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.code-content-border {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    white-space: pre-wrap;
    font-family: monospace;
    border: 1px solid #dc3545;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
}
.code-box-container{background-color: #D5D6D2;}
.code-box {
    padding: 15px;
    /* margin-bottom: 15px; */
    position: relative;
    background-color: #D5D6D2;
    overflow: visible;
}
.code-content-wrapper {
    position: relative;
    display: inline-block;
}
.add-button {
    width: 24px;
    height: 24px;
    background-color: #dc3545;
    color: #FFFFFF !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    padding-bottom: 2px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}
.arrow-line {
    width: 4px;
    height: 50px;
    background-color: transparent;
    position: relative;
    border-left: 4px dotted #000000;
}
.arrow-head {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #000000;
    margin-top: -1px;
}

.topic6-kc-container {
    background: url(/content/topic6_withExternalFiles/banner-kc.png) no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    display: flex;
    /* flex-direction: column; */
}
/* .topic6-kc-container .feedback{
    background: none !important;
} */
.topic4-kc-image-container {
    background: url(/content/topic4_withExternalFiles/banner-kc.png) no-repeat;
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    display: flex;
}

.topic6-kc-sub-container {
    position: relative;
    display: inline-block;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
}

.topic6-instructionText {
    position: relative;
    font-size: 16px;
    color: #01426A;
    margin: 10px 0 0;
}

.topic6-instructionText p {
    font-size: 16px;
    color: #01426A;
    font-style: italic;
}

.topic6-instructionText img {
    width: 18px;
    height: 20px;
    margin-right: 4px;
}

.kc-container .cb_option {
    display: flex;
    margin-bottom: 0px !important;
    cursor: pointer;
    padding: 1px !important;
    border: none !important;
}
.kc-container .rb_option{
    padding: 1px !important;
    border: none !important;
}

.cb {
    accent-color: #AA322F !important;
    cursor: pointer;
    margin: .4rem 0.5rem 0 0 !important;
}

.kc-container .cb_label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
}
.kc-container .rb_label {
    font-size: 14px;
}

input[type="checkbox"]{
    width: 16px; /*Desired width*/
    height: 16px; /*Desired height*/
}


.button-click {
    background: #AA322F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 30px;
    border: none;
}

.button-click:hover {
    background: #fff;
    color: #AA322F;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #AA322F;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.kc-container .feedback {
    background: #fff;
    padding: 9px;
    padding-left: 1px;
}

.hide {
    display: none;
}

.feedback-header {
    font-size: 20px;
    font-weight: bold;
    color: #3A6BAC;
}

.feedback-close-btn {
    background: #AA322F;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

/*************topic 6 css ends here***********/

/*************topic 3 css begins here***********/

.topic3-section {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.topic3-Pagetitle {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #AA322F;
    padding-left: 10px;
    color: #3A6BAC;
}

.topic3-Pagetitle-subHeader {
    margin: 0px 0px 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #3A6BAC;
}

.topic3-bannerImage {
    background: url(/content/topic3_withExternalFiles/banner-content1.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* height: 500px; */
}

.topic3-bannerContent {
    background: #fff;
    padding: 20px;
    border-left: 9px solid #AA322F;
}
.topic3-bannerContent3 {
    padding: 20px;
}


.topic3-bannerContent p, ul, ol {
    font-size: 16px;
    /* color: #0B111E; */
}
/* p, ul, ol, li {
    color: #0B111E;
} */


.red-font{
    color: #AA322F !important;
}

/* .topic3-bannerImage2 {
    background: url(/content/topic3_withExternalFiles/banner-content2.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: right;
} */
.topic3-bannerImage2 .step-container {
    position: relative;
    background-color: #efefef;
    padding-top: 20px;
    padding-bottom: 0; /* Remove padding to allow line to be at the very bottom */
    margin-bottom: 0; /* Remove margin to allow triangle to touch the line */
}
.topic3-bannerImage2 .step-progress {
    height: 4px;
    background-color: #e9a024;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.topic3-bannerImage2 .step-tabs {
    display: flex;
    justify-content: space-evenly; /* space-between; */
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.topic3-bannerImage2 .step-tab {
    text-align: center;
    width: 80px;
    cursor: pointer;
    position: relative;
}
.topic3-bannerImage2 .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #aa322f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid #aa322f;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
    color: white;
}
.topic3-bannerImage2 .step-circle.active {
    background-color: #e9a024;
    border-color: #e9a024;
    color: white;
}
.topic3-bannerImage2 .step-title {
    font-size: 14px;
    font-weight: bold;
    /* color: #555; */
    margin-bottom: 10px;
}
.topic3-bannerImage2 .triangle-container {
    position: relative;
    height: 10px;
    margin-top: 0; /* Ensure no gap between containers */
}
.topic3-bannerImage2 .triangle-indicator {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9a024;
    position: absolute;
    top: -4px; /* Position it to touch the yellow line from below */
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.topic3-bannerImage2 .step-tab.active .triangle-indicator {
    display: block;
}
.topic3-bannerImage2 .content-area {
    background-color: white;
    padding-top: 10px;
}
.topic3-bannerImage2 .step-content {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    display: none;
}
.topic3-bannerImage2 .step-content.active {
    display: block;
}
.topic3-bannerImage2 .step-content h3 {
    margin-bottom: 20px;
    font-weight: bold;
}
.topic3-bannerImage2 .step-content ul {
    padding-left: 20px;
}
.topic3-bannerImage2 .step-content ol {
    padding-left: 0;
    list-style-position: inside;
    list-style-type: decimal !important;
}
.topic3-bannerImage2 .step-content li {
    margin-bottom: 10px;
}
.topic3-bannerImage2 .step-content a {
    color: #e9a024;
    text-decoration: none;
}
.topic3-bannerImage2 .step-content a:hover {
    text-decoration: underline;
}
.topic3-bannerImage2 .fa-plus {
    color: #fff;
}
.topic3-bannerImage2 .fa-minus {
    color: #fff;
}

.topic-3 .home-next-button{
    position: unset;
    width:fit-content;
}


.topic3-instructionText {
    position: relative;
    font-size: 14px;
    color: #01426A;
    margin: 10px 0 0;
}

.topic3-instructionText p {
    font-size: 16px;
    color: #01426A;
    font-style: italic;
}

.topic3-instructionText img {
    width: 18px;
    height: 20px;
    margin-right: 4px;
}

.topic3-info-section {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topic3-pdf-button{
    background: transparent;
    border: none;
}






/*************topic 3 css ends here***********/

/*************topic 4 css begins here***********/
.topic4-screen2-background-image{
    background: url(/content/topic4_withExternalFiles/4_1.png) no-repeat;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 7%; width:95%; height:95%;
}
.img-clicks{
    cursor: pointer;
}
/* .topic4-kc-container .cb_label{font-size: 14px;} */
.kc-container{min-height: 475px;}

/*************topic 4 css ends here***********/

/*************topic 5 css begins here***********/
.topic5-screen2-background-image{
    background: url(/content/topic5_withExternalFiles/T5S2.png) no-repeat;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 300px/* 50vh */;
}
.topic5-screen4-background-image{
    background: url(/content/topic5_withExternalFiles/T5S2.png) no-repeat;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 300px/* 50vh */;
}

.topic5-bannerImage {
    background: url(/content/topic5_withExternalFiles/T5S3.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* height: 500px; */
}


.topic5-screen4 {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}
.topic5-screen4 .content-container {
    position: relative;
    z-index: 1;
}
.topic5-screen4 .section-title {
    color: #dc3545;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 3px solid #dc3545;
    padding-left: 10px;
}
.topic5-screen6 .section-title {
    color: #dc3545;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 3px solid #dc3545;
    padding-left: 10px;
}
.topic5-screen7 .section-title {
    color: #dc3545;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 3px solid #dc3545;
    padding-left: 10px;
}
.topic5-screen4 .text-section {
    margin-bottom: 30px;
}

.topic5-screen4 .core-labour-bg {
    position: absolute;
    background-color: #e8e8e6;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 250px; /* Adjust based on content */
}
.topic5-screen4 .img-container {
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
    background: url(/content/topic5_withExternalFiles/5_4a.png) no-repeat;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px/* 50vh */;
}
.topic5-screen4 .img-container img {
    max-width: 100%;
    height: auto;
}






.topic5-screen6 {
    background-color: #e8e8e8;
    padding: 30px;
  }
  .topic5-screen6 .carouselContainer {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 0 auto;
    max-width: 800px;
  }
  .carouselContainer .badge{
    border: none;
    padding: 5px 5px !important;
    margin-right: 0px !important;
    background: none !important;
  }
  .carouselContainer .border{border: none !important;}
  .topic5-screen6 .step-header {
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 15px;
  }
  .topic5-screen6 .carousel-item {
    min-height: 400px;
    position: relative;
    padding: 0;
  }
  .topic5-screen6 .slide-text {
    margin-bottom: 15px;
    /* font-size: 14px;
    color: #333;*/
  }
  .topic5-screen6 .slide-text a {
    color: #0056b3;
    text-decoration: none;
  }
  .topic5-screen6 .code-block {
    background-color: #d8d8d4; /* matches the grey code area */
    border-top: 5px solid #666; /* matches dark grey bar */
    height: 250px;
    width: 100%;
    position: relative;
  }
  .dashboard-btn {
    position: relative;
    /* top: 40px;
    right: 10px; */
    /* background-color: #a22e29; */
    border: none;
    /* border-radius: 8px;
    padding: 8px 10px; */
    color: white;
    background: none;
  }
  .i-dashboard-btn {
    position: relative;
    /* top: 40px;
    right: 101px; */
    /* background-color: #a22e29; */
    border: none;
    /* border-radius: 8px;
    padding: 8px 10px; */
    color: white;
    background: none;
  }
  .topic5-screen6 .dashboard-btn i {
    font-size: 16px;
  }
  /* Custom navigation styles */
  .topic5-screen6 .carousel-nav-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .topic5-screen6 .nav-arrow {
    background-color: #a22e29;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
    font-size: 12px;
  }
  .topic5-screen6 .nav-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
  }
  .topic5-screen6 .nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #a22e29;
    margin: 0 5px;
    cursor: pointer;
  }
  .topic5-screen6 .nav-dot.active {
    background-color: #a22e29;
  }
  .topic5-screen6 .nav-instructions {
    text-align: center;
    color: #0056b3;
    font-style: italic;
    margin-top: 10px;
    font-size: 12px;
  }
  #topic5-screen5-popuptable table td {
    font-size: 14px !important;
  }
  #topic5-screen5-popuptable table td ul li {
    font-size: 14px !important;
  }
  .custom-border-left{
    border-left: 1px solid #e5e5e5;
  }
  .custom-border-right{
    border-right: 1px solid #e5e5e5;
  }
  .modal.text-popup-container .table td{
    font-size: 14px;
  }
  .fs-24{
    font-size: 24px;
  }
  .fs-18{
    font-size: 18px;
  }
  .fs-16{
    font-size: 16px;
  }
  .fs-15{
    font-size: 15px;
  }
  .fs-14{
    font-size: 14px;
  }
  .fs-13{
    font-size: 13px;
  }
  .fs-12{
    font-size: 12px;
  }
  .fs-color-steelblue{
    color: #4775b1 !important;
  }
  .fs-color-richcharcoalblue {
    color: #0B111E !important;
}
.fs-color-white{
    color: #FFFFFF !important;
  }
  .fs-textbackgroundcolor-pastelyellow{
    background-color: #FFEC72 !important;
  }
  .border-none{
    border: none !important;
  }


/*************topic 5 css ends here***********/
