 
   /*********************************/
  /***********1.GLOBAL CSS*********/
 /********************************/
 /* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background: transparent;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
    outline:none !important;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
input, button, textarea, select{
  outline: none;
}
.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #283562;
  overflow: hidden;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
img{
  width: 100%;
  height: auto;
}

.container{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.btn_add {
	border-radius: 6px;
	background:  #198754; 
	padding: 10px 30px; 
	color:  #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.btn_add:hover{ 
  opacity: 0.83; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}

.btn_1 {
	border-radius: 6px;
	background:  #198754; 
	padding: 19px 50px; 
	color:  #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.btn_1:hover{ 
  opacity: 0.83; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}

.btn_2 {
	background: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 8px 25px;
	font-family: 'Poppins', sans-serif;
	color: #666;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	border: 1px solid  transparent;
}

.btn_2:hover { 
	border: 1px solid   #198754;
	color:  #666;
}

.btn_2 img {
	width: 40px;
	margin-right: 15px;
}

   /*********************************/
  /*********** Header  CSS**********/
 /********************************/

.header_area {
	padding: 40px 0 40px 0;
	z-index: 99;
}

 .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.menu {
	float: right;
}
.footer_menu ul,
.menu ul {
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
}
 
.menu ul li a {
	color:  #666;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} 
 
.menu ul li a:hover{ 
  color:  #198754;
}


   /*********************************/
  /*********** Banner CSS **********/
 /********************************/

 .banner_area{
 	z-index: 1;
  	position: relative;
 }

/* .b0anner_right img {
 	
 	position: relative;
 }*/
 .star_1 img {
	position: absolute;
	width: 35px;
	top: 3%;
	left: 7%;
}

 .banner_left h2 {
	color: #212529;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 57px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.banner_left h2 span{
  color: #198754; 
}

.banner_left h4 {
	color: #212529;
	font-family: Roboto Condensed;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 24px 0;
}

.banner_left p {
	color: #666;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	width: 758px;
}

.banner_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
  position: relative;
}

.star_2 img {
	position: absolute;
	width: 35px;
	bottom: -35%;
	right: 30%;
}

.banner_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	margin-top: 40px;
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

  /*********************************/
  /*********** Button CSS **********/
 /********************************/

.button_area{
  margin: 160px 0 120px 0;
  position: relative;
}
 
.star_3 img {
	width: 35px;
	position: absolute;
	right: 15px;
}

.buttons button span {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #198754;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
	color: #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.buttons button {
	background: transparent;
	border: 1px solid #198754;
	border-radius: 6px;
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	color: #212529;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 32.33%;
	        flex: 0 0 32.33%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

  /*********************************/
  /*********** Pricing CSS **********/
 /********************************/

 .section_title {
	text-align: center;
	margin-bottom: 64px;
}

.section_title button {
	border-radius: 32px;
	border: none;
	border-bottom: 1px solid #198754;
	background: #F2FFF9;
	padding: 10px 26px;
	color: #198754;
	text-align: center;
  font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.section_title h2 {
	color: #212529;
	text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
  margin: 16px 0;
}

.section_title p {
	color: #666;
	text-align: center;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.single_price {
	border-radius: 0px 0px 8px 8px; 
	padding: 0px 32px 32px 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  position: relative;
}

.first_last_price { 
	background: #F2FFF9; 
}

.prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.single_price > img {
	position: absolute;
	width: 80px;
	top: -38px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.price_info {
	margin: 50px 0 32px 0;
  text-align: center;
}

.price_info h4 {
	color: #198754;
	text-align: center;
  font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}

.price_info h2 {
	color: #198754;
	text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 2.4px;
}

.price_info p {
	color: #666;
	text-align: center;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.price_list li p {
	color: #666;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 12px;
}

.price_list li {
  margin-bottom: 16px;
}

.price_list li p i {
	color: #198754;
	font-size: 22px;
}

.btn_3 {
	border-radius: 8px;
	border: 1px solid #198754;
	background: #198754;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	color: #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 20px;
	width: 100%;
	margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_3:hover{
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}

.price_area {
	margin-bottom: 161px;
  position: relative;
}

.star_4 img {
	width: 35px;
	position: absolute;
	left: 35px;
	bottom: 13%;
}

.middle_price_list {
	background: #198754;
	border-radius: 8px 8px 8px 8px; 
}

.middle_price_list .price_list li p i,
.middle_price_list .price_list li p,
.middle_price_list .price_info p ,
.middle_price_list .price_info h2 ,
.middle_price_list .price_info h4 {
	color: #fff;
}

.middle_price_list .btn_3 { 
	border: 1px solid #fff;
	background: #fff; 
	color: #198754; 
}

  /*********************************/
  /*********** Social CSS **********/
 /********************************/
 

.social_info {
	width: 768px;
}

.social_area {
	margin-bottom: 120px;
  position: relative;
}

.star_5 img {
	width: 35px;
	position: absolute;
	right: 5%;
	bottom: 15%;
}

.social {
	border-radius: 16px;
	background: #198754;
	padding: 65px 0 47px 81px;
  position: relative; 
}

.social_info h2 {
	color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.social_info p {
	color: #fff;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 10px 0 40px 0;
}

.btn_4 {
	border-radius: 6px;
	background: #FFF;
	color: #198754;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding: 19px 38px; 
	border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_4:hover{
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}

.social img {
	position: absolute;
	width: 441px;
	right: 0;
	top: -90px;
}


  /*********************************/
  /*********** Footer CSS **********/
 /********************************/

 .footer_area {
	background: #0B1F16;
  	padding: 20px 0;
  	margin-top: 100px;
}

 .footer_menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   gap: 40px;
 }

 .footer_left > a {
	color: #FFF;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer_left p {
	color: #DCDCDC;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
  margin-top: 30px;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 53%;
	        flex: 0 0 53%;
}

.footer_right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	/*margin-top: 30px;*/
} 

.footer_menu ul li a {
	color: #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_menu ul li a:hover{
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
}

.footer_menu {
	margin: 44px 0 25px 0;
}

.footer_right h4 {
	color: #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 16px;
}

.newslater_input input {
	padding: 14px 12px;
	width: 74%;
	color:  #666;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	border-radius: 8px;
	border: 1px solid  #D0D5DD;
	background:  #FFF;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.newslater_input button {
	border-radius: 8px;
	background: #198754;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	border: none;
	padding: 12px 20px;
	color:  #FFF;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.social_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 77px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.newslater_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer_area hr {
	color: #fff;
}

.copy_text p {
	color: #DCDCDC;
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}


 /* 
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Inter', sans-serif;
 
 */


 .mobile_bars{
 	z-index: 99;
  	display: none;
 }
 .mobile_menu {
	z-index: 99;
	display: none;
}

.youtube_video {
	width: 750px;
	height: 550px;
	position: fixed;
	z-index: 9;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 25%;
  display: none;
}

.youtube_video iframe{
  width: 100%;
  height: 100%;
}
 

.youtube_video a {
	width: 40px;
	height: 40px;
	background:  #198754;
	color: #fff;
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	right: -40px;
	top: 0;
	position: absolute;
}







/* popup css  */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 502;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80); }
  
  .mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 503;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
  
  .mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }
  
  .mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
	display: none; }
  
  .mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
  
  .mfp-ajax-cur {
	cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out; }
  
  .mfp-zoom {
	cursor: pointer;
	cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
	cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none; }
  
  .mfp-loading.mfp-figure {
	display: none; }
  
  .mfp-hide {
	display: none !important; }
  
  .mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504; }
  
  .mfp-preloader a {
	color: #cccccc; }
  
  .mfp-preloader a:hover {
	color: white; }
  
  .mfp-s-ready .mfp-preloader {
	display: none; }
  
  .mfp-s-error .mfp-content {
	display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506; }
  
  button::-moz-focus-inner {
	padding: 0;
	border: 0; }
  
  .mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
	  opacity: 1;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	.mfp-close:active {
	  top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
	color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }
  
  .mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }
  
  .mfp-arrow {
	position: absolute;
	top: 0;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
	margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-top-width: 12px;
	border-bottom-width: 12px;
	top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
	border-top-width: 20px;
	border-bottom-width: 20px; }
  
  .mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after,
	.mfp-arrow-left .mfp-a {
	  border-right: 12px solid black;
	  left: 5px; }
	.mfp-arrow-left:before,
	.mfp-arrow-left .mfp-b {
	  border-right: 20px solid white; }
  
  .mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after,
	.mfp-arrow-right .mfp-a {
	  border-left: 12px solid black;
	  left: 3px; }
	.mfp-arrow-right:before,
	.mfp-arrow-right .mfp-b {
	  border-left: 20px solid white; }
  
  .mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
  
  .mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black; }
  
  .mfp-iframe-holder .mfp-close {
	top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
	line-height: 0; }
  
  .mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }
  
  .mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px; }
  
  .mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
	max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
	  padding-left: 0;
	  padding-right: 0; }
  
	.mfp-img-mobile img.mfp-img {
	  padding: 0; }
  
	/* The shadow behind the image */
	.mfp-img-mobile .mfp-figure:after {
	  top: 0;
	  bottom: 0; }
  
	.mfp-img-mobile .mfp-bottom-bar {
	  background: rgba(0, 0, 0, 0.6);
	  bottom: 0;
	  margin: 0;
	  top: auto;
	  padding: 3px 5px;
	  position: fixed;
	  box-sizing: border-box; }
  
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  
	.mfp-img-mobile .mfp-counter {
	  right: 5px;
	  top: 3px; }
  
	.mfp-img-mobile .mfp-close {
	  top: 0;
	  right: 0;
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  background: rgba(0, 0, 0, 0.6);
	  position: fixed;
	  text-align: center;
	  padding: 0; }
  
	.mfp-img-mobile .mfp-figure small {
	  display: inline;
	  margin-left: 5px; } }
  @media all and (max-width: 800px) {
	.mfp-arrow {
	  -webkit-transform: scale(0.75);
	  transform: scale(0.75); }
  
	.mfp-arrow-left {
	  -webkit-transform-origin: 0;
	  transform-origin: 0; }
  
	.mfp-arrow-right {
	  -webkit-transform-origin: 100%;
	  transform-origin: 100%; }
  
	.mfp-container {
	  padding-left: 6px;
	  padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
	padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
	padding: 0; }
  .mfp-ie7 .mfp-content {
	padding-top: 44px; }
  .mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }


	.banner_btn span {
		display: none;
	}