@import "../../../atlanta/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
.connection {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background-color: rgba(1,67,96,1);
    height: 50px;
    width: 100%;
}
body.home .elementor-icon {
  color:#e41f0c;
  float:left;
}
body.home .elementor-element-7c879e1  h4{
 float:left; 
}
body  .pojo-form.form-align-right .column-8 .field  {
	
	width:90%;
}
.connection a {
    width: 50%;
    height: 50px;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    float: right;
    display: inline-block;
    padding-top: 10px;
    color: #fff;
}
@media (max-width: 767px){
.connection {
    display: block;
}
  body.home .elementor-element-7c879e1 h4{
   float:right; 
    margin-right: 5px;
    font-size:20px;
  }
  .elementor-1467 .elementor-element.elementor-element-7c879e1 .elementor-text-editor{
    
   columns: 1;
  }
  body.home .elementor-icon{
    
   float:right; 
  }
}