body{
    font-family: 'Inter', sans-serif;
    
}
.signup-step-container{
    font-size:16px;
}
* {
    margin: 0;
    padding: 0;
}
/*
i {
    margin-right: 10px;
}
 */
/*------------------------*/

input:focus,
button:focus,
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
 
/*---------signup-step-------------*/
.bg-color{
    background-color: #333;
}
.signup-step-container{
    padding-bottom: 60px;
}
.page-id-8026 .page-heading,.page-id-8028 .page-heading {
    background-image: url(https://www.lawcover.com.au/wp-content/uploads/2022/09/LC-1470-Claims-Form-Website-Mockup_V6-1.png;);
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 250px;
    box-shadow: none;
    background-color: unset;
    margin-bottom: 0px;
    display:block !important;
}
.page-id-8026 .page-heading .container,.page-id-8028 .page-heading .container{
    display:none !important;
}
.nav-tabs{
    text-align:center;
}
.wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }
 
    .wizard > div.wizard-inner {
            position: relative;
    text-align: center; 
    padding-top:30px;
    }
 
.connecting-line {
    height: 1px;
    background: #eaebec;
    position: relative;
   width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 0;
}
 
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
 
.signup-step-container span.round-tab {
    width: 200px;
    height: 40px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: relative;
    font-size: 16px;
    color: #1c2b39;
    font-weight: 500;
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-left: 10px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #da291c;
    color: #fff;
    border-color: #da291c;
}
.wizard li.active span.round-tab i{
    color: #da291c;
}
.wizard .nav-tabs > li.active > a i{
    color: #da291c;
}
 
.wizard .nav-tabs > li {
    width: 25%;
}
 
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
 
 
 
.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    text-decoration: none;
}
.wizard .nav-tabs > li a i{
    position: relative;
    top: -22px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
 /*   transform: translate(-50%, -50%); */
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.wizard .nav-tabs > li .steps{
    position: relative;
    top: 8px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-align:center;
}
.wizard .nav-tabs > li .steps_text{
    position: relative;
    top: 8px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    text-align:left;
    padding-left:10px;
}
 
    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }
 
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
 
 
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step,.submit_button, .second-step, .third-step{
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
    line-height: normal;
    text-transform: capitalize;
    width: 150px;
    text-align: left;
    font-weight:normal;
    position:relative;
    top:18px;
}
.next-step, .second-step, .third-step, .submit_button{
    background-color: #da291c;
    color: #fff;
}
.claims_form_step_button:hover {
    background: #fff;
    color: #DA291C;
    border: 1px solid #DA291C;
}
.claims_form_step_button img, .claims_form_back_button img {
    float: right;
}
.claims_form_back_button{
    background: #333f48;
    color: #fff;
    border: 1px solid #333f48;
}
.claims_form_back_button:hover {
    background: #fff;
    color: #DA291C;
    border: 1px solid #DA291C;
}
.skip-btn{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container label{
 padding-left:10px;
}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}
.date-row{
    margin-bottom: 30px;
}

.top_space{
    margin-top: 20px;
} 

.alpha_bracket ul.alpha {
    counter-reset: alpha
}
.alpha_bracket ul li {
    list-style: none;
    position: relative;
    left: -2em;
    margin-top: 20px;
}

.alpha_bracket ul.alpha > li:before {
    counter-increment: alpha;
    content:"(" counter(alpha, lower-alpha)") ";
        padding-right: 10px;
}
.yes_radio{
    margin-right: 30px;
}
.footer_design{
    background-image: url(https://www.lawcover.com.au/wp-content/uploads/2022/09/footer_background-2.png);
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 124px;
    box-shadow: none;
    background-color: unset;
    margin-bottom: 0px;
}
.disabled {
   pointer-events:none; 
   opacity:0.6;
}
.claims_form_main_heading{
    color:#da291c;
}
.cas{
    font-weight:700;
}
.scl{
    color:#da291c;
    padding-top:5px;
    padding-bottom:10px;
}
.pd{
    color:#da291c;
    margin-top:30px;
    font-weight:700;
}
.lpd{
    padding-bottom: 30px;
}

.text-italic{
    color:#da291c;
    margin-top:30px;
}
.sd_grey{
    color: #1c2b39;
    margin-top:0px;
    font-weight: 700;
}
/*
.alpha_bracket{
    border:2px solid #1c2b39;
    padding-bottom: 20px;
}
*/

.top_row_space{
    margin-top:0px;
}
.third_step_row{
    margin-top:30px;
}
.text-Acknowledgement{
    color:#da291c;
    margin-top:30px;
    font-weight:700;
}
.pp_link{
    color:#da291c;
}
.top_space input::placeholder {
  opacity: 0.2;
}
.dash_type {
	position: relative;
	list-style: none;
	margin: 10px 0px;
	padding-left: 10px;
}
.dash_type li{
    line-height:30px;
}
.dash_type li:before {
	content: "-";
	position: absolute;
	left: 0;
	color: red;
    font-weight: 700;
}
.hide_show1,.hide_show2,.hide_show3,.hide_show4,.hide_show5{
    display:none;
}
.submit_notic{
    padding-top:20px;
	font-size: 14px;
    color: #000;
}
@media (max-width: 767px){
    .page-id-8026 .page-heading,.page-id-8028 .page-heading{
        height:120px !important;
    }
    .sign-content h3{
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i{
        display: none;
    }
    .signup-logo-header .navbar-toggle{
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area{
        margin-top: 0;
    }
    .signup-logo-header .header-flex{
        display: block;
    }
    .signup-step-container .nav-tabs > li, .signup-step-container .nav-tabs > li:last-child{
        text-align:left;
    }
    .signup-step-container .nav{
        flex-wrap: unset;
    }
    .signup-step-container .wizard .nav-tabs > li .steps_text{
        white-space:break-spaces;
    }
    .signup-step-container .wizard .nav-tabs > li{
        width:100%;
    }
    .signup-step-container .nav-tabs > li, .signup-step-container .nav-tabs > li:last-child{
        border:none;
    }
    .signup-step-container .nav-tabs > li{
        padding-bottom:35px;
    }
    .connecting-line{
        display:none;
    }
}

.signup-step-container label, .signup-step-container form label{
    font-weight:normal;
    margin-bottom: 0px;
    margin-top: 0px;
    
}
.page .date_label{
    color:#da291c;
    font-weight:700;
}
.signup-step-container .nav-tabs > li.active, .signup-step-container .nav-tabs > li.active:last-child {
    border: none;
}

.signup-step-container .nav-tabs > li {
    border-right:none;
}
.signup-step-container .nav > li > a{
    display:unset;
}
.signup-step-container .tab-pane, .signup-step-container .nav-tabs {
    margin: 0 auto;
    max-width: 100%;
}
.signup-step-container .form-control {
    font-size: 14px;
    font-weight:normal;
    
}
.signup-step-container .form-group {
    margin-bottom: 0px;
}
.signup-step-container h6, .signup-step-container .h6 {
    font-size: 16px;
    background: #333f48;
    color: #fff;
    padding: 15px;
    text-transform:inherit;
    letter-spacing:normal;
    font-weight:600;
}
.signup-step-container .list-inline{
    margin-left:0px;
}
/*

.signup-step-container .row {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
*/
.error404 .page-heading {
    display:none;
}
.error-message{

    display: none;
    color: #333f48;
    background: #f6e3e8;
    font-weight: 600;
    font-size: 14px;
    padding: 8px;
    margin-top: 10px;
    width: 100%;

    }  
#error-pre-email{
	display: none;
    color: #333f48;
    background: #f6e3e8;
    font-weight: 600;
    font-size: 14px;
    padding: 8px;
    margin-top: 10px;
    width: 100%;

    }  
.signup-step-container .box_error{
        background: #f6e3e8 !important;
        border:1px solid #da291c !important;
    }
.claims_form_seperaotr{
    padding:30px 0px;
}
.claims_form_seperaotr hr, .claims_form_seperator hr {
    height: 2px;
    background-color: #eaebec !important;
}
.signup-step-container .date-input-container {
            display: flex;
            align-items: center;
            gap: 15px;
            padding-top:5px;
        }
        .signup-step-container .date-input-container .day_input,  .signup-step-container .date-input-container .month_input{
            width: 50px;
            padding: 5px;
            font-size: 16px;
            text-align: center;
            border-radius:0px;
            border-color:#eaebec;
            border: 2px solid #eaebec;
        }
        .signup-step-container .date-input-container .year_input{
            width: 80px;
            padding: 5px;
            font-size: 16px;
            text-align: center;
            border-radius:0px;
            border-color:#eaebec;
            border: 2px solid #eaebec;
        }
        .signup-step-container .nav-tabs{
            padding-left:0;
        }
.signup-step-container .nav-tabs > li {
    display: inline-block;
    float: none;
    text-align: left;
}
#main_form input[type='text'], #main_form input[type='email'], #main_form textarea, #main_form select{
    border:2px solid #eaebec;
    border-radius:0px;
    background-color:#f5f5f6;
}
.signup-step-container .list-inline{
    padding-left:0px;
}
.signup-step-container .tab-content > .tab-pane.active {
    display: block;
}

.tab-content > .tab-pane{
    display:none;
}

.border_button{
    border-bottom:2px solid #eaebec;
}
.signup-step-container h4.text-italic{
    font-size: 16px;
    font-weight: normal;
}
.signup-step-container h5.pd{
    font-size: 18px;
    font-weight: 700;
    color:#da291c;
}
.date-input-container .day_label{
    width:50px;
}
.date-input-container .month_label{
    width:50px;
}
.date-input-container .year_label{
    width:80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.signup-step-container .nav-tabs {
    display: grid;
    row-gap: 30px;
}
}