#copy, #top-wizard, .main-title p, h1, h2, h3 {
    text-align: center;
}




.button_medium, a, a:focus, a:hover {
    text-decoration: none;
}

 .droupdownborderred, .droupdownborderred:focus {
            border-color: red !important;
        }

/*-- Placeholder changing color --*/

.placeholderred::-webkit-input-placeholder {
    color: red !important;
}

.placeholderred:-moz-placeholder { / Firefox 18- /
    color: red !important;
}

.placeholderred::-moz-placeholder { / Firefox 19+ /
    color: red !important;
}

.placeholderred:-ms-input-placeholder {
    color: red !important;
}

.placeholderred{
    border: 1px solid red !important;
    /* color: red !important; */
}

/*-- //Placeholder changing color --*/

label {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-family: 'Open Sans',Arial,sans-serif;
}

h2, h3 {
    margin-bottom: 45px;
}

h1, h2 {
    text-transform: uppercase;
    font-weight: 800;
}

    .step h3, h2 span {
        text-transform: none;
    }

.main-title {
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    color: #fff;
}

    .main-title h1 {
        font-size: 35px;
        line-height: 40px;
        margin-top: 35px;
        color: #c70051;
        /* color: #fff; */
    }

    .main-title p {
        font-size: 26px;
        font-weight: 300;
        margin-top: -5px;
    }
.btn{
    padding:8px 12px;
    -webkit-transition: all 0.4s ease-in-out;
}
.btn-default{
    -webkit-transition: all 0.4s ease-in-out;
    background-color:#7b1660;
    color:#fff;
    min-width:90px;
}
.btn-default:hover{
    background-color:#7b1660;
    color:#fff;
}
h2 {
    font-size: 32px;
    line-height: 30px;
}

    h2 span {
        font-size: 24px;
        font-weight: 300;
        display: block;
    }

h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
}

    h3 span {
        font-size: 21px;
        font-weight: 300;
        display: block;
    }
    .ptext{
        color:#fff;
    }

.step h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
}

.box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.question_box h3, footer h3 {
    text-align: left;
    margin-bottom: 10px;
}

footer h3 {
    text-transform: none;
    font-weight: 400;
    font-size: 22px;
}

.question_box h3 {
    font-size: 18px;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    ine-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 14px;
}

footer h5 {
    color: #555;
}

h6 {
    font-size: 12px;
}

p {
    /* margin: 16px; */
}

ol, ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

li {
    line-height: 20px;
}

hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #dfdfdf;
}

a {
    color: #00aeef;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    a:focus, a:hover {
        color: #444;
    }

.button_medium {
    border: none;
    background: #282828;
    color: #fff;
    padding: 7px 20px;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
}

.backward, .button_medium_2, .forward {
    text-decoration: none;
    transition: background .5s ease;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
}

.button_medium:hover, a.button_medium:hover {
    background: #00aeef;
    color: #fff;
}

.button_medium_2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #282828;
    color: #282828;
    padding: 7px 20px;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    background: #fff;
}

a.button_medium_2:hover {
    background: #00aeef;
    color: #fff;
    border: 2px solid #00aeef;
}

.backward, .forward {
    border: none;
    color: #fff;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    background: #282828;
    position: relative;
}

    .backward:before, .forward:before {
        text-decoration: inherit;
        position: absolute;
        font-weight: 400;
        top: 8px;
        text-transform: none;
        font-size: 9px;
        font-family: FontAwesome;
    }

.backward {
    padding: 7px 20px 7px 30px;
}

button[disabled].backward, button[disabled].forward {
    border: none;
    background: #ccc;
    outline: 0;
}

.backward:before {
    content: "\f053";
    left: 20px;
}

.forward {
    padding: 7px 30px 7px 20px;
}

    .forward:before {
        content: "\f054";
        right: 20px;
    }

#complete button, #top-nav ul, #top-wizard {
    text-transform: uppercase;
}

.backward:hover, .forward:hover {
    background: #00aeef;
    color: #fff;
}

#top-area {
    /* background-color: #2b8b96; */
    /* background-color: #7b1660 ; */
    height: 500px;
    background-image: url('../../asserts/images/event_bg.jpg');
    background-position: top;
}
#top-area1 {
    background-color: #2b8b96;
}

header {
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

#logo a {
    height: 32px;
    width: 151px;
}

#top-nav ul {
    float: right;
    margin: 8px -10px 0 0;
    padding: 0;
    font-weight: 700;
}

    #top-nav ul a {
        color: #fff;
        text-decoration: none;
    }

        #top-nav ul a#active, #top-nav ul a:hover, #top-nav ul li a#purchase:hover {
            color: #323232;
        }

    #top-nav ul li {
        float: left;
        padding-left: 10px;
        margin-right: 10px;
    }

        #top-nav ul li:first-child {
            background: 0 0;
        }

        #top-nav ul li a#purchase {
            color: #fff200;
        }

.btn-responsive-menu {
    display: none;
    float: right;
    padding: 5px;
    cursor: pointer;
    margin: 0 20px 0 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.show {
    display: block !important;
}

#main {
    padding-bottom: 60px;
}

footer {
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

    footer a {
        color: #FF9;
    }

#footer_2 {
    width: 100%;
    background: #252525;
}

    #footer_2 a {
        color: #888;
    }

        #footer_2 a:hover {
            color: #1ab9a7;
        }

ul#footer-nav {
    color: #fff;
    margin: 20px 0;
    padding-top:20px
}

.ui-widget-content a, .ui-widget-header a {
    color: #222;
}

ul#footer-nav li:first-child {
    margin-right: 30px;
}

ul#footer-nav li {
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

#copy {
    padding: 15px 0;
    background-color: #f8f8f8;
    font-size: 11px;
}

#contact {
    background: url(../img/contact_map.png) 90% 90px no-repeat;
}

#top-wizard {
    padding: 5px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    font-size: 12px;
    text-align: left;
}

.shadow {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background: url(../img/shadow_top_form.png) center top no-repeat;
}

.ui-widget-content {
    background: #fff;
    color: #222;
}

.ui-widget-header {
    background: #f68e56;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

#bottom-wizard, #complete, #complete h3, #toTop, .box, .phone-info, .widget_nav_menu, ul.data-list#terms {
    text-align: center;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

#survey_container, .ie8 #survey_container {
    background-color: #fff;
    margin-top: -316px;
    margin-bottom: 60px;
    z-index: 9;
    position: relative;
}

#survey_container {
    box-shadow: 0 0 5px #777;
}

.ie8 #survey_container {
    border: 1px solid #ddd;
}

#middle-wizard {
    padding: 10px 20px;
}

#bottom-wizard {
    padding: 15px 35px;
    border-top: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

#complete {
    padding: 0 45px 35px;
}

    #complete h3 {
        margin-bottom: 40px;
    }

    #complete i {
        color: #cacaca;
        margin: 0 0 10px;
        font-size: 160px;
        padding: 0;
    }

    #complete button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 18px;
        border: 2px solid #8dc63f;
        color: #8dc63f;
        padding: 15px 35px;
        text-decoration: none;
        transition: background .5s ease;
        -moz-transition: background .5s ease;
        -webkit-transition: background .5s ease;
        -o-transition: background .5s ease;
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
        outline: 0;
        background: #fff;
    }

        #complete button:hover {
            background: #00aeef;
            color: #fff;
            border: 2px solid #00aeef;
        }

.box span {
    font-size: 100px;
    color: #1ab9a7;
    font-weight: 800;
    display: block;
    margin: 40px 0 43px;
}

.question_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}

    .question_box:before {
        content: "\f059";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 30px;
        position: absolute;
        color: #999;
        top: 5px;
        left: 0;
    }

.qty-buttons, ul.data-list li, ul.data-list-2 li {
    position: relative;
}

.thumbnail {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    line-height: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 0;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
}

.caption {
    background: #f2f2f2;
}

.transit-to-top {
    height: 60px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

    .transit-to-top h4 {
        text-align: center;
        moz-transition: all .3s ease-in-out;
        o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        margin: 20px 0 0;
        padding: 0;
    }

.thumbnail:hover h4 {
    margin-top: -40px;
}

.p-title {
    display: block;
    height: 40px;
}

.widget_nav_menu {
    min-height: 100%;
    height: 100%;
}

.project-item-image-container {
    border: none;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%;
}

    .project-item :hover .project-item-image-container, .project-item-image-container:hover {
        filter: alpha(opacity=100);
        -moz-transition: background-color .2s ease-out,color .1s ease-out;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -o-transition: background-color .2s ease-out,color .1s ease-out;
        transition: background-color .2s ease-out,color .1s ease-out;
        -webkit-transition: background-color .2s ease-out,color .1s ease-out;
    }

    .project-item-image-container > img {
        width: 100% !important;
    }

.phone-info {
    display: inline-block;
    margin: 5px 0 0;
    width: 100%;
}

ul.social-bookmarks.team {
    float: none;
    padding: 0;
    margin: auto;
    display: inline-block;
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

/*input.form-control, select.form-control, textarea.form-control {
    background: #fbfbfb;
    border: 2px solid #d5d5d5;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.428571429;
    padding: 6px 12px;
}

    input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
        border-color: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #555;
    }*/

.styled-select select {
    background: 0 0;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    height: 41px;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: url(../img/down_arrow_select.png) 98% center no-repeat #fbfbfb;
    border: 2px solid #d5d5d5;
    margin-bottom: -5px;
}

ul.floated, ul.floated li {
    margin: 0;
    padding: 0;
}

.styled-select select::-ms-expand, .styled-select-2 select::-ms-expand {
    display: none;
}

ul.floated li {
    float: left;
    width: 30%;
}

label.label_gender {
    padding-left: 50px;
    line-height: 42px;
}

ul.floated li#age {
    width: 100px;
    margin-right: 55px;
}

ul.data-list-2 li {
    height: 42px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

    ul.data-list-2 li label {
        float: left;
        margin-left: 60px;
        font-size: 18px;
        font-weight: 400;
        margin-top: 9px;
        line-height: 22px;
    }

ul.data-list#terms {
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.qty-buttons {
    width: 100px;
    height: 40px;
}

input.qty {
    width: 70px;
}

input.qtyminus, input.qtyplus, input.qtyplus:focus {
    position: absolute;
    width: 35px;
    height: 23px;
    border: 2px solid #d5d5d5;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}

input.qtyplus {
    background: url(../img/plus.png) center center no-repeat #fff;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

input.qtyminus {
    background: url(../img/minus.png) center center no-repeat #fff;
    right: 0;
    top: 21px;
    text-indent: -9999px;
}

label.error, ul.floated li#age label.error {
    right: -15px;
}

.qty-buttons span {
    position: absolute;
    top: 10px;
    display: block;
    width: 220px;
    left: 120px;
    font-weight: 700;
}

label.error, ul.data-list-2 li label.error {
    font-size: 11px;
    position: absolute;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    padding: 0 6px;
}

label.error {
    top: -28px;
    z-index: 99;
}

    label.error:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #e34f4f;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%;
    }

.styled-select label.error {
    overflow: visible;
}

ul.floated li label.error {
    right: -50px;
}

ul.data-list#terms li label.error {
    left: 45%;
    display: inline-block;
    width: 80px;
}

ul.data-list-2 li label.error {
    top: -30px;
    right: -10px;
    margin: 0;
    z-index: 99;
}

input#website {
    display: none;
}

.tweets-next, .tweets-prev {
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    margin-top: 10px;
}

.tweets-prev {
    margin-right: 10px;
}

.tweet_avatar {
    float: left;
}

.tweet_time {
    display: block;
    margin-bottom: 5px;
}

.add_bottom_30, .tweet-control {
    margin-bottom: 30px;
}

#toTop {
    width: 100px;
    background: #111;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    z-index: 999;
}

.add_top_30 {
    margin-top: 30px;
}

.add_top_15 {
    margin-top: 15px;
}

.add_bottom_15 {
    margin-bottom: 15px;
}

.divider {
    width: 100%;
    background: url(../img/divider.png) center top no-repeat;
    height: 10px;
    margin: 30px 0;
}

/* 
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px c;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
} */
/* 
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
} */

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #ddd;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #000;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        color: #333;
        text-decoration: none;
        cursor: pointer;
        opacity: .7;
        filter: alpha(opacity=70);
    }

.panel-body-heading {
    font-weight: bold;
    font-size: 16px;
}

.no-margin {
    margin: 0px !important;
    padding: 0px !important;
}


@media (min-width:768px) and (max-width:1200px) {
    #middle-wizard {
        padding: 20px 10px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    #middle-wizard {
        padding: 20px 10px;
    }

    #footer_2 {
        text-align: center;
    }

    #contact {
        background: 0 0;
    }

    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float: none;
        display: inline-block;
    }
}

@media (max-width:767px) {
    #top-nav {
        width: 100%;
        float: left;
        display: none;
    }

        #top-nav ul {
            float: none;
            padding: 20px 0;
            margin: 0;
        }

            #top-nav ul li {
                float: none;
                border-bottom: 1px solid rgba(255,255,255,.3);
                font-size: 14px;
                padding: 0;
                margin: 0;
            }

                #top-nav ul li:last-child {
                    border-bottom: none;
                }

                #top-nav ul li a {
                    display: block;
                    padding: 5px;
                }

            #top-nav ul a#active {
                color: #323232;
                background-color: #ddd;
            }

    .btn-responsive-menu {
        display: block;
    }

    .main-title h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .main-title p {
        font-size: 16px;
    }

    h2, h3 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }

        h2 span, h3 span {
            font-size: 16px;
            line-height: 18px;
        }

    #top-wizard {
        padding: 15px 6s0px;
    }

    #middle-wizard {
        padding: 20px 30px;
    }

    ul.floated li#age {
        margin-bottom: -10px;
    }

    ul.floated li {
        float: none;
        margin: 0;
        padding: 0 0 10px;
        width: 50%;
    }

    #footer_2 {
        text-align: center;
    }

    #contact {
        background: 0 0;
    }

    ul.social-bookmarks {
        padding: 0;
        list-style-type: none;
        float: none;
        display: inline-block;
    }
}

@media (max-width:480px) {
    .main-title h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: 30px;
    }

    .main-title p {
        font-size: 14px;
        ine-height: 16px;
    }

    #top-nav ul {
        float: none;
        padding: 20px 0 40px;
        margin: 0;
    }

    #bottom-wizard, #top-wizard {
        padding: 15px 15px;
    }

    .backward, .forward, button[disabled].backward, button[disabled].forward {
        text-indent: -9999px;
        width: 50px;
        padding: 0;
        height: 40px;
    }

        .backward:before, .forward:before, button[disabled].backward:before, button[disabled].forward:before {
            text-indent: 0;
            top: 12px;
            font-size: 16px;
        }

    .qty-buttons span {
        top: 10px;
        display: block;
        width: 100px;
        left: 120px;
        font-weight: 700;
        line-height: 12px;
    }

    #complete {
        padding: 0 25px 15px;
    }

        #complete h3 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        #complete i {
            font-size: 80px;
            padding: 0;
        }
}

@media only screen and (max-width:320px) {
    .main-title h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
    }

    #complete h3, .step h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #survey_container {
        margin-top: -330px;
        margin-bottom: 30px;
    }

    #top-nav ul {
        float: none;
        padding: 20px 0 10px;
        margin: 0;
    }

    ul#footer-nav li {
        display: block;
        margin-right: 0;
    }

        ul#footer-nav li:first-child {
            margin-right: 0;
        }

    .step h3 {
        line-height: 22px;
    }

    #complete {
        padding: 0 15px 15px;
    }
}




@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
         /* width: auto;  */
        vertical-align: middle;
    }

    .form-group {
        margin-bottom: 10px !important;
        width: 100%;
    }

    .form-inline .form-control {
        width: 100%;
    }

    .form-control {
        height: 40px;
    }

    .form-inline .checkbox, .form-inline .radio {
    margin-right: 5px;
}
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none;
    width: 100px;
}

/* 
.modal-header{
background: rgb(197, 45, 47);
color:#fff;
} */

/* 
.modal-content{
border:1px solid rgb(197, 45, 47);

} */
.close
{
    color:#fff;
}
.close:hover
{
    color:#fff;
}
.bootstrap-dialog-message{
    text-align:center;
}
.success-header
{
    background: green!important;
}
.legendtext{
    padding-left:15px;
}

#bannerimg_modal .modal-header{
    height: 0px !important;
    padding: 0;
    background: transparent;
    min-height: 0px;
    border: none;
}

#bannerimg_modal .modal-header .close{
    position: absolute;
    background: #7b1660;
    right: 5px;
    top: 5px;
    padding: 6px 10px;
    border-radius: 50%;
    z-index: 999999;
    opacity: 1;
}

#bannerimg_modal .modal-content {
    border: 5px solid #7b1660;
}
.form-control {
    height: 35px;
    font-weight: 700;
}
label {
    font-weight: normal;
    font-size: 14px;
}

.error_msg{
    color: red;
}

.f-s-16{
    font-size: 16px;
}

.indvotherparticpents .panel,.delegate_p_div .panel{
    margin-top: 15px !important;
}
h2 span{
    text-transform: uppercase;
    font-weight: 800;
}
.delegate_p_div .panel h2{
    position: relative;
}
h2 img{
    width: 35px;
    position: absolute;
    right: 0px;
    top: -5px;
    cursor: pointer;
}
.panel-body-heading{
    margin: 0px !important;
    font-size: 19px;
    padding: 10px 0px;
    color:#c70051;
}

.copyright ul {
    list-style-type: none;
    color: #fff;
    margin: 20px 0;
    padding-top: 20px;
}

.copyright ul li {
    font: 500 13px/1.7 'Open Sans', sans-serif;
    color: #d8d8d8;
    display: inline;
    padding: 0 7px;
}

@media (min-width: 700px) {
    #survey_container
    {
        margin-top: -200px !important;
    }
    
}
@media (max-width: 700px) {
    #survey_container
    {
        margin-top: -300px !important;
    }
    
}





/* my modifs dec 1st */

.preview_heading{
    font-size: 18px;
    color: #7b1660;
    /* margin-bottom: 14px; */
}
.previw_para{
    opacity: 0.8;
    font-size: 14px !important;
    margin: 0px !important;
}
.previw_h{
    font-size: 16px !important; 
}
.preview_field{
    margin: 10px 4px !important;
}


.email_alredy_erro{
    font-size: 12px !important;
    color: red !important;
}

.multiselect-dropdown{
    width: 100% !important;
}

.page-topbar {
    background-color: #2b8b96;
}


.dropdown-menu>li>a {
    padding: 4px 30px !important;
}
.multiselect-dropdown{
    display: none !important;
}

.multiselect-container .dropdown-menu
{
    width: 100% !important;
}
.multiselect{
    width: 100% !important;
}

.evntdayselectdiv .btn-group{
    width: 100% !important;
    text-align: left !important;
}
.evntdayselectdiv .btn-group .multiselect{
   background: #fff;
    text-align: left !important;
}
.evntdayselectdiv .btn-group .multiselect .multiselect-selected-text{
    color: #000;
     text-align: left !important;
 } 
 
.evntdayselectdiv .multiselect-native-select .btn-group .caret{
    float: right;
    padding-top: 13px;
}
.evntdayselectdiv .multiselect-container.dropdown-menu{
    width: 100%;
}

.h4cls{
    text-align: center;
    color: #7b1660;
    font-size: 24px !important;
}

.event_modalbody{
    /* padding: 15px 10px !important; */
}
.row-hr {
    border-bottom: 1px solid #f8f8f8;
    padding: 5px 0px;
}
@media (min-width: 992px){
.modal-lg {
    width: 1100px ;
}
}
.padlf{
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* padding: 10px 4px !important; */
}
.event_modalcontent{
    border: 1px solid #2b8b96 !important;
}

.prebiew_header{
    background: #2b8b96 !important;
    color: #fff;
    border: 1px solid #2b8b96;
}

.evnt_reg_div{
    border-bottom: 1px solid #e3e3e3;

    padding: 6px 0px !important;
}
.sub_head{
    font-size: 15px !important;
}
.tacbox {
    display: block;
    padding: 5px;
    background: #f9f9f9;
    width: 100%;
}

.tacbox input {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.tacbox label {
    font-size: 15px;
    padding-left: 5px;
    padding-top: 0px;
    color: #000;
    font-weight: 700;
    font-family: sans-serif;

}

.tacbox2 {
    display: block;
    padding: 5px;
    background: #f9f9f9;
    width: 100%;
}

.tacbox2 input {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.tacbox2 label {
    font-size: 15px;
    padding-left: 5px;
    padding-top: 0px;
    color: #000;
    font-weight: 700;
    font-family: sans-serif;

}

.tacbox1 {
    display: block;
    padding: 5px;
    /* background: #ececec; */
    width: 100%;
}

.tacbox1 input {
    height: 20px;
    width:  20px;
    vertical-align: middle;
}
.tacbox1 label {
    font-size: 15px;
    padding-left: 5px;
    padding-top: 0px;
    color: #000;
    font-weight: 700;
    font-family: sans-serif;

}

.panel_offer{
    box-shadow: 0 0 5px #777;
    background: #fff;
    padding: 15px;
    margin-bottom: 14px !important;
}

.offer_imge{
    padding: 5px;
}
.offer_imge img{
    margin: auto;
}
.offer_label{
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
}
.offer_p{
  color:#c7377c;
  font-size: 13px;
    font-weight: 600;
}
.accessoffer{
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: system-ui;
    border-radius: 0px;
}
.accessoffer.active{
    background: #5bbe97;
    border-color:#5bbe97
}
.panel_offer .btn-danger:hover,.panel_offer .btn-danger:focus,.accessoffer:hover{
    background: #5bbe97 !important;
    background-color: #5bbe97 !important;
    border-color:#5bbe97 !important;
}
.offererrorp{
    color: red;
    font-size: 11px;
    font-weight: 501;
    text-align: right;
    padding: 3px 5px;
    font-size: 11px;
}
.offerselectedp span{
    color: green;
    font-size: 14px;
    font-weight: 501;
}


.toottiphidden,.toottip{
    font-size: 11px;
    font-family: system-ui;
    color: #c70051;
    font-weight: bold;
    margin-bottom: 0px;
}