/*######################################*/
/*PRELOADER ############################*/
/*######################################*/

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#fff;
    z-index:9999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Loading animation: */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #a7cb00;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/
@font-face{
    font-family: 'Lane';
    src: url('../fonts/LANENAR_-webfont.eot');
    src: url('../fonts/LANENAR_-webfont86d7.eot?iefix') format('eot'),
    url('../fonts/LANENAR_-webfont.woff') format('woff'),
    url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
    url('../fonts/LANENAR_-webfont.svg#webfont') format('svg');
}

html {
    -webkit-font-smoothing: antialiased;
}
pre code{
    white-space: pre-line!important;
}
pre{
    padding: 30px;
}
a{
    color: #1F9BC9;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
body{
    background-color: #ffffff;
    padding-top: 30px;
}
.navbar{
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.navbar-main .navbar-nav>li>a,.navbar-main .dropdown-menu>li>a{
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    background-color: transparent!important;
}
.mobile-nav{
    display: none;
    background: #1f9bc9;
}
.mobile-nav ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.mobile-nav ul li{
    display: inline-block;
    min-width: 170px;
    padding-right: 15px;
    padding-top: 5px;
}
.mobile-nav ul li a{
    color:  #f2f2f2;
}
.mobile-nav ul li a:hover,.mobile-nav ul li a:focus{
    color: #ffffff;
}
.mobile-nav .btn-contact{
    border: 0;
    font-family: "Lane",sans-serif;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600!important;
    /*border-radius: 0 0 8px 8px;*/
    border-radius: 0;
    font-size: 12px!important;
    color: #ffffff!important;
    background: #a7cb01 none;
    text-transform: uppercase;
}
.mobile-nav .btn-contact:hover{
    background-color: #a7cb01!important;
    opacity: .8;
}
.navbar-top{
    min-height: 30px;
    border-top:2px solid #f2f2f2;
    background: #1f9bc9;
}
.navbar-top .navbar-nav>li>a,.navbar-top .dropdown-menu>li>a{
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #f2f2f2;
    text-shadow: none;
}
.navbar-top ul li a:hover,.navbar-top ul li a:focus{
    color: #ffffff;
}
.navbar-top .navbar-nav>li>a i{
    font-size: 16px;
}
.navbar-top .btn-contact{
    border: 0;
    font-family: "Lane",sans-serif;
    box-shadow: none;
    text-shadow: none;
    font-weight: 600!important;
    /*border-radius: 0 0 8px 8px;*/
    border-radius: 0;
    font-size: 12px!important;
    color: #ffffff!important;
    background: #a7cb01 none;
    text-transform: uppercase;
}
.navbar-top .btn-contact:hover{
    background-color: #a7cb01!important;
    opacity: .8;
}
.navbar-default .navbar-nav>li>a:hover,.dropdown-menu>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.dropdown-menu>li>a:focus{
    color: #1f9bc9;
}
a.navbar-brand {
    text-align: center;
    margin-left: 0!important;
    /*padding: 30px 15px;*/
}
.navbar-default .navbar-toggle,.navbar-top .navbar-toggle{
    border: 0;
}
.navbar-main .navbar-toggle:focus, .navbar-main .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1f9bc9;
    background: transparent none;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus{
    background: transparent none;
    box-shadow: none;
    color: #1f9bc9;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: transparent none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: transparent;
    color: #1f9bc9!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    padding: 0;
}
.navbar-top .navbar-toggle:focus,.navbar-top .navbar-toggle:hover {
    background-color: transparent;
}
.breadcrumb{
    margin-bottom: 0;
    background-color: #1f9bc9;
}
.breadcrumb li a{
    color: #ffffff;
}
.breadcrumb>.active {
    color: #f2f2f2;
}
.breadcrumb-page {
    padding: 0;
    background-color: #1f9bc9;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal-header {
    padding: 15px;
    border-bottom: 0;
}
.modal-body{
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
}
.modal-content{
    background-color: #F7F8FA;
}
.modal form input{
    padding-left: 10px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.modal form input:focus{
    box-shadow: 0 0 2px 0 #1F9BC9;
}
.modal form .input-group-addon{
    background-color: transparent;
    border: 0;
}
.modal form i.fa.fa-lock {
    font-size: 20px;
}
.modal form i.fa.fa-user {
    font-size: 17px;
}
.modal form i.fa.fa-phone {
    font-size: 17px;
}
.modal fieldset legend{
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-backdrop.in {
    opacity: .75;
}
header.full {
    background: #dddddd;
    color: #999;
    text-align: center;
    overflow: hidden;
}
header .slider-home{
    margin-left: 0;
    margin-bottom: 0!important;
    padding-left: 0;
    list-style: none;
}
header .slider-home li{
    display: inline-block;
    height: auto;
}
header .slider-home .slick-slide img{
    width: 100%;
}
header .slider-home .slick-dots{
    bottom: 30px;
}
header .slider-home .slick-dots li button:before{
    font-size: 10px;
}
header .slider-home .slick-dots li button:before:hover{}
.slick-dots li button{
    width: 15px;
    height: 15px;
}
header .slider-home .slick-dots li.slick-active button:before {
    opacity: .75;
    border: 1px solid #000000;
    color: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 2px;
}
section{
    padding: 5em 0;
}
section.bg-dark{
    background-color: #F7F8FA;
    padding: 5em 0 0;
}
section h2{
    text-align: center;
    font-size: 3em;
    font-family: "Lane",sans-serif;
    line-height: 3.5rem;
}
section h3{
    font-size: 2em;
    font-family: "Lato",sans-serif;
    color: #000000;
    font-weight: 300;
}
section p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
}
section .title-description{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 3em auto;
}
section#features, section#why_choose_us{
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.4),
                    rgba(0, 0, 0, 0.4)
            ),
                /* bottom, image */
            url("/images/Awesome-blurry-wallpaper-hd.jpg");
    color: #fff;
}
section#services{
    background:
            linear-gradient(
                    rgba(247, 248, 250, 0.8),
                    rgba(247, 248, 250, 0.8)
            ),
                /* bottom, image */
            url("/images/Awesome-blurry-wallpaper-hd.jpg");
    /*color: #fff;*/
}
.has-bg-dk{
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.4),
                    rgba(0, 0, 0, 0.4)
            ),
                /* bottom, image */
            url("/images/Awesome-blurry-wallpaper-hd.jpg");
    color: #fff;
}
.has-bg-dk p, .has-bg-dk h3{
    color: #ffffff!important;
}
.has-bg-lt{
    background:
            linear-gradient(
                    rgba(247, 248, 250, 0.8),
                    rgba(247, 248, 250, 0.8)
            ),
                /* bottom, image */
            url("/images/Awesome-blurry-wallpaper-hd.jpg");
    /*color: #fff;*/
}
.bank .content-center{
    background: #F7F8FA;
    color: #fff;
    padding-bottom: 40px;
    border: 1px dashed #1F9BC9;
}
.bank .content-center h3:after {
    background-color: rgb(167, 203, 1);
    color: #f2f2f2;
    content: "";
    margin: 10px auto;
    display: block;
    font-size: 2px;
    height: 2px;
    width: 8%;
}
.bank .content-center p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
section#features .title-description, section#why_choose_us .title-description{
    color: #ffffff;
}
section .feature-block{
    text-align: center;
    padding: 5px 25px 50px;
    background: rgba(0, 0, 0, 0.50);
}
section .feature-block a:hover{
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}
section .feature-block h3{
    color: #ffffff;
}
section .feature-block p{
    color: #ffffff;
}
section .feature-block img{
    height: 75px;
    margin: 4em auto;
    width: auto;
}
section .service-block{
    margin-top: 6rem;
}
section#services h4{
    color: #7ac142;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    line-height: 1.625rem;
    font-weight: 600;
}
section #services_content_left{
    text-align: right;
}
section #services_content_right{
    text-align: left;
}
section#services #recent-recharge {
    position: absolute;
    top: 19%;
    /*background: #fff;*/
    left: 13.5%;
    background: url("../img/iphone-dialer.png");
    background-size: cover;
    text-align: center;
    width: 75%;
    padding: 20% 5% 0;
    height: 80%;
}
#recent-recharge .item {
    max-width: 289px;
}
#recent-recharge .recharge-details{
    text-align: left!important;
    background: #fff;
    padding: 20px;
    color: #222222;
}
#recent-recharge .recharge-details h4{
    margin-bottom: 2em;
    font-size: 2em;
    font-family: "Lane",sans-serif;
}
section#why_choose_us .video-js{
    margin: 6.5em auto;
}
section .checklist{
    margin: 2em auto 0;
}
section .checklist.spaced{
    margin: 4em auto 0;
}
section .checklist h3{
    display: inline-block;
    margin: 0;
    font-size: 1.8em;
    padding-left: 1.2em;
    max-width: 400px;
    position: relative;
    vertical-align: middle;
    line-height: 1.5;
    color: #ffffff;
}
footer .social-footer{
    background-color: #F7F8FA;
    padding: 5em 0;
}
footer .social-media ul{
    list-style: none;
    padding-left: 0;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
footer .social-media ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
footer .social-media ul li a{
    width: 50px;
    height: 50px;
    display: block;
}
#back-to-top {
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    filter: alpha(opacity=70);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../img/icons/to_top_arrow.png) no-repeat center center #727272;
}
#back-to-top.show {
    opacity: 0.5;
}
footer .main-footer{
    background-color: #1F9BC9;
    padding: 3em 0;
}
footer .copyright{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    color: #f2f2f2;
    margin-bottom: 0;
}
.code-block{
    margin-bottom: 5em;
}
.code-block h3{
    margin-bottom: 2em;
    text-align: center;
    padding: 10px 0;
    background-color: #a7cb00;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.5em;
}
.code-block table{
    font-family: "Lato",sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}
.code-block table td span {
    /*color: #7ac142;*/
    font-weight: 600;
}
.code-block .table>tbody>tr>td,.code-block .table>tbody>tr>th,.code-block .table>tfoot>tr>td,.code-block .table>tfoot>tr>th,.code-block .table>thead>tr>td,.code-block .table>thead>tr>th {
    padding: 15px;
}
.code-block .pagination>li>a,.code-block .pagination>li>span{
    /*color: #666;*/
    border-radius: 0!important;
    border: 1px solid #1f9bc9!important;
}
.code-block .pagination>li>a:focus,.code-block .pagination>li>a:hover,.code-block .pagination>li>span:focus,.code-block .pagination>li>span:hover{
    color: #ffffff;
    background-color: #1f9bc9;
}
.code-block .pagination>.active>a,.code-block .pagination>.active>a:focus,.code-block .pagination>.active>a:hover,.code-block .pagination>.active>span,.code-block .pagination>.active>span:focus,.code-block .pagination>.active>span:hover{
    background-color: #1f9bc9;
    border-color: #1f9bc9;
    color: #ffffff;
}
.code-block div.dataTables_wrapper div.dataTables_filter input {
    border: 0;
    background: #D9EDF7;
    box-shadow: none;
    border-radius: 0;
}
.code-block table.dataTable thead .sorting_asc:after,.code-block table.dataTable thead .sorting:after {
    color: #D9EDF7;
}
.code-block table.dataTable thead .sorting_desc:after, .code-block table.dataTable thead .sorting_desc:after{
    color: #D9EDF7;
}
.code-block #operator_code_length select{
    border-radius: 0!important;
}
.code-block .table>thead>tr>th {
    vertical-align: middle;
    background: #1f9bc9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.api_doc .code-block .table>thead>tr>th{
    min-width: 200px;
}
.code-block .table tr.even {
    background-color: #D9EDF7;
}
.code-block .table>tbody>tr>td,.code-block .table>tbody>tr>th,.code-block .table>tfoot>tr>td,.code-block .table>tfoot>tr>th,.code-block .table>thead>tr>td,.code-block .table>thead>tr>th{
    border: 0;
}
/*.code-block #recharge_margin_wrapper{*/
    /*display: none;*/
/*}*/
#recharge_margin td {
    padding: 30px;
    font-weight: 600;
}
.grid-container{
    display: block;
    width: 100%;
    text-align: center;
}
.grid-container .grid{
    display: inline-block;
    width: 5%;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.grid-container .grid img:hover{
    opacity: .8;
}
.content-center{
    text-align: center;
}
#gmap_canvas{
    height: 440px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contact{
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.8),
                    rgba(0, 0, 0, 0.8)
            ),
                /* bottom, image */
            url("../img/contact-bg.jpg");
}
.contact-form{
    margin: 50px 0;
}
.contact-form input,.contact-form textarea{
    padding-left: 10px;
    border: 0;
    background-color: #D9EDF7;
    box-shadow: none;
    border-radius: 0;
}
.contact-form input:focus,.contact-form textarea:focus{
    box-shadow: none;
    /*background-color: #F7F8FA;*/
}
.contact-form .input-group-addon{
    background-color: #1f9bc9;
    color: #ffffff;
    border: 0;
    border-radius: 0;
}
.contact-form i.fa.fa-lock {
    font-size: 20px;
}
.contact-form i.fa.fa-user {
    font-size: 17px;
}
.contact-form i.fa.fa-phone {
    font-size: 17px;
}
.contact-details{
    margin: 10% 0;
    background: rgba(247, 248, 250, 0.95);
    padding: 24px 0;
}
.contact-details h3{
    margin-bottom: 30px;
}
.contact-details h3:after{
    background-color: rgb(167, 203, 1);
    color: #f2f2f2;
    content: "";
    margin: 10px auto;
    display: block;
    font-size: 2px;
    height: 2px;
    width: 8%;
}
.mrechapi .content-center{
    margin-bottom: 45px;
}
.mrechapi .content-center h2{
    margin-bottom: 30px;
}
.mrechapi .content-center h2:after{
    background-color: rgb(167, 203, 1);
    color: #f2f2f2;
    content: "";
    margin: 30px auto;
    display: block;
    font-size: 2px;
    height: 2px;
    width: 8%;
}
#operator-slider{
    text-align: center;
}
#operator-slider .wow{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 30px auto 0;
    text-align: center;
}
#operator-slider .wow img{
    margin: 0 auto;
}
section.pad-bottom{
    padding-bottom: 5em!important;
}
.mrechapi section.bg-img p{
    color: #ffffff;
}
.mrechapi section .checklist.spaced {
    margin: 2em auto 0;
}
.mrechapi section .checklist h3{
    color: #000000;
}
.rechapi-highlight{
    text-align: center;
    margin: 45px auto;
    display: block;
}
.rechapi-highlight img{
    width: 60px;
    margin: 30px auto;
}
.rechapi-highlight .inner-box{
    margin: 40px auto;
}
.rechapi-highlight .inner-box:hover{
    opacity: .5;
}
.rechapi-highlight h4{
    font-size: 1.5em;
    font-family: "Lato",sans-serif;
    color: #000000;
    font-weight: 300;
}
.page-content-modal{
    font-size: 18px;
}
.bulk-msg .checklist h3{
    color: #000000;
}
.content-center .title-description img{
    width: 15%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
.content-center .title-description span{
    display: inline-block;
    width: 80%;
}
#pricing .tables-section h4{
    font-size: 1.5em;
    font-family: "Lato",sans-serif;
    color: #000000;
    text-align: center;
    font-weight: 300;
}
#pricing .tables-section h4:after{
    background-color: rgb(167, 203, 1);
    color: #f2f2f2;
    content: "";
    margin: 30px auto;
    display: block;
    font-size: 2px;
    height: 2px;
    width: 8%;
}
#pricing .tables-section table{
    margin: 3em 0;
}
#pricing .table .table-heading{
    vertical-align: middle;
    background: #1f9bc9;
    color: #fff;
}
#pricing .table>tbody>tr>td{
    padding: 15px;
}
#pricing .table>tbody>tr>td, #pricing .table>tbody>tr>th, #pricing .table>tfoot>tr>td, #pricing .table>tfoot>tr>th, #pricing .table>thead>tr>td, #pricing .table>thead>tr>th{
    border: 0;
}
#pricing .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #D9EDF7;
}
#pricing .btn-promotion-table{
    background: #A7CB01;
    color :#ffffff;
}
#pricing .btn-promotion-table:hover,#pricing .btn-promotion-table:focus{
    color :#ffffff;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
}
.pricingTable{
    text-align: center;
    background: #1f9bc9;
    padding-top: 5px;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    height: 180px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.pricingTable > .pricingTable-header:after{
    content: "";
    border-bottom: 40px solid #1f9bc9;
    border-left: 360px solid transparent;
    position: absolute;
    right:0;
    bottom: 0;
}
.pricingTable > .pricingTable-header .heading-info{
    font-size: 1.5em;
    font-weight: 300;
}
.pricingTable:hover .pricingTable-header{
    height: 220px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 0;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable-header .heading > h3{
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
}
.pricingTable > .pricingContent{
    text-transform: uppercase;
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0 none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.cta{
    background: #1f9bc9;
    color: #ffFfff;
    padding: 1.5em 0;
}
.cta h3,.cta h3 small{
    color: #ffffff;
    margin-bottom: 0;
}
.cta .btn-block{
    max-width: 300px;
    margin: 30px auto;
}
.cta .btn-block .btn{
    background: #A7CB01;
    color :#ffffff;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.cta .btn-block .btn:hover,.cta .btn-block .btn:focus{
    color :#ffffff;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    box-shadow: none;
}




/********* Animations *************/
/************************************/
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
    color: #000;
    opacity: 0.5;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
    opacity: 0.75;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
    opacity: 0.75;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {
    opacity: 0.75;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #a7cb00;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}
.checkmark {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #a7cb00;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #a7cb00;
    }
}