.cp_step_0{
    padding: 0;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mb-20{
    margin-bottom: 20px;
}

.text-left{
    text-align: left !important;
}

.modalInfo{
    cursor: pointer;
    font-size: 16px;
}

.assist-tables{
    font-size: 16px;
    padding-bottom: 0;
}

.medicare-list{
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.medicare-list em{
    background: #1bbf2d;
    color: white;
    font-size: 30px;
    padding: 10px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    float: left;
}

.medicare-list > li{
    margin: 10px 0;
}

.medicare-list-text{
    display: inline-block;
    padding-left: 20px;
    float: left;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

.form-divider {
    border-bottom: 1px solid grey;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
}

.assist-wrap{
    padding: 20px;
    margin-top: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.assist-image-wrap{
    overflow: hidden;
    display: block;
}

.assist-inside{

}

@media (min-width: 768px) {
    .assist-inside .info {
        min-height: 288px;
    }
}

.assist-header{
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.assist-165{
    background-image: url("../images/assist/autocare.jpg");
    background-position: 80% 40%;
}
.assist-166{
    background-image: url("../images/assist/medicare-category.jpg");
}
.assist-167{
    background-image: url("../images/assist/motocare-category.jpg");
    background-position: 65% center;
}



.assist-header-text{
    background: rgba(0,0,0,0.7);
    padding: 20px 40px;
}

.assist-header-text > div{
    font-size: 18px;
}


.text-success{
    color: #0c6c43;
}

.text-success:hover{
    background-color: #0c6c43;
    color: #fff !important;
    border-color: #398439;
}

.assist-box{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding: 5px 25px 10px;
    text-align: center;
    height: 180px;
    margin-bottom: 20px;
}

.assist-box h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.assist-table, .medi-table{
    position: relative;
    width: 70%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 2.5em;
    margin: 0 auto 2.5em auto;
    list-style-type: none;
    z-index: 200;
}

.assist-table .table-head,.medi-table .table-head {
    list-style-type: none;
    margin: 0;
    padding: .55556em 3%;
    background: #0c6c43;
    border-radius: 3px;
    color: white;
    font-size: 1.125em;
    font-weight: 600;
}

.assist-table .table-row, .medi-table .table-row{
    list-style-type: none;
    margin: 0;
    padding: 1.25em 3%;
    border-bottom: 1px solid #e5f1f7;
    *zoom: 1;
}

.medi-table .table-row{
    font-weight: 600;
    padding: .7em 3%;
}

.assist-table .table-row li:nth-child(1) {
    width: 60%;
}

.assist-table .table-row li {
    float: left;
    position: relative;
}

.assist-table .table-row h3 {
    color: black;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: .375em;
    font-weight: 600;
}

.assist-table .table-row li > p {
    font-size: .875em;
    font-weight: 300;
    margin: 0;
}

.assist-table h2, .medi-table h2 {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 1em;
}

.assist-table .table-head li:nth-child(1) {
    width: 60%;
}
.assist-table .table-head li {
    float: left;
}

.assist-table .table-head li:nth-child(2),.assist-table .table-head li:nth-child(3) {
    width: 20%;
    text-align: center;
}

.assist-table .table-row li:nth-child(1) {
    width: 60%;
}
.assist-table .table-row li {
    float: left;
    position: relative;
}

.assist-table .table-row li > p {
    font-size: .875em;
    font-weight: 300;
    margin: 0;
}

.assist-table .table-row li:nth-child(2), .assist-table .table-row li:nth-child(3)  {
    width: 20%;
    text-align: center;
    padding-top: 17px;
    line-height: 25px;
}
.assist-table .table-row .price {
    font-size: 1.25em;
    color: #1e242d;
    font-weight: 600;
}

.assist-table .table-row li .country {
    display: none;
    color: #7f9ec9;
    font-size: 14px;
    margin-right: 10px;
}


li:before, li:after,
ul:before, ul:after{
    content: " ";
    display: table;
}

li:after,ul:after{
    clear: both;
}

.check-col {
    color: #1bbf2d;
}

.times-col {
    color: #cc1a42;
}

.next-section{
    padding: 0;
}

.next-step-wrap{
    width: 70%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 1em 2.5em;
}

.next-step-info h3{
    font-size: 20px;
    font-weight: 600;
}
.next-step-info p{
    font-size: 16px;
}
.next-step-info span{
    font-weight: 700;
    color: #0c6c43;
}

.next-step-next{
    padding: 60px 0;
    text-align: center;
}

.medi-care.next-step-next{
    padding: 40px 0;
}

.moto-care.next-step-next{
    padding: 50px 0;
}

.vanPrice{
    display: none;
}



/* MEDICARE */
.medi-table .table-head li {
    float: left;
}

.medi-table .table-head li:nth-child(1) {
    width: 73.52941%;
}

.medi-table .table-head li:nth-child(2) {
    width: 26.47059%;
    text-align: center;
}

.medi-table .table-row li {
    float: left;
    position: relative;
}

.medi-table .table-row li:nth-child(1) {
    font-size: 0.875em;
    width: 73.52941%;
}

.medi-table .table-row li:nth-child(3) {
    width: 26.47059%;
    text-align: center;
}

.medi-table .table-row .price {
    font-size: 1.25em;
    color: #1E242D;
    font-weight: 600;
}

.medi-table .table-row .price-desc .form-country {
    display: none;
}

.medi-table .table-row .price-desc{
    display: none;
}


/* MOTO */
.comparion-content{
    list-style-type: none;
}

.replace-list{
    list-style-type: none;
}

.comparion-content {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content1{
    display: none;
}

.assist-table .table-row .replace-list li {
    border-bottom: 1px solid #ebf5eb;
    height: 3.14286em;
    line-height: 3.14286em;
    padding-top: 0;
    font-weight: 300;
}

.assist-table .table-row .replace-list:nth-child(4) li {
    border-bottom: none;
}

.assist-table > li:first-child > p {
    text-align: center;
    display: block;
    margin-bottom: 1.875em;
}
.assist-table .table-row .replace-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .875em;
}
.assist-table .comparison-tabs input, .moto-step input {
    display: none;
}

.assist-table .comparison-tabs label, .moto-step label {
    width: 40%;
    float: left;
    position: relative;
    padding: 0 30px 0 40px;
    margin-bottom: 30px;
    height: 4.375em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #9ccf9c;
    transition: border-color .2s ease-in-out , background-color .2s ease-in-out;
}

.assist-table .comparison-tabs label.motorbike,.assist-table .comparison-tabs label.small-moto, .moto-step label.motorbike,.moto-step label.small-moto{
    color: grey;
}

.assist-table .comparison-tabs label.motorbike.active,.assist-table .comparison-tabs label.small-moto.active,.moto-step label.motorbike.active,.moto-step label.small-moto.active{
    color: black;
}

.assist-table .comparison-tabs label.motorbike, .moto-step label.motorbike, .moto-step label.car-assist.small-moto{
    border-radius: 3px 0 0 3px;
    margin-left: 10%;
}

.assist-table .comparison-tabs label.small-moto, .moto-step label.small-moto, .moto-step label.car-assist.motorbike {
    border-radius:  0 3px 3px 0;
}

.moto-step label.car-assist.motorbike{
    margin-left: 0;
}

.assist-table .comparison-tabs section {
    clear: both;
}

.assist-table .comparison-tabs label:hover, .moto-step label:hover{
    cursor: pointer;
    background-color: rgba(156,207,156,.2);
}

.assist-table .comparison-tabs label.active, .moto-step label.active{
    background-color: rgba(156,207,156,.6);
}

.tooltip-container{
    display: none;
}

.form-company, .form-van{
    display: none;
}

.noDisplay{
    display: none;
}

.select-partner{
    font-weight: normal;
}

.form-partner{
    display: none;
}

/*DATEPICKER */
.datepicker-dropdown{
    width: 500px !important;
    background: #fff;
    background-clip: padding-box;
    margin-left: -5px;
    z-index: 5000 !important;
    padding: 0 4px 4px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}
.table-condensed{
    width: 100%;
    border-collapse: unset;
    border-spacing: 1px;
}
.table-condensed thead tr:nth-child(2){
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: .2em 0;
    text-align: center;
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.datepicker table tr td, .datepicker table tr th {
    width: 14.2%;
    padding: 0;
    text-align: center !important;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
    display: table-cell;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    border: 1px solid #c5c5c5;
    border-radius: unset;
}


.datepicker table tr td.today {
    background-color: #3bc589;
    border-color: white;
}

.table-condensed thead th.dow{
    background: #0c6c43;
    color: #fff;
    font-weight: bold;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev{
    border: 0;
    background: white;
}
.datepicker .next, .datepicker .prev{
    font-size: 20px;
}
.datepicker table tr td.active.active{
    background-color: #2c9065;
    border-color: #343434;
}

.datepicker table tr td.day:hover,.datepicker table tr td.active.active:hover{
    background-color: rgba(156,207,156,.6);
    border-color: #343434;
}
.datepicker table tr td.active.active:hover{
    color: #454545;
}
/* DATEPICKER */




@media only screen and (max-width: 599px) {
    .datepicker-dropdown{
        left: 15px !important;
    }
    .medicare-list-text{
        width: 80%;
        padding-left: 0;
        float: right;
        height: auto;
        line-height: normal;
        padding-top: 7px;
    }
    .medicare-list {
        padding: 0;
        list-style-type: none;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
    .medicare-list > li {
        margin: 15px 0;
    }
    .assist-table .comparison-tabs label, .moto-step label {
        padding: 10px;
    }
}

@media screen and (max-width: 720px) {
    section {
        padding: 10px 0px 10px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
    .assist-box{
        height: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .next-step-info{
        text-align: center;
    }
    .next-step-next{
        padding: 20px 0;
    }
    .form-group > div{
        margin-bottom: 15px;
    }
    .datepicker-dropdown{
        width: 300px !important;
    }

}

@media screen and (max-width: 720px){

    .assist-table .table-head li:nth-child(1),.medi-table .table-head li:nth-child(1) {
        text-align: center;
        width: 100%;
    }
    .assist-table .table-head li:nth-child(2),.assist-table .table-head li:nth-child(3),.medi-table .table-head li:nth-child(2) {
        display: none;
    }
    .assist-table .table-row li:nth-child(1),.medi-table .table-row li:nth-child(1) {
        width: 100%;
    }
    .assist-table .table-row li:nth-child(2), .assist-table .table-row li:nth-child(3),.medi-table .table-row li:nth-child(3) {
        width: 50%;
        text-align: left;
    }
    .assist-table .table-row li .country {
        display: inline-block;
    }
    .assist-table .table-row .price .country{
        display: block;
    }
    .assist-table .table-row .replace-list {
        padding: 0 0 0 5px;
    }
    .medi-table .table-row .price-desc {
        display: inline-block;
        font-size: .875em;
        color: rgba(231,48,55,.5);
        margin: .64286em .5em 0 0;
    }
    .medi-table .table-row .price {
        font-size: 1em;
        line-height: 1.25em;
        margin-top: .5em;
    }
    .assist-table .comparison-tabs label{
        margin: 0 0 20px;
        width: 50%;
        height: 100px;
        padding: 0 10px;
    }
    .assist-table .comparison-tabs label.small-moto{
        margin: 0;
    }

}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .medicare-list {
        padding: 0;
    }
    .medicare-list-text {
        display: inline-block;
        padding-left: 0px;
        padding-top: 7px;
        float: right;
        line-height: normal;
        width: 77%;
    }
}
@media screen and (max-width: 1200px){
    .assist-table, .medi-table{
        width: 100%;
        padding: 1.25em;
    }
    .next-step-wrap{
        width: 100%;
        padding: 0.5em;
    }
}


@media only screen and (min-width: 992px){
    .assist_online_form .nav-pills{
        width: 70%;
        margin: 10px auto 30px;
    }
}



