/*@import url("https://fonts.googleapis.com/css?family=Poppins");*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,100&display=swap');*/

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to left, #fffffff5, #fff), url(../image/create-task2_bg.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0px;
}

html,
body {
  overflow-x: hidden;
  min-height: 100%;
  color: #222;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

ul,
li {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #1a4eaa;
}

/* ================================ 
This code is for navbar
=================================== */
.logo {
  width: 50px;
}

.navbar-nav {
  margin-right: 50px;
  margin-left: 15px;
}

.menu {
  color: black;
  word-spacing: 1.12;
}

.navbarmenu a {
  color: black;
  font-size: 0.9rem;

}

.navbarmenu a:hover {
  color: #03b289;
}

.logo_heading {
  color: black;
  font-size: 18px;

}

.nav-link {
  text-align: center;
  padding-left: 10px !important;
  font-size: 20px;

  font-weight: 200;
  position: relative;
}

.GovLogoLight {
  display: none;
}

.nav_menu {
  display: flex;
  flex-direction: row;
}

.logo_title {
  display: flex;
  /*  padding-left: 2px;*/
}

.logo_title .title {
  margin-left: 20px;
  margin-top: 6px;
}

.logo_title .title h5 {
  color: #000;
}

.logo_title .title h5 span {
  display: block;
  margin-top: 5px;
  color: tomato;
  font-size: 0.8rem;

}

.navBar_icon {
    text-align: center;
    /* display: block; */
    padding-bottom: 6px;
    /* width: 100%; */
    font-size: 20px;
    color: #98ffe8;
    width: 30px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/*  justify-content: end !important;*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-dropdown li a {
  color: #fff;
}

.navbarmenu .nav-item .nav-link .navBar_icon i {
  font-size: 20px !important;
}

.accessibility {
  /*  background-color: #ced0db;*/
  background: linear-gradient(95deg, rgb(46 125 204 / 85%) 24%, rgb(14 199 156 / 86%) 64%);
  padding: 4px;
}

.accessibility_topBar a {
  text-decoration: none;
  color: #fff !important;
}

.accessibility_topBar {
  font-size: 12px;
  padding-left: 16px;
  font-weight: 500;
}

.accessibility_items {
  padding: 2px 8px;
  color: #fff;
}

.accessibility_items .themeColor1 {
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #efefef;
  border: 1px solid #a8a8a8;
}

.accessibility_items .themeColor2 {
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #234ca8;
}

.accessibility_items .themeColor3 {
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #25d572;
}

.accessibility_items .themeColor4 {
  width: 14px;
  height: 14px;
  margin: 3px;
  background-color: #282828;
  color: #fff;
}

.accessibility_items .socialIcon {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 6px 4px;
  margin: 2px;
  box-shadow: 20px 20px 60px #c4c4c4, -20px -20px 50px #ffffff;
}

.accessibility_items .socialMediaIcon_1 i {
  color: #1a4eaa !important;
  margin: 0 3px;
}

.accessibility_items .socialMediaIcon_2 i {
  color: #e03987 !important;
  margin: 0 3px;
}

.accessibility_items .socialMediaIcon_3 i {
  color: #32a6ff !important;
  margin: 0 3px;
}

.theme_button {
  background-color: #fff0;
  margin: 0;
  border: none;
}

.changeLanguage .active_language {
  background-color: #1a4eaa;
  color: white !important;
  cursor: default;
  margin-right: 0.6rem;
}

.accessibility_items .textSize_button {
  background-color: #0000;
  border: none;
  font-weight: 400;
  margin-right: 8px;
  color: #fff;
}

.custom_rightMargin {
  border-right: 1px solid #b0b0b0;
}

/* ================ END of Nav Bar Design ===================*/


/* ================================================
This code is for Banner Image 
=================================================== */
.slider_bottom_nav {
  position: relative;
}

#slider__container {
  position: relative;
  /* background-color: #2284b1; */
  width: 100%;
  height: 472px;

}

.slide_img--img img {
  width: 100%;
  height: 100% !important;
}

/*#slider__container:before {
    position: absolute;
    content: '';
    top: 3rem;
    left: -10%;
    background: url(../image/gst.png);
    width: 50%;
    height: 330px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
}
#slider__container:after {
    position: absolute;
    content: '';
    top: 3rem;
    right: -21%;
    background: url(../image/vat.png);
    width: 50%;
    height: 330px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: contain;
}*/
#article__container {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #22b186; */
  /*top:10%;
  left: 10%;
border-radius: 6px;
background: #dcdde0;
box-shadow:  6px 6px 12px #c4c5c7,
             -6px -6px 12px #c4c5c7;*/

}

/*.container__text{
  position:absolute;
  display: inline-block;
  left: 15%;
  top: 25%;
  width: 30%;
  height: auto;
  color: #3e3e3fe5;
}*/

.swiper-slide--style {
  overflow: hidden;

}

/* #slide__img1, #slide__img2, #slide__img3{
  
} */
.slide__img--img {
  position: absolute;
  width: 100%;
  height: 500px;
  /*  background-color: aqua;*/
  left: 0%;
  top: 0%;
  overflow: hidden;
  /*  clip-path: circle(50%);*/

}

.slide__img--img img {
  width: 100%;
  height: 100%;
}

/*#slide__img1{
  background-image: url(../image/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#slide__img2{
  background-image: url(../image/slider2.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}
#slide__img3{
  background-image: url(../image/slider3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}*/
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
}

@media all and (max-width:1000px) {
  .slide__img--img {
    clip-path: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
  }

  .slide__img--img img {
    width: 100%;
    height: auto;
  }

  .container__text {
    z-index: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 182, 255, 0.425);
    color: rgb(255, 255, 255);
    vertical-align: middle;
    text-shadow: 1px 1px 2px rgb(31, 203, 255);
    letter-spacing: 2px;
    font-weight: thin;
  }

  .container__text p,
  .container__text h2 {
    font-size: smaller;
    position: absolute;
    width: 70%;
    left: 15%;
    text-align: center;

  }

  .container__text p {
    top: 50%;

  }

  .container__text h2 {
    top: 40%;
    /* font-size: larger; */

  }
}

.slider_infography {
  position: absolute;
  z-index: 30;
  top: 50%;
  transform: translate(0px, -50%);
}

.rightSide_gst {
  right: 0;
}

.infography_title {
  position: relative;
}

.infography_title h2 {
  background: #e47919;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 10px;
  border: 13px solid #fff;
  margin-left: 2rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_infography h2:before {
  content: '';
  background-color: #00923f;
  width: 150px;
  height: 115px;
  position: absolute;
  left: 0;
  z-index: -1;
}

.right_infography h2 {
  background: #e47919;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 10px;
  border: 13px solid #fff;
  margin-right: 2rem;
  margin-left: 0rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_infography h2:before {
  content: '';
  background-color: #00923f;
  width: 150px;
  height: 115px;
  position: absolute;
  right: 0;
  z-index: -1;
}

.infography_title ul li {
  position: absolute;
  padding: 7px;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  width: 240px;
  display: block;
  height: 40px;
}

.infography_title ul li a {
  color: #fff;
  font-size: 1.25rem;
}

.infography_title ul li:nth-child(1) {
  background: #0187d0;
  top: -67%;
  left: 50%;
}

.infography_title ul li:nth-child(2) {
  background: #e67817;
  top: -34%;
  left: 87%;
}

.infography_title ul li:nth-child(3) {
  background: #86c225;
  top: 1%;
  left: 120%;
}

.infography_title ul li:nth-child(4) {
  background: #3bb3c3;
  top: 36%;
  left: 150%;
}

.infography_title ul li:nth-child(5) {
  background: #d400f4;
  top: 71%;
  left: 123%;
}

.infography_title ul li:nth-child(6) {
  background: #e6c617;
  top: 105%;
  left: 86%;
}

.infography_title ul li:nth-child(7) {
  background: #05d0e2;
  top: 138%;
  left: 50%;
}

/*-- right side --*/

.rightSide_gst ul li:nth-child(1) {
  background: #0187d0;
  top: -67%;
  right: 50%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(2) {
  background: #e67817;
  top: -34%;
  right: 87%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(3) {
  background: #86c225;
  top: 1%;
  right: 120%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(4) {
  background: #3bb3c3;
  top: 36%;
  right: 150%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(5) {
  background: #d400f4;
  top: 71%;
  right: 123%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(6) {
  background: #e6c617;
  top: 105%;
  right: 86%;
  left: inherit;
}

.rightSide_gst ul li:nth-child(7) {
  background: #05d0e2;
  top: 138%;
  right: 50%;
  left: inherit;
}

/* ================ End of Banner ================ */
.banner_image img {
  width: 100%;
}

/* ================================================
This code is for the 5T Section 
=================================================== */
.header_menu {
  background: url(../image/bannerbgold.png), #fff;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  border-bottom: 2px solid #2f5eb2;
  width: 100%;
  /* top: 0; */
}

.header_scroll {
  top: 0;
  position: fixed;
  z-index: 100;
}

.icon_title ul {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  padding-left: 5rem;
}

.govt_5T_icon {
  /* margin-left: 20px;
  margin-top: 2px;
  height: 44px; */
  margin-left: 20px;
    margin-top: 13px;
    height: 44px;

}

.list_items li {
  list-style: none;
}

.icons {
  padding: 20px 18px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  font-size: 15px;

}

.view-item .items_name {
  font-size: 11px;
  text-wrap: nowrap;
  font-weight: 600;
  color: black;
}

.view_menu {
  display: flex;
  margin-top: 1rem;
}

.view_menu a {
  text-decoration: none;
  color: #fff;
}

.tab_menu {
  font-size: 12px;
  /* margin-top: 18px; */
  margin-top: 0px;
  margin-left: 2px;
  margin-bottom: 2px;
}

.view_menu_items {
  padding: 4px 10px;
  margin: 5px;
  border-radius: 35px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 12px;
  width: fit-content;
}

.view_menu_items a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.menu_name {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
}

.icon_list {
  color: green;
}

.icon_list img {
  /* width: 50px; */
  height: 35px;
}

.items {
  margin-left: 110px;
  margin-top: -70px;
  text-align: center;
}

.FiveTItems {
  background-image: url(../image/5tbg.png);
  background-size: cover;
  background-position: center;
  /* height: 112px; */
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

/*.menu .nav-link {
  font-size: 14px;
}*/

/* ================ End of 5T section ================*/




/*================================================
The below code is for About Department and Engagement Through Data Section
================================================== */
.about_page {
  background-color: #F9F9F9;
  position: relative;
  padding: 2rem 0rem;
}

.about_page:after {
  position: absolute;
  content: "";
  background: url(../image/about_bg.png);
  right: 0;
  bottom: 0;
  width: 650px;
  height: 455px;
  z-index: 0;
}

.about_page_info {
  font-size: 15px;
}

.engagement_data_area {
  position: relative;
  z-index: 2;
}

.about_department {
  position: relative;
  display: inline;
}

.btn_about {
  background-image: linear-gradient(to right, #00b4db, #0083b0);
  border-radius: 25px;
  padding: 10px 30px;
  color: white;
  margin-top: 2rem;
}

.about_page_info p {
  text-align: justify;
}

.aboutUs_image {
  height: 200px;
  position: absolute;
  float: right;
  /* left: 45%; */
  right: 0;
}

.about_paragraph {
  width: 330px;
}

.engagement_heading {
  margin-left: 10px;
}

.news_image {
  /* height: 130px; */
  width: 55%;
  margin-bottom: 2rem;
}

.data_tileDesign {
  padding: 10px;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
  column-gap: 40px;
  grid-column-gap: 50px;
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 12px #dedede, -6px -6px 12px #e2e2e2;
}

.data_tileDesign div {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.tileDesign_1 {
  background-color: #f7cbcb;
}

.tileDesign_2 {
  background-color: #aed1e1;
}

.tileDesign_3 {
  background-color: #b8e6b9;
}

.tileDesign_4 {
  background-color: #e7e7a8;
}

/* End */


/*================================================
The below code is for Professionaltax Page  Section
================================================== */
.professionaltax_page {
  background: linear-gradient(to left, #eff5f9f0, #eff5f9ed), url(../image/create-task2_bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 3rem 0rem 5rem;
}

/*.professionaltax_page:after {
    position: absolute;
    content: "";
    background: url(../image/create-task_bg.png);
    right: 0;
    top: 0;
    width: 61%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    opacity: 0.6;
}*/
.profession_ease {
  z-index: 1;
  position: relative;
}

.ease_doing_bussiness {
  font-size: 15px;
  text-align: justify;
}

.about_department {
  position: relative;
  display: inline;
}


.profession_info {
  padding: 10px;
  height: 90%;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #ffffffbf;
  column-gap: 40px;
  grid-column-gap: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 12px #dedede, -6px -6px 12px #e2e2e2;
}

.data_tileDesign p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.profession_image {
  width: 33%;
  margin-bottom: 2rem;
}

/* End */


/*===============================================================
This below code is for Dasboard Section and Charts
/*=============================================================== */
.button_dashboard {
  margin-top: 100px !important;
  align-items: flex-start;
}

.button_dashboard .nav-item {
  margin: 0.5rem;
}

.nav-link.dashboard_item_button {
  padding: 8px 16px;
  background-color: #ebebeb;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: rgb(81, 81, 81);
  float: right;
  width: 220px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
  box-shadow: 6px 2px 7px #68686840, -6px -6px 12px #faf4f4;
}

.dashboard_item_button.active {
  background: rgb(57, 159, 236);
  background: linear-gradient(90deg, rgba(57, 159, 236, 1) 7%, rgb(48 134 202) 88%);
  color: #fff;
}

.dashboard_item_button span {
  font-size: smaller;
}

.dashboard_item_button span::before {
  content: "(";
}

.dashboard_item_button span::after {
  content: ")";
}

.dashboard_item_button:hover {
  color: rgb(0, 0, 0);
}

.btn_dashboard_gst {
  padding: 10px 35px 10px 30px;
  background-color: #52abee;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: white;
  text-transform: uppercase;
  float: right;
}

.btn_dashboard_gst:hover {
  color: white;
}

.services_provide img {
  height: 250px;
  margin-bottom: 3rem;
}

.services_provide .heading_dashboard {
  font-weight: 400;
  color: #111111;
  font-size: 1.5rem;
}

.services_provide p {
  font-size: 0.9rem;
  font-weight: 100;
  color: #464646;
}

.chart_image {
  border-radius: 16px;
  height: 340px;
  position: relative;
  z-index: 11;
}

.allCharts {
  position: relative;
}

.chart_one {
  background-color: #e7e9ff;
}

.chart_two {
  background-color: #f8e6e6;
}

.chart_three {
  background-color: #fbfbe8;
}

.chart_bg {
  position: relative;
  border-radius: 16px;
  height: 100%;
  padding: 1rem 0.3rem;
}

.chart_bg h4 {
  text-align: left;
  color: #222;
  font-size: 1.3rem;
}

.chart_header {
  padding: 0px 8px;
  justify-content: space-between;
  align-items: center;
}

.row_chart_one {
  position: relative;
}

.row_chart_one .inside_Label {
  position: absolute;
  top: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 410px;
  width: 100%;
  color: #000;
  z-index: 10;
}

.row_chart_one .inside_Label h6 {
  font-size: 15px;
}

.row_chart_one .inside_Label span {
  display: block;
  padding-top: 5px;
  font-weight: 700;
}

.info_content {
  position: absolute;
  top: 0;
  right: -30px;
}

.info_content button {
  border: 1px solid #2196F3;
  background: #2e7dcc;
  padding: 5px 12px;
  border-radius: 50%;
}

.info_content button i {
  color: #fff;
}

.row_chart_two {
  position: relative;
}

.row_chart_two .inside_Label {
  position: absolute;
  top: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 410px;
  width: 100%;
  color: #000;
}

.row_chart_one .inside_Label h6 {
  font-size: 14px;
  width: 40%;
}

.row_chart_two .inside_Label span {
  display: block;
  padding-top: 5px;
  font-weight: 700;
}

#barLineChart {
  width: 1260px;
  height: 100%;
  max-width: 100%;
  /* padding: 3rem 0rem; */
  margin: 3rem 0rem 0rem 0rem;
}

/* ==================== End of Dashboard and Charts ======================= */




/* ==========================================================
This Below code is for Commercial Taxes
============================================================= */
.taxes_sections {
  background: linear-gradient(#faeff2ad, #faeff2a6);
  padding: 3rem 0rem 5rem;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*.taxes_sections:before {
    position: absolute;
    content: "";
    background: url(../image/taxes_bg.png);
    width: 100%;
    height: 500px;
    bottom: 0;
    background-size: contain;
}*/
.tax_card_img_colored {
  background-color: #b8e6b9;
}

.card-title {
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  font-weight: 400 !important;
}

.tax_card_tiles .card {
  border-radius: 0 !important;
  border: none !important;
  padding: 1.5rem 0rem;
  height: 100%;
  min-height: 200px;
}

.tax_card_tiles .card p {
  color: #000;
}

.tax_card_tiles .row {
  box-shadow: 13px 13px 50px 10px rgb(234 234 235);
}

.tax_card_tiles .card .p {
  font-size: 18px;
}

.tax_card_tiles img {
  margin: 20px auto;
  height: 60px;
}

.viewMore_btn {
  height: 177px;
  align-items: center;
  justify-content: center;
}

/* ==================== End of Commercial Taxes ======================= */



/* ==========================================================
The below code is for the News And Press Release section
========================================================== */
.news_pressSection {
  background-image: url(../image/news_letter.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
}

/*.newsCards .img-fluid {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 220px;
  object-fit: cover;
  justify-content: center;
  top: 50%;
  border-radius: 6px 6px 0 0;
}

.card_carousel {
  position: relative;
}

.corner_heading {
  padding: 3px;
  width: 80px;
  background: rgb(255, 29, 29);
  background: linear-gradient(90deg, rgba(255, 29, 29, 1) 7%, rgba(255, 126, 126, 1) 88%);
  color: white;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 6px;
  text-align: center;
  z-index: 1;
  position: absolute;
}

.corner_heading_date {
  padding: 10px 3px 5px 3px;
  width: 60px;
  right: 0;
  background: #66adf5;
  color: white;
  border-radius: 0 6px 10px 10px;
  text-align: center;
  z-index: 1;
  position: absolute;
  font-size: 26px;
  line-height: 20px;
  font-weight: 600;
}

.corner_heading_date span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.newsAndPress_Tiles .card-body {
  height: 70px;
}

.newsAndPress_Tiles .card {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.newsAndPress_Tiles .cl-md-4 {
  box-shadow: 20px 20px 60px #c4c4c4, -20px -20px 100px #ffffff;
}

.news_press_bg .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #8f8f8f !important;
  border-radius: 50%;
}

.news_press_bg .carousel-indicators .active {
  background-color: #00b4b0 !important;
}*/






#news-slider {
  margin-top: 1rem;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  /*width: 25%;
    float: left;*/
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  /*border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;*/
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.corner_heading {
  padding: 3px;
  width: 80px;
  background: rgb(255, 29, 29);
  background: linear-gradient(90deg, rgba(255, 29, 29, 1) 7%, rgba(255, 126, 126, 1) 88%);
  color: white;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 6px;
  text-align: center;
  z-index: 1;
  position: absolute;
}

.corner_heading_date {
  padding: 10px 3px 5px 3px;
  width: 60px;
  right: 0;
  background: #66adf5;
  color: white;
  border-radius: 0 6px 10px 10px;
  text-align: center;
  z-index: 1;
  position: absolute;
  font-size: 26px;
  line-height: 20px;
  font-weight: 600;
}

.corner_heading_date span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  width: 13px;
  height: 14px;
  border: none;
  border-radius: 100px;
  /* color: #000; */
  background: #85c987;
  margin: 0.5rem;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* ====================== End of News And Press Release ====================== */



/* ===================================================================== */
#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}

#clients .clients-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  text-align: center;
  padding: 15px;
}

#clients .clients-wrap ul li div {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 30px 20px;
}

#clients .clients-wrap ul li div h5 {
  font-size: 16px;
  font-weight: 500;
}

#clients .clients-wrap ul li div span {
  font-size: 14px;
}

#clients .clients-wrap ul li div .return {
  color: #25c16f;
  margin-bottom: 15px;
  display: inline-block;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 80px;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  opacity: 0.65;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedddd;
}



/* =================================
The below code is for Footer
==================================== */
.footer {
  /*background: rgb(69, 115, 225);
  background: linear-gradient(90deg, rgb(19 67 181) 7%, rgb(5 32 117) 88%);*/
  background: linear-gradient(to bottom, rgb(222 239 219) 0%, rgb(251 253 250) 100%);
  padding-bottom: 50px;
  position: relative;
  padding-top: 5rem;
}

.footer:before {
  position: absolute;
  content: '';
  background: url(../image/about_leftpart.png);
  width: 100%;
  height: 350px;
  background-position: 18px 0px;
  background-repeat: no-repeat;
  /* right: 0; */
  top: 2rem;
  left: -6rem;
  z-index: 0;
  opacity: 0.1;
  /* float: right; */
}

.footer:after {
  background: url(../image/footer_bg.png);
  position: absolute;
  content: '';
  height: 100%;
  /* max-height: 300px; */
  width: 100%;
  /* left: -11rem; */
  top: 0rem;
  z-index: 0;
  background-size: cover;
  overflow: hidden;
}

/*.footer:before {
    position: absolute;
    content: "";
    background: url(../image/footer_bg.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.2;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}*/
.section_footer {
  padding-left: 80px;
  /*  margin-top: 60px;*/
  z-index: 1;
}

.organization_link img {
  width: 100%;
}

.footer_heading {
  font-size: 20px;
  color: #111111;
  font-weight: 500;
  /*  padding-top: 80px;*/
  /* height: 8.5rem; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.footer_heading small {
  font-size: .75em;
  margin-top: 0.25rem;
}

.footer_menu {
  color: #111111;
}

.section_footer .footer_menu ul li {
  display: block;
  padding: 8px 0px 4px 0px;
}

.section_footer .footer_menu ul li a {
  font-weight: 400 !important;
  margin-top: 20px;
  color: #111111;
  font-size: 14px;
}

.footer_img {
  width: 150px !important;
  background-color: white;
}

.copyright-footer {
  background: #233285;
  padding: 0.2rem 0rem 0.5rem;
}

.copy-right {
  color: #fff;
  font-weight: 100;
  padding-top: 10px;
  /* border-top: 1px solid #92cef745; */
  margin-bottom: 0px;
}

/* ================================= end of Footer ================================= */


@media only screen and (max-width: 530px) {

  html,
  body {
    min-height: 100%;
  }
}

@media only screen and (max-width: 531px) {
  logo_slider_area {
    width: 100%;
  }
}

/* ====================================================== */



/* ======================================================
The below code is for the Bottom Logo slider
========================================================= */
.brand_logo_slides .slider {
  display: flex;
  height: auto;
  max-height: auto;
  overflow-y: hidden;
  overflow-x: hidden !important;
  /* overflow-x: scroll !important; */
  margin: 16px 30px;
  transform: scroll(calc(var(--i, 0)/var(--n)*-100%));
  scroll-behavior: smooth;
}

.brand_logo_slides .slider::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}

.brand_logo_slides .slider::-webkit-scrollbar-track {
  background: transparent;
}

.brand_logo_slides .slider::-webkit-scrollbar-thumb {
  background: #888;
}

.brand_logo_slides .slider::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.brand_logo_slides .slide {
  position: relative;
}

.brand_logo_slides .slide img {
  height: 80px;
  /* width: fit-content; */
  margin: 0 10px;
  object-fit: cover;
  cursor: pointer;
  transition: .25s ease-in-out;
}

.control-prev-btn {
  position: absolute;
  left: 0px;
  top: 18px;
  height: 100px;
  line-height: 100px;
  width: 45px;
  text-align: center;
  user-select: none;
  color: #444;
  cursor: pointer;
}

.control-next-btn {
  position: absolute;
  right: 0px;
  top: 18px;
  height: 100px;
  line-height: 100px;
  width: 45px;
  text-align: center;
  user-select: none;
  color: #444;
  cursor: pointer;
}

.group_logo {
  padding: 10px 10px 10px 10px;
  width: 100%;
  text-align: center;
  background-color: white;
  border-radius: 20px;
}

.brand_logo_slides {
  position: relative;
  padding-top: 9rem;
}

.logo_slider_area {
  position: absolute;
  top: 3rem;
  width: 99%;
  /* margin: 0% 5%; */
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
  z-index: 23;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .45);
  top: 0;
  display: none;
}

.overlay.active {
  display: block;
}

@media only screen and (max-width: 420px) {
  .slider {
    padding: 0;
  }

  .slide {
    padding: 16px 10px;
  }

  .slide img {
    margin: 0;
  }

  .control-prev-btn {
    top: 37%;
  }

  .control-next-btn {
    top: 37%;
  }
}

/* ========================= End of Logo Slider ============================= */


/* ======================================================
The below code is for News Lines Slider
========================================================= */
.news_tagArea {
  background-color: #0ec79c;
  height: 3rem;
}

.news_tagArea .news_item {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  font-style: italic;
  font-weight: 100;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
}

/*.ticker-wrap {
  overflow: hidden;
  height: 2rem;
  background-color: #2e7dcc;
  padding-left: 3%;
}

.ticker {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}

.ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1rem;
  color: #ffffffbf;
}
*/
.ticker-wrap {
  overflow: hidden;
  height: 3rem;
  background-color: #2e7dcc;
  padding-left: 3%;
  cursor: grab;
}

.ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 40s;
}

.ticker_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 0.9rem;
  color: #ffffff;
}

.ticker_item a {
  color: #fff;
}

/* ========== End of News Line Slider ========== */



/* ======================================================
Custom Legend for Donut Chart 
========================================================= */
.chart-legend li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 12px;
}

/* END */


/* ======================================================
The Below code is for Responsive of Whole Page 
========================================================= */
.skipMenu_icon {
  display: none;
}

.skipMenu_icon img {
  width: 18px;
}

.screenReader_icon {
  display: none;
}

.screenReader_icon img {
  width: 18px;
}

@media (max-width: 1159px) {
  .about_image {
    top: 486px;
  }
}

@media (max-width: 956px) {
  .about_image {
    left: 26%;
  }
}

@media (max-width: 816px) {
  .skipMenu_icon {
    display: block;
  }

  .skipMenu_text {
    display: none;
  }

  .accessibility_topBar {
    padding-left: 0;
  }
}

@media screen and (max-width:720px) {
  .screenReader_text {
    display: none;
  }

  .screenReader_icon {
    display: block;
  }
}

@media screen and (max-width:630px) {
  .choose_themeText {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .button_dashboard {
    display: flex;
    height: 3rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
  }

  .button_dashboard .vat_btn {
    margin-top: 0px !important;
    margin-left: 5px;
  }

  .dashboard_item_button {
    float: left;
  }

  .row_chart_one,
  .row_chart_two,
  .row_chart_three {
    margin-bottom: 16px;
  }

  .engagement_data {
    margin-top: 50px;
  }

  .chart_section {
    margin-right: 0;
  }

  .allCharts .row {
    padding-right: 0 !important;
  }
}

@media screen and (max-width:540px) {
  .button_dashboard {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .dashboard_item_button {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_heading {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .about_page_info img {
    display: none !important;
  }

  .para_about {
    width: fit-content !important;
  }
}

@media screen and (max-width:627px) {
  .engagement_data_area {
    padding-left: 0 !important;
  }
}

@media screen and (max-width:580px) {

  .tileDesign_1,
  .tileDesign_2,
  .tileDesign_3,
  .tileDesign_4 {
    margin: 10px !important;
  }
}

/*@media screen and (max-width:523px) {
  .engagement_data_area {
    text-align: center;
  }

  .first_element,
  .second_element {
    margin-left: 10%;
  }
}*/

@media screen and (max-width:480px) {
  /*.accessibility_items .socialIcon {
    display: none;
  }*/

  .about_department {
    padding-left: 10 !important;
  }
}

.Lang_SmallScreen {
  display: none;
}

@media screen and (max-width: 420px) {
  .footer_heading {
    padding-top: 26px !important;
  }
}

@media screen and (max-width: 376px) {
  .Lang_SmallScreen {
    display: block;
  }

  .Lang_FullScreen {
    display: none;
  }
}

@media screen and (max-width: 330px) {
  /*.socialSitesArea {
    margin: -25px;
  }*/
}

@media screen and (max-width: 365px) {
  .logo_title .title h5 {
    font-size: 15px;
  }

  .logo_title .title h5 span {
    font-size: 10px;
  }
}

/* =============== -- END of Reponsive -- ============ */




/* ======================================================
The Below code is for Screen Reader
========================================================= */
.table_row_background {
  background-color: #2e7dcc;
  color: #ffffff;
}

.screen_reader_table a {
  text-decoration: none;
  color: #0083b0;
}

.screenReaderTextScreen {
  position: relative;
}

.screenReaderTextScreen .screenReaderText {
  position: absolute;
  font-size: 60px;
  top: 30%;
  left: 35%;
  color: rgb(255, 255, 255);
}

/* =============== -- END of Screen Reader -- ============ */




.GovLogoLight {
  display: none;
}

/* ======================================================
The Below code is to apply Themes on Whole website 
========================================================= */
.themeColor {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* --------------  Light Default Theme Color-1 -------------- */
.themeColor1 {
  background-color: #ffffff;
}

/* --------------  Blue Theme Color-2 -------------- */
.themeColor2 {
  background: #bde0fd;
}

.themeColor2 .accessibility {
  background-color: #13446d !important;
}

.themeColor2 .accessibility_topBar {
  color: #ffffff !important;
}

.themeColor2 .accessibility_topBar a {
  color: #ffffff !important;
}

.themeColor2 .accessibility_items .textSize_button {
  color: #ffffff !important;
}

.themeColor2 .accessibility_items .socialIcon {
  box-shadow: none !important;
}

.custom_rightMargin,
.items_name {
  color: #ffffff;
}

.themeColor2 .GovLogoLight {
  display: block !important;
}

.themeColor2 .GovLogoDark {
  display: none;
}

.themeColor2 .header_menu {
  background-color: #1b5a8e;
}

.themeColor2 .navBar_icon {
  color: #d2e2ff;
}

.themeColor2 .menu-link {
  color: #fffffff0;
}

.themeColor2 .widget_title {
  color: #00268a !important;
}

.themeColor2 .widget_title:after {
  border-color: #bde0fd !important;
}

.themeColor2 .logo_slider_area {
  background-color: #e7f4ff !important;
}

.themeColor2 .footer {
  background: linear-gradient(90deg, rgb(37 81 118) 7%, rgb(1 59 107) 88%);
}

.themeColor2 .footer_heading {
  color: #ffffff;
}

.themeColor2 .section_footer a {
  color: #fffffff0 !important;
}

.themeColor2 .data_tileDesign,
.themeColor2 .tax_card_tiles .row {
  box-shadow: none;
}

.themeColor2 .navbarmenu a {
  color: #ffffff;
}

.themeColor2 .logo_title .title h5,
.themeColor2 .navbarmenu a {
  color: #ffffff;
}

.themeColor2 .table_greenHeading {
  background: #0e318d !important;
}

.themeColor2 .table,
.themeColor2 .table.border-success {
  border-color: #0e318d !important;
}

.themeColor2 .footer:after {
  background: url(../image/footer_blue.png);
  background-size: cover !important;
}

.themeColor2 .visitor_count {
  color: #fff;
}

.themeColor2 .copyright-footer {
  background: #0d5693;
}

.themeColor2 .address_pargh {
  color: #00154d;
}

.themeColor2 .tab_btn {
  background-color: #f1f9ff;
}

.themeColor2 .tab_btn.active {
  border-bottom: 3px solid #6185e2;
  background-color: #ddf1ff;
}

.themeColor2 .header_menu {
  border-bottom-color: #00268a;
}

.themeColor2 .moving-div h4 {
  background: #00268a;
}

/* --------------  Green Theme Color-3 -------------- */
/* .themeColor3 {
  background-color: #57bd57;
  .footer {
    background: rgb(31, 91, 25);
    background: linear-gradient(90deg, rgb(41, 88, 23) 7%, rgb(6, 74, 1) 88%);
  }
  .data_tileDesign,
  .tax_card_tiles .row {
    box-shadow: none;
  }
  .logo_title .title h5,
  .navbarmenu a {
    color: #ffffff;
  }
} */
.themeColor3 {
  background: #cdffcd;
}

.themeColor3 .accessibility {
  background-color: #042b00 !important;
}

.themeColor3 .accessibility_topBar {
  color: #ffffff !important;
}

.themeColor3 .accessibility_topBar a {
  color: #ffffff !important;
}

.themeColor3 .accessibility_items .textSize_button {
  color: #ffffff !important;
}

.themeColor3 .accessibility_items .socialIcon {
  box-shadow: none !important;
}

.custom_rightMargin,
.items_name {
  color: #ffffff;
}

.themeColor3 .GovLogoLight {
  display: block !important;
}

.themeColor3 .GovLogoDark {
  display: none;
}

.themeColor3 .header_menu {
  background-color: #064400cc;
}

.themeColor3 .navBar_icon {
  color: #d4ffd0;
}

.themeColor3 .menu-link {
  color: #fffffff0;
}

.themeColor3 .widget_title {
  color: #1f5b19 !important;
}

.themeColor3 .widget_title:after {
  border-color: #cdffcd !important;
}

.themeColor3 .logo_slider_area {
  background-color: #dcffe7 !important;
}

.themeColor3 .footer {
  background: linear-gradient(77deg, rgb(41 88 23 / 77%) 7%, rgb(21 91 16) 88%);
}

.themeColor3 .footer_heading {
  color: #ffffff;
}

.themeColor3 .section_footer a {
  color: #fffffff0 !important;
}

.themeColor3 .data_tileDesign,
.themeColor3 .tax_card_tiles .row {
  box-shadow: none;
}

.themeColor3 .navbarmenu a {
  color: #ffffff;
}

.themeColor3 .logo_title .title h5,
.themeColor3 .navbarmenu a {
  color: #ffffff;
}

.themeColor3 .table_greenHeading {
  background: #1f5b19 !important;
}

.themeColor3 .table,
.themeColor3 .table.border-success {
  border-color: #1f5b19 !important;
}

.themeColor3 .visitor_count {
  color: #fff;
}

.themeColor3 .copyright-footer {
  background: #11410c !important;
}

.themeColor3 .widget_title:before {
  background-color: #41af37 !important;
}

.themeColor3 .page-item.active .page-link {
  background-color: #32842a !important;
  border-color: #32842a !important;
}

.themeColor3 .address_pargh {
  color: #074a00;
}

.themeColor3 .tab_btn {
  background-color: #eeffee;
}

.themeColor3 .tab_btn.active {
  border-bottom: 3px solid #25bd16;
  background-color: #e1ffe1;
}

.themeColor3 .header_menu {
  border-bottom-color: #064400;
}

.themeColor3 .moving-div h4 {
  background: #064400;
}


/* --------------  Dark Theme Color-4 -------------- */
.themeColor4 {
  background-color: #1d1d1d;
  color: #d5d5d5;

  .themeColor4 {
    border: 1px solid #ffffff;
  }

  .accessibility {
    background-color: #000000 !important;
  }

  .GovLogoLight {
    display: inline-block;
  }

  .GovLogoDark {
    display: none;
  }

  .FiveTItems {
    background-image: url("image/5tbg_dark.png");
  }

  .accessibility_items .socialIcon {
    background-color: #353535 !important;
  }

  .news_press_bg .row {
    background-color: #1b1b1b;
  }

  .accessibility_items .socialIcon {
    box-shadow: none;
  }

  .accessibility_topBar a {
    color: #ffffff !important;
  }

  .accessibility_items .textSize_button {
    color: #ffffff !important;
  }

  .custom_rightMargin,
  .items_name {
    color: #ffffff;
  }

  .about_page {
    background-color: #252525;
  }

  .icons {
    background-color: #1d1d1d;
  }

  .logo_title .title h5 {
    color: #ffffff;
  }

  .navbarmenu a {
    color: #ffffff;
  }

  .chart_one {
    background-color: #292f6a;
  }

  .chart_two {
    background-color: #3b2121;
  }

  .chart_three {
    background-color: #323213;
  }

  .heading_dashboard {
    color: #5da6d5;
  }

  .data_tileDesign,
  .tax_card_tiles .row {
    box-shadow: none;
  }

  .footer {
    background: rgb(25, 45, 91);
    background: linear-gradient(90deg, rgb(23, 42, 88) 7%, rgb(1, 18, 74) 88%);
  }

  .tileDesign_1 {
    background-color: #806161;
    color: #000000;
  }

  .tileDesign_2 {
    background-color: #365767;
    color: #000000;
  }

  .tileDesign_3 {
    background-color: #275328;
    color: #000000;
  }

  .tileDesign_4 {
    background-color: #68683f;
    color: #000000;
  }

  .tax_card_img {
    background-color: #313131;
  }

  .tax_card_img_colored {
    background-color: #356337;
  }

  .newsAndPress_details {
    background-color: #2d2d2d;
    border-radius: 0 0 17px 17px;
  }

  .data_tileDesign div {
    color: #c4c4c4;
  }
}

/* =============== -- END of Theme -- ============ */


/*-- heading tag --*/

.widget_title {
  position: relative;
  border: none;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  /*  color: #111;*/
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: 0 0 35px 0;
  max-width: 100%;
}

.widget_title:before,
.widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 3px;
  background-color: #2e7dcc;
}

.widget_title:after {
  width: 16px;
  border: 3px solid #fff;
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  animation: footerLine 7s linear infinite;
}

@keyframes footerLine {
  0% {
    left: 40px;
  }

  50% {
    left: 0;
  }

  100% {
    left: 40px;
  }
}

/*-- office list page --*/

.office_address {
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.col-md-4:nth-child(even) .office_address {
  background: #dbedff;
}

.col-md-4:nth-child(odd) .office_address {
  background: #ecfefa;
}

.table_greenHeading {
  /* background: #0ec79c; */
  background-color: rgb(46 125 204 / 98%);
}

.ctgst_table {
  vertical-align: middle;
}

.bg-primary {
  background-color: #1a4eaa !important;
}

table a {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.table-bordered>:not(caption)>* {
  border-width: 1px 1px !important;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
}

.table.border-success {
  /* border-color: #2ee7bc !important; */
  border-color: rgb(228 229 229 / 98%) !important;
}

@media screen and (max-width: 520px) {
  .GovLogoDark {
    width: 260px
  }
}

@media screen and (max-width: 360px) {
  .GovLogoDark {
    width: 183px;
  }
}

@media screen and (max-width: 1025px) {
  .leftSide_gst .infography_title ul li {
    left: 10% !important;
  }

  .rightSide_gst .infography_title ul li {
    right: 10% !important;
  }

  .infography_title h2 {
    background: #0000;
    color: #0000;
    border: #0000;
  }

  .left_infography h2:before {
    background: #0000;
  }
}

@media screen and (max-width: 1145px) {
  .FiveTItems {
    flex-direction: column;
    background-position-x: 70%;
  }

  .FiveTItems .icon_title {
    width: 100%;
  }

  .FiveTItems .menu {
    display: flex;
  }

  .FiveTItems .icon_title:nth-child(1) .list_items {
    margin-left: auto !important;
  }



  .FiveTItems .list_items {
    padding-left: 0;
    flex-wrap: wrap;
    /*        justify-content: center;*/
  }

  .items_name {
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
  }

  .tab_menu {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .view_menu_items {
    align-items: center;
    display: inline-flex;
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  .navbar {
    width: 300px !important;
    align-items: flex-start !important;
    padding-top: 25px;
  }

  .overlay {
    width: 100%;
  }

  .submenu-link {
    color: #000;
  }

  .menu {
    padding: 0;
  }

  .submenu-item {
    text-wrap: wrap;
    /* width: 80%; */
    padding: 0px 10px;
  }

  .submenu {
    border-left: 3px solid #1a4eaa9c;
    padding: 0 0 0 12px;
    margin: 0;
  }

  .menu-item {
    padding: 0 0 10px 8px;
  }

  .navBar_icon {
    display: inline-block !important;
    width: 36px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .slider_infography {
    display: none;
  }

  .footer .col-md-6.section_footer {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .section_footer {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .wrapper .GovLogoDark {
    width: 100%;
  }

  .wrapper .GovLogoLight {
    width: 100%;
  }

  .icons {
    padding: 14px 12px;
  }

  .FiveTItems .view_menu {
    justify-content: right;
  }

  .FiveTItems .list_items {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1145px) {
  .icons {
    padding: 14px 12px;
    border: 1px solid #233285;
  }
}

@media screen and (min-width: 992px) and (max-width: 1145px) {
  .infography_title ul li a {
    font-size: 1.1rem;
  }

  .infography_title ul li {
    width: 205px;
  }

  .FiveTItems .list_items {
    justify-content: space-around;
  }

  .view_menu {
    display: flex;
    justify-content: end;
  }

  .view_menu_items {
    padding: 0px 10px;
  }

  .data_tileDesign {
    width: 165px;
    height: 180px;
  }

  .wrapper .GovLogoDark {
    width: 220px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .infography_title ul li a {
    font-size: 1.1rem;
  }

  .infography_title ul li {
    width: 205px;
  }

  .FiveTItems .list_items {
    justify-content: space-around;
  }

  .view_menu {
    display: flex;
    justify-content: end;
  }

  .icons {
    padding: 14px 12px;
    border: 1px solid #233285;
  }

  .view_menu_items {
    padding: 0px 10px;
  }

  .data_tileDesign {
    width: 165px;
    height: 180px;
  }

  .wrapper .GovLogoDark {
    width: 220px;
  }

  .chart_image {
    padding: 13px !important;
  }

  .row_chart_two .inside_Label {
    height: 305px;
  }

  .row_chart_one .inside_Label {
    height: 356px;
  }

  .row_chart_one .inside_Label h6 {
    font-size: 10px;
  }

  .inside_Label h6 {
    font-size: 10px;
  }

  .nav-link.dashboard_item_button {
    width: 180px;
  }

  .data_tileDesign {
    width: 110px;
    height: 140px;
  }

  .news_image {
    margin-bottom: 1rem;
  }

  .services_provide img {
    height: 185px;
  }

  .slide__img--img img {
    width: 100%;
    height: 100% !important;
  }

  .right_infography h2:before {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* .FiveTItems{
      display: none;
  } */
  .accessibility_items .textSize_button {
    margin-right: 4px;
  }

  .choose_themeText {
    display: none;
  }

  .button_dashboard {
    margin-top: 0px !important;
    height: 5rem;
  }
}

@media screen and (min-width: 300px) and (max-width: 479px) {

  /* .FiveTItems{
      display: none;
  } */
  .accessibility_items .textSize_button {
    margin-right: 4px;
  }

  .choose_themeText {
    display: none;
  }

  .button_dashboard {
    height: auto;
    margin-top: 0px !important;
  }

  #slider__container {
    height: 100px;
  }
}

@media screen and (min-width: 300px) and (max-width: 580px) {
  .container {
    padding: 0rem 3rem;
  }

  .brand_logo_slides.container {
    padding-top: 9rem !important;
    padding: inherit;
  }

  .logo_slider_area {
    width: 95%;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1430px) {
  .slide_img--img img {
    width: 100%;
  }

  #slider__container {
    height: 427px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1260px) {
  #slider__container {
    height: 347px;
  }
}

@media screen and (min-width: 1261px) and (max-width: 1359px) {
  #slider__container {
    height: 404px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1099px) {
  #slider__container {
    height: 314px;
  }
}

@media screen and (min-width: 890px) and (max-width: 979px) {
  #slider__container {
    height: 290px;
  }
}

@media screen and (min-width: 825px) and (max-width: 889px) {
  #slider__container {
    height: 259px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1260px) {

  .infography_title ul li {
    padding: 5px;
    height: 31px;
  }

  .slider_infography {
    top: 42%;
    transform: translate(0px, -42%);
  }

  .infography_title ul li:nth-child(1) {
    top: -35%;
  }

  .infography_title ul li:nth-child(2) {
    top: -11%;
  }

  .infography_title ul li:nth-child(3) {
    top: 16%;
  }

  .infography_title ul li:nth-child(4) {
    top: 41%;
  }

  .infography_title ul li:nth-child(5) {
    top: 65%;
  }

  .infography_title ul li:nth-child(6) {
    top: 90%;
  }

  .infography_title ul li:nth-child(7) {
    top: 115%;
  }

  .rightSide_gst ul li:nth-child(1) {
    top: -35%;
  }

  .rightSide_gst ul li:nth-child(2) {
    top: -11%;
  }

  .rightSide_gst ul li:nth-child(3) {
    top: 16%;
  }

  .rightSide_gst ul li:nth-child(4) {
    top: 41%;
  }

  .rightSide_gst ul li:nth-child(5) {
    top: 65%;
  }

  .rightSide_gst ul li:nth-child(6) {
    top: 90%;
  }

  .rightSide_gst ul li:nth-child(7) {
    top: 115%;
  }
}

@media screen and (min-width: 1234px) and (max-width: 1500px) {
  .data_tileDesign {
    width: 166px;
    height: 170px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .data_tileDesign {
    width: 145px;
    height: 170px;
    margin-left: 0px;
    /* padding-left: 1rem; */
    /* margin-left: 1rem; */
  }

  .engagement_data_area {
    position: relative;
    z-index: 2;
    padding-left: 0rem !important;
  }

  .tileDesign_1 {
    margin-right: 0rem !important;
  }

  .tileDesign_2 {
    margin-left: 1rem !important;
  }

  .tileDesign_3 {
    margin-left: 0rem !important;
  }

  .tileDesign_4 {
    margin-left: 1rem !important;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 1145px) and (max-width: 1230px) {
  .nav-link {
    display: block;
    padding: 0.5rem 0.5rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .nav-link.dashboard_item_button {
    width: 150px;
    float: left;
  }

  .services_provide img {
    height: auto;
    width: 100%;
  }

  .about_department {
    width: 100%;
    margin-bottom: 2rem;
  }

  .engagement_data_area {
    width: 100%;
    padding: 0px !important;
  }

  .ease_business {
    width: 100%;
    margin-bottom: 3rem;
  }

  .Professions_tax {
    width: 100%;
  }

  .data_tileDesign {
    width: 38%;
    float: left;
    height: 225px;
    margin: 0px 1rem 1rem !important;
  }

  .footer_heading {
    padding-top: 0px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
  #slider__container {
    height: 227px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 590px) and (max-width: 699px) {
  #slider__container {
    height: 200px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 490px) and (max-width: 589px) {
  #slider__container {
    height: 160px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 420px) and (max-width: 489px) {
  #slider__container {
    height: 133px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 360px) and (max-width: 419px) {
  #slider__container {
    height: 117px;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 500px) and (max-width: 776px) {
  .professiontab_1 {
    width: 50%;
    float: left;
  }

  .data_tileDesign {
    width: 42%;
    float: left;
    height: 210px;
    margin: 1rem 1rem !important;
  }

  .engagement_data_area {
    padding-left: 0rem !important;
  }

  .nav-link.dashboard_item_button {
    width: 200px;
  }

  .section_footer {
    padding-left: 40px;
    /*    margin-top: 60px;*/
    width: 50%;
  }

  .about_page_info img {
    display: none;
  }
}

@media screen and (min-width: 300px) and (max-width: 499px) {
  .professiontab_1 {
    width: 50%;
    float: left;
  }

  .data_tileDesign {
    width: 40%;
    float: left;
    height: 210px;
    margin: 1rem 1rem !important;
  }

  .engagement_data_area {
    padding-left: 0rem !important;
  }

  .nav-link.dashboard_item_button {
    width: 200px;
  }

  .section_footer {
    padding-left: 40px;
    /*    margin-top: 60px;*/
    width: 100%;
  }

  .nav-link {
    padding-left: 4px !important;
  }

  .accessibility_items .themeColor1 {
    width: 10px;
    height: 11px;
  }

  .accessibility_items .themeColor2 {
    width: 10px;
    height: 11px;
  }

  .accessibility_items .themeColor3 {
    width: 10px;
    height: 11px;
  }

  .skipMenu_icon img {
    width: 12px;
  }

  .screenReader_icon img {
    width: 12px;
  }

  .accessibility_items {
    padding: 2px 3px;
  }

  .view_menu_items {
    padding: 0px 6px;
    margin: 2px 4px;
  }

  .about_page_info img {
    display: none;
  }
}

/*othef page*/
.professional_tax h1 {
  font-weight: 600;
  color: #1a56b5;
  font-size: 1.2rem;
}

.professional_tax h2 {
  font-weight: 600;
  font-size: 1.2rem;
}

.professional_tax li {
  line-height: 1.8rem;
}

.professional_tax table .rate_tax_cols th {
  width: 160px !important;
}

.faq_section a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_section img {
  width: 110px;
  margin-right: 2rem;
}

.faq_section h1 {
  font-size: 3rem;
  color: #1c70b8;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.faq_section h2 {
  font-size: 1.4rem;
  color: #6299c5;
}



/*-- month and year picker css --*/


.fake_input {
  display: flex;
  width: 100%;
  background: #fff;
  height: 2.8571em;
  border: 1px solid #96ccf7;
  border-radius: 12px;
  padding: 0 0.2142em;
}

.fake_input p,
.fake_input span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  line-height: 2.5;
  padding: 0 1.1111em;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker-arrow:after {
  content: '';
  display: block;
  height: 0.2857em;
  width: 0.2857em;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 0.2857em;
  transition: all 0.3s ease-in-out;
}

.mont_yearPicker-container {
  display: inline-block;
  margin-left: 10px;
}

.mont_yearPicker.active .picker-arrow:after,
.select_box.active .picker-arrow:after {
  top: 1.1428em;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.picker_line {
  height: 5.71428em;
}

.date_selector {
  display: none;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.date_selector.active {
  display: block;
  position: absolute;
  z-index: 100;
  width: 275px;
  right: 0px;
}

.selector_date_version {
  float: right;
}

.box_selector {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  display: none;
  border: 1px solid #ccc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.box_selector.active {
  display: block;
}

.box_selector a {
  position: relative;
}

.box_selector a.active::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.571428em;
  left: 1.07142em;
  width: 0.5714em;
  height: 0.8571em;
  border: solid #24d1d7;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.box_selector-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.box_selector-list a:hover {
  text-decoration: none;
}

.box_selector-list a.active::before {
  content: '';
}

.box_selector-element {
  padding: 0.7142em 0 0.7142em 2.5em;
  cursor: pointer;
  line-height: 1;
}

.box_selector-element:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.mont_yearPicker.active .fake_input {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #9a9a9a;
}

.mont_yearPicker {
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.mont_yearPicker.active {
  -webkit-box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
  -moz-box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
  box-shadow: -0.14285em 0.21428em 2.57142em 0 rgba(102, 102, 102, 0.4);
  border-radius: 16px;
}

.picker_date {}

.mont_yearPicker .years {
  position: relative;
  text-align: center;
  display: flex;
  margin-top: 0.5714em;
  justify-content: center;
}

.mont_yearPicker .years a {
  width: 2em;
  position: relative;
}

.mont_yearPicker .months {
  display: flex;
  flex-wrap: wrap;
  padding: 0.35714em 0.7142em 1.07142em;
  width: 100%;
}

.mont_yearPicker .months a {
  flex-grow: 1;
  flex-basis: 25%;
  margin: 0.42857em;
  text-align: center;
  text-decoration: none;
}

.mont_yearPicker .months a:active,
.mont_yearPicker .months a:focus,
.mont_yearPicker .months a.active {
  background: #24d1d7;
  color: #fff;
  border-radius: 12px;
}

.picker-select-arrow:after {
  content: '';
  position: absolute;
  top: 0.42857em;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 0.2857em;
  transition: all 0.3s ease-in-out;
}

.picker-left:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.picker-right:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 50%;
}

.date_selector .months .month {
  text-transform: capitalize;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fake_input::after {
  content: '';
  display: inline-flex;
  width: 0.7857em;
  height: 0.7857em;
  transform-origin: center;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: 1em;
  margin-top: 0.7571em;
  transition: all 0.3s ease-in;
  border-right: 0.2142em solid #000;
  border-bottom: 0.2142em solid #000;
}

.mont_yearPicker.active .fake_input::after {
  transform: rotate(225deg);
  margin-top: 1.1em;
}

.years .year-selected {
  font-size: 1em;
  width: 3.65em;
  padding-left: 0.66em;
}

/* Chrome, Safari, Edge, Opera */
.years input::-webkit-outer-spin-button,
.years input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.years input[type=number] {
  -moz-appearance: textfield;
}


.accordion_content section {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.accordion_content section::-webkit-scrollbar {
  width: 6px;
}

.accordion_content section::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}

.accordion_content section::-webkit-scrollbar-thumb {
  background: #8a8888;
}

.accordion_content section::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
}

.accordion_content .left_accordian .accordian:nth-child(odd) {
  background: #f7f6ff;
  border-left: 4px solid #a7a7ff;
}

.accordion_content .left_accordian .accordian:nth-child(even) {
  background: #f1f0fe;
  border-left: 4px solid #a7a7ff;
}

.accordion_content .right_accordian .accordian:nth-child(odd) {
  background: #f7f6ff;
  border-left: 4px solid #a7a7ff;
}

.accordion_content .right_accordian .accordian:nth-child(even) {
  background: #f1f0fe;
  border-left: 4px solid #a7a7ff;
}

.accordion_content .accordian_head {
  background-color: transparent;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
}

.accordion_content .accordian_toggler {
  align-self: flex-start;
  background-color: transparent;
  font-size: 1.8rem;
  transition: all 0.5s ease;
}

.accordion_content .accordian_toggler.active {
  rotate: 133deg;
}

.accordion_content .accordian_title {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
}

.left_accordian .accordian_body {
  background: #ebebff;
  display: none;
  /* grid-template-rows: 0fr; */
  transition: grid-template-rows 0.5s ease;
}

.right_accordian .accordian_body {
  background: #ebebff;
  display: none;
  /* grid-template-rows: 0fr; */
  transition: grid-template-rows 0.5s ease;
}

.accordion_content .active_body {
  grid-template-rows: 1fr;
  display: grid;
}

.accordion_content .accordian_description {
  background-color: transparent;
  margin-top: 0rem;
  padding-left: 3rem;
  /* padding-bottom: 1rem; */
  font-size: 0.9rem;
  overflow: hidden;
  line-height: 1.2rem;
  list-style-type: disclosure-closed;
}

.accordion_content .accordian_description li {
  padding: 0.4rem 0.5rem;
  font-size: 1rem;
}

.accordion_content .accordian_description li:hover {
  font-weight: 600;
}

.accordion_content .accordian_description li a {
  color: #000;
}


/* Date Picker */
.select_input {
  width: 140px;
  height: 2.8571em;
  border: 1px solid #96ccf7;
  border-radius: 12px;
  padding: 0 0.8em;
  font-weight: 600;
}

.chart_header input {
  z-index: 99;
  width: 140px;
  height: 2.8571em;
  border: 1px solid #96ccf7;
  border-radius: 12px;
  padding: 0 0.8em;
  font-weight: 600;
  cursor: pointer;
}

.monthly-wrp {
  padding: 1em;
  top: 770px !important;
  z-index: 1000;
  border-radius: 3px;
  background-color: #2C3E50;
}

.monthly-wrp:before {
  content: "";
  border-bottom: 6px solid #2C3E50;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 6px;
  z-index: 1002;
}


.monthly-wrp .years {
  margin-bottom: 0.8em;
  text-align: center;
}

.monthly-wrp .years select {
  border: 0;
  border-radius: 3px;
  width: 100%;
  padding: 0.3rem;
}

.monthly-wrp .years select:focus {
  outline: none;
}

.monthly-wrp table {
  border-collapse: collapse;
  table-layout: fixed;
}

.monthly-wrp td {
  padding: 1px;
}

.monthly-wrp table button {
  width: 100%;
  border: none;
  background-color: #a2a2a2;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0.6em;
  cursor: pointer;
  border-radius: 3px;
}

.monthly-wrp table button:hover {
  background-color: #6c6c6c;
}

.monthly-wrp table button:focus {
  outline: none;
}


/* Office List */
.tab_section {
  display: flex;
  margin-bottom: 1rem;
}

.tab_btn {
  padding: 0.5rem 0.8rem;
  border-radius: 0;
  background-color: #f5f5f5;
  width: 25%;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}

.tab_btn:hover {
  background-color: #eaeaea;
}

.tab_btn.active {
  /* border-bottom: 3px solid #0ec79c; */
  border-bottom: 3px solid #0e92c7;
  background-color: #eaeaea;
  font-weight: 600;
}

.officelist_table {
  display: none;
}

.officelist_table.active {
  display: block;
}



.imgsWidth {
  width: 60px;
  margin-bottom: 8px;
}

.maps iframe {
  border-radius: 10px;
}

.aboutCoomnister p {
  text-align: justify;
  white-space: pre-wrap;
  line-height: 1.6rem;
}

.twitterImag {
  width: 17px;
}

.visitor_count {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  cursor: default;
  background: #1e51abd6;
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 5px;
}

.visitor_count h5 {
  margin-bottom: 0px;
}

.visitor_count .visitor_count_text {
  position: absolute;
}

.visitor_count span {
  display: inline-block;
  width: fit-content;
  padding: 0 4px;
}

.address_pargh {
  margin: 0rem 0rem 4rem;
}

.address_pargh h3 {
  font-size: 20px;
}

.address_pargh h5 {
  font-size: 14px;
  margin: 15px 0px;
}

/*.email_width{
  width: 120px;
  word-break: break-word;
}*/
table a {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  width: 100px;
}

.widget_title span {
  font-size: 14px;
}

.modal-open {
  padding-right: 0px !important;
}

.faq_qna_section h1 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1675c4;
}


/* Styling for the moving div */
.moving-div {
  /* width: 100%; */
  /* border-top: 2px solid #2f5eb2; */
  /* height: 50px; */
  /* background-color: green; */
  position: fixed;
  text-align: center;
  top: 20rem;
  right: -51px;
  z-index: 6;
  /* animation: moveUpDown 3s ease; */
  transform: rotate(-90deg);
}

/* Keyframes animation for up-down movement */
/*@keyframes moveUpDown {
    0% { transform: translateY(-120px); }
    100% { transform: translateY(0px); }
}*/
.moving-div h4 {
  background: #1e51ab;
  color: #fff;
  font-size: 15px;
  width: fit-content;
  margin: 0px auto;
  padding: 3px 15px;
  /* height: 16px; */
}

.moving-div h4 a {
  color: #ffffff;
  font-size: 19px;
  /* font-weight: 600; */
  text-transform: uppercase;
}

#error_829a9695b0a00c8020392b283d7eb1f57653e941 {
  display: none;
}


.monthly-wrp:before {
  right: 6px !important;
  left: auto !important;
}

.external-processed {
  text-transform: capitalize;
}

.table tbody tr td a i {
  font-size: 20px;
  text-align: center;
  width: -webkit-fill-available;
}

/*-- otp card --*/

.card {
  /*    width: 400px;*/
  border: none;
  /*height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;*/
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.otp_buttndesign {
  background: #1a4eaa;
}

.card h6 {
  color: red;
  font-size: 20px
}

.inputs input {
  width: 40px;
  height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px
}

.card-2 .content {
  margin-top: 50px
}

.card-2 .content a {
  color: red
}

/*.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}*/


.disclamer_text {
  color: #903b3b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
}




/*subhashree css*/


.view-item a:hover .icons img {
  transform: rotate(50deg);
  transition: transform 0.3s ease-in-out;
}



/*subhashree code*/
.btn_primary {
  background-color: #2424dd;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.fnt_wt {
  font-weight: 600;
  letter-spacing: 0.03rem;
}

::-webkit-scrollbar {
  width: 0px;
}

.href-link a {
  color: #fff !important;
}

.otp_label {
  display: block;
}

.otp {
  display: inline-block;
  width: 46px;
  height: 42px;
  text-align: center;
  justify-content: center;
  margin-right: 10px;
}

.otp_textresend {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  color: #060606;
  padding-right: 5px;
}

.modal_btn_close {
  border: 2px solid #ff906b7d;
}

.icon_crsr {
  cursor: pointer;
}

.btn_group {
  position: absolute;
  bottom: 0;
  left: 40%;
}


.details_heading {
  font-weight: bold;
  /* color: gray; */
  letter-spacing: 0px;
  font-family: sans-serif;
  font-size: 14px;
}

.search_btn{
  display: flex;
  align-items: center;
}

.statuspending {
  background-color: #ffc10769;
  color: #695108;
  border-radius: 4px;
  padding: 2px 6px;
}
.login_para{
  font-size: 13px;
}
.href_link:hover{
  text-decoration: underline;
}

.user_section{
  padding: 10px;
/*  background: linear-gradient(95deg, rgb(46 125 204 / 85%) 1%, rgb(14 199 156 / 86%) 64%);*/
  background: rgb(255,255,255);
  background: linear-gradient(159deg, rgba(255,255,255,1) 0%, rgba(198,226,251,1) 12%, rgba(46,112,171,1) 100%);
      border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.user_section:hover{
  background: rgb(255,255,255);
  background: linear-gradient(159deg, rgba(255,255,255,1) 0%, rgb(176, 207, 233) 12%, rgb(48, 108, 160) 100%);
}

.user_icon {
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 4rem;
  color: #fff; 
}

.user_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 12px;
}
/*.user_btn h4{
  font-weight: bold;
}*/



/* subhashree */

/* tracking */


.main_tracker {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 2rem 0;
}

.main_tracker .tracker {
  position: relative;
  display: flex;
/*  flex-direction: column;*/
  align-items: center;
  width: 100%;
}

.track_pointer {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  background: #3c45dc;
  /* border: 2px solid #3c45dc; */
  box-shadow: 0px 3px 10px #0000004f;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .track_pointer::before {
 position: absolute;
 border-radius: 50%;
 content: '';
 z-index: 1;
 width: 16px;
 height: 16px;
 left: 1.5px;
 top: 1.5px;
 background-color: #3c45dc;
} */




.forward_tracking_status{
  color: #0f7a0f ;
  font-weight: bold;
}
.pending_tracking_status{
  color: #cf8703 ;
  font-weight: bold;
}
.rejected_tracking_status{
  color: #ec0000;
  font-weight: bold;
}
.resolve_tracking_status{
  color: #1111bb;
  font-weight: bold;
}
.sts_info_box{
  background: #ecf6ff;
  padding: 5px 10px;
  border: 2px solid #ccd8e3;
  border-radius: 4px;
}

.status {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.pending .track_pointer::before {
  background: #e21717;
}

.pending .track_pointer {
  background-color: #db7b08;

}

.reject .track_pointer::before {
  background: #e88b1b;
}

.reject .track_pointer {
  background-color: #cc3f32;
}

.approved .track_pointer::before {
  background: #19cb35;
}

.approved .track_pointer {
  background-color: #0d8d21;
}

/* .tracker_line {
 position: absolute;
 height: 4px;
 width: 100%;
 background-color: #d2d2d2;
 left: 50%;
 top: 10px;
 z-index: 1;
} */
.tracker_line {
    position: absolute;
    height: 110px;
    width: 4px;
    background-color: #0d8d21;
    border-top: 3px dashed #d2d2d2 !important;
    left: 14px;
    top: 12px;
    z-index: 1;
}


.main_tracker .tracker:last-child .tracker_line {
  display: none;
}

.pulse .track_pointer {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Responsive */
@media screen and (max-width: 660px) {
  .main_tracker {
      flex-direction: column;
      margin-left: 2rem;
  }

  .tracker {
      flex-direction: row !important;
      margin-bottom: 2rem;
      align-items: center !important;
  }

  .status {
      margin-top: 0;
      margin-left: 1rem;
  }

  .tracker_line {
      height: 2rem;
      width: 2px;
      left: 10px;
      top: 100%;
  }
}

.tic_icon {
  color: #fff;
}

.main_tracker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0;
}

.main_tracker .tracker {
    position: relative;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    /* justify-content: space-around; */
    width: 40%;
    height: 110px;
    margin: auto;
}
.track_pointer {
    position: relative;
    z-index: 2;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    background: #0d8d21;
    /* border: 2px solid #3c45dc; */
    box-shadow: 0px 3px 10px #0000004f;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
}

/* .track_pointer::before {
 position: absolute;
 border-radius: 50%;
 content: '';
 z-index: 1;
 width: 16px;
 height: 16px;
 left: 1.5px;
 top: 1.5px;
 background-color: #3c45dc;
} */

.status {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.sts_info_box {
  background: #ecf6ff;
  padding: 5px 10px;
  border: 2px solid #ccd8e3;
  border-radius: 4px;
  width: 310px;
}
.tracker_content{
    margin: 0px 30px;
    position: absolute;
    top: 0;
    padding: 5px 30px;
}
.modal-body.tracker_body{
    height: 900px;
    overflow-y: scroll;
    max-height:500px;
}
.modal-body.tracker_body{
  height: 900px;
  overflow-y: scroll;
  max-height:500px;
}

#button {
  display: inline-block;
  /* background-color: #FF9800; */
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
	/* -webkit-border-radius: 2px; */
	/* border-radius: 5px; */
}

::-webkit-scrollbar-thumb {
	/* -webkit-border-radius: 2px; */
	/* border-radius: 5px; */
	background: #979797;
}
.cm_img_width{
  width: 50px;
  margin: 5px 0px;
}
.minister {
    float: right;
    padding: 0.6rem 0rem;
    /* padding: 18px 0px 0px 0px; */
}
.minister img{
  width: 260px;
  height: auto;
}
@media screen and (min-width: 300px) and (max-width: 992px){

.navBar_icon {
  color: #1a4eaa;
}
}

@media screen and (min-width: 300px) and (max-width: 767px){
.logo_section{
    width: 60%;
    display: inline-block;
}
.logo_section a img{
  width: 100%;
}
.minister_section{
  width: 40%;
  display: inline-block;
}
.minister img{
  width: 100%;
  height: auto;
}
}

.accordion_item_design{
  background: #fff;
  padding: 6px;
  border-bottom: 1px solid #6e6b6b30;
}
.accordion_item_design a{
  color: #212529;
}
.accordion_header{
  font-size: 14px;
  padding: 9px 11px;
  margin-bottom: 0;
}
.border_secondary{
  border-color: #d1d1d1!important;
}
.tbl_width{
  width: 90px;
}
.moving-div2 {
  /* width: 100%; */
  /* border-top: 2px solid #2f5eb2; */
  /* height: 50px; */
  /* background-color: green; */
  position: fixed;
  text-align: center;
  top: 30rem;
  right: -45px;
  z-index: 6;
  /* animation: moveUpDown 3s ease; */
  transform: rotate(-90deg);
}
.moving-div2 h4 {
  background: #33a578;
  color: #fff;
  font-size: 15px;
  width: fit-content;
  margin: 0px auto;
  padding: 3px 15px;
  /* height: 16px; */
}
.moving-div2 h4 a {
  color: #ffffff;
  font-size: 19px;
  /* font-weight: 600; */
  text-transform: uppercase;
}
.govt_5T_icon img{
  width: 590px;
}
.lang-link.active {
  background-color: blue;
  color: white;
  border: 1px solid blue;
}




 /* Icon style replacement */
 .accordion-head::after {
  
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  
  transition: all 0.3s;
}

/* Accordion */
.accordion {
  background-color: #ffffff;
  border:1px solid #e5e5e5;
  /* border-radius: 0.5rem;
  margin-bottom: 0.75rem; */
  overflow: hidden;
  position: relative;
  transition: 0.3s ease all;
  padding: 0 0 0.75rem 0;
}
/* 
@media (min-width: 992px) {
  .accordion {
      padding: 0 0 1.5rem 0;
  }
} */

 

.accordion-head {
  background-color: #ffffff;
  border: none;
  font-size: 1rem;
 
  padding: 0.75rem 0.75rem 0 0.75rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease all;
}

/* @media (min-width: 992px) {
  .accordion-head {
      padding: 1.5rem 1.5rem 0 1.5rem;
  }
} */

.accordion-head:focus-visible {
  outline: none;
}

 
.accordion-head.__active {
  /* background-color: #f5f6ff; */
  padding-bottom: 0.75rem !important;
  padding: 13px 14px;
  background: linear-gradient(90deg, rgb(211 226 241) 0%, rgba(232, 242, 255, 1) 50%);
}

@media (min-width: 992px) {
  .accordion-head.__active {
      padding-bottom: 1.5rem;
  }
}

 
.accordion-content {
  display: none;
  padding: 0 0.75rem;
  transition: 0.3s ease all;
}

@media (min-width: 992px) {
  .accordion-content {
      padding: 0 1.5rem;
  }
}

.accordion-content p:last-child {
  margin-bottom: 0;
}
.drop_arrow_img {
  transition: transform 0.3s ease;
}

.accordion-head.__active .drop_arrow_img {
  transform: rotate(180deg);
}


.accordion_list{
  margin: 0 22px;
}
.drop_arrow_img{
  width: 19px;
}