



:root{
    --mainfont: "Montserrat", sans-serif;
    --textfont: "Poppins", sans-serif;
}

.row_wrap {
    display: flex;
    flex-wrap: wrap;
}
.row_wrap>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.column_50 {
    flex: 0 0 auto;
    width: 50% !important;
}
.gradient_text {
    text-decoration: none;
    background: linear-gradient(90deg, #5f6ccf 0%, #9b6bd3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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


/* ======== Home page Professor Slider - Start ======== */

.contrast_background{
    background: #f0f3ec;
    padding-block: 2rem;
}
.contrast_background .inner_section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}
.background_lack {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    max-width: none;
    width: 100%;
    height: 640px;
    display: block;
    position: relative;
    overflow: hidden;
}
.background_lack .w-inline-block {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}
.background_lack .profile_arrow_small_bg {
    box-sizing: border-box;
    vertical-align: super;
    object-fit: fill;
    background-color: #f8f9f600;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    min-width: auto;
    max-width: 300px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}
.background_lack .bottom_right_corner {
    perspective: 73px;
    object-fit: contain;
    width: 40px;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
    overflow: clip;
}
.background_lack .fixed_container_row_bottom {
    justify-content: center;
    align-items: flex-end;
    display: inline-flex;
}
.background_lack .bottom_corner {
    box-sizing: border-box;
    object-fit: fill;
    width: 40px;
    display: block;
    position: relative;
    overflow: clip;
}
.background_lack .profile_arrow_container_contrast {
    background-color: #f0f3ec;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 0;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    padding: 20px 0 0 20px;
}
.background_lack .arrow_black {
    background-color: #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}
.background_lack .image_arow {
    width: 30px;
    display: block;
}
.info_column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
}
.contrast_background .info_column h2 {
    font-family: var(--mainfont);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    color: transparent;
    padding-bottom: .5rem;
    margin: 0;
}
.contrast_background .info_column h6 {
    color: #0A0A0A;
    font-family: var(--mainfont);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
}
.contrast_background .info_column p.text_body {
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.container_accreds{
    padding-block: 1.5rem;
}
.lack_list_accreds{
    list-style-type: none;
    display: flex;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    flex: 0 auto;
    padding: 0;
    margin: 0;
}
.contrast_background .info_column .btn {
    color: #fff;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #04885F;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
}
.contrast_background .info_column .btn img {
    width: 18px;
    height: 16px;
}
 
/* Slider - Start */
.slider-container .profesorSlideSwiper .swiper-scrollbar {
    display: none;
    height: 12px;
    background: #fff;
    box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin: 60px auto 20px;
    cursor: pointer;
}
.slider-container .profesorSlideSwiper .swiper-scrollbar-drag {
    width: 0%;
    height: 100%;
    background: #202696;
    border-radius: 50px;
    transition: width 0.2s linear;
}
.slider-container .profesorSlideSwiper .swiper-pagination{
    display: flex;
    justify-content: center;
    margin-block-start: 40px;
    position: relative;
}
.slider-container .profesorSlideSwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.slider-container .profesorSlideSwiper .swiper-pagination-bullet-active{ background: #202696;}
 
@media (min-width: 1024px){
    .slider-container .profesorSlideSwiper .swiper-scrollbar {
        width: 35em; /* Fixed width */
    }
}
/* ======== Home page Professor Slider - Emd ======== */
 
/* ======== Home page Allergy Assist - Start ======== */
.allergyAssist_sec{
    background-color: #ffffff;
    padding-block: 2rem;
}
.allergyAssist_sec p {
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
}
.allergyAssist_sec .btn {
    color: #fff;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #04885F;
    border-radius: 8px;
    display: inline-flex;
    padding: 15px 35px;
    margin-top: 30px;
}
.allergyAssist_sec .img_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    border-radius: 40px;
    box-shadow: 0 114px 214px #0000000d;
}

@media screen and (min-width: 881px){
    .allergyAssist_sec{
        padding-block: 8rem;
    }
    .allergyAssist_sec .img_box {padding-right: 15%;}
    .slider-container .profesorSlideSwiper .swiper-scrollbar,
    .slider-container .profesorSlideSwiper .swiper-pagination{ display: none;}
}
/* ======== Home page Allergy Assist - End ======== */


/* ======== PAGE:: Allergy Centre of Excellence - Start ======== */

.banner_sec,
.allergy_about,
.partnerShips_sec,
.ourTeam_sec,
.research_inte,
.facility_sec {
    /* padding-block: 100px; */
    padding-block: 2rem;
}
.banner_sec{
    background-color: #F8F1FF;
    margin-top: -32px;
}
.banner_sec h1,
.allergy_about h2,
.facility_sec h2 {
    font-family: var(--mainfont);
    /* font-size: 36px; */
    font-weight: 700;
    line-height: 1.2em;
    color: #5953B7;
    /* padding-bottom: 1rem; */
    margin: 0;
}
.banner_sec h5,
.allergy_about h3 {
    font-family: var(--mainfont);
    /* font-size: 30px; */
    font-weight: 600;
    color: #5953B7;
    padding-bottom: .5rem;
    margin: 0;
}
.banner_sec p,
.allergy_about p,
.facility_sec p,
.ourTeam_head p {
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
}

.banner_sec .img_box{
    width:500px;
    margin-left: auto;
    position:relative;
}

/* floating outline */
.banner_sec .shape{
    position:absolute;
    inset:0;
    bottom:-18px;
    background:url("../images/image_shape.svg") center/contain no-repeat;
    z-index:3;
    pointer-events:none;
}
/* image with mask */
.banner_sec .img_box img{
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    /* Mask */
    -webkit-mask: url("../images/mask_group.png") no-repeat center / 100% 100%;
    mask: url("../images/mask_group.png") no-repeat center / 100% 100%;
}
.banner_sec .img_boxImg{
    height: 100%;
    transform: rotateZ(1deg) scale(0.95);
}
/* shape - 1 */

.banner_sec .clip_img{ transform: scale(0.92) translate(8px, 35px) rotate(-2deg);}
.banner_sec .blob-outline{ transform: scale(0.98);}
/* shape - 2 */

/* ====== END:: Banner ==== */


.allergy_about{ background-color: #ffffff;}
.allergy_about .box {
  padding-block-start: 2rem;
}
.allergy_about h3{
    margin-block-end: 1rem;
}
.box_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.box_list .image_box:nth-child(2),
.box_list .image_box:nth-child(3) {
  width: 80%;
}
.image_box{
    background-color: #FAF5FF;
    padding: 12px 16px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #A466BF;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.image_box figure{
    margin: 0;
}
.image_box h5{
    color: #202696;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.allergy_about .img_box{
    padding-left: 25%;
}
.allergy_about .img_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100px 0px 0px 0px;
}
/* =============END:: =============== */

.partnerShips_sec{
    background-color: #202696;
}
.partnerShips_sec h2{
    color: #fff;
    font-family: var(--mainfont);
    /* font-size: 36px; */
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    padding-block-end: 2.5rem;
    margin: 0;
}
.partnerShips_sec .row_wrap{
    gap: 35px;
}
.partnerShips_sec .column {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.partnerShips_sec .card{
    background-color: #E6E9FF;
    border-radius: 14px;
    padding: 40px 35px;
    height: 100%;
}
.partnerShips_sec h3{
    font-family: var(--mainfont);
    /* font-size: 24px; */
    font-weight: 600;
    line-height: 1.5;
    color: #0A0A0A;
    padding: 0;
}
.partnerShips_sec p{
    color: #364153;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.partnerShips_sec .btn,
.study_footer .btn {
    color: #fff;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #04885F;
    border-radius: 8px;
    display: inline-flex;
    text-align: center;
    padding: 15px 25px;
    margin-top: 30px;
}
/* ======== END:: ============ */

.ourTeam_sec{
    background-color: #ffffff;
}
.ourTeam_head{
    text-align: center;
    padding-bottom: 35px;
}
.ourTeam_head h2{
    font-family:  var(--mainfont);
    /* font-size: 36px; */
    font-weight: 700;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.ourTeam_head p{
    text-align: center;
    line-height: 28px;
}
/* ====== END:: ===== */

.research_inte{
    background-color: #EAEAEA;
}
.research_inte h2{
    color: #0A0A0A;
    font-family: var(--mainfont);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    margin: 0 auto;    
}
.researchInte_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    padding-top: 45px;
}
.researchInte_list .card{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    /* box-shadow: 1px 3px 4px -2px rgba(0, 0, 0, 0.1); */
    padding: 25px 20px;
}
.researchInte_list .element_icon{
    /* padding-block-end: 1rem; */
}
.researchInte_list h6 {
    color: #101828;
    /* font-size: 24px; */
    font-family: var(--mainfont);
    font-weight: 700;
    margin: 0;
}
.researchInte_list p{
    color: #0A0A0A;
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0;
}
/* ======= END:: =========== */

.facility_sec{
    background-color: #ffffff;
}
.facility_sec .row_wrap:not(.comfort_study .row_wrap){
    align-items: center;
}
.facility_sec p{
    margin-top: 0;
}
.facility_sec .right_part{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #202696;
    border-radius: 14px;
    padding: 30px;
    margin-left: 20%;
}
.imageBox_wrapper{
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: start;
    gap: 20px;
    background-color: transparent;    
    background-image: linear-gradient(90deg, #F9F4FF 0%, #DEDDF1 100%);
    border-radius: 8px;
    padding: 55px 35px;
    margin-top: 2rem;
}
.imageBox_wrapper figure{
    flex-shrink: 0;
    margin: 0;
}
.imageBox_wrapper h5{
    color: #2B2B2B;
    font-family: var(--textfont);
    /* font-size: 24px; */
    font-weight: 700;
    padding: 0;
    margin: 0px;
}
.imageBox_wrapper p{
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.facility_sec h3{
    color: #101828;
    font-family: var(--mainfont);
    /* font-size: 24px; */
    font-weight: 600;
    /* line-height: 48px; */
    margin: 0;
}
.facility_sec .facility_list {
    list-style-type: disc;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
    margin: 0;
}
.facility_list li::marker {
  color: #202696;
  font-size: 24px;
}
.facility_list li {
    color: #1E2939;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    background: #FAF5FF;
    border-radius: 10px;
    padding: 12px 16px;
}
.comfort_study{
    background-color: transparent;
    background-image: linear-gradient(-90deg, #FFFFFF 0%, #EDF4FF 100%);
    border: 2px solid #CBE3FA;
    border-radius: 14px;
    padding: 40px 30px;
    margin-top: 100px;
}
.study_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.study_head .badge {
  color: #9F2D00;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--textfont);
  background: #FFEDD4;
  border: 1px solid #FFB86A;
  border-radius: 8px;
  padding: 2px 8px;
}
.study_head h3{
    color: #5953B7;
    font-family: var(--mainfont);
    /* font-size: 30px; */
    font-weight: 700;
    /* line-height: 54px; */
    padding: 0;
    margin: 0;
}
.comfort_study h4{
    color: #0A0A0A;
    font-family: var(--mainfont);
    /* font-size: 24px; */
    font-weight: 600;
    /* line-height: 48px; */
    margin: 0;
}
.comfort_study p{
    color: #364153;
    line-height: 28px;
}
.comfort_study .head_part ul{
    list-style: none;
    padding: 0;
}
.comfort_study ul{
    padding-left: 1rem;
}
.comfort_study ul li{
    color: #364153;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.comfort_study .footer_part{}
.comfort_study .footer_part li{
    list-style-type: disc;
}
.comfort_study .footer_part li::marker {
  color: #FF6900;
  font-size: 18px;
}
.comfort_study .footer_part li strong{
    color: #202696;
    font-weight: 600;
}
/* ===== */

.design_duration{
    border: .5px solid #202696;
    border-radius: 10px;
    padding: 30px;
    margin-left: 20%;
}
.design_duration ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
}
.design_duration ul li{
    line-height: 1.7em;
    display: flex;
    gap: .75rem;
}
.design_duration ul li span {
    color: #202696;
    font-weight: 600;
    flex: 0 0 35%;
}

.study_footer{
    border-top: 1px solid #CBE3FA;
    margin-top: 70px;
}
/* ======== PAGE:: Allergy Centre of Excellence - End ======== */

/* ======== PAGE:: ACE Specialist Directory - Start ======== */

.docList_bnr{
    background: #ffffff;
    margin-top: -32px;
}
.docList_bnr .ace-double-image .ace-double-image__image-1 {
    /* box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.15); */
    position: relative;
    z-index: 2;
}
.docList_bnr .ace-double-image  .ace-double-image__image-2 {
    border: none;
    z-index: 1;
}
.docList_bnr .btn{
    color: #fff;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #04885F;
    border-radius: 8px;
    display: inline-flex;
    padding: 15px 35px;
    margin-top: 30px;
}
.docList_sec{
    background-color: #E1E1E1;
}
.docList_sec .docList_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 1.5rem;
    margin-bottom: 45px;
}
.docList_sec .docList_head h2 {
    font-family: var(--mainfont);
    font-weight: 700;
    max-width: 385px;
    width: 100%;
}
.docList_head .sortBy_select{
    width: 235px;
    position: relative;
    display: none !important;
}
.sortBy_select select {
    width: 100%;
    height: 48px;
    padding: 12px 40px 12px 16px;
    background: #04885F;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    appearance: none;
    cursor: pointer;
}
.sortBy_select select {
    /* text-align: center; */
}
.sortBy_select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 45%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.sortBy_select select option:first-child{
    font-weight: 500;
}
.docList_sec .docPro_list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
    row-gap: 3rem;
    padding-bottom: 45px;
}
.docList_sec .docPro_list .ace-specialist-item{
    text-align: center;
    background: #202696;
    padding: 1.5rem;
}
.docList_sec .docPro_list .ace-specialist-item .image{}
.docList_sec .docPro_list .ace-specialist-item .image a{ display: block;}
.docList_sec .docPro_list .ace-specialist-item .image a img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}
.docList_sec .docPro_list .ace-specialist-item h3{
    color: #ffffff;
    font-size: 20px;
    font-family: var(--textfont);
    font-weight: 700;
}
.docList_sec .docPro_list .ace-specialist-item h3 a{
    color: #ffffff !important;
    text-decoration: none;
}
.docList_sec .docPro_list .ace-specialist-item p{
    color: #ffffff;
    font-size: 16px;
    font-family: var(--mainfont);
    font-weight: 400;
    margin: 0;
}
.docList_sec .docPro_list .ace-specialist-item .social_part{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 1rem;
}
.docList_sec .docPro_list .ace-specialist-item .social_part a {
    color: #ffffff;
    width: 32px;
    height: 32px;
    background: #04885F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.docList_sec .loadMore_part{
    text-align: center;
}
.docList_sec .loadMore_part .btn {
    color: #fff;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-color: #04885f;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 8px;
    display: inline-flex;
    padding: 15px 35px;
    cursor: pointer;
}
/* =========== END:: Dr. List Page ======== */


body.ace-specialist-template-default .not_show{ display: none !important;}
.proDetails_wrap{
    background: #EAEAEA;
    /* padding-block: 70px; */
}
.proDetails_wrap .goBtn_part{
    display: block;
    padding-bottom: 1rem;
}
.proDetails_wrap .goBtn_part a{
    color: #04885F;
    font-size: 18px;
    font-family: var(--textfont);
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
.proDetails_sec{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6rem;
}
.proDetails_sec .left_col{}
.proDetails_sec .card{
    background: #202696;
    padding: 1rem;
}
.proDetails_sec .card_img{
    margin-bottom: 1rem;
}
.proDetails_sec .card_img img{width: 100%;}
.proDetails_sec .card h3{
    color: #ffffff;
    /* font-size: 36px; */
    font-family: var(--mainfont);
    font-weight: 700;
}
.proDetails_sec .card h6{
    color: #ffffff;
    font-size: 20px;
    font-family: var(--mainfont);
    font-weight: 400;
    padding: 0;
}
.proDetails_sec .card h6 a{
    color: #ffffff;
    text-decoration: none;
}
.proDetails_sec .card h6.email a{
    text-decoration: underline;
}
.proDetails_sec .card .social_part{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 1rem 0;
}
.proDetails_sec .card .social_part a{
    width: 32px;
    height: 32px;
    background: #04885F;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ====== */

.proDetails_sec .right_col{}
.proDetails_sec .right_col h2{
    padding: 0;
}
.proDetails_sec .right_col p.sub_text{
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 16px;
    font-weight: 500;
}
.reban_part{
    --size:294px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-block: 2rem;
}
.proDetails_sec .right_col p{
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
.certify_list{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.certify_list .imgBox{}
.certify_list img{ max-width: 100%;}
.proDetails_info{ padding-top: 45px;}
.proDetails_info h2{
    color: #2B2B2B;
    font-size: 24px;
    font-family: var(--textfont);
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
}
.proDetails_info p{
    color: #2B2B2B;
    font-family: var(--textfont);
    font-size: 18px;
    font-weight: 400;
}
.proDetails_info .block {
    background-image: linear-gradient(180deg, #5953B7 0%, #A466BF 100%);
    padding: 45px 35px;
    margin-block: 2.5rem;
}
.proDetails_info .block h3{
    color: #ffffff;
    /* font-size: 36px; */
    font-family: var(--mainfont);
    font-weight: 700;
    padding: 0;
}
.proDetails_info .block p{ color: #ffffff;}

/* ======== PAGE:: ACE Specialist Directory - End ======== */


/* ======== PAGE:: Treatment - Start ======== */

.oralImmunotherapy_sec{ padding-bottom: 1rem;}
.oralImmunotherapy_sec .head {
    max-width: 45%;
}
.oralImmunotherapy_sec .head h2{ padding-bottom: 0;}
.oralImmunotherapy_sec .head p {
    text-transform: uppercase;
    letter-spacing: 47%;
    margin: 0;
}
.oralImmunotherapy_sec .slider-wrapper {
    position: relative;
    padding: 20px 0 40px;
}
/* ── Nav Buttons ── */
.oralImmunotherapy_sec .swiper-pagination {
    opacity: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}
.oralImmunotherapy_sec .swiper-pagination .swiper-pagination-bullet-active{ background: #202696;}

.oralImmunotherapy_sec .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.oralImmunotherapy_sec .nav-btn:hover {
    border-color: #aaa;
    transform: translateY(-50%) scale(1.07);
}
.oralImmunotherapy_sec .nav-btn svg {
    width: 16px;
    height: 16px;
}
.oralImmunotherapy_sec .prev-btn { left: 12px; }
.oralImmunotherapy_sec .next-btn { right: 12px; }

/* ── Swiper ── */
.oralImmunotherapy_sec .swiper {
    /* width: 80%; */
    padding: 60px 0px;
    margin: 0 auto;
}
.oralImmunotherapy_sec .swiper-slide {
    /* width: 300px; */
    border-radius: 22px;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.95);
}
.oralImmunotherapy_sec .swiper-slide-active {
    transform: scale(1.15);
}
.oralImmunotherapy_sec .swiper-slide.swiper-slide-prev,
.oralImmunotherapy_sec .swiper-slide.swiper-slide-active,
.oralImmunotherapy_sec .swiper-slide.swiper-slide-next,
.oralImmunotherapy_sec .swiper-slide.swiper-slide-visible{
    opacity: 1;
}

/* ── Card ── */
.oralImmunotherapy_sec .card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.4s;
}
.oralImmunotherapy_sec .swiper-slide-active .card {
    box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}
.oralImmunotherapy_sec .card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px;
    display: block;
}
.oralImmunotherapy_sec .card-label {
    padding: 18px 12px 20px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    text-align: center;
    letter-spacing: -0.01em;
    width: 100%;
}

/* ── Responsive slide widths ── */
@media (max-width: 991px) {
    .oralImmunotherapy_sec .swiper{
        /* width: 70%; */
        width: 100%;
        padding: 60px 0 0;
    }
    .oralImmunotherapy_sec .nav-btn{ display: none;}
    .oralImmunotherapy_sec .swiper-nav-buttons{
        display: flex;
        justify-content: center;
        padding: 0 0 .5rem;
    }
}
@media (max-width: 768px) {
    /* .oralImmunotherapy_sec .swiper-slide-active{ width: 300px !important;} */
    /* .oralImmunotherapy_sec .swiper-slide { width: 200px; } */
    /* .oralImmunotherapy_sec .swiper { padding: 50px 60px !important; } */
    .oralImmunotherapy_sec .card{ padding: .5rem;}
}
@media (max-width: 480px) {
    .oralImmunotherapy_sec .swiper{ width: 100%;}
    /* .oralImmunotherapy_sec .swiper-slide { width: 160px !important; } */
    /* .oralImmunotherapy_sec .swiper { padding: 40px 48px !important; } */
    .oralImmunotherapy_sec .swiper-slide-active{ transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.3) !important;}
    .oralImmunotherapy_sec .nav-btn { width: 38px; height: 38px; }
    .oralImmunotherapy_sec .prev-btn { left: 4px; }
    .oralImmunotherapy_sec .next-btn { right: 4px; }
}
/* ── END:: Product List slide Part ── */

.commingSoon_sec{
    background: #202696;
}
.commingSoon_sec .card-img {
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 2 / 1.5;
}
.commingSoon_sec .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commingSoon_sec .caption {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 2rem 0;
    height: 100%;
}
.commingSoon_sec .heading{}
.commingSoon_sec .heading h2{
    padding-bottom: 0;
}
.commingSoon_sec .heading h6{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.commingSoon_sec .content h2{
    max-width: 450px;
}
.commingSoon_sec .content .banner__button-row{ justify-content: start;}
/* ──── END:: Comming Soon Sec ──── */

.ourProcess_sec{
    background: #FAF5FF;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons {
    justify-content: flex-start;
    padding-bottom: 0;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button{
    color: #202696;
    font-weight: 600;
    border: none;
    padding: 1.5rem;
    position: relative;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button:nth-child(1){ border-radius: 0.75rem 0px 0px 0.75rem;}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button:nth-child(2){ border-radius: 0rem 0.75rem 0.75rem 0rem;}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .button--toggle-white:hover,
.ourProcess_sec .process-outer-tabs > .tab-buttons > .button--toggle-white:has(> input:checked){
    color: #202696;
    background: #ffffff;
    transition: all .5s ease;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 95%;
    width: 100%;
    height: 100%;
    background-image: url("https://allergycentre.co.uk/wp-content/uploads/2026/04/curvMask-r.png");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .5s ease;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    right: 20%;
    width: 100%;
    height: 100%;
    background-image: url("https://allergycentre.co.uk/wp-content/uploads/2026/04/curvMask-l.png");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all .5s ease;
}
.ourProcess_sec .process-outer-tabs > .tab-buttons > .button--toggle-white:hover::before,
.ourProcess_sec .process-outer-tabs > .tab-buttons > .button--toggle-white:has(> input:checked)::before{ opacity: 1;}

/* ── Main Tab-wrapper ── */
.ourProcess_sec .process-outer-tabs > .tab-wrapper{ margin-top: -1px;}
.ourProcess_sec .tab-container .tab-button--standard{
    border: 1px solid #E9D4FF;
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    transition: all .3s ease;
}
.ourProcess_sec .tab-container .tab-button--standard > strong{
    background: linear-gradient(90deg, #5f6ccf 0%, #9b6bd3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: .25rem;
}
.ourProcess_sec .tab-container .tab-button--standard:hover,
.ourProcess_sec .tab-container .tab-button--standard:has(> input:checked){
    background: linear-gradient(#5953b7, #a466bf);
    color: #ffffff;
}
.ourProcess_sec .tab-container .tab-button--standard:hover > strong,
.ourProcess_sec .tab-container .tab-button--standard:has(> input:checked) > strong{ -webkit-text-fill-color: #ffffff;}
.ourProcess_sec .process-inner-tabs__title{
    background: linear-gradient(90deg, #5f6ccf 0%, #9b6bd3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ourProcess_sec .process-inner-tabs__content *:not(a, h2){ color: #202696;}
.ourProcess_sec .tab-nav-buttons{ display: none !important;}
/* ──── END:: Our Process Sec ──── */

.treatmentFaq_sec{}
.treatmentFaq_sec .faq_head{ text-align: center;}
.treatmentFaq_sec .faq_head h2{padding-top: 0;}

/* .treatmentFaq_sec .accordion {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 35px;
}
.treatmentFaq_sec .accordion .accordion-item{
    border-radius: 10px;
    flex: 0 0 auto;
    width: 48%;
    padding: 2rem 1rem;
} */

.treatmentFaq_sec .accordion_part .hasSub_menu{
    padding: 2rem 0rem;
}
@media screen and (min-width: 768px){
    .treatmentFaq_sec .faq_cont .row_wrap{
        justify-content: space-between;
        flex-direction: row;
    }
    .treatmentFaq_sec .faq_cont .row_wrap .column_50{
        flex: 0 0 auto;
        width: 46% !important;
    }
}
.treatmentFaq_sec .accordion_part .hasSub_menu+.hasSub_menu {
    border-top: 1px solid #202696;
    border-radius: 10px;
    /* padding-top: 1rem;
    margin-top: 1.5rem; */
}
.treatmentFaq_sec .accordion_part .hasSub_menu .trigger_icon {
    color: #2B2B2B;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0px;
    padding: 0.5rem;
    padding-right: 1.5rem;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.treatmentFaq_sec .accordion_part .hasSub_menu .trigger_icon::before,
.treatmentFaq_sec .accordion_part .hasSub_menu .trigger_icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #202696;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.treatmentFaq_sec .accordion_part .hasSub_menu .trigger_icon::before {
    transform: translateY(-50%);
}
.treatmentFaq_sec .accordion_part .hasSub_menu .trigger_icon::after {
    transform: translateY(-50%) rotate(90deg);
}
.treatmentFaq_sec .accordion_part .hasSub_menu.is-active > .trigger_icon::after {
    opacity: 0;
}
.treatmentFaq_sec .accordion_part .hasSub_menu.is-active > .accordion-header{
    color: #202696;
}
.treatmentFaq_sec .accordion_part .hasSub_menu .sub_dropdown {
    padding-top: 0.5rem;
    display: none;
}
.treatmentFaq_sec .accordion_part .sub_dropdown p {
    color: #2B2B2B;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}
/* ──── END:: FAQs Sec ──── */


.treatmentReview_sec{
    background: linear-gradient(102.2deg, rgba(89, 83, 183, 0.2) 5.43%, rgba(164, 102, 191, 0.2) 109.16%);
    margin-bottom: 2rem;
}
.treatmentReview_sec .section-title{
    text-align: center;
}
.treatmentReview_sec .swiper-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-block-start: 35px;
}

/* ── SLIDES ── */
.treatmentReview_sec .swiper-wrapper{ align-items: center;}
.treatmentReview_sec .swiper { width: 90%;}
.treatmentReview_sec .swiper-slide {
    height: auto;
    transition: transform 0.45s cubic-bezier(.4,0,.2,1),
                opacity  0.45s cubic-bezier(.4,0,.2,1);
    opacity: 1;
    transform: scale(0.87);
}
.treatmentReview_sec .swiper-slide-active {
    transform: scale(1);
}
.treatmentReview_sec .card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 28px 34px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* ── ACTIVE CARD ── */
.treatmentReview_sec .swiper-slide-active .card {
    background: #202696;
    min-height: 420px;
}
.treatmentReview_sec .card-name {
    color: #2B2B2B;
    font-family: var(--mainfont);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}
.treatmentReview_sec .swiper-slide-active .card-name {
    color: rgba(255,255,255,0.98);
    width: 100%;
}
.treatmentReview_sec .card-meta {
    color: #2B2B2B;
    font-size: 16px;
    font-family: var(--mainfont);
    font-weight: 500;
    line-height: 1.65;
}
.treatmentReview_sec .swiper-slide-active .card-meta { color: rgba(255,255,255,0.98); }

/* ── STARS ── */
.treatmentReview_sec .stars {
    display: flex;
    gap: 3px;
    margin-top: 2px;
}
.treatmentReview_sec .stars span {
    color: #FFB947;
    font-size: 1.05rem;
}

/* ── DIVIDER ── */
.treatmentReview_sec .divider {
    border: none;
    border-top: 1.5px solid #e8e4f4;
    margin: 6px 0;
}
.treatmentReview_sec .swiper-slide-active .divider { border-top-color: rgba(255,255,255,0.15); }

/* ── TEXT ── */
.treatmentReview_sec .card-text {
    color: #2B2B2B;
    font-size: 16px;
    font-family: var(--textfont);
    font-weight: 400;
    line-height: 1.78;
    flex: 1;
}
.treatmentReview_sec .swiper-slide-active .card-text { color: rgba(255,255,255,0.98); }

/* truncate side slides */
.treatmentReview_sec .swiper-slide:not(.swiper-slide-active) .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── SEE MORE ── */
.treatmentReview_sec .see-more {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.88rem;
    font-weight: 400;
    color: #4a3bbf;
    text-decoration: none;
}
.treatmentReview_sec .swiper-slide-active .see-more { color: rgba(255,255,255,0.98); }

/* ── NAV ARROWS ── */
.treatmentReview_sec .nav-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    cursor: pointer;
}

.treatmentReview_sec #prev_Btn { left: 0px; }
.treatmentReview_sec #next_Btn { right: 0px; }
.treatmentReview_sec .swiper-nav-buttons,
.treatmentReview_sec #prev_Btn::after,
.treatmentReview_sec #next_Btn::after{ display: none;}
.treatmentReview_sec .swiper-pagination {
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}
.treatmentReview_sec .swiper-pagination .swiper-pagination-bullet-active{ background: #202696;}
.treatmentReview_sec .swiper-nav-buttons {
    display: none;
    gap: 1rem;
    padding: 1.5rem 0;
}
.treatmentReview_sec .swiper-nav-buttons [class*="swiper-button-"]{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    inset: 0;
    width: 40px;
    height: 40px;    
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    margin: 0;
    
}
.treatmentReview_sec .swiper-nav-buttons .swiper-button-prev::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #4a3bbf;
}
.treatmentReview_sec .swiper-nav-buttons .swiper-button-next::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: #4a3bbf;
}

.treatmentReview_sec .swiper-pagination { display: none; }
/* ──── END:: Review Sec ──── */


/* ======== PAGE:: Treatment - End ======== */









/* =================================
       @media stylesheet
================================== */

@media (min-width: 640px) {
    .banner_sec,
    .allergy_about,
    .partnerShips_sec,
    .ourTeam_sec,
    .research_inte,
    .facility_sec,
    .proDetails_wrap {
        padding-block: 2rem;
    }
    .researchInte_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .docList_sec .docPro_list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 768px){
    .banner_sec,
    .allergy_about,
    .partnerShips_sec,
    .ourTeam_sec,
    .research_inte,
    .facility_sec,
    .proDetails_wrap {
        padding-block: 4rem;
    }
    .contrast_background,
    .allergyAssist_sec { padding-block: 40px;}
    .treatmentReview_sec{ margin-bottom: 4rem;}
}
@media screen and (min-width: 881px){
    .commingSoon_sec .card-img { margin-right: 15%;}
}
@media (min-width: 992px) {
    .banner_sec,
    .allergy_about,
    .partnerShips_sec,
    .ourTeam_sec,
    .research_inte,
    .facility_sec,
    .proDetails_wrap {
        padding-block: 6rem;
    }
    .researchInte_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .docList_sec .docPro_list{
        grid-template-columns: repeat(2, 1fr);
    }
    .treatmentReview_sec .card-name{width: 50%;}
}
@media (min-width: 1024px) {
    .docList_sec .docPro_list{
        grid-template-columns: repeat(3, 1fr);
    }
    .proDetails_sec{
        grid-template-columns: 400px 1fr;
    }
    .contrast_background,
    .allergyAssist_sec { padding-block: 80px;}
    .treatmentReview_sec{ margin-bottom: 6rem;}
    .ourProcess_sec .process-outer-tabs > .tab-buttons{ column-gap: 3rem;}
}
@media (min-width: 1200px) {
    .research_inte h2{ width: 68%;}
    .researchInte_list {
        grid-template-columns: repeat(4, 1fr);
    }
    .proDetails_sec{
        grid-template-columns: 560px 2fr;
    }
    .contrast_background,
    .allergyAssist_sec { padding-block: 100px;}
    .treatmentReview_sec{ margin-bottom: 8rem;}
    .ourProcess_sec .process-outer-tabs > .tab-buttons{ column-gap: 5rem;}
}
/* ===== Min-width ── End ===== */

@media screen and (max-width: 1109px){
    .oralImmunotherapy_sec .head{ max-width: 80%;}
    .ourProcess_sec .process-outer-tabs > .tab-buttons{ justify-content: center; align-items: center;}
    .ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button{ border-radius: 0.75rem !important;}
    .ourProcess_sec .process-outer-tabs > .tab-buttons > .tab-button::before{ display: none !important;}
}
@media screen and (max-width: 1024px){
    .banner_sec .img_box{
        width: 400px;
        margin: 0 auto;
    }
    .allergy_about .img_box{ padding-left: 5rem;}
    .box_list .image_box{
        padding: 12px;
        width: 100% !important;
    }
    .docList_sec .docPro_list{
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 1rem;
    }
    .proDetails_sec{ gap: 4rem;}
}
@media screen and (max-width: 991px) {
    .banner_sec,
    .docList_bnr{ margin-top: -42px;}
    .facility_sec .right_part{ padding: 15px;}
    .background_lack {
        height: 530px;
    }
    .contrast_background .inner_section {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .contrast_background .info_column h2{
        font-size: 28px;
    }
    .contrast_background .info_column h6{font-size: 18px;}
    .lack_list_accreds{ 
        grid-column-gap: 2px;
        grid-row-gap: 2px;
    }
    .proDetails_sec{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .proDetails_sec .card{
        max-width: 600px;
        width: 100%;
    }
    /* ==== End  */
    
    .treatmentReview_sec .swiper{ width: 100%;}
    .treatmentReview_sec .nav-btn{ display: none;}
    .treatmentReview_sec .swiper-pagination,
    .treatmentReview_sec .swiper-nav-buttons{
        display: flex;
    }
}
@media screen and (max-width: 880px){
    .row_wrap{ flex-direction: column;}
    .banner_sec .column_50,
    .allergy_about .column_50,
    .partnerShips_sec .column_50,
    .facility_sec .column_50,
    .allergyAssist_sec .column_50,
    .commingSoon_sec .column_50,
    .treatmentFaq_sec .column_50{ width: 100% !important;}
    .allergy_about .img_box {
        padding-top: 2rem;
        padding-left: 0rem;
    }
    .facility_sec .right_part,
    .design_duration{
        margin-top: 2rem;
        margin-left: 0;
    }
    .comfort_study{ margin-top: 45px;}

    .banner_sec h1,
    .allergy_about h2,
    .facility_sec h2,
    .partnerShips_sec h2,
    .ourTeam_head h2 {
        /* font-size: 34px; */
    }
    .banner_sec h5,
    .allergy_about h3 {
        /* font-size: 24px; */
    }
    .study_head h3{
        /* font-size: 28px; */
    }
    .comfort_study h4{
        /* font-size: 24px; */
    }
     .docList_sec .docPro_list{
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        row-gap: 2rem;
    }
    .allergyAssist_sec .img_box{ margin-bottom: 1rem;}
}
@media screen and (max-width: 767.98px){
    .banner_sec h1,
    .allergy_about h2,
    .facility_sec h2,
    .partnerShips_sec h2,
    .ourTeam_head h2,
    .proDetails_sec .right_col h2{
        font-size: 26px;
    }
    .research_inte h2{font-size: 20px;}
    .study_head{
        flex-direction: column;
        align-items: self-start;
        justify-content: start;
        gap: .5rem;
    }
    .study_footer{ margin-top: 2rem;}
    .contrast_background .inner_section {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }
    .contrast_background .background_lack {
        width: 50%;
        height: 240px;
        margin-left: 0;
    }
    .docList_sec .docList_head h2{
        font-size: 24px;
    }
    .proDetails_sec .right_col p,
    .proDetails_info p{ font-size: 16px;}
    .oralImmunotherapy_sec .head{ max-width: 100%;}
    .treatmentReview_sec .swiper-slide,
    .treatmentReview_sec .swiper-slide-active{ transform: scale(0.87) !important;}
    
}
@media screen and (max-width: 567px) {
    .banner_sec .img_box {
        width: 300px;
    }
    .imageBox_wrapper{ padding: 35px 25px;}
    .design_duration{ padding: 25px 15px;}
    .box_list{
        grid-template-columns: repeat(1, 1fr);
    }
    .box_list .image_box{ width: 100% !important;}
    .contrast_background .background_lack {
        width: 100%;
        height: 300px;
    }
    .background_lack .bottom_right_corner,
    .background_lack .bottom_corner { width: 30px;}
    .background_lack .profile_arrow_container_contrast {
        width: 56px;
        height: 56px;
        padding: 15px 0% 0% 15px;
    }
    .background_lack .arrow_black {
        width: 40px;
        height: 40px;
        inset: auto 10px 10px auto;
    }
    .background_lack .image_arow {
        width: 20px;
        display: block;
    }
    .allergyAssist_sec .img_box img{ height: auto;}
    .docList_sec .docList_head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
    }
    .docList_sec .docList_head h2{ max-width: 100%;}
    .proDetails_info h2{ font-size: 20px;}
    
}
/* ===== Max-width ── End ===== */