.box_shadow_container {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.page-title {
    font-weight: 500 !important;
    font-size: 22px !important;
    margin-bottom: 10px;
}

.orange_bledge {
    background: #ecf2fb;
    padding: 0px 2px;
    border-radius: 4px;
    font-weight: 500;
}

.section-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* color: #195c9f; */
    margin-top: 14px;
    margin-bottom: 4px;
}

.text-regular {
    font-weight: 400;
}

.text-semi-bold {
    font-weight: 500;
}

.text-bold {
    font-weight: 400;
}

.text-extra-bold {
    font-weight: 400;
}

.date-text {
    font-size: 13px;
    color: #6f6c6c;
}

.white-color {
    color: #fff;
}

.black-color {
    /* color: #000; */
}

.theme-blue {
    color: #000;
}

.theme-orange {
    color: #e5a260;
}

.them-bg-blue {
    background-color: #195c9f;
}

.them-bg-orange {
    background: #ecf2fb;
    padding: 3px;
    border-radius: 5px;
}

.theme-link-text {
    color: #25578c;
    font-size: 14px;
    line-height: 16px;
}

.theme-link-text:hover {
    /*text-decoration: none;*/
    color: #2196f3;
}

.scroll-bar::-webkit-scrollbar {
    width: 5px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(100 99 99 / 0.3);
    background-color: #737272;
    border: 1px solid rgb(102, 99, 99);
    border-radius: 5px;
}

.scroll-bar::-webkit-scrollbar-track {
    background-color: #c5baba;
    border-radius: 5px;
}

.text-light-blue-bg {
    background-color: #ecf2fb;
    padding: 5px 10px;
    border-radius: 2px;
    color: #000;
}

.text-light-gry-bg {
    background-color: #eee;
    padding: 1px 10px;
    border-radius: 2px;
    color: #000;
}

.custom-tbl {
    border-collapse: collapse;
}

.custom-tbl tbody tr td {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}

/* .custom-tbl tbody tr:nth-of-type(odd) {
    background-color: #ecf2fb;
} */

.custom-tbl tbody tr td img {
    margin-left: 10px;
}

.custom-tbl tbody tr td a {
    color: #25578c;
    font-size: 13px;
    line-height: 16px;
}

.custom-tbl tbody tr td a:hover {
    /*text-decoration: none;*/
    color: #2196f3;
}

.custom-tbl thead tr th {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    background-color: #195c9f;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
.custom-tbl2 thead tr th {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    background-color: #244f7a;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.custom-tbl tbody tr td {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    vertical-align: middle;
    border: 1px solid #e6eef5;
}
.custom-tbl tbody tr .gov_wid{
    width: 40px;
}

.links-tbl {
    border-collapse: collapse;
}

.links-tbl tbody tr td {
    padding: 12px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
}

.links-tbl tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.links-tbl tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.links-tbl tbody tr td img {
    height: 16px;
    margin-left: 5px;
}

.links-tbl tbody tr td a {
    color: #25578c;
    font-size: 14px;
    line-height: 16px;
}

.links-tbl tbody tr td a:hover {
    /*text-decoration: none;*/
    color: #2196f3;
}

.links-tbl tbody tr td,
.links-tbl thead tr th {
    border: 2px solid #fff;
}

.links-tbl thead tr th {
    padding: 15px 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 14px;
    background-color: #195c9f;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.links-tbl tbody tr td {
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    text-align: center;
    vertical-align: middle;
}

/* Mohit */
.custom-tbl .AIBC {
    color: #000;
    font-weight: 500;
}

.officer_general_Id p {
    background: #ecf2fb;
    padding: 3px;
    border-radius: 5px;
}

.officer_general_Id p a {
    color: #195c9f;
}
.help_url{
    text-decoration: underline;
}
.help_url:hover{
    text-decoration: underline;
}
/* .contact_us .bg_image {
    background-image: linear-gradient(rgb(17 3 3 / 28%), rgb(80 69 69)),
        url(./images/Wisma_HRIH_Lotus_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.contact_us .contact_us_title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.contact_us .contact_us_title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 130px;
    height: 4px;
    background: #308ae3;
    border-radius: 5px;
}

.contact_us .bg_image .web_text a {
    color: white;
}

.contact_us .bg_image .web_text a:hover {
    color: #1df8ff;
    text-decoration: underline;
} */

.contact_us .bg_image span {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 18px !important;
}

/* .contact_us .bg_image p {
    font-size: 14px;
}

.contact_us .bg_image h4 {
    margin-bottom: 2px;
}

.contact_us .bg_image .fa {
    color: white;
    background-color: #308ae3;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 7px;
    padding-left: 4px;
} */

.functional_contact {
    border: 1px solid #f2e9e9;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px #f1e9e973;
    padding: 10px;
    margin: 20px;
    background-color: #f5f0f069;
    /* background-image: linear-gradient(rgb(252 225 200 / 0%),
            rgb(167 211 251 / 74%)),
        url(./images/Invest-India-Horizontal-Logo.png);
*/
} 

.functional_contact p {
    font-weight: 500;
}

.mcontent {
    margin-top: 30px;
}

.righ_to_Info .custom_btn {
    padding: 10px 30px;
    background: #195c9f;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    /*text-decoration: none;*/
    text-transform: uppercase;
    transition: 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.righ_to_Info .custom_btn_second {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 30px;
    background: #195c9f;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    /*text-decoration: none;*/
    text-transform: uppercase;
    transition: 0.3s ease;
}

.righ_to_Info .rti_act_2005 {
    background: #ecf2fb;
    padding: 0px 4px;
    border-radius: 5px;
    color: black;
}

.righ_to_Info .right-to-info-link a {
    background: #ecf2fb;
    padding: 0px 4px;
    border-radius: 5px;
    font-size: 16px;
}

.righ_to_Info .right-to-info-link a:hover {
    background: #ced8dd;
    color: black;
}

.righ_to_Info .custom_btn:hover,
.custom_btn_second:hover {
    color: #2f486e;
    background: #ecf2fb;
}

.righ_to_Info .custom-tbl tbody tr:nth-of-type(odd) {
    background: #ecf2fb;
}

.righ_to_Info .custom-tbl {
    border-collapse: collapse;
}

.yoga_page {
    border: 1px solid #f2e9e9;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px #f1e9e973;
    padding: 50px;
    margin: 20px;
    background-color: #f5f0f069;
    /* background-image: linear-gradient(rgb(252 225 200 / 0%),
            rgb(167 211 251 / 74%)),
        url(../images/Invest-India-Horizontal-Logo.png);
         */

} 
       

.yoga_page .yoga_link {
    background: #ecf2fb4d;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    text-shadow: 0 0 blue;
}

.yoga_link a {
    color: #000;
}

.yoga_link:hover {
    background: #c0edf54d;
    text-shadow: 0 0 blue;
}

.inner_page_link_in_text {
    background: #ecf2fb;
    padding: 0px 4px;
    border-radius: 5px;
    font-size: 16px;
    color: blue;
}

.inner_page_address {
    border: 1px solid #f2e9e9;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px #f1e9e973;
    padding: 10px 20px 10px 20px;
    background-color: #f5f0f069;
    /* background-image: linear-gradient(rgb(252 225 200 / 0%),
            rgb(167 211 251 / 74%)),
        url(../images/Invest-India-Horizontal-Logo.png); */
}

.table_img img {
    width: 130px;
    border: 1px solid #f0e5e5;
    border-radius: 4px;
}

.other_important_advisory .btn {
    background-color: #f8f8f8;
    width: 80px;
    height: 40px;
    outline: none;
    margin-top: 10px;
}

.other_important_advisory .Kannada {
    width: 94px;
}

.other_important_advisory .Malayalam {
    width: 112px;
}

.other_important_advisory button .fa {
    display: none;
}

.other_important_advisory button:hover {
    background-color: #d61515;
}

.other_important_advisory button:hover .text {
    display: none;
}

.other_important_advisory button .text {
    color: #212529;
}


.other_important_advisory button:hover .fa {
    display: block;
    color: white;
    font-size: 25px;
}

.nested-accordion .custom-tbl a {
    font-size: 16px;
}

.form_container {
    /* background: #f5f2f245; */
    background: #ecf2ff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 0.05
    );
    border-radius: 5px;
    padding-left: 35px;
}

.form_container form h3 {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.form_container form span {
    color: #ff0000;
}

.form_container form.form-control {
    width: 95%;
}

.form_container form .form-control:focus {
    border-color: #763883;
    box-shadow: none;
}

.form_container form input {
    background-color: #fff;
    width: 80%;
}

.form_container form textarea {
    background-color: #fff;
    height: 32px;
    width: 80%;
    /* resize: none; */
}

.form_container form h3::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background: #000;
}

.trade_complaints_form label {
    width: 75%;
}

.form_container form .custom_form_btn button {
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 40px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #0d6efd;
    color: white;
    transition: 0.1s linear;
}

.form_container form .custom_form_btn button:hover {
    color: #fff;
    background: #3f76c7 !important;
}

.form_container textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: unset;
    max-width: unset;
    min-width: unset;
    max-height: unset;
    min-height: unset;
}

/* .custom-tbl a img {
    width: 20px;
} */

.form_box {
    border: 1px solid #e6dcdc;
    background-color: #d4deed24;
}

.form_box tr td input,
textarea,
select {
    background-color: #fff;
    font-size: 15px;
}

.form_box #regsubmit {
    background-color: #195c9f;
    color: white;
    font-size: 17px;
    padding: 7px;
    border-radius: 5px;
}

.form_box #regsubmit:hover {
    opacity: 0.8;
}

.read_more_page img {
    margin-top: 10px;
    width: 100%;
}

.read_more_page .page-title {
    position: relative;
}

.read_more_page .page-title:after {
    position: absolute;
    content: "";
    width: 17%;
    height: 4px;
    background-color: #195c9f;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    left: 50%;
    margin-top: 5px;
}

.read_more_page .sub-title {
    position: relative;
}

.read_more_page .sub-title:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 3px;
    background-color: #195c9f;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    left: 40%;
    margin-top: 5px;
}

.read_more_page p {
    text-align: justify;
}

.read_more_page h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 8px;
}

.breadcrumb span {
    color: #000;
    font-weight: 400;
}

.breadcrumb span:last-child{
    color: #000000;
    /* font-weight: 600; */
}

.ul_dot li {
    list-style-type: initial;
}

.chatBot_cursor {
    cursor: pointer;
}

#reg {
    margin-top: -20px;
}

.btn_close {
    background-color: white;
}

.message_box {
    clear: both;
    position: relative;
}

.message_box .arrow {
    width: 12px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 22px;
    right: 11px;
}

.message_box .message-body {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #CCC;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 6px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.closebtn {
    cursor: pointer;
}

.message_box .message-body p {
    margin: 0;
}


/* #END Mohit   */

/* Kisan */
.inner_common_list {
    padding-left: 20px;
}



.inner_common_list li {
    padding: 5px;  /* added */
    list-style: decimal;
    /* color: #000; */
}
p.section-title {
    background: #e3dddd !important;
    padding: 8px !important;
}
h2.section-title {
    background: #e3dddd !important;
    padding: 8px !important;
}
p.page-title {
    background: #e3dddd !important;
    padding: 4px;
}

/* #END Kisan   */

/* Asthana */
.tickerDivBlock .heading p {
    color: #2e3192;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.theme-link-text {
    color: #25578c;
    font-size: 14px;
    line-height: 16px;
}

.tickerDivBlock .glance_heading {
    color: #2e3192;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.tickerDivBlock .glance_heading:hover {
    color: #000;
    text-decoration: underline;
}

.tickerDivBlock .general_heading {
    color: #2e3192;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.text-justify {
    text-align: justify;
}

.red-text {
    color: red;
}

.hgt-24p {
    height: 20px;
}

.links_icon_image img {
    width: 25px;
}

/* #END Asthana  */
mg {
    width: 25px;
}

/* #END Asthana  */


