@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'HK Grotesk';
	font-weight: 500;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2'),
        url('Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2'),
        url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Regular.woff2') format('woff2'),
        url('HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Medium.woff2') format('woff2'),
        url('HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Bold.woff2') format('woff2'),
        url('HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.hide-desk, .show-tab{display:none;}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	margin-bottom:80px;
}
.header{
	height:80px;
	background:#fff;
	box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	padding:18px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.header__inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.logo{
	width:122px;
}
ul.menu-list{
	margin:-3px 0 0 0;
}
ul.menu-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
}
ul.menu-list li a{
	font-size:17px;
	line-height:25px;
	color:#000;
}
.header__button{
	width:169px;
	height:43px;
	font-size:17px;
	line-height:43px;
	font-weight:600;
	color:#fff;
	background:#2c9dd2;
	border-radius:100px;
	letter-spacing:0.3px;
}
.header__button img{
	width:26px;	
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
}
.tadda {
    animation-name: tadda;
    -webkit-animation-name: tadda;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes tadda {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(8px)
    }

    100% {
        transform: translateX(0px)
    }
}

.menu-list li{
    position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  /* background-color: #68bee6; */
  list-style: none;
  margin: 0;
  top: 100%; /* Position below the parent item */
  left: 0;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;  
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem; 
  padding-bottom: 5px; 
}
.dropdown-menu li {
  width: 100%;
  padding: 0 !important;
}

.dropdown-menu a {
  /* padding: 10px; */
  border-bottom: 1px solid #c1c1c1;
  display: block;
  /* color: #fff !important;
  padding: 7px 0 !important; */
  color: #000 !important;
  padding: 5px 10px !important;
  border: none !important;
  text-align: left;
}

.dropdown-menu a:hover {
  /* background-color: #2c9dd2; */
  background: #fff;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


/*-----------------------
SECTION-1
------------------------*/
.section-1{
	padding:50px 0 60px;
}
.section-1__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.section-1__inner__left{
	width:47.61%;
}
.solution__heading{
	max-width:470px;
	width:100%;
	margin:40px auto 0;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	position:relative;
	z-index:1;
}
.solution__heading:before{
	content:'';
	border-top:1px solid #d7d7d7;
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
	left:0;
	z-index:-1;
}
.solution__heading span{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:0 20px;
}
ul.solution__list{
	max-width:470px;
	width:100%;
	margin:0 auto;
	display: grid;
    grid-column-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
}
ul.solution__list li{
	margin-top:30px;
}
ul.solution__list li img{
	width:50px;
}
ul.solution__list li p{
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.section-1__inner__right{
	width:49%;
}
.section-1__heading{
	font-size:50px;
	line-height:52px;
	font-weight:800;
	color:#000;
	margin-bottom:10px;
	text-align:left;
}
.section-1__sub-heading{
	font-size:18px;
	line-height:26px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
}
.section-1__sub-heading span{
	font-weight:800;
}
.section-1__rating{
	font-size:16px;
	line-height:20px;
	color:#525252;
	text-align:left;
	margin-bottom:8px;
}
.section-1__rating img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-4px 5px 0 0;
}
.section-1__text{
	font-size:18px;
	line-height:28px;
	margin-top:12px;
	text-align:left;
}
.merit__inner{
	display: grid;
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
	margin-top:30px;
	text-align:left;
}
.merit__box p{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	position:relative;
	z-index:1;
}
.merit__box p:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	right:20px;
	height:1px;
	border-top:1px solid #cdcdcd;
	z-index:-1;
	}
.merit__box p span{
	background:#fff;
	padding-right:20px;
	}
.merit__box ul{
	margin-top:20px;
	}
.merit__box ul li{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	background:url(../images/merit-list-tick.png) left 3px no-repeat;
	background-size:17px;
	padding-left:25px;
	margin-top:10px;
}
.choose__heading{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	margin-top:30px;
	text-align:left;
}
.select__option{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	border:1px solid #c2c2c2;
	padding:5px;
	border-radius:8px;
	cursor:pointer;
	min-height:87px;
	margin-top:20px;
	position:relative;
	background:#fff;
	text-align:left;
}
.select__option.active{
	border:2px solid #2c9dd2;
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.1);
}
.radio__option{
	width:8%;
	padding:10px;
}
.radio__option input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
}
.radio__option input[type='radio'] + span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #c4c4c4;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.radio__option input[type='radio']:checked + span{border:1px solid #003442;}
.radio__option input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:#003442;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.select__product__info{
	width:24%;
	text-align:left;
	padding:10px;
	position:relative;
}
.select__product__info h3{
	font-size:20px;
	line-height:22px;
	font-weight:800;
	color:#000;
}
.select__product__info p{
	font-size:14px;
	line-height:16px; 
	display:block;
	text-transform:none;
	margin-top:5px;
}
.select__save{
	font-size:15px;
	line-height:20px;
	font-weight:700;
	background:#00d455;
	padding:5px;
	border-radius:5px;
	color:#fff;
	width:20%;
	text-transform:uppercase;
	text-align:center;
}
.select__product{
	width:20%;
	position:relative;
}
.select__product img{
	display:inline-block;
	vertical-align:top;
	width:75px;
	max-width:100%;
}
.select__product__seal{
	background:url(../images/seal-bg.png) center center no-repeat;
	background-size:contain;
	font-size:8px;
	line-height:9px;
	font-weight:600;
	color:#fff;
	padding:12px;
	text-align:center;
	position:absolute;
	right: 10px;
    top: -5px;
}
.select__price{
	width:28%;
	text-align:right;
	padding:10px;
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.select__price-text{
	font-size:19px;
	line-height:24px;
	font-weight:700;
	color:#000;
	margin-top:5px;
}
.select__price-text small {
    font-size: 12px; 
    white-space: nowrap;
}
.select__price__cut span{
	position:relative;
	color:#707070;
	font-weight:600;
}
.select__price__cut span:after{
	content:'';
	position:absolute;
	left:0;
	top:12px;
	width:calc(100% + 10px);
	margin-left:-5px;
	border-top:1px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
}
.package__button__box{
	margin-top:40px;
}
.package__button__box__top{
	width:100%;
	text-align:center;
}
.package__button__box__top p{
	font-size:17px;
	line-height:20px;
	font-weight:500;
	color:#000;
	display:inline-block;
	vertical-align:middle;
	background: url(../images/ship-tik.png) left 5px no-repeat;
	background-size:14px;
	padding-left:25px;
	margin-bottom:15px;
}
.package__button{
	display:inline-block;
	vertical-align:top;
	max-width:560px;
	width:100%;
	height:72px;
	background:#0bcc58;
	border-radius:100px;
	color:#fff;
	font-size:30px;
	line-height:72px;
	font-weight:600;
	text-align:center;
	box-shadow:0 2px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 10px 1px rgba(0,0,0,0.2);
}
.package__button img{
	width:30px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 10px;
}
.secure-logos{
	margin:40px auto 0;
	max-width:100%;
}

/*-----------------------
SECTION-2
------------------------*/
.section-2{
	padding:50px 0 60px;
	background:url(../images/section-2.jpg) center top no-repeat;
	background-size:cover;
}
.section-2__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.section-2__inner__left{
	width:42.73%;
	text-align:left;
}
.sub-heading{
	font-size:16px;
	line-height:20px;
	font-weight:700;
	color:#2c9dd2;
	text-transform:uppercase;
	margin-bottom:6px;
}
.heading{
	font-size:48px;
	line-height:58px;
	font-family: 'Gilroy';
	font-weight:500;
}
.heading span{
	color:#24aaff;
}
.common__text--center{
	max-width:830px;
	margin:auto;
	width:100%;
}
.common__text{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
}
.common__text--mt-0{margin-top:0;}
.highlight__text{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:22px;
	font-family: 'Gilroy';
	font-weight:500;
	background:#fff;
	border:1px solid #c3ebcf;
	border-radius:100px;
	padding:10px 30px 10px 40px;
	position:relative;
	text-align:left;
	margin-top:12px;
}
.highlight__text:before{
	content:'';
	position:absolute;
	left:20px;
	top:17px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#12c430;
	box-shadow:0px 0px 0px 5px #b3ecbc;
	-webkit-box-shadow:0px 0px 0px 5px #b3ecbc;
	animation: fade 1s ease-in-out infinite;
}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }
.button__box{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	font-family: 'Gilroy';
	margin-top:60px;
}
.common__button{
	display:inline-block;
	vertical-align:top;
	background:#2c9dd2;
	width:100%;
	height:70px;
	border-radius:100px;
	font-size:20px;
	line-height:68px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
}
.button__bottom{
	font-size:16px;
	line-height:20px;
	color:#464646;
	display:inline-block;
	vertical-align:middle;
	margin-top:5px;
}
.button__bottom img{
	width:106px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
}
.section-2__inner__right{
	width:51.28%;
}
.works__info{
	background:#fff;
	border:1px solid #2c9dd2;
	border-radius:6px;
	padding:0 25px;
	text-align:left;
	margin-bottom:20px;
}
.works__info:last-child{margin-bottom:0px;}
.works__info__heading{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	position:relative;
	padding:15px 0;
	display:flex;
	align-items:center;
	cursor:pointer;
	background:url(../images/works-close.png) right center no-repeat;
	background-size:20px;
}
.works__info__heading.active{
	background:url(../images/works-open.png) right center no-repeat;
	background-size:20px;
}
.works__info__heading p{
	width:calc(100% - 80px);
}
.works__num{
	width:41px;
	height:41px;
	border-radius:50%;
	background:#d5fcff;
	color:#000;
	font-size:24px;
	line-height:41px;
	font-weight:700;
	text-align:center;
	margin-right:15px;
}
.works__info__content{
	display:flex;
	display:-webkit-flex;
	padding:20px 0 25px;
	border-top:1px solid #d5d5d5;
}
.works__content__text{
	width:calc(100% - 250px);
}
.works__content__text p{
	font-size:18px;
	line-height:30px;
}
.works__content__img{
	margin:0 0 0 30px;
}
.works__content__img img{
	border-radius:6px;
	max-width:100%;
}

/*-----------------------
PROMISES
------------------------*/
.promises{
	padding:35px 0;
	border-bottom:1px solid #d6d6d6;
}
.promises__heading{
	font-size:34px;
	line-height:40px;
	font-family: 'Gilroy';
	font-weight:500;
}
ul.promises__list{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
}
ul.promises__list li{
	display:inline-block;
	vertical-align:top;
	padding:0 50px;
}
.promises__icon{
	width:70px;
	height:70px;
	border-radius:50%;
	margin:0 auto 10px;
	border:1px solid #2e9ed3;
	text-align:center;
	padding-top:15px;
}
.promises__icon img{
	width:40px;
}
ul.promises__list li p{
	font-size:17px;
	line-height:24px;
	font-weight:500;
}
 
/*-----------------------
SECTION-3
------------------------*/
.section-3{
	padding:50px 0 60px;
}
.about__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items: baseline;
	-webkit-align-items: baseline;
}
.about-image{
	width:40%;
	position:relative;
}
.about-image:before{
	content:'';
	position:absolute;
	top:15px;
	bottom:15px;
	left:15px;
	right:15px;
	border:1px solid #2c9dd2;
}
.about-image img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	border:1px solid #d5d5d5;
	border-radius:6px;
}
.about__content{
	width:54%;
	text-align:left;
}
.about__list__box{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-top:15px;
}
ul.about__list{
	width:48%;
}
ul.about__list li{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	background:url(../images/list-tick.png) left 3px no-repeat;
	margin-top:25px;
	padding-left:35px;
}
.about__content__text{
	font-size:19px;
	line-height:28px;
	font-weight:600;
	margin-top:35px;
}

/*-----------------------
SECTION-4
------------------------*/
.section-4{
	padding:50px 0 60px;
	background:#eff7ff;
}
.ingredients__inner{
	display: grid;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
	margin-top:20px;
}
.ingredients__box{
	background:#d4f0f7;
	position:relative;
	padding:40px 70px 120px 40px;
	text-align:left;
	overflow:hidden;
	margin-top:30px;
}
.ingredients__box:before{
	content:'';
	position:absolute;
	top:15px;
	bottom:15px;
	left:15px;
	right:15px;
	border:1px solid #2c9dd2;
	z-index:1;
}
.ingredients__box h3{
	font-size:23px;
	line-height:28px;
	font-weight:bold;
	position:relative;
	z-index:1;
}
.ingredients__box p{
	font-size:18px;
	line-height:28px;
	margin-top:12px;
	position:relative;
	z-index:1;
}
.ingredients__image{
	position:absolute;
	right:-45px;
	bottom:-45px;
}


/*-----------------------
SECTION-5
------------------------*/
.section-5{
	padding:50px 0 30px;
}
.reviews__inner{
	max-width:830px;
	width:100%;
	margin:25px auto 0;
}
.reviews__box{
	position:relative;
	padding: 50px 0 50px 95px;
	border-bottom:1px solid #d9d9d9;
	text-align:left;
}
.reviews__box:last-child{border-bottom:none; padding-bottom:0px;}
.name-letter{
	font-size:37px;
	line-height:70px;
	color:#2c9dd2;
	text-align:center;
	width:70px;
	height:70px;
	border-radius:50%;
	background:#d4f0f7;
	position:absolute;
	left:0;
	top:50px;
}
.review__heading{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
.review__star{
	display:block;
	margin:8px 0 0;
	width:100px;
}
.review__text{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
}
.verify__text{
	display:inline-block;
	vertical-align:middle;
	margin-top:20px;
}
.verify__text span{
	font-size:18px;
	line-height:22px;
	font-weight:600;
}
.verify__text small{
	font-size:15px;
	line-height:20px;
	color:#03b60f;
}
.verify__text img{
	width:14px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 2px 0 6px;
}

/*-----------------------
SECTION-6
------------------------*/
.section-6{
	padding:50px 0 40px;
}
.faq__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	max-width:970px;
	width:100%;
	margin:60px auto 0;
}
.faq__inner__left{
	width:31%;
}
.faq__tab{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	border:1px solid #2c9dd2;
	border-radius:4px;
	overflow:hidden;
}
.faq__tab li{
	padding: 20px 50px 20px 25px;
	font-size:19px;
	line-height:25px;
	font-weight:500;
	text-align:left;
	cursor:pointer;
	transition: 0.3s;
}
.faq__tab li.active{
	color:#fff;
	background:url(../images/tab-arrow.png) 90% center no-repeat #2c9dd2;
	background-size:20px;
}

.faq__inner__right{
	width:63%;
}
.faq__tab__heading{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#2c9dd2;
	text-align:left;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:840px;
	width:100%;
	margin-top:10px;
	}
.up-slide-dwn{
	border-bottom:1px solid #d8d8d8;
	}
.faq-innr{

	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right center;
	background-size:14px;
	padding:20px 20px 20px 0;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right center;
	background-size:14px;
	}
.acdn-content{
	text-align:left;
	padding:0 20px 0 0;
	}
.acdn-para{
	font-size:18px;
	line-height:28px;
	color:#000;
	padding-bottom:20px;
	}
.acdn-para--red__text{
	color:#ff0000;
}
.up-slide-dwn:last-child{
	border-bottom:none;
}
table.acdn-tbl tr td{padding:5px;}
table.acdn-tbl tr td:last-child{
	padding-left: 20px;
}

/*-----------------------
FOOTER
------------------------*/
/* .footer{
	padding:50px 0;
	border-top:1px solid #d8d8d8;
} */
.footer__logo{
	display:block;
	margin:0 auto 30px;
}
.footer__text{
	font-size:17px;
	line-height:22px;
	color:#000;
	margin-top:15px;
}
.footer__text span{
	padding:0 5px;
}
.footer__text a{
	color:#000;
	margin:0 8px;
}
ul.ftrlist2 {
	margin: 20px 0 0 0;
	text-align: center;
}

ul.ftrlist2 li {
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
}

ul.ftrlist2 li:hover {
	border: 1px solid #000;
	border-radius: 50%;
}

ul.ftrlist2 li img {
	margin: 0 auto;
	display: block;
}

/*-----------------------
INNER
------------------------*/
.inner__banner{
	background:url(../images/inner-banner.jpg) center top no-repeat;
	padding:70px 0;
	background-size:cover;
}
.inner__heading{
	font-size:67px;
	line-height:67px;
	font-family: 'Gilroy';
	font-weight:500;
	text-align:left;
}

/*-----------------------
ABOUT SECTION-1
------------------------*/
.about__section-1{
	padding:70px 0;	
}
.about__doctor__inner{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
}
.about__doctor__image{
	position:relative;
	margin-right:20px;
}
.about__doctor__image:before{
	content:'';
	position:absolute;
	left:15px;
	right:15px;
	top:15px;
	bottom:15px;
	border:1px solid #2c9dd2;
	border-radius:6px;
}
.about__doctor__image img{
	display:inline-block;
	vertical-align:top;
	border:1px solid #d5d5d5;
	border-radius:6px;
	max-width:100%;
}
.about__doctor__content{
	width:calc(100% - 570px);
	text-align:left;
	padding-right:50px;
}
.doctor__sign{
	margin:50px 0 0;
}
.doctor__name{
	font-size: 24px;
	line-height: 34px;
	color: #438ba8;
	text-align: left;
	margin-top:10px;
}
.doctor__design{
    font-size: 18px;
    line-height: 28px;
    color: #3e3e3e;
    text-align: left;
    padding: 4px 0 0 0;
}
.about__section-1__box{
	border-radius: 10px;
    margin-top: 55px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	background: #eff7ff;
	overflow: hidden;
}
.about__section-1__box__image {
    width: 45%;
}
.about__section-1__box__image img {
    display: inline-block;
    vertical-align: top;
    margin:-25px 0 -30px -220px;
}
.about__section-1__box__content{
	position: relative;
    z-index: 1;
    width: 55%;
    padding:40px;
	text-align:left;
}
.about__section-1__box__content:after {
    content: '';
    position: absolute;
    background: rgb(236, 234, 239);
    background: linear-gradient(90deg, rgba(239, 247, 255, 1) 0%, rgba(239, 247, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    top: 0;
    bottom: 0;
    right: -85px;
    z-index: -1;
}
.about__section-1__bottom__text{
	display:inline-block;
	vertical-align:top;
	max-width:850px;
	width:100%;
	margin:0 auto;
	font-size:22px;
	line-height:32px;
	font-weight:600;
	margin-top:50px;
}
ul.about__section-1__list{
	max-width:720px;
	width:100%;
	margin:10px auto 0;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
ul.about__section-1__list li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	padding:65px 50px;
	width:30%;
	margin-top:40px;
}
ul.about__section-1__list li p{
	font-size:20px;
	line-height:28px;
	font-weight:bold;
}
ul.about__section-1__list li:nth-child(1){
	background:url(../images/appear.png) center center no-repeat;
	background-size:cover;
}
ul.about__section-1__list li:nth-child(2){
	background:url(../images/tight.png) center center no-repeat;
	background-size:cover;
}
ul.about__section-1__list li:nth-child(3){
	background:url(../images/complex.png) center center no-repeat;
	background-size:cover;
}

.about__page .promises{background:#f6f6f6; border-bottom:none;}

/*-----------------------
ABOUT SECTION-2
------------------------*/
.about__section-2{
	padding:70px 0 30px;	
}
.about__compare{
	max-width:800px;
	width:100%;
	margin:35px auto 0;
	display:flex;
	display:-webkit-flex;
	border:1px solid #5eb4dd;
	border-radius:10px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	overflow:hidden;
}
.about__compare__box{
	width:50%;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	padding:30px;
}
.about__compare__box--1{background:#fff;}
.about__compare__box--2{background:#f4f4f4;}
.about__compare__heading{
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	border-radius:12px;
	padding:15px;
}
.about__compare__box--1 .about__compare__heading{background:#2c9dd2;}
.about__compare__box--2 .about__compare__heading{background:#d60000;}
.about__compare__product{
	margin:12px auto 0;
	border-radius:12px;
	max-width:100%;
}
.about__compare__list{
	margin-top:10px;
}
.about__compare__list li{
	padding:25px 0 25px 30px;
	border-bottom:1px solid #e1e1e1;
	font-size:17px;
	line-height:26px;
	text-align:left;
	position:relative;
}
.about__compare__list li:first-child{min-height:155px;}
.about__compare__list li:last-child{padding-bottom:0; border-bottom:none;}
.about__compare__list li img{
	position:absolute;
	left:0;
	top:30px;
	width:18px;
}

.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}
.container, .mnu-container {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.ftrlogo {
    margin: 0 auto 20px auto;
    display: block;
}
ul.ftrlist {
    text-align: center;
}
ul.ftrlist li {
    display: inline-block;
    border-right: 1px solid #585858;
    padding: 0 7px 0 2px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0;
}
ul.ftrlist li a {
    color: #000;
}
ul.ftrlist li:last-child {
    border-right: none;
}
.ftrtxt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 15px 0 0 0;
}
ul.ftrlist2 {
    margin: 20px 0 0 0;
    text-align: center;
}
ul.ftrlist2 li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #CCCCCC;
}
ul.ftrlist2 li img {
    margin: 0 auto;
    display: block;
}

/*-----------------------
MEDIA
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}

ul.solution__list{grid-column-gap: 20px;}
.section-1__heading{font-size:42px; line-height:44px;}

.heading{font-size:40px; line-height:48px;}

ul.promises__list li{padding:0 25px;}

/*-----------------------
ABOUT
------------------------*/
.about__doctor__content{width:calc(100% - 520px); padding-right:0;}
.about__section-1__box__content{padding:25px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}
.show-tab{display:block;}
.hide-tab{display:none;}

ul.menu-list li{padding:0 8px;}
ul.menu-list li a{font-size:14px; line-height:18px;}
.header__button{width:140px; height:40px; font-size:14px; line-height:40px;}

.heading{font-size:38px; line-height:46px;}
.common__text{font-size:17px; line-height:26px; margin-top:15px;}
.common__text--mt-0{margin-top:0;}
.button__box{margin-top:45px;}

.section-1{padding:40px 0 50px;}
ul.solution__list li img{width:45px;}
ul.solution__list li p{font-size:14px; line-height:18px;}
.section-1__heading{font-size:32px; line-height:38px;}
.section-1__sub-heading{font-size:17px; line-height:26px;}
.section-1__text{font-size:17px; line-height:26px;}
.merit__inner{grid-column-gap:10px;}
.merit__box ul li{font-size:15px; line-height:20px;}
.section-1__package__inner{padding:15px 15px 20px;}
.radio__option{width:10%; padding:5px;}
.radio__option input[type='radio'] + span{width:18px; height:18px;}
.select__save{font-size:11px; line-height:13px;}
.select__product__info{padding:5px;}
.select__product__info h3{font-size:16px; line-height:20px;}
.package__button__box{margin-top:30px;}
.package__button__box__top p{font-size:15px; line-height:20px;}

.section-2{padding:40px 0 50px;}
.works__info__content{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.works__content__text, .works__content__img{width:100%;}
.works__content__img{text-align:center; margin-top:20px;}

ul.promises__list li{padding:0 15px;}
ul.promises__list li p{font-size:15px;}

.section-3{padding:40px 0 50px;}
.about__content{width:56%;}
ul.about__list li{font-size:17px; line-height:22px; background-size:18px; margin-top:20px; padding-left:28px;}

.section-4{padding:40px 0 50px;}
.ingredients__inner{grid-column-gap:15px;}
.ingredients__box{margin-top:20px; padding: 30px 55px 100px 30px;}
.ingredients__box p{font-size:17px; line-height:26px;}
.ingredients__image{width:155px;}

.section-5{padding:40px 0 20px;}

.section-6{padding:40px 0 20px;}
.faq__tab li{padding: 16px 50px 15px 15px;}
.faq__inner__right{width:65%;}

.section-7{padding:40px 0 50px;}

.section-8{padding:40px 0 50px;}

/*-----------------------
INNER CSS
------------------------*/
.inner__banner{padding:60px 0;}
.inner__heading{font-size:55px; line-height:55px;}

.about__section-1{padding:40px 0 50px;}
.about__doctor__content{width:calc(100% - 300px);}
.doctor__sign{margin:30px 0 0;}
.about__section-1__box__content{width:58%;}
.about__section-1__box__image{width:42%;}
.about__section-1__box__image img{margin:0 0 -30px -250px;}

.about__section-2{padding:40px 0 10px;}

}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; top:50px; margin-top:-50px; padding:5px 0;}
.logo { width: 100px; margin-top:5px;}

/*MOBILE MENU CSS*/
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 35px;
    height: 20px;
    margin: 9px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;  
    color: black;
    background-color:#000;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list-m {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:50px;	
	background:#68bee6;
	border-top:1px solid #ccc;
    transition: all ease .5s;	
}
#menu-container .menu-list-m  li a{
	font-size:18px;
	padding:15px 20px 15px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
	scroll-behavior: smooth;
}


.section-1{padding:30px 0;}
.section-1__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:center; -webkit-justify-content:center;}
.section-1__inner__left, .section-1__inner__right{width:100%;}
.section-1__rating{font-size:14px; line-height:18px; margin-bottom:5px;}
.section-1__rating img{width:80px;}
.section-1__heading{font-size:26px; line-height:32px; margin-bottom:5px;}
.section-1__sub-heading{font-size:16px; line-height:20px; border-bottom:none; margin-bottom:5px;}
.merit__inner{margin-top:25px;}
.merit__box ul{margin-top:12px;}
.merit__box p{font-size:18px;}
.merit__box p span{padding-right:8px;}
.choose__heading{font-size:20px; line-height:30px;}
.select__option{margin-top:12px; min-height:75px;}
.radio__option input[type='radio'] + span{width:16px; height:16px;}
.radio__option input[type='radio']:checked + span:before{width:9px; height:9px;}
.select__product__seal{right:-5px;}
.select__product__info{padding:5px;}
.select__product__info h3{font-size:15px; line-height:20px;}
.select__product__info p{font-size:10px; line-height:12px; margin-top:0px;}
.select__save{font-size:11px; padding:3px;}
.select__price{font-size:14px; line-height:18px;}
.select__price-text{font-size:16px; line-height:20px; margin-top:0;}
.select__price__cut span:after{top:10px;}
.package__button{font-size:24px; line-height:62px; height:62px;}
.secure-logos{margin:25px auto 0;}
.solution__heading{font-size:16px; line-height:20px; margin:30px auto 0;}
ul.solution__list li{margin-top:20px;}
ul.solution__list li p{font-size:13px;}

.section-2{padding:25px 0 35px; background:#EFF8FD;}
.section-2__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.section-2__inner__left, .section-2__inner__right{width:100%;}
.heading{font-size:25px; line-height:32px;}
.sub-heading{font-size:14px; line-height:18px; margin-bottom:5px;}
.highlight__text{font-size:15px;}
.works__info{padding:0 15px; margin-bottom:15px;}
.works__info__heading{font-size:19px; line-height:24px;}
.works__num{width:35px; height:35px; font-size:20px; line-height:35px; margin-right:10px;}
.works__content__img{margin:25px auto 0;}
.works__content__text p{font-size:17px; line-height:26px;}
.section-2__inner__right{margin-top:30px;}

.button__box{margin-top:35px;}
.common__button{height:60px; font-size:18px; line-height:58px;}
.button__bottom{font-size:14px; line-height:18px;}

.promises{padding:25px 0 20px;}
.promises__heading{font-size:24px; line-height:30px;}
ul.promises__list{
	margin-top:10px; 
	display:flex; 
	display:-webkit-flex; 
	flex-wrap:wrap; 
	-webkit-flex-wrap:wrap; 
	justify-content:center; 
	-webkit-justify-content:center;
}
ul.promises__list li{width:32.3%; padding:0 8px; margin:12px 0;}
ul.promises__list li:nth-child(3){order:6; width:40%;}
.promises__icon{width:60px; height:60px; margin:0 auto 6px;}
.promises__icon img{width:30px;}
ul.promises__list li p{font-size:13px; line-height:20px;}

.section-3{padding:30px 0 35px;}
.about__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.about-image, .about__content{width:100%;}
.about-image{height:230px;  max-width:468px; width:100%; margin:25px auto 20px;}
.about-image:before{left:10px; right:10px; top:10px; bottom:10px;}
.about-image img{object-fit:cover; height:100%;}
.about__list__box{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-top:10px;}
ul.about__list{width:100%;}
ul.about__list li{margin-top:15px;}
.about__content__text{font-size:17px; line-height:26px; margin-top:25px;}

.section-4{padding:30px 0 35px;}
.ingredients__inner{grid-template-columns:1fr; margin-top:10px;}
.ingredients__box h3{font-size:20px; line-height:26px;}

.section-5{padding:30px 0 10px;}
.reviews__inner{margin:5px auto;}
.reviews__box{padding:25px 0;}
.name-letter{width:50px; height:50px; font-size:25px; line-height:50px; top:23px;}
.review__heading {padding-left: 65px;min-height: 48px;display: flex;align-items: center;}
.review__star{margin:25px 0 0 0;}
.review__text{font-size:17px; line-height:26px; margin-top:15px;}
.verify__text{margin-top:15px;}
.verify__text span{font-size:16px;}
.verify__text small{font-size:13px;}
.verify__text img{width:12px; margin:-2px 2px 0 6px;}

.section-6{padding:30px 0 10px;}
.faq__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:30px auto 0;}
.faq__inner__left, .faq__inner__right{width:100%;}
.faq__tab{
	flex-direction:row; 
	-webkit-flex-direction:row; 
	overflow-x: scroll; 
	-webkit-overflow-scrolling: touch; 
	/* white-space: nowrap; */
    border:none; 
	border-radius:0px;
    flex-wrap: wrap;
}
.faq__tab li{font-size:17px; padding:10px; border:1px solid #2c9dd2; margin:0 10px 10px 0;width:46%;}
.faq__tab li.active{background:url(../images/tab-arrow-mobile.png) 95% center no-repeat #2c9dd2; background-size:11px; padding-right:30px;}
.faq__tab__heading{font-size:22px; line-height:26px; display:none;}
.faq__inner__right{paddin-top:10px;}
.up-slide-dwn{
}
.accordion{font-size:18px; line-height:26px; padding:15px 20px 15px 0;}
.acdn-para{font-size:17px; line-height:26px; padding-bottom:15px;}


.footer__logo{margin:0 auto 15px;}
.footer__text{font-size:15px; line-height:22px;}
.footer__text a{margin:0 6px;}

/*-----------------------
INNER CSS
------------------------*/
.inner__banner{padding:35px 0;}
.inner__heading{font-size:34px; line-height:40px;}

.about__doctor__inner{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.about__doctor__content{width:100%;}

.about__section-1{padding:30px 0 35px;}
.about__doctor__image{margin:25px auto 0; max-width:400px;}
.doctor__sign{margin:20px 0 0;}
.doctor__name{font-size:18px; line-height:24px;}
.doctor__design{font-size:16px; line-height:24px;}
.about__section-1__box{flex-wrap:wrap; -webkit-flex-wrap:wrap; max-width:440px; margin:30px auto 0;}
.about__section-1__box__content{width:100%; padding:20px;}
.about__section-1__box__content:after{
	position: absolute;
    background: rgb(236, 234, 239);
    background: linear-gradient(180deg, rgba(239, 247, 255, 1) 0%, rgba(239, 247, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
	right:0;
	bottom:-160px;
}
.about__section-1__box__image img {margin: -20px 0 -30px -280px;}
.about__section-1__bottom__text{font-size:18px; line-height:28px; margin-top:25px;}
ul.about__section-1__list{max-width:345px;}
ul.about__section-1__list li{width:31.5%; padding:25px 15px; margin-top:15px;}
ul.about__section-1__list li p{font-size:13px; line-height:20px;}

.about__section-2{padding:30px 0 10px;}
.about__compare{flex-wrap:wrap; -webkit-flex-wrap:wrap; border:none; background:none; box-shadow:none; margin-top:0;}
.about__compare__box{
	width:100%; 
	padding:25px 15px; 
	border: 1px solid #5eb4dd; 
	border-radius:12px; 
	margin-top:25px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.about__compare__heading{padding:8px; border-radius:8px;}
.about__compare__list li{padding:15px 0 15px 30px; font-size:16px; line-height:22px;}
.about__compare__list li img{top:20px;}
.about__compare__list li:first-child{min-height:auto;}
.vs__icon{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#e2f2fc;
	margin:-20px auto -40px;
	font-size:30px;
	line-height:58px;
	font-family: 'Gilroy';
	font-weight:500;
	position:relative;
	z-index:1;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
}

.dropdown-menu{
    position: relative;
    background: #76ccf4 !important;
}
.dropdown-menu a{
    padding: 15px 20px !important;
}
/* .dropdown-menu li:last-child a{background: #76ccf4 !important;} */
}


@media (max-width: 667px){
    #menu-wrapper{
        margin-left: 60%;
    }
    #cart_btn{
        margin-top: 10px;
    }
    ul.ftrlist li {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 479px){
    #menu-wrapper{
        margin-left: 40%;
    }
    .button__box{
        max-width: unset;
    }
    .faq__tab li{
        width: 100%;
    }
}

.reviews__box span.img-author {
width: 74px;
height: 74px;
line-height: 74px;
overflow: hidden;
border-radius: 50%;
background: #0c426d;
position: absolute;
text-align: center;
color: #fff;
font-size: 26px;
font-weight: 500;
left: 0px;
}

@media (max-width: 767px) {
   .reviews__box span.img-author {
        width: 60px;
        height: 60px;
   } 

   #menu-container .menu-list-m.active {
        left: 0%;
    }
    #menu-wrapper.opened #hamburger-menu span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #menu-wrapper.opened #hamburger-menu span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        left: -60px;
    }
    #menu-wrapper.opened #hamburger-menu span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}


/***************** FAQ PANEL *********************/
.total-faq-area{ padding: 90px 0; }
.total-faq-area h2{ text-align: center; font-size: 70px; margin-bottom: 50px; }
.total-faq-area h2 span{ position: relative; top: -5px; left: 5px; }
.total-faq-area figure.faq-pic{ height: 100%; margin: 0 0 10px; }
.total-faq-area figure.faq-pic img{ width: 100%; height: 100%; object-fit: contain; }
.faq-accordion-area .card-header{ border:0 !important; background: #eff7f9; font-size: 22px; line-height: 1.2; padding: 0; }
.faq-accordion-area .card{ border:0; margin-bottom: 10px; }
.faq-accordion-area .card .btn{ color: #0c426d; text-decoration: none!important; outline: none; -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important; box-shadow: 0 0 0 rgba(0,0,0,0) !important; padding: 12px 40px 12px 20px; position: relative; background: transparent !important; font-weight: 600;}
.faq-accordion-area .card .btn.collapsed:after{ content: '+';  text-shadow: 0px 0px 5px #93b1b9; top: 20%;	}
.faq-accordion-area .card .btn:after{ content: '-';text-shadow: 0px 0px 5px #00aeef; top: 10%;font-size: 32px; position: absolute; right: 15px;font-family: "Gothic A1", sans-serif;;  line-height: 1; color: #eff7f9;}
.faq-accordion-area .card .card-body{ padding-bottom: 0; }
.faq-accordion-area p{ font-size: 15px; color: #2b3949; font-weight: 400;}
.faq-accordion-area .card .collapse.show{ background: #fff; /*-webkit-box-shadow: 22px 0 59px rgba(12,66,109,0.1); box-shadow: 22px 0 59px rgba(12,66,109,0.1);*/}
/***************** FAQ PANEL *********************/
.prms-bg-area.prms-againara{ background-color: #f7f7f7; background-image: url('../images/mmd-bg-left.jpg'), url('../images/mmd-bg-right.jpg'); background-position: left bottom, right top; background-size: auto auto, auto 100%;}

@media (max-width: 991px) {
    .total-faq-area {
        padding: 30px 0;
    }
    .total-faq-area h1 {
        font-size: 33px;
    }
    .total-faq-area h2 {
        font-size: 45px;
    }
}

.contact-sec{
	padding: 0px 0 80px;
}
.contact-sec-mdl{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1170px;
	margin-top:40px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	background:#fff;
	padding:45px 0 0 0px;
	}
.contc-col-1{
	float:left;
	width:49%;
	padding:0 55px 25px 40px;
	text-align:left;
	border-right:1px solid #e1e1e1;
	}

.contct-txt1{
	font-size:24px;
	line-height:30px;
	color:#2d3b42;
	font-weight:600;
	}
.contct-txt2{
	font-size:18px;
	line-height:24px;
	color:#121212;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.contc-col-1 ul{
	width:100%;
	margin-top:20px;
	}
.contc-col-1 ul li{
	margin-top:20px;
	position:relative;
	}
.contc-col-1 ul li:last-child{ border:none;}
.contc-col-1 ul li p{
    font-size:18px;
    color: #121212;
    line-height:26px;
	}
	
.cont-icon{
	display:inline-block;
	vertical-align:middle;
	}
.contc-col-2{
	float:right;
	width:50%;
	padding:0 50px 50px;
	text-align:left;
	}
.contc-col-2 h2{
	font-size:20px;
	line-height:28px;
	color:#2d3b42;
	text-align:left;
	font-weight:500;
	position:relative;
	margin-bottom:20px;
	}

.msg-frmfild{
	margin-top:14px;
	}
.msg-frmfild input,.msg-frmfild textarea{
	height:52px;
	font-size:16px;
	background:#fff;
	color:#505050;
	outline:none;
	border:1px solid #b9cede;;
	border-radius: 5px;
	padding:5px 10px 5px 20px;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	resize:none;
	padding-top:15px;
	}
.contc-col-2 .submit {
	display:inline-block;
	vertical-align:middle;
    height:65px;
	width:290px;
	max-width:100%;
    background: #2c9dd2;
	border-radius:40px;
    color: #fff;
    margin-top: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
	line-height:65px;
	font-weight:bold;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
	position:relative;
	}
.contact-soc-para{
	font-size:18px;
	line-height:26px;
	color:#5a5a5a;
	background:#f1f8fd;
	margin-top:40px;
	padding:15px 0;
    clear: both;
	}
.contact-soc-para img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 15px;
	}
.contc-col-1 ul li p {
    display: flex;
    align-items: flex-start;
}
.contact-sec-mdl .fa {
    font-size: 18px;
    line-height: 30px !important;
    width: 30px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0c426d;
    margin-right: 10px;
    margin-top: 3px;
    color: #0c426d;
}
.contc-col-2 .submit .fa {
    color: #fff;
    border-color: #fff;
}

@media (max-width: 767px) {
    .contc-col-1, .contc-col-2 {
        float: none;
        width: auto;
        border: none;
        margin: 15px;
        padding: 15px;
    }
    .contact-sec-mdl {
        box-shadow: none;
        padding: 0;
    }
    .contact-sec {
        padding: 0;
    }
}
.cart-btn {
    color: #00aeef;
    font-size: 18px;
    padding: 10px 25px;
    border: 1px solid #ccc;
}
.shop-area{ text-align: center; padding: 90px 0;}
.shop-area .container {
    max-width: 1300px;
}
.shop-area h2, .total-contact-page h2{ font-size: 70px; color: #0c426d; margin-bottom: 20px; position: relative; }
.shop-area h2 span{ position: relative; top: -5px; left: 5px; }
.shop-area p.shop-pra-only{ font-size: 22px; line-height: 2;color: #0c426d; margin-bottom: 50px;}

.featured-area{ padding: 150px 0 0; text-align: center; position: relative; }
.featured-area .container{ position: relative; }
.featured-area h2{ font-size: 70px; color: #0c426d; margin-bottom: 0px; position: relative; }
.featured-area h2 span, .customer-story-area h5 span, .feel-beauty-area h4 span, .mission-area h3 span{ position: relative; top: -10px; left: 5px; }
.featured-item-slider{ background: #fff; padding: 15px; text-align: center; }
.featured-item-slider figure{ width: 100%; display: -moz-flex;display: -webkit-flex;display: -o-flex;display: flex; -webkit-align-items: flex-end;align-items: flex-end; -webkit-justify-content: center; justify-content: center; }
.featured-item-slider figure img{ width: auto; height: auto; margin: 0 auto; }
.featured-item-slider a{ outline: none; }
.fetrd-rating-area i{ color: #ffbb00; font-size: 18px; margin: 0; cursor: pointer;}
.featured-item-slider h3{font-size: 30px; line-height: 35px; font-weight: 800; color: #000;margin-bottom: 10px;}
.featured-item-slider h3 a{color: #000;}
.featured-item-slider p{ color: #58778f; font-size: 17px; line-height: 1.2;     min-height: 46px; }
.featured-item-slider.shop-prod-item{position: relative; z-index: 1; background: #fff;-webkit-box-shadow: 18px 0 57px rgba(12,66,109,0.05); box-shadow: 18px 0 57px rgba(12,66,109,0.05); margin-bottom: 30px;}
.featured-item-slider.shop-prod-item .cart-btn{display: inline-block; vertical-align: top; height: 60px; width: 100%; border: none; background: #2c9dd2; border-radius: 40px; font-weight: bold; font-size: 20px; line-height: 60px; color: #fff; text-align: center; outline: none; cursor: pointer; margin-top: 25px; padding: 0;}
.featured-item-slider.shop-prod-item:hover .cart-btn{ opacity: 1; }
.featured-item-slider.shop-prod-item:hover{ -webkit-box-shadow: 30px 0 95px rgba(12,66,109,0.16); box-shadow: 30px 0 95px rgba(12,66,109,0.16); }
.prms-bg-area.prms-againara{ background-color: #f7f7f7; background-image: url('../images/mmd-bg-left.jpg'), url('../images/mmd-bg-right.jpg'); background-position: left bottom, right top; background-size: auto auto, auto 100%; background-repeat: no-repeat;}
.total-prmse-area ul li figure{ height: 70px; }
.total-prmse-area, .total-contact-page{ text-align: center; padding: 90px 0; }
.total-prmse-area h3{ color: #0c426d; font-size: 35px; margin-bottom: 50px; }
.total-prmse-area p{color: #0c426d; font-size: 21px;}
@media screen and (max-width: 992px) {
    .total-prmse-area ul li {
        width: 50%;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .shop-area {
        padding: 30px 0;
    }
    .shop-area h2, .total-contact-page h2 {
        font-size: 36px;
    }
    .total-prmse-area ul li {
        width: 50%;
    }
    .featured-item-slider h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .total-prmse-area ul li {
        width: 100%;
    }
    .select__price {
        padding: 5px;
    }
    .select__save {
        width: 45px;
    }

    .select__price-text small {
        font-size: 11px;
        display: block;
    }
    .select__product__info h3 {
        font-size: 13px;
        white-space: nowrap;
    }
    .select__price-text {
        line-height: 16px;
    }
}