@charset "UTF-8";

/* CSS Document */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	/* background: #fff; */
}

ul, li, a, h1, h2, h3, h4, h5, p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}

strong {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 15px;
}

a {
	color: #333333;
}

.clear_all {
	clear: both;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.grace_font {
	font-family: 'Covered By Your Grace', cursive;
	color: #0b88bc;
	font-size: 18px;
}

.nm {
	margin: 0px !important;
}

.nb {
	border: none !important;
}

.nlp {
	padding-left: 0px !important;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.descp_titles {
	line-height: 30px;
	font-weight: 600;
	text-decoration: none;
	color: #5B5B5B;
	font-size: 18px !important;
}

/*************** Header *********/
.header_wrapper {
	margin: 0 auto;
	padding: 0px 0px 0px;
	position: fixed;
	width: 100%;
	z-index: 2000;
	background: #FBFCFD;
	box-shadow: 0px -1px 10px #eee;
}

#header {
	width: 1100px; /* height:65px; */
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
}

.logo {
	background: url(../images/DSlogo.png) left center no-repeat;
	width: 190px;
	height: 70px;
	float: left;
}

/********** Menu ***********/
.header_wrapper nav>div {
	margin-top: 17px;
	padding: 0 15px 15px;
}

.header_wrapper nav>div.getstarted {
	padding-right: 0px;
}

.header_wrapper nav>div>a, .header_wrapper .mobile_navmenu>div>a {
	font-size: 16px;
	color: #656565;
	font-weight: 600;
	padding: 10px 0px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	display: block;
	cursor: pointer;
	position: relative;
}

.header_wrapper nav>div>a:hover, .header_wrapper .mobile_navmenu>div>a:hover
	{
	border-color: #2BCA91;
	color: #333;
}

.header_wrapper div.getstarted>a {
	padding: 9px 12px;
	background-color: #2BCA91;
	color: #fff !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid transparent;
	opacity: .9;
}

.header_wrapper div.getstarted>a:hover {
	opacity: 1;
}

.header_dropdown>li>a {
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.header_dropdown>li>a:hover {
	border-color: #2BCA91;
}

.header_wrapper nav>div.resources_navlist>a:hover {
	border-color: transparent;
}

h5 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 142px 23px 79px 40px;
}

/************ Banner ************/
.banner_wrapper {
	background: url(../images/banner_main.png);
	padding-top: 70px;
	background-position-y: 90px;
	background-attachment: fixed;
}

.inner_banner_wrapper {
	background: #fff;
	padding: 70px 0px 0px;
	border-top: 1px solid #eee;
}

.inner_banner_wrapper>.left_menus {
	box-sizing: border-box;
	background: #f7f7f7;
	display: none;
}

.inner_banner_wrapper h1 {
	padding-top: 50px;
}

.banner_bg, .banner_bg1 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	padding: 50px;
	margin: 38px 0px 0px;
}

.banner_bg p {
	font-size: 16px !important;
	color: #FFFFFF;
	text-align: left !important;
	text-transform: inherit !important;
	padding: 6px 0 2px 3px;
	font-weight: normal !important;
}

.banner_bg .banner_holder_lft p {
	text-align: left;
}

.banner_bg .banner_holder_rht p {
	text-align: left;
}

.or {
	width: 23px;
	height: 100%;
	background-image: url(../images/or.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	top: 0px;
	z-index: 10000;
	background-position: center;
	opacity: .1;
}

.banner_bg1 {
	display: none;
}

.banner_bg1 h3 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}

.banner_header {
	margin-top: 70px;
	text-align: center;
}

.banner_header h1 {
	font-size: 46px;
	font-weight: 500;
}

.banner_header h4 {
	font-size: 22px;
	color: #4F5C63;
	margin-top: 17px;
	font-weight: 500;
}

.banner_holder .banner_bg1 p {
	color: #555;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0 0px;
	letter-spacing: 0.5px;
	padding-top: 12px;
}

.banner_holder {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0px 20px;
	box-sizing: border-box;
}

.plans_holder .banner_holder {
	height: 560px;
	margin-top: 93px;
	margin-bottom: 50px;
	text-align: center;
}

.title_head {
	font-size: 46px;
	line-height: 54px;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
	text-align: center;
}

.title_para {
	font-size: 22px;
	text-align: center;
	color: #6B696C;
	margin: 23px 0px 33px;
	line-height: 32px;
}

.banner_content {
	width: 100%;
	padding: 40px 0px 50px 0px;
}

.banner_img {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner_img img {
	max-width: 100%;
	margin-bottom: -10px;
}

.btn_inner {
	text-align: center;
}

.btn_inner1 {
	border: 1px solid #3c6918;
	width: 324px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: -11px;
}

.long_blue_btn code {
	width: 76px;
	height: 82px;
	float: left;
	margin-top: 0px;
}

.long_blue_btn {
	text-align: center;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #2BCA91;
	padding: 20px 0px;
	width: 315px;
	display: inline-block;
}

.login_btn_holder .long_blue_btn {
	opacity: .9;
}

.login_btn_holder .long_blue_btn:hover {
	opacity: 1;
}

.long_blue_btn span {
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 28px;
	padding-top: 0px;
	display: block;
}

.long_blue_btn_inner code {
	width: 76px;
	height: 82px;
	float: left;
	margin-top: 0px;
}

.long_blue_btn_inner {
	background-color: #808080;
	height: 82px;
	width: 324px;
	text-align: center;
	float: left;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 9px rgba(50, 50, 50, 0.38);
	-moz-box-shadow: 0 3px 9px rgba(50, 50, 50, 0.38);
	box-shadow: 0 3px 9px rgba(50, 50, 50, 0.38);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #72d731 0%, #56a818 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #72d731 0%, #56a818 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #72d731 0%, #56a818 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72d731),
		color-stop(1, #56a818));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #72d731 0%, #56a818 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #72d731 0%, #56a818 100%);
}

.long_blue_btn_inner:hover {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #79da36 0%, #519f15 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #79da36 0%, #519f15 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #79da36 0%, #519f15 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #79da36),
		color-stop(1, #519f15));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #79da36 0%, #519f15 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #79da36 0%, #519f15 100%);
}

.long_blue_btn_inner h3 {
	text-shadow: 0px 1px #505a51;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 28px;
	margin-top: 16px !important;
	text-transform: uppercase;
}

.long_blue_btn_inner span {
	font-size: 13px;
	line-height: 16px;
	color: #dff2dc;
	font-family: 'Open Sans', sans-serif;
}

.login_btn_holder h4 {
	text-align: center;
	width: 351px;
	color: #888888;
	margin-top: 12px;
	font-size: 13px;
}

/****************** New Signup Button ***************/
.signup_btn_inner {
	width: 70%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
}

.signup_long_blue_btn code {
	display: inline-block;
	padding: 15px;
	margin-top: 0px;
	background-size: contain;
}

.signup_long_blue_btn {
	width: 100%;
	text-align: center;
	float: left;
	color: #444444;
	background: #ffffff;
	opacity: 0.9;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #ccc;
}

.signup_long_blue_btn:hover {
	opacity: 1;
	box-shadow: 0px 0px 3px 1px #4285F4;
}

.signup_long_blue_btn:focus {
	outline: 0;
	background-color: #EEEEEE;
}

/*********** Content *******/
.content_wrapper, .reg_wrapper {
	margin: 0px auto 0;
	color: #333333;
	background: url(../images/bg_common.png);
	padding: 50px 0px 0px 0px;
	background-attachment: fixed;
}

.faq_content_holder {
	margin: 0 auto;
	width: 1000px;
	padding: 0px 20px 50px;
	border-bottom: 0px;
	box-sizing: border-box;
}

#cloud_img {
	float: right;
}

.faqpage .faq_content_holder h3 {
	color: #5B5B5B;
	font-weight: bold;
	line-height: 340%;
}

.reg_wrapper {
	margin: 0px auto 0;
	padding: 65px 0px 0px;
	background: none !important;
}

.inner {
	padding: 38px 575px 0 30px;
	position: relative;
	height: 120px;
}

.inner_list {
	padding: 38px 522px 0 15px;
	text-align: justify;
	position: relative;
	height: 371px;
	background: url(../images/contactsManagement.png) right 27px no-repeat;
}

.lft_img {
	padding: 40px 15px 0 522px;
}

.reply_tag {
	background: url(../images/dealsManagement.png) 0px 13px no-repeat;
	height: 330px;
}

.act_fast {
	background: url(../images/tasksManagement.png) right 27px no-repeat;
	border-bottom: none;
}

.inner_list p {
	margin: 15px 0 20px;
	line-height: 22px;
	font-size: 14px;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
}

.inner_list ul {
	border-bottom: none;
	padding-left: 20px;
}

.content_wrapper .inner_list ul li {
	padding: 0px 0px 13px 0px;
	line-height: 22px !important;
	border-top: none;
	color: #555;
	list-style-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxNyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT7vgIw8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJIb21lLS0tMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwMi4wMDAwMDAsIC0zMjMyLjAwMDAwMCkiIGZpbGw9IiMyQkNBOTEiPiAgICAgICAgICAgIDxnIGlkPSJNYWNCb29rLXByby0xNSZxdW90Oy0rLUxlYWQtQ2FwdHVyZS1hbmQtQ29uLSstQXV0b21hdGljYWxseS1jb2xsZWMtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1LjAwMDAwMCwgMzE0NC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTY5My4zODQ1OTgsOTEuMjU2Njk2NCBDNjkzLjM4NDU5OCw5MS41MjQ1NTQ5IDY5My4yOTA4NDksOTEuNzUyMjMxMiA2OTMuMTAzMzQ4LDkxLjkzOTczMjEgTDY4NC40NjQ5NTUsMTAwLjU3ODEyNSBDNjg0LjI3NzQ1NCwxMDAuNzY1NjI2IDY4NC4wNDk3NzgsMTAwLjg1OTM3NSA2ODMuNzgxOTIsMTAwLjg1OTM3NSBDNjgzLjUxNDA2MSwxMDAuODU5Mzc1IDY4My4yODYzODUsMTAwLjc2NTYyNiA2ODMuMDk4ODg0LDEwMC41NzgxMjUgTDY3OC4wOTY2NTIsOTUuNTc1ODkyOSBDNjc3LjkwOTE1MSw5NS4zODgzOTE5IDY3Ny44MTU0MDIsOTUuMTYwNzE1NiA2NzcuODE1NDAyLDk0Ljg5Mjg1NzEgQzY3Ny44MTU0MDIsOTQuNjI0OTk4NyA2NzcuOTA5MTUxLDk0LjM5NzMyMjQgNjc4LjA5NjY1Miw5NC4yMDk4MjE0IEw2NzkuNDYyNzIzLDkyLjg0Mzc1IEM2NzkuNjUwMjI0LDkyLjY1NjI0OTEgNjc5Ljg3NzksOTIuNTYyNSA2ODAuMTQ1NzU5LDkyLjU2MjUgQzY4MC40MTM2MTcsOTIuNTYyNSA2ODAuNjQxMjk0LDkyLjY1NjI0OTEgNjgwLjgyODc5NSw5Mi44NDM3NSBMNjgzLjc4MTkyLDk1LjgwNjkxOTYgTDY5MC4zNzEyMDUsODkuMjA3NTg5MyBDNjkwLjU1ODcwNiw4OS4wMjAwODgzIDY5MC43ODYzODMsODguOTI2MzM5MyA2OTEuMDU0MjQxLDg4LjkyNjMzOTMgQzY5MS4zMjIxLDg4LjkyNjMzOTMgNjkxLjU0OTc3Niw4OS4wMjAwODgzIDY5MS43MzcyNzcsODkuMjA3NTg5MyBMNjkzLjEwMzM0OCw5MC41NzM2NjA3IEM2OTMuMjkwODQ5LDkwLjc2MTE2MTcgNjkzLjM4NDU5OCw5MC45ODg4Mzc5IDY5My4zODQ1OTgsOTEuMjU2Njk2NCBaIiBpZD0i74CMIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+');
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.content_wrapper ul li {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
}

.main_content  h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

/******** Features *********/
.feautres {
	position: relative;
	overflow: hidden;
	padding: 50px 0px 80px;
	width: 660px;
	margin: 0px auto;
}

.feautres li {
	width: calc(100% / 2);
	padding: 174px 30px 30px 30px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.feautres li:first-child, .feautres li:nth-child(2) {
	border-top-color: transparent;
}

.feautres li:nth-child(2) {
	border-right-color: transparent;
}

.feautres li p {
	margin: 10px 0;
	line-height: 30px;
	font-size: 20px;
	color: #6B696C;
	font-weight: 500;
}

.branded_for_you {
	background: url(../images/listbanner1.png) center 50px no-repeat;
}

.universal_access {
	background: url(../images/listbanner2.png) center 50px no-repeat;
}

.booking {
	background: url(../images/listbanner4.png) center 50px no-repeat;
}

.easy {
	background: url(../images/listbanner3.png) center 50px no-repeat;
	border-right: none !important;
	margin-right: 0;
}

/************** How it Works**********/
.how_its_work {
	background: #2f2f2f repeat-x;
	display: none;
	margin: 0 auto;
	padding: 35px 40px 30px;
	border-bottom: 1px solid #262626;
}

.inside_view {
	margin: 0 auto;
	height: 260px;
}

.process_of_work ul {
	list-style-type: none;
	margin: 0px 0px 0px 23px;
	font-family: 'Open Sans', sans-serif;
}

.process_of_work ul li {
	list-style-type: none;
	float: left;
	margin: 0px 81px 0px 0px;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
}

.last_lft {
	margin: 0px 0px 0px 10px !important;
}

.how_its_work h3 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-style: normal;
}

.process_of_work {
	font-size: 12px;
	color: #555555;
	margin: 0px auto;
	width: 912px;
}

/************** Footer ***********/
.footer_wrapper {
	background: #FBFCFD;
	clear: both;
	padding-top: 40px;
	margin: 0px auto;
}

.footer_wrapper_dark {
	clear: both;
	padding-top: 3px;
}

.footer_content {
	width: 1100px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
}

.footer_wrapper .login_btn_holder {
	margin: 0px 0px 0px;
	text-align: center;
	float: initial;
}

.footer_wrapper .btn_inner {
	padding: 30px 0px;
	width: auto;
}

.footer_wrapper .btn_inner .long_blue_btn {
	float: initial;
	display: block;
	margin: 0px auto;
}

.footer_wrapper .btn_inner .long_blue_btn strong {
	line-height: initial;
}

.footer_enquiry_contact_us {
	padding: 0px 0px 15px;
}

.ds_accounts {
	padding-bottom: 80px;
}

.ds_accounts .title_subpara {
	margin: 20px 0px 30px;
}

.col1 {
	color: #dadada;
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.col1 h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	color: #dadada;
	font-weight: 600;
	margin: 0px 0px 24px 0px;
	/* letter-spacing:1px; */
}

.col1 ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

.col1 ul.firstlist {
	width: calc(100% - 220px);
}

.col1 ul.secondlist {
	width: 220px;
}

.col1 ul li {
	line-height: 28px;
	display: block;
	padding: 0 10px 0 0;
	float: left;
}

.col1 li a {
	margin: 0px;
	padding: 0px;
	color: #5b5b5b;
	font-weight: 400;
	font-size: 14px;
	transition: border-color 0.3s ease;
	border-bottom: 2px solid #fff;
}

.col1 ul.firstlist li {
	width: calc(100% / 2 - 10px);
}

.col1 ul.secondlist li {
	width: 100%;
}

.col1 li a:hover {
	color: #333;
	border-color: #2BCA91;
}

.col2 {
	float: left;
	width: 50%;
}

.col1 h6, .col2 h6 {
	color: #5b5b5b;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	font-weight: 600;
	/* letter-spacing:1px; */
}

.col2 ul {
	float: left;
}

.col2 ul li {
	margin: 0px;
	color: #5b5b5b;
	margin-bottom: 10px;
	line-height: 24px;
	position: relative;
}

.col2 ul li.mailid:before, .col2 ul li.phoneid:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	font-size: 18px;
	margin-right: 10px;
}

.col2 ul li.mailid:before {
	content: "\f0e0";
}

.col2 ul li.phoneid:before {
	content: "\f095";
}

.col2 ul li a {
	color: #2BCA91;
	line-height: 24px;
}

.col2 ul li a:hover {
	text-decoration: underline;
}

/************* stretch_banner **************/
.stretch_banner {
	margin: 0px auto;
	padding: 50px 0px 10px 0px;
	width: 100%;
	/* background: #fff; */
}

.contact_salesteam {
	padding: 0px 20px;
	box-sizing: border-box;
}

.signup_stretch_banner .contact_salesteam a {
	color: #2bca91;
	cursor: pointer;
	text-decoration: underline;
	display: block;
	margin: 20px 0px;
	outline: 0;
}

.signup_stretch_banner .contact_salesteam a:focus {
	text-decoration: none;
}

.signup_stretch_banner .contact_salesteam a:hover {
	text-decoration: none;
}

.title_subhead {
	font-size: 38px;
	font-weight: 500;
	color: #333;
	margin: 0px 0px 24px 0px;
	padding: 0px;
	line-height: 44px;
	text-align: center;
}

.contact_salesteam h4 {
	font-size: 26px;
	color: #333;
	margin: 0px 0px 0px 0px;
	text-align: center;
	/* margin-top:25px; */
}

.title_subpara {
	font-size: 16px;
	color: #6B696C;
	padding: 0px;
	line-height: 30px;
	text-transform: none;
	font-weight: 500;
	text-align: center;
}
/*************** New SignUp ******************/
.signup_stretch_banner {
	background: #fff;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	z-index: 2000;
}

.banner_holder_lft {
	padding: 0px 50px 0px 0px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.banner_holder_lft h3, .banner_holder_rht h3 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	color: #333;
	line-height: 38px;
}

.banner_holder_lft p, .banner_holder_rht p {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0 25px 0px;
	letter-spacing: 0.5px;
}

.signup_field {
	width: 100%;
	font-size: 16px;
	color: #878787;
	margin: 0px 0px 0px 0px;
	padding: 16px 10px 16px 10px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #E0E0E0;
	border-right: none;
	padding-right: 115px;
	box-sizing: border-box;
}

.signup_btn {
	background: #2BCA91;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 0px 21px;
	float: left;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 5px 5px 0px;
	border-left: none;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.9;
	line-height: 52px;
}

.signup_btn:focus {
	outline: 0;
	opacity: 1;
	border-color: #66afe9 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.signup_btn:hover {
	opacity: 1;
}

.banner_holder_rht {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}

.copyrights ul {
	list-style-type: none;
	display: flex;
}

.copyrights ul li {
	color: #5B5B5B;
	font-size: 13px;
	font-weight: normal;
	float: left;
	/* margin:0px 10px; */
	padding: 0px;
}

.copyrights ul li:last-child {
	margin-right: 0px;
}

.copyrights ul li:first-child {
	margin-right: auto;
}

.copyrights {
	padding: 9px 0 12px;
}

.signup_ctrl {
	height: 53px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #262626;
	border-bottom: #3e3e3e 1px solid;
}

.block {
	margin-top: -18px;
}

.block p {
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 28px;
	margin: 11px 0 10px;
}

.copyrights li a {
	color: #5B5B5B;
	cursor: pointer;
	border-bottom: 2px solid #FFFFFF;
	transition: border-color 0.3s ease;
}

.copyrights li a:hover {
	color: #333;
	border-color: #2BCA91;
}

/**************** popup *********************/
.popup_wrapper1 {
	width: 780px;
	height: 471px;
	position: absolute;
	left: 50%;
	margin-left: -374px;
	top: 100px;
	z-index: 99999;
	background-color: transparent; /* Needed for IEs */
	zoom: 1;
	display: none;
}

.crmplan_wrapper {
	width: 100%;
	background-color: #f7f7f7;
	border-top: #d6d5d5 1px solid;
	height: 600px;
	padding-top: 24px;
	margin-bottom: 70px;
}

.popup_wrapper2 {
	width: 900px;
	margin: 0 auto;
	height: 471px;
	top: 100px;
	z-index: 99999;
	background-color: transparent; /* Needed for IEs */
	zoom: 1;
}

.popup_content1 {
	background: #e5e5e5;
	padding: 30px 35px 25px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.popup_content1 h1 {
	font-size: 26px;
	margin-bottom: 20px;
	border-bottom: #c2c2c2 1px solid;
	padding-bottom: 10px;
	font-weight: 600;
	color: #4c4c4c;
}

.popup_content1 .leftcontent {
	width: 51%;
	float: left;
}

.popup_content1 .rightcontent {
	width: 47%;
	float: right;
	position: relative;
}

.popup_content1 .rightcontent .first {
	position: absolute;
	background: url("../images/first.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 46px;
}

.popup_content1 .rightcontent .second {
	position: absolute;
	background: url("../images/second.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 169px;
}

.popup_content1 .rightcontent .third {
	position: absolute;
	background: url("../images/third.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 293px;
}

.noborder {
	border-bottom: none !important;
}

.popup_content1 .rightcontent h2 {
	font-size: 18px;
	color: #000;
	margin-left: 50px;
	margin-top: 20px;
}

.popup_content1 .rightcontent h3 {
	font-size: 19px;
	font-weight: 600;
	color: #000;
}

.popup_content1 .rightcontent ul {
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom: #c2c2c2 1px solid;
	padding: 0 0 12px 46px;
}

.popup_content1 .rightcontent ul li {
	margin: 7px 0;
	font-size: 15px;
	font-weight: 600;
	color: #5e5e5e;
	background-image: url("../images/dash.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 13px;
}

.popup_content1 p {
	padding-bottom: 10px;
	line-height: 174%;
	color: #646464;
	font-size: 14px;
}

.popup_content2 {
	padding: 30px 35px 25px 30px;
}

.popup_content2 h1 {
	font-size: 26px;
	margin-bottom: 20px;
	border-bottom: #c2c2c2 1px solid;
	padding-bottom: 10px;
	font-weight: 600;
	color: #4c4c4c;
}

.popup_content2 .leftcontent {
	width: 48%;
	float: left;
}

.popup_content2 .rightcontent {
	width: 47%;
	float: right;
	position: relative;
}

.popup_content2 .rightcontent h3 {
	line-height: 108% !important;
	font-size: 19px;
	font-weight: 600;
	color: #000;
}

.popup_content2 .rightcontent .first {
	position: absolute;
	background: url("../images/first.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 40px;
}

.popup_content2 .rightcontent .second {
	position: absolute;
	background: url("../images/second.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 164px;
}

.popup_content2 .rightcontent .third {
	position: absolute;
	background: url("../images/third.png") no-repeat;
	width: 42px;
	height: 37px;
	top: 289px;
}

.popup_content2 .rightcontent h2 {
	font-size: 18px;
	color: #000;
	margin-left: 50px;
	margin-top: 20px;
}

.popup_content2 .rightcontent ul {
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom: #c2c2c2 1px solid;
	padding: 0 0 12px 46px;
}

.popup_content2 .rightcontent ul li {
	margin: 7px 0;
	font-size: 15px;
	font-weight: 600;
	color: #5e5e5e;
	background-image: url("../images/dash.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 13px;
}

.popup_content2 p {
	padding-bottom: 10px;
	line-height: 174%;
	color: #646464;
	font-size: 14px;
}

.popup_close1 {
	background: url(../images/icon_set.png) 0 -349px no-repeat;
	cursor: pointer;
	height: 14px;
	float: right;
	width: 23px;
	margin: 21px 10px 0px;
}

#voice-box {
	position: absolute;
	margin: 0;
	width: 102%;
	top: 85px;
	z-index: 2000;
	display: none;
}

#voice-box p {
	text-align: center;
	margin: 0 auto;
}

#voice-box p span {
	background: #fffed5;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	line-height: 32px !important;
	border: solid 1px #cfcd59;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	-moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

/************** Pricing ***********/
.left_holder, .right_holder {
	border-radius: 5px;
	width: 322px;
	height: 515px;
	background-color: #fff;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left_holder {
	margin-right: 60px;
	position: relative;
	top: 2px;
	border: 1px solid #CCCCCC;
}

.right_holder {
	position: relative;
	border: 1px dashed #2BCA91;
}

.left_holder hr, .right_holder hr {
	width: 78px;
	opacity: 0.3;
	border: 1px solid #979797;
	margin-top: 30px;
	margin-bottom: 30px;
}

.blue_bg {
	position: relative;
}

.blue_bg h2 {
	text-align: center;
	color: #333;
	padding-top: 23px;
	font-size: 32px;
	font-weight: 600;
}

.blue_bg h3 {
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #4F5C63;
	margin-top: 20px;
}

.blue_bg h4 {
	font-size: 22px;
	color: #4F5C63;
	font-weight: 300;
	margin-top: 38px;
}

.tricontent {
	position: relative;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.tricontent hr {
	margin-bottom: 40px;
}

.tricontent ul {
	margin-left: 84px;
	line-height: 35px;
}

.tricontent ul li {
	list-style-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxNyAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT7vgIw8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJIb21lLS0tMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwMi4wMDAwMDAsIC0zMjMyLjAwMDAwMCkiIGZpbGw9IiMyQkNBOTEiPiAgICAgICAgICAgIDxnIGlkPSJNYWNCb29rLXByby0xNSZxdW90Oy0rLUxlYWQtQ2FwdHVyZS1hbmQtQ29uLSstQXV0b21hdGljYWxseS1jb2xsZWMtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1LjAwMDAwMCwgMzE0NC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTY5My4zODQ1OTgsOTEuMjU2Njk2NCBDNjkzLjM4NDU5OCw5MS41MjQ1NTQ5IDY5My4yOTA4NDksOTEuNzUyMjMxMiA2OTMuMTAzMzQ4LDkxLjkzOTczMjEgTDY4NC40NjQ5NTUsMTAwLjU3ODEyNSBDNjg0LjI3NzQ1NCwxMDAuNzY1NjI2IDY4NC4wNDk3NzgsMTAwLjg1OTM3NSA2ODMuNzgxOTIsMTAwLjg1OTM3NSBDNjgzLjUxNDA2MSwxMDAuODU5Mzc1IDY4My4yODYzODUsMTAwLjc2NTYyNiA2ODMuMDk4ODg0LDEwMC41NzgxMjUgTDY3OC4wOTY2NTIsOTUuNTc1ODkyOSBDNjc3LjkwOTE1MSw5NS4zODgzOTE5IDY3Ny44MTU0MDIsOTUuMTYwNzE1NiA2NzcuODE1NDAyLDk0Ljg5Mjg1NzEgQzY3Ny44MTU0MDIsOTQuNjI0OTk4NyA2NzcuOTA5MTUxLDk0LjM5NzMyMjQgNjc4LjA5NjY1Miw5NC4yMDk4MjE0IEw2NzkuNDYyNzIzLDkyLjg0Mzc1IEM2NzkuNjUwMjI0LDkyLjY1NjI0OTEgNjc5Ljg3NzksOTIuNTYyNSA2ODAuMTQ1NzU5LDkyLjU2MjUgQzY4MC40MTM2MTcsOTIuNTYyNSA2ODAuNjQxMjk0LDkyLjY1NjI0OTEgNjgwLjgyODc5NSw5Mi44NDM3NSBMNjgzLjc4MTkyLDk1LjgwNjkxOTYgTDY5MC4zNzEyMDUsODkuMjA3NTg5MyBDNjkwLjU1ODcwNiw4OS4wMjAwODgzIDY5MC43ODYzODMsODguOTI2MzM5MyA2OTEuMDU0MjQxLDg4LjkyNjMzOTMgQzY5MS4zMjIxLDg4LjkyNjMzOTMgNjkxLjU0OTc3Niw4OS4wMjAwODgzIDY5MS43MzcyNzcsODkuMjA3NTg5MyBMNjkzLjEwMzM0OCw5MC41NzM2NjA3IEM2OTMuMjkwODQ5LDkwLjc2MTE2MTcgNjkzLjM4NDU5OCw5MC45ODg4Mzc5IDY5My4zODQ1OTgsOTEuMjU2Njk2NCBaIiBpZD0i74CMIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+');
	text-align: left;
	margin: 8px 0;
	font-size: 18px;
	color: #333333;
}

.tricontent ul li strong {
	font-weight: 600;
}

.long_blue_btn_trial {
	position: relative;
	margin: 0 auto;
	background: #2BCA91;
	display: block;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
	box-sizing: border-box;
	font-size: 20px;
	margin-bottom: 41px;
	width: 150px;
}

.long_blue_btn_trial:hover {
	opacity: 1;
}

.long_blue_btn_trial.freeBtn {
	background: #fff;
	border: 2px solid #2bca91;
	color: #2bca91;
}

.long_blue_btn_trial.freeBtn:hover {
	background: #2BCA91;
	color: #fff;
}

.logobw {
	width: 173px;
	height: 50px;
	background-image: url(../images/DS_logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

.logobw a {
	padding: 10px 10px 36px 170px;
}

.about_content_holder {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 50px;
	border-bottom: 0px;
}

.about_content_holder h3 {
	color: #000000;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 340%;
}

.left_menus ul {
	overflow: overlay;
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.left_menus ul li {
	float: left;
	padding: 0px 10px;
}

.left_menus ul li a {
	text-decoration: none;
	display: block;
	color: rgba(51, 51, 51, 0.76);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 0px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.left_menus ul li a:hover, .left_menus ul li .current {
	border-color: #2BCA91;
	color: #333;
}

.right_content {
	position: relative;
}

.right_content h2 {
	font-size: 16px;
	color: #5B5B5B;
	font-weight: 600;
	line-height: 127%;
	padding-top: 7px;
	margin-bottom: 10px;
}

.right_content p {
	margin-bottom: 13px;
	line-height: 200%;
	font-size: 16px;
	color: #6a6a6a;
	text-align: justify;
}

.right_content ul {
	margin: 13px 0 13px 0;
	padding-left: 25px;
}

.right_content ul li {
	list-style: disc;
	line-height: 200%;
	font-size: 16px;
	color: #6a6a6a;
	background-repeat: no-repeat;
	margin-top: 13px;
	text-align: justify;
}

.right_content img {
	padding: 30px 0 10px 200px;
}

.text_highlight {
	padding: 10px;
	font-size: 16px;
	color: #5B5B5B;
	font-weight: bold;
	margin: 0px 0 10px 20px;
}

.italic_font {
	font-style: italic;
}

/* Terms and condition css */
.terms_wrapper {
	padding-top: 70px;
	padding-bottom: 50px;
}

.terms_wrapper h1 {
	padding: 50px 20px;
}

.terms_content {
	width: 1000px;
	margin: 0px auto;
}

.terms_content p, .terms_content ul li {
	color: #555555;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
}

.terms_content ul {
	margin-left: 20px;
	list-style: disc;
}

.terms_content ul li {
	list-style: disc;
}

.terms_content h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #5B5B5B;
}

.mobile_menu, .mobile_close {
	display: none;
	color: rgba(51, 51, 51, 0.76);
	font-size: 22px;
	position: absolute;
	right: 0px;
	padding: 20px;
	cursor: pointer;
}

.view_hide {
	display: none !important;
}

.plans_holder .footer_wrapper>.footer_content:first-child,
	.signup_holder .footer_wrapper>.footer_content, .signup_holder .footer_wrapper>.line,
	.mobile_or {
	display: none;
}

.signup_holder .footer_wrapper {
	padding-top: 0px;
}

.signup_holder .banner_wrapper {
	height: auto;
	padding-bottom: 50px;
}

.signup_long_blue_btn strong {
	display: inline-block;
	font-family: "Roboto", arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .21px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
	line-height: 48px;
}

.signup_holder .footer_wrapper .copyrights {
	padding: 15px 0px;
}

.hline_sm {
	width: 150px;
	height: 1px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px #ddd inset;
}

.main_content {
	padding: 30px 0px 0px;
}

.homepage .main_content {
	padding-top: 60px;
}

.homepage .main_content .title_subpara {
	padding-bottom: 30px;
}

.signup_holder .ds_accounts, .plans_holder .ds_accounts {
	display: none;
}

.plans_holder .footer_wrapper {
	padding-top: 0px;
}

.homepage .banner_wrapper {
	box-shadow: 0px 0px 5px #E5E5E5;
	overflow: hidden;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.mobile_navmenu {
	display: none;
}

.inputError {
	background: #ffecec;
	border: 1px solid #f5aca6 !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(218, 70, 59, 0.59);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(218, 70, 59, 0.59);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(218, 70, 59, 0.59);
	outline: none;
}

.inputErrorMsg {
	text-align: left;
	color: red;
	padding-top: 9px;
	padding-left: 3px;
	display: block;
	font-weight: 500;
}