 a {
    text-decoration: none !IMPORTANT;
}

#footer a {
    color: #D01818 !important;
}

 .bg-danger {
  background-color: #D01818 !important;
 }

.bg-danger {
  color: #D01818 !important;
 }

 .navbar .navbar-nav .nav-link, .navbar .navbar-nav .drop-link, .navbar .navbar-nav .mega-link {
    color: #fff;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .2px;
    position: relative;
    padding-left: 0;
}


 .button {
  border: none;
  color: white;
  padding: 1.5em 2.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  height: 3em;
  width: 14em;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content2, .modal-content3, .modal-content4, .modal-content5, .modal-content6, .modal-content7, .modal-content1, .modal-content8, .modal-content9 {
  background-color: #fefefe;
  margin: 3% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #111;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.0s;
  animation-name: fade;
  animation-duration: 1.0s;
}


.mcity .card {
  background: #D01818;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}




.gap {
  background: #fff !important;
}

tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
  color: inherit;
  background-color: transparent !important;
}

.mydlcc {
  background: #d018180f !important;
}

.mydlcc tbody {
  border: 4px dashed #d01818;
}

.mydlcc tr td:nth-child(1) {
  font-weight: 700;
  font-family: 'roboto',sans-serif;
  font-size: 15px;
}

.gap1 {
  color: #232980 !important;
}

th {
  background: transparent !important;
  color: #000;

}

td {
}












@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.button {
  background-color: #990000; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

  div {
  text-align: justify;
  text-justify: inter-word;
}
th, td{
  padding: 10px;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
    min-height: 250px;
}

.doc_img {
    width: 50px;
    float: left;
    margin-right: 20px;
    /*margin-bottom: 15rem;*/
}

#showData h5 {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: poppins;
    color: #666;
}

.mydlc h5 {
    font-size: 15px;
    font-family: poppins;
    color: #666;
    font-weight: 400;
}

.mydlc {
  position: relative;
  left: 50%;
  transform: translateX(-48%);
}


center .form-control:focus, .dropdown-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #98341c !important;
    outline: 0;
    box-shadow: none !important;
}

.dropdown-select {
    background: #fff;
    padding: 10px;
    border-radius: .25rem;
    width: 100%;
    color: #212529;
        background-clip: padding-box;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.dropdown-select:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    right: 10px;
}

@media (max-width: 767px){
  .mydlc h4 {
    font-size: 17px;
}
.mydlc h5 {
    font-size: 11px;
    font-family: poppins;
    color: #666;
    font-weight: 400;
}

.dropdown-menu.show {
    display: block !important;
    overflow: visible !important;
    opacity: 1 !IMPORTANT;
    max-height: 300px !IMPORTANT;
}

.col-lg-12.mymodal.row.gutter-0 {
  padding: 0;
  margin-left: -7px;
}

.mydlc {
  padding: 0;
}


.brand-wrap {
    width: 80%;
}


.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 12px;
}

}

@media (max-width: 992px) {

  .dropdown-select, .dropdown-menu, .form-control, .form-select {
    width: 100% !important;
  } 

.offcanvas-end {
    width: 100% !IMPORTANT;
}

.brand-wrap {
    width: 50%;
}

.dropdown .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 2px 4px rgb(34 34 34 / 15%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.navbar .dropdown-menu.show {
    max-height: 300px;
    opacity: 1;
}



}


  @media (max-width: 767px) {
    center .form-control {
    display: block;
    width: 100% !important;
}
  }