#headersection.headertopsection{padding:0px 0px;}
#headersection.headertopsection #menuheadercon .brand-and-icon > #hyuncenlink.navbar-brand{padding-left:0px;padding-right: 0px;}
#headersection.headertopsection #menuheadercon .brand-and-icon > #hyuncenlink.navbar-brand > img{height:20px; padding-top:0px;}
#headersection.headertopsection #menuheadercon > #navbarcon{background:#fff;padding:1.5rem 12rem;border-bottom:0px;}
#menuheadercon{}
#hsubmenu{left:auto;width:200px;background: #fff;padding: 0px;margin: 0px;top:80%;}
#hsubmenu > ul{display: table;width: 100%;margin: 0px;padding: 0px;}
#hsubmenu > ul > li{padding: 7px 0px 7px 15px;margin: 0px;font-size: 14px;display: table;width: 180px;left: auto;position: relative;}
#hsubmenu > ul > li a{color: #002c5f;font-size: 14px;font-family: 'HyundaiSansHeadKROTFMedium';font-weight: 500;display: block;width: 100%;margin: 0px;padding: 0px;}
.sub-menu-item-s{background:#fff;width: 100%;position: absolute;margin: 0px auto;padding: 30px;box-shadow: 0 8px 16px -8px #666;
    border-top: 1px solid #E4DCD3}
.sub-menu-item-s ul{display: table;width: 92%;margin: 0px auto;text-align: left; }
.sub-menu-item-s ul li{float: none;width: 24%;display: inline-block;}
.sub-menu-item-s ul li img {width:90%;height:auto;}
.sub-menu-item-s ul li span strong{font-weight:500;font-size: 16px;line-height: 28px;font-family: HyundaiSansHeadKROTFRegular;}
.sub-menu-item-s ul li span strong span{display:inline;color: #666;font-weight: 500;font-size: 16px;line-height: 28px;font-family: HyundaiRegular;text-transform:none;}
.sub-menu-item-s ul li span strong :nth-child(2){font-weight:500;color: #000;font-size: 16px;line-height: 28px;font-family: HyundaiSansHeadKROTFRegular;}
.sub-menu-item-s ul li span{display:block;font-family: 'HyundaiSansHeadKROTFMedium';font-weight: 500;color: #000;font-size: 20px; line-height:30px;text-transform: uppercase;margin-top: 15px;}
#hyundaiclogo{}
#hyundaiclogo img{height:17px;width:auto;}
.main-wrapper img{
    width: 100%;
    display: block;
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fafafa;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 1.1rem;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav > li > a:hover{
    color: #002c5f;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{

}
.sub-menu ul li a:hover{
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
/*
.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}
*/

/* header */


/* Media Queries */
@media screen and (min-width: 768px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 5rem;
        position: relative;
    }

    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 1 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.8rem 1.7rem 0.8rem;
        font-size: 16px;font-weight: 500;font-family: HyundaiRegular;text-transform: capitalize;color: #676767;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 80%;
        background: #fff;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{

    }
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}

@media screen and (min-width:240px) and (max-width:768px){
header#headersection .navbar .navbar-nav li .dropdown-menu > li > a{color: #002c5f !important;}	
#headersection.headersectionmob{padding:0px;}
#headersection.headersectionmob #heasdernavabove{padding-bottom: 0px;margin-bottom: 0px;display: block;width: 100%;}
#headersection.headersectionmob #heasdernavabove .navbar{position: relative;width: 100%;border: 0px;background: #fff;display: block;}
#headersection.headersectionmob #heasdernavabove .navbar button.navbar-toggle{margin-right:0px;}
#headersection.headersectionmob #heasdernavabove .navbar .navbar-header > a.navbar-brand{padding-left:5px;}
}	
@media screen and (min-width:1670px) and (max-width:1740px){
#headersection.headertopsection #menuheadercon > #navbarcon{padding: 1.5rem 20rem;}	
}
@media screen and (min-width:1740px) and (max-width:2100px){
#headersection.headertopsection #menuheadercon > #navbarcon{padding: 1.5rem 25rem;}	
}	