 /* adds some margin below the link sets  */
 .navbar .dropdown-menu div[class*="col"] {
 	margin-bottom: 1rem;
 }
 .show {
 	background-color: #d41f34;
 }
 .navbar .dropdown-menu {
 	border: none;
 	text-align: center;
 	background-color: #0060c8!important;
 }
 .top-link:hover {
 	color: #0056b3 !important;
 }
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
 	/* remove the padding from the navbar so the dropdown hover state is not broken */
 	.navbar {
 		padding-top: 0px;
 		padding-bottom: 0px;
 	}
 	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 	.navbar .nav-item {
 		padding: .5rem .5rem;
 		margin: 0 .25rem;
 	}
 	.sub-item {
 		padding: 0px !important;
 		margin: 0px !important;
 		text-align: center;
 		/*border: 2px solid black;
                    border-radius: 9px;
                    margin: 4px !important;
                    text-align: center;*/
 	}
 	.nav-item > a {
 		color: black !important;
 	}
 	/* makes the dropdown full width  */
 	.navbar .dropdown {
 		position: static;
 	}
 	.navbar .dropdown-menu1 {
 		width: 17%;
 		left: 25%;
 		right: 0;
 		/*  height of nav-item  */
 		top: 35px;
 	}
 	.navbar .dropdown-menu2 {
 		width: 17%;
 		left: 34%;
 		right: 0;
 		/*  height of nav-item  */
 		top: 36px;
 	}
 	/* shows the dropdown menu on hover */
 	.navbar .dropdown:hover .dropdown-menu,
 	.navbar .dropdown .dropdown-menu:hover {
 		display: block!important;
 	}
 	.navbar .dropdown-menu {
 		background-color: #f5f5f5 !important;
 	}
 	.main-sub-item:hover {
 		background-color: #D41F34;
 	}
 	.main-sub-item:hover .main-sub-link {
 		color: #fff !important;
 	}
 	.sub-item:hover {
 		background-color: #D41F34;
 	}
 	.sub-item:hover .sub-link {
 		color: #fff !important;
 	}
 	.main-sub-link {
 		font-size: 12.5px;
 	}
 }
 .nav-link {
 	color: #fff !important;
 	padding: 2px;
 }
 .nav1 {
 	margin-right: 15px;
 	margin-left: 15px;
 }
 .nav2 {
 	margin-right: 7px;
 	margin-left: 7px;
 }
 /*.nav3{
        margin-right: 25px;
    margin-left: 25px;

    }*/
 .m-link {
 	letter-spacing: 7px;
 	color: #D41F34;
 	font-size: 18px;
 	line-height: 23px;
 	font-family: open-sans, sans-serif;
 	font-weight: 400;
 }
 #big-view {
 	background: linear-gradient(to bottom, #CCCCCC, #7F7F7F 56%) !important;
 	padding: 3px;
 	height: 34px;
 }
 #tab-view {
 	background: linear-gradient(to bottom, #CCCCCC, #7F7F7F 56%) !important;
 	padding: 3px;
 }
 .p-search {
 	width: 63%;
 	box-sizing: border-box;
 	border: 1px solid black;
 	border-radius: 4px;
 	font-size: 16px;
 	background-color: #9b9b9b;
 	background-image: url('../images/magnifying-glass-128.png');
 	background-position: 10px 10px;
 	background-repeat: no-repeat;
 	padding: 10px 20px 12px 40px;
 	-webkit-transition: width 0.4s ease-in-out;
 	transition: width 0.4s ease-in-out;
 }
 .p-search::placeholder {
 	color: #fff;
 	opacity: 1;
 	/* Firefox */
 }
 .shadow {
 	-webkit-box-shadow: 0 6px 4px -4px black;
 	-moz-box-shadow: 0 6px 4px -4px black;
 	box-shadow: 0 6px 4px -4px black;
 }
 #myCarousel .carousel-item .mask {
 	position: absolute;
 	top: 0;
 	left: 0;
 	height: 100%;
 	width: 100%;
 	background-attachment: fixed;
 }
 #myCarousel h4 {
 	font-size: 24px;
 	margin-bottom: 15px;
 	color: #000000;
 	line-height: 100%;
 	letter-spacing: 0.5px;
 	font-weight: 600;
 }
 #myCarousel p {
 	font-size: 18px;
 	margin-bottom: 15px;
 	color: #d5d5d5;
 }
 #myCarousel .carousel-item a {
 	background: #d41f34;
 	font-size: 14px;
 	color: #FFF;
 	padding: 13px 32px;
 	display: inline-block;
 }
 #myCarousel .carousel-item a:hover {
 	background: #394fa2;
 	text-decoration: none;
 }
 #myCarousel .carousel-item h4 {
 	-webkit-animation-name: fadeInLeft;
 	animation-name: fadeInLeft;
 }
 #myCarousel .carousel-item p {
 	-webkit-animation-name: slideInRight;
 	animation-name: slideInRight;
 }
 #myCarousel .carousel-item a {
 	-webkit-animation-name: fadeInUp;
 	animation-name: fadeInUp;
 }
 #myCarousel .carousel-item .mask img {
 	-webkit-animation-name: slideInRight;
 	animation-name: slideInRight;
 	display: block;
 	height: auto;
 	max-width: 100%;
 }
 #myCarousel h4,
 #myCarousel p,
 #myCarousel a,
 #myCarousel .carousel-item .mask img {
 	-webkit-animation-duration: 1s;
 	animation-duration: 1.2s;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }
 #myCarousel .container {
 	max-width: 1430px;
 }
 #myCarousel .carousel-item {
 	height: 100%;
 	min-height: 280px;
 }
 #myCarousel {
 	position: relative;
 	z-index: 1;
 	background: url('../images/slider-bg1.jpg') center center no-repeat;
 	background-size: cover;
 	border: 6px solid #D41F34;
 	border-radius: 6px;
 }
 .carousel-control-next,
 .carousel-control-prev {
 	height: 40px;
 	width: 40px;
 	padding: 12px;
 	top: 50%;
 	bottom: auto;
 	transform: translateY(-50%);
 	background-color: #d41f34;
 }
 .carousel-item1 {
 	top: 37px;
 	position: relative;
 	display: none;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	width: 100%;
 	transition: -webkit-transform .6s ease;
 	transition: transform .6s ease;
 	transition: transform .6s ease, -webkit-transform .6s ease;
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	-webkit-perspective: 1000px;
 	perspective: 1000px;
 }
 .carousel-fade .carousel-item {
 	opacity: 0;
 	-webkit-transition-duration: .6s;
 	transition-duration: .6s;
 	-webkit-transition-property: opacity;
 	transition-property: opacity
 }
 .carousel-fade .carousel-item-next.carousel-item-left,
 .carousel-fade .carousel-item-prev.carousel-item-right,
 .carousel-fade .carousel-item.active {
 	opacity: 1
 }
 .carousel-fade .carousel-item-left.active,
 .carousel-fade .carousel-item-right.active {
 	opacity: 0
 }
 .carousel-fade .carousel-item-left.active,
 .carousel-fade .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item-prev.active,
 .carousel-fade .carousel-item.active {
 	-webkit-transform: translateX(0);
 	-ms-transform: translateX(0);
 	transform: translateX(0)
 }
 @supports (transform-style: preserve-3d) {
 	.carousel-fade .carousel-item-left.active,
 	.carousel-fade .carousel-item-next,
 	.carousel-fade .carousel-item-prev,
 	.carousel-fade .carousel-item-prev.active,
 	.carousel-fade .carousel-item.active {
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0)
 	}
 }
 .carousel-fade .carousel-item-left.active,
 .carousel-fade .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item-prev.active,
 .carousel-fade .carousel-item.active {
 	-webkit-transform: translate3d(0, 0, 0);
 	transform: translate3d(0, 0, 0);
 }
 @-webkit-keyframes fadeInLeft {
 	from {
 		opacity: 0;
 		-webkit-transform: translate3d(-100%, 0, 0);
 		transform: translate3d(-100%, 0, 0);
 	}
 	to {
 		opacity: 1;
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 @keyframes fadeInLeft {
 	from {
 		opacity: 0;
 		-webkit-transform: translate3d(-100%, 0, 0);
 		transform: translate3d(-100%, 0, 0);
 	}
 	to {
 		opacity: 1;
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 .fadeInLeft {
 	-webkit-animation-name: fadeInLeft;
 	animation-name: fadeInLeft;
 }
 @-webkit-keyframes fadeInUp {
 	from {
 		opacity: 0;
 		-webkit-transform: translate3d(0, 100%, 0);
 		transform: translate3d(0, 100%, 0);
 	}
 	to {
 		opacity: 1;
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 @keyframes fadeInUp {
 	from {
 		opacity: 0;
 		-webkit-transform: translate3d(0, 100%, 0);
 		transform: translate3d(0, 100%, 0);
 	}
 	to {
 		opacity: 1;
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 .fadeInUp {
 	-webkit-animation-name: fadeInUp;
 	animation-name: fadeInUp;
 }
 @-webkit-keyframes slideInRight {
 	from {
 		-webkit-transform: translate3d(100%, 0, 0);
 		transform: translate3d(100%, 0, 0);
 		visibility: visible;
 	}
 	to {
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 @keyframes slideInRight {
 	from {
 		-webkit-transform: translate3d(100%, 0, 0);
 		transform: translate3d(100%, 0, 0);
 		visibility: visible;
 	}
 	to {
 		-webkit-transform: translate3d(0, 0, 0);
 		transform: translate3d(0, 0, 0);
 	}
 }
 .slideInRight {
 	-webkit-animation-name: slideInRight;
 	animation-name: slideInRight;
 }
 @media only screen and (max-width: 751px) {
 	.mx-auto {
 		width: 48%;
 	}
 	.product-heading {
 		font-size: 11px;
 	}
 }
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 	#big-view {
 		display: none;
 	}
 	#tab-view {
 		display: block;
 	}
 }
 @media only screen and (min-device-width: 1024px) {
 	#big-view {
 		display: block;
 	}
 	#tab-view {
 		display: none;
 	}
 }
 @media only screen and (max-device-width: 767px) {
 	#myCarousel .carousel-item {
 		min-height: 350px;
 	}
 	.carousel-item1 {
 		top: 13px;
 	}
 	#big-view {
 		display: block;
 	}
 	#tab-view {
 		display: none;
 	}
 	.big-view {
 		height: 70px !important;
 	}
 }
 .ct-main > a >.ct-img,
 .ct-main > a >.ct {
 	display: inline-block;
 }
 .ph-main > a >.ph-img,
 .ph-main > a >.ph {
 	display: inline-block;
 }
 .ab-main > a > .ab-img,
 .ab-main > a >.ab {
 	display: inline-block;
 }
 .log-main > a > .log-img,
 .log-main > a >.log {
 	display: inline-block;
 }
 .cart-main > a > .cart-img,
 .cart-main > a >.cart {
 	display: inline-block;
 }
 .acc-main > a > .acc-img,
 .acc-main > a >.acc {
 	display: inline-block;
 }
 .slide-item {
 	background-color: #fff;
 	border: 1px solid black;
 	max-width: 24.25% !important;
 	height: 274px;
 }
 .sl-img {
 	margin-top: 10px;
 }
 .sp {
 	width: 1% !important;
 }
 /*footer css */
 footer {
 	background-color: #000000;
 	min-height: 350px;
 	font-family: 'Open Sans', sans-serif;
 }
 .footerleft {
 	margin-top: 50px;
 	padding: 0 36px;
 }
 .logofooter {
 	margin-bottom: 10px;
 	font-size: 25px;
 	color: #fff;
 	font-weight: 700;
 }
 .footerleft p {
 	color: #fff;
 	font-size: 12px !important;
 	font-family: 'Open Sans', sans-serif;
 	margin-bottom: 15px;
 }
 .footerleft p i {
 	width: 20px;
 	color: #999;
 }
 .paddingtop-bottom {
 	margin-top: 50px;
 }
 .footer-ul {
 	list-style-type: none;
 	padding-left: 0px;
 	margin-left: 2px;
 }
 .footer-ul li {
 	line-height: 29px;
 	font-size: 12px;
 }
 .footer-ul li a {
 	color: #a0a3a4;
 	transition: color 0.2s linear 0s, background 0.2s linear 0s;
 }
 .footer-ul i {
 	margin-right: 10px;
 }
 .footer-ul li a:hover {
 	transition: color 0.2s linear 0s, background 0.2s linear 0s;
 	color: #ff670f;
 }
 .heading7 {
 	font-size: 21px;
 	font-weight: 700;
 	color: #d9d6d6;
 	margin-bottom: 22px;
 }
 .mob-main > a > .mob-img,
 .mob-main > a >.mob {
 	display: inline-block;
 }
 .p-btn {
 	background-color: #d61932;
 	margin-bottom: 10px;
 	color: #fff !important;
 }
 .p-desc {
 	min-height: 80px;
 	padding: 3px;
 }
 .ht {
 	min-height: 444px;
 }
 /* product tab css start */
 /* Flex-related code */
 .flex1 {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
 	/* Or space-between or space-around */
 }
 .flex1 > section {
 	align-items: center;
 	display: flex;
 	flex: 1 1 0;
 	flex-direction: column;
 	text-align: center;
 	max-width: 400px;
 }
 .flex1 > section > p {
 	flex-grow: 1;
 	font-size: 14px;
 }
 .flex1 > section > a {
 	color: #000000;
 }
 .sec:hover {
 	box-shadow: 3px 3px;
 	background-color: #ffffff94;
 }
 .sec > p {
 	margin-bottom: 0rem !important;
 }
 /* This rule ist just because of the responsive images */
 @media (max-width: 2000px) {
 	.flex1 > section {
 		max-width: 250px;
 	}
 }
 .flex1 ul {
 	display: flex;
 	justify-content: space-between;
 }
 .flex1 aside {
 	width: 100%;
 }
 /* Basic styling for UI */
 .img {
 	width: 400px;
 	border-radius: 2px;
 }
 @-moz-document url-prefix() {
       .img {
 	width: 150px;
 	border-radius: 2px;
 }
    }
 @media (max-width: 2000px) {
 	.img {
 		width: 150px;
 	}
	@-moz-document url-prefix() {
       .img {
 		width: 150px !important;
 	}
    }
 }
 .flex1 > section {
 	background: #fff;
 	padding: 1em;
 	margin: 0.5em;
 	border-radius: 4px;
 	border: 1px solid #000000;
 }
 .button-pro {
 	background: #009999 url(https://i.imgur.com/RWKrr8S.png);
 	background-repeat: no-repeat;
 	background-position: 2em 50%;
 	background-size: 2em;
 	border: 0;
 	border-radius: 4px;
 	cursor: pointer;
 	color: #FFF;
 	font-weight: bold;
 	font-size: 13px;
 	padding: 1.5em 3em;
 	padding-left: 6em;
 	text-transform: uppercase;
 	display: block;
 	width: 100%;
 }
 .button-pro:hover {
 	background-color: #006B6B;
 	background-size: 3em;
 	background-position: 1.5em 50%;
 }
 .flex1 ul {
 	list-style-type: none;
 	padding: 0;
 }
 .flex1 li {
 	background: #eee;
 	font-weight: 700;
 	padding: 0.3em 0.6em;
 	border-radius: 1em;
 }
 .nav-pills .nav-link.active,
 .nav-pills .show>.nav-link {
 	background-color: #D51D34;
 }
 .nav-pills .nav-link {
 	border-radius: 0;
 }
 .nav-fill {
 	background-color: #666666;
 }
 /* sign up css */
 .signup-container {
 	margin-top: 5%;
 	margin-bottom: 5%;
 }
 .signup-form-1 {
 	padding: 2%;
 	background-color: #ffffffb0;
 	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
 }
 .signup-form-1 h3,
 p {
 	color: #333;
 }
 .signup-container form {
 	padding: 10%;
 }
 .btnSubmit {
 	width: 50%;
 	padding: 1.5%;
 	border: none;
 	cursor: pointer;
 }
 .createBtn {
 	background: #d41f34;
 	font-size: 14px;
 	color: #FFF;
 	padding: 13px 32px;
 	display: inline-block;
 }
 .createBtn:hover {
 	text-decoration: none;
 	color: #fff;
 }
 .signup-form-1 .btnSubmit {
 	font-weight: 600;
 	color: #fff;
 	background-color: #0062cc;
 }
 /* login css */
 .login-container {
 	margin-top: 5%;
 	margin-bottom: 5%;
 }
 .login-form-1 {
 	padding: 5%;
 	background-color: #ffffffb0;
 	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
 }
 .login-form-1 h3,
 p {
 	color: #333;
 }
 .login-form-2 {
 	padding: 5%;
 	background-color: #D41F34;
 	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
 }
 .login-form-2 h3 {
 	text-align: center;
 	color: #fff;
 }
 .login-container form {
 	padding: 10%;
 }
 .btnSubmit {
 	width: 50%;
 	padding: 1.5%;
 	border: none;
 	cursor: pointer;
 }
 .createBtn {
 	background: #d41f34;
 	font-size: 14px;
 	color: #FFF;
 	padding: 13px 32px;
 	display: inline-block;
 }
 .createBtn:hover {
 	text-decoration: none;
 	color: #fff;
 }
 .login-form-1 .btnSubmit {
 	font-weight: 600;
 	color: #fff;
 	background-color: #0062cc;
 }
 .login-form-2 .btnSubmit {
 	font-weight: 600;
 	color: black;
 	background-color: #fff;
 }
 .login-form-2 .ForgetPwd {
 	color: #fff;
 	font-weight: 600;
 	text-decoration: none;
 }
 .login-form-1 .ForgetPwd {
 	color: #0062cc;
 	font-weight: 600;
 	text-decoration: none;
 }
 
 .website-field {
    display: none;
}


