/* @font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

/*a, a:hover{
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    cursor:pointer;
}*/

/*.carousel-control-prev, .carousel-control-next{
   background: #000000c7;
    height: 50px;
    top: 50%;
    width: 50px;
    border-radius: 50%;
}

.video-2 {
    width: 100%;
    border-radius: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    padding: 25px;
    box-sizing: border-box;
    background-color: #f3fae1;
    -webkit-box-shadow: 0px 0px 19px -4px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 19px -4px rgb(0 0 0 / 35%);
}

.video-cont {
    width: 100%;
    height: auto;
    margin-top: 10px;
}


.banner-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;*/
/*margin: 14px 0 0 0;*/
/*padding: 0;
    border: 2px solid #03499a;
    background-color: rgb(255 255 255 / 0%);
    cursor: pointer;
} 
.slick-slider{
    margin-bottom:0px !important;
}
.banner-slider .carousel-indicators .active{
  background-color:  #fff;
}
.banner-slider .carousel-caption {
  top: 10rem;
  z-index: 10;
  opacity: 0;
    visibility: hidden;
}
.banner-slider .carousel-item {
  height: 35.5rem;
}
.banner-slider .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    object-fit: fill;
    width: 100%;
}
.banner-slider .carousel-item h1{
  text-shadow: 2px 1px 2px #737373;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
}
.banner-slider .carousel-item p{
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  line-height: 37px;
  text-shadow: 1px 1px 2px #868686;
}
.banner-slider .slider_logo {
    position: absolute;
    bottom: 0px;
    right: 92px;
}*/
/* TOP BAR */
/*.scroll_message::after {
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 22px solid #33a54e;
    position: absolute;
    content: '';
    display: block;
    right: -22px;
    top: 0px;
    z-index: 9;
    background-color: white;
}
.about_text{
padding: 33px 50px;
line-height: 30px;
}
.about_text h2 {
    color: var(--h2Color);
}
.about_bee1 {
    background-color: var(--whiteColor);
}
.link_button {
    border: 1px solid #33a54e;
    color: #33a54e;
    border-radius: 25px;
    padding: 4px 20px;
}*/
/*.link_button:hover {
    border: 1px solid #33a54e;
    background-color: #33a54e;
    color: var(--white);
}*/
/*.link_button {
    color: #33a54e;
    border: 1px solid #33a54e;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

    .link_button:hover {
        background-position: 100%;
        color: #fff;
        background-color: #33a54e;
    }*/
/*.btn-nmeee {
    padding: 2px 20px;
    background-color:white;
}
#registered-dc {
    background: url(../images/registred_dc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid white;
}
#registered-dc::before{
     position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(28, 74, 149, 82%);
    transition: all 0.3s;
    border-radius: 10px;
}
 #registered-dc:after{
    content:'';
    background:#fff;
}
.sector-title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--h2Color) !important;
    margin-bottom: 30px;
}
.text-white {
    color: var(--footerColor) !important;
}
.copyRight{
    font-size:14px;
}
.content-area {
    text-align: center;
}
.content-area span{
   display: inline-flex;
    justify-content: center;
    align-items: center;
        width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
}
.content-area span img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px !important;
    height: 52px;
 }
    .content-area .sector_name {
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 16px;
    }
.content-area .sector_link{
    background: #fff;
    color: #000;
 border-radius: 30px;
    padding: 10px 35px;
}
.content-area .icon-red{
    color:#f00;
}
span.total {
    display: block;
    font-size: 15px;
    background: transparent;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    width: 115px;
    margin: 10px auto 0px auto;
    border: 1px dashed #fff;
}
ul.registered-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style:none;
}
.totalCount{
    border-radius: 55px;
    border: 0px;
    padding: 7px 20px !important;
    color: #fff;
    border: 2px dashed #fff;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align:center;
    font-size:14px;
}
ul.registered-list li {
    width: 160px;
    border-radius: 7px;
    height: 90px;
    font-size: 14px;
    color: #000;
    margin: 8px 9px;
    background: #fff;
    padding: 10px;
}
.statemap{
    font-size:14px;
    margin-top:10px;
}
ul.registered-list li span {
    font-size: 30px;
    line-height:34px;
    display: block;*/
/* margin: 10px 0px;*/
/*color: #1C4A95;
    font-weight:normal;
}
.totalStates {
    padding-bottom: 50px;
    text-align: center;
}
.totalCount:hover{
    color:white !important;
}

.newsLine {
    color: black !important;*/
/* border-bottom: 1px solid;*/
/*}*/
/* .newsLine:hover{
        border-bottom:1px solid ;
    }*/
/*#sector {
    background: var(--sectorBackColor);
}
    .sector_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: outside none none;
        padding: 0;
    }
.sector_list ul li {
    background-color: #eeeeee;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 10px;
}
.sector_list ul li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(22, 22, 22, 0.6);
    transition: all 0.3s;
    border-radius: 10px;
}
.sector_list ul .one1 {
    background-image: url('/Content/themes/images/consumer/thermal.PNG');
}
.sector_list ul .one2 {
    background-image: url('/Content/themes/images/consumer/cement.PNG');
}
.sector_list ul .one3 {
    background-image: url('/Content/themes/images/consumer/ch.PNG');
}
.sector_list ul .one4 {
    background-image: url('/Content/themes/images/consumer/ch.PNG');
}
.sector_list ul li:nth-child(2) {
    background-image: url('/Content/themes/images/consumer/cement.PNG');
}
.sector_list ul li:nth-child(3) {
    background-image: url('/Content/themes/images/consumer/ch.png');
}
.sector_list ul li:nth-child(4) {
    background-image: url('/Content/themes/images/consumer/petro.png');
}
.sector_list ul li:nth-child(5) {
    background-image: url('/Content/themes/images/consumer/thermal.png');
}
.sector_list ul li:nth-child(6) {
    background-image: url('/Content/themes/images/consumer/cement.png');
}
.sector_list ul li:nth-child(7) {
    background-image: url('/Content/themes/images/consumer/ch.png');
}
.sector_list ul li:nth-child(8) {
    background-image: url('/Content/themes/images/consumer/petro.png');
}
.sector_list ul li:nth-child(9) {
    background-image: url('/Content/themes/images/consumer/thermal.png');
}
.sector_list ul li .content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    transition: all 0.3s;
}
.sector_list ul li:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.sector_list ul li:hover:after {
    background-color: rgba(22, 22, 22, 0.3);
}
#tradding_analytics {
    background: var(--traddingAnalitics);

}
.tradding-bg {
    background: url("/Content/themes/images/tradding-bg.png");
    background-repeat: no-repeat;
    background-size: 34%;
    background-position: left bottom;
    background-color: var(--traddingAnalitics);
}*/
/*.top-bar {
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
    background: var(--topBarBackColor);
    color: var(--white);
    padding: 1.4px;
}
.social-icon a {
  padding: 0 3px;
}
.social-icon {
    color: #000;
    font-size: 14px;
    padding: 8px 0px;
    font-weight: 600;
}
.social-icon a i {
    font-size: 22px;
    vertical-align: middle;
}*/
/*.fb{
  color: #03499a;
}
.twitter{
  color: #40b1e0;
}
.youtube{
  color: #ff0000;
}
ul.top-links{
  margin-bottom: 0;
  margin: 5px 0;
}
    ul.top-links li {
        display: inline-block;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        font-weight: 600;*/
/* border-right: 1px solid #FFFFFF;*/
/*}
.slick-arrow, .slick-dots {
    display: none !important;
}
ul.top-links li span {
    padding-right: 10px;
}
        ul.top-links li a i {
            color: #4CD964;
           
           
            font-size: 18px;
          
        }
        

ul.top-links li a{
    text-decoration:none;
  
}
ul.top-links li.dropdown a:hover, ul.top-links li.dropdown a:focus{
  text-decoration: none;
  color: #333;
 
}
.topHeaderLinks{
    margin:0px !important;
}
.trading_card {
    padding: 20px;
    border: 0px;
    border-radius: 10px;
}
.trading_card .tab-content {
    border:1px solid #3d4070;
    padding:10px;
}
.trading_card .nav-link.active {
    background: #3d4070;
    color: #fff;
}
.trading_card .nav-link {
    padding: 5px 10px !important;
    color: black;
}
#media-gallery {
    background: url("/Content/themes/images/media-gallery.png");
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 0px;
}
#media-gallery::before{
     position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(28, 74, 149, 97%);
    transition: all 0.3s;
}
#media-gallery .nav-tabs{
    border:0px;
}
    #media-gallery .nav-link {
        border-radius: 55px;
        border: 0px;
        padding: 7px 20px !important;
        color: #fff;
        border: 2px dashed #fff;
        margin-right: 10px;
        margin-bottom: 20px;
    }
#media-gallery .nav-link.active, #media-gallery .nav-link:hover{
    background: #f1fbff;
    color: #043d7c;
}
#media-gallery .tab-content {
    margin-top:10px;
    padding:0px 10px;
}
#photo_gallery  .item{
    background:#fff;
    padding:2px;
}
.owl-stage-outer li {
    list-style-type: none;
}

#photo_gallery p {
    font-size: 13px;
    background: #fff;
    padding: 10px;
}
.gallery_item_title {
    font-size: 16px;
    padding: 10px 5px;
}
 #media-gallery span {
   position: relative;
}
 #track_ticket{
    background:#f1fbff;
    padding:40px 0px;
}
#track_ticket input{
    height:40px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    padding-left:20px;
}
    #track_ticket .btn_submit {
        margin-left: 0px !important;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 17px;
    }
#other-gov{
    background:#fff;
     padding:30px 20px;
}
    #other-gov .owl-carousel .owl-nav button.owl-prev,
    #other-gov .owl-carousel .owl-nav button.owl-prev,
    #other-gov .owl-carousel button.owl-dot.owl-nav,
    #photo_gallery.owl-carousel .owl-nav button.owl-prev,
    #photo_gallery.owl-carousel .owl-nav button.owl-prev,
    #photo_gallery.owl-carousel button.owl-dot.owl-nav,
    #video_gallery.owl-carousel .owl-nav button.owl-prev,
    #video_gallery.owl-carousel .owl-nav button.owl-prev,
    #video_gallery.owl-carousel button.owl-dot.owl-nav,
    .sector-carousel.owl-carousel .owl-nav button.owl-prev,
    .sector-carousel.owl-carousel .owl-nav button.owl-prev,
    .sector-carousel.owl-carousel button.owl-dot.owl-nav {
        position: absolute;
        left: -10px;
        top: 50%;
        background-color: #013A65 !important;
        display: block;
        padding: 3px 10px !important;
        font-size: 16px;
        margin: 0;
        cursor: pointer;
        color: #fff;
        transform: translate(-50%, -50%);
    }
.sector_list .fa-chevron-left{
    position: absolute;
    left: 8px;
    top: 8px;
}
.sector_list .fa-chevron-right{
    position: absolute;
    right: 8px;
    top: 5px;
}
#other-gov .owl-carousel .owl-nav button.owl-next,
#other-gov .owl-carousel .owl-nav button.owl-next,
#other-gov .owl-carousel button.owl-dot.owl-nav,
#photo_gallery.owl-carousel .owl-nav button.owl-next,
#photo_gallery.owl-carousel .owl-nav button.owl-next,
#photo_gallery.owl-carousel button.owl-dot.owl-nav,
#video_gallery.owl-carousel .owl-nav button.owl-next,
#video_gallery.owl-carousel .owl-nav button.owl-next,
#video_gallery.owl-carousel button.owl-dot.owl-nav,
.sector-carousel.owl-carousel .owl-nav button.owl-next,
.sector-carousel.owl-carousel .owl-nav button.owl-next,
.sector-carousel.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -38px;
    top: 50%;
    background-color: #013A65 !important;
    display: block;
    padding: 3px 10px !important;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
    #other-gov .owl-carousel .owl-nav button.owl-prev,
    #other-gov .owl-carousel .owl-nav button.owl-prev,
    #other-gov .owl-carousel button.owl-dot.owl-nav,
    #other-gov .owl-carousel .owl-nav button.owl-next,
    #other-gov .owl-carousel .owl-nav button.owl-next,
    #other-gov .owl-carousel button.owl-dot.owl-nav {
        background-color: #dddddd !important;
        color: black;
    }
.sector-carousel.owl-carousel .owl-nav button.owl-prev,
.sector-carousel.owl-carousel .owl-nav button.owl-prev {
    padding: 2px 9px 0px 4px !important;
}
.sector-carousel.owl-carousel .owl-nav button.owl-next,
.sector-carousel.owl-carousel .owl-nav button.owl-next {
    padding: 1px 2px 7px 4px !important;
}
footer {
    background: var(--footerBackColor);
    padding: 30px 0px 0px 0px;
}
footer ul  li{
    list-style:none;
}*/
/*footer ul.footer-menu  li{
    list-style:none;
    line-height:37px;
}*/
/*footer ul.footer-menu  li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 5px;
    color:#39D91C;
}
footer a {
    color: var(--footerColor);
}
footer a:hover {
    color: var(--footerColor);
}
    footer h3 {
        color: var(--footerColor);
        font-weight: bold;
        font-size: 18px;
        
    }
footer span{
    color:#39D91C;
    display:block;
}
footer .twiter_handler{
    height:300px;
    overflow-x:scroll;
}
.bee_addres {
    color: var(--footerColor);
}
.copyright {
    background: #032136;
    padding: 10px;
}
#svg_map {
    width: 819px;
}
#registered-dc svg path {
    fill: #fff;
    stroke: #333;
    stroke-width: 0.5;
}
#registered-dc svg .enabled:hover {
    fill: #34A45D !important;
    transition: 0.3s;
    cursor: pointer;
}
text{
    dominant-baseline:central;*/
/* fill:black;*/
/*}
.map_active{
 fill: lightcoral;
         transition: 0.3s;
         cursor: pointer;
}
.backgroundForResponsive {
    display: inherit;
    align-items: center;
    width: 100%;
}
.heyo:hover {
    fill: #C29291;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }
.description {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: #34a45d;
    padding: 10px 15px;
    z-index: 5;
    height: 30px;
    line-height: 8px;
    margin: 0 auto;
    color: #fff;
    border:1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transprint;
  border-right: 10px solid transprint;
  border-top: 10px solid #111111ba;
}*/
/*css style ruby anjali*/
/*p{
    font-size:16px;
    line-height:22px
}
.about_text h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 2px solid #33a54e;
    padding: 0 0 5px;
    display: inline-block;
    margin-bottom: 0px;
}
.about_text span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    color: var(--h2Color);
}
.about_text p {
    margin-bottom: 30px;
    color: var(--h2Color);
}
.alignItems{
    align-items:center;
}
.topBarIcons i {
    font-size: 14px;
    margin: 3px;
    background: var(--white);
    border-radius: 30px;
}*/
/*.twittericon {
    padding: 4px;
    color: #009FEB;
    margin-left: 15px !important;
}
.facebookicon {
    color: #013a65;
    padding: 4px 6px;
}
.youtube {
    padding: 4px 3px;
    color: #FF0000;
}*/
/*.instaicon {
    padding: 4px 5px;  
    color: #DB4E6A;
}*/
/*.top-links a {
    color: var(--loginColor) !important;
    font-weight: normal;
  
   
    font-size: 14px;
}
.sitemapicon {
    color: var(--white) !important;
    font-size: 14px;
}
.wheelchairicon {
    color: var(--white) !important;
    font-size: 14px;
    cursor:pointer;
}

.top-links .langDropdown {
    background:  var(--white) !important;
    color: #013a65 !important;
    padding: 1px 5px;
    border-radius: 3px;
    font-size:13px;
}
.top-links .dropdown-item a {
    color: black !important;
  }*/


/*.themeBased .blueTheme {
    background-color: #cadfef;
    margin-bottom: 2px;
}*/
/*.themeBased .darkTheme {
    background-color: #013a65;
}
.themeBased .darkTheme  a {
    color: white !important;
}*/
/*.top-links .dropdown-item {
    padding: 3px;
}*/
.contentLogin {
    top: 20%;
    left: 17%;
}
/*ul.topBarIcons li {
    padding: 0px 6px 0px 6px !important;
}
.navigation {
    background-color: var(--navigationBack);
    border-top: 1px solid #f1efef;
    border-bottom: 1px solid #f1efef;
}
    .navigation a {
        text-decoration: none !important;
        display: inline-block;
        line-height: 18px;
    }
.navbar-nav a {
    color: var(--menuColor) !important;
}
.navbar-nav li{
  padding: 0px 10px;
}*/ /*ul.topBarIcons li {
    padding: 0px 6px 0px 6px !important;
}
.navigation {
    background-color: var(--navigationBack);
    border-top: 1px solid #f1efef;
    border-bottom: 1px solid #f1efef;
}
    .navigation a {
        text-decoration: none !important;
        display: inline-block;
        line-height: 18px;
    }
.navbar-nav a {
    color: var(--menuColor) !important;
}
.navbar-nav li{
  padding: 0px 10px;
}*/
/*.navbar-nav a:hover {
    text-decoration:none !important;
    border-bottom: 2px solid #0C3983;
  
   }*/

/*.dropdown-menu a {
    color: black !important;
    width:100%;
}
.menu .dropdown-menu a {
    border-bottom: 1px solid #e7e4e4;
    padding: 9px;
    color: white !important;
    white-space: normal !important;
}
.loginDropdown .dropdown-menu a {
    border-bottom: 1px solid #e7e4e4;
    padding: 9px;
    color: white !important;
}
.menu .dropdown-menu {
    padding: 0px !important;
    border-radius: 0px;
    min-width: 230px;
}

.navbar-nav .active a {
    border-bottom: 2px solid #1c4a95;
}
.login_menu {
    background: var(--topBarBackColor) !important;
}
.dropdown-menu {
    background-color: var(--white);
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px;
    border-radius: 0px;
}
.dropdown a:last-child {
    border: none !important;
}
.loginDropdown {
    background-color: #34A45D;
  
}
    .loginDropdown:hover {
        background-color: #34A45D !important;
    }
.newUser:hover {
    background-color: #1C4A95 !important;
}
.newUser {
    background-color: #1C4A95;
    
    margin: 0 3px;
}


.CreateTcket {
    background-color: #24A0ED;
}
.CreateTcket:hover {
background-color: #34A45D !important;
}
.dropdown a {
    border: none;
}
.linksBtn .dropMenu {
    padding: 10px 12px !important;
}
.dateNews {
    background-color: #184C9F;
    color: var(--white);
    font-size: 10px;
}
.monthNews {
    background-color: black;
    color: var(--white);
    font-size: 10px;
}
.newsicons {
    width: 39px;
    display: inline-block;
    text-align: center;
}
.newslider li{
    align-items:center;
 }
.inline{
    display:inline-block;
}
.news_feed li {
    padding: 0px !important;
}*/
/*.newsLine {
    margin-top: -18px;
    vertical-align: middle;
    margin-left: 5px;
}*/
/*.rightText{
    text-align:right;
}
.width{
    width:100%;
}
.mRight{
    padding-left:162px;
}

.nav-link{
    padding: 0px !important;
}

.menu .dropdown-menu a:hover {
    border: none;
    color: black !important;
    background-color: white !important;
}

.navbar-nav .dropdown {
    width: 100% !important;
}*/
/*.loginDropdown a{
    color:white !important;
}*/
/*.block {
    display: block !important;
}
.media_card a{
    padding:10px !important;
}
.gallery_item_title {
    background-color: var(--white) !important;
}
.news_feed {
    margin-top: -2px;
}
#other_gov_links img{
    padding:25px;
}*/


/*.topContent  {
    padding: 0px 7px !important;
}*/

/*.dropdown li{
    padding:0px;
}
.mapSlider .owl-nav {
}
.langDropdown:hover {
    
}
.owl-carousel button.owl-dot {
    border: 6px solid !important;
    margin: 0 5px;
    border-radius: 30px;
    color: var(--white) !important;
    opacity: 0.5;
}
.mapSlider .owl-dots {
    text-align:center;
}
.card {
    box-shadow: 0px 0px 10px #c6c3c3;
   
}
.card h2 {
    color: var(--cardColor);
    background-color: var(--cardColorBack);
}
.dotedBorder {
    border-right: 2px solid #e1dbdb;
    border-right-style: dashed;
}
.tablechart th {
    background-color: #0B5A81;
    color: var(--white);
    font-weight: bold;
    font-size: 12px;
}
.tablechart td {
    color: #0B5A81;
    font-size: 12px;
}
.blackColor {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.viewAll {
    background-color: #1A0D84;
    color: var(--white);
    font-size: 12px;
    border-radius: 20px;

}
    .viewAll:hover {
        color: var(--white);
    }
.margin0 {
    text-align: center;
}
.sector_list .owl-prev {
    width: 30px;
    height: 30px;
    transform: rotate(45deg) !important;
    left: -1.0% !important;
    top: 42% !important;
}
.sector_list .fa-chevron-left, .sector_list .fa-chevron-right {
    transform: rotate(-45deg);
}
.sector_list .owl-next {
    width: 30px;
    height: 30px;
    transform: rotate(45deg) !important;
    top: 42% !important;
    right: -1.5% !important;
}
.sector_list .owl-carousel .owl-nav.disabled{
    display:inline-block;
}
.otherGovLinks .owl-carousel .owl-nav.disabled {
    display: inline-block;
}
.googlePiChart text {
    dominant-baseline: auto;
}
.canvasjs-chart-credit{
    display:none;
}
.gallery img{
    height:170px;
}
.gallery_item_title{
    text-align:center;
    font-size:14px;
}
#media-gallery .modal-dialog {
    max-width: 753px;
}
#track_ticket {
    background-image: url('/Content/themes/images/consumer/track_ticket_bg.PNG');
}
.mapSlider .owl-dots .active {
    color: var(--white) !important;
    opacity: 1;
}
#arrow_btn {
    display: inline-block;
    background-color: #34A45D;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 40px;
    position: fixed;
    bottom: 5px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 31px !important;
}
 #arrow_btn::after {
 font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 23px;
line-height: 50px;
color: #fff;
}
#arrow_btn:hover {
cursor: pointer;
}
#arrow_btn:active {
background-color: #555;
}
#arrow_btn.show {
opacity: 1;
visibility: visible;
}
.borderRight {
    border-right: 1px solid var(--white);
}*/
/*.themeBased {
    min-width: 30%;
    left: -11px !important;
    right: 6px !important;
    top: 6px !important;
    cursor:pointer;
}*/

/*.themeBased li, .lang li {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.mapSlider li {
    list-style: none !important;
}
.ticket_subtitle {
    font-size:16px;
}
.ticketSubmit {
    background-color: var(--submitBackColor);
    color: var(--white);
}
.lang {
    min-width: 42px !important;
    top: 6px !important;
}

.ticketSubmit:hover {
    color: var(--white);
}
.borderRight li:hover {
    background-color: var(--menuHover);
   
}
.borderRight li:hover a {
   
    color: var(--menuHoverColor) !important;
}*/
/*#piechart{
    margin-left:30px !important;

}*/
/*#reg_dc .owl-dot.disabled {
    display: block !important;
}
.ticket_image img{
width:100%;
}
.ticket_image {
    width: 90%;
    margin: 0 auto;
}
.ticket_title {
    color: #1968A8;
    font-weight: 600;
}
.borderBottom {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 7px;
}
.greenBottomBorder {
    border-bottom: 2px solid #33a54e;
    padding-bottom: 7px;
}
.center{
    text-align:center;
}
#registered-dc text{
    display:none;
}*/
/**/
/*.nmeeContent {
    width: 80%;
    margin: 0 auto;

}
    .nmeeContent h3, .nmeeContent p {
        color: var(--h2Color);
    }
.nmeeContent {
    font-size: 14px;
    line-height: 25px;
}
.overviewContent{
    background-color:var(--viewBack);
}
.nmeeeBackground {
    background-color: var(--whiteColor);
    padding-top: 30px;
    padding-bottom: 51px;
}

.nmeeeBackImage {
    background-image: url('/Content/themes/images/consumer/BG2.PNG');
   
    padding-bottom: 50px;
}
.componemtHeading{
    color:var(--white);
}
.whiteBack {
    background-color: var(--viewBack);
   color:var(--veiwColor);
        padding: 20px;
    border-radius: 10px;
    min-height: 240px;
    position: relative;
    padding-top: 60px;
}
.nmeeContentInner {
    font-size: 14px;
    line-height: 25px;
}
.nmeeeIconImg {
    width:100%;
}
.paddingIcon {
    padding: 15px;
    display: block;
    position: absolute;
    background: white;
    top: -46px;
    border-radius: 70px;
}
.performBorderBottom {
    border-bottom: 15px solid #54E360;
}
.marketBorderBottom {
    border-bottom: 15px solid #63C8CD;
}
.energyBorderBottom {
    border-bottom: 15px solid #F7D04F;
}
.frameworkBorderBottom {
    border-bottom: 15px solid #B5E23B;
}
.emaeaDetails {
    min-height: 394px;
}
.patHeading{
    font-size:20px;
}
.schemeHeading{
    font-size:50px;
    font-weight:900;
}*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.performAchieve {
    top: 33%;
    left: 9%;
}

.fullWidth {
    width: 100%;
}
/*login page*/

.loginHeading {
    font-size: 28px;
    font-weight: bold;
}

.loginText {
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 20px;
    color: var(--loginText);
    margin-top: 16px;
}

.loginForm {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}

.loginLogo {
    width: 20%;
    margin-bottom: 26px;
}

.logoDesignated {
    display: flex;
    justify-content: center
}

.DeginatedConsumer {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.forgotUserId {
    color: var(--text-blue);
    font-size: 14px;
}

.forgot {
    color: var(--text-blue);
    font-size: 14px;
}

.resetDetails {
    font-size: 14px;
    color: var(--text-black);
}

.labelSpan {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.loginBtn {
    color: white;
    background-color: #1C4A95;
    font-size: 15px !important;
    padding: 8px;
}

.modal-content {
    border-radius: 0.3rem !important;
}

.loginBtn:hover {
    color: white;
}

.arrowBack {
    background-color: #1B9F4B;
    color: white;
    border-radius: 30px;
    font-size: 20px;
}

.registered-list li div {
    font-weight: 500;
    line-height: 18px;
    color: black;
    font-weight: 600;
}


/**/
.menu .login_btn a {
    text-align: center;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--top-bar);
    box-shadow: 0px 0px 10px #cfc9c9;
}

.backToHome {
    margin-bottom: 80px;
}

.sticky + .content {
    padding-top: 60px;
}

.dropdown_theme a {
    text-align: center;
}

.metismenu i {
    float: right;
    margin-right: 30px;
    margin-top: 14px;
}

.menu li:hover {
    background-color: var(--darkBlue);
}

.reloadIcon {
    color: var(--text-black);
    font-size: 22px;
    line-height: 34px;
    margin-left: 10px;
    cursor: pointer;
}

.resetLogin {
    background-color: var(--modal-bg);
    margin-top: 20%;
}

.loginWeb .modal-dialog {
    max-width: 670px !important;
}
/*.loginWeb .close {
    text-align: right !important;
}
*/
.paddingLeft {
    padding-left: 15px;
}

.arrowHomePage {
    color: white;
    background-color: #33a54e;
    font-size: 18px;
    padding: 5px 11px;
    border-radius: 30px;
    top: 20px;
}

/*.loginWeb .close span {
    margin-right: 6px;
    font-size: 25px;
    color: white;
    top: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}*/
.loginWeb .captcha-img {
    width: 100%;
    display: inline-block;
}

.loginWeb .captcha-Reload {
    display: inline-block;
    width: 12%;
    cursor: pointer
}

.loginWeb .modal-body {
    padding: 2rem;
}

.loginWeb .form-control {
    font-size: 14px;
}

.loginWeb .form-group {
    margin-bottom: 16px !important;
}

a {
    text-decoration: none !important;
}

video {
    width: 100%;
    height: 350px;
}

.arrowLeft {
    position: absolute;
    font-size: 26px;
    color: white;
    background: green;
    padding: 8px 10px;
    border-radius: 30px;
    top: 3%;
}
/*.loginWeb .close {
    text-align: right;
    background: #1C4A95;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 25px;
    opacity: 1;
    top:0px;
    position: absolute;
    right: 0px;
    z-index: 99999;
}*/

.loginWeb .modal-content {
    position: relative;
}

.initialPopup {
    padding: 0px !important;
}

.initiallyclose {
    position: absolute;
    top: -9px;
    right: -7px;
    color: white !important;
    opacity: 1 !important;
    font-size: 15px !important;
    background: #33a54e !important;
    padding: 10px 10px !important;
    border-radius: 30px !important;
}
/*10-05-2023*/
.closeBtn {
    background-color: #c82333;
    color: white;
    font-size: 14px;
    border: 1px solid #c82333;
}

    .closeBtn:hover {
        background-color: white;
        color: #c82333;
    }

.error_massage {
    text-align: center;
    font-size: 14px;
}

.errormsg {
    color: #1A6FB4 !important;
    font-weight: bold;
    text-align: center;
}

.closeModel {
    background: #1C4A95 !important;
    border-radius: 30px !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
}

    .closeModel span {
        position: absolute;
        top: 5px;
        left: 10px;
        color: white;
    }

.errorModelPopup .modal-footer {
    border-top: 1px solid #f3efef;
    padding-top: 10px;
}

.errorModelPopup .modal-body {
    padding-bottom: 20px;
}

.ticketpopup p {
    font-size: 16px;
}

.ticketpopup .modal-body {
    padding-top: 35px;
}

.ticketpopup strong {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {

    .linksBtn .dropMenu {
        padding: 10px 5px !important;
    }
}

@media only screen and (max-width: 1140px) {


    #svg_map {
        width: 810px;
    }

    /* #piechart {
            margin-left: 19px !important;
        }*/




    .newUser, .loginDropdown, .CreateTcket {
        padding: 17px 5px !important;
        margin: 0px;
    }

    .whiteBack {
        min-height: 265px;
    }
}

@media only screen and (max-width: 1024px) {
    .performAchieve {
        left: 6%;
    }
}

@media only screen and (max-width: 992px) {
    #svg_map {
        width: 558px;
    }

    ul.registered-list li span {
        font-size: 20px;
    }

    .loginDropdown, .newUser, .CreateTcket {
        padding: 17px 11px !important;
    }



    .about_text {
        padding: 11px 13px;
        line-height: 30px;
    }

    .mRight {
        padding-left: 133px;
    }

    .loginForm {
        width: 85%;
    }
}

@media only screen and (max-width: 991px) {
    .login-view img {
        object-fit: cover;
    }
    .ticket_image {
        width: 86%;
        margin: 0 auto;
    }

    .mobile-hide {
        display: none;
    }
    /*  #track_ticket .card {
        width: 298px;
    }*/
    ul.registered-list li {
        width: 146px;
    }
    /*  #track_ticket .container {
        max-width: 814px;
    }*/
    /**/
    .menu_btn {
        padding: 6px 0px 0px 0px !important;
        color: white;
        outline: 0px auto -webkit-focus-ring-color !important;
    }

    .menuLabel {
        display: flex;
        flex-direction: column;
        width: 15px;
        cursor: pointer;
        margin-right: 8px;
    }

        .menuLabel span {
            background: #fff;
            border-radius: 10px;
            height: 2px;
            margin: 1px 0;
            transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
        }

    .menu_container .navbar-toggler span {
        transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    }

    .menu_container .navbar-toggler span {
        display: block;
        width: 16px;
        height: 2px;
        margin: 3px auto;
        background: #fff;
        margin-right: 8px;
    }

    .menu_container .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(3px, 5px);
    }

    .menu_container .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
    }

    .menu_container .navbar-toggler[aria-expanded="true"] span:last-of-type {
        transform: rotate(-45deg) translate(2px, -4px);
    }

    .menu_container .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
    }

    .toggleBtn {
        padding-left: 10px;
        width: 100%;
        background: var(--topBarBackColor);
    }

    .navbar-nav .dropdown-menu {
        background: var(--topBarBackColor);
    }

    /* .navbar-nav .dropdown-menu a {
            border-bottom: 0px solid #e7e4e4;
        }*/

    .backgroundForResponsive {
        background: var(--topBarBackColor);
        width: 70%;
    }

    .menu .container {
        max-width: 998px;
    }

    .backgroundForResponsive .navbar-nav a {
        color: white !important;
    }

    .backgroundForResponsive {
        width: 50%;
    }

        .backgroundForResponsive .dropdown-menu a {
            padding-left: 9px !important;
            border-bottom: 1px solid white;
        }

    .navigation .dropdown-menu {
        border: 1px solid white;
    }

    .backgroundForResponsive .dropdown-menu a {
        padding-left: 25px !important;
        border-bottom: 1px solid white;
    }


    /* ul.top-links {
        margin-left: 20px !important;
        text-align:center;
    }*/
    .backgroundForResponsive {
        height: 100vh;
        position: absolute;
        z-index: 999;
    }

    .linksBtn .dropMenu {
        display: block;
    }

    .alignLeft {
        padding: 5px 20px !important;
    }

    .navbar-collapse {
        position: relative;
    }

    .mRight {
        padding-left: 90px;
    }
}

@media only screen and (max-width: 768px) {    
    .login-btns + p {
        margin-bottom: 0;
    }
    #svg_map {
        width: 560px;
    }

    /*  #track_ticket .col-md-4, #track_ticket .col-md-8 {
            max-width: 50% !important;
        }*/

    .ticket_subtitle {
        font-size: 13px;
    }

    h2 {
        font-size: 20px;
    }

    /*  #piechart {
            margin-left: 0px !important;
        }*/





    /*
        .loginForm {
            width: 85%;
        }
*/


    .loginText {
        padding-bottom: 0px;
        margin-top: 0;
    }

    .navbar-nav a {
        border-bottom: 1px solid transparent;
        color: white !important;
    }

    /* .loginDropdown, .newUser, .CreateTcket {
            display: block !important;
            margin-left: 20px;
            margin-top: 10px;
            text-align: center;
            padding: 5px 10px !important;
            width: 110px;
            border-right: 0px solid !important;
        }*/

    .whiteBack h5 {
        font-size: 15px;
    }



    .whiteBack {
        min-height: 279px;
    }

    .performAchieve {
        top: 19%;
    }

    .schemeHeading {
        font-size: 39px;
    }

    .patHeading {
        font-size: 16px;
    }
    /**/
    /*  .menu_btn {
            padding: 6px 0px 0px 0px !important;
            color: white;
            outline: 0px auto -webkit-focus-ring-color !important;
        }

        .menuLabel {
            display: flex;
            flex-direction: column;
            width: 15px;
            cursor: pointer;
            margin-right: 8px;
        }

            .menuLabel span {
                background: #fff;
                border-radius: 10px;
                height: 2px;
                margin: 1px 0;
                transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
            }

        .menu_container .navbar-toggler span {
            transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
        }

        .menu_container .navbar-toggler span {
            display: block;
            width: 16px;
            height: 2px;
            margin: 3px auto;
            background: #fff;
            margin-right: 8px;
        }

        .menu_container .navbar-toggler[aria-expanded="true"] span:first-of-type {
            transform: rotate(45deg) translate(3px, 5px);
        }

        .menu_container .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
            opacity: 0;
        }

        .menu_container .navbar-toggler[aria-expanded="true"] span:last-of-type {
            transform: rotate(-45deg) translate(2px, -4px);
        }

        .menu_container .navbar-toggler[aria-expanded="false"] span {
            transform: none;
            opacity: 1;
        }

        .toggleBtn {
            padding-left: 10px;
            width: 100%;
            background: var(--topBarBackColor);
        }

        .navbar-nav .dropdown-menu {
            background: var(--topBarBackColor);
        }

            .navbar-nav .dropdown-menu a {
                border-bottom: 0px solid #e7e4e4;
            }

        .backgroundForResponsive {
            background: var(--topBarBackColor);
            width: 70%;
        }*/ /**/

    .CreateTcket {
        margin-bottom: 10px;
    }

    .copyRight {
        font-size: 11px;
    }

    .navigation .container, .top-bar .container {
        max-width: 769px;
    }

    .newsfeed_label {
        font-size: 16px;
    }

    ul.registered-list li {
        width: 146px;
    }



    .top-header ul li a img {
        width: 71px !important;
    }
    /*.navbar-nav a:hover {
            border-bottom: 0px solid transparent;
        }
*/
    .resetLogin {
        margin-top: 13%;
    }


    .top-header {
        text-align: left;
    }

    .about_bee1 .col-sm-6 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }



    .arrowHomePage {
        font-size: 16px;
        padding: 5px 9px;
        left: 40px;
    }
}

@media only screen and (max-width: 767px) {

    .news_feed {
        height: 43px !important;
    }


    .mobile-hide {
        display: none;
    }

    .lognHeight {
        display: none;
    }

    .loginWeb .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contentLogin {
        width: 100%;
        text-align: center;
        top: 42px;
    }
    /*.loginForm {
        margin-top: 150px;
        width: 73%;
        position: static !important;
        transform: none !important;
    }
    .contentLogin {
        width: 100%;
        text-align: center;
        top: 42px;
        left: auto;
    }*/
    .loginText {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
    ul.top-links li a i {
        font-size: 15px;
    }

    .top-header ul li a img {
        width: 57px !important;
    }

    .news_feed {
        height: 41px !important;
    }

    .top-header {
        text-align: left;
    }

    .about_text {
        padding: 6px 8px;
    }


        .about_text h2 {
            font-size: 20px;
        }

    #track_ticket .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mRight {
        padding-left: 54px;
    }



    #svg_map {
        display: none;
    }

    .scroll_message::after {
        border-top: 21px solid transparent;
    }

    .dateNews, .monthNews {
        font-size: 8px;
    }

    .newsicons {
        width: 37px;
    }

    .bn-news {
        top: 0px;
    }

    .nmeeeBackImage .col-sm-6 {
        margin-top: 0px !important;
    }

    .paddingIcon {
        top: -33px;
        width: 30%;
    }

    .nmeeeBackImage h4, .nmeeContent h3 {
        font-size: 17px;
    }

    .nmeeContent {
        font-size: 12px;
        width: 95%;
    }

    .nmeeContentInner {
        font-size: 12px;
    }

    .whiteBack h5 {
        font-size: 14px;
    }

    .schemeHeading {
        font-size: 30px;
    }

    .whiteBack {
        padding-top: 42px;
        min-height: 300px;
    }

    .patHeading {
        font-size: 13px;
    }

    #svg_map {
        width: 539px;
    }

    .loginWeb .col-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .loginBtn {
        padding: 5px;
    }

    .loginHeading {
        font-size: 28px;
    }






    /*left menu css*/
    .nmeeeImage {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    /*   #track_ticket .col-md-4, #track_ticket .col-md-8 {
            max-width: 100% !important;
        }
            #track_ticket .col-md-4 .card{
                width:100%;
            }
        #piechart svg {
            margin-left: 59%;
            height: 305px;
        }
        #piechart {
            height: 331px;
        }*/
    .ticket_form {
        margin-top: 20px;
    }

    #photo_gallery.owl-carousel .owl-nav button.owl-prev,
    #photo_gallery.owl-carousel .owl-nav button.owl-prev {
    }

    #photo_gallery.owl-carousel .owl-nav button.owl-next,
    #photo_gallery.owl-carousel .owl-nav button.owl-next {
        right: -38px;
    }

    .arrowHomePage {
        font-size: 14px;
        left: 20px;
    }

    .contentLogin {
        width: 100%;
        text-align: center;
        top: 42px;
    }
}

@media only screen and (max-width: 575px) {

    .news_feed {
        height: 84px !important;
    }
}

@media only screen and (max-width: 480px) {
    .resetDetails, .forgot, .forgotUserId {
        font-size: 14px !important;
    }

    /* .topBarIcons i {
            font-size: 10px;
            margin: 2px;
        }*/

    .linksBtn .dropMenu {
        padding: 6px 1px !important;
    }

    /*  #track_ticket .col-md-4, #track_ticket .col-md-8 {
            max-width: 100% !important;
        }*/


    ul.top-links li {
        padding: 0px 2px 0px 1px;
    }

    /*  #track_ticket .card {
            width: 100%;
        }*/

    .sub_menu {
        min-width: 67px !important;
    }

    .top-header ul li a img {
        width: 48px !important;
    }

    .top-header {
        text-align: left !important;
    }

    .slick-next::before, .slick-prev::before {
        font-size: 22px !important;
    }

    ul.registered-list li {
        width: 163px;
    }

    .slick-next {
        right: 6px !important;
    }






    .sector-title {
        font-size: 22px !important;
        padding-top: 25px !important;
        padding-bottom: 10px !important;
        margin-bottom: 0px;
    }

    .about_text span {
        font-size: 13px;
    }

    /*  .col-auto {
            padding-left: 5px;
            padding-right: 5px;
        }*/

    .about_text {
        padding: 0px 0px;
        line-height: 30px;
    }

    .paddingBZero {
        padding-top: 10px;
    }

    .nmee_img {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .nmeeeImage {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .paddingBZero {
        padding-bottom: 0px !important;
    }

    #svg_map {
        width: 459px;
    }

    .ticket_image img {
        width: 100%;
    }

    /* #piechart {
            margin-left: 89px !important;
        }*/


    .owl-carousel .owl-dots.disabled {
        display: block !important;
    }

    .mRight {
        padding-left: 58px;
    }

    .copyRight {
        font-size: 10px;
    }

    .paddingIcon {
        top: -36px;
        width: 17%;
    }

    .whiteBack {
        min-height: 171px;
    }






    .loginBtn {
        margin-top: 5px;
    }

    .form-group {
        margin-bottom: 10px !important;
    }



    .loginWeb .modal-body {
        padding: 1rem;
    }

    .modal-body .col-7 span {
        font-size: 15px;
    }



    .news_feed {
        height: 72px !important;
    }

    .media_card, .ticket_image {
        margin-top: 25px;
    }

    .navbar-nav a {
        width: 100%;
    }

    .topContent {
        padding: 0px 3px !important;
    }
    /* #piechart svg {
            margin-left: 7%;
        
        }*/
    .arrowHomePage {
        font-size: 13px;
        left: 20px;
        padding: 3px 7px;
    }
}

@media only screen and (max-width: 425px) {
    .captcha img {
        width: 100%;
    }

    .twittericon {
        margin-left: 0px !important;
    }

    #svg_map {
        width: 409px;
    }

    .copyRight {
        font-size: 9px;
    }

    .sub_menu {
        min-width: 42px !important;
    }

    .mRight {
        padding-left: 35px;
    }

    .ticket_subtitle, .ticketSubmit {
        font-size: 12px;
    }

    .ticket_image img {
        margin-top: 30px;
    }

    footer h3 {
        font-size: 15px;
    }



    .top-header ul li a img {
        width: 35px !important;
    }

    /* .col-auto {
            padding-left: 5px;
            padding-right: 5px;
        }*/

    ul.registered-list li {
        width: 100px;
    }


    .backgroundForResponsive {
        width: 58%;
    }





    .reloadIcon {
        font-size: 15px;
        margin-left: 4px;
    }



    ul.top-links li a {
        padding: 2px;
    }

    /*  .topBarIcons i {
            font-size: 8px;
            margin: 0px;
        }*/



    .scroll_message::after {
        border-top: 15px solid transparent;
    }

    registered-list li div {
        line-height: 18px;
        margin-top: 16px;
        font-size: 12px;
    }

    .about_bee1 {
        padding-top: 20px !important;
    }

    .follow {
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px) {
    .captcha img {
        width: 100%;
    }

    #svg_map {
        width: 357px;
    }

    /*  #piechart {
            margin-left: 43px !important;
        }*/

    .copyright p {
        font-size: 10px;
    }

    ul.registered-list li {
        width: 125px;
        height: 83px;
    }

    .registered-list div {
        font-size: 10px;
    }

    ul.registered-list li span {
        font-size: 17px;
    }

    .twittericon {
        padding: 3px;
    }

    .instaicon, .facebookicon {
        padding: 3px 4px;
    }

    ul.top-links li a i {
        font-size: 10px;
        margin-right: 0px;
    }

    ul.registered-list li {
        width: 147px;
        height: 83px;
    }

    .mRight {
        padding-left: 15px;
    }

    .registered-list div {
        font-size: 14px;
    }

    .copyRight {
        font-size: 7px;
    }

    #tradding_analytics .sector-title {
        padding-top: 9px !important;
        padding-bottom: 26px !important;
    }

    /* .col-auto {
            padding-left: 0px;
            padding-right: 0px;
        }*/

    .nmeeeBackImage h4, .nmeeContent h3 {
        font-size: 14px;
    }

    .backgroundForResponsive {
        min-width: 83%;
    }

    ul.top-links li a {
        padding: 1px;
    }



    .news_feed {
        height: 78px !important;
    }

    /*   .topContent {
            padding: 0px 1px !important;
        }*/

}

@media only screen and (max-width: 320px) {
    .captcha img {
        width: 100%;
    }

    #svg_map {
        width: 303px;
    }



    .copyRight {
        font-size: 7px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingIcon {
        width: 17%;
    }

    .top-header ul li a img {
        width: 31px !important;
    }

    .performAchieve {
        top: 13%;
    }

    .loginLogo {
        margin-bottom: 17px;
    }




    .loginForm {
        margin-left: 5px;
    }

    .resetDetails, .forgot, .forgotUserId {
        line-height: 12px;
    }

    .topContent {
        padding: 0px 3px !important;
    }
}

.resetLogin .close {
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 99;
    font-size: 15px !important;
}

    .resetLogin .close span {
        background: #1C4A95;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

.loginWeb .close {
    text-align: right;
}

.bee_logo {
    width: 100px !important;
}

.captcha img {
    width: 100%
}

.contentLogin p {
    font-size: 18px;
    line-height: 24px;
}

.login-design {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-bg {
    background: var(--bg-white);
}

.forgot-pass {
    line-height: 18px
}

.forgot-username {
    line-height: 18px
}

@media only screen and (max-width: 992px) {
    .captcha img {
        width: auto
    }

    .loginWeb .captcha-img {
        width: 100%
    }

    .loginText {
        font-size: 18px;
    }

    .forgot-pass {
        line-height: 18px
    }

    .forgot-username {
        line-height: 18px
    }
}

@media only screen and (max-width: 767px) {
    .captcha img {
        width: auto
    }

    .loginWeb .captcha-img {
        width: auto
    }

    .loginText {
        padding: 0px 5px 20px;
    }

    .login-view .pl-0 {
        padding-left: 15px !important
    }

    .loginText {
        font-size: 18px;
    }

    .forgot-pass {
        line-height: 18px
    }

    .forgot-username {
        line-height: 18px
    }
}

@media only screen and (max-width: 480px) {
    .captcha img {
        width: 100%
    }

    .loginWeb .captcha-img {
        width: 100%
    }

    .login-view .pl-0 {
        padding-left: 15px !important
    }
}

.login-view {
    /*box-shadow: 0 0 10px #ccc;*/
    box-shadow: 8px 10px 12px 10px rgba(0,0,0,0.1);
    margin: 15px 0;
    background: #fff;
}

    .login-view img {
        height: 100%;
    }
