* {
    margin: 0;
    padding: 0;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}
@font-face {
    font-family: sliderFont;
    src: url('../fonts/poppins-v5-latin-regular.woff2');
    font-display: swap;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
h2:after {
    display: block;
    content: '';
    border: 1px solid #f79320;
    width: 50px;
    margin-top: 7px;
}
body, html { overflow-x:hidden; }
body {
    max-width: 100%;
}
body, a, h1, h2, h3, p, input, button, select, option {
    font-family: 'Poppins', sans-serif;

    line-height: 1.9em;

}

h1, h2, h3, h4, h5, b {
    font-weight: 500;
}

.header-top {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}
.header-top b {
    font-weight: 500;
}
.header-top-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.logo img {
    width: 250px;
}


.address-left span, .address-right span, .free-parking span {
    display: block;
}


.header-top-inner div {
    /* flex: 1 1; */
    text-align: center;
}

.phone-number {
    text-align: right !important;
    font-size: 25px;
}

.address-left a, .address-right a, .free-parking a {
    text-decoration: none;
    color: #f7542b;
    font-weight: 400;
    font-size: 13px;
    padding: 5px;
    display: inline-block;
}

.address-left, .address-right, .free-parking {
    text-align: left !important;
}

.address-right span {
    margin-bottom: -7px;
}

.address-right span:first-child {
    margin-top: -5px;
}

.address-left i, .address-right i, .phone-number i, .free-parking i {
    color: #f39324f5;
}
.header-bottom {
    background: #4d4d4e;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.div-bottom-inner {
    display: flex;
}

.nav-menu {
    flex: 1 1;
    text-align: left;
}
.nav-menu a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 15px 10px;
    display: inline-block;
    font-size: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 250px;
}

.dropdown-content a {
    background: #4d4d4e;
    color: white;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px dashed #7e7e84;
    border-left: 1px solid #4d4d4e;
    border-right: 1px solid #4d4d4e;
}

.dropdown-content a:hover {
    background: #57575a;
    border-left: 1px dashed #4d4d4e;
    border-right: 1px dashed #4d4d4e;
    border-bottom: 1px dashed #4d4d4e;
}
.dropdown:hover .dropdown-content {
    display: block;
}

.address-left a:hover, .address-right a:hover, .free-parking a:hover {
    color: black;
}

.nav-menu a:hover, .nav-menu a:focus {
    background: #7e7e84;
    border-left: 1px dashed #4d4d4e;
    border-right: 1px dashed #4d4d4e;
}

.div-bottom-inner-right {
    display: flex;
    align-items: center;
    color: white;
}

.nav-price {
    border: 1px solid #ffffffb3;
    padding: 2px 20px;
    color: white;
}
.nav-price:hover {
    background-color: white;
    color: #f7931f;
    cursor: pointer;
}
.slider {
    background-image: url("../img/BD_background2.jpg");
    display: flex;
    justify-content: center;
    box-shadow: inset 2000px 0 0 0 rgb(4 4 4 / 50%);
    padding-bottom: 50px;
}
.slider.ethereum {
    background-image: url("../img/Ether.jpg")!important;
}
.slider.litecoin {
    background-image: url("../img/Litecoin.jpg")!important;
}
.slider.ripple {
    background-image: url("../img/Ripple.jpg")!important;
}

.slider-inner {
    display: flex;
}

.slider-points span {
    display: block;
    color: white;
    font-size: 32px;
    margin-top: 45px;
    line-height: 1.6em;
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: tada;
}
span.orange {
    display: inline;
    color: #f79320;
    font-weight: 500;
}

.slider-right {
    margin-top: 80px;
}

.slider-left {
    flex: 1 1;
}

.calculator-buttons a {
    background: white;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
    display: inline;
    border: 2px solid #f79320;
}
.calculator-main {
    background: white;
    padding: 25px;
    border: 2px solid #f79320;
    margin-top: -2px;
    color: #5a5a5a;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calculator-buy span, .calculator-sell span {
    display: block;
    margin: 10px 0px;
}

span#btc-buy-price, span#btc-sell-price {
    display: inline;
}

div#minimum-error {
    margin-left: 10px;
    color: #f7542b;
    font-size: 12px;
    display: none;
}
input.red {
    border-color: #f7542b !important;
}

.calculator-buy, .calculator-sell {
    text-align: center;
}

span.calculator-buy-intent {
    font-size: 20px;
}

span.calculator-buy-price, span.calculator-sell-price {
    font-size: 45px;
    margin-top: 25px;
}

span.small-terms {
    font-size: 10px;
    font-style: italic;
}


span.calculator-buy-bottom-intent {
    text-align: left;
    margin-left: 10px;
    margin-top: 50px;
    margin-bottom: 0px;
}

.calculator-buy-bottom {
    display: flex;
    text-align: left;
    padding-bottom: 10px;
}

.calculator-buy-bottom-left {
    /* margin-right: 50px; */
    padding-left: 10px;
    width: 45%;
}

input#buy-btc-usd-input, input#buy-btc-btc-output, input#sell-btc-btc-input, input#sell-btc-usd-output {
    line-height: 22px;
    padding: 9px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    width: 250px;
    outline: none;
}
.calculator-sell {
    display: none;
}
.calculator-buy-bottom-right {
    padding-left: 5px;
    padding-right: 25px;
    width: 45%;
}

a.active-calculator-button {
    border-bottom: none;
    margin-bottom: 0px;
    display: inline-block;
    color: #f79320;
}

.calculator-buttons a:first-child {
    margin-right: 5px;
}

.body {
    display: flex;
    justify-content: center;
}

.body-inner {
    margin-top: 20px;
    color: #5a5a5a;
}
.body-inner h1 {
    margin: 30px 0px;
    color: #5a5a5a;
}
.body-inner p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Critical CSS ends here */

.cartoon {
    display: flex;
    margin: 50px 0px;
}

.cartoon-inner {
    flex: 1 1;
    text-align: center;
    border: 1px solid #f7932066;
    margin-right: 10px;
    border-radius: 3px;
}

.cartoon-inner:last-child {
    margin-right: 0px;
}

.cartoon-box {
    background: #f79320;
    color: white;
    padding: 10px 0px;
}

.columns {
    display: flex;
    margin: 50px 0px;
}

.column {
    flex: 1 1;
    margin-right: 50px;
}

.body-inner h2 {
    margin: 15px 0px;
    font-size: 25px;
    color: #5a5a5a;
}

.thead {
    display: flex;
    text-align: center;
}

.th {
    flex: 1 1;
    background: #f7931f;
    color: white;
    padding: 17px 30px;
    font-size: 18px;
    font-weight: 500;
}

.margin-bottom-25 {
    margin-bottom: 50px;
}
.th:first-child {
    border-top-left-radius: 3px;
}

.th:last-child {
    border-top-right-radius: 3px;
}

.td-main {
    display: flex;
    padding: 10px 30px;
    background: #f6f6f6;
    font-size: 20px;
    text-align: center;
    align-items: center;
}

.td {
    flex: 1 1;
}

.td-main:nth-child(even) {
    background: #e9e9e9;
}

.td span {
    display: block;
}
.td span:nth-child(2) {
    font-size: 12px;
    margin-top: -8px;
}

.column:last-child {
    margin-right: 0px;
}

.calculator-buy-bottom-mid {
    width: 10%;
    padding-top: 57px;
    margin: 0px 10px;
}

.calculator-buy-bottom-right, .calculator-buy-bottom-mid, .calculator-buy-bottom-left {
    flex: 1 1;
}
.tick-list span {
    display: block;
    margin: 10px 0px;
}
.fancy-font {
    font-size: 16px !important;
    font-family: monospace;
}
.body-inner p b {
    font-size: 15px;
    color: black;
}
.footer {
    background: #4d4d4e;
    color: white;
    display: flex;
    justify-content: center;
    padding: 25px 0px;
}


.footer-address-row .footer-column {
    flex: 1 1;
    margin-right: 10px;
    padding: 5px 25px;
    border: 1px dashed #80808040;
    margin-bottom: 20px;
    /* border-radius: 5px; */
    font-size: 13px;
}


.office-address-div, .office-hour-div {
    display: flex;
    margin-top: 5px;
}

.office-address span, .office-hour span {
    display: block;
    color: #f7542b;
}
.footer-column:last-child {
    margin-right: 0px;
}

.footer-column-inner {
    padding: 10px 25px;
    border: 1px solid #80808057;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}

.office-address, .office-hour {
    margin-left: 15px;
}
.office-icon {
    color: #f49423;
    font-size: 20px;
    margin-top: 5px;
}
.footer-bottom {
    background: #f49423;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.office-hour span {
    color: #aaa;
}

.footer h4 {
    font-size: 15px;
    font-weight: 500;
}
.footer-logo img {
    width: 250px;
}

.footer-logo span {
    display: block;
}

.footer-logo i {
    margin-right: 10px;
    color: #f49423;
}
.footer-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-address-row {
    display: flex;
}
.footer-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #80808040;
    border-radius: 5px;
    padding-left: 20px;
}

.footer-address-row {
    display: flex;
    margin-top: 25px;
}

.footer-column.footer-logo {
    flex: 1 1;
    margin-right: 25px;
    padding: 15px 25px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-column.footer-logo:first-child {
    justify-content: flex-start;
    padding-left: 0px;
}

.footer-column.footer-logo:last-child {
    justify-content: flex-end;
    padding-right: 0px;
}
.column h2 {
    margin-top: -17px;
    font-size: 28px;
}
span.footer-phone {
    font-size: 27px;
}
.cartoon-and-video {
    display: flex;
}

.cartoon-left, .cartoon-right {
    flex: 1 1;
    border: 1px solid #00000012;
    padding: 10px 15px;
    /* font-size: 12px; */
}

.cartoon-inner img {
    width: 100%;
}

.cartoon-left {
    margin-right: 10px;
}
.accordion-body {
    display: none;
}

.accordion {
    background: white;
    transition: all .25s ease-in-out;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 24%);
    padding: 13px 25px;
    cursor: pointer;
}

.accordion-header i {
    margin-right: 6px;
    font-size: 12px;
}

.accordion-header.active {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000014;
    padding-bottom: 12px;
}
.accordion-list {
    display: flex;
    margin-bottom: 50px;
}

.accordion-left, .accordion-right {
    flex: 1 1;
}

.accordion-left {
    margin-right: 25px;
}
.breadcrumb {
    background: url("../img/breadcrumb.jpg");
    display: flex;
    justify-content: center;
    padding: 40px 0 20px;
    color: #fff;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: inset 2000px 0 0 0 rgb(4 4 4 / 50%);
}
.breadcrumb-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-left, .breadcrumb-right {
    flex: 1 1;
}

.breadcrumb-right {
    text-align: right;
}
.breadcrumb h2 {
    color: white;
    font-size: 30px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.left-nav-link {
    background: #f4f5f6;
    margin-bottom: 10px;
    color: #f7931f;
    padding: 10px 10px;
    font-size: 14px;
    border-left: 2px solid #f4f5f6;
}

.left-nav-link a {
    color: black;
    text-decoration: none;
    margin-left: 12px;
}

.body-inner-column {
    display: flex;
}


.body-left {
    width: 20%;
}

.body-right {
    width: 80%;
}
.left-nav-link a:hover {
    color: #f7931f;
}

.left-nav-link:hover {
    border-left: 2px solid #f7931f;
}
.calculator-small {
    width: 400px;
}
.small-buttons {
    font-size: 15px !important;
    padding: 5px 20px !important;
}
.small-input {
    width: 100px !important;
}

.body-two-columns {
    display: flex;
}

.body-two-column-left {
    padding: 0px 30px;
}

.body-two-column-right {
    padding-top: 35px;
}

.left-navigation {
    margin-top: 35px;
}

.page-body-inner {
    padding-left: 30px;
}
h2.minus-margin-bottom {
    margin-bottom: -25px;
}
span.tick-point {
    display: block;
    font-size: 20px;
    line-height: 2em;
    color: black;
}
.tick-points i {
    margin-right: 12px;
}

span.bold {
    font-weight: 700;
    font-size: 20px;
}
h1.black, h3.black {
    color: black;
}
span.bold-and-big {
    margin: 40px 0px;
    display: block;
    color: black;
    font-size: 35px;
    font-weight: 700;
}
.list {
    margin-left: 30px;
}
.list p {
    font-size: 16px;
    color: black;
}
p.title {
    color: black;
    font-size: 17px;
}
.alert {
    background-color: #f7e9ea;
    line-height: 23px;
    font-size: 13px;
    color: #854442cf;
    padding: 20px 50px;
    border-radius: 3px;
    margin-bottom: 25px;
}
.locations {
    display: flex;
    margin-bottom: 25px;
}

.location {
    flex: 1 1;
    border: 1px solid #f5ebeb;
    border-radius: 3px;
    padding: 20px 25px;
}

.location-disabled {
    flex: 1 1;
    padding: 20px 25px;
    text-align: center;
}

.location:first-child {
    margin-right: 25px;
}
.location-address-phone i {
    margin-right: 15px;
    color: #f49423;
}


.location-details {
    display: flex;
}

.location-address, .location-hours {
    flex: 1 1;
}

.location-hours span {
    color: black;
}
.location h3 {
    margin-bottom: 15px;
}

.contact-form input, .contact-form select {
    display: block;
    width: 94.62%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    outline: none;
}

.contact-form {
    width: 100%;
}

.contact-form select {
    width: 100%;
    background: url(../img/icon-select.png) right center no-repeat #fff;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

button#submit-contact {
    background: #4d4d4e;
    color: white;
    padding: 9px 25px;
    border: 1px solid #4d4d4e;
    cursor: pointer;
}

button#submit-contact:hover {
    background: #f79320;
    border: 1px solid #f79320;
}

.contact-text {
    margin: 50px 0px 30px 0px;
}

.location-disabled img {
    width: 69%;
}
.contact-text span {
    display: block;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}

.modal-header {
    font-weight: 700;
    font-size: 25px;
    box-shadow: 2px 0px 4px grey;
    padding: 10px 0px;
    background: #f49333;
    color:white;
}

.modal-body {
    padding: 50px 20px;
    font-size: 24px;
}

button.modal-close-button {
    background: #101921;
    border: 1px solid #101921;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 17px;
    display: inline-block;
}

.modal-close {
    padding: 0px 20px;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 2px solid #f49423;
    width: 400px;
    border-radius: 5px;
    line-height: 2.3em;
}