/*--- Navgation Bar ---*/
.navi-bar {
  display: flex;
  flex-direction: row;
  border-bottom: 6px solid rgb(0, 148, 222);
  height: auto;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
}
.ad-vert {
  width: 25%;
}
.ad-vert .ads {
  width: 85%;
  height: 115px;
  border: 2px solid #00f;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.milap-logo {
  width: 50%;
  text-align: center;
  height: 115px;
}
.milap-logo .logo {
  width: 100%;
  height: 120px;
}
.social-app {
  width: 25%;
  text-align: right;
  align-self: center;
}
.pop,
.pope {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pope img {
  width: 114px;
  height: 42px;
}
.social-icons {
  padding-top: 0;
  margin-left: 8px;
}
.social-icons a img {
  width: 25px;
  margin-right: 8px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
  border-radius: 50px;
}
.sidebar-prifile-pic {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #338fcd;
  margin-bottom: 5px;
  left: 0px;
}
.sidebar-prifile-pic:hover {
  opacity: 0.3;
}
.profile-edit-icon {
  padding: 2px 3px 3px 6px;
  background-color: #0094de;
  border-radius: 50px;
  margin-left: -17px;
  left: -10px;
  position: relative;
  color: #fff;
  top: 23px;
  font-size: 13px;
}
.i-tag {
  position: absolute;
  right: 46%;
  top: 10%;
  color: white;
  cursor: pointer;
}
.i-cls {
  position: absolute;
  right: 48%;
  top: 60%;
  color: white;
  cursor: pointer;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  /* padding-top: 60px; */
  transition: 0.1s;
}
#user-info {
  text-align: -webkit-center;
  margin-bottom: 5px;
}
.subcribe-btn {
  background-color: #0595de;
  border: none;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  width: 120px;
  height: 25px;
  padding-top: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.sidenav a.closebtn {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  /* margin-left: 50px; */
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group a img {
  width: 25px;
  border-radius: 50px;
  box-shadow: 0px 0 10px -6px rgb(0 0 0 / 70%);
  margin-right: 8px;
}
.sidenav div a span {
  font-size: 15px;
  font-weight: 500;
}
.sidenav-footer {
  position: absolute;
  bottom: 0;
  padding: 10px 60px;
  font-size: 12px;
  font-weight: 500;
}
#main {
  transition: margin-left 0.5s;
  padding: 0px;
  height: calc(100% - 65px);
}
.menu-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  box-shadow: rgb(117 117 117) 0px 1px 5px;
  height: 35px;
}
.left-menu-icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 100%;
}
.left-menu-icon img {
  width: 25px;
  cursor: pointer;
}
.right-navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
}
.nav {
  margin-right: 10px;
  width: 100%;
  justify-content: right;
  align-content: flex-end;
  align-content: center;
}
.breakingNews-Icon {
  width: 18px;
}
footer a img {
  width: 20px;
}
footer {
  font-size: 13px;
}

/*--- registration and Login ---*/
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  left: 60px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body-breaking-news {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2px;
}
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: center;
  line-height: 29px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
  width: 125px;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png")
    6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #e7e7e7;
  color: #495057;
  font-weight: 500;
}
.loginBtn--google:before {
  border-right: #c9c9c9 1px solid;
  background: url("../Images/Google.png") 6px 6px no-repeat;
  background-size: 20px 20px;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}
.or-seperator {
  margin-top: 10px;
  margin-bottom: -10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.or-seperator i {
  padding: 0 10px;
  background: #f7f7f7;
  position: relative;
  top: -11px;
  z-index: 1;
}
form label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 30px !important;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: space-evenly;
  padding: 5px;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.btn {
  width: 230px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #007bff;
  border: 1px solid #007bff;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.breakingNews-container {
  width: 100%;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.half-underline {
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
}
.half-underline:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 0%;
  border-bottom: 2px solid #0595de;
}
.description {
  margin-top: 12%;
}

.card-news-header {
  font-size: 13px;
  font-weight: 700;
}
.card-news-date {
  font-size: 12px;
  font-weight: 500;
}
.card-news-des {
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 55px;
}
.card-news-des p {
  margin-top: 0;
  margin-bottom: 0;
}
.card-news-img {
  width: 110%;
  height: 140px;
}
.main-card-img {
  width: 100%;
  height: 400px;
}
.modal-popup-img {
  width: 100%;
  height: 280px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-popup-rd {
  font-size: 14px;
  font-weight: 500;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 100%;
  height: 180px;
}
.card-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 14px;
  height: 60px;
}
.breaking-news-card-load {
  cursor: pointer;
}
#terms-and-condition {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 10px;
}
#terms-and-condition .header {
  background-color: #0393db;
  height: 45px;
  font-size: 30px;
  font-weight: 700;
  color: white;
}
#terms-and-condition .about-section {
  border: 1px solid #ebebeb;
  padding: 15px;
}

.section-news-heading {
  text-transform: uppercase;
  font-weight: 700;
  color: #bb0a0a;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

.section-news-heading:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  height: 5px;
  margin-top: -2px;
  background: #ddd;
}

.section-news-heading span {
  color: #5daad1;
  padding: 5px 20px 0 0;
  background: #fff;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.section-news-heading span img {
  width: 40px;
}
#contact-us-page {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.footer-advertisement {
  margin: 0 25%;
}
.conteactus-margintop {
  margin-top: 20%;
}
.home-icon {
  width: 25px;
  margin-right: 0;
  cursor: pointer;
  display: inline;
  color: black;
}
.nav li a text {
  color: black;
}
.breakingnews-btn {
  background-color: #0595de;
  border: none;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
  width: 140px;
  height: 25px;
  padding-top: 0;
  font-size: 14px;
}
.breakingnews-link {
  display: none;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-width: 1440px) {
  .epaper-panel {
    margin-left: 30px;
    margin-right: 30px;
  }
  .navigations {
    font-size: 96px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 87% !important;
  }
  .sidemenu-logout {
    margin-top: 160px;
  }
  .card-title {
    font-size: 12px;
    height: 75px;
  }
  .card-img-top {
    height: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .epaper-panel {
    margin-left: 30px;
    margin-right: 30px;
  }
  .navigations {
    width: 85.5% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
}
@media screen and (max-width: 1154px) {
  .epaper-panel {
    margin-left: 30px;
    margin-right: 30px;
  }
  .navigations {
    width: 84% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .home {
    width: 8%;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    cursor: pointer;
    color: black;
  }
  .epaper-panel {
    margin-left: 25px;
    margin-right: 25px;
  }
  .navigations {
    font-size: 86px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 82% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .card-title {
    font-size: 12px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .card-news-des {
    -webkit-line-clamp: 2;
    height: 36px;
  }
  #terms-and-condition {
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 10px;
  }
  .conteactus-margintop {
    margin-top: 22%;
  }
}

@media screen and (max-width: 986px) {
  .epaper-panel {
    margin-left: 20px;
    margin-right: 20px;
  }
  .navigations {
    font-size: 72px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 81% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
}
@media screen and (max-width: 899px) {
  .epaper-panel {
    margin-left: 20px;
    margin-right: 20px;
  }
  .navigations {
    font-size: 68px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 79.5% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .card-img-top {
    height: 100px;
  }
}
@media screen and (max-width: 850px) {
  .epaper-panel {
    margin-left: 20px;
    margin-right: 20px;
  }
  .navigations {
    font-size: 68px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 78% !important;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
}

@media screen and (max-width: 787px) {
  .left-menu-icon img {
    width: 18px;
    cursor: pointer;
  }
  .social-icons {
    margin-left: 5px;
    margin-top: -5px;
  }
  .social-icons a img {
    width: 18px;
    margin-right: 0px;
  }
  .subcribe-btn {
    width: 108px;
    height: 25px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .date-placeholder {
    font-size: 14px;
  }
  .publishdatepicker {
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: inherit;
    width: 95px;
    border: none;
    cursor: pointer;
    font-weight: 500;
  }
  .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 22px;
    color: #2c81d0;
  }
  .fa-2x {
    font-size: 1.5rem;
  }
  .mr-3,
  .mx-3 {
    margin-right: 8px !important;
  }
  .breakingNews-Icon {
    width: 16px;
    margin-top: 0px;
  }
  .image {
    width: 77%;
    display: flex;
    justify-content: center;
  }

  .logo {
    width: 70%;
  }
  .epaper-panel {
    margin: 0px;
  }
  .navigations {
    font-size: 66px;
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 95.5% !important;
  }

  .sidebar {
    display: none;
  }

  div.content {
    margin-left: 0px;
    padding: 1px 15px;
    height: auto;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .card-title {
    font-size: 11px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .card-news-des {
    font-size: 10px;
    font-weight: 400;
    height: 28px;
  }
  .card-body {
    padding: 6px;
  }
  .conteactus-margintop {
    margin-top: 5%;
  }
  .breakingnews-btn {
    margin-left: 0;
    width: 130px;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 769px) {
  .loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 13px;
    color: #fff;
    width: 180px;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .col-md-3 {
    max-width: 32%;
  }
  .card-img-top {
    height: 80px;
  }
  .modal-popup-img {
    height: 200px;
  }
  .pl-4,
  .px-4 {
    padding-left: 8px !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 8px !important;
  }

  .pt-2,
  .py-2 {
    padding-top: 3px !important;
  }
  .h4,
  h4 {
    font-size: 92%;
  }
  .font-weight-bold {
    font-weight: 700 !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0px !important;
  }
  .small,
  small {
    font-size: 75%;
    font-weight: 400;
  }
  .modal-popup-rd {
    font-size: 13px;
  }
  .news-date {
    margin-top: -5px;
  }
  .description {
    margin-top: 18%;
    font-size: 12.5px;
    font-weight: 500;
  }
  #terms-and-condition {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 8px;
  }
  .conteactus-margintop {
    margin-top: 2%;
  }
  .breakingnews-btn {
    display: none;
  }
  .breakingnews-link {
    display: block;
  }
  .breakingNews-Icon {
    width: 22px;
    margin-top: -5px;
  }
  #home-btn text {
    display: none;
  }
  .right-navbar-item {
    padding: 0px 10px 0 0px;
  }
}

@media screen and (max-width: 557px) {
  #subscription-btn {
    display: none;
  }
  .left-menu-icon {
    width: 85%;
  }
  .breakingNews-Icon {
    width: 18px;
    margin-top: -5px;
  }
  .fa-2x {
    font-size: 1.4rem;
  }
  .nav li {
    margin-top: 0px;
  }
  .col-md-3 {
    max-width: 50%;
  }
  .modal-popup-img {
    height: 150px;
  }
  #terms-and-condition .about-section .h1,
  h1 {
    font-size: 2rem;
  }
  #terms-and-condition .about-section p {
    font-size: 14px;
  }
  #terms-and-condition .about-section .h2,
  h2 {
    font-size: 1.8rem;
  }
  #terms-and-condition .about-section .h3,
  h3 {
    font-size: 1.65rem;
  }
  #terms-and-condition .about-section .h4,
  h4 {
    font-size: 1.45rem;
  }

  #terms-and-condition .about-section .h5,
  h5 {
    font-size: 1.25rem;
  }
  #terms-and-condition .about-section .h6,
  h6 {
    font-size: 1.15rem;
  }
  .description {
    margin-top: 20%;
    font-size: 12.5px;
    font-weight: 500;
  }
}

@media screen and (max-width: 530px) {
  .navi-bar {
    display: flex;
    flex-direction: row;
    border-bottom: 6px solid rgb(0, 148, 222);
    height: auto;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
  }
  .ad-vert .ads {
    height: 90px;
  }
  .milap-logo {
    height: 85px;
  }
  .milap-logo .logo {
    width: 100%;
    height: 80px;
  }

  .pope img {
    width: 75px;
    height: 25px;
  }
  .left-menu-icon {
    width: 65%;
  }
  /* .social-icons a img {
    width: 20px;
    margin-right: 2px;
  }
  .home-icon {
    font-size: 12px;
    margin-right: -5px;
    cursor: pointer;
  } */

  #subscription-btn {
    display: none;
  }
  .sidemenu-logout {
    margin-top: 160px;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .publishdatepicker {
    width: 95px;
  }
  .gj-datepicker-md {
    font-size: 13px;
  }

  #terms-and-condition .about-section .h1,
  h1 {
    font-size: 1.7rem;
  }
  #terms-and-condition .about-section p {
    font-size: 14px;
  }
}
@media screen and (max-width: 492px) {
  .right-navbar {
    width: 85%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 450px) {
  .navi-bar {
    display: flex;
    flex-direction: row;
    border-bottom: 6px solid rgb(0, 148, 222);
    height: 112px;
    width: 100%;
    padding: 5px;
  }
  .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 18px;
    color: #2c81d0;
  }
  .mr-3 {
    margin-right: 8px !important;
  }
  .fa-2x {
    font-size: 18px;
  }
  .modal-content {
    left: 40px;
  }
  .home-icon {
    width: 20px;
    margin-right: 0;
    cursor: pointer;
    display: inline;
    padding-bottom: 3px;
  }

  .publishdatepicker {
    margin: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: inherit;
    width: 88px;
    border: none;
    cursor: pointer;
  }

  .publishdatepicker::-webkit-calendar-picker-indicator {
    margin-left: -30px;
  }

  .left-menu-icon {
    display: flex;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
  }

  .left-menu-icon img {
    width: 20px;
  }

  .login-btn {
    background-color: #0595de;
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 55px;
    height: 20px;
    padding-top: 0;
    font-size: 13px;
  }

  .navigations {
    font-size: 50px;
    position: fixed;
    z-index: 1;
    top: 40%;
    width: 94% !important;
  }

  .nextbtn {
    float: left;
    margin-left: -5px;
  }

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

  .sidebar a {
    display: none;
  }
  .sidemenu-logout {
    margin-top: 125px;
  }
  .nav-item {
    padding-top: 2px;
  }
  .date-placeholder {
    font-size: 10px;
  }
  .breakingNews-container {
    padding-left: 20px;
  }
  .mt-2,
  .my-2 {
    margin-top: -10px !important;
  }
  .section-news-heading span {
    font-size: 20px;
    padding: 5px 5px 0 0;
  }
  .section-news-heading span img {
    width: 35px;
  }
  .section-news-heading:before {
    bottom: 10px;
  }

  #terms-and-condition .about-section .h1,
  h1 {
    font-size: 1.5rem;
  }
  #terms-and-condition .about-section p {
    font-size: 13px;
  }
  #terms-and-condition .about-section .h2,
  h2 {
    font-size: 1.4rem;
  }
  #terms-and-condition .about-section .h3,
  h3 {
    font-size: 1.3rem;
  }
  #terms-and-condition .about-section .h4,
  h4 {
    font-size: 1.2rem;
  }

  #terms-and-condition .about-section .h5,
  h5 {
    font-size: 1.1rem;
  }
  #terms-and-condition .about-section .h6,
  h6 {
    font-size: 1rem;
  }
  #terms-and-condition {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
  }
  #terms-and-condition .header {
    height: 38px;
    font-size: 22px;
  }
  .nav li a text {
    display: none;
  }
  .nav {
    margin-top: -5px;
    margin-right: 0px;
  }
  .banner-add-div {
    display: none;
  }
  footer {
    font-size: 11px;
  }
  footer a img {
    width: 15px;
  }
}

@media screen and (max-width: 375px) {
  .section-news-heading span {
    font-size: 18px;
    padding: 5px 5px 0 0;
  }
  .section-news-heading span img {
    width: 30px;
  }
  .section-news-heading:before {
    bottom: 10px;
  }
  .modal-content {
    left: 36px;
  }
}
@media screen and (max-width: 350px) {
  .milap-logo .logo {
    width: 100%;
    height: 65px;
  }
  .pope img {
    width: 50px;
    height: 20px;
  }

  .social-icons a img {
    width: 15px;
    margin-right: 0px;
  }

  /* #ads {
    width: 18%;
    border: 2px solid #00f;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    height: 75px;
  } */
  .left-menu-icon img {
    width: 18px;
  }
  .navi-bar {
    display: flex;
    flex-direction: row;
    border-bottom: 6px solid rgb(0, 148, 222);
    height: 95px;
    width: 100%;
    padding: 5px;
  }
  .nav {
    width: 55%;
    justify-content: right;
    align-content: center;
  }

  .ad-vert .ads {
    height: 70px;
  }

  .fa-2x {
    font-size: 20px;
  }

  .mr-3 {
    margin-right: 5px !important;
  }
  .gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 18px;
    color: #2c81d0;
  }
  .publishdatepicker {
    width: 80px;
  }
  .nav {
    width: 69%;
    justify-content: right;
    align-content: center;
  }
  .date-placeholder {
    margin-left: 0;
    font-size: 10px;
    padding-top: 0px;
    margin-right: 0%;
    width: 35%;
  }
  .modal-content {
    left: 30px;
    max-width: 75%;
  }
  .left-menu-icon {
    width: 41%;
  }
  .col-md-3 {
    max-width: 100%;
  }
  .breakingNews-container {
    padding-left: 20px;
  }
  .modal-popup-img {
    height: 145px;
  }
  .font-weight-bold {
    font-weight: 600 !important;
  }

  .h4,
  h4 {
    font-size: 12px;
  }
  .pl-4,
  .px-4 {
    padding-left: 6px !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 6px !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 2px !important;
  }
  .small,
  small {
    font-size: 60%;
    font-weight: 400;
  }
  .news-date {
    margin-top: -7px;
  }
  .modal-popup-rd {
    font-size: 65%;
    font-weight: 500;
  }
  .description {
    margin-top: 27%;
    font-size: 68%;
    font-weight: 500;
  }
  .section-news-heading span {
    font-size: 16px;
    padding: 5px 5px 0 0;
  }
  .section-news-heading span img {
    width: 28px;
  }
  .section-news-heading:before {
    bottom: 10px;
  }
  #terms-and-condition .about-section .h1,
  h1 {
    font-size: 1.2rem;
  }
  #terms-and-condition .about-section p {
    font-size: 12px;
  }
  #terms-and-condition .about-section .h2,
  h2 {
    font-size: 1.1rem;
  }
  #terms-and-condition .about-section .h3,
  h3 {
    font-size: 1rem;
  }
  #terms-and-condition .about-section .h4,
  h4 {
    font-size: 0.9rem;
  }

  #terms-and-condition .about-section .h5,
  h5 {
    font-size: 0.8rem;
  }
  #terms-and-condition .about-section .h6,
  h6 {
    font-size: 0.7rem;
  }
  #terms-and-condition {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
  }
  #terms-and-condition .header {
    height: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .modal-popup-img {
    height: 100px;
  }
  .mt-2,
  .my-2 {
    margin-top: -10px !important;
  }
}
