@charset "utf-8";
/* CSS Document */

/*reset css*/

]* {
    margin: 0;
    padding: 0;
}

.bodyBG {
    /*background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);*/
}

body {
    font-family: sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    /*font-family: 'PingfBold';*/
    font-family: sans-serif;
}

a {
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease;
}

select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    transition: .3s;
    outline: none;
}

select:active,
select:focus {
    border-radius: 0;
    transition: .3s;
}

input[type="submit"] {
    border: none;
}

label {
    margin-bottom: 0;
    font-weight: 500;
}

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

@font-face {
    font-family: 'Aquawax';
    src: url('../fonts/Aquawax-Light.woff2') format('woff2'), url('../fonts/Aquawax-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: 'Freestyle Script';
    src: url('../fonts/FreestyleScript-Regular.woff2') format('woff2'), url('../fonts/FreestyleScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Fonts/roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: 'RobotoB';
    src: url('Fonts/roboto/Roboto-Bold.ttf');
}

/*------header----------*/

#navitem ul {
    display: flex;
    /*position: absolute;*/
    width: 100%;
}

#navitem li {
    position: relative;
    padding: 16px;
    font-size: 17px;
    color: #000;
    line-height: 1;
    transition: 0.2s all linear;
    cursor: pointer;
}

#navitem li a {
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
    /*font-family: 'PingfBold';*/
    position: relative;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    transition: 0.2s;
}

#navitem li a:hover {
    background-color: transparent;
}

#navitem li a:active {
    background-color: transparent;
}

#navitem li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 4px solid #5ed35e;
    transition: 0.3s all linear;
    border-radius: 3px;
}

#navitem li:hover::before {
    width: 100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #5ed35e;
    z-index: -1;
    border-radius: 3px;
}

#navitem li:hover~li::before {
    left: 0;
}

#navitem li:active {
    color: #fff;
}

.button3 {
    position: relative;
    background: #00B16A;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.15s ease-in;
}

.button3:before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 25px;
    height: 50px;
    top: 0;
    left: -45px;
    opacity: 0.3;
    transition: all 0.25s ease-out;
    transform: skewX(-25deg);
}

.button3:hover {
    background: #26C281;
}

.button3:hover:before {
    width: 45px;
    left: 205px;
}

.navbar-brand {
    margin-top: 0px;
}

#box {
    width: 100%;
    height: 10px;
}

.navbar-right {
    position: relative;
    margin-right: 20px;
}

.admin_menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.admin_menu ul li a {
    padding: 5px;
    color: #000;
    text-decoration: none;
    transition: all .2s;
    font-weight: bold;
    display: block;
}

.admin_menu ul li a:hover,
.admin_menu ul li a:focus {
    background: #5ed35e;
    color: #fff;
}

.lang select {
    background-color: #dedede;
    color: #545f80;
    font-family: 'Duru Sans', sans-serif;
    font-size: 13px;
    /* padding: 10px; */
    margin-top: 15px;
    border-radius: 3px;
    background: url(../images/select-arrow-down.png) no-repeat center right, #dedede;
    height: 30px;
    width: 100px;
    margin-right: 10px;
    padding-left: 5px;
}

.lang {
    display: inline-block;
}

.admin_header_right {
    display: inline-block;
    float: right;
    background-color: #5ed35e;
    /*padding: 8px 8px;*/
    border-radius: 50px;
    /*margin-top:10px;*/
}

.admin-bg .admin_header_right {
    margin-top: 0px;
}

.admin_header_right>a {
    display: inline-block;
    color: #fff;
    transition: .3s;
    font-weight: bold;
    font-size: 16px;
}

.admin_header_right>a:hover {
    color: #eb6d42;
    transition: .3s;
}

.admin_header_right h5 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 15px;
    text-transform: capitalize;
    font-weight: bold;
}

.admin_header_right h5 i {
    color: #fff;
    font-size: 25px;
    background: #171858;
    text-align: center;
    padding: 14px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
}

/* Important styles */

#toggle {
    display: inline-block;
    width: 22px;
    height: 14px;
    margin: 9px auto 0;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
}

#toggle span:after {
    top: 6px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span::after,
#toggle span::before {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span::before {
    transform: rotate(36deg) translate(3px, 6px);
}

#toggle.on span::after {
    transform: rotate(-36deg) translate(2px, -5px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/

#menu {
    position: absolute;
    color: #999;
    width: 200px;
    padding: 10px;
    margin: 65px auto auto;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    right: 15;
    top: 0;
    z-index: 2;
}

#menu:after {
    position: absolute;
    top: -15px;
    right: 7px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
}

.btn,
input.sbmt {
    display: inline-block;
    padding: 13px 13px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    min-width: 70px;
    color: #123c69;
    font-weight: 500;
    border-radius: 0;
    text-transform: c;
    background: #fa960d;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
    font-family: 'Duru Sans', sans-serif;
}

.btn.btn-Secondary,
input.sbmt {
    background-color: #fa960d;
    /*#282542;*/
    margin: 0px 10px;
    padding: 12px;
    min-width: 120px;
}

/*<!--header-->*/

header {
    padding: 23px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.header-middle {
    padding-top: 10px;
}

.details li {
    list-style: none;
}

.details span {
    color: #254a94;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.details li {
    float: left;
    margin-right: 10px;
}

.details i {
    color: #fff;
    background-color: #292645;
    padding: 8px;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 17px;
}

.details {
    float: left;
    margin: 0px;
    padding-top: 7px;
}

.shop-mow2 {
    display: inline-block;
    /*float: left;*/
    margin-right: 10px;
}

.logo-img {
    text-align: left;
}

.logo-btn {
    text-align: right;
    width: 50%;
}

/*<!--banner-->*/

.cryptologoheight {
    height: 80%;
}

.supportImg {
    background-image: url(../images/support.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 70%;
}

@media (max-width:1920px) {
    .plansize {
        position: absolute;
        left: -65px;
        height: 220px;
    }
}

@media (max-width: 990px) {
    .plansize {
        position: absolute;
        left: 10px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .plansize {
        position: absolute;
        left: 20px;
        height: 200px;
    }
}

@media (max-width:1920px) {
    .banner {
        background: url(../images/cp117-3.jpg) no-repeat scroll center 0px /100%;
        background-size: cover;
        /*background-size: cover;
	-moz-background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled , sizingMethod=sSize , src=sURL );
	 padding-bottom: 104px; 
	height: 880px;*/
    }
    .banner-content {
        padding-top: 90px;
        padding-bottom: 25px;
    }
    .cryptologoheight {
        height: 80%;
    }
    .bannerImg {
        padding-top: 180px;
    }
    .bannerBtn {
        text-align: left;
    }
    .bannerTxt {
        color: white;
        text-align: left;
        font-size: 17px;
        /*font-family: 'Pingf';*/
        font-weight: bold;
    }
    .fixBtn {
        text-align: right;
    }
    .fixContent {
        text-align: left;
    }
    .fixlabel {
        text-align: left;
    }
    .action {
        width: 100%;
        padding: 15px 0 0 0;
        font-weight: bold;
        text-align: left;
    }
    .signleft {
        display: table;
    }
    .signleftdetail {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .signrightdetail {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

@media (max-width:1400px) {
    .banner {
        background: url(../images/cp117-3.jpg) no-repeat scroll center 0px /100%;
        /*background-size: cover;*/
        background-size: cover;
    }
    .banner-content {
        padding-top: 90px;
        padding-bottom: 25px;
    }
    .bannerImg {
        padding-top: 180px;
    }
    .bannerBtn {
        text-align: left;
    }
    .bannerTxt {
        color: white;
        text-align: left;
        font-size: 17px;
        /*font-family: 'Pingf';*/
        font-weight: bold;
    }
    .fixBtn {
        text-align: center;
    }
    .fixContent {
        text-align: center;
    }
    .fixlabel {
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .cryptologoheight {
        height: 20%;
    }
    .banner {
        background: url(../images/cp117-3.jpg) no-repeat scroll center 0px /100%;
        background-size: cover;
    }
    .bannerBtn {
        text-align: center;
    }
    .bannerTxt {
        color: white;
        text-align: left;
        font-size: 16px;
        /*font-family: 'Pingf';*/
        font-weight: bold;
    }
    .bannerImg {
        padding-top: 250px;
    }
    .fixBtn {
        text-align: center;
    }
    .fixContent {
        text-align: center;
    }
    .fixlabel {
        text-align: center;
    }
    .action {
        width: 100%;
        padding: 15px 0 0 0;
        font-weight: bold;
        text-align: center;
    }
}

@media (max-width: 990px) {
    .bannerImg {
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .static-hero .static-hero-right {
        top: 56%;
        width: 300px;
        height: 300px;
    }
    .cryptologoheight {
        height: 40%;
    }
    .bannerBtn {
        text-align: left;
    }
    .bannerTxt {
        color: white;
        text-align: left;
        font-size: 16px;
        /*font-family: 'Pingf';*/
        font-weight: bold;
    }
    .fixBtn {
        text-align: center;
    }
    .fixContent {
        text-align: center;
    }
    .fixlabel {
        text-align: center;
    }
}

.icon-1,
.icon-2,
.icon-3,
.icon-4 {
    position: absolute;
    /*left: 20%;*/
    top: 45%;
    width: 120px;
    height: 120px;
    padding: 10px;
    border-radius: 25px;
}

.icon-1 img,
.icon-2 img,
.icon-3 img,
.icon-4 img {
    border-radius: 0;
}

.icon-2 {
    left: auto;
    right: 0;
    top: 40%;
}

.icon-3 {
    left: auto;
    right: 30%;
    top: 65%;
    bottom: 0;
}

.icon-4 {
    left: auto;
    right: 40%;
    top: 25%;
    bottom: 0;
}

@media (max-width: 991px) {
    .icon-1 {
        top: 47%;
        width: 95px;
        height: 95px;
        padding: 15px;
        border-radius: 15px;
        left: 10%;
    }
    .icon-4 {
        top: 65%;
        width: 95px;
        height: 95px;
        padding: 15px;
        border-radius: 15px;
        right: 10%;
    }
    .icon-2 {
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
        top: 70%;
        right: 55%;
    }
    .icon-3 {
        top: 45%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
        left: 50%;
    }
    .supportImg {
        background-image: url(../images/support.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 70%;
    }
    .signleft {
        display: block;
    }
    .signleftdetail {
        float: left;
        display: block;
        vertical-align: top;
    }
    .signrightdetail {
        float: left;
        display: block;
        vertical-align: top;
    }
}

@media (max-width: 575px) {
    .icon-1 {
        top: 10%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
    }
    .icon-4 {
        top: 10%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
        right: 10%;
    }
    .icon-2 {
        top: auto;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
        bottom: 10%;
        right: 10%;
    }
    .icon-3 {
        top: 10%;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 15px;
    }
    .fixBtn {
        text-align: center;
    }
    .fixContent {
        text-align: center;
    }
    .fixlabel {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .suppimgwith {
        width: 100%;
    }
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 27px;
    height: 27px;
    background-color: #fa960d !important;
    background-repeat: repeat-x;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); */
    filter: none;
}

.total-banner {
    text-align: center;
    position: relative;
    padding: 160px 0px 30px 0px;
}

.banner-content h4 {
    font-size: 28px;
    color: #fff;
    /*font-family: 'PingfBold';*/
    font-weight: 400;
    text-align: left;
    line-height: 40px;
    font-weight: 700;
}

.banner-bottom li {
    line-height: ;
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
}

.banner-bottom {
    /* margin: 0px; */
    margin-top: 115px;
}

/*<!--img-->*/

.imgcontainer {
    overflow: hidden;
    height: 155px;
    position: relative;
}

.wave {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 200%;
    height: 150px;
    background-repeat: repeat-x;
    background-position: left bottom;
    transform-origin: center bottom;
    background-size: 50% 140px;
}

.wave1 {
    z-index: 5;
    opacity: 1;
    animation: swave 20s linear infinite;
    background-image: url(../images/ware.png);
}

.wave2 {
    z-index: 4;
    opacity: .3;
    animation: swave 30s linear infinite;
    background-image: url(../images/ware.png);
}

.wave3 {
    z-index: 3;
    opacity: .5;
    animation: swave 45s linear infinite;
    background-image: url(../images/ware.png);
}

@keyframes swave {
    0% {
        transform: translateX(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) scaleY(.55)
    }
    100% {
        transform: translateX(-50%) scaleY(1)
    }
}

.warebg {
    width: 100%;
    /*background: #f5f5f5;
    padding: 20px;*/
    z-index: 999;
    color: #fff;
    background: rgb(0 0 0 / 31%);
    /*box-shadow: 0px 0px 16px 0px #060606;
    position: relative;
    
	top: -200px;
	position: absolute;
    margin-top: -200px;*/
}

.warebgSingle {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 8px;
}

/*<!--feat-->*/

.features {
    /*background-color: #f6f6f6;*/
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-position: right;
}

.title {
    text-align: center;
    padding-left: 15px;
    margin: 20px 0 25px;
}

.title h4 {
    /*color: #3a3a3a;*/
    color: #fff;
    font-size: 36px;
    padding-bottom: 0;
    font-family: 'Altenormal';
    margin-top: 100px;
}

.feat-block {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.title span {
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
    background-color: #3ca1f7;
    padding: 5px 16px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 20px;
    margin-top: 15px;
}

.title1 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 0;
    font-family: 'Altenormal';
}

.about-block {
    text-align: center;
    padding: 10px;
}

.about-block h4 {
    font-family: 'Altenormal';
    color: #545f80;
    font-size: 26px;
}

.about-block p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #3a3a3a;
}

.about-block a {
    color: #5ed35e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
}

.total-about-block {
    background-color: #f6f6f6;
    padding: 25px 0px;
    border-radius: 10px;
    margin-bottom: -49px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 24px 28px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 24px 28px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 24px 28px 0px 0px rgba(0, 0, 0, 0.09);
}

.title.left {
    text-align: left !important;
}

.why-choose {
    background-color: #3abbc3;
    padding-bottom: 30px;
}

.why-choosecity {
    background: url(../images/compbg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 100px;
    background-size: contain;
}

.about-content p {
    /*color: #334e69;*/
    color: #334e69;
    /*font-family: 'Duru Sans', sans-serif;*/
    font-size: 16px;
    line-height: 26px;
}

.about-content span {
    /*color: #334e69;*/
    color: #fff;
    font-family: 'Duru Sans', sans-serif;
    font-size: 14px;
    line-height: 27px;
}

.fndr-img {
    float: left;
    line-height: 23px;
    margin-right: 18px;
}

.founder h4 {
    color: #5ed35e;
    font-family: 'Freestyle Script';
    font-size: 37px;
}

.founder span {
    color: #605d7d;
    font-family: 'Duru Sans', sans-serif;
    font-size: 14px;
}

.about-content {
    padding-bottom: 20px;
}

/*plans*/

.planss {
    background: url(../images/bg1.jpg);
    background-size: cover;
    padding-bottom: 30px;
    /*background:url(../images/bg-4.jpg);
	
	background-size: cover;
	background:#2a5ed4;*/
}

.plan li {
    line-height: ;
    list-style: none;
    text-align: center;
}

.plan li label {
    padding-left: 30px;
    text-align: left;
}

.plan-top h4 {
    color: white;
    /*#3a3a3a;*/
    /*font-family: 'PingfBold';*/
    font-size: 20px;
    margin: 0 0 9px 0;
    text-align: left;
}

.plan-top small {
    font-size: 37px;
    font-family: 'Altebold';
    font-size: 50px;
}

.plan-top small {
    font-size: 37px !important;
    font-family: 'Altebold';
    color: #3a3a3a;
}

.plan-top p {
    font-size: 22px !important;
    /*font-family: 'Pingf';*/
    text-align: left;
}

.plan h3 {
    /*color: #282544;*/
    color: white;
    /*font-family: 'Pingf';*/
    font-size: 16px;
    margin: 0px;
    text-align: left;
}

.plan label {
    /*color: #545f80;*/
    color: white;
    font-size: 16px;
    font-family: 'Roboto';
    display: block;
}

.plan-top {
    padding-bottom: 18px;
    padding-top: 30px;
}

.plan span {
    color: ;
    font-family: 'Duru Sans', sans-serif;
    color: #5ed35e;
    font-size: 18px;
}

.plan {
    float: left;
    padding: 10px 17px;
    background-color: #17468f !important;
    margin: 0 7px;
    border-radius: 10px;
}

.title.white h4 {
    color: #fff;
    margin-top: 100px;
}

.plan-circle {
    background-color: #3d4350;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
}

.plan-circle span {
    display: block;
    color: #07cecf;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.plan-circle-img img {
    margin-top: -50px;
}

.total-plans {
    padding-bottom: 20px;
}

.plan-circle h4 {
    color: #fff;
    font-family: 'Altenormal';
    font-size: 22px;
    margin: 0px;
    padding: 5px 0px;
}

.plan-circle small {
    color: #fff;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.div:hover {
    transform: translateY(-8px);
}

.divPlan {
    -webkit-transition: all 0.5s;
    border: 0;
}

.divPlan:hover {
    transform: translateY(-15px);
}

/*progress*/

.progress_bar ul {
    display: inline-block;
    width: 78%;
    list-style: none;
    font-size: 0;
}

.progress_top li:first-child {
    color: #f8c927;
}

.progress_bar .progress {
    background: #fff;
    width: 80%;
    margin: 0;
    height: 22px;
    border-radius: 13px;
    overflow: visible;
    display: inline-block;
    box-shadow: none;
}

.progress_top li:first-child,
.progress_bottom li:first-child {
    /* text-align: left; */
    float: left;
}

.progress_top li:last-child,
.progress_bottom li:last-child {
    float: right;
}

.progress_bar .progress-bar {
    height: 8px;
    background: #f8c927;
    border-radius: 17px;
    text-align: right;
}

.progress_bottom {
    padding-top: 10px;
}

.progress_bar ul li {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    font-family: 'Duru Sans', sans-serif;
    font-size: 17px;
}

.progress_bar {
    text-align: center;
}

.progressbar-content span {
    color: #fff;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
    display: block;
}

.progressbar-content {
    text-align: center;
    padding-bottom: 22px;
}

.progressbar-content h4 {
    font-family: 'Altenormal';
    color: #fff;
    font-size: 21px;
    background-color: #5ed35e;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 4px;
    border: none;
}

/*howwork*/

.howwork {
    padding-bottom: 40px;
}

.howworkbg {
    background-image: url(../images/stepbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*feat*/

.feat {
    padding-bottom: 70px;
    /*box-shadow: 0 0 13px 6px #0000004d;*/
    background: url(../images/bg1.jpg);
}

.level li {
    line-height: ;
    list-style: none;
    float: left;
    /*padding: 0px 7px;*/
    color: #fff;
    font-size: 23px;
    text-align: left;
    font-family: 'Altenormal';
}

.feat-img {
    /*float: left;*/
    margin-right: 7px;
}

.feat-block h4 {
    font-family: 'Altenormal';
    font-size: 23px;
    color: #5ed35e;
    padding-bottom: 10px;
    font-weight: bold;
}

.feat-block p {
    font-size: 16px;
    font-family: 'Duru Sans', sans-serif;
    /*color: #3a3a3a;*/
    color: #fff;
    text-align: left;
}

.feat-imgB {
    border: 5px solid transparent;
    transition: border-color 0.2s linear;
}

.feat-imgB:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

/*howwork*/

.howwork {
    padding-bottom: 70px;
    /*box-shadow: 0 0 13px 6px #0000004d;*/
    background: #f8fbff;
}

/*.referral*/

.referral {
    background: url(../images/bg3.jpg);
    padding-bottom: 50px;
    background-size: cover;
    background-position: left;
}

.referral2 {
    /*background:url(../images/mpp.jpg);*/
    padding-bottom: 50px;
    /*background-size: cover;*/
    border-radius: 0px 0px 5px 5px;
}

.title.green h4 {
    color: #000;
    text-align: left;
}

.ref-right-img {
    /*margin-top: -173px;*/
}

.payment {
    /*background: #3a3a3a;*/
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 5px #0000004d;
}

.payment-methods li {
    left: ;
    list-style: none;
    text-align: center !important;
    margin: 0 auto;
    padding: 0px 20px;
    display: inline-block;
    text-align: center;
}

.payment-methods {
    text-align: center;
}

footer {
    /*background-color: #1d262d;*/
    background: url(../images/footbg.jpg);
    background-size: cover;
    padding: 20px 0px;
}

.socialicon li {
    list-style: none;
    float: left;
    padding: 0px 10px;
}

.socialicon i {
    font-size: 20px;
    color: #fff;
}

.ftr-1 img {
    padding-bottom: 25px;
}

.q_links h4 {
    font-family: 'Altenormal';
    font-size: 22px;
    color: #5ed35e;
}

.q_links a {
    color: #fff;
    font-family: 'Altenormal';
    font-size: 15px;
    padding: 12px 0px;
}

.q_links li {
    line-height: '';
    list-style: none;
    padding: 6px 0px;
    margin-left: 10px;
    color: #fff;
}

.socialicon li a:hover i {
    color: #5ed35e;
}

.q_links li a:hover {
    color: #5ed35e;
}

.btn.btn-Secondary:hover,
input.sbmt:hover {
    background-color: #5ed35e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5ed35e;
    border-color: #204d74;
}

/*<!--Dashboard-->*/

.admin-bg {
    /*background: url(../images/cp114-6.jpg) no-repeat top,#fff;*/
}

.breadcrumb li {
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #5ed35e;
}

.breadcrumb {
    padding: 12px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    float: left;
    margin: 15px;
    float: left;
}

.dashboard-top img {
    float: left;
}

.dash-top-left .admin_header_right {
    display: inline-block;
    background-color: #5ed35e;
    padding: 10px 11px;
    border-radius: 50px;
    margin-left: 10px;
    float: right;
    margin-top: 15px;
}

.dash-top-left {
    float: right;
}

.dash-top-left {
    float: right;
}

.dashboard-top img {
    margin-right: 40px;
}

.dashboard-top {
    padding: 23px 30px;
    margin-bottom: 49px;
}

.admin-details {
    color: #fff;
    /*width: 265px;*/
}

.admin-details li {
    list-style: none;
    text-align: center;
    word-break: break-all;
}

.admin-details span {
    background-color: #fa960d;
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 2px;
    position: relative;
}

.admin-details span::after {
    background: url(../images/admin-after-arrow.png);
    position: absolute;
    content: "";
    width: 31px;
    height: 32px;
    bottom: 0;
    top: -6px;
    right: -40px;
}

.min.btn.btn-Secondary {
    min-width: 84px;
}

.min.btn.btn-Secondary:hover {
    background-color: #fa960d;
}

.admin-details img {
    margin-bottom: 10px;
    border-radius: 50px;
}

.admin-details h4 {
    font-family: 'Altenormal';
    font-size: 22px;
}

.dash.btn.btn-Secondary {
    min-width: 100px;
    margin: 0px 5px;
    margin-bottom: 8px;
    background-color: #3d4350;
    z-index: 9999;
    position: relative;
}

.coin-content span {
    display: block;
}

.coin-content {
    color: #fff;
}

.coin-content small {
    float: right;
}

.coin-content h4 {
    float: left;
}

.coins li {
    float: left;
    padding: 0px 47px;
    list-style: none;
}

.plan-circle.dep {
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
    width: 72%;
}

.coins {
    display: inline-block;
    background: url(../images/coin-bg.jpg) scroll 0 0 /cover;
    padding: 16px 15px;
    border-radius: 5px;
    margin-left: 44px;
    margin-top: 54px;
    width: 94%;
    box-shadow: 8px 10px 16px 0px #06060666;
}

.total-plans.dash {
    margin-left: 0;
    padding-bottom: 65px;
}

.coin-content h4 {
    float: left;
    color: #282542;
    font-family: 'Altenormal';
    font-size: 23px;
    text-align: left;
}

.coin-content span {
    display: block;
    font-size: 16px;
    font-family: 'fantasy';
    color: #282542;
    text-align: left;
}

.coin-content small {
    background-color: #5ed35e;
    font-family: 'Altebold';
    padding: 2px 6px;
    font-size: 25px;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: ;
    margin-right: ;
}

.dash.btn.btn-Secondary:hover {
    background-color: #5ed35e !important;
}

.dep-circle {
    margin-bottom: 60px;
}

.coin-content small.orange {
    background-color: #fa960d;
}

.bitcoin {
    text-align: center;
}

.bitcoin li {
    list-style: none;
    background-color: #fff;
}

.bitcoin-block small {
    display: block;
    color: #3a3a3a;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.bitcoin-block span {
    display: block;
}

.bitcoin-block span {
    display: block;
    color: #5ed35e;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.bitcoin-block h4 {
    color: #282542;
    font-size: 23px;
    font-family: 'Altenormal';
}

.bitcoin li {
    list-style: none;
    background-color: #fff;
    float: left;
    padding: 0px 50px;
}

.bitcoin li {
    list-style: none;
    background-color: #fff;
    float: left;
    padding: 30px 45px;
    margin: 0px 8px;
    border: 1px solid #dbdbdb;
}

.total-coins {
    margin-top: 10px;
    padding: 15px;
}

.bitcoin-block {
    border: 1px solid #dbdbdb;
    padding: 20px 15px;
    margin-top: 20px;
    text-align: center;
    background: #fff;
}

.bitcoin-block2 {
    border: 1px solid #dbdbdb;
    padding: 20px 15px;
    margin-top: 20px;
    text-align: center;
}

.bitcoin-block2 span {}

.bitcoin-block2 span {
    color: #5ed35e;
    font-family: 'RobotoB';
    font-size: 23px;
}

.bitcoin-block2 small {
    display: block;
    color: #3a3a3a;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
}

.hashpower {
    /*background: url(../images/hash-bg1.jpg);*/
    background: url(../images/mpp2.jpg);
    background-size: cover;
    margin-top: 30px;
    padding: 20px 0;
}

.upgrade-left h4 {
    color: #fff;
    font-family: 'Altenormal';
    font-size: 30px;
}

.upgrade-img {
    float: left;
    position: relative;
}

.money input[type="radio"] {
    margin-left: 10px;
}

.upgrade-left span {
    color: #fff;
    background-color: #5ed35e;
    padding: 6px 25px;
    font-family: 'Duru Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 14px;
}

.dash-icons img {
    height: 40px;
}

.dash-icons span {
    display: block;
    color: #fff;
    font-family: 'Roboto';
    font-size: 17px;
    float: left;
    line-height: 37px;
    width: 100%;
}

.dash-icons li i {
    display: block;
    color: #fff;
}

.dash-icons {
    text-align: left;
    margin-top: 43px;
    /*width: 265px;
	 margin: 0 auto; */
}

.dash-icons li {
    list-style: none;
    display: inline-block;
    /* float: left; */
    vertical-align: middle;
    width: 100%;
    line-height: 80px;
}

.dash-icons li a {
    display: inline-block;
    padding: 10px 9px;
    width: 100%;
}

.dash-icons li a:hover {
    background-color: #FFC005;
    border-radius: 8px;
}

.dash-icons li a:hover span {
    font-weight: 700;
    color: #19B746;
}

.dash-icons li a:hover i {
    color: #19B746;
}

.dash-icons li a:hover svg {
    fill: #0ca38a;
}

.dash-icons li a svg {
    height: 37px;
    display: block;
    margin: 0 auto;
    float: left;
    fill: #ffffff;
}

/*--changes---*/

.remove-padd {
    /*margin-left: 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	padding-bottom: 16px;
	box-shadow: 1px 1px 20px 13px #06060638;
	background: url(../images/dashboardright.jpg) bottom no-repeat;*/
    height: 100%;
}

.plan.border {
    /*border: 1px solid #ccc;*/
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 50%);
}

.border1 {
    background: linear-gradient(-45deg, #008cb5, #01d0ce);
    ;
}

.border2 {
    background: linear-gradient(-45deg, #fe0847, #feae3f);
}

.border3 {
    background: linear-gradient(-45deg, #b342d8, #4800ff);
}

.border4 {
    background: linear-gradient(-45deg, #ffc336, #ff6500);
}

.border5 {
    background: linear-gradient(-45deg, #4481eb, #04befe);
}

.border6 {
    background-image: linear-gradient(-45deg, #c471f5, #fa71cd);
}

.border7 {
    background-image: linear-gradient(-45deg, #0ba360, #3cba92);
}

.border8 {
    background-image: linear-gradient(-45deg, #00c6fb, #005bea);
}

.title.white.b h4 {
    color: #000;
}

.ftr-last h4 {
    text-align: center;
    font-family: 'Altenormal';
    font-size: 14px;
    color: #65696e;
}

.ftr-last {
    padding: 35px 0px;
}

.title.green.dep {
    padding: 30px 0px 0px 12px;
}

.title.green.dep h4 {
    margin: 0px;
}

.ac-bal h3 {
    display: inline-block;
    color: #fff;
    font-family: 'Altenormal';
    font-size: 36px;
}

.ac-bal span {
    color: #3a3a3a;
    font-family: 'Duru Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.ac-bal input {
    /*color: #fff;
	background-color: #fa960d;
	border: 0px;*/
    width: 96%;
    padding: 10px 5px;
    margin-left: 10px;
    border-radius: 3px;
}

.money span {
    font-family: 'Duru Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 0px;
}

.money {
    text-align: left;
    clear: both;
}

.ref-right-img.dash {
    margin-top: -80px;
}

element {
    width: 104px;
    height: 66px;
    position: absolute;
    vertical-align: middle;
    margin-top: 66px;
    margin-left: -152px;
    border: 0px none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
    font: bold 40px Arial;
    text-align: center;
    color: rgb(102, 238, 102);
    padding: 0px;
    -moz-appearance: none;
}

.knb-circle h4 {
    font-family: 'Altenormal';
    font-size: 26px;
    color: #282542;
}

.banner.register {
    background: url(../images/login3.jpg) no-repeat scroll center 0px /cover;
}

.knb-circle span {
    color: #5ed35e;
    font-size: 16px;
    font-family: 'Duru Sans', sans-serif;
    display: block;
    padding-bottom: 10px;
}

.knb-circle {
    display: inline-block;
    background-color: #dde2e8;
    text-align: center;
    padding: 12px 36px;
    margin-bottom: 16px;
}

.knb-circle h3 {
    margin: 0px;
    padding-bottom: 40px;
    color: #3a3a3a;
    font-size: 15px;
    font-family: 'Duru Sans', sans-serif;
}

.table-responsive {
    margin: 0 0 30px 0; 
    background: #fff;
}

.tableshadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fbfbfb;
}

table {
    width: 100%;
}

table thead {}

table th {
    padding: 7px 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Duru Sans', sans-serif;
    white-space: nowrap;
    color: #ffffff;
    background-color: #23c923;
    border: 1px solid #0fad0f;
}

table tbody td {
    text-align: center;
    font-size: 14px;
    color: #272f45 !important;
    padding: 11px 10px;
    white-space: nowrap;
    border: 1px solid #e7e7e7;
    font-family: 'Duru Sans', sans-serif;
}

table tbody tr:hover td {
    /*background: #333158;
	color: #fff !important;*/
}

.abtpgbnr .dshttl {
    margin: 0;
}

.abtpgbnr .dshttlrit {
    margin: 13px 0;
}

.abtpgsect {
    padding: 60px 0;
}

.tablsrch input {
    width: 59%;
    background: #fa960d;
    font-size: 16px;
    color: #fff;
    font-family: 'Duru Sans', sans-serif;
    height: 37px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    float: right;
}

.tablsrch select {
    width: 15%;
    font-size: 16px;
    background: url(../images/select-arrow-1.png) no-repeat center right, #27ae61;
    height: 46px;
    padding: 0 15px;
    border-radius: 5px;
    color: #fff;
}

.pndgordrttl {
    margin-top: 30px;
}

.table_page {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.table_page span {
    text-transform: lowercase;
    display: inline-block;
    font-size: 16px;
    color: #0b1021;
    font-weight: bold;
}

.table_page a {
    width: 43px;
    height: 43px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
    font-size: 16px;
    margin: 0 5px;
    background-color: #5ed35e;
    -webkit-box-shadow: inset 1px 1px 0px 1px rgba(0, 6, 22, 0.22);
    -moz-box-shadow: inset 1px 1px 0px 1px rgba(0, 6, 22, 0.22);
    box-shadow: inset 1px 1px 0px 1px rgba(0, 6, 22, 0.22);
}

.table_page a:hover {
    background: #fa960d;
    transition: .3s;
}

.dashboard.btn.btn-Secondary {
    background-color: #282542;
    /*background-color:#45a9ff;*/
    min-width: 98px;
}

.dashboard.btn.btn-Secondary:hover {
    background-color: #5ed35e;
}

.table_page a:hover i {
    color: #fff;
    transition: .3s;
}

.table_page a i {
    font-size: 14px;
    color: #fff !important;
    line-height: 43px;
    transition: .3s;
}

.srchcont span a {
    content: "";
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
}

.srchcont span a i {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
}

.chart-top {
    padding-bottom: 20px;
}

.tablcont {
    padding-top: 60px;
}

.frmcont {
    width: 100%;
    padding-bottom: 20px;
}

.frmcont span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.frmcont span i {
    font-size: 16px;
    color: #b2382d;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ffbc1c;
    width: 34px;
    height: 100%;
    margin: 0 auto 0 0px;
    text-align: center;
    line-height: 50px;
}

.frmcont ul {
    list-style: none;
    width: 100%;
    text-align: center;
    background: #fff;
}

.frmcont ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: "open Sans";
    padding: 13px 18px;
}

.frmcont input[type="text"],
.frmcont input[type="email"],
.frmcont input[type="password"],
textarea {
    padding: 5px 18px 5px 20px;
}

.frmcont aside {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';
    margin-right: 10px;
}

.frmcont b {
    width: 100%;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}

.frmcont b input[type="submit"] {
    background: #fff;
    transition: .3s;
    display: inline-block;
    padding: 10px 35px;
    color: #b2382d;
    text-transform: uppercase;
    font-family: 'Trebuchetbold';
}

.frmcont b input[type="submit"]:hover {
    background: #fff;
    transition: .3s;
}

.frmcont input[type="text"],
.frmcont input[type="email"],
.frmcont input[type="password"],
textarea {
    width: 100%;
    background: #292645;
    font-size: 14px;
    color: #fff;
    height: 40px;
    border: none;
    font-family: 'Altenormal';
    border-top: 2px solid #5ed35e;
    /*font-style: italic;*/
}

.com-page input[type="text"],
.com-page input[type="email"],
.com-page input[type="password"],
textarea {
    width: 100%;
    background: #292645;
    font-size: 14px;
    color: #fff;
    height: 40px;
    border: none;
    font-family: 'Altenormal';
    border-top: 2px solid #5ed35e;
}

.com-page input[type="text"],
.com-page input[type="email"],
.com-page input[type="password"] {
    padding: 5px 18px 5px 20px;
}

textarea {
    min-height: 150px;
}

.reftextarea {
    min-height: inherit;
    overflow: hidden;
    margin-bottom: 20px;
}

.frmcont li {
    color: #000 !important;
}

.frmcont select {
    width: 100%;
    font-size: 16px;
    color: #293155;
    background: url(../images/select-arrow-1.png) no-repeat center right, #fff;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    background-color: #fa960d;
    color: #fff;
}

.select_box select {
    width: 100%;
    font-size: 16px;
    color: #293155;
    background: url(../images/select-arrow-1.png) no-repeat center right, #fff;
    height: 40px;
    padding: 0 16px;
    border-radius: 5px;
    background-color: #fa960d;
    color: #fff;
    margin: 10px 0;
}

.frmcont input[type="text"],
.frmcont input[type="email"],
.frmcont input[type="password"] {
    padding: 0 20px 0 20px;
    border-radius: 4px;
}

.frmcont ul {
    list-style: none;
    width: 100%;
    text-align: center;
    background: #fff;
}

.frmcont ul li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-family: "open Sans";
    padding: 18px 6px;
}

.regbdyinr {
    text-align: center;
    padding: 106px 20px;
}

.title.center.reg h4 {
    /*color: #3a3a3a;
	color:#464743;*/
    color: #fff;
    font-size: 46px;
    padding-bottom: 10px;
    font-family: 'Aquawax';
}

.title.center.reg {
    margin: 0px;
    padding-bottom: 40px;
}

.register-button h4 {
    font-family: 'Altenormal';
    font-size: 14px;
    color: #65696e;
    margin: 0px;
    padding: 27px 0px;
}

.about-us {
    position: absolute;
}

.about-crumb {
    /*background: url(../images/cp114-8.jpg) no-repeat scroll 0 0 /cover;*/
    background: url(../images/cp117-3.jpg);
    padding: 15px 0px;
    text-align: center;
    padding-top: 190px;
    /*background-position: bottom;*/
    padding-bottom: 90px;
}

.about-crumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    float: none;
}

.about-crumb h4 {
    /*color: #5ed35e;*/
    color: #00ff00;
    font-size: 36px;
    font-family: 'Altenormal';
    text-transform: capitalize;
}

.bitcoin-block img {
    width: 88px;
    height: 86px;
}

.level-circle {
    /*background-color: #fff;*/
    width: 167px;
    /*height: 167px;
	border-radius: 50%;
	color: #7b7c81;*/
    font-size: 65px;
    text-align: center;
    padding: 33px 33px 0px 0px;
}

.success {
    background: linear-gradient(1deg, #7cc5ff, #0085ef);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    border-radius: 0;
    box-shadow: 5px 4px 6px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.7;
    display: inline-block;
}

.msg {
    color: #555;
    font-size: 19px;
    margin: 10px 0;
    text-align: center;
}

.msg.black {
    color: #fff;
}

.error {
    background: linear-gradient(1deg, #ff5a5a, #ff0800);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    border-radius: 5px;
    box-shadow: 5px 4px 4px 0px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.7;
    display: inline-block;
}

.msg li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 0;
}

.msg .error i {
    /*background-color: #b93b37;*/
    color: #fff;
}

.msg .success i {
    /*background-color: #2b792b;*/
    color: #fff;
}

.msg i {
    margin-right: 5px;
    padding: 10px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 63% 0%
    }
    50% {
        background-position: 38% 100%
    }
    100% {
        background-position: 63% 0%
    }
}

.succes_msg {
    text-align: center;
    width: 100%;
}

.form-top {
    margin-bottom: 235px;
}

.faq_accordian {
    width: 100%;
}

.faq_accordian .accordion-toggle {
    cursor: pointer;
    margin: 10px 0 0 0;
}

.faq_accordian .accordion-toggle.active {
    background: url(../images/accordian_arrow_up.png) no-repeat center right, #5ed35e;
    color: #ffffff;
}

.faq_accordian .accordion h4 {
    background: url(../images/accordian_arrow_down.png) no-repeat center right, rgba(245, 122, 13, 1);
    background: url(../images/accordian_arrow_down.png) no-repeat center right, -moz-linear-gradient(top, rgba(245, 122, 13, 1) 0%, rgba(201, 99, 9, 1) 100%);
    background: url(../images/accordian_arrow_down.png) no-repeat center right, -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 122, 13, 1)), color-stop(100%, rgba(201, 99, 9, 1)));
    background: url(../images/accordian_arrow_down.png) no-repeat center right, -webkit-linear-gradient(top, rgba(245, 122, 13, 1) 0%, rgba(201, 99, 9, 1) 100%);
    background: url(../images/accordian_arrow_down.png) no-repeat center right, -o-linear-gradient(top, rgba(245, 122, 13, 1) 0%, rgba(201, 99, 9, 1) 100%);
    background: url(../images/accordian_arrow_down.png) no-repeat center right, -ms-linear-gradient(top, rgba(245, 122, 13, 1) 0%, rgba(201, 99, 9, 1) 100%);
    background: url(../images/accordian_arrow_down.png) no-repeat center right, linear-gradient(to bottom, rgba(245, 122, 13, 1) 0%, rgba(201, 99, 9, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57a0d', endColorstr='#c96309', GradientType=0);
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    padding: 15px 45px 15px 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.faq_accordian .accordion-content {
    display: none;
}

.faq_accordian .accordion-content p {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    color: #2f2e2e;
    line-height: 30px;
    background: #f0eeee;
    padding: 20px 30px;
}

.faq_accordian .accordion .open {
    display: block;
}

.security {
    background-color: #fbfbfb;
    padding: 25px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
}

.security li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
}

.security li input {
    margin-right: 10px;
}

.news {
    background-color: #f9f9f9;
    padding: 25px 10px;
    border-radius: 10px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    min-height: 286px;
    -webkit-box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 7px 6px 0px 0px rgba(0, 0, 0, 0.09);
}

.news-details {
    min-height: inherit;
}

.news h3 {
    font-family: 'Altenormal';
    color: #545f80;
    font-size: 26px;
    word-wrap: break-word;
}

.news p {
    font-size: 14px;
    color: #3a3a3a;
    word-wrap: break-word;
    padding-top: 15px;
}

.news small {
    color: #5ed35e;
    font-size: 15px;
    font-family: 'Duru Sans', sans-serif;
    text-transform: lowercase;
}

.upgrade-con li {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
    list-style-type: none;
}

.upgrade-con {
    text-align: center;
}

.tcu {
    text-align: center;
    margin-bottom: 14px;
}

.sec-links li {
    list-style-type: none;
    margin-bottom: 20px;
}

.sec-links {
    padding: 10px;
}

.ac-bal small {
    display: block;
}

.ac-bal small li {
    display: inline-block;
    margin: 0 19px;
}

.com-page table {
    border: 1px solid #ccc;
}

.whyImage {
    width: 100px;
}

/*--Star--*/

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stars span {
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fcff2a;
    transform: rotate(45deg);
    opacity: 0.3;
    box-shadow: 0px 0px 16px 0px #fcff2a;
    animation: blinking 2s linear var(--d) infinite;
}

@keyframes blinking {
    0%,
    100% {
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5) rotate(45deg);
        opacity: 1;
    }
}

.stars span:nth-child(1) {
    top: 10%;
    left: 10%;
    --d: 6s;
}

.stars span:nth-child(2) {
    top: 20%;
    left: 20%;
    --d: 2s;
}

.stars span:nth-child(3) {
    top: 30%;
    left: 30%;
    --d: 1s;
}

.stars span:nth-child(4) {
    top: 10%;
    margin-left: 40%;
    --d: 1s;
}

.stars span:nth-child(5) {
    top: 40%;
    left: 60%;
    --d: 3s;
}

.stars span:nth-child(6) {
    top: 30%;
    left: 80%;
    --d: 5s;
}

.stars span:nth-child(7) {
    top: 40%;
    left: 20%;
    --d: 4s;
}

.stars span:nth-child(8) {
    top: 50%;
    left: 40%;
    --d: 9s;
}

.stars span:nth-child(9) {
    top: 60%;
    left: 70%;
    --d: 10s;
}

.stars span:nth-child(10) {
    top: 80%;
    left: 50%;
    --d: 11s;
}

.stars span:nth-child(11) {
    top: 75%;
    left: 23%;
    --d: 16s;
}

.stars span:nth-child(12) {
    top: 55%;
    left: 4%;
    --d: 18s;
}

.stars span:nth-child(13) {
    top: 36%;
    left: 26%;
    --d: 8s;
}

.stars span:nth-child(14) {
    top: 93%;
    left: 18%;
    --d: 3s;
}

.stars span:nth-child(15) {
    top: 58%;
    left: 68%;
    --d: 2.6s;
}

.stars span:nth-child(16) {
    top: 64%;
    left: 86%;
    --d: 1.5s;
}

.stars span:nth-child(17) {
    top: 6%;
    left: 78%;
    --d: 3.5s;
}

.stars span:nth-child(18) {
    top: 13%;
    left: 58%;
    --d: 2s;
}

.stars span:nth-child(19) {
    top: 50%;
    left: 50%;
    --d: 5s;
}

.stars span:nth-child(20) {
    top: 88%;
    left: 88%;
    --d: 3s;
}

.stars span:nth-child(21) {
    top: 68%;
    left: 58%;
    --d: 13s;
    z-index: 99;
}

.stars span:nth-child(22) {
    top: 60%;
    left: 63%;
    --d: 6s;
    z-index: 99;
}

/*--realtime price--*/

#prices {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#prices p {
    display: inline-block;
    margin-right: 20px;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*--Control Bar--*/

@media (min-width: 1000px) {
    .navbar-collapse {
        display: block;
    }
}

.blog-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 8px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.blog-content {
    padding: 18px;
    position: relative;
    z-index: 2;
}

.blog-item .title a {
    font-size: 25px;
    transition: all 0.3s;
}

.blog-item .title a:hover {
    color: #fa960d;
}

#frozen-btn {
    align-items: center;
    justify-content: center;
    /*height: 60px;
    width: 200px;*/
}

.planbtn button {
    border: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    outline: none;
    position: relative;
}

.planbtn button:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.planbtn label {
    border: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    outline: none;
    position: relative;
}

.planbtn label:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.planbtn .green {
    background: transparent;
    border: 2px solid;
}

.planbtn .purple {
    background-image: linear-gradient(to right, #6253e1, #852D91);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}

.planbtn .purple:hover:before {
    background-position: left bottom;
}

.planbtn .green:hover:before {
    background-position: left bottom;
}

.planbtn .green p:hover {
    color:
}

.about-block img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.about-block:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.about-block h4 {
    color: black;
    transition: color .3s ease-in-out;
}

.about-block:hover h4 {
    color: #009fbc;
}

.step1 {
    padding: 10px;
    color: #710aae;
    text-align: left;
}

.step2 {
    padding: 10px;
    color: #008ccb;
    text-align: left;
}

.step3 {
    padding: 10px;
    color: #e61b39;
    text-align: left;
}

.step4 {
    padding: 10px;
    color: #fa960d;
    text-align: left;
}

.payment-methods li img {
    display: inline-block;
    padding: 15px 15px;
}

.container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.coin {
    width: 140px;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.coin img {
    width: 50px;
    height: 50px;
}

.coin h3 {
    margin-top: 5px;
    font-size: 20px;
}

.coin p {
    margin-top: 5px;
    font-size: 16px;
}

.about-content a {
    color: #5ed35e;
    transition: all 0.3s;
    margin: 0 15px 0 0;
}

.about-content a:hover {
    color: #fa960d;
}

.loginaction a.login {
    border-radius: 0px 50px 50px 0px;
    background: #337ab7;
}

.loginaction a {
    width: 20%;
    float: right;
    font-family: 'Roboto';
    text-transform: capitalize;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.loginaction a.signup {
    border-radius: 50px 0px 0px 50px;
    background: #30e036;
}

.loginaction {
    width: 100%;
    float: left;
}

.img2 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    /*background: #fff;
	box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 20%);padding: 10px;*/
    text-align: center;
    border-radius: 8px;
}

.img2:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.homecompanyinfo h3 {
    margin: 0 0 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #0721c5;
}

.homecompanyinfo {
    padding: 20px;
}

.step1Img {
    display: table;
}

.step2Img {
    display: table;
}

.step3Img {
    display: table;
}

.step4Img {
    display: table;
}

.sameheight {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.about-video {
    padding-top: 20px;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgb(255 255 255);
}

.email {
    padding: 0 0 0 26px;
    background: url(../images/footeremail.png) no-repeat left top 5px;
    text-align: left;
}

.location {
    padding: 0 0 0 26px;
    background: url(../images/footerlocation.png) no-repeat left top 5px;
    text-align: left;
}

.shop {
    position: relative;
}

.shop a:after {
    background-color: red;
    border-radius: 3px;
    color: #fff;
    content: "hot";
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    position: absolute;
    right: -38px;
    top: 13px;
    animation: jump 1.5s infinite;
}

.shop2 {
    position: relative;
}

.shop2 a:after {
    background-color: red;
    border-radius: 3px;
    color: #fff;
    content: "hot";
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    position: absolute;
    right: 10px;
    top: 13px;
    animation: jump 1.5s infinite;
}

.action {
    width: 100%;
    padding: 35px 0 0 0;
    font-weight: bold;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}

.viewcertificate {
    background: #07ab5c;
    border-radius: 50px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 23px;
    line-height: 58px;
    display: inline-block;
    margin: 0 15px 0 0;
}

.viewcertificate:hover {
    background: #06b8c8;
    color: #fff !important;
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.companyinfo {
    background: #f6bd46;
    border-radius: 50px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 35px;
    line-height: 58px;
    display: inline-block;
}

.hbox {
    animation: jump 1s infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.loginarea,
.redirect {
    background: #14B1BA url(../images/bg-4.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    align-items: center;
    padding: 50px 0 0 0;
    height: 100vh;
    margin: 0;
}

.redirect .loginpage {
    margin: 0 auto;
}

.loginpage {
    padding: 50px;
    border-radius: 15px;
    background: #fff;
    max-width: 500px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.aff_box {
    margin: 30px 0;
    background: #07ab5c;
    padding: 15px;
    width: 100%;
    float: left;
    border-radius: 4px;
}

.refvalue {
    float: left;
    width: 84%;
}

#copyButton {
    background: #fbbe40 url(../images/duplicate.png) no-repeat left 10px center;
    border: none;
    border-radius: 4px 0 0 4px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    width: 100px;
    text-align: left;
    float: left;
    line-height: 50px;
    padding: 0 0 0 40px;
    height: 50px;
}

#copyTarget {
    border: none;
    width: calc(100% - 100px);
    float: left;
    padding: 0 30px;
    height: 50px;
}

#msg {
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    float: left;
}

.getban {
    width: 16%;
    float: right;
    text-align: center;
    line-height: 50px;
    background: #19e984;
    border-radius: 0 4px 4px 0;
}

.getban a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.total-plans .plan input[type=radio] {
    display: none;
}

.total-plans .plan input[type="radio"]:checked+.radio {
    color: #fff;
    background: #0020bb;
}

#choose {
    margin: 20px auto;
    position: relative;
}

#choose.border {
    border: 1px dotted red;
}

#choose .gou {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px
}

#choose .gou.on::after {
    border-color: red;
}

#choose .gou::after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    content: "";
    z-index: 99;
}

.box {
    position: relative;
    overflow: hidden;
}

.box:before,
.box:after {
    content: '';
    background: linear-gradient( #000dff 0%, #6b73ff 100%);
    height: 150%;
    width: 100%;
    border-radius: 0 100% 0 0;
    opacity: 0;
    position: absolute;
    left: -50%;
    top: 100%;
    z-index: 1;
    transition: border-radius .5s ease-out, top .5s ease-out, opacity .3s ease-out;
}

.box:after {
    border-radius: 100% 0 0 0;
    left: 50%;
}

.box:hover:before,
.box:hover:after {
    top: -50%;
    opacity: 0.9;
    border-radius: 0 35% 0 0;
}

.box:hover:after {
    border-radius: 35% 0 0 0;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    color: #fff;
    text-align: center;
    width: 80%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px;
}

.box .post {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    margin: 0 5px;
    display: inline-block;
}

.box .icon li a {
    color: #fff;
    background: transparent;
    font-size: 14px;
    line-height: 31px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-bottom: none;
    border-right: none;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.box .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.futureimg {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    transform: translateX(-50%) translateY(0%);
    background: rgb(0 0 0 / 31%);
    color: #fff;
    margin: 0px;
    backdrop-filter: blur(2px);
}

.ref {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

div .wrap {
    position: relative;
}

.wrap div {
    position: absolute;
    border-radius: 50%;
}

.howstartSari {
    background: url(../images/starbg.jpg) no-repeat;
    padding: 50px;
    background-size: cover;
}

.howstart {
    background: url(../images/starbg.jpg) no-repeat;
    padding: 50px;
    background-attachment: fixed;
    background-size: cover;
}

#table-1 thead,
#table-1 tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 189, 189);
}

#table-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 189, 189);
}

/* Padding and font style */

#table-1 td,
#table-1 th {
    padding: 5px 10px;
    font-size: 12px;
    font-family: Verdana;
    color: rgb(177, 106, 104);
    background: transparent;
    border: 0px;
    border-left: 1px solid;
}

/* Alternating background colors */

#table-1 tr:nth-child(even) {
    background: rgb(238, 211, 210)
}

#table-1 tr:nth-child(odd) {
    background: #FFF
}

/* Border styles */

#table-2 thead,
#table-2 tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 189, 189);
}

#table-2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 189, 189);
}

/* Padding and font style */

#table-2 td,
#table-2 th {
    padding: 5px 10px;
    font-size: 12px;
    font-family: Verdana;
    color: rgb(177, 106, 104);
    background: transparent;
    border: 0px;
    border-left: 1px solid;
}

/* Alternating background colors */

#table-2 tr:nth-child(even) {
    background: rgb(238, 211, 210)
}

#table-2 tr:nth-child(odd) {
    background: #FFF
}

/* Border styles */

#table-3 thead,
#table-3 tr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(235, 242, 224);
}

#table-3 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(235, 242, 224);
}

/* Padding and font style */

#table-3 td,
#table-3 th {
    padding: 5px 10px;
    font-size: 12px;
    font-family: Verdana;
    color: rgb(149, 170, 109);
    background: transparent;
    border: 1px solid rgb(149, 170, 109);
}

/* Alternating background colors */

#table-3 tr:nth-child(even) {
    background: rgb(230, 238, 214)
}

#table-3 tr:nth-child(odd) {
    background: #FFF
}

a#mapp {
    position: relative;
}

#mapp img {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -30px;
    bottom: -140px;
    height: 150px;
    z-index: 99;
}

#mapp:hover img {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}

.conbg {
    background: url(../images/conbg1.jpg);
    background-size: cover;
}

.tablewrapper {
    display: table;
}

.leftfixed {
    position: fixed;
    bottom: 50%;
    left: 0;
    width: 80px;
    box-shadow: 1px 8px 8px 0 rgb(0 0 0 / 38%);
    border-radius: 70px;
    border: 0px;
    z-index: 999;
}

.paddingleft-0 {
    padding-left: 0px;
}

.paddingright-0 {
    padding-right: 0px;
}