.responsiveMenu .menu-hds a {
    position: absolute;
    right: 30px;
    margin: 0;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #dddddd !important;
    border-radius: 50%;
    color: #000;
    font-size: 17px;
    top: 40px;
    padding: 0;
}

header .responsiveMenu {
    background: #fff;
    padding: 30px 20px;
    width: 320px;
}

.responsiveMenu .menu-hds img {height: 50px;}

header .responsiveMenu ul li a {
    color: #000;
    font-family: "Saira", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
header .responsiveMenu > ul > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 2px #e0e0e0;
    padding: 13px 0 !important;
    margin-bottom: -1px;
}

header .responsiveMenu ul li a:hover {
    background: none !important;
    color: #000 !important;
}

header .responsiveMenu ul li .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: 0;
    width: 100%;
    text-decoration: none;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header .responsiveMenu ul li .dropdown-menu a {
    border-bottom: 1px solid #e7e7e7;
}

header .responsiveMenu ul li.open > a {
    color: #1890c9 !important;
}

.overlay-screen.opened {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #1890c9;
    opacity: 0.7;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
}
header .responsiveMenu > ul > li > a i {
    float: right;
}
.slick-prev, .slick-next {
    display: none !important;
}
