/************ 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;
	-webkit-font-smoothing: subpixel-antialiased !important;
	/*-webkit-transform: translateZ(0px) !important;*/
	-webkit-backface-visibility: hidden !important;
	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: #004886 !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: #004586;
	border: 1px solid #004586;
}

.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;
}

/* ----- 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:hover {
	/* background: #343a4; */
}

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: 36px;
	margin: 0;
	vertical-align: middle;
	text-transform: uppercase;
}

.large_title span {
	color: #004886;
	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;
	display: inline-block;
	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;
}

/*** Header/ Navigation section Starts ***/
header {
	background: #fff;
	padding: 10px 0 6px;
}

.sticky {
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 1px 4px 0px #d3d3d3;
	top: 0;
	width: 100%;
	/* animation: fadein 0.5s linear !important; */
	border-bottom: 2px solid #45c2ed;
}

#sticky_header.default_header {
	position: relative !important;
	border-bottom: 2px solid #45c2ed;
}

.header-space {
	display: none;
}

header .navbar-header .toggle-menu {
	font-size: 32px;
	cursor: pointer;
	display: inline-block;
	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;
}

header ul.navbar-right {
	position: relative;
	z-index: 222;
	margin: 2px 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: 30px;
	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: 165px;
	margin: 0 10px 0 0;
	font-size: 15px;
	background: #004686;
	color: white !important;
	padding: 7px;
}


header ul.navbar-right li .loginbtn:hover {
	color: white !important;
}

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 .loginbtn:hover img.navi_icon.onhover {
	display: inline-block;
} */

/* header ul.navbar-right li .loginbtn:hover img.navi_icon.normal {
	display: none;
} */

header ul.navbar-right li .loginbtn span {
	font-weight: 600;
}

header ul.navbar-right li .orderbtn {
	background: #004586 !important;
	border: none !important;
	padding: 9px;
	text-align: center;
	min-width: 11pc !important;
	box-shadow: 0px 0px 15px 0px black !important;
	border-radius: 20px;
}

header ul.navbar-right li .orderbtn img.navi_icon {
	vertical-align: middle;
	max-width: 28px;
}

header ul.navbar-right li .orderbtn span {
	font-weight: 600;
}

header ul.navbar-right .top-buttons {
	position: relative;
	display: inline-block;
	top: 15px;
}

header ul.navbar-right .top-buttons a.loginbtn {
	margin: 0px 0px 0 7.5px;
	font-weight: 600;
	line-height: inherit;
	font-size: 14px;
}

header ul.navbar-right .top-buttons a.orderbtn {
	margin: 0px 7.5px 0 0px;
	font-weight: 600;
	line-height: inherit;
	font-size: 14px;
}

header ul.navbar-right .top-buttons a.orderbtn:hover,
header ul.navbar-right .top-buttons a.orderbtn:focus,
header ul.navbar-right .top-buttons a.loginbtn:hover,
header ul.navbar-right .top-buttons a.loginbtn:focus {
	color: #fff;
	background-color: #343a40;
}

.callbtn-top a {
	padding: 0 !important;
	line-height: none !important;
	outline: none !important;
	margin: 5px 0 0 30px;
	background: transparent;
	display: inline-block;
}

.callbtn-top a:hover,
.callbtn-top a:focus {
	background: transparent !important;
	box-shadow: none !important;
}

.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-content {
	position: relative;
	width: 85%;
	margin: 30px auto 0;
	display: block;
}

.contact_top {
	margin: 25% auto 0;
	text-align: center;
}

a.bgcolor {
	padding: 0 30px !important;
	margin: 0px auto 15px;
	background: #fff;
	border: 1px solid #eee;
}

.overlay a {
	padding: 15px 10px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-transform: uppercase;
}

.overlay a span.sub {
	text-transform: none;
}

.overlay a:hover,
.overlay a:focus {
	color: #343a40;
}

.overlay .closebtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 35px;
	padding: 0;
}

.overlay .social-bottom {
	clear: both;
	top: 0;
	position: relative;
	width: 85%;
	margin: 0% auto 0;
	display: block;
}

.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;
}

.login-buttons a.signupbtn:hover,
.login-buttons a.signupbtn:focus,
.login-buttons a.loginbtn:hover,
.login-buttons a.loginbtn:focus {
	color: #fff;
	background-color: #343a40;
}

.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;
}

.call-button {
	margin: 0% auto 0;
}

.call-button a {
	padding: 0;
	display: inline-block;
}

.call-button a:hover {
	background: transparent !important;
	box-shadow: none !important;
}

.call-button img {
	display: inline-block !important;
	margin: 0 auto 0;
	position: relative;
	top: 0;
}

/*New Updated Styling Starts*/

header ul.navbar-right.centered_elem p {
	margin: 0;
}

header ul.navbar-right.centered_elem img {
	vertical-align: middle;
}

header ul.navigation-menu li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0px;
}

.navigation-menu {
	list-style: none;
	margin: 11px 0 0 auto !important;
	padding: 0;
	position: relative;
	z-index: 222;
	display: block;
	top: 5px;
}

.navigation-menu li:nth-child(3) a {
	border: medium;
	padding: 0;
}

.navigation-menu li a {
	display: block;
	color: #161c2d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-left: 0px;
	padding-right: 7px;
	border-right: 1px solid #00abe6;
	pointer-events: auto;
}

.navigation-menu>li>a:active,
.navigation-menu>li>a:hover {
	color: #6772e5;
	text-decoration: none;
}

.navigation-menu li a:hover p {
	color: #6772e5;
}

.navigation-menu li a span .fa,
.navigation-menu li a .fas {
	font-size: 26px;
	color: #6772e5;
}

.navigation-menu li a span .fa,
.navigation-menu li a .fas {
	font-size: 26px;
	color: #6772e5;
}

.navigation-menu li p {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: left;
	color: #00abe6;
	margin: 0px 7px 0 0px;
	top: 10px;
	/* vertical-align: top; */
}

.spacing_wrap p {
	display: inline-block;
	margin: 12px 9px 0 0;
}

.spacing_wrap label span {
	position: relative;
	top: -2px;
}

.spacing_wrap [type="radio"]:checked,
.spacing_wrap [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.spacing_wrap [type="radio"]:checked+label,
.spacing_wrap [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #030303;
	top: 8px;
}

.spacing_wrap [type="radio"]:checked+label:before,
.spacing_wrap [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #00abe6;
	border-radius: 100%;
	background: #fff;
}

.spacing_wrap [type="radio"]:checked+label:after,
.spacing_wrap [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #00abe6;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.spacing_wrap [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.spacing_wrap [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cal_right_tp {
	padding: 0 0px 0 0px;
}

.page_ser_mtp {
	margin-top: 15px;
}

.calculator_right {
	border-left: 1px solid #659ee1;
	border-radius: 24px;
}


.banner_right_adj {
	position: absolute;
	z-index: 4;
	top: 15px;
}

.banner_right_adj img {
	position: relative;
	left: 10px;
}

.review_left_bg {
	background-color: #214196;
}

.rating_bx .log {
	width: 100%;
	height: 35px;
}

#discount_price .dollor {
	/* font-size: 16px; */
	/* font-weight: 600; */
	/* position: absolute; */
	/* left: -10px; */
	/* top: 0px; */
}

#standard_price .dollor {
	/* position: absolute; */
	/* left: -10px; */
	/* top: 3px; */
	/* font-size: 16px; */
	/* font-weight: 600; */
}

.total_prices p .dollar {
	font-size: 24px;
	font-weight: 600;
	position: relative;
}

.stand_prices p .dollar {
	font-weight: 600;
	margin: 0px 0px 0 0;
	font-size: 13px;
	/* vertical-align: top; */
}

#calculate_order>form>div.order-form>div.cal_right_tp>div.stand_prices.cmn-price-pattern.cmn-price-pattern1.calcPageDiscountSection>p>span.cm_sp.calcDiscountedPrice>span {
	vertical-align: unset;
}

.call-cta-ref p {
	display: inline-block;
	padding-left: 0px;
	/* top: 3px; */
	margin-bottom: 0 !important;
}

.call-cta-ref p::after {
	/* content: ""; */
	background-color: #6772e5;
	height: 30px;
	width: 1px;
	position: absolute;
	left: 0;
	top: -3px;
}

.call-cta-ref p em {
	font-style: normal;
	font-size: 13px;
	display: block;
	margin-bottom: 0;
	line-height: 8px;
	color: #525252;
}

.navigation-menu li a span .fa.fa-phone-alt {
	transform: rotateZ(130deg);
	font-size: 20px;
}

.navigation-menu li a span .fa.fa-phone-alt:before {
	content: "\f095";
}

.navigation-menu li:nth-child(2) {
	margin: 0px 5px 0 0px !important;
	pointer-events: none !important;

}

.navigation-menu li:nth-child(3) {
	margin: 0px 0px !important;
	border: medium;
}

.navbar_btns li:nth-child(2) {
	margin-left: 0;
}

.banner_cta {
	margin: 10px 0 -10px;
}

.banner_cta img.navi_img {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}

.cta_cmn_btn a img.navi_icon {

	float: left;
}

.cta_cmn_btn {
	/* float: left; */
	margin: 50px 0 0px 65px;
}

.cta_cmn_btn i {
	margin: 0 5px 0 0;
	float: left;
	vertical-align: super;
}

.cta_cmn_btn i.fa-phone-alt {
	transform: rotate(45deg);
	margin: 0;
}

.cta_cmn_btn span.second {
	display: block;
	font-size: 16px;
	padding: 5px 0 5px 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;
}

.cta_cmn_btn a:hover span.second {
	color: black !important;
}

.cta_cmn_btn a:nth-child(3) {
	border: none;
	margin: 10px 0px 0 0px;
}

.cta_right_img img {
	margin: 20px auto 0;
}

.top-banner .right-content .stand_prices p span.title {
	width: 150px;
	display: inline-block;
}

.cta_cmn_btn a span.spanimg {
	display: inline-block;
	padding: 0;
	/* float: left; */
	vertical-align: sub;
}

.cta_cmn_btn a p {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: sub;
}

.cta_cmn_btn a span {
	padding: 0px 0 0px 0px;
	font-size: 13px;
	margin: 3px 6px 0 0;
}

.cta_cmn_btn a span.darkgray_clr {
	color: black !important;
}

.cmn-price-pattern p span:nth-child(2) {
	background-color: #00abe6;
	display: inline-block;
	padding: 5px 5px;
	border-radius: 5px;
	color: #fff;
	margin: 0px 3px 0 3px;
	min-width: unset;
	text-align: center;
}

.cmn-price-pattern1.cmn-price-pattern p span:nth-child(2) {
	margin: 0px 2px 0 3px;
}

.cm_sp {
	/* position: relative; */
	color: #969696;
	text-decoration: line-through;
	font-size: 12.8px;
}

.cm_sp em,
.stand_prices p span:nth-child(4) em,
.top-banner .right-content .total_prices p em {
	font-style: normal !important;
}

.stand_prices p span:nth-child(4) {
	font-weight: 800;
	font-size: 14.8px;
	position: relative;
	margin-top: 3px;
	color: #969696;
	text-align: left;
	padding-left: 7px;
}

.stand_prices p #discount_price .dollar,
.stand_prices p .calcBulkDiscountedPrice .dollar {
	font-size: 15px;
}

.alarm-detail .fas {
	color: #2f55d4;
}

.alarm-detail .span span.dot {
	margin: 0px 0px 0 0px;
	text-align: center;
	color: #000;
	width: 22px;
}

.alarm-detail .span {
	color: #e72951;
	margin-left: 0;
	font-weight: 600;
}

.alarm-detail .span span {
	font-weight: 600;
	color: #00abe6;
	/* vertical-align: sub; */
	text-align: center;
	width: 40px;
	display: inline-block;
}

.alarm-detail {
	display: block;
	margin-left: -70px;
	margin-top: 6px;
}

.alarm-detail svg {
	height: 22px;
	width: 22px;
	position: relative;
	top: -2px;
}

.cal-countdown ul {
	list-style: none;
}

.cal-countdown ul li {
	margin: 5px 0 0;
	font-weight: 600;
	color: #00abe6;
	/* max-width: 60px; */
	/* min-width: 60px; */
	/* width: 100%; */
	text-align: center;
	display: inline-flex;
}

.cal-countdown ul li img {

	width: 35px;

	margin: -7px 0 0 0;
}

.cal-countdown ul li:nth-child(1) {
	margin-left: 0px;
}

.counter3.cal-countdown {
	display: inline-block;
}

.counter3.cal-countdown ul {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	margin: 10px 0 10px 10px;
	padding: 5px 5px 1px 0 !important;
	color: #858484;
	font-size: 15px;
	border-radius: 20px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgb(236 22 92 / 20%);
	border: 1px solid #e72951;
	display: inline-flex;
	background: #fff;
	width: 100%;
	min-width: 140px;
	vertical-align: middle;
}

header ul.navigation-menu li img.navi_img {
	vertical-align: bottom;
	/* max-width: 50px; */
	margin: 9px 0 0 0;
}

header ul.navigation-menu li img.navi_icon {
	vertical-align: middle;
	max-height: 30px;
	margin: 0 4px 0 5px;
}

section.benefits .type_benefits .single-benefit {
	margin: 1% !important;
	padding: 13px 10px;
	width: 48%;
}

section.benefits {
	background: #f8f8f8 !important;
	background-image: none !important;
	/* margin-top: 50px; */
}

section.benefits .features_box {
	background: #fff;
	box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 8%);
	border: 1px solid rgba(0, 0, 0, .075);
	max-width: 410px;
	margin: 25px 0 0;
	position: relative;
	z-index: 1;
}

section.benefits .features_top {
	position: absolute;
	height: 110px;
	max-width: 408px;
	background-color: #00abe6;
	top: 26px;
	z-index: 11;
	left: 35px;
	right: 0;
	margin: 0 auto;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.features_top_content h3 {
	font-size: 20px;
	font-weight: 600;
}

.features_top_content p {
	font-size: 14px;
	padding-top: 7px;
}

section.benefits .features_free {
	position: absolute;
	height: 40px;
	max-width: 150px;
	background-color: white;
	top: 112px;
	z-index: 11;
	left: 35px;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: black;
	box-shadow: -2px 4px 8px 1px rgb(98 98 101 / 35%) !important;
	-webkit-box-shadow: -2px 4px 8px 1px rgb(141 142 147 / 45%) !important;
	border: 1px solid #0000002e;
}

.features_free_content p {
	font-weight: 700;
	font-size: 18px;
	margin: unset;
	color: #00abe6;

}

.features_free_content p span {
	font-size: 15px;
	font-weight: 500 !important;
	text-decoration: line-through;
}

section.benefits .features_box h3 span {
	color: #6772e5;
}

section.benefits .features_box .features_list {
	margin: 25px auto 0;
	padding: 0 !important;
}

.benefit_gift {
	position: absolute;
	right: 0;
	bottom: 0;
}

section.benefits .features_box .features_list li::before {
	content: url(../images/featurearrow.png);
	position: absolute;
	left: 0;
	top: 8px;
}

section.benefits .features_box .features_list li {
	display: block;
	position: relative;
	color: #232323;
	font-weight: 400;
	font-size: 16px;
	margin: 15px 0;
	line-height: 1;
	padding: 7px 0 7px 15px;
}

section.benefits .features_box .features_list li span.price_lbl {
	font-weight: 500;
	color: #6772e5;
	/* position: absolute; */
	display: inline-block;
	text-decoration: line-through;
	text-decoration-color: currentcolor;
	text-decoration-color: #00abe6;
	/* right: 65px; */
}

section.benefits .features_box .features_list li span.free_lbl {
	display: inline-block;
	min-width: 55px;
	text-align: center;
	color: #fff;
	padding: 3px;
	border-radius: 30px;
	top: 2px;
}

section.benefits .list_item {
	margin: 150px 0 0 auto;
	padding: 0;
}

section.benefits .list_item li {
	color: #373737;
	font-weight: 400;
	font-size: 16px;
	margin: 0px 0 5px;
	line-height: 1.3;
	padding: 5px 0 0px 35px;
	display: block;
	position: relative;
}

section.benefits .list_item li::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/list-icon.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 3px;
}

section.benefits .list_item p {
	text-align: left;
	color: #646464;
	font-weight: 300;
	font-size: 13px;
	margin: 7.5px auto;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 20px;
}

section.benefits .list_itemh6 {
	font-size: 20px;
	margin: 4px 0 0;
	vertical-align: middle;
	text-transform: capitalize;
	line-height: 20px;
}

section.ourprocess .ourprocess_detail img {
	margin: 40px 0 20px;
	max-width: 450px;
	width: 100%;
}

section.ourprocess .ourprocess_detail .choose_right_sprite1 {
	background-position: 0 0;
}

section.ourprocess .ourprocess_detail .choose_right_sprite {
	background-image: url(../images/choose_right_sprites.png);
	height: 217px;
	width: 212px;
	margin: 20px auto 0;
}

section.ourprocess .ourprocess_detail .choose_right_sprite2 {
	background-position: -225px 0;
}

.batch-wrapper {
	background-image: url(../images/seal-frame.png);
	height: 215px;
	width: 200px;
	position: relative;
	margin: 0 auto;

}

.batch-wrapper .batch-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.batch-inner .label {
	margin: 1px 0 2px 3px;
	justify-content: center;
	width: 185px;
	background-color: #18aae2;
	height: 36px;
	z-index: 2;
	color: #fff;
	font-weight: 500;
}

.batch-inner .label p {
	line-height: 16px;
	font-size: 15px;
	margin: 3px 0 0 0px;
	text-align: center;
	width: 200px;
}

.batch-inner i {
	font-size: 35px;
	color: #18aae2;
	margin-top: 12px;
}

.batch-inner ul.stars {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.batch-inner ul.stars li {
	padding: 0;
	display: inline-block;
	margin: 0;
}

section.ourprocess .ourprocess_detail .batch-wrapper .batch-inner img {
	margin-top: 0px !important;
	width: auto !important;
}

.batch-inner ul.stars li i {
	display: inline;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	width: 150px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	color: #e0b427;
}

.batch-wrapper .content {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	width: 125px;
	margin: 6px 0 0;
	line-height: 12px;
	color: black;
}

.batch-wrapper .certified {
	clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 100%, 0 35%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 100%, 0 35%);
	min-height: 55px;
	height: 55px;
	width: 155px;
	background: #6470b5;
	margin-left: 5px;
	text-align: center;
	position: absolute;
	top: 148px;
}

.batch-inner p.certified {
	font-size: 18px;
	padding: 0;
	margin-top: 16px;
	color: #fff;
	font-weight: 500;
}

.batch-wrapper .certified p {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.batch-inner h5 {
	text-align: center;
	color: #18aae2;
	font-size: 17px;
	margin: 30px auto 10px;
	font-weight: 600;
}

/*About Us Section Testimonials*/
.about {
	padding: 50px 0 60px;
	background-color: #f8f9fc;
	position: relative;
}

.about_left p {
	color: #6c757d;
}

.about_left a {
	border: 1px solid #6772e5;
	padding: 8px 15px;
	color: #6772e5;
	border-radius: 4px;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.5s linear;
}

.about_left a:hover {
	background-color: #6772e5;
	color: #fff;
}

.about_left a span {
	margin-left: 6px;
	display: inline-block;
	position: relative;
	top: 1px;
}

#owl-4 .owl-carousel .owl-item {
	width: 100%;
}

.about_right {
	text-align: right;
}

.about_left {
	margin-top: 35px;
}

.counter h2 {
	margin-top: 10px;
}

.counter h5 {
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.counter {
	margin-top: 10px;
}

.para-desc {
	max-width: 600px;
}

.aboutnew .main_paragraph {
	display: block;
	font-size: 16px;
	color: #6c757d;
	line-height: 22px;
}

.about_left,
.about_left_tp {
	margin-top: 40px !important;
}

.about_card {
	background-color: #004786;
	margin-bottom: 15px;
	position: relative !important;
	border-radius: 136px;
	box-shadow: 0px 0px 4px 0px black !important;
	z-index: 222;
	padding-top: 15px;
	padding-bottom: 10px;
}

.about_card:hover {
	transition: all .3s linear;
	position: relative;
	box-shadow: 1px 1px 17px #ccc;
	cursor: pointer;
}

.counter .z_index_111 {
	z-index: 111;
}

.counter .z_index_000 {
	z-index: 000;
}

.counter .counter-box i {
	color: white !important;
	font-size: 40px;
}

.about_card i {
	transition: all 0.3s linear;
}

.counter img {
	max-width: 45px;
}

.counter h2 {
	margin-top: 10px;
	font-size: 25px;
	font-weight: 700;
	color: white;
}

.counter h5 {
	margin-top: 10px;
	margin-bottom: 10px !important;
	font-size: 12px;
	font-weight: 600;
	height: 32px;
	color: white !important;
}

.about_left_tp h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.about_left_tp h2 span {
	color: #6772e5;
	font-size: 24px;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0px;
}

.recent-review {
	position: relative;
	background-color: #fff;
	max-width: 530px;
	margin: 5px auto 15px !important;
	padding: 30px 15px 15px 15px;
	border-radius: 10px;
	box-shadow: 3px -1px 5px 0px rgb(0 0 0 / 25%);
	-webkit-box-shadow: 1px 2px 6px 3px rgb(0 0 0 / 25%);
	border: 1px solid rgba(0, 0, 0, .075);
}

.recent-review-tp {
	padding: 15px 10px 15px 130px;
}

.recent-review .avatar {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	line-height: 50px;
	color: #2d3e54;
	font-size: 30px;
	text-align: center;
	border: 2px solid #45c2ed;
	position: absolute;
	left: 40px;
	top: 40px;
	background-color: #f4f4f4;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/team_sprite.png);
}

.recent-review .avatar.male {
	background-position: 0;
}

.recent-review .avatar.male1 {
	background-position: -87px -1px;
}

.recent-review .avatar.male2 {
	background-position: -176px 0;
}

.recent-review .avatar.male3 {
	background-position: -265px 0px;
}

.recent-review .avatar.male4 {
	background-position: -351px 0;
}

.recent-review .avatar.female {
	background-position: 0px 0px;
}


.recent-review-left h4 {
	line-height: 1;
	font-size: 18px;
	color: #45c2ed;
	font-weight: 600;
}

.recent-review-left p {
	color: #6c757d;
	font-size: 14px;
	line-height: 1;
	margin: 5px 0 5px;
}

.recent-review-left .review-star {
	display: inline-block;
	padding: 2px 0px;
}

.recent-review-left .review-star span {
	color: #6c757d !important;
	display: inline-block;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #fff;
	font-weight: 500;
	font-size: 16px;
}

.recent-review-left span {
	font-size: 13px;
	line-height: 1;
}

.recent-review-left .review-star i {
	color: #ffc107;
	font-size: 18px;
	position: relative;
}

.recent-reviews-btm {
	padding: 0 20px 0 30px;
}

.recent-reviews-btm ul {
	padding: 0;
	list-style: none;
	margin-top: 0px;
}

.recent-reviews-btm .recent-review-right span {
	font-weight: 600;
	color: #6c757d;
	font-size: 14px;
}

.recent-reviews-btm ul li {
	margin: 10px 0 0;
	color: #6c757d;
	font-weight: 500;
	font-size: 15px;
}

.recent-reviews-btm ul li span:nth-child(1) .fa {
	color: #2eca8b;
	margin: 0 5px 0 0;
}

.recent-reviews-btm ul li span:nth-child(2) {
	color: #45c2ed;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.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
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

#owl-4.owl-theme .owl-controls {
	margin-top: 0px;
	text-align: center;
}

#owl-4.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}

#owl-4.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1
}

#owl-4.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}

#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#owl-4.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

#owl-4.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	border-radius: 2px;
	background: 0 0;
	border: 2px solid #6c757d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #6c757d !important;
}

#owl-4.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #2eca8b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#owl-4.owl-theme .owl-controls .owl-page.active span,
#owl-4.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #45c2ed !important;
	border: 2px solid#45c2ed;
}

.about_left_btm p {
	line-height: 20px;
	max-width: 550px;
	margin: 15px auto 0px;
	font-size: 14px;
}

.topuniversities.new {
	background: transparent;
	position: relative;
	padding: 10px 0 0;
	color: #222;
	max-width: 585px;
	margin: 0 auto;
}

/****** Bizprobe New Design ******/
/* cta-label-box start */
.banner_cta {
	position: relative;
}

.cta-label-box {
	height: 110px;
	width: 128px;
	border: 8px solid #6772e5;
	top: 30px;
	left: 30px;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.cta-label-box:hover {
	border: 8px solid #fff;
}

.cta-label-box::after {
	content: "";
	position: absolute;
	top: -8px;
	left: 0px;
	height: 8px;
	width: 5px;
	background-color: #45c2ed;
}

.cta-label-box::before {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0px;
	height: 8px;
	width: 5px;
	background-color: #45c2ed;
}

.cta-label-box img {
	top: 5px;
	left: 12px;
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 1;
	margin: 0 !important;
}

.cta-label-box span {
	position: absolute;
	top: 9px;
	z-index: 99;
	color: black;
	left: 36px;
	font-family: cursive;
	font-size: 12px;
}

.cta-label-box p {
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 99;
	left: 56px;
	color: black;
	font-family: cursive;
	font-size: 12px;
	margin: 0;
}

.cta-label-box p.ranked {
	position: relative;
	left: 0px;
	top: 27px;
	font-size: 8px;
	font-weight: 700;
	margin: 0;
}

.cta-label-box .label {
	background-color: #6772e5;
	height: 21px;
	position: absolute;
	top: 38px;
	left: -15px;
	width: 140px;
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
}

.right-label-corner {
	position: absolute;
	clip-path: polygon(80% 0%, 30% 50%, 80% 100%, 0% 100%, 0 50%, 6% 0%);
	top: 41px;
	height: 20px;
	background-color: #6772e5;
	width: 20px;
	right: -34px;
}

.left-label-corner {
	position: absolute;
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 20% 100%, 70% 50%, 20% 0);
	left: -36px;
	top: 41px;
	height: 20px;
	background-color: #6772e5;
	width: 20px;
}

.cta-label-box:hover .label,
.cta-label-box:hover .left-label-corner,
.cta-label-box:hover .right-label-corner {
	background-color: #fff;
	color: #222;
}

ul.label-star {
	width: 100%;
	position: absolute;
	top: 60px;
}

ul.label-star li {
	display: inline-block;
	color: #ecb80f;
	font-size: 12px;
}

.choice {
	/* display: inline-block; */
	position: absolute;
	top: 68px;
	left: -50px;
}

.choice p {
	width: 100px;
	font-size: 8px;
	display: inline;
	font-weight: 600;
	font-family: monospace;
}

.cta-label-box .year {
	position: relative;
	top: 49px;
	left: -13px;
}

.cta-label-box .year p {
	font-size: 7px;
	position: absolute;
	top: 29px;
	left: 60px;
}

.year-left-arrow {
	height: 1px;
	width: 14px;
	background-color: #fff;
	position: absolute;
	top: 32px;
	left: 40px;
}

.year-right-arrow {
	height: 1px;
	width: 14px;
	background-color: #fff;
	position: absolute;
	top: 32px;
	right: 17px;
}

/* cta-label-box end */



.modal-dialog {
	position: relative;
	max-width: 70% !important;
}

.modal-content {
	padding: 35px 40px 35px 55px;
}

.modal-content .logo {
	position: relative;
	z-index: 99;
}

.logo h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 32px;
	color: #000000;
}

img.logo-icon {
	position: absolute;
	left: -38px;
}

.logo span {
	color: #2869a1;
}

.logo p {
	color: #70a1cc;
	font-size: 14px;
	font-weight: 400;
}

section.section-content {
	padding: 30px 0px;
}

.section-content h6 {
	line-height: 16px;
	font-weight: 500;
	font-size: 16px !important;
}

section.section-content p {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: gray;
}

.section-content i.fa.fa-star {
	color: #ffd10c;
}

.section-content span.student-review {
	font-size: 14px;
	color: blue;
	font-style: italic;
	font-weight: 500;
}

.services {
	border-radius: 50px;
	padding: 3px 0px;
	border: 1px solid #b3e2f6;
}

.services a {
	background-image: linear-gradient(to right, #b3e2f6, #fff);
	border-radius: 48px;
	font-size: 12px;
	padding: 5px 10px 5px 12px;
	line-height: 21px;
	margin-right: -4px;
	color: #6d7ae6;
	font-weight: 600;
}

.services a:hover {
	text-decoration: none;
}

section.section-content p a {
	color: gray;
}

.row.Freebies span {
	display: inline-block;
	padding: 0px 0px;
	width: 100%;
}

.row.Freebies p {
	font-size: 12px;
	display: inline-block;
	font-weight: 500;
	color: gray;
}

.row.Freebies .fa {
	color: #6e7be4;
	font-size: 15px;
}

.popup-form {
	right: 0;
	position: absolute;
}

fieldset {
	padding: 10px 10px;
	border: 1px solid lightblue;
	border-radius: 5px;
}

legend {
	background-image: linear-gradient(to right, #b3e2f6, #fff);
	width: 190px;
	border: 1px solid lightblue;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
	color: gray;
	text-align: center;
}

fieldset span {
	font-size: 14px;
	display: block;
	color: gray;
	padding: 5px 0px;
}

fieldset span i {
	color: #6e7be4;
	padding-right: 3px;
}

a.btn.btn-popup {
	color: gray;
	font-weight: 500;
	border-radius: 50px;
	padding: 7px 20px;
	border: 1px solid lightblue;
	background-image: linear-gradient(to right, #b3e2f6, #fff);
	transition: all 0.5s ease-in;
}

a.btn.btn-popup:hover {
	background-image: linear-gradient(to right, #fff, #b3e2f6);
}

img.popup-shade {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 60px;
}

img.popup-top-shade {
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	height: 120px;
	z-index: 1;
}

@media (max-width:1199px) {
	.modal-dialog {
		max-width: 95% !important;
	}
}

@media (min-width: 1100px) and (max-width: 1225px) {
	.services a {
		padding: 5px 8px 5px 10px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.modal-dialog {
		max-width: 95% !important;
	}

	.services a {
		padding: 5px 5px 5px 9px;
	}
}

@media (max-width:767px) {
	.modal-dialog {
		max-width: 95% !important;
	}

	section.benefits .features_top {
		top: 1px;
		left: 0px;
	}

	section.benefits .features_free {

		top: 90px;
		left: 0;

	}

	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;
	}
}

@media (max-width:499px) {
	form.popup-form {
		display: none;
	}

	.benefit_gift {
		right: -12px;
		bottom: 54px;
	}

	section.benefits .features_top {
		height: 100px;
		max-width: 343px;
	}

	section.benefits .features_free {
		top: 79px;
		left: 0;
	}

	section.benefits .features_box .features_list {
		margin: 101px auto 0;
		padding: 0 !important;
	}

	a.dodgerbluesmall.orderbtn.bgslateblue.white.btn-crsl {
		width: 226px !important;
		margin: 10px 0px 0px 20px !important;

	}
}

.incentives {
	margin: 0px 0px 10px 0px;
	padding: 50px 0 50px;
	background-color: #f9f9f9;
}

.incentives .main_paragraph {
	margin: 15px 0 30px;
	text-align: center;
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #6c757d;
}

.incentives-main-text {
	padding: 20px 0px 20px 0px;
}

.incentives .quality-boxes {
	padding: 10px 0px 0px 0px;
	margin: 10px 0 0;
}

.discount.features {
	background: transparent;
}

.incentives .quality-boxes .wrapperz {
	border-radius: 10px;
	margin: 7px 0px 10px 0px;
	min-height: 156.59px;
	background-color: #fff;
	display: flex;
	box-shadow: 1px 3px 9px #888383;
}

.incentives .quality-boxes .wrapperz .box {
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-width: 65px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 20px;
}

.incentives .quality-boxes .wrapperz .box .qualtiy-box {
	font-size: 14px;
	color: white;
	padding-top: 6px;
	font-weight: bold;
	margin: 0;
	line-height: 24px;
}

h4.qualtiy-box-title {
	font-size: 14px;
	font-weight: 600;
	padding: 20px 0px 0px 8px;
}

.incentives .quality-boxes .wrapperz .wrapper-text {
	font-size: 12px;
	padding: 5px 20px 8px 8px;
	line-height: 18px;
	margin: 0;
	color: #6c757d;
	min-height: 90px;
}

/* free features */
.incentives .free-features {
	position: relative;
	background: #00abe6;
	padding-bottom: 20px;
	margin-top: 50px;
	box-shadow: 6px 9px 5px #6772e5;
}

.free-features .features_list {
	margin: 35px auto 0;
	padding: 0 !important;
}



.free-features .features_list li {
	display: block;
	position: relative;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	margin: 5px 0 0px;
	line-height: 1;
	padding: 5px 0 5px 0px;
	float: left;
	min-width: 340px;
}

.free-features .features_list li::before {
	content: url("../images/feature-list-icon.png");
	margin-top: 5px;
	max-width: 20px;
	vertical-align: middle;
}

.lbl {
	background: #ffffff;
	margin-left: 15px;
	border-radius: 15px;
	padding: 5px 10px;
	text-align: center;
	float: right;
}

.free-features .features_list li span.price_lbl {
	font-weight: 500;
	color: #e72952;
	text-decoration: line-through;
}

.free-features .features_list li span.free_lbl {
	display: inline-block;
	/* min-width: 55px; */
	text-align: center;
	color: #00abe6;
	padding: 0 3px;
	border-radius: 30px;
}

.free-features .clip {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
	height: 240px;
	width: 262px;
	background: white;
	top: 10px;
	left: -5px;
}

.clip-text {
	transform: rotate(299deg);
	font-size: 25px;
	position: absolute;
	margin: 90px 0 0 50px;
}

.free-90 {
	position: absolute;
	height: 140px;
	width: 135px;
	background: white;
	border: 2px solid #6772e5;
	border-radius: 50%;
	top: -50px;
	left: -50px;
}

.free-90:hover {
	border: 2px solid #00abe6;
}

.d-90 {
	text-align: center;
	margin: 27px 0 0;
}

.d-90 h3 {
	color: white;
	font-size: 35px;
	font-weight: bold;
	-webkit-text-stroke: 2px #00abe6;
}

.free-90:hover .d-90 h3 {
	-webkit-text-stroke: 2px #6772e5;
}

/* media */
@media screen and (max-width: 1199px) and (min-width:992px) {
	.incentives .quality-boxes .wrapperz .box {
		/* position: absolute; */
		height: 35px;
		width: 187px;
		/* background: #00abe6; */
		border-radius: 3px;
		top: -26px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}


/*--/ New Updated Styling Ends*/

/*** Header/ Navigation section Ends ***/

/*** Top Banner section Starts ***/
.top-banner {
	/* position: relative; */
	width: 100%;
	clear: both;
	background: #fff;
	top: 0;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 0% -10%;
	padding: 12px 0 30px;
	color: #fff;
}

.top-banner .left-content {
	padding: 0px 0px 0px;
	color: #fff;
}

.hexagon {
	padding: 0 0 0 15px;
	text-align: center;
}

.top-banner .left-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	text-align: left;
	font-weight: 500;
	color: #353535;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: -.7px;
	padding: 40px 0px 0px 0px;
}

.top-banner.title .left-content h2 {
	font-size: 39px;
}

.top-banner .left-content h2 span {
	font-weight: 800;
	letter-spacing: 1px;
}

.top-banner .left-content .main_paragraph {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0px 5px 0px;
	color: #4c4a4a !important;
	padding-bottom: 18px;
}

.top-banner .left-content .offers {
	padding: 11px 0px 0;
	text-align: left;
}

.top-banner .left-content .offers span {
	color: #666363;
	display: inline-block !important;
	max-width: 47.3%;
	width: 100%;
	border: 1px dashed #6C757D;
	border-radius: 20px;
	padding: 10px 15px 9px;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: left;
	margin: 0 15px 15px 0px;
	text-transform: uppercase;
	cursor: auto;
}

.top-banner .left-content .offers span img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.top-banner .left-content .offers span small {
	vertical-align: middle;
	margin: 3px 0 0 0;
	display: inline-block;
	font-weight: 500;
}

.top-banner .left-content .offers span:last-child {
	margin: auto;
	vertical-align: middle;
}

.trusted {
	text-align: left;
	display: block;
	margin: 20px 0 0 0px;
}

.trusted img {
	display: inline-block;
	margin: 0px auto 0;
	padding: 0px 0 0;
	vertical-align: middle;
}

.trusted span {
	text-align: center;
	font-weight: 800;
	font-size: 25px;
	margin: 0px 0px 0 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #525252 !important;
}

.anitvirus .secure_confidential {
	margin: 0 auto;
	background-image: url(../images/norton_mcfee_sprites.png);
	width: 135px;
	height: 58px;
	display: inline-block;
}

.anitvirus .secure_confidential.secure_confidential1 {
	background-position: -1px 2px;
}

.anitvirus .secure_confidential.secure_confidential2 {
	background-position: 143px 2px;
	width: 142px;
}

.top-banner .right-content {
	padding: 30px 0 0px;
	color: #000;

}

.top-banner .content_slide {
	top: 35px;
}

.top-banner .right-content .calculate_order {
	background: #ffffff;
	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;
	height: 100%;
}


.top-banner .right-content .calculate_order .form-title {
	text-align: center;
	padding: 0px 0;
	margin-bottom: 0px;
}

.top-banner .right-content .calculate_order .two_selectbox {
	margin: 0 auto;
}

.top-banner .right-content .calculate_order select.small {
	width: 35%;
}

.top-banner .right-content .calculate_order span.pages {
	text-align: center;
	width: 16%;
	display: inline-block;
	color: #858484;
	font-size: 13px;
	font-weight: 300;
}

.top-banner .right-content .calculate_order .pages_number {
	width: 100%;
}

.top-banner .right-content .calculate_order .quantity-right-plus {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	margin: 0px auto 0px;
	padding: 7.3px 15px;
	font-size: 13px;
	border-radius: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	text-decoration: none;
	outline: medium none;
}

.top-banner .right-content .calculate_order .quantity-left-minus {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	margin: 0px auto 0px;
	padding: 7.3px 15px;
	font-size: 13px;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-decoration: none;
	outline: medium none;
	text-align: center;
}

.top-banner .right-content .calculate_order input.pages {
	padding: 5px;
	font-size: 14px;
	line-height: 1.2;
	color: #858484;
	border-radius: 0;
	text-align: center !important;
	font-weight: 500;
	height: 36.5px;
	outline: medium none !important;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
	border: 1px solid #e9ecef;
	/*	width: 42%;*/
}

.order-form select {
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	/* display: none !important; */
}

.order-form .nice-select.pages {
	border-radius: 0;
	margin: 17px -5px 0;
	width: 77% !important;
}

.order-form select#pages {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding: 5px 15px;
}

.order-form select.pages.calcPagesDropdown {
	border-radius: 0;
	width: 76% !important;
	margin: 17px -3px 0;
	text-decoration: unset;
	outline: unset !important;
	border: medium none !important;
}

select,
.nice-select {
	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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	margin: 17px auto 0px;
	padding: 7px 10px 10px;
	color: #858484;
	font-size: 12px !important;
	/* width: 76% !important; */
	display: block;
	border-radius: 20px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid #fff;
	height: 34px;
	background: #fff;
	line-height: initial;
}

select:hover,
.nice-select:hover {
	border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
select:active,
select.open,
select:focus {
	border-color: transparent;
}

.nice-select:after,
select:after {
	border-bottom: 4px solid #e6003b;
	border-right: 4px solid #e6003b;
	content: '';
	/* border: 3px solid #e6003b; */
	display: block;
	height: 8px;
	margin-top: -4px;
	/* pointer-events: none; */
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	border-top: 4px solid #fff;
	border-left: 4px solid transparent;
}

.nice-select.open:after,
select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list,
select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	width: 100%;
}

.nice-select.wide,
select.wide {
	width: 100%;
}

.nice-select.wide .list,
select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.wide.service .list,
select.wide.service .list {
	left: 0 !important;
	right: 0 !important;
	max-height: 300px;
	overflow-y: scroll;
}

.nice-select.small,
select.small {
	display: inline-block;
	width: 38.9% !important;
}

.nice-select.small:after,
select.small:after {
	height: 6px;
	width: 6px;
}

.nice-select.small .option,
select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select.medium,
select.medium {
	display: inline-block;
	width: 60% !important;
}

.nice-select .list,
select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	/* pointer-events: none; */
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select.wide.worktype.open .list,
select.wide.worktype.open .list {
	min-height: 275px;
	overflow-y: scroll;
	max-height: 275px;
}

.nice-select.medium.open .list,
select.medium.open .list {
	min-height: 275px;
	overflow-y: scroll;
	max-height: 275px;
}

.nice-select.small.days.open .list {
	min-height: 275px;
	overflow-y: scroll;
	max-height: 275px;
}

.nice-select .option,
select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #858484;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f7f9;
}

.nice-select .option.selected {
	font-weight: bold;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

code[class*="language-"],
pre[class*="language-"] {
	border-radius: 2px;
	color: #445870;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	text-align: left;
	white-space: pre;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	direction: ltr;
	font-size: 13px;
	letter-spacing: 0;
}

/*Discount Modal Starts*/
.discountmodal .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#discountmodal {
	background-color: rgba(0, 0, 0, .5);
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
	background: rgba(0, 0, 0, 0.95);
}

.discountmodal .modal-dialog {
	margin: 150px auto 0;
	max-width: 720px;
}

.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);
}

.discountmodal .modal-content .modal-body .counter ul {
	margin: 0 0 20px;
}

.discountmodal .modal-content .modal-body {
	padding: 20px 15px;
}

.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 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 h2 {
	text-align: center;
	color: #45c2ed;
	font-weight: 500;
	font-size: 20px;
	margin: 10px auto 10px;
	vertical-align: middle;
	text-transform: none;
	line-height: 20px;
}

.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 .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;
}

.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;
}

.discountmodal .modal-content .seals_wrap {
	max-width: 705px;
	margin: 20px auto 0px;
}

.discountmodal .modal-content .col-md-6 {
	border-right: 1px solid #999;
}

.discountmodal .modal-content .col-md-6.bdr_0 {
	border: 0 !important;
}

#discountmodal>div.modal-dialog>div>div>div.row.row-eq-height>div:nth-child(4) {
	border: medium none;
}

#discountmodal>div.modal-dialog>div>div>div.row.row-eq-height>div:nth-child(4)>div {
	border-right: medium none;
}

.discountmodal .modal-content .popup_reviews .review_logo {
	margin: 0 auto;
	background-image: url(../images/popuplogos.png);
	width: 180px;
	height: 30px;
	display: inline-block;
}

.discountmodal .modal-content .popup_reviews .review_logo.review_logo1 {
	background-position: 5px -8px;
}

.discountmodal .modal-content .popup_reviews .review_logo.review_logo2 {
	background-position: -161px -8px;
}

.discountmodal .modal-content .popup_reviews .review_logo.review_logo3 {
	background-position: -169px -8px;
}

.discountmodal .modal-content .popup_reviews .review_logo.review_logo3 {
	background-position: -340px -8px;
}

.discountmodal .modal-content .popup_reviews h1 {
	text-align: left;
	color: #45c2ed;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 5px;
}

.discountmodal .modal-content .popup_reviews h2 {
	text-align: center;
	color: #181818;
	font-weight: 500;
	font-size: 13px;
	margin: 10px 0 0px;
	vertical-align: top;
	line-height: 15px;
}

.discountmodal .modal-content .popup_reviews h2 span.rating {
	text-align: left;
	color: #45c2ed;
	font-weight: 700;
	font-size: 16px;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 15px;
	display: inline-block;
}

.discountmodal .modal-content .popup_reviews .star_rating .stars-active {
	color: #EEBD01;
	text-align: center;
	font-size: 15px;
	margin: 0px 0;
	vertical-align: middle;
	display: inline-block;
}

.discountmodal .modal-content .popup_reviews .vl {
	border-left: 2px solid #181818;
	height: 12px;
	display: inline-block;
	margin: -1px 3px;
}

.discountmodal .modal-content .modal_dimiss {
	font-size: 16px;
	text-align: center;
	color: #6c757d !important;
	font-weight: 300;
	margin: 10px auto 15px;
	vertical-align: middle;
	text-transform: none;
	line-height: 15px;
	text-decoration: underline !important;
	display: block;
}

.discountmodal .modal-content .modal_dimiss:hover {
	background: transparent !important;
}

.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 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#discountmodal.underlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	-webkit-animation: fadein .5s;
	animation: fadein .5s;
	animation-name: fadein .5s
}

#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
}

/*Discount Modal ends*/

.top-banner .right-content .order-form {
	margin: 0 auto;
	padding: 0px 15px;
}

.top-banner .right-content .order-form .form-group {
	margin: 0;
}

.top-banner .right-content .order-form .paddingRow {
	padding: 9px 0px 0 !important;
}

.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 label {
	color: #969696;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	margin: 0 0px 5px 2px;
	line-height: 23px;
	text-align: left;
}

.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: #858484;
	font-size: 13px;
	/* width: 76% !important; */
	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 .stand_prices p {
	color: #00abe6;
	font-weight: 600;
	text-transform: uppercase;
	margin: 1px 0 2px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	text-align: center;
}

.top-banner .right-content .stand_prices p span.main {
	font-weight: 800;
	text-align: right;
	float: right;
	font-size: 22px;
	color: #969696;
	/* vertical-align: text-top; */
	margin: -5px 0 0;
	position: relative;
}

.top-banner .right-content .stand_prices p span.main:after {
	content: "";
	width: 90%;
	height: 1.5px;
	background: #444;
	position: absolute;
	left: 8px;
	top: 10px;
	transform: rotate(-1deg);
}

.top-banner .right-content .stand_prices p span.dollor {
	font-weight: 600;
	text-align: left;
	margin: 0 1px 0px 0;
	/* float: left; */
	font-size: 14px;
	position: relative;
	top: 0px;
}

.top-banner .right-content .disc_prices p {
	color: #e72951;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 15px;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
}

.top-banner .right-content .disc_prices p span.main {
	font-weight: 800;
	text-align: right;
	float: right;
	font-size: 26.51px;
	color: #e72951;
	vertical-align: text-top;
	margin: -5px 0 0;
}

.top-banner .right-content .disc_prices p.disc_description {
	color: #828282;
	font-weight: 300;
	text-transform: none;
	margin: 20px 0 20px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	font-style: italic;
	line-height: 15px;
}

.top-banner .right-content .total_prices {
	background: #444445;
	padding: 17.5px 15px;
}

.top-banner .right-content .total_prices p {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	line-height: 15px;
	/* width: 95%; */
	margin: 0 auto;
}

.top-banner .right-content .total_prices p span.totl_disc {
	color: #45c2ed;
	font-weight: 700;
	font-size: 17px;
}

.top-banner .right-content .total_prices p span.main {
	font-weight: 800;
	text-align: right;
	float: right;
	font-size: 22px;
	color: #fff;
	vertical-align: text-top;
	margin-top: -10px;
}

.top-banner .right-content .total_prices p span.dollor {
	font-weight: 600;
	margin: 0 2px 0 0;
	font-size: 22px;
	position: relative;
	top: 0px;
}

.top-banner .right-content .proceedbtn {
	color: #fff;
	background-color: #e72952;
	border-color: #e72952;
	padding: 30px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20PX;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	width: 100%;
	border: medium;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px 0 0;
	display: inline-block;
	text-decoration: unset;
	outline: unset;
}

.top-banner .right-content .proceedbtn:hover {
	background: #e72952 !important;
}

#seals_slider {
	margin: 10px auto 0;
	text-align: center;
	min-height: 30px;
}

.banner_seals .stars_rating {
	color: #444;
	vertical-align: super;
	position: relative;
	top: 5px;

}

.banner_seals .stars_rating span {
	position: relative;
	top: -3px;
}

.banner_seals .stars_rating i {
	font-size: 20px;
	line-height: 1;
	color: #EEBD01;
	margin-right: 5px;
}



/*** Top Banner section Ends ***/

/*** Benefits section Starts ***/
section.benefits {
	background: #fff;
	background-image: url("../images/commonsectionbg.png");
	position: relative;
	top: 0;
	/* width: 100%; */
	z-index: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0 24px;
	/*    min-height: 715px;*/
}

section.benefits .exlore_benefits {
	width: 38.9%;
}

section.benefits .type_benefits {
	width: 61.1%;
}

section.benefits hgroup {
	/* max-width: 420px; */
}

section.benefits p.hgroup {
	text-align: left;
	color: #898787;
	font-weight: 400;
	font-size: 15.97px;
	margin: 20px auto 0;
	vertical-align: middle;
	text-transform: none;
	line-height: 36px;
	max-width: 420px;
}

section.benefits .benefit_offers {
	padding: 20px 0px;
}

section.benefits .benefit_offers p {
	color: #087599;
	border: 1px dashed #6772e5;
	border-radius: 30px;

	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0px 15px 0px;
	text-transform: uppercase;
	width: 100%;
}

section.benefits .benefit_offers .boxes_boxes .benefit_area_link {
	color: #087599;
	padding: 22px 10px 20px;
	display: block;
	text-decoration: none !important;
}

section.benefits .benefit_offers .boxes_boxes .benefit_area_link:hover {
	color: #fff !important;
}

section.benefits .benefit_offers .boxes_boxes:hover .benefit_area_link {
	color: #fff !important;
}

section.benefits .benefit_offers span {
	font-weight: 700;
	float: right;
	padding: 0 10px 0 0;
}

section.benefits .type_benefits .single-benefit {
	background: #fff;
	margin: 0 0px 3px;
	padding: 14px 20px;
	border-radius: 0px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
}

section.benefits .type_benefits .single-benefit.marg-top {
	margin-top: 50px;
}

section.benefits .type_benefits .single-benefit:hover,
section.benefits .type_benefits .single-benefit:focus {
	background: #45c2ed;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
}

section.benefits .type_benefits .single-benefit:hover h6,
section.benefits .type_benefits .single-benefit:hover p {
	color: #fff !important;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_black {
	background-image: url(../images/benefits_black_sprites.png);
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px 10px 0 0;
	display: inline-block;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_black.ourbenefits_icon1 {
	background-position: 0px 0px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_black.ourbenefits_icon2 {
	background-position: -320px -48px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_black.ourbenefits_icon3 {
	background-position: 0px -195px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_black.ourbenefits_icon4 {
	background-position: -320px -240px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_white {
	background-image: url(../images/benefits_white_sprites.png);
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px 10px 0 0;
	display: inline-block;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_white.ourbenefits_icon1 {
	background-position: 0px 0px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_white.ourbenefits_icon2 {
	background-position: -320px -48px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_white.ourbenefits_icon3 {
	background-position: 0px -195px;
}

section.benefits .type_benefits .single-benefit .ourbenefits_icon_white.ourbenefits_icon4 {
	background-position: -320px -240px;
}

.ourbenefits_icon_white#hoverimg1,
.ourbenefits_icon_white#hoverimg2,
.ourbenefits_icon_white#hoverimg3,
.ourbenefits_icon_white#hoverimg4 {
	display: none;
}

section.benefits .type_benefits .single-benefit:hover .ourbenefits_icon_black {
	display: none !important;
}

.single-benefit:hover .ourbenefits_icon_white#hoverimg1,
.single-benefit:hover .ourbenefits_icon_white#hoverimg2,
.single-benefit:hover .ourbenefits_icon_white#hoverimg3,
.single-benefit:hover .ourbenefits_icon_white#hoverimg4 {
	display: block !important;
}

section.benefits .type_benefits .single-benefit h6 {
	font-size: 20px;
	margin: 4px 0 0;
	vertical-align: middle;
	text-transform: capitalize;
	line-height: 20px;
}

section.benefits .type_benefits .single-benefit p {
	text-align: left;
	color: #646464;
	font-weight: 300;
	font-size: 13px;
	margin: 7.5px auto;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 20px;
}

.type_benefits .carousel-indicators {
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -32%;
	text-align: center;
	list-style: none;
}

section.benefits .type_benefits .carousel-item {
	margin: 50px 0 0 0;
}

.type_benefits .carousel-indicators li.active {
	opacity: 1;
	background-color: #6772e5;
}

.type_benefits .carousel-indicators li {
	margin: 0 2px;
	background-color: transparent;
	border-color: #b5b7b9;
	opacity: .7;
	border-width: 3px;
	width: 15px;
	height: 15px;
}

.type_benefits .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #6772e5;
}

.type_benefits .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: #7d7b7b;
	border: 1px solid #7d7b7b;
	border-radius: 10px;
}

section.benefits .features_box {
	background: #fff;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
	max-width: 410px;
	margin: 25px 0 10px auto;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

section.benefits .features_box h3 {
	color: #232323;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0;
	text-transform: uppercase;
}

section.benefits .features_box h3 span {
	color: #00abe6;
}

section.benefits .features_box .features_list {
	margin: 135px auto 0;
	padding: 0 !important;
}

section.benefits .features_box .features_list li::before {
	content: url(../images/featurearrow.png);
	position: absolute;
	left: 0;
	top: 2px;
}

section.benefits .features_box .features_list li {
	display: block;
	position: relative;
	color: #232323;
	font-weight: 400;
	font-size: 14px;
	margin: 9px 0;
	line-height: 1;
	padding: 0px 0 1px 20px;
	left: 24px;
}

section.benefits .features_box .features_list li span.price_lbl {
	font-weight: 500;
	color: #00abe6;
	display: inline-block;
	text-decoration: line-through;
	text-decoration-color: currentcolor;
	text-decoration-color: #00abe6;
	width: 57px !important;
}

section.benefits .features_box .features_list li span.free_lbl {
	display: inline-block;
	min-width: 45px;
	text-align: center;
	color: red;
	padding: 3px;
	border-radius: 30px;
	left: 8px;
	top: 5px;
	font-weight: 700;
}

/*** Benefits section Ends ***/

/*** Reviews section Starts ***/
section.reviews {
	background: #fafafa;
	background-size: cover;
	padding: 50px 0 40px;
	color: #2a2a2a;
	margin: 0px 0;
}

section.reviews .outer_hgroup {
	border: 2px solid rgba(0, 0, 0, .1);
	padding: 20px 0 20px 15px;
}

section.reviews p.hgroup {
	text-align: left;
	color: #898787;
	font-weight: 400;
	font-size: 15.97px;
	margin: 10px auto 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 33px;
	padding: 0 15px 0 10px;
}

section.reviews .seals_imgs {
	margin: 30px auto 0;
	text-align: center;
	width: 80%;
}

section.reviews .seals_imgs .review_seals {
	margin: 0 auto;
	background-image: url(../images/review_seals_sprites_new.html);
	width: 270px;
	height: 235px;
	display: inline-block;
	position: relative;
	transform-origin: 0 0;
	transition: transform .5s, visibility .5s ease-in;
}

section.reviews .seals_imgs .review_seals.review_seals1 {
	background-position: -5px 0px;
}

section.reviews .seals_imgs .review_seals.review_seals2 {
	background-position: -282px 0px;
}

section.reviews .seals_imgs .review_seals.review_seals3 {
	background-position: -562px 0px;
}

section.reviews .seals_imgs .review_seals1:hover {
	transform: scale(1.099);
	cursor: pointer;
}

section.reviews .seals_imgs .review_seals2:hover {
	transform: scale(1.099);
	cursor: pointer;
}

section.reviews .seals_imgs .review_seals3:hover {
	transform: scale(1.099);
	cursor: pointer;
}

section.reviews hr {
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, .1);
	width: 700px;
	margin: 70px auto 10px;
}

.trustpilot .single-trustpilot {
	background: #fff;
	margin: 5px 0px 0px;
	padding: 7px 15px;
	border-radius: 0px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
	max-width: 255px;
	min-height: 130px;
}

.trustpilot .single-trustpilot .name p {
	text-align: left;
	color: #181818;
	font-weight: 300;
	font-size: 9.68px;
	margin: 5px auto 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 13px;
}

.trustpilot .single-trustpilot .name p span {
	font-weight: 700;
}

.trustpilot .single-trustpilot .career_level p {
	text-align: left;
	color: #181818;
	font-weight: 700;
	font-size: 9.68px;
	margin: 5px auto 0px;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 13px;
}

.trustpilot .single-trustpilot .review_content p {
	text-align: left;
	color: #181818;
	font-weight: 300;
	font-size: 9.68px;
	margin: 5px auto;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 13px;
}

section.reviews .guarntee img {
	margin: 35.3px auto;
	display: block;
}

section.reviews .trustpilot h6 {
	text-align: center;
	color: #45c2ed;
	font-weight: 700;
	font-size: 22px;
	margin: 5px 0 10px;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 0px;
}

section.reviews .trustpilot .review_logos {
	margin: 0 auto;
	background-image: url(../images/review_logos.png);
	width: 200px;
	height: 40px;
	display: inline-block;
}

section.reviews .trustpilot .review_logos.review_logo1 {
	background-position: 0px -9px;
}

section.reviews .trustpilot .review_logos.review_logo2 {
	background-position: -198px -9px;
}

section.reviews .trustpilot h2 {
	text-align: center;
	color: #181818;
	font-weight: 500;
	font-size: 15px;
	margin: 10px 0 10px;
	vertical-align: top;
	line-height: 14px;
	display: inline-block;
}

section.reviews .trustpilot h2 span.rating {
	text-align: left;
	color: #45c2ed;
	font-weight: 700;
	font-size: 20px;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 15px;
	display: inline-block;
}

section.reviews .trustpilot h2 b {
	font-weight: 700;
}

section.reviews .trustpilot .vl {
	border-left: 2px solid #181818;
	height: 16px;
	display: inline-block;
	margin: -2px 5px;
}

.trustpilot .star_rating .stars-active {
	color: #EEBD01;
	text-align: left;
	font-size: 20px;
	margin: 0px 5px 0px 50px;
	display: inline-block;
}

section.reviews .trustpilot .carousel-indicators {
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -37%;
	text-align: center;
	list-style: none;
}

section.reviews .trustpilot .carousel-indicators li.active {
	opacity: 1;
	background-color: #6772e5;
}

section.reviews .trustpilot .carousel-indicators li {
	margin: 0 2px;
	background-color: transparent;
	border-color: #b5b7b9;
	opacity: .7;
	border-width: 3px;
	width: 15px;
	height: 15px;
}

section.reviews .trustpilot .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #6772e5;
}

section.reviews .trustpilot .carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: #7d7b7b;
	border: 1px solid #7d7b7b;
	border-radius: 10px;
}

type_benefits .single-benefit img {
	float: left;
	margin: 0px 10px 0 0;
	display: inline-block;
}

/*** Reviews section Ends ***/

/*** Offers section Starts ***/
section.offers {
	background: #fff;
	position: relative;
	top: 0;
	/* width: 100%; */
	z-index: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0 95px;
	color: #fff;
}

.col-sm-6.all_offers {
	width: 46.74%;
}

.col-sm-6.type_offers {
	width: 53.26%;
}

section.offers .outer_offerbox {
	/* max-width: 420px; */
	margin: 0 auto 60px;
}

section.offers .all_offers {
	padding: 0px 0 0 15px;
}

section.offers .all_offers .offers_singleoffer p {
	color: #414141;
	border: 1px dashed #6772e5;
	border-radius: 30px;
	padding: 10px 0px 9px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0px 35px 0px;
	text-transform: capitalize;
	width: 100%;
	cursor: pointer;
}

#all_offers>div>div:nth-child(2)>div>div:nth-child(5)>div>p:first-letter {
	text-transform: lowercase;
}

section.offers .all_offers .offers_singleoffer p:hover {
	background: #45c0e3;
	border: 1px solid #45c0e3;
	color: #fff;
}

section.offers .type_offers .single-offer {
	background: #fff;
	margin: 0 0px 3px;
	padding: 10px 15px;
	border-radius: 0px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
}

section.offers .type_offers .single-offer p {
	text-align: center;
	color: #454444;
	font-weight: 300;
	font-size: 14px;
	margin: 7.5px auto 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 20px;
}

section.offers .type_offers .single-offer.last_middle {
	margin: auto;
	transform: translate(0%, 60%);
}

section.offers .type_offers .single-offer.marg-top {
	margin-top: 50px;
}

section.offers .type_offers .single-offer:hover,
section.offers .type_offers .single-offer:focus {
	background: #45c2ed;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
}

section.offers .type_offers .single-offer h6 {
	margin: 2px 0 0;
	font-size: 20px;
	line-height: 23px;
}

section.offers .type_offers .single-offer:hover h6,
section.offers .type_offers .single-offer:hover p {
	color: #fff !important;
}

section.offers .type_offers .single-offer .ourservices_icon {
	background-image: url(../images/service_sprites.png);
	width: 50px;
	height: 50px;
	float: left;
	vertical-align: super;
	margin: 0px 12px 0 0;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
}

section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon1 {
	background-position: -10px -10px;
}

section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon2 {
	background-position: -265px -115px;
}

section.offers .type_offers .single-offer .ourservices_icon.ourservices_icon3 {
	background-position: -10px -230px;
}

.all_offers .carousel-indicators {
	position: absolute;
	bottom: -25px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -32%;
	text-align: center;
	list-style: none;
}

.all_offers .carousel-indicators li.active {
	opacity: 1;
	background-color: #6772e5;
}

.all_offers .carousel-indicators li {
	margin: 0 2px;
	background-color: transparent;
	border-color: #b5b7b9;
	opacity: .7;
	border-width: 3px;
	width: 15px;
	height: 15px;
}

.all_offers .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #6772e5;
}

.all_offers .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: #7d7b7b;
	border: 1px solid #7d7b7b;
	border-radius: 10px;
}

/*** Offers section Ends ***/

/*** Discount section Starts ***/
.discount {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	padding: 24px 0 31px !important;
	color: #fff;
	box-shadow: 0px 0px 5px 0px #00000069;
	margin-bottom: 5px;
}

.discount.last {
	padding: 40px 0 25px !important;
}

.discount.bgdodgerblue {
	background-color: #ecf3f3;
}

.discount.bgdodgerblue li:nth-child(4) a {
	border: medium;
	padding: 0 0 0 0px;
}

.discount.bgdodgerblue li a {
	border-right: none;
	padding-left: 5px;
}

.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: 19px;
	margin: 0px 0 10px;
}

.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 .cta_cmn_btn {
	margin: 20px 0 0px;
}

.discount li p {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: left;
	color: #00abe6;
	margin: 0 10px 0 0px;
}

.discount .cta_cmn_btn a {
	display: block;
	text-align: left;
	float: left;
	margin: 10px 0px 0 0px;
	padding: 0px 0 0;
	outline: none;
	text-decoration: none;
	border-right: none;
}

.discount .cta_cmn_btn li:nth-child(3)>a,
section.footer li:nth-child(2)>a.call-cta-ref,
section.footer a.phone {
	pointer-events: all !important;

}

li.bt-divider {
	display: inline-block;
	padding: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #cac8c8;
	background: #eef3f3;
	border-radius: 25px 25px 25px 0px;
}

.discount li {
	display: inline-block;
	padding: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	/* border: 2px solid #cac8c8;
    background: #eef3f3;
    border-radius: 25px 25px 25px 0px; */
}

.discount li:nth-child(4) a {
	border: medium;
	padding: 0;
}

.discount li .orderbtn {
	background: #004586;
	border: none !important;
	padding: 10px;
	text-align: center;
	min-width: 11pc !important;
	border-radius: 20px;
	margin: 10px 15px 0 0 !important;
	box-shadow: 0px 0px 4px 0px black !important;
}


.discount li img.navi_img {
	vertical-align: middle;
	margin: 0px 0 0;
}

.discount li img.navi_icon {
	vertical-align: sub;
	float: none;
	margin: 0 4px 0 5px;
}

.discount li .orderbtn img.navi_icon {
	vertical-align: middle;
	float: unset;
	max-width: 28px;
	margin: 0;
}

.discount li .orderbtn span {
	font-weight: 600;
	font-size: 15px;
}

.discount .cta_right_img img {
	margin: 0px auto 0;
	max-height: 230px;
	float: right;
}

.discount.last .cta_right_img img {
	margin: 0 0 0 0;
	max-width: 230px;
	float: right;
}

.discount .discount_off .contact_buttons {
	margin: 25px 0px;
}

.discount .discount_off .contact_buttons li {
	display: inline-block;
}

.discount .discount_off .contact_buttons li a {
	display: block;
	text-align: center;
	margin: 0 5px;
}

.discount .discount_off .contact_buttons li a.chaton {
	background: #343a40 !important;
}

.discount .discount_off .contact_buttons li a.chaton:hover {
	background: #6772e5 !important;
}

.discount .discount_off .contact_buttons a .contact_icons_btn {
	background-image: url('../images/contact_icons_sprites.png');
	width: 54px;
	height: 58px;
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
}

.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn1 {
	background-position: 0 0;
}

.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn2 {
	background-position: -284px 0;
}

.discount_off .contact_buttons a .contact_icons_btn.contact_icons_btn3 {
	background-position: -568px 0;
}

.discount .discount_off .contact_buttons a span {
	display: block;
	padding: 20px 0 17px !important;
	text-align: center;
}

/*Discount section copy*/
.discount_copy {
	background: #fff;
	position: relative;
	top: 0;
	/* width: 100%; */
	z-index: auto;
	background-image: url(../images/discountbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 30px;
	color: #fff;
	/* min-height: 715px; */
	margin-bottom: 0px;
}

.discount_copy .discount_off h1 b {
	font-weight: 700;
}

.discount_copy .discount_off .contact_buttons {
	margin: 23px 15px 0px;
}

.discount_copy .contact_buttons a {
	margin: 8px 0px 0 9px;
	font-weight: 700;
}

.discount_copy input {
	color: #797979;
	border: 1px dashed #797979;
	border-radius: 30px;
	padding: 11px 10px 9px;
	font-size: 15.57px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0px 15px 0px;
	width: 80%;
	line-height: 23px;
}

.discount_copy .slatebluelarge {
	padding: 13px 17px;
	font-size: 15px;
}

.discount_copy label.error {
	color: #e72952;
	font-size: 14px;
	margin: 0px 0 10px;
	display: block;
}

.discount_copy input::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 600 !important;
}

.discount_copy input:-moz-placeholder {
	/* Firefox 18- */
	font-size: 16px !important;
	font-weight: 600 !important;
}

.discount_copy input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 16px !important;
	font-weight: 600 !important;
}

.discount_copy input:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 600 !important;
}

/*** Discount section Ends ***/

/*** OurClients section Starts ***/
section.ourclients {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0 50px;
	color: #fff;
	/*    min-height: 715px;*/
}

section.ourclients .exlore_ourclients {
	width: 40.6%;
}

section.ourclients .type_ourclients {
	width: 59.4%;
}

section.ourclients hgroup {
	margin: 0 auto;
}

section.ourclients hgroup .exlarge_title {
	text-transform: none;
}

section.ourclients p.hgroup {
	text-align: left;
	color: #6c6b6b;
	font-weight: 300;
	font-size: 20.157px;
	margin: 20px auto 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 33px;
	padding: 0 75px 0 0;
}

section.ourclients .ourclients_offers {
	padding: 20px 0px;
}

section.ourclients .ourclients_offers p {
	color: #087599;
	border: 1px dashed #6772e5;
	border-radius: 30px;
	padding: 22px 10px 20px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0px 15px 0px;
	text-transform: uppercase;
	width: 100%;
}

section.ourclients .ourclients_offers span {
	font-weight: 700;
	float: right;
	padding: 0 10px 0 0;
}

section.ourclients .type_ourclients .single-ourclients {
	background: #fff;
	margin: 0 0px 30px;
	padding: 20px 20px 10px 30px;
	border-radius: 0px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
}

section.ourclients .type_ourclients .single-ourclients:hover,
section.ourclients .type_ourclients .single-ourclients:focus {
	background: #45c2ed;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
}

section.ourclients .type_ourclients .single-ourclients:hover h6,
section.ourclients .type_ourclients .single-ourclients:hover p {
	color: #fff !important;
	font-weight: normal;
}

section.ourclients .type_ourclients .single-ourclients img {
	float: left;
	margin: 0px 15px 0 0;
	display: inline-block;
}

section.ourclients .type_ourclients .single-ourclients .ourclient_icon {
	background-image: url('../images/ourclient_icons_sprite.png');
	width: 92px;
	height: 86px;
	margin: 0 10px 0 0;
	float: left;
	display: inline-block;
}

.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon1 {
	background-position: 0 0;
}

.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon2 {
	background-position: -318px 0;
}

.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon3 {
	background-position: 0 -206px;
}

.type_ourclients .single-ourclients .ourclient_icon.ourclient_icon4 {
	background-position: -318px -206px;
}

.ourclient_icon.ourclient_icon1:hover,
.ourclient_icon.ourclient_icon2:hover,
.ourclient_icon.ourclient_icon3:hover,
.ourclient_icon.ourclient_icon4:hover {
	animation-name: spin;
	animation-duration: 900ms !important;
}


section.ourclients .type_ourclients .single-ourclients h6 {
	font-weight: 700;
	margin: 15% 0 0 0;
}

section.ourclients .type_ourclients .single-ourclients p {
	text-align: left;
	color: #303030;
	font-weight: 300;
	font-size: 20.15px;
	margin: 15px 0 10px;
	vertical-align: middle;
	text-transform: none;
	line-height: 20px;
	clear: both;
	display: inline-block;
}

/*** OurClients section Ends ***/

/*** Order Numbers section Starts ***/
section.order_numbers {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
	color: #fff;
	/* min-height: 715px; */
	margin-bottom: 0px;
}

section.order_numbers hgroup {
	max-width: 61%;
	margin: 0 auto 25px;
}

section.order_numbers hgroup .large_title {
	text-transform: none;
}

section.order_numbers hgroup h span.marketing {
	color: #45c2ed;
	font-size: 36px;
}

.vertical-tab {
	/* display: table; */
}

.vertical-tab .nav-tabs {
	width: 100%;
	border: none;
	vertical-align: top;
	position: relative;
	display: inline-block;
}

.vertical-tab .nav-tabs li {
	float: none;
	vertical-align: top;
}

.vertical-tab .nav-tabs li a {
	color: #fff;
	background-color: #45c2ed;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 18.5px 15px;
	margin: 30px 0px 2px 0;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 1;
	transition: all 0.20s ease 0s;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	text-decoration: none;
	outline: medium none;
}

.vertical-tab .nav-tabs li a b {
	display: block;
	margin: 0 0 12px;
	font-size: 28px;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
	color: #fff;
	background-color: #6772e5;
	border: none;
	transition: none;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after {
	content: '';
	background: linear-gradient(45deg, transparent 49%, #6772e5 50%);
	height: 22px;
	width: 22px;
	opacity: 0;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: -11px;
	top: 52%;
	transition: none;
}

.vertical-tab .nav-tabs li a.active:before,
.vertical-tab .nav-tabs li a:hover:before {
	opacity: 1;
}

.vertical-tab .nav-tabs li a.active:after,
.vertical-tab .nav-tabs li a:hover:after {
	background: transparent;
	width: 100%;
	height: 100%;
	border-color: #45c2ed;
}

.vertical-tab .tab-content {
	color: #272E38;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 23px;
	margin-top: 0px;
	padding: 10px 0px;
	border: medium;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}

.vertical-tab .tab-content h3 {
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

.vertical-tab .tab-content .single-order {
	background: #fff;
	margin: 0 0px 10px;
	padding: 6px 0px 5px;
	border-radius: 0px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid rgba(0, 0, 0, .075);
	float: left;
}

.clearfix {
	overflow: auto;
	clear: both;
}

.vertical-tab .tab-content .single-order .ordername {
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0px 0 5px;
}

.vertical-tab .tab-content .single-order .ordername h6 {
	font-weight: 700;
	font-size: 11px;
	text-transform: none;
	line-height: 20px;
}

.single-order .ordername h6 span.text-left {
	color: #45c2ed;
	float: left;
	display: inline-block;
}

.single-order .ordername h6 span.text-right {
	color: #e6003b;
	float: right;
}

.vertical-tab .tab-content .ordersubject {
	border: 1px dashed #e6003b;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 1.5px 10px;
	margin: 2px 0;
}

.vertical-tab .tab-content .single-order .ordersubject h6 {
	font-weight: 700;
	margin: 0px 0 0;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
}

.single-order .ordersubject h6 span.text-left {
	color: #444545;
	float: left;
	font-weight: 700;
	font-size: 9.22px;
	display: block;
}

.single-order .ordersubject h6 span.text-right {
	color: #868686;
	float: right;
	font-weight: 500;
	font-size: 8.48px;
	display: inline-block;
}

.vertical-tab .tab-content .single-order .ordertype {
	border: 1px dashed #e6003b;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 1.5px 10px;
	margin: 2px 0;
}

.vertical-tab .tab-content .single-order .ordertype h6 {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
}

.single-order .ordertype h6 span.text-left {
	color: #444545;
	float: left;
	font-weight: 700;
	font-size: 10.22px
}

.single-order .ordertype h6 span.text-right {
	color: #868686;
	float: right;
	font-weight: 500;
	font-size: 9.48px;
}

.vertical-tab .tab-content .single-order .orderlevel {
	border: 1px dashed #e6003b;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 1.5px 10px;
	margin: 2px 0;
}

.vertical-tab .tab-content .single-order .orderlevel h6 {
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	line-height: 20px;
	/* padding: 10px; */
}

.single-order .orderlevel h6 span.text-left {
	color: #444545;
	float: left;
	font-weight: 700;
	font-size: 10.22px
}

.single-order .orderlevel h6 span.text-right {
	color: #868686;
	float: right;
	font-weight: 500;
	font-size: 9.48px;
}

.vertical-tab .tab-content .single-order .orderwriter {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

.vertical-tab .tab-content .single-order .orderwriter h6 {
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	line-height: 20px;
	/* padding: 10px; */
}

.single-order .orderwriter h6 span.writer {
	color: #fff;
	float: left;
	font-weight: 400;
	font-size: 12px;
	background: #333333;
	padding: 8.5px 5px;
	margin: 10px 0 5px;
	text-transform: capitalize;
	display: inline-block;
	width: 35%;
	text-align: center;
}

.single-order .orderwriter h6 span.wrt_rating {
	color: #fff;
	float: left;
	font-weight: 600;
	font-size: 12px;
	background: #6772e5;
	padding: 10px 6px;
	margin: 10px 0px 5px;
	text-transform: capitalize;
	display: inline-block;
	width: 65%;
	text-align: left;
}

.orderwriter h6 .stars-active {
	color: #EEBD01;
	font-size: 10px;
	margin: 0px 0px 0 0px;
}

.orderwriter h6 span.satisfiction {
	text-align: left;
	float: left;
}

.orderwriter h6 .progress {
	height: 11px;
	margin: 5px 0 0;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.orderwriter h6 .progress-bar {
	background-color: #45c2ed;
}

.vertical-tab .tab-content .single-order .orderdeadline {
	padding: 0 15px;
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0;
}

.vertical-tab .tab-content .single-order .orderdeadline h6 {
	font-weight: 700;
	font-size: 11.41px;
	text-transform: none;
	line-height: 20px;
}

.single-order .orderdeadline h6 span.text-left {
	color: #45c2ed;
	float: left;
	display: inline-block;
}

.single-order .orderdeadline h6 span.text-right {
	color: #3e3e3e;
	float: right;
}

.vertical-tab .tab-content .single-order p {
	text-align: left;
	color: #646464;
	font-weight: 300;
	font-size: 12px;
	margin: 0px auto;
	text-transform: none;
	line-height: 0;
}

.vertical-tab .tab-content .carousel-indicators {
	position: absolute;
	bottom: -35px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -32%;
	text-align: center;
	list-style: none;
}

.vertical-tab .tab-content .carousel-indicators li.active {
	opacity: 1;
	background-color: #6772e5;
}

.vertical-tab .tab-content .carousel-indicators li {
	margin: 0 2px;
	background-color: transparent;
	border-color: #b5b7b9;
	opacity: .7;
	border-width: 3px;
	width: 15px;
	height: 15px;
}

.vertical-tab .tab-content .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #6772e5;
}

.vertical-tab .tab-content .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: #7d7b7b;
	border: 1px solid #7d7b7b;
	border-radius: 10px;
}

.counting::after {
	content: '+';
	position: absolute;
}

/*** Order Numbers section Ends ***/

/*** Consultation section Starts ***/
section.consultation {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	/*	background-image: url(../images/helpbg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0 45px;
	color: #fff;
}

section.consultation.gray {
	background-image: url(../images/ready-bg.jpg);
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	position: relative;
}

.discount.thankyou {
	padding: 50px 0 50px !important;
}

.discount.thankyou .main_paragraph {
	display: block;
	margin: 30px 0 15px;
}

.discount {
	padding: 30px 0 30px;
}

.discount .discount_off .contact_buttons {
	margin: 25px 0px 15px;
}

.discount .discount_off h6.large_title {
	font-size: 30px;
}

.discount .left_img_box {
	position: absolute;
	width: 315px;
	left: -75px;
	top: -45px;
}

section.consultation.bgbluebg {
	background-image: url(../images/ready-bg_blue.jpg);
	background-repeat: no-repeat;
	background-size: unset;
	background-position: center;
	position: relative;
}

.consultation hgroup {
	margin-top: 15px;
}

.consultation .discount_off_left h6.large_title {
	text-transform: none;
	font-size: 32px;
	line-height: 36px;
}

section.consultation .discount_off_left p {
	text-align: left;
	color: #fefcfc;
	font-weight: 300;
	font-size: 19px;
	margin: 10px auto 0;
	vertical-align: middle;
	text-transform: none;
	line-height: 33px;
	padding: 0;
}

section.consultation .help-form .nice-select {
	border: 2px dashed #fefcfc !important;
	background: transparent !important;
	color: #fefcfc !important;
	padding: 20px 25px !important;
	height: auto !important;
	border-radius: 30px !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	margin: 28px 0 0;
}

section.consultation .help-form .nice-select:after {
	border-bottom: 10px solid #fefcfc;
	border-right: 1px solid #fefcfc;
	content: '';
	height: 12px;
	margin-top: -7px;
	right: 20px;
	width: 12px;
	border-top: 0px solid #fefcfc;
	border-left: 10px solid transparent;
}

section.consultation .help-form .nice-select.open .list {
	width: 100%;
	min-height: 275px;
	overflow-y: scroll;
	max-height: 275px;
}

section.consultation .help-form .nice-select .option {
	color: #303030;
}

section.consultation .help-form span.available {
	display: inline-block;
	margin: 30px 0 0;
	visibility: hidden;
}

.listblock {
	visibility: visible !important;
}

section.consultation .help-form span span.hide_first {
	display: none;
}

section.consultation .help-form span b span.last_hour {
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin: 5px 0 0;
}

section.consultation .help-form span b {
	color: #fefcfc;
	font-weight: 700;
	vertical-align: super;
	text-transform: none;
	line-height: 15px;
	font-size: 28px;
	display: block;
	position: relative;
	top: 5px;
}

section.consultation .help-form span b .products {
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	vertical-align: middle;
}

section.consultation .help-form span span.hide_first {
	display: none;
}

section.consultation .help-form span span.hide_second {
	float: left;
	display: none;
}

section.consultation .help-form .order_btn {
	float: right;
	display: inline-block;
	margin: 31px 0 0;
}

section.consultation .help-form a {
	margin: 0px 0px 0 9px;
	vertical-align: bottom;
}

section.consultation .discount_off {
	margin: 0px 0 0px 60px;
	/*! width: 100%; */
	text-align: center;
}

section.consultation .discount_off li {
	display: inline-block;
}

section.consultation .discount_off li a {
	display: block;
	text-align: center;
	margin: 15px 5px 0 0;
}

section.consultation .discount_off li a.chaton {
	background: #343a40 !important;
}

section.consultation .discount_off li a.chaton:hover {
	background: #6772e5 !important;
}


section.consultation .discount_off a span {
	display: block;
	padding: 0 !important;
	text-align: center;
}

section.consultation .cta_cmn_btn {
	/* float: left; */
	margin: 28px 0 15px 0px;
	width: 100%;
}

section.consultation .cta_cmn_btn i {
	margin: 7px 5px 0 0;
	float: left;
	vertical-align: middle;
	font-size: 26px;
	position: relative;
}

section.consultation .cta_cmn_btn i.fa-phone-alt {
	font-size: 20px;
	margin: 10px 0px 0 -3px;
}

section.consultation .cta_cmn_btn span.second {
	display: block;
	font-size: 18px;
}

section.consultation .cta_cmn_btn img {
	margin: 7px 5px 0 0;
	float: left;
	vertical-align: middle;
	position: relative;
}

section.consultation .cta_cmn_btn a {
	display: block;
	text-align: left;
	float: left;
	border-left: 1px solid #6772e5;
	margin: 0 50px 0 0px;
	padding: 0px 0 0;
	outline: none;
	text-decoration: none;
}

section.consultation .cta_cmn_btn a span {
	padding: 5px 0 0px 10px;
	font-size: 13px;
}

section.consultation .cta_right_img img {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	/* width: 50%; */
}

section.consultation .cta_left_img img {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	max-width: 285px;
}

/*** Consultation section Ends ***/

/*** Comparison section Starts ***/
section.comparison_analysis {
	background: #f9f9f9;
	position: relative;
	padding: 60px 0;
	color: #222;
}

section.comparison_analysis .outer_ourfeaturebox {
	margin: 0 auto 55px;
}

section.comparison_analysis hgroup h6.large_title {
	text-transform: none;
}

section.comparison_analysis .main_paragraph {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #6c757d;
}

.comparison {
	padding: 60px 0 120px;
}

.comparison_wrapper {
	border: 1px solid #dee2e6;
}

.comparison_head h6 {
	font-weight: 600;
	margin-bottom: 0;
	padding: 25px 45px;
}

.comparison_media .media .fas,
.comparison_media .media .fa {
	color: #6772e5;
}

.comparison_tbl .table {
	margin: 0;

}

.comparison_tbl .table thead {
	background-image: linear-gradient(to bottom, #b3e2f6, #fff);
	/*	background-color: #00abe6;*/
}

.comparison_tbl .table thead p {
	margin: 0;
}

.comparison_media.last_media .fa {
	color: #ffc715;
}

.comparison_media.other_media .fas {
	color: #cd0001;
}

.comparison_media.last_media .fas {
	color: #019800;
}

.text-greeen {
	color: #019800;
}

.comparison_tbl .table .star_rating .stars-active {
	color: #EEBD01;
	text-align: center;
}

.comparison_tbl .table .star_rating .stars-gray {
	color: #6c757d8f;
	text-align: center;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-o:before {
	content: "\f005"
}

.fa.fa-star-half-o,
.fa.fa-star-half-empty,
.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.fa.fa-star-half-empty:before,
.fa.fa-star-half-full:before,
.fa.fa-star-half-o:before {
	content: "\f123";
}

.comparison_media.other_media .media span,
.comparison_media.last_media .media span {
	/* display: inline-block; */
	height: 25px;
	width: 25px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	top: 10px;
	padding: 0px 4.5px;
}


.comparison_body {
	border-top: 1px solid #dee2e6;
}

.comparison_media .media-body p {
	margin: 5px 0 0 !important;
	font-size: 15px;
}

.comparison_tbl .comparison_head {
	padding: 15px 0 15px 0px;
}

.comparison_tbl .table thead th:nth-child(1) {
	padding: 15px 0 15px 25px;
	text-align: left;
}

.comparison_tbl .table-bordered td,
.comparison_tbl .table-bordered th {
	border: unset;
}

.comparison_tbl {
	border: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.comparison_tbl .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
	text-align: center;
}

.comparison_tbl .table th {
	border-top: 0;
}

.comparison_tbl .table thead th:nth-child(1),
.comparison_tbl .table td:nth-child(1) {
	width: 40%;
	vertical-align: middle;
}

.comparison_tbl .table td {
	width: 20%;
	vertical-align: middle;
	padding: 12px 12px 11px;
}

.comparison_media {
	/* padding: 0px 0px 10px; */
}

.comparison_media img {

	margin: 0px 8px 0 0;
}

.comparison_media.other_media .media span,
.comparison_media.last_media span {
	width: 25px;
	margin: 0 auto;
}

/*** Comparison section Ends ***/

/*** Our Process section Starts ***/
section.ourprocess {
	background: #f9f9f9;
	position: relative;
	top: 0;
	z-index: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0 60px;
	color: #fff;
	/* min-height: 715px; */
}

section.ourprocess hgroup {
	margin: 0 auto 50px;
}

section.ourprocess hgroup h6.exlarge_title {
	text-transform: none;
	font-size: 47px;

}

section.ourprocess .img_box {
	float: left;
	width: 20%;
}

section.ourprocess .content_box {
	/* width: 80%; */
	float: left;
	vertical-align: middle;
	margin: 8px 0 0 0;
}

section.ourprocess .process_type {
	margin: 40px 0 0;
	float: left;
	position: relative;
}

section.ourprocess .process_type .single-process {
	margin: 0px 0px 40px 0px;
	padding: 7px 15px 8px;
	border-radius: 5px;
	float: left;
	/* display: inline-block; */
	width: 86%;
	box-shadow: -2px 4px 4px 1px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: 0px 4px 4px 0px rgb(103 114 229 / 90%) !important;
	border: 1px solid #00abe6;
	position: relative;
}

section.ourprocess .process_type .single-process:hover {
	border: 1px solid #6772e5;
	background-color: #343a40;
}

section.ourprocess .process_type .single-process:hover h6 {
	color: #fff;
}

section.ourprocess .outer_process {
	float: left;
	width: 100%;
	position: relative;
}

section.ourprocess .outer_process .number {
	float: left;
	width: 12%;
	margin: 12px 0 0;
}

section.ourprocess .process_type .arrow {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 15px solid #00abe6;
	border-bottom: 6px solid transparent;
	display: inline-block;
	margin: 12px 0px 0 5px;
	transform: rotate(180deg);
	display: none;
}

section.ourprocess .process_type .number span {
	background: #00abe6;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	border-radius: 35px;
	font-weight: 500;
	font-size: 20px;
	box-shadow: 0px 4px 4px 0px rgb(103 114 229 / 90%) !important;
	-webkit-box-shadow: 0px 1px 3px 3px rgb(103 114 229 / 90%) !important;
	border: 1px solid #00abe6;
	top: 0;
	float: left;
}

section.ourprocess .process_type .number span:hover {
	background: rgb(103 114 229)
}

section.ourprocess .process_type .single-process.marg-top {
	margin-top: 20px;
}

section.ourprocess .process_type .single-process h6 {
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
}

section.ourprocess .process_type .single-process p {
	text-align: left;
	color: #565656;
	font-weight: 400;
	font-size: 14.18px;
	margin: 5px auto 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	line-height: 19px;
}

section.ourprocess .process_type .single-process img {
	float: left;
	vertical-align: middle;
	margin: 0px 20px 0 0;
	display: inline-block;
	padding: 0;
	/* width: 20px; */
}

section.ourprocess .process_type .single-process .process_icons {
	background-image: url('../images/process_icons_sprites.png');
	width: 68px;
	height: 68px;
	margin: 0 10px 0 0;
	display: inline-block;
	position: relative;
	transform-origin: 0 0;
	transition: transform .5s, visibility .5s ease-in;
}

.process_type .single-process .process_icons.process_icons1 {
	background-position: 0 0;
}

.process_icons.process_icons1:hover,
.process_icons.process_icons2:hover,
.process_icons.process_icons3:hover,
.process_icons.process_icons4:hover {
	transform: scale(1.099);
}

.process_type .single-process .process_icons.process_icons2 {
	background-position: 0 -153px;
}

.process_type .single-process .process_icons.process_icons3 {
	background-position: 0 -306px;
}

.process_type .single-process .process_icons.process_icons4 {
	background-position: 0 -459px;
}

section.ourprocess .ourprocess_detail .detailimg_box {
	margin-top: 35%;
	background-image: url(../images/Make_an_account.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
}

.detail_single-process {
	margin-top: 35%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
}

.detail_single-process-1 {
	margin-top: 35%;
	background-image: url(../images/Make_an_account.html) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;
}

.detail_single-process-2 {
	margin-top: 35%;
	background-image: url(../images/Tell_us_about_your_work.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;
}

.detail_single-process-3 {
	margin-top: 35%;
	background-image: url(../images/Pay_Us.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;
}

.detail_single-process-4 {
	margin-top: 35%;
	background-image: url(../images/Make_an_account.html) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 395px 0 0;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;
}

section.ourprocess .ourprocess_detail .detailimg_box img {
	display: block;
	margin: 0 auto 0;
}

section.ourprocess .ourprocess_detail .contact_buttons {
	display: block;
	margin: 65px 0 0;
	/*    float: left;*/
}

section.ourprocess .ourprocess_detail .contact_buttons .col-sm-6 {
	padding: 0 15px 0 0;
}

section.ourprocess .ourprocess_detail .contact_buttons a .contact_icons1_btn {
	background-image: url('../images/contact_icons_sprites.png');
	width: 54px;
	height: 58px;
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
}

section.ourprocess .ourprocess_detail .contact_buttons a .contact_icons1_btn.contact_icons1_btn1 {
	background-position: -568px 0;
}

section.ourprocess .ourprocess_detail .contact_buttons a .contact_icons1_btn.contact_icons1_btn2 {
	background-position: -284px 0;
}

section.ourprocess .ourprocess_detail .contact_buttons a span {
	display: block;
	padding: 20px 0 15px !important;
	text-align: center;
}

/*** Our Process section Ends ***/

/*** Our Features section Starts ***/
section.ourfeatures {
	background: #fff;
	position: relative;
	padding: 60px 0;
	color: #222;
}

section.ourfeatures .outer_ourfeaturebox {
	margin: 0 auto 55px;
}

section.ourfeatures hgroup h6.large_title {
	text-transform: none;
}

section.ourfeatures .features_type .single-ourfeature {
	margin: 0px;
	padding: 0px 0;
	border-radius: 0px;
}

section.ourfeatures .features_type .single-ourfeature h6 {
	text-align: left;
	color: #00abe6;
	font-weight: 700;
	font-size: 27px;
	margin: 25px 0;
	vertical-align: super;
	text-transform: capitalize;
	line-height: 25px;
	padding: 0 0 0 15px;
}

section.ourfeatures .features_type .single-ourfeature h6:first-child {
	margin-top: 0;
}

section.ourfeatures .features_type .single-ourfeature ul li {
	text-align: left;
	color: #232323;
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 12px;
	vertical-align: super;
	text-transform: none;
	line-height: 38px;
	padding: 0 0 0 15px;
	cursor: pointer;
}

section.ourfeatures .features_type .single-ourfeature ul li:hover {
	color: #00abe6;
}

section.ourfeatures .features_type .single-ourfeature ul li span.price {
	text-align: left;
	color: #00abe6;
	font-weight: 600;
	font-size: 25px;
	margin: 0;
	float: right;
}

/*
#ourfeatures > div > div > div.col-sm-4.features_type > div > ul:nth-child(4) > li:nth-child(6) > span {
    min-width: 39px;
    max-width: 40px;
}
*/

.features_type .single-ourfeature ul li::before {
	content: "";
	position: absolute;
	background: url(../images/featurearrow.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	margin: 10px 0px 0 -30px;
}

section.ourfeatures .offersdetail_box img {
	display: block;
	/*    margin: 20px auto;
    */
}

section.ourfeatures .features_detail {
	width: 61%;
	margin: 0 auto;
	padding: 0 20px;
}

.firstbox,
.secondbox,
.thirdbox,
.fourthbox,
.fifthbox,
.sixthbox,
.seventhbox,
.eighthbox,
.ninethbox,
.tenthbox,
.eleventhbox {
	display: none;
}

section.ourfeatures .offersdetail_box .offerimg_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 440px 0 0;
	margin: 20px auto 15px;
}

section.ourfeatures .offersdetail_box h6 {
	text-align: left;
	color: #45c2ed;
	font-weight: 700;
	font-size: 27px;
	margin: 35px 0 20px;
	vertical-align: super;
	text-transform: capitalize;
	line-height: 25px;
	padding: 0;
}

section.ourfeatures .offersdetail_box p {
	text-align: left;
	color: #4b4b4b;
	font-weight: 400;
	font-size: 18px;
	margin: 0px 0 10px;
	vertical-align: super;
	text-transform: none;
	line-height: 35px;
	padding: 0 0 0;
}

section.ourfeatures .contact_buttons {
	display: block;
	margin: 15px 0 0;
	/*    float: left;*/
}

section.ourfeatures .contact_buttons .col-sm-6 {
	padding: 0 15px 0 0;
}


section.ourfeatures .contact_buttons a.slateblueextralarge {
	padding: 0px 12px 0px !important;
	font-size: 18px;
	text-transform: none;
}

section.ourfeatures .contact_buttons a .contact_icons2_btn {
	background-image: url('../images/contact_icons_sprites.png');
	width: 54px;
	height: 58px;
	margin: 0 5px 0 0;
	float: left;
	display: inline-block;
}

section.ourfeatures .contact_buttons a .contact_icons2_btn.contact_icons2_btn1 {
	background-position: -568px 0;
}

section.ourfeatures .contact_buttons a .contact_icons2_btn.contact_icons2_btn2 {
	background-position: -284px 0;
}

section.ourfeatures .contact_buttons a span {
	display: block;
	padding: 20px 0 15px !important;
	text-align: center;
}

/*** Our Features section Ends ***/

/*** Testimonials section Starts ***/
section.testimonials {
	background: #f9f9f9;
	position: relative;
	padding: 50px 0 50px;
	color: #222;
	/*    border-bottom: 2px solid #a1a1a1;*/
}

section.testimonials .outer_tesimonialsbox {
	margin: 0 auto 30px;
}

section.testimonials hgroup h6.large_title {
	text-transform: none;
}

section.testimonials hgroup h6.large_title span {
	/* color: #fff; */
}

section.testimonials .single-testimonials {
	min-height: 310px;
	background: #00abe6;
	margin: 10px 10px 15px;
	border-radius: 30px;
	padding: 10px 12px 10px;
	cursor: pointer;
	float: left;
	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 rgba(0, 0, 0, .075);
}

section.testimonials .single-testimonials h6 {
	text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 20.7px;
	line-height: 35px;
	margin: 0;
	vertical-align: middle;
}

section.testimonials .single-testimonials h2 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0;
	vertical-align: middle;
	font-style: italic;
}

section.testimonials .single-testimonials h3 {
	text-align: center;
	color: #282728;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	margin: 0;
	vertical-align: middle;
}

section.testimonials .single-testimonials h4 {
	color: #000;
	line-height: 20px;
	text-transform: none;
	margin: 10px 0 0px 0px;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
}

section.testimonials .single-testimonials p {
	font-size: 17px;
	margin: 0;
	color: #383838;
	line-height: 25px;
	text-align: center;
}

section.testimonials .carousel-indicators {
	bottom: -40px;
	text-align: center;
}

section.testimonials .carousel-indicators li {
	margin: 0 2px;
	background-color: #282728;
	border-color: #282728;
	border-width: 3px;
	width: 17px;
	height: 17px;
}

section.testimonials .carousel-indicators li.active {
	background-color: #00abe6;
	border-color: #00abe6;
}

section.testimonials .single-testimonials blockquote {
	position: relative;
	padding: 0px 0px;
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0;
	line-height: 18px;
	color: #fff;
	font-style: italic;
}

section.testimonials .star_rating {
	text-align: center;
	margin: 5px 0 5px;
}

section.testimonials .star_rating .stars-active {
	color: #EEBD01;
	text-align: center
}

section.testimonials .star_rating .stars-active i {
	font-size: 15px;
}

section.testimonials .video-signal iframe {
	height: 322px;
	width: 100%;
}

section.testimonials .video-signal p {
	font-size: 17px;
	padding: 5px 15px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	background: #000000;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: -5px 0 0;
}

section.testimonials .video-signal img {
	float: left;
	height: 50px;
	cursor: pointer;
}

section.testimonials .video-signal p span {
	font-size: 13px;
	float: right;
	display: block;
	padding: 10px 0px;
}

section.testimonials .swiper-button-prev,
section.testimonials .swiper-rtl .swiper-button-next {
	left: -35px !important;
	right: auto !important;
	color: #45c2ed !important;
}

section.testimonials .swiper-button-next,
section.testimonials .swiper-rtl .swiper-button-prev {
	right: -35px !important;
	left: auto !important;
	color: #45c2ed !important;
}

section.testimonials .banner_seals {
	text-align: center;
	padding: 0 0 0 10px;
	display: inline-block;
	margin: 10px 30px 10px 0;
}

.seals-cmn.mx-auto.text-center {
	margin-top: 35px !important;
}

section.testimonials .banner_seals img {
	max-width: 130px;
	vertical-align: sub;
}

section.testimonials .banner_seals .stars_rating {
	color: #222;
	vertical-align: super;
	position: relative;
	top: 5px;
	font-weight: 500;
}

.mySwiper .owl-prev {
	position: absolute;
	left: -35px;
	top: 40%;
	font-size: 60px;
	font-weight: 400;
	color: #00abe6;
}

.mySwiper .owl-next {
	position: absolute;
	right: -35px;
	top: 40%;
	font-size: 60px;
	font-weight: 400;
	color: #00abe6;
}

/*** Testimonials section Ends ***/

/*** Top universities section Starts ***/
.topuniversities {
	background: #fff;
	position: relative;
	padding: 50px 0 60px;
	color: #222;
}

.topuniversities hgroup {
	margin: 0 0 40px
}

.topuniversities hgroup h6.large_title {
	text-transform: none;
}

.topuniversities .univ_logos {
	margin: 0 15px 0 0;
	background-image: url(../images/Uni-logos-2.png);
	width: 160px;
	height: 55px;
	display: inline-block;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .2s ease-in-out;
	object-fit: contain;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	opacity: 0.8;
}

.topuniversities .univ_logos.univ_logos1 {
	background-position: -4px 0px;
	width: 173px;
	margin: 0 10px 0 0px;
}

.topuniversities .univ_logos.univ_logos1:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .univ_logos.univ_logos2 {
	background-position: -195px 0px;
	width: 150px;
}

.topuniversities .univ_logos.univ_logos2:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .univ_logos.univ_logos3 {
	background-position: -359px 0px;
	width: 115px;
}

.topuniversities .univ_logos.univ_logos3:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .univ_logos.univ_logos4 {
	background-position: -493px 0px;
	width: 90px;
	margin: 0 0 0 0px;
}

.topuniversities .univ_logos.univ_logos4:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .univ_logos.univ_logos5 {
	background-position: -650px 0px;
}

.topuniversities .univ_logos.univ_logos5:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .univ_logos.univ_logos6 {
	background-position: -820px 0px;
}

.topuniversities .univ_logos.univ_logos6:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	cursor: pointer;
}

.topuniversities .uni_logos a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 0;
}

.topuniversities .uni_logos img {
	display: block;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .2s ease-in-out;
	object-fit: contain;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	opacity: 0.8;
}

.topuniversities .uni_logos img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/*** Top Universities section Ends ***/

/*** Our Help section Starts ***/
section.ourhelp {
	background: #fff;
	position: relative;
	padding: 60px 0;
	color: #222;
}

section.ourhelp .outer_ourhelpbox {
	margin: 0 auto 55px;
}

section.ourhelp hgroup h6.large_title {
	text-transform: none;
}

section.ourhelp hgroup .main_paragraph {
	display: block;
}

section.ourhelp .single-ourhelp {
	background: #00abe6;
	margin: 0 0px 0px;
	border-radius: 30px;
	padding: 10px 20px 10px;
}

section.ourhelp .single-ourhelp:hover,
section.ourhelp .single-ourhelp:focus {
	background: transparent;
	border-radius: 0px;
	/*    border: 1px dashed #6772e5;*/
	color: #000;
	cursor: pointer;
}

section.ourhelp .single-ourhelp h6 {
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin: 0px 0 7px;
	vertical-align: super;
	text-transform: none;
	line-height: 24px;
}

section.ourhelp .single-ourhelp h6 span {
	margin: 0 10px 0 0;
	background-color: #fff;
	border-color: #fff;
	border-width: 3px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	padding: 0 0px 0 0;
	display: inline-block;
}

section.ourhelp .single-ourhelp p {
	color: #fff;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align: left;
	margin: 0 0px 0 0px;
	text-transform: none;
	width: 100%;
	line-height: 24px;
	padding: 0 0 0 17px;
}

section.ourhelp .single-ourhelp:hover h6,
section.ourhelp .single-ourhelp:hover p {
	color: #808080;
}

section.ourhelp .single-ourhelp:hover span {
	background-color: #6772e5;
	border-color: #6772e5;
}

section.ourhelp .helpdetail_box .helpdetailimg_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 410px 0 0;
	margin: 8% auto 20px;
}

.detail_single-help {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 410px 0 0;
	margin: 8% auto 20px;
	cursor: pointer;
}

.detail_single-help-0 {
	background-image: url(../images/Subject-Specialists.png) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 410px 0 0;
	margin: 8% auto 20px;
	cursor: pointer;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;

}

.detail_single-help-1 {
	background-image: url(../images/Guidelines.html) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 410px 0 0;
	margin: 8% auto 20px;
	cursor: pointer;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;

}

.detail_single-help-2 {
	background-image: url(../images/24-7.html) !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 410px 0 0;
	margin: 8% auto 20px;
	-webkit-animation: breath 2s;
	animation: breath 2s;
	animation-iteration-count: 1;
}

section.ourhelp .helpdetail_box h6 {
	text-align: left;
	color: #45c2ed;
	font-weight: 700;
	font-size: 27px;
	margin: 35px 0 20px;
	vertical-align: super;
	text-transform: capitalize;
	line-height: 25px;
	padding: 0;
}

section.ourhelp .out_box {
	background: transparent;
	margin: 18px 0 0;
	border: 2px dashed #000;
	border-radius: 30px;
	padding: 4px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	width: 100%;
}

section.ourhelp .out_box:hover {
	border: 2px dotted #000;
	border-radius: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*    margin-left: -4%;*/
}

/*** Our Help section Starts ***/

/*** Common Pages section Starts (Referrel) ***/

/*** Common Topbanner section ***/
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;
}

section.commonbanner.slatebluebg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(103, 114, 229, .8);
}

section.commonbanner hgroup {
	margin: 30px 0 0;
}

section.commonbanner.pageterms_conditions hgroup {
	margin: 0;
}

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;
}

section.commonbanner p {
	text-align: left;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	margin: 0px 0 20px;
	vertical-align: super;
	text-transform: none;
	line-height: 30px;
	padding: 0 0 0;
	font-family: 'Poppins', sans-serif;
}

section.commonbanner .contact_buttons {
	margin: 23px 15px 0px;
}

section.commonbanner .contact_buttons a {
	margin: 8px 0px 0 9px;
	font-weight: 700;
}

section.commonbanner .slatebluelarge,
.referrallevel .slatebluelarge {
	text-transform: uppercase;
	padding: 17px 15px 15px;
	margin: 0 auto 25px;
	font-size: 16px;
}

.pagereferral .slateblueextralarge,
.referrallevel .slateblueextralarge {
	text-transform: uppercase;
	padding: 0px 15px 0px 5px;
	margin: 0 auto 25px;
	font-size: 16px;
	min-width: unset;
	max-width: none;
}

.referrallevel .slateblueextralarge img {
	float: left;
	margin: 0 0px 0 0px;
	max-height: 58px;
}

.referrallevel .slateblueextralarge span {
	display: inline-block;
	padding: 23px 0 18px !important;
	text-align: center;
}

.commonbanner.pageourprocess .common_orderform .calculate_order {
	margin: 13% 0 0 10%;
	width: 70%;
}

.commonbanner .common_orderform .calculate_order {
	background: #6772e5;
	padding: 25px 0px 0px;
	border-radius: 20px;
	/* height: 510px; */
	margin: 13.5% 0 0 25%;
	width: 70%;
	display: block;
	border: medium;
	color: #fff;
	-webkit-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.commonbanner .common_orderform .calculate_order .form-title {
	text-align: center;
	padding: 0px 0;
	margin-bottom: 30px;
}

.commonbanner .common_orderform .calculate_order .form-title h3 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-size: 20.65px;
}

.commonbanner .common_orderform .order-form {
	margin: 0 auto;
	padding: 0px 30px;
}

.commonbanner .common_orderform .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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	margin: 20px auto 0px;
	padding: 5px 25px;
	color: #858484;
	font-size: 13px;
	/* width: 76% !important; */
	display: block;
	border-radius: 20px;
	box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid #fff;
	height: 35px;
	background: #fff;
}

.commonbanner .common_orderform .continuebtn {
	color: #fff;
	background-color: #e72952;
	padding: 19px 0 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0PX;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	width: 100%;
	border: medium none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 20px 0 0;
}

/*** Common content section ***/
section.commoncontent {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	background-image: url(../images/commonsectionbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px 0;
	color: #fff;
}

section.commoncontent h1.exlarge_title {
	text-transform: capitalize;
	margin: 10px 0;
	line-height: 55px;
	color: #343434;
}

section.commoncontent h1.large_title {
	text-transform: capitalize;
	margin: 20px 0 10px;
	line-height: 45px;
	color: #3c3d3d;
}

section.commoncontent h5.large_title {
	text-transform: capitalize;
	margin: 20px 0 10px;
	line-height: 45px;
	color: #3c3d3d;
}

section.commoncontent .main_paragraph {
	line-height: 30px;
	margin: 10px 0 0;
	color: #606060;
}

section.commoncontent .main_paragraph.mrb-30 {
	margin-bottom: 30px;
}

section.commoncontent .main_paragraph span {
	margin: 10px 0;
	display: block;
	color: #606060;
}

section.commoncontent .content_box .exsmall_title {
	margin: 20px 0 0;
	text-transform: uppercase;
	font-size: 21px;
}

section.commoncontent .content_box p {
	color: #7e7f80;
	font-weight: 400;
	font-size: 17px;
	margin: 10px auto 0;
	text-transform: none;
	line-height: 27px;
}

section.commoncontent .content_box img {
	margin: 40px auto 0;
}

/*** Common content section ends***/

section.commonbanner.pagefaqs {
	background-image: url(../images/sitemap_banner_bg.jpg);
	padding: 20px 0 0px;
}


section.commonbanner.pagepricing p {
	padding: 0 25px 0 0;
}

section.commonbanner.pagefaqs p {
	padding: 0 25px 0 0;
}

section.referrallevel {
	padding: 60px 0;
}

.referrallevel .card {
	margin: 40px auto;
	-webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
	transition: all .3s ease-in-out;
	position: relative;
	will-change: transform;
}

.referrallevel .card:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

.referrallevel .card-title {
	background: #00abe6;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 18px 0 18px 25px;
	margin: 0;
	text-transform: none;
	display: block;
}

.referrallevel .card-title.bgslateblue {
	background: #6772e5;
}

.referrallevel .card-title img {
	float: right;
	margin: -35px -5px 0 0px;
}

.referrallevel ul.list-group {
	display: block
}

.referrallevel .list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px 15px 30px;
	background-color: #fafafa;
	border: medium none !important;
	box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	outline: medium;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #7e7f80;
	margin: 0 0 2px 0;
	line-height: 20px;
}

.referrallevel .list-group-item:before {
	content: "\f101";
	margin: 0 10px 0 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #fc422c;
}

.referrallevel .list-group-item.noicon:before {
	content: "" !important;
	margin: 0 10px 0 0px !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
	/* position: absolute; */
	left: 0 !important;
	color: #000 !important;
}

.referrallevel .list-group-item.noicon span {
	padding: 0 0 0 25px;
}

.referrallevel .list-group-item:hover {
	background: #00abe6;
	color: #fff;
}

.referrallevel .list-group-item:hover:before {
	color: #fff;
}

.referrallevel .list-group-item img {
	margin: 0 10px 0 0;
}

.referrallevel .list-group-item:last-child {
	margin: 0 !important;
}

section.referralpolicy {
	background: #37d6f8;
	padding: 20px 0 0;
	margin: 30px 0 0;
}

section.referralpolicy img {
	display: block;
	margin: -55px auto 0;
}

section.referralpolicy .exlarge_title {
	padding: 10px 0;
	font-size: 49px;
	text-transform: none;

}

section.referralpolicy .policybg {
	background: #fff;
	position: relative;
	top: 0;
	z-index: auto;
	background-image: url(../images/generalpolicesbg.jpg);
	/* background-size: 100%; */
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
	color: #fff;
}

section.referralpolicy .policybg .medium_title {
	font-size: 16px;
	line-height: 20px;
}

section.referralpolicy .policybg a {
	color: #000;
}

.policybg ul {
	padding: 25px 20px;
}

.policybg ul li {
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin: 10px auto 0;
	text-transform: none;
	line-height: 20px;
	padding: 0 0 0 0px;
}

.policybg ul li:before {
	content: "\f0da";
	margin: 0 10px 0 -20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fc422c;
	position: absolute;
}

/*** Page Referrel Ends ***/

#featureaddons>div>div.content_box>div>div:nth-child(1)>div>span.digitbottom {
	position: absolute;
	bottom: 0;
}

/*** Services We Offer Starts ***/
.service_offer {
	background: #f8f8f8;
	padding: 60px 0 40px;
	margin: 0 0 0;
}

.service_offer .main_paragraph {
	margin: 15px 0 30px;
	text-align: center !important;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #6c757d;
}

/* .service_offer .quality-boxes {
    margin: -11px;
} */
.service_offer .quality-boxes .wrapperz {
	border-radius: 10px;
	margin: 15px 18px 15px 0px;
	min-height: 131px;
	background-color: #fff;
	display: flex;
	box-shadow: 1px 3px 9px #888383;
}

@media only screen and (max-width: 768px) {
	.service_offer .quality-boxes .wrapperz {
		margin-left: 27px !important;
		margin-right: 27px !important;

	}
}

.service_offer .quality-boxes .wrapperz .box {
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	min-width: 74px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 25px;
}

.service_offer .quality-boxes .wrapperz .box img {
	max-width: 50px;
	vertical-align: middle;
	margin: 0 auto;
}

.service_offer h4.qualtiy-box-title {
	font-size: 18px;
	font-weight: 600;
	padding: 25px 0px 0px 15px;
}

.service_offer .quality-boxes .wrapperz .wrapper-text {
	font-size: 14px;
	padding: 8px 15px 25px 15px;
	line-height: 20px;
	margin: 0;
	color: #6c757d;
}

.service_offer .type_services .main_paragraph {
	margin: 40px 0 35px;
	text-align: left !important;
	display: block;
	font-size: 15.7px;
	line-height: 26px;
	color: #6c757d;
}

.service_offer .type_services span {
	border: 1px solid #999;
	display: block;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 17px;
	cursor: pointer;
}

.service_offer .type_services span:hover {
	background: #343a40;
	color: #fff;
}

.service_offer .type_services span.right-first:hover {
	background: transparent;
	color: #6c757d;
}

.service_offer .type_services span.right-last:hover {
	background: transparent;
	color: #6570DE !important;
}

.service_offer .type_services span.right-first {
	margin: 0 0 0px;
	border: medium none;
}

.service_offer .type_services span.right-last {
	margin: 0 0 0px;
	border: medium none;
	padding: 0px 20px;
}

.service_offer .sub_ofer_box {
	padding-left: 0px;
	padding-top: 22px;
}

@media only screen and (max-width: 768px) {
	.service_offer .sub_ofer_box {
		overflow: hidden;
		height: 409px;
		overflow-y: scroll;
		scroll-behavior: smooth;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
}

.service_offer .sub_ofer_box span {
	color: #6c757d;
	font-size: 15px;
	margin: 0px 0 15px;
	display: block;
}

.service_offer .sub_ofer_box span:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #00abe6;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.service_offer .sub_ofer_box span.right-last:before {
	display: none;
}

.service_offer .discount {
	text-align: center;
	background: transparent;
	padding: 10px 0 10px !important;
}

.service_offer .discount .cta_cmn_btn {
	margin: 10px 0 0px;
}

/*** Services We Offer Ends ***/

/*** Page FAQs Starts ***/
section.commonbanner.pagefaqs h1.large_title {
	text-transform: none;
}

section.pagefaq.secondsection {
	background: #fff;
}

section.pagefaq.secondsection .faqsimg {
	margin: 0px 0 0;
}

section.pagefaq.secondsection .nice-select {
	text-align: left !important;
	margin: 30px 0 0;
	padding: 17px 30px;
	color: #858484;
	font-size: 17px !important;
	width: 60% !important;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .075);
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .075);
	border: 1px solid #fff;
	height: 62px;
	background: #fff;
	vertical-align: middle;
	line-height: 30px;
	appearance: none;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

section.pagefaq .faqs {
	/* margin: -13px 0 0; */
	min-height: 330px;
}

section.pagefaq .faqs h5 {
	cursor: pointer;
	margin: 0 0 0 25px;
	font-size: 20px;
	color: #00abe6 !important;
}

section.pagefaq .faqs .card {
	word-wrap: break-word;
	background-color: #fff;
	border: medium none;
}

section.pagefaq .faqs .card-header {
	margin: 0px 0 0px;
	border: medium none;
	background-color: transparent;
	padding: 8px 0;
}

section.pagefaq .faqs .card-header::before {
	content: "";
	background-image: url(../images/faq_arrow_bullet.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	margin: 5px 15px 0 0px;
}

section.pagefaq .faqs .card-body {
	margin: 10px 25px 10px 25px;
	border: 1px solid #d5d5d5;
	padding: 0;
}

section.commoncontent .faqs .main_paragraph {
	margin: 0px 0 0;
	padding: 10px 25px;
	font-size: 16px;
	color: #6c757d;
	line-height: 25px;
}

section.commoncontent .faqs .main_paragraph span {
	margin: 0 0 10px;
	color: #00abe6 !important;
}

section.commoncontent .faqs .main_paragraph a {
	text-decoration: none;
	outline: medium none;
	display: inline-block;
}

section.commoncontent .faqs .main_paragraph a:hover {
	color: #e72952 !important;
}

section.pagefaq.discount_sales {
	background-image: url(../images/discount_bg_small.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.pagefaq.discount_sales .sales {
	margin: -9px 0 0;
}

section.pagefaq.discount_sales .arc img {
	display: block;
	margin: -9px 0 0 -9px;
}

section.pagefaq.discount_sales h1.exlarge_title {
	font-weight: 900;
	font-size: 44px;
	line-height: 55px;
	padding: 70px 60px 60px;
}

section.pagefaq.discount_sales .sales h1.exlarge_title {
	padding: 30px 0;
}

section.pagefaq.discount_sales .sales h1.exlarge_title span.discount {
	font-weight: 900;
	font-size: 28px;
	line-height: 55px;
	color: #fff;
}

section.pagefaq.discount_sales .sales h1.exlarge_title span {
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	display: block;
}

/*** Page FAQs Ends ***/
section.commoncontent #content_boxes .main_paragraph {
	margin: 10px 0 0;
	padding: 0px 25px 0 25px;
	font-size: 19px;
	color: #262626;
	line-height: 30px;
	float: left;
	width: 88%;
}

section.commoncontent #content_boxes .main_paragraph a {
	text-decoration: none;
	outline: medium none;
	display: inline-block;
	margin: 0px 5px 0 0;
	font-weight: 700;
	text-decoration: none;
	outline: medium none;
}

section.commoncontent #content_boxes .main_paragraph a:hover {
	color: #e72952 !important;
}

section.commoncontent #content_boxes img.float-right {
	margin: -5px auto 0;
	cursor: pointer;
}

section.commoncontent #content_boxes .social_contacts {
	display: block;
	margin: 0 auto;
	text-align: center;
}

section.commoncontent #content_boxes .social_contacts a {
	margin: 40px 15px 0 0;
	line-height: 50px;
	border: 2px solid #000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #000;
	font-size: 25px;
	text-decoration: none;
	outline: medium none;
}

section.commoncontent #content_boxes .social_contacts a:hover {
	color: #fff;
	background: #45c2ed;
	border: 2px solid #45c2ed;
}

section.pagefaq.discount_sales .arc img {
	display: block;
	margin: -7px 0 0 -9px;
}

.single_member .content_info h1 {
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 23px;
	padding: 0;
	text-align: left;
	margin: 5px 0 0;
}

.single_member .content_info .member_name {
	color: #45c2ed;
	display: block;
}

.single_member .content_info .global_rating {
	color: #e6003b;
	display: block;
}

.single_member .content_info .star_rating {
	color: #ffbf00;
	display: inline-block;
}

section.commonbanner.pageprivacy_policy p {
	padding: 0 25px 0 0;
}

.commonbanner.userarea_banner {
	background-image: url(../images/userarea_banner_bg.jpg);
	padding: 50px 0;
}

section.commonbanner.userarea_banner hgroup {
	margin: 0 !important;
}

section.commonbanner.pagesitemap p {
	padding: 0 25px 0 0;
}

.guarantee_box:before {
	content: "";
	background-repeat: no-repeat;
	margin: -80px 0px 0 0px;
	position: absolute;
	width: 212px;
	height: 217px;
	left: 0;
	transition: linear 0.2s;
	transition-delay: 1s;
}

/*** Page Site Map Starts ***/
section.commonbanner.pagesitemap {
	background-image: url(../images/sitemap_banner_bg.jpg);
	padding: 40px 0 0px;
}

section.pagesitemap.secondsection {
	background: #fff;
	padding: 40px 0 70px;
}

section.commonbanner.pagesitemap img {
	margin: 0 auto;
	display: block;
}

section.pagesitemap.commonbanner hgroup {
	margin: 0;
}

section.pagesitemap.secondsection hgroup p {
	text-align: center;
	color: #3c3d3d;
	font-weight: 300;
	font-size: 18px;
	margin: 15px auto 10px;
	vertical-align: middle;
	text-transform: none;
	line-height: 30px;
	padding: 0;
}

.pagesitemap.secondsection .content_box {
	width: 76%;
	margin: 25px 8% 0px;
	float: left;
}

.pagesitemap.secondsection .medium_title {
	text-transform: uppercase;
	font-size: 28px;
	border: 3px solid #45c2ed;
	padding: 14px 0 10px;
}

.pagesitemap.secondsection .v_line {
	content: "";
	border-left: 3px dotted #45c2ed;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.pagesitemap.secondsection ul {
	font-size: 28px;
	border: 3px dotted #45c2ed;
	padding: 7px 0 10px;
	border-radius: 5px;
}

.pagesitemap.secondsection ul li a {
	color: #5b5b5b;
	text-decoration: underline;
	font-weight: 600;
	margin: 12px 0;
	display: inline-block;
	font-size: 23px;
	outline: medium none;
}

.pagesitemap.secondsection ul li a:hover {
	color: #45c2ed;
}

/*** Page Site Map Ends ***/

/*** Page Terms & Conditions Starts ***/
section.commonbanner.pageterms_conditions {
	background-image: url(../images/sitemap_banner_bg.jpg);
	padding: 40px 0 0px;
}

section.pageterms_conditions.secondsection {
	background: #fff;
	padding: 40px 0 70px;
}

section.commonbanner.pageterms_conditions img {
	margin: 0 auto;
	display: block;
}

section.pageterms_conditions.secondsection hgroup p {
	text-align: left;
	color: #3c3d3d;
	font-weight: 300;
	font-size: 17px;
	margin: 15px auto 10px;
	vertical-align: middle;
	text-transform: none;
	line-height: 35px;
	padding: 0;
}

.pageterms_conditions.secondsection .content_box {
	border: 5px dotted #6772e5;
	padding: 25px 20px;
}

.pageterms_conditions.secondsection .medium_title {
	text-transform: uppercase;
	font-size: 28px;
	padding: 0px 0 5px;
}

.pageterms_conditions.secondsection ul {
	color: #5b5b5b;
	margin: 5px 0 0;
	font-size: 17px;
	outline: medium none;
	font-weight: 300;
	line-height: 30px;
}

.pageterms_conditions.secondsection ul p {
	color: #5b5b5b;
	margin: 0px 0 10px;
	font-size: 18px;
	outline: medium none;
	font-weight: 300;
	line-height: 35px;
}

.pageterms_conditions.secondsection ul li {
	margin: 15px 0 0;
}

.pageterms_conditions.secondsection ul strong {
	font-weight: 600;
}

.pageterms_conditions.secondsection ul#arrow_styled li {
	display: inline-block;
	margin: 0 0 20px 25px;
}

.pageterms_conditions.secondsection ul#arrow_styled li:first-child {
	padding: 7px 0 0;
}

.pageterms_conditions.secondsection ul#arrow_styled li:before {
	content: "\f054";
	margin: 0 10px 0 0px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 25px;
	color: #d02c3f;
}

.pageterms_conditions.secondsection ul#bullet_styled li {
	margin: 0 0 25px 50px;
}

.pageterms_conditions.secondsection ul#bullet_styled li::before {
	content: "";
	background-image: url(../images/aboutus_list_bullet.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 34px;
	position: absolute;
	margin: 0px 10px 0 -50px;
}

.pageterms_conditions.secondsection ul#bullet_styled {
	padding: 10px 0 0;
}

.pageterms_conditions.secondsection ul#bullet_styled li:last-child {
	margin: 0 0 0px 50px;
}

/*** Page Terms & Conditions Ends ***/

/*** Page Privacy Policy Starts ***/
section.commonbanner.pageprivacy_policy {
	background-image: url(../images/privacy_banner_bg.jpg);
	padding: 40px 0 0px;
}

.commonbanner.pageprivacy_policy .common_orderform .calculate_order {
	margin: 13% 0 0 20%;
	width: 69%;
}

section.commoncontent h1.large_title {
	text-transform: uppercase;
	margin: 0px 0 10px;
	line-height: 45px;
	color: #3c3d3d;
}

section.commoncontent h5.large_title {
	text-transform: uppercase;
	margin: 0px 0 10px;
	line-height: 45px;
	color: #3c3d3d;
}

section.pageprivacy_policy.secondsection {
	background: #fff;
	padding: 40px 0;
}

.pageprivacy_policy.secondsection .tabs_content {
	border-top: 3px solid #eeeeee;
}

.pageprivacy_policy.secondsection .tabs_content .nav-tabs {
	border-bottom: medium none;
	padding: 20px 0 0;
}

.pageprivacy_policy.secondsection .tabs_content .nav-link {
	text-transform: uppercase;
	padding: 14px 16px 13px;
	text-decoration: none;
	font-size: 18px;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	outline: medium none;
	color: #45c2ed;
	background: transparent;
	border: 1px solid #6772e5;
	margin: 0 15px 15px 0;
}

.pageprivacy_policy.secondsection .tabs_content .nav-link.last {
	margin: 0;
}

.pageprivacy_policy.secondsection .tabs_content .nav-link.active,
.pageprivacy_policy.secondsection .tabs_content .nav-link:hover {
	background: #45c2ed;
	color: #fff;
}

.pageprivacy_policy.secondsection ul {
	color: #9c9c9c;
	font-size: 17px;
	outline: medium none;
	font-weight: 300;
	line-height: 24px;
}

.pageprivacy_policy.secondsection ul p {
	color: #9c9c9c;
	margin: 0px 0 50px;
	font-size: 17px;
	outline: medium none;
	font-weight: 300;
	line-height: 24px;
}

.pageprivacy_policy.secondsection ul strong {
	font-weight: 600;
	color: #d02c3f;
}

.pageprivacy_policy.secondsection ul#arrow_styled li:before {
	content: "\f054";
	margin: 0 5px 0 0px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	/* position: absolute; */
	left: 0;
	color: #d02c3f;
}

.pageprivacy_policy.secondsection ul#arrow_styled li {
	display: flex;
	margin: 0 0 30px 15px;
}

.pageprivacy_policy.secondsection ul#number_styled {
	list-style-type: decimal;
	padding: 0 0 0px 15px;
	color: #d02c3f;
}

.pageprivacy_policy.secondsection ul#number_styled li span {
	color: #9c9c9c;
	margin: 0 0 10px 5px;
	display: block;
}

.pageprivacy_policy.secondsection .tab-content {
	padding: 30px 0 0;
}

.pageprivacy_policy.secondsection .tab-content .small_title {
	margin: 0px 0 20px;
	text-transform: uppercase;
}

.pageprivacy_policy.secondsection .tab-content h1.small_title {
	text-transform: uppercase;
	margin: 0px 0 20px;
	font-weight: 700;
}

.pageprivacy_policy.secondsection .tab-content ul p {
	color: #9c9c9c;
	margin: 0px 0 30px;
	font-size: 17px;
	outline: medium none;
	font-weight: 300;
	line-height: 24px;
}

/*** Page Privacy Policy Ends ***/
section.commoncontent h1.large_title {
	text-transform: none;
	margin: 0;
	line-height: 45px;
	color: #3c3d3d;
}

section.commoncontent h5.large_title {
	text-transform: none;
	margin: 0;
	line-height: 45px;
	color: #3c3d3d;
}

/*** Page 404Error starts ***/
section.commonbanner.page404error {
	background-image: url(../images/sitemap_banner_bg.jpg);
	padding: 25px 0 0px;
	margin: 0 0 -3px;
}

section.page404error.secondsection {
	background: #fff;
	padding: 40px 0 30px;
}

section.page404error.secondsection .img_box {
	display: block;
	margin: 20px auto;
	text-align: center;
}

section.page404error.secondsection p {
	text-align: center;
	color: #3c3d3d;
	font-weight: 300;
	font-size: 18px;
	margin: 15px auto 10px;
	vertical-align: middle;
	text-transform: none;
	line-height: 30px;
	padding: 0 0px 0 0;
}

section.page404error.secondsection .back_buttons {
	display: block;
	margin: 25px auto;
	text-align: center;
}

.page404error.secondsection .back_buttons button {
	margin: 0 10px;
	text-decoration: none;
	outline: medium none;
}

/*** Page 404Error Ends ***/

/* Slider */
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	/*    width: 100%;*/
}

.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;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.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-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	/* pointer-events: none; */
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*** Subject we Cover section Ends ***/

/*** Footer section Starts ***/
.go-top {
	color: #009de1 !important;
	font-size: 45px !important;
	/* border: 2px solid #009de1; */
	padding: 4px 3px;
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index: 10;
}

section.footer {
	background: #565656;
	padding: 60px 0 10px;
	color: #fefefe;
	margin: 30px 0 0;
}

section.footer .section-title {
	text-align: center;
	color: #151515;
	margin-bottom: 50px;
	text-transform: uppercase;
}

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 p {
	text-transform: capitalize !important;
	margin: 0px 0 15px;
	color: #fefefe;
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	text-transform: none;
	line-height: 25px;
}

section.footer .loginbtn {
	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 8px;
	min-width: 150px;
	margin: 0 10px 0 0;
}

section.footer .loginbtn:hover {
	color: #fff !important;
}

section.footer .loginbtn img.navi_icon {
	vertical-align: middle;
}

section.footer .loginbtn span {
	font-weight: 600;
}

section.footer a {
	color: #fefefe;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 7px;
	outline: none;
	display: inline-block;
	line-height: 25px;
}

section.footer a.email {
	/* pointer-events: none; */
}

section.footer li a:hover {
	color: #00abe6;
}

.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-position='bottom']::before {
	top: 0px;
	margin-top: -3px;
	transform: translateX(-68%) translatey(0) rotate(0deg);
}

[data-tooltip-position='bottom']::after {
	top: 0;
	margin-top: -36px;
	transform: translateX(-50%) translateY(0);
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
	opacity: 1;
}

section.footer ul {
	margin: 0px;
}

section.footer ul.minus_marg {
	margin: 0 0 0 -55px;
}

section.footer ul.left_quick_links li {
	padding: 10px 0 4px;
	color: #fefefe;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	text-transform: none;
	line-height: 20px;
	cursor: pointer;
}

section.footer ul li.social_links a .social_icon_footer {
	background-image: url(../images/social_sprites.png);
	width: 36px;
	height: 36px;
	margin: 0 5px 0 0;
	display: inline-block;
}

section.footer ul li.social_links a .social_icon_footer.social_icon_footer1 {
	background-position: 0 0;
}

section.footer ul li.social_links a .social_icon_footer.social_icon_footer2 {
	background-position: -44px 0;
}

.social_icon_footer.social_icon_footer1:hover,
.social_icon_footer.social_icon_footer2:hover {
	animation-name: spin;
	animation-duration: 900ms !important;
}

section.footer i {
	margin: 0 10px 0px 0;
	color: #00abe6;
}

.features.feature-clean .icons i {
	margin: 0 auto;
	color: #00abe6;
	height: 65px;
	width: 65px;
	line-height: 65px;
	background-color: rgba(95, 97, 103, 0.5);
}

section.footer i.fa-phone-alt,
section.footer i.fa-envelope,
section.footer i.fa-comments {
	color: #45c2ed;
}

section.footer .left_quick_links li:hover {
	color: #00abe6;
}

section.footer i.spin:hover {
	animation-name: spin;
	animation-duration: 900ms;
}

/*
section.footer .middle_links {
	width: 20%;
	margin-left: 0px;
	flex: 20%;
	max-width: 20%;
}*/

.footer ul.right_quick_links p {
	margin: 15px 0 0px;
	color: #fefefe;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
	text-align: left;
}

section.footer ul.right_quick_links .sendemailbtn {
	background: #00abe6;
	padding: 9px 15px !important;
	color: #fff !important;
	margin: 8px 0px 0 0px;
	border-radius: 30px;
	border: 1px solid #00abe6;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 400;
}

section.footer .security_seals {
	margin: 25px auto 0px;
}

section.footer .security_seals {
	margin: 25px auto 0px;
	text-align: center;
}

section.footer .security_seals img {
	margin: 0 10px 0 0;
}

section.footer .security_seals marquee {
	height: 17px !important;
	bottom: 8px !important
}

section.footer .disclaimer {
	margin: 40px 0 10px;
}

section.footer .disclaimer p {
	margin: 0px;
	color: #fefefe;
	display: block;
	font-weight: 300;
	font-size: 16px;
	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 img {
	margin: 5px auto 0;
	display: block;
}

.copyright_footer img:hover {
	opacity: 0.8;
	cursor: pointer;
}

.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;
}

.copyright_footer p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 25px;
}

.col-sm-6.footer-menu {
	padding: 0 15px 0 0;
}

.copyright_footer a:hover {
	color: rgba(12, 12, 12, 0.8);
}

.copyright_footer .social_links {
	text-align: right;
}

section.footer .social_links i {
	color: #00abe6;
	font-size: 30px;
	margin: 0px 10px 0px 0;
}

.copyright_footer .social_links i:hover {
	animation-name: spin;
	animation-duration: 900ms;
	color: rgba(12, 12, 12, 0.8);
}

/*Cookiebar Custom style*/
.cc-window.cc-bottom {
	margin: 0 auto !important;
	border: medium none !important;
	bottom: 10px !important;
	width: auto !important;
	background-color: #fff !important;
	border-radius: 5px;
	max-width: 480px;
	padding: 5px 5px 5px 10px !important;
	box-shadow: 0px 2px 4px 1px rgb(96 203 239 / 90%) !important;
	-webkit-box-shadow: 0 5px px 0px rgb(96 203 239 / 90%) !important;
	border: 1px solid #45c2edc2 !important;
}

.cc-theme-classic .cc-btn {
	border-radius: 5px !important;
	min-width: 70px !important;
	font-size: 13px !important;
	background-color: #45c2ed !important;
	padding: 0px 0px !important;
	margin: 0px 5px 0px 0px;
	float: left !important;
	font-weight: 600;
}

.cc-link {
	font-weight: 600 !important;
	opacity: 1 !important;
	color: #999 !important;
	display: block !important;
	padding: 5px 0 0 !important;
}

.cc-banner .cc-message {
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em;
	font-size: 13px;
	line-height: 10px;
	font-weight: 600;
	color: #999;
	margin: 0 !important;
}

/*Call button custom*/

.bt-up {
    bottom: 85px !important;
}



.helpOption {
	position: fixed;
	bottom: 21px;
	right: auto !important;
	left: 10px;
	left: 22px;
	z-index: 999;
	background: #214486;
	height: 58px;
	padding: 5px;
	border-radius: 89px;
	transition: ease all 1s;
	width: 58px;
	overflow: hidden;
	z-index: 20000299;
}

.helpOption:hover {
	width: 300px;
	display: inline-block;
	transition: ease all 1s;
}


.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%;
}

section.footer .content {
	/* position: relative; */
}

section.footer .content h5.footer-head {
	font-weight: 400;
	padding: 0;
	margin: 0 0 0;
	font-size: 18px;
	text-transform: none;
}

section.footer img.available {
	margin: 0 0 0px 90px;
	display: block;
}

section.footer .content img {
	margin: 0px 5px 0 0;
}

/*** Footer section Ends ***/

/* Animation / generic css */
#lz_overlay_wm:after {
	content: "";
	display: block;
	width: 59px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #6772e5;
	position: absolute;
	top: -6px;
	left: -6px;
}

.stopp {
	animation: none !important;
	transform: none !important;
	background-color: none !important;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(-5px)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-2px)
	}

	50% {
		transform: translateY(3px)
	}

	100% {
		transform: translateY(-1px)
	}
}

@keyframes widgetPulse {
	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		opacity: 0;
	}
}

/*Blinking animation*/
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

/*Spining animation*/
.spin:hover {
	animation-name: spin;
	animation-duration: 900ms !important;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*Ripple animation*/
.ripple-circles {
	width: 30px;
	height: 30px;
	margin-top: 50px;
	margin-left: 50%;
	background-color: #e6003b;
	border-radius: 50%;
	/* transform: translateX(-50%); */
	transition: all 0.2s ease-in-out;
	-webkit-animation: ripple 2.0s 0.2s infinite;
	-moz-animation: ripple 2.0s 0.2s infinite;
	-ms-animation: ripple 2.0s 0.2s infinite;
	-o-animation: ripple 2.0s 0.2s infinite;
	animation: ripple 2.0s 0.2s infinite;


	-moz-animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	-moz-animation-name: ripple;
	-webkit-animation-name: ripple;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.concentric-circles:hover {
	transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes ripple {

	50% {
		box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
		-webkit-box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
	}

	100% {
		box-shadow: 0px 0px 0px 6px #E6003B, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b, 0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
		-webkit-box-shadow: 0px 0px 0px 6px #E6003B, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b, 0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
	}
}

@-moz-keyframes ripple {
	50% {
		box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
	}

	100% {
		box-shadow: 0px 0px 0px 6px #E6003B, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b, 0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
	}
}

@keyframes ripple {
	50% {
		box-shadow: 0px 0px 0px 6px #e6003b, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e6003b, 0px 0px 2px 16px #e6003b;
	}

	100% {
		box-shadow: 0px 0px 0px 6px #E6003B, 0px 0px 0px 8px #e6003b, 0px 0px 0px 14px #e98986, 0px 0px 2px 16px #e6003b, 0px 0px 0px 22px #e98988, 0px 0px 5px 24px #e98988;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-ms-keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes popin {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	85% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-ms-keyframes popin {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	85% {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}

	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes popin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	85% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes breath {
	0% {
		background-size: 0% auto;
	}

	50% {
		background-size: 99% auto;
	}

	100% {
		background-size: 100% auto;
	}
}

.view {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.view img {
	position: relative;
	transform-origin: 0 0;
	transition: transform .5s, visibility .5s ease-in;
}

.view:hover img {
	transform: scale(1.199);
}

.view:hover .mask {
	opacity: 1;
}

.covid_alert {
	background: #3c3c3c;
	padding: 5px 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.covid_alert p {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}

.covid_alert .readmore_btn {
	display: none;
}

.covid_alert p strong {
	font-weight: 700;
	color: crimson
}

.covid_alert img {
	max-width: 55px;
}

.covid_alert .btn_col {
	position: relative;
	padding-top: 10px;
}

.covid_alert .btn_col .chat_btn {
	background: #45c2ed;
	color: #fff !important;
	display: inline-block;
	padding: 10px;
	border-radius: 30px;
	text-decoration: none !important;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	min-width: 110px;
}

.covid_alert .btn_col .chat_btn:hover {
	background: #6772e5 !important;
}

.covid_alert .btn_col .close_alert {
	display: inline-block;
	font-size: 40px;
	line-height: 0.9;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	cursor: pointer !important;
}

.covid_alert .btn_col .close_alert:hover {
	color: crimson;
}

.banner_section_absl {
	position: relative;
}

/**/
.user_img {
	max-width: 39px;
	padding: 2px;
	border: 3px solid #00abe6;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s linear;
}

.user_img:hover {
	transform: scale(1.2);
}

.banner_seals {
	text-align: left;
	padding: 0 0 0 0px;
}

.head_last {
	color: #525252;
}

.calc_description p {
	color: #858484;
	font-style: italic;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
}

.m-block {
	display: none !important;
}

.navigation-menu>li:nth-child(1) p {
	display: none;
}

#policy_content h4 {
	margin: 20px 0px 5px;
	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: #727070;
}

#policy_content ul li i {
	color: #1dbf73;
	font-weight: 600;
	margin-right: 6px;
}

.sec_space {
	padding: 10px 0px;
}

.sec_space2 {
	padding: 140px 0px;
}

/*simple banner*/
#page_banner_simple {
	padding: 50px 0px 5px !important;
	background: #ffffff;
}

#page_banner_simple h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.1;
	color: #212121;
	text-transform: uppercase;
}

#page_banner_simple p {
	color: rgb(119, 119, 119);
	line-height: 1.3;
	font-size: 17px;
	margin: 0;
}


/* banner-form */
.top-banner .left-content {
	padding: 0px 0px 0px;
	color: #fff;
}

.top-banner .right-content .calculate_order .form-title h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	font-size: 36px;
	text-align: center;
	color: #45c2ed;
	font-weight: 700;
	vertical-align: middle;
	line-height: 30px;
	padding: 0 15px;
	padding-bottom: 9px;
}

.top-banner .right-content .calculate_order .form-title h3 span {
	color: #e72952;
	display: inline-block;
}

.top-banner .right-content .calculate_order .main_paragraph {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 5px 0px 0px 0px;
	color: #6c757d !important;
	padding: 0 15px;
}

.m-0 {
	margin: 0 !important;
}

.order-form input.nice-select {
	padding: 10px 10px 10px;
	-webkit-user-select: unset !important;
}

.order-form .text-area {
	height: 75px !important;
	margin: 0px auto 5px !important;
}

.order-form input.nice-select:last-child {
	margin: 0px auto 10px !important;
}

.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;
}

.order-form .iti--separate-dial-code .iti__selected-flag {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.iti__country-list {
	max-width: 369.75px;
}

.iti {
	display: block !important;
}

.order-form input,
textarea::placeholder {
	font-size: 14px !important;
	color: #6C757D !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;
}

/* changes css */
.top-banner .starting-price {
	position: relative;
	padding: 30px 0px;
	max-width: 650px;
}

.top-banner .starting-price p {
	font-size: 20px;
	color: #b7b7b7;
	font-weight: 500;
	margin: 10px 0 0;
}

.top-banner .starting-price .d-20 {
	color: #B7B7B7;
	padding: 0px 2px;
	font-size: 21px;
	text-decoration: line-through;
}

.top-banner .starting-price .d-35 {
	font-size: 30px;
	color: #45c2ed;
	font-weight: 700;
	vertical-align: text-bottom;
}

.top-banner .starting-price .credit {
	position: absolute;
	height: 65px;
	width: 130px;
	background-color: #45c2ed;
	margin: 0 auto;
	left: 138px;
	right: 0;
	top: 20px;
	padding: 27px 6px 6px 6px;
	border-radius: 10px;
	transform: rotate(-5deg);
}

.top-banner .starting-price .credit p {
	color: white;
	font-style: italic;
	font-size: 16px;
	margin: 0;
}

.top-banner .starting-price .credit-label {
	position: absolute;
	height: 40px;
	width: 93px;
	background: rgb(86, 94, 154);
	background: linear-gradient(90deg, rgba(86, 94, 154, 1) 29%, rgba(97, 107, 203, 1) 49%, rgba(86, 94, 154, 1) 70%);
	margin: 0 auto;
	left: 128px;
	right: 0;
	top: 0px;
	padding: 10px;
	border-radius: 20px;
	transform: rotate(-5deg);
}

.top-banner .starting-price .credit-label p {
	color: white;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.top-banner .starting-price .credit-label p span {
	font-size: 14px;
	margin: 0 0 0 3px;
	font-weight: 600;
}

/* banner-form_timer */
.banner-timer.cal-countdown ul {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #858484;
	font-size: 25px;
	/* border-radius: 20px; */
	display: inline-flex;
	width: 100%;
	/* min-width: 140px; */
	vertical-align: middle;
}

.alarm-detail .time-h ul li span {
	color: black;
	font-size: 10px;
	font-weight: 800;
	width: 60px;
	min-width: 60px;
	/* display: inline-block; */
	text-align: center;
}

.clk-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	margin-left: 35px;
}

span.d10 {
	color: #45c2ed !important;
	display: unset !important;
	max-width: none !important;
	width: auto !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	vertical-align: middle;
}

span.percent-50 {
	font-size: 30px;
}

.ripple-blue {
	padding: 0px 4px 4px 4px;
	background: #e72952;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
	animation: blinker 2s linear infinite !important;
}

@keyframes blinker {
	50% {
		background: rgb(231 41 82 / 32%)
	}
}

.banner-form {
	border: none !important;
	box-shadow: -1px -1px 48px 5px #898989;
	-webkit-box-shadow: -1px -1px 48px 5px #898989;
}

.start-required {
	font-size: 18px;
}

.banner_seals .img-review {
	width: 315px !important;
}

/* price after calculator */
.price-after {
	float: right;
	font-size: 15px;
	text-decoration: line-through;
	margin-top: 4px;
	padding: 0px;
	font-weight: 400;
}

/* footer design change css */
.footer-area {
	position: relative;
	margin-top: 80px;
}

@media only screen and (max-width: 768px) {
	.footer-area {
		padding-top: 50px;
		margin-top: 120px;
	}
}

.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 h3 {
	font-size: 23px;
	color: white;
	padding: 0px 0px 10px 0px;
}

.available-content {
	padding: 0px 0px 0px 20px;
}

a.dodgerbluesmall.orderbtn.bgslateblue.white {
	background: #004586 !important;
	border: none !important;
	padding: 9px;
	text-align: center;
	min-width: 11pc !important;
	box-shadow: 0px 0px 5px 0px black !important;
	border-radius: 20px;
	margin: 10px 15px 0 0 !important;
}

.availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white {
	background: #6772e5;
	border: 1px solid #6772e5
}


a.dodgerbluesmall.orderbtn.bgslateblue.white.btn-crsl {
	background: #004586;
	border: none !important;
	box-shadow: 0px 0px 6px 0px black !important;
	border-radius: 20px;
	margin: 10px 15px 0 0 !important;
	display: flex;
	justify-content: center;
	width: 14pc;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
}

img.hand_icon {
	width: 29px;
	transform: rotate(100deg);
	margin-top: -10px;
}

.btn_footer {
	margin: 30px 0 0px 65px;
}

.bgdodgerblue li a {
	border-right: 1px solid #6772e5;
}

.availability-cta li a {
	margin: 0px 5px !important;
	padding: 0px 6px;
}

.cta_cmn_btn .availability-cta li:nth-child(3)>a {
	border: medium none;
}

.btn_footer span.second {
	display: block;
	font-size: 16px;
	padding: 0px 0 5px 0px;
	line-height: 12px;
}

.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;
}

/* 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: 5px 99px 0 8px;
	max-width: 480px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgb(0 171 230 / 75%);
	left: 13px;
	top: -15px;
}


.btns_cookie {
	display: flex;
	justify-content: flex-end;
	margin-top: 4px;
}

.btn.btn-cookie {
	border: none;
	outline: none;
	padding: .8em 1.5em;
	width: 100px;
	margin-right: 1em;
	border-radius: 3px;
	text-transform: uppercase;
}

.btn.accept {
	position: absolute;
	top: 6px;
	right: 0;
	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;
}

.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.accept:hover {
	background-color: #00abe6 !important;
	color: #fff;
}

.btn.accept:hover span {
	text-decoration: underline;
}

.btn.accept span:nth-child(2) {
	display: none;
}

/* COOKIE */
/*IOS ZOOm Issue*/
@media only screen and (max-width:767px) {
	body {
		font-size: 16px !important
	}

	input,
	textarea,
	.form-control {
		font-size: 95% !important
	}

	.btn_footer {
		margin: unset !important;
	}

	.dodgerbluesmall.orderbtn.bgslateblue.white.available_btn {
		border-radius: 10px;
		border: 1px solid #47c2ed;
		padding: 7px 10px 3px;
		width: 100%;
		background: linear-gradient(90deg, rgba(69, 194, 237, 0.9864320728291317) 17%, rgba(103, 114, 229, 1) 100%, rgba(69, 194, 237, 0.9864320728291317) 66%);
		text-align: center;
		margin: unset !important;
		margin-bottom: 13px !important;
	}

	.availability {
		position: relative !important;
		top: -10px !important;
		background: linear-gradient(to left, #6772e5 0%, #45c2ed 90%);
		padding: 20px 0px;
		margin: -115px 0 0;
	}

	.availability-cta li a.dodgerbluesmall.orderbtn.bgslateblue.white {
		border: 1px solid #45c2ed;
	}

	section.benefits .features_box .features_list li::before {
		left: -10px;
		top: 6px;
	}

	section.footer .available-content p {
		line-height: 20px;
	}

	.available-content h3 {
		font-size: 22px;
		padding: 0px 0px 5px 0px;
	}

	section.footer {
		padding: 60px 0 10px !important;
		margin: 150px 0 0;
	}

	span.d10 {
		font-size: 15px !important;
		vertical-align: middle !important;
		margin: 0 0 4px !important;
	}

}

@supports(-webkit-touch-callout:none) {
	body {
		font-size: 16px !important
	}

	input,
	textarea,
	.form-control {
		font-size: 95% !important
	}

	.batch-wrapper .certified {
		position: relative;
		margin: 3px 0 0 5px;
		top: 0;
	}

	.discount.bgdodgerblue .main_paragraph {
		color: rgb(9, 11, 58) !important;
	}
}

.service_offer_editing.service_offer .type_services .main_paragraph {
	margin: 20px 0 20px;
}

.service_offer_editing.service_offer .type_services span {
	margin: 0 0 12px;
}

/*========parsley=============*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	/*color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;*/

	border: 1px solid #5fba7d;
	font-weight: 300;
	outline: none;
	box-shadow: none;
	margin: 0 0 10px;
	color: #000000
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	/*color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;*/

	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;
}

i.fa.fa-mobile {
	color: white !important;
	margin-top: 9px;
	font-size: 28px;
}

i.fa.fa-mobile.ftrmb {
	color: white;
	margin-top: 5px !important;
	font-size: 35px !important;
	padding-left: 7px;
}

i.fa.fa-comments {
	color: white !important;
	margin-top: 9px;
	font-size: 28px;
}

i.fab.fa-facebook-f {
	color: #004586;
}

i.fab.fa-facebook-f:hover {
	color: #343a40;
}

i.fa.fa-phone-square-alt {
	color: #004586;
}

i.fa.fa-phone-square-alt:hover {
	color: #343a40;
}

i.fa.fa-envelope {
	color: #004586;
}

i.fa.fa-envelope.rd {
	color: red !important;
}

i.fa.fa-envelope :hover {
	color: black !important;
}

i.fab.fa-whatsapp.diskk {
	color: green !important;
}

i.fa.fa-phone {
	color: #004686;
}


span.second.text-semibold {
	color: black !important;
}

.quality-boxes {
	/* display: flex; */
}

@media only screen and (max-width: 800px) {
	.quality-boxes {
		display: block !important;
	}
}


.ovrfl {
	overflow-x: auto !important;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	margin-bottom: 25px;
	display: flex;
}

@media only screen and (max-width: 992px) {
	.ovrfl {
		overflow: scroll;
		padding-left: 10px !important;
		padding-right: 20px !important;
		height: 220px;
		overflow-x: hidden;
		margin-bottom: 25px;
	}

}

@media only screen and (max-width: 992px) {


	.mgd {
		margin-bottom: 27px !important;
	}
}



.ovrfl::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.ovrfl::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 2px;
}

/* Handle */
.ovrfl::-webkit-scrollbar-thumb {
	background: black !important;
	border-radius: 2px;
}


i.fa.fa-mobile {
	color: white !important;
	margin-top: 0px !important;
	font-size: 16px !important;
}

.fa-whatsapp:before {
	content: "\f232";
	font-size: 20px;
}

a.btn_qad {
	background: linear-gradient(278deg, #00abe6, #004786, #565656, #040006);
	background-size: 400% 400% !important;
	animation: 2s infinite gradient;
	border-radius: 20px;
	color: white !important;
	text-decoration: none !important;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
}



@media only screen and (max-width: 1222px) {


	a.btn_qad {
		display: none !important;
	}
}


.flname {
	justify-content: center;
	display: flex;
	margin: auto;
	width: 100%;
	max-width: 100%;
	border: none;
	box-shadow: 0px 0px 4px 0px grey;
	border-radius: 8px;
	height: 40px;
	color: black;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 25px;
}

.txtarb {
	justify-content: center;
	display: flex;
	margin: auto;
	width: 80%;
	max-width: 80%;
	border: none;
	box-shadow: 0px 0px 4px 0px grey;
	border-radius: 8px;
	height: 60px;
	color: black;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 10px;

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}


@media only screen and (max-width: 828px) {
	.hexagon {
		text-align: center;
		padding-top: 10px;
		padding-left: 40px;
	}
}


p.contc {
	font-size: 15px;
	font-weight: 400;
	color: #525252;
	padding-bottom: 10px;
	padding-top: 17px;
	font-family: 'Poppins';
}

p.contc {
	font-size: 17px;
	font-weight: 700;
	color: white;
	padding-bottom: 30px;
	padding-top: 30px;
	background: #224886;
	border-radius: 19px 17px 0px 0px;
}

@media only screen and (min-width: 768px) {
	p.contc {
		display: none !important;
	}
}



.flname_btn {
	justify-content: center;
	display: flex;
	margin: auto;
	width: 80%;
	max-width: 80%;
	border: none;
	box-shadow: 0px 0px 4px 0px grey !important;
	border-radius: 17px;
	height: 50px;
	color: white;
	font-size: 17px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 400;
	background: #004786;
	text-transform: uppercase;
	padding-top: 16px;
}

@media only screen and (max-width: 992px) {
	.btn_live {
		text-align: left !important;
		padding-top: 21px;
		padding-left: 30px;
	}
}


@media only screen and (max-width: 992px) {
	.flname_btn {
		margin-bottom: 0px !important;
	}
}

.flname_btn:hover {
	background: #004786 !important;
}

.btn_live {
	text-align: left !important;
	padding-top: 21px;
}





a.conord {
	background: #33CC6F;
	color: white !important;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	text-decoration: none;
}

a.conord:hover {
	background: #32b365;

}

/* @media only screen and (max-width: 600px) {
	a.conord {
		margin-left: 10px;
	}
} */


.divide {
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding: 20px 0;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.divide {
		font-size: 13px !important;
	}
}


@media only screen and (max-width: 768px) {
	a.call {
		font-size: 17px !important;
	}
}

@media only screen and (max-width: 768px) {
	a.whts {
		font-size: 17px !important;
	}
}

@media only screen and (max-width: 768px) {
	a.eml {
		font-size: 17px !important;
	}
}


a.call {
	color: #696767;
	font-size: 20px;
	font-weight: 500;
	padding-right: 15px;
	text-decoration: none;
	cursor: pointer;

}

a.call:hover {
	color: #004686 !important;


}

a.whts {
	color: #696767;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;

}

a.whts:hover {
	color: green !important;

}

a.eml {
	color: #696767;
	font-size: 20px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	cursor: pointer;

}

a.eml:hover {
	color: red;


}

img.conimg {
	width: 50px;
}

.contact_bottom {
	display: none;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.contact_bottom {
		margin-top: 40px !important;
		display: block !important;
		text-align: center !important;
	}
}


img.img-responsive.m-0 {
	width: 190px;
}


i.fa.fa-check {
	color: green !important;
	font-size: 20px;
	padding-left: 5px;
}

i.fa.fa-check.typ {
	color: green !important;
	font-size: 40px;
	padding-left: 5px;
}




i.fa.fa-handshake {
	color: #004786 !important;
	font-size: 25px;
}

span.headscnd {
	color: #606060;
	font-size: 23px;
	text-align: left !important;
	float: left;
	padding-top: 10px;
	letter-spacing: 2px;
	line-height: 33.2px;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
	span.headscnd {
		text-align: center !important;

	}
}



/* Navbar Css  */
.ownnavs {
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 20px;
}

a.sndnav {
	padding-right: 25px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	color: black;
}

@media only screen and (max-width: 992px) {
	a.sndnav {
		font-size: 12px !important;
	}
}

a.sndnav:hover {
	color: #00aee7;
	text-decoration: none;

}

header.second_nav {
	background: white;
	border: 1px solid lightgray;
	box-shadow: none;
}

/* Navbar Css End  */


span.simplhed {
	font-size: 20px;
	font-weight: 500;
	color: #787878;
	font-family: 'Poppins', sans-serif;
	line-height: 3;
}

i.fa.fa-star {
	color: #ffc432;
}

/* Mobile Navbar  */

.mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
}

.mobinav {
	overflow: hidden;

	position: relative;
}

.mobinav #myLinks {
	display: none;
	height: 637px;
}

.mobinav a {
	color: black;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mobinav a.icon {
	background: #00c5ef;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px;
	font-size: 20px;
	color: white !important;
}

.mobinav a:hover {
	color: black;
	display: inline-block;
}


@media only screen and (max-width: 992px) {
	.mobinav {
		display: block;
	}
}

@media only screen and (max-width: 992px) {
	.scndnva {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.nombnav {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.mobinav {
		display: none;
	}
}


span.percent-20 {
	background: #00aee7;
	color: white !important;
	font-size: 15px;
	margin-left: 5px;
	border-radius: 50px;
	padding: 4px;
}

.redish {
	color: red;
}

ul.timcount {
	color: #004886;
	font-size: 15px;
	padding-bottom: 20px;
	font-weight: 600;
}

::-webkit-scrollbar {
	width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: black;
	border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: black;
}



@media only screen and (max-width: 768px) {
	.ownmt {
		margin-bottom: 115px;
	}
}

@media only screen and (max-width: 768px) {
	.outer_ourfeaturebox {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.ownptend {
		padding-bottom: 0px !important;
	}
}




@media only screen and (max-width: 768px) {
	.btn_live {
		text-align: center !important;
		padding-left: 0px !important;
	}
}


.mrgnmin {
	margin-top: -16px;
}

@media only screen and (max-width: 768px) {
	.mrgnmin {
		margin-top: 0px !important;
	}

}

.dropdown:hover .dropdown-content {
	max-height: 20rem;
	overflow: auto;
	overflow-x: hidden;
	z-index: 999999;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
	background: #004886;
	width: 60px;
	height: 60px;
}

.cityyname {
	font-weight: 900 !important;
	font-size: 27px !important;
	color: white !important;
}

/* QCSS Start 2FeBB */
h4.gradea {
	font-size: 20px;
	font-weight: 800;
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
	display: flex;
	color: #004886;
}

img.badgeim {
	width: 23%;
	padding-left: 5px;
}

/* Button Animation Css Code Start */

.animated_bt {
	background: #00abe6 !important;
	color: white !important;
	border-radius: 50px;
	outline: none !important;
	cursor: pointer !important;
	position: relative;
	transition: 0.2s ease-in-out;
	letter-spacing: 2px;
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-family: poppins;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-weight: 700;
	text-decoration: none !important;
}

.button-jittery a {
	animation: jittery 1.5s infinite;
}

.button-jittery a:hover {
	animation: heartbeat 1.2s infinite;
	background-color: #004886 !important;
}

.chatwith-expertbt {
	background: linear-gradient(278deg, #00abe6, #004786, #565656, #040006);
	background-size: 400% 400% !important;
	animation: 2s infinite gradient;
	color: white;
	border-radius: 3px;
	outline: none !important;
	cursor: pointer !important;
	position: relative;
	transition: 0.2s ease-in-out;
	letter-spacing: 2px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-family: poppins;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 50px;

}


.chatwith-expertbt:hover {
	color: white !important;
	box-shadow: 0px 0px 10px 0px #0000006b !important;
}


@keyframes gradient {

	0%,
	100% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}



@keyframes jittery {

	5%,
	50% {
		transform: scale(1);
	}

	10% {
		transform: scale(0.9);
	}

	15% {
		transform: scale(1.15);
	}

	20% {
		transform: scale(1.15) rotate(-5deg);
	}

	25% {
		transform: scale(1.15) rotate(5deg);
	}

	30% {
		transform: scale(1.15) rotate(-3deg);
	}

	35% {
		transform: scale(1.15) rotate(2deg);
	}

	40% {
		transform: scale(1.15) rotate(0);
	}
}

@keyframes heartbeat {
	50% {
		transform: scale(1.1);
	}
}

/* Button Animation Css Code End */
img.what-bt-icon {
	width: 12%;
}

img.order-icon {
	width: 12%;
}

img.whatsap-icon-bt {
	width: 9%;
	padding-bottom: 2px;
	margin-left: 4px;
}

.form-sec {
	background: #5993e838;
	padding: 15px;
	border-radius: 25px 0px 25px 0px;
}

.font-size-15 {
	font-size: 15px !important;
}

span.term-ttxt {
	font-size: 14px;
	align-items: center;
	display: flex;
}

.summary-hed {
	font-size: 14px;
}

.basePrice {
	font-size: 14px !important;
}

.font-sizee {
	font-size: 14px !important;
}

button.order_now_bt {
	background: #51a5ea;
	border: none;
	font-size: 18px;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: auto;
}

textarea.textareas {
	font-family: poppins;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
	color: black;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
}

img.secure-cdart {
	width: 80%;
	object-fit: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: auto;
}

.text-transform-capitalize {
	text-transform: capitalize !important;
}

p.para-grey {
	display: block;
	font-size: 18px;
	color: #6c757d;
	padding-top: 15px;
	text-transform: capitalize;
}

span.head_last.font-22px {
    font-size: 22px !important;
    font-weight: 700 !important;
}

span.font-size-20 {
    font-size: 20px !important;
}
span.pagri {
    font-size: 18px;
    color: white;
    font-weight: 600 !important;
    padding-top: 10px;
}
img.dmca_protect {
    width: 60%;
    padding-top: 15px;
    height: auto;
}
/*========parsley end=============*/


/*Form Button CSS*/
.slide-to-submit-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
}

.slide-to-submit {
    position: relative;
    width: 100%;
    height: 50px;
    background: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #004786;
    border-radius: 50%;
    transition: left 0.2s;
    z-index: 99;
}

.slider.sliding {
    transition: none;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-weight: bold;
    pointer-events: none;
}

span.slide-text {
    font-size: 18px;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
}

i.fa.fa-arrow-right.arow-bt-s {
    font-size: 21px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 14px;
    color: white !important;
}

@media only screen and (max-width: 600px) {
    span.slide-text {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 1200px) {
    
   #captcha-styling {
    margin-left: 40px;
}

}


#captcha-styling {
    margin-left: 55px;
}