  .form-control {
    float: none;
}

#padd-div{
    display:none;
}

.title-section {
    padding: 30px 30px 0 30px;
    text-align: center;
    display: none;
}

.form-section {
    font-family: Roboto, Tahoma, helvetica, arial, sans-serif;
    font-size: 14px;
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    width: 92%;
    padding: 4%;
}

    .form-section h3,
    .title-section h3 {
        color: #4f2582;
        font-size: 24px;
        font-family: "Roboto Slab", Georgia, Times, serif;
        font-weight: 300;
    }

    .form-section h4,
    .title-section h4 {
        color: #4f2582;
        font-family: Roboto Slab, Georgia, Times, serif;
        font-size: 16px;
        line-height: 36px;
    }

    .form-section .lblhgt {
        line-height: 42px;
        display: block;
    }

    .form-section label {
        display: block;
        font-weight: lighter;
    }

        .form-section label.required {
            font-weight: 700;
        }

    .form-section .btn {
        background-color: #4f2582;
        border-color: #4f2582;
        color: #fff;
        margin-top: 10px;
    }

        .form-section .btn:hover {
            background-color: #612ea0;
            border-color: #612ea0;
        }

    .form-section span.field-validation-error {
        color: #d58282;
        display: block;
    }

    .form-section .d-none {
        display: none;
    }

    .form-section p.hr {
        border-top: 1px solid #000000;
        margin-top: 20px;
    }

.cvent-section {
    background: #f4f4f4 none repeat scroll 0 0;
}

    .cvent-section .form-section {
        border: none;
        width: auto;
        background: none;
        padding-top: 20px;
    }

    .cvent-section .form-control {
        width: 100%;
    }
/*accordion*/
.accordion {
    color: #4f2582;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 5px;
    margin-top: 12px;
    border-bottom: 1px solid #a69c95;
}

.active, /*.accordion:hover*/ {
    background-color: #ccc;
}

.accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .accordion-panel label {
        font-size: 14px;
        font-weight: normal;
    }
/*accordion*/
/*spinner*/
#overlay {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#overlay::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 80px;
    height: 80px;
    border-style: solid;
    border: 5px solid black;
    border-top-color: #6cc4ee;
    border-width: 7px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    /* Lets make it go round */
    animation: spin 0.8s linear infinite;
}
/*end of spinner*/ /*global styles*/
.pt-20 {
    padding-top: 20px !important;
}
/*end of global styles*/
