
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|PT+Sans:400,700|Roboto:400,500&display=swap');
* { margin:0; padding:0; }
			*, *:before, *:after { box-sizing:border-box; }

			.flex-site { 
            display:-ms-flexbox;
            -ms-flex-direction:column;
			}
font-face {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.navbar.custom-navbar li a {
	color: #575656;
	font-size: 15px;
}
	.navbar.custom-navbar li a:hover {
		color: #088ec2;
		font-size: 15px;
	}
.square_btn.custom-btn {
	padding: 2px 10px;
	height: 27px;
	position: relative;
	top: 5px;
	font-size: 13px !important;
}
.navbar-toggler-icon .fa {
	color: #00a1e0;
	font-size: 30px;
	opacity: 0.7;
	transition: all 0.2s ease-in 0s;
}
.navbar-toggler-icon:hover .fa {	
	opacity: 1;
}
.mob-icon {
display:none;
}
.navbar.custom-navbar li.log-link a {
	color: #fff;
	transition: all 0.2s ease-in 0s;
}
.user-info .user-icon {
	width: 40px;
	height: 40px;
	background: #00a1e0;
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	box-shadow: 0px 1px 1px 1px #d8d6d6;
}
.user-info .dropdown-toggle:after {
	margin-top: 17px;
	font-size: 20px;
	color: #00a1e0;
}
.user-info .dropdown-menu {
	background: #00a1e0;
	border-radius: 0;
}
.user-info .dropdown-menu a {
		color: #fff !important;
	}
	.user-info .dropdown-menu a:hover {
		background: #f1a432;
	}
	.square_btn.custom-btn:hover {
		background: #e99b28;
		border-bottom: 4px solid #b06e0e;
	}
.section-intro {
	padding-top: 100px;
	padding-bottom: 110px;
	/*box-shadow: 0 8px 6px -6px #00000042;*/	
	position: relative;
	overflow: hidden;
	background-color: #d7f4ff !important;
}
	.section-intro::after {
		position: absolute;
		content: '';
		width: 120%;
		height: 110px;
		background: #fff;
		left: -64px;
		box-shadow: 0px 0 5px rgba(0, 0, 0, 0.6);
		bottom: -73px;
		transform: rotate(0deg);
		border-radius: 100%;
	}

.title-intro {
	font-size: 40px;
	color: #078dc1;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.section-intro .img-intro {		
		max-height: 380px;
		max-width: 100%;
	}
.grid-sec h3, .grid-sec h2 {
	text-align: center;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 0 30px 0;
	color: #323232;
}
.grid-section h3 {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #078dc1;
}
.grid-section .mx-auto {
	max-width: 250px;
}
.grid-section p {
	padding: 15px 0 0 4px;
	text-align: justify;
	color: #5e5e5e;
	font-size: 16px;
}
			#page {
				width:100%;
				min-height:100vh;
				display:-webkit-flex;
				display:flex;
				-webkit-flex-direction:column;
				flex-direction:column;
			}
			
			#content { 
				-webkit-flex-grow:1;
				flex-grow:1;
			}

.square_btn {
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	background: #ff6a00;
	color: #FFF;
	border-bottom: solid 4px #6a2f05;
	border-radius: 2px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.square_btn_sm {
	display: inline-block;
	padding: 3px 15px;
	text-decoration: none;
	background: #ff6a00 !important;
	color: #FFF;
	border-bottom: solid 4px #953e00;
	border-radius: 8px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

	.square_btn:active { /*OnClick*/
		-ms-transform: translateY(4px);
		-webkit-transform: translateY(4px);
		transform: translateY(4px); /*Move down*/
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*Reduce Shadow*/
		border-bottom: none;
	}
.square_btn_sm:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px); /*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*Reduce Shadow*/
	border-bottom: none;
}

.text_align_center {
	text-align: center;
}

.page-title h1 {
	border-bottom: 2px solid #3a3e98;
	width: 100%;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.card-header.bg-primary, .card-header.bg-success {
	background: none !important;
	color: #3a3e98 !important;
	border-bottom: 1px solid #ccc;
}
footer {
	background: #3a3e98;
	color: #000;
}
.register {
	background: -webkit-linear-gradient(left, #cecfff, #cecfff);
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
}

.register-left {
	text-align: center;
	color: #fff;
	margin-top: 4%;
}
.register-left h3 {
	font-size: 35px;
}
	.register-left input {
		border: none;
		border-radius: 1.5rem;
		padding: 2%;
		width: 60%;
		background: #f8f9fa;
		font-weight: bold;
		color: #383d41;
		margin-top: 30%;
		margin-bottom: 3%;
		cursor: pointer;
	}

.register .register-form {
	padding:0 15px;
	margin: 0;
}
	/*.register .register-form label {
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
	}*/
	.register .register-form .form-control {
		font-size: 13px;
	}
.custom-modal h5 {
	margin: 0;
	font-size: 15px;
}
.custom-modal .close {
	padding: 0 !important;
	background: #3c3c3c;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 19px;
	position: relative;
	right: 5px;
	top: 5px;
	opacity: 1;
	color: #fff;
}
.main-menu {
	position: fixed;
	top: 130px;
	left: -1px;
	overflow: hidden;
	-webkit-transition: width .05s linear;
	transition: width .05s linear;
	-webkit-transform: translateZ(0) scale(1,1);
	z-index: 1000;
	border-radius: 0px 3px 3px 0px;
}
.main-menu ul {
		margin: 0;
	}
	.main-menu li {
		position: relative;
		background: #3a3e98;
		width: 42px;
		transition: all 0.2s ease-in 0s;
		border-bottom: 1px solid #3a3e98;
	}

		.main-menu li:hover {
			background: #08516c;
		}
		.main-menu li .fa {
			font-size: 20px;
			transition: all 0.2s ease-in 0s;
			padding: 4px 7px 6px 7px;
			width: 40px;
			text-align: center;
		}
		.main-menu li > a {
			position: relative;
			display: flex;
			color: white;
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			text-decoration: none;
			-webkit-transform: translateZ(0) scale(1,1);
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
			padding: 3px 0px 3px 0px;
		}

	.main-menu .nav-text {
		position: relative;
		line-height: 31px;
		margin-left: 10px;
		opacity: 0;
		white-space:nowrap;
	}
	.main-menu li:hover {
		width: 185px;
	}
		.main-menu li:hover .nav-text {
			opacity:1;
		}

.main-menu > ul.logout {
	position: absolute;
	left: 0;
	bottom: 0;
}
.card-info-window {
	background: #3a3e98;
	color: #fff;
	padding: 10px;
}
.notes {
	font-size: 12px;
	color: #4040ed;
}
.toggle-password {
	position: absolute;
	top: 28px;
	right: 27px;
	font-size: 18px;
}
.tab-panel .nav-item a.active {
	background: #3a3e98;
	color: #fff;
	border: 1px solid transparent;
}
.my-btn {
	background: #1533bc;
	color: #fff;
	border: 0px;
	padding: 3px 5px;
	border-radius: 2px;
	font-size: 13px;
}

.editable-icon a, .editable-icon button {
	background: #1533bc;
	color: #fff !important;
	padding: 7px;
	width: 30px;
	height: 28px;
	font-size: 14px;
	margin: 0px 6px 0px 1px;
	border-radius: 4px;
	text-align: center;
	transition: all 0.2s ease-in 0s;
}

	.editable-icon a:hover, .editable-icon button:hover {
		background: #1f2363;
		color: #fff !important;
	}
@media (min-width: 992px) {
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
.lists {
	border: 1px solid #f2f2f2;
	background: #fff;
	border-radius: 0;
	padding: 10px 0;
	color: #3a3e98;
	cursor:pointer;
}
.formrow .lists:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	position: relative;
	right: 10px;
}
.formrow .lists.collapsed:after {
	content: "\f067";
}
.itemone {
	border: 1px solid #f2f2f2;
	border-top: 0px;
}
.list-head {
	background: #43add6;
	color: #fff;
	padding: 5px 0px !important;
}
.forms {
	padding: 0px;
	border: 1px solid #e3dbdb;
	border-top: 0px;
}
.forms:last-child {
	border-bottom: 0px;
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
	.nav-item.log-link {
		display: none !important;
	}
	.navbar .container {
		position: relative;
	}
	.mob-icon {
		display: inherit;
		position: absolute;
		top: 32px;
		right: 50px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.title-intro {
		font-size: 30px;		
	}
	.section-intro .img-intro {
		max-height: 180px;
	}
}
@media only screen and (max-width: 639px) and (min-width: 320px) {
	.grid-sec h3, .grid-sec h2 {
		font-size: 30px;
	}
	.grid-section h3 {
		font-size: 25px;
	}
	.grid-section .mx-auto {
		max-width: 170px;
	}
	.section-intro {
		padding-top: 30px;
		padding-bottom: 80px;		
	}
		.section-intro::after {			
			left: -44px;			
		}
	.title-intro {
		font-size: 25px;
	}
.img-sm-right {
		display: none;
	}
	.section-intro .col-lg-6.col-6 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100%;
	}
}





.apply-cashback.right_align {
    position: absolute;
    right: 15px;
    top: 0px;
}

.right_align {
    text-align: right;
    margin-bottom: 4px;
}

.empty-cart {
    text-align: center;
}

    .empty-cart img {
        width: 155px;
        margin: 15px 0;
    }

    .empty-cart p {
        font-size: 21px;
    }

    .empty-cart .btn {
        margin-top: 17px;
    }

.cart_table tbody tr:nth-child(odd) {
    background: #eeeeee;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 3px;
}

.cart_table tr td,
.cart_table tr th {
    border: 0px !important;
}

    .cart_table tr th:last-child {
        text-align: right;
        padding-right: 40px;
    }

    .cart_table tr td h6 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 6px 0 0px;
    }

        .cart_table tr td h6 span.cart-item-id {
            color: #08c;
            font-size: 12px;
        }

.cart_table tbody tr {
    position: relative;
}

    .cart_table tbody tr td {
        padding: 15px 10px 15px 10px !important;
    }

        .cart_table tbody tr td:last-child {
            padding-right: 35px !important;
            padding-top: 22px !important;
            text-align: right;
            min-width: 175px;
        }

.total_table.table {
    margin: 0;
}

.child.discountedPrice td {
    padding: 7px 0;
}

    .child.discountedPrice td:last-child {
        text-align: right;
    }

.saving-message.col-xs-12.nopadding {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    float: none;
}

.make-payment-with {
    color: #08c;
    width: 100%;
    display: inline-block;
    margin: 11px 0 4px 0;
    font-weight: bold;
}

.neft_heading {
    color: #08c !important;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.pay-info a {
    font-weight: bold;
    padding: 9px 0 2px 0;
    display: inherit;
}

.neft_heading p {
    color: #434343;
    padding: 7px 0 0 0;
}

.child.discountedPrice {
    background: none !important;
    box-shadow: none !important;
    font-weight: normal;
    font-size: 14px;
}

    .child.discountedPrice.sub-total,
    .child.discountedPrice.cart-total {
        background: #f0f0f0 !important;
        font-weight: bold;
        font-size: 16px;
    }

.delete-cart-item {
    position: absolute;
    right: 5px;
}


.headingBox {
    padding-left: 10px;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 3px #9CBAA5;
    border-bottom: 3px solid #08c;
    background: #fafafa
}

.headingstyle {
    7px 0px 7px 3px
}


.delete-cart-item {
	position: absolute;
	right: 5px;
}

.btn.btn-danger.remove {
	background: #08c;
	font-size: 12px;
	padding: 0;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	border: 0;
	line-height: 23px;
	font-weight: bold;
	position: relative;
	transition: all 0.2s ease-in 0s;
}

	.btn.btn-danger.remove:hover,
	.btn.btn-danger.remove:focus {
		background: #ff9800;
	}

.proceed-to-payment {
	background-color: #FF9800;
	color: #fff !important;
	border-radius: 3px;
}

.certification-description-page-button {
	cursor: pointer;
	z-index: 10;
	font-weight: 700;
	font-size: 17px;
	-moz-border-radius: 6px !important;
	background: #08c;
	text-decoration: none;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
	text-align: center;
	color: white !important;
	padding: 8px 15px;
}

.pay-info {
	display: none;
}

.form-nopadding {
	padding: 0px !important
}


.overlay {
	background: #e9e9e9;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}

#loading-img {
	background: url('/Content/loader.gif') center center no-repeat;
	text-align: center;
	height: 100%;
	z-index: 20;
}

	#loading-img b {
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.progress-back {
	background-color: forestgreen;
}

span.error {
	color: red;
}


.form-fields-input {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #445366;
	margin-top: 10px;
	font-size: 1em;
	font-weight: 300;
}

	.form-fields-input:focus:invalid, .form-fields-input:hover:invalid {
		border-bottom: 2px solid red;
	}

.form-fields-label-required::before {
	content: "*";
	color: red;
	display: inline;
}

.form-fields-input:focus:invalid + span {
	color: red;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

.form-fields-button {
	margin: 8px;
	padding: 10px 55px;
	background-color: #61dafb;
	border: none;
	border-radius: 25px;
	font-weight: bold;
	color: #d66b24;
	margin-top: 2px;
}


.successMessage {
	color: forestgreen;
	font-weight: bold;
}



.productLinks {
	font-weight: bold;
	list-style: none;
	text-align: left;
}

.productLinks li {
		display: inline-block;
		padding: 0px;
		padding-right: 25px;

}

.non-visible {
	visibility: hidden;
}

.myvalidation {
	color: #a94442;
}

.fixMessage {
	height: 20px;
}

.imgCss {
	height: auto;
	max-height: 100px !important;
	margin-top: 16px;
}

.pass-view-btn {
	display: none;
}


.redirection-text {
	text-transform: uppercase;
	margin: 4px 0px;
	text-align: center;
}




/*Css of Upload Pdf*/


.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.siteBackColor {
	background: linear-gradient(to right, #83a4d4, #ffdeb6);
}




.pageHeading {
	background-color: #06064c;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
	max-width: 100%;
	padding: 10px 30px;
	text-align: center;
	color: white;
}

	.pageHeading p {
		margin-bottom: 5px;
		font-size: 21px;
		font-weight: 200;
	}

.welcome {
	font-size: 14px;
}

/*.child-heading {
    border-bottom: 1px solid #d66b24;
    text-decoration-style: none;
    font-size: 2em;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: bold;
    margin: 35px 0px 15px 0px;
}*/

.searchButton {
	margin: 8px;
	padding: 5px 20px;
	background-color: #61dafb;
	border: none;
	border-radius: 25px;
	font-weight: bold;
	color: #d66b24;
	margin-top: 2px;
}

.loginForm {
	border: 1px solid black;
	padding: 0px 0px 20px 15px;
}

.formFull {
	padding-left: 3.4em;
	margin-bottom: 55px;
}

.mandatoryFields::before {
	content: ' * ';
	color: red;
	display: inline;
}

.mandatoryFields {
	font-weight: 300;
	font-size: .8em;
	font-style: italic;
}

.form-fields-label-required {
	text-transform: uppercase;
	display: block;
	margin: 4px 0px;
	text-align: left;
}

form#frmId {
	position: relative;
	text-align: center;
}

/*Shatru... 20.Jan.2022*/
.rountBtns {
    border-radius: 8px !important;
}
