@import url("../bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("../slick/slick.css");
/* Fonts CSS */
@import url("../slick/slick-theme.css");
/* Fonts CSS */
@import url("../fonts/icon-fonts/fonts-css.css");

/* Fonts CSS */
.dropdown-menu li {
    margin-left: 0 !important;
}

/* .dropdown-heading{
    margin-top: 10px;
    font-weight: 500;

} */
.para-spacing {
    margin-left: 26px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 5px !important;
    padding-right: 0 !important;
}

.hidden {
    display: none;
}

.topbar-links {
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 12px 0px;
}

.topbar-links p {
    margin: 0;
}

.topbar-links p a {
    padding: 0px 10px;
    border-right: 2px solid #b7b7b7;
}

.topbar-links p:first-child a {
    padding-left: 0;
}

.topbar-links p a.active {
    color: #ea6e01;
}

.topbar-links p:last-child a {
    border: unset;
}

@media (max-width: 767px) {
    .topbar-links {
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .topbar-links::-webkit-scrollbar {
        display: none;
    }
}

.blink-arrow {
    position: fixed;
    top: 34px;
    right: 10px;
    animation: blink 1s infinite;
    display: none;
}

.nav-link {
    border-bottom: 2px solid transparent;
    /* Default state */
}

.nav-link-tabs {
    color: #000;
    /* Default state */
}

.nav-link-tabs.active {

    border-bottom: 3px solid orange;
    /* Active state */
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.8);
    }

    50% {
        opacity: 0.5;
        background-color: rgba(255, 255, 255, 0.4);
    }
}

@media screen and (max-width: 476px) {
    .blink-arrow {
        display: block;
    }
}




.custom-submenu {
    padding-left: 0;
}

.custom-submenu li {
    list-style: none;
    margin-left: 0 !important;
}

.dropdown-item {
    cursor: pointer !important;
    white-space: normal;
}

.text-color,
.svg-icon-color {
    color: black !important;
}

.head-sticky-change {
    background-color: rgba(255, 255, 255, 0.98) !important;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.para-contactus {
    color: #5A5858;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.main-head .navbar .container-fluid {
    padding: 0;
}

.contact-tabs-container>button {
    width: 273px;
    /* height: 60px; */
}

.main-nav .nav-link {
    font-size: 0.810rem;
    font-weight: 500;
    color: #000;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    padding: 0.5rem 0.8rem;
    overflow: hidden;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    border-radius: 0;
    border-bottom: 0;
    width: max-content;
}

.main-nav .navbar-nav li:first-child .nav-link {
    border-radius: 10px 10px 0 0;
}

.main-nav .navbar-nav li:last-child .nav-link {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #d2d2d2;
}

.main-nav .nav-link.active {
    color: #EA6E01;
}

.main-nav .nav-link i {
    color: #EA6E01;
    font-size: 1rem;
    font-weight: 800;
    border-left: 1px solid #d2d2d2;
    padding: 0.5rem 0.8rem;
    margin: -0.5rem -0.8rem -0.5rem;
}

.main-head .bg-body-tertiary {
    background-color: transparent !important;
}

.main-head .navbar-nav .dropdown-menu {
    font-size: 0.840rem;
}

.main-head {
    padding: 20px 0px;
}

.logo {
    margin: 0;
}

.logo img {
    width: 155px;
}

.border-topbar {
    border-bottom: 2px solid #E2E2E2;
}

.head-right {
    margin: 15px 0 0;
}

.nav-right {
    display: none;
}


.h-down-btn .btn {
    padding: 0.4rem 0.6rem 0.4rem 0.8rem !important;
    font-size: 0.750rem;
}

.h-int-bank-btn {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.750rem;
}

.h-down-btn .btn i {
    font-size: 0.6rem;
}

.h-down-btn .btn::after {
    display: none;
}

.h-down-btn .dropdown-menu {
    font-size: 0.840rem;
    border-radius: 10px;
}

.h-search-btn {
    border-radius: 100% !important;
    padding: 0 !important;
    margin: 0 6px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 13px;
}

.top-bar-right {
    display: flex;
    justify-content: centerS;
}

.h-search-btn.srch-mob {
    position: absolute;
    top: 10px;
    right: 60px;
    margin: 0 0px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}



.search-box {
    display: none;
    position: absolute;
    top: -8px;
    left: -201px;
    width: 100%;
}

.search-box.mob {
    top: 59px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.search-box .form-control {
    border-radius: 10px;
}

.search-box.mob .form-control {
    line-height: 1.8;
    border: 0.15rem solid #0087BA;
    box-shadow: 0px 0px 0px 4px rgb(154 216 243);
}

.input-search-w {
    width: 200px;
}

.close-icon {
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    cursor: pointer;
}

.close-icon-sm {

    right: 5px !important;
}

.nav-right-mob {
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    padding: 0 0.5rem;
    font-size: 1.8rem;
    height: 40px;
    line-height: 40px;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
    box-shadow: none;
}



.btn {
    border-radius: 10px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.top-text {
    color: #5A5858;
    text-decoration: none;


}

.top-text:hover {
    color: #ea6e01;

}

.btn-grey {
    --bs-btn-color: #000;
    --bs-btn-bg: #F2F2F2;
    --bs-btn-border-color: #F2F2F2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EA6E01;
    --bs-btn-border-color: #EA6E01;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-blue {
    --bs-btn-color: #fff;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    --bs-btn-border-color: #0087BA;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #0087BA;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #0087BA;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    border: 0;
}

.btn-disable {
    --bs-btn-color: #000;
    background: #E9E9E9;
    /* background: linear-gradient(0deg, rgba(0,135,186,1) 0%, rgba(0,174,239,1) 100%); */
    /* --bs-btn-border-color: #0087BA; */
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #5c636a;
    /* --bs-btn-hover-border-color: #0087BA; */
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    /* --bs-btn-active-border-color: #0087BA; */
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    border: 0;
}

.btn-white {
    --bs-btn-color: #1483CB;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-link {
    --bs-btn-color: #000;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #F5F5F5;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
    text-decoration: none;
}



.btn-link i {
    margin-left: 5px;
    margin-right: -10px;
}

/* Base styles for the toolbar */
.toolbar-nav {
    top: 360px;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: fixed !important;
}

.toolbar-nav li {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    font-size: 1.3rem;
    transition: width 0.3s ease;
    /* Smooth transition for width */
}

.urdu {
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%) !important;

}

.urdu:hover {
    background: #0096cf !important;
}

/* Default styles for links */
.toolbar-nav li a {
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 34px;
    line-height: 34px;
    /* Center vertically using line-height */
    width: 40px;
    /* Default width with only icon visible */
    display: flex;
    /* Use flexbox for better alignment */
    align-items: center;
    /* Center items vertically */
    justify-content: center;
    /* Center items horizontally */
    text-decoration: none;
    border-radius: 0 20px 20px 0;
    padding: 0 10px;
    /* Padding to center the icon within the width */
    transition: width 0.3s ease, padding 0.3s ease, flex-direction 0.3s ease;
    /* Smooth transition for width, padding, and direction */
    flex-direction: row;
    /* Default direction with icon before text */
}

/* Styles for even items */
.toolbar-nav li:nth-child(even) a {
    background: rgb(28, 27, 26);
    background: linear-gradient(0deg, rgba(28, 27, 26, 1) 0%, rgba(91, 91, 91, 1) 100%);
}

/* Hover styles for links */
.toolbar-nav li a:hover,
.toolbar-nav li:nth-child(even) a:hover {
    /* background: #EA6E01; */
}

.toolbar-nav li a:hover i,
.toolbar-nav li:nth-child(even) a:hover i {
    color: #fff;
}

/* Expand hover effect */
.expand-nav li {
    position: relative;
    /* Position for text */
}

/* Default state: icon and text in a row */
.expand-nav li a {
    display: flex;
    /* Flexbox for icon and text alignment */
    align-items: center;
    justify-content: flex-start;
    /* Align text and icon to the start (left) */
    width: 40px;
    /* Default width with only icon visible */
    transition: width 0.3s ease, padding 0.3s ease, flex-direction 0.3s ease, transform 0.3s ease;
    /* Smooth transition for width, padding, direction, and transform */
    padding: 0 10px;
    /* Padding to center the icon within the width */
    flex-direction: row;
    /* Default direction with icon before text */
}

/* Text hidden by default */
.expand-nav li a .nav-text {
    opacity: 0;
    /* Hide the text initially */
    margin-left: 10px;
    /* Space between icon and text */
    white-space: nowrap;
    /* Prevents text wrapping */
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    /* Smooth transition for text visibility and margin */
    font-size: 1rem;
    /* Adjust the font size as needed */
    display: none;
}

/* Hover state to expand width and reveal text */
.expand-nav li:hover a {
    width: auto;
    /* Adjust width for expanded view */
    flex-direction: row-reverse;
    /* Reverse the order for expanded state */
    padding: 0 15px;
    /* Add extra padding for expanded state */
    transform: translateX(10px);
    /* Slide effect */
}

.expand-nav li:hover .nav-text {
    opacity: 1;
    /* Reveal the text on hover */
    margin-left: 0;
    /* Remove space between icon and text */
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    /* Smooth transition for text visibility and margin */
    display: block;
}

/* Right-aligned toolbar styling for hover effect */
.expand-nav.right-nav li a {
    border-radius: 20px 0px 0px 20px;
    /* Adjust border radius */
    padding-left: 10px;
    /* More padding for right alignment */
}

.expand-nav.right-nav li:hover {
    width: auto;
    /* Adjust width for right-aligned toolbar */
}

.expand-nav.right-nav li:hover a {
    justify-content: flex-end;
    /* Align text to the end for right-aligned toolbar */
    flex-direction: row-reverse;
    /* Reverse the order for expanded state */
}

.expand-nav.right-nav li a .nav-text {
    margin-left: 0;
    /* Adjust spacing on the right side */
}







.toolbar-nav-right {
    padding: 0;
    margin: 0;
    z-index: 100;
    position: fixed !important;
}

/* Left Toolbar */
.expand-nav-right {
    top: 360px;
}

.expand-nav-right li {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    font-size: 1.3rem;
}

.expand-nav-right li a {
    color: #fff;
    text-align: center;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0 6px;
    border-left: 0;
    height: 34px;
    line-height: 2.4rem;
    width: 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0 20px 20px 0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.expand-nav-right li:nth-child(even) a {
    background: rgb(28, 27, 26);
    background: linear-gradient(0deg, rgba(28, 27, 26, 1) 0%, rgba(91, 91, 91, 1) 100%);
}

.expand-nav-right li a:hover {
    background: #EA6E01;
}

.expand-nav-right li a:hover i {
    color: #fff;
}

.expand-nav-right li:hover {
    width: 150px;
    /* Expanded width showing the text */
}

.expand-nav-right li:hover .nav-text {
    opacity: 1;
    /* Reveal the text on hover */
}

/* Right Toolbar */
.right-nav {
    top: 360px;
    right: 0;
}

.right-nav li {
    display: block;
    padding: 0;
    margin: 0 0 15px;
    font-size: 1.3rem;
}

.right-nav li a {
    color: #fff;
    text-align: center;
    padding: 0 6px;
    border: none;
    height: 34px;
    line-height: 2.4rem;
    width: auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 20px 0 0 20px;
    /* Border radius on the left side */
    transition: background-color 0.3s ease;
}

.right-nav li a:hover {
    background: #0096cf;
}



.home-slider-body {
    position: relative;
    z-index: 2;
}

/* .home-slider {
    border-radius: 20px;
    padding: 4px 4px;
    position: relative;

    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
} */

.home-slider .background-image {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/cc439174a7a743983235327d162667b2.jpg');
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.home-slider .background-banner-internal {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/internal-banner-wave.png');
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}

.home-slider .slide-content {
    padding: 30px 30px 10px;
    color: #fff;
    text-align: center;
    width: 55%;
    bottom: 10% !important;
}

.home-slider .slide-content .slide-hd {
    font-size: 1.820rem;
}

.home-slider .slide-content p {
    font-size: 0.9rem;
    margin: 0 0 10px;
    font-weight: 300;
}

.html5-video-container {
    height: 600px !important;
}

#player {
    height: 600px !important;
}

.app-down-links a img {
    height: 26px;
}

.app-down-links a+a {
    margin-left: 2px;
}

.home-slider .slide-image-area {
    height: 210px;
    padding-top: 20px;
}

.home-slider .slide-image-area .slide-img {
    height: 210px;
    padding-top: 0px;
}

.home-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-bottom: 10px;

    box-shadow: 0 0 0 1.5px #fff;
    background: transparent;
    border: solid 2px rgba(1, 154, 211, 1);
}

.home-slider .carousel-indicators button.active {
    background: #EA6E01;
}

.hd-style-01 {
    padding-left: 26px;
    line-height: 1.1em;
    font-size: 1.5rem;
    position: relative;
}

.hd-style-01::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #EA6E01;
    border-radius: 20px;
    position: absolute;
    left: 0px;
}

.hd-style-01 em {
    font-style: italic;
    font-weight: 600;
}

.hd-style-01 span {
    font-size: 1.6rem;
    display: block;
}

.hd-mini {
    color: #009BDF;
    font-weight: 600;
}

.slider {
    width: 100%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.my-carousel {
    display: block;
    position: relative;
}

.card-img-height {
    width: 100%;
    height: 210px;
    justify-content: center;
    display: flex;
}

.card-img-height img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
    .internel-banner-text {
        font-size: 4rem;
        font-weight: bolder;
        line-height: 3.5rem;
    }

}

@media (min-width: 430px) and (max-width: 768px) {
    .card-img-height img {
        width: 70%;
    }

}

@media (min-width: 990px) and (max-width: 1199px) {
    .card-img-height img {
        width: 70%;
        /* Set a fixed height for screens between 430px and 768px */
        /* object-fit: cover; Maintain aspect ratio, cover the area */
    }
}


.my-carousel .slick-active {
    opacity: 1;
}

.my-carousel .slick-current {
    opacity: 1;
}

.my-carousel .slick-slide {
    margin: 0px 10px;
}


.my-carousel .sl-left,
.my-carousel .sl-right {
    position: absolute;
    font-size: 1.5rem;
    width: auto;
    top: -100px;
    padding: 0px;
    line-height: 0;
    cursor: pointer;
}

.my-carousel::before {
    content: '';
    margin-top: 50px;
    display: block;
}

.my-carousel .sl-right {
    right: 1%;
    margin-left: 0;
}

.my-carousel .sl-left {
    right: 5%;
    margin-right: 0;
}

.mc-slide-box {
    /* background: #F5F5F5; */
    padding: 10px 10px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.mc-slide-box .s-icon {
    font-size: 3.2rem;
    display: block;
    margin: 10px 0 15px;
    color: #0087BA;
}

.mc-slide-box .chd-slide {
    color: #009BDF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.mc-slide-box .chd-slide :hover {
    color: #009BDF;

}

td p a {
    color: #0096cf;
}

.mc-slide-box .cpr-slide {
    color: #000;
    font-size: 0.8rem;
}

.mc-slide-box .nav {
    font-size: 0.950rem;
}

.mc-slide-box .nav .nav-item {
    padding: 0;
}


.mc-slide-box .nav .nav-item .nav-link {
    padding: 5px 0;
    color: #009BDF;
    border-bottom: 1px solid #009BDF;
    display: inline-block;
}

.mc-slide-box .nav .nav-item:last-child .nav-link {
    border-bottom: 0px;
}

.mc-slide-box .nav .nav-item .nav-link:hover {
    color: #000;
    border-color: #000;
}

.mc-slide-box:hover {
    background: white;
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
}

.mc-slide-box:hover i,
.mc-slide-box:hover .chd-slide,
.mc-slide-box:hover .cpr-slide {
    color: #fff;

}

.mc-slide-box:hover .nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.mc-slide-box:hover .nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.mc-slide-box:hover .nav .nav-item:last-child .nav-link {
    border-bottom: 0px;
}

.mi {
    display: inline-flex;
    vertical-align: middle;
}

.note-pen-icon {
    content: url(../images/icons/note-pen-icon.svg);
}

.grey-wrap {
    background: #F4F4F4;
    padding: 30px 30px;
    border-radius: 20px;
}


.w-img-bg {
    background: url(../images/wrap-grey-img-bg.png);
    background-size: cover;
    border-radius: 20px 0px 20px 20px;
    margin: 40px -30px -30px;
    padding: 30px 0px 0px 100px;
}

.w-img-bg img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    object-fit: cover;
}

.nav-pills.my-wrap-tabs .nav-link.active,
.nav-pills.my-wrap-tabs .show>.nav-link {
    color: #fff;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
}

.nav-pills.my-wrap-tabs .nav-link {
    color: #000;
    background-color: #E9E9E9;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    border-radius: 10px;
}

.nav-pills.my-wrap-tabs .nav-item+.nav-item {
    margin-left: 20px;
}

.wrap-loan-range {
    margin-bottom: 15px;
}

.wrap-loan-range .form-label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0px;
}

.wrap-loan-range .form-range {
    width: 73%;
    height: 2.4rem;
}

.wrap-loan-range .form-value {
    color: #5A5858;
    width: 28%;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 4px;
}


.wrap-loan-calc {
    margin-bottom: 15px;
}

.wrap-loan-calc .form-label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0px;
}

.wrap-loan-calc .form-range {
    width: 100%;
    height: auto;
    background: #0096cf;
}

.wrap-loan-calc .form-value {
    color: #1483CB;
    width: 40%;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: 800;
}

.wrap-loan-calc .form-range::-webkit-slider-thumb {
    background-color: var(--thumb-color);
    border: 3px solid var(--thumb-border);
    /* Black border */
    height: 20px;
    /* Track height */
    width: 20px;
    margin-top: -8px;
}

.page-select {
    background-color: #F2F3F3;
    border-radius: 10px;
    border: none;
    padding: 15px;
    margin-top: 50px;
}

.form-select:focus {
    border-color: unset;
    box-shadow: unset;
}

.wrap-loan-calc .form-range {
    background: #0096cf;
}

.page-search .form-control {
    background-color: #F2F3F3;
    border-radius: 10px;
    border: none;
}

.page-search .btn {
    --bs-btn-color: #000;
    --bs-btn-bg: #F2F3F3;
    --bs-btn-border-color: #F2F3F3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #EA6E01;
    --bs-btn-hover-border-color: #EA6E01;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #EA6E01;
    --bs-btn-active-border-color: #EA6E01;
}

.pdf-box {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.pdf-name {
    width: 80%;
    padding: 0px;
    font-size: 0.800rem;
}

.pdf-box .download-icon {
    padding: 0;
    margin: 0;
}

.pdf-box .download-icon i {
    font-size: 2.2rem;
    color: #000;
}

.pdf-box .download-icon i:hover {
    color: #EA6E01;
}

.border-form .form-label {
    font-size: 0.850rem;
    color: #000;
}

.border-form .form-control {
    border: 0;
    padding: 0.4rem 0;
    border-radius: 0;
    border-bottom: 1px solid #6B6B6B;
}

.form-control::-webkit-input-placeholder {
    color: #C2C2C2;
}

.form-control:-moz-placeholder {
    color: #C2C2C2;
}




.wrap-loan-calc .form-value .prefix {
    color: #535353;
    font-weight: 400;
}

.rangle-result-calc .form-label {
    font-size: 0.9rem;
    text-align: center;
    display: block;
}

.rangle-result-calc .result-value {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    padding: 0.25rem 1.3rem;
    border-radius: 10px;
}


.rangle-result-calc .col-12:nth-child(even) .result-value {
    background: #EA6E01 !important;
}


.rangle-result .form-label {
    font-size: 0.9rem;
    display: block;
}

.rangle-result .result-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    background: #E9E9E9;
    padding: 0.45rem 1.3rem;
    display: inline-block;
    border-radius: 10px;
}



.form-range {
    --thumb-color: #ffffff;
    /* White thumb color */
    --thumb-border: #000000;
    /* Black border color */
    --track-background: #D9D9D9;
    --track-fill: #0087BA;
    /* Default fill color (blue) */
    height: 5px;
    /* Track height */
}

.form-range::-webkit-slider-thumb {
    background-color: var(--thumb-color);
    border: 3px solid var(--thumb-border);
    /* Black border */
    height: 12px;
    /* Track height */
    width: 12px;
}

.form-range::-moz-range-thumb {
    background-color: var(--thumb-color);
    border: 3px solid var(--thumb-border);
    /* Black border */
}

.form-range::-ms-thumb {
    background-color: var(--thumb-color);
    border: 3px solid var(--thumb-border);
    /* Black border */
}

.form-range::-webkit-slider-runnable-track {
    height: 5px;
    /* Track height */
    background: linear-gradient(to right, var(--track-fill) 0%, var(--track-fill) var(--percent), var(--track-background) var(--percent), var(--track-background) 100%);

}

.form-range::-moz-range-track {
    height: 5px;
    /* Track height */
    background: linear-gradient(to right, var(--track-fill) 0%, var(--track-fill) var(--percent), var(--track-background) var(--percent), var(--track-background) 100%);
}

.form-range::-ms-track {
    height: 5px;
    /* Track height */
    background: linear-gradient(to right, var(--track-fill) 0%, var(--track-fill) var(--percent), var(--track-background) var(--percent), var(--track-background) 100%);
    border-color: transparent;
    color: transparent;
}

.my-accordion {
    border-radius: 0;
    position: relative;
}

.my-accordion::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    border-radius: 20px;
}

.my-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.my-accordion .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.my-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.my-accordion .accordion-item:last-of-type>.accordion-header .accordion-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.my-accordion .accordion-item:last-of-type>.accordion-collapse {
    border-radius: 0;
}

.my-accordion .accordion-item {
    border: 0;
}

.my-accordion .accordion-button,
.my-accordion .accordion-body {
    position: relative;
}

.my-accordion .accordion-button::before,
.my-accordion .accordion-body::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    border-radius: 0;
}

.my-accordion .accordion-item:last-of-type>.accordion-header .accordion-button::before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.my-accordion .accordion-item:first-of-type>.accordion-header .accordion-button::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.my-accordion .accordion-button:not(.collapsed),
.my-accordion .accordion-body:not(.collapsed) {
    background: none;
    position: relative;
}

.my-accordion .accordion-button:not(.collapsed)::before,
.my-accordion .accordion-body:not(.collapsed)::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #EA6E01;
    border-radius: 0;
    position: absolute;
    left: 0;
}

.my-accordion .accordion-button:not(.collapsed)::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.my-accordion .accordion-body:not(.collapsed)::before {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.my-accordion .accordion-button {
    box-shadow: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.my-accordion .accordion-button:not(.collapsed) {
    color: #000;
}

.my-accordion .accordion-body {
    font-size: 0.8rem;
    font-weight: 300;
    padding-top: 0px;
}

.my-accordion .accordion-button::after {
    margin-left: 10px;
    transform: rotate(-90deg);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A9A9A9'><path 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'/></svg>") !important;
}

.my-accordion .accordion-button:not(.collapsed)::after {
    margin-left: 10px;
    transform: rotate(-0deg);
}

.my-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path 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'/></svg>") !important;
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 12.5rem);
    gap: 1.5rem;
}

/* Gallery Layout */
.gallery__item--1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.gallery__item--2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.gallery__item--3 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.accounts-tab-img img {
    height: 450px;
    object-fit: contain;
}

.aving-accounts-tab-img img {
    height: 450px;
    object-fit: contain;
}

/* Gallery Link */
.gallery__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgb(184, 229, 245);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/* Gallery Link Overlay */
.gallery__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.gallery__link:hover .gallery__overlay {
    opacity: 1;
}

/* Gallery Overlay Text */
.gallery__overlay span {
    position: relative;
    line-height: 3rem;
}

.gallery__overlay span:before,
.gallery__overlay span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width .3s ease-out .2s;
}

.gallery__overlay span:before {
    top: 0;
    left: 0;
}

.gallery__overlay span:after {
    bottom: 0;
    right: 0;
}

.gallery__link:hover .gallery__overlay span:before,
.gallery__link:hover .gallery__overlay span:after {
    width: 100%;
}

/* Gallery Image CSS*/
.gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition:
        transform .5s,
        filter .5s;
}

.gallery__link:hover .gallery__image {
    transform: scale(1.2);
    filter: blur(2px);
}

/* End Gallery Image CSS*/


.wrap-100-container {
    background: #F8F8F8;
    padding: 60px 0;
    position: relative;
    /* margin-bottom: 120px; */
}


.wrap-100-left-link {
    background-image: url("../images/blue-bg-link.png");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    width: 330px;
    height: 110px;
    margin-bottom: -120px;
    padding: 30px 100px 15px 0;
}

.wrap-100-left-link::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    background: url(../images/blue-bg-link-rep.png) repeat-x;
    height: 110px;
    width: 9999px;
}

.wrap-link-cont {
    border-left: solid 2px #fff;
    padding-left: 10px;
}

.wrap-link-cont .hdw {
    font-size: 1.3rem;
}

.wrap-link-cont p {
    font-size: 0.680rem;
    display: none;
}

.wrap-100-left-link .w-icon {
    width: 3.5rem;
    right: 2rem !important;

}

.wrap-100-container .img-pos-right {
    height: 420px;
}

.nav-border-tabs {
    position: relative;
}

.nav-border-tabs .nav-link {
    position: relative;
    background: none;
    color: #A9A9A9;
    font-weight: 500;
}

.nav-border-tabs .nav-link:hover {
    color: #000;
}

.nav-border-tabs .nav-link::before {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
    border-radius: 20px;
    position: absolute;
}


.nav-border-tabs .nav-link.active {
    position: relative;
    background: none;
    color: #000;
    font-weight: 500;
}


.nav-border-tabs .nav-link.active::before {
    content: "";
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #EA6E01;
    border-radius: 20px;
    position: absolute;
}

.img-thumb-wrap {
    margin-bottom: 1rem;
}

.img-thumb-img {
    border-radius: 10px;
}

.img-thumb-img img {
    width: 3.68rem;
}

.img-thumb-img i {
    font-size: 3.5rem;
}

.img-thumb-text {
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-left: 1rem;
    line-height: 1.3rem;
}

.foot-top-section {
    background: rgb(138, 140, 144);
    background: linear-gradient(0deg, rgba(138, 140, 144, 1) 0%, rgba(203, 205, 209, 1) 100%);
    border-radius: 20px;
    padding: 30px 20px;
    margin: -140px 10px 0;
}

.hd-foot-top {
    color: #000;
    font-size: 0.750rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.foot-sub-form {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.foot-sub-form .btn {
    border-radius: 6px;
}

.foot-sub-form .form-control {
    border: 0;
}

.foot-wrap {
    background: #F8F8F8;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 300px;
}

.footer-spacing {
    background: #F8F8F8;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 100px;
}

.plr-120 {
    padding: 0 40px;
}

.light-background-color {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
}

.foot-wrap .hd-foot {
    font-size: 0.870rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.nav-foot {
    font-size: 0.750rem;
    font-weight: 400;
}

.nav-foot .nav-link {
    padding: 0;
    margin-bottom: 0.7rem;
    color: #000;
}

.nav-foot .nav-link:hover {
    color: #EA6E01;
}


.foot-logo {
    margin-bottom: 10px;
    padding: 0 3px;
}


.foot-logo img {
    width: 100px;
}


.foot-social {
    margin-top: 10px;
    margin-bottom: 20px;
}

.f-social-hd {
    font-size: 0.870rem;
    font-weight: 800;
    margin: auto 0;
}

.foot-social-link {
    margin: auto 0;
    padding: 0;
}

.foot-social-link li {
    display: inline-block;
}

.foot-social-link li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    height: 28px;
    width: 28px;
    line-height: 2rem;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    transition: 0.3s;
}

.foot-social-link li a svg {
  margin-bottom: 7px;
}
.foot-social-link li:hover a {
    color: #EA6E01;
}

.foot-social-link li+li {
    margin-left: 5px;
}

.foot-contact {
    text-align: right;
    font-size: 0.870rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}

.foot-contact i {
    font-size: 30px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.fc-number span {
    display: block;
    font-weight: 400;
}

.foot-app-links li img {
    height: 30px;
}

.foot-app-links {
    margin: 16px 0 0;
    padding: 0;
}

.foot-app-links li {
    display: inline-block;
}

.c-right-txt {
    font-size: 0.750rem;
    margin-top: 0;
    margin-bottom: 1rem;
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.c-right-txt:hover {
    color: #EA6E01 !important;
}

.footer-end-img {
    padding: 0 4px;
    /* width: 70px; */
}


.feedback-container {
    text-align: center;
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px;
}

.emoji-rating {
    display: flex;
    justify-content: center;
}

.emoji {
    font-size: 2.4rem;
    cursor: pointer;
    color: #fff;
    margin: 0 10px;
    display: grid;
}

.emoji.selected {
    transform: scale(1.2);
    transition: transform 0.2s;
    color: #000;
}

.btn-emo {
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    color: #cfd0d1;
    margin-top: 20px;
}

.btn-emo:hover {
    color: #fff;
}

#thanks-message {
    display: none;
    margin-top: 30px;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0px;
}

.page-banner {
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    border-radius: 20px;
    margin: 0 0px;
    padding: 30px 40px 20px;
    position: relative;
}

.page-banner .background-image {
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../images/banner-bg.jpg'); */
    background-size: cover;
    background-position: center;
    /* opacity: 0.15; */
    z-index: 1;
}

.banner-body {
    z-index: 2;
    position: relative;
    color: #fff;
}

.banner-content {
    font-size: 0.8rem;
}

.hd-banner {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.2rem;
}

.hd-banner span {
    line-height: 1.8rem;
    font-size: 0.9rem;
    display: block;
    font-weight: 500;
}

.banner-img {
    width: 100%;
}

.page-tabs {
    background-color: #F6F6F6;
    margin-bottom: 10px !important;
    padding: 40px 0px 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -20px;
}

/* .page-tabs li+li {
    border-left: 1px solid rgba(112, 112, 112, 0.4);
} */

.page-tabs .nav-link {
    font-size: 0.850rem;
    padding: 0 1.1rem;
    color: #000;
    border-radius: 0;
}

.page-tabs .nav-link i {
    display: block;
    font-size: 2.8rem;
    margin-bottom: 5px;
}

.page-tabs .nav-link.active,
.nav-pills .show>.nav-link {
    color: #EA6E01;
    background-color: transparent;
}

.hd-center {
    position: relative;
    max-width: fit-content;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

.hd-center::before {
    content: '';
    height: 4px;
    width: 95%;
    background: #EA6E01;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    border-radius: 6px;
}

/* Style the list */
ul.breadcrumb {
    list-style: none;
    justify-content: center !important;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 0.850rem;
    color: #858585;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 0 6px;
    color: #000;
    content: "|\00a0";
    font-weight: 400;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #000;
}

.per-1 {
    font-size: 0.750rem;
}

.btn-tabs {
    border: 1px solid #0087BA;
    border-radius: 10px;
    max-width: fit-content;
    margin: auto;
    padding: 0;
}

.btn-tabs .nav-item .nav-link {
    border-radius: 0px;
    color: #000;
}

.btn-tabs .nav-item .nav-link.active {
    color: #fff;
    background: rgb(0, 135, 186);
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
}

.btn-tabs li:first-child .nav-link {
    border-radius: 8px 0px 0px 8px;
}

.btn-tabs li:last-child .nav-link {
    border-radius: 8px 8px 8px 8px;
}

.pdf-slide {
    margin: 0;
    padding: 50px 0 0;
}

.pdf-slide .slick-slide {
    margin: 0px 0px;
}

.pdf-slide .pdf-slick-prev,
.pdf-slide .pdf-slick-next {
    font-size: 1.8rem;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.pdf-slide .pdf-slick-prev {
    top: 0;
    right: 50%;
    margin-right: 10px;
}

.pdf-slide .pdf-slick-next {
    top: 0;
    left: 50%;
    margin-left: 10px;
}

.bul-txt {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}


.bul-txt span {
    font-weight: 800;
}

.bul-txt::before {
    content: '\F287';
    font-family: bootstrap-icons;
    font-size: 0.5rem;
    position: absolute;
    left: 0;
    top: 6px;
    color: #EA6E01;
}

.credit-para {
    margin-left: 26px;
}

@media (max-width: 576px) {



    .wrap-100-left-link {
        margin-bottom: -10px !important;
    }

    .accounts-tab-img img {
        width: 290px;
        height: 330px;
    }

    .hd-center {
        font-size: 1.5rem;
        text-align: center;
    }

    .carousel-top-head {
        font-size: 1.4rem;
    }


}

.nav-link.active svg path {
    fill: #EA6E01;
    /* Change the color to orange */
}

@media (min-width: 768px) {
    .toolbar-nav li a {
        box-shadow: none;
    }

    .home-slider-body {
        position: relative;
        z-index: 2;
    }

    .app-down-links a img {
        height: 46px;
    }

    .app-down-links a+a {
        margin-left: 4px;
    }

    .home-slider .slide-content {
        padding: 40px 30px 10px;
    }

    .home-slider .slide-content .slide-hd {
        font-size: 2.920rem;
    }

    .home-slider .slide-content p {
        font-size: 1.4rem;
        margin: 0 0 10px;
    }

    .home-slider .slide-image-area {
        height: 380px;
        padding-top: 10px;
    }

    .home-slider .slide-image-area .slide-img {
        height: 380px;
        padding-top: 30px;
    }

    .home-slider .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin-bottom: 10px;

        box-shadow: 0 0 0 1.5px #fff;
        background: transparent;
        border: solid 2px rgba(1, 154, 211, 1);
    }

    .home-slider .carousel-indicators button.active {
        background: #EA6E01;
    }


    .page-banner {
        padding: 40px 40px 30px;
    }

    .banner-content {
        font-size: 0.9rem;
    }

    .hd-banner {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }

    .hd-banner span {
        line-height: 1rem;
        font-size: 1rem;
    }

    .mc-slide-box .cpr-slide {
        font-size: 0.7rem;
    }

    .mc-slide-box .nav {
        font-size: 0.920rem;
    }

    .hd-style-01 {
        line-height: 1.1em;
        font-size: 2.3rem;
    }

    .bul-txt {
        font-size: 1rem;
    }

    .wrap-loan-range .form-range {
        width: 75%;
        height: 2.4rem;
    }

    .wrap-loan-range .form-value {
        width: 25%;
        padding-left: 20px;
        font-size: 1.4rem;
        margin-top: 0px;
    }

    .my-accordion .accordion-button {
        /* font-size: 1.5rem; */
        font-size: 20px;
    }

    .pdf-box {
        padding: 10px 20px;
        margin-bottom: 25px;
    }

    .pdf-slide {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .pdf-slide .pdf-slick-prev {
        top: 33%;
        left: -34px;
        margin: 0;
    }

    .pdf-slide .pdf-slick-next {
        top: 30%;
        right: -34px;
        margin: 0;
        text-align: right;
    }

    .pdf-name {
        width: 75%;
    }


    .wrap-loan-calc .form-value {
        width: 25%;
    }


    .hd-foot-top {
        font-size: 1.250rem;
        margin-bottom: 10px;
    }

    .wrap-100-container {
        background: #F8F8F8;
        padding: 60px 0;
        position: relative;
        /* margin-bottom: 120px; */
    }


    .wrap-100-left-link {
        width: 66%;
        height: 135px;
        margin-bottom: -120px;
        margin-top: 60px;
        padding: 30px 160px 15px 0;
    }

    .wrap-100-left-link::before {
        height: 150px;
    }

    .wrap-link-cont {
        padding-left: 20px;
    }

    .wrap-link-cont .hdw {
        font-size: 1.75rem;
    }

    .wrap-100-left-link .w-icon {
        width: 80px;
        right: 50px !important;
    }

    .wrap-100-container .img-pos-right {
        height: 420px;
    }

    .foot-app-links li img {
        height: 40px;
    }
}

@media (min-width: 992px) {

    /* .home-slider {
        height: 460px;
    } */

    .internel-banner-text {
        font-size: 3.8rem;
        font-weight: bolder;
        line-height: 3.5rem;
    }

    .home-slider .slide-content {
        padding: 110px 30px 20px 50px;
        color: #fff;
        text-align: left;
    }

    .home-slider .slide-content .slide-hd {
        font-size: 2.4rem;
    }

    .home-slider .slide-content p {
        font-size: 1rem;
    }

    .home-slider .slide-image-area {
        height: 460px;
        padding-top: 10px;
    }

    .home-slider .slide-image-area .slide-img {
        height: 460px;
        padding-top: 30px;
    }

    .home-slider .carousel-indicators {
        flex-direction: column;
        left: auto;
        top: auto;
        bottom: auto;
        margin-right: 40px;
        margin-left: auto;
        vertical-align: middle;
        height: 100%;
    }


    .banner-content {
        font-size: 0.92rem;
    }

    .hd-banner {
        font-size: 3rem;
        line-height: 3rem;
    }

    .hd-banner span {
        line-height: 1.4rem;
        font-size: 1.1rem;
    }

    .mc-slide-box .nav {
        font-size: 1.2rem;
    }

    .wrap-100-left-link {
        width: 79%;
        height: 135px;
        margin-bottom: -120px;
        padding: 30px 160px 15px 0;
    }

    .wrap-100-left-link::before {
        height: 150px;
    }

    .wrap-link-cont {
        padding-left: 20px;
    }

    .wrap-link-cont .hdw {
        font-size: 1.75rem;
    }

    .wrap-link-cont p {
        font-size: 0.680rem;
        display: inherit;
        margin: 0;
    }

    .wrap-100-left-link .w-icon {
        width: 80px;
        right: 50px !important;
    }

    .pdf-name {
        width: 50%;
    }


    .foot-logo,
    .foot-social,
    .foot-contact {
        margin-bottom: inherit;
    }

}



@media (min-width: 1200px) {

    .foot-wrap {
        margin-top: 200px;
    }

    .h-search-btn.srch-mob {
        display: none;
    }

    .internel-banner-text {
        font-weight: bolder;
        font-size: 5rem;
        line-height: 5rem;
    }

    .nav-right {
        display: inherit;
    }


    .nav-right-mob {
        display: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .main-nav .nav-link {
        font-size: 0.810rem;
        border: 0px;
        padding: 0.5rem 0.8rem;
    }

    .main-nav .navbar-nav .dropdown .dropdown-menu {
        border-radius: 10px;
    }

    .main-nav .navbar-nav li:first-child .nav-link {
        border-radius: 0;
    }

    .main-nav .navbar-nav li:last-child .nav-link {
        border-radius: 0;
        border-bottom: 0;
    }

    .main-nav .nav-link i {
        color: #000;
        font-size: 11px;
        border-left: 0px;
        padding: 0;
        margin: 0;
        font-weight: 900;
    }

    /* .home-slider {
        height: 560px;
        padding: 0px 0;
        margin: 0 0px;
    } */

    .home-slider .slide-content .slide-hd {
        font-size: 3.1rem;
    }

    .home-slider .slide-content p {
        font-size: 1.4rem;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home-slider .slide-image-area {
        height: 560px;
        padding-top: 10px;
    }

    .home-slider .slide-image-area .slide-img {
        height: 560px;
        padding-top: 30px;
    }

    .banner-content {
        font-size: 1rem;
    }

    .hd-banner {
        font-size: 3.3rem;
        line-height: 3.2rem;
    }

    .hd-banner span {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }

    .grey-wrap {
        padding: 40px 40px;
        margin: 0 -40px;
    }

    .w-img-bg {
        border-radius: 0 20px 20px 0;
        margin: -40px;
        padding: 30px 0px 0px 100px;
    }

    .mc-slide-box .nav {
        font-size: 0.720rem;
    }

    .foot-top-section {
        padding: 40px 40px;
        margin: -140px -40px 0;
    }

    .hd-foot-top {
        font-size: 0.850rem;
    }


    .foot-sub-form {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .feedback-container {
        margin-bottom: 0px;
        margin-top: 25px;
    }


    .page-banner {
        /* margin: 0 -40px; */
        padding: 80px 50px 60px;
    }

    .page-tabs {
        /* margin: -22px -40px 0;
        margin-bottom: 0 !important; */
    }


    .plr-120 {
        padding: 0 120px;
    }

    .wrap-100-left-link {
        width: 68%;
        height: 135px;
        margin-bottom: -20px;
        padding: 30px 140px 0px 0;
    }
}


@media (min-width: 1400px) {
    .main-nav .navbar-nav li+li {
        margin-left: 10px;
    }

    .h-search-btn {
        margin: 0 10px;
    }

    .mc-slide-box .nav {
        font-size: 0.840rem;
    }

    .mc-slide-box {
        height: 270px;
    }

    .wrap-100-container .img-pos-right {
        height: 500px;
    }

    .wrap-100-left-link {
        width: 58%;
        height: 135px;
        /* margin-bottom: -120px; */
        padding: 30px 160px 15px 0;
    }

    .home-slider .slide-content .slide-hd {
        font-size: 3.4rem;
    }

    .home-slider .slide-content p {
        font-size: 1.5rem;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .app-down-links a img {
        height: 50px;
    }

    /* .main-menu-right li ul > li ul {
        height: 200px;
        overflow-y: auto;
    } */
}


/* only mobile screen */

@media (max-width: 768px) {
    .internel-banner-text {
        font-size: 2.5rem;
        font-weight: bolder;
        line-height: 2.5rem;

    }

    .pagination-row {
        width: 100% !important;
    }

    .my-wrap-tabs,
    .nav-border-tabs,
    .page-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .my-wrap-tabs .nav-link::-webkit-scrollbar,
    .nav-border-tabs .nav-link::-webkit-scrollbar,
    .page-tabs .nav-link::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .my-wrap-tabs .nav-link .nav-item,
    .nav-border-tabs .nav-link .nav-item,
    .page-tabs .nav-link .nav-item {
        flex-shrink: 0;
    }

    .my-wrap-tabs .nav-link,
    .nav-border-tabs .nav-link,
    .page-tabs .nav-link {
        display: inline-block;
        white-space: nowrap;
        min-width: 100px;
        /* Set a minimum width for each tab */
        text-align: center;
    }
}



/* Add custom CSS here if needed */
/* Dropdown menu should be hidden by default */
.dropdown-menu {
    display: none;
}

/* Show dropdown menu on hover for desktop screens */
@media (min-width: 1199px) {
    .main-nav .dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeInDown 0.3s ease;
        /* Fade in animation */
    }

    .para-contactus {
        width: 55%;
    }
}

/* Remove default Bootstrap dropdown arrow */
.main-nav .dropdown-toggle::after {
    display: none !important;
}

/* Align icon to the right side on mobile */
@media (max-width: 1200px) {
    .dropdown-toggle .bi-link {
        margin-left: 5px;
        /* Adjust margin as needed */
        cursor: pointer;
        /* Change cursor to pointer for the icon */
    }
}

/* Fade-in animation keyframes */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        /* Start slightly above */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* End at normal position */
    }
}

@media (max-width: 576px) {
    .gap-sm-0>* {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }

}

.form-contact {
    padding: 30px 40px;
    margin-top: 25px;
    /* margin-bottom: 60px; */

}

.blue-text {
    color: #00BCD4;
}

.form-control-label {
    margin-bottom: 5px;
}

input[type=range] {
    border: unset;
}

input,
textarea {
    padding: 8px 15px;
    border-radius: 5px !important;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    font-weight: 300
}

.form-group {
    margin-top: 15px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* border: 1px solid #00BCD4; */
    outline-width: 0;
    font-weight: 400
}

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.bg-container-locator {
    padding: 20px;
    border-radius: 10px;
    background-color: #F4F4F4;
}

.form-select-container {
    min-width: 15rem;
}

.search-row {
    padding: 0 12px;
}

.search-locator {
    border: none;
    border-radius: 10px;
}

.form-select-container>select {
    visibility: hidden;
    position: absolute;
}

.form-select-container>.form-select {
    border: none;
    margin-top: 5px;
    border-radius: 10px;
    position: relative;
    transition: border-color 0.3s ease-in-out;
}

.form-select-container.active>.form-select {
    border-color: transparent;
}

.form-select-container>.form-select>.form-option-placeholder {
    padding: 0.5rem 0.5rem;
    position: relative;
    cursor: pointer;
    /*transition: padding 0.375s cubic-bezier(0.4, 0, 0.2, 1) 180ms;*/
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1) 120ms;
}

.form-select-container.active>.form-select>.form-option-placeholder {
    padding: 1.5rem 1rem;
    /*transition: padding 0.375s cubic-bezier(0.4, 0, 0.2, 1);*/
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-select-container>.form-select>.form-option-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    border-radius: 5px;
    /*transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 180ms cubic-bezier(0.4, 0, 0.2, 1) 180ms;*/
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 180ms cubic-bezier(0.4, 0, 0.2, 1) 180ms;
}

.form-select-container.active>.form-select>.form-option-wrapper {
    visibility: visible;
    opacity: 1;
    /*transition: opacity 0.375s cubic-bezier(0.4, 0, 0.2, 1) 100ms, visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1) 100ms;*/
    transition: opacity 0.375s cubic-bezier(0.4, 0, 0.2, 1) 120ms, visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder,
.form-select-container>.form-select>.form-option-wrapper>.form-option-container>.form-option {
    cursor: pointer;
    transition: background-color 180ms ease-in-out;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder:hover,
.form-select-container>.form-select>.form-option-wrapper>.form-option-container>.form-option:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-placeholder-container {
    border-bottom: 1px solid #E6E6E6;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    color: #AAA;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-container {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    /*transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
    transition: height 180ms cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-select-container.active>.form-select>.form-option-wrapper>.form-option-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /*transition: height 0.375s cubic-bezier(0.4, 0, 0.2, 1) 120ms, padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1) 180ms, padding-bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 180ms;*/
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 120ms, padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1) 180ms, padding-bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 180ms;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-container>.form-option {
    padding: 1rem;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-container>.form-option.active {
    background-color: #BBDEFB;
}

.form-select-container>.form-select>.form-option-wrapper>.form-option-container>.form-option.active:hover {
    background-color: #E3F2FD;
}

.Sidebar-list {
    overflow: hidden;
    height: 600px;
    overflow-y: scroll;
    direction: rtl;

}

.Sidebar-list {
    list-style: none;
    padding: 30px;
}

.Sidebar-list li {
    padding: 8px 0;
    border-bottom: 1px solid #A7A9AC;
}

.Sidebar-list li p {
    direction: ltr;
    text-align: left;
    margin-bottom: 0;
}

.Sidebar-list li p:nth-of-type(1) {
    font-weight: 500;
}

.Sidebar-list li p:nth-of-type(2) {
    color: #009BDF;
    /* Change the color to blue */
}

/* Custom Scrollbar Styling */
.Sidebar-list::-webkit-scrollbar {
    width: 12px;
    /* Scrollbar ki width set karte haisameerhabib72@gmail.comn */
    border-radius: 5px;
    /* Top aur bottom radius apply karte hain */
}

.Sidebar-list::-webkit-scrollbar-thumb {
    background-color: #cdcccc;
    /* Scrollbar ka color */
    border-radius: 5px;
    /* Scrollbar thumb ke top aur bottom radius */
}

.Sidebar-list::-webkit-scrollbar-button {
    display: none;
    /* Scrollbar ke arrows hide karne ke liye */
}

.office-address-card {
    background-color: #F6F6F6;
    border-radius: 10px;
}

.offering-tabs {
    display: flex;
    list-style: none;
    gap: 15px;
    margin-top: 14px;
    flex-wrap: wrap;
    /* height: 37px; */
    margin-bottom: 0;
    border-bottom: 1px solid black;
    ;
}

.offering-tabs li {
    margin-bottom: 5px;
}

.offering-tabs li button {
    border: none;
    background-color: transparent;

}

.para-heading {
    font-weight: 500;
}

.tab-content-container {
    /* border: 1px solid red; */
    border-bottom: 1px solid black;
}

.offering-head-data-color {
    color: #009BDF;
}

.pagination-row {
    width: 50%;
}

/* Custom styles for Previous button */
.custom-prev {
    /* background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%); */
    color: rgba(0, 135, 186, 1);
    /* White text */
    border: 2px solid rgba(0, 135, 186, 1);
    /* Remove border */
    padding: 10px 10px;
    /* Add padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 13px;
    /* Increase font size */
    cursor: pointer;
    /* Pointer cursor on hover */
    margin-right: 5px;
    /* Margin to the right */
}

/* Custom styles for Next button */
.custom-next {
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    color: #fff;
    /* White text */
    border: none;
    /* Remove border */
    padding: 10px 10px;
    /* Add padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 13px;
    /* Increase font size */
    cursor: pointer;
    /* Pointer cursor on hover */
    margin-left: 5px;
    /* Margin to the left */
}

/* Hover effect for both buttons */
.custom-prev:hover,
.custom-next:hover {
    background-color: white;
    /* Darker blue for Previous */
}

/* Active state */
.page-item.active .page-link {
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    color: white;
    /* Dark text color */
    border: none;
}

/* Custom styles for pagination info */
.custom-pagination-info {
    font-size: 14px;
    color: #333;
    /* Text color */
    font-weight: bold;
    /* Text weight */
    margin-top: 10px;
    /* Space above pagination info */
}

/* Additional custom class for any specific styles */
.custom-pagination-class {
    padding: 5px 10px;
    /* Padding around the text */
    border-radius: 4px;
    /* Rounded corners */
}

/* General styles */
.top-right {
    display: flex;
    position: relative;
    /* Relative positioning to handle absolute child positioning */
}

/* Menu Icon */
#menu-icon {
    z-index: 1050;
    /* Slightly above mobile-nav for icon interaction */
    position: relative;
    /* Necessary to properly layer the icons */
}

/* Mobile Navigation */
#mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    /* Width of the sidebar */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    /* Initially hide it off-screen to the right */
    transition: transform 0.3s ease-in-out;
    z-index: 1040;
    /* Below menu icon so that close button appears on top */
    padding: 0px 0px;
}

#mobile-nav ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
    width: 100%;
    max-height: calc(100vh - 100px);
    /* adjust 100px for header/footer space */
    overflow-y: auto;

}

#mobile-nav ul li {
    margin: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#mobile-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#mobile-nav ul li a:hover {
    color: #0094cc;
}

/* Show navigation */
#mobile-nav.active {
    transform: translateX(0);
    /* Slide in from the right */
}

.submenu.active li {
    list-style: circle;
}

/* Icon styles */
.open-icon,
.close-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    /* Pointer changes to a hand when hovered over icons */
}

/* Specific styling for close button */
.close-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
    /* Initially hidden */
    z-index: 1060;
    /* Make sure it appears above the mobile navigation */
}

/* Show close button when menu is active */
#mobile-nav.active~#menu-icon .close-btn {
    display: block;
    /* Shows the close button */
}

/* Hide open icon when menu is active */
#mobile-nav.active~#menu-icon .open-icon {
    display: none;
    /* Hides the open icon */
}

/* Right Side Menus Start  */
.main-menu-right {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu-right li {
    position: relative;
}

.main-menu-right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.main-menu-right li a .arrow {
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s;
}

.main-menu-right ul {
    display: none;
    position: relative;
    /* Adjusted for accordion */
    padding-left: 15px;
    margin-top: 0;
}

.main-menu-right li.open>ul {
    display: block;
}

.main-menu-right li.open>a .arrow {
    transform: rotate(180deg);
    /* Flip arrow when submenu is open */
}

/* Right Side Menus end  */
.card-img-tab {
    width: 392px;
    border-radius: 20px;
    height: 238px;
    margin: 0 auto;
}

@media (max-width: 440px) {
    .card-img-tab {
        width: 315px;
        height: 200px;
    }
}


.card-img-tab img {
    width: 100%;
    height: 100%;
}

.overview-list li {
    list-style: decimal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

th,
td {
    padding: 15px;
    border: 1px solid #808080;
    text-align: left;
}

/* table tr:first-child td {
    background-color: #00a6e4;
    color: white;
} */
table tbody tr:first-child td {
    background-color: #00a6e4;
    color: white;
    white-space: normal !important;
    /* Allow text to wrap */
    width: 10% !important;
    /* Fixed width */
    word-wrap: break-word;
    /* Break long words if needed */

}

.table td:first-child {
    white-space: normal !important;
    /* Allow text to wrap */
    width: 10% !important;
    /* Fixed width */
    word-wrap: break-word;
    /* Break long words if needed */
}

tr {
    border-color: #808080;
    border-style: solid;
    border-width: 0;
}

thead {
    background-color: #009BDF;
    color: white;
    text-align: center;
}

th {
    font-weight: bold;
}

td {
    color: #000000;
    font-weight: 400;
    padding-left: 30px;
    word-wrap: break-word;
    /* Ensures long text wraps inside the cell */
}

td p {
    margin: 0;
}

/* Enable horizontal scrolling on smaller screens */
@media (max-width: 768px) {
    .table-container {
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Prevents vertical scrolling in case of minor overflow */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        scroll-behavior: smooth;
        /* Ensures smooth scrolling for supported browsers */
    }

    .table-container::-webkit-scrollbar {
        height: 8px;
        /* Adjust scrollbar height */
    }

    .table-container::-webkit-scrollbar-thumb {
        background: #cccccc;
        /* Scrollbar thumb color */
        border-radius: 4px;
        /* Rounded corners */
    }

    .table-container::-webkit-scrollbar-thumb:hover {
        background: #888888;
        /* Darker color on hover */
    }

    table {
        min-width: 600px;
        /* Ensures table does not shrink too much */
    }
}

.accordion-button {
    padding: 20px 25px;
}

.accordion-body {
    padding: 0px 25px !important;
    font-size: 16px !important;
    padding: 0;
}

@media (max-width: 768px) {
    .accordion-body {
        padding: 10px 20px;
    }

    .accordion-button {
        padding: 10px 20px;
    }

    .accordion-item:first-of-type>.accordion-header .accordion-button,
    .accordion-button {
        font-size: 18px !important;
    }
}


/* .faq-section {
    max-width: 1100px;
    margin: 50px auto;
  } */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item {
    border: none;
    border-radius: 10px !important;
}

.accordion-button {
    background-color: #f8f9fa;
    font-weight: 500;
    color: #212529;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: #000000;
    font-size: 14px;
}

.accordion-button {
    background-color: #F4F4F4;
    border-radius: 10px;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.accordion-button {
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #F4F4F4;
    box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-size: 20px;
}

.accordion-item {
    background-color: #F4F4F4;
}

.tab-pane ul {
    padding-left: 46px;
}

.tab-pane ol {
    padding-left: 46px;
}

.tab-pane ul li {
    padding-top: 5px;
}

.accordion-collapse ul {
    padding: 0px 65px;
}

.accordion-collapse p {
    padding: 0 25px;
    font-size: 16px;
}

/* .page-tabs li:last-child {
    border-right: 1px solid rgba(112, 112, 112, 0.4);
} */
.page-tabs li {
    /* border-left: 1px solid rgba(112, 112, 112, 0.4); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
    position: relative;
}

/* 16/12/24 */
button.btn.h-search-btn.btn-sm.btn-orange {
    margin-right: 15px;
}

#__section-236-1732628720 h2 {
    width: 60%;
}

.slide-content .btn {
    font-size: 16px;
    font-weight: 600;
    color: #00a2da;
    margin-top: 20px;
}

a#scroll-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

a#scroll-top i {
    background: #0096cf;
    padding: 0px;
    color: white;
    font-size: 35px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
}

.page-banner a.btn.btn-sm.btn-white {
    font-size: 16px;
    font-weight: 600;
    color: #00a2da;
    margin-top: 0px;
}

.tab-content {
    /* width: 85%;
    margin: auto; */
    margin-top: 70px;
}

.dropdown-menu li:first-child {
    padding-top: 10px;
}

.dropdown-menu li:last-child {
    padding-bottom: 0;
}

.dropdown-menu li {
    padding: 5px 0px;
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
    margin: 0;
}

.dropdown-heading {
    margin-top: 0px;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0px !important;
}

.custom-submenu li:first-child {
    padding: 0;
}

.custom-submenu li {
    padding: 0;
}

.tab-content p a {
    color: #0096cf;
}

#__section-322-1732799281 h2 {
    width: 60%;
}

div#__section-319-1732799145 h2 {
    width: 60%;
}

.page-banner .banner-content {
    display: none;
}

.page-banner {
    display: none;
}

.tab-pane ul li a {
    color: #0096cf;
}

.tab-pane p a {
    color: #0096cf;
}

.banner-image-newv2 {
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
}

/* NAVIGATION */
.navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    width: 100%;
}

/* .navbar-collapse ul {
    background: white;
} */
.calculator-section h3 {
    font-weight: 600;
    font-size: 40px;
    color: black;
    position: relative;
    width: auto;
    display: table;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.calculator-section h3:before {
    content: '';
    height: 4px;
    width: 100%;
    background: #EA6E01;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 6px;
    right: 0;
    margin: auto;
}

.form-control.calculator {
    padding: 10px;
    border: 1px solid black;
    margin-top: 10px;
}

.form-select {
    padding: 10px;
    border: 1px solid black;
    margin-top: 10px;
}

.submenu.active {
    display: block;
}

.main-menu-right {
    height: auto;
    overflow-y: scroll !important;
    scrollbar-width: none;
}

.main-menu-right li a {
    white-space: unset;
}

.content-404 {
    background-color: rgb(0 166 228);
    box-shadow: 0px 5px 15px rgb(0 166 228);
}

.content-404 h1 {
    color: #ffffff;
}

.content-404 .btn-secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #00a6e4;
}

h5.card-title.text-danger {
    color: #212529 !important;
}

.primary-heading p a {
    color: #00a6e4;
}

#mobile-nav ul li a i {
    padding: 0px 20px;
}

.mc-slide-box:hover {
    background: #F5F5F5;
}

.mc-slide-box:hover .chd-slide {
    color: black;
}

td a {
    color: #00a6e4;
}

.text.border-1.border-black p {
    padding-left: 30px;
}

.text.border-1.border-black p a {
    color: #00a6e4;
}

table p {
    padding-left: 0 !important;
}

.text.border-1.border-black h4 {
    padding-left: 30px;
}

table {
    /* width: 95% !important; */
    /* margin-left: 30px; */
}

.page-tabs li:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 1px;
    background: #70707066;
    left: 0;
}

.overview-width {
    /* width: 80%; */
}

.page-tabs li:first-child:before {
    content: unset;
}

/* Responsive */
@media(max-width: 840px) {
    .mobile-justify-hide {
        justify-content: start !important;
    }

    ul.breadcrumb {
        display: block;
        text-align: center;
    }

    ul.breadcrumb li {
        position: relative;
        display: block !important;
        padding-bottom: 20px;
    }

    ul.breadcrumb li+li:before {
        padding: 0 6px;
        color: #000;
        content: "|\00a0";
        font-weight: 400;
        left: 0;
        right: 0;
        position: absolute;
        top: -20px;
    }

    .main-head {
        padding: 0px 0px;
    }

    .overview-width {
        width: 100%;
    }

    .navbar-nav {
        height: 500px;
        overflow: auto;
    }

    .navbar-collapse {
        background-color: white;
    }

    button.btn.h-search-btn.btn-sm.btn-orange {
        margin-right: 0;
    }

    .primary-heading h2 {
        font-size: 25px !important;
    }

    .frame-46-main h3 {
        font-size: 20px !important;
    }

    .frame-46-main p {
        font-size: 14px !important;
    }

    .blink-arrow {
        display: none;
    }

    #__section-236-1732628720 h2 {
        width: 80%;
    }

    .my-carousel .sl-left {
        right: 15%;
    }

    .my-carousel .sl-right {
        right: 5%;
    }

    .mc-slide-box .chd-slide {
        margin-top: 25px !important;
    }

    .grey-wrap {
        padding: 30px 15px;
    }

    .w-img-bg {
        display: none;
    }

    .accordion-collapse p {
        padding: 0 0px;
    }

    .slide-content {
        position: unset !important;
    }

    .slide-content {
        position: unset !important;
    }

    .home-slider .slide-content {
        height: 57vh;
    }

    .tab-content {
        margin-top: 20px;
    }

    .accordion-collapse p {
        font-size: 14px;
    }

    .accordion-collapse ul li {
        font-size: 14px;
    }

    .accordion-collapse ul li a {
        font-size: 14px;
    }

    .wrap-link-cont p {
        font-size: 14px;
    }

    .foot-social {
        justify-content: left !important;
    }

    .foot-contact {
        text-align: left;
        justify-content: left !important;
    }

    .row.mt-5.d-flex.align-items-center {
        margin-top: 0px !important;
    }

    .d-flex.gap-sm-2.gap-0.align-items-center {
        display: unset !important;
    }

    .d-flex.gap-sm-2.gap-0.align-items-center .c-right-txt {
        padding-right: 15px;
    }

    .foot-wrap .col-sm-12.col-lg-3.text-end {
        text-align: left !important;
        margin-top: 20px;
    }

    .main-nav .nav-link i {
        margin: -0.5rem 0.2rem -0.5rem;
    }

    .tab-content p {
        font-size: 14px;
    }

    .tab-content ul li {
        font-size: 14px;
    }

    .tab-content ul li a {
        font-size: 14px;
    }

    .page-tabs {
        flex-wrap: unset;
        overflow-x: auto;
        align-items: center;
        justify-content: unset;
        padding: 50px 0px 20px;
    }

    .page-tabs li {
        width: auto;
        margin-bottom: 10px;
        border-left: unset !important;
    }

    .page-tabs li:last-child {
        border-right: unset !important;
    }

    .page-tabs .nav-link {
        font-size: 14px;
        padding: 0;
    }

    .page-tabs .nav-link img {
        width: 40px;
    }

    table {
        width: 100% !important;
        min-width: 100% !important;
    }

    .accordion-bodyhhk {
        padding: 0 20px;
    }

    table td {
        font-size: 14px;
    }

    .home-slider .slide-content {
        width: 100%;
        height: max-content;
    }

    .my-wrap-tabs,
    .nav-border-tabs,
    .page-tabs {
        /* flex-wrap: wrap; */
        gap: 20px;
    }

    .home-slider .slide-content {
        padding: 15px 30px 10px;
    }

    .home-slider-body {
        margin-top: 20px;
    }

    .sticky-top {
        margin-top: 20px;
    }

    .nav-pills.my-wrap-tabs .nav-item+.nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .hd-center {
        margin-top: 40px;
        margin-bottom: 40px !important;
    }

    .accordion-collapse {
        padding: 0px 20px;
    }

    .accordion-collapse ul {
        padding: 0px 15px;
    }

    .hd-banner {
        font-size: 1.9rem;
    }

    .topbar-links p a {
        font-size: 13px;
    }

    .banner-image-newv2 {
        border-radius: 10px;
        /* margin-top: 20px; */
    }

    .toolbar-nav {
        position: absolute !important;
    }

    .toolbar-nav-right {
        position: absolute !important;
        overflow: hidden;
    }

    p {
        font-size: 14px !important;
    }

    ul li {
        font-size: 14px !important;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 15px !important;
    }

    .main-nav .navbar-nav .dropdown .dropdown-menu {
        width: 100%;
    }

    .row-maker .col-md-2:nth-child(3) ul {
        display: unset !important;
    }

    .row-maker .col-md-2:nth-child(3) {
        width: auto !important;
    }

    .text.border-1.border-black p {
        padding-left: 0 !important;
    }

    table {
        margin-left: 0 !important;
    }

    .page-tabs li:before {
        left: -10px;
    }

    .gallery {
        margin-top: 40px;
    }

    .media-29101 .img {
        padding: 0 0px !important;
    }

    .media-29101 .text h2 {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width: 411px) {
    .page-tabs li {
        width: 45%;
    }
}

/* whatsapp  */
.float-whatsapp {
    position: fixed;
    bottom: 90px;
    /* Distance from the bottom */
    right: 28px;
    /* Distance from the right */
    background-color: #25d366;
    /* WhatsApp green */
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.float-whatsapp:hover {
    transform: scale(1.1);
    /* Slight zoom effect on hover */
}

.my-float-whatsapp {
    font-size: 30px;
    /* Icon size */
}

#__section-313-1736234244 .row {
    align-items: center;
}

#__section-310-1736235249 .row {
    align-items: center;
}

#__section-317-1734591353 .row {
    align-items: center;
}

.dropdown-item.active {
    background: #ea6e01;
}

/* Footer Row */
.row-maker .col-md-2:nth-child(3) {
    width: 40%;
}

.row-maker .col-md-2:nth-child(3) ul {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.row-maker .col-md-2:nth-child(3) ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 15px);
    flex: 0 0 calc(50.33% - 15px);
}

.carousel-top-head {
    font-size: 35px;
    color: #212529 !important;
}

a.fs-6.text-light.mt-md-5.px-3.rounded-3.fw-light.py-2.btn-blue.apply-btn i {
    margin-left: 10px;
}

.contact-tabs-container button.active {
    background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%);
    color: white !important;
}

#__section-563-1737115082 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.card-slider {
    max-width: 100% !important;
    margin-top: 70px !important;
}

.card-slider p {
    padding-left: 0 !important;
}

ul.breadcrumb {
    margin-top: 10px;
}

.media-29101 {
    align-items: center;
}

.btn-group {
    margin-top: 70px !important;
}

.card-img-top {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.modal-content {
    width: 100%;
    margin: auto;
}

.modal-content button.btn-close {
    filter: invert(1);
    opacity: 1;
}

.modal-header {
    background: #0096cf;
    color: white;
}

.fc-number a {
    color: black;
}

table table {
    width: 100% !important;
    margin: 0;
}

.frame-46-main ul li a {
    color: #00a2df;
}

#__section-603-1738928007 ul li a {
    color: #00a2df;
}

.new-banner-v2 {
    position: relative;
}

div#__section-317-1738321678 .row.mb-5 {
    align-items: center;
}

.new-banner-v2-content {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* location style */
.custom-popup {
    text-align: center;
}

.gm-style .gm-style-iw-c {
    width: 100%;
}

.custom-popup .popup-header {
    color: black;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}

.custom-popup .popup-body {
    color: black;
    font-size: 16px;
    padding-bottom: 10px;
}

.custom-popup a.btn.btn-secondary.custom-action-btn.waves-effect.waves-light {
    background: #00a7e6;
    border: unset;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 4px;
}

/* location style */
@media(max-width: 640px) {
    .new-banner-v2-content {
        padding: 15px;
        top: 0;
        left: 0;
    }

    .new-banner-v2 {
        margin-top: 20px;
    }

    .new-banner-v2-content .hd-banner {
        font-size: 14px;
        line-height: 15px;
    }

    .new-banner-v2-content .hd-banner span {
        line-height: 15px;
        font-size: 10px;
    }

    .new-banner-v2-content p {
        line-height: 15px;
        margin: 0;
        font-size: 10px !important;
    }

    .foot-app-links li {
        margin-bottom: 5px;
    }
}


.navbar-nav .dropdown-item:hover {
    background: #009ad3;
    color: #fff;
}

.mobile-nav .dropdown-item:hover {
    background: #009ad3;
    color: #fff;
}



/* Custom Apply Now Button */
.btn-primary {
    background: #1483CB !important;
    border: none !important;
    color: white !important;
    transition:
        background-color 0.3s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

/* Hover state */
.btn-primary:hover {
    background: #0F6AA0 !important;
    /* a slightly darker blue */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Optional: focus state for accessibility */
.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(20, 131, 203, 0.4);
}

/* END */


/* Banner Video Css */
.banner-video-ifrmae {
    height: 590px;
    width: 100%;
    display: block;
    transform: scale(1.3);
}

@media(max-width: 1300px) {
    .banner-video-ifrmae {
        height: 500px;
    }
}

@media(max-width: 1100px) {
    .banner-video-ifrmae {
        height: 425px;
    }
}

@media(max-width: 900px) {
    .banner-video-ifrmae {
        height: 315px;
    }
}

@media(max-width: 786px) {
    .banner-video-ifrmae {
        height: 210px;
    }

    .new-menu-to-bar {
        display: none;
    }

    .nav-right-mobs {
        text-align: center;
    }
}

.new-menu-to-bar {
    position: absolute;
    right: 13%;
}

.new-menu-to-bar ul {
    margin: 0;
    padding: 0;
}

.new-menu-to-bar ul li {
    display: inline;
    padding: 0px 10px;
    border-right: 2px solid #b7b7b7;
}

.new-menu-to-bar ul li a {
    color: #5A5858;
}

.new-menu-to-bar ul li a:hover {
    color: #ea6e01;
}

.new-menu-to-bar ul li:last-child {

    border-right: 0;
}

/* 28/07/2025 */
.hover-link li a {
    transition: 0.3s;
}

.hover-link li:hover a {
    padding-left: 2px !important;
    color: #ea6e01 !important;
}

.foot-contact i {
    transition: 0.3s;
}

.foot-contact:hover i {
    font-size: 35px !important;
    color: #ea6e01 !important;
}

.foot-contact:hover a {
    color: #ea6e01 !important;
}

.foot-logo img {
    transition: 0.3s;
}

.foot-logo:hover img {
    transform: scale(1.1);
}

/* Preloader Overlay */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

/* Spinner Animation */
.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ddd;
    border-top: 6px solid #1483CB;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    margin-right: 50px;
    position: absolute;
    top: 350px;
    border: 6px dashed;
    border-color: #009bdf;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* When page is loaded */
#preloader.hide {
    opacity: 0;
    pointer-events: none;
}

/* Optional: Add logo animation */
#preloader img {
    width: 400px;
    height: auto;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }
}

/* Hide animation */
#preloader.hide {
    opacity: 0;
    pointer-events: none;
}


ul.main-menu-right li:last-child .submenu {
    max-height: calc(100vh - 100px);
    /* adjust 100px for header/footer space */
    overflow-y: auto !important;
}


/* Meherban Shah Linkdin Button */
 .linkedin-btn {
        display: inline-flex;
        align-items: center;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        border: none;
        padding: 0;
    }

    .linkedin-icon {
        background: #0A66C2;
        color: #fff;
        font-weight: 600;
        padding: 6.4px 10px;
        font-size: 12px;
        border-right: 1px solid #fff;
    }

    .linkedin-text {
        padding: 6.4px 16px;
        font-size: 12px;
        background: #0A66C2;
        color: #fff;
        transition: all 0.25s ease;
    }

    /* FOLLOWING STATE */
    .linkedin-btn.following {
        border: 1px solid #0A66C2;
    }

    .linkedin-btn.following .linkedin-icon {
        background: #0A66C2;
    }

    .linkedin-btn.following .linkedin-text {
        background: #fff;
        color: #333;
    }
