body {
	font-family: 'Open Sans', sans-serif;
	color:#000000;
}


/* Manually Container width */

@media (min-width:1200px) {
	.container-1170 {
		max-width: 1170px;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.pr-xl85 {
		padding-right: 85px;
	}
	.pl-xl85 {
		padding-left: 85px;
	}
	.pr-xl80 {
		padding-right: 80px;
	}
	.pl-xl80 {
		padding-left: 80px;
	}
}

.vd-grayish-blue {
	color: #4f4b5b;
}

.vd-mostly-blue {
	color: #151122;
}
.vd-mostly-black {
	color: #010101;
}
.source-sans-pro-font {
	font-family: 'Source Sans Pro', sans-serif;
}


/* Image xs center block */

@media (max-width:767px) {
	.xs-center-block {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

.headline-title {
	color: #000000;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
}

.headline-subtext {
	font-size: 18px;
	color: #4f4b5b;
	font-weight: 600;
	line-height: 160%;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.headline-title {
		font-size: 36px;
	}
	.headline-subtext {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.headline-title {
		font-size: 48px;
	}
}


/* Section Padding Css */

.section-padding {
	padding: 30px 0px;
}

@media (min-width:992px) {
	.section-padding {
		padding: 100px 0px;
	}
}


/* Banner Section */

.welcome-banner {
	background: #f0f1f6;
	padding: 100px 0px 30px;
}

.welcome-banner .banner-heading {
	color: #010101;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
}

.welcome-banner .banner-subtext {
	font-size: 18px;
	color: #34303f;
	font-weight: 600;
	line-height: 160%;
	margin-top: 15px;
}

.form-background {
	background: #5c6ac4;
	border-radius: 10px;
	padding: 15px;
}

.form-background .form-title {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 20px;
	text-align: center;
}

.form-background .form-caption {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	margin-top: 10px;
}

.form-background .form-group {
	margin-bottom: 20px;
}

.form-background .form-control,
.form-background .form-control:focus {
	height: 50px;
	border: 1px solid #ffffff;
	box-shadow: none;
	border-radius: 5px;
	color: #000000;
	padding: 10px 20px;
	outline: none;
	line-height: normal;
	font-size: 15px;
}
.form-background .form-group {
  display: inline-block;
  position: relative;
  width:100%;
}

.form-background .form-group input:valid + .placeholder {
  display: none;
}

.form-background .form-group .placeholder {
  position: absolute;
  top: 12px;
  left: 22px;
  z-index: 1;
}

.form-background .form-group .placeholder::before {
  content: attr(data-placeholder);
  color: #98a5ad;
  font-family: 'Open Sans', sans-serif;
  font-size:15px;
  font-weight:400;  
}

.form-background .form-group .placeholder::after {
  content: " *";
  color: #ff0000;
}

.form-background ::-webkit-input-placeholder {
	color: #98a5ad !important;
}

.form-background :-ms-input-placeholder {
	color: #98a5ad !important;
}

.form-background ::placeholder {
	color: #98a5ad !important;
}
.form-background.smart-form .error-message small,
.form-background.smart-form .success-message small{color:#fff !important}
.form-background .intl-tel-input.allow-dropdown .selected-flag{height:48px !important}


.submit-btn,
.submit-btn:hover .submit-btn:focus {
	color: #fff !important;
	background-color: #14163f !important;
	border-color: #14163f !important;
	font-size: 20px!important;
	font-weight: 600!important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.features-listing .icon {
	margin-right: 20px;
	white-space: nowrap;
	margin-top: 9px;
}

.features-listing .description {
	font-size: 20px;
	color: #34303f;
	font-weight: 400;
	line-height: 140%;
}

.stats-wrapper {
	background: #ffffff;
	padding: 15px;
	float: left;
	width: 100%;
	text-align: center;
}

.stats-wrapper .title {
	font-size: 35px;
	color: #000000;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 5px;
}

.stats-wrapper .description {
	font-size: 18px;
	color: #4f4b5b;
	font-weight: 400;
	line-height: 140%;
}

@media (min-width: 768px) {
	.welcome-banner .banner-heading {
		font-size: 36px;
	}
	.welcome-banner .banner-subtext {
		font-size: 22px;
	}
	.features-listing .description {
		font-size: 22px;
	}
	.stats-wrapper {
		padding:25px 30px;
	}
}

@media (min-width: 1200px) {
	.welcome-banner .banner-heading {
		font-size: 55px;
	}
}

@media (min-width: 992px) {
	.welcome-banner {
		padding: 140px 0px 100px;
	}
	.form-background {
		padding: 30px 50px;
	}
}


/* headline title */


/* Second Section */

.comparsion-headline {
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 768px) {
	.comparsion-headline {
		font-size: 32px;
	}
}

.comparsion-description {
	font-size: 18px;
	color: #4f4b5b;
	font-weight: 400;
	line-height: 160%;
}

.credit-text {
	font-size: 14px;
	color: #34303f;
	font-weight: 400;
	margin-top: 10px;
}

.get-started-free,
.get-started-free:focus,
.get-started-free:hover {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px!important;
	font-weight: 600!important;
	padding-bottom:15px !important;
	padding-top:15px !important;
}
.btn-block+.btn-block {
    margin-top: 0px;
}


/* Table Section Css */

.comparsion-section {
	padding: 30px 0px;
	background: #eff0fa;
}

@media (min-width:992px) {
	.comparsion-section {
		padding: 100px 0px;
	}
}



.comparsion-pricing-table-wraaper {
  position:relative;
  background:#ffffff;
  border:1px solid #e9e9e9;
}
ul.comparsion-pricing-table {
  display:flex;
  justify-content:space-between;
  list-style:none;
  margin:0;
  padding:0px;
  
}
ul.comparsion-pricing-table li{
	font-family: 'Source Sans Pro', sans-serif;
	color:#151122;
	font-weight:600;
	font-size:24px;
	padding:15px 20px;
	width:50%;
	text-align:center;
}

ul.comparsion-pricing-table li.active {
  background: #5c6ac4;
  color: #fff;
  font-weight:700;
}
table.comparsion-pricing-table { 
  border: 0 !important ; 
  border-collapse:collapse; 
  table-layout:fixed; 
  width:100%; 
}
table.comparsion-pricing-table tr:nth-child(2) td{
	padding-top:40px;
}
table.comparsion-pricing-table tr:last-child td{
	padding-bottom:50px;
}
td.comparsion-pricing-table,
th.comparsion-pricing-table { 
  border:1px solid #e9e9e9; 
  border-bottom:none;
  border-top:none;  
}
th.comparsion-pricing-table { 
  background:#ffffff; 
  display:none; 
  font-family: 'Source Sans Pro', sans-serif;
  color:#151122;
  font-weight:600;
  font-size:24px;
  padding:15px 20px;
}
td.mobile-pricing-table { 
  background:#ffffff !important; 
  font-family: 'Source Sans Pro', sans-serif;
  color:#151122;
  font-weight:600 !important;
  font-size:22px !important;
  padding:15px 20px!important;
   border-top:1px solid #e9e9e9; 
}
 
  td.comparsion-pricing-table
 { 
  padding:20px 20px; 
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#151122;
  }
  td.comparsion-pricing-table:first-child{
	  font-weight:600;	  
  }
    td.comparsion-pricing-table:nth-child(2){
	 background:#eeffe5;
  }
    td.comparsion-pricing-table:nth-child(3){
	  background:#ffe8e8;
  }
  
  
td.comparsion-pricing-table:first-child,
th.comparsion-pricing-table:first-child { 
  border-left:none; 
}
td.comparsion-pricing-table:last-child,
th.comparsion-pricing-table:last-child { 
  border-right:none; 
}

td.comparsion-pricing-table,
th.comparsion-pricing-table {
  text-align:left;
}
td+td.comparsion-pricing-table, th+th.comparsion-pricing-table {
  text-align:center;
  display:none;
}
td.default.comparsion-pricing-table {
  display:table-cell;
}

.hide.comparsion-pricing-table  {
  border:0 !important;
  background:none;
}
@media (max-width: 768px) {
td.comparsion-pricing-table:nth-child(2),
th.comparsion-pricing-table:nth-child(2) { 
  border-right:none; 
  border-left:none; 
}
}


@media (min-width: 768px) {
  ul.comparsion-pricing-table {
    display:none;
  }
  td.comparsion-pricing-table,th.comparsion-pricing-table {
    display:table-cell !important;
  }
  td.comparsion-pricing-table,th.comparsion-pricing-table {
    
  }
  td+td.comparsion-pricing-table, th+th.comparsion-pricing-table {
    width: auto;
  }

}

/* More business css */

.featurs-heading {
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Source Sans Pro', sans-serif;
}

@media (min-width: 768px) {
	.featurs-heading {
		font-size: 30px;
	}
}

.features-description {
	font-size: 18px;
	color: #4f4b5b;
	font-weight: 600;
	line-height: 160%;
}

ul.feature-list {
	margin: 0;
	padding: 0;
}

ul.feature-list li {
	list-style: none;
	background: url(../images/landing/grey-circle.png) left top no-repeat;
	padding-left: 30px;
	min-width: 15px;
	min-height: 15px;
	background-position: 0px 5px;
	margin-top: 25px;
	font-size: 16px;
	color: #4f4b5b;
	font-weight: 400;
	line-height: 160%;
}


/* Text & Video Testmonials CSS */

.business-owners {
	background: #f5f6ff;
	padding: 30px 0px;
}

.testimonial-block {
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 19px 0px rgba(90, 90, 90, 0.15);
	padding: 0px 15px 15px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.testi-image-size {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin-top: -50px;
}

.testi-description {
	color: #34303f;
	font-weight: 400;
	line-height: 160%;
	font-size: 16px;
}

@media (min-width: 768px) {
	.business-owners {
		padding: 100px 0px;
	}
	.testi-description {
		font-size: 16px;
	}
	.testimonial-block {
		padding: 0px 30px 30px;
	}
}

.video-outter-border {
	border: 1px solid #ced4d8;
}

.business-owners .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	color: #000000;
	margin-top: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.business-owners .subtitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: #000000;
	margin-left: 10px;
	font-style: italic;
}

.owners-image {
	height: 40px;
	width: 40px;
	min-width: 40px;
	border-radius: 50%;
}

.conclusion-bg {
	background: #f5f6ff;
}


/* FAQ's Accordion */

.faq-accordion .card .card-header {
	font-family: 'icomoon';
	content: "\a338";
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: #4f4b5b;
}

.faq-accordion .card .card-header::before {
	font-family: 'icomoon';
	content: "\a336";
	color: #000000;
	font-size: 12px;
	margin-right: 15px;
	top: 0px;
	width: 25px;
	height: 25px;
	background: #ffffff;
	border-radius: 50%;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	float: left;
}

.faq-accordion .card .card-header.collapsed::before {
	font-family: 'icomoon';
	content: "\a338";
	font-size: 12px;
	color: #000000;
	background: #eaecf3;
}

.faq-accordion .card {
	background: transparent;
	border: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-radius: 0px;
}

.faq-accordion .card-header {
	background: #f5f6ff;
	border: solid 1px #f1f1f1;
	padding: 10px 0px 10px 15px;
	border-radius: 5px 5px 0px 0px;
}

.faq-accordion .card-header.collapsed {
	background: transparent;
	border: solid 1px #f1f1f1;
	padding: 10px 0px 10px 15px;
	border-radius: 5px;
}

.faq-accordion .card .card-header .card-link {
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	color: #000000;
	display: flex;
	font-family: 'Open Sans', sans-serif !important;
}

.faq-accordion .card .card-header.collapsed .card-link {
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: #4f4b5b;
	display: flex;
	font-family: 'Open Sans', sans-serif !important;
}

.faq-accordion .card .card-body {
	padding: 15px;
	border: solid 1px #f1f1f1;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}

.faq-accordion .card .card-body p.description {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #34303f;
}

.collapse-ex {
	display: none;
}

@media ( min-width: 768px) {
	.faq-accordion .card {
		margin-bottom: 30px;
	}
	.faq-accordion .card-header {
		padding: 10px 0px 10px 30px;
	}
	.faq-accordion .card-header.collapsed {
		padding: 10px 0px 10px 30px;
	}
	.faq-accordion .card .card-header .card-link {
		font-size: 18px;
	}
	.faq-accordion .card .card-body {
		padding: 30px;
	}
	.faq-accordion .card .card-body p.description {
		font-size: 16px;
	}
}

.faq-accordion .card:last-child {
	margin-bottom: 0px;
}


/* Support Section css */

.support-section {
	background: #14163f;
	padding: 30px 0px;
}

@media (min-width: 992px) {
	.support-section {
		padding: 100px 0px
	}
}

.support-section .headline-title,
.support-section .headline-subtext,
.support-section .credit-text {
	color: #ffffff;
}

/* Thankyou Page css */
.background-bg{
	background: url(../images/thankyou/background.png) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.logo-wraaper{padding:30px 15px 0px 15px;}
.container-middle-wrapper {
    width: 100%;
    height: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
	justify-content:center;
    padding:30px 15px;
}
@media (min-width: 992px){
.container-middle-wrapper {
    height: calc(100vh - 111px) !important;
}	
.f-lg-65{font-size:65px !important;}
}
.min-h100 {
    min-height: calc(100vh - 111px) !important;
}
.horizontal-line{
	border-bottom:solid 3px #4f4b5b;
	max-width:23%;
	margin:0 auto;
	min-width:280px;	
}
@media (max-width: 767px){
.tick-size{max-width:100px;}	
}



