@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body{
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#ffffff;
	color:#000000;
	text-align:center;
	font-family:'Graphik';
	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: inherit;text-decoration: none;}
img {border: none; max-width:100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.for-mob{display:none;}
.for-desk{}

/*=========FONTS==========*/
@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Bold.woff2') format('woff2'),
	url('Graphik-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Light.woff2') format('woff2'),
	url('Graphik-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Medium.woff2') format('woff2'),
	url('Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Regular.woff2') format('woff2'),
	url('Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Graphik';
	src: url('Graphik-Semibold.woff2') format('woff2'),
	url('Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}



/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=======================
     BANNER-CSS
=========================*/
.banner-section{
	float:left;
	width:100%;
	background:url(../images/banner-bgr.jpg) no-repeat center top;
	padding:10px 0 120px;
	height:370px;
	}
.bnr-heading{
	float:left;
	width:100%;
	font-size:44px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	}
.bnr-heading span{ color:#ffae00;}
.bnr-sub-head{
	float:left;
	width:100%;
	font-size:26px;
	line-height:44px;
	color:#fff;
	font-weight:600;
	padding:0 150px;
	}
/*=======================
    SECTION-1 CSS
=========================*/
.section-1{
	float:left;
	width:100%;
	padding-bottom:30px;
	}
.sec1-video-bx{
	width:100%;
	background:#fff;
	border-radius:25px;
	padding:1rem;
	margin-top:-190px;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	}
.sec1-video{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	}
.sec1-video img{
	display:block;
    margin:0 auto;
    max-width:100%;
	
	}
.vdo-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#000;
	margin-top:20px;
  display:none;
	}
.ptr-txt{
	float:left;
	width:100%;
	font-size:19px;
	line-height:21px;
	color:#0e76bc;
	margin-top:40px;
	}
.ptr-txt a:link{
  text-decoration:underline;
}
.ptr-txt a:hover{
  text-decoration:none;
}
.lft-spkr{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	}
.rgt-spkr{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 10px;
	}
.sec1-mid{
	float:left;
	width:100%;
	margin-top:80px;
	}
.s1-haed{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#000000;
	font-weight:600;
	
	}
.s1-mid-row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
	}	
.s1-mid-col{
	float:left;
	width:23%;
	}
.s1-mid-col img{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
.s1-mid-col span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	font-weight:600;
	color:#1b577d;
	margin-top:20px;
	}
.s1-mid-col p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#000000;
	letter-spacing:0.5px;
	}	

/*=======================
    SECTION-2 CSS
=========================*/
.section-2{
	float:left;
	width:100%;
	background:#ffffff;
	padding:0px 0px 40px 0px;
	}
.cmn-head{
	float:left;
	width:100%;
	color:#000000;
	font-size:48px;
	line-height:52px;
	font-weight:600;
	}
.package-section{
	float:left;
    width:100%;
    padding:0 45px;
    position:relative;
    margin-top:60px;
	}
.package{
	float:left;
	width:368px;
	border:1px solid #e5e5e5;
	border-radius:10px;
	background:#fff;
	}
.mob-package{
	float:left;
	width:100%;
	}
.package.mid{
	position:absolute;
	left:50%;
	margin-left:-184px;
	top:-15px;
	bottom:-15px;
	z-index:9;
	box-shadow:0 0 10px 2px rgba(27,87,125,0.3);
	border:1px solid #1b577d;
	}
.package.left{
	float:left;
	}
.package.right{
	float:right;
	}
.pkg-strip{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	font-weight:600;
	background:#e5e5e5;
	color:#000;
	border-radius:8px 8px 0 0;
	padding:15px 0;
	position:relative;
	}
.package.mid .pkg-strip{background:#1b577d; color:#fff;}
.pkg-strip:after{
	content: '';
    position: absolute;
    bottom:-10px;
    left: 50%;
	margin-left:-12px;
    border-top:10px solid #e5e5e5;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
	}
.package.mid .pkg-strip:after{border-top:10px solid #1b577d;}
.package.mid .pkg-head{ margin-top:12px;}
.pkg-inr{
	float:left;
	width:100%;
	padding:20px 0 25px;
	}
.pkg-head{
	float:left;
	width:100%;
	padding:0 0 20px 0;
	font-size:24px;
	line-height:28px;
	font-weight:600;
	color:#000000;
	}
.pkg-head span{
	float:left;
	width:100%;
	font-weight:300;
	}
.pkg-prod{
	float:left;
	width:100%;
	position:relative;
	}
.pkg-prod img{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	}
.pkg-seal{
	position:absolute;
	right:40px;
	top:0;
	background:url(../images/seal-bg.png) no-repeat center top;
	width:77px;
	height:77px;
	text-align:center;
	font-size:20px;
	line-height:19px;
	font-weight:600;
	color:#fff;
	}
.package.left .pkg-seal{ right:100px; top:4px;}
.package.mid .pkg-seal{ right:25px;}
.pkg-seal span{
	float:left;
	width:100%;
	font-size:12px;
	line-height:12px;
	padding-bottom:1px;
	padding-top:23px;
	}
.pkg-prc-sec{
	float:left;
	width:100%;
	}
.ret-prc{
	float:left;
    width:100%;
    font-size:22px;
    line-height:26px;
    color:#000000;
	}
.strikeout{
    position: relative;
	}
	
.strikeout::after {
    border-bottom: .1em solid red;
    content: "";
    left: -3px;
    margin-top: calc(0.125em/2 * -1);
    position: absolute;
    right: -3px;
    top: 55%;
	}
.pkg-prc{
	float:left;
	width:100%;
	margin-top:8px;
	}
.reglr-prc{
    display:inline-block;
    vertical-align:middle;
    font-size:70px;
    line-height:55px;
    color: #1b577d;
    font-weight:600;
	}
.reglr-prc span {
    display: inline-block;
    vertical-align:middle;
    font-size:18px;
    font-weight:500;
	}	
.shpng-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000000;
	margin-top:3px;
	text-transform:uppercase;
	}
.pkg-btn{
	display:inline-block;
	vertical-align:middle;
	width:300px;
	padding:15px 0;
	max-width:100%;	
	}
a.packageBtn {
	float:left;
    width: 100%;
    margin:0 auto;
    border-radius:8px;
    height:65px;
    overflow: hidden;
    color: #ffffff;
    font-size:26px!important;
    line-height:60px!important;
	text-shadow:2px 2px 5px rgba(0,0,0,0.1);
	position:relative;
	padding-right:55px;
	font-weight:700;
	background:#f08d00;
	}
a.packageBtn:hover {
  background:#ff9600;
	}
.btn-arw{
	position:absolute;
	right:25px;
	height:38px;
	width:38px;
	top:50%;
	margin-top:-19px;
	border-radius:50%;
	background:#fbab38;
	}
.btn-arw:after {
    content: '';
    position: absolute;
    right:13px;
    top: 50%;
    margin-top:-8px;
    border-left:10px solid #fff;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
	}
.btn-txt{
	float:left;
	width:100%;
	font-size:15px;
	line-height:17px;
	font-weight:500;
	margin-top:5px;
	color:#000;
	letter-spacing:0.3px;
	position:relative;
	}
.btn-txt:before, .btn-txt:after{
	content:'';
    display:inline-block;
    vertical-align:middle;
    width:20px;
    height:1px;
    background:#ccc;
	}	
.btn-txt:before{ margin: -4px 6px 0 0;}
.btn-txt:after{ margin: -4px 0 0 6px;}	
.card-pic{
	display:block;
	margin:0 auto;
	}

/*=======================
    SECTION-3 CSS
=========================*/
.section-3{
	float:left;
	width:100%;
	padding:50px 0;
	}
.s3-mid-box{
	float:left;
    width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.s3-mid-box-col{
	float:left;
    width:31%;
    margin-top:40px;
	background:#fff;
    border:2px solid #1b577d;
    border-radius:10px;
    box-shadow:0 0 9px 0 rgb(0 0 0 / 10%);
    text-align:left;
    overflow:hidden;
	}
.s3-bx-col-top{
	float:left;
    width:100%;
    padding:15px 10px 15px 110px;
    position:relative;
    border-bottom:1px solid #ebebeb;
	}
.s3-col-img{
	position:absolute;
	left:20px;
	top:20px;
	max-width:100%;
	border-radius:50px;
	border:2px solid #1b577d;
	}
.s3-col-tp-txt1{
	float:left;
    width:100%;
	font-size:24px;
	line-height:28px;
	color:#1b577d;
	font-weight:600;
	}
.s3-col-tp-txt2{
	float:left;
    width:100%;
	font-size:18px;
	line-height:24px;
	color:#8b8b8b;
	font-weight:300;
	margin-top:5px;
	}
.star{
	margin-top:8px;
	}
.s3-col-abt-txt{
	float:left;
	width:100%;
	padding:20px 20px 25px;
	font-size:22px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.5px;
	}
.s3-blue-box{
	float:left;
	width:100%;
	padding:30px 20px 30px 310px;
	border-radius:10px;
	background:#1b577d;
	margin-top:60px;
	position:relative;
	text-align:left;
	}
.s3-seal{
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-110px;
	max-width:100%;
	}
.s3-bl-bx-hdng{
	float:left;
	width:100%;
	font-size:33px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	}
.s3-blue-bx-txt1{
	float:left;
	width:100%;
	font-size:25px;
	line-height:27px;
	font-weight:600;
	color:#f69052;
	margin-top:15px;
	position:relative;
	}
.s3-star{
	display:inline-block;
	vertical-align: middle;
	margin:-8px 0 0 12px;
	}
.s3-line{
	display:inline-block;
	vertical-align: middle;
	margin:-8px 0 0 12px;
	}
.s3-bl-txt2{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	margin-top:15px;
	color:#fff;
	letter-spacing:0.5px;
	}

.faq-qs{
	float:left;
	width:100%;
	margin-top:45px;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	margin:40px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding:17px 45px 19px 20px;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
	font-weight:600;
	letter-spacing:0.3px;
    cursor: pointer;
	border:none;
	border-bottom:1px solid #dddfe5;;
	}

.accordion.last{ border-bottom:none;}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #dddfe5;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 45px 10px 20px;
	border-bottom:1px solid #dddfe5;;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size:22px;
    line-height: 30px;
    color: #010101;
	font-weight:normal;
	margin-bottom:15px;
	text-align:left;
	letter-spacing:0.5px;
	}
.acdn-list{
	float:left;
	width:100%;
	padding:0 30px 10px 45px;
	}
.acdn-list li{
	float:left;
	width:100%;
	list-style:disc;
	text-align:left;
	font-size:22px;
	line-height:30px;
	margin-top:5px;
	}
.acdn-list li:first-child{ margin-top:0;}
/*=======================
    SECTION-4 CSS
=========================*/
.section-4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f6fcff;
	}
/*=======================
    SECTION-5 CSS
=========================*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s5-haed{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#282828;
	}
.s5-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 15px;
	}
.s5-list-cont{
	float:left;
	width:50%;
	padding:0 30px;
	}
.s5-list p{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:21px;
	color:#282828;
	margin-top:25px;
	word-break: break-word;
	position:relative;
	padding-left:28px;
	letter-spacing:0.5px;
	}
.s5-list p span{
	position:absolute;
	left:0;
	top:0;
	}
.s5-list p a{ color:#0d6eb1;word-break: break-word;}
.view-moreBtn{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	border:1px solid #acacac;
  border-radius:10px;
	max-width:500px;
	width:100%;
	height:50px;
	font-size:22px;
	line-height:48px;
	color:#707070;
	font-family:'Graphik';
	background:#fff;
	}
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
    padding:40px 0;
	background:#f0f0f0;
	}
.footer a:hover{text-decoration:underline;}
.ftr-txt{
    float: left;
    width: 100%;
    color: #000;
	letter-spacing:0.3px;
	
	}
.ftr-strip{
	float:left;
	width:100%;
	padding:10px 10px 10px 400px;
	position:relative;
	border:1px solid #acacac;
	margin-top:25px;
  background-color:#fff;
  border-radius:10px;
	}
.ftr-strip p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#000000;
	letter-spacing:0.2px;
  text-align:left;
	}
.ftr-strip2{
	float:left;
	width:100%;
	padding: 10px;
	position:relative;
	border:1px solid #acacac;
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#000000;
	letter-spacing:0.3px;
	}
.ftr-img{
	position:absolute;
	left:20px;
	top:15px;
	}

.ftr-txt2{
	float: left;
    width: 100%;
    font-size:14px;
    line-height:18px;
    color: #000000;
	margin:15px 0 0 0;
	letter-spacing:0.5px;
	padding:0 75px;
	}	
.footer .ftr-txt a{
    padding: 0 5px;
    color: #000000;
	font-size:16px;
	}

.for-tab{display:none;}
.hide-mob, for-desk{ display:block;}
@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-heading{ font-size:38px; line-height:42px;}
.bnr-sub-head{ font-size:32px; line-height:36px;}
.s1-mid-col p{ font-size:18px; line-height:24px;}

.package{ width:310px;}
.package.mid{ margin-left:-155px;}

.s3-blue-box{padding: 30px 20px 30px 235px;}
.s3-seal{ width:220px; left:15px; margin-top:-85.5px;}
.s3-bl-bx-hdng{ font-size:30px; line-height:36px;}

.s5-list li{ width:50%; font-size:15px; padding-right:35px;}
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.for-tab{ display:block;}
.for-desk{ display:none;}

.bnr-sub-head{ padding:0 30px;}

.sec1-video-bx{ padding:10px 10px 15px;}
.sec1-mid{ margin-top:50px;}
.s1-mid-col span{ font-size:22px; line-height:28px; min-height:72px;}
.s1-mid-col p{ font-size:20px; line-height:26px;}
.s1-haed{ font-size:38px; line-height:42px;}
.cmn-head{ font-size:38px; line-height:42px;}

.package-section{ padding:0;}
.package {width: 256px;}
.package.mid {margin-left: -128px;}
.pkg-seal{ font-size:18px; line-height:18px;}
.ret-prc{ font-size:22px;}
.reglr-prc{ font-size:55px; line-height:50px;}
.shpng-txt{ font-size:16px;}
a.packageBtn{ height:55px; line-height:52px; font-size:23px;}
.btn-arw{ right:15px;}
.btn-txt{ font-size:13px; line-height:15px;}
.btn-txt:before, .btn-txt:after{ width:7px;}

.s3-bx-col-top{ padding:15px 10px 15px 70px;}
.s3-col-img{ width:50px; left:10px;}
.s3-col-tp-txt1{ font-size:22px; line-height:28px;}
.s3-col-tp-txt2{ font-size:16px; line-height:20px;}
.s3-col-abt-txt{ padding:15px 10px 20px; font-size:21px;}
.s3-line{ margin:0;}
.s3-bl-txt2{ font-size:22px; line-height:28px;}

.s5-list li{ width:100%;}
.ftr-strip{ padding:20px;}
.ftr-img{ position:static; display:block; margin:0 auto;width: 300px;}
.ftr-strip p{ margin-top:10px;}
.ftr-txt2{ padding:0;}
}


@media only screen and (max-width:767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.container.videoPlayerContainer{padding:0;}
.for-mob{display:block;}
.for-desk,.hide-mob{display:none;}

.banner-section{ padding:25px 0 8px; height:auto;padding-top: 0.1rem;}
.bnr-heading{ font-size:25px; line-height:29px;}
.bnr-sub-head{ padding:5px 0px 5px 0px; font-size:19px; line-height:22px;}

.section-1{ padding-bottom:0px;}
.sec1-video-bx{ 
  margin-top:-80px; 
  padding:0px; 
  border-radius:0px;
  box-shadow: none;
	-webkit-box-shadow: none;
  }
.sec1-video{ border-radius:0px;}
.lft-spkr{ width:17px; margin: -8px 3px 0 0;}
.rgt-spkr{ width:17px; margin: -8px 0 0 3px;}
.vdo-txt{ font-size:16px; line-height:24px; margin-top:8px;}
.sec1-mid{ margin-top:45px; padding:0px 10px 30px;}
.s1-haed{ font-size:26px; line-height:30px;}
.s1-mid-row{ margin-top:0; padding:0 25px;}
.s1-mid-col{ margin-top:35px; width:100%;}
.s1-mid-col span{ min-height:1px; font-size:24px;}
.s1-mid-col p{ margin-top:10px; min-height:46px;}

.section-2{ padding:25px 0 35px;}
.cmn-head{font-size:28px; line-height:32px;}
.package-section{ margin-top:0;}
.package{ margin-top:25px; width:100%; border:2px solid #e5e5e5;}
.package.left .pkg-seal{right: 25px;}
.package.mid{ position:static; margin-left:0;}
.reglr-prc{ font-size:50px; line-height:50px;}
a.packageBtn {height: 60px;line-height: 57px; font-size: 25px;}
.btn-txt {font-size: 16px;line-height: 19px;}
.btn-txt:before, .btn-txt:after { width: 20px;}
.shpng-txt {font-size: 16px; font-weight:500;}
.pkg-inr{padding: 0px 0 20px;}
.pkg-inr-lft{ float:left;width:52%; position: relative;}
.pkg-inr-rgt{ float:right; width:48%;}
.pkg-head{ 
  padding:0 0 28px 0; 
  font-weight:500; 
  font-size:22px; 
  line-height:26px;
  margin-top:12px;}
.pkg-seal{ width:60px; height:60px; background-size:100%; font-size:15px; line-height:16px; right:15px; top:-15px;}
.pkg-seal span{ font-size:11px; line-height:11px; padding-top:16px;}
.pkg-btn{ padding:10px 0;}
.package.mid .pkg-seal {right:6px; top:-15px;}

.section-3{ padding:25px 0 35px;}
.s3-mid-box-col{ width:100%;}
.s3-bx-col-top {padding: 15px 10px 15px 90px;}
.s3-col-img {width: 65px;}
.s3-col-abt-txt{ padding:15px 20px 20px;}
.s3-blue-box{ margin-top:35px; padding:20px 20px 25px; text-align:center;}
.s3-seal{ position:static; display:inline-block; vertical-align:middle; margin:0 auto;}
.s3-bl-bx-hdng{ font-size:26px; line-height:30px; margin-top:15px;}
.s3-blue-bx-txt1{ font-size:20px; line-height:25px;}
.faq-qs{ margin-top:30px;}
.faq-container{ margin:25px 0 0 0;}
.accordion{ font-size:22px; line-height:28px;padding: 15px 30px 15px 0;}
.acdn-content{padding: 15px 30px 10px 0;}
.acdn-para{ font-size:22px; line-height:30px;}

.section-4{ padding:25px 0 35px;}
.section-5{ padding:25px 0 35px; overflow:hidden;}
.s5-list{ margin-top:0; padding:0;}
.s5-list-cont{width:100%; padding:0;}
.s5-list p{ padding-right:0; line-height:20px;font-size: 14px;}
.view-moreBtn{margin-top:30px;}

.footer{ padding:0 0 25px;}
.ftr-txt{ margin:25px 0 0; font-size:14px; line-height:20px; letter-spacing:0.3px;}
.ftr-img{ width:230px;}
.ftr-strip { padding: 20px 15px;}

#ctabtn-mob{
	background: #1b577d;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index:9;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.order-btn{ margin:0;}
a.packageBtn{ font-size:26px;}
}


/*CSS FOR VIDEO STICKY*/
.video{
	display: block;
	margin: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	}
.video .mutebutton-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	margin: auto;
	z-index: 6;
	}
.video .mutebutton-overlay img{
	width: 30%;
    max-width: 380px;
    display: block;
    margin: 9% auto 0;
	margin-top: 14%;
	}
.video .play-button {
    background: #ff0060;
    border-radius: 50%/10%;
    width: 12vh;
    height: 9vh;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: auto;
    transform: scale(1);
    animation: b 2s infinite ease-out;
	z-index:2;
	}
.video .pausebutton-overlay, .video .playbutton-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	margin: auto;
	z-index: 5;
	}
.video .playbutton-overlay{
	background:rgba(0,0,0,0.5);
	}
.video.sticky{
    position: fixed;
    width: 285px;
    right: 20px;
    top: 15px;
    z-index: 7;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 30%);
    border: 2px solid #1b577d;
	}
.sticky .mutebutton-overlay img {
    width: 100px!important;
    margin-top: 10%!important;
	}
.video .play-button:before{
    background: inherit;
    border-radius: 6%/57%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
	}
.video .play-button:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: .5vw;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    margin: auto;
    border-top: 2vh solid transparent;
    border-bottom: 2vh solid transparent;
    border-left: 3vh solid #fff;
	}
 .video .play-button:after {
    border-top: 3vh solid transparent;
    border-bottom: 3vh solid transparent;
    border-left: 5vh solid #fff;
	}
.video.sticky+.sticky-holder {
	padding: 56.25% 0 0;
	position: relative;
	}
@media only screen and (max-width:767px){
.video.sticky{display:none;}
.mob-height{padding-bottom:121%!important;}
.video.sticky+.sticky-holder{padding-bottom:121%;}
}

.exitPop{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
	display: flex;
    align-items: center;	
	opacity:0;
	z-index:-1;
	transition:all ease 0.5s;
	}
.exitPop.is-active{
	z-index: 10000000000000000000000000000000;
	opacity:1;
	transition:all ease 0.5s;
	}
.pop-content{
	float:left;
	width:100%;
	max-height:100%;
	padding:40px 0;
	text-align:center;	
	overflow-y:auto;
	}
.popUp-box{
	display:inline-block;
	vertical-align:top;
	width:780px;
	max-width:96%;
	background:#fff;
	border-radius:12px;
	padding:20px;
	border:4px dashed #ff0000;
	position:relative;
	}
.close-pop{
	position:absolute;
	color: #515151;
	font-weight: 500;
	font-size:20px;
	cursor:pointer;
	right: 2px;
	top: 5px;
	width:30px;
	line-height:28px;
	height:30px;
	}
.close-pop:hover{
	opacity:0.8;
	}
.pop-head{
	float:left;
	width:100%;
	font-size:40px;
	line-height:40px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
	}	
.pop-gray{
	float:left;
	width:100%;
	max-width: 690px;
	text-align:left;
	background:#f6f6f6;
	border-radius:22px;
	position:relative;
	padding: 20px 240px 25px 20px;
	margin:20px 0;
	}	
.pop-para{
	float:left;
	width:100%;
	font-size:23px;
	line-height:32px;
	color:#030303;
	}
.pop-img{
	position:absolute;
	top:-60px;
	right:-40px;
	border-radius:50%;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.2);
	padding:9px;
	width:250px;
	}	
a.pop-btn{
	float:left;
	width:100%;
	height:60px;
	background:#0d931c;
	border-radius:5px;
	font-size:25px;
	line-height:58px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	}
a.btn-orange{ background:#f08d00;}			

@media only screen and (max-width:800px){
.pop-gray{ max-width:640px; padding:15px 220px 22px 20px;}
.pop-img{top: -53px;right: -35px;width: 233px;}		
}

@media only screen and (max-width:767px){
.popUp-box{padding:12px 12px 20px; position:static;}
.pop-head{ font-size:28px; line-height:34px; text-align:center;}
.pop-gray{ border-radius:12px; margin:20px 0 0; padding:15px 12px 20px; text-align:center;}
.pop-img{ position:static; margin:17px auto 0; display:block; width:190px;}
.pop-para{ font-size:16px; line-height:25px;}
a.pop-btn{ height:50px; line-height:47px; font-size:20px;}
}