.user_agreement {
	color: #383838;
	font-size: 1.35rem;
}

.page_content {
	font: "Montserrat", sans-serif;
	margin-bottom: 20px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 30px;
	padding: 15px;
	box-shadow: 0 1.2rem 1.3rem #282828;
	background-color: #f2f2f2;
	background-image: -moz-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -o-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: linear-gradient(to bottom, #fafafa, #f2f2f2);
	background-repeat: repeat-x;
	font-size: 1.4rem;
	color: #3f3f3f;
}

.page_content {
	font: "Montserrat", sans-serif;
}

.page_content p {
	font-size: 1.4rem;
}

.page_box {
	min-height: 70vh;
	padding: 30px;
}

.thumb_big {
	max-width: 50%;
	margin-bottom: 20px;
}

.short_prod_card {
	color: #737373;
	font-size: 1.5rem;
	border-radius: 5px;
	border-color: #838383;
}

.old_price {
	font-size: 1.75rem;
}

.new_price {
	font-weight: bold;
	font-size: 2rem;
}

.sim_details {
	text-align:left;
	font-size: 13px;
}

.pd_modal_cont {
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.prod_img {
	max-width: 598px;
}

.location {
	background-color: #232323;
	#clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
	border-radius: 0px 0px 5px 5px;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	margin-right: 5px;
	margin-bottom: 15px;
}

.location h5 {
	font-family: sans-serif, sans;
	font-size: 1.5rem;
	font-weight: bold;
}

.location_content {
	line-height: 1.5rem;
	font-size: 1.25rem;
	color: #737373;
}

.location_modal {
	min-width: 60%;
}

.price_details_modal {
	min-width: 80%;
	font-size: 1rem;
}

.bee {
	color: #000;
}

.label-large {
	font-size: 3rem;
}

.label-middle {
	font-size: 2rem;
}

.label-small {
	font-size: 1.5rem;
}

@media (max-width: 512px) {
	.label-large {
		font-size: 2.5rem;
	}
}

@media (min-width: 300px) and (max-width: 511px) {
	.label-large {
		font-size: 2rem;
	}
}

.arrow_up {
	position: relative;
	display: inline-flex;
	background-image: linear-gradient(#dcdcdc, #dddddd);
	-webkit-clip-path: polygon(100% 50%, 100% 0, 50% 45%, 0 0, 0 50%);
	clip-path: polygon(100% 50%, 100% 0, 50% 45%, 0 0, 0 50%);
	height: 150px;
	width: 100%;
	margin-top: -94px;
}

.down_arrow_center {
	display: inline-flex;
	background-image: linear-gradient(#dddddd, #dcdcdc);
	-webkit-clip-path: polygon(50% 60%, 100% 5%, 100% 0, 0 0, 0 5%);
	clip-path: polygon(50% 60%, 100% 5%, 100% 0, 0 0, 0 5%);
	height: 150px;
	width: 100%;
	margin-bottom: -180px;
	margin-top: 19px;
}
.advantages {
	position: relative;
	display: inline-flex;
	background-image: linear-gradient(#eaeaea, #dcdcdc);
	-webkit-clip-path: polygon(0 0, calc(100% - 130px) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - 130px) 0, 100% 100%, 0% 100%);
	height: 65px;
	text-align: left;
	margin-left: -15px;
	margin-bottom: -1px;
	height: 65px;
	width: 25%;
	max-width: 75%;
	min-width: 5%;
}
.advantages h3 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}
.advantages i {
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	margin-top: 21px;
	margin-right: 20px;
}
.advantages2 {
	position: relative;
	display: inline-flex;
	background-image: linear-gradient(#dcdcdc, #eaeaea);
	-webkit-clip-path: polygon(0 0, 100em 0, 100em 100em, 200em 100em);
	clip-path: polygon(0 0, 100em 0, 100em 100em, 200em 100em);
	height: 65px;
	width: 25%;
	max-width: 75%;
	min-width: 5%;
	text-align: right;
	margin-top: -21px;
	margin-right: -15px;
}

.advantages2:before {
	min-width: 75%;
}

.advantages2 h3 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}
.advantages2 i {
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	margin-top: 20px;
	margin-right: 20px;
}
.adv2h {
	margin-top: -20px;
	padding-left: 5vw;
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}
.price_description {
	font: "Montserrat", sans-serif;
	margin-bottom: 20px;
	border: 1px solid #5b5b5b;
	border-radius: 5px 5px 5px 5px;
	background-color: #7a7a7a;
	margin-top: 30px;
}
.price_brief {
	list-style: none;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px #555555;
	text-align: justify;
	margin-left: -35px;
}
.price_brief li:before {
	content: "\203a";
	font-weight: bold;
	margin-right: 1vw;
}

.unitext {
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px #555555;
	text-align: justify;
	margin: 20px;
}

.unitext:before {
	content: "\203a";
	font-weight: bold;
	margin-right: 1vw;
}

.bigicon {
	position: absolute;
	margin-top: 15px;
	margin-right: 15px;
	font-size: 10rem;
	font-weight: bold;
	color: #ffffff;
	left: 46%;
}
.roundicon {
	background-color: #ffffff;
	width: 11rem;
	height: 11rem;
	border: 5px solid #555555;
}
.roundicon_dark {
	background-color: #ffffff;
	width: 11rem;
	height: 11rem;
	border: 5px solid #555555;
	color: #555555;
}
.b31h {
	margin-top: -5px;
	padding-left: 5vw;
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	margin-bottom: 30px;
	display: inline-flex;
}


@media (max-width: 917px) {
	.rbor {
		margin-bottom: 30px;
		margin-top: 30px;
		text-align:justify;
	}
	.lbor {
		margin-bottom: 30px;
		margin-top: 30px;
		text-align:justify;
	}
	.rbor_dark {
		padding-right: 50px;
	}
}

@media (min-width: 918px) {
	.rbor {
		margin-bottom: 30px;
		margin-top: 30px;
		border-right: 1px dotted #ffffff;
		text-align:justify;
	}
	.rbor_dark {
		border-right: 1px dotted #555555;
		padding-right: 50px;
	}
	.lbor_dark {
		padding-right: 50px;
	}
	.lbor {
		margin-bottom: 30px;
		margin-top: 30px;
		border-left: 1px dotted #ffffff;
		text-align:justify;
	}
}
.middle {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align:justify;
}


@media (max-width: 917px) {
.rbor1 {
		margin-bottom: 30px;
		margin-top: 30px;
		
	}
.lbor1 {
		margin-bottom: 30px;
		margin-top: 30px;
		
	}

}

@media (min-width: 918px) {
.rbor1 {
		margin-bottom: 30px;
		margin-top: 30px;
		border-right: 1px dotted #ffffff;

	}

.lbor1 {
		margin-bottom: 30px;
		margin-top: 30px;
		border-left: 1px dotted #ffffff;

	}
}
.middle1 {
	margin-bottom: 30px;
	margin-top: 30px;

}


.bg-1 {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: linear-gradient(#161616, #161616, #1e1e1e, #2f2f2f);
}
.block1 {
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 300px;
}
.block1 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.block1 h1 {
	font-family: sans-serif, sans;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000000;
}
.block2 {
	color: #555555;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(#dddddd, #bbbbbb, #dddddd);
	margin-top: -20px;
}
.block2 h2 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	color: #ffffff;
}

.block2 h2 small{
	font-size: 1.75rem;
	color: #ffffff;
	text-shadow: 3px 3px 3px #2d2d2d;
}

.block2 h3 {
	font: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	color: #ffffff;
}

.block2 h3 small {
	font-size: 1.5rem;
	color: #ffffff;
	text-shadow: 3px 3px 3px #2d2d2d;
}
.block2 row h4 small {
	color: #ffffff;
	text-shadow: 3px 3px 3px #2d2d2d;
}

.block2_1 {
	color: #555555;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(#dddddd, #bbbbbb, #dddddd);
	margin-top: 7px;
}
.block2_1 h2 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	color: #ffffff;
}
.block2_1 h3 small {
	color: #ffffff;
	text-shadow: 3px 3px 3px #2d2d2d;
}
.block2_1 row h4 small {
	color: #ffffff;
	text-shadow: 3px 3px 3px #2d2d2d;
}

.block2_1 h5 {
	color: #ffffff;
	float: right;
	margin-right: 25px;
	font-size: 2rem;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	text-shadow: 3px 3px 3px #2d2d2d;
}

.block2_1 h5>a {
	text-decoration: none;
	color: #ffffff;
}


.block3 {
	color: #ffffff;
	background: transparent url('../images/bg/bg1.webp') no-repeat center center /cover;
	background-color: #5f5f5f;
	background-blend-mode: multiply;
	background-attachment: fixed;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	}
	
.block3 img {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block3 h2 {
	font-family: sans-serif, sans;
	font-weight: bold;
	font-size: 4rem;
	text-shadow: 3px 3px 3px #000000;
}
.block3 h2 small {
	color: #FFFFFF;
}
.block3 h1 {
	font-family: sans-serif, sans;
	font-weight: bold;
	font-size: 4rem;
	text-shadow: 3px 3px 3px #000000;
}
.block3_1 {
	color: #ffffff;
	background: transparent url('../images/bg/bg-4.webp') no-repeat center center /cover;
	background-color: #5f5f5f;
	background-blend-mode: multiply;
	padding-bottom: 18px;
	padding-top: 20px;
	min-height: 300px;
	background-attachment: fixed;
}
.block3_1 img {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block3_1 h2 small {
	color: #FFFFFF;
	font-size: 2rem;
}
.block3_1 small {
	line-height: 0.9em !important;
	font-size: 1.2rem;
	text-align: justify;
}
.block3_1 h1 {
	font-family: sans-serif, sans;
	font-weight: bold;
	font-size: 4rem;
	text-shadow: 3px 3px 3px #000000;
}
.block3_1 h2 i {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}

.block3_1 h3 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}

.block3_1 small {
	font: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
}

.block5 {
	color: #ffffff;
	background: transparent url('../images/bg/bg-3.webp') no-repeat center center /cover;
	background-attachment: fixed;
	background-color: #5f5f5f;
	background-blend-mode: multiply;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 300px;
}

.block5 img {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block5 h2 {
	font: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	color: #ffffff;
}
.cancelled {
	text-decoration: line-through;
}
.deloptions small {
	font-size: 1rem;
	margin-top: -10px;
}
.policy {
	font-size: 1.5rem;
	text-align: justify;
}
.policy2 {
	font-size: 1.5rem;
	text-align: justify;
	padding-right: 33px;
}
.terms {
	font-size: 1.5rem;
	text-align: justify;
	padding-right: 29px;
}
.labels {
	text-align: left;
}
.footer {
	padding-top: 2rem;
	border: 1px solid (#161616);
}
.footer a {
	color: #FFFFFF;
	font-weight: bold;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer .bottom_links a:hover {
	color: #000000;
	text-decoration: none;
}

.small-links {
	font-size: 1.5rem;
	margin-top: -10px;
}
.bg-footer {
	background-image: linear-gradient(#2f2f2f, #161616, #161616, #161616);
}
.price_bold {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.bg-2 {
	background-color: #474e5d;
	/* Dark Blue */
	color: #ffffff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.bg-3 {
	background-color: #ffffff;
	/* White */
	color: #555555;
	padding-top: 70px;
	padding-bottom: 70px;
}
.bg-4 {
	background-color: #2f2f2f;
	color: #ffffff;
}

.msgicons {
	display: inline;
	line-height: 25px;
}

@media (max-width: 467px) {
	.logo {
		text-align: center;
	}
	.msgicons {
		display: inline;
		line-height: 25px;
	}
	.callus {
		font-weight: bold;
		font-size: 15px;
	}
}

.phonenum {
	display: block;
}
.callus {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}
a.callus {
	color: #FFFFFF;
	text-decoration: none;
}
.callus a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.callus a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.callus a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
}
.navbar-nav li a:hover {
	color: #1abc9c !important;
}
.quantity {
	font-weight: bold;
}
.info_box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.info_box h5 {
	font-weight: bold;
}

.abspos {
	position: absolute;
	left: 25%;
	right: 25%;
}
.prodbox {
	border: 1px solid;
	border-radius: 10px;
	border-style: solid;
	border-color: #a6a6a6;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
}

.pricebox {
	border: 1px solid;
	border-radius: 10px;
	border-style: solid;
	border-color: #a6a6a6;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
}


.boxshadow {
	position: relative;
	margin-top: 15px;
	box-shadow: 0 1.2rem 1.3rem #464646;
	width: 70%;
	left: 15%;
	min-height: 9em;
}
.boxshadow:hover {
	box-shadow: 0 1.2rem 1.3rem #242424;
}
.badge {
	display: inline-block;
	padding: 0.1em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}
a.badge:hover,
a.badge:focus {
	text-decoration: none;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.success {
	color: #28a745;
}

.default {
	color: #c70000;
}

.info {
	color: #28a745;
}
.warning {
	color: #ffc107;
}
.danger {
	color: #dc3545;
}
.order_details {
	color: #737373;
	text-align: justify;
	font-family: sans-serif, sans;
	padding-right: 3rem;
	padding-left: 3rem;
}
a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bl {
	position: relative;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg-overlay-light:before {
	background-color: #ffffff;
	opacity: 0.8;
}
.bg-overlay-dark:before {
	background-color: #222222;
	opacity: 0.9;
}
.bg-section {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
body {
	font: 20px"Montserrat", sans-serif;
	line-height: 1.8;
	color: #f5f6f7;
}
p {
	font-size: 16px;
}

#invoice h4{
	color: #737373;
	font-size: 3rem;
	font-weight: bold;
} 

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 2rem;
	line-height: 3rem;
	border-radius: 0.35rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 4rem;
	line-height: 4;
	border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}
.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.buy_but {
	font-family: sans-serif, sans;
	font-weight: bold;
	font-size: 25px;
}
.modal-content .modal-header .modal-title {
	color: #737373;
	font-size: 2rem;
	font-weight: bold;
	font-family: sans, sans-serif;
}
.input-cap-lg {
	height: 5rem !important;
}
.input-cap-xlg {
	height: 6rem !important;
}

.modal-body .pay_request {
	color: #737373;
	font-size: 1.5rem;
	font-family: sans, sans-serif;
	text-align: justify;
	padding-right: 3rem;
	padding-left: 3rem;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	color: #000000;
}
.inputfields {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.input-group-addon {
	min-width: 135px;
}
.input-group {
	width: 100%;
}
.response {
	z-index: 5;
	position: relative;
	top: 25;
	bottom: 25;
	left: 0;
	right: 0;
	padding: 1rem;
	margin-right: 2rem;
	margin-left: 2rem;
	border: 1px solid;
	border-radius: 5px;
}
.alert-error {
	background-color: #f18a67;
	color: #ba211d;
	border-color: #ba211d;
	font-weight: bold;
}
.alert-success {
	background-color: #74e871;
	color: #3d7d33;
	border-color: #3d7d33;
	font-weight: bold;
}
.big {
	font-size: 15rem;
}

.square-icons a {
	text-decoration: none;
	color: #ffffff;
}

.square-icons a:hover {
	text-decoration: none;
	color: #ffffff;
}

.square-icons {
	border: 10px solid #FFFFFF;
	background-color: #2f2f2f;
	margin: 25px;
	padding: 10px;
	min-width: 230px;
	max-height: 269px;
}
.square-icons-small {
	border: 10px solid #FFFFFF;
	background-color: #2F2F2F;
	margin: 20px;
	padding: 10px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w4ttn7');
  src:  url('../fonts/icomoon.eot?w4ttn7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w4ttn7') format('truetype'),
    url('../fonts/icomoon.woff?w4ttn7') format('woff'),
    url('../fonts/icomoon.svg?w4ttn7#icomoon') format('svg');
	font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon1.eot?w4ttn7');
  src:  url('../fonts/icomoon1.eot?w4ttn7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon1.ttf?w4ttn7') format('truetype'),
    url('../fonts/icomoon1.woff?w4ttn7') format('woff'),
    url('../fonts/icomoon.svg?w4ttn7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-USB-Cable:before {
  content: "\e900";
}
.icon-Mobile-:before {
  content: "\e901";
}
.icon-WIFI:before {
  content: "\e902";
}
.icon-Handshake:before {
  content: "\e903";
}
.icon-Cargo-Box:before {
  content: "\e904";
}
.icon-USB-Cable1:before {
  content: "\e905";
}
.icon-Router:before {
  content: "\e906";
}
.icon-Package-I:before {
  content: "\e907";
}
.icon-Carry-Package:before {
  content: "\e908";
}
.icon-Delivery-Car:before {
  content: "\e909";
}
.icon-24-Hour-Service:before {
  content: "\e90a";
}
.icon-Fast-Delivery:before {
  content: "\e90b";
}
.icon-Agent:before {
  content: "\e90c";
}
.icon-Call-on-Speaker:before {
  content: "\e90d";
}
.icon-Morality:before {
  content: "\e90e";
}
.icon-Questioning-Skills:before {
  content: "\e90f";
}
.icon-Selling-Skills:before {
  content: "\e910";
}
.icon-Discrete-Math:before {
  content: "\e911";
}
.icon-bee:before {
  content: "\e912";
}
.icon-mg:before {
  content: "\e913";
}
.icon-mts-2:before {
  content: "\e914";
}
.icon-yota-1:before {
  content: "\e915";
}

.icon-tele2:before {
  content: "\e916";
}

.icon-mix:before {
  content: "\e917";
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.custom-select::-ms-expand {
	display: none;
}
.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem;
}
.back2top {
border-radius: 50%;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
}

#back2top {
	display: none;
	position: fixed;
	bottom: 29px;
	right: 30px;
	z-index: 99;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #427cd4;
	color: white;
	cursor: pointer;
	font-size: 25px;
	line-height: 0px !important;
}
#back2top:hover {
	background-color: #555;
}
#hiddencard {
	display: none;
}
#notfound {
	position: relative;
	height: 100vh;
}
#notfound .notfound-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('../images/bg/bg-4.webp') no-repeat center center /cover;
	background-blend-mode: multiply;
	background-attachment: fixed;
}
#notfound .notfound-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#notfound .notfound:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 600px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
	z-index: -1;
}
.notfound {
	max-width: 700px;
	width: 100%;
	text-align: center;
	padding: 30px;
	line-height: 1.4;
}
.notfound .notfound-404 {
	position: relative;
	height: 200px;
}
.notfound .notfound-404 h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 150px;
	margin: 0px;
	color: #222225;
	text-transform: none;
}
.notfound h2 {
	font-family: 'Muli', sans-serif;
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
	color: #222225;
	margin-top: 26px;
	margin-bottom: 10px;
}

.notfound h3 {
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	color: #222225;
	margin-top: 10px;
	margin-bottom: 10px;
}

.notfound a {
	font-family: 'Muli', sans-serif;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	background-color: transparent;
	color: #222225;
	text-transform: uppercase;
	font-size: 14px;
}
.notfound-social {
	margin-bottom: 10px;
}
.notfound-social>a {
	padding-top: 7px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	font-size: 2rem;
	color: #fff;
	background-color: #222225;
}
.notfound-social>a:hover {
	color: #fff;
	background-color: #595eff;
}
@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 146px;
	}
	.notfound .notfound-404 h1 {
		font-size: 146px;
	}
	.notfound h2 {
		font-size: 22px;
	}
}

.wall_module {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 14px;
	border-color: #FFFFFF;
	border-radius: 10px;
	background-color: #42648b;
	padding: 20px;
	box-shadow: 0 1.2rem 1.3rem #464646;
	margin-left: 5px;
	margin-right: 5px;
}

.wall_module h3{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 3rem;
	text-shadow: 2px 2px 2px #555555;
}

.wall_module h4 {
	float: right;
	margin-right: 25px;
	font-size: 2rem;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.wall_module h4>a {
	text-decoration: none;
	color: #fff;
}


.inner_space {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 10px;
	padding: 20px;
}

.bp_text {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.bp_post {
    padding: 15px 0;
    margin-top: -1px;
    border-bottom: solid #e7e8ec;
    border-width: 1px 0;
}
.bp_thumb {
    float: left;
}
.bp_thumb, .bp_img {
    width: 50px;
    height: 50px;
}
.bp_img {
    border-radius: 50%;
    overflow: hidden;
}
.bp_info {
    margin-left: 62px;
}
.bp_author_wrap {
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.bp_author {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #42648b;
}
a.bp_date {
    color: #939393;
}

.how_it_works {
	border-radius: 10px;
	box-shadow: 0 1.2rem 1.3rem #151515;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 20px;
	padding-top: 10px;
	border: 1px solid #5b5b5b;
	background-color: #7a7a7a;
}

.hiw_block {
	border: 1px solid;
	border-radius: 10px;
	border-bottom: 0px;
	text-shadow: 2px 2px 2px #555555;
	color: #ebebeb;
	font-weight: bold;
	line-height: 2.5rem;
	background-image: linear-gradient(#dddddd, #bbbbbb, #dddddd);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	border: 1px solid #7a7a7a;
	box-shadow: 0 1.2rem 1.3rem #151515;
}

.how_it_works h3 {
	font-weight: bold;
	color: #fff;
	font-size: 2.5rem;
	text-shadow: 2px 2px 2px #555555;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.next_step {
	font-size: 40px;
	padding: 17px;
	padding-right: 19px;
	padding-top: 19px;
	text-align: center;
	background-color: #427cd4;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1.2rem 1.3rem #151515;
}

.bigger {
	font-size: 75px;
	margin-bottom: 50px;
	box-shadow: 0 1.2rem 1.3rem #151515;
	padding-right: 22px;
	padding-top: 22px;
}

.delopts {
	border-radius: 25px;
	background-color: #7a7a7a;
	padding-top: 25px;
	padding-bottom: 20px;
	box-shadow: 0 1.2rem 1.3rem #151515;
	font-weight: bold;
	text-shadow: 2px 2px 2px #555555;
	margin-bottom: 10px;
	margin-top: 30px;
}

.last_resort {
	background-color:#2f2f2f;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: -20px;
	margin-top: 20px;
}

.last_resort>.h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 2.25rem;
}

.last_resort>.h4 {
	font-weight: bold;
	color: #dfdfdf;
	font-size: 1.85rem;
	margin-top: 20px;
}

.last_resort>.h5 {
	font-weight: bold;
	color: #bfbfbf;
	font-size: 1.35rem;
	margin-top: 20px;
}

.left_resort {
	text-align: center;
}

.right_resort {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_resort h3 {
	font-size: 4rem;
	font-family: sans-serif, sans;
	text-shadow: 3px 3px 3px #000000;
}

.redhead {
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 4rem;
	text-shadow: 2px 2px 2px #555555;
}

.redhead_icon {
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 2px #555555;
}

.textarea {
    color: #495057;
    font-size: 14px;
    width: 100%;
    height: 100%;
    border: 1px solid #ced4da;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
	border-top: 0px;
	text-align:justify;
}