:root{
    --primary: #b11206;
    --secoundry: #033a6f;
    --light: #ffffff;
    --dark: #000000;
    --gray: #707070;
    --grayLighter: #949494;
    --shadow: 0px 0px 7px -4px;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
header{
    border-top: 8px solid var(--primary);
}
.header{
    background-color: var(--light) !important;
    box-shadow: var(--shadow);
    padding: 10px 5px;
}
.logo img{
    width: 250px;
}
.logo p{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    margin-top: .2rem;
}
.nav_link{
    padding: 0 1.5rem !important;
    color: var(--dark) !important;
    text-align: center;
}
.nav_link i{
    color: var(--secoundry);
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 19px;
}
.content{
    min-height: 90vh;
}
.filter{
    background-color: var(--gray);
    padding: 50px 15px 34px;
}
.filter_heading h3{
    color: var(--light);
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.form_control{
    border-radius: 0;
    
    padding: .7rem 1rem;
    margin-bottom: 1rem;
    border-color: var(--light);
}
.form_control:focus{
    border-color: var(--light);
}
.form_control::placeholder{
    opacity: .5;
}
.custom_input{
    border-radius: 0;
    
    padding: .7rem 1rem;
}
.form-group{
    margin-bottom: 1rem;
}
.form-group label{
    color: black;
    font-weight: 400;
}
.ready_signup{
    padding: 70px 15px;
}
.heading h3{
    /* font-size: 30px; */
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: var(--primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.greeter_btn{
    background-color: #f1efd9;
    border-radius: 25px;
    padding: 7px 1rem;
    color: var(--dark);
    transition: .9s;
    font-size: 14px;
}
.greeter_btn:hover, .greeter_btn:focus{
    background-color: var(--light);
    border-color: #f1efd9;
    color: var(--dark);
}
.greeter {
    background-color: #f1efd9;
    border-radius: 15px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: var(--shadow);
}
.greeter p {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--dark);
}
.greeter h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark);
}
.observer {
    background-color: #007497;
    border-radius: 15px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: var(--shadow);
}
.observer p {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--light);
}
.observer h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--light);
}
.observer_btn{
    background-color: #007497;
    border-radius: 25px;
    padding: 7px 1rem;
    color: var(--light);
    transition: .9s;
}
.observer_btn:hover, .observer_btn:focus{
    background-color: var(--light);
    border-color: #007497;
    color: #007497;
}
.reset_btn{
    background-color: var(--primary);
    border-radius: 25px;
    padding: 7px 1.5rem;
    color: var(--light);
    transition: .9s;
    white-space: nowrap;
}
.reset_btn:hover, .reset_btn:focus{
    background-color: var(--light);
    border-color: var(--primary);
    color: var(--primary);
}
.primary_btn{
    background-color: var(--secoundry);   
    border-radius: 25px;
    padding: 7px 1.5rem;
    color: var(--light);
    transition: .9s;
}
.primary_btn:hover, .primary_btn:focus{
    background-color: var(--light);
    border-color: var(--secoundry);
    color: var(--secoundry);
}
footer{
    background-color: var(--primary);
    padding: 40px 15px;
}
.footer_contact p{
    margin-bottom: 5px;
    color: var(--light);
    font-weight: 500;
}
.footer_contact i{
    margin-right: 3px;
}
.footer_contact a{
    font-weight: 500;
    color: var(--light);
    text-decoration: none;
}
.footer_border {
    padding: 0 10px 6px;
    border: 1px solid var(--light);
    margin-bottom: 7px;
}
.footer_border p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--light);
    margin-bottom: 0;
}
.footer_info p{
    color: var(--light);
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    margin-bottom: 0;
}
.footer_info span{
    font-style: italic;
    font-weight: 200;
    font-size: 13px;
    color: var(--light);
    text-align: right;
    display: block;
}
.get_involved{
    padding: 30px 15px;
}
.get_involved p{
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.table_details th{
    font-weight: 500;
}
.table_details th, .table_details td{
    padding: .75rem;
}
.register_info p{
    margin-bottom: 0;
    text-align: left;
}
.register_info {
    width: fit-content;
    margin-bottom: 2rem;
}
.secoundry_btn{
    background-color: var(--light);
    border-radius: 15px;
    padding: 4px 1rem;
    transition: .9s;
    border-color: var(--gray);
    font-size: 14px;
}
.secoundry_btn:hover{
    background-color: var(--gray);
    border-color: var(--gray);
    color: var(--light);
}
.secoundry_btn.active{
    background-color: var(--gray);
    border-color: var(--gray);
    color: var(--light);
}
.forgot_link{
    color: var(--grayLighter);
    text-decoration: none;
}
.welcome_main{
    background-color: var(--primary);
    padding: 20px 15px;
}
.welcome_heading h2{
    color: var(--light);
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 28px;
    margin-left: 2.2rem;
}
.dashboard{
    padding: 70px 15px;
}
.sidebar li{
    padding: .5rem 0;
}
.sidebar_link{
    padding: .5rem 0;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: black;
}
.sidebar_info{
    margin-top: 50px;
}
.sidebar_info p{
    margin-bottom: 0;
    color: var(--gray);
    font-weight: 500;
}
.sidebar_info a{
    text-decoration: none;
    color: var(--gray);
    display: block;
    font-weight: 500;
}
.dashboard_content{
    padding: 0 30px;
}
.dashboard_heading h3{
    color: var(--primary);
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.info_content p{
    margin-bottom: 0;
}
.schedule{
    margin-top: 1.5rem;
}
.schedule_heading h3{
    color: var(--primary);
    font-weight: 600;
    font-style: italic;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.schedule_body{
    width: 100%;
    height: 325px;
    overflow: auto;
}
.schedule_box{
    border: 1px solid var(--grayLighter);
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 1.5rem;
}
.schedule_date{
    background-color: var(--primary);
    border-radius: 15px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: var(--shadow);
}
.schedule_date p{
    font-weight: normal;
    margin-bottom: 0;
    color: var(--light);
}
.schedule_date h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--light);
}
.schedule_content h4{
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0;
}
.schedule_content p{
    margin-bottom: 0;
    font-size: 15px;
    color: var(--gray);
}
.schedule_links{
    text-align: right;
}
.schedule_links a{
    white-space: nowrap;
    text-decoration: none;
    color: var(--grayLighter);
    font-weight: 600;
    font-size: 12px;
}
.schedule_links span{
    color: var(--grayLighter);
    font-weight: 600;
    font-size: 14px;
}
.opportunitie_info {
    margin-bottom: 2rem;
}
.opportunitie_info h4{
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
}
.location_info h3{
    font-size: 15px;
    margin-bottom: 2px;
    color: var(--primary);
}
.location_info i{
    font-size: 23px;
    color: var(--secoundry);
}
.location_info p{
    color: var(--dark);
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}
.location_info h6{
    color: var(--primary);
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.location_info{
    margin-bottom: 1.2rem;
}
.election_info{
    margin-bottom: 2rem;
}
.election_info h3{
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.election_info span{
    font-weight: normal;
    font-style: italic;
}
.schedule_body_main{
    height: unset;
    overflow: unset;
}
.main_content{
    padding: 40px 15px;
}
.page_content p{
    margin-bottom: 0;
}
.poll_greeter_img img{
    width: 100%;
    border-radius: 35px;
    box-shadow: var(--shadow);
}
.location_main_head{
    margin-bottom: 1.5rem;
}
.location_main_head h3{
    color: var(--primary);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
}
.location_main_head p{
    font-size: 14px;
    color: var(--dark);
}
.schedule_btns{
    width: 100%;
    height: 320px;
    overflow: auto;
}
.dashboard_link::after{
    content: "";
    display: none;
}
.dropdown_menu{
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: var(--shadow);
}
.dropdown_item{
    padding: 9px 1.2rem;
    font-size: 14px;
}
.dropdown_item:hover{
    background-color: var(--primary);
    color: var(--light);
}
.dropdown_item:active{
    background-color: var(--primary);
    color: var(--light);
}
#loader {
    position: fixed !important;
    left: 65px;
    top: 65px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    background: none;
    border: none;
    cursor: wait;
    z-index: 1020;
}

#loader .loader-image {
    content: url('/../images/loading.gif');
    margin:0 auto;
    width: 200px;
}
.schedule_btns h3{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: var(--primary);
}
td.disabled {
    text-decoration: line-through;
}
.card_instant_quote {
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 0;
    box-shadow: 0 0 12px -7px;
}
.card_instant_quote .heading{
    position: relative;
    margin-bottom: 2rem;
}
.card_instant_quote .heading h1{
    position: relative;
    padding-bottom: 14px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--secoundry);
    width: fit-content;
    font-size: 23px;
}
.card_instant_quote .heading h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 35%;
    background-color: var(--primary);
    border-radius: 25px;
}
.card_instant_quote .heading h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 75%;
    background-color: var(--secoundry);
}
.card_instant_quote .line {
    background-color: var(--secoundry);
    opacity: 1;
    width: 95%;
}
.steps_card {
    padding: 25px 1rem;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.steps_card h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--primary);
}
.steps_card h5 {
    color: var(--primary);
    margin-bottom: 1.5rem;
}
.step_reason h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}