/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.navbar-main {    background: #0050F1 ;}.home-shortcuts {    background: #0050F1;}section#home-banner {    background: url('https://clientes.hostinka.com/templates/six/custom-images/bg-domain.png');    background-size: cover;}section#home-banner .form-control {    border-radius: 20px 0 0 20PX;}section#home-banner .btn.transfer {    border-radius: 0 20px 20px 0;}ul.top-nav>li.primary-action>a.btn {    background-color: #0050F1;    font-weight: bold;}.navbar-main .navbar-nav>li>a:hover {    color: #fff;    background-color: #0a57a9;}.navbar-main .navbar-nav>.open>a ,.navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>li>a:focus {    background-color: #0a57a9;}.navbar-main .navbar-nav>.active>a {    background-color: #0a57a9;}.navbar-main .navbar-nav>.active>a:hover {    background-color: #0a57a9;    font-weight: bold;}.main-content > p {    display: none;    }


#order-pure_comparison .price-table-container .price-table .top-head .top-area h4 {
    color: #fff;
    font-size: 1.5em;
}




#order-pure_comparison .price-table-container .price-table .top-head {
    background: #0050F1 ;
}




#order-pure_comparison .price-table-container ul{
    display: flex;
    justify-content: center;
}




#order-pure_comparison .price-table-container .price-table.active .top-head {
    background: #ff655d;
}




#order-pure_comparison .price-table-container .price-area {
    background: linear-gradient(to bottom, #ffffff 2%,#1fe2841f 100%);
}




#order-pure_comparison .price-table-container .order-button {
    background: linear-gradient(to bottom, #3b9bfd 0%,#0050F1 100%);
}




#order-pure_comparison .price-table-container ul li {
    background: none;
}




@media (max-width:720px){
    #order-pure_comparison .price-table-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #order-pure_comparison .price-table-container .price-table {
        width: 300px;
        min-width: 100%;
    }
}