/* *******************************
Open Sans & Roboto Font:  Use for Content
******************************* */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}
a:hover, a:focus, a:visited{
    text-decoration: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
p{
    margin: 0px;
}

.btn-efct {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #27bee7;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-efct:hover, .btn-efct:focus, .btn-efct:active {
    color: white;
}
.btn-efct::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #00afec;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-efct:hover::before, .btn-efct:focus::before, .btn-efct:active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-efct.active {
    background: #00afec;
    color: #fff;
}
.btn-efct.active:before {
    content: "";
    background: #fff;
}
.btn-efct.active:hover {
    color: #00afec;
}
.btn-brdr {
    color: #00afec;
    background: #f7f7f7;
    font-size: 18px;
    line-height: 62px;
    font-weight: 700;
    width: 229px;
    border: 1px solid #00afec;
    text-align: center;
    display: inline-block;
    margin-right: 21px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.btnall{
    color: #302f2f;
    background: #f7f7f7;
    font-size: 18px;
    line-height:62px;
    font-weight: 700;
    width: 229px;
    text-align: center;
    display: inline-block;
    margin-right: 21px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.btnall.btn-efct:before { background:  #46c579; color:  #fff;  }
.btnall.btn-efct:hover { color:  #fff; }
.btnall.btn-efct.btn-white:before { background:  #000; color:  #fff; border: 1px solid #fff;  }

.mt95{
    margin-top: 95px;
}
.mt15 {
    margin-top: 15px;
}
/* ********************************
Body Scroll
******************************** */
/*.nicescroll-rails {*/
/*z-index: 99999 !important;*/
/*width: 8px !important;*/
/*background: #E4E4E4 !important;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*}*/
/*.nicescroll-rails div {*/
/*width: 8px !important;*/
/*border-radius: 0px !important;*/
/*min-height: 90px;*/
/*border: 0px !important;*/
/*}*/
/*#ascrail2000:hover {*/
/*opacity: 1 !important;*/
/*}*/
/*body::-webkit-scrollbar-thumb {*/
/*background-color: #00afec;*/
/*border-radius: 0px !important;*/
/*min-height: 90px;*/
/*border: 0px !important;*/
/*}*/
/*body::-webkit-scrollbar-track {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*background: #E4E4E4;*/
/*}*/
/*body::-webkit-scrollbar {*/
/*width: 18px;*/
/*}*/
/* *******************************
Header Section
******************************* */
header{
    background: #fff;
    padding: 13px 48px;
    overflow: hidden;
    z-index: 99;
    position: relative;
}
.logo{
    margin-right: 43px;
    display: block;
    float: left;
}
/* menu-top-small Section */
.menu-top-small{
    padding-left: 41px;
    border-left: 1px solid #ccc;
    float: left;
    margin:11px 0px 0px;
}
.menu-top-small li{
    float: left;
    line-height: 35px;
    margin-right: 26px;
}
.menu-top-small li a{
    font-size: 18px;
    color: #afafaf;
}
/* main-menu-top Section */
.main-menu-top{
    float: right;
    margin: 11px 0px;
}
.main-menu-top li{
    float: left;
    margin-left: 34px;
}
.main-menu-top li a{
    font-size: 18px;
    color: #aeaeaf;
    line-height: 32px;
    display: inline-flex;

    transition: all 1s;
    -webkit-transition: all 1s;
}
.main-menu-top li a i{
    width: 30px;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.main-menu-top li a:hover {
       color: #27bee7;
}

.main-menu-top li a i.store{
    background: url("../images/icon.png") no-repeat left top;
    margin-right: 13px;

}
.main-menu-top li a:hover i.store {
    background: url("../images/icon.png") no-repeat left -39px;
}
 .main-menu-top li a:hover i.user { background-position: -42px -39px;}

.main-menu-top li a i.user{
    background: url("../images/icon.png") no-repeat -42px top;
    margin-right: 15px;
}
.main-menu-top li a i.tgl{
    background: url("../images/icon.png") no-repeat -86px top;
    margin-right: 15px;
}


/* **********************************
Waypoints
********************************** */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9, .wp10, .wp11, .wp12,.wp13 ,.wp14,.wp15,.wp16 {
    visibility: hidden;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInLeftBig, .fadeInRightBig, .fadeInDownBig, .fadeInUpBig, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .bounceInUp, .zoomInUp, .fadeInUp,.pulse, .shake, .zoomIn  {
    visibility: visible;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.delay-7s {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.delay-8s {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.delay-9s {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
/* *******************************
Banner Section
******************************* */
.banner{
    background: #f3f3f3;
    padding: 36px 0px 0px;
}
.banner h2{
    color: #212121;
    font-size: 62.43px;
    line-height: 65.4px;
    font-weight: 300;
    margin-bottom: 15px;
}
.banner h2 strong{
    color: #00afec;
}
.banner p{
    color: #3e3e3e;
    font-size: 23.25px;
    line-height: 29.06px;
    font-weight: 300;
    margin-bottom: 50px;
}
.banner small{
    color: #626262;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    margin: 25px 0px;
}
.banner h4{
    color: #212121;
    font-size: 21.18px;
    line-height: 26.48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner ul{
    margin-bottom: 40px;
    overflow: hidden;
}
.banner ul li{
    color: #212121;
    font-size: 21.71px;
    line-height: 34.36px;
    font-weight: 300;
    width: 50%;
    float: left;
    padding-left: 30px;
    background: url("../images/check-icon.png") no-repeat 0px 9px;
    font-family: 'Roboto', sans-serif;
}
.banner a{
    color: #00afec;
    background: #f7f7f7;
    font-size: 18px;
    line-height:62px;
    font-weight: 700;
    width: 229px;
    border: 1px solid #00afec;
    text-align: center;
    display: inline-block;
    margin-right: 21px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.banner a:hover{
    color: #fff;

}
.cutp{
    width: 260px;
    height: 301px;
    background: url("../image/cutp.png") no-repeat;
    position: absolute;
    margin-top: -37px;
    left: 34%;
    padding: 20px 30px;
    text-align: center;
    z-index: 999;
}
.cutp h2 {
    font-size: 24px;
    color: #fff;
    padding: 0px 0px;
    position: relative;
    height: 100px;
    margin: 0px 0px 10px 10px;
}
.cutp h2 strong{
    font-size: 147.52px;
    color: #fff;
    font-weight: 800;
    float: left;
    position: absolute;
    left: 30px;
}
.cutp h2 em {
    top: -31px;
    float: left;
    left: 0;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    position: absolute;
}
.cutp h2 span{
    font-size: 49.28px;
    position: absolute;
    left: 115px;
    top: -30px;
}
.cutp h2 small{
    font-size: 33px;
    color: #fff;
    position: absolute;
    left: 119px;
    top: 41px;
}
.cutp h3 {
    font-size: 24px;
    color: #fff;
    padding: 0px 11px;
    margin-bottom: 30px;
}
.cutp p{
    font-size: 12.12px !important;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 16px !important;
    z-index: 99999;
}
.banner-img-r{
    padding: 70px 0px 0px;
}
/* *******************************
logo Section
******************************* */
.logo-wrp{
    background: #f5f5f5;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px rgba(18, 15, 19, 0.09);
}
.logo-wrp ul{
    text-align: center;
}
.logo-wrp ul li{
    margin: 0px 20px;
    display: inline-block;
}
.logo-wrp ul li:last-child{
    margin-right: 0px;
}
.logo-wrp ul li a{
    line-height: 52px;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
}


.logo-wrp ul li a img  {
    transition: all 2s;
    -webkit-transition: all 2s; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }
.logo-wrp ul li a:hover img { filter: none; -webkit-filter: grayscale(0%); }

/* *******************************
select-tv-wrp Section
******************************* */
.select-tv-wrp{
    padding:53px 0px 80px;
    background: url("../images/select-tv-bg.jpg") no-repeat;
    background-size:cover ;
    text-align: center;
}
.select-tv-wrp h2{
    font-size: 66.82px;
    color: #fffefe;
    line-height: 80.19px;
    font-weight: 300;
    margin-bottom: 30px;
}
.select-tv-wrp p{
    font-size: 22px;
    color: #fffefe;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}
.tv-brand{
    background: url("../image/tv-brand.png") no-repeat;
    background-size: 100%;
    text-align: center;
    height: auto;
}
.tv-brand img{
    margin: 0 auto;
}
.tv-brand .btnall {
    margin-top: 50px;
}
/* *******************************
Header Section
******************************* */
.sameunl-wrp{
    padding:65px 0px;
    background: #0f6421;
    background-size:cover ;
}
.sameunl-wrp h2{
    font-size: 46.86px;
    color: #fff;
    line-height: 61.04px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 80px;

}
.sameunl-wrp p{
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 50px;
}
.sameunl-wrp .btnall {
    background: #fff;
    color: #004218;
}
.white{
    background: #fff;
}
.white h2{
    color: #454545;
}
.white p{
    color:#858585;
}
.white .btnall {
    background: #028a00;
    color: #fff;
}
.white.mange-space {
    padding-top: 0px;
}
/* *******************************
conect-tv-wrp Section
******************************* */
.conect-tv-wrp{
    padding:53px 0px ;
    background: url("../images/conect-tv-bg.jpg") no-repeat;
    background-size:cover ;
    text-align: center;
}
.conect-tv-wrp h2{
    font-size: 60px;
    color: #fffefe;
    line-height: 61.04px;
    font-weight: 300;
    margin-bottom: 30px;
}
.conect-tv-wrp p{
    font-size: 24px;
    color: #fffefe;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}
.connect-lsit{}
.connect-lsit figure{
    text-align: center;
}
.connect-lsit figure .img-box{
    width: 80%;
    margin: 0 auto;
}
.connect-lsit figure .img-box img{
    border: 10px solid #ffffff;
    border-radius: 50%;
 /*   transition: 1s;
    -webkit-transition: 1s;*/
}
.connect-lsit figure .img-box img:hover {
   /* transform: scale(1.1);
    -webkit-transform: scale(1.1);*/
}
.connect-lsit figure figcaption{}
.connect-lsit figure figcaption h4{
    font-size: 17.75px;
    color: #00afec;
    font-weight: 800;
    margin-top: 30px;
}
.connect-lsit figure figcaption p{
    font-size: 14px;
    color: #c5c5c5;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
    padding: 0px 40px;
}

.join-cut{}
.join-cut .cutp {
    background: transparent;
    top: 180px;
    left: 5%;
}
.join-cut .cutp h2 {
    color: #2a2a2a;
    margin-top: 110px;
}
.join-cut .cutp h2 em {
    top: -57px;
    float: left;
    left: 0;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    position: absolute;
}
.join-cut .cutp h2 strong {
    font-size: 317.46px;
    color: #2a2a2a;
    font-weight: 400;
    float: left;
    position: absolute;
    left: 30px;
    line-height: 100px;
}
.join-cut .cutp h2 span {
    font-size: 84.18px;
    position: absolute;
    left: 195px;
    top: -56px;
}
.join-cut .cutp h2 small{
    font-size: 39.45px;
    color: #2a2a2a;
    position: absolute;
    left: 225px;
    top: 11px;
    font-weight: 300;
}
.join-cut .cutp h3{
    color: #2a2a2a;
    position: absolute;
    right: 0px;
    font-size: 39.45px;
}

.profile-box{}
.profile-box li{
    width: 20%;
    float: left;
}
.profile-box li:hover figure img {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;

}

.profile-box li figure img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.profile-box li figure{
    position: relative;
    background: #000;
    overflow:  hidden;
}
.profile-box li figure img{
    width: 100%;
    opacity: .4;
    transition: 1s;
    -webkit-transition: 1s;
}
.profile-box li figure figcaption{
    position: absolute;
    bottom: 0px;
    padding: 10px 15px;
    width: 100%;
    transition: 1s;
    -webkit-transition: 1s;
}
.profile-box li:hover figure figcaption {
    background: rgba(6, 6, 6, 0.3);
}
.profile-box li figure figcaption h4{
    font-size:16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.profile-box li figure figcaption p{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.profile-box li:hover figure figcaption h4, .profile-box li:hover figure figcaption p{
    color: #FBFBFB;
}

.faqs-wrp{
    background: #fff;
    padding: 70px 0px;
}
.faqs-wrp h2 {
    font-size: 55.55px;
    color: #5b5b5b;
    font-weight: 300;
    line-height: 61.86px;
    margin-bottom: 43px;
}
.faqs-wrp .panel-group .panel {
    border-radius: 0px;
}
.faqs-wrp .panel-heading{
    border-radius: 0px;
}
.faqs-wrp .panel-default .panel-heading {
    color: #333;
    background-color: #fff;
    margin-bottom: 1px;
    border: 1px solid #d3d3d3;
    margin: 7px 0px 0px;
}
.faqs-wrp .panel-default .panel-heading.last {
    margin-bottom: 0px;
}
.faqs-wrp .panel-body {
    padding: 15px;
    border: 1px solid #d3d3d3 !important;
}
.faqs-wrp .panel-body p{
    font-size: 15px;
    line-height: 24px;
    color: #666666 !important;
    font-weight: 300;
}
.faqs-wrp .panel-default .panel-heading a{
    font-size: 18px;
    color: #000;
    display: inline-flex;
    font-weight: 300;
    line-height: 30px;
    overflow: hidden;
}
.faqs-wrp .panel-default .panel-heading a i{
    float: left;
    font-size: 16px;
    color: #00a725;
    padding: 18px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}
.faqs-wrp .panel-default .panel-heading a span {
    padding: 11px 0px;
    display: block;
}
.panel-heading {
    padding: 0px 15px 0px 0px;
}
.panel-default{
    border: transparent;
}

footer{
    background: #333333;
    padding: 40px 0px 0px;
}
footer h3{
    font-size: 24px;
    color: #f8f8f8;
    font-weight: 300;
    margin-bottom: 25px;
}
footer h4{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}
footer p{
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
}
footer p strong {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 300;
}
footer .social-icon{
    margin-top: 20px;
}
footer .social-icon li {
    float: left;
    margin: 0px 10px 0px 0px;
}
footer .social-icon li a{}

.news-list{}
.news-list li{}
.news-list li a{}
.news-list li a p{
    margin-bottom: 20px;
}
.copyrt{
    background: #222222;
    padding: 10px 0px;
    margin-top: 20px;
}
.copyrt p {
    float: left;
    margin: 0;
}
.copyrt ul {
    float: right;
}
.copyrt li {
    float: left;
    border-left: 1px solid #999999;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 12px;
    margin-top: 5px;
}
.copyrt li:first-child{
    border: 0;
}
.copyrt li a {
    color: #cfcfcf;
    font-size: 14px;
}


/*
Signup Page Section
*/

.signup-wrp{
    background: #ebebeb;
    position: relative;
    margin-top: -85px;
}
.signup-wrp .container {
    height: 100%;
}
.signup-wrp .left-sec, .signup-wrp .right-sec{
    height: 100%;
    display: table;
}

.signup-wrp h2{
    font-size: 26px;
    color: #2c2c2c;
    line-height: 34px;
}
.signup-wrp h3{
    font-size: 28px;
    color: #2c2c2c;
    line-height: 34px;
    font-weight: bold;
}
.millions-agree{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 14%;
}
.signup-tv{
    padding: 50px 0px 0px;
}
.signup-tv img{
    margin: 0 auto;
}
.signup-from-wrp{
    vertical-align: middle;
    display: table-cell;
    padding-top: 20%;
}
.signup-from{
    background: #fff;
    border: 2px solid rgba(153, 153, 153, 0.52);
    text-align: center;
    padding: 25px 30px;
    margin-left: 20px;
    margin-top: -8px;
}
.signup-from img{
    margin: 0 auto;
}
.right-sec h4{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 30px 0px 20px;
    color: #7c7b7b;
}
.signup-from input{
    height: 32px;
    width: 100%;
    border: 1px solid #c2c1c1;
    background: #e7e7e7;
    margin-bottom: 13px;
    padding: 0px 15px;
}
.signup-from .btn-primary {
    color: #fff;
    background-color: #1182c6;
    border-color: transparent;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 12px;
}
.signup-from p{
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 20px;
    color: #000;
}
.signup-from a{
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 20px;
    color: #000;
}
.signup-from.login{
    margin-top: 20px;
}
.signup-from.login p{
    margin: 0px;
    font-size:14px;
}
.signup-from.login a{
    color: #1182c6;
    font-weight: 400;
    font-size:14px;
}



.signup-from-wrp input[type=radio] {
    border: 0;
    width: 8%;
    height: 2em;
}

.signup-from-wrp .form-group img{
    width: 50px;
}
.signup-from-wrp label{
    display: block;
    text-align: left;
    margin: 0;
    font-weight: 400;
    font-size: 14px;    
    text-align: left;    
    color: #7c7b7b;
    vertical-align: middle;
    
}
@media screen and (min-width:768px){
    .signup-from-wrp label{
        max-height: 32px;
    }
}
.signup-from-wrp h5{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.signup-from-wrp input[type=radio]{
    border: 0;
    width: 15px;
    height: 2em;
    margin: 0;
    padding: 0;
    position: relative;
    top: 10px;
    margin-right: 4px;
}
.signup-from-wrp input[type=radio]:focus{
    outline: 0;
}


.form-group label {
    margin-left:40px;
}



/*
Success/Decline  Page Section
*/



.success-page{
    background: url('../images/success-page-bg.jpg') no-repeat;
    background-size: cover; 
    padding-top: 100px;
    padding-bottom: 140px;
}
.success-page h3{
    font-size: 48px;
    font-weight: 300;
    color: #343434;
}

.success-page h5{
    font-size: 24px;
    font-weight: 500;
    color: #343434;
}
.success-page img{
    max-width: 100%;
}
.success-page .btn-efct{
    display: block;
    max-width: 529px;   
    color: #fff;
    background: #27a2c3;
    font-size: 18px;
    line-height: 62px;
    font-weight: 700;    
    border: 1px solid #00afec;
    text-align: center;    
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
.success-page .btn-efct:focus, .success-page .btn-efct:hover{
    color: #27a2c3;
}


.success-page small{
    font-size: 14px;
    font-weight: 400;
}
.success-page p.line{
    max-width: 394px;
    border-top: 1px solid #362f2d;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px;
}
.success-page h2{
    font-size: 36px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}
.success-page ul{
    display: inline-block;
    text-align: left;
}
.success-page ul li{
    background: url('../images/checkmark.png') no-repeat left center;
    padding-left: 30px;
    line-height: 27px;
    font-size: 14px;
    padding-top: 3px;
}


