.here_anchor_dis img {
    display: none !important;
}

.show_more_diseases {
    display: none;
}

div#diseases h1 {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #353535;
    margin: 0 0 8px;
}

.content_dis {
    font-size: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #505050;
    max-width: 730px;
    margin-bottom: 12px;
}

.content_dis>p {
    margin-top: 0px;
}

.content_dis>:last-child {
    margin-bottom: 0px;
}

#diseases a.link_dis:hover {
    color: #A1A5A7;
    border-color: #A1A5A7;
}


#diseases h3,
.countries_dis h3 {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #353535;
    margin: 0 0 16px;
    font-weight: 400;
}

.title_dis {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 12px;
}

.title_dis img {
    width: 16px;
    margin-right: 8px;
}

.block_in_dis {
    margin-bottom: 40px;
    flex-wrap: wrap;
    display: flex;
}

a.link_elem_dis {
    width: 25%;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    font-weight: 300;
}

.title_dis h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.dis_title_h {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #505050;
    margin-bottom: 12px;
}

.line_buttons_dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

a.button_line_dis {
    padding: 16px;
    background: #F8F9FC;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    display: flex;
    color: #1367B0;
    align-items: center;
    width: 350px;
    position: relative;
}

a.button_line_dis>span {
    margin-right: 10px;
}

.go_to_right_dis {
    stroke: #505050;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

span.dis_cnt_b:after {
    background: #1367B0;
    border-radius: 10000px;
    content: " ";
    display: block;
    width: 110%;
    height: 4px;
    padding: 0 3px;
    margin-left: -5%;
    margin-top: -3px;
}

.button_line_dis span.dis_cnt_b {
    position: relative;
    margin-right: 7px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1367B0;
}

span.name_button_dis {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #1367B0;
    font-weight: 300;
}

a.button_line_dis>span:last-child {
    position: absolute;
    right: 0px;
    width: 38px;
    background: #F1F1F1;
    border-radius: 4px;
    height: 100%;
    margin-right: 0px;
    transition: 0.3s ease;
}

a.button_line_dis:hover>span:last-child {
    background: #1367B0;
}

a.button_line_dis:hover>span:last-child svg {
    stroke: #fff;
}

#diseases hr {
    border-top: 1px dashed #E3E3E3;
}

.element_country_dis {
    margin-right: 1.333333%;
    width: 24%;
    background: #F8F9FC;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 16px 40px;
    margin-bottom: 20px;
}

.element_country_dis:nth-child(4n) {
    margin-right: 0px;
}

.countries_dis_elements {
    display: flex;
    flex-wrap: wrap;

}

.name_image_dis_c {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
}

.image_dis_c {
    border: 1px solid #E0E0E0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: cover !important;
    margin-right: 7px;
}

.name_dis_c {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 34px;
    color: #505050;
}

a.country_go_dis {
    font-size: 14px;
    line-height: 36px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1367B0;
    padding: 0 15px;
    background: #EEF7FF;
    border: 1px solid #1367B0;
    box-sizing: border-box;
    border-radius: 4px;
    transition: 0.2s ease;
}

a.country_go_dis:hover {
    background: #1367B0;
    color: #fff;
}

.double_single_dis {
    display: flex;
    justify-content: space-between;
}

.right_single_dis {
    width: 350px;
}

.image_singledisease {
    height: 257px;
    background-size: cover !important;
    background-position: 50% !important;
}

.left_single_dis {
    width: 870px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #505050;
    font-weight: 300;
}

.left_single_dis h2,
.left_single_dis h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #353535;
    margin: 12px 0;
}

.left_single_dis ul {
    margin: 12px 0;
    padding-left: 20px;
}

.left_single_dis p {
    margin: 12px 0;
}

.left_single_dis img {
    max-width: 100%;
}

.blockquote_block {
    padding: 12px 16px 12px 20px;
    background: #fff;
    max-width: 100%;
    width: 625px;
    margin: 12px auto;
    position: relative;
    border-left: 5px solid #ff5a5f;
}

.blockquote_block .m_letter {
    position: absolute;
    left: -2px;
    top: 0px;
    line-height: 0px;
}

.block_form_short {
    padding: 12px 16px;
    box-shadow: 0px 0px 12px 4px rgb(175 175 175 / 20%);
    border: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.image_block.second_type {
    height: 191px;
    margin-bottom: -15px;
}

.right_form_short {
    width: 664px;
}

.image_block {
    width: 140px;
    background-position: 50% !important;
}

.title_form_short {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 8px;
}

.text_form_short {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #505050;
    margin-bottom: 15px;
}

a.button_open_new_short {
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 9px 16px;
    background: #FF5A5F;
    box-shadow: 0px 0px 12px 4px rgb(179 176 176 / 40%);
    border-radius: 4px;
    display: table;
    transition: 0.2s ease;
}

a.button_open_new_short:hover {
    background: #fb7f80;
}

.left_single_dis .accordion-js__item {
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}

.left_single_dis .accordion-js__item:last-child {
    border-bottom: none;
}

.left_single_dis .accordion-js__item--trigger {
    width: 14px;
    height: 14px;
}

.left_single_dis .accordion-js__item--trigger:after {
    margin-left: 7px !important;
}

.right_single_dis .form-v__title {
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 12px;
}

.right_single_dis .form-v__text {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #353535;
    font-weight: 300;
}

.right_single_dis .form-v input[type="text"],
.right_single_dis .form-v input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 12px 2px rgb(209 209 209 / 20%);
    border-radius: 4px;
    height: 52px;
    padding: 14px 12px;
}

.right_single_dis .form-v input[type=submit] {
    font-size: 16px;
    line-height: 19px;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 14px 12px;
    font-weight: 300;
    height: 52px;
}

.right_single_dis .intl-tel-input input {
    padding-left: 113px !important;
}

.right_single_dis .intl-tel-input.allow-dropdown .selected-flag,
.right_single_dis .intl-tel-input.separate-dial-code .selected-flag {
    width: 101px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    background-color: #fff !important;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.right_single_dis .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    margin-left: -18px;
}

.right_single_dis .intl-tel-input .selected-flag .iti-arrow {
    width: 16px;
    height: 16px;
    background: url(../icons/tod.svg)no-repeat;
    border: none;
    margin-top: -8px;
    margin-right: 14px;
}

.right_single_dis .clinic-entry__form.padding-0 {
    box-shadow: 0px 0px 12px 4px rgb(175 175 175 / 20%);
}

.right_single_dis .here_anchor_dis {
    padding: 12px 16px;
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    letter-spacing: 0.01em;
    color: #505050;
    font-weight: 300;
    margin-bottom: 12px;
    border-radius: 4px;
}

.here_anchor_dis a {
    display: block;
}

.here_anchor_dis ol {
    margin: 0px;
    padding-left: 18px;
}

#singledisease .clinic-slider-title h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    margin: 0 0 12px;
}

#singledisease .clinic-slider-title .clinic-slider-arrows {
    position: static;
}

.clinic-slider-arrows a {
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.02em;
    color: #1367B0;
}

#singledisease .clinic-slider-title {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}

.clinic-elements-dis>a:nth-child(4n) {
    margin-right: 0px;
}

.clinic-elements-dis>a {
    width: 23%;
    margin-right: 2.666666666%;
    margin-bottom: 12px;
}

.clinic-entry-fixto {
    z-index: 333;
}

.clinic-elements-dis span.clinic-slider__title {
    font-size: 16px;
    line-height: 19px;
    color: #505050;
}

.clinic-elements-dis {
    display: flex;
    flex-wrap: wrap;
}

.clinic-elements-dis {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.sticky_right {
    position: sticky;
    right: 0px;
    top: 70px;
}

.here_anchor_dis a:hover {
    color: #1367B0;
}

body .new_form_dis {
    background: #FFFFFF;
    background-image: url(../images/newform.svg);
    background-repeat: no-repeat;
    border-radius: 4px;
    padding-left: 351px;
    width: 843px;
    max-width: 843px;
    padding-top: 38px;
    padding-right: 16px;
    padding-bottom: 16px;
    position: relative;
    text-align: left;
    background-position: 12px 50%;
}

body .new_form_dis .form__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 12px;
}

body .new_form_dis .form__text {
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #353535;
    text-align: left;
    font-weight: 300;
    margin-bottom: 12px;
}

body .new_form_dis .form__input,
body .new_form_dis .form__textarea {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 12px 2px rgb(209 209 209 / 20%);
    border-radius: 4px;
    height: 52px;
    padding: 14px 12px;
}

body .new_form_dis .intl-tel-input .selected-flag {
    width: 101px;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    background-color: #fff !important;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

body .new_form_dis .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    margin-left: -18px;
}

body .new_form_dis .intl-tel-input .selected-flag .iti-arrow {
    width: 16px;
    height: 16px;
    background: url(../icons/tod.svg)no-repeat;
    border: none;
    margin-top: -8px;
    margin-right: 14px;
}

body .new_form_dis button.mfp-close {
    width: 22px;
    height: 22px;
    background-size: 13px;
    top: 12px;
    right: 12px;
}

body .new_form_dis .intl-tel-input input {
    padding-left: 113px !important;
}

body .new_form_dis .form__textarea {
    height: 120px;
}

body .new_form_dis .form__file-upload {
    background: #FFFFFF;
    border: 1px dashed #1367B0;
    border-radius: 4px;
    padding: 14px 0;
}

body .new_form_dis span.form__file-upload-label {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #505050;
    text-decoration: none;
    text-transform: none;
}

body .new_form_dis .form__file-upload-icon {
    background: url(../icons/plusf.svg);
    width: 22px;
    height: 22px;
}

body .new_form_dis .wpcf7 .ajax-loader {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
}

body .new_form_dis input[type="submit"] {
    background: #FF5A5F;
    box-shadow: 0px 0px 12px 4px rgb(179 176 176 / 40%);
    border-radius: 4px;
    border: none;
    width: 100%;
    color: #fff;
    height: 52px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 8px;
}

body .new_form_dis .columns.two {
    position: relative;
}

div#form_in_dis {
    width: 100%;
    max-width: 100%;
    margin: 32px 0;
    padding-right: 76px;
}

.form__input.wpcf7-not-valid,
.form__input.error,
.form__textarea.wpcf7-not-valid,
.form__textarea.error {
    border-color: red !important;
}

.left_single_dis>img,
.left_single_dis>p>img {
    width: 100%;
}

.button_line_dis.in_dis>span {
    display: inline-block;
    vertical-align: middle;
}

.button_line_dis.in_dis {
    margin: 0 auto 25px;
    display: table;
    width: auto;
}

a.button_line_dis.in_dis>span.name_button_dis {
    margin-right: 0px;
}

#singledisease h1 {
    margin-top: 0px;
}

#singledisease .blog-component .blog {
    padding: 0;
    background: none;
    border: none;
    width: 100%;
    max-width: 100%;
}

.hh_dis {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.here_anchor_dis a {
    color: #1367B0;
}

/* new-styles */

.diseases-title-bg {
    background: url(../images-new/dis_title_bg.svg);
    margin-top: -30px;
    padding-top: 24px;
    min-height: 320px;
}

.title-wrapper {
    display: flex;
    justify-content: space-between;
}

.diseases-title-container {
    width: 48%;
}

.diseases-img-container img {
    width: 100%;
    height: 100%;
}

.diseases-title-bg .container:after {
    content: none;
}

.diseases-title-text,
.diseases-title-container #breadcrumbs .diseases-link {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #5E6569;
}

.diseases-title-container .breadcrumbs {
    display: flex;
    align-items: center;
}

.diseases-title-container .breadcrumb_last {
    font-size: 16px;
    line-height: 140%;
    color: #5e6569b9;
}

.diseases-title {
    margin-top: 18px;
}

.diseases-search-container {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 40px 106px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}


.diseases-search-btn {
    background: #474D52;
    border-radius: 8px;
    color: #ffffff;
    width: 160px;
    height: 48px;
    margin-left: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform:uppercase;
}

.diseases-search-btn img {
    margin-left: 10px;
    margin-top: -3px;
}

.diseases-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.diseases-search-form {
    width: 85%;

}


.diseases-search-field input {
    padding: 13px 15px;
    width: 100%;
    height: 48px;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
}

.diseases-search-field input::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #A1A5A7;
}

.diseases-search-container .link_dis {
    border: 1px solid #8ECAE6;
    color: #8ECAE6;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 8px;

}

.list_menu_diseases {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 8px;
}

.diseases-search-acc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    cursor: pointer;
}

#diseases-main {
    background-color: #F7FBFD;
}

.diseases-content-container {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 8px;
    margin-top: 40px;
}

.diseases-content-title {
    display: flex;
    width: 100%;
}

.diseases-content-title img {
    margin-right: 10px;
    width: 20px;
}

.diseases-content-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #1A2328;

}

.diseases-content-elements {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}

.dis-link-elem {
    width: 25%;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52; padding-right:20px;
}

.dis-link-elem:hover {
    color: #A1A5A7;
}

.dis-conf-btn {
    width: 260px;
    padding: 15px 10px;
    border: 1px solid #474D52;
    border-radius: 8px ;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
}
.dis-button-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.dis-feedback-btn{
    width: 260px;
    padding: 15px 10px;
    background-color: #FF5A5F;
    border: 1px solid #FF5A5F;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 8px ;
    cursor: pointer;
    line-height: normal;
}
.dis-feedback-btn img, .dis-conf-btn img{
    margin-left: 10px;
    margin-top: -1px;
}
.accardion-close{
    max-height: 170px;
    overflow: hidden;
}
.btn-close{
    transform: rotate(180deg);
}
.mobile-arrow-container{
    height: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display:none;
}





@media (max-width: 1200px) {
    .left_single_dis {
        width: 670px;
    }

    .element_country_dis {
        padding: 16px 20px;
    }

    .image_block {
        min-width: 140px;
        background-position: 50% !important;
        margin-right: 10px;
    }

    .right_form_short {
        width: auto;
    }
}

@media (max-width: 1024px) {
	#diseases .header-filter__autosuggest {
		padding: 0px;
	}
	.diseases-search.search_block_new .standart_button {
		margin-left: 0 !important;
		width: 100%;
		height: 48px !important;
	}
    #singledisease h1 {
        margin: 12px 0;
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.02em;
        color: #353535;
    }

    .single-diseases #breadcrumbs {
        padding-bottom: 0px;
    }

    .double_single_dis {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sticky_right {
        display: none;
    }

    .left_single_dis {
        width: 100%;
        order: 2;
    }

    .blockquote_block {
        max-width: 100%;
        width: 100%;
    }

    .image_block {
        min-width: 140px;
        background-position: 50% !important;
        margin-right: 0;
        width: 100%;
        height: 130px;
        margin-bottom: 8px !important;
    }

    .block_form_short {
        display: block;
    }

    a.button_open_new_short {
        margin: 0 auto;
    }

    .right_single_dis {
        display: block;
        order: 1;
        width: 100%;
    }

    body #form_in_dis,
    body .new_form_dis {
        width: 100%;
        max-width: 100%;
        margin: 32px 0;
        padding: 12px;
        padding-top: 180px;
        background-size: auto 180px;
        background-position: 50% 7px;
    }

    .clinic-slider-arrows a {
        display: none;
    }

    #singledisease .clinic-slider-title h3 {
        margin-bottom: 0px;
    }

    .clinic-elements-dis {
        display: block;
    }

    .clinic-elements-dis>a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        display: block;
    }

    .countries_dis_elements {
        display: block;
    }

    .element_country_dis {
        width: 100%;
        text-align: center;
        box-shadow: 0px 0px 12px 4px rgb(175 175 175 / 20%);
    }

    #diseases .header-filter__autosuggest {
        flex-basis: initial;

        margin-bottom: 24px;
        height: 48px !important;
    }

    #diseases .header-filter .header-filter__panel button {
        height: 48px !important;
    }
    .block_in_dis {
        display: block;
    }

    a.link_elem_dis {
        width: 100%;
        display: block;
    }

    .line_buttons_dis {
        display: block;
    }

    a.button_line_dis {
        margin-bottom: 12px;
        box-shadow: 0px 0px 12px 4px rgb(175 175 175 / 10%);
        width: 100%;
    }

    .show_more_diseases {
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.02em;

        color: #1367B0;
    }
}
@media (max-width: 900px) {
    .dis-conf-btn,.dis-feedback-btn {
        width: 50%;
    }
    .diseases-search-container{
        padding: 20px 10px;

    }
    .dis-link-elem {
        width: 50%;
    }
    .dis-button-container{
        flex-direction: column;
        row-gap: 20px;
    }
}
@media (max-width: 650px) {
	.dis-button-container {
		margin-top: 20px;
	}
    .dis-conf-btn,.dis-feedback-btn {
        width: 80%;
    }
    .title-wrapper{
        flex-direction: column;
    }
    .diseases-title-container{
        width: 100%;
    }

    .diseases-title-bg{
        background: url();
    }
    .diseases-mobile-bg{
        background: url(../images-new/mobile_bg.svg);
    }
    .diseases-search{
        flex-direction: column;
        row-gap: 20px;
    }
    .diseases-search-form{
        width: 100%;
    }
    .diseases-search-btn{
        width: 100%;
        margin-left: 0px;
    }
    .diseases-search-btn img{
        margin-top: -4px;
    }

}
@media (max-width: 500px) {
    .dis-conf-btn,.dis-feedback-btn {
        width: 100%;
    }
    .dis-link-elem{
        width: 100%;
    }
    .diseases-content-container{
        padding: 24px 16px;
    }
    .mobile-arrow-container{
        display: flex;
    }
    .mob-accardion-close{
        height: 285px;
        overflow: hidden;
    }
}

