#title-text-separator {
    width: 5%;
    margin-top: 1%;
    border: solid 1px #ff5a6e;
}

.responsive-menu-link {
    color: #17a564;
    font-size: 16px; 
}
#responsive-features-item:hover .drop-down-menu{
    display: block;
}
#responsive-features-item .drop-down-menu{
    position: absolute;
    right: 140px;
    width: 150px;
    display: none;
    margin: 0px 4px;
}
#responsive-features-item .drop-down-menu li{ 
    font-size:16px;
    padding:10px 5px;

}
#responsive-features-item .drop-down-menu li a{
    color: #17a564;
}
#responsive-features-item .drop-down-menu li a:hover{
    color: #1A2D40;
}
/* ----- General Header CSS ------ */

#header {
    /* position: fixed; */
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    font-size: 19px;
    min-height: 100px;
    z-index: 99999;

}

#normal-header #image-link {
    padding: 0px 100px;
}


#nav-bar ul {
    padding: 0px 20px;
    margin-top: 15px;
}

/* Normal Header */

.active-header {
    /* background-color: #FDFDFD; */
    color: black;
}

.menu-link {
    color: #000;
    font-size: 14px;
}

.active-menu-links {
    color: black;
}

#normal-header {
    position: relative;
    /* position: fixed; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0px;
    margin: auto;
    padding: 0px 25px;
    font-size: 19px;
    min-height: 70px;
    align-content: center;
    box-shadow: 0px 3px 6px #d6d6d629;
    background-color: #FDFDFD;
}

#responsive-header {
    width: 100%;
}

#responsive-nav-bar {
    display: none;
    position:relative;
}
#responsive-nav-bar ul{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    padding: 0px;
    width: 140px;
}
#responsive-nav-bar ul li{
    text-align: center;
    border-bottom:1px solid rgb(222, 222, 222);
}
#header-img {
    width: 50px;
    margin-left: 15%;
}

#image-link {
    width: 80px;
}

.show {
    display: block;
}

#nav-bar {
    display: block;
    padding-right:50px;
}


#nav-bar ul {
    list-style: none;
    display: flex;
    flex-flow: row;
}

#nav-bar li {
    padding: 5px 10px;
    margin: 5px;
}

#nav-bar li a {
    position: relative; 

}
 
.active::after {
    content: " ";
    background-color: #17a564;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 25px;
    left: 0px;
    border-radius: 10px;
    transition: all 2s ease-in-out;
}
#nav-bar li a:hover{
    transition: all 2s ease-in-out;
}
#nav-bar li .menu-link:hover::after {
    content: " ";
    background-color: #17a564;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 25px;
    left: 0px;
    border-radius: 10px;
    transition: all 2s ease-in-out;
}

#nav-bar ul, a {
    text-decoration: none;
}

/* Responsive Header */

#responsive-header {
    display: none;
  
}

#image-button-black {
    display: none;
    border: none !important;
    background: transparent;
    color: #17a564;
    font-size: 30px;
}

#responsive-logo-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 5px 30px;
    background-color: #fff;
}

#image-button-black:hover {
    cursor: pointer;
}

#image-button-black:focus {
    outline: 0;
}

.hide {
    display: none;
}

#hero-header { 
    height: 100vh;
    box-shadow: 3px 3px 2px #bebebe; 
    display: flex;
    justify-content: center;
    align-items: center; 
    text-align: center;
    color: white; 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#hero-title {
    font-size: 3.5em;
}

#hero-text {
    font-size: 1.3em;
    margin-top: 2%;
}

#hero-button {
    border: solid 2px white;
    background-color: inherit;
    color: white;
    margin-top: 6%;
    width: 25%;
    height: 55px;
    font-size: 15px;
    border-radius: 10px;
}

#hero-button:hover {
    cursor: pointer;
}

/* all style */
.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}
 
.top-header{
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
    top: 0px;
    background: #f4f4f4;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}
.d-flex-header-top{
    display: grid;
    grid-row: 1;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    grid-gap: 3rem;
}
.whatsapp-number a{
    font-size: 14px;
}
.whatsapp-number a i{
    padding: 7px 6.5px;
    font-size: 17px;
    color: #fff;
    background: #17a564;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: auto 10px;
}
.phone-number a{
    font-size: 14px;
}
.phone-number a i{
    padding: 8px 7px;
    font-size: 15px;
    color: #fff;
    background: #17a564;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin: auto 10px;
}
#google_translate_element {
    display: inline-flex;
}
.banner-submit-button-header {
    padding: 5px 12px;
    background-color: #17A564;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    word-spacing: 5px;
    letter-spacing: 1.5px;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out!important;
    width: 200px;
    position: relative;
    
}

.banner-submit-button-header:hover{
    transition: none;
    background-color: #1A2D40;
    color: #fff;
    box-shadow: 0px 1px 5px #17a564, 0px 0px 5px #868686, 2px 0px 0px #17a564, 0px -1px 5px #c50707;
}
.banner-submit-button-header::after{
content:" ";
position: absolute;
top:-2px;
left:-20px;
background-color: #1A2D40;
width: 2px;
height:28px;
  
}