.logo-clickable
{

  position: absolute;
    left: 47px;
    top: 20px;
    width: 208px;
    height: 56px;
    cursor: pointer;
    z-index: 3;

}
.apicStickyHeader{
    margin-bottom: 0px;
        height:96px;
}

.fixed-header
{
    background: #fafafa;
    position: relative;
    z-index: 1;
    width:100%;
    padding: 10px 2%;
    align-items: center;
}
.profile-wrap
{
    margin-bottom: 1rem;
    display: inline-flex;
    position: absolute;
    right: 20px;
    top: 30px;
}
.dropdown-toggle::after
{
    display: none;
}

#edit-submit-search-content
{
display:none;
}

.js input.form-autocomplete
{
    background-image: url('https://apiportal.axisbank.com/portal/sites/all/themes/connect_theme/css/images/ic_search_black_24px.svg') !important;
}

#edit-keys
{
  border-radius:20px;
  outline:none;
  border-radius: 15px;
    padding: 4px 4px;
border:1px solid #97144d;
margin-left:20px;
transition:all 0.5s ease;
background-color:#fff !important;
width:150px;
}
/*#edit-keys:focus
{
  width:76%;
  position:absolute;
  right:0;
  top:5px;
  height:50px;
}*/

.navbar{
z-index: 1;
margin-top: 70px;
margin-right:10px;
}

.navbar-toggler
{
    display: none;
}
.navbar-collapse
{
    justify-content: flex-end;
}
.navbar-dark .navbar-nav .nav-link
{
    color: #333 !important;
    margin-right: 2.5em;
    padding: 0;
}
a:hover
{
    text-decoration: none;
}
.img-header {
    background: url(../images/axis-logo.png);
    background-size: contain;
    
    background-repeat: no-repeat;
    margin-bottom: 0;
   height: 100px;
   display:block;
   padding:40px 0;
}
.img-header::after {
    background: #97144d;
    content: "";
    height: 30px;
    position: absolute;
    width: 84%;
    top: 0;
    right: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
    opacity: 1;
    color: #333;
    border-bottom: 1px solid #97144d;
}
.dropdown-menu
{

    width: 12em;
    padding: 10px 15px;
    margin-left: -15px;
    border: none;
}
.dropdown:hover .dropdown-menu
{
    display: block;
    background: #fff;
}

.dropdown-menu > li > a
{
    margin-right: 0 !important;
    padding: 0 0px !important;
    margin-bottom: 15px;

}

/*.navbar-nav > li:last-child
{
   
    border: 1px solid #97144d;
    border-radius: 20px;
    text-align: center;
    margin-right: 0;
    padding-right: 0;

}*/

.userloggedin a
{
        margin-right: 0 !important;
        padding: 8px 20px !important;
        color: #333;

}
.userloggedin a:hover
{
    text-decoration: none;
    border-bottom: none;
        color:#97144d;
}
.navbar-nav
{
    align-items: center;
}

.search-box
{

        /* width: 100px; */
    border: 1px solid #333;
    /* text-align: right; */
    border-radius: 20px;
    padding: 0.3rem 0.5rem;

    
}

#search-block-form{
display: flex;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 0.3rem 0.5rem;
       margin-left: 2.5em;
}

#search-block-form input[type="search"]
{
    
    border: none;
    display: none;
}
#search-block-form input[type="search"]:focus
{
    outline: none;
    box-shadow: none;
    border: none;
}

.search-button
{
   font-family: FontAwesome;
    color: #97144D;
    display: inline;
    font-size: 1rem;
    background: none;
    border: none;
    border-radius: 5px;
}


  
.userloggedin{

    border: 1px solid #97144d;
    border-radius: 20px;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
    margin-right: 0 !important;
    padding: 4px 4px !important;
    color: #333;
    list-style-type: none;
	z-index:1001;


}
 




.user-and-notify-wrap
{
        width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -83px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}
.user-and-notify-wrap .user-block
{
    margin: 0 15px;
}
.user-and-notify-wrap .nofify-block
{
    font-size: 20px;
}
.user-and-notify-wrap .nofify-block sup
{

    top: -1.4em;
    background: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    color: #333;
    border-radius: 100%;
    display: inline-block;
    line-height: 12px;
    font-size: 8px;
    text-align: center;
}


@media only screen and (min-width:100px) and (max-width: 768px)
{
    .apicStickyHeader
    {

        margin-bottom: 0;
    }
    .dropdown-toggle::after
{
    display: inline-block;
}
    .navbar
    {
        float: none;
        padding-top: 0;
    }
    #edit-keys
    {

        display: none;
    }
.logo-clickable
{

position: absolute;

left: 25px;

top: 13px;

width: 130px;

height: 33px;

cursor: pointer;

z-index: 3;
}


.img-header
{
    background-size: cover;
    margin-bottom: 0;
    padding:30px 0;
    height: 60px;
    align-items: flex-end;
    flex-direction: column;
}
.img-header::after
{
    width:0;
}
.navbar-toggler
{
    display: block;
    margin-top: 0;
}
.user-and-notify-wrap
{

    margin-top: 0;
}

.navbar-dark .navbar-nav .nav-link
{
    line-height: 34px;
    margin-right: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover
{
    outline: none;
    display: inline-block;
    
    margin-bottom: -19px;
}
.navbar-dark .navbar-toggler
{
    color: #333;
    margin: 0;
    padding: 0;
}

.navbar-dark .navbar-toggler:focus
{
    outline: none;
    box-shadow: none;
}

.space-evenly
{
    display: block !important;
}



.navbar-collapse
{
    position: relative;
}

.fixed-header .navbar
{
    width: 100%;
    justify-content: flex-end;
    margin-top: 0;
        padding:0 0 20px 0;
}

.userloggedin{margin: 24px 0; display: none;}

.header-result {
   display:none;
}

 .navbar-nav
{
    position: relative;
    justify-content: flex-end;
    left: 0;
    align-items: flex-start;
    top: 10px;
    width: 100%;
    padding:0 20px;
        padding-bottom:20px;
}
.navbar-collapse
{
    margin-top: 0;
    background: #fff;
}
.dropdown
{
    width: 100%;
}
.dropdown-menu
{
    padding: 0;
    width: 100%;
    margin-left: 0;
    display: none;
    background: none;
    border:1px solid #ddd !important;
    box-shadow: none;
    padding: 10px;
}
.navbar-collapse .dropdown-menu
{

   border: #eaeaea !important;
    background: #eaeaea !important;
}

.dropdown-menu > li > a
{
margin-bottom: 0;

}

/*.navbar-nav > li:last-child
{
    width: 100%;
    margin: 20px 0;    
}*/
.form-type-search
{
    width: 100%;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{
    color: #333;
    border-bottom: none;
}



}

@media screen and (max-width:1024px) and (min-width:768px)
{
    .img-header::after
    {
        width:auto;
        display: none;
    }


    .navbar-toggler
{
    display: block;
}
.navbar-collapse
{
    margin-top: 0;
}

  
}

@media only screen  and (max-width: 1024px)
{
        #edit-keys
        {
                display:none;
        }
        .userloggedin
        {
                display:none;
        }
}

