.available-title {
    /* background-image: url('../../images/business_pricing_bg.png'); */
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
}

.available-title-chooser {
    padding-top: 50px;
    padding-bottom: 30px;
}

.title_lg {
    font-size: 26px;
    font-weight: 800;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.title-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_start {
    font-size: 26px;
    color: #d73785;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.available-title .title {
    font-size: 20px;
    color: #dec7d6;
    margin-top: 20px;
    margin-bottom: 35px;
}

.available-check .input-group {
    padding-left: 35px;
    padding-right: 35px;
}

.available-check .input-group .form-control {
    /* height: 65px; */
    padding: 32.5px 20px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    font-size: 18px;
    font-family: 'Karla', sans-serif;
}

.available-check .input-group .btn-primary {
    color: #0089ca !important;
    background-color: #fbfbfb;
    border: 1px solid #c2cad8;
    font-weight: 600;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.available-check .input-group .btn {
    padding: 20px 35px;
    font-size: 18px;
}

.background-img {
    width: 100%;
}

.linear-background {    
    padding: 40px;    
    background-size: cover;
    background-image: url("/assets/images/voucher/linear-green.png");
}

.white-background {    
    display: none;
    background-size: cover;
    background-image: url("/assets/images/voucher/linear-green.png");
}

@font-face {
    font-family: 'BebasNeue';
    src: url("/assets/fonts/BebasNeue-Regular.ttf");
}

.slide_item_left {
    left: 0 !important;
}

.silder-title {
    margin-left: 25px;
    color: #fff;
    font-size: 120px;
    font-weight: 500;    
    padding-left: 15px;
    font-family: 'BebasNeue';    
}

.register-button {
    width: 270px;
    height: 72px;
    margin-left: 72px;    
    background-color: #D9458E;
    border-radius: 36px !important;
    margin-top: 40px;
    display: flex;
}

.register-button .text {
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    color: white;
    line-height: 72px;
    width: 100%;
    text-align: center;
    text-transform: none;    
}

.logo-img {
    margin-top: -105px;
}

.silder-sub-title {
    color: #fff;
    text-transform: initial;
    margin-left: 25px;
    font-size: 50px;
    padding-left: 15px;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
    font-style: italic;
}

.silder-sub-text {
    text-transform: lowercase;
    font-weight: 400;
    color: white;
    letter-spacing: -3px;
}

.button_box {    
    padding: 40px;
    margin-bottom: 40px;
}

.title-img {
    margin: 20px;
    height: 50px;
}

.about-content {
    padding-top: 30px;
    font-size: 20px;
    width: 400px;
}

.pricing-content {
    font-size: 25px;
    background: #252B42;
    color: white;
    padding-top: 60px;
    padding-bottom: 50px;
    font-family: 'Karla', sans-serif;
    font-weight: 100;
}

.form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 13px;
    width: 575px;    
    padding: 52px 50px;
    margin-top: 30px;
    font-size: 20px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 20px !important;
}

.form-content .radio-box {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
}

.form-content input,
.form-content select {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 39px !important;
    width: 475px;
    height: 59px;    
}

.form-content select {
    width: 100%;
}

.form-content .post-code {
    display: flex;
    margin-top: 45px;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 39px !important;
    width: 247px;
    height: 59px;    
}

.form-content button {
    display: flex;
    font-size: 18px;
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px;
    width: 171px;
    height: 56px;    
    top: 0px;
    background: #20C75F;
    border-radius: 35px !important;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid;
}

.form-content label {
    display: flex;
    font-size: 12px;
    text-align: left;
    color: transparent;
    margin-top: 10px;
    padding-left: 20px;
    width: 100%;
}

.success-icon {
    height: 83px;
    z-index: 1;    
    margin-bottom: -68px;
}

.form-content .recommend {
    font-size: 20px;    
    color: white;
    margin: 30px;
    padding: 20px;
    background: #20C75F;
    border-radius: 35px !important;
    text-align: center;    
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid;
}

.label-desc {
    color: black;
    display: none;
}

.form-content .button {
    display: flex;
    font-size: 18px;
    margin-top: 45px;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px;
    width: 171px;
    height: 56px;    
    top: 0px;
    background: #20C75F;
    border-radius: 35px !important;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid;
}

#postcode_lookup {
    flex-wrap: wrap;
}

#postcode_lookup input {
    flex: 1 1;
}

#postcode_lookup button {
    width: 120px;
    margin-left: 10px;
}

#postcode_lookup select {
    width: 100%;
    margin-top: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 17px;
}

.submit-button {
    display: flex;
    margin-top: 45px;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px;
    width: 171px;
    height: 56px;    
    top: 0px;
    background: #D9458E;
    border-radius: 35px !important;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.form-content .enter-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 16px;
    margin-top: 15px;   
    margin-left: 5px; 
    width: 100%;
    height: 21px;
    font-size: 18px;
    cursor: pointer;
}

.business-address {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 0px 0px 0px 16px;
    margin-bottom: 15px;
    margin-left: 5px; 
    width: 100%;
    height: 21px;
    font-size: 21px;
}

.business-text {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 0px 0px 0px 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 5px; 
    width: 100%;
    height: 21px;
    font-size: 16px;    
}

.CustomOption {
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}
.CustomOption .checked-icon,
.CustomOption .empty-icon {
    margin-right: 10px;
}
.CustomOption .checked-icon {
    display: none;
}
.CustomOption.checked .checked-icon{
    display: block;
}
.CustomOption.checked .empty-icon {
    display: none;
}

.connect_box .title {
    font-size: 20px;
}

.desc-box {    
    padding: 40px;        
    margin-bottom: 40px;
}

.success-box {
    padding: 80px;
}

.desc-content {
    display: flex;
    align-items: center;
    margin: 20px;    
}

.desc-box .title {
    font-size: 20px;    
}

.desc-box .desc {
    font-size: 20px;
    display: flex;
    text-align: left;       
}

.btn-register {
    margin: 40px;
}
.desc-box .title .index {
    font-size: 20px;
    display: flex;
    color: white;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 25px !important;
    background-color: #454545;
    align-items: center;
    justify-content: center;    
}

.button_box .title {
    font-size: 18px;
    color: black;
}

.started_box {
    background-image: url('../../../images/grad_bg.png');
    background-size: cover;
}

.started_box_top {
    background-image: url('../../../images/grad_bg_top.png');
    background-size: cover;    
    
}

.pricing-box {        
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
}

.pricing-box .heading{    
    height: 85px;    
    background: #D9458E;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.pricing-box .price {
    color: black;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: white; 
    border-bottom-left-radius: 7px !important; 
    border-bottom-right-radius: 7px !important;
}

.price-box {    
    border: 1px solid #D9458E;
    box-sizing: border-box;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 10px !important;
}

.price-box .heading{    
    height: 85px;    
    background: #D9458E;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.price-box .price {
    color: black;
    display: flex;
    flex-direction: row;    
    padding: 40px;
}

.price-box .button-selected {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 52px;
    color: white;
    font-size: 15px;
    background: #D9458E;
    border-radius: 35px !important;
}

#addressList {
    display: none;
    margin-top: 1px;
    max-height: 300px;
    overflow: auto;
}

.address {
    font-size: 13px;
    text-align: left;
    color: black;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.dropdown-menu-voucher {
    display: flex;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    left: 0;
    z-index: 10;
    float: left;
    text-shadow: none;
    list-style: none;
    padding: 0px;
    background-color: white;
    margin: 10px 0px 0px 0px;    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.price-box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 223px;
    height: 52px;
    border: 1px solid #D9458E;
    color: #D9458E;
    box-sizing: border-box;
    border-radius: 35px !important;
}

.price-box .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.header-title {
    flex: 1 !important; color: #848592; font-size: 14px; font-weight: 500; text-align: center
}

.sub-title {
    font-size: 40px;
    font-weight: 500
}

.sub-second-title {
    font-size: 40px;
    font-weight: 500
}

.space-div {
    width: 57px;
}

.chooser-title {
    font-weight: 500;
}

.chooser-sub-title {    
    font-size: 18px;
    font-weight: 400;
}

.checkbox-style {
    text-align: left; 
    color: #A9A9A9; 
    font-size: 18px
}

.success-content {
    margin-top: 20px;
}

.sub-item {
    margin-top: 0px;
}

@media (max-width: 768px) {         
 
    .business-text {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .submit-button {
        margin-bottom: 60px;
    }

    .label-desc {
        color: black;
        display: flex;
    }

    .pre_footer {
        text-align: center;
    }

    .sub-item {
        margin-top: 55px;
    }

    .success-content {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .success-box {
        margin-top: 30px;
        padding: 30px;
    }
    
    .form-content .recommend {        
        font-size: 12px;
        margin: 10px;
    }

    .checkbox-style {               
        font-size: 14px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .price-box {    
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #DDDDDD;
        box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);    
    }

    .price-box .heading {    
        background: transparent;        
        color: #D9458E;
        font-size: 20px;
        margin-top: 20px;
        height: auto;
    }

    .form-content button {
        margin-top: 5px;
    }
    .price-box .price {
        color: black;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 10px;
    }    

    .chooser-title {
        margin-left: 50px;
        margin-right: 50px;
        font-weight: 500;
        color: #D9458E;
        line-height: 35px;
    }

    .chooser-sub-title {
        margin-left: 50px;
        margin-right: 50px;
        line-height: 25px;
    }

    .space-div {
        width: 4%
    }

    /* .form-content  {
        width: 48%;
        font-size: 12px;
    } */

    .form-content .post-code {
        width: 100%;
        font-size: 12px;
    }

    .CustomOption {
        margin: 0;        
        font-size: 11px;
    }    
      
    .form-content {
        width: 100%;        
        padding: 52px 20px;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .form-content .radio-box {        
        padding: 0;
        margin-bottom: 25px;
    }
    .form-content input {        
        margin-top: 5px;
        font-size: 12px;
        width: 100%
    }
    
    .form-content .enter-address {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 0px 0px 16px;
        margin-top: 15px;   
        margin-left: 5px; 
        width: 100%;
        height: 15px;
        font-size: 15px;
        cursor: pointer;
    }

    .sub-title {
        font-size: 30px;        
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .sub-second-title {
        font-size: 30px;        
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .slide_item_left {
        width: 100%;
    }
    .silder-text {
        color: #D9458E;
        width: 100%;
        padding: 20px;
        font-size: 15px;
        font-weight: 550;
    }
    .linear-background {    
        width: calc(100% - 80px);
        margin: 40px;
        padding: 20px;
        background: rgba(42, 120, 71, 0.72);
        text-align: center;
        border-radius: 5px !important;
    }
    .white-background {         
        display: flex;
        background: white;
        width: calc(100% - 90px);
        margin: 45px;
        text-align: center;
        border-radius: 5px !important;
    }
    .register-button {
        width: 236px;
        height: 56px;
        margin-left: calc(50% - 118px);
        background-color: #D9458E;
        border-radius: 28px !important;
        margin-top: 40px;
        display: flex;
    }
    .register-button .text {
        font-size: 15px;
        align-items: center;
        justify-content: center;
        color: white;
        line-height: 56px;
        width: 100%;
        text-align: center;
        text-transform: none;    
    }
    .first-slider {
        height: 766px;
    }
    .fullwidthbanner-container{
        height: 100%;
    }
    .available-content {
        height: 766px;        
    }
       
    .available-title {
        display: none;
    }
    
    .header-title {
        font-size: 10px;
    }
    .logo-img {
        width: 200px;
        margin-top: -38px;
    }
    .silder-title {
        font-size: 40px !important;
        padding-left: 0px;
        margin: 0;
    }
    .silder-sub-title {
        color: #fff;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 300;
        margin-left: 0px;        
        padding: 0;
        font-family: 'BebasNeue';
    }
    .silder-sub-text {
        font-size: 20px;
        margin-top: 20px;
        letter-spacing: -1px;
    }
    .connect_box .title {
        font-size: 12px;
    }
    .button_box .title {
        font-size: 18px;
        color: black !important;
    }
    .about-content {
        margin-left: 30px;
        margin-right: 30px;
        padding: 0 !important;
        font-size: 20px;
    }
    .title_start {
        font-size: 18px;        
    }
    .title-img {
        margin: 5px;
        height: 25px;
    }
    .desc-box {
        background-color: #f8fafc;
        padding: 0;
    }
    .desc-content {        
        margin: 15px;    
    }
    .desc-box .title .index {
        font-size: 14px;        
        width: 40px;
        height: 40px;
        border-radius: 20px !important;        
    }
    .desc-box .desc {
        font-size: 12px;        
    }
    .title-box {
        margin-top: 20px;
    }
}    

@media (max-width: 500px) {
    
}
