
.scre-container{
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
  }


  .Complaints-logo-img img {
    width: 100%;
    max-width: 120px;
}
.header-unlock-user {
    width: 100%;
    margin: 0;
    align-items: center;
    padding: 14px 0px;
    background: #0000001c;
    
}

ul.nav-menu-item {
    display: flex;
    align-items: center;
    gap: 37px;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.nav-menu-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: black;
}
  #com-container{
  background: url(/imges/images.jpeg);
  padding-top: 20px;
  padding-left: 10px;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0;
  background-size: cover;
  box-shadow: 0px 0px 5px 3px #7e6ba636;
  border-top: 9px solid #1277b6;
/*  height:400px;*/
}
h2.unlock-bg-heading {
    color: #1b75bc;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 11px;
    line-height: 24px;
    padding: 10px 0;
}
p.unlock-bg-para_txt {
    font-size: 12px;
    line-height: 16px;
    color: #ee0b5d;
    font-style: italic;
}
.form-group {
    align-items: center;
    padding-bottom: 30px;
}
.form-control{
    padding: 10px 20px !important;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    color: black;
    content: '▾';
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
  }

  .btn-default {
    background-color: #02374e !important;
    color: #fff;
    padding: 8px 30px;
 
}

.btn-default-1{
    background-color: #1d9ed9 !important;
     margin-left: 10px;
}
.btn:hover {
    color: #fff !important;

}
.info_panel {
    background: #9cb4c08c;
    padding: 12px 0;
    border-radius: 3px;
    margin: 18px 0 15px 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.11);
}
p.unlock-bg-text {
    color: red;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    font-weight: 400;
}

span.mandatory_txt {color: red;}
.notify_icon ul {
    margin: 0;
}
.unlock_icon-img {
    background: rgba(0, 0, 0, 0) url(/imges/light-bulb.png) ;
    line-height: 24px;
    padding: 8px 0 8px 35px;
}

@media only screen and (max-width: 768px){
    .header-unlock-user{
        justify-content: space-between;
    }
}


@media only screen and (max-width: 576px){
    ul.nav-menu-item{
        justify-self: start;
    }
    .form-group{
        gap: 10px;
        padding-bottom: 10px;
    }
}



















