@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");

html {
	scroll-behavior: smooth;
}

a {
	color: #035C67;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

::-moz-selection {
	/* Code for Firefox */
	color: #ffffff;
	background: #035C67;
}

::selection {
	color: #ffffff;
	background: #035C67;
}

/*.header.affix {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}*/

.common-heading h2 {
	color: var(--primary);
	font-size: 3rem;
	padding-left: 20px;
	position: relative;

}

.common-heading h2:after {
	content: "";
	position: absolute;
	top: 5%;
	left: 0;
	height: 90%;

	width: 4px;
	background-color: #FFC500;

}

.heading h2 {
	color: var(--primary);
	font-size: 3rem;
	position: relative;

}

.entry-banner {
	position: relative;
	background-image: url(../images/background/entrybg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.entry-banner:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/header_shedow.png);
	background-size: cover;
	height: 200px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;

}

.entry-banner-nodisp .entry_left {
	width: 130px;
}

.entry-banner-nodisp .entry_right {
	width: 110px;
}

.entry-banner .money-banner h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.9rem;
}

.entry-banner  .money-banner {
	position: relative;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	background: linear-gradient(270.05deg, #035C67 -1.36%, #FFC500 165.75%);
	border: 1px solid #FDD755;
	box-shadow: 0px 0px 38.1px 7px rgba(253, 215, 85, 0.22);
	border-radius: 10px;
}

.entry-banner .money-amount {
	font-size: 2.3rem;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: left;
}

.entry_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
}

.entry_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
}

.entry-banner-content {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}

.entry-banner-content-nodisp {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.entry-banner-content-nodisp .entry-title {
	margin: 0;
}


.entry-title {
	color: var(--primary);
	font-size: 3rem;
	position: relative;
}

/* ====================Header CSS Start ============================ */

/* ANIMATED X */
.navbar-toggler.x {
	border: none;
}

.navbar-toggler.x:focus {
	outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 20% 90%;
	-ms-transform-origin: 20% 90%;
	transform-origin: 20% 90%;
}

.navbar-toggler.x .icon-bar {
	width: 30px;
	display: block;
	height: 3px;
	background-color: #707070;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.header {
	position: relative;
}

.menu.navbar-nav .nav-link {
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	font-weight: 500;
}

/* ====================Header CSS End ============================ */


/* ====================Hero Banner CSS Start ============================ */

.hero_banner {
	position: relative;
	background-image: url(../images/background/hero_pattern1.png);
	background-position: 66% 66%;
	background-repeat: no-repeat;

}

.hero_banner:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/header_shedow.png);
	background-size: cover;
	height: 200px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;

}

.hero_banner:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/hero_line.svg);
	background-size: cover;
	height: 500px;
	width: 403px;
	background-position: center top;
	background-repeat: no-repeat;

}

.banner_contain {
	margin-left: 30%;
	margin-top: 20%;
	padding-right: 30px;
}

.banner_contain h1 {
	color: #454545;
	font-size: 3.5rem;
	position: relative;
	z-index: 1;

}

.banner_contain h1 span {
	font-weight: 700;
	background: #035C67;
	background: linear-gradient(to right, #035C67 0%, #FFC500 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.banner_contain h1 span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/hero_stroke.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;

}

.hero_image {
	position: relative;
	height: 100%;
	width: 100%;
}

.hero_curveline_top {
	position: absolute;
	top: 12%;
	right: 24%;
}

.hero_curveline_btm {
	position: absolute;
	bottom: 26%;
	left: 2%;
}

.hero_curveline_btm .insight_curveline {
	width: 100%;
}

/* ====================Hero Banner CSS End ============================ */



/* ====================Footer CSS Start ============================ */
.footer {
	background-color: var(--primary);
	background-image: url(../images/background/footer_pattern.png);
	background-position: center center;
	background-repeat: repeat;
}

.footer hr {
	background-color: rgba(255, 255, 255, .4);
}

.footer_list li {
	display: block;
	float: left;
	padding: 0 0 0 1rem;
}

.footer_list li a.social {
	margin: .2rem 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1.1rem;
	text-align: center;
	display: block;
	color: #ffffff;
}

.footer_list li:first-child {
	padding-left: 0;

}

.footer .title {
	font-size: 1.3rem;
	margin: 10px 0 20px 0;
	font-weight: 400;
}

.footer .nav .nav-item {
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

.footer .nav .nav-item .nav-link {
	padding: 0;
	color: #ffffff
}

.footer .nav .nav-item .nav-link:hover {
	text-decoration: underline;
}

.footer p a {
	color: #ffffff;
	font-weight: 500;
}


/* ====================Footer CSS End ============================ */


/* ====================insight CSS Start ============================ */

.insight_section {
	position: relative;
}

.insight_section:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/dot_left.svg);
	background-size: 100%;
	height: 136px;
	width: 109px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}


.partner-title {
	position: relative;
	font-size: 1.1rem;
}

.partner-title:before {
	position: absolute;
	left: auto;
	top: 2px;
	height: 20px;
	width: 3px;
	background-color: #FFC500;
	content: "";
}

.partner-title:after {
	position: absolute;
	left: auto;
	top: 2px;
	height: 20px;
	width: 3px;
	background-color: #FFC500;
	content: "";
}

.partner_logo .bg-white {
	border-radius: 8px;
	padding: 5px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	margin-left: 2rem;
}

.partner_logo .bg-white:first-child {
	margin-left: 0;
}

.insight_wrap {
	position: relative;
}

.insight_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/insightbg_top.svg);
	background-size: cover;
	height: 500px;
	width: 403px;
	background-position: center top;
	background-repeat: no-repeat;

}

.insight_right {
	display: flex;
	text-align: right;
	float: right;
}



.insight_right_top {
	padding-bottom: 35px;
	position: relative;

}

.insight_curveline_base {
	position: absolute;
	top: -60px;
	left: -50px;
}


.insight_curveline {

	position: relative;
	display: block;
	-webkit-animation: moveit 6s infinite;
	animation: moveit 6s infinite;
}


/*----------------------------*\
	$keyframes
  \*----------------------------*/

@-webkit-keyframes moveit {
	from {
		top: 0px;
		opacity: 1;
	}

	25% {
		top: 15px;
		opacity: 1;
	}

	50% {
		top: 10px;
		opacity: 1;
	}

	75% {
		top: 15px;
		opacity: 1;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}




/* ====================insight CSS End ============================ */

/* ====================calculator CSS Start ============================ */

.calculator_wrap {
	position: relative;
}

.calculator_wrap:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/calculator_line.svg);
	background-size: cover;
	height: 500px;
	width: 400px;
	background-position: center top;
	background-repeat: no-repeat;

}

.calculator_wrap:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/dot_left.svg);
	background-size: 100%;
	height: 136px;
	width: 109px;
	background-position: center top;
	background-repeat: no-repeat;

}

.calculator_card_first {
	border: solid 4px #FFC500;
	border-radius: 10px;
	width: calc(100% - 46%);
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.2)
}

.calculator_card_second {
	position: absolute;
	border: solid 4px #B6D0D3;
	border-radius: 10px;
	width: calc(100% - 50%);
	right: 0;
	top: 50px;
	padding-left: 5%;
	background: #ffffff;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.2)
}

.text-subheading {

	font-size: 1.8rem;
	margin-bottom: 20px;
}

.section-height {
	padding: 80px 0;
}

/* ====================calculator CSS End ============================ */


/* ====================Security CSS start ============================ */
.security_wrap {
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--white) 30%, var(--light) 30%);
}

.security_wrap:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/security_line.svg);
	background-size: 100%;
	height: 498px;
	width: 620px;
	background-position: center top;
	background-repeat: no-repeat;

}

.security-card {
	padding-left: 4rem;

}

.security_img {
	position: relative;
	max-width: 458px;
	left: -100px;
}

.security_curveline_base {
	position: absolute;
	top: 30px;
	right: -50px;
}

.security_curveline_btm {
	position: absolute;
	bottom: 0px;
	left: 50px;
}

.security-card-right {
	padding: 2rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0.5rem;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
	margin-bottom: 1.5rem;
}

.security-card-right:last-child {
	margin-bottom: 0;
}

.security-card-icon {
	display: block;
	float: left;

}

.security-card-right span {
	margin-left: 80px;
	display: block;
}

/* ====================Security CSS End ============================ */
/* ====================Pricing CSS Start ============================ */

.pricing_wrap {
	position: relative;
	background-image: url(../images/background/pricing_bg_circel.svg);
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.pricing_wrap:after {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_dot.svg);
	background-size: cover;
	height: 498px;
	width: auto;
	background-position: center bottom;
	background-repeat: no-repeat;

}

/* .pricing_wrap:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_right.svg);
	background-size: 100%;
	height: 227px;
	width: 209px;
	background-position: center bottom;
	background-repeat: no-repeat;

} */

.price-card {
	background-color: #ffffff;
	z-index: 999;
	border: solid 1px #FDD755;
	border-radius: 0.8rem;
	box-shadow: 0px 0px 50px rgba(253, 212, 85, 0.2);
	margin-bottom: 1.5rem;
	padding: 2rem;
	position: relative;
}

.pricing-top {
	color: #035C67;
	display: inline-block;
	border-radius: 100px;
	padding: .5rem 1.5rem;
	box-shadow: 14px 10px 30px rgba(20, 10, 10, 0.1);
	font-weight: 700;
	background-color: #EDFDFF;
	font-size: 1.2rem;

}

.price-text {
	font-size: 2.1rem;
	font-weight: 700;
	margin-top: 2rem;
}

.price-text sub {
	font-weight: 400;
	font-size: 1rem;
	bottom: 0rem;
}

.discount-text {
	color: var(--primary);
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 2rem;
	height: 28px;


}

.buynowbtn {
	padding-top: 15px;
	padding-bottom: 15px;
}

.Recommended {
	position: absolute;
	right: -28px;
	top: 53px;
	color: #ffffff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: linear-gradient(to right, #035c67 0%, #ffc500 100%);
	padding: 5px 15px;
	border-radius: 100px 0 0 100px;
}


/* ====================Pricing CSS End ============================ */
/* ====================Video CSS Start ============================ */
/* .video_wrap {
	position: relative;
	background-image: url(../images/background/videobg.svg);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;

} */
.video_wrap {
	position: relative;
	background-image: url(../images/background/videobg.svg);
	background-position: center -75px;
	background-repeat: no-repeat;
	background-size: cover;

}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ====================Video CSS End ============================ */
/* ====================FAQ CSS Start ============================ */

.faq_wrap_inner {
	z-index: 1;
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(90deg, var(--light) 70%, transparent 70%);
}

.faq_wrap:after {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_dot.svg);
	background-size: cover;
	height: 498px;
	width: auto;
	background-position: center bottom;
	background-repeat: no-repeat;

}

.faq_wrap_inner:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/faq_line.svg);
	background-size: cover;
	height: 291px;
	width: 309px;
	background-position: center bottom;
	background-repeat: no-repeat;

}

.faq_wrap {
	position: relative;

}

.faq_img {
	position: relative;
	max-width: 450px;
	right: -100px;
}

.faq_curveline_base {
	position: absolute;
	top: 30px;
	right: -50px;
}

.faq_curveline_btm {
	position: absolute;
	bottom: 0px;
	left: 50px;
}

.faqtab {
	border-bottom: 0;
}

.nav-tabs.faqtab .nav-link {
	border: 1px solid #035C67;
	border-radius: 100rem;
	background-color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
	min-width: 120px;
	text-align: center;
}

.nav-tabs.faqtab .nav-link.active,
.nav-tabs.faqtab .nav-item.show .nav-link,
.nav-tabs.faqtab .nav-link:hover {
	color: #ffffff;
	background-color: #035C67;
	border: 1px solid #035C67;
}

.myaccordion {
	margin: 20px auto;
}

.myaccordion .card {
	border: none;
	margin-bottom: 20px;

}

.myaccordion .card-header {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.myaccordion .card-body {
	padding: 0 1rem 1rem;
}

.m-150 {
	margin-top: 150px;
}

.accordion-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

.accordion-title.collapsed:before {
	float: right !important;
	content: "\f067";
}

a.accordion-title {
	display: block;
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 10px 10px 0 0;
	color: var(--primary);
	font-weight: 700;
}

a.accordion-title.collapsed {
	border-radius: 10px;
}

.myaccordion .card {
	border-radius: 10px;
	border: 0;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
}

a.readbtn {
	padding: 10px 30px;
}

/* ====================FAQ CSS End ============================ */
/* ====================Blog CSS Start ============================ */
.home_blog_wrap {
	position: relative;

}

.home_blog_wrap:after {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_dot.svg);
	background-size: cover;
	height: 350px;
	width: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .5;
}

.home_blog_wrap:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	content: "";
	background-image: url(../images/background/blog_line.svg);
	background-size: 100%;
	height: 420px;
	width: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.blog-content .entry-title {
	font-size: 1.4rem;
}

.magnet-item {
	display: block;
	transition: 500ms linear;
}

/* .blog-img{
	position: relative;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
	overflow: hidden;
	margin: 0 auto;
	height: 216px;
	background-color: #ececec;
  }


  .blog-img img {
	width: 100%;
	height: auto ;
	display: inline-block !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-fit: cover;
} */



.blog-img {
	background-color: rgba(12, 75, 106, 0.6);
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 216px;
	padding: 0px;
}

.blog-img a {
	position: relative;
	width: 100%;
	height: 100%;
}

.blog-img img {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
}


/* .blog-img  img{
	width: 100%;
	height: 216px;
	object-fit: cover;

} */

.detail-blog-img {
	background-color: rgba(12, 75, 106, 0.6);
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 550px;
	padding: 0px;
}

.detail-blog-img span {
	position: relative;
	width: 100%;
	height: 100%;
}

.detail-blog-img img {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
}



.entry-date {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	color: var(--primary);
	font-weight: 400;
	background-color: var(--white);
	z-index: 1;

}

.entry-date i,
.entry-meta i {
	padding-right: 5px;
}

.entry-meta {
	font-size: 15px;

	padding: 0 0 10px 0;
	color: var(--primary);
	font-weight: 400;
}

.blog-content {
	padding: 20px 0;
}

.entry-title a {
	color: #454545;

}

.entry-title a:hover {
	color: var(--primary);
	text-decoration: none;
}

a.readmorebtn {
	color: var(--primary);
	text-decoration: underline;
	font-weight: 500;
	font-size: 1.1rem;

}

.blog-short-disp {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 50px;
	margin: 10px auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-blog {
	position: relative;
	z-index: 1;
}

/* ====================Blog CSS End ============================ */
/* ====================contact CSS Start ============================ */


.home_contact_wrap {
	position: relative;

}

.home_contact_wrap:before {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_dot.svg);
	background-size: cover;
	height: 300px;
	width: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.contact-card {
	background: linear-gradient(to bottom, #eaf8fa 0%, #ffffff 100%);
	padding: 60px 40px;
	position: relative;
	z-index: 1;
}

.contactbox {
	background-color: #ffffff;
	z-index: 9;
	border: solid 1px #FDD755;
	border-radius: 0.8rem;
	box-shadow: 0px 0px 50px rgba(253, 212, 85, 0.2);
	margin-bottom: 1.5rem;
	padding: 2rem;
	position: relative;
	overflow: hidden;
	margin-top: 60px;

}

.contactbox:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/contact_top.svg);
	background-size: cover;
	height: 47px;
	width: 43px;
	background-position: center bottom;
	background-repeat: no-repeat;

}

.contactbox:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background-image: url(../images/background/contact_btm.svg);
	background-size: cover;
	height: 118px;
	width: 118px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.submitbtn {
	padding: 10px 30px;
}


/* ====================contact CSS End ============================ */


/* ====================partner CSS Start ============================ */

.partner-card {
	padding: 1rem;
	position: relative;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
	margin-bottom: 2rem;
	border: solid 1px #E2EEEF;
	min-height: 250px;
}


.partner-img {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	padding: 0px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.partner-img img {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	object-fit: contain;
}

.partner-card a {
	color: #454545;

}

.partner-card a:hover {
	color: var(--primary);
	text-decoration: none;
}

.common-section {
	min-height: 700px;
}

/* ====================partner CSS End ============================ */
/* ====================deepdive CSS Start ============================ */


.deepdive-section {
	padding: 50px 0 150px 0;
}

.deepdive-first {
	margin-top: -200px;
}

.deepdive-second {
	margin-top: -150px;
}

.deepdive-second p a:hover {
	color: var(--primary);
}

/* ====================deepdive CSS End ============================ */
/* ====================privacy CSS Start ============================ */
.terms_card h3 {
	margin-bottom: 5px;
	margin-top: 0;
	color: #035c67;
	font-size: 1.2rem;
}

.terms_card p {
	margin-bottom: 1.5rem;

}

/* ====================privacy CSS End ============================ */


/* ====================Blog CSS Start ============================ */
.blog_pegination .page-item {
	margin: 0 10px;
}

.blog_pegination .page-link {
	position: relative;
	display: block;
	padding: 0.55rem 0.75rem;
	margin-left: 0;
	line-height: normal;
	color: #035C67;
	background-color: #fff;
	border: 1px solid #035C67;
	border-radius: 100px;
	height: 40px;
	width: 40px;
	font-weight: 500;
	text-align: center;
}

.blog_pegination .page-item:last-child .page-link,
.blog_pegination .page-item:first-child .page-link {
	border-radius: 100px;

}

.blog_pegination .page-link:hover {
	color: #fff;
	background-color: #035C67;
}

.blog_pegination .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #035C67;
	border-color: #035C67;
}



.sidebar .widget {
	background-color: #ECECEC;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 6px;
	overflow: hidden;
}

.search-form .input-group input {
	border: none;
	height: 50px;
	padding: 5px 20px 5px 20px;
	outline: none;
	letter-spacing: 0.2px;
	border: 1px solid #DFDFDF;
	border-radius: 6px !important;
}

.search-form .input-group>.form-control:focus,
.search-form .input-group>.custom-select:focus {
	z-index: 1;
}



.search-form .input-group button {
	width: 60px;
	height: 50px;
	color: #000000;
	font-size: 20px;
	border: none;
	transition: all 0.3s ease;
	line-height: 1;
	z-index: 1;
	border-radius: 6px !important;
	position: absolute;
	right: 0;
	top: 0;
}



.search-form .input-group button:hover {
	color: #fff;
	background-color: #035C67;
}

.widget-heading {
	font-size: 1.4rem;
	color: var(--primary);
	padding-left: 15px;
	border-left: solid 3px #FFC500;

}

.widget_list {
	margin: 0;
}

.widget_list li {
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #E4E4E4;
}

.widget_list li a {
	color: #454545;

}

.widget_list li a:hover,
.widget_list li.active a {
	color: var(--primary);
	text-decoration: none;

}

.blog-title {
	color: var(--primary);
	font-size: 2rem;
	position: relative;
}

.blog_detail_wrap {
	margin-top: -100px;
}

.blog_detail_wrap .blog-img img {
	width: 100%;
	height: auto;
}

.entry-footer-meta {
	display: block;
	overflow: hidden;
}

.category-meta {
	display: block;
	float: left;

}

.category-meta span {
	color: var(--primary);
	font-weight: 500;
}

.comment-title {
	font-size: 1.2rem;
	color: var(--primary);
}

.comment-list .comments-body {
	border-radius: 10px;
	border: 0;
	padding: 20px;
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
	margin-bottom: 20px;
}

.comment-author-name {
	font-size: 1rem;
	color: var(--primary);
}

.comment-date {
	color: #777777;
	padding-bottom: 15px;
}

.noblog_wrap {
	margin: 40px 0;
}



.post-share {
	display: block;
	float: right;
}

.post-share .meta-title {
	font-size: 1rem;
	margin-right: 10px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 400;
}

.share-links {
	display: inline-block;
}

.share-btn,
.share-btn * {
	box-sizing: border-box;
}

.share-btn,
.share-btn *,
.share-btn *:before,
.share-btn *:after {
	box-sizing: border-box;
}

.share-btn {
	position: relative;
	display: inline-block;
	height: 24px;
	margin: 0;
	padding: 2px 8px;
	line-height: 1.53;
	letter-spacing: 0.04em;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #111;
	background: #e0e0e0;
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.share-btn:hover,
.share-btn:focus {
	background: #d3d3d3;
	border-color: #bababa;
	text-decoration: none;
	color: #111;
}

.share-btn:active {
	background: #c7c7c7;
	border-color: #adadad;
	text-decoration: none;
	color: #111;
}

.share-btn.share-btn-sm {
	height: 20px;
	font-size: 10px;
	padding: 0 8px;
	line-height: 1.6;
}

.share-btn.share-btn-lg {
	height: 28px;
	font-size: 16px;
	line-height: 1.4;
}

.share-btn.share-btn-branded {
	color: #fff;
}

.share-btn.share-btn-branded.share-btn-twitter {
	background: #55acee;
	border-color: #3ea1ec;
}

.share-btn.share-btn-branded.share-btn-twitter:hover,
.share-btn.share-btn-branded.share-btn-twitter:focus {
	background: #3ea1ec;
	border-color: #2795e9;
}

.share-btn.share-btn-branded.share-btn-twitter:active {
	background: #2795e9;
	border-color: #1689e0;
}

.share-btn.share-btn-branded.share-btn-facebook {
	background: #3b5998;
	border-color: #344e86;
}

.share-btn.share-btn-branded.share-btn-facebook:hover,
.share-btn.share-btn-branded.share-btn-facebook:focus {
	background: #344e86;
	border-color: #2d4373;
}

.share-btn.share-btn-branded.share-btn-facebook:active {
	background: #2d4373;
	border-color: #263961;
}

.share-btn.share-btn-branded.share-btn-googleplus {
	background: #dd4b39;
	color: #fff;
	border-color: #d73925;
}

.share-btn.share-btn-branded.share-btn-googleplus:hover,
.share-btn.share-btn-branded.share-btn-googleplus:focus {
	background: #d73925;
	border-color: #c23321;
}

.share-btn.share-btn-branded.share-btn-googleplus:active {
	background: #c23321;
	border-color: #ac2d1e;
}

.share-btn.share-btn-branded.share-btn-tumblr {
	background: #35465c;
	color: #fff;
	border-color: #2c3a4c;
}

.share-btn.share-btn-branded.share-btn-tumblr:hover,
.share-btn.share-btn-branded.share-btn-tumblr:focus {
	background: #2c3a4c;
	border-color: #222d3c;
}

.share-btn.share-btn-branded.share-btn-tumblr:active {
	background: #222d3c;
	border-color: #19212b;
}

.share-btn.share-btn-branded.share-btn-linkedin {
	background: #0976b4;
	color: #fff;
	border-color: #08669c;
}

.share-btn.share-btn-branded.share-btn-linkedin:hover,
.share-btn.share-btn-branded.share-btn-linkedin:focus {
	background: #08669c;
	border-color: #075683;
}

.share-btn.share-btn-branded.share-btn-linkedin:active {
	background: #075683;
	border-color: #05466b;
}

.share-btn.share-btn-branded.share-btn-pinterest {
	background: #cc2127;
	color: #fff;
	border-color: #b61d23;
}

.share-btn.share-btn-branded.share-btn-pinterest:hover,
.share-btn.share-btn-branded.share-btn-pinterest:focus {
	background: #b61d23;
	border-color: #a01a1f;
}

.share-btn.share-btn-branded.share-btn-pinterest:active {
	background: #a01a1f;
	border-color: #8a161a;
}

.share-btn.share-btn-inverse {
	color: #eeeeee;
	background: #1f1f1f;
	border-color: #050505;
}

.share-btn.share-btn-inverse:hover,
.share-btn.share-btn-inverse:focus {
	background: #121212;
	border-color: #000000;
	color: #eeeeee;
}

.share-btn.share-btn-inverse:active {
	background: #050505;
	border-color: #000000;
	color: #eeeeee;
}

.share-btn.share-btn-twitter .share-btn-icon,
.share-btn.share-btn-googleplus .share-btn-icon,
.share-btn.share-btn-tumblr .share-btn-icon,
.share-btn.share-btn-linkedin .share-btn-icon,
.share-btn.share-btn-pinterest .share-btn-icon,
.share-btn.share-btn-stumbleupon .share-btn-icon,
.share-btn.share-btn-delicious .share-btn-icon,
.share-btn.share-btn-more .share-btn-icon {
	position: relative;
	top: 1px;
}

@-moz-document url-prefix() {

	.share-btn.share-btn-twitter .share-btn-icon,
	.share-btn.share-btn-googleplus .share-btn-icon,
	.share-btn.share-btn-tumblr .share-btn-icon,
	.share-btn.share-btn-linkedin .share-btn-icon,
	.share-btn.share-btn-pinterest .share-btn-icon,
	.share-btn.share-btn-stumbleupon .share-btn-icon,
	.share-btn.share-btn-delicious .share-btn-icon,
	.share-btn.share-btn-more .share-btn-icon {
		top: 0;
	}
}

.share-btn.share-btn-more.share-btn-lg .share-btn-icon {
	top: 2px;
}

.share-btn .share-btn-text {
	padding-left: 2px;
}

/* ====================Blog CSS End ============================ */

/* ====================Integrations CSS Start ============================ */
.integration-head {
	color: var(--primary);
	margin-bottom: 1.5rem;
}

.integration-card {
	box-shadow: 20px 20px 50px rgba(29, 91, 102, 0.1);
	border-radius: 0.5rem;
	border: solid 1px #E8F0F1;
	height: 100%;
}

.integration-body-head {
	position: relative;
	display: flex;
	/* overflow: hidden; */
	-ms-flex-align: center !important;
	align-items: center !important;
	/* margin-bottom: 1rem; */
}

.integration-card p {
	margin-top: 1rem;
}

.integration-body-head img {
	margin-right: 10px;
}

.integration-body-head span {
	font-size: 1.2rem;
	font-weight: 500;

}

a.explorebtn {
	position: absolute;
	top: 12px;
	font-weight: 500;

	right: 10px;
	color: var(--primary)
}

a.explorebtn:hover {
	color: var(--primary)
}

.integration-box>div {
	margin-bottom: 30px;
}

.integration-section {
	position: relative;
}

.integration-section:after {
	position: absolute;
	left: 0;
	top: 180px;
	content: "";
	background-image: url(../images/background/dot_left.svg);
	background-size: 100%;
	height: 136px;
	width: 109px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}

.integration-section:before {
	position: absolute;
	right: 0;
	top: 40%;
	content: "";
	background-image: url(../images/background/dot_left.svg);
	background-size: 100%;
	height: 136px;
	width: 109px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}


/* ====================Integrations CSS End ============================ */

/* ====================Try Time Miner for Free CSS Start ============================ */


.why_wrap {
	position: relative;

}

.why_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/try_leftbg.svg);
	background-size: 100%;
	height: 402px;
	width: 399px;
	background-position: center top;
	background-repeat: no-repeat;
}

.try_left {
	display: flex;
	text-align: left;
}

.try_left_top {
	padding-bottom: 35px;
	position: relative;

}

.try_curveline_base {
	position: absolute;
	top: 0;
	right: -50px;
}

.try_curveline_btm {
	position: absolute;
	bottom: 0;
	left: 20px;
}


.try_curveline {
	position: relative;
	display: block;
	-webkit-animation: moveit 6s infinite;
	animation: moveit 6s infinite;
}



.why_wrap:after {
	position: absolute;
	right: 0;
	top: 40%;
	content: "";
	background-image: url(../images/background/dot_left.svg);
	background-size: 100%;
	height: 136px;
	width: 109px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}

.howitworks_wrap {
	position: relative;

}

.howitworks_wrap:before {
	position: absolute;
	left: 5%;
	right: 5%;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_dot.svg);
	background-size: cover;
	height: 300px;
	width: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.howitworkbox h3 {
	color: var(--primary);
	font-size: 1.4rem;
}

.p-top {
	padding-top: 50px;
}

.comment-form .form-group {
	margin-bottom: 1.5rem;
}

/* ====================Try Time Miner for Free CSS End ============================ */


.sitemapcard {
	border: solid 1px var(--primary);
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.sitemapcard a:hover {
	background-color: var(--primary);
	color: var(--white);
	text-decoration: none;
}


.invalid_feedback {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

/* .submit_alert{
	position: absolute;
	top: 0;
	z-index: 111;
	left: auto;
	right: auto;
} */

.alert {
	max-width: 450px;
	position: fixed;
	top: 10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 111;
}

.error_page h1 {
	font-size: 4rem;
}

.center-div {
	margin: 5% auto 0 auto;

}

.g-recaptcha .invalid_feedback {
	position: absolute;
	bottom: -20px;
}




.btn-loading {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.btn-loading.animation:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-top-color: transparent;
	animation: spin 1s ease-in-out infinite;

}

.btn-loading.animation span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 50%;
	transition: top .5s ease-out;
}

@keyframes spin {
	to {
		transform: rotate(360deg)
	}
}

a.skipbtn:hover {
	color: var(--primary);
}











.deep_checkbox {
	padding-right: 2em;
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding: .7rem 2em .7rem 1rem;
	margin-bottom: 1rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border: 0px solid transparent;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 13px 0px rgba(105, 100, 110, 0.2);
}

.deep_checkbox-inline {
	display: inline-flex;
}

.deep_checkbox input {
	width: 2em;
	flex-basis: 2em;
	margin-right: -2em;
	position: relative;
	vertical-align: baseline;
}

.deep_checkbox input:not(.reset) {
	position: absolute;
	right: 0;
	margin-left: 0;
	opacity: 0;
}

.deep_checkbox input:not(.reset):focus {
	outline: none;
}

.deep_checkbox input:not(.reset):focus~label::before {
	border-color: #0877db;
	box-shadow: 0 0 0 0.1875em rgba(43, 154, 255, 0.2);
}

.deep_checkbox input:not(.reset):active~label::before {
	border-color: #0877db;
}

.deep_checkbox input:not(.reset):checked~label::before {
	background-position: 0 0;
}

.deep_checkbox input:not(.reset)~label::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 30px;
	right: 20px;
	display: inline-block;
	vertical-align: top;
	width: 1.5em;
	height: 1.5em;
	border: 0.125em solid #808080;
	background-color: #FFF;
	background-size: 100% 100%;
	background-position: 0 1.5em;
	background-repeat: no-repeat;
	box-shadow: 0 0 0 0 rgba(43, 154, 255, 0.2);
	transition: box-shadow 0.15s, background-position 0.15s;
}

.deep_checkbox [type="checkbox"]:not(.reset)~label::before {
	background-image: url(../images/icons/true.svg)
}

.deep_checkbox [type="radio"]:not(.reset)~label::before {
	border-radius: 100%;
	background-image: radial-gradient(circle, #035C67 0%, #035C67 40%, #fff 41%, #fff 100%);
	background-position: 50% 50%;
	background-size: 0px 0px;
	transition: box-shadow 0.15s, background-size 0.15s;
}

.deep_checkbox [type="radio"]:not(.reset):checked~label::before {
	background-position: 50% 50%;
	background-size: 100% 100%;
}




.button.button-small {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

.deep_table td {
	vertical-align: middle;
}

.deep_table td input[type=text],
.deep_table td select {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 2px 8px;
}

.deep_table th:last-child {
	text-align: right;
}

.deep_table td:last-child {
	text-align: right;
}

.deep_table td:last-child .button {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}

.deep_table td:last-child .button .fa {
	line-height: 30px;
	width: 30px;
}

.deep_table td:last-child .button .fa-pencil {
	color: #1689e0;
}

.deep_table td:last-child .button .fa-trash {
	color: #ff0000;
}

.deep_table td .button .fa-save {
	color: rgb(25, 146, 25);
}





.deepdive-section-height {
	min-height: 500px;
}


.flip-card {
	background-color: transparent;
	/* width: 200px;
	height: 300px; */
	perspective: 1000px;
	margin-top: -200px;
}

.flip-card-inner {

	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;

}


.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-card-front {
	z-index: 2;
}

.flip-card-back {
	z-index: 1;
	pointer-events: none;
	/* Prevents blocking clicks when hidden */
}

.flip-card.flipped .flip-card-front {
	z-index: 1;
	pointer-events: none;
}

.flip-card.flipped .flip-card-back {
	z-index: 2;
	pointer-events: auto;
}


.flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: block;
	justify-content: center;
	align-items: center;

}

.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: block;
	justify-content: center;
	align-items: center;
	z-index: 111;

}

.flip-card-front {
	background-color: #ffffff;
	color: black;
	border-radius: 0.8rem;

}

/* .flip-card-back {
	background-color: #ffffff;
	border-radius: 0.8rem;
	height: 500px;
	transform: rotateY(180deg);
} */

.flip-card-back {
	/* background-color: #ffffff; */
	border-radius: 0.8rem;
	height: fit-content;
	transform: rotateY(180deg);
}

.flip-card-back-2 {
	/* background-color: #ffffff; */
	border-radius: 0.8rem;
	/* height: 500px; */
	transform: rotateY(180deg);
}


.flipped .flip-card-inner {
	transform: rotateY(180deg);
}

.flipped .flip-card-front .contactbox {
	background-color: #fff;
	border: none;
	box-shadow: none;
}

.flipped .flip-card-front .contactbox:before {
	display: none;
}

.flipped .flip-card-front .contactbox .submitbtn {
	display: none !important;
}

.contactbox p a:hover {
	color: #035C67;
}

.deep_checkbox {
	vertical-align: middle;
}

.deep_checkbox img {
	display: flex;
}

.deep_checkbox .font-big {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.deep_checkbox .font-big span {
	display: block;
	line-height: normal;
	width: 100%;
	color: #888;
	font-size: 1rem;

}


.deep_checkbox label {
	font-size: 1.1rem;
	display: flex;
	flex-direction: row;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-grow: 1;
	cursor: pointer;
}

.deep_checkbox-firstline label::first-line {
	font-weight: bolder;
}

.deep_checkbox:not(.deep_checkbox-firstline) label {
	font-weight: bolder;
}

.addbtn,
.removebtn {
	margin-bottom: 20px;
}

.uploadbtn {
	padding: 10px 30px;
	margin-bottom: 16px;

}

.partner_wrap:before {
	opacity: .4;

}

.version-tag {
	position: fixed;
	margin: 0 auto;
	background-color: #fdd756;
	text-align: center;
	padding: 2px 10px;
	border-radius: 0 0 5px 5px;
	color: #444;
	z-index: 9999;
	display: block;
	font-weight: 600;
	border: solid 1px #444;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(68, 68, 68);
	border-top: 0;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100px;
	font-size: 14px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	/* -ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(-45deg); */
}

.contactbox h4 {
	color: #035C67;

}


/* form submission loader */
.loader-container {
	position: fixed;
	/* Fix to the viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	/* Hidden by default */
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Center vertically */
	z-index: 999;
	/* Ensure it's on top */
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #035C67;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}




.pricingpage {
	background-position: center center;
	/* position: relative;
	background-image: url(../images/background/pricing_bg_circel.svg);
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat; */
}

.pricingpage:after {
	top: 35% !important;
	height: 310px;

}

.thankyou_wrap {
	padding: 200px 0;

}

.thankyou_icon {
	background-image: url(../images/background/pricing_bg_circel_update.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4rem;
}

.pricingpage {
	padding: 0 0 150px 0;
}

.thankyou_wrap h2 {
	color: var(--primary);
	font-size: 4rem;
	position: relative;
}

.thankyou_wrap p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.pricingpage .heading p {
	font-size: 1.2rem;
	margin-bottom: 2rem;



}

.thankyou_btn .btn {
	margin: 0 1rem;
}

.thankyou_wrap {
	position: relative;
}

.thankyou_wrap:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-image: url(../images/background/pricing_bg_right.svg);
	background-size: 100%;
	height: 227px;
	width: 209px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.pricing_footer p {
	font-size: 1rem;
}

.pricing_footer p a {
	color: var(--primary);
}

.pricing_logo img {
	min-width: 300px;
}

.input-group-icon {
	background: #ffffff;
	border: 1px solid #ced4da;
	min-width: 44px;
	display: flex;
	justify-content: center;
	border-radius: 0 .25rem .25rem 0;
	padding: 10px 0;
}

.calculateBtn {
	padding-top: 15px;
	padding-bottom: 15px;
}

.loginbtn {
	padding: 10px 30px;
}

.notes {
	background: #FFE99E;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	position: relative;
	top: 20px;


}

.notes p {
	margin: 0;
}

.bar_table {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 10px !important;
	margin: 0;

}

.bar_table b {
	font-weight: 700;
	color: var(--primary);
}

.bar_table tr:first-child td {
	border-top: 1px solid transparent !important;


}

.bartable {
	border: 1px solid #FDD755 !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 38.1px 7px rgba(253, 215, 85, 0.22);


}

.barname {
	width: 120px;
}


/* NEW Footer Start */
.footer-top {
	background-color: #EBF8FA;
	overflow: hidden;
}

.footer-top .container {
	position: relative;

}

.footer-top .container:before {
	position: absolute;
	content: "";
	right: -7.5%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/assets/gmail_verified_bg.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 0%) center;
}

.deta_security_box span {
	border-left: solid 1px #76AAB0;
}

.deta_security_box h5 {
	font-size: 19px;
}

.deta_security_box p {
	font-size: 16px;
}

/* NEW Footer End */


/* NEW Footer Start */
.pre-header {
	/* background-color: #EBF8FA;	 */
	background: #CAF4FA;
	/* background: linear-gradient(270deg, #035C67 -4.36%, #FFC500 165.75%); */

	overflow: hidden;
}






.pre-header .container {
	position: relative;

}

.pre-header .container:before {
	position: absolute;
	content: "";
	right: -7.5%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/assets/gmail_verified_bg.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 0%) center;
}

.pre-header .deta_security_box img {
	width: 35px;
}

.pre-header .deta_security_box span {
	border-left: solid 1px #76AAB0;
}

.pre-header .deta_security_box h5 {
	font-size: 18px;
	margin: 0;
}

.pre-header .deta_security_box p {
	font-size: 16px;
}

.pre-header .gmail_verified_img img {
	width: 100px;
}

/* NEW Footer End */

/* money-banner  Start */
.money-banner {
	position: relative;
	color: #fff;
	padding: 30px;
	overflow: hidden;
	background: linear-gradient(270.05deg, #035C67 -1.36%, #FFC500 165.75%);
	border: 1px solid #FDD755;
	box-shadow: 0px 0px 38.1px 7px rgba(253, 215, 85, 0.22);
	border-radius: 10px;

}

.money-banner:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-image: url(../images/background/moneybg.svg);
	background-position: right -16px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;

}

.money-banner h4 {
	font-size: 1.6rem;
	font-weight: 500;

}

.money-banner p {
	margin: 0;
}

.money-banner .border-l {
	border-left: solid 1px #ffffff;

}

.money-amount {
	font-size: 3rem;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: left;
}

.money-icon {
	font-size: 1.2rem;
	margin-right: 8px;
	padding-right: 8px;
	border-right: solid 1px #FDD755;
	display: block;
	float: left;
}

.home-money-banner {
	margin-top: -20px;
	margin-bottom: 0;
}

/* money-banner  End */

.whylist i {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	color: #035C67;
	background-color: #fff1c3;
	text-align: center;
	line-height: 26px;
}

.whylist span {
	display: block;
	margin-left: 40px;
	font-size: 1.1rem;
}

.whylist li {
	padding: 0 0 10px 0;
}

.pricing_list {
	display: block;
}

.pricing_list li {
	padding: 15px 0;
	width: 100%;
}

.pricing_list i {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	color: #035C67;
	background-color: #fff1c3;
	text-align: center;
	line-height: 26px;
}

.pricing_list span {
	display: block;
	font-weight: 400;
	margin-left: 40px;
	font-size: 1.1rem;
}

.learnbtn {
	position: relative;
	z-index: 99;
	padding-top: 15px;
	padding-bottom: 15px;
}

.landing_wrap .price-card {
	padding: 1.5rem;

}

.landing_wrap .price-text {
	font-size: 2rem;
	margin-top: .5rem;
}

.landing_wrap .discount-text {

	font-size: 1rem;
	margin-bottom: 1rem;
	height: auto;
	text-align: center;
}

.landing_wrap .pricing-top {

	font-size: 1rem;
}

.landing_wrap:after {
	z-index: -1;
	opacity: .5;
}

/* subscribe_popup CSS Start  */

.subscribe_popup {
	background: #ffffff;
	border: 1px solid #d4cfe5;
	padding: 1.3rem;
	text-align: center;
	box-shadow: 22px 52px 22px rgba(65, 114, 81, 0.04),
		13px 29px 19px rgba(65, 114, 81, 0.13),
		6px 13px 14px rgba(65, 114, 81, 0.21),
		1px 3px 8px rgba(65, 114, 81, 0.25);

	position: fixed;
	bottom: 2rem;
	right: 2rem;
	max-width: 350px;
	z-index: 999;
}

/* Rectangle 2377 */

.subscribe_popup .close {
	position: absolute;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	right: 10px;
	opacity: 1;
	top: 10px;
}

.subscribe_popup h6 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #035C67;

}

.subscribe_popup h2 {
	color: #035C67;
	font-size: 2.5rem;
}

.subscribe_popup p {
	font-weight: 400;
	font-size: 1.1rem;
}

.progress-value {
	animation: load 20s normal forwards;
	box-shadow: 0 10px 40px -10px #fff;
	border-radius: 100px;
	background: var(--primary);
	height: 5px;
	width: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
}

@keyframes load {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}



.promo-box {
	--border-width: 2px;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	align-items: start;
	background: #fff;
	position: relative;
}

.promo-box:after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(60deg, #035C67, #FDD755, #035C67, #FDD755, #035C67, #FDD755, #035C67, #FDD755);
	background-size: 300% 300%;
	background-position: 0 50%;
	border-radius: 10px;
	animation: moveGradient 6s alternate infinite;
}

@keyframes moveGradient {
	50% {
		background-position: 100% 50%;
	}
}







.promo-icon {
	background: #035C67;
	border-radius: 6px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}



.promo-text h5 {
	font-weight: 600;
}

.promo-text p {
	font-size: 1.1rem;
	margin: 0;
	font-weight: 400;

}

.promo-code {
	font-weight: 700;
	font-size: 2rem;
	color: #035C67;
}

.landing_wrapper .Recommended {
	position: absolute;
	right: auto;
	left: -9px;
	top: -25px;
	color: #ffffff;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: none;
	background: linear-gradient(to right, #035c67 0%, #ffc500 100%);
	padding: 5px 15px;
	border-radius: 62px 100px 100px 0;
}


/* subscribe_popup CSS End  */
