﻿/**
* Template Name: Day - v4.6.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #cc1616;
    text-decoration: none;
}

    a:hover {
        color: #e82d2d;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

.header {
    background: #0d528c;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    text-align: center;
}

.logo {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    padding: 0 0 5px;
    line-height: 20px;
}

.main-heading h2 {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 34px;
    color: #000;
    padding: 0 0 5px;
    line-height: 20px;
    margin-top: -15px;
}

.main-heading p {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 0 0 5px;
}

.form {
    background: #1e73be;
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0;
    padding: 30px;
}

    .form h1 {
        display: block;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
        padding: 10px 15px;
        border: solid 0.1em #fff;
        border-radius: 8px;
    }
/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn-submit {
    display: block;
    margin-top: 32px;
    padding: 12px 0;
    width: 100%;
    font-family: inherit;
    background: #164b81;
    border-radius: 20px;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
}

    .btn-submit:hover {
        background: #68a6d6;
    }

.m-t-0 {
    margin-top: 0;
}

.m-t-15 {
    margin-top: 15px;
}

/* ==========================================================================
   #DATEPICKER
   ========================================================================== */
.daterangepicker {
    display: none;
    width: 570px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 35px;
    padding-top: 27px;
    padding-bottom: 45px;
    margin-top: 5px;
    margin-left: -48px;
}

@media (max-width: 767px) {
    .daterangepicker {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0px;
    }
}

.daterangepicker:before, .daterangepicker:after {
    display: none;
}

.daterangepicker .calendar {
    margin: 0;
    width: 235px;
}

    .daterangepicker .calendar th {
        font-size: 14px;
        color: #aaa;
        cursor: default;
    }

        .daterangepicker .calendar th.month {
            font-size: 16px;
            color: #555;
            font-weight: 700;
        }

        .daterangepicker .calendar th.next, .daterangepicker .calendar th.prev {
            font-size: 20px;
            color: #ccc;
            text-align: center;
        }

    .daterangepicker .calendar.right {
        float: right;
    }

@media (max-width: 767px) {
    .daterangepicker .calendar {
        width: 235px;
        max-width: 270px;
    }

        .daterangepicker .calendar.right, .daterangepicker .calendar.left {
            float: none !important;
            clear: none !important;
            margin: 0 auto !important;
        }

        .daterangepicker .calendar.left {
            margin-bottom: 30px !important;
        }
}

.daterangepicker .calendar-table {
    padding: 0;
}

    .daterangepicker .calendar-table .table-condensed thead tr:nth-child(2) th {
        padding-top: 27px;
        padding-bottom: 17px;
    }

.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}

.daterangepicker_input {
    display: none;
}

.daterangepicker td {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #555;
}

    .daterangepicker td.start-date, .daterangepicker td.end-date {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #00ad5f;
    }

        .daterangepicker td.start-date.end-date {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .daterangepicker td.in-range {
        background: #d9f1e3;
    }

    .daterangepicker td.today {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #c9c9c9;
    }

        .daterangepicker td.today.in-range {
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important;
            background: #00ad5f;
        }

    .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
        background: transparent;
        color: #aaa;
    }

.daterangepicker select {
    outline: none;
    font-family: inherit;
}

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 14px;
        padding: 8px 4px;
    }

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #00ad5f;
}

.dropdown-datepicker {
    position: relative;
}

    .dropdown-datepicker .daterangepicker {
        width: 280px;
        padding: 20px;
    }

/* ==========================================================================
   #FORM
   ========================================================================== */
input,
textarea {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
}

    input:disabled {
        background: transparent;
        cursor: pointer;
    }

textarea {
    resize: none;
}

button {
    cursor: pointer;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 48px;
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 55px;
}

    .input-group .docs-date {
        font-size: 17px;
        color: #000;
        padding: 5px 10px;
        margin: 10px 5px;
        background: #ccc;
    }


.input-group-symbol {
    position: absolute;
    font-size: 24px;
    color: #ccc;
    left: 18px;
    bottom: 12px;
}

.input-group-icon {
    position: relative;
}

.input-icon {
    font-size: 24px;
    color: #808080;
    position: absolute;
    line-height: 28px;
    right: 0;
    top: 0;
    width: 28px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

    .input-icon::before {
        display: block;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.label {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    /*text-transform: capitalize;*/
    display: block;
    margin-bottom: 1px;
    width: 100%;
}

.input--style-1 {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0;
    padding-top: 0px;
    color: #3a3a3a;
    border: aliceblue;
}

.docs-date {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 5px 5px 0;
    padding-top: 0px;
    color: #808080;
    border: aliceblue;
    margin-right: 20px;
}

.input--style-1::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #808080;
}

.input--style-1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
    opacity: 1;
}

.input--style-1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
    opacity: 1;
}

.input--style-1:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

.input--style-1:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #808080;
}

/* CHECKBOX */
.checkbox-row {
    padding-top: 5px;
}

    .checkbox-row h2 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        display: block;
    }

.checkbox-container, .checkbox-last-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    line-height: 22px;
}

    .checkbox-container input, .checkbox-last-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 10%
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #0d528c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checkbox-container input:checked ~ .checkmark, .checkbox-last-container input:checked ~ .checkmark {
    background-color: #0d528c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after, .checkbox-last-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after, .checkbox-last-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Radio button */
.radio-row {
    padding-top: 5px;
}

    .radio-row h2 {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        display: block;
        line-height: 22px;
    }

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-container:hover input ~ .radio-checkmark {
    background-color: #fff;
}

.radio-container input:checked ~ .radio-checkmark {
    background-color: #fff;
}

.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

.radio-container .radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*background: #00ad5f;*/
    background: #fff;
}
/* ==========================================================================
   #SELECT
   ========================================================================== */
.quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

@media (max-width: 575px) {
    .quantity {
        float: none;
        margin-top: 10px;
    }
}

.quantity > input {
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 18px;
    color: #555;
    font-weight: 700;
}

.minus,
.plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .minus:hover,
    .plus:hover {
        background: #ccc;
        color: #fff;
    }

.list-room {
    list-style: none;
    max-height: 324px;
    overflow-y: auto;
    padding-right: 20px;
}

.list-room__item {
    margin-bottom: 20px;
}

.list-room__footer {
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}

.list-room__name {
    margin-bottom: 27px;
    display: block;
    font-weight: 700;
    color: #999;
}

.list-person {
    list-style: none;
}

    .list-person .list-person__item:last-child {
        margin-bottom: 0;
    }

.list-person__item {
    margin-bottom: 34px;
}

    .list-person__item::after {
        content: "";
        clear: both;
        display: table;
    }

    .list-person__item .name {
        font-size: 18px;
        color: #555;
        font-weight: 700;
        display: inline-block;
        margin-top: 5px;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#btn-add-room {
    font-family: inherit;
    font-size: 16px;
    color: #00ad5f;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #btn-add-room:hover {
        text-decoration: underline;
    }

.dropdown-select {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 45px;
    padding-right: 25px;
}

    .dropdown-select.show {
        display: block;
    }

.open .input-icon::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
    display: none !important;
}

.rs-select2 {
    width: 100%;
}

    .rs-select2 .select2-container {
        width: 100% !important;
        outline: none;
    }

        .rs-select2 .select2-container .select2-selection--single {
            outline: none;
            border: none;
            height: 30px;
        }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
                line-height: 30px;
                padding-left: 0;
                color: #808080;
                font-size: 15px;
                font-weight: 500;
            }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
                height: 28px;
                right: 4px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
                    display: none;
                }

                .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
                    font-family: bootstrap-icons !important;
                    content: "\f229";
                    font-size: 16px;
                    color: #808080;
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

        .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
    overflow: hidden;
}

.select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 16px;
    color: #808080;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00ad5f;
}

.line {
    width: 98%;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    margin: 20px 15px;
    padding: 0;
    display: inline-block;
    position: relative;
}

.checkw {
    /* padding-top:10px; */
}

.textarea {
    height: 55px;
}

.textarea2 {
    margin: 0;
}

.input-group-symbol-txtarea {
    position: absolute;
    font-size: 24px;
    color: #ccc;
    left: 18px;
    top: 12px;
}

.errorfield {
    font-size: 13px;
    font-weight: bold;
    color: #df0101;
}



/* HEADER CSS */

.request-form-heading {
    display: inline-block;
    width: 100%;
    padding-top: 70px;
}

.steps-points {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

    .steps-points .steps {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

        .steps-points .steps li {
            display: inline-block;
            border: 0 solid #ccc;
            width: 150px;
            position: relative;
        }

            .steps-points .steps li:after {
                position: absolute;
                content: '';
                width: 70px;
                height: 1px;
                background: #ccc;
                top: 27px;
                left: 115px;
            }

            .steps-points .steps li:last-child:after {
                display: none;
            }

            .steps-points .steps li a {
                display: block;
                padding: 0 10px;
                color: #000;
                font-size: 12px;
            }

                .steps-points .steps li a span {
                    display: block;
                    background: #fff;
                    width: 50px;
                    height: 50px;
                    border-radius: 50px;
                    line-height: 43px;
                    margin: 0 auto 10px auto;
                    font-size: 30px;
                    border: 3px solid #f1f1f1;
                    font-weight: 900;
                    color: #0d528c;
                }

            .steps-points .steps li.active a span {
                background: #0d528c;
                color: #fff;
                border: 3px solid #0d528c;
            }

.main-content-wrapper {
    display: inline-block;
    width: 100%;
    margin: 0;
}

    .main-content-wrapper .heading {
        display: block;
        width: 50%;
        border-radius: 10px;
        border: 1px solid #ccc;
        margin: 0 auto;
    }

        .main-content-wrapper .heading h3 {
            text-align: center;
            font-size: 18px !important;
            font-weight: 700;
            margin: 10px 0;
        }

        .main-content-wrapper .heading-pooling, .main-content-wrapper .heading-voter, .main-content-wrapper .heading-addi-info, .main-content-wrapper .heading.review {
            width: 70%;
        }

        .main-content-wrapper .heading h2 {
            background: #0d528c;
            padding: 15px 0;
            border-radius: 8px 8px 0 0;
            color: #fff;
            text-align: center;
            font-size: 30px;
            font-weight: 700;
            margin: 0;
        }

        .main-content-wrapper .heading h3 {
            font-size: 15px;
            padding: 0px 30px 10px;
            font-weight: 700;
            text-align: center;
        }

    .main-content-wrapper .heading-voter h3 {
        font-size: 16px;
        padding: 10px 30px 0;
        font-weight: 700;
        text-align: center;
    }

.language-options, .address-options {
    display: inline-block;
    width: 100%;
    padding: 30px;
}

.address-options {
    padding: 0 30px;
}

.language-options li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

    .language-options li .flag {
        display: block;
        margin-bottom: 15px;
    }

.language-options li, .address-options li {
    border-radius: 10px;
    border: 2px solid #0d528c;
    padding: 10px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 700;
    /*cursor: pointer;*/
    /* width: 100%; */
    text-align: left;
}

.language-options2 {
    text-align: center;
    padding: 0 0 10px;
}

    .language-options2 li {
        text-align: left;
    }

    .language-options2 li {
        width: 90%;
    }

.language-options li label {
    cursor: pointer;
    position: relative;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 10px;
    display: inline-block;
}

.address-fileds {
    width: 18%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 5px;
}

.address-fileds {
    background: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    border: 2px solid #0d528c;
    line-height: 10px;
    color: #0d528c !important;
    width: 20%;
    font-size: 17px;
    font-weight: bold;
}

    .address-fileds:first-child {
        margin-left: 50px;
    }

.address-options li {
    width: 18%;
    display: inline-block;
    border: 0 solid #f1f1f1;
}

    .language-options li input, .address-options li input {
        width: auto;
        margin-right: 5px;
    }

.main-content-wrapper .heading input[type=submit], .main-content-wrapper .heading a.back {
    background: #0d528c;
    border-radius: 5px;
    border: none;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.main-content-wrapper .heading a.back {
    display: inline-block;
    padding: 1px 0;
}

.polling {
    display: inline-block;
    width: 100%;
    padding: 20px;
    list-style: none;
    margin-bottom: 0;
}

    .polling li {
        display: block;
        font-size: 14px;
        position: relative;
        margin-bottom: 10px;
    }

        .polling li a {
            display: block;
            background: #fff;
            padding: 20px 25px;
            border-radius: 5px;
            border: 2px solid #0d528c;
            line-height: 16px;
            color: #0d528c !important;
            width: 100%;
            font-size: 16px;
            font-weight: bold;
        }

            .polling li a:hover {
                color: #fff !important;
                background: #0d528c;
                border: 2px solid #0d528c;
            }

            .polling li a i {
                bottom: 7px;
                left: 10px;
            }

            .polling li a:hover i {
                color: #000;
            }

.voter-options, .voter-address-options {
    display: inline-block;
    width: 100%;
    padding: 15px 0 20px;
    list-style: none;
    text-align: center;
}

    .voter-options li, .voter-address-options li {
        margin: 0 15px;
        display: inline-block;
    }

        .voter-options li input, .voter-address-options li inpu {
            width: auto;
        }

.voter-details, .voter-details-behalf {
    display: block;
    width: 100%;
    padding: 0 30px;
    font-size: 14px;
    /* margin-bottom: 20px */
}

.voter-details {
    margin-bottom: 0px;
    margin-top: 15px;
}

.voter-details2 {
    padding: 20px 40px 10px;
    margin: 0;
}

.voter-details3 {
    padding: 0;
}

    .voter-details3 label {
        font-size: 14px;
        font-weight: bold;
    }

.voter-details input[type=text], .voter-details-behalf input[type=text], .addi-voter input[type=text] {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 400;
}

.addedadditionalvoter {
    margin-top: 20px;
}

    .addedadditionalvoter label.addi-voter {
        font-weight: 700;
    }

.voter-details3 .textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 400;
}

.heading-addi-info fieldset {
    padding: 0 20px 20px 20px;
    border: 1px solid #ccc;
    margin: 30px 20px;
}

    .heading-addi-info fieldset legend {
        background: #0d528c;
        display: block;
        padding: 5px 10px;
        margin: -20px 0 20px;
        width: auto;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }

    .heading-addi-info fieldset .checkbox-container, .heading-addi-info fieldset .radio-container {
        /* width: 31%; */
        margin-bottom: 10px;
    }

    .heading-addi-info fieldset .checkbox-last-container {
        width: 100%
    }

    .heading-addi-info fieldset .radio-container {
        color: #000;
        margin-bottom: 5px;
    }

        .heading-addi-info fieldset .radio-container .radio-checkmark {
            background: #0d528c;
        }

        .heading-addi-info fieldset .radio-container .radio-container .radio-checkmark:after {
            background: #fff;
            width: 10px;
            height: 10px;
            top: 5px;
            left: 5px;
        }

    .heading-addi-info fieldset .addi-voter {
        font-size: 14px;
        color: #000;
        /*padding-right: 20px;*/
        width: 100%;
    }

        .heading-addi-info fieldset .addi-voter input {
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 5px 10px;
        }

.heading-addi-info .add-voter-field {
    padding-top: 20px;
}

    .heading-addi-info .add-voter-field input[type=submit] {
        float: right;
        width: 20%;
        line-height: 40px;
        margin-bottom: 0;
    }

.heading-addi-info fieldset .addi-caretaker {
    font-size: 14px;
    color: #000;
    padding-right: 0;
    width: 100%;
}

    .heading-addi-info fieldset .addi-caretaker input {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px 10px;
    }

.heading-addi-info .add-caretaker-field {
    padding-top: 20px;
}

    .heading-addi-info .add-caretaker-field input[type=submit] {
        /*float: right;*/
        width: 25%;
        line-height: 40px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .heading-addi-info .add-caretaker-field input.add {
        background: url(../../assets/img/plus-add.png) center center no-repeat;
        border: 1px solid #f1f1f1;
    }

    .heading-addi-info .add-caretaker-field input.delete {
        background: url(../../assets/img/minus-button-1.png) center center no-repeat;
        border: 1px solid #f1f1f1;
    }

.agreement {
    padding: 0 20px;
    margin-bottom: 10px;
}

.datelist {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .datelist li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .datelist li a {
            display: block;
            background: #fff;
            padding: 15px 25px;
            border-radius: 5px;
            border: 2px solid #0d528c;
            line-height: 10px;
            color: #0d528c !important;
            width: 100%;
            font-size: 15px;
            font-weight: bold;
        }

            .datelist li a:hover, .datelist li a:focus {
                color: #fff !important;
                background: #0d528c !important;
                border: 2px solid #0d528c !important;
            }

            .datelist li a:active {
                color: #fff !important;
                background: #0d528c !important;
                border: 2px solid #0d528c;
            }

/* REVIEW CONTENT CSS */
.heading.review .review-content {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 20px 20px;
}

    .heading.review .review-content .display-section {
        display: block;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

.align-space {
    padding: 0 15px;
    display: block;
}

    .align-space ul {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .align-space ul li {
            display: inline-block;
            padding: 5px 10px;
            background: #f1f1f1;
            border-radius: 3px;
            color: #000;
            margin-bottom: 5px;
            font-size: 14px;
        }

.heading.review .review-content h2 {
    font-size: 22px;
    padding: 15px 20px;
    text-align: left;
}

.heading.review .review-content h3 {
    background: none;
    color: #000;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 16px !important;
    font-weight: bold;
    background: #e1e1e1;
}

.heading.review .review-content p {
    padding: 5px 10px;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    background: #f5f5f5;
    margin-bottom: 15px;
}


/* THANK YOU CSS */
.thanks-content {
    display: block;
    margin: 100px auto 0;
    width: 70%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #000;
}

    .thanks-content h2 {
        color: #000;
        margin: 20px 0 30px;
        /*text-transform: capitalize;*/
        font-size: 30px;
        font-weight: 700;
    }

    .thanks-content a {
        color: #0054d3;
    }

@media only screen and (max-width: 991px) {
    .topmrg {
        margin-top: 0px;
    }

    .bottommrg {
        margin-bottom: 20px;
    }
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.15;
        position: relative
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

.language-options li input, .address-options li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    outline: none;
    position: relative;
    z-index: 1000;
    border: none;
}

    .language-options li input, .address-options li input:hover {
        background: #9faab7;
        border: none;
    }

    .language-options li input, .address-options li input:checked {
        background: #1488b6;
        border: none;
    }

        .language-options li input:checked::before {
            width: 9px;
            height: 9px;
            -webkit-animation: click-wave 0.25s;
            -moz-animation: click-wave 0.25s;
            animation: click-wave 0.25s;
            background: #fff;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
            border: none;
            top: 0.45em;
            left: 0.42em;
            text-align: center;
            border-radius: 100px;
        }

        .language-options li input:checked::after {
            -webkit-animation: click-wave 0.25s;
            -moz-animation: click-wave 0.25s;
            animation: click-wave 0.25s;
            background: #1488b6;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
            border: none;
            text-align: center;
        }

    .language-options li input, .address-options li input.radio {
        border-radius: 50%;
        border: none;
    }

        .language-options li input, .address-options li input.radio::after {
            border-radius: 50%;
            border: none;
            outline: none !important;
        }

.voter-options li input, .address-options li input, .voter-address-options li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    outline: none;
    position: relative;
    z-index: 1000;
    border: none;
}

    .voter-options li input, .address-options li input:hover, .voter-address-options li input {
        background: #9faab7;
        border: none;
    }

    .voter-options li input, .address-options li input:checked, .voter-address-options li input {
        background: #1488b6;
        border: none;
    }

        .voter-options li input:checked::before, .voter-address-options li input:checked::before {
            width: 9px;
            height: 9px;
            -webkit-animation: click-wave 0.25s;
            -moz-animation: click-wave 0.25s;
            animation: click-wave 0.25s;
            background: #fff;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
            border: none;
            top: 8.2px;
            left: 8.1px;
            line-height: 9px;
            text-align: center;
            border-radius: 100px;
        }

        .voter-address-options li input:checked::before {
            top: 0.49em;
            left: 0.57em;
        }

        .voter-options li input:checked::after, .voter-address-options li input:checked::after {
            -webkit-animation: click-wave 0.25s;
            -moz-animation: click-wave 0.25s;
            animation: click-wave 0.25s;
            background: #1488b6;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
            border: none;
        }

.voter-options li label, .voter-address-options li label {
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 18px;
    font-weight: 700;
}

.voter-options li input, .address-options li input.radio, .voter-address-options li input {
    border-radius: 50%;
    border: none;
}

    .voter-options li input, .address-options li input.radio::after, .voter-address-options li input {
        border-radius: 50%;
        border: none;
        outline: none !important;
    }

.addi-caretaker select {
    margin: 5px 0;
    width: 100%;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #ccc
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-content-wrapper .heading {
        display: block;
        width: 90%;
        border-radius: 10px;
        border: 1px solid #ccc;
        margin: 0 auto 50px;
    }

        .main-content-wrapper .heading h2 {
            font-size: 28px;
            margin-bottom: 10px;
        }

    .language-options li, .address-options li {
        font-size: 14px;
    }

    .main-content-wrapper .heading-pooling, .main-content-wrapper .heading-voter, .main-content-wrapper .heading-addi-info, .main-content-wrapper .heading.review {
        width: 100% !important;
    }

    .steps-points .steps li:after {
        display: none
    }

    .steps-points .steps li {
        width: 100%;
        display: none
    }

        .steps-points .steps li.active {
            display: inline-block
        }

        .steps-points .steps li a {
            font-size: 21px;
            font-weight: 600
        }

            .steps-points .steps li a span {
                font-size: 50px;
                width: 70px;
                height: 70px;
                line-height: 60px;
            }

    .voter-options li input:checked::before {
        top: 0.8rem;
        left: 0.8rem
    }

    .voter-address-options li input:checked::before {
        top: 0.5rem;
        left: 0.5rem
    }

    .datelist {
        margin: 0 0 20px 0;
        padding: 0 0 0 20px;
        text-align: center
    }

        .datelist li a {
            font-size: 14px;
            padding: 15px 10px;
        }

    .radio-container input {
        width: 20%;
    }

    .checkbox-container input {
        width: 15%;
    }

    .language-options2 li {
        width: 85%;
    }

    .polling li a {
        font-size: 15px;
    }

    .thanks-content {
        margin: 100px auto 0;
        width: 100%
    }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
    .main-content-wrapper .heading {
        display: block;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #ccc;
        margin: 0 auto 50px;
    }

        .main-content-wrapper .heading h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .main-content-wrapper .heading-pooling, .main-content-wrapper .heading-voter, .main-content-wrapper .heading-addi-info, .main-content-wrapper .heading.review {
            width: 100% !important;
        }

    .steps-points .steps li:after {
        display: none
    }

    .steps-points .steps li {
        width: 100%;
        display: none
    }

        .steps-points .steps li.active {
            display: inline-block
        }

        .steps-points .steps li a {
            font-size: 21px;
            font-weight: 600
        }

            .steps-points .steps li a span {
                font-size: 50px;
                width: 70px;
                height: 70px;
                line-height: 60px;
            }

    .voter-options li input:checked::before {
        top: 0.8rem;
        left: 0.8rem
    }

    .voter-address-options li input:checked::before {
        top: 0.56rem;
        left: 0.6rem
    }

    .datelist {
        margin: 0 0 20px 0;
        padding: 0 0 0 20px;
        text-align: center
    }

        .datelist li a {
            font-size: 14px;
            padding: 15px 10px;
        }

    .radio-container input {
        width: 20%;
    }

    .checkbox-container input {
        width: 15%;
    }

    .heading-addi-info fieldset legend {
        font-size: 18px;
    }

    .language-options2 li {
        text-align: left;
        width: 80%;
        font-size: 12px;
        height: 60%
    }

        .language-options2 li label {
            top: -34px;
            left: 35px;
        }

    .heading-addi-info fieldset .checkbox-container, .heading-addi-info fieldset .radio-container {
        width: 90%;
        margin-bottom: 5px;
    }

    .language-options li {
        width: 100%
    }

    .thanks-content {
        margin: 50px auto 0;
        width: 100%
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
    .main-content-wrapper .heading-pooling, .main-content-wrapper .heading-voter, .main-content-wrapper .heading-addi-info, .main-content-wrapper .heading.review {
        width: 100% !important;
    }

    .main-content-wrapper .heading {
        display: block;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #ccc;
        margin: 0 auto 50px;
    }

        .main-content-wrapper .heading h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

    .steps-points .steps {
        display: contents;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

        .steps-points .steps li {
            width: 100%;
            display: none
        }

            .steps-points .steps li.active {
                display: inline-block
            }

            .steps-points .steps li a {
                display: block;
                padding: 0 10px;
                color: #000;
                font-size: 12px;
                height: 100px;
                vertical-align: top;
                position: relative;
                display: inherit;
            }

    .language-options li, .address-options li {
        border-radius: 10px;
        border: 2px solid #0d528c;
        padding: 10px;
        margin-bottom: 7px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }

    .main-content-wrapper .heading input[type=submit], .main-content-wrapper .heading a.back {
        background: #0d528c;
        border-radius: 5px;
        border: none;
        color: #fff;
        line-height: 50px;
        margin-bottom: 20px;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin-top: 20px;
    }

    .language-options, .address-options {
        display: inline-block;
        width: 100%;
        padding: 30px 30px 15px;
        margin: 0;
    }

    .heading-pooling .input-group {
        position: relative;
        margin-bottom: 15px;
        background: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 7px 48px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 35px;
    }

    .polling {
        display: inline-block;
        width: 100%;
        padding: 20px 20px 0px;
        list-style: none;
        margin: 0px;
    }

    .checkw {
        padding-top: 1px;
        padding-bottom: 4px;
    }

    .heading-addi-info fieldset .checkbox-container, .heading-addi-info fieldset .radio-container, .heading-addi-info fieldset .checkbox-last-container {
        width: 100%;
        padding-top: 1px;
        padding-bottom: 4px;
        margin-left: 10px;
        font-size: 14px;
    }

    .heading-addi-info fieldset {
        padding: 0 20px 20px 20px;
        border: 1px solid #ccc;
        margin: 20px 20px 20px;
    }

        .heading-addi-info fieldset legend {
            font-size: 18px;
        }

    .steps-points {
        display: inline-block;
        width: 100%;
        padding: 50px 0;
    }

        .steps-points .steps {
            display: contents;
            width: 100%;
            text-align: center;
            justify-content: center;
        }

            .steps-points .steps li {
                /*display: block;
      border: none;*/
                width: 100%;
                /*position: relative;
      float: left;*/
            }

                .steps-points .steps li a {
                    font-size: 21px;
                    font-weight: 600;
                }

                    .steps-points .steps li a span {
                        font-size: 50px;
                        width: 70px;
                        height: 70px;
                        line-height: 60px;
                    }

                .steps-points .steps li:after {
                    position: absolute;
                    content: '';
                    width: 70px;
                    height: 1px;
                    background: #ccc;
                    top: 27px;
                    left: 115px;
                    display: none;
                }

                .steps-points .steps li:last-child:after {
                    display: none;
                }

                .steps-points .steps li a {
                    /*display: block;
      padding: 0 10px;
      color: #000;*/
                    font-size: 18px;
                    /*text-align: left;
      height: 30px;
      padding-top: 0.5em;*/
                }

                    .steps-points .steps li a span {
                        /*display: block;
      background: #fff;*/
                        width: 60px;
                        height: 60px;
                        /*border-radius: 50px;*/
                        line-height: 50px;
                        font-size: 40px
                        /*margin: 0 auto 10px;*/
                        /*font-size: 30px;
      border: 3px solid #f1f1f1;
      font-weight: 900;
      color: #0d528c;*/
                        /*float: left;*/
                        /*right: 15px;
      top: -15px;
      position: relative;
      text-align: center;*/
                    }

                .steps-points .steps li.active a span {
                    background: #0d528c;
                    color: #fff;
                    border: 3px solid #0d528c;
                }

    .voter-details, .voter-details-behalf, #addedadditionalvoters {
        display: block;
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
    }

    .voter-details2 {
        padding: 20px 30px 10px;
    }

    .address-fileds:first-child {
        margin-left: 25px;
    }

    .address-fileds {
        width: 82%;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-left: 25px;
    }

    .datelist {
        display: inline-block;
        width: 100%;
        padding: 0 2rem;
    }

        .datelist li {
            width: 100%;
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px;
            font-size: 14px;
            text-align: center
        }

    .heading-addi-info .add-voter-field {
        padding-top: 20px;
        text-align: center;
        display: block;
        padding: 0 15px;
    }

    .radio-container input {
        width: 20%;
    }

    .checkbox-container input {
        width: 15%;
    }

    .language-options2 li {
        text-align: left;
        width: 85%;
        font-size: 12px;
        height: 60%
    }

        .language-options2 li label {
            top: -34px;
            left: 35px;
        }

    .heading-addi-info fieldset .checkbox-container, .heading-addi-info fieldset .radio-container {
        width: 90%;
        margin-bottom: 5px;
    }

    .heading-addi-info fieldset .checkbox-last-container {
    }

    .thanks-content {
        margin: 50px auto 0;
        width: 100%
    }
}

.subbtn a {
    background: #0d528c;
    border-radius: 5px;
    border: none;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    width: 80%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
}

.deltbtn {
    margin-bottom: 10px;
    background: #b90e0e;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none !important;
    display: inline-block;
}

    .deltbtn:hover {
        color: #fff;
        background: #8f0c0c;
    }

.main-content-wrapper .vrybtn {
    background: #0d528c;
    border-radius: 5px;
    border: none;
    color: #fff;
    line-height: 45px !important;
    margin-left: 10px;
    margin-bottom: 15px !important;
    width: auto !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0px 20px;
}

.vryfld {
    width: auto;
    top: -2px;
    position: relative;
}

@media (max-width: 767px) {
    .pe-0 {
        padding-right: inherit !important;
    }

    .ps-0 {
        padding-left: inherit !important;
    }

    .heading.review .review-content p {
        padding: 5px 10px;
        color: #2c2c2c;
        font-size: 16px;
        font-weight: 500;
        background: #f5f5f5;
        margin-bottom: 15px;
    }

    .steps-points ul {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .vset {
        display: inline-block;
        width: 100%;
        padding: 15px 0 20px;
        list-style: none;
        text-align: left;
    }

        .vset .option-input {
            text-align: left;
            position: relative;
            display: inline-block;
        }

        .vset label {
            text-align: left;
            position: relative;
            display: inline;
        }
}

@media (max-width: 375px) {
    .main-content-wrapper .vrybtn {
        font-size: 17px !important;
        line-height: 45px !important;
        padding: 0px 15px;
    }

    .vryfld {
        width: 50%;
        top: -2px;
        position: relative;
    }
}




/*email Checkbox*/
span.checkbox-email input {
    width: auto;
    margin-bottom: 16px;
}


input#ContentPlaceHolder1_chkIhaveverified {
    width: auto;
    margin-bottom: 16px;
}
