/*Redirect welcome message css*/
@media(max-width:768px){
.welcome-banner {
    line-height: 18px !important;
    font-size: 14px;
    padding: 5px 25px 5px 5px !important;
}
}

.headlinee{position:relative;}

.welcome-msg-close {
  position: absolute;
  right: 32px;
  top: 26px;
  width: 0px;
  height: 0px;
  opacity: 0.8;
  cursor:pointer;
}
  
.welcome-msg-close:hover {
  opacity: 1;
}
.welcome-msg-close:before, .welcome-msg-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 11px;
  width: 2px;
  background-color: #fff;
}
.welcome-msg-close:before {
  transform: rotate(45deg);
}
.welcome-msg-close:after {
  transform: rotate(-45deg);
}
.visit{color:white !important;}
.welcome-banner{
  display:none;
  background-color: transparent !important;
  height: auto; 
  width: 650px; 
  padding: 15px 15px 15px; 
  width: 100% !important; 
  line-height: 32px;
}
.placeholdercont{
  display:none;
  background-color: transparent !important;
  height: auto ;
  width: 650px; 
  padding: 15px 15px 15px ; 
  width: 100% !important; 
}