@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
.custom-container {
	width: 1300px;
	margin: 0 auto
}

/* CSS Document */

/* CSS Header  */

.header-wraper {
	padding: 25px 0;
	position: relative;
}
.logo-wraper {
	text-align: center;
}
.listing-header-logout {
	position: absolute;
	right: 20px;
	top: 35px
}
.listing-header-logout ul {
	list-style: none;
}
.listing-header-logout ul li {
	display: inline-block;
	margin-left: 10px
}
.listing-header-logout ul li .dropdown {
	position: relative;
	top: -15px;
}
.dropdown-menu {
	right: 0;
	left: auto
}
.listing-header-logout ul li .dropdown button {
	background: none;
	border: none;
	outline: none;
	font-size: 18px
}
.listing-header-logout ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 500
}
.listing-header-logout ul li a span {
	position: relative;
	top: -18px;
	margin-right: 5px
}
.profile-image-wrp {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding-left: 10px;
	display: inline-block;
	background-size: cover !important
}
/* CSS Header  */

/* CSS slider  */

.slider-image-wraper {
	background: url(../images/slider-image.jpg) no-repeat top;
	padding: 120px 0 165px 0;
	background-size: cover
}
.slider-image-wraper h1 {
	text-align: center;
	font-size: 120px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}
.slider-image-wraper h1 span {
	color: #00b1a1;
}
/* CSS slider  */

/* CSS content  */

.diet-chart-wraper {
}
.diet-chart-wraper .nav-tabs {
	border: none;
	box-shadow: 0px 0px 8px 1px #949494;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	margin-top: -105px;
}
.diet-chart-wraper .nav-tabs>li {
	text-align: center;
	text-transform: uppercase;
	width:33.3%;
	border-right: 1px solid #ddd
}
.diet-chart-wraper .nav-tabs>li:nth-child(3) {
	border: none;
}
.diet-chart-wraper .nav-tabs>li a {
	padding: 50px 0;
	border: none !important;
}
.diet-chart-wraper .nav-tabs>li span {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #00b1a1;
	text-align: center;
	font-size: 38px;
	color: #fff;
	padding-top: 25px;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 10px
}
.diet-chart-wraper .nav-tabs>li strong {
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	color: #000;
	font-weight: 500;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #00b1a1;
	background: #f5f5f5
}
.nav-tabs>li.active>a strong {
	color: #00b1a1;
}
.diet-plan-main-wraper {
	padding: 60px 0
}
.diet-plan-main-wraper h2 {
	text-align: center;
	color: #000;
	font-size: 40px;
	margin-bottom: 5px
}
.diet-plan-main-wraper h2 span {
	color: #00b1a1;
}
.diet-plan-main-wraper p {
	text-align: center;
	font-size: 18px;
	color: #2b3539;
	padding-bottom: 15px;
}
.diet-plan-main-wraper h3 {
	background: url(../images/border.png) repeat-x center;
	padding: 15px 0;
}
.diet-plan-main-wraper h3 span {
	background: #fff;
	padding: 0 35px 0 0;
	font-size: 40px;
	color: #00b1a1;
	position: relative;
	top: -5px;
}
.diet-plan-main-wraper {
}
.diet-plan-main-wraper ul {
	list-style: none;
	margin-top: 25px
}
.diet-plan-main-wraper ul li {
}
.diet-plan-main-wraper ul li .listing-diet-wraper {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0px 0px 12px 1px #dcdcdc;
	margin-bottom: 35px
}
.diet-plan-main-wraper ul li .listing-diet-wraper:hover {
	box-shadow: 0px 0px 100px 1px #dcdcdc;
}
.listing-diet-wraper h4 {
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px
}
.list-text-wrp {
	border-top: 1px solid #ccc;
	margin-top: 1px;
	padding: 25px 0 0 0
}
.list-text-wrp span {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 8px
}
.list-text-wrp span strong {
	color: #00b1a1;
}
.button-click-wrp {
	margin-top: 30px;
	text-align: center
}
.button-click-wrp a {
	display: inline-block;
	text-align: center;
	background: #2dc18d;
	padding: 16px 0;
	width: 22%;
	border-radius: 8px;
	margin: 0 5px;
	text-decoration: none;
	color: #fff;
	font-size: 18px
}
.login-main-wraper{
	background:url(../../img/patttren.jpg) no-repeat top;
	height:100vh;
	padding-top:10px
}
.login-form-wraper{
	width:26%;
	margin:0 auto;
	background:#fff;
	padding:35px;
	border-radius:12px;
    box-shadow: 0px 0px 12px 1px #dcdcdc;
}
.login-logo{
	text-align:center;
}
.login-form-wraper h1{
	font-size:20px;
	color:#000;
	text-align:center;
	padding-top:35px;
	padding-bottom:35px
}
.login-form-wraper .form-group{
	position:relative;
	margin-bottom:10px
}
.login-form-wraper .form-group img{
	position:absolute;
	right:15px;
	top:8px;
}
.login-form-wraper .form-group label{
    color: #663399;
    font-size: 12px;
    letter-spacing: 1px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 20px;
    padding: 0 10px;
}
.login-form-wraper .form-group .form-control{
	border:1px solid #663399;
	background:none;
	outline:none;
	box-shadow:none;
	border-radius:12px;
	height:55px;
	padding-left:30px;
	padding-right:60px
}
.forgot-password{
	text-align:right;
}
.forgot-password a{
	color:#000;
	border-bottom:1px solid #000;
	text-decoration:none;
	font-weight:500
}
.form-button-login{
	margin-top:30px
}
.form-button-login .login-account-button{
	width:100%;
	background:#663399;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	border:none;
	outline:none;
	height:40px;
	border-radius:12px
}

/* CSS content  */

/* CSS footer  */


.footer-wraper {
	background: #333333;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}


/* CSS footer  */

/* CSS media quries  */


@media screen and (max-width:1169px) {
.slider-image-wraper h1{
	font-size:80px;
}
.diet-chart-wraper .nav-tabs>li{
	border:none;
}
.diet-chart-wraper .nav-tabs>li span{
	width:60px;
	height:60px;
	    font-size: 20px;
    padding-top: 16px;
	margin-bottom:0
}
.diet-chart-wraper .nav-tabs>li a{
	padding:15px 0;
	border-radius:12px;
}
.diet-chart-wraper .nav-tabs>li strong{
	font-size:18px;
}
.diet-chart-wraper .nav-tabs{
	margin-top:30px;
	background:none;
	box-shadow:none;
}
.diet-plan-main-wraper{
	padding:30px 0;
}
.diet-plan-main-wraper h2{
	font-size:28px;
}
.diet-plan-main-wraper p{
	font-size:16px;
}
.diet-plan-main-wraper h3 span{
	font-size:30px
}
.diet-plan-main-wraper h3{
	padding:0;
}
.diet-plan-main-wraper ul li .listing-diet-wraper{
	margin-bottom:15px;
}
.button-click-wrp a{
	width:100%;
	padding:10px 0;
	margin:0;
	margin-bottom:10px;
}
.login-form-wraper{
	width:60%;
}
.login-main-wraper{
	padding-top:50px
}
}

@media screen and (max-width:768px) {
.slider-image-wraper{
	padding:40px 0;
}
.button-click-wrp{
	margin-top:10px;
}
.slider-image-wraper h1{
	font-size:30px;
}
.logo-wraper{
	text-align:left;
	width: 160px;
}
.header-wraper{
	padding:15px;
}
.listing-header-logout ul li a span{
	display:none;
}
.listing-header-logout{
	top:10px;
}
.login-form-wraper{
	width:90%;
}
.login-main-wraper{
	padding-top:20px
}
}
