/*Gentral */
* {
	margin: 0;
	padding: 0px;
}
body,html {
	margin: 0;
	/*height: 100% !important;*/
	color: #464c5c;
	font-family: 'Play', sans-serif;
	font-weight: 400;
}
.bg {
    /* The image used */
    background-image: url("b2.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', sans-serif;
	font-weight: 500;
}
p {
	padding: 0;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #464c5c;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
::-moz-selection {
 color: #fff;
 text-shadow:none;
 background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
.centered {
	text-align: center
}
.centered p {
	font-size: 16px;
	font-weight: 100;
}
/*	Bootstrap Notification*/
.navbar {
	min-height: 70px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.navbar-brand {
	font-family: 'Play', sans-serif;
	font-weight: 900;
}
.navbar-header .navbar-brand {
	color: white;
}
.navbar-default .navbar-nav > li > a {
	color: #6a6a6a;
	font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #2a75c9;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}
.navbar-default {
	/*background-color: #363636;#e33f09;*/
	border-top: 5px solid #014b9f;
}
.dropdown-menu {
	background: #f1f1f1;
	float: left;
}
.dropdown-menu > li {
	width: 100%;
	floaat: left;
}
.dropdown-menu > li > a {
	background-color: #f1f1f1;
	color: #464c5c;
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.dropdown-menu > li > a:hover {
	background-color: #d3d2d2;
	color: #000;
	font-size: 14px;
	width: 100%;
	display: block;
}
.btn-theme {
	color: #fff;
	background-color: #384452;
	border-color: #384452;
	margin: 4px;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #00b3fe;
	border-color: #00b3fe;
}
.dmbutton:hover, .dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mb {
	margin-bottom: 60px;
}
.mt {
	margin-top: 60px;
}
.hline {
	border-bottom: 2px solid #384452;
}
.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/* Footer */
.footerwrap {
	background-color: #f5f5f5;
	padding: 0.5em;
	width: 100%;
	bottom: 0;
}
.footerwrap p {
	color: #9e9d9d;
}
.footerwrap h4 {
	color: white;
}
.footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}
.footerwrap i:hover {
	color: #00b3fe
}

.footerwrap-two {
	background-color: #f5f5f5;
	padding: 0.5em;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.footerwrap-two p {
	color: #9e9d9d;
}
.footerwrap-two h4 {
	color: white;
}
.footerwrap-two i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}
.footerwrap-two i:hover {
	color: #00b3fe
}
/*  calender */


.list-group-horizontal .list-group-item {
	display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left: -4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
}
.list-group-item {
	padding: 10px 24px;
}
/* Own Css */
.logo-center {
	display: block;
	margin: 0 auto;
}
.header-logo {
	padding: 8px 0;
	text-align: center;
	width: 100%;
}
h2 {
	font-weight: 100;
}
.txt-left {
	text-align: left;
}
.width-100 {
	width: 100%;
}
.width-50 {
	width: 50%;
}
.grey-txt {
	color: #737474;
}
.orange-txt {
	color: #ff7900;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-t-10 {
	padding-top: 12em;
}
.p-t-13 {
	padding-top: 12px;
}
.p-t-4 {
	padding-top: 4px;
}
.p-t {
	padding-top: 5em;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-9 {
	padding-top: 9px;
}
.p-t-30 {
	padding-top: 20px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-l-r-10 {
	padding: 0 10px;
}
.p-14 {
	padding: 14px;
}
.p-t-5 {
	padding-top: 6px;
}
.p-t-3 {
	padding-top: 0;
}
.p-t-25 {
	padding-top: 25px;
}
.p-b-3 {
	padding-bottom: 3px;
}
.p-b-4 {
	padding-bottom: 4px;
}
.p-b-5 {
	padding-bottom: 6px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-100 {
	padding-bottom: 100px;
}
.p-l-5 {
	padding-left: 5px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-r-50 {
	padding-right: 50px;
}
.p-r-20 {
	padding-right: 20px;
}
.bg-black {
	background-color: #363636;
}
.display-none {
	display: none;
}
.align-center {
	width: 100%;
	text-align: center;
}
.search-align {
	padding-top: 50%;
	text-align: center;
}
.p-l-r {
	padding-left: 17%;
	padding-right: 17%;
}
.p-l-r-13 {
	padding-left: 13%;
	padding-right: 10%;
}
.Center-Container {
	position: relative;
}
.about {
	padding-top: 3%;
}
.about p {
	color: #575d6c;
	font-size: 18px;
	font-weight: 200 !important;
	line-height: 1.8em;
}
.p-t-14 {
	padding-top: 13%;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.customer-box {
	border: solid 1px #d8d8d8;
	background: #fff;
	padding: 10px;
}
.head-right {
	display: inline-block;
	padding-left: 10px;
}
.head-fix {
	float: right;
	margin-top: 6px;
	margin-right: 9px;
}
.p-t-b {
	padding: 2em;
}
.p-t-b-2 {
	padding-top: 1em;
	padding-bottom: 2em;
}
.grey-bg {
	background: #f1f1f1;
}
.blue-bg {
	background: #2a74c9;
}
.txt-white {
	color: #fff;
}
.txt-blue {
	color: #2a74c9;
}
.txt-green {
	color: #21c393;
}
.txt-darkblue {
	color: #2d517a;
}
.txt-orange {
	color: #ff7a00;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid blue;
}
.zoom-index {
	z-index: 999;
}
.m-l-17 {
	margin-left: 17px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-60 {
	margin-bottom: 60px;
}
.m-t-8 {
	margin-top: -8px;
}
.text-center p {
	margin: 0;
	font-weight: 100;
}
.form-control option {
	padding: 10px;
}
.form-control select {
	padding: 10px;
}
.check-status {
	margin-top: 20px;
}
.courier {
	text-align: center;
}
.courier p {
	font-size: 16px;
	font-weight: 100;
}
.search-error {
	padding: 4% 8% 8% 8%;
	max-width: 800px;
	margin: 0 auto;
}
.center-error {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}
.left-phone {
	text-align: left;
}
.phone-color {
	color: #fff;
}
.track {
	font-size: 1em;
	font-weight: 500;
}
.wid-65 {
	width: 65%;
}
.bg-grey {
	background: #f1f1f1;
}
/* --feedback-- */
.p-w-30{padding:30px;}
.p-w-20{padding:20px;}
.p-w-10{padding:10px;}
.p-w-5{padding:5px;}
.m-w-5{padding:5px;}
.feedback-help {
	font-weight: 400;
}
.feedback {
	font-size: 16px;
}
.feedback p {
	font-size: 16px;
	margin: 0 0 3px;
}
.comment-txt{font-size:16px;}
.iconsDisable {
	opacity: 0.3;
	transition: 200ms;
	-webkit-transition: 400ms;
	display: block;
	color: #464c5c;
	text-decoration: none;
}
.iconsActive {
	opacity: 1;
	font-weight: bold;
	color: #2d517a;
}
.iconsDisable:hover, .iconsActive:hover {
	text-decoration: none;
	opacity: 1;
	font-weight: bold;
}
.icon-happy {
	background-image: url(../img/happy.png);
	text-align: center;
	height: 56px;
	width: 56px;
	display: inline-block;
}
.icon-ok {
	background-image: url(../img/ok.html);
	text-align: center;
	height: 56px;
	width: 56px;
	display: inline-block;
}
.icon-unhappy {
	background-image: url(../img/unhappy.png);
	text-align: center;
	height: 56px;
	width: 56px;
	display: inline-block;
}
.modal-header {
	padding-bottom: 5px;
}
.modal-footer {
	padding: 0;
}
.modal-footer .btn-group button {
	height: 40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
.modal-feedback {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid #3184e1;
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: medium none;
	position: relative;
}
.modal-dialog-feedback {
	margin: 60px auto;
	width: 300px;
	padding: 10px;
}
.float-txt-left {
	text-align: left !important;
}
input[type="checkbox"] {
	display: inline-block;
	width: 40px;
	height: 26px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(check_radio_sheet.html) left top no-repeat;
	cursor: pointer;
}
.modal-body-feedback {
	position: relative;
	display: inline;
}
.modal-body-feedback p {
	float: left;
}
.modal-header-feedback {
	border-bottom: 1px solid #e5e5e5;
	background: #f6f5f5;
	min-height: 16.4286px;
	padding: 15px;
} 
	
/* --terms of use */

.terms {
	padding-top: 3%;
}
.terms p {
	color: #575d6c;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.6em;
}
.circleUl {
	padding-left: 17px;
	position: relative;
	margin-left: 30px;
	list-style: none !important;
	padding-bottom: 5px;
	color: #575d6c;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.6em;
}
.circleUl:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #575d6c;
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 9px;
}
.absolute-Center {
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.height-50 {
	height: 50px;
}
.logo {
	height: auto;
	max-width: 100%;
	padding-left: 6%;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
}
li {
	float: left;
}
li a {
	display: block;
	color: #2a75c9;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover {
	color: #2a75c9;
}
.footer {
	clear: both;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height:100px;
}
footer p {
	margin-bottom: 12px;
	font-size: 14px;
	margin-top: 10px;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
}
footer li {
	float: left;
}
footer li a {
	line-height: 0;
	margin-top: 10px;
	color: #6a6a6a;
}
footer ul li a:hover {
	color: #2a75c9;
}
/*.stylish-input-group .input-group-addon{
    background: #fecb2f !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.stylish-input-group: .height {

}*/


.stylish-input-group.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.stylish-input-group input[type="radio"], .stylish-input-group input[type="checkbox"] {
	margin-top: 0;
}
.stylish-input-group .form-control:first-child, .stylish-input-group:first-child, .stylish-input-group:first-child > .btn, .stylish-input-group:first-child > .btn-group > .btn, .stylish-input-group:first-child > .dropdown-toggle, .stylish-input-group:last-child > .btn:not(:last-child):not(.dropdown-toggle), .stylish-input-group:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.istylish-input-group:first-child {
	border-right: 0;
}
.stylish-input-group .form-control:last-child, .stylish-input-group:last-child, .stylish-input-group:last-child > .btn, .stylish-input-group:last-child > .btn-group > .btn, .stylish-input-group:last-child > .dropdown-toggle, .stylish-input-group:first-child > .btn:not(:first-child), .stylish-input-group:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
}
/* ------ featurette */
.featurette {

	display: table;
	width: 100%;
	height: 30%; /* set a pixel height and then remove the body,html height */
	vertical-align: middle;
	color: #fff;
}
.featurette-inner {
	display: table-cell;
	vertical-align: middle;
}
.search {
	padding: 15% 8% 8% 8%;
	max-width: 800px; /*max width of search*/
	margin: 0 auto;
}
.something-wrong {
	padding: 10% 8% 8% 8%;
	margin: 0 auto;
}
.something-wrong p {
	font-size: 16px;
}
.no-margin-top {
	margin-top: 0
}
/* ------ form-control-lg */
.form-control-lg {
	min-height: 46px;
	border-radius: 6px;
	font-size: 18px;
	line-height: normal;
}
/* ------ disjointed form group custom */
.featurette .search.has-button .btn {
	margin-top: 5px;
	width: 100%;
}
.one, .two, .three, .four {
	position: absolute;
	margin-top: -10px;
	z-index: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
}
.one {
	left: 0%;
}
.two {
	left: 20%;
}
.three {
	left: 80%;
}
.four {
	left: 95%;
}
.primary-color {
	background-color: #4989bd;
}
.success-color {
	background-color: #5cb85c;
}
.danger-color {
	background-color: #d9534f;
}
.warning-color {
	background-color: #f0ad4e;
}
.info-color {
	background-color: #5bc0de;
}
.no-color {
	background-color: inherit;
}
.bs-wizard {
	margin-top: 40px;
}
/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
	padding: 0;
	position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 16px;
	margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #fbe8aa;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #fbbd19;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
	width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}
/*green*/
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-green {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #21c393;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot-green:after {content: ' '; width: 14px; height: 14px; background: #21c393; border-radius: 50px; position: absolute; top: 8px; left: 8px; } */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-green {
	background-color: #2a75c9;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-green:after {
	opacity: 0;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-green >.tick {
	top: 5px;
	left: 5px;
	font-size: 18px;
}
/*orange*/
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-orange {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #ff7800;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot-green:after {content: ' '; width: 14px; height: 14px; background: #21c393; border-radius: 50px; position: absolute; top: 8px; left: 8px; } */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-orange {
	background-color: #ff7800;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-orange:after {
	opacity: 0;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-orange >.tick {
	top: 5px;
	left: 6px;
	font-size: 18px;
}
.m-b-5 {
	margin-bottom: 5px;
}

/*media Query*/
@media (max-width: 1024px) {
.logo {
	height: auto;
	max-width: 100%;
	padding-left: 3%;
}
.p-t-b {
	padding: 4em 0em 2em 0em;
}
.table-bordered {
	border: none;
}
.mtb {
	margin-top: 50px;
	margin-bottom: 50px;
}
.p-t-14 {
	padding-top: 10%;
}
.p-t-b-2 {
	padding-top: 1em;
	padding-bottom: 2em;
}
.m-t-101 {
	margin-top: 15px;
}
}

@media (max-width: 1280px) {
.search {
	padding: 10% 8% 8%;
}
}

@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}
.modal-dialog {
	padding: 10px;
	margin: 200px auto;
	font-size: 16px;
}
/*
        Label the data
        */
#no-more-tables td:before {
	content: attr(data-title);
	width: 100px;
}
.about p {
	font-size: 16px;
}
.p-t-b-0 {
	padding-top: 1em;
	padding-bottom: 2em;
}
.p-t-b-2 {
	padding-top: 3em;
	padding-bottom: 2em;
}
.p-t-b-3 {
	padding-top: 4em;
	padding-bottom: 2em;
}
.p-b-20 {
	padding-bottom: 10px
}
.p-t-3 {
	padding-top: 15px;
}
.centered p {
	font-size: 14px;
	font-weight: 100;
}
}

@media (min-width: 320px) and (max-width: 768px) {
#no-more-tables td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 60%;
	white-space: normal;
	text-align: left;
}
.dis-non {
	display: none;
}
}

@media (max-width: 480px) {
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 11px;
	margin-bottom: 5px;
	height: 21px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 11px;
}
.table-bordered {
	border: none;
}
h4, .h4 {
	font-size: 16px;
}
p {
	color: #384452;
	font-family: "Play", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}
table {
	font-size: 14px;
}
.search-align {
	padding-top: 60%;
}
.featurette .search.has-button .form-group {
	position: relative;
	padding-right: 99px; /*space for button*/
}
.featurette .search.has-button .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin: 0;
}
.bs-wizard {
	margin-top: 20px;
}
.about p {
	font-size: 14px;
}
.search {
	padding: 32% 8% 8% 8%;
}
.something-wrong {
	padding: 2% 8% 8% 8%;
}
.something-wrong p {
	font-size: 14px;
}
.p-t-b-2 {
	/*padding-top: 1em;*/
	padding-bottom: 2em;
}
.list-group-item {
	padding: 8px 13px;
}
.check-status {
	margin-top: 20px;
}
.courier p {
	font-size: 14px;
	font-weight: 100;
}
h2, .h2 {
	font-size: 18px;
}
.p-t-30 {
	padding-top: 45px;
}
.m-b-60 {
	margin-bottom: 0;
}
.feedback {
	font-size: 13px !important;
}
.feedback p {
	font-size: 13px !important;
	margin: 0 0 3px !important;
}
.comment-txt{font-size:13px;}
.happy-txt {
	font-size: 12px;
}

.footerwrap-two {
	background-color: #f5f5f5;
	padding: 0.5em;
	width: 100%;
	bottom: 0;
}
.footerwrap-two p {
	color: #9e9d9d;
}
.footerwrap-two h4 {
	color: white;
}
.footerwrap-two i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}
.footerwrap-two i:hover {
	color: #00b3fe
}
.p-w-30{padding:0px;}
.p-w-20{padding:0px;}
.p-w-10{padding:0px;}
.p-w-5{padding:0px;}
.m-w-5{padding:0px;}
}

@media (max-width: 320px) {
.logo {
	height: auto;
	max-width: 100%;
	padding-left: 3%;
}
.p-t-b {
	padding: 4em 2em 2em 2em;
}
.table-bordered {
	border: none;
}
table {
	font-size: 12px;
}
.search {
	padding: 42% 8% 8% 8%;
}
.something-wrong {
	padding: 10% 8% 8% 8%;
}
.something-wrong p {
	font-size: 14px;
}
}
.disInline {
	display: inline-block;
}
.text-align{
	text-align: justify;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.process_area_menu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.process_area_menu > ul li {
    display: inline-block;
    margin: 0 4%;
    position: relative;
}
.process_area_menu > ul li a img {
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.process_title {
    color: #323232;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.process_area_menu > ul li::after {
		background-image: url(../img/process_area_after.png);
    content: "";
    height: 100%;
    left: -66%;
    position: absolute;
    top: 60px;
    width: 100%;
}
.process_area_menu > ul li a img{transition: all 0.5s ease 0s;}
.process_area_menu img:hover {transform: rotate(90deg);}
.process_area_menu > ul li:first-child::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.promotions_area .row > div {
    margin-top: 23px;
}
.promotions_area .page_title {
    margin-bottom: 30px;
}
.single_contact {
    padding-left: 40px;
    position: relative;
}
.single_contact1 {
    padding-left: 60px;
    position: relative;
}

.s_contuct_icon {
    color: #000;
    font-size: 30px;
    height: 40px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 40px;
}
.s_contuct_icon1 {
    color: #fff;
    font-size: 50px;
    height: 40px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 40px;
}
.single_contact > h3 {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
.single_contact1 > h1 {
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Play', sans-serif;
}
p {
    margin: 0 0 10px;
}
.page_title > h2 {
    color: #252525;
    text-transform: uppercase;
    font-size: 26px;
}
.get_in_tuch > h3 {
    color: #222;
    font-size: 26px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.get_in_tuch_form input, .get_in_tuch_form textarea {
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    border: 1px solid #E3E3E3;
}
.get_in_tuch_form input[type="submit"]:hover {
    background: #EA1D22;
}
.get_in_tuch_form input[type="submit"] {
    background: #fc5a1a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-left: 14px;
    padding: 10px 25px;
    width: 150px;
}
.get_in_tuch_form input, .get_in_tuch_form textarea {
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
    border: 1px solid #E3E3E3;
}

.process_area_menu > ul li::after {
    background: rgba(0, 0, 0, 0) url("process_area_after.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 60px;
    width: 100%;
}
