:root{
    --white: #fff;
    --black: #000;
    --blue: #102c5c;
    --grey: #f5f3f2;
}

.white--color{
    color: var(--white);
}
.black--color{
    color: var(--black);
}
.blue--color{
    color: var(--blue);
}
.content{
    font-size: 1.2rem;
}

@font-face {
    font-family: "first";
    src: url(../fonts/HyundaiSansText-Regular.otf);
}
@font-face {
    font-family: "sec";
    src: url(../fonts/HyundaiSansHead-Medium.otf);
}
@font-face {
    font-family: "third";
    src: url(../fonts/HyundaiSansText-Bold.otf);
}
body{
    margin: 0;
    padding: 0;
    font-family: "first";
    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: 30px;
}
.top--icons-2 li:last-of-type{
    margin-top: 0;
}
ul.top--icons li:last-child img {
    width: 140px;
}
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{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
.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;
    bottom: -15px;
    left: 0rem;
}
ul.nav--wrapper li{
    margin: 0 0 0 3rem;
}
ul.nav--wrapper li ul li{
    margin-left: 0;
}
ul.nav--wrapper li a{
    color: var(--black) !important;
    font-family: 'sec';
    font-size: 1.2rem;
    border-bottom: 2px solid transparent;
}
ul.nav--wrapper li a:hover{
    border-bottom: 2px solid var(--blue);
    color: var(--blue) !important;
}
.toggle--menu{
    background-color: var(--blue);
}
.banner--text{
    font-size: 1.2rem;
}
.banner--text h1{
    font-size: 4rem;
    font-family: "third";
    color: var(--blue);
    margin-bottom: 1rem;
}
.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: 350px;
    border-radius: 10px;
}
.enquiry--icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.enquiry--box h2{
    font-family: "third";
}
.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: 3rem;
}
ul.enquiry--list li{
    font-size: 1.3rem;
}
ul.enquiry--list li i{
    color: var(--blue);
}
ul.enquiry--list li a{
    text-decoration: none;
    color: var(--black);
}
.hdng{
    font-family: "third";
}
.sub--hdng{
    font-family: "first";
}
.hdng--size{
    font-size: 4rem;
}
.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;
    border-radius: 6px;
}
.footer--bg{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 6rem 0 11rem;
    background-repeat: no-repeat;
}
.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{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
}
ul.ftr--adress li span{
    font-family: "third";
}
ul.ftr--links li a{
    color: var(--white);
    display: block;
    text-decoration: none;
    margin-bottom: 0;
}
.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: wrap;
    padding: 0;
    margin-bottom: 3rem;
    gap: 30px;
}
ul.experience--list li{
    display: flex;
    align-items: end;
    border-right: solid var(--black) 1px;
    padding-right: 2rem;
}
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;
}
.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--box{
    text-align: center;
}
.insurance--icon{
    height: 250px;
    overflow: hidden;
}
.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 2rem 0 2rem;
    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 span{
    font-family: "third";
    color: var(--black);
    display: block;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    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{
    min-height: 250px;
}

.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;
}
.directors--text a{
    text-decoration: none;
    color: var(--black);
    border-radius: 4px;
    margin-top: .5rem;
    display: table;
    transition: all ease-in-out .4s;
}
.directors--text p{
    font-size: 1.2rem;
    margin-top: .4rem;
}
.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: solid var(--blue) 1px;
    padding: 0 3rem 0 2rem;
    height: 100%;
}
.team--box--nb{
    border-right: solid var(--blue) 0;
}

.team--box:hover .directors--icon{
    box-shadow: none;
}
.ceo--bg{
    background-color: #f5f3f2;
    padding: 3rem 0;
}
.ceo--icon{
    overflow: hidden;
    border-radius: 10px;
}
.education--box{
    display: flex;
    min-height: 250px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 1.5rem;
    border: solid var(--black) 1px;
    color: var(--black) !important;
    border-radius: 4px;
    text-decoration: none;
    flex-direction: column;
    transition: all ease-in-out .4s;
}
.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 2rem;
    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--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: 1.1rem;
    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;
}
.testimonials--bg {
    background: linear-gradient(#fff 13%, #e1e1e1 0%, #e1e1e1 74%, #fff 0%);
}
.testi--icon {
    position: relative;
    margin: 1.3rem;
}
.testi--icon img {
    border-radius: 50%;
}
.testi--icon::after {
    content: "";
    border: solid #cbcbcb 2px;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border-radius: 50%;
}
.testimonials--bg h5 {
    margin: 0;
    font-size: 2.2rem;
    font-family: 'first';
}
.testimonials--bg h6 {
    font-size: 1.3rem;
    font-family: 'third';
    margin-bottom: 1.2rem;
}
.my--indicators {
    position: relative;
    margin-top: 0;
    bottom: 2rem;
}
.my--indicators button {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    background-color: #565656 !important;
}


@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;
    }
    .mission--box{
        min-height: 280px;
    }
    .res--circle {
        width: 235px;
    }
    .hdng--size {
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 1200px){
    .res--logo {
        width: 190px;
    }
    ul.nav--wrapper li {
        margin: 0 0 0 1rem;
    }
    ul.nav--wrapper li a {
        font-family: 'first';
        font-size: 1rem;
    }  
    .banner--text h1 {
        font-size: 3rem;
    }
    .enquiry--box{
        padding: 1rem 1.5rem;
    }
    .enquiry--text{
        width: 100%;
    }
    .insurance--icon{
        height: 270px;
    }
    ul.nav--wrapper li {
        margin: 0 0 0 0.2rem;
    }

    
}
@media only screen and (max-width: 991px){      
    ul.top--icons {
        position: unset;
    }
    ul.nav--wrapper{
        left: 0;
    }
    ul.nav--wrapper li{
        margin: 0 0 0 1.2rem;;
    }
    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;
        border-radius: 5px;
        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--box h5{
        font-family: 'first';
        font-size: 1.2rem !important;
    }
    .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;
    }
    .education--box {
        margin-bottom: 20px;
    }
   

}



@media only screen and (max-width: 768px){
    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: 184px !important;
    }
    .directors--icon img {
        width: 100%;
    } 
    .res-banner {
        width: 100% !important;
    }
    .banner--text h1 {
        font-size: 2rem;
    }
    .hdng--size {
        font-size: 1.5rem;
    }
    



}



@media only screen and (max-width: 576px){
    ul.nav--wrapper li {
        margin: 0 0 0 0;
    }
    .banner--text h1 {
        font-size: 2rem;
        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%;
    }
}

/*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: 30px 20px 15px;
    text-align: center;
}
.banner-bt-icon {
    margin-bottom: 20px;
}
.banner-bt-icon img {
    max-width: 70px;
}
.banner-bt-box h2 {
    color:#102c5c;
    font-size: 35px;
    font-weight: bold;
    font-family: "third";
    line-height: 1;
}
.banner-bt-box h2 span {
    color: var(--black);
}
.banner-bt-box p {
    margin-bottom: 0;
    color: var(--black);
    font-size: 16px;
}
.banner-bt-sec {
    padding: 80px 0 40px;
}
.protect-section {
    padding: 80px 0 40px;
}

.secure-section h3 span,
.secure-section p span{
    display: block;
}

.know-press-sec {
    padding: 6rem 0;
}

.stickydiv {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: unset !important;
    left: 0px;
    z-index: 800;
    width: 100%;
    background-color: #163263;
    padding: 20px 40px;
}
.sticky-wrap a {
    text-decoration: none;
}
.sticky-txt {
    color: var(--white);
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: bold;
}
.sticky-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}