@font-face {
	font-display: swap;
	font-family: qs-regular;
	src: local('Quicksand Regular'), local('Quicksand-Regular'), url('../fonts/qs-regular.woff') format("woff"), url('../fonts/qs-regular.ttf');
	font-weight: 400;
}

@font-face {
	font-display: swap;
	font-family: qs-medium;
	src: local('Quicksand Medium'), local('Quicksand-Medium'), url('../fonts/qs-medium.woff') format("woff"), url('../fonts/qs-medium.ttf');
	font-weight: 500;
}

@font-face {
	font-display: swap;
	font-family: qs-bold;
	src: local('Quicksand Bold'), local('Quicksand-Bold'), url('../fonts/qs-bold.woff') format("woff"), url('../fonts/qs-bold.ttf');
	font-weight: 700;
}

body,
html {
	font-size: 16px;
	font-family: 'qs-regular', -apple-system, "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.logo {
	width: 170px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.nav-dark {
	background-color: rgba(21, 47, 107, 0.9);
	/* border-bottom: 1px solid #ffffff; */
}

.right-menu-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.right-menu {
	-webkit-transform: translateX(110px);
	-moz-transform: translateX(110px);
	-ms-transform: translateX(110px);
	transform: translateX(110px);
	transition: all 0.5s;
}

.nav-dark .right-menu {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.navbar {
	min-height: 70px;
	margin-bottom: 0px;
	transition: all 0.8s;
}

.navbar-brand {
	height: 80px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.navbar-default .navbar-collapse {
	border-bottom: 1px solid rgba(249, 252, 248, 0.2);
}

.right-menu .menu-cta {
	padding: 0px;
	margin-right: 10px;
}

.right-menu .menu-cta:last-child {
	margin-right: 0px;
}

.right-menu .menu-cta a {
	padding: 8px 20px;
}

.right-menu .menu-cta.head-login a {
	border: 2px solid #ffffff;
	border-radius: 3px;
}


.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-family: qs-bold;
	font-size: 18px;
	transition: all 0.4s;
	position: relative;
}

.navbar-default .navbar-nav>li>a:after {
	content: '';
	width: 50%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: -18px;
	left: 0px;
	transform: translateX(50%);
	opacity: 0;
	transition: all 0.4s;
}

.navbar-default .navbar-nav>li.active>a:after {
	opacity: 1;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-nav>li>a:hover {
	transition: all 0.4s;
	color: rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-nav>li>a:hover:after {
	opacity: 1;
}

.head-signup a {
	color: #ffffff !important;
	border: 2px solid #ff8d12;
	border-radius: 3px;
	background-color: #ff8d12;
}

.head-signup a {
	position: relative;
	border: 2px solid #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 4;
	white-space: nowrap;
	overflow: hidden;
}

.head-signup a span {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #ff8d12;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -1;
	top: 0px;
}

.head-signup a span.half-one {
	left: 0;
	transform: translateX(0%);
}

.head-signup a span.half-two {
	right: 0;
	transform: translateX(0%);
}

.head-signup a:hover span.half-one,
.head-signup a:hover span.half-two {
	transform: translateY(0);
}

.head-signup a:hover {
	color: #ffffff;
}

.navbar-default .navbar-nav>li.head-signup>a:hover,
.navbar-default .navbar-nav>li.head-signup>a:focus {
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: rgba(255, 255, 255, 0.5);
	outline: none;
}

/* .hero{background:url('../img/hero-video1.png');background: -webkit-linear-gradient(left, rgba(3,25,109,0.65) 0%, rgba(3,25,109,0.65) 8%, rgba(9,34,114,0.65) 84%, rgba(9,34,114,0.65) 100%),url('../img/hero-video1.png');background:-o-linear-gradient(left, rgba(3,25,109,0.65) 0%, rgba(3,25,109,0.65) 8%, rgba(9,34,114,0.65) 84%, rgba(9,34,114,0.65) 100%),url('../img/hero-video1.png');background: linear-gradient(to right, rgba(3,25,109,0.65) 0%, rgba(3,25,109,0.65) 8%, rgba(9,34,114,0.65) 84%, rgba(9,34,114,0.65) 100%),url('../img/hero-video1.png');background-size: cover,cover;background-position: center, top right;} */
/* .hero-main-wrapper{position: relative;display: flex;height: 100vh;width: 100%;z-index: 10;} */
.hero-main-wrapper .hero-main {
	height: 100%;
}

section.hero-main-wrapper .hero-text-wrapper {
	height: 100%;
}

/* .home-page .hero{ 
	background-image: url('../img/webp-img/home-hero-bg.webp'),url('../img/home-hero-bg.png');
	-webkit-background-size: cover;background-size: cover;background-position: center center;background-repeat: no-repeat;
} */
/* .webp .home-page .hero{background-image: url('../img/webp-img/home-hero-bg.webp');} */
.home-page .hero-img-onpage {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
}

.home-page .hero-img-onpage img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.hero-cta-wrapper {
	z-index: 2;
	width: 50%;
	text-align: left;
	visibility: hidden;
}

.hero-cta-wrapper .hero-no-card-text {
	font-family: qs-medium;
	margin-bottom: 0px;
	margin-top: 10px;
}

.home-page .hero-cta-wrapper {
	width: 100%;
	text-align: center;
}

.home-page .hero-sub-text {
	font-size: 26px;
}

.umbrella-approach {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.service-card-inner {
	background-color: #ffffff;
	padding: 30px 25px;
	box-shadow: 0px 0px 10px 0px rgba(36, 64, 79, 0.15);
	border-radius: 4px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #fb684a;
	min-height: 365px;
	transition: all 0.3s;
}

.service-card-inner a {
	text-decoration: none;
}

.service-card-wrap:hover .service-card-inner {
	box-shadow: 0px 15px 30px 0px rgba(36, 64, 79, 0.2);
}

.service-card-icon-wrap {
	margin-bottom: 20px;
}

.service-card-title h2 {
	display: inline-block;
	color: #00114e;
	font-size: 24px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
}

.service-card-title h2:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 45px;
	height: 2px;
	background-color: #fb684a;
	left: 50%;
	transform: translate(-50%, 50%);
}

.service-card-title h1 {
	display: inline-block;
	color: #00114e;
	font-size: 24px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
}

.service-card-title h1:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 45px;
	height: 2px;
	background-color: #fb684a;
	left: 50%;
	transform: translate(-50%, 50%);
}

.service-card-desc {
	padding-bottom: 30px;
}

.service-card-desc p {
	color: #6d6868;
	font-size: 18px;
	font-family: qs-medium;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.service-card-wrap {
	margin-bottom: 20px;
}

.service-card-wrap:hover .service-card-cta-wrap {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.service-card-cta-wrap {
	background-color: #fb684a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.service-card-cta-wrap a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	font-size: 18px;
	font-family: qs-bold;
	text-decoration: none;
}

.umbrella-approach-left {
	min-height: 770px;
}

.umbrella-approach-title h2 {
	font-size: 36px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	font-family: qs-bold;
	color: #57c1f8;
	line-height: 20px;
}

.umbrella-approach-title h2 span {
	color: #00114e;
}

.umbrella-approach-title h2:after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 60px;
	height: 3px;
	background-color: #00114e;
	left: 0px;
}

.umbrella-approach-title {
	margin-bottom: 50px;
	background-color: #f8fcff;
}

.umbrella-approach-desc p {
	color: #6d6868;
	font-size: 20px;
	line-height: 40px;
	font-family: qs-medium;
}

.umbrells-approach-left-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 15px;
}

.umbrells-approach-left-img {
	position: absolute;
	left: -50%;
	top: 0px;
}

.hero-text-inner {
	height: 100vh;
	width: 100%;
	display: table;
}

.hero-text {
	height: 100vh;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	transition: all 1s;
	text-align: center;
}

.hero-main-text h2 {
	font-size: 56px;
	font-family: qs-bold;
	line-height: 50px;
	margin-top: 0px;
}

.hero-sub-text {
	font-size: 26px;
	margin-bottom: 30px;
}

.hero-sub-text h2 {
	font-family: qs-medium;
	color: #ffffff;
}

.orange-cta {
	background-color: #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.orange-cta:hover,
.orange-cta:focus {
	color: #ffffff;
	text-decoration: none;
}

.width0 {
	width: 0 !important;
}

.section-title {
	text-align: center;
}

.section-title h2,
.section-title h3 {
	color: #57c1f8;
	font-size: 36px;
	font-family: qs-bold;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 32px;
	position: relative;
	display: inline-block;
}

.section-title h2 span,
.section-title h3 span {
	color: #00114e;
}

.section-title h2:after,
.section-title h3:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 20%;
	bottom: 0px;
	left: 40%;
	background-color: #00114e;
}

.section-title {
	margin-bottom: 80px;
}

.why-section {
	padding-top: 50px;
}

.hero-blog-wrapper .section-title {
	margin-bottom: 50px;
}

.tab-img-wrap {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab-title-wrap {
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #adb6c9;
	font-size: 18px;
	font-family: qs-medium;
}

.tab-img-wrap svg {
	fill: #adb6c9;
}

.nav-tabs.nav-justified a {
	position: relative;
}

.nav-tabs.nav-justified a:hover,
.nav-tabs.nav-justified a:focus {
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs.nav-justified a:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #57c1f8;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.nav-tabs.nav-justified>.active>a:after {
	display: block;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: none;
	color: #57c1f8;
	background-color: transparent;
}

.nav-tabs.nav-justified>.active>a>span.tab-title-wrap,
.nav-tabs.nav-justified>.active>a:hover>span.tab-title-wrap,
.nav-tabs.nav-justified>.active>a:focus>span.tab-title-wrap {
	color: #57c1f8;
}

.nav-tabs.nav-justified>.active>a>span.tab-img-wrap>svg,
.nav-tabs.nav-justified>.active>a:hover>span.tab-img-wrap>svg,
.nav-tabs.nav-justified>.active>a:focus>span.tab-img-wrap>svg {
	fill: #57c1f8;
}

.why-tabs-group.nav-tabs>li>a {
	border: none;
}

.stats-img-wrapper {
	text-align: center;
}

.stats-img-wrapper img {
	max-width: 100%;
}

.stats-text-title h3 {
	font-size: 30px;
	color: #00114e;
	font-family: qs-medium;
	line-height: 40px;
	margin-top: 0px;
}

.stats-text-title {
	margin-bottom: 30px;
	width: 70%;
}

.stats-text-desc p {
	font-size: 18px;
	color: #2f3340;
	line-height: 35px;
}

.stats-text-desc {
	margin-bottom: 30px;
	width: 60%;
}

.stats-text-title h3 span {
	color: #38569c;
	font-family: qs-bold;
}

/* .stats-text-inner{width: 80%;} */
.stats-text-wrapper {
	min-height: 545px;
	display: table;
}

.stats-img-wrapper {
	min-height: 545px;
}

.stats-text-inner {
	display: table-cell;
	vertical-align: middle;
}

.tab-content {
	margin-bottom: 80px;
	min-height: 365px;
}

.nav-tabs.nav-justified {
	border-top: 1px solid rgba(17, 31, 64, 0.3);
}

.stats-img-wrapper img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.stats-img-wrapper img:after,
.stats-img-wrapper img:before {
	content: '';
	position: absolute;
}

#satisfaction .stats-img-wrapper img:after {
	background-color: #bd6d6c;
	height: 150px;
	width: 120px;
	top: 0px;
	right: 0px;
}

#satisfaction .stats-img-wrapper img:before {
	background-color: #bd6d6c;
	height: 125px;
	width: 115px;
	top: 0px;
	right: 0px;
}

.nav-tabs.nav-justified>li {
	display: inline-block;
	width: 16.40%;
}

/* herocta design */
.hero-cta-section {
	background-color: #152f6b;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.hero-cta-section .free-desc-cta {
	color: #ffffff;
	font-family: qs-medium;
	margin-top: 10px;
	margin-bottom: 0px;
}

.free-desc-cta {
	color: #ffffff;
	font-family: qs-bold;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
}

.cta-text-wrapper h3 {
	color: #ffffff;
	font-size: 36px;
	font-family: qs-medium;
	margin: 0px;
}

.cta-text-wrapper {
	margin-bottom: 30px;
}

section.services {
	padding-top: 50px;
	background-color: #f8fcff;
}

.service-wheel-inner {
	text-align: center;
	line-height: 100%;
}

.lr-core {
	height: 230px;
	/* height: 115px; */
	width: 230px;
	border-top-right-radius: 230px;
	border-top-left-radius: 230px;
	background-color: #57c1f8;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
}

.pd-outer {
	width: 350px;
	/* height: 175px; */
	height: 350px;
	border-top-right-radius: 330px;
	border-top-left-radius: 330px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.no-service {
	width: 475px;
	/* height: 237.5px; */
	height: 475px;
	border-top-right-radius: 430px;
	border-top-left-radius: 430px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.service-wheel-inner {
	width: 595px;
	/* height: 297.5px; */
	height: 595px;
	border-top-right-radius: 530px;
	border-top-left-radius: 530px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.call-tracking-line {
	width: 710px;
	/* height: 355px; */
	height: 710px;
	border-top-right-radius: 630px;
	border-top-left-radius: 630px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: -70%;
	left: 50%;
	transform: translateX(-50%);
}

.call-tracking-line.line-border-service,
.service-wheel-inner.line-border-service,
.no-service.line-border-service {
	bottom: 8%;
}

.pd-outer.line-border-service {
	bottom: 14%;
}

.emoji {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}

/* .service-wheel-inner.line-border-service{bottom: 8%;} */
.three-service {
	width: 830px;
	/* height: 415px; */
	height: 830px;
	border-top-right-radius: 730px;
	border-top-left-radius: 730px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.orbit.outer-orbit-1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	/* -webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-webkit-animation-name:orbit;-webkit-animation-duration:50s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-moz-animation-name:orbit;-moz-animation-duration:50s; */
	z-index: 2;
}

.orbit.outer-orbit-2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	/* -webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-webkit-animation-name:orbit;-webkit-animation-duration:50s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-moz-animation-name:orbit;-moz-animation-duration:50s; */
	z-index: 2;
}

.service-wheel-main {
	padding-top: 100px;
	height: 430px;
}

.line-border-service {
	border-top: 1px solid #57c1f8;
	border-right: 1px solid #57c1f8;
	border-left: 1px solid #57c1f8;
	position: absolute;
	left: 50%;
	bottom: -70%;
	transform: translate(-50%);
}

.service-lr-icon {
	position: absolute;
	bottom: 75%;
	left: 50%;
	transform: translate(-50%, 65%);
}

.three-service span,
.call-tracking-line span,
.pd-outer span {
	display: block;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
}

.service-wheel-main span:after {
	content: '';
	height: 15px;
	width: 15px;
	position: absolute;
	top: 7.5px;
	left: 7.5px;
	border-radius: 100%;
	background-color: #57c1f8;
}

.call-tracking-line span {
	right: -1%;
	bottom: 60%;
	/* animation: inner-circle 50s linear infinite; */
}

.pd-outer span {
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.three-service span.one {
	top: 5.4%;
	left: 74%;
	/* animation: inner-circle 50s linear infinite; */
}

.three-service span.two {
	top: 5.5%;
	left: 22%;
	/* animation: inner-circle 50s linear infinite; */
}

.three-service span.three {
	top: 40%;
	left: -1.5%;
	/* animation: inner-circle 50s linear infinite; */
}

.service-tooltip {
	position: absolute;
	background-color: #ffffff;
	padding: 20px 10px;
	z-index: 1;
	top: -120px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	min-width: 310px;
	left: -140px;
	z-index: 2;
}

.service-tooltip:after {
	content: '';
	border: 15px solid #ffffff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
	background-color: transparent;
	transform: translateX(-50%);
}

.service-icon .icon-wrapper {
	height: 65px;
	width: 65px;
	background-color: #ff8d12;
	text-align: center;
	border-radius: 100%;
	position: relative;
	float: left;
}

.icon-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tooltip-inner {
	text-align: left;
}

.service-title-wrapper {
	display: inline-block;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.service-title-wrapper h3 {
	font-size: 18px;
	margin: 0px;
	color: #00114e;
	font-family: qs-medium;
	padding-top: 4px;
}

.service-title-wrapper p {
	font-size: 14px;
	color: #57c1f8;
	font-family: qs-medium;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial {
	padding-top: 185px;
	padding-bottom: 100px;
	background-color: #152f6b;
	position: relative;
	z-index: 2;
}

.home-page .testimonial {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-page .testi-title-text-main {
	text-align: center;
}

.home-page .testi-author-wrap img {
	border-radius: 100%;
	width: 60px;
}

.testi-title-text-main h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 36px;
	font-family: qs-bold;
	line-height: 48px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-top: 0px;
}

.testi-title-text-main h3:after {
	content: '';
	width: 20%;
	height: 2px;
	background-color: #ffffff;
	left: 50%;
	bottom: -20px;
	position: absolute;
	transform: translate(-50%);
}

.home-page .testimonial-card-wrap {
	margin-top: 80px;
}

.hswiper-slide-inner {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 5px;
	position: relative;
}

.hswiper-text-wrap p {
	font-size: 16px;
	color: #6c738a;
	font-family: qs-medium;
	line-height: 26px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 60%;
}

.hswiper-text-wrap a {
	color: #57c1f8;
	font-family: qs-medium;
	text-decoration: none;
}

.testi-author-wrap .user-image {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
}

.testi-author-wrap .user-name {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

.testi-author-wrap .user-name h4,
.testi-author-wrap .user-name p {
	color: #6c738a;
	margin-bottom: 0px;
}

.testi-author-wrap .user-name h4 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: qs-medium;
}

.testi-author-wrap {
	margin-top: 20px;
	padding-left: 10px;
}

.swiper-slide.swiper-slide-active {
	opacity: 1;
}

.testimonial-card-wrap .swiper-button-next,
.testimonial-card-wrap .swiper-button-prev {
	top: 100%;
	background-image: none;
}

.testimonial-card-wrap .swiper-button-next svg path,
.testimonial-card-wrap .swiper-button-prev svg path {
	fill: #00114e;
}

.testimonial-card-wrap .swiper-button-prev {
	left: auto;
	right: 60px;
}

.testimonial-card-wrap .swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.hswiper-slide-inner .slide-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	bottom: -15px;
	left: 0px;
	background-color: #ffffff;
	height: 30px;
	width: 30px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.hswiper-slide-inner .slide-arrow:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -5px;
	background-color: #f8fcff;
	height: 25px;
	width: 30px;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.hswiper-slide-inner .slide-arrow:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	height: 10px;
	width: 5px;
	background-color: #ffffff;
	z-index: 2;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.home-page .hswiper-text-wrap {
	min-height: 156px;
}

.our-client {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

.our-client .swiper-slide {
	text-align: center;
}

.client-logo-slide .swiper-slide img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s;
}

.client-logo-slide .swiper-slide:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.hero-blog-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.hblog-date .date {
	font-size: 28px;
	display: block;
	line-height: 24px;
}

.hblog-date .month {
	font-size: 14px;
	display: block;
	font-family: qs-medium;
	color: #06d79c;
	text-transform: uppercase;
}

.blog-item-inner {
	background-color: #ffffff;
	width: 90%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	transition: all 0.3s;
}

.hblog-date {
	display: inline-block;
	width: 15%;
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.hblog-title {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding-left: 0px;
	min-height: 66px;
}

.home-page .hblog-title {
	width: 100%;
	padding-left: 0px;
}

.hblog-content-wrap {
	padding: 30px 25px;
	padding-bottom: 20px;
}

.hblog-date:after {
	content: '';
	height: 70%;
	width: 1px;
	background-color: #949292;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
}

.hblog-title h3 {
	margin: 0px;
	color: #00114e;
	text-decoration: none;
	font-size: 20px;
	font-family: qs-medium;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hblog-title h3 a {
	color: #00114e;
	text-decoration: none;
}

.hblog-title h3 a:hover,
.hblog-title h3 a:focus {
	color: #00114e;
}

.hblog-title h2 a {
	color: #00114e;
	text-decoration: none;
}

.hblog-title h2 a:hover,
.hblog-title h2 a:focus {
	color: #00114e;
}

.hblog-title-wrapper {
	margin-bottom: 10px;
}

.hblog-desc-wrapper {
	padding-top: 10px;
	border-top: 1px solid #d8d8d8;
	min-height: 125px;
}

.hblog-desc-wrapper p {
	color: #676767;
	font-family: qs-medium;
}

.hblog-link {
	color: #57c1f8;
	text-decoration: none;
	font-size: 16px;
	font-family: qs-medium;
}

.hblog-link a {
	color: #57c1f8;
	text-decoration: none;
}

.hblog-link a:hover,
.hblog-link a:focus {
	color: #57c1f8;
}

.hblog-link span img {
	margin-left: 5px;
}

/* .blog-img-wrapper img{width: 100%;max-width: 100%;border-top-right-radius: 5px;border-top-left-radius: 5px;object-fit: cover;max-height: 188px;} */
.blog-img-wrapper img {
	width: 100%;
	max-width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	object-fit: cover;
	max-height: 240px;
}

.blog-item-wrapper:hover .blog-item-inner {
	box-shadow: 0px 15px 30px 0px rgba(36, 64, 79, 0.2);
}

.footer {
	background-color: #081a43;
	padding-top: 80px;
	padding-bottom: 50px;
}

.footer ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

.footer ul li.footer-list {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.footer ul li.the-company {
	width: 18.5%;
}

.footer ul li.get-in-touch {
	width: 18.5%;
	padding-left: 6%;
}

.footer ul li.leadsrain-foo {
	width: 26%;
	text-align: center;
}

.footer ul li.the-policy {
	width: 18.5%;
	padding-left: 4%;
}

.footer ul li.services-foo {
	width: 18.5%;
}

.foo-list-head h5 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	font-size: 18px !important;
	font-family: qs-bold;
}

.foo-list-head {
	margin-bottom: 25px;
}

.foo-list-head img {
	width: 130px;
	vertical-align: top;
}

.footer ul li:not(:first-child) {
	margin-bottom: 20px;
	font-size: 16px;
}

.footer ul li:last-child {
	margin-bottom: 0px;
}

.footer ul li a {
	color: #57c1f8;
	transition: all 0.4s;
	font-family: qs-medium;
}

.footer ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.footer ul.foo-social {
	text-align: center;
}

.footer ul.foo-social li {
	margin-bottom: 0px;
}

.foo-social li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.foo-social li a {
	width: 30px;
	height: 30px;
	background-color: #57c1f8;
	border-radius: 20px;
	display: block;
}

.foo-social li a svg {
	display: inline-block;
	height: 30px;
}

.foo-social li a img {
	margin-top: 3px;
}

.foo-social li a:hover {
	background-color: #ffffff;
}

.footer .contact-detail-foo p a,
.contact-detail-foo p span {
	display: inline-block;
	color: #ffffff;
}

.footer .app-links li {
	display: inline-block;
	width: 49%;
}

.footer .app-links li a img {
	max-width: 100%;
}

.footer .app-links {
	display: inline-block;
	width: 100%;
}

.contact-detail-foo p span {
	margin-left: 3px;
	margin-right: 3px;
	color: #ffffff;
}

li.contact-detail-foo {
	margin-top: 20px;
}

.end-footer p {
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
}

.end-footer.with-country-dd p {
	text-align: right;
}

@media only screen and (max-width: 991px) {
	.country-dd-wraper {
		text-align: center;
	}

	#globalCountry1,
	#globalCountry {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.end-footer.with-country-dd p {
		text-align: center;
	}
}

.small-footer {
	background-color: #081a43;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-item-wrapper a {
	text-decoration: none;
}

/* CPD Page design */
/* .cpd-page .hero{background: #021b79;background: -webkit-linear-gradient(left, #021b79 63%, #237bd4 100%);background: -o-linear-gradient(left, #021b79 63%, #237bd4 100%);background: linear-gradient(to right, #021b79 63%, #237bd4 100%); background-image: url('../img/cpd-img/cpd-hero.png');background-position: center;background-repeat: no-repeat;background-size: cover;}
.webp .cpd-page .hero{background-image: url('../img/webp-img/cpd-hero.webp');} */
.hero-img-onpage {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
}

.hero-img-onpage img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.cpd-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

.cpd-page .hero-sec-inner {
	width: 100%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cpd-page .hero-text-wrapper h2 {
	font-size: 50px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
}

.sub-hero {
	background-color: #f8fcff;
	border-bottom: 2px solid rgba(87, 193, 248, 0.7);
	padding-top: 30px;
	padding-bottom: 30px;
}

.sub-hero-point-icon,
.sub-hero-point-text {
	float: left;
}

.sub-hero-point-icon {
	width: 20%;
}

.sub-hero-point-text {
	width: 80%;
	text-align: left;
	padding-left: 10px;
}

.sub-hero-point-text p {
	margin: 0px;
	font-size: 18px;
	font-family: qs-medium;
}

.sub-hero-inner {
	width: 60%;
	margin: 0 auto;
}

.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner {
	width: 90%;
}

.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner .sub-hero-point-icon {
	width: 15%;
}

.sub-hero-text-valign {
	min-height: 42px;
	display: table;
	width: 100%;
	height: 42px;
}

.sub-hero-text-valign-inner {
	min-height: 42px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.sub-hero-outer {
	position: relative;
}

.sub-hero-inner {
	text-align: center;
}

.sub-hero-outer:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: #57c1f8;
}

.last-point .sub-hero-outer:after {
	display: none;
}

.cta-wrapper {
	text-align: center;
}

.cta-wrapper {
	background-color: #152f6b;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cpd-feature {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.cpd-feature-point-main-wrap ul {
	list-style: none;
	padding: 0px;
	width: 90%;
	margin: 0 auto;
}

.cpd-feature-point-main-wrap ul li {
	display: inline-block;
	width: 49.5%;
	margin-bottom: 50px;
}

.feature-icon-wrap,
.feature-text-wrap {
	display: inline-block;
	vertical-align: middle;
}

.feature-icon-wrap {
	width: 70px;
	height: 70px;
}

.feature-text-wrap {
	width: calc(95% - 75px);
	padding-left: 10px;
}

.feature-icon-wrap-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: #ffffff;
	text-align: center;
	padding: 15px 10px;
	border-radius: 27px;
	-webkit-box-shadow: 0px 7px 15px 0px rgba(27, 181, 195, 0.1);
	-moz-box-shadow: 0px 7px 15px 0px rgba(27, 181, 195, 0.1);
	box-shadow: 0px 7px 15px 0px rgba(27, 181, 195, 0.1);
	position: relative;
}

.feature-icon-wrap-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.feature-text-wrap h4 {
	margin: 0px;
	color: #00114e;
	font-size: 20px;
	font-family: qs-medium;
	line-height: 30px;
}

.facts-and-fig {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.facts-and-fig .section-title {
	margin-bottom: 50px;
}

.facts-and-fig .section-title p {
	margin-top: 30px;
	font-size: 20px;
	font-family: qs-medium;
	color: #6d6868;
}

.facts-item-inner {
	min-height: 315px;
}

.facts-and-fig .carousel-indicators {
	position: relative;
	bottom: auto;
	left: 0px;
	width: 80%;
	margin-left: 0px;
	text-align: center;
	list-style: none;
	padding-left: 0px;
}

.facts-and-fig .carousel-indicators li {
	width: 100%;
	height: 100%;
	text-indent: 0px;
	margin: 0px;
	border-color: transparent;
	margin-bottom: 10px;
}

.facts-and-fig .carousel-indicators li.active {
	box-shadow: 0px 3px 10px 0px rgba(41, 135, 184, 0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.carousel-indicators .active {
	background-color: #ffffff;
}

.facts-and-fig .carousel-indicators li svg {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	fill: #adb6c9;
}

.facts-and-fig .carousel-indicators li span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #adb6c9;
	font-size: 22px;
	font-family: qs-medium;
	min-width: 150px;
	text-align: left;
}

.facts-and-fig .carousel-indicators li .feature-slider-indicator-title h4 {
	margin: 0px;
	display: inline-block;
	padding: 10px 20px;
}

.facts-and-fig .carousel-indicators li.active span {
	color: #00114e;
}

.facts-and-fig .carousel-indicators li.active svg {
	fill: #00114e;
}

.transition-timer-carousel-progress-bar {
	height: 2px;
	background-color: #57c1f8;
	width: 0;
	margin: 0;
	border: none;
	z-index: 11;
	position: relative
}

.facts-and-fig .slider-box-right {
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(41, 135, 184, 0.1);
	position: relative;
}

.facts-and-fig .slider-box-right .item {
	padding: 30px;
}

.facts-item-title h4,
.facts-item-title h2 {
	margin: 0px;
}

.facts-item-text-wrap {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.facts-item-img-wrap {
	display: inline-block;
	width: 49%;
	text-align: center;
	vertical-align: top;
}

.facts-item-title h3.color-orange {
	color: #fb684a;
	font-size: 44px;
	font-family: qs-bold;
	margin-bottom: 15px;
}

.facts-item-title .sub-title-text {
	color: #0d6b91;
	font-size: 34px;
	font-family: qs-bold;
	margin-bottom: 40px;
}

.facts-item-text-wrap .facts-item-desc p {
	color: #6d6868;
	font-family: qs-medium;
	line-height: 35px;
	font-size: 18px;
}

.facts-item-img-inner img {
	position: absolute;
}

.facts-item-img-inner img.satisfaction {
	bottom: 0px;
	right: 0px;
}

.facts-item-img-inner img.quality {
	right: 0px;
}

.facts-item-img-inner img.integration {
	right: 10%;
	bottom: 20px;
}

.facts-item-img-inner img.responsive {
	right: 10%;
}

.facts-item-img-inner img.reliable {
	bottom: 0px;
	right: 10%;
	width: 230px;
}

.facts-item-img-inner img.customization {
	bottom: 0px;
	right: 5%;
}

/* .carousel-inner .item{display: none;-webkit-transition: -webkit-transform 0.6s ease-in-out;-o-transition: -o-transform 0.6s ease-in-out;transition: transform 0.6s ease-in-out;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000px;perspective: 1000px;}
.carousel-inner .active, .carousel-inner .next, .carousel-inner .prev{
	display: block;
} */
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
	opacity: 0;

}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: all;
	transition-property: all;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;

}

/* --------------------New-Section-Css------------------ */

.rv-outreach {
	padding: 50px 0;
}

.text-tit-cus {
	text-align: center;
}

.key-desk-cus {
	min-height: auto !important;
	margin-bottom: 20px;
}

.out-list-main {
	padding-top: 25px;
	padding-bottom: 25px;
}

.out-list-main .out-cus {
	display: flex;
	align-items: start;
	width: 70%;
}

.out-list-main .out-cus img {
	width: 35px;
}

.out-list-main .out-cus h3 {
	color: #000;
	font-size: 18px !important;
}

.key-desk-cus p {
	color: #000 !important;
}

/* ------------------------------- */

.meet-sec {
	background-image: url("../img/rvm-feature/meet-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.meet-content-main {
	padding: 35px 0 0 0;
}

.meet-sec-title {
	text-align: left;
	margin-bottom: 0 !important;
}

.meet-content-main .section-title h2:after {
	display: none;
}

.meet-sec-title h2 {
	padding-bottom: 12px;
	text-align: left !important;
	text-transform: capitalize;
}

.meet-sec-title h2 span {
	color: #fff !important;
}

.meet-sec-par {
	width: 50%;
}

.meet-sec-par p {
	font-family: qs-medium;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0px !important;
}

.meet-but-main {
	margin: 30px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}

.meet-but-main img {
	width: 60%;
}

.meet-all-speak {
	padding: 20px 0 14px 0;
	width: 40%;
}

.meet-all-speak .name_spiker {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 28px;
}

.meet-all-speak .name_spiker h4 {
	cursor: pointer;
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	padding: 18px 16px;
	font-size: 18px;
	text-align: center;
}

.meet-all-speak .name_spiker .active_name {
	background: #57c1f8;
	color: #fff;
	border-radius: 26px;
}

.music_style {
	display: flex;
	align-items: center;
	justify-content: center !important;
}

.icn {
	font-size: 56px;
	color: #57C1F8;
	background: #fff;
	border-radius: 44px;
	cursor: pointer;
}


.playing {
	background: rgb(255 255 255 / 25%) !important;
	width: 20rem !important;
	height: 5rem;
	border-radius: 50px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	padding: 8px 32px;
	box-sizing: border-box;
	margin-left: 15px;
}

.playing__bar1 {
	height: 60%;
}

.playing__bar_pus {
	display: inline-block;
	background: #96a1a7;
	width: 4%;
	height: 100%;
}

.playing__bar_pus {
	width: 1% !important;
}

.playing__bar2 {
	height: 30%;
	animation-delay: -2.2s !important;
}

.playing__bar3 {
	height: 75%;
	animation-delay: -3.7s !important;
}

.playing__bar {
	display: inline-block;
	background: #96a1a7;
	animation: up-and-down 1.3s ease infinite alternate;
	width: 1% !important;
}

@keyframes up-and-down {
	10% {
		height: 30%;
	}

	30% {
		height: 100%;
	}

	60% {
		height: 50%;
	}

	80% {
		height: 75%;
	}

	100% {
		height: 60%;
	}
}

#jen,
#jon,
#sam {
	visibility: hidden;
}

@media (min-width:320px) and (max-width:475px) {
	.playing {
		width: 13rem !important;
		height: 4rem;
		margin-left: 10px;
	}
}

/* ----------------------------------------------------- */

.keyword-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

.keyword-section .section-title {
	margin-bottom: 60px;
}

.keyword-img-wrap img {
	max-width: 100%;
}

.keyword-desc-wrap {
	min-height: 300px;
	display: table;
}

.keyword-desc-wrap p {
	display: table-cell;
	vertical-align: middle;
	font-family: qs-medium;
	color: #6c738a;
	font-size: 18px;
	line-height: 30px;
}

#contactcenter a:hover,
#webbaseddialer a:hover {
	color: #337ab7;
	text-decoration: none;
}


/* FAQ Section Design */
.faq-section {
	background-color: #152f6b;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #ffffff;
}

.faq-section .faq-title h2 {
	font-size: 35px;
	font-family: qs-bold;
	position: relative;
	display: inline-block;
	margin-top: 0px;
}

.faq-section .faq-title h2:after {
	content: '';
	width: 60%;
	height: 3px;
	background-color: #57c1f8;
	left: 0px;
	bottom: -20px;
	position: absolute;
}

.faq-left-inner {
	width: 80%;
}

.faq-desc {
	margin-top: 50px;
	margin-bottom: 50px;
}

.faq-desc p {
	font-size: 16px;
	font-family: qs-medium;
	line-height: 30px;
}

.faq-desc p span.faq-email a {
	color: #57c1f8;
}

.faq-right-inner .faq-list {
	list-style: none;
	padding: 0px;
	width: 80%;
	margin: 0 auto;
}

.faq-right-inner .faq-list li {
	display: inline-block;
	width: 45%;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
}

.faq-right-inner .faq-list li .faq-single {
	width: 100%;
	padding: 15px 35px;
	border: 2px solid #22729b;
	transition: all 0.3s;
	border-radius: 3px;
}

.single-que h4 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	font-family: qs-medium;
	margin: 0px;
	line-height: 26px;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.single-ans p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 26px;
	transition: all 0.3s;
}

.faq-single-inner {
	position: relative;
	min-height: 195px;
}

.q-character {
	position: absolute;
	left: -55px;
	top: 0px;
	height: 40px;
	width: 40px;
	background-color: #57c1f8;
	border-radius: 50%;
	text-align: center;
	padding: 3px;
	font-size: 22px;
	font-family: qs-medium;
}

.faq-right-inner .faq-list li:hover {
	cursor: pointer;
}

.faq-right-inner .faq-list li:hover .single-que h4,
.faq-right-inner .faq-list li:hover .single-ans p {
	color: rgba(255, 255, 255, 1.0);
}

.faq-right-inner .faq-list li:hover .faq-single {
	border-color: #ffffff;
}

/* Pricing section */
.cpd-pricing {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8fcff;
}

.plan-price,
.plan-minutes,
.plan-base-rate {
	display: inline-block;
	width: 29.4%;
	text-align: center;
	vertical-align: middle;
}

.pricing-plan-name {
	width: 10%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.pricing-single-inner h4 {
	margin: 0px;
}

.pricing-cards-wrapper {
	width: 80%;
	margin: 0 auto;
}

.pricing-single {
	background-color: #ffffff;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}

.pricing-single:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pricing-single.bit:after {
	background: #ff8c8c;
	background: -moz-linear-gradient(top, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
	background: -webkit-linear-gradient(top, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
	background: linear-gradient(to bottom, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
}

.pricing-single.byte:after {
	background: #bf9fff;
	background: -moz-linear-gradient(top, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
	background: -webkit-linear-gradient(top, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
	background: linear-gradient(to bottom, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
}

.pricing-single.mega:after {
	background: #36f082;
	background: -moz-linear-gradient(top, #36f082 0%, #26d36d 55%, #059a42 100%);
	background: -webkit-linear-gradient(top, #36f082 0%, #26d36d 55%, #059a42 100%);
	background: linear-gradient(to bottom, #36f082 0%, #26d36d 55%, #059a42 100%);
}

.pricing-single.giga:after {
	background: #fe8cc0;
	background: -moz-linear-gradient(top, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
	background: -webkit-linear-gradient(top, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
	background: linear-gradient(to bottom, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
}

.pricing-plan-name h4 {
	font-size: 22px;
	font-family: qs-medium;
}

.plan-price-title h4,
.plan-min-title h4,
.plan-base-rate-title h4 {
	font-size: 22px;
	font-family: qs-medium;
	margin-bottom: 15px;
	color: #8e94a5;
}

.plan-price-text h4,
.plan-min-text h4,
.plan-base-rate-text h4 {
	font-size: 30px;
	font-family: qs-bold;
	color: #57c1f8;
}

/* .plan-price{border-left: 2px solid #d7dcde;} */
.pricing-single.bit .pricing-plan-name h4 {
	background: -moz-linear-gradient(top, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8c8c 0%, #fd5c5c 55%, #fc2929 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-single.byte .pricing-plan-name h4 {
	background: -moz-linear-gradient(top, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bf9fff 0%, #8e65ff 55%, #6d3dff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-single.mega .pricing-plan-name h4 {
	background: -moz-linear-gradient(top, #36f082 0%, #26d36d 55%, #059a42 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #36f082 0%, #26d36d 55%, #059a42 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #36f082 0%, #26d36d 55%, #059a42 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricing-single.giga .pricing-plan-name h4 {
	background: -moz-linear-gradient(top, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fe8cc0 0%, #fd5094 55%, #fc2977 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cpd-pricing-cta {
	text-align: center;
	margin-top: 50px;
}

/* Voice broadcast page design */
.vb-page .hero {
	background: #021b79;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: -o-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: linear-gradient(to right, #021b79 63%, #237bd4 100%);
	background-image: url('../img/vb-img/vb-hero-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.webp .vb-page .hero {
	background-image: url('../img/webp-img/vb-hero-bg.webp');
}

.vb-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

.vb-page .hero-sec-inner {
	width: 100%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.vb-page .hero-text-wrapper h2 {
	font-size: 50px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
}

.vb-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	visibility: hidden;
	line-height: 38px;
}

.vb-page .feature-icon-wrap {
	height: 50px;
	width: 50px;
}

.vb-page .feature-icon-wrap-inner {
	border-radius: 17px;
}

.call-tracking-page .hero {
	background: #021b79;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: -o-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: linear-gradient(to right, #021b79 63%, #237bd4 100%);
	background-image: url('../img/call-tracking-hero.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-tracking-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

.call-tracking-page .hero-sec-inner {
	width: 100%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.call-tracking-page .hero-text-wrapper h2 {
	font-size: 50px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
}

.call-tracking-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	width: 27%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.call-tracking-page .feature-icon-wrap {
	height: 70px;
	width: 70px;
}

.call-tracking-page .feature-icon-wrap-inner {
	border-radius: 17px;
}

.call-tracking-page .cpd-feature-point-main-wrap ul {
	width: 95%;
}

.rtm-page .hero {
	background: #021b79;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: -o-linear-gradient(left, #021b79 63%, #237bd4 100%);
	background: linear-gradient(to right, #021b79 63%, #237bd4 100%);
	background-image: url('../img/rtm-feature/rtm-hero.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.webp .rtm-page .hero {
	background-image: url('../img/webp-img/rtm-hero.webp');
}

.webp .mms-page .hero {
	background-image: url('../img/mms-feature/mms-hero-bg.jpg');
}

.rtm-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

@media only screen and (max-height: 400px) {
	.rtm-page .hero-section-outer {
		height: 100%;
		padding-bottom: 50px;
	}
}

.rtm-page .hero-sec-inner {
	width: 100%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.rtm-page .hero-text-wrapper h2 {
	font-size: 50px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
}

.rtm-page .feature-icon-wrap {
	height: 70px;
	width: 70px;
}

.rtm-page .feature-icon-wrap-inner {
	border-radius: 17px;
}

.rtm-page .cpd-feature-point-main-wrap ul {
	width: 95%;
}

.rtm-single-feature-inner {
	text-align: center;
}

.rtm-feature-title h3 {
	color: #00114e;
	font-size: 20px;
	font-family: qs-medium;
}

.rtm-feature-desc p {
	color: #323748;
	font-size: 16px;
}

.rtm-single-feature-wrap {
	margin-bottom: 80px;
}

.rtm-feature-desc {
	width: 60%;
	margin: 0 auto;
}

.rvm-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

.price-notification {
	margin-top: 10px;
	font-family: qs-bold;
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}

.new-price-label {
	position: absolute;
	top: -12px;
	right: 50%;
	display: inline-block;
	padding: 4px 8px;
	background-color: #00bf3f;
	color: #ffffff;
	border-radius: 4px;
	font-family: qs-bold;
	font-size: 14px;
	z-index: 2;
	transform: translate(50%, 0px);
}

.price-notification p {
	display: inline-block;
	max-width: 100%;
	background-color: #077ab5;
	padding: 4px 14px;
	margin-bottom: 0px;
	border-radius: 7px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 900;
	font-family: qs-bold;
}

.price-notification p a {
	color: #ffffff;
	text-decoration: none;
}

.price-notification p img {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-top: -4px;
}

.rvm-page .hero-sec-inner {
	width: 100%;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.rvm-page .hero-text-wrapper {
	color: #ffffff;
	font-family: qs-medium;
}

.rvm-page .hero-text-wrapper {
	width: 100%;
	text-align: left;
}

.rvm-page .hero-text-wrapper h1 {
	font-size: 60px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
}

.rvm-page .hero-text-wrapper h3 {
	font-size: 28px;
}

.rvm-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

.rvm-page .hero-text-wrapper h4.noun {
	margin-bottom: 10px;
	font-style: italic;
}

.rvm-page .feature-icon-wrap {
	height: 70px;
	width: 70px;
}

.rvm-page .feature-icon-wrap-inner {
	border-radius: 17px;
}

.rvm-page .cpd-feature-point-main-wrap ul {
	width: 95%;
}

.rvm-feature {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.vb-feature {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.rvm-feature-wrapper .new-single-feature-inner {
	min-height: 398px;
}

.vb-feature-wrapper .new-single-feature-inner {
	min-height: 370px;
}

.cpd-feature-wrapper .new-single-feature-inner {
	min-height: 400px;
}

.rtm-feature-wrapper .new-single-feature-inner {
	min-height: 395px;
}

.rvm-page .sub-hero-outer .sub-hero-inner {
	width: 100%;
}

.rvm-page .sub-hero-points:nth-child(1) .sub-hero-inner {
	width: 75%;
}

.rvm-page .sub-hero-outer .sub-hero-point-icon {
	width: 15%;
}

.rvm-page .sub-hero-points:nth-child(2) .sub-hero-inner {
	width: 65%;
}

.rvm-page .sub-hero-points:nth-child(2) .sub-hero-outer .sub-hero-point-icon {
	width: 20%;
}

.rvm-page .sub-hero-points:nth-child(3) .sub-hero-inner {
	width: 80%;
}

.rvm-page .sub-hero-points:nth-child(3) .sub-hero-outer .sub-hero-point-icon {
	width: 20%;
}

/* .rvm-feature-wrapper .new-single-feature-inner{min-height: 400px;} */

.mb-0 {
	margin-bottom: 0px !important;
}

.cpd-how-it-work {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 100px;
}

.cpd-how-it-work .section-title {
	margin-bottom: 60px;
}

.step-1-icon-wrap {
	height: 155px;
	width: 155px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	margin: 0 auto;
	margin-left: 30px;
}

.cpd-steps {
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

.step-3-icon-wrap {
	height: 155px;
	width: 155px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	margin: 0 auto;
	margin-right: 30px;
}

.number-single-cpd {
	background-color: #ffffff;
	width: 70%;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 20px;
	border: 1px solid #e9f0f1;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.number-single-cpd:after {
	content: '';
	width: 100%;
	height: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: rgba(222, 70, 112, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
}

.number-single-cpd.active:after {
	background-color: #2db5aa;
}

.step-2-text-wrap h4 {
	margin: 0px;
	color: #00114e;
	font-family: qs-bold;
	font-size: 22px;
	margin-top: 5px;
}

.step-2-text-wrap span {
	margin: 0px;
	color: #00114e;
	font-family: qs-bold;
	font-size: 22px;
	margin-top: 5px;
}

.step-2-text-wrap p {
	margin-bottom: 0px;
	font-size: 16px;
	font-family: qs-medium;
	margin-top: 10px;
	color: #db2e62;
}

.number-single-cpd.active .step-2-text-wrap p {
	color: #2db5aa;
}

.number-single-cpd.active .step-2-text-wrap p.connecting-text {
	color: #333;
}

.step-2-text-wrap p.connecting-text {
	color: #333;
	position: absolute;
	width: 100%;
}

.lr-server-cpd {
	stroke-dasharray: 6;
	stroke: #c8c9cb;
}

.cpd-step-1-svg {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 7px;
	top: -23px;
}

.step-1-inner-cpd {
	position: relative;
}

.step-1-2-line-cpd {
	stroke: #c8c9cb;
	stroke-width: 2;
}

.step-2-wrapper-cpd {
	position: relative;
}

.cpd-step-2-svg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.cpd-step-2-3-svg {
	position: absolute;
	right: -20px;
	bottom: 0px;
	height: 100%;
	width: 100px;
}

.joint-point-gray {
	fill: #c8c9cb;
}

.joint-point-green {
	fill: #2db5aa;
}

.joint-point-blue {
	fill: #57c1f8;
}

.cpd-step-2-svg-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.cpd-step-2-svg-right .step-1-2-line-cpd {
	stroke: #57c1f8;
}

.step-3-inner-cpd {
	position: relative;
}

.cpd-step-3-svg {
	width: 100%;
	height: 200px;
	position: absolute;
	right: 7px;
	top: -23px;
}

.cpd-step-3-svg .lr-server-cpd {
	stroke: #57c1f8;
}

.cpd-step-3-svg .step-2-3-line-cpd {
	stroke: #57c1f8;
	stroke-width: 2;
}

.leadsrain-server .st0 {
	fill: none;
	stroke: #24A4DE;
	stroke-width: 4;
	stroke-miterlimit: 10;
}

.leadsrain-server .st1 {
	fill: none;
	stroke: #24A4DE;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.leadsrain-server .st2 {
	fill: #21A5DE;
}

.leadsrain-server .st3 {
	fill: #FFFFFF;
}

.agent-ai .st0 {
	fill: none;
	stroke: #233369;
	stroke-width: 4;
	stroke-miterlimit: 10;
}

.agent-ai .st1 {
	fill: #FFFFFF;
	stroke: #233369;
	stroke-width: 4;
	stroke-miterlimit: 10;
}

.agent-ai .st2 {
	fill: none;
	stroke: #233369;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.agent-ai .st3 {
	fill: #233369;
}

.splash-loader {
	position: relative;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 1;
	margin: 0 auto;
	padding-top: 3px;
	color: #ffffff;
	display: inline-block;
	background-color: #5dde81;
	text-align: center;
}

.splash-loader:before {
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 1;
	background: #4cd966;
	content: "";
	animation: bounce 1.5s -0.4s infinite;
}

.splash-loader:after {
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 1;
	background: #4cd966;
	content: "";
	animation: bounce 1.5s infinite;
}

.splash-loader .icon-call-answer {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.splash-loader .icon-call-answer path {
	fill: #ffffff;
}

.icon-call-answer svg {
	display: inline-block;
	vertical-align: middle;
}

.step-2-text-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

.call-icon-wrap {
	display: inline-block;
	vertical-align: middle;
	/* width: 60px; */
	position: absolute;
	top: calc(50% - 15px);
	right: 0px;
	width: 60px;
}


/* RVM page how it work */
.rvm-hiw {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #f8fcff;
}

.rvm-hiw .section-title {
	margin-bottom: 50px;
}

.rvm-steps {
	display: inline-block;
	width: 24%;
	vertical-align: middle;
	text-align: center;
	margin-right: -2px;
	margin-left: -2px;
}

.rvm-steps .step-1-icon-wrap,
.rvm-steps .step-2-icon-wrap,
.rvm-steps .step-3-icon-wrap,
.rvm-steps .step-4-icon-wrap {
	height: 150px;
	width: 150px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	margin: 0 auto;
}

.step-3-inner-rvm .step-3-icon-wrap .st0 {
	display: none;
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
}

.step-3-inner-rvm .step-3-icon-wrap .st1 {
	fill: #F3FAFE;
}

.step-3-inner-rvm .step-3-icon-wrap .st2 {
	fill: #243469;
}

.step-3-inner-rvm .step-3-icon-wrap .st3 {
	fill: #233569;
}

.step-3-inner-rvm .step-3-icon-wrap .st4 {
	fill: none;
	stroke: #243469;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.cross-new-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: 55.5%;
	z-index: 2;
}

.cross-new-icon circle {
	fill: #D75A4A;
}

.cross-new-icon-anim {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -25px;
	top: 53.2%;
}

.cross-new-icon-anim circle.cross-circle-animation-new {
	fill: rgba(215, 90, 74, 0.5);
	animation: bounce-cross 1.5s -0.4s infinite;
	transform-origin: center;
	transform-style: preserve-3D;
}

.cross-new-icon-anim circle.cross-circle-animation-new-2 {
	fill: rgba(215, 90, 74, 0.5);
	animation: bounce-cross 1.5s infinite;
	transform-origin: center;
	transform-style: preserve-3D;
}

.cross-new-icon polyline {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

.noti-circle-animation-new {
	fill: rgba(215, 90, 74, 0.5);
	animation: bounce-cross 1.5s -0.4s infinite;
	transform-origin: center;
	transform-style: preserve-3D;
	transform: translate(-50%);
}

.noti-circle-animation-new1 {
	fill: rgba(215, 90, 74, 0.5);
	animation: bounce-cross 1.5s infinite;
	transform-origin: center;
	transform-style: preserve-3D;
	transform: translate(-50%);
}

.notification-svg-anim {
	position: absolute;
	left: 48.8%;
	top: 44.9%;
	height: 50px;
	width: 50px;
	z-index: 2;
}

.step-1-inner-rvm .step-1-icon-wrap .st0 {
	display: none;
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
}

.step-1-inner-rvm .step-1-icon-wrap .st1 {
	fill: #243469;
}

.step-1-inner-rvm .step-1-icon-wrap .st2 {
	opacity: 0.2;
}

.step-1-inner-rvm .step-1-icon-wrap .st3 {
	opacity: 0.3;
}

.step-1-inner-rvm .step-1-icon-wrap .st4 {
	opacity: 0.8;
}

.step-2-inner-rvm .step-2-icon-wrap .st0 {
	fill: none;
	stroke: #233369;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.step-2-inner-rvm .step-2-icon-wrap .st1 {
	fill: none;
	stroke: #233369;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.step-2-inner-rvm .step-2-icon-wrap .st2 {
	fill: none;
	stroke: #233369;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.step-4-icon-wrap .st0 {
	fill: #FFFFFF;
}

.step-4-icon-wrap .st1 {
	fill: #233369;
}

.step-4-icon-wrap .st2 {
	fill: #EF3F3F;
}

.step-4-icon-wrap .st3 {
	display: none;
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
}

.rvm-step-1-svg {
	position: absolute;
	height: 200px;
	width: auto;
	left: 50%;
	top: -10%;
	transform: translate(-30%);
}

.rvm-step-1-svg .lr-server-cpd {
	stroke-dasharray: 6;
	stroke: #57c1f8;
	stroke-width: 2;
}

.rvm-step-1-svg .step-1-2-line-cpd {
	stroke: #57c1f8;
	stroke-width: 2;
}

.rvm-step-1-2-svg {
	position: absolute;
	height: 200px;
	width: 100%;
	left: 0%;
	top: -10%;
}

.circular-chart {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0;
}

.blue-line-step-2 {
	transform: translate(230px, 10px);
	fill: transparent;
	stroke: #57c1f8;
	stroke-dasharray: 6;
}

.donut-ring {
	stroke: #57c1f8;
}

.donut-segment {
	stroke-dasharray: 200;
	stroke-dashoffset: 1000;
	stroke: #c8c9cb;
}

.step-2-small-line-svg {
	stroke: #57c1f8;
	stroke-width: 2;
	stroke-dasharray: 6;
}

.step-1-small-line-svg {
	stroke: #57c1f8;
	stroke-width: 2;
	stroke-dasharray: 6;
}


.faq-icon-sticky {
	width: 30px;
	margin-top: 13px;
}

.faq-btn-wrapper {
	display: inline-block;
	background-color: #57c1f8;
	text-align: center;
	padding: 8px;
	position: absolute;
	left: -46px;
	top: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	cursor: pointer;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 70px;
	z-index: 1;
}

.faq-sticky-inner {
	position: relative;
}

.faq-sticky {
	position: fixed;
	top: 50%;
	right: -500px;
	z-index: 2;
	transform: translateY(-50%);
	width: 500px;
	background-color: #f8fcff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	transition: all 0.3s;
}

.faq-sticky.active {
	right: 0px;
}

.faq-body-inner {
	padding: 15px;
}

.faq-sticky-body .panel-default>.panel-heading {
	padding: 0px;
	background-color: #ffffff;
	border: 0px;
}

.faq-que-main-title h4 {
	margin: 0px;
	font-size: 22px;
	font-family: qs-medium;
}

.faq-que-main-title {
	padding: 11px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* .faq-sticky .faq-que-main-title{position: absolute;width: 55%;background-color: #f8fcff;padding: 22px 15px;right: -100%;transition: all 0.3s;z-index: -1} */
.faq-sticky .faq-btn-wrapper:hover+.faq-que-main-title {
	right: calc(100% + 40px);
}

.faq-body-inner .panel-heading h4 {
	margin: 0px;
}

.faq-body-inner .panel-heading h4 a {
	display: inline-block;
	width: 100%;
	padding: 15px 12px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	text-decoration: none;
	color: #00114e;
	transition: all 0.3s;
}

.faq-body-inner .panel-heading h4 a.collapsed {
	background-color: #ffffff;
}

.faq-body-inner .panel {
	background-color: #ffffff;
	margin-bottom: 10px;
}

.faq-body-inner .panel.panel-default {
	border: 0;
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
}

.faq-body-inner .panel .panel-body {
	padding: 15px;
	border: 1px solid #d6d6d6;
	border-top: 0px;
	font-family: qs-medium;
	color: #6d6868;
}

.faq-body-inner .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
}

.faq-sticky-body .panel .panel-heading a {
	position: relative;
}

.faq-body-inner {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
}

.faq-body-inner .panel .panel-body,
.faq-body-inner .panel .panel-heading {
	white-space: normal;
}

.faq-sticky-body .panel .panel-heading a span {
	position: absolute;
	height: 30px;
	width: 30px;
	background-color: rgba(110, 202, 249, 0.15);
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border-radius: 30px;
	text-align: center;
}

.faq-sticky-body .panel .panel-heading a {
	font-size: 17px;
	font-family: qs-medium;
	position: relative;
	color: #6ecaf9;
	padding-right: 30px;
}

.faq-sticky-body .panel .panel-heading a.collapsed {
	color: #00114e;
}

.faq-sticky-body .panel .panel-heading a span:before {
	content: 'x';
	position: absolute;
	font-size: 24px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0px;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.faq-sticky-body .panel .panel-heading a span:after {
	opacity: 0;
}

.faq-sticky-body .panel .panel-heading a.collapsed span:before {
	opacity: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-sticky-body .panel .panel-heading a.collapsed span:after {
	opacity: 1;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transform-origin: center;
}

.faq-sticky-body .panel .panel-heading a span:after {
	content: '+';
	position: absolute;
	font-size: 32px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

/* New Feature Design */


.new-single-feature-inner {
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	/* min-height: 395px; */
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	border-bottom: 3px solid rgba(87, 193, 248, 1);
}

.single-feature-icon img {
	width: 65px;
}

.response .single-feature-icon img {
	width: 60px;
}

.single-feature-icon {
	text-align: center;
	padding: 20px;
}

.singl-feature-img-wrap {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: 2px solid rgba(87, 193, 248, 0.4);
	margin: 0 auto;
	padding: 20px 10px;
}

.vb-trifecta .singl-feature-img-wrap.time-battel img {
	width: 45px;
}

.singl-feature-img-wrap.speak-to img {
	width: 35px;
}

.vb-trifecta .singl-feature-img-wrap.handfull-effort {
	padding-top: 30px;
}

.vb-trifecta .singl-feature-img-wrap.handfull-effort img {
	width: 70px;
}

.new-single-feature-inner.ml-0 {
	margin-left: 0px;
}

.new-single-feature-inner.mr-0 {
	margin-right: 0px;
}

.single-feature-title h3 {
	margin: 0px;
	text-align: center;
	font-size: 20px;
	font-family: qs-bold;
}

.single-feature-desc {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}

.single-feature-desc p {
	margin-bottom: 0px;
	line-height: 25px;
}

.single-feature-title {
	position: relative;
	padding-top: 10px;
}

.single-feature-title:after {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	background-color: #00114e;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.new-rvm-feature .section-title {
	margin-bottom: 50px;
}

.testimonials-new .section-title {
	margin-bottom: 60px;
}

.testimonials-new {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* .testimonials-new .section-title span{color: #ffffff;} */
.testimonials-new .section-title h2:after {
	background-color: #ffffff;
}

.testi-single-wrap {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}

.rvm-testi-1,
.rvm-testi-2,
.rvm-testi-3 {
	opacity: 1;
}

.testi-new-inner {
	clear: both;
}

.testi-single-inner {
	background-color: #ffffff;
	position: relative;
	padding-top: 40px;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;
}

.testi-author-wrap img {
	width: 70px;
}

/* .testimonials-new .testi-author-wrap{position: absolute;left: 50%;top: -47.5px;margin-top: 0px;padding-left: 0;border-radius: 100%;border: 5px solid #152f6b;transform: translate(-50%);} */
.testi-author-name {
	text-align: center;
}

.testi-author-name h3 {
	font-family: qs-medium;
	font-size: 20px;
	color: #152f6b;
	margin-top: 10px;
}

.testi-author-name h4 {
	font-family: qs-medium;
	font-size: 16px;
	color: #545a5d;
	margin-bottom: 0px;
}

.testi-desc-wrap {
	padding: 20px 15px;
	text-align: center;
	padding-top: 0px;
}

.testi-desc-wrap p {
	font-size: 18px;
	color: #566a75;
	font-family: qs-medium;
	margin-bottom: 0;
	position: relative;
}

/* .rvm-testi-new .testi-single-inner{min-height: 340px;} */
.cpd-testi-new .hswiper-text-wrap {
	min-height: 80px;
}

.rvm-testi-new .section-title h2:after,
.rvm-testi-new .section-title h3:after {
	/* background-color: #ffffff; */
}

.cpd-page .cpd-testi-new .section-title h3,
.rvm-page .rvm-testi-new .section-title h3,
.vb-page .vb-testi-new .section-title h3,
.rtm-page .rtm-testi-new .section-title h3 {
	color: #57c1f8;
}

.vb-testi-new .hswiper-text-wrap {
	min-height: 90px;
}

.circle-bg {
	fill: none;
	stroke: #57c1f8;
	stroke-width: 2;
	stroke-dasharray: 6;
}

.circular-chart.orange .circle {
	stroke: #c8c9cb;
	stroke-dashoffset: 6;
}

.circular-chart.orange .circle-overlay {
	stroke: #f8fcff;
	stroke-dasharray: 6;
	stroke-width: 2px;
}

.circle {
	fill: none;
	stroke-width: 2;
	stroke-dasharray: 410;
}

.circle-rotate {
	transform: scale(-1, 1);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-3-inner-rvm,
.step-4-inner-rvm,
.step-1-inner-rvm,
.step-2-inner-rvm {
	position: relative;
	min-height: 430px;
	padding-top: 180px;
}


.step-2-3-line-rvm {
	stroke: #c8c9cb;
	stroke-width: 2;
}

.step-3-4-line-rvm {
	stroke: #c8c9cb;
	stroke-width: 2;
}

.step-3-icon-wrap .circular-chart .circle {
	stroke-dasharray: 6;
}

.cross-dash-circle {
	stroke-width: 2;
	stroke-dasharray: 6;
}

.go-up-line {
	stroke: #57c1f8;
	stroke-width: 2;
	stroke-dasharray: 6;
}

.bypass-step-icon-wrap {
	height: 65px;
	width: 65px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	margin: 0 auto;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.bypass-step-circle .circle {
	stroke: #57c1f8;
	stroke-dasharray: 6;
}

.rvm-server-svg .st0 {
	display: none;
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
}

.rvm-server-svg .st1 {
	fill: #243469;
}

.bypass-step-circle {
	height: 90px;
	width: 90px;
}

.bypass-icon-wrap-circle {
	position: absolute;
	top: -5px;
	width: 100%;
}

.percentage {
	font-family: qs-medium;
	font-size: 18px;
	color: #00114e;
	margin-top: 25px;
	margin-bottom: 0px;
}

.percentage-blue {
	color: #57c1f8;
}

.bypass-percentage {
	font-size: 14px;
	font-family: qs-medium;
}

.anim-circle {
	fill: transparent;
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-1-2-line-rvm {
	stroke: #57c1f8;
	stroke-width: 2;
}

.step-1-2-line-rvm-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-1-2-1-line-rvm-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-1-2-1-new-line-rvm-anim,
.step-1-2-1-new-one-line-rvm-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.anim-circle-2 {
	fill: transparent;
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.go-up-line-ver-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
}

.go-up-line-hori-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.go-up-line-step-2-3-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.anim-circle-3 {
	fill: transparent;
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: scale(-1, 1);
	transform-origin: center;
	transform-style: preserve-3D;
}

.go-up-line-step-3-4-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.go-up-line-4-ver-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.go-up-line-4-hori-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.go-up-line-4-hori-new-anim {
	stroke: #f8fcff;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	stroke-width: 3;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-4-anim-cicle {
	fill: transparent;
}

/* .step-4-anim-cicle{fill:transparent;stroke: #f8fcff; stroke-width: 3;stroke-dasharray: 1000;stroke-dashoffset: 1000;transform: scale(-1,1);transform-origin: center;transform-style: preserve-3D;} */
.step-4-anim-cicle {
	fill: transparent;
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: scale(-1, 1) rotate(-90deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.anim-step-1 .anim-circle {
	animation: dash 1.8s linear 0.1s normal 1;
}

.anim-step-1 .step-1-2-line-rvm-anim {
	animation: dash 2s linear 0.1s normal 1;
}

.anim-step-2 .step-1-2-1-line-rvm-anim {
	animation: dash 2s linear 0.2s normal 1;
}

.anim-step-2 .step-1-2-1-new-line-rvm-anim {
	animation: dash 2s linear 0.5s normal 1;
}

.anim-step-2 .step-1-2-1-new-one-line-rvm-anim {
	animation: dash 1.5s linear 1.8s normal 1;
}

.anim-step-2 .anim-circle-2 {
	animation: dash 2s linear 1.2s normal 1;
}

.anim-step-2 .go-up-line-ver-anim {
	animation: dash 2s linear 0.8s normal 1;
}

.anim-step-2 .go-up-line-hori-anim {
	animation: dash 2s linear 1s normal 1;
}

.anim-step-3 .go-up-line-step-2-3-anim {
	animation: dash 2s linear 1.3s normal 1;
}

.anim-step-3 .anim-circle-3 {
	animation: dash 2s linear 1.6s normal 1;
}

.anim-step-3 .go-up-line-step-3-4-anim {
	animation: dash 2s linear 1.7s normal 1;
}

.anim-step-3 .step-3-icon-wrap {
	background-color: rgba(255, 255, 255, 0.2);
}

.anim-step-3 #Layer_1 {
	opacity: 0.2;
}

.anim-step-3 #Layer_1.rvm-server-svg {
	opacity: 1;
}

.anim-step-4 .go-up-line-4-ver-anim {
	animation: dash 2s linear 2s normal 1;
}

.anim-step-4 .go-up-line-4-hori-anim {
	animation: dash 2s linear 2.2s normal 1;
}

.anim-step-4 .step-4-anim-cicle {
	animation: dash 2s linear 2.9s normal 1;
}

.step-3-main-anim-circle {
	fill: transparent;
}

@keyframes dash {
	0% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: 1000;
	}
}

.rvm-new-price {
	padding-top: 50px;
	padding-bottom: 50px;
}

.rvm-new-price .section-title {
	margin-bottom: 50px;
}

.price-table-inner {
	text-align: center;
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	border-bottom: 4px solid #57c1f8;
}

.price-table-inner:hover .price-table-price-wrap {
	background-color: #57c1f8;
}

.price-table-inner:hover .amount-number h3 {
	color: #ffffff;
}

.price-cta-wrap {
	text-align: center;
	margin-top: 50px;
}

.price-table-price-wrap {
	border-bottom: 1px solid #d5d5d5;
	position: relative;
	padding: 20px 10px 35px;
	transition: all 0.3s;
}

.amount-number h3 {
	margin: 0;
	font-size: 32px;
	font-family: qs-medium;
	transition: all 0.3s;
}

.plan-name-wrap {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 50%);
	border: 1px solid #d5d5d5;
	border-radius: 50px;
	background-color: #f0f6fa;
}

.plan-name-wrap h4 {
	margin: 0px;
	color: #57c1f8;
	font-size: 22px;
	width: 90px;
	padding: 10px 0px;
	line-height: 14px;
	font-family: qs-medium;
}

.price-desc {
	padding-top: 30px;
}

.voice-drop-wrap h4,
.base-rate-wrap h4 {
	font-size: 22px;
	font-family: qs-medium;
	margin-top: 0px;
	color: #8e94a5;
}

.voice-drop-wrap h3,
.base-rate-wrap h3 {
	margin-top: 0px;
	font-size: 30px;
	color: #8e94a5;
	font-family: qs-bold;
}

.base-rate-wrap {
	padding-bottom: 15px;
}

/* New predictive dialer page */
.cpd-page .hero-text-wrapper {
	text-align: left;
}

.cpd-page .hero-text-wrapper h1 {
	font-size: 60px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
	visibility: hidden;
}

.cpd-page .hero-text-wrapper h3 {
	font-size: 28px;
	color: #ffffff;
	font-family: qs-medium;
}

.cpd-page .hero-text-wrapper h4.noun {
	margin-bottom: 10px;
	font-style: italic;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 26px;
	margin-top: 25px;
	visibility: hidden;
}

.cpd-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
	visibility: hidden;
}

.cpd-page .hero-text-wrapper h4.hero-description {
	line-height: 38px;
}

.single-feature-desc p {
	font-family: qs-medium;
	color: #6d6868;
}

.singl-feature-img-wrap.cpd-support {
	padding: 25px 10px;
}

.singl-feature-img-wrap.cpd-in-out-bound {
	padding-top: 30px;
}

.singl-feature-img-wrap.cpd-support img {
	width: 70px;
}

.singl-feature-img-wrap.cpd-in-out-bound img {
	width: 50px;
}

/* predictive dialer how it work */
.lr-server-cpd-anim {
	stroke: #f8fcff;
	fill: transparent;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-1-2-line-cpd-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-1-1-line-cpd-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-1-2-1-line-cpd-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-1-2-line-4-block {
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.step-1-2-line-1-block,
.step-1-2-line-4-block,
.step-1-2-line-cpd-1-block-connect,
.step-1-2-line-cpd-2-block-connect,
.step-1-2-line-cpd-3-block-connect,
.step-1-2-line-cpd-4-block-connect {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-1-2-line-cpd-1-block-connect,
.step-1-2-line-cpd-2-block-connect,
.step-1-2-line-cpd-3-block-connect,
.step-1-2-line-cpd-4-block-connect {
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.joint-point-gray-1-block,
.joint-point-gray-2-block,
.joint-point-gray-3-block,
.joint-point-green-4-block {
	fill: transparent;
}

.step-2-3-ver-line-cpd,
.step-2-3-hori-line-cpd {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.joint-point-blue-4-block {
	fill: transparent;
}

.step-2-3-line-cpd-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: rotate(180deg);
	transform-origin: center;
	transform-style: preserve-3D;
}

.lr-cpd-last-circle {
	stroke: #f8fcff;
	fill: transparent;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transform: scale(-1, 1);
	transform-origin: center;
	transform-style: preserve-3D;
}

/* .cpd-anim-step-1 .lr-server-cpd-anim{animation: dash 1.5s linear 0.1s normal 1;} */
/* .lr-server-cpd-anim{animation: dash 1.5s linear 0.5s normal infinite;} */
/* .cpd-anim-step-1 .step-1-2-line-cpd-anim{animation: dash 1.5s linear 0.5s normal 1;} */
/* .step-1-2-line-cpd-anim{animation: dash 1.5s linear 0.7s normal infinite;} */
/* .cpd-anim-step-1  */
/* .step-1-1-line-cpd-anim{animation: dash 1.5s linear 0.9s normal infinite;} */
/* .cpd-anim-step-2  */
/* .step-1-2-line-1-block{animation: dash 1.6s linear 0.5s normal infinite;} */
/* .cpd-anim-step-2  */
/* .step-1-2-1-line-cpd-anim{animation: dash 4s linear 1.5s normal infinite;} */
/* .cpd-anim-step-2  */
/* .step-1-2-line-4-block{animation: dash 3s linear 0s normal infinite;} */
/* .cpd-anim-step-2  */
/* .step-1-2-line-cpd-1-block-connect{animation: dash 2s linear 0.8s normal infinite;}
.step-1-2-line-cpd-2-block-connect,
.step-1-2-line-cpd-3-block-connect,
.step-1-2-line-cpd-4-block-connect{animation: dash 2s linear 0.8s normal infinite;} */
.joint-point-gray-1-block,
.joint-point-gray-2-block,
.joint-point-gray-3-block,
.joint-point-green-4-block,
.joint-point-blue-4-block {
	fill: transparent;
}

/* .joint-point-blue-4-block{animation: show-connect 2s linear 1.8s normal 1;}
.step-2-3-hori-line-cpd{animation: dash 1.8s linear 1.2s normal 1;}
.step-2-3-ver-line-cpd{animation: dash 1.9s linear 1.3s normal 1;}
.step-2-3-line-cpd-anim{animation: dash 2s linear 1.5s normal 1;}
.lr-cpd-last-circle{animation: dash 1.5s linear 3s normal 1;} */
.cpd-hiw-text-p {
	position: absolute;
	margin-bottom: 0px;
	font-family: qs-medium;
	font-size: 18px;
	color: #00114e;
	margin-bottom: 0px;
}

.cpd-hiw-text-p.step-1-cpd-text {
	bottom: -90px;
	left: 0;
	width: 50%;
}

.cpd-hiw-text-p.step-2-cpd-text {
	width: 50%;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%);
}

.cpd-hiw-text-p.step-3-cpd-text {
	width: 50%;
	bottom: -90px;
	right: 0px;
}

.number-single-cpd:after {
	background-color: transparent;
}

.number-single-cpd.active:after {
	background-color: transparent;
}

.cpd-anim-step-2 .step-2-list-1 .number-single-cpd:after {
	animation: show-status-color 1s linear 3.5s forwards 1;
}

.cpd-anim-step-2 .step-2-list-2 .number-single-cpd:after {
	animation: show-status-color 1s linear 3.8s forwards 1;
}

.cpd-anim-step-2 .step-2-list-3 .number-single-cpd:after {
	animation: show-status-color 1s linear 4.0s forwards 1;
}

.cpd-anim-step-2 .step-2-list-4 .number-single-cpd.active:after {
	animation: show-status-color-green 1s linear 4.2s forwards 1;
}

.cpd-anim-step-2 .step-2-list-1 .step-2-text-wrap p:not(.connecting-text) {
	animation: cpd-text-animation 0.3s linear 3.1s forwards 1;
}

.cpd-anim-step-2 .step-2-list-2 .step-2-text-wrap p:not(.connecting-text) {
	animation: cpd-text-animation 0.3s linear 3.1s forwards 1;
}

.cpd-anim-step-2 .step-2-list-3 .step-2-text-wrap p:not(.connecting-text) {
	animation: cpd-text-animation 0.3s linear 3.1s forwards 1;
}

.cpd-anim-step-2 .step-2-list-4 .step-2-text-wrap p:not(.connecting-text) {
	animation: cpd-text-animation 0.3s linear 3.1s forwards 1;
}

.cpd-anim-step-2 .step-2-list-1 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-2 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-3 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-4 .step-2-text-wrap p.connecting-text {
	animation: cpd-text-connect-animation 0.3s linear 3.0s forwards 1;
}

.cpd-anim-step-2 .step-2-list-1 .step-2-text-wrap p,
.cpd-anim-step-2 .step-2-list-2 .step-2-text-wrap p,
.cpd-anim-step-2 .step-2-list-3 .step-2-text-wrap p,
.cpd-anim-step-2 .step-2-list-4 .step-2-text-wrap p {
	opacity: 0;
}

.cpd-anim-step-2 .step-2-list-1 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-2 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-3 .step-2-text-wrap p.connecting-text,
.cpd-anim-step-2 .step-2-list-4 .step-2-text-wrap p.connecting-text {
	opacity: 1;
}

.splash-loader.wrap-up:before,
.splash-loader.wrap-up:after,
.splash-loader.wrap-up {
	background: #ff3a31;
}

.splash-loader.wrap-up {
	transform: translate(0px, 0px);
}

.cpd-anim-step-2 .splash-loader.on-call {
	animation: slide-down 0.6s linear 3.8s forwards 1;
}

.cpd-anim-step-2 .splash-loader.wrap-up {
	animation: slide-up 0.6s linear 3.8s forwards 1;
}

.splash-loader.wrap-up svg {
	transform: rotate(137deg);
}

.cpd-testi-new .cpd-testi-new {
	min-height: 200px;
}

.cpd-testi-new.testimonials-slider .section-title {
	margin-bottom: 40px;
}

.cpd-new-price {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* voice broadcasting page design new */
.vb-page .hero-text-wrapper h1 {
	font-size: 60px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
	visibility: hidden;
}

.vb-page .sub-hero-points.last-point .sub-hero-inner,
.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
	width: 70%;
}

.vb-page .hero-sec-inner {
	text-align: left;
}

.vb-page .hero-cta-wrapper {
	margin-top: 50px;
}

.hero-text-wrapper .hero-defination {
	font-size: 28px;
	color: #ffffff;
	font-family: qs-medium;
}

.cpd-pricing-new {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cpd-pricing-new .section-title {
	margin-bottom: 50px;
}

.vb-hiw {
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #f8fcff;
}

.vb-hiw .section-title {
	margin-bottom: 230px;
}

.vb-hiw-step .vb-step-1-icon-wrap,
.vb-hiw-step .vb-step-2-icon-wrap {
	height: 150px;
	width: 150px;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
	margin: 0 auto;
}

.vb-hiw-step {
	display: inline-block;
	width: 33.333%;
	vertical-align: middle;
	text-align: center;
	margin-right: -2px;
	margin-left: -2px;
}

.vb-hiw-step .vb-step-1-icon-wrap,
.vb-hiw-step .vb-step-2-icon-wrap {
	text-align: center;
}

.vb-step-1-icon-wrap .st0 {
	fill: #233369;
}

.vb-step-1-icon-wrap .st1 {
	fill: none;
	stroke: #233369;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.vb-step-2-icon-wrap .st0 {
	fill: transparent;
}

.vb-step-2-icon-wrap .st1 {
	fill: #233369;
}

.vb-step-2-icon-wrap .st3 {
	font-size: 16px;
}

.vb-step-2-icon-wrap .st4 {
	fill: none;
	stroke: #233369;
	stroke-miterlimit: 10;
}

.vb-step-2-icon-wrap .st6 {
	font-size: 10px;
}

.vb-step-2-icon-wrap .st7 {
	fill: #FFFFFF;
}

.vb-hiw-step {
	position: relative;
}

.vb-step-2-bubble-inner p {
	color: #00114e;
	font-size: 18px;
	font-family: qs-bold;
	margin-bottom: 0px;
}

.vb-step-2-bubble-inner p span {
	color: #6ecaf9;
	font-size: 22px;
}

.vb-step-2-bubble {
	width: 240px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: -150px;
	left: -50px;
}

.vb-step-2-bubble-inner {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 12px;
	-webkit-box-shadow: 1px 2px 10px 4px rgba(77, 143, 177, 0.15);
	-moz-box-shadow: 1px 2px 10px 4px rgba(77, 143, 177, 0.15);
	box-shadow: 1px 2px 10px 4px rgba(77, 143, 177, 0.15);
	z-index: 10;
	position: relative;
}

.bubble-tail {
	position: absolute;
	bottom: -40px;
	right: 40px;
	z-index: 0;
}

.vb-step-3 .vb-hiw-inner {
	height: 150px;
	position: relative;
}

.vb-step-3-joint-circle {
	fill: #6ecaf9
}

.vb-step-3-connect-down-line {
	stroke-width: 2;
	stroke: #6ecaf9;
}

.vb-step-1-3-connect {
	stroke-width: 2;
	stroke: #6ecaf9;
}

.agent_1_vb,
.agent_2_vb {
	width: 100px;
	height: 100px;
}

.vb-agents {
	position: absolute;
}

.vb-agents.agent_1_vb {
	top: -60px;
	left: 90px;
}

.vb-agents.agent_2_vb {
	top: 120px;
	left: 90px;
}

.agent_1_vb .st0,
.agent_2_vb .st0 {
	display: none;
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
}

.agent_1_vb .st1,
.agent_2_vb .st1 {
	fill: #233369;
}

.agent_1_vb .st2,
.agent_2_vb .st2 {
	fill: #FFFFFF;
}

.vb-page .hiw-main-sec {
	margin-bottom: 100px;
}

.hiw-mob-sec {
	text-align: center;
}

.hiw-mob-sec img,
.hiw-mob-sec video {
	width: 100%;
	max-width: 100%;
}

.vb-go-up-line {
	stroke: #57c1f8;
	stroke-width: 2;
	stroke-dasharray: 6;
}

.vb-step-3-svg {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 7px;
	top: -23px;
}

.vb-step-2-svg {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 7px;
	top: -23px;
}

.lr-server-vb {
	stroke-dasharray: 6;
	stroke: #6ecaf9;
	stroke-width: 2;
}

.lr-server-vb-anim {
	stroke: #f8fcff;
	fill: transparent;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-2-1-line-vb,
.step-1-2-line-vb {
	stroke: #6ecaf9;
	stroke-width: 2;
}

.step-1-2-line-vb-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-2-1-line-vb-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.step-1-2-line-vb {
	stroke: #6ecaf9;
	stroke-width: 2;
}

.step-1-2-line-vb-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.vb-step-1-svg {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 7px;
	top: -23px;
}

.vb-anim-step-1 .lr-server-vb-anim {
	animation: dash 1.6s linear 0.5s normal 1;
}

.vb-anim-step-1 .step-1-2-line-vb-anim {
	animation: dash 2s linear 1.2s normal 1;
}

.vb-anim-step-1 .step-2-1-line-vb-anim {
	animation: dash 2s linear 2.8s normal 1;
}

.vb-anim-step-1 .vb-step-1-3-connect-anim {
	animation: dash 2s linear 3.2s normal 1;
}

.vb-anim-step-3 .vb-step-1-3-connect-anim {
	animation: dash 2s linear 2.2s normal 1;
}

.vb-anim-step-2 .step-1-2-line-vb-anim {
	animation: dash 1.4s linear 1.2s normal 1;
}

.vb-anim-step-2 .lr-server-vb-anim {
	animation: dash 1.4s linear 1.8s normal 1;
}

.vb-anim-step-2 .step-2-1-line-vb-anim {
	animation: dash 1.4s linear 2s normal 1;
}

.vb-step-1-3-connect-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.vb-step-3-connect-down-line-anim,
.vb-go-up-line-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.vb-go-up-line-anim2 {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.vb-anim-step-3 .vb-step-3-connect-down-line-anim {
	animation: dash 2s linear 2.4s normal 1;
}

.vb-anim-step-3 .vb-go-up-line-anim,
.vb-anim-step-3 .vb-go-up-line-anim2 {
	animation: dash 2s linear 2.4s normal 1;
}

.vb-step-3-joint-circle-anim {
	fill: #f8fcff;
	fill-opacity: 0;
}

.vb-anim-step-3 .vb-step-3-joint-circle-anim {
	animation: show-connect-2 2s linear 3.4s normal 1;
}

/* .vb-anim-step-3 .vb-step-3-icon-wrap .vb-agents  path,.vb-anim-step-3 .vb-step-3-icon-wrap .vb-agents line{animation:  show-connect2 2s linear 5s normal 1;} */
.vb-step-3 p.percentage {
	position: absolute;
	bottom: -120px;
	left: 50%;
	margin-top: 0px;
	transform: translate(-50%);
}

.vb-step-1 .percentage {
	position: absolute;
	bottom: -120px;
	left: 50%;
	margin-top: 0px;
	transform: translate(-50%);
}

.vb-step-2 p.percentage {
	position: absolute;
	bottom: -120px;
	left: 50%;
	margin-top: 0px;
	transform: translate(-50%);
}

.vb-step-2-lines {
	position: absolute;
	top: 0px;
	left: -50%;
	width: 100%;
}

.vb-step-1-3-line {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
}

.new-cta-service {
	display: inline-block;
	font-size: 32px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	font-family: qs-bold;
}

.service-suggection-cta {
	padding-left: 0px;
	padding-right: 0px;
}

.signup-cta {
	padding-left: 0px;
	padding-right: 0px;
}

.new-cta-service:hover {
	text-decoration: none;
}

.new-cta-service.service-sugg-cta {
	background-color: #57c1f8;
	cursor: pointer;
}

.service-suggestion-down-text {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	transform: translate(0, 100%);
	z-index: 1;
	background-color: #57c1f8;
	height: 85px;
	transition-delay: 0.3s;
	transition: all 0.3s;
}

.service-suggestion-down-text .ss-text-cta-new,
.service-suggestion-down-text .ss-text-cta-btn-new {
	display: inline-block;
	vertical-align: middle;
}

.service-suggestion-down-text .ss-text-cta-btn-new {
	margin-left: 10px;
}

.signup-sugg-down-text {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	transform: translate(0, 100%);
	z-index: 1;
	background-color: #ff8d12;
	height: 85px;
	transition-delay: 0.3s;
	transition: all 0.3s;
}

.signup-sugg-down-text.orange {
	transform: translate(0);
}

.signup-sugg-down-text p {
	text-align: center;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 18px;
	margin-bottom: 0px;
}

.service-suggestion-down-text.blue {
	transform: translate(0);
}

.service-suggestion-down-text p {
	text-align: center;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 18px;
	margin-bottom: 0px;
}

.new-shadow {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.new-cta-service.service-sugg-cta:hover,
.new-cta-service.service-sugg-cta:focus,
.new-cta-service.sign-up-cta:hover,
.new-cta-service.sign-up-cta:focus {
	color: #ffffff;
	text-decoration: none;
}

.new-cta-service.sign-up-cta {
	background-color: #ff8d12;
	cursor: pointer;
}

/* .cpd-pricing-new .price-cta-wrap .orange-cta{background-color: transparent;color: #57c1f8;border: 2px solid #57c1f8;text-shadow: none;} */
.hero-blog-wrapper.vb-service-blog-list {
	padding-bottom: 50px;
}

.hero-blog-wrapper.vb-service-blog-list .section-title {
	margin-bottom: 50px;
}

.rtm-page .hero-text-wrapper h1 {
	font-size: 60px;
	font-family: qs-bold;
	color: #ffffff;
	margin: 0px;
	visibility: hidden;
}

.rtm-page .hero-text-wrapper {
	width: 100%;
	text-align: left;
}

.rtm-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
}

.rtm-page .hero-text-wrapper h4 {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.rtm-page .hero-text-wrapper p {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.rtm-page .hero-text-wrapper h4.hero-description {
	line-height: 38px;
	visibility: hidden;
}

.rtm-page .hero-text-wrapper h4.noun {
	margin-bottom: 10px;
	font-style: italic;
	visibility: hidden;
}

.rtm-feature {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.rtm-feature .section-title {
	margin-bottom: 50px;
}

.rtm-phone-wrap {
	text-align: center;
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.rtm-hiw-inner {
	position: relative;
}

.rtm-hiw-inner .mms-hiw-img img {
	max-width: 100%;
}

.rtm-hiw-feature {
	position: absolute;
}

.rtm-hiw-feature.media-files {
	top: 25%;
	left: 5%;
	z-index: 1;
}

.rtm-hiw-feature.read-recipe {
	top: -5%;
	left: 70%;
	z-index: 1;
}

.rtm-hiw-feature.map-location {
	top: 55%;
	left: 75%;
	z-index: 1;
}

.rtm-hiw-feature-inner {
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: -7px 5px 15px 0px rgba(41, 135, 184, 0.15);
	-moz-box-shadow: -7px 5px 15px 0px rgba(41, 135, 184, 0.15);
	box-shadow: -7px 5px 15px 0px rgba(41, 135, 184, 0.15);
}

.hiw-feature-title .fill-circle-orange {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #f4b587;
	border-radius: 30px;
	vertical-align: middle;
}

.hiw-feature-title .fill-perple-orange {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #d095f6;
	border-radius: 30px;
	vertical-align: middle;
}

.media-file-title {
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: middle;
	padding-left: 5px;
}

.media-file-title h4 {
	margin: 0px;
	font-family: qs-bold;
	color: #f4b587;
}

.map-location-title {
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: middle;
	padding-left: 5px;
}

.map-location-title h4 {
	margin: 0px;
	font-family: qs-bold;
	color: #d095f6;
}

.media-file-img-wrap {
	padding: 20px;
}

.media-file-img-wrap img {
	width: 100%;
	max-width: 100%;
}

.ss-section {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #152f6b;
}

.ss-inner.ss-img-wrap {
	-webkit-box-shadow: 0px 8px 20px 0px rgba(26, 122, 171, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(26, 122, 171, 0.15);
	box-shadow: 0px 8px 20px 0px rgba(26, 122, 171, 0.15);
	position: relative;
}

.ss-inner .ss-img img {
	width: 100%;
	max-width: 100%;
}

.chrome-mockup {
	position: absolute;
	top: -45px;
	left: 0px;
	right: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.ss-img,
.ss-img {
	display: none;
}

.ss-img.active,
.ss-img.active {
	display: block;
}

.chrome-mockup img {
	width: 100%;
}

.rtm-testi-new .testi-single-inner {
	min-height: 195px;
}

.rtm-hiw {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.new-single-feature-inner.rtmf2 .singl-feature-img-wrap img {
	padding-top: 10px;
}

.swiper-pagination.tour-pagination {
	left: 50%;
	bottom: -40px;
	transform: translate(-50%);
}

.swiper-pagination.tour-pagination .swiper-pagination-bullet {
	margin-left: 8px;
	margin-right: 8px;
}

.swiper-pagination.tour-pagination .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	border: 3px solid #c8ccd5;
	background-color: transparent;
	opacity: 1;
}

.swiper-pagination.tour-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.swiper-pagination.tour-pagination .swiper-pagination-bullet-active {
	background-color: transparent;
	border: 3px solid #57c1f8;
	position: relative;
}

.swiper-pagination.tour-pagination .swiper-pagination-bullet-active:before {
	content: '';
	position: absolute;
	height: 25px;
	width: 25px;
	background-color: #57c1f8;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	opacity: 0.2;
	transform: translate(-50%, -50%);
	border: 1px solid #1890ce;
}

#tour-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #57c1f8;
	height: 3px;
	z-index: 1;
}

/* .rtm-ss-left .rtm-ss-inner{background-color: #ffffff;padding-top: 50px;padding-bottom: 50px;padding-left: 20px;padding-right: 20px;border: 1px solid #6ecaf9;-webkit-box-shadow: 0px 0px 10px 0px rgba(26,122,171,0.25);-moz-box-shadow: 0px 0px 10px 0px rgba(26,122,171,0.25);box-shadow: 0px 0px 10px 0px rgba(26,122,171,0.25);}
.rtm-ss-left .rtm-ss-inner img{max-width: 100%;width: 100%;} */
/* .rtm-ss-text-wrap {padding-top: 20px;width: 80%;margin: 0 auto;}
.rtm-ss-text-wrap p{font-size: 20px;line-height: 40px;font-family: qs-medium;color: #6d6868;margin-bottom: 0px;} */

.hiw-feature-title .fill-circle-blue {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #5696f5;
	border-radius: 30px;
	vertical-align: middle;
}

.read-recipe-title {
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: middle;
	padding-left: 5px;
}

.read-recipe-title h4 {
	margin: 0px;
	font-family: qs-bold;
	color: #5696f5;
}

.media-file-connect line {
	stroke: #f4b589;
	stroke-width: 2;
}

.read-recipe-connect line {
	stroke: #5696f5;
	stroke-width: 2;
}

.map-location-connect line {
	stroke: #d095f6;
	stroke-width: 2;
}

.media-file-connect .media-file-connect-line-1-anim,
.media-file-connect .media-file-connect-line-3-anim,
.media-file-connect .media-file-connect-line-2-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.rtm-hiw-inner-anim .media-file-connect .media-file-connect-line-1-anim {
	animation: dash 2s linear 0.1s normal 1;
}

.rtm-hiw-inner-anim .media-file-connect .media-file-connect-line-2-anim {
	animation: dash 2s linear 0.3s normal 1;
}

.rtm-hiw-inner-anim .media-file-connect .media-file-connect-line-3-anim {
	animation: dash 2s linear 0.4s normal 1;
}

.read-recipe-connect .read-recipe-connect-line-1-anim,
.read-recipe-connect .read-recipe-connect-line-3-anim,
.read-recipe-connect .read-recipe-connect-line-2-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.rtm-hiw-inner-anim .read-recipe-connect .read-recipe-connect-line-1-anim {
	animation: dash 2s linear 0.1s normal 1;
}

.rtm-hiw-inner-anim .read-recipe-connect .read-recipe-connect-line-2-anim {
	animation: dash 2s linear 0.3s normal 1;
}

.rtm-hiw-inner-anim .read-recipe-connect .read-recipe-connect-line-3-anim {
	animation: dash 2s linear 0.5s normal 1;
}

.map-location-connect .map-connect-line-1-anim,
.map-location-connect .map-connect-line-3-anim,
.map-location-connect .map-connect-line-2-anim {
	stroke: #f8fcff;
	stroke-width: 3;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.rtm-hiw-inner-anim .map-location-connect .map-connect-line-1-anim {
	animation: dash 2s linear 0.1s normal 1;
}

.rtm-hiw-inner-anim .map-location-connect .map-connect-line-2-anim {
	animation: dash 2s linear 0.4s normal 1;
}

.rtm-hiw-inner-anim .map-location-connect .map-connect-line-3-anim {
	animation: dash 2s linear 0.8s normal 1;
}

.map-location-connect {
	position: absolute;
	top: 40%;
	right: 18%;
	height: 55%;
}

.read-recipe-connect {
	position: absolute;
	top: 0%;
	right: 18%;
	height: 55%;
}

.media-file-connect {
	position: absolute;
	top: 20%;
	right: 49%;
	height: 55%;
}

.cpd-anim-step-2 .step-2-list-1 .number-single-cpd:after {
	animation: show-status-color 1s linear 3s forwards 1;
}

.cpd-anim-step-2 .step-2-list-2 .number-single-cpd:after {
	animation: show-status-color 1s linear 4s forwards 1;
}

.cpd-anim-step-2 .step-2-list-3 .number-single-cpd:after {
	animation: show-status-color 1s linear 4s forwards 1;
}

.cpd-anim-step-2 .step-2-list-4 .number-single-cpd.active:after {
	animation: show-status-color-green 1s linear 4s forwards 1;
}

/* .cpd-anim-step-2 .step-2-list-1 .step-2-text-wrap p{animation: show-status 1.3s linear 4s forwards 1;} */

.splash-loader.wrap-up:before,
.splash-loader.wrap-up:after,
.splash-loader.wrap-up {
	background: #ff3a31;
}

.splash-loader.wrap-up {
	transform: translate(0px, 0px);
}

.cpd-anim-step-2 .splash-loader.on-call {
	animation: slide-down 0.6s linear 3.8s forwards 1;
}

.cpd-anim-step-2 .splash-loader.wrap-up {
	animation: slide-up 0.6s linear 3.8s forwards 1;
}

.splash-loader.wrap-up svg {
	transform: rotate(137deg);
}

.rtm-hiw-inner-anim .rtm-hiw-feature.media-files {
	opacity: 0;
	animation: rtm-anim-media-file 0.8s 2.5s forwards 1;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.rtm-hiw-inner-anim .rtm-hiw-feature.map-location {
	opacity: 0;
	animation: rtm-anim-map-location 0.8s 2.5s forwards 1;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.rtm-hiw-inner-anim .rtm-hiw-feature.read-recipe {
	opacity: 0;
	animation: rtm-anim-read-reciep 0.8s 2.5s forwards 1;
	transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.rvm-price-slider {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

.rvm-price-slider .section-title {
	margin-bottom: 50px;
}

.select-country-title {
	text-align: center;
}

.select-country-title h4 {
	font-family: qs-bold;
	font-size: 20px;
	color: #00114e;
}

.select-country-title p {
	font-family: qs-bold;
	font-size: 20px;
	color: #00114e;
}

.select-country-dd-inner {
	width: 50%;
	max-width: 210px;
	margin: 0 auto;
	margin-top: 20px;
}

#rvmCountry .dropdown-menu {
	right: 0px;
}

.slider {
	height: 1em;
	margin: 5% 0%;
	min-width: 11em;
	max-width: 100%;
	margin-top: 10%;
}

.slider-digit {
	cursor: pointer;
	margin: -.6em;
	position: absolute;
	top: .32em;
}

.rvm-pricing-card-inner {
	border: 1px solid #ced4e5;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 0px;
}

.rvm-pricing-card-contact {
	border: 1px solid #ced4e5;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	min-height: 154px;
	padding-top: 45px;
	background-color: #ffffff;
}

.first-free {
	border: 1px solid #ced4e5;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	min-height: 154px;
	padding-top: 45px;
	background-color: #ffffff;
}

/* Taken from jQueryUI */

.ui-slider {
	background-color: #edf0f7;
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	background-color: #ffffff;
	position: absolute;
	z-index: 1;
	cursor: default;
	height: 38px;
	width: 38px;
	border-radius: 100%;
	display: inline-block;
}

.ui-slider .ui-slider-handle:after {
	content: '';
	position: absolute;
	height: 17px;
	width: 17px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ff8d12;
	border-radius: 100%;
}

.ui-slider .ui-slider-handle:focus {
	outline: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-color: #6ecaf9;
}

.ui-slider-horizontal {
	height: 24px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: calc(50% - 19px);
	margin-left: -25px;
	border: 2px solid #6ecaf9;
}

.ui-slider-horizontal .ui-slider-range {
	top: 50%;
	height: 30%;
	transform: translateY(-50%);
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 10px;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.card-block {
	display: inline-block;
	width: 24.5%;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.card-block.price-wrap,
.card-block.vmdrops-wrap,
.card-block.per-min-cost-wrap {
	border-right: 1px solid #9099b8;
}

.rvm-pricing-card {
	margin-top: 100px;
}

.per-min-cost-title h4,
.vmdrops-title h4,
.price-wrp-title h4 {
	margin-top: 0px;
	font-family: qs-medium;
	color: #6d6868;
	font-size: 26px;
}

.rvm-price-dollar,
.vmdrops-count,
.per-min-cost-amount {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	min-height: 54px;
}

.rvm-price-dollar h3.change-rvm-value,
.vmdrops-count h3.change-rvm-value,
.per-min-cost-amount h3.change-rvm-value {
	animation: slide-down-to-up 0.4s linear 0s forwards 1;
}

.vmdrops-count h3.change-old-price-rvm,
.rvm-price-dollar h3.old-price-rvm-dollar,
.per-min-cost-amount h3.old-price-rvm-cent {
	animation: slide-up-to-down 0.4s linear 0s forwards 1;
}

.rvm-price-dollar h3,
.vmdrops-count h3,
.per-min-cost-amount h3 {
	margin-bottom: 0px;
	color: #00114e;
	font-size: 40px;
	font-family: qs-bold;
	margin-top: 10px;
	position: absolute;
	width: 100%;
	text-align: center;
}

/* .rvmusaprice.per-min-cost-amount h3{width: auto;left: 50%;} */
.per-min-cost-amount h3 span {
	font-family: qs-medium;
}

.rvm-tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	padding: 0px;
	bottom: 150%;
	margin-left: -12px;
	opacity: 0;
	transition: all 0.3s;
}

.ui-slider-handle.ui-state-hover .rvm-tooltip {
	opacity: 1;
}

.uk-aus-min {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.uk-landline-wrap,
.uk-mobile-wrap {
	width: 49%;
	display: inline-block;
}


.per-min-cost-amount .pd-ll-cost,
.per-min-cost-amount .pd-mob-cost,
.vmdrops-count .cpd-ll-min,
.vmdrops-count .cpd-mob-min {
	font-size: 30px;
}

.per-min-cost-amount .pd-ll-cost,
.vmdrops-count .cpd-ll-min {
	left: 0px;
	margin-top: 5px;
	width: 49%;
	text-align: center;
	font-family: qs-medium;
}

/* .pd-ll-cost:after{content: '/';position: absolute;height: 100%;width: 100%;right: -75px;top: 0px;}
.cpd-ll-min:after{content: '/';position: absolute;height: 100%;width: 100%;right: -80px;top: 0px;} */
.uk-aus-min-divider span {
	font-size: 30px;
	color: #00114e;
	font-family: qs-medium;
}

.per-min-cost-amount .pd-mob-cost,
.vmdrops-count .cpd-mob-min {
	right: 0%;
	margin-top: 5px;
	width: 49%;
	font-family: qs-medium;
}

.pd-ll-cost .pd-ll-cost-title,
.pd-mob-cost .pd-mob-cost-title,
.vmdrops-count .cpd-ll-min-title,
.vmdrops-count .cpd-mob-min-title {
	font-size: 14px;
	color: #6d6868;
	font-family: qs-medium;
}

.cpd-mob-min-title,
.cpd-ll-min-title {
	font-size: 14px;
	color: #6d6868;
	font-family: qs-medium;
}

.cpd-two-cost,
.cpd-two-min {
	min-height: 60px;
}

.rvm-tooltip .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
}

.rvm-tooltip-inner {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 60px;
	height: 60px;
	border: none;
	-webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	color: rgba(255, 255, 255, 1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #00114e;
	-webkit-transform: rotateX(-0.5729577951308232deg) rotateY(-1.1459155902616465deg) rotateZ(496.18145058329293deg);
	transform: rotateX(-0.5729577951308232deg) rotateY(-1.1459155902616465deg) rotateZ(496.18145058329293deg);
}

.rvm-tooltip-inner span {
	font-family: qs-bold;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transform: rotateX(0.5729577951308232deg) rotateY(1.1459155902616465deg) rotateZ(-496.18145058329293deg);
	transform: rotateX(0.5729577951308232deg) rotateY(1.1459155902616465deg) rotateZ(-496.18145058329293deg);
	top: 30%;
	left: 0;
	font-size: 14px;
	right: 0;
	width: 100%;
}

.rvm-pricing-card-contact {
	display: none;
}

.first-free {
	display: none;
}

.rvm-pricing-card-inner {
	display: none;
}

.ui-slider-labels {
	position: absolute;
	bottom: -40px;
	transform: translate(-50%);
	color: #6d6868;
	font-family: qs-bold;
	font-size: 18px;
	cursor: pointer;
}

.ui-slider-labels.one-labels-rvm {
	left: 0;
	transform: translate(0);
}

#rvmPriceSilder .ui-slider-labels.two-labels-rtm {
	left: 19.5%;
}

#rvmPriceSilder .ui-slider-labels.three-labels-rtm {
	left: 39.5%;
}

#rvmPriceSilder .ui-slider-labels.four-labels-rtm {
	left: 59.5%;
}

#rvmPriceSilder .ui-slider-labels.five-labels-rtm {
	left: 82%;
}

#rvmPriceSilder .ui-slider-labels.six-labels-rtm {
	left: 100%;
	transform: translate(-100%);
}

#rvmPriceSilder .ui-slider-labels.two-labels-au-rtm {
	left: 33%;
}

#rvmPriceSilder .ui-slider-labels.three-labels-au-rtm {
	left: 68%;
}

.ui-slider-labels.two-labels-rvm {
	left: 19.8859%;
}

.ui-slider-labels.two-labels-rvm.ui-slider-labels-mob {
	left: 50%;
}

.ui-slider-labels.three-labels-rvm {
	left: 49.443%;
}

.ui-slider-labels.five-labels-rvm {
	left: 74.4949%;
}

.ui-slider-labels.three-labels-rvm.ui-slider-labels-mob {
	left: 100%;
}

.ui-slider-labels.four-labels-rvm {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels-top.vm-labels-rvm {
	position: absolute;
	top: -40px;
	left: 0px;
	color: #6d6868;
	font-family: qs-bold;
	font-size: 18px;
}

.ui-slider-labels.one-labels-rvm-ca {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-rvm-ca {
	left: 32.8859%;
}

.ui-slider-labels.three-labels-rvm-ca {
	left: 66.443%;
}

.ui-slider-labels.four-labels-rvm-ca {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-pd {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-pd {
	left: 25%;
}

.ui-slider-labels.three-labels-pd {
	left: 50%;
}

.ui-slider-labels.four-labels-pd {
	left: 75%;
}

.ui-slider-labels.five-labels-pd {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-us-pd {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-us-pd {
	left: 25%;
}

.ui-slider-labels.three-labels-us-pd {
	left: 50%;
}

.ui-slider-labels.four-labels-us-pd {
	left: 75%;
}

.ui-slider-labels.five-labels-us-pd {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-au-pd {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-au-pd {
	left: 33.3333%;
}

.ui-slider-labels.three-labels-au-pd {
	left: 66.6667%;
}

.ui-slider-labels.four-labels-au-pd {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-gb-pd {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-gb-pd {
	left: 50%;
}

.ui-slider-labels.three-labels-gb-pd {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-rvm-aus-uk {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-rvm-aus-uk {
	left: 15.7931%;
}

.ui-slider-labels.three-labels-rvm-aus-uk {
	left: 32.8%;
}

.ui-slider-labels.four-labels-rvm-aus-uk {
	left: 49.5%;
}

.ui-slider-labels.five-labels-rvm-aus-uk {
	left: 66%;
}

.ui-slider-labels.six-labels-rvm-aus-uk {
	left: 82.7586%;
}

.ui-slider-labels.seven-labels-rvm-aus-uk {
	left: 100%;
	transform: translate(-100%);
}

#rvmPriceSilder.current-us .ui-slider-labels.labels-aus-uk,
#rvmPriceSilder.current-ca .ui-slider-labels.labels-aus-uk,
#rvmPriceSilder.current-ca .ui-slider-labels.labels-aus-uk-mob,
#rvmPriceSilder.current-us .ui-slider-labels.labels-aus-uk-mob {
	display: none;
}

.ui-slider-labels.one-labels-rtm {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-rtm {
	left: 24.5%;
}

.ui-slider-labels.three-labels-rtm {
	left: 49.5%;
}

.ui-slider-labels.four-labels-rtm {
	left: 74.5%;
}

.ui-slider-labels.five-labels-rtm {
	left: 100%;
	transform: translate(-100%);
}

/* .ui-slider-labels.six-labels-rtm{left: 100%;transform: translate(-100%);} */

.ui-slider-labels.two-labels-rtm.slide-label-ca-rtm {
	left: 20%;
}

.ui-slider-labels.three-labels-rtm.slide-label-ca-rtm {
	left: 40%;
}

.ui-slider-labels.four-labels-rtm.slide-label-ca-rtm {
	left: 60%;
}

.ui-slider-labels.five-labels-rtm.slide-label-ca-rtm {
	left: 80%;
}



.ui-slider-labels.one-labels-mms {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-mms {
	left: 24.5%;
}

.ui-slider-labels.three-labels-mms {
	left: 49.5%;
}

.ui-slider-labels.four-labels-mms {
	left: 74.5%;
}

.ui-slider-labels.five-labels-mms {
	left: 100%;
}

.ui-slider-labels.six-labels-mms {
	left: 100%;
	transform: translate(-100%);
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.two-labels-rtm {
	left: 31.5%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.three-labels-rtm {
	left: 64.5%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.four-labels-rtm {
	left: 100%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.slide-label-us-mms-mob.two-labels-rtm {
	left: 23.5%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.slide-label-us-mms-mob.three-labels-rtm {
	left: 47.5%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.slide-label-us-mms-mob.four-labels-rtm {
	left: 73%;
}

#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob.slide-label-us-mms-mob.five-labels-rtm {
	left: 100%;
}

.ui-slider-labels.one-labels-ss {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-ss {
	left: 16.6667%;
}

.ui-slider-labels.three-labels-ss {
	left: 37.5%;
}

.ui-slider-labels.four-labels-ss {
	left: 58.3333%;
}

.ui-slider-labels.five-labels-ss {
	left: 79.1667%;
}

.ui-slider-labels.six-labels-ss {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-au-rtm {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-au-rtm {
	left: 50%;
}

.ui-slider-labels.three-labels-au-rtm {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.four-labels-au-rtm {
	left: 100%;
	transform: translate(-100%);
}

.ui-slider-labels.one-labels-gb-rtm {
	left: 0;
	transform: translate(0);
}

.ui-slider-labels.two-labels-gb-rtm {
	left: 50%;
}

.ui-slider-labels.three-labels-gb-rtm {
	left: 100%;
	transform: translate(-100%);
}

.oldrvmPrice {
	position: absolute;
	left: 18%;
	top: 50%;
	font-size: 24px;
	/* background-color: #ffb4b4; */
	padding: 2px;
	transform: translate(0%, -30%);
	line-height: 1;
	letter-spacing: 0px;
	width: 41px;
	text-align: center;
	/* border: 1px solid red; */
	border-radius: 4px;
}

.down-price-icon {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	left: 31%;
	top: 20px;
}

.oldrvmPrice:after {
	content: '';
	width: 100%;
	height: 2.5px;
	position: absolute;
	top: 50%;
	left: 0%;
	/* background-color: #ff8d12; */
	background-color: red;
}

.dropdown-menu>li>a span {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 0;
}

@media only screen and (max-width: 1500px) {
	.oldrvmPrice {
		left: 10%;
	}

	.down-price-icon {
		left: 25%;
	}
}

@media only screen and (max-width: 1200px) {
	.oldrvmPrice {
		left: 5%;
	}

	.down-price-icon {
		left: 23%;
		top: 20px;
		width: 25px;
		height: 25px;
	}
}

@media only screen and (max-width: 1025px) {
	.oldrvmPrice {
		top: 30%;
	}

	.down-price-icon {
		top: 10px;
	}

}

@media only screen and (max-width: 991px) {
	.per-min-cost-amount h3 {
		margin-left: 10px;
	}

	.down-price-icon {
		width: 20px;
		height: 20px;
		left: 24%;
	}

	.oldrvmPrice {
		width: 30px;
		font-size: 20px;
	}

	.points-remove {
		justify-content: center;
	}

	.tooltip-button {
		top: 13px;
	}
}

@media only screen and (max-width: 768px) {
	.oldrvmPrice {
		font-size: 20px;
		left: 0px;
	}

	.down-price-icon {
		width: 20px;
		height: 20px;
	}

	.per-min-cost-amount h3 {
		margin-left: 10px;
	}

	.down-price-icon {
		left: 25%;
	}

	.privacy-content p {
		word-break: break-word !important;
	}

}

@media only screen and (max-width: 700px) {
	.oldrvmPrice {
		font-size: 22px;
		left: 15%;
	}

	.down-price-icon {
		display: none !important;
	}

}

@media only screen and (max-width: 550px) {
	.oldrvmPrice {
		left: 25%;
	}

	.tooltip-button {
		top: 13px;
	}
}

@media only screen and (max-width: 450px) {
	.oldrvmPrice {
		left: 20%;
	}

	.tooltip-button {
		top: 13px;
	}
}

@media only screen and (max-width: 350px) {
	.oldrvmPrice {
		left: 15%;
	}

}

#cpdPriceSilder.current-us .ui-slider-labels.slide-label-gb-rtm,
#cpdPriceSilder.current-us .ui-slider-labels.slide-label-au-rtm {
	display: none;
}

#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-us-rtm,
#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-au-rtm {
	display: none;
}

#cpdPriceSilder.current-au .ui-slider-labels.slide-label-us-rtm,
#cpdPriceSilder.current-au .ui-slider-labels.slide-label-gb-rtm {
	display: none;
}

#rvmPriceSilder.current-us .ui-slider-labels.slide-label-gb-rtm,
#rvmPriceSilder.current-us .ui-slider-labels.slide-label-au-rtm,
#rvmPriceSilder.current-us .ui-slider-labels.slide-label-ca-rtm {
	display: none;
}

#rvmPriceSilder.current-gb .ui-slider-labels.slide-label-us-rtm,
#rvmPriceSilder.current-gb .ui-slider-labels.slide-label-au-rtm,
#rvmPriceSilder.current-gb .ui-slider-labels.slide-label-ca-rtm {
	display: none;
}

#rvmPriceSilder.current-au .ui-slider-labels.slide-label-us-rtm,
#rvmPriceSilder.current-au .ui-slider-labels.slide-label-gb-rtm,
#rvmPriceSilder.current-au .ui-slider-labels.slide-label-ca-rtm {
	display: none;
}

#rvmPriceSilder.current-ca .ui-slider-labels.slide-label-us-rtm,
#rvmPriceSilder.current-ca .ui-slider-labels.slide-label-gb-rtm,
#rvmPriceSilder.current-ca .ui-slider-labels.slide-label-au-rtm {
	display: none;
}

#cpdPriceSilder.current-us .ui-slider-labels.slide-label-gb-cpd,
#cpdPriceSilder.current-us .ui-slider-labels.slide-label-au-cpd {
	display: none;
}

#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-us-cpd,
#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-au-cpd {
	display: none;
}

#cpdPriceSilder.current-au .ui-slider-labels.slide-label-us-cpd,
#cpdPriceSilder.current-au .ui-slider-labels.slide-label-gb-cpd {
	display: none;
}

.cntry-btn {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e7e9 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4e7e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e4e7e9 100%);
	border: 1px solid #ced4e5;
	font-family: qs-medium;
	color: #00114e;
	font-size: 18px;
	min-width: 210px;
	text-align: left;
}

.cntry-btn span {
	float: left;
}

.cntry-btn .caret {
	float: right;
	margin-top: 10px;
}

.cntry-btn:hover,
.cntry-btn:focus {
	color: #00114e;
	outline: none;
}

.cntry-btn:active {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e7e9 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e4e7e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e4e7e9 100%);
	outline: none;
}

.btn.cntry-btn:focus,
.btn.cntry-btn:active:focus,
.btn.cntry-btn.active:focus,
.btn.cntry-btn.focus,
.btn.cntry-btn:active.focus,
.btn.cntry-btn.active.focus {
	outline: none;
}

.rvm-price-vlm-text,
.rvm-price-vlm-cta {
	display: inline-block;
	vertical-align: middle;
}

.rvm-price-vlm-text h4 {
	display: inline-block;
	margin: 0px;
	margin-right: 20px;
	font-size: 28px;
	color: #00114e;
	font-family: qs-medium;
}

.rvm-pricing-card-contact {
	text-align: center;
}

.first-free {
	text-align: center;
}

.cta-anim-new {
	position: relative;
	border: 2px solid #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 4;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	background-color: #ff8d12;
}

.cta-anim-new:hover,
.cta-anim-new:focus,
.cta-anim-new:active {
	color: #ffffff;
	cursor: pointer;
}

.cta-anim-new:hover span.half-one,
.cta-anim-new:hover span.half-two {
	-webkit-transform: translate(0%);
	transform: translate(0%);
}

.cta-anim-new span {
	position: absolute;
	width: 50.1%;
	height: 100%;
	z-index: 1;
	background-color: #ff8d12;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -1;
	top: 0;
	cursor: pointer;
}

.cta-anim-new span.half-one {
	left: 0;
	transform: translateX(-100%);
}

.cta-anim-new span.half-two {
	right: 0;
	transform: translateX(100%);
}

.ss-swiper .ss-text-wrapper p {
	font-family: qs-medium;
	font-size: 26px;
	line-height: 42px;
	color: #6d6868;
	margin: 0px;
	cursor: default;
}

.ss-text-wrapper ul {
	padding-left: 20px;
}

.ss-text-wrapper ul li {
	font-family: qs-medium;
	font-size: 20px;
	line-height: 42px;
	color: #6d6868;
}

.ss-text-wrapper .ss-text-wrapper-inner {
	width: 75%;
	margin: 0 auto;
}

.hero .navbar-default .navbar-toggle {
	border: none;
}

.hero .navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.hero .navbar-default .navbar-toggle.open .icon-bar {
	background-color: #57c1f8;
}

.navbar-default .navbar-toggle.open .icon-bar {
	background-color: #57c1f8;
}

.hero .navbar-default .navbar-toggle.open {
	background-color: rgba(87, 193, 248, 0.2);
	border-radius: 100%;
}

.navbar-default .navbar-toggle.open {
	background-color: rgba(87, 193, 248, 0.2);
	border-radius: 100%;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.hero .navbar-toggle {
	margin-top: 15px;
}

.navbar-toggle {
	margin-top: 15px;
}

.hero .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.hero .navbar-default .navbar-toggle.open:hover,
.navbar-default .navbar-toggle.open:focus {
	background-color: transparent;
	background-color: rgba(87, 193, 248, 0.2);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.hero .navbar-nav>li>.dropdown-menu {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hero .dropdown-menu>li>a {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 16px;
	transition: all 0.4s;
	position: relative;
	padding: 10px 20px;
}

.hero .navbar-default .navbar-nav>li.active.open>a:after {
	opacity: 0;
}

.hero .dropdown .dropdown-menu {
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.hero .dropdown:hover .dropdown-menu {
	max-height: initial;
	opacity: 1;
}

.dropdown-menu>li>a:hover,
.hero .dropdown-menu>li>a:focus {
	color: #57c1f8;
	background-color: #ffffff;
}

.hero .dropdown-menu>li.active>a:hover,
.hero .dropdown-menu>li.active>a:focus {
	color: #ffffff;
}

.navbar-default .navbar-nav>li.dropdown:hover>a:after {
	opacity: 0;
}

.navbar-nav>li.dropdown>a {
	cursor: default;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #ffffff;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0px;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

.dropdown-menu>li>a {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 16px;
	transition: all 0.4s;
	position: relative;
	padding: 10px 20px;
	background-color: #f7f7f7;
}

.dropdown-menu>li>a span {
	display: inline-block;
	vertical-align: middle;
}

.dropdown-menu>li>a span.pricing-menu-icon img {
	background: #ffffff;
	margin-right: 11px;
	padding: 9px;
	border-radius: 10px;
	width: 40px;
	height: 40px;
}

.navbar-nav .dropdown-menu>li:first-child>a {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.navbar-nav .dropdown-menu>li:last-child>a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.has-arrow-up::before {
	content: "";
	width: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
	position: absolute;
	top: -5px;
	left: 10%;
}

.price-menu-new .dropdown-menu li:nth-child(2) a:after {
	content: 'New';
	position: absolute;
	right: 4px;
	top: 0px;
	display: inline-block;
	padding: 2px 4px;
	font-size: 12px;
	font-family: qs-bold;
	background-color: #00bf3f;
	color: #ffffff;
	border-radius: 4px;
}

.mega-menu.dropdown-menu li:last-child a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	padding: 2px 4px;
	font-size: 12px;
	font-family: 'qs-bold';
	/*  background-color: #00bf3f; */
	color: #ffffff;
	border-radius: 4px;
}

.navbar-default .navbar-nav>li.active.open>a:after {
	opacity: 0;
}

.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.dropdown:hover .dropdown-menu {
	max-height: initial;
	opacity: 1;
}

.dropdown-menu>li>a:hover,
.hero .dropdown-menu>li>a:focus {
	color: #57c1f8;
	background-color: #dde3eb;
}

.dropdown-menu>li.active>a:hover,
.hero .dropdown-menu>li.active>a:focus {
	color: #ffffff;
}

.select-country-dd-inner .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-family: qs-medium;
	font-size: 16px;
	cursor: pointer;
}

.mobile-menu {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	max-width: 315px;
	background-color: #ffffff;
	z-index: 10;
	transform: translateX(100%);
	padding-top: 80px;
	transition: all 0.3s;
	overflow: scroll;
	-webkit-overflow-scrolling: hidden;
}

.mobile-menu-wrapper {
	border-top: 1px solid #57c1f8;
}

.mobile-menu-inner {
	overflow: auto;
	white-space: nowrap;
	position: relative;
	max-height: 500px;
}

.mobile-menu.open {
	transform: translateX(0);
}

.mobile-menu-ul {
	padding-left: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e1e6ed;
}

.mobile-menu-ul li {
	list-style: none;
}

.mobile-menu-ul li.has-dropdown a svg {
	position: absolute;
	right: 15px;
	transform: rotate(180deg);
	transition: all 0.3s;
	fill: #57c1f8;
}

.mobile-menu-ul li.has-dropdown a.collapsed {
	color: #1d3d9b;
}

.mobile-menu-ul li.has-dropdown a:hover {
	color: #57c1f8;
	background: aliceblue;
}

.mobile-menu-ul li.has-dropdown a {
	color: #1d3d9b;
	transition: all 0.3s;
}

.mobile-menu-ul li.has-dropdown a.collapsed svg {
	position: absolute;
	right: 15px;
	top: 18px;
	transform: rotate(0deg);
	transition: all 0.3s;
	fill: #00114e;
}

.mobile-menu-ul li a {
	padding: 15px 20px;
	display: inline-block;
	color: #1d3d9b;
	font-family: qs-medium;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.mobile-menu-ul li .dropdown li a {
	padding: 10px 20px;
	padding-left: 25px;
}

.mobile-menu-ul li a:focus {
	outline: none;
	text-decoration: none;
}

.mobile-menu-ul li a:hover {
	text-decoration: none;
}

.mobile-menu-ul ul {
	padding-left: 0px;
}

#mobile-menu-trigger {
	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;
}

#mobile-menu-trigger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
	border-radius: 3px;
	opacity: 1;
	left: 10px;
	-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;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 0px;
}

#mobile-menu-trigger span:nth-child(1) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#mobile-menu-trigger span:nth-child(2) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#mobile-menu-trigger span:nth-child(3) {
	top: 30px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#mobile-menu-trigger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	left: 12px;
}

#mobile-menu-trigger.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#mobile-menu-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 27px;
	left: 12px;
}

.mobile-menu-ul li.active>a {
	background-color: rgba(87, 193, 248, 0.2);
	color: rgba(87, 193, 248, 1);
}

.mobile-menu-ul li:hover>a {
	color: #57c1f8;
}

/* .mobile-menu-ul .dropdown li > a:hover{background-color: #337ab7;color: #ffffff;} */
.mobile-menu-ul .dropdown li>a {
	padding-left: 25px;
}

.mobile-menu-ul .dropdown li>a span {
	display: inline-block;
	vertical-align: middle;
}

.mobile-menu-ul .dropdown li>a span:first-child {
	padding: 8px;
	background-color: #f7f9fd;
	border-radius: 10px;
	margin-right: 5px;
}

.mobile-menu-ul .dropdown li>a span img {
	width: 32px;
}

.new-page-cta-update {
	min-height: 85px;
	position: relative;
	overflow: hidden;
}

.new-page-cta-update .service-suggection-cta {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	transition: all 0.3s;
}

.new-page-cta-update .signup-cta {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	transition: all 0.3s;
}

/* .service-suggection-cta:hover{width: 100%;z-index: 1;} */
.service-suggection-cta:hover a {
	color: #ffffff;
}

/* .signup-cta:hover{width: 100%;z-index: 1;} */
.signup-cta:hover a {
	color: #ffffff;
}



.testimonials-slider .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 90%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 9;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.testimonials-slider .swiper-button-prev {
	right: 90px;
	background-image: none;
	left: auto;
}

.testimonials-slider .swiper-button-next {
	right: 30px;
	background-image: none;
}


/* Pricing page css */

.pricing-hero {
	padding-top: 110px;
	padding-bottom: 140px
}

.pricing-hero.rvm-price-hero {
	background-image: url('../img/rvm-feature/rvm-price-hero.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.price-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.price-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.price-page-hero-text-inner {
	text-align: center;
	color: #ffffff;
}

.price-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
}

.price-page-hero-text-inner h2 {
	font-size: 22px;
	font-family: qs-medium;
	margin-bottom: 0px;
}

.price-sub-hero {
	background-color: #f8fcff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #dce2f2;
}

.price-sub-hero-inner ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* .price-sub-hero-inner ul li{display: inline-block;width: 24.7%;text-align: center;} */
.price-sub-hero-inner ul li {
	display: inline-block;
	width: 21.7%;
	text-align: center;
}

/* .price-sub-hero-inner ul li a{display: inline-block;padding:15px 20px;width: 80%;color: #6ecaf9;border:2px solid #6ecaf9;border-radius: 4px;font-size: 22px;font-family: qs-bold;text-decoration: none;transition: all 0.3s;} */
.price-sub-hero-inner ul li a {
	display: inline-block;
	padding: 15px 20px;
	width: 90%;
	color: #6ecaf9;
	border: 2px solid #6ecaf9;
	border-radius: 4px;
	font-size: 22px;
	font-family: qs-bold;
	text-decoration: none;
	transition: all 0.3s;
}

/* .price-sub-hero-inner ul li h3{margin:0;font-size: 22px;} */
.price-sub-hero-inner ul li h3 {
	margin: 0;
	font-size: 18px;
}

.price-sub-hero-inner ul li a:hover {
	background-color: #6ecaf9;
	color: #ffffff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.price-sub-hero-inner ul li.active a {
	background-color: #6ecaf9;
	color: #ffffff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.singe-price-page {
	background-color: #f8fcff;
	padding-bottom: 20px;
}

.singe-price-page .rvm-pricing-card-inner {
	background-color: #ffffff;
}

.pricing-short-terms {
	background-color: #f8fcff;
	padding-top: 20px;
}

.price-terms-inner {
	padding: 20px;
	border: 1px solid #ced4e5;
	border-radius: 3px;
}

.price-terms-title-wrap h4 {
	margin-top: 0px;
	font-size: 22px;
	color: #00114e;
	text-align: left;
	margin-bottom: 15px;
	font-family: qs-medium;
}

.price-terms-list-wrap ul {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}

.price-terms-list-wrap ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #6d6868;
	font-size: 18px;
}

.price-terms-list-wrap ul li:after {
	content: '';
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 8px;
	background-color: #8f8d8e;
}

.single-price-page-faq {
	background-color: #f8fcff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-price-faq-title {
	text-align: center;
}

.single-price-faq-title h2,
.single-price-faq-title h3 {
	font-size: 36px;
	color: #00114e;
	font-family: qs-bold;
	display: inline-block;
	margin: 0px;
	position: relative;
}

.single-price-faq-title h2:after,
.single-price-faq-title h3:after {
	content: '';
	width: 30%;
	height: 3px;
	background-color: #00114e;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	bottom: -20px;
}

.single-price-faq-title h2 span,
.single-price-faq-title h3 span {
	color: #6ecaf9;
}

.price-faq-list-wrap {
	margin-top: 100px;
}

.solutions-faq .price-faq-list-wrap {
	margin-top: 0px;
}

.price-que h4 {
	margin: 0px;
	padding: 20px;
	background-color: #ffffff;
	font-size: 20px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	border: 1px solid #ced4e5;
	font-family: qs-medium;
	color: #6ecaf9;
}

.price-que h4.collapsed {
	border: 1px solid #ced4e5;
	color: #00114e;
}

.price-que h4 span {
	position: absolute;
	height: 30px;
	width: 30px;
	background-color: rgba(110, 202, 249, 0.15);
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	border-radius: 30px;
	text-align: center;
}

.price-que h4 span:after {
	content: '+';
	position: absolute;
	font-size: 32px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.price-que h4 span:before {
	content: 'x';
	position: absolute;
	font-size: 24px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0px;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.price-que h4.collapsed span:after {
	opacity: 1;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Safari 3-8 */
	transform: rotate(180deg);
	transform-origin: center;
}

.price-que h4 span:after {
	opacity: 0;
}

.price-que h4.collapsed span:before {
	opacity: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ca-page-faq .price-que h4 {
	padding-right: 60px;
}

@media only screen and (max-width: 1450px) {
	.rvm-ca-faq.ca-page-faq .price-que h4 {
		display: flex;
		align-items: center;
		min-height: 86px;
	}
}

@media only screen and (max-width: 991px) {
	.rvm-ca-faq.ca-page-faq .price-que h4 {
		display: flex;
		align-items: center;
		min-height: auto;
	}
}

.price-que-ans h4 {
	margin: 0px;
}

.price-que-ans-inner {
	padding: 20px;
	border: 1px solid #ced4e5;
	border-top: 0px;
	background-color: #ffffff;
	font-size: 18px;
	color: #6d6868;
	font-family: qs-medium;
}

.price-que-wrap {
	margin-bottom: 20px;
}

.service-sugg {
	background-color: #6ecaf9;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}

.service-sugg:hover {
	color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.price-foo-text h4 {
	font-size: 28px;
	color: #00114e;
}

.price-foo-text.industries-cta {
	width: 100%;
}

.price-foo-text.industries-cta p {
	font-size: 28px;
	color: #00114e;
	text-align: center;
	font-family: qs-medium;
	margin-bottom: 0px;
}

.price-foo-text.industries-cta p .orange-cta {
	margin-left: 10px;
}

.price-footer-cta {
	background-color: #edf0f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.price-foo-text {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}

.price-foo-text h4 {
	font-family: qs-bold;
	font-size: 26px;
	line-height: 38px;
	margin: 0px;
}

.price-foo-cta-wrap {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 39.6%;
	font-family: qs-bold;
}


/* about us page design */
.about-us-trifecta {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.about-us-page .hero-section-outer {
	height: 100vh;
	width: 100%;
	display: table;
}

.about-us-page .hero.about-hero {
	background-image: url('../img/about/about-us-hero.png');
	background-size: cover;
	background-position: center;
}

.about-us-page .hero-sec-inner {
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.about-us-page .hero-main-text-new {
	font-size: 48px;
	font-family: qs-bold;
	color: #ffffff;
	margin-top: 0px;
	visibility: hidden;
}

.about-us-page .noun,
.about-us-page .hero-description {
	font-size: 26px;
	color: #ffffff;
	font-family: qs-medium;
	visibility: hidden;
}

.about-us-page .hero-description {
	line-height: 36px;
}

.about-us-page .hero-cta-wrapper {
	margin-top: 30px;
}

.about-trifecta-icon,
.about-trifecta-title {
	text-align: center;
}

.about-trifecta-title h3 {
	display: inline-block;
	position: relative;
	color: #00114e;
	font-family: qs-bold;
	font-size: 20px;
}

.about-trifecta-title h3:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #081a43;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%);
}

.about-trifecta-desc {
	text-align: center;
	margin-top: 30px;
}

.about-trifecta-desc p {
	color: #6d6868;
	font-family: qs-medium;
	margin-bottom: 0px;
}

.about-trifecta-icon-inner {
	width: 70px;
	height: 70px;
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #6ecaf9;
}

.about-trifecta-icon-inner img {
	width: 100%;
	max-width: 100%;
}

.about-us-center-pera {
	background-color: #f3f5f9;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.about-us-center-pera p {
	color: #6d6868;
	font-size: 22px;
	font-family: qs-medium;
	line-height: 38px;
	margin: 0px;
}

.about-us-center-pera p span {
	color: #00114e;
	font-family: qs-bold;
}

.our-philosophy {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.philo-section-title {
	text-align: left;
}

.philo-section-title h2 {
	font-size: 36px;
	display: inline-block;
	text-transform: uppercase;
	color: #6ecaf9;
	font-family: qs-bold;
	margin-bottom: 30px;
	position: relative;
	margin-top: 0px;
}

.philo-section-title h2:after {
	content: '';
	width: 30%;
	position: absolute;
	bottom: -20px;
	height: 3px;
	background-color: #00114e;
	left: 0px;
}

.philo-section-title h2 span {
	color: #00114e;
}

.philo-section-title {
	margin-bottom: 50px;
}

.philosophy-desc p {
	color: #6d6868;
	font-size: 20px;
	line-height: 30px;
	font-family: qs-medium;
}

.philosophy-cta {
	margin-top: 30px;
}

.philosophy-quote h3 {
	margin-top: 0px;
	font-size: 30px;
	color: #6ecaf9;
	font-family: qs-bold;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}

.philosophy-quote h3:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: #6ecaf9;
	left: 0px;
	top: 0px;
}

.philosophy-quote-auther {
	padding-left: 20px;
	margin-top: 20px;
}

.philosophy-quote-auther h4 {
	text-transform: uppercase;
	font-family: qs-bold;
	color: #00114e;
	font-size: 20px;
}

.philosophy-quote-auther-profile {
	padding-left: 20px;
	margin-top: 20px;
}

.philosophy-quote-auther-profile ul {
	list-style: none;
	padding-left: 0px;
}

.philosophy-quote-auther-profile ul li {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	margin-right: 10px;
	text-align: center;
}

.philosophy-quote-auther-profile ul li a {
	display: inline-block;
}

.philosophy-quote-auther-profile ul li a svg {
	height: 30px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.word-support {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url('../img/about/word-of-support-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.word-support .philo-section-title h2 {
	color: #ffffff;
}

.word-support .philo-section-title h2:after {
	background-color: #ffffff;
}

.word-support .philosophy-desc p {
	color: #ffffff;
}

.word-support .philosophy-quote h3 {
	color: #ffffff;
}

.word-support .philosophy-quote h3:after {
	background-color: #ffffff;
}

.word-support .philosophy-quote-auther h4 {
	color: #ffffff;
}

.word-support .philosophy-left .philosophy-cta a {
	color: #ffffff;
}

.word-support .philosophy-cta a:hover {
	color: #ffffff;
}

.dev-growth {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.dev-growth-left {
	text-align: center;
}

.dev-growth-left img {
	-webkit-box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.2);
	max-width: 100%;
}

.dev-growth-inner-right .philo-section-title {
	margin-bottom: 30px;
}

.about-dev-desc p {
	color: #8e94a5;
	font-size: 20px;
	font-family: qs-medium;
	line-height: 30px;
}

.about-dev-desc {
	margin-bottom: 30px;
}

.dev-growth-inner-right .philosophy-cta a,
.philosophy-left .philosophy-cta a {
	color: #ffffff;
	text-shadow: none;
}

.dev-growth-inner-right .philosophy-cta a:hover,
.philosophy-left .philosophy-cta a:hover {
	color: #ffffff;
}

.about-trifecta-inner {
	background-color: #ffffff;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	-moz-box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	box-shadow: 0px 0px 30px 0px rgba(26, 122, 171, 0.25);
	border-bottom: 3px solid rgba(87, 193, 248, 1);
	width: 75%;
	margin: 0 auto;
}

.agent-recommended {
	text-align: center;
	color: #00114e;
	font-family: qs-bold;
	font-size: 18px;
}


/* Affiliate partner page */
.affiliate-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/affiliate-partner/affiliate-partner-hero.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.affiliate-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.affiliate-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.affiliate-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
}

.qualification {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.affiliate-qualification-left .section-title {
	text-align: left;
	margin-bottom: 30px;
}

.affiliate-qualification-left .section-title h2:after {
	left: 0px;
}

.affiliate-qualification-left .section-sub-title h3 {
	color: #00114e;
	font-family: qs-medium;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
}

.qualification-icon {
	background-color: #ffffff;
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.qualification-icon img {
	max-width: 100%;
	width: 50px;
}

.qualification-point-title {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}

.qualification-point-title h3 {
	color: #00114e;
	font-family: qs-medium;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
}

.qualification-point-title h3 span {
	font-family: qs-bold;
}

.qulification-point {
	margin-bottom: 30px;
}

.qulification-point.point-3,
.qulification-point.point-4 {
	margin-bottom: 0px;
}

.become-affiliate {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #152f6b;
}

.become-affiliate .section-title h2 {
	color: #ffffff;
}

.become-affiliate .section-title h2:after {
	background-color: #ffffff;
}

.affiliate-step-inner {
	text-align: center;
	color: #ffffff;
}

.affiliate-step-icon-wrap {
	width: 125px;
	height: 125px;
	border: 1px solid rgba(251, 253, 255, 0.6);
	border-style: dashed;
	border-radius: 100%;
	margin: 0 auto;
	padding: 10px;
}

.affiliate-step-icon-wrap-inner {
	background-color: #ffffff;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	padding: 25px 20px;
}

.affiliate-step-icon-wrap-inner img {
	max-width: 100%;
	width: 50px;
}

.affiliate-step-title-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.affiliate-step-title-wrap h4 {
	font-size: 24px;
	position: relative;
	display: inline-block;
	font-family: qs-medium;
}

.affiliate-step-title-wrap h4:after {
	content: '';
	position: absolute;
	width: 50px;
	left: 50%;
	bottom: -15px;
	height: 2px;
	background-color: #ffffff;
	transform: translateX(-50%);
}

.affiliate-step-desc {
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}

.affiliate-step-desc p {
	font-size: 20px;
	font-family: qs-medium;
	line-height: 30px;
}

.affiliate-step-desc p span {
	color: #6ecaf9;
}

.affiliate-step-desc p a {
	text-decoration: none;
}

.about-affiliate {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}

.about-affiliate .section-title {
	text-align: left;
	margin-bottom: 30px;
}

.about-affiliate .section-title h2:after {
	left: 0px;
	bottom: 15px;
}

.about-affiliate .section-title h2:after,
.about-affiliate .section-title h3:after,
.qualification .section-title h3:after,
.qualification .section-title h2:after {
	transform: translate(0%, 0px);
}

.about-affiliate-wrap p {
	color: #6d6868;
	font-size: 20px;
	font-family: qs-medium;
}

.about-affiliate-sub-title {
	font-family: qs-medium;
	color: #00114e;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-affiliate-table .reseller-benefits {
	width: 100%;
	text-align: center;
	border: 2px solid #6ecaf9;
}

.about-affiliate-table .reseller-benefits tr>td {
	padding: 20px;
	border: 2px solid #6ecaf9;
}

.about-affiliate-table .reseller-benefits tr>td h4 {
	font-size: 24px;
	color: #00114e;
	font-family: qs-medium;
}

.about-affiliate-table .reseller-benefits tr>td.table-title {
	background-color: rgba(110, 202, 249, 0.15);
}

.about-affiliate-table .reseller-benefits tr>td.table-title h4 {
	font-family: qs-bold;
}

.about-affiliate-table {
	margin-bottom: 20px;
}

p.about-affiliate-note {
	font-family: qs-bold;
	font-size: 18px;
	color: #00114e;
	margin-top: 30px;
}

.af-form-cta {
	text-align: right;
}

.af-form-cta .orange-cta {
	background-color: #6ecaf9;
}

.affiliate-join-now {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.affiliate-join-now .section-title {
	margin-bottom: 50px;
}

	/* {
	font-size: 20px;
	font-family: qs-medium;
	color: #00114e;
	font-weight: normal;
} */

.custom-form-group .form-control {
	height: 50px;
	font-size: 20px;
	border: 1px solid rgba(9, 115, 216, 0.20);
	box-shadow: none;
}

.custom-form-group .form-control:focus {
	border-color: #6ecaf9;
}

.affiliate-form-wrap {
	width: 80%;
	margin: 0 auto;
}

.custom-form-group textarea.form-control {
	height: 100px;
	resize: none;
}

.custom-form-group .cumpolsary {
	color: red;
}

.af-form-cta-outer {
	display: table;
	width: 100%;
	height: 78px;
}

.af-form-cta-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}



/* contact us page design */
.contact-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/contact-us/contact-us-herp.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact-hero.write-review-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/contact-us/review-hero-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.review-main-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/contact-us/review-main-hero.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact-us-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.contact-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.contact-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.contact-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.contact-form-cta .orange-cta {
	background-color: #6ecaf9;
}

.contact-form-cta {
	text-align: right;
}

.contact-us-title {
	text-align: center;
	margin-bottom: 40px;
}

.contact-us-title h2 {
	margin: 0px;
	font-size: 24px;
	font-family: qs-medium;
	color: #00114e;
}

.contact-wrap-left-inner {
	background-color: #ffffff;
	padding: 30px 25px;
	border-radius: 10px;
	border: 1px solid #ced4e5;
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
}

.contact-us-form-wrap .custom-form-group .form-control {
	/* background-color: rgba(248, 252, 255,0.5); */
	background-color: #EFF0F5;
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select.minimal {
	background-image: url('../img/down-arrow.png');
	background-size: 10px;
	background-position: 98%;
	background-repeat: no-repeat;

}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.contact-form-cta-outer {
	display: table;
	width: 100%;
	height: 78px;
}

.contact-form-cta-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.character-count {
	position: absolute;
	bottom: 10px;
	right: 30px;
	color: #c8daea;
	font-size: 18px;
	font-family: qs-bold;
}

.widget-icon-wrp .pin-icon,
.widget-icon-wrp .call-icon,
.widget-icon-wrp .mail-icon {
	width: 40px;
	height: 40px;
	transition: all 0.3s;
	fill: #00114e;
	display: inline-block;
	vertical-align: middle;
}

.address-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.address-header .widget-icon-wrp,
.address-header .widget-title-wrap {
	margin-bottom: 0px;
}

.widget-address .address-wrap {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
	text-align: left;
}

.widget-address .address-wrap img {
	width: 30px;
	margin-right: 10px;
}

.widget-address h4 {
	text-align: left;
}

.widget-address a:last-child .address-wrap {
	margin-bottom: 0px;
}

.address-header .widget-title-wrap {
	margin-left: 10px;
}

.contact-widget-wrap {
	text-align: center;
	margin-bottom: 10px;
}

.contact-widget-outer .contact-widget-inner {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
	border: 1px solid #ced4e5;
	padding: 27px 25px;
	transition: all 0.3s;
}

@media only screen and (max-width: 1450px) {
	.contact-widget-outer .contact-widget-inner {
		padding: 27px 15px;
	}

	.widget-address .address-wrap img {
		width: 30px;
	}
}

.contact-widget-inner a:hover,
.contact-widget-inner a:focus {
	text-decoration: none;
	outline: none;
}

.widget-title-wrap h3,
.widget-address h4,
.widget-address h4 a {
	margin: 0px;
	font-size: 20px;
	font-family: qs-medium;
	transition: all 0.3s;
}

.widget-title-wrap h3 {
	color: #00114e;
}

.contact-widget-inner .widget-title-wrap h3 {
	font-size: 20px;
}

.widget-address h4,
.widget-address h4 a {
	color: #6d6868;
	text-decoration: none;
	line-height: 26px;
	transition: all 0.3s;
}

.widget-icon-wrp {
	margin-bottom: 10px;
}

.widget-title-wrap {
	margin-bottom: 10px;
}

/* .contact-widget-wrap:hover .contact-widget-inner{background-color: #6ecaf9;} */
/* .contact-widget-wrap:hover .widget-icon-wrp svg{fill: #ffffff;} */
/* .contact-widget-wrap:hover .widget-title-wrap h3,
.contact-widget-wrap:hover .widget-address h4, 
.contact-widget-wrap:hover .widget-address h4 a{color: #ffffff;} */
.custom-form-group label.error {
	color: red;
	font-size: 14px;
	font-family: qs-regular;
}

.custom-form-group .form-control.error {
	border-color: red;
}

/* FAQ page design */

.faq-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url(../img/faq-hero-bg.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.faq-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.faq-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.faq-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
}

.faq-page-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.faq-page-wrap-right-inner .tab-content {
	min-height: auto;
	margin-bottom: 0px;
}

.faq-category {
	list-style: none;
	padding: 0px;
}

.faq-category li {
	margin-bottom: 20px;
}

.faq-category li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.faq-cat-icon-wrap svg {
	fill: #6ecaf9;
	width: 24px;
}

.faq-cat-icon-wrap {
	width: 18%;
	text-align: center;
}

.faq-cat-text-wrap {
	width: 80%;
}

.faq-cat-icon-wrap,
.faq-cat-text-wrap {
	display: inline-block;
	vertical-align: top;
}

.faq-cat-text-wrap h3,
.faq-cat-text-wrap h4 {
	margin: 0;
}

.faq-cat-text-wrap h3 {
	margin-bottom: 10px;
}

.faq-category li.active .faq-cat-item-wrap {
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
}

.faq-cat-item-wrap {
	background-color: #ffffff;
	border: 1px solid rgba(206, 212, 229, 0.3);
	padding: 20px;
	border-radius: 5px;
	transition: all 0.3s;
	position: relative;
}

.faq-cat-item-wrap:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 100%;
	background-color: #6ecaf9;
	opacity: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: all 0.6s;
}

.faq-category li.active .faq-cat-item-wrap:after {
	opacity: 1;
}

.faq-cat-item-wrap:hover {
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
}

.faq-cat-text-wrap h3 {
	font-size: 20px;
	font-family: qs-medium;
	color: #00114e;
}

.faq-cat-text-wrap h4 {
	font-size: 14px;
	color: #6d6868;
	font-family: qs-medium;
}

.faq-pane-title-wrap h3 svg {
	width: 30px;
	vertical-align: middle;
	fill: #6ecaf9;
	margin-right: 5px;
}

.faq-pane-title-wrap h3 {
	margin: 0px;
	font-size: 30px;
	color: #00114e;
	font-family: qs-medium;
}

.faq-pane-que-wrap {
	margin-top: 30px;
}

.faq-pane-que-wrap .panel-title {
	margin: 0px;
}

.faq-pane-que-wrap .panel {
	background-color: #ffffff;
	box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(206, 212, 229, 0.3);
	margin-bottom: 10px;
}

.faq-pane-que-wrap .panel .panel-heading a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 15px 30px 15px 15px;
	font-size: 20px;
	font-family: qs-medium;
	position: relative;
	color: #6ecaf9;
}

.faq-pane-que-wrap .panel .panel-heading a.collapsed {
	color: #00114e;
}

.faq-pane-que-wrap .panel .panel-heading a span {
	position: absolute;
	height: 30px;
	width: 30px;
	background-color: rgba(110, 202, 249, 0.15);
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border-radius: 30px;
	text-align: center;
}

.faq-pane-que-wrap .panel .panel-heading a span:after {
	content: '+';
	position: absolute;
	font-size: 32px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.faq-pane-que-wrap .panel .panel-heading a span:before {
	content: 'x';
	position: absolute;
	font-size: 24px;
	color: #6ecaf9;
	font-family: qs-medium;
	display: inline-block;
	line-height: 25px;
	width: 30px;
	height: 30px;
	left: 0px;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.faq-pane-que-wrap .panel .panel-heading a.collapsed span:after {
	opacity: 1;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Safari 3-8 */
	transform: rotate(180deg);
	transform-origin: center;
}

.faq-pane-que-wrap .panel .panel-heading a span:after {
	opacity: 0;
}

.faq-pane-que-wrap .panel .panel-heading a.collapsed span:before {
	opacity: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-pane-que-wrap .panel .panel-heading a {
	border-bottom: 1px solid #ced4e5;
}

.faq-pane-que-wrap .panel .panel-heading a.collapsed {
	border-bottom-color: transparent;
}

.faq-pane-que-wrap .panel .panel-body {
	padding: 20px;
	color: #6d6868;
	font-size: 18px;
	line-height: 24px;
	font-family: qs-medium;
}

.faq-service-list-new ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.faq-pane-que-wrap .panel-default>.panel-heading {
	padding: 0;
	background-color: #ffffff;
}

.faq-pane-que-wrap .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
}

.faq-service-list-new ul li {
	display: inline-block;
}

.faq-service-list-new {
	margin-top: 30px;
}

.faq-service-list-new ul li a {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid rgba(0, 17, 78, 0.1);
	background-color: #ffffff;
	color: #00114e;
	text-decoration: none;
	font-family: qs-medium;
}

.faq-service-list-new ul li a:hover {
	background-color: #6ecaf9;
	color: #ffffff;
}

.panel-group-title {
	margin-bottom: 20px;
	margin-top: 40px;
}

.panel-group-title h3 {
	margin: 0px;
	font-size: 26px;
	color: #00114e;
	font-family: qs-medium;
}

/* blog page design */
.blog-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/blogs/blog-hero-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.blog-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.blog-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.blog-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
}

.blog-page-hero-text-inner h2 {
	font-size: 24px;
	font-family: qs-medium;
	margin: 0px;
	margin-top: 20px;
	color: #ffffff;
}

.research-list {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.latest-blog-wrap-inner {
	background-color: #ffffff;
	border: 1px solid rgba(9, 115, 216, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	border-radius: 10px;
}

.blog-auther svg {
	width: 12px;
	height: 12px;
	fill: #6d6868;
}

.blog-auther a {
	text-decoration: none;
}

.blog-auther-name {
	font-size: 14px;
	color: #6d6868;
	font-family: qs-medium;
}

.blog-post-date-wrap svg {
	width: 12px;
	height: 12px;
	fill: #6d6868;
}

.blog-post-date-wrap {
	margin-left: 10px;
}

.blog-post-date {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	font-family: qs-medium;
	color: #6d6868;
}

.blog-auther-date {
	margin-top: 10px;
}

.blog-auther {
	display: inline-block;
	padding-right: 10px;
	border-right: 1px solid #d8d8d8;
}

.post-day,
.post-month {
	display: block;
	text-align: center;
}

.blog-post-title h2 {
	margin: 0px;
	font-family: qs-bold;
	font-size: 26px;
	color: #00114e;
	line-height: 40px;
}

.blog-post-title h2 a {
	color: #00114e;
	text-decoration: none;
}

.blog-post-title h2 a:hover,
.blog-post-title h2 a:focus {
	color: #00114e;
}

.latest-blog-img img {
	width: 100%;
	max-width: 100%;
}

.title-wrap-inner {
	padding: 30px;
}

.blog-post-date .post-day {
	font-size: 44px;
	font-family: qs-medium;
	color: #00114e;
	line-height: 35px;
}

.blog-post-date .post-month {
	font-size: 22px;
	color: #06d79c;
	line-height: 35px;
}

.latest-blog-post-desc {
	padding: 30px;
}

.blog-post-desc-inner p {
	margin: 0px;
	font-size: 20px;
	font-family: qs-medium;
	color: #6d6868;
	line-height: 32px;
}

.latest-blog-post-cta {
	margin-top: 20px;
}

.latest-blog-post-cta .blog-post-cta {
	color: #57c1f8;
	font-family: qs-medium;
	font-size: 22px;
	text-decoration: none;
}

.widget-card {
	background-color: #ffffff;
	border: 1px solid rgba(9, 115, 216, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	border-radius: 10px;
	margin-bottom: 20px;
}

.widget-card-inner {
	padding: 20px;
}

.widget-card-inner .form-group input.form-control {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 40px;
	font-size: 18px;
}

.widget-card-inner .form-group input.form-control::placeholder {
	color: #6d6868;
	font-size: 18px;
}

.widget-card-inner .btn {
	width: 100%;
}

.subscribe-btn {
	background-color: #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
}

.subscribe-btn:hover {
	color: #ffffff;
}

.subscribe-btn:focus,
.subscribe-btn:active,
.subscribe-btn:active:focus {
	outline: none;
	color: #ffffff;
}

.search-widget .form-group {
	margin-bottom: 0px;
}

.search-widget .form-group label {
	font-size: 20px;
	color: #00114e;
	font-weight: normal;
	font-family: qs-medium;
}

.widget-content ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.widget-title h4 {
	font-size: 20px;
	color: #00114e;
	font-family: qs-medium;
	margin: 0px;
}

.widget-title {
	margin-bottom: 20px;
}

.widget-content ul li a {
	padding: 15px;
	display: inline-block;
	background-color: #f1f7f8;
	color: #6d6868;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	font-family: qs-medium;
	transition: all 0.3s;
}

.widget-content ul li {
	margin-bottom: 10px;
}

.widget-content ul li:hover a {
	background-color: #50b3e9;
	color: #ffffff;
}

.widget-content ul li:last-child {
	margin-bottom: 0px;
}

.widget-content ul li .category-blog-count {
	float: right;
}

.widget-content .custom-tags {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin-bottom: 10px;
}

.widget-content .custom-tags a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #6d6868;
	font-size: 16px;
	font-family: qs-medium;
}

.widget-content .custom-tags:hover a {
	background-color: #50b3e9;
	color: #ffffff;
}

.most-popular-main-title h3 {
	margin: 0;
	font-size: 30px;
	color: #00114e;
	font-family: qs-bold;
}

.most-popular-main-title {
	float: left;
}

.view-more-title {
	float: right;
}

.most-popular-blog-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

.view-more-blog-link {
	color: #57c1f8;
	font-size: 26px;
	font-family: qs-bold;
}

.view-more-blog-link:hover,
.view-more-blog-link:focus,
.view-more-blog-link:active,
.view-more-blog-link:active:focus {
	color: #57c1f8;
	text-decoration: none;
}

.most-popular-blogs-list .blog-item-inner {
	width: 100%;
}

.most-popular-blogs-list .blog-item-wrapper {
	margin-bottom: 20px;
}

.hblog-title h3 {
	color: #00114e;
	text-decoration: none;
	font-size: 20px;
	font-family: qs-medium;
	margin-top: 0px;
}

.single-blog .hblog-title h2 {
	color: #00114e;
	text-decoration: none;
	font-size: 20px;
	font-family: qs-medium;
	margin-top: 0px;
}

.blog-list-pagination {
	text-align: center;
}

.blog-list-pagination .pagination {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.blog-list-pagination .pagination li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.blog-list-pagination .pagination li a {
	display: inline-block;
	padding: 10px 15px;
	font-family: qs-medium;
	font-size: 26px;
	color: #282a2c;
	background-color: #ffffff;
	line-height: 20px;
	border: 1px solid rgba(9, 115, 216, 0.1);
	border-radius: 3px;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	vertical-align: top;
	text-decoration: none;
	transition: all 0.3s;
}

.blog-list-pagination .pagination li:hover a {
	background-color: #50b3e9;
	color: #ffffff;
}

.blog-list-pagination .pagination li:hover a svg {
	fill: #ffffff;
}

.blog-list-pagination .pagination li a svg {
	height: 20px;
	width: 10px;
}

.blog-list-pagination {
	margin-top: 30px;
}

.single-blog-hero .navbar-default {
	background-color: rgba(21, 47, 107, 0.9);
}

.single-blog-post {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-blog-hero {
	padding-top: 81px;
}

.single-blog-title-inner {
	width: 90%;
	margin: 0 auto;
}

.single-blog-content-inner ul {
	padding-left: 30px;
	margin-bottom: 20px;
	list-style: none;
}

.single-blog-content-inner ul li {
	position: relative;
}

.single-blog-content-inner ul li:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 13px;
	left: -20px;
	background-color: #007ab9;
}

.single-blog-title-inner h1 {
	font-size: 36px;
	color: #00114e;
	font-family: qs-bold;
	line-height: 50px;
	margin-top: 0px;
}

.single-blog-img-wrap img {
	width: 100%;
}

.single-blog-img-wrap {
	margin-top: 30px;
}

.single-blog-title-inner .blog-auther-name,
.single-blog-title-inner .blog-post-date {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.single-blog-title-inner .blog-post-date-wrap svg {
	width: 16px;
	vertical-align: middle;
}

.single-blog-title-inner .blog-auther svg {
	width: 16px;
	vertical-align: middle;
}

.single-blog-post {
	background-color: #f8fcff;
}

.single-blog-content-inner {
	font-family: qs-medium;
	color: #232122;
	font-size: 20px;
	line-height: 35px;
	padding-top: 30px;
}

.single-blog-content-inner a {
	color: #6ecaf9;
	border-bottom: 1px dotted #6ecaf9;
	text-decoration: none;
}

.single-blog-content-wrap {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.single-blog-content-wrap img {
	width: 100%;
	margin-bottom: 20px;
}

.single-blog-content-inner blockquote {
	border-left: 0px;
	background-color: #3581ce;
	color: #ffffff;
	padding: 10px;
}

.single-blog-content-inner h2 {
	color: #00114e;
	font-size: 32px;
	font-family: qs-bold;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 40px;
}

.single-blog-content-inner blockquote p {
	padding: 20px 30px;
	border: 1px solid #ffffff;
	font-size: 24px;
	text-align: center;
	font-family: qs-bold;
	line-height: 45px;
	border-radius: 4px;
}

.single-blog-content-inner p {
	margin-bottom: 20px;
}

.sblog-tags-title,
.sblog-tags-list {
	float: left;
}

.sblog-tags-list {
	width: calc(100% - 60px);
	padding-left: 30px;
}

.sblog-tags-title h4 {
	font-size: 24px;
	color: #00114e;
	font-family: qs-medium;
	margin-top: 0px;
}

.sblog-tags-list .custom-tags {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	margin-bottom: 10px;
}

.sblog-tags-list .custom-tags a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #6d6868;
	font-size: 16px;
	font-family: qs-medium;
	background-color: #ffffff;
	transition: all 0.3s;
}

.sblog-tags-list .custom-tags:hover a {
	background-color: #50b3e9;
	color: #ffffff;
}

.sblog-tags-wrapper {
	margin-bottom: 30px;
}

.single-blog-auther {
	float: left;
	width: 34.33%;
}

.single-blog-categories {
	float: left;
	width: 50%;
}

.single-blog-footer {
	padding-top: 20px;
	border-top: 1px solid #c4cadd;
	border-bottom: 1px solid #c4cadd;
	padding-bottom: 20px;
}

.single-blog-footer-auther-title h5,
.single-blog-footer-cat-title h5 {
	font-size: 20px;
	font-family: qs-bold;
	color: #6d6868;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}

.sblog-categories-list .cat-tags {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	margin-bottom: 10px;
}

.sblog-categories-list .cat-tags a {
	display: inline-block;
	padding: 10px 15px;
	color: #6d6868;
	font-size: 14px;
	font-family: qs-medium;
	background-color: #ffffff;
	text-decoration: none;
}

.sblog-categories-list .cat-tags a:hover {
	color: #6d6868;
	text-decoration: none;
}

.sauther-name h4 {
	color: #00114e;
	font-size: 20px;
	font-family: qs-bold;
}

.sauther-name h5 {
	color: #6d6868;
	font-family: qs-medium;
}

.sauther-image-wrap,
.sauther-name {
	display: inline-block;
	vertical-align: middle;
}

.sauther-image-wrap {
	margin-right: 10px;
}

.sauther-image-wrap img {
	width: 70px;
	border-radius: 100%;
	margin-bottom: 0px;
}

.single-blog-date {
	float: right;
	width: 15%;
}

.sblog-foo-date h5 {
	font-size: 20px;
	color: #00114e;
	font-size: 20px;
	font-family: qs-bold;
}

.sblog-foo-date p {
	font-family: qs-medium;
	font-size: 16px;
	color: #6d6868;
}

.share-links {
	position: absolute;
	top: 30px;
	left: -80px;
}

.blog-cat-title {
	font-family: qs-medium;
	margin-bottom: 30px;
	color: #00114e;
}

/* ----------------------- */
/* industries page design */
/* ---------------------- */
.ind-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/industries/industry-hro-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ind-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.ind-page-hero-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.ind-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.industry-main-sec {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.industry-main-sec .section-title {
	margin-bottom: 50px;
}

.ind-item-wrap {
	margin-bottom: 20px;
	text-align: center;
}

.ind-item-wrap a {
	text-decoration: none;
	display: inline-block;
	width: 85%;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px solid #d8e8ee;
}

.ind-item-wrap a:hover {
	border-color: transparent;
}

.ind-item-wrap-inner {
	padding: 30px 20px;
	text-align: center;
	border-radius: 4px;
	background: #ffffff;
	transition: all 0.3s;
	min-height: 320px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.ind-item-wrap a:hover .ind-item-wrap-inner {
	background-color: #57c1f8;
}

.ind-name-wrap h3 {
	display: inline-block;
	position: relative;
	font-family: qs-bold;
	color: #00114e;
	font-size: 24px;
	margin: 0px;
	transition: all 0.3s;
}

.ind-item-wrap a:hover .ind-name-wrap h3 {
	color: #ffffff;
}

.ind-item-wrap a:hover .ind-name-wrap h3:after {
	background-color: #ffffff;
}

.ind-name-wrap h3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 40px;
	height: 2px;
	background-color: #00114e;
	left: 50%;
	transform: translate(-50%);
	transition: all 0.3s;
}

.ind-item-desc {
	margin-top: 30px;
}

.ind-item-desc p {
	color: #6d6868;
	font-size: 16px;
	font-family: qs-medium;
	transition: all 0.3s;
}

.ind-item-wrap a:hover .ind-item-desc p {
	color: #ffffff;
}

.ind-item-wrap a:hover .ind-item-wrap-inner {
	border-color: transparent;
}

.ind-item-icon-wrap svg {
	width: 100px;
	height: 68px;
}

.ind-item-wrap a:hover .ind-item-icon-wrap .st0 {
	opacity: 0.1;
}

.ind-item-wrap a:hover .ind-item-icon-wrap .st1,
.ind-item-wrap a:hover .ind-item-icon-wrap .st2 {
	fill: #ffffff;
}

.ind-item-icon-wrap {
	margin-bottom: 20px;
}

.ind-item-icon-wrap .st0 {
	fill: #E9F7FE;
}

.ind-item-icon-wrap .st1 {
	fill: #57c1f8;
}

.ind-item-icon-wrap .st2 {
	fill: #57c1f8;
}

.share-links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.share-links ul li a img {
	width: 30px;
	margin-bottom: 0px;
}

.share-links ul li {
	margin-bottom: 10px;
}


/* industries single page */
.ind-single-hero {
	padding-top: 81px;
}

.ind-single-hero .navbar-default {
	background-color: rgba(21, 47, 107, 0.9);
}

.single-ind-title {
	text-align: center;
}

.single-ind-title h1 {
	margin: 0px;
	color: #00114e;
	font-family: qs-bold;
	font-size: 30px;
}

.single-ind-title svg {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}

.single-ind-title svg path {
	fill: #00114e;
}

.ind-single-wrap-title {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #92a8d0;
}

.single-ind-service {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-ind-img-inner {
	text-align: center;
}

.sinlge-ind-desc-title h2 {
	color: #00114e;
	font-family: qs-medium;
	font-size: 30px;
	line-height: 35px;
	margin: 0px;
}

.sinlge-ind-desc-title h2 span {
	color: #6ecaf9;
	font-family: qs-bold;
}

.sinlge-ind-desc-title h2 a {
	text-decoration: none;
}

.sinlge-ind-desc-title {
	margin-bottom: 20px;
}

.single-ind-desc p {
	color: #6d6868;
	font-family: qs-medium;
	font-size: 18px;
}

.single-ind-desc ol {
	padding-left: 20px;
}

.single-ind-desc ol li {
	padding-left: 10px;
}

.single-ind-desc ol li p {
	font-size: 18px;
}

.single-ind-desc ol li p span {
	color: #00114e;
	font-family: qs-bold;
}

.sec-bg-light-b {
	background-color: #f8fcff;
}

.single-ind-img-inner img {
	max-width: 100%;
}

.industries-list-link {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.industries-list-link li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.industries-list-link li.active a {
	background-color: #50b3e9;
	color: #ffffff;
}

.industries-list-link li a {
	display: inline-block;
	padding: 10px;
	border: 1px solid rgba(9, 115, 216, 0.3);
	border-radius: 3px;
	color: #00114e;
	text-decoration: none;
	font-family: qs-medium;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	min-width: 200px;
}

.browse-other-ind {
	padding-top: 30px;
	padding-bottom: 30px;
}

.browse-other-ind .section-title {
	margin-bottom: 50px;
}

.ind-contact {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.ind-contact .section-title {
	margin-bottom: 50px;
}

.industries-list-link li a svg {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.industries-list-link li a svg .st2,
.industries-list-link li a svg .st0 {
	fill: #57c1f8;
}

.industries-list-link li.active a svg .st2,
.industries-list-link li.active a svg .st0 {
	fill: #ffffff;
}

.industries-list-link li a:hover {
	background-color: #50b3e9;
	color: #ffffff;
}

.industries-list-link li a:hover svg .st2,
.industries-list-link li a:hover svg .st0 {
	fill: #ffffff;
}

.industries-list-link li a span {
	display: inline-block;
	height: 30px;
	padding-top: 5px;
}



/* tranee */
/* .testimonials-new .section-title h3:after {background-color: #ffffff;} */
.testimonials-slider .section-title span {
	color: #ffffff;
}

.testimonials-slider .section-title h3:after {
	background-color: #ffffff;
}

.testimonials-slider {
	background-color: #152f6b;
	padding-top: 50px;
	padding-bottom: 50px;
	display: none;
}

.mySlides {
	display: none;
}

.testi-single-inner1 {
	background-color: #ffffff;
	position: relative;
	padding-top: 45px;
	border-radius: 5px;
}

.slider-display-right {
	background: #fff;
	position: absolute;
	top: 10%;
	right: -2%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin-top: 20%;
}

.slider-display-left {
	background: #fff;
	position: absolute;
	top: 10%;
	left: -2%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%);
	margin-top: 20%;
}

.slider-content {
	max-width: 980px;
	margin: auto;
}

.slider-display-container {
	position: relative;
}

.testi-single-wrap-slide {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	margin: 0 auto;
}

.testi-single-wrap-slide .testi-author-wrap {
	position: absolute;
	left: calc(50% - 47.5px);
	top: -47.5px;
	margin-top: 0px;
	padding-left: 0;
	border-radius: 100%;
	border: 5px solid #152f6b;
}

.testimonials-slider .testimonials-wrap-new .testi-new-inner .swiper-container {
	width: 100%;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
}

.testimonials-slider .swiper-slide {
	opacity: 1;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: t-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transform: translate3d(0, 0, 0);
	border-radius: 5px;
}

.testimonials-slider .swiper-slide .testi-single-wrap {
	width: 100%;
}

.testimonials-slider.swiper-slide.swiper-slide-active {
	opacity: 1;
}

.testimonials-slider.swiper-slide {
	opacity: 0.7;
}

.testimonials-slider.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.testimonials-slider.hswiper-slide-inner .slide-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	bottom: -15px;
	left: 0px;
	background-color: #ffffff;
	height: 30px;
	width: 30px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.testimonials-slider.hswiper-slide-inner .slide-arrow:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -5px;
	background-color: #f8fcff;
	height: 25px;
	width: 30px;
	border-radius: 20px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.testimonials-slider.hswiper-slide-inner .slide-arrow:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	height: 10px;
	width: 5px;
	background-color: #ffffff;
	z-index: 2;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.testimonials-slider .testi-author-wrap {
	position: absolute;
	left: calc(50% - 47.5px);
	top: -47.5px;
	margin-top: 0px;
	padding-left: 0;
	border-radius: 100%;
	border: 5px solid #152f6b;
}

/* --------------------------- */
/* Privacy policy page design */
/* --------------------------- */

.pp-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/privacy-hero-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.privacy-main-wrap {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.privacy-page-title h2 {
	margin: 0px;
	font-family: qs-bold;
	display: inline-block;
	position: relative;
	color: #6ecaf9;
	font-size: 36px;
}

.privacy-page-title h2 span {
	color: #00114e;
}

.privacy-page-title h2:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0px;
	height: 3px;
	width: 40%;
	background-color: #00114e;
}

.privacy-content {
	padding-top: 50px;
}

.privacy-content p span {
	color: #00114e;
	font-family: qs-bold;
}

.privacy-content p {
	font-size: 20px;
	color: #6d6868;
	font-family: qs-medium;
	line-height: 30px;
}

.privacy-content p a {
	color: #6ecaf9;
	text-decoration: none;
	font-family: qs-bold;
}

.privacy-content h4 {
	font-size: 30px;
	color: #00114e;
	font-family: qs-bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.compliance-sec {
	background-color: #F8FCFF;
}

.compliance-point-wrapper {
	margin-top: 30px;
}

.single-compliance-point-wrap {
	margin-bottom: 30px;
}

.single-comp-title h3 {
	color: #222222;
	font-family: qs-medium;
	margin-top: 0px;
	font-size: 22px;
}

.single-comp-icon,
.single-comp-desc {
	display: inline-block;
	vertical-align: top;
}

.single-comp-desc {
	width: 90%;
	padding-left: 25px;
}

.what-is-tcpa {
	padding-top: 30px;
	padding-bottom: 30px;
}

.what-is-tcpa h2 {
	margin-top: 0px;
	color: #00114E;
	font-family: qs-medium;
	margin-bottom: 15px;
	font-size: 36px;
}

.what-is-tcpa p {
	font-family: qs-medium;
	color: #6D6868;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
}

.lr-pleadge {
	background-color: #F8FCFF;
	padding-top: 50px;
	padding-bottom: 50px;
}

.lr-pleadge .lr-pleadge-point .compliance-point-wrapper {
	margin-top: 0px;
}

.lr-pleadge-title h2 {
	margin-top: 0px;
	font-family: qs-medium;
	color: #00114E;
	line-height: 42px;
	font-size: 36px;
}

.lr-pleadge-title p {
	font-family: qs-medium;
	color: #6D6868;
	font-size: 20px;
	line-height: 30px;
}

.lr-pleadge-point .single-comp-text p {
	color: #6D6868;
	font-family: qs-medium;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 0px;
}

.useful-link-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.useful-link-section .useful-link h4 {
	font-family: qs-medium;
	color: #00114E;
	font-size: 30px;
	margin-bottom: 20px;
}

/* -------------------- */
/* support page design */
/* ------------------ */
.support-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/support/support-hero-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.support-hero .contact-page-hero-text-inner h1 {
	text-align: center;
}

.support-page .sub-hero-points:first-child .sub-hero-inner {
	width: 80%;
}

.support-feature {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.support-serving img,
.support-reach img,
.support-round img {
	width: 50px;
}

.support-serving {
	padding-top: 30px;
}

.support-reach {
	padding-top: 28px;
}

.support-round {
	padding-top: 28px;
}

.support-page .new-single-feature-inner {
	min-height: 420px;
}

.no-compromise {
	padding-top: 50px;
	padding-bottom: 50px;
}

.compromise-title h2 {
	display: inline-block;
	font-size: 36px;
	color: #57c1f8;
	font-family: qs-bold;
	position: relative;
	margin-top: 0px;
}

.compromise-title h2:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: #00114e;
	bottom: -10px;
	left: 0px;
}

.compromise-title h2 span {
	color: #00114e;
}

.compromise-img-left {
	text-align: center;
}

.compromise-content {
	margin-top: 30px;
}

.compromise-content p {
	font-size: 20px;
	color: #6d6868;
	font-family: qs-medium;
}

.compromise-img-left img {
	max-width: 100%;
}

.support-testi-new .hswiper-text-wrap {
	min-height: 130px;
}

.compromise-cta-wrap {
	margin-top: 20px;
}

.support-table {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.support-table tr>th {
	border: 2px solid #57c1f8;
	background-color: rgba(110, 202, 249, 0.2);
	color: #00114e;
	font-family: qs-bold;
	font-size: 22px;
	padding: 15px;
}

.support-table tr>td {
	color: #00114e;
	font-size: 18px;
	border: 2px solid #57c1f8;
	border-top: 0px;
	padding: 10px;
	font-family: qs-medium;
}

.support-faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.support-faq .section-title {
	margin-bottom: 0px;
}

.support-faq .price-faq-list-wrap {
	margin-top: 60px;
}

.support-page .support-testi-new .section-title h2,
.support-page .support-testi-new .section-title h3 {
	color: #57c1f8;
}

/* login page design */
html.login-page-html,
body.login-page,
html.signup-page,
body.signup-page {
	background-color: #2d4577;
}

.login-main-wrap {
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.login-header {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.login-form-inner {
	background-color: #ffffff;
	padding: 30px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
}

.login-form-title h1 {
	margin: 0px;
	display: inline-block;
	position: relative;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 30px;
}

.login-form-title h1:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%);
}

.login-form-title {
	padding-bottom: 50px;
	text-align: center;
}

.login-content .custom-form-group label {
	font-family: qs-medium;
	font-size: 18px;
	margin-bottom: 10px;
}

.login-cta-wrapper button {
	width: 100%;
	margin-top: 20px;
}

.buy-now-card-wrapper .login-cta-wrapper button {
	margin-top: 0px;
	width: auto;
}

.buy-now-card-wrapper .login-cta-wrapper {
	text-align: right;
}

.login-page .navbar-default .navbar-collapse,
.signup-page .navbar-default .navbar-collapse {
	border-bottom: 0px;
	border-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.forgot-password-cta {
	color: #a6a8b0;
	font-family: qs-medium;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s;
}

.forgot-password-cta:hover {
	text-decoration: none;
	color: #00114e;
}

.login-navbar li {
	border: 2px solid #ffffff;
	border-radius: 4px;
}

.login-navbar li a {
	padding: 10px 15px;
}

.navbar-default .navbar-nav.login-navbar>li>a:after {
	display: none;
}

.login-content .custom-form-group .form-control {
	height: 40px;
	background-color: rgba(248, 252, 255, 0.5);
	border-radius: 0px;
}

.service-list-signup ul,
.service-list-signup ul li {
	list-style: none;
}

.service-list-signup ul {
	padding: 0px;
	margin-bottom: 0px;
}

.service-list-signup ul li {
	float: left;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.service-list-signup ul li:nth-child(1),
.service-list-signup ul li:nth-child(3) {
	padding-left: 0px;
}

.service-list-signup ul li:nth-child(2),
.service-list-signup ul li:nth-child(4) {
	padding-right: 0px;
}

.service-wrap-inner {
	text-align: center;
}

.service-wrap-signup {
	padding: 15px 10px;
	border: 1px solid #dfe0eb;
	background-color: #f8fcff;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	border-radius: 5px;
	width: 100%;
	display: block;
}

.service-select-signup input.signup-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.service-select-signup {
	position: relative;
}

.service-title-signup h4 {
	color: #00114e;
	font-size: 16px;
	font-family: qs-bold;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.2s;
}

.login-form-wrapper .service-title-signup p {
	color: #a1aabc;
	font-size: 14px;
	font-family: qs-medium;
	margin-bottom: 0px;
	transition: all 0.2s;
}

.login-form-wrapper .service-title-signup p span {
	color: #ff8d12;
	transition: all 0.3s;
}

.login-form-wrapper .service-title-signup p span svg {
	width: 20px;
	vertical-align: middle;
	fill: #E50E0E;
}

.signup-checkbox+.service-wrap-signup .card-state-icon {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 10px;
	right: 10px;
	border: 2px solid #dfe0ed;
	border-radius: 100%;
}

.signup-checkbox+.service-wrap-signup .card-state-icon:after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-35deg);
	background-color: transparent;
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 2px;
}

.signup-checkbox:checked+.service-wrap-signup .card-state-icon {
	border-color: #57c1f8;
	background-color: #57c1f8;
}

.signup-checkbox:checked+.service-wrap-signup {
	background-color: #ffffff;
	border-color: #57c1f8;
}

.signup-checkbox:checked+.service-wrap-signup .service-title-signup h4 {
	color: #57c1f8;
}

.signup-checkbox:checked+.service-wrap-signup .service-title-signup p {
	color: #57c1f8
}

/* .signup-checkbox:checked + .service-wrap-signup .service-title-signup p span{color: #57c1f8;} */
.signup-checkbox:checked+.service-wrap-signup .card-state-icon:after {
	opacity: 1;
}

.signup-checkbox:checked+.service-wrap-signup .service-icon-wrap svg {
	fill: #57c1f8;
}

.login-content .service-select-signup label {
	margin-bottom: 0px;
}

.login-content .accept-terms label {
	font-size: 16px;
	color: #00114e;
}

.login-content .accept-terms label a {
	text-decoration: none;
}

.service-icon-wrap svg {
	width: 45px;
	fill: #00114e;
}

#signup-counrty .cntry-btn {
	background-color: rgba(248, 252, 255, 0.5);
	background: rgba(248, 252, 255, 0.5);
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(9, 115, 216, 0.20);
	font-size: 16px;
	height: 40px;
}

#signup-counrty .dropdown-menu>li>a {
	color: #00114e;
	font-family: qs-regular;
	padding: 5px 15px;
}

#signup-counrty .dropdown-menu {
	padding: 0px;
	width: 100%;
}

.login-form-wrapper p {
	text-align: center;
	color: #ffffff;
	font-family: qs-medium;
	margin-top: 10px;
}

.login-form-wrapper p a {
	color: #57c1f8;
	text-decoration: none;
}

.clouds {
	bottom: 200px;
	left: 0;
	/* padding-top: 50px; */
	position: absolute;
	right: 0;
	top: 0;
	opacity: .12;
	z-index: 0;
}

.x1 {
	top: 10%;
	margin-left: 0%;
	position: absolute;
	-webkit-animation: animateCloud 85s linear infinite;
	-moz-animation: animateCloud 85s linear infinite;
	animation: animateCloud 85s linear infinite;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.x2 {
	top: 30%;
	margin-left: 20%;
	position: absolute;
	-webkit-animation: animateCloud 70s linear infinite;
	-moz-animation: animateCloud 70s linear infinite;
	animation: animateCloud 70s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x3 {
	top: 50%;
	margin-left: 40%;
	position: absolute;
	-webkit-animation: animateCloud 80s linear infinite;
	-moz-animation: animateCloud 80s linear infinite;
	animation: animateCloud 80s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x4 {
	top: 80%;
	margin-left: 10%;
	position: absolute;
	-webkit-animation: animateCloud 68s linear infinite;
	-moz-animation: animateCloud 68s linear infinite;
	animation: animateCloud 68s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x5 {
	top: 90%;
	margin-left: 70%;
	position: absolute;
	-webkit-animation: animateCloud 65s linear infinite;
	-moz-animation: animateCloud 65s linear infinite;
	animation: animateCloud 65s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.cloud {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
	background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 120px;
	position: relative;
	width: 350px;
	opacity: .4;
}

.cloud:before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

.cloud:after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud:after,
.cloud:before {
	background: #fff;
	content: '';
	position: absolute;
	z-index: -1;
}

.ssp-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/service-suggestion/ssp-hro-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.service-suggestion-main {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.ssp-card {
	background-color: #ffffff;
	border: 1px solid rgba(9, 115, 216, 0.1);
	border-radius: 5px;
}

.ssp-card-inner {
	padding: 30px;
}

.ssp-title-wrap {
	text-align: center;
}

.ssp-title-wrap h1 {
	display: inline-block;
	position: relative;
	font-family: qs-bold;
	color: #57c1f8;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0px;
}

.ssp-title-wrap h1 span {
	color: #00114e;
}

.ssp-title-wrap h1:after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 2px;
	background-color: #00114e;
	left: 50%;
	transform: translate(-50%);
}

.wizard-wrapper {
	text-align: center;
	margin-top: 30px;
}

.wizard-steps-inner p {
	font-size: 18px;
	color: #6d6868;
	font-family: qs-medium;
	line-height: 30px;
}

.wizard-step-cta {
	margin-top: 30px;
}

.progress {
	height: 13px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #f1f8ff;
	border-radius: 12px;
	width: 30%;
	margin: 0 auto;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	position: absolute;
	top: 34px;
	right: 0px;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #57c1f8;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.service-sugg-tab-content {
	min-height: auto;
	margin-bottom: 0px;
	text-align: left;
	margin-top: 0px;
	position: relative;
}

.pager.wizard {
	list-style: none;
	text-align: center;
	margin-top: 30px;
	padding-left: 0px;
}

.pager.wizard li {
	display: inline-block;
}

.ss-step-title {
	padding-left: 20px;
}

.ss-step-title h3 {
	color: #00114e;
	font-family: qs-bold;
	font-size: 30px;
	display: inline-block;
	position: relative;
	margin: 0px;
}

.ss-step-title h3:after {
	content: '';
	position: absolute;
	height: 15px;
	width: 15px;
	left: -20px;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #57c1f8;
}

.ss-step-title p {
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: qs-medium;
	color: #7e7e7e;
}

.service-sugg-tab-content .tab-pane {
	padding: 20px;
}

.pager.wizard svg {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.pager.wizard li {
	margin-left: 10px;
	margin-right: 10px;
}

.pager.wizard li a {
	font-family: qs-medium;
	min-width: 150px;
}

.pager.wizard li a.wizard-next {
	background-color: #ff8d12;
	color: #ffffff;
}

.pager.wizard li a.wizard-next svg {
	fill: #ffffff;
}

.pager.wizard li a.wizard-prev {
	border: 1px solid #ff8d12;
	color: #ff8d12;
}

.pager.wizard li a.wizard-prev svg {
	fill: #ff8d12;
}

.ss-step-content {
	margin-top: 50px;
}

.ss-step-content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ss-step-content ul li {
	float: left;
	width: 20%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.ss-step-content ul li input[type='radio'],
.ss-step-content ul li input[type='checkbox'] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.ss-wrap-select {
	padding: 15px 10px;
	border: 1px solid #dfe0eb;
	background-color: #f8fcff;
	border-radius: 5px;
	width: 100%;
	display: block;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	min-height: 135px;
	cursor: pointer;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select {
	border-color: #57c1f8;
	background-color: #ffffff;
}

.ss-step-content ul li input[type='checkbox']:checked+.ss-wrap-select {
	border-color: #57c1f8;
	background-color: #ffffff;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select svg {
	fill: #57c1f8;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select svg .solo-stroke-new {
	stroke: #57c1f8;
}

.ss-step-content ul li input[type='checkbox']:checked+.ss-wrap-select svg {
	fill: #57c1f8;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select .ss-label-title-signup h4 {
	color: #57c1f8;
}

.ss-step-content ul li input[type='chekbox']:checked+.ss-wrap-select .ss-label-title-signup h4 {
	color: #57c1f8;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select .ss-wrap-state-icon:after {
	opacity: 1;
	border-color: #ffffff;
}

.ss-step-content ul li input[type='checkbox']:checked+.ss-wrap-select .ss-wrap-state-icon:after {
	opacity: 1;
	border-color: #ffffff;
}

.ss-step-content ul li input[type='radio']:checked+.ss-wrap-select .ss-wrap-state-icon {
	background-color: #57c1f8;
	border-color: #57c1f8;
}

.ss-step-content ul li input[type='checkbox']:checked+.ss-wrap-select .ss-wrap-state-icon {
	background-color: #57c1f8;
	border-color: #57c1f8;
}

.ss-wrap-select .ss-wrap-state-icon {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 10px;
	right: 10px;
	border: 2px solid #dfe0ed;
	border-radius: 100%;
}

.ss-label-title-signup h4 {
	color: rgba(34, 52, 106, 0.3);
	font-size: 18px;
	font-family: qs-medium;
	margin-bottom: 0px;
}

.ss-label-icon-wrap svg {
	width: 60px;
	fill: rgba(34, 52, 106, 0.3);
}

.ss-label-icon-wrap svg .solo-stroke-new {
	fill: none;
	stroke: rgba(34, 52, 106, 0.3);
	;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.ss-label-title-signup.pdt30 {
	padding-top: 30px;
}

.ss-wrap-select .ss-wrap-state-icon:after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 2px solid #57c1f8;
	border-bottom: 2px solid #57c1f8;
	transform: rotate(-35deg);
	background-color: transparent;
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 2px;
}

.sub-heading-ss-step h4 {
	margin: 0px;
	font-family: qs-medium;
	color: #00114e;
}

.sub-heading-ss-step {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.input-box-ss-step {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	width: 70%;
}

.input-box-ss-step .form-group {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.input-box-ss-step .form-group label {
	font-size: 18px;
	font-family: qs-medium;
	color: #00114e;
	font-weight: normal;
}

.input-box-ss-step .custom-group input {
	border: 1px solid rgba(9, 115, 216, 0.20);
	box-shadow: none;
	background-color: rgba(248, 252, 255, 0.5);
}

.input-box-ss-step .custom-group input:focus {
	border-color: #6ecaf9;
	background-color: #ffffff;
}

.ssp-card-inner .nav>li>a {
	display: none;
}

.final-step-text {
	margin-top: 30px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.final-step-text p {
	font-family: qs-medium;
}

.ss-error {
	color: red;
	font-size: 14px;
	font-family: qs-regular;
	padding-left: 35px;
}

.ss-error li {
	list-style: none;
}

.ss-error li label {
	font-weight: normal;
	font-family: qs-medium;
}


.not-found-hero {
	padding-top: 80px;
	padding-bottom: 100px;
	background: rgb(2, 27, 121);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(2, 27, 121, 1) 0%, rgba(35, 123, 212, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(2, 27, 121, 1) 0%, rgba(35, 123, 212, 1) 100%);
	background: linear-gradient(to right, rgba(2, 27, 121, 1) 0%, rgba(35, 123, 212, 1) 100%);
}

.not-found-hero .hero-sec-inner img {
	max-width: 100%;
}

.not-found-hero .hero-sec-inner {
	text-align: center;
	padding-top: 100px;
}

.not-found-blog {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.not-found-page-text {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-family: qs-bold;
	font-size: 30px;
}

.not-found-page-text p span {
	font-size: 40px;
}

.not-found-cta-default {
	color: #ffffff;
	border: 2px solid #ffffff;
	font-family: qs-medium;
	min-width: 160px;
	margin-right: 10px;
}

.not-found-cta {
	background-color: #ff8d12;
	color: #ffffff;
	font-family: qs-medium;
	min-width: 160px;
	border: 2px solid #ff8d12;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.not-found-cta:hover,
.not-found-cta:focus,
.not-found-cta-default:hover,
.not-found-cta-default:focus,
.thank-you-cta:hover,
.thank-you-cta:focus {
	color: #ffffff;
}

.thank-you-main {
	padding-top: 80px;
	padding-bottom: 80px;
}

.thank-you-wrap {
	text-align: center;
}

.thank-you-wrap h2 {
	font-size: 60px;
	font-family: qs-medium;
	color: #00114e;
	margin-top: 0px;
}

.thank-you-wrap h3 {
	font-size: 36px;
	font-family: qs-medium;
	color: #00114e;
	margin-bottom: 30px;
}

.thank-you-cta {
	background-color: #ff8d12;
	color: #ffffff;
	font-family: qs-medium;
	min-width: 160px;
	border: 2px solid #ff8d12;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.site-map-wrapper {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.site-map-wrapper .section-title {
	margin-bottom: 50px;
}

.site-map-content ul:not(.child-pages) {
	float: left;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 0px;
	width: auto;
	list-style: none;
}

.site-map-content ul:not(.child-pages) {
	width: 25%;
	min-height: 350px;
	margin-bottom: 30px;
}

.site-map-content ul {
	padding-right: 15px;
	padding-left: 15px;
}

.site-map-content ul li {
	font-size: 18px;
	font-family: qs-medium;
	color: #00114e;
	position: relative;
}


ul.child-pages {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
}

.site-map-content ul li.site-map-title-cat {
	padding: 10px 15px;
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
}

.site-map-content ul li.site-map-title-cat:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background-color: #57c1f8;
	bottom: 0px;
	left: 20px;
}

.site-map-content ul li.site-map-title-cat a {
	padding: 0px;
}

.site-map-content ul li a {
	padding: 7px 15px;
	display: inline-block;
	text-decoration: none;
}

.site-map-content ul li a:hover {
	text-decoration: none;
}

.site-map-hero {
	background-image: url('../img/sitemap-hero-bg.png');
}

.compliance-hero {
	background-image: url('../img/compliance/compliance-hero-bg.png');
}

.compliance-list {
	padding-left: 20px;
}

.compliance-list li {
	font-size: 20px;
	color: #6d6868;
	font-family: qs-medium;
	margin-bottom: 10px;
}

.compliance-links {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.compliance-links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 20px;
}

.compliance-list-title {
	margin-top: 30px;
}

.terms-h5 {
	font-size: 18px;
}

.buy-now-hero {
	padding-top: 81px;
}

.buy-now-hero .navbar {
	background-color: #2d4577;
}

.buy-now-main-sec {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.buy-now-card-wrapper {
	background-color: #ffffff;
	border: 1px solid rgba(9, 115, 216, 0.1);
	padding: 20px;
}

.buy-plan-title h3 {
	margin: 0px;
	text-align: center;
	font-size: 26px;
	font-family: qs-bold;
	color: #00114e;
}

.plans-details-card {
	margin-top: 30px;
}

.plan-details-card-inner {
	width: 90%;
	margin: 0 auto;
	padding: 30px 15px;
	border: 1px solid #ced4e5;
	border-radius: 4px;
}

.buy-now-plan-details {
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #ced4e5;
	position: relative;
}

.buy-now-plan-details:last-child {
	border-right: 0px;
}

.buy-now-plan-details h4 {
	font-size: 18px;
	color: #6d6868;
	font-family: qs-medium;
	margin: 0px;
}

.buy-now-plan-details h3 {
	font-family: qs-bold;
	color: #59c2f8;
	margin: 0;
	margin-top: 10px;
	font-size: 20px;
}

.buy-now-plan-details.service-name {
	width: 25%;
}

.buy-now-plan-details.has-mll h3 {
	width: 49%;
	float: left;
}

.buy-now-plan-details.has-mll .uk-landline-wrap,
.buy-now-plan-details.has-mll .uk-mobile-wrap {
	width: 48%;
}

.buy-now-plan-details .uk-aus-min {
	bottom: -20px;
}

.buy-now-plan-details .uk-aus-min-divider {
	position: absolute;
	left: 49%;
}

.buy-now-plan-details .uk-aus-min-divider span {
	font-family: qs-regular;
	color: #cbcbcb;
}

.plan-price-buy-now.buy-now-plan-details {
	width: 15%;
}

.buy-user-profile-title h3 {
	margin: 0px;
	text-align: center;
	font-size: 26px;
	font-family: qs-bold;
	color: #00114e;
}

.user-profile-sec {
	margin-top: 30px;
}

.buy-now-user-select,
.buy-now-user-divider,
.buy-now-payment-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.select-user-type {
	text-align: center;
}

.buy-user-profile-title {
	margin-bottom: 30px;
}

.buy-now-user-select input.new-user,
.buy-now-user-select input.old-user {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.buy-now-users-label {
	padding: 15px 10px;
	border: 1px solid #dfe0eb;
	background-color: #f8fcff;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	border-radius: 5px;
	width: 100%;
	margin-bottom: 0px;
	min-width: 175px;
	max-width: 100%;
	cursor: pointer;
}

.user-arrow-buy-now-icon {
	fill: none;
	stroke: #b7c0d2;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.select-user-type .user-type-icon-wrap svg {
	width: 60px;
	fill: #b7c0d2;
}

.user-select-input+.buy-now-users-label .card-state-icon {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 10px;
	right: 10px;
	border: 2px solid #dfe0ed;
	border-radius: 100%;
}

.user-select-input+.buy-now-users-label .card-state-icon:after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-35deg);
	background-color: transparent;
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 2px;
}

.user-select-input:checked+.buy-now-users-label .card-state-icon {
	border-color: #57c1f8;
	background-color: #57c1f8;
}

.user-select-input:checked+.buy-now-users-label .card-state-icon:after {
	opacity: 1;
}

.user-select-input:checked+.buy-now-users-label .user-type-icon-wrap svg {
	fill: #57c1f8;
}

.user-select-input:checked+.buy-now-users-label .user-type-icon-wrap svg .user-arrow-buy-now-icon {
	stroke: #57c1f8;
}

.user-select-input:checked+.buy-now-users-label .user-type-title-signup h4 {
	color: #57c1f8;
}

.user-select-input:checked+.buy-now-users-label {
	background-color: #ffffff;
}

.user-type-title-signup h4 {
	text-align: center;
	color: #b7c0d2;
	font-family: qs-medium;
}

.buy-now-user-divider {
	margin-right: 15px;
	margin-left: 15px;
}

.buy-now-user-divider span {
	display: block;
	position: relative;
	font-size: 20px;
	color: #adadad;
	font-family: qs-medium;
	padding: 10px;
}

.buy-now-user-divider span:after,
.buy-now-user-divider span:before {
	content: '';
	position: absolute;
	height: 25px;
	width: 2px;
	background-color: #aeaeae;
	left: 50%;
	transform: translate(-50%);
}

.buy-now-user-divider span:after {
	top: -25px;
}

.buy-now-user-divider span:before {
	bottom: -25px;
}

.old-user-cta-wrap {
	text-align: center;
	margin-top: 30px;
}

.old-user-cta-wrap a {
	margin-right: 10px;
	margin-left: 10px;
}

.new-user-cta-wrap {
	margin-top: 30px;
}

.new-user-cta-title h4 {
	margin: 0px;
	text-align: center;
	font-size: 26px;
	font-family: qs-bold;
	color: #00114e;
}

.new-user-cta-title {
	margin-bottom: 30px;
}

.payment-method-title h4 {
	margin: 0px;
}

.buy-now-payment-select input.payment-select-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.select-payments {
	padding: 15px 10px;
	border: 1px solid #dfe0eb;
	background-color: #f8fcff;
	box-shadow: 0px 0px 6px 0px rgba(223, 240, 255, 0.8);
	border-radius: 5px;
	width: 100%;
	margin-bottom: 0px;
	min-width: 175px;
	max-width: 100%;
	cursor: pointer;
}

.payment-icon-wrap img {
	max-width: 100px;
}

.payment-card-proceed {
	margin-top: 30px;
}

.payment-select-input+.select-payments .card-state-icon {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 10px;
	right: 10px;
	border: 2px solid #dfe0ed;
	border-radius: 100%;
}

.payment-select-input+.select-payments .card-state-icon:after {
	content: '';
	width: 8px;
	height: 5px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-35deg);
	background-color: transparent;
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 2px;
}

.payment-select-input:checked+.select-payments .card-state-icon {
	border-color: #57c1f8;
	background-color: #57c1f8;
}

.payment-select-input:checked+.select-payments .card-state-icon:after {
	opacity: 1;
}

.payment-select-input:checked+.select-payments {
	background-color: #ffffff;
}

.payment-select-input:checked+.select-payments .payment-method-title h4 {
	color: #57c1f8;
}

.payment-method-title h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #b7c0d2;
	font-family: qs-medium;
}

.payment-card-proceed a {
	margin-right: 10px;
	margin-left: 10px;
}

.review-page-section {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.review-page-section .review-page-title-desc {
	color: #00114e;
	margin-top: 0px;
	margin-bottom: 50px;
	font-family: qs-medium;
}

.review-item-outer {
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.review-item-inner {
	border: 1px solid #d8d8d8;
	padding: 10px;
	min-height: 280px;
}

.review-title-wrap h4 {
	margin: 0px;
	font-family: qs-bold;
	color: #000000;
	margin-bottom: 10px;
}

.review-desc-inner p {
	color: #6d6868;
	font-family: qs-medium;
}

.review-author-name h4 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: qs-medium;
	color: #000000;
	font-size: 20px;
}

.rvm-api-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url('../img/rvm-api-img/rvm-api-hero-bg.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rvm-api-page-hero-text {
	display: table;
	width: 100%;
	padding-top: 81px;
}

.rvm-api-page-hero-text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	color: #ffffff;
}

.rvm-api-page-hero-text-inner h1 {
	font-size: 45px;
	font-family: qs-bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.rvm-api-main {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8fcff;
}

.rvm-api-img-inner {
	text-align: center;
}

.rvm-api-title-wrap h4,
.rvm-api-title-wrap h2,
.rvm-api-title-wrap h3 {
	color: #00114e;
	font-family: qs-bold;
	font-size: 24px;
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
}

.rvm-api-title-wrap h4:after,
.rvm-api-title-wrap h2:after,
.rvm-api-title-wrap h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -10px;
	height: 2px;
	width: 40px;
	background-color: #00114e;
}

.rvm-api-text-img-wrap {
	margin-bottom: 50px;
}

.rvm-api-text-main p {
	font-family: qs-medium;
	color: #6d6868;
	line-height: 24px;
}

.rvm-api-text-main p a {
	font-family: qs-bold;
	color: #57c1f8;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
}

.rvm-api-img-inner img {
	max-width: 100%;
}

.rvm-api-step-title-inner {
	text-align: center;
}

.rvm-api-step-title-inner h3 {
	margin: 0px;
	margin-bottom: 15px;
	font-family: qs-bold;
	color: #00114e;
}

.rvm-api-steps {
	background-color: #f8fcff;
	padding-bottom: 50px;
}

.rvm-steps-wrapper {
	background-color: #f8fcff;
	padding-bottom: 50px;
}

.rvm-api-step-img-inner img {
	max-width: 100%;
}

.rvm-api-step-text-outer {
	display: table;
	min-height: 400px;
	width: 100%;
}

.rvm-api-step-two-text-wrap .rvm-api-step-text-outer {
	min-height: 315px;
}

.rvm-api-step-three-text-wrap .rvm-api-step-text-outer {
	min-height: 350px;
}

.rvm-api-step-text-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.rvm-api-step-text-inner p {
	color: #00114e;
	font-family: qs-medium;
	font-size: 22px;
}

.rvm-api-step-text-inner p span {
	color: #57c1f8;
}

.connect-lines {
	position: absolute;
	top: 0px;
	max-width: 100%;
	left: 0px;
}

.rvm-api-step-two,
.rvm-api-step-three {
	position: relative;
}

.rvm-api-step-two {
	padding-top: 100px;
	padding-bottom: 100px;
}

.rvm-api-connect-2 {
	top: -30%;
	left: 20%;
}

.rvm-api-connect-1 {
	top: -15%;
	left: 10%;
}

.login-content .custom-form-group label.error {
	color: red;
	font-size: 14px;
	font-family: qs-regular;
}

.radio label.error,
.checkbox label.error {
	padding-left: 0px;
}

#sign-up-form .ss-error {
	padding-left: 10px;
}

.emoji-signup {
	font-size: 18px;
}

.result-step h4 {
	text-align: center;
	color: #57c1f8;
	font-family: qs-bold;
	font-size: 28px;
	margin-bottom: 24px;
}

.result-step p {
	text-align: center;
}

.ss-result-title h3:after {
	display: none;
}

.ss-result-title h3:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, -50%);
	background-color: #00114e;
}

.ss-result-title h3 {
	text-transform: uppercase;
}

.ss-result-title {
	text-align: center;
}

.last-step-cta-new {
	text-align: center;
}

.last-step-cta-new a {
	background-color: #ff8d12;
	color: #ffffff;
	font-family: qs-medium;
	min-width: 150px;
}

.last-step-cta-new a:hover,
.last-step-cta-new a:active,
.last-step-cta-new a:focus {
	color: #ffffff;
}

.final-ss-result-wrap {
	margin-top: 30px;
}

.ss-final-service-title {
	display: inline-block;
}

.ss-final-service-icon-wrap {
	text-align: center;
}

.final-ss-result-wrap-inner .ss-final-service-icon {
	min-height: 60px;
}

.ss-final-service-title {
	padding: 10px;
	border: 2px solid #57c1f8;
}

.ss-final-service-name-wrap h4 {
	color: #57c1f8;
	font-family: qs-medium;
}

.ss-final-service-desc {
	margin-top: 30px;
	text-align: center;
	color: #6d6868;
	font-family: qs-medium;
	font-size: 18px;
}

.ss-final-service-cta {
	text-align: center;
	margin-top: 30px;
}

.case-study-page .blog-item-wrapper {
	margin-bottom: 20px;
}

.mobile-cta-new {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.mobile-cta-new a {
	border: 2px solid #ffffff;
	color: #ffffff;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 6px 20px;
	display: inline-block;
	line-height: 20px;
}

.signup-mobile-cta.mobile-cta-new a {
	background-color: #ff8d12;
	border-color: #ff8d12;
}

.login-mob-cta.mobile-cta-new a {
	background-color: #57c1f8;
	border-color: #57c1f8;
}

.mobile-menu-ul li.mobile-cta-new a {
	padding: 6px 15px;
}

.mobile-cta-new a:hover {
	text-decoration: none;
}

.mobile-menu-social {
	padding: 0px;
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
	margin-top: 20px;
}

.mobile-menu-social li {
	display: inline-block;
	width: 23%;
}

.mobile-menu-social li a {
	display: inline-block;
	padding: 10px;
	border-radius: 100%;
	background-color: rgba(87, 193, 248, 0.1);
	line-height: 10px;
}

.mobile-menu-social li a img {
	width: 18px;
}

.mobile-menu-footer {
	padding: 0px;
	text-align: center;
	margin-top: 30px;
}

.new-page-cta-ux {
	background-color: #152f6b;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ffffff;
}

.new-page-cta-ux h4 {
	font-family: qs-medium;
	margin: 0px;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.new-page-cta-ux p {
	font-family: qs-medium;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}

.new-page-cta-ux .btn-lg {
	margin-top: 20px;
}

.service-sugg-cta-new-ux {
	position: relative;
}

.service-sugg-cta-new-ux:after {
	content: '';
	position: absolute;
	left: -20%;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

.ss-cta-new {
	background-color: #57c1f8;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.ss-cta-new:hover {
	color: #ffffff;
}

.signup-cta-new-ux .btn-lg {
	margin-top: 51px;
}

.ss-cta-new-ux-inner img,
.signup-cta-new-ux-inner img {
	width: 50px;
}

.api-response {
	display: none;
	padding: 10px;
	background-color: #dff0d8;
	color: #3c763d;
	margin-top: 5px;
	font-family: qs-medium;
}

.api-response.ss-error {
	background-color: #f2dede;
	color: #a94442;
}

/* new price page design */
.navbar-nav>li.dropdown.price-menu-new:hover a {
	cursor: pointer;
}

.price-main-page-section {
	background-color: #f8fcff;
	padding-top: 50px;
	padding-bottom: 10px;
}

.price-page-box {
	background-color: #ffffff;
	margin-bottom: 20px;
}

.price-page-box-inner {
	padding: 15px;
	border: 1px solid #d7e4f3;
	border-radius: 5px;
	padding-right: 0px;
	transition: all 0.3s;
}

.price-page-box-inner:hover {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.06);
}

.price-box-inner-group {
	float: left;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

.price-box-inner-group {
	width: 20%;
}

.price-page-cat-icon {
	width: 10%;
}

.price-page-box-desc.price-box-inner-group {
	width: 50%;
}

.price-page-box-desc h2 {
	font-family: qs-medium;
	color: #8b99a6;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}

.price-page-box-desc h2 a {
	text-decoration: none;
	color: #3c4248;
}

.price-page-box-desc h2 a:hover {
	color: #6c7680;
}

.price-page-box-desc h4 {
	font-family: qs-medium;
	color: #99a5b1;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 24px;
	font-size: 16px;
}

.price-page-box-cost h3 {
	margin-top: 5px;
	font-size: 36px;
	font-family: qs-medium;
	color: #6ecaf9;
}

.price-page-box-cost h5 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #8b99a6;
	font-family: qs-medium;
}

.price-page-box-cost,
.price-page-box-cta {
	text-align: center;
}

.new-price-cta {
	font-family: qs-bold;
	color: #ff8d12;
	border: 1px solid #ff8d12;
	transition: all 0.3s;
	margin-top: 5px;
}

.new-price-cta:hover {
	background-color: #ff8d12;
	color: #ffffff;
}

.new-price-service-cta {
	display: block;
	font-family: qs-medium;
	font-size: 16px;
	color: #6ecaf9;
	margin-top: 5px;
	text-decoration: none;
}

.new-price-service-cta:hover,
.new-price-service-cta:focus,
.new-price-service-cta:active {
	color: #6ecaf9;
	text-decoration: none;
}

.new-price-service-cta svg {
	vertical-align: middle;
}

.price-page-box-cost {
	border-right: 1px solid #d7e4f3;
	border-left: 1px solid #d7e4f3;
}

.price-page-cat-icon {
	text-align: center;
}

.price-cat-icon-wrap img {
	width: 40px;
	vertical-align: middle;
	padding-top: 5px;
}

.price-cat-icon-wrap {
	height: 70px;
	width: 70px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(110, 202, 249, 0.1);
	padding-top: 10px;
	margin-top: 5px;
}

.cookie-accept.active {
	display: block;
}

.cookie-accept {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 220px;
	display: none;
	z-index: 10;
}

.cookie-accept .cookie-accept-inner {
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 23, 35, 0.1);
	padding: 10px;
}

.cookie-accept p {
	font-size: 16px;
	margin-bottom: 0px;
	color: #434343;
	font-family: qs-medium;
}

.close-cookie {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	z-index: 10;
}

.close-cookie span {
	background: transparent url(close-arrow.svg) center center no-repeat;
	background-size: 75%;
	height: 15px;
	width: 15px;
	display: inline-block;
}

.stripe-modal-header h4 {
	font-family: qs-medium;
	font-size: 18px;
	color: #00114e;
	text-align: left;
}

#payment-form .modal-body {
	text-align: left;
}

#payment-form .modal-body .form-group label {
	font-weight: normal;
	font-family: qs-medium;
	margin-bottom: 5px;
}

#payment-form .modal-body .form-group .form-control {
	height: 40px;
}

.power-by-stripe-modal {
	float: left;
	padding-top: 5px;
	font-family: qs-medium;
	font-size: 14px;
}

.stipe-name {
	color: #6772e5;
}

.modal.buy-now-stripe-new {
	text-align: center;
	padding: 0 !important;
}

.modal.buy-now-stripe-new:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.buy-now-stripe-new .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.why-leadsrain {
	background-color: #152f6b;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
}

.why-leadsrain .section-title {
	margin-bottom: 50px;
}

.why-leadsrain .section-title h3,
.why-leadsrain .section-title h3 span {
	color: #ffffff;
}

.why-leadsrain .section-title h3:after {
	background-color: #ffffff;
}

.why-feature-title {
	position: relative;
}

.why-feature-title:after {
	content: '';
	position: absolute;
	left: -45px;
	top: -3px;
	height: 30px;
	width: 30px;
	background-image: url('../img/feature-tick.png');
	background-position: center;
	background-size: cover;
}

.why-feature-title h3 {
	font-family: qs-medium;
	font-size: 20px;
	margin-top: 0px;
}

.why-feature-text p {
	font-family: qs-medium;
	font-size: 16px;
	line-height: 28px;
	color: #d4d4d4;
	margin-bottom: 0px;
}

.why-feature {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 30px;
	min-height: 130px;
}

.why-feature:nth-last-child(-n+3) {
	margin-bottom: 0px;
}

.site-map-body .contact-page-hero-text-inner h2 {
	font-family: qs-medium;
	font-size: 26px;
}

.cpd-f-title-wrap h3 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	font-size: 20px;
	font-family: qs-medium;
	color: #1d3d9b;
	padding-left: 10px;
	max-width: calc(100% - 45px);
	line-height: 28px;
}

.cpd-f-title-wrap img {
	width: 45px;
}

.cpd-feature-wrapper .cpd-f-title-wrap img {
	width: 40px;
}

.cpd-feature-wrapper .cpd-f-title-wrap {
	min-height: auto;
}

.cpd-f-title-wrap {
	margin-bottom: 20px;
	min-height: 60px;
}

.cpd-f-desc {
	min-height: 85px;
	max-width: 80%;
}

.cpd-f-desc p {
	font-family: qs-medium;
	font-size: 16px;
	color: #686868;
	line-height: 28px;
}

.cpd-f-new {
	margin-bottom: 20px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-title-wrap img {
	width: 30px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(2) .cpd-f-title-wrap img {
	width: 45px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap img,
.rvm-feature-wrapper .cpd-f-new:nth-child(5) .cpd-f-title-wrap img {
	width: 32px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(9) .cpd-f-title-wrap img {
	width: 30px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(7) .cpd-f-title-wrap img {
	width: 30px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(8) .cpd-f-title-wrap img {
	width: 30px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-title-wrap img {
	width: 35px;
}

.rvm-feature-wrapper .cpd-f-title-wrap {
	min-height: 45px;
}

.vb-feature-wrapper .cpd-f-title-wrap img {
	width: 35px;
}

.rvm-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap,
.rvm-feature-wrapper .cpd-f-new:nth-child(5) .cpd-f-title-wrap,
.rvm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-title-wrap {
	padding-top: 10px;
}

.vb-feature-wrapper .cpd-f-title-wrap {
	min-height: 35px;
}

.rtm-feature-wrapper .cpd-f-title-wrap img {
	width: 40px;
}

.rtm-feature-wrapper .cpd-f-title-wrap {
	min-height: 40px;
}

.rtm-feature-wrapper.mms-feature-wrapper .cpd-f-title-wrap {
	min-height: 56px;
	margin-bottom: 0px;
}

.vb-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-desc,
.vb-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-desc,
.cpd-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-desc,
.cpd-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-desc,
.rvm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-desc,
.rvm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-desc,
.rtm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-desc,
.rtm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-desc {
	max-width: 100%;
}

/* mega menu design */

.dropdown-menu.mega-menu {
	width: 100%;
	/* min-width: 1020px; */
	min-width: 1300px;
	/* left: -210px; */
	left: -380px;

}

.navbar-nav>li>.dropdown-menu.mega-menu {
	border-radius: 10px;
	margin-top: 0px;
	background-color: transparent;
	-webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.175);
	box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.175);
	border-color: transparent;
	border: 0px;
}

.navbar-nav>li>.dropdown-menu.mega-menu:after,
.navbar-nav>li>.dropdown-menu.mega-menu:before {
	content: "";
	display: table;
}

.navbar-nav>li>.dropdown-menu.mega-menu:after {
	clear: both;
}

.dropdown-menu.mega-menu li {
	float: left;
	/* width: 24.3%; */
	width: 20%;
}

.mega-menu.dropdown-menu>li>a {
	color: #74767f;
	white-space: nowrap;
	background-color: #f7f7f7;
	padding: 15px 10px;
}

.mega-menu.dropdown-menu>li:hover>a {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/* .mega-menu.dropdown-menu>li:hover .mega-menu-icon-wrap{
	background-color: #f7f9fd;
} */
/* .dropdown .dropdown-menu.mega-menu{
	overflow: initial;
} */
.mega-menu.dropdown-menu>li:not(:last-child)>a {
	border-right: 1px solid #e9ebf0;
}

.mega-menu.dropdown-menu>li:first-child>a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0px;
}

.mega-menu.dropdown-menu>li:last-child>a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
}

/* @media only screen and (min-width: 850px){
	.mega-menu.dropdown-menu>li:last-child>a:after{
		content: 'NEW';
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 12px;
		background-color: #00bf3f;
		color: #ffffff;
		padding: 3px 5px;
		display: inline-block;
		border-radius: 4px;
		font-family: qs-bold;
	}
} */
.mega-menu.dropdown-menu>li>a .mega-menu-text p {
	overflow: auto;
	white-space: normal;
	font-size: 15px;
	font-family: qs-bold;
}

.mega-menu-icon {
	text-align: center;
	margin-bottom: 10px;
}

.mega-menu-text {
	text-align: center;
}

.mega-menu-icon-wrap {
	padding: 10px;
	height: 60px;
	width: 60px;
	display: inline-block;
	border-radius: 10px;
}

.mega-menu.dropdown-menu>li>a .mega-menu-text span {
	display: inline-block;
	color: #1d3d9b;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: qs-medium;
}

.mega-menu::before {
	content: "";
	width: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
	position: absolute;
	top: -5px;
	/* left: 24%; */
	left: 32%;
}

#mega-menu-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(22, 40, 109, 0.4);
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

#readMoreBtn.hblog-link a {
	color: #ffffff;
}

body.menu-open #mega-menu-overlay {
	opacity: 1 !important;
	z-index: 1 !important;
}

body.menu-open {
	overflow: hidden;
	-webkit-overflow-scrolling: hidden;
	position: relative;
}

:root {
	--purple: #ffffff;
	--red: #ff8d12;
}

button#ihavecookiesBtn {
	margin-left: 0px !important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	left: 0px;
	bottom: 30px;
	max-width: 375px;
	background-color: var(--purple);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 100;
}

#gdpr-cookie-message.show-cookie {
	display: block !important;
}

.mobile-cookie {
	position: fixed;
	left: 20px;
	bottom: 30px;
	z-index: 3;
	cursor: pointer;
	display: block;
}

.mobile-cookie.hide-cookie {
	display: none;
}

.mobile-cookie a.cookie-emoji {
	display: none;
	font-size: 50px;
	display: none;
	text-decoration: none;
	-webkit-animation: rotation 3s infinite linear;
	animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

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

	to {
		transform: rotate(359deg);
	}
}

#gdpr-cookie-message h4 {
	color: var(--red);
	font-family: qs-medium;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
	color: var(--red);
	font-family: qs-medium;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	color: #000000;
	font-size: 15px;
	line-height: 1.5em;
	padding-left: 0px;
}

#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}

#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}

#gdpr-cookie-message a {
	color: var(--red);
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
	transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
	color: #000000;
	border-bottom-color: var(--red);
	transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
	border: none;
	background: var(--red);
	color: white;
	font-family: qs-medium;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
	transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
	background: white;
	color: var(--red);
	border: 1px solid #cccccc;
}

#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}



/* new ss section start */
.ss-section .section-title h2 span,
.ss-section .section-title h3 span {
	color: #ffffff;
}

.ss-section .section-title h2:after,
.ss-section .section-title h3:after {
	background-color: #ffffff;
}

.ss-new-swiper .swiper-slide {
	background-position: center;
	background-size: cover;
	/* width: 300px;
	height: 300px; */
}

.ss-new-swiper .swiper-slide img {
	max-width: 100%;
}

.ss-section .swiper-pagination {
	left: calc(50% - 30px);
	bottom: -40px;
}

.ss-section .swiper-pagination .swiper-pagination-bullet {
	background-color: transparent;
	opacity: 1;
	border: 2px solid #ffffff;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.ss-section .swiper-pagination .swiper-pagination-bullet:focus {
	outline: none;
}

.ss-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 3px solid #57c1f8;
}

.ss-section .swiper-pagination-bullet-active:after {
	content: '';
	position: absolute;
	left: -8px;
	right: 0px;
	top: -8px;
	bottom: 0px;
	height: 20px;
	width: 20px;
	background-color: rgba(87, 193, 248, 0.2);
	border-radius: 100%;
}

.ss-text-layer {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.ss-text-layer .ss-text-new {
	display: none;
	min-height: 85px;
}

.ss-text-layer.rtm-ss-new-text-wrap .ss-text-new {
	min-height: 115px;
}

.ss-text-layer .ss-text-new p {
	font-family: qs-medium;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.ss-text-layer .ss-text-new.active {
	display: block;
}

.ss-section .section-title {
	margin-bottom: 50px;
}

.rvm-ss-new-text-wrap .ss-text-new ul {
	list-style: none;
	padding: 0px;
	text-align: center;
}

.rvm-ss-new-text-wrap .ss-text-new ul li {
	color: #ffffff;
	font-family: qs-medium;
	font-size: 20px;
	position: relative;
	display: inline-block;
	margin-left: 40px;
}

.rvm-ss-new-text-wrap .ss-text-new ul li:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 8px;
	height: 10px;
	width: 10px;
	background-color: #57c1f8;
	border-radius: 100%;
}

.cpd-page .hero-text-wrapper p {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes animateCloud {
	0% {
		left: 0%;
	}

	100% {
		left: 100%;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: 1000;
	}
}

@keyframes show-status {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show-status-color {
	0% {
		background-color: transparent;
	}

	100% {
		background-color: rgba(222, 70, 112, 0.6);
	}
}

@keyframes show-status-color-green {
	0% {
		background-color: transparent;
	}

	100% {
		background-color: #2db5aa;
	}
}

@keyframes show-connect {
	0% {
		fill: #f8fcff;
	}

	100% {
		fill: transparent;
	}
}

@keyframes show-connect2 {
	0% {
		fill-opacity: 0;
	}

	100% {
		fill-opacity: 1;
	}
}

@keyframes rtm-anim-media-file {
	0% {
		transform: translate(100%, 0%);
		opacity: 0;
	}

	100% {
		transform: translate(0%, 0%);
		opacity: 1;
	}
}

@keyframes rtm-anim-read-reciep {
	0% {
		transform: translate(-100%, 60%);
		opacity: 0;
	}

	100% {
		transform: translate(0%, 0%);
		opacity: 1;
	}
}

@keyframes rtm-anim-map-location {
	0% {
		transform: translate(-100%, -60%);
		opacity: 0;
	}

	100% {
		transform: translate(0%, 0%);
		opacity: 1;
	}
}

@keyframes cpd-text-animation {
	0% {
		opacity: 0;

	}

	100% {
		opacity: 1;

	}
}

@keyframes cpd-text-connect-animation {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slide-down-to-up {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes slide-up-to-down {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(-100%);
	}
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 60px);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 60px);
	}
}

@-webkit-keyframes slide-up {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -30px);
	}
}

@-moz-keyframes slide-up {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -30px);
	}
}


@-webkit-keyframes slide-up-facts {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes slide-up-facts {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}



@media only screen and (min-width: 991px) {
	.why-section {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		width: 1400px;
	}

	.hero-sub-text {
		font-size: 18px;
	}

	.cpd-page .hero-text-wrapper h2 {
		font-size: 60px;
	}

	.vb-step-1-svg.vb-big-svg-step-1 {
		display: none;
	}

	.vb-step-2-svg.vb-big-svg-step-2 {
		display: none;
	}

	.cpd-step-2-svg.big-screen-cpd-step-2-svg {
		display: none;
	}

	.cpd-step-3-svg.cpd-big-step-3-svg {
		display: none;
	}

	.circular-chart.rvm-svg-big-step-1 {
		display: none;
	}

	.circular-chart.rvm-step-4-svg-large {
		display: none;
	}

	.cpd-page .sub-hero .sub-hero-inner {
		width: 75%;
	}

	.vb-step-2-lines.vb-step-2-line-big,
	.vb-step-1-3-line.vb-step-1-3-line-big {
		display: none;
	}

	.widget-card {
		width: 80%;
		margin: 0 auto 20px;
	}

}

@media only screen and (min-width: 1250px) {
	.vb-step-1-svg.vb-small-svg-step-1 {
		display: none;
	}

	.vb-step-2-svg.vb-small-svg-step-2 {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.cpd-step-3-svg.cpd-small-step-3-svg {
		display: none;
	}

	.cpd-step-1-svg.cpd-small-svg-step-1 {
		display: none;
	}

	.circular-chart.rvm-step-4-svg-large {
		display: none;
	}

	.circular-chart.rvm-step-3-svg-large {
		display: none;
	}

	.circular-chart.step-2-svg-large {
		display: none;
	}

	.circular-chart.rvm-svg-small-step-1 {
		display: none;
	}

	.circular-chart.step-2-svg-small {
		display: none;
	}

	.circular-chart.rvm-step-3-svg-small {
		display: none;
	}

	.circular-chart.rvm-step-4-svg-small {
		display: none;
	}

	.bypass-step-small-wrapper {
		display: none;
	}

	.vb-step-3-svg.vb-small-svg-step-3,
	.vb-step-2-lines.vb-step-2-line-small,
	.testimonial-card-wrap .swiper-button-next,
	.testimonial-card-wrap .swiper-button-prev {
		display: none;
	}

	.solutions-faq .price-que h4 {
		padding-right: 60px;
	}
}

@media only screen and (min-width: 991px) {
	.mob-play {
		display: none;
	}

	.cpd-step-2-svg-right.cpd-small-step-2-svg-right {
		display: none;
	}

	.cpd-step-1-svg.cpd-mobile-svg-step-1 {
		display: none;
	}

	.cpd-step-2-svg.mobile-screen-cpd-step-2-svg {
		display: none;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg {
		display: none;
	}

	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right {
		display: none;
	}

	.vb-step-1-svg.vb-mobile-one-svg-step-1,
	.vb-step-2-svg.vb-small-one-svg-step-2,
	.vb-step-3-svg.vb-small-one-svg-step-3 {
		display: none;
	}

	.hiw-mob-sec {
		display: none;
	}

	.vb-step-2-lines.vb-step-2-line-small-one,
	.vb-step-1-3-line.vb-step-1-3-line-small {
		display: none;
	}

}

@media only screen and (min-width: 768px) {
	.navbar-nav {
		float: none;
		display: inline-block;
		margin: 0px;
		margin-bottom: 0px;
		margin-top: 14px;
	}

	.navbar-nav.right-menu {
		margin-top: 20px;
	}

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		text-align: center;
	}

	.navbar-nav>li {
		margin-right: 8px;
		margin-left: 8px;
	}

	#rvmPriceSilder .ui-slider-labels {
		display: block;
	}

	#rvmPriceSilder .ui-slider-labels.ui-slider-labels-mob {
		display: none;
	}

	#rvmPriceSilder .ui-slider-labels.slide-label-au-rtm-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-gb-rtm-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-us-rtm-mob {
		display: none;
	}

	#mmsPriceSilder .slide-label-us-rtm-mob {
		display: none;
	}

	#cpdPriceSilder .ui-slider-labels {
		display: block;
	}

	#cpdPriceSilder .ui-slider-labels.ui-slider-labels-mob-cpd {
		display: none;
	}

	.circular-chart.rvm-svg-small-phone-step-1,
	.circular-chart.step-2-svg-small-phone,
	.circular-chart.rvm-step-3-svg-small-phone,
	.circular-chart.rvm-step-4-svg-small-phone {
		display: none;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob,
	#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-gb-rtm.slide-label-gb-rtm-mob,
	#cpdPriceSilder.current-au .ui-slider-labels.slide-label-au-rtm.slide-label-au-rtm-mob {
		display: none;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-cpd.slide-label-us-cpd-mob,
	#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-gb-cpd.slide-label-gb-cpd-mob,
	#cpdPriceSilder.current-au .ui-slider-labels.slide-label-au-cpd.slide-label-au-cpd-mob {
		display: none;
	}

	.mobile-cookie {
		display: none;
	}

	#gdpr-cookie-message {
		display: block !important;
	}
}

@media only screen and (min-width: 650px) {
	.footer-list.the-policy {
		display: inline-block;
	}

	.footer-list.the-policy.the-policy-mob {
		display: none;
	}

	.circular-chart.rvm-svg-small-phone-one-step-1,
	.circular-chart.step-2-svg-small-phone-one,
	.circular-chart.rvm-step-3-svg-small-phone-one,
	.circular-chart.rvm-step-4-svg-small-phone-one {
		display: none;
	}
}

@media only screen and (min-width: 550px) {

	.circular-chart.rvm-svg-small-phone-two-step-1,
	.circular-chart.step-2-svg-small-phone-two,
	.circular-chart.rvm-step-3-svg-small-phone-two,
	.circular-chart.rvm-step-4-svg-small-phone-two {
		display: none;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg-two,
	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right-two {
		display: none;
	}

	.reseller-benefits.mobile-reseller-benefits {
		display: none;
	}
}

@media only screen and (min-width: 530px) {

	.vb-step-1-svg.vb-mobile-two-svg-step-1,
	.vb-step-2-svg.vb-small-two-svg-step-2,
	.vb-step-3-svg.vb-small-two-svg-step-3 {
		display: none;
	}
}

@media only screen and (min-width: 501px) {
	.comp-mob-icon {
		display: none;
	}
}

@media only screen and (min-width: 450px) {

	.cpd-step-2-svg.mobile-screen-cpd-step-2-svg-one,
	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right-two-new,
	.cpd-step-3-svg.cpd-mobile-step-3-svg-two,
	.cpd-step-3-svg.cpd-mobile-step-3-svg-three {
		display: none;
	}
}

@media only screen and (max-width: 2465px) {
	.rvm-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 80%;
	}

}

@media only screen and (max-width: 2320px) {
	.rvm-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 90%;
	}

}

@media only screen and (max-width: 2130px) {

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 75%;
	}

}

@media only screen and (max-width: 2060px) {
	.rvm-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1990px) {

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 80%;
	}
}

@media only screen and (max-width: 1970px) {
	.rtm-page .sub-hero-inner {
		width: 65%;
	}
}

@media only screen and (max-width: 1920px) {
	.rtm-page .sub-hero-inner {
		width: 67%;
	}
}

@media only screen and (max-width: 1910px) {

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 85%;
	}
}

@media only screen and (max-width: 1810px) {

	/* section.hero-main-wrapper .hero-text-wrapper{width: 40%;}
	section.hero-main-wrapper .separator{margin-left: calc(40% - 16px);width: 25%;} */
	.stats-text-title {
		width: 80%;
	}
}

@media only screen and (max-width: 1780px) {
	.rtm-page .sub-hero-inner {
		width: 70%;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-inner {
		width: 90%;
	}
}

@media only screen and (max-width: 1770px) {

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 90%;
	}
}

@media only screen and (max-width: 1700px) {
	.rtm-page .sub-hero-inner {
		width: 75%;
	}
}

@media only screen and (max-width: 1680px) {
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-inner {
		width: 80%;
	}

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 95%;
	}
}

@media only screen and (max-width: 1600px) {

	/* section.hero-main-wrapper .hero-text-wrapper{width: 45%;} */
	/* section.hero-main-wrapper .separator{margin-left: calc(45% - 16px);width: 30%;} */
	.hero {
		background-position: center, center;
	}

	.rtm-page .sub-hero-inner {
		width: 80%;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1590px) {

	.vb-page .sub-hero-points.last-point .sub-hero-inner,
	.vb-page .sub-hero-points:nth-child(1) .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1550px) {

	/* index page make responsive  30 aug */
	.stats-text-title {
		width: 90%;
	}

	.stats-text-desc {
		margin-bottom: 30px;
		width: 75%;
	}

	.stats-text-wrapper {
		min-height: 520px;
	}

	.bp-lr svg {
		fill: #152f6b;
	}
}

@media only screen and (max-width: 1500px) {
	.sub-hero-inner {
		width: 90%;
	}

	.rtm-page .sub-hero-inner {
		width: 85%;
	}

	.support-page .sub-hero-inner {
		width: 60%;
	}
}

@media only screen and (max-width: 1460px) {
	.support-page .sub-hero-points:first-child .sub-hero-inner {
		width: 90%;
	}
}

@media only screen and (max-width: 1450px) {
	.blog-item-inner {
		width: 100%;
	}

	.price-table-inner {
		width: 100%;
	}

	.new-single-feature-inner {
		width: 100%;
		/* min-height: 425px; */
	}

	.testi-desc-wrap p {
		font-size: 16px;
	}

	.vb-step-1-svg {
		display: none;
	}

	.vb-step-2-svg {
		display: none;
	}

	.vb-step-2-lines {
		display: none;
	}

	.vb-step-2-lines.vb-step-2-line-big {
		display: block;
	}

	.vb-step-1-svg.vb-big-svg-step-1 {
		display: block;
	}

	.vb-step-1-svg.vb-big-svg-step-1 {
		left: -30px;
	}

	.vb-step-2-svg.vb-big-svg-step-2 {
		display: block;
		left: -30px;
	}

	.vb-step-3-svg {
		left: -30px;
	}

	.vb-agents.agent_1_vb,
	.vb-agents.agent_2_vb {
		left: 50px;
	}

	.vb-page .testi-single-inner {
		min-height: 190px;
	}

	.step-2-text-wrap p {
		font-size: 14px;
	}

	.step-2-number-list .step-2-text-wrap h4 {
		font-size: 18px;
	}

	.step-2-number-list .step-2-text-wrap span {
		font-size: 18px;
	}

	.cpd-step-2-svg {
		display: none;
	}

	.cpd-step-2-svg.big-screen-cpd-step-2-svg {
		display: block;
	}

	.call-icon-wrap {
		width: 45px;
	}

	.splash-loader.wrap-up {
		transform: translate(0px, 0px);
	}

	.cpd-step-3-svg {
		display: none;
	}

	.cpd-big-step-3-svg.cpd-step-3-svg {
		display: block;
	}

	.cpd-hiw-text-p.step-3-cpd-text {
		width: 60%;
	}

	.cpd-testi-new .testi-single-inner {
		width: 100%;
	}

	.circular-chart {
		display: none;
	}

	.circular-chart.rvm-svg-big-step-1 {
		display: block;
	}

	.circular-chart.step-2-svg-large {
		display: block;
	}

	.circular-chart.rvm-step-3-svg-large {
		display: block;
	}

	.circular-chart.rvm-step-4-svg-large {
		display: block;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		min-height: 398px;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		min-height: 395px;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		min-height: 400px;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		min-height: 420px;
	}

	.rtm-hiw-feature.map-location {
		left: 75%;
	}

	.rtm-hiw-feature.read-recipe {
		left: 75%;
	}

	.rtm-hiw-feature.media-files {
		left: 0%;
	}

	.media-file-connect {
		top: 20%;
		right: 45%;
	}

	.read-recipe-connect {
		top: 0%;
		right: 12%;
	}

	.map-location-connect {
		top: 40%;
		right: 12%;
	}

	.chrome-mockup {
		top: -35px;
	}

	.ss-text-wrapper .ss-text-wrapper-inner {
		width: 85%;
	}

	.ss-swiper .ss-text-wrapper p {
		font-size: 24px;
	}

	.contact-detail-foo p span {
		display: none;
	}

	.footer ul li.get-in-touch {
		padding-left: 5%;
	}

	.price-sub-hero-inner ul li a {
		width: 100%;
	}

	.price-sub-hero-inner ul li {
		padding-right: 15px;
		padding-left: 15px;
	}

	.price-sub-hero-inner ul li a {
		font-size: 20px;
	}

	.price-sub-hero-inner ul li h3 {
		font-size: 20px;
	}

	.about-trifecta-inner {
		width: 90%;
	}

	.vb-step-1-3-line {
		display: none;
	}

	.vb-step-1-3-line.vb-step-1-3-line-big {
		display: block;
	}

	.widget-title-wrap h3,
	.widget-address h4,
	.widget-address h4 a {
		font-size: 18px;
	}

	.service-card-inner {
		width: 100%;
	}

	.umbrells-approach-left-inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.umbrella-approach-title h2 {
		font-size: 30px;
	}

	.umbrells-approach-left-img {
		left: -56.5%;
	}

	.facts-and-fig .carousel-indicators {
		width: 100%;
	}

	.facts-item-title h3.color-orange {
		font-size: 36px;
	}

	.facts-item-title .sub-title-text {
		font-size: 30px;
	}

	.home-page .hswiper-text-wrap {
		min-height: 180px;
	}

	.cpd-testi-new .hswiper-text-wrap,
	.vb-testi-new .hswiper-text-wrap,
	.rtm-testi-new .hswiper-text-wrap {
		min-height: 110px;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 185px;
	}

	.cpd-f-desc {
		max-width: 100%;
		min-height: 90px;
	}

	.vb-feature-wrapper .cpd-f-desc {
		max-width: 100%;
	}

	.why-feature:nth-child(3),
	.why-feature:nth-child(6),
	.why-feature:nth-child(9) {
		padding-right: 0px;
	}

	.rtm-feature-wrapper .cpd-f-desc {
		max-width: 95%;
	}

	/* .cpd-f-title-wrap h3{max-width: 80%;} */
	/* .cpd-feature-wrapper .cpd-f-title-wrap{max-height: 45px;min-height: 40px;} */
	#tab3 .ss-wrap-select {
		min-height: 145px;
	}

	.review-item-inner {
		min-height: 330px;
	}

	.ss-text-layer .ss-text-new p,
	.ss-text-layer .ss-text-new ul li {
		font-size: 18px;
	}

	.price-sub-hero-inner ul li {
		width: 33%;
		margin-bottom: 10px;
	}

	.price-sub-hero-inner ul li:last-child {
		margin-bottom: 0px;
	}

	.price-sub-hero-inner ul li:nth-child(4) {
		margin-bottom: 0px;
	}

	.price-sub-hero-inner ul {
		text-align: center;
	}

	.site-map-content ul:not(.child-pages) {
		min-height: 350px;
	}
}

@media only screen and (max-width: 1449px) {
	.ind-item-wrap a {
		width: 100%;
	}

	.vb-feature-wrapper .cpd-f-title-wrap {
		min-height: 56px;
	}
}

@media only screen and (max-width: 1440px) {

	/* index page make responsive  30 aug */
	.stats-text-wrapper {
		min-height: 465px;
	}

	.stats-text-title {
		width: 100%;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 42px;
	}

	.hero-sub-text h2 {
		font-size: 26px;
	}

	.hero-main-text h2 {
		font-size: 48px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 42px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 42px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 42px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 42px;
	}

	.single-ind-title h1 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1400px) {
	.hero-news-wrap {
		margin-bottom: 30px;
	}

	.hero-main-text {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1395px) {
	.nav-tabs.nav-justified>li {
		width: 16%;
	}

	.cpd-page .sub-hero .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1380px) {
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1360px) {
	.sub-hero-point-text {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1350px) {
	.hero-text-wrapper .hero-defination {
		font-size: 26px;
	}

	.bp-lr svg {
		fill: #152f6b;
	}
}

@media only screen and (max-width: 1320px) {
	.support-page .sub-hero-points:first-child .sub-hero-inner {
		width: 100%;
	}

	.support-page .sub-hero-inner {
		width: 70%;
	}
}

@media only screen and (max-width: 1260px) {

	/* index page make responsive  30 aug */
	.stats-text-wrapper {
		margin-top: -25px;
	}

	.stats-text-title h3 {
		font-size: 28px;
	}

	.stats-text-desc {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.swiper-slide .rvm-testi-new .testi-single-inner {
		min-height: 400px;
	}

	.foo-social li {
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer ul li.get-in-touch {
		padding-left: 15px;
	}

	.footer ul li.the-policy {
		padding-left: 5%;
	}

	.footer ul li.services-foo {
		padding-left: 15px;
	}

	.testi-title-text-main h3 {
		font-size: 30px;
	}

	.rtm-page .hero-sec-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-feature-desc {
		padding: 10px;
	}

	/* .vb-step-1-svg.vb-big-svg-step-1{display: none;} */
	/* .vb-step-1-svg.vb-small-svg-step-1{display: block;left: -64px;} */
	/* .vb-step-2-svg.vb-big-svg-step-2{display: none;}
	.vb-step-2-svg.vb-small-svg-step-2{display: block;left: -64px;} */
	.vb-small-svg-step-1 .step-1-2-line-vb,
	.vb-small-svg-step-1 .step-2-1-line-vb,
	.vb-small-svg-step-1 .step-1-2-line-vb-anim,
	.vb-small-svg-step-1 .step-2-1-line-vb-anim {
		display: none;
	}

	/* .vb-step-3-svg{display: none;}
	.vb-step-3-svg.vb-small-svg-step-3{display: block;} */
	/* .vb-step-2-lines.vb-step-2-line-big{display: none;}
	.vb-step-2-lines.vb-step-2-line-small{display: block;} */
	.number-single-cpd {
		width: 85%;
	}

	.cpd-step-1-svg {
		display: none;
	}

	/* .vb-step-1-3-line.vb-step-1-3-line-big{display: none;} */

	/* .cpd-step-1-svg.cpd-small-svg-step-1,
	.vb-step-1-3-line.vb-step-1-3-line-small{display: block;} */
	.cpd-step-2-svg-right {
		display: none;
	}

	.cpd-step-2-svg-right.cpd-small-step-2-svg-right {
		display: block;
	}

	/* .cpd-step-3-svg.cpd-big-step-3-svg{display: none;} */
	/* .cpd-step-3-svg.cpd-small-step-3-svg{display: block;} */
	.cpd-step-3-svg {
		right: 7px;
	}

	.cpd-hiw-text-p.step-3-cpd-text {
		width: 70%;
	}

	.cpd-hiw-text-p.step-2-cpd-text {
		width: 60%;
	}

	.cpd-hiw-text-p.step-1-cpd-text {
		width: 60%;
	}

	.rvm-feature-wrapper .single-feature-title h3 {
		font-size: 18px;
	}

	.rvm-page .cta-text-wrapper h3 {
		font-size: 32px;
	}

	.rvm-page .cta-text-wrapper {
		margin-bottom: 30px;
	}

	.rvm-hiw .container {
		width: 100%;
	}

	.circular-chart.rvm-svg-big-step-1 {
		display: none;
	}

	.circular-chart.rvm-svg-small-step-1 {
		display: block;
	}

	.circular-chart.step-2-svg-large {
		display: none;
	}

	.circular-chart.step-2-svg-small {
		display: block;
	}

	.circle {
		stroke-dasharray: 360;
	}

	.circular-chart.rvm-step-3-svg-large {
		display: none;
	}

	.circular-chart.rvm-step-3-svg-small {
		display: block;
	}

	.circular-chart.rvm-step-4-svg-large {
		display: none;
	}

	.circular-chart.rvm-step-4-svg-small {
		display: block;
	}

	.rvm-testi-new .testi-single-inner {
		width: 100%;
		min-height: 235px;
	}

	.rvm-feature .container {
		width: 90%;
		margin: 0 auto;
	}

	.vb-feature .container {
		width: 90%;
		margin: 0 auto;
	}

	.cpd-feature .container {
		width: 90%;
		margin: 0 auto;
	}

	.rtm-feature .container {
		width: 90%;
		margin: 0 auto;
	}

	.rvm-hiw {
		padding-bottom: 80px;
	}

	.rvm-steps {
		width: 100%;
	}

	.step-3-inner-rvm,
	.step-4-inner-rvm,
	.step-1-inner-rvm,
	.step-2-inner-rvm {
		padding-top: 50px;
		min-height: auto;
	}

	.bypass-icon-wrap-circle {
		display: none;
	}

	.bypass-step-icon-wrap {
		display: none;
	}

	.bypass-step-small-wrapper {
		width: 100px;
		height: 100px;
		position: absolute;
		background-color: #ffffff;
		right: 14%;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
		-moz-box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
		box-shadow: 0px 0px 10px 0px rgba(26, 122, 171, 0.25);
		z-index: 2;
	}

	.bypass-step-small-wrapper .bypass-percentage {
		position: absolute;
		bottom: -60px;
		width: 100%;
		margin-bottom: 0;
		background-color: #f8fcff;
		padding: 0px;
		width: 110px;
		left: 0;
		right: 0;
	}

	.rvm-hiw .section-title {
		margin-bottom: 15px;
	}

	.rvm-hiw .hiw-main-sec {
		width: 80%;
		margin: 0 auto;
		margin-left: 0px;
	}

	.rtm-hiw .container {
		width: 100%;
	}

	.rtm-phone-wrap img {
		width: 85%;
	}

	.media-file-connect {
		top: 25%;
	}

	.read-recipe-connect,
	.map-location-connect {
		right: 15%;
	}

	.rtm-hiw-feature.read-recipe,
	.rtm-hiw-feature.map-location {
		left: 70%;
	}

	.media-file-img-wrap img {
		width: 90%;
	}

	.cross-new-icon {
		display: none;
	}

	.chrome-mockup {
		top: -30px;
	}

	.ss-swiper .ss-text-wrapper p {
		font-size: 22px;
		line-height: 36px;
	}

	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-inner {
		width: 100%;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-inner {
		width: 100%;
	}

	.rvm-page .sub-hero-outer .sub-hero-point-icon {
		width: 20%;
	}

	.sub-hero-point-text p {
		font-size: 16px;
		line-height: 22px;
	}

	.cross-new-icon-anim {
		display: none;
	}

	.noti-circle-animation-new,
	.noti-circle-animation-new1 {
		display: none;
	}

	.vb-page .rvm-testi-new .testi-single-inner {
		min-height: 190px;
	}

	.anim-step-1 .step-1-2-line-rvm-anim {
		animation: dash 2s linear 0.4s normal 1;
	}

	.anim-step-2 .step-1-2-1-line-rvm-anim {
		animation: dash 2s linear 1.8s normal 1;
	}

	.anim-step-3 .go-up-line-step-3-4-anim {
		animation: dash 2s linear 2.3s normal 1;
	}

	.anim-step-4 .go-up-line-4-hori-anim {
		animation: dash 2s linear 2.5s normal 1;
	}

	.anim-step-4 .go-up-line-4-hori-new-anim {
		animation: dash 2s linear 2.8s normal 1;
	}

	.anim-step-4 .step-4-anim-cicle {
		animation: dash 2s linear 3.7s normal 1;
	}

	.price-sub-hero-inner ul li a {
		padding: 15px;
		font-size: 16px;
	}

	.price-sub-hero-inner ul li h3 {
		font-size: 16px;
	}

	/* .price-sub-hero-inner ul li{width: 24.6%;} */
	.price-sub-hero-inner ul li {
		width: 33%;
	}

	.price-foo-cta-wrap {
		width: 38.6%;
	}

	.price-foo-text h4 {
		font-size: 24px;
	}

	.price-que h4 span {
		right: 10px;
	}

	.price-que h4 {
		padding-right: 40px;
		font-size: 18px;
	}

	.philo-section-title h2 {
		font-size: 32px;
	}

	.philosophy-quote h3 {
		font-size: 26px;
	}

	.dev-growth-inner-right .philo-section-title {
		margin-bottom: 15px;
	}

	.philo-section-title {
		margin-bottom: 30px;
	}

	.about-us-trifecta .section-title {
		margin-bottom: 40px;
	}

	.about-trifecta-inner {
		width: 100%;
		min-height: 265px;
	}

	.rtm-testi-new .testi-single-inner {
		min-height: 225px;
	}

	.affiliate-step-desc {
		width: 90%;
	}

	.rvm-hiw .step-1-inner-rvm .percentage {
		position: absolute;
		margin-top: 0px;
		top: 45%;
		left: 65%;
	}

	.rvm-hiw .step-1-inner-rvm {
		min-height: 150px;
	}

	.anim-step-2 .anim-circle-2 {
		animation: dash 2s linear 1.5s normal 1;
	}

	.contact-widget-wrap {
		display: inline-block;
		width: 33%;
	}

	.contact-widget-outer {
		height: 227px;
		display: table;
		width: 100%;
	}

	.contact-widget-inner {
		height: 260px;
		display: inline-block;
		vertical-align: middle;
	}

	.contact-wrap-right {
		margin-top: 30px;
	}

	.contact-widget-wrap:nth-child(1) .contact-widget-outer {
		padding-right: 10px;
	}

	.contact-widget-wrap:nth-child(3) .contact-widget-outer {
		padding-left: 10px;
	}

	.contact-widget-wrap:nth-child(2) .contact-widget-outer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ind-item-wrap a {
		width: 100%;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.sinlge-ind-desc-title h2 {
		font-size: 28px;
	}

	.single-ind-desc p,
	.single-ind-desc ol li p {
		font-size: 16px;
	}

	.umbrella-approach .container {
		width: 100%;
	}

	.umbrells-approach-left-img {
		left: -220px;
	}

	.service-card-inner {
		padding: 15px;
	}

	.umbrella-approach-title h2 {
		font-size: 28px;
	}

	.service-card-desc p {
		font-size: 16px;
	}

	.umbrella-approach-desc p {
		font-size: 18px;
	}

	.service-card-title h2 {
		font-size: 22px;
	}

	.service-card-title h1 {
		font-size: 22px;
	}

	.facts-fig-left,
	.facts-fig-right {
		width: 100%;
	}

	.facts-and-fig .carousel-indicators li {
		width: 16%;
	}

	.facts-and-fig .carousel-indicators li .feature-slider-indicator-title h4,
	.facts-and-fig .carousel-indicators li span {
		text-align: center;
	}

	.facts-and-fig .carousel-indicators li span {
		margin-left: 0px;
		margin-top: 10px;
		font-size: 18px;
		min-width: auto;
		width: 100%;
	}

	.facts-and-fig .carousel-indicators li .feature-slider-indicator-title h4 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.cpd-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.rvm-testi-new .hswiper-text-wrap {
		min-height: 104px;
	}

	.vb-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.rtm-testi-new .hswiper-text-wrap {
		min-height: 100px;
	}

	/* index page make responsive  30 aug */
	.stats-text-title h3 {
		font-size: 26px;
	}

	.blog-post-title h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.blog-post-date .post-day {
		font-size: 30px;
	}

	.blog-post-date .post-month,
	.blog-post-desc-inner p {
		font-size: 18px;
	}

	.latest-blog-post-cta .blog-post-cta {
		font-size: 20px;
	}

	.most-popular-main-title h3 {
		font-size: 26px;
	}

	.view-more-blog-link {
		font-size: 22px;
	}

	.support-page .sub-hero-inner {
		width: 80%;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 130px;
	}

	.footer .app-links li {
		width: 45%;
	}

	.footer .app-links {
		text-align: center;
	}

	.faq-service-list-new ul li {
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.ss-label-icon-wrap svg {
		width: 40px;
	}

	.ss-wrap-select {
		min-height: 125px;
	}

	.ssp-card-inner .nav>li>a {
		padding: 0px;
	}

	.plan-details-card-inner {
		width: 100%;
	}

	.buy-now-plan-details h3 {
		font-size: 20px;
	}

	.rvm-api-step-two {
		padding-top: 50px;
	}

	.connect-lines {
		max-width: 70%;
	}

	.rvm-api-connect-1 {
		top: -20%;
		left: 15%;
	}

	.rvm-page .rvm-testi-new .hswiper-slide-inner {
		min-height: 175px;
	}

	.review-item-inner {
		min-height: 300px;
	}

	.why-feature {
		padding-right: 30px;
		padding-left: 30px;
	}

	.section-title h2,
	.section-title h3,
	.single-price-faq-title h2,
	.single-price-faq-title h3 {
		font-size: 32px;
	}

	.compromise-title h2 {
		font-size: 32px;
	}

	.rvm-api-title-wrap h4,
	.rvm-api-title-wrap h2,
	.rvm-api-title-wrap h3 {
		font-size: 32px;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 38px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 38px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.single-ind-title h1 {
		font-size: 38px;
	}

	.cpd-f-title-wrap img {
		width: 45px;
	}

	.cpd-f-desc p {
		font-size: 16px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-title-wrap img {
		width: 25px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(5) .cpd-f-title-wrap img,
	.rvm-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap img,
	.rvm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-title-wrap img {
		width: 30px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(4) .cpd-f-title-wrap img {
		width: 30px;
	}

	.rvm-feature-wrapper .cpd-f-title-wrap {
		min-height: 45px;
		margin-bottom: 0px;
	}

	.vb-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap img {
		width: 35px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(2) .cpd-f-title-wrap img {
		width: 30px;
	}

	.vb-feature-wrapper .cpd-f-title-wrap {
		margin-bottom: 5px;
		min-height: 56px;
	}

	.cpd-feature-wrapper .cpd-f-title-wrap,
	.rvm-feature-wrapper .cpd-f-title-wrap,
	.rtm-feature-wrapper .cpd-f-title-wrap {
		min-height: 45px;
		margin-bottom: 5px;
	}

	.lr-pleadge-point {
		margin-top: 30px;
	}

	.privacy-page-title h2 {
		font-size: 32px;
	}

	.what-is-tcpa h2,
	.lr-pleadge-title h2 {
		font-size: 32px;
	}

}

@media only screen and (max-width: 1199px) {
	.cpd-step-3-svg.cpd-big-step-3-svg {
		display: none;
	}

	.cpd-step-3-svg.cpd-small-step-3-svg {
		display: block;
	}

	.vb-step-1-svg.vb-big-svg-step-1 {
		display: none;
	}

	.vb-step-1-svg.vb-small-svg-step-1 {
		display: block;
		left: -64px;
	}

	.vb-step-2-svg.vb-big-svg-step-2 {
		display: none;
	}

	.vb-step-2-svg.vb-small-svg-step-2 {
		display: block;
		left: -64px;
	}

	.vb-step-2-lines.vb-step-2-line-big {
		display: none;
	}

	.vb-step-2-lines.vb-step-2-line-small {
		display: block;
	}

	.vb-step-3-svg {
		display: none;
	}

	.vb-step-3-svg.vb-small-svg-step-3 {
		display: block;
	}

	.cpd-step-1-svg.cpd-small-svg-step-1,
	.vb-step-1-3-line.vb-step-1-3-line-small {
		display: block;
	}

	.vb-step-1-3-line.vb-step-1-3-line-big {
		display: none;
	}

	.site-map-content ul:not(.child-pages) {
		min-height: 420px;
	}

}

@media only screen and (max-width: 1180px) {
	.service-suggestion-down-text .ss-text-cta-new {
		width: 55%;
	}

	.service-suggestion-down-text .ss-text-cta-btn-new {
		width: 25%;
	}
}

@media only screen and (max-width: 1150px) {

	/* .cpd-f-desc{max-width: 100%;} */
	.cpd-f-desc {
		min-height: 115px;
	}

	.vb-feature-wrapper .cpd-f-desc {
		max-width: 100%;
	}

	.rtm-feature-wrapper .cpd-f-title-wrap h3,
	.cpd-feature-wrapper .cpd-f-title-wrap h3,
	.rvm-feature-wrapper .cpd-f-title-wrap h3,
	.vb-feature-wrapper .cpd-f-title-wrap h3 {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1130px) {
	.stats-text-title h3 {
		font-size: 26px;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		min-height: 425px;
	}

	/* .buy-now-plan-details,
	.buy-now-plan-details.service-name,
	.plan-price-buy-now.buy-now-plan-details{width: 50%;} */
	.country-name-buy.buy-now-plan-details,
	.buy-now-plan-details.service-name {
		width: 50%;
	}

	.country-name-buy.buy-now-plan-details {
		border-right: 0px;
	}

	.plan-price-buy-now.buy-now-plan-details,
	.buy-now-plan-details {
		width: 33%;
		padding: 10px;
	}

	.buy-now-plan-details.service-name,
	.buy-now-plan-details.country-name-buy {
		border-bottom: 1px solid #cccccc;
	}

	.buy-now-plan-details:nth-child(1),
	.buy-now-plan-details:nth-child(2) {
		margin-top: 0px;
	}

	.buy-now-plan-details:nth-child(3),
	.buy-now-plan-details:nth-child(4),
	.buy-now-plan-details:nth-child(5) {
		margin-bottom: 0px;
	}

	.plan-details-card-inner {
		padding: 0px;
	}

	.buy-now-plan-details.has-mll-price {
		border-right: 0px;
	}

	.buy-now-plan-details.has-mll {
		border-right: 0px;
		border-left: 1px solid #ced4e5;
		padding-bottom: 30px;
	}

	.buy-now-plan-details .uk-aus-min {
		bottom: 0px;
	}

	.buy-now-plan-details .uk-aus-min-divider span {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1110px) {
	.hero-main-text h1 {
		font-size: 50px;
	}

	.lr-core {
		width: 180px;
		height: 90px;
	}

	.pd-outer {
		width: 300px;
		height: 150px;
	}

	.no-service {
		width: 425px;
		height: 212.5px;
	}

	.service-wheel-inner {
		width: 545px;
		height: 272.5px;
	}

	.call-tracking-line {
		width: 660px;
		height: 330px;
	}

	.three-service {
		width: 780px;
		height: 390px;
	}

	.icon-wrapper img {
		width: 30px;
	}

	.service-icon .icon-wrapper {
		width: 50px;
		height: 50px;
	}

	.service-title-wrapper {
		padding-top: 0px;
	}

	.service-tooltip {
		top: -105px;
		min-width: 295px;
		left: -130px;
	}

	.service-lr-icon {
		width: 60px;
	}

	.media-file-connect {
		right: 42%;
	}

	.read-recipe-connect,
	.map-location-connect {
		right: 12%;
	}
}

@media only screen and (max-width: 1100px) {

	/* index page make responsive  30 aug */
	.stats-text-wrapper {
		margin-top: -55px;
	}

	.stats-text-title h3 {
		font-size: 24px;
	}

	.cpd-f-title-wrap img {
		width: 35px;
	}

	.cpd-f-title-wrap {
		min-height: 45px;
	}

	.rtm-feature-wrapper .cpd-f-desc {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1090px) {
	.rvm-feature-wrapper .cpd-f-desc {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1070px) {
	.navbar-nav>li {
		margin-right: 0px;
		margin-left: 0px;
	}

	.right-menu {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@media only screen and (max-width: 1050px) {
	.rvm-feature .container {
		width: 100%;
		margin: 0 auto;
	}

	.vb-feature .container {
		width: 100%;
		margin: 0 auto;
	}

	.cpd-feature .container {
		width: 100%;
		margin: 0 auto;
	}

	.rtm-feature .container {
		width: 100%;
		margin: 0 auto;
	}

	.rtm-phone-wrap img {
		width: 75%;
	}

	.media-file-img-wrap img {
		width: 100%;
	}

	.read-recipe-title h4,
	.map-location-title h4,
	.media-file-title h4 {
		font-size: 16px;
	}

	.media-file-img-wrap {
		padding: 20px 15px 15px;
	}

	.read-recipe-title,
	.media-file-title,
	.map-location-title {
		width: 70%;
	}

	.rtm-hiw-feature.read-recipe {
		max-width: 240px;
		top: -15%;
	}

	.rtm-hiw-feature.media-files {
		max-width: 250px;
		left: 5%;
	}

	.rtm-hiw-feature.map-location {
		max-width: 240px;
		top: 50%;
	}
}

@media only screen and (max-width: 1025px) {

	.rvm-price-dollar h3,
	.vmdrops-count h3,
	.per-min-cost-amount h3 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 1024px) {
	.vb-ss-right {
		margin-top: 0px;
	}

	.single-feature-title h3 {
		font-size: 18px;
	}

	.hblog-date:after {
		right: -5px;
	}

	.logo {
		width: 145px;
	}

	.rvm-hiw .step-1-inner-rvm {
		min-height: 170px;
		padding-top: 10px;
	}

	/* .rvm-hiw .rvm-svg-small-step-1 .step-1-small-line-svg{display: none;} */
	.rvm-hiw .step-1-inner-rvm .percentage {
		top: 45%;
		left: 65%;
	}

	.bypass-step-small-wrapper {
		right: 14%;
	}

	.step-3-wrapper-rvm .percentage {
		max-width: 100%;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-toggle {
		display: block;
		padding: 20px 20px;
	}

	.navbar-header {
		float: inherit;
	}

	.tooltip2 {
		display: table !important;
		font-size: 16px;
	}
}

@media only screen and (max-width: 992px) {

	/* index page make responsive  30 aug */
	.stats-text-title h3 {
		font-size: 22px;
	}

	.stats-text-wrapper {
		margin-top: -80px;
	}
}

@media only screen and (max-width: 991px) {

	/* index page make responsive  30 aug */
	.stats-text-inner {
		text-align: center;
	}

	.stats-text-wrapper {
		margin-top: 0px;
	}

	.stats-img-wrapper {
		min-height: 450px;
	}

	.mega-menu-text {
		min-height: 145px;
	}

	/*index page make  responsive  31 aug*/
	.service-slide-left .block {
		margin-bottom: -275px;
		margin-right: 65px;
	}

	.service-slide-left {
		padding-top: 42px;
		padding-bottom: 42px;
		border-bottom: 1px solid #57c1f8;
		border-right: none;
	}

	.service-slide-right-inner .swiper-container {
		width: 100%;
		position: relative;
		margin-top: 15%;
		text-align: center;
	}

	.service-slide-right-inner .swiper-container .swiper-wrapper .swiper-slide {
		padding-left: 0px;
		padding-right: 0px;
	}


	.footer ul li.the-company,
	.footer ul li.get-in-touch,
	.footer ul li.services-foo {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer ul li.the-policy {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.mob-leads-foo {
		width: 100%;
	}

	.footer ul li.leadsrain-foo {
		width: 100%;
		margin-top: 50px;
	}

	.testimonial .container {
		width: 100%;
	}

	.testimonial {
		padding-top: 100px;
	}

	.testimonial-card-wrap {
		padding-top: 0px;
	}

	.home-page .testimonial-card-wrap {
		margin-top: 30px;
	}

	.testi-title-text-main {
		width: 100%;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		right: 90px;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 30px;
	}

	.hero-blog-wrapper .container,
	.footer .container {
		width: 100%;
	}

	section.hero-main-wrapper .hero-text-wrapper {
		width: 100%;
		background-color: transparent;
	}

	.hero-text {
		padding-left: 15px;
	}

	section.hero-main-wrapper .separator {
		display: none;
	}

	.hero {
		background-position: center center, center right;
	}

	.cta-text-wrapper h3 {
		font-size: 26px;
	}

	.navbar-nav>li {
		margin-left: 0px;
		margin-right: 0px;
	}

	.logo {
		width: 130px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 17px;
	}

	.hblog-content-wrap {
		padding: 30px 15px;
	}

	.sub-hero-points {
		width: 33.333%;
	}

	.sub-hero-inner {
		width: 100%;
	}

	.sub-hero-point-icon,
	.sub-hero-point-text {
		width: 100%;
		text-align: center;
	}

	.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner {
		width: 100%;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-outer .sub-hero-point-icon {
		width: 100%;
		text-align: center;
	}

	.sub-hero-point-text {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.sub-hero-outer:after {
		right: -15px;
	}

	.new-single-feature-inner.mr-0 {
		margin-right: auto;
	}

	.new-single-feature-inner.ml-0 {
		margin-left: auto;
	}

	.new-feature-single-wrap {
		margin-bottom: 20px;
	}

	.single-feature-desc {
		padding: 20px;
	}

	.new-single-feature-inner {
		min-height: auto;
	}

	.sub-hero-point-text p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.sub-hero-outer {
		min-height: 115px;
	}

	.sub-hero-outer:after {
		height: 50px;
		top: calc(50% - 25px);
		width: 2px;
	}

	.sub-hero {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.vb-page .hiw-main-sec {
		margin-bottom: 0px;
	}

	.vb-hiw .container {
		width: 100%;
	}

	.vb-hiw-step .vb-step-1-icon-wrap,
	.vb-hiw-step .vb-step-2-icon-wrap {
		height: 130px;
		width: 130px;
	}

	.vb-step-1-svg.vb-small-svg-step-1 {
		display: none;
	}

	.vb-step-1-svg.vb-tiny-svg-step-1 {
		display: none;
	}

	.vb-hiw-step {
		width: 100%;
		margin-bottom: 100px;
	}

	.vb-hiw .section-title {
		margin-bottom: 50px;
	}

	.vb-step-2-svg.vb-small-svg-step-2 {
		display: none;
	}

	.vb-step-2-svg.vb-tiny-svg-step-2 {
		display: none;
	}

	.vb-step-1 .percentage {
		bottom: -50px;
	}

	.vb-step-2 p.percentage {
		bottom: -50px;
	}

	.vb-step-3 p.percentage {
		bottom: 0px;
	}

	.vb-step-2-bubble {
		top: 20px;
		left: 65%;
	}

	.bubble-tail {
		display: none;
	}

	.bubble-tail img {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.vb-step-3.vb-hiw-step {
		margin-bottom: 0px;
	}

	.agent_1_vb.vb-agents {
		display: none;
	}

	.vb-agents.agent_2_vb {
		top: 0px;
		left: 50%;
		transform: translate(-50%);
	}

	.vb-step-3-svg.vb-small-svg-step-3,
	.vb-step-3-svg.vb-tiny-svg-step-3,
	.vb-step-1-3-line.vb-step-1-3-line-small,
	.vb-step-2-lines.vb-step-2-line-small {
		display: none;
	}

	.keyword-img-wrap {
		margin-bottom: 30px;
	}

	.price-table-outer {
		width: 50%;
	}

	.price-table-inner {
		width: 85%;
	}

	.cpd-how-it-work .section-title {
		margin-bottom: 80px;
	}

	.new-cta-service {
		font-size: 24px;
	}

	.vb-page .testi-single-inner1 {
		min-height: 200px;
	}

	.vb-page .rvm-testi-new.testimonials-slider .section-title {
		margin-bottom: 30px;
	}

	.cpd-steps {
		width: 100%;
		margin-bottom: 50px;
	}

	.cpd-hiw-text-p.step-1-cpd-text {
		width: 30%;
		left: 80%;
		transform: translate(-50%);
		bottom: 50%;
		text-align: left;
	}

	.step-2-wrapper-cpd {
		margin-bottom: 30px;
	}

	.step-1-icon-wrap,
	.step-3-icon-wrap {
		width: 130px;
		height: 130px;
		margin: 0 auto;
	}

	.number-single-cpd {
		width: 50%;
	}

	.cpd-step-1-svg.cpd-small-svg-step-1 {
		display: none;
	}

	.cpd-step-1-svg.cpd-mobile-svg-step-1 {
		display: block;
	}

	.cpd-step-2-svg.big-screen-cpd-step-2-svg {
		display: none;
	}

	.cpd-step-2-svg.mobile-screen-cpd-step-2-svg {
		display: block;
	}

	.cpd-step-2-svg {
		left: 17%;
	}

	.cpd-step-2-svg-right {
		right: 17%;
	}

	.cpd-step-2-svg-right.cpd-small-step-2-svg-right {
		display: none;
	}

	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right {
		display: block;
	}

	.cpd-step-3-svg.cpd-small-step-3-svg {
		display: none;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg {
		display: block;
	}

	.step-1-wrapper-cpd.cpd-steps {
		margin-bottom: 0px;
	}

	.step-3-inner-cpd {
		min-height: 200px
	}

	.cpd-hiw-text-p.step-2-cpd-text {
		display: none;
	}

	.cpd-hiw-text-p.step-3-cpd-text {
		width: 35%;
		bottom: -20px;
		right: 50%;
		transform: translate(50%);
	}

	.cpd-how-it-work {
		padding-bottom: 70px;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		min-height: auto;
	}

	.cpd-page .hero-text-wrapper h4,
	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.cpd-service-blog .section-title {
		margin-bottom: 60px;
	}

	.cpd-service-blog .hblog-date {
		display: none;
	}

	.cpd-service-blog .hblog-title {
		width: 100%;
		padding-left: 0px;
	}

	.hero-blog-wrapper.cpd-service-blog {
		padding-bottom: 50px;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		width: 45%;
		margin: 0 auto;
		min-height: auto;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 45%;
		margin: 0 auto;
		min-height: auto;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 45%;
		margin: 0 auto;
		min-height: auto;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 45%;
		margin: 0 auto;
		min-height: auto;
	}

	.rvm-hiw .hiw-main-sec {
		width: 90%;
	}

	.rvm-testi-new .section-title {
		margin-bottom: 30px;
	}

	.rvm-service-blog-list .section-title {
		margin-bottom: 50px;
	}

	.map-location-connect,
	.read-recipe-connect,
	.media-file-connect {
		display: none;
	}

	.rtm-hiw-feature.read-recipe,
	.rtm-hiw-feature.map-location {
		max-width: 210px;
	}

	.rtm-hiw-feature.media-files {
		max-width: 220px;
	}

	.hiw-feature-title .fill-perple-orange,
	.hiw-feature-title .fill-circle-blue,
	.hiw-feature-title .fill-circle-orange {
		display: none;
	}

	.read-recipe-title,
	.media-file-title,
	.map-location-title {
		width: 100%;
	}

	.ui-slider-labels {
		font-size: 16px;
	}

	.per-min-cost-title h4,
	.vmdrops-title h4,
	.price-wrp-title h4 {
		font-size: 18px;
	}

	.rvm-price-dollar h3,
	.vmdrops-count h3,
	.per-min-cost-amount h3 {
		margin-top: 0px;
		font-size: 30px;
	}

	.rvm-price-dollar,
	.vmdrops-count,
	.per-min-cost-amount {
		min-height: 50px;
	}

	.rvm-price-vlm-text h4 {
		font-size: 24px;
	}

	.rvm-price-vlm-cta .orange-cta,
	.rvm-buy-btn .orange-cta {
		font-size: 18px;
		padding: 6px 12px;
	}

	.chrome-mockup {
		top: -13%;
	}

	.ss-inner.ss-text-wrap {
		margin-top: 70px;
	}

	.ss-section {
		padding-bottom: 50px;
	}

	.cross-new-icon-anim {
		display: none;
	}

	.new-page-cta-update {
		min-height: 74px;
	}

	.contact-detail-foo p span {
		display: inline-block;
	}

	.navbar-brand {
		padding-right: 10px;
	}

	.price-sub-hero .container {
		width: 100%;
	}

	.price-terms-title-wrap h4 {
		text-align: left;
		margin-bottom: 20px;
	}

	.price-terms-list-wrap ul li:after {
		left: 0px;
	}

	.price-terms-list-wrap ul li {
		padding-left: 20px;
	}

	.price-que-ans h4 {
		line-height: 26px;
	}

	.price-foo-text h4 {
		font-family: qs-medium;
		font-size: 22px;
		line-height: 30px;
	}

	.price-faq-list-wrap-right {
		margin-top: 0px;
	}

	.about-trifecta-inner {
		margin-top: 20px;
	}

	.about-trifecta-inner {
		width: 40%;
		margin: 10px auto;
		min-height: auto;
	}

	.philosophy-right {
		margin-top: 50px;
	}

	.dev-growth-left {
		display: none;
	}

	.about-trifecta-desc {
		margin-top: 20px;
	}

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage,
	.vb-step-2 p.percentage {
		bottom: 50%;
		width: 220px;
		left: 27%;
		text-align: right;
		transform: translate(-50%, 50%);
	}

	.vb-step-1-svg.vb-mobile-one-svg-step-1,
	.vb-step-2-svg.vb-small-one-svg-step-2,
	.vb-step-3-svg.vb-small-one-svg-step-3,
	.vb-step-2-lines.vb-step-2-line-small-one {
		display: block;
	}

	.vb-step-2-lines.vb-step-2-line-small {
		display: none;
	}

	.vb-step-1-svg,
	.vb-step-2-svg,
	.vb-step-3-svg {
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
	}

	.vb-step-1-svg.vb-mobile-one-svg-step-1 .lr-server-vb,
	.vb-step-1-svg.vb-mobile-one-svg-step-1 .lr-server-vb-anim,
	.vb-step-2-svg.vb-small-one-svg-step-2 .lr-server-vb,
	.vb-step-2-svg.vb-small-one-svg-step-2 .lr-server-vb-anim {
		cx: 50%;
		cy: 50%;
		r: 75;
	}

	.vb-step-1.vb-hiw-step {
		margin-bottom: 70px;
	}

	.vb-step-3-svg.vb-small-one-svg-step-3 .vb-go-up-line-anim2 {
		transform: rotate(180deg);
		transform-origin: center;
		transform-style: preserve-3D;
	}

	.vb-step-2.vb-hiw-step {
		margin-bottom: 0px;
	}

	.rtm-testi-new .section-title h2:after,
	.rtm-testi-new .section-title h3:after {
		background-color: #00114e;
	}

	.rtm-mob-testi-wrap {
		min-height: 200px;
	}

	.per-min-cost-amount .pd-ll-cost,
	.per-min-cost-amount .pd-mob-cost,
	.vmdrops-count .cpd-ll-min,
	.vmdrops-count .cpd-mob-min,
	.uk-aus-min-divider span {
		font-size: 22px;
	}

	.affiliate-qualification-left .section-title {
		text-align: center;
	}

	.affiliate-qualification-left .section-title h2:after {
		left: 50%;
		transform: translate(-50%);
	}

	.section-sub-title {
		text-align: center;
	}

	.affiliate-qualification-right {
		margin-top: 50px;
	}

	.affiliate-step {
		margin-bottom: 50px;
	}

	.about-affiliate-table .reseller-benefits tr>td h4 {
		font-size: 20px;
	}

	.custom-form-group-inner {
		margin-bottom: 20px;
	}

	.hiw-main-sec {
		display: none;
	}

	.vb-step-2-lines {
		left: 0px;
		top: -50%;
	}

	.contact-us-wrap .container {
		width: 100%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 40%;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 60%;
	}

	.vb-hiw .hiw-mob-sec img {
		width: 60%;
	}

	.faq-category li {
		width: 49.5%;
		display: inline-block;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 30px;
	}

	.industry-main-sec .section-title h2 {
		font-size: 28px;
	}

	.ind-name-wrap h3 {
		font-size: 22px;
	}

	.single-ind-desc-text {
		margin-top: 50px;
	}

	.umbrells-approach-left-inner {
		position: relative;
		left: 0px;
		top: 0px;
	}

	.umbrella-approach-title {
		margin-bottom: 30px;
	}

	.umbrells-approach-left-img {
		display: none;
	}

	.umbrella-approach-left {
		min-height: auto;
	}

	.umbrella-aproach-right {
		margin-top: 50px;
	}

	.service-card-inner {
		width: 80%;
		min-height: 310px;
	}

	.umbrella-approach-desc p {
		line-height: 30px;
	}

	.facts-and-fig .container,
	.our-client .container {
		width: 100%;
	}

	.our-client .swiper-slide {
		text-align: center;
	}

	.facts-item-title h3.color-orange {
		margin-bottom: 10px;
	}

	.facts-item-title .sub-title-text {
		margin-bottom: 10px;
	}

	.facts-item-text-wrap .facts-item-desc p {
		line-height: 30px;
	}

	.facts-item-inner {
		min-height: 260px;
	}

	.facts-item-img-inner img.integration {
		width: 250px;
	}

	.facts-item-img-inner img.reliable {
		width: 200px;
	}

	.facts-item-img-inner img.customization {
		width: 400px;
	}

	.facts-item-img-inner img.quality {
		width: 300px;
		right: 5%;
	}

	.testimonial-card-wrap .swiper-button-next,
	.testimonial-card-wrap .swiper-button-prev {
		top: 100%;
	}

	.cpd-testi-new .hswiper-text-wrap {
		min-height: 110px;
	}

	.vb-testi-new .hswiper-text-wrap {
		min-height: 110px;
	}

	.research-right {
		margin-top: 30px;
	}

	.widget-card {
		width: 60%;
		margin: 0 auto 20px;
	}

	.single-blog-title-inner h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.single-blog-content-inner h2 {
		font-size: 28px;
	}

	.sblog-tags-list {
		width: 100%;
		padding-left: 0px;
	}

	.single-blog-post .blog-item-wrapper {
		width: 50%;
		float: none;
		margin: 0 auto 20px;
	}

	.single-blog-post .most-popular-blog-title {
		width: 80%;
		margin: 30px auto;
	}

	.support-page .new-feature-single-wrap {
		width: 60%;
		float: none;
		margin: 0 auto 20px;
	}

	.support-page .new-single-feature-inner {
		min-height: auto;
	}

	.comproise-left {
		display: none;
	}

	.support-page .price-faq-list-wrap-right {
		margin-top: 0px;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 185px;
	}

	.faq-sticky {
		z-index: 10;
	}

	.footer .app-links {
		width: 45%;
	}

	.login-content .form-group.custom-form-group {
		margin-bottom: 15px;
	}

	.ss-step-content ul li {
		width: 33.33%;
	}

	.ss-label-icon-wrap svg {
		width: 50px;
	}

	.not-found-blog .container {
		width: 100%;
	}

	.input-box-ss-step {
		width: 90%
	}

	.review-item-wrap {
		width: 70%;
		float: none;
		margin: 0 auto;
	}

	.rvm-api-step-img-inner {
		text-align: center;
	}

	.rvm-api-step-text-outer,
	.rvm-api-step-two-text-wrap .rvm-api-step-text-outer,
	.rvm-api-step-three-text-wrap .rvm-api-step-text-outer {
		min-height: auto;
	}

	.rvm-api-connect-1,
	.rvm-api-connect-2 {
		display: none;
	}

	.rvm-api-step-two {
		padding-top: 0px;
	}

	.rvm-api-step-text-inner p {
		text-align: center;
	}

	.rvm-api-step-one,
	.rvm-api-step-two {
		padding-bottom: 30px;
	}

	.rvm-api-step-text-inner {
		padding-top: 30px;
	}

	.rvm-api-text-wrap {
		padding-top: 30px;
	}

	.review-page-section .review-page-title-desc {
		font-size: 26px;
	}

	.new-user-cta-wrap .login-cta-wrapper {
		margin-top: 10px;
	}

	.hero-blog-wrapper #blogPosts .blog-item-wrapper:last-child {
		display: none;
	}

	.price-foo-text.industries-cta p .orange-cta {
		margin-left: 0px;
	}

	.price-foo-text.industries-cta p span {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner .sub-hero-point-icon {
		width: 100%;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 36px;
	}

	.ss-final-service-title {
		margin-top: 10px;
		width: 140px;
	}

	.ss-final-service-icon img {
		width: 40px;
	}

	.final-ss-result-wrap-inner .ss-final-service-icon {
		min-height: 50px;
	}

	.price-page-cat-icon,
	.price-page-box-desc.price-box-inner-group,
	.price-box-inner-group {
		width: 100%;
	}

	.price-page-box-desc.price-box-inner-group {
		min-height: 145px;
	}

	.price-page-cat-icon {
		text-align: left;
	}

	.price-cat-icon-wrap {
		text-align: center;
		margin-top: 0px;
	}

	.price-page-box-desc h2 {
		margin-top: 10px;
	}

	.price-page-box-cost {
		border-left: 0px;
		border-right: 0px;
		text-align: left;
	}

	.price-page-box-cost h3,
	.price-page-box-cost h5 {
		display: inline-block;
		vertical-align: middle;
	}

	.price-page-box-cost h5 {
		margin-top: 0px;
	}

	.price-page-box-cost,
	.price-page-box-cta {
		text-align: left;
	}

	.new-price-service-cta {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0px;
		margin-left: 10px;
	}

	.price-page-box-inner {
		padding: 10px;
	}

	.price-page-box {
		margin-bottom: 25px;
	}

	.why-feature:nth-last-child(-n+3) {
		margin-bottom: 30px;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 36px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 24px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 36px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 36px;
	}

	.site-map-body .contact-page-hero-text-inner h2 {
		font-size: 24px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 36px;
	}

	.single-ind-title h1 {
		font-size: 36px;
	}

	.cpd-f-desc {
		max-width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.cpd-f-title-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-title-wrap img {
		width: 25px;
	}

	.vb-feature-wrapper .cpd-f-new .cpd-f-title-wrap img {
		width: 30px;
	}

	/* .cpd-f-title-wrap h3{max-width: 90%;} */
	.mega-menu.dropdown-menu>li>a {
		min-height: 245px;
	}

	.review-item-inner {
		min-height: auto;
	}

	.rvm-feature-wrapper .cpd-f-new {
		margin-bottom: 0px;
	}

	.cpd-feature-wrapper .cpd-f-title-wrap img {
		width: 35px;
	}

	.cpd-feature-wrapper .cpd-f-title-wrap {
		min-height: 40px;
	}

	.cpd-feature-wrapper .cpd-f-desc {
		min-height: 100px;
	}

	.cpd-feature-wrapper .cpd-f-new {
		margin-bottom: 10px;
	}

	.vb-feature-wrapper .cpd-f-desc {
		min-height: 90px;
	}

	.vb-feature-wrapper .cpd-f-title-wrap,
	.rvm-feature-wrapper .cpd-f-title-wrap,
	.rtm-feature-wrapper .cpd-f-title-wrap {
		min-height: 40px;
	}

	.why-feature:nth-child(3),
	.why-feature:nth-child(6),
	.why-feature:nth-child(9) {
		padding-right: 30px;
	}

	.why-feature:nth-child(2),
	.why-feature:nth-child(4),
	.why-feature:nth-child(6),
	.why-feature:nth-child(8) {
		padding-right: 0px;
	}

	.keyword-desc-wrap {
		min-height: auto;
	}

	.site-map-content ul:not(.child-pages) {
		min-height: 300px;
		width: 33%;
	}

	.site-map-content ul:not(.child-pages) {
		min-height: 460px;
	}
}

@media only screen and (max-width: 950px) {
	.price-sub-hero-inner ul {
		width: 100%;
		margin: 0 auto;
	}

	.price-sub-hero-inner ul li {
		width: 33%;
	}

	.service-card-inner {
		width: 85%;
	}

	.dropdown-menu.mega-menu>li>a {
		padding: 10px 15px;
	}

	.vb-feature-wrapper .cpd-f-desc {
		min-height: 115px;
	}
}

@media only screen and (max-width: 900px) {
	.contact-widget-wrap {
		display: block;
		width: 40%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.contact-widget-wrap:nth-child(1) .contact-widget-outer,
	.contact-widget-wrap:nth-child(2) .contact-widget-outer,
	.contact-widget-wrap:nth-child(3) .contact-widget-outer {
		padding-right: 0px;
		padding-left: 0px;
	}

	.contact-widget-inner,
	.contact-widget-outer {
		height: auto;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}

	.price-sub-hero-inner ul li {
		width: 30%;
	}

}

@media only screen and (max-width: 890px) {
	.service-suggestion-down-text .ss-text-cta-new {
		width: 70%;
	}

	.service-suggestion-down-text .ss-text-cta-btn-new {
		width: 25%;
	}

	.service-suggestion-down-text .ss-text-cta-btn-new .cta-anim-new {
		font-size: 16px;
	}

	.new-page-cta-update .service-suggestion-down-text {
		padding-top: 10px;
	}

	.new-page-cta-update .signup-sugg-down-text {
		padding-top: 10px;
	}

	.signup-sugg-down-text .cta-anim-new {
		font-size: 16px;
	}
}

@media only screen and (max-width: 870px) {
	.navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 880px) {
	.service-card-inner {
		width: 90%;
	}

	/* .cpd-f-title-wrap h3{max-width: 80%;} */
	.mega-menu.dropdown-menu>li>a {
		min-height: 255px;
	}

	.mega-menu::before {
		left: 22%;
	}
}

@media only screen and (max-width: 850px) {
	.rvm-feature-wrapper .new-single-feature-inner {
		width: 55%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 55%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 55%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 55%;
	}

	.rvm-service-blog-list {
		padding-bottom: 50px;
	}

	.rvm-page .hero-text-wrapper h3 {
		font-size: 26px;
	}

	.navbar-collapse.collapse {
		display: none;
	}

	.navbar-collapse.collapse.in,
	.navbar-collapse.collapsing {
		display: none;
	}


	.vb-hiw .hiw-mob-sec img {
		width: 70%;
	}

	.service-card-inner {
		width: 95%;
	}

	.navbar-header {
		float: none;
	}

	.navbar-nav,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
		padding: 20px 20px;
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-nav>li {
		float: none;
	}

	.hblog-desc-wrapper p {
		font-size: 14px;
	}

	.tab-content {
		margin-bottom: 10px;
	}

	.stats-text-wrapper {
		margin-top: -30px;
	}

	.login-page .navbar-collapse.collapse,
	.signup-page .navbar-collapse.collapse {
		display: block !important;
	}

	.login-page .navbar-header,
	.signup-page .navbar-header {
		float: left;
	}

	.login-page .navbar-nav,
	.signup-page .navbar-nav {
		float: right !important;
	}
}

/* @media only screen and (max-width: 820px){
	.price-sub-hero-inner ul{width: 80%;}
} */
@media only screen and (max-width: 800px) {
	.service-card-inner {
		width: 100%;
	}

	.buy-now-plan-details.has-mll-price {
		width: 20%;
	}

	.buy-now-plan-details.has-mll {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.hblog-date {
		display: none;
	}

	.hblog-title {
		padding-left: 0px;
		width: 100%;
	}

	.faq-sticky {
		width: 300px;
		right: -300px;
	}

	.faq-body-inner .panel-heading h4 a {
		white-space: normal;
		font-size: 16px;
		line-height: 20px;
	}

	.hblog-desc-wrapper p {
		font-size: 16px;
	}

	.rvm-service-blog-list .section-title {
		margin-bottom: 50px;
	}

	.cpd-service-blog .section-title {
		margin-bottom: 50px;
	}

	.rvm-pricing-slider-wrap .slider {
		margin: 5%;
	}

	#rvmPriceSilder .ui-slider-labels {
		display: none;
	}

	#rvmPriceSilder .ui-slider-labels.ui-slider-labels-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-us-rtm-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-ca-rtm-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-gb-rtm-mob,
	#rvmPriceSilder .ui-slider-labels.slide-label-au-rtm-mob {
		display: block;
	}

	#mmsPriceSilder .ui-slider-labels {
		display: none;
	}

	#mmsPriceSilder .ui-slider-labels.slide-label-us-rtm-mob {
		display: block;
	}

	#cpdPriceSilder .ui-slider-labels {
		display: none;
	}

	#cpdPriceSilder .ui-slider-labels.ui-slider-labels-mob-cpd {
		display: block;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-rtm,
	#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-us-rtm,
	#cpdPriceSilder.current-au .ui-slider-labels.slide-label-us-rtm {
		display: none;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob,
	#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-gb-rtm.slide-label-gb-rtm-mob,
	#cpdPriceSilder.current-au .ui-slider-labels.slide-label-au-rtm.slide-label-au-rtm-mob {
		display: block;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-cpd.slide-label-us-cpd-mob,
	#cpdPriceSilder.current-gb .ui-slider-labels.slide-label-gb-cpd.slide-label-gb-cpd-mob,
	#cpdPriceSilder.current-au .ui-slider-labels.slide-label-au-cpd.slide-label-au-cpd-mob {
		display: block;
	}

	.cta-anim-new {
		background-color: #ff8d12;
	}

	.dev-growth-inner-right .philosophy-cta a,
	.philosophy-left .philosophy-cta a {
		color: #ffffff;
	}

	/* #cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob.five-labels-rtm{display: none;} */
	/* index page make responsive  30 aug */
	.tab-title-wrap {
		font-size: 16px;
	}

	.testi-title-text-main h3 {
		font-size: 28px;
	}

	.hblog-content-wrap {
		padding: 20px 15px;
	}

	.case-study-page .blog-item-wrapper {
		width: 60%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.hiw-mob-sec img,
	.hiw-mob-sec video {
		width: 70%;
		border: 1px solid #f8fcff;
	}

	.hiw-mob-sec video::-webkit-media-controls {
		display: none !important;
	}

	.vb-hiw .hiw-mob-sec img,
	.vb-hiw .hiw-mob-sec video {
		width: 100%;
	}

	.signup-sugg-down-text,
	.service-suggestion-down-text {
		display: none;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 34px;
	}

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description,
	.rvm-page .hero-text-wrapper h4 {
		font-size: 22px;
		line-height: 34px;
	}

	.rtm-page .hero-sec-inner {
		padding-left: 0px;
		padding-right: 0px;
	}

	.why-feature {
		min-height: 154px;
		padding-right: 40px;
		padding-left: 65px;
	}

	.section-title h2,
	.section-title h3,
	.single-price-faq-title h2,
	.single-price-faq-title h3 {
		font-size: 28px;
		text-align: center;
	}

	.philo-section-title h2 {
		font-size: 28px;
	}

	.compromise-title h2 {
		font-size: 28px;
	}

	.rvm-api-title-wrap h4,
	.rvm-api-title-wrap h2,
	.rvm-api-title-wrap h3 {
		font-size: 28px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 22px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 34px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.site-map-body .contact-page-hero-text-inner h2 {
		font-size: 22px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.single-ind-title h1 {
		font-size: 34px;
	}

	.cpd-f-desc {
		min-height: auto;
	}

	.rtm-feature-wrapper .cpd-f-desc {
		min-height: 90px;
	}

	.cpd-f-desc {
		padding-left: 0px;
		padding-right: 0px;
	}

	.cpd-f-title-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.cpd-f-new {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.cpd-f-title-wrap {
		min-height: auto;
	}

	.cpd-feature-wrapper .cpd-f-title-wrap {
		min-height: 35px;
	}

	.rvm-feature-wrapper .cpd-f-title-wrap {
		margin-bottom: 0px;
	}

	.rvm-feature-wrapper .cpd-f-new {
		margin-bottom: 10px;
	}

	.rvm-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap,
	.rvm-feature-wrapper .cpd-f-new:nth-child(5) .cpd-f-title-wrap,
	.rvm-feature-wrapper .cpd-f-new:nth-child(6) .cpd-f-title-wrap {
		padding-top: 0px;
	}

	.why-feature:nth-child(2),
	.why-feature:nth-child(4),
	.why-feature:nth-child(6),
	.why-feature:nth-child(8) {
		padding-right: 40px;
	}

	.privacy-page-title h2 {
		font-size: 28px;
	}

	.what-is-tcpa h2,
	.lr-pleadge-title h2 {
		font-size: 28px;
	}

	.privacy-content p,
	.what-is-tcpa p,
	.lr-pleadge-title p,
	.lr-pleadge-point .single-comp-text p {
		font-size: 18px;
	}

	.single-comp-title h3 {
		font-size: 20px;
	}

	.privacy-content p {
		word-break: break-all;
	}

	.site-map-content ul:not(.child-pages):nth-child(2) {
		min-height: 420px;
	}
}

@media only screen and (max-width: 767px) {
	.cpd-service-blog .blog-item-inner {
		width: 50%;
		margin-bottom: 20px;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 50%;
		margin-bottom: 20px;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 50%;
		margin-bottom: 20px;
	}

	.hero-blog-wrapper.rvm-service-blog-list {
		padding-bottom: 50px;
	}

	.hero-blog-wrapper.vb-service-blog-list {
		padding-bottom: 50px;
	}

	.hero-blog-wrapper.cpd-service-blog {
		padding-bottom: 50px;
	}

	.rvm-hiw .hiw-main-sec {
		width: 100%;
	}

	.rvm-steps .step-1-icon-wrap,
	.rvm-steps .step-2-icon-wrap,
	.rvm-steps .step-3-icon-wrap,
	.rvm-steps .step-4-icon-wrap {
		width: 130px;
		height: 130px;
	}

	.step-3-inner-rvm {
		min-height: 200px;
	}

	.bypass-step-small-wrapper {
		right: 20%;
		top: 50%;
		transform: translate(50%, -50%);
	}

	.rvm-price-slider {
		padding-bottom: 50px;
	}

	.rvm-pricing-card {
		margin-top: 60px;
	}

	.ui-slider-labels-top.vm-labels-rvm {
		font-size: 16px;
	}

	.circular-chart.rvm-svg-small-step-1,
	.circular-chart.step-2-svg-small,
	.circular-chart.rvm-step-3-svg-small,
	.circular-chart.rvm-step-4-svg-small {
		display: none;
	}

	.circular-chart.rvm-svg-small-phone-step-1,
	.circular-chart.step-2-svg-small-phone,
	.circular-chart.rvm-step-3-svg-small-phone,
	.circular-chart.rvm-step-4-svg-small-phone {
		display: block;
	}

	.price-foo-text,
	.price-foo-cta-wrap {
		width: 100%;
		text-align: left;
	}

	.price-foo-cta-wrap {
		margin-top: 20px;
	}

	.single-price-page-faq {
		padding-bottom: 50px;
	}

	.word-support {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 65%;
	}

	.faq-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.sinlge-ind-desc-title h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.service-card-wrap {
		width: 50%;
	}

	.facts-item-img-inner img.satisfaction {
		width: 450px;
	}

	.facts-item-img-inner img.customization {
		width: 350px;
	}

	.home-page .blog-item-inner {
		width: 60%;
	}

	.home-page .blog-item-wrapper {
		margin-bottom: 20px;
	}

	.rvm-testi-new .hswiper-text-wrap {
		min-height: 160px;
	}

	.latest-blog-wrap-inner {
		width: 80%;
		margin: 0 auto;
	}

	.most-popular-blogs-list .blog-item-inner {
		width: 70%;
	}

	.most-popular-blog-title {
		width: 80%;
		margin: 30px auto;
	}

	.blog-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.blog-page-hero-text-inner h2 {
		font-size: 24px;
		margin-top: 10px;
	}

	.single-blog-date {
		width: 30%;
	}

	.single-blog-auther {
		width: 70%;
	}

	.single-blog-categories {
		margin-top: 40px;
		width: 100%;
	}

	.single-blog-title-inner h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.single-blog-footer-auther-title h5,
	.single-blog-footer-cat-title h5 {
		font-size: 18px;
		font-family: qs-medium;
	}

	.rvm-price-vlm-text h4 {
		font-size: 18px;
	}

	.progress {
		width: 40%;
	}

	.not-found-blog .blog-item-inner {
		width: 60%;
		margin-bottom: 20px;
	}

	.not-found-blog .section-title h3 {
		font-size: 28px;
	}

	.thank-you-main .thank-you-wrap h2 {
		font-size: 48px;
	}

	.thank-you-main .thank-you-wrap h3 {
		font-size: 28px;
	}

	.input-box-ss-step {
		width: 100%
	}

	.progress {
		position: relative;
		width: 60%;
		top: 0px;
	}

	.site-map-content ul:not(.child-pages) {
		width: 50%;
		min-height: 220px;
	}

	.qulification-point.point-3,
	.qulification-point.point-4 {
		margin-bottom: 30px;
	}

	.dev-growth-inner-right .philosophy-cta a,
	.philosophy-left .philosophy-cta a {
		color: #ffffff;
	}

	.faq-sticky {
		display: none;
	}

	.vb-page .hero-cta-wrapper {
		margin-top: 0px;
	}

	.price-page-box-desc.price-box-inner-group {
		min-height: auto;
		margin-bottom: 20px;
	}

	.price-page-box-cost {
		width: 30%;
	}

	.price-page-box-cta {
		width: 50%;
	}

	.price-page-cat-icon {
		width: 15%;
	}

	.price-page-box-desc.price-box-inner-group {
		width: 80%;
	}

	.price-page-box-desc h2 {
		margin-top: 0px;
	}

	.price-page-box-cost.price-box-inner-group {
		margin-left: 15%;
	}

	.why-feature {
		min-height: auto;
	}

	.price-sub-hero-inner ul li {
		width: 49%;
	}
}

@media only screen and (max-width: 760px) {
	.service-card-inner {
		min-height: 335px;
	}
}

@media only screen and (max-width: 750px) {
	.rtm-phone-wrap {
		margin-left: 0px;
		max-width: 280px;
	}

	.rtm-hiw-feature.media-files {
		left: 40%;
	}

	.rtm-hiw-feature.read-recipe {
		top: -10%;
	}

	.rtm-hiw-feature.read-recipe,
	.rtm-hiw-feature.map-location {
		left: 65%;
	}

	.rtm-hiw-feature.map-location {
		top: 50%;
	}

	/* .price-sub-hero-inner ul{width: 85%;} */
	.contact-widget-wrap {
		width: 50%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 50%;
	}

	.facts-item-img-inner img.customization {
		width: 320px;
	}

	.facts-and-fig .carousel-indicators li span {
		font-size: 16px;
	}

	.rtm-testi-new .hswiper-text-wrap {
		min-height: 130px;
	}

	.footer .app-links {
		width: 50%;
	}
}

@media only screen and (max-width: 730px) {
	.home-page .hswiper-slide-inner {
		padding: 20px;
	}
}

@media only screen and (max-width: 720px) {
	.rtm-mob-testi-wrap {
		min-height: 220px;
	}

	.rtm-mob-testi-wrap .testimonials-wrap-new .testi-desc-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 700px) {
	.cpd-hiw-text-p.step-3-cpd-text {
		bottom: 0px;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		width: 65%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 65%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 65%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 65%;
	}

	.rvm-pricing-slider-wrap .slider {
		margin-top: 15%;
	}

	.rvm-pricing-card .card-block {
		width: 32.5%;
	}

	.card-block.per-min-cost-wrap {
		border-right: none;
	}

	.rvm-pricing-card .card-block.rvm-buy-cta {
		width: 100%;
		margin-top: 30px;
	}

	.rvm-pricing-card {
		margin-left: 5%;
		margin-right: 5%;
		padding: 20px 0px;
	}

	.rvm-price-vlm-text,
	.rvm-price-vlm-cta {
		width: 100%;
	}

	.rvm-price-vlm-text h4 {
		margin-right: 0px;
	}

	.rvm-price-vlm-cta {
		margin-top: 20px;
	}

	.testimonials-wrap-new .testi-desc-wrap {
		padding: 10px 10px 20px;
	}

	.vb-step-2-bubble {
		top: 25%;
		left: 65%;
		width: 190px;
	}

	.vb-step-2-bubble-inner p {
		font-size: 14px;
	}

	.vb-step-2-bubble-inner p span {
		font-size: 18px;
	}

	.vb-hiw .percentage {
		font-size: 16px;
	}

	.vb-hiw .hiw-mob-sec img {
		width: 80%;
	}

	.faq-service-list-new ul li {
		margin-bottom: 10px;
	}

	.home-page .hero-main-text h2 {
		font-size: 42px;
	}

	.hero-sub-text h2 {
		font-size: 26px;
	}

	.facts-and-fig .carousel-indicators li {
		width: 32.5%;
	}

	.facts-item-img-inner img.satisfaction {
		width: 350px;
	}

	.facts-item-img-inner img.quality {
		width: 250px;
	}

	.facts-item-img-inner img.responsive {
		right: 0px;
	}

	.facts-item-title h3.color-orange {
		font-size: 30px;
	}

	.facts-item-title .sub-title-text {
		font-size: 26px;
	}

	.home-page .hswiper-text-wrap {
		min-height: 100px;
	}

	.testimonial-card-wrap .swiper-button-next,
	.testimonial-card-wrap .swiper-button-prev {
		top: 100%;
	}

	.cpd-testi-new .hswiper-text-wrap {
		min-height: 70px;
	}

	.rvm-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.vb-testi-new .hswiper-text-wrap {
		min-height: 70px;
	}

	.rtm-testi-new .hswiper-text-wrap {
		min-height: 60px;
	}

	.cpd-testi-new .cpd-testi-new {
		min-height: 220px;
	}

	.latest-blog-wrap-inner {
		width: 90%;
	}

	.widget-card {
		width: 70%;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.foo-list-head h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 690px) {
	.cpd-new-price .section-title {
		margin-bottom: 80px;
	}

	.testi-single-wrap.rvm-testi-new {
		min-height: 250px;
	}

	.vb-page .testi-single-wrap.rvm-testi-new {
		min-height: 205px;
	}

	.price-sub-hero-inner ul {
		width: 100%;
	}

	.service-card-inner {
		min-height: 370px;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 120px;
	}
}

@media only screen and (max-width: 675px) {

	.price-page-cat-icon,
	.price-page-box-desc.price-box-inner-group {
		width: 100%;
	}

	.price-page-box-cost.price-box-inner-group {
		margin-left: 0px;
	}

	.price-page-box-cost {
		width: 50%;
	}

	.price-page-box-desc h2 {
		margin-top: 10px;
	}

	.price-page-box-desc.price-box-inner-group {
		margin-bottom: 10px;
	}

	.price-page-box-cost h3 {
		font-size: 28px;
	}

	.price-page-box-cost h5 {
		font-size: 16px;
	}

	.new-price-cta {
		padding: 6px 12px;
		font-size: 16px;
	}

}

@media only screen and (max-width: 660px) {

	/* index page make responsive  30 aug */
	.tab-content {
		margin-bottom: 20px;
	}

	.testi-title-text-main h3 {
		font-size: 26px;
	}

}

@media only screen and (max-width: 650px) {
	.new-single-feature-inner {
		width: 70%;
	}

	.footer-main-wraper>ul {
		width: 80%;
		margin: 0 auto;
	}

	.footer ul li.the-company,
	.footer ul li.the-policy {
		width: 50%;
	}

	.footer ul li.get-in-touch,
	.footer ul li.services-foo {
		width: 50%;
	}

	.foo-list-head {
		margin-bottom: 20px;
	}

	.footer {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer ul li.leadsrain-foo {
		margin-top: 20px;
	}

	.new-cta-service {
		font-size: 20px;
	}

	.cpd-hiw-text-p {
		font-size: 16px;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 65%;
	}

	.cpd-new-price .price-table-inner {
		width: 90%;
	}

	.cpd-new-price .section-title {
		margin-bottom: 60px;
	}

	.cta-text-wrapper {
		margin-bottom: 30px;
	}

	.cpd-service-blog .blog-item-inner {
		width: 60%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 60%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 60%;
	}

	.footer ul li.footer-list {
		min-height: 280px;
		margin-bottom: 40px;
	}

	.footer ul li.footer-list.services-foo,
	.footer ul li.footer-list.get-in-touch {
		min-height: auto;
	}

	.footer .mob-leads-foo li.footer-list {
		min-height: auto;
		margin-bottom: 0px;
	}

	.new-page-cta-update {
		min-height: 68px;
	}

	.footer-list.the-policy {
		display: none;
	}

	.footer-list.the-policy.the-policy-mob {
		display: inline-block;
	}

	.circular-chart.rvm-svg-small-phone-one-step-1,
	.circular-chart.step-2-svg-small-phone-one,
	.circular-chart.rvm-step-3-svg-small-phone-one,
	.circular-chart.rvm-step-4-svg-small-phone-one {
		display: block;
	}

	.circular-chart.rvm-svg-small-phone-step-1,
	.circular-chart.step-2-svg-small-phone,
	.circular-chart.rvm-step-3-svg-small-phone,
	.circular-chart.rvm-step-4-svg-small-phone {
		display: none;
	}

	.price-que h4 {
		font-size: 18px;
	}

	.about-us-page .hero-description {
		width: 100%;
		line-height: 28px;
	}

	.about-trifecta-inner {
		width: 50%;
	}

	.philo-section-title h2 {
		font-size: 26px;
	}

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage,
	.vb-step-2 p.percentage {
		width: 150px;
	}

	.captcha-wrapper,
	.af-form-cta {
		width: 100%;
	}

	.af-form-cta {
		text-align: left;
	}

	.af-form-cta-outer {
		height: auto;
	}

	.contact-form-cta {
		margin-bottom: 0px;
		width: 100%;
	}

	.contact-form-cta-outer {
		height: auto;
		display: block;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 70%;
	}

	.faq-cat-text-wrap h3 {
		font-size: 18px;
	}

	.faq-cat-item-wrap {
		padding: 15px;
	}

	.faq-category li {
		width: 60%;
	}

	.faq-category {
		text-align: center;
	}

	.faq-cat-title {
		text-align: left;
	}

	/* .tab-content>.tab-pane{
		display: block;
		margin-top: 20px;
	} */
	.new-content-wrapper .tab-content>.tab-pane {
		display: none;
		margin-top: 20px;
	}

	.new-content-wrapper .tab-content>.active {
		display: block;
	}

	.ind-item-wrap {
		float: none;
		width: 60%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.ind-item-wrap-inner {
		min-height: auto;
	}

	.service-card-wrap {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 60%;
	}

	.service-card-inner {
		min-height: auto;
	}

	.facts-item-inner {
		min-height: 205px;
	}

	.facts-and-fig .slider-box-right .item {
		padding-bottom: 0px;
	}

	.facts-item-text-wrap .facts-item-desc p {
		margin-bottom: 0px;
	}

	.facts-item-title .sub-title-text {
		font-size: 20px;
	}

	.facts-item-title h3.color-orange {
		font-size: 24px;
	}

	.facts-item-text-wrap {
		width: 100%;
	}

	.facts-item-img-inner img {
		display: none;
	}

	.facts-item-img-wrap {
		width: 100%;
		/* margin-top: 30px; */
	}

	.facts-item-img-inner {
		text-align: center;
	}

	/* .facts-item-img-inner img.facts-mob-img{display: inline-block;position: relative;width: 350px;right:auto;} */
	.client-logo-slide .swiper-slide img {
		width: 70%;
		max-width: 100%;
	}

	.our-client {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.latest-blog-wrap-inner {
		width: 100%;
	}

	.single-blog-post .blog-item-wrapper {
		width: 70%;
	}

	.single-blog-content-inner blockquote p {
		font-size: 20px;
		line-height: 30px;
	}

	.single-blog-content-inner h2 {
		font-size: 26px;
	}

	.support-page .new-feature-single-wrap .new-single-feature-inner {
		width: 100%;
	}

	.footer .app-links {
		width: 70%;
	}

	.service-sugg-tab-content.tab-content>.tab-pane {
		display: none;
	}

	.service-sugg-tab-content.tab-content>.active {
		display: block;
	}

	.ss-wrap-select {
		min-height: 135px;
	}

	.section-title h2,
	.section-title h3,
	.single-price-faq-title h2,
	.single-price-faq-title h3 {
		font-size: 26px;
	}

	.compromise-title h2 {
		font-size: 26px;
	}

	.rvm-api-title-wrap h4,
	.rvm-api-title-wrap h2,
	.rvm-api-title-wrap h3 {
		font-size: 26px;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 32px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 32px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 32px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 32px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 32px;
	}

	.single-ind-title h1 {
		font-size: 32px;
	}

	.cpd-f-new {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.rvm-feature-wrapper .cpd-f-new {
		margin-bottom: 20px;
	}

	.rvm-feature-wrapper .cpd-f-title-wrap {
		margin-bottom: 5px;
	}

	.vb-feature-wrapper .cpd-f-desc,
	.cpd-feature-wrapper .cpd-f-desc,
	.rvm-feature-wrapper .cpd-f-desc,
	.rtm-feature-wrapper .cpd-f-desc {
		min-height: auto;
	}

	.cpd-feature-wrapper .cpd-f-title-wrap,
	.vb-feature-wrapper .cpd-f-title-wrap,
	.rvm-feature-wrapper .cpd-f-title-wrap,
	.rtm-feature-wrapper .cpd-f-title-wrap {
		min-height: auto;
	}

	.cpd-f-new {
		margin-bottom: 20px;
	}

	.cpd-feature-wrapper .cpd-f-new {
		margin-bottom: 20px;
	}

	.ss-text-layer .ss-text-new {
		min-height: 100px;
	}

	.ss-text-layer.rtm-ss-new-text-wrap .ss-text-new {
		min-height: 130px;
	}

	.privacy-page-title h2 {
		font-size: 26px;
	}

	.what-is-tcpa h2,
	.lr-pleadge-title h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 640px) {

	/* .vb-page .hero-text-wrapper h4 {font-size: 24px;} */
	/* index page make responsive  30 aug */
	.stats-img-wrapper {
		min-height: 375px;
	}

	.nav-tabs.nav-justified>li {
		width: 32%;
	}

	.cta-text-wrapper h3 {
		font-size: 22px;
	}

	.testi-title-text-main h3 {
		font-size: 24px;
	}

	.testimonial-card-wrap .swiper-container .swiper-wrapper .swiper-slide {
		width: 70%;
	}

	.rvm-testi-new .section-title {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 630px) {
	.vb-page .testi-single-wrap.rvm-testi-new {
		min-height: 230px;
	}

	.rtm-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}
}

@media only screen and (max-width: 600px) {
	.testi-title-text-main h3 {
		font-size: 22px;
	}

	.rvm-page .cta-text-wrapper h3 {
		font-size: 26px;
	}

	.new-single-feature-inner {
		width: 80%;
	}

	.price-table-outer {
		width: 100%;
	}

	.cpd-new-price .price-table-inner {
		width: 60%;
	}

	.cpd-feature .section-title h2 {
		width: 70%;
		line-height: 30px;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		width: 70%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 70%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 70%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 70%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 60%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 60%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 60%;
	}

	.rvm-new-price .price-table-inner {
		width: 60%;
	}

	.rtm-phone-wrap {
		margin-left: auto;
	}

	.rtm-hiw-feature.media-files {
		left: 0%;
	}

	.testi-single-wrap.rvm-testi-new {
		min-height: auto;
	}

	.vb-page .testi-single-wrap.rvm-testi-new,
	.vb-page .testi-single-inner1 {
		min-height: 120px;
	}

	.step-1-icon-wrap,
	.step-3-icon-wrap {
		width: 110px;
		height: 110px;
	}

	.cpd-step-3-svg .lr-server-cpd,
	.lr-server-cpd,
	.lr-server-cpd-anim,
	.lr-cpd-last-circle {
		r: 70;
	}

	.cpd-step-1-svg .lr-server-cpd,
	.cpd-step-1-svg .lr-server-cpd-anim {
		cy: 39%;
	}

	.cpd-step-3-svg .lr-server-cpd,
	.cpd-step-3-svg .lr-cpd-last-circle {
		cy: 39%;
	}

	.about-trifecta-inner {
		width: 60%;
	}

	.rtm-mob-testi-wrap {
		min-height: 185px;
	}

	.contact-widget-wrap {
		width: 60%;
	}

	.faq-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.home-page .hero-main-text {
		margin-bottom: 20px;
	}

	.home-page .hero-main-text h1 {
		font-size: 38px;
	}

	.hero-sub-text h2 {
		font-size: 22px;
		margin-top: 0px
	}

	.most-popular-blog-title {
		width: 100%;
	}

	.most-popular-blogs-list .blog-item-inner,
	.widget-card {
		width: 80%;
	}

	.not-found-blog .blog-item-inner {
		width: 70%;
	}

	.review-item-wrap {
		width: 80%;
	}

	.case-study-page .blog-item-wrapper {
		width: 70%;
	}

	.price-foo-text.industries-cta p {
		font-size: 20px;
	}

	.why-feature {
		padding-right: 15px;
		margin-bottom: 20px;
	}

	.why-feature:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description,
	.rvm-page .hero-text-wrapper h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 20px;
	}

	.site-map-body .contact-page-hero-text-inner h2 {
		font-size: 20px;
	}

	.cpd-f-new {
		width: 90%;
	}

	.why-feature:nth-child(2),
	.why-feature:nth-child(4),
	.why-feature:nth-child(6),
	.why-feature:nth-child(8) {
		padding-right: 15px;
	}

	.ss-text-layer .ss-text-new p,
	.ss-text-layer .ss-text-new ul li {
		font-size: 16px;
	}

}

@media only screen and (max-width: 585px) {
	.footer-main-wraper>ul {
		width: 90%;
	}

	.price-sub-hero-inner ul li {
		width: 49.5%;
	}

	.service-card-wrap {
		width: 70%;
	}
}

@media only screen and (max-width: 580px) {

	/* .swiper-slide .rvm-testi-new .testi-single-inner1 { min-height: 350px;} */
	.testi-desc-wrap p {
		font-size: 16px;
	}

	/*voice-broadcasting make responsive 29 aug*/
	/* .vb-page .hero-text-wrapper h4 {font-size: 22px;}
	.vb-page .hero-text-wrapper  h3 {font-size: 26px;}
	.vb-page .hero-text-wrapper  h1 { font-size: 48px;} */
	/* index page make responsive  30 aug */
	.stats-img-wrapper {
		min-height: 360px;
	}

	.hero-cta-wrapper {
		width: 100%;
	}

	.testimonial-card-wrap .swiper-container .swiper-wrapper .swiper-slide {
		width: 80%;
	}

	.testi-title-text-main {
		width: 100%;
	}

	.clients-logo {
		width: 48.5%;
	}

}

@media only screen and (max-width: 565px) {

	.price-page-box-inner,
	.price-page-cat-icon,
	.price-page-box-desc,
	.price-page-box-cost,
	.price-page-box-cta {
		text-align: center;
	}

	.price-page-box-cost,
	.price-page-box-cta {
		width: 100%;
	}

	.price-box-new {
		float: none;
		width: 70%;
		display: inline-block;
	}

	.price-main-page-section .row {
		text-align: center;
	}

	.new-price-service-cta {
		display: block;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 550px) {
	.sub-hero-points {
		width: 100%;
	}

	.sub-hero-outer {
		min-height: auto;
	}

	.sub-hero-outer:after {
		display: none;
	}

	.sub-hero-point-icon {
		width: 20%;
	}

	.sub-hero-point-text {
		width: 80%;
		margin-bottom: 0px;
		padding-left: 10px;
	}

	.sub-hero-point-text p {
		text-align: left;
		margin-top: 0px;
	}

	.sub-hero-points:not(:last-child) {
		margin-bottom: 20px;
	}

	.new-cta-service {
		font-size: 16px;
	}

	.cpd-hiw-text-p.step-3-cpd-text {
		width: 40%;
	}

	.number-single-cpd {
		width: 60%;
	}

	.cpd-how-it-work .section-title {
		margin-bottom: 50px;
	}

	.cpd-service-blog .section-title {
		margin-bottom: 30px;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		width: 80%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 80%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 80%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 80%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 70%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 70%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 70%;
	}

	.rvm-price-dollar h3,
	.vmdrops-count h3,
	.per-min-cost-amount h3 {
		font-size: 26px;
		font-family: qs-medium;
	}

	.rvm-pricing-card-inner {
		padding: 20px 0px;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-outer .sub-hero-point-icon {
		text-align: center;
	}

	.sub-hero-point-text {
		width: 80%;
	}

	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-outer .sub-hero-point-icon {
		width: 20%;
	}

	.new-page-cta-update {
		min-height: 62px;
	}

	.cpd-page .sub-hero-point-icon {
		width: 20%;
	}

	.cpd-page .sub-hero-point-text p {
		text-align: left;
	}

	.vb-page .sub-hero-point-icon {
		width: 20%;
	}

	.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner .sub-hero-point-icon {
		width: 20%;
	}

	.vb-page .sub-hero-point-text p {
		text-align: left;
	}

	.vb-page .testi-single-wrap.rvm-testi-new,
	.vb-page .testi-single-inner1 {
		min-height: 190px;
	}

	.rtm-page .sub-hero-inner {
		width: 100%;
	}

	.rtm-page .sub-hero-point-icon {
		width: 20%;
		text-align: center;
	}

	.rtm-page .sub-hero-point-text p {
		text-align: left;
	}

	.circular-chart.rvm-svg-small-phone-one-step-1,
	.circular-chart.step-2-svg-small-phone-one,
	.circular-chart.rvm-step-3-svg-small-phone-one,
	.circular-chart.rvm-step-4-svg-small-phone-one {
		display: none;
	}

	.circular-chart.rvm-svg-small-phone-two-step-1,
	.circular-chart.step-2-svg-small-phone-two,
	.circular-chart.rvm-step-3-svg-small-phone-two,
	.circular-chart.rvm-step-4-svg-small-phone-two {
		display: block;
	}

	.rvm-steps .step-1-icon-wrap,
	.rvm-steps .step-2-icon-wrap,
	.rvm-steps .step-3-icon-wrap,
	.rvm-steps .step-4-icon-wrap {
		margin-left: 30px;
	}

	.rvm-steps .percentage {
		text-align: center;
		width: 40%;
		font-size: 14px;
	}

	.circle-rotate,
	.step-4-anim-cicle {
		transform: scale(1, 1);
	}

	.circular-chart {
		top: 3px;
	}

	.price-page-hero-text-inner h1 {
		font-size: 32px;
	}

	.price-page-hero-text-inner h2 {
		font-size: 20px;
	}

	.cpd-step-2-svg {
		left: 9%;
	}

	.vb-hiw-step .vb-step-1-icon-wrap,
	.vb-hiw-step .vb-step-2-icon-wrap {
		height: 100px;
		width: 100px;
	}

	.vb-step-1-svg.vb-mobile-one-svg-step-1 .lr-server-vb,
	.vb-step-1-svg.vb-mobile-one-svg-step-1 .lr-server-vb-anim,
	.vb-step-2-svg.vb-small-one-svg-step-2 .lr-server-vb,
	.vb-step-2-svg.vb-small-one-svg-step-2 .lr-server-vb-anim {
		r: 60;
	}

	.vb-hiw .percentage {
		font-size: 14px;
	}

	.rvm-pricing-card-inner.cpd-mob-price-card-inner {
		width: 70%;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.rvm-pricing-card-inner.cpd-mob-price-card-inner .rvm-price-dollar,
	.rvm-pricing-card-inner.cpd-mob-price-card-inner .vmdrops-count,
	.rvm-pricing-card-inner.cpd-mob-price-card-inner .per-min-cost-amount {
		min-height: 50px;
	}

	.rvm-price-dollar,
	.vmdrops-count,
	.per-min-cost-amount {
		min-height: 30px;
	}

	.rvm-pricing-card-inner.cpd-mob-price-card-inner .card-block {
		width: 100%;
	}

	.rvm-pricing-card-inner.cpd-mob-price-card-inner .card-block.price-wrap,
	.rvm-pricing-card-inner.cpd-mob-price-card-inner .card-block.vmdrops-wrap,
	.rvm-pricing-card-inner.cpd-mob-price-card-inner .card-block.per-min-cost-wrap {
		border-right: none;
		border-bottom: 1px solid #e7ebfa;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}

	.rvm-pricing-card .rvm-pricing-card-inner.cpd-mob-price-card-inner .card-block.rvm-buy-cta {
		margin-top: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.affiliate-form-wrap {
		width: 100%;
	}

	.reseller-benefits {
		display: none;
	}

	.reseller-benefits.mobile-reseller-benefits {
		display: table;
	}

	.end-footer p span {
		display: inline-block;
		width: 100%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 60%;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 80%;
	}

	.vb-hiw .hiw-mob-sec img {
		width: 90%;
	}

	.home-page .blog-item-inner {
		width: 70%;
	}

	.hero-blog-wrapper .section-title h3:after {
		bottom: 10px;
	}

	.cpd-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.vb-testi-new .hswiper-text-wrap {
		min-height: 80px;
	}

	.blog-post-title {
		padding-left: 0px;
	}

	.blog-post-title:after {
		display: none;
	}

	.blog-post-title h2 {
		font-size: 20px;
	}

	.title-wrap-inner,
	.latest-blog-post-desc {
		padding: 20px;
	}

	.blog-post-desc-inner p {
		line-height: 28px;
	}

	.latest-blog-post-cta .blog-post-cta {
		font-size: 18px;
	}

	.latest-blog-post-cta {
		margin-top: 10px;
	}

	.blog-page-hero-text-inner h1 {
		font-size: 32px;
	}

	.blog-page-hero-text-inner h2 {
		font-size: 18px;
	}

	.blog-list-pagination .pagination li a {
		font-size: 16px;
		padding: 6px 12px;
	}

	.blog-list-pagination .pagination li a svg {
		height: 10px;
	}

	.privacy-content h4 {
		font-size: 26px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.privacy-page-title h2 {
		font-size: 30px;
	}

	.support-page .sub-hero-points:first-child .sub-hero-inner {
		width: 80%;
	}

	.support-page .new-feature-single-wrap {
		width: 70%;
	}

	.ss-step-content ul li {
		width: 50%;
	}

	.ssp-title-wrap h1 {
		font-size: 22px;
	}

	.ss-step-title h3 {
		font-size: 24px;
	}

	.rvm-tooltip-inner {
		display: none;
	}

	.rvm-pricing-card .card-block {
		width: 100%;
	}

	.rvm-price-page .rvm-pricing-card-inner {
		width: 70%;
		margin: 0 auto;
	}

	.rvm-pricing-card .card-block.rvm-buy-cta {
		margin-top: 0px;
	}

	.card-block.price-wrap,
	.card-block.vmdrops-wrap,
	.card-block.per-min-cost-wrap {
		border-right: 0px;
		border-bottom: 1px solid #e7ebfa;
	}

	.rvm-pricing-card-inner {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.card-block.price-wrap,
	.card-block.vmdrops-wrap,
	.card-block.per-min-cost-wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.rvm-pricing-card .card-block.rvm-buy-cta {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.rvm-api-title-wrap h4,
	.rvm-api-title-wrap h2,
	.rvm-api-title-wrap h3 {
		font-size: 24px;
	}

	.rvm-api-page-hero-text-inner h1 {
		font-size: 38px;
	}

	.ss-wrap-label-inner .ss-label-icon-wrap,
	.ss-wrap-label-inner .ss-label-title-signup {
		display: inline-block;
		vertical-align: middle;
	}

	.ss-wrap-label-inner .ss-label-icon-wrap svg {
		width: 30px;
	}

	.ss-wrap-select {
		min-height: auto;
	}

	.ss-label-title-signup h4 {
		margin-top: 0px;
		font-size: 16px;
	}

	.ss-wrap-select .ss-wrap-state-icon {
		top: calc(50% - 8px);
		right: calc(100% - 20px);
	}

	.ss-label-title-signup.pdt30 {
		padding-top: 0px;
	}

	.ss-step-content {
		margin-top: 30px;
	}

	.sub-heading-ss-step {
		padding-top: 10px;
	}

	.pager.wizard {
		margin-top: 0px;
	}

	.ss-wrap-label-inner {
		text-align: left;
		padding-left: 15px;
	}

	.ss-step-content .rvm-pricing-slider-wrap .slider {
		margin-bottom: 15%;
	}

	.volume-tab-ss.ss-step-content .ss-wrap-label-inner .ss-label-icon-wrap,
	.volume-tab-ss.ss-step-content .ss-wrap-label-inner .ss-label-title-signup,
	.camp-obj-ss.ss-step-content .ss-wrap-label-inner .ss-label-icon-wrap,
	.camp-obj-ss.ss-step-content .ss-wrap-label-inner .ss-label-title-signup {
		display: block;
	}

	.ssp-card-inner {
		padding: 30px 10px;
	}

	.cpd-page .hero-text-wrapper h4.noun,
	.rvm-page .hero-text-wrapper h4.noun,
	.vb-page .hero-text-wrapper h4.noun,
	.rtm-page .hero-text-wrapper h4.noun {
		font-size: 18px;
		font-style: italic;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ss-step-content .rvm-tooltip-inner {
		display: block;
	}

	.section-title h2,
	.section-title h3,
	.single-price-faq-title h2,
	.single-price-faq-title h3 {
		font-size: 24px;
	}

	.philo-section-title h2 {
		font-size: 24px;
	}

	.compromise-title h2 {
		font-size: 24px;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 28px;
	}

	.rtm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rvm-page .hero-text-wrapper h4,
	.cpd-page .hero-text-wrapper h4 {
		margin-top: 0px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 28px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.single-ind-title h1 {
		font-size: 28px;
	}

	.hiw-mob-sec img,
	.hiw-mob-sec video {
		width: 90%;
	}

	#tab3 .ss-wrap-select {
		min-height: 100px;
	}

	.keyword-section .section-title {
		margin-bottom: 50px;
	}

	.privacy-page-title h2 {
		font-size: 24px;
	}

	.what-is-tcpa h2,
	.lr-pleadge-title h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 540px) {
	.home-page .hswiper-text-wrap {
		min-height: 130px;
	}

	.site-map-content ul:not(.child-pages):nth-child(2) {
		min-height: 395px;
	}
}

@media only screen and (max-width: 530px) {
	.footer-main-wraper>ul {
		width: 90%;
	}

	.footer ul li.the-company,
	.footer ul li.the-policy {
		width: 50%;
	}

	.footer ul li.get-in-touch,
	.footer ul li.services-foo {
		width: 50%;
	}

	.vb-ss-left .vb-ss-inner {
		padding: 0px;
	}

	.price-que h4 span {
		right: 10px;
	}

	.price-que h4 {
		padding-right: 40px;
	}

	.vb-hiw-step .vb-step-1-icon-wrap,
	.vb-hiw-step .vb-step-2-icon-wrap {
		margin-left: 30px;
	}

	.vb-agents.agent_2_vb {
		left: 80px;
	}

	.vb-step-1-svg.vb-mobile-two-svg-step-1 .lr-server-vb,
	.vb-step-1-svg.vb-mobile-two-svg-step-1 .lr-server-vb-anim,
	.vb-step-2-svg.vb-small-two-svg-step-2 .lr-server-vb,
	.vb-step-2-svg.vb-small-two-svg-step-2 .lr-server-vb-anim {
		cx: 80px;
		r: 60;
	}

	.vb-step-1-svg.vb-mobile-one-svg-step-1,
	.vb-step-2-svg.vb-small-one-svg-step-2,
	.vb-step-3-svg.vb-small-one-svg-step-3 {
		display: none;
	}

	.vb-step-1-svg.vb-mobile-two-svg-step-1,
	.vb-step-2-svg.vb-small-two-svg-step-2,
	.vb-step-3-svg.vb-small-two-svg-step-3 {
		display: block;
	}

	.vb-step-3-svg.vb-small-two-svg-step-3 .vb-go-up-line-anim2 {
		transform: rotate(180deg);
		transform-origin: center;
		transform-style: preserve-3D;
	}

	.vb-step-2 p.percentage {
		bottom: -50px;
		left: 20%;
		text-align: center;
	}

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage {
		text-align: left;
		left: 50%;
	}

	.vb-step-2-bubble {
		left: 35%;
	}

	#rvmPriceSilder .ui-slider-labels.six-labels-rvm.ui-slider-labels-mob.labels-us-mob {
		display: none !important;
	}

	.faq-category li {
		width: 70%;
	}

	.ind-item-wrap {
		width: 80%;
	}

	.home-page .hero-main-text {
		margin-bottom: 15px;
	}

	.home-page .hero-main-text h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.hero-sub-text h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 520px) {
	.rvm-testi-new .hswiper-text-wrap {
		min-height: 110px;
	}

	.buy-now-users-label {
		min-width: 150px;
	}

	.select-user-type .user-type-icon-wrap svg {
		width: 50px;
	}

	.select-payments {
		min-width: 150px;
	}

	.payment-icon-wrap img {
		max-width: 80px;
	}

	.review-page-section .review-page-title-desc {
		font-size: 24px;
		line-height: 32px;
	}

	.monthly-budget-ss .ui-slider-labels.two-labels-ss,
	.monthly-budget-ss .ui-slider-labels.four-labels-ss {
		display: none;
	}

	.pdt-reach-ss .ui-slider-labels.six-labels-ss,
	.monthly-budget-ss .ui-slider-labels.six-labels-ss {
		transform: translate(-50%);
	}

	.site-map-content ul:not(.child-pages):nth-child(2) {
		min-height: 420px;
	}
}

@media only screen and (max-width: 500px) {

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description {
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.cpd-page .hero-text-wrapper h4 {
		width: 100%;
	}

	.cpd-new-price .section-title h3 {
		width: 80%;
		line-height: 30px;
	}

	/* .cpd-page .hero-text-wrapper h1{font-size: 40px;} */
	.rvm-feature-wrapper .new-single-feature-inner {
		width: 90%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 90%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 90%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 90%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 75%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 75%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 75%;
	}

	.read-recipe-title,
	.map-location-title,
	.media-file-title {
		display: none;
	}

	.rtm-hiw-feature.read-recipe,
	.rtm-hiw-feature.map-location {
		left: 60%;
	}

	.media-file-img-wrap {
		padding: 5px;
	}

	.rvm-pricing-card {
		margin-left: 0%;
		margin-right: 0%;
	}

	#rvmPriceSilder .ui-slider-labels.two-labels-rvm.ui-slider-labels-mob {
		display: none;
	}

	#rvmPriceSilder .ui-slider-labels.four-labels-rvm.ui-slider-labels-mob {
		display: none;
	}

	#rvmPriceSilder .ui-slider-labels.six-labels-rvm.ui-slider-labels-mob {
		display: none;
	}

	/* #rvmPriceSilder .ui-slider-labels.two-labels-rvm-aus-uk.ui-slider-labels-mob{display: none;}
	#rvmPriceSilder .ui-slider-labels.four-labels-rvm-aus-uk.ui-slider-labels-mob{display: none;}
	#rvmPriceSilder .ui-slider-labels.six-labels-rvm-aus-uk.ui-slider-labels-mob{display: none;} */
	.select-country-dd-inner {
		width: 60%;
	}

	.rvm-pricing-slider-wrap .slider {
		margin-top: 90px;
	}

	.cntry-btn {
		font-size: 16px;
	}

	.ss-swiper .ss-text-wrapper p {
		font-size: 20px;
		line-height: 1.5;
	}

	.ss-text-wrapper ul li {
		font-size: 18px;
		line-height: 30px;
	}

	.ss-text-wrapper .ss-text-wrapper-inner {
		width: 100%;
	}

	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right-two {
		display: block;
	}

	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right {
		display: none;
	}

	.cpd-step-2-svg-right {
		right: 40px;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg {
		display: none;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg-two {
		display: block;
	}

	.philosophy-quote h3 {
		font-size: 22px;
		line-height: 34px;
	}

	.about-trifecta-inner {
		width: 70%;
	}

	.about-us-center-pera p {
		font-size: 20px;
		line-height: 36px;
	}

	.philo-section-title {
		margin-bottom: 20px;
	}

	.contact-widget-wrap {
		width: 70%;
	}

	.faq-page-hero-text-inner h1 {
		font-size: 30px;
	}

	.service-card-wrap {
		width: 80%;
	}

	/* .rvm-page .hero-text-wrapper h1 {font-size: 40px;} */
	/*voice-broadcasting make responsive 29 aug*/
	/* .vb-page .hero-text-wrapper h4 {font-size: 20px;}
	.vb-page .hero-text-wrapper  h3 {font-size: 24px;}
	.vb-page .hero-text-wrapper  h1 { font-size: 45px;} */
	/* index page make responsive  30 aug */
	.stats-img-wrapper {
		min-height: 280px;
	}

	.section-title {
		margin-bottom: 60px;
	}

	/* .rtm-page .hero-text-wrapper h4 {font-size: 20px;}
	.rtm-page .hero-text-wrapper h3 {font-size: 22px;}
	.rtm-page .hero-text-wrapper h1 { font-size: 32px;} */
	.most-popular-blogs-list .blog-item-inner,
	.widget-card {
		width: 90%;
	}

	.sblog-foo-date h5 {
		font-size: 18px;
		font-family: qs-medium;
	}

	.single-blog-post .blog-item-wrapper {
		width: 80%;
	}

	.single-blog-content-wrap {
		width: 90%;
	}

	.support-page .new-feature-single-wrap {
		width: 80%;
	}

	.footer .app-links {
		width: 80%;
	}

	.service-select-signup .service-icon-wrap {
		display: none;
	}

	.service-wrap-signup {
		padding: 10px;
	}

	.signup-checkbox+.service-wrap-signup .card-state-icon {
		left: 10px;
		top: 50%;
		transform: translate(0, -50%);
	}

	.service-wrap-inner {
		text-align: left;
		padding-left: 30px;
	}

	.service-list-signup ul li {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.not-found-blog .blog-item-inner {
		width: 80%;
	}

	.thank-you-main .thank-you-wrap h2 {
		font-size: 42px;
	}

	.thank-you-main .thank-you-wrap h3 {
		font-size: 24px;
	}

	.plan-price-buy-now.buy-now-plan-details,
	.buy-now-plan-details,
	.country-name-buy.buy-now-plan-details,
	.buy-now-plan-details.service-name {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ced4e5;
		border-right: 0px;
	}

	.buy-now-plan-details:last-child {
		border-bottom: 0px;
	}

	.plan-details-card-inner {
		padding: 0px;
		width: 70%;
	}

	.buy-now-user-select,
	.buy-now-user-divider,
	.buy-now-payment-select {
		width: 50%;
	}

	.buy-now-user-divider span:after,
	.buy-now-user-divider span:before {
		display: none;
	}

	.login-form-wrapper p {
		text-align: left;
	}

	.review-item-wrap {
		width: 90%;
	}

	.rvm-api-step-text-inner p {
		font-size: 18px;
	}

	.rvm-api-step-title-inner h3 {
		font-size: 20px;
	}

	.buy-now-plan-details.has-mll {
		width: 100%;
	}

	.buy-now-plan-details.has-mll {
		border-left: 0px;
	}

	.single-comp-icon {
		width: 100%;
		margin-bottom: 10px;
	}

	.single-comp-desc {
		padding-left: 0px;
		width: 100%;
	}

	.single-comp-icon {
		display: none;
	}

	.single-comp-title h3 {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0px;
		margin-left: 10px;
		width: 75%;
	}

	.single-comp-title {
		margin-bottom: 10px;
	}

	.single-comp-title img {
		width: 30px;
	}

}

@media only screen and (max-width: 490px) {
	.cpd-hiw-text-p.step-3-cpd-text {
		width: 50%;
	}

	.cpd-hiw-text-p.step-1-cpd-text {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.cpd-hiw-text-p.step-1-cpd-text {
		width: 80%;
		bottom: -50px;
	}

	.number-single-cpd {
		width: 70%;
	}

	.rvm-steps .percentage {
		width: 50%;
	}

	.price-sub-hero-inner ul {
		text-align: center;
	}

	.price-sub-hero-inner ul li {
		width: 60%;
	}

	.price-sub-hero-inner ul li:nth-child(4) {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 475px) {
	.new-single-feature-inner {
		width: 90%;
	}

	.cta-text-wrapper h3 {
		font-size: 24px;
	}

	.cta-text-wrapper {
		margin-bottom: 20px;
	}

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage {
		left: 60%;
	}

	.vb-step-2-bubble {
		left: 45%;
	}

	.not-found-page-text {
		font-size: 28px;
	}

	.ss-wrap-label-inner .ss-label-icon-wrap {
		display: block;
	}

	.price-box-new {
		width: 90%;
	}

	.ss-text-layer.rtm-ss-new-text-wrap .ss-text-new {
		min-height: 135px;
	}
}

@media only screen and (max-width: 450px) {
	.cpd-service-blog .blog-item-inner {
		width: 75%;
	}

	.cpd-new-price .price-table-inner {
		width: 65%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 85%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 85%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 85%;
	}

	.rvm-new-price .price-table-inner {
		width: 70%;
	}

	.price-cta-wrap {
		margin-top: 30px;
	}

	.price-foo-text h4 {
		font-size: 20px;
	}

	.philosophy-quote-auther h4 {
		font-size: 18px;
	}

	.cpd-how-it-work .step-1-icon-wrap {
		margin-left: 30px;
	}

	.cpd-step-1-svg .lr-server-cpd,
	.cpd-step-1-svg .lr-server-cpd-anim {
		cx: 77px;
		r: 65;
	}

	.cpd-hiw-text-p.step-1-cpd-text {
		bottom: 25%;
		text-align: left;
		width: 50%;
		transform: translate(0%);
	}

	.cpd-steps {
		margin-bottom: 50px;
	}

	.cpd-step-2-svg.mobile-screen-cpd-step-2-svg,
	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right-two {
		display: none;
	}

	.cpd-step-2-svg.mobile-screen-cpd-step-2-svg-one,
	.cpd-step-2-svg-right.cpd-mobile-step-2-svg-right-two-new {
		display: block;
	}

	.cpd-step-2-svg {
		left: 5px;
	}

	.cpd-step-2-svg-right {
		right: 7px;
		width: 100%;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg-two {
		display: none;
	}

	.cpd-step-3-svg.cpd-mobile-step-3-svg-three {
		display: block;
	}

	.cpd-step-3-svg {
		height: 100%;
	}

	.step-2-wrapper-cpd.cpd-steps.cpd-anim-step-2 {
		margin-bottom: 20px;
	}

	.cpd-step-3-svg .lr-server-cpd,
	.lr-server-cpd,
	.lr-server-cpd-anim,
	.lr-cpd-last-circle {
		r: 65;
	}

	.rvm-pricing-card-inner.cpd-mob-price-card-inner {
		width: 80%;
		margin: 0 auto;
	}

	.contact-widget-wrap {
		width: 90%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 70%;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 100%;
	}

	.vb-hiw .hiw-mob-sec img {
		width: 100%;
	}

	.faq-category li {
		width: 80%;
	}

	.service-card-wrap {
		width: 90%;
	}

	.client-logo-slide .swiper-slide img {
		width: 90%;
		max-width: 100%;
	}

	.home-page .hswiper-text-wrap {
		min-height: 160px;
	}

	.home-page .testimonial .swiper-button-prev svg,
	.home-page .testimonial .swiper-button-next svg {
		width: 30px;
	}

	.testimonial-card-wrap .swiper-button-prev {
		right: 50px;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 20px;
	}

	.testi-title-text-main h3:after {
		bottom: -10px;
	}

	.home-page .blog-item-inner {
		width: 80%;
	}

	.blog-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.most-popular-blogs-list .blog-item-inner,
	.widget-card {
		width: 100%;
	}

	.blog-post-title h2 {
		font-family: qs-medium;
	}

	.blog-post-desc-inner p {
		font-size: 16px;
		line-height: 24px;
	}

	.single-blog-date {
		width: 100%;
		float: none;
	}

	.single-blog-auther {
		width: 100%;
		margin-top: 30px;
	}

	.single-blog-post .most-popular-blog-title {
		width: 100%;
	}

	.single-blog-post .blog-item-wrapper {
		width: 100%;
	}

	.single-blog-title-inner h1 {
		font-size: 22px;
	}

	.single-blog-content-inner h2 {
		font-size: 22px;
	}

	.single-blog-content-wrap,
	.single-blog-title-inner {
		width: 100%;
	}

	.single-blog-content-inner blockquote p {
		padding: 10px;
		font-size: 18px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 26px;
	}

	.privacy-page-title h2 {
		font-size: 24px;
	}

	.privacy-page-title h2:after {
		height: 2px;
	}

	.support-testi-new .hswiper-text-wrap {
		min-height: 160px;
	}

	.support-table tr>th {
		padding: 10px;
		font-size: 18px;
	}

	.footer .app-links {
		width: 90%;
	}

	.ssp-card-inner {
		padding: 15px;
	}

	.input-box-ss-step .form-group {
		width: 100%;
	}

	.pager.wizard li a {
		min-width: auto;
	}

	.service-sugg-tab-content .tab-pane {
		padding: 10px;
		margin-top: 50px;
	}

	.ss-step-content {
		margin-top: 20px;
	}

	.ss-step-content ul li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-map-content ul:not(.child-pages) {
		width: 100%;
		min-height: auto;
		margin-bottom: 10px
	}

	.buy-plan-title h3,
	.buy-user-profile-title h3,
	.new-user-cta-title h4 {
		font-size: 22px;
	}

	.rvm-api-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.case-study-page .blog-item-wrapper {
		width: 85%;
	}

	.pdt-reach-ss .ui-slider-labels.two-labels-ss,
	.pdt-reach-ss .ui-slider-labels.four-labels-ss {
		display: none;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 26px;
	}

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description {
		font-size: 18px;
	}

	.price-page-box-desc h2 {
		font-size: 18px;
	}

	.price-page-box-desc h4 {
		font-size: 14px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 18px;
		line-height: 30px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 26px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 26px;
	}

	.site-map-body .contact-page-hero-text-inner h2 {
		font-size: 18px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 26px;
	}

	.single-ind-title h1 {
		font-size: 26px;
	}

	.ss-text-layer .ss-text-new {
		min-height: 120px;
	}

	.testimonial-card-wrap .swiper-button-next svg,
	.testimonial-card-wrap .swiper-button-prev svg {
		width: 30px;
	}

	.site-map-content ul:not(.child-pages):nth-child(2) {
		min-height: 100%;
	}
}

@media only screen and (max-width: 440px) {

	.new-page-cta-update,
	.new-cta-service.service-sugg-cta,
	.new-cta-service.sign-up-cta {
		min-height: 60px;
	}

	.rtm-testi-new .hswiper-text-wrap {
		min-height: 100px;
	}

	.support-page .sub-hero-points:first-child .sub-hero-inner {
		width: 100%;
	}

	.support-page .sub-hero-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 435px) {
	.new-cta-service.sign-up-cta {
		padding: 20px;
	}
}

@media only screen and (max-width: 430px) {

	/* .cpd-page .hero-text-wrapper h1 {font-size: 36px;}
	.cpd-page .hero-text-wrapper h3 {font-size: 22px;} */
	.orange-cta {
		font-size: 16px;
	}

	.rtm-feature-wrapper .new-feature-single-wrap .new-single-feature-inner {
		width: 100%;
	}

	.single-feature-desc p {
		font-size: 14px;
	}

	.single-feature-title h3 {
		font-size: 18px;
	}

	.rvm-testi-new .section-title {
		margin-bottom: 30px;
	}

	.footer ul li.the-company,
	.footer ul li.get-in-touch,
	.footer ul li.services-foo {
		width: 100%;
	}

	.footer ul li.the-policy {
		width: 100%;
	}

	.footer ul {
		margin-bottom: 20px;
	}

	.footer ul li.leadsrain-foo {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}

	.footer ul.foo-social {
		text-align: left;
	}

	.footer ul.foo-social li {
		text-align: center;
	}

	li.contact-detail-foo {
		margin-top: 20px;
	}

	.faq-btn-wrapper {
		left: -45px;
	}

	.faq-sticky {
		right: -335px;
		width: 330px;
	}

	.faq-body-inner .panel-heading h4 a {
		font-size: 14px;
	}

	.faq-que-main-title h4 {
		font-size: 20px;
	}

	.sub-hero-outer:after {
		display: none;
	}

	/* index page make responsive  30 aug */
	.stats-img-wrapper {
		min-height: 250px;
	}

	.hero-main-text h1 {
		font-size: 28px;
	}

	.hero-sub-text {
		font-size: 18px;
	}

	.mob-play {
		font-size: 16px;
	}

	.testi-title-text-main h3 {
		font-size: 20px;
	}

	.testimonial-card-wrap .swiper-container .swiper-wrapper .swiper-slide {
		width: 100%;
	}

	.stats-text-title h3 {
		font-size: 18px;
	}

	.stats-text-desc p {
		font-size: 16px;
	}

	.stats-text-wrapper {
		margin-top: -25px;
	}

	.footer ul li.leadsrain-foo {
		margin-top: 0px;
	}

	.footer-main-wraper>ul {
		width: 100%;
	}

	.footer ul li.the-company,
	.footer ul li.get-in-touch,
	.footer ul li.services-foo,
	.footer ul li.the-policy {
		min-height: auto;
	}

	.footer ul li.the-company,
	.footer ul li.get-in-touch {
		margin-bottom: 20px;
	}

	.footer {
		padding-bottom: 10px;
	}

	.rtm-mob-testi-wrap {
		min-height: 210px;
	}

	.testimonial-card-wrap .swiper-button-next,
	.testimonial-card-wrap .swiper-button-prev {
		top: 100%;
	}

	.facts-and-fig .section-title h2:after {
		bottom: 10px;
	}

	.umbrella-approach-title h2 {
		font-size: 24px;
	}

	.footer .app-links {
		text-align: left;
	}

	.footer .app-links {
		width: 100%;
	}

	.login-cta-wrapper .orange-cta {
		font-size: 20px;
	}

	.old-user-cta-wrap .orange-cta,
	.payment-card-proceed .orange-cta {
		font-size: 20px;
	}

	.ui-slider-labels.five-labels-rtm {
		left: 75%;
	}

	.ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob.five-labels-rtm {
		left: 80%;
	}

	.rtm-price-slider .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob.five-labels-rtm {
		left: 100%;
		transform: translate(-50%);
	}

	.modal.buy-now-stripe-new:before {
		height: auto;
	}

	.footer ul li.footer-list {
		min-height: auto;
		margin-bottom: 0px;
	}

	.footer ul li.footer-list>ul {
		margin-bottom: 20px;
	}

	.footer-list.the-policy.the-policy-mob {
		display: block;
	}

	.footer ul li.leadsrain-foo {
		margin-top: 0px;
	}

	.footer ul li.footer-list.leadsrain-foo>ul {
		margin-bottom: 0px;
	}

	.footer-main-wraper>ul:first-child {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 420px) {

	.buy-now-user-select,
	.buy-now-user-divider,
	.buy-now-payment-select {
		width: 70%;
	}

	#gdpr-cookie-message {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 410px) {
	.support-testi-new .hswiper-slide-inner {
		padding: 20px;
	}

}

@media only screen and (max-width: 400px) {
	.new-single-feature-inner {
		width: 100%;
	}

	.singl-feature-img-wrap {
		width: 80px;
		height: 80px;
	}

	.single-feature-icon img {
		width: 50px;
	}

	.singl-feature-img-wrap {
		padding: 10px;
	}

	.response .single-feature-icon img {
		width: 45px;
		padding-top: 3px;
	}

	.vb-trifecta .singl-feature-img-wrap.handfull-effort {
		padding-top: 20px;
	}

	.vb-trifecta .singl-feature-img-wrap.handfull-effort img {
		width: 50px;
	}

	.vb-trifecta .singl-feature-img-wrap.time-battel img {
		width: 35px;
	}

	.singl-feature-img-wrap.speak-to img {
		width: 28px;
		padding-top: 5px;
	}

	.cpd-hiw-text-p.step-3-cpd-text {
		width: 60%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 100%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 90%;
	}

	.cpd-feature .section-title h2 {
		width: 100%;
	}

	.rvm-feature-wrapper .new-single-feature-inner {
		width: 100%;
	}

	.cpd-feature-wrapper .new-single-feature-inner {
		width: 100%;
	}

	.vb-feature-wrapper .new-single-feature-inner {
		width: 100%;
	}

	.rtm-feature-wrapper .new-single-feature-inner {
		width: 100%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 100%;
	}

	.vb-service-blog-list .blog-item-inner {
		width: 100%;
	}

	.rvm-service-blog-list .blog-item-inner {
		width: 100%;
	}

	/* .rvm-page .hero-text-wrapper h1 {font-size: 30px;}
	.rvm-page .hero-text-wrapper h3 {font-size: 22px;}
	.rvm-page .hero-text-wrapper h4 {font-size: 20px;} */
	.rvm-feature-wrapper .single-feature-title h3 {
		font-size: 16px;
	}

	.testi-single-wrap.rvm-testi-new {
		min-height: 230px;
	}

	/* .vb-page .hero-text-wrapper h1 {font-size: 30px;}
	.vb-page .hero-text-wrapper h3 {font-size: 22px;}
	.vb-page .hero-text-wrapper h4 {font-size: 20px;} */
	.price-sub-hero-inner ul li {
		width: 70%;
	}

	.about-trifecta-inner {
		width: 90%;
	}

	.philosophy-quote-auther h4 {
		font-size: 16px;
	}

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage {
		left: 70%;
	}

	.vb-step-2-bubble {
		left: 50%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 90%;
	}

	.faq-category li {
		width: 90%;
	}

	.faq-page-hero-text-inner h1 {
		font-size: 28px;
	}

	.ind-item-wrap {
		width: 90%;
	}

	.service-card-wrap {
		width: 100%;
	}

	.facts-and-fig .carousel-indicators li {
		width: 49%;
	}

	.testi-title-text-main h3 {
		line-height: 30px
	}

	.home-page .blog-item-inner {
		width: 90%;
	}

	.cpd-testi-new .hswiper-slide-inner,
	.rvm-testi-new .hswiper-slide-inner,
	.vb-testi-new .hswiper-slide-inner,
	.rtm-testi-new .hswiper-slide-inner {
		padding: 20px;
	}

	.rvm-page .cta-text-wrapper h3 {
		font-size: 24px;
	}

	.title-wrap-inner,
	.latest-blog-post-desc {
		padding: 15px;
	}

	.most-popular-main-title h3 {
		font-size: 24px;
	}

	.view-more-blog-link {
		font-size: 20px;
	}

	.privacy-content h4 {
		font-size: 22px;
	}

	.privacy-content p {
		font-size: 18px;
	}

	.support-page .sub-hero-points:first-child .sub-hero-inner {
		width: 100%;
	}

	.support-page .sub-hero-inner {
		width: 100%;
	}

	.support-page .new-feature-single-wrap {
		width: 90%;
	}

	.not-found-blog .blog-item-inner {
		width: 90%;
	}

	.not-found-blog .section-title h3 {
		font-size: 24px;
	}

	.not-found-page-text {
		font-size: 24px;
	}

	.not-found-page-text p span {
		font-size: 30px;
	}

	.singl-feature-img-wrap.cpd-support,
	.singl-feature-img-wrap.cpd-in-out-bound {
		padding-top: 15px;
	}

	.plan-details-card-inner {
		width: 85%;
	}

	.review-item-wrap {
		width: 100%;
	}

	.rvm-api-page-hero-text-inner h1 {
		font-size: 30px;
	}

	.case-study-page .blog-item-wrapper {
		width: 100%;
	}

	.pager.wizard li a.btn-lg {
		font-size: 16px;
		padding: 6px 12px;
	}

	.pdt-reach-ss .ui-slider-labels.five-labels-ss {
		display: none;
	}

	.monthly-budget-ss .ui-slider-labels.five-labels-ss {
		display: none;
	}

	.price-box-new {
		width: 100%;
	}

	.cpd-f-new {
		width: 100%;
	}

	.hiw-mob-sec img,
	.hiw-mob-sec video {
		width: 100%;
	}
}

@media only screen and (max-width: 395px) {
	.ss-text-layer.rtm-ss-new-text-wrap .ss-text-new {
		min-height: 155px;
	}
}

@media only screen and (max-width: 390px) {

	.footer ul li.the-company,
	.footer ul li.the-policy,
	.footer ul li.get-in-touch,
	.footer ul li.services-foo {
		width: 100%;
		margin: 0 auto;
		float: none;
		min-height: auto;
		margin-bottom: 40px;
	}

	.footer ul li.get-in-touch {
		margin-bottom: 0px;
	}

	.footer ul li.get-in-touch>ul {
		margin-bottom: 30px;
	}

	.footer-main-wraper>ul {
		margin-bottom: 0px;
	}

	.foo-list-head,
	.footer ul.foo-social {
		text-align: left;
	}

	.footer ul.foo-social li {
		text-align: center;
	}

	.footer ul.foo-social li:first-child {
		margin-left: 0px;
	}

	li.contact-detail-foo {
		margin-top: 20px;
	}

	.contact-detail-foo {
		text-align: left;
	}

	.footer .contact-detail-foo p a {
		width: 100%;
	}

	.contact-detail-foo p span {
		display: none;
	}

	.number-single-cpd {
		width: 75%;
	}

	.rvm-pricing-card .card-block {
		width: 100%;
		margin-top: 0px;
	}

	.rvm-pricing-card .card-block.price-wrap {
		margin-top: 0px;
	}

	.rvm-pricing-card-inner {
		width: 60%;
		margin: 0 auto;
	}

	.card-block.price-wrap,
	.card-block.vmdrops-wrap,
	.card-block.per-min-cost-wrap {
		border-right: 0px;
	}

	.cntry-btn {
		min-width: auto;
	}

	.buy-plan-title h3,
	.buy-user-profile-title h3,
	.new-user-cta-title h4 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 388px) {

	.new-page-cta-update,
	.new-cta-service.service-sugg-cta,
	.new-cta-service.sign-up-cta {
		min-height: 84px;
	}

	.new-cta-service.sign-up-cta,
	.new-cta-service.service-sugg-cta {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 384px) {

	/* .rvm-page .hero-text-wrapper h1 {font-size: 32px;}
	.rvm-page .hero-text-wrapper h3 {font-size: 22px;}
	.rvm-page .hero-text-wrapper h4 {font-size: 20px;} */
	/*voice-broadcasting make responsive 29 aug*/
	/* .vb-page .hero-text-wrapper h4 {font-size: 18px;}
	.vb-page .hero-text-wrapper  h3 {font-size: 22px;}
	.vb-page .hero-text-wrapper  h1 { font-size: 32px;} */
	/* index page make responsive  30 aug */
	.hero-news-wrap p {
		font-size: 14px;
	}

	.stats-text-title h3 {
		font-size: 16px;
	}

	/* .rtm-page .hero-text-wrapper h4 {font-size: 16px;}
	.rtm-page .hero-text-wrapper h3 {font-size: 20px;}
	.rtm-page .hero-text-wrapper h1 { font-size: 24px;} */
	.new-cta-service.service-sugg-cta {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.rvm-steps .percentage {
		width: 60%;
	}

	.rvm-hiw .hiw-mob-sec img {
		width: 90%;
	}

	.rvm-testi-new .hswiper-text-wrap {
		min-height: 130px;
	}

	.vb-testi-new .hswiper-text-wrap {
		min-height: 110px;
	}

	.ss-text-layer .ss-text-new {
		min-height: 140px;
	}
}

@media only screen and (max-width: 375px) {

	.vb-step-3 p.percentage,
	.vb-step-1 .percentage,
	.vb-step-2 p.percentage {
		width: 200px;
	}

	.vb-step-2 p.percentage {
		left: 25%;
	}

	.faq-category li {
		width: 100%;
	}

	.cpd-testi-new .hswiper-text-wrap {
		min-height: 105px;
	}

	.widget-content .custom-tags a,
	.widget-content ul li a {
		font-size: 14px;
	}

	.widget-title h4 {
		font-size: 18px;
	}

	.login-form-inner {
		padding: 20px;
	}

	.ss-step-content ul li {
		width: 80%;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.ss-step-title h3 {
		font-size: 20px;
	}

	.ssp-title-wrap h1 {
		font-size: 20px;
	}

	.ss-wrap-label-inner .ss-label-icon-wrap {
		display: inline-block;
	}

	.monthly-budget-ss .ui-slider-labels.five-labels-ss {
		display: none;
	}

	.ui-slider-labels.seven-labels-rvm-aus-uk {
		left: 108%;
	}

}

@media only screen and (max-width: 373px) {
	.new-cta-service.service-sugg-cta {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 364px) {
	.not-found-cta-default {
		margin-bottom: 20px;
		margin-right: 10px;
	}

	.not-found-cta {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 360px) {
	.testi-desc-wrap p {
		font-size: 14px;
	}

	.faq-sticky {
		top: 50%;
	}

	.price-table-inner {
		width: 90%;
	}

	/* .cpd-page .hero-text-wrapper h1 {font-size: 28px;} */
	/* .cpd-page .hero-text-wrapper h4.noun,
	.cpd-page .hero-text-wrapper h4{margin-top: 15px;font-size: 18px;}
	.cpd-page .hero-text-wrapper h4.hero-description{line-height: 28px;}
	.cpd-page .hero-text-wrapper h4 { width: 85%;}
	.cpd-page .hero-text-wrapper h3 {font-size: 20px;} */
	.faq-sticky {
		top: 50%;
		right: -260px;
		width: 260px;
	}

	.sub-hero-outer:after {
		display: none;
	}

	/*ringless voicemail  responsive*/

	/*voice-broadcasting make responsive 29 aug*/
	/* .vb-page .hero-text-wrapper h4 {font-size: 16px;}
	.vb-page .hero-text-wrapper  h1 { font-size: 30px;} */
	/* index page make responsive  30 aug */
	.nav-tabs.nav-justified>li {
		width: 30%;
	}

	.hero-news-wrap p {
		font-size: 12px;
	}

	.hero-main-text h2 {
		font-size: 24px;
	}

	.hero-sub-text {
		font-size: 16px;
	}

	.stats-text-desc p {
		font-size: 14px;
	}

	.hswiper-text-wrap a {
		font-size: 14px;
	}

	.stats-text-wrapper {
		margin-top: -50px;
	}

	.tab-title-wrap {
		font-size: 14px;
	}


	.clients-logo {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.our-client-title h2 {
		font-size: 18px;
	}

	.blog-item-inner {
		margin-bottom: 20px;
	}


}

@media only screen and (max-width: 350px) {
	.vb-step-2 p.percentage {
		left: 25%;
	}

	.vb-step-2-bubble-inner p {
		font-size: 15px;
	}

	.vb-step-2-bubble-inner p span {
		font-size: 16px;
	}

	.vb-step-2-bubble {
		width: 160px;
		max-width: 100%;
	}

	.call-icon-wrap {
		display: none;
	}

	.cpd-new-price .price-table-inner {
		width: 90%;
	}

	.cpd-new-price .section-title h3 {
		width: 100%;
	}

	.cpd-service-blog .blog-item-inner {
		width: 100%;
	}

	.rvm-new-price .price-table-inner {
		width: 90%;
	}

	.rvm-pricing-card-inner {
		width: 80%;
		margin: 0 auto;
	}

	.select-country-dd-inner {
		width: 80%;
	}

	.bypass-step-small-wrapper {
		width: 80px;
		height: 80px;
	}

	.bypass-step-small-wrapper .bypass-percentage {
		width: auto;
		font-size: 12px;
	}

	.price-sub-hero-inner ul li {
		width: 80%;
	}

	.about-us-page .hero-main-text-new {
		font-size: 32px;
	}

	.hero-text-wrapper .hero-defination {
		font-size: 20px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 18px;
		line-height: 24px;
	}

	.philosophy-quote h3 {
		line-height: 30px;
	}

	.call-icon-wrap {
		top: calc(35% - 15px);
	}

	.contact-widget-wrap {
		width: 100%;
	}

	.contact-widget-outer {
		display: block;
	}

	.widget-title-wrap h3,
	.widget-address h4,
	.widget-address h4 a {
		font-size: 18px;
	}

	.cpd-how-it-work .hiw-mob-sec img {
		width: 100%;
	}

	.ind-item-wrap {
		width: 100%;
	}

	.home-page .blog-item-inner {
		width: 100%;
	}

	.blog-list-pagination .pagination li {
		margin-bottom: 10px;
	}

	.blog-list-pagination {
		margin-top: 0px;
	}

	.support-page .new-feature-single-wrap {
		width: 100%;
	}

	.supoort-table-wrapper {
		overflow-y: hidden;
		white-space: nowrap;
		overflow-x: auto;
	}

	.footer .app-links li {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .app-links li a img {
		width: 121px;
	}

	.not-found-blog .blog-item-inner {
		width: 100%;
	}

	.plan-details-card-inner {
		width: 100%;
	}

	#cpdPriceSilder.current-us .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob.five-labels-rtm {
		display: none;
	}

	#cpdPriceSilder.current-us.rtm-price-slider .ui-slider-labels.slide-label-us-rtm.slide-label-us-rtm-mob.five-labels-rtm {
		display: block;
	}

	.ss-text-layer.rtm-ss-new-text-wrap .ss-text-new {
		min-height: 180px;
	}

	#gdpr-cookie-message p:last-child {
		text-align: center;
	}

	#gdpr-cookie-message button,
	button#ihavecookiesBtn {
		margin-left: 0px;
		display: inline-block;
		min-width: 150px;
		margin-bottom: 10px;
	}

	button#gdpr-cookie-advanced {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 320px) {

	.orange-cta {
		font-size: 14px;
	}

	/*ringless voicemail  responsive*/
	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 24px;
	}

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description {
		font-size: 16px;
		line-height: 24px;
	}

	/* index page make responsive  30 aug */
	.stats-img-wrapper {
		min-height: 220px;
	}

	.stats-text-desc p {
		font-size: 14px;
	}

	.stats-text-title h3 {
		font-size: 14px;
	}

	.rtm-page .hero-text-wrapper h3 {
		font-size: 16px;
	}

	/* .rtm-page .hero-text-wrapper h4 {font-size: 14px;} */
	.rvm-page .sub-hero-points:nth-child(3) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-points:nth-child(2) .sub-hero-outer .sub-hero-point-icon,
	.rvm-page .sub-hero-outer .sub-hero-point-icon {
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.cpd-page .sub-hero-point-icon,
	.vb-page .sub-hero-point-icon,
	.rtm-page .sub-hero-point-icon,
	.vb-page .sub-hero-points:nth-child(2) .sub-hero-inner .sub-hero-point-icon {
		width: 100%;
	}

	.sub-hero-point-text,
	.sub-hero-point-icon {
		width: 100%;
		text-align: center;
	}

	.cpd-page .sub-hero-point-text p,
	.rtm-page .sub-hero-point-text p,
	.vb-page .sub-hero-point-text p {
		text-align: center;
	}

	.sub-hero-point-text p {
		text-align: center;
	}

	.rvm-pricing-card {
		width: 100%;
	}

	.testimonials-wrap-new .testi-desc-wrap {
		padding: 0;
	}

	.price-sub-hero-inner ul li {
		width: 100%;
	}

	.about-trifecta-inner {
		width: 100%;
	}

	.about-trifecta-title h3 {
		font-size: 18px;
	}

	.buy-now-user-select,
	.buy-now-user-divider,
	.buy-now-payment-select {
		width: 90%;
	}

	.old-user-cta-wrap a,
	.payment-card-proceed a {
		padding: 8px 14px;
		font-size: 18px;
		margin-right: 5px;
		margin-left: 5px;
	}

	.old-user-cta-wrap .orange-cta,
	.payment-card-proceed .orange-cta {
		font-size: 18px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 16px;
	}

	.about-us-page .hero-main-text-new {
		font-size: 24px;
	}

	.contact-page-hero-text-inner h1 {
		font-size: 24px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 24px;
	}

	.site-map-body .contact-page-hero-text-inner h2 {
		font-size: 16px;
	}

	.ind-page-hero-text-inner h1 {
		font-size: 24px;
	}

	.single-ind-title h1 {
		font-size: 24px;
	}

	.ss-text-layer .ss-text-new {
		min-height: 160px;
	}
}

@media only screen and (max-width: 300px) {

	/* index page make responsive  30 aug */
	.hero-news-wrap p {
		font-size: 10px;
	}

	.hero-main-text h1 {
		font-size: 20px;
	}

	.mob-play {
		font-size: 12px;
	}

	.orange-cta {
		font-size: 12px;
	}

	.stats-img-wrapper {
		min-height: 160px;
	}

	.testi-author-wrap .user-name h4 {
		font-size: 16px;
	}

	.testi-author-wrap .user-name p {
		font-size: 16px;
	}
}

@keyframes bounce {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0;
	}
}



@keyframes bounce-cross {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes bounce-cross {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}

@media only screen and (max-height: 1050px) and (max-width: 1200px) {

	.rvm-steps .step-1-icon-wrap,
	.rvm-steps .step-2-icon-wrap,
	.rvm-steps .step-3-icon-wrap,
	.rvm-steps .step-4-icon-wrap {
		height: 100px;
		width: 100px;
	}

	.circle-bg,
	.circle,
	.anim-circle {
		r: 60;
	}

	.rvm-steps .percentage {
		margin-top: 0px;
		margin-bottom: 0px;
		position: absolute;
		top: 50%;
		left: 60%;
		font-size: 14px;
	}

	.circular-chart {
		top: 25px;
	}

	.bypass-step-small-wrapper {
		height: 80px;
		width: 80px;
	}

	.step-3-main-anim-circle {
		display: none;
	}

	.bypass-step-small-wrapper .bypass-percentage {
		left: -10px;
	}
}

@media only screen and (max-width: 1100px) and (max-height:650px) {
	.rvm-steps .percentage {
		left: 60%;
		max-width: 120px;
		text-align: left;
		top: 40%;
		transform: translateY(50%);
	}

	.step-3-inner-rvm {
		min-height: auto;
	}
}

@media only screen and (max-width: 767px) and (max-height: 650px) {
	.bypass-step-small-wrapper {
		right: 19%;
	}
}

@media only screen and (max-width: 650px) and (max-height: 650px) {
	.rvm-steps .percentage {
		left: 19%;
		text-align: right;
	}

	.circle-bg,
	.circle,
	.anim-circle,
	.anim-step-4 .step-4-anim-cicle {
		r: 55;
	}
}

@media only screen and (max-width: 600px) and (max-height: 650px) {
	.bypass-step-small-wrapper {
		top: 65%;
	}

	.rvm-steps .percentage {
		left: 5%;
		top: 50%;
		max-width: 175px;
		text-align: right;
		width: 174px;
	}
}

@media only screen and (max-width: 550px) and (max-height: 650px) {

	.circle-bg,
	.circle,
	.anim-circle {
		cx: 80px;
	}

	.rvm-steps .percentage {
		left: 32%;
		top: 45%;
		text-align: left;
	}
}

@media only screen and (max-width: 450px) and (max-height: 650px) {
	.rvm-steps .percentage {
		left: 40%;
		top: 40%;
		text-align: left;
		max-width: 135px;
	}
}

@media only screen and (max-width: 360px) and (max-height: 640px) {

	.rvm-steps .step-1-icon-wrap,
	.rvm-steps .step-2-icon-wrap,
	.rvm-steps .step-3-icon-wrap,
	.rvm-steps .step-4-icon-wrap {
		margin-left: 20px;
	}

	.circle-bg,
	.circle,
	.anim-circle,
	.anim-step-4 .step-4-anim-cicle {
		cx: 70px;
	}

	.rvm-steps .percentage {
		left: 20%;
		top: 55%;
		width: 170px;
		text-align: right;
	}
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {

	.circle-bg,
	.circle,
	.anim-circle {
		cx: 80px;
	}

	.step-3-inner-rvm {
		min-height: auto;
	}

	.rvm-steps .percentage {
		left: 44%;
		top: 53%;
		text-align: left;
		width: 35%;
	}

	.step-4-anim-cicle {
		r: 60;
		cx: 80;
	}
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {

	.circle-bg,
	.circle,
	.anim-circle {
		cx: 80px;
	}

	.step-3-inner-rvm {
		min-height: auto;
	}

	.rvm-steps .percentage {
		left: 44%;
		top: 53%;
		text-align: left;
		width: 35%;
	}

	.step-4-anim-cicle {
		r: 60;
		cx: 80;
	}
}

@media only screen and (device-width : 412px) and (device-height : 732px) {

	.circle-bg,
	.circle,
	.anim-circle {
		cx: 80px;
	}

	.step-3-inner-rvm {
		min-height: auto;
	}

	.rvm-steps .percentage {
		left: 44%;
		top: 53%;
		text-align: left;
		width: 35%;
	}

	.step-4-anim-cicle {
		r: 60;
		cx: 80;
	}
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {

	.circle-bg,
	.circle,
	.anim-circle {
		cx: 80px;
	}

	.step-3-inner-rvm {
		min-height: auto;
	}

	.rvm-steps .percentage {
		left: 44%;
		top: 53%;
		text-align: left;
		width: 35%;
	}

	.step-4-anim-cicle {
		r: 60;
		cx: 80;
	}
}

@media only screen and (device-width: 1152px) and (device-height:720px) {
	.rvm-hiw .step-1-inner-rvm {
		min-height: auto;
	}
}

@media only screen and (device-width : 768px) and (device-height : 1024px) and (orientation : portrait) {
	.rvm-steps .percentage {
		left: 10%;
		top: 53%;
		text-align: right;
		width: 180px;
	}
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
	.rvm-hiw .step-1-inner-rvm {
		padding-top: 10px;
	}

	.rvm-hiw .rvm-svg-small-step-1 .step-1-small-line-svg {
		display: none;
	}

	.step-3-wrapper-rvm .percentage {
		max-width: 100%;
	}

	.rvm-hiw .step-1-inner-rvm .percentage {
		top: 45%;
		left: 65%;
	}
}

@media only screen and (max-height: 1200px) {

	.login-form-wrapper {
		margin-bottom: 50px;
	}
}

@media only screen and (max-height: 800px) {
	.faq-body-inner {
		max-height: 300px;
		overflow-x: hidden;
		overflow-y: auto;
		white-space: nowrap;
	}

	.faq-body-inner .panel .panel-body {
		white-space: normal;
	}
}

@media only screen and (max-height: 650px) {
	.pricing-hero {
		padding-top: 60px;
		padding-bottom: 90px;
	}
}

@media only screen and (max-height: 500px) {
	.hero-section-outer {
		height: 100%;
		padding-bottom: 50px;
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

@media only screen and (orientation: landscape) and (max-width: 991px) {

	.about-us-page .hero-main-text-new,
	.contact-page-hero-text-inner h1 {
		font-size: 34px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 22px;
	}
}

@media only screen and (orientation: landscape) and (max-width: 812px) {

	.about-us-page .hero-main-text-new,
	.contact-page-hero-text-inner h1 {
		font-size: 26px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 18px;
	}

	.site-map-hero .contact-page-hero-text-inner h2 {
		font-size: 20px;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 26px;
	}

	.cpd-page .hero-text-wrapper h4.noun,
	.rvm-page .hero-text-wrapper h4.noun,
	.vb-page .hero-text-wrapper h4.noun,
	.rtm-page .hero-text-wrapper h4.noun {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.1;
	}

	.cpd-page .hero-text-wrapper h4.hero-description,
	.rvm-page .hero-text-wrapper h4.hero-description,
	.vb-page .hero-text-wrapper h4.hero-description,
	.rtm-page .hero-text-wrapper h4.hero-description {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.vb-page .hero-cta-wrapper {
		margin-top: 0px;
	}

	.mobile-menu-inner {
		max-height: 265px;
	}
}

@media only screen and (orientation: landscape) and (max-width: 568px) {

	.about-us-page .noun,
	.about-us-page .hero-description {
		line-height: 24px;
	}

	.about-us-page .hero-sec-inner {
		display: inline-block;
		padding-top: 80px;
	}
}

@media only screen and (orientation: landscape) and (max-width: 768px) {
	.mobile-menu {
		padding-bottom: 20px;
	}

	.cpd-page .hero-text-wrapper h4 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.cpd-page .hero-text-wrapper h1,
	.rvm-page .hero-text-wrapper h1,
	.vb-page .hero-text-wrapper h1,
	.rtm-page .hero-text-wrapper h1 {
		font-size: 26px !important;
	}

	.cpd-page .hero-text-wrapper h4.noun {
		margin-top: 0px;
	}

	.cta-anim-new {
		font-size: 18px !important;
	}

	.cpd-page .hero-sec-inner,
	.rvm-page .hero-sec-inner,
	.vb-page .hero-sec-inner,
	.rtm-page .hero-sec-inner {
		display: block;
		padding-top: 80px;
	}

	.rvm-page .hero-text-wrapper h4.noun,
	.rtm-page .hero-text-wrapper h4.noun {
		margin-top: 10px !important;
		line-height: 1.1;
	}

	.rvm-page .hero-text-wrapper h4,
	.vb-page .hero-text-wrapper h4,
	.rtm-page .hero-text-wrapper h4.hero-description,
	.cpd-page .hero-text-wrapper h4.hero-description {
		font-size: 18px !important;
		margin-top: 0px !important;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.about-us-page .hero-main-text-new,
	.contact-page-hero-text-inner h1,
	.rvm-api-page-hero-text-inner h1 {
		font-size: 26px;
	}

	.about-us-page .noun,
	.about-us-page .hero-description {
		font-size: 18px;
	}

	.contact-page-hero-text {
		padding-top: 0px;
	}

	.affiliate-page-hero-text-inner h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
	.cpd-page .hero-text-wrapper h4 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.rvm-hiw .step-1-inner-rvm {
		padding-top: 60px;
	}
}

.sms-counter-hero {
	background-image: url('../img/compliance/sms-count-hero-bg.jpg');
	background-color: #00114e;
}

.sms-count-title h2 {
	margin: 0px;
	font-family: qs-bold;
	display: inline-block;
	position: relative;
	color: #00114e;
	font-size: 36px;
}

.sms-count-main .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: qs-medium;
}

.sms-count-main .alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.sms-count-main ul li h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.sms-count-main h4.mt-0,
.sms-count-main h3.mt-0 {
	margin-top: 0px;
}

.sms-count-main h3 {
	font-size: 30px;
	color: #00114e;
	font-family: qs-bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.sms-count-table {
	min-height: .01%;
	overflow-x: auto;
	width: 100%;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.sms-count-table .support-table tr>td {
	border-top: 2px solid #57c1f8;
}

@media only screen and (max-width: 1200px) {
	.sms-count-table-title h4 {
		font-size: 22px;
	}
}

.reduced-price-anim {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 20px;
	font-family: qs-bold;
	font-size: 24px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	text-decoration: none;
}

.reduced-price-anim:hover,
.reduced-price-anim:focus {
	text-decoration: none;
}

.reduced-price-anim:hover {
	background-color: #6BC42F;
}

.reduced-word {
	animation: blink-animation 1s steps(2, start) infinite;
	-webkit-animation: blink-animation 1s steps(2, start) infinite;
}

.price-word {
	animation: blink-animation 2s steps(2, start) infinite;
	-webkit-animation: blink-animation 2s steps(2, start) infinite;
}

.reduced-price-anim:hover .reduced-word,
.reduced-price-anim:hover .price-word {
	color: #ffffff;
	animation: none;
}

@keyframes blink-animation {
	0% {
		color: #6BC42F;
	}

	100% {
		color: #ffffff;
	}
}

@-webkit-keyframes blink-animation {
	0% {
		color: #6BC42F;
	}

	100% {
		color: #ffffff;
	}
}

.character-container {
	min-height: 62px;
	height: auto;
	padding: 10px 10px 10px 10px;
}

.character-container span,
.results .hint span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #3581ce;
	border-radius: 2px;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	margin: 2px 2px 2px 1px;
}

.character-container span.danger,
.results .hint span.danger {
	background-color: #fb684a;
	color: #fff;
}

.character-container span.warning,
.results .hint span.warning {
	background-color: #152f6b;
	color: #fff;
}

.results .counter {
	color: #878787;
	font-family: qs-medium;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	padding: 10px 0 0 0;
}

.results .counter>span>span {
	color: #4a4a4a;
	font-family: qs-medium;
	font-size: 16px;
	font-weight: 700;
}

div.hint-container-1 {
	padding: 15px 0;
}

div.hint-container-1 .char {
	color: #5c5c5c;
	font-family: qs-medium;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	min-height: 50px;
	margin: 5px 0;
	vertical-align: middle;
}

.char:before {
	content: " ";
	width: 28px;
	height: 36px;
	border-radius: 2px;
	display: block;
	float: left;
	margin: 0;
	background-color: #efefef;
	color: #4a4a4a;
	margin-right: 15px;
	margin-bottom: 10px;
}

.char.unicode:before {
	background-color: #fb684a;
	color: #fff;
}

.char.regular:before {
	background-color: #3581ce;
	color: #4a4a4a;
}

.char.gsm:before {
	background-color: #152f6b;
	color: #fff;
}

div.hint-container-1 {
	padding: 15px 0;
}

.unicode-detector .panel h3 {
	margin-top: 0px;
	font-weight: 600;
}

.unicode-detector {
	margin-top: 50px;
}

.sms-count-title {
	margin-top: 50px;
}

.sms-counter-tab.nav-tabs>li.active>a,
.sms-counter-tab.nav-tabs>li.active>a:hover,
.sms-counter-tab.nav-tabs>li.active>a:focus {
	background-color: #152f6b;
	color: #ffffff;
	font-family: qs-medium;
}

.sms-counter-tab.nav-tabs>li>a {
	font-family: qs-medium;
	color: #152f6b;
}

.sms-count-main .tab-content {
	min-height: auto;
	margin-bottom: 0px;
}

.sms-count-main .panel-heading {
	font-family: qs-medium;
}

#msg-area {
	max-width: 100%;
	font-size: 16px;
}

.sms-counter-footer-cta {
	padding: 10px;
	border: 1px solid #bce8f1;
	background-color: #d9edf7;
	margin-top: 20px;
}

.sms-counter-footer-cta p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	font-family: qs-medium;
}

.sms-counter-footer-cta p a {
	display: inline-block;
	text-decoration: underline;
	color: #152f6b;
	font-family: qs-bold;
	font-size: 20px;
}

.mt-0 {
	margin-top: 0 !important;
}

@media only screen and (max-width: 650px) {
	.sms-count-main .tab-content>.tab-pane {
		display: none;
	}

	.sms-count-main .tab-content>.active {
		display: block;
		margin-top: 0px;
	}
}

.mms-section .keyword-desc-wrap {
	min-height: 200px;
	margin-top: 20px;
}

.mms-section .section-title {
	text-align: left;
}

.section-title h2:after,
.section-title h3:after {
	left: 50%;
	transform: translate(-50%, 0px);
}

@media only screen and (max-width: 600px) {

	.section-title h2:after,
	.section-title h3:after {
		left: 50%;
		transform: translate(-50%, 0px);
		bottom: 10px;
	}
}

.mms-child-sec {
	margin-top: 50px;
}

.mms-section .keyword-desc-wrap p {
	vertical-align: top;
}

@media only screen and (max-width: 991px) {
	.mms-child-sec {
		margin-top: 0px;
	}

	.mms-section .section-title {
		text-align: center;
	}
}

/*---cloud-predictive-dialer-add-industries-section--*/

.service-industry-serve .ind-item-wrap-inner {
	min-height: 215px;
}

.new-content-wrapper {
	background-color: #152f6b;
}

.new-content-wrapper .keyword-sec-text a {
	color: #57c1f8;
}

.new-content-wrapper .align-item-center {
	display: flex;
	align-items: center
}

@media only screen and (max-width: 1200px) {
	.new-content-wrapper .align-item-center {
		display: block;
	}
}

@media only screen and (width: 1200px) {

	.new-content-wrapper .col-lg-3,
	.new-content-wrapper .col-lg-9 {
		width: 100%;
	}

	.new-content-wrapper .col-lg-5,
	.new-content-wrapper .col-lg-7 {
		width: 100%;
	}
}

.new-content-wrapper .tab-content {
	min-height: auto;
	margin-bottom: 0px;
}

.keyword-sec-desc {
	display: table;
	min-height: 400px;
}

.new-content-wrapper .keyword-sec-desc {
	min-height: auto;
}

.keyword-sec-desc-inner {
	display: table-cell;
	vertical-align: top;
}

.keyword-sec-title h4 {
	color: #ffffff;
	font-size: 30px;
	font-family: qs-medium;
}

.keyword-sec-title {
	margin-bottom: 30px;
}

.keyword-sec-text p {
	color: #ffffff;
	font-size: 18px;
	font-family: qs-medium;
	line-height: 30px;
}

.keyword-sec-img img {
	max-width: 100%;
}

.keyword-sec-img {
	text-align: center;
}

.new-content-wrapper .nav-tabs li {
	float: none;
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	margin-bottom: 20px;
}

.new-content-wrapper .nav-tabs li:last-child {
	margin-bottom: 0px;
}

.new-content-wrapper .nav-tabs {
	text-align: center;
	border-bottom: 0px;
	margin-bottom: 0px;
}

.new-content-wrapper .nav-tabs>li>a {
	border-radius: 4px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 18px;
}

.new-content-wrapper .nav-tabs>li>a span {
	color: #57C1F8;
}

.new-content-wrapper .nav-tabs>li>a:hover {
	color: #57c1f8;
}

.new-content-wrapper .nav-tabs li.active a {
	color: #ffffff;
	background-color: #57c1f8;
	border-color: #57c1f8;
}

.new-content-wrapper .nav-tabs li.active a span {
	color: #fff;
}

.new-content-wrapper .tab-pane.active .keyword-sec-desc {
	/* -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; */
}

.new-content-wrapper .tab-pane.active .keyword-sec-img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.hiw-step-wrap-new-1 .nav-tabs>li>a {
	display: inline-block;
	border-color: transparent;
	color: #555;
	border-radius: 5px;
}

.hiws-wrap,
.hiws-desc {
	display: inline-block;
	width: 100%;
	font-family: qs-medium;
}

.hiw-step-wrap-new-1 .nav-tabs>li.active>a,
.hiw-step-wrap-new-1 .nav-tabs>li.active>a:hover,
.hiw-step-wrap-new-1 .nav-tabs>li.active>a:focus {
	border-color: transparent;
}

.hiw-step-wrap-new-1 .nav-tabs {
	border-bottom: 0px;
}

.hiw-step-wrap-new-1 .nav-tabs>li:hover a {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}

.hiw-step-wrap-new-1 .nav-tabs>li.active a {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
}

.hiw-step-content-new-1 .tab-content {
	min-height: auto;
	margin-bottom: 0px;
}

.country-cpd-how-it-work {
	padding-bottom: 50px;
}

.hiw-step-wrap-new-1 .nav-tabs>li {
	margin-bottom: 10px;
}

.hiws-wrap {
	font-family: qs-medium;
	font-size: 20px;
	color: #00114e;
}

@media only screen and (max-width: 1200px) {
	.new-content-wrapper .nav-tabs li {
		float: left;
		width: 30%;
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.new-content-wrapper .nav-tabs li {
		width: 30%;
	}
}

@media only screen and (max-width: 630px) {
	.new-content-wrapper .nav-tabs li {
		width: 100%;
		margin-left: 0px;
	}
}

#myModal .modal-body {
	margin: 30px 15px 20px;
}

#myModal .modal-body p {
	margin-bottom: 15px;
	font-family: qs-medium;
}

#myModal .modal-body p:nth-child(1) {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #686868;
	font-family: qs-medium;
}

.country-modal .modal-dialog,
.country-modal.modal.in .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.country-modal.modal.fade .modal-dialog {
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
	.country-modal .modal-dialog {
		width: 100%;
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
		left: auto;
	}

	.country-modal.modal.in .modal-dialog {
		left: auto;
		padding-left: 20px;
		padding-right: 20px;
		transform: translate(-20px, -50%);
	}
}

#myModal button {
	margin-right: 20px;
	margin-top: 7px;
	font-size: 30px;
	outline: none;
}

.solution-page .section-title h2:after,
.solution-page .section-title h3:after {
	left: 50%;
	transform: translate(-50%, -50%);
}

.solution-page .single-price-faq-title h2,
.solution-page .section-title h3 {
	font-size: 30px;
}

.solution-page .section-title h2,
.solution-page .section-title h3 {
	font-size: 30px;
	padding-bottom: 20px;
}

.solution-page .hero-text-wrapper {
	text-align: center;
}

.solution-page .hero-cta-wrapper {
	width: 100%;
	text-align: center;
}

.solution-page .section-title h2::after {
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0px;
	/* width: 10%; */
}

.solution-page .section-title {
	margin-bottom: 50px;
}

.solution-page .keyword-desc-wrap {
	min-height: auto;
	margin-bottom: 100px;
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1200px) {
	.solution-page .keyword-desc-wrap {
		width: 90%;
	}
}

.sec-points {
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.sec-points ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sec-points ul li {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	background-image: url('../img/feature-arrow.png');
	background-size: 28px;
	background-repeat: no-repeat;
	padding-left: 40px
}

.sec-points ul li p {
	color: #6c738a
}

.sec-points ul li:last-child {
	margin-bottom: 0px
}

.solution-footer-sec .footer-section-title {
	font-family: qs-medium;
	margin: 0px;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100%;
	font-size: 24px
}

.solution-footer-sec .footer-section-title h3 {
	line-height: 38px;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.solution-footer-sec .footer-section-title p {
	font-size: 18px;
	font-family: qs-medium;
}

.footer-sec-button {
	text-align: center
}

.footer-note-label {
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-family: qs-medium;
	margin-top: 20px
}

.keyword-section-left .keyword-desc-wrap p {
	text-align: center;
}

.keyword-section-left .keyword-desc-wrap.not-center-text p {
	text-align: justify;
}

@media only screen and (max-width: 1450px) {
	.solution-page .price-que h4 {
		line-height: 32px;
	}

	.solution-footer-sec .footer-section-title h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.solution-footer-sec .footer-section-title h3 {
		font-size: 26px;
	}

	.keyword-section-left .keyword-desc-wrap {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.solution-page .section-title h2 {
		line-height: 40px;
	}

	.solution-page .section-title h2 span,
	.solution-page .section-title h3 span {
		display: block;
	}

	.sec-points h3 {
		margin-top: 0px;
		font-size: 20px;
	}

	.solution-page .keyword-desc-wrap {
		margin-bottom: 40px;
	}

	.keyword-section-left .keyword-img-wrap {
		margin-bottom: 0px;
	}

	.keyword-section-left .sec-points {
		margin-bottom: 30px;
	}

	.sec-points {
		min-height: auto;
	}

	.solution-page .keyword-desc-wrap p br {
		display: none;
	}

	.solution-page .keyword-desc-wrap {
		width: 100%;
	}

	.solution-footer-sec .footer-section-title h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 768px) {

	.solution-page .section-title h2,
	.solution-page .section-title h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.solution-page .price-que h4 {
		line-height: 28px;
	}
}

@media only screen and (max-width: 600px) {

	/* .solution-page .section-title h2{
			line-height: 30px;
	    } */
	.solution-page .footer-section-title h3 {
		line-height: 30px;
	}

	.solution-footer-sec .footer-section-title h3 br {
		display: none;
	}
}

@media only screen and (max-width: 550px) {
	.solution-page .hero-text-wrapper h4 {
		margin-top: 20px
	}
}

@media only screen and (max-width: 500px) {
	.solution-page .hero-text-wrapper h4 {
		margin-top: 15px !important
	}

	.solution-page .section-title h2,
	.solution-page .section-title h3 {
		font-size: 22px
	}

	.sec-points h3 {
		font-size: 18px;
		line-height: 22px
	}

	.sec-points ul li p {
		font-size: 16px
	}
}

/* Country Wise Cloud Predictive Dialer */
.cntry-page ul {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	list-style: none;
}

.cntry-page ul li {
	color: #1d3d9b;
	margin-bottom: 25px;
	padding-left: 40px;
	position: relative;
}

.cntry-page ul li h3 {
	font-family: qs-medium;
	font-size: 20px;
	margin-top: 0px;
	line-height: 30px;
}

.cntry-page ul li:last-child {
	margin-bottom: 0px;
}

.cntry-page ul li h3:after {
	content: '1';
	position: absolute;
	left: -15px;
	top: 0px;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background-color: #32bea6;
	border-radius: 50px;
	/* background-image: url(../img/feature-tick.png);
		background-position: center;
		background-size: cover; */
}

.cntry-page ul li:nth-child(2) h3:after {
	content: '2';
}

.cntry-page ul li:nth-child(3) h3:after {
	content: '3';
}

.cntry-page ul li:nth-child(4) h3:after {
	content: '4';
}

.keyword-sec-title h4 span {
	color: #57c1f8;
}

@media only screen and (max-width:991px) {
	.cntry-page {
		margin-bottom: 20px;
	}

	.cntry-page ul li {
		margin-bottom: 20px;
		padding-left: 25px;
	}

	.cntry-page ul li h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.cntry-page ul li h3:after {
		height: 26px;
		width: 26px;
		font-size: 18px;
	}
}

/* // Country Wise Cloud Predictive Dialer */
.why-leadsrain.solution-footer-sec {
	padding-top: 30px;
	padding-bottom: 30px;
}

.solution-footer-sec .cta-anim-new {
	font-size: 18px;
}


.alert.surchaege-update {
	margin-top: 20px;
	background: #fff8e1;
	border: 1px solid #ff6d00;
	color: #212933;
	border-radius: 5px;
	padding: 4px 8px;
}

.alert.surchaege-update p {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: qs-medium;
	line-height: 26px;
	padding-left: 30px;
	position: relative;
	color: #212933;
}

.alert.surchaege-update p a {
	color: #212933;
	font-family: qs-bold;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.alert.surchaege-update p a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #57c1f8;
	bottom: 0px;
	left: 0px;
}

.alert.surchaege-update>p.warning-icon:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 4px;
	background-image: url('../img/warning.svg');
	background-size: 20px;
	background-position: center;
}

.alert.surchaege-update>p:last-child {
	margin-top: 5px;
	margin-bottom: 5px;
}

.solution-d-flex {
	display: flex;
	align-items: center;
}

.solution-d-flex .section-title {
	text-align: left;
	margin-bottom: 0px;
}

.solution-page .solution-d-flex .keyword-desc-wrap {
	margin-bottom: 0px;
}

.solution-page .solution-d-flex .section-title h2::after {
	left: 0px;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 991px) {
	.solution-d-flex {
		display: block;
	}
}

.new-content-wrapper .section-title h2 span,
.new-content-wrapper .section-title h3 span {
	color: #ffffff;
}

.new-content-wrapper .section-title h2:after,
.new-content-wrapper .section-title h3:after {
	background-color: #ffffff;
}

.rvm-ca-feature.rvm-feature-wrapper .cpd-f-title-wrap {
	display: flex;
	align-items: center;
}

.rvm-ca-feature.rvm-feature-wrapper .cpd-f-title-wrap {
	min-height: 58px;
	margin-bottom: 10px;
}

.rvm-ca-feature.rvm-feature-wrapper .cpd-f-new:nth-child(3) .cpd-f-title-wrap img {
	width: 45px;
}

.rvm-ca-feature.rvm-feature-wrapper .cpd-f-new:nth-child(1) .cpd-f-title-wrap img,
.rvm-ca-feature.rvm-feature-wrapper .cpd-f-new:nth-child(5) .cpd-f-title-wrap img {
	width: 45px
}

.rvm-hiw-ca .keyword-desc-wrap {
	min-height: 426px;
}

.keyword-section-rvm-ca .keyword-desc-wrap {
	min-height: 250px;
}

.rvm-ca-hero .hero-description {
	line-height: 40px;
}

@media only screen and (max-width: 991px) {
	.ca-page-faq .price-faq-list-wrap {
		margin-top: 0px;
	}

	.ca-page-faq .price-faq-list-wrap-right {
		margin-top: 50px;
	}

	.rvm-hiw-ca .keyword-desc-wrap {
		min-height: auto;
		width: 100%;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.rvm-ca-feature .cpd-f-desc {
		min-height: 85px;
	}
}

@media only screen and (max-width: 650px) {
	.rvm-ca-feature .cpd-f-desc {
		min-height: auto;
	}
}

.detail-price-cta.orange-cta {
	font-size: 14px;
}

.alert.surchaege-update p a.detail-price-cta.orange-cta {
	color: #ffffff;
}

.alert.surchaege-update p a.detail-price-cta.orange-cta:after {
	display: none;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-bordered {
	border: 1px solid #C2D9F6;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.table>tbody>tr>th {
	font-family: qs-medium;
	font-weight: 600;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #C2D9F6;
}

.table-hover>tbody>tr:hover {
	background-color: rgba(87, 193, 248, 0.1);
}

@media only screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}
}

#detailPriceModal .close {
	color: #d9534f;
	opacity: 1;
	margin-right: 0px;
	position: absolute;
	top: 0px;
	right: 6px;
}

#detailPriceModal .modal-body h3 {
	margin-top: 0px;
	font-family: qs-medium;
	color: #232122;
}

#detailPriceModal .modal-body {
	color: #232122;
	font-family: qs-medium;
	background-color: #f8fcff;
	position: relative;
	border-radius: 10px;
}

#detailPriceModal ul li {
	font-family: qs-medium;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}

#detailPriceModal ul li:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 11px;
	left: -20px;
	background-color: #007ab9;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

#detailPriceModal ul {
	margin-left: 0px;
	list-style: none;
	margin-bottom: 20px;
}

#detailPriceModal .table>tbody>tr>th.main-thead {
	background-color: #081a43;
	color: #ffffff;
}

#detailPriceModal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.sec-bg-light-bl {
	background-color: #F0F9FF;
}

.why-choose-lr-solution .ind-item-wrap-inner {
	min-height: auto;
}

.why-choose-lr-solution .ind-item-wrap a {
	width: 100%;
}

.why-choose-lr-solution .ind-item-wrap a:hover svg .hover-white {
	stroke: #ffffff;
}

.why-choose-lr-solution .ind-item-wrap-inner {
	padding: 30px 20px 40px 20px;
}

.get-started-cpd .sec-points ul li {
	background-image: none;
	position: relative;
}

.get-started-cpd .sec-points ul li:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	color: #ffffff;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #57C1F8;
	border-radius: 40px;
	font-family: qs-bold;
}

.get-started-cpd .sec-points ul li.number-one-step:after {
	content: "1";
}

.get-started-cpd .sec-points ul li.number-two-step:after {
	content: "2";
}

.get-started-cpd .sec-points ul li.number-three-step:after {
	content: "3";
}

.get-started-cpd .sec-points ul li.number-four-step:after {
	content: "4";
}

.get-started-cpd .sec-points ul li.number-five-step:after {
	content: "5";
}

.solution-page .get-started-cpd .keyword-desc-wrap,
.solution-page .why-ccc .keyword-desc-wrap {
	margin-bottom: 50px;
}

.get-started-cpd .sec-points {
	min-height: auto;
}

.get-started-cpd .hiw-cloud-center {
	margin-bottom: 30px;
}

.comparison-dialer .circle-wrapper {
	width: 100%;
	height: 250px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}

.comparison-dialer .circle-wrapper .circle-one {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	border: 1px solid #CED4E5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0px;
}

.circle-title h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-family: qs-medium;
	line-height: 24px;
}

.left-circle-cloud .circle-title h3 {
	color: #4782C3;
}

.right-circle-prmise .circle-title h3 {
	color: #57C1F8;
}

.comparison-dialer .circle-wrapper .left-circle-cloud {
	right: 50%;
	transform: translate(10%, 0px);
	background-color: rgb(71 130 195 / 10%);
	border-color: rgb(71 130 195 / 100%);
}

.comparison-dialer .circle-wrapper .right-circle-prmise {
	left: 50%;
	transform: translate(-10%, 0px);
	background-color: rgb(87 193 248 / 10%);
	border-color: rgb(87 193 248 / 100%);
}

.circle-wrapper .circle-one.left-circle-cloud .circle-content {
	width: 100%;
	padding-right: 50px;
	padding-left: 15%;
}

.circle-wrapper .circle-one.right-circle-prmise .circle-content {
	width: 100%;
	padding-left: 50px;
	padding-right: 15%;
}

.comparison-dialer .circle-wrapper:after {
	content: 'v/s';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	font-family: qs-medium;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-point {
	display: flex;
	align-items: center;
	flex-direction: row;
	position: absolute;
}

.circle-point.circle-point-one-small {
	top: -92px;
	left: -270px;
	/* transform: translate(0,0); */
}

.circle-point.circle-point-two-small {
	top: -2px;
	left: -320px;
	/* transform: translate(-65%,0); */
}

.circle-point.circle-point-three-small {
	top: 88px;
	left: -350px;
	/* transform: translate(-65%,0); */
}

.circle-point.circle-point-four-small {
	top: 178px;
	left: -320px;
	/* transform: translate(-65%,0); */
}

.circle-point.circle-point-five-small {
	top: 268px;
	left: -270px;
	/* transform: translate(-25%,0); */
}

.circle-point-title {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #CED4E5;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: -30px;
	min-width: 300px;
	max-width: 300px;
	min-height: 70px;
	display: flex;
	align-items: center;
}

.circle-point-title h4 {
	font-size: 16px;
	line-height: 24px;
}

.circle-point-title span {
	color: #4782C3;
	font-family: qs-bold;
	font-size: 18px;
}

.circle-point-img {
	background-color: #4782C3;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-width: 70px;
	z-index: 1;
}

.circle-point-img img {
	width: 50px;
}

.left-circle-cloud {
	position: relative;
}

/* .circle-wrapper:before{
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    position: absolute;
} */

.right-circle-prmise .circle-point.circle-point-one-small {
	top: -92px;
	left: 180px;
	/* transform: translate(25%,0); */
}

.right-circle-prmise .circle-point.circle-point-two-small {
	top: -2px;
	left: 230px;
	/* transform: translate(65%,0); */
}

.right-circle-prmise .circle-point.circle-point-three-small {
	top: 88px;
	left: 260px;
	/* transform: translate(65%,0); */
}

.right-circle-prmise .circle-point.circle-point-four-small {
	top: 178px;
	left: 230px;
	/* transform: translate(65%,0); */
}

.right-circle-prmise .circle-point.circle-point-five-small {
	top: 268px;
	left: 180px;
	/* transform: translate(25%,0); */
}

.right-circle-prmise .circle-point-title {
	padding-right: 10px;
	padding-left: 35px;
	margin-right: 0px;
	margin-left: -30px;
}

.right-circle-prmise .circle-point-img {
	background-color: #57C1F8;
}

.right-circle-prmise .circle-point-title span {
	color: #57C1F8;
}

@media only screen and (max-width: 1280px) {
	.circle-point-title {
		margin-right: -30px;
	}

	.circle-point-img {
		width: 70px;
		height: 70px;
		min-width: 70px;
	}

	.circle-point-img img {
		width: 50px;
	}

	/* .right-circle-prmise .circle-point.circle-point-three-small{
        left: 30px;
    } */
	.right-circle-prmise .circle-point-title {
		margin-left: -30px;
		padding-left: 35px;
	}

	.service-section .media {
		padding: 9px 10px 9px;
		border-radius: 8px;
		margin-bottom: 3px;
	}
}

@media only screen and (min-width: 1280px)and (max-width:1350px) {
	.service-section .media {
		padding: 3px 10px 13px !important;
		border-radius: 8px !important;
	}
}

@media only screen and (max-width: 1170px) {

	/* .circle-point-title{
        min-width: 270px;
        max-width: 270px;
    } */
	.comparison-dialer .circle-wrapper .circle-one {
		width: 225px;
		height: 225px;
	}

	.comparison-dialer .circle-wrapper {
		height: 225px;
	}

	.circle-point.circle-point-three-small {
		top: 76px;
	}

	.right-circle-prmise .circle-point.circle-point-three-small {
		top: 76px;
		left: 234px;
	}

	.right-circle-prmise .circle-point.circle-point-two-small {
		top: -4px;
		left: 214px;
	}

	.right-circle-prmise .circle-point.circle-point-four-small {
		top: 156px;
		left: 213px;
	}

	.right-circle-prmise .circle-point.circle-point-one-small {
		top: -84px;
		left: 184px;
	}

	.right-circle-prmise .circle-point.circle-point-five-small {
		left: 184px;
		top: 236px;
	}

	.circle-point.circle-point-two-small {
		top: -3px;
		left: -330px;
	}

	.circle-point.circle-point-one-small {
		top: -83px;
		left: -300px;
	}

	.circle-point.circle-point-four-small {
		top: 156px;
		left: -330px;
	}

	.circle-point.circle-point-five-small {
		top: 236px;
		left: -300px;
	}
}

@media only screen and (max-width: 1120px) {
	.comparison-dialer .circle-wrapper .circle-one.right-circle-prmise {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.comparison-dialer .circle-wrapper .circle-one.left-circle-cloud {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.comparison-dialer .circle-wrapper .circle-one {
		width: 200px;
		height: 200px;
	}

	.comparison-dialer .circle-wrapper {
		height: 200px;
	}

	.right-circle-prmise .circle-point.circle-point-three-small {
		top: 63px;
		left: 209px;
	}

	.right-circle-prmise .circle-point.circle-point-two-small {
		top: -17px;
		left: 210px;
	}

	.right-circle-prmise .circle-point.circle-point-one-small {
		top: -97px;
		left: 210px;
	}

	.right-circle-prmise .circle-point.circle-point-four-small {
		top: 143px;
		left: 209px;
	}

	.right-circle-prmise .circle-point.circle-point-five-small {
		left: 209px;
		top: 223px;
	}

	.circle-point.circle-point-three-small {
		top: 63px;
	}

	.circle-point.circle-point-two-small {
		top: -17px;
		left: -351px;
	}

	.circle-point.circle-point-four-small {
		top: 143px;
		left: -351px;
	}

	.circle-point.circle-point-five-small {
		top: 223px;
		left: -351px;
	}

	.circle-point.circle-point-one-small {
		top: -97px;
		left: -351px;
	}
}

.circle-wrapper-mobile {
	display: none;
}

@media only screen and (max-width: 1070px) {
	.comparison-dialer .circle-wrapper:after {
		display: none;
	}

	.circle-wrapper-desktop {
		display: none;
	}

	.circle-wrapper-mobile {
		display: block;
	}

	.comparison-dialer .circle-wrapper {
		height: 100%;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.comparison-dialer .circle-wrapper.circle-wrapper-mobile img {
		max-width: 100%;
	}
}

.keyword-section {
	position: relative;
}

/* .keyword-section:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: #000;
} */
/* .keyword-section:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background-color: #000;
} */
@media only screen and (max-width: 991px) {
	.hiw-cloud-center {
		margin-bottom: 20px;
	}

	.hiw-cloud-center .keyword-img-wrap {
		margin-bottom: 20px;
	}

	.plan-details {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 1450px) {
	.why-choose-lr-solution .ind-name-wrap h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1200px) {
	.why-choose-lr-solution .ind-item-wrap-inner {
		min-height: 215px;
	}
}

@media only screen and (max-width: 650px) {

	/* .why-choose-lr-solution .ind-item-wrap-inner{
        min-height: 210px;
    } */
	.why-choose-lr-solution .ind-item-wrap-inner {
		min-height: auto;
	}
}

/* New footer */
.footer.new-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-logo {
	padding-bottom: 0px;
}

@media only screen and (min-width: 991px) {
	.new-footer .container {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.new-footer .container {
		width: 1170px;
	}
}

@media only screen and (min-width: 1450px) {
	.new-footer .container {
		width: 1400px;
	}
}

.new-footer-header {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new-footer-foo {
	margin-top: 30px;
}

.footer.new-footer ul.foo-social {
	text-align: left;
}

.footer.new-footer ul.foo-social li {
	text-align: center;
}

.dmca-wrap {
	text-align: right;
}


@media only screen and (max-width: 768px) {
	.footer-logo {
		text-align: center;
	}

	.new-footer-foo {
		text-align: center;
	}

	.footer.new-footer ul.foo-social {
		text-align: center;
	}

	.dmca-wrap {
		text-align: center;
		margin-top: 0px;
	}

	.new-footer-header {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 320px) and (max-width: 650px) {
	.new-footer-header {
		display: block !important;
	}

	.footer ul.main-ul-footer li.the-company,
	.footer ul.main-ul-footer li.the-policy,
	.footer ul.main-ul-footer li.services-foo,
	.footer ul.main-ul-footer li.get-in-touch,
	.footer ul.main-ul-footer li.the-policy-global {
		width: 100% !important;
		text-align: center !important;
	}

	.contact-details.phone-call {
		margin-top: 15px !important;
	}
}


.contact-details {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	.contact-details {
		text-align: center;
	}

	.contact-details.phone-call {
		margin-top: 0px;
	}

	.new-footer-foo {
		margin-top: 0px;
	}
}

.contact-details a {
	color: #ffffff;
	font-family: qs-medium;
}

.footer ul.main-ul-footer {
	display: flex;
	justify-content: space-between;
}

.footer ul.main-ul-footer li.the-company,
.footer ul.main-ul-footer li.the-policy,
.footer ul.main-ul-footer li.services-foo,
.footer ul.main-ul-footer li.get-in-touch,
.footer ul.main-ul-footer li.the-policy-global {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}


@media only screen and (max-width: 991px) {

	.footer ul.main-ul-footer li.the-company,
	.footer ul.main-ul-footer li.the-policy,
	.footer ul.main-ul-footer li.services-foo,
	.footer ul.main-ul-footer li.get-in-touch,
	.footer ul.main-ul-footer li.the-policy-global {
		width: 33.33%;
	}

	.footer ul.main-ul-footer {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 650px) {

	.footer ul.main-ul-footer li.the-company,
	.footer ul.main-ul-footer li.the-policy,
	.footer ul.main-ul-footer li.services-foo,
	.footer ul.main-ul-footer li.get-in-touch,
	.footer ul.main-ul-footer li.the-policy-global {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {

	.footer ul.main-ul-footer li.the-company,
	.footer ul.main-ul-footer li.the-policy,
	.footer ul.main-ul-footer li.services-foo,
	.footer ul.main-ul-footer li.get-in-touch,
	.footer ul.main-ul-footer li.the-policy-global {
		width: 100%;
		text-align: center;
	}

	.foo-list-head,
	.footer ul.foo-social {
		text-align: center;
	}
}

@media only screen and (max-width: 1110px) {
	.footer ul li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.footer ul li.footer-list {
		min-height: auto;
		margin-bottom: 20px;
	}

	.footer ul li.the-policy-global {
		width: 30%;
	}

	.footer ul li a {
		font-size: 16px;
	}
}

.countryheadPop p {
	color: #ffffff;
	font-family: qs-medium;
	font-size: 14px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.countryheadPop .form-group {
	margin-bottom: 0px;
	display: inline-flex;
	align-items: center;
}

.countryheadPop .form-group .form-control,
.countryheadPop .form-group .btn {
	margin-right: 10px;
	font-family: qs-medium;
}

#removeCountryDrop {
	font-size: 32px;
	color: #ffffff;
	line-height: 9px;
	display: inline-block;
}

#removeCountryDrop svg {
	width: 15px;
	height: 15px;
	fill: #999;
}

#CountryReg {
	background-color: rgba(21, 47, 107, 0.9);
	border-bottom: 1px solid rgba(21, 47, 107, 1);
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	transition: all 0.3s;
}

.countryheadPop .col-lg-12 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.countryheadPop .form-control {
	-moz-appearance: auto;
	-webkit-appearance: auto;
}

.countryheadPop .form-group .form-control {
	height: 30px;
	padding: 3px 12px;
}

.countryheadPop .form-group .btn {
	padding: 4px 12px;
	background: linear-gradient(#42a1ec, #0070c9);
}

.hideCountry {
	transform: translate(0, -42px);
	position: absolute;
	width: 100%;
}

#globalCountry .dropdown-menu,
#globalCountry1 .dropdown-menu {
	right: 0px;
	top: -100px;
}

#globalCountry,
#globalCountry1 {
	max-width: 210px;
}

@media only screen and (max-width: 1540px) {
	.title-break {
		display: none;
	}
}

/* New industry page design */

.industry-hero {
	padding-top: 110px;
	padding-bottom: 140px;
	background-image: url(../img/industries/roofing-hero.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.industry-hero.solar-hero-section {
	background-image: url(../img/industries/solar-hero.png);
}

.schedule-btn-new {
	position: relative;
	border: 2px solid #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-family: qs-medium;
	text-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	z-index: 4;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	background-color: #ff8d12;
}

.schedule-btn-new:hover {
	color: #ffffff;
}

.hero-text-wrapper-industry {
	width: 100%;
	max-width: 700px;
}

.hero-text-wrapper-industry .hero-description {
	font-size: 20px;
	font-family: qs-medium;
	line-height: 30px;
	margin-top: 20px;
}

.hero-cta-wrapper-industry {
	margin-top: 20px;
}

.industry-only-text-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.only-text-title h2 {
	text-align: center;
	font-family: qs-bold;
	font-size: 36px;
	line-height: 42px;
	color: #00114e;
	position: relative;
}

.only-text-title h2 span {
	color: #6ecaf9;
}

.only-text-title h2:after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #00114e;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
}

.only-text-desc {
	text-align: center;
	margin-top: 30px;
	font-family: qs-medium;
}

.only-text-desc p {
	font-size: 18px;
	line-height: 28px;
}

.industry-keyword-new .keyword-desc-wrap {
	min-height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.industry-keyword-new .section-title {
	margin-bottom: 50px;
}

.bg-light-industry {
	background-color: #eff9ff;
}

.footer-section-title p {
	margin-top: 10px;
}

.feature-wrap-inner {
	text-align: center;
}

.feature-wrap-sec-industry {
	margin-top: 80px;
}

.feature-wrap-inner {
	position: relative;
	padding: 40px 20px 20px 20px;
	background-color: #3aaafe;
	border-radius: 10px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
	transition: all 0.3s;
	min-height: 235px;
}

@media only screen and (max-width: 1450px) {
	.feature-wrap-inner {
		min-height: 260px;
	}
}

@media only screen and (max-width: 1200px) {
	.feature-wrap-inner {
		min-height: 235px;
	}
}

@media only screen and (max-width: 991px) {
	.feature-wrap-inner {
		min-height: auto;
	}
}

.feature-icon-wrap-new {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 10px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #cbeafd;
}

.feature-icon-wrap-new img {
	max-width: 100%;
	width: 50px;
}

.feature-name-wrap h4 {
	font-family: qs-bold;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 20px;
}

.feature-dec-wrap p {
	color: #ffffff;
	font-family: qs-medium;
}

.feature-wrap-inner:hover {
	background-color: #152f6a;
}

.industry-faq-sec .single-price-faq-title h2:after,
.industry-faq-sec .single-price-faq-title h3:after {
	bottom: 0px;
}


/* price section design update     */

.pricing-box-inner {
	text-align: center;
	background-color: #152F6B;
	color: #ffffff;
	padding: 12px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgb(21 47 107 / 50%);
	position: relative;
}

.popular-lable {
	position: absolute;
	top: -30px;
	width: 70%;
	height: 30px;
	background-color: #57C1F8;
	color: #ffffff;
	font-family: qs-medium;
	font-size: 18px;
	left: 50%;
	transform: translate(-50%, 0);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.popular-lable span {
	line-height: 30px;
}

.rvm-pricing-bloxes {
	margin-top: 80px;
}

.pricing-box-inner .plan-name {
	font-family: qs-medium;
	font-size: 18px;
}

.plan-price-final span {
	font-family: qs-bold;
	font-size: 28px;
}

.plan-min-wrap-new {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.plan-min-wrap-new .label-plan {
	color: #57C1F8;
	font-family: qs-medium;
	font-size: 18px;
}

.plan-min-wrap-new .value-plan {
	color: #ffffff;
	font-family: qs-bold;
	font-size: 20px;
}

.plan-min-wrap-new .label-plan-sub {
	color: #ffffff;
	font-family: qs-medium;
}

.reco-agent-live {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: rgba(87, 193, 248, 0.4);
}

.reco-agent-live p {
	margin-bottom: 0px;
	font-family: qs-medium;
	color: #57C1F8;
}

.buy-btn-wrap .btn {
	min-width: 200px;
}

/*restricted service update 26-09-23*/
.star {
	color: red;
	font-size: 29px;
	top: -3px;
}

.pd-highligt-price {
	color: #2e4677;
	font-size: 16px;
	top: -14px;
}

.days_90 {
	font-size: 20px;
	color: #f78d4d;
}

.signup-sugg-down-text {
	display: none;
}

.pb-5 {
	padding-bottom: 50px !important;
}

.red-c {
	color: red !important;
}

.mobile-menu-ul li .dropdown li a {
	padding: 10px 20px 10px 16px;
}

.restricted_title_ring {
	padding-left: 2px !important;
	display: inline-block !important;
	font-weight: 700;
	font-family: qs-bold;
}

.mb-2 {
	margin-bottom: 10px !important
}

.tooltip {
	--tooltip-background: #fff;
	--tooltip-color: #000;
	--toolitp-width: 350px;
	--tooltip-padding: 20px;
	--tooltip-zindex: 10;
	--tooltip-tip-width: 10px;
	--tooltip-offset: 15px;
	--tooltip-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	--tooltip-border-radius: 5px;
	position: relative;
	display: inline-block;
	opacity: 1;
	z-index: auto;
}

.media-body.tooltip {
	margin-left: 0;
}

.tooltip-content {
	display: block;
	visibility: hidden;
	position: absolute;
	width: var(--toolitp-width);
	min-width: var(--toolitp-width);
	margin: 0 0 var(--tooltip-offset) 0;
	padding: var(--tooltip-padding);
	color: var(--tooltip-color);
	background: var(--tooltip-background);
	border-radius: var(--tooltip-border-radius);
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity 0.15s ease-out;
	box-shadow: var(--tooltip-shadow);
	z-index: var(--tooltip-zindex);
}

a.btn.btn-lg.cta-anim-new.restraint-btn {
	padding: 7px 8px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
}

.tooltip-content.active {
	visibility: visible;
	opacity: 1;
}

.tooltip-content.top {
	bottom: 100%;
	left: 50%;
	margin: 0 0 15px 0;
}

.tooltip-content.bottom {
	top: 100%;
	left: 50%;
	margin: 15px 0 0 0;
}

.tooltip-content.left {
	top: 50%;
	left: auto;
	right: 100%;
	margin: 0 15px 0 0;
	transform: translate(0, -50%);
}

.tooltip-content.right {
	top: 50%;
	left: 100%;
	margin: 0 0 0 15px;
	transform: translate(0, -50%);
}

.tooltip-content.right2 {
	top: 50%;
	left: 100%;
	margin: 0 0 0 15px;
	transform: translate(0, -50%);
	bottom: auto;
}

.tooltip-content.right2::after {
	top: 50%;
	left: calc(-1 * var(--tooltip-tip-width));
	right: auto;
	margin-top: calc(-1 * var(--tooltip-tip-width));
	border-top: var(--tooltip-tip-width) solid transparent;
	border-bottom: var(--tooltip-tip-width) solid transparent;
	border-left: 0;
	border-right: var(--tooltip-tip-width) solid var(--tooltip-background);
}

.tooltip-content::after {
	position: absolute;
	width: 0;
	height: 0;
	content: " ";
}

.tooltip-content h4 {
	color: #000 !important;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400 !important;
	font-family: qs-bold;
}

.tooltip-content p {
	color: #000 !important;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400 !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

/* .tooltip-content.top::after {
    bottom: calc(-1 * var(--tooltip-tip-width));
    left: 50%;
    margin-left: calc(-1 * var(--tooltip-tip-width));
    border-left: var(--tooltip-tip-width) solid transparent;
    border-right: var(--tooltip-tip-width) solid transparent;
    border-top: var(--tooltip-tip-width) solid var(--tooltip-background);
  }
  
  .tooltip-content.bottom::after {
    top: calc(-1 * var(--tooltip-tip-width));
    left: 50%;
    margin-left: calc(-1 * var(--tooltip-tip-width));
    border-bottom: var(--tooltip-tip-width) solid var(--tooltip-background);
    border-left: var(--tooltip-tip-width) solid transparent;
    border-right: var(--tooltip-tip-width) solid transparent;
  } */

.tooltip-content.right::after {
	top: 50%;
	left: calc(-1 * var(--tooltip-tip-width));
	right: auto;
	margin-top: calc(-1 * var(--tooltip-tip-width));
	border-top: var(--tooltip-tip-width) solid transparent;
	border-bottom: var(--tooltip-tip-width) solid transparent;
	border-left: 0;
	border-right: var(--tooltip-tip-width) solid var(--tooltip-background);
}

/* .tooltip-content.left::after {
    top: 50%;
    left: auto;
    right: calc(-1 * var(--tooltip-tip-width));
    margin-top: calc(-1 * var(--tooltip-tip-width));
    border-top: var(--tooltip-tip-width) solid transparent;
    border-bottom: var(--tooltip-tip-width) solid transparent;
    border-left: var(--tooltip-tip-width) solid var(--tooltip-background);
    border-right: 0;
  }
   */
.tooltip-button {
	display: inline-block !important;
	vertical-align: initial !important;
	background: #62c3f4;
	color: #fff !important;
	margin-left: 2px;
	margin-top: 0px !important;
	font-size: 2px !important;
	line-height: 0 !important;
	padding: 4px !important;
	position: relative;
	top: 0px;
	border-radius: 20px;
	border: none;
	width: 26px !important;
	background: #fff !important;
	height: auto !important;
	border-radius: 20px !important;
	cursor: pointer;
}

.warn-icon {
	width: 22px;
	vertical-align: middle;
}

.tol-btn {
	padding: 5px 11px 4px;
}

.res-alert {
	background-color: #152f6b;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
	border-radius: 40px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.res-alert p {
	font-size: 20px !important;
}

/* .tooltip-button:hover {
    background: #483d8b;
  }
   */


.restricted_service {
	display: inline-block !important;
	vertical-align: initial !important;
	background: #f98d45;
	color: #fff !important;
	margin-left: 2px;
	margin-top: 0px !important;
	font-size: 12px !important;
	position: relative;
	top: -5px;
}

.restricted_service2 {
	display: inline-block !important;
	vertical-align: initial !important;
	background: #fbd239;
	color: #000 !important;
	margin-left: 2px;
	margin-top: 0px !important;
	font-size: 12px !important;
	line-height: 0 !important;
	padding: 12px 14px;
	position: relative;
	top: -13px;
}

.price-restrct {
	background: #5093d480;
	padding: 6px 10px;
	border-radius: 3px;
	display: inline-block;
}

.et_pb_contact_form_label {
	display: block;
	color: black;
	font-weight: bold;
	letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}

input[id="et_pb_contact_brand_file_request_1"] {
	display: none;
}

input[id="et_pb_contact_brand_file_request_2"] {
	display: none;
}

label[for="et_pb_contact_brand_file_request_1"] {
	background: #fff;
	height: 110px;
	background-image: url(https://www.svgrepo.com/show/9488/cloud-upload-signal.svg);
	background-repeat: no-repeat;
	background-position: top 18px center;
	/* position: absolute; */
	background-size: 7%;
	color: transparent;
	/* margin: auto; */
	/* width: 450px; */
	top: 50%;
	left: 0;
	right: 0;
	/* transform: translateY(-50%); */
	border: 2px solid #314972;
	box-sizing: border-box;
	border-radius: 8px;
}

label[for="et_pb_contact_brand_file_request_2"] {
	background: #fff;
	height: 110px;
	background-image: url(https://www.svgrepo.com/show/9488/cloud-upload-signal.svg);
	background-repeat: no-repeat;
	background-position: top 18px center;
	/* position: absolute; */
	background-size: 7%;
	color: transparent;
	/* margin: auto; */
	/* width: 450px; */
	top: 50%;
	left: 0;
	right: 0;
	/* transform: translateY(-50%); */
	border: 2px solid #314972;
	box-sizing: border-box;
	border-radius: 8px;
}

label[for="et_pb_contact_brand_file_request_1"]:before {
	content: "Upload file here";
	display: block;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label[for="et_pb_contact_brand_file_request_2"]:before {
	content: "Upload file here";
	display: block;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label[for="et_pb_contact_brand_file_request_1"]:after {
	display: block;
	content: 'Browse';
	background: #2f4774;
	width: 86px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	bottom: 24px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 6px;
}

label[for="et_pb_contact_brand_file_request_2"]:after {
	display: block;
	content: 'Browse';
	background: #2f4774;
	width: 86px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	bottom: 24px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 6px;
}

label[for="et_pb_contact_brand_file_request_1"].changed,
label[for="et_pb_contact_brand_file_request_1"]:hover {
	background-color: #e3f2fd;
}

label[for="et_pb_contact_brand_file_request_1"] {
	cursor: pointer;
	transition: 400ms ease;
}

label[for="et_pb_contact_brand_file_request_2"].changed,
label[for="et_pb_contact_brand_file_request_2"]:hover {
	background-color: #e3f2fd;
}

label[for="et_pb_contact_brand_file_request_2"] {
	cursor: pointer;
	transition: 400ms ease;
}

input[id="et_pb_contact_brand_file_request_0"] {
	display: none;
}

label[for="et_pb_contact_brand_file_request_0"] {
	background: #fff;
	height: 110px;
	background-image: url(https://www.svgrepo.com/show/9488/cloud-upload-signal.svg);
	background-repeat: no-repeat;
	background-position: top 18px center;
	/* position: absolute; */
	background-size: 7%;
	color: transparent;
	/* margin: auto; */
	/* width: 450px; */
	top: 50%;
	left: 0;
	right: 0;
	/* transform: translateY(-50%); */
	border: 2px solid #314972;
	box-sizing: border-box;
	border-radius: 8px;
}

label[for="et_pb_contact_brand_file_request_0"]:before {
	content: "Upload file here";
	display: block;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label[for="et_pb_contact_brand_file_request_0"]:after {
	display: block;
	content: 'Browse';
	background: #2f4774;
	width: 86px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	bottom: 24px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 6px;
}

label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}

label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}

label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
	background-color: #e3f2fd;
}

label[for="et_pb_contact_brand_file_request_0"] {
	cursor: pointer;
	transition: 400ms ease;
}

.file_names {
	position: absolute;
	color: black;
	left: 12px;
	bottom: -18px;
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 10px;
}

.file_names {
	text-align: center;
}


.complice-hr {
	margin: 12px 0px;
	border-color: #fb8d39;
	width: 5%;
	border-width: 2px;
}

.tooltip-md {
	position: absolute;
	display: inline-block;
	top: 7px;
	right: -5px;
}

.tooltip-md .tooltiptext-md {
	visibility: hidden;
	width: 120px;
	background-color: #193368;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-md .tooltiptext-md::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-md:hover .tooltiptext-md {
	visibility: visible;
	opacity: 1;
}

.mb-alert {
	background: #fff8e1;
	border: 1px solid #ff6d00;
	color: #212933;
	border-radius: 5px;
	padding: 4px 8px 15px;
	margin: 8px;
}

.mb-alert h4 {
	font-size: 15px;
	font-weight: 700;
	padding: 4px 8px 0px;
}

.mb-alert p {
	font-size: 14px;
}

.pd-price-head {
	text-align: center;
}

.pd-price-head h3 {
	font-size: 24px;
	font-family: qs-bold;
}

.enterprise-pd h3 {
	color: #35a4f0;
}

.pd-price-head p {
	font-size: 17px;
	font-family: qs-medium;
}

.pd-price-head h2 {
	font-size: 36px;
	font-family: qs-bold;
	margin-top: 0px;
}

.pd-price {
	display: flex;
	justify-content: space-between;
}

.service_name {
	font-family: qs-bold;
	color: #717173;
	font-size: 15px;
}

.service_price {
	font-family: qs-bold;
	color: #028cef;
	font-size: 15px;
}

.sign-btn {
	display: block;
	text-align: center;
	font-size: 18px;
	border: 2px solid #31a4f6;
	padding: 9px;
	border-radius: 5px;
	font-family: qs-bold;
	cursor: pointer;
	text-decoration: none !important;
	position: absolute;
	width: 79%;
	bottom: 14px;
}

.sign-btn:hover {
	color: #fff;
	background-color: #028cef;
	transition: 0.5s;
}

.sign-btn-enterprice {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 9px;
	border-radius: 5px;
	font-family: qs-bold;
	cursor: pointer;
	text-decoration: none !important;
	position: absolute;
	width: 79%;
	bottom: 14px;
	background-color: #028cef;
	border: 2px solid #31a4f6;
	color: #fff;
}

.sign-btn-enterprice:hover {
	color: #fff;
	background-color: #028cef;
	transition: 0.5s;
}

.signbtn {
	display: flex;
	justify-content: center;
}

.pd-price-head hr {
	border-color: #c2c2c2;
	opacity: 0.4;
	border-width: 2px;
}

.pd-price-box {
	background: #fff;
	padding: 20px 10px 55px;
	border-radius: 7px;
	width: 100%;
	box-shadow: 0px 0px 9px 0px #f1f1f1;
}

.price-details {
	margin: 20px 0px;
	height: 170px;
}

.enterprise-pd h3 {
	color: #35a4f0;
}

.enterprise-pd h2 {
	font-size: 16px;
}

.enterprise-pd span {
	color: #35a4f0;
	margin-bottom: 10px;
}

.enterprise-price {
	display: flex;
	align-items: center;
	margin-top: 19px;
}

.service_enterprise_name {
	font-family: qs-bold;
	color: #717173;
	font-size: 15px;
	margin-left: 6px;
	margin-bottom: 0;
}

.d-flex-pd {
	display: flex;
	padding: 0px 8px;
}

.price-details-enterprise {
	height: 200px;
}

.enterprise-border {
	border: 2px solid #4AB1F4;
	background-color: rgb(74 177 244 / 5%);
}

#cpd-uk-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

#rvm-usa-canada-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

#rvm-uk-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

#vb-uk-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

#sms-uk-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

#sms-au-plan .price-details {
	margin: 20px 0px;
	height: 143px;
}

.per_call {
	color: #fb8d39;
}

.pd-price-head img {
	width: 40px;
}

.red-star {
	font-size: 24px;
	color: red;
	line-height: 0;
}

/*restricted service update 26-09-23*/


@media only screen and (max-width: 991px) {
	.pricing-box-inner {
		margin-bottom: 50px;
	}

	.d-flex-pd {
		display: block;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.pricing-box-inner {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.d-flex-pd {
		display: block;
		margin-bottom: 20px;
	}
}

.sub-feature-wrap {
	display: flex;
	align-items: center;
	min-height: 70px;
	margin-bottom: 20px;
}

.sub-feature-title-wrap {
	margin-left: 10px;
}

.sub-feat-ico {
	padding: 10px;
	background-color: #58C1F9;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub-feat-ico img {
	max-width: 45px;
}

.sub-feature-title-wrap p {
	font-family: qs-medium;
	color: #00114e;
	font-size: 18px;
}

.sub-feature-industry-title h3 {
	font-family: qs-medium;
	color: #00114e;
	position: relative;
	display: inline-block;
}

.sub-feature-industry-title h3:after {
	content: '';
	position: absolute;
	width: 30%;
	height: 2px;
	background-color: #00114e;
	bottom: -10px;
	left: 0px;
}

.sub-feature-industry-title {
	margin-bottom: 30px;
	margin-top: 30px;
}

.industry-keyword-new .keyword-img-wrap img {
	max-height: 370px;
}

/* PREMLATA */
.footer-section-title h2 {
	font-size: 36px;
	line-height: 56px;
}

.keyword-desc-wrap.text-align-left.text p {
	text-align: left;
}

/* .points-remove{justify-content:unset;} */

#usa-plan-cpd,
#ca-plan-cpd,
#uk-plan-cpd,
#au-plan-cpd,
#usa-plan-rvm,
#ca-plan-rvm,
#uk-plan-rvm,
#au-plan-rvm,
#usa-plan-vb,
#ca-plan-vb,
#uk-plan-vb,
#au-plan-vb {
	display: none;
}

#usa-plan-rvm .buy-btn-wrap,
#ca-plan-rvm .buy-btn-wrap,
#uk-plan-rvm .buy-btn-wrap,
#au-plan-rvm .buy-btn-wrap {
	margin-top: 15px;
}

.number-type {
	background-color: rgba(87, 193, 248, 0.6);
	text-align: left;
	padding: 10px 15px;
	margin-top: 10px;
}

.number-type .number-type-main {
	color: #ffffff;
	font-family: qs-medium;
}

.buy-btn-wrap.mt-10 {
	margin-top: 10px;
}



/* New Pricing CSs */

.new-pricing-box-inner .plan-wrapper {
	width: 100%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}

.single-plan-wrap label {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	padding: 22px 30px;
	border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	border: 2px solid #e2e2e2;
	background-color: #ffffff;
}

.single-plan-wrap .plan-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 10px;
	margin-right: 10px;
}

[type="radio"][name="rvm-plan-group-usa"]:checked,
[type="radio"][name="rvm-plan-group-usa"]:not(:checked),
[type="radio"][name="rvm-plan-group-uk"]:checked,
[type="radio"][name="rvm-plan-group-uk"]:not(:checked),
[type="radio"][name="rvm-plan-group-au"]:checked,
[type="radio"][name="rvm-plan-group-au"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"][name="rvm-plan-group-usa"]:checked+label,
[type="radio"][name="rvm-plan-group-usa"]:not(:checked)+label,
[type="radio"][name="rvm-plan-group-uk"]:checked+label,
[type="radio"][name="rvm-plan-group-uk"]:not(:checked)+label,
[type="radio"][name="rvm-plan-group-au"]:checked+label,
[type="radio"][name="rvm-plan-group-au"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"][name="rvm-plan-group-usa"]:checked+label:before,
[type="radio"][name="rvm-plan-group-usa"]:not(:checked)+label:before,
[type="radio"][name="rvm-plan-group-uk"]:checked+label:before,
[type="radio"][name="rvm-plan-group-uk"]:not(:checked)+label:before,
[type="radio"][name="rvm-plan-group-au"]:checked+label:before,
[type="radio"][name="rvm-plan-group-au"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translate(0, -50%);
}

[type="radio"][name="rvm-plan-group-usa"]:checked+label:after,
[type="radio"][name="rvm-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="rvm-plan-group-uk"]:checked+label:after,
[type="radio"][name="rvm-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="rvm-plan-group-au"]:checked+label:after,
[type="radio"][name="rvm-plan-group-au"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff8d12;
	top: 50%;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"][name="rvm-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="rvm-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="rvm-plan-group-au"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0) translate(0, -50%);
	transform: scale(0) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="rvm-plan-group-usa"]:checked+label:after,
[type="radio"][name="rvm-plan-group-uk"]:checked+label:after,
[type="radio"][name="rvm-plan-group-au"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, -50%);
	transform: scale(1) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="rvm-plan-group-usa"]:checked+label,
[type="radio"][name="rvm-plan-group-uk"]:checked+label,
[type="radio"][name="rvm-plan-group-au"]:checked+label {
	background-color: #4AB1F4;
	color: #ffffff;
	border-color: #4AB1F4;
}


[type="radio"][name="cpd-plan-group-usa"]:checked,
[type="radio"][name="cpd-plan-group-usa"]:not(:checked),
[type="radio"][name="cpd-plan-group-ca"]:checked,
[type="radio"][name="cpd-plan-group-ca"]:not(:checked),
[type="radio"][name="cpd-plan-group-uk"]:checked,
[type="radio"][name="cpd-plan-group-uk"]:not(:checked),
[type="radio"][name="cpd-plan-group-au"]:checked,
[type="radio"][name="cpd-plan-group-au"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"][name="cpd-plan-group-usa"]:checked+label,
[type="radio"][name="cpd-plan-group-usa"]:not(:checked)+label,
[type="radio"][name="cpd-plan-group-ca"]:checked+label,
[type="radio"][name="cpd-plan-group-ca"]:not(:checked)+label,
[type="radio"][name="cpd-plan-group-uk"]:checked+label,
[type="radio"][name="cpd-plan-group-uk"]:not(:checked)+label,
[type="radio"][name="cpd-plan-group-au"]:checked+label,
[type="radio"][name="cpd-plan-group-au"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"][name="cpd-plan-group-usa"]:checked+label:before,
[type="radio"][name="cpd-plan-group-usa"]:not(:checked)+label:before,
[type="radio"][name="cpd-plan-group-ca"]:checked+label:before,
[type="radio"][name="cpd-plan-group-ca"]:not(:checked)+label:before,
[type="radio"][name="cpd-plan-group-uk"]:checked+label:before,
[type="radio"][name="cpd-plan-group-uk"]:not(:checked)+label:before,
[type="radio"][name="cpd-plan-group-au"]:checked+label:before,
[type="radio"][name="cpd-plan-group-au"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translate(0, -50%);
}

[type="radio"][name="cpd-plan-group-usa"]:checked+label:after,
[type="radio"][name="cpd-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-ca"]:checked+label:after,
[type="radio"][name="cpd-plan-group-ca"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-uk"]:checked+label:after,
[type="radio"][name="cpd-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-au"]:checked+label:after,
[type="radio"][name="cpd-plan-group-au"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff8d12;
	top: 50%;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"][name="cpd-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-ca"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="cpd-plan-group-au"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0) translate(0, -50%);
	transform: scale(0) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="cpd-plan-group-usa"]:checked+label:after,
[type="radio"][name="cpd-plan-group-ca"]:checked+label:after,
[type="radio"][name="cpd-plan-group-uk"]:checked+label:after,
[type="radio"][name="cpd-plan-group-au"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, -50%);
	transform: scale(1) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="cpd-plan-group-usa"]:checked+label,
[type="radio"][name="cpd-plan-group-ca"]:checked+label,
[type="radio"][name="cpd-plan-group-uk"]:checked+label,
[type="radio"][name="cpd-plan-group-au"]:checked+label {
	background-color: #4AB1F4;
	color: #ffffff;
	border-color: #4AB1F4;
}


/* ------ */
[type="radio"][name="vb-plan-group-usa"]:checked,
[type="radio"][name="vb-plan-group-usa"]:not(:checked),
[type="radio"][name="vb-plan-group-uk"]:checked,
[type="radio"][name="vb-plan-group-uk"]:not(:checked),
[type="radio"][name="vb-plan-group-au"]:checked,
[type="radio"][name="vb-plan-group-au"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"][name="vb-plan-group-usa"]:checked+label,
[type="radio"][name="vb-plan-group-usa"]:not(:checked)+label,
[type="radio"][name="vb-plan-group-uk"]:checked+label,
[type="radio"][name="vb-plan-group-uk"]:not(:checked)+label,
[type="radio"][name="vb-plan-group-au"]:checked+label,
[type="radio"][name="vb-plan-group-au"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"][name="vb-plan-group-usa"]:checked+label:before,
[type="radio"][name="vb-plan-group-usa"]:not(:checked)+label:before,
[type="radio"][name="vb-plan-group-uk"]:checked+label:before,
[type="radio"][name="vb-plan-group-uk"]:not(:checked)+label:before,
[type="radio"][name="vb-plan-group-au"]:checked+label:before,
[type="radio"][name="vb-plan-group-au"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translate(0, -50%);
}

[type="radio"][name="vb-plan-group-usa"]:checked+label:after,
[type="radio"][name="vb-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="vb-plan-group-uk"]:checked+label:after,
[type="radio"][name="vb-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="vb-plan-group-au"]:checked+label:after,
[type="radio"][name="vb-plan-group-au"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff8d12;
	top: 50%;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"][name="vb-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="vb-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="vb-plan-group-au"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0) translate(0, -50%);
	transform: scale(0) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="vb-plan-group-usa"]:checked+label:after,
[type="radio"][name="vb-plan-group-uk"]:checked+label:after,
[type="radio"][name="vb-plan-group-au"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, -50%);
	transform: scale(1) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="vb-plan-group-usa"]:checked+label,
[type="radio"][name="vb-plan-group-uk"]:checked+label,
[type="radio"][name="vb-plan-group-au"]:checked+label {
	background-color: #4AB1F4;
	color: #ffffff;
	border-color: #4AB1F4;
}

/* ------ */
[type="radio"][name="sms-plan-group-usa"]:checked,
[type="radio"][name="sms-plan-group-usa"]:not(:checked),
[type="radio"][name="sms-plan-group-uk"]:checked,
[type="radio"][name="sms-plan-group-uk"]:not(:checked),
[type="radio"][name="sms-plan-group-au"]:checked,
[type="radio"][name="sms-plan-group-au"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"][name="sms-plan-group-usa"]:checked+label,
[type="radio"][name="sms-plan-group-usa"]:not(:checked)+label,
[type="radio"][name="sms-plan-group-uk"]:checked+label,
[type="radio"][name="sms-plan-group-uk"]:not(:checked)+label,
[type="radio"][name="sms-plan-group-au"]:checked+label,
[type="radio"][name="sms-plan-group-au"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"][name="sms-plan-group-usa"]:checked+label:before,
[type="radio"][name="sms-plan-group-usa"]:not(:checked)+label:before,
[type="radio"][name="sms-plan-group-uk"]:checked+label:before,
[type="radio"][name="sms-plan-group-uk"]:not(:checked)+label:before,
[type="radio"][name="sms-plan-group-au"]:checked+label:before,
[type="radio"][name="sms-plan-group-au"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translate(0, -50%);
}

[type="radio"][name="sms-plan-group-usa"]:checked+label:after,
[type="radio"][name="sms-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="sms-plan-group-uk"]:checked+label:after,
[type="radio"][name="sms-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="sms-plan-group-au"]:checked+label:after,
[type="radio"][name="sms-plan-group-au"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff8d12;
	top: 50%;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"][name="sms-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="sms-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="sms-plan-group-au"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0) translate(0, -50%);
	transform: scale(0) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="sms-plan-group-usa"]:checked+label:after,
[type="radio"][name="sms-plan-group-uk"]:checked+label:after,
[type="radio"][name="sms-plan-group-au"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, -50%);
	transform: scale(1) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="sms-plan-group-usa"]:checked+label,
[type="radio"][name="sms-plan-group-uk"]:checked+label,
[type="radio"][name="sms-plan-group-au"]:checked+label {
	background-color: #4AB1F4;
	color: #ffffff;
	border-color: #4AB1F4;
}


/* ------ */
[type="radio"][name="mms-plan-group-usa"]:checked,
[type="radio"][name="mms-plan-group-usa"]:not(:checked),
[type="radio"][name="mms-plan-group-uk"]:checked,
[type="radio"][name="mms-plan-group-uk"]:not(:checked),
[type="radio"][name="mms-plan-group-au"]:checked,
[type="radio"][name="mms-plan-group-au"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"][name="mms-plan-group-usa"]:checked+label,
[type="radio"][name="mms-plan-group-usa"]:not(:checked)+label,
[type="radio"][name="mms-plan-group-uk"]:checked+label,
[type="radio"][name="mms-plan-group-uk"]:not(:checked)+label,
[type="radio"][name="mms-plan-group-au"]:checked+label,
[type="radio"][name="mms-plan-group-au"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"][name="mms-plan-group-usa"]:checked+label:before,
[type="radio"][name="mms-plan-group-usa"]:not(:checked)+label:before,
[type="radio"][name="mms-plan-group-uk"]:checked+label:before,
[type="radio"][name="mms-plan-group-uk"]:not(:checked)+label:before,
[type="radio"][name="mms-plan-group-au"]:checked+label:before,
[type="radio"][name="mms-plan-group-au"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	transform: translate(0, -50%);
}

[type="radio"][name="mms-plan-group-usa"]:checked+label:after,
[type="radio"][name="mms-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="mms-plan-group-uk"]:checked+label:after,
[type="radio"][name="mms-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="mms-plan-group-au"]:checked+label:after,
[type="radio"][name="mms-plan-group-au"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff8d12;
	top: 50%;
	left: 13px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"][name="mms-plan-group-usa"]:not(:checked)+label:after,
[type="radio"][name="mms-plan-group-uk"]:not(:checked)+label:after,
[type="radio"][name="mms-plan-group-au"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0) translate(0, -50%);
	transform: scale(0) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="mms-plan-group-usa"]:checked+label:after,
[type="radio"][name="mms-plan-group-uk"]:checked+label:after,
[type="radio"][name="mms-plan-group-au"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1) translate(0, -50%);
	transform: scale(1) translate(0, -50%);
	transform-origin: center center;
}

[type="radio"][name="mms-plan-group-usa"]:checked+label,
[type="radio"][name="mms-plan-group-uk"]:checked+label,
[type="radio"][name="mms-plan-group-au"]:checked+label {
	background-color: #4AB1F4;
	color: #ffffff;
	border-color: #4AB1F4;
}

.plan-details {
	font-size: 24px;
	font-family: qs-bold;
}

.plan-price {
	text-align: right;
}

.single-plan-wrap {
	margin-bottom: 22px;
}

.lr-new-pricing {
	background-color: #F4F5F6;
}

.new-pricing-box {
	margin-top: 50px;
}

.plan-wrapper .single-plan-wrap:last-child label {
	border: 2px solid #4AB1F4;
}

.plan-wrapper .single-plan-wrap:last-child {
	margin-bottom: 0px;
}




.plan-details-inner {
	padding: 22px 20px;
}

.switch-button {
	background: rgba(255, 255, 255, 1);
	border-radius: 30px;
	overflow: hidden;
	width: 320px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	position: relative;
	padding-right: 160px;
	position: relative;
	margin: auto;
	border: 2px solid #4AB1F4;
}

/* .switch-button:before {
    content: "Toll Free Number";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    color: #000000;
  } */
.switch-button-checkbox {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	margin-top: 0px !important;
}

.switch-button-checkbox:checked+.switch-button-label:before {
	transform: translateX(158px);
	transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
	position: relative;
	padding: 10px 0;
	display: block;
	user-select: none;
	pointer-events: none;
	margin-bottom: 0px;
}

.switch-button-checkbox+.switch-button-label:before {
	content: "";
	background: #4AB1F4;
	height: calc(100% - 4px);
	width: 100%;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 30px;
	transform: translateX(2px);
	transition: transform 0.3s;
}

.switch-button-checkbox+.switch-button-label:after {
	content: "Toll Free Number";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	color: #666;
}

.switch-button-checkbox:checked+.switch-button-label:after {
	color: #ffffff;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
	position: relative;
	color: #ffffff;
}

.switch-button-checkbox:checked+.switch-button-label .switch-button-label-span {
	color: #666;
}

.plan-details-inner {
	background-color: #ffffff;
	border: 1px solid #E2E2E2;
	border-radius: 10px;
}

/* .plan-benefit-inner{
    margin-top: 20px;
  } */
.benefit-charge-point {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	border-bottom: 1px solid #E5E5E5;
	align-items: center;

}

.benefit-charge-point .benefit-name {
	font-size: 18px;
	color: #666666;
}

#second-plan-usa,
#second-plan-usa,
#third-plan-usa,
#fourth-plan-usa,
#fifth-plan-usa,
#second-plan-ca,
#second-plan-ca,
#third-plan-ca,
#fourth-plan-ca,
#fifth-plan-ca,
#second-plan-uk,
#third-plan-uk,
#fourth-plan-uk,
#second-plan-au,
#third-plan-au,
#fourth-plan-au {
	display: none;
}

.plan-benefit-inner .benefit-charge-point:last-child {
	border-bottom: 0px;
}

.benefit-charge-point .free-charge {
	color: #00be82;
}

.benefit-charge-point:hover {
	background-color: rgba(74, 177, 244, 0.1);
	transition: all 0.3s;
	border-radius: 10px;
	border-color: transparent;
	cursor: pointer;
}

.benefit-charge-point:hover .benefit-name,
.benefit-charge-point:hover .benefit-charge {
	color: #4AB1F4;
}

.benefit-charge {
	font-size: 26px;
}

.plan-details-footer {
	max-width: 90%;
	padding: 15px 20px;
	background-color: #ffffff;
	margin: auto;
	text-align: center;
	border: 1px solid #E2E2E2;
	border-top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 15%);
}

.pricing-btn {
	font-size: 20px;
	background-color: #ff8d12;
	color: #ffffff;
}

.pricing-btn:hover {
	color: #ffffff;
}

.plan-details-footer p {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: qs-bold;
	margin-top: 10px;
	color: #00114e;
}

.plans-details-right {
	transition: all 0.3s;
}

.plan-details .plans-details-right:last-child .plan-benefit-inner {
	margin-top: 0px;
}

.enterprise-benefit-inner.plan-benefit-inner .benefit-charge-point {
	justify-content: flex-start;
}

.enterprise-benefit-inner.plan-benefit-inner .benefit-charge-point .benefit-icon-tick {
	height: 26px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.enterprise-details-wrap {
	border: 2px solid #4AB1F4;
	background-color: rgb(74 177 244 / 10%);
}

.enterprise-details-footer {
	border-color: #4AB1F4;
	border-width: 2px;
}

.enterprise-benefit-inner .benefit-charge-point {
	padding-top: 20px;
	padding-bottom: 20px;
}

#plan-one-toll-benefit,
#plan-two-toll-benefit,
#plan-three-toll-benefit,
#plan-fifth-toll-benefit,
#plan-one-toll-benefit-uk,
#plan-two-toll-benefit-uk,
#plan-three-toll-benefit-uk,
#plan-fifth-toll-benefit-uk,
#plan-one-toll-benefit-au,
#plan-two-toll-benefit-au,
#plan-three-toll-benefit-au,
#plan-fifth-toll-benefit-au {
	display: none;
}

.enterprise-details-wrap .benefit-charge-point .benefit-name {
	color: #00114e;
}

.country-select-button-group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.country-group-btn-single {
	position: relative;
	display: flex;
	align-items: center;
}

[type="radio"][name="group-country"]:checked,
[type="radio"][name="group-country"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.country-group-btn-single label {
	display: inline-flex;
	margin: 0px;
	align-items: center;
	padding: 10px 14px;
	background: linear-gradient(to bottom, #ffffff 0%, #e4e7e9 100%);
	border: 1px solid #ced4e5;
	cursor: pointer;
	font-family: qs-regular;
	font-size: 18px;
}

.country-group-btn-single label span.country-name-span {
	margin-left: 5px;
}

.country-group-btn-single .country-label.country-label-one {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.country-group-btn-single .country-label.country-label-three {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-left: -1px;
}

.country-group-btn-single .country-label.country-label-two {
	margin-left: -1px;
}

.country-group-btn-single label .country-flag svg {
	width: 20px;
}

[type="radio"][name="group-country"]:checked+label {
	background: linear-gradient(to bottom, #4ab1f4 0%, #009bff 100%);
	color: #ffffff;
	border-color: #009bff;
}

#rvm-uk-plan,
#rvm-au-plan,
#rvm-usa-canada-plan,
#cpd-uk-plan,
#cpd-au-plan,
#cpd-usa-canada-plan,
#vb-uk-plan,
#vb-au-plan,
#vb-usa-canada-plan,
#sms-uk-plan,
#sms-au-plan,
#sms-usa-canada-plan,
#mms-uk-plan,
#mms-au-plan {
	display: none;
}

.mms-label-country-label {
	display: none;
}

/* @media only screen and (max-width: 1200px){
    .plan-details{
        font-size: 20px;
    }
} */


/* .hero .dropdown:hover .dropdown-menu Css*/

/*Anup*/
.mega-menu {
	box-shadow: none !important;
}

.d-flex {
	display: flex !important;
	align-items: self-start;
}

.whypay {
	font-size: 14px;
	;
}

.text-left {
	text-align: left;
}

.bg-white {
	background-color: #fff;
}

.text-white {
	color: #fff;
}

.service-section {
	width: 100%;
	border-radius: 10px;
}

.service-section .media {
	padding: 9px 10px 9px;
	border-radius: 8px;
}

.service-section .media:hover {
	background-color: #1a51981f;
	transition: 0.5s;
}

.service-section a {
	text-decoration: none;
}

.service-section h5 {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 0;
}

.service-section img {
	background: #fff;
	margin-right: 10px;
	padding: 9px;
	border-radius: 10px;
	width: 50px;
	height: 50px;
}

.service-section p {
	color: #444;
	font-family: qs-medium;
	font-size: 14px;
	margin-bottom: 0;
}

.s-title {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 19px;
	font-weight: 600;
}

.under-line {
	width: 15%;
	border: 1px solid #fd8d2b;
	display: block;
	margin: inherit;
	margin-top: 15px;
}

.tommnichannel {
	background: #ebe9e9;
	padding: 21px 20px 48px !important;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tommnichannel img {
	width: 100%;
	height: auto;
}

.tommnichannel .media:hover {
	background-color: #ebe9e9;
	transition: 0.5s;
}

.tommnichannel .under-line {
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-section .col-md-4 {
	padding: 14px 12px;
}

.mt-1 {
	margin-top: 10px !important;
}

.mt-2 {
	margin-top: 20px !important;
}

.media.d-flex.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 30px !important;
}

.mt-4 {
	margin-top: 40px !important;
}

.mt-5 {
	margin-top: 50px !important;
}

.mt-6 {
	margin-top: 60px !important;
}

.pt-1 {
	padding-top: 10px !important;
}

.pt-2 {
	padding-top: 20px !important;
}

.pt-3 {
	padding-top: 30px !important;
}

.pt-4 {
	padding-top: 40px !important;
}

.pt-5 {
	padding-top: 50px !important;
}

.pt-6 {
	padding-top: 60px !important;
}

.pr-1 {
	padding-right: 10px !important;
}

.pr-2 {
	padding-right: 20px !important;
}

.pr-3 {
	padding-right: 30px !important;
}

.pr-4 {
	padding-right: 40px !important;
}

.pr-5 {
	padding-right: 50px !important;
}

.pr-6 {
	padding-right: 60px !important;
}

.p-1 {
	padding: 10px !important;
}

.p-2 {
	padding: 20px !important;
}

.p-3 {
	padding: 30px !important;
}

.p-4 {
	padding: 40px !important;
}

.p-5 {
	padding: 50px !important;
}

.p-6 {
	padding: 60px !important;
}

.omichan-arrow {
	width: 45px !important;
	padding: 3px 9px !important;
	background: #ebe9e9 !important;
}

.omichan {
	color: #1d3d9b !important;
	font-family: qs-bold !important;
	font-size: 20px !important;
	letter-spacing: 0.5px !important;
	margin-top: 0 !important;
	display: block !important;
	font-weight: 700 !important;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 4px 9px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #fd8d2b;
	border-radius: 10px;
}

.d-flex-mega {
	display: -webkit-box;
}

.mega-menu .bg-white {
	background-color: #f7f7f7 !important;
}

nav.navbar.navbar-default.navbar-fixed-top.new-head.nav-dark {
	border-bottom: 0px solid rgba(21, 47, 107, 0.9) !important;
}

.service-section a {
	color: #1d3d9b;
	font-family: qs-medium;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-top: 0;
	display: block;
	font-weight: 600;
}

.service-section a span {
	display: block;
	color: #444;
	font-family: qs-medium;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 8px;
}

.why_title h2:after,
.section-title h3:after {
	background-color: #fff;
}

@media only screen and (min-width: 320px)and (max-width:420px) {
	.benefit-charge-point .benefit-name {
		font-size: 15px;
		color: #666666;
	}

	.benefit-charge {
		font-size: 16px;
	}

	.plan-details {
		font-size: 16px !important;
	}

	.footer-section-title h3 {
		font-size: 16px;
		line-height: 25px;
	}

	.footer-section-title h3 img {
		display: block;
		margin: auto;
	}

	.alert.surchaege-update p {
		padding-left: 0;
	}
}

@media only screen and (max-width: 991px) {
	.new-pricing-box-inner .plan-wrapper {
		margin-bottom: 20px;
	}

	.points-remove-left {
		justify-content: center !important;
	}

	.rev {
		display: flex;
		flex-direction: column-reverse;
	}

	.counter-slide {
		width: 100% !important;
	}

	.pd-price-foot {
		display: block !important;

	}

	.restricted_title_ring {
		font-size: 14px;
	}

	.tooltip-button {
		top: 7px !important;
		right: -5px !important;
	}

	.tooltip2 {
		display: table !important;
		font-size: 16px;
	}
}

.calendly-overlay {
	background-color: rgba(31, 31, 31, .8) !important;
}

#rvm-au-plan .price-details-enterprise {
	height: 240px;
}

#vb-usa-canada-plan .price-details-enterprise {
	height: 240px;
}

#vb-au-plan .price-details-enterprise {
	height: 240px;
}

#sms-usa-canada-plan .price-details-enterprise {
	height: 240px;
}

#sms-usa-canada-plan .price-details {
	height: 210px;
}

#sms-uk-plan .price-details {
	height: 143px;
}

#sms-au-plan .price-details {
	height: 143px;
}

#vb-usa-canada-plan .price-details {
	height: 210px;
}

#vb-au-plan .price-details {
	height: 210px;
}

#vb-uk-plan .price-details {
	height: 170px;
}

#rvm-au-plan .price-details {
	height: 210px;
}

#rvm-uk-plan .price-details {
	height: 170px;
}

#rvm-usa-canada-plan .price-details {
	height: 170px;
}

/* New CSS 05-02-2024 */
/* 
.price-sub-hero-inner ul li a{
	width: 100%;
}
.price-sub-hero-inner ul li {
    width: 24.7%;
    padding: 3px;
} */
.table_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 15px !important;
}

.table_text h4 {
	color: #000;
	font-size: 18px;
	font-family: 'qs-bold';
	margin-top: 0;
}

.table_text p {
	font-family: 'qs-medium';
	margin-bottom: 0;
}

.bg-blue-themes td {
	padding: 12px 0 !important;
}

.c-table {
	background: #fff;
	border-color: #eee9e9;
}

.text-orrange {
	color: #6ecaf9;
	font-weight: 800;
	font-family: 'qs-bold';
}

.text-head h3 {
	font-size: 30px;
	font-family: qs-bold;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}

.text-head p {
	margin-bottom: 0;
}

th.text-head {
	padding: 20px 15px !important;
	background: #2d447a;
	color: #fff;
}

td.table_data {
	border: 1px solid #f6f2f2 !important;
	padding: 15px 15px !important;
}

.bg-blue-themes {
	background: #2d447a;
}

.footer_text h5 {
	color: #fff;
	font-size: 18px;
	font-family: qs-bold;
}

.footer_text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-flex {
	display: flex;
	align-items: center;
}

.card.grid {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%);
	border: 1px solid #d8e8ee;
	transition: .3s;
}

.omni_title {
	font-size: 24px !important;
}

.dd-flex {
	display: flex;
	align-items: center;
}

/*Uk Page*/
.differ_way h3 {
	font-family: qs-medium;
	font-size: 19px;
	margin-top: 0px;
	line-height: 30px;
}

.differ_way.text-center {
	padding: 25px 14px;
	background: aliceblue;
	margin-bottom: 20px;
	border-radius: 6px;
}

.w-20 {
	width: 45px;
}

.d-flex-c {
	display: flex;
	flex-wrap: wrap;
}

.rvm-hiw-uk {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* .list-group-item-success{
    background-color: aliceblue;
} */

.text-white {
	color: #fff !important;
}

.border-line h2:after {
	background-color: #fff !important;
}

.pd-price-head span {
	font-size: 24px;
	font-family: qs-bold;
	display: block;
	padding-top: 15px;
}

.pd-price-head p {
	font-size: 36px !important;
	font-family: qs-bold !important;
	margin-top: 0px;
	line-height: 40px;
}

.enterprise-pd p {
	font-size: 17px !important;
	line-height: 26px;
}

.pd-price-head .price_amount {
	font-size: 36px !important;
	font-family: qs-bold !important;
	margin-top: 0px !important;
}

.pd-price-head p {
	font-size: 17px;
	font-family: qs-medium;
}

.text_blue {
	color: #57c1f8 !important;
}

.rvm-page .hero-text-wrapper p {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
}

.cpd-page .hero-text-wrapper p {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
}

.vb-page .hero-text-wrapper p {
	font-size: 26px;
	font-family: qs-medium;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 30px;
}

.testimonials-new .section-title h2:after {
	background-color: #00114f;
}


/* ======================================PPC-Page=================================== */

.ppc-h1 {
	font-size: 48px !important;
	background: linear-gradient(to right, red, blue) !important;
	-webkit-background-clip: text !important;
	color: transparent !important;
	text-align: center;
}

.ppc-who-sec {
	padding: 40px 0;
}

.ppc-who-title h2 {
	color: #00114e;
	font-size: 36px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
	text-align: center;
}

.ppc-who-title p {
	color: #000;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
	letter-spacing: .2px;
	line-height: 24px;
}

.ppc-who-box {
	background-color: #fff;
	padding: 17px 14px;
	border-radius: 12px;
	margin: 12px 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	min-height: 262px;
	transition: .5s ease all;
}

.ppc-who-box:hover {
	transform: translateY(-10px);
}

.ppc-who-box .set-top img {
	width: 50px;
	height: 50px;
}

.ppc-who-box .set-top h3 {
	color: #00114e;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
}

.ppc-who-box .set-bottom p {
	color: #000;
	font-weight: 500;
	margin: 0;
	font-size: 15px;
	margin-top: 15px;
	letter-spacing: .2px;
	line-height: 24px;
}

/* -----------------------ppc-work-sec------------------- */

.ppc-work-sec {
	padding: 40px 0;
	background-color: #f0f6ff;
}

.ppc-work-title {
	margin-top: 30px;
}

.ppc-work-title h2 {
	color: #00114e;
	font-size: 36px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
}

.ppc-work-title p {
	color: #000;
	font-weight: 500;
	padding-top: 14px;
	letter-spacing: .2px;
	line-height: 24px;
}

.work-line {
	font-weight: 700;
	color: #00114E;
	text-align: center;
	margin-top: 20px;
}

.ppc-work-main {
	position: relative;
}

.ppc-work-main::after {
	position: absolute;
	content: '';
	top: 60px;
	left: 33px;
	height: 80%;
	width: 1px;
	background-color: #3f7e97;
	z-index: 10;
}

.ppc-work {
	display: flex;
	align-items: center;
	margin: 14px 0;
}

.ppc-work .left-wi {
	position: relative;
	z-index: 11;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #3f7e97;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ppc-work .left-wi img{
	width: 60%;
}

.ppc-work .right-wt {
	margin-left: 20px;
	width: 80%;
}

.ppc-work .right-wt h3 {
	font-weight: 700;
	color: #00114E;
	font-size: 18px;
}

.ppc-set-sec {
	background-color: #00114E;
	padding: 40px 0;
}

.set-ppc-title {
	text-align: center;
}

.set-ppc-title h2 {
	color: #fff;
	font-size: 36px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
	text-align: center;
}

.set-ppc-title p {
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding-top: 10px;
	letter-spacing: .2px;
	line-height: 24px;
}

.ppc-set-box {
	background-color: #fff;
	padding: 15px 18px;
	border-radius: 12px;
	margin: 12px 0;
	min-height: 175px;
	transition: .5s ease all;
}

.ppc-set-box:hover {
	background-color: #3f7e97;
	transform: translateY(-7px);
}

.ppc-set-box:hover .set-top h3,
.ppc-set-box:hover .set-bottom p {
	color: #fff;
}

.ppc-set-box .set-top {
	display: flex;
	align-items: center;
}

.ppc-set-box .set-top img {
	width: 50px;
	height: 50px;
}

.ppc-set-box .set-top h3 {
	color: #00114e;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	margin-left: 12px;
}

.ppc-set-box .set-bottom p {
	color: #292f3a;
	font-weight: 600;
	margin: 0;
	font-size: 15px;
	margin-top: 15px;
	letter-spacing: .2px;
	line-height: 24px;
}

/* -------------------ppc-rule-sec--------------------- */

.ppc-rule-sec {
	padding: 40px 0;
}

.rule-bg-main {
	background-color: #f0f6ff;
	border-radius: 50px;
	padding: 70px 30px 70px 30px;
}

.rule-ppc-title h2 {
	color: #00114e;
	font-size: 36px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
	margin-bottom: 14px;
	text-align: center;
}

.rule-ppc-title p {
	color: #000;
	text-align: center;
	font-weight: 500;
	letter-spacing: .2px;
	line-height: 24px;
}

.rule-ppc-title .p2 {
	color: #000;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
}

/* -----------accordion----------- */

.accordion-item {
	background-color: #e4efff;
	padding: 15px 18px;
	margin: 10px 0;
	border-radius: 15px;
}

.accordion-header {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	display: inline-block;
}

.accordion-button {
	background-color: #e4efff;
	border: none;
	position: relative;
}

.accordion-button.collapsed::after {
	position: absolute;
	flex-shrink: 0;
	margin-left: auto;
	content: "";
	background: url("../img/ppc-service/acc-btn.webp");
	background-repeat: no-repeat;
	width: 24px !important;
	height: 24px !important;
	background-size: 24px !important;
	font-weight: bold !important;
	margin-left: 12px;
	transition: transform .2s ease-in-out;
}

.accordion-body p {
	padding: 20px 0 0 0;
	letter-spacing: .2px;
	line-height: 24px;
}

/* -------------------------ppc-cta-sec------------------------- */

.ppc-cta-sec {
	background-color: #00114E;
	padding: 40px 0;
}

.ppc-cta-title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ppc-cta-title h2 {
	color: #fff;
	font-size: 36px;
	font-family: qs-bold;
	position: relative;
	margin: 0px;
	margin-bottom: 14px;
	text-align: center;
}

.ppc-cta-title p {
	color: #fff;
	text-align: center;
	letter-spacing: .2px;
	line-height: 24px;
}

.ppc-cta-btn a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f28c3c;
	color: #fff;
	text-align: center;
	font-weight: 20px;
	font-weight: 600;
	border-radius: 8px;
	transition: .5s ease all;
	text-decoration: none;
	margin-top: 12px;
}

.ppc-cta-btn a:hover {
	background-color: #ff8d12;
	color: #fff;
}









@media (min-width:320px) and (max-width: 1199px) {
	.ppc-who-box {
		min-height: 160px;
	}
}


@media only screen and (max-width: 650px) {
	.country-group-btn-single {
		display: block;
		text-align: center;
	}

	.country-group-btn-single label {
		display: inline-block;
		margin-bottom: 10px;
		border-radius: 6px;
		width: 48%;
	}
}

@media only screen and (max-width: 450px) {
	.country-group-btn-single label {
		width: 100%;
	}
}

.points-remove-left {
	justify-content: end;
}

@media only screen and (min-width: 850px) {
	.dropdown-menu.mega-menu {
		min-width: 820px;
		left: -155px;
	}

	.mega-menu::before {
		left: 23%;
	}

	.mega-menu-text {
		min-height: 180px;
	}

	/* .tooltip-button {
        top: 7px !important;
        right: -7px !important;
    }   */
	.tooltip2 {
		display: table !important;
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {
	.dropdown-menu.mega-menu {
		min-width: 920px;
		left: -210px;
		width: 100%;
	}

	.mega-menu::before {
		left: 27%;
	}

}

@media only screen and (min-width: 1200px) {
	.dropdown-menu.mega-menu {
		min-width: 1024px;
		left: -185px;
	}

	.mega-menu::before {
		left: 22%;
	}

	.mega-menu-text {
		min-height: 135px;
	}
}

@media only screen and (min-width: 1360px) {
	.mega-menu-text {
		min-height: 165px;
	}
}

@media only screen and (min-width: 1365px) {
	.dropdown-menu.mega-menu {
		min-width: 1250px;
		left: -275px;
	}

	.mega-menu::before {
		left: 25.5%;
	}

	.mega-menu-text {
		min-height: 115px;
	}
}

@media only screen and (min-width: 1450px) {
	.dropdown-menu.mega-menu {
		min-width: 1300px;
		left: -375px;
	}

	.mega-menu::before {
		left: 32%;
	}

	.mega-menu-text {
		min-height: 115px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1430px) {
	.col-xl-6 {
		width: 50%;
	}

	.d-flex-pd {
		display: block;
		margin-bottom: 20px;
		height: 460px;
	}

	.sign-btn {
		position: inherit;
		margin: auto;
	}

	.sign-btn-enterprice {
		position: inherit;
		margin: auto;
	}

	.pd-price-box {
		height: 460px;
		padding: 20px 11px 20px;
	}

	.price-details-enterprise {
		height: 190px !important;
	}

	#rvm-au-plan .price-details {
		height: 170px;
	}

	#vb-usa-canada-plan .price-details {
		height: 170px;
	}

	#vb-au-plan .price-details {
		height: 170px !important;
	}

	#sms-usa-canada-plan .price-details {
		height: 170px;
	}

	#sms-uk-plan .price-details {
		height: 170px;
	}

	#sms-au-plan .price-details {
		height: 170px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#rvm-au-plan .price-details-enterprise {
		height: 170px !important;
	}

	.price-details-enterprise {
		height: 170px !important;
	}

	#vb-au-plan .price-details {
		height: 170px !important;
	}

	#sms-usa-canada-plan .price-details {
		height: 170px !important;
	}

	#sms-uk-plan .price-details {
		height: 170px !important;
	}

	#sms-au-plan .price-details {
		height: 170px !important;
	}
}

@media only screen and (min-width: 1440px) {
	#cpd-usa-canada-plan .price-details-enterprise {
		height: 240px;
	}

	#cpd-usa-canada-plan .price-details {
		height: 232px;
	}

	#cpd-canada-plan .price-details-enterprise {
		height: 240px;
	}

	#cpd-canada-plan .price-details {
		height: 232px;
	}

	.pd-price-head h3 {
		font-size: 24px;
		font-family: qs-bold;
	}

	.mb-container {
		width: 1420px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1364px) {
	.omichan {
		font-size: 14px !important;
		letter-spacing: 0 !important;
	}

	.omichan-arrow {
		width: 40px !important;
	}

	.col-xl-6 {
		width: 50%;
	}

	.d-flex-pd {
		display: block;
		margin-bottom: 20px;
	}
}

@media (max-width:768px) {
	.compliance-links {
		list-style: none;
		padding-left: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.pdd-0 {
		padding-right: 0;
		;
	}

	.table_data {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 6px 15px !important;
		text-align: center;
		flex-direction: column-reverse;
	}

	.omni_title {
		font-size: 18px !important;
		line-height: 24px;
	}

	.dd-flex {
		display: block;
		align-items: center;
	}

	.meet-all-speak .name_spiker {
		flex-wrap: wrap;
	}
}

@media(min-width: 576px) and (max-width:991px) {
	.meet-all-speak {
		width: 70%;
		margin: 0 auto;
	}
}

@media (min-width:320px) and (max-width:991px) {

	.meet-sec-title {
		text-align: center;
	}

	.meet-sec-par {
		width: 100%;
		text-align: center;
	}

	.meet-but-main .marg-auto {
		margin: 0 auto;
	}
}

@media (max-width:1199px) {
	.dd-flex {
		display: block;
		align-items: center;
	}
}

@media (min-width:320px) and (max-width:420px) {
	.meet-but-main img {
		width: 100%;
	}
}


@media (min-width:320px) and (max-width:575px) {

	.meet-all-speak {
		width: 100%;
	}

	.out-list-main .out-cus {
		width: 100%;
	}

	.meet-sec-par {
		width: 100%;
	}

	.meet-but-main img {
		width: 80%;
	}

	.meet-all-speak .name_spiker h4 {
		padding: 12px 10px;
		font-size: 16px;
		font-weight: 600;
	}
}