*:not(.fa):not(.far):not(.fas) {
	font-family: 'Poppins', sans-serif;
}
.light {
	font-weight:300;
    letter-spacing:-1px;
}
.normal {
	font-weight:400 !important;
}
.medium {
	font-weight:500 !important;
}
.bold {
	font-weight:700 !important;
}
.semibold {
	font-weight:600 !important; 
}
.extrabold {
	font-weight:900 !important;
}
.transition {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.notransition {
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
.font-weight-normal {
	font-weight:400;
}
/* Change normal width to 1280 start */
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
	.d-xl-block {
        display: block !important;
    }
	.d-xl-inline-block {
        display: inline-block !important;
    }
	.d-xl-none {
        display: none !important;
    }
}
@media (max-width:1279px) {
	.d-xl-block {
        display: none !important;
    }
	.d-xl-inline-block {
        display: none !important;
    }
	.d-xl-none {
        display: block !important;
    }
	.col-xl-6 {
		width:100%;
		max-width:100%;
		flex-basis:100%;
	}
}
/* Change normal width to 1280 end */
@media (max-width:991px) {
    .container100 {
        width:100% !important;
		max-width:100% !important;
		padding-left:0;
		padding-right:0;
    }
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 	overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.rounded {
	border-radius:12px !important;
	overflow:hidden;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#303335;
	background:white;
	font-size:16px;
	overflow-x:hidden;
}
.body {
	background:white;
	padding-top:182px;
}
.bodyscroll {
	padding-top:120px;
}
@media (max-width:1280px) {
	.body {
		padding-top:80px;
	}
    .bodyscroll {
        padding-top:80px;
    }
}
.text-body {
	color:#303335 !important;
}
.text-dark {
	color:#36394B !important;
}
.text-shadow {
	text-shadow:2px 2px 2px #36394B;
}
.text-danger {
	color:#1AB0FB !important;
}
.text-blue {
	color:#1AB0FB !important;
}
.letterspacing {
    letter-spacing: 2px;
}
.bg-light, a.bg-light:hover {
	background-color:#E9EDF5 !important;
}
.bg-grey {
	background:#DDE1E9 !important;
}
.bg-blue {
	background:#181E51 !important;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
b, strong {
	font-weight:700;
}
.small, small {
    font-size:85%;
}
p {
	line-height:150%;
	display:block;
	width:100%;
}
.producttext p {
	line-height: 20px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
.objectfitcenterbottom {
	object-position: center bottom;
}
.objectfitrighttop {
	object-position: right top;
}
.objectfitrightbottom {
	object-position: right bottom;
}
.objectfitrightleft {
	object-position: right left;
}
hr {
	position:relative;
 	background:url(images/line.svg) no-repeat bottom left;
	background-size: auto 1px;
	border: 0px;
	height:1px !important;
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
.text-white hr {
 	background:url(images/linewhite.svg) no-repeat bottom left;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
}
hr.w-100 {
 	background:url(images/line2.svg) repeat-x bottom left;
	background-size: auto 1px;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight:700;
	color:#36394B;
	display:block;
	width:100%;
	line-height:140%;
}
h1, .h1 {
	font-size: clamp(1.875rem, 0.9375rem + 5vw, 3.75rem);
}
h2, .h2 {
	font-size: clamp(1.75rem, 1.3923rem + 1.1445vw, 2.25rem);
}
h3, .h3 {
	font-size: clamp(1.5rem, 1.2318rem + 0.8584vw, 1.875rem);
}
h4, .h4 {
	font-size: clamp(1.25rem, 1.0712rem + 0.5722vw, 1.5rem);
}
h5, .h5 {
	font-size: clamp(1.125rem, 1.0356rem + 0.2861vw, 1.25rem);
}
h6, .h6 {
	line-height:16px;
}
a {
 	color:#1AB0FB;
 	text-decoration:none;
}
a:hover {
 	color:#181E51;
	text-decoration:none;
}
a.drug {
 	color:#181E51;
 	text-decoration:none;
}
a.drug:hover {
 	color:#1AB0FB;
	text-decoration:none;
}
.btn {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
	padding-top:8px;
	padding-bottom:8px;
	max-width:100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
     border-radius:20px;
}
.btn-sm {
	font-size:12px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	max-width:100%;
    border-radius:15px;
}
.btn-lg {
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:100%;
    border-radius:24px;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#1AB0FB; !important;
  	border-color:#1AB0FB !important;
	color:white;
}
.btn-primary:hover {
  	background-color:#36394B !important;
  	border-color:#36394B !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#36394B !important;
  	border-color:#36394B !important;
	color:white;
}
.btn-secondary:hover {
  	background-color:#1AB0FB !important;
  	border-color:#1AB0FB !important;
	color:white;
}
.btn-transparent, .btn-transparent:active, .btn-transparent:visited, .btn-transparent:hover {
    background-color:transparent !important;
    border-color:white !important;
    color:white;
}
.btn-transparent:hover {
    border-color:#1AB0FB !important;
    color:#1AB0FB;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #36394B;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
	height:auto;
}
@media (max-width:767px) {
	a.pagesvideo, a.pagesvideo:hover, .pagesvideo {
		height:200px;
	}
}
a.pagesvideo:after, .pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background-image: url(images/playvideo.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color:rgba(0,0,0,.3);
}
.pagesvideosmall:after {
	background-size: 40px 40px;
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	display: block;
	width:100%;
    background:#181E51;
    z-index:110;
}
.contoverallupfixed {
	position:fixed;
}
.contoverallup p {
    margin-bottom: 0;
}
.upline {
	display:inline-block;
	width:2px;
	height:100%;
    background: url("images/linevertical.svg") repeat-y center center;
    margin:0 35px;
}
.clogo {
	display:inline-block;
	width:210px;
	height:auto;
	margin:30px 0 30px 0;
}
.contoverallupfixed .clogo {
    width:160px;
	margin:15px 0 15px 0;
}
@media only screen and (max-width:1280px) {
	.clogo {
		width:160px;
		margin:20px 0;
	}	
	.contoverallupfixed {
		position:absolute;
	}
	.contoverallupfixed .clogo {
		width:160px;
		margin:20px 0;
	}
    .text-xl-center {
        text-align:left !important;
    }
}
.clogo img {
	width:auto;
	max-width: 100%;
	height:auto;
	max-height: 100%;
}
.slogan {
    display:inline-block;
    width:auto;
    height:auto;
    margin:40px 0 30px 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contoverallupfixed .slogan {
	margin:25px 0 15px 30px;
}
.slogan p {
    font-weight:400;
    font-size:13px;
    line-height:18px;
    color:white;
    margin-bottom:0;
}
.contoverallupfixed .slogan p {
	font-size:13px;
    line-height:15px;
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.closebtn2, a.closebtn2:hover {
	background:url(images/x-lg-2.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
a.upicon, a.upicon:hover, .upicon {
	width:auto;
	display:inline-block;
	height:40px;
	line-height:15px;
	font-size:15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	position:relative;
	color:white;
	padding-left:45px;
	text-align: left;
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a.upicon:hover {
	color:#1AB0FB;
}
a.upicon span, a.upicon:hover span {
    font-weight:700;
    text-transform:uppercase;
	font-size:13px;
	width:100%;
	height:20px;
	display:block;
	line-height:20px;
	color:white;
	overflow: hidden;
}
a.downicon, a.downicon:hover, .downicon {
	width:100%;
	display:block;
	height:50px;
    min-height:50px !important;
	line-height:20px;
	font-size:18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50px;
	position:relative;
	color:white;
    font-weight:700;
	padding-left:60px;
	text-align: left;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
a.downicon:hover {
	color:#1AB0FB;
}
a.downicon span, a.downicon:hover span, .downicon span {
	font-size:14px;
	width:100%;
	height:14px;
	display:block;
	line-height:20px;
    margin-bottom:10px;
	text-align:left;
    font-weight:400;
}
.tel {
	background-image: url(images/tel.svg);
}
.email {
	background-image: url(images/email.svg);
}
.search {
	background-image: url(images/search.svg);
    background-size: auto 80% !important;
}
.gps {
	background-image: url(images/gps.svg);
    height:auto !important;
}
.bag {
	background-image: url(images/bag.svg);
}
.favourites {
	background-image: url(images/favourites.svg);
}
.favouritesfull {
	background-image: url(images/favouritesfull.svg);
}
.contoverallbottom {
    border-top:1px solid rgba(255,255,255,.3);
    background:#181E51;
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(255, 255, 255, 0.95);
	z-index:10001;
	padding:20px;
}
#frmSearch {
	position: absolute;
	width:50%;
	top:50%;
    left:50%;
    border-bottom: 1px solid #36394B;	
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
@media (max-width:479px) {
	#frmSearch {
		width:80%;
	}
}
.searchinput {
	width:70%;
	height:50px;
	display:inline;
	float:left;
	background:none;
}
.searchinput input {
	background:none;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	padding:0;
	color:#36394B;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#36394B;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#36394B;
   opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#36394B;
   opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#36394B;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:30px;
	line-height:30px;
	display: inline;
	float:right;
	 text-align:right;
	 color:#36394B;
	 font-size:24px;	
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:40px;
	height:30px;
	line-height:30px;
	font-size:30px;
	display:block;
	float:right;
	text-align:left;
	margin-top:25px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#181E51;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	font-size:16px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
	color:white;
	font-weight:700;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#1AB0FB;
}
.sidenav hr {
	width:60%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
 	background:url(images/line.svg) no-repeat center center;
    height:1px;
	border: 0px;
	opacity:0.5 !important;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	height:600px;
	display:block;
	overflow:hidden;
}
#carousel1 .item {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    border:0;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
}
#carousel1 .item::before {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border:0;
    content:'';
    background:rgba(24,30,81,.4);
}
#carousel1 * {
	outline: none;
	overflow:hidden;
}
.carouseltext {
    display:block;
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
}
.carouselnav {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    height:100%;
    z-index:108;
}
.am-prev {
    display:inline-block;
    width:67px;
    height:67px;
    line-height:67px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-left.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-next {
    display:inline-block;
    width:67px;
    height:67px;
    line-height:67px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-prev:focus, .am-next:focus {
    outline: none; 
    -moz-outline-style: none; 
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
	#carousel1, #carousel1 .owl-item {
		height:600px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:650px;
	}
    .am-prev {
        width:47px;
        height:47px;
        line-height:47px;
    }
    .am-next {
        width:47px;
        height:47px;
        line-height:47px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
    #carousel1 * {
		color:white !important;
        text-shadow:3px 3px 3px #36394B;
	}
    .am-prev, .am-next {
        display:none;
    }
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
    #carousel1 * {
		color:white !important;
	}
    .am-prev, .am-next {
        display:none;
    }
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:500px;
	}
    #carousel1 * {
		color:white !important;
	}
    .am-prev, .am-next {
        display:none;
    }
}
.am-prev2 {
    display:inline-block;
    width:67px;
    height:67px;
    line-height:67px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-left2.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-next2 {
    display:inline-block;
    width:67px;
    height:67px;
    line-height:67px;
    border:0;
    cursor:pointer;
    background: url(images/arrow-right2.svg) no-repeat center center;
    background-size: 100% 100%;
}
.am-prev2:focus, .am-next2:focus {
    outline: none; 
    -moz-outline-style: none; 
}
.experience {
    display:block;
    width:100%;
    background:#181E51;
    border-radius:12px;
    overflow:hidden;
    color:white;
}
.experience span {
    display:inline-block;
    width:100%;
    background:white;
    border-radius:12px;
    overflow:hidden;
    height:100%;
    color:#181E51;
    text-align:center;
}
.homeicon {
	display: block;
	width:100%;
	height:100%;
    margin-top:10px;
    margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
    background:#E9EDF5;
    border-radius:4px;
    overflow:hidden;
    text-align:center;
    padding:50px 25px 30px 25px;
}
.homeicon:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.contoveralldown {
	background: #181E51;
}
.contoveralldown ul {
    padding: 0;
    margin:0;
}
.contoveralldown li {
    list-style:none;
    width:100%;
    display:block;	
}
.contoveralldown li a {
    width:100%;
    display:block;	
    font-size:16px;
    line-height:16px;
    color:#303335;
    background: url(images/line2.svg) repeat-x bottom left, url(images/buttonarrow.svg) no-repeat top right;
    padding-bottom:20px;
    margin-bottom: 20px;
    padding-right:40px;
    text-transform: uppercase;
}
.contoveralldown li a:hover {
    color:#36394B;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#1AB0FB;
	font-size:18px;
	display:block;
	position:fixed;
	bottom:10px;
	right:20px;
	opacity:0;
	text-align:center;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left:5px;
  margin-bottom:5px;
  font-size: 1.1rem;
  font-weight:700;
  line-height: 1.25;
  color: white;
  background-color:#181E51;
  border: 1px solid #181E51;
}
.page-item.disabled .page-link {
  color:white;
  pointer-events: none;
  cursor: auto;
  background-color:#181E51;
  border-color:#181E51;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color:#1AB0FB;
  border-color:#1AB0FB;
}
.page-link:focus, .page-link:hover {
  color: white;
  text-decoration: none;
  background-color:#181E51;
  border-color:#181E51;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #36394B !important;
  box-shadow: 0 0 5px #36394B !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #36394B !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#303335;
  box-shadow: 0 0 5px #36394B !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#36394B;
  box-shadow: 0 0 5px #36394B !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#303335;
  box-shadow: 0 0 5px #36394B !important;
}
.custom-select {
	background:url(images/arrow.svg) no-repeat right .75rem center white;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #36394B;
    background-color: #36394B;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#36394B;
	color:white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#232323;
	color:white !important;
}
label.error {
	color:#1AB0FB;
	font-size: 14px;
	display: block;
	width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #36394B;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #36394B;
	background: url(images/checkbox.png) no-repeat center center #303335;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped .thead-light th {
	background-color: #F4F6F8;
  }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#F4F6F8;
}
.scrollauto {
	max-height:320px;
	overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
  width:5px;
}
/* Track */
::-webkit-scrollbar-track {
  background:#ffffff; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#36394B; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#36394B; 
}
a.social, a.social:hover {
	width:40px;
	display:inline-block;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.fa-times-circle {
    font-size:36px;
    color: #36394B;
}
.sidehamburger {
   width:10px;  
	height:100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-10px;
    /*overflow-x: hidden;*/
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/menu.svg) no-repeat right 8px center #1AB0FB;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	top:50%;
    left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.contoverallnews {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#E9EDF5+0,E9EDF5+55,ffffff+55,ffffff+100 */
    background: -webkit-linear-gradient(rgba(247,246,244,1) 0%, rgba(247,246,244,1) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(247,246,244,1) 0%, rgba(247,246,244,1) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(247,246,244,1) 0%, rgba(247,246,244,1) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.news {
	display: block;
	width:100%;
	height:100%;
    margin-top:10px;
    margin-bottom:10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
}
.news:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	position: relative;
}
@media (max-width:991px) {
	.newsimage {
		height:auto;
	}	
}
.newstext {
	display:block;
	width:100%;
    text-align:center;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.news:hover h4 {
    color:#1AB0FB;
}
.whyquestioncont {
	background: white;
	border:1px solid #DDE1E9;
	padding:20px;
}
a.whyquestion, a.whyquestion:hover, a.whyquestionselected, a.whyquestionselected:hover {
	display:block;
	width:100%;
	line-height:38px;
	font-weight:600;
	font-size:22px;
	position:relative;
	padding-right:50px;
	color:#1AB0FB;
}
a.whyquestion::after, a.whyquestion:hover::after {
	position: absolute;
	background: url(images/plus.svg) no-repeat center center;
	content: '';
	width:38px;
	height:38px;
	text-align:center;
	top:0;
	right: 0;
}
a.whyquestionselected::after, a.whyquestionselected:hover::after {
	position: absolute;
	background: url(images/minus.svg) no-repeat center center;
	background-size: 96% auto;
	content: '';
	width:38px;
	height:38px;
	text-align:center;
	top:0;
	right: 0;
}
.contoverallnews {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9edf5+0,ffffff+50 */
	background: linear-gradient(to bottom,  rgba(233,237,245,1) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}