/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Joe Kizlauskas
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/
html, body {
	width: auto !important; 
	overflow-x: hidden!important;
}
.card-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.home-card-best {
	margin-top: 50px;
}
.home-card {
  /* Add shadows to create the "card" effect */
  flex: 0 0 calc(33% - 1em);
  text-align: center;
  background: #fff;
  border: 3px solid transparent;
  border-radius: 10px;
}
@media (max-width: 600px) {	
	.home-card-best {
	margin-top: 0px;
	}
	.card-container {
	    overflow-x: auto;
	    flex-wrap: nowrap;
	    -webkit-overflow-scrolling: touch; /* [3] */
		-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
	}
	.card-container :nth-child(1) { order: 2; }
	.card-container :nth-child(2) { order: 1; }
	.card-container :nth-child(3) { order: 3; }
	.home-card {
	  /* Add shadows to create the "card" effect */
	  flex: 0 0 96%;
	  margin-right: 8px;
	  width: 310px;
	  text-align: center;
	  background: #fff;
	  border: 3px solid transparent;
	  border-radius: 10px;
	}
	.slickdot {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    box-shadow:0px 0px 4px gray inset;
	}
	.slickdot-container {
	text-align: center;
    padding: 20px;
	}
}
.home-card-offer {
	min-height: 75px;
}
.home-card-label {
	padding: 6px 30px;
    background: #ffd039;
    margin: -3px auto 0;
    text-align: center;
    display: table;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    font-weight: 600;
	color: black;
}
.home-card-image {
    background-size: 180px;
    width: 175px;
    height: 90px;
    display: inline-block;
    border-radius: 6px;
	background-repeat: no-repeat;
	background-size: 120px;
    background-position: center;
}
.border-yellow {
	border-color: #ffd039;
}
.star-rating-table div {
	width: 35px;
	height: 35px;
	padding-right: 2px;
	background-size: 33px 33px
}
.star-rating {
	display: inline;
}
/* CSS For 2020 */
.read-more-flexbox-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.key-information {
    border-width: 1px;
    margin-bottom: 0px;
}
.key-information p {
	margin: 0px;
}
.key-information table {
	border-width: 1px;
	border-collapse: collapse;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
.key-information thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.key-information td, .key-information th {
    padding: 12px 15px;
}
.key-information tbody tr {
    border-bottom: 1px solid #dddddd;
}
.key-information tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.key-information tbody tr:last-of-type {
    border-bottom: 2px solid #F3F3F3;
}
.key-information tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.key-information h2 {
    padding-bottom: 20px;
}
.key-information td {
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}
.related-box {
  position: relative;
  display: flex;
  border: 2px solid black;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 15px 15px 25% 15px;
}
@media (max-width:415px) {
	.related-box {
		margin: 15px 15px 20% 15px;
	}
}
.related-box:hover {
  transform: scale(1.025);
  transition: all 0.3s ease-in-out;
  z-index:999;
}
.related-box::before {
 position: absolute;
 content: attr(data-title);
 opacity: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 z-index: 2;
 color: white;
 font-weight:bold;
 font-size: 1.5em;
 line-height: 1em;
}
.related-box:hover::before {
  display: flex;
  color: black;
  text-align: center;
  width: 90%;
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
  z-index:-1;
}
.related-box::after {
	content: attr(data-title);
	position: absolute;
	top: calc(100% + 12px);
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.related-box img:hover {
  background: rgba(0,0,0,0.5);
  transition: opacity 300ms ease-in-out, transform 300ms;
  opacity: 0.25;
}
.related-box img {
  height: 178px;
  min-width: 315px;
  max-width: 315px;
}

/* End Of CSS For 2020 */
/*
.content h1 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
    height:40px;
	position:relative;
	margin-top: 20px;
}
.content h1::before {
    content: '';
    display: block;
    border-top: solid 4px #195393;;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}
.content h1 span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
}
*/
.addCont h2, .addCont h3 {
	font-size: 28px;
	font-weight: 500;
}
.addCont h2::after, .addCont h3::after {
    content: '';
    display: block;
    border-top: solid 4px #195393;
    width: 48px;
    height: 10px;
    z-index: 0;
	margin-top: 15px;
	text-transform: capitalize;
}
.content h1 {
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
}
.border-3-white {
    border:3px solid #fff !important;
}
.content h1::after {
    content: '';
    display: block;
    border-top: solid 4px #195393;
    width: 48px;
    height: 10px;
    z-index: 0;
	margin-top: 10px;
}
.bonus-title {
	font-size: 28px;
	text-transform: capitalize;
}
.bonus-title::after{
    content: '';
    display: block;
    border-top: solid 4px #195393;;
    width: 48px;
    height: 10px;
    z-index: 0;
	margin-top: 10px;
}
.rating-block::after{
    content: '';
    display: block;
    border-top: dashed 1px #195393;
    width: 100%;
    height: 10px;
    z-index: 0;
	margin-top: 30px;
}
.stitched {
  padding: 40px 30px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  border: 2px dashed #fff;
  border-radius: 0px;
  font-weight: normal;
}
.stitched h2 {
	line-height: 0px !important;
    padding-top: 0px !important;
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}
.voucher-choice--image {
    background-size: 180px;
    width: 125px;
    height: 125px;
    display: inline-block;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center;
}
.voucher-choice--image svg {
	padding-top: 1rem;
    padding-bottom: 0.5rem;
	max-width: 100%;
}
.img-home-carousel {
	padding-top: 1rem;
    padding-bottom: 1rem;
	max-width: 250px;
	min-height: 150px;
	max-height: 150px;
}
.myTitle {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
    height:40px;
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 55px;
}
@media (max-width:415px) {
	.myTitle h1 {
	padding-bottom: 125px;
	}
}
.myTitle ::after {
	content: '';
    display: block;
    border-top: solid 4px #195393;;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 0;
	margin-top: 10px;
}
@media (max-width:415px) {
	.myTitle ::after {
	margin-top: 13px;
	}
}
.content span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
}
.carousel-control-prev-icon {
	width: 100px!important;
	height: 100px!important;
}
.carousel-control-next-icon {
	width: 100px!important;
	height: 100px!important;
}
.carousel--item {
  min-height: 450px; 
}
@media screen and (max-device-width : 320px) {
	.carousel--item {
 	 min-height: 500px; 
	}
}
.sticky {
	position:-webkit-sticky; 
	position:sticky; 
	top:0;
}
.side-info {
	font-size: 16px;
	line-height: 24px;
}
.side-info--line {
    background: #195393;
    height: 2px;
    width: 100%;
	margin: 0px 0px 5px 0px;
}
.side-info ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
}
.side-info li {
	padding-right: 10px;
}
.sidebar-title i {
        text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 99;
    color: #fff;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
    background: #195393;
    display: inline-block;
    letter-spacing: 1.5px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    line-height: 18px;
    font-style: normal;
}
.sidebar-title p {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 15px
}
.box {
    background: #f3f3f3;
	width: 100%;
	color: #818a97;
}
.edsvg svg {
	margin: auto;
    position: absolute;
    top: 50%;
    transform: translate( 0%, -50%);
}
.edsvg {
	width: 40px;
	height: 40px;
	fill: #ffffff;
	margin: auto;
	border-radius: 50px;
	position: relative;
}
.newRibbon--side {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    overflow: hidden;
    width: 115px;
    height: 115px;
    text-align: right;
}
.newRibbon--side span {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#c00 0,#c00 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 17px;
    right: -28px;
}
.newRibbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 5;
    overflow: hidden;
    width: 115px;
    height: 115px;
    text-align: right;
}
.newRibbon span {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#c00 0,#c00 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 17px;
    right: -28px;
}
.newRibbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #C00;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #C00;
}
.newRibbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #C00;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #C00;
}
.grid-center {
	display: grid;
    place-items: center;
    padding-top: 15px;
    padding-right: 30px;
}
@media (max-width:415px) {
	.grid-center {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.btn-wbukplay {
    text-shadow: 1px 1px 1px rgba(255,255,255,.75);
    font-weight: 600;
	font-size: 1.2rem !important;
	padding: 4px 25px 4px 25px;
    color: #000!important;
    background-color: #ffe301;
    background-image: -moz-linear-gradient(top,#ffe301,#fdaf17)!important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffe301),to(#fdaf17))!important;
    background-image: -webkit-linear-gradient(top,#ffe301,#fdaf17)!important;
    background-image: -o-linear-gradient(top,#ffe301,#fdaf17)!important;
    background-image: linear-gradient(to bottom,#ffe301,#fdaf17)!important;
    background-repeat: repeat-x;
    border-color: #e4c007 #e4c007 #b39605;
}
.btn-wbukxxl {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-wbukinternal {
    text-shadow: 1px 1px 1px rgba(255,255,255,.75);
    font-weight: 600;
    color: #000!important;
    background-color: #f6f5f2;
    background-image: -moz-linear-gradient(top,#f6f5f2,#dcd9d2)!important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6f5f2),to(#dcd9d2))!important;
    background-image: -webkit-linear-gradient(top,#f6f5f2,#dcd9d2)!important;
    background-image: -o-linear-gradient(top,#f6f5f2,#dcd9d2)!important;
    background-image: linear-gradient(to bottom,#f6f5f2,#dcd9d2)!important;
    background-repeat: repeat-x;
    border-color: #eae7e2 #eae7e2 #d5cfc4;
}
@media (max-width:415px) {
	.edsvg {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		padding: 0px;
	}
}
.editors-choice {
	margin-top: 8px;
}
.editors-choice--image {
	background-position-x: -25px;
    background-position-y: -3px;
	background-size: 90px;
    width: 40px;
    height: 40px;
	display: inline-block;
	border-radius: 50px;
	margin-right: 10px;
}
.side-choice--image {
    background-size: 180px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50px;
	background-repeat: no-repeat;
	background-size: 120px;
    background-position: center;
}
.sotm-choice--image {
    background-size: 180px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50px;
	background-repeat: no-repeat;
	background-size: 120px;
    background-position: center;
	margin-left: 30px;
}
@media (max-width:415px) {
	.sotm-choice--image {
		margin-left: 0px;
	}
}
.pull-right {
    float: right!important;
}
.sotmBox {
    background-color: rgb(209, 227, 245);
    padding-bottom: 12px;
    position: relative;
    min-height: 230px;
}
.sidebartabslist span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-bottom: 50px;
  font-size: 16px;
}
.sidebartabslist li {
    list-style: none;
    border-bottom: 1px solid #ccd6e0;
    color: #000;
    min-height: 45px;
	padding-top: 5px;
}
.sidebartabslist {
	margin: 0px;
}
.sidebarlistitem-wraptext {
	max-width: 135px;
	height: 33px;
    align-items: center;
    justify-content: center;
}
.wbuk-jumbotron-nopadding {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    padding-top: 24px;
    background-color: #eef3fc;
    color: inherit;
    margin-bottom: 15px;
}
.sotmBox__footer {
    display: flex;
	align-content: center;
	justify-content: center;
}
.sotmBox__footer a {
	width: 80%;
}
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aligner-col--middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aligner-item {
  max-width: 50%;
}
.aligner-item--top {
  align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}
.carousel-item p {
    font-size: 12px;
    margin-left: 10%;
    margin-right: 10%;
	color: #fff;
    line-height: 16px !important;
}
.card-title {
	line-height: 32px !important;
}
.card a {
	color: #ffffff;
}
.card a:visited {
	color: #ffffff;
}
.inside-article {
	background-color: #ffffff!important;
}
blockquote {
    line-height: 1.4em;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-left: 0px;
	margin-right 20px;
    padding: 10px 0 10px 30px;
    border-left: 5px solid #364264;
    letter-spacing: .5px;
}
.page-header {
	background-color: #ffffff!important;
}
.main-navigation li {
	height: 10% !important;
}
.updated {
	font-size: 14px;
	padding-top:10px;
}
.promotable thead {
	font-weight: bold;
}
#myInput {
	width: 222px;
}
#click-to-reveal {
    color: transparent;
    text-shadow: rgba(0,0,0,0.5) 0 0 10px;
    text-decoration: underline;
	width: 205px;
}
.bonus-code-box {
	cursor:not-allowed;
}
.bonus-code-box-revealed  {
	cursor:grabbing;
}
.rating-item-title {
	padding-left: 0px;	
	font-weight: bold;
	font-size:14px;
}
.bar-chart-bar {background-color: #e8e8e8; display: block; position:relative; min-width: 300px; height: 10px; }
.bar {float: left; height: 100%; }
.bar1 {background-color: #FBB001;}
.bar2 {background-color: blue;}

.input-prepend {
	padding-bottom: 10px;
	padding-top: 10px;
}
.input-prepend input{
	padding: 10px 5px;
}
.input-prepend span {
	font-size: 12px;
	color: black;
	line-height: 14px;
}
.input-prepend p {
	font-size: 12px;
	color: black;
	line-height: 14px;
	margin-right: 10%;
	margin-left: 10%;
}
.top-cta p {
	font-size: 12px;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 16px !important;
	overflow: auto;
    max-height: 48px;
	-ms-overflow-style: none;
}
.top-cta p::-webkit-scrollbar {
	display: none;
}
.submenu ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin-left: 15px;
	margin: 0 0 0.1em 0.80em
}
.submenu li {
    display: inline;
    font-size: 15px;
    font-weight: bold;
}
.nab-topmenu {
	background: #195393;
	text-transform: uppercase;
	display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: -1.5px;
    vertical-align: top;
}
.nab-topmenu svg {
	margin-left: 10px;
	vertical-align: middle;
}
.icon {
	width: 70px;
	height: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.icon path {
	fill: #fff;
}
.nab-topmenu a {
	color: #fff;
	vertical-align: middle;
}
.nab-topmenu a:link {
	color: #fff;
	vertical-align: middle;
}
.nab-topmenu a:visited {
	color: #fff;
	vertical-align: middle;
}
.nab-topmenu a:hover {
	text-decoration: underline;
	vertical-align: middle;
}
.nab-submenu {
	min-height: 30px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: #051835;
	overflow: auto;
	white-space: nowrap;
}
.nab-submenu-right {
	width: 10px;
}
.nab-submenu a:link {
	padding-right: 8px;
	color: #fff;
	font-size: 14px;
}
.nab-submenu a:visited {
	color: #fff;
}
.nab-submenu a:hover {
	text-decoration: underline;
}
.search-form {
	background: #2c4175;
	max-width: 900px;
	height: 75px;
    margin: auto;
    border: 3px solid #195393;
    white-space: nowrap;
}
.search-form input::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.search-form input:-moz-placeholder,
.search-form textarea:-moz-placeholder {
  color: #fff;
}
.search-form input::-moz-placeholder,
.search-form textarea::-moz-placeholder {
  color: #fff;
}
.search-form input:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder {
  color: #fff;
}
.home-header {
	background-color: #041935;
	/* background-image: linear-gradient(#041935 0%, #2C4175 100%);   */
}
.search-form button {
  width: 60px;
  height: 44px;
  background-color: #2c4175;
}
.search-form button :hover {
  background-color: #2c4175;
}
.search-form input {
	max-width: 700px;
	min-width: 550px;
	margin-top: 11px;
	color: #fff;
	background: #2c4175;
	border-radius: 0 2px 2px 0;
	font-size: 16px;
	cursor: text;
}
@media screen and (max-device-width : 450px) {
	.search-form input {
	min-width: 260px; 
	margin-left: -40px;
	}
	.search-button svg {
	margin-left: -35px;
	padding-right: 15px;
	}
	.search-form {
		width:315px;
	}
}
@media screen and (max-device-width : 320px) {
	.search-form input {
	min-width: 200px; 
	}
}
.search-button svg {
  width: 40px;
  height: 40px;
  fill: white; 
}
.site-content {
	background-color: white;
}
.tested {
	margin-bottom: 5px;
	text-align: right;
}
.reviewbox {
	min-height: 300px;
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
}
.promotable {
	color: #041935;
	border: 1px solid #00A78A;
	margin-top: 25px;
	line-height: 22px;
	margin-bottom: 5px;
}
.promotable a {
	text-transform: uppercase;
}
.promotable span {
	font-size: x-small;
	vertical-align: top;
}
.promotable thead {
  display: table-header-group;
  vertical-align: middle;
  font-size: 20px;
  border-color: inherit;
  background-color: #00A78A;
  color: #ffffff;
}
.promotable thead td {
	font-weight: bold;
}
.promotable td {
	font-size: 16px;
}
.promotable tr:nth-child(even) {
	background-color: #F3FBFF;
}
.toc {
	margin-left: 0px;
	border: 1px dashed #051935;
	padding: 10px 10px 10px 10px;
	background: #E5F0FF;
	font-size: 16px;
	font-weight: 500;
}
.toc ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    padding-top: 10px;
}
.toc h1 {
	padding-bottom: 0px;
	padding-top: 2px;
	margin-left: -15px;
}
.toc p {
	padding-bottom: 0px;
	padding-top: 2px;
	margin-left: -15px;
	margin-bottom: 10px;
}
.toc ol {
   margin: 0px 0px 0px 20px;
   line-height: 24px;
}
.toc li {
   margin-bottom: 6px;
}
.toc a {
	color: #051935;
}
.toc a:hover {
	text-decoration: underline;
}    
.summary_text a {
	color: white;
	text-decoration: underline;
}
.summary_text a:hover {
	color: white;
	text-decoration: none;
}
#text-more {
width: 100%; 
height: 5px; 
overflow: hidden;
}
@media screen and (max-device-width : 450px) {
	#text-more {
	width: 100%; 
	height: 0px; 
	overflow: hidden;
	}
}
#text-more-2 {
width: 100%; 
height: 210px; 
overflow: hidden;
font-size: 14px;
line-height: 22px;
}
.post-preview {
  max-width: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;   /* new stuff from here down... */
}
/*
.overlay {
  display: none;
  text-align: center;
  background: rgba(20, 20, 40, .8);
  position: absolute;
  font-size: 12px !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 1.5rem;
}
*/
.post-preview:hover .overlay {
  display: block;
}
@media screen and (max-device-width : 450px) { 
	.mobile-hide {
	  display: none !important;
	}
}
/* body {
    background-color: #ffffff !important;
} */
h2 {
	line-height: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}
.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.notify-badge {
    top:10px;
    position: relative;
    background: #DAA520;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:15px 200px;
    font-size:20px;
}
@media screen and (max-device-width : 450px) { 
	.notify-badge {
		position: absolute;
	    padding:15px 50px;
	}	
}
.cat-topsection {
	width: 100%;
	padding-left: 0px !important;
	color: white;
}
.cat-topsection a {
	color: #C4C4C4;
	font-weight: bold;
}
.cat-intro {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 24px;
}
@media screen and (max-device-width : 450px) { 
	.cat-intro {
		margin-right: 20px;
	}	
	.breadcrumbs {
	padding-left: 10px;
	}
}
.cat-intro h1 {
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
}
.cat-intro h1::after, .cat-intro h1::after {
    content: '';
    display: block;
    border-top: solid 4px #ffffff;
    width: 48px;
    height: 10px;
    z-index: 0;
	margin-top: 10px;
}
.breadcrumbs {
    font-size: 14px;
    background-color: white;
    max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	/* overflow: auto;
	overflow-y: hidden; */
	padding-left: 22px;
	line-height: 24px;
	padding-bottom: 10px;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
@media screen and (max-device-width : 450px) { 
	.breadcrumb {
	    margin: 0px -15px !important;
	    font-size: 14px;
	}	
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
.page-menu-class {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 19px;
	max-height: 40px;
}
.nab-submeu::-webkit-scrollbar {
  display: none;
}
.page-menu-class ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
	margin-left: 0px;
	margin-bottom: 2px;
}
.page-menu-class li {
	color: white;
    display: inline;
    font-size: 22px;
    font-weight: bold;
}
.submenu-class {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}
.submenu-class::-webkit-scrollbar {
	display: none;
}
.submenu {
	min-height: 40px;
	background-color: #364364;
	padding-left: 5px;
	padding-top: 0px;
}
.submenu a {
	color: white;
	font-weight: 400;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}
.submenu a:hover {
	text-decoration: underline;
}
.scrollmenu div a:hover {
  text-decoration: underline;
}
.form-control {
	display: inline !important;
}
.card-img-top {
	width: 350px;
	height: 174px;	
}
.column-content a:active {
	font-size: 14px;
	color: #051835;
}
.column-content a {
	font-size: 14px;
	color: #051835;
}
.column-content a:visited {
	color: #051835;
}
.card-body h4 a {
    color: #05223d !important;
    text-align: center !important;
}
.card-body h3 a {
    color: #05223d !important;
    text-align: center !important;
}
.card-body h4 {
    color: #05223d !important;
    text-align: center !important;
    padding: 2px !important; 
}
.card-body h3 {
    color: #05223d !important;
    text-align: center !important;
    padding: 0px !important; 
    
}
.column-content:hover {
	height:200px;
}
.card-body hr {
	margin-top: 0px;
	margin-bottom: 15px;
	height: 1px;
    border: 0; 
    border-top: 1px solid #ccc; 
    padding: 0;
    background-color: #05223d !important;
}
.column-content p {
	font-size: 14px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 22px;
}
.column-content {
    overflow: scroll;
    height: 200px;
    width: 100%;
    transition: transform 1s;
    z-index: 99;
    margin: 0 auto;
    font-size: 14px;
	padding-left: 10px;
	line-height: 22px;
    color: #05223d !important;
    /* overflow-y: hidden; // hide vertical */
	overflow-x: hidden;
}
.relatedcontent {
	-webkit-box-shadow: 0px 1px 7px 2px rgba(222,222,222,0.7);
	-moz-box-shadow: 0px 1px 7px 2px rgba(222,222,222,0.7);
	box-shadow: 0px 1px 7px 2px rgba(222,222,222,0.7);
	padding: 15px;
	border-radius: 4px;
	margin: -23px 10px 10px 10px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.relatedcontent:hover {
	background: #1F313E;
	cursor: pointer;
}
.related-title {
	font-size: 33px;
	font-weight: 600;
	margin-top: 20px;
}
.related-title {
  position:relative;
  text-align: center
}
.related-title:before {
  content: "";
  display: block;
  border-top: solid 2px #24313E;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.related-title span {
  background: #FFFFFF;
  padding: 0 10px;
  position: relative;
  color: #24313E;
  z-index: 1;
}
/*
.relatedcontent h4 {
	color: #1F313E;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 22px;
	min-height: 110px;
}
.relatedcontent h4:hover {
	color: white;
}
*/
.card-body {
	padding: 10px !important;
}
/*
.content ul, li {
	list-style-type: square;
	list-style: square;
	font-size: 16px;
	line-height: 24px;
	margin-left: 20px;
}
*/
.content {
	padding-left: 10px;
	padding-right: 10px;
}
.content p {
	line-height: 30px;
}
.content ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 10px;
}
.content h2, h3 {
line-height: 42px;
padding-top: 20px;
padding-bottom: 15px;
}
@media(max-width:415px){
	.content h2, h3 {
	line-height: 38px;
	}
}
/*h3:target {
  animation: highlight 1s ease;
} */
.promo-code-logo {
	text-align: center;
}
.promo-code-logo img {
	width: 200px; 
	height: 100px;
	margin-top: 75px;
}
@media(max-width:780px){
.promo-code-logo img {
	width: 200px; 
	height: 100px;
	margin-top: 20px;
}
}
.promo-header-terms p {
	font-size: 12px; 
	line-height: 14px !important;
	text-align: center;
}
.termstext--s {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin-top: 6px;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 50px;
	max-height: 50px;
    font-size: 12px;
	line-height: 14px!important;
	-ms-overflow-style: none;
}
.termstext--h {
    width: 100%;
    display: inline-block;
    padding: 0px 20px 10px 50px;
    margin-top: 6px;
	overflow: scroll;
	min-height: 50px;
	max-height: 50px;
    font-size: 12px;
	line-height: 14px;
	-ms-overflow-style: none;
}
.termstext--h::-webkit-scrollbar, .termstext--s::-webkit-scrollbar {
  display: none;
}
@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}
