﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*display: table;*/
    /*overflow-y: hidden;*/
}

/**::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

*::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}*/

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: transparent;
}



#wrapper {
    display: table;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/*body {line-height: 1; height: calc(100% - 158px) !important;}*/

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
    position: relative;
}

main {
    position: relative;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #fff;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

input[type=checkbox] {
    margin: -2px 5px 0 0 !important;
    line-height: normal;
    vertical-align: middle !important;
}

.loginBox input:-webkit-autofill {
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

.loginBox input:focus,
input:-webkit-autofill:focus {
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(255, 255, 255, 0.5) !important;
}

.borderRight1px {
    border-right: 1px solid #ccc;
}

h1 {
    font-size: 24px;
    color: #0f5a99;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}

p {
    padding-top: 10px;
    color: #333;
    font-weight: 500;
    text-align: justify;
    font-size: 16px;
}

    p i {
        padding-right: 5px;
    }

.marginbottom10px {
    margin-bottom: 10px;
}

.marginbottom0 {
    margin-bottom: 0 !important;
}

.cursorPointer {
    cursor: pointer;
}

.break10px {
    margin-bottom: 10px;
}

.break20px {
    margin-bottom: 20px;
}

.noleftpadding {
    padding-left: 0 !important;
}

.notoppadding {
    padding-top: 0;
}

.borderdash {
    border: 1px dashed #666;
}

.padding15px {
    padding: 15px;
}

textarea {
    resize: none !important;
}
/*header{position:relative; top:0; left:0; right:0; width:100%;}*/
header {
    background: #000;
    padding: 20px 0;
}

footer {
    background: #e9eced;
    /*padding: 10px 0 0 0;*/
    /*position:absolute;
    bottom: 0; left:0; right:0; height: 100px;*/
}

header.sticky {
    background: #07375d;
    transition: 0.05s ease-in-out;
}

img.logo {
    float: none;
    display: table;
    margin: 0px auto 10px;
    width: 50%;
}

.alert {
    padding: 10px !important;
    margin-bottom: 0;
}

.cursorPointer {
    cursor: pointer;
}

a.btn-login {
    border: 1px solid #fff;
    color: #fff;
    transition: background 0.2s ease-in-out;
    float: right;
    font-size: 16px;
    clear: right;
}

a.togglebar {
    display: none;
    float: right;
    cursor: pointer;
}

a.btn-login i {
    padding-right: 5px;
}

a.btn-login:hover {
    background: #fff;
    color: #0f5a99;
    transition: all 0.5s ease;
}

.btngrp {
    margin-bottom: 10px;
}

    .btngrp a {
        margin-right: 5px;
    }

        .btngrp a:last-child {
            margin-right: 0;
        }

.btn-custom {
    background: #0f5a99;
    color: #fff;
}

    .btn-custom:hover {
        color: #bbcfdf;
    }

.btn-grey {
    background: #ccc;
    color: #000;
}

    .btn-grey:hover {
        color: #666;
        color: #fff;
    }

a.link {
    margin-bottom: 10px;
}

.pointerCursor {
    cursor: pointer;
}

.greybg {
    background: #ccc;
    padding: 7px 10px;
    border-radius: 5px;
}

img.tree {
    margin-top: 10px;
}

.noborder {
    border: 0 !important;
}

hr {
    border-color: #ccc;
    margin: 0;
}

ul.nav {
    float: right;
    clear: right;
    margin-top: 5px;
}

    ul.nav li {
        float: left;
        margin-right: 2px;
        font-size: 14px;
    }

        ul.nav li:last-child {
            margin-right: 0;
        }

        ul.nav li a {
            padding: 5px 10px;
            color: #fff;
            border-radius: 5px;
            transition: border 0.2s ease-in-out;
        }

            ul.nav li a:hover {
                background: rgba(255,255,255,0.2);
            }

            ul.nav li a:focus, ul.nav li a.active {
                background: #fff;
                color: #0f5a99;
            }

.modalpopUp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 5;
    display: none;
}

.popUpInside {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.whiteBox {
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow-x: hidden;
}

    .whiteBox h3 {
        background: #0f5a99;
        padding: 5px 15px;
        line-height: inherit;
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
    }

    .whiteBox a.closepopup {
        position: absolute;
        right: 15px;
        cursor: pointer;
        top: 5px;
        color: #fff;
    }

.formgrp {
    padding: 0 15px;
}

    .formgrp hr {
        margin-top: 0;
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
    }

input.captcha {
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

/*section.contentarea {
    margin: 30px 0 0 0;
    min-height: 380px;
    overflow: scroll;
}*/

#latestnews {
    height: 480px;
    overflow: hidden;
}

    #latestnews ul li {
        height: auto !important;
        position: relative;
        padding: 10px 0 !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        border-bottom: 1px solid #ccc;
    }

        #latestnews ul li:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            position: absolute;
            color: #0f5a99;
        }

        #latestnews ul li span {
            display: block;
            padding-left: 20px;
        }

.newsticker {
    height: auto !important;
    overflow: hidden;
}


ul.listitem {
    margin-top: 10px;
}

    ul.listitem li {
        font-size: 14px;
        font-weight: 600;
        padding-left: 20px;
        line-height: 23px;
        padding-bottom: 15px;
        text-align: justify;
    }

        ul.listitem li:before {
            font-family: 'FontAwesome';
            font-size: 12px;
            font-weight: 300;
            content: "\f111";
            position: absolute;
            color: #0f5a99;
        }

        ul.listitem li span {
            display: block;
            padding-left: 25px;
        }

            ul.listitem li span a {
                color: #07375d;
                cursor: pointer;
                font-size: 16px;
            }

                ul.listitem li span a i {
                    padding-right: 5px;
                }

                ul.listitem li span a:hover {
                    text-decoration: underline;
                }

.heading {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .heading h1 {
        padding: 0;
        padding-top: 5px;
    }

ul.companynames {
    margin-top: 20px;
}
/* ————————————————————–
  Tree core styles
*/
.tree {
    margin: 5px 2em 2em 2em;
    padding: 0 0 0 20px;
}

    .tree input {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

        .tree input ~ ul {
            display: none;
        }

        .tree input:checked ~ ul {
            display: block;
        }

    /* ————————————————————–
  Tree rows
*/
    .tree li {
        line-height: 1.2;
        position: relative;
        padding: 0 0 1em 1em;
        font-size: 30px;
    }

    .tree ul li {
        padding: 1em 0 0 1em;
    }

    .tree > li:last-child {
        padding-bottom: 0;
    }

/* ————————————————————–
  Tree labels
*/
.tree_label {
    position: relative;
    display: inline-block;
    background: none;
}

label.tree_label {
    cursor: pointer;
}

    label.tree_label:hover {
        color: #666;
    }

    /* ————————————————————–
  Tree expanded icon
*/
    label.tree_label:before {
        background: #0e5a99;
        color: #fff;
        position: relative;
        z-index: 1;
        float: left;
        margin: 0 1em 0 -2em;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        content: '+';
        text-align: center;
        line-height: .9em;
    }

:checked ~ label.tree_label:before {
    content: '–';
}

/* ————————————————————–
  Tree branches
*/
.tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    display: block;
    width: 0;
    border-left: 2px solid #0e5a99;
    content: "";
}

.tree_label:after {
    position: absolute;
    top: 0;
    left: -45px;
    display: block;
    height: 0.5em;
    width: 1em;
    border-bottom: 2px solid #0e5a99;
    border-left: 2px solid #0e5a99;
    border-radius: 0 0 0 .3em;
    content: '';
}

.tree_sublabel a {
    color: #0e5a99;
    cursor: pointer;
}

.tree_sublabel:after {
    left: -47px;
}

.tree_single:after {
    position: absolute;
    top: 0;
    display: block;
    height: 0;
    opacity: 0;
    /* border-left: 2px solid #0e5a99; */
    /* border-radius: 0 0 0 .3em; */
    content: '';
}

.tree_single:before {
    content: '' !important;
}

:checked ~ .tree_single:before {
    content: '' !important;
}

label.tree_label:after {
    border-bottom: 0;
}

:checked ~ label.tree_label:after {
    border-radius: 0 .3em 0 0;
    border-top: 2px solid #0e5a99;
    border-right: 2px solid #0e5a99;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5em;
    height: 100%;
}

.tree li:last-child:before {
    height: 1em;
    bottom: auto;
}

.tree > li:last-child:before {
    display: none;
}

label.tree_sub_label {
    font-weight: 300;
}

    label.tree_sub_label:before {
        content: '' !important;
    }

:checked ~ label.tree_sub_label:after {
    border-width: 0;
}

.tree_custom {
    display: block;
    background: #eee;
    padding: 1em;
    border-radius: 0.3em;
}

.greybg p {
    padding: 0;
    margin: 0;
    line-height: 16px;
}

#psswdreset {
    margin-bottom: 10px;
    display: none;
}

.divUser {
    margin: 5px 0 20px 0;
    clear: both;
}

    .divUser a {
        font-size: 13px;
        cursor: pointer;
    }

/*footer{background:#000; position:relative; bottom:0; left:0; right:0; width:100%; }*/
footer span {
    color: #000;
    font-size: 12px;
    font-weight: 400; 
}

    footer span.left {
        float: left;
    }

    footer span.right {
        text-align: right;
        float: right;
        padding: 0 10px 0 0;
    }

/*Forgot Password*/
body.otherbg {
    background: #666;
}

#divfpassword {
    background: none;
}

    #divfpassword .whiteBox {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    }

#dashboard .whiteBox {
    max-height: 220px !important;
}

.table-custom {
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
}

    .table-custom thead tr th, .table-custom tbody tr th {
        background: #0f5a99;
        color: #fff;
        font-weight: 500;
        text-align: center;
        font-size: 13px;
        padding: 0 17px !important;
    }

    .table-custom tbody tr:nth-child(odd) td {
        background: #fff;
    }

    .table-custom tbody tr:nth-child(even) td {
        background: #f1f1f1;
    }

    .table-custom tbody tr td {
        vertical-align: middle;
        text-align: left;
        font-size: 12px;
    }

        .table-custom tbody tr td a {
            cursor: pointer;
        }

            .table-custom tbody tr td a i {
                font-size: 24px;
                color: #0f5a99;
            }

#tblCompanies tbody tr td {
    text-align: center;
}

ul#subDetails li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    ul#subDetails li:last-child {
        border: 0;
    }

    ul#subDetails li strong {
        padding-right: 10px;
        font-size: 20px;
    }

    ul#subDetails li label {
        font-weight: bold;
    }

    ul#subDetails li span {
        padding-right: 15px;
        color: #0f5a99;
    }

    ul#subDetails li a {
        color: #000;
    }

        ul#subDetails li a i {
            padding-right: 5px;
        }

#tblCompanies thead tr th {
    vertical-align: middle;
}

.dataTables_info, div.dataTables_wrapper div.dataTables_length label, .dataTables_filter {
    display: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 40%;
    opacity: 1;
}

.tblCompanies tbody td {
    text-align: left;
}

.newssection .fa-list-ul {
    margin: 0 10px 0 0 !important;
}

.newstape a {
    color: #F5F7FA;
}

#wrapper {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 93vh;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


.newstape {
    background-color: #d0d9f0;
    color: #fff;
    height: 215px;
    overflow: hidden;
    float: left;
    width: 100%;
}

    .newstape h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        background-color: #e7eef5;
        color: #0f5a99;
        padding: 7px 10px;
        border: 1px solid #0f5a99;
    }

.news-block {
    background-color: #e7edf5;
    padding: 10px;
    margin: 0 0 3px 0;
}

.newstape-content {
    position: relative;
    padding: 3px;
}

.newstape-drag {
    cursor: ns-resize;
}

.news-block h3 .hd-rght {
    text-align: right !important;
}

.news-block h3 .hd-text {
    text-align: left !important;
}

.newssection {
    width: 100%;
    float: left;
    border-bottom: 3px solid #0f5a99;
}

.newssection-hd {
    background: #0f5a99;
    padding: 10px;
    line-height: inherit;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin: 0 0 1px 0;
}

.newssection h2 {
    width: 100%;
    float: left;
    border-bottom: none;
    margin-bottom: 0px;
    background: url(../images/jsptc-logo-news.png) left;
    background-repeat: no-repeat;
    padding: 0 0 0 32px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.newssection h3 {
    width: 50%;
    float: right;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
}

.news-block-hd {
    background: #e7eef5;
    padding: 0px 10px;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.49);
    box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.49);
    border: 1px #0f5a99 solid;
}

    .news-block-hd h2 {
        width: 100%;
        float: left;
        border-bottom: none;
        background-image: none;
        text-align: left;
        font-size: 14px;
        color: #0f5a99;
        padding-left: 0px;
        padding-top: 8px;
    }

    .news-block-hd h3 {
        width: 50%;
        float: right;
        margin-bottom: 0px;
        font-size: 14px;
        text-align: right;
        border: none;
    }

    .news-block-hd h4 {
        width: 50%;
        float: left;
        font-size: 14px;
        text-align: left;
        border: none;
        color: #0f5a99;
        margin-top: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

.contentarea .listitem li {
    padding-left: 0px !important;
}

#tableNotice thead tr th {
    text-align: center;
    background-color: #0f5a99;
    color: #fff;
    vertical-align: middle;
}

#tableNotice thead tr th, .news-notice-table thead tr td {
    border: 1px solid #ccc;
}

.news-notice-table-full {
    width: 100%;
    padding: 0 15px;
    float: left;
}

.table-margin {
    margin-top: 10px !important;
}

.padding0px {
    padding-left: 0px;
    padding-right: 0px;
}

.news-notice-table {
    width: 100%;
    float: left;
}

#tree {
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fdfdfd;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    border: 1px #ccc solid;
    margin: 25px 0 0 0;
}

#divDetails {
    margin: 25px 0 0 0;
}

#PanentNews {
    height: 553px;
}

.tblCompanies tbody tr th {
    vertical-align: middle;
}

/*#divDetails{display:none;}*/
.showDiv {
    visibility: hidden;
}

.iframe-custom {
    border-radius: 5px;
    border: 2px solid #ccc;
}

/*.owl-carousel .owl-stage-outer .owl-stage .owl-item { width:100% !important;
}*/
/*.owl-stage { width:100% !important;
}*/

/*.owl-controls { display:none; }*/

.owl-dots {
    display: none !important;
}

.main-homebanner {
    margin: 0 0 20px 0;
}

/*-----------------------------------------------companies-start--------------------------------------*/

/*.sui-treeview-item-text::before  {display: inline-block;
    zoom: 1;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    border-top: .4em solid;
    position: relative;
    top: -2px;
}*/

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    padding: 0;
    /**zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;*/
    /*overflow:visible;*/
    height: 100% !important;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

.bxslider {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100% !important;
}

ul.bxslider {
    list-style: none;
}
/*.bx-viewport {
  -webkit-transform: translateZ(0);
}*/
/** THEME
===================================*/
.bx-wrapper {
    /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;*/
    /*background: #fff;*/
    margin-top: 25px;
    margin-bottom: 50px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
        display: none;
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active,
            .bx-wrapper .bx-pager.bx-default-pager a:focus {
                background: #000;
            }

    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }

    .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }

    .bx-wrapper .bx-prev {
        left: 47%;
        background: url(../images/controls.png) no-repeat 0 -32px;
    }

        .bx-wrapper .bx-prev:hover,
        .bx-wrapper .bx-prev:focus {
            background-position: 0 0;
        }

    .bx-wrapper .bx-next {
        right: 38%;
        background: url(../images/controls.png) no-repeat -43px -32px;
    }

        .bx-wrapper .bx-next:hover,
        .bx-wrapper .bx-next:focus {
            background-position: -43px 0;
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        margin-top: 0;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url('images/controls.png') -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active,
            .bx-wrapper .bx-controls-auto .bx-start:focus {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url('../images/controls.png') -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active,
            .bx-wrapper .bx-controls-auto .bx-stop:focus {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

/*---------------------------------------left side tree view------------------------------------------*/

#my-tree {
    height: auto;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    background-color: #fdfdfd;
    padding: 10px;
    border-radius: 5px;
    border: 1px #ccc solid;
    margin: 25px 0 0 0;
}

.tf-tree,
.tf-tree li {
    list-style: none;
    padding-left: 0;
    line-height: 32px;
    font-weight: bold;
}

    .tf-tree .tf-child-true > ul {
        display: none;
        padding-left: 0;
    }

    .tf-tree .tf-child-true {
        cursor: pointer;
        position: relative;
        padding-left: 30px !important;
    }

        .tf-tree .tf-child-true:before {
            display: block;
            position: absolute;
            top: 6px;
            left: -5px;
            content: "▸";
            width: 30px;
            height: 30px;
            font-size: 25px;
            line-height: 20px;
            text-align: center;
            transition: .1s linear;
            color: #2e5597;
        }

        .tf-tree .tf-child-true.tf-open > div {
            font-weight: bold;
        }

        .tf-tree .tf-child-true.tf-open > ul {
            display: block;
        }

        .tf-tree .tf-child-true.tf-open:before {
            -webkit-transform: rotate(90deg);
        }

    .tf-tree .tf-child-false {
        cursor: pointer;
        position: relative;
        padding-left: 30px !important;
    }

        .tf-tree .tf-child-false:before {
            display: block;
            position: absolute;
            top: 6px;
            left: -5px;
            content: "▸";
            width: 30px;
            height: 30px;
            font-size: 25px;
            line-height: 20px;
            text-align: center;
            transition: .1s linear;
            color: #2e5597;
        }

    .tf-tree .tf-closed {
        font-weight: normal;
    }

    .tf-tree .tf-selected {
        background: #fff;
        color: #08f;
        border-radius: 20px;
    }

    .tf-tree ul.tf-search-result {
        display: block;
    }

        .tf-tree ul.tf-search-result > li {
            display: none;
        }

            .tf-tree ul.tf-search-result > li.tf-search-result {
                display: block;
            }

#tree_wrap .bx-viewport {
    height: 100% !important;
    width: 100% !important;
    /*overflow: auto!important;*/
    /*position: relative!important;*/
    overflow-y: auto !important;
}

#tree_wrap {
    height: 100% !important;
}

#tableNotice tbody tr td {
    text-align: center;
}

.investor-modal h3 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: none;
    text-align: left;
    padding: 20px 0;
    font-weight: 600;
    margin-bottom: 0px;
}

.investor-modal .modal-content {
    text-align: left;
}

.investor-modal .account-form {
    border: 1px #ccc solid !important;
    margin: 20px 0 0 0;
    padding: 15px;
}

.investor-modal .marginbtmless label {
    padding-left: 0px !important;
}

.investor_form h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 600;
}

    .investor_form h3 span {
        margin: 0 0 0 10px;
    }

.mobile-control label span {
    font-size: 11px;
    margin: 0 0 0 10px;
}

.account-form {
    border: 1px #ccc solid !important;
    margin: 20px 0 0 0;
    padding: 15px;
}

    .account-form span {
        font-size: 12px;
        margin: 0 0 0 5px;
    }

.company_funds h3 {
    font-weight: 600;
    font-size: 16px;
    border-bottom: none !important;
}

.company_funds {
    margin: 50px auto !important;
}

.mobile-control {
    margin: 5px 0;
}

.labeltitle span {
    font-size: 16px;
    background-color: #9a9c9e;
    color: #fff;
    font-weight: 400;
    padding: 9px 23px;
    border-radius: 4px 0 0 4px;
}

.investmentpopup .investmentheader {
    display: none !important;
}

.popupbox .modal-body {
    width: 100%;
    float: left;
}

.paddless-left {
    padding-left: 0px;
}

.paddless-right {
    padding-right: 0px;
}

.labeltitle {
    padding-right: 0px;
    padding-top: 5px !important;
}

.input-group-btn .btn-primary {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0px !important;
}

    .input-group-btn .btn-primary h6 {
        margin-bottom: 0px;
    }

.input-group-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 0px 12px;
    border-radius: 0px 4px 4px 0px;
}

.popupbox .btn.btn-default {
    background-color: red;
    color: #fff;
    border: none !important;
}

.investmentpopup .modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px #ddd solid;
    margin: 0 0 10px 0;
}

.mobile-control label {
    font-weight: 500 !important;
    font-size: 12px;
}

    .mobile-control label span {
        font-weight: 500 !important;
    }

.investor_form .mobile-control label {
    font-weight: 500 !important;
    font-size: 13px;
}

.detail-investmentform .form-control {
    font-size: 12px !important;
    padding: 5px !important;
}

.form-control {
    font-size: 12px !important;
}

.detail-investmentform .table-custom thead tr th {
    font-weight: 500 !important;
}

.checkbox label, .radio label {
    font-size: 14px !important;
}

/*.green-btn:active { box-shadow:none !important;
}*/
.green-btn.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------------------------------------------*/

.testimonial {
    border: 10px solid #662a66;
    padding: 40px 0 25px 0;
    margin: 50px;
    text-align: center;
    position: relative;
}

    .testimonial:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        width: 100px;
        height: 100px;
        line-height: 100px;
        background: #fff;
        margin: 0 auto;
        font-size: 70px;
        font-weight: 900;
        color: #f1971f;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
    }

    .testimonial .title {
        padding: 7px 0;
        margin: 0 -30px 20px;
        border: 7px solid #fff;
        background: #e8326f;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
    }

        .testimonial .title:before {
            content: "";
            border-top: 15px solid #662a66;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            bottom: -37px;
            left: 0;
        }

        .testimonial .title:after {
            content: "";
            border-top: 15px solid #662a66;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
            position: absolute;
            bottom: -37px;
            right: 0;
        }

    .testimonial .post {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
    }

    .testimonial .description {
        padding: 0 20px;
        margin: 0;
        font-size: 15px;
        color: #6f6f6f;
        letter-spacing: 1px;
        line-height: 30px;
    }

.tree_block {
    margin: 25px 0 0 0 !important;
}

#tblSuccessorInvestment .form-control {
    display: block;
    text-align: center;
    width: 100%;
    height: 34px;
    padding: 6px 3px !important;
    font-size: 12px !important;
}

#tblNomineeInvestment .form-control {
    display: block;
    text-align: center;
    width: 100%;
    height: 34px;
    padding: 6px 3px !important;
    font-size: 12px !important;
}

.form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}

.flt-left {
    float: right !important;
}

/*-----------------------------------------------companies-end-----------------------------------*/


/*-----------------------------------------------PartPurja_css_Start-----------------------------------*/

.logocol {
    font-size: 30px;
    color: #fff;
    display: table;
    margin: auto;
}

    .logocol:hover {
        color: red;
    }

.box {
    width: 100%;
}

    .box h5 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 30px 0 0 0;
        line-height: 24px;
    }

    .box p {
        text-align: center;
        /*padding: 20px 20px 0;*/
    }

/*.box h2 {
        border-bottom: none;
        color: #ce0e0e;
        font-size: 21px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        background-color: #fff;
        width: 80%;
        display: table;
        margin: 20px auto;
    }*/

.hdTitle {
    border-bottom: none;
    color: #ce0e0e;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    margin: 20px auto;
    text-align: left;
}

    .hdTitle.hdTitle2 {
        font-size: 16px;
        text-transform: capitalize;
    }

.btnPlus {
    text-align: right;
    padding-right: 0px;
}

    .btnPlus .fa {
        font-size: 24px;
    }

.btnCenter {
    display: table !important;
    margin: auto;
}

.btn-primary h6 {
    margin-top: 0px !important;
}



/*.box h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: red;
    height: 2px;
    width: 35%;
    text-align: left;
    left: 0;
    margin-left: -158px;
    margin-right: 40px;
    margin-top: -20px;
}*/
/*.box h2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: red;
    height: 2px;
    width: 35%;
    text-align: left;
    left: 0;
    margin-left: -152px;
    margin-right: 80px;
    margin-top: -20px;
}
.box h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: red;
    height: 2px;
    width: 35%;
    text-align: left;
    left: 0;
    margin-right: -158px;
    margin-left: 40px;
    margin-top: -20px;
}*/

/*.loginBox {
    padding: 4px 0 0 0;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
}*/

/*.loginBox .fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}*/

.loginBox input[type=text], input[type=password] {
    background-color: #fff;
    border: none;
    color: #0d0d0d;
    padding: 7px 20px;
    text-align: center;
    border: 1px solid #8c8c8c;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 95% !important;
    display: table;
    margin: 0 auto 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.formFooter input[type=button] {
    background-color: #e9eced;
    border: none;
    color: #5b5b5b;
    padding: 7px 0;
    font-weight: 600;
    width: 35% !important;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    float: right;
    font-weight: 400;
}

/*.loginBox input[type=text]:focus, input[type=password]:focus {
            background-color: #dbdbdb;
            border: none !important;
        }*/

*:focus {
    outline: none !important;
}

.loginBox input[type=button], input[type=submit], input[type=reset] {
    background-color: #e9eced;
    border: none;
    color: #5b5b5b;
    padding: 7px 0;
    font-weight: 600;
    width: 35% !important;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    float: right;
    font-weight: 400;
}

.loginBox input[type=submit]:hover {
    background-color: #000;
    animation-duration: 2s;
}

.box h4 {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
}

#formFooter {
    /*background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;*/
    text-align: center;
    /*-webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;*/
}

.regiButton {
    background-color: #5b5858;
    border: none;
    color: white;
    padding: 8px 0;
    width: 53% !important;
    text-align: center;
    text-decoration: none;
    display: table;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 58px auto 0 !important;
    cursor: pointer;
}

    .regiButton a {
        color: #fff;
        font-size: 14px;
    }

    .regiButton:hover {
        background-color: #000;
        animation-duration: 2s;
    }

.lightgrey {
    background-color: grey;
}

.footTop {
    /*background-color: #000;*/
    clear: both;
    width: 100%;
    float: left;
    padding: 15px 0;
}

.footBottom {
    /*background-color: #2a2a2a;*/
    clear: both;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.widget h4 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

    .widget h4:after {
        content: "";
        background: #ce0e0e;
        width: 65px;
        height: 2px;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        right: 0;
        margin: auto;
    }

.widget ul li {
    line-height: 21px;
}

    .widget ul li a {
        color: #c6c6c6;
        font-weight: 400;
        font-size: 13px;
    }

        .widget ul li a:hover {
            transition: all 0.35s;
            outline: none;
            color: #ce0e0e;
        }

.widget p {
    color: #c6c6c6;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 0px !important;
}

    .widget p a {
        color: #fff;
    }

        .widget p a:hover {
            color: #ce0e0e;
        }


.box p a {
    color: #ce0e0e;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btnCenter {
    display: table;
    margin: auto;
}

.btn-red {
    background-color: #ce0e0e;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

    .btn-red:hover {
        color: #fff;
        background-color: #a30808;
    }

    .btn-red:focus {
        color: #fff !important;
    }

.martop20 {
    margin-top: 20px;
}

.martop10 {
    margin-top: 10px;
}

.formFooter ul li {
    float: left;
    display: contents;
    color: #000;
}

    .formFooter ul li a {
        padding: 0 22px !important;
        text-transform: capitalize;
        font-weight: 500;
        color: #000;
    }

        .formFooter ul li a:hover {
            color: #ce0e0e;
        }

.textBox p {
    font-size: 16px;
    text-align: center;
}

.textBox q {
    font-size: 12px;
    /*quotes: "\201C""\201D""\2018""\2019";
        padding: 10px 0px;
        line-height: 1.4;*/
}

    .textBox q:before {
        content: open-quote;
        /*display: inline;*/
        display: none;
        height: 0;
        line-height: 0;
        left: -5px;
        position: relative;
        top: 9px;
        color: #000;
        font-size: 1.8em;
    }

    .textBox q:after {
        content: close-quote;
        /*display: inline;*/
        display: none;
        height: 0;
        line-height: 0;
        left: 5px;
        position: relative;
        top: 14px;
        color: #000;
        font-size: 1.8em;
    }

.textBox {
    width: 55% !important;
    display: table;
    margin: 10px auto 0 !important;
}

/*.formFooter {
    display: table;
    margin: 0 auto;
}*/

/*.formFooter.footerCol { margin: 80px auto 0;}*/

#btnLogin:hover {
    background-color: #b7b7b7;
    color: #fff;
}


.fixed_box {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.fade.in {
    background-color: #000;
}

.popupIndex .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}

.fixed__footer {
    height: 38px;
}

.fixed__content,
.fixed__footer {
    position: absolute;
    width: 100%;
}

.fixed__content {
    bottom: 38px;
    top: 0px;
    overflow-y: auto;
}

.fixed__footer {
    bottom: 0;
}

.topLink {
    float: right;
    margin: 20px 0 0 0;
}

    .topLink ul li {
        float: left;
        display: contents;
        color: #000;
    }

        .topLink ul li a {
            color: #000;
            padding: 0 10px;
        }

            .topLink ul li a.active {
                color: #e31e24;
                text-decoration: underline;
            }

            .topLink ul li a:focus {
                color: #0d8ce5;
                text-decoration: underline;
            }

            .topLink ul li a:hover {
                color: #e31e24;
                text-decoration: underline;
            }

.formFooter {
    width: 100% !important;
    padding: 0 19px;
}

.user {
    float: left;
    margin: 7px 0 0 0;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

    .user:hover {
        color: #000;
    }

.textBox {
    width: 68% !important;
    display: table;
    margin: auto;
}

.formFooter.footerCol {
    display: table;
    margin: auto;
}

.formFooter ul {
    display: block !important;
    margin: 0 auto;
}

.redBoxfull {
    background-color: #e31e24;
    padding: 20px 10px 15px;
    width: 49%;
    display: table;
    margin: auto;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}

#divCompany .radio-inline input[type=radio] {
    margin-left: -20px;
    margin-top: 2px;
}

.form-control.typeCol {
    height: auto !important;
}

    .form-control.typeCol .radio-inline input[type=checkbox] {
        margin-top: -3px !important;
        margin-right: 3px;
        vertical-align: middle;
    }

    .form-control.typeCol .radio-inline {
        margin-left: 0px !important;
        margin: 0 0 2px 0 !important;
    }

.termCondition {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
}

    .termCondition .titleHd {
        font-size: 15px;
        background-color: #4f4f4f;
        padding: 8px 0 8px 10px;
        font-weight: 500;
        color: #fff;
    }

    .termCondition ul li:before {
        content: "■";
        padding-right: 7px;
    }

.termCondition_block ol li {
    list-style: decimal !important;
}

.termCondition_block {
    width: 100%;
    height: 112px;
    clear: both;
    overflow: auto;
    border: 1px #bab7b7 solid;
    padding: 10px;
}

.term {
    padding: 3px;
    color: #000;
    /* background-color: #ed595d; */
    margin: 0 auto 10px;
    width: 50%;
    display: table;
    text-align: center;
    font-style: italic;
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    font-weight: 600 !important;
}

    .term .radio-inline {
        padding-left: 0px;
    }

        .term .radio-inline input[type=checkbox] {
            margin-top: -1px;
            line-height: 16px;
            vertical-align: middle;
            margin-right: 6px;
        }

        .term .radio-inline span {
            font-weight: 600;
        }

.tbl_Itemgrp table {
    margin-bottom: 0px;
    background-color: #fff !important;
}

.tbl_ItemWrap {
    border: 1px #bab7b7 solid !important;
    padding: 10px;
    background-color: #f9f9f9;
    height: 170px !important;
}

    .tbl_ItemWrap .radio-inline {
        width: max-content !important;
    }

.scrollbar {
    background-color: #fff;
    height: 400px;
    overflow: auto;
    border: 1px #000 solid;
}

    .scrollbar.scrollheight {
        background-color: #fff;
        height: 200px;
        overflow: auto;
        border: 1px #000 solid;
    }

    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .scrollbar::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }

.spnCountryCode {
    background-color: #fff !important;
    font-weight: 600 !important;
}

#divTermsCondition ol {
    padding: 0 10px;
}

.termCondition_block {
    border: 1px solid #ccc;
}

.centerDiv {
    display: table;
    margin: 0px 0 20px 0;
}

.title {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px #000 solid;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}

.abtText {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    border-top: 2px #c4c4c4 solid;
}

    .abtText p {
        padding-top: 0;
        color: #333;
        font-weight: 400;
        text-align: justify;
        font-size: 14px;
        line-height: 22px;
    }

/*.emailBox { padding:5px; border:1px #ccc solid; border-top: 1px #e31e24 solid;}*/

.contactTitle {
    font-size: 26px;
    font-weight: 500;
    margin: 0 20px 0 0;
}

.text p {
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 24px;
}

.text h3 {
    font-weight: 500;
    font-size: 12px;
    background-color: #4F4F4F;
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
}

.map_iframe {
    border: 1px #4F4F4F solid;
    overflow: hidden;
    height: 150px;
}

    .map_iframe iframe {
        width: 100%;
        height: 100%;
    }
/*.emailBox ul li {margin: 10px 0 0 10px;}
.emailBox ul li .fa { margin: 0 10px 0 0;}*/

.emailBox ul li {
    margin: 0 0 10px 0;
}

    .emailBox ul li a {
        color: #000 !important;
        font-weight: 500;
    }

    .emailBox ul li .fa {
        color: #e31e24;
        margin: 0 10px 0 0;
    }

.mandatoryBorder {
    border-right: 2px #ce0e0e solid !important;
}

.emailBox {
    margin: 35px 0 0 0;
}

.btn-center {
    margin: auto !important;
    display: table !important;
}

.topheader {
    border-bottom: 1px #000 dashed;
    margin: 20px 0;
    padding: 0 0 10px 0;
}

.colTop {
    width: 50%;
    float: left;
}

    .colTop:last-child {
        float: right !important;
    }

    .colTop h3 {
        text-align: right;
        font-size: 20px;
        line-height: 0;
        color: #e31e24;
        font-weight: 600;
    }

.termCondition_block p {
    font-size: 12px;
    margin-bottom: 0px;
}

.termCondition_block ol li {
    font-size: 12px;
}

.titleTerm {
    font-size: 14px;
    font-weight: 600;
}

.termCondition_block h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.center-block {
    display: table !important;
    margin: 0 auto !important;
}

.password {
    color: #fff !important;
    display: table;
    margin: 10px auto 0;
    line-height: 18px;
}


.titleSub {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}





/*-----------------------------------------------PartPurja_css_End------------------------------------*/

@media only screen and (min-width: 1200px) {
    .formFooter ul {
        display: table !important;
        margin: 10px auto 0;
    }

    footer span.right {
        text-align: center;
        float: none !important;
        display: table;
        margin: 0 auto;
    }

    .formFooter {
        width: 100% !important;
        padding: 0 11px !important;
        margin: 0 auto 10px;
    }

    .g-recaptcha {
        margin: auto;
        display: table;
    }

    .formFooter.footerCol {
        width: 100% !important;
        padding: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .investor-modal {
        width: 80% !important;
        margin: 30px auto;
    }

    .modal-dialog.otp-dialog {
        width: 350px;
        margin: 30px auto;
    }

    .desktop_SellerView {
        display: block !important;
    }

    .mobile_SellerView {
        display: none !important;
    }

    .modal-dialog.forget-modal {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    /*.modal { display: table;
    width: 100%;
    height: 100%;}*/

    .mob_holiady {
        display: none;
    }

    .quotation_detail_desktop {
        display: block;
    }

    .quotation_detail_tab {
        display: none;
    }
}


@media only screen and (max-width:1199px) {
    img.logo {
        max-width: 350px;
    }

    .g-recaptcha {
        margin: auto;
        display: table;
    }

    .redBoxfull {
        width: 100%;
    }

    #wrapper {
        width: 100% !important;
    }

    /*.fixed__footer {
        height: 61px;
    }*/

    .fixed__footer {
        height: auto;
    }

    .formFooter.footerCol {
        display: table;
        margin: 0 auto 6px;
    }

    footer span.right {
        text-align: center;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .formFooter ul {
        display: table !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width:991px) {
    section.contentarea {
        margin: 30px 0 0 0 !important;
    }

    .redBoxfull {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .formFooter {
        width: 100% !important;
        padding: 0 11px !important;
        margin: 0 auto 10px;
    }

    .abtText {
        margin-bottom: 30px !important;
    }

    .quotation_detail_desktop {
        display: none;
    }

    .quotation_detail_tab {
        display: block;
    }
}

@media only screen and (max-width:767px) {

    p {
        font-size: 12px;
    }

    .tab-group {
        padding: 20px;
    }

    img.logo {
        max-width: 100% !important;
        margin-top: 10px;
        float: none;
    }

    a.togglebar {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        margin-top: 5px;
        clear: right;
    }

    ul.nav {
        float: none;
        display: none;
    }

        ul.nav li {
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

            ul.nav li a {
                padding: 5px 0;
                border: 0;
            }

            ul.nav li:last-child {
                border-bottom: 0;
            }

            ul.nav li a:hover {
                background: none;
                color: #fff;
            }

    footer span {
        float: none !important;
    }

    .contentarea {
        width: 100%;
        margin-bottom: 50px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .redBoxfull {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .desktop_SellerView {
        display: none !important;
    }

    .mobile_SellerView {
        display: block !important;
        margin-bottom: 20px;
    }

    #industry .table-responsive {
        margin-bottom: 0px !important;
    }

    .colTop {
        width: 50%;
        float: left;
    }

        .colTop:last-child {
            float: right !important;
        }

    .topheader {
        border-bottom: 1px #000 dashed;
        margin: 20px 0;
        padding-bottom: 0px !important;
        color: #e31e24;
        font-weight: 600;
    }

    .toplogo img {
        width: 60%;
        margin: 0 0 15px 0;
    }

    .colTop h3 {
        text-align: right;
        font-size: 16px !important;
        line-height: 0;
    }

    .tblIndustry {
        width: 100% !important;
        clear: both;
        border-bottom: 1px #000 solid !important;
        padding: 10px 0;
    }

    .tbl_ItemWrap {
        padding: 0px;
        width: 100% !important;
        clear: both;
        margin-top: 10px;
    }

    .titleTerm {
        font-size: 14px;
        font-weight: 600;
    }

    .termCondition_block h3 {
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .termCondition_block ol {
        padding: 0 10px;
    }

        .termCondition_block ol li {
            font-size: 10px;
        }

    .termCondition_block p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .term {
        padding: 3px;
        color: #000;
        margin: 0 auto 10px;
        width: 50%;
        display: table;
        text-align: center;
        font-style: italic;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        font-weight: 600 !important;
    }

    .desktop_holiady {
        display: none !important;
    }

    .mob_holiady {
        display: block;
        display: table;
        margin: auto;
    }
}

@media only screen and (max-width:600px) {
    .regiButton {
        width: 88% !important;
    }

    .redBoxfull {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }
}


@media only screen and (max-width:480px) {
    .regiButton {
        width: 88% !important;
    }

    .redBoxfull {
        width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .colTop {
        width: 100%;
        float: none;
        display: table;
        margin: auto;
    }

    .toplogo img {
        width: 42%;
        margin: 0 auto;
        display: table;
    }

    .colTop h3 {
        text-align: center;
        font-size: 16px;
        line-height: 0;
        padding: 2px 0;
    }
}

@media only screen and (max-width:375px) {
    .box h2 {
        border-bottom: none;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        background-color: #fff;
        width: 80%;
        display: table;
        margin: -12px auto 0;
    }

    .regiButton {
        width: 88% !important;
    }

    .redBoxfull {
        width: 100%;
    }
}
