a/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('font-awesome.min.css');

/* header css start here */
/* Base font size */
/* body {
    font-size: 100%;
}

body.increased {
    font-size: 110%;
}

body.decreased {
    font-size: 90%;
} */
ul.submenu.submenu-has.submenu-split {
    column-count: 2;
    width: 290px;
}

/* Base menus scale with body */
/* .menu,
.menu a,
.main-imp {
    font-size: 0.9em !important;
} */

/* Fix submenu so it scales too */
/* .resMainmenu .menu-item--expanded .menu li a {
    font-size: 1em !important;  
} */
.resMainmenu .menu-item--expanded .menu  {
   font-size: 1em !important;  /* Inherits & scales with body */
}

/* Target the views-exposed-form layout area */

form#views-exposed-form-uiiccontactus-block-3 #edit-policyno {
    margin-top: 9px;
}
form#views-exposed-form-uiiccontactus-block-4 .form--inline {
    margin-top: 10px;
}
.shs-field-container {
    width: 100%;
    margin-bottom: 0.25rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
@media (max-width: 767px) {
  form#views-exposed-form-uiiccontactus-block-4 .form--inline {
    margin-top: -10px;
}
.hexagon-sec .hexagon-box:nth-child(1) {
    position: absolute;
    left: 57px !important;
    top: 0;
}
.hexagon-sec .hexagon-box:nth-child(2) {
    position: absolute;
    left: 57px !important;
    top: 184px !important;
}
.hexagon-sec .hexagon-box:nth-child(3) {
    position: absolute;
    left: 57px !important;
    top: 369px !important;
}
.hexagon-sec .hexagon-box:nth-child(4) {
    position: absolute;
    right: -99px !important;
    top: 550px !important;
}
}
.header_call a:hover,
.header_call a:focus {
  color: rgb(255, 255, 255); /* change to your desired color */
  /*outline: none;*/ /* optional: remove focus outline */
}


/* sticky header */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff; /* or whatever your background is */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header_placeholder {
    display: none;
    height: 0;
}
/* sticky header */


.navtop ul li a.active {
    color: var(--color-yellow);
}
/* top header css */
.malicious_clickhere {
    font-size: var(--font-size-16);
    line-height: 20px;
    color: red;
    text-decoration: none;
    font-weight: 700;
    padding-right: 15px;
    border-right: 2px solid #bcbcbc;
}

.malicious_clickhere:hover {
    color: red;
}

.call_interview {
    /* font-size: var(--font-size-16); */
    font-size: var(--font-size-12);
    line-height: 20px;
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 2px solid #bcbcbc;
    border-left: 2px solid #bcbcbc;
}

.call_interview:hover {
    color: var(--color-primary);
}

.qualified_text {
    font-size: var(--font-size-16);
    line-height: 20px;
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    border-left: 2px solid #bcbcbc;
    padding-left: 15px;
}

.qualified_tex:hover {
    color: var(--color-primary);
}

.top_headerwrapper {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* top bheader css */
.header_middle {
    background-color: var(--header-bg);
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_left_listing {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.header_left_listing li {
    list-style: none;
    font-size: var(--font-size-14);
    font-weight: 600;
    /* font-style: italic; */
    color: var(--color-white);
    position: relative;
}
.header_left_listing li a{
    color: var(--color-white);
}

.header_left_listing li::after {
    content: "|";
    position: absolute;
    left: -10px;
    top: 0;
}

.header_left_listing li:first-child:after {
    display: none;
}

.border_boxing {
    position: relative;
    display: flex;
    align-items: center;
}

.border_boxing:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 30px;
    width: 1px;
    background: var(--color-white);
}

.border_boxing:first-child::before {
    display: none;

}

/* search box css start */
.search-container {
    position: relative;
    display: inline-block;
}

/* Hide the checkbox */
#search-toggle {
    display: none;
}

/* Style the label as the search icon */
.search-icon {
    display: inline-block;
    cursor: pointer;
    font-size: var(--font-size-24);
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    transition: background 0.3s;
}



/* Search box styling */
.search-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 10px;
    position: absolute;
    right: 0;
    z-index: 9;
}

/* When checkbox is checked, show the search box */
#search-toggle:checked+label+.search-box {
    max-height: 100px;
    /* Enough to show the input */
}

.search-box input {
    padding: 6px;
    width: 200px;
    font-size: var(--font-size-16);
    border: 1px solid var(--color-primary);
}
.search-box input:focus{
outline: none;
}
/* search box css end*/
.header_middleright {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.border_wrapper {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 20px;
    margin-left: 20px;
}

.Header_themchange {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.header_middlepart_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header_call {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_call a {
    font-size: var(--font-size-12);
    font-weight: 700;
    line-height: 16px;
    color: var(--color-white);
    /* font-style: italic; */
    padding-left: 15px;
    text-decoration: none;
}

.week_count p {
    font-size: var(--font-size-12);
    line-height: 16px;
    font-weight: 700;
    color: var(--color-white);
    /* font-style: italic; */
    text-decoration: none;
}

.screen_rander_access {
    font-size: var(--font-size-13);
    line-height: 15px;
    font-weight: 400;
    color: var(--color-white) !important;
    text-decoration: none;
}

.screen_rander_access:hover {
    color: var(--color-white);
}

.skitto_maincontent {
    font-size: var(--font-size-13);
    line-height: 15px;
    font-weight: 400;
    color: var(--color-white) !important;
    text-decoration: none;
}

.skitto_maincontent:hover {
    color: var(--color-white);
}

.Header_themchange button {
    font-size: var(--font-size-16);
    font-weight: 700;
    /* font-style: italic; */
    line-height: 22px;
    color: var(--color-black);
    padding: 5px;
    border: none;
}

.language_dropdown .dropdown .btn {
    padding: 0;
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--color-white);
}

.language_dropdown .dropdown-toggle::after {
    display: none;
}

/* middle header */
/* bottom header */
.bottom_header_wrapper {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.bottom_headerright_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px; /*changed on 26-09-25*/
    margin-top: 10px;
}

/* nav bar css */
.navtop {
    background: var(--background-primary);
    color: var(--color-white);
    border: 1px solid #808B81;
    /* padding: 15px 35px; */
    padding: 0px 35px;
    border-radius: 50px;
}

.navtop>ul {
    position: relative;
    z-index: 1;
    display: flex;
    list-style: none;
    gap: 20px;
}

/* .navtop > ul > li{ 
    border-left:1px solid #fff;
} */
.navtop ul li a {
    display: block;
    padding: 0;
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--color-white);
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}

.navtop>ul>li>a {
    padding: 15px 0;
}

.navtop ul.middle_menu li a {
    color: var(--color-black);
    width: 100%;
    line-height: 35px;
    border-radius: 4px;
    padding: 0 8px;
    position: relative;
}

.navtop ul.middle_menu li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../images/rightarrow_img.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.navtop ul.middle_menu li a:hover::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../images/right_arrowwhite.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.navtop ul.middle_menu li a:hover {
    color: var(--color-blue-menu);
    width: 100%;
    background: var(--color-yellow);
}

.navtop ul.middle_menu li {
    padding: 7px 10px 7px 0;
    margin-left: 10px;
}

.navtop ul li:hover>a {
    /* background: var(--color-yellow);  */
    color: var(--color-yellow);
}

.navtop ul.middle_menu li:hover>a {
    background: var(--color-yellow);
    color: var(--color-blue-menu);
    margin-left: 0;
    margin-right: 10px;
    width: 95%;
}
.navtop ul.middle_menu .sub_menu li{
    margin-left: 10px;
}

.navtop ul li:first-child {
    border: none;
}

.navtop>ul>li:hover>ul {
    display: block
}

.navtop>ul>li>ul>li:hover ul {
    display: block
}

.navtop>ul>li>ul li {
    position: relative;
}

.navtop ul li ul.sub_menu {
    padding: 10px 0;
    width: 180px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.navtop ul li ul.sub_menu li {
    /* padding: 0 0 0 10px; */
    /* padding-left: 10px; */
    padding: 7px 10px 7px 0;    
}

/* .navtop > ul > li > ul{ 
    display:none; 
    position:absolute; 
    background:#333; 
} */
.middle_menu {
    display: none;
    position: absolute;
    list-style: none;
    /* margin-top: 20px; */
    padding-left: 0;
    background: var(--menu-bgcolor);
    padding: 10px 0;
    border-radius: 0 0 12px 12px;
    width: 250px;
}

.navtop>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    left: calc(100% + 0px);
    top: -10px;
    background: #333;
    list-style: none;
    background: var(--menu-bgcolor);
    border-radius: 0 0 12px 12px;
}

.navtop ul ul li {
    /* border-top: 1px solid #fff; */
}

.header_bottom {
    padding: 15px 0;
    background-color: var(--bg-yellow);
}

/* nav bar css */

/* bottom header */
/* this css for banner */
.banner_wrapper {
    display: flex;
    flex-direction: row;
}

.banner_leftwrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 500px;
    position: relative;
}
.banner_right_heightwrapper {
    display: flex;
    align-items: center;
    height: 335px;
}
.banner_rightwrp {
    width: 50%;
    height: 500px;
    background-color: var(--background-primary);
    position: relative;
    background: linear-gradient(88deg, #21449B, #061A4C, #061A4C);
}

.left_policy_listing {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-white);
    padding: 12px 50px;
    gap: 15px;
    background-color: #F5FDFD;
    border-bottom: 1px solid #CACACA;
    height: 166px;
}

.left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 106px;
    width: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_listing_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
}

.left_listing_box h2 {
    padding: 4px;
    font-size: var(--font-size-18);
    font-weight: 700;
    color: var(--color-black300);
    line-height: 22px;
}

.left_listing_box p {
    padding: 4px;
    font-size: var(--font-size-16);
    font-weight: 400;
    color: var(--color-black300);
    line-height: 20px;
    padding: 0;
}

.banner_rightbottomwrp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: var(--bg-yellow); */
    background: linear-gradient(90deg, #FFC90C, #EEA329);
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right_button_wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.right_button_wrap button {
    font-size: var(--font-size-14);
    line-height: 18px;
    color: var(--white);
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 4px;
    border: none;
    background-color: var(--background-white);
    text-transform: uppercase;
    width: auto;
}

.right_button_wrap button:hover {
    background-color: var(--background-primary);
    color: var(--background-white);
}

.right_radio_wrap label {
    font-size: var(--font-size-18);
    font-weight: 700;
    color: var(--color-black);
    line-height: 22px;
}
.right_radio_wrap label:first-child {
    padding-left: 0;
}

.right_radio_wrap {
    padding-bottom: 22px;
}

.right_radio_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mator_yellow {
    border: 2px solid #f8ea8f;
    color: #f8ea8f;
}

.Health_border {
    border: 2px solid #e9878d;
    color: #e9878d;
}

.border_personalaccident {
    border: 2px solid #d97703;
    color: var(--color-white);
}

.border_firepolicy {
    border: 2px solid #d8b696;
    color: #d8b696;
}

.borderoverseas_mediclaim {
    border: 2px solid #89c2ce;
    color: #89c2ce;
}

.border_onlincustomersupport {
    border: 2px solid #e47e25;
    color: #e47e25;
}

.border_morepolicy {
    border: 2px solid #e399fa;
    color: #e399fa;
}

.blue_light {}

/* this css for radio button */

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 30px;
    cursor: pointer;
    font-size: var(--font-size-18);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-button-container span {
    font-weight: 400;
}

/* Hide the browser's default radio button */
.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid var(--color-black300);
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
    border-color: var(--color-black300);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--background-primary);
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--background-primary);
}

/* this css for radio button */

/* this css for right radio select button */
.banner_right_listwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 175px;
    align-items: center;
    justify-content: center;
}

.banner_right_listbox {
    /* border: 2px solid #fff; */
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--color-white);
}

.banner_right_listbox img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);

}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.banner_right_listbox {
    border: 2px solid #fff;
    /*background-color: #cc6600;*/
    background-color: #78383e;
    color: var(--color-white);
    box-shadow: rgb(0 0 0 / 62%) 0px 0px 29px 3px;
}

#uiichelppage input[type="radio"] {
    display: block!important;
    width: 2%;
    float: left;
    margin-top: 6px;
}

/* this css for right radio select button */
.banner_right_listbox h2 {
    font-size: var(--font-size-13);
    line-height: 15px;
    font-weight: 400;
    padding-top: 6px;
}

/* this css for banner */

.footer {
    background: #173885;
}

.footer_top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 60px;
}

.footer_flex {
    width: 24%;
}

.footer_middle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding-top: 60px;
}

.footer_bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding-top: 60px;
}

.footer_listing_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 60px;
}

.footer_flex .footer-head {
    color: #ffffff;
    font-size: var(--font-size-24);
    font-weight: 400;
    padding-bottom: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.footer_topfstfrth {
    display: flex;
    flex-direction: column;
}

.footer_logoimage1 {
    /* height: 60px;
    width: 150px; */
    object-fit: contain;
    margin-bottom: 20px;
}

.footer_logoimage2 {
    /* height: 90px; */
    /* width: auto; */
    object-fit: contain;
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.footer_flex p {
    font-size: var(--font-size-15);
    font-weight: 400;
    color: var(--color-white);
    line-height: 19px;
    text-transform: capitalize;
}

.footer_flex ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 19px;
}

.footer_flex ul li {
    list-style: none;
    font-size: var(--font-size-15);
    font-weight: 400;
    color: var(--color-white);
    text-transform: capitalize;
}
.footer_flex ul li a{
    list-style: none;
    font-size: var(--font-size-15);
    font-weight: 400;
    color: var(--color-white);
    text-transform: capitalize;
}

.page_footerbottom p {
    font-size: var(--font-size-18);
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.page_footerbottom {
    padding: 25px 160px;
    background-color: var(--bg-yellow);
}

.page_footerbottom p {
    font-size: var(--font-size-18);
    line-height: 22px;
    font-weight: 400;
    color: var(--color-black);
}


/* left panel fixed css */
.left_fixed_panel li {
    background: var(--background-white);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .left_fixed_panel {
    position: absolute;
    top: 235px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
} */


/* left panel fixed css */
/* left panel fixed css */
.icon_leftwrapper {
    position: relative;
}

.without_hovershow {
    z-index: 1;
}

/* .with_hovershow {
    position: absolute;
    width: 160px;
    border-radius: 50px;
    background: #fff;
    top: 0;
    left: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 2;
    height: 60px;
    transition: 0.5s;
} */

.with_hovershow {
    position: absolute;
    width: 185px !important;
    border-radius: 50px;
    background: #fff;
    top: 0;
    left: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px); /* Start off-screen */
    transition: 
        opacity 0.5s ease,
        visibility 0.5s ease,
        transform 0.5s ease;
    z-index: 2;
    height: 40px !important;
}

/* Show state - e.g., on hover */
.icon_leftwrapper:hover .with_hovershow {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); /* Slide into place */
}


.with_hoverinnershow{
    display: flex;
    align-items: center;
}
.hover_showtext {
    font-size: var(--font-size-14);
    text-decoration: none;
    padding-left: 20px;
    font-weight: 700;
    color: #000;
}

.with_hovershow .icon_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 18px;
}

.left_fixed_panel .icon_wrapper {
    background: var(--background-white);
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    z-index: 1;
}

.left_fixed_panel {
    position: fixed;
    top: 250px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}

/* SHOW on hover */
.icon_leftwrapper:hover .with_hovershow {
    opacity: 1;
    visibility: visible;
}

/* HIDE without_hovershow on hover */
.icon_leftwrapper:hover .without_hovershow {
    opacity: 0;
    visibility: hidden;
}
/* right panel fixed css */

.right_fixed_panel li {
    background: var(--background-white);
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right_fixed_panel .icon_wrapper {
    background: var(--background-white);
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.right_fixed_panel {
    position: fixed;
    top: 250px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}


.right_fixed_panel .with_hovershow {
    position: absolute;
    width: 185px !important;
    border-radius: 50px;
    background: #fff;
    top: 0;
    left: -120px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 2;
    height: 40px !important;
}
.right_fixed_panel .hover_showtext {
    padding-right: 20px;
}




.right_fixed_panel .with_hovershow {
    position: absolute;
    width: 160px;
    border-radius: 50px;
    background: #fff;
    top: 0;
    left: -120px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(20px); /* start slightly right */
    transition: 
        opacity 0.4s ease, 
        visibility 0.4s ease, 
        transform 0.4s ease;  /* animate slide */
        
    z-index: 2;
    height: 60px;
}

.right_fixed_panel .icon_wrapper:hover + .with_hovershow,
.right_fixed_panel .with_hovershow:hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); /* slide into view */
}

/* right panel fixed css */



/* award section css start*/
.Award_Recognitions_wrap{
    padding: 30px;
}
.Award_Recognitions_title{
    font-size: var(--font-size-24);
    line-height: 28px;
    color: var(--color-primary900);
    text-align: center;
    padding-bottom: 15px;
}


.AwardsRecognitions_carowsal .card {
	border: 1px solid #dce3e3;
	padding: 18px 37px;
	margin: 50px 0 10px;
    margin: 0 15px;
    margin-top: 55px;
}

.AwardsRecognitions_carowsal .awardico {
	margin: -60px auto 21px;
	width: 80px;
	height: 53px;
	background: transparent url("/web/themes/custom/uiic_theme/images/awardIcon.png") no-repeat center center;
}

.AwardsRecognitions_carowsal .card p {
	color: var(--color-primary);
	font-size: var(--font-size-16);
	line-height: 20px;
	font-weight: 400;
	margin: 12px 0 0;
    text-align: center;
    text-transform: capitalize;
}
/* slick slider arrow css */
.AwardsRecognitions_carowsal .slick-prev, .slick-next {
    /* top: 20px; */
    width: 20px;
    height: 20px;
    background: transparent;
}

.AwardsRecognitions_carowsal .slick-prev:before {
    display: block;
    width: 42px;
    height: 42px;
    content: url(../images/left-arrow.png);
    position: absolute;
    left: -75px;
    top: 0;

}

.AwardsRecognitions_carowsal .slick-next:before {
    content: url(../images/right-arrow.png);
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    right: -95px;
    top: 0;

}

.AwardsRecognitions_carowsal .slick-prev {
    left: 0px;
    z-index: 999;
}

.AwardsRecognitions_carowsal .slick-next {
    right: 20px;
    z-index: 999;
}

/* slick slider arrow css */
/* awaard section css end here */
/*font-family: 'Poppins', sans-serif;*/
html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
  font-weight: 400;
}

.language_ml body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #212529;
  line-height: 1.5;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}
/*node page -02-06-2025 - Madhan*/
.node__content p {
  margin-bottom: 1rem;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  /* color: #000; */
  color: #016c90;
}

/*stronger color -24-11-2022 - Nivetha*/
b,
strong {
  font-weight: bolder;
  color: #026891;
}

.styled_list ul li {
  position: relative;
  padding-left: 20px;
}

.styled_list ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #0085b7;
}

/**/
.freeze {
  overflow: hidden;
}

/*global css */

.container-lg {
  max-width: 1700px;
}

/* .container {
  max-width: 1230px;
} */

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.mrbt-50px {
  margin: 0 0 50px 0;
}

.mrbt-35px {
  margin: 0 0 35px 0;
}

.mrbt-18px {
  margin: 0 0 20px 0;
}

.pY-100 {
  padding: 100px 0;
}

.pY-80 {
  padding: 80px 0;
}

.header_top a {
  color: #004680;
}
.header_top {
    background: #E6E5E5;
}

.top_header {
  padding: 15px 0;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  color: #fff;
}

.Sitemap ul {
  margin-bottom: 0px;
}

.headerBlueTop.bg-yellow {
  background-color: #fff;
}

.top_header a {
  color: #fff;
}

.Sitemap ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin: 0px;
  padding: 0px 7px;
  float: left;
  border-right: 1px solid #fff;
}

.Sitemap ul li:last-child {
  border-right: none;
}

/* .Sitemap {
  line-height: 10px;
  margin-top: 10px;
}

.Top_Nav {
  text-align: right;
  line-height: 10px;
  margin-top: 10px;
} */

.claim-section .mx-auto.d-block {
  border-radius:50%;
  background:#173885;
  padding: 10px;
}
.countxt {
  text-align: center;
  font-weight: 700;
}
.countitle {
  text-align: center;
}
.policy-claim {
  margin-top: 15px;
}
.Top_Nav ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin: 0px;
  padding: 0px 5px;
  display: inline-block;
  border-right: 1px solid #fff;
  text-align: right;
}

.Top_Nav ul li:last-child {
  border-right: none;
}

.Top_Nav ul {
  margin-bottom: 0px;
  text-align: right;
}

.Bottom_Header {
  background: #f0f0f0;
  padding: 20px 0;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}

.Bottom_Header img {
  float: left;
  margin-right: 35px;
}

.Bottom_Header h1 {
  font-size: 34px;
  padding: 20px 0 0 0;
  font-weight: 400;
}

.Bottom_Header h2 {
  font-size: 28px;
  line-height: 40px;
}

.Main_page {
  margin: 0 4%;
}
.blockTitle {
  color: #173885;
  text-align: center;
  margin:0;
  padding:0;
  font-size: 1.875em;
  line-height: 2.250em;
}
.blockTitles {
  color: #173885;
  text-align: center;
  margin:0;
  padding:0;
  line-height: 2.250em;
}
/* .footer-sub.menu-item::after {
  content: "\A";
  white-space: pre;
} */

.breadcrumWrap {
  background-color: #eeead2 !important;
}

.awards{/*padding:30px 0 10px;*/text-align:center;/*padding-left: 190px;*/padding-top: 20px;}
.awards .card{border:1px solid #dce3e3;padding:18px 37px;margin:50px 0 10px;}
.awardico{margin:-60px auto 21px;width:80px;height:53px;background:transparent url("/web/themes/custom/uiic_theme/images/awardIcon.png") no-repeat center center;}
.awards .card p{color:#333333;min-height:41px;font-size:1em;line-height:1.250em;font-weight:400;margin:12px 0 0 }

.awards .owl-nav button[type=button]{position:absolute;width:70px;top:0;height:100%;background-position:center center;background-repeat:no-repeat;}
.awards .owl-nav button span{display:none;}
.awards .owl-nav .owl-next[type=button]{background-image:url("/web/themes/custom/uiic_theme/images/right-arrow.png");right:0;}
.awards .owl-nav .owl-next.disabled[type=button]{background-image:url("/web/themes/custom/uiic_theme/images/right-arrow-inactive.png");}
.awards .owl-nav .owl-prev[type=button]{background-image:url("/web/themes/custom/uiic_theme/images/left-arrow.png");left:0;}
.awards .owl-nav .owl-prev.disabled[type=button]{background-image:url("/web/themes/custom/uiic_theme/images/left-arrow-inactive.png");}
.awards .owl-nav .owl-prev[type=button]{left:-80px;}
.awards .owl-nav .owl-next[type=button]{right:-80px;}

.col-md-6.motor-section,
.col-md-6.banner-section{
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.youtube{background:#0177d7 url("../images/youtube_new.png") no-repeat center;width:54px;height:55px;}
.youtube:hover .youtube-image{transform:translateX(0%);}
.youtube-image{padding:0 0 0 0px !important;line-height:55px;position:absolute;right:100%;top:0;width:170px !important;font-size:16px;color:#fff;background:#006dc6;transition:0.5s;transform:translateX(100%);z-index:-1;text-align:center;}
.youtube-imagee:hover{color:#fff;text-decoration:none;}
.youtube a:hover{color:#fff;text-decoration:none;}
.digilocker{background:#006dc6 url("../images/Digilock.png") no-repeat center;width:54px;height:55px;}
.digi-icon{padding:0 0 0 0px !important;line-height:55px;position:absolute;right:100%;top:0;width:170px !important;font-size:16px;color:#fff;background:#006dc6;transition:0.5s;transform:translateX(100%);z-index:-1;text-align:center;}
.digilocker:hover .digi-icon {transform:translateX(0%);}
.maplink{background:#006dc6 url("../images/maplink.png") no-repeat center;width:54px;height:55px;}
.maplink:hover .map-icon{transform:translateX(0%);}
.map-icon{padding:0 0 0 0px !important;line-height:55px;position:absolute;right:100%;top:0;width:170px !important;font-size:16px;color:#fff;background:#006dc6;transition:0.5s;transform:translateX(100%);z-index:-1;text-align:center;}
.chatlink{background:#0060af url("../images/chatlink.png") no-repeat center;width:54px;height:55px;}
.chatlink:hover .chat-icon{transform:translateX(0%);}
.chat-icon{padding:0 0 0 0px !important;line-height:55px;position:absolute;right:100%;top:0;width:170px !important;font-size:16px;color:#fff;background:#0060af;transition:0.5s;transform:translateX(100%);z-index:-1;text-align:center;}
.chat-icon:hover{color:#fff;text-decoration:none;}
/*
.downloadPdflink{background:#00569d url("../images/download-icon.png") no-repeat center;width:54px;height:55px;}
*/
.downloadPdflink{background:#006dc6 url("../images/download-icon.png") no-repeat center;width:54px;height:55px;}

.download-icon{
	padding:0 0 0 0 !important;
	line-height:55px;
	position:absolute;
	right:-170px;
	top:0;
	width:170px !important;
	font-size:16px;
	color:#fff;
	background:#00569d;
	transition:0.5s;
	/*transform:translateX(100%);*/
	z-index:-1;
	text-align:center;
}
.downloadPdflink:hover .download-icon{
	/*transform:translateX(0%);*/
	right:100%;
}
.download-icon:hover{color:#fff!important;text-decoration:none;}
.download-icon li{margin:0 !important;float:left;}


.twitt-image:hover{color:#fff!important;text-decoration:none;}
.map-icon:hover{color:#fff!important;text-decoration:none;}

.overlay,
.toggle-menu,
.closemenu{display:none;}
.color-swithcer{margin:0 0 0 10px !important;padding:0 5px !important;background:#efefef;}
.color-swithcer li{margin:0;padding:2px 0px !important;}
.color-swithcer li a{display:block;padding:0 2px;}
.color-swithcer li:before{display:none !important;}
.fontsizeswitch a{display:block;padding:0 2px;margin:0 3px;}
.newsticker p{font-size:12px;border-right:1px solid #737373;padding:0 11px 0 0;margin:9px;letter-spacing:1px;display:inline}
.newsticker p a{color:#003399;}
.insuranceCard h4{color:#051033;font-size:1.275em;line-height:1.500em;margin:20px 0 12px}
.policy_blk{padding-left:15px;text-align:center}
.innerBanner{position:relative}
.ibtxt{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.ibtxt h1{font-size:2.500em;line-height:1.5em;text-shadow:0 0 30px #857474;color:#fff;font-weight:300;max-width:630px;text-align:center}
.aboutwrap{padding-bottom:60px;background-image:url("../images/ab-top-left-element.png"),url("../images/ab-tp-ement.png"),url("../images/ab-bottom-element.png");background-repeat:no-repeat;background-position:top left,top right,bottom right}
.aboutwrap .nav-pills{margin:0;padding:0;border-bottom:2px solid rgba(85,85,85,0.2)}
.aboutwrap .nav-pills .nav-link{border-radius:0;color:#555;font-size:1em;line-height:1.250em;padding:14px 15px}
.aboutwrap .nav-pills .nav-link::after{display:block;height:6px;width:0;background-color:#0053b2;content:"";margin:20px auto -17px;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}
.aboutwrap .nav-pills .nav-link.active{background-color:transparent;color:#0053b2}
.aboutwrap .nav-pills .nav-link.active::after{width:83%}
.abTitle{color:#fff;font-size:2.5em;text-align:center;line-height:2.3em;font-weight:400;background-color:#173885;padding:0 38px;white-space:nowrap;margin:0px 0 16px 0px;}
.abtxt{color:#0c0000;font-size:.938em;line-height:1.500em;font-weight:400}
.abtxt p{margin-bottom:24px;text-align:justify}
.abtabcont{padding-top:20px;position:relative}
/*.abtabcont::before{display:block;content:"";width:29px;height:104px;background:transparent url(../images/abcont-element.png) no-repeat center center;position:absolute;top:47px;left:-29px}
*/
.ehsSec{max-width:795px;margin:0 auto}
.ehsSec .row{margin-left:-20px;margin-right:-20px}
.ehsSec [class*="col-"]{padding:35px 20px !important;}
.boxEhs{padding:30px 15px;border:1px solid #e2e2e2;text-align:center;background-color:#fff}
.boxEhs h4{color:#4a4a4a;font-weight:500;font-size:3.125em;line-height:1.2;margin:0}
.comp-value{color:#4a4a4a;font-weight:500;font-size:3.125em;line-height:1.2;margin:0}
.boxEhs h4 small{font-weight:500;font-size:60%}
.boxEhs p{color:#0c0000;font-weight:500;font-size:.875em;line-height:1.250em;margin:0}
.mvDesk{padding:65px 0}
.mvDesk h2{color:#173885;font-size:2.188em;line-height:1.250em;margin:26px 0 0}
.mvDesk h5{color:#0c0000;margin:13px 0;font-weight:400;font-size:1.125em;line-height:1.500em}
.mvDesk ul{padding:0;margin:0;list-style-type:none}
.mvDesk ul li{color:#0c0000;font-size:1em;line-height:1.250em;font-weight:400;margin:0;padding:8px 0 8px 20px;position:relative}
.mvDesk ul li::before{display:block;content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:100%;border:1px solid #22469b;background-color:#fff}
#loderimage{display:none}
.aboutwrap.inner-content-sec{background-image:url("../images/ab-top-left-element.png"),url("../images/ab-tp-ement.png"),url("../images/ab-bottom-element-2.png");background-repeat:no-repeat;background-position:top left,top right,bottom right}
.inner-content-sec h2{margin-bottom:15px;color:#173885;font-size:2em}
.hexagon-sec{margin:0;padding:0;float:left;max-width:500px;width:50%;min-height:350px;position:relative}
.hexagon-sec .hexagon-box:nth-child(1){position:absolute;left:150px;top:0}
.hexagon-sec .hexagon-box:nth-child(2){position:absolute;left:0;top:100px}
.hexagon-sec .hexagon-box:nth-child(3){position:absolute;left:148px;top:195px}
.hexagon-sec .hexagon-box:nth-child(4){position:absolute;right:0;top:100px}
.hexagon-box{margin:0;padding:0;background:url(../images/hexagon-bg.png) no-repeat;width:202px;height:181px;position:relative;transition:.5s}
.hexagon-box-empty{margin:0;padding:0;background:url(../images/hexagon-bg_empty.png) no-repeat;width:202px;height:181px;position:relative;transition:.5s}
.hexagon-sec .hexagon-box-empty:nth-child(1){position:absolute;left:150px;top:0}
.hexagon-sec .hexagon-box-empty:nth-child(2){position:absolute;left:0;top:100px}
.hexagon-sec .hexagon-box-empty:nth-child(3){position:absolute;left:148px;top:195px}
.hexagon-sec .hexagon-box-empty:nth-child(4){position:absolute;right:0;top:100px}
.hexagon-box:hover{background:url(../images/hexagon-hover-bg.png) no-repeat;transition:.5s}
.hexagon-box a{display:block;width:200px;height:181px}
.hexagon-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;color:#173885}
.hexagon-content h2{margin:0;line-height:1.2;font-size:1.25em!important;font-weight:500}
.hexagon-content .hexagon-icon{margin:0 auto 10px;width:45px;height:45px}
.hexagon-content .hexagon-icon.buy-icon{background:url(../images/buy-icon.png) no-repeat center center}
.hexagon-box:hover .hexagon-content .hexagon-icon.buy-icon{background:url(../images/buy-hover-icon.png) no-repeat center center}
.hexagon-content .hexagon-icon.renew-icon{background:url(../images/renew-icon.png) no-repeat center center}
.hexagon-box:hover .hexagon-content .hexagon-icon.renew-icon{background:url(../images/renew-hover-icon.png) no-repeat center center}
.hexagon-content .hexagon-icon.service-icon{background:url(../images/service-icon.png) no-repeat center center}
.hexagon-box:hover .hexagon-content .hexagon-icon.service-icon{background:url(../images/service-hover-icon.png) no-repeat center center}
.hexagon-content .hexagon-icon.claim-icon{background:url(../images/claim-icon.png) no-repeat center center}
.hexagon-box:hover .hexagon-content .hexagon-icon.claim-icon{background:url(../images/claim-hover-icon.png) no-repeat center center}
.hexagon-box:hover .hexagon-content h2{color:#fff}
.select-box-sec{margin:0;padding:50px 15px 0;float:left;width:50%;margin-bottom:25px}
.select-box-sec h2{margin:0 0 15px 0;padding:0;font-size:1.25em!important;font-weight:500!important;color:#173885!important}
.select-box-sec select{background-image:url(../images/selectbg.png);background-repeat:no-repeat;background-position:right 11px center;background-size:15px;padding-right:29px;padding-left:10px;appearance:none;-o-appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;height:40px}
.dr-team-box{margin:0;padding:50px 15px 0;float:left;width:25%}
.dr-team-box h3{margin:0 0 15px 0;padding:0;font-size:1em;font-weight:500;color:#727272}
.dr-team-box h3 a{color:#727272}
.dr-team-box h3 a:hover{text-decoration:none}
.dr-team-box .dr-icon-box{margin:0 auto 30px;padding:30px;background:#fff;box-shadow:0 0 15px 5px rgba(0,0,0,0.1);border-radius:10px;width:100%;max-width:200px;text-align:center}
.dr-team-box .dr-icon-box img{display:inline-block}
.fa-file-pdf-o{color:red}
.innertab .nav-link{color:#173885;font-size:.875em;line-height:18px;text-decoration:none;background-color:transparent;text-transform:uppercase;font-weight:500;border-radius:4px}
.innertab .nav-link.active{background-color:#173885;color:#fff}
.aboutwrap table>thead>tr>th{background-color:#fc0;color:#555;font-size:0.900em;line-height:20px;font-weight:bold;border:0 none;padding:15px}
.aboutwrap table>tbody>tr>td{background-color:#edf4f4;color:#555;font-size:0.850em;line-height:20px;font-weight:normal;border:0 none;padding:15px;vertical-align:middle}
.aboutwrap table{margin:0}
.aboutwrap table>tbody>tr>td:first-child{text-align:center}
.aboutwrap table>tbody>tr:nth-child(even)>td{background-color:#e4ebeb}
.aboutwrap table>tbody>tr>td>table{background-color:transparent}
.aboutwrap table>tbody>tr>td>table>tbody>tr>td{background-color:transparent;text-align:center;padding:0 5px}
.aboutwrap table>tbody>tr>td>table>tbody>tr>td img{display:block;margin:auto}
.aboutwrap table>tbody>tr>td>table>tbody>tr>td:empty{display:none}
.contstyle a,.contstyleOne a{color:##0673e4}
.contstyle h1,.contstyleOne h1{color:#173885;font-size:1.775em;line-height:36px;margin:30px 0 20px}
.contstyle h2,.contstyleOne h2{color:#173885;font-size:1.500em;line-height:30px}
.contstyle ul li,.contstyle p,.contstyleOne p{color:#0c0000;font-size:0.900em!important;line-height:26px;text-align:justify}
.cards [class*="col-"]{padding:15px}
.cards .card{height:100%;background-color:#eff3f5;border:0 none}
.cards .card .card-text{color:#336;font-size:1em;line-height:1.375em;font-weight:normal}
.cards .card .card-title{color:#173885;font-size:1.250em;line-height:26px;font-weight:500}
.contstyleOne .alert-warning_new{background-color:#fc0;border:0 none;color:#173885;font-size:1em;line-height:22px;border-radius:0}
.contstyle ul,.contstyleOne .cards .card ul.card-text{padding:0;list-style-type:none}
.contstyle ul li,.cards .card ul.card-text li{position:relative;padding-left:26px;margin:3px 0}
.contstyle ul li::before,.cards .card ul.card-text li::before{display:inline-block;content:"";background-color:#173885;width:6px;height:6px;border-radius:100%;position:absolute;left:9px;top:9px}
.contstyle h3{color:#173885;font-size:1.125em;line-height:24px;font-weight:500}
.contstyle h5{color:#173885;font-size:1.100em;line-height:24px;font-weight:500}
.search-form{position:relative;padding-right:61px;/*max-width:420px;*/margin:0 0 18px}
.search-form .form-submit{position:absolute;right:0;top:0;height:100%;border:1px solid #173885;background-color:#173885;color:#fff;font-size:.875em;line-height:20px;padding:0 21px;border-radius:0;margin-top:0px!important;}
.search-form .form-submit{background-color:#173885;border-color:#173885;color:#fff}
.search-form .form-control{border-color:#173885;border-radius:0}
.search-form .form-control:focus{border-color:#0177d7;box-shadow:none}
.search-form .form-control:focus+.form-submit{background-color:#0177d7;border-color:#0177d7}
.contstyle{margin-top:30px}
.textTD{text-align:left!important}
.tender{width:100%}
.rti-cpio{width:50%}
.strong_text{font-weight:bold;font-size:.9em}
.annual_table table>tbody>tr>td:first-child{text-align:left}
.btn_new{background-color:#e0e0e0;border:1px solid #e0e0e0;font-size:.875em;line-height:1.250em;font-weight:400;text-decoration:none;margin:23px 10px 0;height:auto;padding:10px 33px}
.btn_new:hover{background:#003fd9;background:-moz-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:-webkit-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:linear-gradient(to bottom,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003fd9',endColorstr='#044794',GradientType=0);color:#fff}
.btn_new_product{background-color:#003fd9;color:#fff;border:1px solid #e0e0e0;font-size:.875em;line-height:1.250em;font-weight:400;text-decoration:none;margin:23px 10px 0;height:auto;padding:10px 33px}
.btn_new_product:hover{background-color:#e0e0e0;color:#282828}
.product_top{height:375px}
.gal_cal{border:1px solid #dce3e3;padding:10px;margin:0 0 30px;box-sizing:border-box}
.gal_cal img{width:auto;max-width:100%}
.career_image{width:70%;margin:0 auto}
.submit_search_btn{position:absolute;right:0;top:0;height:100%;border:1px solid #173885;background-color:#173885;color:#fff;font-size:.875em;line-height:20px;padding:0 21px}
.form-type-item,.link-wrapper{display:none!important}
#help_submit,#unsubscribe{background-color:#e0e0e0;border-color:#e0e0e0;font-size:.875em;line-height:1.250em;font-weight:400;text-decoration:none;margin:23px 10px 0;height:37px;padding:10px 33px}
#help_submit:hover,#unsubscribe:hover{background:#003fd9;background:-moz-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:-webkit-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:linear-gradient(to bottom,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003fd9',endColorstr='#044794',GradientType=0);color:#fff}
#unsubscribe{margin:0}
.ete{width:25%;float:left}
.emailtxt{width:40%;float:left}
.ser_box{float:left;width:250px;margin-left:20px}
#procduct_miscellan{width:47%;float:left}
#procduct_miscellan_second{width:47%;float:left;margin-left:10px}
.product_top{text-align:center}
.accordion .card-header{background-color:transparent;border:0 none;padding:2px 0}
.accordion .card{border:0 none;background-color:rgba(0,0,0,0);border-radius:0}
.accordion .card .card-body{padding:0}
.accordion .card-header button{padding:13px 40px 13px 15px;background:#039 url(../images/arrow-down.png) no-repeat right 15px center/15px auto;display:block;width:100%;text-align:left;color:#fff;text-decoration:none}
.accordion .card-header button.collapsed{background:rgba(0,0,0,0.06) url(../images/right-arrow.png) no-repeat right 15px center/9px auto;color:#313131}
.form-submit.btn{font-size:.750em;line-height:1.525em;font-weight:400;border-color:rgba(0,0,0,0.16);text-transform:uppercase;margin-top:16px;height:37px;padding:9px 18px;background:#003fd9;background:-moz-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:-webkit-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:linear-gradient(to bottom,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003fd9',endColorstr='#044794',GradientType=0);color:#fff}
.form-submit.btn:hover{background:#fff;color:#282828}
.form-submit{font-size:.750em;line-height:1.525em;font-weight:400;border:1px solid rgba(0,0,0,0.16);text-transform:uppercase;border-radius:4px;margin-top:16px;height:37px;padding:9px 18px;background:#003fd9;background:-moz-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:-webkit-linear-gradient(top,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);background:linear-gradient(to bottom,rgba(0,63,217,1) 0,rgba(4,71,148,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003fd9',endColorstr='#044794',GradientType=0);color:#fff}
.form-submit:hover{background:#e0e0e0;border-color:#e0e0e0;color:#212529}
.feedbackpage{padding:0}
.feedback-card{background-color:transparent;padding:30px}
.gal_cal img{width:100%}
.srccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-height:100%;width:auto!important}
.gal_cal img.srccenter{min-height:100%}
.titlecol select{min-width:91px}
.pagin{margin:10px 0;padding:0;list-style-type:none;justify-content:center;align-items:center}
.pagin::after,.pagin::before{clear:both;content:"";display:table}
.pagin li{padding:10px 7px!important;font-size:1em;color:#545454;height:37px;line-height:normal;margin:0 3px;display:block;float:left}
.pagin li.prev{background:transparent url(../images/left-arrow.png) no-repeat center center/9px auto;text-indent:-1000px;overflow:hidden;width:40px;border:1px solid #dadada;padding:3px;cursor:pointer}
.pagin li.prev:hover{background-image:url("../images/left-arrow-w.png");border-color:#0053b2;background-color:#0053b2}
.pagin li.next{background:transparent url(../images/right-arrow.png) no-repeat center center/9px auto;text-indent:-1000px;overflow:hidden;width:40px;border:1px solid #dadada;padding:3px;cursor:pointer}
.pagin li.next:hover{background-image:url("../images/right-arrow-w.png");border-color:#0053b2;background-color:#0053b2}
.pagin li.next.desable,.pagin li.prev.desable{pointer-events:none;opacity:.8}
#search_ten{margin-left:20px;margin-top:10px;font-weight:normal}
.tabstyleV2 .tab-content{padding:15px;background-color:whitesmoke;border:1px solid #d5dbdb}
.tabstyleV2 .innertab{margin:0 0 -1px!important;padding-top:20px}
.tabstyleV2 .innertab .nav-link{background-color:#fc0;margin-right:9px;border-radius:0;padding:12px 16px;text-align:center}
.tabstyleV2 .innertab .nav-link.active{color:#ffff;background-color:#0177d7;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:16px 26px;margin-top:-8px;border-top:1px solid #d5dbdb;border-left:1px solid #d5dbdb;border-right:1px solid #d5dbdb}
.managementTree [class*="col-"]{margin-bottom:30px}
.managementTree .card{padding:1em;height:100%;max-width:99%;margin:0 auto 30px;box-shadow:0 0 9px #bdbdbd;border:0 none;border-radius:7px}
.managementTree .card figure{position:relative;margin:0}
.managementTree .card figure .srccenter{min-height:100%;max-height:100%}
.managementTree .card .card-body{padding:10px 0 0;text-align:center}
.managementTree .card .card-body .card-title{margin:0;font-size:1.125em;line-height:normal}
.managementTree .card .card-body .card-text{margin:6px 0 0;font-size:1em;line-height:normal;color:#6f6f6f}
.managementTree table>tbody>tr>td{background-color:transparent!important;border:0 none!important}
.breadcrumWrap,.breadcrumb{background-color:#eeead2!important}
.breadcrumb li.breadcrumb-item a{color:#039;text-decoration:none}
.breadcrumb li.breadcrumb-item a:hover{text-decoration:none;color:#fc0;cursor:pointer}
.breadcrumb-item{font-size:.850em!important}
.language_swt{padding-left:15px!important}
.searchBar .btn_new{height:45px}
#archive-tenders .search_btton .btn_new{margin-top:31px}
.contstyle ul.pagin li::before{display:none}
.no-login-button .helpconnect+p{display:none}
.no-login-button ul li.timing,.no-login-button .helpconnect{padding-right:0}
.headerBlueTop.bg-yellow{background-color:#fff}
.managementTree .card{max-width:300px;margin:auto}
.select-box-sec .search-form{margin-left:auto;margin-right:auto}
.select-box-sec .search-form select{width:100%}

/*color code for motor policy*/
.motor-policy .motor { border-color: #f7c942; color: #f7c942; }
.motor-policy .health { border-color: #f7668b; color: #f7668b; }
.motor-policy .personal { background-color: #f7941d; color: white; border: none; }
.motor-policy .fire { border-color: #f7b942; color: #f7b942; }
.motor-policy .overseas { border-color: #56e0e3; color: #56e0e3; }
.motor-policy .more { border-color: #d39c66; color: #d39c66; }
.motor-policy .support { border-color: #c682f4; color: #c682f4; }

.motor-policy .icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.motor-policy .icon-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.motor-policy .icon-item:hover {
  transform: scale(1.1);
  background: #f7941d; /* example hover color */
  border-color: transparent;
}
.motor-policy .icon-item i {
  font-size: 24px;
  margin-bottom: 5px;
}
.motor-policy .icon-label {
  font-size: 0.9em;
}


.topnav {
  background-color: #003399;
}

.topnav a {
  /* float: left; */
  display: block;
  color: #fff;
  padding: 16px 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.6875em;
  text-transform: uppercase;
  line-height: 1.188em;
  margin: 0;
}
.headerMid {
  padding: 6px 0;
  background:#FEDB00 url("/themes/custom/uiic_theme/images/header-right-bg.png") no-repeat right center/auto 100%;
  height: 100px;
}
.headerMid .container {
  /* max-width: 1150px; */
  margin-top: 15px;
}
.logo {
  width: 79%;
}

.topnav a.active {
  background-color: rgba(23,56,133,0.95);
  color: white;
}
/* .container-lg.menuPage {
  max-width: 1220px !important;
  margin: auto;
} */

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 500;
}

.Search_box {
  /* margin-top: 35px; */
  position: relative;
  z-index: 9;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: rgba(23,56,133,0.95);
  color: white;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.carousel-item > img {
  height: 100% !important;
}

.About_us {
  padding: 80px 0;
  background: url(../images/bg3.jpg) no-repeat scroll 0 0 / cover;
  position: relative;
}

.About_us h1 {
  font-size: 22px;
  padding: 20px 0 10px 0;
}

.About_us p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
}

.About_us ul li {
  float: none;
  margin: 20px 0;
  position: relative;
  padding-left: 50px;
}

.News_sec ul li {
  background: url(../images/toolicon3.png) no-repeat scroll 0 0 / 35px;
}

.events_sec ul li {
  background: url(../images/toolicon2.png) no-repeat scroll 0 0 / 35px;
  /*
  height: 30px;
  */
}

.News_sec,
.events_sec {
  font-size: 13px;
  line-height: 20px;
}

.News_sec img {
  height: 35px;
  width: 35px;
  float: left;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 17px;
}

.AboutUs_Dtls {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 10%);
  padding: 20px 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  /* height: 440px; */
}

#myCarouselhome .AboutUs_Dtls {
  height: 464px;
}

.About_top {
  text-align: center;
  line-height: 45px;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  /* top: 7px; */
}

.sect_readmore {
  text-align: center;
  padding-top: 25px;
}

.sect_readmore a {
  max-width: 156px;
  width: 100%;
  background-color: #00cb80;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}

.sect_readmore a:hover {
  background-color: #ff7e00;
  color: #fff;
  text-decoration: none;
}

.profile_img img {
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  padding: 5px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top center;
}

#myCarouselhome .carousel-indicators {
  bottom: -23px;
}

.Research_Div {
  padding: 60px 0 100px;
  font-weight: 400;
}

.Research_Div h1 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  padding: 30px 0 20px 0;
  color:#000;
}

.Research_Div h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.tool_inner_wrapper {
  padding: 30px 0 0 0;
}

.tool_inner_wrapper > .row {
  row-gap: 10px;
}

.tool_box_panel {
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tool_box_panel:hover {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tool_box_panel .tool_box_banner {
  height: 152px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tool_box_panel .tool_box_banner a {
  height: 152px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.tool_box_panel .tool_box_banner a img,
.tool_box_panel .tool_box_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tool_box_panel:hover {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.tool_box_panel:hover .tool_box_banner a img,
.tool_box_panel:hover .tool_box_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transform: scale(1.1);
}

.tool_box_panel .tool_box_title {
  margin: 5px 0 10px 0;
}

.tool_box_panel .tool_box_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tool_box_panel .tool_box_icon figure {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -50px 0 -10px 0;
  background-color: #fff;
}

.tool_box_panel .tool_box_title {
  font-weight: 500;
  font-size: 16px;
  color: #006442;
  font-weight: bold;
}

.tool_box_panel .tool_box_content {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

/* .tool_box_readmore {
  margin: 0 0 20px 0;
} */

.tool_box_readmore a {
  font-weight: 300;
  font-size: 15px;
  color: #00cb80;
}

.tool_box_readmore a:hover {
  font-weight: 300;
  font-size: 15px;
  color: #0085b7;
}

.tools_below_panel {
  padding: 0 16px;
}

.Publication_Div {
  padding: 0;
  font-weight: 400;
}

.support_video_wrapper {
  background-image: url(../images/Publication_Bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.support_video_wrapper .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.inner_overlay {
  background-color: rgba(4, 90, 179, 0);
}

.inner_panel {
  padding: 75px 0;
}

.support_video_wrapper .common_title,
.support_video_wrapper .common_sub_title {
  color: #fff;
}

.sup_vid_box {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sup_vid_box iframe {
  height: 325px;
  width: 100%;
  border-radius: 4px;
}

.support_video_slider {
  padding: 0 50px;
}

.support_video_slider .owl-theme .owl-dots {
  margin-top: 65px !important;
  display: none;
}

.support_video_slider .owl-theme .owl-nav [class*='owl-']:hover,
.support_video_slider .owl-theme .owl-nav [class*='owl-']:focus {
  outline: none;
  border: none;
  background: transparent;
}

.support_video_slider .owl-nav button.owl-prev span,
.support_video_slider .owl-nav button.owl-next span {
  font-size: 80px;
  color: #2acd97;
}

.support_video_slider .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
  top: 50px;
  transform: translate(-50%, 0%);
}

.support_video_slider .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  top: 50px;
  transform: translate(-50%, 0%);
}

.support_video_slider .owl-theme .owl-dots .owl-dot,
.support_video_slider .owl-theme .owl-dots .owl-dot:focus,
.support_video_slider .owl-theme .owl-dots .owl-dot:hover {
  outline: none;
  border: none;
}

.support_video_slider .owl-theme .owl-dots .owl-dot span,
.support_video_slider .owl-theme .owl-dots .owl-dot:hover span {
  width: 12px;
  height: 12px;
  background-color: #fff !important;
}

.section_header .common_title {
  font-size: 48px;
}

.section_header .common_sub_title {
  font-size: 20px;
  margin: 0;
}

.Services_Div {
  padding: 40px 0;
  font-weight: 400;
  background: #e1f1e8;
}

.Services_Div h1 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  padding: 0px 0 20px 0;
  color: #000;
}

.Services_Div h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.Services_logo {
  margin: 40px 0 20px 0;
  border: 1px solid #555;
  text-align: center;
  background: #fff;
}

.Services_logo img {
  width: 330px;
  height: 150px;
  max-width: 100%;
  object-fit: contain;
}

.owl-carousel .owl-item img {
  /* width: auto !important; */
}

.Services_Item .active {
  background-color: #fff;
  color: white;
}

.Services_Item img {
  margin: 0 auto;
}

.Services_Item {
  padding: 40px 0;
}

.Academics_bg {
  background: #97c19b;
  padding: 80px 0;
  text-align: center;
}

.Academics_bg h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.Academics_bg h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 70px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.Academics_bg a {
  display: inline-block;
  background-color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  color: #97c19b;
  padding: 10px 70px;
  border-radius: 20px;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  /* margin-top: 100px; */
}

.Academics_bg a:hover {
  background-color: #00cb80;
  text-decoration: none;
  color: #fff;
}

.Academics .Main_page {
  padding: 0 15px;
  max-width: 1700px;
}
#block-uiic-theme-footermenu .footer-main{
  /* display:block !important;
  max-width: 25% !important;
  margin:0 0 70px !important;
  padding-left: 100px;
  padding-right: 100px; */
  width: 24%;
}
/* #block-uiic-theme-footermenu .menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
} */
.footer-sub.menu-item{
  float: none !important;
}

.Footer .container-lg {
  position: relative;
  z-index: 9;
}

.Footer h3 {
  color: #fff;
}
.footer-sub.menu-item a{
  font-size: var(--font-size-15);
  font-weight: 400;
  color: var(--color-white);
  line-height: 19px;
  text-transform: capitalize;
}

/* .Footer a {
  color: #fff;
  font-size: 16px;
} */

.Footer .Footer_bottom a:hover {
  color: #000000;
  text-decoration: none;
}

/* .Footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
} */

.Footer_bottom {
  margin: 30px 0;
  text-align: center !important;
}

.Footer_bottom a {
  color: #fff;
}

.Footer_bottom .fa {
  color: #fff;
}

.Footer_bottom ul {
  width: 100%;
  margin-bottom: 0px;
}

.Footer_bottom ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.Search_box input {
  border: 2px solid #6c9168;
  border-radius: 20px;
  font-size: 14px;
  padding-left: 10px;
  background: #dce6dd;
  width: 100%;
  float: left;
}

.Search_box button {
  background: #a4bba1;
  border: 2px solid #6c9168;
  border-left: none;
  color: #fff;
  height: 35px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 42px;
  margin: 0 0 0 -12px;
  position: absolute;
  right: 15px;
  z-index: 1;
}

/* .Recharch_banner{
	 background-image: url(../images/R&D_Bg.jpg);
   background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 500;
} */

.RND ul {
  margin: 0px 0 10px 15px;
  border-bottom: none;
}

.RND li {
  margin: 0 3px 0 0;
}

.RND .nav-tabs a {
  color: #000;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  transform: skewX(-30deg);
  background: #dad5d6;
}

.RND .nav-tabs a div {
  transform: skewX(30deg);
}

.RND .nav-tabs a:hover {
  background: #2acd97;
  color: #fff;
  text-decoration: none;
}

.RND li:first-child a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dad5d6;
  top: 0;
  left: 0;
}

.page-node-type-page .RND li:first-child a::before {
  content: '';
  position: unset;
  width: 100%;
  height: 100%;
  background: #dad5d6;
  top: 0;
  left: -15px;
}

.page-node-type-page .RND li:first-child a::before {
  content: '';
  position: unset;
  width: 100%;
  height: 100%;
  background: #dad5d6;
  top: 0;
  left: -15px;
}

.page-node-type-page .RND .nav-tabs a {
  color: #000;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  transform: unset;
  background: #dad5d6;
}

element.style {
}

.page-node-type-page .RND a.active {
  background: #2acd97;
  color: #fff;
}

.page-node-type-page .RND ul {
  margin: 0px 0 0px 0px;
  border-bottom: none;
}

.RND li {
  position: relative;
}

.RND li:hover:first-child a::before {
  background: #2acd97;
}

.RND .tab-content {
  border: 1px solid #555;
  padding: 20px;
  margin-bottom: 70px;
}

.RND .tab-content p {
  /* font-size: 16px; */
  font-size: var(--font-size-16);
  line-height: 28px;
}

.RND_Search {
  padding-bottom: 30px;
}

.Banner .Sign_up {
  background: #fd5a48;
  width: 300px;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  margin-bottom: 10px;
}

.Banner h1 {
  color: #fff;
  font-size: 24px;
}

.Banner p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.Banner p:last-child {
  margin-bottom: 0;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* ------------ sundar ----------- */
.resMenu {
  display: none;
}

/* .col-lg-3.Search_box {
  padding-right: 0;
} */

.logoWid img {
  width: 800px;
  max-width: 100%;
}

.bannerTxt {
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.Research_Div {
  /* background: transparent url(../images/research_bg.png) no-repeat scroll 0 90% / 100%; */
  background: #e1f1e8;
}

.topLinks {
  display: none;
}

.searchBtn,
.topnav a.menuClsBtn {
  display: none;
}

.carousel.Banner {
  margin: 0;
}

.About_us::before {
  position: absolute;
  content: '';
  background-image: linear-gradient(
    90deg,
    rgb(2 117 143 / 80%),
    rgb(174 201 186 / 80%)
  );
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
}

.About_us .container {
  position: relative;
  z-index: 3;
}

.academicsImg {
  width: 432px;
  height: 432px;
}

.footer-mainlink {
  /* color: #008dff !important;
  font-size: 18px !important; */
  color: var(--color-primary);
  font-size: var(--font-size-24);
  font-weight: 400;
  padding-bottom: 24px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.Footer {
  /* padding: 30px 0 20px;
  background: #003d4a; */
   position: relative;
  /* z-index: 1;  */
  background:#173885 url("../images/footer-bg.png") no-repeat left bottom;
  /* padding:40px 0; */
}

.Footer::before {
  position: absolute;
  content: '';
  /* background: url(../images/pattern2.png) no-repeat scroll 0 50%; */
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  opacity: 0.5;
}

.Footer::after {
  position: absolute;
  content: '';
  /* background: url(../images/pattern1.png) no-repeat scroll 100% 50%; */
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  opacity: 0.5;
}

.Footer .Main_page {
  position: relative;
  z-index: 3;
}

.copyright {
  color: #000;
  /* padding: 10px 0;
  background: #026791; */
  margin: 0;
  /* font-size: 13px; */
  text-align: center; 
  background-color: #fedb00;
  padding:17px 0;
 
}
.copyright p {
  padding-left: 200px;
  color: #000;
  font-size: 1.2em;
  line-height: 1.375em;
  margin:0;
}
.copyright-last {
  background-color: #f5fdfd;
  padding:5px;
  text-align: center;
  color: #5a5a5a !important;
}

.Footer_bottom {
  padding: 10px 0;
  text-align: center;
  background: #00cb80;
  margin: 0;
  /* height: 50px; */
}

/* .copyright.row {
  margin: 0;
} */

.copyright > div:nth-child(2) {
  text-align: center;
}

.copyright > div:nth-child(3) {
  text-align: right;
}

.Footer li a:hover {
  color: #00cb80;
}

.topnav {
  /* float: left; */
  /* width: 100%; */
  background: var(--background-primary);
  background: linear-gradient(88deg, #21449B, #061A4C, #061A4C); /* added for stqc */
  color: var(--color-white);
  border: 1px solid #808B81;
  padding: 15px 35px;
  padding: 0px 35px;
  border-radius: 50px;
  margin-right: 30px;
  margin-left: 30px;
}
a.visually-hidden.focusable.skip-link.main-content{color:#104747 !important;}
h1.visually-hidden{color:#104747 !important;}
.visually-hidden{color:#F0F0F0 !important;}/* added for stqc */

.sidelogoimages{
    width: 120px;height: 57px;
}
.navMenu li,
.menu li {
  float: left;
  position: relative;
}

.Footer .menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.dropMenu {
  position: absolute;
  top: 47px;
  left: 0;
  width: 200px;
  background: rgb(106 155 140 / 90%);
  z-index: 9;
  display: none;
  transition: all 0.5s ease;
}

.faIcon {
  position: relative;
}

.dropMenu li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.dropMenu li:last-child {
  border: 0;
}

.dropMenu li a {
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}

.menuHover:hover .dropMenu,
.submenuHover:hover .subdropMenu {
  display: block;
}

.dropMenu ul {
  position: absolute;
  left: 201px;
  top: 0;
  width: 200px;
  background: rgb(106 155 140 / 60%);
  z-index: 9;
  display: none;
}

.menuPage ul {
  margin: 0;
}

.accordImg {
  width: 100%;
}

.resLink > span {
  cursor: pointer;
}

.colorLinks a {
  display: inline-block;
  width: 15px;
  height: 11px;
  background: #ccc;
  margin: 0 2px;
  border: 1px solid #fff;
}

.colorLinks .blueSpan {
  background: #0a689f;
}

.colorLinks .blackSpan {
  background: #000;
}

.colorLinks .greenSpan {
  background: #00c281;
}

.langList {
  position: relative;
}

.langDrop {
  position: absolute;
  background: #027190;
  width: 120px;
  top: 25px;
  z-index: 1;
  display: none;
}

.Top_Nav .langDrop li {
  display: block;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}

.langDrop li a {
  padding: 10px;
  display: block;
  font-size: 13px;
  text-align: left;
}

.topnav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid #000;
}

.Banner .carousel-indicators {
  justify-content: right;
  bottom: 20px;
  width: 100%;
  /* max-width: 1230px; */
  padding: 0 15px;
  margin: 0;
}

.Banner .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: none;
}

.Footer_bottom {
  text-align: center;
}

.dropArrow {
  float: right;
  position: relative;
  top: 2px;
}

.box-col {
  width: 20%;
  padding: 0 5px;
}

.partnersBlock .owl-theme .owl-nav [class*='owl-']:hover,
.partnersBlock .owl-theme .owl-nav [class*='owl-']:focus {
  outline: none;
  border: none;
  background: transparent;
}

.partnersBlock .owl-nav button.owl-prev span,
.partnersBlock .owl-nav button.owl-next span {
  font-size: 80px;
  color: #97c19b;
  line-height: 30px;
  margin: 0;
  display: block;
  position: relative;
  top: -6px;
}

.partnersBlock .owl-nav {
  margin: 0;
}

.partnersBlock .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.partnersBlock .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.partnersBlock .owl-theme .owl-dots .owl-dot,
.partnersBlock .owl-theme .owl-dots .owl-dot:focus,
.partnersBlock .owl-theme .owl-dots .owl-dot:hover {
  outline: none;
  border: none;
}

.partnersBlock .owl-theme .owl-dots .owl-dot span,
.partnersBlock .owl-theme .owl-dots .owl-dot:hover span {
  width: 12px;
  height: 12px;
  background-color: #fff !important;
}

.partnersBlock .owl-theme .item img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}

.partnersBlock .owl-theme .owl-dots {
  display: none;
}

.tabs-content > div.tabActive {
  display: block;
}

.tabs-content > div {
  display: none;
}

.tabs-nav {
  /*margin-bottom: 20px;*/
}

.tabs-nav ul li {
  display: inline-block;
  margin-right: 10px;
}

.tabs-nav ul li a {
  padding: 16px;
  color: #000;
  display: block;
  font-size: 16px;
}

.tabs-nav ul li.active {
}

.tabs-nav ul li.active a,
.tabs-nav ul li a:hover {
  border-top: 2px solid #fd5a48;
  background: #fff;
}

.Publication_Div h3 {
  color: #fff;
  margin-bottom: 20px;
}

.Recharch_banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.Recharch_banner .owl-theme .owl-dots .owl-dot:hover,
.Recharch_banner .owl-theme .owl-dots .owl-dot:focus {
  outline: unset;
}

.pageTitle {
  background: #01aa86;
  padding: 10px;
}

.pageTitle h4 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.pageBreadcrumb li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  font-size: 16px;
  color: #00a769;
}

.pageBreadcrumb li::before {
  content: '/';
  position: absolute;
  right: -7px;
  font-size: 14px;
  bottom: 1px;
}

.pageBreadcrumb li:last-child::before {
  display: none;
}

.pageBreadcrumb li a {
  color: #000;
  font-size: 16px;
}

.pageBreadcrumb li a:hover {
  color: #00a769;
}

.pageBreadcrumb {
  padding: 20px 0;
}

.pageBreadcrumb ul {
  position: relative;
  padding-left: 25px;
}

.pageBreadcrumb ul::before {
  content: '';
  height: 12px;
  width: 12px;
  background: #026f90;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.custAccordion > ul > li {
  display: block;
  width: 100%;
}

.custAccordion ul > li > a {
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  position: relative;
}

.accTabdiv {
  position: relative;
  padding: 0 15px 20px;
  font-size: 16px;
  display: none;
}

.accTabdiv p {
  margin: 0;
  font-size: 16px;
}

.custAccordion ul li > a > .fa {
  position: absolute;
  right: 20px;
  top: 15px;
}

.custAccordion ul li > a > .fa-minus,
.custAccordion ul li > a.AccordAct > .fa-plus {
  display: none;
}

.accTabdiv.accTabdivAct {
  display: block;
}

.custAccordion ul li > a.AccordAct > .fa-minus {
  display: block;
}

.tableView table,
.custTable {
  width: 100%;
}

.tableView table thead th,
.custTable thead th {
  font-size: 16px;
  padding: 10px;
  background: #d0ffee;
  color: #00ab85;
  font-weight: 500;
}

.tableView table tbody tr:nth-child(even),
.custTable tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tableView table tbody tr td,
.custTable tbody tr td {
  padding: 10px;
  font-size: 14px;
}

.tableView {
  padding-bottom: 30px;
}

.listView li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.listView li .fa {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  color: #00ad85;
}

.circleList li::before {
  content: '';
  height: 12px;
  width: 12px;
  display: block;
  background: transparent;
  border: 2px solid #00ad85;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

.numberList ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.numberList ol li {
  display: block;
  padding-left: 30px;
}

.numberList ol li::before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #00ad85;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  font-size: 13px;
  font-weight: 600;
}

.RND a.active {
  background: #2acd97;
  color: #fff;
}

.RND li:first-child a.active::before {
  background: #2acd97;
}

.topnav a.active {
  background-color: #00cb80;
  color: white;
}

.Footer_bottom {
  /* margin: 30px 0; */
  text-align: center !important;
}

.publications {
  color: #fff;
  line-height: 20px;
  padding-top: 5px;
}

.publications a {
  background: none !important;
}

.support_video_slider .owl-item {
  background: white;
  padding: 12px;
}

.link_text {
  float: right;
  padding: 10px;

  background: white;
}

.link_text a {
  font-weight: bold;
}

.listContainer {
  border: solid 1px #c6c6c6;
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
}

.listImgPan {
  text-align: center;
}

.listImgPan img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.listContentPan h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

.listContentDetails li {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  word-break: break-word;
}

.listContentDetails li strong.listLiTitle {
  width: 160px;
  flex: 160px 0 0;
  padding-left: 25px;
  font-weight: 600;
}

.listContentDetails li strong.listLiTitle.researchTitle {
  background: url(../images/icon-research.png) 0 0/20px no-repeat;
}

.listContentDetails li strong.listLiTitle.authorTitle {
  background: url(../images/icon-user.png) 0 0/14px no-repeat;
}

.listContentDetails li strong.listLiTitle.volumeTitle {
  background: url(../images/icon-volume.png) 0 0/15px no-repeat;
}

.listContentDetails li strong.listLiTitle.yearTitle {
  background: url(../images/icon-year.png) 0 0/15px no-repeat;
}

.pager {
  text-align: center;
  margin-bottom: 30px;
}

.pager ul li {
  display: inline-block;
  vertical-align: top;
}

.pager ul li a {
  display: inline-block;
  padding: 5px 10px;
  height: 30px;
  border: solid 1px #003d4a;
  line-height: 18px;
  font-size: 13px;
  background-color: #fff;
}

.pager ul li.is-active a {
  background-color: #aec9ba;
  border: solid 1px #003d4a;
}

.views-exposed-form {
  background-color: #ccc;
  border: solid 1px #aec9ba;
  padding: 10px;
}

.views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
}

.views-exposed-form .form-item,
.views-exposed-form .form-actions {
  width: 32%;
  margin: 3px 6px;
}

.views-exposed-form .form-item .form-text,
.views-exposed-form .form-item select,
.views-exposed-form .form-item .shs-widget-container {
  margin: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  height: 30px;
}

.views-exposed-form .form-item .form-text {
  padding: 0 10px;
}

.views-exposed-form .form-actions .button {
  border-radius: 0;
  font-size: 13px;
  line-height: 28px;
  border: 0;
  padding: 0 20px;
}

.views-exposed-form .form-actions .button:first-child {
  background-color: #003d4a;
  margin-right: 10px;
  color: #fff;
}

.nodetitle {
  color: #028b8b;
}

.viewmorebtn {
  background-color: #003d4a;
  margin-right: 10px;
  color: #fff;
  float: right;
  border-radius: 5px;
  padding: 5px;
}

.tab-content a {
  background: white;
}

.tab-content a:hover {
  background: white;
}

.path-frontpage .tabs-content {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #aec9ba;
}

.inner_panel .container {
  background: #fff;
}

.inner_panel .navigation {
  background: #2acd97;
  padding-left: 0px !important;
}

.Publication_Div .link_text {
  float: right;
  padding: 10px;
  background: white;
  max-width: 156px;
  width: 100%;
  background-color: #00cb80;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
}

.Publication_Div .link_text a {
  color: #fff;
}

.Publication_Div .link_text:hover {
  background-color: #ff7e00;
  text-decoration: none;
}

.resMainmenu .menu-item {
}

.resMainmenu .menu-item--expanded .menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 200px;
  background-color: rgba(23,56,133,0.95);
  z-index: 9;
  display: none;
  transition: all 0.5s ease;
}

.resMainmenu .menu-item--expanded .menu li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.resMainmenu .menu-item--expanded .menu li:last-child {
  border: 0;
}

.resMainmenu .menu-item--expanded .menu li a {
  width: 100%;
  text-align: left;
  padding: 10px;
  /* font-size: 12px; */
  font-size: var(--font-size-12);
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .menu-item--expanded:hover .menu {
    display: block;
  }

  .menu-item--expanded .menu-item--expanded:hover .menu {
    display: block;
  }

  :hover .menu {
    display: block;
  }

  :hover .Footer .menu {
    display: flex;
  }
}

.resMainmenu .menu-item--expanded .menu ul {
  position: absolute;
  left: 201px;
  top: 0;
  width: 200px;
  background-color: rgba(23,56,133,0.95);
  z-index: 9;
  display: none;
}

.menu-item--expanded .menu ul {
  position: absolute;
  left: 201px;
  top: 0;
  width: 200px;
  background-color: rgba(23,56,133,0.95);
  z-index: 9;
  display: none;
}

/*ul li a design - 06-12-2022*/
.RND .listView li:first-child a::before {
  display: none !important;
}

.listView a {
  background: #efefef;
}

p a {
  background: #efefef !important;
}

.info h4 a {
  color: #fff !important;
}

.fa-envelope-o:before {
  content: '\f003';
  font-size: 20px;
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
  font-size: 20px;
}

.view-support-division .item .thumb {
  /* padding: 15px !important; */
}

.view-support-division .profileInfo {
  /* min-height: 100px !important; */
}

/* new css - 24-11-2022 (samiron) */
.inner_pages .image_outer {
  border: 1px solid #e3e8eb;
  padding: 30px;
}

.inner_pages .image_outer2 {
  padding: 30px;
  box-shadow: 1px 0px 8px 4px #e6e6e6;
}

.inner_pages h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.listing_li li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.listing_li li::before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  background: transparent;
  /* border: 2px solid #00ad85; */
  background: #00ad85;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.title_1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150%;
  color: #00ad85;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.title_1::before {
  background: #ccc;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.title_1::after {
  background: #00ad85;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 2px;
  left: 30px;
  position: absolute;
  width: 30px;
}

.inner_pages .image_outer.bottom_border {
  border-bottom: 2px solid #00ad85;
}

body {
  /* background-color: #efefef; */
  background-color: #f5fdfd;
}

.sitemap ul{
 list-style-type: disc !important;
}
.sitemap li{
 list-style-type: circle !important;
}
.sitemap ul > li{
margin-left: 2rem;
}

.inner_pages .item {
  /* position: relative; */
  /* z-index: 1; */
  padding-top: 75px;
}

.inner_pages .item .thumb {
  padding: 0 30px 30px;
  /* box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.2); */
  background: #f0f0f0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
}

.inner_pages .item .thumb img {
  /* box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%); */
  /* padding: 5px; */
  border-radius: 15px;
  height: 140px;
  width: 140px;
  margin: -75px auto 10px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #00ad85;
}

.inner_pages .item .thumb .profileInfo li {
  /* position: relative;
  padding-left: 30px; */
  margin-bottom: 5px;
}

.inner_pages .item .thumb .profileInfo li:last-child {
  margin-bottom: 0;
}

.inner_pages .item .thumb .profileInfo li:before {
  /* position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center; */
  font-family: FontAwesome;
  font-size: 14px;
  color: #00ad85;
  margin-right: 5px;
}

/* .inner_pages .item .thumb .profileInfo li.facebook:before {
  content: '\f10b';
}

.inner_pages .item .thumb .profileInfo li.twitter:before {
  content: '\f095';
}

.inner_pages .item .thumb .profileInfo li.dribbble:before {
  content: '\f003';
} */

.inner_pages .item .info {
  padding: 30px;
  background: #002147 none repeat scroll 0 0;
  display: none;
}

.info .viewmorebtn {
  background-color: #003d4a;
  color: #fff;
  border-radius: 10px;
  padding: 5px;
  float: none;
}

.info a {
  background: none;
}

.info a:hover {
  background: none;
}

.inner_pages .item .info span {
  color: #ffb606;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
}

.inner_pages .item .thumb h4 {
  font-size: 18px;
  font-weight: 600;
  color: #00ad85;
  /* text-transform: capitalize; */
}

.profileInfo {
  font-size: 14px;
  /* min-height: 300px;
  min-height: 122px; */
}

.highlite {
  display: none;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.inner_pages table h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.table2 {
  color: #26292c;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.table2 tr {
  border-bottom: 1px solid #ccc;
}

.table2 tr td:first-child,
.table2 tr th:first-child {
  padding-left: 1.5rem;
}

.table2 > :not(:first-child) {
  border-top: 1px solid rgb(0 0 0 / 13%);
}

.table2 td,
.table2 th {
  border-top: 1px solid #ccc;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}

/* table design for central instrumentation - 28-07-2023*/

#CentralInstrumentation .table2 td,
.table2 th {
  border-top: 1px solid #ccc;
  padding: 1rem 0.75rem;  
  white-space: revert;
}

/*---*/

.table2 thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table2 > tbody {
  vertical-align: inherit;
}

.card2 {
  border: 1px solid #ccc;
  margin-bottom: 1.875rem;
  border-radius: 0;
}

.pending {
  background-color: #00ab85;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
}

.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}

.pdf_box {
  background: #dee2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

/*
.pdf_box img {
  height: 64px !important;
}
*/
.pdf_download {
  display: none;
}

.pdf_box:hover {
  background: #2f2e31;
}

.pdf_box:hover .pdf_download {
  display: flex;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 100px;
  position: absolute;
  bottom: 20px;
  color: #fff;
}

.pdf_content {
  font-size: 14px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.elementor-image-box-img {
  width: 50px;
  margin-bottom: 0;
  margin-right: 20px;
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.elementor {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.elementor-image-box-content {
  font-weight: 500;
}

.QualityPolicyUl {
  margin-top: 30px;
}

#myCarouselhome {
  height: 406px !important;
  margin-bottom: 0;
}

#myCarouselhome .carousel-indicators li {
  width: 15px;
  height: 10px;
  background-color: #878080;
}

#myCarouselhome .carousel {
  margin-bottom: 0px !important;
}

.firstsecuser {
  width: 37%;
  float: left;
}

.secondesecuser {
  width: 63%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  background-color: #fff;
}

.AboutUs_Dir {
  background-color: #e3e1e1;
  border-radius: 7px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 10%);
  padding: 15px;
  transition: 0.4s;
  /* height: 422px; */
}

.AboutUs_Dir p {
  line-height: 1.4;
}

.AboutUs_Dir p:last-child {
  margin-bottom: 0;
}

/* .directersec {
  height: 630px;
} */

.directersec .container {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 20px;
  /* height: 500px; */
}

.secondesecuser h4 {
  text-align: center;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  width: 40%;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  color: white;
}

.secondesecuser p {
  line-height: 1.4;
}

#ourleaders .info {
  height: 150px;
  padding: 15px;
}

#ourleaders .info span {
  font-size: 14px;
}

#ourleaders .info h4 {
  font-size: 18px;
}

#eventslider .carousel-item {
  height: 15rem;
}

/* 15-12-2022 new css for r&d people design */

.RND .nav-tabs a {
  color: #000;
  padding: 15px 24px;
  font-size: 13.5px;
}

.inner_pages .item .info h4 a {
  color: #fff;
  font-size: 18px;
}

.viewmorebtn {
  background-color: #003d4a;
  margin-right: 10px;
  color: #fff;
  float: right;
  border-radius: 5px;
  padding: 5px;
}

.listContainer {
  border: solid 1px #c6c6c6;
  padding: 20px;
  background-color: #fff;
  margin: 15px 0;
}

/* .RND ul {
    margin: 0px 0 10px 15px;
    border-bottom: none;
  } */

.people_tab_content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
}

.people_tab_content .left {
  padding-right: 10px;
}

.people_tab_content .left img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 3px solid #fff;
  width: 170px;
  height: 200px;
}

.RND .tab-content .people_tab_content p {
  margin-bottom: 0;
}

.RND .tab-content .people_tab_content .title {
  /* font-size: 20px; */
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #026891;
}

.RND .tab-content .people_tab_content .sub_title {
  /* font-size: 14px; */
  font-size: var(--font-size-14);
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.RND .tab-content .people_tab_content .details_content {
  /* font-size: 14px; */
  font-size: var(--font-size-14);
  background: #f1f5f8;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}

.RND .tab-content .people_tab_content .details_content p {
  /* font-size: 15px; */
  font-size: var(--font-size-15);
  line-height: 25px;
}

.view_details_button_cover {
  margin-top: 10px;
  height: 32px;
}

.view_details_button,
.RND .view_details_button {
  /* font-weight: 600;
    font-size: 14px;
    color: #00cb80; */
  display: flex;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  );
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 100px;
  position: absolute;
  /*
	bottom: 20px;
    color: #fff;
	   */
  width: inherit;
}

.view_details_button:hover {
  color: #fff !important;
  background: linear-gradient(
    22deg,
    rgba(0, 203, 128, 1) 0%,
    rgba(0, 203, 128, 1) 32%,
    rgba(2, 103, 145, 1) 100%
  ) !important;
}

.RND .tab-content {
  border: 1px solid #c4c4c4;
}

.profile_big_img {
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.tab-content_css_off {
  border: 0 !important;
}

.people_tab_content_left {
  border-right: 1px solid #ccc;
}

.profile_big_img_outer {
  text-align: center;
  margin-bottom: 30px;
}

.people_tab_content_left .nav-pills .nav-link {
  background: transparent;
  text-align: left;
  color: #333d47;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: none;
}

.people_tab_content_left .nav-pills .nav-link:hover {
  /* background: #eeeeee; */
  background: #bcefe3;
}

.people_tab_content_left .nav-pills .nav-link:first-child {
  border-top: 1px solid #ccc;
}

.people_tab_content_left .nav-pills .nav-link.active {
  /* background: linear-gradient(22deg, rgba(0,203,128,1) 0%, rgba(0,203,128,1) 32%, rgba(2,103,145,1) 100%); */
  background: #00cb80;
  border-right: 4px solid #026f90;
  color: #fff;
}

.RND .profile_big_img_outer ul {
  margin: 0px;
  padding: 0;
  margin-top: 20px;
}

.RND .profile_big_img_outer ul li {
  margin: 1px 0px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people_tab_content_left .head {
  font-weight: 600;
}

.people_tab_content_left .subhead {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px !important;
}

.people_tab_content_left .email {
  color: #333d47;
  font-size: 15px;
}

.people_tab_content_left .mobile,
.people_tab_content_left .phone {
  color: #333d47;
  font-size: 14px;
}

.people_tab_content_right h1 {
  font-size: 25px;
  font-weight: 600;
  color: #026f90;
  margin-bottom: 50px;
}

.people_tab_content_right strong,
.people_tab_content_right h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

.RND .people_tab_content_right ul {
  margin: 0px;
  padding-left: 0;
  margin-bottom: 1rem;
}

.RND .people_tab_content_right ul li {
  background: url(../images/left_arrow_icon.png) no-repeat 0 6px;
  padding-left: 16px;
  margin-bottom: 6px;
}

.RND .people_tab_content_right.tab-content {
  margin-bottom: 0px;
}

.nav-pills button {
  border: 1px solid #3ea142 !important;
}

.iconSize {
  font-size: 12px;
  background: #026f90;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  line-height: 18px;
  color: #fff;
  margin-right: 3px;
}

.nav-link i {
  width: 22px;
  color: #026f90;
}

.nav-link.active i {
  color: #fff;
}

/* .col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-top: 12px;
} */

.view-id-support_division,
.view-id-former_directors {
  padding: 30px;
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  border-radius: 15px;
}

.view-display-id-page_1 {
  /* background: linear-gradient(90deg, transparent, rgb(54, 52, 131, 0.15)); */
}

.inner_pages .view-display-id-page_1 .item:hover .thumb {
  background-color: rgba(54, 52, 131, 0.05);
}

.view-display-id-page_2 {
  /* background: linear-gradient(90deg, transparent, rgba(131, 77, 52, 0.15)); */
}

.inner_pages .view-display-id-page_2 .item:hover .thumb {
  background-color: rgba(131, 77, 52, 0.05);
}

/* krc / gallery page style dated 12-01-2023 */

.nav-tabs .nav-link {
  /* border-color: #ddd;
  padding: 10px 15px;
  border-radius: 999px;
  transition: all 0.15s ease-in-out;
  font-size: 14px; */
  background-color: #fc0;
  margin-right: 9px;
  border-radius: 0;
  padding: 12px 16px;
  text-align: center;
  color: #173885;
}

.nav-tabs {
  border: none;
  gap: 5px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #00cb80;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0177d7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 16px 26px;
  margin-top: -8px;
  border-top: 1px solid #d5dbdb;
  border-left: 1px solid #d5dbdb;
  border-right: 1px solid #d5dbdb;
}

#bootstrap-horizontal-tabs-content {
  padding-top: 30px !important;
}


.tab-content {
  /* font-size: 16px; */
  font-size: var(--font-size-16);
  line-height: 1.6;
}

.tab-content h3 {
  color: #026791;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

.number_list ol {
  counter-set: item;
  margin-left: 0;
  padding-left: 0;
}

.number_list ol li {
  display: block;
  padding-left: 30px;
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
}

.number_list ol li:before {
  content: counter(item);
  width: 24px;
  height: 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #00cb80;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two_col ol,
.two_col ul,
.four_col ol,
.four_col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  margin-left: 0;
}

.two_col ol li,
.two_col ul li {
  width: calc(50% - (30px / 2));
  margin-right: 0;
}

.four_col ol li,
.four_col ul li {
  width: calc(25% - (90px / 4));
  margin-right: 0;
}

._card {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.25);
}

.card_header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card_header img {
  width: 32px;
  height: 32px;
}

.card_header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #026791;
  margin: 0;
}

.card_section img {
  /* height: auto; */
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.carouselGalleryCard {
  display: block;
  position: relative;
}

.carouselGalleryCard:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) url('../images/icons/expand.svg') no-repeat
    center center / 30px auto;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.carouselGalleryCard:hover:after {
  opacity: 1;
}

.tab-content .sect_readmore a {
  background-color: #00cb80;
}

.tab-content .sect_readmore a:hover {
  background-color: #ff7e00;
}

.external_link {
  border: 1px solid #026791;
  border-radius: 999px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease-in-out;
}

.external_link img {
  width: 16px;
  transition: all 0.25s ease-in-out;
}

.external_link:hover {
  background-color: #026791 !important;
  color: #fff;
}

.external_link:hover img {
  filter: invert(1);
}

.accordion {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.accordion > .card > .card-header button {
  font-size: 16px;
  font-weight: 700;
  color: #026791;
  text-decoration: none;
}

.accordion > .card > .card-header button[aria-expanded='true'] {
  color: #00cb80;
}

.accordion > .card > .card-header button:focus {
  box-shadow: none;
}

.accordion > .card > .card-header button:hover {
  color: #00cb80;
}

.accordion > .card {
  border-radius: 15px;
}

.accordion > .card > .card-header {
  background-color: #f2f2f2;
}

._list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

._list ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

._list.check ul li:before {
  background-image: url('../images/icons/dos.svg');
}

._list.cross ul li:before {
  background-image: url('../images/icons/donts.svg');
}

/* 19-01-2023 */

#tab17 .row {
  margin: 0;
}

#tab17 .row ul {
  margin: 0;
}

#tab17 .row ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 10px;
  background-color: #2acd97;
  border-radius: 10px 0 10px 5px;
  transform: rotate(45deg);
}

#tab17 .row ul li {
  padding-left: 24px;
}

#tab17 .row ul li p {
  font-weight: 700;
  font-size: 14px;
}

#myCarousel .carousel-item > img {
  object-fit: fill;
}

.RND .tab-pane > .row,
.RND .tab-pane > .row,
.RND .tab-pane > .row {
  margin: 0;
}

.RND .tab-pane > .row .title_1 {
  margin-bottom: 20px;
}

.RND .tab-pane > .row img {
  max-width: 100%;
  object-fit: fill;
  height: 200px;
}

@media only screen and (min-width: 1200px) {
  .RND
    .tab-pane
    .card_section
    .row
    .col-12.col-md-6.col-lg-3.mt-0.mb-3.mb-md-4.d-flex {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.RND .tab-pane > .row img[alt='Annual Report 2020 - 2021'] {
  width: 30px;
  height: 30px;
}

.RND .tab-pane span[style='color:#c00000'],
.RND .tab-pane span[style='color:red'],
.RND .tab-pane span[style='color:#c00000'] {
  color: #2acd97 !important;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  display: block;
}

.RND .tab-pane span[style='color:maroon'],
.RND .tab-pane span[style='color:#843c0c'] {
  color: #026f90 !important;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 25px 0 -20px;
}

.RND #tab13.tab-pane span[style='color:#843c0c'] {
  margin-bottom: -10px;
}

.RND .tab-pane span[style='color:black'] {
  color: #222 !important;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.RND .tab-pane > .row p,
.RND .tab-pane > .row p {
  font-size: 14px;
  line-height: 1.6;
}

.RND .tab-pane > .row > div,
.RND .tab-pane > .row > p,
.RND .tab-pane > .row > p {
  width: 100%;
}

.RND .tab-pane > .row span.bullet {
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #2acd97;
  border-radius: 10px 0 10px 5px;
  transform: rotate(45deg);
  margin-right: 10px;
}

.view-id-tender table {
  color: #26292c;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.view-id-tender table tr {
  border-bottom: 1px solid #ccc;
}

.view-id-tender table {
  color: #26292c;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.view-id-tender table tr {
  border-bottom: 1px solid #ccc;
}

.view-id-tender table tr td:first-child,
.view-id-tender table tr th:first-child {
  padding-left: 1.5rem;
}

.view-id-tender table > :not(:first-child) {
  border-top: 1px solid rgb(0 0 0 / 13%);
}

.view-id-tender table td,
.view-id-tender table th {
  border-top: 1px solid #ccc;
  padding: 1rem 0.75rem;
}

.view-id-tender table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.view-id-tender table > tbody {
  vertical-align: inherit;
}

.view-id-tender table tbody tr:hover {
  background-color: #f7f7f7;
}

.view-id-tender table th {
  color: #1b3783;
}

/*16-03-2023*/

.view-id-intended_purchase_list table {
  color: #26292c;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.view-id-intended_purchase_list table tr {
  border-bottom: 1px solid #ccc;
}

.view-id-intended_purchase_list table {
  color: #26292c;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.view-id-intended_purchase_list table tr {
  border-bottom: 1px solid #ccc;
}

.view-id-intended_purchase_list table tr td:first-child,
.view-id-intended_purchase_list table tr th:first-child {
  padding-left: 1.5rem;
}

.view-id-intended_purchase_list table > :not(:first-child) {
  border-top: 1px solid rgb(0 0 0 / 13%);
}

.view-id-intended_purchase_list table td,
.view-id-intended_purchase_list table th {
  border-top: 1px solid #ccc;
  padding: 1rem 0.75rem;
}

.view-id-intended_purchase_list table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.view-id-intended_purchase_list table > tbody {
  vertical-align: inherit;
}

.view-id-intended_purchase_list table tbody tr:hover {
  background-color: #f7f7f7;
}

.view-id-intended_purchase_list table th {
  color: #1b3783;
}

.numberListPosition ol li::before {
  /* left: 58px !important; */
  top: unset !important;
}

.numberListPosition ol li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.numberListPosition ol li img {
  height: 25px;
}

/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Main form and form item styles.
 */

:-ms-input-placeholder {
  color: #7e96a7;
}

::placeholder {
  color: #7e96a7;
}

/* IE 10 and 11 needs this set as important. */

:-ms-input-placeholder {
  color: #7e96a7 !important;
}

/**
 * General form item.
 */

.form-item {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.form-item__label--multiple-value-form {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/**
 * When a table row or a container-inline has a single form item, prevent it
 * from adding unnecessary extra spacing.
 * If it has multiple form items, allow spacing between them, overriding Classy.
 */

tr .form-item,
.container-inline .form-item {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

/**
 * Form element label.
 */

.form-item label {
  display: block;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

[dir='ltr'] .container-inline .form-item label {
  margin-right: 1em;
}

[dir='rtl'] .container-inline .form-item label {
  margin-left: 1em;
}

.form-item label--multiple-value-form {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.form-item label[for] {
  cursor: pointer;
}

.form-item label.option {
  display: inline;
  font-weight: normal;
}

/* Label states. */

.form-item label.is-disabled {
  cursor: default;
  color: #afb8be;
}

/* Form required star icon */

.form-item label.form-required::after,
.fieldset label.form-required::after,
.required-mark::after {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3em;
  margin-right: 0.3em;
  content: '';
  vertical-align: text-top;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%232494DB'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.5rem 0.5rem;
}

@media screen and (-ms-high-contrast: active) {
  .form-item label.form-required::after,
  .fieldset label.form-required::after,
  .required-mark::after {
    background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  }
}

/**
 * Form item description.
 */

.form-item__description {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  max-width: 60ch;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.field-multiple-table + .form-item__description {
  margin-top: 0;
}

/**
 * Error message (Inline form errors).
 */

[dir='ltr'] .form-item--error-message {
  padding-left: 1.6875rem;
}

[dir='rtl'] .form-item--error-message {
  padding-right: 1.6875rem;
}

.form-item--error-message {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  color: #e33f1e;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E33F1E' d='M9 0C4.03125 0 0 4.03125 0 9C0 13.9688 4.03125 18 9 18C13.9687 18 18 13.9688 18 9C18 4.03125 13.9687 0 9 0ZM10.5 14.6133C10.5 14.8242 10.3359 15 10.1367 15H7.88672C7.67578 15 7.5 14.8242 7.5 14.6133V12.3867C7.5 12.1758 7.67578 12 7.88672 12H10.1367C10.3359 12 10.5 12.1758 10.5 12.3867V14.6133ZM10.4766 10.582C10.4648 10.7461 10.2891 10.875 10.0781 10.875H7.91016C7.6875 10.875 7.51172 10.7461 7.51172 10.582L7.3125 3.30469C7.3125 3.22266 7.34766 3.14063 7.42969 3.09375C7.5 3.03516 7.60547 3 7.71094 3H10.2891C10.3945 3 10.5 3.03516 10.5703 3.09375C10.6523 3.14063 10.6875 3.22266 10.6875 3.30469L10.4766 10.582Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  /* LTR */
  background-size: 1.125rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media screen and (-ms-high-contrast: active) {
  .form-item--error-message {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M9 0C4.03125 0 0 4.03125 0 9C0 13.9688 4.03125 18 9 18C13.9687 18 18 13.9688 18 9C18 4.03125 13.9687 0 9 0ZM10.5 14.6133C10.5 14.8242 10.3359 15 10.1367 15H7.88672C7.67578 15 7.5 14.8242 7.5 14.6133V12.3867C7.5 12.1758 7.67578 12 7.88672 12H10.1367C10.3359 12 10.5 12.1758 10.5 12.3867V14.6133ZM10.4766 10.582C10.4648 10.7461 10.2891 10.875 10.0781 10.875H7.91016C7.6875 10.875 7.51172 10.7461 7.51172 10.582L7.3125 3.30469C7.3125 3.22266 7.34766 3.14063 7.42969 3.09375C7.5 3.03516 7.60547 3 7.71094 3H10.2891C10.3945 3 10.5 3.03516 10.5703 3.09375C10.6523 3.14063 10.6875 3.22266 10.6875 3.30469L10.4766 10.582Z'/%3E%3C/svg%3E");
  }
}

[dir='rtl'] .form-item--error-message {
  background-position: right top;
}

/**
 * Form actions.
 */

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

.form-actions .button,
.form-actions .action-link {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

.form-actions .ajax-progress--throbber {
  -ms-grid-row-align: center;
  align-self: center;
}

/**
 * Custom label placement for editor filter format select.
 */

.form-item--editor-format {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
}

.form-item--editor-format .form-item__label,
.form-item--editor-format .form-item__prefix,
.form-item--editor-format .form-item__suffix,
.form-item--editor-format .form-element--editor-format {
  min-width: 1px;
}

[dir='ltr'] .form-item--editor-format .form-item__label,
[dir='ltr'] .form-item--editor-format .form-item__prefix,
[dir='ltr'] .form-item--editor-format .form-item__suffix {
  margin-right: 0.5625rem;
}

[dir='rtl'] .form-item--editor-format .form-item__label,
[dir='rtl'] .form-item--editor-format .form-item__prefix,
[dir='rtl'] .form-item--editor-format .form-item__suffix {
  margin-left: 0.5625rem;
}

.form-item--editor-format .form-item__description,
.form-item--editor-format .form-item--error-message {
  flex: 0 1 100%;
  min-width: 1px;
}

/**
 * Inline forms.
 */

.form--inline > * {
  display: inline-block;
  margin-top: 0.5625rem;
  margin-bottom: 0;
  vertical-align: top;
  /* Ensure proper alignment if description is present. */
}

.form--inline .form-item__label {
  margin: 0;
}

/* .form--inline .form-actions {
  margin-top: 1.6875rem;
} */

#block-academics img {
  width: 100%;
  height: auto;
}

#block-academics .row {
  align-items: center;
}

span.dp-trigger {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(106, 155, 140, 0.5);
  top: 8px;
  right: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.dp-trigger:before {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

span.dp-trigger.active:before {
  content: '\f077';
}

.resMainmenu .menu-item--expanded .menu .menu-item--expanded .dp-trigger {
  background-color: transparent;
  height: 20px;
  font-size: 10px;
}

form#webform-submission-vendor-registration-add-form
  fieldset
  .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
}

form#webform-submission-vendor-registration-add-form
  fieldset
  .fieldset-wrapper
  > div {
  width: 100%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

form#webform-submission-vendor-registration-add-form
  fieldset
  .fieldset-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.node--type-acadamics .numberList ol li::before {
  top: -1px;
}

.Banner .carousel-item {
  height: auto !important;
}

.Banner .carousel-item img {
  height: auto !important;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

.view-recognition .support_video_slider .owl-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: top center;
}

.view-recognition .support_video_slider .owl-item .publications {
  font-size: 15px;
  text-align: center !important;
  margin: 0 !important;
  padding: 0;
  flex: 1 1 auto;
  display: flex;
}

.view-recognition .support_video_slider .owl-item .publications a {
  color: #fff;
  background-color: #2acd97 !important;
  padding: 5px 12px;
  display: block;
  transition: all 0.25s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-recognition .support_video_slider .owl-item:hover .publications a {
  background-color: #ff7e00 !important;
}

.view-recognition .support_video_slider .owl-item p:empty {
  display: none;
}

.view-recognition .support_video_slider .owl-item {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
}

.view-recognition .support_video_slider .owl-item .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.view-recognition .support_video_slider .owl-stage {
  display: flex;
}

.view-recognition .support_video_slider .owl-item .publications a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*home page our leader block*/

#block-ourleaders .tool_box_panel .tool_box_banner {
  height: 260px;
}

#block-ourleaders h2 {
  display: none;
}

#block-ourleaders .box-col {
  width: 25%;
}

#block-ourleaders .tool_box_panel .tool_box_title {
  text-align: center;
  margin-top: 10px;
}

#block-ourleaders .tool_box_panel .tool_box_content {
  text-align: center;
}

#ourleader {
  padding: 10px 0 56px;
}

/* 20-02-2023 - niist-logo */

.niist-logo {
  margin-left: -60px !important;
  margin-top: -1%;
}

.twitter-block {
  border: #00cb80 2px solid;
  overflow: hidden;
  width: 340px;
}

/* 23-02-2023 social media icons and tabs */

/* .Social_MediaIcons {
  float:right;
} */

.Social_MediaIcons ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px 5px;
}

.Social_MediaIcons .fa {
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}

.Social_MediaIcons ul li {
  border-right: none;
  line-height: 20px;
}

.Social_MediaIcons .fa:hover {
  opacity: 0.7;
  background: #fff;
  color: #000;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.Social_Tabs {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 10%);
  padding: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.Social_Tabs ul li {
  float: none;
  margin: 7px 0;
  position: relative;
  padding-left: 0;
  width: 50%;
  line-height: 35px;
  height: 51px;
}

.Social_Tabs .nav-tabs .nav-link {
  border: none !important;
  /*
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      font-weight: 600;
      */
  background: #dad5d6;
  text-align: center;
}

.Social_Tabs a.active {
  background: #2acd97 !important;
}
/* social tab design - 05-09-2023*/
.Social_Tabs .tab-content {
  padding: 20px;
  min-height: 408px;
  max-height: 408px;
  overflow: auto;
}

.Social_Tabs p {
  width: 100%;
}

.Social_Tabs .nav-tabs {
  border: none;
  gap: 0px;
}

.socialtab-fb {
  border: none;
  overflow: hidden;
  width: 340px;
  max-width: 100%;
}

.socialtab-twitter {
  border: none;
  overflow: hidden;
  width: 350px;
  max-width: 100%;
}

.Social_Tabs .nav-tabs .nav-link {
  border-color: #ddd;
  padding: 3px 15px;
  border-radius: 0px;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  margin-top: -8px;
}

#block-socialmediaicons h2 {
  display: none;
}

#block-views-block-events-block-1 .sect_readmore {
  text-align: center;
  padding-top: 25px;
}

/*  19-04-2023 - R&D People node design */

#v-pills-tabContent .field__label {
  display: none;
}
#v-pills-tabContent .field--type-string .field__item {
  display: none;
}

/*------*/

/* 27-04-2023 - R&D People node website design */
.view-id-research_areas .view-display-id-block_4 .tab-content a {
  background: #efefef !important;
}

/*------*/

/*30-05-2023 - Style */

.RND .tab-pane > .row .customimg img {
  border-radius: 15px;
  object-fit: fill;
  object-position: top center;
  border: 2px solid #00ad85;
  width: 100%;
  height: 200px;
}

/*-----*/

/* malayalam page - design - 01-06-2023 */

.language_ml .sect_readmore a {
  max-width: 165px;
}

.language_ml .Publication_Div .link_text {
  max-width: 165px;
  
}

/*------*/

.org_card img {
  height: auto;
}

/* director page img design - 14-06-2023*/
#Director-secretariat .customimg img{
  width: 200px;
}
#Director-secretariat .col-lg-2 {
  padding-top: 30px;
}
#Director-secretariat .col-lg-10 {
  padding-top: 30px;
}
/*-----*/


/* search Option Page Design */

.search-results li {
    border: solid 1px #c6c6c6;
    padding: 20px;
    background-color: #fff;
    margin: 15px 0;
}
/*
#search-form #edit-keys {
  border: 2px solid #6c9168;
    border-radius: 20px;
    font-size: 14px;
    padding-left: 10px;
    background: #dce6dd;
    width: 15%;
    float: left;
}
*/
#search-form #edit-submit {
	/*
  background: #a4bba1;
    border: 2px solid #6c9168;
    border-left: none;
    color: #fff;
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 65px;
    margin: 0 0 0 -65px;
	*/
    height: 30px;
    position: relative;    
    z-index: 1;
}

/*----*/

/* Blocks Design*/
#block-socialmediaicons span{
  display: none;
}
#block-address h2 {
  visibility: hidden;
}
#block-homepagelogo span {
  display: none;
}
/*-----*/


/* -- Menu Related Design - 11-12-2023 -- */

.resMainmenu .menu-item--expanded .menu ul {
    max-height: 500px;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



/*--- End ---*/


/* r&d people field design - 20-03-2024*/
.field--name-field-website .field__label {
	display : none;
}


/*----*/


.high-contrast.green-theme {
  background: #00c281;
  border: 1px solid #fff;
}
.high-contrast.blue-theme {
  background: #0a689f;
  border: 1px solid #fff;
}
.high-contrast.black-theme {
  background: #000;
  border: 1px solid #fff;
}
.high-contrast {
  width: 15px;
  height: 12px;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ccc;
}
.banner_wrapper {
  display: flex;
  flex-direction: row;
}

.resMainmenu .menu-item--expanded .menu li a {
    color: var(--color-black);
    width: 100%;
    line-height: 17px;
    border-radius: 4px;
    /* padding: 15px 20px 15px 10px; */
    padding: 10px 20px 10px 10px;
    position: relative;
    font-size: var(--font-size-12);
    text-transform:unset;
}
.resMainmenu .menu-item--expanded .menu li {
    border: none;
}
.resMainmenu .menu-item--expanded .menu {
    top: 46px;
    left: 0;
    z-index: 9;
    transition: all 0.5s ease;
    position: absolute;
    list-style: none;
    padding: 10px 0;
    border-radius: 0 0 12px 12px;
    width: 250px;
    background: rgba(219, 219, 219, 0.94);
    backdrop-filter: blur(24px); 
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.resMainmenu .menu-item--expanded .menu ul {
    position: absolute;
    left: 250px;
    top: -10px;
    z-index: 9;
    display: none;
    padding: 10px 0;
    width: 180px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: rgba(219, 219, 219, 0.97) !important;
    /* backdrop-filter: blur(24px); */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.topnav a:hover, .dropdown:hover .dropbtn {
    text-decoration: none;
    color: var(--color-blue-menu) !important;
    width: 100% !important;
    background: var(--color-yellow);
}
.resMainmenu .menu-item--expanded .menu li {
    padding: 0 10px;
}
/* .resMainmenu .menu-item--expanded .menu li a:Hover:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/right_arrowwhite.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.resMainmenu .menu-item--expanded .menu li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/rightarrow_img.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */
.resMainmenu .menu-item--expanded .sub-menu a:after {
display: none;
}

.skitto_maincontent{
    color: var(--color-white) !important;
}
.submenu_specing .middle_menu {
    width: 300px! important;
}
.productnote-region{
padding-top: 20px;
}

.button-primary {
    background-color: #003399 !important; /* your primary color */
    color: #fff !important;
    border: none;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 4px;
}
#myCarousel .carousel-item > img {
    object-fit: fill;
    height: 335px !important;
}
/*added for top management on 31-05-2025*/
.topmgt h2,
.perform-cnt h2{
  display: none;
}
.topmgt .field--name-field-about-type,
.perform-cnt .field--name-field-about-type{
  display: none;
}
.view-about-us-top-management #edit-actions,
.view-about-us-top-management #edit-actions--2,
.view-about-us-top-management #edit-actions--3,
.view-about-us-top-management #edit-actions--4{
  display: none;
}

.view-id-tender .form--inline .form-actions {
    margin-top: 0px!important; 
}

.view-id-tender #edit-body-value{
	margin-top:10px;
}
.managementTree .row .col-md-4:nth-child(1) {
    width: 100%;
}
.hierarchy-mgmt{
  height: 150px;
  width: 150px;
  margin: auto;
  display: table;
}

.view-ppn-network-hospitals .modal-body table{
	font-size: 14px!important;
}


/* nav bar css */


.views-exposed-form input[type="text"] {
  height: 40px; }

  /* .form--inline .form-actions { margin-top: 1.6875rem; 
} */

/* popup search style start */
  .search-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Content box inside overlay */
.search-popup-content {
  position: relative;
  text-align: center;
  width: 100%;
}

/* Close button (top-right corner) */
.close-btn {
    position: fixed;
    top: 25px;
    right: 25px;
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 22px !important;
}
.close-btn:hover {
    background: #05abe000;
}

/* Input field */
.search-popup-content input[type="text"] {
  width: 50%;
  max-width: 400px;
  padding: 10px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Submit button */
.search-popup-content button[type="submit"] {
  padding: 12px 25px;
  font-size: 18px;
  background-color: #003399;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Search icon button */
.search-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
/* popup search style end */
/* top menu toggle  start */
.taggle-toggle-btn {
  top: 67px;
  left: 15px;
  font-size: 24px;
  background-color: #ffc600;
  color: black;
  padding: 3px 17px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
  position: absolute;
}

.taggle-sidebar {
  width: 310px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  padding: 20px;
}

.taggle-sidebar.open {
  transform: translateX(0);
}

.taggle-close-btn {
  font-size: 26px;
  color: #333;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
  margin-bottom: 20px;
}

button.taggle-close-btn {
    background: #00000036;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.taggle-header_left_listing {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column !important;
  gap: 15px;
  margin-top: 50px;
}

.taggle-header_left_listing > li {
  border-bottom: 1px solid #eee;
}

.taggle-header_left_listing a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  padding: 12px 10px;
  color: #003399 !important;
}

.taggle-has-submenu .taggle-arrow {
  transition: transform 0.3s ease;
  color: #003399;
  font-size: 15px;
}

.taggle-has-submenu.open .taggle-arrow {
  transform: rotate(90deg);
}

.taggle-submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
  background: #f9f9f9;
}

.taggle-submenu li a {
  padding: 10px 10px;
  /* font-size: 14px; */
  font-size: var(--font-size-14);
  color: #555;
}

.taggle-has-submenu.open .taggle-submenu {
  display: block;
}
/* top menu toggle  end */
/* Mobile (0–767px) */
@media (max-width: 767px) {
  /* Styles for small devices like smartphones */
  /* main mmenu */
    .main_toggle_btn {
        position: absolute;
        /* top: 192px;
        left: 255px !important; */
        z-index: 99;
    }
      .page_logo img {
        width: 275px !important;
        margin-right: 10px;
    }
  .banner_wrapper {
    display: flex !important;
    flex-direction: column !important;
 }
     .banner_right_listbox {
        width: 90px !important;
        height: 90px !important;
    }
    .bottom_header_wrapper {
        display: flex;
        justify-content: flex-start !important;
        align-items: start;
        flex-direction: column;
        margin-bottom: 10px !important;
        padding: 0 10px;
    }
    .re_logo{
      height: 57px;
    }
    .re_logo img{
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      object-fit: contain;
    }
/* Mobile view Text style */
.left_listing_box p {
    /* font-size: 11px !important; */
    font-size: var(--font-size-11);
}

 .banner_leftwrap {
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 330px !important;
    position: relative;
}
.banner_rightwrp {
    width: 100% !important;
    height: 582px !important;
}
.banner_rightbottomwrp {
    height: 270px !important;
}
.left_policy_listing {
  padding: 5px 6px !important;
  gap: 2px !important;
} 
.left_policy_listing {
   flex-direction: row;
   align-items: center;
    }

.left_listing_box {
  flex: 1 1 100%;
  max-width: 90%;
  margin: 0 auto;
    }
  .carousel-indicators{
    margin-bottom: 0rem !important;
  }
/* Mobile - 2 columns */
/* .banner_right_listwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
} */
  .banner_right_listwrapper {
        padding: 2px 5px !important;
   }

.banner_right_listwrapper label {
  margin: 0;
  padding: 0;
  display: block;
}
.banner_right_heightwrapper {
    height: 308px !important;
}

.policy_blk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.policy_blk img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.policy_blk h6 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

/* Hide radio buttons */
.banner_right_listwrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* Tablet and larger - adjust as needed */
@media (min-width: 768px) {
  .banner_right_listwrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop/laptop - adjust as needed */
@media (min-width: 992px) {
  .banner_right_listwrapper {
    grid-template-columns: 1fr 1fr;
  }
}
}
/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
   /* div#myTopnav {
    content-visibility: hidden;
    border: none;
} */
    .topnav_res {
    display: none !important;
  }
  .banner_wrapper {
    display: flex !important;
    flex-direction: column !important;
 }
 .banner_leftwrap {
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px !important;
    position: relative;
}
.banner_rightwrp {
    width: 100% !important;
    height: 500px !important;
}
    .banner_right_listwrapper {
        padding: 0px 189px !important;
    }
        .bottom_header_wrapper {
        display: flex;
        justify-content: flex-start !important;
        align-items: start;
        flex-direction: column;
    }
}
/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */
  /* div#myTopnav {
    content-visibility: hidden;
    border: none;
} */
 .main_toggle_btn {
    display: none;
}
   .banner_right_listbox {
        width: 88px !important;
        height: 88px !important;
    }
        .banner_right_listwrapper {
        padding: 0px 80px !important;
        margin-top: -113px !important;
    }
    .bottom_headerright_image1 {
        height: 40px !important;
        width: 40px !important;
    }
    .page_logo img {
        width: 195px !important;
    }

.topnav {
    padding: 0px 3px !important;
}
    .right_button_wrap {
    display: flex;
    flex-direction: row;
    gap: 3px !important;
    justify-content: center;
    flex-wrap: wrap;
}
    .banner_rightwrp {
    width: 50%;
    height: 390px !important;
    background-color: var(--background-primary);
    position: relative;
    background: linear-gradient(88deg, #21449B, #061A4C, #061A4C);
}
.banner_leftwrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 390px !important;
    position: relative;
}
.banner_right_listwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
    padding: 40px 175px;
    align-items: center;
    justify-content: center;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem !important;
    margin-left: 15%;
}
li.main-product > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/rightarrow_img.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* display: none !important; */
}
li.main-product > a:Hover:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/right_arrowwhite.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* display: none !important; */
}
}
/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Standard desktop screens */
  .main_toggle_btn {
    display: none;
}
  .banner_right_listbox {
        width: 100px !important;
        height: 100px !important;
    }
        .banner_right_listwrapper {
        padding: 0px 130px !important;
        margin-top: -58px !important;
    }
      .page_logo img {
       width: 316px in !important;
    }
    .topnav {
    padding: 0px 5px !important;
    border-radius: 50px;
}
    .right_button_wrap {
    display: flex;
    flex-direction: row;
    gap: 3px !important;
    justify-content: center;
    flex-wrap: wrap;
}
    .banner_rightwrp {
    width: 50%;
    height: 460px !important;
    background-color: var(--background-primary);
    position: relative;
    background: linear-gradient(88deg, #21449B, #061A4C, #061A4C);
}
.banner_leftwrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 460px !important;
    position: relative;
}
.banner_right_listwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important;
    padding: 40px 175px;
    align-items: center;
    justify-content: center;
}
}
/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
  /* Very large screens like 2K/4K monitors */
  .main_toggle_btn {
    display: none;
}
   .banner_right_listbox {
        width: 100px !important;
        height: 100px !important;
    }
    
        .banner_right_listwrapper {
        padding: 0px 67px !important;
        margin-top: -17px !important;
    }
    .banner_rightwrp {
    width: 50%;
    height: 500px !important;
    background-color: var(--background-primary);
    position: relative;
    background: linear-gradient(88deg, #21449B, #061A4C, #061A4C);
}
.banner_leftwrap {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 500px !important;
    position: relative;
}
.banner_right_listwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px !important;
    padding: 40px 175px;
    align-items: center;
    justify-content: center;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem !important;
    margin-left: 15%;
}
    .call_interview {
        /* font-size: 14px !important; */
        font-size: var(--font-size-12);
    }
        .top_headerwrapper {
        padding: 10px 0 !important;
    }
    li.main-product > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/rightarrow_img.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* display: none !important; */
}
li.main-product > a:Hover:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/right_arrowwhite.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* display: none !important; */
}
/* testting */
.awards {
    /* padding: 30px 0 10px; */
    text-align: center;
    /* padding-left: 190px; */
    padding-top: 70px !important;
}
.left_policy_listing {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-white);
    padding: 12px 50px;
    gap: 15px;
    background-color: #F5FDFD;
    border-bottom: 1px solid #CACACA;
    height: 166px;
    margin-bottom: -50px !important;
}



.banner_rightbottomwrp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color: var(--bg-yellow); */
    background: linear-gradient(90deg, #FFC90C, #EEA329);
    height: 217px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -50px !important;
}

.left_listing_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    margin-top: -52px !important;
}

}
/* .resMainmenu .main-product .menu-item--expanded .menu li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/rightarrow_img.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none !important;
} */

/* .resMainmenu .menu-item--expanded .menu li a:Hover:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    background-image: url(../images/right_arrowwhite.svg);
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none !important;
} */



/* miscellaneous start */
.search-form .form-submit {
    position: absolute;
    right: -31px !important;
    top: 4px !important;
    height: 40px !important;
    border: 1px solid #173885;
    background-color: #173885;
    color: #fff;
    font-size: .875em;
    line-height: 20px;
    padding: 0 21px;
    border-radius: 0;
    /* margin-top: 0px !important; */
    margin-right: -15px;
    border: 1px solid rgba(0, 0, 0, 0.16) !important;
    border-radius: 4px !important;
}
/* input#products {
    margin-right: -81px;
} */
.tabstyleV2 {
    margin-top: 54px;
}
.select-box-sec .search-form select {
  width: 95% !important;
    margin: 5px !important;
    display: block !important;
}
.form-submit:hover {
    background: #ffc600 !important;
    border-color: #ffc600 !important;
    color: #212529;
}
/*  */
.inner-content-sec h2,
.inner-content-sec h1 {
    margin-bottom: 15px;
    color: #173885;
    font-size: 2em;
    margin-top: 25px;
}
.uiic-news-link {
  color: #004680;
}
#uiic-news-toggle {
  color: #004680;
}
#uiic-news-ticker span{
  color:#000;
}
/* 16-06-2025 */
@media (max-width: 768px) {
    #pills-tab1 {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* gap: 10px !important; */
        flex-direction: column;
    }
    .select-box-sec .search-form select {
  width: 75% !important;
    margin: 5px !important;
    display: block !important;
}
  
    #pills-tab1::-webkit-scrollbar {
    display: none; /* Optional: hide scrollbar */
  }

  #pills-tab1 .nav-item {
    flex: 0 0 auto; /* Prevent shrinking */
  }
  .tabstyleV2 .tab-content {
    margin-top: 15px;
}
}
.tabstyleV2 .innertab .nav-link {
    background-color: #fc0;
    margin-right: 0px !important;
    border-radius: 0;
    padding: 12px 16px;
    text-align: center;
    margin: 10px !important;
}
.tabstyleV2 .innertab .nav-link.active {
    color: #ffff;
    background-color: #0177d7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 12px 16px !important;
        margin-top: 9px !important;
    border-top: 1px solid #d5dbdb;
    border-left: 1px solid #d5dbdb;
    border-right: 1px solid #d5dbdb;
}


/* Mobile (0–767px) */
@media (max-width: 767px) {
  /* Styles for small devices like smartphones */
  .select-box-sec {
  text-align: center;
  padding: 20px;
}

.select-box-sec .search-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px; /* spacing between items */
}

.select-box-sec select {
  width: 100% !important;
  max-width: 320px;
  margin: 0 auto;
}

.select-box-sec .btn_new_product {
  display: inline-block;
  margin-top: 10px;
}

.select-box-sec .productnote-region {
  max-width: 600px;
  margin: 15px auto;
  font-size: 14px;
  color: #444;
  text-align: center;
}
.select-box-sec {
        text-align: center;
        padding: 20px;
        width: 100% !important;
    }
    .search-form {
    position: relative;
    padding-right: 0px !important;
    max-width: 420px;
    margin: 0 0 18px;
}
.search-form .form-submit {
    margin-top: 160px !important;
    margin-right: 0px !important;
}
.search-form .form-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 1px solid #173885;
    background-color: #173885;
    color: #fff;
    font-size: .875em;
    line-height: 17px;
    padding: 0 21px;
    border-radius: 0;
    margin-top: 116px !important;
}
.hexagon-sec {
    margin: 0;
    padding: 0;
    float: left;
    max-width: 500px;
    width: 50%;
    min-height: 700px !important;
    position: relative;
}
.hexagon-sec .hexagon-box-empty:nth-child(1) {
    position: absolute;
    left: 57px !important;
    top: 0;
}
.hexagon-sec .hexagon-box-empty:nth-child(2) {
    position: absolute;
    left: 57px !important;
    top: 184px !important;
}
.hexagon-sec .hexagon-box-empty:nth-child(3) {
    position: absolute;
    left: 57px !important;
    top: 369px !important;
}
.hexagon-sec .hexagon-box-empty:nth-child(4) {
    position: absolute;
    right: -99px !important;
    top: 550px !important;
}
.search-form .form-submit {
    margin-top: 162px !important;
}
/* input#products {
    margin-top: 100px !important;
} */
.tabstyleV2 {
    margin-top: 1px !important;
}
.btn_new_product {
    padding: 12px 33px;
}

.btn_new_product {
    background-color: #003fd9;
    color: #fff;
    border: 1px solid #e0e0e0;
    font-size: .875em;
    line-height: 1.250em;
    font-weight: 400;
    text-decoration: none;
    margin: 23px 10px 0;
    height: auto;
    padding: 10px 33px;
}
}
/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
  .hexagon-sec {
    margin: 0;
    padding: 0;
    /* float: left; */
    max-width: 500px;
    width: 100% !important;
    min-height: 350px;
    position: relative;
}
.select-box-sec .search-form select {
  width: 95% !important;
    margin: 5px !important;
    display: block !important;
}
.select-box-sec {
    margin: 0;
    padding: 50px 15px 0;
    float: left;
    width: 100% !important;
    /* margin-bottom: 25px; */
}
    .view-content .hexagon-sec {
        margin-left: 45px !important;
    }
.select-box-sec .search-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}

}

/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */
  .hexagon-sec {
    margin: 0;
    padding: 0;
    float: left;
    max-width: 500px;
    width: 60% !important;
    min-height: 350px;
    position: relative;
}
.select-box-sec {
    margin: 0;
    padding: 50px 15px 0;
    float: left;
    width: 40% !important;
    margin-bottom: 25px;
}
.search-form .form-submit {
    padding: 0px 12px !important;
}
.search-form {
    position: relative;
    padding-right: 25px !important;
    /* max-width: 420px; */
    margin: 0 0 49px;
}
.select-box-sec .search-form select {
  width: 95% !important;
    margin: 5px !important;
    display: block !important;
}
}
/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Standard desktop screens */
  .search-form {
    position: relative;
    padding-right: 0px !important;
    /* max-width: 420px; */
    margin: 0 0 18px;
}
.select-box-sec .search-form select {
  width: 95% !important;
    margin: 5px !important;
    display: block !important;
}
}

/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
  /* Very large screens like 2K/4K monitors */
    .search-form {
    position: relative;
    padding-right: 0px !important;
    /* max-width: 420px; */
    margin: 0 0 18px;
}
.select-box-sec .search-form select {
  width: 95% !important;
    margin: 5px !important;
    display: block !important;
}
}


/* miscellaneous end */
/* Custome Responce start*/

/* Header style start */

.middle-sub .middle_menu.menu {
    width: 420px !important;
}
.middle-sub .middle_menu.menu {
  /* background-color: red !important; */
  padding: 10px;
  column-count: 2;          
  column-gap: 15px;          
  list-style: none;
  margin: 0;
  
}
.middle-sub .middle_menu.menu li {
  break-inside: avoid;       /* Prevents items from breaking between columns */
  padding: 5px 0;
}
.middle-sub .middle_menu.menu li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
/* Header top menu-01 start */
.header_left_listing {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.header_left_listing li {
    position: relative;
}

.header_left_listing a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}


.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
     box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.submenu li a {
    padding: 13px 15px;
    color: #000000;
    padding: 11px;
    font-size:12px !important ;
    /* font-size: 12px; */
    /* padding: 15px; */
    padding: 10px !important;
}
ul.submenu.submenu-has {
    border-radius: 0 0 12px 12px !important; 
    background: rgba(219, 219, 219, 0.97) !important;
    padding: 10px;
}

.submenu li a:hover {
    background-color: #ffc600 !important;
    border-radius: 4px;
    color: #000000 !important;
}

.has-submenu:hover .submenu {
    display: block;
}

.header_left_listing .submenu li::after {
    content: none;
}
/* Mobile (0–767px) */
@media (max-width: 767px) {
   /* mobile view top menu */
      .header_middleleft {
        content-visibility: hidden;
    }
      .topnav_res {
    display: none !important;
  }
    
   /* .topnav.page_nav {
    display: none;
  } */
  .page_logo img {
        width: 254px !important;
        margin-right: 10px;
    }
       .bottom_headerright_logo {
        display: flex;
        /* gap: 12px !important; */
        flex-direction: row;
        /* margin-right: 50px;
        margin-left: -86px; */
    }
     .bottom_headerright_image1 {
        height: 50px !important;
        width: 50px !important;
    }
    .bottom_headerright_image2 {
        height: 50px!important;
        width: 100px!important;
    }
      /* .main_toggle_btn {
        position: absolute;
        top: 130px;
        left: 245px !important;
        z-index: 99;
    } */
        .page_logo img {
        width: 75% !important;
        height: 100%;
        margin-right: 10px;
    }
    /* .bottom_headerright_logo {
    display: flex;
    gap: 3px !important;
} */
  /* Styles for small devices like smartphones */
      .header_middlepart_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .taggle-toggle-btn {
    top: 57px;
    }
.header_middleleft {
    margin: 10px 0px;
}
.header_middleleft {
    margin: 10px 0px;
}
.header_call {
    margin: 0 5px;
}
/* right */
.header_middleright {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    margin-left: 55px;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.header_middleright::-webkit-scrollbar {
    display: none; 
}

.border_wrapper {
    display: inline-flex;
    gap: 10px;
}

.border_boxing {
    flex: 0 0 auto;
}
    .border_wrapper {
        display: inline-flex;
        gap: 27px !important;
        flex-direction: row;
        margin-left:2px;
        /* padding: 0px 10px; */
    }

    /* left */
    .header_middleleft {
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .header_middleleft::-webkit-scrollbar {
        display: none;
    }

    .header_left_listing {
        display: inline-flex;
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header_left_listing > li {
        flex: 0 0 auto;
        position: relative; /* Required for submenu positioning */
    }

    .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        display: none; /* Hide by default */
        z-index: 999;
        padding: 10px 0;
    }

    .has-submenu:hover .submenu {
        display: block; /* Show submenu on hover */
    }

    .submenu li {
        display: block;
        padding: 5px 15px;
    }

    .submenu li a {
        color: #333;
        text-decoration: none;
        white-space: normal;
    }

    .has-submenu > a::after {
        content: " ▼";
        font-size: 10px;
    }
    .submenu {
    right: auto;
    left: 0;
    max-width: 300px;
    overflow-wrap: break-word;
}
/* main menu*/


}

/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
   /* mobile view top menu */
       .main_toggle_btn {
        position: absolute;
        /* top: 152px !important;
        left: 690px !important; */
        z-index: 99;
    }
        .bottom_header_wrapper {
        display: flex;
        justify-content: flex-start !important;
        align-items: start;
        flex-direction: row;
    }
      .header_middleleft {
        content-visibility: hidden;
    }
    .header_middlepart_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
.header_middleleft {
    margin: 10px 0px;
}
.header_middleright {
    margin: 10px 0px;
}
.header_middleright {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    margin-left: 55px;
    display: block;
}
/* right */
.header_middleright {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;

    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.header_middleright::-webkit-scrollbar {
    display: none; 
}

.border_wrapper {
    display: inline-flex;
    gap: 10px;
}

.border_boxing {
    flex: 0 0 auto;
}
    .border_wrapper {
        display: inline-flex;
        gap: 27px !important;
        flex-direction: row;
        margin-left: -3px;
        /* padding: 0px 10px; */
    }
/* left */
.header_middleleft {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;

    /* Hide scrollbar (for Chrome, Safari, Firefox, Edge) */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE & Edge */
}

.header_middleleft::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
}

/* Ensure inline behavior for list */
.header_left_listing {
    display: inline-flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Keep submenus from breaking layout */
.header_left_listing li {
    flex: 0 0 auto;
}

}

/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */

  /* mobile view top menu */
      .header_middleleft {
        content-visibility: hidden;
    }
      .header_middle {
        padding: 12px 15px !important;
    
}
    .header_bottom {
        padding: 15px 15px !important;
    }

.header_middleright {
    margin: 10px 0px;
}
.header_middleleft {
    margin: 10px 0px;
}
/* right */
.header_middleright {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;

    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.header_middleright::-webkit-scrollbar {
    display: none; 
}

.border_wrapper {
    display: inline-flex;
    gap: 10px;
}

.border_boxing {
    flex: 0 0 auto;
}
    .border_wrapper {
        display: inline-flex;
        gap: 27px !important;
        flex-direction: row;
        /* padding: 0px 10px; */
    }
/* left */
.header_middleleft {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;

    /* Hide scrollbar (for Chrome, Safari, Firefox, Edge) */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE & Edge */
}

.header_middleleft::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
}

/* Ensure inline behavior for list */
.header_left_listing {
    display: inline-flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Keep submenus from breaking layout */
.header_left_listing li {
    flex: 0 0 auto;
}

}

/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Standard desktop screens */
  .header_middle {
        padding: 12px 15px !important;
    
}
    .header_bottom {
        padding: 15px 15px !important;
    }
  .taggle-header_middle {
    content-visibility: hidden;
}

.header_middleright {
    margin: 10px 0px;
}
.header_middleleft {
    margin: 10px 0px;
}
}
/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
  /* Very large screens like 2K/4K monitors */
  
  .taggle-header_middle {
    content-visibility: hidden;
}
.header_middle {
        padding: 12px 15px !important;
    }
        .header_bottom {
        padding: 15px 15px !important;
    }

}
.resMainmenu .menu-item--expanded .menu ul {
    position: absolute;
    left: 200px !important;
    top: -10px;
    column-count: 1 !important;
    z-index: 9;
    display: none;
    padding: 10px 0;
    width: 200px !important;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background: rgba(219, 219, 219, 0.97) !important;
    backdrop-filter: blur(24px);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

/* Header top menu-02 start */
/* ===========================
   MAIN TOGGLE SIDEBAR DESIGN
   All classes are scoped under `.main_toggle`
   =========================== */

.main_toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 310px !important;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1001;
  overflow-y: auto;
  /* padding: 20px; */
}
.main_toggle .middle-sub .middle_menu.menu {
    /* background-color: red !important; */
    padding: 10px;
    column-count: 1;
    column-gap: 15px;
    list-style: none;
    margin: 0;
}
.main_toggle .resMainmenu .menu-item--expanded .menu ul {
    position: absolute;
    left: 0px !important;
}

.main_toggle.active {
  transform: translateX(0);
}

.main_toggle_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: -20px;
}

.main_toggle_btn {
  background-color:#1a469d;
  color: #ffffff;
  padding: 4px 17px;
  border: none;
  font-size: 24px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  right: 10px;
  top: 140px;
}

/* 11-09-2025 added*/
/* @media (max-width: 767px) { */
@media (min-width: 320px) and (max-width: 472px) {
  .main_toggle_btn {
 right: 10px;
    top: 120px !important;
  }
  .bottom_headerright_logo img {
  width: 100%; 
  height: 100%; 
  max-width: 100px !important; 
}
#myCarousel .carousel-item > img {
    object-fit: fill;
    height: 164px !important;
}
  
}
/* 15-09-2025 added */
@media (min-width: 472px) and (max-width: 767px) {
  .main_toggle_btn {
 right: 20px;
    top: 150px !important;
  }
    .bottom_headerright_logo img {
  width: 100%; 
  height: 100%; 
  max-width: 100px !important; 
}
}
/* 15-09-2025 added */
@media (min-width: 768px) and (max-width: 991px) {
    .main_toggle_btn {
        position: absolute;
        z-index: 99;
        right: 10px;
        top: 155px;
    }
    .bottom_headerright_logo {
          margin-top: -8px;
    }
      .bottom_headerright_logo img {
  width: 100%; 
  height: 100%; 
  max-width: 100px !important; 
}
}
/* 15-09-2025 added */
@media (min-width: 992px) and (max-width: 1024px) {
.bottom_headerright_logo img {
  width: 100% !important;     /* or try 2vw (2% of viewport width) */
  height: 100% !important;  /* keeps aspect ratio */
  max-width: 50px !important; /* don’t let it grow too big */
}
    .page_logo img {
        width: 195px !important;
        height: 50px;
    }
          .bottom_headerright_logo img {
  width: 100%; 
  height: 100%; 
  max-width: 50px !important; 
}
}
/* 15-09-2025 added */
@media (min-width: 1025px) and (max-width: 1156px) {
.bottom_headerright_logo img {
  width: 100% !important;     /* or try 2vw (2% of viewport width) */
  height: 100% !important;  /* keeps aspect ratio */
  max-width: 50px !important; /* don’t let it grow too big */
}
    .page_logo img {
        width: 195px !important;
        height: 50px;
    }
}

/* 15-09-2025 added */
.bottom_headerright_logo img {
  width: 100%;     /* or try 2vw (2% of viewport width) */
  height: 100%;  /* keeps aspect ratio */
  max-width: 120px; /* don’t let it grow too big */
}
.bima_cio-logo {
    display: flex;
    gap: 10px;
}

.main_toggle_close {
  font-size: 24px;
  background: none;
  border: none;
  color: #333;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 20px;
}
button.main_toggle_close {
    margin-top: 15px;
    margin-right: 15px;
    background: #00000036;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}

.main_toggle_overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.main_toggle.active + .main_toggle_overlay {
  display: block;
}

/* Main Menu Styling */
.main_toggle .topnav.page_nav {
  width: 100%;
}

.main_toggle .menuPage {
  padding: 0;
}

.main_toggle .resMainmenu {
  width: 100%;
}

.main_toggle .resMainmenu .menuClsBtn {
  display: none; /* already using close button above */
}

/* Main List */
.main_toggle .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_toggle .menu-item {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
  /* margin-left: -18px !important; */
}

.main_toggle .menu-item > a {
    display: flex;
    justify-content: space-between;
    /* padding: 12px 16px; */
    color: #222;
    text-decoration: none;
    font-weight: 500;
    /* font-size: 16px; */
    font-size: var(--font-size-16);
    transition: background 0.3s;
    color: #003399;
}

.main_toggle .menu-item > a:hover {
  background-color: #f2f2f2;
}

/* Arrow indication for expanded menu */
.main_toggle .menu-item--expanded > a::after {
  content: '▼';
  font-size: 15px;
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.main_toggle .menu-item--expanded.open > a::after {
  transform: rotate(180deg);
}

/* Submenu */
.main_toggle .middle_menu.menu {
  display: none;
  padding-left: 20px;
  background: #f9f9f9;
}

.main_toggle .menu-item--expanded.open > .middle_menu.menu {
  display: block;
}

.main_toggle .middle_menu .menu-item > a {
  font-size: 15px;
  padding: 10px 16px;
  color: #444;
}

.main_toggle .middle_menu .menu-item > a:hover {
  background: #eaeaea;
}

/* Final submenus */
.main_toggle .sub-menu.menu-item a {
  font-size: 14px;
  padding: 8px 16px;
  color: #555;
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
  .main_toggle {
    width: 100%;
  }
}

 @media (max-width: 768px) {
  .main_toggle {
    max-width: 100%;
  }
}
.main_toggle .resMainmenu .menu-item--expanded > ul > li a {
    display: block;
    padding: 10px 18px;
    color: #003366;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    transition: background 0.3s;
}
.main_toggle .resMainmenu .menu-item--expanded > ul > li a:hover {
    background-color: #f0f6ff;
}


/* --- Submenu default state (collapsed) --- */
.main_toggle .middle_menu.menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  padding-left: 16px;
  background: #f9f9f9;
}

/* --- Submenu when parent is open (expanded) --- */
.main_toggle .menu-item--expanded.open > .middle_menu.menu {
  max-height: 1000px; /* enough to show deep menus */
  opacity: 1;
  overflow: auto;
}

/* --- Submenu link styling --- */
.main_toggle .middle_menu .menu-item > a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}

.main_toggle .middle_menu .menu-item > a:hover {
  background: #ececec;
  border-left: 2px solid #004165;
}

/* --- Arrow rotation (already exists, for clarity) --- */
.main_toggle .menu-item--expanded > a {
    display: flex;
    justify-content: space-between; /* pushes text left, arrow right */
    align-items: center;
    position: relative;
}

.main_toggle .menu-item--expanded > a::after {
    content: '▼';
    font-size: 15px;
    transform: rotate(0deg);
    transition: transform 0.3s;
    margin-left: 10px; /* spacing from text */
}


.main_toggle .menu-item--expanded.open > a::after {
  transform: rotate(180deg);
}
.main_toggle .resMainmenu .menu-item--expanded .menu ul {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 9;
    display: none;
    padding: 10px 0;
    width: 200px !important;
    margin-top: 56px;
    background: rgba(219, 219, 219, 0.97) !important;
    backdrop-filter: blur(24px);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

/* Show submenu when parent is open */


/* Submenu items styling */
.main_toggle .resMainmenu .menu ul li a {
    display: block;
    padding: 10px 14px;
    color: #003366;
    background: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin: 4px 0;
    transition: background 0.3s ease;
}

.main_toggle .resMainmenu .menu ul li a:hover {
    background: #dcefff;
    color: #004165;
}

/* Nested submenu inside a submenu (3rd level) */
.main_toggle .resMainmenu .menu ul ul {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 8px;
    padding-left: 12px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 2px solid #004165;
    box-shadow: none;
    backdrop-filter: none;
}
.main_toggle .middle_menu.menu {
  display: block;
  flex-direction: column;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
}

.main_toggle .middle_menu.menu .menu-item {
  padding: 0;
  margin: 0;
}

.main_toggle .middle_menu.menu .menu-item a {
  /* display: block; */
  padding: 10px 27px;
  color: #003366;
  background-color: transparent;
  text-decoration: none;
  /* font-size: 15px; */
  font-size: var(--font-size-15);
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
  display: flex;
}

.main_toggle .middle_menu.menu .menu-item a:hover {
  background-color: #f0f6ff;
  color: #004165;
}
@media (max-width: 768px) {
    .main_toggle_btn {
        position: absolute;
        /* top: 192px;
        left: 254px; */
        z-index: 99;
    }
}
.main_toggle .topnav.page_nav {
    border: none;
}
/* Header top menu-02 end */
/* companyprofile start */
/* Mobile (0–767px) */
@media (max-width: 767px) {
  /* Styles for small devices like smartphones */
  .abTitle {
    font-size: 14px!important;
    padding: 0px 0px !important;
}
.py-5 {
    padding-top: 1rem !important;
}
.abtxt {
    margin-top: 15px;
} 
.col-md-5 .w-100 {
    height: 340px !important;
}
.mvDesk {
    text-align: center !important;
    padding: 0px 0px;
    padding-left: 0px !important;
}
img.d-block.img-fluid {
    margin-top: 50px;
    margin-left: 50px;
}
img.d-block.img-fluid {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nav-tabs {
    border: none;
    gap: 10px !important;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-direction: column;
    margin-top: 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 12px 16px !important;
    margin-top: 0px !important;
}
.nav-tabs .nav-link {
    margin-right: 0px !important;
}
.scroll-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;           /* Firefox */
  border-bottom: solid 2px #a7abab;
}
.aboutwrap .nav-pills {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid rgb(255 255 255 / 20%) !important;
}

.scroll-mobile::-webkit-scrollbar {
  display: none;                   /* Chrome, Safari, Edge */
}

.scrolldiv ul.nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: visible;
  /* gap: 10px; */
}

.scrolldiv ul.nav li.nav-item {
  flex: 0 0 auto;
}

.scrolldiv ul.nav li.nav-item a.nav-link {
  white-space: nowrap;
  min-width: max-content;
}
table {
    width: 100% !important;
}
.mvDesk ul li::before {
    display: none !important;
}

/* Scrollbar hide for WebKit (optional) */
.scroll-mobile::-webkit-scrollbar {
  display: none;
}


}

/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
  .abTitle {
    font-size: 14px!important;
    padding: 0px 0px !important;
}
.py-5 {
    padding-top: 1rem !important;
}
.abtxt {
    margin-top: 15px;
} 
.col-md-5 .w-100 {
    height: 340px !important;
}
.mvDesk {
    text-align: center !important;
    padding: 0px 0px;
    padding-left: 0px !important;
}
img.d-block.img-fluid {
    margin-top: 50px;
    margin-left: 50px;
}
img.d-block.img-fluid {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nav-tabs {
    border: none;
    gap: 10px !important;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-direction: column;
    margin-top: 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 12px 16px !important;
    margin-top: 0px !important;
}
.nav-tabs .nav-link {
    margin-right: 0px !important;
}
.scroll-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;           /* Firefox */
  border-bottom: solid 2px #a7abab;
}
.aboutwrap .nav-pills {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid rgb(255 255 255 / 20%) !important;
}

.scroll-mobile::-webkit-scrollbar {
  display: none;                   /* Chrome, Safari, Edge */
}

.scrolldiv ul.nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: visible;
  gap: 10px;
}

.scrolldiv ul.nav li.nav-item {
  flex: 0 0 auto;
}

.scrolldiv ul.nav li.nav-item a.nav-link {
  white-space: nowrap;
  min-width: max-content;
}
table {
    width: 100% !important;
}
.mvDesk ul li::before {
    display: none !important;
}

/* Scrollbar hide for WebKit (optional) */
.scroll-mobile::-webkit-scrollbar {
  display: none;
}
}

/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */
  .abTitle {
    font-size: 21px!important;
    padding: 0px 0px !important;
}
.py-5 {
    padding-top: 1rem !important;
}
.abtxt {
    margin-top: 15px;
} 
.col-md-5 .w-100 {
    height: 340px !important;
}
.mvDesk {
    text-align: center !important;
    padding: 0px 0px;
    padding-left: 0px !important;
}
img.d-block.img-fluid {
    margin-top: 50px;
    margin-left: 50px;
}
.nav-tabs {
    border: none;
    gap: 10px !important;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex-direction: column;
    margin-top: 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 12px 16px !important;
    margin-top: 0px !important;
}
.nav-tabs .nav-link {
    margin-right: 0px !important;
}
.scroll-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: none;           /* Firefox */
  border-bottom: solid 2px #a7abab;
}
.aboutwrap .nav-pills {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid rgb(255 255 255 / 20%) !important;
}

.scroll-mobile::-webkit-scrollbar {
  display: none;                   /* Chrome, Safari, Edge */
}

.scrolldiv ul.nav {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: visible;
  gap: 10px;
}

.scrolldiv ul.nav li.nav-item {
  flex: 0 0 auto;
}

.scrolldiv ul.nav li.nav-item a.nav-link {
  white-space: nowrap;
  min-width: max-content;
}
table {
    width: 100% !important;
}
.mvDesk ul li::before {
    display: none !important;
}
.mvDesk ul li::before {
    display: none !important;
}

/* Scrollbar hide for WebKit (optional) */
.scroll-mobile::-webkit-scrollbar {
  display: none;
}
}
/* companyprofile end */
/* vigilance Start */
/* Mobile (0–767px) */
@media (max-width: 767px) {
  /* Styles for small devices like smartphones */
  .aboutwrap table>tbody>tr>td {
    background-color: #edf4f4;
    color: #555;
    font-size: 1em;
    font-weight: normal;
    border: 0 none;
  
}
#chief-vigilance-officer table {
    background-color: #edf4f4;
    color: #555;
    font-size: 1em;
    line-height: 0 !important;
    font-weight: normal;
    border: 0 none;
    padding: 0 !important;
    width: 100%;
    display: grid !important;
    justify-content: space-around;
    justify-items: center !important;
    padding-top: 40px !important;
  }

  #chief-vigilance-officer table tbody,
  #chief-vigilance-officer table tr,
  #chief-vigilance-officer table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #chief-vigilance-officer img {
    max-width: 100%;
    height: auto;
  }

  #chief-vigilance-officer h3,
  #chief-vigilance-officer h4,
  #chief-vigilance-officer p {
    margin: 5px 0;
  }
.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* optional: maintain aspect ratio and fill */
    display: block;    /* removes extra space under image */
    margin-bottom: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
/* .view-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  .views-table {
    min-width: 600px; /* Ensures table doesn't shrink */
    width: 100%;
  }
  table.views-table.views-view-table.cols-4 {
    margin-top: 50px;
}
.views-table td, .views-table th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap; /* Prevents text wrapping */
  }
    .table-responsive {
  width: 100% !important;
  overflow-x: auto !important;
}

.table-responsive table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 600px !important; /* ensures table doesn't shrink on mobile */
}

.table-responsive th,
.table-responsive td {
  padding: 10px !important;
  white-space: nowrap ; /* prevents text from wrapping */
  font-size: 1em;
}
.fa-file-pdf-o {
    color: red;
    display: flex !important;
    justify-content: space-around !important;
}

.form-submit {
    height: 30px !important;
}
.views-exposed-form .form-item .form-text, .views-exposed-form .form-item select, .views-exposed-form .form-item .shs-widget-container {
    margin-top: 9px !important;
}
.views-exposed-form .form-item, .views-exposed-form .form-actions {
    width: 100%  !important; 
}
form#views-exposed-form-tender-page-1 {
    margin-top: 50px;
}
.footer_logoimage2 {
        width: 100px !important;
    }
    .footer_logoimage1 {
        height: 40px !important;
        width: 124px !important;
    }
}

/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
  i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
#chief-vigilance-officer table {
    background-color: #edf4f4;
    color: #555;
    font-size: 1em;
    line-height: 0 !important;
    font-weight: normal;
    border: 0 none;
    padding: 0 !important;
    width: 100%;
    display: grid !important;
    justify-content: space-around;
    justify-items: center !important;
    padding-top: 40px !important;
  }

  #chief-vigilance-officer table tbody,
  #chief-vigilance-officer table tr,
  #chief-vigilance-officer table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #chief-vigilance-officer img {
    max-width: 100%;
    height: auto;
  }

  #chief-vigilance-officer h3,
  #chief-vigilance-officer h4,
  #chief-vigilance-officer p {
    margin: 5px 0;
  }
.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* optional: maintain aspect ratio and fill */
    display: block;    /* removes extra space under image */
    margin-bottom: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
/* .view-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  .views-table {
    min-width: 600px; /* Ensures table doesn't shrink */
    width: 100%;
  }
  table.views-table.views-view-table.cols-4 {
    margin-top: 50px;
}
.views-table td, .views-table th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap; /* Prevents text wrapping */
  }
  .table-responsive {
  width: 100% !important;
  overflow-x: auto !important;
}

.table-responsive table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 600px !important; /* ensures table doesn't shrink on mobile */
}

.table-responsive th,
.table-responsive td {
  padding: 10px !important;
  white-space: nowrap ; /* prevents text from wrapping */
  font-size: 1em;
}
.fa-file-pdf-o {
    color: red;
    display: flex !important;
    justify-content: space-around !important;
}
.views-exposed-form .form-item .form-text {
    padding: 0px 10px;
    margin-top: 12px;
}
.form-submit {
    height: 30px !important;
}
.views-exposed-form .form-item .form-text, .views-exposed-form .form-item select, .views-exposed-form .form-item .shs-widget-container {
    margin-top: 9px !important;
}
.views-exposed-form .form-item, .views-exposed-form .form-actions {
    width: 100%  !important; 
}
form#views-exposed-form-tender-page-1 {
    margin-top: 50px;
}
.footer_logoimage2 {
        width: 100px !important;
    }
    .footer_logoimage1 {
        height: 40px !important;
        width: 124px !important;
    }

}

/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */
  .container.clearfix {
    margin-top: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
#chief-vigilance-officer table {
    background-color: #edf4f4;
    color: #555;
    font-size: 1em;
    line-height: 0 !important;
    font-weight: normal;
    border: 0 none;
    padding: 0 !important;
    width: 100%;
    display: grid !important;
    justify-content: space-around;
    justify-items: center !important;
    padding-top: 40px !important;
  }

  #chief-vigilance-officer table tbody,
  #chief-vigilance-officer table tr,
  #chief-vigilance-officer table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  #chief-vigilance-officer img {
    max-width: 100%;
    height: auto;
  }

  #chief-vigilance-officer h3,
  #chief-vigilance-officer h4,
  #chief-vigilance-officer p {
    margin: 5px 0;
  }
.field__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* optional: maintain aspect ratio and fill */
    display: block;    /* removes extra space under image */
    margin-bottom: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
/* .view-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  .views-table {
    min-width: 600px; /* Ensures table doesn't shrink */
    width: 100%;
  }
  table.views-table.views-view-table.cols-4 {
    margin-top: 50px;
}
.views-table td, .views-table th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap; /* Prevents text wrapping */
  }
  .fa-file-pdf-o {
    color: red;
    display: flex !important;
    justify-content: space-around !important;
}
.form-submit {
    height: 30px !important;
}
.views-exposed-form .form-item .form-text, .views-exposed-form .form-item select, .views-exposed-form .form-item .shs-widget-container {
    margin-top: 9px !important;
}
.views-exposed-form .form-item, .views-exposed-form .form-actions {
    width: 100%  !important; 
}
form#views-exposed-form-tender-page-1 {
    margin-top: 50px;
}
.footer_logoimage2 {
        width: 100px !important;
    }
    .footer_logoimage1 {
        height: 40px !important;
        width: 124px !important;
    }
}

/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Standard desktop screens */
  .container.clearfix {
    margin-top: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
/* .view-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  .views-table {
    min-width: 600px; /* Ensures table doesn't shrink */
    width: 100%;
  }
  table.views-table.views-view-table.cols-4 {
    margin-top: 50px;
}
.views-table td, .views-table th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap; /* Prevents text wrapping */
  }
  .fa-file-pdf-o {
    color: red;
    display: flex !important;
    justify-content: space-around !important;
}
.form-submit {
    height: 30px !important;
}
.views-exposed-form .form-item .form-text, .views-exposed-form .form-item select, .views-exposed-form .form-item .shs-widget-container {
    margin-top: 9px !important;
}
}

/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
  /* Very large screens like 2K/4K monitors */
  .container.clearfix {
    margin-top: 50px;
}
i.fa.fa-plus-square {
    display: flex !important;
    justify-content: space-around !important;
}
/* .view-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  .views-table {
    min-width: 600px; /* Ensures table doesn't shrink */
    width: 100%;
  }
  table.views-table.views-view-table.cols-4 {
    margin-top: 50px;
}
.views-table td, .views-table th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap; /* Prevents text wrapping */
  }
  .fa-file-pdf-o {
    color: red;
    display: flex !important;
    justify-content: space-around !important;
}

.form-submit {
    height: 30px !important;
}
.views-exposed-form .form-item .form-text, .views-exposed-form .form-item select, .views-exposed-form .form-item .shs-widget-container {
    margin-top: 9px !important;
}
.view-id-tender #edit-body-value {
    margin-top: 6px !important;
}
input#edit-field-office-code-value {
    margin-top: 17px !important;
}
input#edit-field-master-office-name-value {
    margin-top: 17px !important;
}
}
/* vigilance end */
 /* header style end */

 /* theme style */

/* Genral Responce */
/* Mobile (0–767px) */
@media (max-width: 767px) {
  /* Styles for small devices like smartphones */
  .header_left_listing li {
    font-size: var(--font-size-12) !important;
}
.footer_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    padding-top: 20px;
}
.footer_middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 60px;
}
.footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 60px;
}
.footer_flex {
    width: 100%;
}
.page_footerbottom {
    padding: 10px 10px;
    background-color: var(--bg-yellow);
}
    .taggle-toggle-btn {
        top: 55px !important;
    }
        /* .main_toggle_btn {
        top: 204px !important;
    } */
    .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_listing_box h2 {
    padding: 4px;
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--color-black300);
    line-height: 22px;
}
    .right_radio_wrap label {
        font-size: var(--font-size-15);
    }
    .checkmark {
        height: 20px !important;
        width: 20px !important;
    }
    .radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--background-primary);
}
    /* .main_toggle_btn {
        top: 220px !important;
    } */

}

/* Tablet Portrait (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for portrait tablets */
    .header_left_listing li {
    font-size: var(--font-size-12) !important;
}
    .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_listing_box h2 {
    padding: 4px;
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--color-black300);
    line-height: 22px;
}
    .right_radio_wrap label {
        font-size: var(--font-size-15);
    }
    .checkmark {
        height: 20px !important;
        width: 20px !important;
    }
    .radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--background-primary);
}
    .main_toggle_btn {
        position: absolute;
        /* top: 166px !important;
        left: 690px !important; */
        z-index: 99;
    }
}

/* Tablet Landscape / Small Laptops (992–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape and smaller laptops */
    .header_left_listing li {
    font-size: var(--font-size-12) !important;
}
.left_listing_box p {
    padding: 4px;
    font-size: var(--font-size-14);
}
    .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_listing_box h2 {
    padding: 4px;
    font-size: var(--font-size-16);
    font-weight: 700;
    color: var(--color-black300);
    line-height: 22px;
}
    .right_radio_wrap label {
        font-size: var(--font-size-15);
    }
    .checkmark {
        height: 20px !important;
        width: 20px !important;
    }
    .radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--background-primary);
}
.border_wrapper {
    margin-left: 60px !important;
}
}
/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* Standard desktop screens */
    .header_left_listing li {
    font-size: 12px !important;
}
    .left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 75px !important;
    width: 75px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_listing_box p {
    padding: 4px;
    font-size: var(--font-size-14);
}
.border_wrapper {
    margin-left: 60px !important;
}
}

/* Large Desktops (1400px and above) */
@media (min-width: 1400px) {
  /* Very large screens like 2K/4K monitors */
    .header_left_listing li {
    font-size: var(--font-size-13) !important;
}
    .header_middleright {
        overflow-x: auto;
        white-space: nowrap;
        max-width: 70%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .Header_themchange button {
    line-height: 20px;
    padding: 0px; 
}
.left_listing_image {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 20px;
    height: 90px !important;
    width: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_listing_box h2 {
    padding: 4px;
    font-size: var(--font-size-16) !important;
    font-weight: 700;
    color: var(--color-black300);
    line-height: 22px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
}
.radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
}

}

/* header switcher color */
.theme-color-switcher {
    display: flex;
    gap: 5px;
    margin-top: 0px;
  }
  .theme-color-box {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
.theme-color-box:hover {
  transform: scale(1.1);
}
.theme-color-box.white { background-color: #ffffff; }
.theme-color-box.yellow { background-color: #ff0; }
.theme-color-box.blue { background-color: #000084; }
.theme-color-box.pink { background-color: #ff41ff; }
/* Font size */
.Header_themchange {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px !important;
}
.Header_themchange .smaller, .reset, .bigger {
    background: white;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    color: #003399;
    align-content: space-around;
    justify-content: space-around;
    font-weight: 600;
}

 /* User handil theme style */
.looksfor label div{display:block;margin-left:24px;padding-left:30px;background:transparent url("../images/check-inactive.png") no-repeat left center;}
.radiostyle input:checked + label::before,
.looksfor .label input:checked + div,.looksfor label input:checked + div{background-image:url("../images/check-active.png");}
.radiostyle{overflow:hidden;position:relative;margin-bottom:10px}
.radiostyle input[type="radio"]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;}
.radiostyle label{margin:0;position:relative;padding:0 0 0 27px}
.radiostyle label::before{content:"";position:absolute;left:0;top:1px;margin:0;width:20px;height:20px}
.radiostyle label::before, .looksfor .label div, .looksfor label div {
    display: block;
    /* margin-left: 24px; */
    padding-left: 30px;
    background: transparent url(../images/check-inactive.png) no-repeat left center;
}
    .banner_leftwrap {
        background: #f5fdfd !important;
    }

    .awards .card{border:1px solid #dce3e3;padding:18px 37px;margin:50px 0 10px;background: white;}
    /* menu bar */
    .header_middle {background-color: #1a469d;border-top: solid 1px #1a469d;}
    .Header_themchange button{background-color: #ffffff;}
    .language_dropdown .dropdown .btn{color: #ffffff;}
    .banner_right_listbox h2 {color: #ffffff;}
    .banner_rightbottomwrp { border-left: solid 0px black;}
    .header_bottom {background-color: #ffc600;}
    /* Motor-Package-and-Liability-only-Policies*/
    .select-box-sec select {background: #ffffff url(../images/down-arrow.png) no-repeat right 15px center;border: 2px solid #000000;color: #000000;}
    .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {color: #000000;}
    .aboutwrap .nav-pills .nav-link, .abtxt, .mvDesk h2, .mvDesk h5, .mvDesk ul li, .contstyle h2, .contstyleOne h2, .tab-content, .contstyle h1, .contstyleOne h1, .cards .card .card-title, .contstyle h3, .boxEhs p, .boxEhs h4, .innertab .nav-link, footer ul li, .cards .card .card-text, .contstyle ul li, .cards .card ul.card-text li, .contstyle ul li, .contstyle p, .contstyleOne p {color:  #0c0000;}
    .tab-content a {background: #fffdfd00;}
    .contstyle a, .contstyleOne a, .aboutwrap .nav-pills .nav-link.active {color: #000000;}
    /* Family-Medicare-Policy */
.cards .card, .aboutwrap .tab-content table>tbody>tr>td {background-color: #ffffff !important;color: #000000;}
.aboutwrap .tab-content table>tbody>tr:nth-child(even)>td {background-color: #ffffff;}
.search-form .form-submit {margin-top: -5px !important;}
/* OMP-for-Business-and-Holiday */
.innertab .nav-link.active, .aboutwrap .tab-content table>thead>tr>th, .contstyleOne .alert-warning, .search-form .form-submit, .abTitle {color: #ffffff;background-color: #173885;border-color: #173885;}
    /* brokers-omp-agents */
.annual_table table>tbody>tr>td:first-child {background-color: #e4ebeb;}
/* agent_broker_dealer_surveyor */
.agents-button {background-color: #ff0 !important;border: 5px solid #ff0 !important;color: rgb(0, 0, 0) !important; cursor: pointer;}


/* Lightbox background */
.img-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

/* Lightbox image */
.img-popup-overlay img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px #000;
  border: 4px solid #fff;
  border-radius: 6px;
  animation: fadeIn 0.3s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.gal_cal img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or use contain if you don't want cropping */
  display: block;
}
.gal_cal {
  width: 100%;
  height: 140px; /* Set your preferred height */
  overflow: hidden;
  position: relative;
}

select#language-select {
background: #fff !important;
color: #000 !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

/* 04-07-2025 Popup style added */
 /* Popup Styles */
.overlay-bg-home {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* 06-08-2025 updated */
.overlay-content {
    background: white;
    border-radius: 8px;
    width: 95%;
    max-width: 700px;
    max-height: 100vh;  /* Use viewport height for smaller laptops */
    overflow-y: auto;
    position: relative;
    animation: fadeIn 0.3s;
    padding: 15px;
    border: 2px solid #F0C020;
}


@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.close-btn-popup {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    transition: all 0.2s ease;
}

.close-btn-popup:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

/* Slider Styles */
.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: auto;
    max-height: 100% !important;
    object-fit: contain;
    display: block;
}

/* Navigation Arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider-nav button {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
}

/* Dots Navigation */
/* .slider-dots {
    text-align: center;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
} */
 .slider-dots {
    text-align: center;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 100%;
}

.slider-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-dot.active {
    background: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .overlay-content {
        width: 95%;
    }
    
    .slider-nav button {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.header_middleleft span {
  color: black!important;
}
.middle_menu.menu span {
  color: #000;
  font-size: 12px;
}
.texlefttd{
	text-align:left;
	
}
.tablewidthfull{
	width:100%;
}

/* 25-07-2025 */
form.webform-submission-form {
  max-width: 1200px;
  margin: auto;
  /* background: #ffffff; */
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px #ccc; */
  box-sizing: border-box;
}

form.webform-submission-form label {
  display: block;
  /* font-weight: bold; */
  margin-bottom: 5px;
  color: #6d6d6d;
  font-size: 14px;
}

form.webform-submission-form input[type="text"],
form.webform-submission-form input[type="email"],
form.webform-submission-form select,
form.webform-submission-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

form.webform-submission-form textarea {
  resize: vertical;
}

.js-form-item {
  margin-bottom: 20px;
}

/* Group fields in 3-column grid on larger screens */
@media (min-width: 768px) {
  #webform-submission-feedback-form-add-form.webform-submission-form .form-item {
    display: inline-block;
    vertical-align: top;
    /* width: calc(33.333% - 20px); */
    margin-right: 15px;
  }

  #webform-submission-survey-management-policy-form-add-form .webform-submission-form .form-item {
    /* display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 20px); */
    margin-right: 15px;
  }

  .webform-submission-form .form-item:nth-child(3n) {
    margin-right: 0;
  }

  .webform-submission-form .form-item textarea {
    width: 100%;
  }
}

/* Full width on mobile */
@media (max-width: 767px) {
  .webform-submission-form .form-item {
    width: 100%;
  }
}

/* CAPTCHA Section */
.captcha-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.captcha-section img {
  height: 40px;
}

input[name="captcha_code"] {
  max-width: 150px;
}

/* Submit Button */
form.webform-submission-form .form-actions {
  text-align: center;
  margin-top: 30px;
}

form.webform-submission-form .form-actions input[type="submit"] {
  background-color: #004a99;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form.webform-submission-form .form-actions input[type="submit"]:hover {
  background-color: #003366;
}
#edit-titletext{
	width:100%;
}
/*  */

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-title.form-item-title {
        width: 10%;
        margin-top: 21px !important;
}

#webform-submission-surveyor-management-policy-add-form .form-item-first-name {
  width: 33%;
  float: left;
  padding-right: 10px;
}
#webform-submission-surveyor-management-policy-add-form  .form-item-middle-name{
    width: 32%;
  float: left;
}
#webform-submission-surveyor-management-policy-add-form .form-item-last-name {
    width: 32%;
  float: left;
  padding-left: 10px;
}
#webform-submission-surveyor-management-policy-add-form .form-item-attach-self-attested-identity-proof{
    width:100%;
    float:left;
}
#webform-submission-surveyor-management-policy-add-form .form-item-individual-corporate,
#webform-submission-surveyor-management-policy-add-form .form-item-address-of-the-applicant-registered-address-of-the-corporate-f,
#webform-submission-surveyor-management-policy-add-form .form-item-pincode,
#webform-submission-surveyor-management-policy-add-form .form-item-city,
#webform-submission-surveyor-management-policy-add-form .form-item-state,
#webform-submission-surveyor-management-policy-add-form .form-item-email-address,
#webform-submission-surveyor-management-policy-add-form .form-item-contact-number-tel,
#webform-submission-surveyor-management-policy-add-form .form-item-irdai-licence-no,
#webform-submission-surveyor-management-policy-add-form .form-item-lob-s,
#webform-submission-surveyor-management-policy-add-form .form-item-psgics,
#webform-submission-surveyor-management-policy-add-form .form-item-preferred-area-s-of-operations-city-distric-t-state,
#webform-submission-surveyor-management-policy-add-form .form-item-private-gics,
#webform-submission-surveyor-management-policy-add-form .form-item-place
{
       width: 40%;
}
#webform-submission-surveyor-management-policy-add-form .form-item-academic,
#webform-submission-surveyor-management-policy-add-form .form-item-professional,
#webform-submission-surveyor-management-policy-add-form .form-item-insurance,
#webform-submission-surveyor-management-policy-add-form .form-item-membership-no,
#webform-submission-surveyor-management-policy-add-form .form-item-yyyy,
#webform-submission-surveyor-management-policy-add-form .form-item-level-f-a-l
{
    width:32%;
    float:left;
    padding-right:10px;
}
#webform-submission-surveyor-management-policy-add-form .form-item-as-independent-surveyor{
    width: 25%;
  float: left;
}
    #webform-submission-surveyor-management-policy-add-form .form-item-experience-as-independent-surveyor-month,
    #webform-submission-surveyor-management-policy-add-form .form-item-experience-under-senior-surveyor,
    #webform-submission-surveyor-management-policy-add-form .form-item-experience-as-senior-surveyor-month
    {
    width: 25%;
  float: left;
  padding-left: 10px;    
    }
#webform-submission-surveyor-management-policy-add-form .form-item-irdai-licence-no2,
#webform-submission-surveyor-management-policy-add-form .form-item-iisla-membership,
.form-item-experience-certificate-attach-self-attested-copy{
        width:100%;
    float:left;
}
#webform-submission-surveyor-management-policy-add-form .form-item-irdai-licence-no2 label{
  width: 14%;
  float: left;
}
#edit-irdai-licence-no2{
    width: 20%;
  float: left;
}

#webform-submission-surveyor-management-policy-add-form .form-item-irdai-licence-no-3,#edit-department,
#edit-are-you-already-empanelled-with-any-other-general-insurance-c,
#edit-has-your-application-for-empanelment-been-rejected-by-any-gen,#edit-will-working-as-a-surveyor-be-your-sole-occupation,#edit-any-other-relevant-document{
        width:32%;
    
}
#webform-submission-surveyor-management-policy-add-form .form-number{
    padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 5px;
}
#webform-submission-surveyor-management-policy-add-form .form-item-fire,
#webform-submission-surveyor-management-policy-add-form .form-item-marine-cargo,
#webform-submission-surveyor-management-policy-add-form .form-item-marine-hull,
#webform-submission-surveyor-management-policy-add-form .form-item-engg,
#webform-submission-surveyor-management-policy-add-form .form-item-motor,
#webform-submission-surveyor-management-policy-add-form .form-item-misc,
#webform-submission-surveyor-management-policy-add-form .form-item-crop-insurance

{
width: 13%;
  float: left;
}

#webform-submission-surveyor-management-policy-add-form .form-item-lop
{
width: 9%;
  float: left;
}

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-was-the-purpose-of-your-visit-solved.form-item-was-the-purpose-of-your-visit-solved {
    display: block;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-if-no-kindly-specify-the-problem-faced.form-item-if-no-kindly-specify-the-problem-faced {
    width: 98%;
}

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-how-did-you-come-to-know-about-this-site.form-item-how-did-you-come-to-know-about-this-site {
    width: 48%;
    margin-right: 15px;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-are-you-satisfied-with-what-the-site-has-to-offer.form-item-are-you-satisfied-with-what-the-site-has-to-offer {
    width: 48%;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-navigation.form-item-navigation {
    width: 23%;
    margin-right: 15px;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-speed.form-item-speed {
    width: 23%;
    margin-right: 0px !important;
}

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-content-topics-covered-articles.form-item-content-topics-covered-articles {
    width: 48%;
    margin-right: 0px !important;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-if-no-kindly-specify-why.form-item-if-no-kindly-specify-why {
    width: 98%;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-which-sections-did-you-find-most-useful.form-item-which-sections-did-you-find-most-useful {
    width: 48%;
    margin-right: 15px;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-anything-specific-you-would-like-to-read-about.form-item-anything-specific-you-would-like-to-read-about {
    width: 48%;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-have-you-bought-our-insurance-policies-online.form-item-have-you-bought-our-insurance-policies-online {
    width: 48%;
}
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-if-yes-when-was-it.form-item-if-yes-when-was-it {
    width: 48%;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-how-was-your-experience-of-buying-online.form-item-how-was-your-experience-of-buying-online {
    width: 48%;
}
.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-other-suggestions-comments-for-the-website.form-item-other-suggestions-comments-for-the-website {
    width: 48%;
     margin-right: 0px !important;
}
div#edit-captcha-image-wrapper {
    display: contents;
}
input#edit-captcha-response {
    width: 17%;
}
form.webform-submission-form .form-actions input[type="submit"] {
    background-color: #004a99;
    color: #fff;
    padding: 10px 30px !important;
    height: 40px !important;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

@media (max-width: 992px) {
  .js-form-item.form-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  /* Optional: Add spacing between stacked fields */
  .js-form-item.form-item:not(:last-child) {
    margin-bottom: 15px;
  }

  /* CAPTCHA input full width on small devices */
  input#edit-captcha-response {
    width: 100% !important;
  }

  /* CAPTCHA wrapper fix if needed */
  div#edit-captcha-image-wrapper {
    /* display: block; */
    width: 100%;
  }
  form.webform-submission-form {
    padding: 1px;
  }
}

.h5fontst {
    color: #173885!important;
    font-size: 1.100em!important;
    line-height: 24px!important;
    font-weight: 500!important;
}
#pubdis td{
	text-align:left!important;
}

/*  29-07-2025 / 06-08-2025 updated*/
@media (min-width: 992px) and (max-width: 1280px) {
  .banner_leftwrap{
            width: 50%;
        height: 385px !important;
    }
  
    .banner_rightwrp {
        width: 50%;
        height: 385px !important;
    }
}


@media (max-width: 1440px) and (min-width: 1381px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 482px !important;
  }
}
@media (max-width: 1380px) and (min-width: 1321px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 460px !important;
  }
}
@media (max-width: 1320px) and (min-width: 1280px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 435px !important;
  }
}
@media (max-width: 1280px) and (min-width: 1271px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 440px !important;
  }
}

@media (max-width: 1270px) and (min-width: 1261px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 435px !important;
  }
}

@media (max-width: 1260px) and (min-width: 1251px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 438px !important;
  }
}

@media (max-width: 1250px) and (min-width: 1241px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 436px !important;
  }
}

@media (max-width: 1240px) and (min-width: 1231px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 436px !important;
  }
}
@media (max-width: 1231px) and (min-width: 1200px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 433px !important;
  }
}
@media (max-width: 1200px) and (min-width: 1175px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 423px !important;
  }
}
@media (max-width: 1175px) and (min-width: 1100px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 410px !important;
  }
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 389px !important;
  }
}
@media (max-width: 998px) and (min-width: 940px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 605px !important;
  }
}
@media (max-width: 940px) and (min-width: 770px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 594px !important;
  }
}
@media (max-width: 970px) and (min-width: 761px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 520px !important;
  }
}
@media (max-width: 761px) and (min-width: 720px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 490px !important;
  }
}
@media (max-width: 720px) and (min-width: 690px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 485px !important;
  }
}
@media (max-width: 690px) and (min-width: 590px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 485px !important;
  }
}
@media (max-width: 590px) and (min-width: 490px) {
  .banner_leftwrap,
  .banner_rightwrp {
    width:  50%;
    height: 415px !important;
  }
}
.contstyle h5 {
    color: #173885;
    font-size: 1em;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
#key-persons #edit-actions--5{
display:none;
}
/* Target all inputs, selects, and shs widgets inside the specific exposed form */
#views-exposed-form-uiiccontactus-block-4 .form-item .form-text,
#views-exposed-form-uiiccontactus-block-4 .form-item select,
#views-exposed-form-uiiccontactus-block-4 .form-item .shs-widget-container {
    margin-top: 0px !important;
}

/* Specific fix for Office Name input */
#views-exposed-form-uiiccontactus-block-4 input#edit-field-master-office-name-value {
    margin-top: 0px !important; 
}

.contstyle h5 {
    color: #173885;
    font-size: 1.100em;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
.tab-content h3 {
    color: #173885;
    font-size: 1.100em;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
.tab-content h5 {
    color: #173885;
    font-size: 1.100em;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
.tab-content li {
     color: #173885;
    font-size: 1.100em;
    line-height: 24px;
    /* font-weight: 600; */
    padding: 10px 0px;
}
.contstyle li {
    padding: 0;
    margin: 10px 0px !important;
}

/* ==========================
 30-07-2025
 What Will Policy Pay and how much?
 ========================== */
 .card-header h2.mb-0{
    margin-top: 0px;
}
.accordion .card-header button.collapsed{
  background:rgba(0,0,0,0.06) url(../images/right-arrow.png) 
  no-repeat right 15px center/9px auto !important;
  color: #000000 !important;
    font-weight: 400 !important;
}
.contstyle p strong {
    display: block; 
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}
.accordion > .card > .card-header {
    background-color: #ffffff00;
}
.accordion .card-header {
    background-color: transparent;
    border: 0 none;
    padding: 5px 0;
}

.accordion > .card > .card-header button[aria-expanded='true'] {
    color: #171717 !important;
    background: rgba(0, 0, 0, 0.06) url(../images/right-arrow.png) no-repeat right 15px center / 9px auto !important;
    background-color: #0000000f ;
    font-weight: 500;
}

form#views-exposed-form-uiiccontactus-block-7 .shs-widget-container {
    padding: 0px !important;
    margin: 0px !important;
}
form#views-exposed-form-uiiccontactus-block-7 input#edit-field-master-office-name-value {
    margin-top: 9px !important;
}


/* 06-08-2025 */


@media (min-width: 1200px) and (max-width: 1260px) {
    .header_middleleft {
     width: 60% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1260px) {
    .header_middleright {
        /* margin: 10px 0px; */
        overflow-x: auto;
        white-space: nowrap;
        max-width: 40% !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
@media (min-width: 1261px) and (max-width: 1500px) {
    .header_middleleft {
     width: 40% !important;
    }
}
@media (min-width: 1261px) and (max-width: 1500px) {
    .header_middleright {
        /* margin: 10px 0px; */
        overflow-x: auto;
        white-space: nowrap;
        max-width: 60% !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .border_wrapper {
        display: inline-flex;
        gap: 27px !important;
        flex-direction: row;
        margin-left: 25px !important;
        /* padding: 0px 10px; */
    }
}


/* Awards & Recognitions popup */
.image-popup-overlay-owl {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.image-popup-content-owl {
  max-width: 90%;
  max-height: 90%;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
  position: relative;
  display:flex;
}

.image-popup-content-owl img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.image-popup-close-owl {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-weight: bold;
}

/*  language 07-08-2025 */
/* Updated Unique Language Popup Styles */
.overlay-bg-lang {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.overlay-bg-lang.show {
  display: flex;
}

.overlay-content-lang {
  background: white;
  border-radius: 8px;
  width: 95%;
  max-width: 700px;
  max-height: 100vh; 
  overflow-y: auto;
  position: relative;
  animation: fadeIn 0.3s;
  padding: 15px;
  border: 2px solid #F0C020;
}


/* 08-08-2025 */
/* Force popup to center on all devices */

/* Fullscreen Centering */
.lang-pop {
    background-color: blue;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    text-align: center;
    flex-direction: column;
}


.lang-pop-inner {
    max-width: 90%;
}

/* Welcome Text */
.welcome-text {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.5;
}

/* Language Buttons */
.lang-buttons {
    margin-top: 15px;
}

.lang-btn {
    background-color: #ffcc00;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    min-width: 100px;
    margin: 5px;
    text-align: center;
    color: black;
    text-decoration: none;
}

.lang-btn:hover {
    background-color: #e6b800;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .lang-pop-inner {
        max-width: 95%;
    }

    .welcome-text {
        font-size: 14px;
        line-height: 1.3;
    }

    .lang-btn {
        font-size: 14px;
        padding: 6px 12px;
        min-width: auto;
    }
    .lang-pop {
    background-color: blue;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    text-align: center;
    flex-direction: column;
}
.overlay-content-lang {
    background: white;
    border-radius: 8px;
    width: 100%;
    animation: fadeIn 0.3s;
    padding: 5px;
    border: 2px solid #F0C020;
}
}


@media (max-width: 340px) and (min-width: 320px) {
        /* .bottom_headerright_logo {
    margin-left: -5px;
    margin-right: 50px;
        } */
        .sidelogoimages{
            width:80px;
            height:60px;
        }
        
            
}
@media (max-width: 360px) and (min-width: 340px) {
    /* .main_toggle_btn 
        left: 282px !important;
    }
    .bottom_headerright_logo {
    margin-left: -5px;
            margin-right: 50px;
        } */
}
@media (max-width: 420px) and (min-width: 361px) {
    /* .main_toggle_btn{
        left: 283px!important;
    }
    .bottom_headerright_logo {
    margin-left: -5px;
           margin-right: 79px;
        } */
}

@media (max-width: 569px) and (min-width: 421px) {
    /* .main_toggle_btn {
        left: 340px!important;
    }
    
    .bottom_headerright_logo {
    margin-left: -5px;
           margin-right: 135px;
        } */
}



@media (max-width: 670px) and (min-width: 569px) {
    /* .main_toggle_btn {
        left: 480px!important;
    }
    
    .bottom_headerright_logo {
    margin-left: -5px;
           margin-right: 240px;
        } */
        
        .sidelogoimages{
            width:100px;
            height:60px;
        }
        
}


@media (max-width: 767px) and (min-width: 671px) {
    /* .main_toggle_btn {
        left: 680px!important;
    } */
}


#views-exposed-form-careers-page-1 .form-item, #views-exposed-form-careers-page-1 .form-actions {
    width: 28%!important;
    margin: 3px 6px;
}

#views-exposed-form-spl-detailsmark-page-1 .form-item, #views-exposed-form-spl-detailsmark-page-1 .form-actions {
    width: 28%!important;
    margin: 3px 6px;
}
#views-exposed-form-recruitment-detailsmark-page-1 .form-item, #views-exposed-form-recruitment-detailsmark-page-1 .form-actions {
    width: 28%!important;
    margin: 3px 6px;
}

#views-exposed-form-tender-page-2 .form-item-field-submission-date-value,#views-exposed-form-tender-page-2 .form-item-field-submission-date-end-value-1 {
	width:16%;
	float:left;
	}
	#views-exposed-form-tender-page-2 .form-actions {
      padding-top: 36px;
    	width:20%;
	}
	#views-exposed-form-tender-page-2 #edit-title{
	height: 35px;
    margin-top: 2px !important;
	}
	