@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700|Permanent+Marker|Poppins:400,400i,500,600,600i|Playfair+Display');
@font-face {
	font-family: 'BigNoodleTitling';
	src: url('assets/fonts/BigNoodleTitling.woff2') format('woff2'), url('assets/fonts/BigNoodleTitling.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* Reset.css */

div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border: 0;
	outline: none!important;
}


.unmute-box{
	width: 700px;
    margin: auto !important;
    position: absolute;
    left: 0;
    top: 22%;
    right: 0;
    bottom: 0;
    
}
.unmute-box p{
    font-weight: 700;
    color: white;
	font-size: 50px;
}
.video-shape-1{
	position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
}
.video-shape-2{
	position: absolute;
    z-index: 999999;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
}
.video-autoplay-overlay-image{
	width: 100% !important;
	height: 100%;
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important
}
.video-autoplay-overlay-bottom{
	background-image: url(assets/images/shape_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 1px; 
}
.clear {
	clear: both;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: underline;
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
/* Normal Styling */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #000000;
	line-height: 1.5;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
}
h2 {
	font-size: 47px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
}
h3 {
	font-size: 46px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
h4 {
	font-size: 42px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 35px;
}
h5 {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
h6 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px 0;
}
p {
	margin-bottom: 30px;
}
p strong, p b {
	font-weight: 600;
}
p a {
	font-weight: 600;
}
small {
	font-weight: inherit!important;
	color: inherit!important;
}
.container-fluid {
	padding: 0 20px;
	max-width: 1272px;
}
.container {
	padding: 0 0px!important;
	width: 100%!important;
	margin: 0 auto!important;
	max-width: 1088px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row {
	margin-right: -30px;
	margin-left: -30px;
}
.row > [class^=col-] {
	padding-left:30px;
	padding-right:30px;
}
.container-wrap {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}
.pd-top {
	padding-top: 85px;
}
.pd-btm {
	padding-bottom: 55px;
}
.full-width-img {
	margin-bottom: 50px;
}
.page-head {
	font-size: 24px;
}
.hs-container {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.hs-content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.hs-content-iframe {
	width:100%;
	overflow: hidden;
	height:555px;
}
.v-top .hs-content {
	vertical-align: top;
}
.image-pull-right img {
	float: left;
	max-width: none;
}
.image-pull-left img {
	float: right;
	max-width: none;
}
.image-grid-row p {
	margin: 0;
}
.image-grid-row p + p {
	margin-top: 30px;
}
.image-grid-row [class^=col-] {
	padding-bottom: 25px;
}
.text-pull-alignright {
	text-align:right;
}
.icon-list-item {
	margin-bottom: 30px;
	margin-left: 28px;
}
.icon-list-item li {
	background: url(assets/images/list-icon.png) no-repeat left 2px;
	padding: 0 0 0 50px;
	margin-bottom: 20px;
}
.header {
	background: #ff6b0c;
	position: relative;
	padding: 100px 0 120px 0;
	-webkit-transform: skew(0deg, -3deg);
	transform: skew(0deg, -3deg);
	margin-top: -60px;
	text-align: center;
	color: #FFF;
}
.header .container-fluid {
	-webkit-transform: skew(0deg, 3deg);
	transform: skew(0deg, 3deg);
}
.header h6 {
	margin-bottom: 0;
}
.logo {
	display: block;
}
.logo a {
	display: block;
	padding: 0;
	margin: 0 auto 10px;
	max-width: 258px;
}
.oto3-section-1 {
	background: url(assets/images/bg1.jpg) repeat;
	margin-top: -80px;
}
.top-box {
	border: solid 3px #FFF;
	background: #ffcb40;
	text-align: center;
	padding: 35px 30px 20px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	position: relative;
	z-index: 1;
	margin-bottom:20px;
}
.top-box h6 {
	margin-bottom: 10px;
}
.top-box h2 {
	margin-bottom: 10px;
}
.top-box h2 em {
	font-style: italic;
}
.top-box h4 {
	margin-bottom: 10px;
	font-weight:600;
	font-style:italic;
}

.video-container-fluid{
	max-width:1600px;
}

.oto3-sec-1-video-wrap {
	background: url(assets/images/image3.png) no-repeat center top;
	display: block;
	background-size: 1640px;
	height: 677px;
	margin: 0 auto;
	margin-top: -20px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.oto3-sec-1-video-wrap .video-container {
	max-width: 880px;
	margin: 90px auto 0;
	height: auto;
}
.oto3-section-2 {
	background: #191919;
	color: #FFF;
	text-align: center;
}


.oto3-section-2 h6 {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:30px;
}

.oto3-section-2 h5 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin-top:40px;
}

.price-btn-wrap {
	display: block;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: center;
}

.price-btn-wrap h6 .highlight {
	color: #ffc142;
}
.page-btn {
	display: block;
	padding: 0;
	margin: 0 auto 15px;
}
.page-btn a {
	display: block;
	padding: 0 20px;
	margin: 0;
	position: relative;
	font-size:40px;
	font-weight: 600;
	height: 120px;
	line-height: 120px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9c15+1,ff8015+100 */
	background: #ff9c15; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9c15 1%, #ff8015 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff9c15 1%, #ff8015 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff9c15 1%, #ff8015 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c15', endColorstr='#ff8015', GradientType=0 ); /* IE6-9 */
	border: 1px solid #924605;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.6);
}
.page-btn a i {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -11px;
}
.icon-arrow-right {
	background: url(assets/images/arrow-right.png) no-repeat center center;
	width: 42px;
	height: 23px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.gurantee-img {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 146px;
	height: 146px;
	margin-top: -73px;
}
.price-btn-wrap ul {
	display: block;
	padding: 0;
	margin: 0;
}
.price-btn-wrap ul li {
	display: inline-block;
	padding: 5px 8px;
	margin: 0;
	vertical-align: middle;
	font-size: 20px;
	color: #8c8c8c;
}
.icon-group {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 60px;
}
.icon-group ul {
	display: inline-block;
	padding: 0;
	margin: -4px 0 0 -8px;
	width: 100%;
}
.icon-group ul li {
	float: left;
	padding: 36px 30px;
	margin: 0;
	width: 25%;
	line-height: 1.6;
	border-left: solid 1px #5e6368;
	border-top: solid 1px #5e6368;
}
.icon-group ul li i {
	display: block;
	margin-bottom: 15px;
}
.icon-group p {
	font-size: 19px;
	font-weight: 600;
}
.ribbon-text {
	display: inline-block;
	position: relative;
	font-weight: 700;
	color: #FFF;
	font-size: 32px;
	background: #ed6344;
	text-transform: uppercase;
	padding: 2px 35px;
	margin-bottom: 50px;
}
.ribbon-text:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	background: url(assets/images/ribbon-right.png) no-repeat center right;
	background-size: auto 100%;
	width: 20px;
	bottom: 0;
}
.ribbon-text:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	background: url(assets/images/ribbon-left.png) no-repeat center left;
	background-size: auto 100%;
	width: 20px;
	bottom: 0;
}


.grider-row {
	margin: 0 0 20px 0;
}
.grider-row [class^=col-] {
	text-align: center;
	margin: 35px 0;
}
.grider-row [class^=col-] + [class^=col-]:before {
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 4px;
	background: #d2cdbb;
}
.grider-row i {
	display: block;
	margin-bottom: 15px;
}
.grider-row p strong {
	display: block;
	font-size: 110%;
}

.text-1x {
	font-size:118%;
}
.text-2x {
	font-size:128%;
}

.oto3-section-3 .full-width-img{
	margin:0;
	text-align:right;
}

.full-width-img img {
	width:100%;
}

.oto3-sec-3-sub{
	background:#eae4d0;
}
.oto3-section-4 {
	background:url(assets/images/bg2.jpg) no-repeat right top #181f27;
	color:#FFF;
}

.oto3-section-4 .image-pull-right {
	margin-top:-20px;
}

.oto3-section-4 h2 {
	margin-top:30px;
	margin-bottom:10px;
}

.text-1-x{
	font-size:90%;
}
.oto3-section-6 {
	background:#e5e5e5;
}

.oto3-section-8 {
	background:#c0cdd3;
	overflow:hidden;
}

.oto3-section-8 .slide-wrap {
	background:url(assets/images/image19.png) no-repeat center top;
	max-width:948px;
	height:670px;
	background-size:contain;
	margin:50px auto;
	position:relative;
}
.oto3-section-8 .bx-slide-wrap {
	max-width: 782px;
	margin: 41px auto 0;
	display: block;
	background: url(assets/images/bg3.jpg) repeat;
}

.bx-slides {
	text-align:center;
	height: 587px;
	padding:15px;

}
.bx-slides img {
	max-height:100%;
}

.oto3-section-8 .slide-wrap:after {
	background:url(assets/images/image21.jpg) no-repeat;
	background-size:contain;
	width:510px;
	height:610px;
	content:"";
	left:100%;
	top:-80px;
	position:absolute;
	margin-left:10px;
}
.oto3-section-8 .bx-slide-wrap:after {
	background:url(assets/images/image20.jpg) no-repeat;
	background-size:contain;
	width:434px;
	height:779px;
	content:"";
	position:absolute;
	right:100%;
	top:-30px;
	margin-right:0px;
}

.click-info {
	position: absolute;
	left: 100%;
	top: 50%;
	display: block;
	z-index: 1;
	width: 257px;
	margin-left: -58px;
	margin-top: -24px;
}

.oto3-section-9 {
	background:url(assets/images/image23.jpg) no-repeat right bottom;
}
.oto3-sec-9-sub{
	max-width:605px;
	text-shadow: 0 0px 4px rgba(255, 255, 255, 1);
}
.oto3-section-10{
	background:#e6ebed;
}

.oto3-section-12{
	background:#0c0d10;
	text-align:center;
	color:#FFF;
}
.oto3-section-14  {
	background:#e5e5e5;
}

.oto3-section-15  {
	background:#96c8c1 url(assets/images/image31.jpg) no-repeat right bottom;
}
.oto3-section-17{
	background:#1b2c3c;
	color:#FFF;
}

.oto3-section-17 .image-pull-left:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	background:url(assets/images/bg4.jpg) no-repeat center center;
	background-size:contain;
	opacity:.8;
}
.oto3-section-17 .image-pull-left img {
	position:relative;
	z-index:1;
}

.oto3-section-18{
	background:#232c49;
	color:#FFF;
}
.page-btm-content {
	background: #ffffff;
	padding-bottom: 130px !important;
	font-size: 19px;
}
.page-btm-content p {
	text-decoration: underline;
}
.acc-row {
	padding: 0 0 0 82px;
	margin-bottom: 25px;
}
.acc_trigger {
	position: relative;
	font-size: 24px;
	padding: 9px 0;
	cursor: pointer;
}
.acc_trigger:before {
	background: url(assets/images/acc-icon.png) no-repeat center top;
	background-size: cover;
	width: 54px;
	height: 54px;
	content: "";
	display: block;
	position: absolute;
	left: -82px;
	top: 0;
}
.acc_trigger.active:before {
	background-position: center bottom;
}
.acc_trigger a:hover {
	color: #ccc;
}
.acc_container {
	display: block;
}
.footer {
	background: #191919 url(assets/images/ft-bg.png) repeat-x center top;
	font-size: 14px;
	color: #a8a8a8;
	padding: 155px 0 50px 0;
	position: relative;
}
.footer a {
	color: inherit;
	text-decoration: none;
	font-weight: 400;
}
.footer a:hover {
	color: #FFF;
}
.ft-top {
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #474747;
	margin-bottom: 25px;
}
.ft-border {
	background: url(assets/images/ft-bg.png) repeat-x left top;
	position: absolute;
	bottom: 100%;
	display: block;
	left: 0;
	height: 60px;
	right: 0;
}
/*---------- Home Video Overlay -----------*/
.parent {
	position: relative;
}
.overlay {
	width: 100%;
	position: relative;
}
.overlay iframe {
	width: 880px !important;
	height: 495px !important;
}
.inner-box-main {
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 495px;
	cursor: pointer;
}
#inner-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
}
#inner-box p {
	font-size: 60px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.playpause {
	width: 65px;
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.playpause:before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 23px;
	top: 10px;
}
.playpause.pause {
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.playpause.pause:before {
	display: block;
	content: "";
	left: 23px;
	width: 6px;
	height: 20px;
	border-left: 7px solid #fff;
	border-width: 0 7px;
}

.playpause.pause:after {
	display: block;
	content: "";
	position: relative;
	width: 6px;
	height: 20px;
	left: 34px;
	top: 10px;
	border-left: 7px solid #fff;
	border-width: 0 7px;
}
.playpause:hover {
	background-color: #ff6b0c;
}
.overlay:hover .playpause {
	opacity: 1;
}
/*-------- Home Video Overlay End ---------*/



/* ====================================================================================================================
 * TIMER
 * ====================================================================================================================*/
.counter-btm {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	background: rgba(57,65,223,1);
	background: -moz-linear-gradient(left, rgba(57,65,223,1) 0%, rgba(25,36,194,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,65,223,1)), color-stop(100%, rgba(25,36,194,1)));
	background: -webkit-linear-gradient(left, rgba(57,65,223,1) 0%, rgba(25,36,194,1) 100%);
	background: -o-linear-gradient(left, rgba(57,65,223,1) 0%, rgba(25,36,194,1) 100%);
	background: -ms-linear-gradient(left, rgba(57,65,223,1) 0%, rgba(25,36,194,1) 100%);
	background: linear-gradient(to right, rgba(57,65,223,1) 0%, rgba(25,36,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3941df', endColorstr='#1924c2', GradientType=1 );
	padding: 5px 0;
	color: #fff;
	font-size: 22px;
	box-shadow: 0 6px 5px 6px #3941DF;
}
.counter-btm p:first-child {
	margin-bottom: 0;
	margin-right: 40px !important;
}
.counter-btm #demo {
	font-size: 36px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.counter-btm #demo p {
	margin: 0 5px !important;


}
.counter-btm #demo span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transform: translateY(40%);
}

#pgDailyCountDown {
	font-size: 30px;
}
.smalltext {
	font-size: 22px;
}
.count-text {
	display: inline-block;
	padding: 0 15px;
}
.counter-btn a {
	display: inline-block;
	background-color: rgb(255, 99, 5);
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-left: 120px;
	box-shadow: rgba(255, 240, 91, 0.5) 0px 0px 31px 0px;
	padding: 15px 30px;
	border-radius: 50px;
	text-decoration: none;
}
.counter-btn a:hover, .counter-btn a:focus {
	background-color: #ffffff;
	color: #351d40;
	box-shadow: 0 0 31px 0 rgba(255, 255, 255, .5);
}











/*--------------------------------------   MEDIA STYLES  -------------------------**/
@media only screen and (min-width:1601px) and (max-width:1950px) {
	.oto3-sec-1-video-wrap {
		background-size: 105%;
		margin-top: -20px;
	}

}
@media only screen and (min-width:1300px) and (max-width:1600px) {
	.oto3-sec-1-video-wrap .video-container {
		max-width: 880px;
		margin: 91px auto 0;
	}
}
/* Large desktop */
@media (max-width: 1860px) {
}

/* Large desktop */
@media (max-width: 1680px) {
}

/* Large desktop */
@media (max-width: 1589px) {
}

/* Large desktop */
@media (max-width: 1460px) {
	.oto3-sec-1-video-wrap {
		max-width: 100%;
	}
	.oto3-sec-1-video-wrap .video-container {
		max-width: 880px;
		margin: 91px auto 0;
		height: auto;
	}

}

/* Large desktop */
@media (max-width: 1366px) {
	.overlay iframe {
		width: 880px !important;
		height: 495px !important;
	}
	.inner-box-main {
		height: 495px;
	}
}

/* Large desktop */
@media (max-width: 1200px) {
	.unmute-box{
		width: 100%;
	}
	.unmute-box img{
		max-width: 60px;
	}
	.unmute-box p{
		font-size: 25px;
		margin-bottom: 0;
	}
	body {
		font-size: 20px;
	}
	h2 {
		font-size: 37px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 36px;
	}
	h5 {
		font-size: 31px;
	}
	h6 {
		font-size: 26px;
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.row > [class^=col-] {
		padding-left:15px;
		padding-right:15px;
	}
	.page-head {
		font-size: 22px;
	}
	.price-btn-wrap ul li {
		font-size: 18px;
	}
	.page-btn a {
		padding: 0 20px;
		font-size: 26px;
		height: 100px;
		line-height: 100px;
	}
	.price-btn-wrap h6 {
		font-size: 26px;
	}
	.ribbon-text {
		font-size: 28px;
	}
	.acc_trigger {
		font-size: 22px;
		padding: 9px 0;
	}
	.acc_trigger:before {
		width: 40px;
		height: 40px;
		left: -60px;
		top: 5px;
	}
	.footer {
		padding: 125px 0 50px 0;
		background-size: 100px auto;
	}
	.oto3-sec-1-video-wrap {
		height: 348px;
		max-width: 800px;
	}
	.oto3-sec-1-video-wrap .video-container {
		max-width: 450px;
		margin: 46px auto 0;
	}
	.ft-border {
		height: 54px;
		background-size: 100px auto;
	}
	.top-box h5 {
		font-size: 30px;
	}
	.click-info {
		width: 115px;
		margin-left: -84px;
		margin-top: -6px;
	}
	.oto3-sec-1-video-wrap {
		background-size: 840px;
	}


	.overlay iframe {
		width: 450px !important;
		height: 253px !important;
	}
	.inner-box-main {
		height: 253px;
	}
	#inner-box p {
		font-size: 30px;
	}
	#inner-box img {
		width: 100px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1460px) {
	.video-container-fluid {
		padding: 0;
	}
}
/* --------------------------------------------
    ( Ipad & Mobile mobile phone  )
-------------------------------------------- */

@media (max-width: 979px) {
	body {
		font-size: 16px;
	}
	h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
		margin-bottom: 18px;
	}
	p {
		margin-bottom: 20px;
	}
	.image-grid-row p + p {
		margin-top: 20px;
	}
	.page-head {
		font-size: 18px;
	}
	.pd-top {
		padding-top: 60px;
	}
	.pd-btm {
		padding-bottom: 50px;
	}
	.icon-group ul li {
		padding: 36px 20px 10px;
		width: 33.3%;
	}
	.icon-group p {
		font-size: 16px;
	}
	.page-btn a {
		padding: 0 20px;
		font-size: 20px;
		height: 70px;
		line-height: 70px;
	}
	.price-btn-wrap h6 {
		font-size: 20px;
	}
	.gurantee-img {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.icon-arrow-right {
		width: 32px;
		height: 16px;
		margin-left: 10px;
	}
	.price-btn-wrap ul li {
		font-size: 16px;
	}
	.icon-list-item {
		margin-left: 0;
	}
	.icon-list-item li {
		padding: 0 0 0 40px;
		background-size: 26px auto;
	}
	.ribbon-text {
		font-size: 22px;
		padding: 0 15px;
	}
	.acc_trigger {
		font-size: 20px;
		padding: 9px 0;
	}
	.footer {
		padding: 100px 0 50px 0;
		background-size: 80px auto;
	}
	.top-box h5 {
		font-size: 24px;
	}

	.price-btn-wrap ul {
		text-align: center;
	}
	.oto3-section-8 .slide-wrap {

		max-width: 600px;
		height: 424px;


	}
	.oto3-section-8 .bx-slide-wrap {
		max-width: 494px;
		margin: 27px auto 0;
	}

	.bx-slides {
		height: 371px;
	}

	.bx-slides .hs-container, .bx-slides .hs-content{
		display:block;
	}
	.click-info {
		width: 115px;
		margin-left: -46px;
		margin-top: -6px;
	}
	.page-btm-content {
		font-size: 16px;
	}
	.hs-content-iframe {
		height: 340px;
	}



}


/* --------------------------------------------
        (iPad -Portrait)
-------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
}

/* --------------------------------------------
    ( mobile phone )
-------------------------------------------- */

@media (max-width: 767px) {
	.unmute-box{
        top: 16%;
	}
	.unmute-box img{
		
	}
	.video-autoplay-overlay-play{
		display: block;
		width: 50px !important;
		background-size: cover !important;
		height: 50px !important;
	    left: 57% !important;
        top: 65% !important;
	}
	h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.page-btn a {
		padding: 0 10px;
		font-size: 12px;
		height: 56px;
		line-height: 56px;
	}
	.icon-arrow-right {
		width: 18px;
		height: 11px;
		margin-left: 2px;
	}
	.image-pull-right img {
		float: none;
		max-width: 100%;
	}
	.image-pull-left img {
		float: none;
		max-width: 100%;
	}
	.image-pull-right, .image-pull-left {
		float: none !important;
		margin-bottom: 20px;
	}
	.icon-group ul li {
		width: 50%;
	}


	.grider-row [class^="col-"] + [class^="col-"]:before {
		left: 0px;
		right: 0;
		top: 0;
		bottom: auto;
		content: "";
		display: block;
		width: auto;
		height: 2px;
		background: #d2cdbb;
	}
	.grider-row [class^="col-"] + [class^="col-"] {
		padding-top:30px;
	}

	.acc_trigger:before {
		width: 26px;
		height: 26px;
		left: -40px;
		top: 12px;
	}
	.acc-row {
		padding: 0 0 0 40px;
		margin-bottom: 5px;
	}
	.logo a {
		display: block;
		margin: 0 auto;
		max-width: 230px;
	}
	.ribbon-text {
		font-size: 17px;
		padding: 0 5px;
	}
	.footer {
		padding: 70px 0 40px 0;
		background-size: 50px auto;
	}
	.top-box {
		padding: 30px 20px 20px;
	}
	.top-box h5 {
		font-size: 20px;
	}

	.gurantee-img {
		width: 80px;
		height: 80px;
		margin-top: -40px;
		left:5px;

	}


	.page-btn a  {
		padding-left:30px;
		padding-right:30px;
	}
	.page-btn a i {
		right:12px;
		margin-top: -5px;
	}
	.oto3-sec-1-video-wrap {
		height: auto;
		max-width: none;
		background:none;
		margin-bottom:20px;
	}
	.oto3-sec-1-video-wrap .video-container {
		max-width: 343px;
        margin: 0 auto;
	}
	.oto3-section-8 .slide-wrap {
		max-width: 400px;
		height: 278px;
	}
	.oto3-section-8 .bx-slide-wrap {
		max-width: 324px;
		margin: 18px auto 0;
	}
	.bx-slides {
		height: 242px;
	}
	.click-info {
		display:none;
	}
	.hs-content-iframe {
		height: 210px;
	}


	.overlay .fluid-width-video-wrapper {
		padding-top: 175px !important;
	}
	.playpause {
		left: 50%;
		margin: auto;
		margin-left: -25px;
	}
	.overlay {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.overlay iframe {
		width: 340px !important;
		height: 190px !important;
		margin: 0 auto;
		right: 0;
		text-align: center;
	}
	.inner-box-main {
		width: 340px;
		height: 190px;
		margin: 0 auto;
		right: 0;
	}
	#inner-box {
		display: block;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		background-color: rgba(0, 0, 0, .4);
		height: 100%;
		margin: 0 auto;
		padding-top: 25px;
	}
	#inner-box p {
		font-size: 20px;
	}
	#inner-box img {
		width: 50px;
	}
}

@media (max-width: 460px) {
	.oto3-section-8 .slide-wrap {
		max-width: 310px;
		height: 217px;
	}
	.oto3-section-8 .bx-slide-wrap {
		max-width: 254px;
		margin: 14px auto 0;
	}
	.bx-slides {
		height: 189px;
	}
	.hs-content-iframe {
		height: 160px;
	}


	.playpause {
		left: 50%;
		margin: auto;
		margin-left: -25px;
	}
	.overlay iframe {
		width: 340px !important;
		height: 190px !important;
	}
	.inner-box-main {
		width: 340px;
		height: 190px;
	}
	#inner-box p {
		font-size: 20px;
	}
	#inner-box img {
		width: 50px;
	}
}

@media (max-width: 550px) {
	.video-autoplay-overlay-image {
		width: 100% !important;
		height: 100% !important;
	}
	.unmute-box p {
        font-size: 20px;
	}
}

@media (max-width: 380px) {

	.page-btn a  {
		text-align:right;
	}



	.playpause {
		left: 50%;
		margin: auto;
		margin-left: -65px;
	}
	.overlay iframe {
		width: 280px !important;
		height: 156px !important;
	}
	.inner-box-main {
		width: 280px;
		height: 156px;
	}
	#inner-box p {
		font-size: 20px;
	}
	#inner-box img {
		width: 50px;
	}
}
@media (max-width: 340px) {
	.page-btn a i {
		display: none;
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.counter-btm {
		font-size: 20px;
	}
	.counter-btm p:first-child {
		margin-right: 30px !important;
	}
	#pgDailyCountDown {
		font-size: 28px;
	}
	.smalltext {
		font-size: 20px;
	}
	.counter-btn a {
		font-size: 20px;
		padding: 15px 25px;
		margin-left: 50px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
	.counter-btm {
		font-size: 18px;
	}
	.counter-btm p:first-child {
		margin-right: 25px !important;
	}
	#pgDailyCountDown {
		font-size: 26px;
	}
	.smalltext {
		font-size: 18px;
	}
	.counter-btn a {
		font-size: 18px;
		padding: 15px 25px;
		margin-left: 25px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-btm {
		font-size: 16px;
	}
	.counter-btm p:first-child {
		margin-right: 15px !important;
	}
	#pgDailyCountDown {
		font-size: 22px;
	}
	.smalltext {
		font-size: 16px;
	}
	.counter-btn a {
		font-size: 16px;
		padding: 15px 15px;
		margin-left: 15px;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-btm {
		/*  display: none; */
		font-size: 16px;
	}
	.counter-btm p:first-child {
		margin-right: 0 !important;
	}
	.counter-btn a {
		font-size: 13px;
		padding: 6px 5px;
		margin-left: 10px;
	}
	.counter-btm #demo {
		font-size: 18px;
		padding-left:0;

	}
	.counter-btm #demo p {
		margin: 0 10px !important;
	}
	.counter-btm #demo span {

		font-size: 12px;
	}
}
@media only screen and (min-width:481px) and (max-width:767px) {
	.counter-btm {
		font-size: 16px;
		display: inline-block;
	}
	.counter-btm p:first-child {
		margin-right: 0 !important;
	}
	.counter-btn a {
		font-size: 14px;
		padding: 10px 20px;
		margin-left: 10px;
	}
	.counter-btm #demo {
		font-size: 25px;
		padding-left: 0;
		justify-content: center;

	}
	.counter-btm #demo span {

		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.counter-btm {
		font-size: 16px;
		display: inline-block;
	}
	.counter-btm p:first-child {
		margin-right: 0 !important;
	}
	.counter-btn a {
		font-size: 12px;
		padding: 10px 10px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.counter-btm #demo {
		font-size: 20px;
		padding-left: 0;
		justify-content: center;

	}
	.counter-btm #demo span {

		font-size: 14px;
	}
}
/*.container-wrap{margin-top: 80px;}*/

.banerTop{position: fixed; width: 100%; background: url("assets/images/top-bg.jpg") no-repeat center; background-size: cover; padding: 0 40px; top: 0; left: 0; z-index: 9; height: 80px; line-height: 80px;}
.banerLeft{width: 48%; float:left;}
.banerRight{width: 49%; float: right;}
.banerRight img:first-child{margin-right: 20px; vertical-align: top;}
.banerRight img{max-width: 45%;}
/*.cbtb .trust-badge.tab{top: 80px !important;}*/
@media only screen and (max-width:600px){
	.banerLeft, .banerRight{width: 100%;}
	.banerTop{height: 110px; line-height: 50px;}
/*
	.cbtb .trust-badge.tab{top: 110px !important;}
	div.container-wrap{margin-top: 110px !important;}
*/
}