<style>

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 33%;
}
.modal-content h3{
  text-align: center;
    font-size: 24px;
    font-weight:600;
    margin-bottom: 0px;
    color: #e91a1a !important;
    /* padding:10px 10px; */
    
}
.modal-content .uk-clearfix{
  padding:10px 10px;
  background-color:#ffe0e1;
}
.modal-content p{
  margin-bottom:10px;
  margin-top:0px;
}
/* The Close Button */
.close {
    color: #393939;
    float: right;
    font-size: 38px;
    font-weight: bold;
    line-height: 23px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.cn-mob-view{
  display:none;
}
@media(max-width:767px){
  .cn-logo{
    display:none;
  }
  .cn-landing{
    flex-direction: column-reverse;
  }
  .cn-mar-remove{
    margin:0px 0px !important;
  }
  .cn-mob-view{
    display:inline-flex;
    margin-bottom:30px;
    margin-left:14px;
  }
  .cn-mob-view .cn-clgname a{
color:#333;
  }
  .cn-mob-view .cn-clgname small{
color:#333;
  }
  .cn-clgname a{
    color:#fff;
    font-size:22px;
  }
  .cn-clgname small{
    color:#bab8b8;
    font-size:14px !important;
  }
}
</style>