/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*fonts start*/   
   
@font-face {
font-family: 'ralewaysemibold';
src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
   url('../fonts/raleway-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ralewayregular';
src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
   url('../fonts/raleway-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
  
@font-face {
font-family: 'ralewayextrabold';
src: url('../fonts/raleway-extrabold-webfont.woff2') format('woff2'),
   url('../fonts/raleway-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}  

@font-face {
font-family: 'ralewaymedium';
src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
   url('../fonts/raleway-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/*nav menu start*/
.navigation{
background-color:#0bb7f8;
padding: 10px 0;
}

.logo img{
width:135px;
}

.nav-menu{
text-align: right;
padding-top:20px;
}

.nav-menu ul li a{
font-family: 'ralewaysemibold';
color:#ffffff;
font-size:18px;
letter-spacing:1px;
}

.nav-menu ul li a:hover{
text-decoration:none !important;
}


.nav-menu ul li{
display:inline-block;
padding-right:15px;
position:relative;
}

.nav-menu ul li.login-menu{
padding-right:25px ;
}

.nav-menu ul li:last-child{
padding-right:0px;
}

.mobile-ham{
display:none;
}

.nav-menu ul li:hover ul{
display:block;
}

/*Sub-menu*/
.sub-menu{
position: absolute;
width: 100%;
left: 0;
right: 0;
background: #ebebeb;
text-align: left;
padding: 0px;
display:none;
z-index: 99;
}

.sub-menu li{
padding: 10px 5px;
border-bottom: 1px solid #fff;
padding-right: 5px !important;
width: 100%;
}

.sub-menu li a{
font-size:13px !important;
color:#0087bd !important;
}
/*nav menu end*/

/*Main banner start*/
.banner-conatainer{
background:#d2ebf4;
}

.banner-text{
padding:100px ;
}

.banner-img img{
width:100%;
padding:70px 0;
}

.banner-text h2{
font-family: 'ralewayextrabold';
}

.banner-text p{
font-family: 'ralewayregular';
font-size:18px;
}

.buy-now{
font-family: 'ralewaysemibold';
font-size: 30px;
color: #ffffff;
background: #97ba3c;
margin-top: 20px;
border-radius: 50px;
padding: 10px 40px;
display: inline-block;
}

.main-area-text{
padding-right:100px;
}

.main-area-text h3{
font-family: 'ralewayextrabold';
}

.main-area-text i{
font-weight:bold;
}

.main-area-text p{
font-family: 'ralewayregular';
font-size:16px;
margin-top:30px;
}

.try-now{
text-align:center;
margin:50px 0;
}

.try-now a{
font-family: 'ralewaysemibold';
font-size: 18px;
color: #ffffff;
background: #0bb7f8;
margin-top: 20px;
border-radius: 50px;
padding: 10px 10px;
display: inline-block;
margin-bottom:10px;
}

.bingo-img{
text-align:center;
margin:50px 0;
}

/*Main banner end*/



/*Main Content start*/
.main-content{
  padding-top: 40px;
}

.tabs{
background: #2097d4; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#2097d4, #28aee4); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#2097d4, #28aee4); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#2097d4, #28aee4); /* For Firefox 3.6 to 15 */
background: linear-gradient(#2097d4, #28aee4); /* Standard syntax */
border-radius: 30px;
margin-top: 50px;
}

.tab-content{
text-align: center;
}

.tab-content .icon{
padding-top:20px;
}

.tab-content .icon img{
width:100px;
}

.tab-content p{
color:#ffffff;
font-family: 'ralewaysemibold';
letter-spacing: 2px;
padding-top:20px;
}

.tabs .col-md-4{
border-right: 1px solid #fff;
padding: 15px;
}

.tabs .col-md-4:last-child{
border:none;
}

.tabs .number p{
font-family: 'ralewaysemibold';
border: 2px solid #ffffff;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 18px;
padding-left: 5px;
font-size: 16px;
color: #fff;
}

.print-cards{
margin-top:70px;
background-color:#d9edf5;
padding: 30px;
border-radius: 20px;
}

.print-cards .icon img{
width:200px;
}

.heading {
font-family: 'ralewaysemibold';
font-size:16px;
color:#333333;
letter-spacing:2px;
}

.regular-font{
margin:0;
-webkit-padding-start:0;
}

.regular-font li{
font-family: 'ralewayregular';
color: #333333;
font-size: 16px;
padding: 10px;
margin-left: 20px;
letter-spacing: 2px;
}

.dark-heading{
font-family: 'ralewayextrabold';
font-size:16px;
letter-spacing:2px;
}

.cards-btn{
margin-top:70px;
}

.cards-btn img{
width:30px;
}

.cards-btn .green{
background:#97ba3c;    
border-radius: 20px;
box-shadow: 0px 2px 10px #000;
margin-top:10px;
}

.cards-btn .blue{
background:#2197d3;
border-radius: 20px;
box-shadow: 0px 2px 10px #000;
}

.btn-icon,.btn-text{
display:inline-block;
}

.green .btn-icon {
background:#809d3d;
margin-left: -15px;
border-radius: 20px 0px 0px 20px;
padding:20px 10px;
float: left;
height: 100%;
line-height: 35px;
}

.blue .btn-icon {
background:#107ca4;
margin-left: -15px;
border-radius: 20px 0px 0px 20px;
padding:20px 10px;
float: left;
height: 100%;
line-height: 35px;
}

.btn-text{
text-align: center;
width: 90%;
color: #fff;
font-family: 'ralewaymedium';
letter-spacing:2px;
font-size:24px;
padding-top: 20px;
}


.search-text input[type="text"]{
width: 80%;
height: 40px;
margin: 6px;
border: none;
border-radius: 5px;
padding-left:5px;
font-family: 'ralewayregular';
}

.search-text button[type="submit"]{
background: #97ba3c;
border: none;
color: #fff;
padding: 10PX 15px;
border-radius: 10px;
}


.word-recent-card{
margin-top:70px;
margin-bottom:70px;
}

.card-title{
background: #0bb7f8;
margin: 0 -15px;
border-radius:15px 15px 0 0;
text-align:center;
padding: 15px;
font-family: 'ralewaymedium';
font-size:24px;
color:#ffffff;
letter-spacing:2px;
}

.card-title img{
width:30px;
margin-right:15px;
}

.word-list,.recent-cards{
/*min-height:500px;*/
background:#ebebeb;
border-radius: 20px 20px 0 0;
padding: 0px 0px 15px;
margin-bottom: 20px;
}

.list-content .list{
margin-top:10px;
}

.list-content .list-title{
font-family: 'ralewaysemibold';
color:#2e3192;
font-size:16px;
}

.edit,.delete{
font-family: 'ralewaymedium';
color:#2e3192;
}

.recent-cards .list-title{
margin-top:10px;
font-family: 'ralewaysemibold';
color: #2e3192;
font-size: 16px;
}

.recent-cards .sub-title{
font-family: 'ralewayregular';
color:#9a9a9a;
}

.tab-active{
background:#1873a2;
border-radius: 30px 0 0 30px;
}
.last-tab.tab-active{
border-radius: 0 30px 30px 0;
}


.number.active p{
background:#3cb878;
}

.left-sidebar{
margin-top:70px;
min-height: 585px;
background: #ebebeb;
border-radius: 20px 20px 0 0;
}

.card_info{
background:#d9edf5;
margin:20px 0 30px 0;
font-family: 'ralewayregular';
padding:10px;
}

.semibold_title{
font-family: 'ralewaysemibold';
font-size: 16px;
color:#333333;
}

.regular_text{
font-family: 'ralewayregular';
}

.medium_text{
font-family: 'ralewaymedium';
color:#333333;
}

.medium_text p{
margin-top:20px;
}

.right-content{
margin-top:70px;
}

.card_size{
margin-bottom: 20px;
}

.card_size label{
font-family: 'ralewayregular';
font-weight:normal;
}

.card_size input{
margin-left: 15px;
}

.card_name label{
font-family: 'ralewayregular';
font-weight:normal;
}


.card_name input{
width: 80%;
border: none;
border-bottom: 1px solid #ccc;
outline:none;
}

.phrase,.preview_card{
margin-top:40px;
}

.phrase p{
font-family: 'ralewayregular';
font-size:13px;
}

.phrase textarea{
width:100%;
min-height:490px;
}

.no-padding{
padding:0;
}

.preview_card{
padding-left: 2px;  
}

.preview_card p{
font-family: 'ralewayregular';
text-align:center;
font-size:16px;
}

.preview_card table{
border-color:#cccccc;
table-layout: fixed;
width: 100%;
}

.preview_card table tr td{
padding:11px;
text-align:center;
word-wrap: break-word;
height:100px;
}

.preview_card table tr td img{
margin-top:10px;  
}

.table-head td{
font-family: 'ralewaysemibold';
font-size:35px;
}

.preview_card .table-content td{
color:red;
font-size:14px;
cursor:pointer;
}
.login-form p{
	margin: 0 41px 0px !important;
	color: #ff0000;
}
.next_step_btn.green{
background:#97ba3c;
clear:both;
text-align: center;
border-radius: 10px;
box-shadow: 0px 2px 10px #000;
padding: 15px 0;
}

.next_step_btn{
margin-top:70px;
margin-bottom:70px;
}

.next_step_btn p{
margin:0;
font-family: 'ralewaymedium';
font-size: 18px;
color: #fff;
cursor:pointer;
}

.next_step_btn img{
width: 15px;
margin-left: 10px;
}

.next_step_btn a{
text-decoration:none;
}

.print_preview{
margin-top:70px;
padding:30px;
}

.print_preview a{
  font-family: 'ralewaymedium';
}

.hide_advance{
margin-top:70px;
clear:both;
font-family: 'ralewaymedium';
}

.addwords textarea{
width:100%;
border:none;
border-bottom:1px solid #cccccc; 
}

.addwords p{
font-family: 'ralewayregular';
margin-top:20px;
}

footer{
background:#f2f2f2;
text-align:center;
padding: 20px;
margin-top: 40px;
}

footer .footer_link li{
display: inline-block;
padding: 5px 10px;
font-size: 16px;
font-family: 'ralewaymedium';
}

footer p{
margin:0;
}

.no-border{
border-radius:0;
}

.bold_heading{
font-family: 'ralewaysemibold';
font-size:25px;
}

.customize_form label{
font-family: 'ralewayregular';
width: 35%;
}

.customize_form input[type="text"]{
width:50%;
}

.color-fill-icon{display:inline-block;width:16px;height:16px;border:1px solid #000;background-color:#fff;margin: 2px;}
.dropdown-color-fill-icon{position:relative;float:left;margin-left:0;margin-right: 0}
.well .markup{
background: #fff;
color: #777;
position: relative;
padding: 45px 15px 15px;
margin: 15px 0 0 0;
background-color: #fff;
border-radius: 0 0 4px 4px;
box-shadow: none;
}

.well .markup::after{
content: "Example";
position: absolute;
top: 15px;
left: 15px;
font-size: 12px;
font-weight: bold;
color: #bbb;
text-transform: uppercase;
letter-spacing: 1px;
}

#demo2,#demo3,#demo4,#demo5,#demo6{
border:none;
padding:0;
margin-right:10px;
}


#demo2 span,#demo3 span,#demo4 span,#demo5 span,#demo6 span{
width:40px
}

.print_numbers{
width:30%;
padding:3px;  
}

.size{
width:19%;
padding:3px;  
}

.Consistent,.call_list{
width:50%;
padding:3px;
}

.loading{
text-align:center;
margin:30px 0;
}

.preview_form{
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
/* text-align: center; */
background: rgba(0, 0, 0, 0.5);
display:none;
}

.preview_form.active{
display:block;
}

.preview_form form{
background: #fff;
/*width: 45%;*/
width: 80%;
height: 80%;
overflow-y: scroll;
margin: 0 auto;
margin-top: 130px;
padding: 20px;
border-radius: 20px;
margin-top: 50px;
-webkit-overflow-scrolling: touch
}

.preview_form form label{
display:block;
}

.preview_form form input{
width:100%;
border: 1px solid #ccc;
}

.popup_submit{
background: #97ba3c;
clear: both;
text-align: center;
border-radius: 10px;
box-shadow: 0px 2px 10px #000;
border: none;
color: #fff;
font-size: 16px;
text-transform: capitalize;
padding: 10px;
margin-top: 20px;
}

.close_popup{
text-align: right;
margin-top: -15px;
margin-right: -10px;
font-weight: bold;
cursor: pointer;
}

.predefine_images .col-md-4{
margin-bottom:10px;
cursor:pointer;
}

.download_card{
background: #d9edf5;
text-align: center;
padding: 10px;
border-radius: 10px;
margin-bottom: 30px;
}

.download_card h1{
font-family: 'ralewaysemibold';
line-height: 50px;
}

.notice{
background:#ffc8b7;
padding:10px;
border-radius:10px;
margin-bottom: 20px;
}

.notice h2{
font-family: 'ralewayextrabold';
text-align:center;
margin:0;
}

.notice p{
font-family: 'ralewayregular';
font-size:18px;
}

.add-word-image{
margin-top: 50px;
border: 1px solid #ccc;
padding:20px;
height: 620px;
overflow: auto;
}

.input-phares-image p{
text-align: center;
font-family: 'ralewaysemibold';
}

.input-field input{
width:100%;
height:35px;
}

.add-edit-image{
width: 100%;
height: 35px;
border-radius: 10px;
background:#2197d3;
color:#ffffff;
line-height: 30px;
box-shadow: none;
border: none;
}

.add-edit-image i{
float:left;
background-color:#107ca4; 
margin-left: -5px;
border-radius: 10px 0px 0px 10px;
line-height: 34px;
width:25%;
}

.input-word-image{
margin-top:10px;
}

.preview_form .form-group label{
text-align:center;
background-color: #ebebeb;
border:1px solid #cccccc;
margin-bottom: 20px;
}

.form-group{
margin-bottom: 30px;
}

.login-form{
border:1px solid #0bb7f8;
border-radius:20px;
}


.login-form .card-title{
margin:0;
}

.login-form form{
padding:40px
}

.login-form label{
font-family: 'ralewayregular';
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;

}

.login-form input{
width: 100%;
height: 50px;
border-radius: 10px;
padding-left: 10px;
border:1px solid #000000;
outline:none;
}

.login-form input[type="submit"]{
background:#97ba3c;
border:none;
color:#ffffff;
font-family: 'ralewaysemibold';
text-transform:uppercase;
font-size: 16px;
letter-spacing:1px;
}

.login-6{
margin: 0 auto;
display: block;
float: none;  
}

.payment-gateway{
float:none;
margin:0 auto;
}

.payment-gateway input{
width:100%;
height:40px;
margin-bottom:10px;
}

.payment-gateway .btn{
width:100%;
margin-bottom:10px;
font-size:16px;
} 

.payment-gateway .card-title{
margin-bottom:20px;
}

.payment-gateway div{
font-family: 'ralewaysemibold';
margin-bottom:20px;
font-size:16px;
}

.list-title p{
color:#0087bd;
}

.recent-cards{
margin-top:30px;
}


/*left menu*/

.left_menu{
-webkit-padding-start:0;
}

.left_menu li{
list-style: none;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

.left_menu li a{
color: #333333;
text-transform: uppercase;
font-size: 16px;
text-decoration: none;
letter-spacing: 1px;
font-family: 'ralewaysemibold';
}

.btn,.btn:hover{
background: #1873a2 !important;
border-color:#1873a2 !important;
padding: 6px 8px !important;
}

.fa-cc-mastercard{
color:#ffffff !important;
margin-right:5px; 
}



/*Notification*/

.notification{
font-size: 14px;
background: #fff;
color: #000;
border-radius: 50%;
padding: 4px 6px 8px 6px;
vertical-align: top;
}


/*home page new*/
.bulletsarrow{
list-style:none;  
}

.bulletsarrow li:before{
content:"\f061";
padding-right:15px; 
font: normal normal normal 14px/1 FontAwesome;
margin-left:-15px;
}

.bulletsarrow li{
margin-bottom:15px; 
}

.noarrow li:before{
content:" ";  
}

/*Main Content end*/

/*Pricing page new design*/

.pricing-plans .panel-heading{
text-align:center;
font-size:24px;
}
.pricing-plans .panel-body b{
display:inline-block;
width:50%;
}

/* .pricing-plans .panel-body span{
text-align:right;
display:inline-block;
width: 48%;
} */
.pricing-plans .panel-body{
background: #f5f5f5;
padding: 5px 15px;
font-size: 15px;
}

.pricing-plans .box-2 .panel-body,.pricing-plans .box-2 .panel-footer{
background:#ffffff;
}


/* .pricing-plans .panel-body p{
margin-bottom: 15px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.47);
padding: 10px 0;
} */

.pricing-plans .panel-primary,.pricing-plans .panel-heading{
border-radius:0
}

.pricing-plans .panel-footer{
border:none;
text-align:center;
}

.plan-buy-now{
font-family: 'ralewaysemibold';
font-size: 16px;
color: #ffffff !important;
background: #337ab7;
margin-top: 10px;
border-radius: 2px;
padding: 7px 40px;
display: inline-block;
text-decoration: none !important;
background-image: linear-gradient(to bottom,#71b0e6,#337ab7);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8b8d90', endColorstr='#ff64676b', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
box-shadow: inset 0 1px 0 rgba(236,237,237,.6), 0 1px 2px rgba(0,0,0,.05);
border: 1px solid #337ab7;
}

.stepimgcnt{
text-align: center;
margin-top: 10%;
font-size: 40px;
line-height: 40px;
font-weight: bold;
}
.step-img{
margin: 5% auto 10%;
text-align: center;
background: #23527c;
border-radius: 50%;
width: 200px;
height: 200px;
line-height: 200px; 
}

.step-img img{
width:50%;
}

.demo-now a{
background: #337ab7;
color: #fff;
text-decoration: none !important;
font-size: 30px;
padding: 5px 30px;
border-radius: 5px;
box-shadow: 0px 1px 1px #000;
display: inline-block;
margin-top: 50px;
margin-bottom: 20px;
}

.plan-list {
/* background: #f2f2f2;
padding: 5px 0;
border: 1px solid rgba(0, 0, 0, 0.26);
border-radius: 5px; */
margin: 20px 0;
}

.plan-list h1{
margin-bottom:30px
}

.plan-list ul{
/* width:55%;
margin:35px auto 20px; */
    padding: 20px;
}



/*One more pricing new design*/

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
  url('../fonts/MyriadPro-Regular.woff') format('woff'), 
  url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), 
  url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/MyriadPro-Semibold.otf')  format('opentype'),
  url('../fonts/MyriadPro-Semibold.woff') format('woff'), 
  url('../fonts/MyriadPro-Semibold.ttf')  format('truetype'), 
  url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
  url('../fonts/MyriadPro-Bold.woff') format('woff'), 
  url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), 
  url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


.pricing_heading{
font-family: 'MyriadPro-Regular';
font-size: 4em;
}

.psub_head {
font-family: 'MyriadPro-Regular';
font-size: 2em;
margin-top: 0;
  
}

.pricing-plans .pheading{
font-family: 'MyriadPro-Semibold';
color:#0045ac;
font-size: 2.5em;
line-height: 40px;
text-align: center;
/* padding-bottom: 20px; */
}


.price_wrapper{
 font-family: 'MyriadPro-Semibold';
margin: 0 auto;
text-align: center;
width: 60%;
border: 1px solid #0045ac;
border-radius: 50%;
padding: 35px 0;
background: #0045ac;
color: #fff;
margin-bottom: 15px;
}


.price_wrapper p:nth-child(1){
font-size: 70px;
vertical-align: top;
display: inline;
}

.price_wrapper p:nth-child(1) span{
font-size: 40px;
}

.price_wrapper p:nth-child(2) {
font-size: 22px;
margin-top: -20px;
}

.plan-buy-now{
background:#0045ac;
width: 100%;
text-align: center;
font-family: 'MyriadPro-Bold';
font-size: 18px;
}

.buy-package{
width: 90%;
margin: 0 auto;
display: block;
}

.price_desc{
width: 70%;
text-align: center;
font-family: 'MyriadPro-Regular';
margin: 0 auto;
color: #000;
}


.pricing-plans .box-2 .pheading{
color:#006dd1;
}

.pricing-plans .box-2 .price_wrapper,.pricing-plans .box-2 .plan-buy-now{
background:#006dd1;
border:1px solid #006dd1;
} 

.pricing-plans .box-3 .pheading{
color:#0ab7f8;
}

.pricing-plans .box-3 .price_wrapper,.pricing-plans .box-3 .plan-buy-now{
background:#0ab7f8;
border:1px solid #0ab7f8;
} 

.pricing-plans{
position:relative;
}

.stockup{
position: absolute;
z-index: 99;
left: 61%;
top: 10%;
}

.regular_font{
color: #0045ac;
font-size: 40px;
font-family: 'MyriadPro-Regular';
}

.plan_includes{
border-collapse: separate;
border-color: #fff;
}

.plan_includes th{
background: #d5ebff;
}

.plan_includes tr th{
padding:10px;
}

.regular_bold{
font-size: 25px;
font-family: 'MyriadPro-Bold';
color: #0045ac;
}

.plan_includes tr td i.fa{
color:#006dd1;
margin-left:-20px;
}

.plan_includes ul li{
padding-left: 15px;
font-family: 'MyriadPro-Regular';
color:#000000;
}

.plan_includes tr td ul{
list-style:none;
}

.demo-now button{
background: #006dd1 !important;
border-radius: 0;
font-size: 20px;
font-family: 'MyriadPro-Bold';
}

.plan_includes tr td{
background:#edf6ff;
}

.testimonial_wrapper{
text-align:center;
}
.testimonial{
text-align: center;
margin-top: 40px;
}

.test_head h2{
background: #ffffff;
position: relative;
width: 20%;
margin: 0 auto;
margin-bottom: -28px;
}

.test_head hr{
background: #000000;
}

.test_head{
margin-bottom: 40px;
}

.test_name{
color: #006dd1;
margin-bottom: 0;
font-family: 'MyriadPro-Bold';
font-size: 16px;
margin-top: 10px;
}

.test_desg{
color:#0ab7f8;
margin-bottom:5px;
font-family: 'MyriadPro-Regular';
}

.test_des{
margin: 12px auto;
font-family: 'MyriadPro-Regular';
font-size:12px;
    width: 70%;
}

/*Sidebar submenu*/
.left-sidebar ul li a{
cursor:pointer;
}
.sidebar-has-menu{
position:relative;
}
.sidebar-submenu{
display:none;
margin: 10px -25px -10px -25px;
padding: 0;
background: #fff;
}
.sidebar-has-menu i{
margin-left: -18px;
margin-right: 6px;
cursor:pointer;
color:#0bb7f8
}
.sidebar-submenu li{
padding: 5px 25px;
}
.sidebar-submenu li:last-child{
border:none;
}

/* niket */

.crdviewlist{
padding:0px;
}
.crdviewlist li{
list-style:none;
display: inline-block;
padding: 10px;
text-align: center;
width: 170px;
}
.crdviewlist li span{
display:block;
}
.howtolist,.bincrdview{
padding-left:10px;
}
.howtolist li{
margin-bottom:10px;
}
.catcardslist{
padding:0px;
}
.catcardslist li{
list-style:none;
display: inline-block;
padding: 10px;
text-align: center;
width: 32%;
}
.bincrdview li{
margin-bottom:10px;
}
.trynow a {
font-family: 'ralewaysemibold';
font-size: 18px;
color: #ffffff;
background: #0bb7f8;
margin-top: 20px;
border-radius: 50px;
padding: 10px 10px;
display: inline-block;
margin-bottom: 10px;
}
.prnt_go a{
width:100px;
text-align:center;
}
.search-text.welcomesearch input{
width:70%;
}
sup {
top: auto;
}
.single_price_wrap{
width: 175px;
height: 175px;
padding: 50px 0;
}
.one_time{
font-family: 'MyriadPro-Semibold';
color: #4BB768;
font-size: 30px;
line-height: 30px;
text-align: center;
margin-bottom: 20px;
}
.one_time span{
display: block;
font-size: 20px;
line-height: 22px;
}
.pricing-plans .pheading span{
display:block;
}
.blue_color{
color: #006dd1;
width: 100%;
}
.price_desc span{
font-family: 'MyriadPro-Semibold';
}
.single-box{
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.18);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.18);
}
.plan-heading{
padding:15px;
background-color:#D5EBFF;
}
.plan-heading h2{
font-family: 'MyriadPro-Regular';
color: #006dd1;
margin: 0;
font-size: 32px;
line-height: 40px;
}
.plan-heading h2 span{
font-family: 'MyriadPro-Semibold';
}
.plan-listing{
padding:15px;
background-color:#EDF6FF;
}
.plan-listing ul {
list-style: none;
padding-left: 5px;
margin-bottom:20px;
}
.plan-listing  ul li{
padding-left: 15px;
font-family: 'MyriadPro-Regular';
color: #000000;
margin-bottom: 10px;
}
.plan-listing  ul li span{
font-family: 'MyriadPro-Semibold';
}
.plan-listing i.fa{
color: #207AD4;
margin-left: -20px;
}
.plan-listing h3{
font-family: 'MyriadPro-Semibold';
color: #0045ac;
font-size: 40px;
line-height: 50px;
text-align:center;
}

/* niket end */


/* .box-2{
box-shadow: 1px 5px 20px #000000;
border-color: #03b8fa;
} */

.box-2 .panel-heading{
background-color: #03b8fa;

}

.package_heading{
text-align: center;
margin-top: -40px;
border: none;
font-weight: bold;
font-size: 16px;
padding-bottom: 8px !important;

}

.package_box{
min-height: 410px;
position: relative;
background: #f5f5f5;
}

.package_box .panel-body{
background:transparent;
}


.box-2 {
background:#ffffff;
}

.package_box .panel-footer{
position: absolute;
width: 100%;
left: 0;
background: transparent;
right: 0;
bottom: 0;
}

/*jimit Start - 24/09/18*/
.unlimited-purachase-btn{
margin: 20px 0 30px;
display: block;
text-align: center;
}

.unlimited-purachase-btn a,.unlimited-purachase-btn a:hover{
background: #55b75b !important;
text-align: center;
font-family: 'MyriadPro-Bold';
font-size: 25px;
border-color: #55b75b !important;
padding: 10px 30px !important;
}

.plan-heading h2{
font-size:26px;  
}

.plan-heading h2 span,.plan-listing ul li span{
font-weight:bold;  
}

.unlimited-points{
font-size:16px;  
}

.price_desc span{
font-weight:bold;  
}

.price_desc.blue_color{
color: #006dd1;
width: 100%;
font-size: 19px;
margin: 10px 0; 
}

.pricing-plans .box-2 .pheading{
margin-top:20px;  
}

.test_des {
margin: 12px auto;
font-family: 'MyriadPro-Regular';
font-size: 14px;
width: 70%;
font-weight: bold;
}

.list-title p{
font-size:16px;  
}

.edit, .delete{
font-size:16px;  
}

.payment-icon{
width:35px;
margin-left: 10px;  
filter: brightness(0) invert(1);
}

.testimonial-info{
background:#ffffff;
padding: 20px;
min-height: 290px;
margin-bottom: 40px;
border: 1px solid #2272a6;
border-radius: 15px;  
font-size:16px;
}

.test-extra-info{
margin-top:20px; 
position: absolute;
bottom: 55px; 
}

.card_info p{
font-size:18px;  
}

form[name="createcard"] button[type="submit"]{
font-size:18px;  
}

.need-help{
margin-top:30px;  
font-family: 'ralewayextrabold';
font-size:26px !important;
text-align:center;
}

.customize_form label {
font-family: 'ralewayregular';
width: 40%;
font-size: 16px;
}

#registration_form .form-group{
font-size:16px;  
}

.next_step_btn.green{
margin-top: 10px;
margin-right: 20px;  
font-size:18px;
}

#preview_btn{
font-size:18px;  
}

.trial-text{
text-align: left;
display: inline-block;
margin-right: 30px;
margin-top: 0px;
font-size: 20px;
background: #fff;
padding: 5px 10px;
border-radius: 5px; 
}

.plan-buy-now{
font-size: 20px;
padding: 10px 0;  
}
.plan-listing ul li{
font-size:18px;  
}
.one_time{
line-height: 45px;  
}
.one_time span{
line-height: 40px;  
}


form[name="createcard"]{
font-size:18px;  
}

.sidebar-info{
font-size:18px;  
}

.sidebar-contact-btn{
font-size: 20px;
margin: 0 auto;
display: block;
width: 60%; 
margin-bottom: 20px;
}

.popbtnbck{
margin-left: 10px;
color: #fff;
margin-bottom: 15px;
vertical-align: top;  
}
/*jimit End- 24/09/18*/

/*niket*/
.settings_col_header{
border: 1px solid #ccc;
padding: 15px;
}
.settings_col_header .form-group{
/*margin-bottom: 0px;*/
}
.settings_col_header h3{
margin-bottom: 30px;
margin-top: 0px;
}
.settings_col_header label{
margin-right: 10px;
}
.settings_col_header input[type="text"]{
width: 75%;
padding: 5px;
}
.settings_col_header input[type="radio"]{
margin:4px 5px 0px 5px;
}
.settings_col_header .fst_type input[type="radio"]{
margin-bottom: 15px;
}
.settings_col_header .fst_type .txtnimg input[type="text"]{
width: 20%;
margin-bottom: 10px;
display: inline-block;
margin-right: 10px;
font-size: 18px;
padding: 0px 5px;
}
.settings_col_header .fst_type .txtnimg input[type="color"]{
width: 20px;
margin-bottom: 10px;
display: inline-block;
margin-right: 10px;
}
.settings_col_header .fst_type .txtnimg input[type="file"]{
width: 65%;
margin-bottom: 10px;
display: inline-block;
}
.settings_col_header .fst_type span{
margin-bottom: 10px
}
.card_edit_view_btn{
  float: right;
  margin: 20px 3px;
  font-size: 13px;
}
.overlay_text{
  position: relative;
  top: 50%;
  margin: 0px;
  font-family: 'ralewaysemibold' !important;
  font-size: 18px !important;
}
.overlay_text1{
  position: relative;
  top: 40%;
  margin: -9px;
  /*font-family: 'ralewaysemibold' !important;*/
  /* font-size: 18px !important; */
  font-weight: bold;
  z-index: 9;
}
.overlay_text1+img{
  opacity: 0.7;
  height: 45px;
  object-fit: contain;
}

.overlay_text2{
  position: relative;
  top: 39%;
  margin: -9px;
 /* font-family: 'ralewaysemibold' !important;*/
  /* font-size: 18px !important; */
  font-weight: bold;
  z-index: 9;
}
.overlay_text2+img{
  opacity: 0.7;
  height: 45px;
  object-fit: contain;
}
.actual_wrds{
text-align: center;
}
.actual_wrds .overlay_text1{
  position: relative;
  top: 30px;
  margin: 0px;
  /*font-family: 'ralewaysemibold' !important;*/
  font-size: 18px !important;
}
.overlay_text_preview{
 position: relative;
 top: 12%;
 margin: -9px;
 /*font-family: 'ralewaysemibold' !important;*/
 font-size: 18px !important;
 font-weight: bold;
 z-index: 9;
}
.overlay_text_preview+img{
 opacity: 0.7;
}
.btn-default, .btn-default:hover, .btn-default:active{
color:#fff;
}
/* special character start */
.sp_char_modal .charmap{
text-align:center;
margin: 0 auto;
}
.sp_char_modal .charmap tr td{
padding:4px
}
.sp_char{
margin:0px;
}
/* special character end */
.cell_selected_wrap{
transform: translateY(110px);
}
.gm_cell_selected{
border: 1px solid #000;
height:500px;
margin:0 auto;
padding:20px;
/* text-align:center; */
}
.appended_cells{
height: 100px;
width: 100px;
text-align: center;
}
.cell_back_img{
background-image:url('../../uploads/cardimages/mark.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.cell_selected_wrap button{
font-size:16px;
font-weight:bold;
background: #97ba3c;
border: none;
color: #fff;
padding: 10px 35px;
border-radius: 5px;
margin: 30px auto 0px;
display: block;
}
.gamedialog .modal-body input{
width:100%;
padding:5px;
}
.gamedialog .modal-body button{
font-size:14px;
background: #97ba3c;
border: none;
color: #fff;
padding: 7px 15px;
border-radius: 5px;
margin: 15px 0px 0px;
}


/*Media Quires start*/
@media(max-width:1200px){
.price_wrapper{
padding: 25px 0;
width: 75%;
}
.single_price_wrap {
width: 175px;
height: 175px;
padding: 50px 0;
}
.plan-listing h3 {
font-size: 36px;
line-height: 45px;
}
}

@media(max-width:992px){
.nav-menu ul li{
padding-right:35px;
}
.right-content{
float:none !important;
}
.next_step_btn{
margin-bottom:20px;
}
.print_preview {
margin-top: 30px;
padding: 10px;
}
.hide_advance {
margin-top: 30px;
}
.main-area-text,.banner-text{
padding:20px;
}
.pricing-plans .pheading{
padding-bottom: 0px;
}
.price_wrapper{
width: 28%;
}
.single_price_wrap {
width: 175px;
height: 175px;
padding: 50px 0;
}
.package_heading{
margin-top: -20px;
}
.stockup{
display:none;
}
.test_head h2{
width:200px;
}
}

@media(max-width:768px){
.tabs .col-md-4{
border-bottom: 1px solid #fff;
border-radius: 0;
}

.tabs .col-md-4:nth-child(1){
border-radius:30px 30px 0 0;
}


.print-cards .icon{
text-align:center;
}

.green .btn-icon{ 
padding: 15px 10px;
}

.blue .btn-icon{ 
padding: 15px 10px;
} 
  
.cards-btn .blue{
float:none !important;
clear:both;
margin-top: 20px;
}
.recent-cards{
float:none !important;
}

.mobile-ham{
display:block;
color: #229cd8;
font-size: 30px;
padding-top: 10px;
}

.mobile-ham div{
cursor:pointer;
}

.nav-menu{
display:none;
position: absolute;
top: 85px;
width: 100%;
left: 0;
right: 0;
padding: 0;
z-index: 99;
}

.nav-menu.active{
display:block
}

.nav-menu ul{
-webkit-padding-start:0;
 padding-inline-start: 0;
}

.nav-menu ul li{
display:block;
background:#d9edf5;
border-bottom:1px solid #ffffff;
text-align:left;
padding:10px;
}
.plan-list ul{
width:90%;
}
.nav-menu ul li a{
color:#000000;
}
.nav-menu ul{
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.45);
}

.mobile-ham div{
margin-top:10px;
}
.mobile-ham div:before{
color:#ffffff;
}

.addmorewordsDiv button {
width: 49% !important;
padding: 10px 15px !important;
margin-top: 10px !important;
}
.psub_head{
font-size: 20px;
}
.pricing_heading{
font-size: 30px;
}
.price_wrapper {
width: 33%;
}

.single_price_wrap {
width: 175px;
height: 175px;
padding: 50px 0;
}
.plan-heading h2 {
font-size: 26px;
line-height: 34px;
}
.plan-listing h3 {
font-size: 30px;
line-height: 40px;
}
}

@media(max-width:560px){
.price_wrapper {
width: 180px;
}
.pricing-plans .pheading{
font-size: 2em;
}
.regular_font{
font-size: 28px;
}
.regular_bold{
font-size:18px;
}
.plan-heading h2 {
font-size: 22px;
line-height: 30px;
}
}

@media(max-width:480px){
.right-content{
float:none !important;
}
.preview_card{
overflow:auto;
}
.preview_form .form-group{
width:100% !important;
    margin-left: 0 !important; 
}
.addmorewordsDiv button{
width:100% !important;
}
 .preview_form form{
overflow:hidden;
    position: relative;
}

.pop_up_wrapper .close_popup {
text-align: right;
margin-top: 0px;
margin-right: 5px;
font-weight: bold;
cursor: pointer;
margin-bottom: 10px;
font-size: 15px;
}

.pop_up_wrapper{
height:80%;
overflow-x:scroll;
}

.preview_form .mobile_popupsubmit{
position: absolute;
bottom: 0%;
left: 0%;
background: #fff;
z-index: 9999999;
margin-bottom: 0;
width: 100% !important;
right: 0;
border-radius: 0px 0px 20px 20px;
border-top: 1px solid #000;
}

}


@media(max-width:430px){
.btn-text{
font-size:20px;
width:85%;
}
.blue .btn-icon,.green .btn-icon{
padding: 12px 10px;
}
.plan-list ul{
width:100%;
}
}
/*Media Quires end*/












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
.error{
  color : red !important;
}

#optional_field{
	line-height: 1.3333333;
	border-radius: 6px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	float: right;
	margin-right: -55px;
	margin-top: 4px;
}



.jquery-guide,.jquery-guide-bg {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.jquery-guide-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-color: rgba(0, 0, 0, 0.6);
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.jquery-guide-bg.active {
	border-color: rgba(0, 0, 0, 0.5);
}

.jquery-guide-content {
	position: absolute;
	cursor: default;
	color: #FFF;
}