@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: 'Poiret One';
    src: url('../font/PoiretOne-Regular.eot');
    src: url('../font/PoiretOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/PoiretOne-Regular.woff2') format('woff2'),
        url('../font/PoiretOne-Regular.woff') format('woff'),
        url('../font/PoiretOne-Regular.ttf') format('truetype'),
        url('../font/PoiretOne-Regular.svg#PoiretOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poiret One';
    src: url('../fonts/PoiretOne-Regular.woff2');
    src: url('../fonts/PoiretOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PoiretOne-Regular.woff2') format('woff2'),
        url('../fonts/PoiretOne-Regular.woff') format('woff'),
        url('../fonts/PoiretOne-Regular.ttf') format('truetype'),
        url('../fonts/PoiretOne-Regular.svg#PoiretOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    line-height: 26px;
    overflow-x: hidden;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    list-style-type: decimal
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}


img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: "Quicksand", sans-serif;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
  font-family: "Quicksand", sans-serif;
    margin: 0 0 18px 0;
    color: #000;
    line-height: 1.625
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poiret One';
    color: #000;
    text-transform: none;
    font-weight: 500 !important;
    line-height: 1.4;
    margin: 0 0 10px 0
}



.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 0;
    font-size: 0;
    background-position: center center;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ef5c98;
    background: #ef5c98;
}

.slick-arrow.slick-prev {
    left: 1%;
}

.slick-arrow.slick-prev:before {
    content: '\f104';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 1%;
}

.slick-arrow.slick-next:before {
    content: '\f105';
    font-size: 20px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #fff;
    transition: all ease 0.4s;
    position: relative;
}


ul.slick-dots li {
    display: block;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.sticky-icon.show {
    display: block;
}

.sticky-icon {
    z-index: 999;
    position: fixed;
    bottom: 12%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transition: 200ms all cubic-bezier(0.37, 0, 0.63, 1);
    display: none;
    background: white;
    box-shadow: 0 0 3px 3px #0000003b;
    padding: 5px 0;
    border-radius: 50px;
}

.sticky-icon.inView {
    transition: 1s all cubic-bezier(0.87, 0, 0.13, 1);
}

.sticky-icon a {
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none !important;
    text-transform: capitalize;
    padding: 5px;
    font-size: 16px;
    color: #db2234;
    transition: all 0.8s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sticky-icon a:hover span {
    font-size: 16px;
    margin-top: 15px;
}

.sticky-icon a span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.5s;
    color: #db2234;
    font-size: 0;
    font-weight: 500;
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

.sticky-icon a i {
    background-color: #db2234;
    width: 35px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.5s;
}

.sticky-icon a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.btn_bx {
    margin-top: 50px;
    text-align: center;
}

.section-title span {
    display: block;
    color: #db2234;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.2em;
}

.section-title h2,
.section-title h1 {
    position: relative;
    color: #000;
    font-size: 42px;
    line-height: 1.2;
    /* text-transform: uppercase; */
}

.common_btn {
    color: #ffffff;
    transition: all 0.5s;
    background-color: #ef5c98;
    padding: 10px 25px;
    border-radius: 50px;
    /* margin-top: 30px; */
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: none;
    color: #fff !important;
}
.common_btn:hover {
    box-shadow: inset 7em 0 0 0 #000, inset -7em 0 0 0 #000;
    background-color: transparent;
    color: #ffffff;
}

.btn-style {
    border-color: #fff;
    color: #fff;
    transition: all 0.5s;
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 0;
    /* margin-top: 30px; */
    width: fit-content;
    /* font-family: var(--font-family-hd); */
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-style:hover {
    box-shadow: inset 8em 0 0 0 #fff, inset -12em 0 0 0 #fff;
    border-color: #fff;
    background-color: transparent;
    color: #0b326e;
}

.common-btn-black {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    padding: 10px 30px;
    color: #000;
    background-color: #00000000;
    border-radius: 0;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
}

.common-btn-black:before {
    content: '';
    border: inherit;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    opacity: .8;
}

.common-btn-black:hover {
    color: #fff;
    background-color: #db2234;
    border-color: #db2234;
}
.text-white {
    color: #fff !important;
}
.section-title.text-white h1,
.section-title.text-white h2 {
    color: #ffffff;
        text-transform: capitalize;
}
/* .banner-content p {
    color: #fff;
} */


/*********** header start **********/
.top_hd {
    display: none;
}

header {
    background-color: #fff;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999;
    /* padding-block: 0.5rem; */
    border-top: 5px solid #000;
}
header.sticky {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-info {
    display: flex;
  gap: 1rem;
}

.contact-info li {
    display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-info li .icon {
    font-size: 1.25rem;
  /* line-height: 40px; */
  text-align: center;
  width: 40px;
  line-height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  background-color: #02325f;
  display: flex;
  justify-content: center;
  align-items: center;

}

.contact-info li .icon svg {
    color: #fff;
    height: 1em;
}

.contact-info .text a {
    display: block;
    color: #000;
    transition: all 0.3s ease-in-out;
        font-size: 22px;
        font-weight: 500;
}
.contact-info .text a:hover {
    color: #ef5c98;
}

header .navbar-brand img {
    width: min(50vw, 115px);
    transition: all 300ms ease;
}
/* header.sticky .navbar-brand img {
    max-width: 120px;
} */
.min_bnr {
    position: relative;
    background-image: url(../images/inj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    height: 100%;
    background-attachment: fixed;
    background-position: 100% 100%;
}
/* .min_bnr {
    position: relative;
    background-image: url(../images/6488.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    min-height: 700px;
    background-attachment: fixed;
} */

.min_bnr .banner-content,
.min_bnr .banner-form {
    position: relative;
    z-index: 9;
}

.min_bnr .row-gap {
    align-items: flex-end;
}

.banner-form {
        background-color: #000000e3;
    margin: 0 0 0 auto;
    padding: 20px;
    /* margin-top: -350px; */
    position: relative;
    z-index: 1;
    max-width: 400px;
}
.banner-form h2 {
    color: #fff;
    font-size: 32px;
}
.banner-form p {
    color: #fff;
}

.banner-form input,
.banner-form textarea {
    background-color: transparent;
    color: #fff !important;
    border-radius: 0;
    height: 45px;
    transition: all 0.3s ease-in-out;
}
.banner-form input:focus {
    background-color: transparent;
    border: 1px solid #ef5c98;
    box-shadow: none !important;
}
.banner-form textarea:focus {
    background-color: transparent;
    border: 1px solid #ef5c98;
    box-shadow: none !important;
}
.why-choose-us .white-cn p {
    color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.banner-form textarea {
    height: 60px;
}
.banner-form input::-webkit-input-placeholder {
    color: #ffffffd8;
}
.banner-form input::-moz-placeholder {
    color: #ffffffd8;
}
.banner-form .row-gap {
    row-gap: 18px;
}

.banner-form textarea::-webkit-input-placeholder {
    color: #ffffffd8;
}
.banner-form textarea::-moz-placeholder {
    color: #ffffffd8;
}
.about-sec {
    overflow: visible;
}
.min_bnr h1 {
    font-weight: 500;
    font-size: 44px;
}
.banner-content .section-title h4 {
    text-transform: capitalize;
    font-size: 30px;
}
.min_bnr .banner-content {
    max-width: 506px;
    margin-top: 0;
        background: rgb(3 3 3 / 80%);
    padding: 15px 30px;
}
.paralax-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 700px;
}
.paralax-cn {
        background: rgb(3 3 3 / 94%);
    padding: 50px;
}
.section-title.text-yellow h2 {
    color: #fff;
}
.paralax-cn p {
    color: #fff;
}
.paralax-cn h3 {
    color: #fff;
    font-size: 25px;
}
.progrm_sec {
    background: #0b326e;
}
.prog_sec_bx {
    background-color: #fff;
    padding: 22px 20px;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
    height: 100%;
}
.prog_sec_bx:hover {
    box-shadow: 0px 10px 77px -39px rgba(0, 0, 0, 0.26);
    transform: translateY(-10px);
}
.juo_lyt_img0 img {
    height: 500px;
    object-fit: cover;
}
.program-cn h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
  .prog_sec_bx figure img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
  .progrm_sec .row {
    row-gap: 22px;
    justify-content: center;
  }
.why-choose-us {
    background: #0b326e;
}
.our-ser .why-choose_bx ul {
        grid-template-columns: 1fr;
}
.our-ser .why-choose_bx li {
    color: #000;
}
.why-choose_bx ul li {
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}
.why-choose_bx ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    background: #ef5c98;
    outline: 2px solid #ffffff;
    transform: rotate(45deg);
}
.why-choose_bx ul li span {
    font-weight: 500;
}
.why-choose_bx ul {
    margin: 8px 0;
        display: grid;
    grid-template-columns: 1fr ;
}
.why-choose_bx {
    padding-right: 25px;
}
.testimonial-sec {
    position: relative;
    padding: 150px 0;
}
.testimonial-sec .section-title {
    margin-bottom: 25px;
}
.testimonial-sec::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #0b326e;
}
.testimonial-sec .container {
    position: relative;
    z-index: 1;
}
.testimonial_bx {
    max-width: 500px;
}
.testimonial-sec p {
    color: #fff;
    font-size: 24px;
    font-style: italic;
}
.rate_gl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.rate_gl ul {
    display: flex;
    gap: 6px;
}
.rate_gl ul li {
    max-width: 22px;
}
.rate_gl figure {
    margin-bottom: 0;
}
.rate_gl figure img {
    width: 50px;
    height: 50px;
    background: #000000;
    padding: 10px;
    border-radius: 50%;
}
.test-name h3 {
    color: #ff9900;
    font-size: 26px;
    text-transform: uppercase;
}
.rewview_pic img {
    width: 50%;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}




	
.juo_bx {
    position: relative;
   /*  background-image: url(../images/15868.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top; */
}
/* .juo_bx::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 9;
    background: linear-gradient(to left, #0000000a, #0b326e);
} */
.juo_lyt_bx {
    position: relative;
    z-index: 9;
    background: #0b326e;
    padding: 50px;
}
.juo_lyt_bx p {
    color: #fff;
}
.ignit_sec {
    background-color: #000000;
    padding: 45px 0;
    position: relative;

   /*  background-image: url(../images/hall.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed; */
}
/* .ignit_sec::before {
    position: absolute;
    inset: 0 50% 0 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: rgb(0 0 0 / 74%);
} */
.ignit_sec p a {
    color: #fff;
    font-family: 700;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.ignit_sec p a:hover {
    color: #ef5c98;
}
.ignit_sec p {
    text-align: center;
    width: 100%;
    margin: auto;
    color: #fff;
}
.ignit_sec .section-title  {
    position: relative;
}
.ignit_sec a {
    position: relative;
}
footer {
       background-color: #ef5c98;
}
footer p {
    padding: 12px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.gallery_sec .gal_img {
    overflow: hidden;
}
.gallery_sec .row {
    row-gap: 22px;
}
.gallery_sec .gal_img a {
    display: block;
}
.gallery_sec .gal_img img {
    position: relative;
    transition: all 0.5s;
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.gallery_sec .gal_img:hover img {
    transform: scale(1.5);
}

@media (max-width: 1366px) {
    .banner-form {
        max-width: 448px;
    }
    .program-cn {
        min-height: inherit;
    }
}



/* FAQ Accordion Styling */
.faq-section {
  background-color: #f8f9fa;
}

/* Accordion Item */
.faq-section .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Accordion Header Button */
.faq-section .accordion-button {
  background-color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 20px;
  color: #212529;
  box-shadow: none;
}

/* Remove Bootstrap default focus */
.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Active (Open) State */
.faq-section .accordion-button:not(.collapsed) {
  background-color: #0d6efd;
  color: #ffffff;
}

/* Custom Arrow Color */
.faq-section .accordion-button::after {
  filter: brightness(0) invert(0);
}

/* Arrow when active */
.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Accordion Body */
.faq-section .accordion-body {
  background-color: #ffffff;
  padding: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
.accordion-body {
    text-align: left;
}
/* Smooth Transition */
.accordion-collapse {
  transition: height 0.3s ease;
}

/* Responsive */
@media (max-width: 576px) {
  .faq-section .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
}



.bg-gray-sec {
    background-color: #f7f7f7;
}















.slick-dots {
    display: flex !important;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    padding: 0;
}
.slick-dots button::before {
    color: #fff !important;
}



.bg-accent {
    background-color: #fceff1;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert();
}
.accordion-button {
       font-size: 22px;
       font-weight: 600;
}
.paralax-cn .program-cn b {
    color: #fff;
}

.white-sec .program-cn a {
    color: #02325f;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.white-sec .program-cn a:hover {
     color: #ea2b56;
}

.time_stp li {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.time_stp li:not(:last-child) {
        margin-bottom: 6px;
}
.time_stp li span {
     color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.btm_detail {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 1024px) {
    .min_bnr,
    .paralax-left {
        background-attachment: inherit;
    }
}

@media (max-width: 769px) and (min-width:768px) {
    .min_bnr .banner-content {
        max-width: 80%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .banner-form {
        max-width: 100%;
        text-align: center;
        width: 84%;
        margin: auto;
    }
    .min_bnr {
        padding-top: 201px;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .program-cn h3 {
        height: inherit;
    }
    .program-cn {
        min-height: inherit;
        text-align: center;
    }
    .juo_bx {
        text-align: center;
    }
    .juo_lyt_bx {
        max-width: 100%;
    }
    .juo_lyt_bx .slick-dots {
        justify-content: center;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
    .enroll .fluid-wrapper {
        margin-top: 34px;
    }
    .chose_bx {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .min_bnr .banner-content {
        max-width: 80%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .banner-form {
        max-width: 100%;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .juo_bx {
        text-align: center;
    }
    .juo_lyt_bx {
        max-width: 100%;
    }
    .juo_lyt_bx .slick-dots {
        justify-content: center;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
    .enroll .fluid-wrapper {
        margin-top: 34px;
    }
    .chose_bx {
        text-align: center;
    }
}

@media (max-width: 767px) {
    header .navbar-brand img {
        width: min(50vw, 132px);
    }
    .site-header .container {
        max-width: 689px;
    }
    .min_bnr .banner-content {
        max-width: 100%;
    }
    .banner-form {
        max-width: 100%;
    }
    .min_bnr .banner-content {
        margin-bottom: 26px;
        text-align: center;
    }
    .min_bnr {
        background-position: center;
        height: 100%;
            padding-top: 202px;
    }
    .banner-form .section-title {
        text-align: center;
    }
    .program-cn h3 {
        height: inherit;
    }
    .prog_sec_bx img {
        width: 100%;
    }
    .program-cn p {
        margin-bottom: 0;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .enroll .col-lg-6 {
        margin-bottom: 20px;
    }
    .juo_lyt_bx {
        text-align: center;
    }
    .juo_bx .slick-dots {
        justify-content: center;
    }
    section {
        padding: 40px 0;
    }
    .program-cn {
        text-align: center;
    }
    .cta {
        padding-block: 40px;
    }
    .enroll .section-title {
        text-align: center;
    }
    .enroll .action {
        text-align: center;
    }
}



@media (max-width: 575px) {
    .paralax-left {
        height: auto;
    }
    .program-cn {
        text-align: left;
    }
    .paralax-cn {
            padding: 22px;
    }
    .top_hd {
        display: block;
        background-color: #f7f7f7;
        display: flex;
        justify-content: space-between;
        /* padding: 6px 17px; */
    }
    .top_hd .tp_nu {
       background-color: #ef5c98;
        width: 100%;
        text-align: center;
    }
    .why-choose_bx ul {
        grid-template-columns: 1fr;
    }
    .top_hd .tp_nu a,
    .top_hd .emi_t a {
        color: #fff;
        padding: 6px 0;
        display: block; 
        font-size: 14px;
    
    }
    .ignit_sec p {
        width: 100%;
    }
    .top_hd .emi_t {
        background-color: #000;
        width: 50%;
    }
    .contact-info {
        display: none;
    }
    header .navbar-brand {
        width: 100%;
    text-align: center;
    }
    header .navbar-brand img {
        width: min(50vw, 115px);
    }
    header.sticky .navbar-brand img {
        max-width: 92px;
    }
    .section-title h1 {
        font-size: 26px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .cta-content .action {
        display: block !important;
        width: 63%;
        margin: auto;
    }
    .cta-content .action a {
        width: 100%;
    }
    .cta-content .action a.common-btn {
        width: 100%;
        margin-top: 20px;
    }
    .program-cn h3 {
        font-size: 20px;
    }
    .btm_detail {
        flex-wrap: wrap;
            gap: 19px;
    }
}