﻿@charset "utf-8";

/*
------------------------------------------------------------
Project Name : Discretionary Trustdeed;
------------------------------------------------------------
*/


@font-face{
	font-family:'ProximaNovaRegular';
	src:url('../fonts/ProximaNova-Regular.eot');
	src:url('../fonts/ProximaNova-Regular.eot') format("embedded-opentype"),
	url('../fonts/ProximaNova-Regular.woff2') format("woff2"),
	url('../fonts/ProximaNova-Regular.woff') format("woff"),
	url('../fonts/ProximaNova-Regular.ttf') format("truetype"),
	url('../fonts/ProximaNova-Regular.svg') format("svg");
	font-style:normal;
	font-weight:400;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
*, *:focus {
    outline: none !important;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a, .container, .logo img, #header, .login-info, .btn {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

html, body {
    height: 100%;
}

body {
    font-size: 15px;
    line-height: 16px;
    color: #4e6271;
    font-family: 'ProximaNovaRegular', serif;
    font-weight: 400;
}

.plan-slider {
    height: 550px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #FFF;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

/*#slider { margin: 0px; padding: 0px; width: 214px; height:252px; }*/

#slider {
    margin: 0px;
    padding: 0px;
    width: 825px;
    height: 550px;
}

.nivoSlider {
    overflow: hidden;
    position: relative;
}

    .nivoSlider img {
        left: 0px;
        top: 0px;
        width: 100%;
        display: none;
        position: absolute;
    }

    .nivoSlider a.nivo-imageLink {
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        z-index: 6;
    }

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-directionNav a {
    background: url(images/arrows-slider.png) no-repeat;
    top: 45%;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    font-size: 1px;
    display: block;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

    .nivo-directionNav a.nivo-prevNav {
        left: 0px;
    }

    .nivo-directionNav a.nivo-nextNav {
        background-position: right top;
        right: 0px;
    }

    .nivo-directionNav a.nivo-prevNav:hover {
        background-position: left 0px;
    }

    .nivo-directionNav a.nivo-nextNav:hover {
        background-position: right 0px;
    }

.nivo-controlNav {
    height: 25px;
    width: 215px;
    position: absolute;
    left: 45%;
    margin-left: -50px;
    bottom: 5px;
    z-index: 1000;
}

    .nivo-controlNav a {
        background: url(../images/scroller_dis.png) no-repeat left top;
        float: left;
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 6px 0 0 7px;
        text-align: center;
        text-indent: -100000px;
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            background: url(../images/scroler_act.png) no-repeat left top;
            text-decoration: none;
        }


.wrapper {
    min-height: 100%;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

    .wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        background: #05a3da;
        height: 85px;
        content: "";
        width: 100%;
    }

.content-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

a {
    color: #05a3da;
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none;
        color: #04ad95;
    }

hr {
    border-color: #c0c7cf;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    padding: 0 0 20px;
    margin: 0;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.2em;
    }

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 3.14em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2.14em;
}

h5 {
    font-size: 1.71em;
}

h6 {
    font-size: 1.28em;
}

strong {
    font-weight: 700;
}

p {
    padding: 0 0 20px;
    margin: 0;
}

    p a {
        color: #05a3da;
    }

        p a:hover {
            color: #04ad95;
        }

    p b {
        font-weight: bold;
    }

    p i {
        font-style: italic;
    }

    p u {
        text-decoration: underline;
    }

    p span {
        display: block;
    }

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
    appearance: none;
}

section.pt50 {
    padding-top: 50px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b7b7b7;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #b7b7b7;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #b7b7b7;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7;
}

.radio-container label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    color: #4e6271;
    padding: 0px 20px 0px 7px;
}

.btn {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 1.286em;
    line-height: 1.23em;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 11px 20px;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    outline: none !important;
    position: relative;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default, .btn-default:focus {
    color: #566262;
    border: solid 1px #bfbfbf;
    background: none;
}

    .btn-default:hover {
        background: #4ab9f1;
        border-color: #4ab9f1;
        color: #fff !important;
    }

.btn-success, .btn-success:focus {
    color: #FFF;
    background: #59be45;
}

    .btn-success:hover {
        background: #4bb037;
    }

.btn-info, .btn-info:focus {
    color: #FFF;
    background: #123861;
}

    .btn-info:hover {
        background: #184372;
    }

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #04ad95;
}

    .btn-primary:hover {
        background: #018b77;
    }

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 9px 0 0 0;
    background: #fff;
}

.small-header #header {
    box-shadow: 0 0 5px #cacaca;
}

.login-info {
    text-align: right;
    padding: 0 0 10px;
    float: right;
}

.header-btn-outer {
    position: relative;
    display: inline-block;
}

.login-info .btn {
    margin-left: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 1em;
    font-weight: 700;
}

    .login-info .btn img {
        vertical-align: -7px;
        margin-left: 5px;
    }

.helpline {
    color: #656565;
    font-size: 1.285em;
    font-weight: 400 !important;
    vertical-align: sub;
}

    .helpline > img {
        margin-right: 5px;
        vertical-align: sub;
    }

    .helpline strong {
        font-weight: 700;
        text-transform: none;
    }


/* MainNavigation
--------------------------------------------------------------------------------------------------------*/
.nav-icon {
    float: right;
    background: #04ad95;
    width: 40px;
    padding: 3px 8px;
    border-radius: 4px;
    display: none;
    box-shadow: none;
    outline: none !important;
    margin-top: 8px;
}

    .nav-icon:hover {
        background: #018b77;
    }

    .nav-icon span {
        display: block;
        height: 3px;
        margin: 5px 0;
        background: #fff;
    }

.navbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 700;
    /*text-transform: capitalize;*/
	text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 13px 0 0 !important;
}

.navbar .nav > li {
    margin-left: 10px;
}

    .navbar .nav > li > a, .navbar .nav > li > a:focus {
        color: #455465;
        padding: 8px 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        display: block;
        line-height: 17px;
        background: none;
    }

        .navbar .nav > li > a .caret {
            margin-top: -1px;
            display: none;
        }

    .navbar .nav > li.active > a, .navbar .nav > li:hover > a, .navbar .nav .open > a, .navbar .nav .open > a:focus, .navbar .nav .open > a:hover {
        border-color: #04ad95;
        color: #04ad95;
        background: none;
    }

    .navbar .nav > li > a:hover {
        background: none;
        color: #04ad95;
    }

    .navbar .nav > li.hover > a {
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
    }

    .navbar .nav > li ul.dropdown-menu {
        border-color: #e1e1e1;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 0;
        overflow: hidden;
        margin-top: 0px;
    }

        .navbar .nav > li ul.dropdown-menu a {
            padding: 8px 15px;
            font-size: 13px;
            line-height: 16px;
            color: #455465;
        }

            .navbar .nav > li ul.dropdown-menu a:hover {
                color: #fff;
                background: #04ad95;
            }


/* Banner
--------------------------------------------------------------------------------------------------------*/
#banner {
    padding: 37px 0 0;
    margin-bottom: -2px; /* background: #298bd2 url("../images/slide-01.jpg") repeat-x; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b580+0,018b77+100 */
    background: #00b580; /* Old browsers */
    background: -moz-linear-gradient(top, #00b580 0%, #018b77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b580 0%,#018b77 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b580 0%,#018b77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b580', endColorstr='#018b77',GradientType=0 ); /* IE6-9 */
}
#banner .owl-dots{position: absolute; bottom: 40px; left: 0; width: 100%; text-align:center;}
#banner .owl-dots .owl-dot{width:16px; height: 16px; margin-right: 10px; border-radius: 16px; display: inline-block; background:rgba(255,255,255,0.3);}
#banner .owl-dots .owl-dot.active{background: #fff;}
#banner .owl-dots .owl-dot:last-child{margin-right: 0;}
.slides {
    position: relative;
    bottom: 0px;
    margin-bottom: 0;
}

    .slides li {
        float: left;
        /*width: 100%;*/
        position: relative;
    }

    .slides .banner-img {
        float: left;
        width: auto !important;
    }

    .slides .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -60px 0 0 -120px;
    }

    .slides .content {
        float: right;
        /*width: 790px;*/
        text-align: right;
        padding: 31px 0 0px 10px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

        .slides .content p {
            font-size: 2.14em;
            font-weight: 700;
            line-height: 1.135em;
            color: #fff;
            padding-bottom: 10px;
        }

        .slides .content h2 {
            font-size: 3.85em;
            font-weight: 700;
            line-height: 1.115em;
            padding: 0;
            margin-bottom: 15px;
        }

        .slides .content h4 {
            /*font-size: 1.715em;*/
			font-size: 1.515em;
            font-weight: 700;
            line-height: 1.67em;
            padding: 0 0 40px;
        }

            .slides .content h4 span {
                /*font-size: 36px;*/
				font-size: 34px;
                color: #ffa647;
                display: inline-block;
            }

        .slides .content .btn {
            margin-left: 10px;
            background-color: #ee892c;
            border: 1px solid #fff;
            text-transform: uppercase;
        }

            .slides .content .btn:hover {
                background-color: rgba(226, 118, 19, 1);
            }

/* availability form
--------------------------------------------------------------------------------------------------------*/
.availability {
    background: #e4e7ea none repeat scroll 0 0;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

    .availability .form-group {
        margin-bottom: 0;
    }

    .availability .control-label {
        padding: 0;
        font-weight: 400;
        color: #566262;
        font-size: 1.285em;
        line-height: 2.44em;
    }

    .availability .form-control {
        border: 0;
        background: #fff;
        font-size: 1.285em;
        line-height: 1.22em;
        height: 44px;
        padding: 8px 15px;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
    }

    .availability .input-group-addon {
        padding: 0;
        border: 0;
        background: none;
    }

        .availability .input-group-addon .btn {
            border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            padding: 0 15px;
            height: 44px;
            font-size: 1.285em;
            line-height: 1.22em;
            text-transform: capitalize;
        }

/* Main Content
--------------------------------------------------------------------------------------------------------*/
.content-block {
    text-align: center;
    padding: 65px 0;
}

    .content-block h2 {
        font-weight: 700;
        color: #455465;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 100px;
    }

        .content-block h2:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 0;
            margin-left: -73px;
            height: 4px;
            width: 146px;
            background: #00b580;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018b77+0,00b580+100 */
            background: #018b77; /* Old browsers */
            background: -moz-linear-gradient(left, #018b77 0%, #00b580 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #018b77 0%,#00b580 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #018b77 0%,#00b580 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018b77', endColorstr='#00b580',GradientType=1 ); /* IE6-9 */
        }

.reg-steps {
    width: 100%;
    display: table;
    margin: 0;
}

    .reg-steps li {
        display: table-cell;
        text-align: center;
        padding: 0 50px;
    }

        .reg-steps li > a {
            background-color: #04ad95;
            border-radius: 7px;
            display: table;
            margin: auto;
            width: 100%;
        }

    .reg-steps .step-icon {
        background-color: transparent;
        padding: 30px 30px 0px;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .reg-steps .step-icon img {
            display: inline-block;
            max-width: 100%;
        }

    .reg-steps .step-detail {
        background-color: transparent;
        padding: 20px 30px 30px;
        position: relative;
        color: #fff;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .reg-steps .step-no {
        width: 46px;
        height: 46px;
        font-size: 2.1248em;
        line-height: 40px;
        font-weight: 400;
        background: #2f403d;
        border: 2px solid #fff;
        border-radius: 38px;
        color: #fff;
        position: absolute;
        top: -13px;
        left: 33px;
    }

    .reg-steps .step-detail h5 {
        padding: 0;
        font-weight: 400;
    }

        .reg-steps .step-detail h5 b {
            display: block;
            font-weight: 700;
            font-weight: normal;
        }



.use-us {
    margin-bottom: 0;
}

    .use-us li {
        margin-bottom: 40px;
        min-height:380px;
    }

        .use-us li .icon {
            display: inline-block;
            margin-bottom: 25px;
        }

        .use-us li h6 {
            font-weight: 700;
            padding-bottom: 10px;
            color: #455465;
            min-height: 52px;
        }

        .use-us li p {
            font-size: 1.14em;
            line-height: 1.2em;
        }

.simple-text-block {
    text-align: center;
    color: #fff;
    padding: 45px 0;
    background: #00b580; /* Old browsers */
    background: -moz-linear-gradient(top, #00b580 0%, #018b77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b580 0%,#018b77 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b580 0%,#018b77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b580', endColorstr='#018b77',GradientType=0 ); /* IE6-9 */
}

    .simple-text-block h4 {
        font-weight: 700;
        padding-bottom: 25px;
    }

    .simple-text-block p {
        font-size: 1.285em;
        line-height: 1.2em;
        padding-bottom: 25px;
    }

    .simple-text-block .btn {
        font-size: 1.285em;
        padding: 10px 25px;
    }


.work-flow {
    width: 100%;
    display: table;
}

    .work-flow li {
        display: table-cell;
        position: relative;
    }

        .work-flow li:after {
            position: absolute;
            top: 87px;
            left: 50%;
            width: 100%;
            border-top: solid 2px #04ad95;
            content: "";
            z-index: -1;
        }

        .work-flow li:last-child:after {
            display: none;
        }

        .work-flow li .work-icon {
            position: relative;
            width: 175px;
            height: 175px;
            padding: 47px;
            margin: 0 auto 20px;
        }

            .work-flow li .work-icon:before {
                position: absolute;
                z-index: -1;
                width: 122px;
                height: 122px;
                background: #04ad95;
                border-radius: 10px;
                content: "";
                left: 50%;
                top: 50%;
                margin: -61px 0 0 -61px;
                transform: rotate(45deg);
            }

        .work-flow li h6 {
            font-weight: 700;
            color: #566262;
        }

.fs16 {
    font-size: 1.14285em;
    line-height: 1.4em;
}

.testimonials .owl-item .client-img {
    width: 195px;
    height: 195px;
    margin: 0 auto 20px;
    border-radius: 195px;
}

.testimonials .owl-item p {
    font-size: 1.14285em;
    line-height: 1.4em;
    color: #566262;
    padding: 0 0 10px;
}

.testimonials .owl-dots {
    padding-top: 20px;
}

    .testimonials .owl-dots .owl-dot {
        width: 16px;
        height: 16px;
        border: solid 1px #98999a;
        margin-right: 10px;
        border-radius: 16px;
        display: inline-block;
    }

        .testimonials .owl-dots .owl-dot.active {
            background: #04ad95;
            border-color: #04ad95;
        }

        .testimonials .owl-dots .owl-dot:last-child {
            margin-right: 0;
        }

/* Inner Page
--------------------------------------------------------------------------------------------------------*/
.inner-banner {
    position: relative;
}

.inner-banner-img {
    height: 350px;
    overflow: hidden;
}

.inner-banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -36px;
    width: 100%;
    left: 0;
}

    .inner-banner-content h2 {
        padding: 0;
        font-weight: 700;
    }

        .inner-banner-content h2 span {
            font-size: 0.4em;
        }

.innerpage-content {
    padding: 50px 0 30px;
}

.page-content {
    padding: 0 15px 50px;
}

.page-name {
    font-size: 2.57em;
    color: #4a5d71;
    font-weight: 700;
    border-bottom: solid 1px #cdcdcd;
    padding: 0 0 10px;
    margin: 30px 0;
}

.accordion-heading {
    background: #eeeeee;
    border: 1px solid #dbdddf;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    color: #566262;
    margin-top: 25px;
    padding: 15px 10px 15px 25px;
    font-size: 1.2857em;
    line-height: 1.25em;
    color: #676167;
}

    .accordion-heading span {
        position: absolute;
        top: 21px;
        left: 8px;
        background: url(../images/ar_down.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

    .accordion-heading.openheader span {
        position: absolute;
        top: 22px;
        left: 8px;
        background: url(../images/ar_up.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

.accordion-content {
    border: 1px solid #cdcdcd;
    border-top: none;
    text-align: justify;
    padding: 13px 15px 3px;
    font-size: 1em;
    line-height: 1.25em;
}

    .accordion-content p {
        padding: 0 0 10px;
        color: #515151;
    }

        .accordion-content p a {
            color: #05a3da;
        }

            .accordion-content p a:hover {
                color: #69b859;
            }

    .accordion-content ul {
        padding: 0 0 5px 10px;
    }

        .accordion-content ul li {
            padding: 0 0 5px 15px;
            position: relative;
        }

            .accordion-content 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;
            }

    .accordion-content ol {
        padding: 0 0 5px 25px;
    }

        .accordion-content ol li {
            padding: 0 0 5px 0;
            position: relative;
            list-style-type: decimal;
        }

    .accordion-content .table {
        min-width: 1000px;
    }

.table {
    border: 1px solid #cccccc;
}

    .table > thead {
        background: #4a5d71 !important;
        color: #FFF;
        font-weight: normal;
        font-size: 1.07em;
    }

        .table > thead > tr > th {
            padding: 10px;
            line-height: 1.25em;
            border-bottom: 0;
            vertical-align: middle;
        }

    .table > tbody > tr > td {
        padding: 6px 10px;
        border: 1px solid #d6d6d6;
        vertical-align: middle;
        white-space: normal !important;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #eeeeee;
}

.table-striped > tbody > tr.subhead {
    background: #b7b7b7;
    font-weight: 700;
}

.table a.linkbtn {
    background: #05a3da;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    padding: 4px 16px;
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: background ease 0.4s;
    -moz-transition: background ease 0.4s;
    -webkit-transition: background ease 0.4s;
}

    .table a.linkbtn:hover {
        background: #69b859;
    }


.steps {
    margin-bottom: 30px;
}

    .steps.owl-carousel .owl-item {
        padding: 0 10px;
    }

    .steps li a {
        border: 1px solid #04ad95;
        display: block;
        text-align: center;
        color: #6a7070 !important;
        padding: 15px 10px;
        font-weight: 400;
        border-radius: 7px;
        text-decoration: none;
        height: 129px;
        box-sizing: border-box;
        font-size: 1.2em;
        line-height: 1.38em;
    }

        .steps li a span {
            font-style: 24px;
            font-weight: 700;
            display: block;
            width: 35px;
            height: 35px;
            margin: 0 auto;
            line-height: 33px;
            border-radius: 35px;
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            margin-bottom: 10px;
            border: 1px solid #6a7070;
            color: #6a7070;
        }

        .steps li a em {
            font-style: normal;
        }

        .steps li a:hover {
            background: #04ad95;
        }

        .steps li a:hover {
            background: #04ad95;
            cursor: default;
            color: #fff !important;
        }

            .steps li a:hover span {
                color: #fff;
                border-color: #fff;
            }

    .steps li.active a {
        background: #04ad95;
        cursor: default;
        color: #fff !important;
    }

        .steps li.active a span {
            color: #fff;
            border-color: #fff;
        }

    .steps li.complete a {
        background: #E4E7EA;
        /*cursor: default;*/
        color: #04ad95 !important;
    }

        .steps li.complete a span {
            background: #E4E7EA;
            color: #04ad95;
        }

        .steps li.complete a:hover span {
                color: #04ad95;
                border-color: #04ad95;                
            }
        .steps li.complete a:hover {
            cursor: pointer;
        }

.steps .owl-nav{height:0;  top: 0; position:absolute; left: -30px; right: -30px;}
.steps .owl-nav div{width: 30px; height:129px; /* background: #cfd0d2; */ text-indent: -9999px; overflow:hidden; position:relative;}
.steps .owl-nav div:hover{background: #e4e4e4;}
.steps .owl-nav .owl-prev{border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; float: left;}
.steps .owl-nav .owl-prev:after{content:""; position: absolute; border-right: solid 8px #71787f; border-top: solid 8px transparent; border-bottom: solid 8px transparent; top: 50%; left:11px; margin-top: -8px;}
.steps .owl-nav .owl-next{border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; margin-left: -1px; float: right;}
.steps .owl-nav .owl-next:after{content:""; position: absolute; border-left: solid 8px #71787f; border-top: solid 8px transparent; border-bottom: solid 8px transparent; top: 50%; left:12px; margin-top: -8px;}


.page-content .form-group {
    margin-bottom: 15px;
}

.login-content .form-group {
    margin-bottom: 10px;
}

.page-content .form-group h6 {
    background: #e4e7ea;
    padding: 12px;
    margin-bottom: 25px;
    color: #566262;
}

.page-content .form-group p {
    padding: 0 0 15px;
    color: #566262;
}

    .page-content .form-group p a {
        color: #2ba9e8;
    }

        .page-content .form-group p a:hover {
            color: #59be45;
        }

.page-content .control-label {
    font-weight: normal;
    font-size: 1em;
    line-height: 40px;
    margin: 0;
}

.page-content .value-label {
    font-weight: normal;
    font-size: 1em;
    line-height: 40px;
    margin: 0;
}

.page-content .form-control {
    border: #d8d8d8 1px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #566262;
    padding: 6px;
    height: 40px;
    box-shadow: none;
    font-size: 1em;
    line-height: 1.2em;
}

    .page-content .form-control:focus {
        border-color: #b7b7b7;
    }

.page-content .mt10 {
    margin-top: 10px;
}

.page-content .radio-inline {
    font-size: 1.28em;
    line-height: 1.2em;
    color: #566262;
}

.page-content .form-control[disabled], .page-content .form-control[readonly], .page-content fieldset[disabled] .form-control {
    background: #fcfcfc;
}

.form-controls .form-control-outer {
    margin-bottom: 10px;
}
    .form-controls .form-control-outer span{color:#e59242; padding-top: 13px; display:inline-block;}
    .form-controls .form-control-outer span {
        padding-top: 13px;
        display: inline-block;
    }

.page-content .calendar-input {
    position: relative;
}

    .page-content .calendar-input .form-control {
        padding-right: 50px;
    }

    .page-content .calendar-input:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 47px;
        content: "";
        background: #71787f url(../images/calendar-icon.png) center center no-repeat;
    }

.page-content .table > thead {
    font-weight: 700;
}
/*.page-content .table, .page-content .table>tbody>tr>td {border:0;}*/
.page-content .table > tbody > tr > td {
    padding: 10px;
}

.page-content .table-striped > tbody > tr:nth-of-type(even) {
    background: #f5f7f8;
}

.page-content .table .form-control {
    height: 40px;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

.page-content .table select.form-control {
    width: 80%;
    display: inline-block;
}



.subscribe-block {
    background: #eceff1;
    padding: 10px 15px;
    margin: 0 0 50px;
}

.year-month .form-group {
    margin: 0 20px 0 0;
}

    .year-month .form-group label {
        font-weight: normal;
        padding-right: 5px;
    }

    .year-month .form-group .form-control {
        font-size: 1em;
        line-height: 1.2em;
        height: 32px;
    }

.subscribe-block .btn {
    border-radius: 4px;
}

.sub-heading {
    border-bottom: solid 1px #d1d2d2;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 20px 0 10px;
    color: #566262;
}

    .sub-heading span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #8d9294;
    }

.year-month.form-inline {
    margin-top: 10px;
}

.content-box {
    margin-bottom: 20px;
}

    .content-box h5 {
        color: #4a5d71;
        font-weight: 700;
        text-transform: uppercase;
    }

    .content-box p {
        font-size: 1.1428em;
        padding-bottom: 10px;
    }

    .content-box strong {
        min-width: 65px;
        display: inline-block;
    }

    .content-box p a {
        color: #566262;
    }

        .content-box p a:hover {
            color: #04ad95;
        }
/* Socail Icons
--------------------------------------------------------------------------------------------------------*/
.social-icons {
    text-align: center;
}

    .social-icons li {
        display: inline-block;
        padding: 0 2px;
        position: relative;
    }

        .social-icons li a {
            display: block;
            text-align: center;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            color: #fff;
            border: solid 1px #fff;
        }

            .social-icons li a:hover {
                background: #fff;
                color: #333;
            }

/* Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    padding: 35px 0 100px;
    background: #eceff1 url(../images/footerbg.png) bottom center repeat-x;
    width: 100%;
    color: #666;
    font-size: 1em;
}

    #footer h5 {
        color: #6b767f;
        font-size: 1.07em;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0 0 11px 0;
    }

    #footer p {
        padding: 0;
    }

    #footer .maillink {
        color: #666666;
    }

        #footer .maillink:hover {
            color: #04ad95;
        }

    #footer .footer-right a {
        color: #3b93d0;
    }

        #footer .footer-right a:hover {
            color: #04ad95;
        }

.footer-links {
    margin-bottom: 5px;
}

    .footer-links li {
        float: left;
        padding-right: 25px;
        position: relative;
    }

        .footer-links li:after {
            content: "|";
            position: absolute;
            right: 12px;
            top: -1px;
            font-size: 16px;
            color: #3b93d0;
        }

        .footer-links li:last-child {
            padding-right: 0;
        }

            .footer-links li:last-child:after {
                display: none;
            }

#footer .copytight {
    font-size: 1.07em;
    line-height: 1.285em;
    padding-bottom: 10px;
}

#footer .small-text {
    font-size: 0.92em;
    line-height: 1.33em;
    padding-bottom: 20px;
}

.footer-box h4 {
    color: #666666;
    font-size: 1.384em;
    line-height: 1.22em;
    padding-bottom: 5px;
}

.footer-box h3 {
    color: #6b767f;
    font-size: 1.538em;
    line-height: 1em;
    font-weight: normal;
}

.sociallink a {
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/social.png) 0px 0px no-repeat;
}

    .sociallink a:hover {
        opacity: 0.8;
    }

    .sociallink a:last-child {
        margin-right: 0;
    }

    .sociallink a.twt {
        background-position: 0px 0px;
    }

    .sociallink a.fb {
        background-position: -37px 0px;
    }

    .sociallink a.gp {
        background-position: -74px 0px;
    }

    .sociallink a.in {
        background-position: -111px 0px;
    }

.form-a-company .form-group h4 {
    background: #e4e7ea;
    font-size: 1.285em;
    line-height: 1.22em;
    padding: 12px;
    margin-bottom: 25px;
}

.form-a-company .form-group p {
    padding: 0;
}

    .form-a-company .form-group p a {
        color: #2ba9e8;
    }

        .form-a-company .form-group p a:hover {
            color: #59be45;
        }

.form-a-company .control-label {
    font-weight: normal;
    font-size: 1em;
    line-height: 40px;
    margin: 0;
}

.form-a-company .form-control {
    border: #ddd 1px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #4e6271;
    padding: 10px 6px;
    height: 40px;
}

    .form-a-company .form-control[disabled], .form-a-company .form-control[readonly], .form-a-company fieldset[disabled] .form-control {
        background: #fcfcfc;
    }

.form-controls .form-control-outer {
    margin-bottom: 10px;
}
    .form-controls .form-control-outer span{color:#e59242; padding-top: 13px; display:inline-block;}
    .form-controls .form-control-outer span {
        padding-top: 13px;
        display: inline-block;
    }

.form-a-company .calendar-input {
    position: relative;
}

    .form-a-company .calendar-input .form-control {
        padding-right: 50px;
    }

    .form-a-company .calendar-input:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 47px;
        content: "";
        background: #71787f url(../images/calendar-icon.png) center center no-repeat;
    }

.form-a-company .btn-outer {
    padding-top: 10px;
}

    .form-a-company .btn-outer .btn {
        text-transform: capitalize;
    }

/* Css added on 22-Nov-2016 */
.nav-tabs {
    background: #e4e7ea;
    border-bottom: solid 1px #04ad95;
}

    .nav-tabs li {
        margin: 0;
    }

        .nav-tabs li a {
            color: #646d70 !important;
            border-radius: 0 !important;
            border: 0 !important;
            margin: 0 !important;
            padding: 10px 15px 8px;
        }

            .nav-tabs li a:hover {
                background: #eceff2;
            }

        .nav-tabs li.active > a {
            background: #04ad95 !important;
            color: #fff !important;
        }

    .nav-tabs .dropdown {
        float: right;
    }

        .nav-tabs .dropdown .dropdown-toggle {
            background: #05a3da !important;
            padding: 6px 10px 5px;
            cursor: pointer !important;
        }

            .nav-tabs .dropdown .dropdown-toggle span {
                display: block;
                width: 20px;
                height: 3px;
                background: #fff;
                margin: 4px 0;
            }

    .nav-tabs .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .nav-tabs .dropdown-menu li a {
            padding: 5px 10px;
        }

.tab-content {
    padding: 15px 0;
}


/* Online Company Registration */
.registration-carousel .item {
    margin: 0 15px;
    background: #fff;
    color: #455465;
    padding: 15px;
    border-radius: 7px;
}

    .registration-carousel .item h5 {
        font-size: 1.28em;
        font-weight: 700;
        padding: 0 0 10px;
        height: 52px;
        overflow: hidden;
    }

    .registration-carousel .item hr {
        margin: 0 0 10px;
    }

    .registration-carousel .item p {
        font-size: 16px;
        text-align: justify;
        color: #7c7f83;
        padding: 0;
    }

.registration-carousel .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: -27px;
    right: -27px;
}

    .registration-carousel .owl-nav div {
        text-indent: -9999px;
        overflow: hidden;
        width: 27px;
        height: 41px;
        margin-top: -20px;
        border-radius: 3px;
    }

        .registration-carousel .owl-nav div:hover {
            background-color: rgba(0,0,0,0.2);
        }

    .registration-carousel .owl-nav .owl-prev {
        float: left;
        background: url(../images/prev-arrow.png) center center no-repeat;
    }

    .registration-carousel .owl-nav .owl-next {
        float: right;
        background: url(../images/next-arrow.png) center center no-repeat;
    }

.img-top {
    top: 0 !important;
}

.transparentdiv2 {
    background-color: #111;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    vertical-align: middle;
    border: 0px solid #DDDDDD;
    height: 100%;
    width: 100%;
    z-index: 11000;
}

.transparentdiv3 {
    padding-top: 10px;
    position: fixed;
    background-color: #FFFFFF;
    vertical-align: middle;
    border: 2px solid #DDDDDD;
    z-index: 11005;
    font-size: 14px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.help.content-section .content-heading:after {
    content: '';
    display: none;
}

.help.content-section .content-heading {
    text-transform: none;
    color: #566262;
}

a.help {
    position: relative;
    top: 0px;
    right: 7px;
    display: block;
    height: 20px;
    width: 20px;
    background: url(../images/ic-help.png) 0px 0px no-repeat; /*transition: all ease 0.2s; -moz-transition: all ease 0.2s; -webkit-transition: all ease 0.2s;*/
    float: right;
}

    a.help:hover {
        background-position: 0px -20px;
    }

.tooltip {
    display: none;
}

    .tooltip ul {
        padding: 10px 5px;
    }

    .tooltip li .que {
        padding-bottom: 5px;
    }

    .tooltip li .ans {
        padding-bottom: 15px;
    }

    .tooltip li ul {
        padding: 10px 25px 0px;
    }

        .tooltip li ul li {
            list-style-type: disc;
            padding: 2px 0px;
        }

        .tooltip li ul.num li {
            list-style-type: decimal;
            padding: 2px 0px;
        }

        .tooltip li ul.ualpha li {
            list-style-type: upper-alpha;
            padding: 2px 0px;
        }

        .tooltip li ul.lalpha li {
            list-style-type: lower-alpha;
            padding: 2px 0px;
        }

        .tooltip li ul.empty li {
            list-style-type: none;
            padding: 2px 0px;
        }

    .tooltip div.textblock {
        padding: 10px 5px;
    }

.txtwatermark2 {
    color: #515151 !important;
}

.welcome {
    color: #656565;
    font-size: 1.285em;
    /*font-family: 'Roboto Slab';*/
    vertical-align: sub;
    text-transform: none;
    padding-left: 10px;
}

    .welcome strong {
        /*font-family: 'Roboto Slab';*/
    }

    .welcome .dropdown {
        display: inline-block;
        top: -1px;
    }

        .welcome .dropdown .btn {
            /*font-family: 'Roboto Slab';*/
            text-transform: none;
            border: 0;
            padding: 0 12px 0 0;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            background: none;
            color: #656565 !important;
            margin: 0;
            position: relative;
            overflow: hidden;
            max-width: 200px;
            text-overflow: ellipsis;
        }

            .welcome .dropdown .btn .caret {
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -2px;
            }

        .welcome .dropdown .dropdown-menu {
            margin-top: 0;
            border-color: #d3d3d3;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            padding: 0;
            overflow: hidden;
        }

            .welcome .dropdown .dropdown-menu li a {
                padding: 6px 15px;
                font-size: 14px;
                line-height: 18px;
                color: #333;
            }

                .welcome .dropdown .dropdown-menu li a:hover {
                    background: #f3f3f3;
                }

.cms-block p {
    font-size: 1.142em;
    line-height: 1.25em;
    margin: 0;
}

    .cms-block p b, .cms-block address b {
        /*font-family: 'Roboto Slab', arial;*/
        font-weight: normal;
    }

    .cms-block p a {
        text-decoration: none;
        color: #2ba9e8;
    }

        .cms-block p a:hover {
            color: #59be45;
        }

    .cms-block p > span {
        display: block;
    }

.cms-block address {
    font-size: 1.142em;
    line-height: 1.25em;
    font-style: normal;
}

.padTopDiv {
    padding-bottom: 10px;
}

.hiddenlbl {
    display: none !important;
}

.control-label input[type=radio], .radio-container input[type=radio], .control-label input[type=checkbox] {
    height: 100%;
    min-height: 13px;
    margin-top: 0px;
}

/*Price Bundle
 -------------------------------------------------------------------------------------------------------*/
/* * * * * *  Individual  * * * * * * */
.sdi-plan table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.sdi-plan th, .sdi-plan td {
    padding: 0px;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

.sdi-plan img {
    border: none;
}

.sdi-plan {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    font-family: "dinotregular", Tahoma, Arial;
    color: #666;
}

    .sdi-plan .col4 {
        width: 25%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .sdi-plan .col3 {
        width: 33%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

@media (max-width:767px) {

    .use-us li {
        min-height:inherit;
    }

    .sdi-plan .col3 {
        float: none;
        padding: 0 0 35px 0;
        width: auto;
    }
}

    .sdi-plan .company-order {
        background: #FFF;
        margin: 30px 10px 0 0;
        border: 1px solid #e0e0e0;
        position: relative;
        z-index: 1;
    }

    .sdi-plan .print-bundle {
        background: #FFF;
        border: 1px solid #e0e0e0;
        position: relative;
        z-index: 2;
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

    .sdi-plan .company-order .plan-title {
        background: #1d71b6;
        height: 70px;
        margin: -1px -1px 0 -1px;
        color: #FFF;
        font-size: 24px;
        font-family: 'dinotbold', Tahoma, Arial;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 19px 10px 0 15px;
    }

    .sdi-plan .print-bundle .plan-title {
        background: #56b343;
        height: 70px;
        margin: -1px -1px 0 -1px;
        color: #FFF;
        font-size: 24px;
        font-family: 'dinotbold', Tahoma, Arial;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px 10px 0 15px;
    }

    .sdi-plan .plan-title span {
        display: block;
        font-size: 14px;
        font-family: 'dinotregular', Tahoma, Arial;
        line-height: 1;
    }

    .sdi-plan .print-bundle .plan-title img {
        position: absolute;
        top: -6px;
        right: -7px;
    }

    .sdi-plan .plan-title.abn-bundle {
        padding: 9px 10px 0 15px;
        background: #eb832e;
    }

    .sdi-plan .plan-price {
        padding: 5px 8px 8px 8px;
    }

    .sdi-plan .pp-gst {
        font-size: 18px;
        font-family: 'dinotbold', Tahoma, Arial;
        color: #646565;
    }

        .sdi-plan .pp-gst span {
            color: #dd7314;
            font-size: 24px;
        }

    .sdi-plan .pp-fees {
        font-size: 14px;
        color: #565656;
    }

    .sdi-plan .plan-list {
        width: 100%;
    }

        .sdi-plan .plan-list td {
            border-top: 1px solid #d5d5d5;
            vertical-align: top;
        }

            .sdi-plan .plan-list td img {
                display: block;
            }

            .sdi-plan .plan-list td.plantext {
                padding: 5px 5px 5px 0;
                vertical-align: middle;
            }

    .sdi-plan .print-bundle .plan-list td.plantext {
        padding: 7px 5px 7px 2px;
        vertical-align: middle;
    }

    .sdi-plan .planbtn {
        position: relative;
        text-align: center;
    }

    .sdi-plan .company-order .planbtn {
        height: 25px;
        bottom: -4px;
    }

    .sdi-plan .print-bundle .planbtn {
        height: 26px;
        bottom: -5px;
    }

    .sdi-plan .pbtn {
        display: inline-block;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
        font-family: 'dinotbold', Tahoma, Arial;
        text-decoration: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 8px 20px 0 15px;
        text-transform: uppercase;
        transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

        .sdi-plan .pbtn img {
            margin-right: 2px;
            vertical-align: -2px;
        }
    /*.sdi-plan .print-bundle .pbtn{background:#5b6974; color:#FFF; border:1px solid #5b6974;  }
.sdi-plan .print-bundle .pbtn:hover{background:#49555e; border:1px solid #49555e;}
.sdi-plan .company-order .pbtn{background:#56b343; color:#FFF; border:1px solid #56b343;  }
.sdi-plan .company-order .pbtn:hover{background:#38a323; border:1px solid #38a323;}*/
    .sdi-plan .your-investment {
        overflow: hidden;
        border: 1px solid #ddd;
        background: #FFF;
        margin-top: 40px;
    }

        .sdi-plan .your-investment h3 {
            padding: 14px 0 0 0;
            margin: 0;
            color: #646565;
            font-size: 18px;
            font-family: 'dinotbold', Tahoma, Arial;
            background: #f1f1f1;
            text-align: center;
            height: 50px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .sdi-plan .your-investment table {
            width: 100%;
        }

        .sdi-plan .your-investment td {
            border-top: 1px solid #ddd;
            padding: 8px;
            color: #646565;
            font-size: 16px;
        }

    .sdi-plan .totalprintprice span.total {
        font-family: 'dinotbold', Tahoma, Arial;
        font-size: 16px;
        vertical-align: top;
        font-size: 18px;
    }

    .sdi-plan .totalprintprice span {
        display: block;
        font-size: 11px;
        white-space: nowrap;
        font-family: 'dinotregular', Tahoma, Arial;
        padding-bottom: 10px;
    }

    .sdi-plan .planheight {
        min-height: 365px;
    }

    .sdi-plan .pr-bundle {
        min-height: 355px;
    }

    .sdi-plan .abnfree {
        color: #dd7314 !important;
    }

    .sdi-plan .company-order .pbtn-new {
        background: #5b6974;
        color: #FFF;
        border: 1px solid #5b6974;
    }

        .sdi-plan .company-order .pbtn-new:hover {
            background: #49555e;
            border: 1px solid #49555e;
        }

    .sdi-plan .pbtn-remove {
        background: #5b6974;
        color: #FFF;
        border: 1px solid #5b6974;
    }

        .sdi-plan .pbtn-remove:hover {
            background: #49555e;
            border: 1px solid #49555e;
        }

    .sdi-plan .pbtn-add {
        background: #56b343;
        color: #FFF;
        border: 1px solid #56b343;
    }

        .sdi-plan .pbtn-add:hover {
            background: #38a323;
            border: 1px solid #38a323;
        }

@media (max-width:1030px) {
    .sdi-plan .planheight {
        min-height: 350px;
    }
}


@media (max-width:992px) {
    .sdi-plan .planheight {
        min-height: 350px;
    }

    .sdi-plan .col4 {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 50px;
    }
  
    .sdi-plan .company-order {
        margin: 0;
    }

    .sdi-plan .planheight {
        min-height: 270px;
    }

    .sdi-plan .ip-heightfix {
        min-height: 310px !important;
    }

    .sdi-plan .your-investment {
        margin-top: 0;
    }
}

  
@media (max-width:767px) {
    .sdi-plan .col4 {
        float: none;
        padding: 0 0 35px 0;
        width: auto;
    }
}

/*@media (max-width:767px) {
    .sdi-plan .col4 {
        float: none;
        width: auto;
    }

    .sdi-plan .planheight {
        min-height: 60px;
    }

    .sdi-plan .ip-heightfix {
        min-height: 60px !important;
    }
}*/

/* * * * * *  Company  * * * * * * */

.sdnc-plan table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.sdnc-plan th, .sdnc-plan td {
    padding: 0px;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

.sdnc-plan img {
    border: none;
}

.sdnc-plan {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    font-family: "dinotregular", Tahoma, Arial;
    color: #666;
}

    .sdnc-plan .col4 {
        width: 25%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .sdnc-plan .company-order {
        background: #FFF;
        margin: 30px 10px 0 0;
        border: 1px solid #e0e0e0;
        position: relative;
        z-index: 1;
    }

    .sdnc-plan .print-bundle {
        background: #FFF;
        border: 1px solid #e0e0e0;
        position: relative;
        z-index: 2;
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

    .sdnc-plan .company-order .plan-title {
        background: #1d71b6;
        height: 70px;
        margin: -1px -1px 0 -1px;
        color: #FFF;
        font-size: 20px;
        font-family: 'dinotbold', Tahoma, Arial;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 19px 10px 0 15px;
    }

    .sdnc-plan .print-bundle .plan-title {
        background: #56b343;
        height: 70px;
        margin: -1px -1px 0 -1px;
        color: #FFF;
        font-size: 20px;
        font-family: 'dinotbold', Tahoma, Arial;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px 10px 0 15px;
    }

    .sdnc-plan .plan-title span {
        display: block;
        font-size: 12px;
        font-family: 'dinotregular', Tahoma, Arial;
        line-height: 1.2;
        padding-top: 2px;
    }

    .sdnc-plan .print-bundle .plan-title img {
        position: absolute;
        top: -6px;
        right: -7px;
    }

    .sdnc-plan .plan-title.abn-bundle {
        padding: 9px 10px 0 15px;
        background: #eb832e;
    }

    .sdnc-plan .plan-price {
        padding: 10px 8px 8px 8px;
    }

    .sdnc-plan .pp-gst {
        font-size: 18px;
        font-family: 'dinotbold', Tahoma, Arial;
        color: #646565;
    }

        .sdnc-plan .pp-gst span {
            color: #dd7314;
            font-size: 24px;
        }

    .sdnc-plan .pp-fees {
        font-size: 11px;
        color: #565656;
    }

    .sdnc-plan .plan-list {
        width: 100%;
    }

        .sdnc-plan .plan-list td {
            border-top: 1px solid #d5d5d5;
            vertical-align: top;
        }

            .sdnc-plan .plan-list td img {
                display: block;
            }

            .sdnc-plan .plan-list td.plantext {
                padding: 5px 5px 5px 0;
                vertical-align: middle;
            }

    .sdnc-plan .print-bundle .plan-list td.plantext {
        padding: 7px 5px 7px 2px;
        vertical-align: middle;
    }

    .sdnc-plan .planbtn {
        position: relative;
        text-align: center;
    }

    .sdnc-plan .company-order .planbtn {
        height: 25px;
        bottom: -4px;
    }

    .sdnc-plan .print-bundle .planbtn {
        height: 26px;
        bottom: -5px;
    }

    .sdnc-plan .pbtn {
        display: inline-block;
        height: 40px;
        border-radius: 20px;
        font-size: 12px;
        font-family: 'dinotbold', Tahoma, Arial;
        text-decoration: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 8px 20px 0 15px;
        text-transform: uppercase;
        transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }

        .sdnc-plan .pbtn img {
            margin-right: 2px;
            vertical-align: -4px;
        }
    /*.sdnc-plan .print-bundle .pbtn{background:#5b6974; color:#FFF; border:1px solid #5b6974;  }
.sdnc-plan .print-bundle .pbtn:hover{background:#49555e; border:1px solid #49555e;}
.sdnc-plan .company-order .pbtn{background:#56b343; color:#FFF; border:1px solid #56b343;  }
.sdnc-plan .company-order .pbtn:hover{background:#38a323; border:1px solid #38a323;}*/
    .sdnc-plan .your-investment {
        overflow: hidden;
        border: 1px solid #ddd;
        background: #FFF;
        margin-top: 40px;
    }

        .sdnc-plan .your-investment h3 {
            padding: 14px 0 0 0;
            margin: 0;
            color: #646565;
            font-size: 18px;
            font-family: 'dinotbold', Tahoma, Arial;
            background: #f1f1f1;
            text-align: center;
            height: 50px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

        .sdnc-plan .your-investment table {
            width: 100%;
        }

        .sdnc-plan .your-investment td {
            border-top: 1px solid #ddd;
            padding: 8px;
            color: #646565;
            font-size: 16px;
        }

    .sdnc-plan .totalprintprice {
        font-family: 'dinotbold', Tahoma, Arial;
        font-size: #555;
        vertical-align: top;
    }

        .sdnc-plan .totalprintprice span.total {
            font-family: 'dinotbold', Tahoma, Arial;
            font-size: 16px;
            vertical-align: top;
        }

        .sdnc-plan .totalprintprice span {
            display: block;
            font-size: 11px;
            white-space: nowrap;
            font-family: 'dinotregular', Tahoma, Arial;
            padding-bottom: 10px;
        }

    .sdnc-plan .pr-bundle {
        min-height: 445px;
    }

    .sdnc-plan .planheight {
        min-height: 390px;
    }

    .sdnc-plan .abnfree {
        color: #dd7314 !important;
    }

    .sdnc-plan .company-order .pbtn-new {
        background: #5b6974;
        color: #FFF;
        border: 1px solid #5b6974;
    }

        .sdnc-plan .company-order .pbtn-new:hover {
            background: #49555e;
            border: 1px solid #49555e;
        }

    .sdnc-plan .pbtn-remove {
        background: #5b6974;
        color: #FFF;
        border: 1px solid #5b6974;
    }

        .sdnc-plan .pbtn-remove:hover {
            background: #49555e;
            border: 1px solid #49555e;
        }

    .sdnc-plan .pbtn-add {
        background: #56b343;
        color: #FFF;
        border: 1px solid #56b343;
    }

        .sdnc-plan .pbtn-add:hover {
            background: #38a323;
            border: 1px solid #38a323;
        }

@media (max-width:1030px) {
    .sdnc-plan .col4 {
        width: 33%;
        padding: 0 10px;
        margin-bottom: 50px;
    }

        .sdnc-plan .col4.last2 {
            width: 50%;
        }

    .sdnc-plan .company-order {
        margin: 0;
    }

    .sdnc-plan .your-investment {
        margin-top: 0;
    }

    .sdnc-plan .planheight {
        min-height: 320px;
    }

    .sdnc-plan .pr-bundle {
        min-height: 320px;
    }
}


@media (max-width:767px) {
    .sdnc-plan .col5 {
        width: auto;
        float: none;
    }

        .sdnc-plan .col5.last2 {
            width: auto;
        }

    .sdnc-plan .planheight {
        min-height: 60px;
    }

    .sdnc-plan .pr-bundle {
        min-height: 60px;
    }
}

/* * * * * *  General  * * * * * * */

.pr-bundle {
    min-height: 295px;
}

.planheight {
    min-height: 318px;
}

.abnfree {
    color: #dd7314 !important;
}

.textColorChange {
    float: right;
    color: #566262;
}

.pagging {
    padding: 4px 8px;
    background: #fff;
    border: solid 1px #666;
    margin: 0px 5px;
    display: block;
    float: left;
    font-weight: bold; 
}

.pageselected {
    padding: 4px 8px;
    background: #356780;
    color:#fff;
    border: solid 1px #666;
    margin: 0px 2px;
    display: block;
    float: left;    
}

#main-nav{ outline:none; border-bottom:1px solid #ddd;}
#main-nav ul{margin: 0 25px;}
#main-nav ul.no-scroll{margin:0;}
#main-nav li{float: left; position:relative;}
#main-nav li a{ height:40px; padding:10px 25px 0 25px; display: block; color:#4a5d71; text-decoration: none; font-size:16px; font-weight:700;}
#main-nav li a:hover{ color:#04ad95;}
#main-nav li.active a:after{ content:""; position:absolute; bottom:0; left:0; width:100%; border-bottom:4px solid #04ad95; height:4px;}

.main-nav-block .tab-detail { display: none; }
.main-nav-block .tab-detail.active { display: block; }


/*popup design*/
#blanket{background:#111;filter:alpha(opacity=65);left:0;opacity:0.65;position:fixed;top:0;width:100%;z-index:9001;}
div.result_inr {

    font-size: 20px;
    padding: 0px 0 15px 0;
}

.popup_header {
    border-radius: 6px 6px 0 0;
    background: #04ad95;
    color: #FFF;
    font-size: 24px;
 
}








/* New 08-01-2019 */   



    .slides .contentlink {
        float: left;
       /* width: 880px; */
        text-align: left;
        padding: 0px 0 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
    }






.navbar .nav-tab1 {
    display:inline-block;
	
    min-width: 100px;
	height: 52px;
	line-height: 52px;
    margin:0px 18px 0px 0px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab1 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab1 img {
	
    vertical-align: middle;
    display: inline-block;
	margin-top:6px;
      
	
}





.navbar .nav-tab2 {
    display:inline-block;
	
    min-width: 100px;
	height: 65px;
	line-height: 65px;
    margin:0px 2px 0px 0px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab2 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab2 img {
	
    vertical-align: middle;
    display: inline-block;
	
      
	
}





/* the class name selected to lock the color on is done by jquery*/
.navbar .nav-tab1.selected {
	background:#FF4040;
}
  
  
  
  
  
  
  
  
 .tooltip1 {
    display:inline-block;
    position:relative;
    
    text-align:left;
}

.tooltip1 .top1, .tooltip1 .top2 {
    min-width:230px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:15px 15px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
	text-transform: none;
	line-height: normal;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}


.tooltip1 .top1 img, .tooltip1 .top2 img {
	
	width:255px;
	margin-bottom:10px;
}

.tooltip1:hover .top1, .tooltip1:hover .top2 {
    visibility:visible; opacity:1;
}

.tooltip1 .top1 i, .tooltip1 .top2 i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip1 .top1 i::after, .tooltip1 .top2 i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}













.TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; width: 100%; }
.TabbedPanelsTabGroup { margin: 22px 0 -2px -15px; padding: 0 0 0 10px; height:65px; }

.TabbedExp { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedExp a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; border-bottom:none; display:block; background:#05a3da; border:1px solid #037aa4; }

.TabbedExp a:before, .TabbedExp a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedExp a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #037aa4; border-top: 1px solid #037aa4; z-index:0; }
.TabbedExp a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #037aa4; border-top: 1px solid #037aa4; z-index:1; }



.TabbedSMSF { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedSMSF a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; border-bottom:none; display:block; background:#2681c4; border:1px solid #2166a5; }

.TabbedSMSF a:before, .TabbedSMSF a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedSMSF a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:0; }
.TabbedSMSF a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:1; }



.TabbedUnit { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedUnit a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; border-bottom:none; display:block; background:#ec882b; border:1px solid #e97d24; }

.TabbedUnit a:before, .TabbedUnit a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedUnit a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #e97d24; border-top: 1px solid #e97d24; z-index:0; }
.TabbedUnit a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #e97d24; border-top: 1px solid #e97d24; z-index:1; }



.TabbedTax { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedTax a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 1px 0 1px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; border-bottom:none; display:block; background:#282828; border:1px solid #191919; }

.TabbedTax a:before, .TabbedTax a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedTax a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #191919; border-top: 1px solid #191919; z-index:0; }
.TabbedTax a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #191919; border-top: 1px solid #191919; z-index:1; }



.TabbedPanelsTab1 { outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; margin:0 -6px 0 12px; padding:8px 11px 0 15px; border-radius:10px 10px 0 0; text-decoration:none; background:#ffffff; border:1px solid #ffffff; border-bottom:none; display:block; }


.TabbedPanelsTab1:before, .TabbedPanelsTab1:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedPanelsTab1:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }
.TabbedPanelsTab1:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }   



ul.default-listing {
    padding: 5px 0;
}

    ul.default-listing > li {
        padding: 0 0 5px 15px;
        position: relative;
        font-size: 1.000em;
        line-height: 1.25em;
    }

        ul.default-listing > li:last-child {
            padding-bottom: 0;
        }

        ul.default-listing > li:before {
            position: absolute;
            width: 5px;
            height: 5px;
            content: "";
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            background: #7b7b7b;
            left: 0;
            top: 7px;
        }



/* button holiday */

.btn1 {
height: 41px; 
width: 397px;   
/*margin-right: 20px;
margin-top: 3px;*/
background-image:url('../images/holiday1.jpg?80888888');
background-repeat:no-repeat;
background-color: rgba(0,0,0,0);
border: none;
}

.call1{ float:left;  padding:0px  0 0px 15px; font-size:20px; color:#656565; font-family: 'ZurichBold', arial;}




/************************** Home Popup ***************************************/



.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 670px;
  margin: 50px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 20px 40px;
  background: #ffffff;
  color: #ff0000;
  border-bottom: 1px solid #ffffff;
}

.modal-body {
  background: #ffffff;
  padding: 30px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}






