@media(max-width:767px){
  .hidden-mobile{
    display:none;
  }
}
@media(min-width:768px){
  .hidden-desktop{
    display:none;
  }
}
#content-desktop {display: block;}
#content-mobile {display: none;}
@media screen and (max-width: 768px) {

  #content-desktop {display: none;}
  #content-mobile {display: block;}

}
.footers {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  /*width: 100%;*/
  background-color: white;
  color: white;
  text-align: center;
}

.callnow {
    position: fixed;
    background: #f5891e;
    color: #ffffff;
    width: 40px;
    height: 40px;
    bottom: 110px;
    
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 15px;
    padding-top: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

  
}

.my-float {
  margin-top: 8px;
}

.whats-app {
    position: fixed;
    background: #f5891e;
    color: #ffffff;
    width: 40px;
    height: 40px;
    bottom: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.my-float {
  margin-top: 8px;
}

.my-float {
  margin-top: 8px;
}

@media(max-width:767px){
  .modal {
    z-index: 999999;
    float: left;
/*    margin-top: 30% !important;*/
  }
}
@media(min-width:768px){
  .modal {
    z-index: 999999;
    float: left;
/*    margin-top: 70px !important;*/
  }
}

.p{
  text-align: justify !important;
}




@media(max-width:767px){
  .hidden-mobile{
    display:none;
  }
}
@media(min-width:768px){
  .hidden-desktop{
    display:none;
  }
}



#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

  #content-desktop {display: none;}
  #content-mobile {display: block;}

}


.footers {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  width: 100%;
  background-color: white;
  color: white;
  text-align: center;
  z-index: 999999;
}


.left-info{
  padding: 10px 0px !important;
}