@font-face {
font-family: "Inter-Thin";
src: url(../fonts/Inter-Thin.ttf) format("opentype");
}
@font-face {
font-family: "Inter-Light";
src: url(../fonts/Inter-Light.ttf) format("opentype");
}
@font-face {
font-family: "Inter-ExtraLight";
src: url(../fonts/Inter-ExtraLight.ttf) format("opentype");
}
@font-face {
font-family: "Inter-Regular";
src: url(../fonts/Inter-Regular.ttf) format("opentype");
}
@font-face {
font-family: "Inter-SemiBold";
src: url(../fonts/Inter-SemiBold.ttf) format("opentype");
}
@font-face {
font-family: "Inter-Medium";
src: url(../fonts/Inter-Medium.ttf) format("opentype");
}
@font-face {
font-family: "Inter-Bold";
src: url(../fonts/Inter-Bold.ttf) format("opentype");
}
@font-face {
font-family: "Inter-ExtraBold";
src: url(../fonts/Inter-ExtraBold.ttf) format("opentype");
}
@font-face {
font-family: "Inter-Black";
src: url(../fonts/Inter-Black.ttf) format("opentype");
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
::after, ::before {
box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover, a:focus, button:focus, input:focus {
	text-decoration: none;
	outline: none;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
	left: 20px;
}
.owl-nav button.owl-next {
	right: 20px;
}
.owl-dots {
	padding-top: 15px;
}
.owl-dots button.owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	background: #dcddde;
	border: 1px solid #dcddde;
	margin: 0 5px;
}
.owl-dots button.owl-dot.active {
	width: 9px;
	height: 9px;
	background-color: #bd934b;
	border: 1px solid #bd934b;
}
.owl-dots button.owl-dot:focus {
	outline: none;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent !important;
	border:3px solid #fff !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.owl-nav button span {
	font-size: 20px;
	position: relative;
	top: 0px;
	color:#fff;
}
.owl-nav button:focus {
	outline: none;
}
.owl-nav button.owl-prev.disabled {
	border-color:#272a42 !important;
}
.owl-nav button.owl-prev.disabled span {
	color:#272a42;
}
.owl-nav button.owl-next.disabled {
	border-color:#272a42 !important;
}
.owl-nav button.owl-next.disabled span {
	color:#272a42;
}
.owl-nav button:hover {
	background: #070a20 !important;
	border-color:#070a20 !important;
}
.owl-nav button:hover span {
	color:#fff;
}
.fw-300 {
	font-family: "Inter-Thin";
}
.fw-400 {
	font-family: "Inter-Light";
}
.fw-500 {
	font-family: "Inter-Regular";
}
.fw-600 {
	font-family: "Inter-SemiBold";
}
.fw-700 {
	font-family: "Inter-Bold";
}
.fw-800 {
	font-family: "Inter-ExtraBold";
}
.blankSec{padding-bottom:0px;padding-top:0px;}
.explore-button {
	display: inline-block;
	border:0;
	background-color: #1d2878;
	border: 1px solid #1d2878;
	padding: 12px 30px 12px;
	border-radius: 10px;
	color: #fff;
	transition: 0.5s;
	font-family: "Inter-SemiBold";
}
.explore-button:hover {
	color: #fff;
	background: #f35c25;
	border-color: #f35c25;
}
.headnSec {
}
.headnSec .title {
	font-family: "Inter-Bold";
	color: #000000;
	font-size: 40px;
}
.headnSec p {
}
body {
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 22px;
	color:#414042;
}
.select-dropdown {
	display:none;
}
.dropdown-select {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
	background-color: #fff;
	border-radius: 6px;
	border: solid 1px #eee;
	box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.dropdown-select:focus {
	background-color: #fff;
}
.dropdown-select:hover {
	background-color: #fff;
}
.dropdown-select:active, .dropdown-select.open {
	background-color: #fff !important;
	border-color: #bbb;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.dropdown-select:after {
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #777;
	-webkit-transform: origin(50% 20%);
	transform: origin(50% 20%);
	transition: all 0.125s ease-in-out;
	content: '';
	display: block;
	margin-top: -2px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
}
.dropdown-select.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.dropdown-select.open .list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}
.dropdown-select.open .option {
	cursor: pointer;
}
.dropdown-select.wide {
	width: 100%;
}
.dropdown-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.dropdown-select .list {
	box-sizing: border-box;
	transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
	background-color: #fff;
	border-radius: 6px;
	margin-top: 4px;
	padding: 3px 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	max-height: 250px;
	overflow: auto;
	border: 1px solid #ddd;
}
 .dropdown-select .list:hover .option:not(:hover) {
 background-color: transparent !important;
}
.dropdown-select .dd-search {
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0.5rem;
}
.dropdown-select .dd-searchbox {
	width:90%;
	padding: 6px 12px;
	border:1px solid #999;
	border-color:#999;
	border-radius:4px;
	outline:none;
	height: 40px;
}
.dropdown-select .dd-searchbox:focus {
	border-color:#12CBC4;
}
.dropdown-select .list ul {
	padding: 0;
}
.dropdown-select .option {
	cursor: default;
	font-weight: 400;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
	list-style: none;
}
.dropdown-select .option:hover, .dropdown-select .option:focus {
	background-color: #f6f6f6 !important;
}
.dropdown-select .option.selected {
	font-weight: 600;
	color: #12cbc4;
}
.dropdown-select .option.selected:focus {
	background: #f6f6f6;
}
.dropdown-select a {
	color: #aaa;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.dropdown-select a:hover {
	color: #666;
}
.preloader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:rgba(0, 0, 0, 0);
}
.preloader .icon {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:5;
	background-color:rgba(0, 0, 0, 0);
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page-loaded .preloader .icon {
	opacity:0;
}
.preloader:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#fbfbfb;
	z-index:0;
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.page-loaded .preloader:before {
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}
.preloader:after {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#fbfbfb;
	z-index:2;
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.page-loaded .preloader:after {
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}


.topBarInfoArea{background-image: url(../images/top-bar-bg.png);background-position: 50% 50%;background-repeat: no-repeat;background-size: cover; position: relative;overflow:hidden;}
.topBarInfoAreainner{display: flex; justify-content: space-between;height: 46px;align-items: center;}
.topBarInfoAreainner .leftIcon{height: 28px; position: relative; width: 28px;}
.topBarInfoAreainner .leftIcon img{width: 28px;}
.topBarInfoAreainner .rightIcon{height: 28px; position: relative; width: 28px;}
.topBarInfoAreainner .rightIcon img{width: 28px;}
.topBarInfoAreainner .topBarInfo{}
.topBarInfoAreainner .topBarInfo .content{color:#fff;}
.topBarInfoAreainner .topBarInfo .highlight_text{display: inline-block;background-clip: text;-webkit-text-fill-color: transparent;background-image: linear-gradient(270deg, rgb(254, 118, 24) 0%, rgb(227, 70, 157) 53.1474%, rgb(54, 134, 247) 100%);}
.topBarInfoAreainner .topBarInfo .hideTxt{}
.topBarInfoAreainner .topBarInfo .hideTxt_2{}
.topBarInfoAreainner .topBarInfo .knowMoreBtn{display: inline-block; background-color: #fff;color: #000; padding: 1px 10px;border-radius: 30px; font-family: "Inter-SemiBold"; margin-left: 10px;}

.customeHomeHeader .topBarInfoArea{}

.headerTopMagicBar{background-image:url(../images/topbarBg.png);/*background-position:50% 50%;*/background-repeat:no-repeat;background-size:cover;background-color:#000;color:#fff;}
.headerTopMagicBarinner{display:flex;justify-content:center;align-items:center;}
.headerTopMagicBarWrapper{display: flex;align-items: center; gap: 10px;padding: 10px 0;font-size: 12px;font-family: "Inter-SemiBold";}
.headerTopMagicBarWrapper .cont{display:flex;gap:6px;flex:1;}
.headerTopMagicBarWrapper .cont img{height:20px;}
.headerTopMagicBarWrapper .cont .text{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;	
}
.headerTopMagicBarWrapper .interestedBtn{background-color: #fff;border: 1px solid #fff;color: #000; font-size: 12px;line-height: 18px; font-family: "Inter-SemiBold";}
.switchWetrooModal{}
.switchWetrooModalDiolog{ max-width: 600px; width: 100%;}
.switchWetrooModalContent{}
.switchWetrooModalContent .btn-close{position:absolute;top:6px;right:6px;padding:0px;opacity:1;z-index:1;}
.switchWetrooModalBody{padding:0px;}
.switchWetrooModalHeader{
    text-align: center;
    padding: 25px;
    border-bottom: 1px solid #ddd;	
}
.switchWetrooModalHeader .title{
    font-size: 20px;
    line-height: 1.5;
    font-family: "Inter-SemiBold";
    color: #000;	
}
.switchWetrooModalHeader .para{
    font-size: 13px;
    line-height: 1.3;
    color: #6b7280;	
	margin-bottom:0px;
}
.switchWetrooFormArea{padding:25px 25px;}
.switchWetrooFormArea .labelname{color:#000;}
.switchWetrooFormArea .rowBox{margin-left:-5px;margin-right:-5px;}
.switchWetrooFormArea .columnBox{padding-left:5px;padding-right:5px;}
.switchWetrooFormArea .rowBox2{margin-left:-5px;margin-right:-5px;}
.switchWetrooFormArea .columnBox2{padding-left:5px;padding-right:5px;}
.switchWetrooFormArea .form-group{margin-bottom:10px;}
.switchWetrooFormArea .form-control{box-shadow:none;}
.switchWetrooFormArea .privacy-text{font-size: 12px;line-height: 1.3;}
.switchWetrooFormArea .interestedBtns{padding:10px 0 0;text-align:center;}
.switchWetrooFormArea .interestedBtns .interestedBtn{

	
}




.header {}
.homeHeader .header {}
.customeHomeHeader .header {padding:0px 0;position:absolute;top:0;left:0;width:100%;z-index:2;/*position:relative;*/top: 50px;}
.homeHeader.homeHeader-style-3 .header .navigationArea{padding:10px 0;}
.header .navbar {align-items: center;justify-content: space-between;position: inherit;padding:0px 0px;}
.header .navbar .navbar-brand {max-width: 280px;}
.mobile-navbar-toggler{background-color: transparent;border: 0;color: #000;font-size: 20px;padding: 0px;box-shadow: none !important;margin-right: 15px;display:none;}
.mobileMenuSidebarOverlay{display:none;}
.mobileMenuSidebar{display:none;}
.header .navbar .navbar-collapse {align-items: center;justify-content: center;}
.header .navbar .rightSide {display: flex;justify-content: flex-end;margin-left:25px;}
.header .navbar .navbar-nav {align-items: center;}
.header .navbar .navbar-nav .nav-item {}
.header .navbar .navbar-nav .nav-item:not(:last-child) {margin-right: 30px;}
.header .navbar .navbar-nav .dropdown-toggle {background: rgba(0, 0, 0, 0);border: none;}
.header .navbar .navbar-nav .nav-link {font-size: 18px;color:#414042;transition: 0.3s;padding: 30px 8px;}
.header .navbar .navbar-nav .nav-link:hover {color:#1d2878;}
.header .navbar .navbar-nav .nav-link .fa-chevron-down {color: #14d249;font-size: 16px;}
.header .navbar .navbar-nav .nav-link.active {color: #fff;}
.header .navbar .navbar-nav .nav-link.dropdown-toggle::after {display: none;}
.header .navbar .rightSide .nav-button {color: #fff;background-color: #1d2878;border-color: #1d2878;padding: 9px 22px 10px;border-radius: 10px;transition: 0.5s;font-family: "Inter-SemiBold";text-transform: uppercase;}
.navigationArea{position:relative;}
.header .navbar .rightSide .nav-button.nav-button-border {color: #1d2878;background-color: #fff;border-color: #1d2878;}
.header .navbar .rightSide .nav-button:hover {color: #fff;background-color: #f35c25;border-color: #f35c25;}
.header .navbar .rightSide .nav-button.loginBtn:hover{color: #fff;background-color: #1d2878;border-color: #1d2878;}
.header .navbar .rightSide .loginBtn {margin-right: 10px;}
.sub-menu {position: absolute;top: 100%;left: -80%;width: 240px;background: #fff;padding: 0px 0;text-align: left;box-shadow: 0 3px 25px 0 rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;-webkit-box-shadow: 0 3px 25px 0 rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;border-radius: 0px;-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: 0 0;transform-origin: 0 0;opacity: 0;visibility: hidden;-webkit-transform-origin: top;transform-origin: top;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;z-index:2;}
.header .navbar .navbar-nav li:hover .sub-menu {opacity: 1;display: block;visibility: visible;height: auto;-webkit-transform: rotateX(0);transform: rotateX(0);}
.dropdown_menu {position: relative;}
.dropdown_menu:after {
	content: '\f107 ';
	position: absolute;
	z-index: 1;
	top: 30px;
	right: -10px;
	font-family: FontAwesome;
	font-size: 20px;
	color: #41d1f0;
 transition: all ease-in-out .3s;
 -moz-transition: all ease-in-out .3s;
 -webkit-transition: all ease-in-out .3s;
}
.sub-menu > li {
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}
.sub-menu > li:last-child {
	border-bottom:none;
}
.sub-menu > li {
	list-style: none;
	padding:0px !important;
}
.sub-menu > li > a {
	display: block;
	color: #000;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	padding-right: 0px;
}
.sub-menu > li > a:before, .sub-menu > li > a:after {
	display:none;
}
.sub-menu > li.active a, .sub-menu > li > a:hover, .sub-menu > li > a:focus {
	text-decoration: none;
	color: #1d2878;
}
.sub-menu > li:last-child a {
	padding-right: 10px;
}
.sub-menu > li > a:before {
	display:none;
}
.mega-menu {
	position: absolute;
	top: 62px;
	width: 100%;
	left: 0;
	padding: 50px 0px;
	background: #f5f7fa;
	border-bottom:1px solid #cad2dd;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
 transition: all .5s ease;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 -ms-transition: all .5s ease;
 transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
	z-index:5;
}
.header .navbar .navbar-nav li:hover .mega-menu {
	opacity: 1;
	display: block;
	visibility: visible;
	height: auto;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.mega-menu-item .nav-link {
	position:relative;
}
.mega-menu-item .nav-link:after {
	content: '\f107 ';
	position: absolute;
	z-index: 1;
	top: 30px;
	right: -10px;
	font-family: FontAwesome;
	font-size: 20px;
	color: #41d1f0;
 transition: all ease-in-out .3s;
 -moz-transition: all ease-in-out .3s;
 -webkit-transition: all ease-in-out .3s;
}
.mega-menu-Header {margin-bottom: 20px;}
.mega-menu-Header .title {font-family: "Inter-SemiBold";font-size: 22px;color: #000;}
.mega-menu .rowBox .mega-menu-box {border-right:1px solid #cad2dd;}
.mega-menu .rowBox .mega-menu-box:last-child {border-right:0;}
.mega-menu-list {}
.mega-menu-list.column-2 {column-count: 2;}
.mega-menu-list.column-3 {column-count: 3;}
.mega-menu-list.column-4 {column-count: 4;}
.mega-menu-list .mega-menu-list-item {margin-bottom:15px;}
.mega-menu-list .mega-menu-list-item:last-child {}
.mega-menu-list .mega-menu-list-item a {color:#000;display:block;}
.mega-menu-list .mega-menu-list-item a:hover {color:#000;text-decoration:underline;}
.mega-menu-list-iteminner {align-items:center;}
.mega-menu-list-iteminner .icon {text-align: center;width: 32px;height: 32px;line-height: 32px;background-color: #1d2878;color: #fff;border-radius: 50%;margin-right: 10px;}
.mega-menu-list-iteminner .content {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.mega-menu-list-iteminner .content .ttl {font-family: "Inter-SemiBold";font-size: 16px;line-height: 22px;margin-bottom: 2px;}
.mega-menu-list-iteminner .content p {}
.fullBody {overflow:hidden;}
.homeBannerSec { background-image: url(../images/homeBannerSecBg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;	 padding: 120px 0 0px;height: 875px;z-index:1;}
.homeBannerSec .bg1 {position:absolute;left:0;bottom:0;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;width:100%;height:160px;}
.borderText {}
.borderText img {position: absolute;bottom: 0;right: 0;}
.homeBannerContent .title {font-family: "Inter-Bold";color: #000000;display: inline-block;}
.homeBannerContent .title .titleText {position:relative;z-index: 1;}
.homeBannerContent .title .borderText img {position: absolute;bottom: -12px;right: 150px;max-width: 35%;width: 100%;}
.homeBannerContent p {}
.homeBannerContentList {padding: 0px;margin: 0px;display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -10px;margin-bottom: 25px;}
.homeBannerContentList li {list-style-type:none;padding:0 10px;/*font-family: "Inter-SemiBold";*/}
.homeBannerContentList li .icon {margin-right:8px;}
.homeBannerContentList li .txt {}
.homeBannerContentList li:last-child {}
.homeBannerBtnArea {}
.homeBannerBtnAreainner {}
.homeBannerBtnAreainner .homeBannerBtn {background-image: none !important;margin-right: 10px;display: inline-block;font-family: "Inter-SemiBold";}
.homeBannerBtnAreainner .explore-button-boder {background-image: none !important;background-color: #fff;border: 1px solid #1d2878;color: #1d2878;}
.homeBannerBtnAreainner .explore-button-boder:hover {background-image: none !important;background-color: #1d2878;border: 1px solid #1d2878;color: #fff;}
.homeBannerBtnAreainner .homeBannerVideoBtn {color: #414042;display: inline-block;}
.homeBannerBtnAreainner .homeBannerVideoBtn .icon {margin-right: 10px;}
.homeBannerBtnAreainner .homeBannerVideoBtn icon img {}
.videoModalDiolog {max-width: 650px;width: 100%;margin: 50px auto;padding:0 15px;}
.videoModalContent {padding: 8px 8px 0px 8px;}
.videoModalContent .btn-close {position: absolute;top: -30px;right: 0;opacity: 1;background: none;border: 0;box-shadow: none;color: #fff;font-size: 25px;padding: 0px;}
.videoModalArea {}
.videoModalArea .modalVideo {height: 410px;/* width: 100%;object-fit: fill;*/ object-fit: cover;}
.bookDemoModal .modal-content {background-color: #f1f3f5;border-radius: 20px;padding: 35px 35px 15px;}
.bookDemoModal .modal-content .btn-close {position: absolute;top: 12px;right: 12px;opacity: 1;padding: 0px;}
.bookDemoModal .modal-body {padding:0px;}
.bookDemoModal .requestDemoForm {padding:0px;background-color:transparent;border-radius: 0px;max-width:100%;width: 100%;}
.homeBannerThumanilArea {}
.homeBannerThumanil img {max-width:75%;position: relative;z-index: 1;}
.homeAboutSec {/*background-color: #fff7f6;padding: 160px 0 70px;margin-top: -137px;*/padding: 50px 0 20px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;z-index:1;}
.homeAboutSec .bg1 {position: absolute;left: 0;top: -130px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;width: 100%;height: 130px;}
.homeAboutSec .bg2 {position: absolute;left: 0;bottom: -110px;background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;width: 100%;height: 110px;}
.aboutVideoArea {overflow: hidden;border-radius: 15px;position:relative;margin-right:40px;}
.aboutVideoArea .aboutVideoOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);}
.aboutVideoArea .videoBtn{position: absolute;top: 50%; left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.aboutVideoArea .videoBtn img{}
.aboutVideoArea video {border-radius: 15px;}
.aboutContentArea {}
.aboutContentArea .title {font-family: "Inter-Bold";font-size: 40px;color: #000;}
.aboutContentArea .title .borderText img {position: absolute;bottom: -10px;right: auto;left: 0;width: 215px;}
.aboutList {padding: 0px;}
.aboutList.rowBox2{margin-left:-5px;margin-right:-5px;}
.aboutList.rowBox2 .columnBox2{padding-left:5px;padding-right:5px;}
.aboutList li {list-style-type:none;margin-bottom: 12px;}
.aboutList li .icon {width:24px;margin-right:10px;}
.homeAboutSocialList {padding: 0px;-moz-column-count: 16;-moz-column-gap: 20px;-webkit-column-count: 16;-webkit-column-gap: 15px;column-count: 16;column-gap: 15px;}
.homeAboutSocialList li {list-style-type:none;}
.homeAboutSecBottomArea{}
.homeAboutSecBottomArea .headingArea h2 {font-family: "Inter-Bold";color: #000000;font-size: 40px;}
.homeAboutPlatformsArea {padding: 30px 0 40px;}
/*.homeAboutPlatformsArea .homeAboutPlatformRowBox {display:flex;flex-wrap:wrap;justify-content:center;margin-left:-5px;margin-right:-5px;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox {padding-left:5px;padding-right:5px;margin-bottom:10px;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(1){width: 10%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(2){width: 15%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(3){ width: 18%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(4){width: 21%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(5){width: 18%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(6){width: 15%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(7){width: 21%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(8){width: 20%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(9){width: 14%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(10){width: 12%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(11){width: 15%;}
.homeAboutPlatformsArea .homeAboutPlatformRowBox .homeAboutPlatformColumnBox:nth-child(12){width: 15%;}*/

.homeAboutPlatformBox {padding:5px 5px 30px;height:100%;}
.homeAboutPlatformBoxinner {height:100%;text-align:center;background-color: #fff;padding: 20px 12px;border-radius: 10px;box-shadow: 0 0px 6px 0 rgb(0 0 0 / 2%);position:relative;border:2px solid #fff;}
/*.homeAboutPlatformBoxinner:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    border-style: none solid solid none;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    margin: 0 auto;
	opacity:0;
}
*/
.homeAboutPlatformBoxinner:hover{border-color:#fd7b72;}
.homeAboutPlatformBoxinner:hover:after{border-color: #fd7b72;opacity:1;}
.homeAboutPlatformIcon {display:inline-block;margin-bottom:10px;}
.homeAboutPlatformIcon img {width:auto !important;}
.homeAboutPlatformContent {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.homeAboutPlatformContent h4.ttl {font-size: 14px;font-family: "Inter-SemiBold";color: #000;}
.homeAboutPlatformsMobile {display:none;}
.homeAboutPlatformsArea .homeAboutPlatformSlider .owl-stage{display: flex;}
.homeAboutPlatformsArea .homeAboutPlatformSlider .owl-item{ display: flex;flex-direction: column;}
.homeAboutPlatformSlider .owl-nav button {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	background: transparent !important;
	border: 2px solid #222 !important;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.homeAboutPlatformSlider .owl-nav button.owl-prev {left: -45px;}
.homeAboutPlatformSlider .owl-nav button.owl-next {	right: -45px;}
.homeAboutPlatformSlider .owl-nav button {background: #f35c24 !important;	border-color: #f35c24 !important;}
.homeAboutPlatformSlider .owl-nav button span {color: #fff !important;}
.homeAboutPlatformSlider .owl-nav button:hover {background: #1d2878 !important;	border-color: #1d2878 !important;}
.homeAboutPlatformSlider .owl-nav button span {font-size: 16px;position: relative;top: 0px;color: #222;}
.homeAboutPlatformSlider .owl-nav button:hover span {color: #fff;}
.homeAboutPlatformSlider .owl-nav .owl-prev.disabled {opacity: 0.2;cursor: no-drop; border-color: #f35c24 !important;}
.homeAboutPlatformSlider .owl-nav .owl-next.disabled {opacity: 0.2;cursor: no-drop; border-color: #f35c24 !important;}
.homeAboutPlatformSlider .owl-nav .owl-prev.disabled:hover, .homeAboutPlatformSlider .owl-nav .owl-next.disabled:hover {background: #transparent !important;border-color: #222 !important;}
.counterSec {}
.counterSec .headnSec .title {display: inline-block;}
.counterSec .borderText img {top: 35px;right: 125px;width: 180px;}
.counterSec .title .titleText {
	position: relative;
	z-index: 1;
}
.counterSecinner {
	max-width:850px;
	margin:0 auto;
}
.counterSecinner .counterBox {
	position:relative;
}
.counterSecinner .counterBox:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 2px;
	height: 35px;
	background-color: #e4e6ff;
}
.counterSecinner .counterBox:last-child:after {
	display:none;
}
.counterBoxiiner {
	text-align:center;
}
.counterBoxiiner .ttl {
	font-family: "Inter-ExtraBold";
	font-size: 25px;
	margin-bottom:10px;
}
.counterBoxiiner .ttl.color1 {color:#fd7b72;}
.counterBoxiiner .ttl.color2 {color:#18c8ee;}
.counterBoxiiner .ttl.color3 {color:#cb52ff;}
.counterBoxiiner .ttl.color4 {color:#0294e2;}
.counterBoxiiner .txt {}
.trustedSec {}
.trustedSec .headnSec .title {display: inline-block;}
.trustedSec .borderText img {top: 35px;right: 290px;width: 180px;}
.trustedSec .title .titleText {position: relative;z-index: 1;}
.counterSecinner {}
.trustedMobileArea {display:none;}
.trustedThumanil {overflow: hidden;padding-left: 10%;}
.trustedThumanil img {}
.trustedDesktopAreainner {background-position: 110% 50%;background-repeat: no-repeat;background-size: 92%;}
.trustedDesktopContentArea {padding: 180px 0;}
.trustedDesktopContentAreainner {}
.trustedDesktopContentAreainner h2.title {font-family: "Inter-Bold";color: #000000;font-size: 32px;line-height: 36px;margin-bottom: 15px;}
.trustedDesktopContentAreainner h2.title br {}
.trustedDesktopContentAreainner p {}
.trustedDesktopContentAreainner p br {}
.homeFeatureSec {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;padding: 110px 0 80px;position:relative;}
.homeFeatureBoxinner {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 30px;
	border-radius: 30px;
	color: #fff;
	position:relative;
	height:100%;
}
.homeFeatureBoxinner .numberText {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: #fff;
	color:#fd7b72;
	border-radius: 0px 30px 30px 30px;
	font-family: "Inter-ExtraBold";
	font-size:20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.homeFeatureBoxinner .numberText .number {
}
.homeFeatureBoxinner .icon {
}
.homeFeatureBoxinner .icon img {
	height: 50px;
}
.homeFeatureBoxinner .content {
}
.homeFeatureBoxinner .content .title {
	font-family: "Inter-ExtraBold";
	font-size: 20px;
}
.homeFeatureBoxinner .content .title br {
}
.homeFeatureBoxinner .content .para {
	line-height:20px;
}
.highLightsec {
padding:0px 0 0px;   
}
.highLightsecinner{
	background-image: url(../images/highLightsecBg.png);	
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px;
    position: relative;	
}
.whatsappMarketingSec_22 .highLightsecinner{background-image: inherit;}
.highLightsecinner .bg1{/*position:absolute;top:0;left:0;right:0;width:100%;height:100%;content:'';
 background-image: url(../images/highLightsecBg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;*/
}
.highLightsecField {
	position:relative;
}
.highLightsecField .bg1 {
}
.highLightsecField .bg2 {
	position: absolute;
	left: 0;
	bottom: -150px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 183px;
}
.highLightThumnail {
}
.highLightThumnail img {
/*position: relative;
    margin-top: -150px;  
    height: 600px;
    max-width: initial;	*/
}
.highLightContent {
	padding-left:60px;
	padding-top:50px;
}
.highLightContent .title {
	font-family: "Inter-Bold";
	font-size: 40px;
	color: #000;
}
.highLightContent .title .borderText img {
	position: absolute;
	bottom: -10px;
	right: auto;
	left: 0;
	width: 215px;
}
 
.highLightContent ul.list_1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}
.highLightContent ul.list_1 li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;	
}
.highLightContent ul.list_1 li .icon{margin-right:7px;}
.highLightContent ul.list_1 li:last-child {
    margin-bottom: 0px;
}
.homeTestimonialSec {
	padding:200px 0 0px;
}
.homeTestimonialSec .headnSec .title {
	display: inline-block;
}
.homeTestimonialSec .borderText img {
	top: 38px;
	right: 215px;
	width: 100px;
}
.homeTestimonialSecinner {
	display:flex;
}
.homeTestimonialSecinner .leftPart {
	width:60%
}
.homeTestimonialSecinner .rightPart {
	width:40%;
}
.homeTestimonialBigThumnail {
	text-align: center;
}
.homeTestimonialBigThumnail img {
	position: relative;
	margin-top: -120px;
	max-width: 75%;
}
.homeTestimonialSlider .homeTestimonialBox {
	padding:20px 10px;
}
.homeTestimonialSlider .owl-stage {
	left:-300px;
}
.homeTestimonialSlider .owl-dots {
	padding-top: 15px;
	text-align: center;
}
.homeTestimonialBoxinner {
	box-shadow: 0 7px 10px rgba(77, 91, 236, 0.08);
	padding: 30px;
	border-radius: 20px;
}
.homeTestimonialBoxinner .textContent {
	margin-bottom:25px;
}
.homeTestimonialBoxinner .textContent p {
}
.homeTestimonialBoxinner .textContent p strong {
	font-weight:normal;
	font-family: "Inter-SemiBold";
}
.homeTestimonialBoxinner .testInfo {
}
.homeTestimonialBoxinner .testInfo .userTitle {
	font-family: "Inter-Bold";
	color: #fd7b72;
}
.homeTestimonialBoxinner .testInfo p {
}
.heighlight_2Sec {background-color: #e5f6eb;position: relative; padding:80px 0 80px;}
.heighlight_2contentArea{padding:20px 0 0;}
.heighlight_2contenBox_1 {}
.heighlight_2contenBox_1inner {background-color:#fff;padding:30px 30px;border-radius:30px;border-bottom:4px solid #6571ef;}
.heighlight_2contenBox_1inner .title {font-family: "Inter-Bold";font-size: 40px;color: #000;display: inline-block;}
.heighlight_2contenBox_1inner .title .borderText img {position: absolute;bottom: 40px;right: 0;width: 215px;}
.heighlight_2contenBox_1inner .viewPlanBtn {/*background-color: #fd7b72;border: 1px solid #fd7b72;*/}
.heighlight_2contenBox_2 {}
.heighlight_2contenBox_2inner {padding:0px 30px;}
.heighlight_2contenBox_2inner .title {font-family: "Inter-Bold";font-size: 40px;color: #000;display: inline-block;}
.heighlight_2contenBox_2inner .title .borderText img {position: absolute;bottom: -5px;right: 0;width: 140px;}
.heighlight_2BoxArea .rowBox2 .heighlight_2Box:first-child {border-right:2px solid #71d795;}
.heighlight_2Boxinner {}
.heighlight_2BoxArea .rowBox2 .heighlight_2Box:last-child .heighlight_2Boxinner {padding-left:15px;}
.heighlight_2Boxinner .ttl {font-family: "Inter-ExtraBold";color:#0294e2;font-size: 20px;}
.heighlight_2Boxinner p {}
.bottomheighlight_2Sec {}
.bottomheighlight_2Secinner {position:relative;}
.bottomheighlight_2Sec .heighlight_2Thumnail{}
.bottomheighlight_2Sec .heighlight_2Thumnail img {/*position: absolute;top: -100px;left: -15%;width: 100%;max-width: 830px;*/}
.pricingSec {}
.pricingSec .headnSec .title {font-size: 50px;display: inline-block;}
.pricingSec .borderText img {position: absolute;bottom: inherit;right: inherit;left: 15px;top: 55px;width: 200px;}
.pricingTabNav ul.nav {width: 350px;margin: 0 auto;border: 1px solid #e9e9e9;border-radius: 50px;padding: 5px 5px;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.pricingTabNav ul.nav .nav-item {width: 50%;text-align: center;border-radius: 50%;}
.pricingTabNav ul.nav .nav-item a {padding: 12px 0;display: block;color: #000;font-family: "Inter-SemiBold";border-radius: 50px;}
.pricingTabNav ul.nav .nav-item a.active {background: #1d2878;border-radius: 50px;color: #fff;-webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);}
.pricingBoxArea {padding:40px 0 0;}
.pricingBox {margin-bottom:30px;}
.pricingBoxinner {
	background: #fff;
	color:#000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 30px 30px;
	border-radius: 10px;
	font-family: "Inter-Regular";
}
.pricingBoxinner:hover {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.pricingBoxinner .cat {
	text-align: center;
	font-family: "Inter-Bold";
	font-size: 24px;
	margin-bottom: 20px;
}
.pricingBoxinner .pricebx {
	min-height: 105px;
	text-align:center;
}
.pricingBoxinner .pricebx .price {
	display: block;
	font-family: "Inter-Bold";
	font-size: 30px;
	margin-bottom: 20px;
}
.pricingBoxinner .pricebx .price .currentPrice {
}
.pricingBoxinner .pricebx .price .oldPrice {
	font-size: 25px;
	color: #949fb1;
	margin-right: 8px;
	text-decoration: line-through;
	font-family: "Inter-Regular";
}
.pricingBoxinner .pricebx .para {
	display: block;
}
.pricingBoxinner .topLineFeatures {
	border-top: 1px solid #e2e5eb;
	border-bottom: 1px solid #e2e5eb;
	text-align: center;
	padding:15px 0;
}
.pricingBoxinner .topLineFeaturesContainer {
}
.pricingBoxinner .topLineFeature {
	font-family: "Inter-Regular";
}
.pricingBoxinner .topLineFeature .txt {
}
.pricingBoxinner .topLineFeature .txt strong {
	font-family: "Inter-Bold";
}
.pricingBoxinner .topLineFeature .txt strong i {
	font-size: 20px;
	color: #ffc127;
	margin-right: 5px;
}
.pricingBoxinner .topLineFeature .info {
	margin-left: 10px;
	font-size: 20px;
}
.pricingBoxinner .pricingButtonArea {
	padding: 15px 0;
}
.pricingBoxinner .pricingBtn {
	display: inline-block;
	border: 0;
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	width: 100%;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.pricingBoxinner .featureListArea {
}
.pricingBoxinner .featureList {
	padding: 0;
	margin: 0;
}
.pricingBoxinner .featureList li {
	position:relative;
	position: relative;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: flex-start;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	-webkit-text-decoration-color: #949fb1;
	text-decoration-color: #949fb1;
	margin-bottom: 10px;
}
.pricingBoxinner .featureList li:last-child {
	margin-bottom: 0px;
}
.pricingBoxinner .featureList li:before {
	content: "";
	margin-top: 2px;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	background-image: url(../images/small-check-icon.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 45%;
	display: block;
	pointer-events: none;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	border: 1px solid #000;
	border-radius: 50%;
}
.pricingBoxinner .featureList li:last-child:before {
}
.pricingBoxinner .goToComparisonLink {
	display: block;
	text-align: center;
	color: #000;
	padding: 25px 0 0;
	font-family: "Inter-SemiBold";
}
.pricingBoxinner .goToComparisonLink .txt {
}
.pricingBoxinner .goToComparisonLink i {
}
.pricingBoxinner .goToComparisonLink:hover {
}
.addonPriceSec {
}
.addonPriceSecinner {
}
.addonPriceFld {
	display: flex;
	padding:20px 20px;
	box-shadow: 0 0 40px 5px rgba(38, 96, 245, .2);
	border-radius: 12px;
	flex-direction: column;
	background-color: #fff;
}
.addonPriceHeader {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 12px;
}
.addonPriceHeader h3 {
	font-size: 30px;
	font-family: "Inter-SemiBold";
	color: #0f0c09;
}
.addonPriceList {
	display: flex;
	list-style: none;
	flex-direction: column;
}
.addonPriceListItem {
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: flex-start;
	flex-direction: row;
	padding: 15px 0 0px;
	gap: 30px;
}
.addonPriceList .addonPriceListItem:not(:last-child) {
 border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.addonPriceInfo {
}
.addonPriceInfo h4 {
	color: #0f0c09;
}
.addonPriceInfo h4 strong {
	font-family: "Inter-SemiBold";
}
.addonPriceInfo p {
}
.addonPriceListItem span.freeText {
	color: #47c055;
	font-size: 25px;
	line-height: 20px;
	text-decoration: none;
	flex: 0 0 auto;
	font-family: "Inter-SemiBold";
}
.addonPriceListItem .addonPriceBtn {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0px;
	border: 2px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.75;
	min-width: 64px;
	padding: 8px 22px;
	color: #fff;
	background-color: #1d2878;
	border:1px solid #1d2878;
	box-shadow: none;
	height: 50px;
	border-radius: 30px;
	transition: all 0.2s ease-in-out 0s;
	font-size: 16px;
	font-family: "Inter-SemiBold";
	font-weight: 500;
	padding-inline: 26px;
	flex: 0 0 auto;
}
.faqSec .headnSec .title {
	display:inline-block;
}
.faqSec .headnSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.faqAccordian .faqAccordianItem {
	margin-bottom:20px;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader {
	position: relative;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .title {
	padding: 15px 60px 15px 15px;
	font-size: 16px;
	line-height: 20px;
	background-color: #fbfbfb;
	font-family: "Inter-Regular";
	cursor:pointer;
	font-family: "Inter-SemiBold";
	color: #000;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .icon {
	position: absolute;
	right: 20px;
	top: 25px;
	height: 8px;
	width: 14px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader .icon:before {
	content: '';
	background-image: url(../images/down_arrow.svg);
	width: 14px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	margin-top: -2px;
	pointer-events: none;
	position: relative;
}
.faqAccordian .faqAccordianItem .faqAccordianHeader.active .icon:before {
	content: '';
	transform: rotate(180deg);
}
.faqAccordian .faqAccordianItem .faqAccordianBody {
	padding: 15px 0px;
	display: none;
}
.faqAccordian .faqAccordianItem:nth-child(1) .faqAccordianBody {
/* display: block; */
}
.smsBannerSec .headnSec .title {
	font-size: 50px;
	display: inline-block;
}
.smsBannerSec .borderText img {
	bottom: -20px;
	right: inherit;
	left: 0;
}
.smsBannerSec .headnSec p {
}
.smsBannerSec .smsBannerBtnArea {
	margin-top: 30px;
}
.smsBannerSec .smsBannerBtnArea .smsBannerBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.smsBannerSec .smsBannerBtnArea .smsBannerBtn1 {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	margin-right: 10px;
}
.smsBannerSec .smsBannerBtnArea .smsBannerBtn2 {
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.ourClientSliderItem {
}
.ourClientSliderIteminner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
	border: 1px solid #eee;
}
.ourClientSliderIteminner img {
	height: 35px;
	width: auto !important;
}
.ourClientSlider .owl-dots {
	padding-top: 15px;
	text-align: center;
}
.ourClientSlider .owl-dots button.owl-dot.active {
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
}
.smsFeatureSec {
	background-color: #fff7f6;
}
.smsFeatureSec .headnSec .title {
	display:inline-block;
}
.smsFeatureSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.smsFeatureBox {
	margin-bottom:30px;
}
.smsFeatureBoxinner {
	/*text-align: center;*/
	background-color:#fff;
	padding: 35px 30px;
	-webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
	border-radius:8px;
}
.boxshadow1 .smsFeatureBoxinner {
	box-shadow: 0px 0px 20px #00000014;
}
.smsFeatureBoxinner .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	background: #000;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.smsFeatureBoxinner .icon-box {
	margin-bottom:20px;
}
.smsFeatureBoxinner .icon-box img {
	height:64px;
}
.smsFeatureBoxinner .smsFeatureIcon {
	background-color: #FFF;
	display: inline-block;
	border-radius: 20px;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	box-shadow: 0 6px 10px 0 rgba(16, 73, 189, 0.3);
	position: relative;
	margin-bottom:30px;
}
.smsFeatureBoxinner .smsFeatureIcon img {
	width: 50px;
}
.smsFeatureBoxinner .content {
}
.smsFeatureBoxinner .content .title {
	font-family: "Inter-SemiBold";
	font-size: 20px;
	color: #000;
}
.smsFeatureBoxinner .content .para {
	margin-bottom: 25px;
}
.smsFeatureBoxinner .content .para p {
}
.d-flex.smsFeatureBoxinner .fetureIcon {
	font-size: 20px;
	margin-right:15px;
}
.d-flex.smsFeatureBoxinner .fetureIcon img {
}
.d-flex.smsFeatureBoxinner .content {
}
.d-flex.smsFeatureBoxinner .content .para {
	margin-bottom: 0px;
}
.smsFeatureBoxinner .smsFeatureBtnArea {
	display: flex;/*justify-content: end;	*/
}
.smsFeatureBoxinner .smsFeatureBtnArea .smsFeatureBtn {
	background-color: #fff;
	border: 1px solid #1d2878;
	color: #1d2878;
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.smsFeatureBoxinner .smsFeatureBtnArea .smsFeatureBtn:hover {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.smsFeatureBoxinner:hover .smsFeatureBtnArea .smsFeatureBtn {
	opacity:1;
}
.smsFeatureBoxinner .smsFeatureBtnArea .smsFeatureBtn svg {
}
.connectIntegrationSec .headnSec .title {
	display: inline-block;
}
.connectIntegrationSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.connectIntegrationBtnArea {
}
.connectIntegrationBtnArea .connectIntegrationBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.connectIntegrationSlider .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.connectIntegrationSlider .swiper-slide {
}
.connectIntegrationSlider .ourClientSliderItem {
	width:100%;
}
.connectIntegrationSlider .ourClientSliderIteminner {
	padding:25px 15px;
	background-color: #fff;
}
.connectIntegrationSlider .swiper-pagination {
	position: relative;
	margin-top: 15px;
}
.smshightLightArea {
	border-radius: 6px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	overflow: hidden;
}
.smshightLightArea .rowBox {
	margin-left:0px;
	margin-right:0px;
}
.smshightLightArea .columnBox {
	padding-left:0px;
	padding-right:0px;
}
.smshightLightContent {
	padding:40px 40px;
}
.smshightLightContent .headnSec .title {
	display: inline-block;
}
.smshightLightContent .borderText img {
	bottom: -20px;
	left: 0;
}
.smshightLightBtnArea {
}
.smshightLightBtnArea .smshightLightBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.smshightLight2Sec .headnSec .title {
	display: inline-block;
}
.smshightLight2Sec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.smshightLight2Sec .smshightLight2BtnArea {
}
.smshightLight2Sec .smshightLight2BtnArea .smshightLight2Btn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.smshightLight2Sec .smshightLight2BtnArea .smshightLight2Btn1 {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	margin-right: 10px;
}
.smshightLight2Sec .smshightLight2BtnArea .smshightLight2Btn2 {
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.requestDemoBananerSec .headnSec .title {
	font-size: 32px;
	line-height: 52px;
	display: inline-block;
}
.requestDemoBananerSec .headnSec .para {
	font-size: 22px;
	line-height: 32px;
}
.requestDemoBananerListContent {
}
.requestDemoBananerListContentBlock {
}
.requestDemoBananerListContentBlock p {
	font-size:15px;
}
.requestDemoBananerListContentBlock i {
	font-size:18px;
	color:#24c55d;
}
.requestDemoBananerSec .headnSec .title .titleText22 {
	font-size: 25px;
}
.requestDemoBananerSec .borderText img {
	position: absolute;
	bottom: inherit;
	right: 115px;
	top: 50px;
}
.requestDemoForm {
	background-color: #f1f3f5;
	border-radius: 20px;
	padding: 25px 50px;
	max-width: 80%;
	width: 100%;/*background-color: #fffdec; background-image: url(../images/bg/bg.png);background-position: 50% 50%;background-size: cover;padding: 40px 40px;border: 1px solid #ddd;border-radius: 15px;*/
}
.requestDemoFormHeader {
}
.requestDemoFormHeader .title {
	font-family: "Inter-Bold";
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
}
.requestDemoForm .rowBox2 {
	margin-left:-5px;
	margin-right:-5px;
}
.requestDemoForm .columnBox2 {
	padding-left:5px;
	padding-right:5px;
}
.requestDemoForm .form-group {
	margin-bottom:12px;
}
.requestDemoForm .form-control {
	border: 1px solid #C4C7CC;
	background-color: #fafafa;
	height: 50px;
	padding-left: 15px;
	box-shadow: none;
	border-radius: 4px;
	font-size: 14px;
}
.requestDemoForm .form-select {
	border: 1px solid #C4C7CC;
	background-color: #fafafa;
	height: 50px;
	padding-left: 15px;
	box-shadow: none;
	border-radius: 4px;
	font-size: 14px;
}
.bookDemoBtnArea {
}
.bookDemoBtnArea .bookDemoBtn {
	display: inline-block;
	border: 0;
	padding: 12px 10px 12px;
	border-radius: 10px;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	transition: 0.5s;
}
.bookDemoBtnArea .bookDemoBtn i {
}
.single-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
transition: box-shadow .3s ease-in-out 0s;
	box-sizing: border-box;
	box-shadow: 0 8px 20px 0 rgba(16, 66, 97, .07);
	padding: 35px 15px;
	border-radius: 10px;
	text-align: center;
	border:1px solid #eee;
}
.single-card h3 {
	font-family: "Inter-Bold";
	font-size: 40px;
	color: #000;
}
.single-card p {
	margin-bottom:0px;
}
.ourClientSec .headnSec .title {
	display: inline-block;
}
.ourClientSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.requestDemoFormBtnArea {
	margin-bottom:10px;
}
.requestDemoFormBtnArea .requestDemoFormBtn {
	display: inline-block;
	border: 0;
	padding: 12px 10px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	width:100%;
}
.requestDemoFormBtnArea .requestDemoFormBtn i {
}
.requestDemoFormBtnArea .requestDemoFormBtn.watchRecordDemoBtn {
	display: inline-flex;
	justify-content:center;
	align-items:center;
}
.requestDemoFormBtnArea .requestDemoFormBtn.watchRecordDemoBtn i {
	font-size:20px;
	margin-right:5px;
}
.blogSec .headnSec .title {
	font-size: 50px;
	display: inline-block;
}
.blogSec .borderText img {
	position: absolute;
	right: -5px;
	bottom: -15px;
	width: 200px;
}
.blogPostBoxinner {
	background-color: #fff;
	/* padding: 10px; */
    -webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.blogPostBoxinner .thumnail {
}
.blogPostBoxinner .thumnail img {
}
.blogPostBoxinner .content {
	padding: 20px 20px 0px;
}
.blogPostBoxinner .content .title {
	color: #000;
	font-size: 20px;
	font-family: "Inter-SemiBold";
}
.blogPostBoxinner .content .title a {
	color: #000;
	transition: all 0.3s;
}
.blogPostBoxinner .content .title a:hover {
	color: #fd7b72;
}
.blogPostBoxinner .para {
}
.blogPostBoxinner .para p {
}
.blogPostBoxinner .readMoreLinkArea {
	padding: 20px 20px;
}
.blogPostBoxinner .readMoreLinkArea .readMoreLink {
	font-family: "Inter-SemiBold";
	color:#000;
	display:inline-flex;
	align-items:center;
	transition: all 0.3s;
}
.blogPostBoxinner .readMoreLinkArea .readMoreLink .txt {
	margin-right:10px;
}
.blogPostBoxinner .readMoreLinkArea .readMoreLink .icon {
	background-color: #fff;
	border: 1px solid #fd7b72;
	color: #fd7b72;
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s;
}
.blogPostBoxinner .readMoreLinkArea .readMoreLink:hover {
	color:#fd7b72;
}
.blogPostBoxinner .readMoreLinkArea .readMoreLink:hover .icon {
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
}
.relatedBlogSec .headnSec .title {
	font-size: 50px;
	display: inline-block;
}
.relatedBlogSec .borderText img {
	position: absolute;
	right: -5px;
	bottom: -15px;
	width: 200px;
}
.singleBlogContentArea {
	position: relative;
	padding: 35px 0px 0px;/*box-shadow: 0px 0px 20px rgba(0,0,0,0.05);*/	
}
.singleBlogContentArea .btmList {
	padding:0px;
}
.singleBlogContentArea h2.title {
	font-family: "Inter-Bold";
	color:#000;
}
.singleBlogContent h1, .singleBlogContent h2, .singleBlogContent h3, .singleBlogContent h4, .singleBlogContent h5, .singleBlogContent h6 {
	font-family: "Inter-SemiBold";
	color:#000;
}
.channelPartnerBannerSec .headnSec .title {
	font-size: 50px;
	display: inline-block;
}
.channelPartnerBannerSec .borderText img {
	position: absolute;
	bottom: -10px;
	right: 55px;
	width: 180px;
}
.channelPartnerBannerBtnArea .channelPartnerBannerBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
}
.channelPartnerStepSec .borderText img {
	bottom: -25px;
	left: 0;
	margin: 0 auto;
}
.channelPartnerStepBoxinner {
	background-color: #fff;
	padding: 35px 30px;
	-webkit-box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
	border-radius: 8px;
}
.channelPartnerStepBoxinner .icon {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 20px;
}
.channelPartnerStepBoxinner .number {
	margin-bottom:10px;
}
.channelPartnerStepBoxinner .content {
}
.channelPartnerStepBoxinner .content .title {
	font-family: "Inter-SemiBold";
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}
.channelPartnerStepBoxinner .content p {
}
.channelPartnerBenifitsSec {
	background-color: #fff7f6;
}
.channelPartnerBenifitsContent .title {
	font-family: "Inter-Bold";
	color: #000000;
	margin-bottom:25px;
}
.channelPartnerBenifitsContent .channelPartnerBenifitsList {
	padding:0px;
	margin:0px;
}
.channelPartnerBenifitsContent .channelPartnerBenifitsList li {
	position: relative;
	position: relative;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: flex-start;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	-webkit-text-decoration-color: #949fb1;
	text-decoration-color: #949fb1;
	margin-bottom: 15px;
}
.channelPartnerBenifitsContent .channelPartnerBenifitsList li:before {
	content: "";
	margin-top: 2px;
	margin-right: 10px;
	height: 18px;
	width: 18px;
	background-image: url(../images/small-check-icon.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 45%;
	display: block;
	pointer-events: none;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	border: 1px solid #000;
	border-radius: 50%;
}
.trustedPartnerArea {
}
.trustedPartnerArea .title {
	font-family: "Inter-Bold";
	color: #000000;
	margin-bottom:35px;
}
.trustedPartnerArea .ourClientSliderIteminner {
	background-color:#fff;
}
.channelPartnerFormSec .borderText img {
	bottom: -25px;
	left: 0;
	margin: 0 auto;
}
.channelPartnerFormArea {
	max-width: 850px;
	margin: 0 auto 50px;
	padding: 30px 30px;
	box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
}
.channelPartnerFormArea .form-group {
	margin-bottom: 15px;
}
.channelPartnerFormArea .form-control {
	box-shadow: none;
	border-radius: 2px;
	height: 45px;
	font-size: 14px;
}
.channelPartnerFormBtnArea {
}
.channelPartnerFormBtnArea .channelPartnerFormBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 6px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	width: 100%;
	font-size: 16px;
}
.termsConditionSec .borderText img {
	bottom: -15px;
	left: 0;
	margin: 0 auto;
}
.sidebarMenu {
	background-color: #1d2878;
	padding: 20px 20px;
	border-radius: 8px;
	position: sticky;
	top: 30px;
	margin-bottom: 30px;
}
.sidebarMenu nav {
}
.sidebarMenu nav ul {
	padding: 0px;
	margin: 0px;
}
.sidebarMenu nav ul li {
	list-style-type: none;
}
.sidebarMenu nav ul li:last-child {
}
.sidebarMenu nav ul li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	background-color: transparent;
	font-family: "Inter-SemiBold";
	border-radius: 10px;
}
.sidebarMenu nav ul li a.active-section {
	background-color: rgba(255, 255, 255, 0.3);
}
.content-section {
	padding:30px 0;
}
.content-section .title {
	font-family: "Inter-Bold";
	color: #000000;
}
.customePageSec {
}
.customePageSec .borderText img {
	bottom: -15px;
	left: 0;
	margin: 0 auto;
}
.customePageSecinner {
}
.customePageSecinner strong {
	font-family: "Inter-Bold";
}
.customePageSecinner h3 {
	font-family: "Inter-SemiBold";
	font-size: 22px;
	color: #333;
	margin: 8px 0;
}
.customePageSecinner p {
	margin-bottom: 10px;
	text-align: justify;
}
.customePageSecinner .list_point {
	padding: 0px;
	margin-left: 20px;
}
.customePageSecinner .list_point li {
	list-style-type: disc;
}
.customePageSecinner .list_point li p {
	margin-bottom: 3px;
}
/*-------API Css Starts------*/

.intTopHeader {
	background: #000;
	padding:0 15px;
}
.intTopHeader .container {
	height:100%;
}
.intTopHeaderinner {
	height:100%;
}
.intNavbar {
	display:flex;
	align-items:center;
	position: relative;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 15px 0px;
}
.intNavbarToggler {
	display:none;
}
.intNavbarNav {
	display: flex;
	flex-grow: 1;
	align-items: center;
	flex-basis: auto;
}
.intNavbarNavList {
	display: flex;
	flex-direction: row;
	padding:0px;
	margin:0px;
}
.intNavbarNavList li {
	list-style-type:none;
}
.intNavbarNavList li:not(:last-child) {
 margin-right: 15px;
}
.intNavbarNavList li:last-child {
}
.intNavbarNavList li a {
	color: #fff;
	font-size: 14px;
	padding: 5px 0px;
	display: inline-block;
}
.intNavbarNavList li a:hover {
}
.intNavbarNav .intNavRightSide {
	display: flex;
	justify-content: flex-end;
}
.intHeaderSearchArea {
}
.intHeaderSearchAreainner {
	display: flex;
	border: 1px solid #ddd;
	border-radius: 30px;
	padding: 4px 15px 4px 15px;
}
.intHeaderSearchInput {
	background: transparent;
	border: 0;
	color: #fff;
	padding: 0px;
	font-size: 12px;
	box-shadow:none;
}
.intHeaderSearchbtn {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 12px;
}
.intBottomHeader {
	display:none;
}
.intBodyinner {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 0.3rem;
	/* height: 100vh; */
    /* overflow: hidden; */
    /* min-height: calc(100% - 1rem); */
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: nowrap row;
	flex-flow: nowrap row;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* padding: 3px 5px 3px 15px; */
    text-decoration: none;
}
.intBodyLeftSide {
	outline: 0;
	height: 100%;
	/* overflow: hidden; */
    width: 280px;
	background: #fdfcfc;
	flex-direction: column;
	max-height: 100vh;
	overflow-y: auto;
	position: sticky;
	top: 0;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.intBodyScrollable {
	height: 100% !important;
}
.intBodyContent {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0.3rem;
	outline: 0;
	border: none;
	border-radius: 0;
	outline: 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.intBodyContainer {
	outline: 0;
	height: 100%;
	width: 100%;/*background: #fdfcfc;      
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/   
    
}
.intBodyHeader {
	padding: 30px 30px;
	border-bottom: 1px solid #eee;
}
.intBodyHeader .ttl {
	font-size: 30px;
	font-family: "Inter-SemiBold";
	color:#000;
}
.intBodyContainerinner {
	display: flex;
	padding:0px 0 0;
}
.intBodyLeftSide .intBodyScrollable {
	height: 100% !important;
}
.leftSideList {
	padding:20px 0;
}
.leftSideList .leftSideListItem {
	margin-bottom: 20px;
}
.leftSideList .leftSideListItem:last-child {
	margin-bottom: 0px;
}
.leftSideListIteminner {
}
.leftSideListIteminner .title {
	font-size: 14px;
	font-family: "Inter-SemiBold";
	padding: 0 35px 0 15px;
	color:#000;
	position:relative;
}
.dropdownMenu .leftSideListIteminner .title:after {
	text-align: center;
	content: '\f107 ';
	position: absolute;
	top: -3px;
	right: 5px;
	font-family: FontAwesome;
	font-size: 16px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	cursor: pointer;
}
.dropdownMenu.show .leftSideListIteminner .title:after {
	content: '\f105  ';
}
.leftSideMenuList {
	padding: 0px;
	margin: 0px;
}
.dropdownMenu.show .leftSideMenuList {
	display:none;
}
.leftSideMenuList li {
	list-style-type:none;
}
.leftSideMenuList li:last-child {
}
.leftSideMenuList li a {
	font-size: 14px;
	padding: 5px 5px 5px 15px;
	display: block;
	color: #414042;
}
.leftSideMenuList li a:hover {
	background-color:#f8f8f8;
	color:#000;
}
.intBodyMiddleSide {
	width: auto;
	width: 100%;
	overflow: hidden;
	height: 100%;/*border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;*/
}
.intBodyRightSide {
	outline: 0;
	height: 100%;
	/* overflow: hidden; */
    width: 280px;
	background: #fdfcfc;
	flex-direction: column;
	max-height: 100vh;
	overflow-y: auto;
	position: sticky;
	top: 0;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.intBodyMiddleSideinner {
	padding:0 30px;
}
.intpanel {
	padding:30px 0;
}
.intpanelHeader {
}
.intpanelHeader .headingText {
}
.intpanelHeader .headingText .title {
	font-size: 24px;
	font-family: "Inter-SemiBold";
}
.intpanelBody {
	font-family: "Inter-Regular";
}
.intpanelBody .title {
	font-family: "Inter-Bold";
}
.intpanelBody h5 {
	font-family: "Inter-SemiBold";
}
.codeTabs {
	margin-bottom:15px;
}
.codeTabs .cm-s-neo {
	padding:0 20px;
}
.codeTabsToolbar {
	background: #ebedef;
	background: #ebedef;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}
.codeTabsToolbar button {
	white-space: nowrap;
 -webkit-transition: .123s ease;
 transition: .123s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	line-height: 2;
	padding: 0.5em 1em;
	border: none;
	background: 0 0;
	outline: none;
	color: inherit;
	font: inherit;
	font-size: .75em;
	cursor: pointer;
	background: #f6f8fa;
}
.codeTabsToolbar .nav-pills {
}
.codeTabsToolbar .nav-pills li {
}
.codeTabsToolbar .nav-pills li:last-child {
}
.codeTabsToolbar .nav-pills .nav-link {
	border: 0;
	border-radius: 0;
	color: #fff;
}
.codeTabsToolbar .nav-pills .nav-link.active, .codeTabsToolbar .nav-pills .show>.nav-link {
	background-color:#0d6efd;
	color:#fff;
}
.codeTabs .tab-content {
	background-color:#333;
}
.codeTabs pre {
	border-radius: 0;
	background: #f6f8fa;
	background: #f6f8fa;
	background: #333;
	color: #fff;
	margin-bottom: 0;
}
.codeTabs-inner {
	position:relative;
}
.codeTabs button.rdmd-code-copy {
	display: inline-block;
	position: absolute;
	right:25px;
	top: 5px;
	-webkit-appearance: unset;
	margin: 0.5em 0.6em 0 0;
	padding: 0.25em 0.7em;
	padding: 5px 8px;
	cursor: copy;
	color: #000;
	color: #fff;
	border: none;
	border-radius: 3px;
	outline: none!important;
	background: inherit;
	background: transparent;
	-webkit-box-shadow: inset 0 0 0 1px rgba(170, 170, 170, .66), -1px 2px 6px -3px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 1px rgba(170, 170, 170, .66), -1px 2px 6px -3px rgba(0, 0, 0, .1);
 -webkit-transition: .15s ease-out;
 transition: .15s ease-out;
	opacity:0;
	font-size: 16px;
}
.codeTabs pre:hover button.rdmd-code-copy {
	opacity:1;
}
.codeTabs button.rdmd-code-copy:focus {
	border:1px solid #000;
	color:#000;
}
.codeTabs pre>code {
	/* display: block!important; */
    overflow: auto;
	padding: 1em;
	max-height: 90vh;
}
.rightSideBar {
}
.rightSideBar .rightSideListArea {
	padding:30px 30px;
}
.rightSideListArea .title {
	font-size: 12px;
	font-family: "Montserrat-Semibold";
}
.rightSideListArea .title i {
	margin-right:5px;
}
.rightSideList {
	padding:0px;
	margin:0px;
}
.rightSideList li {
	list-style-type:none;
}
.rightSideList li a {
	font-size: 14px;
	padding: 3px 5px 3px 15px;
	display: block;
	color: #4c555a;
}
.rightSideList li a:hover {
	color:#000;
}
.postFormarea {
	margin-bottom: 20px;
}
.postFormareainner {
	border: 1px solid #ddd;
	padding: 5px 5px;
	border-radius: 4px;
}
.postFormareainner .postFormBtn {
	padding: 4px 12px;
	border: 1px solid #3b9f0f;
	background-color: #3b9f0f;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.postFormareainner .postFormInput {
	width: 100%;
	border: 0;
}
.paramsItemArea {
}
.paramsItemArea .paramsItem {
	margin-bottom:30px;
}
.paramsListArea {
}
.paramsListItem {
	background-color: #f9fafb;
	border: 1px solid#ddd;
	padding: 15px 15px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.paramsListIteminner {
}
.paramsListIteminner .LeftSide {
	margin-right:20px;
}
.paramsListIteminner .LeftSide .ttl {
	font-family: "Inter-Bold";
	color: #000;
}
.paramsListIteminner .LeftSide .text {
	font-size: 13px;
}
.paramsListIteminner .LeftSide .text.req {
	color:red;
}
.paramsListIteminner .middleSide {
}
.paramsListIteminner .middleSide .text {
}
.paramsListIteminner .middleSide .text :last-child {
}
.integrationsListingSec .borderText img {
	bottom: -16px;
	left: 0;
	margin: 0 auto;
}
.integrationsItem {
	margin-bottom:30px;
}
.integrationsIteminner {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
}
.integrationsIteminner .thumnail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 140px;
}
.integrationsIteminner .thumnail img {
	width: 65px;
	height: 65px;
}
.integrationsItem .integrationsIteminner.bg1 .thumnail {
	background-color: #dbf5c2;
}
.integrationsItem .integrationsIteminner.bg2 .thumnail {
	background-color: #d1fd9b;
}
.integrationsIteminner .content {
	padding: 15px 45px 25px;
}
.integrationsIteminner .content .title {
	font-family: "Inter-Bold";
	color: #000000;
	font-size: 20px;
}
.integrationsIteminner .content .title .titleInfo {
	opacity: 0.6;
	margin-left: 7px;
	font-size: 14px;
	white-space: nowrap;
	font-family: "Inter-Light";
}
.integrationsIteminner .content .para {
}
.integrationsIteminner .content .para p {
}
.integrationsIteminner .content .integrationsBtnArea {
	margin-top: 15px;
}
.integrationsIteminner .content .integrationsBtnArea .integrationsBtn {
	font-family: "Inter-SemiBold";
	color: #fd7b72;
}
.integrationsIteminner .content .integrationsBtnArea .integrationsBtn .txt {
}
.integrationsIteminner .content .integrationsBtnArea .integrationsBtn i {
	margin-left: 5px;
}
.integrationsIteminner .content .integrationsBtnArea .integrationsBtn:hover {
}
.channelPartnerBoxinner {
	display:block;
	color: #414042;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.channelPartnerBoxinner:hover {
	color: #414042;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.channelPartnerBoxinner .thumnail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 140px;
	padding: 20px 0 0;
}
.channelPartnerBoxinner .thumnail img {
	width: auto;
	height: 120px;
}
.channelPartnerBoxinner .content {
	padding: 20px 20px 25px;
	text-align:center;
}
.channelPartnerBoxinner:hover .content .title {
	color: #1d2878;
}
.aboutIntegrationsSec {
	background-color: #f2fff7;
}
.aboutIntegrationsContentArea {
}
.aboutIntegrationsContentArea .borderText img {
	bottom: -25px;
	right: inherit;
	left: 0;
}
.aboutIntegrationsSec .aboutIntegrationsBtnArea {
}
.aboutIntegrationsSec .aboutIntegrationsBtnArea .aboutIntegrationsBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.aboutIntegrationsSec .aboutIntegrationsBtnArea .aboutIntegrationsBtn1 {
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	margin-right: 10px;
}
.aboutIntegrationsSec .aboutIntegrationsBtnArea .aboutIntegrationsBtn2 {
	background-color: transparent;
	border: 1px solid #fd7b72;
	color: #fd7b72;
}
.aboutUsSec {
}
.aboutUsSecinner {
}
.aboutUsSec .aboutContentArea {
}
.aboutUsSec .aboutContentArea .sub-title {
	margin-bottom: 10px;
}
.aboutUsSec .aboutContentArea .title {
	font-size: 45px;
}
.aboutUsSec .aboutContentArea .title .borderText img {
	bottom: -20px;
}
.aboutUsSec .aboutBtnArea {
}
.aboutUsSec .aboutBtnArea .aboutBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.ourVissionSecinner {
	background-color: #fff7f6;
	padding: 30px;
	border-radius: 15px;
}
.ourVissionContentArea {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	border: 2px solid #000;
}
.ourInvestorSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
	width: 180px;
}
.ourInvestorBoxinner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	padding: 20px;
	height: 100%;
	border: 1px solid #ddd;
}
.heighLightDiscoverSecinner {
	background-color: #f5f6fd;
	padding: 30px 30px;
	border-radius: 15px;
	color: #000;
	border: 2px solid #000;
}
.heighLightDiscoverSecinner .intro {
}
.heighLightDiscoverSecinner .heighLightDiscoverBtnArea {
	margin-top:20px;
}
.heighLightDiscoverSecinner .heighLightDiscoverBtnArea .heighLightDiscoverBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.heighLightDiscoverSecinner .heighLightDiscoverBtnArea .heighLightDiscoverBtn1 {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	margin-right: 10px;
}
.heighLightDiscoverSecinner .heighLightDiscoverBtnArea .heighLightDiscoverBtn2 {
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.creatingStepSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.creatingStepSecinner {
}
.creatingStepSecinner .creatingStepBox {
	margin-bottom:30px;
}
.creatingStepBoxinner {
	padding: 0px 25px;
}
.creatingStepBoxinner .thumnail {
	margin-bottom:25px;
}
.creatingStepBoxinner .thumnail img {
}
.creatingStepBoxinner .content {
}
.creatingStepBoxinner .content .title {
	font-family: "Inter-Bold";
	color: #000000;
	font-size: 20px;
}
.creatingStepBoxinner .content .para {
}
.whatsappChatQrFormArea {
}
.whatsappChatQrFormArea .content .title {
	font-family: "Inter-Bold";
	color: #333;
	font-size: 25px;
}
.whatsappChatQrFormArea .content h5 {
}
.whatsappChatQrFormArea .content p {
}
.whatsappChatQrFormBtnArea {
}
.whatsappChatQrFormBtnArea .whatsappChatQrFormBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.becomePartnerFormSec {
}
.becomePartnerFormSecinner {
	background-color: #f5f6fd;
	padding: 30px 30px;
	border-radius: 15px;
	color: #000;
	border: 2px solid #000;
}
.becomePartnerFormSecinner .intro {
	font-size: 30px;
	margin-bottom: 20px;
}
.becomePartnerFormSecinner .intro strong {
}
.becomePartnerFormAreainner .rowBox {
}
.becomePartnerFormAreainner .columnBox {
}
.becomePartnerFormAreainner .form-group {
	margin-bottom:10px;
}
.becomePartnerFormAreainner .labelName {
	margin-bottom: 5px;
}
.becomePartnerFormAreainner .labelName sup {
}
.becomePartnerFormAreainner .form-control {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
	height: 40px;
}
.becomePartnerFormAreainner .form-select {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
	height: 40px;
}
.becomePartnerFormAreainner .becomePartnerFormBtnArea {
	margin-top: 15px;
}
.becomePartnerFormAreainner .becomePartnerFormBtnArea .becomePartnerFormBtn {
	display: inline-block;
	border: 0;
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	padding: 10px 40px 10px;
	border-radius: 10px;
	transition: 0.5s;
}
.logoPrestingSec {
}
.logoPrestingSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.logoPrestingWrapper {
	background-color: #fff7f6;
	padding: 30px;
	border-radius: 15px;
}
.logoPrestingSecinner {
	background: #fff;
	padding: 40px 30px;
	border-radius: 15px;
	border: 2px solid #000;
}
.logoPrestingBoxinner {
	text-align:center;
}
.sitelogoContentArea {
	padding: 20px 20px;
	border: 2px solid #000;
	border-radius: 6px;
	max-width: 400px;
	margin: 0 auto 30px;
}
.sitelogoContentArea .sitelogo {
	padding: 30px 0 60px;
}
.sitelogoContentArea .sitelogo img {
}
.sitelogoContentArea .content {
}
.sitelogoContentArea .content p {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.logoPrestingBoxinner .downLoadBtnArea {
}
.logoPrestingBoxinner .downLoadBtnArea .downLoadBtn {
	display: inline-block;
	border: 0;
	background-color: #fd7b72;
	border: 1px solid #fd7b72;
	color: #fff;
	padding: 10px 40px 10px;
	border-radius: 10px;
	transition: 0.5s;
}
.prospectingSec {
}
.prospectingSec .borderText img {
	bottom: -25px;
	left: 0;
	margin: 0 auto;
}
.prospectingTabNavArea .nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius:0px;
	border-bottom: 2px solid transparent;
	color: #333;
	font-family: "Inter-SemiBold";
}
.prospectingTabNavArea .nav-pills .nav-link.active, .prospectingTabNavArea .nav-pills .show>.nav-link {
	color: #1d2878;
	background-color: transparent;
	border-color:#1d2878;
}
.prospectingTabContentAreainner {
}
.prospectingTabContentAreainner .rowBox {
}
.prospectingTabContentAreainner .columnBox {
}
.prospectingContentArea .title {
	font-family: "Inter-SemiBold";
}
.prospectingContentArea .para {
}
.prospectingContentArea .para p {
}
.prospectingBtnArea {
}
.prospectingBtnArea .prospectingBtn {
	display: inline-flex;
	align-items: center;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.prospectingBtnArea .prospectingBtn .icon {
}
.prospectingBtnArea .prospectingBtn .icon svg {
	width: 22px;
}
.prospectingBtnArea .prospectingBtn .txt {
}
.prospectingBtnArea .prospectingBtn1 {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	margin-right: 10px;
}
.prospectingBtnArea .prospectingBtn1 .icon {
	margin-right: 8px;
}
.prospectingBtnArea .prospectingBtn2 {
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.prospectingBtnArea .prospectingBtn2 .icon {
	margin-right: 8px;
}
.prospectingBigThumnail {
}
.prospectingBigThumnail img {
}
.linkdinCounterSec {
}
.linkdinCounterSec .borderText img {
	bottom: -25px;
	left: 0;
	margin: 0 auto;
}
.linkdinCounterBoxinner {
	color: #000;
}
.linkdinCounterBoxinner .content {
}
.linkdinCounterBoxinner .title {
	font-family: "Inter-SemiBold";
	color: #000;
}
.linkdinCounterBoxinner .para {
}
.linkdinCounterBoxinner .para p {
}
.linkdinCounterBtnArea {
}
.linkdinCounterBtnArea .linkdinCounterBtn {
	display: inline-flex;
	align-items: center;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
}
.linkdinCounterBtnArea .linkdinCounterBtn .icon {
}
.linkdinCounterBtnArea .linkdinCounterBtn .icon svg {
	width: 22px;
}
.linkdinCounterBtnArea .linkdinCounterBtn .txt {
}
.linkdinCounterBtnArea .linkdinCounterBtn1 {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	margin-right: 10px;
}
.linkdinCounterBtnArea .linkdinCounterBtn1 .icon {
	margin-right: 8px;
}
.linkdinCounterBtnArea .linkdinCounterBtn2 {
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.linkdinCounterBtnArea .linkdinCounterBtn2 .icon {
	margin-right: 8px;
}
.sftwareFeatureDownloadSec {
}
.sftwareFeatureDownloadSec .borderText img {
	bottom: -20px;
	left: 0;
	margin: 0 auto;
}
.sftwareFeatureDownloadBox {
	margin-bottom: 30px;
}
.sftwareFeatureDownloadBoxinner {
	/* text-align: center; */
    background-color: #fff;
	padding: 35px 30px;
	-webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
	border-radius: 8px;
}
.sftwareFeatureDownloadBoxinner .number {
	background-color: #FFF;
	display: inline-block;
	border-radius: 48px;
	height: 60px;
	width: 60px;
	text-align: center;
	font-size: 25px;
	line-height: 53px;
	/* box-shadow: 0 2px 12px 0 rgb(77, 91, 236, 0.4); */
    border: 3px solid #1d2878;
	position: relative;
	margin-bottom: 20px;
	font-weight: 700;
	color: #1d2878;
}
.sftwareFeatureDownloadBoxinner .content {
}
.sftwareFeatureDownloadBoxinner .content .title {
	font-family: "Inter-SemiBold";
	font-size: 20px;
	color: #000;
}
.sftwareFeatureDownloadBoxinner .content .para {
}
.sftwareFeatureDownloadBoxinner .content .para p {
}
.sftwareFeatureDownloadBtmLinkArea {
}
.sftwareFeatureDownloadBtmLinkArea .sftwareFeatureDownloadBtmLink {
}
.appDownloadQrSec {
}
.appDownloadQrSecinner {
}
.appDownloadQrArea {
	max-width: 650px;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 15px;
	padding: 25px;
}
.appDownloadQrArea .rowBox {
	align-items: center;
}
.appDownloadQrArea .columnBox {
}
.appDownloadQrArea .appDownloadArea {
}
.appDownloadAreainner {
}
.appDownloadAreainner .title {
	font-size:24px;
	font-family: "Inter-Bold";
	color: #000000;
}
.appDownloadAreainner .para {
}
.appDownloadAreainner .appDownloadLinkArea {
}
.appDownloadAreainner .appDownloadLinkArea .appStoreLink {
}
.appDownloadAreainner .appDownloadLinkArea .appStoreLink img {
	height: 35px;
}
.appDownloadAreainner .appDownloadLinkArea .googlePlayLink {
}
.appDownloadAreainner .appDownloadLinkArea .googlePlayLink img {
	height: 35px;
}
.appDownloadQrArea .QrCodeArea {
}
.appDownloadQrArea .QrCodeAreainner {
}
.appDownloadQrArea .QrCodeAreainner img {
}
.sugessionToolSearchSec {
}
.sugessionToolSearchSecinner {
	background-color: #fafafa;
	padding: 50px 40px;
	border-radius: 8px;
}
.sugessionToolSearchArea {
	position: relative;
	width: 100%;
	max-width: 752px;
	margin: 0 auto;/* box-shadow: 0 0 10px 0 #00000007; */
    /* background-color: #fafafa; */
    /* padding: 30px;*/	
}
.sugessionToolSearchArea p {
	text-align:center;
}
.sugessionToolSearchAreainner {
/*background-color:#fff;
	border:1px solid #ddd;
	border-radius:8px;
	min-height:70px;
    margin-bottom: 10px;*/	
}
.sugessionToolSearchAreainner .dropdown-select.wide {
	width: 100%;
	height: 60px;
	box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.5);
	margin-bottom: 15px;
}
.sugessionToolSearchAreainner .dropdown-select.wide .current {
	padding-top: 10px;
	display: inline-block;
}
.sugessionToolSearchAreainner .dropdown-select .dd-searchbox {
	width: 98%;
}
.sugessionToolSearchAreainner .dropdown-select .option.selected {
	font-family: "Inter-SemiBold";
	color: #1d2878;
}
.sugessionToolSearchAreainner .dropdown-select .dd-searchbox:focus {
	border-color: #1d2878;
}
.sugessionToolSearchAreainner .dropdown-select .list::-webkit-scrollbar {
width: 3px;
background-color: #F5F5F5;
}
.sugessionToolSearchAreainner .dropdown-select .list::-webkit-scrollbar-thumb {
background-color: #1d2878;
}
.sugessionToolSearchAreainner .dropdown-select .list::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #F5F5F5;}
.sugessionToolListingSecinner .rowBox {}
.sugessionToolListingSecinner .columnBox {}
.sugessionToolListingSecinner .sugessionToolListItem {margin-bottom:25px;}
.sugessionToolListingSecinner .sugessionToolListItem:last-child {}
.sugessionToolListIteminner {padding: 15px 15px;/* border: 1px solid #ddd; */border-radius: 8px;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);}
.sugessionToolListIteminner .sugessionToolContentArea {width:90%;}
.sugessionToolListIteminner .thumnail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	height: 70px;
	text-align: center;
	width: 70px;
	border-radius: 10px;
	overflow:hidden;
	margin-right:15px;
}
.sugessionToolListIteminner .content {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.sugessionToolListIteminner .content .title {font-family: "Inter-SemiBold";font-size: 18px;margin-bottom: 5px;}
.sugessionToolListIteminner .content .para {}
.sugessionToolListIteminner .content .para p {}
.sugessionToolListIteminner .badge {	font-family: "Inter-Regular";font-weight: normal;font-size: 13px;padding: 5px 15px 6px;font-family: "Inter-SemiBold";}
.sugessionToolListIteminner .badge.free {}
.sugessionToolListIteminner .badge.paid {}

.clientSliderWrapper {background-color: #f0f4fb;padding:20px 0 10px;}
.ourTrustedLogoSec.clientSliderWrapper .headnSec {margin-bottom: 60px;}
.clientSliderWrapper .swiper-container {width: 100%;overflow: hidden;}
.clientSliderWrapper .swiper-wrapper {transition-timing-function: linear !important;position: relative;}
.clientSliderWrapper .swiper-slide {background: transparent;text-align: center;font-size: 33px;display: flex;justify-content: center;align-items: center;width: auto;position: relative;overflow: hidden;padding: 0 10px;}
.clientSliderWrapper .client_logo_bx {min-height: 112px;padding: 8px 15px;background-color: #fff;margin-bottom:20px;border-radius:20px;}
.clientSliderWrapper .client_logo_bxinner {text-align:center;}
.clientSliderWrapper .client_logo_bxinner .client_logo_bx_thumnail {width:150px;display: inline-block;}
.clientSliderWrapper .client_logo_bx_thumnail img {max-width:100%;cursor: pointer;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;display: inline-block;}
@-webkit-keyframes line-slide {
 0% {
 background-position: -5% 0;
}
 100% {
 background-position: 100% 0;
}
}
 @keyframes line-slide {
 0% {
 background-position: -5% 0;
}
 100% {
 background-position: 100% 0;
}
}



.wetroo-foot-cntnt {background-image: -moz-linear-gradient(90deg, #000 0, #052a49 100%) !important;background-image: -webkit-linear-gradient(90deg, #000 0, #052a49 100%) !important;background-image: -ms-linear-gradient(90deg, #000 0, #052a49 100%) !important;color: #fff;text-align: center;padding: 100px 0px 30px;}
.wetroo-foot-txt h2 {color: #0eca6d;font-size: 40px;font-family: "Inter-Bold";margin-bottom: 20px;}
.wetroo-foot-txt p {font-size: 18px;}
.wetroo-foot-txt .wetroo-cta {padding: 10px 50px;display: inline-block;cursor: pointer;font-size: 16px;color: #fff;text-decoration: none;position: relative;z-index: 1;transition: allease .3s;background-color: #f0483e;border: 1px solid #f0483e;border-radius: 10px;text-transform: uppercase;transition: all .3s;margin-top: 20px;}
.wetroo-foot-txt .wetroo-cta:hover {color: #fff;background-color: transparent;border: 1px solid #f0483e;}
.wetroo-foot-txt p.wetroo-not {margin-top: 18px;display: block;opacity: .6;}
.bottom-wetroo-foot-cntntinner {display: flex;justify-content: space-between;}
.bottom-wetroo-foot-cntntinner ul.useful_links {padding:0;margin:0;display: flex;align-items: center;justify-content: center;}
.bottom-wetroo-foot-cntntinner ul.useful_links li {list-style-type:none;display: inline-block;border-right: 1px solid #ccc;padding: 0 10px;font-size: 13px;line-height: 12px;}
.bottom-wetroo-foot-cntntinner ul.useful_links li:first-child {padding-left: 0;}
.bottom-wetroo-foot-cntntinner ul.useful_links li:last-child {border-right:0;}
.bottom-wetroo-foot-cntntinner ul.useful_links li a {display: inline-block;color: #fff;text-decoration: none;}

.footer {/*background-image:url(../images/footerIllastraterBg.png);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;*/background-color: #000827;padding: 80px 0 0px;position: relative;color: #fff;}
.footer .bg1 {}
.ftTitle {font-family: "Inter-ExtraBold";font-size: 18px;margin-top:15px;}
.usefulLinks {margin:0px;padding:0px;}
.usefulLinks li {list-style-type: none;margin-bottom: 10px;}
.usefulLinks li:last-child {margin-bottom:0px;}
.usefulLinks li a {color:#c7cbe6;transition: 0.5s;}
.usefulLinks li a:hover {color:#fff;}
.usefulLinks2 {-moz-column-count: 2;-moz-column-gap: 10px;-webkit-column-count: 2;-webkit-column-gap: 10px;column-count: 2;column-gap: 10px;}
.ftSocialArea {}
.ftSocialAreainner {align-items:center;}
.ftSocialArea .title {font-size:20px;font-family: "Inter-SemiBold";margin-right:15px;}
.ftSocialList {margin:0px;padding:0px;}
.ftSocialList li {list-style-type: none;margin-right:10px;}
.ftSocialList li:last-child {margin-right:0px;}
.ftSocialList li a {}
.ftInfoBox {padding:25px 35px;border-radius: 20px;background-color: rgba(255, 255, 255, 0.2);}
.ftInfoBox .ftTitle {margin-top:0px;}
.ftInfoBox .ftInfoBtn {background-color: transparent;border: 1px solid rgba(255, 255, 255, 0.4);padding: 10px 10px 10px;border-radius: 10px;color: #fff;transition: 0.5s;text-align: center;width: 100%;display: inline-block;}
.metaBadgeIcon {margin-bottom:10px;}
.metaBadgeIcon img {height:58px;}
.metaBadgeText p {font-size:14px;margin-bottom:6px;}
.metaBadgeText p i {color: #cf0707;}
.footerTopinner .ftLogo{margin-bottom: 20px;}
.footerTopinner .ftLogo img{}
.footerTopinner .ftPara{padding-right: 12%;line-height: 26px;color:#c7cbe6;}
.footerBottom {}
.footerBottomBoxArea{}
.footerBottomBoxArea .rowBox2{}
.footerBottomBoxArea .columnBox2{}
.footerBottomBoxArea .footerBottomBox{}
.footerBottomBoxinner{align-items:center;height:100%;}
.footerBottomBoxinner .content{-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.footerBottomBoxinner .content h5{font-size: 14px;line-height: 20px;text-transform: uppercase;}
.footerBottomBoxinner .icon{margin-left:15px;}
.footerBottomBoxinner .icon img{height:40px;}
.footerBottomBoxinner .footerBottomBtn {
	display:inline-flex;
	align-items: center;
    justify-content: center;
	height:100%;
	width:100%;
	background-color:#000;
	border:1px solid #ddd;
	color:#fff;	
	padding:10px 15px;
	border-radius:8px;
	text-align:center;
	height: 50px;	
}
.footerBottomBoxinner .footerBottomBtn.getStartedBtn {
	background-color:#0d2f93;
	border:1px solid #0d2f93;
	color:#fff;	
}
.footerBottomBoxinner .footerBottomBtn.ftBookDemoBtn {
	background-color:#e03701;
	border:1px solid #e03701;
	color:#fff;	
}
.footerBottomBoxinner .footerBottomBtn.referFd_btn {
	background-color:#fff;
	border:1px solid #FF5722;
	color:#FF5722;	
}
.footerBottomBoxinner .goolePlay_btn{
    display: block;
    overflow: hidden;
    border-radius: 8px;	
}
.footerBottomBoxinner .goolePlay_btn img{height:50px;object-fit:cover;}


.footerBottomRightBoxArea{ text-align: right;}
.footerBottomRightBox{}
.footerBottomRightBoxinner{align-items:center;}
.footerBottomRightBoxinner .content{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.footerBottomRightBoxinner .content h5{font-size: 14px;line-height: 22px;color:#c7cbe6;}
.footerBottomRightBoxinner .icon{margin-left:15px;}
.footerBottomRightBoxinner .icon img{height: 50px;}
.footerBottominner {padding:30px 0;border-top:2px solid rgba(255, 255, 255, 0.2);}
.footerBottomBar{background-color:#000516;}
.footerBottomBar .footerBottominner {padding:20px 0;border-top:0;}
.footerBottomBar .footerBottominner .rowBox{align-items:center;}
.copywriteText {}
.copywriteText p {}
.copywriteText p strong {font-weight:normal;font-family: "Inter-SemiBold";}
.copywriteText p a{color:#fff;}
.copywriteText p a:hover{color:#e03701;}
.copywriteText p .line{display: inline-block;padding: 0 20px;color: #808395;}
.subscribeUnsubscribeSec {min-height: 100vh;display: flex;align-items: center;justify-content: center;padding: 20px 15px;}
.subscribeUnsubscribeWrapper {max-width: 600px;width: 100%;margin: 0 auto;text-align: center;}
.subscribeUnsubscribeSecinner {}
.subscribeUnsubscribeSecinner .thumnail {margin-bottom: 20px;}
.subscribeUnsubscribeSecinner .thumnail img {}
.subscribeUnsubscribeSecinner .thumnail2 {margin-bottom: 20px;}
.subscribeUnsubscribeSecinner .thumnail2 img {max-width: 150px;width: 100%;}
.subscribeUnsubscribeSecinner .content {}
.subscribeUnsubscribeSecinner .content .title {margin-bottom: 40px;}
.subscribeUnsubscribeSecinner .content .para {font-size: 16px;margin-bottom:25px;}
.subscribeUnsubscribeSecinner .content .unsubscribeBtn {border: 1px solid #1d2878;background-color: #1d2878;color: #fff;box-shadow: none;padding: 10px 25px;}
.floatingWhatsappBtn {position: fixed;bottom: 20px;right: 20px;box-shadow: 0 2px 12px 0 rgb(0 0 0 / 25%);padding: 10px 10px;font-size: 13px;background-color:#fff;color: #05870a;border-radius: 8px;display: inline-flex;align-items: center;z-index: 12;}
.floatingWhatsappBtn .icon {margin-right: 5px;}
.floatingWhatsappBtn .icon img {height: 22px;}
.floatingWhatsappBtn .icon i {}
.floatingWhatsappBtn .txt {}
.floatingWhatsappBtn:hover {color: #05870a;}
.contactformInfo {	text-align:center;}
.contactformInfo ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contactformInfo ul li {
	list-style-type: none;
	margin-right: 10px;
	position: relative;
	padding-right: 10px;
}
.contactformInfo ul li:last-child {
	margin-right:0px;
	padding-right: 0px;
}
.contactformInfo ul li:after {
	position: absolute;
	top: 5px;
	right: 0;
	content: '';
	background-color: #000;
	width: 1px;
	height: 15px;
}
.contactformInfo ul li:last-child:after {
	display:none;
}
.contactformInfo ul li strong {
	font-family: "Inter-SemiBold";
}
.contactformAreainner {
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.06);
	padding: 30px 30px 15px;
	border-radius: 8px;
	max-width: 1000px;
	margin: 0 auto;
}
.contactformAreainner .form-group {
	margin-bottom:15px;
}
.contactformAreainner .col_form_label {
	font-family: "Inter-SemiBold";
	margin-bottom: 5px;
}
.contactformAreainner .form-control {
	height: 45px;
	font-size:14px;
	box-shadow:none;
}
.contactformAreainner textarea.form-control {
	height: 100px;
}
.contactformAreainner select.form-control {
}
.contactformAreainner .contactformBtnArea {
}
.contactformAreainner .contactformBtnArea .update_btn {
	padding: 8px 30px;
}
.adviceAnswerTeamHeader {
	background-color: #1d2878;
	background-color: #1d2878;
	color:#fff;
	padding:30px 0 40px;
}
.adviceAnswerTeamTopHeader {
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.adviceAnswerTeamTopHeaderinner {
}
.adviceAnswerTeamTopHeaderinner .leftPart {
}
.adviceAnswerTeamTopHeaderinner .rightPart {
}
.adviceAnswerTeamTopHeader .navbarBrand {
}
.adviceAnswerTeamTopHeader .navbarBrand img {
	max-width: 175px;
}
.adviceAnswerTeamTopHeader .goTositeLink {
	color: #fff;
}
.adviceAnswerTeamTopHeader .goTositeLink:hover {
	opacity: .8;
}
.adviceAnswerTeamBottomHeader {
}
.adviceAnswerTeamBottomHeaderinner {
}
.adviceAnswerTeamBottomHeaderSearchArea {
}
.adviceAnswerTeamBottomHeaderSearchArea h1.title {
	font-size: 28px;
	font-family: "Inter-SemiBold";
	font-family: "Inter-Bold";
	margin-bottom: 24px;
}
.adviceAnswerTeamBottomHeaderSearchAreainner {
}
.adviceAnswerTeamBottomHeaderSearchFld {
	position:relative;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput {
	padding: 16px;
	background-color: hsla(0, 0%, 100%, .2);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius:10px;
	color:#000;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
 transition-duration: .15s;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
	padding-left: 48px;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:hover {
	background-color: hsla(0, 0%, 100%, .27);
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus {
	background-color: rgb(255, 255, 255, 0.9);
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput::-ms-input-placeholder { /* Edge 12-18 */
 color:#fff;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput::placeholder {
 color:#fff;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus::-webkit-input-placeholder {
 color:#000;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus:-moz-placeholder {
 color:#000;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus::-moz-placeholder {
 color:#000;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus:-ms-input-placeholder {
 color:#000;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchBtn {
	position: absolute;
	top: 18px;
	left: 18px;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 20px;
}
.adviceAnswerTeamBottomHeaderSearchFld .searchBtn:hover {
}
.adviceAnswerTeamBottomHeaderSearchFld .searchInput:focus + .searchBtn {
	color:#000;
}
.adviceAnswerTeamModalHeaderSearchFld {
	position:relative;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput {
	padding: 16px;
	background-color: hsla(0, 0%, 100%, .2);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius:10px;
	color:#000;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
 transition-duration: .15s;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
	padding-left: 48px;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:hover {
	background-color: hsla(0, 0%, 100%, .27);
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus {
	background-color: rgb(255, 255, 255, 0.9);
}
/*
.adviceAnswerTeamModalHeaderSearchFld .searchInput::-ms-input-placeholder { 
  color:#fff;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput::placeholder {
  color:#fff;
}
*/
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus::-webkit-input-placeholder {
 color:#000;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus:-moz-placeholder {
 color:#000;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus::-moz-placeholder {
 color:#000;
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus:-ms-input-placeholder {
 color:#000;
}
.adviceAnswerTeamModalHeaderSearchFld .searchBtn {
	position: absolute;
	top: 18px;
	left: 18px;
	background: transparent;
	border: 0;
	color: #000;
	font-size: 20px;
}
.adviceAnswerTeamModalHeaderSearchFld .searchBtn:hover {
}
.adviceAnswerTeamModalHeaderSearchFld .searchInput:focus + .searchBtn {
	color:#000;
}
.adviceAnswerTeamModalDiolog {
	max-width:620px;
}
.adviceAnswerTeamModalfaqArea {
	margin-top: 15px;
}
.adviceAnswerTeamModalfaqArea .adviceAnswerTeamModalfaqItem {
	color: #000;
	margin-bottom: 10px;
	display: block;
 transition-duration: .15s;
}
.adviceAnswerTeamModalfaqArea .adviceAnswerTeamModalfaqItem:last-child {
	margin-bottom: 0px;
}
.adviceAnswerTeamModalfaqIteminner {
	border: 1px solid rgb(230, 230, 230);
	padding: 12px 15px;
	border-radius: 6px;
 transition-duration: .15s;
}
.adviceAnswerTeamModalfaqArea .adviceAnswerTeamModalfaqItem:hover {
	color:#1d2878;
}
.adviceAnswerTeamModalfaqArea .adviceAnswerTeamModalfaqItem:hover .adviceAnswerTeamModalfaqIteminner {
	border-color:#1d2878;
}
.adviceAnswerTeamModalfaqIteminner h5.title {
	font-family: "Inter-SemiBold";
	font-size: 16px;
}
.adviceAnswerTeamModalfaqIteminner p {
}
.teamAdviceListSingleItem {
}
.teamAdviceListSingleIteminner {
}
.teamAdviceListSingleIteminner h3.title {
	font-size: 24px;
	color: #1a1a1a;
	font-family: "Inter-SemiBold";
}
.teamAdviceListSingleIteminner p {
}
.teamAdviceListSec {
	padding:36px 0 0;
}
.teamAdviceListSecinner {
}
.teamAdviceListItem {
	margin-bottom:30px;
}
.teamAdviceListSecinner .teamAdviceListItem:last-child {
	margin-bottom:0px;
}
.teamAdviceListIteminner {
	align-items:center;
	padding: 20px;
	border:1px solid rgb(230, 230, 230);
	border-radius:6px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
 transition-duration: .15s;
	color: #1a1a1a;
}
.teamAdviceListIteminner:hover {
	border:1px solid #1d2878;
	color: #1a1a1a;
}
.teamAdviceListIteminner .icon {
	width: 60px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.teamAdviceListIteminner .iconinner {
	width: 40px;
	height: 40px;
}
.teamAdviceListIteminner .icon img {
}
.teamAdviceListIteminner .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.teamAdviceListIteminner .content .title {
	font-size: 16px;
	color: #1a1a1a;
	font-family: "Inter-SemiBold";
	margin-bottom: 5px;
}
.teamAdviceListIteminner .content .title a {
	color: #1a1a1a;
}
.teamAdviceListIteminner:hover .content .title {
	color: #1d2878;
}
.teamAdviceListIteminner .content p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.teamAdviceListIteminner .content .avatarListing {
	padding-left: 6px;
	margin-right: 6px;
}
.teamAdviceListIteminner .content .avatarListing img {
	width: 24px;
	height: 24px;
	border-radius: 9999px;
	box-shadow: 0 0 0 2px #fff;
	z-index: 4;
	margin-left:-6px;
}
.teamAdviceListIteminner .content .lineClamp {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	color: #737373;
}
.adviceAnswerTeamFooter {
	padding:48px 0;
	margin-top:96px;
}
.adviceAnswerTeamFooterinner {
	text-align:center;
}
.adviceAnswerTeamFooterinner .ftLogo {
	margin-bottom:20px;
}
.adviceAnswerTeamFooterinner .ftLogo img {
}
.adviceAnswerTeamFooterinner .ftCustomLinksArea {
}
.adviceAnswerTeamFooterinner .ftCustomLinks {
	margin:0px;
	padding:0px;
}
.adviceAnswerTeamFooterinner .ftCustomLinks li {
	list-style-type:none;
}
.adviceAnswerTeamFooterinner .ftCustomLinks li:last-child {
	margin-bottom:0px;
}
.adviceAnswerTeamFooterinner .ftCustomLinks li a {
	color:hsl(211, 10%, 61%);
}
.adviceAnswerTeamFooterinner .ftCustomLinks li a:hover {
}
.linkdinScraperStepWrapper {
}
.linkdinScraperStepWrapper .borderText img {
	bottom: -25px;
	left: 0;
	right:inherit;
	margin: 0 auto;
}
.finding-tools-listing {
	display:flex;
	margin-bottom:30px;
}
.finding-tools-listing-icon {
	margin-right:20px;
}
.finding-tools-listing-icon img {
	height:64px;
}
.finding-tools-listing-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.finding-tools-listing-text h4 {
	font-family: "Inter-Bold";
	font-family: "Inter-SemiBold";
	color: #333;
	font-size: 20px;
}
.finding-tools-listing-text p {
}
.pricingTopField {
	margin-bottom:40px;
}
.pricingSwitchArea {
	text-align: center;
	margin-bottom: 30px;
}
.pricingSwitchBox .btn-toggle {
	/* margin: 0 5rem; */
    padding: 0;
	position: relative;
	border: none;
	height: 40px;
	width: 80px;
	border-radius: 2.5rem;
	color: #6b7381;
	background: #bdc1c8;
}
.pricingSwitchBox .btn-toggle:before, .pricingSwitchBox .btn-toggle:after {
	color: #6b7381;
}
.pricingSwitchBox .btn-toggle:before, .pricingSwitchBox .btn-toggle:after {
	line-height: 2.5rem;
	/* width: 5rem; */
    text-align: center;
	font-weight: 600;
	font-size: 16px;
	/* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
	font-family: "Inter-Bold";
}
.pricingSwitchBox .btn-toggle > .handle {
	position: absolute;
	top: 0.3125rem;
	left: 0.3125rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 1.875rem;
	background: #fff;
	transition: left 0.25s;
}
.pricingSwitchBox .btn-toggle.active > .handle {
	left: 2.8125rem;
	transition: left 0.25s;
}
.pricingSwitchBox .btn-toggle:before {
	content: 'International';
	left: -7.5rem;
	color:#1d2878;
}
.pricingSwitchBox .btn-toggle.active:before {
	opacity:0.5;
	color:#9d9b9b;
}
.pricingSwitchBox .btn-toggle:after {
	content: 'India';
	right: -3.5rem;
	color:#9d9b9b;
}
.pricingSwitchBox .btn-toggle.active:after {
	color:#1d2878;
}
.pricingSwitchBox .btn-toggle.active {
	transition: background-color 0.25s;
}
.pricingSwitchBox .btn-toggle.active {
	background-color: #1d2878;
}
.pricing-switcher {
	text-align: center;
}
.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 15px;
	border: 2px solid #1d2878;
	background-color: #f9f9fb;
}
.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 18px;
	font-family: "Inter-SemiBold";
	color: #000;
}
.pricing-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 160px;
	background-color: #1d2878;
	border-radius: 15px;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.pricing-switcher input[type="radio"]:checked + label {
	color:#fff;
}
.pricing-switcher input[type="radio"]:checked + label + .switch, .pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
 -webkit-transform: translateX(160px);
 -moz-transform: translateX(160px);
 -ms-transform: translateX(160px);
 -o-transform: translateX(160px);
 transform: translateX(160px);
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
}
.price-table tr {
}
.price-table tr:not(:last-child) {
 border-bottom: 1px solid rgba(0, 0, 0, 0.08);
/*  border-bottom: 0;*/
}
.price-table tr td {
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 0;
	padding: 12px 24px;
	font-size: 14px;/*background-color: #fafafa;*/
}
.price-table tr td .price-table-help {
	color: #414042;
}
.price-table tr td:first-child {
	border-left: 0 none;
}
.price-table tr td:not(:first-child) {
 text-align: center;
}
.price-table tr:nth-child(even) {
 background-color: #FFFFFF;
}
/*.price-table tr:hover {
    background-color: #EEEEEE;
}
*
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
/*background-color: rgba(216, 214, 227, 0.25);*/
}
.price-table tr td:nth-child(2) {
}
.price-table tr td:nth-child(3) {
 background-color: rgba(216, 214, 227, 0.15);
/*border-left:1px solid #1d2878 !important;
	border-right:1px solid #1d2878 !important;*/
    
}
.price-table tr td:nth-child(3) .fa-check, .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
/* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.price-table tr.price-table-head {
	background-color: #5336ca;
	color: #FFFFFF;
}
.price-table td.price {
	padding: 16px 24px 30px;
	font-size: 20px;
}
.price-table td.price .icon {
	margin-bottom: 25px;
}
.price-table td.price .icon img {
}
.price-table td.price h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Inter-Bold";
}
.price-table td.price .para {
	font-size: 13px;
	line-height:17px;
	font-family: "Inter-SemiBold";
	color: #9d9b9b;
	margin-bottom: 20px;
}
.price-table td.price .price {
	display: inline-flex;
	align-items: center;
	margin-bottom: 25px;
}
.price-table td.price .price .currency {
	font-size: 24px;
	font-weight: 900;
	font-family: "Inter-Bold";
}
.price-table td.price .price .month {
	font-size: 13px;
	font-weight: 600;
	color: #9d9b9b;
	margin-left: 3px;
}
.price-table td.price .getStartedBtn {
	background-color: #5336ca;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	padding: 8px 32px;
	margin-top: 16px;
	font-size: 14px;
	font-family: "Inter-SemiBold";
	/* text-transform: uppercase; */
    display: inline-block;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}
.price-table tr td:nth-child(1) .getStartedBtn {
 background-color: #1d2878;
 border: 1px solid #1d2878;
 color: #fff;
}
.price-table tr td:nth-child(2) .getStartedBtn {
 background-color: #1d2878;
 border: 1px solid #1d2878;
 color: #fff;
}
.price-table tr td:nth-child(3) .getStartedBtn {
 background-color: #1d2878;
 border: 1px solid #1d2878;
 color: #fff;
}
.price-table tr td:nth-child(4) .getStartedBtn {
 background-color: #1d2878;
 border: 1px solid #1d2878;
 color: #fff;
}
.price-table .price-blank {
	/*background-color: #fafafa;*/
    border: 0 none;
}
.price-table tr.price-blank-tr {
	border-bottom: 0;
}
.price-table tr.price-blank-tr td {
	background-color: #fff;
}
.price-table tr.price-table-body-tr td {
	border-left: 1px solid #fafafa;
	border-left: 0;
}
.price-table tr.price-table-body-tr td:first-child {
	background-color:#fff;
}
.price-table tr.price-blank-tr td.price-table-popular {
	background-color: #1d2878;
	border-top: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px 48px;
	font-family: "Inter-SemiBold";
	border-radius: 20px 20px 0 0;
}
.price-table tr.price-header-tr td {
	border-left: 1px solid #fafafa;
	border-left: 0;
}
.price-table tr.price-header-tr td:first-child {
	background-color:#fff;
}
.price-table tr.price-table-last-tr { /*border-bottom: 0;*/
}
.price-table tr.price-table-last-tr td {
}
.price-table tr.price-table-last-tr td:nth-child(3) {
 border-bottom: 0;
}
.price-table tr.price-footer-tr td {
}
.price-table tr.price-table-last-blank-tr td {
	padding:20px 5px;
}
.price-table tr.price-table-last-blank-tr td:first-child {
	background-color:#fff;
}
.selectBox {
}
.selectBox .form-select {
	box-shadow:none;
}
.price-table tr td .selectBox .form-select {
	width: 120px;
	font-size: 14px;
	margin: 0 auto;
}
.quantityplusMinus {
}
.quantityplusMinus .qty-input {
	display: inline-flex;
}
.quantityplusMinus .qty-input .qty-count {
	height: 30px;
	width: 25px;
	font-size: 16px;
	line-height: 15px;
	border: 1px solid #ddd;
}
.quantityplusMinus .qty-input .qty-count.qty-count--minus {
	border-right: 0;
}
.quantityplusMinus .qty-input .qty-count.qty-count--add {
	border-left: 0;
}
.quantityplusMinus .qty-input .product-qty {
	height: 30px;
	width: 40px;
	border: 1px solid #ddd;
	padding: 3px 3px;
	text-align: center;
	background-color: transparent;
}
/* Chrome, Safari, Edge, Opera */
.quantityplusMinus .qty-input .product-qty::-webkit-outer-spin-button, .quantityplusMinus .qty-input .product-qty::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
.quantityplusMinus .qty-input .product-qty[type=number] {
	-moz-appearance: textfield;
}
.getStarttedEngModal {
}
.getStarttedEngModal.show {
}
.getStarttedEngModalDiolog {
	max-width: 1065px;
	width: 100%;
}
.getStarttedEngModalContent {
}
.getStarttedEngModalContent .btn-close {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 7px;
	height: 7px;
	z-index: 1;
	opacity: 1;
}
.getStarttedEngModalBody {
	text-align:left;
	font-size:14px;
	padding:40px 50px 20px;
}
.getStarttedEngModalTopPart {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.getStarttedEngModalTopPart:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100px;
	height:3px;
	background-color:#ddd;
	margin:0 auto;
}
.getStarttedEngModalTopPart .icon {
	margin-bottom:10px;
}
.getStarttedEngModalTopPart .icon img {
	height: 64px;
}
.getStarttedEngModalTopPart .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Inter-Bold";
}
.getStarttedEngModalTopPart p {
}
.getStarttedEngModalMiddlePart {
}
.getStarttedEngModalMiddlePartContent {
	margin-bottom: 30px;
}
.getStarttedEngModalMiddlePartContent h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Inter-Bold";
}
.getStarttedEngModalMiddlePartContent p {
}
.getStarttedEngModalMiddlePartContent p i {
	margin-right:5px;
}
.getStarttedEngModalMiddlePartContentBox {
	background-color: #f9f8fb;
	border: 1px dashed #ddd;
	border-radius: 6px;
	padding: 20px;
}
.getStarttedEngModalMiddlePartContentBox h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: "Inter-Bold";
}
.getStarttedEngModalMiddlePartContentBox h3 i {
	margin-right:5px;
}
.getStarttedEngModalMiddlePartContentBox p {
	margin-bottom:5px;
}
.getStarttedEngModalMiddlePartContentBox p i {
	margin-right:5px;
}
.getStarttedEngModalBottomPart {
	padding:30px 0 0;
}
.getStarttedEngModalBottomPartinner {
}
.getStarttedEngModalBottomPartinner .leftPart {
}
.getStarttedEngModalBottomPartinner .leftPart p a {
}
.getStarttedEngModalBottomPartinner .rightPart {
}
.getStarttedEngModalBottomPartinner .rightPart .form-check {
	margin-right:15px;
}
.getStarttedEngModalBottomPartinner .rightPart .form-check .form-check-input {
}
.getStarttedEngModalBottomPartinner .rightPart .form-check .form-check-label {
}
.getStarttedEngModalBottomPartinner .rightPart .getStartedBtnBtnArea {
}
.getStarttedEngModalBottomPartinner .rightPart .getStartedBtnBtnArea .getStartedBtn {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.pricingTableBoxArea {
}
.pricingTableBoxArea .pricingTableBox {
	margin-bottom:20px;
}
.pricingTableBoxArea .pricingTableBox:last-child {
	margin-bottom:0px;
}
.pricingTableBoxinner {
	background-color: #fff;
	padding: 20px 20px;
	/* border: 1px solid #ddd;*/
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 12%);
	border-radius: 15px;
}
.pricingTableBoxinner .pricingTableLabel {
	border-radius: 2px;
	padding: 5px 16px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
	font-family: "Inter-Bold";
	font-family: "Inter-SemiBold";
	background: #f1f0f0;
	color: #000;
}
.pricingTableBoxinner .pricingTableLabel.purple {
	background: #eaedfd;
	color: #1d2878;
}
.pricingTableBoxinner .pricingTableLabel.turquoise {
	background: #b9edee;
	color: #2aacb1;
}
.pricingTableBoxinner .pricingTableLabel.red {
	background: #ffc4c4;
	color: #ff5e5e;
}
.pricingTableBoxinner .price {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pricingTableBoxinner .price .currency {
	font-size: 24px;
	font-weight: 900;
	font-family: "Inter-Bold";
}
.pricingTableBoxinner .price .currency .sign {
}
.pricingTableBoxinner .price .month {
	font-size: 13px;
	/* font-weight: 600; */
    color: #9d9b9b;
	margin-left: 3px;
	font-family: "Inter-SemiBold";
}
.pricingTableBoxinner .pricingTableFeatures {
}
.pricingTableBoxinner .pricingTableFeatures .pricingTableFeaturesItem {
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}
.pricingTableFeaturesIteminner {
	align-items: center;
	color: #616060;
}
.pricingTableFeaturesIteminner .ttl {
}
.pricingTableFeaturesIteminner .leftSide {
}
.pricingTableFeaturesIteminner .rightSide {
	padding-left: 10px;
}
.pricingTableBoxinner .pricingTableFeatures .pricingTableFeaturesItem.total {
	border-bottom: 0;
}
.pricingTableFeaturesItem.total .pricingTableFeaturesIteminner .ttl {
	font-family: "Inter-SemiBold";
	font-size: 16px;
	color: #000;
}
.pricingTableFeaturesItem.total .pricingTableFeaturesIteminner .amount {
	font-family: "Inter-SemiBold";
	font-family: "Inter-Bold";
	font-size: 18px;
	color: #008000;
	color: #1d2878;
}
.pricingTableFeaturesIteminner .selectBox .form-select {
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
	padding: 3px 35px 3px 10px;
	width: 82px;
}
.pricingTableFeaturesIteminner .quantityplusMinus .qty-input .qty-count {
	height: 26px;
	width: 25px;
}
.pricingTableFeaturesIteminner .quantityplusMinus .qty-input .product-qty {
	width:30px;
	height: 26px;
}
.pricingTableBoxinner .getStartedBtnBtnArea {
	text-align:center;
}
.pricingTableBoxinner .getStartedBtn {
	background-color: #5336ca;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	padding: 8px 32px;
	margin-top: 16px;
	font-size: 14px;
	font-family: "Inter-SemiBold";
	display: inline-block;
	border-radius: 4px;
	width: 70%;
	text-align: center;
}
.pricingTableBoxinner .getStartedBtn:hover {
	background-color: #fff;
	border: 1px solid #1d2878;
	color: #1d2878;
}
.realEstateHeroBannerSec {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 140px 0 140px;
	position: relative;
}
.realEstateHeroBannerSec .bgOverlay {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.6);
}
.realEstateHeroBannerSecinner {
	position:relative;
}
.realEstateHeroBannerContent {
	text-align:center;
	color: #fff;
}
.realEstateHeroBannerContent .title {
	font-family: "Inter-Bold";
	display: inline-block;
	font-size: 40px;
	margin-bottom: 35px;
}
.realEstateHeroBannerContent .title .titleText {
	position: relative;
	z-index: 1;
}
.realEstateHeroBannerContent .title .titleText span {
	font-size: 30px;
}
.realEstateHeroBannerContent .title .borderText img {
	position: absolute;
	bottom: -10px;
	right: 170px;
	max-width: 35%;
	width: 100%;
}
.realEstateHeroBannerContent p.text {
	font-size: 20px;
	line-height: 28px;/* font-family: "Inter-SemiBold"; */   
}
.realEstateHeroBannerStaticList {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -7px;
	margin-bottom: 40px;
}
.realEstateHeroBannerStaticList .realEstateHeroBannerStaticListItem {
	list-style-type: none;
	padding: 0 7px;
	/* font-family: "Inter-SemiBold"; */
    width: 14.25%;
}
.realEstateHeroBannerStaticListIteminner {
}
.realEstateHeroBannerStaticListIteminner .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #e3e5fd;
	border-radius: 50%;
	color: #1d2878;
	font-size: 34px;
	margin: 0 auto 20px;
}
.realEstateHeroBannerStaticListIteminner .icon img {
}
.realEstateHeroBannerStaticListIteminner .content {
}
.realEstateHeroBannerBtnArea {
}
.realEstateHeroBannerBtnAreainner .realEstateHeroBannerBtn {
	background-image: none !important;
	margin-right: 10px;
	display: inline-block;
	font-family: "Inter-SemiBold";
}
.realEstateAboutSec {
	padding:100px 0 20px;
}
.realEstateCrmVideoSec {
	padding:80px 0 30px;
}
.realEstateCrmVideoSecinner {
}
.realEstateCrmVideo {
	max-width: 620px;
	margin: 0 auto;
}
.realEstateCrmVideo video {
	height: 420px;
	width: 100%;
}
.realEstateCrmFeatureSec {
	padding: 50px 0 70px;
}
.realEstateCrmFeatureSec .headnSec .title {
	margin-bottom:40px;
}
.realEstateCrmFeatureSec .borderText img {
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.realEstateCrmFeatureSecinner .smsFeatureBoxinner {
	text-align: center;
	box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.06);
}
.realEstateCrmFeatureSecinner .smsFeatureBoxinner .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #e3e5fd;
	color: #1d2878;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.realEstateCrmKeyFeatureSec {
	padding: 100px 0 70px;
	background-color: #f6f9fb;
}
.realEstateCrmKeyFeatureSec .headnSec .title {
	margin-bottom:40px;
}
.realEstateCrmKeyFeatureSec .borderText img {
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.realEstateCrmKeyFeatureTabNavArea {
	position: sticky;
	top: 0;
	padding: 10px 0;
    z-index: 2;
    background-color: #f6f9fb;	
}
.realEstateCrmKeyFeatureTabNav {
}
.realEstateCrmKeyFeatureTabNav ul {
	padding:0px;
	margin:0px;
	text-align:center;
}
.realEstateCrmKeyFeatureTabNav ul li {
	list-style-type:none;
	display:inline-block;
}
.realEstateCrmKeyFeatureTabNav ul li a {
	display: inline-block;
	padding: 5px 10px;
	background-color: transparent;
	border: 1px solid #1d2878;
	color: #1d2878;
	border-radius: 6px;
}
.realEstateCrmKeyFeatureTabNav ul li a:hover {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.realEstateCrmKeyFeatureTabNav ul li.active a {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.realEstateCrmKeyFeatureTabNav ul li a.active {
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
}
.section-content {
/*	position: sticky;
	top: 60px;*/
}

.realEstateCrmKeyFeatureFld {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.02);
}
.realEstateCrmKeyFeatureFld .rowBox {
	align-items:center;
}
/*
.realEstateCrmKeyFeatureTabContent .section-content:nth-child(2){
	top: 80px;
}
.realEstateCrmKeyFeatureTabContent .section-content:nth-child(3){
	top: 100px;
}
.realEstateCrmKeyFeatureTabContent .section-content:nth-child(4){
	top: 120px;
}
.realEstateCrmKeyFeatureTabContent .section-content:nth-child(5){
	top: 140px;
}
*/
.realEstateCrmKeyFeatureThumnailinner {
	text-align:center;
}
.realEstateCrmKeyFeatureThumnailinner img {
	max-width:430px;
	width:100%;
}
.realEstateCrmKeyFeatureTabContent .section-content:nth-child(1) .realEstateCrmKeyFeatureThumnailinner img {
 max-width:500px;
}
.realEstateCrmKeyFeatureContentinner {
	padding: 30px 30px;
}
.dualContentTopSec {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.dualContentTopSec .icon {
	font-size: 25px;
	margin-right: 10px;
}
.dualContentTopSec .icon img {
}
.dualContentTopSec .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-family: "Inter-SemiBold";
}
.realEstateCrmKeyFeatureContentinner .heading {
	font-size: 34px;
	font-family: "Inter-SemiBold";
	color:#000;
	margin-bottom: 15px
}
.realEstateCrmKeyFeatureContentinner .sub-heading {
	font-size: 22px;
	margin-bottom: 15px;
}
.realEstateCrmKeyFeatureContList {
	margin: 0px;
	padding: 0px;
	margin-left: 20px
}
.realEstateCrmKeyFeatureContList li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.realEstateCrmKeyFeatureContList li:last-child {
	margin-bottom: 0px;
}
.whyRealEstateCrmSec {
	padding: 0px 0 20px;
}
.whyRealEstateCrmSec .smsFeatureBoxinner {
	padding:25px 15px;
}
.ourTrustedLogoSec {
	padding: 80px 0;
}
.ourTrustedLogoSec .headnSec {
	margin-bottom: 20px;
}
.ourTrustedLogoSec .headnSec .title {
	margin-bottom: 30px;
}
.ourTrustedLogoSec .borderText img {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.ourTrustedLogoSecinner {
}
.ourTrustedLogoSecinner .rowBox {
}
.ourTrustedLogoSecinner .columnBox {
}
.ourTrustedLogoArea {
}
.ourTrustedLogoArea .ourTrustedLogoItem {
}
.ourTrustedLogoIteminner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
}
.ourTrustedLogo {
}
.ourTrustedLogo img {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.ourTrustedLogoSliderArea {
	padding:0 80px;
}
.ourTrustedLogoSliderAreainner {
	overflow:hidden;
	position:relative;
}
.ourTrustedLogoSliderAreainner:after, .ourTrustedLogoSliderAreainner:before {
	content: "";
	position: absolute;
	top: 0;
	width: 150px;
	height: 100%;
	background-image: linear-gradient(85.97deg, #fafeff 2.91%, rgba(250, 254, 255, .5) 47.75%, rgba(250, 254, 255, 0) 96.42%);
	background-image: linear-gradient(85.97deg, #ffffff 2.91%, rgba(255, 255, 255, .5) 47.75%, rgba(255, 255, 255, 0) 96.42%);
	z-index: 9;
}
.ourTrustedLogoSliderAreainner:before {
	left: 0;
}
.ourTrustedLogoSliderAreainner:after {
	right: 0;
	transform: rotate(180deg);
}
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
/*.swiper-container:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: linear-gradient(90deg, black 50%, transparent 50%);
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  -webkit-animation: line-slide 60s forwards infinite linear;
          animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}
*/
.swiper-wrapper {
	transition-timing-function: linear !important;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 33px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	position: relative;
	overflow: hidden;
	padding: 0 7px;
}
 @-webkit-keyframes line-slide {
 0% {
 background-position: -5% 0;
}
 100% {
 background-position: 100% 0;
}
}
 @keyframes line-slide {
 0% {
 background-position: -5% 0;
}
 100% {
 background-position: 100% 0;
}
}
.client_logo_bx {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	/*padding: 8px 15px;*/
    padding: 0px 15px;
	/* border: 1px solid #ddd;*/
	margin-bottom:0px;
	border-radius:4px;
}
.client_logo_bxinner {
	text-align:center;
}
.client_logo_bxinner .client_logo_bx_thumnail {
	width:160px;
	/*min-height: 80px;*/
    display: inline-block;
}
.client_logo_bx_thumnail img {
	cursor: pointer;
 transition: all .3s;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 -ms-transition: all .3s;
	display: inline-block;
}
.affiliatesPayoutSec {
}
.affiliatesPayoutSec .borderText img {
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.affiliatesPayoutBoxinner {
	box-shadow: 0 5px 15px rgba(16, 30, 54, .15);
	border-radius: 4px;
}
.affiliatesPayoutBoxinner .affiliatesPayoutHeader {
	padding: 45px 30px;
	background-color: #1d2878;
	text-align: center;
}
.affiliatesPayoutBoxinner .affiliatesPayoutHeader .title {
	font-size: 40px;
	color: #fff;
	font-family: "Inter-Bold";
}
.affiliatesPayoutBoxinner .affiliatesPayoutBody {
	padding: 40px 30px;
}
.affiliatesPayoutBoxinner .affiliatesPayoutBody p {
}
.affiliatesHowItWorksSec {
}
.affiliatesHowItWorksSecinner {
}
.affiliatesHowItWorksSecinner .smsFeatureBoxinner {
	padding: 45px 30px;
	position:relative;
	-webkit-box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.06);
}
.affiliatesHowItWorksSecinner .smsFeatureBoxinner .number {
	font-size: 35px;
	font-family: "Inter-Bold";
	margin-bottom: 40px;
}
.affiliatesHowItWorksSecinner .smsFeatureBoxinner:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 100%;
	border-radius: 20px;
	left: 0;
	top: 0;
	background-color: #000;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg1 .smsFeatureBoxinner:before {
	background-color: #7b68ee;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg2 .smsFeatureBoxinner:before {
	background-color: #fd71af;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg3 .smsFeatureBoxinner:before {
	background-color: #ffc800;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg1 .smsFeatureBoxinner .number {
	color: #7b68ee;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg2 .smsFeatureBoxinner .number {
	color: #fd71af;
}
.affiliatesHowItWorksSecinner .smsFeatureBox.bg3 .smsFeatureBoxinner .number {
	color: #ffc800;
}
.affiliatesHowItWorksSecinner .smsFeatureBoxinner .content .title {
	font-family: "Inter-Bold";
	font-size: 34px;
	color: #292d34;
}
.guidelinesSuccessSec {
}
.guidelinesSuccessSec .borderText img {
	position: absolute;
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.guidelinesSuccessSecinner .smsFeatureBox {
}
.guidelinesSuccessSecinner .smsFeatureBoxinner {
	padding: 45px 30px;
	position:relative;
	-webkit-box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.06);
}
.guidelinesSuccessSecinner .smsFeatureBoxinner:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 100%;
	border-radius: 20px;
	left: 0;
	top: 0;
	background-color: #000;
}
.guidelinesSuccessSecinner .smsFeatureBox.bg1 .smsFeatureBoxinner:before {
	background-color: #7b68ee;
}
.guidelinesSuccessSecinner .smsFeatureBox.bg2 .smsFeatureBoxinner:before {
	background-color: #fd71af;
}
.guidelinesSuccessSecinner .smsFeatureBoxinner .title {
	font-family: "Inter-Bold";
	font-size: 25px;
	color: #000;
	margin-bottom: 25px;
}
.guidelinesSuccessSecinner .smsFeatureBoxinner .list {
	padding:0px;
	margin:0px;
}
.guidelinesSuccessSecinner .smsFeatureBoxinner .list li {
	list-style-type:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}
.guidelinesSuccessSecinner .smsFeatureBoxinner .list li:last-child {
	margin-bottom:0px;
}
.guidelinesSuccessSecinner .smsFeatureBoxinner .list li span {
	font-family: "Inter-SemiBold";
	padding-right: 15px;
}
.guidelinesSuccessSecinner .smsFeatureBox .smsFeatureBoxinner .list li a {
	text-decoration: underline;
	color: inherit!important;
	font: inherit;
}
.guidelinesSuccessSecinner .smsFeatureBox.bg1 .smsFeatureBoxinner .list li span {
	color: #27ae60;
}
.guidelinesSuccessSecinner .smsFeatureBox.bg2 .smsFeatureBoxinner .list li span {
	color: #fd71af;
}
.ourTrustedLogoSec2 .headnSec {
	margin-bottom: 40px;
}
.ourTrustedLogoSec2 .headnSec .title {
	margin-bottom: 30px;
}
.ourTrustedLogoSec2 .borderText img {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.partnerOurProgramsSec {
}
.partnerOurProgramsSecinner .smsFeatureBoxinner {
}
.partnerOurProgramsSecinner .smsFeatureBoxinner .icon {
	width: 70px;
	height: 70px;
	/* line-height: 70px;*/
    background: #e3e5fd;
	color: #1d2878;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	margin:0 25px 0 0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.partnerOurProgramsSecinner .smsFeatureBoxinner .icon img {
	height:40px;
}
.partnerOurProgramsSecinner .smsFeatureBoxinner .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.partnerOurProgramsSecinner .smsFeatureBoxinner .content .title {
}
.partnershipBeniftsSec {
}
.partnershipBeniftsSecinner .smsFeatureBoxinner {
	text-align:center;
}
.partnershipBeniftsSecinner .smsFeatureBoxinner .icon {
	width: 70px;
	height: 70px;
	/* line-height: 70px; */
    background: #e3e5fd;
	color: #1d2878;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	margin: 0 0px 20px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.partnershipBeniftsSecinner .smsFeatureBoxinner .icon img {
	height:40px;
}
.partnershipBeniftsSecinner .smsFeatureBoxinner .content .title {
}
.brandingSec {
}
.brandingSec .headnSec {
	margin-bottom: 80px;
}
.brandingSec .headnSec .title {
	margin-bottom: 30px;
}
.brandingSec .borderText img {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.brandingSecinner .rowBox {
}
.brandingSecinner .columnBox {
}
.brandingSecinner .brandingBox {
	margin-bottom:30px;
}
.brandingBoxinner {
	height:100%;
	position:relative;
}
.brand-assets_best-practices-checked-icon {
	background: linear-gradient(179.97deg, #5ddd93 .03%, #00b884 99.97%);
	box-shadow: 0 10px 15px rgba(16, 30, 54, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	border-radius: 50%;
}
.brand-assets_best-practices-crossed-icon {
	background: linear-gradient(179.99deg, #ff9191 .01%, #fd7171 99.99%), linear-gradient(179.97deg, #5ddd93 .03%, #00b884 99.97%);
	box-shadow: 0 10px 15px rgba(16, 30, 54, .15);
	width: 51px;
	height: 51px;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.brandingBoxinner .brandLogo {
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.06);
	padding: 30px 30px;
	border-radius: 8px;
	height: 280px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.brandingBoxinner .brandLogo img {
	max-width: 220px;
	width: 100%;
}
.colorPaletteSec {
}
.colorPaletteSecinner {
}
.colorPaletteSecinner .rowBox {
}
.colorPaletteSecinner .columnBox {
}
.colorPaletteSecinner .colorPaletteBox {
	margin-bottom:30px;
}
.colorPaletteBoxinner {
}
.colorPaletteBox .colorPaletteBoxinner .colorPalette {
	width: 260px;
	height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 50px;
	border-radius: 50%;
	margin: 0 auto;
}
.colorPaletteBox.bg1 .colorPaletteBoxinner .colorPalette {
	background:#1d2878;
	color:#fff;
}
.colorPaletteBox.bg2 .colorPaletteBoxinner .colorPalette {
	background:#f35c25;
	color:#fff;
}
.colorPalette p {
	font-size: 12px;
}
.colorPalette h4 {
	font-size: 18px;
	font-family: "Inter-SemiBold";
}
.allAssetsDownloadSec {
}
.allAssetsDownloadSecinner {
	background: linear-gradient(270deg, #9f8fff, #7b68ee);
	color: #fff;
	box-shadow: none;
	border-radius: 8px;
	overflow: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
	height: 231px;
	position: relative;
}
.allAssetsDownloadSecinner:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../images/all-assets.svg) no-repeat top center/contain;
	left: 57px;
	top: -39px;
	width: 250px;
	min-height: 234px;
	height: 100%;
}
.allAssetsDownloadTopArea {
	background: url(../images/dots-dark.svg) repeat center/contain;
	width: 73%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 60px;
}
.allAssetsDownloadTopArea .content {
}
.allAssetsDownloadTopArea .content h5 {
	font-family: "Inter-SemiBold";
	font-size: 18px;
	margin-bottom: 5px;
}
.allAssetsDownloadTopArea .content h3 {
	font-family: "Inter-Bold";
	font-size: 40px;
}
.allAssetsDownloadTopArea .downloadBtn {
	display: inline-block;
	border: 0;
	padding: 12px 30px 12px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	font-family: "Inter-SemiBold";
	background-color: #fff;
	border: 1px solid #fff;
	color: #1d2878;
	margin: 0 0 0 50px;
	box-shadow: 0 10px 25px rgba(77, 72, 104, .4);
}
.allAssetsDownloadBottomArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 -25px 75px rgba(111, 111, 111, .6);
	width: 100%;
	padding: 10px;
	text-align: center;
}
.allAssetsDownloadBottomArea span {
	margin-right: 7px;
}
.allAssetsDownloadBottomArea span svg {
	margin-right: 7px;
}
.allAssetsDownloadBottomArea p {
	color: #292d34;
	margin-bottom:0px;
}
.certificateBannerSec .aboutContentArea .title b {
	font-size: 65px;
}
.certificateBeniftsSec {
}
.certificateBeniftsSecinner {
}
.certificateBeniftsSecinner .smsFeatureBoxinner {
	text-align:center;
}
.certificateBeniftsSecinner .smsFeatureBoxinner .icon {
	width: 70px;
	height: 70px;
	/* line-height: 70px; */
    background: #e3e5fd;
	color: #1d2878;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	margin: 0 0px 20px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.certificateBeniftsSecinner .smsFeatureBoxinner .icon img {
	height: 40px;
}
.certificationListSec {
	padding: 100px 0 70px;
	background-color: #f6f9fb;
}
.certificationListSec .headnSec .title {
	margin-bottom: 40px;
}
.certificationListSec .borderText img {
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.certificationListItem {
	margin-bottom:30px;
}
.certificationListIteminner {
	max-width: 1170px;
	width: 100%;
	min-height: 318px;
	background: #fff;
	box-shadow: 0 4px 40px rgba(108, 108, 255, .16);
	border-radius: 8px;
	margin: 0 auto 28px;
	position: relative;
	padding-bottom: 1px;
	overflow: hidden;
}
.certificationListIteminner .yellowBadge {
	position: absolute;
	top: 25px;
	left: -34px;
	background: #fc0;
	padding: 1px 50px;
	rotate: -31deg;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.certificationListBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 56px;
	padding: 56px 300px 56px 55px;
}
.certificateThumnail {
	width:150px;
}
.certificateContent {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.certificateContent h4.ttl {
	font-family: "Inter-SemiBold";
	font-size: 30px;
}
.certificateContent p.para {
}
.certificateContent .learnMoreBtn {
}
.certificationListIteminner .certificateTags {
	position: absolute;
	top: 24px;
	right: 0;
	left: auto;
	width: 198px;
	bottom: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.certificationListIteminner .certificateTags .timeTags {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 13px 16px;
	height: 51px;
	font-weight: 300;
 font-size: .875rem;
	color: #333;
	border-radius: 8px 0 0 8px;
	background: #f0f3ff;
}
.certificationListIteminner .certificateTags .timeTags .txt {
	margin-left:10px;
}
.certificationListIteminner .certificateTags .statusTags {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 13px 16px;
	height: 51px;
	font-weight: 300;
 font-size: .875rem;
	color: #333;
	border-radius: 8px 0 0 8px;
	background: #e8e8ff;
}
.certificationListIteminner .certificateTags .statusTags .txt {
	margin-left:10px;
	margin-right:10px;
}
.certificateSteptSec {
}
.certificateSteptSec .headnSec .title {
	margin-bottom: 40px;
}
.certificateSteptSec .borderText img {
	bottom: -25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.certificateSteptSecinner .certificateStepBox {
	position: relative;
	margin-bottom:30px;
}
.certificateSteptSecinner .certificateStepBox:not(:last-of-type)::after {
 content: "";
 width: 1px;
 height: 75%;
 background: #8c8c8c;
 position: absolute;
 right: 0;
 top: 50%;
 opacity: 0.2;
 transform: translateY(-50%);
}
.certificateStepBoxinner {
	text-align: center;
}
.certificateStepBoxinner .icon {
	position: relative;
	width: 80px;
	margin: 0 auto 25px;
}
.certificateStepBoxinner .icon img {
}
.certificateStepBoxinner .number {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: #4c5ae9;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: "Inter-Bold";
}
.certificateStepBoxinner h4.ttl {
	font-family: "Inter-SemiBold";
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.certificateStepBoxinner p.para {
}
.pageDownloadBoxSec {
}
.pageDownloadBoxSecinner {
}
.pageDownloadBoxSecinner .pageDownloadBox {
	margin-bottom:60px;
}
.pageDownloadBoxSecinner .pageDownloadBox:last-child {
}
.pageDownloadBoxSecinner .pageDownloadBox:nth-child(even) {
}
.pageDownloadBoxSecinner .pageDownloadBox:nth-child(odd) {
}
.pageDownloadBoxinner {
	position:relative;
	overflow:hidden;
	background-color:rgb(28, 28, 31, 1);
	border-radius: 1.5rem;
}
.pageDownloadBoxinner .pageDownloadBoxBg {
	position: absolute;
	opacity: .4;
}
.pageDownloadBoxinner .rowBox {
	margin-left:0px;
	margin-right:0px;
}
.pageDownloadBoxinner .columnBox {
	padding-left:0px;
	padding-right:0px;
}
.pageDownloadBoxinner .contentColumnBox {
	position:relative;
	padding:80px 60px;
}
.pageDownloadBoxContent {
	color:#fff;
}
.pageDownloadBoxContent h6 {
}
.pageDownloadBoxContent h2 {
	font-size: 40px;
	font-family: "Inter-Bold";
	margin-bottom: 25px;
}
.pageDownloadBoxContent p {
}
.pageDownloadBoxContent p.para {
	margin-bottom:40px;
}
.pageDownloadBoxContent .downloadbtnArea {
	margin-bottom: 20px;
}
.pageDownloadBoxContent .downloadbtnArea .downloadbtn {
	font-size: 16px;
	font-family: "Inter-SemiBold";
}
.pageDownloadBoxContent .downloadbtnArea .downloadbtn i {
	margin-right:5px;
}
.pageDownloadBoxContent .btmpara {
}
.pageDownloadBoxContent .btmpara small {
}
.pageDownloadBoxinner .thumbColumnBox {
	position:relative;
}
.pageDownloadBoxThumbnail {
/* transform: scale(1.2);*/	
}
.pageDownloadBoxThumbnail img {
	object-fit: cover;
	width: 100%;
	transform: translate(70px, 80px);
}
.pageDownloadBoxSecinner .pageDownloadBox.blueBg .pageDownloadBoxinner {
	background-color: #2a3cf4;
}
.pageDownloadBoxSecinner .pageDownloadBox.blueBg .downloadbtn {
	color: #fff;
	background: #04129c;
	border: 1px solid #04129c;
}
.pageDownloadBoxSecinner .pageDownloadBox.blueBg .pageDownloadBoxinner .pageDownloadBoxBg {
	position: absolute;
	opacity: .7;
}
.pageDownloadBoxSecinner .pageDownloadBox.orangeBg .pageDownloadBoxinner {
	background-color: #d54b00;
}
.pageDownloadBoxSecinner .pageDownloadBox.orangeBg .downloadbtn {
	color: #d54b00;
	background: #fff;
	border: 1px solid #fff;
}
.pageDownloadBoxSecinner .pageDownloadBox.orangeBg .pageDownloadBoxinner .pageDownloadBoxBg {
	position: absolute;
	opacity: .7;
}
 .pageDownloadBoxSecinner .pageDownloadBox:nth-child(even) .pageDownloadBoxinner .contentColumnBox {
 -ms-flex-order: 2;
 order: 2;
}
.pageDownloadBoxSecinner .pageDownloadBox:nth-child(even) .pageDownloadBoxinner .thumbColumnBox {
 -ms-flex-order: 1;
 order: 1;
}
.pageDownloadBoxSecinner .pageDownloadBox:nth-child(even) .pageDownloadBoxThumbnail img {
 transform: translate(-70px, 80px);
}
.customePlanPriceSec {
}
.customePlanPriceSecinner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	/* background-color: #000; */
    background-image: url(../images/banner/banner.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	border-radius: 30px;
}
.customePlanPriceSecinner .leftPart {
	width:50%;
}
.customePlanPriceSecinner .customePlanPriceContent {
}
.customePlanPriceSecinner .customePlanPriceContent .subTitle {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}
.customePlanPriceSecinner .customePlanPriceContent .title {
	font-size: 35px;
	font-family: "Inter-Bold";
	margin-bottom: 15px;
}
.customePlanPriceSecinner .customePlanPriceContent p {
}
.customePlanPriceSecinner .rightPart {
}
.customePlanPriceSecinner .customePlanPriceBtns {
}
.customePlanPriceSecinner .customePlanPriceBtns .customePlanPriceBtn {
	display:inline-block;
	color: #fff;
	background-color: #1d2878;
	border-color: #1d2878;
	padding: 18px 50px 18px;
	border-radius: 10px;
	transition: 0.5s;
	font-family: "Inter-SemiBold";
	font-size: 16px;
}
.customePlanPriceSecinner .customePlanPriceBtns .customePlanPriceBtn:hover {
	color: #1d2878;
	background-color: #fff;
	border-color: #fff;
}
.customePlanPriceSec.confusePlanPriceSec {
}
.confusePlanPriceSecTitleSec {
	margin-bottom:30px;
}
.confusePlanPriceSecTitleSec h4.title {
	font-size:18px;
	font-family: "Inter-Bold";
}
.confusePlanPriceSec .customePlanPriceSecinner {
	background:#f35c25;
}
.customePlanPriceSec.confusePlanPriceSec .customePlanPriceSecinner .leftPart {
	width: 70%;
}
.customePlanPriceSec.confusePlanPriceSec .customePlanPriceSecinner .rightPart {
	width: 30%;
	display:flex;
	justify-content:end;
}
.customePlanPriceSec.confusePlanPriceSec .customePlanPriceSecinner .rightPart .rightPartinner {
	text-align: center;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .title {
	font-size: 30px;
	font-family: "Inter-Bold";
	margin-bottom: 15px;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .planItemList {
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	margin-left:-5px;
	margin-right:-5px;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .planItemList li {
	width:33.33%;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .planItemList li:last-child {
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .planItemList li i {
	margin-right:3px;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceContent .planItemList li .cont {
}
.confusePlanPriceSec .customePlanPriceSecinner .planText {
	font-family: "Inter-SemiBold";
	font-size: 24px;
	margin-bottom: 15px;
}
.confusePlanPriceSec .customePlanPriceSecinner .planText small {
	font-size: 75%;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceBtns .customePlanPriceBtn {
	color: #f35c25;
	background-color: #fff;
	border-color: #fff;
}
.confusePlanPriceSec .customePlanPriceSecinner .customePlanPriceBtns .customePlanPriceBtn:hover {
	color: #f35c25;
	background-color: #fff;
	border-color: #fff;
}
.aboutCounterSec {
	background-color: #f7f7fb;
}
.aboutCounterSecinner {
}
.aboutCounterSecinner .rowBox {
}
.aboutCounterSecinner .columnBox {
}
.aboutCounterSecinner .aboutCounterBox {
}
.aboutCounterBoxinner {
	font-family: "Fira Sans", sans-serif;
	text-align: center;
}
.aboutCounterBoxinner .counter-block {
	font-size: 50px;
	line-height: 70px;
	font-weight: 700;
	background: linear-gradient(45deg, #9a9fff, #6245fe);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 5px;
}
.aboutCounterSecinner .aboutCounterBox:nth-child(2) .counter-block {
 background: linear-gradient(45deg, #f18cff, #af46fc);
 -webkit-background-clip: text;
 color: transparent;
}
.aboutCounterSecinner .aboutCounterBox:nth-child(3) .counter-block {
 background: linear-gradient(45deg, #e9a17b, #ff7cb0);
 -webkit-background-clip: text;
 color: transparent;
}
.aboutCounterSecinner .aboutCounterBox:nth-child(4) .counter-block {
}
.aboutCounterBoxinner .counter-block .counter {
}
.aboutCounterBoxinner .txt {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	/* color: #69798d; */
    text-transform: uppercase;
}
.ourMissionIdeaSecinner .rowBox {
	align-items:center;
}
.ourMissionIdeaContent {
}
.ourMissionIdeaContent h4 {
	font-family: "Inter-Bold";
	font-size: 40px;
	color: #000;
	margin-bottom: 20px;
}
.ourMissionIdeaContent p {
	font-size: 16px;
	line-height: 28px;
}
.ourManagementTeamBoxinner {
}
.ourManagementTeamThumbnail {
}
.ourManagementTeamThumbnail img {
	border-radius: 12px;
}
.ourManagementTeamContent {
	padding: 20px 0 0;
	text-align: center;
}
.ourManagementTeamContent h4 {
	font-size: 22px;
	font-family: "Inter-SemiBold";
	color: #000;
}
.ourManagementTeamContent p {
	color: #919191;
}
.mottoSec {
	background: url(../images/dots.svg) repeat center / auto, linear-gradient(270deg, #1430fb 0, #1d2878 100%);
	padding: 80px 25px;
}
.mottoSecinner {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mottoSecinner .leftPart {
}
.mottoSecinner .leftPart .circleBox {
	background: #fff;
	box-shadow: 0 25px 75px rgba(0, 0, 0, .25);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 240px;
	margin-right: 45px;
}
.mottoSecinner .leftPart .circleBox svg {
	fill: #1d2980;
}
.mottoSecinner .rightPart {
	width: 860px;
	width: 100%;
}
.mottoSecinner .motoContentArea {
}
.mottoSecinner .motoContentArea h5.subTitle {
	font-size: 16px;
	color: #ffc800;
	font-family: "Inter-SemiBold";
}
.mottoSecinner .motoContentArea h2 {
	font-size: 60px;
	font-family: "Inter-Bold";
	color: #fff;
}
.joinOurTeamBtnArea {
}
.joinOurTeamBtnArea .joinOurTeamBtn {
	display:inline-block;
	color: #fff;
	background-color: #1d2878;
	border-color: #1d2878;
	padding: 10px 22px 10px;
	border-radius: 10px;
	transition: 0.5s;
	font-family: "Inter-SemiBold";
}
.aboutGalleySliderItem img {
	border-radius: 12px;
}
.aboutGalleySlider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff !important;
	border: 3px solid #fff !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 26px !important;
}
.aboutGalleySlider .owl-nav button i {
	position: relative;
	top: -2px;
}
.aboutGalleySlider .owl-nav button:hover {
	background: #1d2878 !important;
	border-color: #1d2878 !important;
	color: #fff !important;
}
.aboutGalleySlider .owl-dots {
	text-align:center;
}
.aboutGalleySlider .owl-dots button.owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	background: #dcddde;
	border: 1px solid #dcddde;
	margin: 0 5px;
}
.aboutGalleySlider .owl-dots button.owl-dot.active {
	width: 9px;
	height: 9px;
	background-color: #1d2878;
	border: 1px solid #1d2878;
}
.sheduleDemoVideoSec {
	background-color: #fff;
}
.sheduleDemoVideoSecinner {
}
.sheduleDemoVideo {
	background-color: #000;
	padding: 0px 10px;
	border-radius: 15px;
	max-width: 1000px;
	margin: 0 auto;
}
.sheduleDemoVideo iframe {
	/*width:560px;
	height:315px;*/
	width:100%;
	height:540px;
}
.requestPriceModal.show {
	display:flex !important;
	justify-content:center;
	align-items:center;
}
.requestPriceModal .modal-dialog {
	max-width: 480px;
	width: 100%;
}
.requestPriceModal .modal-header {
}
.requestPriceModal .modal-header .btn-close {
	box-shadow:none !important;
}
.requestPriceModal .modal-header .modal-title {
	font-family: "Inter-SemiBold";
}
.requestPriceFormArea .form-group {
	margin-bottom:15px;
}
.requestPriceFormArea .form-group .labelName {
	font-family: "Inter-SemiBold";
	margin-bottom: 5px;
}
.requestPriceFormArea .form-group .form-control {
	box-shadow:none;
}
/* Chrome, Safari, Edge, Opera */
.requestPriceFormArea .form-group input::-webkit-outer-spin-button, .requestPriceFormArea .form-group input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
.requestPriceFormArea .form-group input[type=number] {
	-moz-appearance: textfield;
}
.requestPriceFormArea .requestPriceFormBtnArea {
	display: flex;
}
.requestPriceFormArea .requestPriceFormBtnArea .requestPriceFormBtn {
	padding: 10px 10px;
	font-size: 16px;
	font-family: "Inter-SemiBold";
	display: inline-flex;
	justify-content: center;
	border-radius: 4px;
	text-align: center;
	background-color: #1d2878;
	border: 1px solid #1d2878;
	color: #fff;
	width: 100%;
	margin-right: 10px;
}
.requestPriceFormArea .requestPriceFormBtnArea .requestPriceFormBtn:hover {
}
.requestPriceFormArea .requestPriceFormBtnArea .requestPriceFormWhatsappBtn {
	padding: 10px 10px;
	font-size: 16px;
	font-family: "Inter-SemiBold";
	display: inline-flex;
	justify-content: center;
	align-items:center;
	border-radius: 4px;
	text-align: center;
	background-color: #4fce5d;
	border: 1px solid #4fce5d;
	color: #fff;
	width: 100%;
}
.requestPriceFormArea .requestPriceFormBtnArea .requestPriceFormWhatsappBtn i {
	font-size: 20px;
	margin-right: 8px;
}
.requestPriceFormArea .requestPriceFormBtnArea .requestPriceFormWhatsappBtn:hover {
}
.thankyouDemoPageSec {
}
.thankyouDemoPageSecinner {
	display:flex;
	align-items:center;
	min-height:100vh;
	padding:40px 0;
}
.thankyouPageWrap {
	width:100%;
}
.thankyouPageWrap .thankyouPageWrapHeader .title {
	display: flex;
	align-items: center;
}
.thankyouPageWrap .thankyouPageWrapHeader .title .label {
	font-size: 100px;
	font-family: "Inter-Bold";
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #1d2878;
	padding: 0;
	text-transform: uppercase;
}
.thankyouPageWrap .thankyouPageWrapHeader .title .label-icon {
	width: 81px;
	margin-top: 0px;
	margin-left: 30px;
}
.thankyouPageWrap .thankyouPageWrapHeader .sub-title {
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #1d2878;
}
.thankyouPageWrap .thankyouPageWrapBody {
	margin: 50px 0;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_1, .thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 {
	font-size: 26px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #14225b;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_1 {
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 {
	margin-top: 50px;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 span.social {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.4;
	letter-spacing: normal;
	text-align: left;
	display: inline-block;
	color: #2640ab;
	margin-right: 15px;
	margin-top: 20px;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 p {
	margin-bottom:0px;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 a {
	display: inline-flex;
	align-items: center;
	font-family: "Inter-SemiBold";
	color: #1e3698;
}
.thankyouPageWrap .thankyouPageWrapBody .thankyouPageWrapInfo_2 span.social img {
	width: 33px;
	float: left;
	margin-right: 15px;
}
.thankyouPageWrap .thankyouPageWrapFooter a.goBackBtn {
	box-shadow: 0 6px 16px 0 rgba(57, 115, 230, 0.48);
	background-color: #3973e6;
	font-size: 19px;
	font-family: "Inter-SemiBold";
	font-stretch: normal;
	font-style: normal;
	line-height: 2.95;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	border-radius: 5px;
	margin-right:10px;
}
.thankyouPageWrap .thankyouPageWrapFooter a.goBackBtn img {
	width: 32px;
	margin-right:2px;
}
.thankyouPageWrap .thankyouPageWrapFooter a.goBackBtn .txt {
}
.thankyouPageWrap .thankyouPageWrapFooter a.whatsappBtn {
	box-shadow: 0 6px 16px 0 rgb(14, 175, 101, 0.4);
	background-color: #0eaf65;
	font-size: 19px;
	font-family: "Inter-SemiBold";
	font-stretch: normal;
	font-style: normal;
	line-height: 2.95;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	border-radius: 5px;
}
.thankyouPageWrap .thankyouPageWrapFooter a.whatsappBtn img {width: 32px;margin-right:2px;}
.thankyouPageWrap .thankyouPageWrapFooter a.whatsappBtn .txt {}
.whatsappMarketingContent ul.list_1{padding:0px;margin:0px;margin-bottom:30px;}
.whatsappMarketingContent ul.list_1 li{list-style:none;margin-bottom:10px;}
.whatsappMarketingContent ul.list_1 li:last-child{margin-bottom:0px;}
.whatsappMarketingContent ul.list_1 li .icon{margin-right:5px;}
.whatsappMarketingContent .explore-button{background-color: #fd7b72; border: 1px solid #fd7b72;}
.mostRecomendedPartnerSec .headnSec .title {
    margin-bottom: 30px;
}
.mostRecomendedPartnerSec .borderText img {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.mostRecomendedPartnerSecinner{padding:30px 0 0;}
.mostRecomendedPartnerSecinner .customeRowBox{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;}
.mostRecomendedPartnerSecinner .customeColimnBox {padding-left:15px;padding-right:15px;width:20%;}
.mostRecomendedPartnerSecinner .mostRecomendedPartnerThumailBbox{margin-bottom:30px;border-right:1px solid #ddd;}
.mostRecomendedPartnerSecinner .mostRecomendedPartnerThumailBbox:last-child{border-right:0;}
.mostRecomendedPartnerThumailBboxinner{text-align:center;}
.mostRecomendedPartnerThumailBboxinner img{}
.mostRecomendedPartnerBtnArea{margin:20px 0 0;}
.mostRecomendedPartnerBtnArea .explore-button.explore-button-boder{background-color: #fff;border: 1px solid #1d2878;color:#1d2878;}
.mostRecomendedPartnerBtnArea .explore-button.explore-button-boder:hover{background-color: #1d2878;border: 1px solid #1d2878;color:#fff;}


.metaConversionSec{}
.metaConversionSecinner{}
.metaConversionSecinner .rowBox{}
.metaConversionSecinner .columnBox{}
.metaConversionSecinner .metaConversionContentArea{}
.metaConversionSecinner .metaConversionContentBoxArea{}
.metaConversionContentAreainner{}
.metaConversionTagArea{margin-bottom:20px;}
.metaConversionTag{
    display: inline-flex;
    background-color: #fff;
    padding: 5px 12px 6px 10px;
    border-radius: 10px;	
}
.metaConversionTag .icon{margin-right:10px;}
.metaConversionTag .txt{}
.metaConversionContentAreainner .title {
    font-family: "Inter-Bold";
    font-size: 40px;
    color: #fff;
}
.metaConversionContentAreainner .title .borderText img {
    position: absolute;
    left: 50px;
    right: 0;    
    bottom: -7px;
    width: 110px;
}
.metaConversionContentAreainner .para{color:#b6bbdb;margin-bottom:10px;}
.metaConversionContentAreainner .explore-button{
    background-color: #fd7b72;
    border: 1px solid #fd7b72;
    color: #fff;
    display: inline-block;
    margin-top: 20px;	
}
.metaConversionContentBoxAreainner{}
.metaConversionContentBoxAreainner .rowBox2{}
.metaConversionContentBoxAreainner .columnBox2{}
.metaConversionContentBoxinner{
    align-items: center;
    width: 100%;
    background-color: #454c75;
    color: #fff;
    border-radius: 30px;
    padding: 25px 30px;	
}
.metaConversionContentBoxinner .leftPart{
    width: 45%;	
}
.metaConversionContentBoxinner .rightPart{
    width: 55%;	
}
.metaConversionContentBoxinner h4{
    font-size: 60px;	
}
.metaConversionContentBoxinner p{
    font-size: 18px;
    line-height: 26px;	
}
.whyPartnerWithSec{}
.whyPartnerWithSec .headnSec .title{color:#fff;}
.whyPartnerWithSec .borderText img{bottom: -25px; left: 0; margin: 0 auto;}
.whyPartnerWithSec .headnSec p{font-size: 18px;line-height: 28px;}
.whyPartnerWithSec .headnSec p br{}
.whyPartnerWithSecinner{background-image: url(../images/homeFeatureSecBg.png); color: #fff; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;border-radius: 30px;padding: 40px 80px;}
.whyPartnerWithBoxArea{}
.whyPartnerWithBoxArea .rowBox{}
.whyPartnerWithBoxArea .columnBox{}
.whyPartnerWithBoxArea .whyPartnerWithBox{margin-bottom:30px;}
.whyPartnerWithBoxinner{background-color: #fff;color: #000;padding: 35px 30px;border-radius: 8px;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; height: 100%;text-align:center;}
.whyPartnerWithBoxinner .icon{width: 70px;height: 70px;background: #e3e5fd;color: #1d2878;font-size: 34px;text-align: center;border-radius: 50%;margin: 0 0px 20px 0;display: inline-flex;align-items: center;justify-content: center;}
.whyPartnerWithBoxinner .icon img{height: 40px;}
.whyPartnerWithBoxinner .content{}
.whyPartnerWithBoxinner .content h5.text{font-family: "Inter-SemiBold";font-size: 16px; color: #000;}
.whyPartnerWithBtnsArea{}
.whyPartnerWithBtnsArea a.getStartedBtn {background-color: #f35c25;border: 1px solid #f35c25;color: #fff;}
.whyPartnerWithBtnsArea a.getStartedBtn:hover {background-color: #1d2878;border: 1px solid #1d2878;color: #fff;}
.becamePartnerFaqSec{}
.becamePartnerFaqSec .borderText img{bottom: -25px; left: 0; margin: 0 auto;}
.becamePartnerFaqSec .faqAccordian .faqAccordianItem .faqAccordianHeader .title{background-color: #f5f6fd;border: 1px solid #d3d9ff; border-radius: 10px;}
.becamePartnerTermsSec{}
.becamePartnerTermsSecinner{border-radius: 20px;background: #fafafa;padding: 40px;}
.becamePartnerTermsContent{}
.becamePartnerTermsContent .hdTitle{font-size: 20px;font-family: "Inter-Bold"; color: #000000; margin-bottom: 20px;}
.becamePartnerTermsList{padding:0px;}
.becamePartnerTermsListItem{font-size: 18px;line-height: 28px;color: #000;margin-bottom: 10px;}
.becamePartnerTermsList .becamePartnerTermsListItem:last-child{margin-bottom:0px;}
.becamePartnerTermsListItem .number{width: 30px;height: 30px;background: #e3e5fd;border: 1px solid #b5baf7;color: #1d2878;font-size: 16px;text-align: center;border-radius: 50%;margin-right:10px;display: inline-flex;align-items: center;justify-content: center;}
.becamePartnerTermsListItem .txt{display:inline-block;-webkit-box-flex: 1; -ms-flex: 1;flex: 1;}

.apoinConFeatureSec{}
.apoinConFeatureSecinner{}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p {}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p i {}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p i.fa-octagon-xmark {color: #f60303;}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p i.fa-badge-check {color: #08c708;}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p .text {}
.apoinConFeatureSecinner .smsFeatureBoxinner .content .para p .text strong{font-family: "Inter-SemiBold";}
.apoinConfVideo{overflow: hidden;width: 100%;aspect-ratio: 3 / 2;border-radius: 30px;}
.apoinConfVideo iframe{width:100%;height:100%;object-fit:cover;}
.apoinConfVideo video{}

.workFlowListSec{}
.workFlowListSearchArea{text-align:center; margin-bottom: 30px;}
.workFlowListSearchArea .title{font-family: "Inter-Bold";color: #000000;font-size: 40px;margin-bottom: 10px;}
.workFlowListSearchForm{max-width: 688px;width: 100%;position: relative; margin: 0 auto;}
.workFlowListSearchForm .searchIncon{position: absolute;top: 15px;left: 15px;}
.workFlowListSearchForm .form-control{box-shadow: none;font-size: 14px;padding-left: 45px;min-height: 50px;background-color: #fff;border: 1px solid #dadce0;box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);border-radius: 26px;}
.workFlowListSearchForm .form-control:hover{background-color: #fff;box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);}
.workFlowListSearchForm .form-control:focus{background-color: #fff;box-shadow: 0 2px 8px 1px rgba(64, 60, 67, .24);}
.workFlowListSecinner{}
.workFlowList{}
.workFlowList .workFlowListItem{margin-bottom: 60px;margin-bottom: 20px;}
.workFlowListPanel{border: 1px solid #ddd;border-radius: 10px;margin-bottom:30px;margin-bottom:20px;}
.workFlowListPanelinner{}
.workFlowListPanelHeader{padding: 15px 15px;border-bottom: 1px solid #ddd;}
.workFlowListPanelHeaderInner{gap:10px;}
.workFlowListPanelHeaderInner .leftPart{flex:1;}
.workFlowListPanelHeaderInner .title{font-size: 20px;font-size:18px;font-family: "Inter-Bold";color: #000000;}
.workFlowListPanelHeaderInner .planStatus{font-family: "Inter-Medium";}
.workFlowListPanelHeaderInner .planStatus strong{font-family: "Inter-SemiBold";color: #000;}
.workFlowListPanelHeaderInner .planStatus .planBedge {display: inline-flex;align-items: center;justify-content: center;gap: 2px;background-color: #ced1ce;border: 1px solid #ced1ce;color: #000;padding:3px 10px 4px 10px;font-size: 12px;line-height: 16px;height: auto;border-radius: 30px;font-family: "Inter-Medium";}
.workFlowListPanelHeaderInner .planStatus .planBedge.red{background-color: #f34f6f;border-color: #f34f6f;color: #fff;}
.workFlowListPanelHeaderInner .planStatus .planBedge.green{background-color: #00bd68;border-color: #00bd68;color: #fff;}
.workFlowListPanelHeaderInner .planStatus .planBedge.orange{background-color: #faaa0a;border-color: #faaa0a;color: #fff;}
.workFlowListPanelHeaderInner .planStatus .planBedge.blue{background-color: #7553f5;border-color: #7553f5;color: #fff;}
.workFlowListPanelBody{}
.workFlowThumnail{}
.workFlowThumnail img{}
.workFlowListPanelFooter{padding: 10px 15px;}
.workFlowListPanelFooterInner{gap:10px;align-items:center;}
.workFlowListPanelFooterInner .planTags{display:flex;align-items: center;gap:5px;}
.workFlowListPanelFooterInner .planTags .ttl{color: #000;font-family: "Inter-SemiBold";}
.workFlowListPanelFooterInner .planTagsList{display:flex;flex-wrap:wrap;gap:5px;margin:0px;padding:0px;}
.workFlowListPanelFooterInner .planTagsList li{list-style-type:none;}
.workFlowListPanelFooterInner .planTagsList li:last-child{}
.workFlowListPanelFooterInner .planTagsList li a{display: inline-flex;align-items: center;gap: 3px;padding: 5px 10px;background-color: #f5f5f5;border: 1px solid #ddd;color: #000;font-size: 12px;line-height: 16px;border-radius: 30px;font-family: "Inter-Medium";}
.workFlowListPanelFooterInner .planTagsList li a:hover{}
.workFlowListPanelFooterInner .booknowBtns{}
.workFlowListPanelFooterInner .booknowBtns .booknowBtn{display: inline-block;border: 0;padding: 8px 24px 8px;border-radius: 6px;transition: 0.5s;text-align: center;font-family: "Inter-SemiBold";background-color: #1d2878;border: 1px solid #1d2878;color: #fff;}
.workFlowListPanelFooterInner .booknowBtns .booknowBtn:hover{}
.workFlowContentBoxList{}
.workFlowContentBoxList .rowBox2{margin-left:-10px;margin-right:-10px;}
.workFlowContentBoxList .columnBox2{padding-left:10px;padding-right:10px;}
.workFlowContentBoxList .workFlowContentBox{margin-bottom:20px;}
.workFlowContentBoxinner{border-radius: 8px; background-color: #fff; padding: 15px; box-shadow: 0 0px 20px 0 rgb(0 0 0 / 12%);}
.workFlowContentBoxinner .title{font-size:16px;line-height:20px;font-family: "Inter-SemiBold";color: #000000;}
.workFlowContentBoxinner .para{font-size:14px;line-height:18px;}
.widgetContainer{}
.widgetContainer .widgetCard{border:1px solid #ddd;border-radius:10px;padding:20px;margin-bottom:15px;background:#fff;}
.widgetContainer .widgetCard .form-control{background-color:#c8eadc;background-color: #edeefe;border:none;height:36px;font-size:14px;box-shadow:none;}
.widgetContainer .widgetCard textarea.form-control{height:80px;}
.widgetContainer .widgetCard .chatPreview{display:flex;gap:10px;}
.widgetContainer .widgetCard .chatPreview .chatRadio{display:none;}
.widgetContainer .widgetCard .chatPreview .chatIcon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e3f7ee;cursor:pointer;font-size:18px;border:2px solid transparent;}
.widgetContainer .widgetCard .chatPreview .chatRadio:checked + .chatIcon{background:#20c97a;color:#fff;border-color:#20c97a;}
.widgetContainer .widgetCard .formateRaioBoxArea {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}
.widgetContainer .widgetCard .formateRaioBoxArea .formateRaioBox {       
        padding:0 3px;
    }
.widgetContainer .widgetCard .formateRaioBoxinner {
    position: relative;
    margin-bottom: 0;	
        width: 100%;
        height: 100%;
    }
.widgetContainer .widgetCard .formateRaioBoxinner input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
	margin:0px;
}	
.widgetContainer .widgetCard .formateRaioBoxinner .content {
    padding: 7px 12px;
    height: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-radius:4px;
    font-family: "Inter-SemiBold";
	background-color:#fff;
    border: 1px solid #dddcdc;
    color: #333;
    }
.widgetContainer .widgetCard .formateRaioBoxinner input:checked+.content {background-color: #fff;border-color: #1d2878;color: #1d2878;}
.smsFeatureBoxinner .tryLink{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #1d2878;
    font-family: "Inter-SemiBold";	
}
.buildAiAgentBox .rowBox2{align-items: center;}
.buildAiAgentBox .columnBox2{}
.buildAiAgentBox .smsFeatureBoxinner .content{padding-left: 60px;}
.buildAiAgentBox .smsFeatureBoxinner .content .title {font-family: "Inter-Bold";font-size: 28px;line-height: 36px;}
.whychooseAiAgecntSec .creatingStepBoxinner .thumnail img {height: 100px;}
.autoVsAiComparisonSec{}
.autoVsAiComparisonSec .borderText img {bottom: -20px;left: 0;margin: 0 auto;}
.autoVsAiComparisonSecinner{}
.autoVsAiComparisonTable{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;}
.autoVsAiComparisonTable th, .autoVsAiComparisonTable td{padding: 20px 6px;border: 1px solid #e8e9f1;text-align: center;font-size: 16px;color: #000;}
.autoVsAiComparisonTable thead th{background:#f2f4f7;font-size:20px;}
.autoVsAiComparisonTable th{font-family: "Inter-SemiBold";}
.autoVsAiComparisonTable thead tr th:nth-child(1) {width: 400px;}
.autoVsAiComparisonTable tbody tr th {font-size: 22px;    font-family: "Inter-Bold";}
.aiAgentsHighlightSec{position: relative;padding: 90px 20px;text-align: center;color: #fff;background: url(../images/dots.svg) repeat center / auto, linear-gradient(270deg, #1430fb 0, #1d2878 100%);overflow: hidden;}
.aiAgentsHighlightSecinner .title{font-size:40px;font-family: "Inter-Bold";margin-bottom:20px;}
.aiAgentsHighlightSecinner .para{font-size:20px;line-height:1.6;opacity:.95;}
.aiIntegrationSec{}
.aiIntegrationSecinner{}
.aiIntegrationSecinner .rowBox{align-items:center;}
.aiIntegrationContBox{}
.aiIntegrationContent{}
.aiIntegrationContent .integration-title{font-size:40px;font-family: "Inter-SemiBold";line-height:1.3;color:#000;}
.aiIntegrationTbumbBox{}
.aiIntegrationImage img{}
  .waConvPriceCalHeroSec { background-color: #e8ecf8;background-color: #f5f5f5;}
  .waConvPriceCalHeroSecInner{}
  .waConvPriceCalHeroContent{display: flex;flex-direction: column;height: 100%;}
  .waConvPriceCalHeroContent .hero-eyebrow { font-size: 12px; line-height:1.2; color: #4361ee;text-transform: uppercase;font-family: "Inter-SemiBold"; }
  .waConvPriceCalHeroContent .hero-title { font-size: 50px; line-height:1.2;font-family: "Inter-Bold";color:#000;}
  .waConvPriceCalHeroContent .hero-desc { font-size: 14.5px; color: #4a4a6a; line-height: 1.75; flex:1;}

  .waConvPriceCalHeroContent .keep-in-mind {
    background: #fff;
    border: 1px solid #dde1f0;
    border-radius: 12px;
    padding: 18px 20px;
  }
  .waConvPriceCalHeroContent .keep-in-mind .kim-dot { width: 9px; height: 9px; background: #22c55e; border-radius: 50%; display: inline-block; margin-right: 6px; }
  .waConvPriceCalHeroContent .keep-in-mind .kim-title { font-size: 13px; font-weight: 700; }
  .waConvPriceCalHeroContent .keep-in-mind .kim-text { font-size: 12.5px; color: #4a4a6a; line-height: 1.65; }

  .waConvPriceCalFormArea{}
  .waConvPriceCalFormArea .calc-card { border-radius: 16px; box-shadow: 0 6px 32px rgba(67,97,238,0.13); border: none; }
  .waConvPriceCalFormArea .calc-card .card-body { padding:15px 20px 20px; }
  .waConvPriceCalFormArea .form-select-custom {
    border: 1px solid #dde1f0;
    border-radius: 4px;
    padding: 4px 34px 4px 12px;  
    font-size: 13.5px;
    color: #0d0d1a;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
	height: 32px;
  }
  .waConvPriceCalFormArea .form-label{}
	.waConvPriceCalFormArea .fw-semibold{font-family: "Inter-SemiBold";}
	 .waConvPriceCalFormArea .calc-card-top-fld{}
	 .waConvPriceCalFormArea .calc-card-top-fld .form-group{flex:1;}
  .waConvPriceCalFormArea .form-select-custom:focus { border-color: #4361ee; box-shadow: none; }
  .waConvPriceCalFormArea .form-select-custom option { background: #fff; }
  .waConvPriceCalFormArea .radio-row { display: flex; align-items: end; }
  
 .waConvPriceCalFormArea .radio-row .formateRaioBoxArea {display: flex;flex-wrap: wrap;gap: 5px;}
 .waConvPriceCalFormArea .radio-row .formateRaioBoxArea .formateRaioBox {}
 .waConvPriceCalFormArea .radio-row .formateRaioBoxinner {position: relative;margin-bottom: 0;width: 100%;height: 100%;}
 .waConvPriceCalFormArea .radio-row .formateRaioBoxinner input {position: absolute;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;cursor: pointer;margin:0px;}	
 .waConvPriceCalFormArea .radio-row .formateRaioBoxinner .content {padding: 8px 20px;height: 100%;font-size: 12px;line-height: 16px;text-align: center;border-radius:4px;font-family: "Inter-SemiBold";background-color:#fff;border: 1px solid #dddcdc;color: #333;height:32px;}
 .waConvPriceCalFormArea .radio-row .formateRaioBoxinner input:checked+.content {background-color: #fff;border-color: #1d2878;color: #1d2878;}



  .waConvPriceCalFormArea .msg-title { font-size: 13px; font-weight: 600; }
  .waConvPriceCalFormArea .msg-title .i-icon {width: 14px; height: 14px; border-radius: 50%;border: 1.5px solid #b8bdd4;display: inline-flex; align-items: center; justify-content: center;font-size: 8.5px; font-weight: 700; color: #b8bdd4; cursor: default; line-height: 1;}
  .waConvPriceCalFormArea .msg-price { font-size: 14px; font-weight: 700; color: #4361ee; }
  .waConvPriceCalFormArea .msg-rate { font-size: 11px; color: #9fa5c0; margin-bottom: 6px; }  
  .waConvPriceCalFormArea .bubble-row { position: relative; height: 28px; }
  .waConvPriceCalFormArea .sl-bubble {position: absolute;background: #4361ee; color: #fff;font-size: 10.5px; font-weight: 600;padding: 2px 8px; border-radius: 20px;transform: translateX(-50%); white-space: nowrap;}
  .waConvPriceCalFormArea .sl-bubble::after {content: ''; position: absolute; bottom: -3px; left: 50%;transform: translateX(-50%);border: 6px solid transparent; border-top-color: #4361ee; border-bottom: none;}
  .waConvPriceCalFormArea input[type="range"] {-webkit-appearance: none; width: 100%; height: 4px;border-radius: 4px; background: #e0e4ef; outline: none; cursor: pointer; display: block;}
  .waConvPriceCalFormArea input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none; width: 15px; height: 15px; border-radius: 50%;background: #4361ee; border: 2px solid #fff;box-shadow: 0 1px 5px rgba(67,97,238,0.4); cursor: pointer;}
  .waConvPriceCalFormArea .sl-marks { display: flex; justify-content: space-between; font-size: 10px; color: #b0b6cc; margin-top: 5px; }
  .waConvPriceCalFormArea .calc-divider { height: 1px; background: #f0f2fb; margin: 12px 0; }  
  .waConvPriceCalFormArea .win-sw {width: 40px; height: 22px; border-radius: 11px;background: #dde1f0; position: relative; cursor: pointer;transition: background 0.25s; flex-shrink: 0;}
  .waConvPriceCalFormArea .win-sw.on { background: #4361ee; }
  .waConvPriceCalFormArea .win-sw::after {content: ''; position: absolute; left: 2px; top: 2px;width: 18px; height: 18px; border-radius: 50%;background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.15);transition: transform 0.25s;}
  .waConvPriceCalFormArea .win-sw.on::after { transform: translateX(18px); } 
  .waConvPriceCalFormArea .est-bar {background: #4361ee; border-radius: 10px;display: flex; align-items: center; justify-content: space-between;padding: 13px 18px; margin-top: 14px;}
  .waConvPriceCalFormArea .est-lbl { font-size: 14px; font-weight: 600; color: #fff; }
  .waConvPriceCalFormArea .est-total { font-size: 17px; font-weight: 700; color: #fff; }
  .waConvPriceCalFormArea .est-sep { width: 1px; height: 18px; background: rgba(255,255,255,0.3); }
  .waConvPriceCalFormArea .est-cur { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); }
  .waConvPriceCalFormArea .free-note { font-size: 11px; color: #9299b5; line-height: 1.65; margin-top: 10px; }

.waConvPriceCalTypesSec {}
.waConvPriceCalTypesSecinner .section-heading {font-size: 30px; color: #000;font-family: "Inter-Bold";}
.waConvPriceCalTypesSecinner{}
.waConvPriceCalTypesSecinner .para{}
.waConvPriceCalTypesSecinner .tabNav{}
.waConvPriceCalTypesSecinner .tabNav .type-tab-btn {border-radius: 20px; font-size: 13px; font-weight: 500; border: 1.5px solid #dde1f0;color: #4a4a6a; background: #fff;padding: 5px 16px;transition: all 0.15s;  }
.waConvPriceCalTypesSecinner .tabNav .type-tab-btn.active, .waConvPriceCalTypesSecinner .tabNav .type-tab-btn:hover {background: #4361ee; color: #fff;border-color: #4361ee;}
.waConvPriceCalTypesSecinner .type-content{}
.waConvPriceCalTypesSecinner .type-content .type-name { font-size: 14px;font-family: "Inter-SemiBold";color:#000;margin-bottom: 10px; }
.waConvPriceCalTypesSecinner .type-content .bullet-check {width: 18px; height: 18px; border-radius: 50%; background: #dcfce7;display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;}
.waConvPriceCalTypesSecinner .type-content .type-bullet-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; }
.waConvPriceCalTypesSecinner .phone-frame {}
.waConvPriceCalTypesSecinner .phone-frame img{}
.waConvPriceCalOptimizeSec{background-color:#e8ecf8;background-color: #f5f5f5;}
.waConvPriceCalOptimizeSec .headnSec .borderText img {bottom: -20px;left: 0;margin: 0 auto;}
.waConvPriceCalOptimizeSecinner {}
.waConvPriceCalOptimizeSecinner .rowBox{}
.waConvPriceCalOptimizeSecinner .columnBox{}
.waConvPriceCalOptimizeSecinner .benefit-card {background: #fff; border-radius: 14px; padding: 28px 24px;border: 1px solid #dde1f0; height: 100%;text-align:center;}
.waConvPriceCalOptimizeSecinner .benefit-card .benefit-icon {width: 74px; height: 74px;/* border-radius: 10px; background-color: #eef1fb;*/display:inline-flex; align-items: center; justify-content: center;font-size: 20px; margin-bottom: 5px;}
.waConvPriceCalOptimizeSecinner .benefit-card .benefit-title { font-size: 18px;font-family: "Inter-SemiBold";color:#000; margin-bottom: 8px; }
.waConvPriceCalOptimizeSecinner .benefit-card .benefit-desc { font-size: 13px; color: #4a4a6a; line-height: 1.5; margin: 0; }

.waConvPriceCalToolsSec{}
.waConvPriceCalToolsSec .headnSec .borderText img {bottom: -20px;left: 0;margin: 0 auto;}
.waConvPriceCalToolsSecinner {}
.waConvPriceCalToolsSecinner .rowBox{}
.waConvPriceCalToolsSecinner .columnBox{}
.waConvPriceCalToolsSecinner .tool-card { border-radius: 14px; border: 1px solid var(--border-color); overflow: hidden; transition: box-shadow 0.2s; }
.waConvPriceCalToolsSecinner .tool-card:hover { box-shadow: 0 8px 28px rgba(67,97,238,0.12); }
.waConvPriceCalToolsSecinner .tool-card .tool-banner {position: relative;overflow:hidden;aspect-ratio:3/1.6;}
.waConvPriceCalToolsSecinner .tool-card .tool-banner img {height:100%;width:100%;object-fit:cover;  }
  

  .waConvPriceCalToolsSecinner .tool-card .tool-info { padding: 18px 20px 20px; }
  .waConvPriceCalToolsSecinner .tool-card .tool-info .tool-title { font-size: 18px; font-family: "Inter-SemiBold";color:#000; margin-bottom: 8px; line-height: 1.4; }
  .waConvPriceCalToolsSecinner .tool-card .tool-info .tool-desc { font-size: 12.5px; color: var(--text-mid); line-height: 1.65; }
  .waConvPriceCalToolsSecinner .tool-card .tool-info .try-link { font-size: 13px; font-weight: 600; color: #4361ee; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.15s; }
  .waConvPriceCalToolsSecinner .tool-card .tool-info .try-link:hover { gap: 8px; }


  .waConvPriceCalCtaSec {background: linear-gradient(135deg, #c8d6ff 0%, #dce8ff 50%, #c8d6ff 100%);position:relative;}
  .waConvPriceCalCtaSecinner{text-align: center;}
  .waConvPriceCalCtaSecinner .cta-title { font-size: clamp(20px, 3vw, 30px); font-weight: 800; letter-spacing: -0.3px; }
  .waConvPriceCalCtaSecinner .btn-cta {box-shadow: 0 4px 16px rgba(67,97,238,0.35);transition: all 0.2s; cursor: pointer;}
  .waConvPriceCalCtaSecinner .btn-cta:hover {}
.coexistenceFeatureSec{}
.coexistenceFeatureSec .borderText img{ bottom: -20px;left: 0; margin: 0 auto;}
.coexistenceFeatureSecinner{}
.coexistenceFeatureSecinner .rowBox{align-items:center;}
.coexistenceFeatureSecinner .columnBox{}
.coexistenceFeatureThumbnailBox{}
.coexistenceFeatureThumbnail{}
.coexistenceFeatureThumbnail img{}
.coexistenceFeaturecontentBox{}
.coexistenceFeaturecontent{}
.coexistenceFeature-list {
      max-width: 480px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

.coexistenceFeature-list .coexistenceFeature-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

  .coexistenceFeature-item  .coexistenceFeature-icon {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      background-color: #1a1a1a;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px;
    }

 .coexistenceFeature-item .coexistenceFeature-icon svg {
      width: 15px;
      height: 15px;
      stroke: #ffffff;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

 .coexistenceFeature-item .coexistenceFeature-text .title {
      font-size: 15px;
      font-family: "Inter-SemiBold";
      color: #1a1a1a;
      line-height: 1.4;
      margin-bottom: 3px;
    }

 .coexistenceFeature-item .coexistenceFeature-text .desc {
      font-size: 14px;
      font-weight: 400;
      color: #555555;
      line-height: 1.55;
    }



@media (max-width:991px){

.integration-title{
font-size:34px;
margin-top:20px;
text-align:center;
}

.integration-image{
text-align:center;
margin-top:30px;
}
.waConvPriceCalHeroContent .hero-eyebrow {
    font-size: 12px;
}
.waConvPriceCalHeroContent .hero-title {
    font-size: 30px;
}
.waConvPriceCalHeroContent .hero-desc {
    font-size: 12px;
}
.waConvPriceCalHeroContent .keep-in-mind .kim-text {
    font-size: 12px;
}
.waConvPriceCalTypesSecinner .section-heading {
    font-size: 20px;
}
.waConvPriceCalTypesSecinner .para {
    font-size: 13px;
    line-height: 1.4;
}

}
@media (max-width:768px){
.aiAgentsHighlightSec {padding: 40px 0px;}	
.aiAgentsHighlightSec .title{font-size:24px;}
.aiAgentsHighlightSecinner .para {font-size: 14px;line-height: 1.5;}
.aiAgentsSection .para{font-size:16px;}
.autoVsAiComparisonTable thead{display:none;}
.autoVsAiComparisonTable,
.autoVsAiComparisonTable tbody,
.autoVsAiComparisonTable tr,
.autoVsAiComparisonTable td{
display:block;
width:100%;
}
.autoVsAiComparisonTable tr{
margin-bottom:20px;
border:1px solid #ddd;
border-radius:10px;
overflow:hidden;
}
.autoVsAiComparisonTable th, .autoVsAiComparisonTable td {
    padding: 12px 6px;
}
.autoVsAiComparisonTable td{
text-align:left;
padding-left:50%;
position:relative;
font-size: 12px;
line-height: 18px;
}
.autoVsAiComparisonTable td::before{
content:attr(data-label);
position:absolute;
left:15px;
top:20px;
font-family: "Inter-SemiBold";
font-size: 12px;
line-height: 18px;
}
.autoVsAiComparisonTable th{
display:block;
background:#eee;
}
.autoVsAiComparisonTable tbody tr th {
    font-size: 16px;
}
.aiIntegrationSec {
    padding: 40px 0 0;
}
.aiIntegrationContent .integration-title {
    font-size: 24px;   
    margin-top: 0px;
}
.whychooseAiAgecntSec{ padding: 40px 0 0;}
}
@media (max-width:575px){
.waConvPriceCalHeroSec {padding: 40px 0;}
.waConvPriceCalHeroContent .hero-title {font-size: 24px;}
.waConvPriceCalTypesSec {padding: 40px 0;}
.waConvPriceCalOptimizeSec{ padding: 40px 0;}
.waConvPriceCalToolsSec { padding: 40px 0 0;}
.waConvPriceCalCtaSec{ padding: 40px 0;}
.buildAiAgentBox .smsFeatureBoxinner .content {padding-left: 0px;padding:20px 0 0;}
.buildAiAgentBox .smsFeatureBoxinner .content .title {font-size: 24px;line-height: 30px;}


}


 @keyframes animate {
 0% {
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
}
 100% {
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
}
}
 @-webkit-keyframes slideInUp {
 0% {
 opacity: 0;
 transform: translateY(50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes slideInUp {
 0% {
 opacity: 0;
 transform: translateY(50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes slideInDown {
 0% {
 opacity: 0;
 transform: translateY(-50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes slideInDown {
 0% {
 opacity: 0;
 transform: translateY(-50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes slideInleft {
 0% {
 opacity: 0;
 transform: translateX(50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes slideInleft {
 0% {
 opacity: 0;
 transform: translateX(50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes slideInRight {
 0% {
 opacity: 0;
 transform: translateX(-50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes slideInRight {
 0% {
 opacity: 0;
 transform: translateX(-50%);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 transform: scale(0.5);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes zoomIn {
 0% {
 opacity: 0;
 transform: scale(0.5);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes zoomReverseIn {
 0% {
 opacity: 0;
 transform: scale(1.5);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes zoomReverseIn {
 0% {
 opacity: 0;
 transform: scale(1.5);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@-webkit-keyframes flipInY {
 0% {
 opacity: 0;
 transform: rotateY(90deg);
}
 100% {
 opacity: 1;
 transform: none;
}
}
@keyframes flipInY {
 0% {
 opacity: 0;
 transform: rotateY(90deg);
}
 100% {
 opacity: 1;
 transform: none;
}
}
[data-animation] {
 opacity: 0;
 -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
}
.animations-disabled, .animations-disabled [data-animation] {
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.slideInLeft {
	-webkit-animation-name: slideInleft;
	animation-name: slideInleft;
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.fadeOut {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-direction: reverse;
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.zoomOut {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-direction: reverse;
}
.zoomReverseIn {
	-webkit-animation-name: zoomReverseIn;
	animation-name: zoomReverseIn;
}
.zoomReverseOut {
	-webkit-animation-name: zoomReverseIn;
	animation-name: zoomReverseIn;
	animation-direction: reverse;
}
.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
.flipOutY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-direction: reverse;
}




/*

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.4;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


@keyframes rotation {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(359deg);
}
}@keyframes ripple {
    0%, 35% {
    transform: scale(0);
    opacity: 1;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }
			
			

@keyframes off-on {
    0% {
    opacity: 0;
}
75% {
    opacity: 1;
}
to {
    opacity: 0;
}
}
*/

@-webkit-keyframes bounce {
 from {
 -webkit-transform: translateY(0px);
 transform: translateY(0px)
}
to {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}
}
 @keyframes bounce {
 from {
 -webkit-transform: translateY(0px);
 transform: translateY(0px)
}
to {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}
}
 @-webkit-keyframes animate-1 {
 0%,  to {
 -webkit-transform: translateY(0) translateX(0);
 transform: translateY(0) translateX(0)
}
 50% {
 -webkit-transform: translateY(-1.5vh) translateX(5vmin);
 transform: translateY(-1.5vh) translateX(5vmin)
}
}
 @keyframes animate-1 {
 0%,  to {
 -webkit-transform: translateY(0) translateX(0);
 transform: translateY(0) translateX(0)
}
 50% {
 -webkit-transform: translateY(-1.5vh) translateX(5vmin);
 transform: translateY(-1.5vh) translateX(5vmin)
}
}
 @-webkit-keyframes animate-2 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(-15vmin);
 transform: translateY(-15vmin)
}
}
 @keyframes animate-2 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(-15vmin);
 transform: translateY(-15vmin)
}
}
 @-webkit-keyframes animate-3 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(-5vmin);
 transform: translateY(-5vmin)
}
}
 @keyframes animate-3 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(-5vmin);
 transform: translateY(-5vmin)
}
}
 @-webkit-keyframes animate-4 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(10vmin);
 transform: translateY(10vmin)
}
}
 @keyframes animate-4 {
 0%,  to {
 -webkit-transform: translateY(0);
 transform: translateY(0)
}
 50% {
 -webkit-transform: translateY(10vmin);
 transform: translateY(10vmin)
}
}
 @-webkit-keyframes animate-5 {
 0%,  to {
 -webkit-transform: translateY(0) translateX(0);
 transform: translateY(0) translateX(0)
}
 50% {
 -webkit-transform: translateY(-1.5vh) translateX(5vmin);
 transform: translateY(-1.5vh) translateX(5vmin)
}
}
 @keyframes animate-5 {
 0%,  to {
 -webkit-transform: translateY(0) translateX(0);
 transform: translateY(0) translateX(0)
}
 50% {
 -webkit-transform: translateY(-1.5vh) translateX(5vmin);
 transform: translateY(-1.5vh) translateX(5vmin)
}
}
 @keyframes rotateIt {
 to {
 transform: rotate(-360deg);
}
}
@keyframes rotateIt2 {
 to {
 transform: rotate(360deg);
}
}
@-webkit-keyframes movescale {
 0% {
 transform: scale(.6)
}
 50% {
 transform: scale(.8)
}
to {
	transform: scale(.6)
}
}
 @keyframes movescale {
 0% {
 transform: scale(.6)
}
 50% {
 transform: scale(.8)
}
to {
	transform: scale(.6)
}
}
 @keyframes movebounce {
 0% {
 transform: translateY(0)
}
 50% {
 transform: translateY(8px)
}
to {
	transform: translateY(0)
}
}
 @keyframes moveleftbounce {
 0% {
 transform: translateX(0)
}
 50% {
 transform: translateX(8px)
}
to {
	transform: translateX(0)
}
}
 @keyframes floating {
 from {
 -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
 -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
 -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
 -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
 transform: rotate(0deg) translate(-12px) rotate(0deg);
 transition:1s ease-in-out;
}
to {
	-webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
	-moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
	-ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
	-o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
	transform: rotate(360deg) translate(-12px) rotate(-360deg);
	transition:1s ease-in-out;
}
}
