/************ Custom styles ****************/
.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}
/*** RESET ***/
html,
body {
	height: 100%;
}
.user_slect {
	cursor: default !important;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10+ and Edge */
	-webkit-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
	/* Standard syntax */
}
/*
** General Styles for HTML tags
*/
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	font-size: 14px;
	color: #0e0e0d;
	font-family: 'Poppins', sans-serif;
	background-color: #ffffff !important;
	font-weight: 400;
	overflow-x: hidden !important;
	line-height: 1;
}
html,
body,
.wrapper {
	height: 100%;
}
.fs-35 {
	font-size: 35px;
}
.size-40 {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}
a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	outline: medium none !important;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none !important;
}
a img,
iframe {
	border: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --- All Colours Used (Only Colors) ---*/
.slateblue {
	color: #6772e5 !important;
}
.dodgerblue {
	color: #45c2ed !important;
}
.blue {
	color: #00abe6 !important;
}
.white {
	color: #fff !important;
}
.medblack {
	color: #2a2a2a !important;
}
.black {
	color: #000 !important;
}
.darkred {
	color: #e72952 !important;
}
.darkgray {
	color: #444445 !important;
}
.darkgray_clr {
	color: #444445 !important;
}
/* --- All Background-colors + Borders Used ---*/
.bgslateblue {
	background-color: #6772e5;
	border: 1px solid #6772e5;
}
.bgdodgerblue {
	background-color: #45c2ed;
	border: 1px solid #45c2ed;
}
.bgblue {
	background-color: #00abe6;
	border: 1px solid #00abe6;
}
.bgwhite {
	background-color: #fff;
	border: 1px solid #fff;
}
.bgmedblack {
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.bgdarkred {
	background-color: #e72952;
	border: 1px solid #e72952;
}
.darkgray {
	background-color: #444445;
	border: 1px solid #444445;
}
.graycolor {
	color: #343434 !important;
}
.medgray {
	color: #3c3d3d !important;
}
.carousel {
	-webkit-backface-visibility: none !important;
	backface-visibility: none !important;
	-webkit-transform: translateZ(0px) !important;
	transform: translateZ(0px) !important;
}
/* ----- All buttons hover styles used -----*/
button:hover,
btn:focus,
a[type=button]:hover {
	box-shadow:
		0 2px 2px rgba(0, 0, 0, .1),
		0 4px 4px rgba(0, 0, 0, .1),
		0 8px 8px rgba(0, 0, 0, .1),
		0 16px 16px rgba(0, 0, 0, .1);
	outline: medium none !important;
	text-decoration: none;
	background: #343a40 !important;
	cursor: pointer;
	box-shadow: none !important;
}
[type=reset],
[type=submit],
button,
btn,
html [type=button] {
	-webkit-appearance: none !important;
	outline: medium none !important;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
}
/* ----- All Small buttons with color SlateBlue -----*/
a.slatebluesmall {
	padding: 12px 12px 12px 36px;
	margin-right: 2px;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	font-weight: 600;
	min-width: 125px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	line-height: inherit;
	color: #fff;
	position: relative;
}
.user_btn.slatebluesmall {
	padding: 12px 10px;
	min-width: 85px;
}
a.slatebluesmall img {
	position: absolute;
	left: 6px;
	top: 7px;
}
/* ----- All Medium buttons with color SlateBlue -----*/
a.slatebluemedium {
	padding: 15px 20px;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	min-width: 175px;
	max-width: 175px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	line-height: inherit;
	color: #fff;
}
/* ----- All large buttons with color SlateBlue -----*/
a.slatebluelarge {
	padding: 15px 20px;
	text-decoration: none;
	outline: none;
	font-size: 17px;
	min-width: 200px;
	max-width: 200px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	line-height: inherit;
	color: #fff;
}
.slatebluelarge {
	padding: 13px 20px;
	text-decoration: none;
	outline: none;
	font-size: 17px;
	min-width: 200px;
	max-width: 200px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	line-height: inherit;
	color: #fff;
	cursor: pointer;
}
/* ----- All Extra large buttons with color SlateBlue -----*/
a.slateblueextralarge {
	padding: 0px 15px 0px !important;
	border-radius: 30px;
	font-size: 19px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	min-width: 265px;
	max-width: 265px;
	color: #fff;
}
.slateblueextralarge {
	padding: 0px 15px 0px;
	border-radius: 30px;
	font-size: 19px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	min-width: 265px;
	max-width: 265px;
	color: #fff;
}
/* ----- All Small buttons with color SlateBlue -----*/
a.dodgerbluesmall {
	padding: 12px;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	font-weight: 600;
	min-width: 125px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	line-height: inherit;
	color: #fff;
}
a.dodgerbluesmall:hover,
a.slateblueextralarge:hover,
.slatebluelarge:hover,
a.slatebluelarge:hover,
a.slatebluemedium:hover,
.slateblueextralarge:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 4px 4px rgba(0, 0, 0, .1), 0 8px 8px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1);
	outline: medium none !important;
	text-decoration: none;
	background: #6570DE !important;
	cursor: pointer;
	box-shadow: none !important;
}
/* ----- Section Main Headings, Sub Heading Used, -----*/
.exlarge_title {
	color: #2a2a2a;
	font-weight: 300;
	font-size: 55px;
	margin: 0;
	vertical-align: middle;
	text-transform: uppercase;
}
.exlarge_title span {
	color: #00abe6;
	font-weight: 700;
	margin: 0;
}
.large_title {
	color: #2a2a2a;
	font-weight: 300;
	font-size: 33.8px;
	margin: 0;
	vertical-align: middle;
	text-transform: uppercase;
}
.large_title span {
	color: #00abe6;
	font-weight: 700;
	margin: 0;
}
.medium_title {
	color: #2a2a2a;
	font-weight: 300;
	font-size: 30px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
}
.medium_title span {
	text-align: center;
	color: #00abe6;
	font-weight: 700;
	margin: 0;
}
.small_title {
	color: #2a2a2a;
	font-weight: 300;
	font-size: 25px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
}
.small_title span {
	color: #00abe6;
	font-weight: 700;
	margin: 0;
}
.exsmall_title {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
}
/* ----- Section Main Paragraphs Used -----*/
.main_paragraph {
	text-align: center;
	color: #343434;
	font-weight: 300;
	font-size: 20px;
	margin: 15px auto 0;
	vertical-align: middle;
	text-transform: none;
	line-height: 30px;
}
/*-- All font weights --*/
.text-bold {
	font-weight: 700;
}
.text-semibold {
	font-weight: 600;
}
.text-medium {
	font-weight: 500;
}
.text-regular {
	font-weight: 400;
}
.text-light {
	font-weight: 300;
}
.text_upper {
	text-transform: uppercase;
}
/* -- Margins used --*/
.marg-0 {
	margin: 0;
}
/*-- Dashed boxes buttons hover --*/
.boxes_boxes:hover {
	color: #fff !important;
	background-color: #343a40 !important;
	border: 1px dashed #fff !important;
	cursor: pointer
}
/*-- Dashed boxes buttons hover --*/
.boxes_boxes:hover img {
	filter: invert(1) !important;
}
.carousel-indicators .active,
.carousel-indicators li {
	margin: 2px !important;
	border-radius: 30px !important;
}
/* Resets */
/*** Header/ Navigation section Starts ***/
header {
	padding: 0px 0 10px;
	border-bottom: 1px solid #45c2ed;
	background: #fff;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #45c2ed;
	background-color: #45c2ed;
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay .closebtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 35px;
	padding: 0;
	text-decoration: none;
	color: #fff !important;
	display: block;
}
.contact_top {
	margin: 25% auto 0;
}
.login-buttons {
	position: relative;
	display: inline-flex;
	margin: 0px 0 0 35px;
}
.login-buttons a.loginbtn {
	margin: 0px 9px 0 0;
	min-width: 110px;
	padding: 12px 5px 11px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}
.login-buttons a.signupbtn {
	margin: 0px 0px 0 9px;
	min-width: 110px;
	padding: 12px 5px 11px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}
.overlay a {
	padding: 15px 10px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-transform: uppercase;
}
.overlay .social-bottom {
	clear: both;
	top: 0;
	position: relative;
	width: 85%;
	margin: 0% auto 0;
	display: block;
}
.social-links {
	display: inline-flex;
	text-align: center;
	margin: 20px auto 0;
}
.social-links a {
	padding: 0 10px;
	font-size: 30px;
	display: inline-block;
	color: #6772e5;
}
header .navbar-header .toggle-menu {
	display: none;
}
header .navbar-header .toggle-menu {
	font-size: 32px;
	cursor: pointer;
	color: #fff !important;
	padding: 2.1px 8px 4.1px;
	border-radius: 10px;
	margin: 20px 15px 0px 15px;
	float: left;
}
header .navbar-header span.icon-bar {
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 1px;
	background-color: #fff !important;
	margin: 5px 0 5px;
}
header .navbar-header a {
	display: inline-block;
}
header .navbar-header img {
	display: inline-block;
	margin: 18px auto 0;
}
.navigation-menu {
	list-style: none;
	margin: 11px 0 0 auto !important;
	padding: 0;
	position: relative;
	z-index: 222;
	display: block;
	top: 5px;
}
header ul.navigation-menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0px;
}
li .overlay-content {
	position: relative;
	display: flex;
}
.navigation-menu li .overlay-content a {
	position: relative;
}
.navigation-menu li a {
	display: block;
	color: #161c2d;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-left: 0px;
	margin-right: 15px;
	pointer-events: auto;
}
.navigation-menu li a {
	font-size: 17px;
	margin-right: 15px;
}
.navigation-menu li .overlay-content a.active::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #45c2ed;
	bottom: -5px;
	left: 0;
	animation: progress 1s;
}
.navigation-menu li .overlay-content a:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #45c2ed;
	bottom: -5px;
	left: 0;
	animation: progress 0.5s;
}
@keyframes progress {
	0% {
		width: 0;
	}
	100% {
		width: 95%;
	}
}
.navigation-menu li .overlay-content a:hover {
	text-decoration: none;
}
header ul.navbar-right {
	position: relative;
	z-index: 222;
	margin: -8px 0 0 8px;
	display: block;
	top: 12px;
}
header ul.navbar-right li {
	display: inline-block;
	padding: 0 2px;
	vertical-align: bottom;
}
header ul.navbar-right li .loginbtn {
	border-radius: 10px;
	box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	border: 2px solid #45c2ed;
	padding: 8px 10px 4px;
	min-width: 150px;
	margin: 0 10px 0 0;
	font-size: 15px;
}
header ul.navbar-right li .loginbtn span {
	font-weight: 600;
}
header ul.navbar-right li .loginbtn img.navi_icon {
	vertical-align: middle;
	max-width: 28px;
}
header ul.navbar-right li .loginbtn img.navi_icon.onhover {
	display: none;
}
header ul.navbar-right li .orderbtn {
	border-radius: 10px;
	box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	border: 2px solid #45c2ed;
	padding: 8px 10px 4px;
	min-width: 150px;
	font-size: 15px;
}
header ul.navbar-right li .orderbtn span {
	font-weight: 600;
}
header ul.navbar-right li .orderbtn img.navi_icon {
	vertical-align: middle;
	max-width: 28px;
}
header ul.navbar-right li .loginbtn:hover {
	color: #fff !important;
}
header ul.navbar-right li .loginbtn:hover img.navi_icon.onhover {
	display: inline-block;
}
header ul.navbar-right li .loginbtn:hover img.navi_icon.normal {
	display: none;
}
.helpOption {
	position: fixed;
	bottom: 90px;
	right: 10px;
	left: auto !important;
	left: 15px;
	z-index: 999;
	background: #6772e5;
	height: 58px;
	padding: 5px;
	border-radius: 89px;
	transition: ease all 1s;
	width: 58px;
	overflow: hidden;
	z-index: 20000299;
}
.helpOption a.liveChat {
	color: #fff !important;
	padding: 0 !important;
	border-radius: 60px !important;
	font-size: 16px !important;
	width: auto !important;
	font-weight: 500 !important;
	line-height: 52px !important;
	text-decoration: none !important;
	margin: 0 !important;
	height: auto !important;
	display: block !important;
	border: medium none !important;
	background: transparent !important;
	text-align: center;
}
.helpOption img {
	float: left;
	margin: 0;
	background: #45c2ed;
	padding: 11px;
	border-radius: 100%;
}
.helpOption:hover {
	width: 225px;
	display: inline-block;
	transition: ease all 1s;
}
.header-space {
	clear: both;
}
.sticky {
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 1px 4px 0px #d3d3d3;
	top: 0;
	width: 100%;
	border-bottom: 2px solid #45c2ed;
}
/*** Header/ Navigation section Ends ***/
/*** Discount Modal Popup Starts ***/
#discountmodal.modal {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0px;
	-webkit-animation: popin .3s;
	animation: popin .3s;
	animation-name: popin .3s;
	background: rgba(0, 0, 0, 0.95);
	width: 100%;
	height: 100%;
	position: fixed;
}
.discountmodal .modal-dialog {
	margin: 150px auto 0;
	max-width: 890px !important;
}
.discountmodal .modal-content {
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-content {
	padding: 35px 40px 35px 55px;
}
.discountmodal .modal-content .btn-close {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin: -3% 0 0 0;
	background: #6772e5;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	text-decoration: none;
	outline: none;
	position: absolute;
	right: -10px;
	top: 5px;
	z-index: 1;
}
.discountmodal .modal-content .modal-body {
	padding: 20px 15px;
}
.discountmodal .modal-content h1 {
	text-align: center;
	color: #45c2ed;
	font-weight: 700;
	font-size: 32px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
	line-height: 30px;
}
.discountmodal .modal-content h1 span {
	color: #EB5071;
	display: inline-block;
}
.discountmodal .modal-content p {
	text-align: center;
	color: #a3a3a3;
	font-weight: 300;
	font-size: 16px;
	margin: 5px auto;
	vertical-align: middle;
	text-transform: none;
	line-height: 25px;
	padding: 0 25px;
}
.discountmodal .modal-content .modal_dimiss {
	font-size: 16px;
	text-align: center;
	color: #6c757d !important;
	font-weight: 300;
	margin: 10px auto 15px;
	text-transform: none;
	line-height: 15px;
	text-decoration: underline !important;
	display: block;
	cursor: pointer;
}
.discountmodal .modal-content .discount_button a {
	background: #00abe6;
	padding: 14px 10px 14px !important;
	color: #fff !important;
	margin: 0px 0px 0 0px;
	border-radius: 30px;
	border: 1px solid #00abe6;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	min-width: 230px;
	max-width: 230px;
	font-weight: 600;
}
.discountmodal .modal-content p.valid {
	font-size: 24px;
	list-style-type: none;
	text-transform: capitalize;
	margin: 20px 0px 20px;
	text-align: center;
	color: #161c2d;
	font-weight: 300;
	line-height: 15px;
	vertical-align: middle;
	padding: 0 25px;
}
.counter {
	margin-top: 10px;
}
.discountmodal .modal-content .modal-body .counter ul {
	margin: 0 0 20px;
}
.discountmodal .modal-content .counter ul li {
	display: inline-block;
	font-size: 14px;
	list-style-type: none;
	text-transform: capitalize;
	margin: 0 5px 0;
	text-align: center;
	color: #405057;
	font-weight: 500;
	min-width: 65px;
	max-width: 65px;
	background: linear-gradient(#dee2e6, #45c2ed);
	padding: 15px 5px 7px;
	border-radius: 50%;
	line-height: 22px;
}
.discountmodal .modal-content .counter ul li span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #405057;
	margin: 0px 0 0px;
}
.mx-w-870 {
	max-width: 870px;
}
#discountmodal .mx-w-870 .trust-pilot {
	width: fit-content;
	margin: 0 auto;
}
#discountmodal .trust-pilot-text p {
	text-align: left;
	color: #000;
	line-height: 17px;
}
#discountmodal .trust-pilot-text p b {
	font-weight: 600;
	color: #000;
}
#discountmodal .trust-pilot-text p {
	text-align: left;
	color: #000;
	line-height: 17px;
}
/*** Discount Modal Popup Ends ***/
/*** Top Banner section Starts ***/
.top-banner {
	background-image: url("../images/banner_bg.png");
	background-size: unset;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 12px 0 30px;
	top: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
}
.top-banner .left-content {
	padding: 0px 0px 0px;
	color: #fff;
}
.hexagon {
	text-align: left;
	padding: 0 0 0 15px;
}
.top-banner .left-content h1 {
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 800;
	color: #353535;
	font-size: 31px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding: 50px 0px 0px 0px;
}
.top-banner .left-content h1 span {
	font-weight: 800;
	letter-spacing: 1px;
}
.top-banner .left-content h1 span {
	font-weight: 800;
	letter-spacing: 1px;
}
.head_last {
	color: #525252;
}
.top-banner .left-content .para_box {
	border-left: 4px solid #00abe6;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 8px;
}
.top-banner .left-content .para_box .main_paragraph {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	color: #666363 !important;
}
.top-banner .left-content .main_paragraph {
	text-align: left;
	font-size: 18.5px;
	line-height: 24px;
	margin: 5px 0px 5px 0px;
	color: #4c4a4a !important;
}
.usps_wrapper {
	margin: 20px 0 0;
	position: relative;
}
.usps_wrapper ul li {
	padding: 12px 15px;
	margin-bottom: 8px;
	border-radius: 20px;
	position: relative;
	transition: all 0.9s linear;
	width: 80%;
}
.usps_wrapper ul li p {
	font-size: 16px;
	color: #666363;
	font-weight: 500;
	margin-bottom: 0;
	margin-left: 30px;
}
.usps_wrapper .usps_cricles {
	background: url("../images/circled_icon.png");
	height: 33px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	background-repeat: no-repeat;
}
.usps_wrapper .usps_cricles.icon1 {
	background-position: 0px 0px;
}
.trusted {
	margin: 20px 0 0 0px;
}
.trusted span {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	margin: 0px 0 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	color: #525252 !important;
}
.trusted span span {
	color: #45c2ed !important;
	vertical-align: unset;
}
.banner_seals {
	text-align: left;
	padding: 0 0 0 0px;
	margin: 17px 0 20px;
}
.top-banner .left-content .banner_seals > .row .col-md-4:nth-child(2) {
	padding-left: 8px;
}
.top-banner .left-content .banner_seals > .row .col-md-4:nth-child(3) {
	padding-left: 0px;
}
/* Contact Form */
#contact_form {
	position: relative;
}
.banner-form {
	border: none !important;
	box-shadow: -1px -1px 48px 5px #898989;
	-webkit-box-shadow: -1px -1px 48px 5px #898989;
}
.form-head {
	position: relative;
	background: linear-gradient(to right, #59cbf2 41%, #49bce3 20px);
	width: 110%;
	left: -20px;
	margin-bottom: 12px;
	border-radius: 5px 5px 0 0;
	padding: 10px 0 8px;
}
.top-banner .right-content #contact_form.calculate_order p.main_paragraph {
	color: #525252 !important;
	text-align: left;
	line-height: 18px;
	z-index: 5;
	position: relative;
	font-size: 16px;
}
.top-banner .right-content .order-form .form-control {
	box-sizing: border-box;
	cursor: pointer;
	outline: medium none !important;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	margin: 0px auto 0px;
	padding: 10px 15px;
	color: #444444;
	font-size: 13px;
	display: block;
	border-radius: 20px;
	box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
	border: 1px solid #fff;
	height: 34px;
	background: #fff;
}
.top-banner .right-content .order-form .password_require {
	color: #5a5757;
	font-style: italic;
	margin: 5px 0 0 5px;
	display: inline-block;
	font-size: 11px;
}
.top-banner .right-content .order-form .lbl {
	color: #444445 !important;
	font-size: 14px !important;
	font-weight: 500;
	margin: 2px 0px 0px 0px !important;
	background: transparent !important;
	padding: 0px 10px 5px;
	float: unset !important;
	line-height: 23px;
	text-align: left;
	border-radius: 15px;
}
.start-required {
	font-size: 18px;
}
.iti {
	display: block !important;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
	border-radius: 0;
}
.iti__country-list {
	max-width: 369.75px;
}
.iti--separate-dial-code .iti__selected-dial-code {
	color: #000;
}
#phone {
	padding-left: 85px;
}
.top-banner .right-content #contact_form.calculate_order .form-title h3 {
	justify-content: center;
	z-index: 5;
	position: relative;
	line-height: 20px;
}
.form-head:before {
	content: "";
	background: #279ac0;
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 20px;
	width: 20px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.form-head:after {
	content: "";
	background: #279ac0;
	position: absolute;
	right: 0;
	bottom: -20px;
	height: 20px;
	width: 20px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
.top-banner .right-content #contact_form.calculate_order .form-title h3 strong {
	font-size: 17px;
	font-weight: 600;
	padding-left: 0;
}
.top-banner .right-content #contact_form.calculate_order p.main_paragraph {
	color: #525252 !important;
	text-align: left;
	line-height: 18px;
	z-index: 5;
	position: relative;
	font-size: 16px;
	padding: 0 23px;
	margin: 5px 0px 0px 0px;
}
.order-form input,
textarea::placeholder {
	font-size: 14px !important;
	color: #444444 !important;
	font-style: italic !important;
}
.order-form input:focus::placeholder {
	opacity: 0 !important
}
.order-form input:focus::-webkit-input-placeholder {
	opacity: 0 !important
}
.order-form input:focus:-moz-placeholder {
	opacity: 0 !important
}
.order-form input:focus::-moz-placeholder {
	opacity: 0 !important
}
.order-form input:focus:-ms-input-placeholder {
	opacity: 0 !important
}
#auto-response {
	background: #45c2ed;
	padding: 10px 15px;
	margin: 5px 0 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	line-height: 20px;
	width: 85%;
	margin-left: auto;
}
#auto-response p {
	margin: 0;
	color: #fff;
	font-size: 15px;
}
/*========parsley=============*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	border: 1px solid #5fba7d !important;
	font-weight: 300;
	outline: none;
	box-shadow: none;
	margin: 0 0 10px;
	color: #000000
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	border: 1px solid #FF0101 !important;
	box-shadow: rgba(255, 1, 1, 0.47) 0px 0px 5px !important;
	font-weight: 300;
	margin: 0 0 10px;
}
.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	display: none;
}
.parsley-errors-list.filled {
	opacity: 1;
}
/*========parsley end=============*/
.trust-pilot {
	display: flex;
	align-items: center;
}
.trust-pilot-pic1 {
	background-color: #000031;
}
.trust-pilot-pic {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.trust-pilot-pic1 img {
	width: 30px;
	margin-bottom: 2px;
}
.trust-pilot-pic .fav-img {
	width: 40px;
}
.trust-pilot-text {
	color: #000;
}
.trust-pilot-text p:first-child {
	margin-bottom: 5px;
	margin-top: 0px;
}
.trust-pilot-text p:last-child {
	margin-bottom: 0px;
	margin-top: 0px;
}
.trust-pilot-text .name {
	font-size: 13px;
}
.top-banner .left-content {
	padding: 0px 0px 0px;
	color: #fff;
}
.top-banner .right-content {
	padding: 65px 0 0px;
}
.top-banner .right-content .calculate_order {
	background: #f6f6f6;
	padding: 20px 0px 0px;
	border-radius: 20px;
	margin-left: auto;
	width: 85%;
	display: block;
	box-shadow: -1px -1px 48px 5px #898989;
	-webkit-box-shadow: -1px -1px 48px 5px #898989;
}
/*** Top Banner section Ends ***/
/*** Benefits and Features section Starts ***/
.benefits_area {
	background-color: #f9f9f9;
	padding: 60px 0;
}
.comn_dark_top {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
.benefit_midle {
	margin-top: 50px;
}
.benefit_card.newbox {
	padding: 15px 15px;
	transition: all 0.4s linear;
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px !important;
	flex-direction: column;
	flex: 1;
	border: 2px solid #fff;
	background: #fff !important;
	margin-bottom: 20px;
}
.benefit_card.newbox .card_content h3 {
	font-size: 16px;
	margin: 20px 0 0;
	word-wrap: break-word;
	color: #111111;
	line-height: 19px;
	font-weight: 700;
}
.benefit_card.newbox .card_content .icon_wraper {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(../images/benefits_sprites_icons.png);
	background-color: unset;
	border-radius: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefit_card.newbox:hover {
	border: 2px solid #42c3ef;
}
.benefit_card.newbox .card_content .icon_wraper.icon1 {
	background-position: -2px -4px;
}
.benefit_card.newbox .card_content .icon_wraper.icon2 {
	background-position: -125px -3px;
}
.benefit_card.newbox .card_content .icon_wraper.icon3 {
	background-position: -259px -1px
}
.benefit_card.newbox .card_content .icon_wraper.icon4 {
	background-position: -396px -1px
}
.benefit_card.newbox .card_content .icon_wraper.icon5 {
	background-position: -259px -100px;
}
.benefit_card.newbox .card_content .icon_wraper.icon6 {
	background-position: -396px -100px
}
.benefit_card.newbox .card_content .icon_wraper.icon7 {
	background-position: -2px -100px;
}
.benefit_card.newbox .card_content .icon_wraper.icon8 {
	background-position: -119px -100px;
	width: 97px;
}
.benefit_mdl_lft {
	background: #FFFFFF;
	border: 2px solid #42c3ef;
	border-radius: 20px;
	margin-top: 15px;
}
.benefit_mdl_tp {
	background-image: linear-gradient(to right, #42c3ef, #828ae3);
	color: #fff;
	border-top-right-radius: 18px;
	border-top-left-radius: 17px;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 10px;
}
.benefit_mdl_tp h3 {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	position: relative;
	top: 4px;
}
i.fa-gift {
	font-size: 30px;
}
.benefit_mdl_btm {
	padding: 20px 20px 10px;
}
.benefit_mdl_btm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefit_mdl_btm ul li {
	border: 1px dashed #42c3ef;
	border-radius: 20px;
	padding: 6px 10px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	transition: all 0.2s linear;
	width: 49%;
	font-size: 12.7px;
	position: relative;
}
.benefit_mdl_btm ul li span {
	position: absolute;
	right: 7px;
	font-weight: 600;
	color: #42C3EF;
	text-decoration: line-through;
}
.benefit_mdl_right {
	text-align: center;
}
.benefit_mdl_right_card {
	width: 100%;
	position: relative;
	display: inline-block;
}
.benefit_mdl_btm ul li:hover {
	color: #fff !important;
	background-color: #343a40 !important;
	border: 1px dashed #fff !important;
}
/*** Benefits and Features section Ends ***/
/*** Services section Starts ***/
.servicesss {
	background-color: #f9f9f9;
	padding: 60px 0 0;
}
#services hgroup h6 {
	margin-bottom: 30px;
}
#services .left-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.lh-20 {
	line-height: 20px;
}
.c-services__item {
	background: #fff;
	padding: 20px 15px;
	border-radius: 25px;
	box-shadow: 0 7px 20px rgba(100, 28, 2, 0.135);
	-webkit-transition: all 300ms ease,
		-webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms ease,
		-webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms ease,
		transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 300ms ease,
		transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275),
		-webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	z-index: 1;
	margin: 25px 0 0;
	text-align: center;
	min-height: 265px;
}
.c-services__item.firstbox {
	display: block;
	background: #00abe6 !important;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.c-services__item .icon_box.box1 {
	top: 0;
	left: 0;
}
.c-services__item.firstbox .icon_box {
	background: #fff;
}
.c-services__item .icon_box {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px 0;
	cursor: pointer;
	transition: inherit;
	background-repeat: no-repeat;
	background-position: center;
	background: #42c3ef;
	text-align: center;
}
.c-services__item .content_side {
	margin-top: 0px;
	position: relative;
}
.c-services__item.firstbox .content_side svg {
	fill: #fff;
}
.c-services__item .content_side svg {
	width: 45px;
	height: 45px;
	line-height: 35px;
	fill: #00abe6;
	margin: 0px 0 10px;
}
.c-services__item.firstbox h5,
.c-services__item.firstbox p {
	color: #fff;
}
.c-services__item h5 {
	color: #00abe6;
	font-size: 20px;
	letter-spacing: -0.04em;
	line-height: 24px;
	font-weight: 600;
}
.c-services__item p {
	margin-top: 10px;
	font-weight: 400;
	color: #6c757d;
	line-height: 22px;
}
.c-services__item .icon_box.box2 {
	bottom: 0;
	right: 0;
}
#services .right__wrapper > p {
	color: #6c757d;
}
.services-list {
	max-width: 480px;
	margin-bottom: 0px;
}
.services-list a {
	padding: 0 15px;
	line-height: 33px;
	border: 1px solid #00abe6;
	color: #00abe6;
	border-radius: 8px;
	font-weight: 600;
	pointer-events: none;
	margin-right: 15px;
	margin-bottom: 20px !important;
	display: inline-block;
}
.services-list a:last-child {
	background: #03afeb;
	color: #fff;
}
.service-categoriess {
	margin-top: 27px;
}
.service-categoriess > p {
	color: #6c757d;
}
.auto_slideshow {
	position: relative;
	margin-bottom: 20px;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0px;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.service-categoriess .card {
	text-align: center;
	padding: 0px 15px 0px;
	margin: 3px 0 10px;
	height: 137px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-card {
	background: transparent;
}
.service-card:hover {
	border-right: 5px solid #42c3ef;
	border-left: 5px solid #42c3ef;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.01);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.01);
	transition: all 200ms ease-in;
}
.service-categoriess .card-title {
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #6c757d !important;
	font-weight: 500;
}
.service-categoriess .subjects_icon {
	background: url("../images/subjects_sprites_icons.png");
	width: 42px;
	height: 38px;
	margin: 0 auto 0;
	display: inline-block;
	position: relative;
	transition: transform .5s, visibility .5s ease-in;
}
.service-categoriess .subjects_icon.icon1 {
	background-position: -11px -7px;
}
.service-categoriess .subjects_icon.icon2 {
	background-position: -89px -5px;
}
.service-categoriess .subjects_icon.icon3 {
	background-position: -156px -1px;
}
.service-categoriess .subjects_icon.icon4 {
	background-position: -222px -9px;
}
.service-categoriess .subjects_icon.icon5 {
	background-position: -294px -3px;
}
.service-categoriess .subjects_icon.icon6 {
	background-position: -365px -1px;
}
.service-categoriess .subjects_icon.icon7 {
	background-position: -422px 0;
}
.service-categoriess .subjects_icon.icon8 {
	background-position: -490px 0px;
}
.service-categoriess .subjects_icon.icon9 {
	background-position: -560px 0px;
}
.service-categoriess .subjects_icon.icon10 {
	background-position: -628px 0px;
}
.service-categoriess .subjects_icon.icon11 {
	background-position: 0 -67px;
}
.service-categoriess .subjects_icon.icon12 {
	background-position: -70px -67px;
}
.service-categoriess .subjects_icon.icon13 {
	background-position: -140px -67px;
}
.service-categoriess .subjects_icon.icon14 {
	background-position: -210px -67px;
}
.service-categoriess .subjects_icon.icon15 {
	background-position: -140px -196px;
}
.service-categoriess .subjects_icon.icon16 {
	background-position: -210px -197px;
}
.service-categoriess .subjects_icon.icon17 {
	background-position: -15px -59px;
}
.service-categoriess .subjects_icon.icon18 {
	background-position: -86px -58px;
}
.service-categoriess .subjects_icon.icon19 {
	background-position: -155px -57px;
}
.service-categoriess .subjects_icon.icon20 {
	background-position: -223px -59px;
}
.service-categoriess .subjects_icon.icon21 {
	background-position: -296px -59px;
}
.service-categoriess .subjects_icon.icon22 {
	background-position: -359px -58px;
}
.service-categoriess .subjects_icon.icon23 {
	background-position: -91px -74px;
}
.service-categoriess .subjects_icon.icon2-1 {
	background-position: -15px -113px;
}
.service-categoriess .subjects_icon.icon2-2 {
	background-position: -78px -113px;
}
.service-categoriess .subjects_icon.icon2-3 {
	background-position: -147px -113px;
}
.service-categoriess .subjects_icon.icon2-4 {
	background-position: -218px -108px;
	width: 43px;
}
.service-categoriess .subjects_icon.icon2-5 {
	background-position: -286px -113px;
}
.service-categoriess .subjects_icon.icon2-6 {
	background-position: -361px -113px;
}
.service-categoriess .subjects_icon.icon2-7 {
	background-position: -9px -167px;
}
.service-categoriess .subjects_icon.icon2-8 {
	background-position: -76px -167px;
}
.service-categoriess .subjects_icon.icon2-9 {
	background-position: -145px -166px;
}
.service-categoriess .subjects_icon.icon2-10 {
	background-position: -217px -169px;
}
.service-categoriess .subjects_icon.icon2-11 {
	background-position: -287px -168px;
}
.service-categoriess .subjects_icon.icon2-12 {
	background-position: -350px -275px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-1 {
	background-position: -5px -221px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-2 {
	background-position: -74px -221px;
}
.service-categoriess .subjects_icon.icon3-3 {
	background-position: -143px -222px;
}
.service-categoriess .subjects_icon.icon3-4 {
	background-position: -215px -221px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-5 {
	background-position: -284px -222px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-6 {
	background-position: -352px -221px;
}
.service-categoriess .subjects_icon.icon3-7 {
	background-position: -278px -279px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-8 {
	background-position: -73px -280px;
}
.service-categoriess .subjects_icon.icon3-9 {
	background-position: -3px -280px;
}
.service-categoriess .subjects_icon.icon3-10 {
	background-position: -348px -166px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-11 {
	background-position: -143px -277px;
	width: 45px;
}
.service-categoriess .subjects_icon.icon3-12 {
	background-position: -348px -166px;
	width: 45px;
}
section#services .owl-carousel .owl-controls {
	margin-top: 20px;
	text-align: center;
}
section#services .owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
section#services .owl-carousel .owl-controls .owl-page.active span,
section#services .owl-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #45c2ed !important;
	border: 2px solid #45c2ed;
}
section#services .owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	border-radius: 50%;
	background: 0 0;
	border: 2px solid #6c757d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #6c757d !important;
}
.about_card {
	background-color: transparent;
	padding: 18px 0 20px;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	position: relative;
	border-radius: 30px;
	z-index: 222;
}
.about_card .counter-box h2 {
	font-size: 40px;
	font-weight: 700;
	color: #45c2ed;
}
.about_card .counter-box h5 {
	font-size: 18px;
}
/*** Services section Ends ***/
/* OUR PROCESS */
#ourprocess {
	background-color: #f9f9f9;
	padding: 60px 0;
}
#ourprocess .lower-part {
	margin-bottom: 1rem;
}
#ourprocess .upper-part h5 {
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
}
#ourprocess .upper-part p {
	font-weight: 400;
	color: #161c2d;
	line-height: 20px;
}
#ourprocess .lower-part .process__fig {
	display: flex;
	width: 200px;
	height: 200px;
	justify-content: center;
	align-items: center;
	border: 1px solid #00abe6;
	border-radius: 50%;
	background: #00abe624;
	margin: 0 auto;
}
#ourprocess .lower-part .process__fig img {
	width: 60%;
	transition: all 0.2s linear;
}
.process__column:hover .process__fig img:hover {
	transform: scale(1.1);
}
.first__column,
.third__column {
	position: relative;
}
.secound__column {
	display: flex;
	flex-direction: column;
	position: relative;
}
.secound__column .arrow__left embed {
	position: absolute;
	left: -75px;
	top: 197px;
	transform: rotate(-35deg);
	width: 65px;
}
.fourth__column.secound__column .arrow__left embed {
	left: -48px;
	top: 197px;
}
.secound__column .arrow__right embed {
	position: absolute;
	right: -75px;
	top: 161px;
	transform: rotate(35deg);
	width: 71px;
}
.secound__column .upper-part {
	order: 1;
}
.first__process--text p {
	margin-bottom: 35px;
}
/* OUR PROCESS */
/* Testimonial */
.new__testimonials {
	background: #f9f9f9;
	padding: 50px 0;
}
.new__testimonials > .container > .row:first-child {
	margin-bottom: 40px;
}
.roww {
	width: 100%;
	margin: 0 auto;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.new__testimonials .slick-list.draggable {
	padding: 50px 30px 0 !important;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide {
	margin: 0px 20px;
}
.reviews-slider__card {
	display: flex;
	width: 320px;
	height: 348px;
	padding: 30px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #c8d9ee;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 16px 0 rgba(54, 127, 211, .18);
	-webkit-transition: .3s cubic-bezier(.455, .03, .515, .955);
	transition: .3s cubic-bezier(.455, .03, .515, .955);
	position: relative;
}
.reviews-slider__top {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #c8d9ee;
}
.new__testimonials .testimonial__pic {
	position: absolute;
	top: -30px;
	left: -20px;
	border-radius: 50%;
	padding: 10px;
	background-color: #00afda;
	overflow: hidden;
}
.reviews-slider__castomer {
	color: #92abc9;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}
.reviews-slider__stars {
	display: flex;
	width: 100px;
	height: 16px;
	min-height: 16px;
	margin-bottom: 14px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.reviews-slider__wtr {
	color: #92abc9;
	font-size: 17px;
	text-align: center;
}
.reviews-slider__wtr span {
	color: #367fd3;
	font-weight: 700;
}
.reviews-slider__topic {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
	color: #6c757d;
}
.reviews-slide__text {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: rgb(14, 16, 26);
	font-size: 16px;
	line-height: 24px;
}
.review__card--btn {
	position: absolute;
	bottom: 13px;
	right: 20px;
}
.review__card--btn a {
	font-size: 13px;
	color: #6c757d;
}
.new__testimonials .slick-dots {
	bottom: -32px;
}
.new__testimonials .slick-dots li,
.reviews .slick-dots li {
	width: 12px;
	height: 12px;
	background: #18aae2;
	border-radius: 50%;
	-webkit-transform: none;
	transform: none;
	margin: 0 2px;
	opacity: 0.5;
}
.new__testimonials .slick-dots li.slick-active,
.reviews .slick-dots li.slick-active {
	background: #18aae2;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.new__testimonials .slick-dots li button,
.reviews .slick-dots li button {
	width: 12px;
	height: 12px;
	display: none;
}
.new__testimonials .testimonial__pic img {
	max-width: 60px;
}
/* Testimonial */
/* CTA */
.discount.bgdodgerblue {
	background-color: #45c2ed;
	border: 1px solid #45c2ed;
}
.discount .main_paragraph {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #6c757d !important;
}
.discount.bgdodgerblue .main_paragraph {
	color: #090b3adb !important;
}
.discount.last {
	padding: 40px 0 25px !important;
}
.discount .cta_right_img img {
	max-height: 230px;
}
.discount.last .cta_right_img img {
	margin: 0 0 0 0;
	max-width: 230px;
	float: right;
}
/* CTA */
/* Discount CTA */
.discount {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	padding: 40px 0 30px !important;
	color: #fff;
}
.discount .triangl {
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-width: 0px;
	border-left-width: 500px;
	border-bottom: 265px solid #00abe6;
	position: absolute;
	right: 0;
	bottom: 0;
}
.discount .small_title {
	font-size: 20px;
	margin: 0px 0 10px;
}
.discount .main_paragraph {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin: 0;
	color: #6c757d !important;
}
.discount .cta_cmn_btn {
	margin: 20px 0 0px;
}
.discount li {
	display: inline-block;
	padding: 0 0px;
	vertical-align: middle;
}
.discount .cta_cmn_btn a {
	display: block;
	text-align: left;
	float: left;
	margin: 10px 0px 0 0px;
	outline: none;
	text-decoration: none;
	border-right: 1px solid #00abe6;
}
.discount li .orderbtn {
	border-radius: 10px;
	box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
	border: 1px solid #00abe6;
	padding: 7px 10px 3px;
	min-width: 150px;
	text-align: center;
	margin: 10px 15px 0 0;
}
.discount li .orderbtn span {
	font-weight: 600;
	font-size: 15px;
}
.discount li .orderbtn img.navi_icon {
	vertical-align: middle;
	float: unset;
	max-width: 28px;
	margin: 0;
}
.discount li img.navi_img {
	vertical-align: middle;
	margin: 10px 0 0;
}
.discount .cta_cmn_btn li:nth-child(3) > a,
section.footer li:nth-child(2) > a.call-cta,
section.footer a.phone {
	pointer-events: none !important;
}
.discount li img.navi_icon {
	vertical-align: sub;
	float: none;
	margin: 0 4px 0 5px;
}
.discount .cta_right_img img {
	margin: 0px auto 0;
	max-height: 230px;
	float: right;
}
.discount li p {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: left;
	color: #00abe6;
	margin: 0 10px 0 0px;
}
.cta_cmn_btn a span.darkgray_clr {
	color: #000 !important;
}
.cta_cmn_btn span.second {
	display: block;
	font-size: 16px;
	padding: 5px 0 5px 0px;
}
.discount.bgdodgerblue li a {
	border-right: 1px solid #6772e5;
}
.discount li:nth-child(4) a {
	border: medium;
	padding: 0;
}
/* Discount CTA */
/* Footer */
section.footer {
	background: #555;
	padding: 30px 0 10px;
	color: #fefefe;
	/* margin: 30px 0 0; */
}
.footer-area {
	position: relative;
}
.availability {
	position: absolute;
	top: -190px;
	background: rgb(103, 114, 229);
	background: linear-gradient(to right, #6772e5 10%, #45c2ed 100%);
	right: 0;
	left: 0;
	padding: 25px 0px;
}
.available-content {
	padding: 0px 0px 0px 20px;
}
.available-content h3 {
	font-size: 23px;
	color: white;
	padding: 0px 0px 10px 0px;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white:hover {
	border-radius: 10px;
	box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: -2px 4px 8px 1px rgb(103 114 229 / 90%) !important;
	border: 1px solid #6570de;
	padding: 7px 10px 3px;
	min-width: 150px;
	background: #45c2ed !important;
	text-align: center;
	margin: 0px 15px 10px 0;
}
.btn_footer {
	margin: 30px 0 0px 65px;
}
a.dodgerbluesmall.orderbtn.bgslateblue.white {
	border-radius: 10px;
	box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
	border: 1px solid #47c2ed;
	padding: 7px 10px 3px;
	min-width: 150px;
	text-align: center;
	margin: 10px 15px 0px 0;
}
.availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white {
	background: #6772e5;
	border: 1px solid #6772e5;
}
.availability-cta li a {
	margin: 0px 5px !important;
	padding: 0px 6px;
}
.cta_cmn_btn a span {
	padding: 0px 0 0px 0px;
	font-size: 13px;
	margin: 0px 0 0 0;
}
.cta_cmn_btn a:hover span.second {
	color: #6772e5 !important;
}
.availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white img.navi_icon {
	margin: 0 !important;
}
.availability-cta a img.navi_icon {
	float: left;
	vertical-align: middle;
	max-height: 30px;
	margin: 9px 6px 0 0px;
}
.cta_cmn_btn a {
	display: block;
	text-align: left;
	float: left;
	margin: 10px 7px 0 0px;
	padding: 0px 0 0;
	outline: none;
	text-decoration: none;
	border-right: 1px solid #00abe6;
}
.brdr-none {
	border: none !important;
}
.cta_cmn_btn .availability-cta li:nth-child(3) > a {
	border: medium none;
}
.call-cta p {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0 !important;
}
.cta_cmn_btn a p {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: sub;
}
.btn_footer span.second {
	display: block;
	font-size: 16px;
	padding: 0px 0 5px 0px;
	line-height: 12px;
}
section.footer p {
	margin: 0px 0 15px;
	color: #fefefe;
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	text-transform: none;
	line-height: 25px;
}
.footer__seal__wrapper embed {
	width: 230px;
}
section.footer h5 {
	margin: 10px 0 0px;
	color: #fefefe;
	display: inline-block;
	font-weight: 700;
	padding: 0 0 10px;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 20px;
}
section.footer ul {
	margin: 0px;
}
section.footer a {
	color: #fefefe;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-size: 14.8px;
	font-weight: 300;
	margin: 0 0 7px;
	outline: none;
	display: inline-block;
	line-height: 25px;
}
section.footer li a:hover {
	color: #00abe6;
}
section.footer ul.minus_marg {
	margin: 0 0 0 -55px;
}
section.footer i {
	margin: 0 10px 0px 0;
	color: #45c2ed;
	width: 16px;
	text-align: center;
}
.discount .cta_cmn_btn li:nth-child(3) > a,
section.footer li:nth-child(2) > a.call-cta,
section.footer a.phone {
	pointer-events: none !important;
}
section.footer a.email {
	pointer-events: none;
}
.mail-text {
	font-size: 15px;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 7px;
	outline: 0 !important;
	display: inline-block;
	line-height: 25px;
	box-shadow: none !important;
	border: none;
	background: transparent !important;
}
.mail-text:hover,
.mail-text:focus {
	border: none;
	background: transparent !important;
}
[data-tooltip] {
	position: relative;
}
[data-tooltip]::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-10%);
	border-width: 4px 6px 0 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	z-index: 100;
	opacity: 0;
	transition: all 250ms ease;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	top: -6px;
	transform: translateX(-50%) translateY(-100%);
	background: #fff;
	text-align: center;
	color: #00afda;
	padding: 4px 4px;
	font-size: 14px;
	width: 160px;
	border-radius: 4px;
	pointer-events: none;
	opacity: 0;
	transition: all 250ms ease;
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
	opacity: 1;
}
.spin:hover {
	animation-name: spin;
	animation-duration: 900ms !important;
}
.copyright_footer .social_links i:hover {
	animation-name: spin;
	animation-duration: 900ms;
	color: rgba(12, 12, 12, 0.8);
}
section.footer i.spin:hover {
	animation-name: spin;
	animation-duration: 900ms;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
section.footer .disclaimer {
	margin: 40px 0 10px;
}
section.footer .disclaimer p {
	margin: 0px;
	color: #fefefe;
	display: block;
	font-weight: 300;
	font-size: 13.4px;
	text-transform: none;
	line-height: 18px;
	text-align: center;
}
.copyright_footer {
	background: #00abe6;
	padding: 20px 0 17px;
	margin: 0px 0 0;
	color: #fefefe;
}
.copyright_footer p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 25px;
}
.copyright_footer a {
	color: #fefefe;
	text-decoration: none !important;
	background-color: transparent;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	outline: none;
	line-height: 25px;
}
/* Footer */
/* Cookie */
.cookie-consent-modal {
	height: 10vh;
	width: 35vw;
	position: fixed;
	left: 0;
	z-index: 999;
	display: none;
	align-items: flex-end;
	bottom: 0;
}
.cookie-consent-modal.active {
	display: flex;
}
.content-cookie {
	background-color: #fff;
	border: 1px solid #00abe6;
	padding: 4px 95px 4px 8px;
	max-width: 480px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgb(0 171 230 / 75%);
	left: 13px;
	top: -15px;
}
.content-cookie p {
	color: #999;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: 17px;
}
.content-cookie p span a {
	color: #999 !important;
	text-decoration: underline;
}
.btn.btn-cookie {
	border: none;
	outline: none;
	padding: .8em 1.5em;
	width: 100px;
	margin-right: 1em;
	border-radius: 3px;
	text-transform: uppercase;
}
.btn.btn-cookie {
	padding: .8em 1.5em;
	width: 100px;
	margin-right: 1em;
	border-radius: 3px;
	text-transform: uppercase;
}
.btn.accept {
	position: absolute;
	top: 4px;
	right: -10px;
	font-weight: 700;
	background-color: #00abe6;
	color: #fff;
	border-radius: 6px;
	border: 2px solid #fff;
	min-width: 75px;
	text-align: center;
	padding: 4px 9px;
	font-size: 15px;
	width: unset;
	text-transform: capitalize;
	transition: all 0.2s linear;
}
.btn.accept span:nth-child(2) {
	display: none;
}
/* Cookie */
/* Privacy & Service Policy */
section.commonbanner {
	background: #fff;
	position: relative;
	top: 0;
	z-index: 222 !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px 0 0;
	color: #fff;
}
.commonbanner.userarea_banner {
	background-image: url(../images/userarea_banner_bg.jpg);
	padding: 50px 0;
}
section.commonbanner.userarea_banner hgroup {
	margin: 0 !important;
}
section.commonbanner h1.large_title {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.1;
}
section.commonbanner h1.medium_title {
	font-weight: 500;
	color: #fff;
	margin: 15px 0;
	text-transform: uppercase;
	font-size: 21px;
}
section.commonbanner h1.medium_title.no_case {
	text-transform: initial !important;
	margin-bottom: 0;
}
.sec_space {
	padding: 10px 0px;
}
#policy_content h4 {
	margin: 20px 0px 0px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #45c2ed;
}
#policy_content p,
#policy_content ul li {
	margin: 0px 0px 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #9c9c9c;
}
#policy_content ul li i {
	color: #1dbf73;
	font-weight: 600;
	margin-right: 6px;
}
/* Privacy & Service Policy */
/*Auto response*/
#auto-response {
	background: #00abe6;
	padding: 8px;
	margin: 10px auto;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	width: 85%;
	margin-right: 0;
}
#auto-response p {
	margin: 0;
	color: #fff;
}
/* New topBanner Style */
.top-banner.home_banner .hexagon {
	padding: 0;
}
.top-banner.home_banner {
	background-image: url("../images/topbanner_bg_1440.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 12px 0 65px;
}
.top-banner.home_banner .left-content h1 {
	font-size: 31px;
	line-height: 35px;
}
.top-banner.home_banner .left-content h1 span:first-child {
	margin-bottom: 5px;
	display: block;
}
.top-banner.home_banner .left-content h1 span {
	letter-spacing: 0px;
}
.top-banner.home_banner .left-content h1 span.head_last {
	font-weight: 800;
}
.top-banner.home_banner .left-content .para_box {
	border-left: medium none;
	margin: 8px 0 10px;
	padding-left: 0px;
}
.top-banner.home_banner .left-content .para_box .main_paragraph:first-child {
	color: #45c2ed !important;
	font-weight: 600;
	line-height: 30px;
	font-size: 19px;
}
.top-banner.home_banner .left-content .para_box .main_paragraph {
	font-size: 16px;
	font-weight: 500;
}
.top-banner.home_banner .usps_wrapper {
	margin: 15px 0 0;
}
.top-banner.home_banner .usps_wrapper .usps_cricles {
	background: url("../images/sweep-tick.png");
	height: 20px;
	width: 24px;
	top: 12px;
	background-repeat: no-repeat;
}
.top-banner.home_banner .usps_wrapper ul li {
	padding: 8px 0px 8px 13px;
	margin-bottom: 0px;
	width: 235px;
	display: inline-block;
	vertical-align: text-top;
}
.top-banner.home_banner .usps_wrapper ul li p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	margin-left: 16px;
	line-height: 20px;
	color: #444444;
}
.top-banner.home_banner .usps_wrapper.tutoring ul li {
	width: 250px;
}
.top-banner.home_banner .trusted {
	margin: 15px 0 0px 0px;
}
.top-banner.home_banner .trusted span {
	color: #000 !important;
	text-transform: unset;
}
.top-banner.home_banner .trusted span span {
	color: #fff !important;
	vertical-align: unset;
	background: #45c2ed;
	font-weight: 700;
	border-radius: 5px;
	padding: 3px 10px;
}
.top-banner.home_banner .banner_seals {
	margin: 35px 0 30px;
}
.top-banner.home_banner .banner_seals ul {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.top-banner.home_banner .banner_seals ul li {
	border: 1px solid #45c2ed;
	width: 170px;
	border-radius: 10px;
	padding: 3px 5px 3px 5px;
}
.top-banner.home_banner .trust-pilot .trust-pilot-pic {
	width: 35px;
	height: 35px;
}
.top-banner.home_banner .trust-pilot.d-flex {
	border: 1px solid #45c2ed;
	width: 180px;
	border-radius: 30px;
	padding: 3px 9px;
}
.top-banner.home_banner .trust-pilot-text .name {
	font-weight: 600;
}
.top-banner.home_banner .trust-pilot-text {
	color: #444444;
}
.top-banner.home_banner .trust-pilot-text p:first-child {
	margin-bottom: 3px;
}
.top-banner.home_banner .trust-pilot-text .imgdiv {
	background: url("../images/4.9-stars-yellow.png");
	width: 84px;
	height: 15px;
	background-repeat: no-repeat;
	display: inline-block;
}
.top-banner.home_banner .secure_seals {
	/* background-color: #646eb3; */
	/* border-radius: 10px; */
	/* padding: 10px 15px 6px; */
	max-width: 530px;
	/* text-align: center; */
}
.top-banner.home_banner .secure_seals ul {
	display: flex;
	gap: 30px;
}
.top-banner.home_banner .secure_seals .seals {
	background: url("../images/secure_seals.png");
	height: 45px;
	width: 142px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 10px;
}
.top-banner.home_banner .secure_seals .seals.seal1 {
	background-position: 8px 0px;
}
.top-banner.home_banner .secure_seals .seals.seal2 {
	background-position: -163px 0;
}
.top-banner.home_banner .secure_seals .seals.seal3 {
	background-position: -345px 0;
}
.bulk_discount_box {
	text-align: center;
	clear: both;
	display: block;
}
.additional_disc {
	display: inline-block;
	text-align: center;
	margin: 8px 0 0;
	border: 1px dashed;
	font-size: 12px;
	padding: 5px 10px;
}
.additional_disc .anim {
	color: #30baf3;
	opacity: 1;
	animation: salePulse 1.2s infinite;
	-webkit-animation: salePulse 1.2s infinite;
}
@keyframes salePulse {
	0% {
		opacity: 0.2;
		transform: rotateX(0) scale(1);
	}
	33% {
		transform: rotateX(0) scale(1);
	}
	66% {
		transform: rotateX(720deg) scale(1);
	}
	100% {
		transform: rotateX(720deg) scale(1.2);
	}
}
/* Form/Calculator Area */
.top-banner.home_banner .right-content .calculate_order {
	padding: 0 0 20px;
	position: unset !important;
	background: #fff;
}
.top-banner.home_banner .right-content .calculate_order::before {
	content: "";
	background: url("../images/form_calc_before.png");
	height: 454px;
	width: 275px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -203px;
	bottom: 10px;
}
.top-banner.home_banner .right-content .calculate_order .title-box {
	background-color: #646eb3;
	padding: 0px 20px 0px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 5px solid #45c2ed;
}
.top-banner.home_banner .right-content .calculate_order .heading_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-banner.home_banner .right-content .calculate_order .discount_side {
	background: #45c2ed;
	text-align: center;
	margin: -7px 15px 5px auto;
	padding: 8px 8px;
	border-radius: 5px;
	position: relative;
	max-width: 90px;
}
.top-banner.home_banner .right-content .calculate_order .discount_side:before,
.top-banner.home_banner .right-content .calculate_order .discount_side:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border: 5px solid transparent;
	border-top-color: #45c2ed;
	top: 2px;
	display: inline-block;
	z-index: 111;
}
.top-banner.home_banner .right-content .calculate_order .discount_side:before {
	transform: rotate(-45deg);
	left: -2px;
}
.top-banner.home_banner .right-content .calculate_order .discount_side:after {
	transform: rotate(45deg);
	right: -2px;
}
.top-banner.home_banner .right-content .calculate_order .discount_side span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
.top-banner.home_banner .right-content .calculate_order .discount_side span b {
	display: block;
	font-size: 25px;
	line-height: 20px;
	margin: 4px 0 2px;
}
.top-banner.home_banner .right-content .calculate_order .limit_time {
	font-size: 12px;
	display: block;
	padding-bottom: 15px;
	text-transform: capitalize;
	text-align: center;
	width: 120px;
	color: #fff;
}
.top-banner.home_banner .right-content .calculate_order .content_area h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0px;
}
.top-banner.home_banner .right-content .calculate_order .content_area .avail {
	font-weight: 700;
	margin: 0px 0 2px;
	display: block;
	line-height: 22px;
}
.top-banner.home_banner .right-content .calculate_order .upto {
	border-radius: 60px 60px 0px 0px;
	height: 26px;
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #ffd34f;
	color: #444444;
	padding: 5px 20px 0;
	line-height: 17px;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}
.top-banner.home_banner .right-content .calculate_order .title-box .upto span.anim {
	font-weight: 700;
	opacity: 1;
	animation: salePulse 1.2s infinite;
	-webkit-animation: salePulse 1.2s infinite;
	vertical-align: middle;
}
.top-banner.home_banner .right-content .calculate_order .title-box .upto span.bl_dis {
	font-weight: 700;
	margin: 0;
	vertical-align: baseline;
}
.top-banner.home_banner .right-content .calculate_order .title-box .upto span {
	font-weight: 600;
	margin-right: 0px;
	font-size: 13px;
	vertical-align: text-top;
}
.top-banner.home_banner .right-content .calculate_order .label_title {
	margin: 0 auto;
	display: block;
	color: #646eb3;
	font-weight: 600;
	padding: 20px 0 0;
	line-height: 15px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
.top-banner.home_banner .right-content .btn_box {
	text-align: center;
}
.top-banner.home_banner .right-content .btn_box .proceedbtn {
	color: #fff;
	background-color: #707ed7;
	border-color: #707ed7;
	padding: 12px 30px 12px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: medium;
	cursor: pointer;
	margin: 10px auto 0px;
	display: inline-block;
	text-decoration: unset;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 42px;
}
.top-banner.home_banner .right-content .btn_box .bgdark {
	background-color: #5a66bc;
	width: 20px;
	display: inline-block;
	height: 42px;
	position: absolute;
	border-radius: 5px;
	margin: 10px 0 0;
	z-index: 222;
}
.top-banner.home_banner .right-content .btn_box .orderbtn:hover .proceedbtn {
	background-color: #5a66bc !important;
	transform: none;
	color: #fff !important;
	z-index: 333;
	transition: none;
}
.top-banner.home_banner .right-content .btn_box .orderbtn {
	display: block;
	padding: 0 20px;
}
.top-banner.home_banner .right-content .orderbtn:hover .bgdark {
	background-color: #5a66bc !important;
	max-width: 265px;
	color: #fff !important;
	transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
.top-banner.home_banner .right-content .order-form {
	padding: 15px 20px 0px;
}
.top-banner.home_banner .right-content .btn_box .text-below-form {
	margin-top: 10px;
	margin-left: -10px;
	text-align: left;
	display: inline-block;
}
.text-below-form img {
	max-width: 22px;
}
.top-banner.home_banner .right-content .btn_box .text-below-form span {
	color: #000;
	font-weight: 500;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 13px;
	line-height: 14px;
	display: inline-block;
	vertical-align: text-top;
}
.top-banner.home_banner .right-content .btn_box .text-below-form span b {
	font-weight: 700;
}
.top-banner.home_banner .right-content .order-form .form-control {
	margin: 0px auto 0px;
	padding: 10px 15px 10px 35px;
	color: #444444;
	font-size: 13px;
	border-radius: 5px;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	border: 1px solid #f3f3f3;
	height: 37px;
	background-color: #f3f3f3;
}
.top-banner.home_banner .right-content .order-form .lbl {
	margin: 0px 0 5px !important;
	padding: 0;
}
.top-banner.home_banner .right-content .order-form .form-group {
	margin: 0px auto 15px;
	position: relative;
}
.top-banner.home_banner .right-content .order-form .form-group i {
	font-size: 17px;
	color: #707ed7;
	position: absolute;
	z-index: 222;
	margin: 40px 0 0 10px;
	left: 0;
}
/* New HeaderNavigation starts */
header {
	padding: 0px 0 5px;
	border-bottom: 1px solid #ddd;
	background: #f5f5f6;
}
.sticky {
	border-bottom: 1px solid #45c2ed;
}
header .navbar-header img {
	margin: 10px auto 0;
}
.navigation-menu {
	margin: 0px 0 0 auto !important;
	top: 3px;
}
.navigation-menu li a {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #666363;
	letter-spacing: 0px;
}
header ul.navbar-right {
	margin: 0px 0 0 45px;
	top: 2px;
}
header ul.navbar-right li .loginbtn {
	min-width: 120px;
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #45c2ed !important;
	border: 1px solid #45c2ed;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	padding: 6px 10px 5px;
}
header ul.navbar-right li .orderbtn {
	min-width: 115px;
	font-size: 15px;
	border: 1px solid #45c2ed;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
	padding: 6px 10px 5px;
}
/* New HeaderNavigation Ends */
.benefits_area {
	background-color: #fff;
}
.benefit_card.newbox {
	border: 2px solid #f1f1f1;
	background: #f9f9f9 !important;
	text-align: center;
}
/* Responsive Screens Tablet*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.top-banner.home_banner .right-content .calculate_order::before {
		display: none;
	}
	.top-banner.home_banner .banner_seals,
	.top-banner.home_banner .secure_seals {
		margin: 35px auto 30px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	#ourprocess .process__column {
		border: 1px dashed #989898;
		padding: 30px 15px;
		margin-bottom: 40px;
		border-radius: 20px;
	}
	#ourprocess .process__column h5 span.mobile {
		position: absolute;
		top: -20px;
		border-radius: 50%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 27px;
		background: white;
		height: 40px;
		border: 1px dashed #989898;
		width: 40px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
		background: #6772e5;
		color: #fff;
	}
	.secound__column .arrow__left embed {
		display: none;
	}
	.secound__column .arrow__right embed {
		display: none;
	}
	.secound__column .upper-part {
		order: unset;
	}
	.first__process--text p {
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.centered_elem.navigation-menu {
		margin: 60px 0 10px !important;
		left: 0 !important;
		right: 0 !important;
		transform: unset !important;
	}
	header ul.navbar-right li .loginbtn,
	header ul.navbar-right li .orderbtn {
		min-width: 150px !important;
		padding: 8px 10px 4px !important;
	}
	.top-banner.home_banner .left-content {
		padding: 0 0 20px !important;
	}
	.top-banner.home_banner .right-content .calculate_order {
		margin: 0 auto;
		width: 70%;
	}
	.top-banner.home_banner .right-content .calculate_order::before {
		display: none;
	}
	.top-banner.home_banner .right-content .calculate_order .title-box {
		justify-content: space-around;
	}
	.top-banner.home_banner .banner_seals,
	.top-banner.home_banner .secure_seals {
		margin: 35px auto 30px;
		text-align: center;
	}
	.top-banner.home_banner .trusted {
		text-align: center;
	}
}
/* Responsive Screens Mobile*/
@media only screen and (max-width: 767px) {
	header {
		padding: 0px 0 8px !important;
		background: #f5f5f6 !important;
	}
	header ul.navbar-right {
		margin: -8px 0 0 8px;
	}
	.top-banner.home_banner {
		background-size: cover;
		background-position: center;
		padding: 20px 0 20px !important;
	}
	.top-banner.home_banner .left-content h1 {
		font-size: 20px !important;
		line-height: 26px;
		padding: 10px 0px 5px !important;
	}
	.top-banner.home_banner .left-content h1 span:first-child {
		margin-bottom: 0px;
	}
	.top-banner.home_banner .hexagon {
		padding: 0 8px;
	}
	.top-banner.home_banner .left-content .para_box {
		margin: 0px 0 10px;
	}
	.top-banner.home_banner .left-content .para_box .main_paragraph {
		font-size: 14px;
		line-height: 20px;
	}
	.top-banner.home_banner .left-content .para_box .main_paragraph:first-child {
		line-height: 20px;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.top-banner.home_banner .usps_wrapper {
		margin: 10px 0 0;
	}
	.top-banner.home_banner .usps_wrapper ul li,
	.top-banner.home_banner .usps_wrapper.tutoring ul li {
		padding: 5px 10px 5px 15px;
		width: 100%;
	}
	.top-banner.home_banner .usps_wrapper ul li p {
		font-size: 14px;
	}
	.top-banner.home_banner .usps_wrapper .usps_cricles {
		top: 8px;
	}
	.top-banner.home_banner .trusted span {
		margin: 0;
		font-size: 17px;
	}
	.top-banner.home_banner .banner_seals {
		margin: 10px 0 20px;
		padding: 5px 0 5px 0px;
		text-align: center;
	}
	.top-banner.home_banner .banner_seals .trust-pilot {
		justify-content: center !important;
	}
	.top-banner.home_banner .banner_seals ul {
		gap: 5px;
		width: 100%;
	}
	.top-banner.home_banner .banner_seals ul li {
		padding: 2px 5px 1px 1px;
		width: 32%;
		display: inline-block;
		margin: 0 auto;
	}
	.top-banner.home_banner .banner_seals .trust-pilot img {
		width: 100%;
	}
	.top-banner.home_banner .trust-pilot .trust-pilot-pic {
		width: 20px;
		height: 25px;
		margin-right: 3px !important;
	}
	.top-banner.home_banner .trust-pilot-text {
		text-align: left;
		font-size: 10px;
	}
	.top-banner.home_banner .trust-pilot-text p b {
		font-size: 11px;
	}
	.trust-pilot-text p:first-child {
		margin-bottom: 2px;
		margin-top: 0px;
	}
	.top-banner.home_banner .secure_seals .seal_mobile {
		min-width: 100px;
		/* max-width: 32%;
        margin: 0 6px 0 0; */
	}
	.top-banner.home_banner .secure_seals .seal_mobile:last-child {
		margin: 0;
	}
	.topreview_btn {
		display: block;
	}
	.top-banner.home_banner .right-content .calculate_order::before {
		display: none;
	}
	.top-banner.home_banner .right-content.calculate_banner_mobile {
		padding: 0 0 20px !important;
		margin: 0 auto !important;
	}
	.top-banner.home_banner .right-content .calculate_order {
		padding: 0 0 15px !important;
		width: 100% !important;
		margin: 25px auto 0 !important;
	}
	.top-banner.home_banner .secure_seals {
		padding: 5px 5px 2px 5px;
		text-align: left;
	}
	.top-banner.home_banner .secure_seals .d-flex {
		display: flex !important;
		justify-content: space-around !important;
	}
	.top-banner.home_banner .right-content .order-form {
		padding: 15px 15px 0px;
	}
	.top-banner.home_banner .right-content .order-form .form-group,
	.top-banner.home_banner .right-content .calculate_order .order-form select {
		margin: 0px auto 10px;
	}
	.top-banner.home_banner .right-content .calculate_order .content_area h3 {
		font-size: 16px;
		margin-top: 3px;
	}
	.top-banner.home_banner .right-content .calculate_order .title-box .fill_form {
		font-size: 13px;
	}
	.top-banner.home_banner .right-content .calculate_order .title-box {
		padding: 0px 10px;
	}
	.top-banner.home_banner .right-content .calculate_order .content_area .limit_time {
		padding-bottom: 5px;
	}
	.top-banner.home_banner .right-content .calculate_order .discount_side {
		margin: -7px 10px 5px auto;
	}
	.top-banner.home_banner .right-content .btn_box .proceedbtn {
		padding: 12px 20px 12px;
		font-size: 15px;
	}
	.top-banner.home_banner .right-content .calculate_order .content_area .avail {
		margin: 0px 0 0;
	}
	.top-banner.home_banner .trust-pilot-text .imgdiv {
		background: url("../images/4.9-stars-yellow.png");
		min-width: 60px;
		max-width: 100%;
		width: auto;
		background-size: 100%;
		height: 10px;
	}
	.top-banner.home_banner .right-content .total_prices p span.main {
		font-size: 16px;
	}
	.top-banner.home_banner .right-content .cal_right_tp {
		width: 100%;
	}
	.top-banner.home_banner .right-content .stand_prices p span.title {
		width: 140px;
	}
	.top-banner.home_banner .right-content .stand_prices p {
		font-size: 11px;
	}
	.top-banner.home_banner .right-content .stand_prices p .dollar,
	.top-banner.home_banner .right-content .cm_sp {
		font-size: 13px;
	}
	section.commonbanner.thank_banner::after {
		bottom: -4px;
		background-size: 100%;
		background-position: 100%;
		width: 100%;
		height: 80px;
	}
	.benefit_card.newbox .card_content .icon_wraper.icon6 {
		background-position: -403px -227px !important;
	}
	.content-cookie {
		padding: 4px 90px 4px 5px !important;
	}
	.btn.accept {
		right: -10px !important;
	}
}