div#footer li#text-2 {
    display: none;
}
.footer_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer_sec1 {
    width: 60%;
    margin-right: 0;
}
.footer_sec2 {
    width: 40%;
    float: left;
}
.footer_sec1 .footer_image img {
    width: 60%;
    display: block;
    margin-right: 60px;
}
#footer .footer_sec1 a.free_trial {
    margin-right: 45px;
    width: 65%;
}
#footer .email_add {
    margin-left: 100px;
}
.footer_sec2 img {
    width: 60%;
    margin-left: 0;
}
.footer_menu_section {
    text-align: center;
}
.footer_menu_section ul.footer_nav li {
    display: inline-block;
    margin: 0 15px;
}
#footer .footer_menu_section ul.footer_nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
}

.footer_sec img {
   width: 37.5%;
}
#nav.cstm_nav .menu1 ul a {   
    padding: 20px 16px 20px 0px;
}
@media only screen and (max-width: 767px){
#chiron_footer .footer_sec img {
    width: 74.5%;
}
.footer_menu_section ul.footer_nav li {
    display: block;
    margin: 0 15px;
    text-align: left;
}
.footer_sec {
    display: block;
}  
.footer_sec1, .footer_sec2 {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 40px;
}
#chiron_footer .footer_sec img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#footer .footer_sec1 a.free_trial {
    margin-right: auto;
    width: auto;
}
#footer .email_add {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: -30px;
}  
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  #chiron_footer .footer_sec img {
      width: 41.5%;
  }
}
  @media only screen and (max-width: 1136px) and (min-width: 768px){
  .footer_sec img {
      width: 46% !important;
  }
  .footer_sec1 .footer_image img {
      width: 65% !important;
  }
  #footer .footer_sec1 a.free_trial {
      margin-right: 60px;
      width: 65%;
      padding: 11px 75px;
  }  
}
 @media only screen and (max-width: 1136px) and (min-width: 768px) and (orientation: landscape){
  .footer_sec img {
      width: 35% !important;
  }
}