a.ios-app,
a.windows-app,
a.android-app {
max-width: 145px;
max-height: 45px;
}

.ios-app img,
.windows-app img,
.android-app img {
max-width: 145px;
max-height: 45px;
}

.windows-app{
}

@media only screen and (max-width :980px){
  .app-section .ios-app{
     max-width: 145px;
  }
  .app-section .windows-app{
     max-width: 145px;
  }
}

@media only screen and (max-width :1189px){
  .windows-app{
     margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {

  .app-download {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .app-section .ios-app {
    width: 30%;
    max-width: calc(30% - 10px);
    max-height: 57px;
    float: none;
    margin: 5px;
  }

  .app-section .android-app {
    width: 30%;
    max-width: calc(30% - 10px);
    float: none;
    max-height: 57px;
    margin: 5px;
  }

  .app-section .windows-app {
    width: 30%;
    max-width: calc(30% - 10px);
    max-height: 57px;
    float: none;
    margin: 5px;
  }

  .app-section .ios-app img,
  .app-section .android-app img,
  .app-section .windows-app img {
   max-width: 100%;
max-height: inherit;
margin-bottom: 15px;
  }

}

@media only screen and (max-width: 580px) {


  .app-download {
    text-align: left;
  }

  .app-section .ios-app {
    width: 50%;
    max-width: calc(50% - 10px);
  }

  .app-section .android-app {
    width: 50%;
    max-width: calc(50% - 10px);
  }

  .app-section .windows-app {
    width: 50%;
    max-width: calc(50% - 10px);
  }
}

/* GDPRs customisations */

#moove_gdpr_cookie_info_bar{
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 500px;
    z-index: 999;
    background: #fff;
    padding: 22px 45px 30px 30px;
-webkit-box-shadow: -1 0 30px 0 rgba(0,0,0,.1);
-moz-box-shadow: -1 0 30px 0 rgba(0,0,0,.1);
box-shadow: -1 0 30px 0 rgba(0,0,0,.1);
    left: auto;
    top: auto;
    border: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
padding: 0px;
margin: auto;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
font-family: "montserratlight", "sans-serif" !important;
font-feature-settings: normal;
font-kerning: auto;
font-weight: normal;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
display: block;
padding: 0;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{
padding: 0;
    float: none;
    display: block;
    clear: both;
    width: 100%;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all{
text-transform: uppercase;
color: #000;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{
border: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice{
margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
font-size: inherit;
padding: 2px 10px;
}
}

@media only screen and (max-width: 400px) {
#moove_gdpr_cookie_info_bar {
max-width: 90%;
right: 5%;
}
}


/* Custom pop up css 20th march 2020 */ .custom-popup{position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 9999;
    opacity: 1;
	
}
.custom-popup.is-open { position: fixed; top: 0; right: 0; bottom: 0; 
left: 0; overflow: auto; text-align: center; background: 
rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: 
center; margin: 0; z-index: 9999; opacity: 1;
}
.popup{
    display: inline-block;
    vertical-align: middle;
    max-width: 450px;
    border: none;
    position: relative;
    background:#ffd600;
    color: #000;
    margin: 0 20px;
	padding:20px;
}
.popup a{ font-weight:bold} .popup a:hover{text-decoration:underline} 
.close-btn-pop {
    position: absolute;
    right: 30px;
    top: 18px;
    height: 26px;
    width: 19px;
    z-index: 999;
    cursor: pointer;
    background: transparent;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

/* New search blog css 18 jan 2022 */
.blog-search-box form{
  margin: 40px auto 10px;
  max-width: 522px;
  position: relative;

}
.blog-search-box form input[type="submit"]{
  width: 47px;
  height: 42px;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background:#ffd600 url("../images/search-icon.svg") no-repeat center center;
  padding: 0;
  border-radius: 0;



}
.blog-search-box form #skey{
  height: 42px;
  border: 0;
  border-bottom: 2px solid #e5e5e5;

}
.blog-search-box form .clear-search {
  position: absolute;
  left: 100%;
  font-size: 14px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  font-family: 'montserratmedium',sans-serif;
  width: 110px;
}
@media only screen and (max-width: 980px) {
  .blog-search-box form .clear-search {

   left: auto;
   top: 100%;
   margin: 20px 0 0 0;
   right: 0;
  }

}


.event-list .img-box {
    position: relative;
}
 
.event-list .item .industry-section {
    display: block;
    margin: 0;
    font-size: 13px;
 
    position: absolute;
    top: 10px;
    z-index: 2;
    background: #ffd600;
    left: 10px;
    padding: 9px 18px 7px;
    line-height: 1;
    border-radius: 20px;
}