* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

*:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}

p {
	font-size: 12px;
	font-weight: 400;
}

body {
	background: #fff;
	color: #304e68;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.left {
	left: 0 !important;
	-webkit-transition: 0.9s linear;
	-o-transition: 0.9s linear;
	transition: 0.9s linear;
}

.common-btn a {
	font-size: 10px;
	display: inline-block;
	border: 1px solid #d6d6d6;
	padding: 8px 14px;
	border-radius: 15px;
	color: #304e68;
	font-weight: 600;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	text-transform: uppercase;
}

.common-btn a:hover,
.accessories-slider-content .common-btn a:hover {
	color: #fff;
	border: 1px solid #304e68 !Important;
	background: #304e68;
}

#header {
	position: absolute;
	width: 100%;
	top: 0;
}

.logo {
	margin: 25px auto;
	display: block;
	text-align: center;
}

.navigation {
	text-align: center;
}

.navigation ul li {
	display: inline-block;
	margin-right: 40px;
}

.navigation ul li a {
	font-size: 12px;
	color: #173243;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	position: relative;
	-webkit-transition: ;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	padding-bottom: 8px;
}

.navigation ul li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navigation ul li a:hover {
	color: #7dad3f;
}

.navigation ul > li a.active {
	color: #7dad3f;
}

.navigation ul li a.active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #7dad3f;
	right: 0;
	bottom: -1px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navigation ul li a:hover:before {
	width: calc(100% - 3px);
	left: 0;
	background: #7dad3f;
}

.navigation ul li:last-child a {
	border-right: none;
	margin: 0;
}

.sleep-options-main {
	position: relative;
	margin-top: -109px;
	margin-bottom: 80px;
}

.sleep-options-box-leep-option-bottom-images {}

.sleep-option-bottom-images {
	display: flex;
	align-items: flex-end;
	height: 100%;
}

.sleep-option-bottom-images .col-md-4 {
	border-right: 1px solid #eaeaea;
	padding-right: 30px;
}

.sleep-option-bottom-images .col-md-4:nth-last-child(1) {
	border: 0;
}

.sleep-options-box {
	border-radius: 10px;
	background: #fff url(../images/sleep-options.png) no-repeat;
	background-position: -43px 82px;
	padding: 50px 60px;
	box-shadow: 1px 2px 1px 0px #f3f3f3;
	border: 1px solid #f3f3f3;
	color: #304e68;
	max-width: 500px;
}

.sleep-options-box h1 {
	position: relative;
}

.main-heading:before {
	content: '';
	background: url(../images/underline-img.png)no-repeat center center;
	position: absolute;
	width: 48px;
	height: 16px;
	bottom: -30px;
}

.slider-for-main {
	width: 100%;
	z-index: 0;
	position: absolute;
	margin-top: -57px;
}


.main-heading span {
	font-size: 12px;
	font-weight: 600;
	display: block;
	color: #304e68;
	text-transform: uppercase;
}

.main-heading {
	font-size: 48px;
	text-transform: capitalize;
	color: #304e68;
	font-weight: 600;
}

.sleep-box-inner {
	margin-top: 280px;
}

.sleep-box-inner p {
	margin-bottom: 30px;
	font-weight: 600;
}

/*flex-slider-header*/

.flexslider-background {
	margin: -150px 0 0px !important;
}

.flexslider {
	background: none !important;
	border: none !important;
	margin: 0 !important;
}

.flex-control-nav.flex-control-paging {
	display: none !important;
}

#carousel ul.slides {
	position: absolute !Important;
	right: 0 !Important;
	width: auto !Important;
	bottom: -130px;
}

#carousel ul.slides li {
	display: block !important;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
	border-radius: 7px;
	width: 100% !important;
	float: none !important;
	cursor: pointer;
}

#carousel .flex-viewport {
	position: static !important;
}

.flexslider .slides img {
	max-width: 100% !Important;
	width: auto !Important;
}

.flex-control-thumbs img {
	max-width: 100% !Important;
	width: auto !Important;
}

#carousel .flex-direction-nav a {
	position: absolute;
	right: 0;
	background: red;
	left: 0;
}

#carousel .flex-nav-prev {
	position: absolute;
	top: -224px;
	right: 21px;
}

#carousel .flex-nav-next {
	position: absolute;
	bottom: -116px;
	right: 21px;
}

.slider-nav.slick-thumbnail {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: -84px;
}

.slick-thumbnail .slick-list {
	width: 90px;
	margin-left: auto;
}

.slider-nav .slick-slide {
	display: block;
	height: auto;
	border: 1px solid #d6d6d6;
	margin: 5px 0;
	border-radius: 7px;
	cursor: pointer;
}

.slider-nav .slick-current.slick-active {
	border: 1px solid #7dad3f;
}

.slider-nav button.slick-arrow {
	position: absolute;
	right: 40px;
	cursor: pointer;
}

.slider-nav button.slick-prev.slick-arrow {
	border: none;
	background: none;
	top: -20px;
}

.slider-nav button.slick-next.slick-arrow {
	border: none;
	background: none;
	bottom: -20px;
	cursor: pointer;
}

/*innovation*/

.innovation {
	background: #fbfbfd url(../images/innovation-bg.jpg)no-repeat center center;
	background-position-y: -132px;
}

.innovation-content {
	padding-top: 80px;
	padding-bottom: 130px;
}

.innovation-content p {
	max-width: 230px;
}

.innovation-content .main-heading {
	position: relative;
}

.innovation-content p {
	margin-top: 50px;
	color: #304e68;
}

/*hybrid*/

.hybrid {
	margin-top: -120px;
	height: 540px;
}

.hybrid-content {
	margin-top: -218px;
}

.hybrid-content .hybrid-pointers span {
	font-size: 18px;
	display: block;
	font-weight: bold;
	background: #7dad3f;
	height: 28px;
	width: 28px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.accessories-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.hybrid-content .hybrid-pointers h4 {
	font-size: 23px;
	color: #fff;
	margin: 20px 0;
}

.hybrid-content .hybrid-pointers p {
	color: #a2adb7;
}

/*accessories*/

.accessories {
	background: url(../images/accessories-bg.jpg)no-repeat;
	margin-top: 33px;
	padding: 100px 0;
	overflow: hidden;
	margin-bottom: -22px;
}

.accessories .main-heading {
	position: relative;
}

.acccessories-heading {
	float: left;
}

.accessories .common-btn {
	float: right;
}

.accessories-slider {
	margin: 80px 0;
	clear: both;
}

.accessories-slider-content {
	margin-top: 40px;
}

.accessories-slider-content h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}

.accessories-slider-content .common-btn {
	float: left;
	margin-top: 30px;
}

.accessories-slider-content .common-btn a {
	color: #7dad3f;
	border-color: #7dad3f;
}

.accessories-slider .slick-arrow {
	display: inline-block;
}

.regular.owl-carousel .owl-dots {
	display: inline-block !important;
	width: 100%;
	position: absolute;
	bottom: -90px;
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
	left: 0;
	right: 0;
}

.regular.owl-carousel .owl-dot {
	width: 50px;
	height: 3px;
	display: inline-block;
	background: #e2e2e2;
	-webkit-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
	margin-right: 10px;
}
.regular.owl-carousel .owl-dots .owl-dot.active{
	background:#7dad3f !important; 
}

footer {
	background: url(../images/footer-bg.png)no-repeat;
	padding-top: 70px;
	padding-bottom: 50px;
}

footer .footer-nav-inner div[class^="col"]:last-child p {
	border-right: 0;
}

footer .footer-social-icons {
	margin-top: 15px;
}

footer .footer-social-icons ul {
	float: right;
}

footer .footer-social-icons ul li {
	display: inline-block;
}

footer .footer-social-icons ul li a {
	background: url(../images/social-icons.png)no-repeat center center;
	width: 25px;
	height: 24px;
	display: inline-block;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
	position: relative;
	background-position: top;
	margin-right: 5px;
}

footer .footer-social-icons ul li:nth-last-of-type(1) a {
	margin-right: 0;
}

footer .footer-social-icons ul li a:hover {
	background-position-y: bottom !Important;
}

footer .footer-social-icons ul li:nth-child(1) a {
	background-position: 0px 0;

}

footer .footer-social-icons ul li:nth-child(2) a {
	background-position: -40px 0;
}

footer .footer-social-icons ul li:nth-child(3) a {
	background-position: -80px 0;
}

footer .footer-logo {
	float: left;
}

footer .footer-nav ul {
	text-align: right;
	width: 100%;
}

footer .footer-nav ul li {
	display: inline-block;
	border-right: 1px solid #7dad3f;
	padding-right: 10px;
	padding-left: 10px;
	color: #304e68;
}

footer .footer-nav ul li:nth-child(1) {
	padding-left: 0;
}

footer .footer-nav ul li:nth-last-of-type(1) {
	border-right: none;
	padding-right: 0;
}
