@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900');
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('fonts/glyphicons-halflings-regular.eot');
	src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
body {
	font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden; background:#e6f3f6;
}
header {
	width: 100%;
}
.navbar-light .navbar-nav .nav-link.paynow {
	background: #3b938f;
	border-radius: 50px;
	font-size: 0.9rem !important;
	color: #fff !important;
	font-weight: 600;
	padding: 10px 18px 5px 18px !important;
	margin-top: 3px;
	margin-left: 16px;
}
.nav-item .nav-link.paynow:hover {
	background: #ef7f1a !important;
}
.top-header {
	background: #000;
}
.top-header {
	text-align: center;
	color: #fff;
	padding: 5px 0px 5px;
	font-size: 16px;
	margin: 0;
}
.top-header span {
	color: #21f8f3;
	text-transform: uppercase;
}

a:hover { text-decoration: none !important; }

.mid-header {
	background: #3b938f;
	color: #fff;
	padding: 8px 0px;
}
.mid-header .left {
	text-align: left
}
.mid-header .left ul {
	margin: 0px;
}
.mid-header .left ul li {
	font-size: 16px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	color: #fff;
	margin: 0px;
	border-right: 1px solid #cacaca;
	padding-right: 10px;
	padding-top: 1px;
	font-weight: 800;
}
.mid-header .left ul li:last-child {
	border: none;
}
.bot-header {
	width: 100%;
	padding: 10px 0px;
	float: left;
	border-bottom: #eeeeee solid 2px;
}
.phone-img {
	width: 18px;
	margin-right: 10px;
	padding-left: 0px !important;
}
.mid-header .left ul li i {
	margin-right: 5px;
	font-size: 18px
}
.mid-header .right p {
	font-size: 13px;
	padding: 0;
	color: #fff;
	margin: 0px;
	text-align: right;
}
.mid-header .right p a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.mid-header .right p i {
	margin-right: 5px;
	font-size: 18px
}
.headerRight-menu {
	margin: 0;
	padding: 0;
	float: right;
}
.headerRight-menu li {
	list-style: none;
	display: inline-block;
	padding: 0px 10px;
	border: none;
}
.headerRight-menu li:last-child {
	border: none;
	background: #054f05;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 15px;
}
.headerRight-menu li a {
	color: #fff;
	font-weight: 800;
}
 @media ( max-width:767px ) {
.headerRight-menu li a {
	font-size: 13px;
}
}
.bannerContent {
	padding-top: 150px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 25px;
}
.bannerContent span {
	font-size: 1.8rem;
}
.green-color {
	color: #ffe118;
}
.btn-ordernow {
	background: #f58d00;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	padding: 7px 15px;
	border-radius: 50px;
}
.btn-ordernow:hover {
	background-color: #3b938f;
	color: #fff;
}
/*** Header ***/



#header {
	position: fixed;
	z-index: 9999;
	background-color: #ffffff;
	right: 0;
	left: 0;
	top: 0;
}
#header .logo {
	float: left;
	margin-right: 15px;
}
#header #nav ul.menu-primary {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-primary li {
	float: left;
	position: relative;
}
ul.menu-primary > li > a {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}
ul.menu-primary a:hover, ul.menu-primary a:focus, ul.menu-primary li:hover a, ul.menu-primary li:focus a {
	color: #ef7f1a;
}
ul.menu-primary li:last-child {
	background: #3b938f;
	border-radius: 50px;
	padding: 0px 10px;
}
ul.menu-primary li:last-child a {
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
}
ul.menu-primary li:last-child:hover {
	background: #000;
	color: #fff;
}
ul.menu-primary li a {
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	font-size: 0.9rem;
	font-weight: 600;
}
.emailId {
	text-align: right;
}
.headerTop {
	float: left;
	width: 100%;
}
.headerTop-menu {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 5px;
}
 @media (max-width:991px) {
#header {
	padding: 0;
}
#header .logo {
	display: inline-block;
	margin-left: 0;
	width: 194px;
	position: absolute;
	left: 10px;
}
.toggle-menu {
	display: block;
	float: left;
	background: transparent;
	padding: 6px 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.toggle-menu-close {
	cursor: pointer;
	display: block;
	float: right;
	color: #fff;
	font-size: 25px;
	margin: 10px 15px 0 0;
}
.toggle-menu i {
	font-size: 25px;
	cursor: pointer;
	color: #043f79;
}
.skip-nav {
	float: left;
	margin: 15px 0 0;
	width: 100%;
	position: absolute;
}
#header #nav {
	background-color: #000;
	position: fixed;
	top: 0;
	left: -280px;
	height: 100%;
	width: 280px;
	z-index: 9;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#header #nav.active {
	left: 0;
}
ul.menu-primary li {
	width: 100%;
}
ul.menu-primary li a {
	color: #fff;
	display: inline-block;
	padding: 8px 25px;
}
}
 @media (max-width:480px) {
.es_shortcode_form .es_submit_button {
	margin: 10px 25px 0px;
}
#subscription {
	text-align: center;
}
}
 @media (min-width:992px) {
#header {
	padding: 0px;
}
.toggle-menu, .toggle-menu-close {
	display: none;
}
ul.menu-primary li a {
	color: #000;
}
#header #nav {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 2px;
}
ul.menu-primary > li:hover:after, ul.menu-primary > li:focus:after {
}
}
 @media (min-width:992px) and (max-width:1199px) {
#header #nav {
	float: right;
}
ul.menu-primary li {
	float: none;
	display: inline-block;
}
ul.menu-primary li a {
	font-size: 10px;
	padding: 12px 8px;
}
}
.banner {
	width: 100%;
	margin-top: 140px;
}
/*benefits*/



.benefits {
	background-color: #3b938f;
}
.benefits .left {
	background: #f7eac2;
	position: relative;
	text-align: center;
	padding: 5px 0px;
}
.benefits .left:before {
	position: absolute;
	content: "";
	top: 0;
	right: 100%;
	width: 1000px;
	height: 100%;
	background: #f7eac2;
}
.benefits .left:after {
	position: absolute;
	content: "";
	top: 0;
	right: -30px;
	z-index: 1;
	transform: skewX(-31deg);
	width: 75px;
	height: 100%;
	background: #f7eac2;
}
.benefits .left h4 {
	margin: 5px 0px;
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	text-align: left;
}
.benefits .left h4 i {
	font-size: 28px;
	color: #ff8a65;
}
.benefits .left p {
	padding: 0px;
	text-align: center;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
}
.benefits .left span a {
	color: #c23571;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
.benefits .right {
	padding: 10px;
}
.benefits .benefits_block {
	text-align: center;
	margin-top: 16px;
}
.benefits .benefits_block:last-child {
	border: none;
}
.benefits .benefits_block span {
	display: block;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	padding: 10px 0px;
}
/*Tab*/

.nav-tabs--vertical {
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.nav-tabs--left {
	margin: 0 5px;
	position: relative;
}
.nav-tabs--left .nav-item + .nav-item {
 margin-top: .25rem;
}
.nav-tabs--left .nav-link {
	-webkit-transition: border-color .125s ease-in;
	transition: border-color .125s ease-in;
	white-space: nowrap;
}
.nav-tabs--left .nav-link:hover {
	background-color: #f7f7f7;
	border-color: transparent;
}
.nav-tabs--left .nav-link.active {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	margin-right: -1px;
	background: #3b938f;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: left;
	font-weight: 600;
	line-height: 18px;
	font-size: 13px;
}
.nav-item a strong {
	font-weight: 600;
}
.nav-tabs--left .nav-link.active:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	right: -10px;
	font-size: 2rem;
	color: #c23571;
	bottom: 15px;
}
.tab-content {
	width: 100%;
	text-align: left;
	background: #fff;
	padding: 10px 20px 0px 20px;
}
.tab-pane ul {
	margin: 0;
	padding: 0;
}
.tab-pane ul li {
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	margin-left: 35px;
}
.tab-pane ul li:before {
	content: '\f178';
	position: absolute;
	left: 27px;
	font-family: 'FontAwesome';
	color: #000;
	font-size: 1rem;
	font-weight: normal;
}
.table-b5 {
	margin: 0px 0px;
	float: left;
	width: 100%;
}
/*.nav-tabs--left .nav-link.active:hover {



  background-color: #000;



  color:#fff;



}



.nav-tabs--left .nav-link:hover:after { font-family: 'FontAwesome';



    content: "\f0da";



    position: absolute;



    right: -10px;



    font-size: 2rem;



    color: #000;



    bottom: 15px;}*/



	



.nav-tabs .nav-link {
	border: 1px solid transparent;
 border-top-right-radius: .25rem;
 border-top-left-radius: .25rem;
	text-align: left;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
	background: #fff;
}
.block6 {
	background: #1c6da4;
	color: #fff;
	padding: 50px 0px;
	width: 100%;
	float: left;
	background-image: url(images/b6-bg.png);
	background-size: cover;
	background-position: center center;
	background-size: cover;
}
.homepage-banner {
	/*	background-image: url(images/home-page-banner.jpg);*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*	padding: 20px 0px;*/

	padding-top: 135px;
}
.enquiryForm {
	background-color:#3b938f; /*rgba(194,53,113,0.6);*/
	padding: 23px;
	color: #fff;
	width: 100%;
	float: left;
}

.blog .enquiryForm, .free-sample .enquiryForm { background-color: #3b938f; margin-bottom: 25px; }
.blog .enquiryForm h2, .free-sample .enquiryForm h2 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    color: #fff !important;
} 

.enquiryForm .form-control {
	border-radius: 0px;
	border: #7a123e solid 2px;
	font-size: 0.9rem;
}
.datepicker {
	font-size: 0.8rem !important;
	width: 250px;
}
.datepicker-switch {
	font-weight: 600;
	font-size: 1rem;
	color: #000;
}
.enquiryForm h2 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
}
.enquiryForm .btn-info {
	background-image: linear-gradient(to right, #1068fc 0%, #00a3ed 41%, #1068fc 100%);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px;
	border: none;
	padding: 10px 35px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.enquiryForm .btn-info:hover { background-image: linear-gradient(to left, #1068fc 0%, #00a3ed 41%, #1068fc 100%); }

.bootstrap-timepicker-hour, .bootstrap-timepicker-minute, .bootstrap-timepicker-meridian {
	border: #a6a6a6 solid 1px;
	font-size: 0.8rem;
	padding: 10px;
	padding: 2px;
}
.bootstrap-timepicker-widget table td input {
	width: 30px;
}
.datepicker table {
	width: 100%;
}
.input-icon>i {
	color: #ccc;
	position: absolute;
	margin: 10px 25px;
}
.input-icon>i, .stick-order-form-wrap .input-icon>i {
	z-index: 3;
	width: 16px;
	font-size: 16px;
	text-align: center;
	left: 0;
}
.date-picker, .timepicker {
	padding-left: 30px;
}
/*=======================block1-start============================*/



.block1, .block2, .block5 {
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.block5 {
	text-align: center;
}

.block1 {
	text-align: center;
}
.block1 h2 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
	margin-bottom: 25px;
}
.block1 h2 span {
	color: #ef7f1a
}
.block1 p {
	font-size: 1rem;
	color: #464646;
}
.block2 {
	background: #1c6da4;
	padding: 30px 0px;
}
.block5 h2 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
	background:none !important;
}
/*.block5 h2::before {

	position: absolute;

	top: 35px;

	left: 0;

	content: "";

	border-bottom: 4px double #797979;

	height: 2px;

	width: 100px;

	right: 0;

	margin: auto;

}

.block5 h2::after {

	position: absolute;

	top: 32px;

	left: 0;

	content: "";

	background: #ff8a65;

	height: 10px;

	width: 10px;

	right: 0;

	margin: auto;

	border-radius: 100px;

}*/

.working_steps {
	padding: 50px 0px;
	text-align: center;
	background-size: contain;
	background: url(images/pattern.jpg);
	width: 100%;
	float: left;
}
.p-0 {
	padding: 0px;
}
.working_steps h2 {
	font-size: 25px;
	color: #232323;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
/*.title h2::before {

	position: absolute;

	top: 35px;

	left: 0;

	content: "";

	border-bottom: 4px double #797979;

	height: 2px;

	width: 100px;

	right: 0;

	margin: auto;

}

.title h2::after {

	position: absolute;

	top: 32px;

	left: 0;

	content: "";

	background: #ff8a65;

	height: 10px;

	width: 10px;

	right: 0;

	margin: auto;

	border-radius: 100px;

}*/

.working_steps span {
	display: block;
	color: #ff8a65;
	margin: 5px 0px 15px;
}
.working_steps .inner_content {
	margin-top: 15px;
	position: relative;
	margin-bottom: 15px;
}
.working_steps .inner_content:after {
	position: absolute;
	top: 27%;
	right: -60px;
	border: 1px dashed #3b938f;
	content: "";
	width: 140px;
}
.working_steps .inner_content:before {
	position: absolute;
	top: 21%;
	right: -81px;
	content: "";
	border-style: solid;
	border-color: #3b938f transparent transparent;
	border-width: 12px;
	transform: rotate(-90deg);
}
.working_steps .inner_content:last-child:before, .working_steps .inner_content:last-child:after {
	display: none;
}
.working_steps .inner_content img {
	width: 100px;
}
.working_steps .inner_content h3 {
	margin: 7px 0px;
	color: #c23571;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
}
.working_steps .inner_content p {
	padding: 0px 0px;
	margin: 0;
	font-size: 1rem;
	line-height: 20px;
	text-align: center;
	color: #000;
}
.block4 {
	width: 100%;
	padding: 50px 0px 0px;
	text-align: center;
	float: left;
}
.block4 h2 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
.tab-cotainer {
	margin-top: 55px;
}
/*features*/



.features {
	padding: 20px 0px;
}
.features span {
	display: block;
	color: #ff8a65;
	margin: 9px 0px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}
/*.features .fe_box {

	padding: 0px 5px;

}*/



.features .feature_gallery {
	height: 161px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	font-weight: 600;
}
.features .feature_gallery p {
	font-size: 55px;
	color: #fff;
	width: 100% !important;
}
.features .feature_gallery div {
	margin: 0px;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	line-height: 24px;
	margin-top: 5px;
}
.assignment-padd {
	width: 100%;
	padding: 15px;
}
.assignment-writers .w-name {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	padding: 10px 0px 0px;
	margin: 0;
}
.fe_box {
	margin-bottom: 25px;
}
.features .fe_box:nth-child(3) .feature_gallery {
	background: #00a4b8;
}
.features .fe_box:nth-child(4) .feature_gallery {
	background: #927eb7;
}
.features .fe_box:nth-child(5) .feature_gallery {
	background: #b9a24e;
}
.features .fe_box:nth-child(6) .feature_gallery {
	background: #d48477;
}
.features .fe_box:nth-child(7) .feature_gallery {
	background: #7684c1;
}
.features .fe_box:nth-child(8) .feature_gallery {
	background: #91b47a;
}
.features .fe_box:nth-child(9) .feature_gallery {
	background: #be7492;
}
.block6 h2 {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.assignment-writers {
	background: #fff;
	padding: 10px;
	margin-bottom: 32px;
}
.assignment-writers img { border-radius: 100px; }
.top-assignment-heading {
	font-size: 25px;
	font-weight: 700;
	color: #c23571;
	padding: 0px 15px;
	margin: 0;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.block7 {
	float: left;
	width: 100%;
	padding: 50px 0px;
	background-image: url(images/testimonial-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
/*.top-assignment-heading:before { content: '';

position: absolute;

left: -100px;

width: 100px;

height: 2px;

background: #fff;

margin: 0 auto;

text-align: center;

bottom: 14px;}



.top-assignment-heading:after { content: '';

position: absolute;

right: -100px;

width: 100px;

height: 2px;

background: #fff;

margin: 0 auto;

text-align: center;

bottom: 14px;}*/



.block7 h2 {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
}
.titleBorder:before {
	content: '';
	position: absolute;
	left: -100px;
	width: 100px;
	height: 2px;
	background: #ef7f1a;
	margin: 0 auto;
	text-align: center;
	bottom: 14px;
}
.titleBorder:after {
	content: '';
	position: absolute;
	right: -100px;
	width: 100px;
	height: 2px;
	background: #ef7f1a;
	margin: 0 auto;
	text-align: center;
	bottom: 14px;
}
#testimonial {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.testimonialManin {
	position: relative;
	margin-top: 50px;
}
.testimonial-column {
	width: 100%;
	padding: 15px 15px 0px 15px;
	background-color: #fff;
	font-size: 1rem;
	text-align: left;
	line-height: 22px;
	min-height: 223px;
}
.testimonial-column h2 {
	margin-top: 15px;
	text-align: left;
	font-weight: 600;
	color: #000;
	font-size: 1.2rem;
}
.testi-heading {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
.testimonial-content {
	border: #e8e8e7 solid 2px;
	padding: 15px;
	min-height: 270px;
	margin-bottom: -26px;
	font-size: 0.9rem;
	color: #4c4c4c;
}
.clientName {
	color: #c23571;
	font-weight: 700;
	font-size: 1rem;
	padding: 15px;
	margin-top: 0;
	margin-left: 15px;
	background: #fff;
	display: inline-block;
	margin-bottom: 0;
}
.clientName span {
	color: #000;
	font-weight: normal;
}
.testimonial-content .fa-quote-left {
	color: #c4c4c4;
	font-size: 2rem;
	padding-right: 15px;
}
.checked {
	color: orange;
}

.block5 .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #3b938f;
    color: #fff;
}

.block5 .table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.block5 .table thead th { background-color: #fff; }



/*===================================footer=====================================*/



.footerTop {
	float: left;
	width: 100%;
	padding: 20px;
	background: #3b938f;
	color: #fff;
	font-size: 1.1rem;
}
.mobile-call {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 10px;
}
.emailAddress {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	line-height: 23px;
}
.emailAddress:before {
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	left: -39px;
	font-size: 2.5rem;
	content: "\f0e0";
	top: 10px;
}
footer {
	width: 100%;
	float: left;
	background: #121212;
	padding: 50px 0px 10px 0px;
	color: #fff;
}
.top-search-heading {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0px;
}
.searchLink {
	padding: 0;
	margin-bottom: 30px;
}
.searchLink li {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
	*background-color: #252525;
	border:1px solid #203346;
	margin: 5px;
}
.searchLink li a {
	color: #757575;
	font-size: 0.8rem;
	padding: 0 8px 8px 8px;
	text-transform: capitalize; text-decoration: none;
}
.searchLink li a:hover { color: #e0834b; }

.countryFlag {
	margin-bottom: 15px;
}
.footerMenu, .footerMenu ul {
	padding: 0;
}
.footerMenu {
	margin-top: 40px;
}
.footerMenu li {
	list-style: none;
	display: block;
	padding: 2px 0px;
	margin: 0;
}
.footerMenu li a {
	color: #d4d4d4;
	font-size: 1rem;
	text-transform: capitalize;
}
.footerMenu h3 {
	color: #ffffff;
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-bot-menu {
	color: #a2a2a2;
	margin-top: 35px;
	width: 100%;
	text-align: left;
}
.address {
	margin: 0;
	padding: 0 0 0 25px;
	color: #fff;
	position: relative;
	font-size: 1rem;
}
.address:before {
	content: "\f041";
	font-family: 'FontAwesome';
	color: #ef7f1b;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
}
.footer-phone {
	color: #fff;
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	padding: 0 0 0 25px;
	margin-top: 10px;
}
.footer-phone:before {
	content: "\f095";
	font-family: 'FontAwesome';
	color: #ef7f1b;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
}
.footer-enquiry {
	position: relative;
	padding: 0 0 0 25px;
}
.footer-enquiry a {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}
.footer-enquiry:before {
	content: "\f0e0";
	font-family: 'FontAwesome';
	color: #ef7f1b;
	font-size: 1.2rem;
	position: absolute;
	left: 0;
}
.social {
}
.social h5 {
	font-size: 1rem;
	font-weight: 600;
}
.social a {
	display: inline-block;
	margin: 0 2px;
}
.social a span {
	background-color: #c6c6c6;
	color: #000;
	display: table-cell;
	height: 35px;
	width: 35px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.social a:hover {
	text-decoration: none;
}
.social a:hover span {
	background-color: #ef7f1a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	border-radius: 4px;
}
.footer-bot-menu p {
	margin: 0;
	padding: 0;
	position: relative;
}
.footer-bot-menu ul {
	margin: 0;
	padding: 0;
}
.footer-bot-menu ul li {
	display: inline-block;
	padding: 5px;
}
.footer-bot-menu ul li a {
	color: #d4d4d4;
	font-size: 0.9rem;
	text-align: center;
}
.footerBOttom {
	text-align: center;
	margin: 15px auto;
}
.copyright {
	color: #fff;
	background: #3b938f;
	padding: 5px 25px;
}
.macfeeicon {
	position: absolute;
	left: 0;
}
 @media (max-width:767px) {
.macfeeicon {
	margin-top: -52px;
}
.footer-bot-menu {
	padding-top: 30px;
}
.footerBOttom {
	text-align: center;
	margin: 15px auto 45px auto;
}
}
.bestprices {
	top: 200px;
	position: fixed;
	z-index: 555;
}
.rightcallus {
	top: 225px;
	position: fixed;
	z-index: 555;
	font-family: 'Nunito Sans', sans-serif;
}
.rightcallus span {
	color: #fff;
}
.rightcallus {
	right: -237px;
	width: 281px;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background: url(images/right-icon-phone.jpg) left top no-repeat #3b938f;
	font-size: 14px;
	font-weight: 600;
}
.rightcallus:hover, .rightlivechat {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease
}
.rightcallus, .rightlivechat {
	color: #fff;
	padding-left: 65px;
	line-height: 40px;
	padding-right: 20px;
	font-family: 'Nunito Sans', sans-serif;
}
.rightcallus span {
	color: #E7E41D
}
.rightcallus:hover {
	right: 0;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	cursor: pointer
}
.rightlivechat {
	position: fixed;
	top: 175px;
	right: -125px;
	z-index: 555;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background: url(images/right-icon-chat.jpg) left top no-repeat #000;
	font-size: 20px
}
.rightlivechat a {
	color: #fff !important;
}
.rightlivechat:hover, .rightpricecalculatorform {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	cursor: pointer
}
.rightlivechat:hover {
	right: 0;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}
.white-color {
	color: #fff !important;
	font-family: 'Nunito Sans', sans-serif;
}
.white-color:hover {
	text-decoration: none;
}
.bestprices {
	left: -512px;
	transition: all 1s ease
}
.bestprices:hover, .rightcallus {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease
}
.bestprices:hover {
	left: 0;
	transition: all 1s ease
}
.enquiry-sticky {
	position: fixed;
	right: 0;
	cursor: pointer;
	z-index: 9999;
	top: 45%;
}
#sideq #sidenquiy {
	width: 300px;
	height: auto;
	background: #3b938f;
	color: #fff;
	position: absolute;
	right: -553px;
	z-index: 9;
	-webkit-transition: 0.9s ease-in-out;
	-moz-transition: 0.9s ease-in-out;
	-o-transition: 0.9s ease-in-out;
	transition: 0.9s ease-in-out;
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
	padding: 20px;
	top: 30%;
	z-index: 9999;
}
#sideq #sidenquiy.active {
	right: 0;
}
.fa-times {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: absolute;
	top: 7px;
	left: 8px;
}
.enquiyForm {
	margin-top: 15px;
}
.main {
	padding-top: 143px;
	float: left;
	width: 100%;
}
.login-register {
	background-image: url(images/edu.jpg);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.login-register .overlay {
	background: rgba(70, 62, 62, 0.57);
	width: 100%;
	height: 100%;
}
.login .heading, .register .heading {
	background: #ff9800;
	color: #fff;
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: 2px solid coral;
}
.register h2, .login h2 {
	text-align: center;
	color: #fff;
	font-size: 21px;
	text-transform: capitalize;
	margin: 6px 0px;
}
.register p, .login p {
	padding: 0px;
	text-align: center;
	font-size: 15px;
	margin: 0;
	color: #fff;
}
.register, .login {
	background: #fff;
	padding: 0px;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 4px;
	box-shadow: 0px 2px 2px #353535;
}
.register form, .login form {
	padding: 15px 18px 12px 25px;
	background: #eee;
	margin: 0;
}
.mid-border {
	position: relative;
}
.mid-border:after {
	position: absolute;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	content: "";
	height: 170px;
	right: 41px;
	top: 150px;
}
.register form input, .login form input {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0px;
	font-size: 12px;
	height: 35px;
	width: 100%;
	padding: 5px 8px;
}
.register form input:focus, .login form input:focus {
	box-shadow: none;
	outline: none;
	border-color: #ddd;
}
.reset-password h5 {
	font-size: 13px;
	margin-top: 16px;
	margin: 10px 0px;
}
.register .checkbox label {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
input[type="checkbox"], .checkbox input[type="checkbox"] {
	outline: 1px solid #2196F3;
	outline-offset: -2px;
	box-shadow: inset 0 0 1em #fff !important;
	height: 15px !important;
	width: 15px !important;
}
.register button, .register .subbutton, .login a {
	background: #3b938f;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff !important;
	padding: 7px 25px;
	border-radius: 3px;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
	text-decoration: none;
}
.register .subbutton {
	background: #3b938f;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff !important;
	padding: 0px 20px;
	border-radius: 3px;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
	text-decoration: none;
	width: initial !important;
	margin: auto;
}
.menu_subpage_content {
	margin-top: 50px;
}
.menu_subpage_content h2 {
	font-size: 1.5rem;
	font-weight: bold !important;
	color: #c23571;
}
.menu_subpage_content h2 span {
	font-weight: bold;
}
.gray-bg {
	background: #edf0f0;
	padding: 10px;
}
.widget {
	background: #f7f9f9;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	border-bottom: #696969 solid 4px;
}
.widgetTitle {
	background: #3b938f;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	padding: 10px;
}
.widget-content {
	padding: 15px;
	font-size: 15px;
	color: #232323;
}
.widget-content ul li {
    line-height: 20px;
    margin-bottom: 20px;
}
.widget-content ul li a { color: #141414; }
.menu_subpage_content h1 {
	font-size: 22px;
	font-weight: 700;
}
.register:hover button, .register:focus button, .register:active:focus button .login:hover button, .login:focus button, .login:active:focus button {
	background: #3b938f;
	color: #fff;
	box-shadow: none;
	border: none;
	outline: none;
}
.loginfm_buttons p {
	font-size: 13px;
	color: #666;
}
.loginfm_buttons {
	padding: 7px 0px;
	background: #fff;
}
.loginfm_buttons a {
	font-size: 13px;
	background: #4867AA;
	border-radius: 0px;
	color: #fff;
	padding: 0px 10px;
}
.loginfm_buttons a:hover {
	color: #fff;
}
.register .phone select {
	border: 1px solid #ddd;
	font-size: 13px;
	height: 35px;
	width: 100%;
	padding: 5px 8px;
}
.register .phone select:focus {
	outline: none;
	box-shadow: none;
}

@media ( max-width: 480px) {
  .widget {
    margin-top:0px;
}
}


/*pages.php banner*/



.sub_banner {
	background: url(images/sub-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 370px;
	width: 100%;
	background-position: center;
	position: relative;
}
.sub_banner .left {
	position: absolute;
	top: 25%;
	left: 5%;
}
.sub_banner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	padding: 40px 30px;
}
.sub_banner h1 {
	font-size: 27px;
	color: #fff;
	padding-left: 34px;
	line-height: 45px;
	font-weight: 700;
	padding-top: 85px;
	text-transform: capitalize;
}
.sub_banner p {
	color: #fff;
	padding-left: 35px;
	text-align: left;
	font-size: 17px;
	text-transform: capitalize;
}
.sub_banner form p {
	padding: 4px 0px;
	text-align: center;
	font-size: 18px;
}
.sub_banner form h2 {
	margin: 0px;
	font-size: 25px;
	padding-top: 20px;
	font-weight: 600;
}
.sub_banner .right {
	background: rgba(255, 255, 255, 0.55);
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	right: 10%;
	top: 4%;
	text-align: center;
	border-radius: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 340px;
	overflow-y: auto;
}
.sub_banner .right input {
	border: 1px solid #ddd;
	border-radius: 0px;
	height: 40px;
	box-shadow: none;
}
.sub_banner .right button {
	background: linear-gradient(to left, rgb(255, 81, 47), rgb(240, 152, 25));
	border: none;
	color: #fff;
	padding: 7px 25px;
	border-radius: 3px;
	width: 100%;
	font-size: 18px;
}
.sub_banner .right button i {
	font-size: 25px;
	vertical-align: middle;
}
.sub_banner .right button:focus {
	box-shadow: none;
	outline: none;
}
.sub_banner .right form {
	padding: 0px 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background: #3b938f;
	color: #fff;
}
.dropdown-submenu {
/*  position: relative;



*/}
/*.dropdown-submenu a::after {



  transform: rotate(-90deg);



  position: absolute;



  right: 6px;



  top: .8em;



}*/



.dropdown-submenu .dropdown-menu {
	top: 0 !important;
	left: 100%;
 margin-left: .1rem;
 margin-right: .1rem;
}
.dropdown-menu {
	height: auto;
}
.dropdown.show .dropdown-menu {
	display: block;
}
.dropdown-submenu .dropdown-menu {
	width: 600px;
	height: 215px;
	overflow-y: scroll;
}
.dropdown-submenu .dropdown-menu li {
	float: left;
	width: 50%;
	font-size: 0.9rem;
}
.dropdown-submenu .dropdown-menu {
	top: 0 !important;
	position: absolute;
}
/*=-====Bootstrapthemes.co btco-hover-menu=====*/



.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.navbar-light .navbar-nav .nav-link a:hover {
	color: #fff !important;
}
.navbar > li > a {
	text-transform: capitalize;
	padding: 10px 15px;
}
.btco-hover-menu .dropdown-submenu a {
	padding: 5px 15px !important;
}
.btco-hover-menu .dropdown-submenu {
	border-bottom: #d0d0d0 solid 1px;
}
.btco-hover-menu .dropdown-submenu:hover {
	background: #24d1d3;
	color: #fff;
}
.btco-hover-menu .active a, .btco-hover-menu .active a:focus, .btco-hover-menu .active a:hover, .btco-hover-menu li a:hover, .btco-hover-menu li a:focus, .navbar>.show>a, .navbar>.show>a:focus, .navbar>.show>a:hover {
	color: #fff;
	background: transparent;
	outline: 0;
}
.btco-hover-menu li a:focus, .btco-hover-menu li a:hover {
	background: #3b938f !important;
	color: #fff !important;
}
/*submenu style start from here*/



.dropdown-menu {
	padding: 0px 0;
	margin: 0 0 0;
	border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*first level*/



.btco-hover-menu .collapse ul > li:hover > a {
	background: #3b938f;
}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
	background: #fff;
}
/*second level*/



.btco-hover-menu .collapse ul ul ul > li:hover > a {
	background: #fff;
}
/*third level*/



.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
	background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5
}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
	background: #f5f5f5
}
/*Drop-down menu work on hover*/



.btco-hover-menu {
	background: none;
	margin: 0;
	padding: 0;
	min-height: 20px;
	float: right;
}
 @media only screen and (max-width: 991px) {
.btco-hover-menu .show > .dropdown-toggle::after {
	transform: rotate(-90deg);
}
}
 @media only screen and (min-width: 991px) {
.btco-hover-menu .collapse ul li {
}
.btco-hover-menu .collapse ul li:hover> ul {
	display: block
}
.btco-hover-menu .collapse ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	display: none
}
.btco-hover-menu .collapse ul ul li {
}
.btco-hover-menu .collapse ul ul li:hover> ul {
	display: block
}
.btco-hover-menu .collapse ul ul ul {
	position: absolute;
	top: 0;
	left: 99%;
	min-width: 250px;
	display: none;
	height: auto;
}
/*******/



.btco-hover-menu .collapse ul ul ul li {
}
.btco-hover-menu .collapse ul ul ul li:hover ul {
	display: block
}
.btco-hover-menu .collapse ul ul ul ul {
	position: absolute;
	top: 0;
	left: -100%;
	min-width: 250px;
	display: none;
	z-index: 1
}
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -1px;
	border: none;
}
 @media ( max-width:767px ) {
.top-header {
	display: none;
	font-size: 12px;
}
.list-inline {
	display: none;
}
.btco-hover-menu {
	background: none;
	margin: 0;
	padding-top: 40px;
	float: none;
	padding-left: 0;
}
.bestprices {
	display: none;
}
#sideq {
	display: none;
}
}
.form-body {
	position: relative;
}
.form-body .form-control {
	border: #CCC solid 1px;
	border-radius: 0px;
}
#header-form {
	float: left;
	width: 100%;
	background: #000;
	border-bottom: #3b938f solid 5px;
	padding: 10px 0px 3px 0px;
}
#header.header-fixed #header-form {
	display: none;
}
#header.headerfixed #header-form {
	display: block;
}
.headerfixed .top-header, .headerfixed .mid-header, .headerfixed .bot-header {
	display: none;
}
#header-form .col-md-3, #header-form .col-sm-3, #header-form .col-xs-3, #header-form .col-md-2, #header-form .col-md-1 {
	padding-left: 5px;
	padding-right: 5px;
}
.sticky-logo {
	position: absolute;
	left: 0;
}
.swiper-container {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 10%;
	z-index: 999;
	width: 100%;
	left: 0;
	padding-left: 10%;
}
 @media ( min-width: 767px ) {
.pull-lg-0 {
	right: auto
}
.pull-lg-1 {
	right: 8.333333%
}
.pull-lg-2 {
	right: 16.666667%
}
.pull-lg-3 {
	right: 25%
}
.pull-lg-4 {
	right: 33.333333%
}
.pull-lg-5 {
	right: 41.666667%
}
.pull-lg-6 {
	right: 50%
}
.pull-lg-7 {
	right: 58.333333%
}
.pull-lg-8 {
	right: 66.666667%
}
.pull-lg-9 {
	right: 75%
}
.pull-lg-10 {
	right: 83.333333%
}
.pull-lg-11 {
	right: 91.666667%
}
.pull-lg-12 {
	right: 100%
}
.push-lg-0 {
	left: auto
}
.push-lg-1 {
	left: 8.333333%
}
.push-lg-2 {
	left: 16.666667%
}
.push-lg-3 {
	left: 25%
}
.push-lg-4 {
	left: 33.333333%
}
.push-lg-5 {
	left: 41.666667%
}
.push-lg-6 {
	left: 50%
}
.push-lg-7 {
	left: 58.333333%
}
.push-lg-8 {
	left: 66.666667%
}
.push-lg-9 {
	left: 75%
}
.push-lg-10 {
	left: 83.333333%
}
.push-lg-11 {
	left: 91.666667%
}
.push-lg-12 {
	left: 100%
}
}
.header-form-content {
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	margin: 0 auto 7px auto;
	padding: 0;
}
.header-form-content span {
	color: #ef7f1a;
}
 @media (max-width:767px) {

 	.mobile-call { padding-left: 32px; }

#header.headerfixed #header-form {
	display: none;
}
.headerfixed .top-header, .headerfixed .mid-header, .headerfixed .bot-header {
	display: block;
}
#header.header-fixed .top-header, #header.header-fixed .mid-header, #header.header-fixed .bot-header {
	display: block;
}
.banner-content {
	position: relative;
	margin-top: 25px;
}
.push-lg-8 {
	left: 0;
}
.pull-lg-4 {
	right: 0;
}
.navbar-light .navbar-nav .show > .dropdown-menu {
	display: block;
	overflow-y: scroll;
	overflow-x: visible;
}
.navbar-light .navbar-nav .show > .dropdown-submenu .dropdown-menu {
	display: block;
	position: relative;
	float: none;
}
.enquiryForm {
	background-color: #3b938f;
}
.banner-content { padding-left: 0; }
.headerRight-menu {
	float: left;
	width: 100%;
	text-align: center !important;
}
.benefits .left {
	text-align: center;
	padding: 20px !important;
	margin: 0;
}
.benefits .left h4 {
	text-align: center;
	font-weight: 600;
}
.benefits .left p {
	text-align: center !important;
}
.homepage-banner {
	margin-bottom: 20px;
}
.working_steps h2 {
	font-size: 20px;
}
.working_steps .inner_content::before, .working_steps .inner_content:after {
	display: none !important;
}
.features {
	margin: 0px 15px;
}
.block6 h2 {
	text-align: center;
}
#features p {
	text-align: center;
}
.assignment-writers img {
	text-align: center !important;
	margin: 0 auto !important;
}
.assignment-writers {
	text-align: center;
}
.tab-cotainer {
	display: none !important;
}
.titleBorder:before, .titleBorder:after {
	display: none;
}
.block4 h2 {
	font-size: 20px;
}
.benefits .left:after, .benefits .left:before {
	display: none;
}
.benefits .left h4 {
	margin: 0;
}
.rightcallus {
	right: -222px;
margin-top: 135px;
}
.rightlivechat {
	right: -110px;
	top: 305px;
}
.enquiryForm h2 {
    font-size: 1rem;
    font-weight: 900;
}
.emailAddress {
    line-height: 19px;
    padding-left: 24px;
    font-size: 1rem;
}
.emailAddress::before {
    left: -4px;
    font-size: 2.2rem;
    top: 5px;
}
.top-header {
	font-size: 12px;
	padding: 10px;
}
}
.review-block {
	border: #CCC solid 1px;
	padding: 10px;
	min-height: 285px;
	margin-bottom: 25px; background: #fff;
}
.review-block h5 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}
.submit-assignment-form {
	border: #3b938f solid 2px;
	padding: 25px;
	margin-bottom: 25px;
	background: #fff;
}
.submit-assignment-form .form-control {
	border-radius: 0px;
	font-size: 0.9rem;
}
.submit-assignment-form label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	color: #000;
}
.error-template {
	padding: 100px 15px;
	text-align: center;
}
.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}
.error-actions .btn {
	margin-right: 10px;
}
.aboutus-content .heading {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin: 27px 0px 17px 0px;
	border-bottom: 3px solid #f07e1b;
	padding-bottom: 6px;
}
.sample-block {
	text-align: center;
	margin: 20px 0px;
}
.sample-block .heading {
	font-size: 18px;
	padding: 10px 0px;
	font-weight: 600;
}
.error-actions .btn-primary {
	background: #3b938f;
	font-size: 1.5rem;
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	font-weight: 800;
	border: none;
	text-transform: uppercase;
}
.error-actions .btn-default {
	background: #ef7f1a;
	font-size: 1.5rem;
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	font-weight: 800;
	border: none;
	text-transform: uppercase;
}
.sample-service {
	padding: 0;
	float: left;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}
.sample-service h3 {
	font-size: 22px;
	font-weight: 600;
}
.sample-service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sample-service ul li {
	float: left;
}
.sample-service ul li a {
	color: #2f2f2f;
	border: #2f2f2f solid 1px;
	margin: 1px;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 15px;
}
.sample-service ul li:first-child a {
	background: #2f2f2f;
	color: #fff !important;
}
.load-data {
	float: left;
	width: 100%;
}
.sub-box1 {
	width: 100%;
	float: left;
	background: #f2f0f0;
}
.mb-20 {
	margin-bottom: 20px;
}
.divTable {
	display: table;
	width: 100%;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.divTableCell1, .divTableHead {
	display: table-cell;
	width: 20%;
	background: #969494;
	vertical-align: middle;
	font-size: 37px;
	color: #fff;
	text-align: center;
}
.divTableCell2, .divTableHead {
	display: table-cell;
	width: 3%;
	background: url(https://myassignmentmart.com/assets/images/arrow-right.png) no-repeat left;
}
.divTableCell3, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	width: 70%;
}
.list-group-item>.badge {
	float: right;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px;
}
.bgn {
	background: none!important;
	border: none!important;
	color: #969494;
}
.bgn:hover {
	color: #969494;
}
.ans-box {
	width: 100%;
	float: left;
	border: solid 1px #cecece;
	margin-bottom: 19px;
	box-shadow: 0 0 3px rgba(90,90,90,0.2);
	background: #fff; padding-bottom: 15px;
}
.publis-sec {
	width: 100%;
	float: left;
	background: #f5f5f5;
}
.publis-sec-L {
	width: 100%;
	float: left;
}
.publis-sec-R {
	float: right;
	font-size: 13px;
}
.publis-sec {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding-top: 10px;
}
.ans-box h3 {
	font-size: 18px;
	color: #0a9194;
	padding: 0;
	font-weight: 600;
}
.clr-o {
	color: #0a9194!important;
}
.clr {
	color: #777;
}
.cntry-tag {
	float: left;
}
.clr {
	color: #777;
}
.bgn {
	background: none!important;
	border: none!important;
}
.fnt-15 {
	font-size: 15px!important;
	color: #333;
	font-weight: 500;
}
.cntry {
	border: 1px solid 1px #cecece;
	background: #f5f5f5;
	font-size: 11px;
	color: #707070;
	text-align: center;
	padding: 3px 8px 2px;
	float: left;
	margin: 4px -6px 7px 13px;
	border-radius: 10px 200px 200px 10px;
	-moz-border-radius: 10px 200px 200px 10px;
	-webkit-border-radius: 10px 200px 200px 10px;
	border: 1px solid #707070;
}
.publis-sec p {
	margin: 0;
	padding: 0;
}
.mb-5, .my-5 {
	margin-bottom: 1rem !important;
	float: left;
	width: 100%;
	margin-top: 2rem;
}
.cntry a {
	color: #000;
}
.readmore {
	color: #fff;
	background-color: #ef7f1a;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 15px;
	font-weight: 600;
	float: left;
}
.readmore:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}
.well p {
	margin: 0;
	padding: 0;
}
.well .media-heading {
	font-size: 1rem;
}
.media-left, .media>.pull-left {
	padding-right: 10px;
}
.btn-hire {
	background: #ef7f1a;
	color: #fff;
	font-size: 13px;
	padding: 2px 10px;
	font-weight: 600;
	border-radius: 0px;
	margin-top: 5px;
}
.btn-hire:hover {
	color: #fff;
}
.sample-list {
	margin: 0;
	padding: 0;
}
ul.sample-list {
	margin: 0;
	padding: 0;
}
.sample-list li {
	list-style: none;
	color: #333;
	border-right: #333 solid 1px;
	float: left;
	padding: 0px 10px;
	font-size: 13px;
}
.question {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.answer {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}
.question h4, .answer h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
}
.answer h5 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #c23571;
}
.simple-heading {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}
.custom-file-label::after {
	background: #000 !important;
	color: #fff !important;
	border-radius: 0px !important;
	border-color: #000 !important;
}
.blog {
}
.blog-post {
	margin-bottom: 20px;
}
.blog-post p {
	margin: 0;
	padding: 0;
}
.postDate {
	color: #282828;
	font-size: 0.9rem;
	padding-bottom: 5px;
}
.postTitle {
	font-size: 1.1rem !important;
	border-bottom: #ef7f1a solid 2px;
	padding-bottom: 10px;
}
.post-content {
	font-size: 0.9rem;
	line-height: 18px;
	text-align: justify;
	color: #414141;
}
.post-views {
	color: #ec2802;
	font-size: 1rem;
	float: right;
}
.blog {
}
.free-sampleDiv {
    margin-bottom: 15px;
    margin-top: 10px;
    float: left;
    width: 100%;
    border-bottom: #dfdfdf solid 1px;
    background: #fff;
    padding: 15px;
}
.free-sampleDiv p {
	margin: 0;
	padding: 0;
}
.free-sampleTitle {
	font-size: 1.2rem !important;
	color: #000 !important;
	border-bottom: #ef7f1a solid 2px;
	padding-bottom: 10px;
	margin-top: 15px;
}
.free-sample-content {
	font-size: 0.9rem;
	line-height: 22px;
	text-align: justify;
	color: #414141;
}
.free-sampleList {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
}
.free-sampleList li {
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: #ccc solid 1px;
	font-size: 0.9rem;
	color: #292929;
}
.free-sampleList li span {
	color: #c23571;
}
.free-sampleList li:first-child {
	padding-left: 0px;
}
.free-sampleList li:last-child {
	padding-right: 0px;
	border: none;
}

@media ( max-width: 767px) {
.ans-box {
    background: #fff;
    padding-bottom: 15px;
}
}
.mt-10 a { padding-left: 10px;
color: #c23571; }

.formTitle { background: #3b938f;
color: #fff;
text-transform: uppercase;
font-size: 16px;
padding: 5px 10px;
display: inline-block;
font-weight: 700; }

span.red { font-weight: normal; color: red; }