body {
	font-family: 'Poppins', sans-serif;
}

html {
	scroll-behavior: smooth;
}

h2 {
	font-size: 36px;
}

::selection {
	background: rgb(3, 179, 231) !important;
	color: #fff !important;
}

.arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.container-custom {
	padding: 100px 1.16% 70px;
	position: relative;
	overflow: hidden;
}

.container-custom .inner {
	max-width: 1400px;
	margin: 0 auto;
}

.bg-custom-1 {
	background: #FF7200;
}

.bg-custom-2 {
	background: #03B3E7;
}

.text-custom-1 {
	color: #FF7200;
}

.text-custom-2 {
	color: #03B3E7;
}

.text-custom-3 {
	color: #3085CF;
}

.btn-custom-1 {
	color: #fff;
	background: #FF7200;
	border-radius: 30px;
	padding: 12px 25px;
	border: 1px solid #FF7200;
	font-size: 18px;
}

.btn-custom-1:hover {
	background: transparent;
	border: 1px solid #FF7200;
	color: #FF7200;
	text-decoration: none;
}

.btn-custom-2 {
	display: block;
	padding: 12px 25px;
	border-radius: 30px;
	background: #03B3E7;
	border: 1px solid #03B3E7;
	color: #fff;
	font-size: 18px;
}

.btn-custom-2:hover {
	background: transparent;
	border: 1px solid #03B3E7;
	color: #03B3E7;
}

.btn-custom-1-bg {
	color: #fff;
	background: #FF7200;
	border-radius: 30px;
	padding: 12px 25px;
	border: 1px solid #FF7200;
	font-size: 18px;
}

.btn-custom-1-bg:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

header {
	padding: 25px 1.16%;
}

header .inner {
	margin: 0 auto;
	max-width: 1400px;
}

.fixed-top {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

header nav {
	padding: 0 !important;
}

header nav a {
	color: #000 !important;
	font-size: 16px;
	transition: all 0.15s linear;
}

header nav a:hover {
	color: #028ECF !important;
}

header li:not (.user-pass ) a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

header li.user-pass {
	display: flex;
	padding: 0 4px !important;
	margin: auto;
}

header li.user-pass input {
	border-radius: 3px;
	padding: 0 3px;
	color: #BFBFBF;
	width: 93px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #BFBFBF;
}

header li.user-pass input:focus {
	outline: none;
}

.login-btn {
	color: #Fff !important;
	background: #FF7200;
	border-radius: 3px;
	border: 1px solid #FF7200;
	height: 30px;
	line-height: 16px;
	font-size: 14px;
}

.login-btn:hover {
	color: #FF7200 !important;
	background: transparent !important;
}

/* CA Website - Karina Edit */
.ca-login-btn {
	background: #73a839 !important;
	border: 1px solid #73a839 !important;
}

.ca-login-btn:hover {
	color: #73a839 !important;
	background: transparent !important;
}

.request-demo-btn {
	background: #03B3E7 !important;
	border: 1px solid #03B3E7 !important;
	margin-left: 10px;
}

.request-demo-btn:hover {
	background: #fff !important;
	color: #03B3E7 !important;
}
/* end - Karina Edit */
.next-generation {
	position: relative;
	background: #F4F7FA;
}

.next-generation .btns-mobile {
	display: none;
}

.next-generation .watch-video {
	color: #fff;
	background: #028ECF;
	border-radius: 30px;
	padding: 12px 25px;
	border: 1px solid #028ECF;
	font-size: 18px;
}

.next-generation .watch-video:hover {
	background: transparent;
	border: 1px solid #028ECF;
	color: #028ECF;
	text-decoration: none;
}

.next-generation h1 {
	font-size: 43px;
	font-weight: 400;
}

.next-generation p {
	font-size: 21px;
	font-weight: 300;
}

.heading-underline {
	position: relative;
	display: inline-block;
}

.heading-underline::before {
	position: absolute;
	content: '';
	width: 120px;
	height: 1px;
	background: #C6D7E6;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}

.heading-underline::after {
	position: absolute;
	content: '';
	width: 70px;
	height: 3px;
	background: #03B3E7;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.undertitle-p {
	color: #727272;
	font-size: 18px;
}

.endtoend .box {
	text-align: center;
	height: 100%;
	transition: all 0.15s linear;
	border-radius: 8px;
	display: flex;
}

.endtoend .inner {
	max-width: 1000px;
}

.endtoend .box .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%);
}

.endtoend .row>div:first-of-type .box img {
	max-width: 210px;
}

.endtoend .row>div:nth-of-type(2) .box img {
	max-width: 200px;
}

.endtoend .box .numbers {
	font-size: 30px;
	display: block;
}

.endtoend .box .text {
	font-size: 20px;
	display: block;
}

.endtoend .box img {
	max-width: 230px;
	margin: auto;
}

.endtoend .box h5 {
	font-size: 24px;
	line-height: 33px;
}

.endtoend .box p {
	font-size: 18px;
	font-weight: 300;
	color: #727272;
}

.video {
	background: #F4F7FA;
}

.video .box {
	padding: 90px 50px 50px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
	position: relative;
	border-radius: 8px;
}

.video .box::before {
	position: absolute;
	content: url('../website_images/box-circle.png');
	top: 0;
	left: 0;
	width: 103px;
	height: 88px;
}

.video .box p {
	font-size: 18px;
	color: #727272;
	font-weight: 300;
}

.video .box h4 {
	position: relative;
	font-size: 31px;
	font-weight: 500;
}

.video .box h4::before {
	position: absolute;
	content: '';
	width: 105px;
	height: 3px;
	background: #03B3E7;
	bottom: -15px;
	left: 0;
}

.video iframe {
	width: 100%;
	min-height: 500px;
	border: 2px solid #03B3E7;
	border-radius: 25px;
}

.features {
	position: relative;
}

.features::before {
	position: absolute;
	content: '';
	background: #03B3E7;
	height: 375px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.features .box {
	text-align: center;
	border-radius: 4px;
	height: 100%;
	border: 1px solid #D3E0EB;
	padding: 30px 25px;
	background: #fff;
	transition: all 0.15s linear;
}

.features .box:hover h5 {
	font-weight: 700;
}

.features .box:hover {
	border: 1px solid #000;
}

.features .box p {
	font-size: 18px;
	font-weight: 300;
	color: #727272;
}

.features .box h5 {
	font-size: 22px;
	transition: all 0.15s linear;
	font-weight: 400;
	line-height: 26px;
}

.features .row>div {
	margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.features .row>div:first-child, .features .row>div:nth-child(4) {
	padding-right: 0;
	padding-left: 100px;
}

.features .row>div:nth-child(3), .features .row>div:last-child {
	padding-right: 100px;
	padding-left: 0;
}

.price {
	background: #F4F7FA;
	position: relative;
	display: none;
}

.price::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 30.9%;
	background: #fff;
}

.price tbody tr:nth-child(odd) td {
	background: rgba(198, 215, 230, 0.2);
}

.price table {
	border-collapse: separate;
	border-spacing: 1em;
	border-radius: 8px;
	background: #fff;
	padding: 30px 25px 10px;
	position: relative;
	z-index: 10;
}

.price .table-col {
	position: relative;
}

.price .table-col::after {
	position: absolute;
	content: '';
	bottom: -15px;
	left: 0px;
	width: 100%;
	height: 37.9%;
	background: #028ECF;
	z-index: 3;
}

.price table td, .price table th {
	border: none !important;
}

.price th {
	background: #028ECF;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 17px;
}

.price td {
	font-size: 24px;
	font-weight: 400;
}

.price table td, .price table th {
	vertical-align: middle !important;
}

.customers-section {
	background: #F4F7FA;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	min-height: 100vh;
	overflow: hidden;
}

.customers-section::before {
	position: absolute;
	content: '';
	width: 442px;
	height: 884px;
	background: url('../website_images/left-group.png') no-repeat;
	background-size: 100% 100%;
	top: -82px;
	left: -252px;
	z-index: 15;
}

.customers-section::after {
	position: absolute;
	content: '';
	width: 744px;
	height: 805px;
	background: url('../website_images/right-group.png') no-repeat;
	background-size: 100% 100%;
	top: 0;
	right: -319px;
	z-index: 15;
}

.customers-section .inner {
	max-width: none !important;
}

.customers-row {
	position: relative;
}

.customers-row .row {
	max-width: 970px;
	margin: 0 auto;
}
/*
.customers-row .row:last-of-type > div:not(:nth-child(2)) {
  flex: 0 0 28%;
  max-width: 28%;
}
.customers-row .row:last-of-type > div:nth-child(2) {
  flex: 0 0 44%;
  max-width: 44%;
}
*/
.customers-row::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 150px;
	top: 75px;
	left: 0;
	background: #03B3E7;
}

.customers-row .item {
	text-align: center;
}

.customers-row .item span:first-of-type {
	font-size: 20px;
	margin-top: 10px;
}

.customers-row .item span:last-of-type {
	font-size: 18px;
	color: #676767;
}

.customers-row .item a {
	border-radius: 50%;
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	transition: all 0.2s linear;
	position: relative;
}

.customers-row .item a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(3, 179, 231, 0.4);
}

.customers-row .owl-stage {
	min-height: 600px;
}

.owl-theme {
	position: relative;
	z-index: 1000;
}

.customers-row .owl-stage .active:first-of-type {
	margin-top: 50px;
}

.customers-row .owl-stage .owl-item:nth-of-type(3) {
	margin-top: 50px;
}

.customers-row .owl-stage .active:nth-of-type(2) a {
	width: 300px;
	height: 300px;
}

.customers-row .owl-stage .medium a {
	width: 300px !important;
	height: 300px !important;
}

.customers-row .owl-stage .big a {
	width: 200px !important;
	height: 200px !important;
}

.customers-row .owl-stage .owl-item.active {
	opacity: 1;
	transition: opacity 0.7s linear, margin-top 0.2s linear;
}

.customers-row .owl-stage .owl-item {
	opacity: 0;
	transition: opacity 0.1s linear, margin-top 0.2s linear;
}

.owl-prev {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: -50px;
	display: block !important;
	border: 0px solid black;
	background: #fff !important;
}

.owl-nav button {
	outline: none !important;
}

.owl-next {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 100px;
	right: -50px;
	display: block !important;
	border: 0px solid black;
	background: #fff !important;
}

.owl-prev i, .owl-next i {
	color: #03B3E7;
	font-size: 50px;
}

.customers-row .owl-stage .big {
	margin-top: 50px;
}

.customers-row .owl-stage .medium {
	margin-top: 0 !important;
}

.customers-row .owl-stage .active:last-of-type {
	margin-top: 50px;
}

.customers-section h2 {
	margin-bottom: 100px;
}

.customer {
	position: relative;
	z-index: 50;
}

.customer>a img {
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 0.15s linear;
}

.customer>a img:hover {
	border: 2px solid #03B3E7;
}

.customer span:first-of-type {
	font-size: 20px;
	margin-top: 10px;
}

.customer span:last-of-type {
	font-size: 18px;
	color: #676767;
}

.recommended .box {
	box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
	padding: 20px 20px 35px;
	border-radius: 4px;
	overflow: hidden;
	transition: background 0.15s linear;
	height: 369px;
	position: relative;
}

.recommended .box img {
	width: 100%;
	transition: all 0.15s linear;
}

.recommended .box h5 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: 300;
	transition: all 0.15s linear;
}

.recommended .box p {
	color: #8B8B8B;
	font-size: 16px;
	transition: all 0.15s linear;
}

.recommended .box a {
	position: absolute;
	transition: all 0.15s linear;
	content: '';
	bottom: 0;
	background: #fff;
	width: calc(100% - 40px);
	height: 40px;
	line-height: 40px;
	left: 20px;
	color: #028ECF;
	font-size: 16px;
	text-decoration: none !important;
}

.recommended .box:hover {
	background: #03B3E7;
	color: #fff;
}

.recommended .box:hover p {
	color: #fff;
}

.recommended .box:hover img {
	margin-top: -100%;
}

.recommended .box:hover a {
	color: #D0EDF7;
	background-color: #4497B5;
	padding: 0 15px;
	border-radius: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #B0D5E2;
	text-decoration: none;
	font-weight: 400;
	bottom: 30px;
}

.recommended .box a:hover {
	background: transparent;
}

.pricing {
	padding-top: 50px;
	background: #F4F7FA;
}

.pricing .box {
	height: 100%;
	padding: 50px 29px 30px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
}

.pricing .box .header {
	position: relative;
	min-height: 125px;
}

.pricing .box .caheader {
	position: relative;
	margin-bottom: 15px;
}

.pricing .box .header h4 {
	font-size: 29px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	font-weight: 500;
	top: 0;
	left: 50%;
}

.pricing .box .header span {
	position: absolute;
	font-size: 34px;
	transform: translateX(-50%);
	width: 100%;
	left: 50%;
	bottom: 0;
}

.pricing .box .header a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/*Karina's pricing edits*/
.pricing-regular {
	border: 1px solid #03B3E7;
}

.pricing-best-value {
	border: 1px solid #FF7200;
	position: relative;
}

.pricing-best-value::before {
	position: absolute;
	content: url('../website_images/best-value.png');
	top: -5px;
	right: -5px;
	width: 119px;
	height: 119px;
}
/*Karina's pricing edits end*/

/* Old Pricing Code
.pricing .row > div:not(:nth-child(2)) .box {
  border:1px solid #03B3E7;
}
.pricing .row > div:nth-child(2) .box{
  border:1px solid #FF7200;
  position: relative;
}
.pricing .row > div:nth-child(2) .box::before {
  position: absolute;
  content:url('../website_images/best-value.png');
  top:-5px;
  right: -5px;
  width: 119px;
  height: 119px;
}
*/
.pricing span small {
	font-size: 12px;
}

.pricing ul {
	margin: 40px 0;
}

.pricing ul li {
	font-weight: 300;
	font-size: 16px;
	display: flex;
}

.pricing ul li:not(:last-child) {
	margin-bottom: 15px;
}

.pricing ul li i {
	margin-top: 4px;
	margin-bottom: auto;
}

footer {
	padding: 50px 1.16% 60px;
	overflow: hidden;
}

footer .inner {
	max-width: 1400px;
	margin: 0 auto;
}

footer a:not (.mail ){
	color: #000;
}

footer a.mail {
	color: #03B3E7;
}

footer h5 {
	font-size: 18px;
}

.footer-list
 
li
,
.footer-list
 
a
,
{
font-size
:
 
16
px
;


}
.footer-list li {
	font-weight: 300;
}

.footer-list li:not (:last-child ) {
	margin-bottom: 10px;
}

.footer-list a:hover {
	color: #028ECF;
	text-decoration: none;
}

footer .quick-links {
	position: relative;
	display: inline-block;
}

footer .quick-links::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	background: #03B3E7;
	bottom: -10px;
	left: 0;
}

.social-footer {
	text-align: center;
}

.social-footer a {
	border-radius: 50%;
	color: #ffffff !important;
	background: #03B3E7;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 8px 4px;
	text-align: center;
	text-decoration: none;
	font-size: 23px;
	width: 40px;
}

.faq-list li:not (:last-child) {
	margin-bottom: 60px;
}

.faq-list p:first-of-type {
	font-size: 20px;
	font-weight: 400;
}

.faq-list p:last-of-type {
	font-size: 16px;
	font-weight: 300;
}

.faq-list li ol li:not (:last-child), .faq-list li ul li:not (:last-child) {
	margin-bottom: 20px;
}

/* Karina's CA Edits */
.ca-faq {
	display: flex;
	justify-content: space-between;
}

.accordion {
	position: relative;
	padding: 14px 15px 14px 10px;
	line-height: 30px;
	display: block;
	color: #000000;
	font-family: 'Poppins', 'sans-serif';
	font-size: 19px;
	font-weight: 400;
	width: 100%;
	border-top: 1px solid #737373;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: none;
	box-shadow: none;
	text-align: left;
}

.accordion:after {
	content: '\f107';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}

.accordion:focus {
	outline: none;
}

.accordion-active:after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f106";
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
/* end Karina's edits */

span {
	line-height: 30px;
	color: #000000;
	font-family: 'Poppins', 'sans-serif';
	font-size: 1.2rem;
	text-align: center;
}

.about-bg {
	background: #54D3F8;
}

.about-us {
	padding-top: 50px;
}

.about-us .inner {
	max-width: 800px;
}

.about-us p {
	margin-bottom: 40px;
	font-size: 18px;
}

.navbar-brand {
	margin-right: 0 !important;
}

.most-affordable .row {
	min-height: 360px;
}

.most-affordable .box {
	box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
	/*
  background: url('../website_images/choose-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 359px;
  background-position: -50px 0%;
  */
	color: #fff;
	margin-top: 100px;
	padding: 0 50px;
	position: relative;
}

.most-affordable .box .row>div:last-child {
	padding-left: 75px;
}

.most-affordable .box::before {
	position: absolute;
	content: '';
	top: -46px;
	left: -15px;
	width: calc(100% + 16px);
	height: calc(100% + 46px);
	background: url(../website_images/bg-dollar.png) no-repeat;
	background-size: 100% 100%;
}

.most-affordable h4 {
	position: relative;
}

.most-affordable h4::before {
	position: absolute;
	content: '';
	width: 105px;
	height: 3px;
	background: #FFD15C;
	bottom: -12px;
	left: 0;
}

.most-affordable p {
	line-height: 32px;
}

.most-affordable-btn {
	color: #fff;
	background: #FFD15C;
	border-radius: 30px;
	padding: 12px 25px;
	border: 1px solid #FFD15C;
}

.most-affordable-btn:hover {
	background: transparent;
}

.how-it-works h4 {
	position: relative;
	font-size: 32px;
}

.how-it-works h4::before {
	position: absolute;
	content: '';
	width: 105px;
	height: 3px;
	background: #03B3E7;
	bottom: -12px;
	left: 0;
}

.how-it-works p {
	color: #727272;
	line-height: 32px;
	font-size: 16px;
}

.how-it-works .row {
	min-height: 360px;
}

.how-it-works .box {
	position: relative;
	box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
	padding: 0 50px;
	margin-top: 100px;
}

.how-it-works .box::before {
	position: absolute;
	content: '';
	top: -46px;
	left: 0;
	width: 687px;
	height: 406px;
	background: url('../website_images/limited-bg.png') no-repeat;
	background-size: 100% 100%;
}

.limited-img {
	display: none;
}
/* TIMELINE */
.process {
	
}

.process h2 {
	font-size: 40px;
	font-weight: 600;
}

.process .container>p {
	font-size: 18px;
	font-weight: 300;
}

.process h2 {
	position: relative;
	display: inline-block;
}

.process h2::before, .process h2::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	background: #78bfeb;
	width: 180px;
}

.process h2::before {
	left: calc(-100% - 50px);
}

.process h2::after {
	right: calc(-100% - 50px);
}

/* TIMELINE */
.outside-timeline {
	position: relative;
	padding: 0 30px 0 30px;
	margin-top: -80px;
	width: 100%;
}

.outside-timeline .timeline {
	width: 50%;
	float: right;
	position: relative;
}

.outside-timeline .invisible {
	width: 50%;
	float: left;
	height: 1px;
}

.outside-timeline .invisible::before, .outside-timeline .invisible::after,
	.outside-timeline .timeline::before, .outside-timeline .timeline::after
	{
	content: "";
	display: block;
	clear: both;
}

.outside-timeline .timeline-content>div:nth-child(2) {
	margin: auto 25px auto 0;
}

.outside-timeline .timeline-content {
	width: 100%;
	padding: 18px 30px;
	text-align: left;
	float: left;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.3s ease 0s;
	border-radius: 19px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.outside-timeline .timeline-content:hover {
	box-shadow: 0 0 15px 0 rgba(88, 124, 229, 0.35);
	background: #fff;
}

.outside-timeline .timeline-content:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #3085CF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -21.5%;
	border-radius: 50%;
	transition: all 0.2s ease 0s;
}

.outside-timeline .timeline:hover .timeline-content:before {
	background: #39b3ff;
	border-color: #39b3ff;
}

.outside-timeline .timeline-content:after {
	content: "";
	width: 11%;
	height: 1px;
	background: #3085CF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -21%;
}

.outside-timeline .title {
	font-size: 18px;
	color: #444;
	margin-top: 0;
	transition: all 0.3s ease 0s;
}

.outside-timeline .timeline:hover .title {
	color: #39b3ff;
}

.outside-timeline .description {
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	margin-top: 8px;
}

.outside-timeline .timeline:nth-child(1) {
	padding-left: 8.5%;
}

.outside-timeline .timeline-content .number {
	right: auto;
	left: -10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main-timeline {
	position: relative;
	padding: 0 30px 0 30px;
}

.process .row {
	position: relative;
}

.process .row>.line {
	content: "";
	width: 1px;
	height: 100%;
	background: #3085CF;
	position: absolute;
	top: 0;
	left: 50%;
}

.main-timeline .timeline {
	width: 50%;
	float: left;
	position: relative;
}

.main-timeline .timeline::before, .main-timeline .timeline::after {
	content: "";
	display: block;
	clear: both;
}

.main-timeline .timeline-content {
	width: 85%;
	padding: 18px 30px;
	text-align: left;
	float: left;
	border: 1px solid transparent;
	position: relative;
	transition: all 0.3s ease 0s;
	border-radius: 19px;
	display: flex;
	justify-content: space-between;
}

.timeline-content .description {
	flex-basis: 70%;
}

.main-timeline .timeline:nth-child(even) .timeline-content .number {
	right: auto;
	left: -10%;
}

.timeline-content .number {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
	left: auto;
}

.main-timeline .timeline:nth-child(even) .timeline-content>div:nth-child(2)
	{
	margin: auto 15px auto 0;
}

.main-timeline .timeline:nth-child(odd) .timeline-content>div:nth-child(2)
	{
	margin: auto 0 auto 25px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
	flex-direction: row-reverse;
	width: 100%;
}

.main-timeline .timeline:nth-child(odd) .timeline-content {
	flex-direction: row;
}

.main-timeline .timeline-content:hover {
	box-shadow: 0 0 15px 0 rgba(88, 124, 229, 0.35);
	background: #fff;
}

.main-timeline .timeline-content:before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #3085CF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -21.5%;
	border-radius: 50%;
	transition: all 0.2s ease 0s;
}

.main-timeline .timeline-content:after {
	content: "";
	width: 10.2%;
	height: 1px;
	background: #3085CF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20%;
}

.main-timeline .title {
	font-size: 18px;
	color: #444;
	margin-top: 0;
	transition: all 0.3s ease 0s;
}

.main-timeline .timeline:hover .title {
	color: #39b3ff;
}

.main-timeline .description {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	margin-top: 8px;
}

.main-timeline .timeline:nth-child(odd), .main-timeline .timeline:nth-child(odd) .timeline-content
	{
	text-align: right;
}

.main-timeline .timeline:nth-child(odd) {
	margin: -130px 0 30px 0;
}

.main-timeline .timeline:first-child, .main-timeline .timeline:last-child:nth-child(even)
	{
	margin: 0 0 30px 0;
}

.main-timeline .timeline:nth-child(2) {
	margin-top: 100px;
}

.main-timeline .timeline:nth-child(even) {
	margin-bottom: 100px;
}

.main-timeline .timeline:nth-child(odd) .timeline-content:before {
	right: -20.3%;
	left: auto;
}

.main-timeline .timeline:nth-child(odd) .timeline-content:after {
	right: -20%;
	left: auto;
}

.main-timeline .timeline:nth-child(odd) {
	padding-right: 0.5%;
}

.main-timeline .timeline:nth-child(even) {
	padding-left: 8.5%;
}
/* timeline end */
.features-page .box h4::before {
	background: #FA9417;
}

.features-page .box {
	background: #FFD15C;
	color: #fff;
}

.features-page h4 {
	color: #000;
}

.features-page p {
	color: #000;
}

.features-endtoend {
	padding: 0 1.16% 70px;
	position: relative;
	overflow: hidden;
}

.features-page .box::before {
	position: absolute;
	content: '';
	top: -42px;
	left: 67px;
	width: 650px;
	height: 402px;
	background: url('../website_images/doctor-nosteto.png') no-repeat;
	background-size: 100% 100%;
}

.features-page .row>div:last-child {
	padding: 0;
}


/* Karina */

.faq-page .box h4::before {
	background: #03B3E7;
}

.features-page h4 {
	color: #fff;
}

.faq-page .box {
	background: #03B3E7;
	color: #fff;
}

.faq-page .box::before {
	left: 90px;
    background: url(../website_images/question.png) no-repeat;
    background-size: 66% 100%;
}

.faq-page h4::before {
    position: absolute !important;
    content: '' !important;
    width: 105px !important;
    height: 3px !important;
    background: #FFD15C !important;
    bottom: -12px !important;
    left: 0 !important;
}

/* End */
/* Karina CA Feature's Page Edits */
.features-table-container{
	padding: 50px 1.16% 70px !important;
}
.features-table-zhealth-col{
	border: none !important; 
	display: table-cell;
	vertical-align: middle !important;
}

.features-table-other-col{
	vertical-align: middle !important;
	text-align: center;
}

.features-border{
	border: 1px solid #dee2e6 !important;
}


.features-page-symbols{
	border: none !important; 
	vertical-align: middle !important;
}

.features-table-title{
	vertical-align: middle !important;
	font-size: 1.5rem;
}
/* end- Karina CA Feature's Page Edits */

.features-endtoend .row>div:first-child {
	padding-right: 100px;
	padding-left: 30px;
}

.features-elements .box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.features-elements .row>div {
	margin-bottom: 130px;
	padding: 0 50px;
}

.features-elements .box .img, .features-elements .box .text {
	margin: auto;
	text-align: center;
}

.features-elements .box .img {
	margin-bottom: 20px;
}

.features-elements .box .img img {
	height: 130px;
}

.features-elements .row>div:last-of-type img {
	height: 120px;
	margin: 10px 0 0;
}

.features-elements .row>div:nth-last-of-type(5) img, .features-elements .row>div:nth-last-of-type(6) img
	{
	height: 100px;
	margin: 30px 0 0;
}

.features-elements .row>div:nth-last-of-type(7) img, .features-elements .row>div:nth-last-of-type(8) img,
	.features-elements .row>div:nth-last-of-type(9) img {
	height: 110px;
	margin: 20px 0 0;
}

.features-elements .row>div:nth-last-of-type(10) img {
	height: 110px;
	margin: 15px 0 5px;
}

.features-elements .row>div:nth-last-of-type(12) img {
	height: 120px;
	margin: 10px 0 0;
}

.features-elements .row>div:nth-of-type(5) img {
	height: 110px;
	margin: 20px 0 0;
}

.features-elements .row>div:nth-of-type(3) img {
	height: 110px;
	margin: 20px 0 0;
}

.buttons-panel {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: auto;
	text-align: right;
	z-index: 1010;
}

.buttons-panel::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	content: '';
	background: rgba(255, 114, 0, 0.7);
}

.buttons-list {
	position: relative;
}

.buttons-panel:hover .btn-name {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	text-decoration: none !important;
}

.buttons-panel .single-button:hover {
	background: rgba(0, 0, 0, 0.1);
}

.btn-name {
	display: none;
}

.buttons-list .single-button {
	padding: 10px;
	border-radius: 10px;
}

.buttons-list .single-button img {
	width: 26px !important;
}

.buttons-list i.fa-phone {
	font-size: 20px;
	margin-right: 3px;
}

.buttons-list i.fa-lightbulb {
	font-size: 20px;
	margin-right: 6px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.8;
}

.modal-dialog {
	max-width: 1400px !important;
}

.navbar-brand {
	max-width: 250px;
}

.modal img {
	max-width: 220px;
	margin-top: 30px;
}

.modal h4 {
	margin: 30px 0 !important;
}

.modal button.btn-primary {
	background: #08B2F1;
	border: 1px solid #08B2F1;
}

.modal button.close {
	text-align: right;
	padding: 10px 20px;
}

footer .row>div:first-of-type img {
	max-width: 250px !important;
}

.landing-first p {
	font-size: 25px;
}

.landing-first .row>div:nth-of-type(2) .devices {
	position: relative;
}

.features-elements.landing {
	padding-bottom: 0 !important;
}

.features-elements.landing .row>div:first-of-type {
	margin-bottom: 50px !important;
}

.pricing.landing {
	background: #fff;
	padding-top: 0 !important;
}

.pricing.landing .inner>.text-center {
	position: relative;
}

.pricing.landing .inner>.text-center::before {
	position: absolute;
	content: '';
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background: #F4F7FA;
	height: 100%;
}

.pricing.landing .inner>.text-center * {
	position: relative;
}

.landing-page header a {
	text-decoration: none !important;
}

.landing-page header .btn-custom-2 {
	color: #fff !important;
}

.landing-page header .btn-custom-2:hover {
	color: #03B3E7 !important;
}

.landing-page .navbar-brand {
	max-width: 200px !important;
}

.landing-page header {
	padding-bottom: 0;
}

.landing-page header .inner {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

.landing-page header.fixed-top .inner {
	border-bottom: 0;
}

.landing-first {
	padding-top: 0;
}

.landing-page header .inner {
	max-width: 1500px;
}

.landing-first ul li {
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 18px;
}

.landing-first h1 {
	font-size: 38px;
	margin-bottom: 20px;
}

.landing-first .inner>.row>div:last-of-type form {
	background: #c9c9c9;
	padding: 50px;
	margin-top: 50px;
}

.landing-first form input {
	height: 50px;
	margin-bottom: 40px;
	font-size: 18px;
}

.landing-page .faq ul li {
	width: 50%;
	margin-bottom: 0 !important;
	float: left;
	padding: 30px;
}

.customers-landing {
	background: #eef8fc;
	margin-bottom: 100px;
}

.customers-landing p {
	font-size: 18px;
}

.customers-landing .d-flex span {
	font-size: 18px;
	color: #038486;
}

.customers-landing .d-flex .img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 50%;
	overflow: hidden;
}

.customers-landing .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 50%;
	width: 100vw;
	top: 0;
	transform: translateX(-50%);
}

.customers-landing .owl-nav>button {
	top: 0;
	background: transparent !important;
}

.customers-landing .owl-nav .owl-prev {
	left: 0;
}

.customers-landing .owl-nav .owl-next {
	right: 0;
}

.customers-landing .item {
	position: relative;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
}

.customers-landing .owl-carousel {
	padding: 0 30px;
}

.customers-landing .item::before {
	position: absolute;
	content: url('../website_images/qts.png');
	left: 0;
}
/*
.customers-landing .owl-stage .owl-item:nth-of-type(2) .item {
  margin-left: auto;
}
.customers-landing .item {
  max-width: 500px;
}
.customers-landing .big .item {
  margin-right: auto;
}
.customers-landing .medium .item {
  margin-left: auto;
}
*/
@media ( Max-width :1200px) {
	.owl-prev {
		left: -30px;
	}
	.owl-next {
		right: -30px;
	}
	header li.user-pass input {
		width: 82px;
		font-size: 12px;
	}
	.navbar-brand {
		max-width: 175px;
	}
	h2 {
		font-size: 30px;
	}
	.next-generation h1 {
		font-size: 36px;
	}
	.customers-section::before {
		width: calc(100vw/ 3.27);
		height: calc(100vw/ 1.63);
		top: calc(-100vw/ 17.64);
		left: calc(-100vw/ 5.74);
	}
	.customers-section::after {
		width: calc(100vw/ 1.94);
		height: calc(100vw/ 1.80);
		top: 0;
		right: calc(-100vw/ 4.53);
	}
	header li:not (.user-pass ) a {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}
	.span-or {
		margin: 0 4px !important;
	}
	.btn-custom-1, .btn-custom-2, .btn-custom-1-bg, .login-btn, .watch-video,
		header nav a {
		font-size: 13px !important;
	}
	.pricing .box {
		padding: 50px 15px 30px;
	}
	.social-footer a {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	.video .box {
		padding: 90px 35px;
	}
	.how-it-works .box {
		padding: 0 25px;
	}
	.how-it-works .row {
		min-height: 223px;
	}
	.how-it-works h4, .most-affordable h4 {
		font-size: 26px;
	}
	.how-it-works p {
		margin-bottom: 10px;
	}
	.how-it-works .box::before {
		top: -29px;
		width: 425px;
		height: 252px;
	}
	.most-affordable .box::before {
		background: url(../website_images/bg-dollar.png) no-repeat;
		background-size: 100% 100%;
		top: -51px;
		height: calc(100% + 51px);
	}
	.most-affordable .box .row>div:last-child {
		padding-left: 50px;
	}
	.process {
		padding-top: 0 !important;
	}
	.features-page .row>div:last-child {
		padding: 0 15px;
	}
	.features-page .box::before {
		left: 30px;
		width: 385px;
		height: 238px;
		top: -14px;
	}
}

@media ( max-width :992px) {
	.customers-landing .d-flex .img {
		width: 100px !important;
		height: 100px !important;
	}
	.customers-row::before {
		height: 100px;
	}
	.customers-row .item a {
		width: 150px;
		height: 150px;
	}
	.customers-row .owl-stage .active:nth-of-type(2) a {
		width: 250px;
		height: 250px;
	}
	.customers-row .owl-stage .medium a {
		width: 250px !important;
		height: 250px !important;
	}
	.customers-row .owl-stage .big a {
		width: 150px !important;
		height: 150px !important;
	}
	header ul li.user-pass:last-of-type a {
		margin: 0 auto !important;
	}
	.next-generation .btns {
		display: none;
	}
	.next-generation .btns-mobile .span-or {
		margin: 0 20px !important;
		line-height: 45px;
	}
	.next-generation .btns-mobile {
		display: block;
		margin: 50px 0;
	}
	.next-generation h1 {
		font-size: 30px;
	}
	.features .box {
		padding: 30px 15px;
	}
	.features .row>div {
		margin-bottom: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.features .row>div:first-child, .features .row>div:nth-child(4) {
		padding-right: 0;
		padding-left: 50px;
	}
	.features .row>div:nth-child(3), .features .row>div:last-child {
		padding-right: 50px;
		padding-left: 0;
	}
	.pricing .inner .row>div {
		margin-bottom: 30px;
	}
	.pricing ul li {
		font-size: 16px;
	}
	.pricing .box .header span {
		font-size: 29px;
	}
	.pricing .box .header h4 {
		font-size: 24px;
	}
	.btn-custom-1, .btn-custom-2, .btn-custom-1-bg, .login-btn, .watch-video,
		header nav a {
		font-size: 16px !important;
	}
	.navbar-collapse {
		box-shadow: 0 0 15px 0 rgba(121, 153, 196, 0.3);
	}
	.navbar-nav {
		text-align: center;
		padding: 15px;
	}
	header li.user-pass {
		padding: .5rem !important;
	}
	.limited-img {
		display: block;
		margin-top: -46px;
	}
	.how-it-works .box::before {
		display: none;
	}
	.how-it-works .box {
		max-width: 600px;
		margin: 75px auto 50px;
		padding: 0;
	}
	.how-it-works .row {
		min-height: auto;
	}
	.most-affordable .box {
		max-width: 600px;
		margin: 75px auto 50px;
		padding: 0;
	}
	.most-affordable .box::before {
		display: none;
	}
	.most-affordable .row {
		min-height: auto;
	}
	.most-affordable .text {
		padding: 25px;
		background: #FF7200;
	}
	.how-it-works .text {
		padding: 25px;
	}
	.most-affordable .limited-img {
		margin-left: -15px;
	}
	.most-affordable .box .row>div:last-child {
		padding-left: 15px;
	}
	.features-endtoend .row>div:first-child {
		padding-right: 15px;
		padding-left: 15px;
	}
	header li.user-pass input, header li.user-pass button, header li.user-pass a
		{
		margin: 0 auto;
	}
}

@media ( max-width :768px) {
	.landing-page header .inner nav {
		flex-direction: column;
	}
	.customers-landing .d-flex {
		flex-direction: column;
		text-align: center;
	}
	.customers-landing .d-flex .img {
		margin: auto;
	}
	.customers-landing p {
		text-align: center;
		font-size: 16px;
	}
	.customers-landing .d-flex span {
		margin-left: 0 !important;
		margin-top: 20px !important;
		font-size: 16px;
	}
	.customers-landing .item::before {
		display: none;
	}
	.customers-landing .item {
		padding: 0 !important;
	}
	.landing-page nav>* {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.landing-page nav>p {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.features-elements.landing .row>div:first-of-type {
		margin-bottom: 30px !important;
	}
	.landing-first h1 {
		font-size: 30px;
	}
	.landing-first p {
		font-size: 21px;
	}
	.owl-prev, .owl-next {
		top: 20px;
	}
	.buttons-panel {
		display: none !important;
	}
	.features-elements .row>div {
		padding: 0 30px;
	}
	.customers-row .row:last-of-type>div:not (:nth-child(2) ) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.customers-row .row:last-of-type>div:nth-child(2) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.customers-row::before {
		top: 25px;
	}
	.customers-row::before {
		width: calc(100% + 40px);
		left: -20px;
	}
	.owl-theme {
		max-width: 400px;
		margin: 0 auto;
	}
	.customers-row .owl-stage .owl-item {
		margin-top: 0 !important;
	}
	.customers-row .owl-stage .owl-item a {
		width: 150px !important;
		height: 150px !important;
	}
	.customers-section::before {
		width: 442px;
		height: 884px;
		top: 50%;
		transform: translateY(-50%);
		left: -275px;
	}
	.customers-section::after {
		width: 744px;
		height: 805px;
		top: 60%;
		transform: translateY(-50%);
		right: -320px;
	}
	.next-generation .row>div:first-child {
		margin-bottom: 50px;
		text-align: center;
	}
	.video .row>div:first-child {
		margin-bottom: 50px;
	}
	.features .row>div {
		margin-bottom: 50px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.recommended .row>div {
		margin-bottom: 50px;
	}
	.social-footer {
		text-align: left;
	}
	header .inner {
		max-width: 500px;
	}
	footer .inner {
		max-width: 500px;
		margin: 0 auto;
	}
	.request-demo .inner {
		max-width: 500px;
	}
	.outside-timeline {
		margin-top: 0;
	}
	.outside-timeline {
		padding-left: 20px;
	}
	.outside-timeline:before {
		left: 20px;
	}
	.outside-timeline .timeline {
		width: 100%;
	}
	.outside-timeline .timeline, .outside-timeline .timeline-content {
		float: none;
		text-align: left;
	}
	.outside-timeline .timeline-content {
		width: 100%;
	}
	.outside-timeline .timeline:nth-child(odd) {
		margin: 0;
	}
	.outside-timeline .timeline {
		padding-left: 25px !important;
		padding-right: 0 !important;
	}
	.outside-timeline .timeline:first-child:before, .outside-timeline .timeline:last-child:nth-child(odd):before
		{
		right: auto;
		left: -11px;
	}
	.outside-timeline .timeline-icon {
		right: 0;
		left: -12px;
	}
	.outside-timeline .timeline:nth-child(odd) .timeline-content:after {
		left: -45px !important;
	}
	.outside-timeline .timeline-content:before {
		left: -50px;
		right: auto;
	}
	.outside-timeline .timeline-content:after {
		width: 24px !important;
		left: -25px !important;
	}
	.outside-timeline .timeline:nth-child(even) {
		padding: 0;
		margin: 0;
	}
	.outside-timeline .timeline-content:after {
		width: 24px !important;
	}
	.outside-timeline::after {
		width: 100px;
		left: 0;
		transform: none;
	}
	.main-timeline {
		padding-left: 20px;
	}
	.main-timeline .timeline {
		width: 100%;
	}
	.main-timeline .timeline, .main-timeline .timeline-content {
		float: none;
		text-align: left;
	}
	.main-timeline .timeline-content {
		width: 100%;
	}
	.main-timeline .timeline:nth-child(odd) {
		margin: 0;
	}
	.main-timeline .timeline {
		padding-left: 25px !important;
		padding-right: 0 !important;
	}
	.main-timeline .timeline:first-child:before, .main-timeline .timeline:last-child:nth-child(odd):before
		{
		right: auto;
		left: -11px;
	}
	.main-timeline .timeline-icon {
		right: 0;
		left: -12px;
	}
	.main-timeline .timeline:nth-child(even) {
		padding: 0;
		margin: 0;
	}
	.process .row .line {
		left: 0;
	}
	.main-timeline .timeline:nth-child(odd) .timeline-content {
		flex-direction: row-reverse;
	}
	.main-timeline .timeline:nth-child(odd), .main-timeline .timeline:nth-child(odd) .timeline-content
		{
		text-align: left;
	}
	.main-timeline .timeline:nth-child(odd) .timeline-content>div:nth-child(2)
		{
		margin: auto 25px auto 0;
	}
	.timeline-content .number {
		right: auto !important;
		left: -5% !important;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content .number {
		left: -20px;
	}
	.main-timeline .timeline-content:before {
		left: -50px !important;
		right: auto !important;
	}
	.main-timeline .timeline-content:after {
		width: 24px !important;
		left: -45px !important;
	}
	.recommended .box {
		min-height: 450px;
	}
	.features-elements .row>div {
		margin-bottom: 75px;
	}
}

@media ( max-width :576px) {
	.landing-page .faq ul li {
		float: none;
		width: 100%;
		padding: 0;
	}
	.landing-page nav>p a {
		display: block;
		text-align: center;
		margin: 0 !important;
	}
	footer .row>div:not (:last-child ) {
		margin-bottom: 20px;
	}
	footer, .container-custom {
		padding: 50px 20px 20px;
	}
	header {
		padding: 20px;
	}
	h2 {
		font-size: 25px;
	}
	.next-generation .btns-mobile {
		margin: 10px 0 !important;
		text-align: center !important;
	}
	.video .box {
		padding-bottom: 50px;
	}
	.features .row>div {
		margin-bottom: 20px;
	}
	.price table {
		padding: 0 !important;
	}
	.pricing .box .header {
		min-height: 100px;
	}
	.pricing .box .header span {
		transform: translateX(-50%);
		bottom: 0;
	}
	.how-it-works h4, .most-affordable h4 {
		font-size: 24px;
	}
	.features-endtoend {
		padding: 0px 20px 20px;
	}
}

@media ( max-width :500px) {
	.customers-section::before {
		transform: translateY(-50%) rotate(9deg);
		left: -300px;
	}
	.customers-section::after {
		right: -370px;
	}
	.timeline-content {
		flex-direction: column-reverse !important;
	}
	.timeline .timeline-content>div:nth-child(2) {
		margin: 0 auto 25px !important;
	}
	.outside-timeline .timeline-content:after {
		width: 35px !important;
	}
	.main-timeline .timeline-content:after {
		width: 35px !important;
	}
	.timeline-content .number {
		z-index: 3;
		left: -35px !important;
	}
	.recommended .box {
		min-height: 400px;
	}
}

@media ( max-width :425px) {
	.features-elements .box {
		flex-direction: column;
		text-align: center;
	}
	.features-elements .box .img {
		margin-bottom: 20px;
	}
}

.change-password {
	width: 200px;
	text-align: right;
	margin: 5px 10px;
}

@media ( max-width :375px) {
	.see-demo-btn{
		margin-left: 0px !important;
		margin-top: 20px;
	}
	
}
