@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

*:focus {
	outline: none !important;
}

/*---- HEADER ----*/



.navbar-brand {
	width: 184px;
}

header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

header .header-content {
	background: #fff;
}


.group-btn.visible-mobi {
	display: none;
}

/*---- FOOTER ------*/
@media screen and (min-width: 576px) {
.max-footer {
	clear: both;
	position: absolute;
	width: 100%;
	top: 713px;
	bottom: 0 !important;
}
}

@media screen and (min-width: 718px) and (max-width: 1332px) {
	.max-footer {
		clear: both;
		position: absolute;
		width: 100%;
		top: 717px;
		bottom: 0 !important;
	}
}

ul.footer-links {
	padding-left: 0;
}

ul.footer-links li {
	float: left;
	font-size: 16px;
    line-height: 1.29411765;
    font-weight: 600;
	text-transform: uppercase;
	list-style: none;
	margin-right: 50px;
}

@media screen and (max-width: 576px) {
	ul.footer-links {
		padding-bottom: 2em;
	}
}



/*--------- GENERAL -------*/
dl, ol, ul {
	padding-left: 15px;
}
a:hover {
	color: rgba(0, 140, 149, 1);
	cursor: pointer;
}
.full-body-content {
	padding-top: 147px;
	min-height: 706px;
}

@media screen and (max-width: 576px) {
	.full-body-content {
		padding-top: 147px;
		min-height: 700px !important;
	}
}

.body-content {
	padding-bottom: 5em;
}




.group-btn .btn-dark-blue {
	color: #fff !important;
}
.group-btn .btn-dark-blue:hover {
	color: #1B365D !important;
}

.double-btn {
	max-width: 450px;
	margin: 0 auto !important;
}

.double-btn div:first-child {
	text-align: right;
}


.bg-grey{
	background: #E9E9E9;
}

.bg-lightgrey{
	background: #f9f9f9;
}

.fujioh-title {
	font-family: 'SourceSansPro';
	font-size: 1.5em;
	margin-bottom: 1em;
}
.text-content h1 {
	font-family: 'SourceSansProBold';
	font-size: 2.75rem;
	line-height: 1.25;
	font-weight: 700;
	color: #fff;
	text-shadow: -2px 2px 12px #00000073;
	text-transform: uppercase;
}

/*-------- PRELOGIN HOME ------*/

.home-panel-box {
	display: flex;
}

.home-panel {
	margin: 50px 10px 20px 10px;
}

.home-panel .item {
	padding: 50px;
}

.home-panel .name-item-bigger {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.home-panel-box {
		display: block;
		width: 100%;
	}
	.home-panel {
		display: block;
		margin: 15px;
	}
	
	.home-panel .item{
		width: 100%;
	}
}


/*---- CAROUSEL (STATIC) -----*/
.carousel {
	padding-top: 147px;
}


.carousel-indicators {
	bottom: 20px;
}

.carousel-control-next, .carousel-control-prev {
	top: 150px !important;
}


.carousel-control-prev-icon {
    background-image: url("../img/carousel_arrow_default.svg");
	width: 40px;
	height: 40px;
}

.carousel-control-next-icon {
    background-image: url("../img/carousel_arrow_default.svg");
	width: 40px;
	height: 40px;
	 transform: rotate(180deg);
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	background-image: url("../img/carousel_arrow_hover.svg");
	width: 40px;
	height: 40px;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	background-image: url("../img/carousel_arrow_hover.svg");
	width: 40px;
	height: 40px;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}


@media screen and (max-width: 991px) {
	.carousel-control-next, .carousel-control-prev {
		top: 35%;
	}
}

@media screen and (max-width: 560px) {
	.carousel-control-next, .carousel-control-prev {
		top: 45%;
	}
}

/*------ LOGIN FORM ------*/
.login-form {
	padding-top: 5%;
}
.login-form-box {
	background: rgba(255,255,255, 0.8);
	padding: 30px;
	max-width: 450px;
	margin: 0 auto;

}

@media screen and (max-width: 576px) {
	.login-form {
		padding-top: 12%;
		padding-bottom: 12%;
	}
}


/*---- FORM STYLING -----*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.text-red {
	color: #DA0003;
}

.invalid-feedback {
	margin-top: -10px;
}

.form label {
	margin-top: 1em;
	font-size: 16px;
}

.form label span {
	margin-left: 2px;
}
.form-control {
	background: rgba(255,255,255, 0) !important;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-radius: 0;
	padding: 5px 0;
	margin-bottom: 1em;
	font-size: 16px !important;
}

.form-control:focus {
	border-bottom: 1px solid rgba(0, 140, 149, 1) !important;
}

.form-control:active {
	background: rgba(255,255,255, 0) !important;
}

:-internal-autofill-selected {
	background-color: rgba(255,255,255, 0) !important;
	background: rgba(255,255,255, 0) !important;
}



/*------ Password -----*/

i.togglePassword {
	position: relative;
	float: right;
	margin-top: -50px;
	z-index: 998;
	margin-right: 10px;
	width: 24px;
}

/*----- CHECKBOX -----*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
	border: 1px solid rgba(0, 140, 149, 1);
  background-color: rgba(0, 140, 149, 0.1);
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0, 140, 149, 0.5);
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgba(0, 140, 149, 1);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 0;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
label#no_partnerID {
  font-size: 12px;
  font-style: italic;
  padding-top: 0.2em;
  font-family: 'Open Sans Thin';
}
.checkbox-container:hover input[type='checkbox'].disabled ~ .checkmark.disabled {
  background-color: rgba(0, 140, 149, 0.5) !important;
  pointer: none;
}

label#loginRmbMe {
	font-family: 'SourceSansProRegular';
	font-size: 16px;
}




/*------ FORGOT PASSWORD FORM ------*/
.fp-form {
	padding-top: 80px;
	padding-bottom: 80px;
}
.fp-form-box {
	background: rgba(255,255,255, 0.8);
	padding: 50px;
	max-width: 650px;
	margin: 0 auto;
}

@media screen and (max-width: 576px) {
	.fp-form {
		padding-top: 12%;
		padding-bottom: 12%;
	}
}

/*------- UPDATE PASSWORD FORM -----*/
.field-info {
	font-style:italic;
	font-size: 12px;
	color: rgba(0, 140, 149, 1);
	margin-top: -10px;
	margin-bottom: 10px;
	
}



/*---- MASTHEAD -----*/

.section.section-banner-child {
	background-position: center !important;
}


@media screen and (max-width: 560px) {
.section.section-banner-child {
	padding-top: 250px !important;
}
}



/*-------- FAQ Accordion -------*/
.faq .accordion {
	font-family: 'SourceSansProBold';
  background-color: #fff;
  color: #1B365D;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
	text-transform: uppercase;
  font-size: 20px;
  transition: 0.4s;
	border-top: 0.5px solid rgba(22, 65, 148, 0.5);
}

.faq .accordion:first-child {
	border-top: 0;
}


.faq-content {
	border-bottom: 0.5px solid rgba(22, 65, 148, 0.5);
}


.faq .active, .faq .accordion:hover {
  background-color: #fff;
}

.faq .accordion:after {
  content: url("../img/expand-icon-1.svg");
  float: right;
	width: 30px;
	height: 30px;
	margin-top: -3px;
  margin-right: 10px;
}

.faq .active:after {
  content: url("../img/minimize-icon-1.svg");
}

.faq .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq .panel p {
  margin-bottom: 2em;
}


/*------ COMMMON TROUBLESHOOT -------*/
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
    content: url("../img/expand-icon-1.svg");
    position: absolute;
    right: 0;
    width: 30px;
	height: 30px;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: url("../img/minimize-icon-1.svg");
	width: 30px;
	height: 30px;
}
	.mb-0 > a[aria-expanded="false"]:after {
		content: url("../img/expand-icon-1.svg");
		width: 30px;
		height: 30px;
	}
	

.card-header {
    padding: 20px 0;
    margin-bottom: 0;
   background-color: transparent;
    border: 0;
}
.card{
    border: 0;
    border-bottom: 0.5px solid rgba(22, 65, 148, 0.5);
    border-radius: 0;
    }

.card-body {
    padding: 0 0 30px 0;
}
.card.inner {
    border: 0 !important;
    padding-left: 35px;
}

.card.inner .card-header {
    padding: 0 0 20px 0;
}
/*.card.outer .show .card-body {
    padding: 0 0 15px 0;
}*/

.card.inner .mb-0 > a:after {
    left: -35px !important;
    right: unset;
	top: -6px;
}
.card.inner .card-body {
    padding: 0 0 15px 20px !important;
}

h5.mb-0 a{
	color: #1B365D;
    font-size: 18px;
	font-family: 'SourceSansProBold';
}
h6.mb-0 a {
	margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
}
.ct .card-body ul li::marker {
  color: #d2e0e9;
  font-size: 1.3em;
}
.ct .card-body ul li {
    list-style: disc;
}
.ct .card-body img {
    border: 1px solid;
    margin: 10px 0;
	width: auto;
	max-width: 300px;
    max-height: 200px;
}

.ct b {
	font-family:'SourceSansProBold';
}



/*---- UPDATE PROFILE -----*/
.update-checkbox label {
	font-family: 'SourceSansProRegular';
	font-size: 16px;
}


/*------ TERMS AND CONDITIONS -----*/
.table-block th {
	font-family:'SourceSansProBold';
	border: 0 !important;
	color: #1B365D;
	background-color: #E7E7E7 !important;
}

.table-block td {
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}

ol.terms-conditions li {
	margin-top: 1em;
}

/*------- CONTACT US -----*/
ul.contactus li {
	margin-top: 0.5em;
}



/*------ UPLOAD FILE ------*/

label.upload-file {
  font-size: 1.125rem;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  border-radius: 0;
	background: rgb(27, 54, 93);
}

label.upload-file:hover{
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.6);
	background-color: #FFFFFF;
  color: #1B365D;
}
.file-selected {
  position: relative;
  left: 0;
  width: 100%;
	display: block;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    line-height: 19px;
    padding: 10px;
    margin: 0;
    height: 39px;
    color: #575755;
    margin-bottom: 0px;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #E6E6E6;
	border: 2px dashed #E6E6E6;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #E6E6E6;
}

.d-inlineblock {
	display: inline-block;
}
#rc-messages
{
	padding: 20px;
	margin: 1em 0;
	border: 1px solid #E6E6E6;
}


#rc-messages img
{
	width: 200px;
}

#rc-progress p, #sr-progress p
{
	display: block;
	width: 100%;
	padding: 2px 5px;
	margin: 2px 0;
	background: #eee url("../img/progress.png") 100% 0 repeat-y;
}

#rc-progress p.success, #sr-progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#rc-progress p.failure, #sr-progress p.failure
{
	color:#fff;
	background: #c00 none 0 0 no-repeat;
}

/*-------- SERVICE REQUEST -----*/
.findSerialNo {
	float: right;
	width: 20px;
	margin-top: -3px;
}


/*------ CALENDAR --------*/
input.calendardate {
  padding-left: 40px;
  background-image: url("../img/calendar-icon.svg") !important;
  background-size: 30px;
  background-repeat: no-repeat !important;
  height: 30px;
}

input.calendardate:focus {
  padding-left: 40px;
  background-image: url("../img/calendar-icon.svg") !important;
  background-size: 30px;
  background-repeat: no-repeat !important;
  height: 30px;
}

/*------- RADIO BUTTON ------*/
.radio-btn label {
  width: 100%;
  margin: -2px 0 0 0;
}
.radio-btn input, .radio-btn label {
  float: left;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 140, 149, 1);
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: rgba(0, 140, 149, 1);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}



/*-------- REGISTER YOUR PRODUCT ------*/
.icon-delete {
	width: 24px;
}

.viewReceipt {
	color: rgba(0, 140, 149, 1);
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	table.table-res {
		font-size: 18px;
	}
  table.table-res thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table-res tr {
    border-bottom: 3px solid #E7E7E7;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table-res td {
    border-bottom: 1px solid #E7E7E7;
    display: block;
    font-size: .8em;
    text-align: right;
	  padding-left:100px;
  }
  
  table.table-res td::before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
	 margin-left: -100px;
	  color: #1B365D;
  }
  
  table.table-res td:last-child {
    border-bottom: 0;
  }
}


/*------- REGISTERED WARRANTY ------*/

.icon-edit {
	width: 24px;
}

.warranty-tb td:nth-child(2) {
	font-family: 'SourceSansProSemiBold';
}

.status-pending {
	font-family: 'SourceSansProSemiBold';
	color: rgba(234,118,0,1);
}

.status-active {
	font-family: 'SourceSansProSemiBold';
	color: rgba(0,140,149,1);
}

.status-expired {
	font-family: 'SourceSansProSemiBold';
	color: rgba(175,39,49,1);
}


/*------ REGISTRATION ----*/
.verify-title {
	font-family: 'SourceSansProBold';
	color: #1B365D;
}

::placeholder {
	color: #C7C7C7;
}

#enter-otp {
	text-align: center;
}

#enter-otp::placeholder {
	text-align: center;
}

button#verifyMobile {
	min-height: 30px;
	margin-top: -5px;
}

i.verified {
	position: relative;
	float: right;
	margin-top: -45px;
	z-index: 998;
	margin-right: 10px;
	width: 24px;
}

/*--- -MODAL ------*/
.modal-content {
	border-radius: 0;
}

.modal-body {
	padding: 2em;
}
