
.footer {
    position: fixed;
    /* background: linear-gradient(180deg, rgba(221, 221, 221, 0) 5.98%, rgba(255, 255, 255, 0.5) 25.24%, rgba(255, 255, 255, 0.95) 59.38%, #ffffff 90%,  #ffffff 90%); */
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0;
    /* padding-top: 40px; */
	padding-top: 15px;
 }
.footer .footer-top{
    display: flex;
    justify-content: center;
    /* margin-bottom: 10px; 
	    margin-bottom: 5px;*/
}

 .footer .footer-nav {
     list-style-type: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
 }

 .footer .footer-nav .footer-link {
     /* margin: 0 15px; */
	 margin: 0 8px;
     position: relative;
 }

 .footer .footer-nav .footer-link a {
     font-size: 12px;
     color: #000;
     font-weight: 600;
     text-align: center;
     vertical-align: sub;
 }

 .footer .footer-nav .footer-link a i,  .footer .footer-nav .footer-link a img {
     font-size: 20px;
     margin-bottom: 0px;
     vertical-align: middle;
     display: block;
     margin:0 auto;
     width: 120px;
     /* height: 28px; */
     transition: transform 300ms linear;
 }
  .footer .footer-nav .footer-link a:hover img{
    transform: scale(1.2);
  }
 .footer .footer-nav .footer-link.attendee img,  .footer .footer-nav .footer-link.briefcase_btn img, .footer .footer-nav .footer-link.conference-link img{
    width: 24px;
 }
.footer .footer-nav .footer-link.chat-btn img{
    width: 26px;
}
 .footer-dropdown {
     position: absolute;
     padding: 0;
     width: 350px;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.18);
     box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.18);
     background: rgba(255, 255, 255, 0.9);
     display: flex;
     bottom: 60px;
     flex-wrap: wrap;
     flex-direction: column;
     list-style-type: none;
     left: 0px;
     display: none;

 }

 .footer .footer-nav .footer-link.navigation-link .footer-dropdown {
     height: 240px;
 }

 .footer-dropdown li {
     padding: 9px 12px 9px 24px;
     border-bottom: 1px solid #e2e4e7;
     cursor: pointer;
     border-left: 4px solid transparent;
 }

 .footer-dropdown li.footer-drop-header {
     background-color: rgba(0, 0, 0, 0.1);
     cursor: inherit;
 }
 .footer-dropdown li.footer-drop-header:first-child{
    border-radius: 4px 4px 0px 0px;
 }
 .footer-dropdown li.footer-drop-header span {
     font-weight: bold;
     color: #000;
     font-size: 14px;
     line-height: 21px;
     text-transform: uppercase;
 }

 .footer .footer-nav .footer-link .footer-dropdown li a {
     line-height: 21px;
     color: black;
     font-size: 13px;
     text-align: left;
     display: block;
 }

 .footer .footer-nav .footer-link .footer-dropdown li:hover {
     border-left: 4px solid #293033;
 }

 .footer .footer-nav .footer-link .footer-dropdown li.footer-drop-header:hover {
     background-color: rgba(0, 0, 0, 0.1);
 }

 .footer-dropdown .mCSB_inside>.mCSB_container {
     margin-right: 0;
 }

 .footer-dropdown .mCSB_scrollTools {
     width: 12px;
 }

 .footer-dropdown .mCSB_scrollTools .mCSB_draggerRail {
     background-color: transparent;
 }

 .footer-dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
     background-color: rgba(0, 0, 0, 0.5);
     width: 7px;
 }

 .footer .footer-nav .footer-link .footer-dropdown li a i {
     float: right;
     font-size: 16px;
     color: #f00;
     margin: 3px 0 0 0;
 }
 
 .footer .footer-nav.chat-nav{
    border-left: 1px solid #000;
    margin-left: 30px;
    padding-left: 30px;
 }
 .footer-bottom{
    display: flex;
    padding: 5px 40px;
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.7);
 }
  .footer-bottom p{
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 10px;
  }
  .menu-icon, .menu-icon-close, .mobile-info{
     display: none;
}
.organisedby {
    position: absolute;
    left: 50px;
}
.organisedby .logo img {
    height: 45px;
    margin-left: 10px;
}
@media (max-width: 1366px){

    .header-left .search{
        width: 80%;
    }
    .organisedby .logo img {
        height: 40px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
   .organisedby
   {
    left: 0;
   } 
  .header-bottom .logo img {
        height: 40px;
    }
}
 @media screen and (max-width: 900px) and (orientation: landscape) {
    .header{
        height: 50px;
    }

    .header-bottom {
        padding: 0 10px;
    }
  /*  .header-bottom .logo {
        width: 115px;
    }  */   
   .header-bottom .logo img{
        height: 20px;
    }
    .header-left{
        max-width: 60%;
        flex: 0 0 60%;
    }
    .header-left .logo {
        margin-right: 20px;
    }  
    .header-left .search {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .header-left .search input{
        padding: 0 20px;
        position: absolute;
        display: none;
    }
    .header-left .search .search_submit{
        width: 32px;
        height: 32px;
        left:0px;
        top: 0px;
        font-size: 14px;
        outline: none;
        background: rgba(0,0,0,0.1);
        border-radius: 50%;
    }
    .header-items {
        display: none;
    }
    .header-right{
        max-width: 40%;
        flex: 0 0 40%;
    }
    .header-nav{
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-nav ul li a.setting {
        margin-left: 10px;
    }
    .header-dropdown{
        top:45px;
    }
    .header-dropdown ul li a{
        line-height: 20px;
        font-size: 12px;
        padding: 5px 15px;
    }

/*     .footer {
        position: absolute;
        height: calc(100vh - 50px);
        width: 60%;
        max-width: 100%;
        top: 50px;
        left: 0;
        transform: translateX(-100%);
        background: #f7f7f7;
        overflow-y: auto;
        padding-top: 0;
        transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .footer .footer-top {
        justify-content: flex-start;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    .footer .footer-nav {
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        flex-direction: column;
        padding: 0 0px;
        margin: 0px 0 0 0;
        width: 100%;
    } 

    .footer .footer-nav .footer-link {
        width: 100%;
        margin: 0px 0px;
        display: flex;
        padding: 0px;
        text-align: left;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        flex-direction: column;
    }

    .footer .footer-nav .footer-link a {
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        font-size: 14px;
    }*/
    .footer .footer-nav .footer-link a i, .footer .footer-nav .footer-link a img{
            width: 50px;
		/*width: 24px;
         height: 24px;
        margin: 0 7px 0 0;
        display: inline-block */;
    }

    .footer-dropdown {
        position: relative;
        padding: 0;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-top: 0px;
        border-radius: 0;
        box-shadow: none;
        
    }

    .footer-dropdown li {
        padding: 5px 15px 5px 20px;
    }

    .footer .footer-nav .footer-link.navigation-link .footer-dropdown {
        height: auto;
    }

    .footer-dropdown li.footer-drop-header {
        border-radius: 0 !important;
        padding: 5px 15px 5px 15px;
        background: transparent;
    }
    .footer-dropdown li.footer-drop-header span{
        font-size: 13px;
    }

    .footer .footer-nav .footer-link .footer-dropdown li a {
        padding: 0;
    }
    .footer .footer-nav.chat-nav{
        margin-left: 0;
        padding-left: 0;
        border-left:0;
    }
    .footer-bottom{
        padding: 5px 15px;
        border-top: 0;
        justify-content: flex-start;
        flex-direction: column;
    }

    .header.openMenu,
    .footer.openMenu {
        transform: translateX(0%);
    }

    body.menu_overlay:before {
        background: rgba(0, 0, 0, 0.75);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        z-index: 1;
        content: "";
    }

    .menu-icon {
        display: block;
        background: rgba(0, 0, 0, 0.1);
        width: 32px;
        height: 32px;
        text-align: center;
        border-radius: 50%;
        line-height: 33px;
        color: #000;
    }
    .menu-icon i{
        font-size: 14px;
    }
    .menu-icon-close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer;
        display: none;
        z-index: 1;
    }

    .menu-icon-close svg path {
        fill: currentColor;
        stroke-width: 4;
    }
   
} 

@media (max-width: 350px) {
    .header-right {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .header-left {
        max-width: 50%;
        flex: 0 0 50%;
    }
}