@charset "utf-8";

@import url("../fonts/stylesheet_roboto.css");
@import url("../fonts/arial_stylesheet.css");

html,
body {
    /*font-family: 'Roboto' !important;*/
    font-family: "Arial Unicode MS" !important;
    overflow-x: hidden !important;
    background-color: #fdfafa;
}

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.zoom {
    transform: scale(1.07);
}

.margin_auto {
    margin-right: auto;
    margin-left: auto;
}

.no_padding {
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left {
    padding-left: 0px;
}

p {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #2b2b2b;
}

.p_line2 {
    min-height: 36px;
}

.p_line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 69px;
}

.p_line6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    min-height: 105px;
}

.sub_line2 {
    min-height: 34px;
}

.sub_line3 {
    min-height: 52px;
}

.font_13 {
    font-size: 13px !important;
}

.font_20 {
    font-size: 20px !important;
}

#search_more:hover {
    color: #17354f;
}

.btn:focus {
    box-shadow: none;
    border: 1px solid #17354f !important;
    color: #ffffff !important;
    background-color: #17354f !important;
}

.custom_ul {
    padding-left: 40px !important;
    list-style: none;
}

.custom_ul li {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
    list-style-type: square;
    color: #686868;
}

li::marker {
    font-size: 0.8rem;
    font-weight: bolder;
    color: #17354f;
}

.custom_al li::marker {
    font-weight: normal;
    font-size: 13px;
}

.custom_al li {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.custom_ol {
    padding-left: 2rem;
}

.custom_ol li {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}

.custom_ol li::marker {
    font-weight: normal;
    font-size: 13px;
}

.custom_ol_alp {
    list-style: none;
    padding-left: 2rem;
    position: relative;
}

.custom_ol_alp li:before {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 20px;
    text-align: right;
}

.custom_ol_alp li:nth-child(31n + 1):before {
    content: "அ.";
}

.custom_ol_alp li:nth-child(31n + 2):before {
    content: "ஆ.";
}

.custom_ol_alp li:nth-child(31n + 3):before {
    content: "இ.";
}

.custom_ol_alp li:nth-child(31n + 4):before {
    content: "ஈ.";
}

.custom_ol_alp li:nth-child(31n + 5):before {
    content: "உ.";
}

.custom_ol_alp li:nth-child(31n + 6):before {
    content: "ஊ.";
}

.custom_ol_alp li:nth-child(31n + 7):before {
    content: "எ.";
}

.custom_ol_alp li:nth-child(31n + 8):before {
    content: "ஏ.";
}

.custom_ol_alp li:nth-child(31n + 9):before {
    content: "ஐ.";
}

.custom_ol_alp li:nth-child(31n + 10):before {
    content: "ஒ.";
}

.custom_ol_alp li:nth-child(31n + 11):before {
    content: "ஔ.";
}

.custom_ol_alp li:nth-child(31n + 12):before {
    content: "க.";
}

.custom_ol_alp li:nth-child(31n + 13):before {
    content: "ங.";
}

.custom_ol_alp li:nth-child(31n + 14):before {
    content: "ச.";
}

.custom_ol_alp li:nth-child(31n + 15):before {
    content: "ஞ.";
}

.custom_ol_alp li:nth-child(31n + 16):before {
    content: "ட.";
}

.custom_ol_alp li:nth-child(31n + 17):before {
    content: "ண.";
}

.custom_ol_alp li:nth-child(31n + 18):before {
    content: "ந.";
}

.custom_ol_alp li:nth-child(31n + 19):before {
    content: "ப.";
}

.custom_ol_alp li:nth-child(31n + 20):before {
    content: "ம.";
}

.custom_ol_alp li:nth-child(31n + 21):before {
    content: "ய.";
}

.custom_ol_alp li:nth-child(31n + 22):before {
    content: "ர.";
}

.custom_ol_alp li:nth-child(31n + 23):before {
    content: "ல.";
}

.custom_ol_alp li:nth-child(31n + 24):before {
    content: "வ.";
}

.custom_ol_alp li:nth-child(31n + 25):before {
    content: "ழ.";
}

.custom_ol_alp li:nth-child(31n + 26):before {
    content: "ள.";
}

.custom_ol_alp li:nth-child(31n + 27):before {
    content: "ற.";
}

.custom_ol_alp li:nth-child(31n + 28):before {
    content: "ன.";
}

.custom_ol_alp li:nth-child(31n + 29):before {
    content: "ஜ.";
}

.custom_ol_alp li:nth-child(31n + 30):before {
    content: "ஹ.";
}

.custom_ol_alp li:nth-child(31n + 31):before {
    content: "ஸ்.";
}

.li_bracket {
    list-style-type: none;
}

.li_bracket>li {
    counter-increment: item;
    position: relative;
}

.li_bracket>li:before {
    content: "(" counter(item, lower-roman) ")";
    padding-right: 3px;
}

a {
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.width_150 {
    width: 185px !important;
}

.width_100 {
    width: 130px !important;
}

.white_form .form-control {
    background-color: transparent;
    color: #ffffff !important;
}

.white_form label {
    color: #ffffff !important;
}

.white_form .form-control:focus,
.form-select:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #1f6e8c;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.white_form .form-select {
    background-color: transparent;
    color: #ffffff;
    background-image: none;
}

.white_form select option {
    color: #000000 !important;
}

.white_form .form-select:focus,
.form-select:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #1f6e8c;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 27px;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    width: 100%;
}

.form-floating i {
    position: absolute;
    top: 23px;
    right: 15px;
    font-size: 13px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #d5c8ba;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5c8ba;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1f6e8c;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 58px !important;
    user-select: none;
    -webkit-user-select: none;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    height: 40px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #d5c8ba !important;
    border-radius: 0 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 1.425rem;
    padding-bottom: 0.625rem;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0 !important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option {
    padding: 9px 6px !important;
    user-select: none;
    -webkit-user-select: none;
    font-size: 11px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1d65d1 !important;
}

.select2-search__field:focus-visible {
    border: none !important;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 99999999;
}

.breadcrumb {
    margin-bottom: 8px;
    list-style: none;
}

.logo {
    width: 200px;
}

.small,
small {
    font-size: 10px;
}

.a_link {
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.a_link:hover {
    color: #f4d400;
    padding-left: 0px;
}

.white_a_link {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_a_link:hover {
    color: #f4d400;
    padding-left: 0px;
}

.href_link {
    color: #000000;
    font-weight: 600;
    font-style: italic;
}

.href_link p {
    color: #000000;
}

.link_arrow {
    width: 35px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover .link_arrow {
    margin-left: 5px;
}

.top_social_icon {
    position: fixed;
    z-index: 9999;
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}

.top_social_icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0px -2px;
    border-radius: 0px;
    background-color: #d7d7d7 !important;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .fa:hover {
    background-color: #f4d400 !important;
    color: #000000 !important;
}

.top_social_icon .search_fa {
    padding: 10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0px -3px;
    border-radius: 0px;
    background-color: #f4d400 !important;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .search_fa:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.modal-backdrop {
    background-color: transparent;
}

b,
strong {
    font-weight: 600;
}

/*******common css*************/
/******************************/

.side_fixed_btn {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side_fixed_btn:hover {
    left: 5px;
}

.side_fixed_btn img {
    background-color: #f4d400;
    padding: 7px;
    width: 50px;
}

.side_fixed_btn p {
    background-color: #ffffff;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}

.watch_btn {
    position: fixed;
    left: 0px;
    top: 250px;
    z-index: 99999;
}

.notification_btn {
    position: fixed;
    left: 0px;
    top: 330px;
    z-index: 9999999;
}

.my_mp_div {
    position: relative;
}

.my_mp_div .close_btn {
    position: absolute;
    right: -12px;
    top: -13px;
    padding: 6px 2px 6px 6px;
}

.my_mp_div .add_btn {
    position: absolute;
    right: -12px;
    top: -13px;
    padding: 6px 2px 6px 6px;
}

.anno_count {
    position: absolute;
    right: -10px;
    top: 32px;
    padding: 3px !important;
    border-radius: 50px;
}

.top_lang {
    color: #ffffff;
    font-size: 15px;
    background-color: #17354f;
    padding: 12px;
    padding-left: 72px;
    font-weight: 400;
    padding-right: 89px;
}

.top_lang a {
    color: #ffffff;
}

.navbar-brand {
    padding: 19px 45px 19px 45px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
    /*    border-right: 1px solid #17354f;*/
    /*    background-color: #17354f;*/
}

.top_logo {
    width: 270px !important;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.main_menu_div {
    padding-right: 20px;
}

.top_menu {
    background-color: #ffffff;
    margin-left: 200px;
    margin-top: 40px;
}

.top_menu_modal {
    margin-top: 165px !important;
}

.top_menu_modal .modal-body {
    background-color: transparent;
}

.slider_left_col {
    height: 100vh;
    min-height: 450px;
    background-color: #17354f;
}

.slider_right_col {
    height: 100vh;
    min-height: 450px;
    background-color: #17354f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.caption_row {
    width: 500px;
    float: left;
}

.second_nav_bar {
    position: relative;
    top: 20px;
    padding-right: 10px;
}

.sec_nav_item .nav-link {
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.sub_navbar {
    position: relative;
    margin-top: -40px;
    padding-bottom: 0px;
    border-bottom: 1px solid #999999;
    font-weight: 600;
}

.sub_navbar .nav-link {
    color: #e8816e !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sub_navbar .nav-link:hover {
    color: #000000 !important;
}

/*.caption_row {
    position: relative;
    right: 400px;
    z-index: 999999;
}*/

.carousel-caption {
    position: absolute;
    top: 30%;
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel_caption_col h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel_caption_col:hover h1 {
    color: #ffcb08;
}

.main_slider .carousel-item {
    height: 100vh;
    min-height: 450px;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    position: relative;
    z-index: 999;
    margin-top: -58px;
    right: 5px;
    bottom: 0;
    display: flex;
    float: right;
    align-items: center;
    justify-content: end;
    width: 40px;
    padding: 10px;
    color: #000000;
    background-color: #ffffff !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.caption_carousel {
    padding-left: 200px;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/next.svg);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #ffcb08 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 11px !important;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e8816e;
}

.nav-active {
    font-weight: 900;
    color: #509ec4 !important;
}

.parli_login_row {
    width: 230px;
    height: 120px;
    text-align: left;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.parli_login_img_col {
    padding: 5px;
    background-color: #f4d400;
    border-right: 2px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.parli_login_txt_col {
    padding: 10px;
    background-color: #f9ea7f;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.parli_login_txt_col p {
    color: #000000;
}

.parli_login_row:hover .parli_login_txt_col {
    background-color: #d7d7d7;
}

.parli_login_row:hover .parli_login_txt_col p {
    color: #17354f;
}

.parli_login_row:hover .parli_login_img_col {
    background-color: #d5c8ba;
}

.parli_login_row:hover .logout_link {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.parli_login_row:hover .logout_link:hover {
    color: #bc4e3a;
}

.parli_login_row:hover .profile_link p {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.parli_login_row:hover .profile_link:hover p {
    color: #000000;
}

.heading {
    font-size: 20px;
    color: #204066;
    text-transform: inherit;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*    border-bottom: 1px solid #cbcbcb;*/
    width: fit-content;
}

.spec_heading {
    font-size: 22px;
    color: #204066;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    width: fit-content;
}

/* .spec_heading:before{
    content: '';
    position: absolute;
    margin-top: 34px;
    width: 35px;
    height: 4px;
    background-color: #17354f;
} */

.sub_heading {
    font-size: 13px;
    font-weight: 600;
    color: #17354f;
    text-transform: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link_box_col {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.link_box_col div {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-top: 20px !important;
    padding-bottom: 45px !important;
}

.link_box_col:hover div {
    background-color: #eeeeee !important;
}

.link_box_col p {
    color: #000000;
}

.link_box_main_col {
    position: relative;
    z-index: 99;
    margin-top: -175px;
    margin-left: 200px;
}

.link_box_col img {
    width: 30px;
}

.news_main_row {
    padding-left: 80px;
}

.news_col {
    padding-left: 2px;
    padding-right: 2px;
}

.news_col .news_img {
    height: 177px;
    object-fit: contain;
    background-color: #ffffff;
}

.news_col .main_news_img {
    height: 268px;
    object-fit: contain;
    background-color: #ffffff;
}

.p_line16 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
}

.news_col:hover .sub_heading {
    color: #c4a597;
}

.news_col .sub_heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 46px;
}

.news_thumb {
    height: 130px !important;
}

.date_cat_p {
    color: #000000;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
    width: fit-content;
}

.quick_link_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #315278;
    /*background-image: url('../images/brown_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.quick_link_col {
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    border: 0.5px solid #cbcbcb;
    padding: 15px;
    margin: 3px 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    min-height: 180px;
}

.quick_link_col:hover {
    background-color: #bcccce;
    border: 0.5px solid #999999;
}

.quick_link_col:hover p {
    color: #ffffff;
}

.quick_link_col img {
    width: 35px !important;
    margin-bottom: 10px;
}

.quick_link_col .link_arrow {
    width: 25px !important;
    margin-bottom: 10px;
}

.quick_link_col .sub_heading {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 18px;
}

.business_p_section {
    margin-top: 150px;
    background-image: url("../images/light_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.light_bg_con {
    height: 400px;
    background-image: url("../images/light_full_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.busi_p_data_col {
    position: relative;
    z-index: 999;
    margin-top: -536px;
    padding-right: 80px;
}

.bp_bg_col {
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 250px;
}

.fp_bg_col {
    margin-top: 110px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bp_com_col .heading {
    color: #ffffff !important;
    border-bottom: transparent;
}

.bp_text_div .sub_heading {
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bp_text_div .date_cat_p {
    font-size: 10px;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bp_text_div:hover .sub_heading {
    color: #e8816e !important;
}

.bp_com_col p {
    color: #ffffff !important;
}

.bp_com_col hr {
    color: #ffffff !important;
    margin-top: 3px !important;
    margin-bottom: 10px !important;
}

.fp_bg_col .data_row {
    padding-top: 200px;
}

.on_demand_row {
    padding: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.on_demand_row_active {
    padding: 5px;
    background-color: #ffffff;
}

.on_demand_row_active .sub_heading {
    color: #e8816e !important;
}

.on_demand_row:hover {
    background-color: #ffffff;
    border-radius: 5px;
}

.on_demand_row .sub_heading {
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.on_demand_row:hover .sub_heading {
    color: #e8816e !important;
    font-weight: 900;
}

.calender_con {
    background-image: url("../images/cream_bg.png");
    margin-top: -26px;
    padding-top: 70px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.date_box {
    background-color: #e8816e;
}

.date_box .heading {
    text-align: center;
    border-bottom: transparent;
    color: #ffffff;
    margin-bottom: 0px;
    width: auto;
    padding-bottom: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 1px solid #000000;
}

.nav-pills .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    margin-top: 25px;
    border-top: 8px solid rgb(0, 0, 0);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0rem;
    font-size: 11px;
    margin-right: 0px;
    margin-bottom: 13px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #17354f;
    font-size: 11px !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.video_tab {
    padding-right: 60px;
}

.subscribe_section {
    background-image: url("../images/subs_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.subs_col {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #c4a597;
    padding-left: 80px;
    padding-right: 80px;
}

.fc-toolbar .fc-month-button {
    display: none;
}

.fc-toolbar .fc-agendaWeek-button {
    display: none;
}

.fc-toolbar .fc-agendaDay-button {
    display: none;
}

.fc td.fc-today {
    border-style: double;
    background: #cccccc !important;
    font-weight: 800;
}

.offcanvas {
    z-index: 99999;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

.inner_page_top_left_col {
    height: 270px;
    background-color: #bcccce;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 22%;
    background-position: right bottom;
}

.inner_page_top_right_col {
    height: 270px;
    background-color: #17354f;
}

.inner_page_top_left_col .carousel-caption {
    position: absolute;
    top: auto;
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.inner_carousel_caption_col h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.inner_carousel_caption_col:hover h1 {
    color: #ffcb08;
}

.breadcrumb-item a {
    font-size: 10px;
    color: #4f4f4f;
}

.breadcrumb-item {
    font-size: 10px;
}

.blue_bg {
    background-color: #1f6e8c;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
}

.blue_bg .sub_heading,
.blue_bg p {
    color: #ffffff;
}

.img_box {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #d5c8ba;
}

.box_push_up {
    position: relative;
    margin-top: -30px;
}

.gray_box {
    background-color: #ebebeb;
    border: 1px solid #ebebeb !important;
    color: #17354f !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    font-size: 11px;
    padding: 15px 15px;
    border-radius: 0px;
    text-align: start !important;
}

.blue_box_text_div .sub_heading {
    margin-left: 30px;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blue_box_text_div:hover .sub_heading {
    color: #e8816e !important;
}

.blue_box_text_div a::before {
    position: absolute;
    content: "→";
    margin-right: 10px;
    margin-top: -5px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blue_box_text_div a:hover::before {
    color: #e8816e;
}

/*===================*/

.blue_box_text_div_active .sub_heading {
    margin-left: 30px;
    color: #e8816e !important;
}

.blue_box_text_div_active a::before {
    position: absolute;
    content: "→";
    margin-right: 10px;
    margin-top: -5px;
    color: #e8816e !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* ====================== */

.disabled_input .form-control {
    border: none;
    background-color: #d9d9d9;
    padding: 1rem 0.75rem;
}

.disabled_input .input-group-text {
    border: none;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 1rem 0.75rem;
}

/* ================= */
/* messages */

.w_msg {
    background-color: #fab8bc;
}

.info_msg {
    background-color: #b8cdfa;
}

/*===================*/

.gray_bg {
    background-color: #ebebeb !important;
}

.white_bg {
    background-color: #ffffff;
}

.brown_bg {
    background-color: #d5c8ba;
}

.l_brown_bg {
    background-color: #fffcfc !important;
}

.text_tag {
    border-bottom: 1px solid #999999;
}

.border_bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
}

.related_link_row {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #315278;
}

.related_link_row .heading,
.related_link_row .sub_heading {
    color: #ffffff;
    width: fit-content;
}

.related_link_div {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.related_link_div a {
    width: fit-content;
    display: block;
}

.related_link_div a .breadcrumb-item {
    font-size: 12px;
    color: #cccccc;
}

.related_link_div .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #cccccc;
    content: var(--bs-breadcrumb-divider, "/");
}

.text_col_border_r {
    border-right: 2px solid #eeeeee;
    padding-right: 20px;
}

.btn_div_pl {
    padding-left: 20px;
}

.align_center_div {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 5px;
}

.custom_side_nav {
    background-color: #ffffff !important;
    border-left: 5px solid #17354f !important;
    border-bottom: transparent !important;
    margin-bottom: 10px !important;
    width: 300px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    padding: 15px;
    transition: 0.5s;
}

.custom_side_nav:hover {
    background-color: #17354f !important;
    color: #ffffff !important;
    border-left: 5px solid #d5c8ba !important;
}

.custom_side_nav.active {
    background-color: #17354f !important;
    color: #ffffff !important;
    border-left: 5px solid #d5c8ba !important;
}

.audio_player {
    position: relative;
    margin-top: -20px;
    padding-left: 15px;
    padding-right: 15px;
}

.filter_abc {
    width: 100%;
    justify-content: space-between;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.filter_abc .filter_abc_li::after {
    float: right;
    padding-left: 0px;
    color: #6c757d;
    content: "|";
}

.filter_abc .breadcrumb-item {
    width: 74px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.t_filter_name {
    width: 76px !important;
}

.filter_abc .breadcrumb-item:hover {
    font-weight: 900;
    color: #000000 !important;
}

.filter_abc .active {
    font-weight: 600;
}

.filter_abc_nav .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 20px;
    color: #cccccc;
}

/*.white_box{
    background-color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}*/

.white_box {
    height: 100%;
    background-color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 15px;
    /*    display: flex;*/
    /*    align-content: stretch;*/
    /*    flex-wrap: nowrap;*/
    /*    flex-direction: column;*/
    align-items: stretch;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_box:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow_box {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shadow_box:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.sub_heading a:hover {
    color: #212529;
}

.thumb_mp_img {
    width: 100px;
    position: relative;
    margin-top: -30px;
}

.img_border {
    border: 1px solid #d5c8ba;
}

.mp_name_div {
    min-height: 85px;
}

.wmp_name_div {
    min-height: 75px;
}

.mp_party_div {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.overlap_mt_30 {
    margin-top: 30px;
}

.blue_badge {
    background-color: #17354f !important;
    color: #ffffff !important;
}

.blue_badge i {
    color: #fff84f;
}

.green_badge {
    background-color: #00cc66 !important;
    color: #ffffff !important;
}

.yellow_badge {
    background-color: #f4d400 !important;
    color: #ffffff !important;
}

.l_blue_badge {
    background-color: #1f6e8c !important;
    color: #ffffff !important;
}

.custom_side_nav .notifi_badge {
    background-color: #17354f !important;
    font-weight: bold !important;
    padding: 5px;
    margin-left: 5px;
    color: #ffffff !important;
}

.custom_side_nav:hover .notifi_badge {
    background-color: #ffffff !important;
    font-weight: bold !important;
    padding: 5px;
    margin-left: 5px;
    color: #17354f !important;
}

.custom_side_nav.active .notifi_badge {
    background-color: #ffffff !important;
    font-weight: bold !important;
    padding: 5px;
    margin-left: 5px;
    color: #17354f !important;
}

.success_badge {
    background-color: #417434 !important;
    color: #ffffff !important;
    font-style: italic;
    font-weight: bold;
    font-size: 10px !important;
    padding: 5px 10px;
}

.pending_badge {
    background-color: #c2aa2d !important;
    color: #ffffff !important;
    font-style: italic;
    font-weight: bold;
    font-size: 10px !important;
    padding: 5px 10px;
}

.denied_badge {
    background-color: #933131 !important;
    color: #ffffff !important;
    font-style: italic;
    font-weight: bold;
    font-size: 10px !important;
    padding: 5px 10px;
}

.bg_nav_link {
    font-size: 11px !important;
    background-color: #d9d9d9 !important;
    margin-right: 5px !important;
    border-bottom: 1px solid #000000 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bg_nav_link:hover {
    background-color: #1f6e8c !important;
    color: #ffffff;
}

.nav-pills .bg_nav_link.active {
    background-color: #1f6e8c !important;
    color: #ffffff !important;
}

.red_text {
    color: #e8816e;
    margin-right: 5px;
}

.bg-light {
    background-color: #ebebeb !important;
    width: fit-content;
}

.white_text {
    color: #ffffff !important;
}

.blue_text {
    color: #17354f !important;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: transparent;
    border-radius: 0.25rem;
    height: 60px;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    align-items: flex-end;
}

.progress-bar {
    height: 30px;
}

.color_box {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.bl_div {
    border-left: 3px solid #17354f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bl_div:hover {
    border-left: 3px solid #d5c8ba;
}

.news_box .badge {
    margin-top: 7px;
}

.badge {
    background-color: #d9d9d9;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    text-wrap: wrap;
    text-align: left;
}

.dark_blue_bg {
    background-color: #17354f;
}

.lg_share_btn {
    font-size: 18px !important;
    padding: 14px !important;
}

.slider_contain_bg {
    background-color: #333333;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.col6_slider {
    height: 416px !important;
}

.gray_box_text_div .sub_heading {
    color: #000000 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gray_box_text_div:hover .sub_heading {
    color: #e8816e !important;
}

.gray_box_text_div .sub_heading::before {
    content: "→";
    margin-right: 10px;
}

.bg-light hr {
    color: #ffffff !important;
    margin-top: 3px !important;
    margin-bottom: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
    min-height: 64px;
}

.accordion-button .heading {
    font-size: 15px;
    border-right: 1px solid #cccccc;
    width: inherit;
    margin-right: 15px;
    background-position: center center;
    line-height: 22px;
}

.accordion-button .sub_heading {
    border-right: 1px solid #cccccc;
    width: inherit;
    margin-right: 15px;
    background-position: center center;
    padding-right: 15px;
}

.accordion-header {
    margin-bottom: 3px;
}

.accordion-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #ffffff;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #d5c8ba !important;
    outline: 0;
    box-shadow: none;
}

.sm_accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
}

.sm_accordion-button {
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
}

.sm_accordion-button {
    height: 50px;
}

.sm_accordion-button .sub_heading {
    border-right: 1px solid #eeeeee;
    width: inherit;
    margin-right: 15px;
    background-position: center center;
}

.lg_color_box {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0.25rem;
}

.w_border_bo_div {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tab_bg_white {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-left: 1px solid #cccccc;
}

.nav-pills {
    margin-right: 0px !important;
}

.left_popup {
    position: absolute;
    left: 35px;
    top: 35px;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.fc .fc-daygrid-day-frame {
    background-color: #ffffff !important;
}

.fc th {
    background-color: #ffffff !important;
}

.mobile_tab_accor_btn {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #f8f9fa;
    border-left: 5px solid #17354f !important;
    margin-bottom: 15px;
}

.mobile_tab_accor_btn:not(.collapsed) {
    /* color: #ffffff !important; */
    background-color: #d5c8ba;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.pmp_name_div {
    min-height: 58px;
}

/* custom table */

.table {
    border-color: #8e8e8e;
}

.table> :not(caption)>*>* {
    padding: 1rem 1rem;
}

.custom_table {
    border-color: #dc3545 !important;
}

.custom_table,
thead {
    color: white;
    background-color: #1f6e8c;
}

.custom_table,
th {
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custom_table,
td {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #2b2b2b;
    vertical-align: middle;
}

.table> :not(:first-child) {
    border-top: 0px;
}

/* custom table */

.search_img_col,
.search_text_col {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search_res_div .heading {
    text-decoration: underline;
}

.search_res_div:hover .search_img_col {
    background-color: #d5c8ba !important;
}

.search_res_div:hover .search_text_col {
    background-color: #1f6e8c !important;
    color: #ffffff;
}

.search_res_div:hover .heading {
    color: #ffffff;
}

.search_res_div:hover p {
    color: #ffffff;
}

/* video testimoniol */

.video_testi {
    min-height: 95%;
}

.video_testi .carousel-item p {
    color: #ffffff;
}

/* custom_quizzes_ol */

.quizzes_div {
    padding: 0px 20px;
}

.custom_quizzes_ol li::marker {
    font-size: 14px;
    font-weight: bold;
}

.custom_quizzes_ol form {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.custom_quizzes_ol hr {
    margin: 35px 12px 35px -17px !important;
}

.msg_box {
    position: relative;
}

.msg_box .close_btn {
    position: absolute;
    right: -5px;
    top: -13px;
    padding: 6px 2px 6px 6px;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/*****************************/
/*********footer**************/

.footer_logo {
    width: 280px !important;
    float: right;
}

.footer_row {
    background-color: transparent;
}

.f_logo_col {
    padding: 30px 50px;
    background-color: #17354f;
}

.f_main_link_p {
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    color: #000000;
    margin-bottom: 40px;
    line-height: 32px !important;
}

.f_main_link_p a {
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.f_main_link_p a:hover {
    color: #999999;
}

.sub_link {
    padding-left: 10px;
    color: #686868;
    margin-bottom: 10px;
}

.sub_link a {
    color: #686868;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sub_link a:hover {
    color: #17354f;
    padding-left: 15px;
}

/*=========*/

.sec_sub_link {
    padding-left: 20px;
    color: #999999;
    margin-bottom: 10px;
}

.sec_sub_link a {
    color: #999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sec_sub_link a:hover {
    color: #17354f;
    padding-left: 15px;
}

/*=========*/

.third_sub_link {
    padding-left: 25px;
    color: #999999;
    margin-bottom: 10px;
}

.third_sub_link a {
    color: #999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.third_sub_link a:hover {
    color: #17354f;
    padding-left: 15px;
}

/*=========*/

.forth_sub_link {
    padding-left: 40px;
    color: #999999;
    margin-bottom: 10px;
}

.forth_sub_link a {
    color: #999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.forth_sub_link a:hover {
    color: #17354f;
    padding-left: 15px;
}

/*=========*/

.bottom_con {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #17354f;
    color: #eeeeee;
}

.right_text_col {
    text-align: right;
}

.bottom_con p {
    color: #eeeeee;
    font-size: 10px;
    margin-bottom: 0px;
}

.footer_social_icon {
    position: relative;
    z-index: 999;
    top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
    width: fit-content;
}

.footer_social_icon .fa {
    padding: 10px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0px -2px;
    border-radius: 0px;
    background-color: transparent !important;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_social_icon .fa:hover {
    background-color: #f4d400 !important;
    color: #000000 !important;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: auto;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    padding-top: 0px;
}

/*****************************/
/*********footer**************/

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element {
    background-color: #17354f !important;
    z-index: 999999999 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top-element:hover {
    color: #ffffff !important;
    background-color: #c4a597 !important;
}

.count_circle {
    border: 5px solid #d5c8ba;
    min-width: 62px;
    min-height: 62px;
    border-radius: 30px;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 0px;
    transform: translateY(0px);
    right: 15px;
    width: 50px;
    height: 40px;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #17354f;
    z-index: 99999;
}

.scroll-top i {
    font-size: 22px;
    color: #ffffff;
}

.scroll-top:hover {
    background-color: #c4a597;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

/*search*/
#search {
    position: fixed;
    z-index: 99999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 53, 79, 0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 93%;
    color: rgb(255, 255, 255);
    background: rgb(255 255 255 / 0%);
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 40px;
    padding-right: 30px;
    outline: none;
    border: solid 2px #cdcdcd;
    padding-top: 20px;
    padding-bottom: 20px;
}

#search .btn {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    /* margin-left: -45px; */
    font-size: 19px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    border-color: #ccc;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#search .close:hover {
    background-color: #d5c8ba;
    color: #000000;
}

/*search*/

/* radio btn */
form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*   
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}

label input {
    position: absolute;
    left: -9999px;
}

label input:checked+span:before {
    background-color: #1f6e8c;
}

label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.2em #ffffff;
    border: 3px solid #17354f;
}

/* radio btn */

/* form check */

.form-check {
    display: flex;
    align-items: center;
}

.form-check-input {
    border-color: #d5c8ba !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0em;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("../images/check.png");
}

.form-check-input:checked {
    background-color: #ffffff;
    border-color: #d5c8ba;
}

.form-check-input:focus {
    border-color: #d5c8ba;
    outline: 0;
    box-shadow: none;
}

.form-check-input {
    min-width: 1.5em;
    min-height: 1.5em;
    margin-top: 0;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check label {
    margin-left: 8px;
    font-size: 11px;
    margin-bottom: 0px;
}

/* form check */

/* testimonial */

.testimonial {
    min-height: 120px;
}

.testimonial .carousel-indicators {
    position: absolute;
    right: auto;
    bottom: -20px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}

/* testimonial */

/* souvenir shop */

.shop_item_box {
    padding: 20px;
    margin-bottom: 0;
}

.price_tag_div {
    min-height: 30px;
}

.price_tag_div img {
    width: 25px !important;
}

.price_tag {
    width: 25px;
}

.shop_slider_con {
    background-color: #1f6e8c;
}

.cart_col {
    width: 200px;
}

.cart_icon {
    width: 35px;
    padding-top: 2px;
}

.cart_price {
    color: #ffffff;
    padding-top: 6px;
}

.item_name {
    min-height: 34px;
}

/* souvenir shop */

/**********=========================================********************/
/**********===============seating plan=================********************/
/**********=========================================********************/

.chamber_seating_m_col {
    width: 300px;
}

.chamber_seating_m_div {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.brwn_bg {
    background-color: #d0a679;
}

.meroon_party {
    background-color: #8a0000 !important;
}

.yellow_party {
    background-color: #eee73a !important;
}

.gray_party {
    background-color: #d2d2d2 !important;
}

.blue_party {
    background-color: #0031af !important;
}

.orange_party {
    background-color: #ff9534 !important;
}

.red_party {
    background-color: #ff0707 !important;
}

.d_blu_bg {
    background-color: #17354f;
}

.main_chamber_seating_m_div .mp_chair {
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #d0a679;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.main_chamber_seating_m_div .mp_chair:hover {
    background-color: #d8d8d8 !important;
    border: 1px solid #000000 !important;
}

.mp_chair {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #d0a679;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mp_chair:hover {
    background-color: #17354f;
}

#S-00 {
    height: 42px;
    width: 42px;
}

.blank_chair {
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.blank_chair:hover {
    background-color: #ffffff;
}

.active_seat {
    animation-name: color_change;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes color_change {
    from {
        background-color: #17354f;
    }

    to {
        background-color: #d0a679;
    }
}

.active_blank_seat {
    animation-name: color_change2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes color_change2 {
    from {
        background-color: #17354f;
    }

    to {
        background-color: #ffffff00;
    }
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #d5c8ba;
}

.popover {
    border: none;
}

.popover-body {
    padding: 10px;
    color: #212529;
    border: 1px solid #d5c8ba;
    box-shadow: none;
}

.close-popover {
    line-height: 1px;
    position: absolute;
    right: -9px;
    top: -5px;
    background-color: #cccccc;
    padding: 4px;
    border-radius: 50px;
    cursor: pointer;
}

/**********=========================================********************/
/**********===============seating plan=================********************/
/**********=========================================********************/

/* common css */

.card {
    border: 0;
    background: transparent;
}

.shop_item_detail {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #00000088;
}

.quizzes_div {
    padding: 0px 50px;
}

.modal.show .modal-dialog {
    height: 76vh;
}

/* event popup */

.event_pop_date p {
    margin: 0;
}

.event_pop_body hr {
    margin-bottom: 0;
}

.event_pop_close {
    background-color: #ffffff;
    border-radius: 60px;
    padding: 14px !important;
    margin: 8px;
    width: 5px;
    height: 5px;
}

.event_pop_head {
    background-color: #17354f;
}

.event_pop {
    position: fixed;
}

/* header model */

a {
    cursor: pointer;
}

.header_modal {
    background-color: #e2e2e2;
}

.header_modal .modal-header {
    border-bottom: 1px solid #c1c1c1;
}

.header_modal .menu_sub_heading {
    margin-top: 25px;
}

.header_modal hr {
    background-color: #6a6a6a !important;
}

.video-container {
    width: 100%;
    height: 277px;
}

.video-container video,
.video-container iframe {
    width: 100%;
    height: 100%;
    background: #000000;
}

.bg_img_div {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video_player_clip_div {
    max-height: 644px !important;
    overflow-y: auto;
}

@media print {
    #with_print {
        display: none;
    }
}

.gallery_slider {
    height: 277px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wpg_img {
    height: 177px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wpg_slider .carousel-indicators {
    margin-bottom: 0;
}

.wpg_des {
    min-height: 54px;
}

.blue_box_scroll {
    max-height: 500px;
    overflow-y: auto;
}

.awards_thumb_img {
    width: 187px;
    position: relative;
    margin-top: -30px;
    padding: 10px;
    background: #fff;
}

.awards_thumb_img {
    width: 187px;
    position: relative;
    margin-top: -30px;
    padding: 10px;
    background: #fff;
}

.page_share_set_div_mb {
    margin-bottom: 7px !important;
}

.logout_link:hover {
    font-weight: 600 !important;
}

/* accessibility btn*/

body .uwy .uai,
body .uwy .ulsti {
    width: 25px !important;
    height: 25px !important;
}

body .uwy.userway_p1 .userway_buttons_wrapper {
    top: 7px !important;
    left: calc(100vw - 62px) !important;
}

/* ============multiple selector=============== */

.choices__inner {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #d5c8ba;
    border-radius: 0rem;
}

.choices__input::placeholder {
    color: #000000;
}

/* ============multiple selector end=============== */

.col3_img_div {
    height: 201px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ================= */

.scroll_div {
    max-height: 526px;
    overflow-y: auto;
}

/* footer social icon section */

#st-1 .st-btn {
    padding: 6px !important;
    width: 42px !important;
    height: 40px !important;
    text-align: center;
    text-decoration: none;
    margin: 0px -2px;
    margin-right: 0px !important;
    border-radius: 0px !important;
    border-left: 1px solid #ffffff !important;
    background-color: transparent !important;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#st-1 .st-btn:hover img {
    filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(329deg) brightness(86%) contrast(99%) !important;
}

#st-1 .st-btn:hover {
    opacity: 1 !important;
    top: 0px !important;
    background-color: #f4d400 !important;
    border-left: 1px solid #f4d400 !important;
}

.sharethis-inline-share-buttons .st-btn:last-child {
    border-right: 1px solid #ffffff !important;
}

#st-1 .st-btn>img {
    display: inline-block;
    height: 22px !important;
    width: 22px !important;
    position: relative;
    top: 4px !important;
    vertical-align: top;
}

.social_media_div:hover #st-1 .st-btn img {
    filter: hue-rotate(180deg);
}

#st-2 .st-btn {
    padding: 6px !important;
    width: 42px !important;
    height: 40px !important;
    text-align: center;
    text-decoration: none;
    margin: 0px -2px;
    margin-right: 0px !important;
    border-radius: 0px !important;
    border-left: 1px solid #ffffff !important;
    background-color: transparent !important;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#st-2 .st-btn:hover img {
    filter: invert(100%) sepia(100%) saturate(5%) hue-rotate(329deg) brightness(86%) contrast(99%) !important;
}

#st-2 .st-btn:hover {
    opacity: 1 !important;
    top: 0px !important;
    background-color: #f4d400 !important;
    border-left: 1px solid #f4d400 !important;
}

.sharethis-inline-share-buttons .st-btn:last-child {
    border-right: 1px solid #ffffff !important;
}

#st-2 .st-btn>img {
    display: inline-block;
    height: 22px !important;
    width: 22px !important;
    position: relative;
    top: 4px !important;
    vertical-align: top;
}

.social_media_div:hover #st-2 .st-btn img {
    filter: hue-rotate(180deg);
}

#st-el-5 .st-close>img {
    height: 28px;
    width: 37px;
}

/* footer social icon section */

.media_img {
    height: 201px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mt_50 {
    margin-top: -50px !important;
}

/* =======inner long heading====== */

.long_caption_row {
    width: 480px !important;
    float: left;
}

.w_border_bo_div a:hover p {
    color: #1f6e8c;
}

/*========================================================================*/

.uwy {
    z-index: 99992 !important;
}

.ol_before_none li::before {
    display: none !important;
}

.ol_before_none li {
    list-style: lower-roman !important;
}

.fc .fc-toolbar-title {
    font-size: 1.5em;
}

.fc .fc-button {
    font-size: 0.7em;
}

.calendar_header {
    background-color: #ffffff;
    padding: 20px 10px 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #315278 inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: #e0f7fa !important;
}

.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.otp-input input {
    width: 40px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #d5c8ba;
    background-color: #17354f;
    color: #ffffff;
    transition: all 0.3s ease;
}

.otp-input input:focus {
    border-color: #d5c8ba;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input input[type="number"] {
    -moz-appearance: textfield;
}

#timer {
    font-size: 1rem;
    color: #d5c8ba;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.resend-text {
    margin-top: 1rem;
    color: #ff0000;
}

.resend-link {
    color: #7dc0ff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.wp_heading {
    min-height: 34px;
}

.wpg_heading {
    min-height: 51px;
}

.survey_div {
    padding: 10px 20px;
}

.survey_div hr {
    margin: 35px 12px 35px -17px !important;
}

.hidden-important {
    display: none !important;
}

.visible-important {
    display: block !important;
}

.border_dark {
    border: solid 1px #000000 !important;
}

.hyper_link {
    color: #0a58ca;
    text-decoration: underline;
}

.news_tab_h {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 51px;
}

.news_des {
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_badge {
    min-height: 46px;
}

.reg_logo {
    width: 310px;
}

.reg_heading {
    font-size: 22px !important;
}

.fc-theme-standard .fc-popover {
    max-width: 500px;
}

.fc-event-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cal_tags {
    position: relative;
    padding-left: 21px;
}

.cal_tags::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -24px;
    margin-top: 3px;
    background-color: #cc9933;
    opacity: 0.5;
}

.fc .fc-more-popover .fc-popover-body {
    max-height: 500px;
    overflow: auto;
}

.anz_green span:before {
    border: 3px solid #417434;
}

.anz_green span p {
    color: #417434;
}

.anz_green input:checked+span:before {
    background-color: #417434;
}

.anz_red span:before {
    border: 3px solid #ff0000;
}

.anz_red span p {
    color: #ff0000;
}

.anz_red input:checked+span:before {
    background-color: #ff0000;
}

.hidden-important {
    display: none !important;
}

.visible-important {
    display: block !important;
}

.red_border {
    box-shadow: 0px 0px 12px 2px #ff000052;
    border: solid 2px #fb2626 !important;
}

.red_border::placeholder {
    color: #fb2626 !important;
    opacity: 1 !important;
}

.red_border::-ms-input-placeholder {
    color: #fb2626 !important;
}

.rti_downld_heading {
    min-height: 51px;
}

.a2a_svg {
    display: none !important;
}

.a2a_default_style:not(.a2a_flex_style) a {
    float: none !important;
}

.fa.fa-twitter {
    font-family: "Roboto" !important;
}

.fa.fa-twitter::before {
    font-family: "Roboto" !important;
    content: "𝕏";
    font-size: 1.2em;
}

.a2a_menu:not(.a2a_thanks) {
    background-color: #17354f !important;
    border-color: #17354f !important;
    border-radius: 0;
}

a.a2a_i,
i.a2a_i {
    border: none !important;
}

.a2a_menu a {
    font: 13px "Roboto" !important;
}

/* rating section */

.star-rating {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 400px;
    margin-top: -200px;
    margin-left: -300px;
    border-radius: 8px;
    box-shadow: 10px 10px 10px #a2a6d6;
    background-color: #fff;
}

.stars {
    display: inline-block;
}

.star {
    font-size: 2rem;
    margin: 10px;
    cursor: pointer;
    color: #e3e8f0;
}

.star:hover,
.star.selected {
    color: #fbcd16;
}

.text {
    display: none;
    color: #666;
    margin: 8%;
    text-align: center;
}

.star.selected+.rating-text .text {
    display: inline-block;
}

.rating_section {
    background-image: url(../images/rate_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

/* rating section */

.spec_note span {
    color: red;
    font-size: 17px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65 !important;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.small_color_box {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 2px;
}

.future_box {
    border-left: 6px solid #00bfff;
}

.current_box {
    border-left: 6px solid #1f4a6b;
    background-color: #bcccce;
}

.past_box {
    border-left: 6px solid #dba0a0;
}

.bagde-flag-wrap {
    position: absolute;
    top: 3px;
    left: -12px;
    z-index: 99999;
}

.bagde-flag-wrap::before {
    content: "";
    position: absolute;
    top: 27px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #b32626 transparent transparent;
}

.bagde-flag {
    font-family: "Roboto" !important;
    text-transform: capitalize;
    color: #ffffff;
    background: #f33232;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding: 6px 12px;
    display: block;
    text-decoration: none;
}

.cart_count_div{
    gap: 7px;
  }

  .count_btn button{
    border: none;
    background-color: transparent;
  }

  .delete_btn{
    border: none;
    background-color: transparent;
    color: #000000;
  }

  .delete_btn i{
    transition: .4s ease-in-out;
  }

  .delete_btn:hover i{
    color: #999999;
  }

  .gallery {
    width: 100%;
  }

  .gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

  .swiper-slide{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #d5c8ba;
    background-color: #ffffff;
  }

  .gallery-slider .swiper-slide {
    height: 370px;
  }

  .gallery-thumbs {
    padding: 0;
    overflow: hidden;
  }

  .gallery-thumbs .swiper-slide {
    height: 120px;
    text-align: center;
    overflow: hidden;
  }

  .no_stock{
	height: 45px;
	display: flex;
	justify-items: center;
	align-items: center;
	background-color: #fff7fb;
	border: 1px solid #dc3545;
	}

	.no_stock p{
	color: #dc3545;
	}
        
        .disabled-link{
            opacity: .5 !important;
            pointer-events: none;
        }

        .disabled-link .text_div{
            color: #5e5e5e;
            background-color: #5766730e;
            border: 1px solid #576673;
        }

        .disabled-link .icon_div {
            background-color: #747475;
            border: 1px solid #747475;
        }

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*==== CONCEPT DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA  |  2023 ===*/
/*========================================================================*/
/*========================================================================*/