@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.bnrbtn{
	height:70px;
	width:555px;
	background:url(../images/btnbg.jpg) left top repeat-x;
	margin:38px auto 0 auto;
	display:block;
	border:none;
	outline:none;
	font-weight:bold;
	font-size:20px;
	line-height:68px;
	color:#fff;
	text-align:center;
	text-shadow:2px 2px #028e30;
	position:relative;
}
.frmbtn{width:100%;margin:14px auto 0 auto;box-shadow: 1px 5px 8px #c9c9c9;}
.bnrbtn img{margin:0 0 -7px 12px;display:inline-block;}
.red{color:#F00;}

.or-txt {
	text-align: center;
	padding: 10px 0;
}
.paypl-btn {
	background-image: url(../images/paypal.png?v1);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	background-color: #ffd11a;
	border: 1px solid transparent;
	padding: 22px 0;
	width: 100%;
	margin: 12px auto;
	display: block;
	cursor:pointer;
}
.paypl-btn:hover {
	background-color: #e6b800;
	color: transparent;
	border-color: transparent;
	white-space: normal;
}

.credit-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e5e5fa;
    padding: 4px 15px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom:5px;
}
.gpay-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e5e5fa;
    padding: 0px 15px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom:15px;
}


.rad
{ display:flex;
}
.rad p
{ margin-bottom:0;
margin-left:5px;
margin-top:0;
}

.credit-sec img
{ margin-top:5px;
}

.clearfix
{ clear:both;
}

.credit-sec.pay-radio.paypal-sec {
    padding: 8px 15px;
    margin-top: 20px;
	margin-bottom:20px;	
}

.rad img {
    margin: 1px 0 0 10px;
}


@media only screen and (max-width: 1190px){
.frmbtn{font-size:13px;}
.frmbtn img{margin:0 0 -9px 12px;display:inline-block;}
}
@media only screen and (max-width: 1020px){
.frmbtn{font-size:13px;}
.frmbtn img{margin:0 0 -7px 6px;display:inline-block;width:25px;}
}
@media only screen and (max-width: 767px){
.bnrbtn{
	height:60px;
	width:100%;
	font-size:13px;
	line-height:58px;
	margin:20px auto 0 auto;
}
.bnrbtn img {margin: 0 0 -10px 12px;}
.frmbtn img{margin:0 0 -7px 6px;display:inline-block;width:25px;}
}
@media only screen and (max-width: 479px){
.bnrbtn{font-size:13px;}	
.bnrbtn img {margin: 0 0 -6px 6px;width:25px;}	
.frmbtn{font-size:13px;}

.credit-sec img
{ width:125px;
}

}
@media only screen and (max-width: 389px){
.bnrbtn{font-size:13px;}	
.bnrbtn img {margin: 0 0 -6px 2px;width:21px;}	
.frmbtn img{left:80%;}
.frmbtn{font-size:13px;}
.frmbtn img{margin:0 0 -5px 6px;display:inline-block;width:20px;}
}
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359{display:none;}

@media only screen and (max-width: 1000px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.show-767{display:block;}
.hide-767{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
.hide-359{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #878787;
  opacity: 1; /* Firefox */
  font-weight:normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #878787;
  font-weight:normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #878787;
  font-weight:normal;
}
/*==================button animation=======================*/
.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);
        opacity: 0.9;       
    }
    50% {
        transform: scale(1);
        opacity: 1;   
    }   
    100% {
        transform: scale(0.9);
        opacity: 0.9;   
    }           
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;       
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;   
    }   
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;   
    }           
}
/*****bottom pop css *****/
.w_fomo_wrapper {
    position: fixed;
    bottom: 0px;
    left: 10px;
    min-width: 300px;
    background-color: #fff;
    -webkit-transition: transform .8s ease;
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
    z-index: 1001;
    color: #fff;
    font-weight: 400;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-box-shadow: 0 0 5px #6f6f6f;
    box-shadow: 0 0 5px #6f6f6f;
    border-radius: 5px;
    max-width: 350px;
    border-radius: 50px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    letter-spacing:0.3px;
    }
.w_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    }
.w_desc p {
    margin-bottom: 6px;
    text-align: left;
    font-size: 13px;
    color: #000;
    }
.wysiwyg-content.statistical table {
    text-align: right;
    font-size: 14px;
    width: 100%;
    }
.wysiwyg-content.statistical .ta-l {
    text-align: left;
    }
.edit_mode .w_fomo_wrapper {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0)
    }
.w_fomo_wrapper.notify {
    -webkit-transform: translateY(0);
    transform: translateY(0)
    }
.w_fomo_wrapper .w_item {
    float:left;
    width: 100%
    }
.w_fomo_wrapper .w_item > div {
    display:inline-block;
    vertical-align:middle;
    }
.w_fomo_wrapper .w_thumb {
    width: 90px;
    text-align: left;
    padding-left:15px;
    }
.w_fomo_wrapper .w_thumb img {
    margin: 0 auto;
    width:60px;
    }
.w_fomo_wrapper .w_desc {
    padding: 15px 20px 10px 0;
    font-size: 1.3rem
    }
.w_fomo_wrapper .w_desc strong {
    color: #2DBBFF
    }

@media (min-width:992px) {
.w_fomo_wrapper {top: auto;bottom: 10px}
}

@media all and (-ms-high-contrast:none),  (-ms-high-contrast:active) {
.w_fomo_wrapper {width: 300px}
}

@media(max-width:320px) {
.w_fomo_wrapper {min-width: 300px;max-width: 300px;}
}

