@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap);
body{ margin: 0px; padding: 0px; font-size: 15px; background-color: #fff; font-family: "DM Sans", sans-serif;}
a,a:hover,a:focus{ text-decoration: none !important; }
.btn.focus,.btn:focus{box-shadow: none;}
*{ outline: none !important; }
h1,h2,h3,h4,h5,h6 {}
ul{ margin:0; padding: 0px; }
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 18px;
}
.container{
	max-width: 1500px;
}
.img-responsive{
	max-width: 100%;
}
.header-area {
	border-bottom: 1px solid #cecece;
	background: #ffff;
	position: relative;
	width: 100%;
	z-index: 2;
}
.sticky-header{
	background: #77CBBF;
	padding: 15px 0;
}
.sticky-contents p {
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	gap: 13px;
	color: #fff;
	font-size: 18px;
}
.sticky-contents p a{
	color: #fff;
}
.sticky-contents p a:hover{
	color: red;
}
.left-contats {
	display: flex;
}
.info-boxex{
	max-width: 453px;
}
.pop-up-btn {
	display: inline-block;
	cursor: pointer;
}
.pop-up-btn img {
	max-width: 100%;
	margin: 5px 0px;
	border: 1px solid #c8c5c5;
	border-radius: 15px;
}
.contcat-box {
	padding: 15px 15px;
	border-right: 1px solid #cecece;
	display: flex;
	align-items: center;
	gap: 15px;
}
.contcat-info h4 {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 4px;
}
.contcat-info h4 a{
	color:#333;
}
.contcat-info p{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}
.flex-div {
	display: flex;
	justify-content: end;
	gap: 15px;
	align-items: center;
}
.header-socials ul li{
	display: inline-block;
	margin: 0 10px;
}
.header-socials ul li a {
	color: #333;
	font-size: 20px;
}
.logo {
	padding: 11px 0px;
	margin-top: 5px;
	max-width: 230px;
}

.marged-companyes {
	display: inline-block;
	margin: 25px 0;
	border-top: 1px solid #b9b5b5;
	padding-top: 25px;
}
.marged-companyes h3{
	font-family: "DM Sans", sans-serif;
	font-size: 26px;
	margin-bottom: 15px;
	color: #4f4f4f;
	font-weight: bold;
}
.marged-companyes ul{
	margin: 0px;
	padding: 0px;
}
.marged-companyes ul li {
	width: 30%;
	margin: 0 2.5% 3% 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: inline-flex;
	padding: 22px;
	background: #fff;
	min-height: 133px;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	float: left;
}
.marged-companyes ul li img {
	max-width: 100%;
	max-height: 70px;
}
.singel-video {
	width: 100%;
	height: 300px;
	background: #000;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.singel-video video {
	height: 100%;
}


.header-area .center-nav .celebrating {
	padding: 10px 10px;
}
.header-area .center-nav .celebrating img {
	max-width: 230px;
}
.header-area .new-bold {
	border: transparent;
}
.new-bold .contcat-info a {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.see-text {
	color: #77CBBF;
	font-weight: bold;
	font-size: 19px;
	text-decoration: underline !important;
	display: inline-block;
	margin-left: 6px;
}
.see-text:hover {
	color: #000;	
}

.new-contents{
	display: block;
	margin: 25px 0 0px 0;
}
.new-contents h3 {
	color: #4f4f4f !important;
	font-size: 23px !important;
	margin-bottom: 5px !important;
}
.possible-box {
	display: flex;
	gap: 12px;
	margin: 6px 0;
}
.possible-box h5{
	margin-bottom: 5px !important;
}








@media (max-width: 1280px) {
	.header-area .center-nav .celebrating img {
		max-width: 170px;
	}
	.new-bold .contcat-info a {
		font-size: 18px;
	}
	.header-area .new-bold .left-image img {
		max-width: 25px;
	}
}

@media (max-width: 1024px) {
	.header-area .center-nav .celebrating img {
		max-width: 130px;
	}
	.new-bold .contcat-info a {
		font-size: 15px;
	}
	.see-text {
		font-size: 20px;
		margin-left: 5px;
	}

}

@media (max-width: 767px) {
	.header-area .center-nav .celebrating {
		padding: 0 10px 10px;
	}
}











.new-banner {
	padding: 60px 0 60px 0;
	background: #fff;
}
.banner-dtlls h2 {
	font-family: "DM Sans", sans-serif;
	font-size: 40px;
	margin-bottom: 10px;
	color: #4f4f4f;
	font-weight: bold;
}
.banner-dtlls h5 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #4f4f4f;
	font-weight: bold;
}
.banner-dtlls p{
	color: #7A7A54;
}
.banner-dtlls p .ri-checkbox-circle-line {
	color: #77CBBF;
}
.banner-dtlls p b {
	color: #4f4f4f;
}
.banner-dtlls h3 {
	font-family: "DM Sans", sans-serif;
	font-size: 26px;
	margin-bottom: 10px;
	color: #4f4f4f;
	font-weight: bold;
}

/*slider-css*/
.thumbnail_slider {
  max-width: 100%;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.banner-slider .video-place-area {
	margin-top: 30px;
}

.banner-slider .video-place-area .video-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.banner-slider .video-place-area .img-responsive {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

/*slider-css*/
/*close-popcss*/
.close-modal-content {
	background: #c2ece6 !important;
	padding: 0px !important;
}
.close-modal-content .modal-body{
	padding: 0px !important;
}
.custom-modal .close-modal-content .btn-close {
	/* background: #78CBC0 !important; */
	/* color: #fff; */
	top: 5px;
	right: 5px;
}
.close-modal-content .popup-contents h4 {
	font-style: normal;
	font-size: 24px;
	color: black;
}
.close-modal-content .popup-contents h3 {
	font-size: 27px;
	margin: 0px;
}
.after-image {
	display: block;
}
.close-modal-content .pop-up-forms {
	background: #c2ece6;
	padding: 15px;
	border-radius: 5px;
	margin-right: -13px;
}
.close-modal-content .popup-contents {
	text-align: center;
	color: #fff;
	background: white;
	padding: 25px 25px;
	margin-left: -13px;
}
.close-modal-content .form-group label {	
	color: #333 !important;
}

/*close-popcss*/














.banner {
	background: #78CBC0 url(../images/banner.jpg) no-repeat top right;
	height: 100vh;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 90px;
	position: relative;
}
.banner::after{
	content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0,0,0,0.55));
}
.banner video{
	position: absolute;
	top: 0px;
	left: 0px;	
}
.banner .container{
	position: relative;
	z-index: 5;
}
.banner-contents h2 {
	font-family: "Aleo", serif;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
}
.banner-contents h3 {
	font-size: 26px;
	font-weight: 400;
	margin: 25px 0;
	color: #fff;
}
.banner-contents h4 {
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
}
.banner-contents h5 {
	font-family: "Aleo", serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #fff;
}
.banner-contents p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}
.banner-image-offer{
	display:block;
	margin-bottom: 40px;
}
.banner-image-offer img {
	max-width: 430px;
}
.btn-primary {
	border: 2px solid #ad1226;
	background: #af1227;
	color: #fff;
	/*font-family: "Aleo", serif;*/
	font-family: "DM Sans", sans-serif !important;
	font-weight: 700;
	padding: 18px 50px;
	border-radius: 37px;
	font-size: 23px !important;
	line-height: 1;
	margin-right: 15px;
	text-transform: uppercase;
}
.btn-primary:hover {
	border: 2px solid #469489;
	background: #469489;
	color: #fff;
}
.btn-secondary {
	border: 2px solid #78CBC0;
	background: none;
	color: #fff;
	font-family: "Aleo", serif;
	padding: 17px 50px;
	border-radius: 37px;
	font-size: 20px;
	line-height: 1.2;
	margin-right: 15px;
}
.btn-secondary:hover {
	border: 2px solid #78CBC0;
	background: #78CBC0;
	color: #fff;
}
.gurantee-text {
	float: left;
	margin-top: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.total-bg {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	border-radius: 10px;
	margin: 25px 0 35px 0;
}
.price-div {
	text-align: center;
	width: 25%;
	/*background: rgba(255,255,255,0.3);
	padding: 5px;*/
	border-radius: 5px;
	display: flex;
/*	align-items: center;*/
	justify-content: center;
}
.icons {
	font-size: 27px;
	color: #fff;
	/* width: 50px; */
	/* height: 50px; */
	/* background: #e11c37; */
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	margin-top: 5px;
}
.price-div p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
	line-height: 1.4;
}
.price-div p span{
	display: block;
}
.total-price-div p{
	margin-bottom: 0px;
	text-align: center;
	font-size: 22px;
}
.total-price-div .small-p{
	color: #fff !important;
}
.plus-equal{
	color: #fff;
	font-size: 25px;
}
.all-before {
	display: block;
	margin-bottom: 25px;
}
.single-img {
	width: 44%;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin: 1%;
	border: 1px solid white;
}
.all-options ul li {
	list-style: none;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 8px;
	display: flex;
	gap: 5px;
}
.all-options ul li i{
	margin-right:5px;
}
.last-slim-logo img{
	max-width: 142px;
}


.featured-products {
	margin-top:70px;
	display: flex;
	align-items: center;
	gap: 25px;
	justify-content: flex-start;
}
.featured-products h5{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.featured-products ul li{
	display: inline-block;
	margin: 10px 15px;
}
.fuel-health {
	padding: 50px 0 40px 0;
}
.fuel-health h2{
	color: #fff;
	font-family: "Aleo", serif;
	font-size: 56px;
	margin-bottom: 25px;
}
.fuel-box h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
}
.fuel-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.fuel-image {
	margin-bottom: 30px;
}
.fuel-box2 {
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
	border: 1px solid #333;
	border-radius: 5px;
	min-height: 640px;
}
.all-black-bg{
	background: #000 url(../images/full-page-bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.margin-top-150{
	margin-top: 100px;
}
.free-box {
	background: #292929;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.free-box h3{
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 0px;
}
.center-area{
	padding: 40px 0;
}
.center-area h2 {
	color: #fff;
	font-family: "Aleo", serif;
	font-size: 56px;
	margin-bottom: 60px;
	text-align: center;
}
.center-area p {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.univ-box {
	display: flex;
	gap: 25px;
	align-items: center;
}
.univ-box h4{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}
.solution-area {
	padding: 20px 0 80px 0;
}
.main-solutions{
	 background: rgb(120,203,192);
	 background: linear-gradient(90deg, rgba(120,203,192,1) 0%, rgba(136,234,157,1) 100%, rgba(136,234,157,1) 100%); 
	 display: flex;
}
.buttol-righ {
	background: #fff;
	padding: 50px;
	text-align: center;
	display: flex;
	align-items: center;
}
.buttol-righ .total-bg {
	background: none;
	border: 1px solid #ccc;
	margin: 20px 0 30px 0;
	align-items: center;
	padding: 10px;
}
.buttol-righ .total-bg .plus-equal{
	color: #000;
}
.buttol-righ .total-bg .small-p{
	color: #000 !important;
}
.buttol-righ .total-bg p{
	margin-bottom: 0px !important;
}
.help-p{
	font-size: 22px;
	margin-bottom: 40px;
	color: #fff;
}

.buttol-left {
	min-width: 42%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buttol-left img {
	max-width: 85%;
}
.rating-star {
	display: block;
}
.buttol-righ h2{
	color: #000;
	font-weight: 500;
	font-family: "Aleo", serif;
	font-size: 45px;
	margin-bottom: 20px;
}
.buttol-righ p{
	color: #000;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 12px;
}
.small-p{
	font-size: 16px !important;
}
.mb-0{
	margin-bottom: 0px;
}
.graw-text{
	color: #A7A7A7;
}
.green-text{
	margin: 0 1px;
	color: #78CBC0;
}
.buttol-righ .btn-primary{
	margin:30px 0 0 0;
}
.work-area{
	padding: 50px 0;
}
.work-area h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 56px;
  margin-bottom: 50px;
}
.work-div {
	border: 1px solid #b7b7b7;
  display: block;
  width: 100%;
  float: left;
}
.work-div ul li {
	width: 25%;
	border-right: 1px solid #b7b7b7;
	float: left;
	text-align: center;
	padding: 40px 28px;
	min-height: 265px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.work-div ul li:hover{
	background: rgb(120,203,192);
	 background: linear-gradient(90deg, rgba(120,203,192,1) 0%, rgba(136,234,157,1) 100%, rgba(136,234,157,1) 100%); 
}
.work-div ul li span{
	display: inline-block;
	margin-bottom: 20px;
}
.work-div ul li p{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
}
.testimonials{
	padding: 50px 0;
}
.testi-bg {
	background: #333 url(../images/testi-bg.jpg) no-repeat center right;
	padding: 40px;
	background-size: cover;
	border-radius: 25px;
	position: relative;
	min-height: 580px;
}
.testi-bg .contents{
	width: 50%;
}
.testi-bg .contents h4{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;
}
.testi-bg .contents p{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
.testi-bg .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
}
.testi-bg .owl-nav button {
	color: #DEDEDE !important;
	border: 1px solid #DEDEDE !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 25px !important;
}
.testi-bg .owl-nav .owl-prev{
	margin-left: -100px;
}
.testi-bg .owl-nav .owl-next{
	float: right;
	margin-right: -100px;
}
.founded-area {
	padding: 50px 0;
}
.founded-area h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 50px;
  margin-bottom: 40px;
}
.founded-box {
	text-align: center;
	margin-bottom: 25px;
	padding: 10px 40px;
}
.founded-box span{
	display: inline-block;
	margin-bottom: 25px;
}
.founded-box h4{
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.founded-box p{
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}
.Athletes-area {
	padding: 50px 0;
}
.Athletes-area h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 55px;
  margin-bottom: 50px;
}
.Athletes-contents {
	display: flex;
	gap: 30px;
}
.Athletes-contents .left-image {
	min-width: 70%;
	border-radius: 20px;
	overflow: hidden;
}
.right-dtls {
	background: #6FBDB2;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.right-dtls p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.right-dtls h4{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.short-p {
	font-size: 16px !important;
	margin-bottom: 10px !important;
}
.Athletes-area .owl-dots{
	text-align: center;
	margin-top: 25px;
}
.Athletes-area button span{
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #E6E6E6;
	margin: 5px;
}
.Athletes-area button.active span{
	background: #78CBC0;
}
.real-testimnials{
	padding: 50px 0;
}
.real-testimnials h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 50px;
  margin-bottom: 50px;
}
.testimonials-box {
	background: #292929;
	border-radius: 15px;
	padding: 35px;
	min-height: 480px;
}
.testimonials-box p{
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
}
.testimonials-box .starts{
	display: inline-block;
	margin-bottom: 15px;
}
.testimonials-box h4{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0px;
}
.testimonials-box h4 span{
	font-size: 17px;
	color: #ACACAC;
}
.video-area{
	padding: 50px 0;
}
.video-area p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
}
.video-plached{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.video-plached iframe{
	width: 100%;
	height: 600px;
}
.run-area {
	background: url(../images/run-bg.jpg) no-repeat top right;
	background-size: cover;
	padding: 150px 0;
	height: 80vh;
}
.run-area .total-bg {
	background: #000;
	padding: 15px;
	align-items: center;
}
.run-area h4 {
	color: #000;
	font-family: "Aleo", serif;
	font-size: 55px;
	margin-bottom: 20px;
}
.run-area p{
	color: #000;
	font-size: 20px;
	margin-bottom: 15px;
}
.run-area h5 {
	color: #000;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: "Aleo", serif;
}
.margin-bot-40 {
	margin-bottom: 30px !important;
}
.run-area .btn-primary{
	margin-top: 25px;
	background: #000;
	border:1px solid #000;
}
.guarntee-area {
	background-color: #5daca1;
	background-image: url(../images/guarntee-bg.png);
	padding: 100px 0;
	background-size: cover;
	background-position: center center;
}
.guarntee-area h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 60px;
  margin-bottom: 15px;
}
.guarntee-area h3{
	color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}
.guarntee-area p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 45px;
	font-weight: 500;
}
.guarntee-area .btn-primary{
	background: #000;
}

.main-footer{
	padding:60px 0 30px 0;
	background: #000;
}
.footer-menu ul{
	margin: 0px;
	padding: 0px;
}
.footer-menu ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 10px 30px;
}
.footer-menu ul li img{
	margin-right: 7px;
}
.copy-right-text{
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.socials {
	margin-top: 20px !important;
}
.socials li {
	margin: 10px !important;
	padding: 0px !important;
}
.socials li a{
	color: #fff;
	font-size: 25px;
}
.footer-logo{
	margin-bottom: 40px;
}
.video-place-area {
	position: relative;
	margin-bottom: 20px;
}
.video-play{
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: auto;
}
.video-play img{
	max-width: 50px;
}
.mob{
	display: none;
}
.mobile-product{
	display: none;
}

.video-box iframe{
	width: 100%;
	height: 450px;
}
.big-font{
	font-size: 25px;
	font-weight: bold;
}
.special-offer h4, .special-offer p{
	color: #fff !important;
}
.special-offer{
	background: url(../images/run-bg2.jpg) no-repeat top right;
    background-size: auto;
  background-size: cover;
  height: auto !important;
}





.special-offer .btn-primary{
	background: #78CBC0;
	border: 1px solid #78CBC0;
}
.special-offer::after{
	background: rgba(0, 0, 0, 0.5) !important;
}
.static-contents{
	padding: 50px 0;
}
.good-customer {
	color: #fff;
	background: rgba(225, 0, 30, 0.6);
	padding: 0px 5px;
}
.guaranteed {
	/* background: rgba(46, 116, 106,0.5); */
	padding: 5px 12px;
	font-weight: 300;
	/* border: 1px solid #7d7a7a; */
	border-radius: 4px;
	font-size: 19px;
}
.custom-modal {
	max-width: 990px;	
}
.custom-modal .modal-content{
	background: url(../images/modal-bg.jpg) no-repeat right top;
	background-size: cover; 
	position: relative;
	padding: 20px;
}
.custom-modal .btn-close {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	opacity: 0.99;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.custom-modal .btn-close:hover{
	background: red;
	color: #fff;
}
.pop-up-forms{
	background: #000;
	padding: 15px;
	border-radius: 15px;
	display: block;
}
.pop-up-forms h4 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #fff;
	text-align: center;
}
.pop-up-forms .form-group{
	margin-bottom: 12px;
}
.pop-up-forms .form-group label {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #fff;
}
.pop-up-forms .form-control{
	border:none;
	border-radius: 0px;
	height: 42px;
	padding: 5px 10px;
	font-size: 16px;
	color: #000;
}
.tabs-area {
	background: #fff;
}
.tabs-area .nav-tabs li{
	width: 50%;
	text-align: center;
	background: #E5E5E5;
}
.tabs-area .nav-tabs li button {
	width: 100%;
	color: #646161;
}
.tabs-area .nav-tabs li button span{
	color: #000;
}
.tabs-area .nav-tabs li button.active, .tabs-area .nav-tabs li button.active span{
	background: #78CBC0;
	color: #fff !important;
}



.custom-radio{
	display: flex;
  gap: 25px;
  padding: 15px;
}
.custom-radio p{
	margin-bottom: 0px;
}
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.custom-radio [type="radio"]:checked + label::before, 
.custom-radio [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 100%;
	background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #78CBC0;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-submit {
	background: #78CBC0;
	color: #fff;
	border-radius: 0;
	width: 100%;
	padding: 14px;
	font-size: 18px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.form-submit:hover {
	background: #347169;	
}
.popup-contents {
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}
.popup-contents h4{
	font-style: italic;
	font-size: 40px;
	font-weight: 600;
}
.popup-contents h3 {
	font-size: 65px;
	font-weight: 600;
	color: #78CBC0;
	text-transform: uppercase;
}
.popup-contents p{
	font-size: 20px;
	font-weight: 500;
}
.mobile-show{
	display: none;
}


.new-testimonilas {
	padding: 70px 0 40px 0;
}
.test-box {
	background: rgba(55, 55, 55, 0.9);
	border-radius: 10px;
	padding: 15px;
	width: 100%;
	min-height: 370px;
	text-align: center;
	display: flex;
	align-items: center;
}
.test-box p{
	color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.test-box h4 {
	color:#5AB9AB;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 0px;
}
.before-after{
	padding:50px 0;
}
.before-after h2{
	color: #fff;
  font-family: "Aleo", serif;
  font-size: 50px;
  margin-bottom: 40px;
}
.before-after-image{
	display: inline-block;
	margin-bottom: 35px;
}
.before-after .owl-carousel{
	position: relative;
}
.before-after .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}
.before-after .owl-nav button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff !important;
	color: #000 !important;
	text-align: center;
	line-height: 45px !important;
	display: inline-block;
	font-size: 20px !important;
}
.before-after .owl-nav button:hover {	
	background:#82DEA9 !important;
	color: #fff !important;
}
.before-after .owl-nav .owl-prev{
	float: left;
	margin-left: -60px;
}
.before-after .owl-nav .owl-next{
	float: right;
	margin-right: -60px;
}
.add-cart {
	width: 100%;
	background: #4f4f4f !important;
	border-radius: 5px !important;
	font-family: "DM Sans", sans-serif !important;
	font-weight: bold;
	border: none !important;
	font-size: 20px !important;
	letter-spacing: 1px;
}
.add-cart:hover {
	background: #77CBBF !important;
}
.new-uls {
	margin: 25px 0;
}
.new-uls ul li {
	list-style: none;
	display: flex;
	gap: 11px;
	font-size: 18px;
	color: #7A7A54;
	font-weight: normal;
	margin-bottom: 7px;
}
.new-uls ul li span{
	color: #77CBBF;
}
.banner-accordians .accordion-item{
	border:none;
	border-bottom: 1px solid #ccc;
	background: none;
}
.banner-accordians .accordion-button:not(.collapsed), .banner-accordians .accordion-button{
	background: none;
	color: #4f4f4f;
	font-weight: bold;
}
.accordion-body {
	color: #7A7A54;
}
.banner-accordians .accordion-button img{
	margin-right: 10px;
}
.banner-accordians .accordion-header{
	margin-bottom: 0px;
}
.banner-slider #primary_slider-list li{
	height: 615px !important;
}

.what-make-area{
	background: #6FBDB2;
	padding: 100px 0;
}
.what-make-area h2 {
	font-size: 50px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Aleo", serif;
}
.what-make-area h2 span{
	display: block;
	color: #000;
}
.custom-table .text-start {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 13px !important;
}
.custom-table .table > :not(:last-child) > :last-child > * {
	border-bottom-color: #fff;
}
.custom-table .table > :not(caption) > * > * {	
	border-bottom: 1px solid #fff;
}
.custom-table .table i{
	color: #fff;
	font-size: 22px;
}
.custom-table th{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
}
.custom-table th img{
	margin-bottom: 15px;
}
.custom-table .active {
	background: #fff;
	color: #000;
}
.custom-table .active i{
	color: #6FBDB2;
}
.left-options ul li {
	list-style: none;
	display: flex;
	gap: 11px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}
.left-options ul li span {
	color: #77CBBF;
	font-size: 25px;
}
.middle-options p{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.middle-options img {
	border: 1px solid #9b9b9b;
	border-radius: 5px;
	overflow: hidden;
}
.middle-options .btn-primary{
	margin: auto;
	margin-top: 20px !important;
}
.ratings {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 17px;
	color: black;
	margin-bottom: 13px;
}


.see-btn{
    background-color: #77CBBF;
    border-radius: 6px;
    padding: 12px 25px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
        color: #fff;
}



@media only screen and (max-width: 1600px) {
.container{
	max-width: 1360px;
}
.featured-products ul li img{
	max-width: 150px;
}
.banner-contents h2 {
	font-size: 45px;
}
.banner-contents p {
	font-size: 18px;
	margin-bottom: 14px;
}
.banner-image-offer {
	margin-bottom: 32px;
	margin-top: 30px;
}
.banner-image-offer img {
	max-width: 390px;
}
.btn-primary, .btn-secondary{
	font-size: 18px;
}
.fuel-health h2, .center-area h2,.before-after h2, .work-area h2, .founded-area h2, .Athletes-area h2, .real-testimnials h2, .run-area h4, .guarntee-area h2{
	font-size: 40px;
}
.center-area p , .univ-box h4, .video-area p{
  font-size: 20px;
}
.video-plached iframe {
	height: 550px;
}
.guarntee-area h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.testi-bg .owl-nav .owl-prev {
	margin-left: -60px;
}
.testi-bg .owl-nav .owl-next {
	margin-right: -60px;
}
.testi-bg {	
	border-radius: 37px;
	min-height: 538px;
}
.testimonials-box {
	min-height: 500px;
}
.banner {
	height: 100%;
	padding-top: 150px;
	padding-bottom: 25px;
}
.featured-products {
	margin-top: 30px;
}
.banner-contents h4{
	font-size: 30px;
}
.banner-contents h5{
	font-size: 22px;
}
.price-div p {
	font-size: 17px;
	margin-bottom: 8px;
	padding: 0 5px;
}
.total-price-div p{	
	font-size: 20px;
}
.run-area {
	height: 70vh;
}
.run-area h5 {
	font-size: 30px;
}
.margin-bot-40 {
	margin-bottom: 20px !important;
}
.banner-slider #primary_slider-list li {
	height: 585px !important;
}





}
/*1600*/

@media only screen and (max-width: 1450px) {
.banner-contents h2 {
	font-size: 40px;
}
.banner-image-offer img {
	max-width: 350px;
}
.banner {
	padding-top: 130px;
	padding-bottom: 20px;
}
.last-slim-logo img{
	max-width: 110px;
}


}
/*1450*/


@media only screen and (max-width: 1400px) {
.container{
	max-width: 1160px;
}
.logo .img-responsive {
	max-width: 210px;
}
.contcat-box {
	padding: 10px 15px;	
	gap: 15px;
}
.contcat-info h4 {
	font-size: 16px;
	margin-bottom: 1px;
}
.contcat-info p{
	font-size: 16px;
}
.logo {
	padding: 8px 0px;
}
.header-socials ul li {
	margin: 0 4px;
}
.banner-contents h2 {
	font-size: 38px;
	margin-bottom: 8px;
}
/*.banner-contents p {
	font-size: 18px;
}*/
.btn-primary, .btn-secondary {
	font-size: 16px;
	padding: 15px 40px;
}
.banner {
	padding-top: 110px;
	padding-bottom: 16px;
}
.fuel-health h2, .center-area h2, .work-area h2, .founded-area h2, .Athletes-area h2, .real-testimnials h2, .run-area h4, .guarntee-area h2 {
	font-size: 32px;
}
.fuel-box h3 {
	font-size: 18px;
}
.margin-top-150 {
	margin-top: 50px;
}
.free-box h3 {
	font-size: 18px;
}
.center-area p, .univ-box h4, .video-area p {
	font-size: 18px;
}
.buttol-righ h2 {	
	font-size: 32px;
}
/*.buttol-left img {
	max-width: 280px;
}*/
.work-div ul li p {
	font-size: 17px;
}
.work-div ul li {	
	padding: 15px 25px;
	min-height: 220px;
}
.testi-bg .contents h4 {
	font-size: 32px;
	margin-bottom: 18px;
}
.testi-bg .contents p {
	font-size: 18px;
}
.founded-box h4 {
	font-size: 22px;
	margin-bottom: 10px;
}
.founded-box {
	margin-bottom: 20px;
	padding: 10px 25px;
}
.Athletes-contents .left-image {
	min-width: 50%;
}
.right-dtls p {
	font-size: 17px;
	margin-bottom: 15px;
}
.short-p {
	font-size: 15px !important;
	margin-bottom: 5px !important;
}
.real-testimnials h2 {	
	margin-bottom: 10px;
}
.testimonials-box .starts img{
	max-width: 130px;
}
.testimonials-box .starts {
	margin-bottom: 10px;
}
.testimonials-box h4 {
	font-size: 20px;
}
.testimonials-box {	
	padding: 20px;
}
.video-plached iframe {
	height: 450px;
}
.guarntee-area {	
	padding: 70px 0;
}
.guarntee-area h3 {
	font-size: 25px;
}
.guarntee-area p {
	font-size: 18px;
	margin-bottom: 30px;
}
.banner-image-offer img {
	max-width: 330px;
}
.banner-image-offer {
	margin-bottom: 22px;
	margin-top: 18px;
}
.run-area {
	height: 63vh;
}
.run-area h5 {
	font-size: 24px;
}
.run-area h4 {
	margin-bottom: 7px;
}
.run-area p {
	font-size: 18px;
	margin-bottom: 6px;
}
.banner-contents h3 {
	font-size: 20px;
	margin: 20px 0;
}
.test-box {	
	min-height: 430px;
}
.new-testimonilas {
	padding: 70px 0 20px 0;
}
.info-boxex{
	display: none;
}
.banner-dtlls h2 {
	font-size: 28px;	
}
.banner-dtlls h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.banner-slider #primary_slider-list li {
	height: 500px !important;
}
.what-make-area h2 {
	font-size: 40px;	
}
.what-make-area {
	padding: 70px 0;
}
.new-banner {
	padding: 40px 0 40px 0;
}



}
/*1400*/


@media only screen and (max-width: 1199px) {
.logo .img-responsive {
	max-width: 170px;
}
.contcat-box {
	padding: 10px 10px;
	gap: 10px;
}
.flex-div {	
	gap: 5px;
}
.featured-products ul li img {
	max-width: 130px;
}
.featured-products ul li {
	margin: 6px 8px;
}
.featured-products h5 {
	font-size: 16px;
}
.fuel-health {
	padding: 50px 0 10px 0;
}
.fuel-health h2, .work-area h2, .before-after h2, .center-area h2, .founded-area h2, .Athletes-area h2, .real-testimnials h2, .run-area h4, .guarntee-area h2 {
	font-size: 28px;
}
.fuel-health h2 {
	margin-bottom: 10px;
}
.Athletes-area h2 {
	margin-bottom: 10px;
}
.video-area {
	padding: 0 0 40px 0;
}
.video-area p {	
	margin-bottom: 35px;
}
.video-plached iframe {
	height: 390px;
}
.run-area h4 {
	margin-bottom: 13px;
	font-size: 26px;
}
.run-area {
	padding: 100px 0;
}
.guarntee-area {
	padding: 40px 0;
}
.main-footer {
	padding: 40px 0 20px 0;
}
.footer-logo img{
	max-width: 220px;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-menu ul li {	
	font-size: 16px;
	padding: 7px 12px;
}
.socials {
	margin-top: 5px !important;
}
.copy-right-text {
	margin: 5px 0 0 0;
	font-size: 16px;
}
.testi-bg .owl-nav .owl-prev {
	margin-left: -50px;
}
.testi-bg .owl-nav .owl-next {
	margin-right: -50px;
}
.featured-products {
	margin-top: 45px;
}
.buttol-righ {
	padding: 50px 20px;	
}
.run-area {
	height: 52vh;
}
.run-area h5 {
	font-size: 20px;
}
.margin-bot-40 {
	margin-bottom: 14px !important;
}
.help-p {
	font-size: 16px;
	margin-bottom: 25px;
}
.btn-primary {	
	font-size: 17px !important;
}
.before-after-image {
	margin-bottom: 15px;
}
.last-slim-logo img {
	max-width: 90px;
}
.all-options ul li {
	font-size: 18px;
	margin-bottom: 3px;
}
.banner-slider #primary_slider-list li {
	height: 430px !important;
}
.what-make-area h2 {
	font-size: 35px;	
}
.what-make-area {
	padding: 50px 0;
}
.banner-dtlls h3, .marged-companyes h3 {
	font-size: 22px;
}







}
/*1199*/

@media only screen and (max-width: 991px) {
.banner {
	padding-top: 132px;
	padding-bottom:0px;
}
.banner .col-md-6 {
	flex: 0 0 auto;
	width: 60%;
}
/*.total-bg{
	background: rgba(0, 0, 0, 0.5);
}*/
.featured-products {
	margin-top: 50px;
	gap: 10px;
	padding: 15px;
}
.featured-products h5 {
	margin: 0px;
}
.featured-products ul li img {
	max-width: 110px;
}
.contcat-box .left-image img{
	max-width: 25px;
}
.contcat-box {
	padding: 5px 7px;
}
.video-play img {
	max-width: 50px;
}
.main-solutions{
	display: block;
}
.buttol-left img {
	max-width: 500px;
}
.buttol-left {
	padding: 50px 0;
}
.big-font {
	font-size: 21px;
}
.custom-modal .modal-content{
	padding: 0px;
}
.popup-contents h4 {
	font-size: 25px;
}
.popup-contents h3 {
	font-size: 45px;
}
.popup-contents p {
	font-size: 16px;
}
.pop-up-forms h4 {
	font-size: 20px;	
}
.custom-modal .btn-close {
	width: 25px;
	height: 25px;	
	top: 10px;
	right: 10px;
}
.single-img {
	width: 47%;
}
.banner-slider #primary_slider-list li {
	height: 365px !important;
}
.what-make-area h2 {
	font-size: 28px;
}




}
/*991*/

@media only screen and (max-width: 767px) {
.logo {
	padding: 8px 0px;
	margin-bottom: 7px !important;
	text-align: center;
	margin: auto;
}
.slim-logo{
	max-width: 150px;
}
.flex-div {
	justify-content: center;	
}
.header-area{
	text-align: center;
}
/*.flex-div {
	display: none;
}*/
.featured-products {
	margin-top: 40px;
	display: block;
	text-align: center;
	padding: 15px 0;
	bottom: 0;
}
.banner-contents {
	text-align: center;
	padding-top: 15px;
}
.featured-products ul li img {
	max-width: 130px;
}
.banner {
	padding-top: 0px;
	position: relative;
	background: #000;
}
.banner video {
	position: relative;
	top: -8px;
}
.banner::after{
	display: none;
}
.banner-contents h2 {
	font-size: 30px;
	margin-bottom: 7px;
}
.btn-primary, .btn-secondary {
	font-size: 15px;
	padding: 11px 28px;
}
.btn-primary {	
	margin-right: 5px;
}
.main-solutions{
	display: block;
}
/*.buttol-left img {
	max-width: 175px;
}*/
.buttol-righ {
	padding: 30px;	
}
.buttol-righ h2 {
	font-size: 24px;
}
.buttol-righ p {	
	font-size: 16px;
	margin-bottom: 15px;
}
.buttol-righ .btn-primary {
	margin: 5px 0 0 0;
}
.work-area {
	padding: 20px 0;
}
.work-area h2 {	
	margin-bottom: 25px;
}
.fuel-health h2, .work-area h2, .center-area h2, .founded-area h2, .Athletes-area h2, .real-testimnials h2, .run-area h4, .guarntee-area h2 {
	font-size: 24px;
}
.work-div ul li {
	padding: 15px 25px;
	min-height: 199px;
	width: 50%;
	border-bottom: 1px solid #f7f7f7;
}
.testi-bg {
	border-radius: 20px;
	background: #111;
	min-height: auto;
}
.testi-bg .contents {
	width: 100%;
}
.testi-bg .contents h4 {
	font-size: 30px;
	margin-bottom: 13px;
}
.founded-area {
	padding: 0;
}
.founded-area h2 {
	margin-bottom: 5px;
}
.Athletes-contents {
	display: block;
	gap: 0;
}
.Athletes-contents .left-image {
	min-width: 100%;
	margin-bottom: 10px;
}
.real-testimnials {
	padding: 20px 0;
}
.video-plached iframe {
	height: 350px;
}
.testimonials-box{
	min-height: auto;
}
.banner .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}
.buttol-left {
	min-height: 400px;
}
.dsk{
	display: none;
}
.mob{
	display: block;
}
.total-bg {
	margin: 18px 0 25px 0;
	padding: 10px;
	gap: 10px;
}
.total-price-div p{
	margin-bottom: 6px !important;
}
.mobile-product{
	display: block;
}
.mobile-product img{
	max-width: 90%;
}
.run-area h4 {
	font-size: 30px;
}
.run-area p {
	font-size: 18px;
}
.run-area .btn-primary {
	margin-top: 15px;
}
.banner-contents h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.banner-contents h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.banner-contents p {
	font-size: 16px;
}
.run-area {
	height: auto;
	padding: 70px 0;
	position: relative;
}
.run-area::after {
	background: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
}
.run-area .container {
	position: relative;
	z-index: 5;
}
.mobile-reverse{
	display: flex;
	flex-direction: column-reverse;
}
.mobile-show {
	display: block;
	text-align: center;
}
.gurantee-text{
	text-align: center;
}
.before-after {
	padding: 20px 0 40px 0;
}
.before-after h2 {	
	margin-bottom: 20px;
}
.btn-primary {
	font-size: 15px !important;
}
.before-after .owl-nav .owl-prev{
	margin-left: 10px;
}
.before-after .owl-nav .owl-next{
	margin-right: 10px;
}
.before-after .owl-nav button {
	width: 35px;
	height: 35px;	
	line-height: 35px !important;
	font-size: 16px !important;
}
.static-contents {
	padding: 50px 0 20px 0;
}
.fuel-health {
	padding: 20px 0 30px 0;
}
.video-area p {
	margin-bottom: 10px;
}
.video-area {
	padding: 0 0 15px 0;
}
.test-box h4 {
	font-size: 16px;
}
.Athletes-area {
	padding: 20px 0;
}
.all-before {
	margin-bottom: 25px;
	margin-top: 29px;
}
.single-img {
	width: 30%;
}
.last-slim-logo img {
	max-width: 127px;
}
.banner-slider #primary_slider-list li {
	height: 550px !important;
}
.sticky-contents p {	
	font-size: 15px;
}
.what-make-area h2 {
	font-size: 25px;
}
p , .new-uls ul li{
	font-size: 17px;
}


.banner-slider .video-place-area .img-responsive {
	height: auto;
}


}
/*767*/


@media only screen and (max-width: 575px) {
.video-plached iframe {
	height: 275px;
}
.price-div p, .total-price-div p {
	font-size: 15px !important;
}
.total-price-div .small-p{
	font-size: 13px !important;
}
.buttol-left img {
	max-width: 85%;
}
.buttol-righ {
	padding: 30px 10px;
}
.total-bg {
	padding: 5px;
	gap: 6px;
}
.big-font {
	font-size: 18px;
}
.fuel-box2 {	
	min-height: auto;
}
.test-box {
	min-height: auto;
	padding: 25px 20px;
}
.banner .total-bg {
	padding: 0;
	display: inline-block;
}
.banner .price-div {
	width: 48%;
	display: inline-flex;
	margin: 1%;
	height: 121px;
	float: left;
}
.single-img {
	width: 47%;
}
.banner-slider #primary_slider-list li {
	height: 450px !important;
}











}
/*575*/

@media only screen and (max-width: 480px) {
.work-div ul li{
	width: 100%;
	min-height: auto;
}
.last-slim-logo img {
	max-width: 100px;
}
.banner-slider #primary_slider-list li {
	height: 400px !important;
}
.buttol-righ .total-bg {
	padding: 2px;
	margin-left: -5px;
}
.marged-companyes ul li {
	width: 46%;
}

}
/*480*/

@media only screen and (max-width: 420px) {
.banner-slider #primary_slider-list li {
	height: 375px !important;
}







}
/*420*/

@media only screen and (max-width: 400px) {
.banner-slider #primary_slider-list li {
	height: 350px !important;
}







}
/*400*/

@media only screen and (max-width: 380px) {
.banner-slider #primary_slider-list li {
	height: 320px !important;
}







}
/*380*/

header .header-top-section {
  background: #131313;
  padding: 5px 0;
}
header .header-top-section .header-contact span {
  display: inline-block;
}
header .header-top-section .header-contact span a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
header .header-top-section .header-contact span a:hover {
  color: #78CBC0;
}
header .header-top-section .header-contact .header-socials {
  border-left: 1px solid #6e6e6e;
  margin-left: 10px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
header .header-top-section .header-contact .header-socials ul li {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
header .header-top-section .header-contact .header-socials ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
header .header-top-section .header-contact .header-socials ul li a:hover {
  color: #78CBC0;
}
header .header-top-section .navbar-brand {
  padding: 0;
  display: table;
}
header .header-top-section .navbar-brand img {
  max-width: 160px;
}
@media (max-width: 767px) {
  /*header .header-top-section {
    display: none;
  }*/
}
header .header-top-section .header-btns {
  text-align: center;
}
header .header-top-section .header-btns li {
  display: inline-block;
  margin-left: 5px;
  border-right: 1px solid #6e6e6e;
  padding-right: 10px;
  line-height: 1.1;
}
header .header-top-section .header-btns li:last-child {
  border: transparent;
}
header .dropdown .dropdown-toggle {
  background: #ffffff;
  box-shadow: none;
  border: transparent;
  border-left: 1px solid #dddddd;
  border-radius: 0;
  padding: 5px 8px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}
header .dropdown .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .usp-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header nav {
  flex: 1 0 0%;
  padding: 10px 0;
}
.header-info.text-center a {
    font-size: 14px;
    font-family: Montserrat, sans-serif !important;
}

