body {
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}
*
{
	border-sizing:border-box;
}

ul,li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
a,
a:active,
a:focus,
button,active
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
img {
	max-width: 100%;
}
a:hover
{
	text-decoration: none;
}
p
{
	color: #697173;
	font-size: 16px;
	line-height: 28px;
}
h2 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
}
.main-header.inner-page-heder {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0px 0;
}
.main-header {
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0px 0;
    backdrop-filter: blur(8px);
}
.main-header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #3a3949;
    z-index: 9999;
    animation: smoothScroll 1s forwards;
    padding: 5px 0;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


ul.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right a.try-itfree {
    background: #F68A1F;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 6px 23px;
    margin-left: 41px;
	position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    z-index: 0;
}
.header-right a.try-itfree img {
    margin-left: 5px;
}
.header-right a.try-itfree:hover::after
{
	transition: .4s ease-in-out;
	width: 100%;
}
.header-right a.try-itfree::after {
    content: "";
    background: #dd730a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    color: #fff;
    text-align: center;
    transition: .4s ease-in-out;
}
.header-right li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.main-header.inner-page-heder .header-right li a {
    color: #697173;
}

.contact-bg {
    background: url("../../assets/img/Bg Integration.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 62px 0 150px 0;
}
.contact-left {
    padding: 24px 88px 0 0;
}
.contact-left h3 {
	font-weight: 600;
	font-size: 36px;
	color: #01151A;
}
.contact-left p {
	font-weight: normal;
	font-size: 16px;
	color: #697173;
}
.wehere h5 {
    font-weight: 600;
    font-size: 18px;
    color: #213034;
    margin: 0 0 14px 0;
}
.wehere ul li u
{
	font-weight: normal;
	font-size: 16px;
	color: #213034;
}
.wehere {
    margin: 59px 0 73px 0;
}
.wehere li {
    position: relative;
    padding: 0 0 8px 25px;
}
.wehere li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    background: #F68A1F;
    box-shadow: 0px 2px 4px rgba(246, 138, 31, 0.24);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.wehere h6 {
    font-weight: normal;
    font-size: 14px;
    color: #697173;
    margin: 30px 0 0 0;
}
.wehere h6 a {
    font-weight: 500;
    font-size: 14px;
    color: #F68A1F;
}
.wehere h6 a:hover
{
	text-decoration: underline;
}
.wehere h6 a img
{
	margin-left: 5px;
}
.main-header.inner-page-heder.sticky .stellarnav > ul > li > a {
    color: #fff !important;
}
.main-header.inner-page-heder.sticky .stellarnav li.has-sub > a::after {
    border-top: 5px solid #fff;
}
.main-header.inner-page-heder.sticky .header-right li a {
    color: #fff;
}
.cont-box-wizard {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 20px 15px 30px 15px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.04);
}
.cont-box-wizard h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 6px 0;
    color: #213034;
    text-transform: uppercase;
}
.cont-box-wizard h4 img {
    margin-left: 6px;
    margin-top: -3px;
}
.cont-box-wizard span {
    font-weight: normal;
    font-size: 13px;
    color: #697173;
    display: block;
}
.cont-box-wizard span a {
    color: #697173;
}
.cont-sec ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.cont-sec ul li {
    width: 48.5%;
}
.cont-sec ul li:last-child
{
	width: 100%;
}
.contact-form {
    background: #FFFFFF;
    box-shadow: 0px 16px 64px rgba(33, 48, 52, 0.08);
    border-radius: 8px;
    padding: 47px;
	position: relative;
	z-index: 11;
}
.contact-form .form-group {
    margin-bottom: 34px;
}
.contact-form .form-group label {
    font-weight: normal;
    font-size: 14px;
    color: #01151A;
    margin: 0 0 6px 0;
}
.contact-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #E7E9ED;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    font-size: 14px;
    color: #01151A;
    font-weight: normal;
}
.contact-form .form-group label img {
    margin: -8px 0 0 0;
}
.contact-form .form-group .custom-select {
    border: 1px solid #E7E9ED;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    font-size: 14px;
    color: #697173;
    font-weight: normal;
}
textarea.form-control
{
	height: auto !important;
}
.contact-btn {
    background: #FBBD81;
    border-radius: 4px;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
svg.contact-shap {
    position: absolute;
    top: 135px;
    left: -112px;
    z-index: -1;
}
svg.contact-shap1 {
    position: absolute;
    bottom: -62px;
    right: -56px;
    z-index: -1;
}
footer {
    background: #24243F;
}
.footer-top {
    padding: 48px 0 32px 0;
}
.subscribe-footer {
    display: flex;
    align-items: center;
}
.subscribe-footer label {
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    margin: 0 22px 0 0;
	letter-spacing: 0.25px;
}
.subscribe-footer input.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(231, 233, 237, 0.64);
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
}
.subscribe-footer form {
    width: 53%;
    display: flex;
}
.btn-subscribe {
    background: #F68A1F;
    border-radius: 4px;
    padding: 12px 39px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.footer-widget h3 {
    font-weight: 600;
    font-size: 14px;
    color: #F68A1F;
    margin: 32px 0 18px 0;
}
.footer-widget span {
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #fff;
}
.footer-widget ul li a {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    padding: 0 0 18px 0;
    transition: .4s ease-in-out;
}
.footer-widget ul li a:hover
{
	transition: .4s ease-in-out;
	color: #F68A1F;
	padding: 0 0 18px 5px;
}
.footer-copy-right {
    background: #171728;
    padding: 25px 0;
    margin-top: 45px;
}
ul.copy-list {
    display: flex;
}
ul.copy-list li a
{
font-weight: normal;
font-size: 15px;
letter-spacing: -0.204545px;
color: #FFFFFF;
margin-right: 34px;
}
ul.social-list {
    display: flex;
    justify-content: center;
}
ul.social-list li a
{
	color: #fff;
	margin: 0 10px;
}
ul.social-list {
    display: flex;
    justify-content: center;
}
ul.social-list li a {
    color: #fff;
    margin: 0 24px;
    font-size: 20px;
}
ul.apps-list {
    display: flex;
    justify-content: flex-end;
}
ul.apps-list li a
{
	margin-left: 15px;
}
.banner img {
    width: 100%;
}
.banner {
    position: relative;
}
.banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 800px;
    max-width: 100%;
    z-index: 1;
}
.banner-overlay h2 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    margin: 0 0 21px 0;
}
.banner-overlay p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 38px 0;
}
#banner-slider .owl-nav {
    position: absolute;
    bottom: 112px;
    right: 29px;
}
#banner-slider .owl-nav .owl-prev {
    display: none !important;
}
#banner-slider .owl-nav .owl-next {
    display: flex;
    align-items: center;
    color: #a0a0a0;
    font-size: 14px;
}
#banner-slider .owl-nav .owl-next .slider-counter {
    margin: 0 11px 0 3px;
}
a.request-demo {
    color: #fff;
    background: #F68A1F;
    font-size: 16px;
    display: inline-block;
    padding: 13px 28px;
    font-weight: 500;
    border-radius: 4px;
	transition: .4s ease-in-out;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
a.request-demo::after {
    content: "";
    background: #dd730a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    color: #fff;
    text-align: center;
    transition: .4s ease-in-out;
}
a.request-demo:hover::after {
    transition: .4s ease-in-out;
    width: 100%;
}

a.get-started {
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 23px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
	transition: .4s ease-in-out;
}
a.get-started:hover
{
	transition: .4s ease-in-out;
	background: #F68A1F;
}
a.get-started:hover i
{
	padding-left: 12px;
	transition: .4s ease-in-out;
}
a.get-started i {
    padding-left: 9px;
	transition: .4s ease-in-out;
}
.banner-overlay ul {
    display: flex;
    justify-content: center;
}
.banner-overlay ul li {
    margin: 0 10px;
}
.sales-platform {
    background-image: linear-gradient(to right top, #f7f9fa, #f9fafb, #fbfcfd, #fdfdfe, #ffffff);
}
ul#myTab {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -50px;
    border: none;
    z-index: 1;
    position: relative;
}
#myTab.nav-tabs .nav-link {
    font-weight: 500;
    border: none;
    border-radius: 3px 3px 0 0 !important;
    background: rgba(255, 255, 255, 0.16);
    font-size: 16px;
    color: #fff;
    padding: 13px 42px;
    margin: 0 8px;
}
#myTab.nav-tabs .nav-link.active
{
	background: #fff;
	color: #01151A;
}
#myTab.nav-tabs .nav-link img {
    margin: -3px 4px 0 0;
}
.main-tab {
    padding: 94px 0 120px 0;
}
.panel-left h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 16px 0;
}
.panel-left p {
    color: #697173;
    font-size: 14px;
    margin: 0 0 35px 0;
    line-height: 24px;
}
.panel-left {
    padding-right: 45px;
}
ul#listed-item {
    border: none;
}
ul#listed-item li {
    margin: 0;
    flex: 100%;
    width: 100%;
}
#listed-item a.nav-link {
    color: #213034;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 15px 15px 55px;
    position: relative;
	transition: .4s ease-in-out;
	border-bottom: 1px solid transparent;
	border-top: none;
    border-left: none;
    border-right: none;
	overflow: hidden;
}
#listed-item a.nav-link::before
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #F68A1F;
	width: 0;
	height: 1px;
	transition: .4s ease-in-out;
	right: 0;
}
#listed-item a.nav-link.active::before
{
	width: 293px;
	transition: .4s ease-in-out;
}
#listed-item a.nav-link.active {
    transition: .4s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #E7E9ED;
    border-radius: 4px;
    border-top: none;
    border-left: none;
    border-right: none;
}
#listed-item a.nav-link.active span
{
	background: #F68A1F;
	color: #fff;
	transition: .4s ease-in-out;
}

#listed-item a.nav-link:hover
{
	background: #fff;
	transition: .4s ease-in-out;
	border-bottom: 1px solid #E7E9ED;
    border-top: none;
    border-left: none;
    border-right: none;
}
#listed-item a.nav-link:hover::before
{
	width: 293px;
	transition: .4s ease-in-out;
}
#listed-item a.nav-link:hover span
{
	background: #F68A1F;
	color: #fff;
}

#listed-item a.nav-link span {
    height: 24px;
    width: 24px;
    background: #EAF0F1;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #697173;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 14px;
	transition: .4s ease-in-out;
}
#listed-item a.nav-link::after {
    content: "\f0da";
    position: absolute;
    top: 0;
    right: 0;
	font-family: Font Awesome\ 5 Free;
}
#listed-item a.nav-link:hover img.caret-right
{
	right: 15px;
	transition: .4s ease-in-out;
}
#listed-item a.nav-link.active img.caret-right
{
	right: 15px;
	transition: .4s ease-in-out;
}
img.caret-right {
    position: absolute;
    right: -20px;
    top: 21px;
	transition: .4s ease-in-out;
}
.learn-more-text {
    display: flex;
    margin-top: 46px;
    align-items: center;
    justify-content: space-between;
}
.learn-more-text a {
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
}
.learn-more-text p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #697173;
}
.strtigic-clients {
    padding: 64px 0 90px 0;
    text-align: center;
}
.strtigic-clients h2 {
    font-size: 20px;
    font-weight: 600;
    color: #01151A;
    margin: 0 0 40px 0;
}
.strtigic-clients ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.strtigic-clients ul li {
    margin: 0 17px;
}
.one-flatform {
    padding: 99px 0 140px 0;
    background: url("../../assets/img/platform-bg.png");
    background-size: cover;
}
.one-flatform h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
}
.one-flatform p {
    text-align: center;
    color: #F3D0B6;
    font-size: 16px;
    margin: 0 0 80px 0;
}
.one-flatform h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px 0;
}
.insted-box {
    width: 675px;
    margin: 0 auto;
    max-width: 100%;
}
.insted-box-top {
    text-align: center;
    position: relative;
    padding-top: 82px;
}
.animated-logo {
    position: absolute;
}
span.logo-1 {
    left: 61px;
    bottom: 32px;
    z-index: 1;
}
span.logo-6 {
    bottom: -3px;
    right: 132px;
}
span.logo-5 {
    left: 186px;
    bottom: -14px;
}
span.logo-3 {
    top: -19px;
    right: 226px;
}
span.logo-4 {
    top: 6px;
    left: 189px;
}
span.logo-2 {
    right: 60px;
    top: 18px;
}
.insted-box-bottom .lines-img {
    display: block;
    margin: -16px auto 0 auto;
}
.insted-box-bottom {
    text-align: center;
    position: relative;
}
img.lines-logo {
    margin-top: -61px;
    z-index: 1;
    position: relative;
}
.frame-img {
    position: absolute;
}
span.frame4 {
    left: 0;
    bottom: 123px;
}
span.frame3 {
    left: 78px;
    bottom: 30px;
}
span.frame2 {
    right: 0;
    bottom: 30px;
}
span.frame1 {
    right: 0;
    bottom: 123px;
}
.scrollmagic-pin-spacer {
    padding-top: 0 !important;
}
.insured-mine {
    background: #f9fbfb;
    padding: 107px 0 111px 0;
}
.animated-info {
    position: absolute;
    right: 31px;
    top: 39px;
    width: 309px;
}
.animated-info h6 {
    font-size: 16px;
    font-style: italic;
    color: #a2a2a2;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.animated-info::after {
    left: -47px;
    right: auto;
    background: url("../../assets/img/animation-infoarrow.png");
    top: 7px;
    content: "";
    width: 54px;
    height: 8px;
    position: absolute;
}
.insured-mine h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #01151A;
    margin: 0 0 21px 0;
}
.insured-mine h5 {
    text-align: center;
    color: #213034;
    font-size: 16px;
    margin: 0 0 100px 0;
}
.insured-mine h3 {
    text-align: center;
    color: #F68A1F;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 39px 0;
}
.agent-line {
    position: relative;
    text-align: center;
}
.first-label {
    position: relative;
    height: 390px;
    z-index: 1111;
}
.second-label {
    position: relative;
    height: 390px;
    margin-top: -100px;
    z-index: 111;
}
.third-label {
    position: relative;
    height: 390px;
    margin-top: -110px;
    z-index: 11;
}
.second-label.four-lebel {
    z-index: 1;
}
.five-lebel {
    z-index: 0;
    position: relative;
    height: 382px;
}
img.last-journey {
    position: absolute;
    top: -173px;
    left: 0;
    right:5px;
    margin: 0 auto;
    z-index: 1;
    transition: .4s eae-in-out;
}
.circle-top {
    position: absolute;
    top: 32px;
    left: 0;
    right: 9px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    z-index: 111;
    width: 48px;
    height: 48px;
}
img.first-step {
    position: absolute;
    left: 114px;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 11;
	transition: .4s ease-in-out;
}
img.second-step {
    position: absolute;
    top: 0px;
    left: 0;
    right: 122px;
    margin: 0 auto;
    z-index: 1;
    transition: .4s eae-in-out;
}
.jurney-agent {
    position: relative;
    margin-bottom: 0;
}
img.point-first {
    position: absolute;
    left: 0;
    right: 5px;
    margin: 0 auto;
    z-index: 111;
    opacity: 1;
    top: 236px;
}
.box-content {
    position: absolute;
    width: 406px;
    text-align: left;
    background: #f1f6f2;
    border: 1px solid #5FA929;
    border-radius: 8px;
    padding: 23px 25px;
    display: flex;
    align-items: center;
    transition: .4s ease-in-out;
}
.box-1 {
    transition: .4s ease-in-out;
    opacity: 1;
    left: 73px;
}
.box-2 {
    transition: .4s ease-in-out;
    opacity: 1;
    left: 73px;
}
.box-3 {
    right: 89px;
}
.box-3.box-4 {
    right: 132px;
}
.box-3.box-4 {
    right: 89px;
    top: -101px;
}
.five-lebel img.point-first {
    position: absolute;
    left: 0;
    right: 5px;
    margin: 0 auto;
    z-index: 111;
    opacity: 1;
    top: 158px;
}
.box-content.box-3::after {
    left: -56px;
    right: auto;
    background: url("../../assets/img/line-1.png");
    top: 57px;
}
.box-content span {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-text {
    width: 77%;
    margin-left: 23px;
}
.box-text h4 {
    color: #213034;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.box-text p {
    margin: 0;
    color: #213034;
    font-size: 14px;
}
.box-content::after {
    content: "";
    position: absolute;
    right: -56px;
    top: 34px;
    background: url("../../assets/img/line.png");
    width: 56px;
    height: 2px;
}
.alert-box {
    position: absolute;
    right: 0;
    text-align: left;
    background: #fff;
    padding: 20px 25px;
    width: 280px;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 13%);
    border-radius: 8px;
     z-index: 111;
}
.alert-box h3 {
    color: #EF5654;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2px 0;
    text-align: left;
}
.alert-box span {
    color: #213034;
    font-size: 12px;
}
.alert-box::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 34px;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

.alert-1 {
    bottom: 0;
    right: 170px;
}
.alert-2 {
    left: 160px;
    bottom: 0;
}
.alert-box.alert-3 {
    bottom: 0;
    right: 180px;
}
.alert-box.alert-2::after {
    right: -9px;
    border-left: 10px solid #fff;
    left: auto;
    border-right: inherit;
}
img.ic-atention.atention-1 {
    position: absolute;
    bottom: -30px;
    z-index: 111;
    right: 454px;
}
img.ic-atention.atention-2 {
    position: absolute;
    bottom: -30px;
    z-index: 111;
    left: 427px;
}
img.ic-atention.atention-3 {
    position: absolute;
    bottom: -24px;
    right: 454px;
    z-index: 11;
}
.dollar-circle {
    position: absolute;
    bottom: 51px;
    left: 0;
    right: 5px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    z-index: 111;
    width: 48px;
    height: 48px;
}
.exit-point span {
    font-size: 16px;
    font-weight: 600;
    color: #4C944F;
    background: url("../../assets/img/Union.png");
    width: 240px;
    height: 64px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.exit-point {
    margin-top: 23px;
}
.our-feature-container {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.feature-left h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.feature-left p {
    color: #697173;
    font-size: 20px;
    line-height: 28px;
}
.feature-box span {
    width: 64px;
    height: 64px;
    background: #FDF6F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #fdf6f2;
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #01151A;
    margin: 25px 0 18px 0;
}
.feature-box p {
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.feature-box {
    margin-bottom: 28px;
}
.feature-right {
    margin-bottom: 26px;
}
.our-feature {
    padding: 70px 0 100px 0;
}
.icon-box {
    width: 72px;
    height: 72px;
    border: 1px solid #E7E9ED;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box img {
    width: auto !important;
}
.add-icon img {
    width: auto !important;
}
.add-icon {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.item-box {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
}
.be-ontigration {
    background: url("../../assets/img/Bg-Integration1.png");
    padding: 100px 0 165px 0;
    background-size: cover;
    background-position: center;
}
.be-ontigration h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #01151A;
    margin: 0 0 92px 0;
    padding: 0 400px;
}
.item-box h4 {
    color: #01151A;
    font-size: 20px;
    font-weight: 500;
    margin: 18px 0 14px 0;
}
.item-box p {
    color: #697173;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 32px 0;
}
.request-demo
{
	background: url("../../assets/img/request-bg.png");
    padding: 100px 0 100px 0;
    background-size: cover;
    background-position: center;
}
.inner-request {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-request h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 0 0;
    width: 52%;
}
.inner-request a {
    background: #F68A1F;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 33px;
}
.coment-sec {
    background: #F7F9FA;
    padding: 150px 0 100px 0;
}
.coment-sec h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 48px;
}
.coment-box {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    padding: 40px 48px 40px 48px;
    border-radius: 8px;
    text-align: center;
    height: 660px;
}
.avatar-pic {
    width: 144px;
    height: 144px;
    display: block;
    margin: 0 auto;
}
.avatar-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.coment-box p {
    color: #213034;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin: 25px 0 32px 0;
}
.coment-box span {
    color: #697173;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.view-all-cmnt {
    text-align: center;
    margin-top: 40px;
}
.view-all-cmnt a {
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
}
.mobility {
    background: url("../../assets/img/playstore-bg.png");
    padding: 86px 0 169px 0;
    background-size: cover;
    background-position: center;
    margin-top: -4px;
}
.mobility-inner {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}
.mobility-left h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: -6px 0 9px 0;
}
.mobility-left p {
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 18px 0;
}
.mobility-left h3 {
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 26px 0;
}
.mobility-left h4 {
    color: #697173;
    font-size: 14px;
    font-weight: 600;
    margin: 25px 0 19px 0;
}
.mobility-left ul {
    display: flex;
    align-items: center;
}
.mobility-left ul li {
    margin-right: 17px;
}
img.mock-1 {
    position: absolute;
    top: 67px;
    left: 0;
}
img.mock-2 {
    position: absolute;
    right: -90px;
    top: 0;
}
.mobility-right {
    position: relative;
}
img.sp-1 {
    position: absolute;
    left: -37px;
    top: 221px;
}
img.sp-2 {
    position: absolute;
    right: -167px;
    top: 173px;
}
.get-ready {
    background: url("../../assets/img/ready-bg.png");
    padding: 70px 100px;
    background-size: cover;
    background-position: center;
    width: 1008px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get-ready h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.get-ready a {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E7E9ED;
    display: inline-block;
    color: #213034;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px 12px 24px;
}
.get-ready a img {
    margin-left: 7px;
}
.get-ready-outer
{
	background: #f7f9fa;
	padding: 0 0 87px 0;
}
.blog-bg
{
	background: url("../../assets/img/blog-bg.png");
    padding: 125px 0 100px 0;
    background-size: cover;
    background-position: center;
}
.blog-bg h2 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 29px 0;
}
.blog-panel-left img {
    width: 100%;
}


.blog-panel-right h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 15px 0 27px 0;
}
.blog-panel-right p {
    color: #697173;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}
.blog-panel-right {
    margin-top: 24px;
}
.feature-post {
    background: #F7F9FA;
    padding: 90px 0;
}
.feature-post h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
}
.feature-post-blog-img {
    height: 192px;
    overflow: hidden;
    transition: .4s ease-in-out;
}
.feature-post-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
    border-radius: 8px 8px 0 0;
}
.feature-post-blog-img:hover img
{
	transition: .4s ease-in-out;
	transform: scale(1.1);
}
.feature-post-blog {
    background: #fff;
    border-radius: 8px;
}
.feature-post-blog-content {
    padding: 30px 20px;
}
.feature-post-blog-content h4 {
    color: #01151A;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 14px 0;
}
.feature-post-blog-content p {	
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 34px 0;
}
.blog-panel-right h3 a {
    color: #01151A;
}
.feature-post-blog-content h4 a {
    color: #01151A;
}

.blog-onpost {
    display: flex;
    list-style-type: disc;
}
.blog-onpost li {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    list-style-type: disc;
    margin-right: 25px;
	text-transform: uppercase;
}
.blog-onpost li:first-child {
    list-style-type: none; 
    font-weight: 600;   
}
.blog-onpost li.general
{
	color: #F68A1F;
}
.blog-onpost li.crm
{
	color: #5FA929;
}
.blog-onpost li.management
{
	color: #D45C36;
}
.blog-onpost li.insurtech
{
	color: #7672E7;
}
.recent-post-sec {
    background: #fff;
    padding: 65px 0 0 0;
}
.posted-area-left h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 28px 0;
}
.recent-post-img {
    height: 136px;
}
.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.recent-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 14px 0;
}
.recent-post-content h4 a
{
	color: #01151A;
}
.recent-post-content p {
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 22px 0;
}
.recent-post-list {
    margin-bottom: 38px;
}
.posted-area-right h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.blog-email {
    background: #fff;
    box-shadow: 0px 8px 24px 0 rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 60px;
}
.blog-email h5 {
    color: #697173;
    font-size: 14px;
    margin: 0 0 18px 0;
}
.blog-email .form-group label {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #01151A;
}
.blog-email .form-group input.form-control {
    padding: 10px 15px;
    border: 1px solid #E7E9ED;
}
.blog-email button {
    background: #FBBD81;
    border: none;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}
.meta-tags h4 {
    color: #01151A;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 17px 0;
}
.meta-tags ul {
    display: flex;
    flex-wrap: wrap;
}
.meta-tags ul li a {
    border: 1px solid #b8bebf;
    color: #697173;
    font-size: 13px;
    display: inline-block;
    padding: 9px 19px;
    border-radius: 3px;
    transition: .4s ease-in-out;
    margin-bottom: 8px;
    margin-right: 8px;
}
.meta-tags ul li a:hover
{
	transition: .4s ease-in-out;
	background: #697173;
	color: #fff;
}
.follow-us {
    margin-top: 40px;
}

.follow-us h5 {
    color: #B4BBBF;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 13px 0;
}
.follow-us ul
{
	display: flex;
	
}
.follow-us ul li a {
    border: 1px solid #E7E9ED;
    width: 40px;
    height: 40px;
    color: #697173;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    margin-right: 8px;
}
.gray-bg {
    background: #f7f9fa;
    padding: 88px 0;
}
.grow-agency {
    background: url("../../assets/img/all-sec.png");
    padding: 60px 100px;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grow-agency h5 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 58%;
    line-height: 40px;
}
.grow-agency ul {
    display: flex;
}
.grow-agency ul a.gtstart {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E7E9ED;
    display: inline-block;
    color: #213034;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px 12px 24px;
    margin-left: 13px;
}
.grow-agency ul a.gtstart img {
    margin-left: 7px;
}
.grow-agency ul a.request-demo {
    color: #fff;
    background: #F68A1F;
    font-size: 16px;
    display: inline-block;
    padding: 13px 28px;
    font-weight: 500;
    border-radius: 4px;
    transition: .4s ease-in-out;
}

.blog-bg-details {
    background: url("../../assets/img/blog-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.breadcrambes {
    padding: 36px 0 60px 0;
}
.breadcrambes ul {
    display: flex;
}
.breadcrambes ul li {
    color: #697173;
    font-size: 14px;
    margin-right: 5px;
    padding-right: 5px;
}
.breadcrambes ul li a {
    color: #F68A1F;
	position: relative;
}

.breadcrambes ul li i {
    margin-right: 5px;
}
.blog-details-top {
    padding-left: 205px;
    width: 80%;
    margin-bottom: 60px;
}
.blog-details-top h2 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin: 9px 0 9px 0;
}
.blog-details-top ul.blog-onpost {
    margin-top: 22px;
}
.social-list-blog
{
	display: flex;
	
}
.social-list-blog li a {
    border: 1px solid #E7E9ED;
    width: 32px;
    height: 32px;
    color: #697173;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-right: 8px;
    background: #F4F5F7;
}
.share-like {
    padding-left: 0;
    width: 92px;
}
ul.blog-like li {
    text-align: center;
}
.blog-like span {
    display: block;
    color: #697173;
    font-size: 14px;
    margin: 2px 0 10px 0;
}

.blog-like li {
    padding: 0 !important;
    margin: 0 !important;
	text-align: center;
}
.blog-like li::after
{
	display: none;
}
.blog-share li
{
	 padding: 0 !important;
    margin: 0 !important;
	text-align: center;
}
.blog-share li::after
{
	display: none;
}
.blog-share li a {
    border: 1px solid #E7E9ED;
    width: 32px;
    height: 32px;
    color: #697173;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 15px;
    margin: 0 auto 7px auto;
}
.blog-details-content .share-like h5 {
    color: #B4BBBF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 50px 0 13px 0;
}
.blog-details-content {
    margin-top: 60px;
}
.blog-details-content p {
    color: #697173;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px 0;
}
.blog-details-content p span {
    color: #F68A1F;
}
.blog-details-content h5 {
    color: #213034;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 17px 0;
}
.blog-details-content ul li {
    color: #697173;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
    position: relative;
    padding: 0 0 0 20px;
}
.blog-details-content ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #F68A1F;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.blog-details-content h4 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 46px 0 16px 0;
}
.blog-details-content h4 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 46px 0 23px 0;
}
a.press-rel {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
}
.liked-box {
    border: 1px solid #E7E9ED;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    align-items: center;
}
.liked-box h4 {
    margin: 0;
    color: #697173;
    font-size: 16px;
    font-weight: 400;
}
.liked-box ul {
    display: flex;
    align-items: center;
}
.liked-box ul li {
    padding: 0;
    margin: 0 0 0 24px;
}
.liked-box ul li::after
{
	display: none;
}
.media-contact h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 40px 0;
}
.media-contact h5 {
    color: #213034;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 16px 0;
}
.media-contact h6 {
    color: #697173;
    font-size: 16px;
    margin: 0 0 0 0;
}
.media-contact a {
    color: #F68A1F;
    margin: 11px 0;
    display: block;
}
.media-contact {
    margin: 115px 0 100px 0;
}
.menu-2 {
    background: #171B30;
}
.menu-2 ul {
    display: flex;
    justify-content: flex-start;
}
.menu-2 ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 18px 31px;
    display: block;
    position: relative;
}
.menu-2 ul li span {
    color: #F68A1F;
    font-size: 13px;
    font-weight: 500;
    padding: 18px 13px 18px 0;
    display: block;
}
.menu-2 ul li a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #F68A1F;
    right: 0;
    margin: 0 auto;
}
.google-review-top {
    background: #F7F9FA url("../../assets/img/feature-review-bg.png");
    padding: 85px 0 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.google-review-img {
    position: relative;
}
.overlay-review-text {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.overlay-review-text h5 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.google-review-top p {
    color: #213034;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 0 17%;
    margin: 59px 0 0 0;
}
.leave-google-review-inner {
    width: 594px;
    margin: 0 auto;
    max-width: 100%;
}
.leave-google-review- {
    padding: 70px 0;
}
.leave-google-review-inner h2 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px 0;
}
.leave-google-review-inner-img {
    position: relative;
}
.leave-google-review-inner-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.review-speakers h4 {
    color: #B4BBBF;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.review-speakers {
    margin-top: 37px;
}
.review-speakers-block {
    display: flex;
    align-items: center;
}
.review-speakers-block-img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.review-speakers-block-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.review-speakers-block-content p {
    margin: 0;
    color: #697173;
    font-size: 14px;
}
.modal {
    z-index: 9999;
}
#modalVideo .modal-body {
    padding: 0;
}
#modalVideo button.close {
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 9;
    opacity: 1;
}
.section-wise
{
	background:url("../../assets/img/section-bg.png");
    padding: 125px 0 125px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.right-pa-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 16px 24px 0 rgb(0 0 0 / 2%);
    position: relative;
    width: 382px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 398px;
}
.right-pa-box-img {
    width: 96px;
    height: 96px;
    position: absolute;
    left: -49px;
    top: 46px;
}
.right-pa-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.left-pa {
    padding-right: 117px;
}
.left-pa h3 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 29px 0;
}
.left-pa p {
    font-size: 16px;
    line-height: 28px;
    color: #697173;
}
.pie-chart {
    position: absolute;
    right: -104px;
    top: 90px;
}
img.bar-line {
    position: absolute;
    bottom: -41px;
    right: -8px;
}
.under-content {
    text-align: center;
}
.under-content strong {
    display: block;
    text-align: center;
    color: #01151A;
    font-size: 64px;
    font-weight: 600;
}
.under-content strong span {
    color: #D1D1D1;
    font-size: 12px;
    font-weight: 400;
    margin-left: -13px;
}
img.spring-line1 {
    position: absolute;
    left: -89px;
    bottom: 75px;
    z-index: 0;
	 opacity: 0.6;
}
img.spring-line2 {
    position: absolute;
    right: -57px;
    top: -60px;
    z-index: 0;
    opacity: 0.4;
}
.all-in-one
{
	background:#181C31 url("../../assets/img/all-in-one-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
	height: 416px;
}
.benefits-google-review {
    width: 782px;
    margin: 0 auto;
    max-width: 100%;
    padding: 120px 0;
}
.benefits-google-review h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 90px 0;
}
.client-sec {
    background: #F7F9FA;
    padding: 104px 0;
}
.client-sec h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 0 0;
}
.review-mobility {
    padding: 56px 0 72px 0;
    background: #F7F9FA;
}
.star-rating {
    color: #F68A1F;
    text-align: center;
    margin: 14px 0 50px 0;
    font-size: 22px;
}
.review-mobility-box {
    background: #fff;
    border-radius: 8px;
    padding-left: 60px;
}
.review-mobility-right h2 {
    color: #01151A;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 19px 9px 0;
}
.review-mobility-right p {
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 18px 0;
}
.review-mobility-right {
    padding: 56px 0px 49px 0;
}
.review-mobility-right a {
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
}
.qr-code-box {
    text-align: center;
}
.qr-code-box span {
    color: #697173;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.knowledge-base-top {
    position: relative;
}
.knowledge-banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 590px;
    max-width: 100%;
}
.knowledge-banner-overlay h2 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 33px 0;
	text-align: center;
}
.search-box {
    position: relative;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 4%);
    padding: 0 41px;
    border: 1px solid #E7E9ED;
}
.search-box img {
    position: absolute;
    left: 33px;
    top: 23px;
}
.search-box input {
    width: 100%;
    border: none;
    color: #697173;
    font-size: 16px;
    padding: 21px 28px;
}
.search-box input:focus
{
	border: none;
	outline: none;
}
.knowledge-bases-box {
    border: 1px solid #E7E9ED;
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    margin-bottom: 20px;
    min-height: 138px;
    transition: .4s ease-in-out;
}
.knowledge-bases-box:hover
{
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.125);
	transition: .4s ease-in-out;
}
.knowledge-bases-box span {
    width: 48px;
    height: 48px;
    background: #FDF6F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #fdf6f2;
}
.knowledge-bases-cont {
    width: 78%;
    margin-left: 15px;
}
.knowledge-bases-cont h4 {
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0 15px 0;
}
.knowledge-bases-cont p {
    margin: 0;
    color: #697173;
    font-size: 12px;
    line-height: 18px;
}
.knowledge-bases {
    padding: 50px 0 67px 0;
}
.knowledge-bases h2 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 28px 0;
}
.popular-artical {
    background: #F7F9FA;
    padding: 60px 0 80px 0;
}
.popular-artical h2 {
    margin: 0 0 38px 0;
}
.popular-artical ul {
    column-count: 2;
    width: 800px;
    max-width: 100%;
}
.popular-artical ul li a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}
.popular-artical ul li a i {
    color: #000;
    margin-right: 11px;
}
.vi-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-knowledge {
    padding: 80px 0;
}
.video-part {
    position: relative;
}
.video-part-rightt h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 13px 0 20px 0;
}
.video-part-rightt {
    padding: 47px 0 0 104px;
}
.accordion .card-header:after {
    content: "-";
    float: right;
    font-size: 27px;
    color: #697173;
    position: absolute;
    right: 13px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "+"; 
}
.frequently-question {
    background: #F7F9FA;
    padding: 72px 0 50px 0;
}
.frequently-question h2 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 49px 0;
    text-align: center;
}
#accordion .card {
    border: none;
    background: transparent;
}
#accordion .card-header {
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 13px 0 13px 0;
    color: #213034;
    font-size: 18px;
}
#accordion .card-body {
    padding: 20px 0;
    font-size: 15px;
    line-height: 26px;
}
div#accordion {
    margin-bottom: 137px;
}
#accordion .card-body p
{
	margin: 0;
}
.knowledge-contact {
    background: #fff url("../../assets/img/mask.png");
    border-radius: 16px;
    padding: 40px 72px;
}
.frequently-question .knowledge-contact h2 {
    margin: 0 0 15px 0;
    text-align: left;
}
.frequently-question .knowledge-contact p {
    color: #697173;
    font-size: 16px;
    margin: 0 0 38px 0;
}
.knowledge-contact .cont-box-wizard {
    margin: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.common-btn {
    background: #F68A1F;
    padding: 15px 44px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.comon-page {
    background: url("../../assets/img/blog-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.base-details-left ul li span {
    width: 32px;
    height: 32px;
    background: #FDF6F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	margin-right: 10px;
}
.base-details-left ul li span img {
    width: 21px;
}
.base-details-left ul li a {
    display: flex;
    align-items: center;
    color: #01151A;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 10px;
    transition: .4s ease-in-out;
}
.base-details-left ul li label {
    margin: 0;
    color: #BBBBBB;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}
.base-details-left ul li a:hover, .base-details-left ul li a.active
{
	background: #FCFBFA;
	transition: .4s ease-in-out;
}
.base-details-right h1 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    margin: 6px 0 13px 0;
}
.base-details-right h5 {
    color: #697173;
    font-size: 16px;
    margin: 0 0 37px 0;
}
.listed-boxes {
    position: relative;
    background: #F7F9FA;
    border-radius: 8px;
    padding: 18px 25px;
    margin-bottom: 15px;
    transition: .4s ease-in-out;
}
.listed-boxes h4 {
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px 0;
}
.listed-boxes p {
    margin: 0;
    color: #697173;
    font-size: 14px;
    line-height: 24px;
}
.listed-boxes img {
    position: absolute;
    right: 20px;
    top: 26px;
	transition: .4s ease-in-out;
}
.listed-boxes:hover img
{
	 right: 25px;
	transition: .4s ease-in-out;
}
.listed-boxes:hover
{
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.125);
	transition: .4s ease-in-out;
}
.base-details-right {
    padding-left: 75px;
}
.knowledge-base-details-full {
    margin-bottom: 40px;
}
.top-view {
    text-align: center;
    padding-bottom: 87px;
}
.top-view h5 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 21px 0;
    text-transform: uppercase;
}
.top-view .blog-onpost {
    justify-content: center;
}
.top-view h1 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 28px 0;
}
.custom-container {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.in-this-article {
    background: #F7F9FA;
    padding: 38px 40px;
    border-radius: 8px;
    margin-bottom: 70px;
}
.in-this-article h5 {
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 29px 0;
}
.in-this-article ul li a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}
.in-this-article ul li a i {
    color: #000;
    margin-right: 11px;
}
.videos-onpost {
    display: flex;
    list-style-type: disc;
}
.videos-onpost li {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    list-style-type: disc;
    margin-right: 25px;
    text-transform: uppercase;
}
.videos-onpost li:first-child {
    list-style-type: none;
}
.series-list h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 32px 0;
}
.series-videos {
    background: #FAFBFC;
    margin-bottom: 30px;
}
.series-videos-vi {
    height: 120px;
    position: relative;
}
.series-videos-vi > img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.series-videos-vi img.player-icon {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.series-video-content {
    padding: 20px 15px 40px 15px;
}
.series-video-content h5 {
    margin: 0 0 10px 0;
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
}
.series-list {
    margin-bottom: 30px;
}
.related-article h2 {
    margin: 0 0 38px 0;
}
.related-article ul li a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}
.related-article ul li a i {
    color: #000;
    margin-right: 11px;
}
.related-article {
    padding: 60px 0 60px 0;
}
.article-image {
    margin-bottom: 50px;
    position: relative;
}
.quick-demo-video {
    width: 592px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0 81px 0;
}
.quick-demo-video h2 {
    margin: 0 0 9px 0;
}
.quick-demo-video-vi {
    margin: 25px 0;
}
.quick-demo-video p {
    color: #697173;
    font-size: 16px;
    line-height: 28px;
}
.way-of-growth {
    border: 1px solid #E7E9ED;
    border-radius: 8px;
    padding: 24px 32px;
    margin-bottom: 65px;
}
.way-of-growth a {
    color: #F68A1F;
}
.article-part h2 {
    margin: 0 0 15px 0;
}
.article-part p {
    margin-bottom: 21px;
}
ul.bulet-list li {
    position: relative;
    color: #697173;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 0 0 0 18px;
}
ul.bulet-list li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #F68A1F;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
ul.bulet-list li a
{
	color: #F68A1F;
}
.article-part p a
{
	color: #F68A1F;
}
.article-part {
    margin-bottom: 62px;
}
.article-part h4 {
    color: #213034;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 13px 0;
}
ul.bulet-list {
    margin-bottom: 31px;
}
.specific-process {
    border: 1px solid #E7E9ED;
    border-radius: 8px;
    padding: 40px 32px;
}
.specific-process h3 {
    color: #213034;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
.specific-process ul.bulet-list {
    margin: 0;
}
.specific-process ul.bulet-list li::after {
    background: #CED0D0;
}
.announcement-box {
    border: 1px solid #E7E9ED;
    background: #F7F9FA;
    border-radius: 8px;
    padding: 30px 29px;
    margin: 45px 0 25px 0;
}
.announcement-box p
{
	margin: 0;
}
.announcement-box p a
{
	color: #F68A1F;
}
.announcement-box img
{
	margin-right: 10px;
}
.insured-minebox {
    background: #FEF3E9;
    padding: 20px 60px;
    border-radius: 0 8px 8px 0;
    border-left: 4px solid #F68A1F;
}
.insured-minebox p {
    margin: 0;
    color: #000;
}
.insured-minebox p a
{
	color: #F68A1F;
}
.article-imges {
    margin: 51px 0 80px 0;
}
img.player-icon {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
a.down_loadBttn {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 17px;
    display: inline-block;
}
a.down_loadBttn img {
    margin-left: 5px;
}
.pdf-bg {
    background: url("../../assets/img/pdf-bg.png");
    background-size: cover;
    margin-top: -45px;
    padding: 40px 0;
}
.pdf-center {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.webinars-banner {
 background: url("../../assets/img/webners-bg.png");
    background-size: cover;
	padding: 90px 0;
}
.webinars-banner-left h2 {
    font-size: 48px;
    margin: 0 0 22px 0;
}
.webinars-banner-left p {
    color: #213034;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 24px 0;
}
.webinars-banner-left {
    padding-right: 124px;
}
.webinars-live-big {
    position: relative;
    height: 232px;
}
.webinars-live-big img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.webinars-live-big span {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #D45C36;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 10px;
    text-transform: uppercase;
}
.webinars-live-big h5 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(0,0,0,0.7);
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 25px;
    text-transform: capitalize;
    margin: 0;
}
.webinars-live-thumb ul {
    display: flex;
    margin: 0 -4px;
}
.webinars-live-thumb ul li {
    flex: 1;
    margin: 8px 4px;
}
.live-thumb-img {
    position: relative;
    height: 112px;
}
.live-thumb-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.live-thumb-img span {
position: absolute;
    left: 7px;
    bottom: 7px;
    background: rgba(0,0,0,0.7);
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 10px;
    text-transform: uppercase;
}
.webinars-listed {
    background: #F7F9FA;
    padding: 64px 0 110px 0;
}
.webinars-listed-box-thumbs {
    height: 296px;
    position: relative;
}
.webinars-listed-box-thumbs > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.webinars-listed-box-thumbs span {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.webinars-listed-box-thumbs h2 {
    position: absolute;
    bottom: 40px;
    left: 24px;
    right: 60px;
    color: #fff;
    line-height: 32px;
    margin: 0;
}
.webinars-user-avtar {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 64px;
    width: 64px;
}
.webinars-user-avtar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.webinars-listed-content ul {
    display: flex;
    list-style-type: disc;
}
.webinars-listed-content ul li {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    list-style-type: disc;
    margin-right: 25px;
    text-transform: uppercase;
}
.webinars-listed-content ul li:first-child {
    list-style-type: none;
}
.webinars-listed-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 10px 0 16px 0;
}

.webinars-listed-content h3 a {
    color: #01151A;
}
.webinars-spekers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.webinars-spekers-part h6 {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.double-img {
    display: flex;
}
.double-img-1 {
    width: 40px;
    height: 40px;
}
.double-img-1 img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
}
.double-img-2 {
    width: 40px;
    height: 40px;
    margin-left: -11px;
}
.double-img-2 img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
}
.webinars-spekers-part a {
    border: 1px solid #F68A1F;
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 24px;
	border-radius: 4px;
}
.webinars-spekers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.webinars-listed-box {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 24px 0 rgb(0 0 0 / 4%);
    margin-bottom: 48px;
    display: none;
}
.webinars-details-banner {
    position: relative;
}
.webinars-banner-content {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 1008px;
    max-width: 100%;
    color: #fff;
}
.webinars-details-banner .breadcrambes {
    padding: 0;
    position: absolute;
    top: 108px;
    left: 67px;
}
.webinars-details-banner .breadcrambes ul li {
    color: #fff;
}
.webinars-banner-content h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin: 35px 0;
}
.webinars-banner-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.webinars-banner-content ul {
    display: flex;
    list-style-type: disc;
	justify-content: center;
}
.webinars-banner-content ul li:first-child {
    list-style-type: none;
}
.webinars-banner-content ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    list-style-type: disc;
    margin-right: 25px;
    text-transform: uppercase;
}
.details-webinars-left h3 {
    color: #213034;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.three-box-webi label {
    margin: 10px 0 0 0;
    display: block;
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
}
.three-box-webi {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 30px 40px;
}
.details-webinars-left p {
    color: #213034;
    margin: 0 0 34px 0;
}
.details-webinars-left h4 {
    font-size: 20px;
    font-weight: 600;
    color: #213034;
    margin: 0 0 28px 0;
}
.spekers-box {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    margin-bottom: 16px;
}
.spekers-boxImg {
    width: 72px;
    height: 72px;
}
.spekers-boxImg img
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.spekers-box h6 {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 9px 0;
    text-transform: uppercase;
}
.spekers-box strong {
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px 0;
    display: block;
}
.spekers-box h5 {
    color: #697173;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.details-webinars-left .spekers-box p {
    color: #697173;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.details-webinars-right h3 {
    color: #213034;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 22px 0;
}
.webinars-form {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0px 8px 24px 0 rgb(0 0 0 / 8%);
}
.webinars-form .form-group label {
    color: #01151A;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.webinars-form .form-group label span
{
	color: red;
}
.webinars-form .form-group input.form-control {
    border: 1px solid #E7E9ED;
    height: 48px;
    color: #000;
}
.submit-btn {
    background: #F68A1F;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 63px;
    cursor: pointer;
    margin-top: 30px;
    opacity: 0.5;
}
.submit-btn.changeop {
    opacity: 1;
}
.webinars-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f68a1f;
}
.webinars-form .custom-control-label::before {
    top: 12px;
}
.webinars-form .custom-control-label::after {
    top: 12px;
}
.share-event h5 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px 0;
}
.share-event ul {
    display: flex;
}
.share-event ul li a {
    border: 1px solid #E7E9ED;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #697173;
    font-size: 18px;
    margin: 0 9px 0 0;
    background: #fff;
}
.share-event {
    margin-top: 30px;
}
.details-webinars-right {
    padding-left: 60px;
}
.you-may-listed {
    padding: 80px 0;
}
.you-may-listed h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 36px 0;
}
.might-box-img {
    height: 192px;
    position: relative;
}
.might-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.might-box-img h5 {
    margin: 0;
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.might-box-img h3 {
    position: absolute;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    left: 24px;
    bottom: 15px;
    margin: 0;
}
.might-box {
    background: #F7F9FA;
    margin-bottom: 30px;
}
.might-box-content {
    padding: 32px 24px;
}
.might-box-content h3 {
    color: #01151A;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 13px 0;
}
.might-box-content h3 a
{
	color: #01151A;
}
.might-box-content p {
    font-size: 14px;
    color: #697173;
    line-height: 24px;
}
.might-box-content ul {
    display: flex;
    list-style-type: disc;
}
.might-box-content ul li:first-child {
    list-style-type: none;
}
.might-box-content ul li {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
    list-style-type: disc;
    margin-right: 25px;
    text-transform: uppercase;
}
.custom-switch {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

span.switcher {
    position: relative;
    width: 264px;
    height: 43px;
    border-radius: 25px;
}
span.switcher input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 264px;
    height: 48px;
    border-radius: 25px;
    background-color: #d8d8d8;
    outline: none;
    margin: 0;
}

        span.switcher input:before, body span.switcher input:after {
            z-index: 2;
            position: absolute;
            top: 47%;
            -webkit-transform: translateY(-44%);
            transform: translateY(-44%);
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 500;
        }

        span.switcher input:before {
            content: 'Monthly';
            left: 38px;
        }

        span.switcher input:after {
            content: 'Annually';
            right: 38px;
            font-size: 14px;
            font-weight: 500;
        }

    span.switcher label {
        z-index: 1;
        position: absolute;
        top: 4px;
        bottom: 0;
        border-radius: 20px;
        margin: 0;
        width: auto;
    }

    span.switcher.switcher-1 input {
        -webkit-transition: .25s -.1s;
        transition: .25s -.1s;
    }

        span.switcher.switcher-1 input:checked {
            background-color: #f8dfe3;
        }

            span.switcher.switcher-1 input:checked:before {
                color: #F68A1F;
                -webkit-transition: color .5s .2s;
                transition: color .5s .2s;
            }

            span.switcher.switcher-1 input:checked:after {
                color: #000;
                -webkit-transition: color .5s;
                transition: color .5s;
            }

            span.switcher.switcher-1 input:checked + label {
                left: 6px;
                right: 140px;
                background: #fff;
                -webkit-transition: left .5s, right .4s .2s;
                transition: left .5s, right .4s .2s;
            }

        span.switcher.switcher-1 input:not(:checked) {
            background: #f8dfe3;
            -webkit-transition: background .5s -.1s;
            transition: background .5s -.1s;
            border: none !important;
        }

        span.switcher.switcher-1 input:focus {
            border: none !important;
            outline: none !important;
        }

        span.switcher.switcher-1 input:not(:checked):before {
            color: #01151A;
            -webkit-transition: color .5s;
            transition: color .5s;
        }

        span.switcher.switcher-1 input:not(:checked):after {
            color: #F68A1F;
            -webkit-transition: color .5s .2s;
            transition: color .5s .2s;
        }

        span.switcher.switcher-1 input:not(:checked) + label {
            left: 121px;
            right: 7px;
            background: #fff;
            -webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
            transition: left .4s .2s, right .5s, background .35s -.1s;
        }

        span.switcher.switcher-1 input:focus {
            outline: none;
            border: none;
        }
.pricing-banner {
    padding: 95px 0 115px 0;
    text-align: center;
}
.pricing-user-banner {
    background: url("../../assets/img/pricing-bg.png");
    background-size: cover;
    margin-bottom: 56px;
}
.pricing-banner h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px 0;
}
.pricing-banner h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 32px 0;
}
.pricing-banner h4 span {
    color: #F68A1F;
    font-size: 24px;
    text-transform: capitalize;
}
.toggle-switch {
    position: relative;
    width: 490px;
    margin: 0 auto;
    max-width: 100%;
}
.save-10 {
    position: absolute;
    right: 0;
    top: 9px;
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 13px;
}
.save-10::after {
    content: "";
    position: absolute;
    right: 44px;
    bottom: -25px;
    background: url("../../assets/img/arrow-curve.png");
    width: 68px;
    height: 29px;
}

.range-slider .slider {
    -webkit-appearance: none;
    width: 53%;
    height: 2px;
    background: #E7E9ED;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range-slider .slider:hover {
  opacity: 1;
}

.range-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #F68A1F;
    cursor: pointer;
    border-radius: 50%;
}

.range-slider .slider::-moz-range-thumb {
  width: 15px;
    height: 15px;
    background: #F68A1F;
    cursor: pointer;
    border-radius: 50%;
}
.range-slider {
    width: 270px;
    margin: 0 auto 30px  auto;
}
.pricing-middle {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
}
.pricing-box {
    background: #fff;
    border: 1px solid #E7E9ED;
    border-radius: 15px;
    overflow: hidden;
}
.pricing-box-header {
    text-align: center;
    border-bottom: 1px solid #E7E9ED;
    padding-bottom: 46px;
    min-height: 424px;
}
.second-pricing-box .pricing-box-header  h2 {
    background: #FFF5E0;
}
.pricing-box-header h2 {
    font-size: 22px;
    font-weight: 500;
    background: #F7F9FA;
    padding: 25px 0;
    margin: 0 0 45px 0;
}
.pricing-amount strong {
    font-size: 64px;
    font-weight: 600;
    color: #01151A;
    line-height: 50px;
	position: relative;
}
.pricing-amount strong b {
    color: #01151A;
    font-size: 20px;
    font-weight: 600;
    vertical-align: text-top;
}
.pricing-amount span {
    color: #697173;
    font-size: 16px;
    position: absolute;
    bottom: 11px;
    right: -34px;
}
.pricing-amount label {
    margin: 0;
    color: #697173;
    font-size: 16px;
    vertical-align: text-top;
}
.pricing-user h3 {
    margin: 0;
    color: #01151A;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-user h3 i {
    font-size: 15px;
    margin: 0 6px;
}
.pricing-user h3 span {
    font-size: 16px;
    font-weight: 400;
}
.pricing-user {
    margin: 37px 0 15px 0;
}
.pricing-box-header a {
    background: #F68A1F;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 12px 41px;
}
.pricing-box-body li {
    position: relative;
    color: #213034;
    font-size: 16px;
    padding: 6px 0 6px 26px;
}
.pricing-box-body li::after {
    content: "";
    background: url("../../assets/img/ic_check.png");
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    top: 10px;
}
.pricing-box-body {
    padding: 32px 32px 50px 32px;
}
.pricing-box-body h4 {
    color: #01151A;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 22px 0;
}
.lets-talk h3 {
    color: #01151A;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 48px 0;
}
.lets-talk p {
    color: #01151A;
    line-height: 24px;
    margin: 0 0 52px 0;
}
.have-an-question {
    padding: 60px 0;
    text-align: center;
}
.have-an-question h2 {
    font-size: 20px;
    margin: 0 0 12px 0;
}
.have-an-question a
{
	color: #F68A1F;
	font-size: 16px;
	font-weight: 500;
}
.successstory-banner {
    background: url("../../assets/img/success-story-bg.png");
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}
.successtory-banner-img {
    text-align: center;
}
.successtory-banner-img h2 {
    font-size: 48px;
}
.successtory-banner-img p {
    color: #213034;
    font-size: 18px;
    margin: 0 0 56px 0;
}
.successtory-banner-img a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 4px;
    box-shadow: 0px 12px 24px 0 rgba(0,0,0,8%);
}
.privacy-policy-banner {
    text-align: center;
    padding: 84px 0;
}
.privacy-policy-banner h5 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 21px 0;
	text-transform: uppercase;
}
.privacy-policy-banner h1 {
    color: #01151A;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 28px 0;
}
.privacy-policy-banner h6 {
    color: #697173;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0px 0;
	text-transform: uppercase;
}
.click-here-list h5 {
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 29px 0;
}
.policy-listed li a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}
.policy-listed li a i {
    color: #000;
    margin-right: 11px;
}
.inner-container {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
.click-here-list {
    margin-bottom: 81px;
    background: #F7F9FA;
    border-radius: 8px;
    padding: 32px 40px;
}
.sec-policy h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec-policy {
    margin-bottom: 64px;
}
.sec-policy li {
    position: relative;
    color: #697173;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 0 5px 26px;
}
.sec-policy li::after {
    content: "";
    position: absolute;
    background: #F68A1F;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.landing-banner {
    background: url("../../assets/img/landing-banner.png");
    height: 806px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.landing-banner-text a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9px 30px;
    border-radius: 30px;
    margin-top: 15px;
}
.landing-banner-content {
    display: flex;
    padding: 140px 0 0 100px;
}
.landing-banner-text {
    width: 52%;
    margin-top: 28px;
}
.landing-banner-text h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 13px 0;
}
.landing-banner-text h5 {
    font-size: 27px;
    color: #000;
    font-weight: 400;
}
.landing-banner-text h5 span
{
	color: #fff;
}

.seamless-intigration {
    background: #f3f3f3;
    padding: 70px 0;
    margin-top: 56px;
}
.seamless-intigration h2 {
    font-size: 47px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 80px 0;
}
.seamless-intigration ul {
    display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.seamless-intigration ul li {
    text-align: center;
    flex: 1;
}
.seamless-intigration ul li img {
    width: 203px;
}
.line-title {
    width: 583px;
    position: relative;
    height: 5px;
    background: #000;
    max-width: 100%;
    margin-bottom: 92px;
    margin-left: 124px;
}
.line-title label {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    background: #f3f3f3;
    width: 253px;
    top: -15px;
}
.line-title::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 0;
    width: 29px;
    height: 68px;
    background: url("../../assets/img/down-arrow.png");
}
.line-title::after {
   content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 29px;
    height: 68px;
    background: url("../../assets/img/down-arrow.png");
}

.insured-mine-features {
    padding: 50px 0;
}
.insured-mine-features h2 {
    color: #0c2533;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 76px 0;
    padding: 0 123px;
}
.feature-boxes-land {
    text-align: center;
    margin-bottom: 40px;
}
.feature-boxes-land h4 {
    color: #0c2533;
    font-size: 16px;
    font-weight: 700;
    margin: 27px 0 28px 0;
    min-height: 41px;
}
.feature-boxes-land p {
    color: #656b8f;
    font-size: 14px;
    line-height: 24px;
}
.circle-img-landing {
    background: url("../../assets/img/circle-img.png");
    background-size: 919px;
    background-repeat: no-repeat;
    background-position: center;
}
.claim-free {
    background: #f3f3f3;
    padding: 70px 0;
}

.claim-free h2 {
    color: #0c2533;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 45px 0;
}
.top-songs .addvertise_panel {
    background: #3c0126;
    text-align: center;
    padding: 80px 0;
}
.free-trial-form h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 31px 0;
    text-transform: uppercase;
    text-align: center;
}
.free-trial-form .form-group label {
    color: #232020;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 2px 0;
}
.free-trial-form .form-group .form-control {
    height: 48px !important;
    font-size: 14px;
}
.free-trial-form {
    background: #fff;
    padding: 30px;
    margin-top: 44px;
}
.free-trial-form .btn-info {
    background: linear-gradient(67deg, rgba(214,95,52,1) 0%, rgba(243,134,33,1) 80%);
    border: none;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 51px;
    margin-top: 22px;
}
.dynamic-intigration h2 {
    color: #0c2533;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 61px 0;
    text-transform: uppercase;
}

.dynamic-intigration {
    padding: 70px 0;
}
.dynamic-intigration-list ul li {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    padding: 7px 0 7px 34px;
}
.dynamic-intigration-list ul li::after {
    content: "";
    position: absolute;
    background: #F68A1F;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.why-insurd-land {
    padding: 50px 0;
    background: #f3f3f3;
}
.why-insurd-land h2 {
    color: #0c2533;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 55px 0;
    text-transform: uppercase;
}
.why-insurd-landing ul li {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 32px;
    padding: 7px 0 7px 34px;
}
.why-insurd-landing ul li::after {
    content: "";
    position: absolute;
    background: #F68A1F;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.why-insurd-landing ul li strong {
    color: #f68a1f;
}
.what-are-waiting {
    padding: 50px 0;
    text-align: center;
}
.what-are-waiting h4 {
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 27px 0;
    color: #000;
}
.what-are-waiting h3 {
    color: #000;
    font-size: 48px;
    margin: 0 0 23px 0;
}
.what-are-waiting a {
    display: inline-block;
    text-transform: uppercase;
    color: #f68a1f;
    font-weight: 700;
    font-size: 24px;
    border: 2px solid #f68a1f;
    padding: 14px 45px;
    border-radius: 5px;
    transition: .4s ease-in-out;
}
.what-are-waiting a:hover {
    background: #f68a1f;
    color: #fff;
    transition: .4s ease-in-out;
}

.landing-video
{
	background: #f3f3f3;
	padding: 50px 0;
}

.landing-video h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 55px 0;
}
.lv-img
{
	position: relative;
}
img.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.askk-clients {
    padding: 70px 0;
}

.askk-clients h2 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 55px 0;
	text-transform: capitalize;
}
.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.speak-box {
    background: #f3f3f3;
    border-radius: 15px;
    padding: 30px 15px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.speak-box-pic-con {
    display: flex;
}
.speak-box-con {
    width: 55%;
}
.speak-box-pic {
    width: 104px;
	height: 104px;
}
.speak-box-pic img
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.speak-box-con p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 13px;
}

.speak-box-con p::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    background: url("../../assets/img/quote.png");
    width: 52px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: 45px;
    z-index: -1;
}
.speak-box strong {
    display: block;
    text-align: center;
    color: #f68a1f;
    font-size: 14px;
    margin: 0 0 4px 0;
}
.speak-box h5 {
    color: #0c2533;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0;
}

.speak-box.another-style-speak-box .speak-box-pic-con {
    flex-direction: column-reverse;
    justify-content: center;
}
.speak-box.another-style-speak-box .speak-box-con {
    width: 100%;
	 margin-top: 17px;
}
.speak-box.another-style-speak-box  .speak-box-pic {
    margin: 0 auto;
}
.tryto-free h3 {
    font-size: 53px;
    color: #000;
    margin: 0 0 21px 0;
}
.tryto-free a {
    background: #f68a1f;
    color: #fff;
    display: inline-block;
    padding: 11px 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.tryto-free a i {
    margin-left: 36px;
}
.landing-footer {
    background: #000;
    padding: 50px 0 40px 0;
}
.footer-1 h3 {
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin: 0 0 26px 0;
}
.footer-1 ul {
    display: flex;
    justify-content: flex-start;
}
.footer-1 ul li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color: #000;
    margin: 0 5px;
    line-height: 27px;
}
.footer-1 ul li a:hover
{
	background: #f68a1f;
	color: #fff;
}
.footer-1 img {
    width: 316px;
    max-width: 100%;
}
.line-fotter {
    width: 100%;
    height: 3px;
    background: #fff;
    margin-top: 41px;
}




.footer-1 h5 {
    color: #fff;
}

.sec-policy p a {
    color: #f68a1f;
}
.table-style {
    border: 1px solid #E7E9ED;
}
.table-style thead th {
    vertical-align: middle;
    border-bottom: none;
    border: 1px solid #E7E9ED;
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
}
.table-style tr td
{
	border: 1px solid #E7E9ED;
}
.table-style p a
{
	 color: #f68a1f;
}
.table-style tr td p {
    word-break: break-all;
}
.table-of-privacy p a
{
	 color: #f68a1f;
}
.terms-of-bg {
    padding: 56px 0;
    background: #F7F9FA;
    margin-top: 50px;
}
.terms-of-use {
    text-align: center;
    padding: 56px 0;
    background: #fff;
    border-radius: 16px;
}
.terms-of-use a {
    background: #F68A1F;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 39px;
    border-radius: 4px;
    margin-top: 21px;
}
.sec-policy h3 {
    font-size: 18px;
    font-weight: 600;
    color: #213034;
    margin: 22px 0 10px 0;
}
.sec-policy li h4 {
    color: #01151A;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 5px 0;
}
.sec-policy li ul li::after {
    background: #CED0D0;
}
.no-bulet-list li:after
{
	display: none;
}
.table-style1 thead th {
    width: 25%;
}
.request-demo-home {
    text-align: center;
    padding: 100px 0;
    background: #f7f9fa;
}
.request-demo-home h5 {
    color: #01151A;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 33px 0;
}
.request-demo-home a {
    background: #F68A1F;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 12px 33px;
}
.menuinblog ul li a {
    padding: 18px 13px;
}
.blog-search input {
    background: transparent;
    border: none;
    padding: 19px 23px;
    color: #666;
    font-size: 13px;
    width: 100%;
}
.blog-search {
    position: relative;
    border-left: 1px solid #6f6f6f;
    padding-left: 16px;
}
.blog-search span {
    color: #666;
    position: absolute;
    top: 21px;
    font-size: 13px;
}
.menuinblog .menu2 {
    padding-left: 107px;
}
.scroll-to-top {
    width: 48px;
    height: 48px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 12%);
    line-height: 47px;
    position: fixed;
    right: 23px;
    z-index: 999;
    bottom: 30px;
    cursor: pointer;
}
.searchonknowledge {
    width: 312px;
    float: right;
    position: relative;
    margin-top: -10px;
}
.searchonknowledge input[type="text"] {
    border: 1px solid #E7E9ED;
    border-radius: 30px;
    padding: 10px 15px 10px 53px;
    color: #697173;
    font-size: 14px;
    width: 100%;
}
.searchonknowledge span {
    position: absolute;
    top: 10px;
    left: 20px;
}

.menu2 ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #171b30;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}
.menu2 li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.menu2 li
{
    position: relative;
}
.menu2 ul {
    flex-wrap: wrap;
    flex-direction: column;
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 11px 15px;
    background: transparent;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}
.outer-line {
    position: relative;
    padding: 78px 0;
}
.circle-style-big {
    position: absolute;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    box-shadow: 0px 16px 24px 0 rgba(0,0,0,4%);
    text-align: center;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
.circle-style-small {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    box-shadow: 0px 16px 24px 0 rgba(0,0,0,4%);
    text-align: center;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
span.logo-succ-1 {
    top: 44px;
    left: 0;
}
span.logo-succ-2 {
    top: -22px;
    left: 190px;
}
span.logo-succ-3 {
    left: 123px;
    bottom: 57px;
}
span.logo-succ-11 {
    right: 0;
    top: 0;
}
span.logo-succ-22 {
    right: 17px;
    bottom: 80px;
}
span.logo-succ-33 {
    right: 143px;
    bottom: -1px;
}
.search-input input.form-control {
    border: 1px solid #E7E9ED;
    border-radius: 30px;
    padding: 9px 20px 9px 50px;
    color: #697173;
    font-size: 14px;
}
.search-input img {
    position: absolute;
    top: 11px;
    left: 18px;
}
.search-input {
    position: relative;
    margin-top: 28px;
}
.pdf-center h5 {
    color: #01151A;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px 0;
}
.review-speakers-block-content p {
    font-size: 14px;
    color: #697173;
}
.series-list h4 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: -17px 0 29px 0;
}
.template-builder h6 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 31px 0;
}
.template-builder {
    margin-top: 30px;
}
a#loadmore {
    border: 1px solid #E7E9ED;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #213034;
    width: 125px;
    padding: 15px 10px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    opacity: 0.6;
	transition: .4s ease-in-out;
}
a#loadmore:hover
{
	opacity: 1;
	transition: .4s ease-in-out;
}
.stellarnav {
    position: inherit;
}
header .main-header .stellarnav.desktop > ul > li.mega > ul {
    width: 100%;
    max-width: 1200px !important;
    background: #fff;
}
.mega-grid {
    padding: 34px 32px;
}
.mega-grid h3 {
    color: #697173;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 28px 0;
}
.megabox {
    width: 100% !important;
}
.mega-grid.bg-grid {
    background: #F7F9FA;
    height: 100%;
}
header .stellarnav .megamenulist a {
    padding: 0 !important;
    display: flex;
}
.megamenulist {
    margin-bottom: 35px;
}
.megamenulist-icon {
    width: 32px;
    height: 32px;
}
.megamenulist-content {
    width: 91%;
    padding-left: 10px;
}
.megamenulist-content h4 {
    color: #01151A;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px 0;
}
.megamenulist-content p {
    margin: 0;
    color: #697173;
    font-size: 12px;
    line-height: 18px;
}
.megamenulist-icon1 {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .stellarnav .bg-grid .megamenulist a {
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.bg-grid .megamenulist-content {
    width: 79%;
    padding-left: 16px;
}
.mega-grid.bg-grid .megamenulist {
    margin-bottom: 20px;
}
.mega-grid a.explore-link {
    padding: 0;
    color: #F68A1F !important;
    font-size: 14px;
    font-weight: 500;
    display: block !important;
    margin-top: 29px;
}
.mega-grid a.explore-link img {
    margin-left: 8px;
}
.mega-grid.feature-grid .megamenulist {
    margin-bottom: 21px;
}
.mega-grid.feature-grid.bg-grid .megamenulist {
    background: #fff;
    padding: 13px 13px;
    border-radius: 4px;
}
.resorce-box-menu {
    padding: 0 !important;
    display: flex;
}
.resorce-box-menu-icon {
    width: 32px;
    height: 32px;
}
.resorce-box-menu-content {
    width: 91%;
    padding-left: 10px;
}
.resorce-box-menu-content h2 a {
    display: block !important;
    color: #F68A1F !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
}
.mega-grid .recent-post-img {
    height: 84px;
}
.mega-grid .recent-post-content h4 a {
    margin: 0 !important;
    padding: 0 !important;
    color: #01151A;
    font-size: 14px;
    font-weight: 500;
}

.mega-grid .blog-onpost
{
	position: relative !important;
    left: 0 !important;
    display: block !important;
}
.resorce-box-menu-content ul {
    position: relative !important;
    left: 0 !important;
    display: block !important;
}
.resorce-box-menu-content ul li
{
	margin-left: 0;
}
.resorce-box-menu-content ul li a {
    color: #213034 !important;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 8px;
}
.resorce-box-menu-content h2 {
    margin-bottom: 36px;
    margin-top: 5px;
}
.mega-grid .blog-onpost li {
    margin-left: 0;
}
.mega-grid .recent-post-list {
    margin-bottom: 22px;
}
.menustory-box-img {
    width: 64px;
    height: 64px;
}
.menustory-box-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.menustory-box-img-content a {
    padding: 0 !important;
    color: #01151A !important;
}
.menustory-box-img-content span {
    color: #697173;
    font-size: 12px;
    font-weight: 500;
}
.menustory-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 14px 15px;
}
.mega-grid .recent-post-content h4 {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #01151A;
}
.menustory-box-img-content h4 {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #01151A;
}



/*---sales css----*/
.feature-sale-content>li{
    list-style: disc;
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #697173;
}

/*---successstory css----*/
.successstory-content h2{
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 36px;
color: #01151A;
}

.successtory-box .star-rating {
    color: #F68A1F;
    text-align: left;
    margin: 14px 0 21px 0;
    font-size: 16px;
}
.successtory-box .review-speakers-block-content{
    color: #01151A;
}
.successtory-box {
    margin: 55px 20px;
}

.story-part-rightt {
    padding: 13px 0 0 104px;
}
.story {
    margin: 60px 0px;
}

/*----customer-----*/
.our-customer ul{
padding: 10px 5px;
}
ul.wow.zoomIn.clients-one li {opacity: .6;}
ul.wow.zoomIn.clients-two li {opacity: .3;}

/*---single-customer css---*/
.top-views{
    text-align: center;
    padding: 87px 90px;
}

.top-views h5 {
    color: #697173;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 21px 0;
    text-transform: uppercase;
}
.top-views .blog-onpost {
    justify-content: center;
}
.top-views h1 {
    color: #01151A;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 28px 0;
}


.two-box-cust {
    height: 460px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 30px 40px;
    border: 1px solid #E7E9ED;
}
.two-box-cust label {
    margin: 10px 0 0 0;
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #01151A;
}
.second-detail-div h3{
    font-size: 18px;
    font-weight: 600;
    color: #213034;
    margin: 22px 0 10px 0;
}

@keyframes myfirst {
    0%   { left: 0px; top: 0px;}
    
    75%  { left: 0px; top: 1500px;}
    100% { left: 0px; top: 0px;}
  }
  .customer-side-info.text-center {
    position: relative;
    animation: myfirst 5s 1;
    animation-direction: reverse;
}
/*---Get Started css---*/
.get-started h3 {
    font-weight: 600;
    font-size: 36px;
    color: #01151A;
    margin: 35px 0px;
}
.orclr-text{
    color: #F68A1F;
}
.get-started-btn {
    background: #FBBD81;
    border-radius: 4px;
    padding: 12px 42px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
img.sps-2 {
    position: absolute;
    right: -193px;
    opacity: .6;
    top: 158px;
}
img.sps-1 {
    position: absolute;
    left: -37px;
    top: -43px;
    opacity: .5;
}
.site{
    color: #697173;
    font-size: 16px!important;
    line-height: 28px;
}

/*----Demo----*/
.demo-banner p{
    text-align: center;
    color: #01151a;
    font-size: 16px;
    margin: 0 0 100px 0;
}
.calendar{
    position: relative;
    min-width: 320px;
    height: 765px;
    margin-top: 0%;
    background: #fff;
    padding: 18px;
    border-radius: 15px;
}
.customers-section {
    padding: 120px 0 80px;
    background: #dae6f5;
}
.customers-section {
    padding: 120px 0 80px;
    background: #dae6f5;
}


.customers-section .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.customers-section .carousel-indicators .active {
    background: #707070;
}
.ctext{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}


.carousel-indicators {
    
    bottom: -40px!important;
}



/*-----sales platefarm-----*/
.platfom-banner {
    background: url("../../assets/img/bg1.png");
    background-position: center;
    background-size: cover;
    text-align: center;
}
.inner-banner-platform {
    padding-top: 121px;
    display: flex;
    flex-direction: column;
}
.bottom-part {
    align-items: flex-end;
    margin-top: auto;
}
.top-part h4 {
    color: #E7E9ED;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.top-part h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.top-part h3 {
    color: #f68a1f;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 41px 0;
}
.top-part ul {
    display: flex;
    justify-content: center;
    margin: 57px 0 55px 0;
}
.top-part ul li {
    margin: 0 10px;
}
.manage-deals {
    background: #F7F9FA;
    padding: 76px 0 0 0;
}
.manage-deals h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 0 25px 0;
}
.manage-deals h2 span
{
	color: #f68a1f;
}
.manage-deals p {
    color: #213034;
    text-align: center;
    margin: 0 0 64px 0;
}
.listed-one
{
	background: url("../../assets/img/bg2.png");
}
.listed-two
{
	background: url("../../assets/img/bg3.png");
}
.listed-three
{
	background: url("../../assets/img/bg4.png");
}
.listed-four
{
	background: url("../../assets/img/bg5.png");
}
.management-listed {
    background-position: center;
    background-size: cover;
    min-height: 648px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner-container-1 {
    width: 1182px;
    margin: 0 auto;
    max-width: 100%;
}
.task-right {
    text-align: center;
    position: relative;
    z-index: 1;
}
.task-left h4 {
    color: #01151A;
    font-size: 28px;
    font-weight: 600;
    margin: 23px 0 24px 0;
}
.task-left p {
    text-align: left;
    color: #697173;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 13px 0;
}
.task-left a {
    color: #F68A1F;
    font-size: 16px;
    font-weight: 500;
}
.task-right-img {
    position: relative;
}

.task-right-img span {
    position: absolute;
    bottom: 109px;
    right: 95px;
    width: 135px;
    height: 135px;
}
.task-right-img span img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
img.task-icon {
    position: absolute;
    right: 21px;
    top: 66px;
    z-index: -1;
}
.task-right-text {
    text-align: center;
}
.task-right-text h5 {
    color: #01151A;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 3px 0;
}
.task-right-text label {
    margin: 0;
    color: #697173;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
img.task-icon2 {
    position: absolute;
    bottom: -61px;
    right: 77px;
    z-index: -1;
}
img.task-icon3 {
    position: absolute;
    top: -79px;
    left: 122px;
    z-index: -1;
}
.management-listed.listed-three .task-right-img span {
    position: absolute;
    bottom: 0;
    right: 119px;
    width: 135px;
    height: 135px;
}
img.task-icon4 {
    position: absolute;
    bottom: 31px;
    left: 174px;
    z-index: -1;
}
.management-listed.listed-three .task-right-text {
    text-align: center;
    margin-top: 32px;
}
.mineinto {
    background: #F7F9FA;
}
.mineinto {
    background: #F7F9FA;
    padding: 90px 0;
}
.mineinto h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 0 49px 0;
    padding: 0 190px;
    line-height: 48px;
}
.mineinto .feature-box {
    margin-bottom: 28px;
    padding: 24px 40px;
    background: #fff;
    min-height: 314px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mineinto .feature-box p {
    color: #697173;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.client-sec.bg-white {
    padding: 72px 0;
}
img.bg-shap {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
img.bg-shap.shap-1 {
    bottom: 0px;
    left: 54px;
}
img.bg-shap.shap-2 {
    right: 0;
}
img.bg-shap.shap-3 {
    left: 0;
}
img.bg-shap.shap-4 {
    left: 140px;
}
.all-coments {
    text-align: center;
    margin-top: 8px;
}
.all-coments a {
    color: #F68A1F;
    font-size: 14px;
    font-weight: 500;
}
.automation-marketing {
    background: #F7F9FA;
    padding: 112px 0;
}
.widgt-boxes.boxes-1
{
	background: #fff url("../../assets/img/shape-bg.png");
	background-size: cover;
}
.widgt-boxes.boxes-2 {
    background: #fff url("../../assets/img/shape-bg1.png");
    background-size: cover;
}
.widgt-boxes {
    padding: 64px 64px;
    text-align: center;
    border-radius: 32px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 13%);
}
.widgt-boxes h3 {
    color: #01151A;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 21px 0;
}
.widgt-boxes p {
    color: #213034;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 32px 0;
}
.widgt-boxes a {
    border: 1px solid #697173;
    display: inline-block;
    border-radius: 4px;
    color: #01151A;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 33px;
    transition: .4s ease-in-out;
}
.widgt-boxes a:hover
{
	background: #01151A;
	color: #fff;
	transition: .4s ease-in-out;
}

.demo-deals{
        background: #F7F9FA;
        padding: 40px 0 0 0;
}
.manage-demo{
    background-position: center;
    background-size: cover;
    /* min-height: 543px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
