@import url('https://fonts.googleapis.com/css?family=Arima+Madurai');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Hind:300');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Lora');

body{
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color: #1C92D3;
}
.business-header {
	padding:20px 0;
    background: url('../images/bg2.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
}
.business-header .form-inline .col-sm-8, .business-header .form-inline .col-sm-3{
	float:right;
}
.form-inline .form-group{
	width:100%;
	padding: 5px 0;
}
.form-inline .form-group p{
	color: #fff;
	padding: 5px 0;
}
.business-header h3{
	font-weight:500;
	color:#fff;
	font-size:22px;
    margin-top:0px;
}
.business-header h5{
	color:#fff;
	margin-top:0;
	font-family: 'Hind', sans-serif;
}
.business-header a.btn-info{
	width: 60%;
	background: #0c54a2;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-align: left;
}
.business-header .btn-block .fa{
	font-size:10px;
	padding-right:5px;
}
label{
	margin: 5px 0;
	color: #fff;
	font-family: 'Hind', sans-serif;
}
.form-inline .form-control{
	width:100%;
}
/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}
header{
	padding:0;
	font-family: 'Montserrat', sans-serif;
	border-top: 5px solid #18388b;
	 position: relative;
	/*
		border-top: 7px solid transparent;
		border-bottom-width:0;
		border-left-width:0;
		border-right-width:0;
		-moz-border-image: -moz-linear-gradient(left, #269dd8 0%, #18388b 100%);
		-webkit-border-image: -webkit-linear-gradient(left, #269dd8 0%, #18388b 100%);
		border-image: linear-gradient(to right, #269dd8 0%, #18388b 100%);
		border-image-slice: 1;
	   */
}
header:after{
 content: '';
 display: block;
 position: absolute;
 width: 50%;
 top: -6px;
 left: 0px;
 border: 3px solid #269dd8;
}
header h4{
	color:#18388b;
	text-align:right;
	font-weight:bold;
	margin-top: 20px;
}
header h5{
	color:#525252;
	text-align:right;
	font-weight:normal;
}
.navbar{
	margin-bottom: 0;
	background:#0c54a2;
	border-radius:0px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-nav > li > a{
	color:#fff;
	padding: 10px;
	font-size: 14px;
	line-height: 28px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: #19388d;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: #0c54a2;
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
	background-color: #19388d;
}
.Health{
	padding:15px 0px 0px 0px;
}
.Health p{
	color:#2695d2;
	font-weight:normal;
}
.Health h3, .Health p{
	text-align:right;
}
.medical .fa{
	padding-right:5px;
}
.medical a.padding{
	padding-left:20px;
}
.medical h3{
	background:#2389c0;
	padding:10px;
	color:#fff;
	margin-bottom: 0;
	margin-top: 10px;
}
.medical .table-bordered{
	text-align:center;
	margin-bottom: 0px;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}
.medical .table-bordered a.btn-info{
	border-color:#269ad6;
	color:#269ad6;
	background: #fff;
	font-size: 12px;
	margin-bottom:10px;
}
.medical .table-bordered a.btn-info, .btn-default:hover{
	color: #269ad6 ;
    border-color: #269ad6 ;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.medical .table-bordered a.btn-info:hover{
	background-color: #269ad6 ;
    color: #fff;
}
.medical .table-bordered .btn-block{
	width:auto;
	background:#269ad6;
	border:none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*margin-top:75px;*/
	font-family: 'Montserrat', sans-serif;
	transition:all 0.3s;
}
.medical .table-bordered .btn-block:hover {
    background: #1a388e ;
}
.medical h6{
	background:#f4f4f4;
	padding:15px 0px;
	color:#383838;
	margin-bottom: 0;
	border:solid 1px #ddd;
    border-top:none;
	margin-top:0;
	text-align:center;
    letter-spacing:1px;
}

.rating > span:hover:before {
   content: "\2605";
   position: absolute;
}
.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.local-agent{
	padding:35px 0;
}
.local-agent color{
	color:#269ad6;
}
.local-agent ul {
	padding-left:0;
}
.local-agent ul li {
    list-style-type: none;
    padding: 5px 0;
    list-style-position: outside;
    /* removed for new results page padding-left: 25px;*/
    /* list-style-type: bengali; */
    background-image: url(/check.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.bluecheck ul li{background-image:url(/bluecheck.png);}
.local-agent ul li i{
	color:#269ad6;
	padding-right:5px;
}
.types{
	padding-bottom:30px;
}
.types .card{
	background:#fafafa;
	padding:5px 0;
	border:1px solid #e3e3e3;
}
.types .card h5 a{
	color:#269ad6;
}
.types .card h5 a:hover{
	text-decoration:none;
}
.types .card h5,.types .card-block{
	padding:0 5px;
}
.types .card h5 i{
	float:right;
}
.types #accordion{
	padding:20px 0;
}

.rated{
	 background:#2594d1;
	 width:100%
 }
 .rated h2{
	 color:#fff;
 }
.rated a.btn-info{
	margin-top:15px;
	background:none;
	color:#FFF;
	border-color:#fff;
}
.rated a.btn-info:hover{
	background:#fff;
	color:#2594d1;
}
footer ul{
	padding-left:0;
}
footer h3 {
    color: #3e3e3e;
    font-size: 20px;
	font-weight:400;
}
footer ul li{
	list-style-type:none;
	padding:5px 0;
}
footer ul li a{
	color:#333;
}
footer ul li a:hover{
	text-decoration:none;
}
.partners {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: -50px;
}
.partners ul li img{
	max-width: 220px;
}
.copy-write{
	background:#f5f5f5;
	padding:10px 0;
	color:#607996;
}


/*New styles*/
input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}
    input::-webkit-calendar-picker-indicator{
    display: none;
}

/*div.table_height{
	height:120px;
	width:100%;
}*/

.table_height {
    height: 140px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    float: none !important;
    margin: auto !important;
    clear: both;
    width: 1%;
}

div.table_height.left{
	float:left !important;
	margin-left:55px !important;
	width:auto;
	padding-top: 40px !important;
}

.valignmiddle {
    vertical-align: middle !important;
}

div.table_height.left a img{
	/*margin-top:20px;*/
}

.special_txt input[type="text"]{
	width:auto !important;
}
.special_txt{
	color:#FFFFFF !important;
}

.more_results{
	display:none;
}
.button_container{
	width:100%;
}
.table.table-bordered.table-responsive.table-striped thead > tr td:first-child{
	width:27%;
}
div.insurance_circles_container{
	margin-right: 3px;
	margin-top:0px;
}
div.insurance_circles_container .ww{
	width:20px;
}
.moredown{
	margin-top:50px;
}
div.rating .cqquotes_reviewplugin_logo{
	width:100%;
}
div.rating a{
	text-decoration:none;
}

.icon .icon-content a{
 background: #0b96d6;
 border-radius: 50%;
 padding: 4px;
 color: #fff;
 text-decoration:none;
 font-size: 12px;
 display: block;
min-width: 25px;
min-height: 25px;
line-height: 15px;
text-align: center;
}
.types .card h5 .icon .icon-content a{
 color: #fff;
 text-decoration:none;
 font-size: 12px;
}
.icon{
 width:auto;
 display:inline-block;
 margin-bottom:5px;
}

table td h5{
 font-weight:600;
 font-family: 'Open Sans', sans-serif;
 /*padding-top:65px*/
}
.table > thead:first-child > tr:first-child > th {
 font-size: 14px;
 font-family: 'Montserrat', sans-serif;
}
table td p{
 font-size: 12px;
}
table td h4{
 font-size: 12px;
}
table td .more{
	vertical-align:bottom;
	width:20%;
}
/********* Start Apply Page CSS **********/
.Applyrated{
	background: #2697d3; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2697d3 0%, #1c66a8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #2697d3 0%,#1c66a8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #2697d3 0%,#1c66a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2697d3', endColorstr='#1c66a8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	color:#fff;
	width:100%;
	font-family: 'Open Sans';
 }
 .Applyrated h3{
	 font-size:35px;
	 font-weight:600;
 }
 .Applyrated span{
	 font-family: 'Open Sans';
	 font-weight:300;
     font-size:35px;
 }
 .Applyrated .local-agent ul{
 	margin-top:30px;
 }
 .Applyrated .local-agent ul li i{
 	color:#fff;
	padding-right: 5px;
 }
 
 .Apply_top_left{
 	background-color:#fafafa;
	padding:10px;
	border-style:solid;
	border-color:#e9e9e9;
	border-width:2px;
	padding-bottom: 20px;
 }
 .Apply_top_left h2{
 font-family: 'Montserrat', sans-serif;
 font-size:25px;
 color:#1d1d1d;
 font-weight: bold;
 margin-top:0px;
     line-height:1.3em;
 }
.Apply_top_left h3 {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #2698d4;
    font-weight: 600;
    margin-bottom: 6px;
}
 .Apply_top_left p{
 font-family: 'Open Sans';
 font-size:12px;
 color:#47567d;
 }
 .Apply_top_rating{
	padding:10px;
	border-style:solid;
	border-color:#e9e9e9;
	border-width:2px;
	border-radius:7px;
	margin-top:20px;
 }
 .Apply_top_rating2{
	 font-family: 'Open Sans';
	 font-size:15px;
 	 color:#67b3e0;
	 font-weight:bold;
 }
 .Apply_top_rating_rates{
 	display: inline-block;
    width: 100%;
    margin-top: 10px;
 }
 .Apply_top_rating div p{
 	position:relative;
	float:left;
 }
 .Apply_top_rating div .Apply_top_rating_images{
 	position:relative;
	float:right;
 }
 .Apply_top_images{
 	margin:20px 0px 40px 0px;
 }
  .seal img{
  	width: 100% !important;
  }
  .Apply_top_images h1{
	color:#000;
	 font-size: 25px;
	 font-family: 'Montserrat', sans-serif;
	 font-weight:bold;
	 margin-top: 0px;
  }
b, strong{font-weight:600;}
  .Apply_top_rates{
	width: 100%;
    display: table;
    padding: 5px 0px;
    background: #fff;
    margin: 5px 2%;
    border: #cecece  1px solid;
    border-radius: 10px;
    height: 35px !important;
	margin: 5px 0px;
  }
  .Apply_top_logo {
    display: table-cell;
    vertical-align: middle;
    height: 25px;
    text-align: center;
    width: 34px;
	}

	.Apply_top_rates_txt {
		display: table-cell;
		vertical-align: middle;
	}
	
	.Apply_top_rates_stars {
		display: table-cell;
		vertical-align: middle;
		float: right;
		padding-right: 10px;
		width:auto !important;
	}
	
	.Apply_top_images {
		margin: 20px 0px 40px 0px;
		padding: 15px 10px;
	}
	
	
  /*************/
  .Apply_top_images a{
  	margin-right:0px !important;
  	margin-left:0px !important;
  }
  .Apply_top_right h1{
	font-family: 'Open Sans';
	font-size:30px;
  	color:#3a3a3a;
  }
  
  div.col-md-8.Apply_top_right > div.col-md-8
  {
  	padding-left:0px;
  }
  
.Apply_top_right_header {
    height: 40px;
    margin-bottom: 20px;
    /*border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(236,236,236,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(236,236,236,1);
    box-shadow: 0px 3px 0px 0px rgb(236, 236, 236);*/
}
  .Apply_top_right_header .col-md-6{
  	padding-left:0px;
	padding-right:0px;
  }
  .Apply_top_right_header .Apply_top_right_title{
	font-family: 'Open Sans';
	font-size:14px;
	color:#313131;
	font-weight:400;
  }
  .Apply_top_right_header .Apply_top_right_title2{
	font-family: 'Open Sans';
	font-size:14px;
	color:#47567d;
      font-weight:400;
  }
.Apply_now_box {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(219,219,219,1);
    -moz-box-shadow: -5px 6px 5px -1px rgba(219,219,219,1);
    box-shadow: 0px 5px 10px 0 rgba(219,219,219,1);
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #c5c5c5;
    border-top-color: #2698d4;
    margin-bottom: 60px;
    color: #313131 !important;
}
  .Apply_now_box table{
  	width:100% !important;
  }
  .Apply_now_box tbody td.Content_style{
  	width:30%;
  }
  #comments,.Apply_now_box textarea{
  	width:99%;
  }
  .Apply_now_box h2{
	font-family: 'Open Sans';
	font-size:25px;
	color:#269dd9;
	margin-bottom: 20px;
  }
  .Apply_now_box input,.Apply_now_box select,.Apply_now_box textarea
  {
  	border-style:solid;
	border-color:#8c8c8c;
	border-width:1px;
	padding: 5px;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 5px;
  }
  .Apply_now_box .gradient_colors2 a
  {
	border-color:#269ad6;
	border-width:2px;
	border-radius: 7px;
	background-color:#269ad6;
	padding: 20px;
    text-align: center;
    margin-bottom: 20px;
	float:right;
  }
  .Apply_now_box .gradient_colors2 a,.Apply_now_box .gradient_colors2:hover
  {
	color:#fff;
	 font-size: 14px;
	 font-family: 'Montserrat', sans-serif;
	 text-decoration:none;
  }
  .Apply_now_box b{
  	font-weight: 100 !important;
  }
  
  .seals {
    display: table;
    border-spacing: 3px;
	}

	.seal {
		width: 33%;
		vertical-align: middle;
		display: table-cell;
	}
	
	.seals.secondrow .seal {
		width: 30%;
	}
	
	.seals.secondrow .seal:nth-child(3) {
		width: 40%;
	}
  /*********** Company Page ************/
 .Company_top_left{
 	background-color:#fafafa;
	padding:10px;
	border-style:solid;
	border-color:#e9e9e9;
	border-width:2px;
	padding-bottom: 20px;
 }
 .Company_top_left p{
 	margin-bottom:0px;
 }
 .Company_top_left hr{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #d5d5d5;
    margin-left: 0px;
    width: 30%;
 }
 .Company_top_left p label{
	font-family: 'Open Sans';
	font-size:15px;
 	color:#272727;
	margin-top:10px;
 }
 .bluecolors b{
 	color: #08347f !important;
	font-weight:600;
 }
 .Company_top_reviews_big{
	font-family: 'Open Sans';
	font-size: 20px;
    font-weight: 600;
 	color:#272727;
 }
  .Company_top_right h1{
	font-family: 'Open Sans';
	font-size:30px;
  	color:#3a3a3a;
	margin-bottom:20px;
  }
  .Company_top_right th{
	font-family: 'Open Sans';
	font-size:13px;
  	color:#313131;
	width:20%;
      font-weight:600;
  }
  .Company_top_right td{
	font-family: 'Open Sans';
	font-size:15px;
  	color:#47567d;
	text-align:left;
  }
  .Company_top_right td hr{
	width: 30%;
    position: absolute;
    margin-top: 15px;
    margin-bottom: 15px;
	color:#d5d5d5;
  }
  /*Products page*/
	.Product_ss{
	width:160px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px 5px 10px;
	margin: 5px;
    position: relative;
    float: left;
	font-family:Times New Roman; 
	font-size:12px;
	}
	
	
	.Product_ss2{
	background-image: linear-gradient(top, #0763b3 0%, #104794 100%);
	background-image: -o-linear-gradient(top, #0763b3 0%, #104794 100%);
	background-image: -moz-linear-gradient(top, #0763b3 0%, #104794 100%);
	background-image: -webkit-linear-gradient(top, #0763b3 0%, #104794 100%);
	background-image: -ms-linear-gradient(top, #0763b3 0%, #104794 100%);
	
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0763b3),
	color-stop(1, #104794));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0763b3', endColorstr='#104794');
	cursor: pointer; cursor: hand;
	}

	.Product_ss2 a{
	color:#fff; 
	font-family:Times New Roman; 
	font-size:16px;
	}
	

/* Ben Code */
.copy-write p {
    margin: 0;
}

.copy-write {
    background: #f5f5f5;
    padding: 10px 0;
    color: #607996;
    font-size: 12px;
}

.Apply_top_rates {
    margin: 10px 0px;
}
.Apply_top_rates_ph {
    margin: 20px 0px;
}
.seals.secondrow {
    margin-top: 5px;
}
.col-md-4.Apply_top_right_header {
    padding-left: 0px !important;
}
.pol-info .col-md-4 {
    padding: 0;
    display:table;
}
.pol-info .col-md-8 {
    padding: 0px;
    padding-right: 10px;
    padding-bottom:10px;
    display:table;
}

.pol-info .Apply_top_right_header {
    height: 40px;
    /*border-style: solid;
    border-color: #dadada;
    border-width: 1px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(236,236,236,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(236,236,236,1);
    box-shadow: 0px 3px 0px 0px rgb(236, 236, 236);*/
    display: table-cell;
    vertical-align: middle;
}
td.formcol2 {
    font-weight: 500;
}

td.formcol1 {
    width: 20%;
    text-align: left;
    font-weight: 500;
}
.formcol2 input,.formcol2 select,.formcol2 textarea{margin:0 !important; padding:0 !important;}
.formcol2 input {
    padding: 5px !important;
}

.formcol1, .formcol2 {
    padding-bottom: 15px;
}
.Apply_top_right h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    color: #3a3a3a;
    margin-top: 13px;
    margin-bottom: 21px;
}
.Apply_now_box{margin-top:20px;}
.resultspage td {position: relative;}
div.insurance_circles_container {position:absolute; top:10px; right:10px; width:25px;}
.partners ul:after {
    width: 100%;
    content: '';
    display: inline-block;
}
.partners ul {
    text-align: justify;
}
.partners ul li {
    display: inline-block;
    vertical-align: middle;
}
.partners ul li img{
	height:auto;
}
footer .col-lg-3 {
    padding-left: 0px !important;
    margin: 0px !important;
}
.cust-cq-question{font-weight:500;}
#tabs-1 a, #rule-of-thumb-calc a{font-weight:600;}
.Apply_now_box div{border:none !important;}
#tabs-1, #rule-of-thumb-calc{padding:0px;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0 !important;
    text-decoration: none;
    padding-right: 10px !important;
}
.ui-state-active a, .ui-state-active a:link{
    color: #0a3488 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: open sans !important;
}
#updateform h1 {
    color: #1d1d1d !important;
}
.ui-tabs,.ui-tabs .ui-tabs-nav{padding:0px !important;}
.Company_top_right td, .Company_top_right td p {
    font-size: 13px !important;
    margin:0;
}
.Company_top_right td {
    padding: 15px 0px;
}
.Company_top_right tr:last-child {
    border-bottom: none;
}

.Company_top_right tr {
    border-bottom: solid 1px #b7b7b7;
}
hr{border-top:1px solid #b7b7b7 !important;}
a.bluebutton:hover {
    background: #1a388e;
}

a.bluebutton {
    background: #269ad6;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: montserrat;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 10px;
    margin-right:10px;
    display: inline-block;
}
a.bluebutton:last-child {
    margin-right: 0;
}


.col-sm-8.dateofbirthfields select{
	width:32%;
}
.col-sm-8.dateofbirthfields select:nth-child(3){
	padding:0px;
}
input.bluebutton{   
    background: #269ad6;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: montserrat;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    border: none;
}
input.bluebutton:hover{background:#1a388e;}
.review textarea {margin-top: 10px;}
.review tr {padding: 10px 0px;display: block;}
.rprice h5 {
    font-size: 24px;
}

@media screen and (min-width:992px){
    .twolines .Apply_top_right_title{line-height:2.8em;}
    .twolinesm .Apply_top_right_title{line-height:2.8em;}
}

@media screen and (min-width:1200px){
    a.longrating{display:block;}
    a.shortrating{display:none;} 
}

.col-sm-6.second-agent {
    margin-top: 50px;
}

/*New Apply Page*/
.newapply_top1{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;

	background-image: linear-gradient(to right, #fff 0%, #cbdceb 100%);
	background-image: -o-linear-gradient(to right, #fff 0%, #cbdceb 100%);
	background-image: -moz-linear-gradient(to right, #fff 0%, #cbdceb 100%);
	background-image: -webkit-linear-gradient(to right, #fff 0%, #cbdceb 100%);
	background-image: -ms-linear-gradient(to right, #fff 0%, #cbdceb 100%);
	
	background-image: -webkit-gradient(
	linear,
	left,
	right,
	color-stop(0, #fff),
	color-stop(1, #cbdceb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#cbdceb');
}
.newapply_top1_left{
    vertical-align: middle;
    height: 100%;
    display: table-cell;
	padding-right:20px;
	
    font-family: montserrat;
	font-size:35px;
	color:#0c54a2;
}
.newapply_top1_left.smallbit{
	font-size:26px;
}
.newapply_top1_right{
    vertical-align: middle;
    height: 100px;
    display: table-cell;
	text-align:left;
}
.newapply_top1_right h2{
    font-family: open sans;
	font-size:18px;
	color:#19398c;
	font-weight:bold;
}
.newapply_top1_right p{
    font-family: open sans;
	font-size:16px;
	color:#19398c;
}

.newapply_top2{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	
    font-family: open sans;
	font-size:28px;
	color:#1a398e;
}

.newapply_top3_left{
	background-color:#43a7d8;
	color:#fff;
    vertical-align: middle;
    display: table-cell;
	padding:10px;
	text-align:center;
	height:250px;
	
	font-family: 'Nunito';
}

.newapply_top3_left h1{
	font-size:35px;
	margin-top:32px;
}

.newapply_top3_left span{
	font-size:15px;
}
.Applyrated .newapply_form_top{
	padding:35px 0;
    font-family: open sans;
	color:#fff;
}
.Applyrated .newapply_form_top h3{
	font-size:28px;
}
.Applyrated .newapply_form_top span{
	font-size:17px;
}
.Applyrated .newapply_form{
	margin-top:30px;
}
.Applyrated .newapply_form table{
	width:100%;
}
.Applyrated .newapply_secure h3 {
    font-size: 22px;
    font-weight: normal;
    background-image: url(/images/padlock.png);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 32px;
}
.Applyrated .newapply_secure span
{
	font-size:16px;
	font-weight:normal;
}
.Applyrated .newapply_secure p
{
	margin-top:20px;
	font-size:16px;
	font-weight:300;
}
.Applyrated .newapply_secure h2
{
	font-family: 'Lora';
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    padding-top:24px;
}

.Applyrated .newapply_buttons{
	margin-top:40px;
}

.Applyrated .newapply_secure .custom-btn-1
{
	display: table-cell;
    float: left;
}
.Applyrated .newapply_secure .custom-btn-1 a {
    line-height: 1.2em;
    border: 1px solid #4e4e4e  !important;
    padding: 15px;
    display: inline-block !important;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #969696 ;
    padding-left: 71px;
    background-image: url(//www.truebluelifeinsurance.com/new/wp-content/uploads/2016/12/bbb-small.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 7px center;
    padding-right: 10px;
	background-color:#fff;
}

.Applyrated .newapply_secure .custom-btn-2
{
	display: table-cell;
    float: right;
}
.Applyrated .newapply_secure .custom-btn-2 a {
    line-height: 1.2em;
    border: 1px solid #4e4e4e !important;
    padding: 15px;
    display: inline-block !important;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #969696;
    padding-left: 59px;
    background-image: url(//www.truebluelifeinsurance.com/new/wp-content/uploads/2016/12/googleplus-small.png);
    background-repeat: no-repeat;
    background-size: 47px;
    background-position: 7px center;
    padding-right: 10px;
	background-color:#fff;
}
.newapply_form .gradient_colors2 a{
	color:#fff;
	text-decoration:none;
    font-family: montserrat;
	font-size:20px;
	font-weight:bold;
    text-align:center;
}
.newapply_rows_Images
{
	margin-top:10px;
}
.newapply_rows_Images .seals{
	width:100%;
	margin-top:20px;
}

.newapply_rows_Images .seal{
	width: 15%;
}
.newapply_rows_Images .seal img{
	padding-right: 10px;
    width: 80% !important;
}


.newapply_aftersubmission{
	margin-top:50px;
}
.newapply_aftersubmission h2{
    font-family: open sans;
	font-size:28px;
	color:#1a398e;
}
.newapply_aftersubmission ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.newapply_aftersubmission ol li {
    font-family: open sans;
	font-size:16px;
	color:#1c1c1c;

    position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.newapply_aftersubmission ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    float: left;
    position: absolute;
    left: -26px;
    
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 25px;
    
    width: 25px; height: 25px;
    background: #3ea4d7;
    
    -moz-border-radius: 999px;
    border-radius: 999px
}

 .newapply_better{
	font-family: 'Open Sans';
 }
 .newapply_better h3{
	 font-size:35px;
	 font-weight:800;
	 color:#1a398e;
 }
 .newapply_better span{
	 font-family: 'Open Sans';
	 font-weight:400;
     font-size:35px;
	 color:#1a398e;
 }
 .newapply_better .local-agent ul{
 	margin-top:30px;
	color:#3c3c3c;
	font-size:16px;
 }
 .newapply_better .local-agent ul li{
    list-style-type: none;
    padding: 5px 0;
    list-style-position: outside;
    padding-left: 25px;
    /* list-style-type: bengali; */
    background-image: url(/bluecheck.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
 }

/* Remove Response Ben CSS */
.col-md-6,.col-sm-6{width:50%; float:left;}
.col-lg-3 {width: 25% !important; float:left !important;}
.col-lg-12 {overflow: hidden;}
.business-header,body{min-width:1170px;}
.business-header .col-md-4 {padding: 0px 7px;}
.business-header .col-sm-8{width:64%;}
.table.resultspage h5 {font-size: 17px;}
.qprice h5 {font-size: 25px !important;}
.resultspage .btn-block {padding: 15px 20px;font-size: 17px;margin-top: 30px;}
.resultspage a.btn {font-size: 15px !important;padding: 10px 15px;}
.rated .col-sm-12 {padding-left: 13px !important;}
.cqquotes_reviewplugin_theme1_container{margin-right:55px !important;}
.cqquotes_reviewplugin_theme1_container:nth-child(4) {margin-right: 0px !important;}
.cqquotes_reviewplugin_theme1_aggregate_container{width:100% !important;}
.rated .col-sm-12 {padding-left: 13px !important;padding-right: 15px !important;}
.col-sm-12.local-agent.bluecheck {width: 88%;margin: auto !important;display: block;float: none;padding-bottom: 50px; overflow: hidden;}
.newapply_rows_Images .seal{text-align:center;}
.newapply_rows_Images .seal img {width: auto !important;max-width: 100% !important;text-align: center;}
.graybg {background: #f4f4f4;margin-top: 50px;}
.graybgcontent {width: 1110px;margin: auto;padding: 40px 0px;}
.graybgcontent h2 {
    color: #1a398e;
    margin-top: 0px;
    padding-bottom: 15px;
}
.graybgcontent ol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.graybgcontent ol li {
    font-family: open sans;
	font-size:16px;
	color:#1c1c1c;

    position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.graybgcontent ol li:before {
    counter-increment: numList;
    content: counter(numList);
    
    float: left;
    position: absolute;
    left: -26px;
    
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 25px;
    
    width: 25px; height: 25px;
    background: #3ea4d7;
    
    -moz-border-radius: 999px;
    border-radius: 999px
}
.newquotesbtn a {
    width: 100% !important;
    text-align:center !important;
    padding:10px 0px;
}

.newquotesbtn {
    width: 731px !important;
    margin-left:7px;
}
.form-inline .row {
    margin-bottom: -8px;
}

/* New apply page details overlook */
table.pol-info tr:nth-child(even) {
    background: #f1f1f1;
}
.covbreak {
    width: 50px;
    background: #fff;
    height: 2px;
    margin: 25px auto 15px auto;
    border-radius: 20px;
}
.covtitle, .pricetitle {
    font-family: nunito;
    font-size: 35px;
    font-weight: 300;
}
.cov-price-block {
    width: 21%;
    display: block;
    background: #269dd8;
    color: #fff;
    text-align: center;
    padding: 40px 0px;
    float:left;
}
table.pol-info {
    width: 79%;
}
.pol-info tr {
    font-family: open sans !important;
    font-weight: 300;
    font-size: 15px;
    height: 53px;
    color:#000;
}
.pol-info tr td:nth-child(1) {
    padding-left: 29px;
}
.overlook-details {
    margin: 40px 0px 50px;
}
.overlook-placeholder {
    width: 1110px;
    margin: auto;
}
td.c1 {
    width: 215px;
}
td.c2 {
    width: 330px;
}
/* End apply page details overlook */
.Applyrated .newapply_form table input, .Applyrated .newapply_form table textarea {
    border-radius: 3px;
    border: 1px solid #2373a9;
    padding: 13px 10px !important;
    font-family: open sans !important;
    font-size: 14px;
    line-height: 1.2em !important;
    font-weight: 300;
    color: #061f31;
}
.Applyrated .newapply_form table {
    width: 96% !important;
    float: left;
}
input#phone4 {
    width: 60px !important;
}
.appformbtn .gradient_colors2 {
    width: 590px;
}
.newapply_form .gradient_colors2 a {
    width: 590px !important;
    background: #1a398e;
    display: block;
    padding: 20px 0px;
    border-radius:3px;
}
.Applyrated .newapply_form_top h3 {
    font-size: 28px;
}

.Applyrated .newapply_secure h3{background-position: 0px 4px;}
.alternative .cov-price-block {padding: 15px 0px !important;}
.altquotebtn {margin-top: 23px;}

/* New apply page adjustments */
.cov-price-block.index2 {
    background: #fff;
    border: solid 1px #f1f1f1;
}
.index2 .pricetitle {
    color: #313131;
}
.index2 span {
    color: #4a4a4a;
}
.index2 .covbreak {
    background: #4a4a4a;
}
.index2 .covtitle {
    color: #313131 !important;
}
.Applyrated.index2 {
    background: #fff;
}
.Applyrated.index2 .newapply_form_top h3 {
    color: #1a398e;
    font-weight: 400;
    text-align: center;
}
.index2.Applyrated .newapply_form_top {
    padding: 0px 0px 35px 0px;
}
.index2 .formlabel, .index2 div {
    color: #1c1c1c !important;
}
.index2 .formlabel {
    margin-bottom: 5px;
}
.index2 .appformc {
    margin-top: 30px;
}
.Applyrated.index2 .newapply_form table {
    width: 100% !important;
}
.index2.newapply_form .gradient_colors2 a {
    width: 100% !important;
}
.index2 h3.secure {
    text-align: left !important;
}
.index2.Applyrated .newapply_form {
    margin-top: 0px !important;
}
h3.index2 {
    background-image: url(/images/bluepadlock.png) !important;
}
@-moz-document url-prefix() {
.Applyrated .newapply_form table input, .Applyrated .newapply_form table textarea{padding:13px 6px !important;}
}

/*NEW*/
.index2 .slogan1 {
    font-family: lora;
    font-style: italic;
    text-align: center;
    font-size: 29px;
    color: #1a398e !important;
}
.overlook-details{margin:0px !important;}
.overlook.napb {
    border: 1px solid #cecece;
}
table.pol-info {
    border-left: 1px solid #cecece;
}
a.callbtn, a.msgbtn {
    font-size: 20px;
    color: #292929 !important;
    font-weight: 300;
    float:left;
    transition:all 0.5s;
}
a.callbtn {
    background-image: url(../../images/phoneicon54.png);
    background-size: 50px;
    padding: 17px 0px 19px;
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding-left: 60px;
    text-align: center;
    line-height: 1.2em;
}

a.msgbtn {
    background-image: url(../../images/chaticon54.png);
    background-repeat: no-repeat;
    background-size: 62px;
    padding: 16px 0px 19px;
    background-position: center left;
    padding-left: 68px;
    margin-left: 40px;
}

a.callbtn:hover, a.msgbtn:hover {
    color: #3ea4d7 !important;
    text-decoration: none;
}
.polinfotable td {
    padding: 10px;
}
.polinfotable tr {
    border-bottom: solid 1px #e1e1e1;
}
.polinfotable th {
    border-right: solid 1px #e1e1e1;
    padding: 10px;
}
.polinfotable tr:nth-child(even) {
    background: #f7f7f7;
}
.polinfotable tr {
    border: 1px solid #e1e1e1;
}
.polinfotable {
    border-bottom: 1px solid #e1e1e1;
}
.polinfotable a.bluebutton {
    margin-top: 10px;
}
.types .seals{display:table;}
.types .seal.seal {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.seal img {
    width: auto !important;
    max-width: 100% !important;
    text-align: center !important;
}
hr{clear:both;}
.types .custom-btn-1 a {
    line-height: 1.2em;
    border: 1px solid #4e4e4e !important;
    padding: 15px;
    display: inline-block !important;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #969696;
    padding-left: 71px;
    background-image: url(//www.truebluelifeinsurance.com/new/wp-content/uploads/2016/12/bbb-small.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 7px center;
    padding-right: 10px;
    background-color: #fff;
    text-align:left !important;
}
.types .custom-btn-2 a {
    line-height: 1.2em;
    border: 1px solid #4e4e4e !important;
    padding: 15px;
    display: inline-block !important;
    border-radius: 5px;
    box-shadow: 0px 3px 0px #969696;
    padding-left: 59px;
    background-image: url(//www.truebluelifeinsurance.com/new/wp-content/uploads/2016/12/googleplus-small.png);
    background-repeat: no-repeat;
    background-size: 47px;
    background-position: 7px center;
    padding-right: 10px;
    background-color: #fff;
    text-align:left !important;
}
.Applyrated .newapply_secure .custom-btn-1,.Applyrated .newapply_secure .custom-btn-2{display:table-cell;}
.business-header.guaranteed {
    background-image: url(/images/GEbackground.jpg);
}

.col-sm-12.pageFooter p {
   font-size: 13px;
   line-height: 1.7em;
   font-family: roboto;
   font-weight: 400;
}

/**************** FILTER TASK *****************************/
.resultsAll{
	position: relative;
    float: right;
    width: 72%;
}
.resultsFilter{
	position: relative;
    float: right;
    width: 28%;
    border-right:1px solid #e0e0e0;
}

.resultsFilter th,.resultsFilter td{
	padding:5px;
}
.HQcontainer {
    font-size: 18px;
}
span.HQlink {
    font-size: 16px;
	font-family: roboto, sans-serif;
}
span.HQlink a {
    color: #2f94ca;
}
.HQcontainer {
    font-size: 18px;
    margin: 35px 0px 10px;
	font-family: roboto, sans-serif;
    font-weight:400;
}
h1.HQh1 {
	font-family: roboto, sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.NRtable th {
    font-size: 20px !important;
    font-weight: 300 !important;
    font-family: open sans, sans-serif !important;
}
.NRapprequest {
    font-size: 20px !important;
}
/*
.NRtable td {
    padding-left: 25px !important;
    padding-right: 25px !important;
}*/
.product-feature-circle {
    display: inline-block;
    margin: 0px;
    background-color: #2A92CF;
    width: 30px;
    height: 30px;
    border-radius: 1em;
    padding-top: 5px;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
	cursor: pointer;
}
.product-feature-circle:hover {
	background: #0c54a2;
	text-decoration: none;
}
.NRtable a.btn.btn-info {
    font-family: roboto;
    font-weight: 400;
}
td.NRproductscol {
    /*width: 260px !important;*/
}
td.NRhealthcol {
    /*width: 200px !important;*/
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.resultsFilter, .resultsFilter > .sticky{width:215px !important;}
.sidebar-opposite-container{margin-left:210px !important; width:85% !important;}
td.NRappcol {
    /*width: 255px !important;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
}
td.NRcompanycol {
    /*width: 300px !important;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
}
td.NRpricecol {
    padding: 10px 10px 60px !important;
    /*width: auto !important;*/
}

.NRtable h3 {
    font-family: roboto, open sans, arial, sans-serif;
    font-weight: 400;
}
.NRtable {
    font-family: roboto, open sans, arial, sans-serif;
}
.resultsFilter th, .resultsFilter td {
    padding: 8px 0;
}
th.filter_title_1 {
    font-size: 17px;
    font-family: roboto, sans-serif;
    font-weight:400;
}
.filterCheckbox, .filterName {
    display: inline-block;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3em;
	color: #000;
    cursor: pointer;
}
.filter_title_2 {
    font-family: roboto, sans-serif;
    font-size: 15px;
}
.roboto {
	font-family: roboto, sans-serif;
}
.roboto-light {
	font-family: roboto, sans-serif;
	font-weight: 300;
}
.resultsprofile label {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.resultsprofile select, .resultsprofile input {
    border: 1px solid #616161;
    font-family: roboto;
    font-weight: 300;
    font-size: 15px;
}
.form-description-column h4{font-weight:300;}
.results-table-price{font-size:40px !important;}
.NRappcol img {
    margin-top: -3px;
    margin-right: 5px;
}
.NRappcol h4 {
    font-family: roboto, sans-serif;
    font-weight: 300;
    color: #3a3a3a;
    font-size: 13px;
}
.business-header .form-group label {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.form-group select {
    font-family: roboto,sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.form-group select, .form-group input {
    border: #1b5785 1px solid;
}
.form-group select {
    width: auto !important;
}
span#user_return {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}
/* additional css for results page table */
td.NRpricecol {
    min-width: 180px !important;
}
.NRtable {
    border: none;
}
span.HQclass {
    font-weight: 500;
}
.nlvalidDivider {
    width: 100px;
    height: 1px;
    background: #2792cf;
    display: block;
    margin: 35px auto;
}
h1.nlvalidTitle {
    text-align: center;
    font-family: open sans;
    font-size: 30px;
    color: #0c54a2;
    font-weight: 300;
    margin-top: 50px;
}
.nlvalidContent {
    text-align: center;
    line-height: 1.7em;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
h6#more_link_0_0 {
    background: #f4f4f4;
    border: solid 1px #ddd;
    border-top: none;
    letter-spacing: 1px;
    font-weight: bold;
    padding:15px 0px;
}
/* Cross browser fixes */
.form-group select {
    max-width: 236px;
}
.medical .table-bordered a.btn-info{margin:0 15px;}
.business-header{background-position:left center;}
body {min-width: 1230px;}
.container-wide a.btn-info:hover {
    background: #1a3a90;
}
.container-wide a.btn-info{
    transition:all 0.3s;
}
.container-wide {
    -webkit-font-smoothing: antialiased;
}
td.NRpricecol, td.NRproductscol {
    vertical-align: initial !important;
}
/* Header work */
.business-header select, .business-header input {
    padding: 12px 20px 12px 10px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    font-size: 15px !important;
    height: auto !important;
    font-weight: 400 !important;
    color: #424242 !important;
    line-height: 1em !important;
}
.business-header select {
	background-image: url(/images/dropdown-arrow.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.business-header .form-group label {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 0px;
    margin: 0px;
    line-height: 1em;
}
.dropDownX p,.dropDownX h2 {
    font-family: open sans, sans-serif;
}
.business-header a.btn.btn-info.btn-block {
    margin-top: 15px;
}
/** Featherlight **/
.featherlight-content h3 {
	color: #1a398e;
}
.featherlight-target {
	display: none;
}
.featherlight .featherlight-text {
	max-width: 600px;
}
.featherlight-text p {
	font-size: 16px;
	line-height: 1.8;
}
.featherlight .featherlight-target {
	display: inherit;
}
.with-featherlight .featherlight {
	background:rgba(0,0,0,.8);
}
#no_results_notes {
	display:none;
	font-size:20px;
	text-align: center;
	margin-bottom: 30px;
}
.sticky.fixed {
	top: 0;
	position: fixed;
}
.sticky.bottom {
	position: absolute;
	bottom: 0;
}
#payment_information {
	max-width: 800px;
}
#payment_information h2 {
	text-align: center;
}
#payment_information .separator {
	margin: 20px auto;
	width: 100px;
	border-bottom: 1px solid #2e97d0;
}
.information_inner_container .information_inner_left {
	display: inline-block;
	width:40%;
	vertical-align: top;
}
.information_inner_container .information_inner_right {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}
.company-details .company-detail-label {
	font-weight: 600;
	margin: 20px 0 10px;
}
.product-detail {
	font-size: 16px;
	margin: 15px 0;
}
.product-detail:first-child{
	margin-top: 0;
}
.product-detail .product-detail-label {
	font-weight: 600;
}
.healthClassCheck {
	font-size: 72px;
	color: #1b96d7;
}
.hp20{padding-top:20px;}
.results-quicklinks {
	font-size: 16px;
}
.results-quicklinks a {
	color: #2f94ca;
}
.featherlight .featherlight-content {
	border-bottom: 0;
}
.featherlight-loading .featherlight-content {
	height: 600px;
	width: 820px;
	max-height: 100%;
	max-width: 100%;
}
.featherlight-iframe .featherlight-content {
	overflow-y: auto!important;
}
.featherlight .featherlight-content, .featherlight .featherlight-content iframe {
	-webkit-transition: width .5s, height .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s, height .5s;
}
.featherlight.featherlight-comparison-chart .featherlight-content {
	width: 80%;
	height: 80%;
	max-width: 1300px;
	padding: 0;
	border-bottom: 0;
	overflow-y: hidden;
	background: #FFF url(/images/loading.gif) center center no-repeat;
}
.featherlight.featherlight-comparison-chart iframe {
	width: 100%;
	height: 100%;
}
.featherlight .featherlight-close-icon {
	top: 15px;
	right: 25px;
	color: #FFF;
	background-color: #2f94ca;
	border-radius: 1em;
	font-size: 30px;
	height: 1.3em;
	width: 1.3em;
	transition: all 0.3s;
}
.featherlight .featherlight-close-icon:hover{
	background-color:#163793;
}
.featherlight .featherlight-close-icon:after {
	content: '\e80c';
	font-family: "fontello";
}
.featherlight .featherlight-content, .featherlight .featherlight-content iframe {
	max-width: 100%;
}

/* featherlight scrolling x button fix */
html.with-featherlight {
	padding-right: 17px;
}
.featherlight .featherlight-content {
	padding: 0;
	overflow-y: hidden;
}
.featherlight .featherlight-inner {
	padding: 25px;
	overflow-y: auto;
	max-height: 95vh;
}
.featherlight-iframe .featherlight-inner, .featherlight-comparison-chart .featherlight-inner {
	padding: 0;
}
.featherlight .featherlight-content:before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #2e97d0
}

.SubmitRequest a {
    width: 100%;
    display: block;
    padding-right: 10px;
    text-align: center;
    padding: 17px;
    background: #f39435;
    color: #fff;
    border-radius: 3px;
    border-bottom: #ce6e29 3px solid !important;
    font-family: montserrat, roboto, sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
}
.SubmitRequest a:hover {
    background: #e68308;
    text-decoration: none;
}
.appformbtn{padding-right:10px;}
.filterCheckbox {
    margin: 0 3px 0 0 !important;
}
td.no_features {
    vertical-align: middle !important;
}