/* main style sheet */
/* Poppins and Ubuntu webfonts  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	color: #7C8087;
}

a,
button {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 9999;
	background-color: #fff;
	height: 10vh;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.IntelidusNav .navbar-nav .nav-item .nav-link {
	color: #1D293F;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 20px;
}

.IntelidusNav {
	padding: 8px 0;
}

.IntelidusNav .navbar-nav li.nav-freeTrial a {
	background: rgb(43, 57, 144);
	background: linear-gradient(90deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 14px 40px;
	font-size: 15px;
	border-radius: 5px;
}

.IntelidusNav .navbar-nav li.nav-freeTrial a:hover {
	background: rgb(43, 57, 144);
	background: linear-gradient(280deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
}

.IntelidusNav .navbar-nav li.nav-freeTrial {
	margin-left: 35px;
}

#menuIcon {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 35px;
	height: 30px;
}

#menuIcon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #000;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menuIcon span:nth-child(1) {
	top: 0px;
}

#menuIcon span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 10px;
}

#menuIcon span:nth-child(4) {
	top: 20px;
}

#menuIcon.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

#menuIcon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menuIcon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

#menuIcon.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}

button.navbar-toggler {
	border: 0;
	padding: 0;
}

input:focus,
button:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

.homeBanner {
	background-color: #F7F8FA;
	position: relative;
	z-index: 999;
	padding: 35px 0;
}

.homeBanner::after {
	content: "";
	background-image: url(../images/color-blocks.png);
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

.homeBannerContent h1 {
	color: #F8A21D;
	font-weight: 700;
	font-size: 65px;
	line-height: 65px;
}

.homeBannerContent p {
	color: #2B3990;
	font-size: 18px;
	margin: 20px 0;
	font-weight: 500;
	line-height: 30px;
}

a.siteBtnBlue {
	background-color: #293885;
	border: 1.5px solid #293885;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	padding: 10px 50px;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
}

a.siteBtnBlue:hover {
	background-color: transparent;
	color: #293885
}

.homeBannerContent span {
	display: block;
	color: #2B3990;
	font-size: 13px;
	margin-top: 15px;
}

.homeBannerContent {
	padding-top: 35px;
}

.logoSliderSec {
	text-align: center;
	color: #8C97AC;
}

.brandLogos {
	border-bottom: 1px solid #E2E4E8;
	padding: 30px 0;
}

.logoSlider {
	margin-top: 35px;
}

.logoSlider img {
	width: 125px !important;
	margin: 0 auto;
}

.ptbSection {
	padding: 70px 0;
}

h1.title {
	text-align: center;
	font-weight: 700;
	color: #1D293F;
	font-size: 44px;
	margin-bottom: 70px;
}

.stepBox {
	position: relative;
}

.stepBox img {
	width: 110px;
}

.stepBox h2 {
	color: #1D293F;
	font-weight: 700;
	font-size: 24px;
	margin-top: 35px;
}

.stepBox.stepTwo {
	margin-top: 70px;
}

.stepBox.stepThree {
	margin-top: 140px;
}

.stepBox.stepOne::after {
	content: "";
	background-image: url(../images/arrow-01.png);
	position: absolute;
	top: 45px;
	right: -130px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.stepBox.stepTwo::after {
	content: "";
	background-image: url(../images/arrow-02.png);
	position: absolute;
	top: 50px;
	right: -130px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a.siteBtnOrange {
	background-color: #EC9027;
	border: 1.5px solid #EC9027;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	padding: 16px 50px;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
}

a.siteBtnOrange:hover {
	background-color: #fff;
	;
	color: #EC9027;
}

.ctaSection {
	background-image: url(../images/CTA.png);
	padding: 120px 0;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: center center;
}

.ctaSectionInner h2 {
	font-size: 50px;
	font-weight: 700;
}

.ctaSectionInner p {
	margin-bottom: 40px;
}

.ourFeatures {
	background-image: url(../images/color-blocks02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}

.featuresBox {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(14, 86, 124, 0.16);
	-moz-box-shadow: 0px 2px 4px 0px rgba(14, 86, 124, 0.16);
	box-shadow: 0px 2px 4px 0px rgba(14, 86, 124, 0.16);
	background-color: #fff;
	padding: 30px 30px;
	min-height: 332px;
}

.featuresBox img {
	width: 65px;
	margin-bottom: 25px;
}

.featuresBox h3 {
	color: #19191B;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.featuresBox.featuresBoxMiddle {
	-webkit-box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
	-moz-box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
	box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
}

.issInvoice {
	background-color: #E9F7FE;
}

.issInvoiceImg img {
	max-width: 430px;
}

.issInvoiceContent h2 {
	color: #19191B;
	font-weight: 700;
	font-size: 38px;
	line-height: 55px;
}

.issInvoiceContent p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}

.checkList li {
	position: relative;
	color: #19191B;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
	padding-left: 38px
}

.checkList li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/Icon04.png);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
}

.twitterReview {
	background-color: #F7F8FA;
	padding: 100px 0;
	background-image: url(../images/color-blocks03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.titleBox h1 {
	text-align: center;
	font-weight: 700;
	color: #1D293F;
	font-size: 44px;
}

.titleBox p {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 50px;
}

.twitterReviewBox {
	background-color: #fff;
	border: 1px solid #E2E4E8;
	border-radius: 10px;
	padding: 20px;
	margin: 15px 0;
}

.twitterReviewBox .media img {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	object-fit: cover;
	background-position: center;
}

.twitterReviewBox .media h5 {
	color: #1D293F;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.twitterReviewBox .media span {
	color: #7C8087;
	font-size: 13px;
}

.twitterReviewBox p {
	line-height: 28px;
	margin-top: 18px;
}

.twitterIcon {
	position: absolute;
	right: 18px;
	top: 15px;
}

.twitterIcon i {
	color: #21C6DD;
	font-size: 18px;
}

.newsSection {
	padding: 70px 0;
}

.newsInner h1 {
	font-weight: 700;
	color: #1D293F;
	font-size: 48px;
	margin-bottom: 60px;
}

.newsInner a {
	display: block;
}

.newsInner .media h5 {
	color: #1D293F;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}

.newsInner .media img {
	width: 110px;
	height: 110px;
	border-radius: 2px;
	object-fit: cover;
	object-position: center;
}

.newsInner .media ul li {
	display: inline-block;
}

.newsInner .media ul li a {
	color: #8C97AC;
	font-size: 13px;
	display: block;
	margin-right: 25px;
}

.newsInner .media ul li i {
	margin-right: 5px
}

.newsInner .media ul li:last-child a {
	margin-right: 0px;
}

.newsInner .media {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(14, 86, 124, 0.16);
	-moz-box-shadow: 0px 0px 4px 0px rgba(14, 86, 124, 0.16);
	box-shadow: 0px 0px 4px 0px rgba(14, 86, 124, 0.16);
	padding: 25px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: box-shadow 0.3s ease-in-out;
}

.newsInner .media:hover {
	-webkit-box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
	-moz-box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
	box-shadow: 0px 32px 84px 0px rgba(14, 86, 124, 0.16);
}

.seeAllBlogs a {
	color: #8C97AC;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	padding-top: 10px;
	display: block;
}

.seeAllBlogs a:hover {
	color: #687184
}

.footer {
	background-image: url(../images/color-blocks04.png), url(../images/color-blocks05.png);
	background-position: left bottom, right bottom;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
	padding: 60px 0 30px;
	color: #293885;
	line-height: 28px;
}

.footerlogo img {
	max-width: 150px;
	margin-bottom: 25px;
}

.footerList h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footerList li a {
    color: #293885;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.footerList li a:hover {
	color: #EC9027;
}

.copyRightSection {
	border-top: #707070 1px solid;
	margin-top: 30px;
	padding-top: 20px;
}

.copyRight p {
	font-size: 13px;
}

.footerSocial ul li {
	display: inline-block;
}

.footerSocial ul li a {
	color: #293885;
	display: block;
	margin-left: 15px;
}

.footerSocial ul li a:hover {
	color: #EC9027;
}

.tourBanner {
	background-color: #F7F8FA;
}

.tourBannerInner {
	height: 90vh;
	padding-top: 65px;
	position: relative;
}

.tourBannerInner h1 {
	color: #1D293F;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 0;
	position: relative;
	z-index: 9999;
}

.tourBannerInner p {
	font-size: 20px;
	color: #7C8087;
	position: relative;
	z-index: 9999;
}

.tourBannerInner .siteBtnOrange {
	margin: 15px 0;
	padding: 14px 35px;
	position: relative;
	z-index: 9999;
}

.tourBannerInner span {
	display: block;
	color: #8C97AC;
	position: relative;
	z-index: 9999;
	font-size: 13px;
}

img.tourBanner {
	max-width: 100%;
	height: 60vh;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	bottom: 0;
	object-fit: contain;
	object-position: bottom;
}

.tourContent {
	max-width: 545px;
}

.tourBoxs {
	padding: 80px 0;
}

.tourContent h1 {
	color: #1D293F;
	font-weight: 700;
	line-height: 50px;
}

.tourContent p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
}

.bgLight {
	background-color: #F7F7FB;
}

.tourImage img {
	height: 575px;
}

.overView {
	background-color: #F7F7FB;
	background-image: url(../images/tcolor-blocks01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	z-index: -1
}

.overView .tourContent {
	max-width: 100%;
}

.tourImage img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 10px;
}

.text-right {
	text-align: right!important;
}

.tourImage img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom: 10px;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(10, 60, 86, 0.18);
	-moz-box-shadow: 0px 10px 50px 0px rgba(10, 60, 86, 0.18);
	box-shadow: 0px 10px 50px 0px rgba(10, 60, 86, 0.18);
}

.pricingBanner {
	background-image: url(../images/pcolor-blocks01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F7F8FA;
	padding: 60px 0;
	background-size: contain;
}

.prcingSideTable {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(70, 83, 90, 0.07);
	-moz-box-shadow: 0px 10px 20px 0px rgba(70, 83, 90, 0.07);
	box-shadow: 0px 10px 20px 0px rgba(70, 83, 90, 0.07);
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 60px 0;
	font-family: 'Ubuntu', sans-serif;
	color: #0D1B48;
	width: 100%;
}

.prcingSideTable .price {
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 0;
}

.prcingSideTable .duration {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 10px 0;
}

.prcingSideTable .name {
	color: #32363F;
	font-weight: 700;
	font-size: 34px;
}

.prcingSideTable .detail {
	margin-top: 40px;
	margin-bottom: 40px;
}

.prcingSideTable .detail li {
	color: #677294;
	font-size: 16px;
	margin-bottom: 20px;
}

.prcingSideTable .orderBtn {
	background-color: #fff7ea;
	color: #2B3990;
	display: inline-block;
	padding: 14px 40px;
	font-weight: 500;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}

.prcingSideTable .orderBtn:hover {
	background: rgb(43, 57, 144);
	background: linear-gradient(90deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
	color: #fff;
}

.prcingMiddleTable {
	-webkit-box-shadow: 0px 20px 40px 0px rgba(70, 83, 90, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(70, 83, 90, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(70, 83, 90, 0.16);
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 60px 0;
	font-family: 'Ubuntu', sans-serif;
	color: #0D1B48;
	position: relative;
	z-index: 9999;
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.prcingMiddleTable .price {
	font-size: 65px;
	font-weight: 700;
	margin-bottom: 0;
	color: #2B3990
}

.prcingMiddleTable .duration {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 10px 0;
}

.prcingMiddleTable .name {
	color: #32363F;
	font-weight: 700;
	font-size: 34px;
	color: #2B3990;
}

.prcingMiddleTable .detail {
	margin-top: 40px;
	margin-bottom: 40px;
}

.prcingMiddleTable .detail li {
	color: #677294;
	font-size: 16px;
	margin-bottom: 20px;
}

.prcingMiddleTable .orderBtn {
	background: rgb(43, 57, 144);
	background: linear-gradient(90deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
	color: #fff;
	display: inline-block;
	padding: 14px 40px;
	font-weight: 500;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}

.prcingMiddleTable .orderBtn:hover {
	background: rgb(43, 57, 144);
	background: linear-gradient(280deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
}

.morePackages {
	padding: 70px 0;
	border-bottom: 1px solid #E2E4E8;
}

.morePackagesTitle h1 {
	font-weight: 700;
	color: #1D293F;
	font-size: 44px;
	line-height: 54px;
}

.morePackagesTitle p {
	font-weight: 700;
	color: #676767;
}

.morePackages .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 28px;
	margin-bottom: 0;
}

.morePackages .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.morePackages .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #7f88bc;
	-webkit-transition: .4s;
	transition: .4s;
}

.morePackages .slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 3px;
	bottom: 1px;
	background-color: #2b3990;
	-webkit-transition: .4s;
	transition: .4s;
}

.morePackages input:checked+.slider {
	background-color: #7f88bc;
}

.morePackages input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.morePackages input:checked+.slider:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}


/* Rounded sliders */

.morePackages .slider.round {
	border-radius: 34px;
}

.morePackages .slider.round:before {
	border-radius: 50%;
}

.morePackages .switch::after {
	content: "Monthly Pricing";
	position: absolute;
	left: -135px;
	color: #676767;
	font-size: 14px;
	font-weight: 500;
	top: 3px;
	width: 110px;
}

.morePackages .switch::before {
	content: "Yearly Pricing";
	position: absolute;
	right: -126px;
	color: #676767;
	font-size: 14px;
	font-weight: 500;
	top: 3px;
	width: 110px;
}

.switchBtn {
	margin: 35px 0;
}

.morePackagesInner h2 {
	color: #151517;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1.5px solid #4D66FF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.morePackagesInner {
	margin: 20px 0;
}

.morePackagesInner h1 {
	color: #151517;
	font-weight: 700;
	font-size: 36px;
}

.morePackagesInner h1 span {
	color: #676767;
	font-size: 18px;
	font-weight: 700;
}

.morePackagesInner p {
	color: #676767;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
}

.morePackagesInner ul li {
	color: #151517;
	font-weight: 500;
	margin-bottom: 6px;
}

.morePackagesInner ul li.packagesDisable {
	color: #737374;
}

.morePackagesInner a {
	display: inline-block;
	color: #F8A21D;
	font-weight: 700;
	border: 1.5px solid #F8A21D;
	padding: 12px 25px;
	border-radius: 10px;
	margin-top: 30px;
}

.morePackagesInner a:hover {
	background-color: #2B3990;
	border-color: #2B3990;
	color: #fff;
}

.pricingSteps {
	background-image: url(../images/pcolor-blocks02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.faqSection {
	background-color: #F7F7FB;
	padding: 70px 0;
}

.vTabs {
	border: 1px solid #EAE9F2;
	padding: 15px;
	border-radius: 10px;
}

.vTabs .nav-link {
	color: #696871;
	font-weight: 700;
	font-size: 16px;
}

.vTabs .nav-link.active {
	background-color: transparent;
	color: #2B3990;
}

.vTabContent h2 {
	color: #19191B;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.vTabContent p {
	color: #696871;
	margin-bottom: 20px;
}

.vTabContent p a {
	color: #F8A21D;
}

.vTabContent {
	padding: 0 50px;
}

.clientTestimonial {
	background-image: url(../images/ctcolor-blocks01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 70px 0 30px;
}

.starRating {
	margin-bottom: 25px;
}

.starRating a {
	color: #F04037;
}

.clientTestiBox p {
	color: #19191B;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 32px;
	min-height: 160px;
}

.clientTestiBox .media img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	object-position: center;
}

.clientTestiBox .media h5 {
	color: #19191B;
	margin-bottom: 0;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

.clientTestiBox .media span {
	color: #696871;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}

.clientTestiBox {
	margin: 30px 0;
	padding: 0 20px 35px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}

a.allReviews {
	color: #F8A21D;
	font-weight: 500;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: underline;
	margin-top: 15px;
}

.lightBG {
	background-color: #F7F8FA
}

.vloginCenter {
	height: 90vh;
	background-image: url(../images/scolor-blocks01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.vlCenterInner {
	-webkit-box-shadow: 0px 20px 60px 0px rgba(65, 62, 101, 0.14);
	-moz-box-shadow: 0px 20px 60px 0px rgba(65, 62, 101, 0.14);
	box-shadow: 0px 20px 60px 0px rgba(65, 62, 101, 0.14);
	background-color: #fff;
	text-align: center;
	padding: 45px;
	border-radius: 10px;
	max-width: 450px;
	margin: 0 auto;
	font-family: 'Ubuntu', sans-serif;
}

.vlCenterInner h1 {
	color: #1D293F;
	font-weight: 700;
	font-size: 50px;
	margin-bottom: 0;
}

.vlCenterInner p {
	color: #696871;
	font-size: 18px;
	margin-bottom: 32px;
}

.form-control {
	border: 1px solid #EAE9F2;
	font-size: 16px;
	height: 60px;
	border-radius: 6px;
	padding-left: 18px;
	font-weight: 400;
}

.form-control::placeholder {
	color: #9C9AAA;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #9C9AAA;
}

.form-control::-ms-input-placeholder {
	color: #9C9AAA;
}

.passowordInput a {
	color: #F8A21D;
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 15px;
}

button.getStartedBtn {
	background: rgb(43, 57, 144);
	background: linear-gradient(90deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding: 10px 0px;
	font-size: 18px;
	border-radius: 5px;
	width: 100%;
	border: 0;
}

button.getStartedBtn:hover {
	background: rgb(43, 57, 144);
	background: linear-gradient(280deg, rgba(43, 57, 144, 1) 0%, rgba(9, 167, 210, 1) 100%);
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #F8A21D;
	background-color: #F8A21D;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem #ff98001f;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #F8A21D;
}

.createAccount p {
	color: #696871;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
}

.createAccount p a {
	color: #F8A21D;
}

.createAccount p a:hover,
.passowordInput a:hover {
	text-decoration: underline;
}

.custom-control.custom-checkbox.text-left a {
	color: #F8A21D;
}

.custom-control.custom-checkbox.text-left a:hover {
	text-decoration: underline;
}

.vlCenterInner.forgetPasswordBox {
	max-width: 530px;
}

.vlCenterInner.forgetPasswordBox .createAccount a {
	color: #5454D4;
}

.aboutBanner {
	background-color: #F7F8FA;
	position: relative;
	z-index: 999;
	padding: 50px 0 0;
	background-image: url(../images/acolor-blocks01.png), url(../images/about-background.png);
	background-position: left bottom;
	background-size: contain, 100% 100%;
	background-repeat: no-repeat, no-repeat;
}

.aboutBanner h1 {
	color: #19191B;
}

.aboutBanner p {
	color: #696871;
}

.aboutMission {
	padding: 70px 0;
}

.aboutMissionInner h1 {
	color: #19191B;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 56px;
}

.aboutMissionContent p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
}

.aboutMissionImage img {
	max-width: 100%;
	width: 100%;
}

.meetTeamTitle {}

.meetTeamTitle h1 {
	color: #19191B;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 56px;
}

.meetTeamTitle p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
}

.meetTeam {
	padding-top: 40px;
}

.meetTeamTitle {
	margin-bottom: 70px;
}

.meetTeamBox h2 {
	color: #151517;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.meetTeamBox p {
	color: #676767;
}

.meetTeamBox {
	margin-bottom: 30px;
}

.meetTeamBox img {
	border-radius: 25px;
}

.contactUsSecion {
	padding: 70px 0;
}

.contactUsContent {
	max-width: 545px;
	margin-left: auto;
}

.contactUsContent h1 {
	color: #19191B;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 56px;
}

.contactUsContent p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.form-group label {
	font-family: 'Ubuntu', sans-serif;
	color: #19191B;
	font-weight: 700;
}

.contactUsContent .form-group {
	margin-bottom: 20px;
}

.contactUsContent .form-group textarea {
	height: 115px;
	padding-top: 15px;
}

.contactUsContent .getStartedBtn {
	max-width: 210px;
}

.contactMap {
	display: flex;
	height: 100%;
	width: 100%;
}

.contactMap iframe {
	height: 100%;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.termsSection {
	padding: 110px 0 30px;
}

.termsContent h1 {
	color: #19191B;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 35px;
}

.termsContent p {
	color: #696871;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 40px;
}

.termsContent h3 {
	color: #19191B;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.termsContent ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 25px;
}

.termsContent ul li {
	color: #696871;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 20px;
}

.errorBox {
	height: 100vh;
	margin-top: -81px;
	padding-top: 81px;
}

.errorBox img {
	max-width: 180px;
	margin-bottom: 25px;
}

.errorBox h1 {
	color: #19191B;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 56px;
}

.errorBox p {
	color: #696871;
	font-size: 18px;
	line-height: 30px;
}

.errorBox a {
	color: #2B3990;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	border: 1.5px solid #2B3990;
	margin-top: 25px;
	padding: 10px 30px;
	font-weight: 500;
	border-radius: 10px;
}

.errorBox a:hover {
	background-color: #2B3990;
	color: #fff;
}
.footerlogo p {
    font-size: 14px;
    line-height: 24px;
}
