body {
    background: url(../images/bg-welcome.jpeg?t=34244) no-repeat scroll 0px 100%;
    background-attachment: fixed !important;
    height: auto;
    overflow-y: scroll !important;
    position: fixed !important;
    background-size: cover;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 60px !important;
    z-index: 1 !important;
    font-weight: 400;
}
.bmarg20 { margin-bottom: 10px; }
.container { text-align: center; text-align: -webkit-center; }
.alert.alert-success { width: 90%; margin: 50px auto; padding: 50px; }
.alert-success { background: #000 !important; opacity: 0.5; color: #fff !important; border-color: #333 !important; }
select { padding: 12px; height: auto; border-radius: 2px; }

form { background: #fff !important; opacity: 0.7; border-radius: 8px; color: #000 !important; }
.form-group {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}
input:focus {
  border-bottom: 4px solid black;
}
.needsclick { opacity: 1; }
.vgtext { width: 90%; margin: 30px auto; padding: 10px; color: #000; font-weight: 400; }
.vgtext p { color: #000 !important; font-weight: 500; }
@media only screen and (min-width: 768px) {
    .vgtext { width:36% !important; }
}
.help-text { font-weight: 600; }


.faq_area {
    position: relative;
    width: 40%;
}
.marg20_0 { margin: 20px 0 !important; }
.marg20_0c { margin: 20px auto !important; }

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    opacity: 0.7;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #000;
    font-weight: 500;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
    .faq_area { width: 100%; }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

.panel-default > .panel-heading {
    color: #000 !important;
    background-color: #fff !important;
    text-align: left !important;
}