@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: 'Inter';
	font-weight: normal;
}
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; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}


@font-face {
    font-family: 'Inter';
    src: url(https://cdn.subscribefunnels.com/47d6d79f-eafb-47f9-976a-369a9864d258/omagaturmericNEW/V2/css/Inter-Bold.woff2) format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/Inter-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(https://cdn.subscribefunnels.com/47d6d79f-eafb-47f9-976a-369a9864d258/omagaturmericNEW/V2/css/Inter-Medium.woff2) format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/Inter-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(https://cdn.subscribefunnels.com/47d6d79f-eafb-47f9-976a-369a9864d258/omagaturmericNEW/V2/css/Inter-SemiBold.woff2) format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/Inter-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(https://cdn.subscribefunnels.com/47d6d79f-eafb-47f9-976a-369a9864d258/omagaturmericNEW/V2/css/Inter-Regular.woff2) format('woff2'),
        url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/Inter-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.scraped-container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*-------Header-------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top: -80px;
    position: relative;
	border-bottom:1px solid #ebebeb;
    top: 80px;
    z-index: 11;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.header__logo{
	float:left;
	margin-top:5px;
	width:172px;
	}
.header__stopwatch{
	display:inline-block;
	vertical-align:middle;
	margin:30px 0 0 0;
	color:#000;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.header__stopwatch img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	width:18px;
	}
.red-text{ color: #f00000; font-weight:bold;}	
.#stopwatch{
	}
.header__button{
    float: right;
	width: 180px;
    height: 46px;
	background:#2dc167;
    color: #fff;
    font-size:16px;
	line-height:46px;
	font-weight:500;
    text-align: center;
	letter-spacing:0.5px;
	border-radius:5px;
	margin-top:16px;
	}
	
/*======Top Section======*/
.top-sec{
	float:left;
	width:100%;
	padding:12px 0;
	
background: rgb(50,137,227);
background: -moz-linear-gradient(80deg, rgba(50,137,227,1) 0%, rgba(76,118,206,1) 38%, rgba(110,94,180,1) 49%, rgba(138,73,157,1) 58%, rgba(179,43,125,1) 99%);
background: -webkit-linear-gradient(80deg, rgba(50,137,227,1) 0%, rgba(76,118,206,1) 38%, rgba(110,94,180,1) 49%, rgba(138,73,157,1) 58%, rgba(179,43,125,1) 99%);
background: linear-gradient(80deg, rgba(50,137,227,1) 0%, rgba(76,118,206,1) 38%, rgba(110,94,180,1) 49%, rgba(138,73,157,1) 58%, rgba(179,43,125,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3289e3",endColorstr="#b32b7d",GradientType=1);	
	}
.top-sec p{
	font-size:14px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	}	

/*=========Section 1========*/
.section-1{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 60px;
	}	
.s1-heading{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:600;
	}	
	
/*=========Left=========*/	
.s1-left-side{
    float: left;
    width: 50%;
    position: relative;
	margin-top:35px;
	}
.prd-slide-div{
	margin:0 auto 0;
	display:block;
	background: #f8f8f8;
	} 	
.s1-testiBox{
	float:left;
	width:100%;
	background:#fff;
	border-radius:15px;
	padding:20px;
	text-align:left;
	margin-top:25px;
	
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}				
.s1-testi-top{
	float:left;
	width:100%;
	position:relative;
	padding:8px 0 8px 70px;
	}
.s1-t-pic{
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	width:53px;
	}				
.s1-t-name{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	}
.s1-t-name img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 4px;
	width:92px;
	}	
.s1-t-vry{
	font-size:12px;
	line-height:12px;
	color:#000;
	margin-top:7px;
	}
.s1-t-vry img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
	width:12px;
	}
.s1-t-para{
	float:left;
	width:100%;
	font-size:15px;
	line-height:23px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}	

		
/*==========Right============*/
.s1-right-side{
	float:right;
	width:47%;
	text-align:left;
	margin-top:40px;
	}
.s1-prod-rating{
	font-size:12px;
	line-height:12px;
	color:#000;	
	}
.s1-prod-rating img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	width:96px;
	}	
.s1-prod-heading{
	font-size:40px;
	line-height:46px;
	color:#000;
	font-weight:600;
	margin-top:20px;	
	}	
.s1-prod-txt1{
	font-size:18px;
	line-height:22px;
	color:#2cabe2;
	font-weight:600;
	margin-top:10px;
	}
	
.btn-strp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:500px;
	text-align:center;
	background:#fffaf3;
	border-radius:40px;
	padding:10px;
	font-size:13px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}
.btn-strp-t1{
	float:left;
	width:100%;
	}	
.btn-strp-t1 span{padding:0 6px;}	
.btn-strp-t1 img{
	display:inline-block;
	vertical-align:middle;
	margin: -4px 5px 0 0;
	width:12px;
	}		
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
 	}	
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.hourglass{
	animation:rotateP 2.5s  ease-in-out forwards infinite 
  }
  @keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
  @keyframes fade{
	0%{
		opacity:100%;
	}
	50%{
		opacity:30%;
	}
	70%{
		opacity:100%;
		}
	100%{
		opacity:100%;
	}
  }		
	
.s1-docStrip{
	width:100%;
	text-align:left;
	margin-top:25px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.s1-docStrip img{
	width:85px;
	border-radius:50%;
	}
.s1-doc-para{
	width:calc(100% - 85px);
	text-align:left;
	padding-left:15px;
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	}		
	
ul.s1-rgt-list{
	width:100%;
	text-align:left;
	margin-top:30px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;		
	}	
ul.s1-rgt-list li{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	}
ul.s1-rgt-list li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-20px;
	background:#d7d7d7;
	width:1px;
	}	
ul.s1-rgt-list li:last-child:after{ display:none;}	
ul.s1-rgt-list li img{ margin-right:10px; width:38px;}	
ul.s1-rgt-list li p{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:500;
	}	
	
	
/*======Pakage part========*/
.s1-package-box{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
	}	
.s1-pkg-header{
	font-size:20px;
	line-height:20px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:bold;
	position:relative;
	}	
.s1-pkg-header:before{
	content:'';
	position:absolute;
	top:50%;
	left:20px;
	right:20px;
	background:#b8b8b8;
	height:1px;
	}	
.s1-pkg-header span{
	position:relative;
	background:#fff;
	padding:0 10px;
	}	

.s1-pkg-mid{
	float:left;
	width:100%;
	}
.switch-opt{
	float: left;
    width: 100%;
    padding: 0 42px;
    margin-top: 30px;
	}
.switch-opt .buyopt{
	float: left;
    width: 48%;
    background: #fff;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    padding: 12px 5px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #d7d7d7;
    position: relative;
    border-radius: 5px;
    text-align: left;
	
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}
.switch-opt .buyopt.active{
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 0 2px #1393bf;
	box-shadow: 0 0 0 2px #1393bf;
	}
.switch-opt .buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.switch-opt .buyopt input[type=radio] + span{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	border-radius:50%;
	background:#fff;
	width:16px;
	height:16px;
	border:2px solid #d7d7d7;
	margin:-1px 2px 0 0;
	}
.switch-opt .buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -2px;
    top: -2px;
	background:url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/subscribe_chk.png") no-repeat center center;
	background-size:100%;
	}
.switch-opt .buyopt.subs{float:right;}
.switch-opt .buyopt p{
	padding-left:5px;
	}

.prod_package{
	float:left;
	width:100%;
	margin-top:30px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	}
.package_box{
	width:32%;
	border:2px solid #e5e5e5;
	border-radius:10px;
	background:#fff;
	text-align:center;
	position:relative;
	cursor:pointer;
	padding:15px 12px;
	}
.package_box.active{
	border:2px solid #1393bf;
	box-shadow: 0 0 3px 6px rgba(19,147,191,0.1);	
	}	
.package_heading{
	color:#000;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.package_subcopy{
	color:#000000;
	font-size:13px;
	font-weight:500;
	margin-top:3px;
	}
.package_product{
	width:100%;
	margin-top:10px;
	position:relative;
	}
.package_product img{
	display:block;
	margin:0 auto;
	width:130px;
	}
.pkg_seal{
	position:absolute;
    top: 5px;
    right: 20px;
	background:#fe0000;
	width:46px;
	height:46px;
	text-align:center;
	border-radius:50%;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	padding-top:12px;
	}	
.cut_prc{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-decoration: line-through;
	margin-top:10px;
	}	
.package_price{
	color:#000;
	font-size:21px;
	line-height:21px;
	font-weight:bold;
	margin-top:7px;
	}
.package_price span{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	font-weight:normal;
	color:#797979;
	margin:1px 0 0 1px;
	}
.package_button{
    display: block;
    width: 100%;
    height: 40px;
    background: #00b667;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 12px;
    box-shadow: 0 4px 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 6px 2px rgba(0,0,0,0.1);
	}
.package_ship{
	color:#000;
	font-size:13px;
	line-height:13px;
	font-weight:600;
	margin-top:10px;
	}
.btn-txt{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:600;
	margin-top:22px;
	}
.btn-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px 12px 0;
	width:15px;	
	}
.best-seller{
	position: absolute;
    top: -13px;
    left: 50%;
    width: 120px;
    background: #ed863a;
    border-radius: 30px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    padding: 4px 14px 4px;
    margin-left: -60px;
	}			
	
/*=====Slider Strip=====*/	
.sliderStrip{
	float:left;
    width: 100%;
    background:#3eb7e0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
	height:60px;
	}
.track-horizontal{
	position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 30s linear infinite;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	}
.strp-lst-bx{
	flex: none;
    margin-right:40px;
	}
.strp-lst-bx p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#fff;
	text-align:left;
	padding:0 0;
	letter-spacing:1px;
	position:relative;
	}
.strp-lst-bx img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:32px;	
	}	

@keyframes marquee-horizontal{
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}
	

/*=====Section 2=====*/
.section-2{
	float:left;
	width:100%;
	background:#edf6fb;
	padding:60px 0 70px;
	}
.common-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:50px;
	color:#000;
	font-weight:600;
	}	
.fs-40{ font-size:40px; line-height:45px;}	

.review__block{
	float:left;
	width:100%;
	margin-top:40px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
	}
.review__rating-box{
	text-align:center;
	width:26%;
	}
.review__rating-no{
	float: left;
    width: 100%;
    color: #000;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
	}
.review__rating-star{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	width:143px;
	}
.reviw__rating-verify{
	float:left;
	width:100%;
	margin-top:15px;
	color:#000;
	font-size:18px;
	font-weight:500;
	line-height:20px;
	}
.review__rating-list{
	width:32%;
	}
.review__rating-list li{
	padding: 6px 10px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	color:#000;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	line-height:23px;
	}
.review__rating-list li:last-child{ border-bottom:none;}
.review__rating-list li span{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	font-weight:500;
	}
.review__rating-list li span img{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	margin: -4px 10px 0 0;
	}	
	
.videos-mid-row{
	width:100%;
	margin:50px auto 0;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
.videos-mid-col{
    width: 15.8%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	background:#3eb7e0;
	cursor:pointer;
	height:330px;
	}
.videos-mid-col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.videos-mid-col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	}
		
.btnBox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:515px;
	text-align:center;
	margin-top:60px;
	}
.btn-top-txt{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
	}
.btn-top-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -6px 12px 0;
	width:15px;	
	}		
.common-btn{
    float: left;
    width: 100%;
    height: 55px;
    background: #00b667;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;	
	}
.btn-btm-txt{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:16px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	}	
.btn-btm-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
	width:22px;
	}					
		
/*=====Section 3=====*/
.section-3{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0;
	}
.prod-det-s3-inr{
	float:left;
	width:100%;
	margin-top:10px;
	}
.prod-det-s3-inr-bx{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #9b9b9b;
	}
.prod-det-s3-inr .prod-det-s3-inr-bx:last-child{border-bottom:none; padding-bottom:0px;}
.prod-det-s3-bx-hd{
	float:left;
	width:100%;
	padding:50px 0;
	cursor:pointer;
	}
.prod-det-s3-bx-hd p{
    text-align: left;
    float: left;	
    font-size: 40px;
    line-height: 46px;
	}	
.prod-det-s3-bx-hd.active p{ font-weight:600;}	
.swap-icn{
    float: right;
    line-height: 34px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	border:1px solid #405c65;
    text-align: center;
	margin-top: 5px;
	}	
.swap-icn img{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	}	
.prod-det-s3-bx-cont{
	float:left;
	width:100%;
	padding:20px 0 50px;
	}
.prod-desc-head{
	font-size:24px;
	line-height:34px;
	letter-spacing:0.5px;
	color:#000;
	font-weight:bold;	
	}	
.prod-desc-head span{ color:#3eb7e0;}	
.prod-desc-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	margin-top:25px;
	position:relative;
	
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
	}
.prod-desc-box-inner{
	float:left;
	width:53%;
	padding:35px 35px 40px;
	}	
.common-para{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:20px;
	}	
.top-0{ margin-top:0 !important;}	
.prd-desc-img{
	position:absolute;
	top:-105px;
	right:0;
	}
ul.prod-desc-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;	
	}
ul.prod-desc-list li{
	float:left;
	width:25%;
	text-align:center;
	position:relative;
	padding:0 25px;	
	}
ul.prod-desc-list li:after{
	content:'';
	position:absolute;
	top:90px;
	bottom:0;
	right:0;
	background:#d7d7d7;
	width:1px;
	}	
ul.prod-desc-list li:last-child:after{
	display:none;
	}	
ul.prod-desc-list li img{
	margin:0 auto 0;
	display:block;
	width:54px;
	}	
ul.prod-desc-list li h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}	
ul.prod-desc-list li p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000;
	margin-top:20px;
	}	
	
	
/*Ingredients*/
ul.prod-det-ing-list{
	margin:0 auto 0;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
ul.prod-det-ing-list li{
	width:23%;
	text-align:left;
	}	
ul.prod-det-ing-list li img{
	margin:0 auto 0;
	display:block;
	}
ul.prod-det-ing-list li h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:600;
	margin-top:20px;
	}	
ul.prod-det-ing-list li p{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:20px;
	}		
.promise__head{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	position:relative;
	margin-top:50px;
	}
.promise__head:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%);
	width:900px;
	height:2px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(150,150,150,1) 50%, rgba(255,255,255,0) 100%);
	}
.promise__head span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    padding: 0 15px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
	}	

ul.promise-list{
	margin:40px auto 0;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
ul.promise-list li{
	width:14%;
	text-align:center;
	}	
ul.promise-list li img{
	margin:0 auto 0;
	display:block;
	width:60px;
	}
ul.promise-list li p{
	font-size:14px;
	line-height:18px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:20px;
	}	
	
/*Directions of Use*/	
.prd-use-img{
	float: right;
    margin: 0 0 0 50px;
    background: #fff;
	}
ul.prod-det-use-lst{
	position:relative;
	margin-top:10px;
	}
ul.prod-det-use-lst:before{
	content: '';
    position: absolute;
    left: 25px;
    top: 30px;
    bottom: 100px;
    border-left: 2px dotted #3eb7e0;
	}
ul.prod-det-use-lst li{
	padding-left:65px;
	position:relative;
	margin-bottom:55px;
	}
ul.prod-det-use-lst li:last-child{ margin-bottom:0;}	
.prod-use-num{
	width: 48px;
    height: 48px;
    background: #3eb7e0;
    border-radius: 50%;
    font-size: 29px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
	}
ul.prod-det-use-lst li h3{
	font-size:24px;
	line-height:38px;
	color:#000;
	font-weight:600;
	}
ul.prod-det-use-lst li p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 10px;
	}	
	
/*Free Bonuses*/		
.prd-bonuses-img{
	float: right;
	}	
ul.prod-det-bonuses-lst{
	float:left;
	width:45%;
	text-align:left;
	}	
ul.prod-det-bonuses-lst li{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 17px 0;
	}
ul.prod-det-bonuses-lst li:last-child{ border:none; padding-bottom:0;}	
ul.prod-det-bonuses-lst li:last-child .free-txt{ vertical-align:top; margin-top:10px;}	
.free-txt{
	display: inline-block;
    vertical-align: middle;
    background: #3eb7e0;
    border: 2px solid #000;
    border-radius: 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
	}	
ul.prod-det-bonuses-lst li p{
	display: inline-block;
    vertical-align: middle;
    width: calc(100% - 72px);
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    padding-left: 12px;
	}	
		
/*About Doctor*/	
.prod-det-abt-sec{
	float:left;
	width:100%;
	position:relative;
	}	
.prod-doctor-img{
	margin:0 auto 0;
	display:block;
	}	
.prod-det-abt-btm{
	float:left;
	width:100%;
	text-align:left;
	background:#3eb8e1;
	padding:16px 40px;
	}	
.abt-name{
    font-size: 28px;
    line-height: 30px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	}	
.abt-degn{
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin-top: 6px;
	}		
.abt-cont-box{
    position: absolute;
    top: 100px;
    right: 30px;
    width: 675px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 40px;
	}	
	
/*=====Section 4=====*/
.section-4{
	float:left;
	width:100%;
	background:#3eb7e0;
	padding:50px 0;
	overflow:hidden;
	}
.mnybk-box{
	margin:0 auto 0;
	width:100%;
	max-width:840px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	align-items: center;
	}
.mnybk-seal{ width:223px;}		
.mnybk-cont{
	width:calc(100% - 223px);
	text-align:left;
	padding-left:30px;
	}
.mnybk-heading{
	font-size:40px;
	line-height:45px;
	color:#fff;
	font-weight:600;
	}	
.mnybk-txt1{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:4px 12px;
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:600;
	margin-top:15px;
	}		
.mnybk-txt2{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
	margin-top:22px;	
	}
.s4-prod1{
    position: absolute;
    top: -40px;
    left: -40px;
    transform: rotate(-21deg);
    width: 140px;
	}
.s4-prod2{
    position: absolute;
    top: 84px;
    right: 0;
    transform: rotate(19deg);
    width: 140px;
	}	

/*=====Section 5=====*/
.section-5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}	
	
.testi-sec{
	float:left;
	width:100%;
	padding:0 70px;
	margin-top:50px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:30px 0;
	border-top:1px solid #a5a5a5;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.testi-row:last-child{ padding-bottom:0;}	
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:240px;
	padding-right:10px;
	}	
.testi-lft-abt{
	float: left;
    width: 100%;
    padding: 3px 0 3px 60px;
    position: relative;
	}
.t-name-ic{
	position:absolute;
	left:0;
	top:4px;
	width:45px;
	height:45px;
	background:#3eb7e0;
	border-radius:50%;
	text-align:center;
	font-size:20px;
	line-height:45px;
	color:#fff;
	}
.t-name{
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: bold;
	}
.t-vryfd{
    font-size: 12px;
    color: #27b620;
    margin-top: 5px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	width:14px;
	}
.test-prod{
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 14px;
    padding: 5px 0 5px 60px;
	}
.test-prod-txt{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #000;
	}
.test-prod-txt span{ color:#000; font-size:12px;}
.test-prod img{
	position:absolute;
	left:0;
	top:0;
	border-radius:5px;
	width:46px;
	}
.recom-txt{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
	}
.recom-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
	}		

.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:calc(100% - 240px);
	padding:5px 0 10px 30px;
	border-left:1px solid #d7d7d7;
	}
.t-star{
	float:left;
	width:92px;
	}
.testi-pra{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
	letter-spacing:0.5px;
    color: #000;
    margin-top: 15px;
	}

/*=====Section 6=====*/
.section-6{
	float:left;
	width:100%;
	background:#edf6fb;
	padding:60px 0 70px;
	}
.faq-container{
	float: left;
    width: 100%;
	padding:0 100px;
    text-align: left;
    margin-top: 40px;

	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/close-btn.png") no-repeat 99% center;
    padding: 24px 27px 24px 0;
    font-size: 22px;
    line-height: 28px;
    color: #000;
	font-weight:600;
	border-bottom:1px solid #b3bcdf;
    cursor: pointer;
	}	
.acdn-heading.accordion-open {
    background: url("https://assets.funnelkonnekt.com/Funnel/assets/images/c12daa8d-e18e-4510-87e5-1de864bd69cd/a80beec3-6a93-450f-b555-f326df440584/open-btn.png") no-repeat 99% center;
	}
.acdn-content{
    float: left;
    width: 100%;
    padding: 18px 0 0;
	}
.acdn-para{
	font-size:16px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:20px;
	}		

/*=====Footer=====*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	}
.ftr-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:33px;
	color:#000;
	}	
.ftr-txt a{
	color:#000;
	padding:0 10px;
	}
	

/*======MEDIA START========*/
.show-mob, .show-tab{display:none;}
.fl{ float:left;}
.fr{ float:right;}

@media only screen and (max-width:1200px){
.scraped-container{width:1004px;}

.s1-left-side{ width:45%;}
.s1-right-side{ width:52%;}
.s1-prod-heading{ font-size: 38px; line-height: 44px;}
ul.s1-rgt-list li p{ font-size: 14px; line-height: 19px;}
.switch-op{ width:100%;}
.best-seller{ font-size:12px;}

.common-heading{ font-size:40px; line-height:45px;}

.prod-det-s3-bx-hd p{ font-size:40px; line-height:45px;}
.prod-desc-box-inner{ padding:30px;}
.prd-desc-img{ top: 0px; right: 0; width: 455px;}
ul.prod-det-use-lst li{ margin-bottom:40px;}
.prd-use-img{ margin: 0 0 0 40px; width: 490px;}
.prd-bonuses-img{ width:540px;}
.prod-det-abt-btm{ padding:16px 25px;}
.abt-cont-box{ top: 30px; right: 20px; width: 620px; padding: 30px;}

.mnybk-box{ max-width:645px;}
.mnybk-cont{ width: calc(100% - 180px);}
.mnybk-seal{ width: 180px;}
}


@media only screen and (max-width:1021px){
.scraped-container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.header__stopwatch{ float: right;}

.s1-left-side{ width:39%;}

.s1-right-side{ width: 58%;}
.s1-prod-heading{ font-size: 34px; line-height: 42px; margin-top: 15px;}
.s1-prod-txt1{ font-size: 17px; line-height: 21px;}
.btn-strp{ font-size:11px;}
.s1-docStrip{ margin-top:20px;}
ul.s1-rgt-list{ margin-top:25px;}
ul.s1-rgt-list li p{ font-size: 12px; line-height: 18px;}
ul.s1-rgt-list li img{ margin-right: 5px; width: 30px;}

.switch-opt{ padding:0;}
.package_box{ padding:12px 8px;}

.section-2{ padding:50px 0 60px;}
.common-heading{ font-size: 36px; line-height: 42px;}
.review__block{ margin-top:30px;}
.review__rating-box{ width:36%;}
.review__rating-list{ width:45%;}
.videos-mid-row{ margin: 40px auto 0;}
.videos-mid-col{ height:220px;}
.btnBox{ margin-top:50px;}

.section-3{ padding:10px 0 30px;}
.swap-icn{ margin-top:2px;}
.prod-det-s3-bx-hd{ padding:40px 0;}
.prod-det-s3-bx-hd p{ font-size: 36px; line-height: 42px;}
.prod-desc-box-inner{ padding: 20px;}
.common-para{ font-size: 16px; line-height: 24px;}
.prd-desc-img{ width: 350px; height: 416px; object-fit: cover;}
ul.prod-desc-list{ margin-top:40px;}
ul.prod-desc-list li{ padding: 0 10px;}
ul.prod-desc-list li h3{ font-size: 20px; line-height: 28px; margin-top: 12px;}
ul.prod-desc-list li p{ font-size: 15px; line-height: 21px; margin-top: 12px;}

.prd-use-img{ margin: 0 0 0 30px; width: 335px;}

ul.prod-det-bonuses-lst li{ padding:14px 0;}
ul.prod-det-bonuses-lst li p{ font-size:17px; line-height:23px;}
.prd-bonuses-img{ width: 380px;}

.abt-name{ font-size: 25px; line-height: 27px;}
.abt-degn{ font-size:20px;}
.abt-cont-box{ position: static; float: left; width: 100%; padding: 0; border-radius: 0; margin-top: 20px;}

.mnybk-box{ max-width:100%;}
.s4-prod1, .s4-prod2{ display:none;}
.mnybk-heading{ font-size: 34px; line-height: 40px;}
.mnybk-txt1{ font-size:22px;}

.section-5{ padding:50px 0 60px;}
.testi-sec{ padding:0;}

.section-6{ padding:50px 0 60px;}
.faq-container{ padding:0;}

}

@media only screen and (max-width:767px){
.scraped-container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top-fix-bar{ margin-bottom:60px;}
.header{ height:60px; margin-top: -60px; top: 60px;}
.header__logo{ width:120px; margin-top: 6px;}
.header__stopwatch{ margin: 13px 0 0 0; font-size: 13px;line-height: 18px;position: relative; padding-left: 24px;}
.header__stopwatch img{ width: 16px; position: absolute;
top: 50%; left: 0; margin-top: -7px;}

.top-sec{ padding:10px 0;}

.section-1{ padding:15px 0 30px;}
.s1-heading{ font-size: 22px; line-height: 30px;}
.s1-left-side{ width:100%; margin-top:20px;}
.s1-left-side ul.slick-dots{ background:#fff; padding-top:10px;}

.s1-right-side{ width:100%; margin-top:30px;}
.s1-prod-rating img{ width:88px;}
.s1-prod-heading{ font-size: 26px; line-height: 32px; margin-top: 10px;}
.s1-prod-txt1{ font-size: 16px; line-height: 20px; margin-top: 6px;}
.btn-strp{ font-size: 11px; padding: 8px 5px; margin: 15px 0 0 -15px; border-radius: 0; width: calc(100% + 30px);}
.btn-strp-t1 img{ margin: -3px 3px 0 0;}
.btn-strp-t1 img{ margin: -2px 3px 0 0; width: 8px;}
.s1-docStrip{ margin-top: 20px; display: inline-block; vertical-align: top;}
.docStrip-mob{ margin:0 auto 0; width:100%; display: -webkit-flex; display: flex; flex-wrap: wrap;
justify-content: flex-start; align-items: center;}
.s1-docStrip img{ width:70px;}
.docStrip-mob p{ font-size:20px; line-height:26px; font-weight:600; padding-left:12px;}
.s1-doc-para{ width: 100%; padding-left: 0; font-size: 15px; line-height: 23px; margin-top: 8px;}
ul.s1-rgt-list{ margin-top:18px;}
ul.s1-rgt-list li{ display: inline-block; vertical-align: top; text-align: center;}
ul.s1-rgt-list li img{ margin:0;}

.s1-package-box{ margin-top:30px;}
.s1-pkg-header{ font-size: 18px; line-height: 18px;}
.s1-pkg-header span{ padding:0 5px;}
.s1-pkg-header:before{ left:0; right:0;}
.switch-opt{ margin-top:25px;}
.switch-opt .buyopt{ padding:6px 5px;}
.prod_package{ display:inline-block; vertical-align:top; margin-top:0px;}
.package_box{ width:100%; margin-top:20px;}
.pkg__inner_mob{ margin:0 auto 0; width:100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.package_product{ width:50%; margin-top:0;}
.pkg_cont_mob{ width:50%;}
.package_button{ height:50px; line-height:50px; font-size:18px;}
.best-seller{ padding:3px 10px 3px;}

.s1-testiBox{ padding: 15px; margin-top: 20px;}
.s1-t-name img{ margin: -4px 0 0 4px; width: 85px;}

.sliderStrip{ height:55px;}
.strp-lst-bx img{ width:25px;}
.strp-lst-bx p{ font-size:15px;}

.section-2{ padding:25px 0 35px;}
.common-heading{ font-size: 26px; line-height: 34px;}
.review__block{ margin-top:20px;}
.review__row{ margin:20px auto 0;}
.review__left{ width:100%; margin:0;}
.review__rating-star{ margin-top: 12px; width: 125px;}
.reviw__rating-verify{ font-size:16px; margin-top:12px;}
.review__rating-box{ width:100%;}
.review__rating-no{ font-size: 42px; line-height: 42px;}
.review__rating-list{ width:100%; margin-top: 15px;}
.review__rating-list li{ padding: 6px 5px;}
.review__rating-star{ margin-top: 10px; width: 110px;}
.reviw__rating-verify { margin-top: 10px; font-size: 15px;}
.t-para{ margin-top:8px;}
.btnBox{ margin-top: 30px;}
.btn-top-txt{ font-size:13px;}
.btn-btm-txt{ font-size:13px;}

.section-3{ padding:0 0 15px;}
.prod-det-s3-bx-hd{ padding:25px 0;}
.prod-det-s3-bx-hd p{ font-size: 22px; line-height: 30px;}
.swap-icn{ margin-top: 0; line-height: 25px; width: 30px; height: 30px;}
.prod-det-s3-bx-cont{ padding:10px 0 35px;}

.prod-desc-box{ box-shadow:none;}
.prod-desc-head{ font-size: 18px; line-height: 25px;}
.prd-desc-img{ width: 350px; height: auto; position: static; display: block; margin: 0 auto 0;}
.prod-desc-box-inner{ width: 100%; padding: 0; margin-top: 20px;}
.common-para{ margin-top:15px;}
ul.prod-desc-list{ margin-top:0;}
ul.prod-desc-list li{ width: 100%; padding: 0 25px; margin-top: 30px;}
ul.prod-desc-list li:after{ display:none;}
ul.prod-desc-list li h3{ margin-top:5px;}
ul.prod-desc-list li p{ font-size: 16px; line-height: 24px; margin-top: 8px;}

ul.prod-det-ing-list{ width: calc(100% + 30px); margin-left: -15px;}
ul.prod-det-ing-list li{ width:100%; text-align:center;}
ul.prod-det-ing-list li h3{ font-size: 20px; line-height: 26px;}
ul.prod-det-ing-list li p{ margin-top:12px;}
ul.prod-det-ing-list li{ width:240px !important; margin-right:25px;}
.promise__head{ margin-top:30px;}
.promise__head span{ padding: 0 10px; font-size: 18px; line-height: 22px;}
.promise__head:before{ width:375px;}
ul.promise-list{ margin: 0 auto 0;}
ul.promise-list li{ width: 33%; margin-top: 30px;}
ul.promise-list li p{ margin-top: 15px;}

.prd-use-img{ float:none; display:block; margin:0 auto 0; height: 240px; object-fit: cover;}
ul.prod-det-use-lst{ margin-top:25px;}
ul.prod-det-use-lst li{ padding-left: 50px; margin-bottom: 20px;}
.prod-use-num{ width: 35px; height: 35px; font-size: 20px; line-height: 35px; top: 0;}
ul.prod-det-use-lst:before{ left: 17px; top: 30px; bottom: 130px;}
ul.prod-det-use-lst li h3{ font-size: 20px; line-height: 26px;}
ul.prod-det-use-lst li p{ margin-top:8px;}

.prd-bonuses-img{ float:none; margin:0 auto 0; display:block;}
ul.prod-det-bonuses-lst{ width:100%;}

.prod-doctor-img-mob{ width:100%; margin:0 auto 0;}
.prod-det-abt-btm{ padding: 12px 14px;}
.abt-name{ font-size: 22px; line-height: 24px;}
.abt-degn{ font-size: 18px;}
.p-b-mob{ padding-bottom:15px;}

.section-4{ padding:25px 0 35px;}
.mnybk-box{ display:inline-block; vertical-align:top;}
.mnybk-seal{ margin:0 auto 0; width: 120px;}
.mnybk-cont{ width:100%; padding:0; text-align:center;}
.mnybk-heading{ font-size: 23px; line-height: 29px; margin-top:3px;}
.mnybk-txt1{ font-size: 18px; padding: 3px 20px; margin-top: 12px;}
.mnybk-txt2{ margin-top:20px;}

.section-5{ padding:25px 0 35px;}
.testi-sec{ margin-top:25px;}
.testi-row{ padding:25px 0;}
.test-prod{ display:none;}
.testi-row-rght{ width: 100%; padding: 20px 0 0; border: none;}

.section-6{ padding:25px 0 35px;}
.faq-container{ margin-top:15px; padding:0;}
.accordion{ font-size:18px; line-height:24px; padding:12px 30px 12px 0;}
.acdn-content{ padding:12px 0 0;}
.acdn-para{ margin-bottom:15px;}

.footer{ padding:0 0 20px;}
.ftr-txt{ font-size: 14px; line-height: 28px; margin-top:20px;}
.ftr-txt a{ padding:0 5px;}

#ctabtn-mob{
	background: #000;
	padding:6px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}

}

@media only screen and (max-width:360px){
.btn-strp{ font-size:10px;}
.ftr-txt a{ padding:0 4px;}
}


/*--------PULSE--------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
	}

@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
	}

/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}

@media only screen and (max-width:767px){	
.videos-mid-row { margin-top: 10px;}
.videos-mid-col {width: 31.5%;margin-top: 10px; height: 180px;}
.ugc-play {width: 40px; margin: -20px 0 0 -20px;}

}
	
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}
}

	