:root{
    --white: #fff;
    --black: #000;
    --blue: #002c5f;
    --grey: #f5f3f2;
}

.white--color{
    color: var(--white);
}
.black--color{
    color: var(--black);
}
.blue--color{
    color: var(--blue);
}
.content, p {
    font-size: 16px;
    line-height: 28px;  
    letter-spacing: 0.2px;
    color: #000;
    font-family: 'p_regular';
}
 a{
    cursor: pointer;
 }


@font-face {
    font-family: 'Headingl1';
    src: url('../fonts/HyundaiSansHeadOffice-Bold.woff2') format('woff2'),
        url('../fonts/HyundaiSansHeadOffice-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'headingl2';
    src: url('../fonts/HyundaiSansHeadOffice-Medium.woff2') format('woff2'),
        url('../fonts/HyundaiSansHeadOffice-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'headingl3';
    src: url('../fonts/HyundaiSansHeadOffice-Regular.woff2') format('woff2'),
        url('../fonts/HyundaiSansHeadOffice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'headingl4';
    src: url('../fonts/HyundaiSansHeadOffice-Light.woff2') format('woff2'),
        url('../fonts/HyundaiSansHeadOffice-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}







/*----------text --------------*/




@font-face {
    font-family: 'p_bold';
    src: url('../fonts/HyundaiSansTextOffice-Bold.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'p_medium';
    src: url('../fonts/HyundaiSansTextOffice-Medium.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'p_regular';
    src: url('../fonts/HyundaiSansTextOffice-Regular.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* @font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('../fonts/HyundaiSansTextOffice-BoldItalic.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */


/* @font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('../fonts/HyundaiSansTextOffice-Italic.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('../fonts/HyundaiSansTextOffice-MediumItalic.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Hyundai Sans Text Office';
    src: url('../fonts/HyundaiSansTextOffice-BoldItalic.woff2') format('woff2'),
        url('../fonts/HyundaiSansTextOffice-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */







.navbar-brand img {
    max-width: 190px;
}

body{
    margin: 0;
    padding: 0;
    font-family: "p_regular";
    overflow-x: hidden;
}
ul.top--icons{
    list-style-type: none;
    position: relative;
    bottom: 0;
    display: flex;
    gap: 25px;
    margin-bottom: 0;
}
.top--icons-2 li {
    margin-top: 0;
}
.top--icons-2 li:last-of-type{
    margin-top: 0;
}
ul.top--icons li:last-child img {
    width: 110px;
}
ul.top--icons li a {
    color: var(--black);
    font-size: 1.3rem;
}
ul.top--icons li input {
    outline: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-width: 1px;
    border-color: #ccc;
    width: 120px;
}
ul.top--icons li button {
    background-color: transparent;
    outline: none;
    border: none;
}
.navbar .nav-item .dropdown-menu{  opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
.dropdown-menu{  display:block; }
.navbar .nav-item:hover .nav-link{ color: #fff;  }
.navbar .nav-item:hover .dropdown-menu { transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
ul.nav--wrapper {
    position: relative; 
    left: 0rem;
}
ul.nav--wrapper li{
    margin: 0 0 0 5rem;
    position: relative;
}
ul.nav--wrapper li ul li{
    margin-left: 0;
}
ul.nav--wrapper li a {
    color: var(--black) !important;
    font-family: 'p_regular';
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
ul.nav--wrapper > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.nav--wrapper li a:hover{
    border-bottom: 0;
    color: var(--blue) !important;
    background-color: transparent;
}
.toggle--menu{
    background-color: var(--blue);
}
.banner--text{
    font-size: 14px;
    letter-spacing: 0.5px; 
}
.banner--text h1{
    /* font-size: 30px ;
    font-family: "third";
    color: var(--blue); */
    margin-bottom: 1rem !important;
}
.mobile--search{
    display: none;
}
.pink--back{
    background-color: var(--grey);
    padding: 5rem 0;
}
.enquiry--box{
    font-size: 1.2rem;
    background-color: var(--white);
    padding: 1rem 4rem;
    min-height: 280px;
    border-radius: 10px;
}
.enquiry--icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.enquiry--icon img {
    max-width: 60px;
}
.enquiry--box h2,
.mission--box h2{
    font-size: 30px;
}
.enquiry--text{
    width: 55%;
}
.enquiry--box h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: var(--blue);
    border-radius: 10px;
    margin-top: .8rem;
}
ul.enquiry--list{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 0;
    margin-top: 1rem;
}
ul.enquiry--list li{
    font-size: 22px;
}
ul.enquiry--list li i{
    color: var(--blue);
}
ul.enquiry--list li a{
    text-decoration: none;
    color: var(--black);
    font-size: 16px;
}
.hdng{
    font-family: "headingl2"; 
}
.sub--hdng{
    font-family: "headingl3";
}
h2.hdng--size{
    font-size: 18px;
}
h1.hdng--size{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.5px;
}
.reimage-section {
    overflow: hidden;
}

.power-section h2.hdng,
.protect-section h2.hdng,
.knowledge-section h2.hdng{
 
    font-size: 22px;
}
.contact--form label, .contact--form label input, .contact--form label textarea{
    width: 100%;
    border: none;
    border-bottom: solid 1px;
    outline: none;
}
.contact--form label{
    margin-bottom: 2rem;
    border-bottom: none;
}
.contact--form label input{
    padding: 7px 0 3px 0;
}
.contact--form label textarea{
    border: solid 1px;
    height: 240px;
    padding: 1rem 1rem;
    border-radius: 4px;
}
.contact--form label span{
    color: red;
    display: none;
    font-size: .8rem;
}
.contact--form button{
    width: 130px;
    min-height: 54px;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    font-size: 1.3rem;
}
.res-banner-wrap {
    text-align: right;
}
.footer--bg-wrap {
    background-color:#000;
}
.footer--bg{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 3rem 15px 5rem;
    background-repeat: no-repeat;
    word-wrap: break-word;
}
.ftr--logo{
    display: block;
}
ul.ftr--socials{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1.5rem;
}
ul.ftr--socials li a{
    color: var(--white);
}
ul.ftr--adress, ul.ftr--links{
    list-style-type: none;
    padding: 0;
}
ul.ftr--adress li,
.footer--bg P{
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'p_regular';
}
ul.ftr--adress li span{
    font-family: "p_regular"; 
}
ul.ftr--adress-reg li span{ 
    display: block;
}
ul.ftr--links li a{
    color: var(--white);
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'p_regular';
}
.mdes--text{
    margin: 0 .5rem 0 0;
    font-size: 1.2rem;
}
.border--right{
    border-right: solid #4e4e4e 1px;
}
.border--left{
    border-left: solid #4e4e4e 1px;
}
.grey--bg{
    background-color: var(--grey);
    padding: 4rem 0;
}
ul.experience--list{
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 3rem;
    gap: 10px;
}
ul.experience--list li{
    display: flex;
    align-items: end;
    border-right: solid var(--black) 1px;
    padding-right: 1rem;
}
ul.experience--list li:last-child{
    padding-right: 0;
    border-right: 0;
}
ul.experience--list li span{
    color: var(--blue);
    font-size: 4rem;
    margin-right: 1rem;
}
ul.experience--list li .experience--text h4{
    font-family: "third";
    margin-bottom: .4rem;
    font-size: 16px;
}
.res--circle{
    width: 270px;
}
ul.job--buttons{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.job--buttons li a{
    background-color: var(--blue);
    color: var(--white) !important;
    text-decoration: none;
    display: block;
    max-width: 100%;
    min-width: 170px;
    text-align: center;
    padding: 1rem 0 0.85rem 0;
    border-radius: 7px;
}
.bold--weight{
    font-family: "third";
}

.insurance--icon{
    height: 190px;
    overflow: hidden;
    margin-bottom: 15px;
}
.insurance--icon img{
    height: 100%;
    object-fit: cover;
}
.explore--btn{
    background-color: var(--blue);
    color: var(--white) !important;
    border-radius: 4px;
} 
.knowledge--box h5{ 
    width: fit-content;
    padding: 0;
    position: relative;
}
/* .knowledge--box h5::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid #0000 10px;
    border-right: solid #0000 10px;
    border-bottom: solid #000 14px;
    border-left: solid #0000 10px;
    position: absolute;
    bottom: 0;
    left: 0px;
} */
.knowledge--box a{
    text-decoration: none;
}
.knowledge--box a {
    overflow: hidden;
    display: block;
}
.knowledge--box a img {
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.knowledge--box a:hover img,
.knowledge--box a:hover img {
    opacity: 0.7;
}
.knowledge--box span{
    font-family: 'forth';
    color: var(--black);
    display: block;
    padding: 1rem 0;
    font-size: 16px;
    line-height: 1.1;
}
.knowledge--box a span:hover{
    text-decoration: underline;
}
ul.dealer-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}
ul.dealer-btns li button{
    background-color: transparent;
    color: var(--black);
    border: none;
    outline: none;
    width: 150px;
    height: 50px;
    border-radius: 7px;
    margin-top: 3rem;
    font-size: 1.2rem;
}
ul.dealer-btns li button.active{
    background-color: var(--blue);
    color: var(--white);
}
.dearler-pincode{
    display: flex;
    flex-direction: column;    
    width: 50%;
    max-width: 100%;
}
.dearler-pincode input{
    outline: none;
    border: none;
    border-bottom: solid var(--blue) 1px;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    background-color: transparent;
    padding: 0 0 0.5rem 0;
}
.dearler-pincode a{
    width: 140px;
    height: 45px;
    padding: 5px 0 0 0;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    border-radius: 4px;
    font-size: 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workshop--details, .dealer--details{
    display: none;
}
.workshop--details.active, .dealer--details.active{
    display: flex;
}
.protection--icon{
    height: 210px;
    position: relative;
}
 
.no--border{
    border: 0;
}
.static--image img{
    width: 210px;
    height: 210px;
    transition: all ease-in-out .4s;
}
.mission--box{
    background-color: #f5f3f2;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border-radius: 0; 
}
.mission--box p {
    width:90%;  
}
.directors--icon{
    min-height: auto;
    overflow: hidden;
    border-radius: 10px;
    transition: all ease-in-out .4s;
}
.directors--icon img {
    border-radius: 10px;
}
.directors--text h3{
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
}
.directors--text a{
    text-decoration: none;
    color: var(--black);
    border-radius: 4px;
    margin-top: .5rem;
    display: table;
    transition: all ease-in-out .4s;
    font-size: 14px;
}
.directors--text p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.directors--text p:first-of-type {
    color:#000000;
    font-weight: 600;
}
/* .directors--text p::after{
    content: "";
    display: block;
    background-color: var(--blue);
    width: 50px;
    height: 4px;
    border-radius: 10px;
    margin-top: .2rem;
} */
.depart{
    margin-bottom: 0;
}
.depart::after{
    display: none !important;
}
.directors--box:hover .directors--icon{
    box-shadow: 8px 8px 0 var(--blue);
}
.directors--box:hover a{
    background-color: var(--blue);
    color: var(--white) !important;
    padding: .5rem 1rem;
}
.team--box{
    border-right: 0;
    padding: 0;
    height: 100%;
}
.team--box--nb{
    border-right: solid var(--blue) 0;
}

.team--box:hover .directors--icon{
    box-shadow: none;
}
.ceo--bg{
    background-image: url(../images/ceo.jpg);
    background-size: auto 100%;
    padding: 2rem 4rem;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f7f3f2;
}
/* .ceo--bg p {
    font-size: 14px;
    line-height: 28px;
} */
.ceo--icon{
    overflow: hidden;
    border-radius: 10px;
}
.education--box{
    display: flex;
    min-height: 160px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1.5rem; 
    color: var(--black) !important;
    border-radius: 0;
    text-decoration: none;
    flex-direction: column;
    transition: all ease-in-out .4s;
    background-color: #f5f3f2;
    font-size: 16px;
}
.education--box span{
    display: block;
    transition: all ease-in-out .4s;
    transform: translateY(100%);
    border-bottom: 4px solid transparent;
    opacity: 0;
}
.education--box:hover{
    background-color: var(--grey);
    border: solid #999 1px;
}
.education--box:hover span{
    display: block;
    width: 50px;
    border-bottom: 4px solid #000;
    border-radius: 8px;
    transition: all ease-in-out .4s;
    transform: translateY(0%);
    opacity: 1;
}
.apply--field select{
    border-radius: 4px;
}
.apply--field input, .apply--field select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    padding: 1rem 0;
}
.employee--btn input[type="radio"]{
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    outline: none;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    margin-right: .5rem;
}
.employee--btn input[type="radio"]::before{
    content: "";
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: solid var(--blue) 1px;
}
.employee--btn input[type="radio"]::after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: var(--blue);
    border-radius: 50%;
    position: absolute;
}
.employee--btn input[type="radio"]:checked{
    width: 25px;
    height: 25px;
    background-color: var(--blue);
}
.employee--btn input[type="radio"]:checked::before{
    width: 25px;
    height: 25px;
    border: solid var(--blue) 1px;
}
.employee--btn input[type="radio"]:checked::after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: var(--white);
    border-radius: 50%;
}
.file--upload input{
    border-bottom: none;
}
.file--upload input::-webkit-file-upload-button{
    visibility: hidden;
}
.file--upload input::before {
    content: 'Attach Resume';
    color: black;
    display: inline-block;
    background: transparent;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 1rem;
  }
.cover--letter input::before {
    content: 'Cover Letter';
}
.submit{
    background-color: var(--blue);
    color: var(--white);
    outline: none;
    border: none;
    padding: 1rem 3rem;
    border-radius: 4px;
    font-size: 1.2rem;
}
.press--release--box a{
    transition: all ease-in-out .4s;
}
.press--release--box a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.nav-pills .nav-link {
    color: #000;
    border: solid #ccc 1px;
    width: 35px;
    font-family: "sec";
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--blue);
    border: solid var(--blue) 1px;
}
.ftr--bottom--text p{
    margin-bottom: 0;
}
.popup--content{
    font-size: .9rem;
    color: #8b8b8b;
    letter-spacing: .3px;
    background-color: #f3f3f3;
    padding: 2rem;
    height: 100%;
}
.popup--content span{
    color: #464646;
    margin-right: .5rem;
    display: block;
}
.popup--close{
    width: 25px;
    height: 25px;
    border: solid #fff 1px;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: -21px;
    background-color: #fff;
    opacity: 1 !important;
    box-shadow: none !important;
    padding: 0.5rem;
    font-size: .75rem;
}
.cursor{
    cursor: pointer;
}
.blog--box {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 8px #0000001a;
    margin-bottom: 3rem;
}
.blog--icon {
    transition: all ease-in-out .5s;
}
/* .blog--icon img {
    max-height: 280px;
} */
.blog--text {
    background-color: #f9f9f9;
    padding: 1rem;
    color: #999;
    padding: 1rem 1.5rem 1.5rem;
}
.blog--text span {
    font-size: .9rem;
    font-weight: 100;
    color: #bdbdbd;
    display: block;
    margin-bottom: 0.5rem;
    letter-spacing: 0.025rem;;
}
.blog--text .short--des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.blog--text h4 {
    font-size: 22px;
    font-family: 'sec';
    color: #333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.blog--text a {
    text-decoration: none;
    background-color: #053266;
    display: inline-block;
    color: #fff;
    padding: 0.3rem 1rem 0.1rem;
    font-size: .85rem;
    border-radius: 0.16rem;
    transform: translateX(0%);
    transition: all ease-in-out .5s;
}
.blog--box:hover .blog--icon {
    transform: scale(1.04);
}
.blog--box:hover .blog--text a {
    transform: translateX(10%);
}
.blog--hdng h1 {
    font-size: 3rem;
}
.blog--hdng span {
    display: block;
    color: #bdbdbd;
    font-size: .9rem;
    margin-bottom: .5rem;
}
.blog--details {
    margin-top: 1rem;
    color: #999;
}
.recent--articles--box ul {
    margin-top: 1.5rem;
}
.recent--articles--box ul li {
    display: flex;
    gap: 13px;
    justify-content: space-between;
    background-color: #fbfbfb;
    margin: 0 0 1rem 0;
    padding: 1rem 1rem 0.8rem 0.7rem;
    border-radius: 3px;
    box-shadow: 0 2px 4px #0000000d;
}
.recent--articles--box ul li .recent--icon {
    width: 180px;
}
.recent--articles--box ul li .recent--text {
    display: flex;
    flex-direction: column;
}
.recent--articles--box ul li .recent--text h4 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0;
    font-size: 1rem;
    color: #626262;
}
.recent--articles--box ul li .recent--text h4 a {
    color: #626262;
    text-decoration: none;
}
.recent--articles--box ul li .recent--text span {
    font-size: .85rem;
    color: #999;
    display: block;
    margin-top: 0.3rem;
}
ul.dealers--btns {
    display: flex;
    border-bottom: solid #ccc 1px;
    padding: 0 0 1rem 0;
}
ul.dealers--btns li {
    font-size: 1.3rem;
    font-family: 'third';
    color: var(--blue);
    border-right: solid var(--blue) 1px;
    padding: 0 1rem 0 0;
    margin: 0 1rem 0 0;
    line-height: 100%;
}
ul.dealers--btns li:last-child {
    border-right: none;
}
ul.dealers--btns li a{
    text-decoration: none;
    color: var(--blue);
	display: block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}
ul.dealers--btns li a:hover, ul.dealers--btns li a.active {
    background-color: var(--blue);
    color: var(--white);
}
ul.dealers--select {
    gap: 10px;
    border-bottom: none;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
}
ul.dealers--select li {
    border-right: none;
    font-size: inherit;
    font-family: "first";
    width: 45%;
    padding: 0;
    margin: 0;
}
ul.dealers--select li select {
    outline: none;
    border: solid #bdbdbd 1px;
    color: #838383;
    height: 26px;
    width: 100%;
}
.search--btn {
    outline: none;
    border: none;
    background-color: var(--blue);
    color: #fff;
    padding: 0.5rem 0.8rem 0.4rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    height: 28px;
}
.search--result {
    max-height: 400px;
    overflow: auto;
    background-color: #f9f9f9;
    padding: 1.5rem;
}
.search--result::-webkit-scrollbar {
    width: 8px;
    height: 100%;
}
.search--result::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px;
}
.search--result::-webkit-scrollbar-thumb {
    background: #9a9a9a;
    border-radius: 10px;
}
.search--result::-webkit-scrollbar-button:end:increment, .search--result::-webkit-scrollbar-button:start:decrement {
    background-image: url(../images/bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.search--result::-webkit-scrollbar-button:start:decrement {
    background-image: url(../images/top.png);
    background-position: bottom;
}
ul.search--list li {
    border-bottom: solid #dbdbdb 1px;
    padding: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
    color: #818181;
    letter-spacing: .1px;
}
ul.search--list li a {
    text-decoration: none;
    color: #818181;
}
ul.search--list li h3 {
    font-size: 1.25rem;
    color: var(--blue);
    font-family: 'sec';
}
ul.search--list li i {
    margin-right: .5rem;
}
.testi--icon {
    position: relative;
    margin: 1.3rem;
}
.testi--icon img {
    border-radius: 50%;
}
.testi--icon::after {
    content: "";
    border: solid #1e3865 1px;
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: 50%;
}
.testimonials--bg h5 {
    margin: 0;
    font-size: 2.5rem;
    font-family: 'first';
}
.testimonials--bg h6 {
    font-size: 1.5rem; 
    margin-bottom: 1.7rem;
    font-weight: 300;
    font-family: 'Hyundai Sans Head Office';
}
.alert-section p,.work-section p{
    font-size: 1.2rem;  
    font-weight: 300;
    font-family: 'Hyundai Sans Head Office';
}
.my--indicators {
    position: relative;
    margin-top: 0;
    bottom: -4rem;
}
.my--indicators button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    opacity: 1 !important;
}
.testimonials--bg p {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 300;
    font-family: 'Hyundai Sans Head Office';
}
.testimonials--bg {
    padding-bottom: 5rem;
}
.testimonials--bg h1.hdng--size {
    margin-bottom: 6rem;
}
.carousel-indicators .active {
    border: 1px solid transparent !important;
    background: #112c5c !important;
}
.blockquotes {
    position: relative;
    padding: 40px 20px;
}
/* .blockquotes:before {
    content: "''";
    color: #112c5c;
    font-size: 120px;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 9;
    font-family: "first";
    width: 50px;
    height: 50px;
}
.blockquotes:after {
    content: "''";
    color: #112c5c;
    font-size: 120px;
    position: absolute;
    right: 50px;
    bottom: 32px;
    z-index: 9;
    font-family: "first";
    width: 50px;
    height: 50px;
} */
.blockquotes #first-img {
    position: absolute;
    left: -35px;
    top: 40px;
}
.blockquotes #last-img {
    position: absolute;
    right:0;
    bottom:0;
}
.join-section .sub--hdng {
    font-weight: 300;
    font-family: 'Hyundai Sans Head Office';
}
.tab-section {
    padding: 3rem 0;
}
.tab-section .nav-tabs {
    border-bottom:0;
    justify-content: center;
}
.tab-section .nav-tabs .nav-link:focus,
.tab-section .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.tab-section .nav-tabs .nav-link {
    color: #102b5b;
    font-family: 'third';
    background-color: transparent;
    font-size: 1.4rem;
    border: 0;
    
}
.tab-section .nav-tabs .nav-link.active {
    color: #ffffff;
    font-family: 'third';
    font-size: 1.4rem;
    background-color: #102b5b;
}
.tab-section .banner--text h1 a {
    text-decoration: none;
    font-family: 'third';
    font-size: 30px;
    text-align: left;
    color: var(--black);
    display: block;
}
.tab-section .banner--text p {
    font-family: 'Hyundai Sans Head Office'; 
    font-weight: 300;
    font-size: 1.3rem;
}
/* .tab-section .res-banner{
    max-width: 100%;
    width:100%;
} */
.banner--text p span{
    display: block;
    font-size: 22px;
} 
.tab-pane-top {
    margin-bottom: 5rem;
}
.tab-pane-bottom .hdng{
    text-decoration: none;
    font-family: 'third';
    font-size: 2rem !important;
    text-align: left;
    color: var(--black);
    display: block;
    margin-bottom: 2rem;
}
.tab-pane-bottom .owl-carousel .item .slider-content {
    text-align: left;
}
.tab-pane-bottom p {
    font-family: 'Hyundai Sans Head Office';
    font-weight: 300; 
    min-height: 135px;
}
.tab-pane-bottom h4.hdng{ 
    font-size: 1.4rem !important; 
    margin-bottom: 1rem;
}
.tab-section .press--release--icon{
    height: auto;
}
.tab-section .press--release--icon img {
    height: auto;
    width: 100% !important;
}
.know-more-btn {
    color: var(--black) !important;
    font-size: 1rem;
    text-transform: capitalize;
    padding: 10px 15px;
    text-align: center;
}
.know-more-btn:hover {
    background-color: var(--blue) !important; 
    color: var(--white) !important;
}


/*new add*/

.ceo--bg .content #first-img{
	margin-left: -33px !important;
	margin-top: -10px;
	position: absolute;
}

.ceo--bg #first-img>img{
	width: 25px !important;
}

.ceo--bg #last-img{
	position: absolute;
	margin-left: 10px;
}

.ceo--bg #last-img img {
	width: 25px;
}

.search-form {
    border: 0;
    position: absolute;
    z-index: 99;
    left: inherit;
    top: 126px;
    background: #f2f2f2;
    right: 0;
    width: 100%;
    display: none;
    left: 0;
    padding: 20px 0;
}
.search-form .form-wrap {  
    width: 572px;
    margin: 0 auto;
    position: relative;
}
.search-form [type=text]{
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border-radius: 0;
    border: 0;
    font-size: 1.2rem;
    display: block;
    line-height: 50px;
}
.search-form button {
    color: var(--blue);
    background: transparent;
    border: 0;
    height: 50px; 
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap i {
    margin-right: 10px;
}
.search-form button.func-headerSearchClose {
    color: var(--white);
    background: var(--blue) !important;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 34px;
    border: 0 !important;
}

.search-form button.func-headerSearchClose::before{ 
    position: relative;
    z-index: 2;
    top: 2px;
    left: -10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg) translate(4px,3px);
    transform: rotate(45deg) translate(4px,3px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid;
    border-color: #fff transparent transparent #fff;
}
.search-form button.btnGnbClose {
    right: -20%; 
    font-size: 1.5em;
    top: -16px;
}

.gray-block {
    background-color: #f6f6f6;
    padding: 15px;
    text-align: center;
}
.insurance--box{
    text-align: center; 
}
.insurance--box .hdng {
    font-family: 'forth';
    font-size: 16px;
}
.secure-section  .grey--bg {
    padding: 40px 70px;
    margin: 0;
}
.protect-section .insurance--box .hdng {
    font-family: 'first';
}
.banner-bt-icon {
    margin-bottom: 20px;
}
.banner-bt-icon img {
    max-width: 70px;
}
.banner-bt-box h2 {
    color: #102c5c;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "third";
    line-height: 1;
    margin-bottom: 5px;
}
.banner-bt-box h2 span {
    color: var(--black);
}
.banner-bt-box p {
    margin-bottom: 0;
    color: var(--black);
    font-size: 16px;
}
.banner-bt-sec,
.protect-section  {
    padding: 2.5rem 0;
} 
.secure-section {
    padding: 50px 40px;
    margin: 0 15px;
}
.secure-section h1 span,
.secure-section p span{
    display: block;
}
.secure-img {
    text-align: right;
}
.secure-img img{
    max-width: 450px;
    width: 100%;
}
.know-press-sec {
    padding: 6rem 0;
}

.stickydiv {
    position: fixed;
    bottom: 0px !important;
    right: 0px;
    top: inherit !important;
    left: 0px;
    z-index: 800;
    width: 100%;
    background-color: #163263;
    padding: 15px 40px;
    overflow: hidden;
    height: auto;
}
.sticky-wrap a {
    text-decoration: none;
    display: block;
    text-align: center;
}
.sticky-txt {
    color: var(--white);
    text-transform: capitalize;
    font-size: 16px; 
    vertical-align: middle;
}
.sticky-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.sticky-icon img {
    max-width: 25px;
}
.pdl-0 {
    padding-left:0;
}
.pdr-0{
    padding-right:0;
} 
 
.hdng2 {
    font-family: "first";
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #fff;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: normal;
}
.accordion-button[aria-expanded="true"]{
    font-weight: bold;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button {
    padding: 1rem 0;
    font-weight: normal;
    color: #000000;
    font-size: 1.2rem;
} 
.accordion-body {
    padding:1rem 0;
}
.accordion-body ul {
    padding-left:1rem;
}
.accordion-item {
    border: 0;
}
.accordion-body ul.experience--list,
.accordion-body ul.job--buttons{
    padding-left:0;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.accordion-button:after {
    display: none;
}
.res-banner {
    max-width: 510px;
}
.irdai-section h2.hdng--size {
    font-size: 35px;
}
.irdai-section img {
    max-width: 500px;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 2rem !important;
}
/* New add */



.stay-touch-popup.fadeIn {
    position: fixed;
    z-index: 99;  
    background-color: rgba(0,0,0,0.85);
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 9;
  }
 .inner-stay-touch-popup {
    top: 50%;
    left: 0;
    padding: 20px;
    background: #fff; 
    width: 600px;
    position: fixed;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 10;
 }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  .center {
    text-align: center;
  }
  
  .popup i {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-style: normal;
    background: #b0b0b0;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
  }

  .stay-touch-popup .form-control{
    display: block;
    width: 100%; 
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    color: #cfcfcf;
    background-color: #fff;
    background-clip: inherit;
    border: 1px solid #b0b0b0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: none;
    box-shadow: none;
    padding: 0 15px;
    font-family: 'forth';
  }
   
.stay-touch-popup button{
    font-family: 'forth';
    width: 130px;
    outline: none;
    border: none;
    background-color: var(--blue);
    color: var(--white);
    font-size: 16px;
    border-radius: 0;
    line-height: 45px;
}
.stay-touch-popup .form-control::-webkit-input-placeholder { /* Edge */
    color: #cfcfcf;
}

.stay-touch-popup .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  #cfcfcf;
}

.stay-touch-popup .form-control::placeholder {
    color:  #cfcfcf;
}
.power-section .owl-item img {
    max-width: 150px !important;
    max-height: 72px !important; 
    vertical-align: middle;
}

.carInsurance-img,
.dealer-img {
    width: 100%;
}

.ins-icon {
    max-width: 55px;
}
.dealer--box {
    padding:15px;
}
.dealer--text {
    width:100%;
}
.dealer--box {
    padding: 15px;
    box-shadow: 4px 0 18px rgba(0,0,0,0.21);
    -webkit-box-shadow: 4px 0 18px rgba(0,0,0,0.21);
    
    margin-bottom: 15px;
    min-height: 410px;
}
.enquiry--box.dealer--box h2::after{
    display: none;
}
.dealer--icon h2 span {
    display: block;
    color:#002c5f;
    font-size: 18px;
}
.dealer--icon h2 {
    display: block;
    color:#000000;
    font-size: 20px;
    font-family: 'sec';
}
ul.enquiry--list.dealer--list li {
    font-size: 16px;
}
ul.enquiry--list.dealer--list li span{
    color:#000000; 
    font-family: 'sec';
}
ul.enquiry--list.dealer--list li a{
    color:#002c5f; 
}
.dealer-search-sec {
    overflow: hidden;
}
.dealer-search-sec .grey--bg {
    padding: 3.5rem;
}
.dealer-search-sec .know-more-btn{
    min-width: 131px;
}
.dealer-search-sec select {
    font-size: 16px;
    color: #212529;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 7px;
    border-radius: 0;
    border: 1px solid #dddddd;
}
.dealer-search-sec .grey--bg {
    margin:0; 
}
.dealer-search-sec .enquiry--box.dealer--box li{
    width: 100%;
}
.carInsurance-blk .directors--text h3 {
    margin-top: 0;
}
.meet-team-section .directors--box {
    margin-bottom: 1.5rem;
}
.privacy-section p b,.terms-section p b {
    font-family: 'first';
    font-size: 22px;
    font-weight: 500;
}
.breadcrumb-sec .breadcrumb{
    margin-bottom: 0;
}
.breadcrumb-sec .breadcrumb a {
    text-decoration: none;

}
.breadcrumb-sec {
    background: #f3f3f3;
    padding: 12px 0 10px;
}
.breadcrumb-sec a,
.breadcrumb-sec li,
.breadcrumb-item.active {
    font-size: 16px;
    color:#000;
    font-family: "p_regular";
    text-decoration: none;
    text-transform: capitalize;
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.breadcrumb-sec a span {
    margin: 0 3px 0 0px;
    font-size: 20px;
    position: relative;
    top: 2px;
    line-height: 1;
}
 i {
    font-style: normal;
}

.acknowledges li {
   
}


.form-item input {
    padding: 25px 10px 10px 22px;
    height: 100%;
    width: 100%;
    outline: none;
    
    border: 1px solid #bbb;
    text-align: left;
    font-size: 16px;

}
.form-item input ~ label { 
    padding: 2px 10px; 
    font-weight: bold;
    color: #033065;
    font-size: 16px;
    top: -12px !important;
    left: 15px !important;
    width:auto;
    background-color: #fff;
}
:picture-in-picture {
    display: none;
}
.get-otp-form .hdng--size {
    font-size: 22px;
}


.sitemap-section {
    padding: 50px 0;
}
.site-menu { 
    background: #f5f3f2;
    padding: 15px;
    min-height: 288px;
}
.site-menu li {
    list-style-type: none;
    margin-bottom: 8px;
}
.site-menu > li > a,
.subsite-menu > li > a {
    text-decoration: none;
    font-weight: 400;
    font-family: 'Hyundai Sans Head Office';
    color: #212529;
}
.subsite-menu > li > a { 
    font-weight: 300;  
}
.subsite-menu {
    padding-top: 10px;
    padding-left:0;
}
.subsite-menu > li{
    background: url(../images/list_icon.png) no-repeat 5px 6px;
    padding-left:25px;

}
.get-otp-form {
    margin-right: 10% !important;
}
.auth-account-img {
    width: 100%;
    max-width: 600px;
}
.banner-section img {
    width:100%;
}

.dealer--address {
    min-height: 98px;
}


@media only screen and (max-width: 1400px){

    /* ul.nav--wrapper li{
        margin: 0 0 0 1rem;
    } */
    ul.nav--wrapper li a{
        font-size: 1rem;
    }
    .enquiry--box{
        min-height: 380px;
    } 
    .connect-us-section .enquiry--box{
        min-height: 285px;
    } 
    .res--circle {
        width: 235px;
    }
    .hdng--size {
        font-size: 1.7rem;
    }
    .insurance--icon{
        height: 170px;
        overflow: hidden;
    }
    .res-banner {
        max-width: 350px;
    }
    .dealer--box .mb-4 {
        margin-bottom: 0.5rem!important;
    }
    .form-item2 input {
        width: 50px !important;
    }
    .dealer-search-sec .enquiry--box.dealer--box a,
    .dealer-search-sec .enquiry--box.dealer--box p {
        font-size: 14px;
    }


}

  
@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .secure-section {
        padding: 0;
        margin: 0 15px;
    }
    .secure-section .grey--bg {
        padding: 20px;
        margin: 0;
    }
    .insurance--box {
        margin-bottom: 15px;
    }
    .sticky-icon {
        margin-right: 2px;
    }
    .banner-bt-box.gray-block {
        padding: 12px 7px;
    }
    .form-item2 input {
        width: 42px !important;
    }

}       
@media only screen and (max-width: 1200px){
    .res--logo {
        width: 190px;
    }
    /* 8 */
    ul.nav--wrapper li a {
        font-family: 'first';
        font-size: 1rem;
    }  
    .banner--text h1 {
        font-size: 30px;
    }
    .enquiry--box{
        padding: 1rem 1.5rem;
    }
    .enquiry--text{
        width: 100%;
    }
    .insurance--icon{
        height: 270px;
    }
    ul.nav--wrapper li {
        margin: 0 0 0 2rem;
    }
    .connect-us-section .enquiry--box {
        min-height: 258px;
    }
    .connect-us-section .enquiry--box {
        min-height: 258px;
        padding: 0 1rem;
    }
    .dealer--box.enquiry--box {
        padding: 1rem;
    }
    .dealer--address {
        min-height: 125px;
    }
    .dealer-search-sec .enquiry--box.dealer--box a, .dealer-search-sec .enquiry--box.dealer--box p {
        font-size: 11px;
    }
    
}
@media only screen and (max-width: 991px){      
    ul.top--icons {
        position: unset;
    }
    ul.nav--wrapper{
        left: 0;
    }
    ul.nav--wrapper li{
        margin: 0;
    }
    ul.ftr--adress{
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }
    .show--icons{
        display: flex !important;
        width: 100%;
    }
    ul.top--icons{
        display: none;
    }
    .mobile--search--box{
        display: flex;
    }
    .mobile--search{
        display: block;
        width: 50px;
        border: none;
        outline: none;
        background-color: var(--blue);
        color: #ffffffb8;
        
        margin: 0 0 0 5px;
        font-size: 1.1rem;
    }
    .border--right{
        border-right: solid #4e4e4e 0px;
    }
    .enquiry--box{
        padding: 1rem 2rem;
    }
    .enquiry--icon img{
        width: 50px;
    } 
    .insurance--icon{
        height: 170px;
    }
    .directors--text h3{
        font-size: 1.2rem;
    }
    .directors--text p{
        font-size: 1rem;
    }
    .team--box {
        border-right: solid #ccc 1px;
        padding: 0 1.5rem 0 0rem;
        height: 100%;
    }
    .recent--articles--box ul li {
        flex-direction: column;
    }
    .recent--articles--box ul li .recent--icon {
        width: auto;
    }
    /* .recent--articles--box ul li .recent--icon {
        width: 180px;
        height: 80px;
    }
    .recent--articles--box ul li .recent--icon img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    } */
    .testimonials--bg {
        background: #e1e1e1;
        padding: 4rem 0 0;
    }
    .my--indicators {
        bottom: auto;
    }
    .navbar .nav-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .dropdown-menu{
        display: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    .education--box {
        margin-bottom: 20px;
    }
    .banner--text h1,
    h1.hdng--size, h1.hdng--size {
        font-size: 25px;
    }
    .dealer--box, .dealer--address {
        min-height: inherit;
    }
    .dealer-search-sec .enquiry--box.dealer--box a, .dealer-search-sec .enquiry--box.dealer--box p {
        font-size: 14px;
    }

}



@media only screen and (max-width: 767px){

    ul.experience--list li span i {
        font-size: 16px;
    }

    ul.ftr--adress, ul.ftr--links{
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }
    .enquiry--box, .mission--box{
        min-height: auto;
    }
    ul.enquiry--list{
        margin-top: 2rem;
    }
    .insurance--icon{
        height: auto;
    }
    .insurance--icon img {
        height: 200px;
    }
    .team--box {
        border-right: solid #ccc 0;
        padding: 0;
        height: 100%;
    }
    .ftr--logo{
        margin: 0 auto;
    }
    .recent--articles--box ul li {
        flex-direction: row;
    }
    .recent--articles--box ul li .recent--icon {
        width: 180px;
    }
    .search-form .form-wrap {
        width: 70% !important;
    }
    .search-form{
        top: 72px !important;
    }
    .search-form [type=text] { 
        height: 40px;
        margin: 0; 
        border-radius: 0;
        border: 0;
        font-size: 16px;
        display: block;
        line-height: 40px;
    }    
    .search-form button {
        height: 40px;
    }
    .search-form {
        padding: 16px 0;
    }
    .directors--icon img {
        width: 100%;
    }
    .res-banner {
        width: 100% !important;
    }
    .banner--text h1 {
        font-size: 22px;
    }
    .hdng--size {
        font-size: 1.5rem;
    }
    .banner-bt-box, .insurance--box {
        margin-bottom: 15px;
    }
    .secure-section,
    .secure-section .grey--bg {
        padding: 0;
        margin: 0;
    }
    .secure-section .grey--bg {
        padding-bottom: 50px;
    }
    .secure-img img {
        width: 100%;
    }
    .footer--bg-wrap {
        padding-bottom: 80px;
    }
    .stickydiv {
        padding: 15px; 
    }

    .sticky-icon {
        display: block; 
        margin: 0 0 10px; 
    }
    .sticky-txt span {
        display: block;
    }
    .sticky-txt {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 1;
    }
    .footer--bg-wrap .border--left {
        border-left: 0; 
    }
    .carousel-control-prev {
        left: 15px;
    }
    .carousel-control-next {
        right: 15px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 4%;
    }
    .banner-section{
        overflow-x: hidden;
    }
    .footer--bg-wrap .border-top {
        border:0 !important;
    }

    .enquiry--box h2, .mission--box h2,
    .hdng--size, .irdai-section h2.hdng--size {
        font-size: 25px;
    }
    .vision-mission-sec .pdl-0  {
        padding-left: 15px;
    } 
    .vision-mission-sec .pdr-0 {
        padding-right: 15px;
    }
    .ceo--bg {
        background-image: url(../images/ceo-bg-2.jpg);
        background-size: 420px auto;
        padding: 360px 3rem 2rem;
        margin: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #f7f3f2;
    }
    .banner--text h1,
    h1.hdng--size, h1.hdng--size   {
        font-size: 25px;
    }
    .dealer--box {
        min-height: inherit;
    }
    .dealer-search-sec .grey--bg {
        padding: 30px 15px;
    }
    .inner-stay-touch-popup {
        width: 400px;
    }
    .breadcrumb-sec.mt-5{
        margin-top: 1rem !important;
    } 
    .breadcrumb-sec.mb-5 {
        margin-bottom: 1rem !important;
    }
    .stickydiv {
        bottom: -10px !important;
    }
    
    .auth-account-img {
        margin-bottom: 30px;
    }
    .get-otp-form {
        margin-right: 0;
        width: 100%;
    }


}



@media only screen and (max-width: 576px){
    ul.nav--wrapper li {
        margin: 0 0 0 0;
    }
    .banner--text h1 {
        font-size: 20px;
        text-align: center;
        display: block !important;
        border: none !important;
    }
    .banner--text, .content, .enquiry--box {
        font-size: 1rem;
    }
    .res-banner{
        width: 300px;
    }
    .res--circle{
        width: 170px;
        margin: 0 auto;
        display: block;
    }
    .insurance--icon{
        margin-bottom: 2rem;
    }
    .insurance--icon img {
        height: 210px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 420px){
    ul.job--buttons{
        flex-direction: column;
    }
    .recent--articles--box ul li {
        flex-direction: column;
    }
    .recent--articles--box ul li .recent--icon {
        width: auto;
    }
    .res--logo {
        width: 130px;
    }
    ul.dealers--select {
        flex-direction: column;
    }
    ul.dealers--select li {
        width: 100%;
    }
    .ceo--bg {
        background-image: url(../images/ceo-bg-2.jpg);
        background-size: 380px auto;
        padding: 320px 3rem 2rem;
        margin: 0;
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #f7f3f2;
    }
    .inner-stay-touch-popup {
        width: 300px;
    }
    ul.top--icons {
        gap: 15px;
        padding:15px 0;
    }
}

