/*
    ********OLD************
    font-family: 'Libre Baskerville', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;: for hindi

    *********New ************
    font-family:'Poppins-SemiBold',serif;
    font-family:'Montserrat-SemiBold',serif;
    font-family:'Montserrat-bold',serif;
    font-family:'Libre-Baskerville',serif;


*/

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: "Montserrat-bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: "Libre-Baskerville";
  src: url("../fonts/Libre-Baskerville.eot");
  src: url("../fonts/Libre-Baskerville.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Libre-Baskerville.woff2") format("woff2"),
    url("../fonts/Libre-Baskerville.woff") format("woff"),
    url("../fonts/Libre-Baskerville.svg#Libre-Baskerville") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Libre-Baskerville";
  src: url("../fonts/Libre-Baskerville-Bold.eot");
  src: url("../fonts/Libre-Baskerville-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Libre-Baskerville-Bold.woff2") format("woff2"),
    url("../fonts/Libre-Baskerville-Bold.woff") format("woff"),
    url("../fonts/Libre-Baskerville-Bold.svg#Libre-Baskerville-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}

@font-face {
  font-family: "Aleo Light";
  src: url("../fonts/Aleo-Light-Italic.eot");
  src: url("../fonts/Aleo-Light-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aleo-Light-Italic.woff") format("woff"),
    url("../fonts/Aleo-Light-Italic.woff2") format("woff2"),
    url("../fonts/Aleo-Light-Italic.svg#Aleo-Light-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

*,
html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-bold", serif;
  font-weight: 700;
}

a,
a:hover {
  color: #d85c54;
}

html,
body {
  color: #000;
  font-family: "Libre-Baskerville", serif;
  font-size: 16px;
  line-height: 26px;
}

.list-style-none {
  list-style: none;
  margin: 0;
  padding: 0;
}

.common-btn {
  font-family: "Montserrat-SemiBold", serif;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  padding: 13px 22px;
  text-decoration: none;
  display: inline-block;
}

.common-btn:hover {
  text-decoration: none;
}

.common-btn img {
  margin-left: 5px;
}

.landing-page-common-heading {
  letter-spacing: -1px;
}

.innerpages-heading {
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.00017183px;
  margin: 0;
}

.libre-bold {
  font-weight: 700;
  font-family: "Montserrat-bold", serif;
}

/*Header start*/
header {
  font-family: "Montserrat-SemiBold", serif;
  padding: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}

header .container-fluid {
  /* padding-left: 0;
  padding-right: 0; */
}

.top-band {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px 5px;
  font-family: "Montserrat-SemiBold", serif;
  background-color: #fff;
}

.top_band_career_link a {
  font-family: "Montserrat-Medium";
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
}

.top-band-left {
  font-size: 12px;
}

.bhart-sarkar {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

span.seprator {
  margin: 0 10px;
}

.GOI {
  font-family: "Montserrat-SemiBold", serif;
  font-size: 12px;
  text-transform: uppercase;
}

.language-dropdown {
  display: none;
  left: inherit;
  right: -15px;
}

.language-dropdown button:hover {
  background-color: #ff9500;
  color: #fff;
  border-radius: 0;
}

.selected-lang {
  display: block;
  font-size: 14px;
  padding: 0 25px 0 45px;
  position: relative;
  cursor: pointer;
}

.selected-lang:before {
  background: url("https://cdn.poshantracker.in/public-assets/image/lang-icon.svg") no-repeat center left;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 35px;
  position: absolute;
}

.selected-lang:after {
  background: url("https://cdn.poshantracker.in/public-assets/image/down-arrow.svg") no-repeat center right;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 16px;
  position: absolute;
}

.menu-trigger {
  position: relative;
  min-width: 20px;
  display: none;
}

.menu-trigger span {
  background-color: #000;
  height: 2px;
  position: absolute;
  width: 100%;
}

.menu-trigger span:nth-child(1) {
  top: 0;
  left: 0;
}

.menu-trigger span:nth-child(2) {
  width: 80%;
  top: 6px;
}

.menu-trigger span:nth-child(3) {
  top: 12px;
  left: 0;
}

.statistics-submenu {
  display: none;
}

.statistics-submenu.open {
  display: block;
}

.top-band-link {
  margin-left: 30px;
}

.poshan-altas-logo {
  font-family: "Libre-Baskerville", serif;
  font-weight: 700;
  /* margin-left: 10px; */
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -1px;
  color: #9b242d;
  border-left: 1px solid #d8d8d8;
  padding-left: 15px;
}

.poshan-altas-logo:hover,
.poshan-altas-logo:focus {
  text-decoration: none;
  color: #9b242d;
}

.header-section2 {
  padding: 10px 0px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}

/* .header-sec2-right {
  text-align: right;
} */
.top-band-link li:not(:first-child) {
  margin-left: 20px;
}

.top-band-link a {
  color: #9b242d;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.top-band-link a:hover {
  text-decoration: underline;
}

.header-sec2-middle {
  /* flex: 1; */
  text-align: center;
  /* display: flex; */
  transition: all 0.5s ease-in;
}

.top-nav {
  /* padding: 0px 15px; */
  transition: all 0.5s ease-in;
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  flex: 1;
}

/* .top-nav ul {
  justify-content: center;
} */
.top-nav ul li {
  position: relative;
  padding: 0;
  display: inline-block;
}

.top-nav ul li:not(:first-child) {
  /* margin-left: 15px; */
  padding: 0 8px;
}

.top-nav ul li a {
  color: #000;
  font-size: 10px;
  font-family: "Montserrat-bold", serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 4px;
  display: flex;
  align-items: center;
}

.top-nav ul li a:hover {
  text-decoration: none;
  color: #d85c54;
}

.top-nav ul li.active-nav a {
  color: #d85c54;
}

.top-nav ul li.active-nav:after,
.top-nav ul li:hover :after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #d85c54;
  width: 100%;
}

.statistics-submenu li {
  list-style: none;
  border-top: none !important;
}

.close-icon {
  display: none;
}

/*Header End*/

/*Banner Start*/
.banner-section {
  background-color: #faf1eb;
  width: 100%;
  text-align: center;
}

.banner-section img {
  max-width: 100%;
}

/*Banner End*/

/* Our Mission section start*/
.our-mission-section {
  background-color: #faf1eb;
  color: #fff;
  padding: 50px 0 100px;
}

.our-mission-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.our-mission-right {
  background: #d85c54 url("../images/our-mission-bg.png") no-repeat right bottom;
  border-radius: 0 5px 5px 0;
  top: 50px;
  width: 100%;
  padding: 0 60px 30px 55px;
  position: relative;
}

.our-mission-right table {
  margin-top: 10px;
  margin: 0 auto;
}

.our-mission-right table th,
.our-mission-right table td {
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 16px;
  padding: 5px;
}

.our-mission-right table td {
  padding: 3px 4px;
}

.our-mission-right ul {
  margin-left: 20px;
}

.about-text-image {
  float: left;
  margin: 0 50px 0px 0;
  position: relative;
  top: -50px;
}

/* .our-mission-right:before{  background-color: #D85C54; content: ""; position: absolute; left: -65px; width: 70px; height: 100%; top: 0; border-radius: 5px 0 0 5px;} */
.our-mission-container .landing-page-common-heading {
  padding-top: 30px;
}

.our-mission-container .landing-page-common-heading:after {
  display: none;
}

.our-mission-container .landing-page-common-heading span {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.our-mission-container .landing-page-common-heading span:after {
  background-color: #faf1eb;
  content: "";
  mix-blend-mode: normal;
  opacity: 0.3;
  height: 5px;
  width: 90px;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.our-mission-right p {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-top: 13px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* Our Mission section End*/

/*MythBusters Start*/
.nutrition-details-section {
  padding: 50px 0 100px;
}

.nutrition-details-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.nutrition-content-sec {
  background: #faf1eb no-repeat 54px 30px;
  border-radius: 5px 0 0 5px;
  padding: 50px 40px 40px 90px;
  position: relative;
  z-index: 2;
}

.nutrition-content-sec:before {
  background-color: #faf1eb;
  content: "";
  position: absolute;
  right: -55px;
  width: 88px;
  height: 100%;
  top: 0;
  border-radius: 0 5px 5px 0;
}

.nutrition-content-sec h3 {
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.nutrition-content-sec h6 {
  font-size: 18px;
}

.nutrition-content-sec p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

.nutrition-details-cta {
  padding-top: 10px;
}

.nutrition-details-cta a {
  background-color: transparent;
  border: 1px solid #9b242d;
  color: #9b242d;
}

.nutrition-details-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 50%;
  min-width: 570px;
  z-index: 1;
  top: 50px;
}

.nutrition-details-img img {
  max-width: 100%;
}

.nutrition-content-sec h3.landing-page-common-heading {
  display: flex;
  align-items: center;
}

.nutrition-content-sec h3.landing-page-common-heading img {
  height: 80px;
  margin-left: 20px;
}

/*MythBusters end*/

/*Join Us Start*/
.join-us-section {
  /*background: #fef2f2 url(https://img1.digitallocker.gov.in/porshontracker/PoshanTracker-bg.png) no-repeat -163px 75px;*/
  padding: 50px 0;
  font-family: "Montserrat-Medium";
  background-size: 469px auto;
}

.join-us-section-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  align-items: center;
}

.join-us-content {
  padding-right: 30px;
  flex: 1;
}

.join-us-content h3 {
  margin-bottom: 40px;
}

.join-us-content p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.join-us-btn {
  padding-top: 10px;
  display: flex;
  padding-bottom: 20px;
}

.join-us-btn a:nth-child(2) {
  margin-left: 10px;
}

.join-us-btn a:nth-child(3) {
  display: inline-block;
  margin-left: 10px;
}

.join-us-btn a:first-child img {
  background-color: #fff;
  border-radius: 5px;
}

.join-us-section-container {
  align-items: flex-start;
  flex-wrap: wrap;
}

.join-us-section .poshan-app-title,
.join-us-section .hyphen {
  font-family: "Montserrat-bold";
  font-size: 28px;
}

.join-us-section .tracker-title {
  font-family: "Montserrat-Medium";
  font-size: 28px;
}

.join-us-section .malnutrition-title {
  font-family: "Libre-Baskerville";
  font-style: italic;
}

.join-us-section p {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  line-height: 26px;
}

.join-us-section hr {
  border-top-color: #d85c54;
  opacity: 0.5;
  margin-top: 0;
}

.join-us-qrcode-section {
  display: flex;
  justify-content: space-between;
  /*border-top: 1px solid #D85c54;*/
  padding-top: 30px;
}

.join-us-qrcode-section .qr-code img {
  max-width: 100px;
}

.poshan-tracker-app-title {
  color: #d85c54;
  text-transform: uppercase;
}

.poshan-app-join-us-title {
  font-family: "Montserrat-bold";
  font-size: 20px;
}

.tracker-app-join-us-title {
  font-size: 20px;
  line-height: 15px;
}

.twelve-different-lang {
  font-size: 12px;
  line-height: 15px;
  margin-right: 20px;
}

.google-button-section {
  max-width: 200px;
}

.join-us-qrcode-section .google-button-section p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.poshan-tracker-or-section {
  font-family: "Montserrat-SemiBold";
  font-size: 15px;
  padding-top: 30px;
  text-align: center;
  color: #d85c54;
  min-width: 150px;
}

.qr-code-section {
  text-align: center;
  max-width: 140px;
}

.qr-code-section p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.join-us-section .landing-page-common-heading+p+p {
  margin-bottom: 10px;
}

.qr-code {
  margin-bottom: 15px;
}

.about-other-text.hide {
  display: none;
}

/*Join Us End*/

/*Footer Start*/
.footer {
  padding: 15px 0 15px 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.footer-top {
  padding-bottom: 0px;
  flex-wrap: wrap;
}

.footer-menu {
  width: 100%;
}

.footer-menu>ul {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.footer-menu li:not(:first-child) {
  margin-left: 50px;
}

.footer-menu li a {
  color: #fff;
  font-family: "Montserrat-SemiBold", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.footer-media {
  margin-left: 0;
  text-align: right;
}

.footer-media a:not(:first-child) {
  margin-left: 30px;
}

.footer-bottom {
  padding-top: 10px;
}

.back-to-top {
  display: none;
  height: 40px;
  width: 40px;
  background-color: #d85c54;
  border-radius: 50%;
  position: fixed;
  right: 10%;
  bottom: 290px;
  z-index: 9;
  border: 1px solid #fff;
}

.back-to-top-icon {
  height: 100%;
  width: 100%;
}

.back-to-top-icon img {
  width: 16px;
}

.footer-app-icons {
  margin-left: auto;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.footer-menu+.footer-app-icons {
  margin-top: 40px;
}

.footer-app-icons a {
  margin-left: 15px;
}

.footer-app-icons a:first-child {
  margin-left: 0px;
}

.footer-app-icons a:first-child img {
  background-color: #fff;
  border-radius: 5px;
}

.footer-left-section {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  line-height: 15px;
}

.footer-left-section p {
  margin-bottom: 0;
}

.address-section {
  max-width: 328px;
}

.address-title {
  font-family: "Montserrat-bold";
}

.complete-address-name {
  line-height: 15px;
}

.phone-number-section {
  margin-top: 10px;
}

.phone-number-section .phone-number-content {
  font-family: "Montserrat-bold";
}

.footer-right-section {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.email-section {
  margin-top: 10px;
}

.email-section>.email-label {
  font-family: "Montserrat-bold";
}

/* new footer edits starts */

.footer_new_above_logo_text {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8;
}

.footer_new {
  margin: 20px 0;
}

/* new footer edits ends */

/*Footer End*/

/* Statistics */
.statistics-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: center;
  padding: 24px 15px 0px;
}

.statistics-left-section {
  margin-right: 40px;
}

.statistics-list-style-none li {
  width: 270px;
  background-color: #fef2f2;
  padding: 5px 0 5px;
  border-bottom: 1px solid #fff;
  list-style: none;
}

.statistics-list-style-none li a {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #000000;
}

.statistics-list-style-none li img {
  width: 24px;
  height: 18px;
  margin-left: 20px;
  margin-right: 13px;
}

.statistics-list-style-none li:first-child {
  border-radius: 5px 5px 0 0;
}

.statistics-list-style-none li.active-nav {
  background-color: #d85c54;
}

.statistics-list-style-none li.active-nav a {
  color: #fff;
}

.statistics-list-style-none li a:hover {
  text-decoration: none;
}

.statistics-tiles {
  float: left;
}

.statistics-tiles-container {
  display: flex;
  width: 270px;
  height: 130px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  margin-bottom: 30px;
}

.statistics-tiles-title {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  padding: 0 0 8px;
}

.statistics-tiles-left {
  width: 100%;
  padding: 15px 10px 10px 15px;
}

.statistics-tiles-heading {
  background-color: #ffffff;
}

.statistics-tiles-content-container {
  border-color: #fff !important;
  box-shadow: 0 4px 10px rgb(0 29 54 / 4%);
  border-radius: 6px !important;
  height: 100%;
  background-color: #fff !important;
}

.widget-chart-flex span {
  float: left;
  font-family: "Montserrat-Light";
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  color: #d85c54;
  line-height: 48px;
}

/* .widget-chart-wrapper,.widget-chart-wrapper .area{height: 350px;} */
.statistics-right-section {
  flex: 1;
}

.statistics-container {
  position: relative;
  display: block;
  /* min-height: calc(100vh - 421px); */
}

.statistics-container .card-header-title {
  background-color: #d85c54;
  padding: 10px 15px;
  position: relative;
  margin: 18px 18px 0px;
  border-radius: 5px;
  cursor: pointer;
}

.statistics-container .card-header {
  border-bottom: transparent !important;
}

.statistics-container .card-header-title h5 {
  color: #fff;
  font-weight: normal !important;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
}

.statistics-container .card {
  border: none;
  background-color: #f4f6f9;
  height: 100%;
}

.statistics-container .card-header-title button {
  text-decoration: none;
  position: relative;
}

.statistics-container .card-header-title img {
  max-width: 24px;
  margin-right: 10px;
}

.statistics-container .card-header-title button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 20px;
  transition: all 0.5s ease-in;
  background-size: 16px auto;
  background: url("https://cdn.poshantracker.in/public-assets/image/up-arrow.svg") no-repeat 0 0;
}

/* .statistics-container .card-header-title button[aria-expanded = 'true']:after {



} */

.statistics-container .card-header-title button[aria-expanded="false"]:after {
  transform: rotate(180deg);
}

.loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-side-statistics.row>div[class*="col-"] {
  margin-bottom: 20px;
}

/*poshan tracker landing stats start*/
.poshan-tracker-landing-stats {
  padding: 35px 0;
  background-color: #fff;
}

.poshan-tracker-landing-stats .stats-landing-page {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.right-side-statistics {
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.right-side-statistics .statistics-tiles.active-users {
  display: none;
}

.right-side-statistics .statistics-tiles {
  max-width: 24%;
  width: 100%;
  margin-right: 1.25%;
}

.right-side-statistics .statistics-tiles:last-child {
  margin-right: 0;
}

.right-side-statistics .statistics-tiles-container {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
}

.statistics-tiles-left {
  position: relative;
  display: flex;
  flex-direction: column;
}

.statistics-image {
  position: absolute;
  bottom: 0;
  right: 0px;
  padding-right: 10px;
  text-align: right;
  height: 85%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.statistics-image img {
  max-height: 100%;
}

.statistics-tiles-title,
.statistics-tiles-value {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.statistics-tiles-left .statistics-tiles-title {
  font-size: 12px;
  color: #000;
  padding-bottom: 0px;
  line-height: 15px;
  margin-bottom: 10px;
}

.statistics-tiles-left .statistics-tiles-value {
  font-family: "Montserrat-Light";
  font-size: 25px;
  color: #d85c54;
  line-height: normal;
  margin-top: auto;
}

.poshan-tracker-works-title {
  font-family: "Montserrat-bold";
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.know-more-link {
  font-family: "Montserrat-Light";
  cursor: pointer;
  color: #d85c54;
}

/*poshan tracker landing stats End*/

/*poshan tracker works section start*/
.poshan-tracker-works-section {
  background-color: #f9f9f9;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*poshan tracker works section End*/

/*Contact us section Start*/
.contact-us-section {
  background-color: #fef2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.contact-us-left-section {
  padding-right: 20%;
}

.contact-us-title {
  font-family: "Montserrat-SemiBold";
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: -0.56px;
}

.contact-us-email-address {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #fff;
}

.contactus-section-container {
  width: 1200px;
  padding: 0 15px;
}

.contact-us-inner-container,
.contact-us-inner-container:hover {
  text-decoration: none;
}

.video-conference-contactus-date-day {
  font-family: "Montserrat-Medium";
  color: #000;
  font-size: 16px;
  text-align: center;
}

.video-conference-contacus-button {
  font-size: 14px;
  margin-top: 28px;
  display: flex;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  justify-content: center;
  align-items: center;
}

.video-conference-contacus-button .contact-us-button {
  background-color: #d85c54;
  padding: 8px 42px;
  border-radius: 5px;
}

.contact-us-right-section {
  padding: 14px 0 0;
  text-align: center;
}

/*Contact us section END*/

.poshan-tracker-works-content {
  padding: 0 15px;
}

.poshan-tracker-works-content img {
  max-width: 100%;
}

.contactus-section {
  background-color: #fef2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 74vh;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Medium";
}

.contactus-section .contact-us-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.video-conference-title,
.getintouch-title {
  font-family: "Montserrat-bold";
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.address-icon,
.getintouch-email-icon,
.getintouch-phone-icon {
  margin-right: 10px;
}

.getintouch-address,
.getintouch-email,
.getintouch-phone-number {
  display: flex;
  margin-bottom: 10px;
}

.contact-us-third-row img {
  max-width: 100%;
}

.video-conference-button a:hover {
  color: #fff;
  text-decoration: none;
}

/* Not-Found Page error Start*/
.not-found-page-error {
  padding: 60px 15px 0;
  text-align: center;
  min-height: calc(100vh - 271px);
}

.page-not-found-text {
  font-size: 45px;
}

.page-not-found-content {
  font-size: 16px;
  font-family: "Montserrat-Light";
  padding: 7px 0 11px;
}

.not-found-link a {
  font-size: 16px;
  font-family: "Montserrat-Light";
}

.not-found-link a:hover {
  text-decoration: none;
}

.page-not-found-icons {
  margin-top: 40px;
  max-width: 100%;
}

.join-us-img {
  float: right;
  margin: 0 0 0 20px;
  max-width: 100%;
  position: relative;
  top: -40px;
}

.resources-section {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 30px;
}

.resources-section ul {
  list-style-type: disc !important;
  padding-left: 15px;
}

.resources-section ul li {
  margin-bottom: 5px;
}

.resources-section ul li a {
  font-family: "Montserrat-Medium";
  font-size: 16px;
}

.resources-section ul li a:hover {
  text-decoration: none;
}

.resources-section h1 {
  font-size: 28px;
  padding-bottom: 10px;
}

.statistics-section,
.accordion-wrapper {
  background-color: #f4f6f9;
}

.statistics-left-section {
  display: none !important;
}

.accordion-wrapper .card-body {
  padding: 0.3rem !important;
}

.react-date-picker__wrapper {
  box-shadow: 0 4px 10px rgb(0 29 54 / 4%);
  border-radius: 6px !important;
  padding: 0 10px !important;
  background-color: #fff;
  border: transparent !important;
}

.main-class {
  color: #808080;
  border-color: hsl(0, 0%, 80%);
  min-height: 38px;
  outline: 0 !important;
  font-size: 16px !important;
  font-family: "Montserrat-Medium";
}

.react-date-picker__inputGroup__input {
  color: #808080 !important;
}

.awc-information {
  position: relative;
  padding: 22px 0px 8px 0px;
}

.card-inner-container {
  height: 100%;
}

.card-inner-container .inner-cell {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-inner-container .inner-cell>div:nth-child(2) {
  margin-top: auto;
}

.card-wrapper {
  border-color: #fff !important;
  box-shadow: 0 4px 10px rgb(0 29 54 / 4%);
  margin-bottom: 15px;
  border-radius: 6px !important;
}

.total_awc {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.total_beneficiaries {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.attendance_today {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.vaccination_today {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.thr_given_today {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.hcm_given_today {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.balvatika {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
}

.electricity {
  background-image: url(https://cdn.poshantracker.in/public-assets/image/card-AWW-USERS.svg);
  background-position: 93% bottom;
  background-repeat: no-repeat;
  background-color: #ffffff !important;
}

.card-wrapper .text-xs {
  font-family: "Montserrat", sans-serif;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 700 !important;
}

.card-wrapper .h5 {
  font-family: "Montserrat", sans-serif;
  color: #d85c54;
  font-weight: 300 !important;
  font-size: 30px !important;
}

.top-tile {
  padding: 10px 18px;
  border-radius: 6px !important;
}

.accordion-faq-wrapper {
  font-family: "Montserrat-Medium";
}

.accordion-faq-wrapper h5 {
  color: #d85c54;
  position: relative;
  padding-right: 25px !important;
  font-size: 16px;
  font-family: "Montserrat-Medium";
  font-weight: inherit;
}

.accordion-faq-wrapper h5:after {
  content: "";
  transition: all 0.5s ease-in;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  /down-arrow-red.svg") no-repeat center center;
 background-size: 16px auto;
}

.accordion-faq-wrapper .card {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.accordion-faq-wrapper .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0 0 10px 0;
}

.accordion-faq-wrapper .card-header button {
  text-decoration: none;
}

.accordion-faq-wrapper .card-header button[aria-expanded="true"] h5:after {
  transform: rotate(180deg);
}

.accordion-faq-wrapper .card-body {
  padding: 0;
}

.accordion-faq-wrapper .card-body ol {
  padding: 0 0 0 17px;
  margin-left: 20px;
}

.accordion-faq-wrapper .card-body ol li {
  padding-left: 5px;
}

.accordion-faq-wrapper .card-body ul {
  margin-left: 20px;
}

.accordion-faq-wrapper .card-body ul li {
  padding-left: 5px;
}

.card {
  border: none;
}

.accordion-faq-wrapper .card:last-child {
  border-bottom: none;
}

.accordion-faq-wrapper .card {
  border-bottom: 1px solid #ccc;
}

.accordion-faq-wrapper .card-header .btn {
  white-space: inherit;
}

.resources-section h1.faq-title {
  padding-top: 25px;
}

.api-setu-logo {
  padding-right: 18px;
}

.language-change {
  /* border-left: 1px solid #d8d8d8;
  padding-left: 20px; */
}

.language-dropdown {
  max-height: 320px;
  overflow-y: scroll;
}

.awc-beneficiries-report .card-title {
  font-family: "Montserrat-bold";
}

.awc-beneficiries-report th.title-name {
  text-align: left;
}

.beneficiary-list-data th.title-name {
  width: 30%;
}

.awc-beneficiries-report th {
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.awc-beneficiries-report td {
  font-family: "Montserrat-Light";
  text-align: center;
}

.beneficiary-list-data {
  width: 100%;
}

.table-responsive>table {
  position: relative;
}

.table-responsive>table>thead>tr>th {
  position: sticky;
  top: 0;
  background: #fef2f2;
}

.beneficiary-list-data .table-responsive {
  max-height: 500px;
  overflow-y: auto;
  height: 500px;
}

/*.beneficiary-list-data .table thead th, .beneficiary-list-data .table tbody th, .beneficiary-list-data .table tbody td{vertical-align: bottom;}*/
.beneficiary-list-data .children-table th,
.beneficiary-list-data .children-table td {
  border: none;
}

.children-table tr:nth-child(2) th {
  position: relative;
}

.children-table tr td {
  width: 33.33%;
}

.children-table tr:nth-child(2) th:before {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.beneficiary-state-district-data {
  border-radius: 6px;
}

.awc-beneficiries-report {
  margin-top: 10px;
}

.beneficiary-list-data .table-responsive>table>thead>tr>th:not(:nth-child(4)) {
  padding-top: 25px;
  vertical-align: top;
}

.beneficiary-list-data table tbody>tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0 5px rgb(0 0 0 / 15%);
}

.beneficiary-list-data table tbody>tr>th,
.beneficiary-list-data table tbody>tr>td {
  vertical-align: middle;
}

.dashboard-tiles-title {
  line-height: 20px;
}

.heading-data {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.navigation {
  position: absolute;
  right: 0;
}

.heading-data .navigation {
  position: static;
  margin-left: auto;
}

.thr-trends-title {
  font-family: "Montserrat-bold";
  font-size: 20px;
}

.statistics-container .thr-trends-section .card-header {
  background-color: transparent;
  padding-left: 0;
}

.navigation .nav-item a.active {
  background-color: transparent;
  border-bottom: 2px solid #000000 !important;
  border: none;
}

.navigation .nav-tabs {
  border-bottom: none;
}

.navigation .nav-item a {
  font-family: "Montserrat-Light";
}

.navigation .nav-item a:hover {
  border: none;
  border-radius: 0px;
}

/*Home page baner section start*/

.main-banner,
.main-banner-mobile {
  background-color: #fef2f2;
  font-family: "Montserrat-Medium";
  position: relative;
  font-size: 12px;
  line-height: 0;
}

.banner-sec {
  position: relative;
  z-index: 2;
  width: 100%;
}

.banner-riban {
  position: absolute;
  left: 0;
  top: 0;
}

.banner-content-container {
  margin: 0 auto;
  position: relative;
  padding: 55px 20px 0;
  flex: 1;
}

.banner-content-container h1,
.main-banner-mobile h1 {
  font-family: "Montserrat-bold";
  font-weight: normal;
  color: #9b242d;
  margin: 0;
  text-transform: uppercase;
}

.banner-content-container h1 span,
.main-banner-mobile h1 span {
  color: #df7426;
  font-family: "Montserrat-Medium";
  font-weight: normal;
  text-transform: capitalize;
}

.banner-content-container h2,
.main-banner-mobile h2 {
  font-family: "Aleo Light", serif;
  font-weight: normal;
  color: #000000;
}

.qr-code-content h3 {
  font-family: "Montserrat-bold";
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.qr-code-content p {
  margin: 0;
}

.banner-app-screen {
  position: relative;
}

.banner-modi-img {
  margin-right: 0;
}

.googleplaybutton {
  width: 7.25em;
  margin-top: 5px;
}

/*Home page baner section End*/

.beneficiary-list-data .table-responsive>table>thead>tr>th:not(:nth-child(4)) {
  padding-top: 25px;
  vertical-align: middle;
}

.list-heading-dropdown>label {
  margin: 0 5px 0 0;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
}

.list-heading-dropdown>div {
  flex: 1;
  font-size: 12px;
  font-family: "Montserrat-SemiBold";
}

.customize_scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.customize_scrollbar::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
  width: 4px;
}

.customize_scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
}

.beneficiary-list-data th.title-name {
  width: 165px;
  font-size: 12px;
  font-family: "Montserrat-SemiBold";
}

.beneficiary-list-data th:last-child,
.beneficiary-list-data td:last-child {
  text-align: right;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
}

.heading-data .navigation .nav-item a {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.heading-data .navigation .nav-item a:hover {
  color: #000;
  border-bottom: 2px solid rgba(0, 0, 0, 1) !important;
}

.circulars-heading {
  padding-top: 25px;
}

@media (min-width: 2000px) {
  .banner-container picture img {
    width: 100%;
  }
}

/*Media for home page banner only start*/

@media (min-width: 768px) {

  /*Home page baner section start*/
  .banner-content-container h1 {
    font-size: 4em;
    margin: 0 0 20px 0;
  }

  .banner-content-container h2 {
    font-size: 2em;
    margin-bottom: 30px;
    /* max-width: 65%; */
  }

  .banner-content-container h2+div {
    margin-bottom: 24px !important;
  }

  .qr-code-content h3 {
    font-size: 1em;
    line-height: 1.25em;
    /* max-width: 52%; */
    margin-bottom: 10px;
  }

  .qr-code-content p {
    font-size: 0.95em;
    line-height: normal;
    /* max-width: 52%; */
  }

  .banner-app-screen {
    bottom: 25px;
    right: 265px;
  }

  .banner-poshan-abhiyan-logo {
    margin-right: 0px;
  }

  .qr-code-content {
    margin-left: 25px !important;
  }

  .banner-app-screen {
    bottom: 15px;
    right: 10px;
  }

  .banner-app-screen img {
    /* width: 17em; */
    position: absolute;
    bottom: -15px;
  }

  .woman-wtih-child img {
    width: 14em;
  }

  .banner-poshan-abhiyan-logo img {
    width: 9.31em;
  }

  .banner-modi-img {
    background: url("https://cdn.poshantracker.in/public-assets/image/modi-jee-bg-img.png") repeat-y top right;
    background-size: 16em auto;
  }

  .banner-modi-img img {
    width: 18em;
  }

  .banner-riban img {
    max-width: 37.68em;
  }

  .main-banner-mobile {
    display: none;
  }

  .woman-wtih-child {
    padding-left: 10px;
  }

  /*Home page baner section End*/
}

@media (min-width: 1000px) {
  .main-banner {
    font-size: 12px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 12em;
  }
}

@media (min-width: 1200px) {
  .main-banner {
    font-size: 15px;
  }

  .banner-app-screen img {
    /* width: 19em; */
    position: absolute;
    bottom: -15px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 10.5em;
  }
}

@media (min-width: 1300px) {
  .main-banner {
    font-size: 15.5px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 10em;
  }
}

@media (min-width: 1400px) {
  .main-banner {
    font-size: 16.5px;
  }

  .banner-app-screen img {
    /* width: 19em; */
    position: absolute;
    bottom: -15px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 9.5em;
  }
}

@media (min-width: 1500px) {
  .main-banner {
    font-size: 17px;
  }

  .banner-app-screen img {
    /* width: 21em; */
    position: absolute;
    bottom: -15px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 9em;
  }
}

@media (min-width: 1600px) {
  .main-banner {
    font-size: 19px;
  }
}

@media (min-width: 1900px) {
  .main-banner {
    font-size: 22px;
  }

  .banner-poshan-abhiyan-logo img {
    width: 8em;
  }

  .banner-app-screen img {
    /* width: 19em; */
    position: absolute;
    bottom: -15px;
  }
}

@media (min-width: 2200px) {
  .main-banner {
    font-size: 28px;
  }
}

@media (min-width: 2500px) {
  .main-banner {
    font-size: 30px;
  }
}

/*Media for home page banner only End*/

@media (min-width: 1201px) {
  .above-the-fold {
    min-height: calc(100vh - 271px);
  }

  .join-us-section {
    padding: 50px 0 20px;
  }
}

@media (min-width: 1024px) {
  .landing-page-common-heading {
    max-width: 60%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1680px) {

  /* .card-wrapper .text-xs{min-height: 60px;} */
  .card-wrapper .h5 {
    font-size: 24px !important;
  }
}

/*Ipad Portrait landscape */
@media (max-width: 1200px) {
  .top-nav ul li:not(:first-child) {
    margin-left: 15px;
  }

  .top-nav ul li a {
    font-size: 10px;
  }

  /*Landing Page start*/
  h3.landing-page-common-heading {
    font-size: 34px;
  }

  .nutrition-details-container {
    align-items: center;
  }

  .nutrition-details-img {
    top: 0px;
  }

  .nutrition-content-sec {
    padding: 50px 30px 40px 30px;
  }

  .crops-grown-table,
  .historical-crops-table {
    max-width: 490px;
  }

  .nutrition-details-img {
    min-width: 470px;
    max-width: 40%;
  }

  .join-us-section .malnutrition-title {
    font-size: 14px;
  }

  .join-us-content {
    padding-right: 20px;
    padding-left: 0px;
  }

  .our-mission-container .landing-page-common-heading {
    padding-top: 30px;
    margin-bottom: 10px;
    line-height: normal;
    padding-bottom: 0;
  }

  .about-text-image {
    max-width: 40%;
  }

  /*Landing page End*/

  /*Footer*/
  .footer-menu li:not(:first-child) {
    margin-left: 30px;
  }

  /**/
  .join-us-section .poshan-tracker-or-section {
    min-width: 90px;
  }

  .awc-information>.row div[class*="col-"] {
    margin-bottom: 15px;
  }

  .join-us-section .poshan-tracker-or-section {
    min-width: 130px;
  }

  .join-us-section .qr-code-section {
    max-width: 100px;
  }
}

/*Ipad Portrait*/
@media (max-width: 1000px) {

  /*Mobile Menu*/
  body {
    /* padding-top: 162px !important; */
    /* padding-top: 115px; */
  }

  header {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
  }

  .top-band {
    /* position: fixed;
    top: 0; */
    width: 100%;
    /* left: 0; */
    background: #fff;
    z-index: 11;
  }

  .menu-trigger {
    display: block;
    /* margin-top: 15px;
    margin-right: 15px; */
  }

  header {
    background-color: #fff;
  }

  .menu-trigger span {
    transition: all 0.5s ease-in;
  }

  .menu-trigger.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
  }

  .menu-trigger.open span:nth-child(2) {
    display: none;
  }

  .menu-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }

  .header-section2 {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .header-sec2-middle img {
    max-width: 40px;
    margin: 0 20px;
  }

  .header-sec2-middle {
    text-align: center;
    justify-content: center;
    display: flex;
    align-self: center;
  }

  .header-sec2-middle.open-menu {
    left: 0;
  }

  .header-sec2-middle {
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    left: -100%;
    top: 108px;
    height: calc(100vh - 108px);
    z-index: 9;
    overflow-y: auto;
    width: 100%;
  }

  .top-nav ul {
    flex-direction: column;
    padding: 0 15px 0;
  }

  .top-nav ul li,
  .top-nav ul li:first-child {
    margin-left: 0 !important;
    padding: 10px 0;
    width: 100%;
  }

  .top-nav ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }

  .statistics-submenu li {
    list-style: none;
    border-top: none;
    opacity: 0.5;
  }

  .close-icon {
    display: none;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .close-icon span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 100%;
    position: absolute;
  }

  .close-icon span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
  }

  .close-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }

  .mobile-menu-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 108px;
    z-index: 8;
  }

  .mobile-menu-overlay.open-menu {
    display: block;
  }

  .submenu-trigger {
    position: absolute;
    right: 0px;
    top: 17px;
    height: 25px;
    width: 25px;
    text-indent: -100px;
    overflow: hidden;
  }

  .submenu-trigger:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #d85d54 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0;
  }

  .submenu-trigger.open:before {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #d85d54 transparent;
  }

  .top-nav ul li.active-nav:after,
  .top-nav ul li:hover :after {
    display: none;
  }

  /*Mobile Menu End*/

  .header-sec2-right {
    width: 275px;
    margin-left: auto;
  }

  .poshan-altas-logo {
    font-size: 24px;
  }

  .our-mission-section {
    padding: 50px 0 0px;
  }

  .our-mission-container {
    display: block !important;
    padding: 0;
  }

  .our-mission-right .landing-page-common-heading {
    margin-bottom: 30px;
  }

  .our-mission-right:before {
    background-color: #d85c54;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    bottom: -50px;
    top: auto;
  }

  .our-mission-right {
    padding: 80px 60px 30px 55px;
    top: -50px;
    width: 100%;
    border-radius: 0;
  }

  .about-text-image {
    float: none;
    margin: 0;
    position: relative;
    top: 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }

  .nutrition-details-section {
    padding: 0;
  }

  .nutrition-content-sec:before {
    display: none;
  }

  .nutrition-details-container {
    display: block !important;
    padding: 0;
  }

  .nutrition-content-sec {
    padding-bottom: 100px;
  }

  .nutrition-details-img {
    width: 100%;
    min-width: 100%;
    text-align: center;
    top: -50px;
    z-index: 3;
  }

  .join-us-section-container {
    display: block !important;
  }

  .join-us-content {
    min-width: 100%;
  }

  .join-us-img {
    padding-top: 50px;
  }

  .footer-menu li:not(:first-child) {
    margin-left: 0;
  }

  .footer-menu li {
    margin-bottom: 20px;
    margin-right: 25px;
  }

  .footer-app-icons {
    align-items: center;
  }

  .footer-app-icons img {
    max-width: 100%;
    max-height: 50px;
  }

  .footer-menu ul {
    flex-wrap: wrap;
  }

  .footer-menu li a {
    font-size: 14px;
  }

  .contact-us-left-section {
    padding-right: 10%;
  }

  .right-side-statistics .statistics-tiles {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .right-side-statistics {
    flex-wrap: wrap;
  }

  .join-us-qrcode-section {
    width: 100%;
  }

  /*Banner page start*/
  .main-banner-mobile {
    padding-top: 80px;
    display: block;
    line-height: 0;
  }

  .main-banner {
    display: none;
  }

  .join-us-qrcode-section {
    padding: 0 15px;
    align-items: center;
  }

  .banner-riban img {
    max-width: 100%;
  }

  .main-banner-mobile h1 {
    font-size: 46px;
  }

  .main-banner-mobile h2 {
    font-size: 36px;
  }

  .main-banner-mobile h1,
  .main-banner-mobile h2 {
    text-align: center;
    max-width: 64%;
    margin: 0 auto;
  }

  .mobile-woman-wtih-child {
    max-width: 33%;
  }

  .mobile-banner-modi-img {
    max-width: 35%;
    padding-top: 30px;
  }

  .mobile-banner-app-screen {
    max-width: 70%;
    margin: 20px auto;
    text-align: center;
  }

  .mobile-banner-poshan-abhiyan-logo {
    flex: 1;
    padding: 0 0px 0 15px;
  }

  .mobile-woman-wtih-child img,
  .mobile-banner-modi-img img,
  .mobile-banner-poshan-abhiyan-logo img,
  .mobile-banner-app-screen img {
    max-width: 100%;
  }

  .mobile-banner-modi-img {
    background: url("https://cdn.poshantracker.in/public-assets/image/modi-jee-bg-img.png") repeat-y top right;
    background-size: 16em auto;
  }

  .poshan-tracker-or-section {
    min-width: 55px;
    padding-top: 0;
  }

  .twelve-different-lang {
    margin-right: 0;
  }

  .mobile-banner-sec {
    margin-top: 20px;
  }

  /*Banner Page End*/
}

@media (max-width: 767px) {
  body {
    /* padding-top: 126px !important; */
  }

  .vmobilePort {
    display: block;
  }

  .hmobilePort {
    display: none;
  }

  .selected-lang {
    width: 5px;
    padding: 0 0 0 45px;
    overflow: hidden;
  }

  .selected-lang:after {
    display: none;
  }

  .top-band-link {
    flex: 1;
    justify-content: flex-end;
  }

  .top-band-link ul {
    justify-content: flex-end;
  }

  .header-sec2-middle {
    height: calc(100vh - 104px);
    overflow-y: auto;
    top: 104px;
  }

  .mobile-menu-overlay {
    top: 105px;
  }

  .language-dropdown {
    left: -105px;
  }

  .header-sec2-middle img {
    max-width: 22px;
    margin: 0 20px;
  }

  .menu-trigger {
    /* margin-top: 12px;
    margin-right: 0; */
  }

  .header-sec2-left {
    display: flex;
    align-items: center;
    padding-left: 0px;
  }

  .header-sec2-left img {
    max-height: 50px;
  }

  .poshan-altas-logo {
    font-size: 14px;
    line-height: 16px;
  }

  .header-sec2-right {
    width: 195px;
  }

  .header-sec2-right img {
    max-width: 78%;
  }

  .our-mission-section {
    padding: 25px 0 0 0;
  }

  .our-mission-right {
    padding: 15px 15px 30px 15px;
  }

  .our-mission-right table {
    margin-top: 30px;
  }

  .our-mission-right table th,
  .our-mission-right table td {
    font-size: 12px;
  }

  h3.landing-page-common-heading {
    font-size: 24px;
    line-height: 37px;
  }

  .nutrition-content-sec h3,
  .join-us-content h3 {
    margin-bottom: 13px;
  }

  .nutrition-content-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nutrition-details-img {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nutrition-details-img img {
    width: 100%;
  }

  .join-us-btn a img {
    max-height: 65px;
  }

  .join-us-btn {
    justify-content: center;
    flex-wrap: wrap;
  }

  .join-us-content {
    padding-left: 0;
    padding-right: 0;
  }

  .join-us-btn a:nth-child(2) {
    margin-left: 20px;
  }

  .footer-menu li:not(:first-child) {
    margin-left: 15px;
  }

  .footer-menu li a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-app-icons {
    width: 100%;
    justify-content: center;
  }

  .footer {
    padding: 30px 0 20px 0;
  }

  .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-menu {
    margin-bottom: 30px;
  }

  .footer-menu li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-menu li:not(:first-child) {
    margin-left: 0;
    margin-top: 0;
  }

  .footer-menu li a {
    padding: 10px 0;
  }

  .footer-media {
    margin-top: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-app-icons img {
    max-height: 80px;
  }

  .right-side-statistics {
    flex-wrap: wrap;
  }

  .right-side-statistics .statistics-tiles {
    max-width: 48%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .right-side-statistics .statistics-tiles:nth-child(2n) {
    margin-left: auto;
  }

  .join-us-qrcode-section {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .google-button-section,
  .join-us-section .poshan-tracker-or-section,
  .join-us-section .qr-code-section {
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
  }

  .google-button-section img {
    max-width: 150px;
  }

  .join-us-section {
    padding: 20px 0;
  }

  .landing-page-common-heading {
    line-height: 39px;
  }

  .footer-right-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .awc-information>.row div[class*="col-"],
  .statis-filter>.row>div[class*="col-"] {
    margin-bottom: 15px;
  }

  .contactus-section-container {
    padding: 0 2%;
  }

  .join-us-img {
    top: 0px;
  }

  .contact-us-title {
    font-size: 16px;
  }

  .video-conference-contactus-date-day {
    font-size: 12px;
  }

  .join-us-qrcode-section {
    padding-top: 5px;
  }

  .contact-us-left-section {
    padding-right: 5%;
  }
}

@media (orientation: landscape) and (max-height: 414px) {
  .join-us-qrcode-section {
    width: 100%;
  }

  /*Banner page start*/
  .main-banner-mobile {
    padding-top: 80px;
    display: block;
    line-height: 0;
  }

  .main-banner {
    display: none;
  }

  .join-us-qrcode-section {
    padding: 0 15px;
    align-items: center;
  }

  .banner-riban img {
    max-width: 100%;
  }

  .main-banner-mobile h1 {
    font-size: 46px;
  }

  .main-banner-mobile h2 {
    font-size: 36px;
  }

  .main-banner-mobile h1,
  .main-banner-mobile h2 {
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
  }

  .mobile-woman-wtih-child {
    max-width: 33%;
  }

  .mobile-banner-modi-img {
    max-width: 35%;
    padding-top: 30px;
  }

  .mobile-banner-app-screen {
    max-width: 70%;
    margin: 20px auto;
    text-align: center;
  }

  .mobile-banner-poshan-abhiyan-logo {
    flex: 1;
    padding: 0 10px;
  }

  .mobile-woman-wtih-child img,
  .mobile-banner-modi-img img,
  .mobile-banner-poshan-abhiyan-logo img,
  .mobile-banner-app-screen img {
    max-width: 100%;
  }

  .mobile-banner-modi-img {
    background: url("https://cdn.poshantracker.in/public-assets/image/modi-jee-bg-img.png") repeat-y top right;
    background-size: 16em auto;
  }

  .poshan-tracker-or-section {
    min-width: 55px;
    padding-top: 0;
  }

  .twelve-different-lang {
    margin-right: 0;
  }

  .mobile-banner-sec {
    margin-top: 20px;
  }

  .banner-app-screen img {
    /* width: 22em; */
    position: absolute;
    bottom: -15px;
  }

  .googleplaybutton {
    width: 11.25em;
  }

  .qr-code-content {
    margin-left: 15px !important;
  }

  .main-banner {
    display: none;
  }

  .main-banner-mobile {
    display: block;
    line-height: 0;
  }

  /*Banner Page End*/
}

@media (max-width: 414px) {
  body {
    /* padding-top: 115px !important; */
    /* padding-top: 100px !important; */
  }

  .header-sec2-right {
    width: auto;
  }

  .header-sec2-left img {
    max-width: 120px;
  }

  .join-us-btn a:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .join-us-btn a img {
    max-height: 65px;
    max-width: inherit !important;
  }

  /*Footer*/
  .footer-app-icons {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-app-icons a:first-child {
    width: 100%;
    text-align: center;
  }

  .join-us-btn a:nth-child(2),
  .footer-app-icons a:nth-child(2) {
    margin-top: 20px;
    margin-left: 0;
  }

  .join-us-btn a:nth-child(3),
  .footer-app-icons a:nth-child(3) {
    margin-top: 20px;
    margin-left: 10px;
  }

  .join-us-btn a img,
  .footer-app-icons a img {
    max-height: 65px;
  }

  .right-side-statistics {
    flex-wrap: wrap;
  }

  .right-side-statistics .statistics-tiles {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .join-us-img {
    padding-top: 20px;
  }

  .poshan-tracker-works-section {
    padding: 20px 0;
  }

  .poshan-tracker-works-title {
    font-size: 22px;
  }

  .right-side-statistics {
    flex-direction: column;
  }

  .video-conference-row,
  .get-in-touch-row {
    margin-bottom: 60px;
  }

  .join-us-qrcode-section {
    flex-direction: column;
  }

  .contact-us-inner-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-us-left-section {
    padding-right: 0;
  }

  .contactus-section-container {
    padding: 0 2%;
  }

  /*Home page banner*/
  .main-banner-mobile {
    padding-top: 60px;
    line-height: 0;
  }

  .join-us-qrcode-section {
    padding: 0 15px;
  }

  .main-banner-mobile h1,
  .main-banner-mobile h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }

  .main-banner-mobile h1 {
    font-size: 36px;
  }

  .main-banner-mobile h2 {
    font-size: 20px;
  }

  .mobile-banner-modi-img {
    background: url("https://cdn.poshantracker.in/public-assets/image/modi-jee-bg-img.png") repeat-y top right;
    background-size: 8em auto;
  }

  .poshan-tracker-or-section {
    padding: 20px;
  }

  /*Home Page Banner End*/

  .heading-data .navigation {
    margin: 0 0 10px 0;
  }

  .beneficiary-list-data th.title-name {
    width: 40%;
    font-size: 12px;
  }

  .table-section {
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  body {
    /* padding-top: 114px !important; */
  }
}

@media (max-width: 320px) {

  .bhart-sarkar,
  .GOI {
    font-size: 11px;
  }

  .header-sec2-left img {
    max-width: 60px;
  }
}

/*Resources page awareness section start*/
.awareness-link {
  font-family: "Montserrat-Medium";
  cursor: pointer;
  color: #d85c54 !important;
  text-decoration: none;
}

.awareness-section ul {
  list-style-type: none !important;
  padding-left: 15px;
}

.awareness {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.awareness li {
  margin-bottom: 10px;
  flex: 0 1 17rem;
}

.awareness-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
}

.awareness-thumbnail img {
  height: 150px;
  width: 150px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  text-align: left;
  transition: width 1s, height 1s;
}

.awareness-thumbnail img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  width: 200px !important;
  height: 200px !important;
}

.awareness-div-height {
  height: 20px;
}

/*Resources page awareness section end*/

/*Support form Page Start*/

@media (min-width: 768px) {
  .set-width-for-iframe-mobile {
    width: 100% !important;
  }

  .create-ticket-mainDiv .create-ticket-btn {
    padding: 12px 12px !important;
  }
}

@media only screen and (max-width: 600px) {
  .phone-set-card-incenter {
    text-align: center !important;
  }

  .main-panel-width-settingClass {
    width: 100% !important;
  }

  .create-ticket-mainDiv .create-ticket-btn {
    padding: 12px 12px !important;
    margin-bottom: 1.5em !important;
  }

  .create-ticket-mainDiv {
    text-align: center;
    margin-top: 2em !important;
    top: 0em !important;
  }

  .resources-section {
    padding: 0px !important;
  }

  .resources-section.above-the-fold {
    padding: 15px !important;
  }

  .set-width-for-iframe-mobile {
    width: 100% !important;
  }

  .alignment-set-inweb {
    top: 0em !important;
    margin-top: 0px !important;
  }

  .dropdown-select-css {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Montserrat-Medium" !important;
  }

  .open-ticket-txt {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 800px) {
  .create-ticket-mainDiv {
    text-align: left !important;
  }
}

.main-panel-width-settingClass {
  width: 100%;
}

.create-ticket-mainDiv {
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2.5em;
}

.create-ticket-mainDiv .create-ticket-btn {
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #d85c54;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  font-weight: bold;
  outline: 0;
  margin-right: 10px;
  cursor: pointer;
  font-family: "Montserrat-SemiBold";
}

.poshan-app-welcomeTxt {
  color: #d85c54;
  font-size: 20px;
}

.common-input-txt {
  height: 50px;
  border-color: #ccc !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
  display: block;
  width: 100%;
  outline: #000 !important;
  font-family: "Montserrat-Medium";
}

.open-ticket-txt {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}

.max-width-for-form {
  max-width: 370px;
}

.lable-input-g-class {
  font-size: 16px;
  line-height: 19px;
  margin-top: 1em;
}

.lable-input-g-class label {
  margin: 0 0 7px;
  font-family: "Montserrat-Medium";
}

.required-field {
  color: #f00;
  font-weight: bold;
}

.contact-info-div h3 {
  font-size: 18px;
  font-weight: bold;
}

.dropdown-select-css {
  display: block !important;
  height: 50px !important;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  font-family: "Montserrat-SemiBold";
}

.cancel-btn-class {
  padding: 12px 22px !important;
  border: 1px solid #d85c54 !important;
  border-radius: 5px;
  background-color: #fff !important;
  color: #d85c54 !important;
  font-size: 14px;
  text-align: center;
  -webkit-appearance: none;
}

.g-recaptcha {
  margin-top: 1em;
}

/* Create two equal columns that floats next to each other */
.div-column {
  float: left;
  width: 40%;
  /* padding: 10px; */
  /* height: 300px;  */
  /* Should be removed. Only for demonstration */
}

.div-column2 {
  float: left;
  width: 60%;
  /* padding: 10px; */
  /* height: 300px;  */
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.div-row:after {
  content: "";
  display: table;
  clear: both;
}

.open-new-ticket-sub-title {
  font-family: "Montserrat-Medium";
}

.alignment-set-inweb {
  position: relative;
  top: 1.1em;
  margin-top: -10px;
}

/*Support form Page End*/
/**** VC CSS START*****/
.video-conf-button-text {
  box-shadow: none;
  outline: none;
  border-color: #d85c54;
  background-color: #d85c54;
  border-radius: 5px;
  text-align: center;
  margin-top: 25px;
  width: 140px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Montserrat-Medium";
}

.video-conf-button-vc-text {
  box-shadow: none;
  outline: none;
  border-color: #d85c54;
  background-color: #d85c54;
  border-radius: 5px;
  text-align: center;
  margin-top: 25px;
  width: 150px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Montserrat-Medium";
}

.video-conf-button-vc-text.btn:focus,
.video-conf-button-vc-text.btn:active,
.video-conf-button-vc-text.btn:hover {
  outline: none !important;
  box-shadow: none !important;
}

.video-conf-button-vc-text.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.video-conf-button-vc-text.btn-primary:hover,
.video-conf-button-vc-text.btn-primary:focus,
.video-conf-button-vc-text.btn-primary:focus-visible {
  color: #fff;
  background-color: #d85c54;
  border-color: #d85c54;
}

.video-conf-button-text.btn:focus,
.video-conf-button-text.btn:active,
.video-conf-button-text.btn:hover {
  outline: none !important;
  box-shadow: none !important;
}

.video-conf-button-text.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.video-conf-button-text.btn-primary:hover,
.video-conf-button-text.btn-primary:focus,
.video-conf-button-text.btn-primary:focus-visible {
  color: #fff;
  background-color: #d85c54;
  border-color: #d85c54;
}

.video-conf-button-vc-text.btn.btn-secondary:hover,
.video-conf-button-vc-text.btn.btn-secondary:active {
  color: #fff;
  background-color: #d85c54;
  border-color: #d85c54;
}

/**** VC CSS END ****/
/*View Ticket Page Start*/

.view-section {
  padding: 1em !important;
}

.viewticket {
  top: 1em !important;
}

.view-ticket-txt {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}

.support-div-height {
  height: 1em !important;
}

.view_ticket_sect {
  background-color: #fff;
  padding: 20px 0px;
  font-family: "Montserrat-Medium";
}

.ticket_desc_headings {
  color: #757575;
  font-size: 14px;
  margin-top: 10px;
}

.ticket_desc_subhead {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px !important;
}

.status_box {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
}

.resolved {
  color: #527cdc;
  font-family: "Montserrat-bold";
}

.pending {
  color: #527cdc;
  font-family: "Montserrat-bold";
}

.new {
  color: #527cdc;
  font-family: "Montserrat-bold";
}

.showErrormsg {
  color: red;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  margin-top: 10px;
}

.mobileh1 {
  color: #d85c54;
}

.view-ticket-sub-title {
  font-family: "Montserrat-Medium";
  text-align: justify;
}

.view-top-nav {
  padding: 0px 15px !important;
  transition: all 0.5s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.view-top-nav ul {
  justify-content: center;
}

.view-top-nav ul li {
  position: relative;
  padding: 0;
}

.view-top-nav ul li:not(:first-child) {
  margin-left: 50px;
}

.view-top-nav ul li a {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat-bold", serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
}

.view-top-nav ul li a:hover {
  text-decoration: none;
  color: #d85c54;
}

.view-top-nav ul li.active-nav a {
  color: #d85c54;
}

.view-top-nav ul li.active-nav:after,
.view-top-nav ul li:hover :after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #d85c54;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .view-section {
    padding: 0em !important;
  }

  .viewticket {
    top: 0em !important;
  }

  .support-div-height {
    height: 0em !important;
  }

  .ticket_desc_subhead {
    margin-bottom: 1em !important;
  }

  .view-top-nav {
    padding: 0px 0px !important;
  }

  .view-top-nav ul {
    flex-direction: row;
    padding: 0 0px 0 !important;
  }

  .view-top-nav ul li,
  .view-top-nav ul li:first-child {
    margin-left: 10px !important;
    padding: 10px 0px;
  }

  .view-top-nav ul li a {
    font-size: 12px;
  }

  .view-top-nav ul li.active-nav:after,
  .view-top-nav ul li:hover :after {
    bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .view-top-nav {
    padding: 15px 15px !important;
  }

  .view-top-nav ul {
    flex-direction: row;
  }
}

/*View Ticket Page End*/
@media only screen and (max-width: 600px) {
  .mobileviewalignment {
    position: relative;
    /* bottom: 3em; */
    top: -8em;
    margin-bottom: -3em;
  }

  .resources-section h1 {
    font-size: 24px;
  }

  .top-nav ul li:not(:first-child) {
    /* margin-left: 15px; */
    padding: 10px 0;
  }
}

.spinner-open {
  display: inline-block !important;
}

.spinner-view {
  position: relative;
  font-size: 0;
  top: 0px;
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
}

.wrong-sign {
  color: #e01c1c;
}

.check-sign {
  color: #2BCA3C;
}

.custom-tooltip {
  background-color: black !important;
  color: white !important;
  border: none !important;
  padding: 5px !important;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.custom-tooltip::before {
  border-top-color: black !important;
}