#responsesurvey{
    display: none;
}
.survey-wrap{
    width: 850px;
    border: 1px solid #6c3c80;
    padding: 60px 120px;
    margin: 0 auto;
    box-shadow: 0px 0px 40px #fdfdfd;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 5px;
}
.survey-wrap h2{
	color:#6c3c80;
}
.survey-wrap p{
	color:#bd77a4;
}
.info-wrap{
	text-align: center;
}
.txt-center{
	text-align: center;
}
table.table {
    font-size: 14px;
}
table.table select{
    background: #b76bab !important;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    border: 1px solid #6c3c80;
}
table.table select:focus{
	outline:0;
}
tr th, thead th{
	color: #fff !important;
	font-weight: normal !important;
	border-bottom: 0 !important;
}
thead{
    background-color: #6c3c80 !important;
    box-shadow: 0 1px 6px rgba(108,60,128,.3);
}
tr th,tr td{
	padding-left: 25px !important;
	padding-right: 25px !important;
}
tr td{
	color:#916E9F;
	padding-top: 30px !important;
    border: none !important;
	padding-bottom: 30px !important;
    border-bottom: 1px solid #6c3c80 !important;
}
.btn-submit {
    padding: 8px 65px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    border-radius: 8px;
    background-color: #6c3c80;
    font-weight: 600;
    font-family: ubuntu,sans-serif;
    border: 0;
    cursor: pointer;
}
.btn-submit:focus,.btn-submit:hover{
	outline: none;
	background-color: #502463;
}
.survey_sec{
	position: relative;
}
.sec{
    width: 100%;
	background: #fff;
}
.sec_2{
	display: none;
}
.cont{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.rop{
    margin-right: -15px;
    margin-left: -15px;
}
.modal-header p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 55px;
}
.colum-6{
    float: left;
    position: relative;
    min-height: 1px;
    width:50%;
    padding: 10px 0;
}

.form-group{
    padding: 10px 15px;
}
.modal {
    display: none;  
    position: fixed; 
    z-index: 100; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    /*background-color: rgb(0,0,0); */
    background-color: rgba(150, 150, 150, 0.2);
}

.modal-content {
    position: relative;
    background-color: rgba(254, 254, 254, 0);
    margin: auto;
    border-radius: 5px 5px 0 0;
    padding: 0;
    width: 50%;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #6c3c80;
    color: white;
    border-radius: 5px 5px 0 0;
}

.modal-body {
    padding: 16px 22px;
    background: #fff;
    height: 160px;
}
.modal input[type='text'],
.modal input[type='email']{
    background: transparent;
    border: 0;
    color: #6c3c80;
    border-bottom: 2px solid #6c3c80;
}
.modal ::-webkit-input-placeholder{
    color: rgba(108, 60, 128, 0.6);
}
.modal input:focus{
    outline: none;
}
.modal-footer {
    padding: 10px 18px 30px;
    background-color: #ffffff;
    color: #fff;
    text-align: center;
}
.has-error{
    border-bottom:1px solid #f00;
}
.alert-success{
    width: 100%;
    padding: 4px 0px;
    color: #007d00;
    font-size: 22px;
    border: 1px solid #6c3c80;
    text-align: center;
    margin-bottom: 5px;
}
#resp_table div{
    background: #b76bab;
    color: #fff;
    width: 55%;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
}