.Conditions-master-main-page .input-group select {
    background-image: none;
}

.selct-arrow-none .input-group select {
    background-image: none;
}

.defult-card {
    background: #f4f4f4;
    border-radius: 0px;
    padding: 20px 20px;
}

.condition-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    transition: .5s;
}

.condition-box::before {
    opacity: 1;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 35%;
    font-weight: 600;
    content: "\f054";
    font-size: 10px;
    margin: 0px 0px 0 0px;
    color: #2c67b2;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.condition-box-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.condition-box-image img {
    width: 32px;
    transition: .5s;
}

.condition-box-content h5 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
    transition: .5s;
}

.condition-box:hover .condition-box-image {
    background: #2c67b2;
}

.condition-box:hover .condition-box-image img {
    filter: invert(100%) sepia(94%) saturate(15%) hue-rotate(338deg) brightness(130%) contrast(100%);
}

.condition-box:hover .condition-box-content h5 {
    color: #2c67b2;
}

.condition-box:hover::before {
    color: #fff;
    background: #2c67b2;
}

.condition-page-right-box-type1 {
    position: relative;
    background: #2c67b2;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

.condition-page-right-box-type2 {
    position: relative;
    background: #fcdb00;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

.condition-page-right-box-type1::before {
    opacity: 1;
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    top: 35%;
    font-weight: 600;
    content: "\f054";
    font-size: 17px;
    margin: 0px 0px 0 0px;
    color: #2c67b2;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condition-page-right-box-type1 h5 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}

.condition-page-right-box-type1 img {
    width: 35px;
    margin-right: 10px;
}

.condition-page-right-box-type2 h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.condition-page-right-box-type2 img {
    width: 35px;
    margin-right: 10px;
}

.condition-page-right-box-type3 {
    background: #fff9ce;
    padding: 25px 20px;
}

.condition-page-right-box-type3 h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    color: #2c67b2;
    font-weight: 500;
    text-align: center;
}

.condition-page-right-box-type3 h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    color: #2c67b2;
    font-weight: 500;
    text-align: center;
}

.condition-page-right-box-type3 h4 i {
    background: #fcdb00;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: #2c67b2;
    padding: 12px;
    margin-right: 10px;
    font-size: 18px;
}

.details-full-content h3 {
    font-size: 20px;
    margin-top: 10px;
}

.details-full-content .main-heading h3::before {
    display: none;
}

.image-bottom-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #2c67b2;
}

.image-bottom-content p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

.contact-btn {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    display: block;
}

.contact-btn i {
    color: #fcdb00;
    margin-right: 5px;
}

.doctor-name img {
    width: 22px;
}

.doctor-name p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .60px;
    margin-bottom: 0;
}

.doctor-name {
    background: #2c67b2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 25px;
    border-radius: 0px;
    min-height: 40px;
}

.lenis.lenis-smooth iframe {
    pointer-events: initial;
}

.health-package-card {
    background: #2c67b2;
    padding: 7px;
    border-radius: 7px;
}

.health-package-card .health-package-card-image img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    border-radius: 7px;
}

.health-package-card-content h2 {
    font-size: 21px;
    color: #fcdb00;
    margin-top: 10px;
}

.health-package-card-content p {
    font-size: 17px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.health-package-card-content ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.health-package-card-content ul li {
    font-size: 15px;
    color: #fff;
    padding-left: 14px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.health-package-card-content ul li::before {
    content: '';
    position: absolute;
    top: 37%;
    left: 0;
    background: #fff;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}

.location-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon-with-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-with-text h6 {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .40px;
}

.icon-with-text i {
    color: #fcdb00;
}

.price p {
    color: #fcdb00;
    line-height: normal;
    margin-bottom: 0;
}

.location-price {
    margin-bottom: 15px;
}

.health-packages-master-main-page .primary-section .talk-btn a {
    color: #fcdb00;
}

.health-packages-master-main-page .primary-section .talk-btn a::before {
    background: #fcdb00;
}

.news-event-logo-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #2c67b2;
    border-radius: 0;
    border: 1px solid #2c67b2;
}

.news-event-logo-card .news-event-logo-card-img {
    width: 40px;
    height: 40px;
    /* border-radius: 100%; */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-event-logo-card .news-event-logo-card-img img {
    width: 100%;
}

.news-event-logo-card-content p {
    color: #fff;
    margin-bottom: 0;
}

.career-card .career-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    background: #2c67b2;
}

.career-card .career-card-heading h3 {
    color: #fcdb00;
    font-size: 20px;
    letter-spacing: .40px;
    margin-bottom: 0;
    font-weight: 600;
}

.career-card .career-card-heading p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .40px;
}

.career-card .sub-heading.main-list.main-heading {
    padding: 20px 15px;
}

.career-card {
    background: #f6f6f6;
    border: 1px solid #f7f7f7;
}

.about-us-master-main-page .hospital-content img {
    width: 50px;
    margin-right: 10px;
}

.about-us-master-main-page .hospital-content h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 22px;
    text-transform: none;
    font-weight: 500;
}

.about-us-master-main-page .hospital-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: .40px;
}

.mission-card {
    border-right: 1px dashed #2c67b2;
    margin-right: 10px;
}

.mission-card-img-with-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mission-card-img {
    background: #2c67b2;
    padding: 5px;
}

.mission-card-img-with-heading img {
    width: 25px;
}

.mission-card .mission-card-content h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #2c67b2;
}

.mission-card .mission-card-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #000000;
}

.about-us-master-main-page .awards-box {
    padding: 10px 50px;
    background: #ffffff;
    position: relative;
    min-height: 90px;
    display: flex;
    justify-content: start;
}

.about-us-master-main-page .awards-box::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/award-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 36%;
    left: 10px;
}

.about-us-master-main-page .awards-box::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/award-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 36%;
    right: 10px;
}

.about-us-master-main-page .awards-box p {
    font-size: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.border-right {
    border-right: 1px dashed #2c67b2;
}

.table.submission-table table {
    background-color: #ddebff !important;
    overflow: hidden;
    border-radius: 12px;
    width: 100%;
}

.table.submission-table tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 18px;
    padding: 8px 15px 8px 15px !important;
    color: #000000 !important;
    font-weight: 400;
    line-height: 20px;
    transition: 0.5s ease;
    background-color: transparent !important;
}

.table.submission-table tr td {
    border: 1px solid #ffffff !important;
}

.table.submission-table tr td:last-child {
    border-right: none;
}

.table.submission-table tr th {
    border-right: 1px solid #fff !important;
}

.table.submission-table tr th:last-child {
    border-right: none;
}

.submission-table thead tr th {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 10px 20px !important;
    letter-spacing: normal;
    background: #2d64af !important;
}

.main-heading.form-bottom-details h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.main-heading.form-bottom-details h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.sub-heading.form-bottom-details p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.sub-heading.form-bottom-details a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.custom-hospital-top-card {
    background: #f5f5f5;
}

.custom-hospital-top-card .hospital-content {
    padding: 20px;
}

.hospital-icon-custom {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.location-icon-custom {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.telephone-icon-custom {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.hospital-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/hospital-primary.png);
    width: 30px;
    height: 30px;
    top: -5px;
    left: -2px;
    background-repeat: no-repeat;
    background-size: contain;
}

.location-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/location.png);
    width: 28px;
    height: 23px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.telephone-icon-custom::before {
    position: absolute;
    content: '';
    background: url(../img/phone-call.png);
    width: 26px;
    height: 23px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.send-custom-icon::before {
    position: absolute;
    content: '';
    background: url(../img/call-telegram.png);
    width: 33px;
    height: 22px;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.hospital-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.hospital-content ul li {
    list-style: none;
    padding-left: 40px;
    font-size: 17px;
    position: relative;
}

.hospital-primarybtn {
    background: #2c67b2;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    transition: .3s ease-in;
}

.hospital-primarybtn:hover {
    background: #fff;
    color: #2c67b2;
    border: 1px solid #2c67b2;
}

.hospital-secondarybtn {
    background: #fff0;
    color: #000;
    border: 1px solid #2c67b2;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
}

.hospital-secondarybtn:hover {
    background: #2c67b2;
    color: #fff;
    border: 1px solid #2c67b2;
}

.insurance-img {
    padding-bottom: 10px;
}

.insurance-card img {
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.ambulace-service .call-icon h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ambulace-service .call-icon h3 i {
    font-size: 25px;
}

.bmw-report-main-page .services-table table,
.bmw-report-main-page .services-table table td,
.bmw-report-main-page .services-table table tfoot,
.bmw-report-main-page .services-table table th,
.bmw-report-main-page .services-table table thead,
.bmw-report-details-main-page .services-table table tr {
    border: 1px solid silver;
    font-size: 15px;
    color: #000;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-red {
    background-color: red !important;
}

.bg-blue {
    background-color: blue !important;
}

.bg-yellow {
    background-color: yellow !important;
}


.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 40px 10px 0;
    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;
}

.contact-details {
    display: flex;
    align-items: start;
    margin: 15px 0;
}

.contact-content {
    width: 94%;
}

.contact-icon {
    background: #2c67b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-icon i {
    color: #fff;
    font-size: 16px;
}

.contact-content h3 {
    font-size: 18px;
    color: #2c67b2;
    margin: 0;
}

.contact-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.contact-content p strong {
    font-weight: 500;
}

.association-form-card {
    box-shadow: rgb(99 99 99 / 13%) 0 2px 8px 0;
    padding: 20px 30px;
    border-radius: 10px;
}

.association-form-card .form-btn.active {
    background: #2c67b2;
    color: #fff !important;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    width: 100%;
    line-height: normal;
}

.association-form-card .form-btn {
    background: #fff;
    color: #2c67b2;
    border-radius: 0px;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease-in-out;
    border: none;
    width: 100%;
    border: 1px solid #2c67b2;
    line-height: normal;
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

.association-form-card .tab-group button::before {
    display: none;
}

.association-form-card .tab-group {
    padding: 0;
    background: transparent;
    position: relative;
}

.association-form-card .treat-box {
    height: 100%;
    background: transparent;
    padding: 0;
}

.association-form-card label {
    font-size: 16px;
    margin-bottom: 7px;
}

.association-form-card input,
.association-form-card textarea,
.association-form-card select {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 0;
    line-height: normal;
}

.association-form-card input:focus,
.association-form-card textarea:focus,
.association-form-card select:focus {
    border: 1px solid #2c64af;
    box-shadow: none;

}

.custom-from .input-group-text#from-icon i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.file-input-group {
    position: relative
}

.file-input__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    border: none
}

.file-input-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    color: #21283c;
    padding: 7px 32px;
    line-height: 1.85;
    background-color: #f3f3f3;
    width: 100%;
    justify-content: start;
    border: none
}

.file-input-label span {
    font-size: 16px;
    font-weight: 400
}

.file-input-group label i {
    color: #ffffff;
    margin-right: 20px;
    font-weight: 600
}

.custom-from.bg-field .input-group span {
    border: none;
    background: #2c64af;
    border-radius: 0;
}

.custom-from.bg-field .input-group input,
.custom-from.bg-field .input-group select {
    border: none;
}

.custom-from.bg-field .input-group input:focus,
.custom-from.bg-field .input-group select:focus {
    box-shadow: none;
}

.custom-from.bg-field .input-group {
    border: 1px solid #2c64af;
}

.treat-tab.form-btn {
    line-height: normal;
}

.second-opinion-details-main-page .tab-group button::before {
    display: none;
}

.hospital-details-main-page .hospital-icon-custom::before {
    width: 26px;
    height: 26px;
}

.hospital-details-main-page .location-icon-custom::before {
    width: 26px;
    height: 21px;
}

.hospital-details-main-page .telephone-icon-custom::before {
    width: 26px;
    height: 23px;
}

.hospital-details-main-page .hospital-content ul li {
    margin-bottom: 3px;
}

.details-counter-section {
    background: #ffffff;
    padding: 15px 30px;
    margin-top: 20px
}

.details-counter-box h2 {
    font-size: 35px;
    line-height: normal;
    font-weight: 700;
    color: #2d64af;
    margin-bottom: 0;
    border-bottom: 1px solid #dadad6
}

.details-counter-box p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.hospital-details-overview-section {
    background: #f5f5f5
}

.custom-hospital-top-card {
    background: #f5f5f5
}

.international-counter-section {
    background: url(../img/international-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.international-counter-box h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.international-counter-bottom-content {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.international-counter-bottom-content img {
    width: 50px;
}

.international-counter-bottom-content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}

.international-counter-box h2::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    bottom: -8px;
    left: 0;
}

.logo-slider-section {
    background: #f5f5f5;
}

.heading-container {
    max-width: 1230px;
    margin: 0 auto;
}

.slider-box img {
    width: 160px !important;
    height: 135px;
    object-fit: contain;
}

.internation-patients-main-page .home-service-card {
    background: #f1f1f1;
    padding: 30px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 290px;
}

.home-service-card .home-service-content h3 {
    font-size: 22px;
    color: #2c67b2;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.home-service-card .home-service-content h3::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #2c67b2;
    display: block;
    bottom: 0;
    left: 0;
}

.home-service-card .home-service-content p {
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-service-card-image img {
    width: 60px;
    margin-bottom: 20px;
}


/* ================================== */
/* menu link */

.zx-nav-shell {
    position: relative;
}

/* burger */

.zx-burger-trigger {
    width: 30px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
}

.zx-burger-trigger span {
    height: 3px;
    width: 100%;
    background: #2c64af;
    transition: .4s;
    border-radius: 30px;
}

/* burger animation */

.zx-burger-trigger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}

.zx-burger-trigger.active span:nth-child(2) {
    opacity: 0;
}

.zx-burger-trigger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}


/* panel */

.zx-panel-layer {
    position: fixed;
    bottom: -104px;
    right: -100%;
    width: 30%;
    height: 100vh;
    background: #ffffff;
    transition: .6s cubic-bezier(.77, 0, .175, 1);
    border: none;
    padding: 0;
    overflow: auto;
    backdrop-filter: blur(10px);
    box-shadow: 5px 0 25px rgb(0 0 0 / .3);
}

.zx-panel-layer.open {
    right: 0;
}


/* menu */

.menu-items {
    padding: 16px 0 130px 22px;
}

.zx-menu-core {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zx-menu-core li {
    margin: 0 0;
    padding-top: 5px;
    margin-bottom: 8px;
}

.zx-menu-core a {
    font-size: 18px;
    color: #000000;
    line-height: 35px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
    position: relative;
}

.zx-menu-core a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #2b61aa;
    transition: .5s;
}

.zx-menu-core a:hover {
    letter-spacing: 1px;
}

.zx-menu-core a:hover::before {
    width: 100%;
}


/* dropdown animation */

.zx-drop-layer,
.zx-subdrop-layer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    padding-left: 20px;
    width: 100% !important;
}

.zx-has-drop.active>.zx-drop-layer {
    max-height: 400px;
    position: unset;
    width: 100%;
    box-shadow: none;
    padding: 0 15px;
    background: #ebf4ff;
}

.zx-has-subdrop.active>.zx-subdrop-layer {
    max-height: 300px;
}


/* arrows */

.zx-has-drop>a::after,
.zx-has-subdrop>a::after {
    content: "+";
    float: right;
    transition: .3s;
    position: absolute;
    top: 0;
    right: -30px;
}

.zx-has-drop.active>a::after,
.zx-has-subdrop.active>a::after {
    transform: rotate(45deg);
}

.zx-menu-core:hover .zx-drop-layer {
    background-color: none;
    box-shadow: inherit;
    border-top: inherit;
    width: inherit;

}

.zx-drop-layer li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    list-style: none;
}

.zx-menu-core {
    margin: 0 0;
}

.navik-header.sticky .zx-panel-layer {
    position: fixed;
    top: 100%;
}

@media only screen and (max-width: 768px) {
    .condition-box-content h5 {
        font-size: 15px;
    }

    .condition-page-right-box-type1 {
        padding: 15px 25px;
    }

    .condition-page-right-box-type1 h5 {
        font-size: 16px;

    }

    .condition-page-right-box-type2 {
        padding: 20px 20px;
        justify-content: center;
    }

    .condition-page-right-box-type3 {
        padding: 20px 20px;
    }

    .condition-page-right-box-type3 h5 {
        font-size: 18px;
    }

    .condition-page-right-box-type3 h4 {
        font-size: 16px;
    }

    .condition-page-right-box-type3 h4 i {
        background: #fcdb00;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        color: #2c67b2;
        padding: 7px;
        margin-right: 10px;
        font-size: 15px;
    }

    .zx-nav-shell {
        display: none;
    }

    .about-us-master-main-page .hospital-content img {
        width: 40px;
    }

    .about-us-master-main-page .hospital-content h3 {
        font-size: 17px;
    }

    .about-us-master-main-page .hospital-content p {
        font-size: 15px;
        font-weight: 400;
    }

    .deatils-banner-background .details-right-col-image img {
        height: 300px;
    }

    .details-blog-content h3 {
        font-size: 17px;
        margin-top: 0px;
        font-weight: 500;
    }

    .mission-card {
        border-right: 0;
        border-bottom: 1px dashed #2c67b2;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .mission-card .mission-card-img-with-heading h3 {
        margin-bottom: 0;
    }

    .mission-card .mission-card-content p {
        font-size: 16px;
    }

    .blog-card .blog-card-content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .image-bottom-content h2 {
        font-size: 17px;
    }

    .image-bottom-content p {
        font-size: 16px;
    }

    .international-counter-bottom-content img {
        width: 35px;
    }

    .international-counter-bottom-content h3 {
        font-size: 16px;
        font-weight: 400;
    }

    .international-counter-box h2::before {
        bottom: 0;
    }

    .international-counter-box h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .international-counter-bottom-content {
        gap: 5px;
        margin-top: 0px;
        justify-content: center;
    }

    .home-service-card-image img {
        width: 45px;
        margin-bottom: 10px;
    }

    .home-service-card .home-service-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .internation-patients-main-page .home-service-card {
        padding: 15px;
        min-height: auto;
    }

    .contact-icon {
        background: #2c67b2;
        border-radius: 100%;
        width: 11.5%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .association-form-card {
        box-shadow: rgb(99 99 99 / 13%) 0 2px 8px 0;
        padding: 15px 15px;
        border-radius: 10px;
    }

    .sticky-top {
        position: inherit;
    }

    .details-counter-box {
        text-align: center;
    }
}