.mt10{
        margin-top: 10px;
}
.mt15{
        margin-top: 15px;
}
.mt20{
        margin-top: 20px;
}
.mt25{
        margin-top: 25px;
}
.mt5{
        margin-top: 5px;
}
.mb10{
        margin-bottom: 10px;
}
.mb15{
        margin-bottom: 15px;
}
.mb20{
        margin-bottom: 20px;
}
.mb5{
       margin-bottom: 5px;
}
.mtb5{
         margin-top: 5px;
       margin-bottom: 5px;
}

.valid_err{
font-size: 12px;
    color: #d80506;
   /* font-weight: bold;*/
}
.success_msg{
  font-size: 13px;
   color: #096409;
}
.grey_color{
   color: #64666b;
}
.red_color{
   color: #d80506;
}
.green_color{
   color: #096409;
}
textarea, input, select {
        margin-bottom: 0px!important;
}
   .container2 {
      position: relative;
      text-align: center;
      color: white;
      
max-width: 300px;
max-height: 400px;
padding: 0 10px 0px 0px;
    }
  .container2 img{
  width:250px;
height: auto;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 4%);
  }
      .image-close {
       position: absolute;
    top: 1px;
    right: 20px;
    background-color: #eb0909;
    color: #ffffff;
    cursor: pointer;
     border-radius: 3px; 
    text-align: center;
    font-size: 17px!important;
      text-shadow: 1px 0 #eb0909, 0 -1px #eb0909, -1px 0 #eb0909, 0 -1px #eb0909;

    }
     .image-close:hover {
        color: #eb0909;
        background-color: #fff;
          text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
     }
      .image-edit {
       position: absolute;
    top: 7px;
    right: 40px;
    background-color: #000;
    color: #ffffff;
    cursor: pointer;
     border-radius: 3px; 
    text-align: center;
    font-size: 17px;
    }
    .bttn button {
   
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.more-images{
      display: -webkit-inline-box;
      padding:3px;
}
.heading{
    font-size: 20px;
}
  input[type="color"] {
    background-color: #fff;
    height: 35px;
    cursor: pointer;
    padding:  10px;
}

.colorCode {
  font-size: 12px;
  color: #1DA1F2 !important;
}
.text_back {
    background-color: #ffffff;
    padding: 10px;
    border: solid 1px #ebf1f5;
}
.modal-title{
    font-size: 15px; 
    color: #fff;  
    font-weight: 500; 
}
.modal-header{
   padding: 10px;background-color: #1d2939  !important;
        color: #abb0bd !important; 
        height: 40px; 
}
.mclose{
    margin-top: -25px;
    color:#fff!important;
    font-size: 25px!important;
}
@media (min-width: 1200px){
.modal-dialog {
    width: 1100px;
    margin: 30px auto;
}
}
.nav-back{
    background-color: #e4e7ea;
    padding: 9px 30px 8px 30px;
}
.logo-img{
    width: 100px;
    height: 100px;
}
.banner{
    width: 600px;
    height: 100px;
}
.hsidenav {
  z-index: 1;
  background-color: #161836;
  padding-top: 15px;
  padding-bottom: 15px;
}


.hsidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.hsidenav a:hover {
  color: #f1f1f1;
}