header{
    background: #fff;
    position: relative;
    justify-content: space-between;
    align-items: stretch;
}

header > div{
    padding-top: 15px;
    padding-bottom: 15px;
}



.header-logo img{
    height: 42px;
    display: block;
}


ul.header-menu{
    margin: 0;
    padding: 0 0 0 20px;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

ul.header-menu li a .down-icon,
ul.header-menu-right li a .down-icon,
.header-user-profile .down-icon{
    background: url(../images/down-arrow-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 11px;
    height: 6px;
    display: none;
    transition: all ease .3s;
    flex-shrink: 0;
}

ul.header-menu li a,ul.header-menu-right li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.header-menu li.has-submenu a .down-icon ,
ul.header-menu-right li.has-submenu a .down-icon,.header-user-profile .down-icon{
    display: inline-block;
}

ul.header-menu-right {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

ul.header-menu li a,ul.header-menu-right a{
    color: #000;
    transition: all ease .3s;
}



.header-right-wrapper{
    max-width: 430px;
    width: 100%;
    background: #f2f2f3;
    display: flex;
    padding-left: 34px;
    padding-right: 0px;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}

.header-left-wrapper{
    display: flex;
    justify-content: space-between;
}

.header-center-wrapper{
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.header-logo{
    flex-shrink: 0;
}

.top-search-bar-wrapper{
    background: #e8e8e8;
    padding: 15px 0 18px;
    display: flex;
}

.quicksearch-wrapper{
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
}

.header-user-profile{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    color: #010101;
    flex-shrink: 0;
}

.header-user-image img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.top-search-center-wrapper,.company-profile-center-wrapper{
    flex-grow: 1;
}

.top-search-right-wrapper,.company-profile-right-wrapper{
    max-width: 430px;
    width: 100%;
}

.top-search-bar-wrapper input[type='text']{
    background: #fff;
    height: 50px;
    width: 100%;
    border-radius: 4px 0 0 4px;
    border: none;
    font-family: 'SFProDisplay';
    font-size: 15px;
    font-weight: 500;
    padding: 3px 18px;
}

.top-search-bar-wrapper input[type='text']::placeholder{
    color: #828282;
}

.top-search-input-wrapper{
    position: relative;
}

.top-search-btn{
    position: absolute;
    width: 55px;
    height: 100%;
    background: #001d45;
    border-radius: 0px 4px 4px 0px;
    border: none;
    cursor: pointer;
    right: -55px;
    top: 0;
}

.top-search-btn::after{
    position: absolute;
    content: '';
    background: url(../images/icon-search.png) no-repeat 0 0;
    background-size: 100%;
    width: 33px;
    height: 33px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blue-bg{
    background: #001d45;
}

.top-search-left-wrapper,.header-left-wrapper,.dashboard-sidebar,.company-profile-left-wrapper{
    max-width: 320px;
    width: 100%;
}

.header-left-wrapper{
    padding-left: 50px;
}


.dashboard-sidebar{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.dashboard-sidebar .profile-image img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    
}


.siderbar-user-detail-wrapper{
    padding: 0 30px 30px 50px;
    border-bottom: solid 1px rgb(226 232 240 / 19%);;
}

.siderbar-user-detail-wrapper p{
    font-size: 14px;
}

.siderbar-user-detail-wrapper p.welcome-text{
    padding: 10px 0;
    text-align: center;
}

.dashboard-sidebar .user-name{
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    text-align: center;
}

.dashboard-sidebar .user-company-logo-wrapper{
    height: 145px;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 28px 0 25px;
}

.member-details p:not(:last-child){
    padding-bottom: 18px;
}

.member-details p span{
    font-weight: bold;
    display: inline-block;
    padding-left: 4px;
}

.member-details p span.active{
    color: #0a8600;
}

.sidebar-membership-anniversary{
    border-bottom: solid 1px rgb(226 232 240 / 19%);
    padding: 30px 30px 30px 50px;
    font-size: 13px;
    align-items: center;
    gap: 15px;
}

.sidebar-membership-anniversary .membership-anniversary-logo img{
    width:112px;
    height: 112px;
}

.sidebar-office-details{
    padding: 35px 30px 0 50px;
}

.sidebar-office-detail-single:not(:last-child){
    padding-bottom: 60px;
}

.sidebar-office-detail-single h3{
    font-family: 'PP Eiko';
    font-weight: 300;
    font-size: 28px;
    padding-bottom: 12px;
    border-bottom: solid 1px #007afe;
    margin: 0 0 15px;
}

.sidebar-office-detail-single h3.headquarters{
    position: relative;
    padding-left: 45px;
}

.sidebar-office-detail-single h3.headquarters::before{
    position: absolute;
    content: '';
    background: url(../images/icon-white-headquarters.png) no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 34px;
    left: 0;
    top: 0;
}

.sidebar-office-detail-single .office-location-title{
    display: flex; 
    gap: 14px;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-office-detail-single .office-location-title h4{
    margin: 0;
}

.sidebar-office-detail-single .office-location:not(:last-child){
    margin-bottom: 20px;
}

.office-location-details{
    padding-left: 42px;
    font-size: 14px;
    line-height: 24px;
}

.dashboard-main-right-wrapper{
    flex-grow: 1;
    background: #fff;
}

.db-conference-wrapper{
    max-width: 430px;
    width: 100%;
    padding-right: 20px;
}

.db-latestnews-wrapper{
    flex-grow: 1;
    padding: 0 20px;
}

.db-latestnews-and-confernce-main,.network-coverage-and-transaction-main{
    padding-top: 20px;
}

.db-latestnews-and-confernce-main .news-wrapper{
    width: 100%;
}

.db-latestnews-and-confernce-main .news-wrapper .heading{
    font-size: 13px;
    color: #001d45;
    background: #f8f8f9;
}

.db-latestnews-and-confernce-main .news-wrapper .heading,
.db-latestnews-and-confernce-main .news-wrapper .news-title{
    padding: 10px 20px;
}

.db-latestnews-and-confernce-main .news-wrapper .news-title{
    background: #e3e3e3;
    font-weight: bold;
    font-size: 14px;
}


.db-latestnews-and-confernce-main .news-wrapper  .news-image img{
    width:100% ;
    height: 145px;
    object-fit: cover;
    display: block;
    object-position: left;
}

.dashboard-main-wrapper{
    background: #f2f2f3;
    padding-bottom: 78px;
}


.network-coverage-and-transaction-main > div:first-child{
    flex-grow: 1;
    padding: 0 20px;
}

.network-coverage-and-transaction-main > div:last-child{
    max-width: 430px;
    width: 100%;
    padding-right: 20px;
}

.count-block > div{
    background: #f2f2f3;
    padding: 10px 20px 20px;
}

.count-block > div h4{
    font-size: 13px;
    color: #001d45;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 0;
}

.blue-counts-container,.grey-counts-container {
    gap: 18px;
    flex-wrap: wrap;
}

.blue-counts-container > div{
    max-width: calc(25% - 12px);
    flex-basis: calc(25% - 12px);
    height: 93px;
    background: #0c73c4;
    color: #fff;
    padding: 10px 10px 15px 10px;
}

.grey-counts-container > div{
    max-width: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    height: 93px;
    background: #e3e3e3;
    padding: 10px 10px 15px 10px;
    color:#030303;
}

.blue-counts-container > div span,.grey-counts-container > div span{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 6px 0;
    display: inline-block;
}

.blue-counts-container > div span{
    border-top: solid 1px #fff;
}

.grey-counts-container > div span{
    border-top: solid 1px #0c73c4;
}

.blue-counts-container > div p, .grey-counts-container > div p{
    font-size: 16px;
}

.db-map-main{
    padding: 20px;
}

.db-login-graph-main,.db-members-main {
    padding: 0 20px 20px;
}

.db-map-wrapper{
    background: #f2f2f3;
    padding: 10px 15px;
}

.db-login-graph-wrapper{
    background: #f2f2f3;
    padding: 15px;
}

.db-login-graph{
    padding-top: 10px;
    min-height: 90px;
}

.db-members-wrapper{
    background: #f2f2f3;
}

.db-members-headings{
 padding: 15px 20px 10px;
 font-size: 15px;
 font-weight: 500;
 color: #001d45;
}
.db-members-list-wrapper{
    padding: 0px 20px 20px;
    max-height: 290px;
    overflow: auto;
    position: relative;
    align-items: stretch;
}

.new-members .db-members-list-wrapper{
    padding-top: 20px;
}

.shadow{
    width: 100%;
    height: 10px;
    opacity: 0.19;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #fff, #808080);
}


.db-members-list-item{
    flex-basis: calc(33.33% - 10px);
    max-width:calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
}

.db-members-list-wrapper{
    flex-wrap: wrap;
    gap: 15px;
    align-items: stretch;
}

.db-member-logo{
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 110px;
}
.db-member-detail{
    background:#efefef ;
    padding: 30px 25px;
    text-align: center;
    flex-grow: 1;
}

.db-member-detail .member-name{
    color: #001d45;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.db-member-detail .member-country{
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.db-member-detail .member-country img{
    width: 20px;
    height: 10px;
}


.db-member-logo img{
    align-self: center;
    max-height: 95px;
    object-fit: cover;
}

.startegic-partners-main-wrapper{
    background: #fff;
    padding: 20px 55px 20px;
}

.startegic-partners-title,.members-title{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    font-family: 'HelveticaNeue';
    color: #052c66;
}

.startegic-partners-title span,.members-title span{
    font-family: 'PP Eiko';
    font-weight: 300;
}

.startegic-partners-list-wrapper{
    align-items: center;
    gap: 20px 15px;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.startegic-partners-list-item{
    max-width: calc(16.66% - 15px);
    flex-basis: calc(16.66% - 15px);
}

footer{
    background: #001d45;
    padding: 35px 0 15px 0px;
    font-family: 'Helvetica Neue';
    font-size: 15px;
    color: #fff;
}

.footer-left{
    max-width: 150px;
    width: 100%;
}

.footer-right{
    max-width: 268px;
    width: 100%;
}

.footer-center{
    flex-grow: 1;
}

.footer-top{
    align-items: center;
    padding-left: 50px;
    padding-right: 60px;
    padding-bottom: 40px;
    border-bottom: solid 1px #007afe;
}

.footer-middle{
    padding: 45px 60px 70px 50px;
}

.footer-top .footer-right{
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}


.footer-social-links-wrapper a{
    width: 32px;
    height: 32px;
    background: #0c73c4;
    position: relative;
}

.footer-social-links-wrapper{
    gap: 15px;
    align-items: center;
}

.footer-social-links-wrapper a.facebook:after{
    position: absolute;
    content: '';
    background: url(../images/facebook-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 8px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.footer-social-links-wrapper a.linkedin:after{
    position: absolute;
    content: '';
    background: url(../images/linkedin-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.footer-social-links-wrapper a.instagram:after{
    position: absolute;
    content: '';
    background: url(../images/instagram-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.footer-social-links-wrapper a.whatsapp:after{
    position: absolute;
    content: '';
    background: url(../images/whatsapp-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

ul.footer-menu{
    display: flex;
    list-style: none;
    gap: 60px;
    padding: 0 50px 0 0;
    margin: 0;
}

ul.footer-menu .footer-submenu{
    list-style: none;
    padding:20px 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.footer-menu a,.footer-office-details a{
    color: #fff;
}

.footer-office-contact-item:not(:last-child){
    padding-bottom: 20px;
}

.footer-office-detail-title{
    color: #0b73c4;
}

ul.footer-bottom-menu{
    display: flex;
    list-style: none;
    gap: 25px;
    padding: 0 50px 0 0;
    margin: 0;
}

ul.footer-bottom-menu a{
    color: #fff;
    text-decoration: underline;
}

.footer-bottom{
    padding-left: 50px;
    padding-right: 60px;
}

.copyright{
    font-size: 13px;
}


/* member search page css */
.top-member-search-bar-wrapper {
    background: #ebedef;
    padding: 15px 145px 80px;
}


.top-member-search-bar-form-wrapper{
    display: flex;
    gap: 15px 35px;
    flex-wrap: wrap;
}

.top-member-search-bar-form-wrapper .form-group{
    max-width: calc(50% - 30px);
    flex-basis: calc(50% - 30px); 
}

.top-member-search-bar-form-wrapper .form-group input[type='text']{
    width: 100%;
    height: 50px;
    border: none;
    background: #fff;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 20px;
    font-family: 'SFProDisplay';
    font-size: 15px;
    font-weight: 500;
}

.top-member-search-bar-form-wrapper .form-group input[type='text']::placeholder{
    color: #000;
    opacity: 58%;
}

.member-search-btns-wrapper {
    display: flex;
    gap: 20px;
}

.member-search-btns-wrapper .btn-reset{
    height: 50px;
    background:rgb(255 255 255 / 35%);
    color: #666666;
    font-family: 'SFProDisplay';
    font-size: 17px;
    font-weight: 500;
    flex-basis: calc(30% - 15px);
    max-width: calc(30% - 15px);
    border: solid 1px rgb(102 102 102 / 30%);
    cursor: pointer;
    border-radius: 5px;
}

.member-search-btns-wrapper .btn-submit{
    height: 50px;
    background:#001d45;
    color: #fff;
    font-family: 'SFProDisplay';
    font-size: 17px;
    font-weight: 500;
    flex-basis: calc(70% - 15px);
    max-width: calc(70% - 15px);;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.member-search-btns-wrapper .btn-submit img{
    width: 16px;
}

.members-list-main-wrapper{
    padding-top: 40px;
}

.members-list-main-wrapper table{
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
}


.members-list-main-wrapper table tr th:last-child,.members-list-main-wrapper table tr td:last-child{
    padding-right: 145px;
}

.members-list-main-wrapper table tr th{
    font-family: 'SFProDisplay';
    font-weight: 300;
    font-size: 11px;
    color: #000000;
    padding-bottom: 28px;
    text-align: left;
   
}

.members-list-main-wrapper table tr td{
    background: #fff;
    padding: 6px 6px;
    font-size: 13px;
    font-weight: bold;
}

.members-list-main-wrapper table tr th:first-child,.members-list-main-wrapper table tr td:first-child{
    padding-left: 145px;
    width:30%;
    padding-right: 45px;
}


.members-list-main-wrapper table tr:hover td{
    background: #f7fbfd;
    cursor: context-menu;
}

.members-list-main-wrapper table tr:hover td.blank-td{
    background: #fff;
}

.members-title{
    text-align: center;
}

.td-member-comany-name a{
   text-decoration: underline;
   color: #000;
   transition: all ease .3s;
}

.td-member-comany-name a:hover{
    color: #0b73c4;
}

.members-list-main-wrapper table tr td.td-member-since{
    font-weight: normal;
}

.pagination-block{
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 30px;
}

.pagination-wrapper{
    background: rgb(242 242 243 / 35%);
    padding: 20px 45px; 
    border-radius: 5px;
}

.custom-select-box{
    max-width: 170px;
    width: 100%;
    background: #f9f9fb;
    border-radius:5px 0 0 5px;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    font-family: 'SFProDisplay';
    font-weight: 500;
    font-size: 15px;
    color: #828282;
    cursor: pointer;
    position: relative; 
    flex-shrink: 0; 
}
.top-member-search-bar-form-wrapper .form-group.select-box-group .multiselect-search-wrapper input[type="text"]{
    border: solid 1px #e0dcdc;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
    font-weight: normal;
}

.top-member-search-bar-form-wrapper .form-group.select-box-group .multiselect-search-wrapper input[type="text"]::placeholder{
    color: #cfcaca;
}

.multiselect-search-wrapper{
    padding: 10px;
}
.custom-search-box{
    width: 100%;
    position: relative;  
    font-family: 'SFProDisplay';
    font-weight: 500;
    font-size: 15px;
    color: #828282;
}

.custom-search-box .select-arrow {
    background: url(../images/down-arrow-grey-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 11px;
    display: none;
}

.custom-search-box.open .select-arrow{
    display: block;
}




.custom-select-box .option-list-wrapper,.custom-search-box .option-list{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
    border: solid 1px #e9e6e6;
    border-radius: 0 0 5px 5px;
    display: none;
    max-height: 200px;
    overflow: auto;
}

.custom-select-box .option-list-wrapper ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-select-box-in{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-search-box .option-list{
    max-height: 300px;
}

.custom-search-box .option-list .option-main-heading{
    color: #000;
    font-weight: 600;
    display: block;
}

.option-sub-list{
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.custom-search-box .option-list-wrapper{
    border-radius: 0;
}

.custom-select-box.open .option-list-wrapper,.custom-search-box.open .option-list{
    display: block;
}

.custom-select-box .option-list li,.custom-search-box .option-list li{
    padding: 10px 20px;   
}

.custom-search-box .option-list li{
    padding: 10px 6px 10px 20px;   
}

.custom-search-box .option-list li:not(:last-child){
    border-bottom: solid 1px #e9e6e6;
}

.custom-select-box .option-list li{
    border-top: solid 1px #e9e6e6;
}

.custom-search-box .option-list .option-sub-list li {
    border-bottom: none;
    padding: 0;
    cursor: context-menu;
}



.custom-select-box .select-arrow{
    background: url(../images/down-arrow-grey-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 18px;
    height: 11px;
}

.sort-arrow{
    background: url(../images/down-arrow-sm.png) no-repeat 0 0;
    background-size: 100%;
    width: 10px;
    height: 10px;
    transition: all ease .3s;
}

.head-col{
    align-items: center;
    gap: 6px;
    display: inline-flex;
    cursor: pointer;
}

th:first-child .head-col{
    cursor: context-menu;
}

.head-col.desc  .sort-arrow{
    transform: rotate(180deg);
}


.top-member-search-bar-form-wrapper .form-group.select-box-group input[type='text']{
    border-radius: 0 5px 5px 0;
}

.member-logo-wrapper{
    background: #fff;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-logo-wrapper img{
    max-height: 64px;
    max-width: 170px;
}

.company-profile-top-wrapper > div{
    min-height: 200px;
}

.company-profile-logo-wrapper{
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-name-detail-wrapper{
    background: #0c73c4;
    padding: 40px 70px  20px 45px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-between;
}

.company-name-detail-wrapper h2{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.payment-td img{
    max-width: 60px;
}

.company-name-detail-wrapper .detail-listing-wrapper{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.company-name-detail-wrapper .detail-listing-wrapper span{
    font-weight: bold;
}

.company-name-detail-wrapper .detail-listing-wrapper .member-projects{
    display: flex;
    align-items: center;
    gap: 5px;
}

.company-group-image img{
    max-height: 210px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.company-profile-headquarters .sidebar-office-detail-single h3.headquarters::before{
    position: absolute;
    content: '';
    background: url(../images/icon-blue-headquarters.png) no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 34px;
    left: 0;
    top: 0;
}

.company-profile-headquarters .sidebar-office-details {
    padding: 35px 30px 50px 50px;
}

.company-profile-headquarters{
    background: #f8f8f8;
}

.company-membership-details{
    background: #ebedef;
    padding: 30px 70px 20px 45px;
    display: flex;
}

.company-membership-left{
    flex-basis: 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-membership-right{
    flex-basis: 55%;
    max-width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.company-membership-left .member-since{
    font-size: 14px;
}

.company-membership-left .member-since span{
    font-weight: bold;
    display: inline-block;
    padding-left: 12px;
}

.company-experience-in-bussiness-bg{
    background: url(../images/years-in-business.svg) no-repeat 0 0;
    width: 95px;
    height: 95px;
    background-size: 100%;
    position: relative;
}

.company-experience-in-bussiness-bg span{
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 900;
}

.company-experience-in-bussiness p{
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.company-membership-details .pay-logo{
    max-width: 95px;
}

.company-membership-details .membership-anniversary{
    max-width: 112px;
    width: 100%;
    text-align: center;
}

.company-contact-details-list{
    background: #001d45;
    color: #fff;
    padding: 35px 75px;
}

.company-contact-details-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

.company-contact-details-list ul li:not(:last-child){
    padding-bottom: 10px;
}

.company-contact-details-list ul li{
    display: flex;
    align-items: center;
    gap: 15px;
}

.company-contact-details-list ul li img{
    width: 25px;
}

.company-profile-sidebar.dashboard-sidebar{
    color: #000;
    padding-top: 0px;
    padding-bottom: 30px;
    background: #f8f8f8;
}

.company-profile-sidebar .sidebar-office-details {
    padding: 40px 30px 40px 50px;
    background: #f1f1f1;
}


.company-profile-sidebar .sidebar-office-detail-single h3 {
    border-bottom: solid 1px rgb(51 51 51 / 14%);
}

.sidebar-accreditation-wrapper{
    background: #ebedef;
    padding: 34px 34px 40px 50px;
}

.sidebar-accreditation-wrapper .title,.sidebar-services-wrapper .title{
    font-size: 14px;
    color: #000;
}

.accreditation-logo-wrapper{
    padding: 15px 0 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.accreditation-logo-wrapper > div{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-services-wrapper{
    background: #e4e6e8;
    padding: 40px 10px 100px 50px;
}

.services-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    padding-top: 10px;
}

.services-listing-wrapper span{
    display: inline-block;
    padding: 6px 6px;
    background: rgb(255 255 255 / 75%);
    font-weight: 500;
}

.company-profile-main-wrapper {
    background: #f8f8f8;
    padding-bottom: 78px;
}

.company-profile-main-right-wrapper{
    padding: 23px;
    flex-grow: 1;
    background: #fff;
}

.company-members-wrapper{
    display: flex;
    gap: 23px;
    align-items: stretch;
    flex-wrap: wrap;
}

.company-members-wrapper > div{
    flex-basis: calc(50% - 12px);
    max-width: calc(50% - 12px);
    background: #ebedef;
    padding: 20px 20px 30px 20px;
    text-align: center;
    margin: 0 auto;
}

.company-member-single .company-member-image img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

.company-member-single .company-member-name{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.company-member-single .company-member-designation{
    font-size: 13px;
}

.company-member-single .company-member-detail-wrapper{
    padding: 20px 0 15px;
    border-bottom: solid 1px rgb(51 51 51 / 14%);
    word-break: break-word;
}

.company-member-single .company-member-contact-detail-wrapper{
    padding: 15px 0 0;
    font-size: 13px;
    word-break: break-word;
}

.company-member-single .company-member-phone{
    padding-bottom: 8px;
}

.company-description-wrapper{
    font-size: 13px;
    line-height: 26px;
    padding: 50px 80px 0px 50px;
}


.company-description-wrapper p{
    padding-bottom: 40px;
}

.company-description-wrapper p:last-child{
    padding-bottom: 20px;
}

.sidebar-office-detail-single h3.branchoffice {
    position: relative;
    padding-left: 25px;
}

.company-profile-headquarters .sidebar-office-detail-single h3.branchoffice::before {
    position: absolute;
    content: '';
    background: url(../images/icon-blue-branch.png) no-repeat 0 0;
    background-size: 100%;
    width: 13px;
    height: 20px;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
}

.years-of-membership img{
   width: 95px;
   height: 95px;
}

.years-of-membership{
    font-size: 14px;
    text-align: center;
    position: relative;
}


.years-of-membership span {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 900;
}

.headquarters-img{
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
}

ul.header-menu li,ul.header-menu li  span.menu-text,ul.header-menu-right li  span.menu-text,.header-user-name  {
    position: relative;
}


ul.header-menu li span.menu-text::after,ul.header-menu-right li span.menu-text::after,.header-user-name::after{
    width: 0;
    transition: all ease .3s;
    position: absolute;
    content: '';
    left: 0;
    top:calc(100% + 4px);
    height: 3px;
    background: #0b73c4;
}

ul.header-menu li a:hover span.menu-text::after, ul.header-menu-right li a:hover span.menu-text::after,.header-user-profile:hover .header-user-name::after{ 
    width: 100%;
}

.header-menu .submenu li{
    border-bottom: solid 1px #e2e8f0;
    transition: all ease .3s;
}

.header-menu .submenu li a{
    color:#0d74c4;
    padding: 30px;
}

.header-menu .submenu li:hover::after{
  position: absolute;
  content: '';
  left: -1px;
  top: 0px;
  height: 100%;
  width: 4px;
  background: #0d74c4;
}


.header-menu .submenu li:last-child{
    border-bottom: none;
}

.header-menu .submenu{
    background: #fff;
    border: solid 1px #e2e8f0;
    width: 280px;
    padding: 0;
    margin: 0;  
    position: absolute;
    top: 42px;
    left: 0;
    list-style: none;
    z-index: 1;
    display: none;
    font-size: 13px;
    font-weight: 500;
}

.header-menu .submenu.show{
    display: block;
}

.header-right-wrapper{
    position: relative;
}

.header-right-wrapper.events-menu-clicked{
    background:#001d45 ;  
}

.header-user-profile{
    transition: all ease .3s;
}

.events-menu-clicked ul.header-menu-right a,.events-menu-clicked  .header-user-profile,.header-user-profile.clicked{
    color: #fff;
}

.events-submenu{
    background:#001d45;
    position: absolute;
    top:70px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 13px;
    font-weight: 500;
}

.events-submenu.show{
    display: block;
}

.events-submenu .event-image img{
    width: 100%;
    max-height: 150px;
}

.events-submenu .event-name a{
    padding: 30px;
    position: relative;
}

.events-submenu li:not(:last-child){
    border-bottom:solid 1px rgb(226 232 240 / 12%);
}

.events-submenu li:hover .event-name a::after{
    position: absolute;
    content: '';
    background: #0b73c4;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
}

ul.header-menu li a.clicked .down-icon, ul.header-menu-right li a.clicked .down-icon,.header-user-profile.clicked .down-icon{
    transform: rotate(180deg);
}

.header-user-profile{
    padding-left: 15px;
    padding-right: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
}

.header-user-profile.clicked{
    background:#001d45;
}

.header-profile-submenu{
    position: absolute;
    top:70px;
    left: 0;
    width: 100%; 
    padding: 0;
    margin: 0;
    list-style: none;
    background:#001d45;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 14px;
    font-weight: 500;
    z-index: 3;
}

.header-user-profile.clicked .header-profile-submenu{
    display: block;
}

.header-user-profile.clicked .header-profile-submenu li a{
    padding: 30px;
    display: inline-block;
    color: #fff;
}

.header-profile-submenu li:first-child{
    border-top: solid 1px rgb(226 232 240 / 12%);
}

.header-profile-submenu li:not(:last-child){
    border-bottom: solid 1px rgb(226 232 240 / 12%);
}

.header-profile-submenu li:hover::after {
    position: absolute;
    content: '';
    left: -1px;
    top: 0px;
    height: 100%;
    width: 4px;
    background: #0d74c4;
}

.header-profile-submenu li{
    position: relative;
}

.select-box-group .multiselect-list-wrapper{
    background: #fff;
    flex-grow: 1;
    font-family: 'SFProDisplay';
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    display: flex;
    padding: 5px 8px;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0 5px 5px 0;
}

.select-box-group .multiselect-list-wrapper .select-item{
    background: #eceaea;
    padding: 3px 7px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.select-box-group .multiselect-list-wrapper .option-close{
    display: flex;
    font-size: 12px;
    background: #ccc;
    padding: 3px;
    border-radius: 50%;
    width: 14px;
    height: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.pagination li.page-item{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    transition: all ease .3s;
}

.pagination li.page-item.active{
    background: #0b73c4;
    color: #fff;
}

.pagination li[aria-label="« Previous"] span,.pagination li a[aria-label="« Previous"]{
    font-size: 0;
    background: url(../images/down-arrow-sm.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    transform: rotate(90deg);
}

.pagination li[aria-label="« Previous"].disabled,.pagination li[aria-label="Next »"].disabled{
    opacity: 0.4;
}

.pagination li.page-item a{
    color: #000000;
}


.pagination li a[aria-label="Next »"],.pagination li[aria-label="Next »"] span{
    font-size: 0;
    background: url(../images/down-arrow-sm.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    transform: rotate(270deg);
}

.coming-soon{
    width: 100%; 
    min-height: 100vh;
    background: url(../images/login-bg.jpg) no-repeat center center;
    display:flex ;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-size: cover;
    position: relative;
 }

 .coming-soon::after{
    position: absolute;
    content: '';
    background-image: linear-gradient(to bottom, #172843, rgba(35, 56, 113, 0));
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
 }

 .coming-soon-wrapper{
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 50%;
    text-align: center;
 }
 .coming-soon h1{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
 }

 .coming-soon p{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
 }

 .go-home{
    text-align: center;
    background: #fff;
    color: #000;
    padding: 10px 16px;
    display: inline-block;
    margin: 10px;
    border-radius: 6px;
 }

 .coming-soon-wrapper-v2{
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
 }

 .coming-soon-main-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
 }

 .custom-search-box .option-list .option-sub-list li.highlight{  
    border: none;
    outline: none;
 }

 .custom-search-box .option-list .option-sub-list li .option{
    padding: 5px 7px 5px 7px;
    display: block;
 }

 .custom-search-box .option-list .option-sub-list li.highlight .option,.custom-search-box .option-list .option-sub-list li:hover .option{
    background: #f2f2f3;
 }

 .custom-search-box .option-list .option-sub-list li .option-main-heading{
    display: block;
    margin: 6px 0;
 }

.custom-search-box .option-list .option-sub-list li:focus{
    border: none;
    outline: none;
}

.sort-memebers-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    font-family: 'SFProDisplay';
    font-size: 15px;
}

.sort-memebers-wrapper select{
    border: none;
    outline: none;
    height: 40px;
    max-width: 200px;
    width: 100%;
    -webkit-appearance:none ;
    padding: 6px 30px 6px 10px;
    font-family: 'SFProDisplay','Arial';
    background: #fff url(../images/down-arrow-grey-icon-sm.png) no-repeat 95% center;
    border: solid 1px rgb(102 102 102 / 30%);
}

.header-wrapper > div{
    padding-top: 15px;
    padding-bottom: 15px;
}

header > div,.header-wrapper > div.header-right-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}


.top-search-bar-wrapper {
    background: #e8e8e8;
    padding: 0;
    display: flex;
}

.top-search-bar-wrapper-in{
    padding: 15px 0 18px;
    display: flex;
}

header{
    background: #f2f2f3;
    position: relative;
}

.header-white{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
}

.header-left-wrapper,.header-center-wrapper{
    background: #fff;
}

.top-member-search-bar-wrapper{
    padding: 0;
}

.top-member-search-bar-form-wrapper-outer{
    padding: 15px 145px 80px;
}

.icon-nav {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: none;
    top: 6px;
    margin-left: 15px;
}

.icon-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.icon-nav span:nth-child(1) {
    top: 0px;
}

.icon-nav span:nth-child(2), .icon-nav span:nth-child(3) {
    top: 16px;
}

.icon-nav span:nth-child(4) {
    top: 0px;
}

.icon-nav.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.icon-nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-nav.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.events-menu-item-sm{
    display: none;
}


.header-user-name  {
    word-break: break-word;
    max-width: 140px;
}


.dashboard-sidebar .profile-image {
    margin: auto;
    text-align: center;
}

.member-search-table-wrapper{
    overflow-x: auto;
}

.company-profile-right-main-wrapper{
    flex-grow: 1;
}

@media screen and (max-width:1280px) {
    .header-wrapper > div {
        padding-top: 0.94vw;
        padding-bottom: 0.94vw;
    }

    .header-logo img {
        height: 3.28vw;
    }

    .header-left-wrapper {
        padding-left: 3.91vw;
    }

    .top-search-left-wrapper, .header-left-wrapper, .dashboard-sidebar, .company-profile-left-wrapper {
        max-width: 25vw;
    }

    ul.header-menu {
        padding: 0 0 0 1.56vw;
        gap: 3.91vw;
    }

    ul.header-menu li a .down-icon, ul.header-menu-right li a .down-icon, .header-user-profile .down-icon {
        width: 0.86vw;
        height: 0.47vw;
    }

    .header-right-wrapper {
        max-width: 33.59vw;
        padding-left:2.66vw;
    }

    .events-submenu,.header-profile-submenu {
        top: 5.1vw;
    }

    .top-search-right-wrapper, .company-profile-right-wrapper {
        max-width: 33.59vw;
    }

    .top-search-bar-wrapper input[type='text'] {
        height: 3.91vw;
        padding: 3px 1.41vw;
    }

    .top-search-bar-wrapper-in {
        padding: 1.17vw 0 1.41vw;
    }

    .header-menu .submenu {
        width: 21.87vw;
        top: 3.28vw;
    }

    .header-menu .submenu li a,.events-submenu .event-name a,.header-user-profile.clicked .header-profile-submenu li a{
        padding: 2.34vw;
    }

    .siderbar-user-detail-wrapper {
        padding: 0 2.34vw 2.34vw 3.91vw;
    }

    .dashboard-sidebar .profile-image  img{
        width: 10.16vw;
        height: 10.16vw;
    }

    .dashboard-sidebar .user-name {
        font-size: 20px;
    }

    .dashboard-sidebar .user-company-logo-wrapper {
        height: 11.33vw;
        padding: 1.17vw;
        margin: 2.18vw 0 1.95vw;
    }

    .member-details p:not(:last-child) {
        padding-bottom: 1.41vw;
    }

    .sidebar-membership-anniversary {
        padding: 2.34vw 2.34vw 2.34vw 3.91vw;
    }

    .sidebar-membership-anniversary .membership-anniversary-logo img {
        width: 8.75vw;
        height: 8.75vw;
    }

    .sidebar-office-details {
        padding: 2.73vw 2.34vw 0 3.91vw;
    }

    .sidebar-office-detail-single:not(:last-child) {
        padding-bottom: 4.69vw;
    }

    .sidebar-office-detail-single h3.headquarters {
        padding-left: 3.52vw;
    }

    .sidebar-office-detail-single h3.headquarters::before ,.company-profile-headquarters .sidebar-office-detail-single h3.headquarters::before{
        width: 2.34vw;
        height: 2.66vw;
    }

    .sidebar-office-detail-single h3 {
        font-size: 2.19vw;
        padding-bottom: 0.94vw;
    }

    .db-conference-wrapper ,.network-coverage-and-transaction-main > div:last-child{
        max-width: 33.59vw;
        padding-right: 1.563vw;
    } 
    .footer-top {
        padding-left: 3.91vw;
        padding-right: 4.69vw;
        padding-bottom: 3.12vw;
    }

    .footer-left {
        max-width: 11.72vw;
    }

    .footer-right {
        max-width: 20.94vw;
    }

    footer {
        padding: 2.73vw 0 1.17vw 0px;
    }

    ul.footer-menu {
        gap: 4vw;
        padding: 0 2.8vw 0 0;
    }

    .footer-middle {
        padding: 3.52vw 4.69vw 5.47vw 3.91vw;
    }

    .footer-bottom {
        padding-left: 3.91vw;
        padding-right: 4.69vw;
    }

    .company-profile-logo-wrapper {
        padding: 1.56vw;
    }

    .company-profile-headquarters .sidebar-office-details {
        padding: 2.73vw 2.34vw 3.91vw 3.91vw;
    }

    .company-profile-sidebar .sidebar-office-details {
        padding: 3.12vw 2.34vw 3.12vw 3.91vw;
    }

    .sidebar-accreditation-wrapper {
        padding: 2.66vw 2.66vw 3.12vw 3.91vw;
    }

    .sidebar-services-wrapper {
        padding: 3.12vw 0.78vw 7.81vw 3.91vw;
    }

    .company-name-detail-wrapper {
        padding: 3.12vw 5.47vw 1.56vw 3.52vw;
    }

    .company-membership-details {
        padding: 3.12vw 5.47vw 1.56vw 3.52vw;
    }

    .company-contact-details-list {
        padding: 2.73vw 3.91vw;
    }

    .company-experience-in-bussiness-bg {
        width: 7.42vw;
        height: 7.42vw;
    }

    .company-experience-in-bussiness-bg span {
        top: 1.56vw;
        font-size: 2.34vw;
    }

    .company-membership-details .membership-anniversary {
        max-width: 8.75vw;
    }
  
}

@media screen and (max-width:1080px) {
    ul.header-menu,ul.header-menu-right{
        font-size: 12px;
    }

    .top-search-bar-wrapper input[type='text'] {
        font-size: 14px;
    }

    .header-menu .submenu,  .sidebar-membership-anniversary {
        font-size: 12px; 
    }

    .siderbar-user-detail-wrapper p ,.sidebar-office-detail-single .office-location-title,
    .office-location-details,.db-latestnews-and-confernce-main .news-wrapper .news-title,footer {
        font-size: 13px;
    }


    .blue-counts-container > div span, .grey-counts-container > div span {
        font-size: 26px;
    }

    .blue-counts-container > div p, .grey-counts-container > div p {
        font-size: 13px;
    }
   
}

@media screen and (max-width:1024px) {
    .icon-nav {
        display: block;
        top: 15px;
        margin-left: 10px;
        right: 15px;
    }

    .header-wrapper > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .events-menu-item-sm{
        display: block;
    }

    ul.header-menu-right.events-menu-item-lg{
        display: none;
    }

    .header-user-profile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-menu {
        flex-direction: column;
        position: absolute;
        top: 55px;
        right: 20px;
        width: 240px;
        padding: 0;
        background: #fff;
        z-index: 150;
        -webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 45%);
        -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 45%);
        color: #000;
        gap: 0;
    }

    ul.header-menu {
        padding: 15px 15px 15px 15px;
        gap: 20px;
        align-items: flex-start;
        display: none;
    }
    

    ul.header-menu.active {
        display: flex;
    }

    ul.header-menu li{
        width: 100%;
    }

    .header-menu .submenu {
        width: 100%;
        margin-top: 15px;
        position: static;
    }

    ul.header-menu li a .down-icon, ul.header-menu-right li a .down-icon, .header-user-profile .down-icon {
        width: 10px;
        height: 6px;
    }

    .header-right-wrapper,.top-search-right-wrapper {
        max-width: 270px;
        padding-left: 0;
    }

    .header-menu .submenu{
        border: none;
    }

    .top-search-left-wrapper{
        max-width: 90px;
    }

    .top-search-bar-wrapper input[type='text'] {
        height: 35px;
        padding: 3px 14px;
    }

    .top-search-bar-wrapper-in {
        padding: 10px 0 10px;
    }

    .header-profile-submenu{
        top: 100%;
        font-size: 12px;
    }

    .header-user-profile {
        font-size: 13px;
        gap: 7px;
    }
    
    .dashboard-sidebar .profile-image  img{
        width: 60px;
        height: 60px;
    }

    .top-search-input-wrapper {
        width: 90%;
    }

    .top-search-btn::after {
        width: 22px;
        height: 22px;
    }
    
}

@media screen and (max-width:991px) {
    .dashboard-main-wrapper{
        flex-direction: column;
    }

    .dashboard-sidebar{
        max-width: 100%;
    }

    .dashboard-sidebar .user-company-logo-wrapper {
        height: 110px;
        max-width: 300px;
        margin: 20px auto 15px;
    }

    .member-details{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .db-conference-wrapper, .network-coverage-and-transaction-main > div:last-child {
        max-width: 45%;
        padding-right: 15px;
    }

    .footer-middle .footer-right ,.footer-bottom .footer-right{
        max-width: 240px;
    }

    .footer-top .footer-right {
        max-width: max-content;
    }

    .startegic-partners-list-item {
        max-width: calc(25% - 15px);
        flex-basis: calc(25% - 15px);
    }

    .footer-left {
        max-width: 60px;
    }

    .footer-left img {
       width: 50px;
    }

    .header-left-wrapper{
        max-width: max-content;
        padding-left: 20px;
    }

    .header-logo img {
        height: 35px;
    }

    .member-details p:not(:last-child) {
        padding-bottom: 8px;
    }

    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .footer-middle {
        padding: 20px 20px 30px 20px;
    }

    ul.footer-menu {
        gap: 18px;
        padding: 0 20px 0 0;
    }

    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }  

    .top-member-search-bar-form-wrapper-outer {
        padding: 15px 45px 30px;
    }

    .top-member-search-bar-form-wrapper .form-group {
        max-width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }

    .top-member-search-bar-form-wrapper {
        gap: 15px 15px
    }

    .top-member-search-bar-form-wrapper .form-group input[type='text'] {
        height: 40px;
        padding: 4px 10px;
        font-size: 14px;
    }

    .custom-select-box {
        max-width: 125px;
        font-size: 14px;
    }

    .custom-select-box .select-arrow {
        width: 14px;
        height: 8px;
    }

    .select-box-group .multiselect-list-wrapper{
        font-size: 14px;
        min-height: 40px;
    }

    .member-search-btns-wrapper {
        gap: 15px;
    }

    .member-search-btns-wrapper .btn-reset {
        height: 40px;
        font-size: 14px;
        flex-basis: calc(30% - 10px);
        max-width: calc(30% - 10px);
    }

    .member-search-btns-wrapper .btn-submit {
        height: 40px;
        font-size: 14px;
        flex-basis: calc(70% - 10px);
        max-width: calc(70% - 10px);
    }

    .top-member-search-bar-form-wrapper-outer {
        padding: 15px 20px 30px;
    }

    .members-list-main-wrapper {
        padding-top: 25px;
    }

    .sort-memebers-wrapper{
        padding: 10px 0;
    }

    .members-list-main-wrapper table {
        margin-top: 25px;
    }

    .member-logo-wrapper img {
        max-height: 40px;
        max-width: 120px;
    }

    .members-list-main-wrapper table tr th:first-child, .members-list-main-wrapper table tr td:first-child {
        padding-left: 45px;
    }

    .members-list-main-wrapper table tr th:last-child, .members-list-main-wrapper table tr td:last-child {
        padding-right: 45px;
    }

    .sort-memebers-wrapper{
        font-size: 13px;
    }

    .sort-memebers-wrapper select{
        height: 32px;
    }

    .pagination li.page-item {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .pagination-wrapper {
        padding: 15px 10px;
    }

    .header-menu .submenu li a, .events-submenu .event-name a, .header-user-profile.clicked .header-profile-submenu li a {
        padding: 15px;
    }

    .company-profile-top-wrapper{
        flex-direction: column;
    }

    .company-profile-left-wrapper.company-profile-logo-wrapper{
        max-width: 100%;
    }

    .company-profile-right-wrapper.company-group-image,.company-profile-right-wrapper.company-contact-details-list{
        max-width: 40%;
    }

    .company-profile-left-wrapper.company-profile-headquarters{
        max-width: 100%;
    }

    .company-contact-details-list {
        padding: 40px 20px;
    }

    .company-membership-details {
        padding: 40px 20px;
    }

    .company-profile-headquarters .sidebar-office-details {
        padding: 40px 20px;
    }

    .company-profile-main-wrapper{
        flex-direction: column;
    }

    .company-profile-sidebar .sidebar-office-details,.sidebar-accreditation-wrapper,.sidebar-services-wrapper {
        padding: 40px 20px;
    }

    .company-membership-details .membership-anniversary {
        max-width:75px;
    }

    .company-experience-in-bussiness-bg {
        width: 72px;
        height: 72px;
    }

    .company-experience-in-bussiness-bg span {
        top: 17px;
        font-size: 20px;
    }


}

@media screen and (max-width:768px){
    .db-latestnews-and-confernce-main, .network-coverage-and-transaction-main{
        flex-direction: column;
    }

    .db-conference-wrapper, .network-coverage-and-transaction-main > div:last-child{
       max-width: 100%;
       padding: 20px 20px 0;
    }

    .db-latestnews-and-confernce-main .news-wrapper .news-image img {
        height: 230px;
    }

    .grey-counts-container > div {
        max-width: calc(33.33% - 12px);
        flex-basis: calc(33.33% - 12px);
    }

    .db-members-list-item {
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .sidebar-membership-anniversary .membership-anniversary-logo img {
        width: 55px;
        height: 55px;
    }

    .sidebar-membership-anniversary {
        padding: 20px 20px;
    }

    .sidebar-office-details {
        padding: 20px 20px 0px 20px;
    }
    
    .sidebar-office-detail-single h3.headquarters::before,.company-profile-headquarters .sidebar-office-detail-single h3.headquarters::before {
        width: 20px;
        height: 22px;
    }

    .sidebar-office-detail-single h3.headquarters {
        padding-left: 30px;
    }

    .sidebar-office-detail-single h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .startegic-partners-main-wrapper {
        padding: 20px 20px 20px;
    }

    .dashboard-main-wrapper {
        padding-bottom: 25px;
    }

    .footer-social-links-wrapper a {
        width: 24px;
        height: 24px;
    }

    .footer-social-links-wrapper {
        gap: 8px;
    }

    .footer-left img {
        width: 30px;
    }

    .footer-left {
        max-width: 40px;
    }

    .footer-middle .footer-left ,.footer-bottom .footer-left{
        max-width: 0;
    }

    ul.footer-menu {
        gap: 12px;
    }

    ul.footer-menu{
        flex-direction: column;
    }

    ul.footer-menu .footer-submenu {
        padding: 10px 0 0 15px;
        gap: 10px;
    }

    .member-search-btns-wrapper .btn-reset {
        flex-basis: calc(40% - 10px);
        max-width: calc(40% - 10px);
    }

    .member-search-btns-wrapper .btn-submit {
        flex-basis: calc(60% - 10px);
        max-width: calc(60% - 10px);
    }

    .members-list-main-wrapper table tr th:first-child, .members-list-main-wrapper table tr td:first-child {
        padding-left: 20px;
        padding-right: 15px;
    }

    .members-list-main-wrapper table tr th:last-child, .members-list-main-wrapper table tr td:last-child {
        padding-right: 20px;
    }

    .members-list-main-wrapper table tr td{
        font-size: 12px;
    }

    .company-profile-right-wrapper.company-group-image,.company-profile-right-wrapper.company-contact-details-list{
        max-width: 50%;
    }

    .company-name-detail-wrapper h2 {
        font-size: 22px;
    }

    .company-member-single .company-member-image img{
        width: 75px;
        height: 75px;
    }

    .company-membership-left,.company-membership-right {
        flex-basis: 50%;
        max-width: 50%;
    }

    .company-membership-left, .company-membership-right{
        gap: 12px;
    }
    
    .coming-soon-wrapper {
        max-width: 90%;
    }

}

@media screen and (max-width:640px) {
    .db-latestnews-and-confernce-main .news-wrapper .news-image img {
        height: 150px;
    }

    .startegic-partners-list-wrapper{
        padding: 20px 20px;
    }

    .top-search-right-wrapper ,.top-search-left-wrapper{
        max-width:50px;
    }

    .footer-bottom{
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;
    }

    ul.footer-bottom-menu{
        padding: 0;
    }

    .members-list-main-wrapper table tr th:first-child, .members-list-main-wrapper table tr td:first-child {
        padding-left: 10px;
    }

    .members-list-main-wrapper table tr th:last-child, .members-list-main-wrapper table tr td:last-child {
        padding-right: 10px;
    }

    .top-search-input-wrapper {
        width: 85%;
    }

    .top-search-btn{
        width: 45px;
        right: -45px;
    }

    .company-profile-right-main-wrapper{
        flex-direction: column;
    }

    .company-name-detail-wrapper {
        padding: 40px 20px;
        min-height: 240px;
    }

    .company-group-image img {
        max-height: 290px;
    }

    .company-profile-right-wrapper.company-group-image {
        max-width: 100%;
    }

    .company-profile-top-wrapper > div {
        min-height: 140px;
    }

    .company-profile-right-wrapper.company-contact-details-list {
        max-width: 100%;
    }

    .company-members-wrapper > div {
        flex-basis: 100%;
        max-width: 100%;
    }

    .company-description-wrapper {
        padding: 40px 20px 0;
    }

    .company-profile-main-wrapper {
        padding-bottom: 40px;
    }

    .company-description-wrapper p {
        padding-bottom: 20px;
    }
}


@media screen and (max-width:480px) {
    .blue-counts-container > div{
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .blue-counts-container, .grey-counts-container {
        gap: 10px;
    }

    .grey-counts-container > div {
        max-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
    }

    .db-members-list-item {
        flex-basis:100%;
        max-width: 100%;
    }

    .startegic-partners-list-item {
        max-width: calc(33.33% - 15px);
        flex-basis: calc(33.33% - 15px);
    }

    .siderbar-user-detail-wrapper {
        padding: 0 20px 20px;
    }

    .header-user-image img{
        width: 35px;
        height:35px;
    }
    
    .icon-nav {
        width: 25px;
        height: 19px;
    }

    .icon-nav span:nth-child(2), .icon-nav span:nth-child(3) {
        top: 12px;
    }

    .header-user-name{
        max-width: 120px;
    }

    .header-right-wrapper{
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .top-search-right-wrapper ,.top-search-left-wrapper{
        max-width:30px;
    }

    .footer-top{
        flex-direction: column;
        gap: 10px;
    }

    .footer-middle{
        flex-direction: column;
        gap: 25px;
    }

    .footer-middle .footer-right {
        max-width: 100%;
    }

    .footer-office-contact-item:not(:last-child) {
        padding-bottom: 12px;
    }

    .count-block > div {
        padding: 10px 10px 10px;
    }

    .top-member-search-bar-form-wrapper .form-group {
        max-width:100%;
        flex-basis:100%;
    }

    .member-search-table-wrapper {
        max-width: 99%;
        margin: auto;
    }

    .company-description-wrapper {
        padding: 20px 10px 0;
    }

    .company-membership-left, .company-membership-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .company-membership-details{
        flex-direction: column;
    }

    .company-membership-right{
        align-items: flex-start;
    }

    .company-membership-details{
        gap: 20px;
    }

    .coming-soon-wrapper {
        max-width: 100%;
    }
    
}

@media screen and (max-width:380px) {
    .startegic-partners-list-item {
        max-width: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    }

    .header-user-name{
        max-width: 90px;
    }

    .header-left-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-user-profile {
        padding-left: 6px;
        padding-right: 6px;
    }
    

    .top-search-right-wrapper ,.top-search-left-wrapper{
        max-width:15px;
    }
}





