
.headerRow{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.headerContactInfo{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}


/* ----------Resposive CSS start here-------------- */ 

@media (max-width: 1199px){

  
}

@media (max-width: 991px){

  
}

@media (max-width: 767px){

  
}

@media (max-width: 575px){

}

@media (max-width: 368px){
  
  

}