
.rais_banner {background: #282828;text-align: center;padding: 10px;overflow: hidden;}
.rais_banner img {width: auto;}
.rais_banner h1 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.raise_content {
    padding: 60px 0;
    overflow: hidden;
    background-color: #f8f8f8;
}
.raise_content .no-padding{}
.raise_content .content{}
.raise_content .content h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    }
.raise_content .content p {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    margin-bottom: 35px;
}
.raise_content .content ul {
    padding: 0;
    list-style: none;
}
.raise_content .content ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
    }
	
	.raise_content .content ul li img {
    position: absolute;
    left: 0;
    width: 27px;
}

.Rais_form {
    border-left: 2px solid #e8ebed;
    margin-top: 15px;
}
.Rais_form .panel-default {border-color: #0000;padding: 0;margin-bottom: 20px;background-color: #f8f8f8;border: 0px solid transparent;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgb(255 255 255 / 5%);}
.Rais_form .panel-default>.panel-heading {color: #282828;background-color: #f8f8f8;border-color: #e8ebed;padding: 15px;}
.Rais_form .btn-success {color: #fff;
    background-color: #bf161d;
    border-color: #bf161d;
    outline: none;
    width: auto !important;
    margin: 0 auto;
    padding: 8px 17px;}
	
	.Rais_form .panel-default>.panel-heading  h3 {font-weight: 400;font-size: 26px;text-align: center;}
	.Rais_form  .form-control {background: 0 0;
    background-color: #fff;
    border: 2px solid #e8ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #999;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 12px;}
	
.Rais_form .bt_bott {
    border-top: 1px solid #e8ebed;
    padding: 17px 0 0;
}	
.Rais_form  .panel-body {
    padding: 30px 25px;
    padding: 30px 0 30px 50px;
}

.form-group.checkbox_questions .icheckbox_square-yellow {
    margin-right: 10px;
}
.icheckbox_square-yellow {
    background-position: 0 0;
}
.icheckbox_square-yellow, .iradio_square-yellow {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(https://d2attmqgyy4lt0.cloudfront.net/images/raise-your-ticket/img/yellow.png) no-repeat;
    border: none;
    cursor: pointer;
}
.form-group.checkbox_questions label {
    font-weight: 400;
    cursor: pointer;
    color: #555;
}
.icheckbox_square-yellow:hover {
    background-position: -24px 0;
}
.icheckbox_square-yellow.checked {
    background-position: -48px 0;
}

.Rais_form textarea.form-control {height:auto }



@media (max-width:992px){

.Rais_form {border-left: 0px solid #e8ebed;    margin-top: 0;} 	
.Rais_form .panel-body { padding: 0;}
.Rais_form .form-control {    margin-bottom: 0px;}	
	
	
	
	
	
	
	
	
}