.pulse-button {
    position: relative;
    top: 50%;
    margin-left: -50px;
    margin-top: -10px;
    display: block;
    width: 355px;
    height: 30px;
    font-size: 14px;
    font-weight: light;
    font-family: signika;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #00aeef;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
    -webkit-animation: pulse 1s infinite;
    /* margin: 0 auto; */
}

@media only screen and (max-width: 360px)
{
  .pulse-button {
    margin-left: -63px;
    width: 315px;
    height: 30px;
    font-size: 8px;
    /* margin: 0 auto; */
  }
}

@media only screen and (max-width: 480px)
{
  .pulse-button {
    margin-left: -58px;
    width: 315px;
    height: 30px;
    font-size: 12px;
    /* margin: 0 auto; */
  }
}

.pulse-button:hover {
  animation: none;
}

.img-size
{
    width: 120px;
    height: 120px;
}

@-webkit-keyframes pulse-button {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
  70% {
      -webkit-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
}
@keyframes pulse-button {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
    box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
  70% {
      -moz-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
      box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
      box-shadow: 0 0 0 0 rgba(5, 59, 254, 0.92);
  }
}

.container-1 {
    width: 200px;
    height: 100%;
    margin: 25px auto 0;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    margin-bottom: 20px;
}


/* -----------------------------------------------------------------------------------
                For Box with Triangle Arrow
-------------------------------------------------------------------------------------- */

.box1 {
  width: 100%;
  height: 150px;
  /* background-color: #4f515d; */
    background-color: #5C65C1;
  color: #fff;
  padding: 47px;
  position: relative;
  /*margin: 40px; */
  float: left;
  text-align: center;
    /*text-transform: uppercase; */
    font-size: 30px;
    font-family: cursive;
}

.box1.arrow-top {
  margin-top: 40px;
}


.box1.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 50%;
  bottom: -15px;
  /* border-top: 15px solid #4f515d; */
  border-top: 15px solid #5C65C1;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.arrow-box
{
    width: 100%;
    height: 150px;
}


.use-image
{
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: inline-block;
    font-size: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.calendar
{
    background-color: #E90BC9;
    color: #00aeef;
}

.calendar1
{
    background-color: #473996;
    color: #6144ff;
}

.calendar2
{
    background-color: #b200b4;
    color: #b200b4;
}

.calendar3
{
    background-color: #f0bf0c;
    color: #f0bf0c;
}

.cal
{
    padding-left: 40px;
}

.error_msg
{
    color: red;
}

.cards
{
  /*background-color: #00aeef;
    height: 180px;
    margin-right: 0px;
     border: 1px solid; */
    /*width: 30%;*/
    margin-right: 38px;
}

.cards-text
{
  color: white;
  font-size: 22px;
  margin-top: 20px;
}

.sec-features
{
  /*background-color: #00aeef; 
  height: 200px; */
  color: #00aeef;
}

.section-feat
{
  padding: 60px 0px;
  font-size: 20px;
}

.feat-img
{
  width: 100%;
}

.features
{
  /*color: white; */
    font-size: 32px;
    /* padding: 0px; */
    margin: 0px;
    letter-spacing: 1px;
    padding-bottom: 50px;
}

.feat-cards {
    background-color: #00aeef;
    height: 180px;
    margin-right: 0px;
    /* border: 1px solid; */
    /* width: 30%; 
    margin-right: 38px; */
    text-align: center;
}

.f-img
{
  width: 80px;
  height: 80px;
  margin: 50px;
}


/* ------------------ our partner slider start here -- */

.our_client{
    width: 150px;
    height: 150px;
    padding: 20px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 50px;
    margin-top: 50px;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* -------------- main slider start here -------------------------- */
@media only screen and (max-width: 768px) {
  .big-tagline {
    width: 100% !important;
  }
}

.slider-img
{
    /* width: 50%; */
    width: 100%;
   /* height: 262px; */
}

.sli-text
{
    
    color: #8f8a8a;
    font-size: 47px;
    line-height: 1;
    text-align: left;
}

.slider1
{
  opacity: 1;
    z-index: 5;
    /* background-repeat: no-repeat; 
    background-image: url(../images/features/example-background.jpg); */
    background-image: url(../images/features/blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* -------------- example of mycard start here -------------------------- */
.example-ecard
{
  padding: 60px 0;
  /*background-image: url('../images/features/example-background.jpg'); */
  background-image: url(../images/features/blue.jpg);
  background-repeat: no-repeat;
    background-size: cover;
}

.exp-head
{

  font-family: cursive;
  color: white;
}

.exp-p
{
  color: white !important;
}



/*Eliminates padding, centers the thumbnail */



/* Styles the thumbnail */

a.lightbox img {
height: 375px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
/*margin: 94px 20px 20px 20px; */
width: 100%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 82px;
    bottom: 0;
    z-index: 2;
    left: 0px;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}



/* --------------------------- Why choose Myecard start here ----------------- */

div.light-grey-background, section.light-grey-background {
    background-color: #edf0f2;
}

.wrapper-content-article .col12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.col12 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
}

.row>.col>.row-inner:last-child {
    margin-bottom: 0;
}
.col12 .row-inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    width: 100%!important;
}
.col12 .row-inner {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px)!important;
}
.row-inner {
    margin-bottom: 0;
}
.row-inner {
    margin-bottom: 1.5em;
}
.row-inner {
    float: none!important;
    display: block!important;
}


@media only screen and (min-width: 1344px)
.tweaked-layout-enabled.row-inner .col3 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(20.83333% - 32px);
}
.tweaked-layout-enabled.row-inner .col3 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(16.66667% - 32px);
}
.col3 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(25% - 32px);
}


@media only screen and (min-width: 1344px)
.tweaked-layout-enabled.row-inner .col6 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(58.33333% - 32px);
}
.tweaked-layout-enabled.row-inner .col6 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(66.66667% - 32px);
    margin-top: 50px;
    margin-bottom: 50px;

}
.col6 {
    float: left;
    display: inline;
    min-height: 1px;
    position: relative;
    word-wrap: break-word;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(50% - 32px);
}

h2.section-title {
    margin-bottom: 32px;
}
h2.section-title {
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: .85714em;
}
h2 {
    color: #000;
    font-size: 2em;
    line-height: 1.35em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .75em;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
}

.row-inner .col>:last-child:not(.section-title) {
    margin-bottom: 0;
}

.tweaked-layout-enabled.row-inner .col .text-element>:last-child:not(.section-title) {
    margin-bottom: 0;
}
.text-element :last-child {
    margin-bottom: 0;
}
.content-element :last-child {
    margin-bottom: 0;
}
.circles-list ol, .orderedList--howTo .orderedList__list {
    padding-left: 64px;
    list-style-type: none;
    margin-left: 0;
    margin-top: 40px;
    counter-reset: li-counter;
    position: relative;
}
.text-element img, .text-element ol, .text-element p, .text-element pre, .text-element ul {
    margin-bottom: 1.30435em;
}
.landing-page-intro, .text-element>* {
    font-family: Lora,serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.text-element>* {
    font-family: Lora,serif;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.63043em;
    color: #0e1318;
}
.item-list ul, menu, ol, ul {
    padding: 0;
    -webkit-padding-start: 1.875em;
    padding-inline-start: 1.875em;
}
.item-list ul, dl, menu, ol, ul {
    margin-top: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.circles-list ol>li, .orderedList--howTo .orderedList__item {
    position: relative;
    margin-bottom: 40px;
    clear: both;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.circles-list ol, .orderedList--howTo .orderedList__list {
    padding-left: 64px;
    list-style-type: none;
    margin-left: 0;
    margin-top: 40px;
    counter-reset: li-counter;
    position: relative;
}
.landing-page-intro, .text-element>* {
    font-family: Lora,serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.text-element>* {
    font-family: Lora,serif;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.63043em;
    color: #0e1318;
}


.circles-list ol>li::before, .orderedList--howTo .orderedList__item::before {
    left: -64px;
    position: absolute;
    top: -6px;
    width: 48px;
    height: 48px;
    font-family: "Open Sans",sans-serif;
    line-height: 48px;
    text-align: center;
    z-index: 9;
    background-color: #00c4cc;
    border-radius: 50%;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.circles-list ol>li::before, .orderedList--howTo .orderedList__item::before {
    color: #fff;
}
.circles-list ol>li::before, .orderedList--howTo .orderedList__item::before, .orderedList__subheading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 2.3;
    margin-bottom: 16px;
}


/* ------------------ Use Myecard text popup start here -- */

/*body1 {
  font-family: Arial, sans-serif;
  background: url(http://www.shukatsu-note.com/wp-content/uploads/2014/12/computer-564136_1280.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}

h11 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}   */

/* ------------------ Use Myecard text popup end here -- */


/* ------------------ banner slider background images start here --------- */
.banner-item > div {
    background-size: cover;
    background-position: 50% 50%;
    height: 450px;
    line-height: 50px !important;
    font-size: 2em;
    color: #fff;
}

.banner-img
{
    /*background-image: url('../images/features/slider_back.jpg'); */
    background-image: url('../images/features/blue.jpg');
}

.banner1-text
{
    width: 50%;
    padding: 44px;
    float: left;
}
.text1
{
    /* color: white; */
    color: #8f8a8a;
    font-family: 'Courgette', cursive;
    font-size: 40px;
}
.bann-text2
{
    color: black;
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .bann-text2 {
    font-size: 15px;
    line-height: 2;
  }
}

.banner1-text-img
{
    width: 255px;
}

@media only screen and (max-width: 480px)
{
    .banner1-text-img
    {
        width: 162px;
    }
}

@media only screen and (max-width: 360px)
{
    .banner1-text-img
    {
        width: 132px;
    }
}

.banner-img1
{ 
    /* background-image: url('../images/features/slider1.png'); */
    background-image: url('../images/features/pink.jpg');
}


/* ================= popup modal ============================== */
.modal-dialog1 {
    position: relative;
    width: auto;
    margin: 35px;
}


@media only screen and (max-width: 768px)
{
    .container {
      overflow: hidden;
  }
}