/* 
*****************************************************************
Created By: Pushpendra From Dion Global Solutions Ltd
*****************************************************************
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body {font-family: 'Source Sans Pro', sans-serif;color:#000; overflow-x:hidden;}
/*********************Loader *********************/
html { scroll-behavior: smooth;}
.loader_outer {position: fixed;width: 100%;height: 100%;background: rgb(219 219 219 / 88%);z-index: 9999;top: 0;}
.loader_outer .loader {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.loader,.loader:after {border-radius: 50%;width: 10em;height: 10em;}
.loader {margin: 60px auto;font-size: 5px;position: relative;text-indent: -9999em;border-top: 1.1em solid #024d87;border-right: 1.1em solid #024d87;border-bottom: 1.1em solid #024d87;border-left: 1.1em solid #fff;-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);-webkit-animation: load8 1.1s infinite linear;animation: load8 1.1s infinite linear;}
@-webkit-keyframes load8 {
0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes load8 {
0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
/*********************End Loader *********************/
.img-responsive {max-width: 100%}
a {text-decoration: none !important; color:#000;}
a:hover {color: #bfbebe;}
ul, li {list-style-type: none; margin-bottom:0; padding:0;}
:focus {outline: none;}
.sprite {background: url(../images/sprite.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-green {color: #58bc00 !important;}
.text-red {color: #ff0000 !important;}
.bx-shadow { box-shadow: 0px -1px 7px 0px rgb(130 130 130 / 62%);-webkit-box-shadow: 0px -1px 7px 0px rgb(130 130 130 / 62%); -moz-box-shadow: 0px -1px 7px 0px rgb(130 130 130 / 62%);
}
.show-mobile-inv {display: none;}
.show_mob{display:none;}
/*********************Header Section*********************/
header {padding: 0px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background:#024d87;box-shadow: 1px -1px 8px 0px #ccc;}
.main_hed{position: relative;}
.logo {display: inline-block;padding: 10px 50px;background: #fff;width: 23%;}
.logo a{display:block; overflow:hidden;}
#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}
.exo-menu {list-style: none;margin: 0;display: inline-block;vertical-align: top;margin-top: 0px;margin-left: -4px;padding-left: 0px;}
.header_button {display: inline-block;width: 37%;vertical-align: top;margin-top: 25px;}
.ft_nav_m {position: relative;}
.ft_head_m:after {position: absolute;top: 3px;right: 5px;font-family: 'FontAwesome';content: "\f107";font-size: 20px;opacity: 0.7;transform: rotate(-45deg);transition: 0.3s all ease;color: #fff;}
.ft_head_sub:after {position: absolute;top: 3px;right: 5px;font-family: 'FontAwesome';content: "\f107";font-size: 20px;opacity: 0.7;transform: rotate(-45deg);transition: 0.3s all ease;color: #000;}
.sub_mn li{position:relative;}
.sub_mn {position: relative;left: 0px;display: none;transition: all 0.3s;}
.sub_mn li {display: block;}
.sub_mn li a {display: block;background: #ffffff;border-top: 1px solid #ccc;padding: 4px 15px;font-weight: 400;color: #000;font-size: 14px;}
.sub_mn li a:hover {background: linear-gradient(to right,#8f8722, #057545);color: #fff;}
.ft_head_m.active:after {transform: rotate(0deg);transition: 0.3s all ease;opacity: 1;}
.ft_head_sub.active:after {transform: rotate(0deg);transition: 0.3s all ease;opacity: 1;}
.exo-menu > li {display: inline-block;float: left;}
.exo-menu > li > a {text-transform: capitalize;color: #fff;font-size: 15px;position: relative;display: block;font-weight: 300;padding: 18.5px 16px;}
.exo-menu > li > a em {font-style: normal;font-weight:100;font-size:18px;}
.exo-menu > li > a.active, .exo-menu > li > a:hover, li.drop-down ul > li > a:hover, .exo-menu li a.active_link {color: #fff;background: #0370c0;}
.exo-menu > li > a.active {padding: 18.5px 15px;}
.exo-menu > li.active > a {background: #0370c0;}
.mega-menu ul li a:hover {color: #ffffff;}
.exo-menu i {float: left;font-size: 18px;margin-right: 6px;line-height: 20px !important;}
li.drop-down,.flyout-right,.flyout-left{position:relative;}li.drop-down:before {content: "\f103";color: #fff;font-family: FontAwesome;font-style: normal;display: inline;position: absolute;right: 6px;top: 20px;font-size: 14px;}
li.drop-down>ul{left: 0px;min-width: 230px;}
.drop-down-ul{display:none;}
.flyout-right>ul,.flyout-left>ul{top: 0;min-width: 230px;display: none;border-left: 1px solid #365670;}
li.drop-down>ul>li>a,.flyout-right ul>li>a ,.flyout-left ul>li>a {color: #fff;display: block;padding: 20px 22px;text-decoration: none;background-color: #365670;border-bottom: 1px dotted #547787;-webkit-transition: color 0.2s linear, background 0.2s linear;-moz-transition: color 0.2s linear, background 0.2s linear;-o-transition: color 0.2s linear, background 0.2s linear;transition: color 0.2s linear, background 0.2s linear;}
.flyout-right ul>li>a ,.flyout-left ul>li>a {border-bottom: 1px dotted #B8C7BC;}
.exo-menu > li > a.grp_wbste { position:absolute;padding: 5px;right: 0;right: 18px;}
.exo-menu > li > a.grp_wbste em {font-size:18px;font-weight:600; }
.exo-menu > li > a.grp_wbste img{vertical-align:top; padding-top:6px;width: 14px;}
.exo-menu > li > a.grp_wbste:hover{background:none !important;}
.sub_mn_cst {display: none;position: absolute;min-width: 207px;z-index: 9;padding-left: 0;}
.sub_mn_cst li {display: block; position:relative;}
.sub_mn_cst li a {display: block;background: #e7e7e7;color: #000;border-bottom: 1px solid #c3bdbd;padding: 5px;font-size: 14px;position: relative;padding-left: 20px;}
.sub_mn_cst li a:after {color: #024d87;position: absolute;font-family: 'FontAwesome';content: "\f101";font-size: 14px;left: 5px;top: 4px;}
.sub_mn_cst li a:hover {background: #024d87;color:#fff;}
.sub_mn_cst li a:hover::after {color: #fff;}
.mega-drop-down:hover > ul {display: block;} 

.sublevel_mn_cst {display: none;position: absolute;min-width: 207px;z-index: 9;padding-left: 0; left:100%;    top: 0;}
.sublevel_mn_cst li {display: block;}
.sublevel_mn_cst li a {display: block;background: #f3f3f3;color: #000;border-bottom: 1px solid #ccc;padding: 5px;font-size: 14px;position: relative;padding-left: 20px;}
.sublevel_mn_cst li a:after {color: #024d87;position: absolute;font-family: 'FontAwesome';content: "\f101";font-size: 14px;left: 5px;top: 4px;}
.sub_mn_cst li.active > a:after{color:#000;}
.sublevel_mn_cst li a:hover {background: #024d87;color:#fff;}
.sublevel_mn_cst li a:hover::after {color: #fff;z-index:9999;}
.sub-mega-drop-down:hover > ul {display: block;} 
.sub-mega-drop-down.active > a {background: #024d87; color:#fff;}
.sub_lvl_mob li a{background:#f5f5f5;}
.sb_mn_img{float: right; width: 8px; padding-top: 4px; margin-right: 10px;}
/*menu Icon*/
.hamburger .line {
    width: 27px;
    height: 4px;
    background-color: #0483ca;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#mob_nav.is-active .line:nth-child(2) {
    opacity: 0;
}

#mob_nav.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

#mob_nav.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/*********************Mobile 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: 24.5px 10px; position: relative; transform: 0.3s all ease;}
.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: 90px; 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;}
.login_btn {background-color: #163583; color: #fff; display: block; padding: 18px 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; top: 108px; right: -195px; background-color: white; z-index: 100; transition: 0.3s all ease}
.sideRightNav.shift {right: -190px; 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; padding: 17.4px 15px; transition: 0.3s all ease}
.sideRightNav > ul > li > a:hover {background:#024d87; transition: 0.3s all ease}
.sideRightNav > ul > li > a > i {width: 32px; height: 32px; 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}
/*==========banner=============*/
.mt_top {margin-top: 64px;}
.bn_txt {position: absolute;right: 2.8%;top: 35%;color: #fff;}
.inner_bg {}
.bn_txt h1 {
    font-size: 48px;
    font-weight: 400;
    color: #0c468d;
    line-height: 13px;
    margin: 0;
}
.bn_txt p {
    font-size: 59px;
    font-weight: 600;
    color: #0c468d;
    margin:0;
    line-height: 70px;
}
.bn_txt .banner_btn {
    font-size: 22px;
    color: #000000;
    background: #ffcb05;
    text-align: center;
    font-weight: 500;
    padding: 7.5px 20px;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #c3c2c2;
}
.banner_btn img{width:auto !important;display: inline-block !important;margin-right: 10px;}
.banner_btn:hover {background: #0370c0;  color: #fff;}
.lft {font-weight: 500;font-size: 20px;text-transform: uppercase;padding: 10px 50px;border-right: 1px solid #e8e3e4;color: #024d87;}
.right_n a {display:inline-block;padding: 10px 50px;font-weight: 500;font-size: 20px;margin-bottom: 0;text-transform: capitalize;color: #024d87; }
.owl-nav {position: absolute;top: 36%;width: 100%;}
.owl-nav .owl-prev {position: absolute;top: 36%;left: -5px;background: rgb(0 0 0 / 70%) !important;}
.owl-nav .owl-next {position: absolute;top: 36%;right: -5px;background: rgb(0 0 0 / 70%) !important;}
.nws_hm{position:relative;}
.rght_dwnld_btn {position: absolute;right: 50px;top: 7px;z-index:99;}
/*==========Sustainability=============*/
.sunsblty {display: block;padding: 30px 0;background: #d0d7ff;}
.main_hdng {position: relative;padding-left: 15px;font-size: 30px;color: #024d87;font-weight: 300;}
.main_hdng img {margin-right: 15px;display: inline-block;vertical-align: top;padding-top: 11px;}
.main_hdng:after {content: "";background: url('../images/hdng.png') no-repeat;position: absolute;left: 0;width: 40px;height: 28px;top: 10px;}
.main_hdng.active{
    border-bottom: 2px solid #0370c0;
    display: inline-block;
    padding-bottom: 5px;
}
.brd_bmtms{position: relative;}
.brd_bmtms:after{
    position: absolute;
    content: "";
    background: #0370c0;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -15px;
    
}
.rprts_lftt {
    position: relative;
}



.rprts_lftt:after {
    position: absolute;
    content: "";
    background: #0370c0;
    width: 100%;
    height: 2px;
    left: 0;
    top: -8px;
}
.rgt_Cnt p {font-size: 20px;font-weight: 300;line-height: 24px;}
.rgt_Cnt .sign {font-size: 16px;margin-top: 20px;font-weight: 300;}
.rpt_rgt_dwn {display: block;}
.rpt_rgt_dwn li {margin-bottom: 35px;line-height: 23px;position:relative;}
.rpt_rgt_dwn .rpt_tle {font-size: 20px;font-weight:300;}
.rpt_rgt_dwn li .active:after {content: "";position: absolute;border: 1px dashed #ccc;width: 9%;left: -12%;top: 13px; display:none;}
.rpt_rgt_dwn li .active .rpt_tle {font-weight: 400;}
.rpt_rgt_dwn .rpt_tle span{display:inline-block;}
.rpt_rgt_dwn .rpt_tle:hover > .dwn_btn {display: block}
.annocmnts li:nth-child(even) {float: right;}
.dwn_btn {margin-top: 20px;}
.container-fluid.pl-50 {padding: 0 50px;}
.inr_snsn {background: #fff;padding: 0;border-radius: 20px;border-bottom: 10px solid #b5bdff;}
.ml-30{margin-left:20px;margin-top: 30px;}
.rgt_Cnt {padding: 20px 20px 5px 20px;}
.stck_dta {display: block;padding-left: 20px;}
.as_on{font-size:15px; font-weight:400;}
.lft_stck {border-right: 1px dashed #ccc;}
.stck_dt {margin-top: 25px;}
.stck_dta .nav-pills li a {padding-right: 25px;font-size: 18px;font-weight: 400;}
.stck_dta .nav-pills li.active a {color: #004d8b;font-weight: 700;}
.div_li{display:block; margin-bottom:15px; font-size:18px; font-weight:400;}
.div_li p img{margin-left:35px;}
.div_li p {margin-bottom: 0;}
.annocmnts {font-weight: 400;padding-left: 0;}
.annocmnts li{display:inline-block; margin-bottom:20px; width:49%;}
.annocmnts p {font-size: 15px;margin-bottom: 0;line-height: 10px;}
.annocmnts span{font-size:15px; margin-bottom:0;}
.annocmnts span a { color: #0370c0;}
.annocmnts span a:hover{color:#000;}
.annocmnts h5{font-size:18px; margin-bottom:0;}
.primry_btn {font-size: 18px;color: #000;background: #ffcb05;font-weight: 300;padding: 2.5px 15px;display: inline-block;min-width: 110px;text-align: center;height: 35px;line-height: 27px;position:relative;}
.primry_btn:hover {background: #0370c0;color:#fff;}
.invst_prsntn{padding-top:40px; display:block; overflow:hidden;}
.rght_prnstn h4{font-size:25px; font-weight:300;}
.icon_dwn {position: absolute;content: "";background: url(../images/arrow_btn.png) no-repeat #f1f1f1;width: 41px;height: 35px;transition: all 0.3s;right: -40px;top: 0px;   }
.download_btn {background: #0370c0;color:#fff;}
.download_btn .icn1 {background-position: -24px 10px;}
.download_btn:hover > .icn1 {background-position: 10px 10px;}
.mt_cstm{margin-top:40px;}
/*==========Downloads=============*/
.dwnlds {display: block;overflow: hidden;padding: 40px 0 40px 0;}
.btm_dwn {display: block;width: 80%;margin: 0 auto;}
.dwn1{display:block; position:relative;}
.dwn1:after {content: "";background: url(../images/dwn_bg.png) no-repeat;position: absolute;left: -20px;top: -15px;width: 53px;height: 179px;}
.dwn1 h5 {background: #2282c8;color: #f6f7f8;font-size: 25px;font-weight: 300;margin-left: 20px;text-align: center;width: 50px;height: 50px;line-height: 46px;}
.dwn1 .dwn_lnk_qt {font-size: 18px;font-weight: 300;display: block;margin-top: 20px;line-height: 20px;}
.dwn1 .dwn_lnk_qt:hover{color:#000;}
/*==========mngmnt_commntry=============*/
.mngmnt_commntry {display: block;padding-top: 40px;}
.cmntry_bx {display: block;text-align: center;border-right: 1px dashed #ccc;}
.cmntry_bx img {margin-bottom:20px;width: 150px;}
.cmntry_bx h4{font-size:25px; color:#000; font-weight:300; margin-bottom:20px; }
/*==========Stock watch=============*/
.st_wtc {display: block;overflow: hidden;padding-top: 40px;}
.fade.in {opacity: 1;}
/*==========Srv 3=============*/
.srv_ot {padding-top: 40px; padding-bottom:40px;}
.srv_ot h4 {font-size: 25px;font-weight: 300;margin-bottom: 25px;    text-align: left;}
.srv_bx {text-align: center;box-shadow: 2px 3px 22px 2px rgb(204 204 204 / 63%);padding: 10px 20px;border-radius: 20px;height: 100%;margin-right: 15px;}
.srv_lst {text-align: left;padding-left: 0;font-weight: 300;font-size: 20px;}
.srv_lst li{margin-bottom:10px; color:#000;}
.srv_lst li a:hover{color:#0370c0}
.srv_bx h4 {font-size: 20px;margin-bottom: 25px;text-align: left;font-weight: 400;text-transform: uppercase;line-height: 22px;padding-top: 5px;}
.srv_bx h4 span{display:block;}
.img_bx {background: #f4f4f4;padding: 10px;border-radius: 10px;overflow: hidden;height: 75px;margin-bottom: 15px;}
.pt-15{padding-top:18px !important;}
.cmntry_bx .download_btn { margin-left: -41px;}
/*********************Footer*********************/
footer { background-color: #fff;position: relative;padding: 20px 20px 10px;color: #000;}
.ft_link {display: block;width: 90%;margin: 0 auto;text-align: center;margin-bottom:40px;}
.ft_link a {position: relative;font-size: 25px;text-transform: capitalize;margin-right: 30px;font-weight: 300;}
.ft_link a:hover{text-decoration:underline;}
.ft_link a:after {position: absolute;content: "|";margin-right: -15px;right: 0;top: -4px;}
.ft_link a:hover {color: #000;}
.ft_btm{font-size:12px;}
.copy_rgt, .copy_rgt a {font-size: 18px;font-weight: 300;line-height: 19px;}
.copy_rgt a{color: #024d87;}
.last-child:after{display:none;}
/*social*/
.social_links li {position: relative;width: 38px;height: 38px;margin-bottom: 0px;transition: all 0.3s;display: inline-block;}
.social_links li a {display: block;transition: all 0.3s;}
.social_links li a .social_icon {height: 20px;display: block;background: url('../images/social.png') no-repeat;width: 38px;height: 38px;}
.social_links li a .sc1 {background-position: 0px 0px;}
.social_links li a .sc2 {background-position: -38px 0px;}
.social_links li a .sc3 {background-position: -78px 0px;}
.social_links li a .sc4 {background-position: -119px 0px;}
.social_links li:hover a {width: 45px;left: 0px;}
.social_links li a .social_icon:hover {transform: scale(1.1);transition: all 0.3s;}
/**************** Scroll To Top *****************/
.scrollToTop {position: fixed;right: -44px;bottom: 2.5rem;width: 2.75rem;height: 2.75rem;text-align: center;z-index: 99;transition: 0.3s all ease;}
.scrollToTop.active {right: 0; transition: 0.3s all ease}
.scrollToTop:hover {color: #f9c403;}
.scrollToTop i {font-size:22px;}
.modal-header {background: #024d87;color: #fff;padding: 10px 15px;overflow: hidden;}
.modal-header .close {color:#fff; opacity:1;}
.news_dte {font-size: 14px;margin-left: 5px;}
.mdl_in p{text-align:justify;}
.wdth_100{width:100%;}
.pd_rght_75 .file_size_lbl {
    width: 100px;
    margin-left: 50px;
}


.duuble_ln_btn {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.duuble_ln_btn em {
    font-style: normal;
    display: inline-block;
    width: 86%;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
}

.duuble_ln_btn span.icon_dwn.icn1 {
    height: 45px;
}

.duuble_ln_btn .icn1 {
    background-position: -24px 15px;
}
.duuble_ln_btn:hover > .icn1 {
    background-position: 10px 15px;
}


.dsk1{
    text-align: center;
    display: block;
    background: #cecece;
    border-right: 1px solid #b7aaaa;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #4f4d4d;
    
}

section.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #cecece;
}
.dsk1:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 0;
}
.dsk1:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 0;
}
.simgle_hght{
    line-height: 50px;
}
.fixed .out_rw_flow {
    text-align: center;
    margin: 0 auto;
}
.gn_pg .dsk1 {line-height: 50px;}
.out_rw_flow {
    display: block;
    width: 100%;
    background: #cecece;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hdndn_nw {
    color: #fff !important;
    background: #4f61ac;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom:5px;
}
.blue{color:#0c4d8a !important ;margin-bottom:3px;}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 90vh;
    overflow-y: auto;
}

.new_hdns{position: relative;display: inline-block;}
.new_hdns::after{
    position: absolute;
    content: "";
    background: #FFC107;
    height: 2px;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rprts_lftt.no_after:after {
    display: none;
}
@media screen and (max-width:767px) {
    .brd_bmtms:after{bottom: 0;}
    
}
.font-18{font-size: 18px !important;}