@charset "utf-8";

body,
li {
	list-style: none
}

.flt,
.logo,
ul.nav,
ul.nav li {
	float: left
}

.bdhding,
ul.nav li,
ul.nav li ul li {
	text-align: center
}

.header,
.position,
ul.nav li ul li {
	position: relative
}

#menu-wrapper #hamburger-menu span:first-child,
body {
	top: 0
}

.bnrhd2,
.s2hding,
.s3hding {
	text-transform: uppercase
}

*,
.accordion,
.acdn-content2,
.container,
.dsplay {
	box-sizing: border-box
}

ul.ftrlist li,
ul.nav,
ul.nav li,
ul.nav li ul li,
ul.s1btmlist li {
	display: inline-block
}

.modal-heading,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

embed,
img,
object,
video {
	max-width: 100%
}

.ie6 img {
	width: 100%
}

body {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: Montserrat;
	font-weight: 300;
	letter-spacing: -1px;
	color: #313131;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	background: #fff
}

.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0
}

#app_common_modal_close,
#error_handler_overlay_close {
	font-family: arial;
	line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none
}

.clearall {
	clear: both;
	height: 1px;
	width: auto
}

.dsplay {
	width: 100%;
	display: table
}

.flt {
	width: 100%
}

.bdhding {
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
	color: #11151b
}

.bdhding span {
	font-weight: 600
}

@media only screen and (max-width: 1190px) {
	.container {
		max-width: 1000px;
		width: 100%
	}
}

@media only screen and (max-width: 1020px) {
	.container {
		max-width: 760px;
		width: 100%
	}

	.bdhding {
		font-size: 40px;
		line-height: 50px
	}
}

.topsec {
	background: url(../images/topsec_plain_image.png) center top no-repeat;
	height: 600px;
	background-size: cover !important;
}

.top-fix-bar {
	margin-bottom: 92px
}

.header {
	height: 92px;
	margin-top: -92px;
	top: 92px
}

.fixed-nav .header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	height: 92px;
	background: #05121a
}

.logo {
	margin: 11px 0 0
}

.cart {
	float: right;
	margin: 28px 25px 0 0
}

.cart_btn_mob span {
	position: absolute;
	right: 0;
	top: 18px;
	width: 25px;
	height: 25px;
	background: #46cffb;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 25px
}

ul.nav {
	padding: 0 0 0 30px
}

ul.nav li {
	padding: 0 25px;
	font-size: 18px;
	line-height: 92px;
	color: #fff
}

ul.nav li:first-child {
	background: url(../images/mnuarw.png) 90% center no-repeat
}

ul.nav li a {
	color: #fff;
	display: block
}

ul.nav li ul {
	position: absolute;
	width: auto;
	background-color: #fff;
	z-index: 99999;
	left: 0;
	top: 92px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 0 0 1px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
	/* width: 109%; */
}

ul.nav li ul li {
	vertical-align: middle;
	padding: 20px 0;
	width: 180px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px
}

ul.nav li ul li a {
	color: #000
}

ul.nav li ul li:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	top: 35px;
	bottom: 30px;
	background: #e7e3e3
}

ul.nav li ul li:last-child:after {
	display: none
}

.sbmnu-img {
	margin: 10px auto 5px;
	display: block;
	width: 60px
}

.triangle-up {
	position: absolute;
	left: 170px;
	top: -15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff
}

#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
	margin: 40px 25px 5px 0
}

#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 0 0 5px
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: #000;
	background-color: #999898;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px
}

#menu-wrapper #hamburger-menu.open span:first-child {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

#menu-container .menu-list {
	padding-left: 0;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	top: 92px;
	background: #000;
	border-top: 1px solid #9e9e9e
}

#menu-container .menu-list li a {
	font-size: 18px;
	padding: 12px 0 12px 12px;
	text-align: left;
	color: #fff;
	display: block;
	border-bottom: 1px dotted #9e9e9e
}

#menu-container .menu-list li a.active {
	background: #128e3b;
	color: #fff
}

#menu-container .menu-list .menu-login,
#menu-container .menu-list li.accordion-toggle {
	font-size: 16px;
	padding: 0
}

#menu-container .menu-list li:first-of-type {
	border-top: 0
}

.accordion-content,
.accordion-toggle {
	cursor: pointer;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px
}

.accordion-content {
	display: none;
	background: #46cffb
}

.accordion-toggle a:after,
.accordion-toggle a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: .3s;
	transition: .3s ease-out
}

.accordion-toggle a:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
	z-index: 2
}

.accordion-toggle.active-tab {
	background: #39acd1;
	transition: .3s
}

.accordion-toggle a.active:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background: #fff !important
}

.accordion-toggle a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff !important;
	opacity: 0
}

.menu-submenu li {
	border-bottom: 1px dotted #39acd1;
}

@media only screen and (max-width: 1800px) {
	.topsec {
		background: url(../images/topsec_plain_image.png) 40% top no-repeat;
	}

	;

}

.banner {
	padding: 68px 0 0
}

.bnr-txtarea {
	width: 678px;
	float: right
}

.bnrhd2 {
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	color: #f9feff;
	text-align: left
}

.bnrhd2 span {
	color: #0ff
}

.bnr-list {
	padding-left: 10px
}

.bnr-list li {
	color: #fff;
	font-size: 24px;
	margin: 10px 0 0;
	padding-left: 40px;
	background: url(../images/bnr-tik.png) left center no-repeat;
	text-shadow: 0 1px 1px #000
}

@media only screen and (max-width: 1190px) {
	.topsec {
		background: url(../images/topsec_plain_image.png) 34% top no-repeat
	}

	.bnr-txtarea {
		width: 560px
	}

	.bnrhd2 {
		font-size: 42px;
		line-height: 58px;
		padding: 60px 0 0
	}
}

@media only screen and (max-width: 1020px) {
	.topsec {
		background: url(../images/topsec-tab.jpg) 20% top/cover no-repeat;
		height: 600px
	}

	ul.nav {
		display: none
	}

	.bnrbtl {
		position: absolute;
		left: -45px;
		top: -40px;
		width: 380px
	}

	.bnr-txtarea {
		width: 60%
	}

	.bnrhd2 {
		font-size: 38px;
		line-height: 42px;
		padding-top: 20px
	}
}

.bnrstrip {
	background: #f4f4f4;
	padding: 25px 0
}

.bnrstrip-hding {
	background: url(../images/strip-hdimg.png) center center no-repeat;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: center
}

.s2hding,
.s2txt {
	font-weight: 300;
	color: #fff
}

.accordion,
.acdn-content2,
.s2btmlbx,
.s2txt,
.s3hding,
.s3ltxt,
.s3txt {
	text-align: left
}

.bnrstrip-img {
	margin: 20px auto 0;
	display: block
}

.sec1 {
	padding: 66px 0
}

ul.s1list {
	padding: 22px 0 0
}

ul.s1list li {
	float: left;
	width: 23%;
	margin: 20px 1% 0;
	background: #f2fbff;
	padding: 30px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.s1prdimg {
	margin: 35px auto 10px;
	display: block;
	width: 200px
}

ul.s1list li p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin-top: 25px
}

.sec2 {
	padding: 95px 0 130px;
	background: url(../images/sec2.jpg) center top no-repeat
}

.s2hding {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 2px;
	padding: 0 0 0 70px;
	position: relative
}

.s3hding2,
.s3ltxt,
.s7-testi-col-tx2 {
	letter-spacing: .5px
}

.s2hding span.span1 {
	font-size: 44px;
	letter-spacing: 3px
}

.s2hding span.span2 {
	position: absolute;
	left: 0;
	top: 26px;
	font-weight: 700;
	font-size: 102px
}

.s2txt {
	font-size: 18px;
	line-height: 26px;
	padding: 22px 0 0;
	width: 520px
}

.s2btmlbx,
.s7-testi-col-tx3 strong {
	font-weight: 500
}

.sec2btm {
	padding: 0 0 70px;
	background: url(../images/sec2btm.jpg) center top no-repeat
}

ul.s1btmlist {
	margin: -80px 0 0;
	padding: 0 60px
}

ul.s1btmlist li {
	float: left;
	width: 30.33%;
	margin: 24px 1.5% 0;
	padding: 0 0 8px;
	position: relative
}

ul.s1btmlist li:nth-child(4) {
	margin: 24px 1.5% 0 15.16%
}

.s2btmlbx-bdr {
	position: absolute;
	left: 1%;
	bottom: 0;
	width: 98%;
	background: url(../images/bottom-border.png) center bottom/100% no-repeat;
	height: 10px
}

.btm-footer,
.s2btmlbx,
.s3lbx,
ul.s3list li {
	position: relative
}

.s2btmlbx {
	height: 119px;
	background: #fff;
	border-radius: 8px;
	padding: 35px 20px 20px 102px;
	font-size: 20px;
	line-height: 25px;
	color: #3a3c3c;
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da
}

.s3hding,
.s3hding2,
.s3ltxt,
.s3txt {
	font-weight: 300
}

.s2btmlbx img {
	position: absolute;
	left: 20px;
	top: 25px
}

@media only screen and (max-width: 1190px) {
	ul.s1list li p {
		font-size: 24px;
		line-height: 33px
	}

	ul.s1btmlist {
		padding: 0
	}

	.s2btmlbx {
		padding: 35px 20px 20px 100px;
		font-size: 18px
	}
}

@media only screen and (max-width: 1020px) {
	ul.s1list li p {
		font-size: 20px;
		line-height: 33px
	}

	.s2hding {
		font-size: 26px;
		line-height: 42px;
		padding: 0 0 0 60px
	}

	.s2hding span.span1 {
		font-size: 40px
	}

	.s2hding span.span2 {
		top: 26px;
		font-size: 92px
	}

	.s2txt {
		width: 388px
	}

	.s2btmlbx {
		height: 109px;
		padding: 32px 10px 10px 92px;
		font-size: 17px;
		line-height: 22px
	}

	.s2btmlbx img {
		position: absolute;
		left: 14px;
		top: 22px
	}

	.longtxt {
		padding: 22px 10px 10px 92px
	}

	.sec2btm {
		padding: 0 0 60px
	}
}

@media only screen and (max-width: 479px) {
	.bdhding {
		font-size: 30px;
		line-height: 40px
	}

	.bnrhd {
		font-size: 20px;
		line-height: 25px
	}

	.bnrhd2 {
		font-size: 30px;
		line-height: 38px
	}

	.bnr-list li {
		font-size: 22px
	}

	.s2hding {
		font-size: 21px;
		line-height: 37px
	}
}

@media only screen and (max-width: 359px) {
	.s2hding {
		font-size: 18px;
		line-height: 32px
	}

	.s2hding span.span1 {
		font-size: 34px
	}
}

.sec3 {
	padding: 95px 0;
	background: url(../images/sec3bg.png) right top no-repeat #e8e9e9
}

.s3hding {
	font-size: 58px;
	line-height: 68px;
	color: #11151b
}

.s3hding2 {
	font-size: 27px;
	line-height: 40px;
	color: grey;
	margin: 20px 0 0
}

.s3txt {
	font-size: 16px;
	line-height: 28px;
	color: #11151b;
	padding: 29px 0 0;
	width: 620px
}

ul.s3list {
	margin-top: 25px
}

ul.s3list li {
	float: left;
	width: 60%;
	margin: 20px 2% 0 0;
	padding: 0 0 8px
}

.s3lbx {
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
	padding: 25px 18px 20px 200px;
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da
}

.s3lbx img {
	position: absolute;
	left: 18px;
	top: 20px
}

.s3ltxt {
	font-size: 17px;
	line-height: 27px;
	color: #3a3c3c;
	margin-top: 10px
}

@media only screen and (max-width: 1800px) {
	.sec3 {
		background-size: 1000px
	}
}

@media only screen and (max-width: 1190px) {
	.sec3 {
		background-size: 900px
	}

	.s3lhding {
		padding: 10px 0 0
	}

	.s3hding2 {
		margin-top: 0
	}
}

.sec4 {
	padding: 72px 0 80px
}

.accordion-container2 {
	margin: 30px auto 0;
	width: 660px
}

.accordion {
	color: #000;
	cursor: pointer;
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0 0;
	padding: 19px 6.5% 19px 28px;
	width: 100%;
	border: none
}

.acdn-content2,
ul.ftrlist li {
	font-weight: 300;
	font-size: 16px;
	color: #000
}

.accordion-open.ac2 {
	background: url(../images/up.png) 98% 27px no-repeat #f0f1f3
}

.accordion-close.ac2 {
	background: url(../images/down.png) 98% 27px no-repeat #f8f9fb
}

.acdn-content2 {
	float: left;
	padding: 15px 20px 22px 28px;
	width: 100%;
	line-height: 24px
}

.ftrcards,
ul.btmftr-list {
	float: right
}

.ftrtxt,
.s7-testiBx,
ul.ftrlist,
ul.ftrlist li {
	text-align: center
}

@media only screen and (max-width: 1020px) {
	.sec3 {
		background-size: 600px;
		padding: 60px 0
	}

	.s3hding {
		font-size: 48px;
		line-height: 58px
	}

	.s3lhding {
		padding: 0
	}

	.s3txt {
		padding: 12px 0 0;
		width: 516px
	}

	ul.s3list li {
		width: 70%
	}

	.sec4 {
		padding: 60px 0
	}
}

.top-footer {
	padding: 30px 0 35px;
	border-bottom: 1px solid #e1e1e1
}

.ftrlogo {
	margin: 0 auto;
	display: block
}

ul.ftrlist {
	padding: 60px 0 0
}

ul.ftrlist li {
	border-right: 1px solid #6b6b6b;
	padding: 0 15px 0 10px;
	line-height: 16px
}

ul.ftrlist li a {
	color: #2d2d2d
}

ul.ftrlist li:last-child {
	border-right: none
}

.ftrtxt {
	font-size: 16px;
	line-height: 28px;
	color: #3a3a3a;
	margin: 24px 0 0;
	font-weight: 500;
}

.btmftrtxt,
ul.btmftr-list li {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #404040
}

.btm-footer {
	padding: 30px 0
}

ul.btmftr-list li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-align: left
}

ul.btmftr-list li a {
	color: #404040
}

.ftrcards {
	margin: 0
}

.btmftrtxt {
	float: left
}

.s7-testi-col,
.s7-testi-col-tx3 span img,
.testi-desk {
	display: inline-block;
	vertical-align: top
}

.s7-testiBx {
	float: left;
	width: 100%;
	margin-top: 40px
}

.s7-testi-col {
	max-width: 300px;
	margin: 0 15px;
	text-align: left
}

.s7-testi-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 8px
}

.s7-testi-cont {
	float: left;
	width: 100%;
	padding: 15px 0 0
}

.s7-star {
	float: left;
	width: 80px;
	margin: 10px 0 0
}

.s7-testi-col-tx2,
.s7-testi-col-tx3 {
	float: left;
	width: 100%;
	color: #000;
	margin-top: 10px;
	font-weight: 300
}

.s7-testi-col-tx2 {
	font-size: 17px;
	line-height: 25px
}

.s7-testi-col-tx3 {
	font-size: 16px;
	line-height: 22px
}

.s7-testi-col-tx3 span {
	font-size: 13px;
	color: #00bc2d;
	font-weight: 300;
	letter-spacing: 1px
}

.s7-testi-col-tx3 span img {
	margin: 6px 2px 0 0
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 640px
	}

	.bdinpad {
		padding: 0 12px
	}

	#menu-container .menu-list,
	.header {
		top: 70px
	}

	.topsec {
		height: auto;
		padding-bottom: 40px;
		background: #0b1318
	}

	.fixed-nav .header,
	.header {
		height: 70px
	}

	.header {
		margin-top: -70px
	}

	.top-fix-bar {
		margin-bottom: 70px
	}

	.logo {
		margin: 6px 0 0;
		width: 78px
	}

	#menu-wrapper {
		margin: 26px 20px 5px 0
	}

	#menu-wrapper #hamburger-menu {
		margin: 0 0 5px
	}

	.cart {
		margin: 20px 25px 0 0
	}

	.cart_btn_mob span {
		top: 15px
	}

	.banner {
		padding: 0
	}

	.bnr-txtarea {
		width: 100%;
		padding: 0 10px
	}

	.bnrhd2 {
		padding: 10px 0 0
	}

	.bnrimg {
		margin: 0 auto 20px;
		display: block
	}

	.bnrstrip {
		padding: 20px 0
	}

	.bnrstrip-img {
		margin: 14px auto 0
	}

	.sec1 {
		padding: 46px 0
	}

	ul.s1list {
		padding: 12px 0 0
	}

	ul.s1list li {
		width: calc(50% - 10px);
		height: auto;
		padding: 20px 10px 16px;
		margin: 10px 5px 0
	}

	ul.s1list li p {
		font-size: 19px;
		line-height: 22px
	}

	.s1prdimg {
		margin: 10px auto 0;
		display: block
	}

	.sec2 {
		background: #153045;
		padding: 40px 0 0
	}

	.s2img {
		margin: 24px auto 0;
		display: block
	}

	.s2txt {
		width: auto;
		padding: 15px 0 0
	}

	ul.s1btmlist {
		margin: -55px 0 0
	}

	.accordion-container2,
	ul.s1btmlist li,
	ul.s1btmlist li:nth-child(4) {
		width: 100%;
		margin: 10px 0 0
	}

	.s2btmlbx img {
		width: 55px;
		top: 13px
	}

	.s2btmlbx {
		height: 83px;
		font-size: 19px;
		line-height: 24px
	}

	.longtxt,
	.s2btmlbx {
		padding: 16px 15px 10px 86px
	}

	.sec2btm {
		padding: 0 0 40px
	}

	.sec3 {
		background: #e8e9e9;
		padding: 40px 0 50px
	}

	.s3hding {
		font-size: 28px;
		line-height: 38px
	}

	.s3txt {
		width: auto
	}

	ul.s3list {
		margin-top: 0
	}

	ul.s3list li {
		width: 100%
	}

	.s3lbx {
		height: auto;
		padding: 20px 10px 20px 160px
	}

	.s3lbx img {
		width: 120px
	}

	.s3hding2 {
		font-size: 20px;
		line-height: 26px
	}

	.s3ltxt {
		font-size: 16px;
		line-height: 24px
	}

	.sec4 {
		padding: 40px 0
	}

	.accordion {
		box-sizing: border-box;
		font-size: 19px;
		line-height: 26px;
		margin: 10px 0 0;
		padding: 12px 6.5% 12px 12px
	}

	.accordion-open.ac2 {
		background: url(../images/up.png) 98% 22px no-repeat #f0f1f3
	}

	.accordion-close.ac2 {
		background: url(../images/down.png) 98% 22px no-repeat #f8f9fb
	}

	.acdn-content2 {
		padding: 15px 10px 22px 12px
	}

	.btmftrtxt,
	ul.btmftr-list {
		width: 100%;
		text-align: center
	}

	.top-footer {
		padding: 25px 0
	}

	ul.ftrlist {
		padding: 20px 0 0
	}

	ul.ftrlist li {
		padding: 0 5px;
		font-size: 14px
	}

	.ftrtxt {
		margin: 14px 0 0
	}

	.btm-footer {
		padding: 20px 0 25px
	}

	ul.btmftr-list li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		margin: 0 10px;
		font-size: 15px
	}

	.btmftrtxt {
		margin-top: 10px;
		font-size: 15px
	}

	.s7-testi-col {
		margin: 0 10px
	}
}

@media only screen and (min-width: 1800px) {
	.topsec {
		height: 750px
	}
}

.modal,
.modal-overlay {
	left: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	top: 0;
	width: 100%
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
	.topsec {
		background-image: url(../images/topsec_retina_image.png);
	}
}

.modal {
	position: absolute;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center
}

.modal.is-visible {
	opacity: 1;
	visibility: visible
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	background: hsla(0, 0%, 0%, .5);
	transition: visibility 0s linear .3s, opacity .3s
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, .35);
	width: 100%;
	max-width: 420px
}

.modal-transition {
	transition: .3s .12s;
	opacity: 0
}

.modal.is-visible .modal-transition {
	opacity: 1
}

.modal-content,
.modal-header {
	padding: 1em
}

.modal-header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, .06);
	border-bottom: 1px solid #e8e8e8
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: 0 0;
	border: 0;
	cursor: pointer
}

.modal-close:hover {
	color: #777
}

.modal-heading {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #0f2b40;
	padding: 0 15px
}

.modal-content>:first-child {
	margin-top: 0
}

.modal-content>:last-child {
	margin-bottom: 0
}

.modal-body .cartbtn {
	width: 220px;
	line-height: 32px
}

.d-flex {
	-webkit-display: flex;
	display: flex
}

.justify-content-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.justify-content-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.direction-column {
	-webkit-flex-direction: column;
	flex-direction: column
}

.cart-pop-mod-btn {
	margin: 10px 0;
	float: none !important;
	width: 100%;
	max-width: 300px
}

@media screen and (max-width: 545px) {
	.modal-wrapper {
		max-width: 300px
	}
}

.ftr-btm {
	display: flex;
	gap: 10px;
	text-align: center;
	justify-content: center
}

.ftr-btm li a {
	font-weight: 400;
	color: #3a3a3a;
	font-size: 16px;
}

.upsell_box h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	/* font-weight: 700; */
	color: #3a3a3a;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.upsell_list {
	margin: 0;
	padding: 0 0 30px;
}

.productlist_item:not(.bordered) {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.productlist_item {
	display: flex;
	align-items: center;
	/* margin: 0 0 30px 0; */
	min-height: 98px;
	padding: 0 20px 0 0;
}

.productlist_item_img {
	flex-basis: 110px;
	height: auto;
	padding: 10px;
}

.productlist_item_img img {
	max-width: 100%;
	/* width: 90px; */
	height: auto;
	background: #eee;
	padding: 4px;
	height: 100px;
	object-fit: contain;
	width: 90px;
}

.productlist_item_details {
	flex-basis: calc(60% - 130px);
	height: auto;
	padding-right: .375rem;
}

.productlist_item_details h5 {
	font-weight: 400;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 26px;
	margin-top: -3px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.upsell_item h6 {
	font-size: 16px;
	color: #004e77;
	margin: 0;
	font-weight: 500;
}

.productlist_item_price {
	width: 40%;
	text-align: right;
	font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004e77;
}

.upsell_item button {
	background: #3a3a3a;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border: 0px none;
	font-family: 'Gilroy-Regular', sans-serif;
	font-size: 14px;
	text-transform: math-auto;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 15px;
	width: auto;
	font-family: Montserrat;
	letter-spacing: -1px;
}


.row.addon img {
	width: 60px;
	float: left;
}

.row.addon .col-md-1 {
	float: left;
	margin-top: 20px;
	width: 6%;
}

.row.addon .col-md-3 {
	width: 30%;
}

.row.addon {
	width: 100%;
	display: inline-block;
}

.row.addon .col-md-2.text-left {
	width: 60%;
}

.del-icon {
	margin-top: 4px;
}


/* toggle */

.toggle {
	cursor: pointer;
	display: inline-block;
	margin: 30px 0 20px 16px;
}

.toggle-switch {
	display: inline-block;
	background: #ccc;
	border-radius: 16px;
	width: 56px;
	height: 31px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;

	&: before,
	&:after {
		content: "";
	}

	&: before {
		display: block;
		background: linear-gradient(to bottom, #fff 0%, #eee 100%);
		border-radius: 50%;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
		width: 24px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 4px;
		transition: left 0.25s;
	}

	.toggle:hover &:before {
		background: linear-gradient(to bottom, #fff 0%, #fff 100%);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	}

	.toggle-checkbox: checked+& {
		background: #56c080;

		&: before {
			left: 30px;
		}
	}
}

.toggle-checkbox {
	position: absolute;
	visibility: hidden;
}

.toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
	color: #004e77;
	font-size: 17px;
}
.selectoptions {
    margin-bottom: 10px;
}
.selectoptions label {
    margin: 4px 0;
    display: inline-block;
}
.cartbtn1 {
    height: 42px;
    width: 200px;
    background: #191919;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 9px 5px 4px 5px;
    display: inline-block;
    border-radius: 50px;
    transition: .3s ease;
}
.cartbtn1:hover{
    opacity: .8;
}
.pkgPrice del.strike-price {
    margin-right: 10px;
}
.pkgPrice .red_text
{
    color: red;
}

@charset "utf-8";

body,
li {
	list-style: none
}

.flt,
.logo,
ul.nav,
ul.nav li {
	float: left
}

.bdhding,
ul.nav li,
ul.nav li ul li {
	text-align: center
}

.header,
.position,
ul.nav li ul li {
	position: relative
}

#menu-wrapper #hamburger-menu span:first-child,
body {
	top: 0
}

.bnrhd2,
.s2hding,
.s3hding {
	text-transform: uppercase
}

*,
.accordion,
.acdn-content2,
.container,
.dsplay {
	box-sizing: border-box
}

ul.ftrlist li,
ul.nav,
ul.nav li,
ul.nav li ul li,
ul.s1btmlist li {
	display: inline-block
}

.modal-heading,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

embed,
img,
object,
video {
	max-width: 100%
}

.ie6 img {
	width: 100%
}

body {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: Montserrat;
	font-weight: 300;
	letter-spacing: -1px;
	color: #313131;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	background: #fff
}

.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0
}

#app_common_modal_close,
#error_handler_overlay_close {
	font-family: arial;
	line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
	padding: 0;
	margin: 0
}

a {
	text-decoration: none
}

.clearall {
	clear: both;
	height: 1px;
	width: auto
}

.dsplay {
	width: 100%;
	display: table
}

.flt {
	width: 100%
}

.bdhding {
	font-weight: 300;
	font-size: 50px;
	line-height: 60px;
	color: #11151b
}

.bdhding span {
	font-weight: 600
}

@media only screen and (max-width: 1190px) {
	.container {
		max-width: 1000px;
		width: 100%
	}
}

@media only screen and (max-width: 1020px) {
	.container {
		max-width: 760px;
		width: 100%
	}

	.bdhding {
		font-size: 40px;
		line-height: 50px
	}
}

.topsec {
	background: url(../images/topsec_plain_image.png) center top no-repeat;
	height: 600px;
	background-size: cover !important;
}

.top-fix-bar {
	margin-bottom: 92px
}

.header {
	height: 92px;
	margin-top: -92px;
	top: 92px
}

.fixed-nav .header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	height: 92px;
	background: #05121a
}

.logo {
	margin: 11px 0 0
}

.cart {
	float: right;
	margin: 28px 25px 0 0
}

.cart_btn_mob span {
	position: absolute;
	right: 0;
	top: 18px;
	width: 25px;
	height: 25px;
	background: #46cffb;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 25px
}

ul.nav {
	padding: 0 0 0 30px
}

ul.nav li {
	padding: 0 25px;
	font-size: 18px;
	line-height: 92px;
	color: #fff
}

ul.nav li:first-child {
	background: url(../images/mnuarw.png) 90% center no-repeat
}

ul.nav li a {
	color: #fff;
	display: block
}

ul.nav li ul {
	position: absolute;
	width: auto;
	background-color: #fff;
	z-index: 99999;
	left: 0;
	top: 92px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 0 0 1px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
	/* width: 109%; */
}

ul.nav li ul li {
	vertical-align: middle;
	padding: 20px 0;
	width: 180px;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 26px
}

ul.nav li ul li a {
	color: #000
}

ul.nav li ul li:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	top: 35px;
	bottom: 30px;
	background: #e7e3e3
}

ul.nav li ul li:last-child:after {
	display: none
}

.sbmnu-img {
	margin: 10px auto 5px;
	display: block;
	width: 60px
}

.triangle-up {
	position: absolute;
	left: 170px;
	top: -15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff
}

#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
	margin: 40px 25px 5px 0
}

#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 0 0 5px
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: #000;
	background-color: #999898;
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px
}

#menu-wrapper #hamburger-menu.open span:first-child {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

#menu-container .menu-list {
	padding-left: 0;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -100%;
	top: 92px;
	background: #000;
	border-top: 1px solid #9e9e9e
}

#menu-container .menu-list li a {
	font-size: 18px;
	padding: 12px 0 12px 12px;
	text-align: left;
	color: #fff;
	display: block;
	border-bottom: 1px dotted #9e9e9e
}

#menu-container .menu-list li a.active {
	background: #128e3b;
	color: #fff
}

#menu-container .menu-list .menu-login,
#menu-container .menu-list li.accordion-toggle {
	font-size: 16px;
	padding: 0
}

#menu-container .menu-list li:first-of-type {
	border-top: 0
}

.accordion-content,
.accordion-toggle {
	cursor: pointer;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px
}

.accordion-content {
	display: none;
	background: #46cffb
}

.accordion-toggle a:after,
.accordion-toggle a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: .3s;
	transition: .3s ease-out
}

.accordion-toggle a:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
	z-index: 2
}

.accordion-toggle.active-tab {
	background: #39acd1;
	transition: .3s
}

.accordion-toggle a.active:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	background: #fff !important
}

.accordion-toggle a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff !important;
	opacity: 0
}

.menu-submenu li {
	border-bottom: 1px dotted #39acd1;
}

@media only screen and (max-width: 1800px) {
	.topsec {
		background: url(../images/topsec_plain_image.png) 40% top no-repeat;
	}

	;

}

.banner {
	padding: 68px 0 0
}

.bnr-txtarea {
	width: 678px;
	float: right
}

.bnrhd2 {
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	color: #f9feff;
	text-align: left
}

.bnrhd2 span {
	color: #0ff
}

.bnr-list {
	padding-left: 10px
}

.bnr-list li {
	color: #fff;
	font-size: 24px;
	margin: 10px 0 0;
	padding-left: 40px;
	background: url(../images/bnr-tik.png) left center no-repeat;
	text-shadow: 0 1px 1px #000
}

@media only screen and (max-width: 1190px) {
	.topsec {
		background: url(../images/topsec_plain_image.png) 34% top no-repeat
	}

	.bnr-txtarea {
		width: 560px
	}

	.bnrhd2 {
		font-size: 42px;
		line-height: 58px;
		padding: 60px 0 0
	}
}

@media only screen and (max-width: 1020px) {
	.topsec {
		background: url(../images/topsec-tab.jpg) 20% top/cover no-repeat;
		height: 600px
	}

	ul.nav {
		display: none
	}

	.bnrbtl {
		position: absolute;
		left: -45px;
		top: -40px;
		width: 380px
	}

	.bnr-txtarea {
		width: 60%
	}

	.bnrhd2 {
		font-size: 38px;
		line-height: 42px;
		padding-top: 20px
	}
}

.bnrstrip {
	background: #f4f4f4;
	padding: 25px 0
}

.bnrstrip-hding {
	background: url(../images/strip-hdimg.png) center center no-repeat;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: center
}

.s2hding,
.s2txt {
	font-weight: 300;
	color: #fff
}

.accordion,
.acdn-content2,
.s2btmlbx,
.s2txt,
.s3hding,
.s3ltxt,
.s3txt {
	text-align: left
}

.bnrstrip-img {
	margin: 20px auto 0;
	display: block
}

.sec1 {
	padding: 66px 0
}

ul.s1list {
	padding: 22px 0 0
}

ul.s1list li {
	float: left;
	width: 23%;
	margin: 20px 1% 0;
	background: #f2fbff;
	padding: 30px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.s1prdimg {
	margin: 35px auto 10px;
	display: block;
	width: 200px
}

ul.s1list li p {
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin-top: 25px
}

.sec2 {
	padding: 95px 0 130px;
	background: url(../images/sec2.jpg) center top no-repeat
}

.s2hding {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 2px;
	padding: 0 0 0 70px;
	position: relative
}

.s3hding2,
.s3ltxt,
.s7-testi-col-tx2 {
	letter-spacing: .5px
}

.s2hding span.span1 {
	font-size: 44px;
	letter-spacing: 3px
}

.s2hding span.span2 {
	position: absolute;
	left: 0;
	top: 26px;
	font-weight: 700;
	font-size: 102px
}

.s2txt {
	font-size: 18px;
	line-height: 26px;
	padding: 22px 0 0;
	width: 520px
}

.s2btmlbx,
.s7-testi-col-tx3 strong {
	font-weight: 500
}

.sec2btm {
	padding: 0 0 70px;
	background: url(../images/sec2btm.jpg) center top no-repeat
}

ul.s1btmlist {
	margin: -80px 0 0;
	padding: 0 60px
}

ul.s1btmlist li {
	float: left;
	width: 30.33%;
	margin: 24px 1.5% 0;
	padding: 0 0 8px;
	position: relative
}

ul.s1btmlist li:nth-child(4) {
	margin: 24px 1.5% 0 15.16%
}

.s2btmlbx-bdr {
	position: absolute;
	left: 1%;
	bottom: 0;
	width: 98%;
	background: url(../images/bottom-border.png) center bottom/100% no-repeat;
	height: 10px
}

.btm-footer,
.s2btmlbx,
.s3lbx,
ul.s3list li {
	position: relative
}

.s2btmlbx {
	height: 119px;
	background: #fff;
	border-radius: 8px;
	padding: 35px 20px 20px 102px;
	font-size: 20px;
	line-height: 25px;
	color: #3a3c3c;
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da
}

.s3hding,
.s3hding2,
.s3ltxt,
.s3txt {
	font-weight: 300
}

.s2btmlbx img {
	position: absolute;
	left: 20px;
	top: 25px
}

@media only screen and (max-width: 1190px) {
	ul.s1list li p {
		font-size: 24px;
		line-height: 33px
	}

	ul.s1btmlist {
		padding: 0
	}

	.s2btmlbx {
		padding: 35px 20px 20px 100px;
		font-size: 18px
	}
}

@media only screen and (max-width: 1020px) {
	ul.s1list li p {
		font-size: 20px;
		line-height: 33px
	}

	.s2hding {
		font-size: 26px;
		line-height: 42px;
		padding: 0 0 0 60px
	}

	.s2hding span.span1 {
		font-size: 40px
	}

	.s2hding span.span2 {
		top: 26px;
		font-size: 92px
	}

	.s2txt {
		width: 388px
	}

	.s2btmlbx {
		height: 109px;
		padding: 32px 10px 10px 92px;
		font-size: 17px;
		line-height: 22px
	}

	.s2btmlbx img {
		position: absolute;
		left: 14px;
		top: 22px
	}

	.longtxt {
		padding: 22px 10px 10px 92px
	}

	.sec2btm {
		padding: 0 0 60px
	}
}

@media only screen and (max-width: 479px) {
	.bdhding {
		font-size: 30px;
		line-height: 40px
	}

	.bnrhd {
		font-size: 20px;
		line-height: 25px
	}

	.bnrhd2 {
		font-size: 30px;
		line-height: 38px
	}

	.bnr-list li {
		font-size: 22px
	}

	.s2hding {
		font-size: 21px;
		line-height: 37px
	}
}

@media only screen and (max-width: 359px) {
	.s2hding {
		font-size: 18px;
		line-height: 32px
	}

	.s2hding span.span1 {
		font-size: 34px
	}
}

.sec3 {
	padding: 95px 0;
	background: url(../images/sec3bg.png) right top no-repeat #e8e9e9
}

.s3hding {
	font-size: 58px;
	line-height: 68px;
	color: #11151b
}

.s3hding2 {
	font-size: 27px;
	line-height: 40px;
	color: grey;
	margin: 20px 0 0
}

.s3txt {
	font-size: 16px;
	line-height: 28px;
	color: #11151b;
	padding: 29px 0 0;
	width: 620px
}

ul.s3list {
	margin-top: 25px
}

ul.s3list li {
	float: left;
	width: 60%;
	margin: 20px 2% 0 0;
	padding: 0 0 8px
}

.s3lbx {
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
	padding: 25px 18px 20px 200px;
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da
}

.s3lbx img {
	position: absolute;
	left: 18px;
	top: 20px
}

.s3ltxt {
	font-size: 17px;
	line-height: 27px;
	color: #3a3c3c;
	margin-top: 10px
}

@media only screen and (max-width: 1800px) {
	.sec3 {
		background-size: 1000px
	}
}

@media only screen and (max-width: 1190px) {
	.sec3 {
		background-size: 900px
	}

	.s3lhding {
		padding: 10px 0 0
	}

	.s3hding2 {
		margin-top: 0
	}
}

.sec4 {
	padding: 72px 0 80px
}

.accordion-container2 {
	margin: 30px auto 0;
	width: 660px
}

.accordion {
	color: #000;
	cursor: pointer;
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0 0;
	padding: 19px 6.5% 19px 28px;
	width: 100%;
	border: none
}

.acdn-content2,
ul.ftrlist li {
	font-weight: 300;
	font-size: 16px;
	color: #000
}

.accordion-open.ac2 {
	background: url(../images/up.png) 98% 27px no-repeat #f0f1f3
}

.accordion-close.ac2 {
	background: url(../images/down.png) 98% 27px no-repeat #f8f9fb
}

.acdn-content2 {
	float: left;
	padding: 15px 20px 22px 28px;
	width: 100%;
	line-height: 24px
}

.ftrcards,
ul.btmftr-list {
	float: right
}

.ftrtxt,
.s7-testiBx,
ul.ftrlist,
ul.ftrlist li {
	text-align: center
}

@media only screen and (max-width: 1020px) {
	.sec3 {
		background-size: 600px;
		padding: 60px 0
	}

	.s3hding {
		font-size: 48px;
		line-height: 58px
	}

	.s3lhding {
		padding: 0
	}

	.s3txt {
		padding: 12px 0 0;
		width: 516px
	}

	ul.s3list li {
		width: 70%
	}

	.sec4 {
		padding: 60px 0
	}
}

.top-footer {
	padding: 30px 0 35px;
	border-bottom: 1px solid #e1e1e1
}

.ftrlogo {
	margin: 0 auto;
	display: block
}

ul.ftrlist {
	padding: 60px 0 0
}

ul.ftrlist li {
	border-right: 1px solid #6b6b6b;
	padding: 0 15px 0 10px;
	line-height: 16px
}

ul.ftrlist li a {
	color: #2d2d2d
}

ul.ftrlist li:last-child {
	border-right: none
}

.ftrtxt {
	font-size: 16px;
	line-height: 28px;
	color: #3a3a3a;
	margin: 24px 0 0;
	font-weight: 500;
}

.btmftrtxt,
ul.btmftr-list li {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #404040
}

.btm-footer {
	padding: 30px 0
}

ul.btmftr-list li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-align: left
}

ul.btmftr-list li a {
	color: #404040
}

.ftrcards {
	margin: 0
}

.btmftrtxt {
	float: left
}

.s7-testi-col,
.s7-testi-col-tx3 span img,
.testi-desk {
	display: inline-block;
	vertical-align: top
}

.s7-testiBx {
	float: left;
	width: 100%;
	margin-top: 40px
}

.s7-testi-col {
	max-width: 300px;
	margin: 0 15px;
	text-align: left
}

.s7-testi-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 8px
}

.s7-testi-cont {
	float: left;
	width: 100%;
	padding: 15px 0 0
}

.s7-star {
	float: left;
	width: 80px;
	margin: 10px 0 0
}

.s7-testi-col-tx2,
.s7-testi-col-tx3 {
	float: left;
	width: 100%;
	color: #000;
	margin-top: 10px;
	font-weight: 300
}

.s7-testi-col-tx2 {
	font-size: 17px;
	line-height: 25px
}

.s7-testi-col-tx3 {
	font-size: 16px;
	line-height: 22px
}

.s7-testi-col-tx3 span {
	font-size: 13px;
	color: #00bc2d;
	font-weight: 300;
	letter-spacing: 1px
}

.s7-testi-col-tx3 span img {
	margin: 6px 2px 0 0
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 640px
	}

	.bdinpad {
		padding: 0 12px
	}

	#menu-container .menu-list,
	.header {
		top: 70px
	}

	.topsec {
		height: auto;
		padding-bottom: 40px;
		background: #0b1318
	}

	.fixed-nav .header,
	.header {
		height: 70px
	}

	.header {
		margin-top: -70px
	}

	.top-fix-bar {
		margin-bottom: 70px
	}

	.logo {
		margin: 6px 0 0;
		width: 78px
	}

	#menu-wrapper {
		margin: 26px 20px 5px 0
	}

	#menu-wrapper #hamburger-menu {
		margin: 0 0 5px
	}

	.cart {
		margin: 20px 25px 0 0
	}

	.cart_btn_mob span {
		top: 15px
	}

	.banner {
		padding: 0
	}

	.bnr-txtarea {
		width: 100%;
		padding: 0 10px
	}

	.bnrhd2 {
		padding: 10px 0 0
	}

	.bnrimg {
		margin: 0 auto 20px;
		display: block
	}

	.bnrstrip {
		padding: 20px 0
	}

	.bnrstrip-img {
		margin: 14px auto 0
	}

	.sec1 {
		padding: 46px 0
	}

	ul.s1list {
		padding: 12px 0 0
	}

	ul.s1list li {
		width: calc(50% - 10px);
		height: auto;
		padding: 20px 10px 16px;
		margin: 10px 5px 0
	}

	ul.s1list li p {
		font-size: 19px;
		line-height: 22px
	}

	.s1prdimg {
		margin: 10px auto 0;
		display: block
	}

	.sec2 {
		background: #153045;
		padding: 40px 0 0
	}

	.s2img {
		margin: 24px auto 0;
		display: block
	}

	.s2txt {
		width: auto;
		padding: 15px 0 0
	}

	ul.s1btmlist {
		margin: -55px 0 0
	}

	.accordion-container2,
	ul.s1btmlist li,
	ul.s1btmlist li:nth-child(4) {
		width: 100%;
		margin: 10px 0 0
	}

	.s2btmlbx img {
		width: 55px;
		top: 13px
	}

	.s2btmlbx {
		height: 83px;
		font-size: 19px;
		line-height: 24px
	}

	.longtxt,
	.s2btmlbx {
		padding: 16px 15px 10px 86px
	}

	.sec2btm {
		padding: 0 0 40px
	}

	.sec3 {
		background: #e8e9e9;
		padding: 40px 0 50px
	}

	.s3hding {
		font-size: 28px;
		line-height: 38px
	}

	.s3txt {
		width: auto
	}

	ul.s3list {
		margin-top: 0
	}

	ul.s3list li {
		width: 100%
	}

	.s3lbx {
		height: auto;
		padding: 20px 10px 20px 160px
	}

	.s3lbx img {
		width: 120px
	}

	.s3hding2 {
		font-size: 20px;
		line-height: 26px
	}

	.s3ltxt {
		font-size: 16px;
		line-height: 24px
	}

	.sec4 {
		padding: 40px 0
	}

	.accordion {
		box-sizing: border-box;
		font-size: 19px;
		line-height: 26px;
		margin: 10px 0 0;
		padding: 12px 6.5% 12px 12px
	}

	.accordion-open.ac2 {
		background: url(../images/up.png) 98% 22px no-repeat #f0f1f3
	}

	.accordion-close.ac2 {
		background: url(../images/down.png) 98% 22px no-repeat #f8f9fb
	}

	.acdn-content2 {
		padding: 15px 10px 22px 12px
	}

	.btmftrtxt,
	ul.btmftr-list {
		width: 100%;
		text-align: center
	}

	.top-footer {
		padding: 25px 0
	}

	ul.ftrlist {
		padding: 20px 0 0
	}

	ul.ftrlist li {
		padding: 0 5px;
		font-size: 14px
	}

	.ftrtxt {
		margin: 14px 0 0
	}

	.btm-footer {
		padding: 20px 0 25px
	}

	ul.btmftr-list li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		margin: 0 10px;
		font-size: 15px
	}

	.btmftrtxt {
		margin-top: 10px;
		font-size: 15px
	}

	.s7-testi-col {
		margin: 0 10px
	}
}

@media only screen and (min-width: 1800px) {
	.topsec {
		height: 750px
	}
}

.modal,
.modal-overlay {
	left: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	top: 0;
	width: 100%
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
	.topsec {
		background-image: url(../images/topsec_retina_image.png);
	}
}

.modal {
	position: absolute;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center
}

.modal.is-visible {
	opacity: 1;
	visibility: visible
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	background: hsla(0, 0%, 0%, .5);
	transition: visibility 0s linear .3s, opacity .3s
}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s
}

.modal-wrapper {
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, .35);
	width: 100%;
	max-width: 420px
}

.modal-transition {
	transition: .3s .12s;
	opacity: 0
}

.modal.is-visible .modal-transition {
	opacity: 1
}

.modal-content,
.modal-header {
	padding: 1em
}

.modal-header {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 2px hsla(0, 0%, 0%, .06);
	border-bottom: 1px solid #e8e8e8
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: 0 0;
	border: 0;
	cursor: pointer
}

.modal-close:hover {
	color: #777
}

.modal-heading {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: #0f2b40;
	padding: 0 15px
}

.modal-content>:first-child {
	margin-top: 0
}

.modal-content>:last-child {
	margin-bottom: 0
}

.modal-body .cartbtn {
	width: 220px;
	line-height: 32px
}

.d-flex {
	-webkit-display: flex;
	display: flex
}

.justify-content-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.justify-content-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.direction-column {
	-webkit-flex-direction: column;
	flex-direction: column
}

.cart-pop-mod-btn {
	margin: 10px 0;
	float: none !important;
	width: 100%;
	max-width: 300px
}

@media screen and (max-width: 545px) {
	.modal-wrapper {
		max-width: 300px
	}
}

.ftr-btm {
	display: flex;
	gap: 10px;
	text-align: center;
	justify-content: center
}

.ftr-btm li a {
	font-weight: 400;
	color: #3a3a3a;
	font-size: 16px;
}

.upsell_box h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	/* font-weight: 700; */
	color: #3a3a3a;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.upsell_list {
	margin: 0;
	padding: 0 0 30px;
}

.productlist_item:not(.bordered) {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.productlist_item {
	display: flex;
	align-items: center;
	/* margin: 0 0 30px 0; */
	min-height: 98px;
	padding: 0 20px 0 0;
}

.productlist_item_img {
	flex-basis: 110px;
	height: auto;
	padding: 10px;
}

.productlist_item_img img {
	max-width: 100%;
	/* width: 90px; */
	height: auto;
	background: #eee;
	padding: 4px;
	height: 100px;
	object-fit: contain;
	width: 90px;
}

.productlist_item_details {
	flex-basis: calc(60% - 130px);
	height: auto;
	padding-right: .375rem;
}

.productlist_item_details h5 {
	font-weight: 400;
	font-size: 16px;
	color: #3a3a3a;
	line-height: 26px;
	margin-top: -3px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.upsell_item h6 {
	font-size: 16px;
	color: #004e77;
	margin: 0;
	font-weight: 500;
}

.productlist_item_price {
	width: 40%;
	text-align: right;
	font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004e77;
}

.upsell_item button {
	background: #3a3a3a;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border: 0px none;
	font-family: 'Gilroy-Regular', sans-serif;
	font-size: 14px;
	text-transform: math-auto;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	font-size: 15px;
	padding: 5px 15px;
	width: auto;
	font-family: Montserrat;
	letter-spacing: -1px;
}


.row.addon img {
	width: 60px;
	float: left;
}

.row.addon .col-md-1 {
	float: left;
	margin-top: 20px;
	width: 6%;
}

.row.addon .col-md-3 {
	width: 30%;
}

.row.addon {
	width: 100%;
	display: inline-block;
}

.row.addon .col-md-2.text-left {
	width: 60%;
}

.del-icon {
	margin-top: 4px;
}


/* toggle */

.toggle {
	cursor: pointer;
	display: inline-block;
	margin: 30px 0 20px 16px;
}

.toggle-switch {
	display: inline-block;
	background: #ccc;
	border-radius: 16px;
	width: 56px;
	height: 31px;
	position: relative;
	vertical-align: middle;
	transition: background 0.25s;

	&: before,
	&:after {
		content: "";
	}

	&: before {
		display: block;
		background: linear-gradient(to bottom, #fff 0%, #eee 100%);
		border-radius: 50%;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
		width: 24px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 4px;
		transition: left 0.25s;
	}

	.toggle:hover &:before {
		background: linear-gradient(to bottom, #fff 0%, #fff 100%);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	}

	.toggle-checkbox: checked+& {
		background: #56c080;

		&: before {
			left: 30px;
		}
	}
}

.toggle-checkbox {
	position: absolute;
	visibility: hidden;
}

.toggle-label {
	margin-left: 5px;
	position: relative;
	top: 2px;
	color: #004e77;
	font-size: 17px;
}
.selectoptions {
    margin-bottom: 10px;
}
.selectoptions label {
    margin: 4px 0;
    display: inline-block;
}
.cartbtn1 {
    height: 46px;
    width: 100%;
    background: #191919;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 11px 5px 4px 5px;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 2px;
}
.pkgPrice del.strike-price {
    margin-right: 10px;
}
.strike-price {
         position: relative;
         color: inherit; /* This keeps the text color as it is */
         }
         .strike-price::after {
         content: "";
         position: absolute;
         left: 0;
         right: 0;
         top: 50%;
         height: 2px; /* Adjust the thickness of the line */
         background-color: red; /* Set the line color */
         }
.pkgPrice .red_text
{
    color: red;
}
.new1{
    padding-bottom: 50px;
}
