@font-face { font-family: 'roboto-regular';
src: url('https://f.hubspotusercontent40.net/hubfs/6314341/roboto-regular-webfont.ttf') format('truetype');
  font-family: 'roboto-regular';
src: url('https://f.hubspotusercontent40.net/hubfs/6314341/roboto-regular-webfont.woff') format('woff');
  }
@font-face {
  font-family: 'Roboto-Medium';
src: url('https://cdn2.hubspot.net/hubfs/6314341/Roboto-Medium.ttf') format('truetype');
   font-family: 'roboto-medium';
src: url('https://cdn2.hubspot.net/hubfs/6314341/roboto-medium-webfont.woff') format('woff');
  }

.header-section-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;

}
.contact-mike {
    padding-right: 30px;
    padding-top: 10px;
    height: 50px;
}
.btn.btn-btnhead-login, .btn.btn-btnhead-login:hover, .btn.btn-btnhead-login:focus {
    background-color: #f7941d;
    border-color: #f7941d;
    color: #fff !important;
    border-radius: 3px;
    padding: 5px 12px;
    line-height: 22px;
    margin-top: 0;
    text-transform: capitalize;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14.04px;
    height: 36px;
  
}
.head-top-section{
  padding:0px 50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
      height: 80px;
 
}
.pad-TB{
  padding-top:10px;
  padding-bottom:10px;
}
.left-section{
  display: flex;
justify-content: flex-start;
align-items: center;
  flex-grow:2;
}
.top-right-section{
   display:flex;
  justify-content:space-between;
  align-items:center;
  flex-grow:1;
}
.search-section{
   display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-grow:2;
}
.top-right-section .form-control{
  max-width:250px;
  width:100%;
}
.head-eqtabs {
    margin: 0 20px 0 0;
    padding: 0;
}

    .head-eqtabs li {
        position: relative;
display: inline-block;
padding-left: 5px;
      font-size:14px;
    }

        .head-eqtabs li:before {
            content: "";
            position: absolute;
            left: -17px;
            width: 17px;
            border-radius: 0;
            height: 17px;
            background-color: #fff;
            top: 15px;
            margin-top: -14px;
            border: 1px solid #f60;
        }

        .head-eqtabs li:first-child {
           margin-right:30px;
        }

        .head-eqtabs li.active:before {
            background-color: #ff7200;
            content: "✔︎";
            text-align: center;
            font-size: 12px;
        
            font-weight: 600;
            line-height: 14px;
            color: #fff;
        }
.input-section{
  max-width:75%;
  width:100%;
}
.input-section .form-control{
  height:40px;
  max-width:90%;
  width:100%:
}
.country-lang{
  display:flex;
  justify-content:center;
  align-items:center;
}
.country-lang p{
  margin-bottom:0;
}
.country-lang p.first{
  margin-right:20px;
  position:relative;
}
.country-lang p.first:after{
  content:"|";
  position:absolute;
  right:-12px;
}
.navbar-fixed-top{
  display:none;
}
.top_menus {
    background: #fff;
    width: 100%;
    border-top: 1px solid #aaa;
    box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

   

    #cssmenu > ul {
          max-width: 100% !important;
    width: 100%;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    }

#cssmenu {
    width: 100%;
    border-radius: 5px;
    margin: 0;
    position: relative;
   left:15px;
      display: flex;
    align-items: center;
    justify-content: flex-start;
}
 #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }
  #cssmenu > ul > li > a {
            padding: 0;
            height: 50px;
            line-height: 51px;
            font-size: 14px;
            color: #373737 !important;
            letter-spacing: 0;
            text-decoration: none;
    font-family:Roboto-Medium;
            /*-webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;*/
            text-align: center;
    text-transform:upperCase;
        }
#cssmenu  ul  li.has-sub.active {
    display: inline-block;
    border-top: 3px solid #ff5300;
    margin-top: -4px;
}

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        opacity: 0;
        -webkit-transition: top .2s ease, opacity .2s ease;
        -moz-transition: top .2s ease, opacity .2s ease;
        -ms-transition: top .2s ease, opacity .2s ease;
        -o-transition: top .2s ease, opacity .2s ease;
        transition: top .2s ease, opacity .2s ease;
        z-index: 100;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #cssmenu > ul > li > ul {
        top: 92px;
        padding-top: 8px;
        border-radius: 5px;
    }

#cssmenu > ul > li.has-sub:hover > ul {
    left: auto;
    top: 46px !important;
    opacity: 1;
    box-shadow: 2px 2px 5px #dbc7c7;
}
#cssmenu > ul > li > a.btn.btns-header, #cssmenu > ul > li > a.btn.btns-header:hover, #cssmenu > ul > li > a.btn.btns-header:focus{
 background-color: #f1ab56;
    border-color: #f1ab56;
    color: #fff !important;
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    line-height: 13px;
    font-size: 14px !important;
    font-family: Roboto-Medium;
    letter-spacing: .3px;
    text-transform: capitalize;
  }
#cssmenu > ul > li > a.btn.btns-header svg{
 
  margin-left:5px;
}
#cssmenu > ul > li > a.btn.btns-header svg path{
  fill:#fff;
}
li.has-sub a i {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #24272c;
    display: inline-block;
    vertical-align: 3px;
    margin: 0 5px 0 3px;
}

#cssmenu.align-right > ul > li:hover > ul {
    right: 0;
}
.m-w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.top-section-align {
    padding-left: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logoXMasFlag {
    height: 65px;
    width: 150px;
    margin-left: -15px;
}
    .top-section-align a.lnklogo{
        float:left;

    }
    .top-section-align .right-section {
        /*max-width:80%;
        width:100%;
        float:right;*/
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /*width: 80%;
        flex-basis: inherit;
        position:static;*/
        width: calc(100% - 865px);
    }
@media only screen and (max-width: 772px){

.chg-dev-nav .contact-mike {

  padding-right: 0;

  }}
.header-section-right.chg-dev-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}
.toprow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow:7;
}

.screen-menu-align {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
       
  width:100%;
    }
.btn-btnhead-login.btn-btnhead-loginMob{
  background-color: #ed9231;
    border-color: #ed9231;
    color: #fff !important;
    border-radius: 5px;
    padding: 0;
    line-height: 26px;
    font-size: 14px !important;
    font-family: robotoregular;
    margin-top: 0;
    height: 30px;
    width: 100px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.top-nav-menu li.has-sub:hover {
    border-bottom: 3px solid #f58e29!important;
}
.top-nav-menu .has-sub .sub-menu {
    width: 300px;
    position: absolute;
    top: 46px !important;
    margin: 0;
    left: -9999px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    background: #fff;
    border: 1px solid rgba(36,39,44,.15);
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: auto;
    padding-top: 0 !important;
}

.top-nav-menu li.has-sub:hover .subMenu {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    left: -1px;
    z-index: 1000;
}

.top-nav-menu li.has-sub ul.sub-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(36,39,44,.1) !important;
    text-align: left;
    height: 48px;
    padding-left: 30px !important;
    line-height: 48px !important;
    cursor: pointer;
}

#cssmenu .top-nav-menu li.has-sub ul.sub-menu li:hover,
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li:hover > a,
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li > a:hover {
    background: #f58e29!important;
  text-decoration:none;
  color:#fff!important;
}

#cssmenu .top-nav-menu li.has-sub ul.sub-menu li a.sub-menu-list {
    background: #fff;
  
    padding-left: 0;
    font-size: 15px;
    text-transform: none !important;
   text-decoration:none;
  font-family:Roboto-Medium;
  color:#353535!important;
}
#cssmenu>ul>li {
    border-left: 1px solid rgba(255, 255, 255, .4);
    width: auto;
    margin-right: 40px;
}
.BtnTxtblink {
    animation: blink-animation 3s steps(3,start) infinite;
    -webkit-animation: blink-animation 3s steps(3,start) infinite;
    font-family: 'Poppins',sans-serif;
}

.NewTgPointBG {
    position: absolute;
    padding: 0;
    right: -28px;
    top: -6px;
}
.contact-mike.mike.WhatsAppIconBTN {
    max-width: 100%;
}
.header-section-right .contact-mike.mike.WhatsAppIconBTN a, .header-section-right .contact-mike.mike.WhatsAppIconBTN a:hover, .header-section-right .contact-mike.mike.WhatsAppIconBTN a:focus {
    max-width: 100%;
}
.contact-mike.mike.WhatsAppIconBTN img {
    max-width: 36px;
    width: 36px;
    height: 36px;
}
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li:hover span{
  color:#fff!important;
}
#cssmenu .top-nav-menu li.has-sub ul.sub-menu li span {
    font-size: 15px !important;
    text-transform:none!important;
    line-height:45px!important;
  font-family:Roboto-Medium;
  color:#353535;
}

.businessbtn, .businessbtn:hover, .businessbtn:focus{
   background-color: #00adef;
    border: 1px solid #00adef;
  text-transform: none;
padding: 4px 15px;
margin-top: 9px;
font-size: 13px !important;
box-shadow: none;
text-decoration: none !important;
height: 30px;
line-height: 22px !important;
  max-width:130px;
    color:#fff;
  border-radius:4px;
  font-family:'roboto-regular';
}
ul li.has-sub.active{
  display: inline-block;
border-top: 3px solid #f58e29!important;
margin-top: -4px;
}
span.form-control.select_arrow_down {
    padding: 4px 2px;
   
    margin: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
    max-width: 100%;
      border:none;
  position:relative;
}
.select_arrow_down:before{
  background-image:url('https://f.hubspotusercontent40.net/hubfs/6314341/select_arrow_down.png');
    background-repeat:no-repeat;
    position:absolute;
    
}
.lan-select{
  display: flex;
justify-content: center;
align-content: center;

}
.lan-select span{
  font-size: 11px !important;
color: #515151;
margin-right:6px;
padding-right: 7px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100px;
width: 100%;
position: relative;
   font-family:'roboto-regular';
}
.country-name::after {
    content: '';
    width: 1px;
    height: 7px;
    border-right: 1px solid #515151;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 6px;
}
.lan-select .form-control {
    border: none !important;
    box-shadow: none;
    margin: 0 !important;
    min-width: 40px;
    padding: 0 !important;
    color: #515151;
   font-size: 11px !important;
  margin-top: 0px!important;
   font-family:'roboto-regular';
}
.arrow-img{
  max-width: 16px;
height: 12px;
  margin-top:1px;
}
.menulogoBox{
  margin-right: 50px;
}
@media only screen and (min-width:800px)and (max-width:1365px){
  .left-section{
    flex-grow:0;
  }
  .head-top-section{
    padding:0 30px;
  }
  #cssmenu > ul > li > a{
    font-size: 1.2rem;
  } 
}
 @media only screen and (max-width:772px){
   .head-top-section{
  display:none;
}
   .navbar-fixed-top{
  display:block;
}
  .nopadding{
  padding:0!important;
}
.top_head{
  padding: 8px 5px 8px !important;
width: 100%;
background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(36, 39, 44, .1);
}
   .header-section-right.chg-dev-nav.chg-dev-navMob{
     height: 40px;
   }
.col-sx-2head{
  padding-right:0!important;
}
.navbar-toggle .icon-bar{
  background:#1a1a1a;
}
.navbar-toggle.top_mobmenu{
  margin:0;
  padding:10px 0 0 0px;
  float:left;
}
.navbar-header img{
  margin:auto;
  width:80px!important;
}
.btn.login-businessM, .btn.login-businessM:hover, .btn.login-businessM:focus {
        text-transform: none;
        padding: 4px 12px;
        font-size: 12px !important;
        box-shadow: none;
        text-decoration: none !important;
        line-height: normal !important;
      background-color: #f1ab56;
border-color: #f1ab56;
color: #fff !important;
        width: 100%;
        text-align: center;
        border-radius: 14px !important;
        max-width: 120px;      
        margin-top: 3px;
        margin-left: 0 !important;
        height:26px;
    }
.lan-select{
  display: flex;
justify-content: space-between;
align-content: center;
margin-top: 7px;
}
.lan-select svg{
  width:15px;
  fill:#1a1a1a;
  margin-left:10px;
}
.lan-select span{
  color:#1a1a1a;
  margin-right:0;
} 
   .country-name::after {
    content: '';
    width: 1px;
    height: 6px;
    border-right:transparent;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 6px;
}
}
.NewTgPoint {
    position: relative;
    background-color: #f00;
    font-size: 12px;
    color: #fff !important;
    font-family: robotobold;
    padding: 2px 6px;
    text-transform: uppercase;
    right: -4px;
    top: -10px;
}

#cssmenu ul li.has-sub.active {
    display: inline-block;
    border-top: 3px solid #f58e29;
    margin-top: -4px;
}
ul li.has-sub.active.blogActive {
    border-top: none !important;
    border-bottom: 3px solid #f58e29 !important;
}
.boxtultipwsp {
    position: absolute;
    display:none;
  z-index: 9;
}
.boxtultipwsp .boxtultipwsp-content {
    position: absolute;
    top: 65px;
    display: block;
    width: 100%;
}
.boxtultipwsp .boxtultipwsp-content .btn.btn-Green-btn.DesktopWhatsAppBtn {
    text-transform: inherit;
}
.WhatsAppIconBTNTxt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3.43662px 11.169px;
    gap: 8.59px;
    width: 234px;
    height: 36px;
    background: linear-gradient(186.39deg, #40D05B 16.02%, #2EBD49 79.74%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize !important;
    color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
}
.PayModalBox.WhatsAppIconBTNModal .or-line {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
}
.PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    margin: auto;
    gap: 20px;
}
.PayModalBox.WhatsAppIconBTNModal .qrBoxDesktop div {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}
.PayModalBox.WhatsAppIconBTNModal .modal-dialog button.btnClose span, .PayModalBox.WhatsAppIconBTNModal .modal-dialog button.btnClose span:hover {
    font-size: 40px;
    font-weight: 100;
    opacity: .5;
    color: #000 !important;
}
.btn.btn-Green-btn.DesktopWhatsAppBtn {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 21px;
    text-align: center;
    letter-spacing: .01em;
    color: #fff !important;
    max-width: 247px;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding: 7px;
    margin-top: 10px;
      background: linear-gradient(186.39deg, #40d05b 16.02%, #2ebd49 79.74%);
      display: flex;
  gap: 10px;
    align-items: center;
}
.btn.btn-Green-btn.DesktopWhatsAppBtn:hover{
  text-decoration: none !important;
}
.PayModalBox .modal-dialog .modal-content .modal-body {
    padding: 50px 30px !important;
}
.new-header-update .top_menus {
    width: 100%;
    /*height: 50px;*/
    /*border-top: 1px solid #aaa;*/
    /*-webkit-box-shadow: 0px 1px 1px #e8e8e8;
    -moz-box-shadow: 0px 1px 1px #e8e8e8;
    box-shadow: 0px 1px 1px #e8e8e8;*/
      border-top: 0px;
    background: #2d2d2d;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.new-header-update #cssmenu{
    width: 100%;
    margin: 0;
    position: relative;
    left: 8px;
    display: flex;
    align-items: center;
}
.new-header-update .wide {
    max-width: 95%;
    padding: 0;
}
.new-header-update .top-nav-menu .has-sub .sub-menu {
    width: 276px;
    position: absolute;
    top: 46px !important;
    margin: 0;
    left: -9999px;
}
.new-header-update #cssmenu>ul>li.has-sub:hover>ul{
    left: auto;
    top: 31px !important;
    opacity: 1;
    box-shadow: 2px 2px 5px #dbc7c7;
    border-top: 1px solid rgba(36, 39, 44, .1) !important;
}
.new-header-update .screen-menu-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 13px;
    height: 80px;
}
.new-header-update .top-header-box {
    width: 100%;
background: #2D2D2D;
background: -webkit-linear-gradient(45deg,#2d2d2d 68%,#424242 38%);
background: -webkit-linear-gradient(45deg,#2d2d2d 68%,#424242 38%);
background: linear-gradient(45deg,#2d2d2d 68%,#424242 38%);
position: relative;
}

.new-header-update .top-header-box .screen-menu-align {
    width: 100%;
    height: 61px;
}

.new-header-update .top-header-box .txtSoMedicalEquip {
    font-family: 'Poppins', sans-serif !important;
    margin-left: 240px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.new-header-update .btn-right-login {
   display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 25px;
}

.new-header-update .btn-right-login .legBox {
    background: transparent;
    outline: none;
    border: 0px;
    color: #fff;
}

.new-header-update .cssmenu {
    justify-content: space-between;
    width: 100%;
    margin: 0;
    position: relative;
    left: 8px;
    display: flex;
    align-items: center;
    max-width: 720px;
}

.new-header-update .cssmenu .menulogoBox {
    margin-right: 50px;
    margin-top: -42px;
}

.new-header-update .search-box-header {
    max-width: 385px;
width:100%;
height: 35px;
position: relative;
margin-top: -10px;
}

.new-header-update .search-box-header .input-home-search {
    width: 100%;
max-width: 100%;
font-family: 'Poppins', sans-serif !important;
border-radius: 0px;
margin: 0px;
border: 2px solid #7ECCDC;
box-sizing: border-box;
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #787878;
height: 35px;
width:100%;
}

.new-header-update .search-box-header .input-home-search::placeholder {
   font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #787878;
font-family: 'Poppins', sans-serif !important;
}

.new-header-update .search-box-header .btn-ser-box {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.new-header-update #cssmenu.menu-right-section {
    max-width: 709px;
text-align: right;
justify-content: right;
}

.new-header-update #cssmenu.menu-right-section > ul {
    max-width: 100% !important;
width: 100%;
display: flex !important;
justify-content: right;
align-items: end;
height: 80px;
}

.new-header-update #cssmenu.menu-right-section > ul > li {
    border-left: 0px;
    width: auto;
    margin-right: 40px;
}

.new-header-update #cssmenu.menu-right-section > ul > li:last-child {
    margin-right: 0px;
}

.new-header-update #cssmenu.menu-right-section > ul > li > a {
     font-weight: 500;
 font-size: 16px;
 line-height: 24px;
 text-align: center;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #FFFFFF !important;
      font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  height:40px;
}

.new-header-update #cssmenu.menu-right-section > ul > li.has-sub a i {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    display: inline-block;
    vertical-align: 3px;
    margin: 0 5px 0 3px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .new-header-update .top-header-box {
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        position: relative;
    }
    .new-header-update .top-header-box .txtSoMedicalEquip {
        margin-left: 130px;
        font-weight: 400;
        font-size: 17px;
        line-height: 26px;
    }
    .new-header-update .cssmenu{
        max-width:650px;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1439px) {
    .new-header-update .top-header-box {
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        position: relative;
    }
    .new-header-update .top-header-box .txtSoMedicalEquip {
        margin-left: 150px;
    }
    .new-header-update .cssmenu {
        max-width: 650px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
    .new-header-update .top-header-box {
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: -webkit-linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        background: linear-gradient(45deg, #2d2d2d 60%, #424242 36%);
        position: relative;
    }
    .new-header-update .top-header-box .txtSoMedicalEquip {
        margin-left: 200px;
    }
    .new-header-update .cssmenu {
        max-width: 650px;
    }
}


.mob-update-menu-box{
  display:none;
}
/*Mobile Header code starts*/
@media only screen and (max-width: 768px) {
  .new-header-update{
    display:none;
  }
  .mob-update-menu-box {
      background: #4c4c4c;
      box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
      height: 110px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      width: 100%;
      flex-flow: wrap;
  }
  .mob-update-menu-box .nav-logobar {
      position: relative;
      z-index: inherit;
      height: auto;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 24px;
      background: #4c4c4c;
  }
  .mob-update-menu-box .nav-left {
      position: relative;
      float: left;
      width: auto;
      display: inline-block;
  }
  .mob-update-menu-box .txtMarkMedical {
      font-family: 'Poppins', sans-serif;
      font-style: italic;
      font-weight: 400;
      font-size: 10px;
      line-height: 15px;
      text-align: center;
      color: #fff;
  }
  .mob-update-menu-box .nav-right {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
    height:auto;
  }
  .mob-update-menu-box .searchmenubar {
      background: #fff;
      border: 1.2px solid #cac3c3;
      box-shadow: 0 4px 4px rgba(61, 61, 61, .25);
      border-radius: 20px;
      max-width: 100%;
      width: 100%;
      height: 40px;
      outline: 0;
      padding: 10px 30px 10px 10px;
      font-style: italic;
      font-weight: 400;
      font-size: 11px;
      line-height: 20px;
      letter-spacing: .02em;
      color: #9f9f9f;
      font-family: 'Poppins', sans-serif !important;
  }
}

