.form-bg-content {
	background-color: rgba(255, 255, 255, 25%);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255 255 255 / 82%);
    border-radius: 0px;
    padding: 20px 30px 30px;
    letter-spacing: 0.8px;
    margin: 0 15px 15px;
}

.form-bg {
	background: linear-gradient(270deg, rgb(2 157 122) 0%, rgb(2, 114, 177)
		100%);
	opacity: 0.98;
	color: #333333;
	padding: 15px 0 30px;
	box-shadow: 2px 2px 5px 1px grey;
}

.form-bg-login {
}



[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

#logo-panel {
	margin-top: 3%;
}

.forgotLink a {
	color: #0000BF;
}

.omnexBanner {
	background-image:
		url('../../resources/product/images/MySangam/LandingPage/Omnex-ample-banner.jpg');
	background-size: cover;
}

.notice-streamer {
	display: flex;
	align-items: flex-end;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

.iasBanner {
	background-image:
		url('../../resources/product/images/MySangam/LandingPage/ias-banner.png');
	/* height: 100%; */
	background-size: 100% !important;
	background-position: 100% 100% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	height: 730px;
}

.universityBanner {
	background-size: cover !important;
	background-image:
		url('../../resources/product/images/MySangam/LandingPage/university-ample-banner.png');
	height: 730px;
}

.skillBanner {
	background-size: cover !important;
	background-image:
		url(../../resources/product/images/MySangam/LandingPage/mysanghamNew.png);
	height: 379px;
	margin-top: 75px;
}

.intro-message {
	position: relative;
	padding-top: 10%;
	color: #333;
	font-size: 34px;
	margin-left: 38px;
}

.custom-navbar {
	background-color: transparent;
	border-color: transparent;
	position: absolute;
}

.header-nav li>a {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 14px;
}

.logo {
	margin-left: 50px;
}

.margin-top-30 {
	margin-top: 30px;
}

/*Signup*/
.signup { /* background:
		url("../../resources/images/MySangam/LandingPage/signup-bg.png")
		repeat scroll 0 0 transparent; */
	background: rgba(57, 107, 118, .8);
	margin-top: 9%;
	display: block;
}

.form-control-sign-up {
	border-radius: 5px;
	opacity: 1;
	display: block;
	width: 100%;
	letter-spacing: 0.7px;
}

.form-control-sign-up:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.form-control-sign-up:-moz-placeholder {
	color: #999;
}

.form-control-sign-up::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control-sign-up::-ms-input-placeholder {
	color: #999;
}

.form-control-sign-up::-webkit-input-placeholder {
	color: #999;
}

.signup-form {
	margin-top: 20px;
}

/* styles for rounded checkbox */
/* ROUNDED check boxes */
.roundedTwo {
	position: relative;
	margin-left: 10px;
}

.checkround {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0px 1px 1px #167284, 0px 1px 1px #167284;
	-moz-box-shadow: inset 0px 1px 1px #167284, 0px 1px 1px #167284;
	box-shadow: inset 0px 1px 1px #167284, 0px 1px 1px #167284;
	height: 15px;
	width: 15px;
}

.roundedTwo label {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	height: 12px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 12px;
	background: none repeat scroll 0 0 #F7F7F7;
}

.roundedTwo label:after {
	border-image: none;
	border-style: none none solid solid;
	border-width: 2px;
	color: #2E51C5;
	content: "";
	height: 5px;
	left: 1px;
	opacity: 0;
	position: absolute;
	top: 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 9px;
}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity =                         30);
	opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked+label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity =                         100);
	opacity: 1;
}

.check {
	display: none;
}

.terms-label {
	position: absolute;
	right: 36%;
}

#tc-panel {
	color: #116911;
	margin-left: -50px;
	font-size: 13px;
}

#terms {
	color: white;
	text-decoration: underline;
}

#spacer {
	width: 100%;
	height: 28px;
}

.fbSignIn {
	background:
		url("../../resources/product/images/MySangam/LandingPage/fb_btn.png")
		repeat scroll 0 0 transparent;
	border: 1px solid #64969F;
	height: 40px;
	margin-top: -4px;
	margin-left: 40px;
	width: 195px;
}

.disable {
	cursor: not-allowed;
}

.font-16 {
	font-size: 16px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.signupbutton {
	background: none repeat scroll 0 0 #5FB947;
	border: 3px solid #48A347;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	height: 42px;
	margin-top: -6px;
	margin-left: 28px;
}

.signupbutton:hover, .signupbutton:focus, .signupbutton:active {
	background: none repeat scroll 0 0 #48A347;
	border: 3px solid #5FB947;
	color: #FFFFFF;
	font-size: 16px;
}

.signupbutton:active {
	cursor: not-allowed;
}

/******************Modal popup********************/
.modal-top {
	margin-top: 2%;
}

.login-modal-body {
	background:
		url("../../resources/product/images/MySangam/LandingPage/login_bg.png")
		repeat scroll center top padding-box #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-color: #64C1D3;
	padding: 50px;
}

.login-modal-content {
	border-radius: 6px;
}

.login-form-control {
	padding: 6px 12px;
	border: medium none;
	border-radius: 5px;
	opacity: 1;
}

.login-close {
	opacity: 1 !important;
	text-shadow: none;
	position: absolute;
	top: 10px;
	right: 19px;
	color: white !important;
}

.login-btn {
	color: #FFFFFF;
	height: 34px;
	background: inherit;
	/*  background-color: rgba(0, 85, 159, 1); */
	background-color: #0E1D7A;
	border: none;
	border-radius: 5px !important;
	font-weight: 600;
	width: 170px;
	margin: 5px 0;
	font-size: 14px !important;
	text-transform: uppercase;
}

.login-btn:hover, .login-btn:active {
	background-color: rgba(0, 85, 159, 1);
	color: #FFFFFF;
}

.padding-snip {
	padding-left: 0px;
	padding-right: 0px;
}

/* #signup-popup {
	border: 2px solid #339933;
	border-radius: 5px 5px 5px 5px;
	height: 27px;
	width: 93px;
	font-size: 14px;
	background: #5FB947;
	color: #FFFFFF;
} */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#user-new {
	color: #00657B;
	font-weight: normal;
	font-size: 14px;
	cursor: not-allowed;
}

.fb-login {
	background:
		url("../../resources/product/images/MySangam/LandingPage/fb_signIn.png")
		no-repeat scroll 0 0 transparent;
	height: 37px;
	margin-top: -10px;
	width: 209px;
	border: 1px solid #FFFFFF;
}

.signup-modal-body {
	background:
		url("../../resources/product/images/MySangam/LandingPage/signup-bg.png")
		repeat scroll center top padding-box #FFFFFF;
	padding: 10px;
}

#send-pwd {
	font-size: 24px;
}

.fgpwd-p { /* color: white; */
	line-height: 15px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.form-control-text {
	display: block;
	width: 100%;
	height: 34px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-text:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.form-control-text:-moz-placeholder {
	color: #999;
}

.form-control-text::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control-text::-ms-input-placeholder {
	color: #999;
}

.form-control-text::-webkit-input-placeholder {
	color: #999;
}

.send-btn {
	background: none repeat scroll 0 0 #E4A32B;
	border: 3px solid #CF8E16;
	color: white;
	font-size: 16px;
	font-weight: 900;
	height: 38px;
	width: 124px;
	margin-top: -2px;
	border-radius: 0px;
}

.send-btn:hover, .send-btn:focus, .send-btn:active, .reset-btn:hover,
	.reset-btn:focus, .reset-btn:active, .feedback-btn:hover, .feedback-btn:focus,
	.feedback-btn:active, .return-mysghm-btn:hover, .return-mysghm-btn:focus,
	.return-mysghm-btn:active {
	background: none repeat scroll 0 0 #CF8E16;
	border: 3px solid #E4A32B;
	color: white;
}

.reset-btn {
	background: none repeat scroll 0 0 #E4A32B;
	border: 3px solid #CF8E16;
	color: white;
	font-size: 16px;
	height: 38px;
	width: 124px;
	border-radius: 0px;
	margin-top: 25px;
}

/*description*/
.description {
	margin-top: 2%;
	padding-bottom: 10%;
}

.desc-header {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 90px;
}

.desc-iframe {
	margin-left: 45px;
}

.desc-middle-line {
	border-left: 1px solid #E7E7E7;
	height: 270px;
}

.desc-middle-line-div {
	margin-top: 4%;
}

.description-right {
	font-size: 18px;
	line-height: 30px;
}

.descptn-right-div {
	margin-top: 3%;
}

.descptn-left-div {
	margin-top: 3%;
}

.startnw-btn {
	background: none repeat scroll 0 0 #5FB947;
	border: 3px solid #48A347;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	height: 42px;
	margin-top: 28px;
	width: 273px;
}

.startnw-btn:hover, .startnw-btn:focus, .startnw-btn:active {
	background: none repeat scroll 0 0 #48A347;
	border: 3px solid #5FB947;
	color: #FFFFFF;
	font-family: 'Open Sans Light';
	font-size: 16px;
}
/*options-container*/
.options-container {
	width: 100%;
	background: #fff;
	/* border-top: 6px solid #E5a740; */
	/* border-bottom: 10px solid #5a8681; */
	/* padding: 20px; */
	margin-bottom: 45px;
}

.options-middle-line {
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #FFFFFF;
	height: 180px;
	width: 1px;
}

.options-middle-line-div { /* margin-top: 3%; */
	
}

#option-header-color1 {
	color: #ddb040;
}

#option-header-color2 {
	color: #c96446;
}

#option-header-color3 {
	color: #8aabb1;
}

.title-text-color {
	color: #030303;
}

.title-text {
	font-size: 36px;
}

.options-header {
	padding-bottom: 30px;
}

.options-left {
	margin-top: 4%;
	text-align: left;
}

.options-left a {
	font-size: 15px;
	line-height: 33px;
}

#options-left1 {
	color: #d2a339;
}

#options-left2 {
	color: #56858d;
}

#options-left3 {
	color: #514745;
}

#options-left4 {
	color: #bc4131;
}

.options-title {
	cursor: default;
	position: relative;
}

.features-header {
	font-size: 36px;
}

.slide-header {
	color: #BF422E;
	font-size: 12px;
	line-height: 17px;
}
/* carousel */
.media-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	top: 21%;
	background:
		url(../../resources/product/images/MySangam/LandingPage/slider_aarow_rht.png)
		no-repeat;
}
/* Next button  */
.media-carousel .carousel-control.right {
	left: 100%;
	top: 21%;
	background:
		url(../../resources/product/images/MySangam/LandingPage/slider_aarow_lft.png)
		no-repeat;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
	background: #54808B;
	width: 12px;
	height: 12px;
	margin: 0;
}

.media-carousel .carousel-indicators .active {
	background: #F59D31;
}

.media-carousel .carousel-indicators :hover {
	background: #F59D31;
}

.media-carousel .carousel-control {
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
	font-size: 0;
}

/*---------------Bootstrap validation-------------------*/
.signup-form.form-control {
	display: inline-block;
}

.signup-form.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.signup-form.form-control::-moz-placeholder {
	color: #c3c3c3;
	opacity: 1;
}

.signup-form.form-control:-ms-input-placeholder {
	color: #c3c3c3;
}

.signup-form.form-control::-webkit-input-placeholder {
	color: #c3c3c3;
}

.signup-form.form-group {
	margin-bottom: 6px;
}

.signup-form.has-feedback {
	position: relative;
}

.signup-form.has-feedback .form-control { /* padding-right: 42.5px; */
	
}

.signup-form.has-feedback .form-control-feedback {
	position: absolute;
	right: 160px;
	top: -4px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.signup-form.has-success .help-block {
	color: #95ED1D;
}

.signup-form.has-success .form-control { /* border-color: #95ED1D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
	
}

.signup-form.has-success .form-control:focus {
	/*  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; */
	
}

.signup-form.has-success .input-group-addon {
	color: #95ED1D;
	background-color: #dff0d8;
	border-color: #95ED1D;
}

.signup-form.has-success .form-control-feedback {
	color: #95ED1D;
}

.has-success .help-block, .has-success .control-label, .has-success .radio,
	.has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline
	{
	color: #a3ff02;
}

.signup-form.has-error .form-control { /*  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
	
}

.signup-form.has-error .form-control:focus { /*  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; */
	
}

.signup-form.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.signup-form.has-error .form-control-feedback {
	color: #a94442;
}

.signup-form.form-control-static {
	margin-bottom: 0;
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
	.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline
	{
	color: #ff5400;
}

.help-block {
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	right: 8px;
	top: 2px;
	width: 172px;
	left: 60%;
	text-align: left;
}

.signup-form.form-horizontal .has-feedback .form-control-feedback {
	top: 16px;
	right: -15px;
}

.signup-form.form-horizontal .has-feedback  .roundedTwo .checkround .form-control-feedback
	{
	top: 0;
	display: inline-block;
	position: absolute;
	right: 8px;
	left: 102%;
}

.error-msgva {
	color: #da0f0f;
	font-size: 13px;
}

.btngrp {
	margin-bottom: 18px;
}

#sp1 {
	margin-top: 30px;
	width: 340px;
}

#sp2 {
	width: 140px;
	height: 44px;
	margin-top: 30px;
}

#sp {
	margin-top: 30px;
	height: 60px;
}

.sp2-left {
	margin-left: 20px;
}

#sp3 {
	width: 161px;
	height: 37px;
	margin-top: 45px;
}

#sp4 {
	width: 169px;
	height: 51px;
	margin-top: 45px;
}

#sp5 {
	width: 239px;
	height: 37px;
	margin-top: 32px;
}

.try-it-out {
	float: right;
	background: none repeat scroll 0 0 #5FB947;
	border: 3px solid #349933;
	border-radius: 15px 15px 15px 15px;
	color: #FFFFFF;
	font-family: 'Open Sans Light';
	font-size: 16px;
	font-weight: bolder;
	height: 47px;
	width: 170px;
	margin-top: 30px;
}

/*Footer*/
.footer-container {
	padding: 30px;
}

.clear {
	clear: both;
}

.visitors-count {
	width: 263px;
	height: 75px;
	background:
		url(../../resources/product/images/MySangam/LandingPage/counter-bg.png);
	margin-top: 10px;
}

.visitors-count .count-fst {
	color: #983224;
}

.login-failure-div p {
	color: red;
	font-style: italic;
}
/*Send feedback modal*/
.sendfeedback-modal-body {
	background:
		url("../../resources/product/images/MySangam/LandingPage/login_bg.png")
		repeat scroll center top padding-box #FFFFFF;
	border-radius: 6px;
	border-color: #64C1D3;
	padding: 50px;
}

.sendfeedback-p {
	color: white;
	font-size: 14px;
	line-height: 15px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.sendfeedback-label {
	font-size: 12px;
	color: #006376;
}

.form-control-textarea {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.form-control-textarea:-moz-placeholder {
	color: #999;
}

.form-control-textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control-textarea::-ms-input-placeholder {
	color: #999;
}

.form-control-textarea::-webkit-input-placeholder {
	color: #999;
}

.msg-text {
	color: #bf4a48;
	font-size: 13px;
}

.msg-text-green {
	color: #116925;
	font-weight: bold;
	text-align: left
}

.msg-text-white {
	color: white;
	font-weight: bold;
}

#failuremsg {
	margin-top: 20px;
}

.reset-error-msg {
	color: #A32900;
	font-style: italic;
	position: absolute;
	float: right;
	font-size: 14px;
	margin-top: -2px;
	margin-left: 16px;
}

#language-filter span {
	margin-right: 30px;
}

.cursor-default {
	cursor: default;
}

.margin-top-signup {
	margin-top: 355px;
}

.sucessmsg-text {
	padding-bottom: 7px;
}

#sucessmsg {
	padding-top: 12px;
}

/* .description-top-margin {
	margin-top: 30%;
} */

/*find out right arrow*/
.arrow-right {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 17px solid #F9B013;
	position: absolute;
	top: 8px;
	left: 115px;
}
/*sprites for landing*/
.icon_emplmnt, .icon_self, .icon_social, .icon_social_language,
	.icon_teach_course, .icon_training {
	background:
		url("../../resources/product/images/MySangam/LandingPage/sprites_landing.png")
		no-repeat;
}

.icon_emplmnt {
	background-position: 0 0;
	width: 25px;
	height: 25px;
}

.icon_self {
	background-position: -27px 0;
	width: 25px;
	height: 25px;
}

.icon_social {
	background-position: -151px -4px;
	width: 25px;
	height: 21px;
}

.icon_social_language {
	background-position: -54px 0;
	width: 30px;
	height: 30px;
}

.icon_teach_course {
	background-position: -87px 0;
	width: 30px;
	height: 30px;
}

.icon_training {
	background-position: -118px 0;
	width: 30px;
	height: 30px;
}

/*font styles*/
@font-face {
	font-family: "Open Sans Light";
	src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans Bold";
	src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}

/*Font style classes*/
.open-sans-light {
	font-family: 'Open Sans Light';
}

.open-sans-regular {
	font-family: 'Open Sans Regular', sans-serif;
}

.open-sans-bold {
	font-family: 'Open Sans Bold', sans-serif;
}

.open-sans-semi-bold {
	font-family: 'Open Sans Semibold', sans-serif;
}

.open-sans-semi-bold-italic {
	font-family: 'Open Sans SemiboldItalic', sans-serif;
}

.open-sans-extra-bold {
	font-family: 'Open Sans ExtraBold', sans-serif;
}

.open-sans-light-italic {
	font-family: 'Open Sans LightItalic', sans-serif;
}

.roboto-light {
	font-family: 'Roboto Light', sans-serif;
}

.roboto-regular {
	font-family: 'Roboto Regular', sans-serif;
}

.roboto-medium {
	font-family: 'Roboto Medium', sans-serif;
}

.roboto-bold {
	font-family: 'Roboto Bold', sans-serif;
}
/** media queries **/
@media ( min-width : 991px) {
	.header-image {
		height: 790px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.header-image {
		height: 589px;
	}
	.intro-message {
		color: #333;
		font-size: 25px;
		margin-left: -38px;
		margin-top: -75px;
		position: relative;
	}
}

@media ( min-width : 481px) and (max-width: 767px) {
	.intro-message {
		color: #fff;
		font-size: 23px;
		margin-top: -38px;
		position: relative;
		text-shadow: 1px 1px #333;
	}
}

@media ( min-width : 321px) and ( max-width : 480px) {
	.intro-message {
		color: #fff;
		font-size: 17px;
		margin-top: -10px;
		position: relative;
		text-shadow: 1px 1px #333;
	}
	#featuresHeader {
		margin-top: -20px;
	}
}

@media ( max-width : 320px) {
	.intro-message {
		position: relative;
		font-size: 14px;
		margin-top: -10px;
		color: #fff;
		text-shadow: 1px 1px #333;
	}
	#featuresHeader {
		margin-top: -30px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.logo {
		margin-left: 58px;
		width: 250px;
		margin-top: -15px;
	}
}

@media ( min-width : 481px) and (max-width: 767px) {
	.logo {
		margin-left: 52px;
		margin-top: -13px;
		width: 200px;
	}
}

@media ( min-width : 320px) and ( max-width : 480px) {
	.logo {
		margin-left: 20px;
		margin-top: -15px;
		width: 140px;
	}
}

@media ( max-width : 320px) {
	.logo {
		margin-left: 20px;
		margin-top: -20px;
		width: 100px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.find-out {
		cursor: pointer;
		font-size: 20px;
		margin-left: 220px;
		margin-top: 3px;
		display: block;
		position: absolute;
	}
}

@media ( max-width : 767px) {
	.find-out {
		display: none;
	}
	.fullscreen_bg {
		background-size: cover !important;
	}
	.course-sec-height-fixed {
		max-height: 716px !important;
	}
	.footer-links1 ,.footer-links2 {
		font-size: 12px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.navbar-default .nav-content {
		margin-right: 176px;
	}
}

@media ( max-width : 767px) {
	.navbar-default .nav-content>li>a {
		color: #333;
	}
	.nav>li .signup-list {
		display: block;
	}
}

@media ( max-width : 767px) {
	.custom-navbar {
		background-color: #FFF;
		border-color: transparent;
		position: absolute;
	}
	.navbar-default .nav-content {
		margin-right: 0px;
	}
	.custom-navbar .navbar-collapse {
		background-color: #FFF;
		padding-right: 0px !important;
	}
	.custom-navbar .navbar-header {
		padding: 5px;
	}

	/* .nav-bar-pane {
		margin-right: 15px;
		float: right;
		margin-top: -5px;
		width: 100px;
	}
	.navbar-default .nav-content>li>a {
		    color: #fff;
    font-size: 15px;
    margin-right: -60px;
    float: right;
    margin-top: 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #615f5d;
    opacity: 0.75;
    padding: 5px;
	} */
}

@media ( max-width : 767px) { /* .signup {
		margin-top: 8%;
	} */
	.signup {
		margin-top: 35%;
	}
	.signup-row {
		padding-top: 18%;
		margin-right: 0px;
		margin-left: 0px;
	}
	.no-padding-signup {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.signup {
		margin-top: 10%;
	}
}

@media ( min-width : 1281px) {
	.navbar-nav>li .feature-tab {
		display: block;
	}
}

@media ( max-width : 991px) {
	.navbar-nav>li .feature-tab {
		display: none;
	}
	/* .navbar-nav>li .lang-filter {
		display: none;
	} */
}

@media ( max-width : 767px) {
	.login-modal-body {
		padding: 40px 12px 50px;
	}
	.login-modal-footer {
		padding: 10px 5px 10px;
	}
	.modal-top {
		margin-top: 1%;
	}
}

@media ( max-width : 480px) {
	.form-control-sign-up {
		height: 30px;
		padding: 6px 10px;
		font-size: 12px;
	}
}

@media ( min-width : 526px) and (max-width: 767px) {
	.fbSignIn {
		float: left;
	}
	.signupbutton {
		float: left;
		margin-left: 5%;
	}
}

@media ( min-width : 491px) and (max-width: 526px) {
	.fbSignIn {
		float: left;
	}
	.signupbutton {
		float: left;
		margin-left: 8%;
		margin-top: 10px;
		width: 195px;
	}
}

@media ( max-width : 490px) {
	.signupbutton {
		margin-top: 10px;
		float: left;
		margin-left: 8%;
		width: 195px;
	}
}

@media ( max-width : 767px) {
	#tc-panel {
		color: #053E46;
		font-size: 13px;
		margin-left: 10px;
		margin-top: -3px;
		position: relative;
	}
}

@media ( max-width : 767px) {
	.send-btn {
		margin-top: 20px;
	}
}

@media ( min-width : 321px) and ( max-width : 767px) {
	.description {
		margin-top: 24%;
		padding-bottom: 10%;
	}
	.description-right {
		font-size: 15px;
		line-height: 22px;
		margin-top: -100px;
	}
}

@media ( max-width : 320px) {
	.description {
		margin-top: 15%;
		padding-bottom: 4%;
	}
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.desc-middle-line-div {
		margin-top: 6%;
	}
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.descptn-right-div {
		margin-top: 5%;
	}
	.descptn-left-div {
		margin-top: 5%;
	}
}

@media ( max-width : 320px) {
	.startnw-btn {
		width: 200px;
	}
	.description-right {
		font-size: 15px;
		line-height: 22px;
		margin-top: -100px;
	}
	.carousel-row {
		width: 100%;
		font-size: 13px;
		min-height: 250px;
	}
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.options-middle-line-div {
		margin-top: 4%;
	}
}

@media ( min-width : 861px) and (max-width: 1001px) {
	.options-left a {
		font-size: 15px;
	}
}

@media ( max-width : 860px) {
	.options-left a {
		font-size: 13px;
	}
}

@media ( max-width :490px) {
	.carousel-row {
		width: 100%;
		font-size: 13px;
		min-height: 160px;
	}
	.media-carousel {
		margin-bottom: 0;
		padding: 0;
		margin-top: 30px;
	}
	.media-carousel .carousel-control.left {
		margin-left: -38px;
		top: 33%;
	}
	.media-carousel .carousel-control.right {
		left: 109%;
		top: 33%;
	}
}

@media ( min-width : 491px) and ( max-width : 767px) {
	.carousel-row {
		margin-left: 16.6667%;
		width: 66.6667%;
	}
}

@media ( max-width : 490px) {
	.help-block {
		display: inline-block;
		font-size: 10px;
		left: 60%;
		line-height: 9px;
		position: absolute;
		right: 8px;
		top: -3px;
		width: 140px;
	}
	.fbSignIn {
		margin-top: 12px;
		margin-left: 18%;
	}
	.terms-label {
		right: 35%;
		top: -3px;
	}
}

@media ( max-width : 767px) {
	.error-msg {
		margin-top: -22px;
		margin-left: 20px;
	}
}

@media ( max-width : 767px) {
	.pagetopMarginLogin {
		margin-top: 57px !important;
	}
	.footer-left {
		border-right: 0px solid #333232;
	}
	.footer-right {
		margin-bottom: 20px;
		margin-top: -11px;
	}
	.forgotLink {
		text-align: center;
		padding-right: 11px;
		padding-top: 5px;
	}
	.loginBtn {
		text-align: center;
	}
	.login-btn {
		color: #FFFFFF;
		height: 34px;
		background: inherit;
		background-color: rgba(0, 85, 159, 1);
		border: none;
		border-radius: 5px !important;
		font-weight: 700;
		width: 180px;
		margin: 7px 0;
	}
	.loginElements {
		margin-top: -15px;
	}
	.login-failure {
		background: none repeat scroll 0 0 #CA422A;
		border: 1px solid #C24934;
		color: white;
		height: 42px;
		text-align: center;
		border-radius: 5px;
		padding: 4px 5px 0px 5px;
		margin-left: 9px;
		font-size: 12px;
		width: 250px;
		margin: auto;
	}
}

@media ( min-width : 768px) {
	.footer-right {
		margin-top: 81px;
		margin-bottom: 20px;
	}
}

@media ( max-width : 420px) {
	.visitors-count {
		width: 181px;
		height: 51px;
		background-color: #983224;
		background-image: none;
	}
	.visitors-count .count {
		padding-left: 7px;
		border: 4px solid #BE412F;
		height: 50px;
		width: 36px;
	}
	.visitors-count div {
		font-size: 36px;
		color: #fff;
		font-family: 'Helvetica';
		float: left;
		font-weight: bolder;
	}
}

@media ( min-width : 421px) {
	.visitors-count div {
		color: #fff;
		font-size: 48px;
		font-family: 'Helvetica';
		float: left;
		font-weight: bolder;
	}
	.visitors-count .count {
		letter-spacing: 20px;
		padding-left: 70px;
	}
}

@media ( min-width : 768px) and ( max-width : 1108px) {
	/* .description-top-margin {
		 margin-top: 16%;
	} */
}

@media ( min-width : 1108px) { /* .description-top-margin {
		margin-top: 13%;
	} */
}

.fb-award-bg {
	font-weight: 500;
	opacity: .7;
	/* margin-top: 12%; */
	position: relative;
	/* padding-top: 18px; */
	font-size: 27px;
	/* height: 131px; */
	height: 75px;
	background: #EEF3F7;
	color: #6F1FA4;
}

.award-logo {
	margin: auto;
	border-radius: 0px 0px 20px 20px;
}

.skill-bg {
	font-weight: 500;
	position: relative;
	font-size: 27px;
	height: 75px;
	background: #EEF3F7;
	color: #6F1FA4;
}

.skill-bg-img {
	margin: auto;
}

@media ( min-width : 969px) and (max-width: 1049px) {
	.fb-award-bg {
		font-size: 25px;
	}
}

@media ( min-width : 928px) and (max-width: 968px) {
	.fb-award-bg {
		font-size: 24px;
	}
}

@media ( min-width : 886px) and (max-width: 928px) {
	.fb-award-bg {
		font-size: 23px;
	}
}

@media ( min-width : 840px) and (max-width: 885px) {
	.fb-award-bg {
		font-size: 22px;
	}
}

@media ( min-width : 805px) and (max-width: 839px) {
	.fb-award-bg {
		font-size: 21px;
	}
}

@media ( min-width : 768px) and (max-width: 804px) {
	.fb-award-bg {
		font-size: 20px;
	}
}

@media ( min-width : 632px) and ( max-width : 769px) {
	.fb-award-bg {
		/* 		margin-top: 7%; */
		font-size: 17px;
		opacity: .9;
		font-weight: bold;
	}
}

@media ( min-width : 567px) and (max-width: 633px) {
	.fb-award-bg {
		margin-top: -15%;
		font-size: 14px;
		opacity: 0.8;
		font-weight: bold;
		padding: 3px 5px;
		height: 100%;
	}
}

@media ( min-width : 484px) and (max-width: 566px) {
	.fb-award-bg {
		margin-top: -16%;
		font-size: 12px;
		height: 100%;
	}
	.award-logo {
		width: 250px;
	}
}

@media ( min-width : 407px) and (max-width: 483px) {
	.fb-award-bg {
		margin-top: -4%;
		font-size: 14px;
		font-weight: bold;
		opacity: .9;
		padding: 3px 5px;
		height: 100%;
	}
	.award-logo {
		width: 250px;
	}
}

@media ( min-width : 320px) and (max-width: 406px) {
	.fb-award-bg {
		margin-top: -3%;
		font-size: 13px;
		height: 84px;
		font-weight: bold;
		opacity: .8;
		padding: 2px 5px;
	}
	.award-logo {
		width: 250px;
	}
}

.fullscreen_bg {
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
}

.login-form-content, .studentlogin-form-content, .signup-form-content {
	max-width: 380px;
	padding: 5px 40px 30px;
	margin: 150px auto 70px;
	background-color: rgba(214, 212, 212, 0.9);
	text-align: center;
}

.login-form-content-Model {
	max-width: 380px;
	padding: 5px 30px 20px;
	margin: 150px auto 70px;
	background-color: rgba(214, 212, 212, 1);
	text-align: center;
}

.ias-login-form-content {
	max-width: 380px;
	padding: 5px 40px 30px;
	margin: 185px auto 160px;
	background-color: rgba(214, 212, 212, 0.9);
	text-align: center;
}

.banner-section {
	
}

.login-text-link {
	color: #0000BF;
	font-weight: 500;
}

.login-text-link:hover {
	text-decoration: none !important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #eee inset !important;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
}

.errorText, .error-msg {
	display: inline-block;
	margin-top: 3px;
	color: #cf1f1f;
	font-style: italic;
	letter-spacing: 0.5px;
}

.features {
	color: #bc4131;
	text-align: center;
	margin-bottom: 20px;
	margin-left: -150px;
	font-weight: bold;
}

ul.thumb li:first-child img {
	padding-left: 7px;
}

.sponsors a>img:hover {
	transform: scale(1.1, 1.1); /** default is 1, scale it to 1.5 */
	opacity: 1;
	transition: 0.3s ease;
}

.band-green {
	border-top: 4px solid #01AA91;
	background: #fff !important;
}

.band-blue {
	border-top: 5px solid #126cb9;
}

.login-explore-section .explore-search-container {
	background-color: transparent;
	margin-top: 0px !important;
}

.login-explore-section .login-font {
	color: #bc4131;
	text-align: center;
	margin-bottom: 20px;
}

.login-explore-section .explore-tile {
	background-color: white;
}

.course-sec-height-fixed {
	max-height: 790px;
	overflow: hidden;
}

.course-sec-height-fixed-skill {
	max-height: 875px;
	overflow: hidden;
}

.course-sec-height-auto {
	height: auto;
	overflow: hidden;
}

.show-more {
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#send-pwd-div {
	padding: 0 50px 20px;
}

.login-link {
	color: white;
	float: left;
	font-weight: bold;
}

.login-link:hover, .studentlogin-link:hover {
	color: #f7f5f5;
}

.studentlogin-link {
	color: white;
	float: right;
	font-weight: bold;
}

.activeborder {
	border-bottom: 3px solid white;
}

#show-success {
	font-weight: bold;
	font-size: 25px;
}

#windowCreateMsg .modal-body {
	margin: 15px 30px 30px !important;
}

#link-expired-msg, #reset-success-msg, #resetloaderImage {
	display: none;
}

/* background body color */
.login-background-color-online {
	background: #fff !important;
}

.login-background-color-local {
	background: #d7d8d8 !important;
}

.login-form-content-local {
	max-width: 380px;
	padding: 40px 40px 30px;
	margin: 150px auto 70px;
	background-color: #ECF0F1;
	/* background-color: rgba(214, 212, 212, 0.9); */
	/* background-color: rgba(214, 212, 212, 1); */
	text-align: center;
	border-radius: 18px;
	border: 1px solid #BDC3C7;
}

.login-icon-local {
	max-width: 55%;
}

.login-form-control-local {
	font-size: 16px;
	padding: 6px 12px;
	border: medium none;
	border-radius: 2px;
}

.login-form-control-local::-moz-placeholder {
	color: #949598;
	opacity: 1;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 15px;
}

.login-form-control-local:-ms-input-placeholder {
	color: #949598;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 15px;
}

.login-form-control-local::-webkit-input-placeholder {
	color: #949598;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 15px;
}

.login-form-control-local:focus {
	background-color: #fff;
}

.login-form-control-local-student {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.login-form-control-local-student::-moz-placeholder {
	color: #949598;
	opacity: 1;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 20px;
}

.login-form-control-local-student:-ms-input-placeholder {
	color: #949598;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 20px;
}

.login-form-control-local-student::-webkit-input-placeholder {
	color: #949598;
	font-style: normal !important;
	text-transform: capitalize !important;
	font-size: 20px;
}

.forgot-password-local {
	color: #6DD1D3;
}

.click-link {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.login-content-local {
	margin: 92px 20px 70px 20px;
}

.login-student-img {
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	object-fit: contain;
	border-radius: 50%;
}

.login-student-list-panel {
	max-height: 400px;
	overflow-y: auto;
	background-color: #fff !important;
	padding: 0px 20px 0px 20px;
	margin-left: 30px;
	margin-right: 30px;
	overflow-x: hidden;
}

.login-username-span {
	background: #9C9B98;
	color: #fff;
	border-radius: 9px;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
}

.studentLoginHeaderText {
	color: #333;
	font-style: normal !important;
	margin-top: 10px !important;
	/* font-family: "Times New Roman", Times, serif; */
	/* font-size: 15px; */
}

.modal-bgcolor-student-local {
	background-color: #ECF0F1 !important;
	border: 1px solid #BDC3C7 !important;
	border-radius: 5px !important;
}

.modal-body-student-local {
	padding: 0px 20px 0px 20px;
}

.evidya-logo-class {
	margin: 10px 10px 0;
}

@media ( min-width : 576px) {
	.notice-streamer {
		align-items: center;
		padding: 0;
	}
}

.loginPagePanel {
	border: none !important;
}

.margin-5px-0px {
	margin: 5px 0px 5px 0px;
}

#login_uname_fg .popover {
	max-width: 500px;
	color: #e80505;
	font-style: italic;
}

.tooltip .tooltip-inner {
	opacity: 1;
	font-size: 10px;
	text-align: left;
	letter-spacing: 0.5px;
	color: white;
	padding: 10px;
}

@media ( min-width : 768px) {
	.modal-login {
		width: 360px;
	}
}

.whitetext {
	color: white
}

.login_wrap {
	position: absolute;
	top: 36px;
	color: white;
	right: 111px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	background: rgb(0 0 0/ 79%);
	border-radius: 50%;
	padding: 16px 20px;
}

.login_wrap:hover {
	background: black;
}

.login_wrap img {
	width: 35px;
	margin-bottom: 5px;
}

.info-box {
	position: relative;
	top: -40px;
	background: #01B288;
	padding: 20px 15px;
	color: #fffffff0;
	text-align: center;
}

.greybg {
	background: #eeeeee61;
}

.mainText {
	line-height: 1.8;
	font-size: 18px;
}

.infotile-wrap img {
	width: 100px;
}

.infotile-wrap {
	font-weight: 600;
	margin-top: 55px;
	margin-bottom: 60px;
}

.infotile-wrap .box {
	margin-bottom: 30px;
	min-height: 170px;
}

.logo_wrap {
	position: absolute;
	top: 30px;
	left: 111px;
	background: rgb(0 0 0/ 79%);
	border-radius: 50%;
	padding: 22px 18px 22px 10px;
}

.logo_wrap_noborder {
	margin-left: 30px;
}

.logo_wrap img, .logo_wrap_noborder img {
	width: 135px
}

.iconbox {
	background: white;
	padding: 12px;
	border: 1px solid #e9e7e7c2;
	margin: 35px 0 25px;
	box-shadow: 0px 1px 3px 1px #e4e4e4;
	min-height: 135px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconbox img {
	width: 150px
}

.tilebox {
	width: 230px;
	margin: 10px;
	position: relative;
	margin-right: 15px
}

.tilebox .tileimg {
	width: 230px;
	height: 190px;
}

.tilebox .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 190px;
	background-color: rgb(86 85 85/ 46%);
}

.tilebox .after:hover {
	background-color: rgb(163 163 163/ 0%);
}

.tileCourseName2 {
	margin-bottom: -45px;
	text-align: center;
	color: white;
	position: relative;
	top: -65px;
	font-size: 15px;
	z-index: 2;
	margin-left: 9px;
	margin-right: 9px;
}

.btn-info-tile {
	border-radius: 50px !important;
	border-color: #5E89FF;
	color: #5E89FF;
	padding: 5px 40px;
	background: unset;
	font-weight: 500;
}

.btn-info-tile:hover, .btn-info-tile:active, .btn-info-tile:focus {
	color: white;
	background: #5E89FF;
}

.chapter-wrap {
	background: #17B6C8;
	color: white;
	padding: 40px 0;
	text-align: center
}

.carousel-control {
	padding-top: 8%;
	width: 3%;
	background-image: none !important;
	opacity: 1;
}

.label-callout i {
	font-size: 14px;
	color: #0c0cde;
	position: relative;
	top: 1px;
	left: 5px;
}

.filtertag {
	padding: 5px;
	border: 1px solid grey;
	color: black;
	border-radius: 10px;
	margin-right: 8px;
	font-size: 13px;
}

.yogaicon {
	width: 105px !important
}

.carousel-inner img {
	height: 185px;
	width: 100%;
}

@media only screen and (max-width: 768px) { /* For mobile phones: */
	h2, .h2 {
		font-size: 25px !important;
		margin-top: 20px !important;
	}
	.tileCourseName2 {
		margin-bottom: 0;
		color: black;
		top: -5px;
	}
	.ht-35px {
		height: unset;
	}
	.tileimg {
		width: 90%;
	}
	.tag {
		right: 20px;
	}
	.tagafter {
		right: 21px;
	}
	.carousel-control {
		padding-top: 20%;
		width: 10%;
	}
	.iconbox img {
		width: 95px;
	}
	.iconbox {
		background: unset;
		border: 0px;
		box-shadow: unset;
		min-height: 100px;
		margin-bottom: -40px
	}
	.yogaicon {
		width: 85px !important
	}
	.login-user-circle-o:before {
		font-size: 40px;
	}
	.info-box {
		/* margin: 0 55px; */
		padding: 10px 15px;
		top: 0;
		margin-bottom: 20px;
	}
	.login_wrap {
		top: 13px;
		right: 15px;
		font-size: 12px;
		padding: 6px
	}
	.logo_wrap img {
		width: 80px
	}
	.logo_wrap {
		top: 13px;
		left: 15px;
		padding: 10px;
	}
	.login_wrap img {
		width: 25px;
		margin-bottom: 2px
	}
	.infotile-wrap img {
		width: 80px;
	}
	.aolpBanner {
		height: 535px;
	}
	.login-form-content, .studentlogin-form-content, .signup-form-content {
		margin: 90px auto 50px;
	}
	.sponsors-left-header, .sponsors-right-header {
		font-size: 22px;
	}
	#sp1 {
		width: 240px;
		margin-top: 20px;
	}
	#sp2 {
		width: 100px;
		margin-top: 20px;
	}
	#sp {
		margin-top: 20px;
		height: 55px;
	}
	.sponsors {
		padding: 10px 50px 10px;
		border-top: 5px solid #588e9b;
	}
	.login-explore-section  .pagetopMargin {
		margin-top: 0 !important;
	}
	.form-text1 {
		font-size: 15px;
	}
	.activeicon img {
		width: 13px;
	}
	.activeicon {
		margin-top: -1px;
		margin-bottom: -5px;
	}
}

@media ( min-width : 768px) {
	.media-carousel .carousel-inner {
		height: 320px;
	}
	.col-sm-2less {
		width: 14% !important;
	}
	.GLtile-fixed {
		width: 150px
	}
	.searchtile-fixed {
		width: 280px
	}
	.col-sm-4less {
		width: 27% !important;
	}
	.info-box {
		width: 60%;
		margin-left: 20%;
	}
	.iconbox-wrap {
		width: 300px
	}
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.footercopyrighttext {
	margin-top: 10px;
	margin-bottom: 8px;
}

.vaBannercontainer {
	position: relative;
	width: 100%;
}

.common-bn-hgt {
	height: 404px;
}

@media ( min-width : 1367px) {
	.common-bn-hgt {
		height: 500px;
	}
}

.footer {
	position: unset;
	width: 100%;
	background-image: unset;
	background: black;
	color: white;
	padding: 15px;
}

.clear-icon {
	position: absolute;
	line-height: 32px;
	margin-right: 5px;
	right: 0px;
	color: #333;
	font-size: 12px;
	z-index: 20;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.sso-circle-icon {
	height: 30px;
	width: 31px;
	text-align: center;
	font-size: 30px;
	border-radius: 100%;
	line-height: 0.7;
	color: white;
}

.bg-b-google {
	background: #ba0404;
}

.bg-b-saml {
	background: #0080c0;
	border-width: 0px;
}

.bg-b-microsoft {
	background: white;
}

.socialWrap {
	display: grid;
	justify-content: center;
	grid-template-columns: 30px 30px 30px;
	grid-gap: 5px;
}

.samlBtn {
	padding-left: 2px;
	padding-right: 2px;
}

.centreSection .multiSelect>button {
	width: 100% !important;
	text-align: left !important;
}
.macentre-margin{
	margin-top:1%;
	margin-bottom:6%
}
.macenter-footer{
	position:fixed;
	bottom:0;
	background: white;
    color: black;
    font-weight: 500;
    border-top: 1px solid #e9e2e2;
    padding-top: 5px;
}
.fixed-footer{
	position:fixed;
	bottom:0;
}
.footer-links1 {
    border-right: 1px solid #e4dddd;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-links2 {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-links1 a,.footer-links2 a{
	color:black;
	font-weight : 700
}