body{
	margin:0; padding:0;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.header {
    background-image: url(../images/bo_play_pattern.png);
    padding: 14px 0;
    background-color: rgb(51, 42, 33);
    outline: none;
    border-color: rgb(215, 215, 215);
    border-width: 1.5px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}
.arrow_d {
    width: 180px;
    margin: 0 auto;
	padding: 0 !important;
}
ul.Head_foot {
    text-align: center;
	    padding: 0;
}


.Head_foot li a, .copy-right {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
	font-family: Ubuntu, Helvetica, sans-serif;
	    margin: 0;
}
ul.Head_foot li {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 8px 8px 3px;
}
.footer{
	background-image: url(../images/bo_play_pattern.png);
    padding: 30px 0;
    background-color: rgb(51, 42, 33);
	background-position-y: -3px;
	}
.footer img {
    max-width: 200px;
    margin: 0 auto;
}
.header img {
    max-width: 96%;
}
.flex_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Headline b {
    color: rgb(255, 227, 0);
}

.Headline {
    text-align: center;
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.Product_Receiptt p {
    text-align: center;
    font-size: 26px;
    color: #424242;
    font-weight: bold;
    margin: 0;
}
.Product_Receipt_title1 {
    text-align: center;
    font-size: 66px;
    margin: 0;
    color: #0075b2;
    line-height: 1em;
}
.Product_Receiptt {
    padding: 25px 15px;
}
.pro_img_sec img {
    max-width: 96%;
    padding-top: 10px;
}

.pro_img_sec h3 {
    color: #424242 !important;
	font-size: 26px;
}
.pro_img_sec p {
    text-align: center;
    font-size: 24px;
    color: #424242;
    font-weight: 400;
    padding-bottom: 7px;
    line-height: 1.4;
    /* padding-top: 15px; */
}
.pro_img_sec {
    text-align: center;
}
.Button_Main {
    color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.13);
    border-bottom: 4px solid rgba(0,0,0,0.13);
    box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.22);
    border-radius: 10px;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    font-weight: 600;
    background-color: #2fc05a;
    font-size: 28px;
    margin-top: 15px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.pro_img_sec h6 {
    color: #474747;
}
.pro_img_sec a {
    color: #3653a9;
    font-size: 14px;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, sans-serif !important;
    margin: 15px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.animatable{
  opacity: 0;
  animation-name: bounceIn;
  animation-duration: 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.1);
  }
  80%{
    opacity: 1;
    transform: scale(0.89);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}


/* video_css */
.elVideoSkin3 {
    background-color: #175c8d;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#1c72b0), to(#175c8d));
    background-image: -webkit-linear-gradient(top, #1c72b0, #175c8d);
    background-image: -moz-linear-gradient(top, #1c72b0, #175c8d);
    background-image: -o-linear-gradient(top, #1c72b0, #175c8d);
    background-image: -ms-linear-gradient(top, #1c72b0, #175c8d);
    background-image: linear-gradient(to bottom, #1c72b0, #175c8d);
    padding: 8px !important;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 3px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
    margin-top: 20px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/* video_css */


@media (min-width: 1200px){
.container {
    width: 1130px;
}
}
@media (max-width: 998px){

.Headline {
    font-size: 18px;
}
}

@media (max-width: 767px){
.flex_area {
    display: block;
}
.header img {
    max-width: 200px;
    margin: 0 auto;
}

img.img-responsive.hide_mobe {
    display: none;
}
img.img-responsive.show-mob {
    display: block !important;
}
.Headline {
    font-size: 14px;
    padding: 15px 0 0;
}

}

@media (max-width: 600px){
	ul.Head_foot li {
		padding: 0 10px;
	}
	.Product_Receipt_title1 {
		font-size: 30px;
	}
	.Product_Receiptt {
		max-width: 100%;
		padding: 25px 0px;
	}
	.Product_Receiptt p {
		font-size: 20px;
	}
	
	.no-pad {
		padding: 0;
	}
	.inner_details {
		padding: 20px 10px;
	}
	.pro_img_sec h3 {
    font-size: 23px;
	}
	
	.Product_Receiptt .Button_Main {
		color: rgb(255, 255, 255);
		padding-top: 20px;
		padding-bottom: 20px;
		border: 1px solid rgba(0,0,0,0.13);
		border-bottom: 4px solid rgba(0,0,0,0.13);
		box-shadow: inset 0 1px 1px 0 rgba(255,255,255,0.22);
		border-radius: 10px;
		/*max-width: 520px;*/
		display: table;
		margin: 0 auto;
		font-weight: 600;
		background-color: #2fc05a;
		font-size: 22px;
		margin-top: 15px;
		cursor: pointer;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}