a.aclink {
	color: #104595;
	text-decoration: none;
}
a.aclink:hover {
	color: #ff6100;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
a[onclick*="OrderLink"].disabled,  a[onclick*="OrdeLink"].disabled {
	opacity: 0.5;
}
img.loader-img.active {
	display: inline-block !important;
	margin: 0 0 0 10px;
}
.btn {
	background: #ff6000;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: normal;
	padding: 9px 34px;
	line-height: 28px;
}
.btn:before {
	width: 100%;
	height: 50%;
	content: "";
	position: absolute;
	background: #ff7421;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: 0.3s all;
}
.btn:hover:before {
	height: 0;
}
.btn:hover {
	background: #ff6000;
}
.title_block {
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0px 0px 35px 0px;
	color: #000000;
}
.title_block span {
	color: #ff6000;
	font-weight: 600;
}
.title_block:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #ff6000;
	position: relative;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0;
	display: block;
}
.title_block.center {
	text-align: center;
}
.title_block.center:after {
	margin: 0 auto;
}
.white {
	color: #ffffff !important;
}
span.white {
	color: #ffffff !important;
}
.full-section {
	width: 100%;
	float: left;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.inner-container {
	width: 900px;
	margin: 0px auto;
}
.align-center {
	text-align: center;
}
.align-middle {
	display: flex;
	align-items: center;
}
.clear_fix {
	clear: both;
}
/*** Section 1 ***/

.section-1 {
	color: #000000;
	padding: 50px 0;
	position: relative;
}
.section-1 {
	padding: 0px 0;
}
.section-1 .container {
	z-index: 1;
}
.section-1 .container .left {
	width: 45%;
	float: left;
	color: #000;
	padding: 0 20px 0 0;
	text-align: left;
	margin: 0%;
}
.section-1 .container .right {
	width: 55%;
	float: right;
}
.section-1 .container h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0px 0px 35px 0px;
	color: #000000;
}
.section-1 .container h1 span {
	color: #ff6000;
	font-weight: 600;
}
.section-1 .container h1:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #ff6000;
	position: relative;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0;
	display: block;
}
.section-1 .container p {
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	margin: 0px 0px 25px 0px;
}
.section-1 .container p span {
	color: #ff6000;
	font-weight: 700;
}
.section-1 .container .hero-pricing {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 29px;
	color: #000000;
	font-style: italic;
}
.section-1 .container .hero-pricing .hp-cost {
	display: inline-block;
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 60px;
	color: #ff6000;
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
	margin-left: 10px;
}
.section-1 .container .hero-pricing .hp-citem {
	font-size: 20px;
}
.section-1 .container .hero-btn {
	width: 50%;
	float: left;
}
.section-1 .container .hero-btn a {
	font-size: 20px;
	padding: 15px 50px;
	text-transform: capitalize;
	margin-left: 0px;
}
.section-1 .container .hero-phone {
	background: url(images/big-phone-icon.png) no-repeat left center;
	background-size: contain;
	font-size: 28px;
	font-weight: 600;
	padding-left: 35px;
	min-height: 41px;
	margin: 10px 0px 5px 0px;
}
.section-1 .container .hero-phone {
	width: 50%;
	float: right;
}
.section-1 .container .hero-phone a {
	color: #000000;
}
.section-1 .container .hero-phone a:hover {
	color: #ff6000;
}
.section-1 .container .hero-livechat {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #000000;
	padding: 15px 0px 15px 0px;
}
.section-1 .container .hero-livechat a {
	color: #ff6000;
	text-decoration: underline;
}
.section-1 .container .hero-livechat a:hover {
	color: #000000;
}
.section-1 .container ul#awards_block {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.section-1 .container ul#awards_block li {
	display: inline-block;
	width: 23%;
	text-align: center;
	vertical-align: middle;
	margin-right: 2%;
}
.section-1 .container ul#awards_block li:last-child {
	margin-right: 0%;
}
.section-1 .container ul#awards_block li img {
	width: auto;
	height: 115px;
	max-width: initial;
	display: block;
	margin: 0px auto;
}
/*** Section 2 ***/

.section-2 {
	padding: 50px 0;
	background: #ffffff;
}
.section-2 h3 {
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	margin: 0px 0px 50px 0px;
	color: #000000;
}
.section-2 ul.blogs-types-list {
	padding: 0;
	margin: 20px auto 0px auto;
	list-style: none;
}
.section-2 ul.blogs-types-list li {
	background: #fff;
	box-shadow: 0px 0px 20px #d9d9d9;
	-moz-box-shadow: 0px 0px 20px #d9d9d9;
	-webkit-box-shadow: 0px 0px 20px #d9d9d9;
	float: left;
	display: block;
	width: 22%;
	margin: 1.5%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 10px;
}
.section-2 ul.blogs-types-list li a {
	display: block;
	padding: 20px;
}
.section-2 ul.blogs-types-list li img {
	margin-bottom: 10px;
}
.section-2 ul.blogs-types-list h6 {
	font-size: 15px;
	font-weight: 500;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #000000;
}
.section-2 ul.blogs-types-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
#industry_modal {
	font-family: 'Montserrat', sans-serif;
}
#industry_modal p, #industry_modal li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
#industry_modal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#industry_modal ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#industry_modal li a {
	color: #ff6600;
}
#industry_modal li a:hover {
	color: #104595;
}
.ui-state-active,  .ui-widget-content .ui-state-active,  .ui-widget-header .ui-state-active,  a.ui-button:active,  .ui-button:active,  .ui-button.ui-state-active:hover {
	border: 1px solid #104595;
	background: #104595;
	font-weight: normal;
	color: #ffffff;
}
.ui-dialog-titlebar {
	background: #f60;
	color: #fff;
}
.ui-dialog {
	width: 500px !important;
}
/*** Section 3 ***/

.section-3 {
	padding: 50px 0px 75px 0px;
}
.section-3 .blog-table {
	max-width: 100%;
	margin: 50px auto 0;
}
.section-3 .blog-table .table-left {
	float: left;
}
.section-3 .blog-table .table-left ul {
	border: 1px solid #e2e2e2;
	padding: 25px 20px 25px 20px;
	margin: 57px 0 0;
}
.section-3 .blog-table .table-left ul li {
	display: block;
	padding: 12px 15px;
	height: 45px;
	line-height: normal;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
	color: #696969;
	font-size: 15px;
	font-weight: 500;
}
.section-3 .blog-table .table-left ul li:last-child {
	border-bottom: none;
	height: 41px;
}
.section-3 .blog-table .table-right {
	float: left;
}
.section-3 .blog-table .table-right ul {
	padding: 0;
	margin: 0;
}
.section-3 .blog-table .table-right ul li {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -1px;
}
.section-3 .blog-table .table-right ul li:last-child img {
	margin: 0px 0 0 0px;
	box-shadow: 0px 0px 30px #c1c1c1;
}
.section-3 .blog-table .table-right ul li:last-child::before {
	content: url(images/recmd-tag.png);
	position: absolute;
	right: -8px;
	top: -6px;
}
/*** Section 4 ***/

.section-4 {
	background: url(/new-assets/images/transcription-writing-service/section-bg1.jpg) no-repeat top center;
	background-size: cover;
	padding: 75px 0 75px 0;
}
.section-4 a {
	color: #fff;
}
.section-4 h2 {
	font-size: 44px;
	font-weight: 500;
	line-height: 52px;
	margin: 0px 0px 50px 0px;
}
.section-4 h3 a {
	color: #ff6100;
}
.section-4 h3 a:hover {
	color: #ffffff;
}
.section-4 h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin: 0px 0px 50px 0px;
}
/*** Section 5 ***/

.section-5 {
	padding: 75px 0px 75px 0px;
}
.section-5 p a {
	color: #114495;
	text-decoration: underline;
}
.section-5 p a:hover {
	color: #ff6000;
	text-decoration: none;
}
.section-5 #custom-plan-box {
	background: #ffffff;
	padding: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 25px #c3c3c3;
	margin: 60px auto 0px auto;
}
.section-5 #custom-plan-box .field_group {
	margin-bottom: 25px;
}
.section-5 #custom-plan-box .cpb-label {
	font-size: 18px;
	font-weight: 600;
	color: #303030;
	display: block;
	margin-bottom: 15px;
}
.section-5 #custom-plan-box ul.field_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
/*.section-5 #custom-plan-box  ul.field_list li {

      padding:15px;

      margin:0px 0px 10px 0px;

      margin-right:1.5%;

      width:31%;

      background:#f7f7f7;

      border:solid 1px #cccccc;

      float:left;

      font-size:15px;

      font-weight:600;

      }*/

.section-5 #custom-plan-box ul.field_list li {
	margin: 0px 0px 18px 0px;
	margin-right: 1.5%;
	width: 31%;
	float: left;
}
.section-5 #custom-plan-box ul.field_list li label {
	padding: 15px;
	background: #f7f7f7;
	border: solid 1px #cccccc;
	font-size: 15px;
	font-weight: 600;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.section-5 #custom-plan-box input#num_minutes {
	padding: 15px;
	background: #f7f7f7;
	width: 31%;
	border: solid 1px #cccccc;
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
}
.section-5 #custom-plan-box ul.field_chklist {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
.section-5 #custom-plan-box ul.field_chklist li {
	background: url(/new-assets/images/transcription-writing-service/check-icon.png) no-repeat left center;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
	display: inline-block;
	width: 23%;
	margin-right: 1%;
}
.section-5 #custom-plan-box .cpb-pricing {
	float: left;
	width: 35%;
	font-size: 20px;
	font-weight: 600;
	line-height: 58px;
	color: #303030;
}
.section-5 #custom-plan-box .cpb-pricing .total_lbl {
	float: left;
	margin-right: 10px;
}
.section-5 #custom-plan-box .cpb-pricing .total_cost {
	font-size: 46px;
	line-height: 58px;
	font-weight: 700;
	color: #ff6000;
}
.section-5 #custom-plan-box .cpb-pricing .total_cost #calc_cost {
	color: #303030;
}
.section-5 #custom-plan-box .cpb-turnaround {
	float: left;
	width: 35%;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	color: #303030;
	text-align: center;
}
.section-5 #custom-plan-box .cpb-turnaround #days {
	background: url(/new-assets/images/transcription-writing-service/deadline-icon.png) no-repeat left center;
	padding: 0px 0px 0px 35px;
	display: inline-block;
}
.section-5 #custom-plan-box .order-btn {
	float: right;
	width: 30%;
	text-align: right;
}
.section-5 #custom-plan-box .order-btn .btn {
	padding: 15px 50px;
}
.section-5 .text-cta {
	text-align: center;
	padding: 30px 0px 10px 0px;
}
.section-5 .text-cta .txt-cta-head {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	line-height: 36px;
	margin-bottom: 10px;
}
.section-5 .text-cta a {
	color: #ff6100;
	text-decoration: underline;
}
 .section-5 .text-cta a:none {
color:#104595;
text-decoration:none;
}
/*** Section 6 ***/

.section-6 {
	padding: 0px 0 75px 0;
}
.section-6 .left_col {
	width: 45%;
	float: left;
}
.section-6 .right_col {
	width: 45%;
	float: right;
}
.real_writers {
	background: none !important;
}
.real_writers .title_block {
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	margin: 0px 0px 35px 0px;
	color: #000000;
	text-align: left;
}
.section-6 h2 span {
	font-size: 44px;
}
.real_writers p {
	color: #000;
}
.top_spacer {
	padding: 30px;
}
/*** Section 7 ***/

.section-7 {
	background: #ffffff;
	padding: 0px 0 75px 0;
}
.section-7 .faqs {
	width: 95%;
	margin: 0px auto;
}
.section-7 .faqs .faq-item {
	border-bottom: solid 1px #e1e1e1;
}
.section-7 .faqs .faq-item p a {
	color: #114495;
	text-decoration: underline;
}
.section-7 .faqs .faq-item p a:hover {
	color: #ff6000;
	text-decoration: none;
}
.section-7 .faqs h3 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin: 0 0 0px;
	padding: 15px 40px 15px 10px;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
}
.section-7 .faqs h3:hover {
	color: #ff6000;
}
.section-7 .faqs h3.ui-state-active {
	font-weight: 500;
	background: none;
	border: 0px;
}
.section-7 .faqs h3:after {
	background: #114495;
	color: #fff;
	content: "+";
	position: absolute;
	right: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.section-7 .faqs h3:hover:after {
	background: #ff6000;
}
.section-7 .faqs h3.ui-state-active:after {
	background: #ff6000;
	content: "-";
}
.section-7 .faqs .acc-panel {
	margin: 0px;
	padding: 15px 15px 10px 15px;
}
/*** Section 8 ***/

     

.section-8 {
	background: url(/new-assets/images/transcription-writing-service/section-bg3.jpg) no-repeat top center;
	background-size: cover;
	padding: 75px 0 75px 0;
}
#Details_il {
	width: 98%;
	height: 85px !important;
}
.section-8 .review-carousel {
	width: 80%;
	margin: 0px auto;
}
.section-8 .owl-carousel .owl-item .item {
	padding: 30px 0px;
	color: #fff;
	text-align: center;
}
.section-8 .owl-carousel .owl-item img {
	width: auto;
}
.section-8 .owl-carousel .owl-item .tsm-pic img {
	display: block;
	margin: 0px auto 20px auto;
}
.section-8 .review-carousel .tsm-review p {
	color: #fff;
}
.section-8 .review-carousel .tsm-referrer {
	text-align: center;
}
.section-8 .review-carousel .tsm-referrer .tsm-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	padding-top: 15px;
}
.section-8 .review-carousel .tsm-referrer .tsm-desg {
	font-size: 14px;
	font-weight: 400;
}
.section-8 .review-carousel .owl-dots {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
.section-8 .review-carousel .owl-dots .owl-dot {
	width: 60px;
	height: 6px;
	background: #d0d0d0;
	display: inline-block;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.section-8 .review-carousel .owl-dots .owl-dot.active {
	background: #ff6000;
}
/*** Section 9 ***/

.section-9 {
	padding: 75px 0 75px 0;
}
.section-9 .left_col {
	width: 45%;
	float: left;
}
.section-9 .right_col {
	width: 50%;
	float: right;
}
.section-9 .right_col .title_block {
	font-size: 30px;
	line-height: 36px;
}
.section-9 .video_box {
	margin-bottom: 25px;
}
.section-9 .video_desc {
	max-width: 70%;
	margin: 0px auto;
}
.section-9 .video_desc a {
	color: #ff6000;
	text-decoration: underline;
}
.section-9 .video_desc a:hover {
	color: #114495;
	text-decoration: none;
}
/*** Section 11 ***/

.section-11 {
	background: #ffffff;
	padding: 40px 0 0px 0;
	text-align: center;
}
.section-11 .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}
.section-11 h2 {
	font-size: 30px;
	line-height: 36px;
}
.section-11 ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.section-11 ul li {
	display: inline-block;
	width: 17%;
	margin: 1% 1.5%;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px 0px 20px #c4c4c4;
	-moz-box-shadow: 0px 0px 20px #c4c4c4;
	-webkit-box-shadow: 0px 0px 20px #c4c4c4;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*** Section 9 ***/

.section-12 form input, .section-12 form select, .section-12 form textarea {
	height: 23px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 5px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #333;
	width: 48%;
	float: left;
	padding: 10px;
	border: 1px solid #a8a8a8;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0 2% 2% 0;
	border-radius: 5px;
	height: 45px;
}
.section-12 {
	background: #fff;
	padding: 50px 0;
}
.section-12 .col-left {
	float: left;
	width: 60%;
}
.section-12 .col-right {
	float: right;
	width: 35%;
	margin: 0;
}
.section-12 .col-right h3 {
	font-size: 30px;
	line-height: 36px;
}
.section-12 .col-right p {
	font-size: 14px;
	line-height: 24px;
}
.section-12 .form-wrapper {
	margin-bottom: 30px;
}
.request-quote input, .request-quote textarea {
	width: 48%;
	float: left;
	padding: 10px;
	border: 1px solid #a8a8a8;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0 2% 2% 0;
	border-radius: 5px;
}
.section-12 .cta {
	position: relative;
	text-align: center;
}
.section-12 .cta h3 {
	margin: 0 0 5px 0px;
	line-height: 46px;
	font-size: 44px;
	font-weight: 500;
}
.section-12 .cta h3 span {
	color: #ff6000;
	font-weight: 700;
}
.section-12 .cta p {
	font-size: 20px;
	margin: 0;
}
.section-12 .cta p img {
	vertical-align: middle;
	margin-right: 10px;
}
.section-12 .cta p a {
	color: #000;
}
/*** Custom Tooltip ***/

.ui-tooltip, .arrow:after {
	background: black;
	font-size: 14px;
	text-align: center;
}
.ui-tooltip {
	padding: 15px;
	font-size: 14px !important;
	color: #fff !important;
	border-radius: 10px !important;
	background: #000 !important;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/*** Floating RFP ***/

.floating-rfp .open-button {
	border: none;
	cursor: pointer;
	opacity: 1.0;
	position: fixed;
	right: 0px;
	width: 56px;
	top: 20%;
}
.floating-rfp .open-button img {
	box-shadow: 0px 0px 30px #c4c4c4;
	-moz-box-shadow: 0px 0px 30px #c4c4c4;
	-webkit-box-shadow: 0px 0px 30px #c4c4c4;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-webkit-transition: box-shadow .35s ease-in-out;
	transition: box-shadow .35s ease-in-out;
}
.floating-rfp .open-button img:hover {
	box-shadow: 0px 0px 30px #ff6000;
	-moz-box-shadow: 0px 0px 30px #ff6000;
	-webkit-box-shadow: 0px 0px 30px #ff6000;
}
.floating-rfp .form-popup {
	display: none;
	position: fixed;
	top: 20%;
	z-index: 9;
	right: 0px;
	background: #4d82b8;
	background: -moz-linear-gradient(top, #4d82b8 0%, #285991 100%);
	background: -webkit-linear-gradient(top, #4d82b8 0%, #285991 100%);
	background: linear-gradient(to bottom, #4d82b8 0%, #285991 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d82b8', endColorstr='#285991', GradientType=0 );
}
.floating-rfp .open-button, .floating-rfp .form-popup {
	z-index: 10;
}
.floating-rfp div#myForm {
	max-width: 292px;
}
.floating-rfp .close-form-btn {
	border: 0px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	padding: 0;
	width: 39px;
	height: 48px;
	font-size: 14px;
	border-radius: 0;
	line-height: 1;
	left: 0;
	top: -1px;
}
.floating-rfp .open-button {
	right: unset;
	left: 0;
}
.floating-rfp .ebook-right-inner {
	width: 100%;
	float: left;
	background: #fff;
	height: auto;
}
.floating-rfp .ebook-right-inner h3 {
	background: #3e42c4;
	padding: 15px 0 15px 34px;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #fff;
	height: 52px;
	box-sizing: border-box;
}
.floating-rfp .ebook-right-inner h3 span {
	color: #ffe001;
}
.floating-rfp div#myForm {
	left: 0;
}
.floating-rfp div#myForm {
	width: 308px;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
	box-shadow: 0px 0px 30px #c4c4c4;
	-moz-box-shadow: 0px 0px 30px #c4c4c4;
	-webkit-box-shadow: 0px 0px 30px #c4c4c4;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
.floating-rfp #myForm #form1 input {
	background: none;
	margin: 0;
}
.floating-rfp #myForm #form1 {
	background: #fff;
	padding: 15px;
}
.floating-rfp #myForm #form1 input,  .floating-rfp #myForm #form1 select,  .floating-rfp #myForm #form1 textarea {
	border: 0 !important;
	border-bottom: 1px solid #e2e2e2 !important;
	padding: 8px 10px;
	width: 100%;
	font-size: 16px;
	color: #232323;
	font-family: 'Montserrat', sans-serif;
	height: 35px;
}
.floating-rfp #myForm #form1 textarea {
	margin-bottom: 0;
	height: 100px;
	resize: none;
}
.floating-rfp #myForm #form1 select {
	color: #232323 !important;
	padding: 0 3px;
	min-height: 30px;
}
.floating-rfp #myForm #form1 #code {
	border: 1px solid #e2e2e2 !important;
	height: auto;
	padding: 5px;
}
.floating-rfp.code1 {
	color: #000 !important;
}
.floating-rfp .home-code.clearfix {
	overflow: hidden;
	padding: 0 0 0 12px;
	padding: 10px;
}
.floating-rfp .code-label {
	color: #232323;
	font-size: 14px;
	float: left;
	width: 85px;
	margin: 10px 0 0;
}
.floating-rfp .code-field {
	float: left;
	width: 60px;
	margin: 3px 0px 0px 0;
}
.floating-rfp #captcha_err {
	float: left;
	width: 20px;
	margin: 8px 0 0 5px;
}
.floating-rfp .captcha-number {
	float: left;
	width: 40px;
	margin: 5px 0 0 5px;
}
.floating-rfp .code1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.floating-rfp .form-submit-btn {
	text-align: center;
}
 #form1 input::-webkit-input-placeholder, #form1 textarea::-webkit-input-placeholder {
color:#232323 !important;
opacity: 1;
}
 #form1 input::-moz-placeholder, #form1 textarea::-moz-placeholder {
color:#232323 !important;
opacity: 1;
} /* firefox 19+ */
 #form1 input:-ms-input-placeholder, #form1 textarea:-ms-input-placeholder {
color:#232323 !important;
opacity: 1;
} /* ie */
 #form1 input:-moz-placeholder, #form1 textarea:-moz-placeholder {
color:#232323 !important;
opacity: 1;
}
 @media (max-width:1199px) {
.container {
	max-width: 960px;
}
.title_block br {
	display: none;
}
.section-1 .container .left {
	width: 50%;
}
.section-1 .container .right {
	width: 50%;
}
}
 @media (max-width:991px) {
.title_block:after {
	margin: 0px auto;
}
.title_block br {
	display: none;
}
.container {
	max-width: 100%;
	padding: 0 15px;
}
.inner-container {
	width: 100%;
}
.section-1 .container ul#awards_block li {
	width: 22%;
	margin: 1%;
}
.section-1 .container ul#awards_block li img {
	width: 100%;
	height: auto;
}
.section-2 ul.blogs-types-list li {
	text-align: center;
	width: 20%;
	margin: 2.5%;
}
.section-2 ul.blogs-types-list li img {
	float: none;
	display: block;
	margin: auto;
}
.section-3 .blog-table {
	width: 553px;
}
.section-3 .blog-table .table-left {
	float: left;
	width: 235px;
}
.section-3 .blog-table .table-right {
	float: left;
	width: 285px;
	overflow: hidden;
	overflow-x: scroll;
}
.section-3 .blog-table .table-right ul { /*height:625px;*/
	width: 900px;
}
.section-5 #custom-plan-box input#num_minutes {
	width: 70%;
}
.section-5 #custom-plan-box ul.field_list li {
	margin-right: 1.5%;
	width: 48.5%;
}
.top_spacer {
	padding: 0px;
}
}
 @media (max-width:767px) {
.title_block:after {
	margin: 0px auto;
}
.title_block br {
	display: none;
}
.container {
	max-width: 100%;
	padding: 0 15px;
}
.inner-container {
	width: 100%;
}
.section-1 {
	background: none;
	padding-bottom: 0px;
}
.section-1 .container .left {
	width: 100%;
	text-align: center;
}
.section-1 .container .right {
	padding-top: 25px;
	width: 100%;
	display: block;
}
.section-1 .container h1:after {
	margin: 0 auto;
}
.section-1 .container ul#awards_block li {
	width: 22%;
	margin: 1%;
}
.section-1 .container ul#awards_block li img {
	width: 100%;
	height: auto;
}
.section-1 .container .hero-btn {
	width: 100%;
	float: none;
}
.section-1 .container .hero-phone {
	width: 250px;
	float: none;
	margin: 15px auto 0px auto;
}
.section-2 ul.blogs-types-list li {
	text-align: center;
	width: 45%;
	margin: 2.5%;
	min-height: 180px;
}
.section-2 ul.blogs-types-list li img {
	float: none;
	display: block;
	margin: auto;
}
.section-3 .blog-table {
	width: 100%;
}
.section-3 .blog-table .table-left {
	float: left;
	width: 45%;
}
.section-3 .blog-table .table-left ul {
	padding: 22px 10px 21px 10px;
}
.section-3 .blog-table .table-left ul li {
	height: auto;
	padding: 15px 15px;
	font-size: 12px;
}
.section-3 .blog-table .table-right {
	width: 55%;
}
.section-5 #custom-plan-box ul.field_list li {
	margin-right: 0%;
	width: 100%;
}
.section-5 #custom-plan-box ul.field_chklist li {
	margin-right: 0%;
	width: 100%;
}
.section-5 #custom-plan-box .cpb-pricing {
	width: 100%;
	text-align: center;
}
.section-5 #custom-plan-box .cpb-pricing .total_lbl {
	float: none;
	line-height: 72px;
	display: inline-block;
	vertical-align: bottom;
}
.section-5 #custom-plan-box .order-btn {
	width: 100%;
	text-align: center;
}
.section-6 {
	text-align: center;
}
.section-6 .left_col, .section-6 .right_col {
	width: 100%;
	float: none;
}
.section-6 .left_col {
	margin-bottom: 20px;
}
.section-9 {
	padding: 50px 0 50px 0;
	text-align: center;
}
.section-9 .left_col, .section-9 .right_col {
	width: 100%;
	float: none;
}
.section-10 #custom-plan-box {
	width: 100%;
	padding: 15px
}
.section-10 #custom-plan-box .cpb-left {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.section-10 #custom-plan-box .cpb-right {
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.section-10 #custom-plan-box .cpb-halfcol {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.section-10 #custom-plan-box .cpb-halfcol .cpb-left {
	margin: 0px 0px 30px 0px;
	width: 50%;
}
.section-10 #custom-plan-box .cpb-halfcol .cpb-right {
	margin: 0px 0px 5px 0px;
	text-align: right;
}
.section-10 #custom-plan-box .field_group {
	margin-bottom: 30px;
}
.section-10 #custom-plan-box .cpb-pricing {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.section-10 #custom-plan-box .cpb-pricing .total_lbl {
	float: none;
	vertical-align: super;
}
.section-5 #custom-plan-box .cpb-turnaround {
	width: 100%;
	margin: 10px 0px 20px 0px;
}
.section-10 #custom-plan-box .order-btn {
	width: 100%;
	text-align: center;
}
.section-11 ul li {
	width: 47%;
	margin: 2% 1.5%;
}
.section-12 {
	text-align: center;
}
.section-12 .col-left {
	width: 100%;
	margin: 0 0 40px 0;
}
.section-12 .col-right {
	width: 100%;
	margin: 0;
}
.section-12 .col-left h3, .section-12 .col-right h3 {
	text-align: center;
}
.ui-dialog {
	width: 90% !important;
}
}
