@charset "utf-8";

/*@font-face {
    font-family: 'CamptonBold';src: url('assets/fonts/CamptonBold.eot');src: url('assets/fonts/CamptonBold.eot') format('embedded-opentype'),url('assets/fonts/CamptonBold.woff2') format('woff2'),url('assets/fonts/CamptonBold.woff') format('woff'),url('assets/fonts/CamptonBold.ttf') format('truetype'),url('assets/fonts/CamptonBold.svg#CamptonBold') format('svg');
}
@font-face {
    font-family: 'CamptonMedium';src: url('assets/fonts/CamptonMedium.eot');src: url('assets/fonts/CamptonMedium.eot') format('embedded-opentype'),
url('assets/fonts/CamptonMedium.woff2') format('woff2'),url('assets/fonts/CamptonMedium.woff') format('woff'),url('assets/fonts/CamptonMedium.ttf') format('truetype'),url('assets/fonts/CamptonMedium.svg#CamptonMedium') format('svg');
}
@font-face {
    font-family: 'CamptonLight';src: url('assets/fonts/CamptonLight.eot');src: url('assets/fonts/CamptonLight.eot') format('embedded-opentype'),
url('assets/fonts/CamptonLight.woff2') format('woff2'),url('assets/fonts/CamptonLight.woff') format('woff'),url('assets/fonts/CamptonLight.ttf') format('truetype'),url('assets/fonts/CamptonLight.svg#CamptonLight') format('svg');
}
@font-face {
    font-family: 'CamptonSemiBold';src: url('assets/fonts/CamptonSemiBold.eot');src: url('assets/fonts/CamptonSemiBold.eot') format('embedded-opentype'),url('assets/fonts/CamptonSemiBold.woff2') format('woff2'),url('assets/fonts/CamptonSemiBold.woff') format('woff'),url('assets/fonts/CamptonSemiBold.ttf') format('truetype'),url('assets/fonts/CamptonSemiBold.svg#CamptonSemiBold') format('svg');
}
@font-face {
    font-family: 'CamptonBook';src: url('assets/fonts/CamptonBook.eot');src: url('assets/fonts/CamptonBook.eot') format('embedded-opentype'),url('assets/fonts/CamptonBook.woff2') format('woff2'),url('assets/fonts/CamptonBook.woff') format('woff'),url('assets/fonts/CamptonBook.ttf') format('truetype'),url('assets/fonts/CamptonBook.svg#CamptonBook') format('svg');
}
@font-face {
    font-family: 'CamptonExtraBold';src: url('assets/fonts/CamptonExtraBold.eot');src: url('assets/fonts/CamptonExtraBold.eot') format('embedded-opentype'),url('assets/fonts/CamptonExtraBold.woff2') format('woff2'),url('assets/fonts/CamptonExtraBold.woff') format('woff'),url('assets/fonts/CamptonExtraBold.ttf') format('truetype'),url('assets/fonts/CamptonExtraBold.svg#CamptonExtraBold') format('svg');
}*/

/*body {
	font-family: 'CamptonBook';
	font-size: 16px;
	line-height: 24px;
	color: #151b2f;
    background-color: #ffffff;
    letter-spacing: .04rem;
}*/
a {
	outline: none;
}
p{
    line-height: 1.4;
}
.getStarted-btn,button{cursor:pointer}
button:active {
	border: none !important;
	outline: none !important;
}
button:focus {
	outline: 0;
}

a,
.logo,
i,
button,
.fancybox-button,
.megamenu-block,
.header-bottom-menu,
.sub-menu-arrow:before,
.bottle-img-item img,
.megamneu-close-block,
.megamneu-close,
.single-menu-block,
.mediumMenu-block,
.np4-cyp-item-bottom li,
.real-care-item,
.real-care-item h5,
.megamen4-left-call:hover h5,
.real-care-item p,
.np3-rc-item-top:before,
.np7-esa-menu ul li a:before,
.np7-esa .getStarted-btn:before,
.np6-powered-item,
.body-overlay{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.side-category {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.megamenu-block, .mediumMenu-block  {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    visibility: hidden;
}
.before-none:before{
    display: none;
}
.getStarted-btn, .main-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    color: #fff;
}
.getStarted-btn:before, .main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.getStarted-btn:hover, .main-btn:hover {
  color: white;
    text-decoration: none;
}
.getStarted-btn:hover:before, .main-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.main-btn.btn-oposit {
    background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
}
.main-btn.btn-oposit:before {
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
}
.get-started .main-btn{text-transform: uppercase;font-weight: 600;}
.lR-arrow .main-btn{max-width: 100%;border-radius: 0px;}

.lR-arrow{
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0px auto;
}

.lR-arrow:after,
.lR-arrow:before{
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#b4975a));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #b4975a);
  width: 36.8rem;
  height: 0.1rem;
  top: 50%;
}

.lR-arrow:before{
  right: calc(100% + 2.8rem);
}

.lR-arrow:after{
  left: calc(100% + 2.8rem);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.getStarted-btn-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.getStarted-btn-gradient:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.getStarted-btn-gradient:hover {
  color: white;
}
.getStarted-btn-gradient:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.getStarted-btn-king {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.getStarted-btn-king:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #051c2c; /* Old browsers */
    background: -moz-linear-gradient(left, #0B223F 0%, #15477B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0B223F 0%,#15477B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0B223F 0%,#15477B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B223F', endColorstr='#15477B',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.getStarted-btn-king:hover {
  color: white !important;
}
.getStarted-btn-king:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.getStarted-btn-gold-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    color: #fff;
}
.getStarted-btn-gold-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #051c2c; /* Old browsers */
    background: -moz-linear-gradient(left, #0B223F 0%, #15477B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0B223F 0%,#15477B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0B223F 0%,#15477B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B223F', endColorstr='#15477B',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.getStarted-btn-gold-bg:hover {
  color: white !important;
}
.getStarted-btn-gold-bg:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------------- important Css ------------------*/

.pr50 {
	padding-right: 50px;
}
.pl50 {
	padding-left: 50px;
}
.mtb-auto {
	margin-bottom: auto;
	margin-top: auto;
}
.space40 {
	height: 40px;
}
.space30 {
	height: 30px;
}
.space20 {
	height: 20px;
}
.space60 {
	height: 60px;
}
.separetor {
	height: 1px;
	background-color: #F2F2F2;
	margin: 15px 0px;
}
.body-overlay {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(5 28 44 / 88%);
    opacity: 0;
    visibility: hidden;
    z-index: -8;
}
body.mega-for-mobile .body-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 8;
}
.body-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.size-xl-alt{
   /* line-height: 2.7rem;*/
    line-height:1.3;
}
.white-background{
    background: #fff;
}
/*-------------- Background Css ------------------*/



/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(244,118,37,0.9);
	color: #fff;
}
/*-------------- Header Main Css ------------------*/

.header-height {
    height: 116px;
}
header {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 7000;
}
header:after, header .container:after {
	clear: both;
	content: "";
	display: block;
}
.header-area {
	display: flex;
	width: 100%;
	/*padding:14px 0px;*/
	padding:10px 0px;
}
.logo {
	margin:auto auto auto 0px;
}
.logo img {
	max-width:140px;
    float: left;
}
.header-top{
    background-color: #161d35;
    border-bottom: 0px !important;
}


/*-------------- Main Menu Css ------------------*/

.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
.mainmenu ul li {
	display: inline-block;
	position: relative;
}
.mainmenu ul li a {
	display: block;
	color: #fff;
	font-weight: 800;
	font-size: 1.2rem;
	padding: 6px 29px;
    text-transform: uppercase;
    letter-spacing: .24rem;
}
.mainmenu ul li:last-child a {
	border-bottom: 0px;
}
.mainmenu > ul > li:hover > a {
	text-decoration: none;
	color: #a92c15;
}
.mainmenu ul li ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 240px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.mainmenu ul li ul li {
	display: block;
}
.mainmenu ul li ul li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mainmenu ul li ul > li:hover > a, .mainmenu ul li ul li ul > li:hover > a {
	background-color: #579540;
	text-decoration: none;
	color: #fff;
}
.mainmenu ul li:hover > ul, .mainmenu ul li ul li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 11;
	visibility: visible;
	top: 100%;
}
.mainmenu ul li ul li > ul {
	left: 100%;
	top: 80px;
}
.mainmenu ul li ul li:hover > ul {
	top: 0px;
}
.mainmenu ul li:last-child ul li > ul, .mainmenu ul li:nth-last-child(2) ul li > ul {
	left: -100%;
}
.mainmenu ul li.nav-active > a {
	text-decoration: none;
	color: #579540;
}
.mainmenu ul li.nav-active > ul li.chaild-active a {
	background-color: #579540;
	color: #fff;
}

.mobile-menu-wrapper {
	display: none;
    width: 40px;
	height: 40px;
	position: relative;
    margin: auto 0px;
}
.menu-check {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 8999;
	opacity: 0;
	cursor: pointer;
}
.menu-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/*background-image: url(../assets/images/new-mobile-menu.png);*/
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.menu-icon > div {
	position: absolute;
	width: 60%;
	height: 2px;
	background-color: #fff;
	transition: .4s;
	/*z-index: -2;
    opacity: 0;
    visibility: hidden;*/
}
.menu-icon > div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: -8px;
	left: 0;
	transition: .4s;
}
.menu-icon > div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 8px;
	left: 0;
	transition: .4s;
}
.menu-check:checked + .menu-icon > div {
	transform: rotate(135deg);
	background-color: #aa3a2b;
	width: 80%;
	height: 3px;
    opacity: 1;
    visibility: visible;
    z-index: 8889;
}
.menu-check:checked:hover + .menu-icon > div {
	transform: rotate(225deg);
	background-color: #aa3a2b;
	width: 100%;
	height: 3px;
}
.menu-check:checked + .menu-icon > div:before, .menu-check:checked + .menu-icon > div:after {
	top: 0;
	transform: rotate(90deg);
	background-color: #aa3a2b;
	width: 100%;
	height: 3px;
}
.menu-check:checked {
	position: fixed;
    top: inherit;
    right: auto;
}
.menu-check:checked + .menu-icon {
	position: fixed;
    z-index: 8889;
    background: none;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: .6s;
	z-index: 8000;
}
.menu > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-150%) translateY(-50%);
	width: 101%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.95);*/
	display: flex;
	transition: .6s;
}
.nav-mobile {
	overflow-y: auto;
    background: rgb(5 28 44 / 94%);
}
.menu > div > div {
	width: 100%;
	padding: 60px 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    color: #DFDFDF;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    margin-bottom: 15px;
}
.menu ul li {
	list-style: none;
}
.menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: .5rem;
	transition: .3s;
	font-size: 2rem;
	display: inline-block;
}
.menu ul li ul {
	padding-left: 20px;
}
.menu ul li ul li a{
	color: #CECECE;
}
.menu > div > div > ul > li > a:hover {
	color: #f25094;
}
.menu-check:checked ~ .menu {
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu-check:checked ~ .menu > div {
	transform: translateX(-50%) translateY(-50%);
}
.menu-check:checked ~ .menu > div > div {
	opacity: 1;
}

/*================= Page Content ====================*/


.page-content-block {
	padding: 80px 0px;
}
.main-btn {
	color: #fff;
    background-color: #aa3a2b;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    margin-top: 15px;
    font-weight:600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: 0px;
}
.main-btn:hover {
	color: #fff;
    text-decoration: none;
    background-color: #802b21;
}
.italic-text{
    font-style: italic;
}


/*================= Customm Header Area ====================*/

.getStarted-btn {
	    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 25px;
    white-space: nowrap;
    box-shadow: 0 0 30px 0 rgba(229,229,229,1);
    position: relative;
    
}
.getStarted-btn-gradient span{
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}
.getStarted-btn:before {
  content: "";
  position: absolute;
  z-index: -11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.getStarted-btn:hover {
  color: white;
    text-decoration: none;
}
.getStarted-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-area .getStarted-btn{
    padding: 5px 10px;
    box-shadow: none;
    border: none;
    font-size: 1.2rem;
    letter-spacing: .24rem; 
    font-weight: 800;
    display: block;
}
.header-bottom-menu {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	background-color: #fff;
	padding-top: 2px 0px; 
    position: relative;
        -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-bottom-menu .wrapper{
    position: static;
}
.submenu > ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.submenu > ul > li{
    padding:0px;
}
.submenu > ul > li > a{
    text-transform: capitalize;
    padding: 2px 45px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.submenu > ul > li > a:focus,
.submenu > ul > li > a:active,
.submenu > ul > li > a:hover{
    text-decoration: none;
    color: #a92c15;
}
.submenu > ul > li > a:after {
	height: 18px;
	width: 2px;
	background-color: #bfbfbf;
	right: -9px;
	top: 50%;
    margin-top: -9px;
	position: absolute;
	content: "";
}
.submenu > ul > li:last-child > a:after {
    display: none;
}
.mainmenu .sub-menu-arrow:before {
	height: 0;
	width: 0;
	border-bottom: 14px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -23px;
	z-index: 11;
}
.header-right {
    margin: auto 0px auto 35px;
}
.sub-menu-arrow ul {
    display: none;
}



.submenu-hide .header-bottom-menu,
.submenu-hide .sub-menu-arrow:before {
    opacity: 0;
    visibility: hidden;
    z-index: -2;
}
/*================= Mega Menu Area ====================*/
.megamenu-block{
    border-top: 2px solid #e8e9ea; ;
    box-shadow: 0 10 10px 0 rgba(220,220,220,0.5);
    background-color: #fff;
    border-bottom: 8px solid #b99459;
    margin-bottom:150px;
}
.megamneu-close {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	padding: 0;
	position: fixed;
	text-align: center;
	bottom: 40px;
	width: 40px;
	z-index: 10;
	line-height: 43px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    display:none;
}
.megamenu-area {
    padding: 50px 0px 30px;
    background-color: #fcfcfc;
    color: #161b2e;
    overflow: hidden;
}
.inner-sec-title {
    margin: 0 0 30px;
}
.megamenu-inner-sec {
    border-left: 6px solid #b32025;
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 30px;
}
.megamenu-inner-sec a {
    color: #b32025;
    font-size: 14px;
    text-decoration: underline;
}
.megamenu-inner-sec h5 {
    text-transform: uppercase;
}
.megamenu-brand h6 {
	margin: 0 0 20px;
}
.megamenu-get-started {
	position: relative;
	padding: 0 0 0 35px;
	z-index: 1;
}
.megamenu-get-started::before, .banner-img::before, .can-it-txt-area::before, .megamenu3-right-area:before{
	position: absolute;
	content: '';
	width: 4000px;
	left: 0;
	background-color: #f6f6f6;
	height: 150%;
	top: -56px;
	z-index: -1;
}
.megamenu-get-started h4{
	font-size: 24px;
    margin: 0 0 30px;
}
.megamenu-get-started .getStarted-btn{
    margin: 0 0 50px;
}
.gst-phone{
    color: #161b2e;
    font-size: 30px;
}
.gst-phone:hover{
    color: #b32025;
    text-decoration: none;
}
.megamenu-area-img.hair-loss {
	margin-top: -51px;
}




/*=============== Mega Menu3 Css =============*/
.mega-menu3{
    border-bottom: 8px solid #c29665;
    overflow: hidden;
    padding-top: 6px;
    background-color: #fff;
}
.megamenu-block .container {
	max-width: 1430px;
    position: relative;
}
.megamenu3-left-area {
	margin-top: 30px;
    position: relative;
}
.megamenu3-left h6{
    color: #b99459;
}
.megamenu3-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.megamenu3-left ul li {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 16px;
}

.megamenu3-left ul li a{
    position: relative;
    color: #14151a;
    font-size: 16px;
}
.megamenu3-left ul li span.save{
    background-color: #7ec7b3;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 10px;
}
.megamenu3-left ul li a:hover{
    text-decoration: none;
}
.megamenu3-left ul li span a:before{
    display: none;
}
.megamenu3-left ul li a:before{
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #eae9ea;
    border-radius: 50%;
    left: -10px;
    top: 5px;
}
.megamenu3-left-icon {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 66%;
}
.megamenu3-left-icon ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.megamenu3-left-icon ul li {
    display: flex;
    width: 50%;
}
.megamenu3-left-icon .icon-img{
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.megamenu3-left-icon .icon-txt {
	text-transform: uppercase;
	color: #c9c9c9;
	margin: 3px 0 0 4px;
	font-size: 14px;
	line-height: 20px;
}
.megamen3-img-slider {
	position: relative;
    border-top: 5px solid #f1f1f1;
    width: 328px;
}
.megamen3-img-slider::before {
	content: '';
	position: absolute;
	background-image: url(../assets/images/mega-menu3-image-border.png);
	width: 50px;
    height: 329px;
	background-repeat: no-repeat;
	background-position: right;
	top: 0;
	right: -2px;
	z-index: 1;
	background-size: auto 100%;
}

.megamen3-img-slider button,
.megamen4-img-slider button {
  font-size: 0;
  border: none;
  background: none;
    display: none;
}


.megamen3-img-slider .slick-dots,
.megamen4-img-slider .slick-dots {
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    display: none;
}
.megamen4-right-img{
    height: 175px;
}
.ed-slide-1{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto,w_500/v1606318696/RexMD/image3_ia4sno.jpg);
    background-size: cover;
    height: 105%;
    width: 100%;
    background-position: bottom;
}
.ed-slide-2{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto,w_500/v1606318695/RexMD/image1_owckfk.jpg);
    background-size: cover;
    height: 105%;
    width: 100%;
    background-position: bottom;
}
.ed-slide-3{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto,w_500/v1606318694/RexMD/image2_pcczlj.jpg);
    background-size: cover;
    height: 105%;
    width: 100%;
    background-position: center;
}
.pc-slide-1{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto,w_500/v1606324617/RexMD/AdobeStock_393518322_copy_jvf2d6.jpg);
    background-size: cover;
    height: 105%;
    width: 100%;
    background-position: top;
}
.pc-slide-2{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto,w_500/v1606324629/RexMD/DSC02270_copy_eythfo.jpg);
    background-size: cover;
    height: 105%;
    width: 100%;
    background-position: center;
}
.megamenu3-left.right ul li{
    width: 100%;
}
.megamenu3-left.right > ul{
    margin: 0 0 20px;
}
.megamen3-right-text{
    text-align: center;
    padding-top: 40px;
}
.megamen3-right-text .main-btn{
    white-space: nowrap;
    text-transform: capitalize;
    background-color: #b81d25;
    border-radius: 0;
    margin: 0;
}
.megamenu3-right-area{
    position: relative;
}
.megamenu3-right-area:before{
    left: 220px;
    background-color: #f3f3f3;
}
.megamen3-right-text-call {
	text-align: left;
	font-size: 12px;
	padding: 45px 0 0 50px;
	position: absolute;
	color: #fff;
	right: 0px;
	bottom: 0px;
	height: 122px;
	width: 100%;
	max-width: 370px;
}
.megamen3-right-text-call:after{
    height: 100%;
    background-color: #cbab78;
    bottom: 0;
    content: "";
    position: absolute;
    left: -80%;
    width: 3000px;
    z-index: -1;
}
.megamen3-right-text-call a{
    color: #fff;
}
.megamen3-right-text-call a:hover{
    color: #b81d25;
    text-decoration: none;
}
.megamen3-right-text-call h6 {
    font-size: 16px;
    margin: 0;
    color: #252733;
}
.megamen3-right-text-call::before,
.megamen4-left-call::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 25px;
	background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606322701/RexMD/misc-icons/call_mla8xk.svg);
	background-repeat: no-repeat;
	z-index: 1;
	height: 32px;
	width: 32px;
	background-size: 100%;
}
.megamen3-right-text-call::before {
	top:46px;
}

.phone-call {
  position: absolute;
  z-index: 1;
  height: 32px;
  width: 32px;
  left: 15px;
  top: 24px;
}
.megamen4-left-call[data-svg-hover-icon]:before {
  display: none!important;
}
/*=============== Mega Menu4 Css =============*/

/*.mega-menu4{
    background-color: #fdfbf9;
}*/
.megamenu4-left.right {
	border-left: 1px solid #f3ebdf;
	padding-left: 30px;
    height: 100%;
}
.megamenu4-left {
	min-height: 281px;
}
.megamenu4-left h6 {
	color: #b99459;
    margin-bottom: 0px;
    font-weight: 400;
}
.megamenu4-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-top: 15px;
}
.erectile-ul-block {
	display: flex;
}
.erectile-ul-block ul{
	width: 50%;
}

.megamenu4-left ul li {
	margin-top:5px;
	font-size: 16px;
	line-height: 20px;
    margin-left: 20px;
    list-style: disc;
    color: #e8e9ea;
}

.megamenu4-left ul .sub-category:hover {
    color: #14151a !important;
}
.megamenu4-left ul li:hover {
    color: rgb(225 183 126 / 58%);
}
.sub-category{
    color: #14151a !important;
    list-style: none !important;
    margin-left: 0px !important;
}
.megamenu4-left ul li a {
	position: relative;
	color: #14151a;
	font-size: 16px;
    padding: 10px 0px;
    display: block;
    font-weight: 600;
}
.megamenu4-left ul li:hover a{
    color: #ba2e24;
    text-decoration: none;
}
.megamenu4-left ul li a::before{
    display: none;
}
.megamenu4-left.right ul li{
    width: 100%;
}
.megamenu4-left ul li span.save {
	background-color: #3c8f79;
	padding: 1px 10px 0px;
	font-size: 10px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
}
.megamenu4-left-icon:before {
    height: 1px;
    width: 106%;
    background-color: #f3ebdf;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}
.megamen4-left-call h5{
    margin: 0;
    color: #151c36;
    font-weight: 300;
}
.megamen4-left-call h5 a{
    margin: 0;
    color: #151c36;
}
.megamen4-left-call h5 a:hover{
    text-decoration: none;
}
.megamen4-left-call p {
	margin: 0;
    color: #fff;
    font-size: 16px;
}
.megamenu4-left-icon {
	margin-top: 27px;
    border-top: none;
    position: relative;
    padding-top: 20px;
}
.megamenu4-left-icon ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.megamenu4-left-icon ul li {
	width:50%;
	white-space: nowrap;
    display: flex;
    align-items: center;
    padding:0 10px
}
.megamenu4-left-icon .icon-txt {
    text-transform: uppercase;
    color: #c9c9c9;
    margin: 0px 0 0 10px;
}
.megamen4-left-call{
    background-color: #e1b77e;
    padding: 20px 20px 16px 60px;
    position: relative;
    margin-top: 27px;
}
.megamen4-left-call:hover h5{
    font-weight: 600;
    color: #fff;

 /*background: #EE2F39;
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); 
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); 
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); 
      -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;*/
}
.megamen4-left-call:hover a{
    color: #fff;
    font-weight: 600;
      -webkit-transition-duration: 0s;
  transition-duration: 0s;*/
}
.megamen4-left-call:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.megamen4-left-call::before{
	left: 15px;
	top: 28px;
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606322701/RexMD/misc-icons/call_mla8xk.svg);
}
.megamen4-left-call:after{
    height: 100%;
    width: 100px;
    right: -99px;
    top: 0;
    position: absolute;
    content: '';
    background-color: #e1b77e;
}
.megamenu4-right-area{
    position: relative;
    background-color: #151c36;
    height: 100%;
    padding-bottom: 62px;
}

.megamen4-img-slider{
    position: relative;
}
.megamen4-img-slider::before {
	height: 81px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	left: 0;
	bottom: -2px;
	content: '';
	position: absolute;
	background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606334345/RexMD/mega-slider-overlay_ucywig_1_asnn4z.svg);
	z-index: 1;
}
.alt-menu-slider::before{
    background:none;
}
.megamen4-right-text {
	text-align: center;
	color: #fff;
	padding: 10px 30px;
    background-color: #151c36;
}
.megamen4-right-text h5{
	font-weight: 600;
    margin-bottom: 15px;
}
.megamen4-right-text p {
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 5px;
}
.menu-category:hover{
    text-decoration: none;
}
.menu-category:hover h6{
        color: #b12028;
}

.megamenu4-right-area .main-btn {
	border-radius: 0;
	width: 100%;
	background: #b12028; /* Old browsers */
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
	padding: 14px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
        max-width: 100%;

}

.megamenu4-right-area .main-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.megamenu4-right-area .main-btn:hover {
  color: white;
}
.megamenu4-right-area .main-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cell-info-mobile{
    display: none;
}

/*=============== Single Menu Css =============*/

.submenu > ul > li.single-menu{
    position: relative;
}
.single-menu-block {
	position: absolute;
	background-color: #fff;
	width: 280px;
	top: 80px;
	left: 50%;
	margin-left: -120px;
    visibility: hidden;
    opacity: 0;
    z-index:-2; 
}
.single-menu-block.single-active {
	visibility: visible;
    opacity: 1;
    z-index:2; 
	top: 50px;
}
.single-menu-block:before {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: -9px;
	content: "";
}
.single-menu-block ul{
    padding: 15px 0px;
}
.single-menu-block ul li a{
    display: block;
    padding: 10px 15px;
    color: #151b2f;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.single-menu-block ul li a:hover{
    text-decoration: none;
    color: #b32025;
}
.getStartedMenu{
    display: block;
    padding: 12px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    background-color: #b32025;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 5px;
}

.get-hair-consult{
    margin: 0px !important;
    margin-top: 10px;
    font-size: 13px;
    max-width: none;
}
.get-hair-consult-btn:hover{
    text-decoration: none;
}
/*.get-hair-consult-btn:before{position: absolute;
    top: -15px;
    content: "";
    background: url(../assets/images/btn-arrow-left.png) no-repeat left top;
    background-size: 50%;
    width: 44px;
    height: 80px;
    left: 0px;}
    .get-hair-consult-btn:after{position: absolute;
    top: -15px;
    content: "";
    background: url(../assets/images/btn-arrow-right.png) no-repeat left top;
    background-size: 50% auto;
    width: 44px;
    height: 80px;
    right: -23px;
    text-align: right;}*/



/*=============== Medium Menu Css =============*/

.medium-menu {
    position: relative;
}

.mediumMenu-block {
    display: flex;
    flex-wrap: wrap;
}

.mediumMenu-block {
    position: absolute;
    background-color: #fff;
    top: -600px;
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.mediumMenu-block.medium-active {
    visibility: visible;
    opacity: 1;
    z-index: -1;
    top: 100%;
    border-top: 2px solid #e8e9ea;
}

.mediumMenu-left {
    width: 50%;
    padding: 15px;
    margin-top: 15px;
    border-right: 1px solid #e6c48e;
}
.mediumMenu-left .save{  
background-color: #3c8f79;
    padding: 1px 10px 0px;
    font-size: 10px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 18px;
    display: inline-block;
    font-weight: 600;
}
.mediumMenu-left h6 {
    color: #b99459;
    font-weight: 400;
    margin-bottom: 20px;
}

.mediumMenu-left ul li {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    list-style: disc;
    color: #e8e9ea;
    margin-left: 20px;
}

.mediumMenu-left ul li a {
    position: relative;
    color: #14151a;
    font-size: 16px;
    padding: 5px 0px;
    display: block;
    font-weight: 600;
}

.mediumMenu-left ul li:hover {
    color: rgb(225 183 126 / 58%);
    
}
.mediumMenu-left ul li:hover a {
    color: #ba2e24;
    text-decoration: none;
        text-decoration: none;
}
.mediumMenu-right {
    width: 50%;
    padding: 15px;
    margin-top: 15px;
}

.mediumMenu-block .megamen4-left-call {
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px 10px 60px;
}

.mediumMenu-block .megamenu4-left-icon {
    margin-top: 0px;
    padding-top: 15px;
}

.mediumMenu-block .megamenu4-left-icon:before {
    width: 100%;
}

.mediumMenu-block .megamenu4-left-icon ul li {
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mediumMenu-block .megamenu4-left-icon .icon-img {
    max-width: 32px;
}

.mediumMenu-block .megamenu4-left-icon .icon-txt {
    font-size: 12px;
}

.mediumMenu-block .megamen4-left-call:after {
    display: none;
}


/*=============== Banner Css =============*/

.banner-area{
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 40px 0px 0px;
    z-index: 1;
}
.banner-area:before{
    position: absolute;
    content: '';
    background-image: url(../assets/images/banner-before.png);
    height: 605px;
    width: 131px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.banner-area:after{
    position: absolute;
    content: '';
    background-image: url(../assets/images/banner-after.png);
    height: 18px;
    width: 87px;
    right: 0;
    top: 90px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}
.banner-txt{
    padding: 80px 0 0px 0;
}
.banner-txt h2{
    font-size: 48px;
}
.banner-txt .getStarted-btn {
	margin-top: 35px;
	box-shadow: 10px 10px 15px 0px rgba(200,200,200,0.5);
	border: 2px solid #fff;
}
.banner-img{
    position: relative;
    padding-left: 90px;
    background-image: url(../assets/images/banner-text-after.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.banner-img img{
    z-index: 1;
    position: relative;
}
.banner-img:before{
    background-color: #161b2e;
    z-index: 1;
    top: -150px;
    left: 270px;
    height: 125%;
}
.banner-review{
    background-color: #e4e4e4;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px 0px 20px;
    z-index: -1;
}
.banner-review .client-txt{
    padding-left: 0px;
}
.banner-review .client-txt p{
    margin-bottom: 0px;
}
.banner-review-holder{
    max-width: 400px;
    width: 100%;
}
.banner-review .star-block{
    justify-content: flex-start;
}
.banner-review .star-block i{
    font-size: 14px;
}
.banner-review h6{
    color: #838383;
    font-size: 14px;
}
.banner-review .client-txt-holder {
    padding: 10px 0px;
    display: inline-block;
}
.banner-review .client-txt-holder p{
    color: #5C5C5C;
    font-size: 16px;
    margin-bottom: 0px;
}
.banner-review .client-txt-holder:before, .banner-review .client-txt-holder:after{
    width: 20px;
}
.banner-review .client-txt-holder:after{
    right: -20px;
    background-position: left bottom;
}
.banner-review-holder a{
    color: #b32025;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}



.inner-banner-area .getStarted-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.inner-banner-area .getStarted-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.inner-banner-area .getStarted-btn:hover {
  color: white;
}
.inner-banner-area .getStarted-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*=============== Banner Bottom Css =============*/

.banner-bttom-area {
    background-color: #fbfbfb;
}

.banner-bottom-item {
    text-align: center;
    margin: 0 0 30px;
}

.banner-bottom-item span {
    margin: 0 0 15px;
    max-width: 90px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
}
.banner-bottom-item h5 {
    margin: 0 0 10px;
}

/*=============== Can It Css =============*/


.can-it-area{
    overflow: hidden;
    position: relative;
}
.can-it-area:before{
    background-color: #b32025;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -75px;
    height: 100%;
}
.can-it-img {
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.can-it-txt-area{
    position: relative;
    padding: 50px 10px 50px 30px;
    z-index: 1;
    color: #fff;
}
.can-it-txt-area::before{
    background-color: #161b2e;
    height: 100%;
    top: 0;
}
.can-it-txt-area::after{
    background-image: url(../assets/images/can-it-overlay.png);
    height: 86px;
    width: 207px;
    bottom: -90px;
    left: 80px;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
}
.can-it-txt {
    padding-left: 50px;
}
.can-it-txt h3{
    text-transform: uppercase;
    font-size: 28px;
}
.can-it-txt ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.can-it-txt ul li{
    padding: 12px 0;
    position: relative;
    line-height: 30px;
}
.can-it-txt ul li:before{
    position: absolute;
    left: -40px;
    top: 20px;
    content: '';
    background-image: url(../assets/images/check-mark.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;   
}
.can-it-txt a{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}
.can-it-txt a:hover{
    text-decoration: none;
    color: #c71b28;
}

.can-it-txt-slider  .slick-arrow, .client-slider  .slick-arrow {
	background-color: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #454958;
	height: 44px;
	width: 80px;
	border-radius: 25px;
}
.can-it-txt-slider .slick-arrow i, .client-slider .slick-arrow i {
	border: none;
	right: 6px;
	top: 6px;
	position: absolute;
	color: #b32025;
	font-size: 14px;
	width: 32px;
	background-color: #fff;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	cursor: pointer;
	z-index: 1;
}
.can-it-txt-slider .slick-arrow.slick-prev i{
	right: 41px;
}
.np4-oss-area .slick-track {
    margin-left: 0px;   
}
/*=============== Treatment Css =============*/

.treatment-title {
	text-align: center;
	padding-bottom: 40px;
}
.treatment-items-area{
    /*padding: 100px 0px;*/
    position: relative;
}
.treatment-img {
	position: absolute;
	left: -60px;
	top: 0px;
	max-width: 460px;
    z-index: 1;
}
.treatment-items-details {
	background-color: #f5f5f5;
	padding: 30px 0px;
    width: 74%;
    margin-left: 26%;
    position: relative;
    border-radius: 0px 8px 8px 0px;
}
.treatment-item-top {
	border-bottom: 3px solid #e9e9e9;
    padding-bottom: 15px;
    /*padding-left: 100px;*/
}
.treatment-item-top h3{
	font-size: 42px;
    margin-bottom: 5px;
    letter-spacing: -1px;
}
.treatment-item-top p{
	font-size: 24px;
    color: rgba(28,33,50,.7);
}
.treatment-price-area {
    display: flex;
    padding:30px 30px 0px 0px;
    flex-wrap: wrap;
}
.treatment-price {
    margin-right: 60px;
}
.treatment-price span {
	font-size: 52px;
    font-weight: 900;
    line-height: 52px;
}
.treatment-price p {
	font-size: 18px;
    color: rgba(28,33,50,.7);
}
.treatment-price-btn {
	margin-top: 15px;
    text-align: center;
}
.treatment-price-btn span{
    font-size: 12px;
    color: rgba(255,255,255,0.7)
}
.treatment-btn {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    /*display: flex;*/
}
.treatment-items-details ul li{
    margin-right: 15px;
    margin-top: 15px;
}
.treatment-items-details ul li:last-child{
    margin-right: 0px;
}
.treatment-items-details ul li a{
    display: inline-block;
    background-color: #e9e9e9;
    padding: 10px 15px;
    color: #696b73;
    border-radius: 50px;
    white-space: nowrap;
}
.treatment-items-details ul li a:hover{
    text-decoration: none;
}
.treatment-items-details ul li a i{
	color: #b32025;
	font-size: 14px;
	width: 32px;
	background-color: #fff;
	height: 32px;
	border-radius: 50%;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
    
}
.treatment-items-area.bottom .treatment-items-details {
    padding-left: 0px;
    margin-left: 0px;
    border-radius: 8px 0px 0px 8px;
}
.treatment-items-area.bottom .treatment-img {
	position: absolute;
	left: inherit;
	bottom: 0px;
	right: -40px;
    max-width: 600px;
}
/*.treatment-items-area.bottom .treatment-item-top, .treatment-items-area.bottom .treatment-price-area, .treatment-bot-text{
    padding-left: 30px;
}*/
.treatment-bot-text {
    padding-top: 15px;
}
.treatment-bot-text p:last-child{
    margin-bottom: 0px;
}



/*=============== Treatment Popup Css =============*/

.treatment-popup-title {
    background-color: #151b2f;
    color: #fff;
    padding: 15px 70px 15px 15px;
    position: relative;
}
.treatment-popup-title h2{
    font-size: 32px;
    line-height: 42px;
}
.treatment-popup .fancybox-button {
	color: #b31f24;
	height: 32px;
	width: 32px;
	line-height:10px;
	text-align: center;
	border: 3px solid #b31f24;
	border-radius: 50%;
	display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0px;
    opacity: 1 !important;
}
.treatment-popup .fancybox-button:hover {
	color: #fff;
	border: 3px solid #fff;
}
.treatment-popup-area span {
    color: #b31f24;
}
.treatment-details-txt {
	padding: 30px 15px;
}
.treatment-details-txt ul li{
    margin: 0 0 15px;
}
.treatment-popup {
	max-width: 900px;
	border-radius: 0px;
	overflow: hidden;
	transform: translateY(-50px);
	transition: all .7s;
	display: none;
    padding: 0px;
    margin-top: 40px;
    width: 100%;
}
.treatment-popup .treatment-popup-title, .treatment-popup .treatment-details-txt {
	transform: translateY(-50px);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .4s;
}
.treatment-popup .treatment-popup-title, .treatment-popup .treatment-details-txt {
	transform: translateY(0);
	opacity: 1;
}
.treatment-popup .page-accordion h5 {
	font-size: 18px;
}

/*=============== Whats Css =============*/

.whats-area{
    background-color: #161b2e;
    text-align: center;
}
.whats-title{
    color: #fff;
    margin: 0 0 50px;
}
.whats-items-details {
    background-color: #ffffff;
    padding: 100px;
    border-radius: 10px;
    height: 100%;
}
.whats-items-details h5 {
    margin: 0 0 20px;
}
.whats-items-details img {
    margin-bottom: 10px;
}

/*=============== Client Css =============*/


.client-area .container{
	position: relative;
}
.client-area .container:before{
	position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background-image: url(../assets/images/review-dot.png);
    background-repeat: no-repeat;
	background-position: left center;
    background-size: 100% auto;
    width: 200px;
    height: 200px;
    z-index: 0;
}
.client-mobile-bg{
	position: absolute;
    top: 0px;
    left: 45px;
    width: 380px;
    height: 100%;
}
.client-mobile-bg:before{
	position: absolute;
    top: 0px;
    left: 20%;
    content: "";
    background-color: #b31f24;
    width: 60%;
    height: 100%;
    border-radius: 20px;
}
.client-mobile-bg:after{
	position: absolute;
    top: 10%;
    left: 0px;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 80%;
    border: 1px solid #ebebeb;
    z-index: 2;
    box-shadow: 20px 0px 20px 0px rgba(220,220,220,0.2);
}
.client-slider {
	z-index: 3;
    overflow: hidden;
    padding: 0px 58px;
}
.star-block {
	color: #ffcd00;
	margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.star-block i {
	margin-right: 3px;
	font-size: 18px;
}
.client-slider-item {
	display: flex !important;
    align-items: center;
    min-height: 520px;
} 
.client-img {
	text-align: center;
}
.client-img img {
    margin: 0 0 18px;
    max-width: 320px;
}
.client-txt {
    padding-left: 130px;
}
.client-txt h4 {
    margin-bottom: 30px;
    color: #161b2e;
    font-size: 42px;
}
.client-txt h6 {
    margin: 0 0 15px;
    color: rgba(22,27,46,0.5)
}
.client-txt-holder{
    position: relative;
    padding: 50px 0px 30px;
}
.client-txt-holder:before, .client-txt-holder:after{
	position: absolute;
    top: 0px;
    left: -30px;
    content: "";
    background-image: url(../assets/images/quote-1.png);
    background-repeat: no-repeat;
	background-position: left top;
    background-size: 100% auto;
    width: 48px;
    height: 32px;
}
.client-txt-holder:after{
    top: inherit;
    bottom: 0px;
    left: inherit;
    right: 30%;
    background-image: url(../assets/images/quote-2.png);
}
.client-txt-holder p{
    line-height: normal;
    font-size: 28px;
    font-weight: 300;
}
.client-slider .slick-arrow {
	right: inherit;
	top: inherit;
    left: 44%;
    margin-left: -10px;
    bottom: 0px;
	background: #fff;
    border: 1px solid #f2f1f1 !important;
    height: 40px;
}
.client-slider .slick-arrow i {
	background-color: #f5f5f5;
	right: 5px;
	top: inherit;
	bottom: 3px;
}
.client-slider .slick-arrow.slick-prev i {
	left: 5px;
}


/*=============== The Process Css =============*/

.process-accent {
  padding: 12rem 0 13.4rem;
  background-color: #f3f3f3;
  /* background: url("../img/process-bg.jpg") repeat left top; */
    position: relative;
}
.process-accent::before {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 30px solid #f3f3f3;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: -26px;
	content: "";
}

.the-process-area {
    background-color: #161b2e;
    text-align: center;
    color: #fff;
}
.the-process-step {
    
    padding: 0px;
    color: #b31f24;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 7px;
}
.the-process-items {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.the-process-items::before {
	position: absolute;
	left: -43px;
	top: -69px;
	background-image: url(../assets/images/the-process-overlay.png);
	height: 207px;
	width: 207px;
	content: '';
}
.the-process-item {
    width: 30%;
   /* background-color: #2e3655;*/
    position: relative;
    z-index: 1;
}
.the-process-txt {
    text-align: left;
    padding: 20px 0px 0px 0px;
}
.image-process{
    height: 250px;
}
.image-process.one{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto/v1598629130/RexMD/rexmd-man-laptop_kqjhvt.png);
    background-size: cover;
}
.image-process.two{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto/v1598629128/RexMD/rexmd-hand-bottle_sohi7e.png);
    background-size: cover;
}
.image-process.three{
    background: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto/v1598629127/RexMD/Rex-MD-Iphone_avtng9.png);
    background-size: cover;
}
.np2-the-process-item:hover .hover-gif {
    opacity: 1;
    transition: opacity 0.15s ease-out;
}
.hover-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.hover-base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.process-img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
}

/*=============== FAQ Css =============*/

.faq-area h2{
    margin-bottom: 40px;
}
.faq-area h2 span{
	color: #b32025;
}
.questions ul{
	list-style: disc;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
}
.page-accordion {
	margin: 20px 0px 0px;
}
.page-accordion .card.active {
}
.page-accordion .card {
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding: 15px;
    border-bottom: 4px solid #f8f8f8;
}
.page-accordion .card-header {
	background: none;
	padding: 0px;
	border-bottom: 0px;
}
.page-accordion h5 {
	padding: 0px;
	font-weight: 600;
	cursor: pointer;
	font-size: 18px;
}
.page-accordion h5 a {
	color: #151b31 !important;
	padding: 0px 0px 0px 45px;
	display: block;
	position: relative;
	text-decoration: none;
}
.page-accordion h5 a::before {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
	width: 22px;
	display: block;
	content: "";
	background: url("assets/images/Minus.svg") no-repeat left center;
}
.page-accordion h5 a.collapsed::before {
	background: url("assets/images/Plus.svg") no-repeat left top;
}
.faq-questions ul li{
    list-style: disc;
}
.faq-questions p{
    margin-bottom: 1.6rem;
}
/*=============== Page Footer Css =============*/

.site-footer {
    background-color: #151b2f;
    color: #fff;
    flex-shrink: 0;
    padding: 60px 0 25px;
}
.footer-top, .footer-menu, .footer-cpy-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-social ul {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social li {
    margin: 0 0 0 20px;
}
.footer-social ul li a {
    color: #fff;
    font-size: 24px;
}
.footer-social ul li a:hover{
    color: #b4975a;
}
.footer-separetor {
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    height: 1px;
    margin: 40px 0 30px;
    width: 100%;
}
.footer-title {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 12px;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.footer-menu {
    align-items: end;
    padding-bottom: 25px;
}
.footer-menu-item{
    margin: 0 0 30px;
}
.footer-menu-item ul li a {
    color: #fff;
}
.footer-menu-item ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu-item li {
    margin: 0 0 7px;
}


.legitscript-icon {
    max-width: 230px;
    text-align: center;
    width: 100%;
    align-self: flex-start;
}
.footer-cpy-card {
    display: inline-block;
    height: 36px;
    max-width: 220px;
}
.footer-cpy-right {
    align-items: center;
    display: flex;
    justify-content: left;
}
.footer-cpy-right p {
    margin: 0 20px 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.footer-cpy-left ul {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-cpy-left li {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 16px;
    margin-right: 7px;
    padding-right: 7px;
    position: relative;
}
.footer-cpy-left li:last-child{
    border-right: none;
    margin: 0;
    padding: 0;
}
.footer-cpy-left a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
}
.footer-cpy-left a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.footer-cpy-area {
    padding: 25px 0 0;
}


/*************Inner Page Area***************/

.get-the-area{
    position: relative;
    padding: 80px 0 0px;
}
.get-the-area::before{
    position: absolute;
    height: 65%;
    width: 100%;
    background-color: #187a61;
    content: '';
    bottom: 0;
    left: 0;
}
.inner-banner-area {
    background-color: #141a2a;
    color: #fff;
    position: relative;
    padding: 19.4rem 0 8rem;
}
.inner-banner-txt {
   /* padding: 40px 0px;*/
    padding: 0px 0px 40px 0px;
    
}
.inner-banner-txt h3{
    margin-bottom: 25px;
}
.inner-banner-txt p {
	font-size: 16px;
	line-height: 24px;
	color: #d5d5d5;
	letter-spacing: 0.16rem;
	padding-right: 10%;
}
.inner-banner-btn-area {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    flex-wrap: wrap;
}

.inner-banner-img {
	display: flex;
	align-items: flex-end;
	height: 100%;
    
}
.inner-banner-img img{
    flex-shrink: 0;
}
.inner-banner-btn {
    width: 50%;
    padding: 15px;
    border-right: 1px solid #ccc;
}

.inner-banner-btn:last-child {
    border-right: none;
}

.inner-banner-btn:last-child .main-btn {
    background-color: #177b63;
    color: #fff;
}

.inner-banner-btn:last-child .inner-banner-btn-txt::before {
    color: #177b63;
}

.inner-banner-btn .main-btn {
    color: #000;
    border-radius: 0;
    background-color: #fbfffa;
    width: 100%;
    margin: 0;
    white-space: nowrap;
}
.inner-banner-btn-txt {
    padding: 20px 40px 0 0;
    position: relative;
}
.inner-banner-btn-txt::before {
    position: absolute;
    right: 10px;
    top: 20px;
    font-family: 'Font Awesome 5 Free';
    content: '\f502';
    font-weight: 900;
    color: #fff;
    font-size: 24px;
}
.get-the-top-area {
    text-align: center;
}
.get-the-top-images {
    display: flex;
    justify-content: center;
    margin: 50px;
}
.get-the-top-img {
    margin: 15px;
}
.get-the-bottom-item {
    padding: 20px 15px;
    background-color: #fff;
    margin: 0 0 30px;
}

.get-the-item-txt {
    display: flex;
    justify-content: space-between;
}

.get-the-item-txt h5 {
    margin: 0;
}

.get-the-item-txt span:last-child {
    text-align: right;
}
.get-the-item-txt {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.get-the-bottom-item .main-btn {
    width: 100%;
    border-radius: 0;
    margin:0px;
    background-color: #d8b476;
    padding: 8px 15px;
}
.get-the-btn{
    color: #60867b;
}
.get-the-bottom-crown{
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}
.no-accent-triangle img{
    margin-bottom: -1px !important;
}
.get-the-bottom-crown img {
    background-color: #187a61;
    height: auto;
    position: relative;
    width: 142px;
}
.get-the-bottom-crown:before{
    position: absolute;
    content: '';
    text-align: center;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 10px;
    border-bottom: 2px solid #3b9270;
}



/************* New Inner Get the Area***************/
.get-the-area.new-inner{
    background-color: #fff;
}

.get-the-area.new-inner::before {
    background-color: #3d8f79;
}
.recommended-options-area{
    text-align: center
}

.nav-tabs {
  border-bottom: medium none;
}
.recommended-tab-top ul{
    display: flex;
    justify-content: center;
}
.recommended-options-tab-area .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	height: 65px;
	width: 265px;
	text-align: center;
	color: #151a2a;
	display: table-cell;
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
}

.recommended-options-tab-area .nav-tabs .nav-item .active{
    background-color: #197a60;
    color: #fff;
    border: 2px solid #d8b476;
}
.slick-slide img {
    display: block;
    transition: none !important;
    -webkit-transition: none !important;
}
.recommended-options-tab-area .nav-item {
    margin: 0 5px;
}
.recommended-tab-top h6 {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.tab-content-top-details {
	color: #fff;
	margin: 15px 0 20px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 19px;
}

.new-inner .get-the-bottom-item {
    border: 6px solid #156c4e;
    border-radius: 4px;
    padding: 0;
    margin: 0px 15px;
}
.get-the-bottom-item-details{
    padding: 20px 20px 25px;
    color: #616161;
    text-align: left;
}
.get-the-bottom-item-details p{
    font-size: 14px;
    line-height: 20px;
    color: #616161;
    margin-bottom: 20px;
}
.new-inner .get-the-item-txt {
    border-bottom: 1px solid #e1ece8;
    padding-bottom: 5px;
}
.new-inner .get-the-item-txt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #151a29;
}
.get-item-price {
    text-align: right;
}
.get-item-price h5{
    color: #3d8f79 !important;
}
.get-item-price span{
    font-size: 14px;
}
.get-item-price p{
    font-size: 12px;
    margin-bottom: 0px;
    color: #989898;
}
.new-inner .get-the-bottom-item .main-btn {
    line-height: 52px;
        max-width: 100%;
}
.get-the-bottom-item-img {
    background-color: #156c4e;
    color: #e6e6e6;
    padding: 15px 5px 10px;
    position: relative;
    text-align: left;
    font-size: 12px;
}
.get-the-bottom-item-img a{
    color: #e6e6e6;
}
.get-the-bottom-item-img a:hover{
    color: #fff;text-decoration: none;
}
.get-the-bottom-item-img a img {
    float: left;
    margin-right: 10px;
}
.important-img {
    bottom: 0;
    position: absolute;
    right: 0;
}
.important-img img{
    max-width: 110px;
}
.get-the-bottom-item-slider .slick-arrow {
    background-color: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 31px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.get-the-bottom-item-slider .slick-prev {
    left: -50px;
}
.get-the-bottom-item-slider .slick-next {
    right: -50px;
}
.new-inner .get-the-bottom-crown::before {
  border-bottom: 2px solid #d9b377;
    bottom: 35px;
}
.new-inner .get-the-bottom-crown img {
  background-color: #3d8f79;
    padding: 0 10px 50px;     
    width: 180px;
    margin-bottom: 2px;
    display: inline-block;
}

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
	height:0px;
    /*overflow-x: hidden;*/
}
.tab-content > .tab-pane.active {
    visibility: visible;
}
.tab-content > .active {
    height:auto;
}
/*************The Rex Area***************/


.the-rex-area {
	text-align: center;
	background-color: #f3f3f3;
    counter-reset: section;
    padding-bottom: 120px;
}
.the-rex-top-area{
    margin: 0 0 50px;
}
.the-rex-top-area span, .why-choose-area h2 span{
    color: #b32225;
}
.process-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.three-column{
      width: 33.33%;
}
.the-process-coll{
    margin: 17px 0 30px;
    width: 27%;
}
.the-process-coll span.process-icon{
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    border: .2px solid rgba(180, 151, 90, 0.3);
    border-radius: 50%;
    display: flex;
    height: 125px;
    justify-content: center;
    margin: 0 auto 26px;
    position: relative;
    width: 125px;
}
.the-process-coll span.process-icon::before {
    background-color: #fff;
    border: 0.1rem solid #b4975a;
    border-radius: inherit;
    bottom: 0.9rem;
    content: "";
    display: block;
    left: 0.9rem;
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
    z-index: -1;
}
.the-process-coll span.process-icon img {
    max-width: 40px;
}
.the-process-coll h4 {
    letter-spacing: .12rem;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
}
.the-process-coll h4:before{
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    counter-increment: section; 
    content:counter(section);
    color: rgba(21,27,47,.1);
    font-size: 72px;
}
.the-process-coll p {
    color: #313f49;
    letter-spacing: .09rem;
    line-height: 2;
    font-size: 18px;
}
.the-process-coll::before {
	background-image: url(../assets/images/ellipsis.png);
	background-repeat: repeat-x;
	background-position: left top;
	content: "";
	display: block;
	height: 4px;
	left: 75%;
	position: absolute;
	top: 60.5px;
	width: 90%;
	z-index: -1;
}
.the-process-coll:last-child::before {
	display: none;
}
.the-rex-bottom-area {
	margin: 30px auto 0;
    max-width: 1080px;
    width: 100%;
}
.the-rex-bottom-area p{
	font-size: 12px;
    line-height: 16px;
}
.the-rex-bottom-btn .main-btn{
    background-color: #b32225;
    position: relative;
    border-radius: 0;
    letter-spacing: .14rem;
    padding: 20px 40px;
    font-size: 14px;
    margin-top: 45px;
}
.the-rex-bottom-btn .main-btn:before, .the-rex-bottom-btn .main-btn:after{
    top: 50%;
    height: .1rem;
    width: 270px;
    left: -300px;
    position: absolute;
    content: '';
    background: linear-gradient(to right,rgba(0,0,0,0),#b4975a);
}

 .the-rex-bottom-btn .main-btn:after{
     left: inherit;
     right: -300px;
     transform: rotate(180deg);
}
.why-choose-area h4{
    margin: 30px 0 10px;
    font-size: 24px;
    font-weight: 600;
}
.why-choose-area h2{
   font-size: 42px;
    margin-bottom: 15px;
}
.why-choose-area p{
    font-size: 14px;
    line-height: 22px;
    color: #171d31;
}
.why-choose-area ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why-choose-area ul li{
    width: 50%;
    margin: 10px 0;
    color: #3d4253;
    font-size: 16px;
}
.why-choose-area .the-rex-icon {
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 7px;
}
.why-choose-area .the-rex-icon img{
    max-width: 24px;
}
.why-choose-area .main-btn {
	width: 100%;
	border-radius: 0;
	margin: 0px;
	background-color: #d8b476;
	padding: 16px 15px;
    max-width: 300px;
    font-size: 14px;
}
.why-choose-img {
	margin-top: -100px;
}


/*************Inner2 Page Area***************/

/*----- Banner Area -----*/

.inner-banner-area2 {
    background-color: #b11f29;
    color: #fff;
    position: relative;
    padding-bottom: 220px;
    overflow: hidden;
}
.inner-banner-area2:before, .inner-banner-area2:after{
    background-image: url(../assets/images/inner-banner-left-dot.png);
    height: 595px;
    width: 174px;
    left: 0;
    top: 110px;
    background-size: auto;
    background-position:  left;
    position: absolute;
    content: '';
    z-index: 1;
    background-repeat: no-repeat;
}
.inner-banner-area2:after{
    background-image: url(../assets/images/inner-banner-bottom-overlay2.png);
    height: 346px;
    width: 100%;
    left: 0;
    bottom: -3px;
    top: inherit;
    background-size: 100%;
    background-position:  center bottom;
    z-index: 0;
}

.inner-banner-txt2 {
    padding-top: 88px;
    position: relative;
    z-index: 1;
}
.inner-banner-txt2 h2{
    margin: 0 0 20px;
}
.inner-banner-txt2 p{
    color: rgba(255,255,255,.75);
    font-size: 20px;
}

.inner-banner-btn-area2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding-right: 126px;
}
.inner-banner-btn2 {
    border-right: 1px solid rgba(217, 179, 119, 0.32);
    padding: 15px 24px 15px 0;
    width: 48%;
}
.inner-banner-btn2:last-child {
    border-right: none;
}
.inner-banner-btn2:last-child .main-btn {
    background-color: #177b63;
    color: #fff;
}
.inner-banner-btn2 .main-btn {
    color: #000;
    background-color: #fbfffa;
    width: 100%;
    margin: 0;
    padding: 20px;
    white-space: nowrap;
}
.inner-banner-btn-txt2 {
    padding: 20px 50px 0 0;
    position: relative;
}
.inner-banner-btn-txt2 p{
    font-size: 12px;
    line-height: 18px;
}
.inner-banner-btn-txt2::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 20px;
    height: 34px;
    width: 34px;
    background-image: url(../assets/images/inner-banner2-icon1.png);
}
.inner-banner-btn2:last-child .inner-banner-btn-txt2::before {
    background-image: url(../assets/images/inner-banner2-icon2.png);
}

.inner-banner-img2{
  position: absolute;
  right: 0;
  top: 0;
}

/*----- Get The Area -----*/

.get-the-area2{
    position: relative;
    padding: 45px 0 0px;
    border-bottom: 9px solid #d9b377;
    color: #161b2e;
    overflow: hidden;
}
.get-the-area2::before{
    background-image: url(../assets/images/get-the-before-dot.png);
    position: absolute;
    height: 207px;
    width: 103px;
    content: '';
    bottom: 45%;
    left: 0;
    z-index: 1;
}
.get-the-area2::after{
    position: absolute;
    height: 61%;
    width: 100%;
    background-color: #161b2e;
    content: '';
    bottom: 0;
    left: 0;
    z-index: -1;
}
.get-the-top-area2 {
    text-align: center;
}
.bottle-group-items {
    padding: 10px 0px;
}
.bottle-group-items .slick-arrow{
    border: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    margin-top: -20px;
    position: absolute;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #b32025;
}
.bottle-group-items .slick-arrow.slick-next{
    right: 0px;
}
.bottle-group-items .slick-arrow.slick-prev{
    left: 0px;
}
.bottle-group-items .slick-arrow:hover{
    color: #802b21;
}
.bottle-img-item {
    position: relative;
    padding: 0px 30px;
    height: 500px;
    display: flex !important; 
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.bottle-img-big {
    width: 100%;
    text-align: center; 
}
.bottle-img-big img{
    max-width: 140px;
    display: inline-block;
    width: 100%;
}
.bottle-img-item span {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    height: 50px;
    display: block;
}
.bottle-img-item span img{
    max-width: 100px;
    display: inline-block;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.get-the-bottom-item2 {
    background-color: #fff;
    border-radius: 10px;
}
.get-the-item-txt2 {
    display: flex;
    justify-content: space-between;
}
.get-the-item-txt2 h5, .get-the-item-txt2 p{
    margin: 0;
}
.get-the-item-txt2 span:last-child {
    text-align: right;
}
.get-the-item-txt2 {
  background-color: #eeeeee;
  border-radius: 10px 10px 0 0;
  padding: 25px 30px;
}
.get-the-item-txt2-details{
    padding:35px 25px 25px;
}
.get-the-bottom-item2 .main-btn {
    width: 100%;
    margin: 0 0 15px;
    background-color: #187a60;
}
.get-the-btn2{
    color: #187a60;
    font-size: 12px;
}
.get-the-bottom-crown2{
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.get-the-bottom-crown2 img{
    position: relative;
    margin-bottom: 14px;
}
.for-get-the-after-dot{
    position: relative;
    z-index: 1;
}
.for-get-the-after-dot::after {
    background-image: url("assets/images/get-the-after-dot.png");
    bottom: -11px;
    content: "";
    height: 207px;
    position: absolute;
    right: -44px;
    width: 207px;
    z-index: -1;
}

/*----- The Rex Area -----*/


.the-rex-area2 {
	text-align: center;
	background-color: #f5f5f5;
}
.the-rex-top-area2{
    margin: 0 0 50px;
}
.the-rex-top-area2 span, .why-choose-area2 h2 span{
    color: #b32225;
}
.the-rex-item2{
    margin: 0 0 30px;
}
.the-rex-item2 p, .why-choose-area2 p{
    color: rgba(22,27,46,0.73)
}
.the-rex-item2 span {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 170px;
    line-height: 170px;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    width: 170px;
    z-index: 1;
}
.the-rex-bottom-area2 {
	margin: 15px 0 0;
}
.the-rex-bottom-area2 p{
    color: rgba(22,27,46,0.40)
}
.the-rex-bottom-btn2 .main-btn{
    background-color: #187a60;
}
.for-border{
    border-bottom: 4px solid #d9b377;
    padding-top: 65px;
}


/*----- Why Choose Area -----*/

.why-choose-area2{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.why-choose-area2::before{
    height: 867px;
    width: 302px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 100px;
    background-image: url(../assets/images/why-choose-before.png);
    background-repeat: no-repeat;
}
.why-choose-area2:after{
    position: absolute;
    content: '';
    background-image: url(../assets/images/why-choose-after.png);
    height: 863px;
    width: 239px;
    background-position: right bottom;
    right: 0;
    top: 100px;
    z-index: -1;
}
.why-choose-area-details2 h2{
    margin: 0 0 25px
}
.why-choose-area-details2 h3{
    margin: 30px 0 10px
}
.why-choose-img2 {
	margin: 30px 0 50px;
}
.why-choose-area-details2 ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.the-rex-txt2{
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    color: rgba(22,27,44, 0.94);
}
.why-choose-area-details2 .the-rex-icon2 {
    background-color: #f3f3f3;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    margin: 0 0 30px;
    text-align: center;
    width: 90px;
}

.why-choose-area-details2 .main-btn {
    background-color: #187a60;
    margin: 0 0 22px;
}

.why-choose-area-details2 .main-btn {
    background-color: #187a60;
    margin: 26px 0 22px;
}



/**************** Index3 Banner ***************/

.index3-banner-area{
    background-image: url(../assets/images/index3-banner-bg2.jpg);
    position: relative;
    background-size: cover;
    background-position: top right;
    padding: 175px 0 170px;
    overflow: hidden;
}
.index3-banner-txt{
    color: #fff;
}
.index3-banner-txt h2{
    font-size: 48px;
    line-height: 48px;
}
.index3-banner-txt h2 span{
    color: #ebee4b;
}
.index3-banner-txt ul{
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
}
.index3-banner-txt ul li{
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}
.index3-banner-txt ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 20px;
    width: 2px;
    background-color: #ebee4b;
}
.index3-banner-txt h6, .index3-banner-txt p span{
    font-style: italic;
}
.index3-banner-txt .main-btn{
    text-transform: capitalize;
    background-color: #b32025;
    padding: 20px 35px;
    border-radius: 0;
}
.index3-banner-details{
    position: relative;
}
.index3-banner-img {
    position: absolute;
    right: 123px;
    top: -121px;
}
.inner-banner-overlay {
    position: relative;
}
.inner-banner-overlay span {
    position: absolute;
    background-color: #bc0419;
    width: 2px;
    height: 100px;
    bottom: -50px;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
}



/************New Inner Page***********/

.new-inner-btn-area {
    display: flex;
    padding: 19px 0;
    margin: 40px 0 0;
}
.new-inner-btn {
    max-width: 50%;
    width: 100%;
}

.new-inner-btn .main-btn {
    background-color: #d9b377;
    border-radius: 0;
    margin: 0;
    padding: 14px 15px;
    width: 100%;
    font-size: 18px;
}
.new-inner-txt {
    max-width: 50%;
    padding: 0 0 0 25px;
    width: 100%;
}
.new-inner-txt.review {
    background-color: #fff;
    margin-left: 15px;
    padding: 5px 10px;
}
.new-inner-txt p{
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}
.new-inner-txt.review .star-block {
    justify-content: flex-start;
    margin-bottom: 5px;
}
.new-inner-txt.review .star-block i{
    font-size: 12px;
}
.new-inner-txt.review p{
    color: #545454;
    font-size: 12px;
    line-height: 12px;
}
.new-inner-banner-icon {
    margin-top: 30px;
}
.new-inner-banner-icon ul{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-inner-banner-icon li {
    display: flex;
    max-width: 260px;
    width: 100%;
    align-items: center;
}
.icon-img {
    max-width: 60px;
    width: 100%;
}
.icon-img img{
    opacity: 0.3;
    max-width: 50px;
    min-width: 40px;
}
.megamenu4-left-icon ul li:last-child .icon-img img{
    max-width: 60px;
}
.icon-txt {
    color: #a4a4a4;
    font-size: 14px;
    max-width: 300px;
    text-transform: uppercase;
    width: 100%;
    line-height: 18px;
    font-weight: 600;
}



/************Real Members. Real Reviews Page***********/

.rm-rm-area {
    background-color: #151b2f;
    color: #fff;
}
.rm-rm-area-detalis h2 span, .real-doctor-top span, .real-doctor-item span{
    color: #a41e25;
}
.rm-rm-slider-item {
    display: flex !important;
    padding: 80px 20px 50px 115px;
}
.rm-rm-slider-img {
      max-width: 160px;
      position: relative;
      width: 100%;
}
.rm-rm-slider-txt {
    width: 100%;
}
.rm-rm-slider-img{
    position: relative;
}
.rm-rm-slider-img span{
    border: 1px solid #8c784f;
    border-radius: 50%;
    display: inline-block;
    height: 112px;
    overflow: hidden;
    position: relative;
    width: 112px;
}
.rm-rm-slider-img::before {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 130px;
    left: -9px;
    position: absolute;
    width: 130px;
    top: -9px;
}
.rm-rm-slider-img > img {
    display: inline-block;
}
.rm-rm-slider-area .slick-dots {
    bottom: -20px;
    display: flex;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(-50%);
}
.rm-rm-slider-area .slick-dots li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: 10px;
    padding: 0 !important;
    position: relative;
    background-color: none;
}
.rm-rm-slider-area button {
    border: medium none !important;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #ffffff;
    width: 8px !important;
    height: 8px;
    cursor: pointer;
}
.rm-rm-slider-area .slick-active button{
    background-color: #b21f24;
    position: relative;
}
.rm-rm-slider-area .slick-active:before{
    height: 20px;
    width: 20px;
    position: absolute;
    content: '';
    left: -7px;
    top: -6px;
    border: 1px solid #5a5c6a;
    border-radius: 50%;
        
}


/************Real Doctors Page***********/
.doctors {
  padding: 14rem 0 .1rem;
  position: relative;    
}
.real-doctor-area {
position: relative !important;
    text-align: center;
}
.real-doctor-area::before {
    background-color: #f3f3f3;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.real-doctor-hand {
    position: absolute;
    right: 0;
    top: -134px;
    max-width: 42%;
}
.real-doctor-top {
    margin: 0 0 60px;
}
.real-doctor-top h2 {
    margin: 10px 0 20px; 
}

.real-doctor-item-border{
    border: 1px solid #bca36d;
    padding: 15px;
    margin: 0 0 30px;
}
.real-doctor-item {
    background-color: #151b2f;
    color: #fff;
    min-height: 180px;
    padding: 50px 15px;
}
.real-doctor-bottom-btn {
    margin: 18px 0 0;
}
.real-doctor-imp-btn {
    position: relative;
}
.real-doctor-imp-btn::before {
    background-color: #eeefef;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 100%;
}
.real-doctor-imp-btn > a {
    background-color: #ffff;
    color: inherit;
    display: inline-block;
    padding: 10px 50px;
    position: relative;
}
.real-doctor-imp-btn > a i{
    font-size: 12px;
    color: #8d9499;
    margin-left: 7px;
}
.real-doctor-bottom-btn .main-btn {
    background-color: #d9b377;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 22px;
    width: 390px;
}



/************New Inner Page***********/


.telehealth-process{
    background-color: #fff;
}
.telehealth-process-row{
    text-align: center;
}
.telehealth-process-row .process-row__column{
    width: 20%;
}
.telehealth-process .get-started{
    margin-top: 0px;
}
.telehealth-process .get-started .btn{
    background-color: #d9b377;
    color: #151a2a;
    font-weight: 600;
}
.telehealth-process:before {
	border: 0px;
    left: 0px;
    width: 100%;
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606284472/RexMD/telehealth-process-arrow_bv8dfb.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 33px;
    background-size: 100% auto;
    top: 0px;
}


/**************New Inner Page**************/

.new-page1-banner .inner-banner-txt h2{
    margin: 0 0 13px;
}

.new-page1-banner .inner-banner-txt h2 span{
    font-weight: 400;
}

.new-page1-banner .inner-banner-txt .icon-txt{
    font-weight: 600;
    color: #c5c5c5;
}

.new-page1-banner .inner-banner-txt p {
    color: #d5d5d5;
    font-size: 16px;
    margin-bottom: 19px;
    letter-spacing: 1.4px;
    line-height: 22px;
}
.new-page1-banner .new-inner-btn{
    max-width: 62%;
}
.new-page1-banner .new-inner-btn .main-btn{
    margin-right: 20px;
    max-width: 400px;
    font-size: 18px;
    color: #fff;
    text-transform: inherit;
    line-height: 20px;
    padding: 25px;
}
.new-page1-banner .new-inner-banner-icon{
    margin: 0 0 0 30px;
}
.new-inner-banner-ul{
    border-bottom: 1px solid #39405c;
    border-top: 1px solid #39405c;
    padding: 16px 0 10px;
}
.new-inner-banner-ul li{
    padding-left: 18px;
    position: relative;
    line-height: 20px;
    margin: 0 0 16px;
}
.new-inner-banner-ul li::before {
    background-color: #d5d6d7;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}
.new-page1-banner .new-inner-btn-area {
    border: none;
    align-items: center;
    margin: 14px 0 0;
}
.new-inner-page-txt p {
  font-size: 14px !important;
  letter-spacing: 0.6px !important;
}

.new-page1-banner .icon-img {
    margin-right: 5px;
}
.new-page1-banner .inner-banner-txt {
  padding: 18px 0 35px;
}
.inner-banner-bottom {
    background-color: #1d253c;
}
.inner-banner-bottom-txt {
    padding: 13px 0;
}
.inner-banner-bottom-txt p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.new-inner-img1 {
    bottom: -127px;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-left: 80px;
}
.new-inner-img1 img{
    max-width: 600px;
    width: 100%;
}
/*
.inner-banner-img {
    position: relative;
}
.inner-banner-img::before {
    background-color: #d7b176;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 600px;
    left: 27px;
    position: absolute;
    width: 600px;
}
.inner-banner-img.aos-init.aos-animate > img {
    position: relative;
}
*/

/**********Real Care****************/
.real-care-section {
    background-color: #151a29;
    color: #fff;
    padding: 60px 0 40px;
    position: relative;
}
.real-care-section .section-header {
    text-align: left;
    margin: 0 0 57px;
}

.real-care-section .section-header p {
    font-size: 14px;
    line-height: 20px;
}
.real-care-item h5 {
    color: #d9b377;
    font-size: 22px;
}
.real-care-item:hover .popup-button{
    opacity: 1;
    transform: translateY(0%);
    z-index: 100;
      -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}
.popup-button{
        transform: translateY(100%);
    opacity: 0;
        width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.popup-button .get-started-link{
    display: flex;
    z-index: 10000;
    border: 0;
    position: relative;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.real-care-item {
    background-color: #1d253c;
    color: #fff;
    padding:20px 15px;
    margin: 0 0 30px;
    position: relative;
}
.real-care-item p {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
}
.real-care-item ul {
    margin: 0;
    padding: 0;
}
.real-care-item ul li {
    padding-left: 27px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}
.real-care-item ul li:before{
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto/v1607361980/RexMD/check_kyjzdd.svg);
    height: 18px;
    width: 18px;
    left: 0;
    top: 10px;
    position: absolute;
    content: '';
    background-size: 16px;
    background-repeat: no-repeat;
}
.real-care-item.bottom-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.real-care-item.bottom-item li {
    width: 25.1%;
}

.real-care-mobile {
    bottom: -40px;;
    position: absolute;
    right: -60px;
    max-width: 680px;
    width: 100%;
}
/********** Primary Care ****************/
.primary-care-section {
    background-color: #f1f1f1;
    padding: 115px 0 0;
    position: relative;
    border-top: 2px solid #fff;
}
.primary-care-img {
    height: auto;
    left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    max-width: 560px;
}
.primary-care-img img{
    position: relative;
    width: 100%;
}
.primary-care-img:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 10px;
    top: 10px;
    background-color: #e8e8e8;
}
.primary-slider-item h1 {
    margin: 0 0 15px;
}
.sub-title {
    color: #8c8c8c;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 37px;
    line-height: 30px;
}
.primary-slider-item p {
    line-height: 36px;
}
.primary-slider-area {
    padding: 90px 0 0 93px;
    margin-top: 30px;
}
.primary-slider-area .slick-dots {
    list-style: outside none none;
    text-align: center;
    position: absolute;
    left: 95px;
    top: 0;
}
.primary-slider-area .slick-dots li {
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin:0 49px 0 0;
    padding: 5px;
    vertical-align: middle;
}
.primary-slider-area .slick-dots button {
    background: #d0d0d0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 34px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -999px;
    width: 34px;
}
.primary-category-link{
    text-decoration: none !important;
    color: unset !important;
}
.primary-slider-area .slick-dots li.slick-active button {
  background: #d9b377;
}
.primary-care-bottom-area{
    color: #fff;
    background-color: #1d253c;
    margin-top: 92px;
}
.primary-care-bottom-details .new-inner-btn-area {
    border: none;
    margin: 0;
    padding: 38px 0 38px 93px;
}
.primary-care-bottom-details .new-inner-btn-area {
    align-items: center;
}
.primary-care-bottom-details .new-inner-btn {
  max-width: 60%;
}
.primary-care-bottom-details .new-inner-banner-icon {
    margin: 0 0 0 20px;
}
.primary-care-bottom-details .icon-img {
    margin-right: 20px;
}
.primary-care-bottom-details .icon-txt {
    color: #fff;
    white-space: nowrap;
}




/***************New Page2**************/

.np2-banner .inner-banner-txt h2{
    font-size: 5.5rem;
}
.np2-banner .inner-banner-txt h2 span{
    font-weight: 400;
}

.np2-inner-img{
  margin-bottom: -110px;
  position: relative;
}
.np2-banner-silder-area {
    background-color: #d9b377;
    left: -115px;
    padding: 35px 30px;
    position: absolute;
    text-align: left;
    top: 228px;
    width: 380px;
    z-index: 1;
}
.np2-banner-silder-area::before {
    background-color: #ac1025;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: -11;
}
.np2-inner-img .star-block {
    justify-content: left;
    color: #d9b377;
}
.np2-slider-item p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 18px;
}
.np2-inner-img hr {
    border-color: #d9b377;
}

.np2-slider-item {
    position: relative;
    z-index: 1;
}
.np2-banner .new-inner-btn .main-btn {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 0 16px;
    max-width: 327px;
    padding: 18px 20px;
    text-transform: uppercase;
    width: 100%;
}
.np2-banner .new-inner-banner-icon{
    width: 100%;
    margin-left: 0;
}


/*************New Page2 Banner Bottom Area***************/

.np2-banner-bottom {
    padding: 70px 0 70px;
}

.np2-banner-bottom.extra-padding {
    padding: 140px 0 70px;
}
.np2-banner-bottom-item {
    margin: 0 0 30px;
    text-align: center;
}
.np2-banner-bottom-item img {
  z-index: 1;
}
.np2-banner-bottom-item span {
    width: 9rem;
    display: inline-block;
    margin: 0 0 20px;
    border: 2px solid #e1b77e;
    height: 9rem;
    border-radius: 50%;
}
.next-icons{
    width: 9rem;
    height: 9rem; 
    margin-right: 20px;
}

.next-icons span {
    width: 9rem !important;
    display: inline-block;
    margin: 0 0 20px;
    border: 2px solid #e1b77e;
    height: 9rem !important;
    border-radius: 50%;
    background: #131a2f;
}
/*************New Page2 Banner Bottom Area***************/

.about-premature-area {
    padding: 80px 0 0px;
    background-color: #f3f3f3;
}

.about-premature-title{
    text-align: center;
    margin: 0 0 66px;
}
.about-premature-details {
    padding-bottom: 60px;
}
.about-premature-details h2 {
    margin: 0 0 40px;
}
.about-premature-details h5 {
    border-bottom: 1px solid #d6d9db;
    color: #b27d4a;
    display: inline-block;
    font-size: 24px;
    margin: 0 0 9px;
    padding: 0 0 14px;
    width: 100%;
}
.about-premature-details p {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 20px;
}
.about-premature-img {
    height: 100%;
    padding-left: 60px;
    display: flex;
    align-items: flex-end;
}

/************* Treatment Area***************/

.np2-treatment .treatment-items-details {
    padding-top: 60px;
    padding-bottom: 64px;
}
.treatment-items-block {
    max-width: 800px;
    width: 100%;
    padding-left: 70px;
}
.treatment-items-block.prescription {
    padding-left: 300px;
    max-width: 1000px;
}
.np2-treatment .treatment-items-details p {
    margin-bottom: 0;
}
.np2-treatment .getStarted-btn {
    background-color: #ac0e24;
    border-radius: 0;
    max-width: 328px;
}
.np2-treatment .treatment-item-top {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.np2-treatment .treatment-item-top p {
    color: #79797b;
    font-size: 18px;
}

.np2-treatment .treatment-bot-text p {
    color: #151a29;
    font-size: 15px;
    line-height: 21px;
}

.np2-treatment .treatment-items-area.bottom .treatment-items-area {
    padding: 100px 0;
}

.np2-treatment .treatment-items-details {
    margin-left: 10%;
    position: relative;
    width: 90%;
}



.np2-treatment .treatment-img {
    left: 0;
    max-width: 250px;
    margin-top: 100px;
}

.np2-treatment .treatment-items-area.bottom .treatment-img {
    bottom: -15px;
    top: inherit;
    width: 100%;
}

.np2-treatment .treatment-img::before {
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto/v1607352578/RexMD/Prescription-dot_bngcmy.png");
    content: "";
    height: 255px;
    left: 100%;
    position: absolute;
    top: 175px;
    width: 111px;
    z-index: 0;
}
.np2-treatment .treatment-items-area.bottom .treatment-img::before {
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto/v1607352781/RexMD/wipes-dot_caletr.png");
    content: "";
    height: 134px;
    position: absolute;
    left: 30px;
    top: 115px;
    width: 203px;
    z-index: 0;
}

.np2-treatment .treatment-price-area {
    padding: 30px 30px 0 0px;
}

.np2-treatment .treatment-items-area {
    padding: 60px 0;
      /*  max-width: 1000px;*/
    margin: 0 auto;
}

.np2-treatment .treatment-btn {
    margin: 15px 0 0;
}

/************* NP2 the process Area***************/

.np2-the-process-area {
    position: relative;
}

.np2-the-process-area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 490px;
    background-color: #151b2f;
}

.np2-the-process-area .whats-title {
    text-align: center;
}

.the-process-count {
    color: #ffffff;
    font-size: 28px;
    left: 50px;
    line-height: 28px;
    position: absolute;
    top: 40px;
}

.np2-the-process-img-border {
    border: 1px solid #b4975a;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.np2-the-process-img {
    background-color: #ac0e24;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.np2-the-process-img img{
    width: 100%;
}
.np2-the-process-items {
    display: flex;
    justify-content: space-between;
}

.np2-the-process-item {
    margin: 0 0 30px;
    width: 30.8%;
    position: relative;
}

.np2-the-process-item::before {
    content: "";
    height: 29px;
    position: absolute;
    right: -43px;
    top: 155px;
    width: 36px;
}

.np2-the-process-item:last-child::before {
    display: none;
}

.np2-the-process-txt > h5 {
    font-size: 24px;
}

.np2-the-process-txt {
    margin-top: 26px;
}
.get-started {
    /*overflow: hidden;*/
    overflow: inherit;
}
.np2-the-process-area .get-started {
    margin-top: 21px;
    text-align: center;
}

/************* NP2 Whats Area***************/
.np2-whats-area{
    padding: 130px 0 140px;
    background-color: #f3f3f3;
    
}
.np2-whats-title {
  margin: 0 0 65px;
  position: relative;
  text-align: center;
}
.np2-whats-title::before {
    border: 1px solid #ac8a54;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    top: 41px;
    width: 100%;
}
.np2-whats-title h2 {
    background-color: #f3f3f3;
    display: inline-block;
    padding: 0 50px;
    position: relative;
}
.np2-whats-items {
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 90%;
}
.np2-whats-item {
    border: 1px solid #b4975a;
    padding: 45px 50px 0;
    width: 48%;
    margin: 0 0 30px;
}
.np2-whats-item-top {
    align-items: center;
    display: flex;
    margin: 0 0 28px;
}
.np2-whats-item-top span{
    display: inline-block;
    position: relative;
    width: 25%;
    margin-right: 20px;
}
.np2-whats-item-top span img{
    width: 100px;
}
.np2-whats-item-top h5 {
    font-size: 24px;
    width: 70%;
}
.np2-whats-item-txt  {
    padding-bottom: 20px;
}
.np2-whats-item-txt p {
    line-height: 30px;
    margin-bottom: 0px;
}

/************* NP2 King Area***************/


.np2-king .icon-list__item span {
    /*max-width: 106px;*/
    width: 100%;
    border-radius: 50%;
    border: 2px solid #b4975a;
}
.king::after {
    background: rgba(0, 0, 0, 0) url("https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606318310/RexMD/section-danger-top-arrow_ompz5y.svg") no-repeat scroll center center;
    content: "";
    display: block;
    height: 3.1rem;
    left: 50%;
    margin-left: -5.7rem;
    position: absolute;
    top: 0;
    width: 11.2rem;
    z-index: 1;
}
.np2-king .icon-list__icon {
    width: 9rem;
    height: 9rem;
}

/******************* New Page3 *****************/
.np3-banner{
   /* background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606160154/RexMD/np3-banner-bg_atf15p.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.np3-banner::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  background-color: #151b2f;
  animation: bg-opacity 3s;
  animation-iteration-count: 1;
}
/*
.np3-banner{
    background-image: url(../assets/images/np3-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.0;
-webkit-transition: background 1.5s linear;
-moz-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
-ms-transition: background 1.5s linear;
transition: background 1.5s linear;
}*/
.np3-banner .new-inner-banner-ul li {
  padding-left: 60px;
}
.np3-banner .new-inner-banner-ul {
    border: none;
}
.np3-banner .new-inner-banner-ul li::before {
  background-color: #ab1024;
  width: 43px;
}
.np3-banner .new-inner-btn-area {
  margin: 0;
}
.np3-banner .new-inner-btn .main-btn {
    color: #fff;
    max-width: 380px;
    text-transform: uppercase;
    /*padding: 18px 140px 18px 45px;*/
    position: relative;
}
.np3-banner .new-inner-btn {
    position: relative;
}
.np3-banner .new-inner-btn .main-btn span{
    font-size: 30px;
    height: 100%;
    line-height: 30px;
    padding: 6px 15px 6px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    background-color: #ab1024;
}
.np3-banner .new-inner-btn .main-btn span strong{
    font-weight: 600;
}
.np3-banner .new-inner-btn .main-btn span::before {
    border-bottom: 37px solid transparent;
    border-right: 37px solid #ab1024;
    border-top: 39px solid transparent;
    content: "";
    height: 0;
    left: -41px;
    position: absolute;
    top: 0px;
    width: 41px;
    z-index: 1;
}
.np3-banner .new-inner-btn .main-btn:hover span{
  background-color: #d9ab75;
}
.np3-banner .new-inner-btn .main-btn:hover span::before{
    border-right: 39px solid #d9ab75
}
.np3-inner-page-txt p {
    color: #d9b377 !important;
    font-size: 14px !important;
    letter-spacing: 0.6px !important;
}
.np3-banner .inner-banner-bottom-txt{
    padding: 17px 0;
}
.np3-banner .inner-banner-bottom-txt p {
    color: #d5d5d5;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    text-align: center;
}
.np3-banner .np3-banner-img{
    position: absolute;
    bottom: -1px;
}
.button-accent{
    padding: 18px 140px 18px 45px !important;
        
}
/******************* np3 Sliper area *****************/

.n3p-sliper-area{
    padding: 100px 0;
}
.np3-simpler-icon {
    margin: 0 0 43px;
}
.n3p-sliper-area .section-title {
    margin: 0 0 20px;
}
.n3p-sliper-area .section-header p {
    line-height: 24px;
}
.np3-simpler-icon span {
    border: 4px solid #d9b377;
    border-radius: 50%;
    display: inline-block;
    width: 114px;
    height: 114px;
}
.n3p-sliper-area .process-row__column:not(:last-child)::before {
    top: 5.5rem;
}


/******************* np3 Real Care area *****************/

.np3-rc-area{
    overflow: hidden;
}
.np3-rc-area .real-care-mobile {
    right: -310px;
    bottom: -40px;
}
.np3-rc-area .real-care-item{
    min-height: 275px;
    background-color: #151a29;
    border: 1px solid #b4975a;
    padding: 15px;
    padding-bottom: 25px;
    position: relative;
}
.np3-rc-area .alt-list{
    min-height: 240px;
}
.np3-rc-area .real-care-item .get-btn{
padding: 8px 10px;
    background-color: #b4975a;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -80px;
    opacity: 0;
    visibility: hidden;
    z-index: -2;
}
.np3-rc-area .real-care-item .get-btn:hover{
    text-decoration: none;
    color: #fff;
}
.np3-rc-area .real-care-item:hover .get-btn{
    bottom:-20px; 
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.np3-rc-area .real-care-item:hover{
    background-color: #11172a;
    box-shadow: 0px 0px 30px 0px rgba(0,5,17,0.7);
}
.np3-rc-area .real-care-item:hover .np3-rc-item-top h5{
    background-color: #11172a;
}
/*.np3-rc-area .real-care-item:hover .np3-rc-item-top:before{
    background-color: #b12028;
}
.np3-rc-area .real-care-item:hover h5, .np3-rc-area .real-care-item:hover p{
    color: #b12028;
}*/
.np3-rc-area .real-care-item ul {
    padding-left: 10px;
}
.np3-rc-item-top{
    position: relative;
    text-align: center;
    margin: 0 0 10px;
}
.np3-rc-item-top:before{
    content:'';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d9b377;
    left: 0;
    top: 20px;
}
.np3-rc-item-top h5{
    display: inline-block;
    background-color: #151a29;
    position: relative;
    padding: 0 20px;
}
.np3-rc-item-top p{
    color: #d9b377;
}
.np3-rc-area .real-care-item.bottom-item li {
  width: 31.1%;
}
.np3-rc-area .real-care-item ul li {
    font-weight: 400;
}
.hidden-item{
    visibility: hidden;
}
.np3-primary-area{
    position: relative;
    padding: 150px 0;
    min-height: 864px;
}
.np3-primary-area .wrapper{
    position: static;
}
.np3-primary-area::before {
	background-color: #d9b377;
	content: "";
	display: inline-block;
	height: 80px;
	position: absolute;
	right: 0;
	top: 203.8px;
	width: 84%;
}
.np3-primary-area .icon-img img{
    opacity: 1;
    width: 200px;
}
.np3-primary-details {
      padding: 54px 0 0;
}
.np3-primary-title {
    margin: 0 0 12px;
}
.np3-primary-slider-block {
    left: 0px;
    position: absolute;
    max-width: 870px;
    width: 45%;
}
.np3-primary-slider-block:before{
    position: absolute;
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606334790/RexMD/alt-slider-overlay_mbj0bv.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 91px;
    right: 0;
    top: 0;
    content: '';
    background-position: top right;
    z-index: 1;
}
.np3-slide-primary-item{
    background-repeat: no-repeat;
    background-size:cover;
    height:565px;
    width: 100%;
    background-position: center right;
}
.np3-slide-primary-item.img1{
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/c_scale,w_752/v1614917296/RexMD/patient-with-doctor-no-logo_qegusx.jpg");
}
.np3-slide-primary-item.img2{
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/c_scale,w_688/v1615871262/RexMD/rmd_menber-patient_portal_002_hwkg1s.jpg");
}
.np3-slide-primary-item.img3{
    background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/c_scale,w_722/v1615854659/RexMD/rmd_menber-patient_portal_003_ehxeec.jpg");
}
.np3-primary-slider-block .slick-dots{
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 70px;
}
.np3-primary-slider-block .slick-dots li{
    margin: 0px 5px;
    border-radius: 0px;
    border: 0px;
}
.np3-primary-slider-block .slick-dots li button{
    width: 60px;
    height: 5px;
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
}
.np3-primary-slider-block .slick-dots li.slick-active button{
    background-color: #b31f24;
}
.np3-primary-area .primary-care-bottom-details .new-inner-btn-area {
    padding: 0;
}

.np3-primary-area .primary-care-bottom-details .new-inner-btn {
    width: 315px;
}
.np3-primary-area .primary-care-bottom-details .new-inner-banner-icon {
    margin: 0 0 0 40px;
}
.np3-primary-area .new-inner-btn .main-btn {
    background-color: #ab1026;
}

.np3-primary-area .primary-care-bottom-details .icon-txt {
    color: #a4a4a4;
}
.np3-primary-title h2{
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
}

.np3-primary-details p {
    line-height: 30px;
}
.np3-primary-details h2 {
    margin: 13px 0 15px;
}

.np3-tpa{
    padding-bottom: 0;
}

.np3-tpa .whats-title{
    margin: 0 0 64px;
}
.np3-tpa .whats-title p {
    line-height: 24px;
}
.np3-tpa .whats-title h2 {
    margin: 0 0 14px;
}
.np3-tpa .whats-title p {
    line-height: 24px;
}

.cards-box {
	left: -115px;
	position: absolute;
	text-align: left;
	top: 228px;
	width: 380px;
	z-index: 1;
}
.cards-box:before {
	left: -115px;
	position: absolute;
	text-align: left;
	top: 228px;
	width: 380px;
	z-index: 1;
}

.cards-box .card {
/*	width: calc(18rem + 19vh);*/
	width: 100%;
	
	border-radius: 14px;
	cursor: pointer;
}
/*.cards-box .card:nth-child(even) {
	background: #d9b377;
}*/

.cards-box .card.hide {
	visibility: hidden;
}

.cards-box .card:not(.hide) {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
	transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #d9b377;
}

.cards-box .card:not(.hide)[data-slide='0'] {
	-webkit-transform: translate(0px, 0px) scale(1);
	        transform: translate(0px, 0px) scale(1);
	z-index: 6;
	opacity: 1;
    background: #ac1025;
}

.cards-box .card:not(.hide)[data-slide='1'] {
	-webkit-transform: translate(15px, 15px) scale(0.975);
	        transform: translate(15px, 15px) scale(0.975);
	z-index: 5;
	opacity: 0.9;
}

.cards-box .card:not(.hide)[data-slide='2'] {
	-webkit-transform: translate(30px, 30px) scale(0.95);
	        transform: translate(30px, 30px) scale(0.95);
	z-index: 4;
	opacity: 0.8;
}

.cards-box .card:not(.hide)[data-slide='3'] {
	-webkit-transform: translate(45px, 45px) scale(0.925);
	        transform: translate(45px, 45px) scale(0.925);
	z-index: 3;
	opacity: 0.7;
}

.cards-box .card:not(.hide)[data-slide='4'] {
	-webkit-transform: translate(60px, 60px) scale(0.9);
	        transform: translate(60px, 60px) scale(0.9);
	z-index: 2;
	opacity: 0.6;
}

.cards-box .card:not(.hide)[data-slide='5'] {
	-webkit-transform: translate(75px, 75px) scale(0.875);
	        transform: translate(75px, 75px) scale(0.875);
	z-index: 1;
	opacity: 0.5;
}

.cards-box .card:not(.hide)[data-slide='0'] {
	-webkit-transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
	transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
}

.content-placeholder {
	padding: 40px 40px 25px;
}

.content-placeholder .row {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row nowrap;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: calc(.8rem + 0.4vw);
}

.content-placeholder .row .img {
	flex-shrink: 0;
	position: relative;
	margin-right: 20px;
	background: #5eebc6;
	width: calc(56px + 2vw);
	height: calc(56px + 2vw);
	border-radius: 50%;
}

.content-placeholder .row .img::after {
	content: attr(data-letter);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: calc(30px + 1vw);
	font-weight: bold;
	color: white;
}

.content-placeholder .row .img-text {
	background: #a7f4e0;
	width: 45%;
	min-width: 145px;
	height: 20px;
	margin-top: -20px;
	border-radius: 10px;
}

.content-placeholder .row .img-text::after {
	content: "";
	display: block;
	width: 80%;
	height: 10px;
	margin-top: 30px;
	background: #a7f4e0;
	border-radius: 10px;
}

.content-placeholder .text {
	background: #a7f4e0;
	width: 90%;
	height: 2vh;
	min-height: 12px;
	max-height: 14px;
	border-radius: 10px;
}

.content-placeholder .text.text--m {
	width: 80%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
}

.content-placeholder .text.text--s {
	width: 70%;
	margin-top: 2vh;
	height: 2vh;
	min-height: 12px;
}

.content-placeholder .btn {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	background-color: #11d5af;
	border-radius: 40px;
}






/***************New Page4 Banner area*****************/
.np4-banner{
    padding: 0;
}
.np4-banner .wrapper{
    position: static;
}

.np4-banner .inner-banner-txt {
    padding: 19.4rem 0 8rem;
}
.np4-banner-img {
    /*background-image: url("https://res.cloudinary.com/conversion-labs-inc/image/upload/v1598629131/RexMD/rexmd-man-bottle_mmmhte.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 3px solid #d9b377;
    height: 100%;
    max-width: 58%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0px;
}
.np4-banner-img .cards-box{
    left: 40px;
    top: 280px;
}
.np4-banner-img .cards-box .card{
    border-radius: 0px;
}
.np4-banner-img .cards-box .content-placeholder{
    padding: 20px 20px 15px;
}

.np4-banner .np2-inner-img{
  position: relative;
  z-index: 1;
}
.np4-banner .np2-banner-silder-area, 
.np4-banner .np2-banner-silder-area:before {
    border-radius: 50%;
    height: 340px;
    width: 340px;
}
.np4-banner .np2-banner-silder-area{
    padding: 30px 30px 30px 20px;
}
.np4-banner .np2-banner-silder-area{
    left: 40px;
    top: 160px;
}
.np4-banner .np2-inner-img .star-block {
  justify-content: center;
    margin: 0 0 26px;
}
.np4-banner .np2-slider-item {
  padding-top: 24px;
  text-align: center;
}



/***************New Page4 OSS area*****************/

.np4-oss-area {
    background-color: #f3f3f3;
    padding: 110px 0;
}
.np4-oss-area .section-title {
    margin: 0 0 70px;
    text-align: center;
}
.oss-slider-full-img {
    margin-bottom: 30px;
    position: relative;
}
.oss-slider-full-img::before {
    background-color: #ac0e24;
    content: "";
    height: 100%;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 100%;
    z-index: -1;
}
.np4-oss-txt-slide-item  {
    padding-top: 60px;
}
.np4-oss-txt-slide-item p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}
.np4-oss-txt-slide-item hr {
    border-top: 1px solid #d9b377;
    margin: 20px 0;
}
.np4-oss-txt-slide-item h5 {
    font-weight: 400;
    font-size: 18px;
}

.story-arrow{
    display: flex;
}
.story-arrow > div {
    text-indent: -9999px;
    font-size: 0;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    position: static;
    cursor: pointer;
}
.story-next{
    background-image: url(../assets/images/oss-right-angle.png);
    background-position: right center;
}
.story-prev{
    background-image: url(../assets/images/oss-left-angle.png);
}
.success-story-selector{
    margin-right: -20px;
}
.np4-oss-selector-item{
    cursor: pointer;
    padding: 0px 10px;
}
.np4-oss-selector-item.story-active img{
    border: 3px solid #d9b377;
}


/***********Choose Your Hair Area***************/


.np4-cyh-area{
    background-color: #3d8f79;
    padding: 120px 0 0;
    background-image: url(../assets/images/np4-crown-down.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.np4-cyh-title{
    color: #fff;
    text-align: center;
    margin: 0 0 50px;
}

.np4-cyh-item-details {
    background-color: #fafcfc;
    border: 6px solid #156c4e;
    position: relative;
    height: 100%;
}
.np4-cyh-item-details:hover{
    border: 6px solid #e1b77e;
    transform: scale(1.04);
}
.most-effective {
  background-color: #d8b476;
  color: #151a29;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  left: -156px;
  padding: 5px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 90px;
  transform: rotate(-90deg);
  z-index: 1;
}
.np4-rx {
    left: 22px;
    position: absolute;
    top: 25px;
}

.np4-rx-img-area {
    position: relative;
    height: 193px;
    overflow: hidden;
    margin: 0 0 15px;
}

.np4-cyh-item-details .np4-rx-img{
    position: absolute;
    left: 0;
    top: 0;
    
}
.np4-cyh-item-details .np4-rx-img-hover {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    clip-path: circle(0%);

}
.np4-cyh-item-details:hover .np4-rx-img-hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    clip-path: circle(100%);
    transition: clip-path 0.5s ease-out;

}

.np4-cyp-item-top img {
    width: 100%;
}
.np4-cyp-item-top {
    padding: 10px;
    text-align: center;
}
.np4-cyp-item-top p {
    margin: 0;
}
.np4-cyp-item-top h5 {
	font-size: 22px;
	margin: 5px 0;
}
.np4-cyp-item-top h6 {
    color: #151a29;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.np4-cyh-item-details p {
    color: #747474;
    font-size: 16px;
    line-height: 20px;
}
.np4-cyp-item-middle {
    background-color: #f1f1f1;
    padding: 15px;
    margin-top: 16px;
    color: #747474;
}
.np4-cyp-item-middle ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.np4-cyp-item-middle .value {
    color: #747474;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    text-align: right;
    font-size:16px;
}
.np4-cyp-item-middle li:first-child {
    border-bottom: 1px solid #e1ece8;
    margin: 0 0 10px;
}
.np4-cyp-item-bottom {
    padding: 25px 16px 30px;
    text-align: center;
}
.np4-cyp-item-bottom h5 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.np4-cyp-item-bottom ul {
    margin: 0 0 13px;
}
.np4-cyp-item-bottom li {
    border: 1px solid #3d8f79;
    display: flex;
    justify-content: space-between;
    padding: 2px 10px 7px;
    text-align: left;
    letter-spacing: .3px;
    font-size: 16px;
    margin-bottom: 10px;
}
.np4-cyp-item-bottom li .name span {
    background-color: #d8b476;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 3px 12px 5px;
    margin-left: 5px;
}
.np4-cyp-item-bottom li.np4-cyp-show-btn{
    cursor: pointer;
}
.np4-cyp-item-bottom li.np4-cyp-show-details{
    display: none;
}
.np4-cyp-item-bottom li.np4-cyp-show-btn.active + li.np4-cyp-show-details{
    display: block;
    margin-bottom: 20px;
}
/*.np4-cyp-item-bottom li.np4-cyp-show-btn:first-child + li.np4-cyp-show-details{
    display: block !important;
    margin-bottom: 20px;
}*/
.np4-cyp-item-bottom .name {
    font-weight: 600;
}
.np4-cyp-item-bottom .value{
    text-align: right;
}
.np4-cyp-item-bottom li.np4-cyp-show-btn.active {
    background-color: #3d8f79;
    color: #fff;
}
.np4-cyp-item-bottom p {
    margin: 0 0 15px;
}
.np4-cyp-item-bottom .get-started-link {
    width: 315px;
    margin-top: 10px;
}
.get-the-bottom-crown.np4-crown img {
    background-color: #3d8f79;
    margin-bottom: 27px;
    padding-bottom: 20px;
}
.get-the-bottom-crown.np4-crown::before {
    border-bottom: 2px solid #d9b377;
    bottom: 35px;
}



/***********Choose Your Hair Area***************/

.np4-wte-area .title {
    margin-bottom: 50px;
    text-align: center;
}
.np4-wte-item-img{
    position: relative;
    text-align: center;
    padding: 55px 0;
    margin: 0 0 30px;
}
.np4-wte-item-img img{
    display: inline;
}

.np4-wte-item-img:before{
    background-image: url(../assets/images/np4-what-before.png);
    width: 417px;
    height: 416px;
    position: absolute;
    left: -28px;
    top: 0;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.np4-wte-item-img.item-2:before{
    background-image: url(../assets/images/np4-what-before2.png);
}
.np4-wte-item-img.item-3:before{
    background-image: url(../assets/images/np4-what-before3.png);
}

.np4-wte-item h5 {
    margin: 0 0 12px;
}
.np4-wte-item p {
    line-height: 30px;
}

/* Success Before After */
.success-ba{
  width: 100%;
  height: 400px;
  position: relative;
  /*left:50%;*/
  top:50%;
  /*transform:translate3d(-50%,-50%,0);*/
  overflow:hidden;
}
  
  @media (max-width: 575px) {
.success-ba{
  height: 200px;
}
.before,
.after {
    width: 300px;
  height: 200px;
  }
    #page{
      margin-left:-2em;
      }
}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
  max-width: none !important;
}

.after{
  width:125px;
}

.scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
  // z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #d9b377;
}
.scroller:before,
.scroller:after{
  background: #d9b377;
}


._hover-shadow > div {
    will-change: filter;
    /*box-shadow: 0 0 0 0#000;*/
    transition: box-shadow 0.35s ease-out, transform 0.35s ease-out;
  }
  ._hover-shadow:hover > div {
    /*box-shadow: 0 0 20px 0#000;*/
    transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
  }
  ._hover-shadow > div .np3-rc-item-top:before{
    transform: scaleX(0);
  }   
  ._hover-shadow:hover > div .np3-rc-item-top:before{
    transform: scaleX(1);
  } 

  ._hover-blur:hover ._hover-shadow {
    will-change: filter;
    filter: blur(2px);
    opacity: 0.5;
    transition: filter 0.15s ease-out, opacity 0.35s ease-out;
  }
  ._hover-blur:hover ._hover-shadow:hover {
    filter: blur(0px);
    opacity: 1;
    transition: filter 0.15s ease-out, opacity 0.15s ease-out;
  }

  ._fade-down {
      transform: translate(0,-20px);
      opacity: 0;
      transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  }
  ._fade-up {
      transform: translate(0, 20px);
      opacity: 0;
      transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  }
  ._fade-left {
      transform: translate(20px,0);
      opacity: 0;
      transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  }
  ._fade-right {
      transform: translate(-20px,0);
      opacity: 0;
      transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  }
  ._fade {
      opacity: 0;
      transition: opacity 0.35s ease-out;
  }
  ._animated {
      transform: translate(0,0);
      opacity: 1;
  }
  ._visible {
      opacity: 1;
  }
  ._slide-right {
      clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 0% 0%);
      transition: clip-path 0.5s ease-out;
  }
  ._slide-left {
      clip-path: polygon(100% 100%, 100% 100%, 100% 0%, 100% 0%);
      transition: clip-path 0.5s ease-out;
  }
  ._slide-up {
      clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
      transition: clip-path 0.5s ease-out;
  }
  ._slide-started {
      clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  ._zero-ease {
      transition-duration: 0s!important;
  }
  ._inline-block {
    display: inline-block;
  }






/*************New Page5***************/

/***********np5 Banner area**********/

.np5-banner{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a213e+0,0a2647+82,0d467b+100 */
    background: #0a213e; /* Old browsers */
    background: -moz-linear-gradient(left, #0B223F 0%,#0B223F 60%,#15477B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0B223F 0%,#0B223F 60%,#15477B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0B223F 0%,#0B223F 60%,#15477B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a213e', endColorstr='#0d467b',GradientType=1 ); /* IE6-9 */
    position: relative;
}
.np5-banner .wrapper{
    position: static;
}
.np5-banner .inner-banner-txt {
    padding: 8px 0 16px;
}
.np5-banner-txt{
    padding-top: 20px; 
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
}
.np5-banner-txt p {
    color: #d5d5d5 !important;
    font-size: 13px !important;
    line-height: 18px !important;
}
.np5-banner-img {
    height: 100%;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    display: flex;
}
.np5-banner-img-holder {
    margin: auto 0px;
    width: 100%;
    position: relative;
}
.np5-banner-img img {
    position: relative;
    z-index: 1;
    max-width: 240px;
    width: 100%;
}
.np5-banner-silder-area {
background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/q_auto,f_auto/v1607357873/RexMD/np5-banner-reviews-bg_enrlty.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 120px;
    padding: 50px 100px 50px 126px;
    position: absolute;
    top: 60%;
    max-width: 600px;
    width: 90%;
    height: 275px;
    margin-top: -150px;
}
.np5-slider-item {
    padding: 11px 0 20px;
    text-align: center;
}
.np5-slider-item .star-block {
    color: #e9b77f;
    font-size: 18px;
    margin: 0 0 25px;
}
.np5-slider-item p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
}
.np5-slider-item hr {
    border-color: #d9b377;
    margin-bottom: 14px;
    margin-top: 20px;
    width: 320px;
}
.np5-banner-bottom {
    padding: 80px 0px 60px;
}


/***********np5 faq area**********/
.np5-faq-area{
    background-color: #f3f3f3;
    padding: 105px 0 66px;
    position: relative;
    min-height: 1000px;
}
.np5-faq-details .section-title {
    margin: 0 0 40px;
}
.np5-faq-area .wrapper{
    position: static;
}
.np5-faq-img{
    position: absolute;
    right: 30px;
    top: 123px;
    height: auto;
    width: 100%;
    max-width: 38%;
}
.np5-faq-area .accordion__head {
  font-weight: 600;
}
.np5-faq-area .accordion__head:before {
  font-weight: 400;
}
.np5-faq-area .accordion__body {
  border-top: 1px solid #d6d9db;
  padding-left: 0;
  padding-top: 15px;
}

.np5-faq-area .accordion__body p {
    line-height: 30px;
    margin: 0 0 17px;
}
/***********np5 Can Genital area**********/

.np5-can-genital-area{
    padding: 150px 0;  
    position: relative;
}
.np5-can-genital-area .section-title{
    margin: 0 0 38px;
}
.np5-can-genital-area .wrapper {
    position: static;
}
.np5-faq-details p {
    color: #002340;
    line-height: 30px;
}
.np5-can-genital-img{
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
    max-width: 45%;
}

/***********np5 Crown area**********/

.king.np5-crown-area:after{
    background: rgba(0, 0, 0, 0) url("https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606318310/RexMD/section-danger-top-arrow_ompz5y.svg") no-repeat scroll center center;
}

.np5-crown-area{
    text-align: center;
}
.king.np5-crown-area .img-line {
  margin-bottom: 37px;
}
.king.np5-crown-area .section-header {
  margin-bottom: 33px;
}
.np5-crown-area p {
  line-height: 30px;
}
.np5-crown-area .btn--warning, a.btn--warning {
  margin-top: 17px;
}

/***********np5 Treatment area**********/

.np5-treatment-area .treatment-title{
    margin: 0 0 4px;
}
.np5-treatment-area .treatment-title h2 {
    margin: 0 0 19px;
}
.np5-treatment-area .treatment-title p {
    color: #002340;
    line-height: 24px;
    margin: 0 0 20px;
}
.np5-treatment-area .treatment-items-details {
  border-radius: 0!important; 
}
.np5-treatment-area .getStarted-btn {
    max-width: 100%;
    width: 328px;
    padding: 10px 20px;
}
.np5-treatment-area .treatment-img img {
    position: relative;
    z-index: 1;
}
.np5-treatment-area .treatment-items-area.bottom .treatment-img {
    max-width: 250px;
    right: 0;
    bottom: 0;
}
.np5-treatment .treatment-items-details {
    padding: 30px 0px;
}
.np2-treatment .treatment-price-area {
    padding: 15px 30px 0 0px;
}
.np5-treatment-area .treatment-items-area.bottom .treatment-img::before {
    height: 134px;
    left: -160px;
    top: 138px;
}
.np5-treatment-area .treatment-img::before {
    left: 87%;
}
.np5-treatment-area .treatment-items-block.prescription {
  padding-left: 282px;
}


/*********New Page6 Banner area*********/

/*********New Page6 Banner area*********/

.np6-banner {
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341713/RexMD/testosterone-banner-bg_aobqux.jpg);
    background-color: none;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.np6-banner:before {
    position: absolute;
    width: 4px;
    height: 160px;
    bottom: -80px;
    left: 50%;
    margin-left: -2px;
    background-color: #b31f24;
    content: '';
}

.np6-banner .inner-banner-txt {
    position: relative;
    z-index: 1;
    color: #fff;
}

.np6-banner .inner-banner-txt h2 span {
    font-weight: 400;
}

.np6-banner .inner-banner-txt h2 {
    margin: 0 0 24px;
}

.np6-banner .inner-banner-txt p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
    margin: 0 0 19px;
}

.np6-banner-btn-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.np6-banner-btn-area {
    align-items: center;
    display: flex;
}

.np6-ios {
    font-style: italic;
}

.get-xx {
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341304/RexMD/testosterone-banner-left-txt-bg_sovorb.png);
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: right center;
    padding: 10px 30px 10px 25px;
    font-weight: 600;
    margin-right: 20px;
}

.np6-banner-small-txt p {
    display: inline-block;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    margin-top: 15px !important;
    padding-right: 0;
}

.np6-banner .inner-banner-txt {
    padding: 18px 0 35px;
}

.np6-banner .new-inner-btn {
    max-width: 315px;
    width: 100%;
    margin-top: 10px;
}

.np6-banner .new-inner-btn-area {
    display: flex;
    margin: 0;
    padding: 3px 0;
}

.np6-banner .new-inner-banner-icon ul {
    flex-wrap: wrap;
    align-items: center;
}

.np6-banner .new-inner-banner-icon ul li {
    max-width: 35%;
    margin-bottom: 16px;
}

.np6-banner .icon-txt {
    font-weight: 400;
}

.np6-banner-img {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: right;
}
.np6-banner-bag{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.np6-banner-bag img{
    max-width: 600px;
    width: 100%;
}
.np6-banner-bottle{
    position: absolute;
    bottom: -80px;
    width: 100%;
}
.np6-banner-bottle img{
    max-width: 230px;
    width: 100%;
    display: initial;
}
/*********New Page6 Powered area*********/

.np6-powered-area {
    text-align: center;
    padding: 150px 0;
}

.np6-powered-area .section-title {
    margin-bottom: 20px;
}

.np6-powered-top p {
    line-height: 30px;
}

.np6-powered-top {
    margin: 0 0 83px;
}

.np6-powered-items {
    display: flex;
    flex-wrap: wrap;
}

.np6-powered-item {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 35px;
}
.np6-powered-item:hover {
    background: linear-gradient( rgb(22 29 53 / 42%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341601/RexMD/pr-img2_rpnwq8.png);
    color: #fff;
    background-size: cover;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.np6-powered-item:hover .item-rx-img img{
    visibility: hidden;
      -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.np6-powered-item.vitamin-b6:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341598/RexMD/pr-img1_giu3sr.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item.magnesium:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341601/RexMD/pr-img2_rpnwq8.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item.zinc:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341604/RexMD/pr-img3_hghlme.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item.fenugreek:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341608/RexMD/pr-img4_gebcke.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item.rosea:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341610/RexMD/pr-img5_ywighr.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item.dim:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341613/RexMD/pr-img6_thkr7q.png);
    color: #fff;
    background-size: cover;
}
.np6-powered-item.longjack:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341616/RexMD/pr-img7_qekxvt.png);
    color: #fff;
    background-size: cover;
}
.np6-powered-item.blackpepper:hover {
    background: linear-gradient( hsl(226deg 41% 15% / 68%), rgb(22 29 53) ), url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341619/RexMD/pr-img8_ycsmoe.png);
    color: #fff; 
    background-size: cover;
}
.np6-powered-item:nth-child(4),
.np6-powered-item:nth-child(8) {
    border-right: none;
}

.np6-powered-item:nth-child(5),
.np6-powered-item:nth-child(6),
.np6-powered-item:nth-child(7),
.np6-powered-item:nth-child(8) {
    border-bottom: none;
    padding-top: 48px;
}

.np6-powered-item .item-main-img {
    border: 6px solid #e9b77f;
    border-radius: 50%;
    display: inline-block;
    height: 118px;
    position: relative;
    width: 118px;
    margin: 0 0 17px;
    overflow: hidden;
}

.np6-powered-item .item-img-area {
    position: relative;
    display: inline-block;
}

.np6-powered-item .item-rx-img {
    left: -13px;
    position: absolute;
    top: -16px;
}

.np6-powered-item-img h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.np6-powered-item-img p {
    line-height: 30px;
    margin: 0 0 25px;
}



/*********New Page6 Why Testosterone area*********/

.np6-wts-area {
    background-color: #f3f3f3;
    padding: 120px 0;
    position: relative;
}

.np6-wts-bg {
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606341732/RexMD/testosterone-wts-img_lluhyr.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.np6-wts-txt {
    position: relative;
    z-index: 1;
}

.np6-wts-txt .section-title {
    margin: 0 0 24px;
}

.np6-wts-txt p {
    line-height: 30px;
    margin: 0 0 28px;
}

.np6-wts-txt .main-btn {
    width: 315px;
    background-color: #b51f27;
    border-radius: 0 !important;
}


.np6-faq-area {
    padding: 120px 0;
}

.np6-faq-area .section-title {
    text-align: center;
}
/************New Page7 area **************/


/************New Page7 banner area **************/

.np7-banner {
    /*background-image: url(../assets/images/np7-banner-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.np7-banner::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    background-color: #151b2f;
    animation: bg-opacity 2s;
    animation-iteration-count: 1;
}
.np7-banner .inner-banner-txt {
    color: #fff;
}

.np7-banner .new-inner-btn .main-btn {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b51f27+0,ed2a37+100 */
background: #b51f27; /* Old browsers */
background: -moz-linear-gradient(left, #b51f27 0%, #ed2a37 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #b51f27 0%,#ed2a37 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #b51f27 0%,#ed2a37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51f27', endColorstr='#ed2a37',GradientType=1 ); /* IE6-9 */
}

.np7-banner .inner-banner-txt h2 {
    margin: 0 0 20px;
}

.np7-banner .inner-banner-txt h2 span {
    font-weight: 400;
}

.np7-banner .inner-banner-txt ul {
    margin: 0 0 28px;
}

.np7-banner .inner-banner-txt li {
    color: #d5d5d5;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 12px;
    padding-left: 70px;
    position: relative;
    width: 100%;
}

.np7-banner .inner-banner-txt li::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #b41f27; /* Old browsers */
    background: -moz-linear-gradient(left, #b41f27 0%, #e92a36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b41f27 0%,#e92a36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b41f27 0%,#e92a36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b41f27', endColorstr='#e92a36',GradientType=1 ); /* IE6-9 */
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 41px;
}

.np7-banner .inner-banner-txt p {
    letter-spacing: 1px;
}

.np7-banner-img-area {
    display: flex;
    height: 100%;
}
.np7-banner-img {
    position: relative;
    margin-top: auto;
    margin-bottom: 1px;
}
.np7-banner-img img{
    z-index: 1;
    position: relative;
}
.np7-banner-btl img{
    z-index: 2;
    position: relative;
}
.np7-banner-img:before {
    position: absolute;
    background-color: #e1bf91;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    content: "";
    z-index: 0;
    bottom: 0px;
}
.np7-banner-btl {
    bottom: -115px;
    position: absolute;
    right: -81px;
    z-index: 2;
}

.np7-banner-bottom {
    padding: 120px 0 90px;
    background-color: #f5f5f5;
}

.anchor-tag{
    margin-bottom: 200px;
}
.np7-esa .anchor-tag:first-child{
    margin-bottom: 100px;
}
/************New Page7 Erectile Dysfunction area **************/

.erectile-dysfunction-area {
    padding: 160px 0 100px;
}

.erectile-dysfunction-area .wrapper {
    position: static;
}

.erectile-dysfunction-details {
    display: flex;
    flex-wrap: wrap;
}

.stickycontainer {
    position: relative;
}

.stickyMenu-block {
    width: 280px;
    margin-right: auto;
    padding-top: 10px;
}

.np7-esa-menu ul li a {
    color: #676a74;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.np7-esa-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 0px;
    height: 2px;
    background-color: #a72d22;
    opacity: 0;
}

.np7-esa-menu ul li a:hover,
.np7-esa-menu ul li.active a {
    color: #a72d22;
    text-decoration: none;
    font-weight: 600;
}

.np7-esa-menu ul li a:hover:before,
.np7-esa-menu ul li.active a:before {
    width: 100%;
    opacity: 1;
}

.np7-esa {
    max-width: 75%;
    width: 100%;
    margin-left: auto;
}

.np7-esa .treatment-items-details {
    margin-left: 8%;
    width: 92%;
    padding: 40px 0;
}

.p7-esa-title-block {
    background-color: #0e1c2c;
    border: 6px solid #e1b77d;
    color: #fff;
    padding: 105px 45px 50px;
    position: relative;
    text-align: center;
}
.p7-esa-title-block .main-btn{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #b41f27; /* Old browsers */
    border-radius: 0;
}

.p7-esa-title-block::before {
    background-color: #b51f27;
    content: "";
    height: 160px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -80px;
    width: 4px;
}

.p7-esa-title-block .section-title {
    margin-bottom: 29px;
}

.p7-esa-title-block p {
    line-height: 30px;
}

.np7-esa .treatment-price-area {
    justify-content: space-between;
    padding: 20px 0 0;
}

.np7-esa .treatment-items-block.prescription {
    padding: 0 50px 0 200px;
}

.np7-esa .treatment-item-top sup {
    font-weight: 400;
}

.np7-esa .treatment-items-block p {
    font-size: 16px;
    margin: 0 0 3px;
}

.np7-esa .treatment-items-area {
	margin: 100px 0px;
	/*padding: 140px 0 0;*/
}

.np7-esa .treatment-img {
    left: 0;
    max-width: 212px;
    top: 50%;
    transform: translateY(-50%);
}
.np7-esa .treatment-img.wipes {
    left: -60px;
    max-width: 325px;
    top: 50%;
    transform: translateY(-50%);
}

.np7-esa .treatment-price-btn {
    text-align: left;
    margin-top: 25px;
}
.np7-esa .getStarted-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    width: 260px;
    text-align: center;
}

.np7-esa .treatment-items-area.bottom .treatment-img {
    max-width: 200px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}

.np7-esa .treatment-items-block {
    padding-right: 80px;
}
.np7-esa .treatment-items-area.bottom .treatment-items-block {
    padding: 0px 200px 0px 50px;
}
.treatment-img-pill {
  bottom: -25px;
  left: -64px;
  position: absolute;
}

.treatment-items-area.bottom .treatment-img-pill {
    bottom: -25px;
    left: inherit;
    right: -64px !important;
}
.np7-tpa-right ul li {
    margin : 0px !important;
    display: flex;
    border-bottom: 1px solid #d6d9db;
    padding: 15px 10px;
}
.np7-esa .treatment-item-top .treatment-details-open, .np7-esa .treatment-item-top .treatment-details-close{
    color: #b31f24;
    cursor: pointer;
}
.np7-esa .treatment-item-top .treatment-details-close{
    display: none;
}
.np7-esa .treatment-item-top.active .treatment-details-close{
    display: block;
}
.np7-esa .treatment-item-top.active .treatment-details-open{
    display: none;
}
.np7-esa .treatment-item-top p {
    font-size: 16px;
    margin: 0 0 3px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.np7-esa .treatment-item-top.active p {
    height: auto;
}
.np7-tpa-right span {
    max-width: 50%;
    width: 100%;
    line-height: 24px;
}
.np7-tpa-left {
    max-width: 40%;
    width: 100%;
}
.np7-tpa-right {
    max-width: 55%;
    width: 100%;
}
.np7-tpa-right li:first-child {
    font-size: 16px;
    text-transform: uppercase;
}
.most-common {
    color: #b51f27;
    font-size: 14px;
    text-transform: uppercase;
}
.np7-tpa-right .treatment-btn{
    margin-top: 40px;
}
.np7-tpa-right .treatment-btn a, .ftb-title ul li a {
    background-color: #e9e9e9;
    border-radius: 25px;
    color: #79797b;
    display: inline-block;
    font-size: 17px;
    padding: 5px 8px 5px 25px;
    display: inline-block;
    line-height: 42px;
}

.np7-tpa-right .treatment-btn a i, .ftb-title ul li a i {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
    color: #ca473c;
}

.np7-tpa-right .treatment-btn a:hover, .ftb-title ul li a:hover {
    text-decoration: none;
}

.p7-esa-title-block.for-margin{
    margin-top: 100px;
}
.np7-tpa-right .treatment-btn {
  flex-direction: inherit;
}

.np7-esa .treatment-price-btn {
    text-align: left;
    margin-top: 25px;
}
.np7-esa .getStarted-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b41f27+0,e92a36+100 */
    background: #EE2F39; /* Old browsers */
    background: -moz-linear-gradient(left, #B12028 0%, #EE2F39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #B12028 0%,#EE2F39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #B12028 0%,#EE2F39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B12028', endColorstr='#EE2F39',GradientType=1 ); /* IE6-9 */
    border-radius: 0;
    font-size: 15px;
    padding: 17px;
    max-width: 260px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.np7-esa .getStarted-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D3A36F; /* Old browsers */
    background: -moz-linear-gradient(left, #E1B77E 0%, #D3A36F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #E1B77E 0%,#D3A36F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #E1B77E 0%,#D3A36F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1B77E', endColorstr='#D3A36F',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.np7-esa .getStarted-btn:hover {
  color: white;
}
.np7-esa .getStarted-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.np7-esa .treatment-items-area.bottom .treatment-img {
    max-width: 200px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
}

.np7-esa .treatment-items-block {
    padding-right: 80px;
}
.np7-esa .treatment-items-area.bottom .treatment-items-block {
    padding: 0px 180px 0px 30px;
}
.treatment-img-pill {
  bottom: -25px;
  left: -64px;
  position: absolute;
}

.treatment-items-area.bottom .treatment-img-pill {
    bottom: -25px;
    left: inherit;
    right: -64px !important;
}
.np7-tpa-right ul li {
    margin : 0px !important;
    display: flex;
    border-bottom: 1px solid #d6d9db;
    padding: 12px 10px;
    font-size: 16px;
}
.np7-tpa-right span {
    max-width: 50%;
    width: 100%;
    line-height: 24px;
}
.np7-tpa-left {
    max-width: 40%;
    width: 100%;
}
.np7-tpa-left .treatment-price p{
    margin-bottom: 5px;
}
.np7-tpa-right {
    max-width: 55%;
    width: 100%;
}
.np7-tpa-right li:first-child {
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
}
.most-common {
    color: #b51f27;
    font-size: 14px;
    text-transform: uppercase;
}
.np7-tpa-right .treatment-btn{
    margin-top: 40px;
}
.treatment-btn a, .ftb-title ul li a {
    background-color: #e9e9e9;
    border-radius: 25px;
    color: #79797b;
    display: inline-block;
    font-size: 17px;
    padding: 5px 8px 5px 25px;
    white-space: nowrap;
    line-height: 42px;
    position: relative;
    overflow: hidden;
}

.np7-tpa-right .treatment-btn a i, .ftb-title ul li a i {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
    color: #ca473c;
}

.np7-tpa-right .treatment-btn a:hover, .ftb-title ul li a:hover {
    text-decoration: none;
}
.treatment-btn a, .np7-esa .getStarted-btn{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.treatment-btn a:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #15477B; /* Old browsers */
    background: -moz-linear-gradient(left, #0B223F 0%, #15477B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0B223F 0%,#15477B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0B223F 0%,#15477B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B223F', endColorstr='#15477B',GradientType=1 ); /* IE6-9 */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
} 


.getStarted-btn:before,.main-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}
.treatment-btn a:hover, .np7-esa .getStarted-btn:hover {
  color: white !important;
}
.treatment-btn a:hover:before, .np7-esa .getStarted-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.p7-esa-title-block.for-margin{
    margin-top: 100px;
}
.np7-tpa-right .treatment-btn {
  flex-direction: inherit;
}


/********** Right Side Menu **********/

.side-category {
	position: fixed;
	top: 0px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	width: 500px;
	background-color: #fff;
	z-index:8000;
	right: -100%;
    box-shadow:0px 10px 10px black;
}
.side-category.active {
	right: 0
}
.side-cat-close {
	position: absolute;
    right: 15px;
    top: 15px;
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.side-cat-top {
	padding: 60px 15px 30px;
    text-align: center;
    background-color: #b12028;
    color: #fff;
    border-bottom: 4px solid #e1b77e;
}

.side-cat-block {
	padding: 30px 40px;
}
.side-cat-block h3{
	margin-bottom: 30px;
    font-size: 28px;
}
.side-cat-block ul li{
	border-bottom: 1px solid #E9E9E9;
}
.side-cat-block ul li a{
	color: #324a67;
    font-size: 16px;
    display: block;
    padding: 10px 0px;
    position: relative;
}
.side-cat-block ul li a:before{
	color: #0a2240;
    font-size: 16px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    content: '\f061';
    font-weight: 900;
    position: absolute;
    right: 0px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
}
.side-cat-block ul li a:hover, .side-cat-block ul li a:hover:before{
	color: #b32025;
    text-decoration: none;
    padding-left: 10px;
    right: -5px !important;
}
.side-cat-block p{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.side-cat-block h6{
	margin-bottom: 25px;
}

/************np8 can it area ************/


.np8-can-it-area{
    padding: 100px 0px;
}
.np8-can-it-area .can-it-tab-details{
    display: flex;
}
.np8-can-it-area .can-it-tab-details ul{
    width:40%;
    margin:auto 0px;
}
.np8-can-it-area .can-it-tab-details ul.nav-tabs li {
    width: 100%;
    padding: 15px 0px;
}
.np8-can-it-area .can-it-tab-details ul.nav-tabs li a{
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #181b2e;
    border: none;
    padding: 15px 0px;
    line-height: 21px;
}
.np8-can-it-area .can-it-tab-details ul.nav-tabs li a:before{
    content: "";
    width: 400px;
    height: 4px;
    background-color: #b20920;
    top: 50%;
    margin-top: -2px;
    left: -430px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.can-it-tab-details ul.nav-tabs .nav-link.active:before{
    opacity: 1;
    visibility: visible;
    
}
.can-it-tab-details .tab-content{
    width: 60%;
}
.tab-3-content{
    padding-left: 50px;
    position: relative;
}
.tab-3-content:before{
    left: 0px;
    top: 25px;
    height: 90%;
    width: 1px;
    background-color: #707070;
    position: absolute;
    content: "";
}
.tab-3-content h2{
    margin:  -10px 0 0;
    padding-bottom: 20px;
}
.tab-3-content p {
  margin: 0 0 25px;
}
.tab-3-content p:last-child {
  margin: 0;
}


/************Np8 Treatment options for PE***************/

.np8-crown-area{
    background-image: url(../images/np6-banner-bg.jpg);
    background-position: right top;
    background-size: cover;
}
.np8-crown-area:after{
    display: none;
}
.np8-crown-down {
    margin-top: -290px;
}
.np8-crown-down-item {
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.np8-cd-item-txt {
    color: #232744;
}
.np8-cd-item-txt h3 {
    margin: 0 0 15px;
    font-size: 32px;
}
.np8-cd-item-txt h5 {
    margin: 0 0 20px;
    font-size: 18px;
}
.np8-cd-item-txt h5 i{
    font-size: 16px;
    color: #cebc7c;
    margin-left: 5px;
}
.np8-cd-item-txt h4 {
	font-weight: 400;
	font-size: 22px;
	margin: 0 0 30px;
	line-height: 32px;
}
.np8-cd-item-txt-down p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.np8-cd-item-img {
    margin: -140px auto 20px;
    max-width: 300px;
    width: 100%;
    max-height: 300px;
}
.np8-cd-item-img img{
    max-width: 300px;
    max-height: 300px;
}
.np8-cd-item-txt-down{
    margin: 20px 0 0;
}

.np8-crown-down-item .main-btn {
    background: #b20920;
    border-radius: 0;
    line-height: 24px;
    margin: 0 0 15px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 100%;
}
.np8-crown-down-item .main-btn span {
    font-size: 12px;
}
.mt-120 {
    margin-top: 120px;
}





/********** New Page8 The Process area **********/
.np8-the-process{
    padding: 100px 0;
}
.np8-the-process .section-title {
  margin: 0 0 71px;
  text-align: center;
}
.np8-process-item {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.np8-process-item-img {
    margin: 0 0 30px;
    min-height: 400px;
}
.np8-process-item-txt  {
    position: relative;
    padding: 0px 20px;
}
.np8-process-item.item1 .np8-process-item-txt:before,
.np8-process-item.item2 .np8-process-item-txt:before {
    background-image: url("../images/np8-process1-before.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: 82px;
    position: absolute;
    right: -80px;
    top: -40px;
    width: 110px;
}
.np8-process-item.item2 .np8-process-item-txt:before{
    background-image: url("../images/np8-process2-before.png");
    top: 20px;
}
.np8-process-item-txt h4 {
    font-size: 24px;
}
.np8-process-item-txt p {
	line-height: 24px;
	font-size: 16px;
}

/********** New Page8 What's Next? area **********/


.np8-whats-area {
    background-color: #b4975b;
    color: #fff;
    padding: 90px 0 44px;
    position: relative;
}
.np8-whats-area .wrapper{
    position: static;
}
.np8-whats-area:before {
    height: 1px;
    top: -30px;
    background-color: #b4975b;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.np8-whats-img {
    height: 115%;
    left: 0;
    max-width: 530px;
    position: absolute;
    bottom:0px;
    width: 100%;
    z-index: 1;
}
.np8-whats-item-txt h5 {
    font-size: 26px;
    margin: 0 0 10px;
}
.np8-whats-area p{
    line-height: 24px;
    font-size: 16px;
}
.np8-whats-title {
    text-align: right;
    margin: 0 0 50px;
}
.np8-whats-title h2 {
    margin: 0 0 15px;
}
.np8-whats-item span {
    background-color: #fff;
    border-radius: 50%;
    color: #20287b;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}
.np8-whats-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.np8-whats-item-txt {
    max-width: 71%;
    width: 100%;
    margin: 20px 0 30px;
}
.np8-whats-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.np8-whats-item {
    max-width: 47%;
    width: 100%;
}


/********** New Page8 FAQ area **********/
.np8-faq {
    padding: 90px 0 20px;
}
.np8-faq .accordion__head {
    font-weight: 600;
    letter-spacing: -1px;
    padding-bottom: 23px;
    padding-top: 20px;
    font-size: 2rem;
}
.np8-faq .accordion__body p {
  line-height: 30px;
}
.np8-faq .accordion__head:before{
    font-weight: 400;
}
/********** New Page8 Important safety information area **********/

.np8-isi-area {
    padding:70px 0px 40px;
    background-color: #b20920;
    color: #fff;
}
.np8-isi-details {
    text-align: center;
}
.np8-isi-details a{
    text-decoration: underline;
    color: #fff;
}
.np8-isi-details h2 {
    margin: 0 0 30px;
}

/********** New Page8 Popular Qustion area **********/

.np6-wts-area.np8-pq{
    position: relative;
    background-color: #f3f3f3;
    padding: 0px 0px 120px;
    background-image: url("../images/np8-pq-bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}
.np6-wts-area.np8-pq .wrapper{
    position: static;
}
.np8-pq .link-more-dropdown {
    position: relative;
    padding-top: 75px;
    z-index: 1;
}
.np8-pq .accordion__head{
    font-weight: 600;
}
.np8-pq .accordion__head:before{
    font-weight: 400;
}
.np8-pq .accordion__head:not(:first-child) {
    border-top:none;
}
.np6-wts-bg.np8-pq{
    background-image: url("../images/np8-pq.png");
    top: auto;
    bottom: 0px;
    max-width: 650px;
    left: auto;
    right: 0px;
    height: 115%;
}



/********** Page 9 **********/

.bag-an-bottle{
	max-width: 500px;
    margin: auto;
    position: relative;
    margin-top: 200px;
}
.bag-bac {
	width: 86%;
	top: -14px;
	position: absolute;
	text-align: center;
	left: 7%;
}
.bag-bottle{
	position: absolute;
    top: -140px;
    text-align: center;
    max-width: 190px;
    width: 100%;
    left: 50%;
    margin-left: -95px;
    animation: float 3s ease-in-out infinite;
    transform: translate3d(0,0,0);
}
.bag-front{
	z-index: 2;
    position: relative;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
    
}

.floating{
    animation: float 3s ease-in-out infinite;
        transform: translate3d(0,0,0); 

}

/********** Page 9 Banner **********/



/*************  np8 bannner area ************/

.np9-banner{
    background-image: url(../images/np9-banner-bg.jpg);
    padding: 60px 0 0;
}
.np9-banner .inner-banner-txt h2{
    color: #fff;
    position: relative;
    margin: 0 0 20px;
}
.np9-banner .inner-banner-txt h2:before{
    position: absolute;
    left: 0;
    top: -6px;
    content: '';
    height: 2px ;
    width: 56px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #b51f27 0%, #ed2a37 100%) repeat scroll 0 0;    
}
.np9-banner .inner-banner-txt h2 span{
    color: #b20920;
}

.np9-banner .new-inner-btn .main-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #b51f27 0%, #ed2a37 100%) repeat scroll 0 0;
    font-size: 14px;
    width: 280px;
    line-height: 20px;
}
.np9-banner-txt {
    border-left: 1px solid #b4975d;
    margin: 50px 0 0;
    padding-left: 20px;
}
.np9-banner-img-area{
    display: flex;
    height: 100%;
}

.np9-banner-img{
    margin-top: auto;
}



/************np9 can it area ************/


.np9-can-it-area{
    position: relative;
    padding: 70px 0 0;
}
.np9-can-it-area .wrapper{
    position: static;
}
.np9-can-it-area .can-it-tab-details ul{
    margin: 0 0 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
}
.np9-can-it-area .can-it-tab-details ul li a{
    font-size: 24px;
    font-weight: 600;
}
.np9-can-it-img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    max-width: 40%;
}
.np9-can-it-area .tab-3-content{
    padding-bottom: 100px;
    padding-left: 0;
}
.np9-can-it-area .tab-3-content h2{
    margin:  0 0 20px;
}
.np9-can-it-area .tab-3-content p {
  margin: 0 0 25px;
}
.np9-can-it-area .tab-3-content:before{
    display: none;
}
.np9-can-it-area .nav-tabs .nav-link{
    color: #181b2e;
    border: none;
    padding-bottom: 30px;
    line-height: 21px;
    position: relative;
}
.np9-can-it-area .nav-tabs .nav-link:before{
    width: 100%;
    height: 4px;
    background-color: #b20920;
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.np9-can-it-area .nav-tabs .nav-link:focus, .np9-can-it-area .nav-tabs .nav-link:hover {
    border: none;
}
.np9-can-it-area .nav-tabs .nav-item.show .nav-link, 
.np9-can-it-area .nav-tabs .nav-link.active{
    opacity: 1;
    visibility: visible;
    
}
.np9-can-it-area .can-it-tab-details .tab-content{
    width: 100%;
}
.np9-crown-area {
	padding-bottom: 400px;
	background-image: url(../images/np9-crown-bg.jpg);
	background-position: right top;
	background-size: cover;
}
.king.np9-crown-area::after {
	background: url("../images/np9-crown-top.jpg") no-repeat scroll center center;
	background-size: 100%;
}
.np9-crown-area .np8-cd-item-txt .main-btn{
    background-color: #b4975b;
}
.np9-crown-down-item {
	background-color: #fff;
	box-shadow: 0 0 10px 0 #dfdfdf;
	padding: 30px;
	text-align: center;
}
.np9-crown-down-item .main-btn {
	background: #b4975b;
	border-radius: 0;
	line-height: 24px;
	margin: 0 0 15px;
	width: 100%;
    font-weight: 600;
    max-width: 300px;
}
.np8-process-item.item1 .np8-process-item-txt::before, 
.np8-process-item.item2 .np8-process-item-txt::before {
	background-image: url("../images/np8-process1-before.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	height: 82px;
	position: absolute;
	right: -80px;
	top: -40px;
	width: 110px;
}

.np9-the-process .np8-process-item.item1 .np8-process-item-txt::before, 
.np9-the-process .np8-process-item.item2 .np8-process-item-txt::before {
    display: none;
}
.np9-the-process .np8-process-item .np8-process-item-img{
    position: relative;
}
.np9-the-process .np8-process-item.item1 .np8-process-item-img::before, 
.np9-the-process .np8-process-item.item2 .np8-process-item-img::before {
	background-image: url("../images/np8-process1-before.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	height: 82px;
	position: absolute;
	right: -80px;
	bottom: -40px;
	width: 110px;
}

.np9-whats-area {
	background-color: #181b2e;
	color: #fff;
	padding: 90px 0 44px;
	position: relative;
}
.np9-whats-area .np8-whats-title span {
	color: #b5975b;
}
.np9-whats-area .np8-whats-img {
	height: auto;
}
.np9-whats-area .np8-whats-img:before {
	border-bottom: 600px solid transparent;
	border-left: 457px solid #b20920;
	content: "";
	left: 0;
	position: absolute;
	top: 53px;
	height: 0;
	width: 0;
    z-index: -1;
}
.np9-isi-area {
	padding: 60px 0px;
}
.np9-isi-area .np8-isi-details{
	color: #151b2f;
}
.np9-isi-area .np8-isi-details h2 span {
	color: #b20822;
}


/********** Page 10 **********/

.np10-banner{
   /* padding: 100px 0 0px;*/
}
.np10-banner-img-area{
    height: 100%;
    position: relative;
}
.np10-banner-img {
    position: absolute;
    bottom: -46px;
    display: inline-block;
    margin-top: auto;
    width: 100%;
    z-index: 2;
}
.np10-banner-img .slick-dots {
    display: none !important;
}
.np10-btl-img {
    position: absolute;
    right: -20px;
    bottom: -280px;
    max-width: 220px;
    width: 100%;
    z-index: 3;
}
.np10-banner-img:before {
  height: 98.5%;
  width: 100%;
  position: absolute;
  content: '';
  left: -12px;
  bottom: -12px;
  background-color: #e2e2e2;
}
.np10-banner-img img {
  position: relative;
  width: 100%;
}
.np10-banner .inner-banner-txt h2 {
	margin: 0 0 25px;
}
.np10-banner .inner-banner-txt h2 span{
    font-size: 48px;
}
.np10-banner .inner-banner-txt p {
	line-height: 24px;
    font-size: 18px;
}

.np10-banner .new-inner-btn .main-btn{
    color: #fff;
}
.np10-banner .inner-banner-txt ul {
	margin: 0;
}
.np10-banner .inner-banner-txt .icon-img {
	margin-right: 7px;
}



/************ np10 Can it area ***********/

.np10-can-it-area .tab-3-content h2{
    line-height: 55px;
    margin: 0 0 24px;
}

.np10-can-it-area .tab-3-content p{
    /* font-weight: 600; */
    line-height: 30px;
} 

.np10-can-it-area .tab-3-content::before {
	top: 0px;
	height: 100%;
	width: 2px;
	background-color: #d9b377;
}
.np10-can-it-area{
    padding:100px 0 120px;
}

.np10-can-it-icon{
    margin: 0 0 20px;
}
.np10-can-it-area .can-it-tab-details ul.nav-tabs li a::before {
	width: 50px;
	margin-top: 0px;
	left: -65px;
}
.np10-can-it-area .nav-tabs .nav-item.show .nav-link, 
.np10-can-it-area .nav-tabs .nav-link.active {
	color: #ac1026 !important;
}

/************ np10 doctor area ***********/

.np10-dr-area{
    background-color: #151a29;
    color: #fff;
    padding: 80px 0px;
}
.np10-doctor-profile{
    padding: 0 50px;
    display: inline-block;
    height: 100%;
    text-align: center;
}
.np10-doctor-img{
    margin: 0px auto 50px;
    text-align: center;
    max-width: 400px;
}
.np10-doctor-profile h4 {
    margin: 0 0 20px;
    font-size: 30px;
}
.np10-doctor-profile ul li {
    color: #cacaca;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}
.np10-doctor-profile ul li:before {
    height: 2px;
    width: 110px;
    background-color: #ac1026;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -55px;
    bottom: 0px;
}
.np10-doctor-profile ul li:last-child{
    margin: 0px;
    padding: 0px;
}
.np10-doctor-profile ul li:last-child:before {
    display: none;
}
.np10-doctor-details {
    padding-top: 40px;
}
.np10-doctor-details h3 span {
    color: #d9b377;
}
.np10-doctor-details h3 {
    margin: 0 0 30px;
}
.np10-doctor-details p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 50px;
}
.np10-doctor-details ul li {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 0 0 50px;
}
.np10-doctor-details ul li:last-child {
    margin:0;
}
.np10-doctor-details ul li:before {
    height: 93%;
    width: 3px;
    background-color: #d9b377;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
}
.np10-dr-bottom-area{
    background-color: #d9b377;
    padding:25px 0;
}
.np10-dr-bottom-area .new-inner-banner-icon{
    margin: 15px 0 0;
}
.np10-dr-bottom-area .icon-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
}
.np10-dr-bottom-area .icon-img img {
    opacity: 1;
}
.np10-doctor-bottom-link .main-btn{
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}


.np10-faq .bag-an-bottle {
	margin-top: 71px;
}


/* ALT BANNERS */

/******** Banner3**********/

.np10-banner3{
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606937986/RexMD/banner-immune-3_uqwjor.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.np10-banner3 .inner-banner-txt h2 {
  font-size: 70px;
}
.np10-banner3 .inner-banner-txt h2 span{
  font-size: 50px;
}
.np10-banner3-img-area {
    /*display: flex;*/
    height: 100%;
    justify-content: center;
    position: relative;
    text-align: center;
}
.np10-banner3-img{
    position: relative;
    margin-top: auto;
    /*margin-bottom: -80px*/
}
.np10-banner3-img img{
    position: relative;
    margin-top: 50px;
    margin: 0 auto;
}
.np10-banner3-img::before {
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606939058/RexMD/banner-gold-circle_mqt0fd.png);
    top: -50px;
    content: "";
    height: 560px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 560px;
    z-index: 0;
    background-size: 100%;
}
.np10-banner3-bottom-txt{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 80px;
}
.np10-banner3-bottom-txt p{
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
}

/********Banner2**********/

.np10-banner2{
    background-image: url(../images/np10-banner2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.np10-banner2 .inner-banner-txt h2 {
    font-size: 70px;
}
.np10-banner2 .inner-banner-txt h2 span{
   font-size: 50px;
}
.np10-banner2 .np10-banner3-img:before{
    display: none;
}



/********Banner1**********/

.np10-banner1{
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1606937987/RexMD/banner-immune-1_j0edil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.np10-banner1 .inner-banner-txt h2 {
  font-size: 70px;
}
.np10-banner1 .inner-banner-txt h2 span{
  font-size: 50px;
}
.np10-banner1 .np10-banner3-img:before{
    display: none;
}


/********Banner4**********/

.np10-banner4{
    background-image: url(../images/np10-banner4-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.np10-banner4 .inner-banner-txt h2 {
  font-size: 70px;
}
.np10-banner4 .inner-banner-txt h2 span{
  font-size: 50px;
}
.np10-banner4 .np10-banner3-img:before{
    display: none;
}
.np10-banner4 .np10-banner3-img-area{
    justify-content: flex-end;
}
.np10-banner4 .inner-banner-bottom-txt p {
  letter-spacing: 0;
}

.np10-banner4 .np10-banner3-img {
  margin-bottom: -110px;
}


/* HOW IT WOKRS */
.section-how .section-header{
    margin-bottom: 0px;
}
.section-how .section-title{
    margin-bottom: 29px;
}
.step-four .section-header{
    margin-bottom: 20px;
}

.step-one-alt .section-header{
    text-align: left;
}
.step-one-alt .step-title{
    text-align: left;
}.step-one-alt .step-title span::after{
    display: none;
}
.step-four .process-inner .icon-column{
    padding-right: 30px;
    padding-left: 30px;
}
.health-percent{
    margin-top: 0px;
}



/******** CCPA Area **********/
.ccpa-banner-area{
    position: relative;
    background-image: url(https://res.cloudinary.com/conversion-labs-inc/image/upload/v1611087425/RexMD/banner-bg6_lshvlm.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    
}
.ccpa-banner-area:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(179,32,37,0.7);
    
}
.ccpa-banner-txt h2{
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}
.ccpa-details h3 {
    text-align: center;
    margin: 0 0 40px;
}
.ccpa-form-area {
    margin: 0 0 40px;
}
.ccpa-form-area > p{
    margin: 0 0 10px;
}
.ccpa-img-items{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    flex-wrap: wrap;
}
.ccpa-img-item{
    width: 32.5%;
    margin: 0 0 15px;
}
.ccpa-img-item img{
    width: 100%;
    height: auto;
}
.ccpa-form label {
	font-size: 18px;
	color: #000;
    margin: 0 0 7px;
}
.ccpa-form .form-control {
	line-height: 34px;
    font-size: 16px;
}
.ccpa-form  .form-group input[type="submit"]{
    cursor: pointer;
}
.ccpa-form .form-group{
    margin: 0 0 15px;
}
.ccpa-form .form-row > .col, 
.ccpa-form .form-row > [class*="col-"] {
	padding-right: 15px;
	/*padding-left: 15px;*/
}
.ccpa-form .custom-control{
	padding-left: 28px;
}
.ccpa-form .custom-control-label{
    cursor: pointer;
}
.ccpa-form .custom-control-label::before{
	width: 20px;
    height: 20px;
    top: 8px;
}
.ccpa-form .custom-control-label::after{
	width: 20px;
    height: 20px;
    top: 8px;
}
.ccpa-form h6{
	margin-bottom: 20px;
}
.page-ccpa .header-height{
    height: 100px !important;
}

.modal-footer .btn{margin:0 auto!important}
