@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/dmsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('../fonts/fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_spartanbold';
    src: url('../fonts/fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('../fonts/fonts/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'auxindemiboldregular';
    src: url('../fonts/fonts/auxindemibold-webfont.woff2') format('woff2'),
         url('../fonts/fonts/auxindemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_scregular';
    src: url('../fonts/fonts/alegreyasc-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/alegreyasc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cmu_serifroman';
    src: url('../fonts/fonts/cmu_serif_roman-webfont.woff2') format('woff2'),
         url('../fonts/fonts/cmu_serif_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color: #fff;
}
button:focus {	
    outline: 0;
}
a {
	outline: none;
}
.clearfix {
	clear: both;
	overflow: hidden;
}
.mTop10 {
	margin-top: 10px;
}
.txtJustify {
	text-align: justify !important;
}
.justifyCenter {
	justify-content: center !important;
}
.cPointer {
	cursor: pointer !important;
}
/*.homeModal form {
	height: 100%;
	overflow: auto;
}*/
.HomePageProgramPopup .modal-dialog {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.HomePageProgramPopup {
	padding-right: 0;
}
.detailsHomePopup .modal-dialog {
	max-width: 80%;
}
.detailsHomePopup h4 {
	font-size: 15px;
	margin-left: 40px;
}
/*.homeCarouselImage img {
	height: 398px;
}*/
/*=== Sidenav Position Open on click Main Menu Start ===*/
.sidenav {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
	overflow-x: hidden;
	/* padding-top: 60px; */
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.sidenav a:hover {
	color: #00a9f4;
}
.sidenav .closebtn {
	border-bottom: 1px solid #757575;
	padding-bottom: 10px;
	margin-right: -15px;
}
.sidenav .closebtn i {
	margin-top: 15px;
	margin-left: 38px;
	font-size: 35px;
	color: #fff;
	cursor: pointer;
}
.navbar-nav.marginAuto {
	margin: 0 25px 0 auto;
}
.navbar-nav.marginAuto li {
	/* height: 89px; */
	margin-right: 25px;
}
.navbar-nav.marginAuto li a {
	border-bottom: 2px solid transparent;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 5px;
	/* padding: 30px 0;
	color: #051c2c !important; */
	padding: 25px 0 15px 0;
	color: #12133d !important;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-family: 'dm_sansregular';
}
.navbar-nav.marginAuto li a:hover {
	border-bottom: 2px solid #bba96a;
}
.navbar-nav.marginAuto li.active a {
	border-bottom: 2px solid #bba96a;
}
.navbar-nav.marginAuto .dropdown-menu a {
    color: #000;
    text-align: left;
    border: 0 !important;
	margin: 0 !important;
	padding: 10px  !important;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 0px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-nav.marginAuto .dropdown-menu a:hover {
   background-color: #bba96a;
   color: #fff !important;
}
.navbar-nav.marginAuto .dropdown-toggle::after {
   transform: rotate(-90deg);
   margin-left: 10px;
	-webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.navbar-nav.marginAuto .dropdown .dropdown-menu {
	margin: 0;
}
.navbar-nav.marginAuto .dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-nav.marginAuto .dropdown:hover .dropdown-toggle::after {
	transform: rotate(0deg);
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.search_user .dropdown .dropdown-menu {
	margin-top: 14px;
	right: 0 !important;
	left: auto;
}
.search_user .dropdown .dropdown-menu a {
    color: #000;
    text-align: left;
    border: 0 !important;
	margin: 0 !important;
	padding: 10px  !important;
    font-size: 15px;
    text-transform: capitalize;
    margin-left: 0px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.search_user .dropdown .dropdown-menu a:hover {
   background-color: #bba96a;
   color: #fff !important;
}
/*.search_user .dropdown:hover .dropdown-menu {
	display: block;
}*/
.search_user .dropdown-menu a i {
	font-size: 15px;
	margin: 0 12px 0 0;
}
/*=== Sidenav Position Open on click Main Menu End ===*/
.myMenu {
	padding-bottom: 0;
	padding-top: 0;
	height: 64px;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
}
.desktopMenubar {
	margin: 0 20px;
}
.desktopMenubar i {
	font-size: 32px;
	cursor: pointer;
}
.myRow {
	height: 100%;
}
.desktop_left_menu {
	background-color: #051c2c;
	min-width: 275px;
	max-width: 275px;
}
.desktop_right_menu {
	min-width: calc(100% - 275px);
	max-width: calc(100% - 275px);
}
.search_user a i {
	font-size: 30px;
	margin: 0 12px 0 5px;
	cursor: pointer;
}
.search_user a .fa-ellipsis-v {
	margin-left: 12px;
}
a.cartIcon i,
a.logoutIcon i {
	margin-right: 0;
	width: 30px;
	color: #000;
}
a.circleLeft_border i {
	margin-right: 12px;
	width: 30px;
	color: #000;
}
.logoutIcon:focus {
	outline: none;
}
.circleLeft_border,
.cartIcon {
	position: relative;
	margin-left: 6px;
}
.cartIcon span {
	background-color: #bba96a;
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 2px 4px 2px 2px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	right: -12px;
	top: 18px;
	cursor: pointer;
}
.cartDetails {
	position: absolute;
	border: 1px solid #fff;
	width: 185px;
	max-height: 525px;
	right: 10px;
	top: 70px;
	background-color: #fff;
	padding: 10px;
	overflow-y: auto;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
.myMenu.animate__fadeInDown .cartDetails {
	top: 64px;
}
.cartDetails a {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	color: #212529;
	font-family: 'dm_sansregular';
}
.cartDetails a:hover {
	text-decoration: none;
}
.cartDetails a:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cartDetails a h6 {
	font-size: 18px;
	margin-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.cartDetails a p.pName {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.cartDetails a p.pPrice {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.cartDetails a p.pPrice i {
	margin: 0 3px 0 0;
	font-size: 13px;
	width: auto;
}
/* .circleLeft_border:before {
	content: '';
	border-left: 2px solid #bba96a;
	height: 45px;
	display: block;
	margin: auto 0;
	position: absolute;
	top: -8px;
} */
.moreSearchIcon, 
.circleLeft_border {
	position: relative;
}
.moreSearchIcon:after,
.circleLeft_border:after {
	content: '';
	border-right: 2px solid #bba96a;
	height: 45px;
	display: block;
	margin: auto 0;
	position: absolute;
	top: -8px;
	right: 0;
}
/*.dashboardIcon {
	position: relative;
	margin-left: 10px;
}
.dashboardIcon:before {
	content: '';
	border-right: 2px solid #bba96a;
	height: 45px;
	display: block;
	margin: auto 0;
	position: absolute;
	top: -8px;
	left: 0;
}*/
.desktop_left_menu .nav-link.active {
	background-color: transparent;
	color: #00a9f4;
}
.desktop_left_menu .notifySection.active {
	background-color: transparent;
	color: #00a9f4;
}
.openBtn {
	background: #f1f1f1;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
}
.openBtn:hover {
	background: #bbb;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
	clear: both;
	overflow: hidden;
	/* height: 92px; */
	height: 64px;
}
.overlay .closebtn {
	position: absolute;
	/* top: -8px; */
	top: -20px;
	right: 55px;
	font-size: 60px;
	cursor: pointer;
	color: #000;
	z-index: 1;
}
.overlay input[type=text] {
	padding: 15px;
	padding-right: 15px;
	font-size: 17px;
	border: none;
	float: left;
	/* width: 95%; */
	width: calc(100% - 65px);
	height: 100%;
	padding-right: 45px;
}
.overlay button {
	float: left;
	/* width: 5%; */
	width: 65px;
	padding: 15px;
	background: #fff;
	font-size: 17px;
	border: none;
	cursor: pointer;
	height: 100%;
}
.modalSearch {
	height: 64px;
}
.modalSearch .input-group {
	height: 100%;
	border-bottom: 1px solid #757575;
}
.modalSearch .input-group input {
	border-radius: 0;
	border: 0;
}
.modalSearch .input-group input:focus {
	box-shadow: none;
}
.modalSearch .input-group button {
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
}
.modalSearch .input-group button i,
.modalSearch .input-group button i:hover {
	font-size: 35px;
	margin: 0 25px;
	color: #000;
}
.angleRight {
	float: right;
}
.subNav {
	width: 75vw;
	max-width: none;
	max-height: 100%;
	overflow-y: auto;
	padding: 36px 96px;
	min-height: 100%;
}
.subNav_title {
	font-size: 25px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 12px;
	color: #051c2c;
}
.subnav_menu ul {
	padding: 0;
}
.subnav_menu ul li {
	list-style-type: none;
}
.subnav_menu ul li a {
	padding: 0;
	font-size: 14px;
	color: #000;
	margin: 10px 0;
	display: inline-block;
}
.subnav_menu ul li a:hover {
	color: #000;
}
.subnav_menu ul li a span {
	border-bottom: 2px solid transparent;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-ms-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.subnav_menu ul li a span:hover {
	border-bottom: 2px solid #1f40e6;
	color: #1f40e6;
}
.footer_section {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 25px;
	border-top: 2px solid rgb(187, 169, 106);
	background-color: #fff;
}
.emailHeading {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.emailBox {
	height: 55px;
}
.emailBox input {
	font-weight: 300;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	margin-right: 8px;
}
.emailBox input:focus {
	box-shadow: none;
	border: 1px solid #000;
}
.emailBox .btn {
	border-radius: 0;
}
.emailBox .btn i {
	min-width: 36px;
	font-size: 25px;
}
.defaultBlueBtn {
    color: #fff;
    background-color: #11133c !important;
    border: 1px solid #11133c !important;
    box-shadow: none !important;
}
.defaultGoldenBtn {
    color: #fff;
    background-color: #bba96a !important;
    border: 1px solid #bba96a !important;
    box-shadow: none !important;
}
.footer_bottom {
	margin-top: 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.footer_link {
	padding-top: 10px;
}
.footer_link ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.footer_link ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer_link ul li:last-child {	
	margin-right: 0;
}
.footer_link ul li a {
	font-size: 15px;
	color: #000;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer_link ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #bba96a;
}
.footer_icon ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	margin-bottom: 20px;
}
.footer_icon ul li {
	display: inline-block;
	margin-right: 15px;
}
.footer_icon ul li:last-child {
	margin-right: 0;
}
.footer_icon ul li a {
	height: 35px;
	width: 35px;
	padding: 5px;
	border-radius: 20%;
	display: inline-block;
	text-align: center;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer_icon ul li a i {
	font-size: 25px;
}
.footer_icon ul li a:hover {
	background-color: #bba96a;
	color: #fff;	
}
.copyright_section {
	margin-top: 20px;
}
.fLeft h3 {
    margin-bottom: 15px;
    font-family: 'dm_sansregular';
	font-size: 25px;
	font-weight: 600;
	color: #12143F;
	text-align: left;
}
.fRight h3 {
    margin-bottom: 15px;
    font-family: 'dm_sansregular';
	font-size: 25px;
	font-weight: 600;
	color: #12143F;
	text-align: right;
}
.fLeft ul {
    padding-left: 2px;
}
.fLeft ul li {
    list-style-type: none;
}
.fLeft ul li a {
    list-style-type: none;
	color: #12133d;
	font-size: 18px;
	font-family: 'dm_sansregular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fLeft ul li a:hover {
	color: #bba96a;
	text-decoration: none;
}
.fLeft:after {
    content: '';
	border-right: 2px solid #bba96a;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.fRight ul {
    padding-left: 0;
}
.fRight ul li {
    list-style-type: none;
	text-align: right;
}
.fRight ul li a {
	color: #12133d;
	font-size: 18px;
	font-family: 'dm_sansregular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fRight ul li a:hover {
	color: #bba96a;
	text-decoration: none;
}
.footerLeft {
	padding-right: 0;
	min-width: 250px;
	max-width: 250px;
}
.footerRight {
	min-width: calc(100% - 250px);
	max-width: calc(100% - 250px);
}
.footerPartRow {
	width: 595px;
	margin-left: auto;
}
/*=== Footer End ===*/
.storeDetails {
	font-size: 0;
}
.storeDetails a {
	margin-right: 10px;
}
.storeDetails a:last-child {
	margin-right: 0;
}
.videoDisplay {	
	width: 100%;
}
.videoText_overflow {
	position: relative;
}
.videoTopText img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.videoTopText span {
	display: block;
	padding-left: 55px;
}
/*=== Slider Section Start ===*/
.sliderSeciton .carousel-inner {
	height: 855px;
	margin-top: 25px;
}
.sliderSeciton .carousel-inner img {
	height: 855px;
	object-fit: cover;
}
.sliderSeciton .carousel-control-prev {
	position: absolute;
	bottom: 20px;
	top: auto;
	width: auto;
	right: 215px;
	left: auto;
	opacity: 1;
}
.sliderSeciton .carousel-control-next {
	position: absolute;
	bottom: 20px;
	top: auto;
	width: auto;
	right: 175px;
	opacity: 1;
}
.sliderSeciton .carousel-control-prev-icon {
	background-image: url("../images/arrow_left.png");
}
.sliderSeciton .carousel-control-next-icon {
	background-image: url("../images/arrow_right.png");
}
.videoText {
	width: 575px;
	margin: 55px auto 0 auto;
	text-align: center;
}
.videoText h3 {	
	font-size: 50px;
	color: #000;
	margin-bottom: 25px;
}
.videoText h6 {	
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
}
.videoText p {	
	font-size: 16px;
	color: #051c2c;
	margin-bottom: 0;
}
/*=== Slider Section End ===*/
.videoShort {
	width: 855px;
	margin: 75px auto;
}
.sliderSeciton {
	margin: 0;
}
.noPadding {
	padding: 0;
}
/*===Right side menu start===*/
.grid_fullwidth_menu {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;
}
.grid_fullwidth_menu .row {
	margin-top: 15px;
	margin-bottom: 15px;
}
.grid_section {
	border: 1px solid #000;
	position: relative;
	height: 208px;
	padding: 0;
}
.grid_section:nth-child(1),
.grid_section:nth-child(2),
.grid_section:nth-child(4),
.grid_section:nth-child(5) {
	border-width: 1px 0 0 1px;
}
.grid_section:nth-child(3),
.grid_section:nth-child(6) {
	border-width: 1px 1px 0 1px;
}
.grid_section:nth-child(7),
.grid_section:nth-child(8) {
	border-width: 1px 0 1px 1px;
}
.grid_section:hover {
	color: #fff;
}
.grid_section h6 {
	font-size: 14px;
	z-index: 1;
	position: absolute;
	left: 15px;
	top: 10px;
	margin: 0;
}
.grid_section .grid_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	color: #051c2c;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid_section .grid_text:hover {
	color: #fff;
	background-color: #051c2c;
	text-decoration: none;
}
.grid_text p {
	margin: 0;
	font-size: 24px;
}
.transformPart {
	background-color: #ccc;
}
.trnsformSection {
	width: 755px;
	margin: 0 auto;
	padding: 85px 0;
}
/*=== Right side menu End ===*/
/*=== Top Section Scroll Menu Start===*/
#navbar {
	background-color: #fff;
	position: fixed;
	top: -56px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 100;
	padding: 5px 0;
	border-bottom: solid 1px #d0d0d0;
}
.scrollTopLeft {
	float: left;
}
.scrollTopRight {
	float: right;
}
.scrollTopLeft h5 {
	color: #000;
	font-size: 18px;
	margin: 10px 0;
}
.scrollTopRight ul {
	margin: 4px 0;
	padding: 0;
	font-size: 0;
}
.scrollTopRight ul li {
	display: inline-block;
	margin-right: 5px;
}
.scrollTopRight ul li:last-child {
	margin-right: 0;
}
.scrollTopRight ul li a {
	height: 35px;
	width: 35px;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}
.scrollTopRight ul li a:hover {
	border: 1px solid #1f40e6;
	background-color: #1f40e6;
}
.scrollTopRight ul li a i.fa-envelope {
	padding: 0 4px;
}
/*-- Progress Bar on Scroll Top Menu Start --*/
progress {
	position: fixed;
	left: 0;
	top: 54px;
	width: 100%;
	height: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: #1f40e6;
	z-index: 10;
	transition: top 0.3s;
}
progress::-webkit-progress-bar {
	background-color: transparent;
	z-index: 10;
}
progress::-webkit-progress-value {
	background-color: #1f40e6;
	z-index: 10;
}
progress::-moz-progress-bar {
	background-color: #1f40e6;
	z-index: 10;
}
.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 5px;
	display: block;
	z-index: 10;
}
.progress-bar {
	background-color: #bba96a;
	width: 0%;
	display: block;
	height: inherit;
	/* z-index: 10; */
	padding: 1px 0;
}
/*-- Progress Bar on Scroll Top Menu End --*/
/*=== Top Section Scroll Menu End ===*/
/**/
.BeforeAfter {
    padding-top: 56.46817%;
    position: relative;
}
.BeforeAfter.BeforeAfter--blue .BeforeAfter-container {
    border: 1px solid #051c2c;
}
.BeforeAfter .BeforeAfter-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #fff;
}
.Item.Item--beforeAfter {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.BeforeAfter--blue .Item.Item--beforeAfter:nth-child(2) {
    background-color: #e0e0e0;
}
.Item.Item--beforeAfter:nth-child(2) {
    left: auto;
    right: 0;
    background-color: #051c2c;
    width: 50%;
    z-index: 1;
    overflow: hidden;
}
.Visible.Visible--seen {
    opacity: 1;
}
.Image .Image-media {
    background-repeat: no-repeat;
}
.BeforeAfter.BeforeAfter--blue .BeforeAfter-container .BeforeAfter-border, .BeforeAfter.BeforeAfter--blue .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows {
    background-color: #051c2c;
}
.BeforeAfter .BeforeAfter-container .BeforeAfter-border {
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    height: 100%;
    z-index: 2;
}
.BeforeAfter .BeforeAfter-container {
    white-space: nowrap;
}

.BeforeAfter .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::before {
    content: "";
    left: 7px;
    background-image: url(../images/arrow-left-blue.svg);
}
.BeforeAfter.BeforeAfter--blue .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::after, .BeforeAfter.BeforeAfter--blue .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::before {
    background-image: url(../images/arrow-right.svg);
}
.BeforeAfter.BeforeAfter--blue .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::before {
    background-image: url(../images/arrow-left.svg);
}
.BeforeAfter .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::after, .BeforeAfter .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows::before {
    content: "";
    display: inline-block;
    color: #fff;
	background-color: rgba(0,0,0,.75);
    position: absolute;
	background-image: url(../images/arrow-right-blue.svg);
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.BeforeAfter .BeforeAfter-container .BeforeAfter-border .BeforeAfter-arrows {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/**/



/* === Second Section Start === */
.sOne {
	/*height: 595px;*/
	border-bottom: 1px solid #ccc;
}
.sTwo, .careerHelp {
	width: 885px;
	margin: 60px auto 75px auto;
	padding: 0 15px;
}
.bgPart {
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
	padding: 15px;
}
.bgPart h6 {
	font-size: 17px;
	text-align: center;
	color: #10113d;
	min-height: 45px;
    font-family: 'league_spartanbold';
	letter-spacing:1px;
}
.bgPart p {
	font-size: 15.2px;
    font-family: 'dm_sansregular';
}
.bgPart a {
	color: #10113d;
	font-size: 14px;
    font-family: 'league_spartanbold';
}
.bgPart a:hover {
	text-decoration: none;
}
.bgPart a i {
	color: #bba96a;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.moreSec {
	text-align: right;
}
.sThree {
	padding: 0 15px;
}
.sThree .row,
.sFive .row {
	border-top: 2px solid #bba96a;
	border-bottom: 2px solid #bba96a;
}
.sThree .fLeft {
	padding: 0;
	display: flex;
}
.sThree .fRight {
	padding: 0;
	display: flex;
}
.textPart {
	/* height: 305px; */
	height: 375px;
	padding: 15px 15px;
	width: 445px;
	margin: auto;
}
.moreImageRead {
	text-align: right;
}
.imgPart {
	width: 100%;
	height: 545px;
}
.imgPart img {
	width: 100%;
	height: 545px;
	object-fit: cover;
}
.textPart h4 {
	font-size: 27px;
	color: #12133d;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-family: 'league_spartanbold';
}
.textPart p {
	font-size: 21px;
	color: #12133d;
	margin-bottom: 20px;
	letter-spacing: 3px;
    font-family: 'dm_sansregular';
}
.textPart a {
	color: #10113d;
	font-size: 18px;
    font-family: 'league_spartanbold';
}
.textPart a:hover {
	text-decoration: none;
}
.textPart a i {
	color: #c3ad71;
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-size: 25px;
}
.btnSection {
	margin-top: 25px;
	text-align: center;
}
.btnSection .btn,
.btnSection .btn:focus {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #11133c !important;
	border: 1px solid #11133c !important;
	border-radius: 15px;
    font-family: 'league_spartanbold';
	padding: 10px 12px;
	box-shadow: none !important;
	white-space: normal;
}
.whySuslence {
	background-color: #d9d9d9;
	padding: 75px 0 125px 0;
	margin: 25px 0;
	border-radius:50px;
}
.whySuslence h4 {
	margin-bottom: 75px;
	text-align: center;
	font-size: 32px;
    font-family: 'league_spartanbold';
	color: #12133d;
}
.whySuslencePart .whyImage {
	text-align: center;
}
.whyImage img {
	width: 95px;
	height: 95px;
}
.whySuslencePart h6 {
	font-size: 25px;
	color: #12133d;
	margin: 15px 0;
	text-align: center;
    font-family: 'auxindemiboldregular';
}
.whySuslencePart p {
	font-size: 15px;
	color: #12133d;
	margin: 0;
	text-align: center;
    font-family: 'dm_sansregular';
}
.whySuslencePart p small {
	color: #10113d;
	font-size: 11px;
	margin-left: 10px;
	cursor: pointer;
	font-family: 'league_spartanbold';
}
.sFive {
	padding: 0 15px;
}
.sFive .fLeft {
	padding: 0;
	display: flex;
}
.sFive .fRight {
	padding: 0;
	display: flex;
}
.learnNew {
	background-color: #d9d9d9;
	border-radius:50px;
}
.learnSomething {
	width: 1135px; 
	margin: 25px auto 0 auto;
	padding: 55px 15px;
	/* margin: 25px 0;
	padding: 55px 15px; */
}
.learnSomething h4 {
	margin-bottom: 75px;
	text-align: center;
	font-size: 32px;
    font-family: 'league_spartanbold';
	color: #12133d;
}
.col_md_2 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	/*min-height: 500px;*/
	overflow: hidden;
}
.learnBg {
	background-color: #fff;
	padding: 15px;
	height: 100%;
}
.learnBg h6 {
	font-size: 19.7px;
	color: #12133d;
	margin-bottom: 15px;
    font-family: 'glacial_indifferenceregular';
}
.learnBg p {
	font-size: 12.3px;
	color: #12133d;
	margin-bottom: 10px;
    font-family: 'glacial_indifferenceregular';
}
.learnBgMore {
	text-align: right;
}
.learnBgMore a {
	color: #12133d;
	font-size: 12.3px;
    font-family: 'montserratregular';
}
.learnBgMore a:hover {
	text-decoration: none;
}
.learnBgMore a i {
	color: #c3ad71;
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 15px;
}
.learnImg img {
	width: 100%;
	/* height: 125px; */
	height: 218px;
	/* border: 1px solid #d9d9d9; */
	object-fit: cover;
}
.readBlog {
	text-align: center;
	margin-top: 35px;
}
.readBlog a {
	font-size: 12.3px;
	color: #13123c;
    font-family: 'league_spartanbold';
}
.readBlog a:hover {	
	color: #13123c;
	text-decoration: none;
}
.whatPeople {
	/* background-color: #fff; */
	width: 1025px;
	/* margin: 25px auto; */
	margin: auto;
	padding: 55px 15px;
}
.whatPeople h3 {
	text-align: center;
	font-weight: 800;
	/* font-size: 30px; */
	margin-bottom: 0;
	color: #12133d;
	font-size: 32px;
	font-family: 'league_spartanbold';
}
.whatPeopleImages {
	margin-bottom: 65px;
	margin-top: -15px;
	margin-left: -25px;
}
.whatPeopleImages span {
	margin-left: 25px;
	margin-top: 15px;
	display: inline-block;
	max-height: 170px;
	max-width: 170px;
}
.whatPeopleImages span img {
	width: 100%;
}
.media_img {
	margin-right: 35px;
}
.media_img img {
	width: 225px;
	height: 205px;
}
.whatMedia {	
	margin-top: 55px;
}
.whatMedia h4 {
	font-size: 25px;
	margin-bottom: 25px;
}
.whatMedia p {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
.whichUniversity {
	font-size: 12px;
	text-align: center;
}
.readMoreTestmonial {
	color: #c3ad71;
	font-weight: bold;
	cursor: pointer;
}
.moreTestimonials {
	text-align: center;
	margin-top: 55px;
}
.moreTestimonials a {
	color: #10113d;
	font-size: 22px;
	font-weight: 600;
}
.moreTestimonials a:hover {
	text-decoration: none;
}
.moreTestimonials a i {
	color: #c3ad71;
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 25px;
}
.whoWe {
	background-color: #fff;
	width: 1025px;
	margin: 25px auto;
	padding: 55px 15px;	
}
.whoWe h3 {
	margin-bottom: 75px;
	text-align: center;
	font-size: 36px;
	color: #12133d;
    font-family: 'league_spartanbold';
}
.whoWe h5 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #12133d;
	letter-spacing: 1px;
	font-weight: 600;
    font-family: 'league_spartanbold';
}
.whoWe h6 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #12133d;
	letter-spacing: 1px;
	font-weight: 600;
    font-family: 'montserratregular';
}
.whoWe p {
	margin-bottom: 25px;
	font-size: 18px;
	color: #12133d;
	letter-spacing: 1px;
    font-family: 'montserratregular';
}
.whoWeImg {
	width: 100%;
	height: 545px;
	text-align: center;
}
.whoWeImg img {
	height: 545px;
}
.details_modal .modal-title {
	font-size: 25px;
	color: #12133d;
	text-align: center;
	font-family: 'auxindemiboldregular';
}
.details_modal .modal-body p {
	font-size: 15px;
	color: #12133d;
	font-family: 'dm_sansregular';
}
.details_modal .modal-body h5 {
	font-size: 18px;
	color: #12133d;
	font-family: 'dm_sansregular';
}
.details_modal .modal-body h6 {
	font-size: 15px;
	font-weight: 600;
	color: #12133d;
	text-align: center;
	font-family: 'dm_sansregular';
}
/* === Second Section End === */
/* === Top Animation Section Start === */
.wavyHeader {
	position: relative;
	text-align: center;
	/* background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); */
	/* background: #ccc; */
	background-image: url("../images/waves.jpg");
	color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*.wavyHeader .btn {
	background-color: #bba96a;
	border-color: #bba96a;
	margin-top: 10px;
}
.wavyHeader .btn:focus {
	background-color: #bba96a !important;
	border-color: #bba96a !important;
	box-shadow: none !important;
}*/
.wavy_inner_header {
	height: 76vh;
	width: 100%;
	margin: 0;
}
.wavyFlex {
	padding: 205px 75px 0 75px;
}
.wavyFlex h1 {
	color: #12133d;
	margin: 0 35px 0 0;
	font-size: 72px;
    font-family: 'libre_baskervilleregular';
	float:left;
	text-align:center;
	width:100%;
}
.wavyFlex h1 div:nth-child(1){
	float:left;
	text-align:right;
	width:40%;
}
.wavyFlex h1 div:nth-child(2){
	float:left;
	text-align:left;
	width:60%;
	padding-left:20px;
}
.wavyFlex p {
	color: #12133d;
	margin: 0;
	font-size: 30px;
    font-family: 'dm_sansregular';
}
.wavyFlex h5 span {
	font-size: 45px;
}
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 150px;
}
.parallax>use {
	animation: move-forever 555s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}
.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}
.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}
.finalSubmit {
	text-align: center;
}
.finalSubmit .thankyou {
	margin-bottom: 5px;
}
.finalSubmit .btn {
	color: #fff;
}
.registerMentee {
	margin-top: 20px;
}
.pdfBtn i {
	margin-right: 5px;
}
.regMenteeBtn i {
	margin-right: 5px;
}
/* === Success and Error Alert Start === */
.alertMessage {
	width: 495px;
	margin: 0 auto;
	height: 35vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.alertMesgOnly {
	padding: 15px 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff;
}
.alertMesgOnly .row {
	margin: 0;
}
.alertMesgOnly.successAlert {
	background-color: green;
	border-color: green;
}
.alertMesgOnly.errorAlert {
	background-color: red;
	border-color: red;
}
.alertMesgOnly.successAlert .alertLeft .fa-times-circle,
.alertMesgOnly.successAlert .alertRight .alertErrorMesg,
.alertMesgOnly.errorAlert .alertLeft .fa-check-circle,
.alertMesgOnly.errorAlert .alertSuccessMesg,
.alertMesgOnly.errorAlert .alertYourMentor,
.alertMesgOnly.errorAlert .alertBookingDate,
.alertMesgOnly.errorAlert .alertSessionTime {
	display: none;
}
.alertMesgOnly .alertLeft {
	align-self: center;
	padding-left: 0;
	min-width: 100px;
	max-width: 100px;
}
.alertMesgOnly .alertRight {
	padding-right: 0;
	min-width: calc(100% - 100px);
	max-width: calc(100% - 100px);
}
.alertMesgOnly.errorAlert .alertRight {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.alertMesgOnly .alertLeft i {
	font-size: 85px;
}
.alertRight h5.alertSuccessMesg,
.alertRight h5.alertErrorMesg {
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'league_spartanbold';
	letter-spacing: 2px;
}
.alertRight p.alertYourMentor {
	font-size: 20px;
	font-family: 'dm_sansregular';
	margin: 5px 0 0 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.alertRight p.alertYourMentor b {
	margin-right: 10px;
}
.alertRight p.alertBookingDate,
.alertRight p.alertSessionTime {
	font-size: 17px;
	font-family: 'dm_sansregular';
	margin: 5px 0 0 0;
	text-transform: none;
}
.alertRight p.alertBookingDate b,
.alertRight p.alertSessionTime b {
	margin-right: 10px;
}
/* Review page Start */
.tableList table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}
.tableList th,
.tableList td {
	text-align: left;
	padding: 10px;
}
.tableList th:nth-child(1),
.tableList td:nth-child(1) {
	/* width: 55%; */
	/*width: 500px;
	min-width: 500px;*/
}
.tableList th:nth-child(2),
.tableList td:nth-child(2) {
	/* width: 15%; */
	/*width: 160px;
	min-width: 160px;*/
	vertical-align: middle;
}
.listRow {
	margin-left: -10px;
	margin-right: -10px;
}
.listBgLeft {
	padding-right: 0;
	min-width: 125px;
	max-width: 125px;
	padding-left: 10px;
}
.listBgRight {
	min-width: calc(100% - 125px);
	max-width: calc(100% - 125px);
	padding: 0 10px;
	align-self: center;
}
.menuText_one {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.menuText_two {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.menuText_three {
	font-size: 12px;
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.reviewSession td {
	border: 0;
}.spCbox {
	border: 1px solid #50bcf2;
	overflow: hidden;
	clear: both;
	display: inline-block;
}
.spCbox article {
	position: relative;
	width: 55px;
	height: 25px;
	margin: 0 0 0 1px;
	float: left;
	border: 1px solid #50bcf2;
	box-sizing: border-box;
}
.spCbox article:first-child {
	margin: 0;
}
.spCbox article div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 25px;
	transition: .5s ease;
}
.spCbox article input {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 25px;
	opacity: 0;
	cursor: pointer;
}
.spCbox input[type=checkbox]:checked ~ div {
	background-color: #50bcf2;
}
.reviewBoxTitle {
	margin-bottom: 8px;
	font-size: 15px;
}
.reviewPart {
	margin-top: 20px;
}
.reviewPart:first-child {
	margin-top: 0;
}
.reviewText {
	margin-top: 20px;
}
.reviewText .reviewTextTitle {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* Review page End */
/* === Success and Error Alert End === */
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}
	.content {
		height: 30vh;
	}
	h1 {
		font-size: 24px;
	}
}
/* === Top Animation Section End === */
.mtop92 {
	margin-top: 92px;
}
.formSection {
	margin: 0;
	padding: 0 15px;
	border-top: 1px solid #ccc;
}
.formSection .padding_left {	
	padding-left: 0;
}
.padding0 {
	padding: 0;
}
/*=== Create Left Menu Start ===*/
.leftMenu {
	border: 1px solid #ccc;
	height: 100%;
}
.leftMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leftMenu ul li {
	border-bottom: 1px solid #ccc;
}
.leftMenu ul li:last-child {
	border-bottom: 0;
}
.leftMenu ul li a {
	padding: 10px 15px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.leftMenu ul li a:hover {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
.leftMenu .dropdown-menu {
	position: relative !important;
	width: 100%;
	transform: none !important;
	border: 0;
	will-change: inherit !important;
	padding: 0;
	margin-bottom: 10px;
	border-radius: 0;
	margin-top: 0;
	border-top: 1px solid #ccc;
}
.leftMenu .dropdown-menu a {
	border-bottom: 1px solid #ccc;
	color: #007bff;
}
.leftMenu .dropdown .dropdown-toggle:after {
    position: absolute;
    right: 12px;
    top: 20px;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.leftMenu .dropdown.show .dropdown-toggle:after {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);	
}
/*=== Create Left Menu End ===*/
/*=== Create Dashboard Menu Start ===*/
.dashboardMenu {
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	position: sticky;
}
.leftSideOnly {
	/*max-height: calc(100vh - 92px);
	min-height: calc(100vh - 92px);
	overflow-y: auto;
	position: sticky;
	top: 64px;*/
	/* overflow-x: hidden; */
}
.dashboardMenu .list-group-item {
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dashboardMenu .list-group-item:hover {    
    color: #ff5353;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.dashboardMenu .list-group-item.active {
    z-index: 1;
    color: #ff5353;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.dashboardMenu .list-group-item i {
	margin-right: 10px;
}
.activePerson {
	padding: 10px 15px;
	background-color: #e5e5e5;
}
.chnageImageLeft {
	width: 75px;
	height: 75px;	
	float: left;
	margin-right: 10px;
}
.chnageImageLeft img {
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.activeDetails {
	width: calc(100% - 85px);
	float: left;
	padding: 10px 0;
}
.activeDetails a,
.activeDetails a:hover {
	color: #000;
	text-decoration: none;
}
.activeDetails h5 {
	color: #ff5353;
	margin-bottom: 5px;
	font-size: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.formPartOnly {
	background-color: #e5e5e5;
	padding: 5px 15px;
	height: 100%;
}
.formPartOnly h3 {
	font-size: 25px;
}
.personalDetails {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 15px;
	background: #fff;
}
.headName {
	margin-bottom: 15px;
}
.headName:after {
	display: block;
	clear: both;
	content: "";
}
.defineLabel {
	font-weight: bold;
	font-family: arial;
	font-size: 20px;
	margin-bottom: 5px;
}
.mainName {
	float: left;
	font-weight: 600;
	/* width: 155px; */
	width: 345px;
	font-size: 16px;
	margin-bottom: 10px;
}
.detailsName {
	float: left;
	width: calc(100% - 345px);
	font-size: 16px;
	color: #212529;
	/* padding: 5px; */
}
.saveModeOnly {
	padding: 5px 6px;
}
.detailsName .form-control {
	font-size: 16px;
	color: #212529;
	padding: 4px 5px;
	line-height: initial;
	min-height: 34px;
}
.detailsName .form-control:focus {
	box-shadow: none;
}
.detailsName .activeSection {
	font-size: 16px;
	color: #212529;
	padding: 5px;
	line-height: initial;
	border-color: transparent;
	pointer-events: none;
}
.changeSection {
	text-align: center;
}
.changeSection label {
	margin-bottom: 0;
}
.chnageImage {
	width: 125px;
	height: 125px;
	margin: 0 auto;
}
.chnageImage img {
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.changeSection label {
	color: #4a4af9;
	cursor: pointer;
}
input[type="file"] {
    display: none;
}
.changeBtn {
	font-size: 0;
	display: flex;
	margin-top: 10px;
}
.changeBtn .btn,
.changeBtn .btn:hover,
.changeBtn .btn:focus {
	font-size: 11px;
	width: 50%;
	padding: 5px;
	background-color: #e7612e !important;
	border-color: #e7612e !important;
	border-radius: 25px;
	color: #fff;
	box-shadow: none !important;
	font-weight: 700;
	margin-left: 10px;
}
.changeBtn .btn:first-child {
	color: #e7612e !important;
	background-color: transparent !important;
	margin-left: 0;
}
.changeBtn .saveBtn,
.changeBtn .saveBtn:hover,
.changeBtn .saveBtn:focus {
	background-color: #bba96a !important;
	border-color: #bba96a !important;
}
.changeBtn .spassword,
.changeBtn .spassword:hover,
.changeBtn .spassword:focus {
	background-color: #bba96a !important;
	border-color: #bba96a !important;
}
.cPasswordLebel {
	color: #000 !important;
}
/*.changeBtn .btn:last-child {
	margin-left: 10px;
}*/
.secDiv {
	margin-bottom: 25px;
}
/*=== Create Dashboard Menu End ===*/
/*=== Create a Selectbox Start ===*/
.selectType select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.selectType select.selectBox {
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}
/*=== Create a Selectbox End ===*/
/*=== Create a Custom Checkbox Button Start ===*/
.checkBoxesOnly {
	margin-bottom: 15px;
}
.checkBoxesOnly input[type="checkbox"] { display: none; }
.pR0 {
	padding-right: 0;
}
.checkBoxesOnly input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin: 10px 20px 0 0;
	font: 14px/20px 'Open Sans', Arial, sans-serif;
	color: #495057;
	cursor: pointer;
	text-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checkBoxesOnly input[type="checkbox"] + label:last-child {
	margin-right: 0;
}
.checkBoxesOnly input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #1f40e6;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.checkBoxesOnly input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*=== Create a Custom Checkbox Button End ===*/
/*=== Create a Custom radio Button Start ===*/
.radioBtn {
	font-size: 0;
}
.content_radio {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	margin-right: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}
.content_radio:hover input ~ .checkmark {
	background-color: #ccc;
}
.content_radio input:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.content_radio input:checked ~ .checkmark:after {
	display: block;
}
.content_radio .checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*=== Create a Custom Radio Button End ===*/
/*=== Create a Custom Upload Button Start ===*/
.custom_file_uploader {
	position: relative;
	overflow: hidden; 
}
.custom_file_uploader input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}
.fileInput .form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}
.fileInput .btn {
	border-radius: 0 4px 4px 0;
}
/*=== Create a Custom Upload Button End ===*/
/*=== Mentee dashboard section start ===*/
.dashboardProgressBar {
	padding: 10px;
	background-color: #fff;
	height: 100%;
}
.menteeDashboardSec {
	margin-top: 10px;
}
.roundProgress {
	width: 150px;
	height: 150px;
	background: none;
	position: relative;
}
.roundProgress::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 10px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
}
.roundProgress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.roundProgress .roundProgress-left {
	left: 0;
}
.roundProgress .roundProgress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.roundProgress .roundProgress-left .roundProgress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.roundProgress .roundProgress-right {
	right: 0;
}
.roundProgress .roundProgress-right .roundProgress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.roundProgress .roundProgress-value {
	position: absolute;
	top: 0;
	left: 0;
}
.bgRoundProgress {
	border-color: #bba96a;
}
.diffProgress {
	margin-bottom: 15px;
}
.diffProgress:last-child {
	margin-bottom: 0;
}
.diffProgress label {
	color: #000;
	margin-bottom: 3px;
	pointer-events: none;
}
.mTop15 {
	margin-top: 15px;
}
.completeSection {
	padding: 5px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	display: flex;
}
.completeSection:last-child {
	margin-bottom: 0;
}
.completeSectionLeft {
	width: 70%;
}
.completeSectionRight {
	width: 30%;
	text-align: right;
}
.completeSectionLeft i {
	margin-right: 15px;
}
.completeSectionRight .completeBtn {
	border: 1px solid #017c01;
	background: top;
	color: #017c01;
	padding: 0 10px 4px 10px;
}
.completeSectionRight .notCompleteBtn {
	border: 1px solid #ff0303;
	background: top;
	color: #ff0303;
	padding: 0 10px 4px 10px;
}
.submitBtn {
	font-size: 11px;
	padding: 5px 25px;
	background-color: #e7612e !important;
	border-color: #e7612e !important;
	border-radius: 25px;
	color: #fff;
	box-shadow: none !important;
	font-weight: 700;
	margin-left: 10px;
}
.dashBAssessment {
	padding: 5px 15px;
	background-color: #fff;
}
.assessmentBadgeSec {
	width: 50%;
}
.assessmentBadge {
	width: 100%;
}
.mTop0 {
	margin-top: 0 !important;
}
/*=== Mentee dashboard section End ===*/
/*=== Mentee dashboard who I am section start ===*/
/*.whoIAm {
	background-color: #D9D9D9;
	padding: 20px;
}*/
.questionContent {
	background-color: #fff;
	color: #000;
	padding: 40px 20px;
}
.questionContent .questionlabel {
	margin-bottom: 10px;
	font-weight: bold;
}
/*=== Mentee dashboard who I am section End ===*/
.navigation ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.txtRight{
	text-align: right;
	padding: 0 0 0 20px;
}
.txtRight ul {
	width: 100%;
}
.navigation ul li a {
    text-decoration: none;
    color: #342747;
    /* font-weight: 600; */
	font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.navigation a {
    display: block;
    margin-bottom: 5px;
}
.footerLogo img {
	margin-bottom: 40px;
}
.rightBorder {
	border-right: 2px solid rgb(187, 169, 106);
	width: 235px;
}
.copyRightText {
	color: #958C8C;
	font-size: 16px;
}
.footRight {
	display: flex;
	margin-left: auto;
	width: 475px;
}
.footlinkRight {
	margin-left: auto;
}
.separateLink {
	padding: 0 20px 0 20px;
}
.disFlex {
	display: flex;
}
.paddingFooter {
	padding: 0 15px;
	width: 1135px;
	margin: 0 auto;
}
.fLeft {
	padding-left: 0;
}
.fRight {
	padding-left: 0;
}
.sidenav a.notifyMobile {
	display: none;
}
.individualPage {
	margin:70px auto 25px auto !important;
}
.individualPageBackground {
	/* background-color: #fff !important; */
	border-radius: 0;
}
/*=== Mentorship Program Page Start ===*/
.bannerImage {
	min-height: 35vh;
	background-size: cover;
	margin: 64px auto 0 auto;
	justify-content: center;
	align-items: center;
	display: flex;
}
.lead {
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'dm_sansregular';
}
.bannerHead {
	color: #fff;
	font-family: 'alegreya_scregular';
	font-size: 3.5rem;
}
.programNumbers {
    padding: 0 15px;
	margin: 55px 0 0 0;
}
.programNumbers h4, .careerHelp h4, .benefitCoaching h4 {
    margin-bottom: 75px;
    text-align: center;
    font-size: 32px;
    font-family: 'league_spartanbold';
    color: #12133d;
}
.ProgramCount {
	font-family: 'montserratsemibold';
	color: rgb(187, 169, 106);
	font-size: 55px;
}
.programText {
	font-family: 'montserratregular';
	letter-spacing: 2px;
}
.journeyQuestionBtn {
	background-color: #fff;
	border-color: #fff;
	margin-top: 10px;
	padding: 5px 10px;
	color: #11133c;
	font-size: 20px;
}
.journeyQuestionBtn:focus {
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
	color: #11133c !important;
}
.journeyQuestionBtn:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
	color: #11133c !important;
}
.programNumbersOne,.programNumbersTwo,.programNumbersThree {
	text-align: center;
}
/*.programNumbersTwo {
	border-left: 2px solid rgb(187, 169, 106);
	border-right: 2px solid rgb(187, 169, 106);
}*/
.programCounterSeperator {
	border-right: 2px solid rgb(187, 169, 106);
}
.needKnowVideo, .mentorFaq {
	background-color: #d9d9d9;
	border-radius: 50px;
}
.needKnowVideo .videoContent, .mentorFaq .faqQuestion {
	margin: 25px auto 0 auto;
	padding: 55px 15px;
}
.videoContent h4, .faqQuestion h4 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 32px;
    font-family: 'league_spartanbold';
    color: #12133d;
}
.videoSectHight {
	width: 100%;
	height: auto;
}
.videoContentDiv {
	padding: 0 55px;
}
.journeyImg {
	height: 575px;
	width: 100%;
}
.mentorTab {
	margin: 55px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.mentorTab ul {
	width: 100%;
    border: 0;
}
.mentorTab .nav-tabs .nav-item {
    max-width: 50%;
    flex: 0 0 50%;
}
.mentorTab .nav-link {
	width: 100%;
    display: inline-flex;
    padding: 20px 0;
    border-radius: 0;
	border: 0;
	text-align: center;
}
.mentorTab .nav-link .tabText {
	width: 100%;
}
.tabText h6 {
	font-family: 'montserratmedium';
	font-size: 30px;
	margin-bottom: 0;
}
.findMentor {
	background-color: #D9D9D9;
	color: #12133D;
}
.findMentor .nav-link.active, .findMentor .nav-link.active:hover {
	background-color: #D9D9D9;
	color: #12133D;
}
.findMentor a.active:before{
    content: "";
    position: absolute;
    margin-top: 29px;
    left: 25%;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    z-index:9;
}
.becomeMentor a.active:before{
    content: "";
    position: absolute;
    margin-top: 29px;
    left: 75%;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    z-index:9;
}
.becomeMentor {
	background-color: #12133D;
	color: #D9D9D9;
}
.becomeMentor .nav-link.active, .becomeMentor .nav-link.active:hover {
	background-color: #12133D;
	color: #D9D9D9;
}
.findMentorContent {
	background-color: #D9D9D9;
	color: #12133D;
	padding: 40px 20px;
	text-align:center;
	margin-top: 10px;
}
.findMentorTabBtn {
	margin-top: 40px;
}
.becomeMentorContent {
	background-color: #12133D;
	color: #D9D9D9;
	padding: 40px 20px;
	text-align:center;
	margin-top: 10px;
}
.findMentortext,.becomeMentortext {
	font-family: 'montserratregular';
	letter-spacing: 3px;
	font-size: 20px;
}
.becomeMentorTabBtn {
	margin-top: 40px;
}
.faqCard {
	border: 0;
	background-color: transparent;
	border-radius: 0;
}
.faqCardHeader {
	border: 0;
	background-color: transparent;
	border-radius: 0;
}
.faqCard h5 {
	color: #000;
	text-align:center;
	padding: 20px 40px 0 20px;
}
.faqCard a:hover {
	color: #000;
	text-decoration: none;
}
.faqCard h5 i {
	color: rgb(187, 169, 106);
	font-size: 50px;
}
.readAllFaq {
	margin-bottom: 0;
	margin-top: 55px;
	text-align: center;
	font-size: 32px;
	font-family: 'league_spartanbold';
	color: #12133d;
}
.readAllFaq a{
	color: #12133d;
	text-decoration: none;
}
.cardContent {
	border: 2px solid #fff;
	background: #fff;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.md-accordion .card .fa-angle-down {
    float: right;
	margin-left: 10px;
}
.faqText {
	min-width: calc(100% - 60px);
	max-width: calc(100% - 60px);
}
.faqIcon {
	align-self: center;
	min-width: 60px;
	max-width: 60px;
}
/*=== Mentorship Program Page End ===*/
/*=== Career Excellence Page Start ===*/
.careerBannerHead {
	color: #000 !important;
}
.careerlead {
	color: #000 !important;
}
.careerHelpSec .bgPart p{
	text-align: center;
	padding: 20px;
}
.careerbgPart {
	border-radius:35px;
}
.careerCount {
	width: 100%;
	text-align: center;
	margin-top: -58px;
}
.careerCountDiv {
	border: 2px solid rgb(187, 169, 106);
	background-color: rgb(187, 169, 106);
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	color: #fff;
	padding: 5px 0 0 0;
	font-size: 35px;
}
.careerIcon {
	border: 1px solid #fff;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 50px;
}
.careerIconImg {
	width: 100%;
	height: auto;
}
/*=== Career Excellence Page End ===*/
/*=== Career Coaching Page Start ===*/
.benefitCoaching {
	margin: 55px 55px;
}
.benefitIcon {
	text-align: center;
}
.benefitIconImg {
	width: 100px;
	height: auto;
}
.benefitCoachingTitle {
	font-family: 'dm_sansregular';
	font-size: 25px;
	margin-bottom: 10px;
}
.benefitCoachingText {
	font-family: 'dm_sansregular';
}
.careerProgram {
	background-color: #d9d9d9;
	border-radius: 50px;
}
.coachProgram {
	padding: 50px 15px;
}
.careerProgramCount {
	color: #fff !important;
}
.beginJourneyBtn {
	margin-bottom: -18px;
}
.careerTextdesc {
	width: 800px;
	margin: 50px auto;
}
.careerTextdesc p {
    font-family: 'montserratregular';
    letter-spacing: 2px;
	text-align: center;
}
/*=== Career Coaching Page End ===*/
/*=== Become Mentor Page Start ===*/
.becomeMentorText {
	width: 800px;
	margin: 50px auto;
	text-align: center;
}
.becomeMentorText p {
    font-family: 'montserratregular';
    letter-spacing: 2px;
	text-align: center;
}
.becomeMentorText h1 {
	font-family: 'cmu_serifroman';
	color: rgb(187, 169, 106);
	text-align: center;
	margin-bottom: 20px;
}
.becomeMentorBtn {
	letter-spacing: 2px;
}
.shouldBecomeMentor {
	background-color: #d9d9d9;
	border-radius: 50px;
}
.shouldBecomeMentor .shouldMentor {
    margin: 25px auto 0 auto;
    padding: 55px 15px;
	width: 1000px;
}
.shouldBecomeMentor h4 {
    margin-bottom: 55px;
    text-align: center;
    font-size: 32px;
    font-family: 'league_spartanbold';
    color: #12133d;
}
.qualityDiv {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 20px 10px 20px 20px;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	display: flex;
}
.qualityText {
	width: 60%;
	align-self: center;
}
.qualityDiv img {
	width: 40%;
}
.bottomtextContent {
	font-family: 'league_spartanbold';
	width: 45%;
	text-align: center;
	margin: 20px auto 0 auto;
}
.mentorButton {
	text-align: center;
	padding: 20px
}
.mentorButton .becomementorButton {
	background-color: #000;
	color: #fff;
}
.susContent {
	padding: 0 140px;
}
.susContentTitle {
	font-family: 'league_spartanbold';
	margin-bottom: 10px;
}
.susContentDiv p {
	font-family: 'montserratregular';
	letter-spacing: 2px;
}
.susContent img {
	/* height: 185px; */
}
/*=== Become Mentor Page End ===*/
/*=== Blog Details Page Start ===*/
.blogImgDiv {
	width: 100%;
}
.blogdImg {
	height: 450px;
	width: 100%;
}
.blogImgDiv h2 {
	margin-top: 10px;
	font-family: Bower,Georgia,Times New Roman,serif;
}
#blogList .col_md_2 {
	margin-bottom: 30px;
}
.shadowBlog {
	height: 100%;
}
.shadowBlog:hover {
	box-shadow: 0 0 10px #4f4e4e;
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
/*=== Blog Details Page End ===*/
/*=== Young Professional Page Start ===*/
.gallerySection {
	/* background-color: #d9d9d9; */
}
.gallery, .brochure {
	margin-bottom: 75px !important;
}
.gImg {
	border: 2px solid #d9d9d9;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.gImg:hover {
	border: 5px solid #bba96a;
	border-radius: 15px;
}
.galleryImage, .brochureImage {
	margin-top: 30px;
}
.galleryImg, .brochureImg {
	width: 200px;
	height: 150px;
}
.contactSec {
	padding: 75px 0;
}
.contactMsgSec {
	padding: 0 40px;
}
.ContUs {
	font-weight: bold;
	font-size: 35px;
	color: #11133c;
}
.halfSeparater {
    position: relative;
    width: 60px;
    height: 3px;
    background: #bba96a;
    display: block;
}
.contactAdrSec {
    padding: 0 40px;
}
.inputBorder {
	border: 1px solid #bdbec0;
}
.inputGroupColor {
	color: #bdbec0;
}
.contact-info .info {
    padding: 0;
    margin: 0px;
}
.contact-info .info li {
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    padding: 15px 0px;
}
.contact-info .info li:last-child {
	border-bottom: 0;
}
.contact-info .info li .icon {
    float: left;
    margin-right: 15px;
    font-size: 36px;
    color: #bba96a;
    line-height: 1;
}
.contact-info .info li .icon i {
    font-size: 26px;
}
.contact-info .info li .content {
    display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.contact-info .info li .content p {
    margin: 0px;
    color: #696969;
    font-size: 16px;
    font-weight: 500;
	padding-top: 10px;
}
.companyName {
	font-size: 20px !important;
	font-weight: bold !important;
}
/*.comPName {
	font-style: italic;
	font-weight: bold;
}
.ourOffice {
    margin-bottom: 5px;
}
.ourOfficeDetails {
    margin-bottom: 5px;
}
.ourOffice .fa {
    font-size: 1.6rem;
}
.ourOfficeDetails .fa {
    font-size: 1rem;
}
.addTxt {
	font-size: 22px;
	margin-left: 10px;
}
.addTxtDetails {
	font-size: 15px;
	margin-left: 10px;
}*/
.brochureTxtBody {
	padding: 20px 10px 40px 10px;
}
.brochureTitle {
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.brochureImage a {
	text-decoration: none;
	color: #000;
}
.brochureDiv {
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	cursor: pointer;
}
.brochureDiv:hover {
	box-shadow: 0 4px 6px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.24);
}
.brochureTxt {
	text-align: center;
}
.form-group label {
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-family: 'dm_sansregular';
	letter-spacing: 1px;
	cursor: auto;
}
/*=== Young Professional Page End ===*/
/*.mainSection {
	margin-top: 75px;
}
.titleBody {
	background-color: #c4b7a6;
	text-align: center;
}
.titleTxt {
	margin: 0;
	background-color: #bba96a;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}*/
.defaultBtn {
    margin-top: 25px;
    text-align: center;
}
.defaultBtn .btn, .defaultBtn .btn:focus {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    background-color: #11133c !important;
    border: 1px solid #11133c !important;
    font-family: 'league_spartanbold';
    padding: 10px 12px;
    box-shadow: none !important;
}
.yellowText {
	color: #bba96a !important;
}
.whatInItSec {
	text-align: center;
}
.lefttext, .righttext {
	display: inline-block;
}
.lefttext .content-box {
	/* background: #d9d9d9; */
	color: #12133d;
	padding: 30px;
	width: 70%;
	position: relative;
	z-index: 9;
	float: left;
}
.righttext .content-box {
	/* background: #d9d9d9; */
	color: #12133d;
	padding: 30px;
	width: 70%;
	position: relative;
	z-index: 9;
	float: right;
}
.sectionSeparate {
	margin-bottom: 20px;
}
.sectionSeparate:last-child {
	margin-bottom: 0;
}
.content-box h3 {
	text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    font-family: 'league_spartanbold';
    margin-top: 10px; 
	font-size: 18px;
}
.content-box h3::after {
    background: #bba96a none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
}
.imageDiv {
	height: 100%;
	justify-content: center;
	text-align: center;
	display: flex;
}
.imageDiv img {
	width: 185px;
	height: 185px;
	align-self: center;
}
.lefttext .image-box {
	width: 30%;
	float: right;
}
.righttext .image-box {
	width: 30%;
	float: left;
}
.choose-area .row {
	margin-right: 0;
	margin-left: 0;
}
.choose-area {
	margin: 0;
}
.chooseus-content {
    padding: 60px;
    background: #d9d9d9;
}
.bgchooseus {
	background: #edeaea;
}
.section-title {
    position: relative;
}
.choose-area .section-title h2 {
    color: #11133c;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
}
.choose-certify p {
    /* padding-left: 70px; */
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    color: #777;
	margin-top: 30px;
}
.mainSection {
    padding: 75px 0;
}
.testimonials { 
    background: linear-gradient(rgba(45, 51, 69, 0.6), rgba(45, 51, 69, 0.6)), url(../images/bg-testimonial.jpg) no-repeat center center;
    background-attachment: fixed;
	text-align: center;
}
.mainSection h1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	color: #12133d;
	font-size: 35px;
	font-family: 'dm_sansregular';
}
.sectiontitle-design {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.sectiontitle-design::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background: #b2aeae;
    left: -76px;
    top: 10px;
}
.sectiontitle-design .icons, .service-widgets:hover {
    background: #bba96a;
}
.sectiontitle-design .icons {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
	margin: 0 5px 3px 5px;
    transform: rotate(45deg);
}
.sectiontitle-design::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background: #b2aeae;
    right: -76px;
    top: 10px;
}
.testimonials .owl-item .test-1 {
    height: 100%;
}
.testimonials .owl-carousel .test-1 {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #000;
    padding: 0;
    text-align: center;
}
.testimonials .test-1 p {
    font-family: 'dm_sansregular';
	font-size: 25px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.testimonials .hrSeparater {
	border-color: rgba(255, 255, 255, 0.2);
	width: 12.5rem;
	margin: 1.875rem auto;
	border-top-width: 2px;
	border-top-style: solid;	
}
.testimonials .test-1 img {
	border-color: rgba(255, 255, 255, 0.1);
	border-width: 10px;
	border-style: solid;
	margin: 0 auto 10px auto;
	border-radius: 100%;
}
.testimonials .test-1 h3 {
	color: #ffffff;
	font-weight: normal;
	font-family: inherit;
	
}
.whereUniversity {
	color: #ffffff;
	font-style: italic;
	font-size: 0.75rem;
	margin-bottom: 20px;
}
.owl-dots {
	text-align: center;
}
.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #121B22 !important;
    margin-left: 5px;
    margin-right: 5px;
}
.owl-dot.active {
    background-color: rgba(255,255,255,0.4) !important;
}
.yellowBtn {
	margin-top: 30px;
	text-align: center;
}
.yellowBtn .btn, .yellowBtn .btn:focus {
	text-transform: uppercase;
	font-size: 12px;
    color: #fff;
	letter-spacing: 2px;
    background-color: #bba96a !important;
    border: 1px solid #bba96a !important;
    font-family: 'league_spartanbold';
    padding: 10px 12px;
    box-shadow: none !important;
	white-space: inherit;
}
.disableBtn {
	pointer-events: none;
	opacity: 0.7;
}
.feedbackText {
	width: 100%;
}
/*=== Responsive Start ===*/
/*=== Find Mentor Start ===*/
.findMentorSection h3 {
	font-family: 'league_spartanbold';
	font-size: 30px;
	margin-bottom: 15px;
}
.findMentorSection .input-group {
	border: 2px solid #000;
	/* padding: 10px 20px; */
	padding: 0 20px;
}
.fMentorSearchInput {
	/*width: 42%;*/
	min-height: 58px;
	margin-right: 15px;
}
.inputSeparator {
	display: flex;
	flex-direction: row;
	width: 42%;
	padding-right: 10px;
}
.inputSeparatorLeft {
	display: flex;
	flex-direction: row;
	width: 42%;
	padding-right: 10px;
}
.inputSeparator:before {
	content: '';
	border-right: 1px solid #ccc;
	display: block;
	margin: 10px 15px 10px 0;
	width: auto;
}
.inputSeparator input {
	width: 100%;
}
.fmBtn {
	padding: 10px 0;
}
.findMentorSection.emTextCenter .input-group {	
	padding: 0;
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.75);
}
.findMentorSection .input-group .form-control,
.findMentorSection .input-group .form-control:focus {
	border: 0;
	padding: 0 10px 0 0;
	box-shadow: none !important;
	background: transparent;
}
.findMentorSection.emTextCenter .input-group .form-control,
.findMentorSection.emTextCenter .input-group .form-control:focus {
	padding: 10px 10px 10px 20px;
}
.findMentorSection.emTextCenter .input-group-append {
	width: 50%;
}
.findMentorSection.emTextCenter .input-group-append .btn {
	width: 100%;
	border-radius: 0 !important;
}
.findMentorSection .input-group .btn,
.findMentorSection .input-group .btn:focus {
	border-radius: 5px;
	background-color: #11133c !important;
	border: 1px solid #11133c !important;
	color: #fff;
	box-shadow: none !important;
	font-family: 'league_spartanbold';
	font-size: 14px;
}
.poupularSearch {
	background-color: #d9d9d9;
	padding: 20px;
	margin-top: 25px;
}
.poupularSearch h6 {
	font-family: 'league_spartanbold';
	font-size: 18px;
	margin-bottom: 15px;
	color: #11133c;
}
/* === Browse Section Start ===*/
.browseMentorSection h3 {
	font-family: 'league_spartanbold';
	font-size: 30px;
	margin-bottom: 15px;
}
.whatLooking {
	border: 2px solid #ccc;
	padding: 10px 15px;
	border-radius: 5px;
}
.form-group .txtHeading {
	color: #10113d;
	font-family: 'league_spartanbold';
	font-size: 15px;
	margin-bottom: 8px;
}
.btnSearch {
	text-align: right;
}
.btnSearch .btn,
.btnSearch .btn:hover,
.btnSearch .btn:focus {
	background-color: #11133c;
	border: 1px solid #11133c;
	font-family: 'league_spartanbold';
	color: #fff;
	letter-spacing: 1px;
	box-shadow: none;
}
.whatLookingList {
	border: 2px solid #ccc;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 15px;
}
.listImage div {
	width: 135px;
	height: 135px;
	margin: 0 auto;
}
.listImage div img {
	width: 135px;
	height: 135px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.spotsName {
	float: left;
	width: calc(100% - 165px);
}
.spotsName a {
	font-size: 25px;
	font-family: 'league_spartanbold';
	color: #12133d;
}
.spotsCount {
	width: 165px;
	float: left;
	text-align: right;
}
.spotsCount span {
	font-size: 18px;
	font-family: 'glacial_indifferenceregular';
	color: #12133d;
}
.workType {
	font-size: 20px;
	font-family: 'glacial_indifferenceregular';
	color: #7a7a7a;
	margin-top: 5px;
}
.ratingReview {
	font-size: 0;
	margin-bottom: 10px;
}
.ratingReview i {
	font-size: 14px;
	margin-right: 2px;
	color: #fd9626;
}
.ratingReview i:last-child {
	margin-right: 0;
}
.ratingReview span {
	font-size: 16px;
	margin-left: 5px;
}
.ratingReview small {
	font-size: 16px;
	margin-left: 5px;
	font-style: italic;
	color: #ccc;
}
.participatePart {
	font-size: 0;
	margin: -10px 0 0 -15px;
}
.participatePart label {
	font-size: 16px;
	background-color: #d9d9d9;
	padding: 5px 10px;
	margin: 10px 0 0 15px;
	color: #212529;
	border-radius: 5px;
}
.participatePart label i {
	margin-right: 5px;
}
.mentorDetails {
	margin-top: 10px;
}
.mentorDetails p {
	font-size: 16px;
    color: #12133d;
    margin-bottom: 0;
    font-family: 'glacial_indifferenceregular';
}
.mentorTag {
	margin-left: -10px;
	margin-top: 10px;
	font-size: 0;
}
.mentorTag label {
	font-size: 14px;
    color: #12133d;
	background-color: #d9d9d9;
    margin-bottom: 0;
	margin-left: 10px;
	padding: 2px 8px;
	border-radius: 5px;
    font-family: 'glacial_indifferenceregular';
}
.mentorTag label.active {
    color: #fff;
	background-color: #bba96a;
}
.listDetails {
	padding-left: 0;
	min-width: calc(100% - 165px - 245px);
	max-width: calc(100% - 165px - 245px);
}
.listImage {
	min-width: 165px;
	max-width: 165px;
}
.rightMentorPart {
	text-align: center;
	border-left: 1px solid #ccc;
	min-width: 245px;
	max-width: 245px;
}
.trialPart {
	margin-left: -10px;
	margin-top: -10px;
	font-size: 0;
}
.trialPart label {
	font-size: 14px;
    color: #12133d;
	background-color: #d9d9d9;
	margin: 10px 0 0 10px;
	padding: 2px 8px;
	border-radius: 5px;
    font-family: 'glacial_indifferenceregular';
}
.trialPart label i {
	margin-right: 5px;
}
.amountMonth {
	font-size: 45px;
    font-family: 'glacial_indifferenceregular';
	font-weight: 800;
	margin-top: 15px;
}
.amountMonth span {
	display: block;
	font-size: 20px;
	line-height: 0;
}
.whatMentor {
	margin-top: 25px;
}
.whatMentor a {
	color: #212529;
	text-decoration: underline;
}
.whatMentor a i {
	margin-right: 5px;
}
.mentorBtn {
	width: 100%;
	margin-top: 10px;
}
.mentorBtn .btn,
.mentorBtn .btn:hover,
.mentorBtn .btn:focus {
	width: 100%;
	margin-top: 10px;
	background-color: transparent;
	border: 1px solid #11133c;
	color: #11133c;
	box-shadow: none;
}
.mentorBtn .applyMentor,
.mentorBtn .applyMentor:hover,
.mentorBtn .applyMentor:focus {
	margin-top: 0;
	background-color: #11133c;
	border: 1px solid #11133c;
	color: #fff;
}
/* === Browse Section End ===*/
/* === View Profile Start ===*/
.viewContainer {
	width: 755px;
	margin: 0 auto;
	padding: 0 15px;
}
.profileImg {
	width: 225px;
	height: 225px;
	margin: 25px auto 0 auto;
	position: relative;
}
.profileImg img {
	width: 225px;
	height: 225px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.profileImg i {
	position: absolute;
	bottom: 35px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	padding: 10px 8px 8px 8px;
	border: 1px solid #fff;
	color: #d2c900;
}
.viewProfileDetails h4 {
	text-align: center;
	font-size: 32px;
	font-family: 'league_spartanbold';
	color: #12133d;
	margin: 10px 0;
}
.viewDetails {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 15px;
}
.viewDetails h6 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
}
.viewDetails p {
	font-size: 15px;
	margin-bottom: 0;
}
.viewStatus {
	text-align: center;
}
.viewStatus i {
	margin-right: 5px;
}
.linkedProfile {
	border-top: 1px solid #ccc;
	padding: 5px 0;
	margin-top: 10px;
	/* margin-left: -15px; */
}
.linkedProfileOnly {
	font-size: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.linkedProfileOnly a {
	font-size: 20px;
	color: #12133d;
	margin-left: 15px;
	font-family: 'glacial_indifferenceregular';
}
.linkedProfileOnly a:hover {
	text-decoration: none;
}
#more {
	display: none;
}
#profilePart {
	margin-top: 15px;
}
#profilePart h5 {
	margin-bottom: 15px;
}
#profilePart p {
	font-size: 16px;
}
#profilePart button {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 0;
	font-size: 14px;
	cursor: pointer;
}
.profilePartOnly,
.expertisePartOnly {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	/* -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4); */
}
.profilePartOnly p{
	margin-bottom: 0;
}
#expertisePart {
	margin-top: 25px;
}
#expertisePart h5 {
	margin-bottom: 15px;
}
.moreProfile {
	display: none;
}
.showMoreLess {
	background-color: transparent;
	box-shadow: none;
	border: 0;
	font-size: 12px;
	color: #007aff;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	font-family: arial;
	margin-left: 5px;
}
.expertLeft {
	float: left;
	width: 105px;
	margin-right: 15px;
	text-align: center;
}
.expertLeft i {
	font-size: 65px;
}
.expertLeft p {
	font-size: 14px;
	margin: 5px 0 0 0;
}
.expertRight {
	float: left;
	width: calc(100% - 120px);
}
.expPart:before {
	content: '';
	display: block;
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 10px auto;
}
.expPart:first-child:before {
	display: none;
}
#toolkitPart,#achievements {
	margin-top: 25px;
}
#toolkitPart h5,#achievements h5 {
	margin-bottom: 0;
}
.toolkitPartOnly {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-top: 25px;
	background-color: #fff;
	/* -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4); */
}
.achievementsOnly p {
	margin-bottom: 0;
}
.toolLeftPart {
	display: flex;
}
.toolLeftPart i {
	font-size: 35px;
}
.toolLeftPart i.fa-quora {
	background: red;
	color: #fff;
	padding: 3px 6px;
}
.toolLeftPart h6 {
	font-size: 15px;
	padding: 8px 0;
	margin: 0 0 0 10px;
}
.toolRight h6 {
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.toolLeft {
	width: 125px;
	float: left;
}
.toolRight {
	width: calc(100% - 125px);
	float: left;
}
.toolText p {
	margin: 0;
}
.toolText:before {
	content: '';
	display: block;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 12px auto 5px auto;
}
.tabSection {
	margin-top: 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-top: 25px;
	background-color: #fff;
	/* -webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4); */
}
#reviewPart {
	margin-top: 25px;
}
#reviewPart h5 {
	margin-bottom: 15px;
}
.reviewPartOnly {
	margin-top: 25px;
}
.reviewPartOnly:first-child {
	margin-top: 0;
}
.reviewLeft {
	width: 155px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.reviewRight {
	width: calc(100% - 170px);
	float: left;
}
.reviewLeft img {
	width: 65px;
	height: 65px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.reviewLeft p:nth-child(2) {
	font-size: 16px;
	margin-bottom: 0;
}
.reviewLeft p:nth-child(3) {
	font-size: 14px;
	margin-bottom: 0;
}
.reviewLeft p:nth-child(4) {
	font-size: 14px;
	margin-bottom: 0;
}
.reviewWithBoxShadow {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
	box-shadow: 0 1px 9px 0 rgba(0,0,0,0.4);
}
.reviewWithoutBoxShadow {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	background-color: #fff;
}
/* === View Profile End ===*/
/* === Email Start ===*/
.findMentorSection {
	
	min-height: 285px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.emTextCenter h3 {
	margin-bottom:5px;
}
.emTextCenter p {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'dm_sansregular';
}
/* === Email End ===*/
/* === Profile Start ===*/
.formSection.profileForm {
	padding: 0;
	border: 0;
}
.profileForm h4 {
	font-size: 25px;
	font-family: 'dm_sansregular';
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.formStart {
	margin-top: 15px;
}
.successMessage {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	min-height: 205px;
}
.successMessage .alert.alert-success {
	margin-bottom: 0;
	min-height: 95px;
	font-size: 20px;
	align-items: center;
	display: flex;
	font-weight: 600;
	text-align: center;
}
.profileForm span sup {
	color: #132c78;
}
.profileForm span sub {
	color: #000;
	margin: 0 10px;
	bottom: 0;
}
.headTextOnly {
	text-align: center;
}
.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	cursor: text;
	display: block;
	min-height: 38px;
	font-size: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 2px 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
	display: inline-block;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background: #bba96a;
	border-radius: 4px;
	padding: 2px 4px;
	font-size: 15px;
	margin-right: 5px;
	margin-top: 4px;
	display: inline-block;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.formRightSide {
	background-color: rgba(187, 169, 106, 0.7);
	margin-bottom: -25px;
	max-height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.formRightTotal {
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column; */
	width: 375px;
	margin: 0 auto;
	position: sticky;
	top: 75px;
}
.formPart {
	padding: 15px 0;
	width: 755px;
	margin: 0 auto;
}
.formRightSide h6 {
	font-family: 'dm_sansregular';
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.rightForm {
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-top: 55px;
	border-radius: 5px;
	color: #fff;
	width: 100%;
}
.rightForm i {
	font-size: 55px;
	margin-bottom: 10px;
}
.rightForm h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.rightForm p {
	margin-bottom: 0;
}
/* === Profile End ===*/
/* === Home Modal Start ===*/
.homeModal {
	padding-right: 0 !important;
	overflow-y: hidden !important;
}
.homeModal .modal-dialog {
	max-width: 100% !important;
	padding: 25px;
	margin: 0;
	height: 100%;
	background: transparent !important;
	position: relative !important;
}
.homeModal .modal-content {
	height: 100%;
}
.homeModal .modal-content .close {
	width: auto;
	margin: 0 10px 0 auto;
	position: relative;
	top: -2px;
}
/* .homeModal .modal-content .modalHome {
	max-height: calc(100% - 4%);
	height: calc(100% - 4%);
	overflow-y: auto;
	position: relative;
}
.homeModal .modal-content .modalHome .modal-body {
	height: 100%;
} */
.mText {
	/* height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column; */
}
.stepFourImg {
	min-height: 385px;
	width: 100%;
	background-position: center center;
	background-size: 60% 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.modalBodyForm {
	display: flex;
	height: calc(100% - 55px);
	flex-direction: column;
	justify-content: center;
	width: 645px;
	margin: 0 auto;
}
.modalBodyForm.modalBodyFullWidth {
	width: 100%;
}
.popupImgSection {
	text-align: center;
	margin-bottom: 50px;
}
.popupImgSection .popupImgBody {
	height: 100px;
}
.firstJourneyDiv h5 {
	text-align: center;
	color: rgb(72, 81, 86);
	margin-bottom: 16px;
	font-size: 24px;
	font-family: 'dm_sansregular';
}
.firstJourneyDiv p {
	text-align: center;
	color: rgba(72, 81, 86, 0.56);
	margin-bottom: 16px;
	font-size: 20px;
	font-family: 'dm_sansregular';
}
.modalImage img {
	width: 100%;
}
.dAssessment,
.sAssessment {
	width: 645px;
	margin: 0 auto 10px auto;
}
.modalBodyFullWidth .alignText {
	align-self: center;
	margin-bottom: 15px;
}
.popupBtnSection {
	text-align: center;
}
.popupBtnSection .popupQStartBtn {
	text-align: center;
	width: auto !important;
	background-color: #bba96a !important;
	border-color: #bba96a !important;
}
#assessmentModal .modal-body {
	height: calc(100% - 6%);
}
#assessmentModal .assessmentDataAjax.modal-body {
	margin-right: -15px;
}
.showmarks {
	display: flex;
	/* height: calc(100% - 55px); */
	flex-direction: column;
	justify-content: center;
	/* width: 645px; */
	margin: 0 auto;
	/*text-align: center;*/
	/* max-height: 550px; */
	/* max-height: calc(100% - 92.3%);
	overflow-y: auto;
	padding-bottom: 15px; */
	/* margin-right: -15px; */
	max-height: calc(100% - 0%);
	overflow-x: hidden;
	overflow-y: auto;
}
.showmarks .pdfBtn {
	background-color: #bba96a;
	border-color: #bba96a;
	/* width: 30%; */
	margin: 10px auto 0 auto;
}
.showmarksOnly {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	overflow-y: auto;
	padding-bottom: 15px;
	padding-right: 15px;
	/* flex-direction: column; */
	/* max-height: 550px; */
}
.showmarksOnly h5,
.showmarksOnly .dwnldPdf {
	width: 100%;
}
.showmarksOnly h5 {
	/* font-size: 30px;font-weight: 600;font-family: 'libre_baskervilleregular';margin-bottom: 15px;text-align: center;text-shadow: 2px 3px #c8c8c8; */
}
#feedbackText {
	/* font-family: 'dm_sansregular'; */
}
#feedbackText p,
#feedbackText div.borderStyle {
	/* border: 1px solid #ccc;padding: 10px;margin-bottom: 15px;box-shadow: 0 0 6px -2px rgba(0,0,0,0.75);-webkit-box-shadow: 0 0 6px -2px rgba(0,0,0,0.75);-moz-box-shadow: 0 0 6px -2px rgba(0,0,0,0.75); */
}
#feedbackText div.borderStyle p {
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	box-shadow: none;
}
#feedbackText h1 {
	/* font-size: 20px;font-weight: 600;display: inline-block;text-align: center;position: relative;border: 1px solid rgb(187, 169, 106);padding: 10px;border-radius: 4px;margin-bottom: 20px;margin-top: 20px; */
}
#feedbackText h1:after {
	/* content: '';	
	border-style: solid;
	border-color: rgb(187, 169, 106);
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom: -6px;
	background-color: #fff;
	right: 48%; */
}
.manageButtons {
	text-align: right;
	font-size: 0;
	padding-right: 15px;
}
.mText p,
.mTextTwo p,
.mTextThree p,
.mTextFour p {
	font-size: 18px;
	/* font-family: 'auxindemiboldregular'; */
	font-family: 'dm_sansregular';
	font-weight: 600;
}
.mText p span,
.mTextTwo p span,
.mTextThree p span,
.mTextFour p span {
	color: #c3ad71;	
}
.question-list {
	display: none;
	width: 645px;
	margin: 0 auto;
}
.question-list:first-child {
	display: block;
	width: 100%;
}
.question-list:first-child h6 {
	text-align: center;
	color: rgb(72, 81, 86);
	margin-bottom: 16px;
	font-size: 32px;
	font-family: 'dm_sansregular';
}
.responsiveDiv .col-md-8.col-12 {
	min-width: calc(100% - 425px);
	max-width: calc(100% - 425px);
	align-self: center;
}
.responsiveDiv .col-md-4.col-12 {
	min-width: 425px;
	max-width: 425px;
	align-self: center;
}
.question-list:first-child p {
	text-align: left;
}
#assmentForm {
	overflow-y: clip;
	overflow-x: hidden !important;
	padding-right: 15px;
}
.mTextTwo .form-control {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	border-radius: 0;
	box-shadow: none;
	background: no-repeat bottom,50% calc(100% - 1px);
    background-image: none, none;
    background-size: auto, auto;
	background-size: 0 100%,100% 100%;
	transition: background 0s ease-out;
	padding-left: 0;
	padding-right: 0;
}
.mTextTwo .form-control:focus {
	background-image: linear-gradient(0deg,#3f51b5 1px,rgba(204,204,204,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
	background-size: 100% 100%,100% 100%;
	transition-duration: .3s;
}
.QuestionBtn {
	/* background-color: #000;
	color: #fff; */
	margin-top: 10px;	
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #11133c;
	border: 1px solid #11133c;
	padding: 5px 10px;
	box-shadow: none !important;
	width: 95px;
	font-family: 'dm_sansregular';
	text-transform: uppercase;
}
.manageButtons .specialBtn {
	background-color: #bba96a;
	border: 1px solid #bba96a;
	padding: 4px 10px;
}
.manageButtons .btn,
.manageButtons .btn:focus {
	margin-left: 5px;
	box-shadow: none;
}
.manageButtons .btn:first-child {
	margin-left: 0;
}
.progressBarPart {
	width: 275px;	
	display: inline-block;
	position: relative;
	top: 17px;
}
.progressBarPart .progress {
	height: 20px;
}
.progressBarPart .progress span {
	position: absolute;
	top: -20px;
	left: 0;
	color: #000;
	font-weight: 700;
}
.profileProgressBar {
	width: 100%;	
	display: inline-block;
	position: relative;
	top: 6px;
	margin-top: 20px;
}
.profileProgressBar .progress {
	height: 20px;
}
.profileProgressBar .progress span {
	position: absolute;
	top: -20px;
	left: 0;
	color: #000;
	font-weight: 700;
}
/* === Special Radio Button Start ===*/
.mymodalRadio {
    font-size: 0;
}
.inputGroup {
    background-color: #ccc;
    display: inline-block;
	width: 100%;
    /* margin-left: 10px; */
    position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}
.inputGroup:first-child {
    margin-left: 0;
}
.inputGroup label {
	padding: 12px 70px 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	font-family: 'dm_sansregular';
}
.inputGroup label:before {
	width: 12px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #12133D;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 32px;
	height: 32px;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label:after {
	background-color: #fff;
	border-color: #fff;	  
	background-image: url('../images/rightSign.png');
}
.inputGroup input:checked ~ label {
	color: #fff;
}
.inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup:after {
	background-color: #54E0C7;
	border-color: #54E0C7;
}
.inputGroup input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
/* === Special Radio Button End ===*/
/* === Home Modal End ===*/
/* === Default Radio Button Style Start ===*/
.default_radio_button {
	margin-bottom: 0;
	padding-bottom: 0;
}
.default_radio_button section > div {
    margin-right: 15px;
}
.default_radio_button section > div:last-child {
    margin-right: 0;
}
.default_radio_button input[type="radio"] {
    display: none;
    &:not(:disabled) ~ label {
        cursor: pointer;
    }
    &:disabled ~ label {
        color: hsla(150, 5%, 75%, 1);
        border-color: hsla(150, 5%, 75%, 1);
        box-shadow: none;
        cursor: not-allowed;
    }
}
.default_radio_button label {
    display: block;
    background-color: #fff;
	color: #2B3340;
    border: 2px solid #fff;
	margin-bottom: 0;
    text-align: center;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 15px;
}
.default_radio_button input[type="radio"]:checked + label {
    text-align: center;
    border: 2px solid #bba96a;
}
.default_radio_button section {
	font-size: 0;
	margin-top: -15px;
	margin-right: -15px;
}
.default_radio_button section > div {
    width: auto;
	display: inline-block;
	margin-top: 15px;
}
/* === Default Radio Button Style End ===*/
.btn.continue {
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #11133c !important;
	border: 1px solid #11133c !important;
	font-family: 'dm_sansregular';
	font-weight: 600;
	padding: 10px 12px;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 95px;
}
.btn.continue:hover,
.btn.continue:focus,
.btn.continue:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
/*=== Find Mentor Start ===*/
/*=== For Area of Expertise(signup mentor page) ===*/
.exptList {
	background-color: #bba96a;
	border: 1px solid #bba96a;
	border-radius: 5px;
	padding: 1px 5px;
	margin-right: 5px;
}
.exptList .exptListremove {
	color: #000;
	margin-left: 10px;
	cursor: pointer;
}
/*=== For Area of Expertise(signup mentor page) ===*/
/*For Autocomplete start*/
.name-list li{padding: 5px 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;text-align: left;}
.name-list li:hover{background:#ece3d2;cursor: pointer;}
.name-list {
	float: left;
	list-style: none;
	padding: 0;
	width: 190px;
	margin-bottom: 0 !important;
	width: 100%;
	position: absolute;
	top: -1px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.suggesstion-box {
	position: relative;
	z-index: 100;
	display: none;
	width: 100%;
}
/*For Autocomplete end*/
.mentor_signup_request {
	margin-top: 64px;
	margin-bottom: -25px;
	/* background-image: linear-gradient(to right, #fff5d3, #e1e1e1, #f0e7c9); */
	background-image: linear-gradient(to right, #fffaed, #e1e1e1, #f2eedd);
	padding: 25px 0;
}
.mentor_signup_request:before {    
	/* content: "";
	background-image: url('../images/email_mentor.png');
	background-size: cover;
	position: absolute;
	right: 0px;
	left: 0px;
	opacity: 0.30;
	min-height: 285px; */
}
.viewProfilePage {
	margin-top: 65px;
	background-color: rgba(187, 169, 106, 0.2);
	margin-bottom: -25px;
	padding-bottom: 25px;
}
.browseMentorPage {
	margin-top: 64px;
	margin-bottom: -25px;
	padding-top: 20px;
	padding-bottom: 25px;
	/* background-image: linear-gradient(to right, #fff5d3, #e1e1e1, #f0e7c9); */
	background-image: linear-gradient(to right, #fffaed, #e1e1e1, #f2eedd);
}
.browseMentorPage:before {
	/* content: "";
	background-image: url('../images/bm.png');
	background-size: cover;
	background-position: center center;
	position: fixed;
	right: 0px;
	left: 0px;	
	opacity: 0.15;
	z-index: -1;
	height: 100%; */
}
.browseMentorSection {
	min-height: 285px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.crossRemove {
	display: none;
}
.areaEdit {
	margin-bottom: 10px;
}
.eventNone {
	pointer-events: none;
}
.tageventNone {
	border: 1px solid transparent;
	box-shadow: inset 0 1px 1px transparent;
	pointer-events: none;
}
/* === Login Modal Toogle Style Start === */
/*.onoffswitch {
    position: relative;
	width: 170px;
    -webkit-user-select:none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
	overflow: hidden;
	cursor: pointer;
    border: 2px solid #999999;
	border-radius: 20px;
	margin-bottom: 0;
}
.onoffswitch-inner {
    display: block;
	width: 200%;
	margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
    font-size: 14px;
	color: white;
	font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Mentors Login";
    padding-left: 10px;
	background-image: linear-gradient(to right, #bba96a, #dfe0e7);
	color: #000;
}
.onoffswitch-inner:after {
    content: "Students Login";
    padding-right: 10px;
	background-image: linear-gradient(to right, #bba96a, #dfe0e7);
	color: #000;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
	width: 46px;
	margin: 2px;
    background: #fff;
    position: absolute;
	top: 0;
	bottom: 0;
    right: 120px;
    border: 2px solid #ccc;
	border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}*/
/*.loginOnlyBtnBody {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.loginOnlyBtnBody h6 {
	margin-bottom: 60px;
	font-size: 25px;
	margin-top: -15px;
	font-family: 'dm_sansregular';
}
.loginOnlyBtnBody .mentorPopupLoginBtn {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	margin-right: 5px;
	color: #fff;
}
.loginOnlyBtnBody .mentorPopupLoginBtn:focus {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	box-shadow: none !important;
}
.loginOnlyBtnBody .mentorPopupLoginBtn:hover {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	box-shadow: none !important;
}
.loginOnlyBtnBody .menteePopupLoginBtn {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	margin-left: 5px;
	color: #fff;
}
.loginOnlyBtnBody .menteePopupLoginBtn:focus {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	box-shadow: none !important;
}
.loginOnlyBtnBody .menteePopupLoginBtn:hover {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	box-shadow: none !important;
}*/
.signinModalWidth {
	max-width: 800px;
}
.popuph1 {
	font-weight: bold;
	margin: 0;
}
.popupCloseBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 45px;
	width: 45px;
	z-index: 999999999;
}
.popuph1bg {
	margin-bottom: 50px;
}
.form-popupcontainer span {
	font-size: 12px;
}

.form-popupcontainer a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
	width: 100%;
	display: block;
}
.form-popupcontainer button,.popupoverlay button.transparentBtn {
	border-radius: 20px;
	border: 1px solid #bba96a;
	background-color: #bba96a;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	cursor: pointer;
}
.form-popupcontainer button:active,.popupoverlay button.transparentBtn:active {
	transform: scale(0.95);
}
.form-popupcontainer button:focus,.popupoverlay button.transparentBtn:focus {
	outline: none;
}
.popupoverlay button.transparentBtn {
	background-color: transparent;
	border-color: #FFFFFF;
}
.form-popupcontainer {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	height: 100%;
	text-align: center;
}
.form-popupcontainer input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}
.popupcontainer {
	background-color: #fff;
	border-radius: 5px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	min-height: 480px;
}
.form-popupcontainer {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.menteesign-in-popupcontainer {
	left: 0;
	width: 50%;
	z-index: 2;
}
.popupcontainer.popupActiveSection .menteesign-in-popupcontainer {
	transform: translateX(100%);
}
.mentorsign-in-popupcontainer {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
.popupcontainer.popupActiveSection .mentorsign-in-popupcontainer {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
/*.mentor-fp-popupcontainer {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
.mentee-fp-popupcontainer {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
.popupcontainer.menteepopupfpSection .mentee-fp-popupcontainer {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
.popupcontainer.mentorpopupfpSection .mentor-fp-popupcontainer {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}*/
.popupoverlay-popupcontainer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}
.popupcontainer.popupActiveSection .popupoverlay-popupcontainer{
	transform: translateX(-100%);
}
.popupoverlay {
	background: #bba96a;
	background: -webkit-linear-gradient(to right, #cca314, #bba96a);
	background: linear-gradient(to right, #cca314, #bba96a);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.popupcontainer.popupActiveSection .popupoverlay {
  	transform: translateX(50%);
}
.popupoverlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.popupoverlay-left {
	transform: translateX(-20%);
}
.popupcontainer.popupActiveSection .popupoverlay-left {
	transform: translateX(0);
}
.popupoverlay-right {
	right: 0;
	transform: translateX(0);
}
.popupcontainer.popupActiveSection .popupoverlay-right {
	transform: translateX(20%);
}
.social-popupcontainer {
	margin: 20px 0;
}
.social-popupcontainer a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
/* === Login Modal Toogle Style End === */
/* === Chat page section Start === */
.calenderInputBg {
	background-color: #fff;
}
.chatSection {
	padding: 0 5px;
	height: auto;
	margin-bottom: 2px;
}
.chatScroll {
	/* max-height: 225px; */
	/* max-height: 470px; */
	/* min-height: 470px; */
	/* max-height: 415px; */
	/* min-height: 415px; */
	/* overflow-y: auto; */
	/* overflow-x: hidden; */
	/* margin-bottom: 25px; */
}
.chatSection .row {
	height: 100%;
}
.commentMsgSuccess {
	color: green;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.commentMsgRed {
	color: red;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.chatMesg {
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	left: 0;
	/* margin-bottom: 10px; */
	padding: 5px 0;
	background-color: #e9e9e9;
}
.chatMesg .form-control {
	border-radius: 10px;
	overflow: hidden;
	padding: 8px 5px !important;
	border-radius: 0;	
}
.chatMesg textarea {
	min-height: 35px;
	max-height: 314px;
	height: auto;
	resize: none;
	font-size: 15px !important;
	color: #010101 !important;	
}
.chatMesg .btn {
	cursor: pointer;
}
.chatMesg .btn:hover {
	background: #4429a8;	
	border-color: #4429a8;	
}
.chatMesg .btn:focus {
	box-shadow: none;	
}
.chatMesg h5 {
	font-weight: bold;
	margin-bottom: 0;
	align-self: center;
	margin-right: 15px;
	font-family: 'glacial_indifferenceregular';
}
.bookingSend {
	margin-top: 10px;
	padding-right: 0;
}
.bookingSendBtn {
	margin-top: 10px;
}
.chatSend {
	width: 100%;
}
.chatPerson .media {
	padding: 4px 8px;
	border-bottom: 1px solid #ccc;
	margin: 0 -5px;
	cursor: pointer;
}
.chatLeftList:first-child {
	border-top: 1px solid #ccc;
}
.chatSearch {
	margin: 0 -15px;
}
.chatSearch .form-control {
	border-radius: 0;
}
.chatSearch .form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}
.chatSearch .input-group-btn {
	font-size: 0;
}
/* .moreSearch {
	background-color: #ccc;
	padding: 5px;
	margin: 0 -5px 5px -5px;
	cursor: pointer;
	position: relative;
}
.moreSearch:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ccc transparent transparent transparent;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 10px;
} */
.chatSearch .btn {
	border-radius: 0;
}
.chatDetailsOpen {
	display: none;
	padding: 5px;
	margin: 0 -5px;
}
.chatRecActive {
	background-color: #e9e9e9;
}
.hTitle {
    color: #2B3340;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}
.chatDate {
    line-height: 0;
}
.chatDate span {
    line-height: normal;
    color: #000;
    font-size: 12px;
}
.morechat {
	border-bottom: 1px solid #ccc;
	padding: 5px 2px;
	cursor: pointer;
}
.morechat:last-child {
	border-bottom: 0;
	padding: 0;
}
.chatAdmin {
	background-color: #fff;
}
.searchPanel {
	position: relative;
}
.chatDetails {
	padding: 0 10px;
	margin-bottom: -25px;
}
.chatMesg .form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}
.chatMesg .input-group-btn {
	align-self: end;
}
.chatMesg .btn {
	border-radius: 0;
	height: 40px;
}
.chatBgActive {
    background-color: #d8d0b4;
}
.chatBgActive .chatName {
    color: #000;
}
.chatPerson .media:active {
	background-color: #ccc;
}
.chatPerson .media:last-child {
	border-bottom: 0;
}
.searchPanel {
	border-right: 1px solid #ccc;
	padding: 0 5px;
	height: 600px;
	overflow-y: auto;
}
.chatPerson {
	/* margin-top:-21px; */
	min-width: 245px;
	max-width: 245px;
	padding: 0;
}
.chatPerson .media img {
	height: 48px;
	width: 48px;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.chatPerson .media .media-body {
	height: 48px;
	width: 100%;
	display: inline-flex;
	justify-content: left;
	align-items: center;
}
.chatPerson .media .chatName {
	word-wrap: break-word;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin: 0;
	font-size: 16px;
}
.chatName span {
	float: left;
	width: calc(100% - 10px);
}
.chatName i {
	transform: rotate(-90deg);
}
.media.active i {
	transform: rotate(0deg);
}
.chatName i:before {
	position: relative;
	top: -2px;
}
.chatSection .chatMessage {
	min-height: 100%;
	padding: 10px 15px 5px 15px;
	/* margin-top: -21px; */
	/* margin-top: 10px; */	
	/*max-height: 430px;
	min-height: 430px;*/
	overflow-y: auto;
	overflow-x: hidden;
}
.rowM0 {
	margin: 0;
}
.chatHeader {
	background-color: #bba96a;
	padding: 5px 0;
	height: 48px;
}
.cHeaderLeftDiv {
	font-size: 20px;
	font-weight: bold;
}
.cHeaderLeftDiv p {
	margin-bottom: 0;
}
.cHeaderRightDiv {
	text-align: right;
}
.conversationSection {
	padding: 0 !important;
	min-width: calc(100% - 245px);
	max-width: calc(100% - 245px);
}
.convPart {
	padding-right: 0;
	min-width: calc(100% - 200px);
	max-width: calc(100% - 200px);
}
.convBtn {
	min-width: 200px;
	max-width: 200px;
}
.commentSection {
	margin-top: 20px;
}
.commentSection .articleTitleSty {
	color: #00529b !important;
}
.commentAre {
	padding: 10px;
}
.commentDateSect {
	color: #00529b !important;
	font-weight: 600;
}
.commentTextSect {
	margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
	color: #666;
	font-weight: 500;
}
.commentPanel {
	/* background-color: #fff; */
}
.nameStyle {
	color: #0098ef !important;	
}
.nameStyle::after {
	background-color: #fff !important;
}
.mesgChatImg {
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.mesgImage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sectionEnd {
    margin: 10px 0;
    min-height: 100%;
    display: grid;
    align-items: end;
}
.sectionEnd:first-child {
    margin-top: 0 !important;
}
.sendMesg {
    margin-bottom: 10px;
    height: 100%;
}
.sendMesg:last-child {
    margin-bottom: 0;
}
.sendMesg .mesgTextWidth {
    padding: 0 1px 0 0;
	width: calc(100% - 55px);
    float: left;
}
.sendMesg .mesgTextWidth .messageText {
    border: 1px solid #deedfc;
	background-color: #deedfc;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: grid;
}
.sendMesg .mesgTextWidth .messageText span {
    display: block;
    text-align: left;
    word-break: break-word;
    line-height: normal;
    font-size: 15px;
    color: #010101;
}
.sendMesg .mesgTextWidth .messageText small {
    float: left;
    text-align: right;
    margin-top: 5px;
    color: #010101;
    font-size: 12px;
}
.sendMesg .mesgImageWidth {
    padding: 0;
    width: 45px;
    float: right;
    display: inline-flex;
    height: 100%;	
	margin-left: 10px;
}
.sendMesg .mesgImageWidth .messageImage {
    display: inline-flex;
    align-items: flex-start;
    justify-content: right;
    width: 100%;
    height: 100%;
}
.sendMesg .messageImage .chatImg {
    height: 44px;
    width: 44px;
    background-repeat: no-repeat;
    border: 1px solid #e5e9ec;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.searchChat{
	width:16% !important;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 9px;
	margin-bottom: 20px;
	border-radius: 3px;
	font-weight: 400;
	color: #000;
	font-family: 'Lato', sans-serif;
	background: white;
}
.receiveMesg {
    margin-bottom: 10px;
    height: 100%;
}
.receiveMesg:last-child {
    margin-bottom: 0;
}
.receiveMesg .mesgTextWidth {
    padding: 0 1px 0 0;
    width: calc(100% - 55px);
    float: right;
}
.receiveMesg .mesgTextWidth .messageText {
    border: 1px solid #e3e3e3;
	background-color: #e3e3e3;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: grid;
}
.receiveMesg .mesgTextWidth .messageText span {
    display: block;
    text-align: left;
    word-break: break-word;
    line-height: normal;
    font-size: 15px;
    color: #010101;
}
.receiveMesg .mesgTextWidth .messageText small {
    float: left;
    text-align: right;
    margin-top: 5px;
    color: #010101;
    font-size: 12px;
}
.receiveMesg .mesgImageWidth {
    padding: 0;
    width: 45px;
    float: left;
    display: inline-flex;
	margin-right: 10px;
    /* height: 100%; */
}
.receiveMesg .mesgImageWidth .messageImage {
    display: inline-flex;
    align-items: flex-start;
    justify-content: left;
    width: 100%;
    height: 100%;
}
.receiveMesg .messageImage .chatImg {
    height: 44px;
    width: 44px;
    background-repeat: no-repeat;
    border: 1px solid #e5e9ec;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}
.chatboxDisable {
	pointer-events: none;
	opacity: 0.6;
}
/* === Chat page section End === */
/* === Booking section Start === */
.noSessionClass {
	text-align: center;
	font-weight: bold;
	color: #fe0404;
}
.bSession {
	font-weight: bold;
	margin-bottom: 10px;
}
.popupBookingCount {
	display: flex;
}
.popupBookingCount .textCount {
    font-size: 17px;
	margin-bottom: 10px;
}
.popupBookingCount .width25 {
    width: 25%;
}
.statusClassSend {
	color: #212529;
}
.statusClassApproved {
	color: #007d00;
}
.statusClassRejected {
	color: #fe0404;
}
/* === Booking section End === */
/* === Calender section Start === */
.backgroundLightGreen {
	background-color: #abe9ab;
}
.bgDisable {
	pointer-events: none;
	background-color: rgba(170, 170, 170, 0.5);
}
.bgRed {
	background-color: #f00;
}
.bgAlert {
	background-color: #ffbf00;
}
.bookingPage .formBookingSection {
	/* min-width: 675px; */
	/* max-width: 675px; */
	margin: 0 auto;
}
.bookingPage .row {
	/* margin-top: 25px; */
}
.formBookingSection tbody tr td {
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.formBookingSection .fa-angle-double-left,
.formBookingSection .fa-angle-double-right {
	font-size: 35px;
	color: #000 !important;
}
.main td.monthName {
	font-size: 35px;
	font-weight: 700;
	cursor: auto;
}
.main tbody.dateWise {
	border: 1px solid #fff;
}
.main tbody tr td {
	cursor: auto;
}
.main tbody.dateWise tr td {
	cursor: pointer;
	color: #000;
	width: 35px;
	/* width: 62px; */
	height: 75px;
	font-size: 30px;
	font-weight: bold;
	/* font-family: 'dm_sansregular'; */
	font-family: arial;
}
.tableB0W100 {
	width: 100%;
	border: 0;
}
.tdB0Br1 {
	border: 0;
	border-right:1px solid #fff;
	padding: 0 !important;
}
.tdB0 {
	border: 0;
	width: 40px;
	padding: 0 !important;
}
.textCount {
	font-size: 12px;
}
.textAccept {
	color: #008200;
}
.textRejected {
	color: #fe0101;
}
.textPending {
	color: #0101fe;
}
.textExpired {
	color: #c700ff;
}
.main tbody.dateWise tr td.noDate {
	cursor: auto;
}
.main tbody.dateWise td {
	font-size: 14px;
}
.main tbody th {
	text-align: center;
}
.bookingPage table.main {
	width: 100%;
	/* border: 1px solid #bba96a; */
	/* background-color: #bba96a; */
	height: 100%;
}
.bookingPage table.main th {
	border: 1px solid #fff;
	background-color: #bba96a;
	width: 35px;
	height: 55px;
	font-size: 28px;
}
.bookingPage .formBookingSection {
	border: 1px solid #bba96a;
	min-height: 495px;
}
table.main {
	width: 100%; 
}
table.main td {
	font-family: verdana,arial, helvetica,  sans-serif;
}
table,td { 
	border: 1px solid #bba96a;
}
.bookingPage .formLeftSide {
	align-self: center;
}
.dateBgGreen {
	background-color: #abe9ab;
}
.dateBgWarning {
	background-color: #ffbf00;
}
.dateBgDisabled {
	opacity: 0.5;
	pointer-events: none;
}
.calenderRight {
	background-color: rgba(187, 169, 106, 0.7);
	max-height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 15px;
	/*margin-top: -25px;
	margin-bottom: -25px;*/
}
.cRightTotal {
	margin: 0 auto;
	position: sticky;
	top: 75px;
}
.cRightTotal h5 {
	font-family: 'dm_sansregular';
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	font-size: 18px;
}
.cRightTotal h5:after {
	content: '';
	border-bottom: 1px solid #fff;
	width: 35%;
	display: block;
	margin: 5px auto;
}
.noCursor {
	cursor: auto !important;
}
.bookingDetails div {
	margin-bottom: 15px;
}
.bookingDetails div:last-child {
	margin-bottom: 0;
}
.bookingDetails div h6 {
	margin-bottom: 0;
	font-size: 16px;
}
.bookingDetails div h6 i {
	margin-right: 5px;
	font-size: 14px;
}
.bookingDetails span {
	border: 1px solid #000;
	padding: 2px 15px;
}
.bookingDetails b {
	margin: 0 10px;
}
.bookingDetails small {
	font-size: 16px;
}
.bookingDetails span.bGreen {
	background-color: #abe9ab;
}
.bookingDetails span.bRed {
	background-color: #f00;
}
.bookingDetails span.bAlert {
	background-color: #ffbf00;
}
.bookingDetails span.bDisable {
	background-color: rgba(170, 170, 170, 0.5);
}
/*#bookingMentor .modal-header {
	padding: 5px 10px;
	background-color: #bba96a;
}*/
#bookingMentor .headerDiv {
	padding: 5px 10px 8px 10px;
	/* background-color: #bba96a; */
	/* margin-top: 10px; */
}
#bookingMentor .headerDiv h5 {
	margin-bottom: 0;
	display: inline-block;
}
#bookingMentor .headerDiv h5:after {
	content: '';
	border-bottom: 2px solid #212529;
	display: block;
	width: 70%;
	margin: 10px auto 0 auto;
}
/*#bookingMentor .modal-header .close {
	padding: 0;
	margin: 0 0 4px auto;
	background-color: #bba96a;
}*/
#bookingMentor .modal-header .close span {
	line-height: 0;
}
.bookingList .table {
	margin-bottom: 0;
	text-align: center;
}
/* === Calender section End === */
/* === Mentor Availability section Start === */
.avMain {
	border: 1px solid #bba96a;
    border-radius: 5px;
}
.avMainHead {
	padding: 5px;
	background-color: #bba96a;
}
.avMainBody {
	padding: 15px;
}
.avMainFoot {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #bba96a;
}
.uDateList {
	color: red;
}
.dateField tr {
	/* position: relative; */
}
.dateField .dateFirst {
	/* background-color: red; */
	/* position: absolute;
	width: 100%; */
}
.dateField .dateSecond {
	/* background-color: gold; */
	/* width: 100%; */
}
.menuOnly a {
	display: none;
}
.SessionBadge {
	border: 1px solid #bba96a;
	background-color: #bba96a;
	padding: 2px 5px;
	border-radius: 5px 0 0 5px;
	width: 157px;
	text-align: center;
}
.sessionBadgeSection {
	padding: 20px;
}
.sessionGroupLabel {
	font-weight: bold;
}
.sessionLebel {
	padding-bottom: 5px;
	font-weight: bold;
}
.SessionDelBadge {
	border: 1px solid #eb4a4a;
	background-color: #eb4a4a;
	padding: 2px 5px;
	border-radius: 0 5px 5px 0;
	width: 23px;
}
.sessionremove {
	color: #fff;
	cursor: pointer;
}
.SessionLabel {
	font-size: 20px;
	font-weight: bold;
}
.sessionBadgeStyle {
	width: 190px;
}
.badgeDFlex {
	display: flex;
}
/* === Mentor Availability section End === */
.bgTotal {
	/* background-image: linear-gradient(to right, #fff5d3, #e1e1e1, #f0e7c9); */
	background-image: linear-gradient(to right, #fffaed, #e1e1e1, #f2eedd);
	margin-bottom: -25px;
	padding-bottom: 25px;
	padding-top: 20px;
}
.convDetails {
	display: none;
}
.lookLeft {
	min-width: calc(100% - 405px);
	max-width: calc(100% - 405px);
}
.lookRight {
	min-width: 405px;
	max-width: 405px;
}
/* === Young professional programe home page section start === */
.yppHomeImage {
	height: 575px;
	margin: 70px auto 0 auto;
	/*background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;*/
}
.yppHomeImage .container {
	align-items: center;
	display: flex;
}
.yppHomeImage .container .row {
	width: 100%;
}
.yppBannerLogo {
	position: relative;
}
.yppBannerLogo img {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 75px;
	width: 255px;
}
.yppBannerHead {
	color: #12133D;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 15px;
}
.topBorder:before {
	background: #bba96a none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: 15px;
	position: absolute;
	width: 30%;
	top: -15px;
}
.topPOverviewBorder:before {
	background: #bba96a none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: 15px;
	position: absolute;
	width: 30%;
	/* top: -15px; */
}
.ypplead {
	color: #12133D;
	margin-bottom: 0;
	font-size: 30px;
	font-family: 'dm_sansregular';
	line-height: 48px;
	display: inline;
}
.ypplead span {
	color: #fff;
	background: #12133D;
	padding: 2px 5px;
}
.yppDesc {
	padding: 135px 0;
	background-color: #12133D;
}
.yppSusSay {
	color: #fff;
	font-size: 30px
}
.yppSusResearch {
	font-size: 25px;
	color: #bba96a;
    text-align: right;
}
.pOverview {
	padding: 20px;
}
.contentTitle {
	font-weight: bold;
	font-size: 55px;
	margin-bottom: 10px;
}
.gapSignnifyTitle {
	color: #12133D;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
.gapSignifyBody {
	border: 1px solid #12133D;
	border-radius: 15px;
	padding: 20px;
	background-color: #12133D;
}
.gapSignifyStatementBody {
	margin-bottom: 25px;
}
.gapSignifyStatementBody:last-child {
	margin-bottom: 0;
}
.gapSignifyStatement {
	color: #fff;
	font-size: 25px;
	font-style: italic;
}
.gapSignifyStatementSaid {
	color: #bba96a;
	font-size: 25px;
}
.questionSecBody {
	padding: 20px;
}
.centerAlignSection {
	justify-content: center;
	align-items: center;
	display: flex;
}
.questionSecBodyText {
	color: #12133D;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'dm_sansregular';
}
.questionSecBodyText:last-child {
	margin-bottom: 0;
}
.yppFAQTextBody {
	border: 1px solid #12133D;
	padding: 20px;
	background-color: #12133D;
}
.yppFAQText {
	font-size: 30px;
	color: #fff;
}
.yppFAQText li {
	font-size: 25px;
	color: #fff;
}
.yppIndustryBody {
	padding: 20px 0;
}
.yppIndustryQuestion {
	margin-bottom: 25px;
	/*font-size: 25px;
	font-weight: bold;
	border-left: 4px solid #bba96a;
	margin-bottom: 25px;*/
}
.yppIndustryQuestion span {
	font-size: 25px;
	font-weight: bold;
	border-left: 4px solid #bba96a;
	background-color: #fff;
	padding-left: 10px;
}
/*.leftBorder:before {
	content: '';
	border-right: 4px solid #bba96a;
	height: 45px;
	display: block;
	margin: auto 0;
	position: absolute;
	margin-left: -15px;
}*/
.yppIndustryAns {
	font-size: 20px;
	margin-bottom: 40px;
}
.FaqImg {
	width: 100%;
	margin-bottom: 10px;
}
.FaqImg img {
	width: 100%;
	height: 420px;
}
.FaqImg :last-child {
	margin-bottom: 0;
}
.pBenefits {
	min-height: 400px;
}
.pBenefitsTitleSec {
	min-height: 400px;
	align-items: end;
	display: flex;
}
.pBenefitsTitle {
	color: #fff;
	font-weight: bold;
	font-size: 55px;
	margin-bottom: 25px;
	margin-left: 25px;
	width: 40%;
}
.pBenefitsTitle.yppProduct {
	width: auto;
	margin-top: 25px;
}
.pBenefitstxt {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}
.programSkillGapSec {
	margin-bottom: 20px;
}
.programSkillGap span {
	font-size: 30px;
}
.txtUppercase {
	text-transform: uppercase;
}
.yppTabMain {
	border: 1px solid grey;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	max-width: 450px;
	min-width: 450px;
	margin: auto;
	height: 100%;
}
.yppChallengeRHead {
	background-color: #820303;
}
.yppChallengeRBody:before {
	border-top-color: #820303 !important;
}
.yppChallengeRBody {
	color: #820303;
}
.yppBenefitGHead {
	background-color: #04826A;
}
.yppBenefitGBody:before {
	border-top-color: #04826A !important;
}
.yppBenefitGBody {
	color: #04826A;
}
.yppTabHead {
	padding: 20px 30px;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.yppTabBody:before {
	content: "";
	position: absolute;
	margin-top: -10px;
	left: 48%;
	border: 14px solid transparent;
	/* z-index: 9; */
}
.yppTabBody {
	padding: 10px 10px;
}
.yppTabBody hr {
	margin: 2rem auto;
	border: 1px solid #CBCBCB;
	width: 30%;
}
.yppTabBody li {
	font-size: 18px;
	margin-bottom: 10px;
}
.yppuspQuestion {
	margin-bottom: 20px;
}
.yppuspQuestion span {
	font-size: 25px;
	border-left: 4px solid #bba96a;
	background-color: #fff;
	padding-left: 10px;
}
.yppuspQuestion li {
	font-size: 20px;
}
.txtBlue {
	color: #12133D !important;
}
.txtYellow {
	color: #BBA96B !important;
}
.yppLookMore {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.yppHelp {
	border: 1px solid #EDD694;
	background-color: #EDD694;
	padding: 15px;
}
.yppWhyHelp {
	border: 1px solid #12133D;
	background-color: #12133D;
	padding: 15px;
	color: #fff;
	height: 100%;
}
.yppHelpText {
	font-size: 20px !important;
	margin-bottom: 15px;
}
.yppHelpText:last-child {
	margin-bottom: 0;
}
.txtAlignLeft {
	text-align: left !important;
}
.YppRegFor {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.yppWeekQuestion {
	margin-bottom: 20px;
}
.yppWeekQuestion li {
	font-size: 20px;
	margin-bottom: 3px;
}
.yppColorBlack {
	color: #000;
}
.yppDay1 {
	color: #572A7A;
}
.yppDay2 {
	color: #018ACE;
}
.yppDay3 {
	color: #7F0043;
}
.yppDay4 {
	color: #D19F00;
}
.yppDay5 {
	color: #007C4C;
}
.yppDay6 {
	color: #00657C;
}
.yppWeekTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.yppWeekText {
	padding-left: 20px;
	font-weight: 600;
}
.week2Img {
	width: 100%;
	margin-bottom: 10px;
}
.week2Img img {
	min-width: 300px;
	max-width: 300px;
	height: 600px;
}

.yppTab {
	/* margin: 0 0 0 0; */
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
	background: #fff;
}
.yppTab ul {
    border: 0;
	padding: 0 10px;
}
/*.yppTab .nav-tabs .nav-item {
    max-width: 50%;
    flex: 0 0 50%;
}*/
.yppTab .nav-link {
	width: 100%;
    display: inline-flex;
	height: 100%;
	justify-content: center;
	align-items: center;
    border-radius: 0;
	border: 0;
	text-align: center;
	/* padding-bottom: 0;
	padding-top: 0; */
	padding: 6px;
	background-color: #ECECEC;
	color: #12133D;
	/* border: 1px solid transparent; */
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.yppTab .nav-link:hover {
	border-bottom: 6px solid #12133D;
}
.yppTab .nav-link.active {
	border-top: 6px solid transparent;
	border-bottom: 6px solid #12133D !important;
}
.yppTab .nav-link .yppTabText {
	width: 100%;
}
.yppTabText h6 {
	font-family: 'dm_sansregular';
	font-size: 25px;
	/* font-size: 14px; */
	/* font-weight: 600; */
	margin-bottom: 0;
}
.yppTabList {
	margin-top: 15px;
	width: 33.3% !important;
	display: inline-block !important;
	padding: 0 10px;
	/* width: 9.6%; */
	/* min-height: 105px; */
	min-height: 75px;
	margin-left: 0 !important;
}
.yppTabList .nav-link.active, .yppTabList .nav-link.active:hover {
	/* background-color: #D9D9D9; */
	background-color: #bba96a;
	color: #12133D;
}
.yppTabList .nav-link.active h6 {
	color: #fff !important;
}
.goTopTab {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	font-size: 2.1rem;
	background: #bba96a;
	padding: .4rem;
	color: #12133D;
	border-radius: 5px;
	text-decoration: none;
	z-index: 99999;
	line-height: 0;
	transition: all .5s ease;
	display: none;
}
.goTopTab i:hover,.goTopTab:hover {
	color: #fff;
}
/*=== Six Sided Shape Start ===*/
.acdemicSection {
	text-align: center;
	margin-right: -15px;
}
.acdemicSection label {
	width: 165px;
	margin: 0 15px 0 0;
}
.hexagon {
	position: relative;
	width: 85px; 
	height: 135px;
	background-color: #d7d7d7;
	margin: 35px 0 35px 35px;
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-top: 68px solid transparent;
	border-bottom: 68px solid transparent;
}
.hexagon:before {
	right: 100%;
	border-right: 35px solid #d7d7d7;
}
.hexagon:after {
	left: 100%;
	width: 0;
	border-left: 35px solid #d7d7d7;
}
.hexagon span {
	content: "";
	position: absolute;
	width: 0;
	border-top: 68px solid transparent;
	border-bottom: 68px solid transparent;
	right: -45px;
	width: 0;
	border-left: 35px solid #555;
}
.hexagon span.academic {
	border-left: 35px solid #295c20;
}
.hexagon span.cep {
	border-left: 35px solid #af9a47;
}
.hexagon span.industry {
	border-left: 35px solid #101139;
}
.hexagon small {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	width: 100%;	
}
.hexagon small .academiaText {
	width: 100%;
	font-size: 16px;
	color: #295c20;
	font-weight: 600;
}
.hexagon small .cepText {
	width: 100%;
	font-size: 35px;
	color: #af9a47;
}
.hexagon small .industryText {
	width: 100%;
	font-size: 16px;
	color: #101139;
	font-weight: 600;
}
.hexagon small i.fa-graduation-cap {
	top: 15px;
	position: relative;
	font-size: 18px;
	height: 32px;
	width: 33px;
	border: 1px solid #295c20;
	background-color: #295c20;
	color: #fff;
	border-radius: 50%;
	padding: 5px;
}
.hexagon small i.fa-lightbulb {
	top: 15px;
	position: relative;
	font-size: 18px;
	height: 32px;
	width: 33px;
	border: 1px solid #af9a47;
	background-color: #af9a47;
	color: #fff;
	border-radius: 50%;
	padding: 5px;
}
.hexagon small i.fa-arrow-down {
	top: 15px;
	position: relative;
	font-size: 18px;
	height: 32px;
	width: 33px;
	border: 1px solid #101139;
	background-color: #101139;
	color: #fff;
	border-radius: 50%;
	padding: 5px;
	transform: rotate(20deg);
}
/*=== Six Sided Shape End ===*/
.skillSectionStart {
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #fff;
	height: auto;
	box-shadow: -13px -2px 6px -9px #d2d2d2;
	width: 1115px;
	margin-left: auto;
	padding-left: 15px;
	margin-top: 0;
}
.yppDaySerial1 {
	background-color: #572a7a;
	border: 1px solid #572a7a;
}
.yppDaySerial2 {
	background-color: #018ACE;
	border: 1px solid #018ACE;
}
.yppDaySerial3 {
	background-color: #7F0043;
	border: 1px solid #7F0043;
}
.yppDaySerial4 {
	background-color: #D19F00;
	border: 1px solid #D19F00;
}
.yppDaySerial5 {
	background-color: #007C4C;
	border: 1px solid #007C4C;
}
.yppDaySerial6 {
	background-color: #00657C;
	border: 1px solid #00657C;
}
.serialSection {
	height: 115px;
	width: 225px;
	margin-left: -65px;
	/* background-color: #572a7a; */
	/* border: 1px solid #572a7a; */
	border-radius: 0 145px 0 0;
	padding: 8px 0;
	text-align: center;
	position: relative;
	top: 40px;
	margin-bottom: 65px;
}
.serialSection h5 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 28px;
	margin-right: 25px;
}
.serialSection p {
	color: #fff;
	margin-bottom: 0;
	font-size: 75px;
	line-height: 50px;
	font-weight: 700;
	margin-right: 25px;
}
.serialSection:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 28px 0;
	/* border-color: transparent #370060 transparent transparent; */
	position: absolute;
	bottom: -28px;
	left: -2px;
}
.yppDaySerial1:after {
	border-color: transparent #370060 transparent transparent;
}
.yppDaySerial2:after {
	border-color: transparent #026495 transparent transparent;
}
.yppDaySerial3:after {
	border-color: transparent #5B0131 transparent transparent;
}
.yppDaySerial4:after {
	border-color: transparent #A27B02 transparent transparent;
}
.yppDaySerial5:after {
	border-color: transparent #015736 transparent transparent;
}
.yppDaySerial6:after {
	border-color: transparent #003744 transparent transparent;
}
/*.skillSectionStart h6 {
	color: #370060;
	font-size: 20px;
	font-weight: 600;
}*/
.meetSpeak {
	background-color: #fff;
	padding: 35px;
}
.meetSpeak .row {
	margin-top: -30px;
}
.meetImage {
	text-align: center;
	margin-top: 30px;
}
.meetImage img {
	height: 175px;
	width: 175px;
	border: 4px solid #bba96a;
	border-radius: 50%;
	object-fit: cover;
}
.meetImage h5 {
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 0 0;
	font-family: 'dm_sansregular';
}
.meetImage p {
	font-size: 18px;
	margin: 5px 0 0 0;
	line-height: 25px;
    font-family: 'glacial_indifferenceregular';
}
.mjText {
	background-color: #12123c;
	padding: 15px;
	font-size: 22px;
	margin: 25px 0;
	color: #fff;
	font-family: 'dm_sansregular';
}
.mjImgOne img {
	width: 100%;
	height: 385px;
}
.mjImgTwo img {
	width: 100%;
	height: 285px;
	margin-top: 25px;
}
.mjImgThree img {
	width: 100%;
	height: 850px;
	margin-top: 25px;
}
.programPartnerImage img {
	/* width: 100%; */
	height: 75px;
}
.yppFooter {
	padding: 40px;
	/* background-color: #12133D; */
	background-color: #0b0c34;
	display: none;
}
.yppFooterLogo {
	margin: 100px 0;
}
.yppReachOut {
	color: #BBA96A;
	font-size: 24px;
}
.yppReachOut .reachOutSeperator {
	position: relative;
	top: -10px;
}
.yppaddressDiv {
	margin-bottom: 5px;
}
.yppaddressDiv .yppaddressIcon i {
	color: #fff;
	margin-right: 10px;
}
.yppaddressDiv .yppaddressTxt {
	color: #BBA96A;	
}
.yppaddressDiv .yppaddressSep {
	border: 1px solid #fff;
	margin: 0 10px;
}
.yppProduct sub {
	bottom: 0;
}
.productPart {
	width: 1085px;
	margin: -15px auto 0 auto;
}
.productPartImg {
	margin-top: 15px;
}
.productPartImg img {
	width: 100%;
	height: 125px;
	object-fit: contain;
	object-position: center;
}
/* ===Young professional programe home page section End === */
/* -- About Us Start --*/
.aboutus_separate {
	padding-left: 30px;
	position: relative;
}
.aboutus_separate:before {
	content: '';
	display: block;
	border-left: 6px double #bba96a;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
}
strong.aboutusBoldText {
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 10px;
	box-shadow: 1px 1px 7px -1px rgba(50, 50, 50, 0.75);
}
.aboutHead {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 25px;
	color: #bba96a;
	font-family: 'dm_sansregular';
}
.aboutUs_slider {
	margin-top: 70px;
}
.aboutUs_slider .carousel-item img {
	width: 100%;
	max-height: 572px;
	/* object-fit: cover; */
	background-size: 100% 100%;
}
/* -- About Us End --*/
.privacy_policyPage {
	margin-top: 25px;
}
.privacy_policyPage p .fa-square {
	margin-left: 15px;
	margin-right: 10px;
	color: #bba96a;
	font-size: 14px;
}
.privacy_policyPage h6 {
	margin-bottom: 15px;
}
.privacy_policyPage h6 strong {
	border-bottom: 2px dashed #bba96a;
	padding: 5px 0;
}
/* --- Details Young Professional Page Start ---*/
/* -- Job Board Page Start --*/
.jobBoard_detailsPage {
	margin-top: 25px;
}
.jobBoard_detailsPage h4 {
	font-size: 22px;
}
.jobBoard_detailsPage h4 a,
.jobBoard_detailsPage h4 a:hover,
.jobBoard_detailsPage p a,
.jobBoard_detailsPage p a:hover {
	text-decoration: underline;
}
.jobBoard_detailsPage p a.text_color,
.jobBoard_detailsPage p a.text_color:hover {
	color: #212529;
}
.jobBoard_detailsPage p .fa-square {
	margin-right: 10px;
	color: #bba96a;
	font-size: 14px;
}
.jobBoard_detailsPage h6 {
	margin-bottom: 15px;
}
.jobBoard_detailsPage h6 strong {
	border-bottom: 2px dashed #bba96a;
	padding: 0 0 5px 0;
	font-size: 18px;
}
/* -- Job Board Page End --*/
/* -- Join Suslence Page Start --*/
.joinSuslencePage {
	margin-top: 70px;
}
.joinSuslencePage h6 {
	font-size: 25px;
	font-weight: 600;
	color: #bba96a;
	font-family: 'dm_sansregular';
	text-transform: uppercase;
	text-align: center;
}
.joinSuslencePage div p strong {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	width: 100%;
	display: block;
	margin-top: 25px;
}
.joinSuslencePage div p b {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.joinSuslencePage div p {
	font-size: 18px;
	margin-bottom: 10px;
}
.joinSuslencePage div p a,
.joinSuslencePage div p a:hover {
	text-decoration: underline;
}
.suslence_institute h5 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.suslence_institute div {
	text-align: center;
}
.suslence_institute div img {
	background-repeat: no-repeat;
	width: 705px;
	height: 405px;
}
/* -- Join Suslence Page End --*/
/* -- Podcast Page Start --*/
.podcastPage {
	margin-top: 70px;
}
.podcastPage h6 {
    font-size: 25px;
    font-weight: 600;
    color: #bba96a;
    text-transform: uppercase;
    font-family: 'dm_sansregular';
	margin-bottom: 25px;
}
.podcastPart {
	font-size: 22px;
	font-family: 'dm_sansregular';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.podcastPart i {
	color: #bba96a;
	margin-right: 15px;
}
.podcastImgPart {
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.podcastImgPart div {
	width: 50%;
	display: inline-block;
}
.podcastImgPart a img {
	margin-top: 15px;
	margin-right: 15px;
	min-width: auto;
	max-width: 100%;
}
/* -- Podcast Page End --*/
.details_ypp {
	/* margin-top: 65px; */
	margin-top: 90px;
}
.details_ypp h3 {
	text-align: center;
	color: #11133c;
	margin-bottom: 25px;
	font-family: 'league_spartanbold';
}
.details_ypp h3 span {
	display: inline-block;
}
.details_ypp h3 span:after {
	content: '';
	border-top: 1px solid #bba96a;
	display: block;
	width: 65%;
	margin: 15px auto 0 auto;
}
.details_ypp h4 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: 'dm_sansregular';
}
.details_ypp h6 {
	font-weight: 600;
	font-size: 21px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-family: 'dm_sansregular';
}
.releasePerpose {
	font-weight: 600;
}
.ulSection ul {
	list-style-type: decimal;
	padding-left: 15px;
}
.ulSection ul li,
.ulListNone li {
	margin-top: 10px;
}
.ulListNone {
	list-style-type: none;
}
.ulListNone.ulListNoneLeft {
	padding-left: 0;
}
.yppImageTotal {
	width: 565px;
	margin: 25px auto 0 auto;
}
.ypp_underline {
	text-decoration: underline;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.details_h5 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.yppImage {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.yppImgTxt {
	width: 33%;
	padding: 0 15px;
}
.yppImgTxt img {
	width: 100%;
	height: 155px;
}
.yppImgTxt p {
	font-size: 15px;
	text-align: center;
	margin: 5px 0 0 0;
}
.yppAddImgPart {
	margin-top: -15px;
}
.yppAddImg {
	width: 25%;
	padding: 0 15px;
	margin-top: 15px;
}
.yppAddImg img {
	width: 100%;
	height: 95px;
	object-fit: scale-down;
}
.separateSection {
	font-size: 18px;
	font-weight: 600;	
	text-align: center;
}
.details_bigImage {
	margin: 25px 0;
	text-align: center;
}
.details_bigImage img {
	width: 855px;
	height: 655px;
	object-fit: contain;
}
.details_left_design {
	padding-left: 30px;
	position: relative;
}
.details_left_design:before {
	content: '';
	display: block;
	border-left: 6px double #bba96a;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
}
.details_extrasection {
	font-size: 17px;
	font-weight: 700;
}
.marginTop25 {
	margin-top: 25px;
}
.modalAllBdr {
	text-align: left;
}
.modalAllBdr .row {
	margin-left: 0;
	margin-right: 0;
}
.modalTxtBld {
	font-weight: 600;
}
.modalAllBdr .allBdr1stHead {
	border: 1px solid #ccc;
	padding: 5px;
	border-right: 0;
	min-width: calc(100% - 135px);
	max-width: calc(100% - 135px);
}
.modalAllBdr .allBdr2ndHead {
	border: 1px solid #ccc;
	padding: 5px;
	min-width: 135px;
	max-width: 135px;
}
.modalAllBdr .allBdr1st,
.modalAllBdr .allBdr2nd {
	border: 1px solid #ccc;
}
.modalAllBdr .allBdr1st {
	border-right: 0;
}
.modalAllBdr .allBdr1st{
	border-top: 0;
	padding: 5px;	
	min-width: calc(100% - 135px);
	max-width: calc(100% - 135px);
}
.modalAllBdr .allBdr2nd {
	border-top: 0;
	padding: 5px;
	min-width: 135px;
	max-width: 135px;
}
#myModal .modal-body {
	height: 100%;
	padding-top: 0;
}
#myModal .showmarks {
    height: calc(100% - 25px);
}
#myModal .showmarksOnly {
    display: block;
	overflow: auto;
	margin-right: -15px;
}
#myModal .showModalImg {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}
.imgDivFirst {
	float: left;
	width: 10%;
	font-size: 16px;
	text-align: center;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #bba96a;
	padding: 5px;
	font-weight: 600;
}
.imgDivSecond {
	float: left;
	width: 70%;
	font-size: 16px;
	/*text-align: center;*/
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #bba96a;
	padding: 5px;
	font-weight: 600;
}
.imgDivThird {
	float: left;
	width: 20%;
	font-size: 16px;
	text-align: center;
	border-width: 2px 0px 0 0;
	border-style: solid;
	border-color: #bba96a;
	padding: 5px;
	font-weight: 600;
}
.imgDivFirst.imgDivHeight,
.imgDivSecond.imgDivHeight,
.imgDivThird.imgDivHeight {
	min-height: 58px;
	border-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: #12133D;
	color: #fff;
	font-size: 16px;
}
#myModal .showmarksOnly .myModalImgBg {
    min-height: 1280px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
#myModal .imgHtml {
	border: 2px solid #bba96a;
	position: relative;
	top: 595px;
	clear: both;
	overflow: hidden;
}
.scroingDetails {
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0;
}
.modalTxtTopGap {
	margin-top: 15px;
}
.assessmentBtn {
	width: 100%;
}
.twoBtn {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #10113d;
	background-color: #10113d;
	padding: 10px;
	border-radius: 50px;
}
.twoBtnAssessment {
	border-radius: 50px;
	margin-right: 10px;
	background-color: transparent;
	color: #fff;
	padding: 5px 12px 6px 12px;
	border: 2px solid #bba96a;
}
.twoBtnRegister {
	border-radius: 50px;
	background-color: #bba96a;
	color: #fff;
	padding: 5px 12px 6px 12px;
	border: 2px solid #bba96a;
}
.twoBtnAssessment:hover,
.twoBtnRegister:hover {
	background-color: #ececec;
	border-color: #ececec;
	color: #10113d;
}
.twoBtnAssessment:focus,
.twoBtnRegister:focus {
	box-shadow: none !important;
}
/*---- CONTACT INFO ----*/
.contactUs .bgc {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 51, 100, 0.8)), to(rgba(32, 51, 100, 0.8))), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  background: linear-gradient(rgba(32, 51, 100, 0.8), rgba(32, 51, 100, 0.8)), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  padding: 2rem;
  background-size: cover; }
  
.contactUs .call-info h3 {
  color: #fff;
  margin-bottom: 2rem; }

.contactUs .call-info p {
  color: #fff; }

.contactUs .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }

.contactUs .call-info .ti {
  margin-bottom: 0px; }

.contactUs .cll:last-child {
  margin-bottom: 0px; }

.contactUs .call-info .info p {
  color: #fff;
  margin: 0px;
  margin-left: 1.5rem;
  font-weight: 300; }

.contactUs .call-info ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.contactUs .call-info ul li .fa {
  font-size: 1.6rem;
  /* color: #0098ef;  */
  color: #bba96a; 
}
.submit_btn .btn,
.submit_btn .btn:focus {
	background-color: #bba96a;
	border-color: #bba96a;
	box-shadow: none;
}
.section_three {
	margin-top: -235px;
}
.weekRightImage {
	margin-top: -140px;
}
/* --- Details Young Professional Page End ---*/
/* -- Book Page Start --*/
.bookPage {
	margin-top: 92px;
}
.bookPage .modal-open .modal {
	padding-right: 0 !important;
}
.bookPage .modal-header .close {
	padding: 0 10px 0 0;
}
.bookPage .col_md_2 {
	/* cursor: pointer; */
}
.bookPage a:hover {
	text-decoration: none;
}
.bookPage .bookModalImg img {
	height: auto !important;
}
.bookPage .modal-header {
	border: 0;
}
.bookPage .modal-header button.close {
	padding: 0 8px 0 0;
}
.bookPage .modal-body {
	padding-top: 0;
}
.bookPage .modal-body .learnImg img {
    width: 100%;
    height: 125px;
    height: 218px;
    border: 1px solid #d9d9d9;
    object-fit: cover;
}
.bookPage .modal-body .learnBg {
    background-color: #fff;
    padding: 0;
	margin-top: 15px;
    height: 100%;
}
.bookPage .modal-body .learnBg h6 {
    font-size: 19.7px;
    color: #12133d;
    margin-bottom: 15px;
    font-family: 'glacial_indifferenceregular';
}
.bookPage .modal-body .learnBg p {
    font-size: 15px;
	line-height: 21px;
    color: #12133d;
    margin-bottom: 0;
    font-family: 'glacial_indifferenceregular';
}
.bookPage .modal-footer .btn,
.bookPage .modal-footer .btn:hover,
.bookPage .modal-footer .btn:focus {
    border-color: #ff0303;
    background-color: #ff0303;
	color: #fff;
	box-shadow: none;
}
/* -- Book Page End --*/
/* -- Terms Page Start --*/
.termsPage {
	margin-top: 70px;
}
/* -- Terms Page End --*/
/* -- All Page Start --*/
.topPage {
	margin-top: 70px;
}
.imgWithText {
	clear: both;
	overflow: hidden;
}
.imgWithText div:first-child {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.imgWithText div:last-child {
	float: left;
	width: calc(100% - 70px);
}
.imgWithText span {
	background: #d2deef;
	display: inline-block;
	position: relative;
	height: 60px;
	width: 60px;
	border: 5px solid #d2deef;
	border-radius: 50%;
}
.imgWithText span.bottom1 {
	border: 0;
}
.bottom:after {
	content: '';
	display: block;
	height: 22px;
	width: 45px;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
	background: #00b0f0;
	position: relative;
	left: 3px;
	top: 25px;
}
.bottom1:after {
	content: '';
	display: block;
	height: 30px;
	width: 45px;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
	background: #ffc000;
	border: 1px solid #5fc68e;
	position: relative;
	left: 8px;
	top: 22px;
}
.bottom2:after {
	content: '';
	display: block;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background: #70ad47;
	position: relative;
	left: 3px;
	top: 3px;
}
.mentor_head {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
.mentor_assest h6 {
	color: #002060;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mentor_assest p {
	color: #002060;
	margin-bottom: 0;
}
.mentor_career h6 {
	color: #ffc03a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mentor_career p {
	color: #ffc03a;
	margin-bottom: 0;
}
.mentor_guide h6 {
	color: #70ad69;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mentor_guide p {
	color: #70ad69;
	margin-bottom: 0;
}
.table_session {
	margin-top: 25px;
}
.table_session table,
.table_session table td {
	border: 1px solid transparent;
}
.table_session table {
	width: 100%;
}
.table_session table tr th.blue_text {
	background-color: #00b0f0;
	width: 50%;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #fff;
}
.table_session table tr th.yellow_text {
	background-color: #ffc000;
	width: 50%;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.table_session table tr th i {
	margin-right: 5px;
}
.table_session tbody tr:nth-child(odd) {
	background: #e7e7e7;
}
.table_session tbody tr:nth-child(even) {
	background: #cbcbcb;
}
.table_session tbody tr td {
	padding: 5px 5%;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #fff;
}
.table_session tbody tr td.tdBtn {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
}
.tdBtn div:nth-child(1) {
	width: 50%;
	padding-right: 5px;
}
.tdBtn div:nth-child(2) {
	width: 50%;
	padding-left: 5px;
}
.tdBtn div button {
	background-color: #002060;
	color: #fff;
	width: 100%;
	border: 1px solid #002060;
	padding: 2px 5px 4px 5px;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
}
.tdBtn div:nth-child(3) {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.tdBtn div a {
	color: #002060;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}
.tdBuy div {
	width: 100%;
	text-align: center;
}
.tdBuy div:last-child {
	margin-top: 5px;
}
.tdBuy div a {
	color: #002060;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}
.tdBuy div button {
	background-color: #548235;
	color: #fff;
	width: 80%;
	border: 1px solid #548235;
	padding: 2px 5px 4px 5px;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
}
.table_session tbody tr td.tdBuy {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
}
.helpYouSection_section {
	margin-top: 25px;
}
.helpYouSection h4 {
	font-size: 30px;
	color: #002060;
	margin-bottom: 0;
	text-align: center;
}
.mentorship_journey_section{
	margin-top: 25px;
}
.mSection {
	text-align: center;
	border-bottom: 1px solid #c49400;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.mSection h4 {
	font-size: 30px;
	color: #002060;
	margin-bottom: 0;
}
.mNetworking {
	font-size: 22px;
	color: #002060;
	margin-bottom: 20px;
	text-align: center;
}
.mJourney_imagesLeft {
	min-width: 505px;
	max-width: 505px;
}
.mJourney_imagesRight {
	min-width: 585px;
	max-width: 585px;
}
.mJourney_imagesLeft img,
.mJourney_imagesRight img {
	width: 100%;
	height: 454px;
}
.mJourneyRow {
	width: 1090px;
	margin: 0 auto;
}
.logoPart {
	border-top: 1px solid #c49400;
	padding-top: 15px;
	margin-top: 20px;
}
.mlogoPart_imagesLeft img {
	width: 155px;
	height: 55px;
}
.mlogoPart_imagesRight {
	text-align: right;
}
.mlogoPart_imagesRight img {
	width: 180px;
	height: 52px;
}
.employability_section {
	margin-top: 25px;
}
.sImages {
	margin-top: -15px;
}
.cep_left {
	align-self: center;
}
.sImages img {
	margin-top: 15px;
	width: 100%;
}
.cSection {
	text-align: center;
}
.cSection h4 {
	font-size: 30px;
	color: #002060;
	margin-bottom: 25px;
}
.dynamic_skills_btn button {
	border: 1px solid #f9dbd2;
	background-color: #f9dbd2;
	color: #000;
	font-size: 22px;
	padding: 20px 10px;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
}
.digital_skills_btn button {
	border: 1px solid #e4e4e4;
	background-color: #e4e4e4;
	color: #000;
	font-size: 22px;
	padding: 20px 10px;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
}
.dynamic_skills_btn,
.digital_skills_btn {
	margin-bottom: 20px;
}
.only_skills p {
	width: 85%;
	margin: 0 auto 10px auto;
}
.only_skills p button {
	color: #fff;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
}
.only_skills p .yellow_color_btn {
	border: 1px solid #ffc000;
	background-color: #ffc000;
}
.only_skills p .grey_color_btn {
	border: 1px solid #a5a5a5;
	background-color: #a5a5a5;
}
.only_skills p .orange_color_btn {
	border: 1px solid #ed7d31;
	background-color: #ed7d31;
}
.only_skills p .green_color_btn {
	border: 1px solid #70ad47;
	background-color: #70ad47;
}
.only_skills p .blue_color_btn {
	border: 1px solid #5b9bd5;
	background-color: #5b9bd5;
}
.inThisMeant_section {
	margin-top: 25px;
	text-align: center;
}
.inThisMeant_section h4 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 600;
}
.inThisMeant_section p {
	font-size: 22px;
	margin-bottom: 15px;
}
.inThisMeant_section p.inThis_red {
	color: #ff0000;
}
.inThisMeant_section p.inThis_blue {
	color: #0070c0;
}
/* -- All Page End --*/
/* -- Situation Based Assessment Modal Table Desigin Start -- */
.tableDetails {
	margin-top: 5px;
}
thead tr.head_numeric {
	position: relative;
	top: -5px;
}
thead tr.head_numeric th {
	border-color: transparent;
}
thead tr.head_numeric th span:first-child {
	float: left;
}
thead tr.head_numeric th span:last-child {
	float: right;
}
thead tr.head_numeric th:nth-child(2) {
	background-color: #d60909;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	clear: both;
	overflow: hidden;
}
thead tr.head_numeric th:nth-child(3) {
	background-color: #ffc000;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	clear: both;
	overflow: hidden;
}
thead tr.head_numeric th:nth-child(4) {
	background-color: #00b050;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 40px;
	clear: both;
	overflow: hidden;
}
.top_head th {
	background-color: #000;
	color: #fff;
	border: 1px solid #dee2e6;
}
.top_head th {
	width: 29%;
	vertical-align: middle !important;
}
.top_head th:first-child {
	width: 13%;
	min-width: 145px;
	text-align: center;
}
.tableDetails tbody tr td:first-child {
	text-align: center;
}
.tableDetails tbody tr td {
	border: 1px solid #fff;
}
.tableDetails tbody tr:nth-child(odd) {
	background: #cbcbcb;
}
.tableDetails tbody tr:nth-child(even) {
	background: #e7e7e7;
}
/* -- Situation Based Assessment Modal Table Desigin End -- */
@media (min-width: 1250px) {
	.container {
		max-width: 1195px;
	}
}
@media (max-width: 1255px) {
	.menuOnly:after {
		content: '';
		display: block;
		clear: both;
		overflow: hidden;	
	}
	.menuOnly a {
		display: inline-block;
		float: left;
		margin-right: 15px;
	}
	.menuOnly a i {
		font-size: 25px;
		margin-top: 5px;
		cursor: pointer;
	}
	.leftSideOnly {
		position: relative;		
	}
	.dashboardMenu {
		display: none;
	}
	.dashboardMenu {
		position: absolute;
		top: 44px;
		left: 0;
		border-top: 1px solid #bba96a;
		height: 100%;
		width: 250px;
		z-index: 1;
	}
	.rightSideOnly {
		min-width: 100%;
		max-width: 100%;
	}
	.formSection.profileForm,
	.personalDetails {
		width: 865px;
		margin: 0 auto;
	}
	.menuOnly h3 {
		width: calc(100% - 37px);
		float: left;
	}
}
@media (max-width: 1249px) {	
	.skillSectionStart {
		width: 1075px;
	}
}
@media (max-width: 1235px) {
	.formRightTotal {
		width: 100%;
	}
}
@media (max-width: 1199px) {	
	.skillSectionStart {
		width: 100%;
	}
}
@media (max-width: 1198px) {
	.formLeftSide {
		max-width: calc(100% - 393px);
		min-width: calc(100% - 393px);
	}
	.bookingPage .formLeftSide {
		max-width: 100%;
		min-width: 100%;
	}
	.formPart {
		width: 100%;
	}
	.formRightSide {
		min-width: 393px;
		max-width: 393px;
	}
}	
@media (max-width: 1151px) {	
	.learnSomething {
		width: 100%;
	}
	.paddingFooter {
		width: 100%;
	}
}
@media (max-width: 1135px) {
	.learnSomething {
		width: 100%;
	}
}
@media (max-width: 1125px) {
	.wavyFlex h1 {
		font-size: 6.3vw;
	}
}
@media (max-width: 1085px) {
	.productPart {
		width: 100%;
	}
	.productPart .col-sm-2.col-12 {
		min-width: 25%;
		max-width: 25%;
	}
}	
@media (max-width: 1070px) {	
	.skillSectionStart {
		width: 95%;
	}
}
@media (max-width: 1065px) {
	.progContents .container {
		/* max-width: 100%;
		padding-left: 70px; */
	}
}
@media (max-width: 1055px) {
	.desktopMenubar {
		margin-left: auto;
	}
	.media_img {
		margin-right: 15px;
	}
	.sidenav .closebtn i {
		margin-left: 15px;
	}
	.sidenav a {
		padding: 8px 8px 8px 15px;
	}
	.benefitCoaching {
		margin: 25px 15px 0 15px;
	}
	.susContent {
		padding: 0 30px;
	}
	.yppHomeImage {
		height: 515px;
	}
	.yppDesc {
		padding: 115px 0;
	}
}
@media (max-width: 1042px) {
	.whatPeople {
		width: 100%;
		padding: 25px 15px 15px 15px;
	}
	.whatPeopleImages {
		margin-bottom: 20px;
	}
	.whatPeople h3 {
		margin-top: -8px;
		font-size: 28px;
	}
	.whatMedia {
		display: inline-block;
		margin-top: 25px;
	}
	.media_img {
		text-align: center;
		margin-right: 0;
	}
	.whatMedia h4 {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.whatMedia p {
		margin-bottom: 5px
	}
	.moreTestimonials {
		margin-top: 15px;
	}
	.whoWe {
		width: 100%;
		padding: 0 15px;
	}
	.whoWe h3 {
		margin-bottom: 25px;
		font-size: 34px;
		margin-top: -5px;
	}
}
@media (max-width: 1035px) {
	.navbar-nav.marginAuto li {
		margin-right: 16px;
	}
	.shouldBecomeMentor .shouldMentor {
		width: auto;
	}
}
@media (max-width: 991px) {
	.navbar-nav.marginAuto .dropdown .dropdown-menu {
		position: absolute;
		top: 45px;
		width: 100%;
		height: 165px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.navbar-nav.marginAuto .dropdown-menu a {
		white-space: normal;
	}
	.yppHomeImage {
		height: 485px;
	}
	.yppDesc {
		padding: 105px 0;
	}
	.centerAlignSection,
	.centerLeftAlignSection,
	.mentorship_journey .container,
	.program_benefits .container,
	.meetSpeak .container {
		min-width: 100%;
		max-width: 100%;
	}
	.mentorship_journey .mjLeft,
	.mentorship_journey .mjRight {
		min-width: 100%;
		max-width: 100%;
	}
	.meetSpeak {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mjLeft .mjImgOne,
	.mjLeft .mjImgTwo {
		text-align: center;
	}
	.mjImgOne img {
		width: 575px;
		height: 100%;
	}
	.mjImgTwo img {
		width: 725px;
		height: 100%;
	}
	.mjImgThree img {
		height: 525px;
		object-fit: cover;
	}
	.details_bigImage img {
		width: 100%;
		height: 100%;
	}
	.responsiveDiv .col-md-8.col-12 {
		min-width: 100%;
		max-width: 100%;
	}
	.responsiveDiv .col-md-4.col-12 {
		min-width: 355px;
		max-width: 355px;
		margin: 0 auto 10px auto;
	}
	.navbar-brand {
		position: fixed;
		/* margin-left: 45px; */ /* this section open when 991px version menubar open */
		margin-right: 85px;
		width: calc(100% - 178px);
	}
	.search_user {
		margin-left: auto; /* this section close when 991px version menubar open */
		margin-bottom: 6px !important;
	}
	#myMenuOpen {
		position: absolute;
		top: 64px;
		right: 15px;
		width: 255px !important;
		opacity: 1 !important;
		min-height: 238px;
		height: auto !important;
		background: #e1e1e1;
	}
	.navbar-nav.marginAuto {
		padding: 0 20px 10px 20px;
		margin-right: 0;
	}
	.navbar-nav.marginAuto li {
		height: auto;
		margin-right: 0;		
	}
	.navbar-nav.marginAuto li a {
		padding: 10px 0;
	}
	.desktopMenubar {
		margin-left: 0;
		margin-right: 15px;
		width: 30px;
	}
	.myMenu .navbar-toggler {
		/* margin-left: 15px;
		width: 56px;
		position: fixed;
		right: 15px; */
		/* display: none; */
		padding: 0;
		font-size: 35px;
		border: 0;
		width: 32px;
		margin-top: -5px;
	}
	.myMenu .navbar-toggler .fa-bars {
		color: #000;
	}
	.myMenu .navbar-toggler .fa-times {
		color: #bba96a;
	}
	.sOne {
		height: 415px;
	}
	.wavy_inner_header {
		/* height: 68vh; */
		height: 315px;
	}
	.whySuslence .container {
		max-width: 100%;
	}
	.whySuslence .row {
		margin-top: -25px;
	}
	.whySuslencePart {
		min-width: 50%;
		max-width: 50%;
		margin-top: 25px;
	}
	.whySuslence {
		padding: 25px 0 30px 0;
	}
	.whySuslence h4, .needKnowVideo h4, .programNumbers h4, .faqQuestion h4, .careerHelp h4, .benefitCoaching h4 {
		margin-bottom: 25px;
		font-size: 26px;
	}
	.shouldMentor h4 {
		margin-bottom: 25px;
		font-size: 26px;
	}
	.readAllFaq {
		margin-top: 25px;
		font-size: 23px;
	}
	.whyImage img {
		width: 85px;
		height: 85px;
	}
	.whySuslencePart h6 {
		font-size: 21px;
		margin: 10px 0;
	}
	.needKnowVideo .videoContent, .mentorFaq .faqQuestion {
		padding: 25px 15px;
	}
	.shouldBecomeMentor .shouldMentor {
		padding: 25px 15px;
	}
	.videoContentDiv {
		padding: 0 25px;
	}
	.programNumbers {
		margin: 25px 0 0 0;
	}
	.sidenav a.notifyMobile {
		display: block;
	}
	.overlay button {
		padding-right: 15px;
	}
	.bgTotal .container {
		max-width: 100%;
	}
	.browseMentorPage .container {
		max-width: 100%;
	}
	.mentor_signup_request .container {
		max-width: 100%;
	}
	.contactUs .bgc {
		margin-top: 15px;
	}	
	.contactPart {
		padding: 0;
	}
}
@media (max-width: 973px) {
	.benefitCoachingTitle {
		font-size: 20px;
	}
}
@media (max-width: 955px) {
	.yppTabMain {
		min-width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 955px) {
	.bookingStatus .bookLeft {
		display: none;
	}
	.bookingStatus .bookRight.mobBookAlert {
		position: relative;
	}
	.bookingStatus .bookRight.mobBookAlert:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 15px 0;
		border-color: transparent #bba96a transparent transparent;
		position: absolute;
		top: -5px;
		right: -6px;
	}
}
@media (max-width: 945px) {
	.col_md_2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 25px;
	}
	.learnSomething .row {
		margin-top: -25px;
	}
	.learnSomething {
		padding: 25px 15px;
	}
	.learnSomething h4 {
		margin-bottom: 25px;
		font-size: 28px;
		margin-top: -5px;
	}
	.readBlog {
		margin-top: 20px;
	}
	.journeyImg {
		height: 400px;
	}
	.formSection.profileForm,
	.personalDetails {
		width: 100%;
	}
}
@media (max-width: 915px) {
	.formLeftSide,
	.formRightSide {
		max-width: 100%;
		min-width: 100%;
	}
	.formRightTotal {
		width: 395px;
		position: inherit;
		top: 0;
	}
}
@media (max-width: 908px) {
	.textPart {
		width: 100%;
		height: auto;
	}
	.whoWeImg,
	.whoWeImg img,
	.imgPart,
	.imgPart img {
		height: 385px;
	}	
	.whoWeImg,
	.whoWeImg img {
		width: 100%;
	}
}
@media (max-width: 902px) {
	.sTwo, .careerHelp {
		width: 100%;
		margin: 27px auto 25px auto;
	}
}
@media ( max-width: 880px) {
	.sTwo .row {
		margin-top: -25px;
	}
	.srowOne,
	.srowTwo,
	.srowThree {
		min-width: 50%;
		max-width: 50%;
		margin-top: 25px;
	}
	.faqCard h5 {
		text-align: left;
	}
	.faqCard h5 i {
		font-size: 35px;
	}
	.card-header {
		padding: 0;
	}
	.faqCard h5 {
		padding: 20px 10px;
	}
	.bottomtextContent {
		width: 70%;
	}
}
@media (max-width: 875px) {	
	.chatLeftList {
		display: none;
	}
	.chatLeftList {
		position: absolute;
		top: 48px;
		left: 0;
		border-top: 1px solid #bba96a;
		height: 100%;
		width: 245px;
		z-index: 1;
	}
	.conversationSection {
		min-width: 100%;
		max-width: 100%;
	}
	.convDetails {
		display: block;
		background-color: #e5e5e5;
		padding: 5px 15px;
	}
	.convDetails a {
		width: 24px;
		margin-right: 15px;
		display: inline-block;
	}
	.convDetails span {
		width: calc(100% - 39px);
		display: inline-block;		
		font-size: 25px;
		position: relative;
		top: -2px;
	}
	#mobMenuChat i {
		font-size: 25px;
		cursor: pointer;
	}
	.searchPanel {
		height: 428px;
		background: #fff;
		z-index: 1;
	}
	.dashbordPart {
		flex-direction: column-reverse;
	}
	.changeSection {
		width: 355px;
		margin: 0 auto;
	}
	.dLeftPart {
		min-width: 100%;
		max-width: 100%;
		margin-top: 15px;
		padding-right: 15px;
	}
	.dRightPart {
		min-width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 865px) {
	.footerMainRow {
		flex-direction: column-reverse;
	}
	.footerLeft {
		padding-right: 15px;
		min-width: 100%;
		max-width: 100%;
	}
	.footerLeft:before {
		content: '';
		border-top: 2px solid #bba96a;
		margin: 25px auto 15px auto;
		width: 95%;
		display: block;
	}
	.footerPartRow {
		width: auto;
		margin-left: -15px;
	}
	.fLeft {
		padding-left: 15px;
	}
	.footerRight {
		min-width: 100%;
		max-width: 100%;
	}
	.footerLogo {
		display: inline-block;
	}
	.footer_icon {
		font-size: 0;
	}
	.footer_icon ul {
		display: inline-block;
		width: calc(100% - 185px);
		padding-left: 15px;
		margin: 0;
		position: relative;
		top: 10px;
		text-align: right;
	}
	.copyRightText {
		display: block;
		text-align: center;
		margin-top: 15px;
	}
	.footerLogo img {
		margin-bottom: 0;
	}
	.footer_section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 855px) {	
	.lookLeft {
		min-width: 100%;
		max-width: 100%;
	}
	.lookRight {
		min-width: 100%;
		max-width: 100%;
	}
	.yppHomeImage {
		height: 435px;
	}
	.yppDesc {
		padding: 85px 0;
	}
}
@media (max-width: 845px) {
	.meetSpeak .container .col-12 {
		min-width: 50%;
		max-width: 50%;
	}
}
@media (max-width: 835px) {
	.sOne {
		height: 400px;
	}
	.wavy_inner_header {
		/* height: 65vh; */
		height: 300px;
		padding-top: 155px;
	}
	.rightBorder {
		width: 200px;
	}
	.footRight {
		width: 440px;
	}
	.careerTextdesc {
		width: auto;
		margin: 50px 10px;
	}
	.becomeMentorText {
		width: auto;
		margin: 50px 10px;
	}
}
@media (max-width: 825px) {
	.listImage {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.listDetails {
		padding-left: 15px;
		min-width: calc(100% - 245px);
		max-width: calc(100% - 245px);
	}
}
@media (max-width: 795px) {
	.modalBodyForm {
		width: 100%;
	}
}
@media (max-width: 771px) {
	.viewContainer {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.sOne {
		height: 306px;
	}
	.wavy_inner_header {
		/* height: 60vh; */
		height: 268px;
		padding-top: 105px;
	}
	.footer_icon {
		/* margin: auto; */
		   text-align: center;
	}
	.sFive .fLeft,
	.sThree .fLeft {
		min-width: 100%;
		max-width: 100%;
		margin-top: 25px;
	}
	.sFive .fRight,
	.sThree .fRight {
		min-width: 100%;
		max-width: 100%;
		margin-top: 25px;
	}
	.fLeft:after {
		border-right: 0;
	}
	.footerPartRow .fLeft:after {
		border-right: 2px solid #bba96a;
	}
	.sThree .row {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.sFive .row {
		padding-bottom: 20px;
	}
	.rightBorder {
		width: 175px;
	}
	.footRight {
		width: 415px;
	}
	.textPart {
		padding-top: 0;
		padding-bottom: 0;
	}
	.textPart h4 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: -5px;
	}
	.textPart p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.textPart a {
		font-size: 16px;
	}
	.textPart a i {
		top: 4px;
		font-size: 22px;
	}
	/*.whatMedia {
		display: inline-flex;
	}*/
	.tabText h6 {
		font-size: 23px;
	}
	.findMentor a.active::before {
		margin-top: 21px;
	}
	.becomeMentor a.active::before {
		margin-top: 21px;
	}
}
@media (max-width: 767px) {
	.yellowBtn:nth-child(2) {
		margin-top: 30px !important;
	}
	.HomePageProgramPopup .modal-dialog {
		max-width: 90%
	}
	.benefitCoachingTitle {
		font-size: 25px;
	}
	.benefitCoaching {
		margin: 55px 55px;
	}
	.whatMedia {
		display: inline-flex;
	}
	.media_img {
		margin-right: 15px;
	}
	.whatMedia h4 {
		text-align: left;
	}
	.whatPeople h3 {
		font-size: 26px;
	}
	.moreTestimonials a {
		font-size: 18px;
	}
	.moreTestimonials a i {
		top: 2px;
		font-size: 20px;
	}
	.whoWe h3 {
		font-size: 32px;
	}
	.whoWe h5 {
		font-size: 19px;
	}
	.bannerHead {
		font-size: 2.5rem;
	}
	.lead {
		font-size: 15px;
	}
	.bookingSend {
		padding-right: 15px;
	}
	.yppHomeImage {
		height: 405px;
	}
	.yppDesc {
		padding: 75px 0;
	}
	.yppHomeImage .container {
		max-width: 100%;
	}
	.yppHomeImage .container .col-6 {
		min-width: 100%;
	}
	.yppBannerHead {
		font-size: 28px;
	}
	.ypplead {
		font-size: 22px;
	}
	.yppTabList {
		width: 50% !important;
	}
	.progOverview .container {
		max-width: 100%;
	}
	#transformationalExperience .container {
		max-width: 100%;
		padding: 0;
	}
	.yppBodyText {
		min-width: 349px;
		max-width: 349px;
	}
	.details_container {
		max-width: 720px;
	}
	.suslence_institute div img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 755px) {	
	.mjImgTwo img {
		width: 100%;
	}
}
@media (max-width: 735px) {
	.wavyFlex p {
		font-size: 28px;
	}
	.rightBorder {
		width: 165px;
	}
	.footRight {
		width: 405px;
	}
	.disFlex {
		display: inline;
	}
	.footRight {
		margin-left: 0;
		margin: auto;;
	}
	.footRight {
		width: 475px;
	}
	.rightBorder {
		width: 235px;
	}
	.journeyImg {
		height: 300px;
	}
	.careerHelpSec .bgPart p {
		padding: 0px;
	}
	.lefttext .content-box,.righttext .content-box,.lefttext .image-box,.righttext .image-box {
		width: 100%;
	}
	.findMentorSection.emTextCenter .input-group-append {
		width: 100%;
		margin: 0;
		min-height: 45px;
		margin-top: 10px;
	}
	.findMentorSection .input-group {
		border: 0;
	}
	.findMentorSection .input-group .form-control,
	.findMentorSection .input-group .form-control:focus {
		border: 2px solid #000;
		border-radius: 0;
		min-height: 45px;
	}
	.findMentorSection.emTextCenter .input-group {
		box-shadow: none;
	}
	
	.bgTotal .findMentorSection.emTextCenter .input-group-append {
		width: 100%;
		margin: 0;
		min-height: 45px;
		margin-top: 10px;
	}
	.bgTotal .findMentorSection .input-group {
		border: 2px solid #000;
	}
	.bgTotal .findMentorSection .input-group .form-control,
	.bgTotal .findMentorSection .input-group .form-control:focus {
		border: 0;
		border-radius: 0;
		min-height: auto;
	}
	.bgTotal .findMentorSection.emTextCenter .input-group {
		box-shadow: none;
	}
}
@media (max-width: 730px) {
	.question-list,
	.dAssessment,
	.dAssessment,
	.sAssessment {
		width: 100%;
	}
}
@media (max-width: 725px) {
	.productPart .col-sm-2.col-12 {
		min-width: 50%;
		max-width: 50%;
	}
	.productPartImg {
		text-align: center;
	}
	.productPartImg img {
		width: 65%;
	}
}
@media (max-width: 720px) {
	.details_container {
		max-width: 100%;
	}
}
@media (max-width: 705px) {
	.mainName {
		width: 100%;
		margin-bottom: 5px;
	}
	.detailsName {
		width: 100%;
	}
}
@media (max-width: 681px) {
	.whoWeImg, .whoWeImg img {
		height: 335px;
	}
}
@media (max-width: 675px) {
	.spotsName {
		width: 100%;
	}
	.spotsCount {
		width: 100%;
		text-align: left;
	}
}
@media (max-width: 635px) {
	.sOne {
		/* height: 266px; */
		height: 245px;
	}
	.wavy_inner_header {
		/* height: 48vh;
		padding-top: 135px; */
		height: 207px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.wavyFlex h1 {
		font-size: 30px;
	}
	.wavyFlex p {
		font-size: 20px;
	}
	.stepFourImg {
		min-height: 335px;
	}
}
@media (max-height: 625px) {
	.stepFourImg {
		min-height: 378px;
	}
}
@media (max-height: 610px) {
	.stepFourImg {
		min-height: 370px;
	}
}
@media (max-height: 595px) {
	.stepFourImg {
		min-height: 355px;
	}
	.stepFourImg {
		min-height: 310px;
	}
}
@media (max-height: 580px) {
	.stepFourImg {
		min-height: 340px;
		width: 98%;
	}
}
@media (max-height: 565px) {
	.stepFourImg {
		min-height: 330px;
	}
}
@media (max-height: 550px) {
	.stepFourImg {
		min-height: 312px;
		width: 96%;
	}
	.stepFourImg {
		min-height: 275px;
	}
}
@media (max-height: 535px) {
	.stepFourImg {
		min-height: 295px;
		width: 94%;
	}
}
@media (max-height: 520px) {
	.stepFourImg {
		min-height: 280px;
	}
}
@media (max-height: 505px) {
	.stepFourImg {
		min-height: 265px;
	}
}
@media (max-height: 490px) {
	.stepFourImg {
		min-height: 250px;
		width: 92%;
	}
	.stepFourImg {
		min-height: 265px;
	}
}
@media (max-height: 475px) {
	.stepFourImg {
		min-height: 235px;
		width: 90%;
	}
	.stepFourImg {
		min-height: 255px;
	}
}
@media (max-height: 460px) {
	.stepFourImg {
		min-height: 225px;
		width: 88%;
	}
	.stepFourImg {
		min-height: 220px;
	}
}
/* @media (max-height: 767px) {
	#assmentForm {
		overflow-y: clip;
		overflow-x: hidden;
		padding-right: 15px;
	}
}
@media (max-width: 575px) {
	#assmentForm {
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 15px;
	}
} */
@media (max-width: 455px) {
	.question-list:first-child h6 {
		font-size: 28px;
	}
}
@media (max-height: 450px) {
	.stepFourImg {
		min-height: 210px;
		width: 86%;
	}
}
@media (max-height: 435px) {
	.stepFourImg {
		min-height: 195px;
		width: 82%;
	}
}
@media (max-height: 420px) {
	.stepFourImg {
		min-height: 182px;
		width: 80%;
	}
}
@media (max-height: 410px) {
	.stepFourImg {
		min-height: 170px;
		width: 78%;
	}
}
@media ( max-width: 618px) {
	.contentTitle {
		font-size: 40px;
	}
	.yppFAQTextBody {
		margin-top: 15px !important;
	}
	.hexagon {
		margin: 20px 0 20px 35px;
	}
}
@media ( max-width: 605px) {
	.mjImgOne img {
		width: 100%;
	}
}
@media ( max-width: 600px) {
	.skillSectionStart {
		width: 100%;
	}
	.progContents .container {
		padding: 0;
		margin: 0 15px 0 65px;
		width: auto;
	}
	.pBenefits,
	.pBenefitsTitleSec {
		min-height: 275px;
		height: 275px;
	}
	.pBenefitsTitle {
		font-size: 45px;
	}
	.mjImgThree img {
		height: 335px;
	}
	.mentorship_journey {
		margin-top: 25px !important;
	}
	.yppuspQuestion {
		margin-bottom: 0;
	}
	.yppuspQuestion span,
	.yppIndustryQuestion span,
	.yppTabHead {
		font-size: 22px;
	}
	.mjText {
		font-size: 20px;
	}
	.pBenefitstxt {
		font-size: 25px;
	}
	.testimonials .test-1 p {
		font-size: 20px;
	}
}
@media ( max-width: 595px) {	
	.yppImageTotal {
		width: 100%;
	}
	.yppDetailsImg .yppImage {
		display: block;
	}
	.yppDetailsImg .yppImgTxt {
		margin: 0 auto;
		width: 197px;
	}
	.yppAddImg {
		width: 50%;
	}
}
@media ( max-width: 590px) {
	.footerPartRow {
		margin-top: -15px;
	}
	.fLeft,
	.fRight {
		min-width: 100%;
		max-width: 100%;
		padding: 0 15px;
		margin-top: 15px;
	}
	.fLeft::after {
		display: none;
	}
	.fRight h3 {
		text-align: left;
	}
	.fRight ul li {
		text-align: left;
	}
	.footerLeft::before {
		margin: 0 auto 15px auto;
	}
}
@media ( max-width: 585px) {
	.learnSomething h4 {
		font-size: 24px;
	}
	.careerHelpSec {
		margin-bottom: 5px;
	}
	.careerbgPart:last-child {
		margin-bottom: 0;
	}
}
@media ( max-width: 576px) {	
	.susContent img {
		height: 185px;
	}
}
@media ( max-width: 575px) {
	.programCounterSeperator {
		border-left: 0;
		border-right: 0;
		border-bottom: 2px solid rgb(187, 169, 106);
	}
	.careerHelpSec .bgPart p{
		padding: 20px;
	}
	.formStart {
		margin-top: 0;
	}
	.profileImg,
	.profileImg img {
		width: 185px;
		height: 185px;
	}
	.viewStatusDetails {
		text-align: center;
	}
	.viewStatus {
		margin-top: 10px;
	}
	.expertLeft {
		width: 100%;
		margin-right: 0;
	}
	.expertRight {
		width: 100%;
	}
	.reviewLeft {
		width: 100%;
		margin-right: 0;
	}
	.reviewRight {
		width: 100%;
		margin-top: 15px;
	}
	.yppTabSmall {
		margin-top: -15px;
	}
	.yppTabSmall .yppTabSquare {
		margin-top: 15px;
	}
	.meetSpeak .container .col-12,
	.productPart .col-sm-2.col-12 {
		min-width: 100%;
		max-width: 100%;
	}
	.productPartImg img {
		width: 125px;
	}
	.podcastImgPart {
		margin-top: -25px;
		margin-right: 0;
	}
	.podcastImgPart div {
		width: 100%;
		text-align: center;
	}
	.podcastImgPart a img {		
		margin-top: 25px;
	}
}
@media ( max-width: 570px) {
	.srowOne,
	.srowTwo,
	.srowThree {
		min-width: 100%;
		max-width: 100%;
		margin-top: 25px;
	}
	.whoWeImg,
	.whoWeImg img,
	.imgPart,
	.imgPart img {
		height: 315px;
	}
}
@media (max-width: 565px) {	
	.stepFourImg {
		min-height: 265px;
		width: 265px;
		background-size: 100% 100%;
	}
}
@media (max-width: 563px) {
	.rightBorder {
		width: 205px;
	}
	.bottomtextContent {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.chatMesg h5 {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media (max-width: 535px) {	
	.whoWeImg, .whoWeImg img {
		height: 300px;
	}
	.footRight {
		width: 445px;
	}
	.listDetails {
		min-width: 100%;
		max-width: 100%;
	}
	.rightMentorPart {
		border-left: 0;
		/* border-top: 1px solid #ccc; */
		min-width: 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.rightMentorPart:before {
		content: '';
		border-top: 1px solid #ccc;
		display: block;
		width: 100%;
		padding-top: 15px;
	}
	.yppTabList {
		width: 100% !important;
	}
	.yppTabText h6 {
		font-size: 20px;
	}
}
@media ( max-width: 532px) {
	.yppReachOut .reachOutSeperator {
		display: none;
	}
	.yppReachOut strong.txtBlue {
		text-align: center;
		display: block;
	}
	.yppReachOut strong.txtBlue:after {
		content: '';
		border-bottom: 2px solid #BBA96A;
		display: block;
		margin: 5px auto 15px auto;
		width: 100%;
	}
}
@media ( max-width: 518px) {
	.contentTitle {
		font-size: 30px;
	}
	.mjImgThree img {
		height: 275px;
	}
}
@media (max-width: 500px) {
	.HomePageProgramPopup .modal-dialog {
		max-width: 100%;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.homeModal .modal-dialog {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.wavyFlex h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.wavyFlex p {
		font-size: 17px;
	}
	.sOne {
		/* height: 266px; */
		height: 236px;
	}
	.wavy_inner_header {
		/* height: 48vh;
		padding-top: 105px;
		padding-left: 15px;
		padding-right: 15px; */
		height: 195px;
	}
	.twoBtn {
		border-radius: 25px;
	}
	.twoBtnAssessment {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.twoBtnRegister {
		width: 100%;
	}
}
@media (max-width: 485px) {
	.yppBannerLogo img {
		height: 40px;
		width: 145px;
	}
	.yppHomeImage {
		height: 345px;
	}
	.yppDesc {
		padding: 65px 0 45px 0;
	}
	.yppBannerHead {
		font-size: 25px;
	}
	.ypplead {
		font-size: 20px;
	}
	.yellowBtn:nth-child(2),
	.yellowBtn {
		margin-top: 20px !important;
	}
	.yppSusSay {
		font-size: 22px;
	}
}
@media (max-width: 485px) {
	.wavyFlex h1 div:nth-child(1) {
		text-align: center;
		width: 100%;
	}
	.wavyFlex h1 div:nth-child(2) {
		text-align: center;
		width: 100%;
		padding-left: 0;
	}
	.whatMedia {
		display: inline-block;
		margin-top: 30px;
	}
	.media_img {
		text-align: center;
		margin-right: 0;
	}
	.col_md_2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.whatMedia h4 {
		text-align: center;
	}	
	.whySuslencePart {
		min-width: 100%;
		max-width: 100%;
	}
	.whyImage img {
		width: 75px;
		height: 75px;
	}
	.whySuslencePart h6 {
		font-size: 20px;
	}
	.whySuslence {
		padding: 25px 0;
	}
	.whySuslence h4, .needKnowVideo h4, .programNumbers h4, .faqQuestion h4, .careerHelp h4 {
		font-size: 23px;
	}
	.shouldMentor h4 {
		font-size: 23px;
	}
	.textPart h4 {
		font-size: 20px;
	}
	.textPart p {
		font-size: 16px;
	}	
	.learnSomething h4 {
		font-size: 22px;
	}
	.whatPeople h3 {
		font-size: 24px;
	}
	.whoWe h3 {
		font-size: 30px;
	}
	.whoWe p {
		font-size: 17px;
	}
	.faqText {
		font-size: 17px;
	}
	.benefitCoaching {
		margin: 25px 15px 0 15px;
	}
	.coachProgram {
		padding: 5px 15px;
	}
}
@media (max-width: 475px) {	
	.yppAddImg {
		width: 100%;
	}
}
@media (max-width: 474px) {
	.rightBorder{
		width: 168px;
	}
	.footRight {
		width: 410px;
	}
	.tabText h6 {
		font-size: 15px;
	}
	.findMentor a.active::before {
		border: 10px solid transparent;
		margin-top: 20px;
		border-bottom-color: #fff;
	}
	.becomeMentor a.active::before {
		border: 10px solid transparent;
		margin-top: 20px;
		border-bottom-color: #fff;
	}
	.findMentortext, .becomeMentortext {
		font-size: 15px;
	}
}
@media (max-width: 455px) {	
	.profileImg,
	.profileImg img {
		width: 155px;
		height: 155px;
	}
}
@media (max-width: 442px) {
	.formRightTotal {
		width: 100%;
	}
	.completeSectionLeft {
		width: 100%;
	}
	.completeSectionRight {
		width: 100%;
	}
}
@media (max-width: 432px) {
	.footerLogo {
		display: block;
	}
	.footer_icon ul {
		display: block;
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
		top: 0;
		text-align: center;
	}
}
@media (max-width: 427px) {
	.rightBorder {
		border-right: 0;
	}
	.footRight {
		display: inline;
	}
	.txtRight {
		text-align: left;
	}
	.txtLeft {
		padding: 0 0 0 20px;
	}
	.whoWeImg,
	.whoWeImg img,	
	.imgPart,
	.imgPart img {
		height: 255px;
	}
	.learnSomething h4 {
		font-size: 20px;
	}
	.whatPeople h3 {
		font-size: 22px;
	}
	.whatMedia h4 {
		font-size: 23px;
		margin-bottom: 5px;
	}
	.bannerHead {
		font-size: 2.0rem;
	}
	.sOne {
		height: 226px;
	}
	.wavy_inner_header {
		padding-top: 95px;
		height: 185px;
	}
}
@media (max-width: 420px) {
	.changeSection {
		width: 100%;
	}
	.toolLeft,
	.toolRight {
		width: 100%;
	}
	.toolLeftPart {
		justify-content: center;
	}
	.toolText::before {
		margin: 0 auto 5px auto;
	}
	.mjImgThree img {
		height: 205px;
	}
	.yppuspQuestion span,
	.yppIndustryQuestion span,
	.yppTabHead	{
		font-size: 20px;
	}
	.mjText {
		font-size: 18px;
	}
}
@media (max-width: 405px) {
	.progressBarPart {
		width: 235px;
	}
}
@media (max-width: 380px) {
	.progContents .container {
		margin: 0 15px 0 45px;
	}
	.serialSection {
		height: 95px;
		width: 170px;
		margin-left: -45px;
	}
	.serialSection:after {
		border-width: 0 30px 22px 0;
		bottom: -22px;
		left: -1px;
	}
	.serialSection h5 {
		font-size: 22px;
	}
	.serialSection p {
		font-size: 45px;
		line-height: 35px;
	}
	.week2Img img {
		max-width: 100%;
		min-width: 100%;
		height: 100%;
	}
	.programSkillGap span {
		font-size: 22px;
	}
	.pBenefits,
	.pBenefitsTitleSec {
		min-height: 205px;
		height: 205px;
	}
	.pBenefitsTitle {
		font-size: 30px;
	}
	.pBenefitstxt {
		font-size: 15px;
	}
}
@media (max-width: 375px) {
	.responsiveDiv .col-md-4.col-12 {
		min-width: 100%;
		max-width: 100%;
	}
}	
@media (max-width: 366px) {	
	.progressBarPart {
		width: 275px;
		top: -8px;
	}
}
@media (max-width: 375px) {	
	.yppHomeImage {
		height: 295px;
	}
	.yppDesc {
		padding: 55px 0 35px 0;
	}
	.yppBannerHead {
		font-size: 20px;
	}
	.ypplead {
		font-size: 18px;
	}
	.yellowBtn {
		margin-top: 15px;
	}
	.yellowBtn .btn,
	.yellowBtn .btn:focus {
		font-size: 10px;
	}
}
@media (max-width: 362px) {
	.yppBodyText {
		min-width: 100%;
		max-width: 100%;
	}
	.yppBodyText ul {
		padding-left: 15px;
	}
}
@media (max-width: 360px) {
	.twoBtn {
		width: 100%;
	}
}
@media (max-width: 355px) {
	.whoWeImg,
	.whoWeImg img,
	.imgPart,
	.imgPart img {
		height: 255px;
	}
	.textPart h4 {
		font-size: 18px;
	}
	.textPart p {
		font-size: 15px;
	}
	.learnSomething h4 {
		font-size: 19px;
	}
	.bgTotal .findMentorSection .input-group {
		border: 0;
		padding: 10px 0 0 0;
	}
	.bgTotal .findMentorSection .input-group .form-control,
	.bgTotal .findMentorSection .input-group .form-control:focus {
		border: 2px solid #000;
		border-radius: 0;
		width: 100%;
		padding: 5px 15px;
		min-height: 45px;
	}
	.bgTotal .findMentorSection .input-group .input-group-append {
		width: 100%;
		margin-top: 10px;
		min-height: 45px;
	}
	.bgTotal .findMentorSection .input-group .input-group-append .btn {
		width: 100%;
		border-radius: 0;
	}
	.yppuspQuestion span,
	.yppIndustryQuestion span,
	.yppTabHead	{
		font-size: 18px;
	}
}	
@media ( max-width: 345px) {
	.contentTitle {
		font-size: 25px;
	}
	.mjImgThree img {
		height: 155px;
	}
	.sOne {
		height: 206px;
	}
	.wavy_inner_header {
		padding-top: 75px;
		height: 165px;
	}
}
@media (max-width: 338px) {
	.bannerHead {
		font-size: 1.8rem;
	}
	.benefitCoachingTitle {
		font-size: 20px;
	}
}
/*=== Responsive End ===*/