/*body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}*/

/*the container must be positioned relative:*/
/*.custom-select {*/
    /* font-family: Arial; */
/*}

    .custom-select select {
        display: none;*/ /*hide original SELECT element:*/
    /*}

.select-selected {
    background-color: #fff;
}*/

    /*style the arrow inside the select element:*/
    /*.select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }*/

    /*point the arrow upwards when the select box is open (active):*/
    /*.select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }*/

/*style the items (options), including the selected item:*/
/*.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
}*/

/*style items (options):*/
/*.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}*/

/*hide the items when the select box is closed:*/
/*.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    padding: 0;
    color: #008081;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}*/

/*the container must be positioned relative:*/
/*.custom-select {*/
    /* font-family: Arial; */
/*}

    .custom-select select {
        display: none;*/ /*hide original SELECT element:*/
    /*}

.select-selected {
    background-color: #fff;
}*/

    /*style the arrow inside the select element:*/
    /*.select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }*/

    /*point the arrow upwards when the select box is open (active):*/
    /*.select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }*/

/*style the items (options), including the selected item:*/
/*.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
    text-align: left;
    font-weight: 600;
}*/

/*style items (options):*/
/*.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}*/

/*hide the items when the select box is closed:*/
/*.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    padding: 0;
    color: #008081;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

.middleboxes {
    width: 100%;
    float: left;
    margin: auto;
    background: #f1faf9;
    padding: 20px 0;
    box-shadow: 0 0 14px 0px rgba(0,0,0,0.2);
}

.container {
    max-width: 94%;
}

.pleasehead {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #008081;
    font-size: 21px;
    font-weight: 600;
}

.mainwidths {
    width: 100%;
    float: left;
    margin: 0;
}

.fullwitdhs {
    width: 100%;
    margin: 0 0 0;
    padding: 20px 31px;
    float: left;
}

    .fullwitdhs.border {
        border-bottom: 1px solid #ccc;
    }

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}*/

/*the container must be positioned relative:*/
/*.custom-select {*/
    /* font-family: Arial; */
/*}

    .custom-select select {
        display: none;*/ /*hide original SELECT element:*/
    /*}

.select-selected {
    background-color: #fff;
}*/

    /*style the arrow inside the select element:*/
    /*.select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }*/

    /*point the arrow upwards when the select box is open (active):*/
    /*.select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

.labelinpurtext {
    width: 68%;
    display: inline-block;
    margin-left: 70px;
    float: right;
    font-size: 14px;
    color: #000;
}

    .labelinpurtext span.looks {
        padding: 0 20px;
        width: auto;
        position: relative;
        margin: auto;
    }

        .labelinpurtext span.looks:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border: 1px solid #000;
            position: absolute;
            left: 0;
            border-radius: 100%;
            top: 3px;
        }*/
/*style the items (options), including the selected item:*/
/*.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
}*/

/*style items (options):*/
/*.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}*/

/*hide the items when the select box is closed:*/
/*.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

s

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}

.col-sm-3.lefts label {
    font-size: 15px;
    font-weight: 600;
    color: #008081;
}*/
/*the container must be positioned relative:*/
/*.custom-select {*/
    /* font-family: Arial; */
/*}

    .custom-select select {
        display: none;*/ /*hide original SELECT element:*/
    /*}

.select-selected {
    background-color: #fff;
}*/

    /*style the arrow inside the select element:*/
    /*.select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }*/

    /*point the arrow upwards when the select box is open (active):*/
    /*.select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }*/

/*style the items (options), including the selected item:*/
/*.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
    text-align: left;
    font-weight: 600;
}*/

/*style items (options):*/
/*.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}*/

/*hide the items when the select box is closed:*/
/*.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    color: #008081;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 30px 0;
}

.middleboxes {
    width: 100%;
    float: left;
    margin: auto;
    background: #f1faf9;
    padding: 20px 0;
    box-shadow: 0 0 14px 0px rgba(0,0,0,0.2);
}

.container {
    max-width: 94%;
}

.pleasehead {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #008081;
    font-size: 21px;
    font-weight: 600;
    padding: 0 15px;
}

.mainwidths {
    width: 100%;
    float: left;
    margin: 0;
}

.fullwitdhs {
    width: 100%;
    margin: 0 0 0;
    padding: 20px 31px;
    float: left;
}

    .fullwitdhs.border {
        border-bottom: 1px solid #ccc;
    }

    .fullwitdhs.border {
    }*/
        /* The container */
        /*.fullwitdhs.border .container {
            display: block;
            position: relative;
            padding-left: 40px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            max-width: 97%;
            color: #008081;
            font-size: 18px;
            font-weight: 600;
            padding: 0px 33px;
        }*/

            /* Hide the browser's default checkbox */
            /*.fullwitdhs.border .container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }*/

/* Create a custom checkbox */
/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}*/

/* On mouse-over, add a grey background color */
/*.fullwitdhs.border .container:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
/*.container input:checked ~ .checkmark {
    background-color: #008081;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/

/* Show the checkmark when checked */
/*.fullwitdhs.border .container input:checked ~ .checkmark:after {
    display: block;
}*/

/* Style the checkmark/indicator */
/*.fullwitdhs.border .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control {
    font-size: 14px;
    height: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: 600;
}

textarea.form-control {
    height: 150px;
}

.fullwitdhs.center {
    text-align: center;
}

.submit {
    font-size: 22px;
    border: none;
    padding: 10px 0;
    text-align: center;
    min-width: 200px;
    margin-right: 70px;
    background: #008081;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

button.submit.Cancel {
    background: #ccc;
    color: #000;
}


span.logo {
    position: absolute;
    top: 13px;
}

    span.logo img {
        max-width: 50%;
    }
@media only screen and (min-width:200px) and (max-width:760px) {
    .mainhead {
        font-size: 20px;
    }
    span.logo {
        position: relative;
        top: -9px;
        width: 100%;
        float: left;
        text-align: center;
    }
    .select-selected {
        position: relative;
        min-width: 100%;
        margin: 20px 0 0;
    }

    .pleasehead {
        font-size: 14px;
        padding: 0 5px;
    }

    .col-sm-3.lefts label, .fullwitdhs.border .container {
        font-size: 12px;
    }

    .fullwitdhs.border .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkmark {
        top: 6px;
    }

    .submit {
        min-width: 100px;
        display: inline-block;
        font-size: 14px;
        margin: 0;
    }

    .labelinpurtext {
        font-size: 12px;
        width: 100%;
        margin: 0;
    }

        .labelinpurtext span.looks {
            width: 100%;
            float: left;
            margin: 5px 0 0;
        }

        .labelinpurtext label {
            width: 74%;
            word-break: break-all;
        }

    .fullwitdhs.border .container input.suboption {
        position: initial !important;
        opacity: unset !important;
        cursor: pointer;
        height: 15px !important;
        width: 14px !important;
        margin-right: 10px;
        margin-left: -7px !important;
    }

    .fullwitdhs.border .container input.other {
        width: 100% !important;
    }
}

@media only screen and (min-width:767px) and (max-width:999px) {

    .labelinpurtext {
        width: 100%;
    }

    .mainhead {
        font-size: 20px;
        padding: 7px 0;
    }
}
.fullwitdhs.border .container i {
    font-style: normal;
}*/


body {
    background: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

/*the container must be positioned relative:*/
.custom-select {
    /* font-family: Arial; */
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    padding: 0;
    color: #008081;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}

/*the container must be positioned relative:*/
.custom-select {
    /* font-family: Arial; */
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
    text-align: left;
    font-weight: 600;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    padding: 0;
    color: #008081;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

.middleboxes {
    width: 100%;
    float: left;
    margin: auto;
    background: #f1faf9;
    padding: 20px 0;
    box-shadow: 0 0 14px 0px rgba(0,0,0,0.2);
}

.container {
    max-width: 94%;
}

.pleasehead {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #22773e;
    font-size: 21px;
    font-weight: 600;
}

.mainwidths {
    width: 100%;
    float: left;
    margin: 0;
}

.fullwitdhs {
    width: 100%;
    margin: 0 0 0;
    padding: 20px 31px;
    float: left;
}

    .fullwitdhs.border {
        border-bottom: 1px solid #ccc;
    }

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}

/*the container must be positioned relative:*/
.custom-select {
    /* font-family: Arial; */
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

.labelinpurtext {
    width: 68%;
    display: inline-block;
    margin-left: 70px;
    float: right;
    font-size: 14px;
    color: #000;
}

    .labelinpurtext span.looks {
        padding: 0 20px;
        width: auto;
        position: relative;
        margin: auto;
    }

        .labelinpurtext span.looks:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            border: 1px solid #000;
            position: absolute;
            left: 0;
            border-radius: 100%;
            top: 3px;
        }
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

s

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 20px 0;
}

abody {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    ;
}

.col-sm-3.lefts label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
/*the container must be positioned relative:*/
.custom-select {
    /* font-family: Arial; */
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #008081 transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #008081;
    padding: 8px 16px;
    border: 1px solid #008081;
    border-color: #008081;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    min-width: 180px;
    top: 0;
    right: 0;
    text-align: left;
    font-weight: 600;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mainhead {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    color: #fff;
}

.headerbg {
    width: 100%;
    float: left;
    margin: auto;
    padding: 30px 0;
}

.middleboxes {
    width: 100%;
    float: left;
    margin: auto;
    background: rgba;
    padding: 20px 0;
    box-shadow: 0 0 14px 0px rgba(0,0,0,0.2);
}

.container {
    max-width: 94%;
    text-align: center;
}

.pleasehead {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #22773e;
    font-size: 19px;
    font-weight: 600;
    padding: 0 15px;
}

.mainwidths {
    width: 100%;
    float: left;
    margin: 0;
}

.fullwitdhs {
    width: 100%;
    margin: 0 0 0;
    padding: 20px 31px;
    float: left;
    text-align: left !important;
    !i;
    !;
}

    .fullwitdhs.border {
        border-bottom: 1px solid #ccc;
    }

    .fullwitdhs.border {
    }
        /* The container */
        .fullwitdhs.border .container {
            display: block;
            position: relative;
            padding-left: 40px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            max-width: 97%;
            color: #333;
            font-size: 15px;
            font-weight: 600;
            text-align: left;
            padding: 0px 33px;
        }

            /* Hide the browser's default checkbox */
            .fullwitdhs.border .container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c9c9c9;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.fullwitdhs.border .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #22773e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.fullwitdhs.border .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fullwitdhs.border .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control {
    font-size: 13px;
    height: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: 600;
    color: #000;
}

textarea.form-control {
    height: 150px;
}

.fullwitdhs.center {
    text-align: center;
}

.submit {
    font-size: 20px;
    border: none;
    padding: 10px 0;
    text-align: center;
    min-width: 150px;
    margin-right: 70px;
    background: #22773e;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}

button.submit.Cancel {
    background: #ccc;
    color: #000;
}


span.logo {
    position: absolute;
    top: 13px;
}

    span.logo img {
        max-width: 50%;
    }

.fullwitdhs.border .container i {
    font-style: normal;
}

.headerbg {
    background: #22773e;
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: left;
}

.logo svg {
    max-width: 50%;
    height: auto;
    position: relative;
    top: 12px;
}

.headerbg .logo {
    top: 0;
}

.headerbg .mainhead {
    color: #fff;
}

.middleboxes {
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    width: 80%;
    margin: auto;
    display: inline-block;
    float: none;
    text-align: left;
}

.headerbg .container {
    text-align: left;
}

canvas#particleCanvas {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    max-width: 100%;
}

@media only screen and (min-width:200px) and (max-width:760px) {
    .mainhead {
        font-size: 20px;
        padding: 10px 10px;
    }

    span.logo {
        position: absolute;
        top: -9px;
        width: auto;
        float: left;
        text-align: left;
        left: 0px;
    }

    .select-selected {
        position: relative;
        min-width: 100%;
        margin: 20px 0 0;
    }

    .pleasehead {
        font-size: 14px;
        padding: 0 5px;
    }

    .col-sm-3.lefts label, .fullwitdhs.border .container {
        font-size: 12px;
    }

    .fullwitdhs.border .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkmark {
        top: 6px;
    }

    .submit {
        min-width: 100px;
        display: inline-block;
        font-size: 14px;
        margin: 0;
    }

    .labelinpurtext {
        font-size: 12px;
        width: 100%;
        margin: 0;
    }

        .labelinpurtext span.looks {
            width: 100%;
            float: left;
            margin: 5px 0 0;
        }

        .labelinpurtext label {
            width: 74%;
            word-break: break-all;
        }

    .fullwitdhs.border .container input.suboption {
        position: initial !important;
        opacity: unset !important;
        cursor: pointer;
        height: 15px !important;
        width: 14px !important;
        margin-right: 10px;
        margin-left: -7px !important;
    }

    .fullwitdhs.border .container input.other {
        width: 100% !important;
    }

    .middleboxes {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        width: 100%;
        margin: auto;
        display: inline-block;
        float: none;
        text-align: left;
    }
}

@media only screen and (min-width:767px) and (max-width:999px) {

    .labelinpurtext {
        width: 100%;
    }

    .mainhead {
        font-size: 20px;
        padding: 7px 0;
    }
}
