@charset "utf-8";
*,
body {
    margin: 0;
    padding: 0
}

.main_banner h2,
.navbar-inverse .navbar-nav>li>a,
a.login_button,
a.signup_button {
    font-weight: 700;
    text-transform: uppercase
}

.banner_btn ul li,
.top_achnr ul li {
    display: inline-block;
    list-style: none
}

div#result-div {
    position: fixed;
    top: 50%;
    left: 33%;
    z-index: 9999999999999999999
}

body {
    font-family: 'Open Sans', sans-serif!important
}

::-webkit-scrollbar {
    width: 13px
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #1899be;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent
}

.navbar-nav {
    margin: 0 auto;
    float: none;
    width: 100%
}

header {
    width: 100%;
    padding: 7px 0;
    border-bottom: 3px solid #1899be
}

.logo img,
.navbar {
    padding: 12px 0 0
}

.navbar-inverse .navbar-nav>li>a {
    color: #878787
}

.navbar {
    margin-bottom: 0
}

.top_achnr ul li {
    padding: 0
}

a.login_button {
    color: #1899be;
    border: 2px solid #1899be;
    padding: 5px 20px;
    border-radius: 27px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

a.signup_button,
a.video_button {
    border: 2px solid #1899be
}

a.login_button:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #1899be;
    color: #fff
}

.top_achnr {
    width: 100%;
    padding: 27px 0 0
}

a.signup_button {
    color: #fff;
    background: #1899be;
    padding: 5px 20px;
    border-radius: 27px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

a.signup_button:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be
}

.top_achnr ul {
    float: right;
    padding: 0
}

ul.nav.navbar-nav {
    padding-left: 40px
}

.main_banner {
    background: url(../images/main_banner.jpg);
    background-repeat: no-repeat!important;
    background-size: cover;
    width: 100%;
    padding: 140px 0
}

.bg2,
.bg3 {
    width: 100%!important;
    padding: 140px 0!important
}

.bg2 {
    background: url(../images/main_banner2.jpg) no-repeat!important;
    background-size: cover!important
}

.bg3 {
    background: url(../images/main_banner3.jpg) no-repeat!important;
    background-size: cover!important
}

.main_banner h2 {
    color: #fff;
    font-size: 62px
}

.main_banner h6 {
    line-height: 1.2;
    font-size: 27px;
    color: #fff;
    font-weight: 600
}

.main_banner p {
    font-size: 17px;
    color: #fff;
    font-weight: 600
}

.page-content-icon h6,
a.mining_button,
a.video_button {
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase
}

.banner_btn {
    width: 100%;
    padding: 27px 0 0
}

.banner_btn ul li {
    padding: 0
}

a.mining_button,
a.video_button {
    padding: 10px 29px;
    text-decoration: none
}

a.mining_button {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 27px;
    font-size: 15px;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

a.mining_button:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be
}

a.video_button {
    color: #fff;
    background: #1899be;
    border-radius: 27px
}

.banner_btn ul {
    padding: 0
}

.after_banner {
    background: url(../images/bitcoinbg.jpg) no-repeat;
    background-size: contain;
    padding-bottom: 70px
}

.after_banner_h2 h2 {
    font-size: 40px;
    letter-spacing: .05em;
    color: #333;
    text-align: center
}

.page-content-icon {
    padding-top: 70px;
    padding-bottom: 50px
}

.page-content-icon img {
    display: block;
    margin: 0 auto;
    width: 50%
}

.page-content-icon h6 {
    color: #666;
    font-size: 22px;
    text-align: center
}

.page-content-icon p {
    color: #878787;
    font-size: 14px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 600;
    width: 80%;
    margin: 0 auto
}

.button_start {
    margin-top: 50px;
    text-align: center
}

.button_start a {
    color: #fff;
    background: #1899be;
    font-weight: 700;
    border: 2px solid #1899be;
    padding: 10px 50px;
    border-radius: 27px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 19px;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

.button_start a:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be
}

.amounts_sec {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #efefef
}

.price_cont img {
    margin: 0 auto;
    display: block
}

.price_cont h2 {
    text-align: center;
    color: #333;
    letter-spacing: 0;
    font-size: 30px
}

.price_cont p {
    text-align: center;
    color: #878787;
    letter-spacing: .05em;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto
}

.coin_sec {
    padding-top: 18px;
    padding-bottom: 15px;
    background: url(../images/coin_bg.jpg);
    background-size: cover;
    background-position: center
}

.coin_sec h2 {
    font-size: 34px;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 20px 0
}

.aboutuscontainerimg #why_img_width {
    width: 100%
}

a.find,
a.pricing {
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none
}

.coin_btn ul li {
    list-style: none;
    display: inline-block;
    padding: 0
}

a.find {
    color: #1899be;
    border: 2px solid #fff;
    padding: 5px 30px;
    border-radius: 27px;
    background: #fff;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

a.find:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #1899be;
    color: #fff
}

.coin_btn {
    width: 100%;
    padding: 27px 0 0
}

a.pricing {
    margin-left: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 30px;
    border-radius: 27px;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

a.pricing:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be
}

.coin_btn ul {
    padding: 0
}

.coin_btn {
    background-image: unset!important
}

.profile-circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    border: 5px dashed #1899be;
    border-radius: 50%
}

.testi_h2 {
    font-size: 40px;
    color: #3333;
    letter-spacing: .05em;
    text-align: center!important;
    margin-bottom: 50px;
    color: #333
}

.testimon_sec p,
.text_testi {
    font-size: 18px;
    color: #333;
    letter-spacing: .05em
}

.button_credit,
.button_credit a,
.cards_img,
.testimon_sec p,
.text_testi {
    text-align: center
}

.testimon_sec {
    background: url(../images/testimonial-bg.jpg);
    padding-top: 20px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.testimon_sec p {
    width: 100%!important;
    font-weight: 400;
    display: block;
    margin: 5px auto
}

.text_testi {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px
}

.credit_sec {
    padding: 40px 0;
    background: url(../images/cre_bg.jpg);
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat
}

.after_banner_h2 h2 {
    color: #1899be!important
}

.cards_img {
    margin-top: 40px;
    margin-bottom: 40px
}

.cards_img img {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5%
}

.button_credit {
    margin-top: 30px
}

.mainSlider {
    width: 100%;
    margin: 0;
    padding: 0
}

.button_credit a {
    color: #1898be;
    background: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 5px 50px;
    border-radius: 27px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .05em;
    font-size: 19px;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s
}

.button_credit a:hover {
    transition: all ease .4s;
    box-shadow: inset 0 100px 100px 0 #1899be;
    color: #fff
}

.contactusMain {
    background: url(../images/contactusBanner.jpg)!important;
    background-size: cover!important
}

footer {
    padding-top: 25px;
    padding-bottom: 10px;
    background: #333;
    height: 250px;
    padding: 70px 0
}

footer .footer-ssl {
    margin-top: 10px;
    width: 130px
}

.footer-logo p {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 20px;
    font-weight: 600
}

.footernav {
    text-align: left
}

.footernav ul li a {
    color: #7a7a7a;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600
}

.footernav ul {
    list-style-type: none
}

.aboutusMain {
    background: url(../images/aboutusbanner.jpg);
    background-size: cover;
    padding: 78px 0
}

.aboutusMain .content-block img {
    width: 100%
}

.aboutusMain h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.aboutusMain .breadcrumb {
    background: 0 0;
    text-align: center
}

.aboutusMain .breadcrumb li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.breadcrumb>li+li:before {
    padding: 0 3px!important;
    color: #fff!important;
    content: "/"!important
}

.aboutusdetails {
    padding-top: 40px;
    padding-bottom: 90px
}

.aboutusdetails h3 {
    font-size: 28px;
    font-weight: 600;
    color: #151515;
    text-align: center
}

.aboutusdetails h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1899be;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px
}

.aboutusdetails p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
    width: 70%;
    margin: 0 auto
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: 0 0;
    color: #1899be
}

.formsPage {
    padding-top: 50px;
    padding-bottom: 50px
}

.formsPage .nav-tabs {
    margin-top: 40px
}

.registerForm {
    padding-left: 41px
}

.loginForm {
    border-right: 1px solid #ccc;
    padding-right: 41px
}

.loginForm input[type=password]::placeholder,
.loginForm input[type=text]::placeholder,
.registerForminput[type=date]::placeholder,
.registerForminput[type=password]::placeholder,
.registerForminput[type=tel]::placeholder,
.registerForminput[type=text]::placeholder {
    color: #c6c9cb
}

.loginForm input[type=password],
.loginForm input[type=text],
.registerForm input[type=date],
.registerForm input[type=password],
.registerForm input[type=tel],
.registerForm input[type=text] {
    width: 100%;
    padding: 16px;
    font-size: 13px
}

.registerForm input[type=password],
.registerForm input[type=text] {
    margin-bottom: 15px
}

.loginForm h2,
.registerForm h2 {
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 44px;
    font-size: 30px
}

.p1login,
.p2login {
    font-weight: 400;
    color: #7a7a7a;
    text-align: left;
    font-size: 13px;
    margin: 15px 0
}

.loginForm input[type=checkbox],
.registerForm input[type=checkbox] {
    margin-right: 5px
}

.loginForm label,
.registerForm label {
    font-weight: 400;
    color: #333;
    font-size: 12px;
    margin-top: 14px
}

.loginForm label a,
.loginForm label a:hover,
.registerForm label a,
.registerForm label a:hover {
    color: #1899be;
    text-decoration: none
}

.loginForm:after {
    content: url(../images/ORimg.png);
    left: 93%;
    position: absolute;
    top: 50%
}

.loginFormbtn,
.registerFormbtn {
    margin-top: 20px;
    background: #1899be;
    color: #fff;
    font-weight: 600;
    padding: 10px 2px;
    display: block;
    font-size: 19px;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
    border: 1px solid transparent
}

.registerFormbtn {
    width: 100%!important
}

.loginFormbtn:hover,
.registerFormbtn:hover {
    transition: all ease .2s;
    text-decoration: none;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be;
    border: 1px solid #1899be
}

.loginpage {
    margin-top: 72px
}

.donthaveaccount,
.donthaveaccount:hover {
    margin: 0 auto 0 20px;
    font-weight: 700;
    font-size: 18px;
    color: #1899be;
    text-decoration: none
}

.registerForm img {
    margin: 10px auto;
    display: block
}

.contactusMain {
    background: url(../images/contactusBanner.jpg);
    background-size: cover;
    padding: 78px 0;
    margin-bottom: 50px
}

.contactItem,
.itemRight {
    padding-left: 20px
}

.contactusMain h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.contactusMain .breadcrumb {
    background: 0 0;
    text-align: center
}

.contactusMain .breadcrumb li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.contactItem {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px
}

.itemLeft,
.itemRight {
    display: inline-block;
    float: left
}

.contactItem i {
    color: #1899be;
    font-size: 45px;
    margin-top: 10px
}

.contactItem i.bigger {
    font-size: 54px
}

.contactItem p {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px
}

.contactItem h4 {
    text-transform: uppercase;
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px
}

.mainForm input,
.mainForm label,
.mainForm textarea {
    display: block
}

.mainForm label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px
}

.mainForm input,
.mainForm textarea {
    width: 100%;
    font-size: 12px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.mainForm input::placeholder,
textarea::placeholder {
    color: #c6c9cb
}

.mainForm textarea {
    margin-bottom: 35px
}

.SendMessage {
    margin-top: 20px;
    background: #1899be;
    color: #fff;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
    border: 1px solid transparent
}

.SendMessage:hover {
    transition: all ease .2s;
    text-decoration: none;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be;
    border: 1px solid #1899be
}

.contactPage {
    padding-bottom: 55px
}

.servicesMain {
    background: url(../images/aboutusbanner.jpg);
    background-size: cover;
    padding: 78px 0
}

.servicesMain h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.servicesMain .breadcrumb {
    background: 0 0;
    text-align: center
}

.servicesMain .breadcrumb li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.servicesSec {
    padding: 27px 0
}

.servicesSec .panel-heading {
    cursor: pointer
}

.rowsItems {
    margin-bottom: 76px
}

.servicesItem img {
    display: block;
    position: relative;
    top: 5px
}

.servicesItem h4 {
    color: #1899be;
    font-weight: 600;
    font-size: 20px
}

.servicesItem p {
    color: #333;
    font-size: 15px
}

.pricesMain {
    background: url(../images/aboutusbanner.jpg);
    background-size: cover;
    padding: 78px 0
}

.pricesMain h2 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    margin-bottom: 35px
}

.pricesMain p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px
}

.btnpadding {
    padding: 10px 45px!important
}

.servicesicon {
    margin-top: 25px!important
}

.packages {
    padding-top: 10px
}

.pricing_h2 h2 {
    text-align: center;
    font-weight: 600;
    color: #151515;
    font-size: 28px
}

.pricing_h3 h3 {
    text-align: center;
    font-weight: 600;
    color: #1899be;
    font-size: 40px
}

.packageBG {
    background: #fff;
    padding: 0 0;
    margin-bottom: 0
}

.outofstock p {
    font-size: 14px;
    color: #2c2c2c;
    font-style: italic
}

.gold p {
    font-size: 36px;
    font-weight: 700;
    color: #2580b1
}

.package_type p {
    font-size: 18px;
    color: #2c2c2c
}

.exact_price p {
    font-size: 30px;
    font-weight: 700;
    color: #2580b1
}

.exact_price span.dollar {
    font-size: 25px;
    color: #5ab1e0;
    font-weight: 700
}

.exact_price span.endZeros {
    font-size: 25px;
    color: #5ab1e0;
    font-weight: 700;
    position: relative;
    bottom: 15px;
    left: 3px
}

.p-5 {
    padding: 5px
}

.freq p,
.slogLine p {
    color: #3e3e3e;
    margin: 0
}

.freq p {
    font-size: 43px;
    font-weight: 700
}

.slogLine p {
    font-size: 14px
}

.slogLine.firstP {
    margin-bottom: 5px
}

.select-plan .packagesbtn1,
.select-plan .packagesbtn2 {
    font-size: 22px;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    margin-bottom: 7px;
    background: linear-gradient(to right, #6ebae4, #2580b1);
    border: none
}

.select-plan .packagesbtn1:hover,
.select-plan .packagesbtn2:hover {
    opacity: .9;
    border: none;
    background: linear-gradient(to right, #6ebae4, #2580b1);
    color: #fff
}

.packagesbtn1,
.packagesbtn2 {
    font-size: 28px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    margin-bottom: 7px
}

.packagesbtn1 {
    background: #1899be;
    color: #fff;
    border: 2px solid transparent;
    text-decoration: none
}

.packagesbtn1:hover,
.packagesbtn2 {
    background: #fff;
    color: #1899be;
    border: 2px solid #1899be;
    text-decoration: none
}

.packagesbtn2:hover,
.selectAPlan {
    background: #1899be;
    text-decoration: none
}

.packagesbtn2:hover {
    color: #fff;
    border: 2px solid #fff
}

.reviews p {
    font-size: 14px;
    color: #3e3e3e;
    margin: 0
}

.lesspaddingreviews {
    padding: 10px 0;
    border: none
}

.pricesItem {
    text-align: center;
    font-family: Calibri;
    margin-bottom: 20px;
    min-height: 560px;
    border: 1px solid #eee
}

.pricesItem:hover {
    box-shadow: 0 0 10px 1px #ccc
}

.select-plan .outofstock {
    background: linear-gradient(to bottom, #6ebae4, #2580b1)
}

.select-plan .outofstock p {
    font-style: normal;
    color: #fff;
    padding: 7px;
    font-size: 20px
}

.border-tb-none {
    border-top: none;
    border-bottom: none
}

.select-plan .freq p {
    font-size: 29px;
    color: #777;
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 80%;
    margin: 0 auto;
    word-wrap:break-word;
}

.select-plan .gold p {
    font-size: 28px;
    font-weight: 600
}

.select-plan .packageBG:nth-child(3) {
    align-items: center;
    justify-content: center;
    display: flex
}

.select-plan .packageBG:nth-child(3) p {
    display: block
}

.select-plan .packageBG:nth-child(1) {
    height: 230px
}

.packageBG:nth-child(1) {
    height: 250px
}

.packageBG:nth-child(3) {
    height: 100px
}

.packages_cont {
    padding-top: 20px
}

.pricing_text_sec {
    text-align: center;
    padding-bottom: 40px
}

.pricing_text_sec h2 {
    font-weight: 600;
    color: #333;
    font-size: 36px;
    margin-top: 30px
}

.pricing_text_sec p {
    color: #333;
    font-size: 18px;
    margin-top: 35px
}

.customh2,
.loginForm img {
    margin-top: 10px
}

.selectAPlan {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    font-family: Calibri;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: .2s
}

.selectAPlan:hover {
    text-decoration: none;
    background: #fff;
    color: #1899be;
    transition: .2s;
    border: 1px solid #1899be
}

.hoverClass:hover,
.hoverClass:hover .endZeros,
.hoverClass:hover .gold p,
.hoverClass:hover .package_type p,
.hoverClass:hover .price,
.packageBG:hover .outofstock p {
    background: #2580b1;
    color: #fff
}

.button_credit a {
    position: relative;
    left: -5px
}

.supportsMain {
    background: url(../images/aboutusbanner.jpg);
    background-size: cover;
    padding: 78px 0
}

.supportsMain h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.supportsMain .breadcrumb {
    background: 0 0;
    text-align: center
}

.supportsMain .breadcrumb li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.customh2,
.privacyPolicycontent h3 {
    font-weight: 600
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"
}

.customh2 {
    font-size: 40px;
    color: #1899be;
    text-align: center;
    margin-bottom: 40px
}

.margin-bottom-5 {
    margin-bottom: 5%
}

.grayscale-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s
}

.grayscale-img img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s
}

.priceBig span {
    font-size: 42px;
    vertical-align: top;
    font-weight: 400
}

.font-weight-bold-li li,
.priceBig {
    font-weight: 700
}

.priceBig {
    font-size: 70px
}

.display-inline {
    display: inline-block
}

.dashboardbtn,
.display-block {
    display: block
}

.font-size-20 {
    font-size: 20px
}

.color-red {
    color: #c00
}

.color-green {
    color: #0f0
}

.listamounts ul li {
    margin-bottom: 30px
}

.rowstyled {
    margin-right: -15px;
    margin-left: -15px;
    background: #eaeaea;
    padding: 50px 0;
    padding-bottom: 0!important
}

.bitcoinindex {
    padding: 30px 0
}

.bitcoinindex .customh2 {
    font-size: 26px;
    margin-right: 10px
}

.bitcoinindex span {
    color: #909090;
    font-size: 16px
}

.bitcoinindex select {
    padding: 6px 25px;
    margin-top: 12px;
    font-size: 14px
}

.black-bg-calculator {
    background: #333;
    padding: 30px;
    margin-top: 44px
}

.nopadding-lr {
    padding-left: 0!important;
    padding-right: 0!important
}

.black-bg-calculator input,
.black-bg-calculator select {
    width: 100%;
    padding: 10px 4px;
    border: none
}

.black-bg-calculator input {
    padding: 10px 4px;
    color: #fff
}

.bg666 {
    background: #666
}

.black-bg-calculator h4 {
    color: #fff;
    margin-bottom: 20px
}

.black-bg-calculator p {
    color: #666
}

.exchanges h4 {
    font-size: 23px;
    font-weight: 600
}

.exchanges input[type=checkbox] {
    margin-right: 5px
}

.updatecartbtn {
    background: #1899be;
    color: #fff;
    padding: 10px 20px;
    border-radius: 33px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: .3s;
    margin-top: 10px
}

.dashboardbtn,
.updatecartbtn:hover {
    color: #1899be;
    text-decoration: none
}

.updatecartbtn:hover {
    transition: .3s;
    background: #fff;
    border: 1px solid #1899be
}

.dashBoard {
    padding: 70px 0
}

.dashboardbtn {
    font-weight: 700;
    border: 2px solid #1899be;
    padding: 10px 29px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
    text-align: center;
    background: 0 0;
    margin-bottom: 5%
}

.dashboardbtn.active,
.dashboardbtn:hover {
    text-decoration: none;
    transition: all ease .4s;
    color: #fff;
    background: #1899be;
    border: 2px solid transparent;
    box-shadow: inset 0 100px 100px 0 #1899be
}

a:active,
a:focus,
a:hover {
    text-decoration: none!important
}

.dashBoardH4 {
    margin-top: 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.box {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    min-height: 179px
}

.box-title h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    display: inline-block
}

.box-title {
    padding-top: 18px
}

.font-weight-700 {
    font-weight: 700!important
}

.dashboardbtn2 {
    font-weight: 600;
    background: #1899be;
    color: #fff;
    display: block;
    padding: 13px;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: .3s
}

.dashboardbtn2:hover {
    transition: .3s;
    background: 0 0;
    color: #1899be;
    border: 2px solid #1899be
}

.dashboardform {
    border-right: 1px solid #ccc
}

customtable td {
    vertical-align: middle
}

.min-height200px {
    min-height: 250px
}

@media(max-width:1200px) {
    .loginFormbtn {
        width: 70%
    }
    a.find,
    a.pricing {
        padding: 5px 15px;
        font-size: 14px!important
    }
}

@media(min-width:768px) {
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(max-width:980px) {
    .loginFormbtn {
        width: 85%
    }
    .page-content-icon h6 {
        color: #666;
        font-size: 20px
    }
    .price_cont h2 {
        font-size: 33px
    }
    .coin_sec h2 {
        font-size: 22px
    }
    a.login_button,
    a.signup_button {
        padding: 5px 20px
    }
    .logo img {
        padding: 26px 0 0
    }
    a.mining_button,
    a.video_button {
        padding: 5px 10px;
        font-size: 13px
    }
}

@media(max-width:767px) {
    .coin_btn ul,
    .coin_sec h2,
    .footer-logo p,
    .footernav,
    .top_achnr ul,
    .xs-center-text {
        text-align: center
    }
    .min-height200px {
        min-height: inherit
    }
    .dashboardform {
        border-right: 1px solid transparent
    }
    .xs-margin-bottom-2 {
        margin-bottom: 2%
    }
    .servicesicon {
        margin-top: 44px!important
    }
    .btnpadding {
        float: none!important
    }
    .pricing_text_sec p {
        margin-top: unset
    }
    .xs-center-text {
        display: block
    }
    .loginFormbtn,
    .registerFormbtn {
        width: 80%!important;
        margin-left: auto;
        margin-right: auto
    }
    .registerForm h2 {
        margin-top: 50px
    }
    .loginForm,
    .registerForm {
        padding-left: 0;
        padding-right: 0;
        border-right: none
    }
    .loginForm:after {
        content: none
    }
    .after_banner_h2 h2 {
        font-size: 21px
    }
    .testi_h2 {
        font-size: 34px
    }
    .cards_img img {
        margin: 0;
        width: 29%
    }
    .logo img,
    footer img {
        display: block;
        margin: 0 auto
    }
    .logo img {
        width: 50%
    }
    .top_achnr ul {
        float: none
    }
    a.mining_button {
        padding: 16px 66px!important;
        font-size: 14px;
        margin: 0 0 30px;
        float: left
    }
    a.video_button {
        padding: 15px 78px;
        font-size: 14px;
        margin: 0
    }
    .price_cont p {
        margin-bottom: 40px
    }
    ul.nav.navbar-nav {
        padding-left: 0;
        text-align: -webkit-center;
        border-bottom: 1px solid #1899be
    }
    .main_banner {
        padding: 65px 0
    }
    .main_banner h2 {
        font-size: 41px
    }
}

.billingh2 {
    padding-left: 15px
}

.custom-price1,
.custom-price2 {
    padding: 10px 14px;
    overflow: hidden;
    display: block
}

.cart-total {
    margin-top: 70px
}

.cart-total>tbody>tr>td,
.cart-total>tbody>tr>th {
    border-top: none
}

.cart-total hr {
    margin-top: 6px;
    margin-bottom: 6px
}

.no-border-radius {
    border-radius: 0!important
}

.border-ddd {
    border: 1px solid #d5d5d5;
    margin-top: 20px
}

.custom-price1 {
    background: #e9e9e9
}

.custom-price1 .fromto {
    font-size: 16px;
    font-weight: 600;
    color: #363636
}

.width-50 {
    width: 50%
}

.custom-price2 .blueprice {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.custom-price2 {
    background: #1899be
}

.plandetanchor {
    color: #000;
    display: block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    background: #d5d8d8
}

.custom-price4 {
    background: #e9e9e9;
    padding: 15px 0 15px 14px;
    overflow: hidden
}

.custom-price4 .hashpricetag {
    font-size: 21px;
    font-weight: 700;
    color: #1899be;
    display: block;
    margin-bottom: 5px
}

.custom-price4 .hashprice {
    font-size: 32px;
    font-weight: 400;
    color: #2e2e2e
}

.custom-price4 .buynow {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #1899be;
    float: right;
    padding: 8px 10px;
    margin-top: 20px
}

.custom-price4 {
    display: none
}

.tablemodal {
    padding: 30px
}

.tablemodal .modal-body {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 400px
}

.tablemodal thead tr td {
    background: #1899be;
    color: #fff;
    border: none
}

.tablemodal h2 {
    color: #1899be
}

.tablemodal table td {
    vertical-align: middle!important;
    text-align: center
}

.close-btn {
    position: absolute;
    top: 28px;
    margin-right: 15px;
    right: 0;
    z-index: 99999
}

td.purchase {
    background-color: #1899be;
    border: 1px solid #1899be!important;
    font-weight: 600;
    font-size: 16px
}

td.purchase a {
    color: #fff
}

.margin-bottom-30px {
    margin-bottom: 30px
}

.formhideshow {
    padding: 70px 0;
    display: none
}

.formhideshow input {
    width: 100%;
    font-size: 12px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.formhideshow a,
.formhideshow a:focus {
    background: #1899be;
    color: #fff;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #1899be;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
    display: block;
    border: 1px solid transparent
}

.formhideshow a:hover {
    transition: all ease .2s;
    text-decoration: none;
    box-shadow: inset 0 100px 100px 0 #fff;
    color: #1899be;
    border: 1px solid #1899be
}

.nav-tabs:hover {
    color: #fff
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #b8b8b8
}

.nav-tabs>li>a {
    font-size: 18px!important;
    font-weight: 700
}

.nav-tabs>li a:hover {
    color: #000
}

.formsPage .nav-tabs>li a {
    color: #000
}

.formsPage .nav-tabs>li a:hover,
.formsPage .nav-tabs>li.active>a,
.formsPage .nav-tabs>li.active>a:focus {
    color: #fff!important;
    background-color: #1899be!important
}

.no-padding {
    padding: 0
}

.padding {
    padding-left: 0
}

.loginForm2 input[type=text] {
    width: 100%;
    padding: 11px;
    font-size: 13px;
    margin: 0 0 25px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 4px 7px #ddd
}

.loginForm2 h3 {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    text-transform: inherit;
    font-weight: 700
}

.loginForm2 select {
    width: 100%;
    padding: 11px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    box-shadow: 28px 15px 2px 4px inset #000;
    box-shadow: inset 0 4px 7px #ddd
}

.loginForm2 checkbox-inlin {
    position: relative
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.form-group input {
    float: right;
    margin: 11px 49%
}

.center,
.center-tab,
.nav-tabs-div {
    float: none
}

.form-group span {
    position: absolute;
    margin: 7px 27px
}

.top {
    margin-top: -30px
}

.center-tab,
.nav-tabs,
.nav-tabs-div {
    display: table;
    margin: 0 auto
}

.group h2 {
    font-size: 20px;
    font-weight: 700
}

.nav-tabs {
    background: #ededef
}

.buton,
.radui-button input[type=radio]:checked~.check::before {
    background: #1899be
}

.center {
    display: inline-table;
    margin: 0
}

.tab-content {
    display: table;
    margin: 0 auto
}

.nav-tabs>li a {
    padding: 2px 24px
}

.mb-10 {
    margin-bottom: 10px
}

.radui-button ul {
    margin: 0;
    padding: 0
}

.radui-button ul li {
    color: #333;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 35px
}

.radui-button ul li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radui-button ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    padding: 0 33px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    top: -10px
}

.radui-button ul li:hover label {
    color: #333
}

.radui-button ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #1899be;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radui-button ul li:hover .check {
    border: 3px solid #333
}

.radui-button ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.radui-button input[type=radio]:checked~.check {
    border: 3px solid #1899be
}

.radui-button input[type=radio]:checked~label {
    color: #1899be
}

.buton,
.buton a {
    color: #fff
}

.buton {
    width: 30%;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 30px
}

.input-top {
    margin-top: 20px
}

.selec-top {
    margin-top: -10%
}

.selec-top2 {
    margin-top: -15%
}

.top3 {
    margin-top: 20px
}

.radui-button p {
    font-weight: 700;
    font-size: 18px
}

.selec-top4 {
    margin-top: -5%
}

.fobt {
    font-size: 13px;
    font-weight: 700
}

.padding-rigth {
    padding-right: 0
}

.margine {
    margin: 0
}

.margine3 {
    margin-left: 15px
}

.chak {
    position: relative;
    left: 18px
}

.loginForm2 input[type=Date],
.loginForm2 input[type=file],
.loginForm2 input[type=number],
.loginForm2 input[type=tel] {
    width: 100%;
    padding: 11px;
    font-size: 13px;
    margin: 0 0 25px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 4px 7px #ddd
}

.howitworks-block-gray {
    background: #e7e7e7
}

.howitworks-block-gray .container {
    background: url(/dev/assets/images/howitworks_cogs.png) right center no-repeat;
    padding-top: 40px;
    padding-bottom: 70px
}

.f18 {
    font-size: 18px!important
}

@media (max-width:991px) {
    .howitworks-block-gray .container {
        background: 0 0
    }
}

.howitworks-steps {
    margin: 40px 0 0 0
}

.howitworks-step {
    margin-bottom: 25px;
    position: relative
}

.howitworks-step-img {
    display: flex
}

.howitworks-step-img img {
    margin: 0 auto
}

.home-steps .howitworks-step-img {
    height: 250px;
    line-height: 250px
}

.howitworks-step-info {
    position: relative;
    padding-left: 50px;
    text-align: left
}

.howitworks-step-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: solid 2px #1899be;
    border-radius: 17px;
    font-size: 24px;
    color: #1899be;
    font-weight: 700;
    text-align: center
}

.howitworks-step-title {
    font-size: 18px;
    font-weight: 700
}

.howitworks-step-subtitle {
    font-size: 16px
}

.howitworks-step-arrow-left:after,
.howitworks-step-arrow-right:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 62px;
    background: url(/dev/assets/images/howitworks_step_arrow.png) center center no-repeat;
    top: 120px;
    margin-top: -62px
}

.howitworks-step-arrow-left:after {
    left: -10px
}

.howitworks-step-arrow-right:after {
    right: -10px
}

@media (max-width:991px) {
    .howitworks-step-arrow-left:after,
    .howitworks-step-arrow-right:after {
        display: none
    }
}

.howitworks-block-orange {
    background: #f0ad4e;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase
}

.howitworks-block-black {
    background: #343841 url(/dev/assets/images/auction-about-room.jpg) center top no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase
}

.howitworks-whys {
    margin: 30px 0 40px 0
}

.howitworks-why-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px
}

.page-block-wrapper {
    padding: 45px 0
}

.animation-box {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.animation-box img {
    vertical-align: top
}

@keyframes a-hiw-1_cursor {
    0% {
        left: -30px
    }
    100% {
        left: 110px
    }
}

@keyframes a-hiw-1_button {
    0%,
    96% {
        background: 0 0;
        color: #333
    }
    98% {
        background: #333
    }
    100% {
        background: #5cb85c
    }
}

.a-hiw-1 {
    width: 137px;
    height: 176px;
    margin: 0 auto
}

.a-hiw-1 .a-hiw-1_cursor {
    position: absolute;
    top: 130px;
    left: 110px;
    z-index: 2
}

.a-hiw-1 .a-hiw-1_button {
    position: absolute;
    top: 113px;
    left: 25px;
    width: 106px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    background: #5cb85c;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.a-hiw-1:hover .a-hiw-1_cursor {
    animation-name: a-hiw-1_cursor;
    animation-duration: 2s
}

.a-hiw-1:hover .a-hiw-1_button {
    animation-name: a-hiw-1_button;
    animation-duration: 2s
}

@keyframes a-hiw-2_arrow {
    0% {
        transform: rotate(-150deg)
    }
    100% {
        transform: rotate(30deg)
    }
}

@keyframes a-hiw-2_label {
    0% {
        color: #2754e6
    }
    100% {
        color: #ff3b3b
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(1px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-1px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(1px, 0, 0)
    }
}

.a-hiw-2 {
    width: 136px;
    height: 105px;
    margin: 0 auto
}

.a-hiw-2 .a-hiw-2_arrow {
    position: absolute;
    top: 65px;
    left: 56px;
    transform-origin: 15% 72%;
    transform: rotate(30deg);
    z-index: 2
}

.a-hiw-2 .a-hiw-2_label {
    position: absolute;
    top: 40px;
    left: 50px;
    line-height: 20px;
    color: #ff3b3b;
    font-weight: 600;
    z-index: 1
}

.a-hiw-2:hover {
    animation-name: shake;
    animation-delay: 2s;
    animation-duration: .5s;
    animation-iteration-count: infinite
}

.a-hiw-2:hover .a-hiw-2_arrow {
    animation-name: a-hiw-2_arrow;
    animation-duration: 2s
}

.a-hiw-2:hover .a-hiw-2_label {
    animation-name: a-hiw-2_label;
    animation-duration: 2s
}

.mt-5 {
    margin-top: 50px
}

.packages .nav-tabs>li>a {
    margin-right: 0
}

@keyframes a-hiw-3_doc {
    0% {
        top: -100px
    }
    100% {
        top: 8px
    }
}

.a-hiw-3 {
    margin: 0 auto
}

.a-hiw-3 .a-hiw-3_cart {
    position: relative;
    z-index: 0
}

.a-hiw-3 .a-hiw-3_doc {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.a-hiw-3:hover .a-hiw-3_doc {
    animation-name: a-hiw-3_doc;
    animation-duration: 1s
}

@keyframes a-hiw-4_ping {
    0% {
        top: -78px
    }
    100% {
        top: 78px
    }
}

@keyframes a-hiw-4_light {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.a-hiw-4 {
    width: 171px;
    height: 132px;
    margin: 0 auto
}

.a-hiw-4 .a-hiw-4_ping {
    position: absolute;
    top: 78px;
    left: 0
}

.a-hiw-4 .a-hiw-4_light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.a-hiw-4:hover .a-hiw-4_ping {
    animation-name: a-hiw-4_ping;
    animation-duration: 1s
}

.a-hiw-4:hover .a-hiw-4_light {
    animation-name: a-hiw-4_light;
    animation-duration: .3s;
    animation-iteration-count: infinite
}

@keyframes a-hiw-5_coins {
    0% {
        top: -70px
    }
    100% {
        top: 0
    }
}

.a-hiw-5 {
    width: 128px;
    height: 126px;
    margin: 0 auto
}

.a-hiw-5 .a-hiw-5_coins {
    position: absolute;
    top: 0;
    left: 0
}

.a-hiw-5:hover .a-hiw-5_coins {
    animation-name: a-hiw-5_coins;
    animation-duration: 1s
}

@keyframes a-hiw-6_money {
    0% {
        transform: rotate(-30deg)
    }
    100% {
        transform: rotate(0)
    }
}

.a-hiw-6 {
    width: 118px;
    height: 124px;
    margin: 0 auto
}

.a-hiw-6 .a-hiw-6_wallet {
    position: relative;
    z-index: 2
}

.a-hiw-6 .a-hiw-6_money {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 100%
}

.a-hiw-6:hover .a-hiw-6_money {
    animation-name: a-hiw-6_money;
    animation-duration: 1s
}

@keyframes a-aff-1_cursor {
    0% {
        left: -30px
    }
    100% {
        left: 125px
    }
}

@keyframes a-aff-1_button {
    0%,
    96% {
        background: 0 0;
        color: #333
    }
    98% {
        background: #333
    }
    100% {
        background: #5cb85c
    }
}

.a-aff-1 {
    width: 183px;
    height: 140px;
    margin: 0 auto
}

.a-aff-1 .a-aff-1_cursor {
    position: absolute;
    top: 119px;
    left: 125px;
    z-index: 2
}

.a-aff-1 .a-aff-1_button {
    position: absolute;
    top: 101px;
    left: 42px;
    width: 97px;
    height: 27px;
    line-height: 27px;
    border-radius: 4px;
    background: #5cb85c;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.a-aff-1:hover .a-aff-1_cursor {
    animation-name: a-aff-1_cursor;
    animation-duration: 2s
}

.a-aff-1:hover .a-aff-1_button {
    animation-name: a-aff-1_button;
    animation-duration: 2s
}

@keyframes a-aff-2_banner {
    0% {
        top: 100px;
        right: 100px
    }
    100% {
        top: 0;
        right: 0
    }
}

.a-aff-2 {
    width: 139px;
    height: 125px;
    margin: 0 auto
}

.a-aff-2 .a-aff-2_banner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

.a-aff-2:hover .a-aff-2_banner {
    animation-name: a-aff-2_banner;
    animation-duration: 2s
}

.tabrgt-icon {
    float: right;
    width: 30px;
    height: 30px;
    border: 1px solid #1a6fa2;
    color: #1a6fa2;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    margin-top: -5px
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    background: #eee;
    text-align: left;
    font-size: 17px;
    color: #1a6fa2;
    padding: 15px;
    font-weight: 700
}

.panel-default>.panel-heading a:hover {
    text-decoration: none;
    background: #fff!important
}

.content-block {
    padding: 40px 0 90px 0
}

.content-block h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1899be;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px
}

.content-block h4 {
    font-size: 22px;
    color: #468cc8
}

.content-block h5 {
    font-size: 18px;
    margin-bottom: 20px
}

.content-block.why_dream p {
    margin-bottom: 30px
}

.about-head {
    text-align: center;
    font-weight: 600;
    font-size: 28px
}

.content-block p {
    font-size: 16px
}

.col-lg-4.col-md-4.col-sm-4.col-xs-12.howitworks-step-arrow-right {
    height: 310px
}

.status-image {
    text-align: center
}

.group-parent-indicator {
    cursor: pointer
}

.page-status {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 10px 0;
    border-radius: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 18px
}

.text-section {
    margin-bottom: 70px
}

.font-largest {
    font-weight: 500;
    font-size: 28px;
    line-height: 37.8px
}

.font-largest a {
    color: #333
}

.component-inner-container.status-green {
    border: 1px solid #2ecc71;
    color: #2ecc71
}

.component-inner-container.status-green .name {
    color: #2ecc71;
    font-size: 16px;
    font-weight: 700
}

.component-inner-container {
    border-radius: 3px;
    margin-bottom: 15px
}

.component-inner-container {
    padding: 1.1rem 1.25rem 1rem
}

.component-status {
    display: inline-block;
    font-size: 18px
}

.component-status {
    font-size: 12px;
    float: right
}

.font-regular {
    font-size: 16px;
    line-height: 24px
}

.icon-indicator {
    display: none
}

.tooltip-base {
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    -o-border-radius: 99px;
    -ms-border-radius: 99px;
    cursor: default;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    border-color: #2ecc71
}

.component-container .icon-indicator {
    display: none
}

.component-inner-container.status-red .tooltip-base {
    border-color: #be3318
}

.child-components-container {
    display: none;
    padding-left: 20px
}

.collapsed .fa-plus-square-o:before {
    content: "\f196"
}

.fa-plus-square-o:before {
    content: "\f147"
}

.child-components-container .component-inner-container.status-green .name {
    font-size: 16px;
    font-weight: 400
}

.component-inner-container.status-red {
    border: 1px solid #be3318;
    color: #be3318
}

.component-inner-container.status-red .name {
    font-size: 16px;
    font-weight: 700
}

.component-inner-container.status-orange {
    border: 1px solid orange;
    color: orange
}

.component-inner-container.status-red {
    font-weight: 700
}

.component-inner-container.status-orange {
    font-weight: 700
}

.component-inner-container.status-red .component-status {
    font-weight: 400
}

.component-inner-container.status-orange .component-status {
    font-weight: 400
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block
}

#Content {
    height: unset!important
}

@media only screen and (max-width:768px) {
    .navbar-toggle {
        float: left;
        left: calc(50% - 25px)
    }
    footer {
        padding: 30px 0
    }
    .formsPage {
        padding-top: 0!important;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:992px) {
    footer {
        height: unset!important
    }
    .top_achnr ul li {
        margin-bottom: 25px!important
    }
}

@media only screen and (min-width:1240px) {
    .layout-boxed {
        padding: 0!important
    }
}

@media only screen and (max-width:992px) {
    .buton {
        width: unset;
        padding: 12px 20px;
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .packageBG:nth-child(1) {
        height: 320px
    }
}

.price_cont h2 {
    font-size: 22px
}

.col-20
{
	width: 20%;
	float: left;
}

/****range slider*****/
.range-slider {
  width: 100%;
  position: absolute;
  top: -7px;
  left: 0px;
}
.range-slider .slider-color {
        -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: transparent;
    outline: none;
    /* opacity: 0.7; */
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    width: 80%;
    margin: 0px auto 0px;
}
.range-slider p:before {
        content: '';
    background-color: green;
    height: 1px;
    width: 70%;
    left: 15%;
    position: absolute;
    margin: 0 auto;
    top: 7px;
    z-index: -1;
}
.range-slider .slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: linear-gradient(to right, #6ebae4, #2580b1);
  border-radius: 50%;
  cursor: pointer;
}

.range-slider .slider-color::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: linear-gradient(to right, #6ebae4, #2580b1);
  border-radius: 50%;
  cursor: pointer;
}

.pricesItem .packageBG .freq p input
{
	margin: 6px 0px;
}
.pr-0
{
	padding-right: 0px !important;
}
.pl-0
{
	padding-left: 0px !important;
}
.range-price span.dollar
{
	font-size: 30px;
    color: #2580b1;
}
.irs-min,.irs-max,.irs-single
{
    display: none !important;
}
.irs--big 
{
    width: 80%;
    margin: 0 auto;
    position: relative !important;
    top: -26px;
}
.irs--big .irs-line
{
    top: 25px !important;
    height: 16px !important;
    background-color: white !important;
    background: transparent !important;
    border:none !important;
    border-radius: 0px !important;
    cursor: pointer;
}
.irs--big .irs-bar
{
    height: 1px !important;
    border: none !important;
    background-color: #2681b2 !important;
    box-shadow: none !important;
}
.irs--big .irs-handle
{
    background: linear-gradient(to right, #6ebae4, #2580b1) !important;
    box-shadow: none !important;
    border: none !important;
    width: 15px !important;
    height: 15px !important;
}
@media (max-width:991px) {
    .col-20
    {
        width: 33.33%;
    }
}
@media (max-width:767px) {
    .col-20
    {
        width: 50%;
    }
}
@media (max-width:576px) {
    .col-20
    {
        width: 100%;
    }
    .packages .nav-tabs>li
    {
        width: 100%;
        text-align: center;
    }
}