footer{
    max-width:100%;
    margin:0px 0px !important;
  }

/* 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: 10px 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 33%;
}
.modal-content h3{
  text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #c62020 !important;
    
}

/* 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;
  }
}


::-webkit-input-placeholder {
    color:#333;
}

::-moz-placeholder {
    color:#333;
}

::-ms-placeholder {
    color:#333;
}

::placeholder {
    color:#333;
}

.cn-forgot-link{
  color:#fff !important;
}


.clr1{
  color:#fff;
}

a.cn-links {
  color: #fff;
  font-size: 16px;
  font-weight: 600 !important;
}
.cn-land-links {
  border: 1px solid #8a070a;
  border-radius: 10px;
  padding: 7px;
}