
.heading2 {
    padding-top: 30px;
    padding-bottom: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #000;
}
main{
    padding-bottom: 60px;
}

.line {
    text-align: center;
    margin-bottom: 15px;
}
form label span {
    color: #9d0229;
}
.help {
    margin-top: 30px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-group{
    padding-bottom: 5px;
}

.check-step{
    clear: both;
    height: 57px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.check-step .step{
    width: 33%;
    line-height: 55px;
    height: 55px;
    float: left;
    text-align: center;
    color:#cacaca;
}
.check-step .step.active{
    color:#333333;
    font-weight: 500;
    font-family: 'Roboto', serif;
}
.check-step .step i{
    float: right;
    line-height: 55px;
    font-size: 20px;
}
.case {
    border: 1px solid #eee;
}
.case>.title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    height: 65px;
    padding: 0 25px;
    line-height: 65px;
    color: #8c7b47;
    background: #f0f0f0;
}

.application .btn-gold {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #8c7b47;
    font-weight: 500;
    font-size: 16px;
    color: #8c7b47;
    padding: 0 15px;
    text-align: center;
    background: transparent;
}
.application .btn-gold.add_bottle{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.application .case {
    border: 0;
}
.application .btn-gold:hover, .btn-gold:focus, .btn-gold.on {
    background-color: #8c7b47;
    color: #fff;
    text-decoration: none;
}

.application .btn-gold span {
    margin-right: 5px;
}

.application .case>.title>.btn-gold {
    margin-top: 12px;
}

.application .case .detail {
    /*padding: 25px;*/
    /*border-left: 1px solid #eee;
    border-right: 1px solid #eee;*/
    padding-bottom: 0;
    margin-bottom: 40px;
}
.application .case .detail .detail_content{
	border: 1px solid #eee;
	padding: 25px;
}
.application .case .detail .detail_content{
	margin-bottom: 8px;
}

.application .case>.detail p {
    font-size: 14px;
    color: #999;
}

.application .case>.detail h4 {
    margin-bottom: 20px;
    font-size: 16px;
}

.application .form-group {
    margin-bottom: 20px;
}

.application .case>.detail label {
    white-space: nowrap;
    line-height: 42px;
    /*float: right;
    text-align: right;*/
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.application .case>.detail .radio-label{
    float: left;
    line-height: 42px;
    margin-right: 15px;
}
.application .case>.detail .radio-label input{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    margin-top: 0
}

.application .case-form {
    position: relative;
    margin-top: 20px;
}
.application .case-form .add_content{
	position: relative;
	height: 42px;
	line-height: 42px;
	margin-top: 20px;
}
.application .case-form .added{
    color: #9d0229;
    font-size: 16px; 
}

.application .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.application .bootstrap-select>.btn-default,
.application .bootstrap-select>.btn-default:hover,
.application .bootstrap-select>.btn-default:focus,
.application .open > .dropdown-toggle.btn-default:focus {
    border-color: #999999!important;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 42px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
}

.application .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #999;
    font-style: italic;
}

.application .select input {
    height: 42px;
    border: 1px solid #999;
    display: block;
    padding-left: 15px;
    background: #fff;
    width: 100%;
}

.application .select p {
    padding-top: 10px;
}

.application .case>.detail .case-details {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f0f0f0;
    margin-right: -25px;
    margin-left: -25px;
}
.application .case-form .case-details-list{
	position: relative;
}
.application .case-form .case-details-list .remove {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.application .case-details-title {
    margin: 0;
    padding: 15px 25px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    background: #f0f0f0;
}
.application .case-details-title.bottle_details_3 {
    margin-bottom: 1px;
}
.application .case-details-title.open {
    background: #f0f0f0;
}

.application .case-details-title>div {
    text-align: right;
    white-space: nowrap;
}

.application .case-details-title.open .icon-icon_font_arrow_up {
    display: inline-block;
}

.application .case-details-title.open .icon-icon_font_arrow_down,
.application .case-details-title .icon-icon_font_arrow_up {
    display: none;
}

.application .case-details-list {
    padding: 15px;
    display: none;
}

.application .case-form>.remove {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.application .custom-check{
    cursor: pointer;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 0;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../img/check_box_off.png");
}

.application .case>.detail .custom-check {;
    line-height: normal;
    float: none;
}

.application .custom-check.active {
    background: url("../img/check_box_on.png");
}

.application .custom-check input {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.application .cell-check {
    margin-right: 20px;
}

.application .form-group>div:first-child {
    text-align: right;
}

.application .service>.detail {
    border-bottom: 1px solid #eee;
}
.application .detail .add_case{
    display: block;
	width: 160px;
    height: 42px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    background: #9d0229;
    border: 1px solid #9d0229;
    color: #fff;
    margin-top: 25px;
}
.application .detail .add_case:hover{
    background: #fff;
    border:1px solid #9d0229;
    color: #9d0229;
}

.application .service>.detail>p {
    margin: 10px 0;
}

.application .button1 {
    overflow: hidden;
    margin: 30px 0;
}

.application .button1 a {
    float: right;
    width: 160px;
}

.application .button1 a:first-child {
    float: left;
}


.application .select#Delivery-Date .bootstrap-select{
    width: 31%;
    margin-right: 3.5%;
    float: left;
}
.application .select#Delivery-Date .bootstrap-select:last-child{
    margin:0;
}

.application2 .case .detail {
    padding: 25px;
}

.application2 .case>.detail p {
    color: #999;
}

.application2 .case>.detail h4 {
    margin: 0;
    white-space: nowrap;
    font-size: 16px;
}

.application2 .case>.detail label {
    white-space: nowrap;
    line-height: 42px;
    float: left;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
}

.application2 .case-form {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.application2 .case-form:last-child {
    border: 0;
}

.application2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.application2 .bootstrap-select>.btn-default,
.application2 .bootstrap-select>.btn-default:hover,
.application2 .bootstrap-select>.btn-default:focus,
.application2 .open > .dropdown-toggle.btn-default:focus {
    border-color: #999999!important;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 42px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
}

.application2 .case>.detail .case-details {
    background: #ddd;
    padding: 0;
}

.application2 .button1 {
    overflow: hidden;
    margin: 30px 0;
}

.application2 .button1 a {
    float: right;
    padding: 0 20px;
}

.application2 .button1 a:first-child {
    float: left;
}

.application2 .button1 a:hover {
    color: #9d0229;
    border: 1px solid #9d0229;
    line-height: 40px;
    background: #fff;
}

.application2 .button1 a:first-child:hover {
    color: #000;
    border-color: #000;
}

.application2 .case-list>div>span,
.application2 .case-details-list span {
    color: #999;
}

.application2 .service>.detail>div {
    padding-bottom: 15px;
}

.application3 .select input:disabled {
    color: #cbcbcb;
    border-color: #cbcbcb;
    background: rgb(235, 235, 228);
}

.application3 .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #999;
    font-style: italic;
}

.application3 .case .detail {
    padding: 25px;
}

.application3 .case>.detail p {
    color: #999;
    font-size: 14px;
}

.application3 .case>.detail h4 {
    margin: 0;
    line-height: 45px;
}

.application3 .case>.detail label {
    white-space: nowrap;
    line-height: 42px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.application3 .case>.detail label.custom-check{
    display: inline-block;
}
.application3 .case-form {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.application3 .case-form:last-child {
    border: 0;
}

.application3 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.application3 .bootstrap-select>.btn-default,
.application3 .bootstrap-select>.btn-default:hover,
.application3 .bootstrap-select>.btn-default:focus,
.application3 .open > .dropdown-toggle.btn-default:focus {
    border-color: #999999!important;
    padding: 0 0 0 15px;
    border-radius: 0;
    height: 42px;
    outline: none !important;
    box-shadow: none;
    background: #fff;
}

.application3 .select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #999;
}

.application3 .select input {
    height: 42px;
    border: 1px solid #999;
    display: block;
    padding-left: 15px;
    background: #fff;
    width: 100%;
}

.application3 .select p {
    padding-top: 5px;
    text-align: right;
}

.application3 .case>.detail .case-details {
    background: #ddd;
    padding: 0;
}

.application3 .case-details-title {
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.application3 .case-details-title .caret {
    float: right;
    margin-top: 5px;
    border: 0;
    width: 14px;
    height: 8px;
    background: url(../img/arrow_down.png)no-repeat;
    background-size: 100%;
}

.application3 .case-details-title.open .caret {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moztransform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.application3 .case-details-list {
    border-top: 1px solid #ccc;
    padding: 15px;
    display: none;
}

.application3 .case-form>.remove {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

.application3 .custom-check{
    cursor: pointer;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 0;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url("../img/check_box_off.png");
}

.application3 .case>.detail .custom-check {;
    line-height: normal;
    float: none;
}

.application3 .custom-check.active {
    background: url("../img/check_box_on.png");
}

.application3 .custom-check input {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.application3 .cell-check {
    margin-right: 20px;
}

.application3 .service>div>.row {
    padding-top: 10px;
}

.application3 .service>.detail>p {
    margin: 10px 0;
}

.application3 .button1 {
    overflow: hidden;
    margin: 30px 0;
}

.application3 .button1 a {
    float: left;
    margin-right: 20px;
    width: 140px;
}

.application3 .button1 a:last-child {
    float: right;
}

.application3 .terms {
    padding: 25px;
    font-size: 13px;
    background: #f0f0f0;
}

.application3 .terms .cell-check {
    margin-top: 20px;
    border-top: 1px solid #999;
    padding-top: 20px;
}

.btn-gold {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    border: 1px solid #8c7b47;
    font-weight: 500;
    font-size: 16px;
    background: #8c7b47;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    /*margin-top: 20px;*/
}

.btn-gold.on:hover{
    color: #8c7b47;
    background: transparent;
}
.gold-underline{
    color: #8c7b47;
    text-decoration: underline;
}

.partner>a,
.partner>span {
    float: left;
    display: inline-block;
    margin-bottom: 5px;
    width: 25%;
    height: 136px;
    line-height: 136px;
    text-align: center;
}

.partner>a>img {
    max-width: 100%;
    max-height: 100%;
}

.membership>div {
    width: 49%;
    height: 160px;
    padding: 20px 30px;
    background: #eee;
}

.membership>div>h4{
    font-weight: 700;
}

.how-it-works {
    padding: 0 80px;
    width: 60%;
}

.how-it-works p {
    margin: 30px 0;
}

.how-it-works-img {
    width: 40%;
}

.memb-card>p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.storage-plans>p>a {
    color: #8c7b47;
    text-decoration: underline;
}

.benefits-list {
    padding-bottom: 40px;
}

.benefits-list img {
    float: left;
    width: 120px;
}

.benefits-list a {
    font-weight: 500;
    color: #8c7b47;
}

.benefits-list div {
    padding-left: 130px;
}

.benefits-list p {
    padding-top: 20px;
    line-height: 24px;
}

.benefits .memb-card {
    width: auto;
    background: #fff;
    padding: 20px;
}

.gold-member {
    padding: 20px 0;
    background: #8c7b47;
}

.gold-member .heading2 {
    color: #fff;
}

.terms {
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.terms p {
    margin: 0 auto;
    padding-bottom: 20px;
}

.terms>a {
    color: #8c7b47;
    text-decoration: underline;
}

.table-responsive {
    margin: 20px 0;
}

.storage-plans-table {
    width: 100%;
    border-right: 1px solid #eee;
    font-weight: 500;
}

.storage-plans-table td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.storage-plans-table .head td {
    border-left: 1px solid #444;
    background: #8c7b47;
    color: #fff;
    text-align: left;
}

.storage-plans-table .head ul {
    width: 65%;
    margin: 0 auto;
}

.storage-plans-table .head li {
    margin: 5px 0;
}

.storage-plans-table .title td {
    border-left: 1px solid #ccc;
    background: #eee;
}

.storage-plans-table .title tr td {
    border-left: 1px solid #ccc;
    background: #eee;
}

.storage-plans-table .head td:first-child,
.storage-plans-table .title td:first-child {
    border-left: 0;
}

.storage-plans-table .head td,
.storage-plans-table .title td {
    border-bottom: 0;
}

.storage-plans-table .member-price {
    color: #8c7b47;
}

.mobile-left{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #666666;
    opacity: .5;
    font-size: 25px;
    z-index: 1;
    display: none;
}
.mobile-right{
    position: absolute;
    right: 0;
    top:50%;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #666666;
    opacity: .5;
    z-index: 1;
    font-size: 25px;
    display: none;
}
.row{
    position: relative;
}
.contact-customer-service{
    margin-top:30px;
    padding-bottom: 50px; 
}
.contact-customer-service h1{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


@media screen and (min-width:1025px){
    .container {
        padding: 0 20px;
    }
    .application .form {
        max-width: 820px;
        margin: 0 auto;
    }
    .terms{
        text-align: left;
    }
    .terms p {
        width: 50%;
        margin:0;
        
    }
    .sywn-btn{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .sywn-btn a{
        padding: 0 20px;
        color:#fff;
    }
    .v2-banner{
        margin-top: 30px;
        position: relative;
    }
    .v2-banner img{
        width: 100%;
    }
    .v2-banner .v2-overlay{
        position: absolute;
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .v2-banner .v2-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .6;
    }
    .v2-banner .v2-overlay .v2-main{
        height: 100%;
        max-width: 800px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin:0 auto;
        display: table;
    }
    .v2-banner .v2-overlay .v2-main .v2-table-cell{
        display: table-cell;
        vertical-align: middle;
    }
    .v2-banner .v2-overlay .v2-main h1{
        font-size: 30px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: normal;
    }
    .v2-banner .v2-overlay .v2-main h2{
        color: #fff;
        font-size:28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin:0;
    }
    .v2-banner .v2-overlay .v2-main p{
        margin:0;
        color: #fff;
    }
    .banner_b{
        height: 330px;
        background: url(../img/6.0_wine_club-assets/wine_club_banner_bg.png)no-repeat;
        background-position: center;
        background-size:auto 100%;
    }
    .vmws-btn{
        position: absolute;
        right: 15px;
        bottom: 45px;
    }
    .vmws-btn a{
        padding: 0 20px;
    }
    .Collection-Delivery{
        overflow: hidden;
        background: #f0f0f0;
        padding: 40px 0;
    }
    .Collection-Delivery .left{
        float: left;
        width: 55%;
    }
    .Collection-Delivery .left h1{
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .Collection-Delivery .left p{
        margin-bottom: 15px;
    }
    .Collection-Delivery .left .vcd-btn a{
        display: inline-block;
        margin-right: 10px;
        width: 280px;
        margin-bottom: 15px;
    }
    .Collection-Delivery .right{
        margin-left: 60%;
    }
    .Collection-Delivery .right img{
        width: 100%;
    }
    .wine_collection .v2-list{
        overflow: hidden;
        padding:30px 20px 0 20px;
        text-align: center;
        line-height: 22px;
    }
    .wine_collection .banner_b{
        height: 330px;
        background: url(../img/wine_collection_banner_bg.png);
        background-position: center;
    }
    .delivery_services .v2-list{
        overflow: hidden;
        padding:30px 20px 0 20px;
        text-align: center;
        line-height: 22px;
        max-width: 750px;
        margin: 0 auto;
    }
    .delivery_services .banner_b{
        height: 330px;
        background: url(../img/collection_n_delivery_services_banner_bg.png);
        background-position: center;
    }
    .delivery_services .three-table{
        margin-top: 30px;
    }
    .delivery_services .three-table ul{
        overflow: hidden;
    }
    .delivery_services .three-table ul li{
        float: left;
        width: 31.5%;
        margin-right: 2.75%;
        font-weight: 500;
    }
    .delivery_services .three-table ul li:last-child{
        margin:0;
    }
    .delivery_services .three-table ul li .table-head{
        background: #8c7b47;
        color: #fff;
        line-height: 50px;
        padding-left: 20px;
    }
    .delivery_services .three-table ul li .table-head i{
        cursor: pointer;
        margin-left: 2px;
        position: relative;
    }
    .delivery_services .three-table ul li .table-body{
        border:1px solid #e7e7e7;
        border-top: 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr{
        overflow: hidden;
        border-bottom:1px solid #e7e7e7;
    }
    .delivery_services .three-table ul li .table-body .table-tr:last-child{
        border:0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td{
        margin-left: 65%;
        text-align: center;
        line-height: 25px;
        padding:10px 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td.first{
        float: left;
        width: 65%;
        margin:0;
        text-align: left;
        border-right: 1px solid #e7e7e7;
        padding-left: 20px;
    }
    .delivery_services .basic-chager{
        margin-top: 30px;
        overflow: hidden;
    }
    .delivery_services .basic-chager p{
        float: left;
    }
    .delivery_services .basic-chager .storage-btn{
        float: right;
        width: 240px;
    }

    .packing{
        line-height: 25px;
        padding-top: 10px;
        max-width: 300px;
    }
    .container_application .application_left{
        float: left;
        width: 72.5%;
    }
    .container_application .application_right{
        float: right;
        width: 25%;
    }
    .container_application:after{
        content: '';
        display: block;
        clear: both;
    }
    .container_application .order-summary .order-detail .top {
        border: 1px solid #e3e3e3;
        padding: 10px 15px;
    }
    .container_application .order-summary .order-detail .top ul li {
        font-size: 16px;
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .top ul li span:first-child {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .top ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .center {
        background: #f0f0f0;
        padding: 0 15px;
    }
    .container_application .order-summary .order-detail .center ul li {
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .center ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .center ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom {
        padding: 10px 15px;
        background: #000;
        color: #fff;
    }
    .container_application .order-summary .order-detail .bottom ul li{
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .bottom ul li:first-child {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .bottom ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
}



/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/

@media screen and (min-width:768px) and (max-width:1024px) {
    .check-step{
        height: 37px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .check-step .step{
        width: 33%;
        line-height: 35px;
        height: 35px;
        font-size: 12px;
        float: left;
        text-align: center;
        color:#cacaca;
    }
    .check-step .step.active{
        color:#333333;
        font-weight: 500;
    }
    .check-step .step i{
        float: right;
        line-height: 35px;
        font-size: 14px;
    }

    .application .bootstrap-select>.btn-default, .bootstrap-select>.btn-default:hover, .bootstrap-select>.btn-default:focus, .open > .dropdown-toggle.btn-default:focus,
    .application .select input {
        height: 42px;
    }

    .case>.title {
        font-size: 20px;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
        width: auto;
    }

    .about-wine-club-banner-text .btn-gold {
        display: none;
    }

    .membership>div,
    .how-it-works {
        font-size: 12px;
    }

    .partner>a, .partner>span {
        width: 33.3%;
    }

    .how-it-works {
        padding: 0;
        width: auto;
    }

    .how-it-works p {
        margin: 30px 0;
    }

    .how-it-works-img {
        display: none;
    }

    .terms {
        padding-bottom: 0;
    }
    .v2-banner{
        position: relative;
        margin-top: 30px;
    }
    .v2-banner img{
        width: 100%;
    }
    .v2-banner .v2-overlay{
        position: absolute;
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
    }
    .v2-banner .v2-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .6;
    }
    .v2-banner .v2-overlay .v2-main{
        height: 100%;
        max-width: 800px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin:0 auto;
        display: table;
    }
    .v2-banner .v2-overlay .v2-main .v2-table-cell{
        display: table-cell;
        vertical-align: middle;
    }
    .v2-banner .v2-overlay .v2-main h1{
        font-size: 30px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: normal;
    }
    .v2-banner .v2-overlay .v2-main h2{
        color: #fff;
        font-size:28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin:0;
    }
    .v2-banner .v2-overlay .v2-main p{
        margin:0;
        color: #fff;
    }
    .banner_b{
        height: 330px;
        background: url(../img/6.0_wine_club-assets/wine_club_banner_bg.png)no-repeat;
        background-position: center;
        background-size:auto 100%;
    }
    .vmws-btn{
        
    }
    .vmws-btn a{
        width: 220px;
        margin:0 auto;
    }
    .sywn-btn{
        margin-top: 20px;
    }
    .sywn-btn a{
        width: 220px;
        color:#fff;
        margin:0 auto;
    }
    .Collection-Delivery{
        overflow: hidden;
        background: #f0f0f0;
        padding: 40px 0;
        margin-top: 30px;
    }
    .Collection-Delivery .left{
        float: left;
        width: 55%;
    }
    .Collection-Delivery .left h1{
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .Collection-Delivery .left p{
        margin-bottom: 15px;
    }
    .Collection-Delivery .left .vcd-btn a{
        display: inline-block;
        margin-right: 10px;
        width: 280px;
        margin-bottom: 15px;
    }
    .Collection-Delivery .right{
        margin-left: 60%;
    }
    .Collection-Delivery .right img{
        width: 100%;
    }
    .wine_collection .v2-list{
        overflow: hidden;
        padding:30px 0 0 0;
        text-align: center;
        line-height: 22px;
    }

    .wine_collection .banner_b{
        height: 330px;
        background: url(../img/wine_collection_banner_bg.png);
        background-position: center;
    }
    .delivery_services .v2-list{
        overflow: hidden;
        padding:30px 0 0 0;
        text-align: center;
        line-height: 22px;
        max-width: 750px;
        margin: 0 auto;
    }

    .delivery_services .banner_b{
        height: 330px;
        background: url(../img/collection_n_delivery_services_banner_bg.png);
        background-position: center;
    }
    .delivery_services .three-table{
        margin-top: 30px;
    }
    .delivery_services .three-table ul{
        overflow: hidden;
    }
    .delivery_services .three-table ul li{
        float: left;
        width: 31.5%;
        margin-right: 2.75%;
        font-weight: 500;
    }
    .delivery_services .three-table ul li:last-child{
        margin:0;
    }
    .delivery_services .three-table ul li .table-head{
        background: #8c7b47;
        color: #fff;
        line-height: 50px;
        padding-left: 20px;
    }
    .delivery_services .three-table ul li .table-head i{
        cursor: pointer;
        margin-left: 2px;
        position: relative;
    }
    .delivery_services .three-table ul li .table-body{
        border:1px solid #e7e7e7;
        border-top: 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr{
        overflow: hidden;
        border-bottom:1px solid #e7e7e7;
    }
    .delivery_services .three-table ul li .table-body .table-tr:last-child{
        border:0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td{
        margin-left: 65%;
        text-align: center;
        line-height: 25px;
        padding:10px 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td.first{
        float: left;
        width: 65%;
        margin:0;
        text-align: left;
        border-right: 1px solid #e7e7e7;
        padding-left: 20px;
    }
    .delivery_services .basic-chager{
        margin-top: 30px;
        overflow: hidden;
    }
    .delivery_services .basic-chager p{
        float: left;
    }
    .delivery_services .basic-chager .storage-btn{
        float: right;
        width: 240px;
    }

    .packing{
        line-height: 25px;
        padding-top: 10px;
        max-width: 300px;
    }
    .application2 .button1 a {
        float: right;
        padding: 0 10px;
    }
    .col-sm-7{
        margin-left: 32px;
    }
    .col-sm-10{
        margin-left: 28px; 
    }
    .container_application .application_left{
        float: left;
        width: 61.316872%;
    }
    .container_application .application_right{
        float: right;
        width: 35.52812071%;
    }
    .container_application:after{
        content: '';
        display: block;
        clear: both;
    }
    .container_application .order-summary .order-detail .top {
        border: 1px solid #e3e3e3;
        padding: 10px 15px;
    }
    .container_application .order-summary .order-detail .top ul li {
        font-size: 16px;
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .top ul li span:first-child {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .top ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .center {
        background: #f0f0f0;
        padding: 0 15px;
    }
    .container_application .order-summary .order-detail .center ul li {
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .center ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .center ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom {
        padding: 10px 15px;
        background: #000;
        color: #fff;
    }
    .container_application .order-summary .order-detail .bottom ul li{
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .bottom ul li:first-child {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .bottom ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
}

/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/


/*--------------------------This is an amazing Fibonacci Lines--------------------------*/

@media (max-width: 767px) {
    .heading1 {
        padding: 20px 0;
        font-size: 24px;
    }

    .about-wine-club-banner-text {
        padding: 0;
    }

    .about-wine-club-banner-text h2 {
        font-size: 24px;
    }


    .about-wine-club-banner-text {
        font-size: 12px;
    }

    .btn-gold {
        font-size: 20px;
        font-weight: 500;
        height: 42px;
        line-height: 40px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .benefits-list {
        padding-bottom: 10px;
    }

    .benefits-list img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .benefits-list div {
        padding-left: 0;
        text-align: center;
    }

    .partner>a, .partner>span {
        height: 70px;
        line-height: 70px;
    }

    .partner>span {
        float: none;
        display: block;
        line-height: inherit;
        width: auto;
        height: auto;
        clear: both;
    }

    .memb-card>p {
        width: auto;
    }

    .memb-card>p, .memb-card>.content>p {
        width: auto;
    }

    .storage-plans-table .head ul {
        width: auto;
    }

    .mobile-left{
        display: block;
    }
    .mobile-right{
        display: block;
    }
    .v2-banner{
        position: relative;
        padding: 10px;
        margin-top: 20px;
    }
    .v2-banner img{
        width: 100%;
    }
    .v2-banner .v2-overlay{
        position: relative;
    }
    .v2-banner .v2-overlay .background{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .6;
    }
    .v2-banner .v2-overlay .v2-main{
        min-height: 310px;
        max-width: 800px;
        padding: 10px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        margin:0 auto;
        height: 310px;
        display: table;
    }
    .v2-banner .v2-overlay .v2-main .v2-table-cell{
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
    }
    .v2-banner .v2-overlay .v2-main h1{
        font-size: 24px;
        margin: 0;
        padding-bottom: 10px;
        color: #8c7b47;
        font-weight: normal;
    }
    .v2-banner .v2-overlay .v2-main h2{
        color: #fff;
        font-size:28px;
        font-weight: normal;
        letter-spacing: 3px;
        margin:0;
    }
    .v2-banner .v2-overlay .v2-main p{
        margin:0;
        color: #fff;
    }
    .banner_b{
        min-height: 330px;
        background: url(../img/6.0_wine_club-assets/wine_club_banner_bg.png)no-repeat;
        background-position: center;
        margin-left:-20px;
        margin-right: -20px;
        background-size: auto 100%; 
        background-size:auto 100%;
    }
    .vmws-btn{
        padding:20px 15px 0 15px;
    }
    .sywn-btn{
        margin-top: 20px;
    }
    .sywn-btn a{
        color:#fff;
    }
    .Collection-Delivery{
        overflow: hidden;
        background: #f0f0f0;
        padding: 40px 0;
        margin-top: 30px;
    }
    .Collection-Delivery .left{

    }
    .Collection-Delivery .left h1{
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .Collection-Delivery .left p{
        margin-bottom: 15px;
    }
    .Collection-Delivery .left .vcd-btn a{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .Collection-Delivery .right{
        margin-top: 20px;
    }
    .Collection-Delivery .right img{
        width: 100%;
    }
    .wine_collection .v2-list{
        overflow: hidden;
        padding: 20px 0 0 0;
        text-align: center;
        line-height: 22px;
    }
    .wine_collection .banner_b{
        background: url(../img/wine_collection_banner_bg.png);
        background-position: center;
        background-size:auto 100%; 
        margin-left: -20px;
        margin-right: -20px;
        min-height: 300px;
    }
    .delivery_services .v2-list{
        overflow: hidden;
        padding: 20px 0 0 0;
        text-align: center;
        line-height: 22px;
    }
    .delivery_services .three-table{
        margin-top: 30px;
    }
    .delivery_services .three-table ul{
        overflow: hidden;
    }
    .delivery_services .three-table ul li{
        font-weight: 500;
        margin-bottom: 30px;
    }
    .delivery_services .three-table ul li:last-child{
        margin:0;
    }
    .delivery_services .three-table ul li .table-head{
        background: #8c7b47;
        color: #fff;
        line-height: 50px;
        padding-left: 20px;
    }
    .delivery_services .three-table ul li .table-head i{
        cursor: pointer;
        margin-left: 2px;
        position: relative;
    }
    .delivery_services .three-table ul li .table-body{
        border:1px solid #e7e7e7;
        border-top: 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr{
        overflow: hidden;
        border-bottom:1px solid #e7e7e7;
    }
    .delivery_services .three-table ul li .table-body .table-tr:last-child{
        border:0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td{
        margin-left: 65%;
        text-align: center;
        line-height: 25px;
        padding:10px 0;
    }
    .delivery_services .three-table ul li .table-body .table-tr .table-td.first{
        float: left;
        width: 65%;
        margin:0;
        text-align: left;
        border-right: 1px solid #e7e7e7;
        padding-left: 20px;
    }
    .delivery_services .basic-chager{
        margin-top: 30px;
        overflow: hidden;
    }
    .delivery_services .basic-chager p{
        margin-bottom: 30px;
    }
    .delivery_services .basic-chager .storage-btn{
        
    }

    .packing{
        line-height: 25px;
        padding-top: 10px;
        max-width: 300px;
    }
    .check-step {
        height: 37px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .check-step .step {
        width: 20%;
        line-height: 35px;
        height: 35px;
        font-size: 12px;
        float: left;
        text-align: center;
        color: #cacaca;
        white-space: nowrap;
        overflow: hidden;
    }

    .check-step .step u {
        display: none;

    }

    .check-step .step.active {
        width: 60%;
        color: #333333;
        font-weight: 500;
    }

    .check-step .step.active u {
        display: inline-block;
    }

    .check-step .step i {
        float: right;
        line-height: 35px;
        font-size: 14px;
    }

    .case > .title {
        padding: 0 20px;
    }

    .case > .detail label,
    .form-group>div:first-child {
        float: none;
        margin-bottom: 0;
        text-align: left;
        line-height: inherit;
    }

    .form-group>div:first-child {
        margin-bottom: 5px;
    }

    .application .select#Delivery-Date .bootstrap-select{
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }
    .application .case>.title .btn-gold span {
        display: none;
    }
    .application .bootstrap-select>.btn-default,
    .application .bootstrap-select>.btn-default:hover,
    .application .bootstrap-select>.btn-default:focus,
    .application .open > .dropdown-toggle.btn-default:focus,
    .application .select input{
        height: 62px;
        font-size: 20px;
    }
    .application span.label-m,
    .application .case > .detail label{
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }
    .application .help{
        margin-top: 0;
        padding-bottom: 10px;
    }
    .application .button1 a {
        float: right;
        width: 48%;
        margin-left: 4%;
    }

    .application .button1 a:first-child {
        float: left;
        margin:0;
    }

    .application .help {
        margin-top: 10px;
        text-align: right;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .application .form-group{
        padding-bottom: 0;
    }
    .application2 .addbutton {
        font-size: 12px;
    }

    .application2 .button1 a {
        width: 100%;
        margin-top: 10px;
        padding: 0;
    }
    .application2 .button1 a:last-child{
        font-size: 14px;
    }
    .application3 .button1 a {
        float: left;
        margin-right: 5%;
        width: 48%;
    }
    .application3 .button1 a:nth-child(2){
        float: none;
        margin:0;
        margin-left: 52%;
    }

    .application3 .button1 a:last-child {
        float: none;
        margin:0;
        width: 100%;
        margin-top: 15px;
    }
    .application3 .help {
        margin-top: 10px;
        text-align: right;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .application3 .addbutton {
        font-size: 12px;
    }


    .application3 .bootstrap-select>.btn-default,
    .application3 .bootstrap-select>.btn-default:hover,
    .application3 .bootstrap-select>.btn-default:focus,
    .application3 .open > .dropdown-toggle.btn-default:focus,
    .application3 .select input{
        height: 62px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .application3 .select input{
        margin-bottom: 20px;
    }
    .application3 .case > .detail label{
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .application3 .help{
        margin-top: 0;
        padding-bottom: 10px;
    }
    
    .application3 .form-group{
        padding-bottom: 0;
    }
    header.check2-mobile .logoMain .rightsideBar{
        display: none;
    }
    header.check2-mobile .check2-mobile-head{
        display: block;
    }
    .application .container_application .order-summary{
        display: none;
    }
    .application .check-step.show-summary{
        display: none;
    }
    .application .container_application.show-summary .application_left{
        display: none;
    }
    .application .container_application.show-summary .order-summary{
        display: block;
    }
    .application .container_application .order-summary .title-style2,
    .application .container_application .order-summary .line{
        display: none;
    }
    .container_application .order-summary .order-detail .top {
        border: 1px solid #e3e3e3;
        padding: 10px 15px;
    }
    .container_application .order-summary .order-detail .top ul li {
        font-size: 16px;
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .top ul li span:first-child {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .top ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .center {
        background: #f0f0f0;
        padding: 0 15px;
    }
    .container_application .order-summary .order-detail .center ul li {
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .center ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .center ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom {
        padding: 10px 15px;
        background: #000;
        color: #fff;
    }
    .container_application .order-summary .order-detail .bottom ul li{
        overflow: hidden;
    }
    .container_application .order-summary .order-detail .bottom ul li:first-child {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    .container_application .order-summary .order-detail .bottom ul li span {
        float: left;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .order-detail .bottom ul li span:last-child {
        float: right;
        display: block;
        line-height: 35px;
    }
    .container_application .order-summary .check2-mobile-close {
        padding: 20px 0;
    }
    .container_application .order-summary .check2-mobile-close a {
        line-height: 45px;
        display: block;
        text-align: center;
        color: #fff;
        background: #9d0229;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px; 
    }
    .application .case-form .add_content{
		margin: 20px 0 0 0;
	}
	.btn-gold, .btn-gold:hover {
        margin-top: 0;
    }
    .application .case-details-list{
        padding-top: 25px;
    }
    .application .btn-gold.add_bottle{
        position: absolute;
        left: 100%;
        white-space: nowrap;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }

}