
@media(min-width: 992px){
  .navbar .dropdown {
    position: static;
}
.dropdown-menu {
  top: 200%;
  display: unset;
  visibility: hidden;
  opacity: 0;
  background-color: #f5f7f9;
  border: unset;
  padding: 0rem 0;
  min-width: 750px;
  border-radius: unset;
  -ms-border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -o-border-radius: unset;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  left:unset !important;
  right:0;
}
.navbar-brand .logo-img{max-width: 225px;}
.sticky-top .navbar-brand .logo-img{max-width: 200px}
.dropdown-menu .dropdown-item{padding: .55rem 0; letter-spacing: 1px; white-space: initial;}
.dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .4955em;
    vertical-align: 0.095em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.dropdown-heading{letter-spacing: 1px}
/* .box:hover .card-body{
  position: absolute;
  background: #fff;
  -webkit-transform: translate(0%, 0%);
   -moz-transform: translate(0%, 0%);
   transform: translate(0%, 0%);
   -webkit-transition: all 0.3s ease-in-out 0s;
   -moz-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
} */
.online_pay{position: relative;
    transform: rotateZ(0deg);
    right: unset;
    top: unset;}
    .seC img{max-width: unset !important}
}
@media (min-width: 576px){
  .dropitem-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
  }
  .dropitem-columns2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
  }
  .dropitem-columns .dropitem {
    display: inline-block;
    width: 100%;
}

}
@media (max-width: 767px){
.slider-section .carousel-inner>.carousel-item::before {
    position: absolute;
    content: "";
    background: rgba(0, 64, 133, 0.92);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    -ms-transform: unset;
    transform: unset;
    z-index: 0;	
}
.slider-section .carousel-inner>.carousel-item{
	height:650px
}
}
@media (max-width: 360px){
    .plc_content .banner_img{height:130px}
}
@media (max-width: 359.9px){

  .logo-img{    max-width: 190px;}
  .myaccordion .fa-stack .fa-inverse{display: flex; left:5px}

}
