@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
/** Generated by FG **/
@font-face {
    font-family: 'Conv_GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: local('☺'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_ufonts.com_gotham-medium';
    src: url('../fonts/ufonts.com_gotham-medium.eot');
    src: local('☺'), url('../fonts/ufonts.com_gotham-medium.woff') format('woff'), url('../fonts/ufonts.com_gotham-medium.ttf') format('truetype'), url('../fonts/ufonts.com_gotham-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_gothambold1';
    src: url('../fonts/gothambold1.eot');
    src: local('☺'), url('../fonts/gothambold1.woff') format('woff'), url('../fonts/gothambold1.ttf') format('truetype'), url('../fonts/gothambold1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
    Printing Tables:
    http://css-discuss.incutio.com/wiki/Printing_Tables
    */
    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* Theme Base */
html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
    text-align: left;
    line-height: 25px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #00b700;
}

.page-home .widget.widget-pageHeading {
    display: none;
}

.widget.widget-pageHeading {
    text-align: center;
    padding: 60px 15px;
    border: none;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.widget-pageHeading h2,
.widget.widget-pageHeading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 53px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    z-index: 99;
    font-family: 'Poiret One', cursive;
    line-height: 53.8px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'Conv_GothamBook';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
}

input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 10px;
    background: rgba(6, 68, 111, 1);
    border: 0px solid rgba(6, 68, 111, 1);
    box-sizing: border-box;
    text-align: center;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 15px 55px;
    line-height: 20px;
    font-family: 'Conv_gothambold1';
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #00b700;
    color: #fff;
}

input[type=text], input[type=password], select {
    height: 40px;
}

input[type=text], input[type=password], select, textarea {
    border-color: #000;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: #fff;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: auto;
}

table th {
    font-size: 17px;
    font-weight: 700;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: justify ;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

.scrollable-table {
    overflow: auto;
}

.scrollable-table th,
.scrollable-table td {
    white-space: nowrap;
}

.widget-snippet {
    font-family: 'Conv_GothamBook';
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: left;
}

.widget-snippet a {
    color: #000000;
}

.widget-snippet a:hover {
    color: #00b700;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 6px 24px;
    list-style-type: none;
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
    text-align: left;
    line-height: 25px;
}

.widget ul li a, .widget ol li a {
    color: #000000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #00b700;
}

ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: '\f00c';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00b700;
    font-size: 15px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 19px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
    max-width: 100%;
}

.auto-page .page-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-row {
    position: relative;
}

.errorlist.after .message-block {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: 4px;
}

.form-row.textArea .errorlist.after {
    bottom: -7px;
}

.message-block.info-message, .message-block.success {
    border: 0px solid #C2E7C2;
    color: #fff;
    background: #00b700;
    margin: 0 0 20px;
    border-radius: 4px;
}

.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 8px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 1px solid #959595;
    text-align: center;
    height: 45px;
    background: #fff;
    border-radius: 3px;
}

.form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
}

.widget-form .single-input-row .form-row {
    margin-top: 0;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}

.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

.widget.widget-form.contact-form {
    background: #f8f8f8;
    padding: 30px 50px 40px;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.widget.widget-form.contact-form button.submit-button:hover {
    background-color: #00b700;
}

.simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 2px;
}

.widget.widget-form.contact-form .form-row.btn-row {
    margin-top: 15px;
}

.widget.widget-form.contact-form .form-row.btn-row label {
    display: none;
}

.widget.widget-form.contact-form textarea {
    min-height: 160px;
    padding-top: 15px;
}

.widget-form input[type=text] {
    height: 45px;
    margin: 0 0 25px;
}

.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #959595;
    padding: 3px 15px;
    border-radius: 3px;
}

.contact-cell a {
    color: #00b700;
}

.widget > .widget-title {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 34px;
    text-align: left;
    color: #080808;
    font-weight: bold;
    text-transform: none;
    line-height: 36px;
}

.widget.page-heading {
    text-align: center;
    padding: 65px 0 60px 0;
    border: none;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 53px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    z-index: 99;
    font-family: 'Poiret One', cursive;
    line-height: 53.8px;
}

.page-heading .enquiry-link {
    position: relative;
    z-index: 99;
    display: inline-block;
}

.page-heading .enquiry-link a {
    transition: all 0.5s ease 0s;
}

.header::before, .header::after {
    content: "";
    position: absolute;
    top: 194px;
    left: 0;
    width: 100%;
    height: 170px;
}

.header::before {
    background-color: rgba(6, 68, 111, 0.8);
    z-index: 1;
}

.header::after {
    background-image: url('/template/2391e2a3/images/innerbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.header.active-section::before,
.header.active-section::after {
    display: none;
}

.page-home .header::before,
.page-home .header::after {
    display: none;
}

.widget-snippet .enquiry-section {
    margin-top: 100px;
}

/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}

/*end:Page not faund */

/*start: jssor slider css */

div.jssor-slider-container .jssor-slider-container .caption-wrapper {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.jssor-slider-container[jssor-slider="true"] .slide::after {
    content: none;
}
div.jssor-slider-container .jssor-slider-container .container [u="caption"] {
    height: 30px;
    left: 40%;
    position: absolute;
    top: 40%;
    width: 500px;
}

.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}

div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}

div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 600px;
    padding: 0 !important;
    text-align: center;
}

div.jssor-slider-container {
    margin: 0 auto;
    position: relative;
}

div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.widget-gallery.jssorSlider:before {
    display: none;
}
.jssor-slider-container::before {
    content: url("/template/2391e2a3/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -18px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget-gallery .jssor-slider-container .description {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    text-align: left;
    line-height: 32px;
    background-color: rgba(6, 68, 111, 0.90);
    min-width: 816px;
    padding: 9% 4% 0 6%;
}

.widget-gallery .jssor-slider-container .description h1 {
    color: #fff;
    font-size: 53px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    line-height: 55px;
    letter-spacing: 2px;
    margin: 0 0 35px 0;
    padding: 0;
    font-family: 'Poiret One', cursive;
}

.widget-gallery .jssor-slider-container .description .get-started {
    padding: 17px 47px;
    border: medium none;
    display: inline-block;
    vertical-align: middle;
    background-color: #00b700;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_gothambold1';
    line-height: 20px;
    letter-spacing: 2px;
    transition: all 0.5s ease 0s;
}

.widget-gallery .jssor-slider-container .description .get-started:hover {
    background-color: #fff;
    color: #06446f;
}

/*end: jssor slider css */

.widget-storeLogo img {
    max-width: 100%;
    height: auto;
}

/*start:manu*/
.widget-navigation.main-menu {
    text-align: right;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: "\f107";
    color: rgba(0, 0, 0, 0.8);
    font-family: FontAwesome;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    top: 1px;
    right: -8px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    transform: rotate(180deg);
    color: #00b700;
    top: 3px;
}
.widget-navigation.main-menu .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.90);
    padding: 21px 15px;
    font-weight: bold;
}
.widget-navigation.main-menu .navigation-item a:hover {
    color: #00b700;
}
.widget-navigation.main-menu .navigation-item.has-child:hover, .widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {

}
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item.active a {
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 12px 24px;
}

/** Sub Menu **/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 70px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
    transform: translateX(-50%);
    margin: -10px 0 0 0;
}

.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transform: translateX(-50%);
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child {
    border-radius: 0 0 8px 8px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-radius: 0 0 8px 8px;
    border: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    padding: 15px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    color: #00b700;
    z-index: 2;
    display: block;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 370px;
    position: absolute;
    top: 10px;
    width: 230px;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container:before {
    left: -2px;
    top: 18px;
    transform: translateX(-50%) rotate(-90deg);
}

/*end:menu*/

.widget-snippet .welcome-content a:hover,
.widget-snippet .home-content a:hover,
.widget-snippet .welcome-content a:focus,
.widget-snippet .home-content a:focus,
.widget-snippet .welcome-content a:hover::after,
.widget-snippet .welcome-content a:focus::after {
    color: rgba(6, 68, 111, 1);
}

/* Inquiry Page Start*/
.form-template {
    max-width: 700px;
    margin: 0 auto;
}

.widget.widget-form {
    max-width: 700px;
    margin: 0 auto;
}

.widget.widget-form .widget-title {
    text-align: center;
}

.form-row {
    margin: 0;
    text-align: center;
}

.form-row.btn-row label {
    display: none;
}

.widget.widget-form textarea {
    padding-top: 10px;
    margin-bottom: 15px;
}

.widget-image.contact-page-img {
    text-align: center;
    padding-top: 80px;
}

.widget-form .double-input-row, .widget-form .triple-input-row {
    margin: 0 -11px;
}

.form-template .double-input-row .form-row {
    padding: 0 11px;
}

.widget.widget-form .widget-title {
    padding: 0 0 22px 0;
    font-size: 24px;
}


/* Inner Page left content right image common */
.widget-article.full-width-page-content{
    padding: 0 15px;
}
.widget-snippet .full-width-page-content .col-md-7{
    padding-right: 60px;
}
.widget-snippet .full-width-page-content img {
    padding-top: 7px !important;
}
.widget-snippet p{
    color: #000000;
    font-size: 16px;
    font-family: 'Conv_GothamBook';
}
.widget-snippet .full-width-page-content ul li a,
.widget-snippet .full-width-page-content ol li a,
.widget-article.full-width-page-content ul li a,
.widget-article.full-width-page-content ol li a,
.widget-article.full-width-page-content a,
.widget-snippet .full-width-page-content a {
    text-decoration: underline;
    color: #00b700;
}
.widget-article.full-width-page-content a:hover,
.widget-snippet .full-width-page-content a:hover{
    opacity: 0.6;
}


/* Cost Base - Full Doc */
.full-width-page-content .scrollable-table {
    margin-bottom: 40px;
}

.full-width-page-content .scrollable-table table {
    margin: 0 0 10px 0;
}

.full-width-page-content table {
    margin: 15px 0 40px;
    border: 0;
    width: 100%;
}
.full-width-page-content table tr td {
    max-width: 100%;
    text-align: left;
    width: 250px;
}

.full-width-page-content strong {
    font-weight: 600;
    letter-spacing: 0.50px;
    color: #00b700;
}

.full-width-page-content table strong {
    font-weight: 600;
    letter-spacing: 0.50px;
    color: #333;
}

.widget.full-width-page-content ul li a,
.widget-snippet .widget.full-width-page-content ul li a,
.widget-snippet .widget.full-width-page-content ol li a,
.widget.full-width-page-content ol li a {
    color: #00b700;
}

/*start:footer*/
.footer {
    padding-top: 100px;
    padding-bottom: 180px;
}
.footer .widget > .widget-title {
    font-size: 17px;
    padding-bottom: 10px;
    color: #000000;
    text-transform: none;
    font-weight: bold;
}
.footer .vertical .navigation-item {
    line-height: 15px;
    padding-bottom: 10px;
}
.footer .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    color: #000;
    font-size: 14px;
    margin: 0 0 2px 0;
    padding: 0;
    font-family: 'Conv_GothamBook';
}
.footer .vertical .navigation-item a:hover {
    color: #00b700;
}

/*endfooter*/

.follow-us .widget-title {
    padding-left: 18px;
}
.copyright-text p {
    margin: 0;
    padding: 0;
    text-align: center !important;
    color: #000;
    font-size: 14px;
}
.copyright-text p a {
    color: #000;
}
.copyright-text p a:hover {
    color: #00b700;
    text-decoration: none;
}
.footer .footer-bottom-links {text-align: center;}
.widget-snippet .footer-contact {
    margin-top: -5px;
}
.footer .navigation-item {
    padding-right: 10px;
}
.footer .nav-wrapper a {
    color: #000;
    font-size: 14px;
    font-family: 'Conv_GothamBook';
}
.footer .nav-wrapper a:hover {
    color: #00b700;
    text-decoration: none;
}
.body-section .widget-container  .page-content{
    min-height: 360px;
}
.widget-html.westpac-text p{
    font-size: 11px;
    line-height: 17px;
}
.widget-snippet.btn-get-started .enquiry-link-text{
    top: 61px;
    right: 15px;
}
.widget.full-width-page-content .scrollable-table table{
    margin: 0 0 0 0 !important;
    padding-right: 0;
    max-width: 100%;
}
body.sf .phone-number a,
body.sf .widget-navigation.main-menu .navigation-item a {
    font-weight: 400;
}
.full-width-page-content a strong {
    color: #00b700;
}

/*start: front end editor*/
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px
}
.fee  .widget-pageHeading h1 {
    color: #000;
}
/*.fee-widget-row .widget-snippet .enquiry-link-text {*/
/*    position: relative;*/
/*    top: auto;*/
/*    display: block;*/
/*    text-align: right;*/
/*}*/
.fee button{
    padding: 4px 55px;
}
/*end: front end editor*/
body.widget-snippet .enquiry-section h3 {
    z-index: unset;
}
body.widget-snippet .social-share a {
    padding: 10px;
}
body.widget-snippet .enquiry-link-text {
    z-index: unset;
}

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
/*.fee-fixed-width-content {*/
/*    padding-left: calc(50% - 683px) !important;*/
/*    padding-right: calc(50% - 683px) !important;*/
/*}*/

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/
.article-content .container,
.fee .widget-snippet .container {
    max-width: 100% !important;
    width: auto;
}
div.widget-snippet .location p {
    font-family: 'Conv_GothamBook';
    padding: 0;
}
.fee .widget-navigation.main-menu .navigation-item a:hover {
    color: rgba(0, 0, 0, 0.90);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888888;
}
