/* CSS Document */

@font-face {
 font-family: 'dinotregular';
 src: url('../fonts/dinot-regular-webfont.eot');
 src: url('../fonts/dinot-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-regular-webfont.woff') format('woff'), url('../fonts/dinot-regular-webfont.ttf') format('truetype'), url('../fonts/dinot-regular-webfont.svg#dinotregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'dinotmedium';
 src: url('../fonts/dinot-medium-webfont.eot');
 src: url('../fonts/dinot-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-medium-webfont.woff') format('woff'), url('../fonts/dinot-medium-webfont.ttf') format('truetype'), url('../fonts/dinot-medium-webfont.svg#dinotmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'dinotbold';
 src: url('../fonts/dinot-bold-webfont.eot');
 src: url('../fonts/dinot-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinot-bold-webfont.woff') format('woff'), url('../fonts/dinot-bold-webfont.ttf') format('truetype'), url('../fonts/dinot-bold-webfont.svg#dinotbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin:0;
	padding:0;
	font-family: 'dinotregular';
	font-size:14px;
	color:#666;
}
ul, li {
	list-style: none;
	list-style-type: none;
	margin:0;
	padding:0;
}
a {
	color: #3b93d0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #3b93d0;
}
h1 {
	font-family: 'dinotregular';
	font-size:30px;
	color:#333;
	border-bottom: 1px solid #d2d2d2;
	margin: 20px 0 15px 0;
	padding: 0px 0 6px 0;
}
h3 {
	font-family: 'dinotregular';
	font-size:14px;
	color:#333;
	margin:0;
}
header {
	background-image:url(../images/headerbg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:145px;
}
.header-left {
	float:left;
	padding:8px 0;
}
.header-right {
	float: right;
	padding:10px 0 0 0;
	text-align:right;
}
.headerinfo {
	padding-top: 5px;
}
.headerinfo a {
	display: inline-block;
	font-family: 'dinotregular';
	font-size: 18px;
	color: #666;
	height: 23px;
	padding-left: 25px;
	text-decoration: none;
}
.headerlink a:hover {
	text-decoration:underline;
}
.headerinfo a.call {
	background: url(../images/call.png) 0px 0px no-repeat;
	cursor: default;
}
.headerinfo a:hover {
	background-position: 0px -23px !important;
	color: #3b93d0;
}
.headerinfo a.nl {
	background: url(../images/newsletter.png) 0px 0px no-repeat;
	padding-left: 30px;
}
.headerinfo a:hover {
	background-position: 0px -23px !important;
	color: #3b93d0;
}
.headerinfo a.login {
	background: url(../images/login.png) 0px 0px no-repeat;
}
.headerinfo a:hover {
	background-position: 0px -23px !important;
	color: #3b93d0;
}
.headerlink a {
	font-family: 'dinotregular';
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.navbar {
	padding-top:0;
	padding-bottom:0;
	top:1px;
	border-bottom: 1px solid #d4dce2;
}
.nav-link {
	padding:0;
}
.navbar .navbar-nav li.top {
	display: block;
	float: left;
	padding: 0;
	height: 69px;
	border-right: 1px solid #d4dce2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:12%;
	min-width:112px;
}
.navbar .navbar-nav li.top:first-child {
	border-left: 1px solid #d4dce2;
}
.navbar .navbar-nav li:hover {
	position: relative;
	z-index: 200;
}
.navbar .navbar-nav li a.nav-link {
	display: block;
	height: 69px;
	color: #434343;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-family: 'dinotregular';
	padding:0;
}
.navbar-dark .navbar-nav .nav-link:focus {
	color: #434343;
}
.navbar .navbar-nav li.blue span {
	background: #1d71b6;
}
.navbar .navbar-nav li.deepskyblue span {
	background: #04c8eb;
}
.navbar .navbar-nav li.green span {
	background: #9ba624;
}
.navbar .navbar-nav li.dark-gray span {
	background: #666;
}
.navbar .navbar-nav li.dark-red span {
	background:#bf0d0d;
}
.navbar .navbar-nav li.yellow span {
	background: #f0b003;
}
.navbar .navbar-nav li.emerald span {
	background: #129381;
}
.navbar .navbar-nav li.orange span {
	background: #cb3e00;
}
.navbar .navbar-nav li.maroon span {
	background: #800000;
}

.navbar .navbar-nav li.violet span {
	background: #8069BC;
}
.navbar .navbar-nav li.pink span {
	background: #e54b87;
}
.navbar .navbar-nav li.cream span {
	background: #f47321;
}
.navbar .navbar-nav li.dark-blue span {
	background: #27bdbc;
}
.navbar .navbar-nav li.red span {
	background: #f15f65;
}
.navbar .navbar-nav li.blue1 span {
	background: #5d9b09;
}
.navbar .navbar-nav li.top span {
	margin-bottom: 5px;
	padding: 2px 6px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}
#nav li.blue:hover ul.sub {
	border-top: 5px solid #1d71b6;
}
.navbar .navbar-nav :hover ul.dropdown-menu {
	background-color: #FFF;
	border-left: #d7d7d7 solid 2px;
	border-right: #d7d7d7 solid 2px;
}
.navbar .navbar-nav :hover ul.dropdown-menu {
	left: -1px;
	top: 70px;
	padding: 0px;
	height: auto;
	z-index: 300;
	margin-top:0;
}
.navbar .navbar-nav:hover ul.dropdown-menu.last-open {
	left: auto !important;
	right: 9px;
}
.navbar .navbar-nav :hover ul.dropdown-menu li {
	border-bottom: #d7d7d7 solid 2px;
}
.navbar .navbar-nav :hover ul.dropdown-menu li a {
	display: block;
	font-size: 13px;
	font-family: 'dinotregular';
	font-weight: normal;
	text-align: left;
	padding: 2px 5px;
	color: #666666;
	text-decoration: none;
}
.navbar .navbar-nav li.blue:hover a.nav-link, .navbar .navbar-nav li.blue a.nav-link:hover {
	background-color: #1d71b6;
	color: #FFF;
}
.navbar .navbar-nav li.blue:hover ul.dropdown-menu {
	border-top: 5px solid #1d71b6;
}
.navbar .navbar-nav li.deepskyblue:hover a.nav-link, .navbar .navbar-nav li.deepskyblue a.nav-link:hover {
	background-color: #04c8eb;
	color: #FFF;
}
.navbar .navbar-nav li.deepskyblue:hover ul.dropdown-menu {
	border-top: 5px solid #04c8eb;
}
.navbar .navbar-nav li.green:hover a.nav-link, .navbar .navbar-nav li.green a.nav-link:hover {
	background-color: #9ba624;
	color: #FFF;
}
.navbar .navbar-nav li.green:hover ul.dropdown-menu {
	border-top: 5px solid #9ba624;
}
.navbar .navbar-nav li.dark-gray:hover a.nav-link, .navbar .navbar-nav li.dark-gray a.nav-link:hover {
	background-color: #666;
	color: #FFF;
}
.navbar .navbar-nav li.dark-gray:hover ul.dropdown-menu {
	border-top: 5px solid #666;
}
.navbar .navbar-nav li.dark-red:hover a.nav-link, .navbar .navbar-nav li.dark-red a.nav-link:hover {
	background-color: #bf0d0d;
	color: #FFF;
}
.navbar .navbar-nav li.dark-red:hover ul.dropdown-menu {
	border-top: 5px solid #bf0d0d;
}
.navbar .navbar-nav li.yellow:hover a.nav-link, .navbar .navbar-nav li.yellow a.nav-link:hover {
	background-color: #f0b003;
	color: #FFF;
}
.navbar .navbar-nav li.yellow:hover ul.dropdown-menu {
	border-top: 5px solid #f0b003;
}
.navbar .navbar-nav li.emerald:hover a.nav-link, .navbar .navbar-nav li.emerald a.nav-link:hover {
	background-color: #129381;
	color: #FFF;
}
.navbar .navbar-nav li.emerald:hover ul.dropdown-menu {
	border-top: 5px solid #129381;
}
.navbar .navbar-nav li.orange:hover a.nav-link, .navbar .navbar-nav li.orange a.nav-link:hover {
	background-color: #cb3e00;
	color: #FFF;
}
.navbar .navbar-nav li.orange:hover ul.dropdown-menu {
	border-top: 5px solid #cb3e00;
}
.navbar .navbar-nav li.maroon:hover a.nav-link, .navbar .navbar-nav li.maroon a.nav-link:hover {
	background-color: #800000;
	color: #FFF;
}
.navbar .navbar-nav li.maroon:hover ul.dropdown-menu {
	border-top: 5px solid #800000;
}
.navbar .navbar-nav li.violet:hover a.nav-link, .navbar .navbar-nav li.violet a.nav-link:hover {
	background-color: #8069BC;
	color: #FFF;
}
.navbar .navbar-nav li.violet:hover ul.dropdown-menu {
	border-top: 5px solid #8069BC;
}.navbar .navbar-nav li.pink:hover a.nav-link, .navbar .navbar-nav li.pink a.nav-link:hover {
	background-color: #e54b87;
	color: #FFF;
}
.navbar .navbar-nav li.pink:hover ul.dropdown-menu {
	border-top: 5px solid #e54b87;
}
.navbar .navbar-nav li.cream:hover a.nav-link, .navbar .navbar-nav li.cream a.nav-link:hover {
	background-color: #f47321;
	color: #FFF;
}
.navbar .navbar-nav li.cream:hover ul.dropdown-menu {
	border-top: 5px solid #f47321;
}
.navbar .navbar-nav li.dark-blue:hover a.nav-link, .navbar .navbar-nav li.dark-blue a.nav-link:hover {
	background-color: #27bdbc;
	color: #FFF;
}
.navbar .navbar-nav li.dark-blue:hover ul.dropdown-menu {
	border-top: 5px solid #27bdbc;
}
.navbar .navbar-nav li.red:hover a.nav-link, .navbar .navbar-nav li.red a.nav-link:hover {
	background-color: #f15f65;
	color: #FFF;
}
.navbar .navbar-nav li.red:hover ul.dropdown-menu {
	border-top: 5px solid #f15f65;
}
.navbar .navbar-nav li.blue1:hover a.nav-link, .navbar .navbar-nav li.blue1 a.nav-link:hover {
	background-color: #5d9b09;
	color: #FFF;
}
.navbar .navbar-nav li.blue1:hover ul.dropdown-menu {
	border-top: 5px solid #5d9b09;
}
.navbar-expand-md .navbar-nav {
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.navbar .navbar-nav .nav-item ul.dropdown-menu {
	min-width: 17rem;
}
.navbar-toggler {
	background-color: #27b4e8;
}
.dropdown-toggle::after {	/*dropdown arrow*/
 display:none;
}
.h-90 {
	height: 90% !important;
}
.navbar-toggler {
	padding: 4px 8px;
	font-size: 0.85rem;
	margin-top: 10px;
}
.hiw {
	color: #595959;
	font-family: 'dinotregular', tahoma;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #e9ecef;
}
/* Header Navigation css end */

.menu-wrapper {
	max-width:2000px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
.menu {
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
}
 .menu::-webkit-scrollbar {
 display: none;  /* Safari and Chrome */
}
.paddles {
}
.paddle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	z-index:9999;
}
.left-paddle {
	left: 0;
	border:none;
}
.right-paddle {
	right: 0;
	border:none;
}
.hidden {
	display: none;
}
/********Scrolling Nav End*********/




/* Banner css start */
#banner {
	background:url(../images/bannerbg.jpg) top center repeat-x;
	height:250px;
}
#banner h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: 'dinotregular';
	padding: 15px 0 10px 0;
	color:#fff;
	margin:0;
}
.flexslider .slides p {
	width:auto;
	height:auto;
	font-family: 'dinotregular';
	font-size:15px;
	background:url(../images/ban_bullet.png) 0px 2px no-repeat;
	padding:2px 0 0px 30px;
	margin:0 0 5px 0;
	color:#fff;
}
a.register {
	margin-top:10px;
	display:inline-block;
	background:#d7c442;
	font-family: 'dinotregular';
	font-size:17px;
	color:#111;
	padding:5px 15px 5px 15px;
	text-decoration:none;
}
a.register:hover {
	background:#ecd744;
}
.flexslider {
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
}
.slides {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height:250px;
}
.flex-control-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.flex-direction-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.no-js .slides li:first-child {
	display: block;
}
.flexslider .slides li {
	list-style: none;
	margin: 0px;
	display: none;
	position: relative;
}
.flexslider-container {
	position: relative;
}
.flexsider li {
	list-style: none;
}
.flex-control-nav {
	left: 0 !important;
	bottom: 15px !important;
	width: 100% !important;
	text-align: right !important;
	padding-right: 30px !important;
	position: absolute;
}
.flex-control-nav li {
	margin: 0px 10px 0px 0px !important;
	float: left !important;
	display: block !important;
	zoom: 1;
}
.flex-control-nav li:first-child {
	margin: 0px;
}
.flex-control-nav li a {
	background: url(../images/bg_control_nav.png) no-repeat 0px 0px !important;
	width: 16px;
	height: 16px;
	color: transparent;
	line-height: 1;
	text-indent: -9999px !important;
	font-size: 0em;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.flex-control-nav li a:hover {
	background-position: 0px -16px !important;
}
.flex-control-nav li a.active {
	cursor: default;
	background-position: 0px -16px !important;
}
.flex-direction-nav {
	display:none;
}
.ban1 {
	background:url(../images/slide1.png) right bottom no-repeat;
	height:250px;
}
.ban2 {
	background:url(../images/slide2.png) right bottom no-repeat;
	height:250px;
}
.ban3 {
	background:url(../images/slide3.png) right bottom no-repeat;
	height:250px;
}
.ban4 {
	background:url(../images/slide4.png) right bottom no-repeat;
	height:250px;
}
.ban5 {
	background:url(../images/slide2.png) right bottom no-repeat;
	height:250px;
}
/* Banner css end */



/********How it works start*********/
.hiw-process {
	position:relative;
}
.hiw-process::after {
 content: "";
 border-top: 1px solid #bebebe;
 display: block;
 position: absolute;
 width: 100%;
 top: 35px;
 z-index:-1;
}
.hiw-process a {
	text-decoration:none;
}
.hiw-process a span {
	display:block;
	text-decoration:none;
	color: #212529;
	font-size:13px;
	line-height:16px;
	max-width:150px;
	margin:auto;
	margin-top:3px;
}
/********How it works end*********/

/* main content css start */
.main-content {
	margin-bottom: 46px;
}
.jcarousel-clip {
	overflow: hidden;
}
.jcarousel-item {
	width:225px;
}
.jcarousel-item-horizontal {
	margin:0 5px;
}
.jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-item-placeholder {
	background: rgb(255, 255, 255);
	color:#333;
}
.jcarousel-next-horizontal {
	cursor:pointer;
	background: url(../images/arrows.jpg) no-repeat;
	top: 30px;
	width: 18px;
	height: 200px;
	display: inline-block;
	position: absolute;
}
.jcarousel-prev-horizontal {
	cursor:pointer;
	background: url(../images/arrows.jpg) no-repeat;
	top: 30px;
	width: 18px;
	height: 200px;
	display: inline-block;
	position: absolute;
}
.jcarousel-next-horizontal {
	background-position: right 0px;
	right: -11px;
}
.jcarousel-prev-horizontal {
	left: -10px;
}
.prod_title {
	height:74px;
	background:#1d71b6;
	overflow:hidden;
}
.prod_title .text {
	float:left;
	width:150px;
	padding:0;
	display: table-row;
	height:74px;
	color:#FFF;
	font-family: 'dinotregular';
	font-size:16px;
	line-height:15px;
	font-weight:normal;
}
.prod_title .small {
	font-size:12px;
}
.prod_title .text div {
	height:74px;
	display:table-cell;
	vertical-align:middle;
	padding-left:11px;
	text-transform:uppercase;
}
.prod_title .price {
	margin:10px 10px 0 0;
	float:right;
	text-align:center;
	background:url(../images/price_cur.png);
	width:54px;
	height:54px;
	padding:17px 0 0 0;
	font-family: 'dinotregular';
	font-size:16px;
	color:#111;
	font-weight:bold;
}
.prod_content {
	font-family: 'dinotregular';
	font-size:13px;
	background:#FFF;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:10px;
	height:190px;
	text-align:justify;
	line-height:130%;
}
.prod_content p {
	padding:8px 0 0 0 !important;
}
.prod_content p a {
	font-family: 'dinotregular';
	font-size:13px;
	color:#3b93d0;
	text-decoration:none;
}
.prod_content p a:hover {
	text-decoration:underline;
}
.blue-clr {
	background:#1d71b6;
}
.deepskyblue-clr {
	background:#04c8eb;
}
.green-clr {
	background:#74b83d;
}
.yellow-clr {
	background:#f0b003;
}
.emerald-clr {
	background:#04ad95;
}
.orange-clr {
	background:#e6721b;
}
.red-clr {
	background:#d9534f;
}
.pink-clr {
	background:#e54b87;
}
.purple-clr {
	background:#a870bf;
}
.gray-clr {
	background:#727272;
}
h2.title {
	font-family: 'dinotregular';
	font-size: 18px;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 7px 0;
}
h2.title span {
    text-transform: none;
}
.block-content {
	float: left;
}
.main-content .block-content p {
	font-family: 'dinotregular';
	font-size: 13px;
	color: #666;
	text-align: justify;
	padding: 0 0 12px 0;
	line-height: 18px;
	margin:0;
}
.main-content .block-content p a {
	color:#3b93d0;
	text-decoration:none;
}
.main-content .block-content p a:hover {
	text-decoration:underline;
}
a.reg_link {
	display: inline-block;
	background: #27b4e8;
	font-family: 'dinotregular', tahoma;
	font-size: 14px;
	color: #FFF;
	padding: 6px 15px 8px 15px;
	text-decoration: none;
}
a.reg_link:hover {
	background: #11a3d9;
}
.moneyback {
	margin: 6px 0 25px 0;
	font-size: 15px;
	color: #333;
	padding: 13px 120px 40px 13px;
	text-align: justify;
	background: #f0f2f4 url(../images/moneyback.png) 96% 13px no-repeat;
}
.main-content .block-content a.link2 {
	color: #3b93d0;
	font-size: 16px;
	background: url(../images/bullet.png) 0px 2px no-repeat;
	padding: 1px 0 0 26px;
	text-decoration:none;
}
.main-content .block-content a.link2:hover {
	text-decoration:underline;
}
.hm_block {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.hm_block2 {
	padding: 30px 0 0 0;
}
.hm_block3 {
	padding: 30px 0 0 0;
}
.newsletter {
	background: #f0f2f4;
	padding: 10px 10px 15px 10px;
}
.newsletter h3 {
	font-size: 15px;
	color: #494949;
	font-family: 'dinotregular';
	padding-bottom: 10px;
}
.inputbutton {
	background: #27b4e8;
	border: none;
	height: 30px;
	padding: 0 15px 2px 15px;
	cursor: pointer;
	font-family: 'dinotregular';
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	overflow: visible;
	z-index : 10;
}

    .inputbutton.secondary {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        color: #333;
    }

        .inputbutton.secondary:hover {
            background-color: #f2f2f2;
        }
.form-control.emailfield {
	padding: 2px 5px;
	/*width:170px;*/
	margin-bottom: 10px;
	font-size:14px;
}
.form-control.inputbutton {
	background: #27b4e8;
	border: none;
	border-radius:0;
	padding: 0 15px 2px 15px;
	cursor: pointer;
	font-family: 'dinotregular';
	font-size: 14px;
	color: #FFF;
	width:90px;
	vertical-align: middle;
}
.sml_text {
	font-size: 12px;
	color: #858585;
	line-height: 120%;
	padding: 7px 0 12px 0;
}
h4.title {
	font-family: 'dinotregular';
	font-size: 15px;
	color: #e6721b;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin:0;
}
.comp_available {
	background: #f0f2f4;
	padding:15px;
}
.main-content .comp_available .block-content a {
	font-family: 'dinotregular';
	color: #666;
	font-size: 13px;
	display:block;
	padding: 3px 0;
	text-decoration: none;
}
.main-content .comp_available .block-content a:hover {
	text-decoration: underline;
}
/* main content css start */

/* About us page css start */

.line {
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 0 10px 0;
	display:block;
}
.about-us p {
	font-family: 'dinotregular';
	color:#666;
	text-align: justify;
	padding: 0 0 12px 0;
	line-height: 18px;
	margin:0;
}
h2.subtitle {
	font-family: 'dinotregular';
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 0 0 8px 0;
}

.learnhow {
	font-size: 16px !important;
	color: #e6721b !important;
}
.newsletter {
	background: #f0f2f4;
	padding: 10px 10px 15px 10px;
}
.sml_text {
	font-size: 12px;
	color: #858585;
	line-height: 120%;
	padding: 7px 0 12px 0;
}
.newsletter a.link2, .right_tml a.link2 {
	color: #3b93d0;
	font-size: 16px;
	background: url(../images/bullet.png) 0px 1px no-repeat;
	padding: 0 0 0 26px;
}
.testimonials {
	padding-bottom: 6px !important;
}
.testimonials p {
	padding-bottom: 6px !important;
	font-size:13px ;
}
.name {
	color: #444 !important;
	font-size: 12px !important;
}
.rightside_advrt {
	padding: 14px 0;
}
.box2 {
	position: relative;
	width: 200px;
	height: 250px;
	background-image: url(../images/right-banner-v3.jpg);
	background-repeat: no-repeat;
}
.right_tml {
	background: #f7f7f7;
	border: 1px solid #dadada;
	padding: 10px !important;
}
.right_tml h3 {
	font-size: 14px;
	padding: 0 0 7px 0;
	font-weight:bold;
}
/* Our Fees Content */
.mytabs {
	margin:25px 0px;
	border-bottom: 3px solid #1d71b6;
	display: inline-block;
	width: 100%;
}
.mytabs .nav-link {
	border-radius: 5px 5px 0 0;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d6d6d6;
	margin-right: 0px;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 8px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color: #3b93d0;
}
.mytabs .nav-link.active {
	background: #1d71b6;
	color:#fff;
}
.btnrow {
	margin:30px 0px;
}
.existing_user {
	/*width: 33%;
    float: left;
    text-align: left;
    margin: 15px 0 0;*/
	text-align: left;
}
    .existing_user button, .button_ext_user {
        background-color: #e6e6e6;
        font-family: 'dinotregular', tahoma;
        font-size: 18px;
        color: #000;
        padding: 13px 10%;
        border-radius: 5px;
        text-decoration: none;
    }
.price_match {
	/* width: 34%;
	text-align: center;
    float: left;
    margin: 15px 0 0;*/
	text-align: center;
}
.tooltipnew {
	position: relative;
	display: inline-block;
}
.price_match button, .price_match_button {
    background-color: #e6e6e6;
    font-family: 'dinotregular', tahoma;
    font-size: 18px;
    color: #000;
    padding: 13px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.tooltipnew .tooltipnewtext {
	display: none;
	width: 480px;
	max-height:500px;
	overflow-y:auto;
	background-color: white;
	color: #333;
	text-align: left;
	border-radius: 6px;
	padding: 20px 20px;
	position: absolute;
	z-index: 1;
	top: -45px;
	left: 104%;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	font-size:13px;
}
.tooltipnew:hover > .tooltipnewtext{
	display: block;
}
.tooltipnew .tooltipnewtext::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent grey transparent transparent;
}
.new_user {
	/*width: 33%;
    float: left;
    text-align: right;
    margin: 15px 0 0;*/
	text-align: right;    
}
.price_match label {
	visibility:hidden;
	display:none;
}
.existing_user label {
	font-family: 'dinotbold', tahoma;
	font-size: 14px;
	color: #666;
	padding: 0 0px;
}
.new_user label {
	font-family: 'dinotbold', tahoma;
	font-size: 14px;
	color: #666;
	padding: 0 0px;
	text-decoration:none;
}
.new_user button, .button_new_user {
    background-color: #e6e6e6;
    font-family: 'dinotregular', tahoma;
    font-size: 18px;
    color: #000;
    padding: 13px 10%;
    border-radius: 5px;
    text-decoration: none;
}
    .button_ext_user:hover, .button_new_user:hover, .price_match_button:hover {
        text-decoration: none;
        background: #e0dfdf;
        color: #000;
    }
table.pricetable {
	width: 100%;
}
.pricetable td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 16px;
	line-height: 140%;
	font-family: 'dinotregular';
	font-size: 14px;
}
.pricetable th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px 10px;
    font-size: 24px;
    color: #fff;
    font-family: 'dinotmedium';
    text-align: center;
    font-weight: normal;
    width: 14%;
}
    .pricetable th:nth-child(1) {
        background-color: #fff;
        font-size: 18px;
        color: #e6721b;
    }



    .pricetable th:nth-child(2) {
        background-color: #28c2ed;
    }
    .pricetable th:nth-child(3) {
        background-color: #28c2ed;
    }


    .pricetable th:nth-child(4) {
        background-color: #28c2ed;
    }
    .pricetable th:nth-child(5) {
        background-color: #28c2ed;
    }



    .pricetable th:nth-child(6) {
        background-color: #28c2ed;
    }
    .pricetable th:nth-child(7) {
        background-color: #28c2ed;
    }


    .pricetable th:nth-child(8) {
        background-color: #28c2ed;
    }
    .pricetable th:nth-child(9) {
        background-color: #28c2ed;
    }

    .pricetable th:nth-child(10) {
        background-color: #28c2ed;
    }


    .pricetable th:nth-child(11) {
        background-color: #28c2ed;
    }


    .pricetable th:nth-child(12) {
        background-color: #28c2ed;
    }


.pricetable td:nth-child(1) {
    /*background-color: #fff;*/
    font-family: 'dinotbold';
    font-size: 14px;
    color: #666;
    vertical-align: top;
}



.pricetable td:nth-child(2) {
    background-color: #fff;
    text-align: center;
}
.pricetable td:nth-child(3) {
    background-color: #fff;
    text-align: center;
}




.pricetable td:nth-child(4) {
    background-color: #fff;
    text-align: center;
}
.pricetable td:nth-child(5) {
    background-color: #fff;
    text-align: center;
}




.pricetable td:nth-child(6) {
    background-color: #fff;
    text-align: center;
}
.pricetable td:nth-child(7) {
    background-color: #fff;
    text-align: center;
}


.pricetable td:nth-child(8) {
    background-color: #fff;
    text-align: center;
}
.pricetable td:nth-child(9) {
    background-color: #fff;
    text-align: center;
}


.pricetable td:nth-child(10) {
    background-color: #fff;
    text-align: center;
}


.pricetable td:nth-child(11) {
    background-color: #fff;
    text-align: center;
}


.pricetable td:nth-child(12) {
    background-color: #fff;
    text-align: center;
}



.packprice1 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}

    .packprice1 p, .packprice2 p, .packprice3 p, .packprice4 p, .packprice5 p, .packprice6 p, .packprice7 p, .packprice8 p, .packprice9 p, .packprice10 p, .packprice11 p {
        color: #333;
        display: inline-block;
    }

.packprice2 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}

.packprice3 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}

.packprice4 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}

.packprice5 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}


.packprice6 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}



.packprice7 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}



.packprice8 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}



.packprice9 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}


.packprice10 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}


.packprice11 {
    font-family: 'dinotbold';
    color: #e6721b;
    font-size: 20px;
}

.priceLogos {
	padding: 10px 0 20px;
}
.priceLogos img {
	max-width:100%;
}
.pricetable td p {
	font-family: 'dinotregular';
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding: 0;
}
a.help, a.help4 {
	display:inline-block;
	height: 20px;
	width: 20px;
	text-align: right;
	background: url(../images/ic-help.png) 0px 0px no-repeat;
}
.grid {
	width:100%;
}
.grid td, .grid th {
	border:1px solid #ddd;
	border-collapse:collapse;
	padding:10px;
	line-height:140%;
	vertical-align:top;
}
.gridhead {
	background:#f0f2f4;
}
.grid th {
	font-size:15px;
	color:#333;
	font-weight:normal;
	font-family: 'dinotmedium', tahoma;
	text-align:left;
}
ul.listing {
	text-align:justify;
}
ul.listing li {
	padding: 0 0 0 0px;
	margin: 0 0 12px 0;
}
.containing-table {
	margin:25px 0;
	font-size:13px;
}
.containing-table p {
	margin-bottom:0px;
}
.containing-table p img {
	display:inline-block;
}
.testimonials-cont {
	margin:20px 0 0 0px;
}
.testimonials-cont .testimonials {
	font-size:13px;
	padding:0;
}
.testimonials-cont .testimonials p {
	margin-bottom:0;
	padding:0;
}
.testimonials-cont .name {
	color:#444;
	font-size:12px;
}
/* Sitemap css */
.sitemap-listing ul {
	padding: 0;
	margin-bottom: 0;
}
.sitemap-listing ul li {
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
	background: url(../images/dot.png) 0px 7px no-repeat;
	font-size: 13px;
}
.sitemap-listing ul li a {
	font-size: 13px;
	color: #3b93d0;
	text-decoration: none;
}
.sitemap-listing ul li li {
	background: url(../images/dot2.png) 2px 8px no-repeat;
	padding: 0 0 0 15px;
	margin: 7px 0 5px 0;
}
/* Sitemap css */

/* tnc css */
h2.smltitle {
	font-family: 'dinotmedium';
	font-size: 15px;
	color: #333;
	font-weight: normal;
	padding: 0 0 8px 0;
}
.innerpage p {
	/*font-size: 14px;
	color: #666;*/
	text-align: justify;
	padding: 0 0 12px 0;
	line-height: 18px;
	margin: 0;
}
.extspac {
	margin: 10px 0;
}
/* tnc css */

/* Contact css */
.contactus h5 {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 20px;
	padding-bottom: 8px;
}
.contactus p {
	font-size: 16px;
	line-height: 25px;
}
.contactus h3 {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 24px;
	padding-bottom: 8px;
}
/* Contact css end*/

/*Technical Videos css*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	border:none;
}
.TabbedPanelsTab {
	margin-right: 4px;
	outline: none;
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-color:#727272;
}
.TabbedPanelsTab a {
	padding:10px 15px;
	background-color:transparent !important;
	border:none !important;
	color:#fff;
	margin:0 !important;
	font-family: 'dinotmedium';
}
.TabbedPanelsTab a.active {
	color:#fff !important;
	background: url(../images/ar_upp.png) bottom center no-repeat;
	background-color: #1d71b6 !important;
	border:none !important;
}
.TabbedPanelsTab a:hover {
	border:none !important;
	color:#fff !important;
}
.vcard {
	border:none !important;
}
.vcard .card-body {
	padding:0;
}
h3.subtitle {
	font-family: 'dinotregular';
	font-size: 17px;
	color: #666;
	font-weight: normal;
	padding: 0 0 8px 0;
}
.subheading {
	color: #50ae0c;
	font-size: 14px;
	padding-bottom: 8px;
	font-family: 'dinotmedium';
}
ul.listing {
	text-align: justify;
	margin:0;
	padding:0;
}
ul.listing li {
	background: url(../images/dot.png) 0px 9px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
	font-size:14px;
}
.video_img {
	display:inline-block;
	padding: 4px;
	border: 1px solid #ddd;
	position: relative;
	margin-bottom:5px;
}
.video_img span {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	width: 122px;
	height: 90px;
	display: block;
	background: url(../images/ic-video2_org.png) center center no-repeat;
}
.video_img:hover span {
	background: url(../images/ic-video_org.png) center center no-repeat;
}
.playvideo {
	padding: 0;
	margin: 0;
	list-style: none;
}
.playvideo li {
	padding: 0 0 0 24px;
	border: none;
	margin: 0 0 10px 0;
	background: url(../images/bullet3.png) 0px 8px no-repeat;
	font-size: 16px;
}
#slider1 {
	margin:0;
	overflow:hidden;
	position: relative;
	padding: 0 50px;
	/*width:80%;*/
	width:92%;
	margin:0 auto;/*left:244px;width:600px;*/
}
#slider1 .viewport {
	height: 170px;
	overflow: hidden;
	position: relative;
}
#slider1 .buttons {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin:-20px 0 0 0;
	width: 40px;
	height: 40px;
	background:url(../images/arrow2.png) no-repeat;
}
#slider1 .prev {
	background-position:0px 0px;
}
#slider1 .next {
	right: 0;
	left: auto;
	top: 50%;
	background-position:-40px 0px;
}
#slider1 .prev:hover {
	background-position:0px -40px;
}
#slider1 .next:hover {
	right: 0;
	left: auto;
	top: 50%;
	background-position:-40px -40px;
}
#slider1 .disable {
	visibility: hidden;
}
#slider1 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 240px;
left: 0 top: 0;
}
#slider1 .overview li {
	float: left;
	margin: 0 20px 0 20px;
}
.video-slider ul li h3 {
	margin:0;
	padding:0px 0 0 0;
}
.video-slider ul li h3 a {
	font-size:12px !important;
	color:#444 !important;
	font-family: 'dinotbold';
}
.video-slider .video_img {
}
.video-slider .vi_left {
	width:160px !important;
}
.vi_left {
	width:122px;
	text-align:center;
	float:left;
}
#myTabContent.tab-content{
	padding:20px;
	border:1px solid #d2d2d2;
	margin-bottom:12px;
}

/*Technical Videos css end*/

/*Faqs Start*/
.accordion-button:focus {
	border-color: transparent;
	outline: 0;
	box-shadow:none;
}
.accordion-button {
	font-family: 'dinotmedium';
	font-size:1.3rem;
	padding-left:10px;
}
.accordion-button span {
	color:#555;
	padding-left:12px;
}
.accordion-button:not(.collapsed) {
 color: #ccc;
 background-color: #f8f8f8;
}
.accordion-button:not(.collapsed)::before {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
 background-image:none;
}
.red {
	color: #d9534f;
}
.titleblock {
	position: relative;
	padding-bottom: 8px;
}
.accordion-button::before {
 flex-shrink: 0;
 width: 1.25rem;
 height: 1.25rem;
 content: "";
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
 background-size: 1.25rem;
 transition: transform .2s ease-in-out;
}
.accordion-button::after {
 background-image: none;
}
.accordion-flush {
	margin-bottom:20px;
}
.accordion-body {
	padding: 1.25rem 1.0rem;
}
.redlink {
	color: #FF0000;
}
ol.numbered {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
}
ol.colorme li {
	color: #3b93d0;
}
ol.numbered > li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 12px 0;
	list-style: none;
}
ol.numbered > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -0.8em;
	width: 2em;
	margin-right: 8px;
	padding: 2px;
	text-align: center;
}
#top {
	float: right;
}
/*Faqs Ends*/

/* Newsletter page style */
.pre_newsletter_title {
	text-align: left;
	color: #555;
	font-family: 'dinotbold', tahoma;
	font-size: 30px;
	padding: 40px 0 25px 0;
	border-bottom: 2px solid #555;
}
.newsletter_list {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	width: 100%;
	display: inline-flex;
}
.news_date {
	display: inline-block;
}
.news_date .date {
	font-family: 'dinotmedium';
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
}
.news_content {
}
.news_content h2 a {
	font-family: 'dinotregular';
	font-size: 20px;
	color: #e6721b;
	font-weight: normal;
	padding: 0 0 20px;
	display: block;
}
.news_content p {
	font-family: 'dinotregular';
	font-size: 18px;
	color: #666;
	line-height: 27px;
	padding: 0 0 20px;
}
.news_content .learnmore {
	background: #27b4e8;
	font-family: 'dinotregular', tahoma;
	font-size: 15px;
	color: #FFF;
	padding: 10px 15px;
}
.news_content .learnmore:hover {
	background: #11a3d9;
	text-decoration: none
}
.page-nation {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 0;
}
.pagination > li {
	display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #27b4e8;
}
.pagination > li > a, .pagination > li > span, .pagination td {
	font-family: 'dinotregular', tahoma;
	font-size: 15px;
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
/* Newsletter End */

/* Company Registration */
#crtabs{
	padding:0px 0px;
	border-bottom: 3px solid #1d71b6;
	margin:24px 0;
}
.crtabs a{
	font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 8px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#3b93d0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d6d6d6 !important;
	border-bottom:0 !important;
    margin:0px !important;
}
.crtabs button{
	font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 8px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#666;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d6d6d6 !important;
	border-bottom:0 !important;
    margin:0px !important;
}
.crtabs button.active{
   background: #1d71b6 !important;
   color:#fff !important;
}
.crtabs a.active{
   background: #1d71b6 !important;
   color:#fff !important;
}
.comptitle {
    color: #494949;
    font-size: 15px;
    padding-right: 8px;
}
.emailfield {
    background: #FFF;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5px;
}
.form-control{
	height:30px;
	border-radius:0;
	/*min-width: 278px;*/
}
.inputbutton:hover{
	background-color: #11a3d9;
}
.blue {
    color: #1d71b6;
}
a.order_link {
    position: absolute;
    top: -5px;
    right: 0;
    display: inline-block;
    background: #27b4e8 url(../images/ic-order.png) 6px 8px no-repeat;
    font-family: 'dinotregular', tahoma;
    font-size: 14px;
    color: #FFF;
    padding: 6px 15px 8px 31px;
    text-decoration: none;
}
a.order_link:hover {
    background-color: #11a3d9 ;
}
#right_col, .right_col {
    float: right;
}
#left_col, .left_col {
    float: left;
}
ul.ic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.ic-list li.icl {
    list-style-type: none;
    padding: 3px 0 0 60px;
    margin: 6px 0 6px 0;
    position: relative;
    min-height: 44px;
    font-size: 14px;
    color: #444;
    border: 0px solid red;
}
ul.ic-list li.icl img {
    position: absolute;
    top: 0;
    left: 0;
}
ul.ic-list li.icl li {
    background: url(../images/dot.png) 0px 12px no-repeat;
    font-size: 14px;
    padding: 4px 0 0 15px;
    margin: 0;
    color: #666;
}
#wrap{
	padding-bottom:10px;
}
#crcontent{
	border-bottom:1px solid #dddddd;
    border-color: #dddddd;
    margin-bottom: 35px;
    padding-bottom: 30px;
}
.block-border {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}
.myaccordian .accordion-header button{
	background: #f2f2f2;
    border: 1px solid #dddddd;
    position: relative;
    cursor: pointer;
    font-family: 'dinotregular', arial;
    border-radius: 4px;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
    line-height: 20px;
    color: #1c4765;
}
.myaccordian .accordion-item{
	margin-bottom:8px;
}
.myaccordian .accordion-button:not(.collapsed)::before{
	background: url(../images/ar_up.png) 0px 0px no-repeat;
	transform:none;
	width: 20px;
    height: 11px;
}
.myaccordian .accordion-button::before{
	background: url(../images/ar_down.png) 0px 0px no-repeat;
	transform:none;
	width: 20px;
    height: 11px;
}
.myaccordian .accordion-body{
	padding:10px 10px 0px 10px;
}
.myaccordian ul {
    padding: 0 0 5px 10px;
}
.myaccordian ul li {
    padding: 0 0 5px 15px;
    position: relative;
	font-size:14px;
}
.myaccordian ul li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #7b7b7b;
    left: 0;
    top: 7px;
}
.bold {
    font-weight: bold;
}
table{
	font-size:14px;
}
.col-form-label, .form-check-label, .form-control{
	font-size:14px;
}
.form-label {
    margin-bottom: 0.2rem;
	font-size:14px;
}
.form-select{
	height:30px;
	font-size:14px;
	border-radius: 0;
	line-height:16px;
}
.form-check-input{
	border-radius:2px;
}
.col-form-label{
	line-height: 14px;
}
/* Company Registration End */


/* Voucher Packges */
.table-top{
	margin:30px 0 40px 0;
}
/* Voucher Packges */


/* Business Name Registration */
ol{
	font-size:14px;
}
.dropdown-menu.pop-content{
	max-height:384px;
	overflow-y:auto
}
/* Business Name Registration */


/* New SMSF Start*/
#crtabs.green{
	    border-bottom: 3px solid #9ba624;
}
#crtabs.green a.active, #crtabs.green button.active{
	background:#9ba624 !important;
}
a.order_link.green {
    background: #9ba624 url(../images/ic-order.png) 6px 8px no-repeat;
}
a.order_link.green:hover{
	background-color: #818d00
}
.reg_link.green, .inputbutton.green {
    background: #9ba624;
}
.reg_link.green:hover, .inputbutton.green:hover {
    background: #818d00;
}
ul.ic-list li.icl ol.numbered li {
    background: none;
}
#crcontent.green .accordion-button::before{
	background: url(../images/ar_down-green.png) 0px 0px no-repeat;
}
#crcontent.green .accordion-button:not(.collapsed)::before{
	background: url(../images/ar_up-green.png) 0px 0px no-repeat;
}
/* New SMSF End*/

/* Trusts Start*/
#crtabs.pink{
	    border-bottom: 3px solid #e54b87;
}
#crtabs.pink a.active, #crtabs.pink button.active{
	background:#e54b87 !important;
}
a.order_link.pink {
    background: #e54b87 url(../images/ic-order.png) 6px 8px no-repeat;
}
a.order_link.pink:hover{
	background-color: #cc3771
}
.reg_link.pink, .inputbutton.pink {
    background: #e54b87;
}
.reg_link.pink:hover, .inputbutton.pink:hover {
    background: #cc3771;
}
#crcontent.pink .accordion-button::before{
	background: url(../images/ar_downpink.png) 0px 0px no-repeat;
}
#crcontent.pink .accordion-button:not(.collapsed)::before{
	background: url(../images/ar_uppink.png) 0px 0px no-repeat;
}

/*Trusts End*/






/* secretarial services */
#crtabs.violet{
	border-bottom: 3px solid #8069BC;
}
#crtabs.violet a.active, #crtabs.violet button.active{
background:#8069BC !important;
}
a.order_link.violet {
background: #8069BC url(../images/ic-order.png) 6px 8px no-repeat;
}
a.order_link.violet:hover{
background-color: #8069BC
}
.reg_link.violet, .inputbutton.violet {
background: #8069BC;
}
.reg_link.violet:hover, .inputbutton.violet:hover {
background: #8069BC;
}
#crcontent.violet .accordion-button::before{
background: url(../images/ar_downpink.png) 0px 0px no-repeat;
}
#crcontent.violet .accordion-button:not(.collapsed)::before{
background: url(../images/ar_uppink.png) 0px 0px no-repeat;
}

/*secretarial services End*/








/*Jobs Start*/
.smalltext {
    letter-spacing: 0px;
    color: #0000FF;
    padding-left: 3px;
	padding-right:5px;
    font-size: 11px;
    text-transform: none;
}
.invtxt{
	display:block;
	visibility:hidden;
	margin-bottom:6px;
}
.biggertxt{
	font-size: 18px;
	color: #333;
}
.modal-content{
	font-size: 13px;
}
.modal-content strong, .modal-content b{
	padding-bottom:8px;
}
ol.numbered li {
    background: none !important;
}
ul.listing li li {
    background: url(../images/dot2.png) 2px 8px no-repeat;
    padding: 0 0 0 15px;
    margin: 7px 0 5px 0;
}
.form-text{
	font-size:13px;
	vertical-align:-1px;
}
/*Jobs End*/

.nav-link.active:focus-visible{
	outline:none !important;
}



/****************** Avinash css ***********************/

.mb {
    width: 100%;
}
.advt {
    padding: 20px 0 20px 0;
}
.newsletter .emailfield input[type=text] {
	border:0 !important;
	padding:0 !important;
}
.emailfield {
	border-right: 1px solid #dcdcdc;
}
.emailfield .form-control {
	min-width:100% !important;
}

/* SMSF Tools Information page */
.email_package {
    width: 100%;
}
.email_package td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    padding: 10px;
    line-height: 21px;
	word-break: break-word;
}
.ep_head {
    font-size: 36px;
    width: 50px;
    text-align: center;
	word-break: normal !important;
}
.email_package td a:hover {
	text-decoration: underline;
}

/* SMSF Tools SMSF Staffing 27-7-2020 */

.staff {
    border-collapse: collapse;
    width: 100%;
}
.staff td, .staff th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.staff th {
    padding-top: 12px;
    padding-bottom: 12px;
    /* text-align: left; */
    background-color: #EFB003;
    color: #000;
}
.staff tr:nth-child(even) {
    background-color: #f2f2f2;
}
.staff tr:hover {
    background-color: #ddd;
}
.reg_link.contract {
    background: #EFB003;
    color: #000;
    font-weight: bold;
}





/****************** Avinash css End ***********************/



/* Footer css */
.footer {
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	height: 270px;
	background-size: contain;
	background-position: bottom;
	background-color: #f0f2f4;
	padding:25px 0;
}
.footer-links h5 {
	color: #6b767f;
	font-family: 'dinotregular';
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 11px 0;
}
.footer-links p {
	font-family: 'dinotregular';
	font-size: 13px;
	color: #6b767f;
	padding-bottom: 5px;
	text-align: left;
	margin:0;
}
.footer-links p a {
	font-family: 'dinotregular';
	font-size: 13px;
	color: #3b93d0;
	text-decoration:none;
	padding: 0 10px;
}
.footer-links p a:first-child {
	padding-left:0;
}
.footer-links p a:hover {
	text-decoration:underline;
}
.footer-links h4 {
	font-family: 'dinotmedium';
	color: #6b767f;
	font-size: 18px;
	padding: 0 0 7px 0;
	margin:0;
}
.footer-links h3 {
	font-family: 'dinotregular';
	color: #6b767f;
	font-size: 24px;
}
.footer-links .social-media {
	margin-bottom: 20px;
	height: 29px;
}
.footer-links .social-media a {
	width: 29px;
	height: 29px;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/social.png) 0px 0px no-repeat;
}
.footer-links .social-media a.twit {
	background-position: 0px 0px;
}
.footer-links .social-media a.fb {
	background-position: -37px 0px;
}
.footer-links .social-media a.in {
	background-position: -111px 0px;
}


.mymodal {
}

    .mymodal .modal-header {
        background-color: #27b4e8;
        padding: 0.3rem 0.8rem;
        color: #fff;
        font-size: 13px;
    }

        .mymodal .modal-header h5 {
            font-size: 16px;
            font-weight: 700;
        }

    .mymodal .btn-close {
        color: #fff;
    }

.mynavtabs {
    margin: 20px 0 0 0px;
    border-bottom: 0;
}

    .mynavtabs .nav-link {
        padding: 5px 10px !important;
        background-color: #f5f5f5;
        border: 1px solid #dee2e6;
        color: #666;
    }

        .mynavtabs .nav-link.active {
            color: #000;
        }

.mytabcontent {
    border: 1px solid #dee2e6;
    padding: 12px 0px;
    margin-bottom: 15px;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {
    .inv {
        display: none;
    }
}


/****************** New home css 03-12-2022 ***********************/
.newhome {
    margin: 0px 0 15px 0 !important;
}

.newcontent .tab-pane {
    padding: 15px;
    background-color: #f1f2f4;
}

.newcontent h2 {
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
}

.tinytxt {
    font-size: 12px;
    color: #b1b1b1;
    display: inline-block;
}

.labeltxt {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    vertical-align: -1px;
}

.popover-body {
    padding: 8px;
    color: #666;
    line-height: 16px;
    font-size: 13px;
    font-family: 'dinotregular';
}

@media screen and (max-width: 1560px) {
    .newhome .crtabs button {
        padding: 8px 7px;
    }
}

@media screen and (max-width: 1200px) {
    .newhome .crtabs button {
        padding: 8px 4px;
    }
}



/****************** start comming soon corner ***********************/


.corner-ribbon__inner {
    /* Displayed at the top left corner */
    left: 0px;
    position: absolute;
    top: 0px;
    /* Size */
    height: 14rem;
    width: 10.9rem;
    /* Hide the part of its children which is displayed outside */
    overflow: hidden;
}

.corner-ribbon__ribbon {
    /* Position */
    left: 1rem;
    position: absolute;
    top: 1rem;
    /* Size */
    height: 1.5rem;
    width: 7.656rem;
    /* Displayed diagonally */
    transform: translate(74px, -7px) rotate(39deg);
    /* Background color */
    background-color: #28c2ed;
    /* Centerize the text content */
    text-align: center;
}



/****************** End comming soon corner ***********************/


/****************** steps outer start ***********************/

.step{ height:48px; margin-bottom:5px; background:url(../images/tabbg.png) top repeat-x;}
.step ul{ padding:0; margin:0; list-style:none;}
.step ul li{ padding:0; margin:0; list-style-type:none; height:48px; display:block; float:left;}
/*.step ul li a{ border-right:1px solid #c4c4c4; display:block; height:41px; padding:0 17px 0 2px; font-family: 'dinotregular', Tahoma, Arial; font-size:16px; color:#474747; text-decoration:none;}*/
.step ul li a{ border-right:1px solid #c4c4c4; display:block; padding:0 10px 0 2px; font-family: 'dinotregular', Tahoma, Arial; font-size:16px; color:#474747; text-decoration:none;
}
/*.step ul li a{display:block; height:41px; padding:0 7px 0 2px; font-family: 'dinotregular', Tahoma, Arial; font-size:16px; color:#474747; text-decoration:none;}*/
.step ul:last-child li:last-child a{border: none;border-style: none;} /* Added by me */
.step ul li a span{ background:url(../images/step-normal.png) 0px 0px no-repeat; width:32px; height:41px; display:inline-block; vertical-align:-14px;}
.step ul li.complete a{ background:#1d71b6; color:#FFF;}
.step ul li.complete a span{ background:url(../images/step-completed.png) 0px 0px no-repeat;}
.step ul li.active{ background: url(../images/step-active-ar.png) bottom center no-repeat;}
.step ul li.active a{ background:#27b4e8; color:#FFF;}
.step ul li.active a span{ background:url(../images/step-active.png) 0px 0px no-repeat;}



/****************** steps outer start ***********************/


/****************** New added 13-03-2023 ***********************/
a.linkbtn {
    display: inline-block;
    background: #27b4e8;
    font-family: 'dinotregular', tahoma;
    font-size: 14px;
    color: #FFF;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

    a.linkbtn i {
        padding-right: 4px;
    }

    a.linkbtn:hover {
        background: #11a3d9;
    }

.rclone:first-child a.remove {
    display: none !important;
}

li.rclone {
    list-style: inherit;
    list-style-type: inherit;
}

    li.rclone label {
        position: relative;
        left: -77px;
    }

ol#field_wrap {
    list-style: none;
    counter-reset: my-awesome-counter 0;
    position: relative;
    padding-left: 70px;
}

    ol#field_wrap li {
        counter-increment: my-awesome-counter;
        padding: 0 0 0 .5em;
    }

li.rclone::marker {
    content: counter(my-awesome-counter) "";
}
/****************** New added 20-03-2023 PVR***********************/
.pvr {
    margin: 30px 0px;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
}

    .pvr i {
        display: block;
        margin-bottom: 12px;
    }


/* Justsign separate page - 24-08-2022 */

.slides.justsignpage .ban1 {
    background: url(../images/justsign-slide1.png) left bottom no-repeat;
    height: 250px;
}

.slides.justsignpage li .banner-content {
    position: absolute;
    right: 15%;
    bottom: 15%;
    top: 20px;
    padding: 10px;
    backdrop-filter: blur(2px);
    border-radius: 42%;
}

.slides.justsignpage li div h2 {
    font-size: 23px !important;
    color: #333 !important;
    text-shadow: 2px 2px 4px #fff;
}

.slides.justsignpage li div p {
    color: #333 !important;
    background: none !important;
    padding: 0 !important;
    text-shadow: 0px 1px 4px #fff;
}

a.orangefill {
    background-color: #f47320;
    font-family: 'dinotregular';
    font-size: 15px;
    color: #fff;
    padding: 6px 18px;
    border: 2px solid #f47320;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}

    a.orangefill:hover {
        background-color: #fff;
        color: #333;
    }

a.whitefill {
    background-color: #fff;
    font-family: 'dinotregular';
    font-size: 15px;
    color: #000;
    padding: 6px 18px;
    border: 2px solid #f47320;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}

    a.whitefill:hover {
        background-color: #f47320;
        color: #fff;
    }

.justsignpage h2.ctitle {
    font-family: 'dinotbold';
    font-size: 24px;
    color: #333;
    margin: 0;
    padding: 10px 0px 30px;
}

.justsignpage ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.justsignpage ul li {
        font-family: 'dinotmedium';
        font-size: 16px;
        background: url(../images/bullet-icon.png) 0px 6px no-repeat;
        padding: 0 0 0 30px;
        margin: 0 0 5px 0;
        color: #333;
        line-height: 30px;
    }


/****************** button buy now 19-04-2023 ***********************/

.button_buy_now {
    background: #28c2ed;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    padding: 11px 22px;
    border: 1px solid #28c2ed;
}


    .button_buy_now:hover, .button_buy_now:focus {
        border-color: #1bb0da;
        color: #fff;
        background-color: #1bb0da;
    }


/****************** End button buy now ***********************/





/* Purchase Plan Tab buttons */

.btnPriceGrey {
    background: linear-gradient(#fff, #d8d5d5);
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    padding: 9px 14px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d6d3d3;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnPriceGrey:hover, .btnPriceGrey:focus {
        border-color: #d6d3d3;
        color: #333;
        background-color: #d8d8d8;
    }

/* Style the active class, and buttons on mouse-over */

.btnPriceBlue {
    background: #28c2ed;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    padding: 9px 14px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #28c2ed;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnPriceBlue:hover, .btnPriceBlue:focus {
        border-color: #18add7;
        color: #fff;
        background-color: #18add7;
    }

/* End Purchase Plan Tab buttons */



/* Grid leftborder */


.grid th:nth-child(3) {
    border-left: 5px solid #ddd;
}


.grid td:nth-child(4) {
    border-left: 5px solid #ddd;
}


/* End Grid leftborder */

/****************** Registration 02-05-2023 ***********************/

#registration h1 {
    text-align: center;
}

#registration h2 {
    font-family: 'dinotbold';
    font-size: 26px;
    color: #666;
    margin: 20px 0 15px 0;
    padding: 0px 0 6px 0;
}

#registration p {
    font-size: 16px;
}

    #registration p.subtxt {
        text-align: inherit;
        padding: 0 0 0px 0;
        line-height: 22px;
        margin: 0 0 20px 0;
        font-size: 18px;
    }

#registration label {
    font-size: 16px;
    padding-bottom: 5px;
}

    #registration label.required:after {
        content: "*";
        color: red;
    }

#registration .form-control {
    height: 38px;
    font-size: 15px;
}

.vh {
    visibility: hidden;
}

#registration .form-check-input {
    margin-top: 0;
}

#registration .inputbutton {
    height: 38px;
    padding: 0 18px 2px 18px;
    font-size: 16px;
}

.regwrap {
    padding: 20px;
}

.stepwizard {
    width: 100%;
    position: relative;
}

.stepwizard-row {
    display: flex;
}

    .stepwizard-row:before {
        top: 20px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 99.5%;
        height: 1px;
        background-color: #000;
        z-order: 0;
    }

.stepwizard-step {
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    color: #333;
    border-radius: 20px;
    background-color: #e5e5e5;
    display: inline-block;
}

    .btn-circle.active {
        background-color: #ff7200;
        color: #fff;
    }

    .btn-circle.green {
        background-color: #28c2ed;
        color: #fff;
    }

.stepwizard-step p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.regmodal .modal-header {
    border: none;
}

.modal-body {
    padding: 1.5rem;
}

.regmodal p {
    color: #333;
    font-size: 16px;
}

.regmodal .modal-footer {
    border: none;
    text-align: center !important;
    justify-content: center;
}

.regmodal h2 {
    font-family: 'dinotbold';
    font-size: 28px;
    color: #666;
}

.regmodal label {
    font-size: 16px;
    padding-bottom: 5px;
}

.regmodal .form-control {
    height: 38px;
    font-size: 15px;
}

.regmodal .inputbutton {
    height: 38px;
    padding: 0 18px 2px 18px;
    font-size: 16px;
}

.regmodal label.required:after {
    content: "*";
    color: red;
}

.conditions p {
    text-align: inherit;
}

    .conditions p span {
        font-size: 14px;
    }

.conditions strong.hdt {
    display: block;
    padding-bottom: 8px;
}

.valid-failed {
    color: red;
}

.valid-ok {
    color: green;
}

@media screen and (max-width: 991px) {
    #registration p {
        font-size: 14px;
    }

        #registration p.subtxt {
            font-size: 16px;
        }

    #registration label {
        font-size: 14px;
    }
}

#registration h1 {
    text-align: center;
    max-width: 630px;
    margin: auto;
    font-size: 36px;
    margin-top: 26px;
    margin-bottom: 20px;
    padding-bottom: 26px;
    position: relative;
    border: none;
}

    #registration h1:after {
        content: '';
        background-color: #05a3da;
        position: absolute;
        left: 0px;
        right: 0;
        bottom: 10px;
        margin: auto;
        height: 3px;
        width: 150px;
    }
		
/*New Add 2-07-2024*/
.support {
	overflow: hidden;
	background: #eeeeee;
	padding: 0 20px;
	position: relative;
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

	.support p {
		padding: 0 115px 0 0;
		margin: 0;
		font-size: 19px;
		line-height: 22px;
		text-align: left;
	}

.ic-support {
	position: absolute;
	border-bottom: 80px solid #09a7df;
	border-left: 40px solid transparent;
	height: 100%;
	width: 122px;
	top: 0;
	right: 0;
}

@media screen and (max-width: 991px) {
	.support p {
		font-size: 15px;
		line-height: 18px;
		padding: 0 96px 0 0;
	}
}	



/***********28-082024 new changes**************/
.cs-ribbon {
	position: absolute;
	right: 0;
	top: 0;
}

.pricetable tr:hover td {
	background: #f8f8f8 !important;
}

.freetxt{
	color: #e6721b;
	font-family: 'dinotmedium'!important;
}
.lowestpricetxt{
	color: #89bb01;
	font-family: 'dinotmedium'!important;
}


/****Newsletter Service Page css 10-3-2025****/
.newsletter-service {
	background-color: #e5f5fb;
	padding: 25px;
}

.imgblock {
	margin: auto;
	text-align: center;
	background-color: #fff;
}

.nwthumb {
	border: 1px solid #e7e7e7;
	text-align: center;
	background-color: #f7f7f7;
	padding: 6px;
	padding-bottom: 6px;
	transition: all 0.3s ease;
}

	.nwthumb p {
		padding: 7px 0px 0px 0px;
		text-align: center;
	}

	.nwthumb:hover {
		box-shadow: 0 0.4375rem 0.675rem 0 #e6e8eb, 0 3px 6px 0 #e9f2ff;
	}