body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.menu-nav {
    color: #FFFFFF !important;
    background-color: #333739 !important;
    border-radius: 0px;
}

.menu-li {
    /*padding-right: 20px;*/
}

.menu-a {
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: bold !important;
    /*border-bottom: 2px solid #000000 !important;*/
    width: 100%;
}

    .menu-a:hover {
        background-color: #fee !important;
        color: #b83231 !important;
        font-size: 15px;
        font-weight: bold !important;
        text-decoration: none !important;
        border-bottom: 2px solid #b83231 !important;
        width: 100%;
    }

    .menu-a:active {
        background-color: #fee !important;
        color: #b83231 !important;
        font-size: 15px;
        font-weight: bold !important;
        text-decoration: none !important;
        border-bottom: 2px solid #b83231 !important;
        width: 100%;
    }

    .menu-a:focus {
        background-color: #000000 !important;
        color: #FFFFFF !important;
        font-size: 15px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        border-bottom: 2px solid #000000 !important;
        width: 100%;
    }

.dropdown menu-li:active,
.dropdown menu-li.active,
.open > .menu-a {
    background-color: #fee !important;
    color: #b83231 !important;
    font-size: 15px;
    font-weight: bold !important;
    text-decoration: none !important;
    border-bottom: 2px solid #b83231 !important;
}

.menu-li-sub {
    color: #ffffff;
    font-size: 15px;
}

    .menu-li-sub:hover {
        color: #e9e9e9;
        font-size: 15px;
    }

.menu-sub-a {
    color: #000000 !important;
    font-size: 15px;
    font-weight: bold !important;
    border-bottom: 2px solid #000000 !important;
}

    .menu-sub-a:hover {
        color: #b83231 !important;
        background-color: #fee !important;
        font-weight: bold !important;
        text-decoration: none !important;
        border-bottom: 2px solid #b83231 !important;
    }

.navbar-nav {
    width: 100%;
}

.lp-about-gst {
    width: 79%;
    display: inline-block;
}

.lp-about-gst-more {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: right;
}

@media screen and (max-width: 1395px) {
    .menu-li {
        padding-right: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .menu-li {
        /*padding-right: 25px !important;*/
        padding-right: 0px;
        font-size: 15px;
    }

        .menu-li:hover {
            font-size: 15px;
        }
}

@media screen and (max-width: 1176px) {
    .menu-a {
        font-size: 15px;
    }

        .menu-a:hover {
            font-size: 15px;
        }
}

@media screen and (max-width: 1030px) {
    .menu-a {
        font-size: 12px;
    }

        .menu-a:hover {
            font-size: 12px;
        }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}



@media screen and (max-width: 370px) {
    .menu-li {
        padding-left: 0px;
    }

    .menu-sub-a {
        color: #e9e9e9 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        border-bottom: 2px solid #000000 !important;
    }

        .menu-sub-a:hover {
            background-color: #fee !important;
            color: #b83231 !important;
            font-size: 15px !important;
            font-weight: bold !important;
            text-decoration: none !important;
            border-bottom: 2px solid #b83231 !important;
        }
}

@media only screen and (max-width : 340px) {
    .menu-li {
        padding-left: 0px;
    }


    .menu-sub-a {
        color: #e9e9e9 !important;
        font-size: 15px !important;
        font-weight: bold !important;
        border-bottom: 2px solid #000000 !important;
    }

        .menu-sub-a:hover {
            background-color: #fee !important;
            color: #b83231 !important;
            font-size: 15px !important;
            font-weight: bold !important;
            text-decoration: none !important;
            border-bottom: 2px solid #b83231 !important;
        }
}

.gsthr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #979595;
    padding: 0px;
}

.gst-icon-menubar {
    background-color: #356c93;
}

.gst-icon-menubar-line {
    background-color: #ffffff;
}

.article-p {
    font-family: Calibri;
    font-size: 14px;
}

.mapstyle {
    height: 400px;
    width: 850px;
}

@media screen and (max-width: 370px) {
    .mapstyle {
        height: 400px;
        width: 360px;
    }
}

@media only screen and (max-width : 340px) {
    .mapstyle {
        height: 400px;
        width: 360px;
    }
}

.readMore {
    color: #b83231;
    font-size: 12px;
    font-weight: bold;
}

    .readMore:hover {
        color: #b83231;
        font-size: 12px;
        font-weight: bold;
    }

.hnewsdate {
    font-size: 12px;
    font-weight: bold;
    color: #979595;
}

.gstfontstyle {
    color: #474747 !important;
    /*font-family: Arial, Helvetica, sans-serif !important;*/
    font-family: 'Book Antiqua';
    font-size: 14px !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-align: justify !important;
}

.fbsharebtn {
    background-image: url('https://8414f8.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/social_sites/facebook_share.png');
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: 35px;
}

.glsharebtn {
    background-image: url('https://500e62.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/social_sites/google_share.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: 35px;
}

.lnsharebtn {
    background-image: url('https://f8f47b.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/social_sites/linkedin_share.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: 35px;
}

.twsharebtn {
    background-image: url('https://15414a.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/social_sites/twitter_share.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    height: 35px;
}

.p10 {
    color: #333739;
    font-size: 10px;
}

.p12 {
    color: #333739;
    font-size: 12px;
}

.p14 {
    color: #333739;
    font-size: 14px;
}

.p16 {
    color: #333739;
    font-size: 16px;
}

.p18 {
    color: #333739;
    font-size: 18px;
}

.p20 {
    color: #333739;
    font-size: 20px;
}

.p22 {
    color: #333739;
    font-size: 22px;
}

.p24 {
    color: #333739;
    font-size: 24px;
}

.p26 {
    color: #333739;
    font-size: 26px;
}

.p28 {
    color: #333739;
    font-size: 28px;
}

.p30 {
    color: #333739;
    font-size: 30px;
}

.p35 {
    color: #333739;
    font-size: 35px;
}

.p40 {
    color: #333739;
    font-size: 40px;
}

.title {
    font-family: 'bebasregular';
    word-spacing: 2px;
}

.artHeader {
    font-size: 14px;
    font-weight: bold;
    word-spacing: 2px;
}

.artText {
    font-size: 14px;
    word-spacing: 2px;
}

.htext {
    font-family: Calibri;
    word-spacing: 0.5px;
}

.spantxt {
    font-family: Calibri;
    color: #3d3939;
    font-weight: bold;
}

.paging_prev {
    background-color: #4A505C !important;
    color: #ffffff !important;
    font-weight: bold !important;
    /*margin: 2px !important;*/
}

.inactive_paging {
    background-color: #4A505C !important;
    color: #ffffff !important;
    font-weight: bold !important;
    /*margin: 2px !important;*/
}

.active_paging {
    background-color: #ffffff !important;
    color: #4A505C !important;
    font-weight: bold !important;
    /*margin: 2px !important;*/
}

.paging_next {
    background-color: #4A505C !important;
    color: #ffffff !important;
    font-weight: bold !important;
    /*margin: 2px !important;*/
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #3d3939;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #3d3939;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.newsl {
    background-color: #b83231;
    color: #ffffff;
    border-radius: 0px;
}

    .newsl:hover {
        background-color: #b83231;
        color: #ffffff;
        border-radius: 0px;
    }

    .newsl:active {
        background-color: #b83231;
        color: #ffffff;
        border-radius: 0px;
    }

    .newsl:visited {
        background-color: #b83231;
        color: #ffffff;
        border-radius: 0px;
    }

.newslloading {
    background-color: #b83231;
    color: #ffffff;
    border-radius: 0px;
    background-image: url('https://5c5605.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/laoding_small.gif');
    background-repeat: no-repeat;
    opacity: 0.6;
    padding-left: 30px;
    background-position: left;
}

.regisbtnloading {
    background-image: url('https://5c5605.claudeassets.com/20210725095755im_/http://www.gstindiaexpert.com/images/laoding_small.gif');
    background-repeat: no-repeat;
    opacity: 0.6;
    padding-left: 30px;
    background-position: left;
}

.admheader {
    display: block;
    background-color: #3c6796;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    padding: 10px 0px 10px 0px;
}

.admfooter {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    background-color: #3c6796;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    padding: 10px 0px 10px 0px;
}

.admloginheader {
    background-color: #b83231;
    color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
}

.admlogin {
    background-color: #e9e9e9;
    border-radius: 15px 15px 15px 15px;
    height: 250px;
    top: 10%;
}

.admloginbtn {
    background-color: #3d749d;
    color: #ffffff;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
}

    .admloginbtn:hover {
        background-color: #3d749d;
        color: #ffffff;
        font-family: Calibri;
        font-size: 16px;
        font-weight: bold;
    }

    .admloginbtn:focus {
        background-color: #3d749d;
        color: #ffffff;
        font-family: Calibri;
        font-size: 16px;
        font-weight: bold;
    }

.admlogname {
    color: #ffffff;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
}

    .admlogname:hover {
        color: #ffffff;
        font-family: Calibri;
        font-size: 14px;
        font-weight: bold;
    }

.admmenuheader {
    background-color: #3C6796;
    border-top: 1px solid #ffffff;
}

.adm-menu-a {
    color: #ffffff;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
}

    .adm-menu-a:hover {
        color: #0e0e0e;
        font-family: Calibri;
        font-size: 18px;
        font-weight: bold;
    }

    .adm-menu-a:active {
        color: #0e0e0e;
        font-family: Calibri;
        font-size: 18px;
        font-weight: bold;
    }

.dropdown adm-menu-li:active,
.dropdown adm-menu-li.active,
.open > .adm-menu-a {
    color: #0e0e0e;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
}

.adm-submenu-a {
    color: #ffffff;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
}

    .adm-submenu-a:hover {
        color: #0e0e0e;
        font-family: Calibri;
        font-size: 18px;
        font-weight: bold;
    }

    .adm-submenu-a:active {
        color: #0e0e0e;
        font-family: Calibri;
        font-size: 18px;
        font-weight: bold;
    }

.news_active {
    background-color: #3C6796;
    color: #ffffff;
}

    .news_active:hover {
        background-color: #3C6796;
        color: #ffffff;
    }

    .news_active:link {
        background-color: #3C6796;
        color: #ffffff;
    }

.news_inactive {
    background-color: #b83231;
    color: #ffffff;
}

    .news_inactive:hover {
        background-color: #b83231;
        color: #ffffff;
    }

    .news_inactive:link {
        background-color: #b83231;
        color: #ffffff;
    }

/*----- Sujit Css 6th June 2017 --------*/
#gst-header {
    padding: 15px 0px;
}

.social-media-login {
    text-align: right;
    width: 100%;
}

.padding-top-10px {
    padding-top: 10px;
}

.gst-logo {
}

.social-login {
}
/*----- Sujit Css 6th June 2017--------*/

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1450px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1550px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1650px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1750px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1850px;
    }
}

@media screen and (max-width:767px) {
    .gst-logo {
        text-align: center;
        padding-bottom: 10px;
    }

    .social-login {
        width: 278px;
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}


.home-notification {
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 0px 0px;
}

    .home-notification p {
        display: inline-block;
        margin-top: 0px;
        width: 100%;
    }

        .home-notification p a {
            display: inline-block;
            width: 100%;
            color: #333739;
        }

.full-col-noti {
    background-color: #fdefe6;
}

.full-col-circulars {
    background-color: #F4F4F4;
}
/*
     FILE ARCHIVED ON 10:13:32 Apr 29, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:41 Jul 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.585
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.058
  esindex: 0.011
  cdx.remote: 6.331
  LoadShardBlock: 155.713 (3)
  PetaboxLoader3.datanode: 150.099 (5)
  PetaboxLoader3.resolve: 165.243 (3)
  load_resource: 193.809 (2)
*/