@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:300;
    src:local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:400;
    src:local('Open Sans Italic'),local('OpenSans-Italic'),url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:600;
    src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:700;
    src:local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:italic;
    font-weight:800;
    src:local('Open Sans ExtraBold Italic'),local('OpenSans-ExtraBoldItalic'),url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKW-U9hrIqY.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:300;
    src:local('Open Sans Light'),local('OpenSans-Light'),url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:local('Open Sans Regular'),local('OpenSans-Regular'),url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:600;
    src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:local('Open Sans Bold'),local('OpenSans-Bold'),url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:800;
    src:local('Open Sans ExtraBold'),local('OpenSans-ExtraBold'),url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype')
}
body {
	font-size:1.042vw;
	font-weight:400;
	color:#000000;
	line-height:1.4;
	font-family: 'Open Sans';
    font-style: normal;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: normal;
}
.font-semi {
	font-weight:600;
}
.font-bold {
	font-weight:bold !important;
}
img {
	max-width:100%;
}
.btn, a {
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;   
}
.color_white
{
    color:#fff;
}
.btn:focus, .form-control:focus {
	outline:none;
	box-shadow:none;
}/*
a {
	color:#FF5722;
}
a:hover {
	text-decoration:none;
	color:#037d3d;
}*/
.font-700 {
	font-weight:700;
}
b, strong {
    font-weight: bold;
}
.headerFix {
	padding-top:6.146vw;
}
.headerFix .mainHeader {
	position: fixed;
	top: 0;
}
.mainHeader {
    width: 100%;
    z-index: 99;
    position:relative;
    background-color: #fff;
    border-bottom:1px solid #eee;
}
.mainHeader .cst-Navbar {
    padding: 0;
    position:relative;
    padding: 0 2% 0px 2%;
}
.cst-Navbar .navbar-brand {
    max-width: 18.229vw;
    padding: 0;
    width: 30%;
    margin: 0.781vw 0.521vw 0.781vw 0px;
}
.thmNavbar .nav-link {
    font-size: 0.833vw;
    font-weight: bold;
    padding: 0 0 1.823vw 0 !important;
    color: #434141;
}
.thmNavbar .nav-link:hover {
	color:#FF5722;
}
.thmNavbar>.nav-item>.nav-link {
	text-transform:uppercase;
}
.thmNavbar .nav-item:not(:last-child) {
    margin-right: 1.823vw;
}
.thmNavbar .dropdown .dropdown-toggle::after {
	display:none;
}
.thmNavbar .dropdown {
	position:static;
}
.thmNavbar .dropdown .dropdown-menu {
    margin: auto;
    top: 100%;
    border-radius: 0;
    border: none;
    width: 100%;
    font-size:0.910vw;
    background-color: #f7f7f7;
    padding: 0px 2% 0px 2%;
    /*transition: 0.3s ease-out;*/
}
.subMenu-drop .sub-itemList {
	vertical-align:top;
}
.subMenu-drop .sub-itemList a {
	color:#565857;
	font-weight:600;
	padding:20px 0;
	display:block;
}
.subMenu-drop .sub-itemList a:hover {
	color:#FF5722;
}
.subMenu-drop .sub-itemList>li:not(:last-child) {
    margin-right: 30px;
}
.topAction>li {
	vertical-align:top;
}
.topAction .list-inline-item:not(:last-child) {
    margin-right: 0.677vw;
}
.topAction .btnLink {
    font-size: 0.833vw;
    font-weight: bold;
    color: #000000;
    background-color: #f3f3f3;
    padding: 0.156vw 0.781vw;
    display:block;
    vertical-align:top;
	border:solid 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.topAction .btnLink .icon {
	display:none;
}
.btnLink.dropdown-toggle::after  {
    border-top-width: 0.350vw;
    border-right-width: 0.350vw;
    border-left-width: 0.350vw;
    margin-left:0.417vw;
    vertical-align: .100vw;
	display:none;
}
.subDropdDN {
    font-size: 0.833vw;
    padding:0.200vw 0.500vw;
    min-width: 5.300vw;
    border-color:#e8e8e8;
    box-shadow:0 0 5px 0px rgba(0,0,0,.2);
    border-radius:0.208vw;
}
.subMenuList .subItem {
    display: block;
    padding: 0.350vw 0;
    white-space:nowrap;
    color:#434141;
    line-height:1.2;
}
.subMenuList .subItem:hover {
	color:#FF5722;
}
.subMenuList>li:not(:last-child) {
	border-bottom:1px solid #e8e8e8;
}
.headTop-cont .action-wrap {
	margin-bottom:1.823vw;
	transition: margin 0.2s ease-in-out;
    -ms-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
}
.mainHeader .respheadItems {
    position: absolute;
    right: 60px;
    top: 24px;
}
.respheadItems>li {
    vertical-align: top;
}
.btnCall.btn-mobIcon {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #FF9800;
    font-size: 24px;
    line-height: 1;
    border:none;
}
.bg-color1, .topAction .bg-color1 {
	background-color:#fff;
}
.bg-color1:hover, .topAction .bg-color1:hover {
	background-color:#FFBF23;
	color:#000
}
.headerLG-outer .mng-Header {
	position:relative;
}
.mng-Header .headerContainer {
    position: absolute;
    z-index: 1;
    width: 50%;
    margin-left: 7.5%;
    top: 23%;
}
.img-Mob {
	display:none;
}
.headerContainer .wrapCont .head {
	color:#fff;
	font-size:3.2vw;
	margin-bottom:29%;
}

.stickyHead .cst-Navbar .navbar-brand {
    max-width: 14.583vw;
}
.stickyHead .headTop-cont .action-wrap {
	margin-bottom:1.042vw;
}
.stickyHead .thmNavbar .nav-link {
	padding-bottom:1.042vw !important;
}
.btn-thm {
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    min-width:200px;
}
.btn-thm:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.2);
}
.btn-fill-white {
	background-color:#fff;
	color:#000000;
}
.btn-fill-white:hover {
	color:#009345;
}
.btn-fill-green {
	background-color:#009345;
	color:#fff;
}
.btn-fill-green:hover {
	background-color:#037d3d;
	color:#fff;
}
.btn-border-green {
	border-color:#009345;
	color:#000000;
}
.btn-border-green:hover {
	background-color:#009345;
	color:#fff;
}
.link-thm-text {
	font-size: 15px;
    font-weight: 600;
    color:#000000;
}
.link-thm-text:hover {
	color:#FF5722;
}
.section-Wrap {
	padding-top:70px;
	padding-bottom:70px;
}
.newTrading-Tab .text-line {
    font-weight: 300;
    font-size: 1.406vw;
    margin-bottom:40px;
}
.intr-frame {
}
.intr-frame {
	background-image:url(../../../../20201221113928im_/http_/logistick.in/images/interest-mob-frame.html);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	padding:90px 30px 50px 30px;
	margin-left:7%;
	margin-right:7%;
}
.facilitySec {
    margin-left: 4%;
}
.facilitySec.rightCont {
	margin-right:4%;
	margin-left:0;
}
.intr-frame .int-text-cont {
	margin-top:10px;
    margin-bottom: 20px;
}
.intr-frame .links-list>li+li {
	margin-top:15px;
}
.intr-frame .text-SM {
	font-size:11px;
	color: #484848;
}
.facilitySec>li:not(:last-child) {
	margin-bottom:90px;
}
.facilitySec .boxWrap {
    position: relative;
    padding-left: 90px;
    min-height: 60px;
    max-width: 355px;
    width:100%;
}
.facilitySec .boxWrap .iconWrap {
	position:absolute;
	width:56px;
	left:0;
	top:0;
	text-align:center;
}
.facilitySec .boxWrap .textCont {
	font-size:1.050vw;
	font-weight:600;
}
.facilitySec .boxWrap.icon-right {
    margin-left: auto;
    padding-right:90px;
    padding-left:0;
    text-align:right;
}
.facilitySec .boxWrap.icon-right .iconWrap {
	right:0;
	left:auto;
}
.tabs-nav-wrap .custom-Tab-nav {
	display:inline-block;
	vertical-align:top;
}
.tabs-nav-wrap .custom-Tab-nav>li {
	float:left;
	position:relative;
}
.custom-Tab-nav .nav-link {
	font-style:italic;
	font-size:1.6vw;
	color:#000;
	border-bottom:1px solid #016d8c;
	opacity:.6;
	padding:0px 12px 13px 12px;
	line-height:1;
}
.tabs-nav-wrap .custom-Tab-nav>li:not(:last-child):before {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height:100%;
	background-color:#67a7ba;
}
.custom-Tab-nav .nav-link.active {
    opacity: 1;
    border-bottom-width: 2px;
    padding-left:37px;
    padding-right:37px;
}
.custom-Tab-nav .nav-link:hover {
	opacity:1;
}
.custom-Tab-nav .nav-link.active .link-text {
	transform:scale(1.2);
	display:block;
}
.custom-Tab-nav .nav-link .link-text {
	transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
}
.tabs-nav-wrap {
    margin-bottom: 35px;
}
.section-Wrap.secTab-wrap {
    margin-bottom: 10px;
}
.bg-color-1 {
	background-color:#ffeb3b7a;
}
.section-Wrap-space {
    padding-top: 100px;
    padding-bottom: 120px;
}
.heading-cmn {
	font-style:italic;
	font-weight:600;
	color:#000000;
	font-size:2.604vw;
	line-height:1.1;
	margin-bottom:30px;
}
.list-circle>li {
	position:relative;
	padding-left:16px;
	margin-bottom:5px;
}
.list-circle>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #00a14b;
    border-radius: 100px;
}
.section-full {
    padding-top: 15px;
    padding-bottom: 15px;
}
.info-2cols .outerText-info {
    padding-top: 50px;
    padding-bottom: 50px;
}
.info-2cols .wrapperCont {
	padding-left:5.950vw;
	padding-right:5.950vw;
}
.info-2cols .wrapperCont .text-infoSec {
	max-width:630px;
	width:100%;
}
.text-infoSec .text-cont-wrap .listing-points.list2.list-inline>li:not(:last-child) {
	margin-right:0;
}
.text-infoSec .text-cont-wrap .listing-points.list2{
	display:inline-block;
	width:100%;
}
.text-infoSec .text-cont-wrap .listing-points.list2.list-inline>li {
	width:40%;
	float:left;
}
.info-2cols.sec-info-right .wrapperCont .text-infoSec {
    max-width: 100%;
}
.info-2cols.sec-info-right .wrapperCont .text-infoSec .text-cont-wrap {
	margin-right:10%;
}
.zoomout {
	transform:scale(1.3);
}
.platform-Sec-wrapper .text-infoSec {
    margin-left: 5%;
    margin-right: 6%;
}
.text-infoSec .text-cont-wrap .listing-points {
    margin-top: 30px;
}
.text-infoSec .text-cont-wrap .listing-points.list-inline>li:not(:last-child) {
    margin-right: 30px;
}
.text-infoSec .btnsRow {
	margin-top:45px;
}
.text-infoSec .btnsRow ul>li:not(:last-child) {
	margin-right:15px;
}
.text-infoSec .btnsRow ul>li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bg-gradient {
    background: rgb(20,167,81);
    background: -moz-linear-gradient(-45deg, rgba(20,167,81,1) 0%, rgba(13,86,165,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(20,167,81,1) 0%,rgba(13,86,165,1) 100%);
    background: linear-gradient(135deg, #ffb307 0%,#e12b3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14a751', endColorstr='#0d56a5',GradientType=1 );
}
.openAcc-Sec {
	background-image:url(../../../../20201221113928im_/http_/logistick.in/images/bg-texture.html);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.openAcc-Sec .heading-cmn {
	margin-bottom:20px;
}
.openAcc-Sec .text-line-lg {
    font-size: 1.75vw;
}
.openAcc-Sec .text-line-sm {
    font-size: 1.35vw;
}
.openAcc-Sec .text-free-img {
    margin-top:25px;
}
.openAcc-Sec .text-free-img > img{
	max-width:12vw;
	width:100%;
}
.openAcc-Sec .btnRow {
    margin-top: 25px;
}
.openAcc-Sec .text-xsmall {
    font-size: 11px;
    margin-top:20px;
}
.openAcc-Sec .text-xsmall span {
	opacity:.7;
}
.text-color-wht {
	color:#fff;
}
.overlay-wrap {
    position: relative;
    overflow:hidden;
}
.slideOver{
    position: absolute;
    top: 0;
    width:100%;
    height: 100%;
    z-index:2;
    background-color: #f0f0f0;
}
.slideOver.bg-1{
	background-color:#eafbf5;
}
.slideOver.bg-2{
	background-color:#fff;
}
.slideOver.bgDark {
	background-color:#eafbf5;
	z-index:1;
}
.slideOver.slide-left {
    left: -100%;
}
.slideOver.slide-right {
    right: -100%;
}
.box-cont-wrap .boxText-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top:0;
    padding: 25px 10%;
}
.boxText-wrapper .box-Cont {
    max-width: 69%;
    width:100%;
}
.boxText-wrapper .box-Cont .box-title {
    font-size: 2.4vw;
    line-height:1;
    margin-bottom:10%;
}
.boxText-wrapper .box-Cont .btn-Row {
	margin-top:20%;
}
.gutter-14 {
	margin-left:-7px;
	margin-right:-7px;
}
.gutter-14>[class*=col] {
	padding-left:7px;
	padding-right:7px;
}
.gutter-20 {
	margin-left:-10px;
	margin-right:-10px;
}
.gutter-20>[class*=col] {
	padding-left:10px;
	padding-right:10px;
}
.box-card {
    background-color: #edf8f2;
}
.box-card .box-body {
    padding: 10%;
}
.box-card .heading {
    font-size: 1.667vw;
    line-height: 1.1;
    margin-bottom: 22px;
    color: #1f1d1d;
    display: block;
}
.box-card a.heading:hover {
    color: #FF5722;
}
.box-card .name-date {
	margin-top:15px;
}
.box-card .btnRow {
	margin-top:35px;
}
.text-color-orange {
	color:#ff6c00;
}
.text-color-green {
	color:#FF5722;
}
.secHeading .heading-cmn {
    margin-bottom: 0;
}
.secHeading {
    margin-bottom: 50px;
}
.secHeading .subText {
    font-size: 1.146vw;
    position: relative;
    margin-top: 5px;
    margin-bottom: -20px;
}
.box-get-in-touch .box-img {
    margin-bottom: 35px;
}
.box-get-in-touch .heading {
    margin-bottom: 10px;
    font-size: 1.510vw;
    line-height: 1;
}
.box-get-in-touch .text {
	font-size:1.563vw;
}
.box-get-in-touch .text a {
	color:#000;
}
.box-get-in-touch .text a:hover {
	color:#FF5722;
}
.box-get-in-touch {
    margin-bottom: 15px;
}
.trading-time {
    font-size: 0.781vw;
    line-height: 1.2;
}

.footerSec-wrap {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.302vw 0;
    position:relative;
    margin-bottom:-1px;
}
.footerSec-wrap.foot-Menu-wrap {
    padding-bottom: 0;
}
.footerSec-wrap.foot-Menu-wrap .foot-Col {
	margin-bottom:25px;
}
.foot-Col .title {
    font-size: 0.833vw;
    line-height: 1;
    color: #636161;
    margin-bottom: 1.302vw;
}
.foot-Links-list {
	margin-bottom:0;
    font-size:17px;
}
.footer-wrap {
  color:#636161;
}
.footer-wrap, .footer-wrap .dropdown-menu, .thmNavbar .dropdown .dropdown-menu.subMenu-wrap .foot-Col {
	font-size:0.781vw;
}
.footer-wrap a {
	color:#636161;
}
.footer-wrap a:hover {
	color:#FF5722;
}
.foot-Links-list>li {
	line-height:1.2;
}
.foot-Links-list>li:not(:last-child) {
	margin-bottom:0.521vw;
}
.foot-Links-list.linkSpace>li:not(:last-child) {
	margin-bottom:1.042vw;
}
.inlineListing.foot-Links-list {
	display:inline-block;
	vertical-align:top;
	margin-bottom:-10px;
}
.inlineListing.foot-Links-list>li {
	display:inline-block;
	vertical-align:top;
}
.inlineListing.foot-Links-list>li:not(:last-child) {
	margin-bottom:10px;
	margin-right:18px;
}
.foot-Col .title.less-mrg {
    margin-bottom: 15px;
}
.social-list>li{
	vertical-align:top;
}
.social-list>li:not(:last-child) {
	margin-right:20px;
}
.social-list .socialItem {
	color:#a7a7a7;
	font-size:1.302vw;
}
.social-list .socialItem.icon-fb:hover {
	color:#4267B2;
}
.social-list .socialItem.icon-twit:hover {
	color:#1DA1F2;
}
.social-list .socialItem.icon-yt:hover {
	color:#FF0000;
}
.social-list .socialItem.icon-lnk:hover {
	color:#0073B0;
}
.social-list .socialItem.icon-insta:hover {
	color:#E2548A;
}
.footerSec-wrap .socialWrapper {
	margin-top:5px;
	margin-bottom:20px;
}
.footerSec-wrap .additional-Info {
    font-size: 0.677vw;
    margin-top: 25px;
    margin-bottom: 5px;
    color:#706e6e;
}
.footerSec-wrap .additional-Info>ul>li:not(:last-child) {
	margin-bottom:8px;
}
.footer-wrap .footerSec-wrap:last-child {
    border-bottom: none;
}
.footer-wrap .foot-Col .title.dropdown-toggle::after {
	display:none;
}
.footer-wrap .foot-Col .dropdown-menu {
	position:relative !important;
	border-radius:0;
	border:none;
	box-shadow:none !important;
	border-radius:0 !important;
	transform:none !important;
}
.stck-link {
    position: fixed;
    right: 0;
    top: 15vw;
    transform: translateY(-50%);
    z-index:11;
    transition: right 0.6s ease-in-out;
    -ms-transition: right 0.6s ease-in-out;
    -o-transition: right 0.6s ease-in-out;
}
.stck-link+.stck-link {
    margin-top: 2.604vw;
}
.stck-link {
    color: #fff;
    font-size: 0.700vw;
    line-height:1.1;
    max-width: 5.213vw;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0.313vw 0.521vw;
    background: rgb(1,172,85);
    background: -moz-linear-gradient(left, rgba(1,172,85,1) 0%, rgba(1,145,69,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,172,85,1) 0%,rgba(1,145,69,1) 100%);
    background: linear-gradient(to right, rgba(1,172,85,1) 0%,rgba(1,145,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01ac55', endColorstr='#019145',GradientType=1 );
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.stck-link:hover {
	color:#fff;
}
.open-Drawer {
	overflow:auto;
	padding-right:0 !important;
}
.open-Drawer .stck-link.current{
	right:50%;
}
.open-Drawer .modal-backdrop {
    z-index: 12;
    opacity:.6;
}
.slideDrawer-out {
    padding: 6.500vw 0 0 0 !important;
    width: 50%;
    background-color: #fff;
    left: auto;
    right: 0;
    top:0;
    display:block !important;
    z-index:90;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.stickyHead .slideDrawer-out {
	padding-top:10px !important;
}
.scroll-innerPG .slideDrawer-out {
	padding-top:0px !important;
}
.scroll-innerPG.stickySub-nav .slideDrawer-out {
    padding-top: 55px !important;
}
.hideModal-backdrop {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    visibility:hidden;
    opacity:0;
}
.open-Drawer .hideModal-backdrop {
    visibility:visible;
    opacity:1;
    z-index: 13;
}
.modal-open .slideDrawer-out.show {
	transform: translateX(0%);
}
.panel-Wrapper {
    position: relative;
    height: 100%;
    padding: 55px 0 35px 0;
}
.slideDrawer-out .cstClose {
    position: absolute;
    right: 12px;
    z-index:1;
    top: 12px;
    opacity: .5;
    text-shadow: none;
    font-size: 30px;
    line-height: 0.7;
    outline:none !important;
}
.slideDrawer-out .cstClose:hover {
	opacity:1;
}
.panel-Wrapper .head-wrapper {
    padding: 15px 4%;
}
.panel-Wrapper  .content-body {
    padding: 20px 6% 15px 6%;
}
.heading-sz-sm {
	font-size:1.875vw;
}
.form-Outer h2 {
	margin-bottom:20px;
}
.cst-fld, .fld-line-select .dropdown-toggle  {
	font-size:16px;
}
.fld-line, .fld-line-select .dropdown-toggle {
    border-radius: 0;
    padding: 0 2px 8px 2px;
    height: 34px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #a4a4a4;
}
.fld-line:focus {
	box-shadow:none;
	border-color:#01a044;
}
.form-Wrap .form-group {
    margin-bottom: 30px;
}
.mob-row-wrap .col-code {
    max-width: 125px;
}
.form-Wrap .instWrapper {
	position:relative;
}
.form-Wrap .instWrapper .fld-instr {
	position:relative;
	margin-bottom:-15px;
	font-size:13px;
}
.fld-line-select:focus, .bootstrap-select.fld-line-select .dropdown-toggle {
	outline:none !important;
	box-shadow:none !important;
}
.fld-line-select .dropdown-toggle {
	background-color:transparent;	
}
.fld-line-select .btn:not(:disabled):not(.disabled).active, .fld-line-select .btn:not(:disabled):not(.disabled):active, .fld-line-select.show>.btn.dropdown-toggle {
    background-color:transparent;
    border-color: #01a044;
}
.bootstrap-select.cst-select .dropdown-toggle .filter-option-inner {
	padding-right:15px;
}
.bootstrap-select.cst-select .dropdown-toggle .filter-option .filter-option-inner-inner {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom:0.156vw;
}
.cst-select .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: middle;
    border-top: 6px solid #01a044;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.cst-select.bootstrap-select .dropdown-menu {
	border-radius:0;
	padding:5px 0;
}
.cst-select.bootstrap-select .dropdown-menu li .dropdown-item {
	padding:3px 10px;
	font-size:15px;
    white-space: normal;
}
.cst-select.bootstrap-select .dropdown-menu li .dropdown-item.active, .dropdown-item:active {
	background-color:#009345;
}
.cst-select.bootstrap-select .dropdown-menu .no-results {
	font-size:14px;
}
.cst-select .bs-searchbox .form-control {
	border-radius:0;
	height:36px;
}
.checkWrap {
    position: relative;
    padding-left: 25px;
    font-size:14px;
}
.checkWrap .check_Box {
    position: absolute;
    left: 0;
    top: 2px;
}
.check_Box input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0; border:0;
}
.check_Box input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    cursor: pointer;
    width: 22px;
    background-size: 100% auto;
    height: 17px;
    margin-bottom: 0;
}
.check_Box input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -94px;
}
.check_Box label.css-label {
	background-image:url("../../../../20201221113928im_/http_/logistick.in/images/icon-check-lg.html");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select.cst-select .bs-placeholder, .bootstrap-select.cst-select .bs-placeholder:hover {color: #606060;}
.form-control::-webkit-input-placeholder {color: #606060;}
.form-control::-moz-placeholder {color: #606060;}
.form-control:-ms-input-placeholder {color: #606060;}
.form-control:-moz-placeholder {color: #606060;}

.form-Wrap .btnRow {
    padding-top: 10px;
}
.panel-Wrapper .dwnl-app-wrapp {
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dwnl-app-wrapp .info-img {
	margin-bottom:4%;
}
.dwnl-app-wrapp .textCont .list-Points {
	margin-bottom:13%;
}
.dwnl-app-wrapp .textCont .list-Points>li+li {
    margin-top: 12px;
}
.dwnl-app-wrapp .qrCodeWrap {
	margin-top:0.781vw;
}
.qr-scan {
    width: 6.458vw;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0px 4px 0px rgba(0,0,0,.2);
}
.dwnl-app-wrapp .textCont .formInline {
	max-width:390px;
	width:100%;
}
.formInline .fld-Wrap .fld-rds, .formInline .btn-wrap .btn {
	height: 44px;
}
.fld-rds {
    border-radius: 51px;
    position: relative;
    padding: 5px 25px;
    border-color:#c4c4c4;
}
.fld-rds:focus {
	border-color:#01a044;
}
.formInline .fld-Wrap {
    position: relative;
    margin-right: -37px;
}
.formInline .btn-wrap {
    position: relative;
    z-index:1;
}
.formInline .fld-Wrap .fld-rds {
	padding-right:50px;
}
.formInline {
    border-radius: 50px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.formInline .btn-wrap .btn {
	min-width:160px;
}
.dwnl-app-wrapp .info-wrapper {
    margin-right: -15px;
}
.dwnl-app-wrapp .info-img, .dwnl-app-wrapp .info-wrapper, .dwnl-app-wrapp .phone-frame {
	opacity:0;
	transform: translateY(100px);
	transition: all .5s ease-in-out;
}
.show .dwnl-app-wrapp .info-img, .show .dwnl-app-wrapp .info-wrapper, .show .dwnl-app-wrapp .phone-frame {
	transform: translateY(0);
	opacity:1;
}
.show .dwnl-app-wrapp .info-img {
	transition-delay: .3s;
}
.show .dwnl-app-wrapp .info-wrapper {
	transition-delay: .7s;
}
.show .dwnl-app-wrapp .phone-frame {
	transition-delay: .6s;
}
.spaceHead .subText {
    margin-bottom: 0;
    margin-top: 15px;
}
.box-Card-prc {
    background-color: #ffffff;
    padding: 30px 30px 25px 30px;
}
.box-Card-prc .heading {
    font-size: 1.823vw;
    margin-bottom: 25px;
}
.box-Card-prc .pointList-wrap {
	font-size:0.938vw;
}
.list-checkPoint>li {
	position:relative;
	padding-left:32px;
}
.list-checkPoint>li:not(:last-child) {
	margin-bottom:10px;
}
.list-checkPoint>li:before {
	content:"";
	position:absolute;
	left:0;
	top:3px;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	background-image:url(../../../../20201221113955im_/http_/logistick.in/images/checked.png);
}
.box-Card-prc .priceBox {
    padding: 10px 10px;
    border-top: 1px dashed #9c9c9c;
    border-bottom: 1px dashed #9c9c9c;
    margin-top: 25px;
    margin-bottom: 10px;
}
.box-Card-prc .textsmall {
    font-size: 13px;
}
.box-Card-prc .plan-Price .prc {
	font-weight:600;
	font-size:2.500vw;
	line-height:1;
}
.box-Card-prc .plan-Price .sgn-rs {
	font-size:1.250vw;
}
.box-Card-prc .btnRow {
    margin-top: 20px;
}
.wdt-auto {
    min-width: auto !important;
}
.box-Card-prc .pointList-wrap {
    font-size: 0.938vw;
    padding-left: 15px;
    padding-right: 15px;
}
.box-Card-prc .box-inner {
    max-width: 310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.priceRow .colWrap {
    max-width: 440px;
    width: 100%;
}
.priceRow .colWrap:not(:last-child) {
    margin-right:40px;
}
.thm-nav-toggler {
    position: absolute;
    width: 26px;
    height: 18px;
    border: none;
    padding: 0;
    outline: none !important;
    border-radius: 0;
    right: 15px;
    top: 25px;
}
.thm-nav-toggler .navbar-toggler-icon, .thm-nav-toggler .navbar-toggler-icon:before, .thm-nav-toggler .navbar-toggler-icon:after {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    position:absolute;
    left:0;
    transition: all 0.2s ease;
}
.thm-nav-toggler .navbar-toggler-icon:before, .thm-nav-toggler .navbar-toggler-icon:after {
	content:"";
}
.thm-nav-toggler .navbar-toggler-icon {
	top:50%;
	margin-top:-1px;
}
.thm-nav-toggler .navbar-toggler-icon:before, .subMenu-drop.show .navbar-toggler.dropdown-toggle .navbar-toggler-icon:before {
	bottom:0;
	background-color:#000;
	transform:rotate(45deg);
}
.thm-nav-toggler .navbar-toggler-icon:after, .subMenu-drop.show .navbar-toggler.dropdown-toggle .navbar-toggler-icon:after {
	top:0;
	background-color:#000;
	transform:rotate(-45deg);
}
.thm-nav-toggler.collapsed .navbar-toggler-icon, .navbar-toggler.dropdown-toggle .navbar-toggler-icon {
	background-color:#000;
}
.thm-nav-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.dropdown-toggle .navbar-toggler-icon:before {
	transform:rotate(0);
	bottom:7px;
}
.thm-nav-toggler.collapsed .navbar-toggler-icon:after, .navbar-toggler.dropdown-toggle .navbar-toggler-icon:after {
	transform:rotate(0deg);
	top:7px;
}
.navbar-toggler.dropdown-toggle {
    position: relative;
    top: 0;
    right: inherit;
}
.subMenu-drop.show .navbar-toggler.dropdown-toggle .navbar-toggler-icon {
	background-color:transparent;
}
.navbar-toggler.dropdown-toggle .navbar-toggler-icon:before, .navbar-toggler.dropdown-toggle .navbar-toggler-icon:after {
	background-color:#000;
}
.subMenu-wrap .footerSec-wrap:first-child {
	border-top:none;
	border-bottom:none;
	padding-top:0;
}
.subMenu-wrap .footerSec-wrap {
	border-color:rgba(255,255,255,.15);
}
.subMenu-wrap .foot-Col .title, .subMenu-wrap .foot-Col, .subMenu-wrap .foot-Col a {
	color:#fff;
}
.thmNavbar .dropdown .dropdown-menu.subMenu-wrap {
	font-size:14px;
	box-shadow:0 4px 6px 0px rgba(0,0,0,.2) inset;
}
.thmNavbar .dropdown .dropdown-menu.subMenu-wrap .menu-Inner {
    padding-top: 2.448vw;
    padding-bottom: 2.448vw;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
    display: none;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 1.2;
    font-size: 24px;
    border-radius: 30px;
    z-index: 3;
}
.downSecRow {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 14px 15px;
    z-index:9990;
}
.downSecRow .labelHead {
    font-size: 14px;
    line-height: 1;
}
.downSecRow .btn-thm {
    font-size: 10px;
    padding: 3px 10px;
    font-weight: bold;
}
.downSecRow ul>li:not(:last-child) {
	margin-right:4vw;
}
.cookie-sticky {
    padding: 0.781vw 0;
    background-color: #f5f5f5;
    position: fixed;
    z-index: 9990;
    left: 0;
    bottom: 0;
    width: 100%;
}
.cookie-sticky .textcont {
	font-size: .800vw;
}
.cookie-sticky .btnCookies {
    border-radius: 0.260vw;
    padding: 0.521vw 0.781vw;
    line-height: 1;
    font-size: 0.781vw;
}
/* Flip */
.flipBox-wrapper {
    position: relative;
    height: 100%;
    transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transition:transform .4s;
    -ms-transition:transform .4s;
    -o-transition:transform .4s;
}
.flipBox-wrapper.flipped {
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
}
.flipBox-wrapper .frontData {
	position:relative;
	height:100%;
	z-index:1;
	transform:rotateY(0);
	-ms-transform:rotateY(0);
	-o-transform:rotateY(0);
	backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
}
.flipBox-wrapper .backData {
	z-index:0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
    -o-transform:rotateY(-180deg);
    backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
}
.flipBox-wrapper.flipped .frontData {
	z-index:0;
}
.flipBox-wrapper.flipped .backData {
	z-index:1;
}
.flipContManage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.083vw 1.563vw;
}
.flipContManage .calc-Close {
    position: absolute;
    top: 0.521vw;
    right: 0.781vw;
    font-size: 1.875vw;
    line-height: 1;
    color: #000;
    outline:none;
}

.cost_calculator_wrapper .head {
	margin-bottom:3.800vw;
}
.cost_calc_Form .form-group {
	margin-bottom:2.083vw;
}
.cost_calc_Form .calc-fld-Wrap .icon-col {
	text-align:center;
	width:4vw;
	min-width:4vw;
}
.cost_calc_Form .calc-fld-Wrap .icon-col .iconWrap .icon {
	height:3.300vw;
	max-width:inherit;
}
.cost_calc_Form .ttl-sm {
	font-size:1.354vw;
	line-height:1;
	margin-bottom:0.625vw;
}
.cost_calc_Form .calc-fld-Wrap .conSec {
    padding-left: 0.781vw;
}
.cost_calc_Form .cst-fld {
	background-color:transparent;
}
.cost_calc_Form .prc-clc .prc {
	font-size:3.646vw;
	line-height:1;
}
.cost_calc_Form .fairPrice-Wrap {
	margin-top:1.563vw;
	
}
.cost_calc_Form .fairPrice-Wrap .ttl-sm {
    font-size: 1.354vw;
    line-height: 1;
    margin-bottom: 0.625vw;
}
.cost_calc_Form .prc-clc .sign-rs {
    font-size: 1.458vw;
    line-height: 1;
    vertical-align: top;
    margin-top: 0.500vw;
    display: inline-block;
}
/* End Flip */
/*** About Us ***/
/* Overview */
.innerpg-Header .head-Cont-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.innerpg-Header .head-Cont-wrap .mng-Cont {
    width: 35%;
    float: right;
    margin-right: 5%;
}
.head-Cont-wrap .head-ttl {
    font-size: 2.450vw;
    line-height: 1.2;
    margin-bottom:10px;
}
.breadCrumb-wrap {
    margin-bottom: 1.823vw;
}
.thm-breadcrumb {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
.thm-breadcrumb>.breadcrumb-item  {
	font-size:0.781vw;
}
.thm-breadcrumb>.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
.thm-breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 120%;
    line-height: 1;
    color: #7f7f7f;
    font-weight:normal;
    position: relative;
    top: 1px;
}
.thm-breadcrumb>.breadcrumb-item .icon {
	margin-right:10px;
}
.thm-breadcrumb>.breadcrumb-item a {
	color:#000;
}
.thm-breadcrumb>.breadcrumb-item a:hover, .thm-breadcrumb>.breadcrumb-item a:hover .icon {
	color:#FF5722;
}
.thm-breadcrumb>.breadcrumb-item .icon  {
	color:#7e807d;
}
.thm-breadcrumb>.breadcrumb-item.active {
	font-weight:600;
	color:#000;
}
.pageMenu-nav {
    padding: 0;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.subMenu-pg>.nav-item>.nav-link {
    padding: 0;
    font-size: 0.885vw;
    color: #000;
    border-bottom: 2px solid #a8aaa9;
    line-height: 1.2;
}
.subMenu-pg>.nav-item>.nav-link:hover, .subMenu-pg>.nav-item.active>.nav-link, .stickySub-nav .subMenu-pg>.nav-item.active>.nav-link {
	color:#FF5722;
	border-color:#FF5722;
}
.subMenu-pg>.nav-item {
	margin-bottom:10px;
    display: inline-block;
}
.subMenu-pg>.nav-item:not(:last-child) {
	margin-right:1.823vw;
}
.stickySub-nav .subMenu-pg>.nav-item>.nav-link {
    font-size: 0.833vw;
    font-weight: bold;
    color: #434141;
    border-bottom: none;
    line-height: 1;
}
.stickySub-nav .subMenu-pg>.nav-item:not(:last-child) {
    margin-right: 1.823vw;
}
.pg-Menu-wrapper {
	width:100%;
	background-color:#fff;
	margin-bottom:1.302vw;
}
.pg-Menu-wrapper .navbar-brand {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding-top:10px;
    padding-bottom:10px;
    max-width: 305px;
    width: 100%;
    transition: 0.4s ease-out;
}
.stickySub-nav .pg-Menu-wrapper .navbar-brand {
	display:inline-block;
	opacity:1;
	visibility: visible;
}
.stickySub-nav .subMenu-pg>.nav-item {
	margin-bottom:0;
}
.stickySub-nav .pg-Menu-wrapper {
	position:fixed;
	top:0;
	left:0;
	margin-bottom:0;
	z-index:99;
	box-shadow:0 1px 8px 0px rgba(0,0,0,.2);
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);}
	100% {transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);}
}
.stickySub-nav .pg-Menu-wrapper .pageMenu-nav .subMenu-pg {
	margin-left:auto;
	margin-right:0 !important;
    text-align: right;
}
.pg-Menu-wrapper .subMenu-pg {
	transition: 0.4s ease-out;
    display: block;
    flex-direction: unset;
    width: 100%;
}
.txt-edtr {
    line-height: 1.75;
}
.txt-edtr p {
    margin-bottom: 1.80vw;
}
.mngText-Sec {
	margin-bottom: 60px;
}
.col-InfoSec .text-cont-wrap>p:last-child {
	margin-bottom:0;
}
.col-InfoSec .btnRow {
	margin-top:20px;
}

.section-pg-Wrap {
	padding-top:30px;
}
.sec-ttl {
	font-size:2.083vw;
	line-height: 1.1;
	margin-bottom:25px;
}
.border-bg-gr {
    padding: 1px;
    background: rgb(3,159,78);
    background: -moz-linear-gradient(-45deg, rgba(3,159,78,1) 0%, rgba(28,116,138,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
    background: linear-gradient(135deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039f4e', endColorstr='#1c748a',GradientType=1 );
}
.border-bg-gr-fade {
    padding: 1px;
    background: -moz-linear-gradient(-45deg, rgba(3,159,78,0.3) 0%, rgba(3,159,79,0.3) 1%, rgba(28,116,138,0.3) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(3,159,78,0.3) 0%,rgba(3,159,79,0.3) 1%,rgba(28,116,138,0.3) 100%);
    background: linear-gradient(135deg, rgba(3,159,78,0.3) 0%,rgba(3,159,79,0.3) 1%,rgba(28,116,138,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d039f4e', endColorstr='#4d1c748a',GradientType=1 );
}
.border-bg-gr .bord-inner, .border-bg-gr-fade .bord-inner {
	background-color:#fff;
}

.box-overview {
    padding: 2.604vw 1.600vw;
}
.box-overview .head {
	font-size:1.771vw;
	line-height:1;
	margin-bottom:3px;
}
.overview-pg-Wrapper .border-bg-gr {
	margin-bottom:20px;
}
.trading-small-Header {
	position:relative;
}
.trading-small-Header .textWrapper {
    position: absolute;
    left: 6%;
    top: 15.5%;
    width: 52%;
    padding: 0 6%;
}
.trading-small-Header .lgHead {
    font-size: 2.150vw;
    line-height: 1.2;
}
.trading-small-Header .textWrapper .btnRow {
    margin-top: 25%;
}

/* End Overview */
/* Management Team */
.teamCol {
    margin-bottom: 60px;
}
.teamCol .wrap-img {
    width: 15vw;
    height: 15vw;
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f5;
    overflow:hidden;
    border-radius:100%;
}
.teamCol .mng-link {
    display: inline-block;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}
.teamCol .wrap-cont {
    margin-top: 25px;
}
.teamCol .name {
    font-size: 1.354vw;
    color:#009445;
}
.teamCol .designation  {
    font-size: 1.042vw;
    color:#060606;
}

.teamOuter [class^="col"] {
	position:static;
}
.team-popup-mng {
    position: absolute;
    z-index: 12;
    left: 0;
    width: 100%;
    margin-top:20px;
}
.team-popup-mng .card-Box {
    position: relative;
    padding: 50px 2vw 40px 2vw;
    background-color: #fff;
}
.team-popup-mng .card-Box .mng-inner {
	position:relative;
}
.team-popup-mng .card-Box .txt-edtr p:last-child {
	margin-bottom:0;
}
.teamCol .mng-link:after, .teamCol .mng-link:before {
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	width: 0; 
	height: 0; 
	margin-top:5px;
	opacity:1;
	visibility:visible;
	pointer-events: none;
	transform:translateX(-50%);
	z-index:13;
}
.teamCol .mng-link:after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 16px solid #10886e;	
}
.teamCol .mng-link:before {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 15px solid #fff;
	margin-top:6px;
	z-index:14;
}
.teamCol .mng-link.collapsed:after, .teamCol .mng-link.collapsed:before {
	visibility:hidden;
	opacity:0;
	transition-delay: .2s;
}
.team-popup-mng .card-Box .btn-Close-wrapper {
    border: none;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: -5px;
    font-size: 22px;
    top: -30px;
    font-weight: 600;
}
/* End Management Team */
/* Board Of Directors */
.grd-Card-Box.box-Directors {
	color: #414342;
	padding:2.280vw 2vw;
}
.grd-Card-Box {
    padding: 25px 2vw;
}
.box-Directors .title {
    font-size: 1.354vw;
    margin-bottom:0;
}
.bod-pg-Wrapper .border-bg-gr {
	margin-bottom:40px;
}
.section-Wrap-40 {
	padding-top: 40px;
	padding-bottom:40px;
}
.thm-accrdn .card-header {
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.thm-accrdn .card-thm .title-acc {
	color:#363636;
	display:block;
	position:relative;
}
.thm-accrdn .card-thm .title-acc {
	font-size:1.250vw;
    color: #363636;
    display: block;
    border-bottom: 1px solid #cdeadd;
    padding: 0.260vw 3.200vw 0.521vw 0.781vw;
}
.thm-accrdn .card-thm {
	margin-top:1.823vw;
}
.thm-accrdn .card-thm .card-body {
	padding:15px 15px 20px 15px;
}
.thm-accrdn .card-thm .card-body>p:last-child {
	margin-bottom:0;
}
.thm-accrdn .card-thm .title-acc:after {
	content:"\f068";
	font-size:0.677vw;
	text-align: center;
    font-style: normal;
    font-weight: normal;
    position:absolute;
    right:0.781vw;
    bottom:0.781vw;
    width:1.198vw;
    height:1.198vw;
    border-radius:100px;
    overflow:hidden;
    color:#fff;
    font-family:FontAwesome;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    background: rgb(20,167,81);
    background: -moz-linear-gradient(-45deg, rgba(20,167,81,1) 0%, rgba(13,86,165,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(20,167,81,1) 0%,rgba(13,86,165,1) 100%);
    background: linear-gradient(135deg, rgba(20,167,81,1) 0%,rgba(13,86,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14a751', endColorstr='#0d56a5',GradientType=1 );
}
.thm-accrdn .card-thm .title-acc.collapsed:after {
	content:"\f067";
}
.thm-accrdn.accrdn-lg .card-thm .title-acc {
    font-size: 1.750vw;
    color: #060606;
    line-height: 1.2;
    padding-right: 70px;
    padding-bottom: 20px;
}
.thm-accrdn.accrdn-lg .card-thm .title-acc:after {
	width:27px;
	height:27px;
	right:20px;
	bottom:20px;
}
.thm-accrdn.accrdn-lg .card-thm {
    margin-top: 18px;
}
.thm-accrdn.accrdn-lg .card-thm .card-body {
	padding:35px 15px 0px 15px;
}
/* End Board Of Directors */
/*** End About Us ***/
/*** Calculators ***/
/* Cost of Carry */
.calc-Sec-wrapp {
    background-color: #2e778b;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-image: url(../../../../20201221113928im_/http_/logistick.in/images/bg-cost-calculator.html);
    padding-top: 3.646vw;
    padding-bottom: 3.646vw;
}
.calc-card-Box {
    background-color: #fff;
    border-radius: 20px;
    padding: 4vw 30px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.4);
}
.txt-color-1 {
	color: #009445;
}
.txt-color-2 {
	color:#232a28;
}
.calc_Form .ttl-sm {
    font-size: 1.320vw;
    margin-bottom: 10px;
    white-space: nowrap;
}
.calc-fld-Wrap .conSec {
	padding-left:15px;
}
.calc_Form .prc-clc .prc {
    font-size: 5.729vw;
    line-height: 1;
    vertical-align: top;
}
.calc_Form .prc-clc .sign-rs {
    font-size: 2.083vw;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    margin-top: 0.590vw;
}
.calc-card-Box .sec-ttl {
    margin-bottom: 4vw;
}
.calc_Form .clc-fld-Row {
	margin-bottom:2.604vw;
}
.calc_Form .fairPrice-Wrap {
	margin-top:2.865vw;
}
.calc_Form .btn-thm {
	font-size: 0.885vw;
}
.clc-fld-Row {
	margin-left:-25px;
	margin-right:-25px;
}
.clc-fld-Row>[class^="col"] {
	padding-left:25px;
	padding-right:25px;
}
.calc-fld-Wrap .d-table {
	width:100%;
}
.calc-fld-Wrap .d-table-cell {
	vertical-align:top;
}
.calc-fld-Wrap .sec-spot .icon-col {
    width: 19%;
}
.calc-fld-Wrap .sec-interest .icon-col {
    width: 28%;
}
.calc-fld-Wrap .sec-days .icon-col {
    width: 25%;
}
.section-Wrap-Calculator {
    padding-top: 10px;
}
/* End Cost of Carry */
/* Brokerage Calculator */
.brokerage-Calc-Sec {
	background-image:url(../../../../20201221113928im_/http_/logistick.in/images/bg-calculator-brokerage.html);
}
.calc-Brokerage-Car {
	padding:4vw 4.688vw;
}
.lg-space-Row {
	margin-left:-2vw;
	margin-right:-2vw;
}
.lg-space-Row>[class^="col"] {
	padding-left:2vw;
	padding-right:2vw;
}
.calc_Broke_Form .ttl-sm {
	font-size:0.938vw;
	margin-bottom:0.417vw;
	line-height:1.2;
}
.calc_Broke_Form .form-group {
	margin-bottom:1.700vw;
}
.calc-fld-Wrap .fldInst-sml {
	font-size: 0.729vw;
    line-height: 1;
    margin-top: 0.156vw;
    margin-bottom: 0.208vw;
}
.calc_Broke_Form .calc-fld-Wrap .conSec {
	padding-left:0;
}
.calc_Broke_Form .calc-fld-Wrap .sec-interest .icon-col {
    width: auto;
}
.calc_Broke_Form .calc-fld-Wrap .icon-col {
	width:3.646vw;
	padding-right:0.625vw;
	padding-top:0.625vw;
}
.cst-fld.fld-vw {
    font-size: 0.938vw;
    height: 1.850vw;
    padding: 0 0.104vw 0.417vw 0.104vw;
}
.calc_Broke_Form .btnRow {
	margin-top:0.521vw;
}
.calc_Broke_Form .selectRowWrap {
	margin-bottom:2.865vw;
}
.select-calc-Type>li {
	vertical-align:top;
	margin-bottom:0.521vw;
}
.select-calc-Type>li:not(:last-child) {
	margin-right:1.823vw;
}
.select-calc-Type .ttl-sm {
	margin-bottom:0;
}
.rdo-instrWrap .inst {
    font-size: 0.729vw;
    color: #7f7f7f;
    padding-left: 2.083vw;
    margin-top: 0.521vw;
}
.select-calc-Type .ttl-sm.selectHead {
	padding-top:0.260vw;
}
.select-calc-Type .ttl-sm.css-label {
	padding-top:0.208vw;
}
.select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {
	font-size: 0.938vw;
	vertical-align:top;
}

.broker-List-Wrap>li {
	vertical-align:top;
}
.broker-List-Wrap>li:not(:last-child) {
	margin-right:0.781vw;
}
.calcResultCircle {
    width: 21vw;
    height: 21vw;
    border-radius: 100%;
    overflow: hidden;
    padding:1.563vw 1.800vw;
    margin-left:auto;
    margin-right:auto;
}
.calcResultCircle .contWrapper {
	font-size:1.146vw;
	padding-top:1.302vw;
	padding-bottom:1.302vw;
	min-height:13.200vw;
}
.calcResultCircle .prc-clc .sign-rs {
    font-size: 2.083vw;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    margin-top: 0.417vw;
    margin-right: 0.156vw;
}
.calcResultCircle .prc-clc .prc {
    font-size: 3.750vw;
    line-height: 1;
}
.calcResultCircle .contWrapper .prc-clc {
	margin-top:0.365vw;
	margin-bottom:0.365vw;
}
/* End Brokerage Calculator */
/*** End Calculators ***/
/*** Media ***/
/* Press Releases */
.card_Sec_Box {
	margin-bottom:35px;
	display:block;
}
.card_Sec_Box:hover {
	background: rgb(3,159,78);
	background: -moz-linear-gradient(-45deg, rgba(3,159,78,1) 0%, rgba(28,116,138,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
	background: linear-gradient(135deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039f4e', endColorstr='#1c748a',GradientType=1 );
}
.card_Sec_Box .boxInner {
    padding: 15px 20px;
}
.card_Sec_Box .boxInner>.wrapCol {
    padding: 5px 20px;
    border-right:1px solid #cccccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.card_Sec_Box .boxInner>.textCol {
	min-height:3.400vw;
}
.card_Sec_Box .boxInner>.wrapCol:first-child {
	padding-left:0;
}
.card_Sec_Box .boxInner>.wrapCol:last-child {
	padding-right:0;
	border-right:none;
}
.date_stl .day {
    font-size: 2.708vw;
    line-height: 1;
    padding-right:7px;
}
.date_stl .mnth-yr {
    font-size: 0.833vw;
    padding-top:5px;
}
.date_stl .mnth {
	color:#65625f;
}
.card_Sec_Box .secLink {
    min-width: 5.750vw;
}
.card_Sec_Box .secLink a {
	font-weight:bold;
	font-size: 0.781vw;
	font-style:italic;
	white-space:nowrap;
}
.card_Sec_Box .icon-lnk {
    position: relative;
    padding-left: 1.354vw;
    min-height: 0.938vw;
}
.card_Sec_Box .icon-lnk .icon-img {
    max-width: 1.042vw;
    position: absolute;
    left: 0;
    top: 0.052vw;
}
.card_Sec_Box .secLink>li {
    line-height: 1;
}
.card_Sec_Box .secLink>li:not(:last-child) {
	margin-bottom:7px;
}
.lnk-color-1 {
	color:#00ad57;
}
.lnk-color-1:hover {
	color:#008c46;
}
.selectFlts>li {
	vertical-align:top;
}
.select-Wrapp {
	border-bottom:1px solid #7c7c7c;
}
.select-Wrapp .cstLabel {
    line-height: 1;
    color: #7c7c7c;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.select-Wrapp .bootstrap-select.cst-select {
	min-width:140px;
}
.select-Wrapp .bootstrap-select.cst-select .dropdown-toggle {
    border-bottom: none;
    height: auto;
    padding-bottom: 0;
    color:#00aa56;
    font-weight: bold;
    font-size: 1.042vw;
    transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.select-Wrapp .bootstrap-select.cst-select .dropdown-toggle.bs-placeholder {
	color:#7c7c7c;
	font-weight:normal;
}
.select-Wrapp .bootstrap-select.cst-select .dropdown-toggle .filter-option-inner-inner {
	text-align:center;
}
.select-Wrapp .fld-line-select .dropdown-toggle .filter-option {
	line-height:1;
}
.select-Wrapp .cst-select .dropdown-toggle::after {
	position:absolute;
	right:2px;
	top:50%;
	margin-top:-0.417vw;
}

.selectFlts>li:not(:last-child) {
	margin-right:30px;
}
.mng-Head-fltr .spcHead {
    padding-top: .550vw;
}
.mng-Head-fltr .spcHead-extr {
    padding-top: 1vw;
}
/* End Press Releases */
/* Market News */
.navbar-inlineList {
	flex-direction: inherit;
	display: block;
}
.navbar-inlineList>li {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    vertical-align:top;
}
.navbar-inlineList>li:not(:last-child) {
	margin-right:8px;
}
.navbar-inlineList>li>.nav-link {
    font-size: 16px;
    border-radius: 50px;
    background-color: rgba(3,150,87,.1);
    color: #111010;
    padding: 12px 25px;
    line-height: 1;
    letter-spacing: .5px;
    position:relative;
}
.navbar-inlineList>li>.nav-link:hover, .navbar-inlineList>li.active>.nav-link {
	background-color: rgba(3,150,87,1);
	color:#fff;
}
.secInline-Links {
    padding-top: 15px;
    margin-bottom: 15px;
}
.newsDetails-pg .headSec {
    margin-bottom: 1.950vw;
}
.newsDetails-pg .headSec .sec-ttl {
	margin-bottom:13px;
}
.link_Icon {
	position: relative;
    padding-left: 26px;
    min-height: 18px;
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
}
.link_Icon .icon-img {
    max-width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.newsDetails-pg .bkRow {
    margin-top: 3.646vw;
}
/* Market News */
/* Research */
.secInline-Links.subPoints-menu {
    margin-bottom: 4.948vw;
}
.navbar-inlineList .subItems {
	position:relative;
}
.secInline-Links .sublinkswrap>li>.nav-link {
    padding: 0;
    font-size: 0.885vw;
    white-space:nowrap;
    color:#322e2e;
    border-bottom:1px solid;
    line-height:1.1;
}
.secInline-Links .sublinkswrap>li.active>.nav-link, .secInline-Links .sublinkswrap>li>.nav-link:hover {
    color: #FF5722;
    border-color: #FF5722;
}
.secInline-Links .sublinkswrap>li:not(:last-child) {
    margin-right: 2.250vw;
}
.navbar-inlineList.middleLinks {
    position: relative;
}
.navbar-inlineList.middleLinks .subItems {
    position: initial;
}
.navbar-inlineList.middleLinks .subItems.active .subDropdown {
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
.navbar-inlineList .subItems .subDropdown {
    position: absolute;
    left:0;
    top:100%;
    margin-top:1.042vw;
    display: none !important;
}
.navbar-inlineList .subItems.active .subDropdown {
    display: flex !important;
}
.navbar-inlineList>li.subItems.active>.nav-link:after {
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid rgba(3,150,87,1);
}

.z-ind-1 {
	z-index:1;
}
.flt_check_Box {
	display:inline-block;
	vertical-align:top;
}
.flt_check_Box input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0; border:0;
}
.flt_check_Box input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 1.400vw;
    position:relative;
    display: inline-block;
    font-size: 0.833vw;
    font-weight: 400;
    vertical-align: top;
    cursor: pointer;
    min-height: 0.990vw;
}
.flt_check_Box input[type=checkbox].css-checkbox + label.css-label:before {
	content:"";
	position:absolute;
	left:0;
	top:0.052vw;
	width:0.990vw;
	height:0.990vw;
	border:1px solid #2b2b2b;
	border-radius:0.208vw;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:98% auto;
	background-color:#fff;
}
.flt_check_Box input[type=checkbox].css-checkbox:checked + label.css-label:before {
	background-image:url("../../../../20201221113928im_/http_/logistick.in/images/icon-filter-check.html");
}
.checkSelected-color .flt_check_Box input[type=checkbox].css-checkbox:checked + label.css-label {
	color:#039657;
}
.flt_check_Box label.css-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom:0;
}
.flt-checkList>li:not(:last-child) {
    margin-right: 0.781vw;
}
.flt-checkList.text-center>li {
	margin-left:0.417vw;
	margin-right:0.417vw;
}
.flt-checkList>li {
    margin-bottom: 0.365vw;
}
.flt-checkList.fltSpace>li {
	margin-bottom:0.781vw;
}

.searchFldWrap .cst-fld {
	border-radius:0;
    border: none;
    font-size: 0.938vw;
    height: 1.979vw;
    font-style: italic;
    padding: 0.260vw 0.521vw 0.260vw 0.781vw;
}
.searchFldWrap .btnIcon {
	border-radius:0;
    font-size:0.938vw;
    line-height:1;
    border:none;
    padding: 0.156vw 0.781vw 0.156vw 2px;
}
.fltSecWrap {
    margin-bottom: 1.302vw;
}
.bootstrap-select.cst-select.text-uppercase .dropdown-toggle .filter-option-inner-inner {
    text-transform:uppercase;
}
.vdo-FilterRow .btnsList {
    margin-top: -.300vw;
}
.vdo-FilterRow .btnsList>li:not(:last-child) {
	margin-right:0.781vw;
}
.vdo-FilterRow .btnsList .btn-thm {
	padding:0.417vw 1.042vw;
	line-height:1.1;
}
.select-Wrapp.select-w-100 .bootstrap-select.cst-select {
    min-width: 100%;
}

.videoBox .thumbCol {
    min-width: 14.063vw;
    padding-right: 2.083vw;
    max-width: 14.063vw;
}
.videoBox .vdo-Thumb-wrap {
	position:relative;
}
.videoBox .vdo-Thumb-wrap:after {
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    z-index:1;
    width:2.865vw;
    height:2.865vw;
    transform:translate(-50%,-50%);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-image:url(../../../../20201221113928im_/http_/logistick.in/images/play-icon.html);
}
.card_Sec_Box.videoBox  .boxInner {
	padding:1.823vw 1.823vw;
}
.videoBox .textCol .post-Info-list {
	margin-top:1.302vw;
}
.post-Info-list {
	font-size: 0.781vw;
}
.post-Info-list>li:not(:last-child) {
	margin-right:2.083vw;
}
.subscrptn_Box_Wrap {
    background-color: #0a816f;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image:url(../../../../20201221113928im_/http_/logistick.in/images/subscr-bg.html);
    padding: 4.688vw 10.417vw 4.167vw 10.417vw;
}
.checkList-white .flt_check_Box input[type=checkbox].css-checkbox + label.css-label:before {
	border-color: rgba(0,0,0,.2);
}
.cst-fld.fld-Subs {
    height: 2.500vw;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    padding: 0.260vw 0.521vw;
    font-size: 1.198vw;
}
.cst-fld.fld-Subs::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
}
.cst-fld.fld-Subs::-moz-placeholder {
  color: rgba(255,255,255,.7);
}
.cst-fld.fld-Subs:-ms-input-placeholder {
  color: rgba(255,255,255,.7);
}
.cst-fld.fld-Subs:-moz-placeholder {
  color: rgba(255,255,255,.7);
}
.subscrptn_Box_Wrap .subscr-Formwrap {
    margin-top: 1.823vw;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;

}
.subscr-Formwrap .form-group {
	margin-bottom:1.042vw;
}
.subscr-Formwrap .btnRow {
	padding-top:0;
}

.teamCol.experCard {
	margin-bottom:30px;
}
.teamCol.experCard .wrap-img {
	width:12.708vw;
	height:12.708vw;
}
.teamCol.experCard .name, .teamCol.experCard .designation {
    font-size: 0.990vw;
}
.teamCol.experCard .mng-link:after, .teamCol.experCard .mng-link:before {
	margin-top:6px;
}
.teamCol.experCard .mng-link:before {
    margin-top: 7px;
}

.stck-link.current {
    z-index: 14;
}
.stickBtn.btnLeft {
    right: auto;
    left: 0;
    transition: left 0.6s ease-in-out;
    -ms-transition: left 0.6s ease-in-out;
    -o-transition: left 0.6s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.stickBtn {
    min-height: 2.400vw;
    top:9vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.stickBtn .lnk-Icon {
	display:none;
}
.slideDrawer-out.slide-Right {
	left: 0;
    right: auto;
    transform: translateX(-101%);
}
.open-Drawer .stickBtn.btnLeft.current {
    left: 50%;
    right: auto;
}
.panelVideo-filter {
    margin-top: 5vw;
}
.panelVideo-filter .form-group {
	margin-bottom:2vw;
}
.flt_check_Box .infoCircle.dropdown-toggle::after {
	display:none;
}
.flt_check_Box .dropWrap {
    vertical-align: top;
    margin-top: -0.100vw;
    margin-left: -0.052vw;
}
.flt_check_Box .infoCircle {
    border: 1px solid #616161;
    border-radius: 100px;
    height: 0.729vw;
    width: 0.729vw;
    font-size: 0.521vw;
    text-align:center;
    cursor:pointer;
}
.tooltipDrop {
    border: none;
    padding: 0;
    border-radius: 0;
    top: auto !important;
    bottom: 100% !important;
    transform: translate(-50%, 0) !important;
    margin: 0 0 0.781vw 0.365vw;
    font-size:0.781vw;
    min-width:inherit;
}
.tooltipDrop:after, .tooltipDrop:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 13;
}
.tooltipDrop:before {
  border-left: 0.521vw solid transparent;
  border-right: 0.521vw solid transparent;
  border-top: 0.573vw solid #fff;
  z-index:14;
}
.tooltipDrop:after {
  border-left: 0.573vw solid transparent;
  border-right: 0.573vw solid transparent;
  border-top: 0.625vw solid #177e7c;
}

.tooltipDrop .contWrapper {
    width: 17vw;
    padding: 1.500vw 0.800vw 0.800vw 0.800vw;
}
.tooltipDrop .contWrapper .sec-Head {
    font-size: 1.146vw;
    line-height:1.1;
    margin-bottom:0.417vw;
}
.tooltipDrop .contWrapper .content {
	text-align:left !important;
}
.tooltipDrop .contWrapper .closeDrop {
	position:absolute;
	top:0.625vw;
	right:0.781vw;
	font-weight:bold;
	cursor:pointer;
}

.iframe-Video-Wrap {
	overflow:hidden;
}
.iframe-Video-Wrap iframe {
	width:100%;
	height:41.667vw;
	border:none;
	margin-bottom:-5px;
}
.dtls-PG-wrap .iframe-Video-Wrap {
	margin-bottom:2.604vw;
}
.dtls-PG-wrap .post-Info-list {
    margin-bottom: 1.302vw;
}
.dtls-PG-wrap .bkRow {
    margin-top: 1.042vw;
}
.filter-PanelWrap .content-body {
	padding-left:2.083vw;
	padding-right:2.083vw;
}
.fltr-panelTabs .navbar-inlineList>li>.nav-link {
	font-size:0.833vw;
	padding:0.625vw 1.042vw;
}
.fltr-panelTabs .navbar-inlineList>li:not(:last-child) {
    margin-right: 0.417vw;
}
.reportFilters .yr-mnt-Row {
	margin-bottom:1.823vw;
}
.reportFilters .flt-Row {
	/*margin:0 5.700vw 1.823vw 5.700vw;*/
}
.filter-PanelWrap .reportFilters {
    margin-top: 1vw;
}
.filter-PanelWrap .secInline-Links.subPoints-menu {
    margin-bottom: 4vw;
}
/* End Research */
/* Media Relations Contact */
.txt-color-3 {
	color:#414342;
}
.contact-MR-box {
	max-width:680px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.contact-MR-box .addr_Cont {
    padding: 5vw 3vw;
}
.contact-MR-box .title {
    font-size: 1.354vw;
    margin-bottom: 2.083vw;
}
.contact-MR-box .usrName {
	margin-bottom:10px;
}
.contact-MR-box .cont-act {
    margin-top: 2.604vw;
}
.contact-MR-box .cont-act>li:not(:last-child) {
	margin-bottom:5px;
}
/* End Media Relations Contact */
/*** End Media ***/
/*** Inventors ***/
/* Financials */
.btn.sml-rds {
    border-radius: 7px;
    min-width: auto;
    padding: 5px 20px;
}
.btn.sml-rds .icon {
	margin-left:0.521vw;
}
.card_Sec_Box.box_Finance_Wrap  .boxInner {
    padding: 20px 25px;
}
.finance_Cont_List .iconWrap {
    max-width: 2.188vw;
    width: 100%;
    display:inline-block;
    vertical-align:top;
}
.finance_Cont_List .fnc_Date {
    font-size: 2.344vw;
    line-height: .8;
}
.finance_Cont_List>li:not(:last-child) {
	margin-right:2.604vw;
}
.finance_Cont_List .result {
    min-width: 7.813vw;
}
.box_Finance_Wrap .btns-List>li:not(:last-child) {
	margin-right:15px;
}
.card_Sec_Box.box_Finance_Wrap {
    margin-bottom: 2.344vw;
}
.btn.disabled, .btn:disabled {
    opacity: .5;
}
/* End Financials */
/* Annual Reports */
a.annualCard_Box {
	display:block;
	color:#65625f;
}
.annualCard_Box .boxInner {
    padding: 2.083vw 2.500vw 1.400vw 2.500vw;
}
.annualCard_Box .secLink {
    min-width: auto !important;
}
.annualCard_Box .dt-act {
    margin-top: 1.042vw;
}
.annualCard_Box .date_stl .day {
    font-size: 2.300vw;
	color:#e6e6e6;
}
.annualCard_Box .date_stl .mnth {
    color: #009445;
}
.annualCard_Box .date_stl .mnth-yr {
    font-size: 0.729vw;
}
.annualCard_Box .iconPDF {
    width: 1.875vw;
}
.annualCard_Box {
    margin-bottom: 28px !important;
}

/* End Annual Reports */
/*** End Inventors ***/
/*** Contact Us ***/
/* Feedback/Suggestions */
textarea.fld-line {
	resize:none;
}
.form-Wrap .instWrapper .fld-instr.spc-bt{
	margin-bottom:-10px;
}
.custom-file.fld-file {
	padding-right:110px;
}
.fld-file .custom-file-label {
    margin-bottom: 0;
    box-shadow: none !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    border-bottom:none;
    padding-right:110px;
}
.fld-file .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
    background-color: #009345;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    padding: 5px 20px;
    height: auto;
    line-height: 1;
    top: 0;
    bottom: 1px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    cursor:pointer;
}
.fld-file .custom-file-input:lang(en)~.custom-file-label::before {
	content:"";
	position:absolute;
	bottom:0px;
	left:0;
	right:110px;
	height:1px;
	background-color:#a4a4a4;
}
.feedbackFormWrap .sm-instr {
    font-size: 12px;
    margin-top: 15px;
}
.feedbackFormWrap .feedbacktyp_list {
	margin-bottom:30px;
}
.feedbacktyp_list>li:not(:last-child) {
    margin-right: 1.823vw;
}
.feedbackFormWrap .btnRow {
	padding-top:0;
}
.radio_Box [type="radio"]:checked,
.radio_Box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_Box [type="radio"]:checked + label,
.radio_Box [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 2.083vw;
    cursor: pointer;
    display: inline-block;
    margin-bottom:0;
    min-height:1.563vw;
}
.radio_Box [type="radio"]:checked + label:before,
.radio_Box [type="radio"]:not(:checked) + label:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 100%;
    background-image:url(../../../../20201221113928im_/http_/logistick.in/images/button-radio.html);
    background-repeat:no-repeat;
    background-position:center top;
    background-size:100% auto;
}
.radio_Box [type="radio"]:checked + label:before {
    background-position:center bottom;
}
.feedbackFormWrap {
    max-width: 50vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fldFade-color .fld-line, .fldFade-color .fld-line-select .dropdown-toggle {
	color:#737373;
}
.fldFade-color .cst-fld::-webkit-input-placeholder {
  color: #737373;
}
.fldFade-color .cst-fld::-moz-placeholder {
  color: #737373;
}
.fldFade-color .cst-fld:-ms-input-placeholder {
  color: #737373;
}
.fldFade-color .cst-fld:-moz-placeholder {
  color: #737373;
}
.form-Wrap .fld_error {
	display:none;
}
.fld-rqrd {
	position:relative;
	padding-bottom:14px;
}
.fld-rqrd  .fld_error {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -15px;
}
.fld_error {
    color: #f93232;
    font-size: 11px;
    line-height:1.2;
    display:none;
}
.errormrg .fld_error {
	margin-right:96px;
}
/* End Feedback/Suggestions */
/* Customer Service */
.box-cust-Service {
    padding: 3.125vw 1.200vw;
}
.box-cust-Service .iconWrap {
    max-width: 6.042vw;
    width: 100%;
    margin: 0 auto 2.100vw auto;
}
.box-cust-Service .head {
    margin-bottom: 15px;
}
.box-cust-Service .fontLG {
	font-size:2.500vw;
	line-height:1;
}
.box-cust-Service .fontSM {
	font-size:0.729vw;
}
.box-cust-Service.cust-care .contWrapp {
	position:relative;
	margin-top:-0.500vw;
}
.box-cust-Service .careInst  {
	margin-top:5px;
}
.box-cust-Service .mail-Listing>li:not(:last-child) {
	margin-bottom:7px;
}
.customerSec-wrapper .border-bg-gr {
	margin-bottom:30px;
}
.box-cust-Service .contWrapp a {
	color: #009445;
}
/* End Customer Service */
/* Know Your RM */
.knowRM-Box .heading, .knowRM-Box .txt-LG {
    font-size: 1.875vw;
    line-height: 1;
}
.knowRM-Box .cta-List a {
	color:#414342;
}
.knowRM-Box {
    padding: 2.083vw 1.563vw;
}
.knowRM-Box .heading {
    margin-bottom: 18px;
}
.knowRM-Box .address-wrap {
	margin-bottom:10px;
}
.knowRM-Box .cta-List>li:not(:last-child) {
	margin-bottom:10px;
}
.knowRM-Box .btnRow {
	margin-top:20px;
}
.know-RM-Wrapper .form-PAN-Wrap {
    width: 100%;
    margin: 0 auto 4.167vw auto;
    max-width: 28.646vw;
}
.form-PAN-Wrap .form-group {
	margin-bottom:1.563vw;
}
/* End Know Your RM */
/* Branch Locator */
.branchLocator_Outer {
	max-width:100%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.brnch-wrap-Sec .border-bg-gr {
	margin-bottom:20px;
}
.branchLocat_box {
    padding: 1.302vw 1.042vw;
}
.branchLocat_box .addressInfo>li:not(:last-child) {
    margin-bottom: 5px;
}
.branchLocat_box .addressInfo a {
	color:#414342;
}
.branchLocat_box .head {
    font-size: 1.563vw;
    line-height: 1;
    margin-bottom: 1.042vw;
}
.contactCol .ttl {
	line-height:1.1;
	margin-bottom:6px;
}
.contactCol .fontLG {
    font-size: 2.188vw;
    line-height: 1;
}
.contactCol a.txt-color-1 {
	color:#009445;
}
.branchLocat_box .adrs-wrap .btnRow {
	margin-top:2.604vw;
}
.contact_pers_row .callIcon {
    width: 5.900vw;
    margin: -0.800vw auto 0 auto;
}
.contact_pers_row {
    margin-top: 4.167vw;
}
.fldSelect-brd {
	padding:1px;
	border-radius:100px;
	background: rgb(3,159,78);
	background: -moz-linear-gradient(-45deg, rgba(3,159,78,1) 0%, rgba(28,116,138,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
	background: linear-gradient(135deg, rgba(3,159,78,1) 0%,rgba(28,116,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039f4e', endColorstr='#1c748a',GradientType=1 );
}
.fldSelect-brd .bootstrap-select.selectFld-brd .dropdown-toggle {
    background-color: #fff !important;
    border-radius: 100px;
    border: none;
    height: auto;
    padding: 8px 25px 8px 15px;
    font-weight: bold;
    font-style: italic;
    font-size:0.990vw;
    line-height:1.3;
    color:#414342;
}
.fldSelect-brd .bootstrap-select.selectFld-brd.text-center .dropdown-toggle .filter-option {
	text-align:center;
}
.fldSelect-brd .bootstrap-select.selectFld-brd.optCenter .dropdown-menu  {
	text-align:center;
}
.selectOptn-list>li {
    max-width: 24vw;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}
.branchLocator_Outer .selectOptn-list {
    margin-bottom: 3.125vw;
}
/* End Branch Locator */
/* Grievance Redressal */
.pg-Grievance-Wrap .secWrap-Row {
	margin-bottom:2.604vw;
}
.pg-Grievance-Wrap .contText {
	margin-bottom:2.604vw;
}
.box-TextSec {
    padding: 3.125vw 1.563vw;
}
.box-TextSec .iconWrap {
    max-width: 5.990vw;
    width: 100%;
    margin: 0 auto 2.083vw auto;
}
.box-TextSec .fontlt-lg {
	font-size:1.198vw;
}
.pointListing>li, .listHead  {
	position:relative;
	padding-left:1.458vw;
}
.pointListing>li:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0.833vw;
	height:0.833vw;
	margin-top:0.313vw;
	background-image:url(../../../../20201221113928im_/http_/logistick.in/images/icon-more.html);
	background-position:center top;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.pointListing>li:not(:last-child) {
	margin-bottom:0.417vw;
}
.listHead {
	margin-bottom:0.677vw;
}
.pointListing {
	margin-bottom:2.083vw;
}
.regAdrs-Box {
    padding: 2.083vw 4.167vw;
}
.regAddres-Sec .border-bg-gr {
	margin-bottom:2.604vw;
}
.comp-officer-info>li:not(:last-child) {
    margin-bottom: 2.083vw;
}
.regAdrs-Box a, .compOfficesSec-info a, .pg-Grievance-Wrap .contText a {
	color:#000000;
}
/* End Grievance Redressal */
/*** End Contact Us ***/
/*** Trading Tools ***/
/* Shubh App */
.secTradeWrapp .screenmng-Top {
    margin-top: -5vw;
}
.shubAppScreens .screen-imgWrap {
    max-width: 30vw;
    display: inline-block;
    vertical-align: top;
}
.shortCont-info .iconCol {
    padding-left: 1.823vw;
    padding-right: 1.823vw;
}
.shortCont-info .icon-wrap {
	width:4.688vw;
}
.head-sm-cmn {
    font-size: 1.354vw;
    line-height:1.2;
}
.shortCont-info .heading {
    margin-bottom: 0.677vw;
}
.whyChooseSec .shortCont-info {
	margin-bottom:2.604vw;
}
.cardBox-info .iconWrap {
	margin-bottom:1.563vw;
}
.cardBox-info .heading {
	margin-bottom:1.042vw;
}
.cardBox-info {
	padding-left:1.563vw;
	padding-right:1.563vw;
}
.benefitContWrap .cardBox-info .iconWrap {
    max-width: 6.510vw;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.bg-txture {
    background-image: url(../../../../20201221113928im_/http_/logistick.in/images/bg-texture.html);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color:#0e9865;
}
.thmTabNav {
	display:block;
}
.thmTabNav>li {
	display:inline-block;
	vertical-align:top;
	margin-bottom:5px;
}
.thmTabNav>li>.nav-link {
    font-size: 1.146vw;
    color: #fff;
    line-height: 1;
    padding: 0.521vw 1.563vw;
    border-radius: 15px;
}
.thmTabNav>li>.nav-link.active {
	background: rgba(0,0,0,.3);
}
.thmTabNav>li:not(:last-child) {
	margin-right:1.302vw;
}
.multySec-cols .section-Wrap.contNavSec {
	padding-top:3.125vw;
	padding-bottom:15.104vw;
}
.multySec-cols .contNavSec .thmTabNav {
	margin-bottom:3.125vw;
}
.availableApp .iconWrap img {
	height:1.354vw;
	width:auto;
}
.availableApp .labelitem {
    vertical-align: middle;
    padding-right: 5px;
}
.availableApp>li:not(:last-child) {
	margin-right:0.781vw;
}
.downloadApp .formRow {
    margin-bottom: 1.042vw;
}
.multySec-cols .secBot-info {
    padding-top: 4.167vw;
    padding-bottom:7.813vw;
}
.trade-mobileScreen {
    max-width: 17.708vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.multySec-cols .mngTop-Sec {
    position: relative;
    margin-top: -19.600vw;
}
.fldSelect-brd.font-W-n .bootstrap-select.selectFld-brd .dropdown-toggle {
	font-weight:normal;
}
.bootstrap-select.cst-select.overl-vis .dropdown-toggle:before {
	display:none;
}
.bootstrap-select.cst-select.overl-vis .dropdown-toggle .filter-option .filter-option-inner-inner {
    overflow: visible;
    white-space: normal;
}
.bootstrap-select.cst-select.overl-vis .dropdown-toggle .filter-option {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    height: auto;
}
.bootstrap-select.cst-select.overl-vis .dropdown-toggle::after {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.features-mob-Screen img {
    max-width: 17vw;
    width:100%;
}
.pointListing.spacePoints>li:not(:last-child) {
	margin-bottom: 1.600vw;
}
/* End Shubh App */
/* Shubh Web */
.shubhWebScreens .screen-imgWrap {
    max-width: 48.854vw;
    display: inline-block;
    vertical-align: top;
}
.tradeWebSection .trade-WebScreen {
    display: inline-block;
    vertical-align: top;
    max-width: 56.615vw;
    margin-bottom: 2.604vw;
}
/* End Shubh Web */
/* Shubh PIB */
.cardBox-info .iconWrap.circleIcon {
    width: 10.417vw;
    height: 10.417vw;
    background-color: #fff;
    border-radius: 100px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.grd-shade-1 {
	background: rgb(2,157,80);
	background: -moz-linear-gradient(left, rgba(2,157,80,1) 0%, rgba(17,108,134,1) 100%);
	background: -webkit-linear-gradient(left, rgba(2,157,80,1) 0%,rgba(17,108,134,1) 100%);
	background: linear-gradient(to right, rgba(2,157,80,1) 0%,rgba(17,108,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029d50', endColorstr='#116c86',GradientType=1 );
}
.grd-shade-2 {
	background: rgb(17,108,134);
	background: -moz-linear-gradient(left, rgba(17,108,134,1) 0%, rgba(2,157,80,1) 98%);
	background: -webkit-linear-gradient(left, rgba(17,108,134,1) 0%,rgba(2,157,80,1) 98%);
	background: linear-gradient(to right, rgba(17,108,134,1) 0%,rgba(2,157,80,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116c86', endColorstr='#029d50',GradientType=1 );
}
.grd-shade-3 {
	background: rgb(17,108,134);
	background: -moz-linear-gradient(top, rgba(17,108,134,1) 0%, rgba(2,157,80,1) 98%);
	background: -webkit-linear-gradient(top, rgba(17,108,134,1) 0%,rgba(2,157,80,1) 98%);
	background: linear-gradient(to bottom, rgba(17,108,134,1) 0%,rgba(2,157,80,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116c86', endColorstr='#029d50',GradientType=0 );
}
.cardBox-info .iconWrap.circleIcon .iconimg {
	width:5.208vw;
}
.txt-underline, a.txt-underline {
	text-decoration:underline;
}
.downpib-Sec .cardBox-info {
	margin-top:15px;
}
.downpib-Sec .downpib-btTextSec {
	margin-top:3.125vw;
}
.downpib-btTextSec .listText>li:not(:last-child) {
	margin-bottom:0.781vw;
}
.downpib-btTextSec .smlText {
	font-size:0.710vw;
}
/* End Shubh PIB */
/*** End Trading Tools ***/
/*** Products ***/
/* Equity */
.section-Wrap-md {
	padding-top:3.125vw;
	padding-bottom:3.125vw;
}
.box-ProdCard-info {
	padding:1.563vw 1.563vw;
}
.box-ProdCard-info .head {
    font-size: 1.354vw;
    line-height: 1.2;
    margin-bottom: 0.417vw;
}
.prodBox-Wrapper .boxWrap {
	margin-bottom:20px;
}
.cardBox-info .iconWrap.circleIcon .iconimg-md {
    max-width: 7.031vw;
    width:100%;
}
.cardBox-info .linkRow {
	margin-top:1.146vw;
}
.cardBox-info .cardLink {
	font-size:0.781vw;
	position:relative;
	padding-left:0.800vw;
}
.cardBox-info .cardLink:before {
	content:"";
	position:absolute;
	left:0;
	top:0.190vw;
	width: 0; 
	height: 0; 
	border-top: 0.350vw solid transparent;
	border-bottom: 0.350vw solid transparent;
	border-left: 0.450vw solid #0d7879;
}
.section-Dnld-App {
    padding-top: 2.344vw;
    padding-bottom: 1.563vw;
}
.appDownList>li {
	vertical-align:middle;
}
.appDownList .head-app, .appDownList .avlablOn-wrap {
	margin-bottom:14px;
}
.appDownList>li:not(:last-child) {
    margin-right: 1.302vw;
}
.appDownList .head-app {
    font-size: 1.563vw;
    line-height: 1.1;
}
.appDownList .wdthForm {
    max-width: 26.042vw;
    width:100%;
}
.formInline.formInline-vw .fld-Wrap .fld-rds, .formInline.formInline-vw .btn-wrap .btn {
	height:2.292vw;
}
.formInline.formInline-vw .fld-Wrap {
	margin-right:-1.927vw;
}
.formInline.formInline-vw .fld-Wrap .fld-rds {
	padding-right:2.604vw;
}
.formInline-vw .fld-rds {
	padding:0.260vw 1.302vw;
	font-size: 0.833vw;
}
.formInline.formInline-vw .btn-wrap .btn {
    min-width: 8.333vw;
    font-size:0.781vw;
    padding:0.521vw 1.302vw;
}
.card_Sec_Box.equityBox-wrap {
	margin-top:7px;
	margin-bottom:7px;
}
.equityBox-wrap .boxInner {
    padding: 1.563vw 1.563vw;
}
.equityBox-wrap .list-dateLinks {
	margin-bottom: 2.083vw;
}
.list-dateLinks>li:not(:last-child) {
    border-right: 1px solid #cccccc;
    margin-right: 0.781vw;
    padding-right: 0.990vw;
}
.list-dateLinks>li {
    vertical-align: middle;
    padding-top: 0.156vw;
    padding-bottom: 0.156vw;
}
/* Equity */
/*** End Product ***/
/*** Quick Links ***/
/* Shubh Unlimited */
.plans_outer {
    width: 100%;
    margin: auto;
    max-width: 64.583vw;
}
.plans_box {
    padding: 3.125vw 1.563vw;
}
.plans_box .heading {
    margin-bottom: 1.042vw;
}
.plans_box .iconWrap {
    max-width: 5.729vw;
    width: 100%;
    margin: 0 auto 1.302vw auto;
}
.plans_box .textCont {
    line-height: 1.6;
}
.btnstp-space {
    margin-top: 2vw;
}
.table.thm-table thead th, .table.thm-table tbody td {
	border:none;
	padding:13px 10px;
}
.table.thm-table thead>tr, .thm-table tbody>tr {
	display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.table.thm-table thead>tr>th, .thm-table tbody>tr>td {
	width:20.833vw;	
}
.table.thm-table {
	background-color:#f5fbf9;
}
.table.thm-table thead {
    background-color: #e5f4ee;
}
.table.thm-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table.thm-table thead>tr>th {
	line-height:1;
    font-size: 1.100vw;
    font-weight:bold;
    font-style:italic;
    padding-top:10px;
    padding-bottom:10px;
}
.table.thm-table.fullstripped tr {
	position:relative;
}
.table.thm-table.fullstripped tr:before, .table.thm-table.fullstripped tr:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: #f5fbf9;
    height: 100%;
}
.table.thm-table.fullstripped tr:before {
    left: -100%;
}
.table.thm-table.fullstripped tr:after {
    right: -100%;
}
.table.thm-table.fullstripped tbody tr:nth-of-type(odd):before, .table.thm-table.fullstripped tbody tr:nth-of-type(odd):after {
    background-color: #ffffff;
}
.table.thm-table.fullstripped thead tr:before, .table.thm-table.fullstripped thead tr:after {
    background-color: #e5f4ee;
}
.sec-tableWrap {
    overflow: hidden;
}
.key-h-box {
	font-size:1.250vw;
    position: relative;
    padding-left: 2.344vw;
    background-repeat: no-repeat;
    background-position: left 0.360vw;
    background-image:url(../../../../20201221113928im_/http_/logistick.in/images/icon-mark-white.html);
    background-size:1.094vw auto;
    line-height:1.3;
    margin:0 1.042vw 2.344vw 1.042vw;
    min-height:1.094vw;
}
.keyhgt-wrapp .key-points-wrap {
    padding-top: 1.302vw;
}
.lnk-colortext a {
    color: #000000;
}
.trade-exp-box {
    position: relative;
    padding-left:6.510vw;
}
.trade-exp-box .iconWrap {
    max-width:5.729vw;
    width:100%;
    position:absolute;
    left:0;
    top:1.200vw;
}
.trade-exp-box .heading {
    margin-bottom: 0.625vw;
}
.sec-trade-Wrap .trade-exp-box {
	margin-bottom:3.646vw;
}
.sec-trade-Wrap .secHead {
	margin-bottom:4.427vw;
}
.contWrap_charge {
    position: relative;
    padding-left: 1.823vw;
    background-repeat: no-repeat;
    background-position: left 0.521vw;
    background-image: url(../../../../20201221113928im_/http_/logistick.in/css/images/icon-poin-check.html);
    background-size: 1.094vw auto;
    min-height: 1.094vw;
}
.contWrap_charge .heading {
	margin-bottom:0.417vw;
}
.sec-charge-Wrap .contWrap_charge {
	margin-bottom:2.604vw;
}
.thm-cst-Modal .modal-dialog {
    margin-top: 55px;
}
.thm-cst-Modal .cst-close {
    position: absolute;
    right: 0;
    top: -25px;
    text-shadow: none;
    color: #fff;
    opacity: .8;
    font-size: 26px;
    outline: none !important;
}
.thm-cst-Modal .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;
}
.otpCont-wrap .head {
    font-size: 1.354vw;
    margin-bottom: 0.781vw;
}
.otpCont-wrap .text-wrap {
    margin-bottom: 1.563vw;
}
.otpCont-wrap .form-wrap {
    max-width: 20.833vw;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.otpCont-wrap .btn-row {
	margin-top: 1.302vw;
}
.btn-w-auto {
	min-width:inherit !important;
}
/* End Shubh Unlimited */
/* Shubh Academy */
.academy-RowBox .boxInner {
    padding: 1.563vw 1.563vw;
}
.academy-RowBox .thumbCol {
    min-width: 17.500vw;
    max-width: 17.500vw;
    margin-right: 1.302vw;
    position:relative;
}
.academy-RowBox .textCol .head-acdm-cmn {
	margin-bottom:1.042vw;
}
.head-acdm-cmn, .articleInfo-Sec h4 {
    font-size: 1.250vw;
    line-height: 1.1;
    letter-spacing: -0.015vw;
}
.academy-RowBox .text-Desc {
	line-height:1.6;
}
.academy-RowBox .post-Info-list {
	margin-top:1.302vw;
}
.academy-RowBox .post-Info-list>li:not(:last-child) {
    margin-right: 3.646vw;
}
.academy-RowBox .boxInner>.textCol {
	min-height:inherit;
	padding-top:0.625vw;
}
.academyList .academy-RowBox {
	margin-bottom:2.344vw;
}
.academyList .academy-RowBox:last-child {
	margin-bottom:0;
}
.academy-RowBox .postLabel {
    font-size: 0.833vw;
    background-color: #ff6c00;
    color: #fff;
    position: absolute;
    bottom: 0.417vw;
    left: -0.521vw;
    padding: 0.365vw 0.625vw 0.365vw 0.781vw;
    line-height:1;
}
.sidebarWrap .sideInner {
	padding:1.823vw 1.823vw;
}
.sd-Box-wrap .boxHead {
    margin-bottom: 1.458vw;
}
.subs-Form .form-group {
    margin-bottom: 0.781vw;
}
.sidebarWrap .sd-Box-wrap {
	margin-bottom:2.344vw;
}
.sidebarWrap .sd-Box-wrap:last-child {
	margin-bottom:0;
}
.mostViewed-Sec {
    display: block;
}
.mostViewed-Sec .thumbCol {
    max-width:7.396vw;
    min-width:7.396vw;
    margin-right:0.625vw;
}
.mostViewed-Sec .ttl {
	font-size:0.938vw;
	line-height:1.2;
}
.mostViewed-Sec .post-Info-list {
	margin-top:0.625vw;
	font-size:0.729vw;
}
.most-viewed-Listing>li:not(:last-child) {
	margin-bottom:1.823vw;
}
.categoryListing .cat-item {
    position: relative;
    color: #1f1f1f;
    line-height: 1.2;
    padding: 0.417vw 0.625vw 0.417vw 0.625vw;
    display:block;
}
.categoryListing .cat-item:hover, .archivesList .lnk:hover {
	color:#009345;
}
.categoryListing .cat-item .lnk-count-Wrap {
	display:block;
	position:relative;
	padding-right:3.125vw;
}
.categoryListing .cat-item .count {
	position:absolute;
	right:0;
	color:#939393;
}
.categoryListing>li:not(:first-child) {
	margin-top:0.781vw;
}
.categoryListing>li {
    border-bottom: 1px solid #cccccc;
}
.archivesList>li {
	margin-bottom:0.208vw;
}
.archivesList>.list-inline-item:not(:last-child) {
	margin-right:0.573vw;
}
.archivesList .lnk {
	line-height:1.2;
	color:#939393;
	font-size:0.938vw;
	text-decoration:underline;
}
.paginationWrap {
	margin-top: 2.344vw;
}
.cst-pagination>li:not(:last-child) {
	margin-right:0.078vw;
}
.cst-pagination .page-link {
    min-width: 2.300vw;
    line-height: 1;
    padding: 0.625vw 0.417vw;
    color: #414342;
    background-color: #efefef;
    border: none;
    font-size: 0.885vw;
    outline:none;
}
.cst-pagination .active .page-link, .cst-pagination .page-link:hover {
	background-color:#ff8449;
	color:#fff;
}
.cst-pagination .page-link:focus {
	box-shadow:none;
}
/*- Shubhacademy Article -*/
.info-Media-Wrap {
    margin-bottom: 1.823vw;
}
.wrapimg-vdo {
	position:relative;
	overflow:hidden;
}
.info-Media-Wrap .post-Info-list {
	margin-top:0.781vw;
}
.articleInfo-Sec h4 {
    font-weight:bold;
    font-style:italic;
    margin-bottom:0.417vw;
}
.post-nxt-pre {
    margin-top: 4.167vw;
}
.post-nxt-pre>li:not(:last-child) {
    margin-right: 0.677vw;
}
.academy-sec-Card {
    margin-top: 4.688vw;
}
.academy-sec-Card .boxHead  {
    margin-bottom: 1.458vw;
}
.cammentBox-Wrap .box-inside {
    padding: 2.083vw 2.604vw;
}
.formWrap-vw .form-group {
    margin-bottom: 0.938vw;
}
textarea.cst-fld.fld-vw {
	height: 2vw;
}
.text-color-lg-green {
	color:#2fd99b;
}
.formWrap-vw .instrFld {
	position:relative;
	padding-bottom:0.200vw;
}
.formWrap-vw .instrFld .instrtext {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.781vw;
    line-height: 1;
}
.formWrap-vw .instrFld .fld-rqrd .fld_error {
    padding-right: 4.948vw;
}
.formWrap-vw .btnRow {
	padding-top:0.260vw;
}
.wrapimg-vdo iframe {
	border:none;
	width:100%;
	height:32.135vw;
	margin-bottom:-7px;
}
/*- End Shubhacademy Article -*/
/*- Shubhacademy Listicle -*/
.listicleSec .head {
    margin-bottom: 0.938vw;
}
.listicleSec .imgWrap {
	margin-bottom:1.042vw;
}
.last-cld-p>p:last-child {
	margin-bottom:0;
}
.articleInfo-Sec .listicleSec {
	margin-top:3.385vw;
}
/*- End Shubhacademy Listicle -*/
/* End Shubh Academy */
/* Download Forms */
.col-MNG-Academy .col-Left {
	margin-right:-2.200vw;
	position:relative;
	z-index:1;
}
.col-MNG-Academy .col-Right {
	margin-left:2.200vw;
}
.downloadFormWrapper .selectOptn-list {
	margin-bottom: 2.083vw;
}
.pgTextInfo h3, .pgTextInfo .txtHead {
	font-size:1.250vw;
	font-weight:bold;
	font-style:italic;
	margin-bottom:0.521vw;
}
/* End Download Forms */
/* FAQs */
.select_topicWrap {
    margin-bottom: 3.906vw;
}
.fldSelect-brd.select-fontlg .bootstrap-select.selectFld-brd .dropdown-toggle {
	font-size:1.875vw;
}
/* End FAQs */
/* Shubh Pricing */
.feat-sec-wrap .secHeading {
    margin-bottom: 3.906vw;
}
.feat-sec-wrap .cardBox-info {
    margin-bottom: 2.083vw;
}
.feat-sec-wrap .btmSec-row {
    padding-top: 0.781vw;
}
.txt-xsml {
    font-size: 0.625vw;
}
.brok-txt {
	margin-top:1.042vw;
}
.cardBox-info .iconWrap .txttype {
	position:relative;
	margin-top: -.200vw;
}
.cardBox-info .iconWrap .txttype .txt-lrg {
    font-size: 5.729vw;
    line-height: 1;
    letter-spacing: -0.260vw;
}
.cardBox-info .iconWrap .txttype .txt-sml {
    font-size: 0.938vw;
    line-height: 1;
}
.cardBox-info .iconWrap .txttype.icon-days .txt-sml {
	position:absolute;
	bottom:-0.620vw;
	width:100%;
}
.cardBox-info .iconWrap .txttype.icon-perc .txt-sml {
    font-size: 1.458vw;
    right: -1.480vw;
    position: absolute;
    bottom: .600vw;
}
/* End Shubh Pricing */
/*** End Quick Links ***/
/*** 404 ***/
.pg-404-wrapper {
	padding-top:0.781vw;
	padding-bottom:3.125vw;
}
.pg-404-wrapper .headBig {
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 1.042vw;
}
.pg-404-wrapper .sec-ttl {
	margin-bottom:1.563vw;
}
.pg-404-wrapper .txtCont a {
	text-decoration:underline;
}
.pg-404-wrapper .txtCont p {
	margin-bottom:0.781vw;
}
/*** End 404 ***/
/*** Thank You ***/
.pg-thnk-You {
    padding-bottom: 3.646vw;
}
.pg-thnk-You .headBig {
    font-size: 3.906vw;
    line-height: 1;
    margin-bottom: 1.302vw;
}
/*** End Thank You ***/
/*Loader*/
.loaderWrap {
    position: fixed;  
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.15);
    height: 100%;
    z-index: 10;
}
.loader-img {
    max-width: 80px;
    width: 100%;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
}


/* Bhushan CSS */
.trading-section
{
	background: #000;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#098c42', endColorstr='#054190', GradientType=1 );
	padding: 15px 0; margin-top: 0%; font-weight: 100;
}
.investors-news{color: #fff; font-size: 14px;}
.trading ul{padding: 0; margin: 0;line-height: 20px;}
.trading ul li{display: inline-block; font-size: 11px !important; color: #fff; margin-right: 10px;font-weight: 300;border-right: solid 1px rgba(255,255,255,0.3) ; padding-right: 10px;}
.trading ul li:last-child{border-right: none; padding-right: 0; margin-right: 0;}
.trading ul li strong{font-weight: 500;}
.trading ul li .fa-caret-down{color: #ff0000;}
.openAcc-Sec-list {padding: 10px 0 0 0;max-width: 120px;margin: 0 auto;text-align: left;}
.openAcc-Sec-list li {font-size: 13px;line-height: 25px;}
/**************************************************************
						Responsive
                        **************************************************************/
                        @media (min-width: 992px){
                            .cst-Navbar .nav_Mob {display:none !important;}
/*.subMenu-drop .dropdown-menu {display:block;visibility:hidden;opacity:0;transition: 0.3s ease-out;transform: translateY(-40%);}
.subMenu-drop:hover .dropdown-menu {visibility:visible;opacity:1;transform: translateY(0);}*/
.stickySub-nav .fixMenu {height: 75px;}

.footer-wrap .foot-Col .dropdown-menu {position:relative !important;display:block !important;padding:0;height:auto !important;margin:auto !important;transform:none !important;box-shadow:none !important;border-radius:0 !important;float:none;z-index:0;min-width:inherit;}
.footer-wrap .foot-Col .title.dropdown-toggle {pointer-events: none;}
}
@media (min-width: 992px) {
    .lg-container {max-width: 89.5%;}
}

@media (max-width: 1600px){
    .btn-thm {font-size: 13px;padding: 7px 21px;min-width: 160px;}
    .link-thm-text {font-size: 13px;}
    .form-Wrap .form-group {margin-bottom: 20px;}
    .formInline .fld-Wrap .fld-rds, .formInline .btn-wrap .btn {height: 38px;}
    .dwnl-app-wrapp .textCont .formInline {max-width: 350px;}
    .formInline .btn-wrap .btn { min-width: 120px;}
    .formInline .fld-Wrap .fld-rds {padding-right: 40px;}
    .fld-rds {padding-left: 15px;padding-right: 15px;}
    .dwnl-app-wrapp .phone-frame { margin-left: 35px;}
    .dwnl-app-wrapp .info-wrapper {margin-right: -35px;}
    .list-circle>li:before {top:8px;}
    .list-checkPoint>li {padding-left: 28px;}
    .box-Card-prc .pointList-wrap {font-size: 16px;}
    .list-checkPoint>li:before {width: 17px;height: 17px;}
    .panel-Wrapper .form-Wrap .form-group {margin-bottom:14px;}
    /*** About Us ***/
    /*** End About Us ***/
    /*** Media ***/
    /* Market News */
    .secInline-Links {padding-top: 10px;margin-bottom: 5px;}
    .navbar-inlineList>li>.nav-link {font-size: 14px;padding: 10px 20px;}
    /* End Market News */
    /*** End Media ***/
    /*** Contact Us ***/
    /* Feedback/Suggestions */
    .form-Wrap .form-group {margin-bottom: 15px;}
    /* End Feedback/Suggestions */
    /* Grievance Redressal */
    .regAdrs-Box {padding-left:3.900vw;padding-right:3.900vw;}
    /* End Grievance Redressal */
    /*** End Contact Us ***/
}

@media (max-width: 1440px){
    .headerCols-wrap .wrap-Text-cont {margin-right: 13%;}
    .headerCols-wrap .wrap-img {margin-left: -12%;}
    .section-Wrap-space {padding-top: 100px;padding-bottom: 100px;}
    .section-Wrap-space.openAcc-Sec {padding-top: 70px;padding-bottom: 70px;}
    .intr-frame {padding-top:80px;padding-bottom:35px;}
    .facilitySec .boxWrap .textCont {font-size: 1.3vw;}
    .text-infoSec .text-cont-wrap .listing-points.list-inline>li:not(:last-child) {margin-right: 25px;}
    .box-get-in-touch .box-img img {max-width:90px;width:100%;}
    .priceRow .colWrap {max-width: 370px;}
    /*** About Us ***/
    /* Overview */
    .pg-Main .section-Wrap {padding-top: 50px;padding-bottom: 50px;}
    .section-pg-Wrap {padding-top: 20px;}
    .mngText-Sec {margin-bottom: 45px;}
    .box-overview {padding: 2.100vw 20px;}
    /* End Overview */
    /* Board Of Directors */
    .box-Directors .title {font-size: 1.460vw;}
    .bod-pg-Wrapper .border-bg-gr {margin-bottom: 30px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc:after {width: 21px;height: 21px;font-size: 11px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc {padding-right:50px;}
    .thm-accrdn .card-thm .title-acc {font-size:1.300vw;}
    .thm-accrdn .card-thm .title-acc:after {width:1.350vw;height:1.350vw;}
    /* End Board Of Directors */
    /*** End About Us ***/
    /*** Calculators ***/
    /* Cost of Carry */
    .clc-fld-Row {margin-left: -15px;margin-right: -15px;}
    .clc-fld-Row>[class^="col"] {padding-left: 15px;padding-right: 15px;}
    .calc_Form .ttl-sm {margin-bottom:5px;}
    /* End Cost of Carry */
    /* Brokerage Calculator */
    .calcResultCircle .btn-thm {font-size: 12px;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /*** Media ***/
    /* Press Releases */
    .date_stl .mnth-yr {font-size: 0.990vw;padding-top:0px;}
    .date_stl .day {font-size: 2.990vw;}
    .selectFlts>li:not(:last-child) {margin-right: 20px;}
    /* End Press Releases */
    /* Market News */
    .link_Icon {font-size:14px;}
    /* End Market News */
    /*** End Media ***/
    /*** Inventors ***/
    /* Financials */
    .finance_Cont_List .result {min-width: 9vw;}
    .box_Finance_Wrap .btns-List>li:not(:last-child) {margin-right: 8px;}
    /* End Financials */
    /*** End Inventors ***/
    /*** Contact Us ***/
    /* Customer Service */
    .box-cust-Service .fontSM {font-size: 0.900vw;}
    .box-cust-Service .mail-Listing {font-size: 1.110vw;}
    /* End Customer Service */
    /* Grievance Redressal */
    .pointListing>li:before {width: 1vw;height: 1vw;margin-top:0.400vw;}
    .pointListing>li, .listHead {padding-left:1.700vw;}
    .regAdrs-Box {padding-left:2.500vw;padding-right:2.500vw;}
    .listHead {margin-bottom: 10px;}
    .pointListing>li:not(:last-child) {margin-bottom: 5px;}
    /* End Grievance Redressal */
    /*** End Contact Us ***/
    /*** Quick Links ***/
    /* Download Forms */
    .pgTextInfo h3, .pgTextInfo .txtHead {font-size:1.310vw;} 
    /* End Download Forms */
    /* Shubh Pricing */
    .feat-sec-wrap .cardBox-info {padding-left:0;padding-right:0;}
    /* End Shubh Pricing */
    /*** End Quick Links ***/
	
	/* Bhushan CSS */
	.trading ul li{font-size: 11px;padding-right: 3px;margin-right: 3px;}
}
@media (max-width: 1366px){
    .thm-nav-toggler {width: 23px;height: 15px;}
    .subMenu-drop .sub-itemList a {padding-top:10px;padding-bottom:10px;}
    .intr-frame {padding-top: 65px;padding-bottom: 35px;}
    .facilitySec>li:not(:last-child) {margin-bottom: 45px;}
    .slideDrawer-out {padding-top: 87px !important;}
    .stickyHead .slideDrawer-out {padding-top: 65px !important;}
    .cst-fld, .fld-line-select .dropdown-toggle {font-size: 14px;}
    .fld-line, .fld-line-select .dropdown-toggle {height: 28px;}
    .checkWrap {font-size: 12px;}
    .form-Wrap .instWrapper .fld-instr {font-size:12px;}
    .panel-Wrapper .head-wrapper .heading-cmn {font-size: 2vw;}
    .panel-Wrapper {padding-top: 40px;padding-bottom:10px;}
    .panel-Wrapper .head-wrapper {padding-top: 12px;padding-bottom:12px;}
    .heading-sz-sm {font-size: 1.650vw;}
    .panel-Wrapper .heading-sz-sm {font-size: 1.350vw;margin-bottom:15px;}
    .panel-Wrapper .form-Wrap .form-group {margin-bottom: 10px;}
    .panel-Wrapper .content-body {padding-top:20px;}
    .cst-select.bootstrap-select .dropdown-menu li .dropdown-item {font-size: 13px;}
    .box-Card-prc .pointList-wrap {font-size: 15px;}
    /*** About Us ***/
    /* Management Team */
    .pg-Menu-wrapper .navbar-brand {max-width:250px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc {padding-bottom: 13px;}
    .thm-accrdn.accrdn-lg .card-thm {margin-top: 13px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc:after {bottom:13px;}
    .thm-accrdn.accrdn-lg .card-thm .card-body {padding-top:25px;}
    /* End Management Team */
    /*** End About Us ***/
    /*** Calculators ***/
    /* Cost of Carry */
    .calc-fld-Wrap .sec-spot .icon-col {width: 17%;}
    .calc-fld-Wrap .sec-interest .icon-col {width: 26%;}
    .calc-fld-Wrap .sec-days .icon-col {width: 23%;}
    /* End Cost of Carry */
    /*** Media ***/
    /* Market News */
    .navbar-inlineList>li>.nav-link {font-size: 13px;}
    /* End Market News */
    /*** End Media ***/
    /*** End Calculators ***/
    /*** Contact Us ***/
    /* Branch Locator */
    .fldSelect-brd .bootstrap-select.selectFld-brd .dropdown-toggle {font-size: 1.1vw;}
    /* End Branch Locator */
    /*** End Contact Us ***/
}
@media (max-width: 1359px){
    .btn-thm {font-size: 12px;min-width: 140px;}
    .link-thm-text {font-size: 12px;}
    .text-infoSec .text-cont-wrap .listing-points.list-inline>li:not(:last-child) {margin-right: 15px;}
    .text-infoSec .btnsRow ul>li:not(:last-child) {margin-right: 10px;}
    .list-circle>li:before {top: 6px;}
    .priceRow .colWrap:not(:last-child) {margin-right: 30px;}
    .box-Card-prc .plan-Price .prc {font-size: 32px;}
    .box-Card-prc .plan-Price .sgn-rs {font-size: 19px;}
    .box-Card-prc .heading {font-size: 22px;margin-bottom: 20px;}
    .openAcc-Sec .text-free-img {margin-top: 15px;}
    .openAcc-Sec .btnRow {margin-top: 15px;}
    .openAcc-Sec .text-xsmall {margin-top:10px;}
    /*** About Us ***/
    /* Management Team */
    .team-popup-mng .card-Box {padding: 35px 30px 35px 30px;}
    .team-popup-mng .card-Box .btn-Close-wrapper {font-size: 16px;top: -21px;}
    /* End Management Team */
    /*** End About Us ***/
    /*** Media ***/
    /* Press Releases */
    .card_Sec_Box .boxInner>.wrapCol {padding-left:15px;padding-right:15px;}
    /* End Press Releases */
    /* Market News */
    .link_Icon {font-size: 12px;padding-left:24px;}
    .link_Icon .icon-img {max-width: 17px;}
    /* End Market News */
    /* Research */
    .secInline-Links .sublinkswrap>li>.nav-link {font-size: .950vw;}
    .navbar-inlineList .subItems .subDropdown {margin-top: 1.300vw;}
    .secInline-Links.subPoints-menu { margin-bottom: 5.500vw;}
    .flt_check_Box input[type=checkbox].css-checkbox + label.css-label {font-size: 0.900vw;}
    /* End Research */
    /* Media Relations Contact */
    .contact-MR-box .title {font-size: 18px;}
    /* End Media Relations Contact */
    /*** End Media ***/
    /*** Contact Us ***/
    /* Feedback/Suggestions */
    .feedbackFormWrap {max-width: 100%;}
    .feedbackFormWrap .sm-instr {font-size: 10px;}
    /* End Feedback/Suggestions */
    /* Branch Locator */
    .branchLocator_Outer {}
    /* End Branch Locator */
    /*** End Contact Us ***/
    /*** Quick Links ***/
    /* Shubh Unlimited */
    .otpCont-wrap .head {font-size: 18px;margin-bottom: 12px;}
    .otpCont-wrap .form-wrap {max-width: 300px;}
    .otpCont-wrap .text-wrap {margin-bottom: 25px;}
    .shubhunlimited-pg-wrap .heading-cmn {margin-bottom:1.042vw;}
    /* End Shubh Unlimited */
    /* Shubh Pricing */
    .txt-xsml {font-size: 0.850vw;}
    /* End Shubh Pricing */
    /*** End Quick Links ***/
}

@media (max-width: 1199px){
    .height-md-auto {min-height:inherit !important;}
    body {font-size: 1.150vw;}
    .topAction .btnLink {padding-bottom:0.256vw;}
    .navbar-toggler.dropdown-toggle {top: -4px;}
    .footerSec-wrap {padding-top:15px; padding-bottom:15px;}
    .foot-Col .title {font-size: 10px;}
    .footer-wrap, .footer-wrap .dropdown-menu, .thmNavbar .dropdown .dropdown-menu.subMenu-wrap .foot-Col {font-size: 10px;}
    .footerSec-wrap .additional-Info {font-size: 10px;}
    .social-list .socialItem {font-size: 18px;}
    .trading-time {font-size: 9px;}
    .btn-thm {font-size: 10px;min-width: 120px;padding: 4px 12px;}
    .link-thm-text {font-size: 11px;}
    .intr-frame .text-SM {font-size: 10px;}
    .facilitySec .boxWrap .textCont {font-size: 15px;}
    .facilitySec .boxWrap .iconWrap {width:44px;}
    .facilitySec .boxWrap {padding-left: 65px;min-height: 45px;}
    .facilitySec .boxWrap.icon-right {padding-right: 65px;}
    .intr-frame {padding-top: 50px;padding-bottom: 25px;}
    .platform-Sec-wrapper .text-infoSec {margin-left: 0;margin-right: 0;}
    .list-circle>li:before {top: 4px;}
    .priceRow .colWrap {max-width: 320px;}
    .box-Card-prc .pointList-wrap {font-size: 14px;}
    .list-checkPoint>li:before {width: 15px;height: 15px;}
    .box-Card-prc .textsmall {font-size: 11px;}
    .section-Wrap {padding-top: 50px;padding-bottom: 50px;}
    .section-Wrap-space {padding-top: 60px;padding-bottom: 60px;}
    .stck-link {font-size:0.820vw;max-width:5.750vw;padding-top:0.550vw;padding-bottom:0.550vw;}
    .stck-link+.stck-link {margin-top: 3.400vw;}
    .panel-Wrapper .heading-sz-sm {font-size: 16px;}
    .cookie-sticky .textcont, .cookie-sticky .btnCookies {font-size: .900vw;}
    /* Flip */
    .cost_calc_Form .ttl-sm {font-size: 1.500vw;}
    .flipContManage .calc-Close {font-size:2.350vw;}
    /* End Flip */
    /*** About Us ***/
    /* Overview */
    .pg-Menu-wrapper .navbar-brand {max-width: 220px;}
    .stickySub-nav .subMenu-pg>.nav-item>.nav-link {font-size:0.950vw;}
    .head-Cont-wrap .textLine {font-size: 1.299vw;}
    .thm-breadcrumb>.breadcrumb-item {font-size: 0.950vw;}
    .subMenu-pg>.nav-item>.nav-link {font-size:0.985vw;}
    .box-overview {min-height:115px;}
    .sec-ttl {margin-bottom: 15px;}
    .section-pg-Wrap {padding-top: 5px;}
    .mngText-Sec {margin-bottom: 30px;}
    .box-overview {padding: 2vw 15px;}
    /* End Overview */
    /* Management Team */
    .teamCol .name {font-size: 17px;}
    .teamCol .designation {font-size: 14px;}
    /* End Management Team */
    /* Board Of Directors */
    .thm-accrdn.accrdn-lg .card-thm .title-acc {font-size: 20px;padding-right: 45px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc:after {width: 18px;height: 18px;font-size: 9px;}
    /* End Board Of Directors */
    /*** End About Us ***/
    /*** Calculators ***/
    /* Cost of Carry */
    .calc-fld-Wrap .sec-spot .icon-col {width: 15%;}
    .calc-fld-Wrap .sec-interest .icon-col {width: 24%;}
    .calc-fld-Wrap .sec-days .icon-col {width: 21%;}
    .calc_Form .btn-thm {font-size: 12px;}
    .calc-Sec-wrapp {background-position:center top;}
    .section-Wrap-Calculator {padding-top: 0;}
    /* End Cost of Carry */
    /* Brokerage Calculator */
    .lg-space-Row {margin-left: -1.200vw;margin-right: -1.200vw;}
    .lg-space-Row>[class^="col"] {padding-left: 1.200vw;padding-right: 1.200vw;}
    .calc_Broke_Form .ttl-sm, .select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {font-size: 1.200vw;}
    .select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {padding-left:2.300vw;}
    .select-calc-Type .radio_Box [type="radio"]:checked + label:before, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label:before {width: 1.700vw;height: 1.700vw;    top: 0;min-height: 1.700vw}
    .rdo-instrWrap .inst {font-size: 0.820vw;padding-left:2.300vw;}
    .cst-fld.fld-vw {font-size: 1.300vw;height: 2.300vw;}
    .calc_Broke_Form .calc-fld-Wrap .icon-col {width: 4.200vw;padding-right: 0.800vw;padding-top: 0.700vw;}
    .calc-fld-Wrap .fldInst-sml {font-size: 0.820vw;}
    .calcResultCircle .btn-thm {font-size: 10px;padding: 3px 10px;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /*** Quick Links ***/
    /* Shubh Academy */
    .head-acdm-cmn {font-size: 1.400vw;}
    .academy-RowBox .boxInner>.textCol {padding-top:0;}
    .academy-RowBox .textCol .head-acdm-cmn {margin-bottom: 0.700vw;}
    .academy-RowBox .post-Info-list {font-size: 0.950vw;margin-top:1vw;}
    .col-MNG-Academy .col-Left {margin-right: -1.600vw;}
    .col-MNG-Academy .col-Right {margin-left: 1vw;}
    .mostViewed-Sec .ttl {font-size: 1vw;}
    .mostViewed-Sec .post-Info-list {margin-top: 0.500vw;font-size: 0.829vw;}
    .archivesList .lnk {font-size: 1.050vw;}
    /* End Shubh Academy */
    /*** End Quick Links ***/
    /*** Media ***/
    /* Press Releases */
    .card_Sec_Box .boxInner>.wrapCol {padding-left:15px;padding-right:15px;}
    .select-Wrapp .cst-select .dropdown-toggle::after {margin-top:-0.550vw;}
    /* End Press Releases */
    /*** End Media ***/
    /*** Media ***/
    /* Press Releases */
    .card_Sec_Box .secLink {min-width: 81px;}
    .card_Sec_Box .secLink a {font-size: 11px;}
    .card_Sec_Box .icon-lnk {padding-left:20px;}
    .card_Sec_Box .icon-lnk .icon-img {max-width: 16px;}
    .date_stl .day {font-size: 34px;padding-right:5px;}
    .date_stl .mnth-yr {font-size: 11px;}
    /* End Press Releases */
    /* Market News */
    .navbar-inlineList>li>.nav-link {font-size: 11px;}
    /* End Market News */
    /* Research */
    .secInline-Links .sublinkswrap>li>.nav-link {font-size: 10px;}
    .post-Info-list {font-size: 11px;}
    /*- Shubhacademy Article -*/
    textarea.cst-fld.fld-vw {height: 2.500vw;}
    .formWrap-vw .instrFld .instrtext {font-size: 0.950vw;}
    .formWrap-vw .instrFld {padding-bottom: 0;}
    /*- End Shubhacademy Article -*/
    /* End Research */
    /* Media Relations Contact */
    .contact-MR-box .title {font-size: 15px;}
    /* End Media Relations Contact */
    /*** End Media ***/
    /*** Inventors ***/
    /* Financials */
    .finance_Cont_List .fnc_Date {font-size: 2.100vw;}
    .btn.sml-rds {font-size: 10px;}
    .btn.sml-rds .icon {font-size:120%;}
    /* End Financials */
	/* Annual Reports */
	.annualCard_Box .date_stl .day {font-size: 30px;}
	.annualCard_Box .date_stl .mnth-yr {font-size: 10px;}
	.annualCard_Box .iconPDF {width: 26px;}
	/* End Annual Reports */
    /*** End Inventors ***/
    /*** Contact Us ***/
    /* Feedback/Suggestions */
    .feedbackFormWrap .cst-fld, .feedbackFormWrap .fld-line-select .dropdown-toggle {font-size: 13px;}
    .feedbackFormWrap .instWrapper .fld-instr {font-size: 11px;}
    .fld-file .custom-file-input:lang(en)~.custom-file-label::after {font-size:10px;}
    .custom-file.fld-file, .fld-file .custom-file-label {padding-right: 100px;}
    .fld-file .custom-file-input:lang(en)~.custom-file-label::before {right:100px;}
    .radio_Box [type="radio"]:checked + label, .radio_Box [type="radio"]:not(:checked) + label {font-size:14px;padding-left:23px;}
    .radio_Box [type="radio"]:checked + label:before, .radio_Box [type="radio"]:not(:checked) + label:before {min-height:16px;height:16px;width:16px;top:2px;}
    /* End Feedback/Suggestions */
    /* Grievance Redressal */
    .regAdrs-Box {padding-left: 2vw;padding-right: 2vw;}
    /* End Grievance Redressal */
    /*** End Contact Us ***/
    /*** Trading Tools ***/
    /* Shubh App */
    .cardBox-info {padding-left: 0;padding-right: 0;}
    .availableApp .iconWrap img {height: 18px;}
    .formInline.mob-nbrForm .btn-wrap .btn {min-width: 95px;}
    .formInline.mob-nbrForm .fld-Wrap .fld-rds {font-size:12px;}
    .formInline.mob-nbrForm .fld-Wrap .fld-rds, .formInline.mob-nbrForm .btn-wrap .btn {height:32px;}
    /* End Shubh App */
    /*** End Trading Tools ***/
    /*** Products ***/
    /* Equity */
    .box-ProdCard-info .head {font-size: 1.500vw;}
    .cardBox-info .cardLink {font-size: 0.835vw;padding-left: 0.900vw;}
    .cardBox-info .cardLink:before {top: 0.130vw;border-top-width: 0.390vw;border-bottom-width: 0.390vw;border-left-width: 0.500vw;}
    .appDownList .wdthForm {max-width: 28vw;}
    .formInline.formInline-vw .fld-Wrap .fld-rds, .formInline.formInline-vw .btn-wrap .btn {height:2.850vw}
    .formInline-vw .fld-rds, .formInline.formInline-vw.mob-nbrForm .fld-Wrap .fld-rds {font-size:1.200vw;}
    .formInline.formInline-vw .fld-Wrap {margin-right: -2.250vw;}
    .formInline.formInline-vw .fld-Wrap .fld-rds {padding-right: 2.800vw;}
    .formInline.formInline-vw .btn-wrap .btn {min-width:8vw;font-size: 0.950vw;}
    .list-dateLinks>li:not(:last-child) {margin-right: 0.400vw;padding-right: 0.550vw;}
    /* Equity */
    /*** End Product ***/
    /*** 404 ***/
    .pg-404-wrapper {padding-top: 2.604vw;}
    /*** End 404 ***/
}

@media (max-width: 991px){
    .height-md-auto {min-height:inherit !important;}
    body {font-size: 13px;}
    .thm-nav-toggler {width: 26px;height: 18px;}
    .topAction .btnLink {font-size: 11px;}
    .topAction .btnLink.btn-mobIcon {padding:0;background-color:transparent;border-radius:0;color:#FF9800;font-size: 24px;line-height: 1;}
    .topAction .hideRes {display:none;}
    .headerFix, body {padding-top: 66px;}
    .mainHeader {position:fixed;top:0;}
    .mainHeader .cst-Navbar {padding-left:15px;padding-right:15px;height:66px;}
    .thmNavbar .nav-link, .thmNavbar .dropdown .dropdown-menu, .footer-wrap .foot-Col .title.dropdown-toggle {font-size: 13px;}
    .cst-Navbar .navbar-brand, .stickyHead .cst-Navbar .navbar-brand {max-width: 30%;margin-top:8px;margin-bottom:8px;}
    .thmNavbar .nav-link, .stickyHead .thmNavbar .nav-link {padding-bottom: 5px !important;padding-top: 5px !important;}
    .thmNavbar .nav-item:not(:last-child) {margin-right: 0;margin-bottom:3px;}
    .thmNavbar>.nav-item>.nav-link {border-bottom:1px solid #e5e5e5;}
    .thmNavbar>.nav-item>.nav-link.dropdown-toggle {position:relative;padding-right:25px !important;}
    .thmNavbar>.nav-item>.nav-link.dropdown-toggle:before {content: "\f107";position: absolute;right: 7px;top: 5px;line-height: 1;font-family: FontAwesome;font-size: 18px;color: #FF9800;}
    .thmNavbar .subMenu-wrap .sub-itemList a {color: #565857;letter-spacing: .1px;}
    .thmNavbar .dropdown .dropdown-menu.subMenu-wrap {padding:10px 0;}
    .thmNavbar .dropdown .dropdown-menu.subMenu-wrap, .footer-wrap .dropdown-menu {font-size:13px;box-shadow:none;}
    .thmNavbar .subMenu-wrap .sub-itemList>li:not(:last-child) {margin-bottom:6px;}
    .thmNavbar .dropdown .dropdown-menu {background-color:transparent;padding-right:0;padding-top:3px;}
    .subMenu-drop .sub-itemList {text-align: left !important;}
    .subMenu-drop .sub-itemList>li {display:block;}
    .subMenu-drop .sub-itemList a {padding-top: 5px;padding-bottom: 5px;}
    .subMenu-drop .sub-itemList>li:not(:last-child) {margin-right: 0;}
    .topAction .list-inline-item:not(:last-child) {margin-right: 7px;}
    .headTop-cont .action-wrap {margin-bottom: 0 !important;margin-top: 24px;margin-right: 43px;}
    .cst-Navbar .navbar-collapse {position: absolute;left: 0;top: 100%;background-color: #fff;width: 100%;max-height: calc(100vh - 70px);overflow: auto;border-top:1px solid #e5e5e5;box-shadow:0 4px 4px 0px rgba(0,0,0,.05);}
    .cst-Navbar .thmNavbar {padding: 10px 3% 55px 3%;min-height: calc(100vh - 70px);}
    .headerCols-wrap .wrap-Text-cont {margin-right: 5%;}
    .headerCols-wrap .wrap-img {margin-left: -5%;}
    .custom-Tab-nav .nav-link {font-size: 16px;padding:0px 6px 8px 6px;}
    .custom-Tab-nav .nav-link.active {padding-left:25px;padding-right:25px;}
    .tabs-nav-wrap {margin-bottom: 20px;}
    .newTrading-Tab .text-line {font-size: 16px;margin-bottom: 25px;}
    .intr-frame {padding: 40px 15px 20px 15px;margin-left: auto;margin-right: auto;}
    .intr-frame .links-list>li+li {margin-top: 10px;}
    .intr-frame .int-text-cont {margin-bottom: 30px;}
    .intr-frame .text-SM {font-size: 9px;}
    .facilitySec .boxWrap .textCont {font-size: 15px;}
    .facilitySec>li:not(:last-child) {margin-bottom: 32px;}
    .text-infoSec .btnsRow {margin-top: 30px;}
    .heading-cmn {font-size: 24px;margin-bottom:20px;}
    .secHeading {margin-bottom: 30px;}
    .secHeading .subText {font-size: 13px;margin-bottom: -5px;}
    .section-Wrap-space.openAcc-Sec {padding-top: 50px;padding-bottom: 50px;}
    .openAcc-Sec .text-line-lg {font-size: 16px;}
    .openAcc-Sec .text-line-sm {font-size: 14px;}
    .openAcc-Sec .text-free-img > img {max-width: 16vw;}
    .info-2cols .wrapperCont {padding-left: 20px;padding-right: 20px;}
    .info-2cols.sec-info-right .wrapperCont .text-infoSec .text-cont-wrap {margin-right: 0;}
    .text-infoSec .text-cont-wrap .listing-points {margin-top: 20px;}
    .text-infoSec .text-cont-wrap .listing-points.list2.list-inline>li {width: 50%;}
    .info-2cols .outerText-info {padding-top: 25px;padding-bottom: 25px;}
    .text-infoSec .btnsRow {margin-top: 25px;}
    .box-cont-wrap .boxText-wrapper {padding-left:20px;padding-right:20px;}
    .boxText-wrapper .box-Cont {max-width: 90%;}
    .boxText-wrapper .box-Cont .btn-Row {margin-top: 30px;}
    .box-card .box-body {padding: 20px;}
    .box-card .heading {font-size: 15px;margin-bottom: 15px;}
    .box-card .name-date {margin-top: 10px;}
    .box-card .btnRow {margin-top: 20px;}
    .box-get-in-touch .box-img {margin-bottom: 15px;}
    .box-get-in-touch .box-img img {max-width: 65px;}
    .box-get-in-touch .heading {margin-bottom: 8px;font-size: 16px;}
    .box-get-in-touch .text {font-size: 15px;}
    .section-Wrap {padding-top: 40px;padding-bottom: 40px;}
    .foot-Menu-wrap .foot-Col .title {margin-bottom: 15px;}
    .stck-link {display:none;}
    .openAcc-Sec .text-xsmall {margin-top: 12px;font-size: 9px;}
    .list-circle>li:before {top: 6px;}
    .topAction .btnLink .icon {display:inline-block;vertical-align:top;}
    .topAction .btnLink .txt {display:none;}
    .box-Card-prc {padding: 20px 15px 20px 15px;}
    .priceRow .colWrap:not(:last-child) {margin-right: 15px;}

    .footerMenuWrap {padding-top:20px;padding-bottom:30px;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;position:relative;margin-bottom:-1px;}
    .footerMenuWrap .footerSec-wrap {padding: 0;border: none;}
    .footer-wrap .foot-Col .dropdown-menu {margin-top:0;padding-top:10px;padding-bottom:12px;}
    .footerSec-wrap.foot-Menu-wrap .foot-Col {margin-bottom:0;}
    .footer-wrap .foot-Col .title.dropdown-toggle {margin-bottom: 0;border-bottom: 1px solid #e5e5e5;padding: 10px 25px 10px 0;position: relative}
    .footer-wrap .foot-Col .title.dropdown-toggle:after {content: "\f107";position: absolute;right: 7px;top: 6px;line-height: 1;font-family: FontAwesome;font-size: 18px; color: #FF9800;display:block;border:none;}
    .footer-wrap .foot-Col .dropdown-menu .inlineListing {margin-bottom:0;width:100%;}
    .footer-wrap .foot-Col .dropdown-menu .inlineListing>li {display:block;}
    .footerMenuWrap {border-bottom: none;}
    .footer-wrap .footerSec-wrap:last-child {border-top:none;}
    .foot-Links-list>li:not(:last-child) {margin-bottom: 7px;}

    .slideDrawer-out, .stickyHead .slideDrawer-out, .scroll-innerPG .slideDrawer-out, .scroll-innerPG.stickySub-nav .slideDrawer-out {padding-top:70px !important;}
    .slideDrawer-out, .scroll-innerPG .slideDrawer-out {width:75%;}
    .slideDrawer-out .cstClose {top:4px;font-size:24px;right:10px;}
    .panel-Wrapper {padding-top: 30px;padding-bottom: 55px;}
    .panel-Wrapper .head-wrapper .heading-cmn {font-size: 18px;}
    .heading-sz-sm {font-size: 16px;}
    .panel-Wrapper .content-body {padding-left:20px;padding-right:20px;}
    .dwnl-app-wrapp .textCont .list-Points {margin-bottom: 20px;}
    /*.dwnl-app-wrapp .phone-frame {margin-left: auto;max-width: 165px;margin-right: auto;width: 100%;margin-top: 20px;}*/
    .dwnl-app-wrapp .phone-frame {margin-top:20px;margin-left:0;}
    .dwnl-app-wrapp .screenPhone {max-width: 165px;width: 100%;}
    .qr-scan {width: 100px;margin-right: 5px;}

    .dwnl-app-wrapp .textCont .dwnl-form-mng {max-width: 350px;margin-left: auto;margin-right: auto;}
    .dwnl-app-wrapp .textCont .formInline {max-width: 100%;}
    .dwnl-app-wrapp .info-wrapper {margin-right: 0;}

    .cookie-sticky {padding-top:8px;padding-bottom:8px;}
    .cookie-sticky .textcont {font-size: 9px;}
    .cookie-sticky .btnCookies {font-size:11px;padding:8px 10px;border-radius:4px;}
    .fld_error {font-size:9px;}
    .fld-rqrd .fld_error {margin-top: -13px;}
    /* Flip */
    .flipContManage {padding: 20px 15px 15px 15px;}
    .flipContManage .calc-Close {font-size: 24px;right: 12px;top: 6px;}
    .cost_calc_Form .ttl-sm {font-size: 14px;margin-bottom: 3px;}
    .cost_calc_Form .calc-fld-Wrap .icon-col {width: 50px;min-width: 50px;}
    .cost_calc_Form .calc-fld-Wrap .icon-col .iconWrap .icon {height: 35px;}
    .cost_calc_Form .form-group {margin-bottom: 18px;}
    .cost_calculator_wrapper .head {margin-bottom: 28px;}
    .cost_calc_Form .fairPrice-Wrap .ttl-sm {font-size: 15px;margin-bottom: 6px;}
    .cost_calc_Form .fairPrice-Wrap {margin-top: 20px;}
    .cost_calc_Form .prc-clc .prc {font-size: 40px;}
    .cost_calc_Form .prc-clc .sign-rs {font-size: 18px;margin-top: 3px;}
    /* End Flip */
    /*** About Us ***/
    /* Overview */
    .thm-breadcrumb>.breadcrumb-item {font-size: 11px;}
    .innerpg-Header .head-Cont-wrap .mng-Cont {width: 38%;margin-right: 4%;}
    .head-Cont-wrap .head-ttl {font-size: 2.8vw;}
    .head-Cont-wrap .textLine {font-size: 1.75vw;}
    .pg-Main .section-Wrap {padding-top: 35px;padding-bottom: 35px;}
    .box-overview {min-height: 90px;}
    .box-overview .head {font-size: 18px;}
    .box-overview .text {font-size: 14px;}
    .sec-ttl {font-size: 22px;}
    /* End Overview */
    /* Management Team */
    .teamCol .wrap-img {width: 18vw;height: 18vw;}
    .teamCol .wrap-cont {margin-top: 15px;}
    .team-popup-mng .card-Box {padding: 30px 15px 25px 15px;}
    /* End Management Team */
    /* Board Of Directors */
    .box-Directors .title {font-size: 15px;}
    .grd-Card-Box.box-Directors {padding:20px 15px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc {font-size: 18px;padding: 2px 35px 10px 10px;}
    .thm-accrdn.accrdn-lg .card-thm .title-acc:after {right: 10px;bottom: 12px;}
    .thm-accrdn.accrdn-lg .card-thm .card-body {padding-top:15px;padding-left:10px;padding-right:10px;}
    .thm-accrdn .card-thm { margin-top: 15px;}
    .thm-accrdn .card-thm .title-acc {font-size: 15px;padding: 4px 35px 6px 10px;}
    .thm-accrdn .card-thm .title-acc:after {width: 17px;height: 17px;font-size:8px;bottom:8px;right:10px;}
    /* End Board Of Directors */
    /*** End About Us ***/
    /*** Calculators ***/
    /* Cost of Carry */
    .calc-Sec-wrapp {padding-top:35px;padding-bottom:35px;}
    .calc_Form .ttl-sm {font-size: 14px;}
    .calc_Form .prc-clc .prc {font-size: 56px;}
    .calc_Form .prc-clc .sign-rs {font-size: 22px;}
    .calc_Form .clc-fld-Row {margin-bottom: 25px;}
    .calc_Form .fairPrice-Wrap {margin-top: 25px;}
    .calc-card-Box .sec-ttl {margin-bottom: 45px;}
    /* End Cost of Carry */
    /* Brokerage Calculator */
    .lg-space-Row {margin-left: -15px;margin-right: -15px;}
    .lg-space-Row>[class^="col"] {padding-left: 15px;padding-right: 15px;}
    .calc_Broke_Form .ttl-sm, .select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {font-size: 14px;}
    .calc_Broke_Form .ttl-sm {margin-bottom:5px;}
    .cst-fld.fld-vw {font-size: 14px;height: 28px;padding-left:2px;padding-right:2px;padding-bottom:5px;}
    .calc_Broke_Form .calc-fld-Wrap .icon-col {width: 48px;padding-right: 10px;padding-top: 10px;}
    .calc-fld-Wrap .fldInst-sml {font-size: 9px;margin-top: 2px;margin-bottom: 3px;}
    .calc_Broke_Form .form-group {margin-bottom: 15px;}
    .calc_Broke_Form .selectRowWrap {margin-bottom: 35px;}
    .select-calc-Type>li:not(:last-child) {margin-right: 20px;}
    .select-calc-Type>li {margin-bottom:8px;}
    .select-calc-Type .ttl-sm.selectHead {padding-top: 0;}
    .rdo-instrWrap .inst {font-size: 9px;padding-left: 23px;margin-top:5px}
    .select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {padding-left: 23px;padding-top: 0;}
    .select-calc-Type .radio_Box [type="radio"]:checked + label:before, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label:before {width: 16px;height: 16px;min-height: 14px;}
    .calc_Broke_Form .btnRow {margin-top: 5px;}
    .broker-List-Wrap>li:not(:last-child) {margin-right: 10px;}
    .calcResultCircle {width:280px;height:280px;padding:20px 25px;}
    .calcResultCircle .contWrapper {font-size: 15px;padding-top: 10px;padding-bottom: 10px;min-height:152px;}
    .calcResultCircle .prc-clc .prc {font-size: 34px;}
    .calcResultCircle .prc-clc .sign-rs {font-size: 18px;margin-top: 5px;margin-right: 1px;}
    .calcResultCircle .contWrapper .prc-clc {margin-top: 5px;margin-bottom: 8px;}
    .calcResultCircle .btnRow {margin-top:5px;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /*** Media ***/
    /* Press Releases */
    .select-Wrapp .bootstrap-select.cst-select {min-width: 120px;}
    .select-Wrapp .bootstrap-select.cst-select .dropdown-toggle {font-size: 14px;}
    .select-Wrapp .cst-select .dropdown-toggle::after {margin-top: -7px;}
    .card_Sec_Box {margin-bottom: 20px;}
    /* End Press Releases */
    /* Market News */
    .navbar-inlineList>li:not(:last-child) {margin-right: 5px;}
    .newsDetails-pg .headSec {margin-bottom: 25px;}
    .newsDetails-pg .bkRow {margin-top: 30px;}
    /* End Market News */
    /* Reseach */
    .dtls-PG-wrap .iframe-Video-Wrap {margin-bottom: 20px;}
    .dtls-PG-wrap .post-Info-list {margin-bottom: 15px;}
    .dtls-PG-wrap .bkRow {margin-top: 20px;}
    .searchFldWrap .cst-fld {font-size: 12px;height: 26px;padding: 4px 3px 4px 8px;}
    .searchFldWrap .btnIcon {font-size: 13px;padding: 4px 10px 4px 2px;}
    .panelVideo-filter .form-group {margin-bottom: 20px;}
    .stck-link {font-size: 15px;padding: 5px 5px;max-width: 30px;height:30px;border-radius:100px !important;}
    .stickBtn.btnLeft, .open-Drawer .stickBtn.btnLeft.current {left: 5px;}
    .stickBtn {display:flex;top:95px;opacity:.85;}
    .stickBtn .lnk-Text{display:none;}
    .stickBtn .lnk-Icon{display:block;}
    .flt_check_Box .infoCircle {height: 10px;width: 10px;font-size: 6px;}
    .flt_check_Box .dropWrap {margin-top: 0;margin-left: 0px;}
    .flt-checkList.text-center>li {margin-left: 0.600vw;margin-right: 0.600vw;}
    .flt-checkList.fltSpace>li {margin-bottom: 5px;}
    .filter-PanelWrap .secInline-Links.subPoints-menu {margin-bottom: 45px;}
    .fltr-panelTabs .navbar-inlineList>li:not(:last-child) {margin-right: 10px;}
    .fltr-panelTabs .navbar-inlineList>li>.nav-link {font-size: 10px;padding: 7px 14px;}
    .reportFilters .yr-mnt-Row {margin-bottom: 20px;}
.reportFilters .flt-Row {/*margin: 0 50px 15px 50px;*/}
.tooltipDrop {font-size: 8px;margin-left: 5px;margin-bottom: 9px;}
.tooltipDrop .contWrapper .closeDrop {top: 3px;right: 8px;font-size: 10px;}
.tooltipDrop .contWrapper {width: 125px;padding: 15px 5px 10px 5px;}
.tooltipDrop .contWrapper .sec-Head {font-size: 11px;margin-bottom: 5px;}
.tooltipDrop:after {border-left-width: 7px;border-right-width: 7px;border-top-width: 7px;}
.tooltipDrop:before {border-left-width: 6px;border-right-width: 6px;border-top-width: 6px;}
/* End Reseach */
/* Media Relations Contact */
.contact-MR-box {max-width:60%;}
/* End Media Relations Contact */
/*** End Media ***/
/*** Inventors ***/
/* Financials */
.finance_Cont_List .fnc_Date {font-size: 24px;}
.finance_Cont_List .iconWrap {max-width: 30px;}
.finance_Cont_List .result {min-width: 90px;}
.finance_Cont_List>li:not(:last-child) {margin-right: 25px;}
/* End Financials */
/*** End Inventors ***/
/*** Contact Us ***/
/* Customer Service */
.box-cust-Service {padding:25px 10px 20px 10px;}
.box-cust-Service .mail-Listing {font-size: 12px;}
.mail-Listing .email-sm-ttl {display: block;}
.box-cust-Service .fontSM {font-size: 10px;}
.box-cust-Service .fontLG {font-size: 20px;}
.box-cust-Service .iconWrap {max-width: 55px;margin-bottom:20px;}
.box-cust-Service .head {font-size: 14px;}
/* End Customer Service */
/* Know Your RM */
.know-RM-Wrapper .form-PAN-Wrap {max-width:380px;margin-bottom:40px;}
.form-PAN-Wrap .form-group {margin-bottom: 15px;}
.knowRM-Box .heading, .knowRM-Box .txt-LG {font-size: 22px;}
.knowRM-Box {padding: 25px 15px;}
.knowRM-Box .cta-List>li:not(:last-child) {margin-bottom: 6px;}
/* End Know Your RM */
/* Branch Locator */
.branchLocator_Outer {max-width: 100%;}
.selectOptn-list>li {max-width: 32%;}
.fldSelect-brd .bootstrap-select.selectFld-brd .dropdown-toggle {font-size: 14px;}
.branchLocator_Outer .selectOptn-list {margin-bottom: 25px;}
.branchLocat_box .head {font-size: 18px;margin-bottom: 15px;}
.branchLocat_box .adrs-wrap .btnRow {margin-top: 30px;}
.contactCol .fontLG {font-size: 22px;}
.contactCol .ttl {margin-bottom: 2px;}
.contact_pers_row {margin-top: 45px;}
.contact_pers_row .callIcon {width: 61px;margin-top: -10px;}
.branchLocat_box {padding: 30px 15px;}
/* End Branch Locator */ 
/* Grievance Redressal */
.pg-Grievance-Wrap .secWrap-Row {margin-bottom: 30px;}
.pg-Grievance-Wrap .contText {margin-bottom: 25px;}
.box-TextSec {padding: 30px 15px;}
.box-TextSec .iconWrap {max-width: 65px;margin-bottom:20px;}
.box-TextSec .fontlt-lg {font-size: 14px;}
.pointListing>li:before {width: 12px;height: 12px;margin-top: 4px;}
.pointListing>li, .listHead {padding-left: 20px;}
.pointListing {margin-bottom: 30px;}
.regAdrs-Box {padding:30px 15px;}
.regAddres-Sec .border-bg-gr {margin-bottom: 25px;}
.comp-officer-info>li:not(:last-child) {margin-bottom: 25px;}
/* End Grievance Redressal */
/*** End Contact Us ***/
/*** Trading Tools ***/
/* Shubh App */
.head-sm-cmn {font-size: 15px;}
.shortCont-info .heading {margin-bottom:6px;}
.shortCont-info .iconCol {padding-left: 0;padding-right: 15px;}
.shortCont-info .icon-wrap {width: 40px;}
.thmTabNav>li>.nav-link {font-size: 13px;padding: 8px 15px;}
.thmTabNav>li:not(:last-child) {margin-right: 10px;}
.benefitContWrap .cardBox-info .iconWrap {max-width: 60px;}
.cardBox-info .iconWrap {margin-bottom: 15px;}
.cardBox-info .heading {margin-bottom: 8px;}
.multySec-cols .section-Wrap.contNavSec {padding-top: 20px;padding-bottom: 125px;}
.trade-mobileScreen {max-width: 135px;}
.multySec-cols .secBot-info {padding-top: 0;padding-bottom: 50px;}
.multySec-cols .mngTop-Sec {position: relative;margin-top: -125px;}
.multySec-cols .contNavSec .thmTabNav {margin-bottom: 20px;}
.tradeShort-Cont {text-align:center;margin-top:30px;}
.tradeShort-Cont .txt-edtr {text-align:center !important;}
.secBot-info .downloadApp {margin-top:30px;}
.whyChooseSec .shortCont-info {margin-bottom: 25px;}
.downloadApp .formRow {margin-bottom: 10px;}
.availableApp>li:not(:last-child) {margin-right: 10px;}
.features-mob-Screen img {max-width: 23vw;}
.shubAppScreens .screen-imgWrap {max-width: 32vw;}
.secTradeWrapp .screenmng-Top {margin-top: -3vw;}
/* End Shubh App */
/* Shubh Web */
.shubhWebScreens .screen-imgWrap {margin-top:5vw;}
.secTradeWrapp .mngText-Sec .btnRow {margin-top:20px;}
.tradeWebSection .trade-WebScreen {max-width: 480px;margin-bottom: 0;}
/* End Shubh Web */
/* Shubh PIB */
.downpib-Sec .downpib-btTextSec {margin-top: 15px;}
.downpib-btTextSec .listText>li:not(:last-child) {margin-bottom: 8px;}
.downpib-btTextSec .smlText {font-size: 7px;padding-top:2px;}
.cardBox-info .iconWrap.circleIcon {width: 85px;height: 85px;}
.cardBox-info .iconWrap.circleIcon .iconimg {width: 42px;}
/* End Shubh PIB */
/*** End Trading Tools ***/
/*** Products ***/
/* Equity */
.section-Wrap-md {padding-top: 25px;padding-bottom: 25px;}
.box-ProdCard-info {padding: 18px 20px;}
.box-ProdCard-info .head {font-size: 16px;margin-bottom: 4px;}
.cardBox-info .iconWrap.circleIcon .iconimg-md {max-width: 55px;}
.cardBox-info .cardLink {font-size: 10px;padding-left:10px;}
.cardBox-info .cardLink:before {top: 3px;border-top-width: 4px;border-bottom-width: 4px;border-left-width: 5px;}
.cardBox-info .linkRow {margin-top: 7px;}
.appDownList .head-app {font-size: 17px;}
.appDownList .wdthForm {max-width: 260px;}
.formInline.formInline-vw .fld-Wrap .fld-rds, .formInline.formInline-vw .btn-wrap .btn {height: 34px;}
.formInline-vw .fld-rds, .formInline.formInline-vw.mob-nbrForm .fld-Wrap .fld-rds {font-size: 13px;}
.formInline.formInline-vw .fld-Wrap {margin-right: -35px;}
.formInline-vw .fld-rds {padding:4px 15px;}
.formInline.formInline-vw .fld-Wrap .fld-rds {padding-right: 40px;}
.formInline.formInline-vw .btn-wrap .btn {min-width: 78px;font-size: 11px;padding: 6px 10px;}
.appDownList>li:not(:last-child) {margin-right: 13px;}
.section-Dnld-App {padding-top:24px;padding-bottom:10px;}
.equityBox-wrap .boxInner {padding: 25px 15px;}
.equityBox-wrap .list-dateLinks {margin-bottom: 25px;}
.list-dateLinks>li:not(:last-child) {margin-right: 8px;padding-right: 10px;}
.list-dateLinks>li {padding-top:3px;padding-bottom:3px;}
/* End Equity */
/*** End Product ***/
/*** Quick Links ***/
/* Shubh Academy */
.academy-RowBox .boxInner {padding: 15px 15px;}
.head-acdm-cmn {font-size: 15px;line-height:1.2;}
.academy-RowBox .textCol .head-acdm-cmn {margin-bottom: 7px;}
.academy-RowBox .text-Desc {line-height: 1.4;}
.academy-RowBox .post-Info-list {font-size: 10px;margin-top: 9px;}
.academy-RowBox .post-Info-list>li:not(:last-child) {margin-right: 11px;}
.academy-RowBox .thumbCol {min-width: 160px;max-width: 160px;margin-right: 10px;}
.academy-RowBox .postLabel {font-size: 9px;bottom: 8px;left: -5px;padding: 4px 8px 4px 10px;}
.academyList .academy-RowBox {margin-bottom: 20px;}
.paginationWrap {margin-top: 25px;}
.sidebarWrap .sideInner {padding: 15px 15px;}
.sidebarWrap .sd-Box-wrap {margin-bottom: 30px;}
.sd-Box-wrap .boxHead {margin-bottom: 15px;font-size:17px;}
.subs-Form .form-group {margin-bottom: 4px;}
.most-viewed-Listing>li:not(:last-child) {margin-bottom: 14px;}
.mostViewed-Sec .thumbCol {max-width: 70px;min-width: 70px;margin-right: 9px;}
.mostViewed-Sec .ttl {font-size: 11px;}
.mostViewed-Sec .post-Info-list {margin-top: 5px;font-size: 10px;}
.categoryListing .cat-item {padding: 4px 2px 4px 2px;}
.categoryListing .cat-item .lnk-count-Wrap {padding-right: 35px;}
.categoryListing>li:not(:first-child) {margin-top: 6px;}
.archivesList .lnk {font-size: 11px;}
.archivesList>.list-inline-item:not(:last-child) {margin-right: 6px;}
.archivesList>li {margin-bottom: 1px;}
.cst-pagination>li {margin-bottom:2px;}
.cst-pagination>li:not(:last-child) {margin-right: 1px;}
.cst-pagination .page-link {min-width: 30px;padding: 7px 5px;font-size: 12px;}
.col-MNG-Academy .col-Left {margin-right: 0;}
.col-MNG-Academy .col-Right {margin-left: 0;}
/*- Shubhacademy Article -*/
.info-Media-Wrap {margin-bottom: 20px;}
.info-Media-Wrap .post-Info-list {margin-top: 8px;}
.articleInfo-Sec h4 {font-size:15px;margin-bottom:5px;padding-top:10px;}
.academy-sec-Card {margin-top: 40px;}
.academy-sec-Card .boxHead {margin-bottom: 15px;}
.cammentBox-Wrap .box-inside {padding: 20px 15px;}
textarea.cst-fld.fld-vw {height: 28px;}
.formWrap-vw .instrFld .instrtext {font-size: 10px;}
.formWrap-vw .instrFld .fld-rqrd .fld_error {padding-right: 65px;}
.formWrap-vw .btnRow {padding-top: 5px;}
.post-nxt-pre {margin-top: 30px;}
/*- End Shubhacademy Article -*/
/*- Shubhacademy Listicle -*/
.articleInfo-Sec .listicleSec {margin-top: 35px;}
.listicleSec .head {margin-bottom: 9px;}
.listicleSec .imgWrap {margin-bottom: 10px;}
/*- End Shubhacademy Listicle -*/
/* End Shubh Academy */
/* Download Forms */
.downloadFormWrapper .colSec-wrap {margin-bottom: 15px;}
.pgTextInfo h3, .pgTextInfo .txtHead {font-size: 15px;margin-bottom: 6px;padding-top:6px;}
/* End Download Forms */
/* Shubh Unlimited */
.plans_outer {max-width: 90%;}
.head-sm-cmn {font-size: 15px;}
.btnstp-space {margin-top: 25px;}
.plans_box .iconWrap {max-width: 60px;margin-bottom:20px;}
.plans_box {padding: 25px 15px;}
.table.thm-table thead>tr>th {font-size: 12px;}
.table.thm-table thead>tr>th, .thm-table tbody>tr>td {width: 30%;}
.key-h-box {font-size: 13px;background-size:12px auto;background-position:left 3px;padding-left:23px;margin:0 0 20px 0;}
.keyhgt-wrapp .btnRow {margin-top:25px;}
.platform-Sec-wrapper .heading-cmn {font-size: 23px;}
.trade-exp-box .iconWrap {max-width: 65px;top:12px;}
.trade-exp-box { padding-left: 75px;}
.sec-trade-Wrap .trade-exp-box {margin-bottom: 30px;}
.trade-exp-box .heading {margin-bottom: 6px;}
.contWrap_charge {background-size:14px auto;background-position: left 4px;padding-left:23px;}
.contWrap_charge .heading {margin-bottom: 5px;}
.sec-charge-Wrap .contWrap_charge {margin-bottom: 30px;}
.sec-charge-Wrap .btnstp-space {margin-top: 5px;}
.shubhunlimited-pg-wrap .mngText-Sec .heading-cmn, .shubhunlimited-pg-wrap .heading-cmn {margin-bottom: 15px;}
/* End Shubh Unlimited */
/* FAQs */
.select_topicWrap {margin-bottom: 35px;}
.fldSelect-brd.select-fontlg .bootstrap-select.selectFld-brd .dropdown-toggle {font-size:14px;}
/* End FAQs */
/* Shubh Pricing */
.feat-sec-wrap .secHeading {margin-bottom: 30px;}
.feat-sec-wrap .cardBox-info {margin-bottom: 25px;}
.feat-sec-wrap .btmSec-row {padding-top: 15px;}
.cardBox-info .iconWrap .txttype {margin-top: -3px;}
.cardBox-info .iconWrap .txttype .txt-lrg {font-size: 44px;letter-spacing: -1px;}
.cardBox-info .iconWrap .txttype .txt-sml {font-size: 10px;}
.cardBox-info .iconWrap .txttype.icon-days .txt-sml {bottom:-7px;}
.cardBox-info .iconWrap .txttype.icon-perc .txt-sml {font-size: 13px;right: -14px;bottom: 5px;}
.txt-xsml {font-size: 9px;}
.brok-txt {margin-top: 10px;}
/* End Shubh Pricing */
/*** Media ***/
/* Research */
.vdo-FilterRow {margin-top:7px;}
.vdo-FilterRow .flt-Head {margin-bottom: 10px;font-size: 14px;}
.vdo-FilterRow .btnsList .btn-thm {padding: 5px 12px;font-size: 11px;}
.vdo-FilterRow .btnsList>li:not(:last-child) {margin-right: 5px;}
.flt_check_Box input[type=checkbox].css-checkbox + label.css-label { font-size: 11px;padding-left: 19px;}
.flt_check_Box input[type=checkbox].css-checkbox + label.css-label:before {top:1px;width: 13px;height: 13px;}
.videoBox .thumbCol {padding-right: 25px;max-width: 200px;min-width:200px;}
.videoBox .vdo-Thumb-wrap:after {width:30px;height:30px;}
.videoBox .textCol .post-Info-list {margin-top: 15px;}
.subscrptn_Box_Wrap {padding: 25px 40px 20px 40px;}
.cst-fld.fld-Subs {height: 35px;padding: 5px 10px;font-size: 15px;}
.subscrptn_Box_Wrap .subscr-Formwrap {margin-top: 15px;width: 80%;}
.subscr-Formwrap .form-group {margin-bottom: 10px;}
.teamCol.experCard .name, .teamCol.experCard .designation {font-size: 10px;}
.navbar-inlineList .subItems .subDropdown {margin-top: 15px;}
.secInline-Links .sublinkswrap>li:not(:last-child) {margin-right: 20px;}
.card_Sec_Box.videoBox .boxInner {padding: 18px 15px;}
.post-Info-list>li:not(:last-child) {margin-right: 10px;}
/* End Research */
/*** End Media ***/
/*** 404 ***/
.pg-404-wrapper {padding-top: 25px;padding-bottom: 30px;}
.pg-404-wrapper .headBig {font-size: 80px;margin-bottom: 15px;}
.pg-404-wrapper .sec-ttl {margin-bottom: 15px;}
.pg-404-wrapper .txtCont p {margin-bottom: 7px;}
/*** End 404 ***/
/*** Thank You ***/
.pg-thnk-You .headBig {font-size: 34px;line-height: 1;margin-bottom: 12px;}
.pg-thnk-You {padding-bottom: 35px;padding-top: 20px;}
/*** End Thank You ***/
	
	/* Bhushan Trading CSS */
	.trading ul {text-align: center;}
}

@media (max-width: 767px){
    body {padding-bottom:40px;}
    .height-sm-auto {min-height:inherit !important;}
    .intr-frame {max-width: 250px;width:100%;margin-bottom:30px;}
    .intr-frame:after {content: "";position: absolute;bottom: 0;right: -15px;left: -15px;height: 1px;background-color: #016d8c;}
    .facilitySec>li, .facilitySec>li:not(:last-child) {margin-bottom:20px;}
    .secTab-wrap {padding-bottom: 30px !important;}
    .platform-Sec-wrapper .imgWrap {margin-bottom:25px;}
    .secHeading {margin-bottom: 20px;}
    .secHeading .subText {margin-bottom:0;}
    .box-card {margin-bottom:20px;}
    .spaceRes-col>[class*=col]{padding-top:5px;padding-bottom:5px;}
    .box-get-in-touch {margin-bottom: 30px;}
    .boxText-wrapper .box-Cont {max-width: 300px;width: 80%;}
    .height-sm-auto {min-height:inherit !important;}
    .openAcc-Sec .text-free-img > img {max-width: 120px;}
    .priceRow .colWrap:not(:last-child) {margin-right: 0;margin-bottom:30px;}
    .priceRow .colWrap {max-width: 100%;}
    .totop {bottom: 57px;height: 23px;width: 23px;font-size: 18px;}
    .dwnl-app-wrapp .textCont .list-Points>li+li {margin-top: 5px;}
    /*.dwnl-app-wrapp .phone-frame {max-width: 110px;}*/
    .dwnl-app-wrapp .screenPhone {max-width: 110px;}
    .qr-scan {width: 75px;}
    /*** About Us ***/
    /* Overview */
    .innerpg-Header .img-Mob {display:block;}
    .innerpg-Header .img-Desk {display:none;}
    .innerpg-Header .head-Cont-wrap {top: 8%;transform: translateY(0%);display:none;}
    .innerpg-Header .head-Cont-wrap .mng-Cont {width: 100%;margin-right: 0%;text-align: center;}
    .head-Cont-wrap .head-ttl {font-size: 25px;}
    .head-Cont-wrap .textLine {font-size: 16px;}
    .trading-small-Header .textWrapper .btn-thm {font-size: 8px; min-width: 109px;padding: 3px 10px;}
    .box-overview {padding-top: 20px;padding-bottom: 20px;}
    /* End Overview */
    /* Management Team */
    .teamCol .wrap-img {width: 30vw;height: 30vw;}
    /* End Management Team */
    /* Board Of Directors */
    .bod-pg-Wrapper .border-bg-gr {margin-bottom: 25px;}
    .thm-accrdn .card-thm .title-acc {font-size:14px;}
    .thm-accrdn .card-thm .title-acc:after {width: 15px;height: 15px;}
    /* End Board Of Directors */
    /*** End About Us ***/
    /*** Calculators ***/
    /* Cost of Carry */
    .calc-fld-Wrap .sec-spot .icon-col, .calc-fld-Wrap .sec-interest .icon-col, .calc-fld-Wrap .sec-days .icon-col {width:56px;text-align:center;}
    .calc-fld-Wrap .sec-spot .icon-col img {max-width:60%;}
    .calc-fld-Wrap .sec-interest .icon-col img {max-width:90%;}
    .calc-fld-Wrap .sec-days .icon-col img {max-width:80%;}
    .calc_Form .form-group {margin-bottom:17px;}
    .calc_Form .clc-fld-Row {margin-bottom: 5px;}
    .calc-card-Box {padding:20px 15px;}
    .calc-card-Box .sec-ttl {margin-bottom: 35px;}
    /* End Cost of Carry */
    /*** End Quick Links ***/
    /* Brokerage Calculator */
    .calc_Broke_Form .ttl-sm {margin-bottom: 3px;}
    .calc_Broke_Form .form-group {margin-bottom: 5px;}
    .calc_Broke_Form .ttl-sm, .select-calc-Type .radio_Box [type="radio"]:checked + label, .select-calc-Type .radio_Box [type="radio"]:not(:checked) + label {font-size: 13px;}
    .calc_Broke_Form .selectRowWrap {margin-bottom: 15px;}
    .select-calc-Type {display:inline-block;vertical-align:top;width:100%;}
    .select-calc-Type>li.headList {margin-right: 0px;max-width:100%;width:100%;}
    .select-calc-Type .ttl-sm.selectHead {text-align: center;}
    .select-calc-Type>li {max-width:49%;}
    .calcResultCircle {width: 240px;height: 240px;}
    .calcResultCircle .contWrapper {font-size: 13px;min-height: 138px;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /*** Media ***/
    /* Press Releases */
    .selectFlts {margin-left:-7px;margin-right:-7px;}
    .selectFlts>li {padding-left:7px;padding-right:7px;float:left;width:50%;}
    .selectFlts>li:not(:last-child) {margin-right: 0;}
    .select-Wrapp .bootstrap-select.cst-select {min-width: 100%;}
    /* End Press Releases */
    /* Market News */
    .navbar-inlineList>li:not(:last-child) {margin-right: 2px;}
    .navbar-inlineList>li>.nav-link {padding: 8px 15px;}
    /* End Market News */
    /* Research */
    .teamCol.experCard .wrap-img {width: 130px;height: 130px;}
    .iframe-Video-Wrap iframe {height: 52.667vw;}
    .filter-PanelWrap .secInline-Links.subPoints-menu {margin-bottom: 0px;padding-top: 0;}
    .fltr-panelTabs .navbar-inlineList .subItems.active .subDropdown {display: block !important;}
    .fltr-panelTabs .navbar-inlineList .subItems .subDropdown {position: relative;top: 0;margin-bottom: 10px !important;text-align:center;}
    .fltr-panelTabs .secInline-Links .sublinkswrap>li>.nav-link {white-space:normal;}
    .fltr-panelTabs .navbar-inlineList>li {display:block;}
    .fltr-panelTabs .navbar-inlineList>li:not(:last-child) {margin-right: 0;margin-bottom:5px;}
    .filter-PanelWrap .reportFilters {margin-top: 0;}
    .panel-Wrapper.filter-PanelWrap .content-body {padding-top:25px;padding-bottom:25px;}
    /* End Research */
    /* Media Relations Contact */
    .contact-MR-box {max-width:100%;}
    .contact-MR-box .addr_Cont {padding: 30px 15px;}
    .contact-MR-box .title {margin-bottom:25px;}
    .contact-MR-box .cont-act {margin-top: 20px;}
    /* End Media Relations Contact */
    /*** End Media ***/
    /*** Inventors ***/
    /* Financials */
    .finance_Cont_List>li:not(:last-child) {margin-right: 0;display: block;margin-bottom:10px;}
    .finance_Cont_List .iconWrap {max-width: 38px;}
    .box_Finance_Wrap .btns-List {margin-top:15px;}
    .card_Sec_Box.box_Finance_Wrap {margin-bottom: 25px;}
    .btn.sml-rds {font-size:11px;padding-left:12px;padding-right:12px;}
    /* End Financials */
	/* Annual Reports */
	.annualCard_Box .boxInner {padding: 20px 25px 18px 25px;}
	.annualCard_Box .dt-act {margin-top: 15px;}
	/* End Annual Reports */
    /*** End Inventors ***/
    /*** Contact Us ***/
    /* Feedback/Suggestions */
    .feedbacktyp_list>li:not(:last-child) {margin-right: 20px;}
    .custom-file.fld-file, .fld-file .custom-file-label {padding-right: 88px;}
    .fld-file .custom-file-input:lang(en)~.custom-file-label::before {right: 88px;}
    /* End Feedback/Suggestions */
    /*** End Contact Us ***/
    /*** Contact Us ***/
    /* Customer Service */
    .box-cust-Service .iconWrap {max-width: 70px;}
    .box-cust-Service .mail-Listing {font-size: 13px;}
    .box-cust-Service .mail-Listing .fontSM {font-size: 11px;}
    /* End Customer Service */
    /* Know Your RM */
    .knowRM-Box .txt-LG {font-size: 19px;}
    /* End Know Your RM */
    /* Branch Locator */
    .selectOptn-list>li {max-width:48%;}
    .contact_pers_row .contactCol {margin-bottom:10px;}
    .contact_pers_row .callIcon {width: 80px;margin-top: 10px;margin-bottom: 20px;}
    /* End Branch Locator */ 
    /*** End Contact Us ***/
    /*** Trading Tools ***/
    /* Shubh App */
    .shortCont-info .icon-wrap {width: 50px;}
    .shubAppScreens .screen-imgWrap {max-width: 240px;margin-top: 0;}
    .features-mob-Screen img {max-width: 140px;}
    .benefitContWrap .cardBox-info .iconWrap {max-width: 70px;}
    .cardBox-info {margin-bottom: 20px;margin-top: 15px;}
    /* End Shubh App */
    /* Shubh Web */
    .shubhWebScreens .screen-imgWrap {margin-top: 20px;max-width: 420px;}
    .tradeWebSection .trade-WebScreen {max-width: 420px;}
    /* End Shubh Web */
    /*** End Trading Tools ***/
    /*** Product ***/
    /* Equity */
    .appDownList .headitem {margin-right: 0 !important;width: 100%;margin-bottom: 5px;}
    .appDownList .head-app {font-size: 20px;}
    /* End Equity */
    /*** End Product ***/
    /*** Quick Links ***/
    /* Shubh Unlimited */
    .plans_outer .border-bg-gr {margin-bottom: 20px;}
    .table.thm-table thead>tr>th, .thm-table tbody>tr>td {width: 33%;font-size: 11px;line-height: 1.3;}
    .table.thm-table thead th, .table.thm-table tbody td { padding: 10px 4px;}
    .key-h-box {margin-bottom:15px;}
    .platform-Sec-wrapper .heading-cmn {font-size: 22px;}
    .plans_outer {max-width: 100%;}
    /* End Shubh Unlimited */
    /* Shubh Academy */
    .sidebarWrap {margin-top: 40px;}
    .mostViewed-Sec .thumbCol {max-width: 100px;min-width: 100px;}
    .mostViewed-Sec .ttl {font-size: 12px;}
    .mostViewed-Sec .post-Info-list {margin-top: 8px;font-size: 11px;}
    .archivesList .lnk {font-size: 13px;}
    /*- Shubhacademy Article -*/
    .wrapimg-vdo iframe {height: 55.500vw;margin-bottom: -4px;}
    /*- End Shubhacademy Article -*/
    /* End Shubh Academy */
    /*** End Quick Links ***/
	/*** Thank You ***/
	.pg-thnk-You {padding-top: 30px;}
	/*** End Thank You ***/
	
	/* Bhushan Trading CSS */
	.trading ul {text-align: center;}
	.trading ul li{font-size: 14px;}
	
}
@media (max-width: 575px){
    .height-xsm-auto {min-height:inherit !important;}
    .facilitySec.rightCont {margin-right: 0;}
    .facilitySec {margin-left: 0;}
    .facilitySec .boxWrap.icon-right {padding-right: 0;padding-left: 65px;text-align:left;margin-left:0;}
    .facilitySec .boxWrap.icon-right .iconWrap {right: auto;left: 0;}
    .foot-Links-list.linkSpace>li:not(:last-child) {margin-bottom: 10px;}

    .slideDrawer-out, .scroll-innerPG .slideDrawer-out {width: 100%;}
    .panel-Wrapper .content-body {padding-left: 10px;padding-right: 10px;}
    .panel-Wrapper .content-body.spc-Mobile-scr {padding-bottom: 60px;}
    .checkWrap {font-size: 9px;padding-left:20px;}
    .check_Box input[type=checkbox].css-checkbox + label.css-label {padding-left: 18px;width: 18px;height: 15px;}
    .check_Box input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -76px;}

    /*** About Us ***/
    /* Overview */
    .head-Cont-wrap .head-ttl {font-size: 22px;}
    .head-Cont-wrap .textLine {font-size: 13px;}
    /* End Overview */
    /* Management Team */
    .teamCol .wrap-img {width: 210px;height: 210px;}
    /* End Management Team */
    /* Board Of Directors */
    .bod-pg-Wrapper .border-bg-gr {margin-bottom: 20px;}
    /* End Board Of Directors */
    /*** End About Us ***/
    /*** Media ***/
    /* Market News */
    .navbar-inlineList>li:not(:last-child) {margin-right: 0;}
    .navbar-inlineList>li{display:block;}
    /* End Market News */
    /* Research */
    .navbar-inlineList .subItems .subDropdown {margin-top: 15px;position: relative;text-align: center;margin-bottom: 10px !important;}
    .navbar-inlineList .subItems.active .subDropdown {display: block !important;}
    .videoBox .thumbCol {padding-right: 15px;max-width: 150px;min-width: 150px;}
    .videoBox .textCol .post-Info-list {margin-top: 8px;}
    .subscrptn_Box_Wrap {padding: 50px 20px 50px 20px;background-image: url(../../../../20201221113928im_/http_/logistick.in/images/subscr-bg-Mob.html);}
    .subscrptn_Box_Wrap .contMng {max-width: 420px;width: 100%;margin-left: auto;margin-right: auto;}
    .subscrptn_Box_Wrap .sec-ttl {margin-bottom:25px;}
    .subscrptn_Box_Wrap .subscr-Formwrap {margin-top: 25px;width: 100%;}
    .flt-checkList>li {margin-bottom: 3px;}
    .flt-checkList>li:not(:last-child) {margin-right: 13px;}
    .flt-checkList.text-center>li {margin-left: 5px;margin-right: 5px;}
    .fltSecWrap {margin-bottom: 20px;}
    /* End Research */
    /*** End Media ***/
    /*** Calculators ***/
    /* Brokerage Calculator */
    .calcResultCircle {width: 210px;height: 210px;padding: 15px 15px;}
    .broker-List-Wrap>li {display: block;}
    .calcResultCircle {width: 206px;height: 206px;padding: 12px 15px;}
    .broker-List-Wrap>li:not(:last-child) {margin-right: 0;margin-bottom: 10px;}
    .calcResultCircle .contWrapper {font-size: 12px;min-height: 105px;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /*** Investors ***/
    /* Notice */
    .navbar-inlineList.inline-Mob>li {display:inline-block;}
    .navbar-inlineList.inline-Mob>li:not(:last-child) {margin-right: 5px;}
    /* End Notice */
    /*** End Investors ***/
    /*** Contact Us ***/
    /* Branch Locator */
    .selectOptn-list>li:not(:last-child) {margin-right:0;margin-bottom:8px;}
    .selectOptn-list>li {max-width:100%;}
    /* End Branch Locator */ 
    /* Branch Locator */ 
    /* End Branch Locator */ 
    .boxSec-Row .border-bg-gr {margin-bottom:25px;}
    /*** End Contact Us ***/
    /*** Trading Tools ***/
    /* Shubh App */
    .pointListing.spacePoints>li:not(:last-child) {margin-bottom: 10px;}
    /* End Shubh App */
    /*** End Trading Tools ***/
    /*** Quick Links ***/
    /* Shubh Academy */
    .academy-RowBox .thumbCol {min-width: 100%;max-width: 100%;margin-right: 0;margin-bottom: 20px;}
    .head-acdm-cmn {font-size: 17px;}
    .academy-RowBox .post-Info-list {font-size: 11px;margin-top: 14px;}
    .academy-RowBox .textCol .head-acdm-cmn {margin-bottom: 10px;}
    .academy-RowBox .postLabel {font-size: 11px;bottom: 10px;left: -5px;}
    /* End Shubh Academy */
    /*** End Quick Links ***/
}
@media (max-width: 480px){
    .img-Mob {display:block;}
    .img-Desk {display:none;}
    .mng-Header .headerContainer {width: 100%;margin-left: 0;top: 8%;padding: 0 20px;}
    .headerContainer .wrapCont .head {font-size: 5.45vw;margin-bottom: 30%;}
    /*** About Us ***/
    /* Overview */
    .txt-edtr p { margin-bottom: 10px;}
    /* End Overview */
    /*** End About Us ***/
    /*** Product ***/
    /* Equity */
    .appDownList>li {display:block;}
    .appDownList>li:not(:last-child) {margin-right: 0;}
    .appDownList .wdthForm {max-width: 100%;}
    .appDownList>li:not(:last-child) {margin-bottom:5px;}
    /* End Equity */
    /*** End Product ***/
}
@media (max-width: 410px){
    /*** Media ***/
    /* Press Releases */
    .card_Sec_Box.box-Mob-resp .boxInner {display: block !important;}
    .card_Sec_Box.box-Mob-resp .boxInner>.wrapCol {padding: 0;}
    .card_Sec_Box.box-Mob-resp .boxInner>.wrapCol {border-right: none;}
    .card_Sec_Box.box-Mob-resp .boxInner>.wrapCol:not(:last-child) {margin-bottom:8px;}
    .card_Sec_Box.box-Mob-resp .secLink {margin-top:5px;width:100%;}
    .card_Sec_Box.box-Mob-resp .secLink>li {display:inline-block;vertical-align:top;}
    .card_Sec_Box.box-Mob-resp .secLink>li:not(:last-child) {margin-right:25px;}
    /* End Press Releases */
    /* Research */
    .videoBox .thumbCol {padding-right: 0;max-width: 100%;min-width: 100%;padding-bottom: 15px;}
    /* End Research */
    /*** End Media ***/
}
@media (max-width: 399px){
    .custom-Tab-nav .nav-link {font-size: 13px;padding: 0px 3px 5px 3px;}
    .custom-Tab-nav .nav-link.active {padding-left: 15px;padding-right: 15px;}
    .custom-Tab-nav .nav-link.active .link-text {transform: scale(1.15);}
    .text-infoSec .text-cont-wrap .listing-points.list2.list-inline>li {width: 100%;}
    .heading-cmn {font-size: 22px;}
    .info-2cols .wrapperCont {padding-left: 15px;padding-right: 15px;}
    .panel-Wrapper .head-wrapper {padding-top: 8px;padding-bottom: 8px;}
    .panel-Wrapper .content-body {padding-top: 10px;}
    .panel-Wrapper .form-Wrap .form-group {margin-bottom: 7px;}
    /*** Calculators ***/
    /* Brokerage Calculator */
    .rdo-instrWrap .inst {font-size: 8px;padding-left: 4px;margin-top: 0px;}
    .select-calc-Type .radio_Box {display: inline-block;vertical-align: top;}
    .select-calc-Type>li:not(:last-child) {margin-right: 3%;}
    /* End Brokerage Calculator */
    /*** End Calculators ***/
    /* Flip */
    .cost_calc_Form .form-group {margin-bottom: 13px;}
    .cost_calculator_wrapper .head {margin-bottom: 20px;}
    /* End Flip */
}
.sitemap_links { width: 100%;
  height: 100%; }
  .sitemap_links ul {
    padding: 0px;
    margin: 0;
    list-style: none; }
    .sitemap_links ul li {
      margin-bottom: 20px;
      position: relative; }
      .sitemap_links ul li:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: #ececec; }
      .sitemap_links ul li h4.sitemap_title {
        font-size: 15px;
        font-weight: 600;
        color: #434141;
        margin-bottom: 10px; }
        .sitemap_links ul li h4.sitemap_title::first-letter {
          font-size: 19px; }
      .sitemap_links ul li ul li {
        float: left;
        margin-right: 1.823vw;
        white-space: nowrap; }
        .sitemap_links ul li ul li:after {
          display: none; }
        .sitemap_links ul li ul li a {
          padding: 0;
          font-size: 0.885em;
          color: #000;
          border-bottom: 1px solid #a8aaa9;
          line-height: 1.2; }
          .sitemap_links ul li ul li a:hover {
            color: #FF5722;
            border-color: #FF5722; }
      .sitemap_links ul li ul:after {
        content: '';
        display: block;
        float: none;
        clear: both; }
		.plate {
         display: block;
         width: 200px;
         background-color: #FFBF23;
         box-shadow: 3px 3px 3px #888888;
         border: #000 2px solid;
         border-radius: 10px;
         padding :5px;
         }
         .number {
         text-align: center;
         color: #000000;
         font-family: Trebuchet MS;
         font-size: 20px;
         font-weight: bold;
         }

 @media (min-width: 992px){

            .logo_disp {display:none !important;}
			.logo_disp_mob {display:block !important;}

 }
 @media (max-width: 992px){

            .logo_disp {display:block !important;}
			.logo_disp_mob {display:none !important;}

 }
 
 .cust_img
 {
	 max-width:170px !important;
 }
 
::selection {
  color: #000;
  background: #ffc107;
}

/* total width */
body::-webkit-scrollbar {
    background-color:#f7f7f7;
    width:16px
}

body::-webkit-scrollbar-track {
    background-color:#f7f7f7;
}

body::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:3px solid #fff
}

body::-webkit-scrollbar-button {display:none}

   .switch:before
         {
         content: ' ';
         position: absolute;
         left: 1px;
         top: 1px;
         width: 60px;
         height: 30px;
         background: #e5e5e5;
         z-index: 1; 
		 margin-left:15px;
         border-radius:16px; //IE 11
         -moz-border-radius:16px; //Mozilla
         -webkit-border-radius:16px; //Chrome and Safari
         }
		 
         .switch:after
         {
         content: ' ';
         height: 29px;
         width: 29px;
         border-radius: 28px;
         background: #FFFFFF;
         position: absolute;
         z-index: 2;
         top: 1px;
         left: 1px;
		 margin-left:15px;
         -webkit-transition-duration: 0.5ms;
         transition-duration: 0.5s;
         -webkit-box-shadow: 0 2px 5px #999999;
         box-shadow: 0 2px 5px #999999;
         }
         .switchOn , .switchOn:before
         {
         background: #5BBC2E !important;
         }
         .switchOn:after
         {
         left: 32px !important;
         }
		 
		 .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
