.sdh-header{background-color: #015879;}
.sdh-header .main-wrap{height:70px;}
.sdh-header .custom-logo-link{position: relative;top:50%;left:0;transform: translateY(-50%);z-index: 99;}
.sdh-header .custom-logo-link, .sdh-header .custom-logo{height:40px;width:216px}
.sdh-header .search-icon{position: absolute;top:50%;right:40px;transform: translateY(-50%);height: 20px;;z-index: 99;}
.sdh-header .h-hamburger{position: absolute;top:50%;right:0;transform: translateY(-50%);height: 20px;z-index: 99;}
.sdh-header .sdh-nav{position: absolute;top:100%;right:0;width:100%;background-color: #fff;z-index: 99;padding:30px 0;box-shadow: 0 -1px 8px 4px rgba(0, 0, 0, 0.12);display:none}
.sdh-header .sdh-nav ul{margin:0 -15px;}
.sdh-header .sdh-nav li{width:calc(100% / 6);padding:0 15px;text-align: center;font-weight: 600;font-size: 22px;color:#242944}
.sdh-header .search-form{position: absolute;top:50%;right:80px;transform: translateY(-50%);width:50%;border-bottom:1px solid #fff;display: none;z-index: 99;}
.sdh-header .headsearch{background-color: transparent;height:25px;width:calc(100% - 25px);color:#fff}
.sdh-header .headsearch::placeholder{color:#fff;font-size: 15px;}
.sdh-header .submit-btn{height:20px;width:20px;background-color: transparent;background: url(../img/search-icon.svg) no-repeat center;}
.sdh-header .h-hamburger .close-icon, .sdh-header .search-icon .close-icon{display:none}
.sdh-header .h-hamburger.open .close-icon, .sdh-header .search-icon.open .close-icon{display: block;}
.sdh-header .h-hamburger.open .open-icon, .sdh-header .search-icon.open .open-icon{display: none;}

@media screen and (min-width: 1025px){

.sdh-header .sdh-nav a:hover svg{ animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; } @keyframes shake { 10%, 90% { transform: translate3d(-1px, 0, 0); } 20%, 80% { transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { transform: translate3d(-4px, 0, 0); } 40%, 60% { transform: translate3d(4px, 0, 0); } }
.sdh-header .sdh-nav a:hover .title{text-decoration: underline;}
.sdh-header svg:hover{cursor: pointer;}
}

@media screen and (max-width: 1024px){
.sdh-header .search-form{top:100%;right:0;left:0;transform: none;width:100%;;background-color: #fff;box-shadow: 0 -1px 8px 4px rgba(0, 0, 0, 0.12);padding: 0 15px}
.sdh-header .submit-btn{background-image: url(../img/search-icon-mob.svg);}
.sdh-header .headsearch{color:#015879;}
.sdh-header .headsearch::placeholder{color:#015879;}
.sdh-header input{margin:10px 0px}
.sdh-header .sdh-nav{padding-bottom: 0;max-height:calc(100vh - 130px);overflow-y: auto;}
.sdh-header .sdh-nav li{width:calc(100% / 3);margin-bottom: 40px;font-size: 18px;}
}

@media screen and (max-width: 767px){
.sdh-header .custom-logo-link, .sdh-header .custom-logo{height:27px;width:158px}
.sdh-header{margin-bottom: 10px !important;}
.sdh-header .sdh-nav{background-color: transparent;padding: 0 15px;box-shadow: none;max-height: calc(100vh - 120px);overflow-y: auto;}
.sdh-header .sdh-nav ul{background-color: #fff;padding:15px 20px;border-radius: 0 0 10px 10px;box-shadow: 0 -1px 8px 4px rgba(0, 0, 0, 0.12);}
.sdh-header .sdh-nav li{width:100%;text-align: left;position: relative;margin-bottom: 20px;}
.sdh-header .sdh-nav li:last-child{margin-bottom: 0;}
.sdh-header .sdh-nav li:last-child::before{display: none;}
.sdh-header .sdh-nav li::before{content:"";position: absolute;left:0;width:100%;bottom:-10%;height:2px;background-color: #e8e8e8;}
.sdh-header .sdh-nav svg{display: inline-block;vertical-align: middle;}
.sdh-header .sdh-nav .title{display:inline-block;vertical-align:middle;padding-left: 20px;}
}


/* Css for home-page header */
body.home .sdh-header{background-color: #fff;}
body.home .sdh-header .fill{fill:#015879}
body.home .sdh-header .search-icon{display: none;}
body.home .sdh-header .mob{display: none;}

@media screen and (max-width: 767px){
body.home .sdh-header .fill{fill:#fff;}
body.home .sdh-header .mob{display:block;}
body.home .sdh-header .desk{display: none;}
}