﻿.bg-class {
    width: unset;
    padding: 0px;
    margin: auto;
}

#DynmaicSectionContainer h1, #DynmaicSectionContainer h2, #DynmaicSectionContainer h3, #DynmaicSectionContainer h4, #DynmaicSectionContainer h5, #DynmaicSectionContainer p {
    line-height: 28px;
}

#DynmaicSectionContainer ul li, #DynmaicSectionContainer ol li {
    padding-bottom: 5px;
    width: 100%;
}


    #DynmaicSectionContainer ul li i, #DynmaicSectionContainer ol li i {
        margin-right: 5px;
    }

/* ## Page Banner ## */
.page-banner {
    position: relative;
}

    .page-banner > img {
        width: 100%;
        opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
    }

.page-detail {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
}


.page-title {
    display: inline-block;
    color: #252a34;
    /*padding: 10px 30px;*/
    position: relative;
    top: 0;
    margin: 0;
    line-height: 1.6em;
}

    .page-title:after {
        width: 200px;
        position: absolute;
        border: 1px solid;
        content: '';
        margin-left: -80px;
    }


.file {
    visibility: hidden;
    position: absolute;
}

.UploadAttachment {
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0 !important;
    border: 1px solid #e8e8e9 !important;
}

.BrowseButton {
    margin: auto !important;
    width: 100% !important;
    height: 40px;
    background-color: #b50d1c;
    border-color: #999eab;
    color: #ffffff;
}

/* ==============
    Preloader CSS 
==================================== */
.preloader, #preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}

.loader {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3695EB;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ==============
    End Preloader CSS 
==================================== */
#faq .panel-body {
    min-height: 150px;
}

.loginMenu .dropdown-menu li a {
    color: #000;
    padding: 10px;
}
.loginMenu .dropdown-menu li a:hover {
    background-color: #fff;
    color: #b50d1c;
}
