@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Source Sans 3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hanken Grotesk", sans-serif;
}

section.section {
    padding: 60px 0;
}

.main-heading h2 {
    font-size: 35px;
    color: #00479c;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 0;
    /* text-align: left; */
    position: relative;
    font-weight: 700;
}

.main-heading-light h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 20px;
    /* text-align: left; */
    position: relative;
}


.main-heading h2 span {
    color: #fdda00;
    font-family: "Hanken Grotesk", sans-serif;
}

.main-heading-light h2 span {
    color: #fdda00;
    font-family: "Hanken Grotesk", sans-serif;
}

.main-heading h3 {
    position: relative;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    color: #00459c;
    display: inline-block;
    letter-spacing: .5px;
    margin-bottom: 18px;
}

.main-heading-light h3 {
    position: relative;
    font-size: 20px;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    letter-spacing: .5px;
}

.sub-heading-light p {
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
}

.sub-heading p {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Source Sans 3", sans-serif;
}

.main-list ul li strong {
    font-family: "Source Sans 3", sans-serif;
}

.main-list ul li {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 400;
    list-style: none;
    position: relative;
    font-family: "Source Sans 3", sans-serif;
    padding-left: 20px;
    margin-bottom: 6px;
    padding-top: 4px;
}

.main-list ul li::before {
    content: '';
    position: absolute;
    background: #00459c;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 3px;
    border-radius: 100%;
}

.main-list ul {
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
}



/* ============ Custom Css Start ============== */
.top-bar {
    padding: 8px 0;
    background: #ffffff;
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary_menubar {
    background-color: #00479c;
}

.header_logo img {
    width: 200px;
}

.top-bar ul {
    list-style: none;
    padding: 0;
}

.top-bar ul li {
    display: inline-block;
    line-height: normal;
}

.top-bar ul li a {
    color: #00479c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.top-bar ul li a.nav-item {
    padding: 6px 10px;
}

.top-bar ul li a.nav-item-left-border-remove::after {
    content: none;
}

.top-bar ul li a::after {
    content: '';
    position: absolute;
    background: #00479c;
    display: block;
    width: 1px;
    height: 16px;
    bottom: -1px;
    left: -1px;
    transition: 0.3s ease-in-out;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.top-bar ul li a object {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    z-index: -1;
}

.top-bar ul li a.before-none::after {
    display: none;
}

.apply-badge {
    background-color: #fdda00;
    padding: 13px 10px;
    position: relative;
    display: block;
}

.apply-badge::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 97%;
    right: 0;
    margin: auto;
    bottom: -32px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 53px solid transparent;
    border-top: 31px solid #fdda00;
}

a.apply-badge {
    font-size: 20px;
    color: #00479c;
    font-weight: 500;
}

.banner-section {
    background-size: cover !important;
    background-position: center !important;
    height: 600px;
}

.banner-heading {
    background: #236ea8a4;
    padding: 30px 30px;
    margin-top: 52px;
    display: inline-block;
}

.banner-heading h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: left;
}

.banner-heading h3::before {
    content: '';
    position: absolute;
    background: #fdda00;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
}

.banner-heading h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.banner-heading h2 {
    font-size: 55px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

#homeBannerCarousel .carousel-control-prev,
#homeBannerCarousel .carousel-control-next {
    width: 52px;
    height: 52px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 71, 156, 0.25);
    opacity: 1;
}

#homeBannerCarousel .carousel-control-prev {
    left: 20px;
}

#homeBannerCarousel .carousel-control-next {
    right: 20px;
}

#homeBannerCarousel .carousel-control-prev:hover,
#homeBannerCarousel .carousel-control-next:hover {
    background: rgba(0, 71, 156, 0.4);
}

.medical-center-section {
    background: #00479c;
    clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
    padding-top: 140px !important;
    position: relative;
    margin-top: -90px;
}

.medical-center-section::before {
    content: '';
    position: absolute;
    background: url('../img/cta-bg-pattern.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
}

.cta-buttom {
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    text-align: center;
    transition: .5s ease-in-out;
}

.cta-buttom:hover {
    background: #fdda00;
    color: #000000;
    border-color: #fdda00;
}

.cta-buttom.diff-cta-buttom {
    background: #fdda00;
    color: #000000;
}

.cta-buttom.diff-cta-buttom:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.about-us-left-col::before {
    content: '';
    position: absolute;
    background: url('../img/about-left-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -75px;
}

.about-us-left-col img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 100%;
}

.about-image-content img {
    width: 150px;
    margin-bottom: 5px;
}

.about-image-content h4 {
    font-size: 20px;
    color: #0a58ca;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-image-content h5 {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}

.about-image-content p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

.about-right-col .main-heading h4 {
    font-size: 23px;
    color: #0a58ca;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-list-box ul li {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin: 5px 0;
    list-style: none;
}

.about-list-box ul li img {
    width: 45px;
    margin-right: 5px;
}

.about-list-box ul {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
}

.about-list-box ul li {
    width: 49%;
    display: inline-block;
}

.about-list-box {
    padding: 20px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 100px;
}

.main-btn {
    display: inline-block;
    background: #fddb00;
    padding: 1px 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    border-radius: 30px;
    padding-left: 25px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.main-btn i {
    margin-left: 5px;
    background: #00479c;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 22px;
}

.programs-section {
    background-image: linear-gradient(to right, #00459c, #00459c), url('../img/programe-bg.png');
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 150px !important;
}

.programs-section .main-heading h2 {
    color: #fdda00;
}

.programs-section .about-us-left-col::before {
    background: url('../img/programe-right-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.programe-link-box a {
    display: inline-block;
    background: transparent;
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #fdda00;
    font-weight: 400;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45%;
    transition: .5s ease-in-out;
    text-align: center;
    position: relative;
}

.programe-link-box .main-btn {
    /* display: inline-flex !important;
    padding: 1px 0px 0 75px !important;
    justify-content: space-between !important; */
    border-color: #fff !important;
    background: #fdda00 !important;
    color: #000000 !important;
}

.programe-link-box .main-btn i {
    background: #fff;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.admission-section {
    /* background: url('../img/admission-bg.jpg'); */
    background-size: cover;
    background-position: center;
}

.admission-box {
    padding: 50px 35px;
    background: #ffffffbd;
    position: relative;
    z-index: 2;
}

.admission-box::before {
    content: '';
    position: absolute;
    background: transparent;
    border: 2px solid #fff;
    width: 100%;
    height: 90%;
    top: 26px;
    left: -22px;
    z-index: -1;
}

.admission-section .programe-link-box a {
    background: #fff;
    color: #00459c;
    font-weight: 600;
}

.admission-section .programe-link-box .main-btn i {
    background: #00459c;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.download-btn {
    display: inline flex !important;
    align-items: center;
    justify-content: start;
    padding: 0 20px 0 0 !important;
}

.download-btn i {
    margin-left: 0px;
    background: #00479c;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 22px;
}

.news-section .card {
    padding: 10px;
    background: #f3f3f3;
}

.news-section .card .card-content h4 {
    font-size: 20px;
    margin: 10px 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-section .card .card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottom-content {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.bottom-content p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 0;
}

/* ==================== Footer Section =================== */
.footer {
    background: #0d50a1;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-logo {
    background: #fff;
    border-bottom-left-radius: 45px;
    border-top: 1px solid #00479c;
}

.footer-logo img {
    padding: 25px;
}

.footer-address ul{
    padding-left: 0;
}

.footer-address ul li {
    list-style: none;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.footer-address ul li p {
    font-size: 15px;
    font-weight: 400;
}

.footer-address ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer .link-part h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.footer .link-part ul li {
    list-style: none;
}

.footer .link-part ul {
    padding-left: 0;
}

.footer .link-part ul li a {
    font-size: 14px;
    color: #fff;
    transition: .3s ease-in;
    position: relative;
}

.footer .link-part ul li a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
}

.footer .link-part ul li a:hover::before {
    width: 100%;
}

.footer .link-part p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-newsletter .form-control {
    border-radius: 30px 0 0 30px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    border: 0px solid #f0f0f0;
}

.footer-newsletter .form-control:focus {
    box-shadow: none;
}

.footer-newsletter .input-group-text#from-icon {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    border-left: 0;
}

.footer .secondary-btn {
    font-weight: 600;
}

.footer .secondary-btn:hover {
    background: #fff;
}

.footer-copyright {
    background-color: #25416f;
}

.secondary-btn {
    display: inline-flex;
    background-color: #f9be17;
    color: #000000;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    border: 1px solid #f9be17;
    gap: 10px;
}

.secondary-btn:hover {
    background-color: transparent;
    border: 1px solid #f9be17;
    color: #000000;
    text-decoration: none;
}

.secondary-btn i {
    font-size: 20px;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: none;
    color: #636466;
    letter-spacing: normal;
}

.breadcrumb>li a {
    color: #636466;
}

.breadcrumb>li+li:before {
    opacity: 1;
    font-family: 'FontAwesome';
    font-weight: 600;
    content: "\f068";
    font-size: 14px;
    margin: 0 0 0 5px;
    color: #636466;
}

.inner-banner-section {
    background: url('../img/inner-banner-bg.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
}

.inner-banner-section h2 {
    font-size: 35px;
    color: #00479c;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 85px;
}

.about-us-inner-page .medical-center-section {
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    margin-top: -39px;
}

.about-us-inner-page .about-image-content h4,
.about-us-inner-page .about-image-content h5,
.about-us-inner-page .about-image-content p {
    color: #fff;
}

.about-us-inner-page .about-us-left-col::before {
    background-image: url('../img/programe-right-bg.png');
}

.about-us-inner-page .medical-center-section::before {
    background-image: url('../img/inner-about-us-bg.png');
    background-size: cover;
}

.about-us-inner-page .programs-section {
    background-image: linear-gradient(to right, #fdda00, #fdda00), url('../img/programe-bg.png');
    clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 100px !important;
    margin-top: -39px;
    position: relative;

}

.under-line-ic-heading.main-heading h2 {
    color: #2d64af;
    display: inline-block;
    margin-bottom: 0;
    font-size: 28px;
}

.under-line-ic-heading.main-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.under-line-ic-heading.main-heading::after {
    content: '';
    position: absolute;
    background: #2d64af;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.under-line-ic-heading.main-heading object {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.core-management-section {
    background-image: url('../img/core-bg.png');
    background-size: cover;
    background-position: center;
}

.core-management-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

.core-management-card .core-management-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    /* border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.core-management-content h2 {
    font-size: 25px;
    color: #0d50a1;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

.core-management-content h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.core-management-content p {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.academic-master-inner-page .inner-banner-section {
    background: url('../img/academic-master-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.banner-form {
    background: #fff;
    padding: 35px 20px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-form h3 {
    font-size: 22px;
    text-align: center;
    color: #00479c;
    margin-bottom: 20px;
}

.banner-form .form-control {
    border-radius: 30px;
    font-size: 16px;
}

.banner-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #00479c;
}

::placeholder {
    font-size: 15px;
    color: #b4b4b4 !important;
}

.form-btn {
    background: #fddb00;
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    border: 1px solid #fddb00;
    font-weight: 500;
    transition: .5s;
}

.form-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fddb00;
}

.programe-colheading h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 11%, rgba(253, 218, 0, 1) 41%); */
    background: linear-gradient(90deg, rgba(253, 218, 0, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 10px 20px;
    margin-bottom: 25px;
}

.programs-card img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
}

.programs-card h3 {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}

.programe-col-content {
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 64%, rgba(255, 255, 255, 1) 86%);
    padding: 0 10px;
}

.programe-col-content.lefttoright-bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(244, 244, 244, 1) 56%);
}

.academic-details-inner-page .inner-banner-section {
    background: url('../img/academic-details-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f13a';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 32%;
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    color: #00459c;
    background-image: none;
}

.faq-accordion .accordion-header .accordion-button.collapsed {
    color: #000000;
    background: #ffffff00;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.2em;
    background: #f7f7f7;
    color: #000000;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f138';
    color: #2c64af;
}

.faq-accordion .accordion-item {
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0px solid #2c64af;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #e8e8e8;
}

.faq-accordion .accordion-item .accordion-body {
    color: #000000;
    background: #f7f7f7;
    border-top: 1px solid #00459c;
    padding: 18px 50px 18px 20px;
    z-index: 1;
    font-size: 15px;
}

.faq-col-img {
    position: relative;
}

.faq-col-img img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
    border-radius: 30px;
    margin: 30px;
    border: 1px solid #2c64af;
    box-shadow: rgb(33 29 103) 5px 5px;
}

.faq-col-img::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -65px;
    background: #191919;
    border-radius: 30px;
    width: 310px;
    height: 310px;
    z-index: -1;
}

.faqs-contact-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2c64af;
    border: 1px solid #2c64af;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
    animation: contactbox 3s infinite linear;
    overflow: hidden;
    z-index: 1;
}

@keyframes contactbox {
    50% {
        left: 40px;
    }
}

.faqs-contact-box-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.faqs-contact-box-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0;
}

.faqs-contact-box .icon-box i {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}

.faq-ic {
    position: relative;
}

.faq-ic::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: #00459c;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    z-index: 99;
}

.faq-ic img {
    width: 25px;
    position: relative;
    z-index: 999;
}

.faq-ic i {
    font-size: 18px;
    position: relative;
    color: #fff;
    z-index: 999;
}

.faq-ic {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sticky-top {
    position: sticky;
    top: 170px;
}


.main-accordion .accordion-header button {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
}

.main-accordion .accordion-item {
    border-bottom: 1px solid #d9d9d9;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    border-radius: 0;
}


.main-accordion .accordion-item .accordion-button::after,
.main-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\f068';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 32%;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    color: #1a1515;
    background-image: none;
    width: auto;
    height: auto;
}

.main-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    color: #1a1515;
}

.main-accordion .accordion-body {
    font-size: 16px;
    font-weight: 500;
    color: #1a1515;
    padding: 5px 0 20px;
}

.main-accordion .accordion-item:last-child {
    border-bottom: none;
}

.rounded-tag {
    font-size: 18px;
    font-weight: 600;
    color: #25416f;
    border-radius: 100px;
    padding: 9px 30px;
    background: #fff;
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-right h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.contact-right p {
    font-size: 16px;
    margin-bottom: 0px;
}

.contact-left-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-left-box ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    border-bottom: 1px dashed #00459c;
    padding: 10px 0;
    padding-left: 12px;
}

.contact-left-box ul li:last-child {
    border-bottom: 0;
}

.main-button {
    display: inline-block;
    background: #f9be17;
    color: #000000;
    font-size: 16px;
    padding: 8px 40px;
    width: 200px;
    border-radius: 30px;
    text-align: center;
    position: relative;
}

.main-button i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    background: #00459c;
    width: 38px;
    height: 38px;
    border-radius: 30px;
    top: 1px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-border-form {
    background: #00459c;
    padding: 15px;
    border-radius: 10px;
}

.bottom-border-form input::placeholder,
.bottom-border-form textarea::placeholder {
    color: #dfdfdf !important;
}

.bottom-border-form .form-control,
.bottom-border-form .form-select {
    border-bottom: 1px solid #f9be17;
    color: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
}

.bottom-border-form .form-control:focus,
.bottom-border-form .form-select:focus {
    box-shadow: none;
}

.search-box {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 32px 2px rgb(0 0 0 / .5);
    top: 52px;
    right: 6px;
    z-index: 99999;
    display: none;
    width: 400px;
    border-radius: 3px;
}
button.btn-search {
    background-color: #00479c;
    border: none;
    padding: 7px 14px;
    border-radius: 0 8px 8px 0;
}

/* Search Results Dropdown Styles */
.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 3px 3px;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

#search-results-content {
    padding: 15px 20px;
}

#search-results-content h3 {
    color: #00479c;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Hanken Grotesk", sans-serif;
    border-bottom: 2px solid #fdda00;
    padding-bottom: 8px;
}

#search-results-content h3:first-child {
    margin-top: 0;
}

#search-results-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

#search-results-content li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

#search-results-content li:last-child {
    border-bottom: none;
}

#search-results-content a {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    transition: all 0.3s ease;
}

#search-results-content a:hover {
    color: #00479c;
    padding-left: 5px;
    font-weight: 500;
}

#search-results-content p {
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
}