

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 3rem 0; }

h2 {
  font-size: 20px; }

.bg-left-half {
  position: relative; }
  .bg-left-half:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    background-color: #f8f9fa; }

.media-29101 img {
  margin-bottom: 20px; }

.media-29101 h3 {
  font-size: 18px;
  font-weight: 900 !important; }
  .media-29101 h3 a {
    color: #6c757d; }

.owl-2-style .owl-nav {
  display: none; }

.card-title-right
{
    font-size: 12px;
    float: right;
    background-color: #e7e7e7;
    padding: 5px;
    border-radius: 10px;
}

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 30px;
      opacity: .4;
      background: var(--primary-color);
      position: relative;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: opacity .2s ease;
      margin: 3px; }

    .owl-2-style .owl-dots .owl-dot.active span {
     background: var(--primary-color); 
     opacity: 1;
    }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }

  .popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
   z-index: 10;
  
}



.contentbox
{
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rbga(0,0,0,0.1)
}

.contentbox h4
{
  padding: 10px;
}

.contentbox hr
{
  width: 95%;
}

.contentbox .frm
{
  padding: 10px;
}

.close
{
  position: absolute;
  top: 15px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 10;
}






@media (max-width: 750px)
{
  .contentbox
{
  width: 350px;
  height: auto;
  flex-direction: column;
}

  .popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-65%);
  display: none;
  
}

}




@media (min-width: 325px)
{
  .contentbox
{
  width: 330px;
  height: auto;
  flex-direction: column;
}

  .popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-35%);
  display: none;
  
}

.footer-list-29 img
{
  width: 50%;
}

}
