@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/Helvetica.eot');
	src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 1.1rem;
}

.hidden {
	display: none;
}

h1, .h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.6rem;
	line-height: 1.5;
	color: #fff;
}

	.h1.gray {
		color: #757575;
	}

h2.h1, h3.h1, h4.h1 {
	margin-bottom: unset;
	text-transform: unset;
}

h2, h1.h2, .info-section h1.h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #757575;
	line-height: 1.5;
	font-size: 2.4rem;
	letter-spacing: 4px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

p {
	font-size: 1.1rem;
	color: #41403b;
	line-height: 2.3;
	font-family: HelveticaNeue;
}

a {
	cursor: pointer;
	color: #00548E;
}

	a:hover {
		color: #077acc;
	}

.form-control {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #41403b;
}

	.form-control:focus {
		color: #41403b;
	}

	.form-control::placeholder {
		color: #41403b;
		opacity: 1; /* Firefox */
	}

	.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #41403b;
	}

	.form-control::-ms-input-placeholder { /* Microsoft Edge */
		color: #41403b;
	}

.btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btn-primary {
	background: #00548e;
	border-color: #00548e;
}

.btn-outline-secondary {
	border-color: #ffffff;
	font-size: 1.3rem;
	color: #fff;
	border-width: 3px;
}

	.btn-primary:hover,
	.btn-outline-secondary:hover {
		border-color: #757575;
		background-color: #757575;
	}

	.btn-primary:focus,
	.btn-primary:active,
	.btn-outline-secondary:focus,
	.btn-outline-secondary:active {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		background-color: #757575 !important;
		color: #fff !important;
		border-color: #757575 !important;
	}

.btn-outline-secondary, .btn-primary {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.btn-download:hover {
	background: #757575;
	border-color: #757575;
}

.btn-border {
	color: rgb(148, 148, 148);
	font-size: 1rem;
	text-transform: uppercase;
	border: 3px solid rgb(148, 148, 148);
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
}

	.btn-border:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(148, 148, 148);
		border-color: rgb(148, 148, 148);
	}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff !important;
}

.fixed-header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1020;
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #9faebe;
}

.logo {
	height: 6rem;
	margin: 20px 0 30px 60px;
}

/*nav style for header*/
a, a:hover {
	text-decoration: none;
}

.right-top-nav {
	float: right;
	top: 20px;
	position: absolute;
	right: 40px;
}

	.right-top-nav a, .right-top-nav a:first-child {
		border-right: 2px solid #fff;
	}

		.right-top-nav a, .right-top-nav a:hover {
			color: #fff;
			font-size: 1.1rem;
			line-height: 1;
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			display: inline-block;
			padding: 0 30px;
			letter-spacing: 1px;
		}

			.right-top-nav a:last-child {
				padding-right: 0px;
				border-right: none
			}

nav ul {
	padding: 0px;
	list-style: none;
	margin-top: 60px;
}

	nav ul li {
		float: left;
		margin: 0 1rem;
		padding: 26px 0;
	}

		nav ul li a, nav ul li a:hover {
			font-size: 1.2rem;
			line-height: 1.5;
			color: #ffffff;
			text-transform: uppercase;
			font-family: 'Oswald', sans-serif;
			letter-spacing: 1px;
		}

li.top-search-btn {
	margin: 0;
}

	li.top-search-btn > a.search {
		padding: 0 1rem;
		display: block;
	}

.right-buy-nav {
	float: right;
	margin-top: 60px;
}

	.right-buy-nav .buy-btn {
		display: inline-block;
		vertical-align: middle;
	}

		.right-buy-nav .buy-btn:hover {
			background: #00548e;
		}

			.right-buy-nav .buy-btn:hover:before {
				border-right-color: #00548e;
			}

	.right-buy-nav .search {
		margin-right: 50px;
	}

		.right-buy-nav .search img {
			width: 26px;
		}

.buy-btn, .buy-btn:hover {
	background: #757575;
	color: #fff;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 8px 2.5rem;
	text-align: center;
	position: relative;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
	white-space: nowrap;
}

header .buy-btn::before {
	content: '';
	position: absolute;
	height: 0;
	width: 0px;
	border-left: 0px solid transparent;
	border-top: 47px solid transparent;
	border-right: 23px solid #757575;
	left: -23px;
	top: 0px;
}

/*megamenu starts*/
.mega-menu {
	position: absolute;
	z-index: 10;
	background: #fff;
	top: 145px;
	padding: 15px 0;
	text-transform: uppercase;
	display: none;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
}

	.mega-menu ul {
		margin: 0;
	}

	.mega-menu .submenutitle {
		color: #00548e;
		padding: 5px 1.25rem;
		font-size: 19px;
		font-style: italic;
		font-weight: 500;
	}

	.mega-menu ul li {
		margin: 0;
		padding: 15px 0;
	}

		.mega-menu ul li a {
			color: #00548e;
			font-size: 19px;
		}

			.mega-menu ul li a:hover {
				font-size: 19px;
				color: #666;
			}

	.mega-menu .productmenu {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
			"content content side";
	}

	.mega-menu .mainmenu {
		grid-area: content;
		display: grid;
		gap: 1rem;
		grid-template-columns: 1fr 1fr;
	}

		.mega-menu .mainmenu .menugroup {
			margin: 0;
			padding: 0 1.25rem;
			display: flex;
			flex-direction: column;
			width: 100%;
		}

			.mega-menu .mainmenu .menugroup.is-open .menutrigger {
				transform: rotate(180deg) !important;
			}

			.mega-menu .mainmenu .menugroup.is-open .menucontent {
				max-height: 300px !important;
			}


			.mega-menu .mainmenu .menugroup .menutrigger {
				cursor: pointer;
				background: transparent;
				border: 0;
			}

				.mega-menu .mainmenu .menugroup .menutrigger:after {
					content: '\f078';
					font-family: 'FontAwesome';
					display: block;
					color: #b2b2b2;
					font-size: 1.5rem;
					position: relative;
				}

			.mega-menu .mainmenu .menugroup .menuheading {
				display: flex;
				justify-content: space-between
			}

				.mega-menu .mainmenu .menugroup .menuheading a {
					font-size: 17px;
					color: #666666;
					padding: 10px 0;
					display: table;
				}

					.mega-menu .mainmenu .menugroup .menuheading a:hover {
						color: #00548e;
						font-size: 17px;
					}

			.mega-menu .mainmenu .menugroup .menucontent {
				display: flex;
				flex-direction: column;
				overflow: hidden;
				transition: max-height 0.5s;
				max-height: 0;
			}

				.mega-menu .mainmenu .menugroup .menucontent a {
					color: #000000;
					padding-left: .5rem;
					font-size: 16px;
				}

					.mega-menu .mainmenu .menugroup .menucontent a:focus {
						outline: 2px solid #000000;
						outline-offset: -2px;
					}

@media screen and (max-width:767px) {
	.mega-menu .mainmenu,
	.mega-menu .productmenu {
		display: flex;
		flex-direction: column;
	}

	.mega-menu .menugroup.is-open .menucontent {
		padding-bottom: .5rem;
	}
}

.mega-menu .sidemenu {
	grid-area: side;
	border-left: 1px solid #00548e;
}

.mega-menu ul.sidemenu {
	padding: 0 15px;
}

	.mega-menu ul.sidemenu li {
		width: 100%;
	}

.mega-menu .resourcemenu li {
	padding: 12px 15px;
	width: 33.33%;
	border-right: 1px solid #00548e;
}

	.mega-menu .resourcemenu li:nth-child(3n) {
		border-right: 0;
	}

.mega-menu .onecolmenu li {
	display: block;
	width: auto;
	float: none;
	padding: 10px 20px;
}

nav .m-menu-toggle {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 3rem;
	color: #fff;
}

/*megamenu ends*/

/*Mobile Menu*/
.m-menu {
	width: 100%;
	background: rgba(0,0,0,1);
	padding: 10px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0px;
	z-index: 1500;
	display: none;
	vertical-align: middle;
	border-top: 1px solid #9faebe;
}

	.m-menu a {
		display: table-cell;
		text-align: center;
		vertical-align: top;
	}

	.m-menu img {
		height: 35px;
		margin-bottom: 0px;
	}

	.m-menu span {
		display: block;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		font-family: 'Oswald',sans-serif;
	}

	.m-menu a {
		width: 20%;
		padding: 0 5px;
		box-sizing: border-box;
	}

	.m-menu .menu img {
		width: 55px;
	}
/*Mobile Menu*/

/* Carousel style for home page */
.backgournd-slider {
	width: 100%;
	height: 800px;
}

.dark-bg {
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 5;
}

.samson-carousel .carousel-indicators {
	bottom: auto;
	left: auto;
	display: block;
	top: 50%;
	margin: 0;
}

	.samson-carousel .carousel-indicators li {
		display: block;
		width: 50px;
		float: right;
		clear: both;
		margin: 0 0 20px 0;
		background: #fff;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		cursor: pointer;
	}

	.samson-carousel .carousel-indicators .active {
		width: 100px;
	}

.samson-carousel .carousel-caption {
	text-align: center;
	position: static;
	padding-top: 8%;
}

	.samson-carousel .carousel-caption h1, .samson-carousel .carousel-caption .h1, .samson-carousel .carousel-caption h3 {
		text-transform: uppercase;
	}

	.samson-carousel .carousel-caption h3 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 1.75rem;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 70px;
	}

	.samson-carousel .carousel-caption p {
		font-family: acumin-pro, sans-serif;
		font-weight: 400;
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.5;
		margin-top: 15px;
	}

.text-box {
	background: rgba(0,0,0,.3);
	padding: 30px 50px;
	box-sizing: border-box;
	max-width: 1098px;
	width: 100%;
	margin: 0 auto;
}

	.text-box::before, .text-box::after {
		content: '';
		border-top: 2px solid #ffffff;
		position: absolute;
		z-index: 1;
		width: 100px;
		left: 50%;
		margin-left: -50px;
		margin-top: -10px;
	}

	.text-box::after {
		margin-top: 10px;
	}

.btn-learnmore {
	padding: .375rem 2.8rem;
	margin-top: 30px;
}

	.btn-learnmore:hover {
		text-decoration: none;
	}
/* .btn-learnmore{
    color: #fff;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    line-height:1.5;
    text-transform: uppercase;
    border: 3px solid #fff;
    margin-top: 30px;
    padding: 10px 30px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.3s;
}
.btn-learnmore:hover{
    color: #00548e; 
    text-decoration: none;
    background: #fff;
}  */
.info-section1 {
	margin: 0px auto 40px auto;
}

.info-section {
	max-width: 1200px;
	margin: 60px auto 40px auto;
	text-align: center;
	width: 65%;
}

.info-section--full {
	margin: 60px 0 40px 0;
	width: 100%;
}

.info-section h1, .info-section .h1 {
	color: #757575;
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 1.5;
}

.info-section p {
	padding: 0 50px;
	font-weight: regular !important;
	letter-spacing: normal !important;
}

.threediv-section .info-section {
	max-width: 1400px;
}
/* .twodiv-section .info-section p{
    text-align: left;
} */
/*Owl carousel*/
.item img {
	width: 100%;
}

.owl-carousel .item {
	position: relative;
	max-height: 400px;
}

	.owl-carousel .item span {
		margin-top: -50px;
		color: #fff;
		display: block;
		position: absolute;
		text-transform: capitalize;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
		font-weight: 600;
		font-size: 1.45rem;
		width: 100%;
		text-align: right;
		padding: 5% 5%;
		bottom: 0;
		background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5) );
		letter-spacing: 1px;
		pointer-events: none;
		-webkit-pointer-events: none -khtml-pointer-events:none -o-pointer-events:none -moz-pointer-events:none
	}

.owl-carousel .owl-dots {
	margin: 0px auto 15px;
	text-align: center;
	width: 100%;
	display: block !important;
}

	.owl-carousel .owl-dots .owl-dot {
		margin-left: 10px;
		margin-right: 10px;
	}

	.owl-carousel .owl-dots span {
		background: rgba(0,0,0,.3);
		width: 15px;
		height: 15px;
		display: block;
		border-radius: 50%;
	}

	.owl-carousel .owl-dots .owl-dot.active span {
		background: rgba(0,0,0,.5);
	}

.res-bg {
	height: 350px;
	position: relative;
	display: block;
}

.twodiv-section .row > div:nth-child(odd) .res-bg {
	margin: 0 3px 6px 0;
}

.twodiv-section .row > div:nth-child(even) .res-bg {
	margin: 0 0 6px 3px;
}

.threediv-section .row > div .res-bg {
	margin: 0 6px 6px 0;
}

.threediv-section .row > div:last-child .res-bg {
	margin: 0px;
}

.res-bg span {
	position: absolute;
	color: #fff;
	font-size: 1.8rem;
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	width: 100%;
	text-align: right;
	bottom: 0px;
	left: 0;
	padding: 4% 5%;
	box-sizing: border-box;
	background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5) );
}

.what-you-need {
	background: #00548e;
	text-align: center;
	padding: 50px 0;
	margin: 15px 0;
}

	.what-you-need h2 {
		font-size: 3rem;
		line-height: 1.5;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 20px;
		letter-spacing: 0.75rem;
	}

	.what-you-need p {
		color: #fff;
	}

	.what-you-need a.buy-btn, .what-you-need a.buy-btn:hover {
		color: #fff;
		font-style: italic;
		display: inline-block;
		background: #757575;
		padding: 7px 0;
		width: 100%;
		max-width: 525px;
		font-size: 1.8rem;
	}

footer {
	background: #fff;
	padding: 25px 0;
}

.footer-logo {
	height: 6rem;
}

.footer-logo-wrap {
	margin: auto;
	text-align: center;
	max-width: 200px;
}

	.footer-logo-wrap small {
		font-size: 0.7rem;
		color: #adadad;
		display: block;
		font-weight: 500;
		text-align: center;
		margin-top: 5px;
	}

ul.social-icons, .footer-links {
	list-style: none;
	padding: 0px;
}

ul.social-icons {
	width: 100%;
	margin-bottom: 0;
}

	ul.social-icons li img {
		width: 50px;
	}

/*ul.social-icons::after {
        content: '';
        border-left: 2px solid #00548e;
        height: 100px;
        position: absolute;
        right: 0;
        margin-top: -25px;
    }*/

.footer-links {
	margin-bottom: 0;
	text-align: left;
	padding-left: 20%;
}

ul.social-icons li {
	display: inline-block;
	margin: 0 0.4375rem;
}

.footer-links li {
	display: inline-block;
}

	.footer-links li a {
		font-size: 1rem;
		color: #757575;
		text-transform: uppercase;
		font-family: 'Oswald',sans-serif;
		letter-spacing: 0.12rem;
		line-height: 1.5;
		font-weight: 600;
	}

		.footer-links li a:hover {
			color: #00548e;
		}

	.footer-links li::after {
		content: '';
		border-right: 2px solid #808080;
		height: 24px;
		margin: 0 10px;
		float: right;
	}

	.footer-links li:last-of-type:after {
		content: '';
		border: none;
	}

.copytxt {
	color: #757575;
	font-size: 12px;
}
/*Hack for Safari footer issue */
*|html[xmlns*=""] .flex-md-row.align-items-center {
	float: left;
}

/*product page css starts*/

.product-image {
	height: 550px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

	.product-image .full-height {
		background: rgba(0,0,0,0.5);
	}

	.product-image h1 {
		color: #fff;
		margin-top: 10px;
	}

	.product-image .btn {
		margin: 0;
		padding: .375rem 2.8rem;
		text-transform: uppercase;
	}

	.product-image h1 + .btn {
		margin-right: 2.5rem;
	}

.full-height {
	height: 100%;
}

	.full-height.align-items-center {
		padding-top: 130px;
	}

.product-image .products {
	text-align: center;
}

	.product-image .products p, .product-image .products span {
		color: #fff;
		text-transform: uppercase;
		font-family: acumin-pro, sans-serif;
		font-weight: 700;
		font-style: italic;
	}

	.product-image .products p {
		font-size: 1.4rem;
	}

	.product-image .products a {
		display: inline-block;
		position: relative;
		margin-right: 15px;
		height: 130px;
		width: 200px;
		background-color: #fff;
	}

		.product-image .products a span {
			position: absolute;
			width: 100%;
			background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0) );
			font-family: acumin-pro, sans-serif;
			letter-spacing: 1px;
			font-style: normal;
			font-weight: 800;
			/*padding: 1rem 1rem 1.3rem;*/
			padding: 0.5rem 0.5rem 1.3rem;
			text-align: left;
			font-size: 1rem;
			z-index: 1;
			left: 0;
		}

		.product-image .products a img {
			width: auto;
			height: auto;
			min-height: 0;
			top: 90px;
		}

		.product-image .products a:last-child {
			margin-right: 0px;
		}

/* Fix for product pages spacing between branding images*/
.brandingimgs .col .res-bg {
	margin: 0 6px 0 0;
}

.brandingimgs .col:last-child .res-bg {
	margin: 0;
}

.right-rope-section .card-header {
	background: #757575;
	text-align: center;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

	.right-rope-section .card-header button {
		color: #fff;
		text-transform: uppercase;
		font-size: 1.375rem;
		font-family: 'Oswald',sans-serif;
		letter-spacing: 2px;
		font-weight: 400;
		width: 100%;
	}

	.right-rope-section .card-header .btn-link:after {
		content: '';
		border: solid white;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 10px;
		position: absolute;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		right: 8%;
		top: 20px;
	}

	.right-rope-section .card-header .btn-link.collapsed:after {
		content: '';
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 8px;
	}

.table.table-responsive {
	display: table;
}

.right-rope-section .card-body {
	padding: 0px; /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
}

	.right-rope-section .card-body p {
		padding: 2%;
		margin-bottom: 0px;
	}

.product-spec-rope-section .card-body .info-section {
	margin-top: 0px;
	text-align: center;
	max-width: 600px;
}

.right-rope-section .card-header button:hover, .right-rope-section .card-header button:focus {
	text-decoration: none;
}

.right-rope-section .card-header button:focus {
	outline: 2px solid #000;
}

.right-rope-section table {
	margin-bottom: 0px;
}

	.right-rope-section table thead tr {
		background: #dcdcd8;
	}

	.right-rope-section table th {
		font-size: 0.65rem;
		text-transform: uppercase;
		color: #00548e;
		text-align: left;
		font-family: azo-sans-web, sans-serif;
		font-style: normal;
		font-weight: 700;
		padding: .4rem .75rem;
	}

	.right-rope-section table td {
		vertical-align: middle;
		font-size: 1rem;
		color: #333333;
	}

	.right-rope-section table tr td img {
		height: 35px;
	}

	.right-rope-section table tr td .btn-outline-secondary,
	.case-studies .case-desc .btn-outline-secondary,
	.info-section .btn-outline-secondary,
	.location .btn-outline-secondary,
	.ios-app .btn-outline-secondary {
		color: #555555;
		border-color: #757575;
		font-size: 1rem;
		text-transform: uppercase;
	}

		.right-rope-section table tr td .btn-outline-secondary:hover,
		.case-studies .case-desc .btn-outline-secondary:hover,
		.info-section .btn-outline-secondary:hover,
		.ios-app .btn-outline-secondary:hover {
			color: #fff;
		}

	.right-rope-section table tr td:last-child {
		text-align: center
	}

	.right-rope-section table tr td .btn-primary {
		border-color: #00548e;
		background: #00548e;
		font-size: 1rem;
	}

		.right-rope-section table tr td .btn-primary:hover {
			border-color: #757575;
			background: #757575;
		}

		.right-rope-section table tr td .btn-primary:focus,
		.right-rope-section table tr td .btn-primary:active {
			-webkit-box-shadow: none !important;
			box-shadow: none !important;
		}

	.right-rope-section table tr td .btn {
		margin: 0 3px;
		padding: .25rem .75rem;
	}

		.right-rope-section table tr td .btn.btn-details {
			padding: .18rem 1rem;
			border-width: 2px;
		}

.airborist-section .sherrill, .airborist-section .wesspur {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0 3px;
	margin-bottom: 15px;
	padding: 25px 0;
	min-height: 385px;
}

	.airborist-section .sherrill img, .airborist-section .wesspur img {
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 90px;
	}

.airborist-section .wesspur {
	background: #757575;
}

.airborist-section address {
	margin-top: 30px;
}

	.airborist-section address h4 {
		text-transform: uppercase;
		font-size: 1.75rem;
		letter-spacing: 2px;
		font-family: 'Oswald',sans-serif;
		font-weight: bold;
	}

	.airborist-section address h5 {
		text-transform: uppercase;
		font-size: 1.4rem;
		letter-spacing: 1px;
		font-family: 'Oswald',sans-serif;
		font-weight: 400;
	}

	.airborist-section address a, .airborist-section address span {
		display: inline-block;
		color: #fff;
		font-size: 1rem;
		line-height: 1.5;
	}

.case-studies {
	margin-bottom: 60px;
	margin-top: 60px;
}

	.case-studies .case-desc {
		padding: 60px 70px;
		margin: 0 auto;
		background: #f4f4f2;
	}

		.case-studies .case-desc .btn {
			margin-top: 50px;
			color: #696969;
			border-color: #696969;
		}

.page-top-bg {
	position: relative;
	width: 100%;
	height: 450px;
}

	.page-top-bg h1,
	.product-image .full-height h1 {
		text-transform: uppercase;
	}

.ios-app {
	background: #f4f4f2;
	padding: 50px 0;
	width: 100%;
}

	.ios-app img {
		width: 170px;
		float: right;
	}
/*page 7 css*/
.plain-blue-bg {
	background: #00548e;
	text-transform: uppercase;
	height: 340px;
	width: 100%;
	position: relative;
}

	.plain-blue-bg h1 {
		bottom: 35px;
		position: absolute;
		width: 100%;
	}

.dropdown {
	font-size: 1rem;
}

.selectbox {
	display: inline-block;
}

.dropdown-menu {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: #00548e;
	color: #fff;
}

.dropdown-menu.show, .dropdown .btn-secondary {
	width: 100%;
	background: white;
	border: 2px solid #757575;
	color: #757575;
}

.show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:focus {
	box-shadow: none;
}

.dropdown-toggle::after {
	position: absolute;
	top: 43%;
	right: 20px;
}

.searchbxwrap {
	margin-top: 5px;
	text-align: center
}

.distributor-headline input {
	padding: 6px;
	text-align: center;
	color: #757575;
	margin-bottom: 10px;
	width: 100%;
	border: 2px solid #757575;
	font-size: 1rem;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
}

	.distributor-headline input:focus {
		outline: 2px solid #000000;
	}

.footer-links .linebr {
	display: none;
}

.distributor-headline .inline-search {
	margin: 0 5px;
}

.distributor-headline .info-section .btn {
	min-height: 40px;
	margin-top: -3px;
}
/*product search page*/
.searchbx {
	width: 50% !important;
}

.location-section h2 {
	background: #ECECEA;
	padding: 10px 0;
	text-transform: capitalize;
	font-style: italic;
	font-family: acumin-pro, sans-serif;
	letter-spacing: normal;
	font-size: 1.4rem;
}

.location-section .location h3 {
	font-family: Oswald,sans-serif;
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #00548E;
	font-weight: 700;
	text-transform: uppercase;
}

.location-section .location .row .info-section {
	margin: 0 0 20px 0;
	text-align: left;
}

.location-section .location .row div {
	margin-bottom: 20px;
}

.location-section .location .row > div > img {
	width: 100%;
}

.location-section .location .row .info-section .btn-outline-secondary {
	padding: 6px 50px;
}

.location-section .location .row .info-section > span {
	display: block;
	margin: 10px 0;
}

.location-section .location label.addlbl {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-family: Oswald,sans-serif;
}

.location-section .location .continfo {
	display: table;
	width: 100%;
	color: #000;
	font-family: 'HelveticaNeue';
	font-size: 1rem;
}

	.location-section .location .continfo strong {
		display: table-cell;
		padding-right: 10px;
		color: #00548E;
		font-family: Oswald,sans-serif;
		width: 80px;
		font-size: 1.1rem;
	}

	.location-section .location .continfo span {
		display: table-cell;
		line-height: 2.3;
	}

		.location-section .location .continfo span a {
			color: #000;
		}

.location-section .location .dirbtn {
	margin: 15px 0;
}

.card-body .info-section {
	text-align: left;
	margin: 0 auto;
	padding: 40px 0;
}

	.card-body .info-section h4 {
		text-transform: uppercase;
		font-size: 1.4rem;
		letter-spacing: 2px;
		font-weight: 700;
		color: #00548e;
		margin-bottom: 30px;
	}

	.card-body .info-section p {
		padding: 0px;
	}

	.card-body .info-section h4 + p {
		margin-bottom: 30px;
	}

/*Global Fixes*/
.res-bg img {
	width: 100%;
	height: 100%;
}

.imgeff img,
.imgeff .res-bg img {
	transition: 0.4s;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}

	.imgeff img:hover,
	.imgeff .res-bg:hover img {
		-webkit-transition: 0.4s;
		transition: 0.4s;
		-webkit-transform: translateY(-50%) scale(1.2, 1.2);
		transform: translateY(-50%) scale(1.2, 1.2);
	}

.imgeff,
.imgeff.owl-carousel .item,
.imgeff .res-bg {
	overflow: hidden;
}

	.imgeff .owl-item img {
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

		.imgeff .owl-item img:hover {
			-webkit-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
		}

.bgimg-scale-wrap {
	overflow: hidden;
}

.bgimg-scale {
	transition: all 0.5s ease;
	width: 100%;
	height: 100%;
}

	.bgimg-scale:hover {
		transform: scale(1.2);
	}

.social-icons a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	background: #757575;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

	.social-icons a:hover {
		background: #00548e;
	}

/*search*/
/*@media screen and (min-width:768px) {
	#search {
		display: none;
	}
}*/

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}

	#search input[type="search"] {
		position: absolute;
		top: 50%;
		width: 100%;
		color: white;
		background: rgba(0, 0, 0, 0);
		font-size: 60px;
		font-weight: 300;
		text-align: center;
		border: 0px;
		margin: 0px auto;
		margin-top: -51px;
		padding-left: 30px;
		padding-right: 30px;
		outline: none;
	}

	#search .btn {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: 61px;
		margin-left: -71px;
		background-color: #00548e;
		border: black;
		font-size: 1rem;
		text-transform: uppercase;
		padding: 10px 40px;
	}

	#search .close {
		position: fixed;
		top: 15px;
		right: 15px;
		color: #fff;
		opacity: 1;
		padding: 10px 17px;
		font-size: 27px;
	}

	#search.open {
		-webkit-transform: translate(0px, 0px) scale(1, 1);
		-moz-transform: translate(0px, 0px) scale(1, 1);
		-o-transform: translate(0px, 0px) scale(1, 1);
		-ms-transform: translate(0px, 0px) scale(1, 1);
		transform: translate(0px, 0px) scale(1, 1);
		opacity: 1;
	}

/* added by chhaya */
/* Career Section  */
.plain-white-bg {
	background: #ffffff;
}

.carrer-headline input[type='text'], .upcoming-events-content input[type='text'] {
	padding: 6px;
	text-align: center;
	color: #757575;
	margin-bottom: 10px;
	width: 100%;
	border: 2px solid #757575;
}

.carrer-headline .inline-search, .upcoming-events-content .inline-search {
	float: left;
	margin: 5px;
}

	.carrer-headline .inline-search img, .upcoming-events-content .inline-search img {
		height: 30px;
	}

.jobs-search-section, .job-description-section .job-description .job-description.job-desc-content {
	margin: 30px 0 0;
}

.job-description-section {
	padding: 50px;
	margin: 0 auto;
	background: #ebebea;
}

	.job-description-section .job-description {
		margin-bottom: 30px;
	}

		.job-description-section .job-description .job-description h3 {
			font-family: Oswald,sans-serif;
			font-size: 1.4rem;
			letter-spacing: 2px;
			color: #00548E;
			font-weight: 700;
			text-transform: uppercase;
		}

		.job-description-section .job-description h4 {
			font-family: Oswald,sans-serif;
			font-size: 1rem;
			letter-spacing: 2px;
			color: #000000;
			font-weight: 400;
			text-transform: uppercase;
		}

.btn-apply {
	background: #00548e;
	color: #f0f5f8;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 5px 20px;
	min-width: 180px;
	margin: 10px 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

	.btn-apply:hover {
		background: #f0f5f8;
		color: #00548e;
		box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
	}

.form-check-inline {
	margin-right: 2rem;
}

	.form-check-inline:last-child, ul.event-social-media li:last-child a {
		margin-right: 0;
	}

	.form-check-inline .radio-container {
		display: block;
		position: relative;
		margin: 6px 0 12px;
		cursor: pointer;
		font-size: 20px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #757575;
		font-family: acumin-pro, sans-serif;
		font-weight: 600;
		font-style: italic;
	}

		.form-check-inline .radio-container input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
		}

		.form-check-inline .radio-container .checkmark {
			position: absolute;
			top: 6px;
			left: -22px;
			height: 20px;
			width: 20px;
			background-color: #fff;
			border-radius: 50%;
			border: 3px solid #757575;
		}

		.form-check-inline .radio-container:hover input ~ .checkmark {
			background-color: #ccc;
		}

		.form-check-inline .radio-container input:checked ~ .checkmark {
			background-color: #00548e;
			border: 3px solid #00548e;
		}

.contact .info-section {
	max-width: 800px;
}

.address-div {
	height: 392px;
	position: relative;
}

.address-overlay, .product-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
	text-align: center;
	z-index: 5;
}

	.address-overlay h3, .product-overlay h3 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 2rem;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		color: #fff;
		text-transform: uppercase;
	}

	.address-overlay p, .address-overlay p a, .product-overlay p, .product-overlay p a {
		font-family: 'HelveticaNeue';
		color: #fff;
		margin-bottom: 0;
		font-size: 1.2rem;
	}

.contact-details {
	margin: 0 0 20px;
}

	.contact-details .address-div:nth-child(1) {
		margin-right: 6px;
	}

.pr-o {
	padding-right: 0;
}

.btn-submit, .btn-news {
	color: #757575;
	background: transparent;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 5px 20px;
	min-width: 180px;
	margin: 10px 0;
	border: 2px solid rgb(148, 148, 148);
}

	.btn-submit:hover, .btn-news:hover {
		color: rgb(255, 255, 255);
		background: #6c757d;
		border-color: rgb(148, 148, 148);
	}

.contact-related-resources .row .res-bg {
	height: 350px;
}

.contact-related-resources .row > div:nth-child(odd) .res-bg, .product-spec-related-resources .row > div:nth-child(odd) .res-bg {
	margin: 0;
}

.contact-related-resources .row > div:nth-child(even) .res-bg, .product-spec-related-resources .row > div:nth-child(even) .res-bg {
	margin: 0 0 6px 6px;
}

.news-header {
	margin: 30px 0;
}

	.news-header.owl-carousel .item span {
		text-align: left;
	}

	.news-header.owl-carousel .res-bg {
		height: auto;
		cursor: pointer;
	}

.news-content {
	padding: 20px 50px;
}

	.news-content .article-content {
		padding: 0 30px;
	}

		.news-content .article-content .newstitle {
			font-family: acumin-pro, sans-serif;
			font-weight: 600;
			font-style: italic;
			font-size: 2.2rem;
			color: #00548e;
		}

		.news-content .article-content h4 {
			font-family: acumin-pro, sans-serif;
			font-weight: 400;
			font-size: 1.6rem;
			color: #009CDE;
		}

		.news-content .article-content p {
			font-family: 'HelveticaNeue';
			font-weight: 600;
			font-size: 1.1rem;
			color: #41403a;
		}

			.news-content .article-content p a {
				color: #ffffff;
			}

.upcoming-events-content h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	color: #00548E;
	margin-bottom: 15px;
	text-align: center;
}

.upcoming-event-div {
	text-align: center;
	background: #ebebea;
	padding: 30px;
	margin-bottom: 15px;
}

	.upcoming-event-div h3 {
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		font-size: 1.4rem;
		color: #00548E;
		text-transform: uppercase;
		margin-bottom: 5px;
	}

	.upcoming-event-div h4 {
		font-family: acumin-pro, sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		color: #8C8C8C;
		text-transform: capitalize;
		margin-bottom: 5px;
		font-style: italic;
	}

		.upcoming-event-div h4 span {
			display: block;
		}

	.upcoming-event-div p {
		font-family: acumin-pro, sans-serif;
		font-weight: 400;
		font-size: 1.2rem;
		color: #8C8C8C;
		line-height: 1.2;
	}

.upcoming-events-content input[type='text'] {
	margin-bottom: 30px;
}

ul.event-social-media {
	margin: 30px 0 20px;
	padding: 0;
}

	ul.event-social-media li {
		display: inline-block;
	}

		ul.event-social-media li a {
			width: 50px;
			height: 50px;
			background: #8c8c8c;
			border-radius: 50%;
			margin-right: 15px;
			display: block;
			line-height: 50px;
			font-size: 25px;
			color: #fff;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}

			ul.event-social-media li a:hover {
				background: #00548E;
				color: #fff;
			}

.samson-story-content p {
	margin-bottom: 5px;
}

/*Article page*/
.art-date {
	color: #00548e;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.artwrap p {
	padding: 0;
}

.artwrap ul {
	font-family: HelveticaNeue;
}

	.artwrap ul li {
		padding: 5px 0;
	}
/*Hamburger icon Animation Starts*/
/* Icon 3 */
#m-menu {
	position: relative;
}

	#m-menu span {
		display: block;
		position: absolute;
		height: 5px;
		width: 50px;
		background: #fff;
		opacity: 1;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		#m-menu span:nth-child(1) {
			top: 10px;
		}

		#m-menu span:nth-child(2), #m-menu span:nth-child(3) {
			top: 25px;
		}

		#m-menu span:nth-child(4) {
			top: 40px;
		}

	#m-menu.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}

	#m-menu.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#m-menu.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#m-menu.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
/*Hamburger icon Animation Ends*/

/*product*/
.product-page-title h1 {
	text-transform: uppercase;
	letter-spacing: normal;
}

.product-specific-headline {
	padding-bottom: 60px;
}

	.product-specific-headline .info-section {
		margin-top: 0;
		padding: 40px 0;
		width: 65%;
		margin-bottom: 0;
	}

.product-spec {
	margin-top: 30px;
}

	.product-spec h3, .product-spec h4 {
		font-family: acumin-pro, sans-serif;
		font-size: 1.3rem;
	}

	.product-spec h3 {
		font-weight: 600;
		font-style: italic;
		color: #00548e;
		margin-bottom: 10px;
	}

	.product-spec h4 {
		font-weight: 400;
		color: #757575;
		word-break: break-word;
	}

.table-product-spec tbody tr:nth-of-type(odd) {
	background-color: rgb(255,255,255);
}

.table-product-spec tbody tr:nth-of-type(even) {
	background-color: rgb(211,211,208);
}

.right-rope-section .table-product-spec thead tr {
	background: #d3d3d0;
}

	.right-rope-section .table-product-spec thead tr th {
		border: 0;
		padding: 0.5rem;
		text-align: center
	}

	.right-rope-section .table-product-spec thead tr.subHeading th {
		color: #666666;
	}

.right-rope-section .table-product-spec td {
	text-align: center;
	border-top: 0;
}

.product-spec-rope-section .info-section {
	margin: 10px auto 30px;
}

.product-spec-img-div .res-bg {
	height: 370px;
}

.table-heading-grey th {
	background: #757575;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

/*.product-spec-details-div {
    padding-top: 40px;
}*/

.product-spec-details-div .product-spec {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}

/*.product-spec-div {
    padding-top: 50px;
}*/

table.smalltbl {
	border: 1px solid #666 !important;
}

.smalltbl th,
.smalltbl td {
	text-align: center;
	padding: .4rem;
}

.smalltbl th {
	font-weight: 400;
	letter-spacing: 0px;
	border-bottom: 0 !important;
}

.smalltbl td {
	font-size: 1.05rem;
	font-weight: 500;
}

.smalltbl .sfont td {
	font-size: 1rem;
	font-weight: normal;
	color: #00548E;
}

.product-heading {
	padding: 0 0 0 60px;
}

	.product-heading .btn {
		margin-top: 20px;
	}

.img-overlay {
	position: relative;
}

	.img-overlay:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		z-index: 3;
	}


.right-rope-section .card-header .btn-link.noarrow:after {
	border: 0;
}

/* product by industry */
.product-div .product-img-div, .product-div .res-bg {
	height: 300px;
}
/* .product-description-section .row > div:nth-child(odd) .res-bg {
    margin: 0 3px 6px 0;
} */
.product-div .product-overlay {
	width: 100%;
	height: auto;
	z-index: 5;
	padding: 0 18%;
	top: 50%;
	transform: translateY(-50%);
}

	.product-div .product-overlay h3 {
		margin-bottom: 20px;
	}

	.product-div .product-overlay p {
		font-size: 1.2rem;
		line-height: 1.4;
	}

.other-products-section h2 {
	margin: 30px 0;
}


/*scroll-nav*/
.scroll-nav,
.right-top-nav,
.logo,
#navigate ul,
.mega-menu,
.right-buy-nav {
	transition: 0.3s;
}

#navigate {
	margin-right: 1.5rem !important;
}

.scroll-nav {
	background: rgba(0, 0, 0, 0.7);
	transition: 0.4s;
}

	.scroll-nav .right-top-nav {
		height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.scroll-nav .logo {
		height: 4rem;
		margin: 10px 0 10px 80px
	}

	.scroll-nav #navigate ul, .scroll-nav .right-buy-nav {
		margin-top: 0;
	}

	.scroll-nav .mega-menu {
		top: 84px;
	}
/*Other changes as per doc*/
.table-striped tbody tr:nth-of-type(even) {
	background-color: #c7c5c5;
}


.proimgsize .imgeff .res-bg img {
	height: auto;
	min-height: 0;
}

/*Parallax css*/
.parallax-div {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.parallax-bg {
	background-position: 50px 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	position: absolute;
	z-index: 2;
	height: 100%;
	left: 50px;
	width: 90px
}

.parallax-div > div:not(.parallax-bg),
.product-spec-content-section {
	position: relative;
	z-index: 5;
}

/* Print Modal UI */
.bootstrapmodal .modal-header {
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background: #757575;
	color: #fff;
}

.bootstrapmodal .modal-body h4 {
	margin: 10px 0;
	font-weight: 600;
	font-size: 1.1rem;
}

.bootstrapmodal .modal-body, .bootstrapmodal .modal-body p {
	font-size: 1rem;
}

	.bootstrapmodal .modal-body label {
		text-transform: uppercase;
		color: #757575;
		font-weight: 500;
	}

/*fix for article pages header*/

.articleheader .page-top-bg {
	overflow: hidden;
	vertical-align: top;
}

	.articleheader .page-top-bg img {
		width: auto;
		min-width: 100%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

.articlebody h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	color: #00548E;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.articlebody .videowrap iframe {
	width: 100%;
	min-height: 315px;
	height: auto;
}

.tbltimeline th,
.tbltimeline td {
	border: 3px double #c7c7c7;
}

.filterbox .selectbox .dropdown-menu {
	max-height: 250px;
	overflow-y: auto;
}

.filterbox .selectbox button.dropdown-toggle {
	padding: 6px 35px 6px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*slider ><4*/
.lessslider {
	display: flex;
	margin-bottom: 15px;
}

	.lessslider .item {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		position: relative;
		overflow: hidden;
		max-height: 360px;
	}

	.lessslider .item {
		margin: 0 6px 6px 0;
	}

		.lessslider .item:last-child {
			margin: 0 0 6px 0;
		}

		.lessslider .item a.res-bg, .owl-carousel .item a.res-bg {
			height: 100%;
		}

			.lessslider .item a.res-bg img {
				top: 0;
				transform: translateY(0);
			}

		.lessslider .item:hover a.res-bg img {
			transform: scale(1.2, 1.2);
		}

		.lessslider .item span {
			margin: -50px 0 0 0;
			color: #fff;
			display: block;
			position: absolute;
			text-transform: capitalize;
			font-family: acumin-pro, sans-serif;
			font-style: italic;
			font-weight: 600;
			font-size: 1.45rem;
			width: 100%;
			text-align: right;
			padding: 5% 5%;
			bottom: 0;
			right: 0;
			background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5) );
			letter-spacing: 1px;
			pointer-events: none;
			-webkit-pointer-events: none;
			-khtml-pointer-events: none;
			-o-pointer-events: none;
			-moz-pointer-events: none;
		}

		.lessslider .item:last-child span {
			right: 0;
		}
/*Block UI styles*/
.blockUI h1 {
	height: 40px;
	color: #797979;
	font-size: 30px;
	text-align: middle;
}

/*Accordian style fix*/
#accordion.instuctional-videos .col-md-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#accordion.splice-rope .col-md-12 {
	padding-bottom: 3rem;
}

#accordion.splice-rope .pdfwrap {
	display: flex;
}

#accordion.splice-rope .table {
	width: 50%;
	border: 0;
}

	#accordion.splice-rope .table td {
		border: 0;
		padding: 0.35rem 1rem;
	}

		#accordion.splice-rope .table td:nth-child(even) {
			width: 100px;
		}

	#accordion.splice-rope .table:nth-child(odd) {
		border-right: 1px solid #949494;
	}

	#accordion.splice-rope .table td .btn {
		font-weight: normal;
		margin: 0;
		min-width: 162px;
	}

#accordion.case-study .card-body {
	padding: 40px 0;
}

#accordion.case-study .row {
	padding: 15px 0;
}

#accordion.case-study .btn {
	min-width: 162px;
}

#accordion.case-study .info-section h4 {
	margin-bottom: 0px;
	padding-top: 10px;
}

	#accordion.case-study .info-section h4 + p {
		margin-bottom: 15px;
	}

#accordion.tech-docs .row {
	padding: 0;
	margin: 0;
}

#accordion.tech-docs .info-section h4 {
	margin-bottom: 0;
}

	#accordion.tech-docs .info-section h4 + p {
		margin: 15px 0 0 0;
	}

#accordion.tech-docs .table td {
	padding: 1.5rem 0;
}

#accordion.tech-docs .table tr:first-child td {
	border-top: 0;
}

#accordion.tech-docs .table tr td:first-child {
	padding-right: 1rem;
}

#accordion.tech-docs .btn {
	min-width: 162px;
}

/*Stick Table Header CSS*/
/*#collapseSpecification .card-body {
    text-align: center;
    overflow-x: auto;
}*/

#collapseSpecification .floatThead-wrapper {
	width: 100%;
	margin: auto;
	display: inline-block;
}

#collapseSpecification .table-product-spec {
	/*width: auto;*/
}

	/*#collapseSpecification .table-product-spec th {
        min-width: 100px;
    }*/

	#collapseSpecification .table-product-spec th.floatThead-col {
		min-width: 1px;
		width: 1px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

#collapseSpecification .table-responsive {
	/*max-height: 400px;
    overflow-y: auto;*/
	/*width: auto;*/
	display: inline-block;
}

.floatThead-container {
	border-bottom: 2px solid rgba(0,0,0,0.5);
}

#collapseSpecification table th,
#collapseSpecification table td {
	width: 200px;
}

	#collapseSpecification table th:first-child,
	#collapseSpecification table th:last-child,
	#collapseSpecification table td:first-child,
	#collapseSpecification table td:last-child {
		width: auto;
	}

	#collapseSpecification table td:first-child,
	#collapseSpecification table td:last-child {
		width: 200px;
	}
/*Search result page style*/
.customsearchresult .media {
	padding: 22px;
	border-bottom: 1px solid #ddd;
	word-break: break-all;
}

	.customsearchresult .media h3,
	.customsearchresult .media p {
		margin-bottom: 0.7rem;
	}

	.customsearchresult .media h3 {
		font-size: 1.3rem;
	}

.custompagination {
	padding: 15px 0;
	font-size: 1rem;
}

	.custompagination .text-muted {
		float: left;
	}

	.custompagination .pagenum {
		float: right;
	}

		.custompagination .pagenum ul li a {
			padding: 5px 8px;
			display: block;
		}

		.custompagination .pagenum ul li.active a {
			font-weight: bold;
		}

.searchresulthead h2 {
	text-align: center;
	padding: 40px 0 25px;
}

	.searchresulthead h2 em {
		font-style: normal;
	}

/*video modal*/
#VideoModal .modal-dialog {
	max-width: 1200px;
	margin: 30px auto;
}

#VideoModal .modal-body {
	position: relative;
	padding: 0px;
}

#VideoModal .close {
	position: absolute;
	right: -15px;
	top: -35px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.video-btn {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	max-width: 700px;
	margin: auto;
}

	.video-btn img {
		width: 100%;
		height: auto;
		transition: 0.4s;
	}

	.video-btn:hover img {
		transform: scale(1.2, 1.2);
	}

	.video-btn:before {
		content: '';
		background: rgba(0,0,0,0.3);
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
	}

	.video-btn:after {
		font-family: FontAwesome;
		content: '\f144';
		color: #ffffff;
		z-index: 3;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 75px;
		height: 75px;
		font-size: 50px;
	}

/*#accordion.splice-rope .video-btn { max-width: 700px; margin:auto;}*/

/* Find-a-Distributor Style */
.mapWrap {
	height: 350px;
	width: 100%;
}

/*Feedback Fixes*/
h1 sup {
	top: -1.2em;
	font-size: 26px;
}

h2 sup {
	top: -0.6em;
	font-size: 22px;
}

sup {
	top: -0.25em;
}

.articlebody h6 sup {
	top: -1.2em;
	font-size: 15px;
}

.mapWrap {
	height: 350px;
	width: 100%;
}

/*Dropdown height fix*/
.dropdown .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
}

table.nptbl {
	margin: 0 -15px;
}

	table.nptbl td {
		width: 33.33%;
		padding: 15px;
		vertical-align: middle;
	}

.citationtxt {
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}

/*IE fix for timeline page*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.timeline-list-panel-img img {
		width: 100%;
	}

	#list-1960 .timeline-list-panel-img img {
		width: 50%;
	}
}

/*Date picker*/
.dtpicker {
	text-align: center;
}

	.dtpicker #datetimepicker {
		width: 50%;
	}

	.dtpicker .btn:not(:disabled):not(.disabled) {
		color: #fff;
	}

.upcoming-events-content .dtpicker .inline-search {
	float: none;
}

.dtpicker a:not([href]):not([tabindex]) {
	margin-left: 10px;
}

.display_none {
	display: none;
}

.nylitetbl > table {
	width: 100%;
}

.nylitetbl td {
	vertical-align: top;
	padding: 0 15px;
}

	.nylitetbl td img {
		height: 120px;
		width: auto;
		max-width: 100%;
	}
/* Fix form JIRA SRSST-13 (Industry page Column ISSUE) */
.right-rope-section table tr td .btn {
	margin-bottom: 5px !important;
}

/*.footer-links li:nth-last-child(3)::after {
    border: none;
}*/

.footer-links {
	margin-bottom: 0;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}

/*.footer-links li:last-of-type {
        text-align: right;
        display: block;
    }*/

/*Fix for Body scroll issue*/
.hidescroll {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.thimblesImage {
	height: auto;
	width: 370px;
}
/*social Sharing Icons*/

.social-share-wrap .social-sharing-icons {
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	text-align: right;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

	.social-share-wrap .social-sharing-icons li {
		padding-right: 20px;
	}

		.social-share-wrap .social-sharing-icons li a i, .social-share-wrap .social-sharing-icons li a em {
			color: #00548e;
		}

.product-slider {
	margin: 40px auto;
	max-width: 400px;
	position: relative;
}

	.product-slider #slider {
		width: 300px;
		margin-bottom: 0;
	}

.flexslider .slides > li img {
	width: 99%;
}

.product-slider .flexslider {
	margin-bottom: 0;
}

.product-slider #carousel {
}

.flexslider .slides > li {
	margin-bottom: 5px;
}

.product-slider #carousel .slides {
	display: flex;
	flex-direction: column;
}

/*Tab Inside Accordian (Specification & MEG4)*/

/*.product-tbl-content {
    overflow-x: auto;
    position: relative;
}*/

.product-tbl-content table {
	/*position: relative;
        border-collapse: collapse;*/
	width: 100%;
	margin-left: 0;
}

/*.product-tbl-content thead th {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
    }*/

/*.product-tbl-content thead th:first-child {
            left: 0 !important;
            z-index: 1 !important;
        }*/

.product-tbl-content tbody th {
	/*position: -webkit-sticky;
        position: sticky;
        left: 0;*/
	background: #ffffff;
	width: 218px !important;
	/*box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);*/
	display: inline-block;
	padding: 0.75rem;
	border-top: none;
	color: #757575;
	z-index: 99;
	text-transform: capitalize;
	font-size: 1rem !important;
	line-height: normal;
	border: none;
	font-weight: normal;
}


.product-tbl-content .table td {
	border: none;
	border-bottom: 1px solid #efefef;
	font-size: 1rem;
	line-height: normal;
}

.product-tbl-content .table-striped tbody tr:nth-of-type(even) {
	background-color: transparent;
}

.product-tbl-content table tbody tr td:nth-of-type(odd) {
	background-color: #c7c5c5
}

.nav-tabs.product-nav-tabs .nav-item {
	margin-bottom: 0;
}

.nav-tabs.product-nav-tabs {
	margin-left: 1.5rem;
	margin-top: 45px;
	border-bottom: 1px solid #efefef;
}

	.nav-tabs.product-nav-tabs .nav-link {
		color: #757575;
		border: none;
		font-size: 17px;
		line-height: 29px;
		font-weight: 500;
		padding: .5rem 1.5rem 0.8rem;
		text-transform: uppercase;
	}

		.nav-tabs.product-nav-tabs .nav-link.active {
			color: #00548e;
		}

@media (min-width: 1200px) {
	.container.product-specifications, .product-specifications .tab-pane.container {
		max-width: 1600px;
	}
}

@media screen and (max-width: 1170px) {
	.product-tbl-content tbody td {
		font-size: 15px !important;
		min-width: 80px;
	}

	.product-tbl-content .sticky-col {
		padding: 0.5rem;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

	.product-tbl-content tbody th {
		width: 206px !important;
	}

	product-tbl-scroller {
		margin-left: 206px !important;
	}
}

@media only screen and (max-width: 767px) {
	.nav-tabs.product-nav-tabs .nav-link {
		font-size: 20px;
		line-height: 25px;
	}

	.product-tbl-content tbody th, .product-tbl-content tbody td {
		line-height: 14px;
		font-size: 12px !important;
	}

	.container.product-specifications, .product-specifications .tab-pane.container {
		max-width: 700px;
	}

	.nav-tabs.product-nav-tabs {
		margin-top: 23px;
	}

	/*.product-tbl-content .table td {
        font-size: 14px;
        line-height: 16px;
    }*/

	/*.product-tbl-content tbody th {
        width: 155px !important;
    }*/

	.product-tbl-content tbody th {
		width: 170px !important;
	}

	.product-tbl-scroller {
		margin-left: 170px !important;
	}
}

@media only screen and (max-width: 560px) {
	.product-tbl-content tbody th {
		width: 160px !important;
	}

	.product-tbl-scroller {
		margin-left: 160px !important;
	}

	.mega-menu {
		background: #212529;
	}

		.mega-menu .mainmenu li a,
		.mega-menu .mainmenu .menugroup .menuheading a,
		.mega-menu ul li a {
			color: #ffffff;
			font-size: 15px;
		}

		.mega-menu .mainmenu .menugroup .menucontent a {
			color: #ffffff !important;
			font-size: 13px !important;
		}
}

.card-text {
	padding-left: 20px;
	padding-right: 20px;
}

.product-tbl-wrapper {
	max-width: 1300px;
	margin: auto;
	position: relative;
}

	.product-tbl-wrapper.one-column {
		max-width: 500px;
	}

	.product-tbl-wrapper.two-column {
		max-width: 700px;
	}

	.product-tbl-wrapper.three-column {
		max-width: 800px;
	}

.product-tbl-scroller {
	margin-left: 220px;
	overflow-x: auto;
	padding-bottom: 5px;
	width: auto;
}

	.product-tbl-scroller:focus {
		outline: 2px solid #000;
	}

.product-tbl-content .sticky-col {
	left: 0;
	position: absolute;
	top: auto;
	width: 220px;
}

.spec-notes {
	font-size: 1rem;
	line-height: normal;
	/*margin-top: 1rem;*/
}

.distributor-headline .info-section .btn.dropdown-toggle {
	margin-top: 0;
}

	.distributor-headline .info-section .btn.dropdown-toggle:focus {
		outline: 2px solid #000;
	}

/*
.right-rope-section table {
    table-layout: fixed;
}
*/

.buy-btn, .buy-btn:hover {
	padding: 8.4px 50px;
}

header .buy-btn::before {
	border-top: 48px solid transparent;
}

#accordion.splice-rope .table.k-table {
	table-layout: auto;
}

.right-rope-section table td.colimg {
	width: 512px;
	text-align: center;
}

	.right-rope-section table td.colimg a {
		width: 262px;
		display: block;
	}

.right-rope-section table td.proname {
	width: 325px;
}

.right-rope-section table td.constname {
	width: 395px;
}

.right-rope-section table td.fiber {
	width: 225px;
}

@media only screen and (max-width:1360px) {
	.right-rope-section table {
		table-layout: auto;
	}

		.right-rope-section table td.colimg {
			overflow: hidden;
			width: 300px;
		}

		.right-rope-section table tr td:last-child {
			width: 324px;
		}
}

@media only screen and (max-width:991px) {
	.right-rope-section table td.colimg a {
		width: 200px;
	}
}

@media only screen and (max-width:767px) {
	.product-spec-details-div .py-5 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width:0\0) {
	header .buy-btn::before {
		border-top: 48px solid transparent !important;
	}
}

/*style for new pdf generation popup start*/
/* Modal Style */
.modal-wrapper .modal .modal-content {
	border-radius: 10px;
	border: none;
	background-color: transparent;
}

.modal-wrapper .modal .modal-header {
	background-color: #757575;
	justify-content: center;
	padding-top: 34px;
	padding-bottom: 34px;
	border-radius: 10px 10px 0 0;
	border: none;
}

	.modal-wrapper .modal .modal-header h4 {
		font-family: Helvetica;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
		line-height: 1.2;
		color: #ffffff;
	}

.modal-wrapper .modal .modal-body {
	background-color: #fff;
	padding: 35px 60px 0;
}

.modal-wrapper .modal .modal-footer {
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	justify-content: flex-start;
	border: none;
	padding: 0 60px 35.2px;
}

.modal-wrapper .modal .btn {
	max-width: 375px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: oblique;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	background-color: #00548e;
	text-transform: uppercase;
	margin-top: 0;
	font-family: Helvetica;
	width: 100%;
}

/* Form Style */
.product-code-section {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	margin: 0 0 35px;
}

	.product-code-section .product-title {
		color: #595959;
		text-transform: uppercase;
	}

	.product-code-section .product-code {
		color: #000000;
		display: inline-block;
		margin-left: 5px;
	}

.modal-wrapper .modal .form-group {
	margin: 0 0 35px;
}

	.modal-wrapper .modal .form-group label {
		font-size: 20px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: normal;
		color: #000000;
		margin: 0 0 24px;
	}

	.modal-wrapper .modal .form-group .custom-select, .modal-wrapper .modal .form-group .form-control {
		border: 1px solid #707070;
		border-radius: 4px;
		height: 34px;
	}

	.modal-wrapper .modal .form-group .form-control {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.19;
		letter-spacing: normal;
		color: #000000;
		font-family: Helvetica;
	}

	.modal-wrapper .modal .form-group.spec-field .form-control {
		width: 67%;
	}

	.modal-wrapper .modal .form-group.spec-field label.specification-main, .modal-wrapper .modal .form-group.size-range-field label.size-range-label {
		margin-bottom: 24px;
	}

	.modal-wrapper .modal .form-group.spec-field label.specification, .modal-wrapper .modal .form-group.size-range-field label.size-range-from, .modal-wrapper .modal .form-group.size-range-field label.size-range-to {
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: normal;
		color: #595959;
	}

	.modal-wrapper .modal .form-group.size-range-field .form-inline label {
		margin-bottom: 0;
	}

	.modal-wrapper .modal .form-group.size-range-field .form-inline .form-control {
		width: 60%;
	}

	.modal-wrapper .modal .form-group.size-range-field .form-inline.size-range-to-field {
		justify-content: flex-end;
	}

	.modal-wrapper .modal .form-group .measurement-unit-field {
		width: 50%;
	}

/* Responsive Style */
@media only screen and (max-width: 767px) {
	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.modal-wrapper .modal .form-group.spec-field .form-control {
		width: 100%;
	}

	.modal-wrapper .modal .form-group.size-range-field .row {
		display: block;
	}

	.modal-wrapper .modal .form-group.size-range-field .form-inline.size-range-to-field {
		justify-content: flex-start;
	}

	.modal-wrapper .modal .form-group.size-range-field .form-inline {
		margin: 0 0 24px;
	}

		.modal-wrapper .modal .form-group.size-range-field .form-inline .form-control, .modal-wrapper .modal .form-group .measurement-unit-field {
			width: 100%;
		}
}

@media only screen and (max-width: 480px) {
	.modal-wrapper .modal .modal-body {
		padding: 35px 30px 0;
	}

	.modal-wrapper .modal .modal-footer {
		padding: 0 30px 35.2px;
	}
}

/*style for new pdf generation popup end*/
.skip-to-content-link {
	position: fixed;
	left: -9999px;
	top: 0;
	min-width: 100px;
	z-index: 1000;
	color: #ffffff;
	padding: 8px;
	font-weight: normal;
	display: block;
	height: 45px;
}

	.skip-to-content-link:focus {
		left: 50%;
		background: #ffffff;
		color: #000000;
	}

.resp-img img {
	max-width: 100%;
	height: auto;
}

.resp-img iframe {
	max-width: 100%;
	height: auto;
}

table.rdTable caption.sr-only {
	position: relative;
}

.owl-carousel .nav-btn {
	height: auto;
	position: absolute;
	width: 26px;
	cursor: pointer;
	bottom: 0px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide::after {
	content: '\f104';
	font-family: 'FontAwesome';
	display: block;
	color: #b2b2b2;
	font-size: 65px;
	font-weight: bold;
	position: relative;
	top: 17px;
}

.owl-carousel .prev-slide:hover::after {
	color: #7f7f7f;
}

.owl-carousel .prev-slide {
	left: -webkit-calc(50% - 100px);
	left: -moz-calc(50% - 100px);
	left: calc(50% - 100px);
}

.owl-carousel .next-slide::after {
	content: '\f105';
	font-family: 'FontAwesome';
	display: block;
	color: #b2b2b2;
	font-size: 65px;
	font-weight: bold;
	position: relative;
	top: 17px;
}

.owl-carousel .next-slide:hover::after {
	color: #7f7f7f;
}

.owl-carousel .next-slide {
	right: -webkit-calc(50% - 100px);
	right: -moz-calc(50% - 100px);
	right: calc(50% - 100px);
}

.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

/* Customer Feedback Form Start */
.customerfeedback {
	padding: 2rem 1rem;
}

	.customerfeedback strong {
		display: block;
		margin: 1.5rem 0 0.5rem 0;
		font-weight: normal;
	}

	.customerfeedback .form-group {
		border-bottom: 1px solid #9faebe;
		margin: 1.5rem 0;
		padding-bottom: 1rem;
	}

		.customerfeedback .form-group::after {
			content: '';
			clear: both;
			display: table;
		}

	.customerfeedback .radio-inline {
		width: 20%;
		text-align: center;
		float: left;
	}

		.customerfeedback .radio-inline input[type="radio"] {
			display: block;
			margin: 10px auto;
		}

	.customerfeedback .radioscale.form-group {
		border-bottom: 0;
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}

	.customerfeedback .radioscale .radio-inline {
		margin-right: 5.5%;
	}

.radioscalebottom {
	border-bottom: 1px solid #9faebe;
	padding-bottom: 1.5rem;
	font-weight: bold;
}

.customerfeedback .radioscale label {
	display: inline-block;
	border: 1px solid grey;
	cursor: pointer;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	min-height: unset;
}

	.customerfeedback .radioscale label:last-child {
		margin-right: 0;
	}

.customerfeedback .radioscale input[type="radio"] {
	display: none;
}

.radiochecked {
	background: #00548e;
	color: #fff;
}

.cfheader {
	font-weight: bold !important;
	border-bottom: 1px solid #9faebe;
	padding-bottom: 1.5rem;
}

.cfemail label {
	display: block;
	margin-bottom: 1.5rem 0 0.5rem 0;
}

.cfsubmit {
	border-bottom: 0 !important;
	border-top: 1px solid #9faebe;
	margin-top: 1.5rem !important;
	padding-top: 1.5rem !important;
}

	.cfsubmit .sf-SubmitButton {
		float: right;
	}

@media (max-width: 560px) {
	.customerfeedback .radio-inline {
		width: 33.33%;
		min-height: 87px;
	}

	.radioscalebottom {
		display: none;
	}
}

.cfname {
	display: grid;
	margin: 1.5rem 0;
	padding-bottom: 1rem;
	border-bottom: 0 !important;
}

	.cfname input[type="text"] {
		max-width: 500px;
	}

	.cfname p {
		color: red;
	}

.gridbottomborder {
	border-bottom: 1px solid #9faebe;
}



/* Customer Feedback Form End */

.res-bg .rdCommands span {
	position: static;
	color: #000;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: normal;
	letter-spacing: 1px;
	width: auto;
	text-align: right;
	bottom: 0px;
	left: 0;
	padding: 0;
	box-sizing: border-box;
	background: none;
}

.brandingimgs img {
	padding: 0 0.5rem 0 0.5rem;
}

.news-content .article-content .newsviewmore {
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2rem;
	color: #009CDE;
}

.mobilemenuspan {
	margin-top: 9px !important;
}

#m-menu.open .mobilemenuspan {
	width: 0% !important;
}

/*input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;    
}
input[type=search] {
    -moz-appearance: button;
}*/

.close-icon {
	border: 1px solid white;
	background-color: white;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
	position: relative;
	/*padding-top: 35px;
    padding-right: 0;
    padding-left: 22px;*/
	padding: 0;
}

	.close-icon:after {
		content: "X";
		display: block;
		width: 25px;
		height: 25px;
		position: absolute;
		/*background-color: #00548e;*/
		z-index: 1;
		right: 12px;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 2px;
		border-radius: 50%;
		text-align: center;
		color: grey;
		font-weight: bold;
		font-size: 12px;
		box-shadow: 0 0 2px #ffffff;
		cursor: pointer;
	}

.prod-other-info {
	margin: auto;
	width: 90%;
	margin-bottom: 30px;
	height: auto;
}

	.prod-other-info .more-rope-body {
		margin: auto;
		width: 50%;
		margin-top: 5px;
		margin-bottom: 30px;
		height: auto;
		float: left;
		padding: 0;
	}

		.prod-other-info .more-rope-body h5 {
			text-transform: uppercase;
			margin-bottom: 15px !important;
			color: #555;
			font-size: 18px;
		}

	.prod-other-info .more-rope-box {
		width: 100%;
		border: 1px solid #dadada;
		height: 250px;
		float: left;
		display: flex;
		align-items: center;
	}

		.prod-other-info .more-rope-box .img {
			width: 20%;
			height: auto;
			overflow: hidden;
			background: white !important;
			float: left;
			display: flex;
			align-items: center;
		}

		.prod-other-info .more-rope-box .detail {
			padding: 20px;
			width: 68%;
			float: left;
			height: auto;
		}

			.prod-other-info .more-rope-box .detail h4 {
				font-size: 18px
			}

			.prod-other-info .more-rope-box .detail span {
				float: left;
				width: 50%;
				font-size: 15px;
				color: gray;
				line-height: 20px;
			}

			.prod-other-info .more-rope-box .detail .btn-section {
				float: left;
				margin-top: 20px
			}
			/* .prod-other-info .more-rope-box .detail .btn-primary {
                font-size: 12px !important;
                border-radius: 5px;
                font-style: normal;
            }*/
			.prod-other-info .more-rope-box .detail .btn-primary, .exit-intent-popup .popup-maincontentwrap .btn {
				background: white;
				color: #00548e;
				font-style: normal;
				font-size: 15px;
				border: 1px solid #00548e;
			}

	.prod-other-info .recommend-body {
		margin: auto;
		width: 50%;
		margin-top: 5px;
		margin-bottom: 30px;
		height: auto;
		float: right
	}

		.prod-other-info .recommend-body h5 {
			text-transform: uppercase;
			margin-bottom: 15px !important;
			color: gray;
			font-size: 15px;
		}

	.prod-other-info .recommend-box {
		/*width: 30%;*/
		border: 1px solid #dadada;
		height: auto;
		margin-right: 30px;
		margin-bottom: 25px;
		float: left;
	}

		.prod-other-info .recommend-box .img {
			width: 100%;
			height: 80px;
			background-color: white !important
		}

		.prod-other-info .recommend-box .detail {
			padding: 10px;
			float: left;
		}

			.prod-other-info .recommend-box .detail h4 {
				font-size: 18px
			}

			.prod-other-info .recommend-box .detail span {
				float: left;
				width: 40%;
				font-size: 15px;
				color: gray;
				line-height: 20px;
			}

			.prod-other-info .recommend-box .detail .btn-section {
				float: left;
				margin-top: 20px;
				margin-bottom: 15px;
			}

.prod-search .card-body {
	margin: auto;
	width: 100%;
	margin-top: 10px;
	height: auto;
}

@media only screen and (min-width: 600px) {
	.prod-search .card-body {
		margin: auto;
		width: 90%;
		margin-top: 10px;
		height: auto;
	}
}

.prod-search .card-box {
	width: 100%;
	border: 1px solid #dadada;
	height: 250px;
	/* margin-right: 25px; */
	margin-bottom: 25px;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
}

/*@media only screen and (min-width: 600px) {
	.prod-search .card-box {
		height: 200px;
	}
}*/

.col-xl-4 {
	padding-right: 5px !important;
}

.prod-search .card-img {
	float: left;
	width: 40%;
	height: inherit;
	overflow: hidden;
	display: flex;
	align-items: center;
}

	.prod-search .card-img img {
		width: 80px;
		align-items: center;
		display: flex;
	}

.prod-search .card-detail {
	padding: 20px;
	width: 100%;
	float: left;
	padding-right: 20px;
	padding-top: 0;
	/*min-width:350px;*/
}

.prod-search .btn-section {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

	.prod-search .btn-section .detail-btn {
		background: white;
		color: #00548e;
		font-style: normal;
		font-size: 15px;
		border: 1px solid #00548e;
		width: 150px;
	}


.prod-search .card-detail .left-span {
	color: gray;
	font-size: 15px;
	float: left;
	width: 40%;
	line-height: 25px;
}

.prod-other-info .recommend-box .detail .whrto-buy {
	background: #00548e !important;
	color: white !important;
	font-style: normal;
	font-size: 15px;
	border: 1px solid #00548e;
	text-transform: none;
}

.prod-search .card-detail .right-span {
	color: gray;
	font-size: 15px;
	float: left;
	width: 40%;
	line-height: 25px;
}

.prod-other-info .more-rope-box .detail .whrto-buy {
	background: #00548e;
	color: white;
	font-style: normal;
	font-size: 15px;
	border: 1px solid #00548e;
}

.prod-other-info .recommend-box .detail .btn-primary {
	background: white;
	color: #00548e;
	font-style: normal;
	font-size: 15px;
	border: 1px solid #00548e;
	text-transform: none;
}

.menu-hide #keywordsearch, .menu-hide #keywordsearch1 {
	width: 100% !important;
	border: 1px solid #00548e;
	text-align: left;
}

.menu-hide .info-section {
	width: 100%;
	padding: 30px;
	text-align: left;
}

.menu-hide .btn-secondary {
	width: 100%;
	background: white;
	border: 1px solid #00548e;
	color: #00548e;
	text-align: left;
}

	.menu-hide .btn-secondary:active {
		color: #fff;
		background-color: #00548e !important;
		border-color: #00548e !important;
	}


.prod-search-input {
	display: flex;
	justify-content: center;
}

	.prod-search-input i {
		border: 1px solid #00548e;
		padding: 10px;
		font-size: 1rem;
		border-right: 0;
	}

	.prod-search-input .btn-primary {
		margin: 0;
		font-size: 12px;
		font-style: normal;
	}

.skyblue-section .info-section p, .skyblue-section .info-section blockquote {
	color: #00548e;
}

.menu-hide .prod-search-input .btn-primary {
	margin: 0;
	display: block;
	font-size: 12px;
	font-style: normal;
}

.prod-search .card-box h4 {
	font-size: 18px;
}

.Tagsearch {
	margin-bottom: 30px !important;
}

	.Tagsearch #productsearch, .tagify {
		text-align: left !important;
		border: 1px solid #00548e !important;
		margin-bottom: 0 !important;
		margin: 0 !important;
	}

}

.prodsearch-menu {
	text-align: left;
	width: 100%;
	padding: 20px
}

	.prodsearch-menu .selectbox {
		text-align: left;
		font-size: 14px;
		color: gray;
		text-transform: uppercase;
	}

	.prodsearch-menu .info {
		padding-bottom: 30px;
	}

		.prodsearch-menu .info span {
			font-size: 16px;
		}

.menu-tab {
	width: 90px;
	height: 70px;
	position: absolute;
	z-index: 10000;
	top: 30px;
	right: 30px;
	cursor: pointer;
	/*transition: all 0.6s ease-in-out;*/
	/*end of div*/
}

	.menu-tab div {
		width: 33px;
		height: 4px;
		background-color: #2d2d2d;
		display: block;
		margin: 5px 28px;
		transition: all 0.6s ease-in-out;
	}

		.menu-tab div:nth-child(1) {
			margin-top: 20px;
		}

	/*end of menu-tab*/
	.menu-tab.active {
		/*left: 345px;
			transition: all 600ms ease-in-out;
			background-color: white;*/
	}

		.menu-tab.active #one {
			transform: translateY(9px) rotate(-135deg);
			transition: all 0.6s ease-in-out;
			background-color: black;
		}

		.menu-tab.active #two {
			opacity: 0;
			transition: 0.4s ease;
		}

		.menu-tab.active #three {
			transform: translateY(-9px) rotate(-45deg);
			transition: all 0.6s ease-in-out;
			background-color: black;
		}

.menu-hide {
	width: 100%;
	right: -900px;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	top: 0px;
	transition: all 0.6s ease-in-out;
	/*end of nav*/
}

@media only screen and (min-width: 600px) {
	.menu-hide {
		width: 900px;
	}
}

.menu-hide nav {
	/*end of ul*/
}

	.menu-hide nav ul {
		/*end of li*/
	}

		.menu-hide nav ul li {
			height: 70px;
			list-style-type: none;
			text-align: center;
			line-height: 70px;
			transition: all 0.5s ease;
		}

			.menu-hide nav ul li:hover {
				background-color: #e74c3c;
				transition: all 0.5s ease;
			}

			.menu-hide nav ul li a {
				padding: 30px 25px;
				text-decoration: none;
				color: #f1f1f1;
				font-weight: 800;
			}

/*end of menu-hide*/
.menu-hide.show {
	right: 0px;
	background-color: white;
	transition: all 0.6s ease-in-out;
}


a.dropdown-item {
	white-space: normal !important;
}

.prod-search .btn-section .detail-btn {
	width: 150px;
}

	.prod-search .btn-section .detail-btn:hover, .prod-search .btn-section .whrto-buy:hover, .prod-other-info .more-rope-box .detail .btn-primary:hover,
	.prod-other-info .more-rope-box .detail .btn-primary:hover {
		box-shadow: none !important;
		background-color: #757575 !important;
		color: #fff !important;
		border-color: #757575 !important;
	}

.prod-search .card-detail .left-span, .prod-search .card-detail .right-span {
	width: auto;
	margin-right: 5px;
}

.prod-other-info .more-rope-box .detail .btn-primary {
	width: 146px;
}

.prod-other-info .more-rope-box .detail {
	width: 80%;
}

.prod-search .btn-section .whrto-buy {
	font-style: normal;
}

.prod-search .card-img {
	display: block;
}

	.prod-search .card-img a {
		display: block;
		padding: 0;
	}

	.prod-search .card-img img {
		display: block;
		min-height: 250px;
		object-fit: contain;
	}


.prod-search .btn-section .custom-btn, .prod-search .btn-section .detail-btn, .prod-other-info .more-rope-box .detail .custom-btn {
	width: 155px !important;
	font-size: 1rem !important;
}

@media only screen and (max-width:1900px) and (min-width:1600px) {
	.prod-search .card-box {
		height: 350px;
	}

	.prod-search .card-img img {
		min-height: 350px;
	}
}

@media only screen and (min-width: 1900px) {
	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 15%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 85%;
	}
}

@media only screen and (max-width: 1900px) and (min-width: 1200px) {
	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		overflow: hidden;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 25%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 75%;
	}
}

@media only screen and (max-width:1800px) and (min-width:1200px) {
	.prod-other-info .more-rope-box .detail .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy {
		font-size: 13px;
	}

	.prod-other-info .more-rope-box .detail .btn-primary {
		width: 132px;
	}

	.prod-search .btn-section .detail-btn {
		width: 130px;
	}

	/*.prod-other-info .more-rope-box .detail {
		padding: 6px;
	}*/

	.prod-search .card-img {
		overflow: visible;
		width: 30%;
	}

	.prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-other-info .more-rope-box .detail .btn-primary {
		margin: 0 0 10px;
	}
	/*.prod-search .card-detail14
	{
		in-width:320px;
	}*/

}

@media only screen and (max-width:1600px) and (min-width:1200px) {
	.prod-search .card-box {
		height: 350px;
	}

	.prod-search .card-img img {
		min-height: 350px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 25%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 75%;
	}

		.prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-other-info .more-rope-box .detail .btn-primary {
			margin: 0 0 10px;
		}

	.prod-search .card-box {
		height: 350px;
	}

	.prod-search .card-img img {
		min-height: 350px;
	}
}


@media only screen and (max-width:1300px) and (min-width:992px) {
	/*.prod-search .card-detail {
		min-width: 270px;
	}*/
	.prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-other-info .more-rope-box .detail .btn-primary {
		margin: 0 0 10px;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		overflow: visible;
		width: 30%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 70%;
	}
}


@media only screen and (max-width:1224px) and (min-width:1024px) {
	/*.prod-other-info .more-rope-box .detail .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy {
			font-size: 10px;
		}*/
	/*.prod-search .btn-section .detail-btn {
			width: 108px;
		}

		.prod-other-info .more-rope-box .detail .btn-primary {
			width: 110px;
		}*/
}





@media only screen and (max-width:992px) {

	.prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-other-info .more-rope-box .detail .btn-primary {
		margin: 0 0 10px;
	}

	.prod-other-info .more-rope-box {
		margin: 0 0 25px;
	}
	.prod-search .card-box.card-box-wide {
		height: unset;
	}
		.prod-search .card-box.card-box-wide .carddetail-wrapper {
			width: 100%;
			flex: 1;
			padding: 1rem 0 .5rem 0;
		}

	.prod-search .card-box {
		height: 380px;
	}

	.prod-search .card-img img {
		min-height: 380px;
	}

	.prod-search .card-detail {
		min-width: unset;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 20%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 80%;
	}

	.menu-hide #keywordsearch, .menu-hide #keywordsearch1 {
		width: 100% !important;
	}
}

@media only screen and (max-width:640px) {
	.prod-search .card-body, .prod-search .card-body {
		width: 90%;
	}
}

@media only screen and (max-width:480px) {
	.tagify__input {
		font-size: 13px !important;
		margin: 10px !important;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 60%;
	}

	.prod-search .btn-section {
		padding-left: 30px;
	}

	.prod-search .card-detail {
		padding-left: 30px;
	}

	.prod-other-info .more-rope-box .detail {
		padding-left: 30px;
		width: 70%;
	}

	.prod-other-info .more-rope-box .img {
		width: 30% !important;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 30%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 70%;
	}

	.prod-search .card-box {
		height: 390px;
	}

	.prod-search .card-img img {
		min-height: 390px;
	}

	.prod-search .btn-section .custom-btn, .prod-search .btn-section .detail-btn, .prod-other-info .more-rope-box .detail .custom-btn {
		width: 130px !important;
		font-size: 0.8rem !important;
	}
}



@media only screen and (max-width:360px) {
	.tagify__input {
		font-size: 11px !important;
	}
}

@media only screen and (max-width: 320px) {
	.prod-search .card-box {
		height: 480px;
	}

	.prod-search .card-img img {
		min-height: 480px;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 35%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 65%;
	}

		.prod-search .btn-section .detail-btn, .prod-search .btn-section .whrto-buy, .prod-other-info .more-rope-box .detail .btn-primary, .prod-other-info .more-rope-box .detail .btn-primary {
			font-size: 12px;
		}

	.prod-search .btn-section .detail-btn {
		width: 125px;
	}
}

/* New article ui */
.upcoming-events-wrap {
	margin-left: 50px;
}

.upcoming-events-content h2 {
	letter-spacing: 2px;
	color: rgba(179,179,179);
	font-size: 2.2rem;
}

.news-content .article-content {
	padding: 0;
}

.article-block-wrap {
	margin: 20px 0 70px;
}

.article-block {
	position: relative;
}

	.article-block .cicon {
		padding-left: 30px;
		position: relative;
	}

		.article-block .cicon::before {
			font-family: FontAwesome;
			position: absolute;
			left: 0;
		}

	.article-block .a-time::before {
		content: '\f017';
	}

	.article-block .a-loc::before {
		content: '\f041';
	}

	.article-block .article-card {
		box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
		margin: 0 0 40px;
	}

		.article-block .article-card .article-image img {
			height: 120px;
			width: 100%;
			object-fit: cover;
		}

		.article-block .article-card .article-card-content {
			padding: 15px;
			height: 290px;
		}

			.article-block .article-card .article-card-content p {
				margin: 0 0 5px;
				line-height: 1.8em;
			}

				.article-block .article-card .article-card-content p:last-child {
					margin: 0;
				}

	.article-block .article-date {
		background: #00548E;
		position: absolute;
		padding: 5px 10px;
		color: #ffffff;
		font-size: 1rem;
	}

.article-block-wrap .article-block-button {
	text-align: right;
}

.article-block .article-card .viewmore {
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2rem;
	color: #009CDE;
}

.even-events .col-md-4 {
	max-width: 35%;
	flex: 0 0 35%;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width:1200px) {
	.article-block .article-card .article-card-content {
		height: 350px;
	}

	.upcoming-events-wrap {
		margin-left: 20px;
	}
}

@media screen and (max-width:992px) {
	.article-block .article-card .article-card-content {
		padding: 10px;
	}
}

@media screen and (max-width:767px) {
	.article-block .article-card .article-card-content {
		height: auto;
		padding: 20px;
	}

	.even-events .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.upcoming-events-content h2 {
	letter-spacing: 2px;
	color: rgba(179,179,179);
	font-size: 2.2rem;
}

.news-content .article-content {
	padding: 0;
}

.article-block-wrap {
	margin: 20px 0 70px;
}

.article-block {
	position: relative;
}

	.article-block .cicon {
		padding-left: 30px;
		position: relative;
	}

		.article-block .cicon::before {
			font-family: FontAwesome;
			position: absolute;
			left: 0;
		}

	.article-block .a-time::before {
		content: '\f017';
	}

	.article-block .a-loc::before {
		content: '\f041';
	}

	.article-block .article-card {
		box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
		margin: 0 0 40px;
	}

		.article-block .article-card .article-image img {
			height: 120px;
			width: 100%;
			object-fit: cover;
		}

		.article-block .article-card .article-card-content {
			padding: 15px;
			height: 225px;
		}

			.article-block .article-card .article-card-content p {
				margin: 0 0 5px;
			}

				.article-block .article-card .article-card-content p:last-child {
					margin: 0;
				}

	.article-block .article-date {
		background: #00548E;
		position: absolute;
		padding: 5px 10px;
		color: #ffffff;
		font-size: 1rem;
	}

.article-block-wrap .article-block-button {
	text-align: right;
}

.article-block .article-card p.learnmore {
	line-height: 1.5em;
	margin: 5px 0 8px 30px !important;
}

.article-block .article-card .viewmore {
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 1.2rem;
	color: #009CDE;
}

.article-block .article-card p.description {
	line-height: 1.8em;
}

.even-events .col-md-4 {
	max-width: 35%;
	flex: 0 0 35%;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width:1200px) {
	.article-block .article-card .article-card-content {
		height: 350px;
	}

	.upcoming-events-wrap {
		margin-left: 20px;
	}
}

@media screen and (max-width:992px) {
	.article-block .article-card .article-card-content {
		padding: 10px;
	}
}

@media screen and (max-width:767px) {
	.article-block .article-card .article-card-content {
		height: auto;
		padding: 20px;
	}

	.even-events .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.news-content .article-content .upcoming-events-content h2 {
	display: none;
}

.news-content .article-content .upcoming-events-content:first-child h2 {
	display: block;
}

article-block .article-card .article-card-content {
	height: 255px;
}

@media screen and (max-width: 1300px) {
	.article-block .article-card .article-card-content {
		height: 280px;
	}
}

@media screen and (max-width: 1200px) {
	.article-block .article-card .article-card-content {
		height: 290px;
	}
}

@media screen and (max-width: 1030px) {
	.article-block .article-card .article-card-content {
		height: 310px;
	}
}

@media screen and (max-width: 992px) {
	.article-block .article-card .article-card-content {
		height: 360px;
	}
}

@media screen and (max-width: 850px) and (min-width: 768px) {
	.article-block .article-card .article-card-content {
		height: 410px;
	}
}

@media screen and (max-width: 767px) {
	.article-block .article-card .article-card-content {
		height: auto;
	}
}

.container.product-specifications {
	padding-bottom: 1rem;
}


/* Product filter */
.product-filter-container {
	max-width: 1460px;
	margin: 40px auto;
}

	.product-filter-container.opened .product-filter-refinelist {
		display: none;
	}

	.product-filter-container .product-filter-refinelist {
		display: block;
	}

	.product-filter-container.opened .product-filter-result {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

.product-refine-box {
	border: 1px solid #DADADA;
	padding: 10px 26px;
}

	.product-refine-box .btn-wrapper {
		display: none;
	}

	.product-refine-box .card {
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #DADADA;
		padding: 14px 0;
	}

		.product-refine-box .card .card-header {
			border-radius: 0;
			background: #ffffff;
			border: none;
			padding: 0;
		}

		.product-refine-box .card .card-body {
			padding: 0;
			margin-top: 12px;
		}

		.product-refine-box .card .card-header .card-link {
			font-size: 17px;
			line-height: 22px;
			letter-spacing: 0.85px;
			color: #555;
		}

		.product-refine-box .card:last-child {
			border: none;
		}

		.product-refine-box .card .card-header .card-link::after {
			content: '';
			border: solid #555;
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 3px;
			position: absolute;
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			right: 2%;
			top: 24px;
		}

		.product-refine-box .card .card-header .card-link.collapsed::after {
			content: '';
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			top: 18px;
		}

		.product-refine-box .card .card-header .card-link .clear-link {
			color: #15548A;
			margin-left: 15px;
		}

	.product-refine-box .form-group {
		margin: 0 0 15px;
	}

	.product-refine-box .form-control {
		color: #15548A;
		border: 1px solid #15548A;
	}

	.product-refine-box .form-check-label {
		color: #15548A;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.75px;
		margin-left: 8px;
		text-transform: uppercase;
	}

	.product-refine-box .refinecardcontent {
		max-height: 200px;
		overflow: auto;
	}

/* Mooring Calculator */
.mooring-calculator {
	max-width: 1460px;
	padding: 2.5rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
	.mooring-calculator .description {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		padding-bottom: 1rem;
	}
	.mooring-calculator .section-header {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5;
		padding: 0rem 0 .5rem 0;
		text-transform: uppercase;
	}
	.mooring-calculator .section-description {
		font-size: 16px;
		margin-top: -5px;
		margin-bottom: 10px;
	}
	.mooring-calculator .is-invalid {
		border-color: red;
		background-color: #ffe6e6;
	}
	.mooring-calculator .mooring-calculator__summary {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: 100%;
	}
	.mooring-calculator .mooring-calculator__heading {
		margin: 0;
		text-align: center;
	}
	.mooring-calculator .mooring-calculator__subheading {
		margin: 0;
		text-align: center;
	}
	.mooring-calculator .mooring-calculator__title {
		margin: 0;
		padding-bottom: .5rem;
	}
		.mooring-calculator .mooring-calculator__title.bordered {
			border-bottom: 1px solid #DADADA;
		}

	.mooring-calculator .mooring-calculator__content {
		display: none;
	}
	.mooring-calculator.opened .mooring-calculator__content {
		display: flex;
	}
	.mooring-calculator .mooring-calculator__rail {
		padding-top: 1rem;
	}
	.mooring-calculator .mooring-calculator__rail .btn-section .custom-btn{
		background: white;
    color: #00548e;
    font-style: normal;
    font-size: 15px;
    border: 1px solid #00548e;
    width: 150px;
		height: 38px;
	}
	.mooring-calculator .mooring-calculator__rail .btn-section .custom-btn:hover{
		box-shadow: none !important;
    background-color: #757575 !important;
    color: #fff !important;
    border-color: #757575 !important;
	}
	.mooring-calculator .mooring-calculator__body {
		padding-top: 1rem;
	}

	.mooring-calculator .tail-container {
		height: calc(2.25rem + 2px);
	}
	.mooring-calculator .no-tail {
		display: none;
		color: #15548A;
		font-size: 1rem;
		font-weight: 600;
	}
	.mooring-calculator.no-tail .no-tail {
		display: flex;
	}
	.mooring-calculator.no-tail .tail-options {
		display: none !important;
	}
	.mooring-calculator .no-error {
		margin-bottom: 1.5rem;
	}
	.mooring-calculator .recommendation {
		display: flex;
		padding-bottom: 5px;
	}
	.mooring-calculator .recommended-fuse {
		padding-right: 0px;
	}
		.mooring-calculator .recommended-fuse .recommendation {
			display: none;
			align-items: flex-end;
		}
		.mooring-calculator .recommended-fuse.has-recommendation .recommendation {
			display: flex;
		}
	.mooring-calculator__filters {
		border: 1px solid #DADADA;
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		gap: .5rem;
		margin-bottom: 2rem;
	}
	.mooring-calculator .recommend-consult {
		display: none;
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 1rem;
	}
	.mooring-calculator .recommend-consult.active {
		display: block;
	}
	.mooring-calculator .mooring-calculator__input {
		display: flex;
		flex-direction: column;
		gap: .25rem;
	}
	.mooring-calculator .mooring-calculator__input .error {
		display: block;
		font-size: .875rem;
		color: #ff0000;
		height: 1.25rem;
	}
	.mooring-calculator .mooring-calculator__input .error .error-message {
		display: none;
	}
	.mooring-calculator .mooring-calculator__input .input-header {
		display: flex;
		gap: .5rem;
		justify-content: space-between
	}
	.mooring-calculator .mooring-calculator__input .input-label{
		font-size: .875rem;
		line-height: 22px;
		letter-spacing: 0.85px;
		color: #555;
		text-transform: uppercase;
		margin: 0;
	}
		.mooring-calculator .mooring-calculator__input .input-tooltip {
			height: 1rem;
			width: 1rem;
			border-radius: .5rem;
			background: #00548e;
			cursor: pointer;
			margin: auto 0;
			position: relative;
		}
			.mooring-calculator .mooring-calculator__input .input-tooltip svg {
				height: .7rem;
				position: absolute;
				left: .38rem;
				top: .15rem;
				fill: white;
			}
	.mooring-calculator .mooring-calculator__input .input-control {
		display: flex;
		gap: .5rem;
	}
	.mooring-calculator .mooring-calculator__input .form-control {
		flex: 1;
		color: #15548A;
		border: 1px solid #15548A;
	}
	.mooring-calculator .mooring-calculator__input .input-description {
		flex: 0 0 50px;
		color: #15548A;
		font-size: .875rem;
		margin: auto 0 0 0;
	}
	.mooring-calculator .mooring-calculator__btn {
		background: #00548e;
		color: #FFFFFF;
		font-style: normal;
		font-size: 15px;
		border: 1px solid #00548e;
		padding: .5rem .75rem;
		text-transform: uppercase;
		font-family: acumin-pro, sans-serif;
		font-weight: 400;
		transition: ease .35s;
	}
	.mooring-calculator .mooring-calculator__btn:hover {
		background-color: #757575 !important;
		color: #fff !important;
		border-color: #757575 !important;
	}
	.mooring-calculator .mooring-calculator__btn.outline {
		background: #FFFFFF;
		color: #00548e;
	}
	.mooring-calculator__content {
		display: flex;
		flex-direction: column;
		gap: .5rem;
	}
	.mooring-calculator__results {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		padding-bottom: 1rem;
	}
	.mooring-calculator__results .mooring-calculator__btn {
		margin-right: auto;
	}
	.mooring-calculator__header {
		font-size: .875rem;
		line-height: 22px;
		letter-spacing: 0.85px;
		color: #555;
		text-transform: uppercase;
		margin: 0;
	}
	.mooring-calculator__header .no-transform {
		text-transform: none;
	}
	.mooring-calculator__header .warning {
		color: #ff0000;
	}
	.mooring-calculator__value {
		display: flex;
		gap: .5rem;
		flex-wrap: wrap;
	}
	.mooring-calculator__values {
		display: flex;
		gap: .25rem;
	}
	.mooring-calculator__display {
		margin: 0;
		height: 25px;
	}
	.mooring-calculator__prefix {
		font-size: .875rem;
		margin: auto 0 0 0;
		margin-bottom: 0px;
	}
	.mooring-calculator__energy-comparison {
		color: #15548A;
		font-size: .875rem;
		font-weight: 600;
		margin: auto 0 0 0;
	}
	.mooring-calculator__energy-comparison.warning {
		color: #ff0000;
	}
	.mooring-calculator .card-detail .spec {
		font-size: 15px;
		font-style: normal;
		line-height: 25px;
		color: #212529;
		padding-left: 5px;
	}
	.mooring-calculator .card-box-wide {
		flex-direction: row-reverse;
		flex-wrap: wrap-reverse;
		height: auto !important;
    padding: 1rem 0;
	}
		.mooring-calculator .card-box-wide .custom-btn{
			margin-bottom: 0;
		}
		.mooring-calculator .card-box-wide .carddetail-wrapper {
			flex: 0 0 250px
		}
		.mooring-calculator .card-box-wide .card-img {
			flex: 1;
			min-width: 250px;
		}
			.mooring-calculator .card-box-wide .card-img a {
				width: 100%;
				height: 100%;
			}
			.mooring-calculator .card-box-wide .card-img img {
				width: 100%;
				height: 100%;
				max-height: none;
				max-width: none;
				min-height: unset;
				min-width: unset;
			}
	.mooring-calculator .footnote {
		display: none;
		margin-bottom: 0px;
	}
	.mooring-calculator .footnote-value {
		display: none;
		font-size: .875rem;
	}
	.mooring-calculator.footnote-active .footnote {
		display: block;
	}
	.mooring-calculator.footnote-active .footnote-value {
		display: block;
	}



/* Custom checkbox */
.custom-checkbox .form-check-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #ffffff;
	border: 1px solid #15548A;
}

.custom-checkbox .form-check-label input:checked ~ .checkmark {
	background-color: #15548A;
}

.custom-checkbox .checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox .form-check-label input:checked ~ .checkmark::after {
	display: block;
}

.custom-checkbox .form-check-label .checkmark::after {
	left: 4.5px;
	top: 0.5px;
	width: 5px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Custom radio */
.custom-radio {
	position: relative;
	padding-left: 15px;
}

	.custom-radio input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	.custom-radio .checkmark {
		position: absolute;
		top: 6px;
		left: 0;
		height: 16px;
		width: 16px;
		background-color: #ffffff;
		border-radius: 50%;
		border: 1px solid #15548A;
	}

	.custom-radio input:checked ~ .checkmark {
		background-color: #15548A;
	}

	.custom-radio .checkmark::after {
		content: "";
		position: absolute;
		display: none;
	}

	.custom-radio input:checked ~ .checkmark::after {
		display: block;
	}

	.custom-radio .checkmark::after {
		top: 4.5px;
		left: 5px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #ffffff;
	}

.product-filter-container .prod-other-info {
	width: 100%;
}

	.product-filter-container .prod-other-info .more-rope-body {
		margin-top: 0;
	}

.product-filter-container h6 {
	margin: 0 0 10px;
	color: #212529;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	font-size: 16px;
	text-transform: none;
}

	.product-filter-container h6 span {
		color: #555;
	}

.product-filter-container .menu-tab {
	display: none;
}

.product-filter-container .filter-list {
	border-top: 1px solid #DADADA;
	padding: 15px 0 24px;
	display: flex;
	align-items: center;
}

	.product-filter-container .filter-list label {
		color: #808080;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: 0.85px;
		margin-right: 10px;
	}

	.product-filter-container .filter-list .clear-link {
		text-transform: uppercase;
		font-size: 15px;
		line-height: 28px;
		color: #15548A;
		letter-spacing: 0.75px;
	}

	.product-filter-container .filter-list .filter-item {
		border: 1px solid #15548A;
		position: relative;
		cursor: pointer;
		display: inline-block;
		margin: 0 0 5px;
		padding: 4px 25px 4px 8px;
		margin-right: 10px;
		color: #15548A;
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 0.7px;
	}

		.product-filter-container .filter-list .filter-item .filter-remove {
			margin-left: 5px;
			font-size: 24px;
			position: absolute;
			top: 2px;
		}

.product-filter-container .more-rope-box {
	margin: 0 0 25px;
	height: 320px;
}

.product-filter-container .prod-search .btn-section span.checkmark {
	width: 16px;
	float: none;
}

.product-filter-container .prod-search .btn-section .form-check-label {
	color: #15548A;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 2.55px;
}

.product-filter-container .prod-search .btn-section .custom-checkbox {
	padding-left: 25px;
	margin-top: 10px;
}


/* Compare product popup */
.compare-pro-popup {
	position: fixed;
	bottom: 20px;
	right: 25px;
	box-shadow: 0px -2px 8px #00000059;
	background: #ffffff;
	min-width: 324px;
	z-index: 100;
}

	.compare-pro-popup .compare-pro-header {
		background: #15548A;
		color: #ffffff;
		padding: 9px 48px 9px 25px;
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		display: flex;
		align-items: center;
	}

		.compare-pro-popup .compare-pro-header span {
			margin-left: 5px;
		}

		.compare-pro-popup .compare-pro-header.active span {
			display: inline-block;
		}

		.compare-pro-popup .compare-pro-header::after {
			content: '';
			border: solid #ffffff;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 5px;
			position: absolute;
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			right: 9%;
			top: 22px;
		}

		.compare-pro-popup .compare-pro-header.collapsed::after {
			content: '';
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			top: 14px;
		}

	.compare-pro-popup .compare-pro-body .pro-title {
		width: 70%;
		display: inline-block;
	}

	.compare-pro-popup .compare-pro-body .list-item {
		border-bottom: 1px solid #DADADA;
		padding: 25px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.compare-pro-popup .compare-pro-footer {
		background: rgba(117,117,117,0.1);
		padding: 25px;
	}

		.compare-pro-popup .compare-pro-footer .btn {
			width: 100%;
			white-space: normal;
		}

	.compare-pro-popup .compare-pro-body .list-item .close-btn {
		border: 1px solid #15548A;
		background: #15548A;
		color: #ffffff;
		padding: 0 7px;
		float: right;
	}


/* Custom scrollbar */
.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	border-radius: 0;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	box-shadow: none;
	background: #ffffff;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #00000033;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 0;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp, .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	display: none;
}

.range-slider-val .row {
	margin-left: -5px;
	margin-right: -5px;
}

.range-slider-val .col-sm-2 {
	padding-left: 5px;
	padding-right: 0;
	padding-top: 30px;
}

.range-slider-val .form-control {
	color: #15548A;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.75px;
	height: 40px;
}

.range-slider-val label {
	color: #555;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.75px;
	margin: 0 0 5px;
}

.range-slider-val .tolabelcol {
	display: flex;
	align-items: center;
	margin-top: 24px;
	justify-content: center;
}

	.range-slider-val .tolabelcol .tolabel {
		margin-top: 5px;
	}

.range-slider-val .boxvalcol {
	display: flex;
	align-items: center;
	margin: 32px 0 0;
}

	.range-slider-val .boxvalcol .boxval .btn {
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		border: none;
		height: 100%;
		border: 1px solid #15548A;
		text-align: center;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #15548A;
		font-weight: 700;
	}

		.range-slider-val .boxvalcol .boxval .btn:hover, .range-slider-val .boxvalcol .boxval .btn:focus {
			box-shadow: none;
			background-color: #757575;
			color: #ffffff;
			border-color: #757575;
		}

/* Range slider */
.custom-range-slider {
	margin: 30px 0 0;
}

	.custom-range-slider.crangeslider .price-filter-range.ui-slider {
		height: 4px;
		background: #DADADA;
	}

	.custom-range-slider.crangeslider .price-filter-range.ui-widget.ui-widget-content {
		background: #DADADA;
	}

	.custom-range-slider.crangeslider .price-filter-range.ui-slider .ui-slider-handle {
		background: #15548A;
	}

	.custom-range-slider.crangeslider .price-filter-range.ui-slider .ui-slider-range {
		background: #145287;
	}

	.custom-range-slider.crangeslider .ui-state-hover, .custom-range-slider.crangeslider .ui-widget-content .ui-state-hover, .custom-range-slider.crangeslider .ui-widget-header .ui-state-hover, .custom-range-slider.crangeslider .ui-state-focus,
	.custom-range-slider.crangeslider .ui-widget-content .ui-state-focus, .custom-range-slider.crangeslider .ui-widget-header .ui-state-focus, .custom-range-slider.crangeslider .ui-button:hover, .custom-range-slider.crangeslider .ui-button:focus {
		border: none !important;
		outline: none;
	}

	.custom-range-slider.crangeslider .ui-slider-horizontal .ui-slider-handle {
		margin-left: 0;
	}

.chkMetricDiameterCss {
	margin-left: 0.75rem;
	margin-top: .5rem;
}

/* Compare product */
.compare-product-container {
	padding: 30px 0 100px;
	width: 90%;
	margin: auto;
}

.icon-text {
	display: flex;
	align-items: center;
}

.icon-left em {
	margin-right: 10px;
}

.back-link {
	margin: 0 0 20px;
}

	.back-link a {
		font-size: 20px;
		line-height: 30px;
		text-transform: uppercase;
		color: #15548A;
		font-weight: 600;
	}

.compare-product-container .prod-other-info {
	width: 100%;
	margin: 0 0 10px;
}

	.compare-product-container .prod-search .card-img, .compare-product-container .prod-other-info .more-rope-box .img {
		width: 18%;
	}

	.compare-product-container .prod-search .carddetail-wrapper, .compare-product-container .prod-other-info .more-rope-box .detail {
		width: 80%;
	}

		.compare-product-container .prod-search .btn-section .custom-btn, .compare-product-container .prod-search .btn-section .detail-btn, .compare-product-container .prod-other-info .more-rope-box .detail .custom-btn {
			width: 148px !important;
		}

		.compare-product-container .prod-other-info .more-rope-box .detail span {
			float: none;
		}

	.compare-product-container .prod-other-info .more-rope-box .img object, .compare-product-container .prod-other-info .more-rope-box .img object img {
		width: 100% !important;
	}

.compare-product-container .right-rope-section .card-header button {
	white-space: normal;
}

.compare-product-container .prod-other-info .more-rope-box .img {
	max-height: 350px
}

	.compare-product-container .prod-other-info .more-rope-box .img img {
		width: 80px;
		object-fit: contain;
	}

.product-compare-accordian .accordian-col {
	text-align: center;
	padding: 17px 0 !important;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.85px;
	font-weight: 600;
}

.product-compare-accordian .accordian-tbl-row .accordian-col {
	padding: 0 0 17px !important;
}

.product-compare-accordian .accordian-col p {
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.85px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #000000;
}

.product-compare-accordian .accordian-col1, .product-compare-accordian.right-rope-section table.table-accordion-product-spec tr td:first-child {
	background: #ffffff;
}

.product-compare-accordian .accordian-col2, .product-compare-accordian.right-rope-section table.table-accordion-product-spec tr td:nth-child(2), .product-compare-accordian .accordian-row .accordian-col:nth-child(2n) {
	background: #75757533;
}

.product-compare-accordian .accordian-col3, .product-compare-accordian.right-rope-section table.table-accordion-product-spec tr td:last-child {
	background: #ffffff;
}

.product-compare-accordian .accordian-col .table-product-spec thead tr.subHeading th {
	font-size: 14px !important;
	line-height: 16px;
	letter-spacing: 0.85px;
	font-weight: 600;
	color: #000000;
	height: 85px;
	vertical-align: middle;
}

.product-compare-accordian .accordian-col1 .table-product-spec thead tr, .product-compare-accordian .accordian-col3 .table-product-spec thead tr, .product-compare-accordian .accordian-col3 tbody tr:nth-of-type(even), .product-compare-accordian .accordian-col1 tbody tr:nth-of-type(even) {
	background: #ffffff;
}

.product-compare-accordian .accordian-col2 table thead tr, .product-compare-accordian .accordian-col2 .table-striped tbody tr:nth-of-type(even), .product-compare-accordian .accordian-col2 .table-product-spec tbody tr:nth-of-type(odd) {
	background: transparent !important;
}

.product-compare-accordian .card-body {
	border: none;
	border-bottom: 1px solid #DADADA;
}

	.product-compare-accordian .card-body .row {
		margin: 0;
	}

.product-compare-accordian .accordian-col .table-product-spec thead tr {
	border-bottom: 1px solid #b3b0b0;
}

.product-compare-accordian .accordian-col .table-product-spec tbody + tbody {
	border-top: none;
}

.product-compare-accordian.right-rope-section .accordian-row .accordian-col:nth-child(2n+1) .table-product-spec thead tr, .product-compare-accordian.right-rope-section .accordian-row .accordian-col:nth-child(2n+1) .table-striped tbody tr:nth-of-type(even) {
	background: #ffffff;
}

.product-compare-accordian.right-rope-section .accordian-row .accordian-col:nth-child(2n) .table-product-spec thead tr, .product-compare-accordian.right-rope-section .accordian-row .accordian-col:nth-child(2n) .table-striped tbody tr:nth-of-type(odd), .product-compare-accordian.right-rope-section .accordian-row .accordian-col:nth-child(2n) .table-striped tbody tr:nth-of-type(even) {
	background: transparent !important;
}

.product-compare-accordian.right-rope-section .accordian-row .accordian-col .table-product-spec.floatThead-table {
	display: none;
}

.prod-other-info .more-rope-box.more-rope-infobox {
	overflow: hidden;
}

.product-compare-accordian.right-rope-section .accordian-row .accordian-col .floatThead-container {
	border-bottom: none;
	display: none;
}

.product-compare-accordian.right-rope-section .nav-tabs.product-nav-tabs {
	margin-top: 15px;
	margin-left: 0;
}

/* Product */
.prospeccompare {
	display: inline-block;
	margin-right: 10px;
}

	.prospeccompare .custom-checkbox .checkmark {
		top: 4px;
	}

	.prospeccompare .custom-checkbox .form-check-label .checkmark::after {
		top: 1px;
		left: 5.5px;
	}

.product-filter-container .prod-search .prod-other-info .more-rope-box .card-img {
	overflow: hidden;
}

.filter-tags .tagify {
	border: none !important;
	--tag-bg: #ffffff;
	--tag-hover: #ffffff;
	min-width: 0;
}

.filter-tags textarea {
	display: none !important;
}

.filter-tags .tagify .tagify__tag {
	border: 1px solid #15548A;
	position: relative;
	cursor: pointer;
	display: flex;
	margin: 0 10px 5px 0;
	padding: 4px 25px 4px 8px;
	color: #15548A;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.7px;
	border-radius: 0;
	z-index: auto;
}

	.filter-tags .tagify .tagify__tag > div {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	.filter-tags .tagify .tagify__tag .tagify__tag__removeBtn {
		margin-right: 0;
		position: absolute;
		right: 6px;
		color: #00548E;
		font-size: 24px;
	}

.filter-tags .tagify .tagify__input {
	min-width: 0;
}

.filter-tags .tagify .tagify__tag > div > * {
	color: #15548A;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.7px;
}

.filter-tags .tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
	--tags-border-color: #15548A;
}

.filter-tags .tagify .tagify__tag:hover, .filter-tags .tagify .tagify__tag:focus {
	border: 1px solid #15548A !important;
}

.product-filter-container .prod-search .btn-section .detail-btn,
.product-filter-container .prod-search .btn-section .whrto-buy,
.prod-other-info .more-rope-box .detail .btn-primary,
.prod-other-info .more-rope-box .detail .btn-primary {
	margin: 0 0 10px;
}

.prod-other-info .more-rope-body h5.filter-no-records {
	margin-bottom: 0px !important;
}

.custom-range-slider .price-filter-range.ui-widget.ui-widget-content {
	background: #145287;
	border: none;
}

.custom-range-slider .price-filter-range.ui-slider {
	height: 5px;
	border-radius: 0;
}

	.custom-range-slider .price-filter-range.ui-slider .ui-slider-range {
		background: #145287;
	}

	.custom-range-slider .price-filter-range.ui-slider .ui-slider-handle {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #145287;
		border: none;
	}

/* Product Compare */
.compare-product-container .right-rope-section .table-product-spec tr td {
	padding: 2px 0;
	border-bottom: 1px solid #b3b0b0;
}
/*.compare-product-container .right-rope-section .table-product-spec tbody tr:first-child td {padding:10px 0 0;}*/
.compare-product-container .right-rope-section .table-product-spec tbody tr td {
	font-size: 14px;
	line-height: 16px;
}

/* Exit intent popup */

@media (max-width:768px) {
	.exit-intent-popup .popup-container {
		width: 95% !important;
	}

	.exit-intent-popup .popup-maincontentwrap .btn {
		margin-top: 20px;
	}
}

.exit-intent-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1002;
	background: rgba(33,33,33,0.8);
	transform: translateY(60%) scale(0);
	transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

	.exit-intent-popup .popup-container {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background: #ffffff;
		border-radius: 20px;
		width: 750px;
	}

	.exit-intent-popup .popup-header {
		padding: 30px 45px;
		background: #00548e;
		color: #ffffff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		position: relative;
	}

		.exit-intent-popup .popup-header h4, .exit-intent-popup .popup-footer p {
			margin: 0;
		}

	.exit-intent-popup .popup-maincontentwrap, .exit-intent-popup .popup-footer {
		padding: 20px 45px;
	}

		.exit-intent-popup .popup-maincontentwrap .btn-widget {
			margin: 0;
		}

	.exit-intent-popup .popup-maincontent {
		margin: 0 0 20px;
	}

	.exit-intent-popup .popup-footer {
		border-top: 1px solid #dddddd;
	}

	.exit-intent-popup.visible {
		transform: translateY(0) scale(1);
	}

	.exit-intent-popup .popup-container .close-feedback {
		position: absolute;
		right: 15px;
		top: 50%;
		color: #000000;
		width: 30px;
		height: 30px;
		background: #ffffff;
		border-radius: 50%;
		opacity: 1;
		transform: translateY(-50%);
		text-align: center;
	}

		.exit-intent-popup .popup-container .close-feedback .close-icon-feedback {
			font-size: 30px;
			line-height: 24px;
		}

		.exit-intent-popup .popup-container .close-feedback:hover {
			color: #007CBB;
		}

	.exit-intent-popup .popup-maincontentwrap .btn {
		background: #00548e;
		color: #ffffff;
	}

		.exit-intent-popup .popup-maincontentwrap .btn.btn-white {
			background: #ffffff;
			color: #00548e;
		}

		.exit-intent-popup .popup-maincontentwrap .btn:hover {
			box-shadow: none !important;
			background-color: #757575 !important;
			color: #fff !important;
			border-color: #757575 !important;
		}

@media only screen and (max-width:2200px) and (min-width:1200px) {
	.product-filter-container .prod-search .card-img {
		overflow: visible;
		width: 30%;
	}
}

@media only screen and (min-width:1900px) {
	.prod-search .card-box {
		height: 380px;
	}

	.prod-search .card-img img {
		min-height: 380px;
	}

	.prod-search .card-img, .prod-other-info .more-rope-box .img {
		width: 25%;
	}

	.prod-search .carddetail-wrapper, .prod-other-info .more-rope-box .detail {
		width: 75%;
	}
}



@media only screen and (max-width: 1400px) {

	.product-filter-container {
		max-width: none;
		margin: 40px 20px;
	}
}


@media only screen and (max-width: 767px) {

	.compare-pro-popup {
		min-width: unset;
		width: 100%;
		right: 0;
		bottom: 75px;
	}

	.product-refine-box {
		padding: 10px;
	}

	.prospeccompare {
		margin: 0 0 10px;
	}

	.product-filter-container .prod-search .card-img img {
		width: 60px;
	}

	.compare-product-container .right-rope-section .card-header button {
		padding-right: 20%;
	}

	.compare-product-container {
		width: 100%;
		padding: 30px 15px 100px;
	}

	.product-compare-accordian .accordian-col {
		padding: 10px 0 !important;
	}

	.product-compare-accordian .accordian-tbl-row .accordian-col {
		padding: 0 0 10px !important;
	}

	.product-compare-accordian .accordian-col p, .product-compare-accordian .accordian-col {
		font-size: 12px;
		line-height: 16px;
	}

	.product-filter-container .product-filter-refinelist {
		padding: 30px 20px;
		overflow: auto;
		width: 100%;
		right: -900px;
		height: 100vh;
		position: fixed;
		z-index: 10000;
		top: 0px;
		transition: all 0.6s ease-in-out;
		background: #ffffff;
	}

	.product-filter-container.opened .product-filter-refinelist {
		right: 0px;
		background-color: white;
		transition: all 0.6s ease-in-out;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		display: block;
	}

	.product-filter-container .product-filter-result {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.product-filter-container .product-refine-section .menu-tab {
		width: auto;
		height: auto;
		top: 0;
		right: 0;
	}

	.product-filter-container h6 {
		font-size: 20px;
		line-height: 28px;
		font-weight: 700;
		margin: 0 0 30px;
	}

	.product-filter-container .menu-tab {
		display: block;
	}
}

@media only screen and (max-width: 576px) {


	.product-refine-box {
		padding: 0;
		border: none;
	}

	.compare-pro-popup {
		min-width: unset;
		width: 100%;
		right: 0;
		bottom: 75px;
	}

	.product-filter-container .menu-tab {
		display: block;
	}

	.product-filter-container > .row {
		margin: 0;
	}

	.product-refine-box .btn-wrapper {
		margin: 30px 0 20px;
		display: block;
	}

		.product-refine-box .btn-wrapper .btn {
			display: block;
			margin: 0 0 10px;
		}

	.product-filter-container .product-filter-result {
		padding: 0;
	}

	.compare-product-container .prod-search .btn-section .custom-btn, .compare-product-container .prod-search .btn-section .detail-btn, .compare-product-container .prod-other-info .more-rope-box .detail .custom-btn {
		width: 100% !important;
	}

	.compare-product-container .prod-other-info .more-rope-box {
		height: auto;
	}

		.compare-product-container .prod-other-info .more-rope-box.more-rope-infobox {
			height: 300px;
		}

	.product-filter-container .filter-list {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 480px) {
	.product-filter-container .prod-search .btn-section, .product-filter-container .prod-search .card-detail {
		padding-left: 0;
	}
}

.filter-tags textarea {
	display: none !important;
}

/* Search */
.BioSourced,
.gray-label {
	color: #555 !important;
}

/* Focus Styles */
.imgeff .res-bg:focus-visible,
.btn-learnmore:focus-visible,
a:focus-visible,
.owl-dot:focus-visible,
.owl-next:focus-visible,
.owl-prev:focus-visible,
navigate-link:focus-visible,
select:focus-visible,
input:focus-visible,
.Tagsearch input:focus-visible,
.prod-search-input .btn-primary:focus-visible,
.range-slider-val .boxvalcol .boxval .btn:focus-visible {
	outline: 3px solid #042eff !important;
}

.right-rope-section .card-header button:focus-visible {
	outline: 3px solid #042eff;
}

.btn btn-primary:focus-visible,
.owl-carousel .item a.res-bg:focus-visible,
.lessslider .item a:focus-visible {
	border: 3px solid #042eff !important;
}

.btn:focus-visible,
input[type="checkbox"]:focus-visible + .checkmark {
	border: 3px solid #042eff;
}

.btn-outline-secondary:focus-visible {
	border-color: #042eff !important;
	border-width: 3px !important;
	outline: none !important;
}

select.form-control:focus-visible,
input.form-control:focus-visible,
input[type="checkbox"]:focus-visible {
	outline: 3px solid #042eff;
}

.what-you-need a.buy-btn:focus-visible {
	border: 3px solid #fff;
	outline: none !important;
}

button.menutrigger:focus {
	outline: none !important;
}

button.menutrigger:focus-visible {
	outline: 3px solid #042eff !important;
}

.product-refine-box .form-control:focus-visible {
	border: 3px solid #042eff;
	outline: none !important;
}

.tagify {
	speak: none;
}

.tagify__tag:focus-within {
	outline: 2px solid #042eff;
	outline-offset: 2px;
	border-radius: 4px;
}

.filter-tags .tagify .tagify__tag .tagify__tag__removeBtn:focus-visible {
	outline: 2px solid #042eff;
}