/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Actionfilms

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Genral-css
3. Header
4. You May Get Paid
5. ssd-benefits-start
6. take-action-now
7. take-action-now
8. copy-right
9. Privacy Policy
10.Unsubscribe
-------------------------------------------------------------------*/
/*---------------------------  
           1. Body
---------------------------*/
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans';
}

/*---------------------------  
       2. Genral-css
---------------------------*/
p{
	font-size: 18px;
	line-height: normal; 
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  margin:0;
  padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight:normal;}
h1 {font-size: 42px}
h2 {font-size: 36px}
h3 {font-size: 30px}
h4 {font-size: 24px}
h5 {font-size: 20px}
h6 {font-size: 14px; font-weight:500;}
/*---------------------------  
          2. Header
---------------------------*/
.header-section{
  width: 100%;
  float: left;
}
.logo{
	width: 100%;
	float: left;
	margin-top: 12px;
}
.logo a{
	outline: none;
}
.small-logo{
	display: none;
}
.fill-out-form-heading{
	width:100%;
	float: left;
}
.fill-out-form-heading{
	width: 492px;
	background: rgba(204, 32, 38, 0.8); 
	float: right;
	border-radius: 4px;
	margin-top: 54px;
	position: relative; 
}
.fill-out-form-heading:after{
    position:absolute;
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(204, 32, 38, 0.8); 
    bottom: -12px;
    left: 55px;
}
.fill-out-form-heading h4{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	padding:13px 0px;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.fill-out-form-heading h4 br{
	display: none;
}
.social-security-form-section{
	width: 100%;
	float: left;
	margin-top: 6px;
	margin-bottom: 62px; 
}
.social-security-form-section .top-content{
	width: 100%;
	float: left;
	padding:48px 48px 38px 48px; 
	background: rgba(13, 56, 121, 0.9);
    border-top:1px solid #8290a8; 
    border-bottom:1px solid #d4d9e1; 
}
.social-security-form-section .top-content h2{
	font-size: 40px;
	color: #fff;
	font-weight:800;
	font-family: 'Montserrat';
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 13px; 
}
.social-security-form-section .top-content p{
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.social-security-form-section .top-content p strong{
	font-weight: 800;
}
.social-security-form-section .top-content .number-line-box{
    width:100%;
    margin-top: 38px; 
    display: inline-block;
    padding: 0 38px;
}
.social-security-form-section .top-content .number-line-box ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.social-security-form-section .top-content .number-line-box ul li{
	width: 33.3%;
	float: left;
	text-align: center;
	position: relative;
}
.social-security-form-section .top-content .number-line-box ul li.active span{
   background:#d1262c;
   color: #fff; 
}
.social-security-form-section .top-content .number-line-box ul li:last-child:before{
   display: none;
}
.social-security-form-section .top-content .number-line-box ul li:before{
	position: absolute;
	top: 25px;
	width: 100%;
	height: 9px;
	content: '';
	left: 50%;
	background: #fff;
}
.social-security-form-section .top-content .number-line-box ul li.active:before{
    /*background: #d1262c;*/
}
.social-security-form-section .top-content .number-line-box ul li span{
	width: 58px;
	height: 58px;
	line-height:49px;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #4c6a99;
	display: inline-block;
	font-size: 20px;  
	font-family: 'Montserrat';
	color: #0c3473;
	font-weight: bold;
	z-index: 1;
	position: relative;
}
.social-security-form-section .top-content .number-line-box ul li p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px; 
}
.social-security-form-section .btm-section{
	width: 100%;
	float: left;
	padding: 35px 45px 48px 45px;
    box-shadow:0px 2px 10px 0px rgb(234, 234, 234);
}
.social-security-form-section .btm-section .form-box{
	width:682px;
	margin: 0px auto;
	display: table; 
}
.social-security-form-section .btm-section .form-box .input-box{
	margin-bottom: 14px; 
}
.social-security-form-section .btm-section .form-box .input-box.select-box2 .bootstrap-select{
   width: 30.25% !important;
   margin: 0px;
}
.social-security-form-section .btm-section .form-box .input-box .bootstrap-select button{
	border: 1px solid #7f93b2;
    padding: 0px;
    outline: none !important;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    padding-left: 18px;
    padding-right: 18px;
    color: #002852;
    font-size: 15px;
    border-radius: 4px;
    background-color: #fff;
}
.social-security-form-section .btm-section .form-box .input-box.has-error .bootstrap-select button{
   border: 1px solid red !important;
}
.social-security-form-section .btm-section .form-box .input-box .bootstrap-select button:after{
	content: "\f0d7";
    font-family: fontawesome;
    color: #32383e;
    font-size: 20px;
    top: 0;
    right: 10px;
    border: 0px;
    margin: 0px;
    position: relative;
}
.social-security-form-section .btm-section .form-box .input-box .bootstrap-select button .filter-option .filter-option-inner{
	padding: 0px;
	/*color: #999999 !important;*/
}

.social-security-form-section .btm-section .form-box .input-box.select-box2 .bootstrap-select .dropdown-toggle.btn-default{
	padding-right: 36px; 
}
.social-security-form-section .btm-section .form-box .input-box.select-box2 .bootstrap-select .dropdown-menu .dropdown-menu.inner{
	max-height: 300px !important;
	overflow: visible;
}

.social-security-form-section .btm-section .form-box .input-box.select-box2 .bootstrap-select .help-block{
   display: none !important;
}
.social-security-form-section .btm-section .form-box .input-box.select-box2 .line{
	position: relative;
	top: 4px; 
} 

.social-security-form-section .btm-section .form-box .input-box label{
    font-size:15px;
    color:#444444;
    margin-bottom: 5px;  
    font-weight: 600;
    display: block;
}
.social-security-form-section .btm-section .form-box .input-box input{
	width: 100%;
	border: 1px solid #7f93b2;
	border-radius: 4px;
	padding: 9px 18px;
	font-size: 15px;
	/*color:#999999;*/
	font-weight: 300;
	outline: none; 
	height: 44px;
	text-align: left;
}
.social-security-form-section .btm-section .form-box .input-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box input::-moz-placeholder { /* Firefox 19+ */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box input:-ms-input-placeholder { /* IE 10+ */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box input:-moz-placeholder { /* Firefox 18- */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box input:focus{
  border: 1px solid #103874;
}
.social-security-form-section .btm-section .form-box .input-box input.addcolum{
	width:30.40%;
}
.social-security-form-section .btm-section .form-box .input-box span{
	color:#000;
}
.social-security-form-section .btm-section .form-box .input-box.mr{
	margin-top: 6px; 
}
.social-security-form-section .btm-section .form-box .input-box .select-box{
	position: relative;
}
.social-security-form-section .btm-section .form-box .input-box.has-error .select-box .dropdown.bootstrap-select button{
   border: 1px solid red !important;	
}
.bootstrap-select{
	width: 100% !important;
	margin-top: 4px;
}
.bootstrap-select .dropdown-toggle.btn-default{
    border:1px solid #7f93b2;
    padding: 0px;
    outline: none !important;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    padding-left: 18px;
    padding-right: 50px;
    color: #002852;
    font-size: 15px;
    background: #fff;
    border-radius: 4px;
}
.bootstrap-select .dropdown-toggle.btn-default span{
	/*color: #999999 !important;*/
}
.bootstrap-select .dropdown-toggle.btn-default:focus{
	box-shadow: none !important;
	background: #fff;
	border:1px solid #103874 !important;
}
.bootstrap-select.show .dropdown-toggle.btn-default{
	border:1px solid #103874 !important;
}
.bootstrap-select .dropdown-toggle.btn-default:after{
	content: "\f0d7";
    font-family: fontawesome;
    color: #32383e;
    font-size: 20px;
    top:0;
    right:-8px;
    border: 0px;
    margin: 0px;
    position: relative;
}
.bootstrap-select .dropdown-menu{
	border-radius: 4px;
	min-height: auto !important;
	z-index: 123;
	margin-top: 1px;
	border: 1px solid #7F93B2;
	padding: 0px;
	min-width:100% !important;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner{
	min-height: auto !important;
	overflow:hidden;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a{
	font-size:15px;
	/*color: #999999 !important;*/
	padding:10px 18px 10px 18px;  
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a span{
	/*color: #999999 !important;*/
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner{
	outline: none;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a:hover{
	background:#103874;
	color: #fff !important; 
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a:hover span{
	color: #fff !important; 
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a.selected{
	border: 0px !important;
	box-shadow: none !important;
	outline: none !important;
	background:#103874;
	color: #fff !important; 
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a.selected span{
	color: #fff !important; 
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a.selected:focus{
	border: 0px !important;
	box-shadow: none !important;
	background:#103874;
	color: #fff; 
	outline: none !important;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner a.dropdown-item-inner {
	outline: none;
}
.social-security-form-section .btm-section .form-box .continue-btn-box{
	text-align: right;
	margin-top: 26px; 
}
.social-security-form-section .btm-section .form-box .continue-btn-box button{
	font-size: 22px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight:800;
    padding: 15px 109px 16px 103px;
    border: 0px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button.claim-btn{
	padding: 15px 105px 16px 80px;
	width: 100%;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button.back-btn{
	padding: 15px 80px 16px 105px;
	width: 100%;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button.back-btn span{
	left: 0px;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button.back-btn span:before{
	right: 0px;
	left: auto;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button.back-btn span img{
	transform: rotate(180deg);
}

.social-security-form-section .btm-section .form-box .continue-btn-box button:before,
.social-security-form-section .btm-section .form-box .continue-btn-box button:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #d30f15;
    z-index: -1;
    transform: translate3D(0, 100%,0);
    transition: all .5s;
    cursor: pointer;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button:before{
	z-index: -2;
    transform: translate3D(0,0,0);
    background: #d92329;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button:hover:after{
	height: 100%;
    transform: translate3D(0,0,0);
    transition: all .5s;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button span{
	width: 58px;
    height:100%;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    background:#e7242a; 
    overflow: hidden;
    line-height: 59px;
}
.social-security-form-section .btm-section .form-box .continue-btn-box button span:before{
    position: absolute;
    left: 0px;
    height: 100%;
    width: 1px;
    background:#e04f54;
    content:'';
}
/*---------------------------  
   4. You May Get Paid
---------------------------*/
.you-may-get-paid-bg{
	width: 100%;
	float: left;
	background: #f5f5f5;
	border-top:5px solid #d1262c;
	border-bottom:5px solid #d1262c; 
	padding-top: 48px;
	padding-bottom: 45px;  
}
.section-top-content{
	width: 100%;
	text-align: center;
	display: inline-block;
}
.section-top-content h4{
	font-size: 32px;
	color: #123366;
	font-weight:bold;
	text-transform:capitalize;
	padding-bottom:12px; 
	font-family: 'Montserrat';
}
.section-top-content h4 strong{
	color: #d32328;
	font-weight:bold;
}
.section-top-content h6{
    font-size: 24px;
    color: #333333;
    padding-bottom: 32px;
    position: relative; 
}
.section-top-content h6:after{
	position: absolute;
	width: 52px;
	height: 2px;
	background: #123366;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px auto;
	content: '';
}
.section-top-content p{
	font-size: 16px;
	color: #565656;
	line-height: 30px;
	margin-top: 22px;
	margin-bottom: 41px;  
}
.section-top-content p.pera{
	padding: 0 65px;
}
.you-get-paid-box{
	width: 100%;
	float: left;
	position: relative;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	background-size: cover !important; 
}
.you-get-paid-box.box1{
	background: url(../images/Compensation.jpg) no-repeat top center;
}
.you-get-paid-box.box2{
	background: url(../images/Consultation-Pay.jpg) no-repeat top center;
}
.you-get-paid-box.box3{
	background: url(../images/Your-Contact-Information.jpg) no-repeat top center;
}
.you-get-paid-box img{
	width: 100%;
}
.you-get-paid-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	background:#d1262c;
	top: 0px; 
	transition: all 0.5s;
}
.you-get-paid-box:hover:before{
   height: 100%;
   transition: all 0.5s;
}
.you-get-paid-box .text-box{
	text-align: center;
	padding-left:30px;
	padding-right:30px;
	padding-top: 42px;
	padding-bottom: 50px;  
	width: 100%;
	position: relative;
	z-index: 123;
}
.you-get-paid-box .text-box img{
	width: auto;
}
.you-get-paid-box .text-box p{
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat';
	line-height: 30px;
	font-weight: 400;
	margin-top: 20px; 
}
.you-get-paid-box .text-box p br{
	display: none;
}
.apply-btn-box{
	display: inline-block;
	margin-top: 42px;
	text-align: center;
	width: 100%; 
}
.apply-btn-box button{
	font-size: 20px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight:700;
    padding: 15px 116px 15px 103px;
    border: 0px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;    
    width: 360px;
}
.apply-btn-box button:before,
.apply-btn-box button:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #d30f15;
    z-index: -1;
    transform: translate3D(0, 100%,0);
    transition: all .5s;
    cursor: pointer;
}
.apply-btn-box button:before{
	z-index: -2;
    transform: translate3D(0,0,0);
    background: #d92329;
}
.apply-btn-box button:hover:after{
	height: 100%;
    transform: translate3D(0,0,0);
    transition: all .5s;
}
.apply-btn-box button span{
	width: 58px;
    height:100%;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    background:#e7242a; 
    overflow: hidden;
    line-height: 59px;
}
.apply-btn-box button span:before{
    position: absolute;
    left: 0px;
    height: 100%;
    width: 1px;
    background:#e04f54;
    content:'';
}
/*---------------------------  
   5. ssd-benefits-start
---------------------------*/
.ssd-benefits-bg{
	width: 100%;
	float: left;
	background: #f5f5f5;	
	padding-top: 45px;
	padding-bottom:48px;  
}
.ssd-benefits-content h4{
   padding-bottom: 24px;
   position: relative;
}
.ssd-benefits-content h4:after{
	position: absolute;
    width: 52px;
    height: 2px;
    background: #123366;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    content: '';
}
.ssd-benefits-content p{
	text-align: justify;
}
.qualify-box{
	display: inline-block;
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;  
	width: 100%;
}
.qualify-box h4{
	font-size: 24px;
	color: #123366;
	font-weight: bold;
	font-family: 'Montserrat';
}
.qualify-box ul{
	padding: 0px;
    margin: 0px;
    margin-top: 33px; 
    list-style: none;
}
.qualify-box ul li{
	color: #565656;
	font-size: 16px;
	display: block;
	margin-bottom: 13px; 
	display: flex;
	padding-left: 36px; 
	position: relative;
}
.qualify-box ul li:after{
	position: absolute;
	content: "\f00c";
	width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 50%;
    background: #e5242a;
    font-size: 11px;
    text-align: center;
    line-height: 18px; 
    margin-right: 20px; 
    font-family: fontawesome;
    left: 0px;
    top:5px;
}
/*---------------------------  
    6. take-action-now
---------------------------*/
.take-action-now-bg{
	width:100%;
	float: left;
	background: url(../images/Take-Action-Now-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 43px 0 50px 0; 
}
.take-action-content h4{
    padding-bottom: 24px;
    position: relative;
    color: #fff;
}
.take-action-content h4:after{
	position: absolute;
    width: 52px;
    height: 2px;
    background:#fff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    content: '';
}
.take-action-content p{
	color: #fff;
	margin-bottom: 31px;
	padding: 0 100px;
	font-size: 20px;
}
.apply-btn-box.claim-now-btn{
	margin-top: 0px; 
}
.apply-btn-box.claim-now-btn button{
	padding-left: 60px;
	padding-right: 72px;  
	font-weight: 700;
}
.apply-btn-box.claim-now-btn button:before, 
.apply-btn-box.claim-now-btn button:after{
	background: #0c2e63;
}
.apply-btn-box.claim-now-btn button:before {
    z-index: -2;
    transform: translate3D(0,0,0);
    background: #123366;
}
.apply-btn-box.claim-now-btn button span:before{
	background: #415c85;
}
.apply-btn-box.claim-now-btn button span{
	background:#123366; 
}
/*---------------------------  
   7. footer
---------------------------*/
.footer-bg{
	width: 100%;
	float: left;
	background: #323232;
	padding: 30px 0;
}
.footer-bg p{
	font-size: 13px;
	color: #d8d8d8;
	line-height: 20px;
	text-align: justify;
}	
/*---------------------------  
   8. copy-right-bg
---------------------------*/
.copy-right-bg{
	width: 100%;
	float: left;
	background:#2b2b2b;
	border-bottom:1px solid #474747;   
}
.copy-right-bg p{
	font-size: 16px;
	color: #fff;
	margin: 11px 0;
}
.copy-right-bg p br{
   display: none;
}
.copy-right-bg p a{
	text-decoration: none;
	color: #fff;
}
.copy-right-bg p a:hover{
	color: #d51c22;
}
/*---------------------------  
   9. New-css
---------------------------*/
.input-box.has-error input,
.has-error,
.input-box.has-error .bootstrap-select .dropdown-toggle.btn-default{
border-color: red !important;
}
.input-box.has-error span.help-block{
display: none !important;
}
#first_step,
#second_step,
#third_step{
width: 100%
}
/*---------------------------  
   10. New-css
---------------------------*/
.accident-content{
	width: 688px;
	display: table;
	background: url(../images/accident-bg.png) no-repeat top center;
	background-size: cover; 
	border-radius:4px;
	padding: 25px 30px 25px 30px;	 
	text-align: center;
	margin-bottom: 20px; 
}
.accident-content h2{
	font-size: 36px;
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	margin-bottom: 15px; 
}
.accident-content p{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom:0px; 
	text-transform: uppercase;
}
.accident-content a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding: 14px 21px 14px 28px;
	background:transparent;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	position: relative;
    z-index: 0;
}  
.accident-content a:before,
.accident-content a:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #0c2e63;
    z-index: -1;
    transform: translate3D(0, 100%,0);
    transition: all .5s;
    cursor: pointer;
}
.accident-content a:before{
	z-index: -2;
    transform: translate3D(0,0,0);
    background:#095da2;
}
.accident-content a:hover:after{
	height: 100%;
    transform: translate3D(0,0,0);
    transition: all .5s;
}

.accident-content a i{
	font-size: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 12px; 
}
.social-security-form-section .btm-section .form-box .input-box .help-block{
	display: none !important;
}
.social-security-form-section .btm-section .form-box .input-box textarea{
width: 100%;
border: 1px solid #7f93b2;
border-radius: 4px;
padding: 9px 18px;
font-size: 15px;
/*color:#999999;*/
font-weight: 300;
outline: none; 
height: 120px;
text-align: left !important;
}
.input-box.has-error textarea {
border-color: red !important;
}


.social-security-form-section .btm-section .form-box .input-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box textarea::-moz-placeholder { /* Firefox 19+ */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box textarea:-ms-input-placeholder { /* IE 10+ */
  color:#999999; opacity: 1;
}
.social-security-form-section .btm-section .form-box .input-box textarea:-moz-placeholder { /* Firefox 18- */
  color:#999999; opacity: 1;
}
/*---------------------------  
   9. Privacy Policy
---------------------------*/
.page-header-bg{
	box-shadow:0px 1px 5px 0px rgb(218, 216, 218);
}
.page-middle-content{
	width: 100%;
	float: left;
	padding: 30px 0 25px 0; 
}
.section-top-content .privacy-policy-top-pera{
	margin-top: 20px;
    margin-bottom: 16px;
}
.section-top-content .privacy-policy-top-pera.mr{
	margin-bottom: 10px; 
}

.page-middle-content h5{
    font-size: 20px;
    color:#123366;
    font-weight: 600;
    margin-bottom: 10px; 
}
.page-middle-content p{
	font-size: 16px;
    color: #565656;
    line-height: 30px;
    margin-bottom: 16px; 
    text-align: justify;
}
.page-middle-content p a{
	color: #565656;
	text-decoration: none;
}
.page-middle-content p.pera-content{
	margin-bottom: 10px;
}
.page-middle-content p.pera-content2{
	margin-bottom: 5px;
}

/*---------------------------  
   10. Unsubscribe
---------------------------*/
.ac_form{
	margin-top: 40px; 
	margin-bottom:40px; 
}
.ac_form h4{
	font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    font-weight: 600;
}
.ac_form p{
	text-align: center;
	margin-bottom: 30px; 
	color:#444444;
}
#feedback_form {
	padding: 0px;
	margin: 0px;
}
#feedback_form li{
    display: inline-block;	
}
#feedback_form li.email-field{
	position:relative;
}
#email_address-error{
	position: absolute;
    left: 0;
    bottom: -30px;
    /*color: #999999;*/
    display: none !important;
}

#feedback_form .email-field input.unemail {
    min-width: 420px;
    border: 1px solid #7f93b2;
    border-radius: 4px;
    padding: 9px 18px;
    font-size: 15px;
    /*color: #999999;*/
    font-weight: 300;
    outline: none;
    height: 44px;
    text-align: left;
}
#feedback_form .email-field input.unemail.help-block{
	border-color: red !important;
}
#feedback_form .email-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999; opacity: 1;
}
#feedback_form .email-field input::-moz-placeholder { /* Firefox 19+ */
  color: #999999; opacity: 1;
}
#feedback_form .email-field input:-ms-input-placeholder { /* IE 10+ */
  color: #999999; opacity: 1;
}
#feedback_form .email-field input:-moz-placeholder { /* Firefox 18- */
  color: #999999; opacity: 1;
}

#feedback_form button.submit.sky_btn {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 11px 70px 11px 20px;
    border: 0px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    width: 210px;
    height: 44px;
    top: -1px;
}

#feedback_form button.submit.sky_btn:before,
#feedback_form button.submit.sky_btn:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #d30f15;
    z-index: -1;
    transform: translate3D(0, 100%,0);
    transition: all .5s;
    cursor: pointer;
}
#feedback_form button.submit.sky_btn:before{
	z-index: -2;
    transform: translate3D(0,0,0);
    background: #d92329;
}
#feedback_form button.submit.sky_btn:hover:after{
	height: 100%;
    transform: translate3D(0,0,0);
    transition: all .5s;
}
#feedback_form button.submit.sky_btn span{
	width: 48px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    background: #e7242a;
    overflow: hidden;
    line-height: 42px;
}
#feedback_form button.submit.sky_btn span img{
	width: 15px;
}
#feedback_form button.submit.sky_btn span:before{
    position: absolute;
    left: 0px;
    height: 100%;
    width: 1px;
    background:#e04f54;
    content:'';
}
.unsubscribe-page-copy{
	position:fixed;
	bottom: 0px;
}
.back-text{
	width: 100%;
	float: left;
	margin-top: 26px; 
}
.back-text a{  
	display: inline-block;
	font-size: 22px;
    color:#da2329;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform:uppercase;
    text-decoration: none;
    margin-top: 15px; 
}  
.back-text a img{
	margin-right: 12px; 
	margin-top: -3px; 
}
.back-text-mobile-view{
	display: none;
}

.at_fault, .year, .div-disease, .div-disability, .div-injured {
	display: none;
}

select.form-control {
	border: 1px solid #7f93b2;
	height: 44px;
}
.form-control.addcolum {
	display: inline;
	width: 30%;
}

.social-security-form-section .btm-section .form-box .input-box input[type=checkbox] {
	height:25px !important;
	width:25px;
}

#agree_text, #unemployment_text {
	display:inline;
	vertical-align: super;
}

div.input-box.has-error {
	border: 1px solid red;
	padding: 5px
}
