/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');*/
/*********************Loader *********************/
.page-loader {position: fixed; background:rgba(0,0,0,0.85); bottom: 0;right: 0;	left: 0;top: 0;	z-index: 9998;}
.loader {position: absolute; border: 5px solid #fec30e; border-top: 5px solid #203272; height: 72px; width: 72px; left: 50%; top: 50%; margin: -36px 0 0 -36px; text-indent: -9999em; font-size: 10px; z-index: 9999; animation: load 0.8s infinite linear;}
.preloader_logo {position: absolute; height: 70px; width: 70px; left: 50%; top: 50%; margin: -35px 0 0 -35px; background: url(../images/loader_logo.png);}
.loader, .loader:after {border-radius: 50%;width: 72px; height: 72px;}
@keyframes load {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}

body {font-family: 'Roboto', sans-serif; font-size: 14px; padding-top: 157px;}
body, html{overflow-x: hidden;}
main > .container {padding: 60px 15px 0;}
.img-responsive {max-width: 100%}
a {text-decoration: none !important;}
ul, li {list-style-type: none;}
:focus {outline: none;}
.sprite {background: url(../images/spritenew040822-1.png) no-repeat;}
.font-thin {font-weight: 300}
.font-light {font-weight: 400}
.font-normal {font-weight: 500}
.font-bold {font-weight: 700}
.text-white {color: white}
.text-blue {color: #163583}
.text-yellow {color: #ffad02}


/*********************
	Header Section
*********************/
a {cursor: pointer;}
header {background-color: white; padding: 10px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 99;}
/* header:before {background-color: #0175d4;height: 5px;width: 50%;position: absolute;left: 0;content: "";bottom: -5px;z-index: 99;}
header:after {background-color: #0175d4; height: 5px; width: 50%; position: absolute; right: 0; content: ""; bottom: -5px; z-index: 99;} */
.tollfree {color: #163583}
.tollfree img{width: 20px;}
.search_block {position: relative;margin-top: 5px;width: 50.5%;float: right;}
.search_block input {width: 100%; background-color: transparent; border:none; padding: 5px 30px 5px 5px; border-bottom: 1px solid #ccc;}
.search_block .search_btn {position: absolute; font-size: 16px; top: 5px; right: 5px;}
.logo {display: inline-block;width: auto;}
.logo img{width: 100%;height: auto;}
#mob_nav {display: none;}
.faded {display: none; background-color: rgba(0,0,0,0.8); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 98}

/*********************
	Banner Section
*********************/
#bannerSlider {position: relative;}
/*.banner_slide {background-repeat: no-repeat; background-position: top center; height: 540px; width: 100%; position: relative;}*/
.banner_slide {background-repeat: no-repeat;background-position: top center;height: auto;width: 100%;position: relative;}
.banner-content {position: absolute;top: 60px;left: 30%;padding: 0;color: black;text-align: left;background: rgb(255 255 255 / 78%);backdrop-filter: blur(0px);border-radius: 10px;padding: 10px;}
/*.banner_slide.banner-content {text-align: left;left-padding: 100px;background: rgba(0, 0, 0, 0.4);border-radius: 10px;max-width: 700px;margin: 0 auto;}*/
.highlight {color: #007BFF;text-decoration: none;font-weight: bold;transition: color 0.3s ease;}
.highlight:hover {color: #0056b3; text-decoration: underline;}
.banner_caption {transform: translateY(-50%); top: 50%; position: absolute; left: 100px;}
.banner_caption h1 {color: white; margin-bottom: 10px; position: relative; padding-bottom: 10px; font-size: 45px}
.banner_caption h1:before {position: absolute; bottom: 0; left: 0; width: 200px; content: ""; height: 1px; background-color: #fff}
.banner_caption p {color: white; width: 500px; font-size: 18px;}
/*.banner-content {text-align: left; max-width: 700px; padding: 20px; background: rgba(0, 0, 0, 0.4);border-radius: 10px;}*/
.banner-content p{margin-bottom: 10px;}
.news_section{display: none;}
.qr_code {
    width: 200px;
    margin-left: 26%;
}
    .show_mob_qr {display: none;
    }
@media screen and (max-width:767px) {
    .banner-content{left: 0;top:0;width: 100%;background: #f5f5f5cc;border-radius: 0;height: 100%;}
    .banner-content p{margin-bottom: 5px;}
    .show_mob_qr {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-left: auto;
}
.hide_mob{display: none;}
}
/*********************
	side navigation
*********************/
.sideLeftNav {position: fixed; top: 108px; left: 0; background-color: white; z-index: 99; box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.3)}
.sideLeftNav > ul {margin:0; padding: 0;}
.sideLeftNav > ul > li {border-bottom: 1px solid #ccc; position: relative;}
.sideLeftNav > ul > li > a {display: block; padding: 16px 10px; position: relative; transform: 0.3s all ease;} /* 20-8-19 */
.sideLeftNav > ul > li > a > i {width: 40px; height: 40px; display: block; position: relative; z-index: 9}
.sideLeftNav > ul > li > a > b {position: absolute; background-color: #163583; top: 0; left: -100px; height: 100%; width: 100px; color: white; font-weight: normal; white-space: nowrap; display: inline-block; padding: 35px 15px; transition: 0.3s all ease; z-index: 8; opacity: 0}
.sideLeftNav > ul > li > a:before {position: absolute; top: 0; left: 0; height: 100%; width: 0; content: ""; background-color: #fead00; opacity: 0; transition: 0.3s all ease;}
.sideLeftNav > ul > li:hover > a:before {width: 100%; transition: 0.3s all ease; opacity: 1}
.sideLeftNav > ul > li:hover > a > b {transition: 0.3s all ease; left: 60px; opacity: 1;}
.sideLeftNav > ul > li > ul {margin:0; padding: 0; position: absolute; top: 0px; left: -60px; opacity: 0; transition: 0.3s all ease;}
.sideLeftNav > ul > li > ul > li > a {display: block; background-color: #163583; width: 100px; color: white; padding: 10px; font-weight: normal; font-size: 12px}
.sideLeftNav > ul > li > ul > li > a:hover {background-color: #0076d3}
.sideLeftNav > ul > li:hover > ul {opacity: 1; top: 72px; left: 60px;}
.SLicon1 {background-position: 0 0;}
.SLicon2 {background-position: 0 -40px;}
.SLicon3 {background-position: 0 -80px;}
.SLicon4 {background-position: 0 -120px;}
.SLicon5 {background-position: 0 -160px;}
.SLicon6 {background-position: 0 -200px;}
/*02-12-2021*/
.invstr_icn {background-position: 0 -243px;}
.sideLeftNav > ul > li.invst_li > a > b{padding:20px 15px}
/*02-12-2021*/
.login_btn {background-color: #163583; color: #fff; display: block; padding: 6px 20px; transition: 0.3s all ease}
.login_btn i {font-size: 32px; display: inline-block; vertical-align: middle; margin-right: 15px;}
.login_btn b {font-weight: normal; display: inline-block; vertical-align: middle; font-size: 18px}
.login_btn:hover {background-color: #ffad02; color: #163583; transition: 0.3s all ease}
.sideRightNav {position: fixed; width: 100%; top: 67px; right: 0; background-color: white; z-index: 1000; box-shadow: -10px 10px 20px 0 rgba(0,0,0,0.3); transition: 0.3s all ease}
.sideRightNav.shift {/*right: -149px;-26-02-2020*/right:-278px; transition: 0.3s all ease}
.sideRightNav:hover {right: 0; transition: 0.3s all ease}
.sideRightNav > ul {margin:0; padding: 0;}
.sideRightNav > ul > li {border-bottom: 1px solid #ccc; position: relative;}
.sideRightNav > ul > li:last-child {border-bottom: none;}
.sideRightNav > ul > li > a {display:block; /*17-03-2021*/padding: 4px 15px;/*17-03-2021*/ transition: 0.3s all ease} /* 20-8-19 */
.sideRightNav > ul > li > a:hover {background-color: #ffad02; transition: 0.3s all ease}
.sideRightNav > ul > li > a > i {width: 28px; height: 27px; display: inline-block; vertical-align: middle; margin-right: 7px; position: relative; z-index: 9} 
.sideRightNav > ul > li > a > b {display: inline-block; vertical-align: middle; font-weight: normal; color: #091b47}
.SRicon1 {background-position: -46px 0px;}
.SRicon2 {background-position: -46px -32px;}
.SRicon3 {background-position: -46px -64px;}
.SRicon4 {background-position: -46px -96px;}
.SRicon5 {background-position: -46px -128px;}
.SRicon6 {background-position: -46px -160px;}
.SRicon7 {background-position: -46px -192px;}
.SRicon8 {background-position: -46px -222px;}
.SRicon9 {background-position: -48px -283px;}
.SRicon10 {background-position: -48px -315px;}
.SRicon11 {background-position: -46px -351px;}
.SRicon12 {background-position: -46px -386px;}
/*04-03-2021*/
.SRicon_acnt {background-position: -46px -253px;}
/*04-03-2021*
 /*13-12-2021*/
 .blink_me {
    animation: blinker 1s linear infinite;
}

    .blink_me a {
        /*color: #17375E !important;*/
        color: red !important;
        font-weight: 600;
        display: inline-block;
        text-align: center;
    }
        /*.blink_me a:hover {
            background: #d3d3d3
        }*/
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/*13-12-2021*/
/*********************sub_menu_open*********************/
.sub_mnu{position:relative;}
.sb_menu_open {position: absolute;left: -256px;top: 0px;width: 256px;display:none;}
.sb_menu_open > li{display:block;}
.sb_menu_open > li > a {background: #163583;padding: 16px 10px;color: #fff;display: block;border-bottom: 1px dashed #b1a9a9;}
.sb_menu_open > li > .last_men{border-bottom:0;}
.sb_menu_open > li >a:hover{background:#eda201}
/*********************
	Market section
*********************/
.dash_hd {position: relative; padding: 10px 15px; display: inline-block;}
.dash_hd:before, .dash_hd:after {position: absolute; top: 0; left: 0;  content: ""; background-color: white;}
.dash_hd:before {width: 1px; height: 25px;}
.dash_hd:after {width: 25px; height: 1px;}
.black_dash_hd {color: black}
.black_dash_hd:before, .black_dash_hd:after {background-color: black}
.market_section {background-image: linear-gradient(to right, #075a9f, #001950); padding: 50px 0; position: relative;}
.market_tab {margin:0; padding: 0}
.market_tab li {display: inline-block;}
.market_tab li a {display: block; padding: 5px 10px; color: white;}
.market_tab li a.active {background-color: #fead00 !important; color: black !important; transition: 0.3s all ease}
.market_tab li a:hover {background-color: rgba(255,255,255,0.5); color: black; transition: 0.3s all ease}
.market_cont {padding-right: 300px; position: relative;}
.market_body {border:2px solid #fff; color: white;}
.marketInnerBlock {padding: 15px;}
.todayMarketTable th {background-color: #98b8d3; color: black; font-weight: normal; text-align: right;}
.todayMarketTable th i {margin-left: 5px;}
.todayMarketTable td {color: white; font-size: 13px; text-align: right; border:none;}
.todayMarketTable tbody tr:hover {background-color: rgba(0,0,0,0.2); transition: 0.3s all ease}
.todayMarketTable td:first-child, .todayMarketTable th:first-child {text-align: left;}
.todayMarketTable td .comp_name {color: white; display: block;}
.todayMarketTable tbody tr:hover .comp_name {color: #ffad02; transition: 0.3s all ease}
.marketInnerValue {padding: 15px;}
.mrktValueTable {color: white; border-bottom: 1px solid rgba(255,255,255,0.2); width: 60%}
.mrktValueTable td, .mrktValueTable th {border:none; padding: .70rem}
.mrktValueTable th {font-weight: 300; font-size: 13px;}
.mrktValueTable td {text-align: right; font-size: 15px;}
.mrktValueTable tbody tr:hover {background-color: rgba(0,0,0,0.2); transition: 0.3s all ease}
.mrktValueTable tbody tr:hover th {color: #ffad02; transition: 0.3s all ease}
.downArrow {width: 25px; height: 25px; background-position: -81px -25px; display: inline-block; vertical-align: middle;}
.upArrow {width: 25px; height: 25px; background-position: -81px 0px; display: inline-block; vertical-align: middle;}
.HmIndicesValue {color: white; font-weight: bold; font-size: 36px; vertical-align: middle;} 
.mrkTabShift {padding-right: 170px;}
.mrktChartBlock {position: absolute; top: 4px; right: 0; width: 450px; background: white;}
.mrktChartBlock .market_tab li a {color: #666; padding: 5px 8px}
.mrktChartBlock .market_tab li a:hover {background-color: #ddd}
.mrktMoreBtn {color: #fead00; font-size: 12px; position: relative; padding: 3px 5px; z-index: 9; transition: 0.3s all ease}
.mrktMoreBtn:before {position: absolute; left: 0; top: 0; content: ""; width: 0; height: 100%; z-index: -1; background-color: white; transition: 0.3s all ease}
.mrktMoreBtn:hover:before {color: #163583; width: 100%; transition: 0.3s all ease}
.border_block {padding: 20px; border:2px solid #ccc;}
.news_list {margin: 0; padding: 0;}
.news_list li {margin-bottom: 25px;}
.news_list li:last-child {margin-bottom: 0}
.news_list li:hover b {color: #163583}
.news_list li:hover .news_btn {background-color: #163583; color: white;}
.news_list .news_Details b {color: #0174d3; display: block; margin-bottom: 5px; font-size: 16px;}
.news_list .news_Details p {color: #686868; margin-bottom: 0; position: relative;}
.news_list .news_Details p:before {position: relative; content: "-"; margin-right: 5px}
.news_list .news_btn {background-color: #fead00; display: inline-block; color: black; padding: 3px 5px; transition: 0.3s all ease}
.news_list .news_btn:hover {background-color: #163583; color: white; transition: 0.3s all ease}
.news_list .news_time {opacity: 0.5; font-size: 12px; margin-bottom: 7px}
#AttentionInvt_Slider {padding-top: 20px;}
#AttentionInvt_Slider p {text-align: justify;}
#AttentionInvt_Slider .owl-dots {position: absolute; top: -10px; right: 0; margin-top: 0}
#AttentionInvt_Slider .owl-dots .owl-dot span {width: 20px; border-radius: 0; height: 5px; margin: 0px 5px; background-color: #fead00;}
#AttentionInvt_Slider .owl-dots .owl-dot.active span {background-color: #163583}
#whatsNew_Slider {padding-top: 20px;}
#whatsNew_Slider p {text-align: justify;}
#whatsNew_Slider .owl-dots {position: absolute; top: -10px; right: 0; margin-top: 0}
#whatsNew_Slider .owl-dots .owl-dot span {width: 20px; border-radius: 0; height: 5px; margin: 0px 5px; background-color: #fead00;}
#whatsNew_Slider .owl-dots .owl-dot.active span {background-color: #163583}
.attention_btn {font-size: 12px; text-align: center;}
.news_n_Atten_block {min-height: 324px;}
.btn_yellow {background-color: #fead00; color: black; padding: 5px 10px; display: inline-block; transition: 0.3s all ease}
.btn_yellow:hover {background-color: #163583; color: white; transition: 0.3s all ease}
.btn_red {background-color: #DC143C; color: white; padding: 5px 10px; display: inline-block; transition: 0.3s all ease}
.btn_red:hover {background-color: #3CB371; color: white; transition: 0.3s all ease}
.btn_blue {background-color: #0096FF; color: white; padding: 5px 10px; display: inline-block; transition: 0.3s all ease}
.btn_blue:hover {background-color: #FFBF00; color: black; transition: 0.3s all ease}

/*********************
	About Us section
*********************/
.home_aboutUs {display:block; position: relative;}
.aboutUs_bg {background: url(../images/aboutUs_bg.jpg) no-repeat bottom center; background-size: cover;padding: 35px;}
.ProdServ_bg {background: #163583; color: white;}
.prodServ_cont {width: 500px;}
.ps_list a {display: block; text-align: justify; color: #fce9c1; padding: 10px 10px; transition: 0.3s all ease;}
.ps_list a i {width: 75px; height: 54px; margin: 0 auto 15px; display: block;}
.ps_list a:hover {color: white; background-color: rgba(0,0,0,0.3); transition: 0.3s all ease; transform: scale(1.02);}
.ps_list a h6 {font-size: 16px;}
.psIcon1 {background-position: -109px 0}
.psIcon2 {background-position: -109px -54px}
.psIcon3 {background-position: -109px -108px}
.psIcon4 {background-position: -109px -162px}
.psIcon5 {background-position: -109px -216px}
.psIcon6 {background-position: -109px -270px}
.aboutUs_block {background-image: linear-gradient(to bottom left, rgb(0, 118, 211), #163583);padding: 20px;}
.aboutUs_block h2 {color: white}
.aboutUs_block h5 {line-height: 32px}
.aboutUs_block p {opacity: 0.8; text-align: justify; text-justify: inter-word;}
.aboutUs_block ul {margin:0; padding: 0}
.aboutUs_block ul li {color: white; margin-bottom: 15px; font-weight: 300; position: relative;}
.aboutUs_block ul li:before {position: relative; content: "-"; margin-right: 5px; margin-left: 5px;}
.aboutUs_ReadMore {text-align: left; color: white;}
.abc h5 {line height: 14px; text-align: justify; text-just: inter-word;}
.abc p {opacity: 2.8; text-align: justify; text-just: inter-word;}
.abc ul {margin:0; padding: 0}
.abc ul li {color: black; margin-bottom: 10px; font-weight: 300; position: relative;}
.abc ul li:before {position: relative; content: "-"; margin-right: 5 px}
.otherProdServ a {text-align: center; display: block; padding: 20px 5px; transition: 0.3s all ease; height: 100%}
.otherProdServ a i {margin: 0 auto 15px; display: block; width: 66px; height: 51px; transform: scale(0.9); opacity: 0.8; transition: 0.3s all ease}
.otherProdServ a:hover {background-color: #dee2e6; transition: 0.3s all ease}
.otherProdServ a:hover i {transform: scale(1); opacity: 1; transition: 0.3s all ease}
.otherProdServ a b {font-weight: 300; font-size: 16px; color: #021749}
.psbtmIcon1 {background-position: -187px 0}
.psbtmIcon2 {background-position: -187px -51px}
.psbtmIcon3 {background-position: -187px -102px}
.psbtmIcon4 {background-position: -187px -153px}
.psbtmIcon5 {background-position: -187px -204px}
.psbtmIcon6 {background-position: -187px -255px}
.psbtmIcon7 {background-position: -253px 0}
.psbtmIcon8 {background-position: -253px -51px}
.psbtmIcon9 {background-position: -253px -102px}
.psbtmIcon10 {background-position: -253px -153px}
.abouts_banner .item img{width:100%;}
.home-service {padding: 35px;}
.mtt-20{margin-top:40px;}
.service_slidr, .service_slidr .owl-stage-outer, .service_slidr .owl-stage-outer .owl-stage, .service_slidr .owl-stage-outer .owl-stage .owl-item, .service_slidr .owl-stage-outer .owl-stage .item {height: 100%;}
.service_slidr .owl-nav{z-index:99 !important;}
.service_slidr .owl-prev {position: absolute;left: 0;top: 32%;background: #0075d3 !important;}
.service_slidr .owl-next {position: absolute;right: 0;top: 32%;background: #0075d3 !important;}
.border-right-custom {
    border-right: 1px solid #dee2e6 !important;
}

/*********************
	    Footer
*********************/
footer {
    background-color: #0075d3;
    position: relative;
}
.ftSingleNav {text-align: center; margin: 0; padding: 25px 50px 0}
.ftSingleNav li {display: inline-block; position: relative;}
.ftSingleNav li:after {position: absolute; right: -3px; top: -1px; content: "|"; color: #acecfb;}
.ftSingleNav li a {display: block; padding: 0 10px; color: #acecfb; font-weight: 300}
.ftSingleNav li a:hover {color: #ffae01;}
.ftSingleNav li:last-child:after {display: none;}
footer hr {border-top: 1px solid rgba(255, 255, 255, 0.2); margin: 25px 0;}
.ft_nav {margin: 0; padding: 0}
.ft_nav li {margin-bottom: 5px;}
.ft_nav li a {color: rgba(255,255,255,0.7); font-weight: 300; padding-left: 10px; display: block; position: relative; transition: 0.3s all ease}
.ft_nav li a:hover {color: #ffae01; transition: 0.3s all ease}
.ft_nav li a:before {position: absolute;content: "|";left: 0px;top: -2px;}
.otherlinks li {float: left;display: inline-block;width: auto !important;margin-right: 10px;}
.ft_text p {font-size: 12px; font-weight: 300; opacity: 0.6; color: #fff; margin-bottom: 10px;}
.ft_logo {background-color: white; padding: 20px; border-radius: 20px; display: inline-block;}

/**************** Scroll To Top *****************/

.scrollToTop {position: fixed; right: -44px; bottom: 1rem; width: 2.75rem; height: 2.75rem; text-align: center; z-index: 99; color: #fff; background: #ffae01; color: #1f3276; line-height: 46px; transition: 0.3s all ease; box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.3)} /* 20-8-19 */
.scrollToTop.active {right: 0; transition: 0.3s all ease}
.scrollToTop:hover {color: #f9c403; background-color: #163583}
.scrollToTop i {font-size:22px;}


/* Whats new */

.whatsnew_block {background: url(../images/whatsnew_img.jpg) no-repeat; background-size: cover; padding: 15px;}
.abouts_banner .owl-dots .owl-dot.active span, .abouts_banner .owl-dots .owl-dot:hover span {background-color: #ffad02 !important}


#bannerSlider .owl-dots {position: absolute; bottom: 20px; width: 100%; text-align: center;}
#bannerSlider .owl-dots .owl-dot.active span, #bannerSlider .owl-dots .owl-dot:hover span {background-color: #ffad02 !important}
.about_slider .owl-nav {position: absolute; top: 110px; left: 0; width: 100%;}
.about_slider .owl-nav .owl-prev {position: absolute; top: 0; left: -15px; background-color: #0075d3 !important; color: white; padding: 5px 15px !important; font-size: 20px !important;}
.about_slider .owl-nav .owl-next {position: absolute; top: 0; right: -15px; background-color: #0075d3 !important; color: white; padding: 5px 15px !important; font-size: 20px !important;}

.banner_slide .container {height: 100%; position: absolute; margin: 0 auto; left: 0; right: 0;}
.HMban3 {position: absolute; bottom: 100px; left: 25%;}
.HMban4 {position: absolute; bottom: 10%; left: 50%; margin-left: -50px;} /* 14-10-19 */
.HMban5 {position: absolute; bottom: 30%; left: 58%; margin-left: -50px;}

.pumping_anim{display: block !important;}
.pumping_anim span{visibility: hidden;position: relative;display: block;}
.pumping_anim span:after{animation: pumpingz 2s infinite alternate ease-in;position: absolute;font-size: 32px;color:#000;left:0;top:0;content:"What's New";visibility: visible;}
.pumping_anim.offers span:after{content:"Exciting Offers";font-weight: 700;}
@keyframes pumpingz{
	0%{color:#000;left:0px;}
	40%{color:#075a9f;left:15px;}
	60%{color:#075a9f;left:15px;}
	100%{color:#000;left:0px;}
}

@media only screen and (min-width:240px) and (max-width:767px){
	.HMban3 {bottom: 30px; left: 80px;}
	.HMban4 {bottom: 30px;}
	.HMban5 {bottom: 20%; left: 65%}
	#bannerSlider .owl-dots {bottom: 5px;}
}



a.online_trad{left: 28%;}
a.demt_acnt{left: calc(28% + 300px);}
a.hglgt_btn{background: #0098f9;color:#fff;font-size: 24px;font-weight: bold;display: inline-block;position: absolute; bottom: 38%;  width: 250px; height: 65px;
	border-radius: 5px;text-align: center;}
a.hglgt_btn	.tabl_div{display: table;width:100%;height: 65px;}
a.hglgt_btn	.tabl_div span{display: table-cell;vertical-align: middle;height: 65px;}
a.hglgt_btn	.tabl_div span img{width:60%;margin:auto;}
.HMban10 {position: absolute; bottom: 50%; left: 25%; margin-left: -50px;}
.HMban7 {position: absolute; bottom: 10%; left: 0; right:0;margin:auto;width:130px;text-align: center;}

@media (min-width:993px) and (max-width:1200px){
	a.hglgt_btn{bottom:49%;}
	a.online_trad{left: 35%;}
	a.demt_acnt{left: 35%;bottom:36%;}
	
}

@media (max-width:992px){
	a.hglgt_btn{width: 200px;font-size: 18px;}
	a.demt_acnt{left: calc(28% + 210px);}
}
@media (max-width:767px){
	a.hglgt_btn{width: 180px;font-size: 14px;height:35px;}
	a.hglgt_btn	.tabl_div{height: 35px;}
a.hglgt_btn	.tabl_div span{height: 35px;}
a.hglgt_btn	.tabl_div span img{width:60%;margin:auto;}
	a.online_trad{left: auto;right:0;bottom:49%;}
	a.demt_acnt{left: auto;right:0;bottom:29%;}
	a.hglgt_btn	.tabl_div span img{height:30px;margin:auto;width:auto;}
	.HMban10 {position: absolute; bottom: 30%; left: 25%; margin-left: -50px;}
}


.offers_section{background: url(../images/offers_bg.jpg);background-position: center top;background-repeat: no-repeat;padding: 55px 0;}
.offers_section h2.black_dash_hd{font-weight: 700;}
.muhurat_trad{background:#fff;box-shadow: 0 0 6px 4px rgba(0,0,0,0.03);padding: 15px;border-radius: 20px;}
.muhurat_trad h3{font-size: 48px;color:#163583;margin-bottom: 0;font-weight: bold;text-align: center;margin-top: 10px;}
.muhurat_trad h5{font-size: 24px;color:#07599e;margin-bottom: 0;font-weight: normal;}
img.text-center{margin: auto;display: block;}
.muhurat_trad .respnsv_table table{width:100%;margin-top:0px;}
.muhurat_trad .respnsv_table thead tr{border:1px solid #07599e;border-right:0;border-left: 0;}
.muhurat_trad .respnsv_table tbody tr:last-child{border-bottom:1px solid #07599e;}
.muhurat_trad .respnsv_table thead tr th{background:#fff4e0;color:#0d558b;font-size: 14px;padding: 5px 10px;}
.muhurat_trad .respnsv_table thead tr th:last-child{background: #ffb83b;font-weight: bold;color:#000;}
.muhurat_trad .respnsv_table thead tr th:first-child{border-right:1px solid rgba(13,85,139,0.1);}
.muhurat_trad .respnsv_table tbody tr td{background:#dce8f1;color:#000;font-size: 14px;padding: 10px 20px;font-weight: bold;}
.muhurat_trad .respnsv_table tbody tr td:first-child{font-weight: normal;padding: 10px;border-right:1px solid rgba(13,85,139,0.1);}
.muhurat_trad .respnsv_table tbody tr td:last-child{background:#07599e;color:#fff;}
.muhurat_trad .notez{font-size: 12px;color:#0d558b;padding:10px 0 0 0;}
.muhurat_trad .notez p{margin-bottom: 5px;}
.coupon_wpr{position: relative;}
.coupon_wpr .coupon_box{background: linear-gradient(to bottom right,#fff 20%,#ffb83c);padding: 20px;position: absolute;width: 100%;height: 100%;left:0;top:0;
border-radius: 20px;box-shadow: 0 0 6px 4px rgba(0,0,0,0.03)}
.coupon_box h3 small{color:#000;font-size: 24px;display: block;width:100%;}
.coupon_box h3{font-size: 36px;color:#163583;font-weight: bold;}
.coupon_box p.font-14{color:rgba(0,0,0,0.75);font-size: 14px;margin-bottom: 10px;}
.coupon_box p.font-16{color:rgba(0,0,0,0.87);font-size: 16px;margin-bottom: 0;}
.cashbak{background: #e42419;color:#fff;font-weight: bold;font-size: 24px;text-align: center;padding: 15px;margin-top: 10px;}
.cashbak big{font-size: 72px;line-height: 72px;}
.cashbak small{font-weight: normal;font-size: 48px ;}
.coupn_code{color:#e42419;font-size: 30px;font-weight: 500;margin:20px 0 20px 0;}
.coupn_code span{color:#000;}
.coupon_top{position: relative;border-bottom: 1px dashed rgba(0,0,0,0.2); }
.coupon_top:before{content: "";position: absolute !important;z-index: 10; bottom: 0; right: -20px; border-left: #f1f1f1 20px solid; border-top: #f1f1f1 20px solid;-moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;border-radius: 40px 0 0 0;box-shadow: inset 0 0 6px 4px rgba(0,0,0,0.03);}
.coupon_top:after{content: "";
    position: absolute !important;
    z-index: 10;
    bottom: 0;
    left: -20px;
    border-right: #f1f1f1 20px solid;
    border-top: #f1f1f1 20px solid;
    -moz-border-radius: 0 40px 0 0;
    -webkit-border-radius: 0 40px 0 0;
    border-radius: 0 40px 0 0;}
.coupon_bottom:before{content: "";
    position: absolute !important;
    z-index: 10;
    top: -20px;
    right: -20px;
    border-left: #f1f1f1 20px solid;
    border-bottom: #f1f1f1 20px solid;
    -moz-border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 40px;
    border-radius: 0 0 0 40px;}
.coupon_bottom:after{content: "";
    content: "";
    position: absolute !important;
    z-index: 10;
    top: -20px;
    left: -20px;
    border-right: #f1f1f1 20px solid;
    border-bottom: #f1f1f1 20px solid;
    -moz-border-radius: 0 0 40px 0;
    -webkit-border-radius: 0 0 40px 0;
    border-radius: 0 0 40px 0;}
.coupon_bottom {position: relative;}
.coupon_bottom .contnt_wpr{width:100%;margin:15px auto;background: #fff;border-radius:15px;color:#000;padding:15px 0 0 0;}
.coupon_bottom .contnt_wpr h3{font-size: 16px;color:#000;}
.coupon_bottom .contnt_wpr ol{padding-left: 15px;}
.coupon_bottom .contnt_wpr ol li{list-style-type:decimal;}
.coupon_bottom .contnt_wpr img{display: block;margin:auto;}
#coupon_corousel.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 0;}
.diwali_pick{background:#163583;font-size: 18px;font-weight: bold;text-align: center;color:#fff;padding: 5px ;margin:10px -15px 1px -15px;}
.diwali_pick span{display: inline-block;padding-right: 15px;}
.diwali_pick a{display: inline-block;padding:0 5px;background:#fff;color:#163583;transition: all 0.3s;}
.diwali_pick a:hover{background:#ffb83b;}

@media (min-width:993px) and (max-width:1200px){
.muhurat_trad h3 {font-size: 40px;}
.coupon_bottom .contnt_wpr{margin-top: 31px;}
.coupon_bottom:before, .coupon_bottom:after{top:-31px;}
.coupon_wpr .coupon_box{position: static;}
.cashbak{margin-top: 25px;}
.cashbak big {font-size: 54px;line-height: 54px;}
.cashbak small { font-size: 36px;}
}
@media (min-width:768px) and (max-width:993px){
.coupon_wpr .coupon_box{position: static;margin-top: 30px;height:auto;}
.offers_section{background-image: none;background:#f1f1f1;padding-bottom: 25px;}
.muhurat_trad h5 {font-size: 36px;}
.muhurat_trad h3{font-size: 60px;}
}

@media (max-width:767px){
	.diwali{width: 83px;margin:auto;display: inline-block;}
	img.text-center{display: inline-block;}
	.muhurat_trad h3 {font-size: 30px;}
	.muhurat_trad h5 { font-size: 20px;}
	.coupon_wpr .coupon_box{position: static;margin-top: 30px;height:auto;}
.offers_section{background-image: none;background:#f1f1f1;padding: 25px 0;}
.coupon_bottom .contnt_wpr h3{text-align: center;}
.cashbak{padding: 5px;}
.cashbak big { font-size: 50px; line-height: 42px;}
.cashbak small {font-size: 30px;}
.coupon_box h3 {font-size: 30px;}
.muhurat_trad .respnsv_table thead tr th{font-size: 13px;}
.coupon_bottom .contnt_wpr{padding: 15px;}
.muhurat_trad h3, .muhurat_trad h5 {display: inline-block;}
.muhurat_trad h3 {padding-right: 10px;}
}

.lft_brdr{border-left: 1px solid rgba(0,0,0,0.1);text-align: center;}
.buy_btn{padding:5px 10px;display: inline-block;font-size: 16px;background: #fead00;transition: all 0.3s;color:#fff;border-radius: 4px;}
.buy_btn:hover{background: #007bff;color:#fff;}


    /*27-10-2020*/
    
        .link_bn_online {position: absolute;background: transparent;width: 12%;height: 25%;top: 22.7%;left: 25.3%;border-radius: 50%;}
        .link1_bn {position: absolute;background: transparent;width: 14%;height: 22%;top: 38%;left: 66.4%;border-radius: 15px;}
        .link2_bn {position: absolute;background: transparent;width: 14%;height: 22%;top: 69.3%;left: 19.3%;border-radius: 15px;}
        .link3_bn {position: absolute;background: transparent;width: 14%;height: 22%;top: 70%;left: 66.4%;border-radius: 15px;}
        .link4_bn {position: absolute;background: transparent;width: 12%;height: 24%;top: 51%;left: 43.4%;border-radius: 15px;transform: rotateZ(45deg);}
        .link_bn_rgster {position: absolute;background: transparent;width: 66%;height: 54%;top: 26%;left: 16%;border-radius: 15px;}
        @media only screen and (max-width:500px){
        .link_bn_online{left: 21.3%; width: 14%;}
        .link2_bn {left: 16.3%;width: 18%;}
        .link3_bn {width: 18%;}
        .link1_bn {width: 18%;}
            .logo img{height:57px;}
        }
        @media only screen and (min-width:500px) and (max-width:767px) {
            .link_bn_online {left: 28.3%}
        }
        @media only screen and (min-width:767px) and (max-width:992px) {
            .link_bn_online {left: 11.3%;width: 19%; }
            .link1_bn {width: 22%;left: 76.4%}
            .link2_bn {left: 2%;width: 21%;}
            .link3_bn {left: 75.4%;width: 24%;}
            .link_bn_rgster {width: 96%; left:0;}
        }
        @media only screen and (min-width:1024px) and (max-width:1199px) {
            .link_bn_online {left: 21.3%;width: 14%;}
            .link2_bn {left: 13.3%;width: 17%;}
            .d_block{display: block !important;}
        }
    
     /*27-10-2020*/
     .scnd_mn {display: block;
        float: none;
        margin: 0 auto;
        margin-top: 15px;}
     .scnd_mn  li{display: inline-block; position: relative;}
     .scnd_mn li a{display: block;position: relative;font-weight: 500;color: #000;background: #ffae01;margin-right: -3px;padding: 2px 11px;border: 1px solid #92866b;cursor: pointer;}
     .scnd_mn li a::after{position: absolute;content: "";height: 67%;background: black;width: 1px;right: 3px;top: 4px;display: none;}
     .scnd_mn li:last-child a::after{display: none;}
     .scnd_mn li a:hover {
        color: #00368f;
    }
    .side_logo {
        vertical-align: super;
    }
    ul.sub_mn li a {
        background: #f5f5f5;
        font-size: 12px;
    }
   
    /*==========serach button mobile===========*/
.serach_Btn {
    position: absolute;
    top: 17px;
    font-size: 24px;
    right: 60px;
    display: block;
    color: #001b52;
}

.black_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: rgba(0,0,0,0.7);
    display: none;
}

.search_box {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    height: 40px;
    float: left;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
    display: block;
    position: fixed;
    width: 90%;
    top: -100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.search_box.ful_show {
    width: 100%;
    z-index: 9999;
    overflow: visible;
    opacity: 1;
    top: calc(50vh - 20px);
    width: 90%;
}

.search_box .srach_mob {
    border: 0;
    margin-left: 24px;
    margin-top: 9px;
}

.search_box .srch_btn_m {
    position: absolute;
    right: 13px;
    top: 4px;
    font-size: 20px;
    color: #002f55;
}

.tp_margin {
    margin-top: 5px !important;
}

/*==========serach button mobile===========*/
@media screen and (min-width:992px) {
    .serach_Btn, .search_box{
        display: none;
    }
}
.scnd_mn .sb_menu_open {
    
position: absolute;
    
left: -40px;
    
top: 27px;
    
width: 256px;
    
display: none;
    
z-index: 99;
}
.scnd_mn .sb_menu_open li a {
    color: #fff;
    font-size: 12px;
    padding: 5px 6px;
    cursor: pointer;
    text-align: left;
    background: #898a8b;
    border: 1px solid #797474;
    
}
.scnd_mn .sb_menu_open li a::after{display: none;}
.scnd_mn .sb_menu_open li a:hover{background-color: #777373;}
/* HOmepage css */
.log-btn {
    background: #ffc20a;
width: auto;
border: none;
border-radius: 5px;
font-weight: bold;
line-height: 40px;
color: black;
font-size: 16px;
display: inline-block;
padding: 0 21px;
}
.log-btn:hover{
color: #000;
}
div#newuser p {
margin-bottom: 10px;
}
.sideRightNav.new1 {
    right: 0;
    transition: 0.3s all ease;
}
.scnd_mn li:hover > ul.sb_menu_open {display:block;}
.tollfree span {
    display: inline-block;
    }
    /* 16-5-2025 */
    ul.ft_nav.otherlinks li:first-child a:before {
        display: none;
    }
    /* 16-5-2025 */
    .bn1{ background: url(../images/Advisory--for-investors.jpg); height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn2{ background: url(../images/HMbanfst.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn3{ background: url(../images/HMban2.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn4{ background: url(../images/HMban3.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn5{ background: url(../images/HMban12new.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn6{ background: url(../images/HMban7new1.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn7{ background: url(../images/HMban8.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn8{ background: url(../images/HMban9.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
    .bn9{ background: url(../images/HMban10.jpg);height: 500px;background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        position: relative;
        background-size: cover;}
        .play_strt{
            position: absolute; bottom: 38%; left: 49.5%; width: 170px; height: 45px;
            
        }
        .apl_strt{
            position: absolute; bottom: 38%; left: 65%; width: 165px; height: 45px;
        }
        .border_cst{
            border-top:1px solid #eaeaea
        }
        .cstfnt{
       font-size:16px;
       font-weight:bold;
        }
        .d-inline{display: inline-block;}
        .font-11{font-size: 11px;}
        .d-block{display: block;}
        .fontbnt{
            font-weight:bolder; width: auto;
        }
        .cststms_fnts{
            font-weight:bolder; width: auto !important;
        }
        marquee{width: 100% !important;}
        marquee img {
            width: 40px;
        }
        .pl20_t{
            padding-left: 20px;
        }
        .announcement_tick img{width: 35px;}
        .gal_img {
    margin-bottom: 22px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.gal_img img {
    width: 100%;
}