

.blue
{
  width: 100%;
  height: 120px;
  position: absolute;
  top:0px;
  background-color: #3B97D1;
  left: 0;
  z-index: 998;



}
.ad{
    width: 100%;
    min-height: 120px !important;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.5),rgba(0,0,0,0.4),rgba(0,0,0,0.3),rgba(0,0,0,0.2),rgba(0,0,0,0.1),rgba(0,0,0,0.05),rgba(0,0,0,0.01)); 
    z-index:999;
    position: relative;

    
}
.ad-center{
    width: 78%;
    min-height: 120px;
    margin:0px auto;
    float:none !important;
}
.ad .ad-right{
  width: 50%;
  height: 120px;
  float: right;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  flex-direction: column;
}
.ad .ad-right .one{
  font-weight: bold;
  font-size: 18px;
}
.ad .ad-right .two{
  margin-top: 10px;
}
.ad .ad-left
{
  width: 50%;
  height: 120px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.ad .ad-left .mybtn{
  min-width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;

}

.ad .ad-left .mybtn.sign{
  margin-left: 20px;
  
}
.ad .ad-left .mybtn.register{
  background-color: #19a4e1;
  border: 0;
  transition-duration: 0.4s;
}
.ad .ad-left .mybtn.register:hover{
  background-color: #3B97D1;
}

.menu li a:first-child{
    padding-right:0 !important;
}
#peykchi-navbar{
    padding-right:5px !important;
}

@media only screen and (max-width:760px){
    
    .ad .ad-left{
        width:95%;
        float:none;
        margin:0px auto;
       justify-content: center;
        
    }
    .ad .ad-right{
        width:95%;
         float:none;
         margin:0px auto;
    }
    
}

