@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root{
		--btn_color:#EF3B24;

}
html{
	font-size: 14px;
}

body{
	margin: 0;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	font-size: 1rem;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	color:#002F55;
}

a:hover,
a:active,
a:visited{}

p{
	margin:0 0 15px;
}

.page-center{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

/*=== header===*/

header {
	background-color: #002F55;
	border-bottom: 1.5rem solid #023A69;
}

header .custom-inside-header-wrapper {
	display: flex;
	align-items: center;
	min-height: 80px;
	position: relative;
}

header .custom-inside-header-wrapper{
	display: flex;
	align-items: center;
}


header .custom-inside-header-wrapper .logo,
header .custom-inside-header-wrapper .pev-logo {
	width: 20%;
}

header .custom-inside-header-wrapper .nav {
	width: 70%;
}

header .custom-inside-header-wrapper .nav nav > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	list-style: none;
	margin: 0;
}

header .custom-inside-header-wrapper .nav nav >ul >li > a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.8rem;
		display: block;
		padding: 2.2rem 1rem;
		position: relative;
		letter-spacing: 0.02rem;
		box-sizing: border-box;
}



@media(min-width:767px){
	
	header .custom-inside-header-wrapper .nav nav >ul >li > a:after {
		content: "";
		width: 0;
		height: 1px;
		display: block;
		background-color:#fff;
		position: absolute;
		bottom: 0.5rem;
		left: 0;
		right: 0;
		transition: width 0.3s linear;
		margin: 0 auto;
	}

	header .custom-inside-header-wrapper .nav nav > ul > li:hover> a:after{
		width: 80%;
	}	
	
	header .custom-inside-header-wrapper .nav nav > ul >li > ol {
		padding: 1.5rem;
		position: absolute;
		left: 0;
		right: 0;
		background: #ffff;
		display: flex;
		justify-content: flex-start;
		opacity: 0;
		transform-origin: top left;
		transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
		visibility: hidden;
		box-shadow: 0 3px 4px #5f5f5f1c;
		z-index: 999;
	}

	header .custom-inside-header-wrapper .nav nav > ul >li:first-child > ol {
		background: url(//martjackstorage.blob.core.windows.net/in-resources/fccabc5b-aa81-4346-b536-0fd6bc94c837/Images/userimages/home/beauty_images.jpg) no-repeat right bottom #fff;
	}


	header .custom-inside-header-wrapper .nav nav > ul >li:nth-child(4)> ol {
		background: url(//martjackstorage.blob.core.windows.net/in-resources/fccabc5b-aa81-4346-b536-0fd6bc94c837/Images/userimages/home/wellness2.jpg) no-repeat right bottom #fff;
	}

	header .custom-inside-header-wrapper .nav nav > ul >li > ol > div {
		width: 15%;
	}
	header .custom-inside-header-wrapper .nav nav > ul >li > ol > div:not(:last-child) {
		margin-right: 1%;
	}
	header .custom-inside-header-wrapper .nav nav > ul >li:nth-child(2) > ol > div {
		width: 20%;
	}
	header .custom-inside-header-wrapper .nav nav > ul >li:hover > ol {
		opacity: 1;
		visibility: visible;
	}

	ul.sub-uls {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	ul.sub-uls > li:first-child a {
		color: #333;
		padding: 0.5rem 0;
		position: relative;
		display: block;
		font-weight: 600;
		font-size: 0.8rem;
		text-decoration: none;
		text-transform: uppercase;
	}

	ul.sub-uls > li:first-child a:after {
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #333;
		margin-top: 7px;
	}

	ul.sub-uls > li:not(:first-child) > a {
			font-weight: 600;
	color: rgba(3,2,26,.5);
	font-size: 0.8rem;
	padding: 0.5rem 0;
	line-height: 1;
	position: relative;
	display: block;
	text-decoration: none;
	word-break: break-word;
	}

	ul.sub-uls > li > a:hover{
		color:#002F55;
	}
	
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(2) > ol ,
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(3) > ol,header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:last-child > ol{
		min-width: 150px;
	}

	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(5) > ol,
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:last-child > ol{
		min-width: 250px;
	}

	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(2),
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(3),
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(5),
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:last-child{
		position: relative;
	}

	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(2) > ol > div,
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(3) > ol > div,
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:last-child > ol > div{
		width: 100%;
	}
	header .custom-inside-header-wrapper .nav nav > ul li.mega-sub-menu:nth-child(5) > ol > div{
		width: 50%;
	}
}

.slider{
	margin-bottom:3rem;
	text-align: center;
}

.custom-main-body-wrapper section {
	padding-bottom: 3rem;
}

.custom-content-wrapper{
	text-align: center;
}

.offersection-heading-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 1.5rem;
}	

.offersection-heading-wrapper > div:last-child {
	text-align: right;
}
.offersection-heading-wrapper > div:first-child h3 {
	margin: 0;
	font-size: 1.7rem;
	color: #002f55;
}

.offersection-heading-wrapper > div {
	flex: 1;
}

.offersection-inside-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2.5rem;
}


span.custom-bottom-main-wrapper {
	display: flex;
	border: 2px solid #002f55;
	padding: 1rem;
}
span.custom-bottom-main-wrapper *,
.offersection-inside-wrapper a{
	display: block;
}

.offersection-inside-wrapper a{
	text-decoration: none;
}

span.custom-bottom-main-wrapper span:last-child {
	text-align: center;
	flex: 1 1 15rem;
}

span.custom-bottom-main-wrapper span:first-child em {
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	line-height: 1;
}

span.custom-bottom-main-wrapper span:first-child strong {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 1rem;
	line-height: 1.2;
}

span.custom-bottom-main-wrapper span:first-child i {
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.7rem;
	color: #fff;
	display: inline-block;
	background: var(--btn_color);
	padding: 0.3rem 1rem;
}

span.cupon-code {
	padding: 0.5rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: var(--btn_color);
	line-height: 1;
}

span.tandc {
	font-size: 0.7rem;
	font-weight: 700;
	margin-top: 0.5rem;
}



/*===footer===*/
footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
footer > section{
	padding: 2rem 0;
}

footer > section:last-child {
	text-align: center;

}

footer > section:last-child a,
footer > section:last-child p{
	color:#c1c1c1;
}

footer > section:last-child ul:nth-of-type(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
}

footer > section:last-child ul:nth-of-type(2) li {
	position: relative;
	padding: 0 2.5%;
}

footer > section:last-child ul:nth-of-type(2) li:not(:last-child):after {
	content: "";
	display: inline-block;
	height: 40px;
	width: 2px;
	background: #cac8c8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

footer > section:last-child  h4 {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	position: relative;
	color: #002f55;
}

footer > section:last-child  h4:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #c1c1c1;
	width: 100%;
	position: absolute;
	top:50%;
	margin-top:-0.5px;
}

footer > section:last-child h4 span {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 0 1rem;
}

footer > section:last-child h4+span {
	display: block;
	font-weight: 600;
	color: #002f55;
	font-size: 0.8rem;
}
ul.pev-footer-menu-wrapper {
	display: flex;
	align-items: flex-start;
	text-align: left;
	justify-content: space-between;
	padding: 0 0 3rem;
}
ul.pev-footer-menu-wrapper li:first-child {
    display: none;
}
ul.pev-footer-menu-wrapper li {
	flex: 1;
	margin-right: 1%;
}
ul.pev-footer-menu-wrapper li:last-child {
	margin-right: 0;
}
ul.pev-footer-menu-wrapper li h6 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 800;
	color: #002f55;
	margin: 0 0 0.8rem;
}

ul.pev-footer-menu-wrapper li a {
    text-decoration: none;
    font-size: 0.8rem;
    display: inline-block;
    transition: all 0.3s linear;
}

ul.pev-footer-menu-wrapper li a:hover {
    text-decoration: underline;
    color: #002f55;
}

ul.pev-footer-menu-wrapper li a:not(:last-child):after {
	content: "|";
	display: inline-block;
	padding: 0 5px;
}

footer > section:nth-child(2) {
	background-color: #002F55;
}

footer > section:nth-child(2) .page-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer > section:nth-child(2) .page-center > div {
    color: #fff;
    width: 33%;
    text-align: center;
}
footer > section:nth-child(2) .page-center > div:nth-child(2) {
    margin: 0 2%;
}
footer > section:nth-child(2) .page-center > div:last-child,
footer > section:nth-child(2) .page-center > div:first-child{
	text-align: center;
}
footer > section:nth-child(2) .page-center > div strong {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0.8rem;
	line-height: 1;
}

footer > section:nth-child(2) .page-center > div form {
	margin-top: 1rem;
}

footer > section:nth-child(2) .page-center > div form input[type="email"] {
	width: 100%;
	max-width: 100%;
	border: 1px solid #fff;
	background-color: transparent;
	min-height: 40px;
	box-sizing: border-box;
	padding: 0.5rem;
	 font-family: 'Lato', sans-serif;
	color:#fff;
}


footer > section:nth-child(2) .page-center > div form input[type="email"]::-webkit-input-placeholder { /* Edge */
	color: #fff;
	font-style: italic;
}

footer > section:nth-child(2) .page-center > div form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
	font-style: italic;
	outline: none;
}

footer > section:nth-child(2) .page-center > div form input[type="email"]::placeholder {
	color: #fff;
	font-style: italic;
}

footer > section:nth-child(2) .page-center > div form input[type="submit"] {
	display: block;
	width: 100%;
	min-height: 40px;
	margin-top: 1rem;
	background-color: var(--btn_color);
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
}
footer > section:nth-child(2) .page-center > div ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer > section:nth-child(2) .page-center > div ul li a {
	color: #fff;
	display: flex;
	height: 35px;
	width: 35px;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	margin: 0 0.5rem;
	border-radius: 100%;
	text-decoration: none;
	font-size: 1.2rem;
}

footer > section:first-child{
	background-color: #0E3A5F;
}

footer > section:first-child,
footer > section:last-child h4,
footer > section:last-child h4+span,
footer > section:last-child ul:nth-of-type(2){
	display: none;
}

footer > section:first-child ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

footer > section:first-child {
	background-color: #0E3A5F;
}

footer > section:first-child ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.main-slider {
    max-width: 1366px;
    margin: 0 auto;
}

.table_durga_parent{
    background: url(../images2/main-img223.jpg) no-repeat center top/contain #460024;	
}

table.table_durga {
    max-width: 1366px;
    margin: 0 auto;
    box-shadow: 0 10px 20px #0000004a;
}


table.table_durga td > table img {
    visibility: hidden;
}


table.table_durga a {
    display: block;
    line-height: 0;
}


@media(max-width:1065px) and (min-width:767px){
	header .custom-inside-header-wrapper .nav nav >ul >li > a {
		padding: 0.5rem;

	}
}
@media(max-width:935px) and (min-width:767px){
	header .custom-inside-header-wrapper .nav nav >ul >li > a {
		 font-size: 0.6rem;

	}
}

@media (max-width:767px){
	html{
		font-size: 12px;
	}
	header .custom-inside-header-wrapper,
	footer > section:nth-child(2) .page-center{
		flex-direction: column;
	}
	header .custom-inside-header-wrapper > div {
		flex: 1;
		width: 100%!important;
		text-align: center;	
	}
	.offersection-inside-wrapper {
		grid-gap: 1rem;
		grid-template-columns: 1fr;
	}
	span.custom-bottom-main-wrapper span:first-child strong {
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
	span.custom-bottom-main-wrapper {
		padding: 0.5rem;
		flex-direction: column;
		text-align: center;
	}
	span.custom-bottom-main-wrapper span:last-child {
		text-align: center;
		flex: unset;
		margin-top: 1rem;
	}
	.offersection-heading-wrapper,
	ul.pev-footer-menu-wrapper{
		flex-direction: column;
	}
	.offersection-heading-wrapper > div:first-child h3 {
		margin: 0 0 1rem;
	}
	.custom-main-body-wrapper section {
		padding-bottom: 2rem;
	}
	.slider,
	footer > section:nth-child(2) .page-center > div:first-child{
		margin-bottom: 2rem;
	}
	ul.pev-footer-menu-wrapper li h6 {
		margin: 0 0 0.5rem;
		line-height: 1;
	}
	ul.pev-footer-menu-wrapper li {
		flex: unset;
		margin-right: 0;
		margin-bottom: 1.5rem;
		display: block;
	}
	footer > section:last-child ul:nth-of-type(2) li:not(:last-child):after {
		height: 20px;

	}
	footer > section:last-child ul:nth-of-type(2) {
		padding: 1rem 0;
	}
	footer > section:last-child h4 span {
		font-size: 1.2rem;
	}
	.page-center {
		padding: 0 10px;
	}

	header .custom-inside-header-wrapper .nav nav ul {
		display: block;
		text-align: left;
	}
	header .custom-inside-header-wrapper {
		padding: 1rem 0 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 1rem;
	}
	.nav{
		position: fixed;
		background: #002f55;
		max-width: 250px;
		padding-bottom: 0 !important;
		top: 0;
		left: 0;
		height: 100%;
		transform: translateX(-100%);
		transition: all 0.3s linear;
		z-index: 99;
		overflow: hidden;
	}

	.nav.active-menu-wrapper {
		transform: translateX(0);
	}

	span.mobile-trigger {
		display: flex!important;
		height: 35px;
		width: 35px;
		border: 1px solid #fff;
		align-items: center;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		order: 3;
		margin-bottom: 0;
		cursor: pointer;
		margin: 0 auto 0.5rem;
		grid-column: 2 span;
		position: relative;
	}
	span.mobile-trigger:after {
		content: "Menu";
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		position: absolute;
		left: -130%;
	}
	span.mobile-trigger i {
		display: block;
		width: 90%;
		background: #fff;
		height: 2px;
		margin: 3px auto;

	}
	span.close {
		height: 100vh;
		width: calc(100% - 250px);
		position: fixed;
		top: 0;
		right: 0;
		background: #080808b5;
		z-index: 999;
		opacity: 1;
		transition: all 0.3s 0.3s linear;
	}
	.nav.active-menu-wrapper span.close {
		right: -35px;
		opacity: 1;
	}
	span.close i {
		display: block;
	}

	span.close span {
		width: 60%;
		height: 2px;
		background: #fff;
		display: block;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	span.close span:last-child {
		transform: rotate(-45deg) translateY(-50%);
	}
	header .custom-inside-header-wrapper .nav nav >ul >li {
	    clear:both;
	}
	header .custom-inside-header-wrapper .nav nav >ul >li > a,
	ul.sub-uls li a{
		border-bottom: 1px solid #fff;
		padding: 1rem;
		font-size: 1rem;
		display:block;
		box-sizing: border-box;
	}
	header .custom-inside-header-wrapper .nav nav >ul >li.mega-sub-menu a{
	    width: calc(100% - 45px);
	    	float: left;
	}

	header .custom-inside-header-wrapper .nav nav ol,
	ul.sub-uls{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	ul.sub-uls li a{
		color:#fff;
		text-decoration: none;
		padding:1rem;
		font-size: 1rem;
		display: block;
	}
	.sub-list a {
		width: 100% !important;
	}
	/*== mobile==*/


	header .custom-inside-header-wrapper .nav nav >ul >li >ol {
		position: absolute;
		top: 0;
		right: 0;
		background: #002f55;
		width: 100%;
		left: 0;
		transform: translateX(100%);
	}
	header .custom-inside-header-wrapper .nav nav >ul >li> em,
	ul.sub-uls >li > em{
		float: right;
		height: 42px;
		display: flex;
		justify-content: center;
		font: normal normal normal 21px/1 FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		width: 43px;
		align-items: center;
		border: 1px solid #fff;
		border-top: none;
		cursor: pointer;
	}
	header .custom-inside-header-wrapper .nav nav >ul >li> em:after,
	ul.sub-uls >li > em:after{
		content: "\f105";
	}
	header .custom-inside-header-wrapper .nav nav {
		height: 100vh;
		overflow: hidden;
	}
	li.back i {
		font-size: 15px;
		margin-right: 10px;
	}
 	 	
	header .custom-inside-header-wrapper .nav nav >ul >li >ol,
	.sub-list{
		position: absolute;
		top: 0;
		right: 0;
		background: #002f55;
		width: 100%;
		left: 0;
		transform: translateX(100%);
		height: 100%;
		z-index: 999;
		transition: all 0.5s linear;
	}
	
	header .custom-inside-header-wrapper .nav nav >ul >li > ol.active-ul,
	.sub-list.active-ul{
		transform: translateX(0%);
	}
	footer > section:nth-child(2) .page-center > div:nth-child(2) {
		margin: 4% 0;
	}
	footer > section:nth-child(2) .page-center > div {
		width:100%;
	}

}




