/*-----------------green chat---------*/
.live-chat-green{
    font:500 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #fff;
    background: #0ca600;
    float: left;
    padding: 12px 25px 11px 25px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
}
.live-chat-green:hover{
    color: #fff;
    background: #000;
}
.live-chat-green span{
	background: transparent;
	transition: none !important;
	margin:0 !important;
	width:auto !important;
	height: auto !important;
	font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #fff;
	float: left;
}
.live-chat-green span a{
	float: left;
	background: transparent;
}
/*-----------------green border chat---------*/
.live-chat-green-border{
    font:500 12px/13px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    background: #fff;
    float: left;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
	border: 1px solid #0ca600;
	padding: 0;
}
.live-chat-green-border:hover{
    color: #fff;
    background: #0ca600;
}
.live-chat-green-border:hover span{
	color: #fff;
}
.live-chat-green-border:hover span a{
	color: #fff;
}
.live-chat-green-border span{
	background: transparent;
	transition: none !important;
	margin:0 !important;
	width:auto !important;
	height: auto !important;
	font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #0ca600;
	float: left;
}
.live-chat-green-border span a{
	float: left;
	color: #0ca600;
    padding: 12px 25px 11px 25px;
}
.live-chat-green-border span p{
	padding: 0 !important;
	float: left;
	margin: 0 !important;
	width: auto !important;
	background: none !important;
	font: 400 12px/16px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #0ca600 !important;
}
.live-chat-green-border:hover span p{
	color: #fff !important;
}
/*-----------------green border type1 chat---------*/
.live-chat-green-border-type1{
    font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #0ca600;
    background: #fff;
    float: left;
	padding: 0;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
	border: 1px solid #0ca600;
}
.live-chat-green-border-type1:hover{
    color: #fff;
    background: #0ca600;
}
.live-chat-green-border-type1:hover span{
	color: #fff;
}
.live-chat-green-border-type1:hover span a{
	color: #fff;
}
.live-chat-green-border-type1 span{
	background: transparent;
	transition: none !important;
	margin:0 !important;
	width:auto !important;
	height: auto !important;
	font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #0ca600;
	float: left;
}
.live-chat-green-border-type1 span a{
	float: left;
	color: #0ca600;
    padding: 15px 20px 14px 20px;
}
/*-----------------grey border type1 chat---------*/
.live-chat-grey-border-type1{
    font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B';
    color: #363636;
    float: left;
	padding: 0;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
	border: 1px solid #363636;
}
.live-chat-grey-border-type1:hover{
    color: #fff;
    background: #363636;
}
.live-chat-grey-border-type1:hover span{
	color: #fff;
}
.live-chat-grey-border-type1:hover span a{
	color: #fff;
}
.live-chat-grey-border-type1 span{
	background: transparent;
	transition: none !important;
	margin:0 !important;
	width:auto !important;
	height: auto !important;
	font: 500 12px/16px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #363636;
	float: left;
}
.live-chat-grey-border-type1 span a{
	float: left;
	color: #363636;
    padding: 15px 20px 14px 20px;
}
/*-----------------grey------------*/
.live-chat-grey{
    font:500 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
    color: #363636;
    background: #fff;
    float: left;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
	border: 1px solid #363636;
	padding: 0;
}
.live-chat-grey:hover{
    color: #fff;
    background: #363636;
}
.live-chat-grey:hover span{
	color: #fff;
}
.live-chat-grey:hover span a{
	color: #fff;
}
.live-chat-grey span{
	background: transparent;
	transition: none !important;
	margin:0 !important;
	width:auto !important;
	height: auto !important;
	font: 500 12px/13px 'Gotham SSm A', 'Gotham SSm B' !important;
	color: #363636;
	float: left;
}
.live-chat-grey span a{
	float: left;
	color: #363636;
	padding: 12px 25px 11px 25px;
}
/*------------------------------live chat button styles---------------------*/
#inner-navigation .live-chat-green{
	float: right !important;
	position: relative;
	top: 7px;
	min-width: 175px;
	height: 35px;
}
#inner-navigation .live-chat-grey{
	float: right !important;
	position: relative;
	top: 7px;
	min-width: 160px;
	min-height: 35px;
}
#inner-navigation .live-chat-green-border{
	float: right !important;
	position: relative;
	top: 7px;
	min-width: 160px;
	min-height: 35px;
}
.not-sure-wrapper .live-chat-green-border,.not-sure-wrapper .live-chat-grey,.not-sure-wrapper .live-chat-green-border,.not-sure-wrapper .live-chat-green-border-type1{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
}
.get-started .live-chat-green-border,.get-started .live-chat-grey,.get-started .live-chat-green-border,.get-started .live-chat-green-border-type1{
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
}
.inner-data-wrap .left-data-block .live-chat-green-border-type1{
	margin: 40px 40px 20px 0;
}
.not-sure-wrapper .live-chat-green-border-type1{
	margin-top:-12px;
}
.get-started .not-sure-wrapper .live-chat-green-border{
	margin-top:0;
}
.get-started .not-sure-wrapper .live-chat-green-border-type1{
	margin-top: 0;
}