.footer-basic ul a,
a {
    text-decoration: none
}

.contact-clean {
    background: #f1f7fc;
    padding: 80px 0
}

@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0
    }
}

.contact-clean form {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

@media (max-width:767px) {
    .contact-clean form {
        padding: 30px
    }
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px
}

.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0!important
}

.contact-clean form .btn:hover {
    opacity: 1
}

.contact-clean form .btn:active {
    transform: translateY(1px)
}

.contact-clean form .btn-primary {
    background-color: #055ada!important;
    margin-top: 15px;
    color: #fff
}

.features-boxed {
    color: #313437;
    background-color: #fff
}

.features-boxed p {
    color: #7d8285
}

.features-boxed h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.features-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

#tablebrowser,
#tblbrowserinfo {
    max-width: 100%
}

.features-boxed .intro p {
    margin-bottom: 0
}

.features-boxed .features {
    padding: 50px 0
}

.features-boxed .item {
    text-align: center
}

.features-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border: 1px solid #ccc
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #C70039;
    margin-top: 20px;
    margin-bottom: 35px
}

.features-boxed .item .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit
}

.features-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
}

#btnshare {
    margin-right: 15px;
    cursor: pointer
}

.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d;
    border-top: #cfcfcf 1px solid
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

.footer-basic li {
    padding: 0 18px
}

.footer-basic ul a {
    color: inherit;
    opacity: .8
}

.footer-basic ul a:hover {
    opacity: 1
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700
}

.footer-basic .social>a {
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    margin: 32px;
    opacity: .75
}

.footer-basic .social>a:hover {
    opacity: .9
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0
}

@media (min-width:992px) {
    #mainnav {
        padding-left: 90px;
        padding-right: 100px
    }
}

.nav-item {
    margin-right: 25px
}

#btndownload {
    margin-right: 15px;
    cursor: pointer
}

#tablebrowser {
    margin: 44px auto 0;
	margin-bottom: 100px;
    width: 770px;
    overflow-x: auto;
    white-space: nowrap
}

#textbrowser {
    padding-top: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    color: inherit
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    border-color: #C70039
}

#mainnav {
    box-shadow: 4px 3px 7px #888
}

.nav-item.dropdown {
    margin-right: 25px
}

.btn-primary {
    background-color: #C70039
}

.btn-primary:hover {
    background-color: #df0e4a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C70039;
    border-color: #C70039
}

hr {
    max-width: 500px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

a {
    color: #C70039;
    background-color: transparent
}

a:hover {
    color: #df0e4a;
    text-decoration: underline
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 700
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    border-bottom: #cfcfcf 1px solid
}

.dropdown-item {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#accordion-1,
#contact {
    width: 770px;
    max-width: 100%
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #C70039
}

#accordion-1 {
    margin: 44px auto 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#contact {
    margin: 0 auto;
    padding-top: 40px
}

#smtext {
    padding-top:18px;
    font-size: 12px
}

#privacycontent {
	margin-left: 60px;
}
.center {
    padding:20px;
    border-radius:10px;
    text-align: center;
}
.form .form-element {
    margin-bottom:15px;
    margin-left:50px;
    margin-right:50px;
}
.form .form-element input {
    width:100%;
    display:block;
    padding:10px;
    margin-top:5px;
} 
.form .form-element button {
    width:100%;
    height:40px;
    background:#C70039;
    color:#fff;
    font-size:14px;
    border-radius:10px;
}
.qr-img {
    margin-top:10px;
}
.qr-img img {
    width:50%;
}  	