html{ font-size: 10px; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

body.home{ padding-top: 0px; }

h1{
  font-size: 3.4rem;
  font-weight: 700;
}
h2{
  font-size: 3.0rem;
  font-weight: 700;
}
h3{
  font-size: 2.4rem;
}
h4{
  font-size: 2.0rem;
}
h5{
	font-size: 1.8rem;
}

a {
  transition: 0.5s;
  color: #c32c2b;
}

a:hover,
a:active,
a:focus {
  color: #c32c2b;
  outline: none;
  text-decoration: none;
}

.platinum-links {
	transition: 0.5s;
	color: #000000;
	text-decoration: underline;
}

.platinum-links:hover,
.platinum-links:active,
.platinum-links:focus {
	color: #000000;
	outline: none;
	text-decoration: underline;
}

p {
  margin: 0 0 15px 0;
}

.badge-gold{
	background-color: #d8af74;
	color: #000000;
}
.color-white{ color: #fff; }
.color-black{ color: #333; }
.color-sky{ color: #77a5d8; }
.color-light-gray{ color: rgb(181, 181, 181); }
.color-light-green{ color: #23aba5; }
.color-pink{ color: #da3e5c; }
.color-gray{ color: #a2a2a2; }
.color-orange{ color: #E49E48; }
.color-blue{ color: #2681cd; }
.color-red{ color: #c32c2b }
.color-galliprant-red{ color: #c81f3f; }
.color-credelio-green{ color: #02984a; }
.color-elanco{ color: #c32c2b !important; }
.color-gold{ color: #d8af74 !important; }

.border-radius-10{ border-radius: 10px; }
.border-radius-15{ border-radius: 15px; }
.border-radius-20{ border-radius: 20px; }

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

/*-----Font Size Classees-----*/
.font-12{ font-size: 1.2rem; line-height: 18px; }
.font-13{ font-size: 1.3rem; line-height: 20px; }
.font-14{ font-size: 1.4rem; line-height: 24px; }
.font-16{ font-size: 1.6rem; line-height: 24px; }
.font-18{ font-size: 1.8rem; line-height: 26px; }
.font-20{ font-size: 2.0rem; line-height: 30px; }
.font-20 p{ font-size: 2.0rem; line-height: 30px; }
.font-24{ font-size: 2.4rem; }
.font-28{ font-size: 2.8rem; line-height: 28px; }
.font-30{ font-size: 3.0rem; line-height: 30px; }
.font-36{ font-size: 3.6rem; line-height: 42px; }
.font-48{ font-size: 4.8rem; line-height: 52px; }
.font-60{ font-size: 6.0rem; line-height: 60px; }
.font-72{ font-size: 7.2rem; line-height: 66px; }
.font-100{ font-size: 10.0rem; line-height: 100px; }

.font-28 p{ line-height: 28px; }
.font-30 p{ line-height: 36px; }

/*-----Font Weight Classees-----*/
.font-light{ font-weight: 300; }
.font-normal{ font-weight: 400; }
.font-medium{ font-weight: 500; }
.font-semi-bold{ font-weight: 600; }
.font-bold{ font-weight: 700; }
.font-extra-bold{ font-weight: 800; }

.font-italic{ font-style: italic; }

/*----Margin Classes----*/
.margin-0{ margin: 0px; }
.margin-none{ margin: 0px; }
.margin-bottom-0{ margin-bottom: 0px; }
.margin-bottom-10{ margin-bottom: 10px; }
.margin-bottom-15{ margin-bottom: 15px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-25{ margin-bottom: 25px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-35{ margin-bottom: 35px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-50{ margin-bottom: 50px; }
.margin-top-25{ margin-top: 25px; }
.margin-bottom-minus-50{ margin-bottom: -50px; }
.margin-bottom-minus-75{ margin-bottom: -75px; }
.margin-bottom-minus-100{ margin-bottom: -100px; }

.margin-top-bottom-10{ margin-top: 10px; margin-bottom: 10px; }
.margin-top-bottom-15{ margin-top: 15px; margin-bottom: 15px; }
.margin-top-bottom-20{ margin-top: 20px; margin-bottom: 20px; }
.margin-top-bottom-25{ margin-top: 25px; margin-bottom: 25px; }

/*----Padding Classes----*/
.padding-0{ padding: 0px; }
.padding-none{ padding: 0px; }
.padding-top-5{ padding-top: 5px; }
.padding-top-10{ padding-top: 10px; }
.padding-top-15{ padding-top: 15px; }
.padding-top-25{ padding-top: 25px; }
.padding-top-35{ padding-top: 35px; }
.padding-top-50{ padding-top: 50px; }
.padding-top-100{ padding-top: 100px; }
.padding-bottom-0{ padding-bottom: 0px !important; }
.padding-bottom-5{ padding-bottom: 5px !important; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-15{ padding-bottom: 15px; }
.padding-bottom-25{ padding-bottom: 25px; }
.padding-bottom-35{ padding-bottom: 35px; }
.padding-bottom-40{ padding-bottom: 40px; }
.padding-bottom-50{ padding-bottom: 50px; }
.padding-bottom-75{ padding-bottom: 75px; }
.padding-bottom-100{ padding-bottom: 100px; }
.padding-right-100{ padding-right: 100px; }

.padding-top-bottom-10{ padding-top: 10px; margin-bottom: 10px; }
.padding-top-bottom-15{ padding-top: 15px; padding-bottom: 15px; }
.padding-top-bottom-20{ padding-top: 20px; padding-bottom: 20px; }
.padding-top-bottom-25{ padding-top: 25px; padding-bottom: 25px; }
.padding-top-bottom-40{ padding-top: 25px; padding-bottom: 25px; }
.padding-top-bottom-50{ padding-top: 50px; padding-bottom: 50px; }

.padding-10{ padding: 10px; }
.padding-20{ padding: 20px; }
.padding-25{ padding: 25px; }
.padding-35{ padding: 35px; }
.padding-50{ padding: 50px; }

/*Border Color Classes*/
.border-transparent{ border-color: transparent; }
.border-bottom-5{ border-bottom: transparent solid 5px; }
.border-yellow{ border-color: #F4C914 !important; }
.border-pink{ border-color: #D50F89 !important; }
.border-green{ border-color: #9EE615 !important; }
.border-blue{ border-color: #4335E6 !important; }
.border-sky{ border-color: #37A9F0 !important; }

/*-----Background Classes-----*/
.bg-yellow{
  background: #fdd304;
}
.bg-green{
  background: #25a895;
}
.bg-light-sky{
  background: #f5fcff;
}
.bg-light-gray{
  background: #f8f8f8;
}
.bg-gray{
  background: #a8adac;
}
.bg-price-standard{
  background: #ed1f5f;
}
.bg-price-enterprise{
  background: #ee9a16;
}
.bg-black{
  background: #000000;
  min-height: 160px;
  border-radius: 10px;
}
.short-title-box{
  min-height: auto;
}
.bg-light-gray{
  background: #f1f0ef;
}
.bg-color-black{
	background-color: #000000 !important;
	color: #fff;
}
.underline{
	text-decoration: underline;
}
.error{
  font-size: 13px;
  color: #c42a2b;
  display: block;
  font-weight: bold;
}
.alert-dismissible .close {
  font-size: 24px;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  font-size: 14px;
}

.dog-mark{
  background-image: url("../img/dog-mark.png");
  background-position: 95% 80%;
  background-repeat: no-repeat;
  background-size: 100px;
}

/*------Overflow Classes-----*/
.hidden{ overflow: hidden; display: none; }
.visible{ overflow: visible; }

/*------Position Classes-----*/
.relative{ position: relative; z-index: 99999; }

.btn-login{ color: #000; }

#header{ position: relative; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.modal .modal-header > .modal-title,
.modal .modal-header > button{
  font-size: 16px;
}

.benefits-img{ max-width: 250px; border-radius: 5px; }

@media only screen and (min-width: 1024px) and (max-width: 1159px){
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
#footer .col-md-12{ order: 1; }
#footer .col-md-8{ order: 0; }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  h1{ font-size: 2.8rem !important; }
  h2{ font-size: 2.4rem !important; }
  h1 br{ display: none; }
  .benefits-img{ max-width: 100%; border-radius: 5px; }
}

@media (max-width: 510px) {
}

@media (max-width: 639px) {
}

@media (min-width: 1169px) {
  .modal {
    /* text-align: center;*/
    /*padding: 0!important;*/
  }

.modal::before {
  /* content: ''; */
  /* display: inline-block; */
  /* height: 100%; */
  /* vertical-align: middle; */
  /* margin-right: -4px; */
}

.modal-dialog {
  /* display: inline-block; */
  text-align: left;
  /* vertical-align: middle; */
}


}

@media (min-width: 1024px) {
  
}

@media (min-width: 1100px) {
  #top .container{ max-width: 1070px; }
	.navbar-brand{ position: absolute; top: 50%; transform: translateY(-50%); left: 40px; }
  #top .container-fluid{ padding-right: 0px; }

  #top .navbar-nav li a{ position: relative; }
  #top .navbar-nav li a.active:before, #top .navbar-nav li a:hover:before{ width: 100%; height: 5px; background: #c32c2b; content: ""; position: absolute; top: 0; left: 0; }
  body.inner-page{ padding-top: 76px; }
	/*.points-table{ max-width: 80%; }*/
}

@media (min-width: 1024px) {
/* #top .navbar-nav li.call-number a{ margin-top: 10px; padding: 8px 25px; border: #dd941b solid 2px; color: #eec977; border-radius: 30px; } */
#top .navbar-nav li.top-login a{ background: #c32c2b; color: #ffffff; }

#top .navbar{ padding: 0px; }

/* .icon-connector{} */
}

#top{ width: 100%; position: fixed; top: 0; background: #ffffff; z-index: 9; }
#top .navbar-nav li a, #top .navbar-nav li .btn{ padding: 25px 12px; display: inline-block; font-size: 1.6rem; font-weight: 600; color: #666666; text-transform: uppercase; text-align: center; }
#top .navbar-nav li.lets-talk a{ padding: 10px 25px; border: #fff solid 1px; color: #fff; }
#top .navbar-nav li .btn{
  text-decoration: none;
}

#top.navbar-fixed {
  animation: mymove 0.2s ease-in-out;
  position: fixed !important;
  background: rgba(0,0,0,0.75);
}
@keyframes mymoveOut {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}

/*Banner*/
#banner{ width: 100%; height: 650px; position: absolute; top: 0; left: 0; overflow: hidden; padding: 0px; background: url(../img/home-banner.jpg) center bottom no-repeat; background-size: cover; }
/* #banner.banner.home{ padding-bottom: 325px; } */
#banner .header-content *{ color: #fff; }

#banner .header-bg-white{ width: 100%; height: 250px; position: absolute; bottom: 0; background: url(../img/header-white.png) center bottom no-repeat; background-size: 100%; }

.header-content{ width: 100%; position: absolute; top: 40%; transform: translateY(-50%); z-index: 9; }

#banner.banner.v2{ background: url(../img/home-banner.jpg) center center no-repeat; background-size: cover; }

.form-control{ font-size: 1.6rem; line-height: 2.4rem; padding: 8px 15px; height: auto; border-radius: 4px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
}

.form-group label{
  font-size: 13px;
  font-weight: bold;
}

.dob{
	height: 38px;
}

label.form-check-label{
	font-weight: normal;
}

.formStep{ display: none; }
#applicationForm .formStep:first-child{ display: block; }

.formStep h3{ text-align: center; font-weight: 600; }

.form-check-label{
  margin-left: 10px;
}

.radio-cover{ position: relative; }
.radio-cover label{ width: 100%; display: inline-block; margin: 0; padding: 12px 12px; background: #fff; border: #ccc solid 1px; border-radius: 6px; text-align: center; }
.radio-cover input[type=radio]{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; cursor: pointer; }
.radio-cover input[type=radio]:checked + label{ background: #000; color: #fff; }

/* New checkbox */
.container-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	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 */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #c6c6c6;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
	background-color: #c32c2b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* End New Checkbox */

.checkbox-cover{ position: relative; }

.slider.slider-horizontal{ width: 100% !important; }
.slider-selection{ background: #000 !important; }
.slider-handle{ background: #000 !important; }
.slider-track-high{ background: #f4f4f4 !important; }

.active-status span.active{ width: 100%; display: inline-block; height: 5px; background: #ebc067 !important; border: #fff solid 1px; }

#banner .banner-content *{ color: #fff; }
.banner-content h1{ margin-top: 50px; margin-bottom: 25px; }
.banner-content h2{ margin-bottom: 25px; }
.banner-content p{ font-size: 18px; margin-bottom: 35px; }
.banner-button{ width: 100%; }
.banner-button a{ width: 300px; margin: 0px; padding: 10px 15px; display: inline-block; text-align: center; color: #fff; font-weight: 600; background: linear-gradient(to right, #dd941b, #eec977 99%) !important; border-radius: 4px; }


#footer{ background: #e9e7e5; padding: 50px 0; }
#footer .container{ max-width: 1140px; }
#footer ul{ margin: 0; padding: 0; list-style: none; }
#footer ul li{ display: inline-block }
#footer ul li a{ font-size: 16px; padding: 0px; }
#footer ul li a img{ width: 40px; }

#footer .footer-links ul li a{ padding: 0px 3px; font-size: 13px; }

.search-form-cover{ padding-bottom: 50px; }
.search-form-cover form{ position: relative; }
.search-form-cover form input[type="text"]{ width: 100%; padding: 10px 50px 10px 10px; border: 0px; border-radius: 10px; color: #333 !important; }
.search-form-cover form input:focus{ outline: none; }
.search-form-cover form input[type="submit"]{ width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background: url(../img/icon-search.png) center center no-repeat; border: 0px; text-indent: 99999px; }


.card{ margin-bottom: 25px; padding: 0px; border: 0px; box-shadow: 0 2px 13px 0 rgba(212, 212, 212, 0.5); border: 0; background: none; }
.card .card-header{ padding: 0px; background: none; border: 0px; }
.card-header a{ width: 100%; display: inline-block; padding: 15px 20px; font-size: 2.2rem; font-weight: 500; color: #2681cd; position: relative; }
.card-body{ padding: 0px 20px 20px; }
.card-header a:after{ position: absolute; top: 50%; transform: translateY(-50%); right: 20px; content: "\f078"; font-family: FontAwesome; }
.card-header a.collapsed:after{ position: absolute; top: 50%; transform: translateY(-50%); right: 20px; content: "\f054"; font-family: FontAwesome; }


.full-image{ width: 100%; }
.full-image img{ width: 100%; }


.form-group{ margin-bottom: 1.8rem; }
input[type='text'],input[type='password'], select, textarea{ background: #f6f6f6 !important; border: 0 !important; box-shadow: none; }
textarea{ height: 100px !important; }
input::placeholder, textarea::placeholder{ color: #b3b3b3 !important; }

span.er-message{ color: #f00; font-size: 14px; }

.info-block{ margin-bottom: 50px; padding-left: 30px; position: relative; }
.info-block:last-child{ margin-bottom: 0px; }
.info-block h3{ position: relative; font-size: 2.2rem; color: #2681cd; }
.info-icon{ position: absolute; top: 0; left: -35px; }

.contact-form-left{ padding: 50px; }
.contact-form-right{ padding-top: 50px; padding-bottom: 50px; border-radius: 0 10px 10px 0px; }

@media (max-width: 1024px) {
  #top{ background: #ffffff; position: static; }
  .navbar-collapse { padding-top: 15px; }
  #top .navbar-nav li a, #top .navbar-nav li .btn{ padding: 8px 15px; }
  #footer{ padding: 25px 0px; }
  #banner{ height: auto; }
  #banner .header-bg-white{ display: none; }
}

#form-row-block{ position: relative; padding: 150px 0 50px; z-index: 99; }
#formBlock{ -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  padding: 50px;
  position: relative;
  z-index: 1; background: #72bbff; border-radius: 20px; }
#formBlock h1{ margin-bottom: 10px; font-size: 30px; font-weight: 700; }
#formBlock .form-group{ margin-bottom: 25px; }
span.tagline{ color: #cbcbcb; }
#formBlock *{ color: #fff; }
#formBlock .form-control{ background: #49a8ff !important; }
#formBlock .form-control::placeholder{ color: #fff !important; }

@media (min-width: 1024px) {
  .header-content-cover{ width: 80%; }
  .width-90{ max-width: 90%; }
}

@media (min-width: 768px) {
  .logo-on-mobile{ display: none; }

  .card-layout{
    max-width: 31%;
  }
}

@media (min-width: 1130px) {
.header-content{ top: 35%; }
}

@media (max-width: 767px) {
  #banner.home{ background-size: cover; background-position: center 0px; }
  .header-content{ position: static; transform: translateY(0px); padding-top: 25px; }
  .header-content *{ color: #4383c9 !important; }

  #form-row-block{ transform: translateY(0px); padding: 25px 0px; margin-bottom: 0px; }
  #formBlock{ padding: 25px; }
  #footer{ padding: 20px 0px; }
  #footer .text-right{ text-align: center !important; font-size: 14px; }
  #footer ul{ text-align: center;  padding-bottom: 15px; }
  #footer ul li a{ font-size: 14px; }

  .logo-on-mobile{ display: block; position: absolute; top: 25px; left: 25px; }
  .logo-on-mobile img{ width: 150px !important; }
  .logo-on-others{ display: none; }
  img.logo{ max-width: 75%; }

  #block-3 .width-90{ margin-bottom: 15px; }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px){
  }
  
  @media only screen and (min-width: 960px) and (max-width: 1024px){
  }

  .content{ margin-top: -100px; }
  .content-subpage{ margin-top: -60px; padding-bottom: 100px; }

  .bg-black *{ color: #fff; }
  .bg-black h1{ }

  .btn{ width: auto; line-height: auto; font-size: 1.3rem; font-weight: 600; text-align: center; height: auto; }
  .btn:hover{ color: #ffffff;}
  .btn-black{ width: auto; display: inline-block; padding: 15px 25px; background: #171e35; text-align: center; color: #fff; border-radius: 10px; }
  .btn-inactive{ width: auto; display: inline-block; padding: 15px 25px; background: #797979; text-align: center; color: #fff; border-radius: 10px; }
  .btn-green{ width: auto; display: inline-block; padding: 15px 25px; background: #c32c2b; text-align: center; color: #fff; border-radius: 10px; }
  .btn-red{ width: auto; display: inline-block; padding: 15px 25px; background: #c32c2b; text-align: center; color: #fff; border-radius: 10px; }
  .btn-filled { background: linear-gradient(to right, #fb003a, #c00af8 99%) !important; color: #fff; border-radius: 8px; }
  .btn-full-width{ width: 100%; }
  .btn-sm { padding: 5px 10px; }
.btn-small { width: auto; display: inline-block; padding: 8px 25px; background: #c32c2b; text-align: center; color: #fff; border-radius: 10px; }
.btn-extra-small { width: auto; display: inline-block; padding: 2px 25px; background: #c32c2b; text-align: center; color: #fff; border-radius: 10px; font-size: 10px; }
.btn-extra-small-gold { width: auto; display: inline-block; padding: 2px 25px; background: #d8bb77; text-align: center; color: #000000; border-radius: 10px; font-size: 10px; }

  .navbar-brand img{ width: 140px; }
  .navbar-light .navbar-toggler{ background-color: #666666; }

  .banner-points span{ font-weight: 700; font-size: 54px;}
  .content-subpage .align-items-end > div.banner-points{ padding: 25px 15px; padding-top: 70px; }

  .child-padding-5 > div{ padding-bottom: 5px; }

  @media (max-width: 1023px) {
    #top{ position: static; }
    .navbar-brand img{ width: 125px; }
  }

  @media (max-width: 1023px) {
    .navbar-brand img{ width: 150px; }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1500px){
  	#top .navbar-nav li a{ padding: 25px 20px; display: inline-block; font-size: 1.45rem; font-weight: 900; color: #666666; text-transform: uppercase; }
  }

@media (max-width: 639px) {
	body {
		font-style: normal;
		font-size: 1.5rem;
	}

  .navbar-brand img{ width: 150px; }
  .content{ margin: 0px; }
  .content-subpage{ margin: 0px; }
  .content .align-items-end > div:first-child{ padding: 0px; }
  .content-subpage .align-items-end > div{ padding: 0px; }
  .content-subpage .align-items-end > div.banner-points{ padding: 25px 15px; }
  .content-subpage .align-items-end div{ border-radius: 0px; }
  .bg-black { min-height: auto; padding: 10px 25px;}
  .total-product-points{ font-size: 1.8rem !important; }
  .reward-product-card{ text-align: center;}
  }

  .table-responsive thead tr:first-child th:first-child{ border-radius: 10px 0 0 0px }
  .table-responsive thead tr:first-child th:last-child{ border-radius: 0px 10px 0 0px }
  .table-responsive tbody tr:last-child td:first-child{ border-radius: 0px 0px 0px 10px; }
  .table-responsive tbody tr:last-child td:last-child{ border-radius: 0px 0px 10px 0px; }
  .table-responsive tbody tr.no-record > td{ border-radius: 0px 0px 10px 10px !important; }
  .table-responsive tbody tr:last-child td{ padding-bottom: 10px; }
  .table-responsive tr th{ background: #000000; border: 0px; border-right: #fff solid 1px;  padding: 15px; color: #fff; }
  .table-responsive tr td{ background: #f1f0ef; border: 0px; border-right: #fff solid 1px; padding: 10px 15px;}

.table-responsive-tiers thead tr:first-child th:first-child{ border-radius: 10px 0 0 0px; }
.table-responsive-tiers thead tr th{ background: #f1f0ef; }
.table-responsive-tiers thead tr:first-child th:last-child{ border-radius: 0px 10px 0 0px }
.table-responsive-tiers tbody tr:last-child td:first-child{ border-radius: 0px 0px 0px 10px; }
.table-responsive-tiers tbody tr:last-child td:last-child{ border-radius: 0px 0px 10px 0px; }
.table-responsive-tiers tbody tr.no-record > td{ border-radius: 0px 0px 10px 10px !important; }
.table-responsive-tiers tbody tr:last-child td{ padding-bottom: 10px; }
.table-responsive-tiers tr th{ background: #ffffff; border: 0px; border-right: #fff solid 1px; padding: 15px; color: #000000; }
.table-responsive-tiers tr td{ background: #f1f0ef; border: 0px; border-right: #fff solid 1px; border-bottom: #fff solid 1px; padding: 10px 15px;}

label.checkbox-cover{ font-size: 14px;}
/*.reward-title{ font-size: 1.25rem;}*/

.card-layout{
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  margin: 5px;
 }

 .btn-link:hover{ color:#000000; }
 .btn-link{ color: #c32c2b; }

 .faq{
	 box-shadow: none;
	 margin-bottom: 20px;
 }
.faq-btn{
	font-size: 16px;
	padding: 0;
	color: #000000;
}
.faq-answer{
	padding: 0px;
}
.total-product-points{
	font-size: 3rem;
}

@media (min-width: 1025px) {
	.navbar-expand-lg .navbar-collapse {
		display: inline-block !important;
		/* display: flex !important; */
		-ms-flex-preferred-size: unset !important;
		flex-basis: unset !important;
		flex-grow: unset !important;
		margin-left: auto !important;
	}
}

@media (max-width: 1024px) {
	.navbar-collapse ul.navbar-nav.desktopNav{ display: none !important; }
}
@media (min-width: 1025px) {
	.navbar-collapse ul.navbar-nav li.showMobile{ display: none !important; }
	.navbar-collapse ul.navbar-nav{ display: inline-block !important; width: 100%; text-align: right; }
	.navbar-collapse ul.navbar-nav li{ display: inline-block !important; }
	.banner { padding-top: 70px;}
}

.kit-record-box{
	margin-bottom: 25px;
	min-height: 470px;
}
