
.navbarnewdesigns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 5px 0px;
}
.navbarnewdesigns .leftsidebar .leftsidenamestate {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.navbarnewdesigns .leftsidebar {
    display: flex;
    flex-direction: row;
    align-items: center;

    /* width: 40%; */
    width: 35%;
    /* justify-content: space-between; */
}
.navbarnewdesigns .rightsidebar {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    /* width: 60%; */
    justify-content: flex-end;
}
.navbarnewdesigns .leftsidebar .repimage {
    margin: 0px 5px 0px 0px;
    cursor: default;
}
.navbarnewdesigns .leftsidebar .leftsidenamestate .site-name span {
    padding-right: 6px;
}
.navbarnewdesigns .leftsidebar .leftsidenamestate .changeArea {
    padding-left: 5px;
}
.navbarnewdesigns .leftsidebar .leftsidenamestate .site-name {
    font-size: 17px;
    font-family: Heebo-Medium;
    color: #454545;
    text-decoration: none;
    outline: none;
}
/* .navbar-default .container {
    margin-top: 5px; 
} */

.flex-container .navbar {
    min-height: 100px !important;
    /* height: auto !important; */
    border-bottom: 1px solid #f6f6f6;
}
.largenav {
    border-top: none;
    border-left: none;
    border-right: none;
}
.site-name {
    font-size: 19px;
    font-family: Montserrat-Medium;
    color: #0E2F51;
    text-decoration: none;
    outline: none;
    padding-top: 7px;
    padding-left: 5px;
}
#atag_hover:hover{
    color: initial;
}
.navbardesign a {
    /* color: #211f1fdb; */
    color: #000000;
    outline: none !important;
    cursor: pointer;
    padding: 2px 5px;
    margin: 5px;
    text-decoration: none;
    font-family: Heebo-Regular;
}
.nav_acol{
    color: rgba(0, 0, 0, 0.399691) !important;
}
.nav_acol:hover{
    color: rgba(0, 0, 0, 0.399691) !important;
}
.navbardesign .activenavbar a {
    font-family: Heebo-Bold;
    color: #007AFF !important;
    padding: 2px 5px;
    margin: 5px;
}
.navbardesign .activenavbar {
    position: relative;
}
.navbar-profile-img {
    border-radius: 30px; 	
    cursor: default;
}
.paddzero {
    padding: 0px !important;
}
.profileToggle {
    margin-left: 25px;
}
.nav:hover{
    background-color:#ffffff;
}

Footer {
    /* position: absolute;
    bottom: 0px;  */
    width: 100%;
    text-align: center;
    background-color: #23405E;
    color: #FFFFFF;
    font-size: 17px;
    height: 56px;
    /* padding-top: 19px; */
    z-index: 1000;
}

 /* .headerheight{
    height:12%;
} */
.maindiv{
    /* width: 100%;
    height: 100%;
    flex-direction: column;
    padding-bottom: 100px; */
    height:auto;padding-top:7%;
}
@media (min-width:320px) and (max-width: 767px){
    /* .headerheight{
        height:14%;
    } */
    .maindiv{
        /* width: 100%;
        height: 100%;
        flex-direction: column;
        padding-bottom: 100px; */
        height:auto;padding-top:17%;
    }
} 

/* new header styles start by kms*/
.HM_Nav_Header{
    height: 5px;
    position: relative;
    bottom: 28px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.HM_active_header{
    color: #0e80fd !important;    
    background: #0e80fd;
}
.HM_inactive_header{
    color: #211f1fdb;   
    background: none;
}
.Header_continer{
     width: 360px;
    height: 500px;
    float: right;
    right: 1.5%;
}
.HM_Header{
     display: inline-block;
    width: 100%;
    padding: 15px 0;
     border-bottom: 1px solid #bfbfbf;
}
.HM_cover{
     width: 100%;
    display: inline-block;
}
.HM_profile_pic{
    display: inline-block;
    width: 26%;
}
.HM_User_details{
     display: inline-block;
    width: 68%;
    text-align: left;
    padding-left: 7px;
    position: relative;
   top:13px;
}
.HM_name{
     font-family:Heebo-bold;
     text-transform: capitalize;
     font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-family:Heebo-Medium;
}
.HM_email{
    font-family:Heebo-Light;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}
.HM_Body_cotent {
    padding: 7px 0px;
}
.HM_Other_List{
     padding: 7px 0px;
    text-align: left;
}
.HM_Profile{
     text-align: left;
    padding: 4px 0;
    border-bottom: 0.1px solid #c1c1c1;
}
.HM_Text_content {
    font-family: Heebo-Light;
    height: 40px;
    font-size: 15px;
	line-height: 22px;
    color: #000000;
    padding: 10px 0 0 15px;
}
.HM_Text_content:hover{
	background: #F0F0F0;
	opacity: 0.56;
	cursor: pointer;
	color: #000000;
}
.Hm_header_menu{
    font-size: 16px;
    line-height: 23px;
    text-decoration: none !important;
}
.Hm_header_menu_active{
    color: #007AFF !important;
    font-family: "Heebo-Bold"!important;
}
.Hm_header_menu_inactive, .Hm_header_menu_inactive:hover, .Hm_header_menu_inactive:active {
    color: #000000;
    font-family: Heebo-Regular;
}
/* new header styles start by kms*/

.maindiv{
    height:auto;
    /* padding-top:5%; */
    padding-top:65px;
}
.Commonfooter_mobviewt{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:320px) and (max-width: 767px){
    .Commonfooter_mobviewt{
        font-size: 13px !important;
        height: 45px !important;
        /* padding-top: 15px !important; */
    }
    .footer__height{
        height: 45px !important;
    }
}

@media (min-width:320px) and (max-width: 575px){
    .maindiv{
        height:auto;
        /* padding-top:20%; */
        padding-top:100px;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .maindiv{
        height:auto;
        /* padding-top:12%; */
        padding-top:100px;
    }
}
@media (min-width:768px) and (max-width: 992px){
    .maindiv{
        height:auto;
        /* padding-top:9%; */
        padding-top:80px;
    }
}
@media (min-width:993px) and (max-width: 1200px){
    .maindiv{
        height:auto;
        /* padding-top:7%; */
        padding-top:80px;
    }
}
@media (max-width: 767px){
    .ol_header_web{
        display:none!important;
    }
    .ol_header_mob{
       display:block!important;
    }
}
@media (min-width:768px) and (max-width: 1200px){
    .leftsidebar{
       width:50%!important;
    }
    .nav__logo_width{
        width:40%!important;
    }
}
.Hm_menu_bold{
    /* font-family:"Heebo-Bold"!important; */
}
@media (min-width:768px){
    #HeaderMenuModel_mob{
        display: none;
    }
    #LandingScreenMenu{
        display: none;
    }        

}
#navbar{
    transition: top 3.0s;
 }
 .dropdown-content div{
    padding: 12px 16px;
    text-decoration: none;
    opacity: 0.56;
    cursor: pointer;
    color: #000000;
    display: block;
 }
 .dropdown-content {
    display: none;
    background: white;         
    min-width: 160px;
    box-shadow: 0px 5px -1px -3px rgba(0, 0, 0, 0.427338);
    z-index: 1;
    cursor : pointer;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: white!important;
}
.nav_bar_border{
    border-bottom:1px solid #EBEBEB!important;
}

a
{
  text-decoration: none !important;
  color: #232323;
  
  transition: color 0.3s ease;
  
}

a:hover
{
    color: #007AFF !important;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 35px;
  right: 15px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 28px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 1px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
 /* background: #232323;*/
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 18px;
  font-family: Heebo-Light;
    height: 40px;
color: #000000;
cursor: pointer;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
    /* display: block; */
      transform: none;
      opacity: 1;
      background: white;
       box-shadow: 0px 3px 16px -3px rgb(0 0 0 / 43%);
    transform: none;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
      
}

@media screen and (max-width: 768px) {
  #menu {
    /* transform: none; */
    opacity: 0;
    /* display:none; */
    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);


    position: absolute;
    /* transform: none; */

  }
}
@media (min-width:100px) and (max-width: 767px){
#menuToggle{
    display:block !important;
}	
}